diff --git a/6379/app.js b/6379/app.js deleted file mode 100644 index ffbd536b662..00000000000 --- a/6379/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(175);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/6379/plugin/behaviors/index.js b/6379/plugin/behaviors/index.js deleted file mode 100644 index a5eedc288c8..00000000000 --- a/6379/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/6379/plugin/packages/index.js b/6379/plugin/packages/index.js deleted file mode 100644 index 2989f333dba..00000000000 --- a/6379/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/6379/plugin/screen-diff/index.js b/6379/plugin/screen-diff/index.js deleted file mode 100644 index 3774f88e7eb..00000000000 --- a/6379/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/6379/plugin/screen-diff/styles.css b/6379/plugin/screen-diff/styles.css deleted file mode 100644 index 6cf2219521c..00000000000 --- a/6379/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/6379/styles.css b/6379/styles.css deleted file mode 100644 index 789aa4c478c..00000000000 --- a/6379/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/6379/widgets/behaviors.json b/6379/widgets/behaviors.json deleted file mode 100644 index db388803493..00000000000 --- a/6379/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":705,"items":[]} \ No newline at end of file diff --git a/6379/widgets/categories-trend.json b/6379/widgets/categories-trend.json deleted file mode 100644 index 0bae7acef55..00000000000 --- a/6379/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6379,"reportUrl":"https://waku-org.github.io/js-waku/6379/","reportName":"Allure Report with history","data":{}},{"buildOrder":6378,"reportUrl":"https://waku-org.github.io/js-waku/6378/","reportName":"Allure Report with history","data":{}},{"buildOrder":6377,"reportUrl":"https://waku-org.github.io/js-waku/6377/","reportName":"Allure Report with history","data":{}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6376,"reportUrl":"https://waku-org.github.io/js-waku/6376/","reportName":"Allure Report with history","data":{}},{"buildOrder":6375,"reportUrl":"https://waku-org.github.io/js-waku/6375/","reportName":"Allure Report with history","data":{}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6373,"reportUrl":"https://waku-org.github.io/js-waku/6373/","reportName":"Allure Report with history","data":{}},{"buildOrder":6372,"reportUrl":"https://waku-org.github.io/js-waku/6372/","reportName":"Allure Report with history","data":{}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6371,"reportUrl":"https://waku-org.github.io/js-waku/6371/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6370,"reportUrl":"https://waku-org.github.io/js-waku/6370/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6369,"reportUrl":"https://waku-org.github.io/js-waku/6369/","reportName":"Allure Report with history","data":{}},{"buildOrder":6368,"reportUrl":"https://waku-org.github.io/js-waku/6368/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6367,"reportUrl":"https://waku-org.github.io/js-waku/6367/","reportName":"Allure Report with history","data":{}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6364,"reportUrl":"https://waku-org.github.io/js-waku/6364/","reportName":"Allure Report with history","data":{"Test defects":17}}] \ No newline at end of file diff --git a/6379/widgets/categories.json b/6379/widgets/categories.json deleted file mode 100644 index a527ade754f..00000000000 --- a/6379/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/6379/widgets/duration-trend.json b/6379/widgets/duration-trend.json deleted file mode 100644 index 2334f3a7852..00000000000 --- a/6379/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6379,"reportUrl":"https://waku-org.github.io/js-waku/6379/","reportName":"Allure Report with history","data":{"duration":673400}},{"buildOrder":6378,"reportUrl":"https://waku-org.github.io/js-waku/6378/","reportName":"Allure Report with history","data":{"duration":675230}},{"buildOrder":6377,"reportUrl":"https://waku-org.github.io/js-waku/6377/","reportName":"Allure Report with history","data":{"duration":668366}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"duration":633362}},{"buildOrder":6376,"reportUrl":"https://waku-org.github.io/js-waku/6376/","reportName":"Allure Report with history","data":{"duration":675456}},{"buildOrder":6375,"reportUrl":"https://waku-org.github.io/js-waku/6375/","reportName":"Allure Report with history","data":{"duration":668053}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"duration":644624}},{"buildOrder":6373,"reportUrl":"https://waku-org.github.io/js-waku/6373/","reportName":"Allure Report with history","data":{"duration":659049}},{"buildOrder":6372,"reportUrl":"https://waku-org.github.io/js-waku/6372/","reportName":"Allure Report with history","data":{"duration":660179}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"duration":675047}},{"buildOrder":6371,"reportUrl":"https://waku-org.github.io/js-waku/6371/","reportName":"Allure Report with history","data":{"duration":681127}},{"buildOrder":6370,"reportUrl":"https://waku-org.github.io/js-waku/6370/","reportName":"Allure Report with history","data":{"duration":614205}},{"buildOrder":6369,"reportUrl":"https://waku-org.github.io/js-waku/6369/","reportName":"Allure Report with history","data":{}},{"buildOrder":6368,"reportUrl":"https://waku-org.github.io/js-waku/6368/","reportName":"Allure Report with history","data":{"duration":629581}},{"buildOrder":6367,"reportUrl":"https://waku-org.github.io/js-waku/6367/","reportName":"Allure Report with history","data":{"duration":651018}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"duration":673191}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"duration":675154}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"duration":584051}},{"buildOrder":6364,"reportUrl":"https://waku-org.github.io/js-waku/6364/","reportName":"Allure Report with history","data":{"duration":1027235}}] \ No newline at end of file diff --git a/6379/widgets/duration.json b/6379/widgets/duration.json deleted file mode 100644 index 3e34e144e0a..00000000000 --- a/6379/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"2748e96df5af8b3f","name":"should encode/decode to text encoding","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290aa0abd3934f3","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707419289515,"stop":1707419289515,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc5448e5a7c8b99","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707418829850,"stop":1707418829850,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb52a175fe9e0e","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707418922603,"stop":1707418922604,"duration":1},"status":"passed","severity":"normal"},{"uid":"93194bb220832de2","name":"Check received message with timestamp: 1707418663297000000 ","time":{"start":1707419181398,"stop":1707419181398,"duration":0},"status":"passed","severity":"normal"},{"uid":"72568afef3979718","name":"Push message with special chars payload","time":{"start":1707419247763,"stop":1707419247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e7b5c6357f9cad8","name":"Encoder throws on empty string content topic","time":{"start":1707418630278,"stop":1707418630279,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdc8959809441db2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707419190152,"stop":1707419190153,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c4803a5c596573","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707419181399,"stop":1707419181399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9b56fd009fab63","name":"Publish message with large meta","time":{"start":1707418998151,"stop":1707418998151,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c2853893cb8de1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ea92c3b9f9db97","name":"Check received message containing emoji","time":{"start":1707419181436,"stop":1707419181438,"duration":2},"status":"passed","severity":"normal"},{"uid":"23362c0088c29da","name":"Check publish message containing shell command","time":{"start":1707418998143,"stop":1707418998145,"duration":2},"status":"passed","severity":"normal"},{"uid":"43b301c18f1ca2c2","name":"Subscribe to topic containing Script and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49121ca4fe37bfd","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707419086807,"stop":1707419086807,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a7e71f81c24aae6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418873969,"stop":1707418873969,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ac10c944542ec2","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707418681520,"stop":1707418681520,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa65a0ffee129853","name":"Check received message containing XML","time":{"start":1707418841931,"stop":1707418841932,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e81d220a7a7080","name":"should properly create location multiaddrs - tcp4","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"493618621a159a90","name":"Ordered callback, aborts when callback returns true","time":{"start":1707419196130,"stop":1707419196131,"duration":1},"status":"passed","severity":"normal"},{"uid":"9158f6b9d1a6a4ce","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707418639731,"stop":1707418639732,"duration":1},"status":"passed","severity":"normal"},{"uid":"f71250b4e03df71f","name":"Check received message containing XML","time":{"start":1707419181425,"stop":1707419181425,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b951626bed24a2","name":"Push message on custom pubsubTopic","time":{"start":1707418937018,"stop":1707418937019,"duration":1},"status":"passed","severity":"normal"},{"uid":"d82167c416ded9f7","name":"Subscribe and publish message","time":{"start":1707419013071,"stop":1707419013071,"duration":0},"status":"passed","severity":"normal"},{"uid":"67324967997280c","name":"ignores unrecognized TXT record formats","time":{"start":1707418640143,"stop":1707418640143,"duration":0},"status":"passed","severity":"normal"},{"uid":"49460078f5e4eb10","name":"Check received message with timestamp: 1707418663297 ","time":{"start":1707419181440,"stop":1707419181441,"duration":1},"status":"passed","severity":"normal"},{"uid":"49e433181ceddd2d","name":"Reusing cursor across nodes","time":{"start":1707419128748,"stop":1707419128748,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89690f7e5cd0c5e","name":"should properly create location multiaddrs - udp4","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"1332492ef186647c","name":"Subscribe to topic containing short and receive message","time":{"start":1707418881985,"stop":1707418881985,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a1ccfa58226b40","name":"Check received message containing numeric","time":{"start":1707419181390,"stop":1707419181391,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaed3110b07513dc","name":"Push message with JSON payload","time":{"start":1707419247767,"stop":1707419247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"25c268ac1c83b9db","name":"Encoder throws on undefined content topic","time":{"start":1707418648131,"stop":1707418648132,"duration":1},"status":"passed","severity":"normal"},{"uid":"a664aa06416ba32e","name":"Init the array if not present","time":{"start":1707418616117,"stop":1707418616119,"duration":2},"status":"passed","severity":"normal"},{"uid":"7aeda046f00b95f8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829824,"stop":1707418829824,"duration":0},"status":"passed","severity":"normal"},{"uid":"48372f8190542877","name":"different cluster, different shard: nodes don't connect","time":{"start":1707418829815,"stop":1707418829818,"duration":3},"status":"passed","severity":"normal"},{"uid":"3c90365e27fc3f49","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739807,"stop":1707418739808,"duration":1},"status":"passed","severity":"normal"},{"uid":"c212b0461295a640","name":"should set field with only RELAY enabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"168a1528cd69e500","name":"Publish message with custom timestamp: Thu Feb 08 2024 20:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998148,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbd2f871a9d9ec19","name":"Relay - dialed after","time":{"start":1707419253794,"stop":1707419253794,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf966745b7595530","name":"throws on content topic with empty version field","time":{"start":1707418616283,"stop":1707418616283,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b38e35ab2d60ae","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418873968,"stop":1707418873969,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6bc04e820c17a1e","name":"Refresh subscription","time":{"start":1707419289509,"stop":1707419289510,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a49b3ac1c8895a","name":"Query Generator - backward","time":{"start":1707419214853,"stop":1707419214854,"duration":1},"status":"passed","severity":"normal"},{"uid":"23f7d9f5fbf6f553","name":"Ordered Callback - forward","time":{"start":1707419214855,"stop":1707419214855,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fddec3dccf1a321","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707418881992,"stop":1707418881993,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc98d18789c9415e","name":"Push message with SQL Injection payload","time":{"start":1707419080393,"stop":1707419080393,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fb7d0063849bfa","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203161,"stop":1707419203162,"duration":1},"status":"passed","severity":"normal"},{"uid":"525d8712f5049770","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707418829827,"stop":1707418829828,"duration":1},"status":"passed","severity":"normal"},{"uid":"afe31d67fd02e3df","name":"Accepts a valid Waku Message","time":{"start":1707418633903,"stop":1707418633904,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee0e7043ac0c528a","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707419245416,"stop":1707419245417,"duration":1},"status":"passed","severity":"normal"},{"uid":"689d26147aef5b52","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707418829824,"stop":1707418829825,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab4b10d6c7ebbb80","name":"Check publish message containing escaped characters","time":{"start":1707418998145,"stop":1707418998145,"duration":0},"status":"passed","severity":"normal"},{"uid":"c93e5d28666a6171","name":"Push message with JSON payload","time":{"start":1707419080395,"stop":1707419080395,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d8170a40214f5b","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707419013079,"stop":1707419013079,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ff291ceb953c02","name":"Meta field set when metaSetter is specified","time":{"start":1707418630277,"stop":1707418630277,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46e09ebabb5d042","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418873962,"stop":1707418873963,"duration":1},"status":"passed","severity":"normal"},{"uid":"a28f2ddfeabeb24b","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739808,"stop":1707418739808,"duration":0},"status":"passed","severity":"normal"},{"uid":"61272bf7ab90d6c9","name":"handles multiple messages","time":{"start":1707419233177,"stop":1707419233177,"duration":0},"status":"passed","severity":"normal"},{"uid":"7514bcdcf73f77c6","name":"Promise Callback - forward","time":{"start":1707419214854,"stop":1707419214854,"duration":0},"status":"passed","severity":"normal"},{"uid":"3000705a5be01616","name":"Subscribe to topic containing Script and receive message","time":{"start":1707418881990,"stop":1707418881990,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b5afb109647c27","name":"Check message with no content topic is not received","time":{"start":1707419181446,"stop":1707419181447,"duration":1},"status":"passed","severity":"normal"},{"uid":"1779f23093335627","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983695,"stop":1707418983695,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd7bdb86defab9","name":"isConnected should return true after first peer connects","time":{"start":1707418705659,"stop":1707418705659,"duration":0},"status":"passed","severity":"normal"},{"uid":"725208165e1f48a7","name":"Check publish message containing unicode special characters","time":{"start":1707418998145,"stop":1707418998146,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b19843e526f7648","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707419245417,"stop":1707419245417,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd89271f9f21755f","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707418619140,"stop":1707418619140,"duration":0},"status":"passed","severity":"normal"},{"uid":"419e80997dc2315f","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707419013076,"stop":1707419013076,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b5f3277730aec31","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6638c08bb8f0088","name":"should decode valid enr with tcp successfully","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c4c8a440c33224","name":"Push message with content topic containing shell command","time":{"start":1707419247776,"stop":1707419247776,"duration":0},"status":"passed","severity":"normal"},{"uid":"77893cc80460d7cf","name":"Check received message containing Arabic","time":{"start":1707419181423,"stop":1707419181424,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ad32083684ca7d4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937023,"stop":1707418937023,"duration":0},"status":"passed","severity":"normal"},{"uid":"518fd9ce3a92e563","name":"Relay - dialed first","time":{"start":1707419253793,"stop":1707419253793,"duration":0},"status":"passed","severity":"normal"},{"uid":"6adf050a8231aadb","name":"Check received message containing Basic HTML tag","time":{"start":1707419181394,"stop":1707419181395,"duration":1},"status":"passed","severity":"normal"},{"uid":"e29c967817407136","name":"Push message with shell command payload","time":{"start":1707419247768,"stop":1707419247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff590e1519ee8c9e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707418829833,"stop":1707418829834,"duration":1},"status":"passed","severity":"normal"},{"uid":"494254101189a960","name":"Passing page size 19 when there are 20 messages","time":{"start":1707419231826,"stop":1707419231826,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b72432aa66e804","name":"Check received message containing Script","time":{"start":1707419181425,"stop":1707419181425,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6a9a9530919880","name":"Push message with long payload","time":{"start":1707419080390,"stop":1707419080390,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7b8e8f980684b3","name":"Check message with no pubsub topic is not received","time":{"start":1707419181446,"stop":1707419181446,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb9ae8988ead0b4","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"7503785ea226b570","name":"Push message with Russian payload","time":{"start":1707419080392,"stop":1707419080393,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96b1c4c5534eb51","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707418841942,"stop":1707418841942,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e8f9d6531701b2a","name":"Query Generator - forward","time":{"start":1707419214849,"stop":1707419214850,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f4d95eb831bdab","name":"throws on content topic with empty encoding field","time":{"start":1707418616284,"stop":1707418616284,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04ae5c2d1feb3bf","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707418998150,"stop":1707418998150,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc5b63427104ceb","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707418639730,"stop":1707418639730,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3cf466f5186573b","name":"Push message with rate limit","time":{"start":1707419247779,"stop":1707419247779,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97da8676c26a2b3","name":"different cluster, different shard: nodes don't connect","time":{"start":1707418922605,"stop":1707418922605,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3b0aa19e8203f2","name":"Check received message containing unicode special characters","time":{"start":1707418841937,"stop":1707418841940,"duration":3},"status":"passed","severity":"normal"},{"uid":"a6285cda71c3feca","name":"should not receive a peer event after stop","time":{"start":1707419072678,"stop":1707419072678,"duration":0},"status":"passed","severity":"normal"},{"uid":"e465ce37344c12bd","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707419190154,"stop":1707419190154,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d7ff424a90b2c8","name":"Throws when trying to push message with empty payload","time":{"start":1707419080399,"stop":1707419080399,"duration":0},"status":"passed","severity":"normal"},{"uid":"50eb9523c580940b","name":"Ping on unsubscribed peer","time":{"start":1707418703644,"stop":1707418703644,"duration":0},"status":"passed","severity":"normal"},{"uid":"19f10bc4870ec978","name":"Passing page size 110 when there are 120 messages","time":{"start":1707419231826,"stop":1707419231826,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3546dd6cd64ab21","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707418705656,"stop":1707418705657,"duration":1},"status":"passed","severity":"normal"},{"uid":"d42d3b781d4878a3","name":"Promise Callback - backward","time":{"start":1707419214854,"stop":1707419214855,"duration":1},"status":"passed","severity":"normal"},{"uid":"f916540b27f735f","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707419289505,"stop":1707419289506,"duration":1},"status":"passed","severity":"normal"},{"uid":"25f21f1efb35f5d4","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707418705650,"stop":1707418705651,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc26ba92a17d9ff6","name":"Fails to push message with large meta","time":{"start":1707419247779,"stop":1707419247779,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e282a001ac0930","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418744888,"stop":1707418744888,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b554f5c53f63c70","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707418648130,"stop":1707418648130,"duration":0},"status":"passed","severity":"normal"},{"uid":"75fe4dba306a6d8e","name":"Check received message containing special chars","time":{"start":1707419181422,"stop":1707419181423,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e926a898f6a84","name":"configure the node with multiple pubsub topics","time":{"start":1707419086806,"stop":1707419086807,"duration":1},"status":"passed","severity":"normal"},{"uid":"669b8f711cbaff9e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739806,"stop":1707418739806,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9a3089239b8fdd","name":"should properly compute the node id","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"827c76b632a31ced","name":"Ping on peer without subscriptions","time":{"start":1707418703643,"stop":1707418703644,"duration":1},"status":"passed","severity":"normal"},{"uid":"d27b700cd8f2e021","name":"Check message with no pubsub topic is not received","time":{"start":1707419181410,"stop":1707419181411,"duration":1},"status":"passed","severity":"normal"},{"uid":"630b46317542f095","name":"Push message with content topic containing numeric","time":{"start":1707419080400,"stop":1707419080400,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbd11f049c39c95","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707419247775,"stop":1707419247775,"duration":0},"status":"passed","severity":"normal"},{"uid":"a619b9f2e03f126a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707418881983,"stop":1707418881983,"duration":0},"status":"skipped","severity":"normal"},{"uid":"eca835eaa2d6af8e","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707419013076,"stop":1707419013076,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ad4d78ea79ab48","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707419013078,"stop":1707419013078,"duration":0},"status":"passed","severity":"normal"},{"uid":"de07dad0553337a3","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707418829818,"stop":1707418829819,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf29979e70e62d09","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707418983695,"stop":1707418983696,"duration":1},"status":"passed","severity":"normal"},{"uid":"de68870732d35061","name":"throws on content topic with non-number generation field","time":{"start":1707418616281,"stop":1707418616281,"duration":0},"status":"passed","severity":"normal"},{"uid":"feb545d98cfa1a4d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707419080408,"stop":1707419080408,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1aa0434254e120","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3242930a3efc400","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707418616577,"stop":1707418616578,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9133e73c8fdce6e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418873963,"stop":1707418873964,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3985873703e9e2a","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203156,"stop":1707419203157,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d6a7db46986121","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707418624515,"stop":1707418624515,"duration":0},"status":"passed","severity":"normal"},{"uid":"c92f1499062da33","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707418881978,"stop":1707418881978,"duration":0},"status":"passed","severity":"normal"},{"uid":"59f79dbb79aa043e","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707418983697,"stop":1707418983698,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5b6e16580585e72","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707418624519,"stop":1707418624520,"duration":1},"status":"passed","severity":"normal"},{"uid":"293cd27ebd03e237","name":"should set field with all protocols disabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c0ef65395e365c9","name":"Refresh subscription","time":{"start":1707418881985,"stop":1707418881985,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d60611c2b656aea","name":"Check message received after jswaku node is restarted","time":{"start":1707419181448,"stop":1707419181448,"duration":0},"status":"skipped","severity":"normal"},{"uid":"83c462cf0a15bd6e","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3c4e2ed6796616","name":"Push message with content topic containing XML","time":{"start":1707419080408,"stop":1707419080408,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d71c1cfa579cec","name":"Push message with XML payload","time":{"start":1707419080394,"stop":1707419080394,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7107bb893143f55","name":"can dial TLS multiaddrs","time":{"start":1707418927297,"stop":1707418927297,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cab8c925122c4c5","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707419149715,"stop":1707419149715,"duration":0},"status":"passed","severity":"normal"},{"uid":"2faaf8bca06ece2e","name":"Push message with unicode special characters payload","time":{"start":1707419247769,"stop":1707419247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd184d6c4e051a0c","name":"Ping on peer without subscriptions","time":{"start":1707418734615,"stop":1707418734615,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c9bd8b64f5f7c9","name":"Push message with content topic containing special chars","time":{"start":1707419080400,"stop":1707419080401,"duration":1},"status":"passed","severity":"normal"},{"uid":"3af500073a94cb65","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707419128746,"stop":1707419128746,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d3b6637e0dce9e1","name":"should properly create location multiaddrs - tcp6","time":{"start":1707418625273,"stop":1707418625274,"duration":1},"status":"passed","severity":"normal"},{"uid":"da2b3612cabc157f","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707418829832,"stop":1707418829833,"duration":1},"status":"passed","severity":"normal"},{"uid":"33345230c2b7f97d","name":"Passing cursor with wrong message digest","time":{"start":1707419128748,"stop":1707419128749,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa305ca30b291db7","name":"Push message with numeric payload","time":{"start":1707419080390,"stop":1707419080391,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2790a3d548bcefe","name":"Encoder throws on undefined content topic","time":{"start":1707418630278,"stop":1707418630278,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe997b5ad20c8738","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707418639757,"stop":1707418639757,"duration":0},"status":"passed","severity":"normal"},{"uid":"751e9294a0938992","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707418841942,"stop":1707418841943,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bc1222fd91ac014","name":"Publish without waiting for remote peer","time":{"start":1707419013070,"stop":1707419013071,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c6e1f6d517ce6e0","name":"should return false","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"86114b55d123d001","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418744886,"stop":1707418744886,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c84a1fcf6cd2afa","name":"Correctly serialized arguments","time":{"start":1707418927423,"stop":1707418927423,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bd9e6333e089d9e","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707419013080,"stop":1707419013080,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d022fd5eb596af","name":"Decoder throws on undefined content topic","time":{"start":1707418630279,"stop":1707418630279,"duration":0},"status":"passed","severity":"normal"},{"uid":"c507093976665a68","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707418630094,"stop":1707418630095,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0a6a85877122d3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2528dd7fb947161","name":"Push message with content topic containing emoji","time":{"start":1707419247777,"stop":1707419247778,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbce631648d0ef39","name":"Ordered Callback - backward","time":{"start":1707419214855,"stop":1707419214855,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d0996581b02da6","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707419013074,"stop":1707419013075,"duration":1},"status":"passed","severity":"normal"},{"uid":"72be5d92dbec5830","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707419149715,"stop":1707419149716,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d61d6d5b2c5de43","name":"Push message with content topic containing Arabic","time":{"start":1707419247773,"stop":1707419247773,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6c2b8ac1e18fbf1","name":"Light Node - default protocols","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"24247dd59444c7fd","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203157,"stop":1707419203158,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc23317743c5d6f6","name":"recovers when dns.resolve returns empty","time":{"start":1707418640142,"stop":1707418640142,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e45548b6c2a527f","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418703645,"stop":1707418703645,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e5c6c5739a0ae2","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707418646112,"stop":1707418646115,"duration":3},"status":"passed","severity":"normal"},{"uid":"ece95361fa216b24","name":"Nodes with multiple pubsub topic","time":{"start":1707418983696,"stop":1707418983696,"duration":0},"status":"passed","severity":"normal"},{"uid":"e65c128967c1a48a","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707418739806,"stop":1707418739807,"duration":1},"status":"passed","severity":"normal"},{"uid":"1891b36cbb7da1ed","name":"ignores domain fetching errors","time":{"start":1707418640142,"stop":1707418640143,"duration":1},"status":"passed","severity":"normal"},{"uid":"4003a45946730edd","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707419289497,"stop":1707419289498,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b6a967d0609c8ce","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707418881980,"stop":1707418881980,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9691b7e64f6a23","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707419289505,"stop":1707419289505,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2b9ce31fc2e53dc","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739805,"stop":1707418739805,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1900084c2d566e3","name":"Check message with invalid timestamp is not received","time":{"start":1707419181442,"stop":1707419181442,"duration":0},"status":"passed","severity":"normal"},{"uid":"88ecc395c8d93a8b","name":"it tolerates circular branch references","time":{"start":1707418640142,"stop":1707418640142,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7cca56057b15978","name":"Push message on custom pubsubTopic","time":{"start":1707418937021,"stop":1707418937021,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a920e6ef1319465","name":"Push message with emoji payload","time":{"start":1707419080397,"stop":1707419080398,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd5fe60409f720ca","name":"Overlapping topic subscription","time":{"start":1707419013073,"stop":1707419013074,"duration":1},"status":"skipped","severity":"normal"},{"uid":"380f72a784d91215","name":"tcp ip4 address","time":{"start":1707418624780,"stop":1707418624780,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bcb2b512bb9e607","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707419289497,"stop":1707419289497,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a521af69cbff92d","name":"Check message with no payload is not received","time":{"start":1707419181411,"stop":1707419181412,"duration":1},"status":"passed","severity":"normal"},{"uid":"7616d017b4f35340","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707419196128,"stop":1707419196128,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3ddeec17b48896","name":"should get / set UDP multiaddr","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"3031e538cad9b830","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707419245415,"stop":1707419245415,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fa7abeee070eed2","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707419013072,"stop":1707419013072,"duration":0},"status":"passed","severity":"normal"},{"uid":"7de394ff404f8adc","name":"Decoder throws on undefined content topic","time":{"start":1707418648132,"stop":1707418648133,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ba94c278fe867b9","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707419149713,"stop":1707419149713,"duration":0},"status":"passed","severity":"normal"},{"uid":"2565b6619e1cb53a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707418624514,"stop":1707418624514,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8aff7f29d053ad2","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707418829829,"stop":1707418829830,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5b541abcc0980f9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829829,"stop":1707418829829,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec171b1563b14945","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707419289502,"stop":1707419289503,"duration":1},"status":"passed","severity":"normal"},{"uid":"bab26773205abdf9","name":"different cluster, same shard: nodes don't connect","time":{"start":1707418922605,"stop":1707418922605,"duration":0},"status":"passed","severity":"normal"},{"uid":"252e7d18f560f389","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707419216976,"stop":1707419216977,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b4e4e2c679a7722","name":"Subscribe and receives messages on 20 topics","time":{"start":1707419289507,"stop":1707419289507,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e973ad965487ac","name":"Push message with XML payload","time":{"start":1707419247766,"stop":1707419247767,"duration":1},"status":"passed","severity":"normal"},{"uid":"789b01687b4a13e4","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707418983700,"stop":1707418983700,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e7228d15b481c00","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707418829851,"stop":1707418829852,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd4c9cda45651fb6","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707418705655,"stop":1707418705656,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4104629f4017144","name":"Check received message containing shell command","time":{"start":1707418841936,"stop":1707418841936,"duration":0},"status":"passed","severity":"normal"},{"uid":"f90e432a4ba25b82","name":"Subscribe and receive messages via lightPush","time":{"start":1707418881977,"stop":1707418881978,"duration":1},"status":"passed","severity":"normal"},{"uid":"e343084174e1caae","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707418705652,"stop":1707418705652,"duration":0},"status":"passed","severity":"normal"},{"uid":"658ebc996a0bb7c5","name":"Store - dialed first","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"98bda83a44891c5f","name":"Check message received after nwaku node is restarted","time":{"start":1707419181448,"stop":1707419181449,"duration":1},"status":"skipped","severity":"normal"},{"uid":"305bb9d0860baf8d","name":"Check received message containing Russian","time":{"start":1707418841930,"stop":1707418841930,"duration":0},"status":"passed","severity":"normal"},{"uid":"b92a910932695392","name":"Privacy Node - default protocol","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd9b46886f60f09","name":"Push message with Chinese payload","time":{"start":1707419247763,"stop":1707419247764,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bc0c2cb06b3ba39","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707418881981,"stop":1707418881982,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4d009700df90a3d9","name":"Push message with content topic containing escaped characters","time":{"start":1707419080409,"stop":1707419080410,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6972dc389975d7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707418624513,"stop":1707418624514,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce9a24653337dce4","name":"Check received message containing unicode special characters","time":{"start":1707419181436,"stop":1707419181436,"duration":0},"status":"passed","severity":"normal"},{"uid":"453323b585cbe9b4","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707418829835,"stop":1707418829835,"duration":0},"status":"passed","severity":"normal"},{"uid":"12ee8f41c807493a","name":"same cluster, different shard: nodes connect","time":{"start":1707418829814,"stop":1707418829814,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae8dc2bbc435a72","name":"Publish message with rate limit","time":{"start":1707418998152,"stop":1707418998152,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a26fd934051a515","name":"retrieves a single peer","time":{"start":1707418640141,"stop":1707418640142,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6325332e13c366a","name":"Overlapping topic subscription","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"1545b9164c87d9e8","name":"Query generator for multiple messages","time":{"start":1707419196127,"stop":1707419196127,"duration":0},"status":"passed","severity":"normal"},{"uid":"be20caa60a073734","name":"Publish message with custom timestamp: Fri Feb 17 2023 19:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998147,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d2171cb4ed9964","name":"Check publish message containing Russian","time":{"start":1707418998134,"stop":1707418998135,"duration":1},"status":"passed","severity":"normal"},{"uid":"140faab4ca6b96f3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707419289506,"stop":1707419289506,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6ec2579bf20532","name":"Check message with invalid timestamp is not received","time":{"start":1707419181400,"stop":1707419181400,"duration":0},"status":"passed","severity":"normal"},{"uid":"abfd1532efa7c35c","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983697,"stop":1707418983697,"duration":0},"status":"passed","severity":"normal"},{"uid":"222e90eab7a94686","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707419013079,"stop":1707419013080,"duration":1},"status":"passed","severity":"normal"},{"uid":"967c1a7de517ed56","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707418881989,"stop":1707418881989,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d7f7ea1a1fe8840","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707418829822,"stop":1707418829823,"duration":1},"status":"passed","severity":"normal"},{"uid":"39c13474d3664585","name":"nwaku interop","time":{"start":1707419072671,"stop":1707419072671,"duration":0},"status":"skipped","severity":"normal"},{"uid":"581210f075bbe1cd","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707418829825,"stop":1707418829826,"duration":1},"status":"passed","severity":"normal"},{"uid":"d45622794fb6e614","name":"Check message with invalid timestamp is not received","time":{"start":1707418841943,"stop":1707418841943,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbe8a3655e247ff7","name":"Check received message containing escaped characters","time":{"start":1707419181435,"stop":1707419181436,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27d137969211660","name":"Passing page size 3 when there are 20 messages","time":{"start":1707419231824,"stop":1707419231824,"duration":0},"status":"passed","severity":"normal"},{"uid":"47699ac7e1f7d893","name":"throws on content topic with too few or too many fields","time":{"start":1707418616281,"stop":1707418616281,"duration":0},"status":"passed","severity":"normal"},{"uid":"e359f86c1562b903","name":"Check message with non string payload is not received","time":{"start":1707419181448,"stop":1707419181448,"duration":0},"status":"passed","severity":"normal"},{"uid":"94c2b7eeb5cb7c66","name":"Check meta is set [symmetric]","time":{"start":1707418646116,"stop":1707418646117,"duration":1},"status":"passed","severity":"normal"},{"uid":"57790fb4c443d315","name":"Check received message containing long","time":{"start":1707419181390,"stop":1707419181390,"duration":0},"status":"passed","severity":"normal"},{"uid":"52b43d6935db18a9","name":"Subscribe and receive messages via waku relay post","time":{"start":1707419289506,"stop":1707419289506,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f486e9dc4f663ab","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707418705657,"stop":1707418705657,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c1159a84a290470","name":"Push message with Chinese payload","time":{"start":1707419080391,"stop":1707419080392,"duration":1},"status":"passed","severity":"normal"},{"uid":"85b8f3f8f6188600","name":"Check publish message containing long","time":{"start":1707418998132,"stop":1707418998132,"duration":0},"status":"passed","severity":"normal"},{"uid":"c426ead38ead1f58","name":"Subscribe to topic containing XML and publish message","time":{"start":1707419013077,"stop":1707419013077,"duration":0},"status":"passed","severity":"normal"},{"uid":"9389e89754743107","name":"throws on content topic with empty topic name field","time":{"start":1707418616283,"stop":1707418616284,"duration":1},"status":"passed","severity":"normal"},{"uid":"cccf03d269dbfd7e","name":"Check received message containing shell command","time":{"start":1707419181435,"stop":1707419181435,"duration":0},"status":"passed","severity":"normal"},{"uid":"a079a4857ff944c9","name":"Check received message containing SQL Injection","time":{"start":1707418841930,"stop":1707418841931,"duration":1},"status":"passed","severity":"normal"},{"uid":"f58ced2b6a535202","name":"All","time":{"start":1707418681525,"stop":1707418681525,"duration":0},"status":"passed","severity":"normal"},{"uid":"34b7b8b02e94f3af","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739810,"stop":1707418739811,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8781ca0c845d4f","name":"Check received message containing JSON","time":{"start":1707419181434,"stop":1707419181434,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fcee4bafa1f606a","name":"should properly create location multiaddrs - tcp","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"259da913545959d6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5079fd12096abbc","name":"isConnected should return false after all peers disconnect","time":{"start":1707418705653,"stop":1707418705654,"duration":1},"status":"passed","severity":"normal"},{"uid":"73ae7359e331bee3","name":"Push message with emoji payload","time":{"start":1707419247769,"stop":1707419247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"390bb16918f2df83","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707419128749,"stop":1707419128749,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3cffa8447d7ee4","name":"Check publish message containing XML","time":{"start":1707418998137,"stop":1707418998137,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5a696dbb8659bb","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707418630095,"stop":1707418630095,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8f8194dd64ff156","name":"Check message on other pubsub topic is not received","time":{"start":1707418841944,"stop":1707418841944,"duration":0},"status":"passed","severity":"normal"},{"uid":"652920666d78660d","name":"Waku message hash computation","time":{"start":1707418619138,"stop":1707418619139,"duration":1},"status":"passed","severity":"normal"},{"uid":"6715fcdc66907e80","name":"Js publishes, other Js receives","time":{"start":1707418973248,"stop":1707418973248,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c74183425f8862d","name":"Subscribe to topic containing Script and receive message","time":{"start":1707419289513,"stop":1707419289513,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6767054d165ca6a","name":"1 Store, 2 fetches","time":{"start":1707418639756,"stop":1707418639757,"duration":1},"status":"passed","severity":"normal"},{"uid":"479e76ab984793ae","name":"Check received message with timestamp: undefined ","time":{"start":1707419181399,"stop":1707419181400,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fd5d018d6f271d4","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707418681516,"stop":1707418681518,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f4681229ed9eadd","name":"Encoder throws on empty string content topic","time":{"start":1707418646118,"stop":1707418646119,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d184bc407bd07b0","name":"Check publish message after client node is restarted","time":{"start":1707418998151,"stop":1707418998151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c4fc6418bf448a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707418829831,"stop":1707418829831,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f7478682b73f6f5","name":"configure the node with multiple pubsub topics","time":{"start":1707419086807,"stop":1707419086808,"duration":1},"status":"passed","severity":"normal"},{"uid":"90960cbf31c10e49","name":"Push message with special chars payload","time":{"start":1707419080391,"stop":1707419080391,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b304935df911cde","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937019,"stop":1707418937020,"duration":1},"status":"passed","severity":"normal"},{"uid":"579bf93b64a51572","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707418881989,"stop":1707418881990,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8fafd2f6fb7eb9","name":"Push message on custom pubsubTopic","time":{"start":1707418937022,"stop":1707418937022,"duration":0},"status":"passed","severity":"normal"},{"uid":"d993db6c43998142","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418734616,"stop":1707418734616,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b283fe2cbc13256","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707418624512,"stop":1707418624513,"duration":1},"status":"passed","severity":"normal"},{"uid":"199da1057fba702b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707418881995,"stop":1707418881996,"duration":1},"status":"passed","severity":"normal"},{"uid":"febd1d0aba10f3f4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707419289516,"stop":1707419289516,"duration":0},"status":"passed","severity":"normal"},{"uid":"f100b1719e2bfae0","name":"should only return 1 node with relay and store capability","time":{"start":1707418640144,"stop":1707418640144,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a0c78e2f66f6558","name":"Push message with content topic containing short","time":{"start":1707419247770,"stop":1707419247771,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e2258305c91f609","name":"Query generator for multiple messages with different content topic format","time":{"start":1707419196129,"stop":1707419196129,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf30f65d6803fd9b","name":"Round trip binary serialization","time":{"start":1707418630276,"stop":1707418630277,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0eec50044d6728f","name":"Default pageSize","time":{"start":1707419231827,"stop":1707419231827,"duration":0},"status":"passed","severity":"normal"},{"uid":"37213cbab99785cd","name":"Check message received after jswaku node is restarted","time":{"start":1707419181419,"stop":1707419181419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b817c162a3791722","name":"Check received message containing emoji","time":{"start":1707418841940,"stop":1707418841941,"duration":1},"status":"passed","severity":"normal"},{"uid":"349bc4eb6b0060e3","name":"Sample","time":{"start":1707418624741,"stop":1707418624741,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1efb3d3ec581b0e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707419289513,"stop":1707419289513,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d720731b8422ad7","name":"Push message with content topic containing shell command","time":{"start":1707419080409,"stop":1707419080409,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e90be5036c69274","name":"Check received message containing emoji","time":{"start":1707419181397,"stop":1707419181397,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6157b20d97727ea","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707418829819,"stop":1707418829819,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af8f0725951a2fa","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983701,"stop":1707418983701,"duration":0},"status":"passed","severity":"normal"},{"uid":"62eaeb798584cb42","name":"Check received message containing numeric","time":{"start":1707418841928,"stop":1707418841928,"duration":0},"status":"passed","severity":"normal"},{"uid":"a709e2a419e459e5","name":"different cluster, same shard: nodes don't connect","time":{"start":1707418829815,"stop":1707418829815,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd7a45c069cbc49","name":"LightPush","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f14744fb85fa7ea","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707418639733,"stop":1707418639734,"duration":1},"status":"passed","severity":"normal"},{"uid":"f976333182d5191e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707418829828,"stop":1707418829829,"duration":1},"status":"passed","severity":"normal"},{"uid":"55a56f137f1885af","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707419181441,"stop":1707419181441,"duration":0},"status":"passed","severity":"normal"},{"uid":"1466dfc0412eab33","name":"Encoder throws on empty string content topic","time":{"start":1707418648132,"stop":1707418648132,"duration":0},"status":"passed","severity":"normal"},{"uid":"d79c02bfc6105191","name":"Push message with Basic HTML tag payload","time":{"start":1707419247767,"stop":1707419247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c0420ff2cfce88f","name":"udp ip6 address","time":{"start":1707418624781,"stop":1707418624781,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1c22a1ab739f0de","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ffd20ce30c48b1","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1707418881996,"stop":1707418881996,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28687bfbae64e2f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707418639734,"stop":1707418639734,"duration":0},"status":"passed","severity":"normal"},{"uid":"9255fa51503a9420","name":"Query generator for 2000 messages","time":{"start":1707419196131,"stop":1707419196131,"duration":0},"status":"passed","severity":"normal"},{"uid":"133b5df060036a16","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707418640146,"stop":1707418640146,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cf07a9215e810593","name":"Query with Promise Callback, No Decoder","time":{"start":1707419149716,"stop":1707419149716,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba45254458e001fa","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707418630096,"stop":1707418630096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8670b39103c7bc4","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707418829824,"stop":1707418829824,"duration":0},"status":"passed","severity":"normal"},{"uid":"60eb365524128b73","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707418640145,"stop":1707418640145,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bfd2c2128fd3166","name":"Publish message with custom timestamp: Thu Feb 08 2024 18:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998147,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ca45022489801c6","name":"can start and stop the service","time":{"start":1707419072672,"stop":1707419072673,"duration":1},"status":"passed","severity":"normal"},{"uid":"721d0e913352aa00","name":"Check received message containing short","time":{"start":1707419181389,"stop":1707419181389,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e574e801e839a7d","name":"Subscribe to topic containing long and receive message","time":{"start":1707419289499,"stop":1707419289500,"duration":1},"status":"passed","severity":"normal"},{"uid":"16fe83e64163757f","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418734618,"stop":1707418734618,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a71e83cf9dddd3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418873966,"stop":1707418873966,"duration":0},"status":"passed","severity":"normal"},{"uid":"95a9e20f755b5ce5","name":"Check publish message after service node is restarted","time":{"start":1707418998150,"stop":1707418998151,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8056b49d1c63c1f4","name":"creates an iterator","time":{"start":1707419233177,"stop":1707419233177,"duration":0},"status":"passed","severity":"normal"},{"uid":"9966d7ea8658cb24","name":"connects to nwaku","time":{"start":1707419251320,"stop":1707419251320,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2e6a9cd2d238dd","name":"Decoder throws on undefined content topic","time":{"start":1707418646119,"stop":1707418646119,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0da1c5d9e899017","name":"Throws when trying to push message with empty payload","time":{"start":1707419247770,"stop":1707419247770,"duration":0},"status":"passed","severity":"normal"},{"uid":"daca50157a77565f","name":"Overlapping topic subscription","time":{"start":1707418881984,"stop":1707418881984,"duration":0},"status":"passed","severity":"normal"},{"uid":"223ba728d89c1a4c","name":"Fails to publish message with empty text","time":{"start":1707418998148,"stop":1707418998148,"duration":0},"status":"passed","severity":"normal"},{"uid":"4390bd88c14fae3d","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","severity":"normal"},{"uid":"5062dd9ea858939","name":"Check message with extra parameter is not received","time":{"start":1707418841949,"stop":1707418841950,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9cc7209e880f103","name":"should not receive a peer event after stop","time":{"start":1707418673499,"stop":1707418673501,"duration":2},"status":"passed","severity":"normal"},{"uid":"92077b8e3c9b0c13","name":"Check received message containing JSON","time":{"start":1707418841932,"stop":1707418841933,"duration":1},"status":"passed","severity":"normal"},{"uid":"d35657a339da3181","name":"throws on content topic with generation field greater than 0","time":{"start":1707418616282,"stop":1707418616282,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b48cb08f647a4e0","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418873968,"stop":1707418873968,"duration":0},"status":"passed","severity":"normal"},{"uid":"e11ed165de38b6a2","name":"should be called for bootstrap peers","time":{"start":1707418705655,"stop":1707418705655,"duration":0},"status":"passed","severity":"normal"},{"uid":"d86be61a4a00ba59","name":"Query Generator, No message returned","time":{"start":1707419149713,"stop":1707419149713,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e7faf7d030e5e9","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707418673504,"stop":1707418673505,"duration":1},"status":"skipped","severity":"normal"},{"uid":"27a36f3e6cebf43d","name":"Callback on promise","time":{"start":1707419196129,"stop":1707419196129,"duration":0},"status":"passed","severity":"normal"},{"uid":"319e6041905a68de","name":"should set field with only FILTER enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"c24585bbfca8a95f","name":"throws on content topic with empty application field","time":{"start":1707418616282,"stop":1707418616283,"duration":1},"status":"passed","severity":"normal"},{"uid":"bad4b774a52e28e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707419289512,"stop":1707419289512,"duration":0},"status":"passed","severity":"normal"},{"uid":"682237dc01e340b3","name":"Nwaku publishes","time":{"start":1707418973247,"stop":1707418973248,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffa3d0166c90d682","name":"should get / set TCP multiaddr","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"758b6b1cb491cb35","name":"1 Relay, 1 Filter, gives up","time":{"start":1707418639757,"stop":1707418639757,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a266869d8b6bb14","name":"Check publish message containing Script","time":{"start":1707418998136,"stop":1707418998136,"duration":0},"status":"passed","severity":"normal"},{"uid":"37132ddc63c7bedf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707419289506,"stop":1707419289507,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6f8c27aabe99463","name":"Push message with shell command payload","time":{"start":1707419080395,"stop":1707419080396,"duration":1},"status":"passed","severity":"normal"},{"uid":"956395c64862496","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739804,"stop":1707418739805,"duration":1},"status":"passed","severity":"normal"},{"uid":"842dce1a6483faac","name":"Subscribe to topic containing XML and receive message","time":{"start":1707418881990,"stop":1707418881990,"duration":0},"status":"passed","severity":"normal"},{"uid":"736a6385e74bdeea","name":"Check received message containing Chinese","time":{"start":1707419181391,"stop":1707419181391,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9177d2624316246","name":"Ephemeral messages are not stored","time":{"start":1707418681515,"stop":1707418681516,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9ff9de18ed23b48","name":"Check message with non string payload is not received","time":{"start":1707419181412,"stop":1707419181418,"duration":6},"status":"passed","severity":"normal"},{"uid":"52d46f3c4caecc4e","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707418739808,"stop":1707418739809,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a93ae39084f1ad5","name":"should throw error - no id","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd45bf994fb3db71","name":"caches peers it previously fetched","time":{"start":1707418640143,"stop":1707418640143,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc9698c674e2d52","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707418705653,"stop":1707418705653,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1b50d7b0cbed31","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707418639732,"stop":1707418639732,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a6b717ad1eddc4","name":"Subscribe to topic containing short and receive message","time":{"start":1707419289510,"stop":1707419289510,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4569b1d94c84298","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c30de1d1273a9ec","name":"should not fail to start the service if it is already started","time":{"start":1707419072674,"stop":1707419072675,"duration":1},"status":"passed","severity":"normal"},{"uid":"d62bcdd8e2ee3d4","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707419128747,"stop":1707419128747,"duration":0},"status":"passed","severity":"normal"},{"uid":"2daa9d7160066011","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418744886,"stop":1707418744886,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c1d1cd274c3c4f7","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707419190154,"stop":1707419190154,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba41fc87e0cec2c","name":"can start and stop the service","time":{"start":1707418673491,"stop":1707418673492,"duration":1},"status":"passed","severity":"normal"},{"uid":"27c255872667d71a","name":"Check publish message containing Chinese","time":{"start":1707418998133,"stop":1707418998133,"duration":0},"status":"passed","severity":"normal"},{"uid":"af3fd72eff798a48","name":"Check received message containing escaped characters","time":{"start":1707419181396,"stop":1707419181397,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b0f02bde29f12ad","name":"should not receive a peer event before start","time":{"start":1707419072676,"stop":1707419072677,"duration":1},"status":"passed","severity":"normal"},{"uid":"a59659bd600f4fe5","name":"Check message with non string payload is not received","time":{"start":1707418841948,"stop":1707418841949,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e21e9ae8c843068","name":"Subscribe to topic containing long and receive message","time":{"start":1707419289510,"stop":1707419289510,"duration":0},"status":"passed","severity":"normal"},{"uid":"5af39ac6ff0ba488","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707419289512,"stop":1707419289513,"duration":1},"status":"passed","severity":"normal"},{"uid":"52157b78a7dffa74","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418744887,"stop":1707418744887,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c10f1bd8cd396cc","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707419013072,"stop":1707419013073,"duration":1},"status":"passed","severity":"normal"},{"uid":"f235a580ed16dbbd","name":"Push message with custom timestamp: 1676660430042","time":{"start":1707419247779,"stop":1707419247780,"duration":1},"status":"passed","severity":"normal"},{"uid":"d32ba66ebd380439","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707419289509,"stop":1707419289509,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f05895160db461","name":"Check received message containing Arabic","time":{"start":1707419181392,"stop":1707419181392,"duration":0},"status":"passed","severity":"normal"},{"uid":"5550e11f78445da7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707418646115,"stop":1707418646116,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e8903dfb3840e2f","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707418829830,"stop":1707418829831,"duration":1},"status":"passed","severity":"normal"},{"uid":"357d37dc8b3e64e","name":"Does not throw an exception when node disconnects","time":{"start":1707419251320,"stop":1707419251320,"duration":0},"status":"passed","severity":"normal"},{"uid":"d70acb040ec8c01c","name":"nwaku subscribes","time":{"start":1707418973246,"stop":1707418973247,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b3d1d879bfb6456","name":"Subscribe and receive messages via waku relay post","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2bd9df9b039f99","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998146,"stop":1707418998146,"duration":0},"status":"passed","severity":"normal"},{"uid":"be60a2ab4afadf64","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707419013072,"stop":1707419013072,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb6b1292d30c794","name":"Decoder throws on empty string content topic","time":{"start":1707418630279,"stop":1707418630279,"duration":0},"status":"passed","severity":"normal"},{"uid":"67cb56aac06f81b8","name":"Fails to push message bigger that 1MB","time":{"start":1707419247781,"stop":1707419247782,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ea02df54eb1469","name":"Push message with custom timestamp: 1707415230042","time":{"start":1707419247780,"stop":1707419247780,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4fe3298bf9ee1a","name":"through manual discovery","time":{"start":1707418927297,"stop":1707418927297,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ee7ba56bf106eaa","name":"Check message with no payload is not received","time":{"start":1707418841945,"stop":1707418841948,"duration":3},"status":"passed","severity":"normal"},{"uid":"ffc0746e05fe460","name":"Symmetric encrypt & Decrypt","time":{"start":1707418646764,"stop":1707418646764,"duration":0},"status":"passed","severity":"normal"},{"uid":"704ed2552f4396c5","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707418624512,"stop":1707418624512,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6346e2d9fdb687b","name":"Check received message containing XML","time":{"start":1707419181393,"stop":1707419181394,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c770f433f54e745","name":"Ephemeral field set to true","time":{"start":1707418630277,"stop":1707418630277,"duration":0},"status":"passed","severity":"normal"},{"uid":"280f8a09dd4e28a9","name":"Nodes with multiple pubsub topic","time":{"start":1707418983700,"stop":1707418983701,"duration":1},"status":"passed","severity":"normal"},{"uid":"7818a916583e19a8","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707419128745,"stop":1707419128746,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ce1738e3b11a532","name":"throws on empty content topic","time":{"start":1707418616280,"stop":1707418616280,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8592378cd71f03","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707418881991,"stop":1707418881992,"duration":1},"status":"passed","severity":"normal"},{"uid":"86d6db6a2f44d027","name":"should properly create location multiaddrs - udp6","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"217d0c75c443863e","name":"should properly create location multiaddrs - udp","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"390c57c9738b8cc","name":"Fails to push message with empty content topic","time":{"start":1707419080411,"stop":1707419080411,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6cb52c054f7d615","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707419289516,"stop":1707419289516,"duration":0},"status":"passed","severity":"normal"},{"uid":"af652b0ee06a92d2","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739810,"stop":1707418739810,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ab4588d59c3df","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707419216977,"stop":1707419216977,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d847d2d257a603","name":"Check received message containing numeric","time":{"start":1707419181421,"stop":1707419181421,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5f4defb506c4a8","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707418881987,"stop":1707418881988,"duration":1},"status":"passed","severity":"normal"},{"uid":"53d381e92694d375","name":"Relay","time":{"start":1707418681523,"stop":1707418681524,"duration":1},"status":"passed","severity":"normal"},{"uid":"1921c6b604842cf8","name":"Check message with no content topic is not received","time":{"start":1707419181411,"stop":1707419181411,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a26cc6087828baa","name":"Check received message with timestamp: 1707418663077000000 ","time":{"start":1707418841941,"stop":1707418841941,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7dcd62afc4a6c7b","name":"should encode/decode to RLP encoding","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c3b0c6ac207401","name":"Check received message containing SQL Injection","time":{"start":1707419181424,"stop":1707419181425,"duration":1},"status":"passed","severity":"normal"},{"uid":"12661e5e27bb2994","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707418624507,"stop":1707418624509,"duration":2},"status":"passed","severity":"normal"},{"uid":"e2d44d17cb9d8681","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829834,"stop":1707418829834,"duration":0},"status":"passed","severity":"normal"},{"uid":"c643f250a4f061fe","name":"Check received message with extra option is received","time":{"start":1707418841950,"stop":1707418841961,"duration":11},"status":"passed","severity":"normal"},{"uid":"e25dc7e32f49a78e","name":"Query with Promise Callback, No message returned","time":{"start":1707419149716,"stop":1707419149717,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4a7c1aafcd6bc7b","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707418705659,"stop":1707418705660,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb6f524f263c1c00","name":"Check message received after jswaku node is restarted","time":{"start":1707418841962,"stop":1707418841962,"duration":0},"status":"skipped","severity":"normal"},{"uid":"66c3910d9d1ba054","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707419013078,"stop":1707419013079,"duration":1},"status":"passed","severity":"normal"},{"uid":"5051870dfbc1a38f","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707419245415,"stop":1707419245415,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a235c0cc49ed08","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829831,"stop":1707418829832,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f2235718aa4d2d","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707418624517,"stop":1707418624517,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba9c58484ef9b0e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707418624511,"stop":1707418624511,"duration":0},"status":"passed","severity":"normal"},{"uid":"78ab017cb57203b2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707418881991,"stop":1707418881991,"duration":0},"status":"passed","severity":"normal"},{"uid":"742e7ad91602ca46","name":"isConnected should return false after all peers disconnect","time":{"start":1707418705660,"stop":1707418705671,"duration":11},"status":"passed","severity":"normal"},{"uid":"ffe52e32fa186850","name":"Push message with content topic containing unicode special characters","time":{"start":1707419080410,"stop":1707419080410,"duration":0},"status":"passed","severity":"normal"},{"uid":"4edd63514184fccd","name":"Check publish message containing emoji","time":{"start":1707418998146,"stop":1707418998146,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd9ecb3bb6e78d06","name":"Fails to publish duplicate message","time":{"start":1707418998148,"stop":1707418998148,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e9abeb1cd2b8d79","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707419181441,"stop":1707419181441,"duration":0},"status":"passed","severity":"normal"},{"uid":"37122cde3e1a4a88","name":"Push message with content topic containing emoji","time":{"start":1707419080410,"stop":1707419080410,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9d0ea0d0b17d77","name":"Encoder throws on undefined content topic","time":{"start":1707418646117,"stop":1707418646118,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbeccb663079e463","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707418829835,"stop":1707418829835,"duration":0},"status":"passed","severity":"normal"},{"uid":"6599f3c34fa1f0","name":"Register correct protocols","time":{"start":1707419013068,"stop":1707419013070,"duration":2},"status":"passed","severity":"normal"},{"uid":"6204aa80697101b2","name":"Push message with content topic containing Script","time":{"start":1707419247774,"stop":1707419247775,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cfcc89003e5312e","name":"Ping on subscribed peer","time":{"start":1707418734617,"stop":1707418734617,"duration":0},"status":"passed","severity":"normal"},{"uid":"364491d55f7cb2c7","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418744885,"stop":1707418744885,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3dfdc99588d30f","name":"groups content topics by expected pubsub topic","time":{"start":1707418616287,"stop":1707418616287,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b534f0b43a721e1","name":"Push to array if already present","time":{"start":1707418616119,"stop":1707418616120,"duration":1},"status":"passed","severity":"normal"},{"uid":"511fc622854b5376","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b07c447086b96685","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707418639734,"stop":1707418639735,"duration":1},"status":"passed","severity":"normal"},{"uid":"108a83362e1a4c9f","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707419128747,"stop":1707419128747,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8422ddfa646a4a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707418829833,"stop":1707418829833,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3791c7075398b4d","name":"Check received message containing shell command","time":{"start":1707419181395,"stop":1707419181396,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d3e2423df6f47c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707419181399,"stop":1707419181399,"duration":0},"status":"passed","severity":"normal"},{"uid":"603673f4c3f90e6b","name":"Decoder throws on empty string content topic","time":{"start":1707418646119,"stop":1707418646120,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9512bb275ce258a","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"589da321f046007b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707419289507,"stop":1707419289507,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6c17f571b4b3869a","name":"Push message with rate limit","time":{"start":1707419080412,"stop":1707419080412,"duration":0},"status":"passed","severity":"normal"},{"uid":"ced700cf641c5c6","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707418829851,"stop":1707418829851,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe1f21a700bb457","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418873959,"stop":1707418873960,"duration":1},"status":"passed","severity":"normal"},{"uid":"a64501d90293a968","name":"Used by Waku Relay","time":{"start":1707419251322,"stop":1707419251322,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b3fe1ee993ec2c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829821,"stop":1707418829821,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb140e7e93d685b4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707418881987,"stop":1707418881987,"duration":0},"status":"passed","severity":"normal"},{"uid":"a050bec49d167396","name":"Refresh subscription","time":{"start":1707419013073,"stop":1707419013073,"duration":0},"status":"skipped","severity":"normal"},{"uid":"82835d3b6a183cc1","name":"should not receive a peer event before start","time":{"start":1707418673498,"stop":1707418673499,"duration":1},"status":"passed","severity":"normal"},{"uid":"e05b646b57082a88","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707418829826,"stop":1707418829827,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89be391538b4598","name":"Push message with Arabic payload","time":{"start":1707419247764,"stop":1707419247765,"duration":1},"status":"passed","severity":"normal"},{"uid":"31e0b79abb705531","name":"Filter","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"375e5ba57aa94255","name":"Check received message containing Script","time":{"start":1707418841931,"stop":1707418841931,"duration":0},"status":"passed","severity":"normal"},{"uid":"849d7c43a849ecec","name":"Passing page size 0 when there are 110 messages","time":{"start":1707419231822,"stop":1707419231823,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cf3e07e1da907df","name":"should emit a peer event after start","time":{"start":1707419072675,"stop":1707419072676,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c2735ceb9fa3a0c","name":"Check received message containing Chinese","time":{"start":1707419181423,"stop":1707419181423,"duration":0},"status":"passed","severity":"normal"},{"uid":"1423bc6222dc46f8","name":"Check received message with timestamp: undefined ","time":{"start":1707419181442,"stop":1707419181442,"duration":0},"status":"passed","severity":"normal"},{"uid":"f43558db2208a4e6","name":"Push message with Script payload","time":{"start":1707419247766,"stop":1707419247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"33683e09b6bfc699","name":"should throw error - no id","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"96a471ebb9484a82","name":"Push message with content topic containing short","time":{"start":1707419080399,"stop":1707419080399,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e30ac136365b26b","name":"Push message with content topic containing long","time":{"start":1707419080399,"stop":1707419080400,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1a1a8178c5a5bb2","name":"Relay + Store","time":{"start":1707418681524,"stop":1707418681524,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c973ac05feca4f7","name":"Query generator for multiple messages with different message text format","time":{"start":1707419196128,"stop":1707419196128,"duration":0},"status":"passed","severity":"normal"},{"uid":"8601bcf1cad6cf81","name":"Check message with no content topic is not received","time":{"start":1707418841945,"stop":1707418841945,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7270a5968e4d106","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937023,"stop":1707418937023,"duration":0},"status":"passed","severity":"normal"},{"uid":"627c5d56fd532c99","name":"Push message with Script payload","time":{"start":1707419080394,"stop":1707419080394,"duration":0},"status":"passed","severity":"normal"},{"uid":"31b7e2563a422e80","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829838,"stop":1707418829838,"duration":0},"status":"passed","severity":"normal"},{"uid":"742114e72e906e2b","name":"converts content topics to expected shard index","time":{"start":1707418616285,"stop":1707418616285,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d2d4ad2f30f9f0","name":"should properly create peer info with all multiaddrs","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"d825cf47625721ec","name":"Passing an array","time":{"start":1707419251321,"stop":1707419251321,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbff8ef74d3f63fc","name":"Generator, custom pubsub topic","time":{"start":1707419203160,"stop":1707419203161,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e49aad662b9fa6e","name":"Passing page size 1 when there are 4 messages","time":{"start":1707419231823,"stop":1707419231823,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dbbb9a669440b98","name":"Push message with content topic containing special chars","time":{"start":1707419247772,"stop":1707419247772,"duration":0},"status":"passed","severity":"normal"},{"uid":"23a203cef974cce2","name":"does not throw on valid cases","time":{"start":1707418616279,"stop":1707418616280,"duration":1},"status":"passed","severity":"normal"},{"uid":"40653a861d1d6f58","name":"Check received message with timestamp: undefined ","time":{"start":1707418841943,"stop":1707418841943,"duration":0},"status":"passed","severity":"normal"},{"uid":"e751848d81fcaad4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418744887,"stop":1707418744887,"duration":0},"status":"passed","severity":"normal"},{"uid":"8458db4361c42ec2","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707419190153,"stop":1707419190153,"duration":0},"status":"passed","severity":"normal"},{"uid":"30dc828aac67ccc2","name":"Push message with custom timestamp: 1707415242239","time":{"start":1707419080412,"stop":1707419080413,"duration":1},"status":"passed","severity":"normal"},{"uid":"15e6216f97bafb2f","name":"Push message with Arabic payload","time":{"start":1707419080392,"stop":1707419080392,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7d6617ab1f536fe","name":"Sign & Recover","time":{"start":1707418646765,"stop":1707418646765,"duration":0},"status":"passed","severity":"normal"},{"uid":"f38513ea2846534b","name":"Push message with content topic containing XML","time":{"start":1707419247775,"stop":1707419247775,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b904614668e3dea","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203161,"stop":1707419203161,"duration":0},"status":"passed","severity":"normal"},{"uid":"50e9f3cef2d1d1e4","name":"Push message with meta","time":{"start":1707419080411,"stop":1707419080411,"duration":0},"status":"passed","severity":"normal"},{"uid":"810235d43c500442","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707418881980,"stop":1707418881980,"duration":0},"status":"passed","severity":"normal"},{"uid":"25510b24d85d7b48","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707419149707,"stop":1707419149707,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eb499d436a884c3","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707418616578,"stop":1707418616578,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5525795789d8c7b","name":"Refresh subscription","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddbf0b00f479a4a8","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707419216978,"stop":1707419216979,"duration":1},"status":"passed","severity":"normal"},{"uid":"e22e5132f0e067a0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707418881993,"stop":1707418881994,"duration":1},"status":"passed","severity":"normal"},{"uid":"fca7761213884202","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707419149713,"stop":1707419149714,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3909df9b1e14bd","name":"Push 30 different messages","time":{"start":1707419080398,"stop":1707419080398,"duration":0},"status":"passed","severity":"normal"},{"uid":"14222cd7c01adc0b","name":"Fails to push message with empty content topic","time":{"start":1707419247778,"stop":1707419247778,"duration":0},"status":"passed","severity":"normal"},{"uid":"65018eff24cdad2d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707418673505,"stop":1707418673505,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8cdcf8d6e316ba00","name":"Subscribe to topic containing Script and publish message","time":{"start":1707419013077,"stop":1707419013077,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cf1be2e7290baf","name":"Subscribe and receives messages on 20 topics","time":{"start":1707419289497,"stop":1707419289497,"duration":0},"status":"passed","severity":"normal"},{"uid":"c43f1cda02ebbb84","name":"Push message with unicode special characters payload","time":{"start":1707419080397,"stop":1707419080397,"duration":0},"status":"passed","severity":"normal"},{"uid":"683377c24d7b5050","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707418681519,"stop":1707418681520,"duration":1},"status":"passed","severity":"normal"},{"uid":"f23d01dcab4b6d29","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707418705654,"stop":1707418705654,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac4178624114821","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707419128746,"stop":1707419128746,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c04848b64aca8ef","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1d0367e0cc9f769","name":"Push message with content topic containing Russian","time":{"start":1707419080402,"stop":1707419080402,"duration":0},"status":"passed","severity":"normal"},{"uid":"26a2ef9f3bbf8b87","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707419013077,"stop":1707419013078,"duration":1},"status":"passed","severity":"normal"},{"uid":"da002805e97b5b32","name":"Mutual subscription","time":{"start":1707419013067,"stop":1707419013068,"duration":1},"status":"passed","severity":"normal"},{"uid":"72ab924406087d8","name":"Check message on other pubsub topic is not received","time":{"start":1707419181401,"stop":1707419181410,"duration":9},"status":"passed","severity":"normal"},{"uid":"9db5a127e3a7d97b","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"faf48090358cd631","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707418829853,"stop":1707418829854,"duration":1},"status":"passed","severity":"normal"},{"uid":"c04d42e0ed1c9338","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418873969,"stop":1707418873969,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b7962b26bf38b7","name":"Check publish message containing SQL Injection","time":{"start":1707418998135,"stop":1707418998136,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6ae17dae80a04d5","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707418648130,"stop":1707418648131,"duration":1},"status":"passed","severity":"normal"},{"uid":"56dad61389288bc5","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707418639733,"stop":1707418639733,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a24c7f36ed7062","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707419289508,"stop":1707419289508,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cb9b37411c0229c0","name":"should throw an error for insufficient data","time":{"start":1707418616578,"stop":1707418616579,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf68a74840dc5136","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d33c962a8144025","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707418998149,"stop":1707418998149,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46992de1c46095f","name":"1 Relay, 1 fetch","time":{"start":1707418639756,"stop":1707418639756,"duration":0},"status":"passed","severity":"normal"},{"uid":"227405b21a4c881b","name":"Push message with SQL Injection payload","time":{"start":1707419247766,"stop":1707419247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"b059a72f0a79464d","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707418881988,"stop":1707418881989,"duration":1},"status":"passed","severity":"normal"},{"uid":"87240eb23c42e701","name":"Ping on unsubscribed peer","time":{"start":1707418734617,"stop":1707418734618,"duration":1},"status":"passed","severity":"normal"},{"uid":"d27d7e570a5b4cce","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707419289516,"stop":1707419289517,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c0669a7d5205579","name":"can start the service","time":{"start":1707418673488,"stop":1707418673491,"duration":3},"status":"passed","severity":"normal"},{"uid":"7cb02df5296d9dab","name":"Check received message containing Basic HTML tag","time":{"start":1707418841932,"stop":1707418841932,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1e806f6914b6cb","name":"Ping on peer without subscriptions","time":{"start":1707418734617,"stop":1707418734617,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf08494936ea98ba","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fbc99af5ba68516c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739807,"stop":1707418739807,"duration":0},"status":"passed","severity":"normal"},{"uid":"69476df55c7c90b","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707419245417,"stop":1707419245418,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c9db95dfa083ff5","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937019,"stop":1707418937019,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6674758f0731039","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707419289511,"stop":1707419289511,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4b64515deeefecb","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707418829825,"stop":1707418829825,"duration":0},"status":"passed","severity":"normal"},{"uid":"c794b4ae37d8cbd7","name":"Push message with escaped characters payload","time":{"start":1707419080397,"stop":1707419080397,"duration":0},"status":"passed","severity":"normal"},{"uid":"328dac93ef5b4317","name":"unsubscribes","time":{"start":1707419233178,"stop":1707419233178,"duration":0},"status":"passed","severity":"normal"},{"uid":"5abb38df3bd43cd2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707418881988,"stop":1707418881988,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cf768ee2217962","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707418829823,"stop":1707418829823,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd4aeb20b9af000","name":"Check publish message containing Basic HTML tag","time":{"start":1707418998137,"stop":1707418998142,"duration":5},"status":"passed","severity":"normal"},{"uid":"5374d767234f9db6","name":"Push message with short payload","time":{"start":1707419080389,"stop":1707419080390,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8186b9e98b46021","name":"Check message with no payload is not received","time":{"start":1707419181447,"stop":1707419181447,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb818f0abbcdc98b","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418873960,"stop":1707418873962,"duration":2},"status":"passed","severity":"normal"},{"uid":"d459c16819cce2bc","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ce0ca8a8b8afc02","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707418829836,"stop":1707418829836,"duration":0},"status":"passed","severity":"normal"},{"uid":"108200d6aa0b03a5","name":"Delete observer","time":{"start":1707418939641,"stop":1707418939641,"duration":0},"status":"passed","severity":"normal"},{"uid":"37e8aaa63fd0189d","name":"Check publish message containing numeric","time":{"start":1707418998132,"stop":1707418998133,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa75a120de8d0d46","name":"should only return 1 node with store capability","time":{"start":1707418640144,"stop":1707418640145,"duration":1},"status":"passed","severity":"normal"},{"uid":"eafe42e67baa0aef","name":"Push message with Russian payload","time":{"start":1707419247765,"stop":1707419247765,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2bd34c931c4fd7","name":"Check received message with timestamp: 1707418663077 ","time":{"start":1707418841941,"stop":1707418841942,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee6a7448f778fb79","name":"Push message equal or less that 1MB","time":{"start":1707419247781,"stop":1707419247781,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b53c288f0990f7","name":"should not fail to stop the service if it was not started","time":{"start":1707419072673,"stop":1707419072674,"duration":1},"status":"passed","severity":"normal"},{"uid":"f65131e105b62402","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707419289508,"stop":1707419289508,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9a7f5962180900","name":"Subscribe to topic containing short and publish message","time":{"start":1707419013074,"stop":1707419013074,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ecc42361e022ef5","name":"should not fail to start the service if it is already started","time":{"start":1707418673496,"stop":1707418673496,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3de373a7c9acfb1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707418639071,"stop":1707418639072,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b8d83d8e623336","name":"Passing page size 10 when there are 10 messages","time":{"start":1707419231824,"stop":1707419231825,"duration":1},"status":"passed","severity":"normal"},{"uid":"92eb2f33a32ec240","name":"A test","time":{"start":1707418882076,"stop":1707418882076,"duration":0},"status":"passed","severity":"normal"},{"uid":"f11c81f23f9d4b9b","name":"Query with Ordered Callback, No message returned","time":{"start":1707419149714,"stop":1707419149715,"duration":1},"status":"passed","severity":"normal"},{"uid":"e16408e519262160","name":"should use DNS peer discovery with light client","time":{"start":1707418673503,"stop":1707418673504,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ed9e61d3cdbf32d1","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707418705651,"stop":1707418705651,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83e9c53f22aee1f","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707418881979,"stop":1707418881979,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b5dd93303fe4f93","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707418829832,"stop":1707418829832,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f4800ab290ccade","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983698,"stop":1707418983699,"duration":1},"status":"passed","severity":"normal"},{"uid":"626989b809812b7e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707418829827,"stop":1707418829827,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c99d8e882f47f04","name":"Overlapping topic subscription","time":{"start":1707419289509,"stop":1707419289509,"duration":0},"status":"passed","severity":"normal"},{"uid":"b445222f9691635d","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707419013071,"stop":1707419013071,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e5e6db05b862c45","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203159,"stop":1707419203159,"duration":0},"status":"passed","severity":"normal"},{"uid":"c82021be6ee822ea","name":"Asymmetric encrypt & decrypt","time":{"start":1707418646763,"stop":1707418646764,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fee3f0d05ef8c1c","name":"Check received message containing Russian","time":{"start":1707419181392,"stop":1707419181392,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b5095c9e5e2d891","name":"Waku message hash computation (payload length 0)","time":{"start":1707418619140,"stop":1707418619140,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a7aabcc6e4d866","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"14797899f3a7d6c7","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937021,"stop":1707418937021,"duration":0},"status":"passed","severity":"normal"},{"uid":"13071fea3dd35c3a","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"a85c12c1bddc3682","name":"Check received message containing Chinese","time":{"start":1707418841929,"stop":1707418841929,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b8c34e8527ed01","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707418624518,"stop":1707418624519,"duration":1},"status":"passed","severity":"normal"},{"uid":"b34fcbd07a439d2c","name":"Fails to publish message with wrong content topic","time":{"start":1707418998149,"stop":1707418998149,"duration":0},"status":"passed","severity":"normal"},{"uid":"fea6a2ea4aef8fb4","name":"Push message with escaped characters payload","time":{"start":1707419247768,"stop":1707419247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa2a4a333a580ec","name":"Push message with custom timestamp: 1707422430042","time":{"start":1707419247780,"stop":1707419247781,"duration":1},"status":"passed","severity":"normal"},{"uid":"20eada8090c4859e","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707419216978,"stop":1707419216978,"duration":0},"status":"passed","severity":"normal"},{"uid":"ace34f4f4172c880","name":"Decoder throws on empty string content topic","time":{"start":1707418648133,"stop":1707418648133,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd717647f53a11c1","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707418739804,"stop":1707418739804,"duration":0},"status":"passed","severity":"normal"},{"uid":"b197f246e8712574","name":"Check received message containing short","time":{"start":1707418841926,"stop":1707418841927,"duration":1},"status":"passed","severity":"normal"},{"uid":"de1001fa1dbedbfc","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707419245416,"stop":1707419245416,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd88becef87bd69","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707419149711,"stop":1707419149712,"duration":1},"status":"passed","severity":"normal"},{"uid":"1742fc62531a9e09","name":"Subscribe to topic containing short and receive message","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"4519bda3da51ce9","name":"Subscribe to topic containing long and receive message","time":{"start":1707418881986,"stop":1707418881986,"duration":0},"status":"passed","severity":"normal"},{"uid":"14099eb904dff981","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707418705658,"stop":1707418705658,"duration":0},"status":"passed","severity":"normal"},{"uid":"e14ec663a6224179","name":"Push message equal or less that 1MB","time":{"start":1707419080413,"stop":1707419080413,"duration":0},"status":"passed","severity":"normal"},{"uid":"26776cc4fffece9b","name":"Push message with meta","time":{"start":1707419247778,"stop":1707419247778,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec24be5699ca3d6d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707418624516,"stop":1707418624516,"duration":0},"status":"passed","severity":"normal"},{"uid":"5868571ce49767c2","name":"Push message with content topic containing Chinese","time":{"start":1707419247773,"stop":1707419247773,"duration":0},"status":"passed","severity":"normal"},{"uid":"526153cfd165d551","name":"Nodes with multiple pubsub topic","time":{"start":1707418983698,"stop":1707418983698,"duration":0},"status":"passed","severity":"normal"},{"uid":"e978e5ca66be7dd3","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707418624510,"stop":1707418624511,"duration":1},"status":"passed","severity":"normal"},{"uid":"30e571587e145859","name":"Generator, custom pubsub topic","time":{"start":1707419203158,"stop":1707419203159,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2d629725dd81f00","name":"Check received message containing special chars","time":{"start":1707419181391,"stop":1707419181391,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ea70a579ea257c","name":"Generator, custom pubsub topic","time":{"start":1707419203154,"stop":1707419203155,"duration":1},"status":"passed","severity":"normal"},{"uid":"96360e40711ac461","name":"Check received message containing JSON","time":{"start":1707419181395,"stop":1707419181395,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b8ad6f1fa005f5","name":"Rejects garbage","time":{"start":1707418633905,"stop":1707418633905,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbe2d2e944d2000c","name":"Push message with content topic containing Arabic","time":{"start":1707419080401,"stop":1707419080402,"duration":1},"status":"passed","severity":"normal"},{"uid":"33ed14399cdf3c14","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707419289514,"stop":1707419289515,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3a7e6118c2cf19d","name":"Push message with content topic containing SQL Injection","time":{"start":1707419247774,"stop":1707419247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"458b0719e9cfe36c","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","severity":"normal"},{"uid":"94236ae3c904541d","name":"pre and post cipher","time":{"start":1707418646764,"stop":1707418646765,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0f147d7e171a41","name":"Relay - times out","time":{"start":1707419253794,"stop":1707419253794,"duration":0},"status":"passed","severity":"normal"},{"uid":"46aacef2ede2b918","name":"should not fail to stop the service if it was not started","time":{"start":1707418673495,"stop":1707418673496,"duration":1},"status":"passed","severity":"normal"},{"uid":"941d48a47a2aafda","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739809,"stop":1707418739810,"duration":1},"status":"passed","severity":"normal"},{"uid":"f66868ae821c1074","name":"Push message with long payload","time":{"start":1707419247762,"stop":1707419247762,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9f932e86ef7c134","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707419245418,"stop":1707419245418,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6131178fea42940","name":"Push message with content topic containing numeric","time":{"start":1707419247772,"stop":1707419247772,"duration":0},"status":"passed","severity":"normal"},{"uid":"c91a16da64621eef","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707418829836,"stop":1707418829837,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c2dc0aa14a74ed","name":"Decrypt messages","time":{"start":1707418939640,"stop":1707418939641,"duration":1},"status":"passed","severity":"normal"},{"uid":"b93969849b48398","name":"Push message with content topic containing SQL Injection","time":{"start":1707419080403,"stop":1707419080403,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c00d6f7732f84fb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937021,"stop":1707418937022,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bc0813b8d43d135","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707418640145,"stop":1707418640145,"duration":0},"status":"passed","severity":"normal"},{"uid":"33256e809ebee050","name":"Check received message with timestamp: 1707418663297000000 ","time":{"start":1707419181439,"stop":1707419181439,"duration":0},"status":"passed","severity":"normal"},{"uid":"15169c5b2e34377c","name":"Ping on unsubscribed peer","time":{"start":1707418734615,"stop":1707418734615,"duration":0},"status":"passed","severity":"normal"},{"uid":"31e55d92eed08546","name":"Subscribe to topic containing long and publish message","time":{"start":1707419013074,"stop":1707419013074,"duration":0},"status":"passed","severity":"normal"},{"uid":"66a8953b29201ab","name":"Check received message containing Arabic","time":{"start":1707418841929,"stop":1707418841929,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31c3d96ddf38f59","name":"Callback on promise, aborts when callback returns true","time":{"start":1707419196129,"stop":1707419196130,"duration":1},"status":"passed","severity":"normal"},{"uid":"dec4121f73777ce2","name":"Push message with content topic containing Chinese","time":{"start":1707419080401,"stop":1707419080401,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c779b420334be9","name":"Passing page size 11 when there are 10 messages","time":{"start":1707419231825,"stop":1707419231826,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f0efa6a27b1979","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707418639730,"stop":1707418639731,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a58a469b7a4a03","name":"Check meta is set [ecies]","time":{"start":1707418648131,"stop":1707418648131,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3569c81a9d6f86","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983696,"stop":1707418983697,"duration":1},"status":"passed","severity":"normal"},{"uid":"db40b83c6b51129a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418873964,"stop":1707418873966,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8bbf2b70b073374","name":"Subscribe and receives messages on 20 topics","time":{"start":1707418881981,"stop":1707418881981,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d20caf0b8b9b8c3","name":"Subscribe and receive messages via lightPush","time":{"start":1707419289494,"stop":1707419289495,"duration":1},"status":"passed","severity":"normal"},{"uid":"86681ee236c538d7","name":"Push message with content topic containing Russian","time":{"start":1707419247773,"stop":1707419247774,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f6d9d361b98213d","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983699,"stop":1707418983700,"duration":1},"status":"passed","severity":"normal"},{"uid":"d08d5bcd260e1ea","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707418639731,"stop":1707418639731,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e55a62042a7b40","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc33873b7defa6a8","name":"Check received message containing long","time":{"start":1707418841927,"stop":1707418841928,"duration":1},"status":"passed","severity":"normal"},{"uid":"8681b69e9109a809","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707419289514,"stop":1707419289514,"duration":0},"status":"passed","severity":"normal"},{"uid":"c81924949f3f5644","name":"Subscribe and receive messages via waku relay post","time":{"start":1707418881979,"stop":1707418881979,"duration":0},"status":"passed","severity":"normal"},{"uid":"2145078595c6c3f4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707418881992,"stop":1707418881992,"duration":0},"status":"passed","severity":"normal"},{"uid":"74504faadfc510d1","name":"returns all values when wanted number is greater than available values","time":{"start":1707418639071,"stop":1707418639071,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a486a720f588818","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707418640146,"stop":1707418640146,"duration":0},"status":"skipped","severity":"normal"},{"uid":"607629bf0ca60bf","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707419128747,"stop":1707419128748,"duration":1},"status":"passed","severity":"normal"},{"uid":"c41748b0ae059015","name":"topics with same application and version share the same shard","time":{"start":1707418616285,"stop":1707418616285,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97906c308e29763","name":"should set field with only STORE enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"88dae2cd3dcf0c13","name":"Subscribe and receive messages via lightPush","time":{"start":1707419289505,"stop":1707419289505,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad907bc803cc130","name":"Push message with content topic containing unicode special characters","time":{"start":1707419247777,"stop":1707419247777,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae97a96aedd20c0a","name":"Check received message with timestamp: 1707418663297 ","time":{"start":1707419181398,"stop":1707419181398,"duration":0},"status":"passed","severity":"normal"},{"uid":"50cd970264390f43","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707418829838,"stop":1707418829849,"duration":11},"status":"passed","severity":"normal"},{"uid":"df75f7077f35c6a2","name":"Check message with no pubsub topic is not received","time":{"start":1707418841944,"stop":1707418841944,"duration":0},"status":"passed","severity":"normal"},{"uid":"98e0372a6e822a07","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707418881994,"stop":1707418881995,"duration":1},"status":"passed","severity":"normal"},{"uid":"d05a88757afe2e71","name":"Push message with content topic containing long","time":{"start":1707419247771,"stop":1707419247772,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8e7e3cd9d496bc8","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707418881983,"stop":1707418881983,"duration":0},"status":"passed","severity":"normal"},{"uid":"e202c7ed97de9751","name":"should throw error - no public key","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"7414b246726567f","name":"A test","time":{"start":1707418882077,"stop":1707418882077,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cf8f9483c90ee15","name":"Fails to push message bigger that 1MB","time":{"start":1707419080414,"stop":1707419080414,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71d1f6d693ad09a","name":"Push message with content topic containing escaped characters","time":{"start":1707419247776,"stop":1707419247777,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8a49de5659a16d","name":"Push message with Basic HTML tag payload","time":{"start":1707419080394,"stop":1707419080395,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5068de06cf8967","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418873967,"stop":1707418873968,"duration":1},"status":"passed","severity":"normal"},{"uid":"525cef8436038a86","name":"Sets default value correctly","time":{"start":1707419251322,"stop":1707419251322,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dcf5a866bac8675","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"928394cb882bc6e2","name":"should encodeTxt and decodeTxt","time":{"start":1707418625267,"stop":1707418625268,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a67768ee4fda975","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707418625268,"stop":1707418625269,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96819115248151a","name":"Store - dialed after - with timeout","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f673c9d5896bfb","name":"Push message with content topic containing Script","time":{"start":1707419080403,"stop":1707419080408,"duration":5},"status":"passed","severity":"normal"},{"uid":"c384177a20cf9949","name":"should set field with all protocols enabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"f261cf78bee23b0f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707419289515,"stop":1707419289515,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc177d183af6808a","name":"Publishes to nwaku","time":{"start":1707418973247,"stop":1707418973247,"duration":0},"status":"passed","severity":"normal"},{"uid":"d420e9e2e515eadb","name":"same cluster, same shard: nodes connect","time":{"start":1707418829813,"stop":1707418829814,"duration":1},"status":"passed","severity":"normal"},{"uid":"3207bcae7ecb9ca4","name":"should throw error - no public key","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"59607390fea570bf","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707418705652,"stop":1707418705652,"duration":0},"status":"passed","severity":"normal"},{"uid":"f79238a8f39cf16e","name":"should return all peers when numPeers is 0","time":{"start":1707418630094,"stop":1707418630094,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7a2105ec18b2ec7","name":"Push message with custom timestamp: 1707422442239","time":{"start":1707419080413,"stop":1707419080413,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d06475c952408fb","name":"Check publish message containing special chars","time":{"start":1707418998133,"stop":1707418998133,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8120220a5154f97","name":"Push message with custom timestamp: 1676660442239","time":{"start":1707419080412,"stop":1707419080412,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c9b8d757e31d4","name":"Check publish message containing short","time":{"start":1707418998131,"stop":1707418998132,"duration":1},"status":"passed","severity":"normal"},{"uid":"42615686cc0ee4bc","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707419289511,"stop":1707419289511,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc50fce274dc08c","name":"should decode valid enr successfully","time":{"start":1707418625268,"stop":1707418625268,"duration":0},"status":"passed","severity":"normal"},{"uid":"f37ae5b26e61c009","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829826,"stop":1707418829826,"duration":0},"status":"passed","severity":"normal"},{"uid":"106b99c0446c0edf","name":"Query Generator, No Decoder","time":{"start":1707419149712,"stop":1707419149712,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fe7d5595dbcddae","name":"Ping on subscribed peer","time":{"start":1707418734614,"stop":1707418734614,"duration":0},"status":"passed","severity":"normal"},{"uid":"642a326fb6a472c0","name":"Push message with content topic containing JSON","time":{"start":1707419080409,"stop":1707419080409,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c18f0a14bb7bc44","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707419196130,"stop":1707419196130,"duration":0},"status":"passed","severity":"normal"},{"uid":"740bfce3ec530535","name":"Check message received after nwaku node is restarted","time":{"start":1707419181419,"stop":1707419181419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"799eac5fc38b2e0a","name":"Subscribe to topic containing XML and receive message","time":{"start":1707419289514,"stop":1707419289514,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b5c936042552dc","name":"Check received message containing unicode special characters","time":{"start":1707419181397,"stop":1707419181397,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9de28403cd0e7d1","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707418881982,"stop":1707418881982,"duration":0},"status":"passed","severity":"normal"},{"uid":"463599f5b68607be","name":"Fails to push message with large meta","time":{"start":1707419080411,"stop":1707419080412,"duration":1},"status":"passed","severity":"normal"},{"uid":"407407a107c75931","name":"Check received message containing escaped characters","time":{"start":1707418841937,"stop":1707418841937,"duration":0},"status":"passed","severity":"normal"},{"uid":"9612f5d364ba6c49","name":"Check received message containing Russian","time":{"start":1707419181424,"stop":1707419181424,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8f22ad011661077","name":"can start the service","time":{"start":1707419072672,"stop":1707419072672,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fb2079ec314216b","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a92c3262d6a4a2d","name":"Check received message containing SQL Injection","time":{"start":1707419181392,"stop":1707419181393,"duration":1},"status":"passed","severity":"normal"},{"uid":"26bc0384e85dd7c4","name":"Ping on subscribed peer","time":{"start":1707418703643,"stop":1707418703643,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3cbb9509e823ad","name":"Relay + Store","time":{"start":1707418625277,"stop":1707418625277,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d711ce4c4508164","name":"should throw error - invalid id","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df64bfb429e8f8","name":"should only return 1 node with relay capability","time":{"start":1707418640144,"stop":1707418640144,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6fa0853046aa4f7","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707418624519,"stop":1707418624519,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a9c65bfcac44162","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707419245418,"stop":1707419245418,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8b51b6c045d0997","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707419245416,"stop":1707419245416,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1fbffc8bd2706a3","name":"Check received message containing Script","time":{"start":1707419181393,"stop":1707419181393,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc9b9cfbe594f4eb","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"415b792a2afd1133","name":"should be able to decode the field with only STORE set to true","time":{"start":1707418624516,"stop":1707418624517,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e0b8cbef2e277","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418873967,"stop":1707418873967,"duration":0},"status":"passed","severity":"normal"},{"uid":"80da143d16521513","name":"should emit a peer event after start","time":{"start":1707418673497,"stop":1707418673498,"duration":1},"status":"passed","severity":"normal"},{"uid":"f59ce11c0aa662","name":"Check received message containing short","time":{"start":1707419181420,"stop":1707419181420,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7019b466cb2d88d","name":"Query with Ordered Callback, No Decoder","time":{"start":1707419149714,"stop":1707419149714,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee8098707699c263","name":"Subscribe to topic containing XML and receive message","time":{"start":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","severity":"normal"},{"uid":"341e259737427dfe","name":"same cluster, different shard: nodes connect","time":{"start":1707418922604,"stop":1707418922604,"duration":0},"status":"passed","severity":"normal"},{"uid":"896a972c016169c8","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707418829821,"stop":1707418829822,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1808c76c4d9b3c9","name":"Check received message containing long","time":{"start":1707419181420,"stop":1707419181421,"duration":1},"status":"passed","severity":"normal"},{"uid":"8263d08f47bd234f","name":"Check message received after nwaku node is restarted","time":{"start":1707418841962,"stop":1707418841962,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7cc61987b6feb12e","name":"same cluster, same shard: nodes connect","time":{"start":1707418922604,"stop":1707418922604,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6e3031670d8512f","name":"Check received message containing special chars","time":{"start":1707418841928,"stop":1707418841929,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd180c6c607bf34f","name":"Check publish message containing Arabic","time":{"start":1707418998133,"stop":1707418998134,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce4a1fd566af7c5","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707419289512,"stop":1707419289512,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aff186c4c99c0c9","name":"Fields are not dropped","time":{"start":1707418629671,"stop":1707418629673,"duration":2},"status":"passed","severity":"normal"},{"uid":"304e8426ba442269","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707418829822,"stop":1707418829822,"duration":0},"status":"passed","severity":"normal"},{"uid":"e58ed6e2a6ec488a","name":"should be able to encode the field with only STORE set to true","time":{"start":1707418624509,"stop":1707418624510,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b90ad0cc3ac9a46","name":"Check message on other pubsub topic is not received","time":{"start":1707419181444,"stop":1707419181445,"duration":1},"status":"passed","severity":"normal"},{"uid":"629e196aed62502d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203160,"stop":1707419203160,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8fcf49c2e0ccf44","name":"Push message with short payload","time":{"start":1707419247761,"stop":1707419247762,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5555bb1219fc0da","name":"Check received message containing Basic HTML tag","time":{"start":1707419181427,"stop":1707419181427,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f7e6b0d69291e61","name":"should handle a minimal index list","time":{"start":1707418616577,"stop":1707418616577,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccbf81bac7fa0b25","name":"returns all values when wanted number matches available values","time":{"start":1707418639069,"stop":1707418639070,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fd56d34d48d0eb","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707418624518,"stop":1707418624518,"duration":0},"status":"passed","severity":"normal"},{"uid":"38470676798d78ee","name":"Using a function","time":{"start":1707419251321,"stop":1707419251321,"duration":0},"status":"passed","severity":"normal"},{"uid":"330261ce422bb596","name":"Push message with numeric payload","time":{"start":1707419247762,"stop":1707419247763,"duration":1},"status":"passed","severity":"normal"},{"uid":"440bbcf49354eeb0","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707418829830,"stop":1707418829830,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f723df1c3e9895d","name":"Check publish message containing JSON","time":{"start":1707418998143,"stop":1707418998143,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a7fc47eb7466b","name":"Push message with content topic containing JSON","time":{"start":1707419247776,"stop":1707419247776,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b816826a7bd453a","name":"Push 30 different messages","time":{"start":1707419247769,"stop":1707419247770,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6379/widgets/environment.json b/6379/widgets/environment.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6379/widgets/environment.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6379/widgets/executors.json b/6379/widgets/executors.json deleted file mode 100644 index c9895fabf9c..00000000000 --- a/6379/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://waku-org.github.io/js-waku","buildOrder":6379,"buildName":"GitHub Actions Run #7834522115","buildUrl":"https://github.com/waku-org/js-waku/actions/runs/7834522115","reportName":"Allure Report with history","reportUrl":"https://waku-org.github.io/js-waku/6379/"}] \ No newline at end of file diff --git a/6379/widgets/history-trend.json b/6379/widgets/history-trend.json deleted file mode 100644 index 4d37855eac7..00000000000 --- a/6379/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6379,"reportUrl":"https://waku-org.github.io/js-waku/6379/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":683,"unknown":0,"total":705}},{"buildOrder":6378,"reportUrl":"https://waku-org.github.io/js-waku/6378/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":683,"unknown":0,"total":705}},{"buildOrder":6377,"reportUrl":"https://waku-org.github.io/js-waku/6377/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":683,"unknown":0,"total":705}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":22,"passed":678,"unknown":0,"total":702}},{"buildOrder":6376,"reportUrl":"https://waku-org.github.io/js-waku/6376/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":683,"unknown":0,"total":705}},{"buildOrder":6375,"reportUrl":"https://waku-org.github.io/js-waku/6375/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":22,"passed":683,"unknown":0,"total":705}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":22,"passed":689,"unknown":0,"total":712}},{"buildOrder":6373,"reportUrl":"https://waku-org.github.io/js-waku/6373/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":684,"unknown":0,"total":705}},{"buildOrder":6372,"reportUrl":"https://waku-org.github.io/js-waku/6372/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":684,"unknown":0,"total":705}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":683,"unknown":0,"total":705}},{"buildOrder":6371,"reportUrl":"https://waku-org.github.io/js-waku/6371/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":22,"passed":694,"unknown":0,"total":717}},{"buildOrder":6370,"reportUrl":"https://waku-org.github.io/js-waku/6370/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":671,"unknown":0,"total":693}},{"buildOrder":6369,"reportUrl":"https://waku-org.github.io/js-waku/6369/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":6368,"reportUrl":"https://waku-org.github.io/js-waku/6368/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":669,"unknown":0,"total":691}},{"buildOrder":6367,"reportUrl":"https://waku-org.github.io/js-waku/6367/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":21,"passed":684,"unknown":0,"total":705}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":683,"unknown":0,"total":705}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":21,"passed":683,"unknown":0,"total":705}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":641,"unknown":0,"total":664}},{"buildOrder":6364,"reportUrl":"https://waku-org.github.io/js-waku/6364/","reportName":"Allure Report with history","data":{"failed":0,"broken":17,"skipped":21,"passed":667,"unknown":0,"total":705}}] \ No newline at end of file diff --git a/6379/widgets/launch.json b/6379/widgets/launch.json deleted file mode 100644 index 0637a088a01..00000000000 --- a/6379/widgets/launch.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/6379/widgets/retry-trend.json b/6379/widgets/retry-trend.json deleted file mode 100644 index 988b3dac6e4..00000000000 --- a/6379/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":6379,"reportUrl":"https://waku-org.github.io/js-waku/6379/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6378,"reportUrl":"https://waku-org.github.io/js-waku/6378/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6377,"reportUrl":"https://waku-org.github.io/js-waku/6377/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6376,"reportUrl":"https://waku-org.github.io/js-waku/6376/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6375,"reportUrl":"https://waku-org.github.io/js-waku/6375/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6374,"reportUrl":"https://waku-org.github.io/js-waku/6374/","reportName":"Allure Report with history","data":{"run":712,"retry":2}},{"buildOrder":6373,"reportUrl":"https://waku-org.github.io/js-waku/6373/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6372,"reportUrl":"https://waku-org.github.io/js-waku/6372/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6371,"reportUrl":"https://waku-org.github.io/js-waku/6371/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6370,"reportUrl":"https://waku-org.github.io/js-waku/6370/","reportName":"Allure Report with history","data":{"run":693,"retry":2}},{"buildOrder":6369,"reportUrl":"https://waku-org.github.io/js-waku/6369/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":6368,"reportUrl":"https://waku-org.github.io/js-waku/6368/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6367,"reportUrl":"https://waku-org.github.io/js-waku/6367/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"run":705,"retry":2}},{"buildOrder":6366,"reportUrl":"https://waku-org.github.io/js-waku/6366/","reportName":"Allure Report with history","data":{"run":664,"retry":2}},{"buildOrder":6364,"reportUrl":"https://waku-org.github.io/js-waku/6364/","reportName":"Allure Report with history","data":{"run":705,"retry":2}}] \ No newline at end of file diff --git a/6379/widgets/severity.json b/6379/widgets/severity.json deleted file mode 100644 index 643b1414139..00000000000 --- a/6379/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"92eb2f33a32ec240","name":"A test","time":{"start":1707418882076,"stop":1707418882076,"duration":0},"status":"passed","severity":"normal"},{"uid":"305bb9d0860baf8d","name":"Check received message containing Russian","time":{"start":1707418841930,"stop":1707418841930,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5f4defb506c4a8","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707418881987,"stop":1707418881988,"duration":1},"status":"passed","severity":"normal"},{"uid":"98bda83a44891c5f","name":"Check message received after nwaku node is restarted","time":{"start":1707419181448,"stop":1707419181449,"duration":1},"status":"skipped","severity":"normal"},{"uid":"479e76ab984793ae","name":"Check received message with timestamp: undefined ","time":{"start":1707419181399,"stop":1707419181400,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a49b3ac1c8895a","name":"Query Generator - backward","time":{"start":1707419214853,"stop":1707419214854,"duration":1},"status":"passed","severity":"normal"},{"uid":"be20caa60a073734","name":"Publish message with custom timestamp: Fri Feb 17 2023 19:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998147,"duration":0},"status":"passed","severity":"normal"},{"uid":"23a203cef974cce2","name":"does not throw on valid cases","time":{"start":1707418616279,"stop":1707418616280,"duration":1},"status":"passed","severity":"normal"},{"uid":"af652b0ee06a92d2","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739810,"stop":1707418739810,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1efb3d3ec581b0e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707419289513,"stop":1707419289513,"duration":0},"status":"passed","severity":"normal"},{"uid":"a079a4857ff944c9","name":"Check received message containing SQL Injection","time":{"start":1707418841930,"stop":1707418841931,"duration":1},"status":"passed","severity":"normal"},{"uid":"4390bd88c14fae3d","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","severity":"normal"},{"uid":"e65c128967c1a48a","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707418739806,"stop":1707418739807,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0da1c5d9e899017","name":"Throws when trying to push message with empty payload","time":{"start":1707419247770,"stop":1707419247770,"duration":0},"status":"passed","severity":"normal"},{"uid":"16fe83e64163757f","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418734618,"stop":1707418734618,"duration":0},"status":"passed","severity":"normal"},{"uid":"199da1057fba702b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707418881995,"stop":1707418881996,"duration":1},"status":"passed","severity":"normal"},{"uid":"6599f3c34fa1f0","name":"Register correct protocols","time":{"start":1707419013068,"stop":1707419013070,"duration":2},"status":"passed","severity":"normal"},{"uid":"3c8a49de5659a16d","name":"Push message with Basic HTML tag payload","time":{"start":1707419080394,"stop":1707419080395,"duration":1},"status":"passed","severity":"normal"},{"uid":"65018eff24cdad2d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707418673505,"stop":1707418673505,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ed9e61d3cdbf32d1","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707418705651,"stop":1707418705651,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ffd20ce30c48b1","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1707418881996,"stop":1707418881996,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b3fe1ee993ec2c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829821,"stop":1707418829821,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7b8e8f980684b3","name":"Check message with no pubsub topic is not received","time":{"start":1707419181446,"stop":1707419181446,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf966745b7595530","name":"throws on content topic with empty version field","time":{"start":1707418616283,"stop":1707418616283,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fddec3dccf1a321","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707418881992,"stop":1707418881993,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6cb52c054f7d615","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707419289516,"stop":1707419289516,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0eec50044d6728f","name":"Default pageSize","time":{"start":1707419231827,"stop":1707419231827,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa65a0ffee129853","name":"Check received message containing XML","time":{"start":1707418841931,"stop":1707418841932,"duration":1},"status":"passed","severity":"normal"},{"uid":"319e6041905a68de","name":"should set field with only FILTER enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c4803a5c596573","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707419181399,"stop":1707419181399,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c3b0c6ac207401","name":"Check received message containing SQL Injection","time":{"start":1707419181424,"stop":1707419181425,"duration":1},"status":"passed","severity":"normal"},{"uid":"4fb2079ec314216b","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"2daa9d7160066011","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418744886,"stop":1707418744886,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ce0ca8a8b8afc02","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707418829836,"stop":1707418829836,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc5b63427104ceb","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707418639730,"stop":1707418639730,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c770f433f54e745","name":"Ephemeral field set to true","time":{"start":1707418630277,"stop":1707418630277,"duration":0},"status":"passed","severity":"normal"},{"uid":"87240eb23c42e701","name":"Ping on unsubscribed peer","time":{"start":1707418734617,"stop":1707418734618,"duration":1},"status":"passed","severity":"normal"},{"uid":"349bc4eb6b0060e3","name":"Sample","time":{"start":1707418624741,"stop":1707418624741,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e8f9d6531701b2a","name":"Query Generator - forward","time":{"start":1707419214849,"stop":1707419214850,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9e5c6c5739a0ae2","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707418646112,"stop":1707418646115,"duration":3},"status":"passed","severity":"normal"},{"uid":"9cf8f9483c90ee15","name":"Fails to push message bigger that 1MB","time":{"start":1707419080414,"stop":1707419080414,"duration":0},"status":"passed","severity":"normal"},{"uid":"50eb9523c580940b","name":"Ping on unsubscribed peer","time":{"start":1707418703644,"stop":1707418703644,"duration":0},"status":"passed","severity":"normal"},{"uid":"52d46f3c4caecc4e","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707418739808,"stop":1707418739809,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2c2853893cb8de1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46992de1c46095f","name":"1 Relay, 1 fetch","time":{"start":1707418639756,"stop":1707418639756,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f8781ca0c845d4f","name":"Check received message containing JSON","time":{"start":1707419181434,"stop":1707419181434,"duration":0},"status":"passed","severity":"normal"},{"uid":"19f10bc4870ec978","name":"Passing page size 110 when there are 120 messages","time":{"start":1707419231826,"stop":1707419231826,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac4178624114821","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707419128746,"stop":1707419128746,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6131178fea42940","name":"Push message with content topic containing numeric","time":{"start":1707419247772,"stop":1707419247772,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d71c1cfa579cec","name":"Push message with XML payload","time":{"start":1707419080394,"stop":1707419080394,"duration":0},"status":"passed","severity":"normal"},{"uid":"390bb16918f2df83","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707419128749,"stop":1707419128749,"duration":0},"status":"passed","severity":"normal"},{"uid":"7414b246726567f","name":"A test","time":{"start":1707418882077,"stop":1707418882077,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af8f0725951a2fa","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983701,"stop":1707418983701,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8e7e3cd9d496bc8","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707418881983,"stop":1707418881983,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a93ae39084f1ad5","name":"should throw error - no id","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"d42d3b781d4878a3","name":"Promise Callback - backward","time":{"start":1707419214854,"stop":1707419214855,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e0b8cbef2e277","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418873967,"stop":1707418873967,"duration":0},"status":"passed","severity":"normal"},{"uid":"c426ead38ead1f58","name":"Subscribe to topic containing XML and publish message","time":{"start":1707419013077,"stop":1707419013077,"duration":0},"status":"passed","severity":"normal"},{"uid":"5af39ac6ff0ba488","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707419289512,"stop":1707419289513,"duration":1},"status":"passed","severity":"normal"},{"uid":"1921c6b604842cf8","name":"Check message with no content topic is not received","time":{"start":1707419181411,"stop":1707419181411,"duration":0},"status":"passed","severity":"normal"},{"uid":"751e9294a0938992","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707418841942,"stop":1707418841943,"duration":1},"status":"passed","severity":"normal"},{"uid":"c507093976665a68","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707418630094,"stop":1707418630095,"duration":1},"status":"passed","severity":"normal"},{"uid":"95b8ad6f1fa005f5","name":"Rejects garbage","time":{"start":1707418633905,"stop":1707418633905,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d7ff424a90b2c8","name":"Throws when trying to push message with empty payload","time":{"start":1707419080399,"stop":1707419080399,"duration":0},"status":"passed","severity":"normal"},{"uid":"380f72a784d91215","name":"tcp ip4 address","time":{"start":1707418624780,"stop":1707418624780,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b72432aa66e804","name":"Check received message containing Script","time":{"start":1707419181425,"stop":1707419181425,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8fcf49c2e0ccf44","name":"Push message with short payload","time":{"start":1707419247761,"stop":1707419247762,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff590e1519ee8c9e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707418829833,"stop":1707418829834,"duration":1},"status":"passed","severity":"normal"},{"uid":"ace34f4f4172c880","name":"Decoder throws on empty string content topic","time":{"start":1707418648133,"stop":1707418648133,"duration":0},"status":"passed","severity":"normal"},{"uid":"d82167c416ded9f7","name":"Subscribe and publish message","time":{"start":1707419013071,"stop":1707419013071,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8f22ad011661077","name":"can start the service","time":{"start":1707419072672,"stop":1707419072672,"duration":0},"status":"passed","severity":"normal"},{"uid":"415b792a2afd1133","name":"should be able to decode the field with only STORE set to true","time":{"start":1707418624516,"stop":1707418624517,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bcb2b512bb9e607","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707419289497,"stop":1707419289497,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8458db4361c42ec2","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707419190153,"stop":1707419190153,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b534f0b43a721e1","name":"Push to array if already present","time":{"start":1707418616119,"stop":1707418616120,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd45bf994fb3db71","name":"caches peers it previously fetched","time":{"start":1707418640143,"stop":1707418640143,"duration":0},"status":"passed","severity":"normal"},{"uid":"52b43d6935db18a9","name":"Subscribe and receive messages via waku relay post","time":{"start":1707419289506,"stop":1707419289506,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbff8ef74d3f63fc","name":"Generator, custom pubsub topic","time":{"start":1707419203160,"stop":1707419203161,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d3b6637e0dce9e1","name":"should properly create location multiaddrs - tcp6","time":{"start":1707418625273,"stop":1707418625274,"duration":1},"status":"passed","severity":"normal"},{"uid":"133b5df060036a16","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707418640146,"stop":1707418640146,"duration":0},"status":"skipped","severity":"normal"},{"uid":"86d6db6a2f44d027","name":"should properly create location multiaddrs - udp6","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"a28f2ddfeabeb24b","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739808,"stop":1707418739808,"duration":0},"status":"passed","severity":"normal"},{"uid":"810235d43c500442","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707418881980,"stop":1707418881980,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a26fd934051a515","name":"retrieves a single peer","time":{"start":1707418640141,"stop":1707418640142,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8422ddfa646a4a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707418829833,"stop":1707418829833,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc9698c674e2d52","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707418705653,"stop":1707418705653,"duration":0},"status":"passed","severity":"normal"},{"uid":"f58ced2b6a535202","name":"All","time":{"start":1707418681525,"stop":1707418681525,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd9b46886f60f09","name":"Push message with Chinese payload","time":{"start":1707419247763,"stop":1707419247764,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4569b1d94c84298","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d61d6d5b2c5de43","name":"Push message with content topic containing Arabic","time":{"start":1707419247773,"stop":1707419247773,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6a9a9530919880","name":"Push message with long payload","time":{"start":1707419080390,"stop":1707419080390,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9512bb275ce258a","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9ff9de18ed23b48","name":"Check message with non string payload is not received","time":{"start":1707419181412,"stop":1707419181418,"duration":6},"status":"passed","severity":"normal"},{"uid":"fbb52a175fe9e0e","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707418922603,"stop":1707418922604,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7a2105ec18b2ec7","name":"Push message with custom timestamp: 1707422442239","time":{"start":1707419080413,"stop":1707419080413,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b53c288f0990f7","name":"should not fail to stop the service if it was not started","time":{"start":1707419072673,"stop":1707419072674,"duration":1},"status":"passed","severity":"normal"},{"uid":"328dac93ef5b4317","name":"unsubscribes","time":{"start":1707419233178,"stop":1707419233178,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1a1a8178c5a5bb2","name":"Relay + Store","time":{"start":1707418681524,"stop":1707418681524,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fcee4bafa1f606a","name":"should properly create location multiaddrs - tcp","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb9ae8988ead0b4","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd7bdb86defab9","name":"isConnected should return true after first peer connects","time":{"start":1707418705659,"stop":1707418705659,"duration":0},"status":"passed","severity":"normal"},{"uid":"607629bf0ca60bf","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707419128747,"stop":1707419128748,"duration":1},"status":"passed","severity":"normal"},{"uid":"c794b4ae37d8cbd7","name":"Push message with escaped characters payload","time":{"start":1707419080397,"stop":1707419080397,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e7228d15b481c00","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707418829851,"stop":1707418829852,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c973ac05feca4f7","name":"Query generator for multiple messages with different message text format","time":{"start":1707419196128,"stop":1707419196128,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2b9ce31fc2e53dc","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739805,"stop":1707418739805,"duration":0},"status":"passed","severity":"normal"},{"uid":"ece95361fa216b24","name":"Nodes with multiple pubsub topic","time":{"start":1707418983696,"stop":1707418983696,"duration":0},"status":"passed","severity":"normal"},{"uid":"15169c5b2e34377c","name":"Ping on unsubscribed peer","time":{"start":1707418734615,"stop":1707418734615,"duration":0},"status":"passed","severity":"normal"},{"uid":"5051870dfbc1a38f","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707419245415,"stop":1707419245415,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49121ca4fe37bfd","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707419086807,"stop":1707419086807,"duration":0},"status":"passed","severity":"normal"},{"uid":"43b301c18f1ca2c2","name":"Subscribe to topic containing Script and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"f59ce11c0aa662","name":"Check received message containing short","time":{"start":1707419181420,"stop":1707419181420,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ab4588d59c3df","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707419216977,"stop":1707419216977,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1d0367e0cc9f769","name":"Push message with content topic containing Russian","time":{"start":1707419080402,"stop":1707419080402,"duration":0},"status":"passed","severity":"normal"},{"uid":"46aacef2ede2b918","name":"should not fail to stop the service if it was not started","time":{"start":1707418673495,"stop":1707418673496,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fbd11f049c39c95","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707419247775,"stop":1707419247775,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b5f3277730aec31","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71250b4e03df71f","name":"Check received message containing XML","time":{"start":1707419181425,"stop":1707419181425,"duration":0},"status":"passed","severity":"normal"},{"uid":"d08d5bcd260e1ea","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707418639731,"stop":1707418639731,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9b56fd009fab63","name":"Publish message with large meta","time":{"start":1707418998151,"stop":1707418998151,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1fbffc8bd2706a3","name":"Check received message containing Script","time":{"start":1707419181393,"stop":1707419181393,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7dcd62afc4a6c7b","name":"should encode/decode to RLP encoding","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"da002805e97b5b32","name":"Mutual subscription","time":{"start":1707419013067,"stop":1707419013068,"duration":1},"status":"passed","severity":"normal"},{"uid":"74504faadfc510d1","name":"returns all values when wanted number is greater than available values","time":{"start":1707418639071,"stop":1707418639071,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c10f1bd8cd396cc","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707419013072,"stop":1707419013073,"duration":1},"status":"passed","severity":"normal"},{"uid":"827c76b632a31ced","name":"Ping on peer without subscriptions","time":{"start":1707418703643,"stop":1707418703644,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbd2f871a9d9ec19","name":"Relay - dialed after","time":{"start":1707419253794,"stop":1707419253794,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b7962b26bf38b7","name":"Check publish message containing SQL Injection","time":{"start":1707418998135,"stop":1707418998136,"duration":1},"status":"passed","severity":"normal"},{"uid":"7616d017b4f35340","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707419196128,"stop":1707419196128,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9a24653337dce4","name":"Check received message containing unicode special characters","time":{"start":1707419181436,"stop":1707419181436,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6346e2d9fdb687b","name":"Check received message containing XML","time":{"start":1707419181393,"stop":1707419181394,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b3d1d879bfb6456","name":"Subscribe and receive messages via waku relay post","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"49e433181ceddd2d","name":"Reusing cursor across nodes","time":{"start":1707419128748,"stop":1707419128748,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c00d6f7732f84fb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937021,"stop":1707418937022,"duration":1},"status":"passed","severity":"normal"},{"uid":"526153cfd165d551","name":"Nodes with multiple pubsub topic","time":{"start":1707418983698,"stop":1707418983698,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f673c9d5896bfb","name":"Push message with content topic containing Script","time":{"start":1707419080403,"stop":1707419080408,"duration":5},"status":"passed","severity":"normal"},{"uid":"34b7b8b02e94f3af","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739810,"stop":1707418739811,"duration":1},"status":"passed","severity":"normal"},{"uid":"9dcf5a866bac8675","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5079fd12096abbc","name":"isConnected should return false after all peers disconnect","time":{"start":1707418705653,"stop":1707418705654,"duration":1},"status":"passed","severity":"normal"},{"uid":"27a24c7f36ed7062","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707419289508,"stop":1707419289508,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7818a916583e19a8","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707419128745,"stop":1707419128746,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6972dc389975d7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707418624513,"stop":1707418624514,"duration":1},"status":"passed","severity":"normal"},{"uid":"40a235c0cc49ed08","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829831,"stop":1707418829832,"duration":1},"status":"passed","severity":"normal"},{"uid":"96a471ebb9484a82","name":"Push message with content topic containing short","time":{"start":1707419080399,"stop":1707419080399,"duration":0},"status":"passed","severity":"normal"},{"uid":"c93e5d28666a6171","name":"Push message with JSON payload","time":{"start":1707419080395,"stop":1707419080395,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6157b20d97727ea","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707418829819,"stop":1707418829819,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd7a45c069cbc49","name":"LightPush","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"581210f075bbe1cd","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707418829825,"stop":1707418829826,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee0e7043ac0c528a","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707419245416,"stop":1707419245417,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4104629f4017144","name":"Check received message containing shell command","time":{"start":1707418841936,"stop":1707418841936,"duration":0},"status":"passed","severity":"normal"},{"uid":"b27d137969211660","name":"Passing page size 3 when there are 20 messages","time":{"start":1707419231824,"stop":1707419231824,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a7fc47eb7466b","name":"Push message with content topic containing JSON","time":{"start":1707419247776,"stop":1707419247776,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc26ba92a17d9ff6","name":"Fails to push message with large meta","time":{"start":1707419247779,"stop":1707419247779,"duration":0},"status":"passed","severity":"normal"},{"uid":"603673f4c3f90e6b","name":"Decoder throws on empty string content topic","time":{"start":1707418646119,"stop":1707418646120,"duration":1},"status":"passed","severity":"normal"},{"uid":"7de394ff404f8adc","name":"Decoder throws on undefined content topic","time":{"start":1707418648132,"stop":1707418648133,"duration":1},"status":"passed","severity":"normal"},{"uid":"59607390fea570bf","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707418705652,"stop":1707418705652,"duration":0},"status":"passed","severity":"normal"},{"uid":"5550e11f78445da7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707418646115,"stop":1707418646116,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b4e4e2c679a7722","name":"Subscribe and receives messages on 20 topics","time":{"start":1707419289507,"stop":1707419289507,"duration":0},"status":"passed","severity":"normal"},{"uid":"df75f7077f35c6a2","name":"Check message with no pubsub topic is not received","time":{"start":1707418841944,"stop":1707418841944,"duration":0},"status":"passed","severity":"normal"},{"uid":"789b01687b4a13e4","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707418983700,"stop":1707418983700,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d711ce4c4508164","name":"should throw error - invalid id","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffe52e32fa186850","name":"Push message with content topic containing unicode special characters","time":{"start":1707419080410,"stop":1707419080410,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d009700df90a3d9","name":"Push message with content topic containing escaped characters","time":{"start":1707419080409,"stop":1707419080410,"duration":1},"status":"passed","severity":"normal"},{"uid":"140faab4ca6b96f3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707419289506,"stop":1707419289506,"duration":0},"status":"passed","severity":"normal"},{"uid":"37122cde3e1a4a88","name":"Push message with content topic containing emoji","time":{"start":1707419080410,"stop":1707419080410,"duration":0},"status":"passed","severity":"normal"},{"uid":"de68870732d35061","name":"throws on content topic with non-number generation field","time":{"start":1707418616281,"stop":1707418616281,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cf1be2e7290baf","name":"Subscribe and receives messages on 20 topics","time":{"start":1707419289497,"stop":1707419289497,"duration":0},"status":"passed","severity":"normal"},{"uid":"d27d7e570a5b4cce","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707419289516,"stop":1707419289517,"duration":1},"status":"passed","severity":"normal"},{"uid":"375e5ba57aa94255","name":"Check received message containing Script","time":{"start":1707418841931,"stop":1707418841931,"duration":0},"status":"passed","severity":"normal"},{"uid":"7503785ea226b570","name":"Push message with Russian payload","time":{"start":1707419080392,"stop":1707419080393,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7107bb893143f55","name":"can dial TLS multiaddrs","time":{"start":1707418927297,"stop":1707418927297,"duration":0},"status":"passed","severity":"normal"},{"uid":"6adf050a8231aadb","name":"Check received message containing Basic HTML tag","time":{"start":1707419181394,"stop":1707419181395,"duration":1},"status":"passed","severity":"normal"},{"uid":"1ae8dc2bbc435a72","name":"Publish message with rate limit","time":{"start":1707418998152,"stop":1707418998152,"duration":0},"status":"passed","severity":"normal"},{"uid":"168a1528cd69e500","name":"Publish message with custom timestamp: Thu Feb 08 2024 20:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998148,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7cca56057b15978","name":"Push message on custom pubsubTopic","time":{"start":1707418937021,"stop":1707418937021,"duration":0},"status":"passed","severity":"normal"},{"uid":"72ab924406087d8","name":"Check message on other pubsub topic is not received","time":{"start":1707419181401,"stop":1707419181410,"duration":9},"status":"passed","severity":"normal"},{"uid":"252e7d18f560f389","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707419216976,"stop":1707419216977,"duration":1},"status":"passed","severity":"normal"},{"uid":"d79c02bfc6105191","name":"Push message with Basic HTML tag payload","time":{"start":1707419247767,"stop":1707419247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"83c462cf0a15bd6e","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"525cef8436038a86","name":"Sets default value correctly","time":{"start":1707419251322,"stop":1707419251322,"duration":0},"status":"passed","severity":"normal"},{"uid":"31e55d92eed08546","name":"Subscribe to topic containing long and publish message","time":{"start":1707419013074,"stop":1707419013074,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bd9e6333e089d9e","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707419013080,"stop":1707419013080,"duration":0},"status":"passed","severity":"normal"},{"uid":"e359f86c1562b903","name":"Check message with non string payload is not received","time":{"start":1707419181448,"stop":1707419181448,"duration":0},"status":"passed","severity":"normal"},{"uid":"c82021be6ee822ea","name":"Asymmetric encrypt & decrypt","time":{"start":1707418646763,"stop":1707418646764,"duration":1},"status":"passed","severity":"normal"},{"uid":"50cd970264390f43","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707418829838,"stop":1707418829849,"duration":11},"status":"passed","severity":"normal"},{"uid":"95a9e20f755b5ce5","name":"Check publish message after service node is restarted","time":{"start":1707418998150,"stop":1707418998151,"duration":1},"status":"skipped","severity":"normal"},{"uid":"9389e89754743107","name":"throws on content topic with empty topic name field","time":{"start":1707418616283,"stop":1707418616284,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d720731b8422ad7","name":"Push message with content topic containing shell command","time":{"start":1707419080409,"stop":1707419080409,"duration":0},"status":"passed","severity":"normal"},{"uid":"f43558db2208a4e6","name":"Push message with Script payload","time":{"start":1707419247766,"stop":1707419247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"92d6a7db46986121","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707418624515,"stop":1707418624515,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c18f0a14bb7bc44","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707419196130,"stop":1707419196130,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eb499d436a884c3","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707418616578,"stop":1707418616578,"duration":0},"status":"passed","severity":"normal"},{"uid":"72be5d92dbec5830","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707419149715,"stop":1707419149716,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb140e7e93d685b4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707418881987,"stop":1707418881987,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6ec2579bf20532","name":"Check message with invalid timestamp is not received","time":{"start":1707419181400,"stop":1707419181400,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9691b7e64f6a23","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707419289505,"stop":1707419289505,"duration":0},"status":"passed","severity":"normal"},{"uid":"f65131e105b62402","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707419289508,"stop":1707419289508,"duration":0},"status":"passed","severity":"normal"},{"uid":"e05b646b57082a88","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707418829826,"stop":1707418829827,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf08494936ea98ba","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5df64bfb429e8f8","name":"should only return 1 node with relay capability","time":{"start":1707418640144,"stop":1707418640144,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf07a9215e810593","name":"Query with Promise Callback, No Decoder","time":{"start":1707419149716,"stop":1707419149716,"duration":0},"status":"passed","severity":"normal"},{"uid":"a64501d90293a968","name":"Used by Waku Relay","time":{"start":1707419251322,"stop":1707419251322,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bc0c2cb06b3ba39","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707418881981,"stop":1707418881982,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b92a910932695392","name":"Privacy Node - default protocol","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1c22a1ab739f0de","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","severity":"normal"},{"uid":"330261ce422bb596","name":"Push message with numeric payload","time":{"start":1707419247762,"stop":1707419247763,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fd5d018d6f271d4","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707418681516,"stop":1707418681518,"duration":2},"status":"passed","severity":"normal"},{"uid":"bab26773205abdf9","name":"different cluster, same shard: nodes don't connect","time":{"start":1707418922605,"stop":1707418922605,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaed3110b07513dc","name":"Push message with JSON payload","time":{"start":1707419247767,"stop":1707419247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bfd2c2128fd3166","name":"Publish message with custom timestamp: Thu Feb 08 2024 18:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998147,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd4aeb20b9af000","name":"Check publish message containing Basic HTML tag","time":{"start":1707418998137,"stop":1707418998142,"duration":5},"status":"passed","severity":"normal"},{"uid":"6d20caf0b8b9b8c3","name":"Subscribe and receive messages via lightPush","time":{"start":1707419289494,"stop":1707419289495,"duration":1},"status":"passed","severity":"normal"},{"uid":"b93969849b48398","name":"Push message with content topic containing SQL Injection","time":{"start":1707419080403,"stop":1707419080403,"duration":0},"status":"passed","severity":"normal"},{"uid":"e751848d81fcaad4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418744887,"stop":1707418744887,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6638c08bb8f0088","name":"should decode valid enr with tcp successfully","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc8959809441db2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707419190152,"stop":1707419190153,"duration":1},"status":"passed","severity":"normal"},{"uid":"c28687bfbae64e2f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707418639734,"stop":1707418639734,"duration":0},"status":"passed","severity":"normal"},{"uid":"25510b24d85d7b48","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707419149707,"stop":1707419149707,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9a7f5962180900","name":"Subscribe to topic containing short and publish message","time":{"start":1707419013074,"stop":1707419013074,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad907bc803cc130","name":"Push message with content topic containing unicode special characters","time":{"start":1707419247777,"stop":1707419247777,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b5c936042552dc","name":"Check received message containing unicode special characters","time":{"start":1707419181397,"stop":1707419181397,"duration":0},"status":"passed","severity":"normal"},{"uid":"49460078f5e4eb10","name":"Check received message with timestamp: 1707418663297 ","time":{"start":1707419181440,"stop":1707419181441,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fe1f21a700bb457","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418873959,"stop":1707418873960,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f7478682b73f6f5","name":"configure the node with multiple pubsub topics","time":{"start":1707419086807,"stop":1707419086808,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c1159a84a290470","name":"Push message with Chinese payload","time":{"start":1707419080391,"stop":1707419080392,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a26cc6087828baa","name":"Check received message with timestamp: 1707418663077000000 ","time":{"start":1707418841941,"stop":1707418841941,"duration":0},"status":"passed","severity":"normal"},{"uid":"f235a580ed16dbbd","name":"Push message with custom timestamp: 1676660430042","time":{"start":1707419247779,"stop":1707419247780,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5b541abcc0980f9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829829,"stop":1707418829829,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4fe3298bf9ee1a","name":"through manual discovery","time":{"start":1707418927297,"stop":1707418927297,"duration":0},"status":"passed","severity":"normal"},{"uid":"223ba728d89c1a4c","name":"Fails to publish message with empty text","time":{"start":1707418998148,"stop":1707418998148,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d2171cb4ed9964","name":"Check publish message containing Russian","time":{"start":1707418998134,"stop":1707418998135,"duration":1},"status":"passed","severity":"normal"},{"uid":"440bbcf49354eeb0","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707418829830,"stop":1707418829830,"duration":0},"status":"passed","severity":"normal"},{"uid":"93194bb220832de2","name":"Check received message with timestamp: 1707418663297000000 ","time":{"start":1707419181398,"stop":1707419181398,"duration":0},"status":"passed","severity":"normal"},{"uid":"5868571ce49767c2","name":"Push message with content topic containing Chinese","time":{"start":1707419247773,"stop":1707419247773,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fb7d0063849bfa","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203161,"stop":1707419203162,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b6a967d0609c8ce","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707418881980,"stop":1707418881980,"duration":0},"status":"passed","severity":"normal"},{"uid":"daca50157a77565f","name":"Overlapping topic subscription","time":{"start":1707418881984,"stop":1707418881984,"duration":0},"status":"passed","severity":"normal"},{"uid":"a85c12c1bddc3682","name":"Check received message containing Chinese","time":{"start":1707418841929,"stop":1707418841929,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb9b37411c0229c0","name":"should throw an error for insufficient data","time":{"start":1707418616578,"stop":1707418616579,"duration":1},"status":"passed","severity":"normal"},{"uid":"74ea70a579ea257c","name":"Generator, custom pubsub topic","time":{"start":1707419203154,"stop":1707419203155,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b1e806f6914b6cb","name":"Ping on peer without subscriptions","time":{"start":1707418734617,"stop":1707418734617,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f7e6b0d69291e61","name":"should handle a minimal index list","time":{"start":1707418616577,"stop":1707418616577,"duration":0},"status":"passed","severity":"normal"},{"uid":"3b19843e526f7648","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707419245417,"stop":1707419245417,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbc99af5ba68516c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739807,"stop":1707418739807,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c74183425f8862d","name":"Subscribe to topic containing Script and receive message","time":{"start":1707419289513,"stop":1707419289513,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ca45022489801c6","name":"can start and stop the service","time":{"start":1707419072672,"stop":1707419072673,"duration":1},"status":"passed","severity":"normal"},{"uid":"62eaeb798584cb42","name":"Check received message containing numeric","time":{"start":1707418841928,"stop":1707418841928,"duration":0},"status":"passed","severity":"normal"},{"uid":"e16408e519262160","name":"should use DNS peer discovery with light client","time":{"start":1707418673503,"stop":1707418673504,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ced700cf641c5c6","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707418829851,"stop":1707418829851,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e282a001ac0930","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418744888,"stop":1707418744888,"duration":0},"status":"passed","severity":"normal"},{"uid":"2145078595c6c3f4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707418881992,"stop":1707418881992,"duration":0},"status":"passed","severity":"normal"},{"uid":"b445222f9691635d","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707419013071,"stop":1707419013071,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d847d2d257a603","name":"Check received message containing numeric","time":{"start":1707419181421,"stop":1707419181421,"duration":0},"status":"passed","severity":"normal"},{"uid":"364491d55f7cb2c7","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418744885,"stop":1707418744885,"duration":0},"status":"passed","severity":"normal"},{"uid":"d459c16819cce2bc","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee8098707699c263","name":"Subscribe to topic containing XML and receive message","time":{"start":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f486e9dc4f663ab","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707418705657,"stop":1707418705657,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6325332e13c366a","name":"Overlapping topic subscription","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a36f3e6cebf43d","name":"Callback on promise","time":{"start":1707419196129,"stop":1707419196129,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2d629725dd81f00","name":"Check received message containing special chars","time":{"start":1707419181391,"stop":1707419181391,"duration":0},"status":"passed","severity":"normal"},{"uid":"5062dd9ea858939","name":"Check message with extra parameter is not received","time":{"start":1707418841949,"stop":1707418841950,"duration":1},"status":"passed","severity":"normal"},{"uid":"72568afef3979718","name":"Push message with special chars payload","time":{"start":1707419247763,"stop":1707419247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2790a3d548bcefe","name":"Encoder throws on undefined content topic","time":{"start":1707418630278,"stop":1707418630278,"duration":0},"status":"passed","severity":"normal"},{"uid":"e29c967817407136","name":"Push message with shell command payload","time":{"start":1707419247768,"stop":1707419247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f723df1c3e9895d","name":"Check publish message containing JSON","time":{"start":1707418998143,"stop":1707418998143,"duration":0},"status":"passed","severity":"normal"},{"uid":"30dc828aac67ccc2","name":"Push message with custom timestamp: 1707415242239","time":{"start":1707419080412,"stop":1707419080413,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6bc04e820c17a1e","name":"Refresh subscription","time":{"start":1707419289509,"stop":1707419289510,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb8592378cd71f03","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707418881991,"stop":1707418881992,"duration":1},"status":"passed","severity":"normal"},{"uid":"d32ba66ebd380439","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707419289509,"stop":1707419289509,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c0669a7d5205579","name":"can start the service","time":{"start":1707418673488,"stop":1707418673491,"duration":3},"status":"passed","severity":"normal"},{"uid":"53d381e92694d375","name":"Relay","time":{"start":1707418681523,"stop":1707418681524,"duration":1},"status":"passed","severity":"normal"},{"uid":"b817c162a3791722","name":"Check received message containing emoji","time":{"start":1707418841940,"stop":1707418841941,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c99d8e882f47f04","name":"Overlapping topic subscription","time":{"start":1707419289509,"stop":1707419289509,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c30de1d1273a9ec","name":"should not fail to start the service if it is already started","time":{"start":1707419072674,"stop":1707419072675,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ecc42361e022ef5","name":"should not fail to start the service if it is already started","time":{"start":1707418673496,"stop":1707418673496,"duration":0},"status":"passed","severity":"normal"},{"uid":"227405b21a4c881b","name":"Push message with SQL Injection payload","time":{"start":1707419247766,"stop":1707419247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7d6617ab1f536fe","name":"Sign & Recover","time":{"start":1707418646765,"stop":1707418646765,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a266869d8b6bb14","name":"Check publish message containing Script","time":{"start":1707418998136,"stop":1707418998136,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9a3089239b8fdd","name":"should properly compute the node id","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5a696dbb8659bb","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707418630095,"stop":1707418630095,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf68a74840dc5136","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"736a6385e74bdeea","name":"Check received message containing Chinese","time":{"start":1707419181391,"stop":1707419181391,"duration":0},"status":"passed","severity":"normal"},{"uid":"cccf03d269dbfd7e","name":"Check received message containing shell command","time":{"start":1707419181435,"stop":1707419181435,"duration":0},"status":"passed","severity":"normal"},{"uid":"3000705a5be01616","name":"Subscribe to topic containing Script and receive message","time":{"start":1707418881990,"stop":1707418881990,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e973ad965487ac","name":"Push message with XML payload","time":{"start":1707419247766,"stop":1707419247767,"duration":1},"status":"passed","severity":"normal"},{"uid":"f37ae5b26e61c009","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829826,"stop":1707418829826,"duration":0},"status":"passed","severity":"normal"},{"uid":"f916540b27f735f","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707419289505,"stop":1707419289506,"duration":1},"status":"passed","severity":"normal"},{"uid":"357d37dc8b3e64e","name":"Does not throw an exception when node disconnects","time":{"start":1707419251320,"stop":1707419251320,"duration":0},"status":"passed","severity":"normal"},{"uid":"e343084174e1caae","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707418705652,"stop":1707418705652,"duration":0},"status":"passed","severity":"normal"},{"uid":"f79238a8f39cf16e","name":"should return all peers when numPeers is 0","time":{"start":1707418630094,"stop":1707418630094,"duration":0},"status":"passed","severity":"normal"},{"uid":"1466dfc0412eab33","name":"Encoder throws on empty string content topic","time":{"start":1707418648132,"stop":1707418648132,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b5dd93303fe4f93","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707418829832,"stop":1707418829832,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aff186c4c99c0c9","name":"Fields are not dropped","time":{"start":1707418629671,"stop":1707418629673,"duration":2},"status":"passed","severity":"normal"},{"uid":"8a0f147d7e171a41","name":"Relay - times out","time":{"start":1707419253794,"stop":1707419253794,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7019b466cb2d88d","name":"Query with Ordered Callback, No Decoder","time":{"start":1707419149714,"stop":1707419149714,"duration":0},"status":"passed","severity":"normal"},{"uid":"42615686cc0ee4bc","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707419289511,"stop":1707419289511,"duration":0},"status":"passed","severity":"normal"},{"uid":"80da143d16521513","name":"should emit a peer event after start","time":{"start":1707418673497,"stop":1707418673498,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b904614668e3dea","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203161,"stop":1707419203161,"duration":0},"status":"passed","severity":"normal"},{"uid":"26776cc4fffece9b","name":"Push message with meta","time":{"start":1707419247778,"stop":1707419247778,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffc0746e05fe460","name":"Symmetric encrypt & Decrypt","time":{"start":1707418646764,"stop":1707418646764,"duration":0},"status":"passed","severity":"normal"},{"uid":"390c57c9738b8cc","name":"Fails to push message with empty content topic","time":{"start":1707419080411,"stop":1707419080411,"duration":0},"status":"passed","severity":"normal"},{"uid":"1779f23093335627","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983695,"stop":1707418983695,"duration":0},"status":"passed","severity":"normal"},{"uid":"721d0e913352aa00","name":"Check received message containing short","time":{"start":1707419181389,"stop":1707419181389,"duration":0},"status":"passed","severity":"normal"},{"uid":"493618621a159a90","name":"Ordered callback, aborts when callback returns true","time":{"start":1707419196130,"stop":1707419196131,"duration":1},"status":"passed","severity":"normal"},{"uid":"96360e40711ac461","name":"Check received message containing JSON","time":{"start":1707419181395,"stop":1707419181395,"duration":0},"status":"passed","severity":"normal"},{"uid":"af3fd72eff798a48","name":"Check received message containing escaped characters","time":{"start":1707419181396,"stop":1707419181397,"duration":1},"status":"passed","severity":"normal"},{"uid":"c91a16da64621eef","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707418829836,"stop":1707418829837,"duration":1},"status":"passed","severity":"normal"},{"uid":"f71d1f6d693ad09a","name":"Push message with content topic containing escaped characters","time":{"start":1707419247776,"stop":1707419247777,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe997b5ad20c8738","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707418639757,"stop":1707418639757,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc5448e5a7c8b99","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707418829850,"stop":1707418829850,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd5fe60409f720ca","name":"Overlapping topic subscription","time":{"start":1707419013073,"stop":1707419013074,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c92f1499062da33","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707418881978,"stop":1707418881978,"duration":0},"status":"passed","severity":"normal"},{"uid":"39c13474d3664585","name":"nwaku interop","time":{"start":1707419072671,"stop":1707419072671,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b8bbf2b70b073374","name":"Subscribe and receives messages on 20 topics","time":{"start":1707418881981,"stop":1707418881981,"duration":0},"status":"passed","severity":"normal"},{"uid":"896a972c016169c8","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707418829821,"stop":1707418829822,"duration":1},"status":"passed","severity":"normal"},{"uid":"c5c9bd8b64f5f7c9","name":"Push message with content topic containing special chars","time":{"start":1707419080400,"stop":1707419080401,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc177d183af6808a","name":"Publishes to nwaku","time":{"start":1707418973247,"stop":1707418973247,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ad4d78ea79ab48","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707419013078,"stop":1707419013078,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbe2d2e944d2000c","name":"Push message with content topic containing Arabic","time":{"start":1707419080401,"stop":1707419080402,"duration":1},"status":"passed","severity":"normal"},{"uid":"8601bcf1cad6cf81","name":"Check message with no content topic is not received","time":{"start":1707418841945,"stop":1707418841945,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5525795789d8c7b","name":"Refresh subscription","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"652920666d78660d","name":"Waku message hash computation","time":{"start":1707418619138,"stop":1707418619139,"duration":1},"status":"passed","severity":"normal"},{"uid":"d86be61a4a00ba59","name":"Query Generator, No message returned","time":{"start":1707419149713,"stop":1707419149713,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b48cb08f647a4e0","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418873968,"stop":1707418873968,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a71e83cf9dddd3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418873966,"stop":1707418873966,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8186b9e98b46021","name":"Check message with no payload is not received","time":{"start":1707419181447,"stop":1707419181447,"duration":0},"status":"passed","severity":"normal"},{"uid":"453323b585cbe9b4","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707418829835,"stop":1707418829835,"duration":0},"status":"passed","severity":"normal"},{"uid":"683377c24d7b5050","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707418681519,"stop":1707418681520,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ba41fc87e0cec2c","name":"can start and stop the service","time":{"start":1707418673491,"stop":1707418673492,"duration":1},"status":"passed","severity":"normal"},{"uid":"78ab017cb57203b2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707418881991,"stop":1707418881991,"duration":0},"status":"passed","severity":"normal"},{"uid":"14797899f3a7d6c7","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937021,"stop":1707418937021,"duration":0},"status":"passed","severity":"normal"},{"uid":"d825cf47625721ec","name":"Passing an array","time":{"start":1707419251321,"stop":1707419251321,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ad32083684ca7d4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937023,"stop":1707418937023,"duration":0},"status":"passed","severity":"normal"},{"uid":"304e8426ba442269","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707418829822,"stop":1707418829822,"duration":0},"status":"passed","severity":"normal"},{"uid":"e202c7ed97de9751","name":"should throw error - no public key","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"a619b9f2e03f126a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707418881983,"stop":1707418881983,"duration":0},"status":"skipped","severity":"normal"},{"uid":"419e80997dc2315f","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707419013076,"stop":1707419013076,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee6a7448f778fb79","name":"Push message equal or less that 1MB","time":{"start":1707419247781,"stop":1707419247781,"duration":0},"status":"passed","severity":"normal"},{"uid":"c384177a20cf9949","name":"should set field with all protocols enabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cc7209e880f103","name":"should not receive a peer event after stop","time":{"start":1707418673499,"stop":1707418673501,"duration":2},"status":"passed","severity":"normal"},{"uid":"4519bda3da51ce9","name":"Subscribe to topic containing long and receive message","time":{"start":1707418881986,"stop":1707418881986,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa2a4a333a580ec","name":"Push message with custom timestamp: 1707422430042","time":{"start":1707419247780,"stop":1707419247781,"duration":1},"status":"passed","severity":"normal"},{"uid":"2faaf8bca06ece2e","name":"Push message with unicode special characters payload","time":{"start":1707419247769,"stop":1707419247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9133e73c8fdce6e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418873963,"stop":1707418873964,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9d022fd5eb596af","name":"Decoder throws on undefined content topic","time":{"start":1707418630279,"stop":1707418630279,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6285cda71c3feca","name":"should not receive a peer event after stop","time":{"start":1707419072678,"stop":1707419072678,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83e9c53f22aee1f","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707418881979,"stop":1707418881979,"duration":0},"status":"passed","severity":"normal"},{"uid":"56dad61389288bc5","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707418639733,"stop":1707418639733,"duration":0},"status":"passed","severity":"normal"},{"uid":"f261cf78bee23b0f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707419289515,"stop":1707419289515,"duration":0},"status":"passed","severity":"normal"},{"uid":"658ebc996a0bb7c5","name":"Store - dialed first","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3dfdc99588d30f","name":"groups content topics by expected pubsub topic","time":{"start":1707418616287,"stop":1707418616287,"duration":0},"status":"passed","severity":"normal"},{"uid":"518fd9ce3a92e563","name":"Relay - dialed first","time":{"start":1707419253793,"stop":1707419253793,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89690f7e5cd0c5e","name":"should properly create location multiaddrs - udp4","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"d35657a339da3181","name":"throws on content topic with generation field greater than 0","time":{"start":1707418616282,"stop":1707418616282,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ea92c3b9f9db97","name":"Check received message containing emoji","time":{"start":1707419181436,"stop":1707419181438,"duration":2},"status":"passed","severity":"normal"},{"uid":"33683e09b6bfc699","name":"should throw error - no id","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2bd34c931c4fd7","name":"Check received message with timestamp: 1707418663077 ","time":{"start":1707418841941,"stop":1707418841942,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cb02df5296d9dab","name":"Check received message containing Basic HTML tag","time":{"start":1707418841932,"stop":1707418841932,"duration":0},"status":"passed","severity":"normal"},{"uid":"37e8aaa63fd0189d","name":"Check publish message containing numeric","time":{"start":1707418998132,"stop":1707418998133,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a58a469b7a4a03","name":"Check meta is set [ecies]","time":{"start":1707418648131,"stop":1707418648131,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a6b717ad1eddc4","name":"Subscribe to topic containing short and receive message","time":{"start":1707419289510,"stop":1707419289510,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290aa0abd3934f3","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707419289515,"stop":1707419289515,"duration":0},"status":"passed","severity":"normal"},{"uid":"a59659bd600f4fe5","name":"Check message with non string payload is not received","time":{"start":1707418841948,"stop":1707418841949,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f4681229ed9eadd","name":"Encoder throws on empty string content topic","time":{"start":1707418646118,"stop":1707418646119,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4d0996581b02da6","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707419013074,"stop":1707419013075,"duration":1},"status":"passed","severity":"normal"},{"uid":"c41748b0ae059015","name":"topics with same application and version share the same shard","time":{"start":1707418616285,"stop":1707418616285,"duration":0},"status":"passed","severity":"normal"},{"uid":"259da913545959d6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"26bc0384e85dd7c4","name":"Ping on subscribed peer","time":{"start":1707418703643,"stop":1707418703643,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e90be5036c69274","name":"Check received message containing emoji","time":{"start":1707419181397,"stop":1707419181397,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3cffa8447d7ee4","name":"Check publish message containing XML","time":{"start":1707418998137,"stop":1707418998137,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbeccb663079e463","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707418829835,"stop":1707418829835,"duration":0},"status":"passed","severity":"normal"},{"uid":"52157b78a7dffa74","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418744887,"stop":1707418744887,"duration":0},"status":"passed","severity":"normal"},{"uid":"928394cb882bc6e2","name":"should encodeTxt and decodeTxt","time":{"start":1707418625267,"stop":1707418625268,"duration":1},"status":"passed","severity":"normal"},{"uid":"8056b49d1c63c1f4","name":"creates an iterator","time":{"start":1707419233177,"stop":1707419233177,"duration":0},"status":"passed","severity":"normal"},{"uid":"dec4121f73777ce2","name":"Push message with content topic containing Chinese","time":{"start":1707419080401,"stop":1707419080401,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba45254458e001fa","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707418630096,"stop":1707418630096,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d3e2423df6f47c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707419181399,"stop":1707419181399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3031e538cad9b830","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707419245415,"stop":1707419245415,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d33c962a8144025","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707418998149,"stop":1707418998149,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e45548b6c2a527f","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418703645,"stop":1707418703645,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3b0aa19e8203f2","name":"Check received message containing unicode special characters","time":{"start":1707418841937,"stop":1707418841940,"duration":3},"status":"passed","severity":"normal"},{"uid":"3207bcae7ecb9ca4","name":"should throw error - no public key","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1900084c2d566e3","name":"Check message with invalid timestamp is not received","time":{"start":1707419181442,"stop":1707419181442,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e7faf7d030e5e9","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707418673504,"stop":1707418673505,"duration":1},"status":"skipped","severity":"normal"},{"uid":"3d06475c952408fb","name":"Check publish message containing special chars","time":{"start":1707418998133,"stop":1707418998133,"duration":0},"status":"passed","severity":"normal"},{"uid":"626989b809812b7e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707418829827,"stop":1707418829827,"duration":0},"status":"passed","severity":"normal"},{"uid":"abfd1532efa7c35c","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983697,"stop":1707418983697,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cab8c925122c4c5","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707419149715,"stop":1707419149715,"duration":0},"status":"passed","severity":"normal"},{"uid":"5abb38df3bd43cd2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707418881988,"stop":1707418881988,"duration":0},"status":"passed","severity":"normal"},{"uid":"c24585bbfca8a95f","name":"throws on content topic with empty application field","time":{"start":1707418616282,"stop":1707418616283,"duration":1},"status":"passed","severity":"normal"},{"uid":"2748e96df5af8b3f","name":"should encode/decode to text encoding","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"98e0372a6e822a07","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707418881994,"stop":1707418881995,"duration":1},"status":"passed","severity":"normal"},{"uid":"77893cc80460d7cf","name":"Check received message containing Arabic","time":{"start":1707419181423,"stop":1707419181424,"duration":1},"status":"passed","severity":"normal"},{"uid":"d70acb040ec8c01c","name":"nwaku subscribes","time":{"start":1707418973246,"stop":1707418973247,"duration":1},"status":"passed","severity":"normal"},{"uid":"da2b3612cabc157f","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707418829832,"stop":1707418829833,"duration":1},"status":"passed","severity":"normal"},{"uid":"88dae2cd3dcf0c13","name":"Subscribe and receive messages via lightPush","time":{"start":1707419289505,"stop":1707419289505,"duration":0},"status":"passed","severity":"normal"},{"uid":"38470676798d78ee","name":"Using a function","time":{"start":1707419251321,"stop":1707419251321,"duration":0},"status":"passed","severity":"normal"},{"uid":"afe31d67fd02e3df","name":"Accepts a valid Waku Message","time":{"start":1707418633903,"stop":1707418633904,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3985873703e9e2a","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203156,"stop":1707419203157,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb6f524f263c1c00","name":"Check message received after jswaku node is restarted","time":{"start":1707418841962,"stop":1707418841962,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8a9c65bfcac44162","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707419245418,"stop":1707419245418,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec171b1563b14945","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707419289502,"stop":1707419289503,"duration":1},"status":"passed","severity":"normal"},{"uid":"48372f8190542877","name":"different cluster, different shard: nodes don't connect","time":{"start":1707418829815,"stop":1707418829818,"duration":3},"status":"passed","severity":"normal"},{"uid":"494254101189a960","name":"Passing page size 19 when there are 20 messages","time":{"start":1707419231826,"stop":1707419231826,"duration":0},"status":"passed","severity":"normal"},{"uid":"d05a88757afe2e71","name":"Push message with content topic containing long","time":{"start":1707419247771,"stop":1707419247772,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec24be5699ca3d6d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707418624516,"stop":1707418624516,"duration":0},"status":"passed","severity":"normal"},{"uid":"14099eb904dff981","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707418705658,"stop":1707418705658,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9177d2624316246","name":"Ephemeral messages are not stored","time":{"start":1707418681515,"stop":1707418681516,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc98d18789c9415e","name":"Push message with SQL Injection payload","time":{"start":1707419080393,"stop":1707419080393,"duration":0},"status":"passed","severity":"normal"},{"uid":"7aeda046f00b95f8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829824,"stop":1707418829824,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8aff7f29d053ad2","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707418829829,"stop":1707418829830,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3cf466f5186573b","name":"Push message with rate limit","time":{"start":1707419247779,"stop":1707419247779,"duration":0},"status":"passed","severity":"normal"},{"uid":"c96b1c4c5534eb51","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707418841942,"stop":1707418841942,"duration":0},"status":"passed","severity":"normal"},{"uid":"1891b36cbb7da1ed","name":"ignores domain fetching errors","time":{"start":1707418640142,"stop":1707418640143,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0a6a85877122d3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"b07c447086b96685","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707418639734,"stop":1707418639735,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3546dd6cd64ab21","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707418705656,"stop":1707418705657,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8fafd2f6fb7eb9","name":"Push message on custom pubsubTopic","time":{"start":1707418937022,"stop":1707418937022,"duration":0},"status":"passed","severity":"normal"},{"uid":"525d8712f5049770","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707418829827,"stop":1707418829828,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbe8a3655e247ff7","name":"Check received message containing escaped characters","time":{"start":1707419181435,"stop":1707419181436,"duration":1},"status":"passed","severity":"normal"},{"uid":"1545b9164c87d9e8","name":"Query generator for multiple messages","time":{"start":1707419196127,"stop":1707419196127,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6ae17dae80a04d5","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707418648130,"stop":1707418648131,"duration":1},"status":"passed","severity":"normal"},{"uid":"de07dad0553337a3","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707418829818,"stop":1707418829819,"duration":1},"status":"passed","severity":"normal"},{"uid":"f38513ea2846534b","name":"Push message with content topic containing XML","time":{"start":1707419247775,"stop":1707419247775,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e7b5c6357f9cad8","name":"Encoder throws on empty string content topic","time":{"start":1707418630278,"stop":1707418630279,"duration":1},"status":"passed","severity":"normal"},{"uid":"9158f6b9d1a6a4ce","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707418639731,"stop":1707418639732,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9f932e86ef7c134","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707419245418,"stop":1707419245418,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d7f7ea1a1fe8840","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707418829822,"stop":1707418829823,"duration":1},"status":"passed","severity":"normal"},{"uid":"407407a107c75931","name":"Check received message containing escaped characters","time":{"start":1707418841937,"stop":1707418841937,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cfcc89003e5312e","name":"Ping on subscribed peer","time":{"start":1707418734617,"stop":1707418734617,"duration":0},"status":"passed","severity":"normal"},{"uid":"31b7e2563a422e80","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829838,"stop":1707418829838,"duration":0},"status":"passed","severity":"normal"},{"uid":"30e571587e145859","name":"Generator, custom pubsub topic","time":{"start":1707419203158,"stop":1707419203159,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8f8194dd64ff156","name":"Check message on other pubsub topic is not received","time":{"start":1707418841944,"stop":1707418841944,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c4fc6418bf448a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707418829831,"stop":1707418829831,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a67768ee4fda975","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707418625268,"stop":1707418625269,"duration":1},"status":"passed","severity":"normal"},{"uid":"91b951626bed24a2","name":"Push message on custom pubsubTopic","time":{"start":1707418937018,"stop":1707418937019,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a7e71f81c24aae6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418873969,"stop":1707418873969,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c17f571b4b3869a","name":"Push message with rate limit","time":{"start":1707419080412,"stop":1707419080412,"duration":0},"status":"passed","severity":"normal"},{"uid":"7514bcdcf73f77c6","name":"Promise Callback - forward","time":{"start":1707419214854,"stop":1707419214854,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a83362e1a4c9f","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707419128747,"stop":1707419128747,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a92c3262d6a4a2d","name":"Check received message containing SQL Injection","time":{"start":1707419181392,"stop":1707419181393,"duration":1},"status":"passed","severity":"normal"},{"uid":"4003a45946730edd","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707419289497,"stop":1707419289498,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9de28403cd0e7d1","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707418881982,"stop":1707418881982,"duration":0},"status":"passed","severity":"normal"},{"uid":"e22e5132f0e067a0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707418881993,"stop":1707418881994,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd9ecb3bb6e78d06","name":"Fails to publish duplicate message","time":{"start":1707418998148,"stop":1707418998148,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e2258305c91f609","name":"Query generator for multiple messages with different content topic format","time":{"start":1707419196129,"stop":1707419196129,"duration":0},"status":"passed","severity":"normal"},{"uid":"a050bec49d167396","name":"Refresh subscription","time":{"start":1707419013073,"stop":1707419013073,"duration":0},"status":"skipped","severity":"normal"},{"uid":"eca835eaa2d6af8e","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707419013076,"stop":1707419013076,"duration":0},"status":"passed","severity":"normal"},{"uid":"bad4b774a52e28e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707419289512,"stop":1707419289512,"duration":0},"status":"passed","severity":"normal"},{"uid":"280f8a09dd4e28a9","name":"Nodes with multiple pubsub topic","time":{"start":1707418983700,"stop":1707418983701,"duration":1},"status":"passed","severity":"normal"},{"uid":"341e259737427dfe","name":"same cluster, different shard: nodes connect","time":{"start":1707418922604,"stop":1707418922604,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2d44d17cb9d8681","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829834,"stop":1707418829834,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f4800ab290ccade","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983698,"stop":1707418983699,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2528dd7fb947161","name":"Push message with content topic containing emoji","time":{"start":1707419247777,"stop":1707419247778,"duration":1},"status":"passed","severity":"normal"},{"uid":"78a1ccfa58226b40","name":"Check received message containing numeric","time":{"start":1707419181390,"stop":1707419181391,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb818f0abbcdc98b","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418873960,"stop":1707418873962,"duration":2},"status":"passed","severity":"normal"},{"uid":"217d0c75c443863e","name":"should properly create location multiaddrs - udp","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"fca7761213884202","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707419149713,"stop":1707419149714,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7c9b8d757e31d4","name":"Check publish message containing short","time":{"start":1707418998131,"stop":1707418998132,"duration":1},"status":"passed","severity":"normal"},{"uid":"be60a2ab4afadf64","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707419013072,"stop":1707419013072,"duration":0},"status":"passed","severity":"normal"},{"uid":"8681b69e9109a809","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707419289514,"stop":1707419289514,"duration":0},"status":"passed","severity":"normal"},{"uid":"1742fc62531a9e09","name":"Subscribe to topic containing short and receive message","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"f976333182d5191e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707418829828,"stop":1707418829829,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b554f5c53f63c70","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707418648130,"stop":1707418648130,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c1d1cd274c3c4f7","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707419190154,"stop":1707419190154,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3c4e2ed6796616","name":"Push message with content topic containing XML","time":{"start":1707419080408,"stop":1707419080408,"duration":0},"status":"passed","severity":"normal"},{"uid":"12661e5e27bb2994","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707418624507,"stop":1707418624509,"duration":2},"status":"passed","severity":"normal"},{"uid":"94c2b7eeb5cb7c66","name":"Check meta is set [symmetric]","time":{"start":1707418646116,"stop":1707418646117,"duration":1},"status":"passed","severity":"normal"},{"uid":"f90e432a4ba25b82","name":"Subscribe and receive messages via lightPush","time":{"start":1707418881977,"stop":1707418881978,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f2235718aa4d2d","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707418624517,"stop":1707418624517,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3cbb9509e823ad","name":"Relay + Store","time":{"start":1707418625277,"stop":1707418625277,"duration":0},"status":"passed","severity":"normal"},{"uid":"faf48090358cd631","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707418829853,"stop":1707418829854,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b8d83d8e623336","name":"Passing page size 10 when there are 10 messages","time":{"start":1707419231824,"stop":1707419231825,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fd56d34d48d0eb","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707418624518,"stop":1707418624518,"duration":0},"status":"passed","severity":"normal"},{"uid":"742114e72e906e2b","name":"converts content topics to expected shard index","time":{"start":1707418616285,"stop":1707418616285,"duration":0},"status":"passed","severity":"normal"},{"uid":"14222cd7c01adc0b","name":"Fails to push message with empty content topic","time":{"start":1707419247778,"stop":1707419247778,"duration":0},"status":"passed","severity":"normal"},{"uid":"2565b6619e1cb53a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707418624514,"stop":1707418624514,"duration":0},"status":"passed","severity":"normal"},{"uid":"92077b8e3c9b0c13","name":"Check received message containing JSON","time":{"start":1707418841932,"stop":1707418841933,"duration":1},"status":"passed","severity":"normal"},{"uid":"463599f5b68607be","name":"Fails to push message with large meta","time":{"start":1707419080411,"stop":1707419080412,"duration":1},"status":"passed","severity":"normal"},{"uid":"27c255872667d71a","name":"Check publish message containing Chinese","time":{"start":1707418998133,"stop":1707418998133,"duration":0},"status":"passed","severity":"normal"},{"uid":"a89be391538b4598","name":"Push message with Arabic payload","time":{"start":1707419247764,"stop":1707419247765,"duration":1},"status":"passed","severity":"normal"},{"uid":"25c268ac1c83b9db","name":"Encoder throws on undefined content topic","time":{"start":1707418648131,"stop":1707418648132,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fee3f0d05ef8c1c","name":"Check received message containing Russian","time":{"start":1707419181392,"stop":1707419181392,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf29979e70e62d09","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707418983695,"stop":1707418983696,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b283fe2cbc13256","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707418624512,"stop":1707418624513,"duration":1},"status":"passed","severity":"normal"},{"uid":"88ecc395c8d93a8b","name":"it tolerates circular branch references","time":{"start":1707418640142,"stop":1707418640142,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6674758f0731039","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707419289511,"stop":1707419289511,"duration":0},"status":"passed","severity":"normal"},{"uid":"33345230c2b7f97d","name":"Passing cursor with wrong message digest","time":{"start":1707419128748,"stop":1707419128749,"duration":1},"status":"passed","severity":"normal"},{"uid":"579bf93b64a51572","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707418881989,"stop":1707418881990,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3791c7075398b4d","name":"Check received message containing shell command","time":{"start":1707419181395,"stop":1707419181396,"duration":1},"status":"passed","severity":"normal"},{"uid":"23362c0088c29da","name":"Check publish message containing shell command","time":{"start":1707418998143,"stop":1707418998145,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8120220a5154f97","name":"Push message with custom timestamp: 1676660442239","time":{"start":1707419080412,"stop":1707419080412,"duration":0},"status":"passed","severity":"normal"},{"uid":"60eb365524128b73","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707418640145,"stop":1707418640145,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab4b10d6c7ebbb80","name":"Check publish message containing escaped characters","time":{"start":1707418998145,"stop":1707418998145,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b816826a7bd453a","name":"Push 30 different messages","time":{"start":1707419247769,"stop":1707419247770,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce9d0ea0d0b17d77","name":"Encoder throws on undefined content topic","time":{"start":1707418646117,"stop":1707418646118,"duration":1},"status":"passed","severity":"normal"},{"uid":"67cb56aac06f81b8","name":"Fails to push message bigger that 1MB","time":{"start":1707419247781,"stop":1707419247782,"duration":1},"status":"passed","severity":"normal"},{"uid":"82835d3b6a183cc1","name":"should not receive a peer event before start","time":{"start":1707418673498,"stop":1707418673499,"duration":1},"status":"passed","severity":"normal"},{"uid":"6204aa80697101b2","name":"Push message with content topic containing Script","time":{"start":1707419247774,"stop":1707419247775,"duration":1},"status":"passed","severity":"normal"},{"uid":"23f7d9f5fbf6f553","name":"Ordered Callback - forward","time":{"start":1707419214855,"stop":1707419214855,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6f0efa6a27b1979","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707418639730,"stop":1707418639731,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc33873b7defa6a8","name":"Check received message containing long","time":{"start":1707418841927,"stop":1707418841928,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e81d220a7a7080","name":"should properly create location multiaddrs - tcp4","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"f11c81f23f9d4b9b","name":"Query with Ordered Callback, No message returned","time":{"start":1707419149714,"stop":1707419149715,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf30f65d6803fd9b","name":"Round trip binary serialization","time":{"start":1707418630276,"stop":1707418630277,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b90ad0cc3ac9a46","name":"Check message on other pubsub topic is not received","time":{"start":1707419181444,"stop":1707419181445,"duration":1},"status":"passed","severity":"normal"},{"uid":"e11ed165de38b6a2","name":"should be called for bootstrap peers","time":{"start":1707418705655,"stop":1707418705655,"duration":0},"status":"passed","severity":"normal"},{"uid":"689d26147aef5b52","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707418829824,"stop":1707418829825,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cc61987b6feb12e","name":"same cluster, same shard: nodes connect","time":{"start":1707418922604,"stop":1707418922604,"duration":0},"status":"passed","severity":"normal"},{"uid":"61272bf7ab90d6c9","name":"handles multiple messages","time":{"start":1707419233177,"stop":1707419233177,"duration":0},"status":"passed","severity":"normal"},{"uid":"704ed2552f4396c5","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707418624512,"stop":1707418624512,"duration":0},"status":"passed","severity":"normal"},{"uid":"e96819115248151a","name":"Store - dialed after - with timeout","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"febd1d0aba10f3f4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707419289516,"stop":1707419289516,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f6d9d361b98213d","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983699,"stop":1707418983700,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e30ac136365b26b","name":"Push message with content topic containing long","time":{"start":1707419080399,"stop":1707419080400,"duration":1},"status":"passed","severity":"normal"},{"uid":"222e90eab7a94686","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707419013079,"stop":1707419013080,"duration":1},"status":"passed","severity":"normal"},{"uid":"7b5095c9e5e2d891","name":"Waku message hash computation (payload length 0)","time":{"start":1707418619140,"stop":1707418619140,"duration":0},"status":"passed","severity":"normal"},{"uid":"86114b55d123d001","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418744886,"stop":1707418744886,"duration":0},"status":"passed","severity":"normal"},{"uid":"849d7c43a849ecec","name":"Passing page size 0 when there are 110 messages","time":{"start":1707419231822,"stop":1707419231823,"duration":1},"status":"passed","severity":"normal"},{"uid":"fea6a2ea4aef8fb4","name":"Push message with escaped characters payload","time":{"start":1707419247768,"stop":1707419247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5b6e16580585e72","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707418624519,"stop":1707418624520,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae2bd9df9b039f99","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998146,"stop":1707418998146,"duration":0},"status":"passed","severity":"normal"},{"uid":"dbce631648d0ef39","name":"Ordered Callback - backward","time":{"start":1707419214855,"stop":1707419214855,"duration":0},"status":"passed","severity":"normal"},{"uid":"c04d42e0ed1c9338","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418873969,"stop":1707418873969,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3ddeec17b48896","name":"should get / set UDP multiaddr","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cdcf8d6e316ba00","name":"Subscribe to topic containing Script and publish message","time":{"start":1707419013077,"stop":1707419013077,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a0c78e2f66f6558","name":"Push message with content topic containing short","time":{"start":1707419247770,"stop":1707419247771,"duration":1},"status":"passed","severity":"normal"},{"uid":"e978e5ca66be7dd3","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707418624510,"stop":1707418624511,"duration":1},"status":"passed","severity":"normal"},{"uid":"feb545d98cfa1a4d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707419080408,"stop":1707419080408,"duration":0},"status":"passed","severity":"normal"},{"uid":"108200d6aa0b03a5","name":"Delete observer","time":{"start":1707418939641,"stop":1707418939641,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc50fce274dc08c","name":"should decode valid enr successfully","time":{"start":1707418625268,"stop":1707418625268,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ce1738e3b11a532","name":"throws on empty content topic","time":{"start":1707418616280,"stop":1707418616280,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b38e35ab2d60ae","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418873968,"stop":1707418873969,"duration":1},"status":"passed","severity":"normal"},{"uid":"de1001fa1dbedbfc","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707419245416,"stop":1707419245416,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a521af69cbff92d","name":"Check message with no payload is not received","time":{"start":1707419181411,"stop":1707419181412,"duration":1},"status":"passed","severity":"normal"},{"uid":"90960cbf31c10e49","name":"Push message with special chars payload","time":{"start":1707419080391,"stop":1707419080391,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25dc7e32f49a78e","name":"Query with Promise Callback, No message returned","time":{"start":1707419149716,"stop":1707419149717,"duration":1},"status":"passed","severity":"normal"},{"uid":"a709e2a419e459e5","name":"different cluster, same shard: nodes don't connect","time":{"start":1707418829815,"stop":1707418829815,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6f8c27aabe99463","name":"Push message with shell command payload","time":{"start":1707419080395,"stop":1707419080396,"duration":1},"status":"passed","severity":"normal"},{"uid":"c81924949f3f5644","name":"Subscribe and receive messages via waku relay post","time":{"start":1707418881979,"stop":1707418881979,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6e3031670d8512f","name":"Check received message containing special chars","time":{"start":1707418841928,"stop":1707418841929,"duration":1},"status":"passed","severity":"normal"},{"uid":"24247dd59444c7fd","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203157,"stop":1707419203158,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f4d95eb831bdab","name":"throws on content topic with empty encoding field","time":{"start":1707418616284,"stop":1707418616284,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd717647f53a11c1","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707418739804,"stop":1707418739804,"duration":0},"status":"passed","severity":"normal"},{"uid":"1332492ef186647c","name":"Subscribe to topic containing short and receive message","time":{"start":1707418881985,"stop":1707418881985,"duration":0},"status":"passed","severity":"normal"},{"uid":"669b8f711cbaff9e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739806,"stop":1707418739806,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6767054d165ca6a","name":"1 Store, 2 fetches","time":{"start":1707418639756,"stop":1707418639757,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fa7abeee070eed2","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707419013072,"stop":1707419013072,"duration":0},"status":"passed","severity":"normal"},{"uid":"d45622794fb6e614","name":"Check message with invalid timestamp is not received","time":{"start":1707418841943,"stop":1707418841943,"duration":0},"status":"passed","severity":"normal"},{"uid":"13071fea3dd35c3a","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"b059a72f0a79464d","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707418881988,"stop":1707418881989,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f79dbb79aa043e","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707418983697,"stop":1707418983698,"duration":1},"status":"passed","severity":"normal"},{"uid":"725208165e1f48a7","name":"Check publish message containing unicode special characters","time":{"start":1707418998145,"stop":1707418998146,"duration":1},"status":"passed","severity":"normal"},{"uid":"627c5d56fd532c99","name":"Push message with Script payload","time":{"start":1707419080394,"stop":1707419080394,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cf768ee2217962","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707418829823,"stop":1707418829823,"duration":0},"status":"passed","severity":"normal"},{"uid":"799eac5fc38b2e0a","name":"Subscribe to topic containing XML and receive message","time":{"start":1707419289514,"stop":1707419289514,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8670b39103c7bc4","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707418829824,"stop":1707418829824,"duration":0},"status":"passed","severity":"normal"},{"uid":"37132ddc63c7bedf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707419289506,"stop":1707419289507,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4d8170a40214f5b","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707419013079,"stop":1707419013079,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8ea02df54eb1469","name":"Push message with custom timestamp: 1707415230042","time":{"start":1707419247780,"stop":1707419247780,"duration":0},"status":"passed","severity":"normal"},{"uid":"12ee8f41c807493a","name":"same cluster, different shard: nodes connect","time":{"start":1707418829814,"stop":1707418829814,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffa3d0166c90d682","name":"should get / set TCP multiaddr","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddbf0b00f479a4a8","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707419216978,"stop":1707419216979,"duration":1},"status":"passed","severity":"normal"},{"uid":"57790fb4c443d315","name":"Check received message containing long","time":{"start":1707419181390,"stop":1707419181390,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c84a1fcf6cd2afa","name":"Correctly serialized arguments","time":{"start":1707418927423,"stop":1707418927423,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ba94c278fe867b9","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707419149713,"stop":1707419149713,"duration":0},"status":"passed","severity":"normal"},{"uid":"1423bc6222dc46f8","name":"Check received message with timestamp: undefined ","time":{"start":1707419181442,"stop":1707419181442,"duration":0},"status":"passed","severity":"normal"},{"uid":"d420e9e2e515eadb","name":"same cluster, same shard: nodes connect","time":{"start":1707418829813,"stop":1707418829814,"duration":1},"status":"passed","severity":"normal"},{"uid":"293cd27ebd03e237","name":"should set field with all protocols disabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"956395c64862496","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739804,"stop":1707418739805,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd180c6c607bf34f","name":"Check publish message containing Arabic","time":{"start":1707418998133,"stop":1707418998134,"duration":1},"status":"passed","severity":"normal"},{"uid":"73ae7359e331bee3","name":"Push message with emoji payload","time":{"start":1707419247769,"stop":1707419247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46e09ebabb5d042","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418873962,"stop":1707418873963,"duration":1},"status":"passed","severity":"normal"},{"uid":"e14ec663a6224179","name":"Push message equal or less that 1MB","time":{"start":1707419080413,"stop":1707419080413,"duration":0},"status":"passed","severity":"normal"},{"uid":"f23d01dcab4b6d29","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707418705654,"stop":1707418705654,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c0420ff2cfce88f","name":"udp ip6 address","time":{"start":1707418624781,"stop":1707418624781,"duration":0},"status":"passed","severity":"normal"},{"uid":"682237dc01e340b3","name":"Nwaku publishes","time":{"start":1707418973247,"stop":1707418973248,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd184d6c4e051a0c","name":"Ping on peer without subscriptions","time":{"start":1707418734615,"stop":1707418734615,"duration":0},"status":"passed","severity":"normal"},{"uid":"55a56f137f1885af","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707419181441,"stop":1707419181441,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba9c58484ef9b0e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707418624511,"stop":1707418624511,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e8903dfb3840e2f","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707418829830,"stop":1707418829831,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5555bb1219fc0da","name":"Check received message containing Basic HTML tag","time":{"start":1707419181427,"stop":1707419181427,"duration":0},"status":"passed","severity":"normal"},{"uid":"629e196aed62502d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203160,"stop":1707419203160,"duration":0},"status":"passed","severity":"normal"},{"uid":"20eada8090c4859e","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707419216978,"stop":1707419216978,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a7aabcc6e4d866","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f14744fb85fa7ea","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707418639733,"stop":1707418639734,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e3569c81a9d6f86","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983696,"stop":1707418983697,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fe7d5595dbcddae","name":"Ping on subscribed peer","time":{"start":1707418734614,"stop":1707418734614,"duration":0},"status":"passed","severity":"normal"},{"uid":"67324967997280c","name":"ignores unrecognized TXT record formats","time":{"start":1707418640143,"stop":1707418640143,"duration":0},"status":"passed","severity":"normal"},{"uid":"50e9f3cef2d1d1e4","name":"Push message with meta","time":{"start":1707419080411,"stop":1707419080411,"duration":0},"status":"passed","severity":"normal"},{"uid":"85b8f3f8f6188600","name":"Check publish message containing long","time":{"start":1707418998132,"stop":1707418998132,"duration":0},"status":"passed","severity":"normal"},{"uid":"40653a861d1d6f58","name":"Check received message with timestamp: undefined ","time":{"start":1707418841943,"stop":1707418841943,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bc1222fd91ac014","name":"Publish without waiting for remote peer","time":{"start":1707419013070,"stop":1707419013071,"duration":1},"status":"passed","severity":"normal"},{"uid":"d27b700cd8f2e021","name":"Check message with no pubsub topic is not received","time":{"start":1707419181410,"stop":1707419181411,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd88becef87bd69","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707419149711,"stop":1707419149712,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e9abeb1cd2b8d79","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707419181441,"stop":1707419181441,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e55a62042a7b40","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6fa0853046aa4f7","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707418624519,"stop":1707418624519,"duration":0},"status":"passed","severity":"normal"},{"uid":"967c1a7de517ed56","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707418881989,"stop":1707418881989,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6c2b8ac1e18fbf1","name":"Light Node - default protocols","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef5068de06cf8967","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418873967,"stop":1707418873968,"duration":1},"status":"passed","severity":"normal"},{"uid":"758b6b1cb491cb35","name":"1 Relay, 1 Filter, gives up","time":{"start":1707418639757,"stop":1707418639757,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b5afb109647c27","name":"Check message with no content topic is not received","time":{"start":1707419181446,"stop":1707419181447,"duration":1},"status":"passed","severity":"normal"},{"uid":"f66868ae821c1074","name":"Push message with long payload","time":{"start":1707419247762,"stop":1707419247762,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d184bc407bd07b0","name":"Check publish message after client node is restarted","time":{"start":1707418998151,"stop":1707418998151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"66c3910d9d1ba054","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707419013078,"stop":1707419013079,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d60611c2b656aea","name":"Check message received after jswaku node is restarted","time":{"start":1707419181448,"stop":1707419181448,"duration":0},"status":"skipped","severity":"normal"},{"uid":"db40b83c6b51129a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418873964,"stop":1707418873966,"duration":2},"status":"passed","severity":"normal"},{"uid":"9c6e1f6d517ce6e0","name":"should return false","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b8c34e8527ed01","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707418624518,"stop":1707418624519,"duration":1},"status":"passed","severity":"normal"},{"uid":"3af500073a94cb65","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707419128746,"stop":1707419128746,"duration":0},"status":"passed","severity":"normal"},{"uid":"c43f1cda02ebbb84","name":"Push message with unicode special characters payload","time":{"start":1707419080397,"stop":1707419080397,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e21e9ae8c843068","name":"Subscribe to topic containing long and receive message","time":{"start":1707419289510,"stop":1707419289510,"duration":0},"status":"passed","severity":"normal"},{"uid":"c212b0461295a640","name":"should set field with only RELAY enabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a920e6ef1319465","name":"Push message with emoji payload","time":{"start":1707419080397,"stop":1707419080398,"duration":1},"status":"passed","severity":"normal"},{"uid":"d62bcdd8e2ee3d4","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707419128747,"stop":1707419128747,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1aa0434254e120","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"9612f5d364ba6c49","name":"Check received message containing Russian","time":{"start":1707419181424,"stop":1707419181424,"duration":0},"status":"passed","severity":"normal"},{"uid":"106b99c0446c0edf","name":"Query Generator, No Decoder","time":{"start":1707419149712,"stop":1707419149712,"duration":0},"status":"passed","severity":"normal"},{"uid":"5374d767234f9db6","name":"Push message with short payload","time":{"start":1707419080389,"stop":1707419080390,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c2dc0aa14a74ed","name":"Decrypt messages","time":{"start":1707418939640,"stop":1707418939641,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd4c9cda45651fb6","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707418705655,"stop":1707418705656,"duration":1},"status":"passed","severity":"normal"},{"uid":"51f05895160db461","name":"Check received message containing Arabic","time":{"start":1707419181392,"stop":1707419181392,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa305ca30b291db7","name":"Push message with numeric payload","time":{"start":1707419080390,"stop":1707419080391,"duration":1},"status":"passed","severity":"normal"},{"uid":"642a326fb6a472c0","name":"Push message with content topic containing JSON","time":{"start":1707419080409,"stop":1707419080409,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31c3d96ddf38f59","name":"Callback on promise, aborts when callback returns true","time":{"start":1707419196129,"stop":1707419196130,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f2e6a9cd2d238dd","name":"Decoder throws on undefined content topic","time":{"start":1707418646119,"stop":1707418646119,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4a7c1aafcd6bc7b","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707418705659,"stop":1707418705660,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cf3e07e1da907df","name":"should emit a peer event after start","time":{"start":1707419072675,"stop":1707419072676,"duration":1},"status":"passed","severity":"normal"},{"uid":"8263d08f47bd234f","name":"Check message received after nwaku node is restarted","time":{"start":1707418841962,"stop":1707418841962,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7dbbb9a669440b98","name":"Push message with content topic containing special chars","time":{"start":1707419247772,"stop":1707419247772,"duration":0},"status":"passed","severity":"normal"},{"uid":"f100b1719e2bfae0","name":"should only return 1 node with relay and store capability","time":{"start":1707418640144,"stop":1707418640144,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa75a120de8d0d46","name":"should only return 1 node with store capability","time":{"start":1707418640144,"stop":1707418640145,"duration":1},"status":"passed","severity":"normal"},{"uid":"94236ae3c904541d","name":"pre and post cipher","time":{"start":1707418646764,"stop":1707418646765,"duration":1},"status":"passed","severity":"normal"},{"uid":"69476df55c7c90b","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707419245417,"stop":1707419245418,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e5e6db05b862c45","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203159,"stop":1707419203159,"duration":0},"status":"passed","severity":"normal"},{"uid":"15e6216f97bafb2f","name":"Push message with Arabic payload","time":{"start":1707419080392,"stop":1707419080392,"duration":0},"status":"passed","severity":"normal"},{"uid":"630b46317542f095","name":"Push message with content topic containing numeric","time":{"start":1707419080400,"stop":1707419080400,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3242930a3efc400","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707418616577,"stop":1707418616578,"duration":1},"status":"passed","severity":"normal"},{"uid":"d7270a5968e4d106","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937023,"stop":1707418937023,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ac10c944542ec2","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707418681520,"stop":1707418681520,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a7e6118c2cf19d","name":"Push message with content topic containing SQL Injection","time":{"start":1707419247774,"stop":1707419247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"66a8953b29201ab","name":"Check received message containing Arabic","time":{"start":1707418841929,"stop":1707418841929,"duration":0},"status":"passed","severity":"normal"},{"uid":"e465ce37344c12bd","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707419190154,"stop":1707419190154,"duration":0},"status":"passed","severity":"normal"},{"uid":"6715fcdc66907e80","name":"Js publishes, other Js receives","time":{"start":1707418973248,"stop":1707418973248,"duration":0},"status":"passed","severity":"normal"},{"uid":"86681ee236c538d7","name":"Push message with content topic containing Russian","time":{"start":1707419247773,"stop":1707419247774,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8b51b6c045d0997","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707419245416,"stop":1707419245416,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bc0813b8d43d135","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707418640145,"stop":1707418640145,"duration":0},"status":"passed","severity":"normal"},{"uid":"589da321f046007b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707419289507,"stop":1707419289507,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8b0f02bde29f12ad","name":"should not receive a peer event before start","time":{"start":1707419072676,"stop":1707419072677,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccbf81bac7fa0b25","name":"returns all values when wanted number matches available values","time":{"start":1707418639069,"stop":1707418639070,"duration":1},"status":"passed","severity":"normal"},{"uid":"c643f250a4f061fe","name":"Check received message with extra option is received","time":{"start":1707418841950,"stop":1707418841961,"duration":11},"status":"passed","severity":"normal"},{"uid":"31e0b79abb705531","name":"Filter","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"742e7ad91602ca46","name":"isConnected should return false after all peers disconnect","time":{"start":1707418705660,"stop":1707418705671,"duration":11},"status":"passed","severity":"normal"},{"uid":"33ed14399cdf3c14","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707419289514,"stop":1707419289515,"duration":1},"status":"passed","severity":"normal"},{"uid":"4edd63514184fccd","name":"Check publish message containing emoji","time":{"start":1707418998146,"stop":1707418998146,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc23317743c5d6f6","name":"recovers when dns.resolve returns empty","time":{"start":1707418640142,"stop":1707418640142,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3909df9b1e14bd","name":"Push 30 different messages","time":{"start":1707419080398,"stop":1707419080398,"duration":0},"status":"passed","severity":"normal"},{"uid":"75fe4dba306a6d8e","name":"Check received message containing special chars","time":{"start":1707419181422,"stop":1707419181423,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3de373a7c9acfb1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707418639071,"stop":1707418639072,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f1b50d7b0cbed31","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707418639732,"stop":1707418639732,"duration":0},"status":"passed","severity":"normal"},{"uid":"9db5a127e3a7d97b","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"37213cbab99785cd","name":"Check message received after jswaku node is restarted","time":{"start":1707419181419,"stop":1707419181419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"511fc622854b5376","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"740bfce3ec530535","name":"Check message received after nwaku node is restarted","time":{"start":1707419181419,"stop":1707419181419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"5c04848b64aca8ef","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c9db95dfa083ff5","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937019,"stop":1707418937019,"duration":0},"status":"passed","severity":"normal"},{"uid":"e58ed6e2a6ec488a","name":"should be able to encode the field with only STORE set to true","time":{"start":1707418624509,"stop":1707418624510,"duration":1},"status":"passed","severity":"normal"},{"uid":"47699ac7e1f7d893","name":"throws on content topic with too few or too many fields","time":{"start":1707418616281,"stop":1707418616281,"duration":0},"status":"passed","severity":"normal"},{"uid":"941d48a47a2aafda","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739809,"stop":1707418739810,"duration":1},"status":"passed","severity":"normal"},{"uid":"eafe42e67baa0aef","name":"Push message with Russian payload","time":{"start":1707419247765,"stop":1707419247765,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c779b420334be9","name":"Passing page size 11 when there are 10 messages","time":{"start":1707419231825,"stop":1707419231826,"duration":1},"status":"passed","severity":"normal"},{"uid":"7a486a720f588818","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707418640146,"stop":1707418640146,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4c2735ceb9fa3a0c","name":"Check received message containing Chinese","time":{"start":1707419181423,"stop":1707419181423,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4b64515deeefecb","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707418829825,"stop":1707418829825,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d2d4ad2f30f9f0","name":"should properly create peer info with all multiaddrs","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"a664aa06416ba32e","name":"Init the array if not present","time":{"start":1707418616117,"stop":1707418616119,"duration":2},"status":"passed","severity":"normal"},{"uid":"94e926a898f6a84","name":"configure the node with multiple pubsub topics","time":{"start":1707419086806,"stop":1707419086807,"duration":1},"status":"passed","severity":"normal"},{"uid":"842dce1a6483faac","name":"Subscribe to topic containing XML and receive message","time":{"start":1707418881990,"stop":1707418881990,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae97a96aedd20c0a","name":"Check received message with timestamp: 1707418663297 ","time":{"start":1707419181398,"stop":1707419181398,"duration":0},"status":"passed","severity":"normal"},{"uid":"26a2ef9f3bbf8b87","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707419013077,"stop":1707419013078,"duration":1},"status":"passed","severity":"normal"},{"uid":"20ff291ceb953c02","name":"Meta field set when metaSetter is specified","time":{"start":1707418630277,"stop":1707418630277,"duration":0},"status":"passed","severity":"normal"},{"uid":"25f21f1efb35f5d4","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707418705650,"stop":1707418705651,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce4a1fd566af7c5","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707419289512,"stop":1707419289512,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc9b9cfbe594f4eb","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"9966d7ea8658cb24","name":"connects to nwaku","time":{"start":1707419251320,"stop":1707419251320,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c4c8a440c33224","name":"Push message with content topic containing shell command","time":{"start":1707419247776,"stop":1707419247776,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c90365e27fc3f49","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739807,"stop":1707418739808,"duration":1},"status":"passed","severity":"normal"},{"uid":"b197f246e8712574","name":"Check received message containing short","time":{"start":1707418841926,"stop":1707418841927,"duration":1},"status":"passed","severity":"normal"},{"uid":"a97da8676c26a2b3","name":"different cluster, different shard: nodes don't connect","time":{"start":1707418922605,"stop":1707418922605,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97906c308e29763","name":"should set field with only STORE enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"458b0719e9cfe36c","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ee7ba56bf106eaa","name":"Check message with no payload is not received","time":{"start":1707418841945,"stop":1707418841948,"duration":3},"status":"passed","severity":"normal"},{"uid":"7b304935df911cde","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937019,"stop":1707418937020,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c0ef65395e365c9","name":"Refresh subscription","time":{"start":1707418881985,"stop":1707418881985,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb6b1292d30c794","name":"Decoder throws on empty string content topic","time":{"start":1707418630279,"stop":1707418630279,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd89271f9f21755f","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707418619140,"stop":1707418619140,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04ae5c2d1feb3bf","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707418998150,"stop":1707418998150,"duration":0},"status":"passed","severity":"normal"},{"uid":"33256e809ebee050","name":"Check received message with timestamp: 1707418663297000000 ","time":{"start":1707419181439,"stop":1707419181439,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e574e801e839a7d","name":"Subscribe to topic containing long and receive message","time":{"start":1707419289499,"stop":1707419289500,"duration":1},"status":"passed","severity":"normal"},{"uid":"9255fa51503a9420","name":"Query generator for 2000 messages","time":{"start":1707419196131,"stop":1707419196131,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1808c76c4d9b3c9","name":"Check received message containing long","time":{"start":1707419181420,"stop":1707419181421,"duration":1},"status":"passed","severity":"normal"},{"uid":"d993db6c43998142","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418734616,"stop":1707418734616,"duration":0},"status":"passed","severity":"normal"},{"uid":"b34fcbd07a439d2c","name":"Fails to publish message with wrong content topic","time":{"start":1707418998149,"stop":1707418998149,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e49aad662b9fa6e","name":"Passing page size 1 when there are 4 messages","time":{"start":1707419231823,"stop":1707419231823,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6379/widgets/status-chart.json b/6379/widgets/status-chart.json deleted file mode 100644 index 3e34e144e0a..00000000000 --- a/6379/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"2748e96df5af8b3f","name":"should encode/decode to text encoding","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"f290aa0abd3934f3","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707419289515,"stop":1707419289515,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdc5448e5a7c8b99","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707418829850,"stop":1707418829850,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb52a175fe9e0e","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707418922603,"stop":1707418922604,"duration":1},"status":"passed","severity":"normal"},{"uid":"93194bb220832de2","name":"Check received message with timestamp: 1707418663297000000 ","time":{"start":1707419181398,"stop":1707419181398,"duration":0},"status":"passed","severity":"normal"},{"uid":"72568afef3979718","name":"Push message with special chars payload","time":{"start":1707419247763,"stop":1707419247763,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e7b5c6357f9cad8","name":"Encoder throws on empty string content topic","time":{"start":1707418630278,"stop":1707418630279,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdc8959809441db2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707419190152,"stop":1707419190153,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c4803a5c596573","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707419181399,"stop":1707419181399,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d9b56fd009fab63","name":"Publish message with large meta","time":{"start":1707418998151,"stop":1707418998151,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c2853893cb8de1","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ea92c3b9f9db97","name":"Check received message containing emoji","time":{"start":1707419181436,"stop":1707419181438,"duration":2},"status":"passed","severity":"normal"},{"uid":"23362c0088c29da","name":"Check publish message containing shell command","time":{"start":1707418998143,"stop":1707418998145,"duration":2},"status":"passed","severity":"normal"},{"uid":"43b301c18f1ca2c2","name":"Subscribe to topic containing Script and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"f49121ca4fe37bfd","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707419086807,"stop":1707419086807,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a7e71f81c24aae6","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418873969,"stop":1707418873969,"duration":0},"status":"passed","severity":"normal"},{"uid":"15ac10c944542ec2","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707418681520,"stop":1707418681520,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa65a0ffee129853","name":"Check received message containing XML","time":{"start":1707418841931,"stop":1707418841932,"duration":1},"status":"passed","severity":"normal"},{"uid":"46e81d220a7a7080","name":"should properly create location multiaddrs - tcp4","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"493618621a159a90","name":"Ordered callback, aborts when callback returns true","time":{"start":1707419196130,"stop":1707419196131,"duration":1},"status":"passed","severity":"normal"},{"uid":"9158f6b9d1a6a4ce","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707418639731,"stop":1707418639732,"duration":1},"status":"passed","severity":"normal"},{"uid":"f71250b4e03df71f","name":"Check received message containing XML","time":{"start":1707419181425,"stop":1707419181425,"duration":0},"status":"passed","severity":"normal"},{"uid":"91b951626bed24a2","name":"Push message on custom pubsubTopic","time":{"start":1707418937018,"stop":1707418937019,"duration":1},"status":"passed","severity":"normal"},{"uid":"d82167c416ded9f7","name":"Subscribe and publish message","time":{"start":1707419013071,"stop":1707419013071,"duration":0},"status":"passed","severity":"normal"},{"uid":"67324967997280c","name":"ignores unrecognized TXT record formats","time":{"start":1707418640143,"stop":1707418640143,"duration":0},"status":"passed","severity":"normal"},{"uid":"49460078f5e4eb10","name":"Check received message with timestamp: 1707418663297 ","time":{"start":1707419181440,"stop":1707419181441,"duration":1},"status":"passed","severity":"normal"},{"uid":"49e433181ceddd2d","name":"Reusing cursor across nodes","time":{"start":1707419128748,"stop":1707419128748,"duration":0},"status":"passed","severity":"normal"},{"uid":"c89690f7e5cd0c5e","name":"should properly create location multiaddrs - udp4","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"1332492ef186647c","name":"Subscribe to topic containing short and receive message","time":{"start":1707418881985,"stop":1707418881985,"duration":0},"status":"passed","severity":"normal"},{"uid":"78a1ccfa58226b40","name":"Check received message containing numeric","time":{"start":1707419181390,"stop":1707419181391,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaed3110b07513dc","name":"Push message with JSON payload","time":{"start":1707419247767,"stop":1707419247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"25c268ac1c83b9db","name":"Encoder throws on undefined content topic","time":{"start":1707418648131,"stop":1707418648132,"duration":1},"status":"passed","severity":"normal"},{"uid":"a664aa06416ba32e","name":"Init the array if not present","time":{"start":1707418616117,"stop":1707418616119,"duration":2},"status":"passed","severity":"normal"},{"uid":"7aeda046f00b95f8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829824,"stop":1707418829824,"duration":0},"status":"passed","severity":"normal"},{"uid":"48372f8190542877","name":"different cluster, different shard: nodes don't connect","time":{"start":1707418829815,"stop":1707418829818,"duration":3},"status":"passed","severity":"normal"},{"uid":"3c90365e27fc3f49","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739807,"stop":1707418739808,"duration":1},"status":"passed","severity":"normal"},{"uid":"c212b0461295a640","name":"should set field with only RELAY enabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"168a1528cd69e500","name":"Publish message with custom timestamp: Thu Feb 08 2024 20:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998148,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbd2f871a9d9ec19","name":"Relay - dialed after","time":{"start":1707419253794,"stop":1707419253794,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf966745b7595530","name":"throws on content topic with empty version field","time":{"start":1707418616283,"stop":1707418616283,"duration":0},"status":"passed","severity":"normal"},{"uid":"54b38e35ab2d60ae","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418873968,"stop":1707418873969,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6bc04e820c17a1e","name":"Refresh subscription","time":{"start":1707419289509,"stop":1707419289510,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8a49b3ac1c8895a","name":"Query Generator - backward","time":{"start":1707419214853,"stop":1707419214854,"duration":1},"status":"passed","severity":"normal"},{"uid":"23f7d9f5fbf6f553","name":"Ordered Callback - forward","time":{"start":1707419214855,"stop":1707419214855,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fddec3dccf1a321","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707418881992,"stop":1707418881993,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc98d18789c9415e","name":"Push message with SQL Injection payload","time":{"start":1707419080393,"stop":1707419080393,"duration":0},"status":"passed","severity":"normal"},{"uid":"73fb7d0063849bfa","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203161,"stop":1707419203162,"duration":1},"status":"passed","severity":"normal"},{"uid":"525d8712f5049770","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707418829827,"stop":1707418829828,"duration":1},"status":"passed","severity":"normal"},{"uid":"afe31d67fd02e3df","name":"Accepts a valid Waku Message","time":{"start":1707418633903,"stop":1707418633904,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee0e7043ac0c528a","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707419245416,"stop":1707419245417,"duration":1},"status":"passed","severity":"normal"},{"uid":"689d26147aef5b52","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707418829824,"stop":1707418829825,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab4b10d6c7ebbb80","name":"Check publish message containing escaped characters","time":{"start":1707418998145,"stop":1707418998145,"duration":0},"status":"passed","severity":"normal"},{"uid":"c93e5d28666a6171","name":"Push message with JSON payload","time":{"start":1707419080395,"stop":1707419080395,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d8170a40214f5b","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707419013079,"stop":1707419013079,"duration":0},"status":"passed","severity":"normal"},{"uid":"20ff291ceb953c02","name":"Meta field set when metaSetter is specified","time":{"start":1707418630277,"stop":1707418630277,"duration":0},"status":"passed","severity":"normal"},{"uid":"a46e09ebabb5d042","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418873962,"stop":1707418873963,"duration":1},"status":"passed","severity":"normal"},{"uid":"a28f2ddfeabeb24b","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739808,"stop":1707418739808,"duration":0},"status":"passed","severity":"normal"},{"uid":"61272bf7ab90d6c9","name":"handles multiple messages","time":{"start":1707419233177,"stop":1707419233177,"duration":0},"status":"passed","severity":"normal"},{"uid":"7514bcdcf73f77c6","name":"Promise Callback - forward","time":{"start":1707419214854,"stop":1707419214854,"duration":0},"status":"passed","severity":"normal"},{"uid":"3000705a5be01616","name":"Subscribe to topic containing Script and receive message","time":{"start":1707418881990,"stop":1707418881990,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b5afb109647c27","name":"Check message with no content topic is not received","time":{"start":1707419181446,"stop":1707419181447,"duration":1},"status":"passed","severity":"normal"},{"uid":"1779f23093335627","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983695,"stop":1707418983695,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd7bdb86defab9","name":"isConnected should return true after first peer connects","time":{"start":1707418705659,"stop":1707418705659,"duration":0},"status":"passed","severity":"normal"},{"uid":"725208165e1f48a7","name":"Check publish message containing unicode special characters","time":{"start":1707418998145,"stop":1707418998146,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b19843e526f7648","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707419245417,"stop":1707419245417,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd89271f9f21755f","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707418619140,"stop":1707418619140,"duration":0},"status":"passed","severity":"normal"},{"uid":"419e80997dc2315f","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707419013076,"stop":1707419013076,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b5f3277730aec31","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6638c08bb8f0088","name":"should decode valid enr with tcp successfully","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"55c4c8a440c33224","name":"Push message with content topic containing shell command","time":{"start":1707419247776,"stop":1707419247776,"duration":0},"status":"passed","severity":"normal"},{"uid":"77893cc80460d7cf","name":"Check received message containing Arabic","time":{"start":1707419181423,"stop":1707419181424,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ad32083684ca7d4","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937023,"stop":1707418937023,"duration":0},"status":"passed","severity":"normal"},{"uid":"518fd9ce3a92e563","name":"Relay - dialed first","time":{"start":1707419253793,"stop":1707419253793,"duration":0},"status":"passed","severity":"normal"},{"uid":"6adf050a8231aadb","name":"Check received message containing Basic HTML tag","time":{"start":1707419181394,"stop":1707419181395,"duration":1},"status":"passed","severity":"normal"},{"uid":"e29c967817407136","name":"Push message with shell command payload","time":{"start":1707419247768,"stop":1707419247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff590e1519ee8c9e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707418829833,"stop":1707418829834,"duration":1},"status":"passed","severity":"normal"},{"uid":"494254101189a960","name":"Passing page size 19 when there are 20 messages","time":{"start":1707419231826,"stop":1707419231826,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1b72432aa66e804","name":"Check received message containing Script","time":{"start":1707419181425,"stop":1707419181425,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6a9a9530919880","name":"Push message with long payload","time":{"start":1707419080390,"stop":1707419080390,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a7b8e8f980684b3","name":"Check message with no pubsub topic is not received","time":{"start":1707419181446,"stop":1707419181446,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb9ae8988ead0b4","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"7503785ea226b570","name":"Push message with Russian payload","time":{"start":1707419080392,"stop":1707419080393,"duration":1},"status":"passed","severity":"normal"},{"uid":"c96b1c4c5534eb51","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707418841942,"stop":1707418841942,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e8f9d6531701b2a","name":"Query Generator - forward","time":{"start":1707419214849,"stop":1707419214850,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f4d95eb831bdab","name":"throws on content topic with empty encoding field","time":{"start":1707418616284,"stop":1707418616284,"duration":0},"status":"passed","severity":"normal"},{"uid":"d04ae5c2d1feb3bf","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707418998150,"stop":1707418998150,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc5b63427104ceb","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707418639730,"stop":1707418639730,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3cf466f5186573b","name":"Push message with rate limit","time":{"start":1707419247779,"stop":1707419247779,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97da8676c26a2b3","name":"different cluster, different shard: nodes don't connect","time":{"start":1707418922605,"stop":1707418922605,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3b0aa19e8203f2","name":"Check received message containing unicode special characters","time":{"start":1707418841937,"stop":1707418841940,"duration":3},"status":"passed","severity":"normal"},{"uid":"a6285cda71c3feca","name":"should not receive a peer event after stop","time":{"start":1707419072678,"stop":1707419072678,"duration":0},"status":"passed","severity":"normal"},{"uid":"e465ce37344c12bd","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707419190154,"stop":1707419190154,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d7ff424a90b2c8","name":"Throws when trying to push message with empty payload","time":{"start":1707419080399,"stop":1707419080399,"duration":0},"status":"passed","severity":"normal"},{"uid":"50eb9523c580940b","name":"Ping on unsubscribed peer","time":{"start":1707418703644,"stop":1707418703644,"duration":0},"status":"passed","severity":"normal"},{"uid":"19f10bc4870ec978","name":"Passing page size 110 when there are 120 messages","time":{"start":1707419231826,"stop":1707419231826,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3546dd6cd64ab21","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707418705656,"stop":1707418705657,"duration":1},"status":"passed","severity":"normal"},{"uid":"d42d3b781d4878a3","name":"Promise Callback - backward","time":{"start":1707419214854,"stop":1707419214855,"duration":1},"status":"passed","severity":"normal"},{"uid":"f916540b27f735f","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707419289505,"stop":1707419289506,"duration":1},"status":"passed","severity":"normal"},{"uid":"25f21f1efb35f5d4","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707418705650,"stop":1707418705651,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc26ba92a17d9ff6","name":"Fails to push message with large meta","time":{"start":1707419247779,"stop":1707419247779,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e282a001ac0930","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418744888,"stop":1707418744888,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b554f5c53f63c70","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707418648130,"stop":1707418648130,"duration":0},"status":"passed","severity":"normal"},{"uid":"75fe4dba306a6d8e","name":"Check received message containing special chars","time":{"start":1707419181422,"stop":1707419181423,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e926a898f6a84","name":"configure the node with multiple pubsub topics","time":{"start":1707419086806,"stop":1707419086807,"duration":1},"status":"passed","severity":"normal"},{"uid":"669b8f711cbaff9e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739806,"stop":1707418739806,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9a3089239b8fdd","name":"should properly compute the node id","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"827c76b632a31ced","name":"Ping on peer without subscriptions","time":{"start":1707418703643,"stop":1707418703644,"duration":1},"status":"passed","severity":"normal"},{"uid":"d27b700cd8f2e021","name":"Check message with no pubsub topic is not received","time":{"start":1707419181410,"stop":1707419181411,"duration":1},"status":"passed","severity":"normal"},{"uid":"630b46317542f095","name":"Push message with content topic containing numeric","time":{"start":1707419080400,"stop":1707419080400,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fbd11f049c39c95","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707419247775,"stop":1707419247775,"duration":0},"status":"passed","severity":"normal"},{"uid":"a619b9f2e03f126a","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707418881983,"stop":1707418881983,"duration":0},"status":"skipped","severity":"normal"},{"uid":"eca835eaa2d6af8e","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707419013076,"stop":1707419013076,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8ad4d78ea79ab48","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707419013078,"stop":1707419013078,"duration":0},"status":"passed","severity":"normal"},{"uid":"de07dad0553337a3","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707418829818,"stop":1707418829819,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf29979e70e62d09","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707418983695,"stop":1707418983696,"duration":1},"status":"passed","severity":"normal"},{"uid":"de68870732d35061","name":"throws on content topic with non-number generation field","time":{"start":1707418616281,"stop":1707418616281,"duration":0},"status":"passed","severity":"normal"},{"uid":"feb545d98cfa1a4d","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707419080408,"stop":1707419080408,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f1aa0434254e120","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3242930a3efc400","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707418616577,"stop":1707418616578,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9133e73c8fdce6e","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418873963,"stop":1707418873964,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3985873703e9e2a","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203156,"stop":1707419203157,"duration":1},"status":"passed","severity":"normal"},{"uid":"92d6a7db46986121","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707418624515,"stop":1707418624515,"duration":0},"status":"passed","severity":"normal"},{"uid":"c92f1499062da33","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707418881978,"stop":1707418881978,"duration":0},"status":"passed","severity":"normal"},{"uid":"59f79dbb79aa043e","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707418983697,"stop":1707418983698,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5b6e16580585e72","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707418624519,"stop":1707418624520,"duration":1},"status":"passed","severity":"normal"},{"uid":"293cd27ebd03e237","name":"should set field with all protocols disabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c0ef65395e365c9","name":"Refresh subscription","time":{"start":1707418881985,"stop":1707418881985,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d60611c2b656aea","name":"Check message received after jswaku node is restarted","time":{"start":1707419181448,"stop":1707419181448,"duration":0},"status":"skipped","severity":"normal"},{"uid":"83c462cf0a15bd6e","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f3c4e2ed6796616","name":"Push message with content topic containing XML","time":{"start":1707419080408,"stop":1707419080408,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9d71c1cfa579cec","name":"Push message with XML payload","time":{"start":1707419080394,"stop":1707419080394,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7107bb893143f55","name":"can dial TLS multiaddrs","time":{"start":1707418927297,"stop":1707418927297,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cab8c925122c4c5","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707419149715,"stop":1707419149715,"duration":0},"status":"passed","severity":"normal"},{"uid":"2faaf8bca06ece2e","name":"Push message with unicode special characters payload","time":{"start":1707419247769,"stop":1707419247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd184d6c4e051a0c","name":"Ping on peer without subscriptions","time":{"start":1707418734615,"stop":1707418734615,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5c9bd8b64f5f7c9","name":"Push message with content topic containing special chars","time":{"start":1707419080400,"stop":1707419080401,"duration":1},"status":"passed","severity":"normal"},{"uid":"3af500073a94cb65","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707419128746,"stop":1707419128746,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d3b6637e0dce9e1","name":"should properly create location multiaddrs - tcp6","time":{"start":1707418625273,"stop":1707418625274,"duration":1},"status":"passed","severity":"normal"},{"uid":"da2b3612cabc157f","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707418829832,"stop":1707418829833,"duration":1},"status":"passed","severity":"normal"},{"uid":"33345230c2b7f97d","name":"Passing cursor with wrong message digest","time":{"start":1707419128748,"stop":1707419128749,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa305ca30b291db7","name":"Push message with numeric payload","time":{"start":1707419080390,"stop":1707419080391,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2790a3d548bcefe","name":"Encoder throws on undefined content topic","time":{"start":1707418630278,"stop":1707418630278,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe997b5ad20c8738","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707418639757,"stop":1707418639757,"duration":0},"status":"passed","severity":"normal"},{"uid":"751e9294a0938992","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707418841942,"stop":1707418841943,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bc1222fd91ac014","name":"Publish without waiting for remote peer","time":{"start":1707419013070,"stop":1707419013071,"duration":1},"status":"passed","severity":"normal"},{"uid":"9c6e1f6d517ce6e0","name":"should return false","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"86114b55d123d001","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418744886,"stop":1707418744886,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c84a1fcf6cd2afa","name":"Correctly serialized arguments","time":{"start":1707418927423,"stop":1707418927423,"duration":0},"status":"passed","severity":"normal"},{"uid":"8bd9e6333e089d9e","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707419013080,"stop":1707419013080,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9d022fd5eb596af","name":"Decoder throws on undefined content topic","time":{"start":1707418630279,"stop":1707418630279,"duration":0},"status":"passed","severity":"normal"},{"uid":"c507093976665a68","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707418630094,"stop":1707418630095,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0a6a85877122d3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2528dd7fb947161","name":"Push message with content topic containing emoji","time":{"start":1707419247777,"stop":1707419247778,"duration":1},"status":"passed","severity":"normal"},{"uid":"dbce631648d0ef39","name":"Ordered Callback - backward","time":{"start":1707419214855,"stop":1707419214855,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4d0996581b02da6","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707419013074,"stop":1707419013075,"duration":1},"status":"passed","severity":"normal"},{"uid":"72be5d92dbec5830","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707419149715,"stop":1707419149716,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d61d6d5b2c5de43","name":"Push message with content topic containing Arabic","time":{"start":1707419247773,"stop":1707419247773,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6c2b8ac1e18fbf1","name":"Light Node - default protocols","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"24247dd59444c7fd","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203157,"stop":1707419203158,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc23317743c5d6f6","name":"recovers when dns.resolve returns empty","time":{"start":1707418640142,"stop":1707418640142,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e45548b6c2a527f","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418703645,"stop":1707418703645,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9e5c6c5739a0ae2","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707418646112,"stop":1707418646115,"duration":3},"status":"passed","severity":"normal"},{"uid":"ece95361fa216b24","name":"Nodes with multiple pubsub topic","time":{"start":1707418983696,"stop":1707418983696,"duration":0},"status":"passed","severity":"normal"},{"uid":"e65c128967c1a48a","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707418739806,"stop":1707418739807,"duration":1},"status":"passed","severity":"normal"},{"uid":"1891b36cbb7da1ed","name":"ignores domain fetching errors","time":{"start":1707418640142,"stop":1707418640143,"duration":1},"status":"passed","severity":"normal"},{"uid":"4003a45946730edd","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707419289497,"stop":1707419289498,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b6a967d0609c8ce","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707418881980,"stop":1707418881980,"duration":0},"status":"passed","severity":"normal"},{"uid":"de9691b7e64f6a23","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707419289505,"stop":1707419289505,"duration":0},"status":"passed","severity":"normal"},{"uid":"b2b9ce31fc2e53dc","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739805,"stop":1707418739805,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1900084c2d566e3","name":"Check message with invalid timestamp is not received","time":{"start":1707419181442,"stop":1707419181442,"duration":0},"status":"passed","severity":"normal"},{"uid":"88ecc395c8d93a8b","name":"it tolerates circular branch references","time":{"start":1707418640142,"stop":1707418640142,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7cca56057b15978","name":"Push message on custom pubsubTopic","time":{"start":1707418937021,"stop":1707418937021,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a920e6ef1319465","name":"Push message with emoji payload","time":{"start":1707419080397,"stop":1707419080398,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd5fe60409f720ca","name":"Overlapping topic subscription","time":{"start":1707419013073,"stop":1707419013074,"duration":1},"status":"skipped","severity":"normal"},{"uid":"380f72a784d91215","name":"tcp ip4 address","time":{"start":1707418624780,"stop":1707418624780,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bcb2b512bb9e607","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707419289497,"stop":1707419289497,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6a521af69cbff92d","name":"Check message with no payload is not received","time":{"start":1707419181411,"stop":1707419181412,"duration":1},"status":"passed","severity":"normal"},{"uid":"7616d017b4f35340","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707419196128,"stop":1707419196128,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b3ddeec17b48896","name":"should get / set UDP multiaddr","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"3031e538cad9b830","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707419245415,"stop":1707419245415,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fa7abeee070eed2","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707419013072,"stop":1707419013072,"duration":0},"status":"passed","severity":"normal"},{"uid":"7de394ff404f8adc","name":"Decoder throws on undefined content topic","time":{"start":1707418648132,"stop":1707418648133,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ba94c278fe867b9","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707419149713,"stop":1707419149713,"duration":0},"status":"passed","severity":"normal"},{"uid":"2565b6619e1cb53a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707418624514,"stop":1707418624514,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8aff7f29d053ad2","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707418829829,"stop":1707418829830,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5b541abcc0980f9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829829,"stop":1707418829829,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec171b1563b14945","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707419289502,"stop":1707419289503,"duration":1},"status":"passed","severity":"normal"},{"uid":"bab26773205abdf9","name":"different cluster, same shard: nodes don't connect","time":{"start":1707418922605,"stop":1707418922605,"duration":0},"status":"passed","severity":"normal"},{"uid":"252e7d18f560f389","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707419216976,"stop":1707419216977,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b4e4e2c679a7722","name":"Subscribe and receives messages on 20 topics","time":{"start":1707419289507,"stop":1707419289507,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e973ad965487ac","name":"Push message with XML payload","time":{"start":1707419247766,"stop":1707419247767,"duration":1},"status":"passed","severity":"normal"},{"uid":"789b01687b4a13e4","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707418983700,"stop":1707418983700,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e7228d15b481c00","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707418829851,"stop":1707418829852,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd4c9cda45651fb6","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707418705655,"stop":1707418705656,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4104629f4017144","name":"Check received message containing shell command","time":{"start":1707418841936,"stop":1707418841936,"duration":0},"status":"passed","severity":"normal"},{"uid":"f90e432a4ba25b82","name":"Subscribe and receive messages via lightPush","time":{"start":1707418881977,"stop":1707418881978,"duration":1},"status":"passed","severity":"normal"},{"uid":"e343084174e1caae","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707418705652,"stop":1707418705652,"duration":0},"status":"passed","severity":"normal"},{"uid":"658ebc996a0bb7c5","name":"Store - dialed first","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"98bda83a44891c5f","name":"Check message received after nwaku node is restarted","time":{"start":1707419181448,"stop":1707419181449,"duration":1},"status":"skipped","severity":"normal"},{"uid":"305bb9d0860baf8d","name":"Check received message containing Russian","time":{"start":1707418841930,"stop":1707418841930,"duration":0},"status":"passed","severity":"normal"},{"uid":"b92a910932695392","name":"Privacy Node - default protocol","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd9b46886f60f09","name":"Push message with Chinese payload","time":{"start":1707419247763,"stop":1707419247764,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bc0c2cb06b3ba39","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707418881981,"stop":1707418881982,"duration":1},"status":"skipped","severity":"normal"},{"uid":"4d009700df90a3d9","name":"Push message with content topic containing escaped characters","time":{"start":1707419080409,"stop":1707419080410,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6972dc389975d7","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707418624513,"stop":1707418624514,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce9a24653337dce4","name":"Check received message containing unicode special characters","time":{"start":1707419181436,"stop":1707419181436,"duration":0},"status":"passed","severity":"normal"},{"uid":"453323b585cbe9b4","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707418829835,"stop":1707418829835,"duration":0},"status":"passed","severity":"normal"},{"uid":"12ee8f41c807493a","name":"same cluster, different shard: nodes connect","time":{"start":1707418829814,"stop":1707418829814,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ae8dc2bbc435a72","name":"Publish message with rate limit","time":{"start":1707418998152,"stop":1707418998152,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a26fd934051a515","name":"retrieves a single peer","time":{"start":1707418640141,"stop":1707418640142,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6325332e13c366a","name":"Overlapping topic subscription","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"1545b9164c87d9e8","name":"Query generator for multiple messages","time":{"start":1707419196127,"stop":1707419196127,"duration":0},"status":"passed","severity":"normal"},{"uid":"be20caa60a073734","name":"Publish message with custom timestamp: Fri Feb 17 2023 19:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998147,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7d2171cb4ed9964","name":"Check publish message containing Russian","time":{"start":1707418998134,"stop":1707418998135,"duration":1},"status":"passed","severity":"normal"},{"uid":"140faab4ca6b96f3","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707419289506,"stop":1707419289506,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6ec2579bf20532","name":"Check message with invalid timestamp is not received","time":{"start":1707419181400,"stop":1707419181400,"duration":0},"status":"passed","severity":"normal"},{"uid":"abfd1532efa7c35c","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983697,"stop":1707418983697,"duration":0},"status":"passed","severity":"normal"},{"uid":"222e90eab7a94686","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707419013079,"stop":1707419013080,"duration":1},"status":"passed","severity":"normal"},{"uid":"967c1a7de517ed56","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707418881989,"stop":1707418881989,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d7f7ea1a1fe8840","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707418829822,"stop":1707418829823,"duration":1},"status":"passed","severity":"normal"},{"uid":"39c13474d3664585","name":"nwaku interop","time":{"start":1707419072671,"stop":1707419072671,"duration":0},"status":"skipped","severity":"normal"},{"uid":"581210f075bbe1cd","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707418829825,"stop":1707418829826,"duration":1},"status":"passed","severity":"normal"},{"uid":"d45622794fb6e614","name":"Check message with invalid timestamp is not received","time":{"start":1707418841943,"stop":1707418841943,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbe8a3655e247ff7","name":"Check received message containing escaped characters","time":{"start":1707419181435,"stop":1707419181436,"duration":1},"status":"passed","severity":"normal"},{"uid":"b27d137969211660","name":"Passing page size 3 when there are 20 messages","time":{"start":1707419231824,"stop":1707419231824,"duration":0},"status":"passed","severity":"normal"},{"uid":"47699ac7e1f7d893","name":"throws on content topic with too few or too many fields","time":{"start":1707418616281,"stop":1707418616281,"duration":0},"status":"passed","severity":"normal"},{"uid":"e359f86c1562b903","name":"Check message with non string payload is not received","time":{"start":1707419181448,"stop":1707419181448,"duration":0},"status":"passed","severity":"normal"},{"uid":"94c2b7eeb5cb7c66","name":"Check meta is set [symmetric]","time":{"start":1707418646116,"stop":1707418646117,"duration":1},"status":"passed","severity":"normal"},{"uid":"57790fb4c443d315","name":"Check received message containing long","time":{"start":1707419181390,"stop":1707419181390,"duration":0},"status":"passed","severity":"normal"},{"uid":"52b43d6935db18a9","name":"Subscribe and receive messages via waku relay post","time":{"start":1707419289506,"stop":1707419289506,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f486e9dc4f663ab","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707418705657,"stop":1707418705657,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c1159a84a290470","name":"Push message with Chinese payload","time":{"start":1707419080391,"stop":1707419080392,"duration":1},"status":"passed","severity":"normal"},{"uid":"85b8f3f8f6188600","name":"Check publish message containing long","time":{"start":1707418998132,"stop":1707418998132,"duration":0},"status":"passed","severity":"normal"},{"uid":"c426ead38ead1f58","name":"Subscribe to topic containing XML and publish message","time":{"start":1707419013077,"stop":1707419013077,"duration":0},"status":"passed","severity":"normal"},{"uid":"9389e89754743107","name":"throws on content topic with empty topic name field","time":{"start":1707418616283,"stop":1707418616284,"duration":1},"status":"passed","severity":"normal"},{"uid":"cccf03d269dbfd7e","name":"Check received message containing shell command","time":{"start":1707419181435,"stop":1707419181435,"duration":0},"status":"passed","severity":"normal"},{"uid":"a079a4857ff944c9","name":"Check received message containing SQL Injection","time":{"start":1707418841930,"stop":1707418841931,"duration":1},"status":"passed","severity":"normal"},{"uid":"f58ced2b6a535202","name":"All","time":{"start":1707418681525,"stop":1707418681525,"duration":0},"status":"passed","severity":"normal"},{"uid":"34b7b8b02e94f3af","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707418739810,"stop":1707418739811,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f8781ca0c845d4f","name":"Check received message containing JSON","time":{"start":1707419181434,"stop":1707419181434,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fcee4bafa1f606a","name":"should properly create location multiaddrs - tcp","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"259da913545959d6","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5079fd12096abbc","name":"isConnected should return false after all peers disconnect","time":{"start":1707418705653,"stop":1707418705654,"duration":1},"status":"passed","severity":"normal"},{"uid":"73ae7359e331bee3","name":"Push message with emoji payload","time":{"start":1707419247769,"stop":1707419247769,"duration":0},"status":"passed","severity":"normal"},{"uid":"390bb16918f2df83","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707419128749,"stop":1707419128749,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb3cffa8447d7ee4","name":"Check publish message containing XML","time":{"start":1707418998137,"stop":1707418998137,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f5a696dbb8659bb","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707418630095,"stop":1707418630095,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8f8194dd64ff156","name":"Check message on other pubsub topic is not received","time":{"start":1707418841944,"stop":1707418841944,"duration":0},"status":"passed","severity":"normal"},{"uid":"652920666d78660d","name":"Waku message hash computation","time":{"start":1707418619138,"stop":1707418619139,"duration":1},"status":"passed","severity":"normal"},{"uid":"6715fcdc66907e80","name":"Js publishes, other Js receives","time":{"start":1707418973248,"stop":1707418973248,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c74183425f8862d","name":"Subscribe to topic containing Script and receive message","time":{"start":1707419289513,"stop":1707419289513,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6767054d165ca6a","name":"1 Store, 2 fetches","time":{"start":1707418639756,"stop":1707418639757,"duration":1},"status":"passed","severity":"normal"},{"uid":"479e76ab984793ae","name":"Check received message with timestamp: undefined ","time":{"start":1707419181399,"stop":1707419181400,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fd5d018d6f271d4","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707418681516,"stop":1707418681518,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f4681229ed9eadd","name":"Encoder throws on empty string content topic","time":{"start":1707418646118,"stop":1707418646119,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d184bc407bd07b0","name":"Check publish message after client node is restarted","time":{"start":1707418998151,"stop":1707418998151,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2c4fc6418bf448a6","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707418829831,"stop":1707418829831,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f7478682b73f6f5","name":"configure the node with multiple pubsub topics","time":{"start":1707419086807,"stop":1707419086808,"duration":1},"status":"passed","severity":"normal"},{"uid":"90960cbf31c10e49","name":"Push message with special chars payload","time":{"start":1707419080391,"stop":1707419080391,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b304935df911cde","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937019,"stop":1707418937020,"duration":1},"status":"passed","severity":"normal"},{"uid":"579bf93b64a51572","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707418881989,"stop":1707418881990,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce8fafd2f6fb7eb9","name":"Push message on custom pubsubTopic","time":{"start":1707418937022,"stop":1707418937022,"duration":0},"status":"passed","severity":"normal"},{"uid":"d993db6c43998142","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418734616,"stop":1707418734616,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b283fe2cbc13256","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707418624512,"stop":1707418624513,"duration":1},"status":"passed","severity":"normal"},{"uid":"199da1057fba702b","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707418881995,"stop":1707418881996,"duration":1},"status":"passed","severity":"normal"},{"uid":"febd1d0aba10f3f4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707419289516,"stop":1707419289516,"duration":0},"status":"passed","severity":"normal"},{"uid":"f100b1719e2bfae0","name":"should only return 1 node with relay and store capability","time":{"start":1707418640144,"stop":1707418640144,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a0c78e2f66f6558","name":"Push message with content topic containing short","time":{"start":1707419247770,"stop":1707419247771,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e2258305c91f609","name":"Query generator for multiple messages with different content topic format","time":{"start":1707419196129,"stop":1707419196129,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf30f65d6803fd9b","name":"Round trip binary serialization","time":{"start":1707418630276,"stop":1707418630277,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0eec50044d6728f","name":"Default pageSize","time":{"start":1707419231827,"stop":1707419231827,"duration":0},"status":"passed","severity":"normal"},{"uid":"37213cbab99785cd","name":"Check message received after jswaku node is restarted","time":{"start":1707419181419,"stop":1707419181419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b817c162a3791722","name":"Check received message containing emoji","time":{"start":1707418841940,"stop":1707418841941,"duration":1},"status":"passed","severity":"normal"},{"uid":"349bc4eb6b0060e3","name":"Sample","time":{"start":1707418624741,"stop":1707418624741,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1efb3d3ec581b0e","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707419289513,"stop":1707419289513,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d720731b8422ad7","name":"Push message with content topic containing shell command","time":{"start":1707419080409,"stop":1707419080409,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e90be5036c69274","name":"Check received message containing emoji","time":{"start":1707419181397,"stop":1707419181397,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6157b20d97727ea","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707418829819,"stop":1707418829819,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af8f0725951a2fa","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983701,"stop":1707418983701,"duration":0},"status":"passed","severity":"normal"},{"uid":"62eaeb798584cb42","name":"Check received message containing numeric","time":{"start":1707418841928,"stop":1707418841928,"duration":0},"status":"passed","severity":"normal"},{"uid":"a709e2a419e459e5","name":"different cluster, same shard: nodes don't connect","time":{"start":1707418829815,"stop":1707418829815,"duration":0},"status":"passed","severity":"normal"},{"uid":"efd7a45c069cbc49","name":"LightPush","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f14744fb85fa7ea","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707418639733,"stop":1707418639734,"duration":1},"status":"passed","severity":"normal"},{"uid":"f976333182d5191e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707418829828,"stop":1707418829829,"duration":1},"status":"passed","severity":"normal"},{"uid":"55a56f137f1885af","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707419181441,"stop":1707419181441,"duration":0},"status":"passed","severity":"normal"},{"uid":"1466dfc0412eab33","name":"Encoder throws on empty string content topic","time":{"start":1707418648132,"stop":1707418648132,"duration":0},"status":"passed","severity":"normal"},{"uid":"d79c02bfc6105191","name":"Push message with Basic HTML tag payload","time":{"start":1707419247767,"stop":1707419247767,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c0420ff2cfce88f","name":"udp ip6 address","time":{"start":1707418624781,"stop":1707418624781,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1c22a1ab739f0de","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ffd20ce30c48b1","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1707418881996,"stop":1707418881996,"duration":0},"status":"passed","severity":"normal"},{"uid":"c28687bfbae64e2f","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707418639734,"stop":1707418639734,"duration":0},"status":"passed","severity":"normal"},{"uid":"9255fa51503a9420","name":"Query generator for 2000 messages","time":{"start":1707419196131,"stop":1707419196131,"duration":0},"status":"passed","severity":"normal"},{"uid":"133b5df060036a16","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707418640146,"stop":1707418640146,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cf07a9215e810593","name":"Query with Promise Callback, No Decoder","time":{"start":1707419149716,"stop":1707419149716,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba45254458e001fa","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707418630096,"stop":1707418630096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8670b39103c7bc4","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707418829824,"stop":1707418829824,"duration":0},"status":"passed","severity":"normal"},{"uid":"60eb365524128b73","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707418640145,"stop":1707418640145,"duration":0},"status":"passed","severity":"normal"},{"uid":"4bfd2c2128fd3166","name":"Publish message with custom timestamp: Thu Feb 08 2024 18:03:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998147,"stop":1707418998147,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ca45022489801c6","name":"can start and stop the service","time":{"start":1707419072672,"stop":1707419072673,"duration":1},"status":"passed","severity":"normal"},{"uid":"721d0e913352aa00","name":"Check received message containing short","time":{"start":1707419181389,"stop":1707419181389,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e574e801e839a7d","name":"Subscribe to topic containing long and receive message","time":{"start":1707419289499,"stop":1707419289500,"duration":1},"status":"passed","severity":"normal"},{"uid":"16fe83e64163757f","name":"Reopen subscription with peer with lost subscription","time":{"start":1707418734618,"stop":1707418734618,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3a71e83cf9dddd3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707418873966,"stop":1707418873966,"duration":0},"status":"passed","severity":"normal"},{"uid":"95a9e20f755b5ce5","name":"Check publish message after service node is restarted","time":{"start":1707418998150,"stop":1707418998151,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8056b49d1c63c1f4","name":"creates an iterator","time":{"start":1707419233177,"stop":1707419233177,"duration":0},"status":"passed","severity":"normal"},{"uid":"9966d7ea8658cb24","name":"connects to nwaku","time":{"start":1707419251320,"stop":1707419251320,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f2e6a9cd2d238dd","name":"Decoder throws on undefined content topic","time":{"start":1707418646119,"stop":1707418646119,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0da1c5d9e899017","name":"Throws when trying to push message with empty payload","time":{"start":1707419247770,"stop":1707419247770,"duration":0},"status":"passed","severity":"normal"},{"uid":"daca50157a77565f","name":"Overlapping topic subscription","time":{"start":1707418881984,"stop":1707418881984,"duration":0},"status":"passed","severity":"normal"},{"uid":"223ba728d89c1a4c","name":"Fails to publish message with empty text","time":{"start":1707418998148,"stop":1707418998148,"duration":0},"status":"passed","severity":"normal"},{"uid":"4390bd88c14fae3d","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","severity":"normal"},{"uid":"5062dd9ea858939","name":"Check message with extra parameter is not received","time":{"start":1707418841949,"stop":1707418841950,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9cc7209e880f103","name":"should not receive a peer event after stop","time":{"start":1707418673499,"stop":1707418673501,"duration":2},"status":"passed","severity":"normal"},{"uid":"92077b8e3c9b0c13","name":"Check received message containing JSON","time":{"start":1707418841932,"stop":1707418841933,"duration":1},"status":"passed","severity":"normal"},{"uid":"d35657a339da3181","name":"throws on content topic with generation field greater than 0","time":{"start":1707418616282,"stop":1707418616282,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b48cb08f647a4e0","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418873968,"stop":1707418873968,"duration":0},"status":"passed","severity":"normal"},{"uid":"e11ed165de38b6a2","name":"should be called for bootstrap peers","time":{"start":1707418705655,"stop":1707418705655,"duration":0},"status":"passed","severity":"normal"},{"uid":"d86be61a4a00ba59","name":"Query Generator, No message returned","time":{"start":1707419149713,"stop":1707419149713,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e7faf7d030e5e9","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707418673504,"stop":1707418673505,"duration":1},"status":"skipped","severity":"normal"},{"uid":"27a36f3e6cebf43d","name":"Callback on promise","time":{"start":1707419196129,"stop":1707419196129,"duration":0},"status":"passed","severity":"normal"},{"uid":"319e6041905a68de","name":"should set field with only FILTER enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"c24585bbfca8a95f","name":"throws on content topic with empty application field","time":{"start":1707418616282,"stop":1707418616283,"duration":1},"status":"passed","severity":"normal"},{"uid":"bad4b774a52e28e","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707419289512,"stop":1707419289512,"duration":0},"status":"passed","severity":"normal"},{"uid":"682237dc01e340b3","name":"Nwaku publishes","time":{"start":1707418973247,"stop":1707418973248,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffa3d0166c90d682","name":"should get / set TCP multiaddr","time":{"start":1707418625272,"stop":1707418625272,"duration":0},"status":"passed","severity":"normal"},{"uid":"758b6b1cb491cb35","name":"1 Relay, 1 Filter, gives up","time":{"start":1707418639757,"stop":1707418639757,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a266869d8b6bb14","name":"Check publish message containing Script","time":{"start":1707418998136,"stop":1707418998136,"duration":0},"status":"passed","severity":"normal"},{"uid":"37132ddc63c7bedf","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707419289506,"stop":1707419289507,"duration":1},"status":"passed","severity":"normal"},{"uid":"a6f8c27aabe99463","name":"Push message with shell command payload","time":{"start":1707419080395,"stop":1707419080396,"duration":1},"status":"passed","severity":"normal"},{"uid":"956395c64862496","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739804,"stop":1707418739805,"duration":1},"status":"passed","severity":"normal"},{"uid":"842dce1a6483faac","name":"Subscribe to topic containing XML and receive message","time":{"start":1707418881990,"stop":1707418881990,"duration":0},"status":"passed","severity":"normal"},{"uid":"736a6385e74bdeea","name":"Check received message containing Chinese","time":{"start":1707419181391,"stop":1707419181391,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9177d2624316246","name":"Ephemeral messages are not stored","time":{"start":1707418681515,"stop":1707418681516,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9ff9de18ed23b48","name":"Check message with non string payload is not received","time":{"start":1707419181412,"stop":1707419181418,"duration":6},"status":"passed","severity":"normal"},{"uid":"52d46f3c4caecc4e","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707418739808,"stop":1707418739809,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a93ae39084f1ad5","name":"should throw error - no id","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd45bf994fb3db71","name":"caches peers it previously fetched","time":{"start":1707418640143,"stop":1707418640143,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fc9698c674e2d52","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707418705653,"stop":1707418705653,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f1b50d7b0cbed31","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707418639732,"stop":1707418639732,"duration":0},"status":"passed","severity":"normal"},{"uid":"13a6b717ad1eddc4","name":"Subscribe to topic containing short and receive message","time":{"start":1707419289510,"stop":1707419289510,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4569b1d94c84298","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c30de1d1273a9ec","name":"should not fail to start the service if it is already started","time":{"start":1707419072674,"stop":1707419072675,"duration":1},"status":"passed","severity":"normal"},{"uid":"d62bcdd8e2ee3d4","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707419128747,"stop":1707419128747,"duration":0},"status":"passed","severity":"normal"},{"uid":"2daa9d7160066011","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707418744886,"stop":1707418744886,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c1d1cd274c3c4f7","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707419190154,"stop":1707419190154,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ba41fc87e0cec2c","name":"can start and stop the service","time":{"start":1707418673491,"stop":1707418673492,"duration":1},"status":"passed","severity":"normal"},{"uid":"27c255872667d71a","name":"Check publish message containing Chinese","time":{"start":1707418998133,"stop":1707418998133,"duration":0},"status":"passed","severity":"normal"},{"uid":"af3fd72eff798a48","name":"Check received message containing escaped characters","time":{"start":1707419181396,"stop":1707419181397,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b0f02bde29f12ad","name":"should not receive a peer event before start","time":{"start":1707419072676,"stop":1707419072677,"duration":1},"status":"passed","severity":"normal"},{"uid":"a59659bd600f4fe5","name":"Check message with non string payload is not received","time":{"start":1707418841948,"stop":1707418841949,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e21e9ae8c843068","name":"Subscribe to topic containing long and receive message","time":{"start":1707419289510,"stop":1707419289510,"duration":0},"status":"passed","severity":"normal"},{"uid":"5af39ac6ff0ba488","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707419289512,"stop":1707419289513,"duration":1},"status":"passed","severity":"normal"},{"uid":"52157b78a7dffa74","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707418744887,"stop":1707418744887,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c10f1bd8cd396cc","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707419013072,"stop":1707419013073,"duration":1},"status":"passed","severity":"normal"},{"uid":"f235a580ed16dbbd","name":"Push message with custom timestamp: 1676660430042","time":{"start":1707419247779,"stop":1707419247780,"duration":1},"status":"passed","severity":"normal"},{"uid":"d32ba66ebd380439","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707419289509,"stop":1707419289509,"duration":0},"status":"passed","severity":"normal"},{"uid":"51f05895160db461","name":"Check received message containing Arabic","time":{"start":1707419181392,"stop":1707419181392,"duration":0},"status":"passed","severity":"normal"},{"uid":"5550e11f78445da7","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707418646115,"stop":1707418646116,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e8903dfb3840e2f","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707418829830,"stop":1707418829831,"duration":1},"status":"passed","severity":"normal"},{"uid":"357d37dc8b3e64e","name":"Does not throw an exception when node disconnects","time":{"start":1707419251320,"stop":1707419251320,"duration":0},"status":"passed","severity":"normal"},{"uid":"d70acb040ec8c01c","name":"nwaku subscribes","time":{"start":1707418973246,"stop":1707418973247,"duration":1},"status":"passed","severity":"normal"},{"uid":"3b3d1d879bfb6456","name":"Subscribe and receive messages via waku relay post","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae2bd9df9b039f99","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707418998146,"stop":1707418998146,"duration":0},"status":"passed","severity":"normal"},{"uid":"be60a2ab4afadf64","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707419013072,"stop":1707419013072,"duration":0},"status":"passed","severity":"normal"},{"uid":"afb6b1292d30c794","name":"Decoder throws on empty string content topic","time":{"start":1707418630279,"stop":1707418630279,"duration":0},"status":"passed","severity":"normal"},{"uid":"67cb56aac06f81b8","name":"Fails to push message bigger that 1MB","time":{"start":1707419247781,"stop":1707419247782,"duration":1},"status":"passed","severity":"normal"},{"uid":"e8ea02df54eb1469","name":"Push message with custom timestamp: 1707415230042","time":{"start":1707419247780,"stop":1707419247780,"duration":0},"status":"passed","severity":"normal"},{"uid":"af4fe3298bf9ee1a","name":"through manual discovery","time":{"start":1707418927297,"stop":1707418927297,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ee7ba56bf106eaa","name":"Check message with no payload is not received","time":{"start":1707418841945,"stop":1707418841948,"duration":3},"status":"passed","severity":"normal"},{"uid":"ffc0746e05fe460","name":"Symmetric encrypt & Decrypt","time":{"start":1707418646764,"stop":1707418646764,"duration":0},"status":"passed","severity":"normal"},{"uid":"704ed2552f4396c5","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707418624512,"stop":1707418624512,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6346e2d9fdb687b","name":"Check received message containing XML","time":{"start":1707419181393,"stop":1707419181394,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c770f433f54e745","name":"Ephemeral field set to true","time":{"start":1707418630277,"stop":1707418630277,"duration":0},"status":"passed","severity":"normal"},{"uid":"280f8a09dd4e28a9","name":"Nodes with multiple pubsub topic","time":{"start":1707418983700,"stop":1707418983701,"duration":1},"status":"passed","severity":"normal"},{"uid":"7818a916583e19a8","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707419128745,"stop":1707419128746,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ce1738e3b11a532","name":"throws on empty content topic","time":{"start":1707418616280,"stop":1707418616280,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb8592378cd71f03","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707418881991,"stop":1707418881992,"duration":1},"status":"passed","severity":"normal"},{"uid":"86d6db6a2f44d027","name":"should properly create location multiaddrs - udp6","time":{"start":1707418625273,"stop":1707418625273,"duration":0},"status":"passed","severity":"normal"},{"uid":"217d0c75c443863e","name":"should properly create location multiaddrs - udp","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"390c57c9738b8cc","name":"Fails to push message with empty content topic","time":{"start":1707419080411,"stop":1707419080411,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6cb52c054f7d615","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707419289516,"stop":1707419289516,"duration":0},"status":"passed","severity":"normal"},{"uid":"af652b0ee06a92d2","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418739810,"stop":1707418739810,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5ab4588d59c3df","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707419216977,"stop":1707419216977,"duration":0},"status":"passed","severity":"normal"},{"uid":"67d847d2d257a603","name":"Check received message containing numeric","time":{"start":1707419181421,"stop":1707419181421,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b5f4defb506c4a8","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707418881987,"stop":1707418881988,"duration":1},"status":"passed","severity":"normal"},{"uid":"53d381e92694d375","name":"Relay","time":{"start":1707418681523,"stop":1707418681524,"duration":1},"status":"passed","severity":"normal"},{"uid":"1921c6b604842cf8","name":"Check message with no content topic is not received","time":{"start":1707419181411,"stop":1707419181411,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a26cc6087828baa","name":"Check received message with timestamp: 1707418663077000000 ","time":{"start":1707418841941,"stop":1707418841941,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7dcd62afc4a6c7b","name":"should encode/decode to RLP encoding","time":{"start":1707418625271,"stop":1707418625271,"duration":0},"status":"passed","severity":"normal"},{"uid":"90c3b0c6ac207401","name":"Check received message containing SQL Injection","time":{"start":1707419181424,"stop":1707419181425,"duration":1},"status":"passed","severity":"normal"},{"uid":"12661e5e27bb2994","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707418624507,"stop":1707418624509,"duration":2},"status":"passed","severity":"normal"},{"uid":"e2d44d17cb9d8681","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829834,"stop":1707418829834,"duration":0},"status":"passed","severity":"normal"},{"uid":"c643f250a4f061fe","name":"Check received message with extra option is received","time":{"start":1707418841950,"stop":1707418841961,"duration":11},"status":"passed","severity":"normal"},{"uid":"e25dc7e32f49a78e","name":"Query with Promise Callback, No message returned","time":{"start":1707419149716,"stop":1707419149717,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4a7c1aafcd6bc7b","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707418705659,"stop":1707418705660,"duration":1},"status":"passed","severity":"normal"},{"uid":"cb6f524f263c1c00","name":"Check message received after jswaku node is restarted","time":{"start":1707418841962,"stop":1707418841962,"duration":0},"status":"skipped","severity":"normal"},{"uid":"66c3910d9d1ba054","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707419013078,"stop":1707419013079,"duration":1},"status":"passed","severity":"normal"},{"uid":"5051870dfbc1a38f","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707419245415,"stop":1707419245415,"duration":0},"status":"passed","severity":"normal"},{"uid":"40a235c0cc49ed08","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829831,"stop":1707418829832,"duration":1},"status":"passed","severity":"normal"},{"uid":"59f2235718aa4d2d","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707418624517,"stop":1707418624517,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba9c58484ef9b0e","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707418624511,"stop":1707418624511,"duration":0},"status":"passed","severity":"normal"},{"uid":"78ab017cb57203b2","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707418881991,"stop":1707418881991,"duration":0},"status":"passed","severity":"normal"},{"uid":"742e7ad91602ca46","name":"isConnected should return false after all peers disconnect","time":{"start":1707418705660,"stop":1707418705671,"duration":11},"status":"passed","severity":"normal"},{"uid":"ffe52e32fa186850","name":"Push message with content topic containing unicode special characters","time":{"start":1707419080410,"stop":1707419080410,"duration":0},"status":"passed","severity":"normal"},{"uid":"4edd63514184fccd","name":"Check publish message containing emoji","time":{"start":1707418998146,"stop":1707418998146,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd9ecb3bb6e78d06","name":"Fails to publish duplicate message","time":{"start":1707418998148,"stop":1707418998148,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e9abeb1cd2b8d79","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707419181441,"stop":1707419181441,"duration":0},"status":"passed","severity":"normal"},{"uid":"37122cde3e1a4a88","name":"Push message with content topic containing emoji","time":{"start":1707419080410,"stop":1707419080410,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce9d0ea0d0b17d77","name":"Encoder throws on undefined content topic","time":{"start":1707418646117,"stop":1707418646118,"duration":1},"status":"passed","severity":"normal"},{"uid":"bbeccb663079e463","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707418829835,"stop":1707418829835,"duration":0},"status":"passed","severity":"normal"},{"uid":"6599f3c34fa1f0","name":"Register correct protocols","time":{"start":1707419013068,"stop":1707419013070,"duration":2},"status":"passed","severity":"normal"},{"uid":"6204aa80697101b2","name":"Push message with content topic containing Script","time":{"start":1707419247774,"stop":1707419247775,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cfcc89003e5312e","name":"Ping on subscribed peer","time":{"start":1707418734617,"stop":1707418734617,"duration":0},"status":"passed","severity":"normal"},{"uid":"364491d55f7cb2c7","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418744885,"stop":1707418744885,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d3dfdc99588d30f","name":"groups content topics by expected pubsub topic","time":{"start":1707418616287,"stop":1707418616287,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b534f0b43a721e1","name":"Push to array if already present","time":{"start":1707418616119,"stop":1707418616120,"duration":1},"status":"passed","severity":"normal"},{"uid":"511fc622854b5376","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"b07c447086b96685","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707418639734,"stop":1707418639735,"duration":1},"status":"passed","severity":"normal"},{"uid":"108a83362e1a4c9f","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707419128747,"stop":1707419128747,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8422ddfa646a4a","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707418829833,"stop":1707418829833,"duration":0},"status":"passed","severity":"normal"},{"uid":"e3791c7075398b4d","name":"Check received message containing shell command","time":{"start":1707419181395,"stop":1707419181396,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d3e2423df6f47c7","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707419181399,"stop":1707419181399,"duration":0},"status":"passed","severity":"normal"},{"uid":"603673f4c3f90e6b","name":"Decoder throws on empty string content topic","time":{"start":1707418646119,"stop":1707418646120,"duration":1},"status":"passed","severity":"normal"},{"uid":"b9512bb275ce258a","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"589da321f046007b","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707419289507,"stop":1707419289507,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6c17f571b4b3869a","name":"Push message with rate limit","time":{"start":1707419080412,"stop":1707419080412,"duration":0},"status":"passed","severity":"normal"},{"uid":"ced700cf641c5c6","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707418829851,"stop":1707418829851,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fe1f21a700bb457","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418873959,"stop":1707418873960,"duration":1},"status":"passed","severity":"normal"},{"uid":"a64501d90293a968","name":"Used by Waku Relay","time":{"start":1707419251322,"stop":1707419251322,"duration":0},"status":"passed","severity":"normal"},{"uid":"d8b3fe1ee993ec2c","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829821,"stop":1707418829821,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb140e7e93d685b4","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707418881987,"stop":1707418881987,"duration":0},"status":"passed","severity":"normal"},{"uid":"a050bec49d167396","name":"Refresh subscription","time":{"start":1707419013073,"stop":1707419013073,"duration":0},"status":"skipped","severity":"normal"},{"uid":"82835d3b6a183cc1","name":"should not receive a peer event before start","time":{"start":1707418673498,"stop":1707418673499,"duration":1},"status":"passed","severity":"normal"},{"uid":"e05b646b57082a88","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707418829826,"stop":1707418829827,"duration":1},"status":"passed","severity":"normal"},{"uid":"a89be391538b4598","name":"Push message with Arabic payload","time":{"start":1707419247764,"stop":1707419247765,"duration":1},"status":"passed","severity":"normal"},{"uid":"31e0b79abb705531","name":"Filter","time":{"start":1707419253796,"stop":1707419253796,"duration":0},"status":"passed","severity":"normal"},{"uid":"375e5ba57aa94255","name":"Check received message containing Script","time":{"start":1707418841931,"stop":1707418841931,"duration":0},"status":"passed","severity":"normal"},{"uid":"849d7c43a849ecec","name":"Passing page size 0 when there are 110 messages","time":{"start":1707419231822,"stop":1707419231823,"duration":1},"status":"passed","severity":"normal"},{"uid":"8cf3e07e1da907df","name":"should emit a peer event after start","time":{"start":1707419072675,"stop":1707419072676,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c2735ceb9fa3a0c","name":"Check received message containing Chinese","time":{"start":1707419181423,"stop":1707419181423,"duration":0},"status":"passed","severity":"normal"},{"uid":"1423bc6222dc46f8","name":"Check received message with timestamp: undefined ","time":{"start":1707419181442,"stop":1707419181442,"duration":0},"status":"passed","severity":"normal"},{"uid":"f43558db2208a4e6","name":"Push message with Script payload","time":{"start":1707419247766,"stop":1707419247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"33683e09b6bfc699","name":"should throw error - no id","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"96a471ebb9484a82","name":"Push message with content topic containing short","time":{"start":1707419080399,"stop":1707419080399,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e30ac136365b26b","name":"Push message with content topic containing long","time":{"start":1707419080399,"stop":1707419080400,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1a1a8178c5a5bb2","name":"Relay + Store","time":{"start":1707418681524,"stop":1707418681524,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c973ac05feca4f7","name":"Query generator for multiple messages with different message text format","time":{"start":1707419196128,"stop":1707419196128,"duration":0},"status":"passed","severity":"normal"},{"uid":"8601bcf1cad6cf81","name":"Check message with no content topic is not received","time":{"start":1707418841945,"stop":1707418841945,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7270a5968e4d106","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937023,"stop":1707418937023,"duration":0},"status":"passed","severity":"normal"},{"uid":"627c5d56fd532c99","name":"Push message with Script payload","time":{"start":1707419080394,"stop":1707419080394,"duration":0},"status":"passed","severity":"normal"},{"uid":"31b7e2563a422e80","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829838,"stop":1707418829838,"duration":0},"status":"passed","severity":"normal"},{"uid":"742114e72e906e2b","name":"converts content topics to expected shard index","time":{"start":1707418616285,"stop":1707418616285,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5d2d4ad2f30f9f0","name":"should properly create peer info with all multiaddrs","time":{"start":1707418625274,"stop":1707418625274,"duration":0},"status":"passed","severity":"normal"},{"uid":"d825cf47625721ec","name":"Passing an array","time":{"start":1707419251321,"stop":1707419251321,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbff8ef74d3f63fc","name":"Generator, custom pubsub topic","time":{"start":1707419203160,"stop":1707419203161,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e49aad662b9fa6e","name":"Passing page size 1 when there are 4 messages","time":{"start":1707419231823,"stop":1707419231823,"duration":0},"status":"passed","severity":"normal"},{"uid":"7dbbb9a669440b98","name":"Push message with content topic containing special chars","time":{"start":1707419247772,"stop":1707419247772,"duration":0},"status":"passed","severity":"normal"},{"uid":"23a203cef974cce2","name":"does not throw on valid cases","time":{"start":1707418616279,"stop":1707418616280,"duration":1},"status":"passed","severity":"normal"},{"uid":"40653a861d1d6f58","name":"Check received message with timestamp: undefined ","time":{"start":1707418841943,"stop":1707418841943,"duration":0},"status":"passed","severity":"normal"},{"uid":"e751848d81fcaad4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418744887,"stop":1707418744887,"duration":0},"status":"passed","severity":"normal"},{"uid":"8458db4361c42ec2","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707419190153,"stop":1707419190153,"duration":0},"status":"passed","severity":"normal"},{"uid":"30dc828aac67ccc2","name":"Push message with custom timestamp: 1707415242239","time":{"start":1707419080412,"stop":1707419080413,"duration":1},"status":"passed","severity":"normal"},{"uid":"15e6216f97bafb2f","name":"Push message with Arabic payload","time":{"start":1707419080392,"stop":1707419080392,"duration":0},"status":"passed","severity":"normal"},{"uid":"d7d6617ab1f536fe","name":"Sign & Recover","time":{"start":1707418646765,"stop":1707418646765,"duration":0},"status":"passed","severity":"normal"},{"uid":"f38513ea2846534b","name":"Push message with content topic containing XML","time":{"start":1707419247775,"stop":1707419247775,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b904614668e3dea","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203161,"stop":1707419203161,"duration":0},"status":"passed","severity":"normal"},{"uid":"50e9f3cef2d1d1e4","name":"Push message with meta","time":{"start":1707419080411,"stop":1707419080411,"duration":0},"status":"passed","severity":"normal"},{"uid":"810235d43c500442","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707418881980,"stop":1707418881980,"duration":0},"status":"passed","severity":"normal"},{"uid":"25510b24d85d7b48","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707419149707,"stop":1707419149707,"duration":0},"status":"passed","severity":"normal"},{"uid":"6eb499d436a884c3","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707418616578,"stop":1707418616578,"duration":0},"status":"passed","severity":"normal"},{"uid":"c5525795789d8c7b","name":"Refresh subscription","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"ddbf0b00f479a4a8","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707419216978,"stop":1707419216979,"duration":1},"status":"passed","severity":"normal"},{"uid":"e22e5132f0e067a0","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707418881993,"stop":1707418881994,"duration":1},"status":"passed","severity":"normal"},{"uid":"fca7761213884202","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707419149713,"stop":1707419149714,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3909df9b1e14bd","name":"Push 30 different messages","time":{"start":1707419080398,"stop":1707419080398,"duration":0},"status":"passed","severity":"normal"},{"uid":"14222cd7c01adc0b","name":"Fails to push message with empty content topic","time":{"start":1707419247778,"stop":1707419247778,"duration":0},"status":"passed","severity":"normal"},{"uid":"65018eff24cdad2d","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707418673505,"stop":1707418673505,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8cdcf8d6e316ba00","name":"Subscribe to topic containing Script and publish message","time":{"start":1707419013077,"stop":1707419013077,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3cf1be2e7290baf","name":"Subscribe and receives messages on 20 topics","time":{"start":1707419289497,"stop":1707419289497,"duration":0},"status":"passed","severity":"normal"},{"uid":"c43f1cda02ebbb84","name":"Push message with unicode special characters payload","time":{"start":1707419080397,"stop":1707419080397,"duration":0},"status":"passed","severity":"normal"},{"uid":"683377c24d7b5050","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707418681519,"stop":1707418681520,"duration":1},"status":"passed","severity":"normal"},{"uid":"f23d01dcab4b6d29","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707418705654,"stop":1707418705654,"duration":0},"status":"passed","severity":"normal"},{"uid":"eac4178624114821","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707419128746,"stop":1707419128746,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c04848b64aca8ef","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1d0367e0cc9f769","name":"Push message with content topic containing Russian","time":{"start":1707419080402,"stop":1707419080402,"duration":0},"status":"passed","severity":"normal"},{"uid":"26a2ef9f3bbf8b87","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707419013077,"stop":1707419013078,"duration":1},"status":"passed","severity":"normal"},{"uid":"da002805e97b5b32","name":"Mutual subscription","time":{"start":1707419013067,"stop":1707419013068,"duration":1},"status":"passed","severity":"normal"},{"uid":"72ab924406087d8","name":"Check message on other pubsub topic is not received","time":{"start":1707419181401,"stop":1707419181410,"duration":9},"status":"passed","severity":"normal"},{"uid":"9db5a127e3a7d97b","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","severity":"normal"},{"uid":"faf48090358cd631","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707418829853,"stop":1707418829854,"duration":1},"status":"passed","severity":"normal"},{"uid":"c04d42e0ed1c9338","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418873969,"stop":1707418873969,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b7962b26bf38b7","name":"Check publish message containing SQL Injection","time":{"start":1707418998135,"stop":1707418998136,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6ae17dae80a04d5","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707418648130,"stop":1707418648131,"duration":1},"status":"passed","severity":"normal"},{"uid":"56dad61389288bc5","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707418639733,"stop":1707418639733,"duration":0},"status":"passed","severity":"normal"},{"uid":"27a24c7f36ed7062","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707419289508,"stop":1707419289508,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cb9b37411c0229c0","name":"should throw an error for insufficient data","time":{"start":1707418616578,"stop":1707418616579,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf68a74840dc5136","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d33c962a8144025","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707418998149,"stop":1707418998149,"duration":0},"status":"passed","severity":"normal"},{"uid":"d46992de1c46095f","name":"1 Relay, 1 fetch","time":{"start":1707418639756,"stop":1707418639756,"duration":0},"status":"passed","severity":"normal"},{"uid":"227405b21a4c881b","name":"Push message with SQL Injection payload","time":{"start":1707419247766,"stop":1707419247766,"duration":0},"status":"passed","severity":"normal"},{"uid":"b059a72f0a79464d","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707418881988,"stop":1707418881989,"duration":1},"status":"passed","severity":"normal"},{"uid":"87240eb23c42e701","name":"Ping on unsubscribed peer","time":{"start":1707418734617,"stop":1707418734618,"duration":1},"status":"passed","severity":"normal"},{"uid":"d27d7e570a5b4cce","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707419289516,"stop":1707419289517,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c0669a7d5205579","name":"can start the service","time":{"start":1707418673488,"stop":1707418673491,"duration":3},"status":"passed","severity":"normal"},{"uid":"7cb02df5296d9dab","name":"Check received message containing Basic HTML tag","time":{"start":1707418841932,"stop":1707418841932,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b1e806f6914b6cb","name":"Ping on peer without subscriptions","time":{"start":1707418734617,"stop":1707418734617,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf08494936ea98ba","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fbc99af5ba68516c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739807,"stop":1707418739807,"duration":0},"status":"passed","severity":"normal"},{"uid":"69476df55c7c90b","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707419245417,"stop":1707419245418,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c9db95dfa083ff5","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937019,"stop":1707418937019,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6674758f0731039","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707419289511,"stop":1707419289511,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4b64515deeefecb","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707418829825,"stop":1707418829825,"duration":0},"status":"passed","severity":"normal"},{"uid":"c794b4ae37d8cbd7","name":"Push message with escaped characters payload","time":{"start":1707419080397,"stop":1707419080397,"duration":0},"status":"passed","severity":"normal"},{"uid":"328dac93ef5b4317","name":"unsubscribes","time":{"start":1707419233178,"stop":1707419233178,"duration":0},"status":"passed","severity":"normal"},{"uid":"5abb38df3bd43cd2","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707418881988,"stop":1707418881988,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cf768ee2217962","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707418829823,"stop":1707418829823,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd4aeb20b9af000","name":"Check publish message containing Basic HTML tag","time":{"start":1707418998137,"stop":1707418998142,"duration":5},"status":"passed","severity":"normal"},{"uid":"5374d767234f9db6","name":"Push message with short payload","time":{"start":1707419080389,"stop":1707419080390,"duration":1},"status":"passed","severity":"normal"},{"uid":"c8186b9e98b46021","name":"Check message with no payload is not received","time":{"start":1707419181447,"stop":1707419181447,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb818f0abbcdc98b","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418873960,"stop":1707418873962,"duration":2},"status":"passed","severity":"normal"},{"uid":"d459c16819cce2bc","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ce0ca8a8b8afc02","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707418829836,"stop":1707418829836,"duration":0},"status":"passed","severity":"normal"},{"uid":"108200d6aa0b03a5","name":"Delete observer","time":{"start":1707418939641,"stop":1707418939641,"duration":0},"status":"passed","severity":"normal"},{"uid":"37e8aaa63fd0189d","name":"Check publish message containing numeric","time":{"start":1707418998132,"stop":1707418998133,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa75a120de8d0d46","name":"should only return 1 node with store capability","time":{"start":1707418640144,"stop":1707418640145,"duration":1},"status":"passed","severity":"normal"},{"uid":"eafe42e67baa0aef","name":"Push message with Russian payload","time":{"start":1707419247765,"stop":1707419247765,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca2bd34c931c4fd7","name":"Check received message with timestamp: 1707418663077 ","time":{"start":1707418841941,"stop":1707418841942,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee6a7448f778fb79","name":"Push message equal or less that 1MB","time":{"start":1707419247781,"stop":1707419247781,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b53c288f0990f7","name":"should not fail to stop the service if it was not started","time":{"start":1707419072673,"stop":1707419072674,"duration":1},"status":"passed","severity":"normal"},{"uid":"f65131e105b62402","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707419289508,"stop":1707419289508,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad9a7f5962180900","name":"Subscribe to topic containing short and publish message","time":{"start":1707419013074,"stop":1707419013074,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ecc42361e022ef5","name":"should not fail to start the service if it is already started","time":{"start":1707418673496,"stop":1707418673496,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3de373a7c9acfb1","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707418639071,"stop":1707418639072,"duration":1},"status":"passed","severity":"normal"},{"uid":"15b8d83d8e623336","name":"Passing page size 10 when there are 10 messages","time":{"start":1707419231824,"stop":1707419231825,"duration":1},"status":"passed","severity":"normal"},{"uid":"92eb2f33a32ec240","name":"A test","time":{"start":1707418882076,"stop":1707418882076,"duration":0},"status":"passed","severity":"normal"},{"uid":"f11c81f23f9d4b9b","name":"Query with Ordered Callback, No message returned","time":{"start":1707419149714,"stop":1707419149715,"duration":1},"status":"passed","severity":"normal"},{"uid":"e16408e519262160","name":"should use DNS peer discovery with light client","time":{"start":1707418673503,"stop":1707418673504,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ed9e61d3cdbf32d1","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707418705651,"stop":1707418705651,"duration":0},"status":"passed","severity":"normal"},{"uid":"c83e9c53f22aee1f","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707418881979,"stop":1707418881979,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b5dd93303fe4f93","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707418829832,"stop":1707418829832,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f4800ab290ccade","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983698,"stop":1707418983699,"duration":1},"status":"passed","severity":"normal"},{"uid":"626989b809812b7e","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707418829827,"stop":1707418829827,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c99d8e882f47f04","name":"Overlapping topic subscription","time":{"start":1707419289509,"stop":1707419289509,"duration":0},"status":"passed","severity":"normal"},{"uid":"b445222f9691635d","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707419013071,"stop":1707419013071,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e5e6db05b862c45","name":"Generator, 2 different pubsubtopics","time":{"start":1707419203159,"stop":1707419203159,"duration":0},"status":"passed","severity":"normal"},{"uid":"c82021be6ee822ea","name":"Asymmetric encrypt & decrypt","time":{"start":1707418646763,"stop":1707418646764,"duration":1},"status":"passed","severity":"normal"},{"uid":"5fee3f0d05ef8c1c","name":"Check received message containing Russian","time":{"start":1707419181392,"stop":1707419181392,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b5095c9e5e2d891","name":"Waku message hash computation (payload length 0)","time":{"start":1707418619140,"stop":1707418619140,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3a7aabcc6e4d866","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","severity":"normal"},{"uid":"14797899f3a7d6c7","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418937021,"stop":1707418937021,"duration":0},"status":"passed","severity":"normal"},{"uid":"13071fea3dd35c3a","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707419013075,"stop":1707419013075,"duration":0},"status":"passed","severity":"normal"},{"uid":"a85c12c1bddc3682","name":"Check received message containing Chinese","time":{"start":1707418841929,"stop":1707418841929,"duration":0},"status":"passed","severity":"normal"},{"uid":"28b8c34e8527ed01","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707418624518,"stop":1707418624519,"duration":1},"status":"passed","severity":"normal"},{"uid":"b34fcbd07a439d2c","name":"Fails to publish message with wrong content topic","time":{"start":1707418998149,"stop":1707418998149,"duration":0},"status":"passed","severity":"normal"},{"uid":"fea6a2ea4aef8fb4","name":"Push message with escaped characters payload","time":{"start":1707419247768,"stop":1707419247768,"duration":0},"status":"passed","severity":"normal"},{"uid":"aaa2a4a333a580ec","name":"Push message with custom timestamp: 1707422430042","time":{"start":1707419247780,"stop":1707419247781,"duration":1},"status":"passed","severity":"normal"},{"uid":"20eada8090c4859e","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707419216978,"stop":1707419216978,"duration":0},"status":"passed","severity":"normal"},{"uid":"ace34f4f4172c880","name":"Decoder throws on empty string content topic","time":{"start":1707418648133,"stop":1707418648133,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd717647f53a11c1","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707418739804,"stop":1707418739804,"duration":0},"status":"passed","severity":"normal"},{"uid":"b197f246e8712574","name":"Check received message containing short","time":{"start":1707418841926,"stop":1707418841927,"duration":1},"status":"passed","severity":"normal"},{"uid":"de1001fa1dbedbfc","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707419245416,"stop":1707419245416,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd88becef87bd69","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707419149711,"stop":1707419149712,"duration":1},"status":"passed","severity":"normal"},{"uid":"1742fc62531a9e09","name":"Subscribe to topic containing short and receive message","time":{"start":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","severity":"normal"},{"uid":"4519bda3da51ce9","name":"Subscribe to topic containing long and receive message","time":{"start":1707418881986,"stop":1707418881986,"duration":0},"status":"passed","severity":"normal"},{"uid":"14099eb904dff981","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707418705658,"stop":1707418705658,"duration":0},"status":"passed","severity":"normal"},{"uid":"e14ec663a6224179","name":"Push message equal or less that 1MB","time":{"start":1707419080413,"stop":1707419080413,"duration":0},"status":"passed","severity":"normal"},{"uid":"26776cc4fffece9b","name":"Push message with meta","time":{"start":1707419247778,"stop":1707419247778,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec24be5699ca3d6d","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707418624516,"stop":1707418624516,"duration":0},"status":"passed","severity":"normal"},{"uid":"5868571ce49767c2","name":"Push message with content topic containing Chinese","time":{"start":1707419247773,"stop":1707419247773,"duration":0},"status":"passed","severity":"normal"},{"uid":"526153cfd165d551","name":"Nodes with multiple pubsub topic","time":{"start":1707418983698,"stop":1707418983698,"duration":0},"status":"passed","severity":"normal"},{"uid":"e978e5ca66be7dd3","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707418624510,"stop":1707418624511,"duration":1},"status":"passed","severity":"normal"},{"uid":"30e571587e145859","name":"Generator, custom pubsub topic","time":{"start":1707419203158,"stop":1707419203159,"duration":1},"status":"passed","severity":"normal"},{"uid":"b2d629725dd81f00","name":"Check received message containing special chars","time":{"start":1707419181391,"stop":1707419181391,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ea70a579ea257c","name":"Generator, custom pubsub topic","time":{"start":1707419203154,"stop":1707419203155,"duration":1},"status":"passed","severity":"normal"},{"uid":"96360e40711ac461","name":"Check received message containing JSON","time":{"start":1707419181395,"stop":1707419181395,"duration":0},"status":"passed","severity":"normal"},{"uid":"95b8ad6f1fa005f5","name":"Rejects garbage","time":{"start":1707418633905,"stop":1707418633905,"duration":0},"status":"passed","severity":"normal"},{"uid":"cbe2d2e944d2000c","name":"Push message with content topic containing Arabic","time":{"start":1707419080401,"stop":1707419080402,"duration":1},"status":"passed","severity":"normal"},{"uid":"33ed14399cdf3c14","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707419289514,"stop":1707419289515,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3a7e6118c2cf19d","name":"Push message with content topic containing SQL Injection","time":{"start":1707419247774,"stop":1707419247774,"duration":0},"status":"passed","severity":"normal"},{"uid":"458b0719e9cfe36c","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","severity":"normal"},{"uid":"94236ae3c904541d","name":"pre and post cipher","time":{"start":1707418646764,"stop":1707418646765,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a0f147d7e171a41","name":"Relay - times out","time":{"start":1707419253794,"stop":1707419253794,"duration":0},"status":"passed","severity":"normal"},{"uid":"46aacef2ede2b918","name":"should not fail to stop the service if it was not started","time":{"start":1707418673495,"stop":1707418673496,"duration":1},"status":"passed","severity":"normal"},{"uid":"941d48a47a2aafda","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707418739809,"stop":1707418739810,"duration":1},"status":"passed","severity":"normal"},{"uid":"f66868ae821c1074","name":"Push message with long payload","time":{"start":1707419247762,"stop":1707419247762,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9f932e86ef7c134","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707419245418,"stop":1707419245418,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6131178fea42940","name":"Push message with content topic containing numeric","time":{"start":1707419247772,"stop":1707419247772,"duration":0},"status":"passed","severity":"normal"},{"uid":"c91a16da64621eef","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707418829836,"stop":1707418829837,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c2dc0aa14a74ed","name":"Decrypt messages","time":{"start":1707418939640,"stop":1707418939641,"duration":1},"status":"passed","severity":"normal"},{"uid":"b93969849b48398","name":"Push message with content topic containing SQL Injection","time":{"start":1707419080403,"stop":1707419080403,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c00d6f7732f84fb","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707418937021,"stop":1707418937022,"duration":1},"status":"passed","severity":"normal"},{"uid":"4bc0813b8d43d135","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707418640145,"stop":1707418640145,"duration":0},"status":"passed","severity":"normal"},{"uid":"33256e809ebee050","name":"Check received message with timestamp: 1707418663297000000 ","time":{"start":1707419181439,"stop":1707419181439,"duration":0},"status":"passed","severity":"normal"},{"uid":"15169c5b2e34377c","name":"Ping on unsubscribed peer","time":{"start":1707418734615,"stop":1707418734615,"duration":0},"status":"passed","severity":"normal"},{"uid":"31e55d92eed08546","name":"Subscribe to topic containing long and publish message","time":{"start":1707419013074,"stop":1707419013074,"duration":0},"status":"passed","severity":"normal"},{"uid":"66a8953b29201ab","name":"Check received message containing Arabic","time":{"start":1707418841929,"stop":1707418841929,"duration":0},"status":"passed","severity":"normal"},{"uid":"b31c3d96ddf38f59","name":"Callback on promise, aborts when callback returns true","time":{"start":1707419196129,"stop":1707419196130,"duration":1},"status":"passed","severity":"normal"},{"uid":"dec4121f73777ce2","name":"Push message with content topic containing Chinese","time":{"start":1707419080401,"stop":1707419080401,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c779b420334be9","name":"Passing page size 11 when there are 10 messages","time":{"start":1707419231825,"stop":1707419231826,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6f0efa6a27b1979","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707418639730,"stop":1707418639731,"duration":1},"status":"passed","severity":"normal"},{"uid":"9a58a469b7a4a03","name":"Check meta is set [ecies]","time":{"start":1707418648131,"stop":1707418648131,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e3569c81a9d6f86","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707418983696,"stop":1707418983697,"duration":1},"status":"passed","severity":"normal"},{"uid":"db40b83c6b51129a","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707418873964,"stop":1707418873966,"duration":2},"status":"passed","severity":"normal"},{"uid":"b8bbf2b70b073374","name":"Subscribe and receives messages on 20 topics","time":{"start":1707418881981,"stop":1707418881981,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d20caf0b8b9b8c3","name":"Subscribe and receive messages via lightPush","time":{"start":1707419289494,"stop":1707419289495,"duration":1},"status":"passed","severity":"normal"},{"uid":"86681ee236c538d7","name":"Push message with content topic containing Russian","time":{"start":1707419247773,"stop":1707419247774,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f6d9d361b98213d","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707418983699,"stop":1707418983700,"duration":1},"status":"passed","severity":"normal"},{"uid":"d08d5bcd260e1ea","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707418639731,"stop":1707418639731,"duration":0},"status":"passed","severity":"normal"},{"uid":"32e55a62042a7b40","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc33873b7defa6a8","name":"Check received message containing long","time":{"start":1707418841927,"stop":1707418841928,"duration":1},"status":"passed","severity":"normal"},{"uid":"8681b69e9109a809","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707419289514,"stop":1707419289514,"duration":0},"status":"passed","severity":"normal"},{"uid":"c81924949f3f5644","name":"Subscribe and receive messages via waku relay post","time":{"start":1707418881979,"stop":1707418881979,"duration":0},"status":"passed","severity":"normal"},{"uid":"2145078595c6c3f4","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707418881992,"stop":1707418881992,"duration":0},"status":"passed","severity":"normal"},{"uid":"74504faadfc510d1","name":"returns all values when wanted number is greater than available values","time":{"start":1707418639071,"stop":1707418639071,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a486a720f588818","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707418640146,"stop":1707418640146,"duration":0},"status":"skipped","severity":"normal"},{"uid":"607629bf0ca60bf","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707419128747,"stop":1707419128748,"duration":1},"status":"passed","severity":"normal"},{"uid":"c41748b0ae059015","name":"topics with same application and version share the same shard","time":{"start":1707418616285,"stop":1707418616285,"duration":0},"status":"passed","severity":"normal"},{"uid":"a97906c308e29763","name":"should set field with only STORE enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"88dae2cd3dcf0c13","name":"Subscribe and receive messages via lightPush","time":{"start":1707419289505,"stop":1707419289505,"duration":0},"status":"passed","severity":"normal"},{"uid":"aad907bc803cc130","name":"Push message with content topic containing unicode special characters","time":{"start":1707419247777,"stop":1707419247777,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae97a96aedd20c0a","name":"Check received message with timestamp: 1707418663297 ","time":{"start":1707419181398,"stop":1707419181398,"duration":0},"status":"passed","severity":"normal"},{"uid":"50cd970264390f43","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707418829838,"stop":1707418829849,"duration":11},"status":"passed","severity":"normal"},{"uid":"df75f7077f35c6a2","name":"Check message with no pubsub topic is not received","time":{"start":1707418841944,"stop":1707418841944,"duration":0},"status":"passed","severity":"normal"},{"uid":"98e0372a6e822a07","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707418881994,"stop":1707418881995,"duration":1},"status":"passed","severity":"normal"},{"uid":"d05a88757afe2e71","name":"Push message with content topic containing long","time":{"start":1707419247771,"stop":1707419247772,"duration":1},"status":"passed","severity":"normal"},{"uid":"a8e7e3cd9d496bc8","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707418881983,"stop":1707418881983,"duration":0},"status":"passed","severity":"normal"},{"uid":"e202c7ed97de9751","name":"should throw error - no public key","time":{"start":1707418625269,"stop":1707418625269,"duration":0},"status":"passed","severity":"normal"},{"uid":"7414b246726567f","name":"A test","time":{"start":1707418882077,"stop":1707418882077,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cf8f9483c90ee15","name":"Fails to push message bigger that 1MB","time":{"start":1707419080414,"stop":1707419080414,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71d1f6d693ad09a","name":"Push message with content topic containing escaped characters","time":{"start":1707419247776,"stop":1707419247777,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c8a49de5659a16d","name":"Push message with Basic HTML tag payload","time":{"start":1707419080394,"stop":1707419080395,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef5068de06cf8967","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707418873967,"stop":1707418873968,"duration":1},"status":"passed","severity":"normal"},{"uid":"525cef8436038a86","name":"Sets default value correctly","time":{"start":1707419251322,"stop":1707419251322,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dcf5a866bac8675","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","severity":"normal"},{"uid":"928394cb882bc6e2","name":"should encodeTxt and decodeTxt","time":{"start":1707418625267,"stop":1707418625268,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a67768ee4fda975","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707418625268,"stop":1707418625269,"duration":1},"status":"passed","severity":"normal"},{"uid":"e96819115248151a","name":"Store - dialed after - with timeout","time":{"start":1707419253795,"stop":1707419253795,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f673c9d5896bfb","name":"Push message with content topic containing Script","time":{"start":1707419080403,"stop":1707419080408,"duration":5},"status":"passed","severity":"normal"},{"uid":"c384177a20cf9949","name":"should set field with all protocols enabled","time":{"start":1707418625275,"stop":1707418625275,"duration":0},"status":"passed","severity":"normal"},{"uid":"f261cf78bee23b0f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707419289515,"stop":1707419289515,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc177d183af6808a","name":"Publishes to nwaku","time":{"start":1707418973247,"stop":1707418973247,"duration":0},"status":"passed","severity":"normal"},{"uid":"d420e9e2e515eadb","name":"same cluster, same shard: nodes connect","time":{"start":1707418829813,"stop":1707418829814,"duration":1},"status":"passed","severity":"normal"},{"uid":"3207bcae7ecb9ca4","name":"should throw error - no public key","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"59607390fea570bf","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707418705652,"stop":1707418705652,"duration":0},"status":"passed","severity":"normal"},{"uid":"f79238a8f39cf16e","name":"should return all peers when numPeers is 0","time":{"start":1707418630094,"stop":1707418630094,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7a2105ec18b2ec7","name":"Push message with custom timestamp: 1707422442239","time":{"start":1707419080413,"stop":1707419080413,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d06475c952408fb","name":"Check publish message containing special chars","time":{"start":1707418998133,"stop":1707418998133,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8120220a5154f97","name":"Push message with custom timestamp: 1676660442239","time":{"start":1707419080412,"stop":1707419080412,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7c9b8d757e31d4","name":"Check publish message containing short","time":{"start":1707418998131,"stop":1707418998132,"duration":1},"status":"passed","severity":"normal"},{"uid":"42615686cc0ee4bc","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707419289511,"stop":1707419289511,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccc50fce274dc08c","name":"should decode valid enr successfully","time":{"start":1707418625268,"stop":1707418625268,"duration":0},"status":"passed","severity":"normal"},{"uid":"f37ae5b26e61c009","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707418829826,"stop":1707418829826,"duration":0},"status":"passed","severity":"normal"},{"uid":"106b99c0446c0edf","name":"Query Generator, No Decoder","time":{"start":1707419149712,"stop":1707419149712,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fe7d5595dbcddae","name":"Ping on subscribed peer","time":{"start":1707418734614,"stop":1707418734614,"duration":0},"status":"passed","severity":"normal"},{"uid":"642a326fb6a472c0","name":"Push message with content topic containing JSON","time":{"start":1707419080409,"stop":1707419080409,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c18f0a14bb7bc44","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707419196130,"stop":1707419196130,"duration":0},"status":"passed","severity":"normal"},{"uid":"740bfce3ec530535","name":"Check message received after nwaku node is restarted","time":{"start":1707419181419,"stop":1707419181419,"duration":0},"status":"skipped","severity":"normal"},{"uid":"799eac5fc38b2e0a","name":"Subscribe to topic containing XML and receive message","time":{"start":1707419289514,"stop":1707419289514,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b5c936042552dc","name":"Check received message containing unicode special characters","time":{"start":1707419181397,"stop":1707419181397,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9de28403cd0e7d1","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707418881982,"stop":1707418881982,"duration":0},"status":"passed","severity":"normal"},{"uid":"463599f5b68607be","name":"Fails to push message with large meta","time":{"start":1707419080411,"stop":1707419080412,"duration":1},"status":"passed","severity":"normal"},{"uid":"407407a107c75931","name":"Check received message containing escaped characters","time":{"start":1707418841937,"stop":1707418841937,"duration":0},"status":"passed","severity":"normal"},{"uid":"9612f5d364ba6c49","name":"Check received message containing Russian","time":{"start":1707419181424,"stop":1707419181424,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8f22ad011661077","name":"can start the service","time":{"start":1707419072672,"stop":1707419072672,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fb2079ec314216b","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707418625276,"stop":1707418625276,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a92c3262d6a4a2d","name":"Check received message containing SQL Injection","time":{"start":1707419181392,"stop":1707419181393,"duration":1},"status":"passed","severity":"normal"},{"uid":"26bc0384e85dd7c4","name":"Ping on subscribed peer","time":{"start":1707418703643,"stop":1707418703643,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad3cbb9509e823ad","name":"Relay + Store","time":{"start":1707418625277,"stop":1707418625277,"duration":0},"status":"passed","severity":"normal"},{"uid":"8d711ce4c4508164","name":"should throw error - invalid id","time":{"start":1707418625270,"stop":1707418625270,"duration":0},"status":"passed","severity":"normal"},{"uid":"5df64bfb429e8f8","name":"should only return 1 node with relay capability","time":{"start":1707418640144,"stop":1707418640144,"duration":0},"status":"passed","severity":"normal"},{"uid":"a6fa0853046aa4f7","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707418624519,"stop":1707418624519,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a9c65bfcac44162","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707419245418,"stop":1707419245418,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8b51b6c045d0997","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707419245416,"stop":1707419245416,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1fbffc8bd2706a3","name":"Check received message containing Script","time":{"start":1707419181393,"stop":1707419181393,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc9b9cfbe594f4eb","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","severity":"normal"},{"uid":"415b792a2afd1133","name":"should be able to decode the field with only STORE set to true","time":{"start":1707418624516,"stop":1707418624517,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6e0b8cbef2e277","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707418873967,"stop":1707418873967,"duration":0},"status":"passed","severity":"normal"},{"uid":"80da143d16521513","name":"should emit a peer event after start","time":{"start":1707418673497,"stop":1707418673498,"duration":1},"status":"passed","severity":"normal"},{"uid":"f59ce11c0aa662","name":"Check received message containing short","time":{"start":1707419181420,"stop":1707419181420,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7019b466cb2d88d","name":"Query with Ordered Callback, No Decoder","time":{"start":1707419149714,"stop":1707419149714,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee8098707699c263","name":"Subscribe to topic containing XML and receive message","time":{"start":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","severity":"normal"},{"uid":"341e259737427dfe","name":"same cluster, different shard: nodes connect","time":{"start":1707418922604,"stop":1707418922604,"duration":0},"status":"passed","severity":"normal"},{"uid":"896a972c016169c8","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707418829821,"stop":1707418829822,"duration":1},"status":"passed","severity":"normal"},{"uid":"d1808c76c4d9b3c9","name":"Check received message containing long","time":{"start":1707419181420,"stop":1707419181421,"duration":1},"status":"passed","severity":"normal"},{"uid":"8263d08f47bd234f","name":"Check message received after nwaku node is restarted","time":{"start":1707418841962,"stop":1707418841962,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7cc61987b6feb12e","name":"same cluster, same shard: nodes connect","time":{"start":1707418922604,"stop":1707418922604,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6e3031670d8512f","name":"Check received message containing special chars","time":{"start":1707418841928,"stop":1707418841929,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd180c6c607bf34f","name":"Check publish message containing Arabic","time":{"start":1707418998133,"stop":1707418998134,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce4a1fd566af7c5","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707419289512,"stop":1707419289512,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aff186c4c99c0c9","name":"Fields are not dropped","time":{"start":1707418629671,"stop":1707418629673,"duration":2},"status":"passed","severity":"normal"},{"uid":"304e8426ba442269","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707418829822,"stop":1707418829822,"duration":0},"status":"passed","severity":"normal"},{"uid":"e58ed6e2a6ec488a","name":"should be able to encode the field with only STORE set to true","time":{"start":1707418624509,"stop":1707418624510,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b90ad0cc3ac9a46","name":"Check message on other pubsub topic is not received","time":{"start":1707419181444,"stop":1707419181445,"duration":1},"status":"passed","severity":"normal"},{"uid":"629e196aed62502d","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707419203160,"stop":1707419203160,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8fcf49c2e0ccf44","name":"Push message with short payload","time":{"start":1707419247761,"stop":1707419247762,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5555bb1219fc0da","name":"Check received message containing Basic HTML tag","time":{"start":1707419181427,"stop":1707419181427,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f7e6b0d69291e61","name":"should handle a minimal index list","time":{"start":1707418616577,"stop":1707418616577,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccbf81bac7fa0b25","name":"returns all values when wanted number matches available values","time":{"start":1707418639069,"stop":1707418639070,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fd56d34d48d0eb","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707418624518,"stop":1707418624518,"duration":0},"status":"passed","severity":"normal"},{"uid":"38470676798d78ee","name":"Using a function","time":{"start":1707419251321,"stop":1707419251321,"duration":0},"status":"passed","severity":"normal"},{"uid":"330261ce422bb596","name":"Push message with numeric payload","time":{"start":1707419247762,"stop":1707419247763,"duration":1},"status":"passed","severity":"normal"},{"uid":"440bbcf49354eeb0","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707418829830,"stop":1707418829830,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f723df1c3e9895d","name":"Check publish message containing JSON","time":{"start":1707418998143,"stop":1707418998143,"duration":0},"status":"passed","severity":"normal"},{"uid":"108a7fc47eb7466b","name":"Push message with content topic containing JSON","time":{"start":1707419247776,"stop":1707419247776,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b816826a7bd453a","name":"Push 30 different messages","time":{"start":1707419247769,"stop":1707419247770,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6379/widgets/suites.json b/6379/widgets/suites.json deleted file mode 100644 index 0117b352d9a..00000000000 --- a/6379/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":81,"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":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":29,"unknown":0,"total":31}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":2,"passed":29,"unknown":0,"total":31}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","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":2,"passed":28,"unknown":0,"total":30}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":2,"passed":28,"unknown":0,"total":30}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}},{"uid":"cddf321d453ccfeb1c38dfaa4bf0811f","name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}}]} \ No newline at end of file diff --git a/6379/widgets/summary.json b/6379/widgets/summary.json deleted file mode 100644 index e3d989d96e6..00000000000 --- a/6379/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":22,"passed":683,"unknown":0,"total":705},"time":{"start":1707418616117,"stop":1707419289517,"duration":673400,"minDuration":0,"maxDuration":11,"sumDuration":318}} \ No newline at end of file diff --git a/6406/data/behaviors.csv b/6406/data/behaviors.csv index a1727fc3106..fb48a4b3957 100644 --- a/6406/data/behaviors.csv +++ b/6406/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","1","694","23","0" +"","","","0","2","676","23","0" diff --git a/6406/data/behaviors.json b/6406/data/behaviors.json index 2dd226df8be..39991c4345b 100644 --- a/6406/data/behaviors.json +++ b/6406/data/behaviors.json @@ -1 +1 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Init the array if not present","uid":"ce3e83cf5cd2e088","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"640c1c16ca42d0c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"9fee36f20095e4f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"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":"9fdec57b1ccd949a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"350038fe77584430","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"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":"646c82f5bc73d915","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"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":"34ed353c066c6d97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"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":"cba275eba6dfb664","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"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":"2837b3c06df9adf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"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":"ea69168fb7c97355","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"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":"93b3e54ef9bfd6dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"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":"8f2a75b5fb5036b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"7910db434b85a837","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"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":"f7c6668dc29e0d23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"d3ac8adef3a128a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"222b981442dac7d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"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":"53c5cb0e1ac95df5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"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":"4dcea99a378b752a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"49c3fab7cc2aeb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"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":"5159e2425748166b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7931bf5eeeda96fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1288290c8e7c819d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"89dc0033d91ddcb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"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 only RELAY set to true","uid":"7cb0a1afc130f954","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"ee2257846974123f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"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 FILTER set to true","uid":"4d46c8769e8b9331","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"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":"d43a29ca1a0fa86c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"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":"30adc7e787a820d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"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 false","uid":"5adaaa9736734d0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"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":"daac32cf7a0df95f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"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 STORE and LIGHTPUSH protocols set to true","uid":"27c52fdd7f63c869","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"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":"518ec275668216a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"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":"1721a606cdf69979","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"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":"1324ff50fdeacbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"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":"ac41648ca8a77ce7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"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":"411b98200239713b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"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":"904d551741cecef4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"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":"d622ccef147bf904","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"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 STORE and LIGHTPUSH protocols set to true","uid":"ef345f346713a6e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"61f084fef4d0b606","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cbcd6eec7a240254","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"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":"ca3489251f0a65fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"aa56189ea5e3c262","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"84dea4da931079fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"75cdb84c4885aaff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"e22b2785ba6038ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"c1fa919de0a88a29","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"e7dbfed8acf6fed5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"828aaaa833252e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"bdd89bdd5acacdea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"5ca525a761e07bfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35ccd87db40fcadf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"52c20a8fd2fc2912","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"e857f1e58f5e1d31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"a0ec0b2dcc831e51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"301229a25d574c70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1af80a3ecf4813a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8af38e2eb2baf574","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"a42a54c89c5b2ec4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"11cf6a9fa7f03011","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"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":"22fec8ccea937445","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"75ace5d330703d44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"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":"3ad72f414f36c722","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"cd6852d0e80b434e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"c113a33c729c954e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"32c922f0d1d2459","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"a73a22556f85c7a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"e66fbc78f72fe03f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"f552728a88e7a936","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"390e65815824c096","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"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":"f055da4bdd65a3ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"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":"3ef4943e24c30e62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"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":"fe45b00675a1c1a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"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":"ced2723a03c0affd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6312e5f2407c80f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"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":"98f303af88bcc3e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5edfcea4b505ecca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6650ed6eb0543b3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f2e154dea9a8aead","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"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":"79bc8f86f4ee07a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"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":"21bbd40568403876","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"6b448eee5becd150","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"60e05b171de5d15f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"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":"4fd8af0c58407dcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"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":"b0a0d43dd4375183","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"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":"c60b328739577386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"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":"5f0507c247e29498","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"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":"dad4ca1b6fa67d87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"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":"85de3e36ac2bcf8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"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":"a7d218e93dc37516","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"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":"663f23adcd7161d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"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":"a1b24fc52a62b7e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"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":"68fb3c41ad0d9d1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"2434a4a5761d8931","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"fbb7ed7bd3a45460","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"507c91c1ed4056e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"58ac133c8e486853","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"c7362ebf2d1ccfe7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b79302361f20969b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"591b91e2e6ce2103","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"8e17697b7bf20c6a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"9e30edd80e8991fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"325fc2237f44ab8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"97de0b388edadabb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d61f8cc45c2f5c86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"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":"dd7b6b712b14b6d5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"3cc99f86316f3442","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"e7efc4408d106eae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"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":"9591ef541cd3d821","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"ffd0059b2e720eda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"f1976966cb5437e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"aeb76fa37c84edf0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"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":"1ccf49d747dc5fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"34a4a92b7b00ddd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"564e87c54ed57cc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"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":"9b3c033bd0b425fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"330140cc20b63249","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dacbedd9a7e8e89d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"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":"9d597c9264fff277","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"95924ec13ada27bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"73c85fb06ee61693","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"b072e0a8c9644429","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6195d834738670b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"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":"6397e2b414170d4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69400db10c57aa3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7d8949d73b8a2b0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"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":"4ef9eb2dcf049c99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e8eaa96ec8152be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"9fe35837e4c0ea8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"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":"dfd07b3db77a35b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"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":"5ef11d890a549d12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"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":"2d52acc101ac1d8f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"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":"547fe90d4b308c36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"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":"ca525269f1e08770","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"bc4d348410f58c07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"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":"9f9fcde136fe867c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"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":"702e321b5d0e490","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"a91f7e192bd14463","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"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":"42266912e0fcff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"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":"eae36a889b85c938","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"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":"6c4f870cff9d0bcb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"36940ae2cca0f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f0a120a12627105e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"2db5d3e522bf94d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"d4ae065c85d50652","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"a9e2a946fd3c6961","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"5e535cb8bde84f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"f9f6390fd0dd57b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"bcae391dad7e797c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e73496c5edf2b386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4},"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":"daffbec1b627121a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"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":"30583484cf060d7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"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":"aa1d93311ac9db5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"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":"4baec3e58999f04a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"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":"62c6a7879070b09d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707769825085,"stop":1707769825086,"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":"158d5ba5979cfe2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"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":"518b9764c9450d16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707769825086,"stop":1707769825086,"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":"2cfdbca84c18adb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e2c318bf6532017a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a374300a3adf8c7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"40275857809c04a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"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":"725f36f743b267cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"32129746117b04ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8908cd8928916ea7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"bfe52704055574d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"50d0ef14bc3be711","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e8a4b4af035b9e0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"94927b9fee4ba9d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"44cb93a9ba7b6758","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"2eb18715fa5f66c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a1b6dcada8dbad61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"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":"37551d4cd3c2acd1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"f7942520b59342ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"ee5c50a35dd2be4e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"5d591cf6b970936d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"635524e40cec34de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"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":"94daf0e447c72780","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"ff6afaa72a550ac3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"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":"b020d4b2d7e59eb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"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":"de15dd81c4859513","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"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":"4e3da60eaecf0480","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"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":"30df96d52a12b578","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"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":"ec3f381eee5e3cb3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"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":"503ac31b161d5093","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"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":"e3ca26196d8d2c6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"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":"f8177ef6c5de584","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"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":"4b4bcdecb20ef4ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"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":"fce5f1b8a9d1bb2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"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":"94f18941b3873876","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"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":"e593e5d6690c2a0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"7f44568f3ca95c36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"38c5698cb16c95a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"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":"61e9cf0f65a730d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ff3ea75cf06a22f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"7b276a33afe43ac9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"50b70d34b9fe4d8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"68940e077684618","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"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":"b6057e8af4e873c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"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":"132624b091318a4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"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":"7cdcfdc03b701571","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"af67ee01065d8525","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"d2c12001bf7b22e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"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":"957941a0b8129cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"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":"431845249a8313cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"e9644f5b2bdf7cfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44046cf81553e728","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"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":"49652613aa1386ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"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":"f44fa2a3ebf101ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"24a70cd808154fea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4b96aa1a3c710dea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"cf8a11401f3fcdfb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"880a29a55884abf9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dccba2d9f830efb2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"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":"a867c869c30d4eb0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"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":"e6c946f1f68adb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"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":"f5ad8ec457da5d4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"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":"5b1fd0a675b4858f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"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":"1b1ae8d6897a48a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"450e50cea6352dae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"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":"dda2805c6a76dea1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"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":"69cf799b6f196a0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"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":"e2109d1dcc165eaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"70b3ae1baf529f9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"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":"20c4c38eb8fa46c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"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":"f56c7de4bf4abd10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"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":"267b64284ccfeb1b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"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":"56ce9c659bb9811b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c727ccb3650e78d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"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":"dcd4e5b292f8a81d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"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":"65607bede5de56d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"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":"f2a0c66e0d5bb85a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"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":"1b94c2c751d113d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"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":"c8973264dec73f8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2cd38c6f551f2eb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"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":"c7bc7b3b5871d9b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"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":"231f21157d04b25b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"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":"d97358fd64a2d184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"56d283298e20af31","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"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":"77f40b650b5b4afe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"caafb7e14c917039","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"4ab799c450a822ff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"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":"1800e9b89ee7c425","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"772398f880ab7e81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"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":"1fece467cc02cde7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"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":"17ae69826e4e109c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"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":"2cd227ffa736f373","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"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":"6cf00d86ab738f34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"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":"c90d387f9d25e45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"766d5e2db21990e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5265bc5974cede8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ebef3d874dea2a0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d793e09e88ffa36a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f3b27c83715d75a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3d353a9b7e37c126","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2bf41d136a36cdf4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7029b826cd9f4ac5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2f7142e36161e24e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ab594840c6e935a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"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":"aa876eba3014fcaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f2b7283069feac1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9fc3324693f6b8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"62c8cc5a0ecafd63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"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":"10253c40ae993fc8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"8f26c4a83e10c919","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950000000 ","uid":"c6650bc55cf99520","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb986c8114b388ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950 ","uid":"304d5caf7d621ab1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1d9358f067c0b6a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"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":"12f72bc048225556","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"46da5efe83d21d01","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"495fc8941603d8d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"563f734bc5324f7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"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":"b3a45460904e96c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"b682ed96ee2e7243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"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":"c36c614f431a915c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"3a968751b713aeb9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"3ba556d74cdc15bb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"bb887e01ab841d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"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":"2e3fff04e9dea35e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770001387,"stop":1707770001387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"bcf2d7f36828e557","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"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":"ed8df1fe845645aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"6f7462475adab8b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"52f7190cc09616ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"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":"b1341c94b29295c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"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":"b58da7cc233622f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"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":"5837925cd9e79ca1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"1e2e7d7254f6d752","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"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":"455073d5feaee324","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770018834,"stop":1707770018834,"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":"c1e93710719d4dc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770018835,"stop":1707770018835,"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 31 topics (old limit)","uid":"46bfb2111ac373cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f2336293f1892c96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"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":"88e043740b840293","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8b1b0bebb8236e57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"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":"7089380d2deac505","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"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":"87d7cee09b9fb6fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"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":"3c7eaf5a9f568499","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"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":"d6749ab6a0f771a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"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":"5e7936d66e6bc368","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"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":"50ad32e3518b035b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"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":"7bd6685fb7ab6a21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"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":"9a8e7a1d3665fe5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"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":"5dc3e6510753d012","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"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":"cc0aedb4c81b7d67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"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":"6683e7464c657db1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"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":"4d21f9c255a8a2f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"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":"2388cbe8e3d18c23","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"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":"47e6697566985882","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"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":"1efc86d6490e971d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"13e4b0efc499b9bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"980fb8a2dab8fd67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"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":"79bfed5864a517fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"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":"f575fd0be28434be","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"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":"8a34b95193473da2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"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":"5b721c1947ec18d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"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":"f4692b7cefa4148b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"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":"2b3881fdcb0eb0ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"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":"e4d6861dd25cfa75","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"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":"5c4ed75b7611a2da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"a0e6aa06ca9d49ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"1dcc41f2f98c3fa1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"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":"eb0e559bfac46dd5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"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":"36b6075670fa4a43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"90a5fea4fcbc6212","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c1daa43b43685c76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"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":"6b1a056a222b7ca1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1d6b9378e332bed6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"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":"6479900a1d29b86f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"8ade4b59689decf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"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":"bc83a26e077ae397","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"c0b528c6530e54b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4d2932f3936e8162","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"2659b8d09cd0175c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5ba2cce04506e91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"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":"2316c7bbf007624","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"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":"5b76bb849a4669ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"51e1f12e2a18a5af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"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":"e5cdf4a8cee8d1f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"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":"124cefe2009480ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"61787cb8dc4025e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"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":"f76d4400fb08f3bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"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":"f8941cbafaad4e12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"5376ef6bb9988017","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c08c2a9c4f797b5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"2a68eb11c6e86ea4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"bc440b139c9fc458","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"47de8162188928a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"6b60cc7196282084","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"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":"d093bfbd114b3b97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"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":"7f844e37a53d3d64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3affacac03035e7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"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":"ffac6cbe2c336ba9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"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":"17f3dcd4669f9b30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"50beea44992aa161","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"98212c86c0c01ef5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"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":"36c59a5152aad99f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"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":"6934684d234a8639","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"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":"a429c055484336de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4456f65203e61181","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"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":"4c039b6c23cd3280","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"8f183c9e6553580e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"43f099860706ef9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"f68ef321362627f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"421ca229551fe733","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"45f6b1e94af14c95","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"de841fd0e797eaa4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"4b495dc82b5a9fe1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d99c6ee28ee8e24f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c66d3a383ff01fdf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"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":"f4c9fbccad583878","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bc06f36db3bfc1b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"e91f7de77bf89d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"86b00576ebcc9e9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"59aecd4e453853fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"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":"3da682f702148f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"a0c83500591e4681","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","uid":"67caea866b4fcfb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"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":"607465fa1522425","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","uid":"64184a529804488","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","uid":"c9afd7c3d0583199","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"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":"d568a7ca14bfe776","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"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":"833fd4353df754ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"87df996ff4e94500","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"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":"e5fadd0e7886fdca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"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":"902abc4d7ac60cb6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"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":"4174a08dbaf298e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770131709,"stop":1707770131710,"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":"c34efc1b55faca25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bf1f99c949d26d53","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"ce27878d48fa8d2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"467b4306f625b701","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"4559c5830321e84f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"e44effc9215961f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"ae0635c5863a2814","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"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":"fff5b5f58828735e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"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":"5728cf043ad33e0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"94c4421c534b54f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770142482,"stop":1707770142483,"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":"2111f9c78081151f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"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":"2ad1ce196fb94922","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a8f39824771c7567","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770142483,"stop":1707770142483,"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":"7c610952eb926c2a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"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":"df1703d69d19d502","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"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":"f424b6669b53e513","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"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":"7adb77749bc70f0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"ac662093166956c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"ebb46bdddbe6fd5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"29c354162b2d5d21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"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":"8a51aab334175b71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"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":"9c22f33a3d4fb2eb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"b5bed94f6741bfff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"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":"7250bf1b5a07a996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"8fb45e5129fe4d13","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"f4dc6eba8f7d9f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"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":"2daf5e14743b78b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"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":"31d8cc594e72d975","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"55cec279cd947cab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd64ba61e21d9237","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"a2caff49842c994b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8b7eb9c34ee3d65a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6de52dc4d3d4cf1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"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":"dfeb786cbf1141d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"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":"58b7a4c63cf9d9b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"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":"54729d3d41467586","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"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":"e422d97075c68716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"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":"48c1b4be0f175ef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"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":"4f71c2d4fda46ac5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"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":"80eae47e50e64734","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"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":"db33f0ef6e592f61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"50eb5f2237f5ff98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"deafc09f25074ae7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fb57e73f93e0a0ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b069cb9fc4d3f10f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cd0d15345a8080c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"9773952dabc54c30","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"428caac747694461","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c2211b8f1caa61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"c0abd36bf1436e9d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"64ad4566edf3b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"4a5c0755ea13e16b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"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":"280ad9eb05dcbd35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"711c618cdd2e0af0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"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":"4cfc68a37438912a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"36e6fac4967687f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"eaaf00acc2b9b4bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"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":"65d7be0f7ce83f63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3e5ba8f77687b169","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"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":"a348a2703e5f4d5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"74ca533cb14f22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"5d7fa67036e31614","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"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":"f5f36d284c34e182","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"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":"7c38dcb7c0dde0fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"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":"f71a04cb93b2fb92","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"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":"21b4fbd6f7be9f26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"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":"f100af6c9b87404e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"223cf2a8cf5a7891","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"daed37c084ad227a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"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":"5ee441879d1b688","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"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":"c00bc31a2c1c03e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"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":"284f5e70361774bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"e19de26ac454187f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"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":"395c2d9d56ec6982","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"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":"bc380314f61838b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"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":"2149e3aa02c5c7e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"bbeea25304ef323e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"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":"8e40072116322214","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"19e935d1e81ff009","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011601516","uid":"1388ad31512f465f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766401516","uid":"f19814b3c6f219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773601516","uid":"216572bf2cfb22ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"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":"aa2392036f0a992e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"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":"2fb602a5ec4927b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"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":"d9cf1f5fb0e40678","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"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":"42fad4eafbcd5e3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"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":"21d2f3fd5e1bd5fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1},"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":"58b719d108d67382","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"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":"b36500448a7772","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"968e2199272b9a7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"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":"1608ec5fa614866e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"be1cecd6c0a67c2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"cb6d38d6bb76d3b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"377dea4ba7260dee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9e5bde7596bf1406","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"950a82e7db5fffd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"306bb235f23f130b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3315332233dd4c44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"ba403caf040f893","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"88b9626ed00599ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"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":"8ff2ca598b5e7861","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"ca858c2ec8aec26e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"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":"506521b8a14811d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"25d9a13ae4ee3cde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"d9a47ed05875f8f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"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":"5a9c372cf2fe08fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"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":"a1947ec409134805","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"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":"6ee08259b9ae6134","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"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":"aab1e05e74864319","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"fe41bb42686d1547","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"3f00d15db25ad8f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4d56a4d7f980e263","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"74581c87fd2a52b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"48d879a9e04b932f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"ad21c5f00a8853a0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b48097c0873ddc57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"57b551e7a326528","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"99cc079f5c9bcb63","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1fe62ecf5f411213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"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":"6cbf9a5d50509e0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"a4131ac74957eb7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"771a9a4a089d90c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a68203501d6bc2bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"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":"5899354ae6f1a8a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"96caf545e5e292d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"b5c7eec79b5a9247","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e2fd8102101f3e2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"1b8ebe2689312bf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"18f8f1e291995696","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"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":"22b48c7a1e681bf5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"888a9bdd3fbb199f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"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":"e394f617e12e0e8b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"96cf2fc15d09eb11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"d1bc690210e8802f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"98246f3d4b4d7386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"9b0adace1dcca41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770335610,"stop":1707770335610,"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":"6a905b9ce2d2f90c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"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":"5ffcaee358abb307","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770335610,"stop":1707770335611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"aacdde2f9809034c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a1f04948a3c2ed93","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fd91636cf4d5e7df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a954f7a94ada029e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"5875ce7d72b8ba0a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f1a489d64cbf1dab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7889af2304dfb5fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"10d4de45052a1640","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9fc0e0ae0bf7d186","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"506958a9bb5ffb71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"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":"57a7a2704139f16d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5c1279b6cb2769e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"b96fcbd34f3984b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"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":"49c90b7e82bd9969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b293c09d5992ddd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fd6b6ff315a3e4cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"ca560bd96ab3cbfa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"a2df579c305a33b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7c44fbf0fc3e9e37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"37b48df0061958b6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"bdb2272296720fd9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"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":"661fdecd8ff265d7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"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":"718bc092a18fbc18","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"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":"aa2e602284eb2e7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"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":"8861ecfd491c7774","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"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":"35b9bc97fcb1361d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"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":"1999a27752d432f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"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":"286d97d97e8fad22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770335632,"stop":1707770335632,"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":"64d5d366dc8a5361","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770335633,"stop":1707770335633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c2b6d0d3dce02a3a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"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":"1bab8eb561de3664","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"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":"25830e6cc52702e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"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":"47ad5624925b93f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"54ca0dca1f60c95f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"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":"a99f85e3e9cae80b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"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":"697534a2e92edaee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f1cb72ed3e162c8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"f5c5602c0f9f653","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bec6c34264aeb139","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d10d2214c67af995","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"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":"8fb3c0547e0a44de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e9144f5bd60b8cf7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5ebc808ddb129d90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"644adac3a42979ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"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":"719cbebe7b547ae3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"28c144bff577abba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"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":"654f3b56788ce516","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"bebf2fc8d9346465","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"48be00d2e7427454","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"58cf68b3c4e95727","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"11e6898894ed0f1d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"67bbd8491ad92a1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"70ff39f387612943","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"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 forward","uid":"9e3f254b547dbbd8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"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 backward","uid":"704b374bbfe5335c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"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 forward","uid":"6df8b426819fbd25","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"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 backward","uid":"c7fbaa9ce2071585","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"673b48ee920bcf41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ebf734d2fd18d743","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"efa09b9650118338","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"c10bd3ae1fab81f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1},"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":"b23eff9b6cb4680d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"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":"45b27c30dc6b5a59","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"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":"412b69b031b2b1a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"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":"6a2f76558cd69716","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"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":"38d8b20d74636eb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e532d69e23ee3d04","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"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":"b19b4d8a6679482a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"ccf6e5727fe0c819","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"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":"98adbce2d2dceb3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"898c289635aef79b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f6aba06c9e0071d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"9064372f064289bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"f6d2ec95235b7f0c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"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":"7348db86280933bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"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":"9d6ad262aeb7b964","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"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":"5093832a6f5323ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"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":"52ebd6dab5acf144","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1},"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":"de18e05a47898406","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"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":"b6af89e5bbb12c91","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"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":"f5d594b4851742e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"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":"9c9114fa67004677","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"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":"ed6da84c39ab5ef7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"2280f1e5d8b4fa0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"6d6ef935883b7ee6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"2815272f711185a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"55b0c80548f0ed49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"8b300ecafe22acea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"f5ee789cf5e62c05","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"240e71e5552a62ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1a2de2823f8b25b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b798c1357f22ddfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ea7686ce0c87fe97","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5ca71f31ac5ae420","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"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":"125118953bf5e347","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"99dd5e43dbc1d370","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c6aa00484e890e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"7d9dbc75862cc6ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"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":"7767795f824c862c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f22657899405d2a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"1453d341a814dd2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"67b02248cf5a4615","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"edec879d0c83e822","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"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":"31f9238b722939f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"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":"a0e674fc5d0b7112","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"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":"7ba266bdb5dad499","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"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":"591ce52935e7d84b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"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":"866ec6caea5f44ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"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":"2b733eb6dc05c04e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"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":"5cd0d49ed39d938","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"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":"97fa05eed189a88f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"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":"3c517ba5a47cee6e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"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":"c3bbf8cc4e54a6f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"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":"ef34d1ba891b24ce","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"6be30cfa6afc4bb8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"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":"e7a5877846667b7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"1bdd28031c61fc57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"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":"758dfe8d4da5bd0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"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":"8a035e998695a01c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9942e3454a48d75e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011600007","uid":"98840ac69cbf6853","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"597f9bfcda184cfe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766400007","uid":"19b254258260c84c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773600007","uid":"25402c778f185e5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"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":"aaa5f8c7ffffa1f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"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":"38668f1249d2a5d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3ea437ff036c0d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2a3e1b892b694d7b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"2fe3494d3bd78dbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"f70f6233c3af1e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1b4a225d9fa59e1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"1d0c4aac93d55f79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"813f6cc96429715d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"79f5f84e8af1dfa0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"334661a64b6f2399","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6dc0842d2cc124e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"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":"1c03ba5c8543392a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"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":"75f53f3631274f1a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"505f0f4a01ded46b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"7085d47c4febcfba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"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":"9ec1c27958dda333","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"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":"47615cc5d7462394","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"42ad72f03876b95e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"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":"f7533677d54c1164","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770424172,"stop":1707770424172,"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":"a3557c674e2d274","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770424173,"stop":1707770424173,"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 31 topics (old limit)","uid":"1e9ecdd4e6d51310","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"c29606ab1643f44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3f0217eacb647d58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"466e05eadd30d8d4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"710cbfae766bf222","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"66af16e9cb60aebd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"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":"e99b13aa67513920","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"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":"cd3379319d162439","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"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":"bc5c7eda32ff3bdb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"83cfbba707298793","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"9ecde25b216fabf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"61923ecd6542e7d8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"f9404c955109c07c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"72db306e15ec8b5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"69d648c41efe331b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"8dd0b1c1441b58e3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"391939995f63e71f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"c0acf8c6302641b2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"3aa2fe4d88f9f37f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"8d12639c3d9e12f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"f831e18f7ca330bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"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":"9f6e5cfdf8007428","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"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":"4a7f150d7330ce98","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"b7d0c40b909f435a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"e183bbdee96bb407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"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":"b8b057837ca6332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"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":"c92a0c4de57afa5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770424183,"stop":1707770424184,"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":"d3213ce5fe2b1f41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b1ae82a64ecc34de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"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":"9c33f51acf880c35","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707770424184,"stop":1707770424185,"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 31 topics (old limit)","uid":"f7b4b277031cc4a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a5cb89fde165b4e8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b455a83b718d67c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"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":"a56a7947f3c96ab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"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":"954aae1b83937d5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"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":"fda7e179c89cec64","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"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":"c2b0aff42d682b96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"3faea43839b7370d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"d85d879e83b755da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"24941bca768f285e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"89ae457aedf653e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"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":"553aed222fb9da71","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"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":"f3cc6bad79d0650f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"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":"5d27da565a025076","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"69c25ed851dc6440","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"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":"281711e2fcf8606d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"4cf5e9c6c7fabeaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"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":"ff3a8cbfe201e0dd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"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":"a030f244b24dca96","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"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":"7675f37f190c0aa6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0},"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":"5f82f87018be8289","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"ba15f67b69ddb8a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792129,"stop":1707792792131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"22b2c03219947e51","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792547,"stop":1707792792548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"c9fbbf0f3e327a09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792547,"stop":1707792792547,"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":"22c2549a69cfe8ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792548,"stop":1707792792549,"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":"3c43bdf41dc3d7c9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"75bcbeaa40f7b9d0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"a268ecfc732a3ca5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792550,"stop":1707792792551,"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":"fde4e4b6a8840020","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792550,"stop":1707792792550,"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":"7c4571254ab86bb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792551,"stop":1707792792551,"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":"f191160c23dce064","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792551,"stop":1707792792552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"2dccef650911b1c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792552,"stop":1707792792552,"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":"cda585d0d3880e7d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792553,"stop":1707792792553,"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":"a9964382ffd7eb90","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"e795fa83cfab8e6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792592,"stop":1707792792593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"55876a56587805bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792592,"stop":1707792792592,"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":"6ae38198e540bdb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"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":"283cd2f9eaa49d3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"ac380dacf2821929","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792795035,"stop":1707792795036,"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":"eba2602e0018d80c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792795036,"stop":1707792795036,"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":"663afc1ef362cf85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792795037,"stop":1707792795037,"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":"37df1eaf9369d7fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"7d10e94729ae66da","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792799998,"stop":1707792799999,"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":"39ac1d0d4ec42bbf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792799999,"stop":1707792800000,"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":"d78f93d3af98e7f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800000,"stop":1707792800001,"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":"b62d6e73f9aed059","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800000,"stop":1707792800000,"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":"e1e28c38238cf576","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800001,"stop":1707792800002,"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":"e2a9a06eef357dc1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800002,"stop":1707792800002,"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":"7b7809f6a44db87a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800002,"stop":1707792800003,"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":"de008e5343780278","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800003,"stop":1707792800004,"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":"cbaa2a0ca214211f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800004,"stop":1707792800004,"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":"2c65db1aa2746771","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800005,"stop":1707792800005,"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":"9101a4679152edc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800007,"stop":1707792800008,"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":"9cc11494ccca1938","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800008,"stop":1707792800009,"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":"6136611d0821b7b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800010,"stop":1707792800010,"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":"cd651f0866acbc7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800011,"stop":1707792800011,"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":"606b0de30f9dd55d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"e478d0baa9416483","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"edd6214754085044","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"54a2042a900b4a3d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800221,"stop":1707792800221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"e9dbc454739d5ff7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800803,"stop":1707792800804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"e8a0017d478caab7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800803,"stop":1707792800803,"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":"e410787348a3c8fe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800804,"stop":1707792800805,"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":"3cd1b5dbc98b3526","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"2f11a41b55cebecf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"d1bd54f84788297","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"3696b7f545496e3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"e2b61dce9238d6f9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"827f6b5b66c8c251","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"4dfd3d73af96d06c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"a362b1734d6ad49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5c0345a78bc75334","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"210c1799e55dd357","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"7f004ad97fcc7550","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ace052899b94700e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"3822c9bc4e2625c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"708c21c60c314c41","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2ab5be0a8f382983","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"f73ba97c866ecfc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"4be9c11319b48c20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"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":"a717290248be4067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800817,"stop":1707792800818,"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":"c1ecebce25c14e9e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"980403b1e1ce1dc2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"fccf41fe06851243","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"28198ce3e94ada21","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800818,"stop":1707792800819,"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":"ab6a27ffc938adff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"957ec802226ce060","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"8e79c918ffd9ea99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e687e1b47c6f1dc0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792800819,"stop":1707792800819,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"97fda087fd37f318","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805022,"stop":1707792805024,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"b942e5bb97a47350","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805567,"stop":1707792805568,"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":"b41721bf1dee5eda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805568,"stop":1707792805568,"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":"29c08dd8a5f90d0b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805568,"stop":1707792805569,"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":"6387d45e7d4d801","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805569,"stop":1707792805569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"cc35db13af0cb524","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805602,"stop":1707792805603,"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":"38ad82e9dd5c7a03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805603,"stop":1707792805604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"2f660ff27144ebd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805603,"stop":1707792805603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"75ff6f5248aa6a1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805604,"stop":1707792805604,"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":"f43ae38e495d1db4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a553bbed71d0b2c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"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":"78da8706a006216d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792805606,"stop":1707792805606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bfabf72458b69e27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"c0bf75a091af4024","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792809060,"stop":1707792809060,"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":"3ee4978a7f80ad5d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814221,"stop":1707792814222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"18e294fca4d1e996","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814223,"stop":1707792814223,"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":"61a866366a3040c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814223,"stop":1707792814224,"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":"c2a58a28a01e65c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814742,"stop":1707792814743,"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":"5874ac67edfe5e7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814742,"stop":1707792814742,"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":"7f1f76751191424b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814743,"stop":1707792814743,"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":"f6c1764936882fa9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814743,"stop":1707792814744,"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":"cc751fccc6a30efd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814744,"stop":1707792814745,"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":"2d21b5f7f616923a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814744,"stop":1707792814744,"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":"be28184e85084791","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814745,"stop":1707792814746,"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":"693e4e40da1aa95a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814746,"stop":1707792814746,"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":"5a663e8a90e97ecd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"a05df0055ae7e372","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814755,"stop":1707792814756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"d812350b1b0dea77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814756,"stop":1707792814757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3263e0f2f2f540b9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814756,"stop":1707792814756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a873a8afc645d390","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792814757,"stop":1707792814757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"750f1df7d2062b8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815078,"stop":1707792815078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"e414ddb69493abc6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"fbdcdcf34d0e40ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"23ab9f297321c76b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"f338accdb234207e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ed43bef12dafa6b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"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":"3a9c915887d40911","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815080,"stop":1707792815081,"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":"5219294f3b7c7745","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"b4bcd8fe3fd8f4e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"76db239c4105ee49","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"e6bd34cd5ac9fdb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"d502e665ca1d2f40","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"b1cc53f0e332fb03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"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":"4a0c3cbee3049418","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"49b5a9417d3a8380","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820890,"stop":1707792820891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bff4ce34f34cf38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820891,"stop":1707792820891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"abcc2e2f1a5b28b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820892,"stop":1707792820892,"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":"2362450c3af62d84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820892,"stop":1707792820893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e78da258d1fbb5dc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820893,"stop":1707792820894,"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":"5b4111532b02126f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"bc7070eddde86fc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792821408,"stop":1707792821409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"d70428cf06a62bc7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792821409,"stop":1707792821409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6164152f76f157c5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a534857cfd82b057","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7cee305fd00b898e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"2e8db92229d2f1cb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822802,"stop":1707792822802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"b75a1a5922d90b1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822803,"stop":1707792822803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"d6aa97f8164ad781","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f2526b2c00b13423","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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":"8e50f1b9c0fc86a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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":"f5370d7b4ba487","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792822805,"stop":1707792822805,"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":"477254391a5a53b1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"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":"24dde3b610539337","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d50a547e605334fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792838867,"stop":1707792838868,"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":"1afd23b5dbdffd4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"4487723428eb7fdd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792838869,"stop":1707792838870,"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":"14f23d2bd7082ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792838870,"stop":1707792838870,"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":"beef9b77d1071916","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792846322,"stop":1707792846323,"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":"259a77639d0ee691","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"74f7a5a1d87aab2e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792846324,"stop":1707792846324,"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":"b3d55b6b594b2527","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"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":"e7b7d8cd8d06a58c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792846325,"stop":1707792846325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"5f1ec872e47cbf3f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"ec6a6c488518cef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848129,"stop":1707792848129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fbc769d72da408c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"3777a5ad2bf64b07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848130,"stop":1707792848130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"aec9b4068c9a6b45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848725,"stop":1707792848725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7963619c63111dec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"237b111e92a9e935","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"e94a894f883fe78b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849457,"stop":1707792849457,"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":"8e67234dbf663e70","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"401f044c6e482ec1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"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":"813074e0d382e81","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849459,"stop":1707792849459,"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":"1e5ad979e83de90f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849459,"stop":1707792849460,"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":"c34ac18d8705d7a6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849460,"stop":1707792849460,"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":"3ef5e8924e4803c4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792849460,"stop":1707792849461,"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":"7d833a281dde26f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792849461,"stop":1707792849462,"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":"836963649dbc3438","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"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":"147135a6d4194f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"43d57e5ea5833ee7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"44a9192c273257e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"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":"6457dc130342f3fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792869304,"stop":1707792869305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b62b937ec0f7a032","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792869304,"stop":1707792869304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"ef052bef7cdeadb5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"3fb5e35ef242875b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878411,"stop":1707792878412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"6fd002861cc55e5e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"c1d5108901b1ec5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878414,"stop":1707792878415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"5c12b642cd8d8f77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"73cab62f50496467","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"7e70ea98897c54a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"d96387bd33fcb26","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"aab97a625d88f25c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792878416,"stop":1707792878416,"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":"a90d8169555007a4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"59603118e50a7e09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890683,"stop":1707792890684,"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":"718342f0a27489e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"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":"68b82eb9730b2476","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"37347df3157fb386","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890684,"stop":1707792890684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"290df14c419f6f56","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"3a4f4becb8677bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792890685,"stop":1707792890685,"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":"3aa098beff997670","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"16408df251bec517","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"af93167741a1b462","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907229,"stop":1707792907229,"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":"4dbfd6aef8c02f3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907229,"stop":1707792907230,"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":"5ace0edea7df17bf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907230,"stop":1707792907231,"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":"be92f49bf4914698","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907230,"stop":1707792907230,"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":"5a03d8b494f67075","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907231,"stop":1707792907233,"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":"20a63c7eb0cf973b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907231,"stop":1707792907231,"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":"fd8117e9229abc38","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907233,"stop":1707792907233,"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":"c65a358ab4381826","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907233,"stop":1707792907234,"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":"ac6102300e250736","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907234,"stop":1707792907235,"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":"451b8469be9f9d5a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792907234,"stop":1707792907234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3e82c9597a9d7160","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"39c2020d1ee25293","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"41ebfba340f15b60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919940,"stop":1707792919940,"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":"8bb97c562455d3ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919940,"stop":1707792919941,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bace446017574fd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b7d1296dfbe15f79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919942,"stop":1707792919942,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"94016863792f9b83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919942,"stop":1707792919943,"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":"332b1fe9489c48af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792919943,"stop":1707792919943,"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":"9e9d2095af9f1ae5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792929578,"stop":1707792929579,"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":"681458f686b6bdbe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792929579,"stop":1707792929579,"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":"c1139d89c3d2ae22","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792929579,"stop":1707792929580,"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":"bcdbb07592fbffdc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792929580,"stop":1707792929580,"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":"843bfa42a14bbcb4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792929580,"stop":1707792929581,"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":"e76c7b10f8bde11f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ef76f9f2d89d5ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958823,"stop":1707792958827,"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":"264cab64810850bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958827,"stop":1707792958828,"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":"af9303569125bf3b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958828,"stop":1707792958829,"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":"6664612407dccec1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958829,"stop":1707792958829,"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":"2542d60ddce53ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"fab4bf38e7bee615","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"5945be84978c5089","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792958831,"stop":1707792958832,"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":"c075cf3303077178","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958831,"stop":1707792958831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"cd58276e68349186","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958832,"stop":1707792958832,"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 31 topics (old limit)","uid":"196c3c5c06756dc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958833,"stop":1707792958833,"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":"9f6506e29aa3e52e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14be64cc99c6ee7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f56547116a8bd969","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707792958834,"stop":1707792958834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ac31dbfb5f65dad6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"7ec1952e065d1dd7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012459,"stop":1707793012460,"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":"e09a18f300bb650e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012461,"stop":1707793012462,"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":"88f05152897b9112","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"6519c58c519cc39f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"f3a7b6b4f2f296e5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"3d7e3592bfb8d9f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"f166cda0231ef482","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c15b2212bac74fab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012464,"stop":1707793012465,"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":"4a73f2968a4f9021","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"656882ca0c470dcd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012465,"stop":1707793012465,"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":"36f4f13f99f50d12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"b00e6777e6e3bb77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3e8c61e682cf8f28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012467,"stop":1707793012467,"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":"74fde2bcae1c3fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012467,"stop":1707793012468,"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":"ce243c211a28a184","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012469,"stop":1707793012470,"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":"6301e00a8735f1e2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012470,"stop":1707793012471,"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":"b34ab433e8e5b3f2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012471,"stop":1707793012472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6e38a7ee5e498af8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012474,"stop":1707793012475,"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":"459a28862f1b42e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012475,"stop":1707793012476,"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":"ff176b8405437a45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012476,"stop":1707793012476,"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":"116c458000ebdaa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9f08bd817c329167","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c34f2a2b93ed1bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012483,"stop":1707793012484,"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":"e189addd65cf4d62","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012484,"stop":1707793012485,"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":"5012dbe23b68afe2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012485,"stop":1707793012486,"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":"ad273d060d8ab4cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"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":"b7b8e1753f1b7d61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012492,"stop":1707793012492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5a53e4e7a0e9f056","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012493,"stop":1707793012494,"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":"7c546ce731c0bff2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012494,"stop":1707793012495,"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":"8fe7a0528649dacf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012495,"stop":1707793012498,"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 5 bootstrap peers","uid":"ac01f18235ea78b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012498,"stop":1707793012499,"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":"d07f60cfc0cf4028","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012500,"stop":1707793012500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"304027a8197cd6d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012502,"stop":1707793012503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"f7cd19c5e8f10dff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012503,"stop":1707793012507,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"f7305cfb35af012","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"d62ae0c9dfd0e983","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012511,"stop":1707793012512,"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":"c3c89eae87910aa3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012511,"stop":1707793012511,"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":"dce3a0d4662aa2d6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2bd6dc2a157e3582","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"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":"ae41c5920a30cd3e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"2c38f549c843826e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012514,"stop":1707793012515,"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":"3895295c5abcd874","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"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":"966a7aaa127265f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"ceff03afd73d0984","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028261,"stop":1707793028262,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e7152a0e378d4be1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028262,"stop":1707793028263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4df144972f066d1f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028264,"stop":1707793028264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"44e0a8492cfa113","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"2ff72e4911405bf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"de5a7a7052c27654","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"69435645beb283fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028272,"stop":1707793028273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b4e3403bbe7192ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"6a7779e6688c8958","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"267990520de738a7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028274,"stop":1707793028275,"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":"1e05812b9cf78428","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b85c0b207d46ee44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"bf0996152959c745","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028276,"stop":1707793028276,"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":"bcb64e4f3a9cf2ed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028279,"stop":1707793028280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"af7b86863ae24a4d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028279,"stop":1707793028279,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a9f559f9493530d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067000000 ","uid":"167977bdb6c1f64d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067 ","uid":"ee26032a19e7f8ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028283,"stop":1707793028284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ce4c3f4b0597fcab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028284,"stop":1707793028285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6e2ff6b1861ef8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"356dcda81f987a42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028285,"stop":1707793028285,"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":"6265edc24308f6ea","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028285,"stop":1707793028286,"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":"5e095725c9452027","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"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":"221c0b330ffe6501","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"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":"6cee2c8d7682e14f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"8279a10bff3b46fc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028290,"stop":1707793028291,"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":"59951f2ed14ab21d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"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":"524a3445fa87372f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"b9e58711e5060d9c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"4127902dd5f1ac2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793028295,"stop":1707793028296,"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":"cd05f6e66088bcde","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793028296,"stop":1707793028296,"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":"7f10201d1edb459","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059097,"stop":1707793059097,"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":"380323bb1c8ea0ba","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059098,"stop":1707793059099,"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":"32156957ffeeb3d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059099,"stop":1707793059099,"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":"53412d951a41a02a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"6ce4f306a0e8f3ae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"e5253321bb0178b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"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":"9d8a1f8f6615fd6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"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":"3312ef564d647fcc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"c778894017771e9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059102,"stop":1707793059103,"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":"f2c1bed73cad45cc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"8c32b9da5d546a83","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"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":"60eeb9d9fcc0db03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"cd9a064f06a56880","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059180,"stop":1707793059181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"908341bc8fac2508","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793059182,"stop":1707793059182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d55838876381600","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086602,"stop":1707793086602,"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":"2956f03dc29cc7e6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086602,"stop":1707793086603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d430e4dbca157156","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"a4443511c88d268d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"d6e78758f8d4d62d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086605,"stop":1707793086605,"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":"51aa55a554d04cf6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"242fd63c44f0097a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086615,"stop":1707793086615,"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":"e305991ae53cee6c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086616,"stop":1707793086616,"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":"ec2922e2fa38747c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793086617,"stop":1707793086617,"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":"3600a71b190c3504","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793088061,"stop":1707793088062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"4d128f90bb1d3332","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793088062,"stop":1707793088062,"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":"4ffebe91ed5be523","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"925ea227301ebdae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"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":"b81085273cd1c50b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793088064,"stop":1707793088064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"2d587790afbfeb54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793088152,"stop":1707793088153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"8d10b5656006a29f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793093670,"stop":1707793093671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"97799c92c3a24a44","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"8a3d3c0caf32039c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"56fb749c89c9d74d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793095139,"stop":1707793095139,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"833f0ad780a0520a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b573e086563c680b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793128331,"stop":1707793128332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e96537e332504eae","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"d5d457d9e9768106","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793128332,"stop":1707793128333,"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":"b15935f5c06d11ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142778,"stop":1707793142779,"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":"8241451025eaf79c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142779,"stop":1707793142780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"99959ade6840c143","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142780,"stop":1707793142781,"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":"4781ee06593ce431","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"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":"a08a829249282ef1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142788,"stop":1707793142789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"7d449ba7eb7ca3e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"2a5d7f4abee648c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142791,"stop":1707793142792,"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":"be52fc8f190fe953","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"80e14ac0962a215f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142796,"stop":1707793142796,"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":"8e854ef4022ade12","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a39974da4e97935a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142797,"stop":1707793142797,"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":"1c2bf423e464a489","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"1f64cde6e15acf61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153212,"stop":1707793153213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"3c2e39983ff073a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153213,"stop":1707793153213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"1e89253f52847b84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"86c5fc5f2608fd10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"cd15be0494c6a1f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"12dc2c49a7aecbeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4644e42e868d811","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d3bb884944966285","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153217,"stop":1707793153217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"dde7ee3f7bbb0647","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"67543c82acf2c284","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"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":"ce35694509b24998","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ded5d56cac4219d1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"b54a87418b625d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"4d71f87db05d5b1e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153221,"stop":1707793153222,"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":"da125b9e9ada1526","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153222,"stop":1707793153222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"3453d736075045c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","uid":"eecd4bbe6175b766","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153223,"stop":1707793153224,"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":"836ecb55a00181b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","uid":"811919cbcd121669","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","uid":"8e65953ffb589b00","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"6dc7122b7761e78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153226,"stop":1707793153226,"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":"6705f4874d6eca3c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153227,"stop":1707793153228,"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":"43122dfa033d86e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"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":"ecf082d0499c268d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"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":"977336ca81ab0ce7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793153228,"stop":1707793153229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"8aa506b130440f57","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"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":"3892f4b2c1dbb10e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793153229,"stop":1707793153229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"253bb059c691422","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7d3e30de67c4c2d9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793153230,"stop":1707793153230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"53aa408e706b2006","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168668,"stop":1707793168669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"344a8b8d2c30a683","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"93aa5b690af58224","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"16afe6f916b349b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168671,"stop":1707793168672,"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":"25dd018bf4475d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168672,"stop":1707793168673,"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":"1bcfd579b98bd13f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168673,"stop":1707793168674,"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":"4e7388f337eee427","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168674,"stop":1707793168675,"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":"dd39fc1f256bab2c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168675,"stop":1707793168676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d6b8f46e6270b50c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"971cbc42d281bfc3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793168678,"stop":1707793168678,"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":"474394424da8240a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168678,"stop":1707793168679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"c9cefff742611fac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168679,"stop":1707793168680,"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":"f7079c869e061d10","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168680,"stop":1707793168681,"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":"c8025512ec9b7c7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168681,"stop":1707793168682,"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":"149d1c7158a6104b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"2f61758232802d7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"59c22a3ec248ec27","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168685,"stop":1707793168686,"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":"1f65ee9394da87c6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168686,"stop":1707793168687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"2124bc31cda2d646","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168687,"stop":1707793168688,"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":"2ce3c8a69faf9a0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"e49eec942ec1ba07","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"1379be28e3e80244","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"47cfd4015a024311","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"bd564010f4cdd27d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168695,"stop":1707793168696,"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":"cdd3de4bfbc48878","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"61b9f3173ca65968","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793168696,"stop":1707793168696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"141b987a3aa7c499","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"7d6bba91a7229593","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"141930bfce5da8cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793230148,"stop":1707793230149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"aa470d1db3ebcf85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ca41b915acaffa5f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230150,"stop":1707793230151,"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":"b1490e6aa20990","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"2275c8176aa1404","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"f9992b49f065010c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"49446f5b3504079c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"5e9a5e84d0bd4f9a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793230152,"stop":1707793230153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7e697f5cd0492845","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238858,"stop":1707793238859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e60346f706961514","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"2269e0cfe4714180","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"7fe3d1283a338d0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"597ab9f4c3d997cd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"c47d37ce34d5e9ec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e7edfa80812c5ab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238861,"stop":1707793238862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1b97547002e03220","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"262bad25ddf8cedd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238862,"stop":1707793238862,"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":"7d94fcec759fd0df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238863,"stop":1707793238864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9126998c0e0009d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238863,"stop":1707793238863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c11e52c9b60dbf14","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"52ea7394a22dd995","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"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":"b8719a801a5cb378","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fb527fa6d1061b37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"844ec15e728c3211","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"2cb7d0263fe43fb7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"d5510c9489c8545e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"7d358c6d8a7ac537","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238869,"stop":1707793238869,"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":"d71d52c1b46f662","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"3f163386435c63bd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"5cf85269ef4a0ac8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238870,"stop":1707793238871,"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":"3cef6830630c5b32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238871,"stop":1707793238872,"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":"d5b4db2a157621c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238871,"stop":1707793238871,"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":"2471d11993d8625f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238872,"stop":1707793238872,"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":"2eee805a613956a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238872,"stop":1707793238873,"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":"f31b44beb941a50e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238873,"stop":1707793238874,"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":"8ba30b99866a801f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238873,"stop":1707793238873,"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":"c62793c6182a2f43","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"b84d8226908260b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"b19c222dfd10bdf8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"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":"a18e5c2b704c34c1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"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":"5b5eea86b2effd42","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"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":"8cdc781d54083eda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238876,"stop":1707793238877,"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":"2a6915f11d3b931c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"dd4b41318246363f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238877,"stop":1707793238877,"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":"551b02c4b49e9067","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e8aea029968444ca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796612699","uid":"f4446925c3ed4ebd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034612699","uid":"5375952f6039385b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789412699","uid":"a912fc13354f659c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"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":"ba417fd6ab90c4f0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"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":"72e6e3f92d6eed73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"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":"2655c6cc6d6dabd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793243275,"stop":1707793243275,"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":"3e8b4cc0bba48231","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"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":"5bbab87de443f512","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"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":"babc8f22fb8fa529","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287275,"stop":1707793287276,"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":"ab1a3a57a157d114","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287279,"stop":1707793287280,"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":"c4aeb75906fd5713","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"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":"ff427b086815ee67","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287282,"stop":1707793287282,"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":"6042f4a52f2a143e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"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":"9802d585c72c1793","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"a85d02cea362ba85","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9290f9308502801","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fbf7f3d4db0013b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"c579d72b6195f213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1db142976966724e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304781,"stop":1707793304782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"ff1ce72f4aa93ce0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a3fbdd37c532a740","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304783,"stop":1707793304784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"fe38eb2dea8037f6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"e6268d77c27242fb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"97ccb41b5c84f15c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304786,"stop":1707793304787,"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":"d8c75b1e1143c0f4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"b6a1c76280fafe17","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304788,"stop":1707793304789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"ccdf5cd116aac99","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304789,"stop":1707793304790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"9f30c4d648d5f260","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304790,"stop":1707793304791,"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":"f8aabb51529d474c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793304791,"stop":1707793304792,"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":"5d66e22dded0fe60","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793354573,"stop":1707793354573,"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":"8e2d7a06a15f0ea2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793354574,"stop":1707793354575,"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":"e1f4338516c0133e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793354574,"stop":1707793354574,"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":"4c377726deabb4e1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793354575,"stop":1707793354575,"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":"15f4e49680193c2d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355775,"stop":1707793355776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"31abb135af2ff5de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355775,"stop":1707793355775,"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":"206c1b1cb0eb6ca4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355776,"stop":1707793355777,"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":"8d3b05e54c157de","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355776,"stop":1707793355776,"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":"b1aaad778b5dc454","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b0d6fb86326b041e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"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":"beb3d9c4e1caa9ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"1fb5518289810686","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"b4c21a309ba07cfc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793355778,"stop":1707793355779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3cd9b8095d242cad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369030,"stop":1707793369031,"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":"a2e2a80a4bbf4bec","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"21deada33a0a2b76","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3aa835d973519e4c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369032,"stop":1707793369032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"82ab530d3651190b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369032,"stop":1707793369034,"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":"e1d546de4251c806","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369034,"stop":1707793369034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"24e1bab256c0dd55","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"494645585e82853f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369035,"stop":1707793369036,"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":"c774d776fc8ab575","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793369036,"stop":1707793369037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"dc2b0f8e48bb72a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eb7315e4fea1283","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ee32e0e05b32d78","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"71475f0ce56cc7e7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370623,"stop":1707793370624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5e2f9341c06e0f8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370623,"stop":1707793370623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"71d28276ba4cd325","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3bca0451dfab9f6d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ae0fad737c4c0b89","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370625,"stop":1707793370625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6847ae21f2fbc1d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"18c3e80a9b27b0e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370626,"stop":1707793370627,"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":"d346bdfed2395d37","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370627,"stop":1707793370627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fbbfd7651265a3e0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370627,"stop":1707793370628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"7a63dd7b7594ec47","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"c1b7788947250ba8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"54d65f4b42478a2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"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":"3c9b85e20a960903","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"11ea15871c75c65f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370630,"stop":1707793370631,"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":"a3810b73482e62f7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"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":"6e412209b74b253b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"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":"eaf40c676d589a8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"26bb3a7e13fc4edc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"bdd484b9a9a06978","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370632,"stop":1707793370633,"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":"d80eb2f2803d406f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370633,"stop":1707793370634,"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":"e15c0b354019d337","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370633,"stop":1707793370633,"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":"70a3e6f5afe980b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370634,"stop":1707793370635,"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":"81d971dbb1c524a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370634,"stop":1707793370634,"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":"e0f54c7d213a71d2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370635,"stop":1707793370635,"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":"7cd076a540aba185","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370635,"stop":1707793370636,"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":"18542f5259d42963","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"ff4ece4c8767475f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"e3e947160c523976","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"3a6e5584389b932b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"3ae76ec83cca6f19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"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":"638989488f0b414","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ba4e5c55d0527613","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"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":"7ae2747500a4872a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370639,"stop":1707793370640,"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":"d297d4ff5a25b354","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6d9d9c1549d313ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370640,"stop":1707793370641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034559036","uid":"19cee804b3798271","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789359036","uid":"6a77ec0d9b917aca","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"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":"c1761f69e5518959","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"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":"dcd5a137b57b49b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370642,"stop":1707793370643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796559036","uid":"9e6d34051ec48ff3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"24ed167b2b9ff36a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"28847ed8a12aa789","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"af3ab777ee12eea1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"16f06ead9df31219","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ee0c5d6495e00e28","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e5771fed68a3c2bc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"33d06a99112ac015","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"622cd29c7714ab54","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371097,"stop":1707793371098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fcff495bfb8f9bbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a75a70fb94ad2e09","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"1183686d11b606b8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3b4c2994ab9ff77","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371099,"stop":1707793371100,"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":"db8307fb303ad01c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"58d98734661e8a19","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371100,"stop":1707793371100,"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":"f540fad1baae87df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371100,"stop":1707793371101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c8c9e5ea38e4472f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"2f848a2b84ea2ec8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"fce8cd615f0f829c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371102,"stop":1707793371103,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"aa75b27fff2eb895","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3732eb0cee9ab3a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"cf60b9ea5f2d2804","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371104,"stop":1707793371104,"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":"7fc8e5cb91e5135c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371104,"stop":1707793371105,"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":"b7b0bd2f3dde818b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371105,"stop":1707793371106,"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":"8050b14544960611","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371105,"stop":1707793371105,"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":"e2abe1118b21649a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"dfa286225cfe5e58","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"99fcfc4b5c716eeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793371107,"stop":1707793371108,"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":"d6d341cb375f8407","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371107,"stop":1707793371107,"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":"3df7ef17fc92e5f8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"8c877d88e800e0ad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371108,"stop":1707793371109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4f49d34fd850a886","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371108,"stop":1707793371108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d091fcb17cb06d79","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371109,"stop":1707793371110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"10d7fabd67f3b01f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371109,"stop":1707793371109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1446f27b426a627b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"216bcd0d57e0d835","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"692ca337528b265d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1d6257f0cf171800","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"124cc08f54808b4b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"609b44b24ce3b360","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371112,"stop":1707793371113,"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":"41c2eaba5c820818","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371113,"stop":1707793371114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eb120c2a1a1ee1ac","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371114,"stop":1707793371114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d274040492ba7f7a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371114,"stop":1707793371115,"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":"ccd8f865c347144a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371115,"stop":1707793371116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9e683e05b87fb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371115,"stop":1707793371115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"a035552ef488137d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"f1cf072d01d1fef5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"2b520dfa7ae6cf87","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"80a64f10810e0cad","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"80fdb3fe15a04e36","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371117,"stop":1707793371118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"dfc3dd84a4080ac9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371123,"stop":1707793371124,"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":"c3d4fb922a23e7c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371124,"stop":1707793371125,"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":"11d4db18a648395e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371124,"stop":1707793371124,"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":"dfd04763ea7c08e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371125,"stop":1707793371125,"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":"c15b5b708e476348","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371125,"stop":1707793371126,"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":"9fda558cd0dd0450","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371126,"stop":1707793371127,"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":"23083b2e32b253f1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"76b08d189b69d5b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793371131,"stop":1707793371132,"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":"94e158f5a54473fd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"82e99f2ca6fbc61","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793383649,"stop":1707793383649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"3bf1ef6096f8390c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793383650,"stop":1707793383651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"12f863a4766edf2f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"eb266184655e69fa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"1f8fc422d3b4d66e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793383651,"stop":1707793383651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"b21b8ea65708b856","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793383651,"stop":1707793383652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"623025527b086bfd","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9e99437b89c78946","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"fceabef893907440","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793384586,"stop":1707793384586,"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 forward","uid":"6e1e02c7861f1774","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793387155,"stop":1707793387156,"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 forward","uid":"9b9391897a88df0d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793387156,"stop":1707793387157,"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 backward","uid":"d77d2dbf084e0186","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793387156,"stop":1707793387156,"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 backward","uid":"784685354b8e5f8a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793387157,"stop":1707793387157,"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":"891accd48817bde9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392500,"stop":1707793392501,"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":"b556e69fd752604d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392501,"stop":1707793392502,"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":"4105aa8f933b9328","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392501,"stop":1707793392501,"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":"9307d8570161dd20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392502,"stop":1707793392503,"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":"4557d616f0b57c84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392502,"stop":1707793392502,"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":"521284f657f31c86","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392503,"stop":1707793392503,"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":"3a9a68f77966de11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392503,"stop":1707793392504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"8fdff327e4dc2d8c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793392504,"stop":1707793392504,"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":"9362aa3f11102d73","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399644,"stop":1707793399644,"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":"d016caf54e9484","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"d3af5f8c929865df","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"57b3f8a38ea1cebe","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"5e5ed3e68b1194ef","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"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":"6b10fc4c337d3340","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9dbe73f8cbec9536","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"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":"b0c17f4440db5449","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"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":"8e9ccba4e09f3f7e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"bd4f3ab563d3d99a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793400887,"stop":1707793400887,"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":"b8fd845bf60bcad5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"189f2405630e8444","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"d015225ee361cf06","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"2cc89de92855880c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"a317a48390b28edc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793400889,"stop":1707793400889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"fa320788fb103fed","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"d157403cbe4fbb5c","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"96e706187f1cdb65","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"916632f996f80af0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"328ecf4b99676dbc","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"cd9d7f99635012f3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"6730b871158c9a11","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"b7838768e7658223","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"e9a8abb442715757","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"689444ebada4c412","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446730,"stop":1707793446731,"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":"bf6f142ebbca0f7f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446731,"stop":1707793446731,"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":"95a945e69900ead7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446732,"stop":1707793446733,"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":"75a86a4d11df78f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"728013e8f2870c45","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"a88d1f89bfe6a3b0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"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":"8897130aeb19e3ee","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b7a22f9550efbc20","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446734,"stop":1707793446734,"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":"18485aa82b309aeb","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793446734,"stop":1707793446734,"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 31 topics (old limit)","uid":"302ccf76a93d20a2","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446735,"stop":1707793446735,"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":"2d2db6cf99f3b370","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9b86b2e84b061167","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"373a49b79c1507a9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"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":"df8768a161749bb1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"30971d9b353f5312","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446737,"stop":1707793446738,"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":"1f8805146267fb32","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"d96bc0b4fbf688b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"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":"3c562690dfd5ec82","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"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":"537267c96b0bca03","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446738,"stop":1707793446739,"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":"ec0c60b75ab958b3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"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":"412d6689cb9b33c3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"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":"4ccc441a6b2742b7","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"2e36727f52494d0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"8a86363c9b3ea98b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446740,"stop":1707793446741,"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":"ed68015c04ae7c0e","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"6b96ca264741be34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446741,"stop":1707793446742,"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":"a52ef9da2663526b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"5a8254595a4f5bc4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"55ea81b56c4852b5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"e409ad3f6287d571","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446742,"stop":1707793446743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"9674a55deb04e7e9","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446743,"stop":1707793446743,"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":"e25f0a23e2746760","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"a034079ddc596323","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446744,"stop":1707793446745,"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":"a980dce154618f0f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"4afc8fd2569a049a","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"4b2f21550f2de9b4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"fa053323da58213","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446746,"stop":1707793446746,"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":"afde80010714f188","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"bd6dbbbbc5de6453","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446746,"stop":1707793446747,"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 31 topics (old limit)","uid":"f2b5e0c6f1e9b7d3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446747,"stop":1707793446747,"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":"8df5bd76140ef9a1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"skipped","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d37bdf9ca026c299","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d843cb3f188ab455","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"ac6ec4df665953a3","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"8b9e49b86bc13bff","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446749,"stop":1707793446750,"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":"4242d75079a005cf","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"98797d17a29ab634","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"c1e00d1c31f15bf1","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"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":"9cc51b976f088be5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"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":"67fd5c7a155646af","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446750,"stop":1707793446751,"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":"5a8c1478ec64ecab","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446751,"stop":1707793446751,"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":"f186442172de026f","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446751,"stop":1707793446752,"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":"dfd1e57bf4eb9002","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"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":"5789b5106be1e408","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"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":"986479062af15faa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446752,"stop":1707793446753,"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":"455273292b5b3288","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"e7f5e0bf7df6ded6","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"5f3f67f2738701aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"a49bae0e9e233f16","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"13ab44d8dff0f84","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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/6406/data/categories.csv b/6406/data/categories.csv index f58b320b78d..18d48297e63 100644 --- a/6406/data/categories.csv +++ b/6406/data/categories.csv @@ -1,2 +1,2 @@ "Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"Test defects","0","1","0","0","0" +"Test defects","0","2","0","0","0" diff --git a/6406/data/categories.json b/6406/data/categories.json index dc20873ae0f..60c7a1e19ab 100644 --- a/6406/data/categories.json +++ b/6406/data/categories.json @@ -1 +1 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd64ba61e21d9237","parentUid":"2e505516872ffc08322e403693d86b80","status":"broken","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e505516872ffc08322e403693d86b80"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","children":[{"name":"Refresh subscription","uid":"14be64cc99c6ee7a","parentUid":"0461cf28427187f3aa30343b16a3ae65","status":"broken","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0461cf28427187f3aa30343b16a3ae65"},{"name":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","children":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"7d6bba91a7229593","parentUid":"2e505516872ffc08322e403693d86b80","status":"broken","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2e505516872ffc08322e403693d86b80"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file diff --git a/6406/data/packages.json b/6406/data/packages.json index 8e8818f7111..7a0f1f7bd37 100644 --- a/6406/data/packages.json +++ b/6406/data/packages.json @@ -1 +1 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"src","children":[{"name":"common","children":[{"name":"Init the array if not present","uid":"ce3e83cf5cd2e088","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"640c1c16ca42d0c5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"9fee36f20095e4f","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"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":"9fdec57b1ccd949a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"350038fe77584430","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"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":"646c82f5bc73d915","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"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":"34ed353c066c6d97","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"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":"cba275eba6dfb664","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"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":"2837b3c06df9adf7","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"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":"ea69168fb7c97355","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"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":"93b3e54ef9bfd6dd","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"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":"8f2a75b5fb5036b8","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"7910db434b85a837","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"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":"f7c6668dc29e0d23","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"d3ac8adef3a128a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"222b981442dac7d1","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"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":"53c5cb0e1ac95df5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"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":"4dcea99a378b752a","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation","uid":"49c3fab7cc2aeb8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"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":"5159e2425748166b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7931bf5eeeda96fd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1288290c8e7c819d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"89dc0033d91ddcb1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"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 only RELAY set to true","uid":"7cb0a1afc130f954","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"ee2257846974123f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"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 FILTER set to true","uid":"4d46c8769e8b9331","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"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":"d43a29ca1a0fa86c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"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":"30adc7e787a820d8","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"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 false","uid":"5adaaa9736734d0d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"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":"daac32cf7a0df95f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"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 STORE and LIGHTPUSH protocols set to true","uid":"27c52fdd7f63c869","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"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":"518ec275668216a0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"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":"1721a606cdf69979","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"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":"1324ff50fdeacbe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"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":"ac41648ca8a77ce7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"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":"411b98200239713b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"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":"904d551741cecef4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"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":"d622ccef147bf904","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"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 STORE and LIGHTPUSH protocols set to true","uid":"ef345f346713a6e7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"61f084fef4d0b606","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cbcd6eec7a240254","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"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":"ca3489251f0a65fa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"aa56189ea5e3c262","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"84dea4da931079fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"75cdb84c4885aaff","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"e22b2785ba6038ee","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"c1fa919de0a88a29","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"e7dbfed8acf6fed5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"828aaaa833252e5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"bdd89bdd5acacdea","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"5ca525a761e07bfa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35ccd87db40fcadf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"52c20a8fd2fc2912","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"e857f1e58f5e1d31","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"a0ec0b2dcc831e51","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"301229a25d574c70","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1af80a3ecf4813a4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8af38e2eb2baf574","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"a42a54c89c5b2ec4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"11cf6a9fa7f03011","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"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":"22fec8ccea937445","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"75ace5d330703d44","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"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":"3ad72f414f36c722","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"cd6852d0e80b434e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"c113a33c729c954e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"32c922f0d1d2459","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"a73a22556f85c7a9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"e66fbc78f72fe03f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"f552728a88e7a936","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"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":"390e65815824c096","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"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":"f055da4bdd65a3ab","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"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":"3ef4943e24c30e62","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"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":"fe45b00675a1c1a7","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"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":"ced2723a03c0affd","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"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":"6312e5f2407c80f2","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"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":"98f303af88bcc3e6","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5edfcea4b505ecca","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6650ed6eb0543b3e","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f2e154dea9a8aead","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"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":"79bc8f86f4ee07a4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"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":"21bbd40568403876","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"Accepts a valid Waku Message","uid":"6b448eee5becd150","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"60e05b171de5d15f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"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":"4fd8af0c58407dcd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"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":"b0a0d43dd4375183","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"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":"c60b328739577386","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"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":"5f0507c247e29498","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"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":"dad4ca1b6fa67d87","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"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":"85de3e36ac2bcf8b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"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":"a7d218e93dc37516","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"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":"663f23adcd7161d9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"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":"a1b24fc52a62b7e5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"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":"68fb3c41ad0d9d1d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"2434a4a5761d8931","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"fbb7ed7bd3a45460","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"507c91c1ed4056e4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"58ac133c8e486853","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"c7362ebf2d1ccfe7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b79302361f20969b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"591b91e2e6ce2103","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"8e17697b7bf20c6a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"9e30edd80e8991fc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"325fc2237f44ab8b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"97de0b388edadabb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d61f8cc45c2f5c86","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"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":"dd7b6b712b14b6d5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"3cc99f86316f3442","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"e7efc4408d106eae","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"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":"9591ef541cd3d821","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"ffd0059b2e720eda","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"f1976966cb5437e4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"aeb76fa37c84edf0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"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":"1ccf49d747dc5fa","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"34a4a92b7b00ddd5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"564e87c54ed57cc7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"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":"9b3c033bd0b425fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"330140cc20b63249","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dacbedd9a7e8e89d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"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":"9d597c9264fff277","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"95924ec13ada27bc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"73c85fb06ee61693","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"b072e0a8c9644429","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6195d834738670b5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"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":"6397e2b414170d4e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69400db10c57aa3d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7d8949d73b8a2b0d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"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":"4ef9eb2dcf049c99","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e8eaa96ec8152be","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"9fe35837e4c0ea8a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"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":"dfd07b3db77a35b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"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":"5ef11d890a549d12","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"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":"2d52acc101ac1d8f","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"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":"547fe90d4b308c36","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"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":"ca525269f1e08770","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"bc4d348410f58c07","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"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":"9f9fcde136fe867c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"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":"702e321b5d0e490","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"a91f7e192bd14463","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"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":"42266912e0fcff","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"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":"eae36a889b85c938","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"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":"6c4f870cff9d0bcb","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"32129746117b04ad","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8908cd8928916ea7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"bfe52704055574d7","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"50d0ef14bc3be711","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e8a4b4af035b9e0a","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"94927b9fee4ba9d2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"skipped","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"44cb93a9ba7b6758","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"2eb18715fa5f66c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a1b6dcada8dbad61","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"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":"37551d4cd3c2acd1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"f7942520b59342ae","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"ee5c50a35dd2be4e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"5d591cf6b970936d","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"635524e40cec34de","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"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":"94daf0e447c72780","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"ff6afaa72a550ac3","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"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":"36940ae2cca0f6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f0a120a12627105e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"2db5d3e522bf94d8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"d4ae065c85d50652","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"a9e2a946fd3c6961","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"5e535cb8bde84f77","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"f9f6390fd0dd57b9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"bcae391dad7e797c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e73496c5edf2b386","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4},"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":"daffbec1b627121a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"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":"30583484cf060d7c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"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":"aa1d93311ac9db5a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"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":"4baec3e58999f04a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"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":"62c6a7879070b09d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707769825085,"stop":1707769825086,"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":"158d5ba5979cfe2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"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":"518b9764c9450d16","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707769825086,"stop":1707769825086,"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":"2cfdbca84c18adb6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"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":"e2c318bf6532017a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a374300a3adf8c7d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"40275857809c04a3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"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":"725f36f743b267cc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"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":"b020d4b2d7e59eb8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"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":"de15dd81c4859513","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"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":"4e3da60eaecf0480","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"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":"30df96d52a12b578","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"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":"ec3f381eee5e3cb3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"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":"503ac31b161d5093","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"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":"e3ca26196d8d2c6c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"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":"f8177ef6c5de584","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"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":"4b4bcdecb20ef4ec","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"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":"fce5f1b8a9d1bb2d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"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":"94f18941b3873876","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"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":"e593e5d6690c2a0f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"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":"132624b091318a4c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"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":"7cdcfdc03b701571","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"af67ee01065d8525","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"d2c12001bf7b22e8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"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":"957941a0b8129cb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"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":"431845249a8313cc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"766d5e2db21990e9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5265bc5974cede8a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ebef3d874dea2a0c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d793e09e88ffa36a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f3b27c83715d75a9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3d353a9b7e37c126","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2bf41d136a36cdf4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7029b826cd9f4ac5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2f7142e36161e24e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ab594840c6e935a3","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"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":"aa876eba3014fcaa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f2b7283069feac1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9fc3324693f6b8b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"62c8cc5a0ecafd63","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"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":"10253c40ae993fc8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"8f26c4a83e10c919","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950000000 ","uid":"c6650bc55cf99520","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb986c8114b388ed","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950 ","uid":"304d5caf7d621ab1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1d9358f067c0b6a6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"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":"12f72bc048225556","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"46da5efe83d21d01","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"495fc8941603d8d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"563f734bc5324f7b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"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":"b3a45460904e96c7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"b682ed96ee2e7243","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"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":"c36c614f431a915c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"3a968751b713aeb9","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"3ba556d74cdc15bb","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"bb887e01ab841d4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"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":"2e3fff04e9dea35e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707770001387,"stop":1707770001387,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"bcf2d7f36828e557","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"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":"ed8df1fe845645aa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"6f7462475adab8b6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"52f7190cc09616ee","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"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":"b1341c94b29295c6","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"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":"b58da7cc233622f8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"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":"5837925cd9e79ca1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"1e2e7d7254f6d752","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"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":"455073d5feaee324","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707770018834,"stop":1707770018834,"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":"c1e93710719d4dc4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707770018835,"stop":1707770018835,"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 31 topics (old limit)","uid":"46bfb2111ac373cf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f2336293f1892c96","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"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":"88e043740b840293","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8b1b0bebb8236e57","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"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":"7089380d2deac505","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"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":"87d7cee09b9fb6fc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"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":"3c7eaf5a9f568499","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"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":"d6749ab6a0f771a4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"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":"5e7936d66e6bc368","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"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":"50ad32e3518b035b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"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":"7bd6685fb7ab6a21","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"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":"9a8e7a1d3665fe5d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"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":"5dc3e6510753d012","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"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":"cc0aedb4c81b7d67","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"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":"6683e7464c657db1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"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":"4d21f9c255a8a2f4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"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":"2388cbe8e3d18c23","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"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":"47e6697566985882","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"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":"1efc86d6490e971d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"13e4b0efc499b9bf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"980fb8a2dab8fd67","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on subscribed peer","uid":"7f44568f3ca95c36","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"38c5698cb16c95a5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"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":"61e9cf0f65a730d6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ff3ea75cf06a22f4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"7b276a33afe43ac9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"50b70d34b9fe4d8a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"68940e077684618","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"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":"b6057e8af4e873c7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"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":"79bfed5864a517fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"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":"f575fd0be28434be","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"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":"8a34b95193473da2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"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":"5b721c1947ec18d0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"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":"f4692b7cefa4148b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"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":"2b3881fdcb0eb0ce","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"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":"e4d6861dd25cfa75","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"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":"5c4ed75b7611a2da","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"a0e6aa06ca9d49ee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"1dcc41f2f98c3fa1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"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":"eb0e559bfac46dd5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"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":"36b6075670fa4a43","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"fe41bb42686d1547","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"3f00d15db25ad8f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4d56a4d7f980e263","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"74581c87fd2a52b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"48d879a9e04b932f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"ad21c5f00a8853a0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b48097c0873ddc57","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"57b551e7a326528","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"99cc079f5c9bcb63","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1fe62ecf5f411213","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"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":"6cbf9a5d50509e0b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"a4131ac74957eb7a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"771a9a4a089d90c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a68203501d6bc2bd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"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":"5899354ae6f1a8a7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"96caf545e5e292d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"b5c7eec79b5a9247","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e2fd8102101f3e2c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"1b8ebe2689312bf1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"18f8f1e291995696","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"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":"22b48c7a1e681bf5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"888a9bdd3fbb199f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"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":"e394f617e12e0e8b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"96cf2fc15d09eb11","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"d1bc690210e8802f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"98246f3d4b4d7386","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"9b0adace1dcca41","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770335610,"stop":1707770335610,"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":"6a905b9ce2d2f90c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"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":"5ffcaee358abb307","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770335610,"stop":1707770335611,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"aacdde2f9809034c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a1f04948a3c2ed93","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fd91636cf4d5e7df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a954f7a94ada029e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"5875ce7d72b8ba0a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f1a489d64cbf1dab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7889af2304dfb5fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"10d4de45052a1640","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9fc0e0ae0bf7d186","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"506958a9bb5ffb71","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"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":"57a7a2704139f16d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5c1279b6cb2769e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"b96fcbd34f3984b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"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":"49c90b7e82bd9969","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b293c09d5992ddd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fd6b6ff315a3e4cb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"ca560bd96ab3cbfa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"a2df579c305a33b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7c44fbf0fc3e9e37","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"37b48df0061958b6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"bdb2272296720fd9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"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":"661fdecd8ff265d7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"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":"718bc092a18fbc18","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"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":"aa2e602284eb2e7c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"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":"8861ecfd491c7774","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"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":"35b9bc97fcb1361d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"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":"1999a27752d432f4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"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":"286d97d97e8fad22","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770335632,"stop":1707770335632,"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":"64d5d366dc8a5361","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770335633,"stop":1707770335633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6dc0842d2cc124e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"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":"1c03ba5c8543392a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"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":"75f53f3631274f1a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"505f0f4a01ded46b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"7085d47c4febcfba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"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":"9ec1c27958dda333","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"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":"47615cc5d7462394","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"42ad72f03876b95e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"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":"f7533677d54c1164","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770424172,"stop":1707770424172,"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":"a3557c674e2d274","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770424173,"stop":1707770424173,"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 31 topics (old limit)","uid":"1e9ecdd4e6d51310","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"c29606ab1643f44","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3f0217eacb647d58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"466e05eadd30d8d4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"710cbfae766bf222","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"66af16e9cb60aebd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"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":"e99b13aa67513920","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"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":"cd3379319d162439","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"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":"bc5c7eda32ff3bdb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"83cfbba707298793","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"9ecde25b216fabf6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"61923ecd6542e7d8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"f9404c955109c07c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"72db306e15ec8b5d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"69d648c41efe331b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"8dd0b1c1441b58e3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"391939995f63e71f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"c0acf8c6302641b2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"3aa2fe4d88f9f37f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"8d12639c3d9e12f7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"f831e18f7ca330bf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"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":"9f6e5cfdf8007428","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"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":"4a7f150d7330ce98","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"b7d0c40b909f435a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"e183bbdee96bb407","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"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":"b8b057837ca6332","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"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":"c92a0c4de57afa5c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770424183,"stop":1707770424184,"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":"d3213ce5fe2b1f41","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b1ae82a64ecc34de","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"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":"9c33f51acf880c35","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707770424184,"stop":1707770424185,"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 31 topics (old limit)","uid":"f7b4b277031cc4a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a5cb89fde165b4e8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b455a83b718d67c5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"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":"a56a7947f3c96ab7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"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":"954aae1b83937d5f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"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":"fda7e179c89cec64","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"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":"c2b0aff42d682b96","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"3faea43839b7370d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"d85d879e83b755da","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"24941bca768f285e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"89ae457aedf653e7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"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":"553aed222fb9da71","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"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":"f3cc6bad79d0650f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"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":"5d27da565a025076","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"69c25ed851dc6440","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"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":"281711e2fcf8606d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"4cf5e9c6c7fabeaa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"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":"ff3a8cbfe201e0dd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"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":"a030f244b24dca96","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"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":"7675f37f190c0aa6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"e9644f5b2bdf7cfb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44046cf81553e728","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"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":"49652613aa1386ee","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"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":"f44fa2a3ebf101ce","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"24a70cd808154fea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4b96aa1a3c710dea","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"cf8a11401f3fcdfb","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"880a29a55884abf9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dccba2d9f830efb2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"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":"a867c869c30d4eb0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"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":"e6c946f1f68adb1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"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":"f5ad8ec457da5d4d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"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":"5b1fd0a675b4858f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"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":"1b1ae8d6897a48a2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"450e50cea6352dae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"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":"dda2805c6a76dea1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"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":"69cf799b6f196a0b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"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":"e2109d1dcc165eaa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"70b3ae1baf529f9e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"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":"20c4c38eb8fa46c8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"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":"f56c7de4bf4abd10","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"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":"267b64284ccfeb1b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"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":"56ce9c659bb9811b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c727ccb3650e78d1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"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":"dcd4e5b292f8a81d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"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":"65607bede5de56d8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"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":"f2a0c66e0d5bb85a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"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":"1b94c2c751d113d8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"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":"c8973264dec73f8c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2cd38c6f551f2eb9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"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":"c7bc7b3b5871d9b5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"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":"231f21157d04b25b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"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":"d97358fd64a2d184","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"56d283298e20af31","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"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":"77f40b650b5b4afe","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"caafb7e14c917039","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"4ab799c450a822ff","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"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":"1800e9b89ee7c425","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"772398f880ab7e81","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"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":"1fece467cc02cde7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"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":"17ae69826e4e109c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"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":"2cd227ffa736f373","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"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":"6cf00d86ab738f34","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"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":"c90d387f9d25e45","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"90a5fea4fcbc6212","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c1daa43b43685c76","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"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":"6b1a056a222b7ca1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1d6b9378e332bed6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"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":"6479900a1d29b86f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"8ade4b59689decf6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"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":"bc83a26e077ae397","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"c0b528c6530e54b8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4d2932f3936e8162","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"2659b8d09cd0175c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"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":"b5ba2cce04506e91","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"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":"2316c7bbf007624","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"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":"5b76bb849a4669ee","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"51e1f12e2a18a5af","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"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":"e5cdf4a8cee8d1f3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"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":"124cefe2009480ce","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"61787cb8dc4025e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"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":"f76d4400fb08f3bc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"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":"f8941cbafaad4e12","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"50eb5f2237f5ff98","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"deafc09f25074ae7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fb57e73f93e0a0ec","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b069cb9fc4d3f10f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cd0d15345a8080c6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"9773952dabc54c30","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"428caac747694461","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c2211b8f1caa61","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"c0abd36bf1436e9d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"64ad4566edf3b3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"4a5c0755ea13e16b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"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":"280ad9eb05dcbd35","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"711c618cdd2e0af0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"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":"4cfc68a37438912a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"36e6fac4967687f0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"eaaf00acc2b9b4bd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"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":"65d7be0f7ce83f63","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3e5ba8f77687b169","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"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":"a348a2703e5f4d5c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"74ca533cb14f22","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"5d7fa67036e31614","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"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":"f5f36d284c34e182","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"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":"7c38dcb7c0dde0fc","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"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":"f71a04cb93b2fb92","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"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":"21b4fbd6f7be9f26","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"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":"f100af6c9b87404e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"223cf2a8cf5a7891","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"daed37c084ad227a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"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":"5ee441879d1b688","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"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":"c00bc31a2c1c03e8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"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":"284f5e70361774bd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"e19de26ac454187f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"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":"395c2d9d56ec6982","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"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":"bc380314f61838b4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"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":"2149e3aa02c5c7e4","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"bbeea25304ef323e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"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":"8e40072116322214","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"19e935d1e81ff009","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011601516","uid":"1388ad31512f465f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766401516","uid":"f19814b3c6f219","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773601516","uid":"216572bf2cfb22ea","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"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":"aa2392036f0a992e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"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":"2fb602a5ec4927b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44710b6012b98874a5a6e1da18843026"},{"name":"Push message with long payload","uid":"2280f1e5d8b4fa0f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"6d6ef935883b7ee6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"2815272f711185a7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"55b0c80548f0ed49","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"8b300ecafe22acea","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"f5ee789cf5e62c05","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"240e71e5552a62ef","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1a2de2823f8b25b1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b798c1357f22ddfe","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ea7686ce0c87fe97","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5ca71f31ac5ae420","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"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":"125118953bf5e347","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"99dd5e43dbc1d370","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c6aa00484e890e6","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"7d9dbc75862cc6ee","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"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":"7767795f824c862c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f22657899405d2a9","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"1453d341a814dd2b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"67b02248cf5a4615","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"edec879d0c83e822","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"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":"31f9238b722939f0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"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":"a0e674fc5d0b7112","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"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":"7ba266bdb5dad499","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"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":"591ce52935e7d84b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"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":"866ec6caea5f44ba","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"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":"2b733eb6dc05c04e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"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":"5cd0d49ed39d938","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"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":"97fa05eed189a88f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"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":"3c517ba5a47cee6e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"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":"c3bbf8cc4e54a6f7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"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":"ef34d1ba891b24ce","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"6be30cfa6afc4bb8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"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":"e7a5877846667b7a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"1bdd28031c61fc57","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"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":"758dfe8d4da5bd0d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"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":"8a035e998695a01c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9942e3454a48d75e","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011600007","uid":"98840ac69cbf6853","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"597f9bfcda184cfe","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766400007","uid":"19b254258260c84c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773600007","uid":"25402c778f185e5c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"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":"aaa5f8c7ffffa1f1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"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":"38668f1249d2a5d4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"relay","children":[{"name":"Decrypt messages","uid":"5376ef6bb9988017","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c08c2a9c4f797b5b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"2a68eb11c6e86ea4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"bc440b139c9fc458","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"47de8162188928a9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"6b60cc7196282084","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"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":"d093bfbd114b3b97","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"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":"7f844e37a53d3d64","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3affacac03035e7d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"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":"ffac6cbe2c336ba9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"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":"17f3dcd4669f9b30","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"50beea44992aa161","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"98212c86c0c01ef5","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"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":"36c59a5152aad99f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"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":"6934684d234a8639","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"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":"a429c055484336de","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4456f65203e61181","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"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":"4c039b6c23cd3280","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"8f183c9e6553580e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"43f099860706ef9e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"f68ef321362627f6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"421ca229551fe733","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"45f6b1e94af14c95","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"de841fd0e797eaa4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"4b495dc82b5a9fe1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d99c6ee28ee8e24f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c66d3a383ff01fdf","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"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":"f4c9fbccad583878","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bc06f36db3bfc1b4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"e91f7de77bf89d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"86b00576ebcc9e9a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"59aecd4e453853fb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"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":"3da682f702148f9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"a0c83500591e4681","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","uid":"67caea866b4fcfb6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"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":"607465fa1522425","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","uid":"64184a529804488","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","uid":"c9afd7c3d0583199","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"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":"d568a7ca14bfe776","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"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":"833fd4353df754ef","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"87df996ff4e94500","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"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":"e5fadd0e7886fdca","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"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":"902abc4d7ac60cb6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"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":"4174a08dbaf298e7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707770131709,"stop":1707770131710,"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":"c34efc1b55faca25","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bf1f99c949d26d53","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"ce27878d48fa8d2b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"467b4306f625b701","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"4559c5830321e84f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"e44effc9215961f1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"ae0635c5863a2814","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"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":"fff5b5f58828735e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"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":"5728cf043ad33e0f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"94c4421c534b54f7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707770142482,"stop":1707770142483,"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":"2111f9c78081151f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"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":"2ad1ce196fb94922","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a8f39824771c7567","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707770142483,"stop":1707770142483,"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":"7c610952eb926c2a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"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":"df1703d69d19d502","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"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":"f424b6669b53e513","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"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":"7adb77749bc70f0c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"ac662093166956c0","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"ebb46bdddbe6fd5e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"29c354162b2d5d21","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"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":"8a51aab334175b71","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"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":"9c22f33a3d4fb2eb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"b5bed94f6741bfff","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"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":"7250bf1b5a07a996","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"8fb45e5129fe4d13","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"f4dc6eba8f7d9f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"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":"2daf5e14743b78b4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"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":"31d8cc594e72d975","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"55cec279cd947cab","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sdk","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd64ba61e21d9237","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"broken","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b9b5a205d40de2999342bf1b441e704d"},{"name":"nwaku interop","uid":"a2caff49842c994b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8b7eb9c34ee3d65a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6de52dc4d3d4cf1e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"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":"dfeb786cbf1141d6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"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":"58b7a4c63cf9d9b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"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":"54729d3d41467586","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"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":"e422d97075c68716","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"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":"48c1b4be0f175ef1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"configure the node with multiple pubsub topics","uid":"4f71c2d4fda46ac5","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"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":"80eae47e50e64734","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"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":"db33f0ef6e592f61","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"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":"5a9c372cf2fe08fd","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"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":"a1947ec409134805","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"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":"6ee08259b9ae6134","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"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":"aab1e05e74864319","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"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":"d9cf1f5fb0e40678","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"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":"42fad4eafbcd5e3c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"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":"21d2f3fd5e1bd5fb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1},"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":"58b719d108d67382","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"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":"b36500448a7772","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"968e2199272b9a7b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"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":"1608ec5fa614866e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"be1cecd6c0a67c2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"cb6d38d6bb76d3b9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"377dea4ba7260dee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9e5bde7596bf1406","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"950a82e7db5fffd9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"306bb235f23f130b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3315332233dd4c44","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"ba403caf040f893","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"88b9626ed00599ab","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"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":"8ff2ca598b5e7861","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"ca858c2ec8aec26e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"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":"506521b8a14811d4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"25d9a13ae4ee3cde","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"d9a47ed05875f8f4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c2b6d0d3dce02a3a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"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":"1bab8eb561de3664","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"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":"25830e6cc52702e3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"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":"47ad5624925b93f2","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"54ca0dca1f60c95f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"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":"a99f85e3e9cae80b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"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":"697534a2e92edaee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f1cb72ed3e162c8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"f5c5602c0f9f653","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bec6c34264aeb139","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d10d2214c67af995","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"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":"8fb3c0547e0a44de","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e9144f5bd60b8cf7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5ebc808ddb129d90","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"644adac3a42979ca","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"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":"719cbebe7b547ae3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"28c144bff577abba","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"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":"654f3b56788ce516","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"bebf2fc8d9346465","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"48be00d2e7427454","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"58cf68b3c4e95727","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"11e6898894ed0f1d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"67bbd8491ad92a1a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"70ff39f387612943","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"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 forward","uid":"9e3f254b547dbbd8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"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 backward","uid":"704b374bbfe5335c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"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 forward","uid":"6df8b426819fbd25","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"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 backward","uid":"c7fbaa9ce2071585","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"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":"c10bd3ae1fab81f6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1},"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":"b23eff9b6cb4680d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"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":"45b27c30dc6b5a59","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"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":"412b69b031b2b1a7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"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":"6a2f76558cd69716","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"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":"38d8b20d74636eb8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e532d69e23ee3d04","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"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":"b19b4d8a6679482a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"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":"7348db86280933bd","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"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":"9d6ad262aeb7b964","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"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":"5093832a6f5323ed","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"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":"52ebd6dab5acf144","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1},"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":"de18e05a47898406","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"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":"b6af89e5bbb12c91","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"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":"f5d594b4851742e8","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"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":"9c9114fa67004677","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"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":"ed6da84c39ab5ef7","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"673b48ee920bcf41","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ebf734d2fd18d743","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"efa09b9650118338","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"ccf6e5727fe0c819","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"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":"98adbce2d2dceb3d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"898c289635aef79b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f6aba06c9e0071d9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"9064372f064289bc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"f6d2ec95235b7f0c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3ea437ff036c0d9","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2a3e1b892b694d7b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"2fe3494d3bd78dbc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"f70f6233c3af1e5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1b4a225d9fa59e1f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"1d0c4aac93d55f79","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"813f6cc96429715d","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"79f5f84e8af1dfa0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"334661a64b6f2399","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"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":"5f82f87018be8289","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"ba15f67b69ddb8a6","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792129,"stop":1707792792131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"22b2c03219947e51","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792547,"stop":1707792792548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"c9fbbf0f3e327a09","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792547,"stop":1707792792547,"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":"22c2549a69cfe8ae","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792548,"stop":1707792792549,"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":"3c43bdf41dc3d7c9","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"75bcbeaa40f7b9d0","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"a268ecfc732a3ca5","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792550,"stop":1707792792551,"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":"fde4e4b6a8840020","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792550,"stop":1707792792550,"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":"7c4571254ab86bb4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792551,"stop":1707792792551,"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":"f191160c23dce064","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792551,"stop":1707792792552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"2dccef650911b1c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792552,"stop":1707792792552,"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":"cda585d0d3880e7d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792553,"stop":1707792792553,"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":"a9964382ffd7eb90","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"e795fa83cfab8e6d","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792592,"stop":1707792792593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"55876a56587805bc","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792592,"stop":1707792792592,"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":"6ae38198e540bdb4","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"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":"283cd2f9eaa49d3c","parentUid":"0309f6b72c0373156def937367c82140","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0309f6b72c0373156def937367c82140"},{"name":"Waku message hash computation","uid":"ac380dacf2821929","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792795035,"stop":1707792795036,"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":"eba2602e0018d80c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792795036,"stop":1707792795036,"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":"663afc1ef362cf85","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792795037,"stop":1707792795037,"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":"37df1eaf9369d7fd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"7d10e94729ae66da","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792799998,"stop":1707792799999,"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":"39ac1d0d4ec42bbf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792799999,"stop":1707792800000,"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":"d78f93d3af98e7f6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800000,"stop":1707792800001,"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":"b62d6e73f9aed059","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800000,"stop":1707792800000,"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":"e1e28c38238cf576","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800001,"stop":1707792800002,"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":"e2a9a06eef357dc1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800002,"stop":1707792800002,"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":"7b7809f6a44db87a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800002,"stop":1707792800003,"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":"de008e5343780278","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800003,"stop":1707792800004,"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":"cbaa2a0ca214211f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800004,"stop":1707792800004,"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":"2c65db1aa2746771","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800005,"stop":1707792800005,"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":"9101a4679152edc7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800007,"stop":1707792800008,"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":"9cc11494ccca1938","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800008,"stop":1707792800009,"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":"6136611d0821b7b1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800010,"stop":1707792800010,"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":"cd651f0866acbc7f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800011,"stop":1707792800011,"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":"606b0de30f9dd55d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"e478d0baa9416483","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"edd6214754085044","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"54a2042a900b4a3d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800221,"stop":1707792800221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"e9dbc454739d5ff7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800803,"stop":1707792800804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"e8a0017d478caab7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800803,"stop":1707792800803,"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":"e410787348a3c8fe","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800804,"stop":1707792800805,"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":"3cd1b5dbc98b3526","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"2f11a41b55cebecf","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"d1bd54f84788297","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"3696b7f545496e3b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"e2b61dce9238d6f9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"827f6b5b66c8c251","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"4dfd3d73af96d06c","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"a362b1734d6ad49","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5c0345a78bc75334","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"210c1799e55dd357","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"7f004ad97fcc7550","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ace052899b94700e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"3822c9bc4e2625c6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"708c21c60c314c41","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2ab5be0a8f382983","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"f73ba97c866ecfc6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"4be9c11319b48c20","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"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":"a717290248be4067","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800817,"stop":1707792800818,"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":"c1ecebce25c14e9e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"980403b1e1ce1dc2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"fccf41fe06851243","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"28198ce3e94ada21","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800818,"stop":1707792800819,"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":"ab6a27ffc938adff","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"957ec802226ce060","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"8e79c918ffd9ea99","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e687e1b47c6f1dc0","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792800819,"stop":1707792800819,"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":"97fda087fd37f318","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707792805022,"stop":1707792805024,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return all peers when numPeers is 0","uid":"b942e5bb97a47350","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707792805567,"stop":1707792805568,"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":"b41721bf1dee5eda","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707792805568,"stop":1707792805568,"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":"29c08dd8a5f90d0b","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707792805568,"stop":1707792805569,"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":"6387d45e7d4d801","parentUid":"a5669e6fe8ee21fadf6efd4c7a904e03","status":"passed","time":{"start":1707792805569,"stop":1707792805569,"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":"cc35db13af0cb524","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805602,"stop":1707792805603,"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":"38ad82e9dd5c7a03","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805603,"stop":1707792805604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"2f660ff27144ebd","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805603,"stop":1707792805603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"75ff6f5248aa6a1e","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805604,"stop":1707792805604,"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":"f43ae38e495d1db4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a553bbed71d0b2c4","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"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":"78da8706a006216d","parentUid":"93b2d32eaaccb83cb998b1e6cf8d3de9","status":"passed","time":{"start":1707792805606,"stop":1707792805606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"93b2d32eaaccb83cb998b1e6cf8d3de9"}],"uid":"a5669e6fe8ee21fadf6efd4c7a904e03"},{"name":"Accepts a valid Waku Message","uid":"bfabf72458b69e27","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"c0bf75a091af4024","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792809060,"stop":1707792809060,"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":"3ee4978a7f80ad5d","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814221,"stop":1707792814222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"18e294fca4d1e996","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814223,"stop":1707792814223,"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":"61a866366a3040c6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814223,"stop":1707792814224,"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":"c2a58a28a01e65c1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814742,"stop":1707792814743,"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":"5874ac67edfe5e7e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814742,"stop":1707792814742,"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":"7f1f76751191424b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814743,"stop":1707792814743,"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":"f6c1764936882fa9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814743,"stop":1707792814744,"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":"cc751fccc6a30efd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814744,"stop":1707792814745,"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":"2d21b5f7f616923a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814744,"stop":1707792814744,"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":"be28184e85084791","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814745,"stop":1707792814746,"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":"693e4e40da1aa95a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814746,"stop":1707792814746,"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":"5a663e8a90e97ecd","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"a05df0055ae7e372","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814755,"stop":1707792814756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"d812350b1b0dea77","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814756,"stop":1707792814757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3263e0f2f2f540b9","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814756,"stop":1707792814756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a873a8afc645d390","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792814757,"stop":1707792814757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"750f1df7d2062b8a","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815078,"stop":1707792815078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"e414ddb69493abc6","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"fbdcdcf34d0e40ae","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"23ab9f297321c76b","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"f338accdb234207e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ed43bef12dafa6b5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"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":"3a9c915887d40911","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815080,"stop":1707792815081,"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":"5219294f3b7c7745","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"b4bcd8fe3fd8f4e2","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"76db239c4105ee49","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"e6bd34cd5ac9fdb4","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"d502e665ca1d2f40","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"b1cc53f0e332fb03","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"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":"4a0c3cbee3049418","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"49b5a9417d3a8380","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820890,"stop":1707792820891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bff4ce34f34cf38","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820891,"stop":1707792820891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"abcc2e2f1a5b28b7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820892,"stop":1707792820892,"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":"2362450c3af62d84","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820892,"stop":1707792820893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e78da258d1fbb5dc","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820893,"stop":1707792820894,"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":"5b4111532b02126f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"bc7070eddde86fc3","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792821408,"stop":1707792821409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"d70428cf06a62bc7","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792821409,"stop":1707792821409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6164152f76f157c5","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a534857cfd82b057","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7cee305fd00b898e","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"2e8db92229d2f1cb","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822802,"stop":1707792822802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"b75a1a5922d90b1f","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822803,"stop":1707792822803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"d6aa97f8164ad781","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f2526b2c00b13423","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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":"8e50f1b9c0fc86a1","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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":"f5370d7b4ba487","parentUid":"2e47b3daaf2a2b71abda931a67308332","status":"passed","time":{"start":1707792822805,"stop":1707792822805,"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":"477254391a5a53b1","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"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":"24dde3b610539337","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d50a547e605334fc","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792838867,"stop":1707792838868,"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":"1afd23b5dbdffd4c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"4487723428eb7fdd","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792838869,"stop":1707792838870,"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":"14f23d2bd7082ba","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792838870,"stop":1707792838870,"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":"beef9b77d1071916","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792846322,"stop":1707792846323,"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":"259a77639d0ee691","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"74f7a5a1d87aab2e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792846324,"stop":1707792846324,"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":"b3d55b6b594b2527","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"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":"e7b7d8cd8d06a58c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792846325,"stop":1707792846325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"ef052bef7cdeadb5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"3fb5e35ef242875b","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878411,"stop":1707792878412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"6fd002861cc55e5e","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"c1d5108901b1ec5","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878414,"stop":1707792878415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"5c12b642cd8d8f77","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"73cab62f50496467","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"7e70ea98897c54a2","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"d96387bd33fcb26","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"aab97a625d88f25c","parentUid":"6c306d7226181a82f8643139ae545f25","status":"skipped","time":{"start":1707792878416,"stop":1707792878416,"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":"a90d8169555007a4","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"59603118e50a7e09","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890683,"stop":1707792890684,"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":"718342f0a27489e0","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"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":"68b82eb9730b2476","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"37347df3157fb386","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890684,"stop":1707792890684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"290df14c419f6f56","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"3a4f4becb8677bf","parentUid":"6c306d7226181a82f8643139ae545f25","status":"passed","time":{"start":1707792890685,"stop":1707792890685,"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":"5f1ec872e47cbf3f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"ec6a6c488518cef1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848129,"stop":1707792848129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fbc769d72da408c1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"3777a5ad2bf64b07","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848130,"stop":1707792848130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"aec9b4068c9a6b45","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848725,"stop":1707792848725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7963619c63111dec","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"237b111e92a9e935","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"e94a894f883fe78b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849457,"stop":1707792849457,"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":"8e67234dbf663e70","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"401f044c6e482ec1","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"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":"813074e0d382e81","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849459,"stop":1707792849459,"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":"1e5ad979e83de90f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849459,"stop":1707792849460,"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":"c34ac18d8705d7a6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849460,"stop":1707792849460,"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":"3ef5e8924e4803c4","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707792849460,"stop":1707792849461,"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":"7d833a281dde26f8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707792849461,"stop":1707792849462,"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":"836963649dbc3438","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"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":"147135a6d4194f0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"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 peer without subscriptions","uid":"43d57e5ea5833ee7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"44a9192c273257e4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"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":"6457dc130342f3fa","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792869304,"stop":1707792869305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b62b937ec0f7a032","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792869304,"stop":1707792869304,"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":"3aa098beff997670","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"16408df251bec517","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"af93167741a1b462","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907229,"stop":1707792907229,"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":"4dbfd6aef8c02f3e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907229,"stop":1707792907230,"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":"5ace0edea7df17bf","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907230,"stop":1707792907231,"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":"be92f49bf4914698","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907230,"stop":1707792907230,"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":"5a03d8b494f67075","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907231,"stop":1707792907233,"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":"20a63c7eb0cf973b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907231,"stop":1707792907231,"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":"fd8117e9229abc38","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907233,"stop":1707792907233,"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":"c65a358ab4381826","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907233,"stop":1707792907234,"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":"ac6102300e250736","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907234,"stop":1707792907235,"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":"451b8469be9f9d5a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792907234,"stop":1707792907234,"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":"9e9d2095af9f1ae5","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792929578,"stop":1707792929579,"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":"681458f686b6bdbe","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792929579,"stop":1707792929579,"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":"c1139d89c3d2ae22","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792929579,"stop":1707792929580,"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":"bcdbb07592fbffdc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792929580,"stop":1707792929580,"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":"843bfa42a14bbcb4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792929580,"stop":1707792929581,"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":"e76c7b10f8bde11f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ef76f9f2d89d5ba","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958823,"stop":1707792958827,"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":"264cab64810850bc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958827,"stop":1707792958828,"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":"af9303569125bf3b","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958828,"stop":1707792958829,"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":"6664612407dccec1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958829,"stop":1707792958829,"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":"2542d60ddce53ac","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"fab4bf38e7bee615","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"5945be84978c5089","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707792958831,"stop":1707792958832,"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":"c075cf3303077178","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958831,"stop":1707792958831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"cd58276e68349186","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958832,"stop":1707792958832,"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 31 topics (old limit)","uid":"196c3c5c06756dc4","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958833,"stop":1707792958833,"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":"9f6506e29aa3e52e","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14be64cc99c6ee7a","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"broken","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f56547116a8bd969","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707792958834,"stop":1707792958834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"ceff03afd73d0984","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028261,"stop":1707793028262,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e7152a0e378d4be1","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028262,"stop":1707793028263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4df144972f066d1f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028264,"stop":1707793028264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"44e0a8492cfa113","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"2ff72e4911405bf8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"de5a7a7052c27654","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"69435645beb283fd","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028272,"stop":1707793028273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b4e3403bbe7192ae","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"6a7779e6688c8958","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"267990520de738a7","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028274,"stop":1707793028275,"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":"1e05812b9cf78428","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b85c0b207d46ee44","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"bf0996152959c745","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028276,"stop":1707793028276,"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":"bcb64e4f3a9cf2ed","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028279,"stop":1707793028280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"af7b86863ae24a4d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028279,"stop":1707793028279,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a9f559f9493530d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067000000 ","uid":"167977bdb6c1f64d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067 ","uid":"ee26032a19e7f8ee","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028283,"stop":1707793028284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ce4c3f4b0597fcab","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028284,"stop":1707793028285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6e2ff6b1861ef8","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"356dcda81f987a42","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028285,"stop":1707793028285,"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":"6265edc24308f6ea","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028285,"stop":1707793028286,"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":"5e095725c9452027","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"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":"221c0b330ffe6501","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"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":"6cee2c8d7682e14f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"8279a10bff3b46fc","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028290,"stop":1707793028291,"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":"59951f2ed14ab21d","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"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":"524a3445fa87372f","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"b9e58711e5060d9c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"passed","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"4127902dd5f1ac2c","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707793028295,"stop":1707793028296,"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":"cd05f6e66088bcde","parentUid":"5dc97a320ab0e88ae621c2d48170bb29","status":"skipped","time":{"start":1707793028296,"stop":1707793028296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5dc97a320ab0e88ae621c2d48170bb29"},{"name":"Ping on peer without subscriptions","uid":"3e82c9597a9d7160","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"39c2020d1ee25293","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"41ebfba340f15b60","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919940,"stop":1707792919940,"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":"8bb97c562455d3ef","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919940,"stop":1707792919941,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bace446017574fd7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b7d1296dfbe15f79","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919942,"stop":1707792919942,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"94016863792f9b83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919942,"stop":1707792919943,"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":"332b1fe9489c48af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707792919943,"stop":1707792919943,"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":"7f10201d1edb459","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059097,"stop":1707793059097,"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":"380323bb1c8ea0ba","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059098,"stop":1707793059099,"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":"32156957ffeeb3d9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059099,"stop":1707793059099,"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":"53412d951a41a02a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"6ce4f306a0e8f3ae","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"e5253321bb0178b3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"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":"9d8a1f8f6615fd6d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"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":"3312ef564d647fcc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"c778894017771e9a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059102,"stop":1707793059103,"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":"f2c1bed73cad45cc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"8c32b9da5d546a83","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"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":"60eeb9d9fcc0db03","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"24ed167b2b9ff36a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"28847ed8a12aa789","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"af3ab777ee12eea1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"16f06ead9df31219","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ee0c5d6495e00e28","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e5771fed68a3c2bc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"33d06a99112ac015","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"622cd29c7714ab54","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371097,"stop":1707793371098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fcff495bfb8f9bbc","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a75a70fb94ad2e09","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"1183686d11b606b8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3b4c2994ab9ff77","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371099,"stop":1707793371100,"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":"db8307fb303ad01c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"58d98734661e8a19","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371100,"stop":1707793371100,"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":"f540fad1baae87df","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371100,"stop":1707793371101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c8c9e5ea38e4472f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"2f848a2b84ea2ec8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"fce8cd615f0f829c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371102,"stop":1707793371103,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"aa75b27fff2eb895","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3732eb0cee9ab3a8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"cf60b9ea5f2d2804","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371104,"stop":1707793371104,"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":"7fc8e5cb91e5135c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371104,"stop":1707793371105,"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":"b7b0bd2f3dde818b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371105,"stop":1707793371106,"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":"8050b14544960611","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371105,"stop":1707793371105,"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":"e2abe1118b21649a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"dfa286225cfe5e58","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"99fcfc4b5c716eeb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793371107,"stop":1707793371108,"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":"d6d341cb375f8407","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371107,"stop":1707793371107,"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":"3df7ef17fc92e5f8","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"8c877d88e800e0ad","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371108,"stop":1707793371109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4f49d34fd850a886","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371108,"stop":1707793371108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d091fcb17cb06d79","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371109,"stop":1707793371110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"10d7fabd67f3b01f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371109,"stop":1707793371109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1446f27b426a627b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"216bcd0d57e0d835","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"692ca337528b265d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1d6257f0cf171800","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"124cc08f54808b4b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"609b44b24ce3b360","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371112,"stop":1707793371113,"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":"41c2eaba5c820818","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371113,"stop":1707793371114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eb120c2a1a1ee1ac","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371114,"stop":1707793371114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d274040492ba7f7a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371114,"stop":1707793371115,"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":"ccd8f865c347144a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371115,"stop":1707793371116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9e683e05b87fb1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371115,"stop":1707793371115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"a035552ef488137d","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"f1cf072d01d1fef5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"2b520dfa7ae6cf87","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"80a64f10810e0cad","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"80fdb3fe15a04e36","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371117,"stop":1707793371118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"dfc3dd84a4080ac9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371123,"stop":1707793371124,"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":"c3d4fb922a23e7c","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371124,"stop":1707793371125,"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":"11d4db18a648395e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371124,"stop":1707793371124,"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":"dfd04763ea7c08e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371125,"stop":1707793371125,"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":"c15b5b708e476348","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371125,"stop":1707793371126,"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":"9fda558cd0dd0450","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371126,"stop":1707793371127,"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":"23083b2e32b253f1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"76b08d189b69d5b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793371131,"stop":1707793371132,"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":"94e158f5a54473fd","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"689444ebada4c412","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446730,"stop":1707793446731,"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":"bf6f142ebbca0f7f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446731,"stop":1707793446731,"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":"95a945e69900ead7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446732,"stop":1707793446733,"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":"75a86a4d11df78f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"728013e8f2870c45","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"a88d1f89bfe6a3b0","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"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":"8897130aeb19e3ee","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b7a22f9550efbc20","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446734,"stop":1707793446734,"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":"18485aa82b309aeb","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793446734,"stop":1707793446734,"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 31 topics (old limit)","uid":"302ccf76a93d20a2","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446735,"stop":1707793446735,"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":"2d2db6cf99f3b370","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9b86b2e84b061167","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"373a49b79c1507a9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"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":"df8768a161749bb1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"30971d9b353f5312","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446737,"stop":1707793446738,"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":"1f8805146267fb32","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"d96bc0b4fbf688b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"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":"3c562690dfd5ec82","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"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":"537267c96b0bca03","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446738,"stop":1707793446739,"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":"ec0c60b75ab958b3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"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":"412d6689cb9b33c3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"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":"4ccc441a6b2742b7","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"2e36727f52494d0e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"8a86363c9b3ea98b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446740,"stop":1707793446741,"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":"ed68015c04ae7c0e","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"6b96ca264741be34","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446741,"stop":1707793446742,"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":"a52ef9da2663526b","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"5a8254595a4f5bc4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"55ea81b56c4852b5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"e409ad3f6287d571","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446742,"stop":1707793446743,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"9674a55deb04e7e9","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446743,"stop":1707793446743,"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":"e25f0a23e2746760","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"a034079ddc596323","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446744,"stop":1707793446745,"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":"a980dce154618f0f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"4afc8fd2569a049a","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"4b2f21550f2de9b4","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"fa053323da58213","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446746,"stop":1707793446746,"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":"afde80010714f188","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"bd6dbbbbc5de6453","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446746,"stop":1707793446747,"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 31 topics (old limit)","uid":"f2b5e0c6f1e9b7d3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446747,"stop":1707793446747,"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":"8df5bd76140ef9a1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"skipped","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d37bdf9ca026c299","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d843cb3f188ab455","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"ac6ec4df665953a3","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"8b9e49b86bc13bff","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446749,"stop":1707793446750,"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":"4242d75079a005cf","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"98797d17a29ab634","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"c1e00d1c31f15bf1","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"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":"9cc51b976f088be5","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"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":"67fd5c7a155646af","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446750,"stop":1707793446751,"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":"5a8c1478ec64ecab","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446751,"stop":1707793446751,"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":"f186442172de026f","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446751,"stop":1707793446752,"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":"dfd1e57bf4eb9002","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"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":"5789b5106be1e408","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"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":"986479062af15faa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446752,"stop":1707793446753,"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":"455273292b5b3288","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"e7f5e0bf7df6ded6","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"5f3f67f2738701aa","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"a49bae0e9e233f16","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"13ab44d8dff0f84","parentUid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"71a0e3e3e3df2a64b5c5dfa4e3e8c91c"},{"name":"same cluster, same shard: nodes connect","uid":"ac31dbfb5f65dad6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"7ec1952e065d1dd7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012459,"stop":1707793012460,"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":"e09a18f300bb650e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012461,"stop":1707793012462,"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":"88f05152897b9112","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"6519c58c519cc39f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"f3a7b6b4f2f296e5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"3d7e3592bfb8d9f8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"f166cda0231ef482","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c15b2212bac74fab","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012464,"stop":1707793012465,"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":"4a73f2968a4f9021","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"656882ca0c470dcd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012465,"stop":1707793012465,"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":"36f4f13f99f50d12","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"b00e6777e6e3bb77","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3e8c61e682cf8f28","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012467,"stop":1707793012467,"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":"74fde2bcae1c3fc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012467,"stop":1707793012468,"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":"ce243c211a28a184","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012469,"stop":1707793012470,"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":"6301e00a8735f1e2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012470,"stop":1707793012471,"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":"b34ab433e8e5b3f2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012471,"stop":1707793012472,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6e38a7ee5e498af8","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012474,"stop":1707793012475,"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":"459a28862f1b42e7","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012475,"stop":1707793012476,"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":"ff176b8405437a45","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012476,"stop":1707793012476,"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":"116c458000ebdaa","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9f08bd817c329167","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c34f2a2b93ed1bc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012483,"stop":1707793012484,"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":"e189addd65cf4d62","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012484,"stop":1707793012485,"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":"5012dbe23b68afe2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012485,"stop":1707793012486,"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":"ad273d060d8ab4cd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"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":"b7b8e1753f1b7d61","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012492,"stop":1707793012492,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5a53e4e7a0e9f056","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012493,"stop":1707793012494,"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":"7c546ce731c0bff2","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012494,"stop":1707793012495,"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":"8fe7a0528649dacf","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012495,"stop":1707793012498,"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 5 bootstrap peers","uid":"ac01f18235ea78b0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012498,"stop":1707793012499,"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":"d07f60cfc0cf4028","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012500,"stop":1707793012500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"304027a8197cd6d6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012502,"stop":1707793012503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"f7cd19c5e8f10dff","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012503,"stop":1707793012507,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"f7305cfb35af012","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"d62ae0c9dfd0e983","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012511,"stop":1707793012512,"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":"c3c89eae87910aa3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012511,"stop":1707793012511,"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":"dce3a0d4662aa2d6","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2bd6dc2a157e3582","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"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":"ae41c5920a30cd3e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"2c38f549c843826e","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012514,"stop":1707793012515,"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":"3895295c5abcd874","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"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":"966a7aaa127265f0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"cd9a064f06a56880","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793059180,"stop":1707793059181,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"908341bc8fac2508","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793059182,"stop":1707793059182,"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":"d55838876381600","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086602,"stop":1707793086602,"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":"2956f03dc29cc7e6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086602,"stop":1707793086603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d430e4dbca157156","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"a4443511c88d268d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"d6e78758f8d4d62d","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086605,"stop":1707793086605,"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":"51aa55a554d04cf6","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"242fd63c44f0097a","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086615,"stop":1707793086615,"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":"e305991ae53cee6c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086616,"stop":1707793086616,"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":"ec2922e2fa38747c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793086617,"stop":1707793086617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7e697f5cd0492845","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238858,"stop":1707793238859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e60346f706961514","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"2269e0cfe4714180","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"7fe3d1283a338d0f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"597ab9f4c3d997cd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"c47d37ce34d5e9ec","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e7edfa80812c5ab","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238861,"stop":1707793238862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1b97547002e03220","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"262bad25ddf8cedd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238862,"stop":1707793238862,"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":"7d94fcec759fd0df","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238863,"stop":1707793238864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9126998c0e0009d3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238863,"stop":1707793238863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c11e52c9b60dbf14","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"52ea7394a22dd995","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"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":"b8719a801a5cb378","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fb527fa6d1061b37","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"844ec15e728c3211","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"2cb7d0263fe43fb7","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"d5510c9489c8545e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"7d358c6d8a7ac537","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238869,"stop":1707793238869,"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":"d71d52c1b46f662","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"3f163386435c63bd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"5cf85269ef4a0ac8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238870,"stop":1707793238871,"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":"3cef6830630c5b32","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238871,"stop":1707793238872,"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":"d5b4db2a157621c3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238871,"stop":1707793238871,"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":"2471d11993d8625f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238872,"stop":1707793238872,"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":"2eee805a613956a3","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238872,"stop":1707793238873,"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":"f31b44beb941a50e","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238873,"stop":1707793238874,"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":"8ba30b99866a801f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238873,"stop":1707793238873,"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":"c62793c6182a2f43","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"b84d8226908260b5","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"b19c222dfd10bdf8","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"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":"a18e5c2b704c34c1","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"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":"5b5eea86b2effd42","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"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":"8cdc781d54083eda","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238876,"stop":1707793238877,"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":"2a6915f11d3b931c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"dd4b41318246363f","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238877,"stop":1707793238877,"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":"551b02c4b49e9067","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e8aea029968444ca","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796612699","uid":"f4446925c3ed4ebd","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034612699","uid":"5375952f6039385b","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789412699","uid":"a912fc13354f659c","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"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":"ba417fd6ab90c4f0","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"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":"72e6e3f92d6eed73","parentUid":"44710b6012b98874a5a6e1da18843026","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"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":"dc2b0f8e48bb72a1","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eb7315e4fea1283","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ee32e0e05b32d78","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"71475f0ce56cc7e7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370623,"stop":1707793370624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5e2f9341c06e0f8c","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370623,"stop":1707793370623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"71d28276ba4cd325","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3bca0451dfab9f6d","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ae0fad737c4c0b89","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370625,"stop":1707793370625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6847ae21f2fbc1d2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"18c3e80a9b27b0e0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370626,"stop":1707793370627,"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":"d346bdfed2395d37","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370627,"stop":1707793370627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fbbfd7651265a3e0","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370627,"stop":1707793370628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"7a63dd7b7594ec47","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"c1b7788947250ba8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"54d65f4b42478a2f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"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":"3c9b85e20a960903","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"11ea15871c75c65f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370630,"stop":1707793370631,"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":"a3810b73482e62f7","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"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":"6e412209b74b253b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"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":"eaf40c676d589a8a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"26bb3a7e13fc4edc","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"bdd484b9a9a06978","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370632,"stop":1707793370633,"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":"d80eb2f2803d406f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370633,"stop":1707793370634,"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":"e15c0b354019d337","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370633,"stop":1707793370633,"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":"70a3e6f5afe980b4","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370634,"stop":1707793370635,"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":"81d971dbb1c524a3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370634,"stop":1707793370634,"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":"e0f54c7d213a71d2","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370635,"stop":1707793370635,"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":"7cd076a540aba185","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370635,"stop":1707793370636,"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":"18542f5259d42963","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"ff4ece4c8767475f","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"e3e947160c523976","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"3a6e5584389b932b","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"3ae76ec83cca6f19","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"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":"638989488f0b414","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ba4e5c55d0527613","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"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":"7ae2747500a4872a","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370639,"stop":1707793370640,"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":"d297d4ff5a25b354","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6d9d9c1549d313ee","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370640,"stop":1707793370641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034559036","uid":"19cee804b3798271","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789359036","uid":"6a77ec0d9b917aca","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"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":"c1761f69e5518959","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"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":"dcd5a137b57b49b8","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370642,"stop":1707793370643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796559036","uid":"9e6d34051ec48ff3","parentUid":"98e37ab0d2f3142a847ff2af3729b84a","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"98e37ab0d2f3142a847ff2af3729b84a"},{"name":"PeerStore has remote peer's shard info after successful connection","uid":"3600a71b190c3504","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793088061,"stop":1707793088062,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"4d128f90bb1d3332","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793088062,"stop":1707793088062,"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":"4ffebe91ed5be523","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"925ea227301ebdae","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"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":"b81085273cd1c50b","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793088064,"stop":1707793088064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"2d587790afbfeb54","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793088152,"stop":1707793088153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"8d10b5656006a29f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793093670,"stop":1707793093671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"97799c92c3a24a44","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"relay","children":[{"name":"Decrypt messages","uid":"8a3d3c0caf32039c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"56fb749c89c9d74d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793095139,"stop":1707793095139,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"833f0ad780a0520a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b573e086563c680b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793128331,"stop":1707793128332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e96537e332504eae","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"d5d457d9e9768106","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793128332,"stop":1707793128333,"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":"b15935f5c06d11ee","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142778,"stop":1707793142779,"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":"8241451025eaf79c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142779,"stop":1707793142780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"99959ade6840c143","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142780,"stop":1707793142781,"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":"4781ee06593ce431","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"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":"a08a829249282ef1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142788,"stop":1707793142789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"7d449ba7eb7ca3e7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"2a5d7f4abee648c1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142791,"stop":1707793142792,"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":"be52fc8f190fe953","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"80e14ac0962a215f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142796,"stop":1707793142796,"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":"8e854ef4022ade12","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a39974da4e97935a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142797,"stop":1707793142797,"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":"1c2bf423e464a489","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"1f64cde6e15acf61","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153212,"stop":1707793153213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"3c2e39983ff073a8","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153213,"stop":1707793153213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"1e89253f52847b84","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"86c5fc5f2608fd10","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"cd15be0494c6a1f6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"12dc2c49a7aecbeb","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4644e42e868d811","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d3bb884944966285","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153217,"stop":1707793153217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"dde7ee3f7bbb0647","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"67543c82acf2c284","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"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":"ce35694509b24998","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ded5d56cac4219d1","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"b54a87418b625d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"4d71f87db05d5b1e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153221,"stop":1707793153222,"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":"da125b9e9ada1526","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153222,"stop":1707793153222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"3453d736075045c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","uid":"eecd4bbe6175b766","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153223,"stop":1707793153224,"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":"836ecb55a00181b4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","uid":"811919cbcd121669","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","uid":"8e65953ffb589b00","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"6dc7122b7761e78","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153226,"stop":1707793153226,"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":"6705f4874d6eca3c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153227,"stop":1707793153228,"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":"43122dfa033d86e4","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"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":"ecf082d0499c268d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"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":"977336ca81ab0ce7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707793153228,"stop":1707793153229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"8aa506b130440f57","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"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":"3892f4b2c1dbb10e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707793153229,"stop":1707793153229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"253bb059c691422","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7d3e30de67c4c2d9","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793153230,"stop":1707793153230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"53aa408e706b2006","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168668,"stop":1707793168669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"344a8b8d2c30a683","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"93aa5b690af58224","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"16afe6f916b349b7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168671,"stop":1707793168672,"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":"25dd018bf4475d2","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168672,"stop":1707793168673,"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":"1bcfd579b98bd13f","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168673,"stop":1707793168674,"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":"4e7388f337eee427","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168674,"stop":1707793168675,"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":"dd39fc1f256bab2c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168675,"stop":1707793168676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d6b8f46e6270b50c","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"971cbc42d281bfc3","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"skipped","time":{"start":1707793168678,"stop":1707793168678,"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":"474394424da8240a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168678,"stop":1707793168679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"c9cefff742611fac","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168679,"stop":1707793168680,"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":"f7079c869e061d10","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168680,"stop":1707793168681,"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":"c8025512ec9b7c7","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168681,"stop":1707793168682,"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":"149d1c7158a6104b","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"2f61758232802d7a","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"59c22a3ec248ec27","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168685,"stop":1707793168686,"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":"1f65ee9394da87c6","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168686,"stop":1707793168687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"2124bc31cda2d646","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168687,"stop":1707793168688,"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":"2ce3c8a69faf9a0e","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"e49eec942ec1ba07","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"1379be28e3e80244","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"47cfd4015a024311","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"bd564010f4cdd27d","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168695,"stop":1707793168696,"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":"cdd3de4bfbc48878","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"61b9f3173ca65968","parentUid":"3c728dec9e04988ce79c14ecb2c28dfb","status":"passed","time":{"start":1707793168696,"stop":1707793168696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3c728dec9e04988ce79c14ecb2c28dfb"},{"name":"sdk","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"141b987a3aa7c499","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"passed","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"7d6bba91a7229593","parentUid":"b9b5a205d40de2999342bf1b441e704d","status":"broken","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b9b5a205d40de2999342bf1b441e704d"},{"name":"nwaku interop","uid":"141930bfce5da8cd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"skipped","time":{"start":1707793230148,"stop":1707793230149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"aa470d1db3ebcf85","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ca41b915acaffa5f","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230150,"stop":1707793230151,"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":"b1490e6aa20990","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"2275c8176aa1404","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"f9992b49f065010c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"49446f5b3504079c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"5e9a5e84d0bd4f9a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793230152,"stop":1707793230153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"sharding","children":[{"name":"configure the node with multiple pubsub topics","uid":"2655c6cc6d6dabd","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793243275,"stop":1707793243275,"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":"3e8b4cc0bba48231","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"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":"5bbab87de443f512","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"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":"5d66e22dded0fe60","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793354573,"stop":1707793354573,"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":"8e2d7a06a15f0ea2","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793354574,"stop":1707793354575,"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":"e1f4338516c0133e","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793354574,"stop":1707793354574,"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":"4c377726deabb4e1","parentUid":"329e87e7e4a1f1038560cdf392fa367d","status":"passed","time":{"start":1707793354575,"stop":1707793354575,"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":"babc8f22fb8fa529","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287275,"stop":1707793287276,"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":"ab1a3a57a157d114","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287279,"stop":1707793287280,"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":"c4aeb75906fd5713","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"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":"ff427b086815ee67","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287282,"stop":1707793287282,"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":"6042f4a52f2a143e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"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":"9802d585c72c1793","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"a85d02cea362ba85","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9290f9308502801","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fbf7f3d4db0013b3","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"c579d72b6195f213","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1db142976966724e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304781,"stop":1707793304782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"ff1ce72f4aa93ce0","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a3fbdd37c532a740","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304783,"stop":1707793304784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"fe38eb2dea8037f6","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"e6268d77c27242fb","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"97ccb41b5c84f15c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304786,"stop":1707793304787,"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":"d8c75b1e1143c0f4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"b6a1c76280fafe17","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304788,"stop":1707793304789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"ccdf5cd116aac99","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304789,"stop":1707793304790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"9f30c4d648d5f260","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304790,"stop":1707793304791,"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":"f8aabb51529d474c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793304791,"stop":1707793304792,"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":"15f4e49680193c2d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355775,"stop":1707793355776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"31abb135af2ff5de","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355775,"stop":1707793355775,"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":"206c1b1cb0eb6ca4","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355776,"stop":1707793355777,"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":"8d3b05e54c157de","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355776,"stop":1707793355776,"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":"b1aaad778b5dc454","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b0d6fb86326b041e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"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":"beb3d9c4e1caa9ee","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"1fb5518289810686","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"b4c21a309ba07cfc","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793355778,"stop":1707793355779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3cd9b8095d242cad","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369030,"stop":1707793369031,"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":"a2e2a80a4bbf4bec","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"21deada33a0a2b76","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3aa835d973519e4c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369032,"stop":1707793369032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"82ab530d3651190b","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369032,"stop":1707793369034,"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":"e1d546de4251c806","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369034,"stop":1707793369034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"24e1bab256c0dd55","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"494645585e82853f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369035,"stop":1707793369036,"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":"c774d776fc8ab575","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793369036,"stop":1707793369037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"82e99f2ca6fbc61","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793383649,"stop":1707793383649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"3bf1ef6096f8390c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793383650,"stop":1707793383651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"12f863a4766edf2f","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"eb266184655e69fa","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"1f8fc422d3b4d66e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793383651,"stop":1707793383651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"b21b8ea65708b856","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793383651,"stop":1707793383652,"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 forward","uid":"6e1e02c7861f1774","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793387155,"stop":1707793387156,"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 forward","uid":"9b9391897a88df0d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793387156,"stop":1707793387157,"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 backward","uid":"d77d2dbf084e0186","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793387156,"stop":1707793387156,"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 backward","uid":"784685354b8e5f8a","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793387157,"stop":1707793387157,"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":"891accd48817bde9","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392500,"stop":1707793392501,"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":"b556e69fd752604d","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392501,"stop":1707793392502,"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":"4105aa8f933b9328","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392501,"stop":1707793392501,"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":"9307d8570161dd20","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392502,"stop":1707793392503,"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":"4557d616f0b57c84","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392502,"stop":1707793392502,"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":"521284f657f31c86","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392503,"stop":1707793392503,"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":"3a9a68f77966de11","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392503,"stop":1707793392504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"8fdff327e4dc2d8c","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793392504,"stop":1707793392504,"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":"9362aa3f11102d73","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399644,"stop":1707793399644,"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":"d016caf54e9484","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"d3af5f8c929865df","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"57b3f8a38ea1cebe","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"5e5ed3e68b1194ef","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"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":"6b10fc4c337d3340","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9dbe73f8cbec9536","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"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":"b0c17f4440db5449","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"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":"8e9ccba4e09f3f7e","parentUid":"114c10befa13776855d75d77eed79619","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"114c10befa13776855d75d77eed79619"},{"name":"creates an iterator","uid":"623025527b086bfd","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9e99437b89c78946","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"fceabef893907440","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793384586,"stop":1707793384586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"bd4f3ab563d3d99a","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793400887,"stop":1707793400887,"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":"b8fd845bf60bcad5","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"189f2405630e8444","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"d015225ee361cf06","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"2cc89de92855880c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"a317a48390b28edc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793400889,"stop":1707793400889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"fa320788fb103fed","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"d157403cbe4fbb5c","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"96e706187f1cdb65","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"916632f996f80af0","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"328ecf4b99676dbc","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"cd9d7f99635012f3","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"6730b871158c9a11","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"b7838768e7658223","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"e9a8abb442715757","parentUid":"bf49149a3821e34f7608bb6885d52868","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"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/6406/data/suites.csv b/6406/data/suites.csv index b02d1c1ccd7..bf7b71571e1 100644 --- a/6406/data/suites.csv +++ b/6406/data/suites.csv @@ -1,719 +1,702 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Script payload","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with long payload","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: undefined ","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Mon Feb 12 20:29:29 GMT 2024","Mon Feb 12 20:29:29 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" -"passed","Mon Feb 12 20:29:43 GMT 2024","Mon Feb 12 20:29:43 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" -"skipped","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","1","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Mon Feb 12 20:34:15 GMT 2024","Mon Feb 12 20:34:15 GMT 2024","1","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Russian","" -"passed","Mon Feb 12 20:38:45 GMT 2024","Mon Feb 12 20:38:45 GMT 2024","2","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1707769812106000000 ","" -"skipped","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","0","Peer Exchange","Locally Run Nodes","","","","nwaku interop","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no pubsub topic is not received","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" -"passed","Mon Feb 12 20:35:11 GMT 2024","Mon Feb 12 20:35:11 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","1","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1707769812106 ","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing shell command and receive message","" -"skipped","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" -"passed","Mon Feb 12 20:39:49 GMT 2024","Mon Feb 12 20:39:49 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","2","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish message","" -"passed","Mon Feb 12 20:29:39 GMT 2024","Mon Feb 12 20:29:39 GMT 2024","2","to proto message","","","","","Fields are not dropped","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with extra parameter is not received","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","0","Waku Store, general","","","","","Query generator for 2000 messages","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","DNS Node Discovery","","","","","retrieves a single peer","" -"passed","Mon Feb 12 20:39:15 GMT 2024","Mon Feb 12 20:39:15 GMT 2024","0","Waku Store, order","","","","","Promise Callback - forward","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Feb 12 20:34:22 GMT 2024","Mon Feb 12 20:34:22 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" -"passed","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing shell command","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" -"passed","Mon Feb 12 20:39:15 GMT 2024","Mon Feb 12 20:39:15 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" -"passed","Mon Feb 12 20:39:30 GMT 2024","Mon Feb 12 20:39:30 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","unsubscribes","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" -"passed","Mon Feb 12 20:37:02 GMT 2024","Mon Feb 12 20:37:02 GMT 2024","0","Autosharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Mon Feb 12 20:29:56 GMT 2024","Mon Feb 12 20:29:56 GMT 2024","0","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","0","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" -"passed","Mon Feb 12 20:37:02 GMT 2024","Mon Feb 12 20:37:02 GMT 2024","1","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","8","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","2","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" -"passed","Mon Feb 12 20:29:56 GMT 2024","Mon Feb 12 20:29:56 GMT 2024","1","Waku Encryption","","","","","pre and post cipher","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" -"skipped","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Refresh subscription","" -"passed","Mon Feb 12 20:31:43 GMT 2024","Mon Feb 12 20:31:43 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" -"skipped","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","1","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","1","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" -"skipped","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Mon Feb 12 20:37:53 GMT 2024","Mon Feb 12 20:37:53 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" -"passed","Mon Feb 12 20:29:48 GMT 2024","Mon Feb 12 20:29:48 GMT 2024","1","Discovery","","","","","returns all values when wanted number is greater than available values","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Register correct protocols","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" -"passed","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","4","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" -"passed","Mon Feb 12 20:39:15 GMT 2024","Mon Feb 12 20:39:15 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" -"skipped","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1677011600007","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","LightPush","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" -"passed","Mon Feb 12 20:29:48 GMT 2024","Mon Feb 12 20:29:48 GMT 2024","2","Discovery","","","","","returns all values when wanted number matches available values","" -"passed","Mon Feb 12 20:35:11 GMT 2024","Mon Feb 12 20:35:11 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 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","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with numeric payload","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Mon Feb 12 20:30:20 GMT 2024","Mon Feb 12 20:30:20 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","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" -"passed","Mon Feb 12 20:39:19 GMT 2024","Mon Feb 12 20:39:19 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" -"skipped","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","1","Wait for remote peer","","","","","Store - dialed after - with timeout","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" -"skipped","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" -"passed","Mon Feb 12 20:34:37 GMT 2024","Mon Feb 12 20:34:37 GMT 2024","0","Waku Relay","","","","","Decrypt messages","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 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","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","This","Is","","","","A test","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Mon Feb 12 20:39:49 GMT 2024","Mon Feb 12 20:39:49 GMT 2024","1","Waku Dial [node only]","Bootstrap","","","","Using a function","" -"passed","Mon Feb 12 20:30:12 GMT 2024","Mon Feb 12 20:30:12 GMT 2024","0","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","1","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Basic HTML tag and receive message","" -"passed","Mon Feb 12 20:30:44 GMT 2024","Mon Feb 12 20:30:44 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" -"skipped","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1707766401516","" -"passed","Mon Feb 12 20:34:22 GMT 2024","Mon Feb 12 20:34:22 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1707769811950000000 ","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" -"passed","Mon Feb 12 20:34:15 GMT 2024","Mon Feb 12 20:34:15 GMT 2024","0","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","contentTopicToShardIndex","","","","","converts content topics to expected shard index","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" -"passed","Mon Feb 12 20:30:44 GMT 2024","Mon Feb 12 20:30:44 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" -"passed","Mon Feb 12 20:34:15 GMT 2024","Mon Feb 12 20:34:15 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","3","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","0","Connection state","","","","","`waku:online` bwtween 2 js-waku relay nodes","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing special chars","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" -"skipped","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 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","Mon Feb 12 20:37:53 GMT 2024","Mon Feb 12 20:37:53 GMT 2024","0","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" -"passed","Mon Feb 12 20:39:49 GMT 2024","Mon Feb 12 20:39:49 GMT 2024","0","User Agent","","","","","Sets default value correctly","" -"passed","Mon Feb 12 20:39:30 GMT 2024","Mon Feb 12 20:39:30 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with special chars payload","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","2","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" -"passed","Mon Feb 12 20:29:56 GMT 2024","Mon Feb 12 20:29:56 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","1","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" -"passed","Mon Feb 12 20:39:19 GMT 2024","Mon Feb 12 20:39:19 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","2","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" -"passed","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 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","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" -"skipped","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 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","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" -"passed","Mon Feb 12 20:29:56 GMT 2024","Mon Feb 12 20:29:56 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" -"passed","Mon Feb 12 20:35:11 GMT 2024","Mon Feb 12 20:35:11 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","2","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" -"passed","Mon Feb 12 20:30:20 GMT 2024","Mon Feb 12 20:30:20 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","8","Multiaddr from fields","","","","","tcp ip4 address","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" -"passed","Mon Feb 12 20:30:12 GMT 2024","Mon Feb 12 20:30:12 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" -"passed","Mon Feb 12 20:39:30 GMT 2024","Mon Feb 12 20:39:30 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing unicode special characters and receive message","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty version field","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with emoji payload","" -"skipped","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","2","Connection state","","","","","isConnected should return true after first peer connects","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with shell command payload","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","8","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no pubsub topic is not received","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","1","Public methods","","","","","addEventListener with correct event","" -"passed","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" -"passed","Mon Feb 12 20:30:44 GMT 2024","Mon Feb 12 20:30:44 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1707766400007","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" -"passed","Mon Feb 12 20:29:43 GMT 2024","Mon Feb 12 20:29:43 GMT 2024","0","Message Validator","","","","","Rejects garbage","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Mon Feb 12 20:39:19 GMT 2024","Mon Feb 12 20:39:19 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" -"passed","Mon Feb 12 20:30:12 GMT 2024","Mon Feb 12 20:30:12 GMT 2024","1","Events","peer:disconnect","","","","should emit `waku:offline` event when all peers disconnect","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","1","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" -"passed","Mon Feb 12 20:30:12 GMT 2024","Mon Feb 12 20:30:12 GMT 2024","0","Events","peer:disconnect","","","","isConnected should return false after all peers disconnect","" -"passed","Mon Feb 12 20:34:22 GMT 2024","Mon Feb 12 20:34:22 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr successfully","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing long and receive message","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" -"passed","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1707769811950 ","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","1","ENR","Verify","","","","should return false","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","1","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" -"passed","Mon Feb 12 20:38:45 GMT 2024","Mon Feb 12 20:38:45 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" -"skipped","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","1","pushOrInitMapSet","","","","","Push to array if already present","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","DNS Node Discovery","","","","","ignores domain fetching errors","" -"passed","Mon Feb 12 20:39:19 GMT 2024","Mon Feb 12 20:39:19 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" -"passed","Mon Feb 12 20:31:43 GMT 2024","Mon Feb 12 20:31:43 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","1","Waku Store, general","","","","","Callback on promise","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages on 2 different content topics","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","1","ensureValidContentTopic","","","","","does not throw on valid cases","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" -"passed","Mon Feb 12 20:39:15 GMT 2024","Mon Feb 12 20:39:15 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - backward","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","1","Public methods","","","","","safeDispatchEvent","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","1","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","0","Public methods","","","","","addEventListener with wrong event","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 31 topics (old limit)","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1707773601516","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Russian payload","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","5","Multiaddr from fields","","","","","udp ip6 address","" -"skipped","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Mon Feb 12 20:31:43 GMT 2024","Mon Feb 12 20:31:43 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" -"broken","Mon Feb 12 20:35:44 GMT 2024","Mon Feb 12 20:35:44 GMT 2024","1","SDK: Creating by Content Topic","","","","","given a content topic, creates a waku node and filter subscription","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","1","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Mon Feb 12 20:34:37 GMT 2024","Mon Feb 12 20:34:37 GMT 2024","1","Waku Relay","","","","","Delete observer","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" -"skipped","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing XML and receive message","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" -"passed","Mon Feb 12 20:29:48 GMT 2024","Mon Feb 12 20:29:48 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" -"passed","Mon Feb 12 20:29:29 GMT 2024","Mon Feb 12 20:29:29 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","1","ENR Interop: ServiceNode","","","","","All","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","0","Connection state","","","","","isConnected bwtween 2 js-waku relay nodes","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","1","Connection state","","","","","isConnected return false after peer stops","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing short and receive message","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Verify","","","","should throw error - invalid id","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Mutual subscription","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" -"passed","Mon Feb 12 20:31:43 GMT 2024","Mon Feb 12 20:31:43 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" -"passed","Mon Feb 12 20:30:44 GMT 2024","Mon Feb 12 20:30:44 GMT 2024","0","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" -"passed","Mon Feb 12 20:30:20 GMT 2024","Mon Feb 12 20:30:20 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1707773600007","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","0","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","0","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","0","Public methods","","","","","stop","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","0","Public methods","","","","","removeEventListener with wrong event","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:35:11 GMT 2024","Mon Feb 12 20:35:11 GMT 2024","0","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives","" -"passed","Mon Feb 12 20:38:45 GMT 2024","Mon Feb 12 20:38:45 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","4","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages from multiple nwaku nodes","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","3","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Russian and receive message","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" -"passed","Mon Feb 12 20:34:35 GMT 2024","Mon Feb 12 20:34:35 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" -"skipped","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 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","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" -"passed","Mon Feb 12 20:37:02 GMT 2024","Mon Feb 12 20:37:02 GMT 2024","0","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" -"passed","Mon Feb 12 20:38:59 GMT 2024","Mon Feb 12 20:38:59 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" -"passed","Mon Feb 12 20:30:12 GMT 2024","Mon Feb 12 20:30:12 GMT 2024","13","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" -"passed","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" -"passed","Mon Feb 12 20:39:15 GMT 2024","Mon Feb 12 20:39:15 GMT 2024","1","Waku Store, order","","","","","Query Generator - forward","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" -"passed","Mon Feb 12 20:39:49 GMT 2024","Mon Feb 12 20:39:49 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","0","Public methods","","","","","listenerCount","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Verify","","","","should throw error - no id","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","1","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","0","Wait for remote peer","","","","","Filter","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing long","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 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","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing special chars and receive message","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","1","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","0","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/0 topic","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing shell command and receive message","" -"passed","Mon Feb 12 20:30:52 GMT 2024","Mon Feb 12 20:30:52 GMT 2024","1","Public methods","","","","","removeEventListener with correct event","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","2","Waku Relay, Publish","","","","","Check publish message containing emoji","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","1","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" -"skipped","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" -"passed","Mon Feb 12 20:39:15 GMT 2024","Mon Feb 12 20:39:15 GMT 2024","0","Waku Store, order","","","","","Promise Callback - backward","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" -"passed","Mon Feb 12 20:31:43 GMT 2024","Mon Feb 12 20:31:43 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on empty content topic","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing escaped characters and receive message","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","0","Connection state","","","","","isConnected should return false after all peers disconnect","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive 2 messages on the same topic","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","3","Waku Relay, Publish","","","","","Publish message with large meta","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not fail to start the service if it is already started","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" -"passed","Mon Feb 12 20:36:50 GMT 2024","Mon Feb 12 20:36:50 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message containing long","" -"passed","Mon Feb 12 20:39:49 GMT 2024","Mon Feb 12 20:39:49 GMT 2024","0","Decryption Keys","","","","","Used by Waku Relay","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR multiaddrs codec","","","","","Sample","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: undefined ","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing SQL Injection and receive message","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" -"passed","Mon Feb 12 20:29:29 GMT 2024","Mon Feb 12 20:29:29 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation","" -"skipped","Mon Feb 12 20:30:25 GMT 2024","Mon Feb 12 20:30:25 GMT 2024","1","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" -"passed","Mon Feb 12 20:29:34 GMT 2024","Mon Feb 12 20:29:34 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" -"passed","Mon Feb 12 20:30:12 GMT 2024","Mon Feb 12 20:30:12 GMT 2024","0","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" -"passed","Mon Feb 12 20:37:52 GMT 2024","Mon Feb 12 20:37:52 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" -"skipped","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1677011601516","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Arabic and receive message","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" -"passed","Mon Feb 12 20:39:58 GMT 2024","Mon Feb 12 20:39:58 GMT 2024","1","Wait for remote peer","","","","","Light Node - default protocols","" -"skipped","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im","" -"passed","Mon Feb 12 20:30:20 GMT 2024","Mon Feb 12 20:30:20 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with short payload","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","0","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing Script and receive message","" -"passed","Mon Feb 12 20:39:36 GMT 2024","Mon Feb 12 20:39:36 GMT 2024","0","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1707769812106000000 ","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","5","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","1","ENR","Static tests","","","","should encode/decode to RLP encoding","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","5","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" -"skipped","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" -"passed","Mon Feb 12 20:39:13 GMT 2024","Mon Feb 12 20:39:13 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" -"passed","Mon Feb 12 20:29:55 GMT 2024","Mon Feb 12 20:29:55 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" -"passed","Mon Feb 12 20:33:19 GMT 2024","Mon Feb 12 20:33:19 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with meta","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" -"passed","Mon Feb 12 20:30:22 GMT 2024","Mon Feb 12 20:30:22 GMT 2024","1","ENR Interop: ServiceNode","","","","","Relay + Store","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No message returned","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" -"passed","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" -"passed","Mon Feb 12 20:31:18 GMT 2024","Mon Feb 12 20:31:18 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 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","Mon Feb 12 20:33:39 GMT 2024","Mon Feb 12 20:33:39 GMT 2024","0","This","Is also","","","","A test","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: undefined ","" -"passed","Mon Feb 12 20:29:40 GMT 2024","Mon Feb 12 20:29:40 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" -"passed","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Mon Feb 12 20:31:04 GMT 2024","Mon Feb 12 20:31:04 GMT 2024","0","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" -"passed","Mon Feb 12 20:40:24 GMT 2024","Mon Feb 12 20:40:24 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" -"passed","Mon Feb 12 20:29:26 GMT 2024","Mon Feb 12 20:29:26 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" -"passed","Mon Feb 12 20:38:55 GMT 2024","Mon Feb 12 20:38:55 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1707769812106 ","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" -"passed","Mon Feb 12 20:39:55 GMT 2024","Mon Feb 12 20:39:55 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" -"passed","Mon Feb 12 20:37:14 GMT 2024","Mon Feb 12 20:37:14 GMT 2024","0","Waku Light Push: Single Node","","","","","Push 30 different messages","" -"passed","Mon Feb 12 20:35:21 GMT 2024","Mon Feb 12 20:35:21 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" -"passed","Mon Feb 12 20:29:35 GMT 2024","Mon Feb 12 20:29:35 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","2","Waku Relay, Publish","","","","","Check publish message containing short","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" -"passed","Mon Feb 12 20:29:49 GMT 2024","Mon Feb 12 20:29:49 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" -"passed","Mon Feb 12 20:29:57 GMT 2024","Mon Feb 12 20:29:57 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" -"passed","Mon Feb 12 20:31:33 GMT 2024","Mon Feb 12 20:31:33 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" -"passed","Mon Feb 12 20:30:20 GMT 2024","Mon Feb 12 20:30:20 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" -"passed","Mon Feb 12 20:31:43 GMT 2024","Mon Feb 12 20:31:43 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" -"passed","Mon Feb 12 20:38:13 GMT 2024","Mon Feb 12 20:38:13 GMT 2024","0","Waku Store, error handling","","","","","Query Generator, No Decoder","" -"passed","Mon Feb 12 20:34:15 GMT 2024","Mon Feb 12 20:34:15 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" -"passed","Mon Feb 12 20:38:45 GMT 2024","Mon Feb 12 20:38:45 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" -"passed","Mon Feb 12 20:34:15 GMT 2024","Mon Feb 12 20:34:15 GMT 2024","1","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" -"passed","Mon Feb 12 20:39:49 GMT 2024","Mon Feb 12 20:39:49 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" -"passed","Mon Feb 12 20:33:21 GMT 2024","Mon Feb 12 20:33:21 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with extra option is received","" -"skipped","Mon Feb 12 20:33:38 GMT 2024","Mon Feb 12 20:33:38 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" -"passed","Mon Feb 12 20:35:42 GMT 2024","Mon Feb 12 20:35:42 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" -"passed","Mon Feb 12 20:39:53 GMT 2024","Mon Feb 12 20:39:53 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" -"passed","Mon Feb 12 20:35:31 GMT 2024","Mon Feb 12 20:35:31 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Publish without waiting for remote peer","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with extra parameter is not received","" +"passed","Tue Feb 13 02:54:06 GMT 2024","Tue Feb 13 02:54:06 GMT 2024","1","Dials","dialPeer method","For bootstrap peers","","","should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Light Node - default protocols","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing Russian","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","1","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, signature]","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1677034559036","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","0","Waku Store, general","","","","","Ordered callback, aborts when callback returns true","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","0","Public methods","","","","","safeDispatchEvent","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing numeric","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","1","Waku Store, page size","","","","","Passing page size 3 when there are 20 messages","" +"passed","Tue Feb 13 03:02:34 GMT 2024","Tue Feb 13 03:02:34 GMT 2024","1","Autosharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing Russian","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 110 index when there are 120 messages","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Chinese","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No message returned","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing special chars","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr successfully","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with non string payload is not received","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing numeric and publish message","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing JSON","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Txt codec","","","","should encodeTxt and decodeTxt","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","ENRTree","","","","","ENRTree (root): should error if DNS root entry signature is invalid","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is mis-prefixed","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push 30 different messages","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Verify","","","","should return false","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","1","Waku Store, page size","","","","","Passing page size 11 when there are 10 messages","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Russian","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","2","Waku Store, cursor","","","","","Passing cursor with wrong pubsubTopic","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing JSON","" +"passed","Tue Feb 13 02:53:19 GMT 2024","Tue Feb 13 02:53:19 GMT 2024","2","ENR waku2 codec","Encoding","","","","should be able to encode the field with only RELAY set to true","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp6","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing numeric","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start the service","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","filterPeersByDiscovery function","","","","","should return only bootstrap peers up to maxBootstrapPeers","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay and store capability","" +"passed","Tue Feb 13 03:03:04 GMT 2024","Tue Feb 13 03:03:04 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","creates an iterator","" +"passed","Tue Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","1","Connection state","","","","","isConnected bwtween 2 js-waku relay nodes","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Multiple PubsubTopics","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","1","Public methods","","","","","removeEventListener with wrong event","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","2","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Feb 13 02:58:13 GMT 2024","Tue Feb 13 02:58:13 GMT 2024","1","multiaddr: dialing","","","","","can dial TLS multiaddrs","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing special chars and receive message","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, Wrong PubsubTopic","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Feb 13 03:02:34 GMT 2024","Tue Feb 13 03:02:34 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","all px service nodes subscribed to the shard topic should be dialed","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect (autosharding)","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Txt codec","","","","should throw error - no id","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to true","" +"passed","Tue Feb 13 02:53:58 GMT 2024","Tue Feb 13 02:53:58 GMT 2024","1","Events","peer:disconnect","","","","should emit `waku:offline` event when all peers disconnect","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages on 2 different content topics","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","0","Waku Store, page size","","","","","Passing page size 19 when there are 20 messages","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 0 index when there are 20 messages","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","1","Public methods","","","","","stop","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with generation field greater than 0","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1707792838371 ","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","1","This","Is","","","","A test","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery","","","","","ignores unrecognized TXT record formats","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start the service","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on subscribed peer","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing special chars","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 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 Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Chinese payload","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing short","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing Arabic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing shell command","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message equal or less that 1MB","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing JSON","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing short","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - encoder v0","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Arabic payload","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing short","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","1","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Privacy Node - default protocol","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty version field","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","0","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"skipped","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","0","Public methods","","","","","dispatchEvent via connectionManager","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing Arabic","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:58 GMT 2024","Tue Feb 13 02:53:58 GMT 2024","2","Events","peer:discovery","","","","should emit `peer:discovery:bootstrap` event when a peer is discovered","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Store - dialed first","" +"passed","Tue Feb 13 03:03:03 GMT 2024","Tue Feb 13 03:03:03 GMT 2024","1","Waku Store, order","","","","","Promise Callback - backward","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with shell command payload","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Fails to publish message with wrong pubsubtopic","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Feb 13 02:58:15 GMT 2024","Tue Feb 13 02:58:15 GMT 2024","0","Waku Relay","","","","","Delete observer","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only STORE set to true","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no content topic is not received","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","1","ensureValidContentTopic","","","","","throws on empty content topic","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","same cluster, same shard: nodes connect (autosharding)","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing unicode special characters","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing emoji and publish message","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Static tests","","","","should encode/decode to text encoding","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Multiple PubsubTopics","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to true","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no payload is not received","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","0","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/1 topic","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing SQL Injection","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing numeric","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Script","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 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 Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","1","Ecies Encryption","","","","","Round trip binary encryption [ecies, signature]","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","1","Public methods","","","","","addEventListener with wrong event","" +"skipped","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 100 topics (new limit) at once and receives messages","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","0","Waku Store, general","","","","","Callback on promise, aborts when callback returns true","" +"skipped","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with escaped characters payload","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay (Autosharding), multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing XML","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set UDP multiaddr","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with Arabic payload","" +"skipped","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Feb 13 02:53:41 GMT 2024","Tue Feb 13 02:53:41 GMT 2024","0","Waku Encryption","","","","","Symmetric encrypt & Decrypt","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing XML","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Refresh subscription","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different message text format","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no payload is not received","" +"passed","Tue Feb 13 03:02:34 GMT 2024","Tue Feb 13 03:02:34 GMT 2024","0","Autosharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is malformed","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with emoji payload","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Static tests","","","","should encode/decode to RLP encoding","" +"passed","Tue Feb 13 02:58:48 GMT 2024","Tue Feb 13 02:58:48 GMT 2024","0","Waku Relay, Interop","","","","","Nwaku publishes","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with XML payload","" +"passed","Tue Feb 13 02:54:06 GMT 2024","Tue Feb 13 02:54:06 GMT 2024","1","Dials","dialPeer method","For peer-exchange peers","","","should be called for every peer with PEER_EXCHANGE tags","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with meta","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with non-number generation field","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","3","Waku Light Push: Single Node","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with only FILTER set to true","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing SQL Injection","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR multiaddrs codec","","","","","Sample","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","1","Waku Store, page size","","","","","Passing page size 0 when there are 110 messages","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","0","Waku Store, page size","","","","","Passing page size 10 when there are 10 messages","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","1","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish 10000 messages on the same topic","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","This","Is also","","","","A test","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Register correct protocols","" +"passed","Tue Feb 13 02:58:48 GMT 2024","Tue Feb 13 02:58:48 GMT 2024","1","Waku Relay, Interop","Two nodes connected to nwaku","","","","Js publishes, other Js receives","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with shell command payload","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event before start","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with rate limit","" +"passed","Tue Feb 13 03:03:07 GMT 2024","Tue Feb 13 03:03:07 GMT 2024","1","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is forward","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing JSON","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing long","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing JSON","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Arabic","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","Relay Shard codec","","","","","should throw an error for insufficient data","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","6","Waku Relay, Subscribe","","","","","Subscribe to topic containing XML and publish message","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","2","Symmetric Encryption","","","","","Round trip binary encryption [symmetric, no signature]","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","1","Waku Store, cursor","","","","","Passing cursor with wrong message digest","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","1","Connection state","","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with large meta","" +"passed","Tue Feb 13 03:00:43 GMT 2024","Tue Feb 13 03:00:43 GMT 2024","0","Autosharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" +"passed","Tue Feb 13 02:59:32 GMT 2024","Tue Feb 13 02:59:32 GMT 2024","0","SDK: Creating by Content Topic","","","","","given a content topic, creates a waku node and filter subscription","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing emoji","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with store capability","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Russian","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message bigger that 1MB","" +"passed","Tue Feb 13 02:53:29 GMT 2024","Tue Feb 13 02:53:29 GMT 2024","1","Message Validator","","","","","Accepts a valid Waku Message","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Russian and publish message","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Script","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing shell command","" +"passed","Tue Feb 13 02:54:29 GMT 2024","Tue Feb 13 02:54:29 GMT 2024","1","Waku Filter V2: Ping","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Feb 13 02:55:29 GMT 2024","Tue Feb 13 02:55:29 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty topic name field","" +"passed","Tue Feb 13 02:53:41 GMT 2024","Tue Feb 13 02:53:41 GMT 2024","1","Waku Encryption","","","","","Asymmetric encrypt & decrypt","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","1","Waku Store, custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event before start","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Throws when trying to push message with empty payload","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay (named sharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Script payload","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Script and publish message","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp4","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing numeric","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Store - dialed after - with timeout","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","6","ENR","Verify","","","","should throw error - no id","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: undefined ","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","Nodes with multiple pubsub topic","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery","","","","","recovers when dns.resolve returns empty","" +"skipped","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message after service node is restarted","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing XML","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","same cluster, different shard: nodes connect (autosharding)","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1707792838371000000 ","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Russian","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with ALL protocols set to false","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Check publish message containing escaped characters","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Arabic","" +"skipped","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers property-based tests","","","","should return the correct number of peers based on numPeers and maxBootstrapPeers","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing emoji","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:58 GMT 2024","Tue Feb 13 02:53:58 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:bootstrap` event when a peer is connected","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral messages are not stored","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp4","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","0","Waku Store, general","","","","","Generator, with asymmetric & symmetric encrypted messages","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","2","pushOrInitMapSet","","","","","Init the array if not present","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","3","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","" +"passed","Tue Feb 13 02:53:19 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only FILTER set to true","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Feb 13 02:53:41 GMT 2024","Tue Feb 13 02:53:41 GMT 2024","0","Waku Encryption","","","","","Sign & Recover","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to start the service if it is already started","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with long payload","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive 2 messages on the same topic","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Relay - times out","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Fails to push message with empty content topic","" +"skipped","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Refresh subscription","" +"passed","Tue Feb 13 03:03:07 GMT 2024","Tue Feb 13 03:03:07 GMT 2024","0","Waku Store, sorting","","","","","Ordered Callback sorting by timestamp while page direction is backward","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No Decoder","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","Relay Shard codec","","","","","should correctly encode and decode relay shards using rsv format (Bit Vector)","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","9","Waku Light Push (Autosharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Feb 13 03:03:03 GMT 2024","Tue Feb 13 03:03:03 GMT 2024","0","Waku Store, order","","","","","Ordered Callback - forward","" +"passed","Tue Feb 13 02:53:15 GMT 2024","Tue Feb 13 02:53:15 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (meta attribute not present)","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no content topic is not received","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Feb 13 02:55:29 GMT 2024","Tue Feb 13 02:55:29 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","" +"passed","Tue Feb 13 02:54:06 GMT 2024","Tue Feb 13 02:54:06 GMT 2024","0","Dials","dialPeer method","For bootstrap peers","","","should be called for bootstrap peers","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","Multiaddr from fields","","","","","udp ip6 address","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Overlapping topic subscription","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing JSON and publish message","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing numeric","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR","Txt codec","","","","should decode valid enr with tcp successfully","" +"passed","Tue Feb 13 02:54:29 GMT 2024","Tue Feb 13 02:54:29 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on peer without subscriptions","" +"passed","Tue Feb 13 02:53:29 GMT 2024","Tue Feb 13 02:53:29 GMT 2024","0","Message Validator","","","","","Rejects garbage","" +"passed","Tue Feb 13 03:03:03 GMT 2024","Tue Feb 13 03:03:03 GMT 2024","1","Waku Store, order","","","","","Ordered Callback - backward","" +"passed","Tue Feb 13 03:03:20 GMT 2024","Tue Feb 13 03:03:20 GMT 2024","0","Waku Dial [node only]","Interop: ServiceNode","","","","connects to nwaku","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","2","Waku Relay, Subscribe","","","","","Subscribe to topic containing Chinese and publish message","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","0","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - asymmetric encryption","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay + Store","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to 30 topics (old limit) at once and receives messages","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","1","Waku Message Ephemeral field","","","","","Ephemeral field is preserved - symmetric encryption","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","0","Connection state","","","","","should emit `waku:offline` event only when all peers disconnect","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 relays, 2 fetches","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Verify","","","","should throw error - no public key","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish messages on 2 different content topics","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","0","Connection state","","","","","isConnected return false after peer stops","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe one by one to 100 topics and publish messages","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Script","" +"passed","Tue Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing long","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no pubsub topic is not received","" +"skipped","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after nwaku node is restarted","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing SQL Injection and publish message","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 10 index when there are 40 messages","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","1","Waku Message version 0","","","","","Meta field set when metaSetter is specified","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Multiaddr getters and setters","","","","should get / set TCP multiaddr","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on unsubscribed peer","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","1","Waku Light Push : Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1707796559036","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (3) when branch entries are composed of multiple strings","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 20 messages","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","0","Symmetric Encryption","","","","","Check meta is set [symmetric]","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with unicode special characters payload","" +"passed","Tue Feb 13 02:58:48 GMT 2024","Tue Feb 13 02:58:48 GMT 2024","0","Waku Relay, Interop","","","","","nwaku subscribes","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","Discovery","","","","","returns all values when wanted number matches available values","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with only LIGHTPUSH enabled","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with custom timestamp: 1707789359036","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages","" +"skipped","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","Discovery","","","","","returns all values when wanted number is greater than available values","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Feb 13 02:58:08 GMT 2024","Tue Feb 13 02:58:08 GMT 2024","1","nwaku","","","","","Correctly serialized arguments","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Store, 2 fetches","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing short","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","2","Waku Relay (Autosharding), multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing SQL Injection","" +"skipped","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","Multiaddr from fields","","","","","tcp ip4 address","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing shell command","" +"passed","Tue Feb 13 03:03:04 GMT 2024","Tue Feb 13 03:03:04 GMT 2024","1","Util: toAsyncIterator: Filter","","","","","unsubscribes","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing emoji","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","contentTopicToShardIndex","","","","","converts content topics to expected shard index","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","2","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1707792838067000000 ","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with JSON payload","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: undefined ","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with rate limit","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","" +"broken","Tue Feb 13 02:59:32 GMT 2024","Tue Feb 13 02:59:32 GMT 2024","1","SDK: Creating by Content Topic","","","","","""after each"" hook for ""given a content topic, creates a waku node and filter subscription""","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Feb 13 02:53:58 GMT 2024","Tue Feb 13 02:53:58 GMT 2024","1","Events","peer:discovery","","","","should emit `peer:discovery:peer-exchange` event when a peer is discovered","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","3","Waku Filter V2: FilterPush","","","","","Check received message containing shell command","" +"passed","Tue Feb 13 02:55:29 GMT 2024","Tue Feb 13 02:55:29 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 10 topics","" +"skipped","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 GMT 2024","1","Peer Exchange","Locally Run Nodes","","","","nwaku interop","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not fail to stop the service if it was not started","" +"skipped","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message after client node is restarted","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing numeric and receive message","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with non string payload is not received","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with large meta","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","2","Waku Relay (Autosharding), multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/0 topic","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","1","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 1 topic - node subscribed to 2 topics","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing unicode special characters","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - udp","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing SQL Injection","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=5","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing SQL Injection","" +"skipped","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing Arabic and publish message","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with special chars payload","" +"passed","Tue Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","0","Connection state","","","","","isConnected should return true after first peer connects","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on custom pubsubtopic","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","Waku Message version 0","","","","","Ephemeral field set to true","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","filterPeersByDiscovery function","","","","","should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1707792838371 ","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","1","Waku Store, page size","","","","","Passing page size 110 when there are 120 messages","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","contentTopicsByPubsubTopic","","","","","groups content topics by expected pubsub topic","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Chinese","" +"passed","Tue Feb 13 03:00:43 GMT 2024","Tue Feb 13 03:00:43 GMT 2024","0","Static Sharding: Running Nodes","","","","","using a protocol with unconfigured pubsub topic should fail","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","Discovery","","","","","returns a subset of values when wanted number is lesser than available values","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with special chars payload","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Waku2 key: decode","","","","Relay + Store","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","2","to proto message","","","","","Fields are not dropped","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing JSON and receive message","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","2","Public methods","","","","","addEventListener with correct event","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing SQL Injection","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","" +"broken","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","1","Waku Filter V2: Subscribe: Single Service Node","","","","","Refresh subscription","" +"passed","Tue Feb 13 03:03:03 GMT 2024","Tue Feb 13 03:03:03 GMT 2024","0","Waku Store, order","","","","","Query Generator - forward","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing escaped characters and publish message","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with size larger than 1 MB","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing short","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2: Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push : Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on peer without subscriptions","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing unicode special characters and publish message","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing long","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","0","ENR Interop: ServiceNode","","","","","All","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Txt codec","","","","should throw error - no public key","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only FILTER enabled","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with empty content topic","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with wrong content topic","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Refresh subscription","" +"passed","Tue Feb 13 03:00:43 GMT 2024","Tue Feb 13 03:00:43 GMT 2024","0","Static Sharding: Running Nodes","","","","","configure the node with multiple pubsub topics","" +"passed","Tue Feb 13 02:53:15 GMT 2024","Tue Feb 13 02:53:15 GMT 2024","1","RFC Test Vectors","","","","","Waku message hash computation","" +"passed","Tue Feb 13 02:53:41 GMT 2024","Tue Feb 13 02:53:41 GMT 2024","0","Waku Encryption","","","","","pre and post cipher","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing escaped characters","" +"skipped","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","1","DNS Node Discovery [live data]","","","","","should use DNS peer discovery with light client","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing escaped characters","" +"passed","Tue Feb 13 02:55:29 GMT 2024","Tue Feb 13 02:55:29 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should not receive a peer event after stop","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed after","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with RELAY and FILTER protocols set to true","" +"passed","Tue Feb 13 02:54:29 GMT 2024","Tue Feb 13 02:54:29 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on subscribed peer","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Mutual subscription","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Chinese","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR","waku2 key round trip","","","","should set field with all protocols enabled","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push 30 different messages","" +"passed","Tue Feb 13 03:03:20 GMT 2024","Tue Feb 13 03:03:20 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Using a function","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR waku2 codec","Encoding","","","","should be able to encode the field with only LIGHTPUSH set to true","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","1","filterPeersByDiscovery function","","","","","should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Arabic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with XML payload","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribes all - node subscribed to 10 topics","" +"passed","Tue Feb 13 02:54:06 GMT 2024","Tue Feb 13 02:54:06 GMT 2024","1","Dials","attemptDial method","","","","should be called at least once on all `peer:discovery` events","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","2","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe and publish message","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Overlapping topic subscription","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing emoji and receive message","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1707796612699","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","can start and stop the service","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no pubsub topic is not received","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create peer info with all multiaddrs","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","0","Waku Filter V2 (Autosharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on autosharded pubsubtopic","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","ensureValidContentTopic","","","","","throws on content topic with empty application field","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with STORE and LIGHTPUSH protocols set to true","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","0","Public methods","","","","","removeEventListener with correct event","" +"passed","Tue Feb 13 03:03:04 GMT 2024","Tue Feb 13 03:03:04 GMT 2024","0","Util: toAsyncIterator: Filter","","","","","handles multiple messages","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery","","","","","it tolerates circular branch references","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","1","Relay Shard codec","","","","","should correctly encode and decode relay shards using rs format (Index List)","" +"passed","Tue Feb 13 03:03:20 GMT 2024","Tue Feb 13 03:03:20 GMT 2024","0","Waku Dial [node only]","Bootstrap","","","","Passing an array","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing numeric","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing emoji","" +"passed","Tue Feb 13 02:58:08 GMT 2024","Tue Feb 13 02:58:08 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Error when try to subscribe to more than 31 topics (old limit)","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Russian","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Basic HTML tag","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery","","","","","retrieves a single peer","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","" +"passed","Tue Feb 13 03:03:07 GMT 2024","Tue Feb 13 03:03:07 GMT 2024","0","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is backward","" +"passed","Tue Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","1","Connection state","","","","","`waku:online` bwtween 2 js-waku relay nodes","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing shell command","" +"skipped","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery","","","","","caches peers it previously fetched","" +"passed","Tue Feb 13 03:03:20 GMT 2024","Tue Feb 13 03:03:20 GMT 2024","1","Waku Dial [node only]","Interop: ServiceNode","","","","Does not throw an exception when node disconnects","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","contentTopicToShardIndex","","","","","topics with same application and version share the same shard","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","0","Waku Store (named sharding), custom pubsub topic","","","","","Generator, custom pubsub topic","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","ENRTree","","","","","ENRTree (root): should error if DNS root entry is mis-prefixed","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe at once to 10000 topics and publish messages","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing Script","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with numeric payload","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on peer without subscriptions","" +"passed","Tue Feb 13 02:54:08 GMT 2024","Tue Feb 13 02:54:08 GMT 2024","0","ENR Interop: ServiceNode","","","","","Relay","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Push message on custom pubsubTopic","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message on other pubsub topic is not received","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","","","","","Ping on unsubscribed peer","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish duplicate message","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","0","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Ping on subscribed peer","" +"passed","Tue Feb 13 02:58:06 GMT 2024","Tue Feb 13 02:58:06 GMT 2024","0","Waku Light Push (named sharding): Multiple PubsubTopics","","","","","Light push messages to 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:03:20 GMT 2024","Tue Feb 13 03:03:20 GMT 2024","1","Decryption Keys","","","","","Used by Waku Relay","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Feb 13 02:55:19 GMT 2024","Tue Feb 13 02:55:19 GMT 2024","1","Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","","","","","Reopen subscription with peer with lost subscription","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Overlapping topic subscription","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Script and receive message","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery w/ capabilities","","","","","retrieves all peers (2) when cannot fulfill all requirements","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only STORE enabled","" +"skipped","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Arabic","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with numeric payload","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","0","Waku Store, custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing long","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","1","filterPeersByDiscovery function","","","","","should return all peers when numPeers is 0","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, No message returned","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Ordered Callback, Wrong PubsubTopic","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Publish message with rate limit","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing special chars","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Arabic and receive message","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: undefined ","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","0","Public methods","","","","","getPeersByDiscovery","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: 40000 ms from now","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Static tests","","","","should properly compute the node id","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing Basic HTML tag","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","1","Waku Store, general","","","","","Query generator for 2000 messages","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","4","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","4","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via lightPush","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing unicode special characters","" +"skipped","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message received after jswaku node is restarted","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Relay - dialed first","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with no payload is not received","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","0","Waku Store, cursor","","","","","Passing a valid cursor at 19 index when there are 50 messages","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","2","Waku Store (Autosharding), custom pubsub topic","","","","","Generator, 2 different pubsubtopics","" +"passed","Tue Feb 13 02:58:13 GMT 2024","Tue Feb 13 02:58:13 GMT 2024","0","multiaddr: dialing","does not attempt the same peer discovered multiple times more than once","","","","through manual discovery","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message equal or less that 1MB","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=1","","","numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receives messages on 20 topics","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing Script","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing shell command","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing emoji","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with meta","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check message with invalid timestamp is not received","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","can start and stop the service","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Script","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","1","Waku Message version 0","","","","","Round trip binary serialization","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","0","Waku Filter V2: FilterPush","","","","","Check received message containing JSON","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","ENRTree","","","","","ENRTree (root): should parse and verify and DNS root entry","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=3","","","numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","4","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with non string payload is not received","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing unicode special characters","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with long payload","" +"passed","Tue Feb 13 03:03:07 GMT 2024","Tue Feb 13 03:03:07 GMT 2024","1","Waku Store, sorting","","","","","Query Generator sorting by timestamp while page direction is forward","" +"passed","Tue Feb 13 03:03:20 GMT 2024","Tue Feb 13 03:03:20 GMT 2024","0","User Agent","","","","","Sets default value correctly","" +"passed","Tue Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","0","Ecies Encryption","","","","","Round trip binary encryption [ecies, no signature]","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","5","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=4","","","numPeers=1 -- returns one bootstrap peer ","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","ensureValidContentTopic","","","","","does not throw on valid cases","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with empty encoding field","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Fails to push message with large meta","" +"passed","Tue Feb 13 02:55:29 GMT 2024","Tue Feb 13 02:55:29 GMT 2024","0","Waku Filter V2: Unsubscribe","","","","","Unsubscribe topics the node is not subscribed to","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message with timestamp: 1707792838371000000 ","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR","Verify","","","","should throw error - invalid id","" +"passed","Tue Feb 13 02:58:08 GMT 2024","Tue Feb 13 02:58:08 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, different shard: nodes connect","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with short payload","" +"passed","Tue Feb 13 03:03:03 GMT 2024","Tue Feb 13 03:03:03 GMT 2024","0","Waku Store, order","","","","","Promise Callback - forward","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing special chars and publish message","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","ENRTree","","","","","ENRTree (branch): should parse and verify a single component DNS branch entry","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","1","Waku Relay, Publish","","","","","Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR waku2 codec","Decoding","","","","should be able to decode the field with ALL protocols set to false","" +"passed","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Subscribe and receive messages via waku relay post","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1677034612699","" +"passed","Tue Feb 13 02:53:25 GMT 2024","Tue Feb 13 02:53:25 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on undefined content topic","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query with Promise Callback, No Decoder","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, Multiple PubsubTopics","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with escaped characters payload","" +"passed","Tue Feb 13 02:55:29 GMT 2024","Tue Feb 13 02:55:29 GMT 2024","1","Waku Filter V2: Unsubscribe","","","","","Unsubscribes all - node subscribed to 1 topic","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with SQL Injection payload","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=7","","","numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","" +"passed","Tue Feb 13 02:54:50 GMT 2024","Tue Feb 13 02:54:50 GMT 2024","0","Connection state","","","","","should emit `waku:online` event only when first peer is connected","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing long","" +"skipped","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for prod.waku.nodes.status.im","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Add multiple subscription objects on single nwaku node","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Russian payload","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","Timestamp too far from node time: -20000 ms from now","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing short and receive message","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","0","Waku Store, cursor","","","","","Reusing cursor across nodes","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","1","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with custom timestamp: 1707789412699","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with only RELAY enabled","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 GMT 2024","0","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should emit a peer event after start","" +"skipped","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","0","Ensures content topic is defined","","","","","Encoder throws on empty string content topic","" +"skipped","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Overlapping topic subscription","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Location multiaddr","","","","should properly create location multiaddrs - tcp6","" +"passed","Tue Feb 13 02:53:58 GMT 2024","Tue Feb 13 02:53:58 GMT 2024","0","Events","peer:disconnect","","","","isConnected should return false after all peers disconnect","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","1","Waku Store, general","","","","","Query generator for multiple messages with different content topic format","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","2","pushOrInitMapSet","","","","","Push to array if already present","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getConnectedPeersForProtocolAndShard","","","","","different cluster, different shard: nodes don't connect (autosharding)","" +"passed","Tue Feb 13 02:54:38 GMT 2024","Tue Feb 13 02:54:38 GMT 2024","0","Public methods","","","","","listenerCount","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing Chinese","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing unicode special characters","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: true","","","","","Unsubscribe 2 topics - node subscribed to 2 topics","" +"skipped","Tue Feb 13 02:55:58 GMT 2024","Tue Feb 13 02:55:58 GMT 2024","0","Waku Filter V2: Subscribe: Single Service Node","","","","","Error when try to subscribe to more than 101 topics (new limit)","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","Filter","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","4","Waku Filter V2: FilterPush","","","","","Check received message with extra option is received","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Chinese payload","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","0","Waku Store, page size","","","","","Passing page size 1 when there are 4 messages","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","1","Waku Relay, multiple pubsub topics","","","","","3 nodes on /waku/2/rs/3/2 topic","" +"passed","Tue Feb 13 02:53:19 GMT 2024","Tue Feb 13 02:53:19 GMT 2024","1","ENR waku2 codec","Encoding","","","","should be able to encode the field with only STORE set to true","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message containing XML","" +"passed","Tue Feb 13 02:58:08 GMT 2024","Tue Feb 13 02:58:08 GMT 2024","1","Metadata Protocol","","","","","PeerStore has remote peer's shard info after successful connection","" +"passed","Tue Feb 13 02:54:06 GMT 2024","Tue Feb 13 02:54:06 GMT 2024","0","Dials","dialPeer method","For peer-exchange peers","","","should be called for peers with PEER_EXCHANGE tags","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","Txt codec","","","","should decode valid ENR with multiaddrs successfully [shared test vector]","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","0","Relay Shard codec","","","","","should handle a minimal index list","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","1","Waku Filter V2: Multiple PubsubTopics","","","","","Should fail to subscribe with decoder with wrong pubsubTopic","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Basic HTML tag","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing Basic HTML tag and publish message","" +"skipped","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Node Discovery [live data]","","","","","should retrieve 3 multiaddrs for test.waku.nodes.status.im","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing long and publish message","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only RELAY set to true","" +"passed","Tue Feb 13 03:01:27 GMT 2024","Tue Feb 13 03:01:27 GMT 2024","1","Waku Store, cursor","","","","","Passing a valid cursor at 2 index when there are 4 messages","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1649153314 ","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","0","ENR","waku2 key round trip","","","","should set field with all protocols disabled","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","ENRTree","","","","","ENRTree (tree): should error if DNS tree entry is misformatted","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message with timestamp: 1949153314000 ","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing long","" +"passed","Tue Feb 13 02:53:15 GMT 2024","Tue Feb 13 02:53:15 GMT 2024","0","RFC Test Vectors","","","","","Waku message hash computation (payload length 0)","" +"passed","Tue Feb 13 02:53:12 GMT 2024","Tue Feb 13 02:53:12 GMT 2024","1","ensureValidContentTopic","","","","","throws on content topic with too few or too many fields","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing XML and receive message","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing Chinese","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","" +"passed","Tue Feb 13 03:03:03 GMT 2024","Tue Feb 13 03:03:03 GMT 2024","0","Waku Store, order","","","","","Query Generator - backward","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing long and receive message","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No Decoder","" +"passed","Tue Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","0","Ensures content topic is defined","","","","","Decoder throws on empty string content topic","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","6","Waku Store, error handling","","","","","Query Generator, Wrong PubsubTopic","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing special chars","" +"passed","Tue Feb 13 02:53:40 GMT 2024","Tue Feb 13 02:53:40 GMT 2024","1","Ensures content topic is defined","","","","","Decoder throws on undefined content topic","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","","","","","Check received message containing special chars","" +"passed","Tue Feb 13 02:53:42 GMT 2024","Tue Feb 13 02:53:42 GMT 2024","0","Ecies Encryption","","","","","Check meta is set [ecies]","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with SQL Injection payload","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Script payload","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","0","DNS Node Discovery","","","","","ignores domain fetching errors","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing escaped characters","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe and receive symmetrically encrypted messages via lightPush","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing emoji","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with emoji payload","" +"passed","Tue Feb 13 02:57:08 GMT 2024","Tue Feb 13 02:57:08 GMT 2024","1","Waku Filter V2: FilterPush","","","","","Check received message with timestamp: 1707792838067 ","" +"passed","Tue Feb 13 02:55:07 GMT 2024","Tue Feb 13 02:55:07 GMT 2024","1","Waku Filter V2 (Named sharding): Multiple PubsubTopics","","","","","Subscribe and receive messages on 2 different pubsubtopics","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","","","","","Subscribe to topic containing Basic HTML tag and receive message","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with Russian payload","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing unicode special characters","" +"passed","Tue Feb 13 03:01:44 GMT 2024","Tue Feb 13 03:01:44 GMT 2024","1","Waku Store, error handling","","","","","Query Generator, No message returned","" +"passed","Tue Feb 13 02:59:02 GMT 2024","Tue Feb 13 02:59:02 GMT 2024","6","Waku Relay, multiple pubsub topics","","","","","n1 and n2 uses a custom pubsub, n3 uses the default pubsub","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with Basic HTML tag payload","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing Chinese","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with short payload","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with JSON payload","" +"passed","Tue Feb 13 02:54:29 GMT 2024","Tue Feb 13 02:54:29 GMT 2024","0","Waku Filter V2: Ping","","","","","Ping on unsubscribed peer","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 Filter, gives up","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","ENRTree","","","","","ENRTree (branch): should error if DNS branch entry is mis-prefixed","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","1","Waku Light Push: Single Node","","","","","Push message with content topic containing special chars","" +"passed","Tue Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","1","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with content topic containing XML","" +"skipped","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","0","DNS Node Discovery [live data]","","","","","passes more than one ENR URLs and attempts connection","" +"passed","Tue Feb 13 02:58:08 GMT 2024","Tue Feb 13 02:58:08 GMT 2024","0","Metadata Protocol","connections","","","","different cluster, different shard: nodes don't connect","" +"passed","Tue Feb 13 03:00:30 GMT 2024","Tue Feb 13 03:00:30 GMT 2024","1","Peer Exchange","Compliance Test","interface-peer-discovery compliance tests","","","should not receive a peer event after stop","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","0","Waku Store, general","","","","","Callback on promise","" +"passed","Tue Feb 13 03:03:12 GMT 2024","Tue Feb 13 03:03:12 GMT 2024","0","Waku Store, page size","","","","","Default pageSize","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","0","ENRTree","","","","","ENRTree (tree): should parse a DNS tree entry","" +"passed","Tue Feb 13 03:02:34 GMT 2024","Tue Feb 13 03:02:34 GMT 2024","0","Static Sharding: Peer Management","Peer Exchange","","","","px service nodes not subscribed to the shard should not be dialed","" +"passed","Tue Feb 13 03:03:19 GMT 2024","Tue Feb 13 03:03:19 GMT 2024","0","Waku Store, time filter","","","","","msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe and receive ecies encrypted messages via lightPush","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","0","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check received message containing short","" +"passed","Tue Feb 13 02:53:58 GMT 2024","Tue Feb 13 02:53:58 GMT 2024","1","Events","peer:connect","","","","should emit `peer:connected:peer-exchange` event when a peer is connected","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","1","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=2","","","numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","" +"passed","Tue Feb 13 02:53:20 GMT 2024","Tue Feb 13 02:53:20 GMT 2024","1","ENR waku2 codec","Decoding","","","","should be able to decode the field with only LIGHTPUSH set to true","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 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 Feb 13 03:02:50 GMT 2024","Tue Feb 13 03:02:50 GMT 2024","0","Waku Light Push: Multiple Nodes: Strict Check: true","","","","","Push message with unicode special characters payload","" +"passed","Tue Feb 13 02:57:39 GMT 2024","Tue Feb 13 02:57:39 GMT 2024","0","Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","","","","","Unsubscribe 1 topic - node subscribed to 1 topic","" +"passed","Tue Feb 13 02:58:08 GMT 2024","Tue Feb 13 02:58:08 GMT 2024","0","Metadata Protocol","connections","","","","same cluster, same shard: nodes connect","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getConnectedPeersForProtocolAndShard","","","","","different cluster, same shard: nodes don't connect","" +"passed","Tue Feb 13 03:03:32 GMT 2024","Tue Feb 13 03:03:32 GMT 2024","0","Wait for remote peer","","","","","LightPush","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","0","Waku Relay, Subscribe","","","","","Subscribe to topic containing shell command and publish message","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","0","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Chinese and receive message","" +"passed","Tue Feb 13 02:59:28 GMT 2024","Tue Feb 13 02:59:28 GMT 2024","1","Waku Relay, Subscribe","","","","","Subscribe to topic containing short and publish message","" +"passed","Tue Feb 13 03:02:51 GMT 2024","Tue Feb 13 03:02:51 GMT 2024","1","Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false","","","","","Check message with no content topic is not received","" +"passed","Tue Feb 13 02:54:09 GMT 2024","Tue Feb 13 02:54:09 GMT 2024","1","DNS Discovery: Compliance Test","interface-peer-discovery compliance tests","","","","should emit a peer event after start","" +"passed","Tue Feb 13 03:00:38 GMT 2024","Tue Feb 13 03:00:38 GMT 2024","0","Waku Light Push: Single Node","","","","","Push message with content topic containing escaped characters","" +"passed","Tue Feb 13 03:04:06 GMT 2024","Tue Feb 13 03:04:06 GMT 2024","1","Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","","","","","Subscribe to topic containing Russian and receive message","" +"passed","Tue Feb 13 02:58:48 GMT 2024","Tue Feb 13 02:58:48 GMT 2024","1","Waku Relay, Interop","","","","","Publishes to nwaku","" +"passed","Tue Feb 13 03:02:49 GMT 2024","Tue Feb 13 03:02:49 GMT 2024","1","Waku Store (named sharding), custom pubsub topic","","","","","Generator, 2 nwaku nodes each with different pubsubtopics","" +"passed","Tue Feb 13 03:02:35 GMT 2024","Tue Feb 13 03:02:35 GMT 2024","0","Waku Store, general","","","","","Query generator for multiple messages with multiple decoders","" +"passed","Tue Feb 13 02:53:35 GMT 2024","Tue Feb 13 02:53:35 GMT 2024","1","DNS Node Discovery w/ capabilities","","","","","should only return 1 node with relay capability","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Check publish message containing XML","" +"passed","Tue Feb 13 02:56:52 GMT 2024","Tue Feb 13 02:56:52 GMT 2024","0","getPeers","getPeers with varying maxBootstrapPeers","maxBootstrapPeers=6","","","numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","" +"passed","Tue Feb 13 02:53:34 GMT 2024","Tue Feb 13 02:53:34 GMT 2024","1","Fetch nodes until capabilities are fulfilled","","","","","1 Relay, 1 fetch","" +"passed","Tue Feb 13 02:58:15 GMT 2024","Tue Feb 13 02:58:15 GMT 2024","1","Waku Relay","","","","","Decrypt messages","" +"passed","Tue Feb 13 02:59:13 GMT 2024","Tue Feb 13 02:59:13 GMT 2024","0","Waku Relay, Publish","","","","","Fails to publish message with empty text","" diff --git a/6406/data/suites.json b/6406/data/suites.json index 523d80cd3dc..d6833994de5 100644 --- a/6406/data/suites.json +++ b/6406/data/suites.json @@ -1 +1 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"ce3e83cf5cd2e088","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"640c1c16ca42d0c5","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"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":"9fee36f20095e4f","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"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":"9fdec57b1ccd949a","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"350038fe77584430","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"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":"646c82f5bc73d915","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"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":"34ed353c066c6d97","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"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":"cba275eba6dfb664","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"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":"2837b3c06df9adf7","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"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":"ea69168fb7c97355","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"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":"93b3e54ef9bfd6dd","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"topics with same application and version share the same shard","uid":"8f2a75b5fb5036b8","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"7910db434b85a837","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"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":"f7c6668dc29e0d23","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"Relay Shard codec","children":[{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"d3ac8adef3a128a","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"222b981442dac7d1","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"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":"53c5cb0e1ac95df5","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"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":"4dcea99a378b752a","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"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","uid":"49c3fab7cc2aeb8","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"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":"5159e2425748166b","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"7931bf5eeeda96fd","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e360931edbeb85d50a49a0aa6354c571"},{"name":"Multiaddr from fields","children":[{"name":"tcp ip4 address","uid":"1288290c8e7c819d","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"89dc0033d91ddcb1","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR waku2 codec","children":[{"name":"Encoding","children":[{"name":"should be able to encode the field with only RELAY set to true","uid":"7cb0a1afc130f954","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"ee2257846974123f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"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 FILTER set to true","uid":"4d46c8769e8b9331","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"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":"d43a29ca1a0fa86c","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"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":"30adc7e787a820d8","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"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 false","uid":"5adaaa9736734d0d","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"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":"daac32cf7a0df95f","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"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 STORE and LIGHTPUSH protocols set to true","uid":"27c52fdd7f63c869","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"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":"518ec275668216a0","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"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":"1721a606cdf69979","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"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":"1324ff50fdeacbe","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"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":"ac41648ca8a77ce7","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"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":"411b98200239713b","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"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":"904d551741cecef4","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"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":"d622ccef147bf904","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"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 STORE and LIGHTPUSH protocols set to true","uid":"ef345f346713a6e7","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"61f084fef4d0b606","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should encodeTxt and decodeTxt","uid":"cbcd6eec7a240254","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"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":"ca3489251f0a65fa","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"aa56189ea5e3c262","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"84dea4da931079fe","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"75cdb84c4885aaff","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"e22b2785ba6038ee","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"c1fa919de0a88a29","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"e7dbfed8acf6fed5","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"828aaaa833252e5","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"bdd89bdd5acacdea","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"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":"5ca525a761e07bfa","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35ccd87db40fcadf","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"52c20a8fd2fc2912","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"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":"e857f1e58f5e1d31","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"a0ec0b2dcc831e51","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"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":"301229a25d574c70","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1af80a3ecf4813a4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8af38e2eb2baf574","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"a42a54c89c5b2ec4","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"11cf6a9fa7f03011","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"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":"22fec8ccea937445","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"75ace5d330703d44","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"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 only RELAY enabled","uid":"3ad72f414f36c722","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"cd6852d0e80b434e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"c113a33c729c954e","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"32c922f0d1d2459","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"a73a22556f85c7a9","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"e66fbc78f72fe03f","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"f552728a88e7a936","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"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":"390e65815824c096","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","uid":"f055da4bdd65a3ab","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"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":"3ef4943e24c30e62","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"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":"fe45b00675a1c1a7","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"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":"ced2723a03c0affd","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"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":"6312e5f2407c80f2","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"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":"98f303af88bcc3e6","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5edfcea4b505ecca","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"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":"6650ed6eb0543b3e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f2e154dea9a8aead","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"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":"79bc8f86f4ee07a4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"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":"21bbd40568403876","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"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":"9b3c033bd0b425fe","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"330140cc20b63249","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dacbedd9a7e8e89d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"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":"9d597c9264fff277","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"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":"4ef9eb2dcf049c99","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e8eaa96ec8152be","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"9fe35837e4c0ea8a","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"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":"dfd07b3db77a35b","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"6b448eee5becd150","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"60e05b171de5d15f","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"4fd8af0c58407dcd","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"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":"b0a0d43dd4375183","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"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":"c60b328739577386","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"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 error if DNS root entry is mis-prefixed","uid":"5f0507c247e29498","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"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":"dad4ca1b6fa67d87","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"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":"85de3e36ac2bcf8b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"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":"a7d218e93dc37516","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"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":"663f23adcd7161d9","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"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":"a1b24fc52a62b7e5","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"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":"68fb3c41ad0d9d1d","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"2434a4a5761d8931","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"fbb7ed7bd3a45460","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"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":"507c91c1ed4056e4","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"58ac133c8e486853","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"c7362ebf2d1ccfe7","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b79302361f20969b","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"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":"591b91e2e6ce2103","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"8e17697b7bf20c6a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"9e30edd80e8991fc","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"325fc2237f44ab8b","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"97de0b388edadabb","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d61f8cc45c2f5c86","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"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":"dd7b6b712b14b6d5","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"3cc99f86316f3442","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"e7efc4408d106eae","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"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":"9591ef541cd3d821","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"ffd0059b2e720eda","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"f1976966cb5437e4","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"aeb76fa37c84edf0","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"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":"62c6a7879070b09d","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707769825085,"stop":1707769825086,"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":"518b9764c9450d16","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707769825086,"stop":1707769825086,"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":"2cfdbca84c18adb6","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"1ccf49d747dc5fa","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"34a4a92b7b00ddd5","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"564e87c54ed57cc7","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"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":"95924ec13ada27bc","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"73c85fb06ee61693","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"b072e0a8c9644429","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6195d834738670b5","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"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":"6397e2b414170d4e","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69400db10c57aa3d","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7d8949d73b8a2b0d","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"5ef11d890a549d12","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"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":"2d52acc101ac1d8f","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"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":"547fe90d4b308c36","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"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":"ca525269f1e08770","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"bc4d348410f58c07","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"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":"9f9fcde136fe867c","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d7937a00be10139346006034772224cc"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"702e321b5d0e490","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should be called for bootstrap peers","uid":"a91f7e192bd14463","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"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":"42266912e0fcff","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"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":"eae36a889b85c938","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"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":"6c4f870cff9d0bcb","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"36940ae2cca0f6","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f0a120a12627105e","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"2db5d3e522bf94d8","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"d4ae065c85d50652","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"a9e2a946fd3c6961","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"5e535cb8bde84f77","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"f9f6390fd0dd57b9","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"bcae391dad7e797c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e73496c5edf2b386","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4},"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":"daffbec1b627121a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"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":"30583484cf060d7c","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"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":"aa1d93311ac9db5a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"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":"4baec3e58999f04a","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"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":"158d5ba5979cfe2","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on subscribed peer","uid":"e2c318bf6532017a","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a374300a3adf8c7d","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"40275857809c04a3","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"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":"725f36f743b267cc","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"32129746117b04ad","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8908cd8928916ea7","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"bfe52704055574d7","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"50d0ef14bc3be711","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e8a4b4af035b9e0a","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"94927b9fee4ba9d2","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"skipped","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"44cb93a9ba7b6758","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"2eb18715fa5f66c","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a1b6dcada8dbad61","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Connection state","children":[{"name":"should emit `waku:online` event only when first peer is connected","uid":"37551d4cd3c2acd1","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"f7942520b59342ae","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"ee5c50a35dd2be4e","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"5d591cf6b970936d","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"635524e40cec34de","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"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":"94daf0e447c72780","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"ff6afaa72a550ac3","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on custom pubsubtopic","uid":"b020d4b2d7e59eb8","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"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":"de15dd81c4859513","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"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":"4e3da60eaecf0480","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"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":"30df96d52a12b578","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"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":"ec3f381eee5e3cb3","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"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":"503ac31b161d5093","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"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":"e3ca26196d8d2c6c","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"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":"f8177ef6c5de584","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"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 2 different pubsubtopics","uid":"4b4bcdecb20ef4ec","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"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":"fce5f1b8a9d1bb2d","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"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":"94f18941b3873876","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"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":"e593e5d6690c2a0f","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on subscribed peer","uid":"7f44568f3ca95c36","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"38c5698cb16c95a5","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"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":"61e9cf0f65a730d6","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ff3ea75cf06a22f4","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"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":"7b276a33afe43ac9","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"50b70d34b9fe4d8a","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"68940e077684618","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"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":"b6057e8af4e873c7","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"132624b091318a4c","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"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":"7cdcfdc03b701571","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"af67ee01065d8525","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"d2c12001bf7b22e8","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"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":"957941a0b8129cb","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"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":"431845249a8313cc","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"e9644f5b2bdf7cfb","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44046cf81553e728","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"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":"49652613aa1386ee","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"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":"f44fa2a3ebf101ce","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"24a70cd808154fea","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4b96aa1a3c710dea","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"cf8a11401f3fcdfb","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"880a29a55884abf9","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dccba2d9f830efb2","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"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":"a867c869c30d4eb0","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"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":"e6c946f1f68adb1","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"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":"f5ad8ec457da5d4d","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"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":"5b1fd0a675b4858f","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","uid":"1b1ae8d6897a48a2","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"450e50cea6352dae","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"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":"dda2805c6a76dea1","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"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":"69cf799b6f196a0b","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"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":"e2109d1dcc165eaa","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"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":"70b3ae1baf529f9e","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"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":"20c4c38eb8fa46c8","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"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":"f56c7de4bf4abd10","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"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":"267b64284ccfeb1b","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"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":"56ce9c659bb9811b","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c727ccb3650e78d1","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"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":"dcd4e5b292f8a81d","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"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":"65607bede5de56d8","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"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":"f2a0c66e0d5bb85a","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"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":"1b94c2c751d113d8","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f52be94744a5dedbd6192c0ba976cc4d"},{"name":"maxBootstrapPeers=5","children":[{"name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","uid":"c8973264dec73f8c","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2cd38c6f551f2eb9","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"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":"c7bc7b3b5871d9b5","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"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":"231f21157d04b25b","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"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":"d97358fd64a2d184","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"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":"56d283298e20af31","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"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":"77f40b650b5b4afe","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"caafb7e14c917039","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"4ab799c450a822ff","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"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":"1800e9b89ee7c425","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"fdb01139a32c46716918889b88a43816"},{"name":"maxBootstrapPeers=7","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"772398f880ab7e81","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"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":"1fece467cc02cde7","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"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":"17ae69826e4e109c","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"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":"2cd227ffa736f373","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"c90d387f9d25e45","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"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":"6cf00d86ab738f34","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"766d5e2db21990e9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5265bc5974cede8a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ebef3d874dea2a0c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d793e09e88ffa36a","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f3b27c83715d75a9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3d353a9b7e37c126","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2bf41d136a36cdf4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7029b826cd9f4ac5","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2f7142e36161e24e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ab594840c6e935a3","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"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":"aa876eba3014fcaa","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f2b7283069feac1f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9fc3324693f6b8b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"62c8cc5a0ecafd63","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"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":"10253c40ae993fc8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"8f26c4a83e10c919","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950000000 ","uid":"c6650bc55cf99520","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb986c8114b388ed","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950 ","uid":"304d5caf7d621ab1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1d9358f067c0b6a6","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"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":"12f72bc048225556","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"46da5efe83d21d01","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"495fc8941603d8d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"563f734bc5324f7b","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"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":"b3a45460904e96c7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"b682ed96ee2e7243","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"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":"c36c614f431a915c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"3a968751b713aeb9","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"3ba556d74cdc15bb","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"bb887e01ab841d4","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"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":"2e3fff04e9dea35e","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1707770001387,"stop":1707770001387,"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":"bcf2d7f36828e557","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"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":"ed8df1fe845645aa","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive symmetrically encrypted messages via lightPush","uid":"6f7462475adab8b6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via waku relay post","uid":"52f7190cc09616ee","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"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":"b1341c94b29295c6","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"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":"b58da7cc233622f8","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"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":"5837925cd9e79ca1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"1e2e7d7254f6d752","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"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":"455073d5feaee324","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1707770018834,"stop":1707770018834,"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":"c1e93710719d4dc4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1707770018835,"stop":1707770018835,"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 31 topics (old limit)","uid":"46bfb2111ac373cf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f2336293f1892c96","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"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":"88e043740b840293","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8b1b0bebb8236e57","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"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":"7089380d2deac505","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"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":"87d7cee09b9fb6fc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"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":"3c7eaf5a9f568499","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"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":"d6749ab6a0f771a4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"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":"5e7936d66e6bc368","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"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":"50ad32e3518b035b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"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":"7bd6685fb7ab6a21","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"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":"9a8e7a1d3665fe5d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"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":"5dc3e6510753d012","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"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":"cc0aedb4c81b7d67","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"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":"6683e7464c657db1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"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":"4d21f9c255a8a2f4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"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":"2388cbe8e3d18c23","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"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":"47e6697566985882","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"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":"1efc86d6490e971d","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"13e4b0efc499b9bf","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"980fb8a2dab8fd67","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"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":"79bfed5864a517fd","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"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":"f575fd0be28434be","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"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":"8a34b95193473da2","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"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":"5b721c1947ec18d0","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"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":"f4692b7cefa4148b","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"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":"2b3881fdcb0eb0ce","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"e4d6861dd25cfa75","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"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":"5c4ed75b7611a2da","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"a0e6aa06ca9d49ee","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"1dcc41f2f98c3fa1","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"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":"eb0e559bfac46dd5","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"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":"36b6075670fa4a43","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"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":"90a5fea4fcbc6212","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"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":"c1daa43b43685c76","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"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":"6b1a056a222b7ca1","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"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":"1d6b9378e332bed6","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"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":"6479900a1d29b86f","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"8ade4b59689decf6","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"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":"bc83a26e077ae397","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"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":"c0b528c6530e54b8","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"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":"4d2932f3936e8162","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"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":"2659b8d09cd0175c","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"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":"b5ba2cce04506e91","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"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":"2316c7bbf007624","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"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":"5b76bb849a4669ee","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"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":"51e1f12e2a18a5af","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"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":"e5cdf4a8cee8d1f3","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"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":"124cefe2009480ce","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c38d88c628db61092cac75ccc09fe906"},{"name":"Waku Light Push (named sharding): Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"61787cb8dc4025e","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"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":"f76d4400fb08f3bc","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"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":"f8941cbafaad4e12","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"5376ef6bb9988017","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c08c2a9c4f797b5b","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"2a68eb11c6e86ea4","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"bc440b139c9fc458","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"47de8162188928a9","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Two nodes connected to nwaku","children":[{"name":"Js publishes, other Js receives","uid":"6b60cc7196282084","parentUid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8"}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"d093bfbd114b3b97","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"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":"7f844e37a53d3d64","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3affacac03035e7d","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"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":"ffac6cbe2c336ba9","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4d2cb3c9357b5a058a43dee33ca02fb8"},{"name":"Waku Relay (Autosharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"17f3dcd4669f9b30","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"50beea44992aa161","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"98212c86c0c01ef5","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"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":"36c59a5152aad99f","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay (named sharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"6934684d234a8639","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"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":"a429c055484336de","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4456f65203e61181","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"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":"4c039b6c23cd3280","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"8f183c9e6553580e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"43f099860706ef9e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"f68ef321362627f6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"421ca229551fe733","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"45f6b1e94af14c95","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"de841fd0e797eaa4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"4b495dc82b5a9fe1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d99c6ee28ee8e24f","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c66d3a383ff01fdf","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"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":"f4c9fbccad583878","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bc06f36db3bfc1b4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"e91f7de77bf89d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"86b00576ebcc9e9a","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"59aecd4e453853fb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"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":"3da682f702148f9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"a0c83500591e4681","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","uid":"67caea866b4fcfb6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"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":"607465fa1522425","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","uid":"64184a529804488","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","uid":"c9afd7c3d0583199","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"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":"d568a7ca14bfe776","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"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":"833fd4353df754ef","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"87df996ff4e94500","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"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":"e5fadd0e7886fdca","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"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":"902abc4d7ac60cb6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"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":"4174a08dbaf298e7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1707770131709,"stop":1707770131710,"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":"c34efc1b55faca25","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bf1f99c949d26d53","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"ce27878d48fa8d2b","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"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":"467b4306f625b701","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"4559c5830321e84f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"e44effc9215961f1","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"ae0635c5863a2814","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"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":"fff5b5f58828735e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"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":"5728cf043ad33e0f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"94c4421c534b54f7","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1707770142482,"stop":1707770142483,"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":"2111f9c78081151f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"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":"2ad1ce196fb94922","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a8f39824771c7567","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1707770142483,"stop":1707770142483,"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":"7c610952eb926c2a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"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":"df1703d69d19d502","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"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":"f424b6669b53e513","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"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":"7adb77749bc70f0c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"ac662093166956c0","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"ebb46bdddbe6fd5e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"29c354162b2d5d21","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"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":"8a51aab334175b71","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"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":"9c22f33a3d4fb2eb","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"b5bed94f6741bfff","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"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":"7250bf1b5a07a996","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"8fb45e5129fe4d13","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"f4dc6eba8f7d9f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"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":"2daf5e14743b78b4","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"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":"31d8cc594e72d975","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"55cec279cd947cab","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"SDK: Creating by Content Topic","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd64ba61e21d9237","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"broken","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"20e2ce6e283b791be82d528f8b74f17d"},{"name":"Peer Exchange","children":[{"name":"Locally Run Nodes","children":[{"name":"nwaku interop","uid":"a2caff49842c994b","parentUid":"59b7448f16356847d07a5cbeb5d72397","status":"skipped","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"59b7448f16356847d07a5cbeb5d72397"},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"8b7eb9c34ee3d65a","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6de52dc4d3d4cf1e","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"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":"dfeb786cbf1141d6","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"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":"58b7a4c63cf9d9b","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"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":"54729d3d41467586","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"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":"e422d97075c68716","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"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":"48c1b4be0f175ef1","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Static Sharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"4f71c2d4fda46ac5","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"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":"80eae47e50e64734","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Autosharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"db33f0ef6e592f61","parentUid":"81716586629d1440866a32fcb0929685","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with long payload","uid":"50eb5f2237f5ff98","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"deafc09f25074ae7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fb57e73f93e0a0ec","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b069cb9fc4d3f10f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cd0d15345a8080c6","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"9773952dabc54c30","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"428caac747694461","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c2211b8f1caa61","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"c0abd36bf1436e9d","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"64ad4566edf3b3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"4a5c0755ea13e16b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"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":"280ad9eb05dcbd35","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"711c618cdd2e0af0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"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":"4cfc68a37438912a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"36e6fac4967687f0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"eaaf00acc2b9b4bd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"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":"65d7be0f7ce83f63","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3e5ba8f77687b169","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"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":"a348a2703e5f4d5c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"74ca533cb14f22","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"5d7fa67036e31614","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"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":"f5f36d284c34e182","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"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":"7c38dcb7c0dde0fc","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"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":"f71a04cb93b2fb92","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"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":"21b4fbd6f7be9f26","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"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":"f100af6c9b87404e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"223cf2a8cf5a7891","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"daed37c084ad227a","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"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":"5ee441879d1b688","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"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":"c00bc31a2c1c03e8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"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":"284f5e70361774bd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing shell command","uid":"e19de26ac454187f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"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":"395c2d9d56ec6982","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"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":"bc380314f61838b4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"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":"2149e3aa02c5c7e4","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"bbeea25304ef323e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"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":"8e40072116322214","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"19e935d1e81ff009","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011601516","uid":"1388ad31512f465f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766401516","uid":"f19814b3c6f219","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773601516","uid":"216572bf2cfb22ea","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"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":"aa2392036f0a992e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"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":"2fb602a5ec4927b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"d9cf1f5fb0e40678","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"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":"42fad4eafbcd5e3c","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"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":"21d2f3fd5e1bd5fb","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1},"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":"58b719d108d67382","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"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":"b36500448a7772","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"968e2199272b9a7b","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"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":"1608ec5fa614866e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"be1cecd6c0a67c2","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"cb6d38d6bb76d3b9","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"377dea4ba7260dee","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9e5bde7596bf1406","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"950a82e7db5fffd9","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"306bb235f23f130b","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3315332233dd4c44","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"ba403caf040f893","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"88b9626ed00599ab","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"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":"8ff2ca598b5e7861","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"ca858c2ec8aec26e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"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":"506521b8a14811d4","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"25d9a13ae4ee3cde","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"d9a47ed05875f8f4","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"px service nodes not subscribed to the shard should not be dialed","uid":"5a9c372cf2fe08fd","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"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":"a1947ec409134805","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"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":"6ee08259b9ae6134","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"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":"aab1e05e74864319","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"fe41bb42686d1547","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"3f00d15db25ad8f8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4d56a4d7f980e263","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"74581c87fd2a52b7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"48d879a9e04b932f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"ad21c5f00a8853a0","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b48097c0873ddc57","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"57b551e7a326528","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"99cc079f5c9bcb63","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1fe62ecf5f411213","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"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":"6cbf9a5d50509e0b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"a4131ac74957eb7a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"771a9a4a089d90c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a68203501d6bc2bd","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"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":"5899354ae6f1a8a7","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"96caf545e5e292d8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"b5c7eec79b5a9247","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e2fd8102101f3e2c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"1b8ebe2689312bf1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"18f8f1e291995696","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"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":"22b48c7a1e681bf5","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"888a9bdd3fbb199f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"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":"e394f617e12e0e8b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"96cf2fc15d09eb11","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"d1bc690210e8802f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"98246f3d4b4d7386","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"9b0adace1dcca41","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1707770335610,"stop":1707770335610,"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":"6a905b9ce2d2f90c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"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":"5ffcaee358abb307","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1707770335610,"stop":1707770335611,"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":"aacdde2f9809034c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a1f04948a3c2ed93","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fd91636cf4d5e7df","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a954f7a94ada029e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"5875ce7d72b8ba0a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f1a489d64cbf1dab","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7889af2304dfb5fd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"10d4de45052a1640","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9fc0e0ae0bf7d186","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"506958a9bb5ffb71","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"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":"57a7a2704139f16d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5c1279b6cb2769e8","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"b96fcbd34f3984b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"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":"49c90b7e82bd9969","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b293c09d5992ddd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fd6b6ff315a3e4cb","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"ca560bd96ab3cbfa","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"a2df579c305a33b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7c44fbf0fc3e9e37","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"37b48df0061958b6","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"bdb2272296720fd9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"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":"661fdecd8ff265d7","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"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":"718bc092a18fbc18","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"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":"aa2e602284eb2e7c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"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":"8861ecfd491c7774","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"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":"35b9bc97fcb1361d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"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":"1999a27752d432f4","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"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":"286d97d97e8fad22","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1707770335632,"stop":1707770335632,"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":"64d5d366dc8a5361","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1707770335633,"stop":1707770335633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages","uid":"c2b6d0d3dce02a3a","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"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":"1bab8eb561de3664","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"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":"25830e6cc52702e3","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"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":"47ad5624925b93f2","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"54ca0dca1f60c95f","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"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":"a99f85e3e9cae80b","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"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":"697534a2e92edaee","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f1cb72ed3e162c8","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"f5c5602c0f9f653","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, 2 different pubsubtopics","uid":"bec6c34264aeb139","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d10d2214c67af995","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"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":"8fb3c0547e0a44de","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44ef6c8520792f6cdf92ba8b204e42cd"},{"name":"Waku Store (Autosharding), custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"e9144f5bd60b8cf7","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"5ebc808ddb129d90","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"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":"719cbebe7b547ae3","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"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":"644adac3a42979ca","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"28c144bff577abba","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"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":"654f3b56788ce516","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"bebf2fc8d9346465","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"48be00d2e7427454","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"58cf68b3c4e95727","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"11e6898894ed0f1d","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"67bbd8491ad92a1a","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"70ff39f387612943","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"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 forward","uid":"9e3f254b547dbbd8","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"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 backward","uid":"704b374bbfe5335c","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"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 forward","uid":"6df8b426819fbd25","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"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 backward","uid":"c7fbaa9ce2071585","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82d01d8e33c56eeb9dac68b6546f466e"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"673b48ee920bcf41","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ebf734d2fd18d743","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"efa09b9650118338","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"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 1 when there are 4 messages","uid":"c10bd3ae1fab81f6","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1},"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":"b23eff9b6cb4680d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"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":"45b27c30dc6b5a59","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"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":"412b69b031b2b1a7","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"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":"6a2f76558cd69716","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"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":"38d8b20d74636eb8","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e532d69e23ee3d04","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"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":"b19b4d8a6679482a","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"ccf6e5727fe0c819","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"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":"98adbce2d2dceb3d","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Using a function","uid":"898c289635aef79b","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f6aba06c9e0071d9","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"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":"9064372f064289bc","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"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":"f6d2ec95235b7f0c","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"7348db86280933bd","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"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":"9d6ad262aeb7b964","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"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":"5093832a6f5323ed","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"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":"52ebd6dab5acf144","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1},"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":"de18e05a47898406","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"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":"b6af89e5bbb12c91","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"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":"f5d594b4851742e8","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"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":"9c9114fa67004677","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"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":"ed6da84c39ab5ef7","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with long payload","uid":"2280f1e5d8b4fa0f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"6d6ef935883b7ee6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"2815272f711185a7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"55b0c80548f0ed49","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"8b300ecafe22acea","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"f5ee789cf5e62c05","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"240e71e5552a62ef","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1a2de2823f8b25b1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b798c1357f22ddfe","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ea7686ce0c87fe97","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5ca71f31ac5ae420","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"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":"125118953bf5e347","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"99dd5e43dbc1d370","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c6aa00484e890e6","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"7d9dbc75862cc6ee","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"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":"7767795f824c862c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f22657899405d2a9","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"1453d341a814dd2b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"67b02248cf5a4615","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"edec879d0c83e822","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"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":"31f9238b722939f0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"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":"a0e674fc5d0b7112","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"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":"7ba266bdb5dad499","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"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":"591ce52935e7d84b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"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":"866ec6caea5f44ba","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"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":"2b733eb6dc05c04e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"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":"5cd0d49ed39d938","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"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":"97fa05eed189a88f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"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":"3c517ba5a47cee6e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"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":"c3bbf8cc4e54a6f7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"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":"ef34d1ba891b24ce","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"6be30cfa6afc4bb8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"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":"e7a5877846667b7a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"1bdd28031c61fc57","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"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":"758dfe8d4da5bd0d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"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":"8a035e998695a01c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9942e3454a48d75e","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011600007","uid":"98840ac69cbf6853","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"597f9bfcda184cfe","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766400007","uid":"19b254258260c84c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773600007","uid":"25402c778f185e5c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"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":"aaa5f8c7ffffa1f1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"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":"38668f1249d2a5d4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed after","uid":"3ea437ff036c0d9","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2a3e1b892b694d7b","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"2fe3494d3bd78dbc","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"f70f6233c3af1e5","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1b4a225d9fa59e1f","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"1d0c4aac93d55f79","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"813f6cc96429715d","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"79f5f84e8af1dfa0","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"334661a64b6f2399","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"6dc0842d2cc124e8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"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":"1c03ba5c8543392a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"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":"75f53f3631274f1a","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"505f0f4a01ded46b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"7085d47c4febcfba","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"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":"9ec1c27958dda333","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"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":"47615cc5d7462394","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"42ad72f03876b95e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"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":"f7533677d54c1164","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1707770424172,"stop":1707770424172,"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":"a3557c674e2d274","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1707770424173,"stop":1707770424173,"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 31 topics (old limit)","uid":"1e9ecdd4e6d51310","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"c29606ab1643f44","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3f0217eacb647d58","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"466e05eadd30d8d4","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"710cbfae766bf222","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"66af16e9cb60aebd","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"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":"e99b13aa67513920","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"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":"cd3379319d162439","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"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":"bc5c7eda32ff3bdb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"83cfbba707298793","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"9ecde25b216fabf6","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"61923ecd6542e7d8","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"f9404c955109c07c","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"72db306e15ec8b5d","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"69d648c41efe331b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"8dd0b1c1441b58e3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"391939995f63e71f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"c0acf8c6302641b2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"3aa2fe4d88f9f37f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"8d12639c3d9e12f7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1},"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":"f831e18f7ca330bf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"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":"9f6e5cfdf8007428","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"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":"4a7f150d7330ce98","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"b7d0c40b909f435a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"e183bbdee96bb407","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"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":"b8b057837ca6332","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"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":"c92a0c4de57afa5c","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1707770424183,"stop":1707770424184,"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":"d3213ce5fe2b1f41","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b1ae82a64ecc34de","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"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":"9c33f51acf880c35","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1707770424184,"stop":1707770424185,"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 31 topics (old limit)","uid":"f7b4b277031cc4a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a5cb89fde165b4e8","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b455a83b718d67c5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"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":"a56a7947f3c96ab7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"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":"954aae1b83937d5f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"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":"fda7e179c89cec64","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"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":"c2b0aff42d682b96","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"3faea43839b7370d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"d85d879e83b755da","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"24941bca768f285e","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"89ae457aedf653e7","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"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":"553aed222fb9da71","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"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":"f3cc6bad79d0650f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"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":"5d27da565a025076","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"69c25ed851dc6440","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"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":"281711e2fcf8606d","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"4cf5e9c6c7fabeaa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"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":"ff3a8cbfe201e0dd","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"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":"a030f244b24dca96","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"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":"7675f37f190c0aa6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"}],"name":"suites"} \ No newline at end of file +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"pushOrInitMapSet","children":[{"name":"Init the array if not present","uid":"5f82f87018be8289","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"ba15f67b69ddb8a6","parentUid":"c5cf08d1961e509912868f237505d870","status":"passed","time":{"start":1707792792129,"stop":1707792792131,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5cf08d1961e509912868f237505d870"},{"name":"ensureValidContentTopic","children":[{"name":"throws on empty content topic","uid":"22b2c03219947e51","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792547,"stop":1707792792548,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"c9fbbf0f3e327a09","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792547,"stop":1707792792547,"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":"22c2549a69cfe8ae","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792548,"stop":1707792792549,"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":"3c43bdf41dc3d7c9","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"75bcbeaa40f7b9d0","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"a268ecfc732a3ca5","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792550,"stop":1707792792551,"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":"fde4e4b6a8840020","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792550,"stop":1707792792550,"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":"7c4571254ab86bb4","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792551,"stop":1707792792551,"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":"f191160c23dce064","parentUid":"df61f8b859332d545754c41005331739","status":"passed","time":{"start":1707792792551,"stop":1707792792552,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"df61f8b859332d545754c41005331739"},{"name":"contentTopicToShardIndex","children":[{"name":"converts content topics to expected shard index","uid":"2dccef650911b1c","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1707792792552,"stop":1707792792552,"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":"cda585d0d3880e7d","parentUid":"9699ce6bbf92e8cc02281e3cf839721f","status":"passed","time":{"start":1707792792553,"stop":1707792792553,"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":"a9964382ffd7eb90","parentUid":"630d22b460745799705352e83a41ebbb","status":"passed","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"630d22b460745799705352e83a41ebbb"},{"name":"Relay Shard codec","children":[{"name":"should correctly encode and decode relay shards using rs format (Index List)","uid":"e795fa83cfab8e6d","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707792792592,"stop":1707792792593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"55876a56587805bc","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707792792592,"stop":1707792792592,"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":"6ae38198e540bdb4","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"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":"283cd2f9eaa49d3c","parentUid":"f0a320832c9bd4eaa31fb7d59663170b","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"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","uid":"ac380dacf2821929","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1707792795035,"stop":1707792795036,"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":"eba2602e0018d80c","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1707792795036,"stop":1707792795036,"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":"663afc1ef362cf85","parentUid":"e360931edbeb85d50a49a0aa6354c571","status":"passed","time":{"start":1707792795037,"stop":1707792795037,"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":"37df1eaf9369d7fd","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be able to encode the field with only STORE set to true","uid":"7d10e94729ae66da","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792799998,"stop":1707792799999,"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":"39ac1d0d4ec42bbf","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792799999,"stop":1707792800000,"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":"d78f93d3af98e7f6","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792800000,"stop":1707792800001,"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":"b62d6e73f9aed059","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792800000,"stop":1707792800000,"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":"e1e28c38238cf576","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792800001,"stop":1707792800002,"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":"e2a9a06eef357dc1","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792800002,"stop":1707792800002,"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":"7b7809f6a44db87a","parentUid":"d18435591d7a87016ce49b755f63a93b","status":"passed","time":{"start":1707792800002,"stop":1707792800003,"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":"de008e5343780278","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800003,"stop":1707792800004,"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":"cbaa2a0ca214211f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800004,"stop":1707792800004,"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":"2c65db1aa2746771","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800005,"stop":1707792800005,"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":"9101a4679152edc7","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800007,"stop":1707792800008,"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":"9cc11494ccca1938","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800008,"stop":1707792800009,"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":"6136611d0821b7b1","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800010,"stop":1707792800010,"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":"cd651f0866acbc7f","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800011,"stop":1707792800011,"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":"606b0de30f9dd55d","parentUid":"3b0b3189a3cfb2b20c5b9ebc474b8ace","status":"passed","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3b0b3189a3cfb2b20c5b9ebc474b8ace"}],"uid":"cb14faf679c0b11311b20d0afbcd1a0b"},{"name":"Multiaddr from fields","children":[{"name":"udp ip6 address","uid":"e478d0baa9416483","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"edd6214754085044","parentUid":"00fb2a458cab3bf0e9df06a113ff26ef","status":"passed","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"00fb2a458cab3bf0e9df06a113ff26ef"},{"name":"ENR multiaddrs codec","children":[{"name":"Sample","uid":"54a2042a900b4a3d","parentUid":"a2221ab58e9529401660d406d60ec8d9","status":"passed","time":{"start":1707792800221,"stop":1707792800221,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a2221ab58e9529401660d406d60ec8d9"},{"name":"ENR","children":[{"name":"Txt codec","children":[{"name":"should decode valid enr successfully","uid":"e9dbc454739d5ff7","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707792800803,"stop":1707792800804,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"e8a0017d478caab7","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707792800803,"stop":1707792800803,"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":"e410787348a3c8fe","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707792800804,"stop":1707792800805,"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":"3cd1b5dbc98b3526","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"2f11a41b55cebecf","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"d1bd54f84788297","parentUid":"31f5f55f968e9ac0a89f545354014c7b","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"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":"3696b7f545496e3b","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"e2b61dce9238d6f9","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"827f6b5b66c8c251","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"4dfd3d73af96d06c","parentUid":"77c7ffaa7eac133cfb8688cd0eec6d74","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"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 text encoding","uid":"a362b1734d6ad49","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5c0345a78bc75334","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"210c1799e55dd357","parentUid":"720993dfc170a8cbd4b1d3944837f0df","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"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":"7f004ad97fcc7550","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"3822c9bc4e2625c6","parentUid":"2d629193d55cdb3c100d76041795442b","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"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":"ace052899b94700e","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"708c21c60c314c41","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2ab5be0a8f382983","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"f73ba97c866ecfc6","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"4be9c11319b48c20","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"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":"c1ecebce25c14e9e","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"980403b1e1ce1dc2","parentUid":"ea17b90c87c7a4ccb17b1e3861b3d911","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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 enabled","uid":"a717290248be4067","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707792800817,"stop":1707792800818,"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":"fccf41fe06851243","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"28198ce3e94ada21","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707792800818,"stop":1707792800819,"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":"ab6a27ffc938adff","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"957ec802226ce060","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"8e79c918ffd9ea99","parentUid":"303b87d9cb6efdff8b169465efbbcf73","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"e687e1b47c6f1dc0","parentUid":"d38d3c1929a20307dce6c2492f754ae3","status":"passed","time":{"start":1707792800819,"stop":1707792800819,"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":"97fda087fd37f318","parentUid":"3cec77d065542b34fe56ab412dfd3875","status":"passed","time":{"start":1707792805022,"stop":1707792805024,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3cec77d065542b34fe56ab412dfd3875"},{"name":"filterPeersByDiscovery function","children":[{"name":"should return all peers when numPeers is 0","uid":"b942e5bb97a47350","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707792805567,"stop":1707792805568,"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":"b41721bf1dee5eda","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707792805568,"stop":1707792805568,"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":"29c08dd8a5f90d0b","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707792805568,"stop":1707792805569,"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":"6387d45e7d4d801","parentUid":"432f5df25333b53e52fa9f706980f0ff","status":"passed","time":{"start":1707792805569,"stop":1707792805569,"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":"cc35db13af0cb524","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1707792805602,"stop":1707792805603,"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":"38ad82e9dd5c7a03","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1707792805603,"stop":1707792805604,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"2f660ff27144ebd","parentUid":"d1f083d5237a231188c1f31b96f6c441","status":"passed","time":{"start":1707792805603,"stop":1707792805603,"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":"75ff6f5248aa6a1e","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792805604,"stop":1707792805604,"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":"f43ae38e495d1db4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a553bbed71d0b2c4","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"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":"78da8706a006216d","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792805606,"stop":1707792805606,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"abcc2e2f1a5b28b7","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792820892,"stop":1707792820892,"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":"2362450c3af62d84","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792820892,"stop":1707792820893,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e78da258d1fbb5dc","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792820893,"stop":1707792820894,"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":"5b4111532b02126f","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"d6aa97f8164ad781","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f2526b2c00b13423","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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":"8e50f1b9c0fc86a1","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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":"f5370d7b4ba487","parentUid":"02687840b4ed30b3975e93e47cf5fab1","status":"passed","time":{"start":1707792822805,"stop":1707792822805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"02687840b4ed30b3975e93e47cf5fab1"},{"name":"Message Validator","children":[{"name":"Accepts a valid Waku Message","uid":"bfabf72458b69e27","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"c0bf75a091af4024","parentUid":"eb7616bc06c49f961fb1474764a98fe1","status":"passed","time":{"start":1707792809060,"stop":1707792809060,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"eb7616bc06c49f961fb1474764a98fe1"},{"name":"Discovery","children":[{"name":"returns all values when wanted number matches available values","uid":"3ee4978a7f80ad5d","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1707792814221,"stop":1707792814222,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"18e294fca4d1e996","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1707792814223,"stop":1707792814223,"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":"61a866366a3040c6","parentUid":"e96f7ebf248e9ee266bbabaa57f331e3","status":"passed","time":{"start":1707792814223,"stop":1707792814224,"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 error if DNS root entry is mis-prefixed","uid":"c2a58a28a01e65c1","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814742,"stop":1707792814743,"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":"5874ac67edfe5e7e","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814742,"stop":1707792814742,"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":"7f1f76751191424b","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814743,"stop":1707792814743,"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":"f6c1764936882fa9","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814743,"stop":1707792814744,"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":"cc751fccc6a30efd","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814744,"stop":1707792814745,"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":"2d21b5f7f616923a","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814744,"stop":1707792814744,"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":"be28184e85084791","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814745,"stop":1707792814746,"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":"693e4e40da1aa95a","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814746,"stop":1707792814746,"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":"5a663e8a90e97ecd","parentUid":"aa7d88015081438bead49f7c5b3b8329","status":"passed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"aa7d88015081438bead49f7c5b3b8329"},{"name":"Fetch nodes until capabilities are fulfilled","children":[{"name":"1 Relay, 1 fetch","uid":"a05df0055ae7e372","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707792814755,"stop":1707792814756,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"d812350b1b0dea77","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707792814756,"stop":1707792814757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3263e0f2f2f540b9","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707792814756,"stop":1707792814756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a873a8afc645d390","parentUid":"25a8b31b55bc82e7403bfb15b9b86ff1","status":"passed","time":{"start":1707792814757,"stop":1707792814757,"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":"750f1df7d2062b8a","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707792815078,"stop":1707792815078,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"e414ddb69493abc6","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"fbdcdcf34d0e40ae","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"23ab9f297321c76b","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"f338accdb234207e","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ed43bef12dafa6b5","parentUid":"a58165be14785cc015506bf776542ff5","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a58165be14785cc015506bf776542ff5"},{"name":"DNS Node Discovery w/ capabilities","children":[{"name":"should only return 1 node with relay capability","uid":"3a9c915887d40911","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707792815080,"stop":1707792815081,"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":"5219294f3b7c7745","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"b4bcd8fe3fd8f4e2","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"76db239c4105ee49","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"e6bd34cd5ac9fdb4","parentUid":"5caf1470a59c205cef021106d204928b","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"d502e665ca1d2f40","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"b1cc53f0e332fb03","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"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":"7d833a281dde26f8","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707792849461,"stop":1707792849462,"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":"836963649dbc3438","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"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":"147135a6d4194f0","parentUid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"494c9e7e8d6f0eb7a8e9d9ac5409ab37"},{"name":"Symmetric Encryption","children":[{"name":"Round trip binary encryption [symmetric, no signature]","uid":"4a0c3cbee3049418","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"49b5a9417d3a8380","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1707792820890,"stop":1707792820891,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bff4ce34f34cf38","parentUid":"8a2649ba10025ef69053408ea765bb47","status":"passed","time":{"start":1707792820891,"stop":1707792820891,"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":"bc7070eddde86fc3","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707792821408,"stop":1707792821409,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"d70428cf06a62bc7","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707792821409,"stop":1707792821409,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6164152f76f157c5","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a534857cfd82b057","parentUid":"78a81a796157785eced8795b5d5da376","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"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, signature]","uid":"7cee305fd00b898e","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"2e8db92229d2f1cb","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1707792822802,"stop":1707792822802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"b75a1a5922d90b1f","parentUid":"b76d4148c410fadc312d44195f3e7298","status":"passed","time":{"start":1707792822803,"stop":1707792822803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b76d4148c410fadc312d44195f3e7298"},{"name":"Events","children":[{"name":"peer:discovery","children":[{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"477254391a5a53b1","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"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":"24dde3b610539337","parentUid":"ffc061ff19a655e7735a14e25eea14f6","status":"passed","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ffc061ff19a655e7735a14e25eea14f6"},{"name":"peer:connect","children":[{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d50a547e605334fc","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1707792838867,"stop":1707792838868,"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":"1afd23b5dbdffd4c","parentUid":"6544551df69db1acdc957afd72f231f3","status":"passed","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6544551df69db1acdc957afd72f231f3"},{"name":"peer:disconnect","children":[{"name":"should emit `waku:offline` event when all peers disconnect","uid":"4487723428eb7fdd","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1707792838869,"stop":1707792838870,"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":"14f23d2bd7082ba","parentUid":"d7937a00be10139346006034772224cc","status":"passed","time":{"start":1707792838870,"stop":1707792838870,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d7937a00be10139346006034772224cc"}],"uid":"dfcd908e41decdae00cc7bae7de5f86f"},{"name":"Dials","children":[{"name":"attemptDial method","children":[{"name":"should be called at least once on all `peer:discovery` events","uid":"beef9b77d1071916","parentUid":"182178b203b90571613cbdadd6cad620","status":"passed","time":{"start":1707792846322,"stop":1707792846323,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"182178b203b90571613cbdadd6cad620"},{"name":"dialPeer method","children":[{"name":"For bootstrap peers","children":[{"name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","uid":"259a77639d0ee691","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"74f7a5a1d87aab2e","parentUid":"99dcbcaf3922acac9dc2c0af5ad8a17b","status":"passed","time":{"start":1707792846324,"stop":1707792846324,"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 every peer with PEER_EXCHANGE tags","uid":"b3d55b6b594b2527","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"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":"e7b7d8cd8d06a58c","parentUid":"70305888014cca813a499759942f9c6c","status":"passed","time":{"start":1707792846325,"stop":1707792846325,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"70305888014cca813a499759942f9c6c"}],"uid":"b248944ce0f00c94bcdc7396e4533210"}],"uid":"a163fb66409e7422eb33a7d9d68c9cbb"},{"name":"Waku Message Ephemeral field","children":[{"name":"Ephemeral messages are not stored","uid":"5f1ec872e47cbf3f","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"ec6a6c488518cef1","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707792848129,"stop":1707792848129,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fbc769d72da408c1","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"3777a5ad2bf64b07","parentUid":"82c8df38770cc41a45d4d7c4524f0a7d","status":"passed","time":{"start":1707792848130,"stop":1707792848130,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"82c8df38770cc41a45d4d7c4524f0a7d"},{"name":"ENR Interop: ServiceNode","children":[{"name":"Relay","uid":"aec9b4068c9a6b45","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1707792848725,"stop":1707792848725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7963619c63111dec","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"237b111e92a9e935","parentUid":"c16a873d7989ffd00126280d154ea408","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c16a873d7989ffd00126280d154ea408"},{"name":"DNS Discovery: Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"e94a894f883fe78b","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849457,"stop":1707792849457,"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":"8e67234dbf663e70","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"401f044c6e482ec1","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"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":"813074e0d382e81","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849459,"stop":1707792849459,"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":"1e5ad979e83de90f","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849459,"stop":1707792849460,"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":"c34ac18d8705d7a6","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849460,"stop":1707792849460,"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":"3ef5e8924e4803c4","parentUid":"9ace7b1ce0720cefced885412f4c1d52","status":"passed","time":{"start":1707792849460,"stop":1707792849461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"9ace7b1ce0720cefced885412f4c1d52"}],"uid":"675a690e6936e86f2aaf04dae7e0395a"},{"name":"Waku Filter V2: Ping","children":[{"name":"Ping on peer without subscriptions","uid":"43d57e5ea5833ee7","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"44a9192c273257e4","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"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":"6457dc130342f3fa","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707792869304,"stop":1707792869305,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b62b937ec0f7a032","parentUid":"0a07fd20e93eb0df669117dc0a236161","status":"passed","time":{"start":1707792869304,"stop":1707792869304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a07fd20e93eb0df669117dc0a236161"},{"name":"Public methods","children":[{"name":"addEventListener with correct event","uid":"ef052bef7cdeadb5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"3fb5e35ef242875b","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878411,"stop":1707792878412,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"6fd002861cc55e5e","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"c1d5108901b1ec5","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878414,"stop":1707792878415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"5c12b642cd8d8f77","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"73cab62f50496467","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"7e70ea98897c54a2","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"d96387bd33fcb26","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"passed","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"aab97a625d88f25c","parentUid":"7edea4fe6f0e135280e6d533cfa8f16a","status":"skipped","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7edea4fe6f0e135280e6d533cfa8f16a"},{"name":"Connection state","children":[{"name":"should emit `waku:offline` event only when all peers disconnect","uid":"a90d8169555007a4","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"59603118e50a7e09","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890683,"stop":1707792890684,"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":"718342f0a27489e0","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"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":"68b82eb9730b2476","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected should return true after first peer connects","uid":"37347df3157fb386","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890684,"stop":1707792890684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"290df14c419f6f56","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"3a4f4becb8677bf","parentUid":"7a9060af0fca2c1da1c9c19d61bd7eb4","status":"passed","time":{"start":1707792890685,"stop":1707792890685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7a9060af0fca2c1da1c9c19d61bd7eb4"},{"name":"Waku Filter V2: Multiple PubsubTopics","children":[{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"3aa098beff997670","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"16408df251bec517","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"af93167741a1b462","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707792907229,"stop":1707792907229,"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":"4dbfd6aef8c02f3e","parentUid":"a37faf5f9a5688fa17becb25085a48f4","status":"passed","time":{"start":1707792907229,"stop":1707792907230,"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 2 different pubsubtopics","uid":"5ace0edea7df17bf","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707792907230,"stop":1707792907231,"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":"be92f49bf4914698","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707792907230,"stop":1707792907230,"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":"5a03d8b494f67075","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707792907231,"stop":1707792907233,"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":"20a63c7eb0cf973b","parentUid":"1a4ed0ee63fab288032da5da6369d602","status":"passed","time":{"start":1707792907231,"stop":1707792907231,"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":"fd8117e9229abc38","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707792907233,"stop":1707792907233,"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":"c65a358ab4381826","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707792907233,"stop":1707792907234,"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":"ac6102300e250736","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707792907234,"stop":1707792907235,"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":"451b8469be9f9d5a","parentUid":"56bb33e6fea7bcdfc1beff66d0ceecc2","status":"passed","time":{"start":1707792907234,"stop":1707792907234,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"56bb33e6fea7bcdfc1beff66d0ceecc2"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true","children":[{"name":"Ping on peer without subscriptions","uid":"3e82c9597a9d7160","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"39c2020d1ee25293","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"41ebfba340f15b60","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707792919940,"stop":1707792919940,"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":"8bb97c562455d3ef","parentUid":"d0611b03c1f8ce8952692cb4235036e6","status":"passed","time":{"start":1707792919940,"stop":1707792919941,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d0611b03c1f8ce8952692cb4235036e6"},{"name":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: false","children":[{"name":"Ping on subscribed peer","uid":"bace446017574fd7","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b7d1296dfbe15f79","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707792919942,"stop":1707792919942,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"94016863792f9b83","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707792919942,"stop":1707792919943,"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":"332b1fe9489c48af","parentUid":"907e1b78e3bbfb1d734cf2fa0efdb6f6","status":"passed","time":{"start":1707792919943,"stop":1707792919943,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"907e1b78e3bbfb1d734cf2fa0efdb6f6"},{"name":"Waku Filter V2: Unsubscribe","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9e9d2095af9f1ae5","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707792929578,"stop":1707792929579,"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":"681458f686b6bdbe","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707792929579,"stop":1707792929579,"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":"c1139d89c3d2ae22","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707792929579,"stop":1707792929580,"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":"bcdbb07592fbffdc","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707792929580,"stop":1707792929580,"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":"843bfa42a14bbcb4","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707792929580,"stop":1707792929581,"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":"e76c7b10f8bde11f","parentUid":"827e940726f47c67a446cde22991d44e","status":"passed","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"827e940726f47c67a446cde22991d44e"},{"name":"Waku Filter V2: Subscribe: Single Service Node","children":[{"name":"Subscribe and receive messages via lightPush","uid":"ef76f9f2d89d5ba","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958823,"stop":1707792958827,"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":"264cab64810850bc","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958827,"stop":1707792958828,"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":"af9303569125bf3b","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958828,"stop":1707792958829,"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":"6664612407dccec1","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958829,"stop":1707792958829,"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":"2542d60ddce53ac","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"fab4bf38e7bee615","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"5945be84978c5089","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1707792958831,"stop":1707792958832,"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":"c075cf3303077178","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958831,"stop":1707792958831,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"cd58276e68349186","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958832,"stop":1707792958832,"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 31 topics (old limit)","uid":"196c3c5c06756dc4","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958833,"stop":1707792958833,"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":"9f6506e29aa3e52e","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"skipped","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14be64cc99c6ee7a","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"broken","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f56547116a8bd969","parentUid":"6f94dc37311b4dd500c6fb4f60c93564","status":"passed","time":{"start":1707792958834,"stop":1707792958834,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"6f94dc37311b4dd500c6fb4f60c93564"},{"name":"getConnectedPeersForProtocolAndShard","children":[{"name":"same cluster, same shard: nodes connect","uid":"ac31dbfb5f65dad6","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"7ec1952e065d1dd7","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012459,"stop":1707793012460,"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":"e09a18f300bb650e","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012461,"stop":1707793012462,"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":"88f05152897b9112","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"6519c58c519cc39f","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"f3a7b6b4f2f296e5","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"3d7e3592bfb8d9f8","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"f166cda0231ef482","parentUid":"8e643730e7ca5afcecfc693fc2316ad5","status":"passed","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8e643730e7ca5afcecfc693fc2316ad5"},{"name":"getPeers","children":[{"name":"getPeers with varying maxBootstrapPeers","children":[{"name":"maxBootstrapPeers=1","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c15b2212bac74fab","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707793012464,"stop":1707793012465,"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":"4a73f2968a4f9021","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"656882ca0c470dcd","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707793012465,"stop":1707793012465,"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":"36f4f13f99f50d12","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"b00e6777e6e3bb77","parentUid":"5b28b27077275dade6e0658409c39ea7","status":"passed","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"5b28b27077275dade6e0658409c39ea7"},{"name":"maxBootstrapPeers=2","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3e8c61e682cf8f28","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707793012467,"stop":1707793012467,"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":"74fde2bcae1c3fc","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707793012467,"stop":1707793012468,"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":"ce243c211a28a184","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707793012469,"stop":1707793012470,"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":"6301e00a8735f1e2","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707793012470,"stop":1707793012471,"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":"b34ab433e8e5b3f2","parentUid":"b92eca3e05a7eb76cf0ca2d530e1ad41","status":"passed","time":{"start":1707793012471,"stop":1707793012472,"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":"6e38a7ee5e498af8","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707793012474,"stop":1707793012475,"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":"459a28862f1b42e7","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707793012475,"stop":1707793012476,"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":"ff176b8405437a45","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707793012476,"stop":1707793012476,"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":"116c458000ebdaa","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","uid":"9f08bd817c329167","parentUid":"1aa832f3089f425d29f52f9feb23beea","status":"passed","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1aa832f3089f425d29f52f9feb23beea"},{"name":"maxBootstrapPeers=4","children":[{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c34f2a2b93ed1bc","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707793012483,"stop":1707793012484,"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":"e189addd65cf4d62","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707793012484,"stop":1707793012485,"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":"5012dbe23b68afe2","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707793012485,"stop":1707793012486,"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":"ad273d060d8ab4cd","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"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":"b7b8e1753f1b7d61","parentUid":"f52be94744a5dedbd6192c0ba976cc4d","status":"passed","time":{"start":1707793012492,"stop":1707793012492,"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":"5a53e4e7a0e9f056","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707793012493,"stop":1707793012494,"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":"7c546ce731c0bff2","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707793012494,"stop":1707793012495,"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":"8fe7a0528649dacf","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707793012495,"stop":1707793012498,"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 5 bootstrap peers","uid":"ac01f18235ea78b0","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707793012498,"stop":1707793012499,"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":"d07f60cfc0cf4028","parentUid":"597876d6dd977119d418c3d12f186803","status":"passed","time":{"start":1707793012500,"stop":1707793012500,"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":"304027a8197cd6d6","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707793012502,"stop":1707793012503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","uid":"f7cd19c5e8f10dff","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707793012503,"stop":1707793012507,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","uid":"f7305cfb35af012","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"d62ae0c9dfd0e983","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707793012511,"stop":1707793012512,"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":"c3c89eae87910aa3","parentUid":"fdb01139a32c46716918889b88a43816","status":"passed","time":{"start":1707793012511,"stop":1707793012511,"duration":0},"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":"dce3a0d4662aa2d6","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2bd6dc2a157e3582","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"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":"ae41c5920a30cd3e","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"2c38f549c843826e","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707793012514,"stop":1707793012515,"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":"3895295c5abcd874","parentUid":"5b5f40c5a1da4aa635251260bd8d9423","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"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":"966a7aaa127265f0","parentUid":"b8111ecc6b0aef76a3b108ebcf628b79","status":"passed","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"b8111ecc6b0aef76a3b108ebcf628b79"}],"uid":"c3fd0a376e255f07764bc7336980757b"},{"name":"Waku Filter V2: FilterPush","children":[{"name":"Check received message containing short","uid":"ceff03afd73d0984","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028261,"stop":1707793028262,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e7152a0e378d4be1","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028262,"stop":1707793028263,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4df144972f066d1f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028264,"stop":1707793028264,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"44e0a8492cfa113","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"2ff72e4911405bf8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"de5a7a7052c27654","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"69435645beb283fd","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028272,"stop":1707793028273,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b4e3403bbe7192ae","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"6a7779e6688c8958","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"267990520de738a7","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028274,"stop":1707793028275,"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":"1e05812b9cf78428","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b85c0b207d46ee44","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"bf0996152959c745","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028276,"stop":1707793028276,"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":"bcb64e4f3a9cf2ed","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028279,"stop":1707793028280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"af7b86863ae24a4d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028279,"stop":1707793028279,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a9f559f9493530d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067000000 ","uid":"167977bdb6c1f64d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067 ","uid":"ee26032a19e7f8ee","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028283,"stop":1707793028284,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ce4c3f4b0597fcab","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028284,"stop":1707793028285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6e2ff6b1861ef8","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"356dcda81f987a42","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028285,"stop":1707793028285,"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":"6265edc24308f6ea","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028285,"stop":1707793028286,"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":"5e095725c9452027","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"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":"221c0b330ffe6501","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"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":"6cee2c8d7682e14f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"8279a10bff3b46fc","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028290,"stop":1707793028291,"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":"59951f2ed14ab21d","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"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":"524a3445fa87372f","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"b9e58711e5060d9c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"passed","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after jswaku node is restarted","uid":"4127902dd5f1ac2c","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1707793028295,"stop":1707793028296,"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":"cd05f6e66088bcde","parentUid":"152bad9102957fb1d7f75e43c67592bd","status":"skipped","time":{"start":1707793028296,"stop":1707793028296,"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":"7f10201d1edb459","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707793059097,"stop":1707793059097,"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":"380323bb1c8ea0ba","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707793059098,"stop":1707793059099,"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":"32156957ffeeb3d9","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707793059099,"stop":1707793059099,"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":"53412d951a41a02a","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"6ce4f306a0e8f3ae","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"e5253321bb0178b3","parentUid":"85ab1e27fbaf95f3f5eb5ecbb27e7348","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"85ab1e27fbaf95f3f5eb5ecbb27e7348"},{"name":"Waku Filter V2: Unsubscribe: Multiple Nodes: Strict Checking: false","children":[{"name":"Unsubscribe 1 topic - node subscribed to 1 topic","uid":"9d8a1f8f6615fd6d","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"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":"3312ef564d647fcc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"c778894017771e9a","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707793059102,"stop":1707793059103,"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":"f2c1bed73cad45cc","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"8c32b9da5d546a83","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"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":"60eeb9d9fcc0db03","parentUid":"d51561a0db8f4679c409581c5ed3e00e","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"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":"cd9a064f06a56880","parentUid":"d97a75222c68cb30be8516b31f542691","status":"passed","time":{"start":1707793059180,"stop":1707793059181,"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":"908341bc8fac2508","parentUid":"a6366810953c2e0e3c90e3cb98ee73f7","status":"passed","time":{"start":1707793059182,"stop":1707793059182,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a6366810953c2e0e3c90e3cb98ee73f7"}],"uid":"1825355ae66eca5b17eeac38d11a8f4b"},{"name":"Waku Light Push : Multiple PubsubTopics","children":[{"name":"Push message on custom pubsubTopic","uid":"d55838876381600","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1707793086602,"stop":1707793086602,"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":"2956f03dc29cc7e6","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1707793086602,"stop":1707793086603,"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":"a4443511c88d268d","parentUid":"e52eee00913614603b5b19434d7c51b2","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"d430e4dbca157156","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"d6e78758f8d4d62d","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1707793086605,"stop":1707793086605,"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":"51aa55a554d04cf6","parentUid":"c38d88c628db61092cac75ccc09fe906","status":"passed","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"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":"242fd63c44f0097a","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1707793086615,"stop":1707793086615,"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":"e305991ae53cee6c","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1707793086616,"stop":1707793086616,"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":"ec2922e2fa38747c","parentUid":"35de3709f31f23da68ece85d4ad444e9","status":"passed","time":{"start":1707793086617,"stop":1707793086617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"35de3709f31f23da68ece85d4ad444e9"},{"name":"Metadata Protocol","children":[{"name":"PeerStore has remote peer's shard info after successful connection","uid":"3600a71b190c3504","parentUid":"efccb8cb58173ebb8b2f79a36781cf1b","status":"passed","time":{"start":1707793088061,"stop":1707793088062,"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":"4d128f90bb1d3332","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707793088062,"stop":1707793088062,"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":"4ffebe91ed5be523","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"925ea227301ebdae","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"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":"b81085273cd1c50b","parentUid":"174e48ade251c8de555bd3bc87d61e1f","status":"passed","time":{"start":1707793088064,"stop":1707793088064,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"174e48ade251c8de555bd3bc87d61e1f"}],"uid":"efccb8cb58173ebb8b2f79a36781cf1b"},{"name":"nwaku","children":[{"name":"Correctly serialized arguments","uid":"2d587790afbfeb54","parentUid":"b5a4331680bd014f81e396f3a45e3e05","status":"passed","time":{"start":1707793088152,"stop":1707793088153,"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":"8d10b5656006a29f","parentUid":"ed3199962ddbdce221ebc3aee5f07a71","status":"passed","time":{"start":1707793093670,"stop":1707793093671,"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":"97799c92c3a24a44","parentUid":"1e048c606fd404a2c44ada77bca3101a","status":"passed","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1e048c606fd404a2c44ada77bca3101a"}],"uid":"ed3199962ddbdce221ebc3aee5f07a71"},{"name":"Waku Relay","children":[{"name":"Decrypt messages","uid":"8a3d3c0caf32039c","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"56fb749c89c9d74d","parentUid":"c09e2f8d01d26e92eda242fa33d69927","status":"passed","time":{"start":1707793095139,"stop":1707793095139,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c09e2f8d01d26e92eda242fa33d69927"},{"name":"Waku Relay, Interop","children":[{"name":"nwaku subscribes","uid":"833f0ad780a0520a","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b573e086563c680b","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1707793128331,"stop":1707793128332,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e96537e332504eae","parentUid":"e723c55a01833b835c26f759a08dcc8f","status":"passed","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Two nodes connected to nwaku","children":[{"name":"Js publishes, other Js receives","uid":"d5d457d9e9768106","parentUid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8","status":"passed","time":{"start":1707793128332,"stop":1707793128333,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2ebbf6d79cd2c6a7badbf1dfbcaac2a8"}],"uid":"e723c55a01833b835c26f759a08dcc8f"},{"name":"Waku Relay, multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"b15935f5c06d11ee","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707793142778,"stop":1707793142779,"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":"8241451025eaf79c","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707793142779,"stop":1707793142780,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"99959ade6840c143","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707793142780,"stop":1707793142781,"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":"4781ee06593ce431","parentUid":"4d2cb3c9357b5a058a43dee33ca02fb8","status":"passed","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"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/3/1 topic","uid":"a08a829249282ef1","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707793142788,"stop":1707793142789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"7d449ba7eb7ca3e7","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"2a5d7f4abee648c1","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707793142791,"stop":1707793142792,"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":"be52fc8f190fe953","parentUid":"23ea901a8196812bf1a172b866f3c954","status":"passed","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"23ea901a8196812bf1a172b866f3c954"},{"name":"Waku Relay (named sharding), multiple pubsub topics","children":[{"name":"3 nodes on /waku/2/rs/3/1 topic","uid":"80e14ac0962a215f","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707793142796,"stop":1707793142796,"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":"8e854ef4022ade12","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a39974da4e97935a","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707793142797,"stop":1707793142797,"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":"1c2bf423e464a489","parentUid":"8474426d673ab23e850081c564316d14","status":"passed","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8474426d673ab23e850081c564316d14"},{"name":"Waku Relay, Publish","children":[{"name":"Check publish message containing short","uid":"1f64cde6e15acf61","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153212,"stop":1707793153213,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"3c2e39983ff073a8","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153213,"stop":1707793153213,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"1e89253f52847b84","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"86c5fc5f2608fd10","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"cd15be0494c6a1f6","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"12dc2c49a7aecbeb","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4644e42e868d811","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d3bb884944966285","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153217,"stop":1707793153217,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"dde7ee3f7bbb0647","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"67543c82acf2c284","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"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":"ce35694509b24998","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ded5d56cac4219d1","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"b54a87418b625d2","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"4d71f87db05d5b1e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153221,"stop":1707793153222,"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":"da125b9e9ada1526","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153222,"stop":1707793153222,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"3453d736075045c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","uid":"eecd4bbe6175b766","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153223,"stop":1707793153224,"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":"836ecb55a00181b4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","uid":"811919cbcd121669","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","uid":"8e65953ffb589b00","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"6dc7122b7761e78","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153226,"stop":1707793153226,"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":"6705f4874d6eca3c","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153227,"stop":1707793153228,"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":"43122dfa033d86e4","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"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":"ecf082d0499c268d","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"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":"977336ca81ab0ce7","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1707793153228,"stop":1707793153229,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"8aa506b130440f57","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"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":"3892f4b2c1dbb10e","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"skipped","time":{"start":1707793153229,"stop":1707793153229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"253bb059c691422","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7d3e30de67c4c2d9","parentUid":"540857cd9aa465b36ce09e6d7509872d","status":"passed","time":{"start":1707793153230,"stop":1707793153230,"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":"53aa408e706b2006","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168668,"stop":1707793168669,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"344a8b8d2c30a683","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"93aa5b690af58224","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"16afe6f916b349b7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168671,"stop":1707793168672,"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":"25dd018bf4475d2","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168672,"stop":1707793168673,"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":"1bcfd579b98bd13f","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168673,"stop":1707793168674,"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":"4e7388f337eee427","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168674,"stop":1707793168675,"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":"dd39fc1f256bab2c","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168675,"stop":1707793168676,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d6b8f46e6270b50c","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"971cbc42d281bfc3","parentUid":"f44a58f320567307bff944f420349273","status":"skipped","time":{"start":1707793168678,"stop":1707793168678,"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":"474394424da8240a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168678,"stop":1707793168679,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"c9cefff742611fac","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168679,"stop":1707793168680,"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":"f7079c869e061d10","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168680,"stop":1707793168681,"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":"c8025512ec9b7c7","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168681,"stop":1707793168682,"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":"149d1c7158a6104b","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Arabic and publish message","uid":"2f61758232802d7a","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"59c22a3ec248ec27","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168685,"stop":1707793168686,"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":"1f65ee9394da87c6","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168686,"stop":1707793168687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"2124bc31cda2d646","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168687,"stop":1707793168688,"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":"2ce3c8a69faf9a0e","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"e49eec942ec1ba07","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"1379be28e3e80244","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"47cfd4015a024311","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"bd564010f4cdd27d","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168695,"stop":1707793168696,"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":"cdd3de4bfbc48878","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"61b9f3173ca65968","parentUid":"f44a58f320567307bff944f420349273","status":"passed","time":{"start":1707793168696,"stop":1707793168696,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f44a58f320567307bff944f420349273"},{"name":"SDK: Creating by Content Topic","children":[{"name":"given a content topic, creates a waku node and filter subscription","uid":"141b987a3aa7c499","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"passed","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"7d6bba91a7229593","parentUid":"20e2ce6e283b791be82d528f8b74f17d","status":"broken","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"20e2ce6e283b791be82d528f8b74f17d"},{"name":"Peer Exchange","children":[{"name":"Locally Run Nodes","children":[{"name":"nwaku interop","uid":"141930bfce5da8cd","parentUid":"59b7448f16356847d07a5cbeb5d72397","status":"skipped","time":{"start":1707793230148,"stop":1707793230149,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"59b7448f16356847d07a5cbeb5d72397"},{"name":"Compliance Test","children":[{"name":"interface-peer-discovery compliance tests","children":[{"name":"can start the service","uid":"aa470d1db3ebcf85","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ca41b915acaffa5f","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230150,"stop":1707793230151,"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":"b1490e6aa20990","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"2275c8176aa1404","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"f9992b49f065010c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"49446f5b3504079c","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"5e9a5e84d0bd4f9a","parentUid":"7cc5ab73acc4c5ec1d118ee40082197b","status":"passed","time":{"start":1707793230152,"stop":1707793230153,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7cc5ab73acc4c5ec1d118ee40082197b"}],"uid":"1d4f92016a1ebf16e8408eac03783ef8"}],"uid":"f23527635e1474ff854a71912f7cb7ea"},{"name":"Waku Light Push: Single Node","children":[{"name":"Push message with short payload","uid":"7e697f5cd0492845","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238858,"stop":1707793238859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e60346f706961514","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"2269e0cfe4714180","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"7fe3d1283a338d0f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"597ab9f4c3d997cd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"c47d37ce34d5e9ec","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e7edfa80812c5ab","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238861,"stop":1707793238862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1b97547002e03220","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"262bad25ddf8cedd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238862,"stop":1707793238862,"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":"7d94fcec759fd0df","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238863,"stop":1707793238864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9126998c0e0009d3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238863,"stop":1707793238863,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c11e52c9b60dbf14","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"52ea7394a22dd995","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"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":"b8719a801a5cb378","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fb527fa6d1061b37","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"844ec15e728c3211","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"2cb7d0263fe43fb7","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"d5510c9489c8545e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"7d358c6d8a7ac537","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238869,"stop":1707793238869,"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":"d71d52c1b46f662","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"3f163386435c63bd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"5cf85269ef4a0ac8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238870,"stop":1707793238871,"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":"3cef6830630c5b32","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238871,"stop":1707793238872,"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":"d5b4db2a157621c3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238871,"stop":1707793238871,"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":"2471d11993d8625f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238872,"stop":1707793238872,"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":"2eee805a613956a3","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238872,"stop":1707793238873,"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":"f31b44beb941a50e","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238873,"stop":1707793238874,"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":"8ba30b99866a801f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238873,"stop":1707793238873,"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":"c62793c6182a2f43","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"b84d8226908260b5","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"b19c222dfd10bdf8","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"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":"a18e5c2b704c34c1","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"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":"5b5eea86b2effd42","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"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":"8cdc781d54083eda","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238876,"stop":1707793238877,"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":"2a6915f11d3b931c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"dd4b41318246363f","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238877,"stop":1707793238877,"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":"551b02c4b49e9067","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e8aea029968444ca","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796612699","uid":"f4446925c3ed4ebd","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034612699","uid":"5375952f6039385b","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789412699","uid":"a912fc13354f659c","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"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":"ba417fd6ab90c4f0","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"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":"72e6e3f92d6eed73","parentUid":"7df6540d157bd48a9d3bc8c3f21e93bb","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7df6540d157bd48a9d3bc8c3f21e93bb"},{"name":"Static Sharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"2655c6cc6d6dabd","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1707793243275,"stop":1707793243275,"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":"5bbab87de443f512","parentUid":"3063c7d8bf33f54fd9a4937c64364a9f","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3063c7d8bf33f54fd9a4937c64364a9f"},{"name":"Autosharding: Running Nodes","children":[{"name":"configure the node with multiple pubsub topics","uid":"3e8b4cc0bba48231","parentUid":"81716586629d1440866a32fcb0929685","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"81716586629d1440866a32fcb0929685"},{"name":"Waku Store, cursor","children":[{"name":"Passing a valid cursor at 2 index when there are 4 messages","uid":"babc8f22fb8fa529","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287275,"stop":1707793287276,"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":"ab1a3a57a157d114","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287279,"stop":1707793287280,"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":"c4aeb75906fd5713","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"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":"ff427b086815ee67","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287282,"stop":1707793287282,"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":"6042f4a52f2a143e","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"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":"9802d585c72c1793","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"a85d02cea362ba85","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9290f9308502801","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fbf7f3d4db0013b3","parentUid":"3426cec71b37676cf0be3c0fef80c0a0","status":"passed","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3426cec71b37676cf0be3c0fef80c0a0"},{"name":"Waku Store, error handling","children":[{"name":"Query Generator, Wrong PubsubTopic","uid":"c579d72b6195f213","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1db142976966724e","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304781,"stop":1707793304782,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"ff1ce72f4aa93ce0","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a3fbdd37c532a740","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304783,"stop":1707793304784,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"fe38eb2dea8037f6","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"e6268d77c27242fb","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"97ccb41b5c84f15c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304786,"stop":1707793304787,"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":"d8c75b1e1143c0f4","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"b6a1c76280fafe17","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304788,"stop":1707793304789,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"ccdf5cd116aac99","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304789,"stop":1707793304790,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"9f30c4d648d5f260","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304790,"stop":1707793304791,"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":"f8aabb51529d474c","parentUid":"ce32033953aa49b057348563584e892d","status":"passed","time":{"start":1707793304791,"stop":1707793304792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ce32033953aa49b057348563584e892d"},{"name":"Static Sharding: Peer Management","children":[{"name":"Peer Exchange","children":[{"name":"all px service nodes subscribed to the shard topic should be dialed","uid":"5d66e22dded0fe60","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1707793354573,"stop":1707793354573,"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":"e1f4338516c0133e","parentUid":"56ddb61839d909e7e3e8912b289076bc","status":"passed","time":{"start":1707793354574,"stop":1707793354574,"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":"8e2d7a06a15f0ea2","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1707793354574,"stop":1707793354575,"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":"4c377726deabb4e1","parentUid":"58d347f0207cb02302f257aa9e53af85","status":"passed","time":{"start":1707793354575,"stop":1707793354575,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"58d347f0207cb02302f257aa9e53af85"}],"uid":"31cf7130db9192e27d145b7dfbb2a390"},{"name":"Waku Store, general","children":[{"name":"Query generator for multiple messages with different message text format","uid":"15f4e49680193c2d","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355775,"stop":1707793355776,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"31abb135af2ff5de","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355775,"stop":1707793355775,"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":"206c1b1cb0eb6ca4","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355776,"stop":1707793355777,"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":"8d3b05e54c157de","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355776,"stop":1707793355776,"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":"b1aaad778b5dc454","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b0d6fb86326b041e","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"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":"beb3d9c4e1caa9ee","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"1fb5518289810686","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"b4c21a309ba07cfc","parentUid":"0a0593136080d0b3b5899e64d90a01f8","status":"passed","time":{"start":1707793355778,"stop":1707793355779,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0a0593136080d0b3b5899e64d90a01f8"},{"name":"Waku Store, custom pubsub topic","children":[{"name":"Generator, custom pubsub topic","uid":"3cd9b8095d242cad","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1707793369030,"stop":1707793369031,"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":"a2e2a80a4bbf4bec","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"21deada33a0a2b76","parentUid":"44ef6c8520792f6cdf92ba8b204e42cd","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"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":"3aa835d973519e4c","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1707793369032,"stop":1707793369032,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"82ab530d3651190b","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1707793369032,"stop":1707793369034,"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":"e1d546de4251c806","parentUid":"428961ea17ce9ec744e8e65e6f8c7b4f","status":"passed","time":{"start":1707793369034,"stop":1707793369034,"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":"24e1bab256c0dd55","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"494645585e82853f","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1707793369035,"stop":1707793369036,"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":"c774d776fc8ab575","parentUid":"8095077130c9514b42ecdfc574bb8f38","status":"passed","time":{"start":1707793369036,"stop":1707793369037,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8095077130c9514b42ecdfc574bb8f38"},{"name":"Waku Light Push: Multiple Nodes: Strict Check: true","children":[{"name":"Push message with short payload","uid":"dc2b0f8e48bb72a1","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eb7315e4fea1283","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ee32e0e05b32d78","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"71475f0ce56cc7e7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370623,"stop":1707793370624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5e2f9341c06e0f8c","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370623,"stop":1707793370623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"71d28276ba4cd325","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3bca0451dfab9f6d","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ae0fad737c4c0b89","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370625,"stop":1707793370625,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6847ae21f2fbc1d2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"18c3e80a9b27b0e0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370626,"stop":1707793370627,"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":"d346bdfed2395d37","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370627,"stop":1707793370627,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fbbfd7651265a3e0","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370627,"stop":1707793370628,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"7a63dd7b7594ec47","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"c1b7788947250ba8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"54d65f4b42478a2f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"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":"3c9b85e20a960903","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"11ea15871c75c65f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370630,"stop":1707793370631,"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":"a3810b73482e62f7","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"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":"6e412209b74b253b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"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":"eaf40c676d589a8a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"26bb3a7e13fc4edc","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"bdd484b9a9a06978","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370632,"stop":1707793370633,"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":"d80eb2f2803d406f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370633,"stop":1707793370634,"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":"e15c0b354019d337","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370633,"stop":1707793370633,"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":"70a3e6f5afe980b4","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370634,"stop":1707793370635,"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":"81d971dbb1c524a3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370634,"stop":1707793370634,"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":"e0f54c7d213a71d2","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370635,"stop":1707793370635,"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":"7cd076a540aba185","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370635,"stop":1707793370636,"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":"18542f5259d42963","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"ff4ece4c8767475f","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"e3e947160c523976","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"3a6e5584389b932b","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"3ae76ec83cca6f19","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"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":"638989488f0b414","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ba4e5c55d0527613","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"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":"7ae2747500a4872a","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370639,"stop":1707793370640,"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":"d297d4ff5a25b354","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6d9d9c1549d313ee","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370640,"stop":1707793370641,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034559036","uid":"19cee804b3798271","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789359036","uid":"6a77ec0d9b917aca","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"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":"c1761f69e5518959","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"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":"dcd5a137b57b49b8","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370642,"stop":1707793370643,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796559036","uid":"9e6d34051ec48ff3","parentUid":"f0ce4304a5c72aabff181e56ac32d839","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"f0ce4304a5c72aabff181e56ac32d839"},{"name":"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true","children":[{"name":"Check received message containing short","uid":"24ed167b2b9ff36a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"28847ed8a12aa789","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"af3ab777ee12eea1","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"16f06ead9df31219","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ee0c5d6495e00e28","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e5771fed68a3c2bc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"33d06a99112ac015","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"622cd29c7714ab54","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371097,"stop":1707793371098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fcff495bfb8f9bbc","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a75a70fb94ad2e09","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"1183686d11b606b8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3b4c2994ab9ff77","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371099,"stop":1707793371100,"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":"db8307fb303ad01c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"58d98734661e8a19","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371100,"stop":1707793371100,"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":"f540fad1baae87df","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371100,"stop":1707793371101,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c8c9e5ea38e4472f","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"2f848a2b84ea2ec8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"fce8cd615f0f829c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371102,"stop":1707793371103,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"aa75b27fff2eb895","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3732eb0cee9ab3a8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"cf60b9ea5f2d2804","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371104,"stop":1707793371104,"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":"7fc8e5cb91e5135c","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371104,"stop":1707793371105,"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":"b7b0bd2f3dde818b","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371105,"stop":1707793371106,"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":"8050b14544960611","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371105,"stop":1707793371105,"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":"e2abe1118b21649a","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"dfa286225cfe5e58","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"99fcfc4b5c716eeb","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1707793371107,"stop":1707793371108,"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":"d6d341cb375f8407","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"passed","time":{"start":1707793371107,"stop":1707793371107,"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":"3df7ef17fc92e5f8","parentUid":"cddf321d453ccfeb1c38dfaa4bf0811f","status":"skipped","time":{"start":1707793371107,"stop":1707793371107,"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":"8c877d88e800e0ad","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371108,"stop":1707793371109,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4f49d34fd850a886","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371108,"stop":1707793371108,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d091fcb17cb06d79","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371109,"stop":1707793371110,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"10d7fabd67f3b01f","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371109,"stop":1707793371109,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1446f27b426a627b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"216bcd0d57e0d835","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"692ca337528b265d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1d6257f0cf171800","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"124cc08f54808b4b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"609b44b24ce3b360","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371112,"stop":1707793371113,"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":"41c2eaba5c820818","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371113,"stop":1707793371114,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eb120c2a1a1ee1ac","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371114,"stop":1707793371114,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d274040492ba7f7a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371114,"stop":1707793371115,"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":"ccd8f865c347144a","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371115,"stop":1707793371116,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9e683e05b87fb1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371115,"stop":1707793371115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"a035552ef488137d","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"f1cf072d01d1fef5","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"2b520dfa7ae6cf87","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"80a64f10810e0cad","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"80fdb3fe15a04e36","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371117,"stop":1707793371118,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"dfc3dd84a4080ac9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371123,"stop":1707793371124,"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":"c3d4fb922a23e7c","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371124,"stop":1707793371125,"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":"11d4db18a648395e","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371124,"stop":1707793371124,"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":"dfd04763ea7c08e9","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371125,"stop":1707793371125,"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":"c15b5b708e476348","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371125,"stop":1707793371126,"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":"9fda558cd0dd0450","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371126,"stop":1707793371127,"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":"23083b2e32b253f1","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"passed","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message received after nwaku node is restarted","uid":"76b08d189b69d5b","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1707793371131,"stop":1707793371132,"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":"94e158f5a54473fd","parentUid":"de597dc9fd0f0eae44ef8b68c4f3be7e","status":"skipped","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"de597dc9fd0f0eae44ef8b68c4f3be7e"},{"name":"Waku Store, order","children":[{"name":"Query Generator - forward","uid":"82e99f2ca6fbc61","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707793383649,"stop":1707793383649,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"3bf1ef6096f8390c","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707793383650,"stop":1707793383651,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"12f863a4766edf2f","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"eb266184655e69fa","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"1f8fc422d3b4d66e","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707793383651,"stop":1707793383651,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"b21b8ea65708b856","parentUid":"7daa13be04411ffb27d8ee7f46d6b87d","status":"passed","time":{"start":1707793383651,"stop":1707793383652,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7daa13be04411ffb27d8ee7f46d6b87d"},{"name":"Util: toAsyncIterator: Filter","children":[{"name":"creates an iterator","uid":"623025527b086bfd","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9e99437b89c78946","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"fceabef893907440","parentUid":"bfd91fe70e25365388e9d45e358d893b","status":"passed","time":{"start":1707793384586,"stop":1707793384586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"bfd91fe70e25365388e9d45e358d893b"},{"name":"Waku Store, sorting","children":[{"name":"Query Generator sorting by timestamp while page direction is forward","uid":"6e1e02c7861f1774","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707793387155,"stop":1707793387156,"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 forward","uid":"9b9391897a88df0d","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707793387156,"stop":1707793387157,"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 backward","uid":"d77d2dbf084e0186","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707793387156,"stop":1707793387156,"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 backward","uid":"784685354b8e5f8a","parentUid":"82d01d8e33c56eeb9dac68b6546f466e","status":"passed","time":{"start":1707793387157,"stop":1707793387157,"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":"891accd48817bde9","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392500,"stop":1707793392501,"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":"b556e69fd752604d","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392501,"stop":1707793392502,"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":"4105aa8f933b9328","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392501,"stop":1707793392501,"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":"9307d8570161dd20","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392502,"stop":1707793392503,"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":"4557d616f0b57c84","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392502,"stop":1707793392502,"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":"521284f657f31c86","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392503,"stop":1707793392503,"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":"3a9a68f77966de11","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392503,"stop":1707793392504,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"8fdff327e4dc2d8c","parentUid":"90755542dd4fc4702bb1cd6348e4930c","status":"passed","time":{"start":1707793392504,"stop":1707793392504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"90755542dd4fc4702bb1cd6348e4930c"},{"name":"Waku Store, time filter","children":[{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"9362aa3f11102d73","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399644,"stop":1707793399644,"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":"d016caf54e9484","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"d3af5f8c929865df","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"57b3f8a38ea1cebe","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"5e5ed3e68b1194ef","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"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":"6b10fc4c337d3340","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9dbe73f8cbec9536","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"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":"b0c17f4440db5449","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"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":"8e9ccba4e09f3f7e","parentUid":"7070f79de099fc32a51b6a8b41c21caa","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"7070f79de099fc32a51b6a8b41c21caa"},{"name":"Waku Dial [node only]","children":[{"name":"Interop: ServiceNode","children":[{"name":"connects to nwaku","uid":"bd4f3ab563d3d99a","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1707793400887,"stop":1707793400887,"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":"b8fd845bf60bcad5","parentUid":"a79992a47d5936f9475b8795461a9fa0","status":"passed","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a79992a47d5936f9475b8795461a9fa0"},{"name":"Bootstrap","children":[{"name":"Using a function","uid":"189f2405630e8444","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"d015225ee361cf06","parentUid":"9378f5f7ef0de7cc0e97970af1f8370b","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"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":"2cc89de92855880c","parentUid":"b907953c6834b3b9f5420f211537af83","status":"passed","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"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":"a317a48390b28edc","parentUid":"3a88c26682cd3a1384f81774b01f867e","status":"passed","time":{"start":1707793400889,"stop":1707793400889,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"3a88c26682cd3a1384f81774b01f867e"},{"name":"Wait for remote peer","children":[{"name":"Relay - dialed after","uid":"fa320788fb103fed","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"d157403cbe4fbb5c","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"96e706187f1cdb65","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"916632f996f80af0","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"328ecf4b99676dbc","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"cd9d7f99635012f3","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"6730b871158c9a11","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"b7838768e7658223","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"e9a8abb442715757","parentUid":"c5ef3b407a3400aa42536fba150d9b6e","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5ef3b407a3400aa42536fba150d9b6e"},{"name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true","children":[{"name":"Subscribe and receive messages via lightPush","uid":"689444ebada4c412","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446730,"stop":1707793446731,"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":"bf6f142ebbca0f7f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446731,"stop":1707793446731,"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":"95a945e69900ead7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446732,"stop":1707793446733,"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":"75a86a4d11df78f","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"728013e8f2870c45","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"a88d1f89bfe6a3b0","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"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":"8897130aeb19e3ee","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b7a22f9550efbc20","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446734,"stop":1707793446734,"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":"18485aa82b309aeb","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1707793446734,"stop":1707793446734,"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 31 topics (old limit)","uid":"302ccf76a93d20a2","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446735,"stop":1707793446735,"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":"2d2db6cf99f3b370","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"skipped","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9b86b2e84b061167","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"373a49b79c1507a9","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"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":"df8768a161749bb1","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"30971d9b353f5312","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446737,"stop":1707793446738,"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":"1f8805146267fb32","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"d96bc0b4fbf688b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"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":"3c562690dfd5ec82","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"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":"537267c96b0bca03","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446738,"stop":1707793446739,"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":"ec0c60b75ab958b3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"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":"412d6689cb9b33c3","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"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":"4ccc441a6b2742b7","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"2e36727f52494d0e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"8a86363c9b3ea98b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446740,"stop":1707793446741,"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":"ed68015c04ae7c0e","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"6b96ca264741be34","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446741,"stop":1707793446742,"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":"a52ef9da2663526b","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"5a8254595a4f5bc4","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"55ea81b56c4852b5","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"e409ad3f6287d571","parentUid":"79bc21179354d4d696ab0ed95aaefc00","status":"passed","time":{"start":1707793446742,"stop":1707793446743,"duration":1},"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":"9674a55deb04e7e9","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446743,"stop":1707793446743,"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":"e25f0a23e2746760","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"a034079ddc596323","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446744,"stop":1707793446745,"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":"a980dce154618f0f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"4afc8fd2569a049a","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"4b2f21550f2de9b4","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"fa053323da58213","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446746,"stop":1707793446746,"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":"afde80010714f188","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"bd6dbbbbc5de6453","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446746,"stop":1707793446747,"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 31 topics (old limit)","uid":"f2b5e0c6f1e9b7d3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446747,"stop":1707793446747,"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":"8df5bd76140ef9a1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"skipped","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d37bdf9ca026c299","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d843cb3f188ab455","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"ac6ec4df665953a3","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"8b9e49b86bc13bff","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446749,"stop":1707793446750,"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":"4242d75079a005cf","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"98797d17a29ab634","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"c1e00d1c31f15bf1","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"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":"9cc51b976f088be5","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"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":"67fd5c7a155646af","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446750,"stop":1707793446751,"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":"5a8c1478ec64ecab","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446751,"stop":1707793446751,"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":"f186442172de026f","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446751,"stop":1707793446752,"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":"dfd1e57bf4eb9002","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"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":"5789b5106be1e408","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"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":"986479062af15faa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446752,"stop":1707793446753,"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":"455273292b5b3288","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"e7f5e0bf7df6ded6","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"5f3f67f2738701aa","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"a49bae0e9e233f16","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"13ab44d8dff0f84","parentUid":"d2c836997f51e619a3f56fdc380693ce","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"d2c836997f51e619a3f56fdc380693ce"}],"name":"suites"} \ No newline at end of file diff --git a/6379/data/test-cases/67d847d2d257a603.json b/6406/data/test-cases/10d7fabd67f3b01f.json similarity index 81% rename from 6379/data/test-cases/67d847d2d257a603.json rename to 6406/data/test-cases/10d7fabd67f3b01f.json index 2d13ab56295..6bf4db0ab24 100644 --- a/6379/data/test-cases/67d847d2d257a603.json +++ b/6406/data/test-cases/10d7fabd67f3b01f.json @@ -1 +1 @@ -{"uid":"67d847d2d257a603","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":1707419181421,"stop":1707419181421,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"4f0de7e51ba49542","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4f0de7e51ba49542","status":"passed","time":{"start":1707418419769,"stop":1707418419769,"duration":0}},{"uid":"c9e73366c17a3d96","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c9e73366c17a3d96","status":"passed","time":{"start":1707418388452,"stop":1707418388453,"duration":1}},{"uid":"964540a1f68e0ac8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/964540a1f68e0ac8","status":"passed","time":{"start":1707412796138,"stop":1707412796139,"duration":1}},{"uid":"f5dc70d3b1f79785","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f5dc70d3b1f79785","status":"passed","time":{"start":1707411256103,"stop":1707411256104,"duration":1}},{"uid":"2b9eceb8f6da4dc6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2b9eceb8f6da4dc6","status":"passed","time":{"start":1707409690318,"stop":1707409690318,"duration":0}},{"uid":"ee0656852cd2cb0b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ee0656852cd2cb0b","status":"passed","time":{"start":1707409095925,"stop":1707409095925,"duration":0}},{"uid":"3c34cc4e3e7b56f0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3c34cc4e3e7b56f0","status":"passed","time":{"start":1707409032425,"stop":1707409032425,"duration":0}},{"uid":"8cd7921fdbe8b0d1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8cd7921fdbe8b0d1","status":"passed","time":{"start":1707408574261,"stop":1707408574262,"duration":1}},{"uid":"40df757e77e303a7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/40df757e77e303a7","status":"passed","time":{"start":1707407633876,"stop":1707407633877,"duration":1}},{"uid":"8ebcdebd6edc6700","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8ebcdebd6edc6700","status":"passed","time":{"start":1707407545225,"stop":1707407545225,"duration":0}},{"uid":"f2dbd7b2c2ed46ff","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f2dbd7b2c2ed46ff","status":"passed","time":{"start":1707404532444,"stop":1707404532444,"duration":0}},{"uid":"8160045b7dd0600c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8160045b7dd0600c","status":"passed","time":{"start":1707375958772,"stop":1707375958772,"duration":0}},{"uid":"3e8db35802835b8d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3e8db35802835b8d","status":"passed","time":{"start":1707373157757,"stop":1707373157757,"duration":0}},{"uid":"ae3dcc1e9cf86198","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ae3dcc1e9cf86198","status":"passed","time":{"start":1707359355979,"stop":1707359355989,"duration":10}},{"uid":"9e773d3588ee810c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9e773d3588ee810c","status":"passed","time":{"start":1707358094697,"stop":1707358094698,"duration":1}},{"uid":"cc7c8542cb9fee31","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cc7c8542cb9fee31","status":"passed","time":{"start":1707357164922,"stop":1707357164922,"duration":0}},{"uid":"c658ac1e3968cd63","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c658ac1e3968cd63","status":"passed","time":{"start":1707355248782,"stop":1707355248783,"duration":1}}]},"tags":[]},"source":"67d847d2d257a603.json","parameterValues":[]} \ No newline at end of file +{"uid":"10d7fabd67f3b01f","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":1707793371109,"stop":1707793371109,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"c414b8643f1a68b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c414b8643f1a68b7","status":"passed","time":{"start":1707778338849,"stop":1707778338850,"duration":1}},{"uid":"c0c43fd0a1f49d3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0c43fd0a1f49d3b","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"582eaee31a724823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/582eaee31a724823","status":"passed","time":{"start":1707775390238,"stop":1707775390238,"duration":0}},{"uid":"a1f04948a3c2ed93","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1f04948a3c2ed93","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"d61c1b0a50e94f95","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d61c1b0a50e94f95","status":"passed","time":{"start":1707769968722,"stop":1707769968722,"duration":0}},{"uid":"cd2bb7fb983e1ade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd2bb7fb983e1ade","status":"passed","time":{"start":1707760301819,"stop":1707760301820,"duration":1}},{"uid":"349fc9b5c47cdbe8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/349fc9b5c47cdbe8","status":"passed","time":{"start":1707758006715,"stop":1707758006716,"duration":1}},{"uid":"f7ddf2b397285f04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f7ddf2b397285f04","status":"passed","time":{"start":1707756617045,"stop":1707756617046,"duration":1}},{"uid":"57896cb366e7acdd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57896cb366e7acdd","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6cea09b4238c4ec4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6cea09b4238c4ec4","status":"passed","time":{"start":1707753782762,"stop":1707753782763,"duration":1}},{"uid":"d423fa6cae15e1f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d423fa6cae15e1f0","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"bca6394e213702da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bca6394e213702da","status":"passed","time":{"start":1707737091349,"stop":1707737091350,"duration":1}},{"uid":"caf7dedc316e8f48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf7dedc316e8f48","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"tags":[]},"source":"10d7fabd67f3b01f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/116c458000ebdaa.json b/6406/data/test-cases/116c458000ebdaa.json new file mode 100644 index 00000000000..cf554d4e0b4 --- /dev/null +++ b/6406/data/test-cases/116c458000ebdaa.json @@ -0,0 +1 @@ +{"uid":"116c458000ebdaa","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":1707793012479,"stop":1707793012481,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getPeers\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getPeers"},{"name":"suite","value":"getPeers with varying maxBootstrapPeers"},{"name":"subSuite","value":"maxBootstrapPeers=3"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4209090a251d213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4209090a251d213","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"79c4959559c392a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79c4959559c392a1","status":"passed","time":{"start":1707775258455,"stop":1707775258456,"duration":1}},{"uid":"2e13d602dce68f81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e13d602dce68f81","status":"passed","time":{"start":1707775082016,"stop":1707775082017,"duration":1}},{"uid":"267b64284ccfeb1b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267b64284ccfeb1b","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"duration":1}},{"uid":"271d3dae9f49ab07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/271d3dae9f49ab07","status":"passed","time":{"start":1707769841899,"stop":1707769841899,"duration":0}},{"uid":"5a615ea6ecaf7141","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a615ea6ecaf7141","status":"passed","time":{"start":1707759921453,"stop":1707759921454,"duration":1}},{"uid":"e7cc771d67330efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7cc771d67330efa","status":"passed","time":{"start":1707757624875,"stop":1707757624876,"duration":1}},{"uid":"43d2bbd112690ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43d2bbd112690ac","status":"passed","time":{"start":1707756261764,"stop":1707756261765,"duration":1}},{"uid":"851acfe2661de4e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/851acfe2661de4e7","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"2354894af4819e37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2354894af4819e37","status":"passed","time":{"start":1707753409584,"stop":1707753409585,"duration":1}},{"uid":"d1732c46af6569de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d1732c46af6569de","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"8873cd676409560d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8873cd676409560d","status":"passed","time":{"start":1707736708328,"stop":1707736708328,"duration":0}},{"uid":"9c0c61dd2d287a9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0c61dd2d287a9e","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"tags":[]},"source":"116c458000ebdaa.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/96360e40711ac461.json b/6406/data/test-cases/1183686d11b606b8.json similarity index 81% rename from 6379/data/test-cases/96360e40711ac461.json rename to 6406/data/test-cases/1183686d11b606b8.json index 80e86a775cb..37e46dd45f3 100644 --- a/6379/data/test-cases/96360e40711ac461.json +++ b/6406/data/test-cases/1183686d11b606b8.json @@ -1 +1 @@ -{"uid":"96360e40711ac461","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":1707419181395,"stop":1707419181395,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"1269d7f75bb21307","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1269d7f75bb21307","status":"passed","time":{"start":1707418419715,"stop":1707418419715,"duration":0}},{"uid":"ae023a6930bbff87","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ae023a6930bbff87","status":"passed","time":{"start":1707418388439,"stop":1707418388440,"duration":1}},{"uid":"888c2242aa3bae","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/888c2242aa3bae","status":"passed","time":{"start":1707412796117,"stop":1707412796117,"duration":0}},{"uid":"57dd9788b76fd5cb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/57dd9788b76fd5cb","status":"passed","time":{"start":1707411256071,"stop":1707411256072,"duration":1}},{"uid":"d10374cb7b704b5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d10374cb7b704b5","status":"passed","time":{"start":1707409690308,"stop":1707409690308,"duration":0}},{"uid":"e080b46003ddbbcc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e080b46003ddbbcc","status":"passed","time":{"start":1707409095916,"stop":1707409095916,"duration":0}},{"uid":"9242cb52fe8bc737","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9242cb52fe8bc737","status":"passed","time":{"start":1707409032391,"stop":1707409032391,"duration":0}},{"uid":"fdaec06749625cb5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/fdaec06749625cb5","status":"passed","time":{"start":1707408574233,"stop":1707408574234,"duration":1}},{"uid":"28309329cf79f0c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/28309329cf79f0c8","status":"passed","time":{"start":1707407633857,"stop":1707407633857,"duration":0}},{"uid":"c832cba781693cd2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c832cba781693cd2","status":"passed","time":{"start":1707407545213,"stop":1707407545213,"duration":0}},{"uid":"74f9a5f5de19ff0c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/74f9a5f5de19ff0c","status":"passed","time":{"start":1707404532394,"stop":1707404532395,"duration":1}},{"uid":"d497b344fa3ae3e3","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d497b344fa3ae3e3","status":"passed","time":{"start":1707375958749,"stop":1707375958749,"duration":0}},{"uid":"eee64ff92147766","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/eee64ff92147766","status":"passed","time":{"start":1707373157749,"stop":1707373157749,"duration":0}},{"uid":"bcae40a3ee0d03ed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bcae40a3ee0d03ed","status":"passed","time":{"start":1707359355959,"stop":1707359355960,"duration":1}},{"uid":"2dbbc364c91a9290","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2dbbc364c91a9290","status":"passed","time":{"start":1707358094661,"stop":1707358094661,"duration":0}},{"uid":"4c4dcd6c013721c1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4c4dcd6c013721c1","status":"passed","time":{"start":1707357164910,"stop":1707357164910,"duration":0}},{"uid":"fd0636d5930fd719","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fd0636d5930fd719","status":"passed","time":{"start":1707355248773,"stop":1707355248773,"duration":0}}]},"tags":[]},"source":"96360e40711ac461.json","parameterValues":[]} \ No newline at end of file +{"uid":"1183686d11b606b8","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":1707793371099,"stop":1707793371099,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"c88b25f61b4cf38d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c88b25f61b4cf38d","status":"passed","time":{"start":1707778338835,"stop":1707778338836,"duration":1}},{"uid":"4248af662642928d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4248af662642928d","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"58d70dd058d98ffb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58d70dd058d98ffb","status":"passed","time":{"start":1707775390225,"stop":1707775390225,"duration":0}},{"uid":"a4131ac74957eb7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4131ac74957eb7a","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1}},{"uid":"e0b7f59a2b4c8924","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e0b7f59a2b4c8924","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"a24e676efd6e2b1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a24e676efd6e2b1e","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"aebcf8ce04f3443f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aebcf8ce04f3443f","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"8b1421cbd961456e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b1421cbd961456e","status":"passed","time":{"start":1707753988877,"stop":1707753988878,"duration":1}},{"uid":"35a56741e8e08949","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a56741e8e08949","status":"passed","time":{"start":1707753782746,"stop":1707753782746,"duration":0}},{"uid":"99781692fd53d67c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/99781692fd53d67c","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"4ea07ee262057617","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ea07ee262057617","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"bf2d94c17d28483f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf2d94c17d28483f","status":"passed","time":{"start":1707736260124,"stop":1707736260124,"duration":0}}]},"tags":[]},"source":"1183686d11b606b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a1900084c2d566e3.json b/6406/data/test-cases/11d4db18a648395e.json similarity index 81% rename from 6379/data/test-cases/a1900084c2d566e3.json rename to 6406/data/test-cases/11d4db18a648395e.json index 19980d19272..3ef74262d19 100644 --- a/6379/data/test-cases/a1900084c2d566e3.json +++ b/6406/data/test-cases/11d4db18a648395e.json @@ -1 +1 @@ -{"uid":"a1900084c2d566e3","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":1707419181442,"stop":1707419181442,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"a0c39531b21a6f0e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a0c39531b21a6f0e","status":"passed","time":{"start":1707418419814,"stop":1707418419815,"duration":1}},{"uid":"64a97749d67c9052","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/64a97749d67c9052","status":"passed","time":{"start":1707418388463,"stop":1707418388464,"duration":1}},{"uid":"2057d0520e684dcb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2057d0520e684dcb","status":"passed","time":{"start":1707412796182,"stop":1707412796183,"duration":1}},{"uid":"4af16542bde8f99","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4af16542bde8f99","status":"passed","time":{"start":1707411256118,"stop":1707411256119,"duration":1}},{"uid":"f6c9bd2978ec8025","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f6c9bd2978ec8025","status":"passed","time":{"start":1707409690328,"stop":1707409690328,"duration":0}},{"uid":"c9b62264f5f76c2b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c9b62264f5f76c2b","status":"passed","time":{"start":1707409095937,"stop":1707409095939,"duration":2}},{"uid":"62e2df000b9be8e0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/62e2df000b9be8e0","status":"passed","time":{"start":1707409032441,"stop":1707409032442,"duration":1}},{"uid":"17e91e3f9a7db6d8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/17e91e3f9a7db6d8","status":"passed","time":{"start":1707408574281,"stop":1707408574282,"duration":1}},{"uid":"9b8256310de540b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9b8256310de540b","status":"passed","time":{"start":1707407633899,"stop":1707407633900,"duration":1}},{"uid":"aac0f4d465e7166e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/aac0f4d465e7166e","status":"passed","time":{"start":1707407545265,"stop":1707407545265,"duration":0}},{"uid":"8e915c8473aeb0d9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8e915c8473aeb0d9","status":"passed","time":{"start":1707404532464,"stop":1707404532464,"duration":0}},{"uid":"ba98b53342ffa81e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ba98b53342ffa81e","status":"passed","time":{"start":1707375958830,"stop":1707375958830,"duration":0}},{"uid":"f374ecba56b79a3f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f374ecba56b79a3f","status":"passed","time":{"start":1707373157795,"stop":1707373157817,"duration":22}},{"uid":"5905eca9d77fa770","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5905eca9d77fa770","status":"passed","time":{"start":1707359356001,"stop":1707359356004,"duration":3}},{"uid":"5764a30fc3f7f5c1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5764a30fc3f7f5c1","status":"passed","time":{"start":1707358094706,"stop":1707358094707,"duration":1}},{"uid":"44a10c0cd9f3e253","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/44a10c0cd9f3e253","status":"passed","time":{"start":1707357164930,"stop":1707357164930,"duration":0}},{"uid":"10c8147d6a290e52","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/10c8147d6a290e52","status":"passed","time":{"start":1707355248792,"stop":1707355248793,"duration":1}}]},"tags":[]},"source":"a1900084c2d566e3.json","parameterValues":[]} \ No newline at end of file +{"uid":"11d4db18a648395e","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":1707793371124,"stop":1707793371124,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"4ef3b85fd9eb0291","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ef3b85fd9eb0291","status":"passed","time":{"start":1707778338858,"stop":1707778338858,"duration":0}},{"uid":"5e4490b7b5ea8006","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e4490b7b5ea8006","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"83cff75b9005ef6c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/83cff75b9005ef6c","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"661fdecd8ff265d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/661fdecd8ff265d7","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"bdd755a1c85c91f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bdd755a1c85c91f0","status":"passed","time":{"start":1707769968734,"stop":1707769968735,"duration":1}},{"uid":"dd895fd2480ad574","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dd895fd2480ad574","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"bdb69a7ef05731bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bdb69a7ef05731bd","status":"passed","time":{"start":1707758006725,"stop":1707758006726,"duration":1}},{"uid":"e23c080270f13b53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e23c080270f13b53","status":"passed","time":{"start":1707756617063,"stop":1707756617064,"duration":1}},{"uid":"6083f7952fa4cc99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6083f7952fa4cc99","status":"passed","time":{"start":1707753988892,"stop":1707753988893,"duration":1}},{"uid":"827cfbbff5be0638","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827cfbbff5be0638","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"543786a2bc8c1e19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/543786a2bc8c1e19","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"2d2f9093a249720","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2f9093a249720","status":"passed","time":{"start":1707737091386,"stop":1707737091387,"duration":1}},{"uid":"3a5982de1fdfef96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a5982de1fdfef96","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"tags":[]},"source":"11d4db18a648395e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4b816826a7bd453a.json b/6406/data/test-cases/11ea15871c75c65f.json similarity index 87% rename from 6379/data/test-cases/4b816826a7bd453a.json rename to 6406/data/test-cases/11ea15871c75c65f.json index d5105bdc08c..761b8118b7b 100644 --- a/6379/data/test-cases/4b816826a7bd453a.json +++ b/6406/data/test-cases/11ea15871c75c65f.json @@ -1 +1 @@ -{"uid":"4b816826a7bd453a","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":1707419247769,"stop":1707419247770,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"6756c6c022fd07df","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6756c6c022fd07df","status":"passed","time":{"start":1707418479337,"stop":1707418479337,"duration":0}},{"uid":"b8d5af395742d9f7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b8d5af395742d9f7","status":"passed","time":{"start":1707418420791,"stop":1707418420792,"duration":1}},{"uid":"2f565d39440db429","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2f565d39440db429","status":"passed","time":{"start":1707412716425,"stop":1707412716425,"duration":0}},{"uid":"79764af165fdb625","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/79764af165fdb625","status":"passed","time":{"start":1707411275198,"stop":1707411275199,"duration":1}},{"uid":"f594337fc28412c6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f594337fc28412c6","status":"passed","time":{"start":1707409745063,"stop":1707409745063,"duration":0}},{"uid":"7257b40395b728d7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7257b40395b728d7","status":"passed","time":{"start":1707409135317,"stop":1707409135317,"duration":0}},{"uid":"31122de8c5a3c7be","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/31122de8c5a3c7be","status":"passed","time":{"start":1707409077127,"stop":1707409077127,"duration":0}},{"uid":"dc0ecdab2baed56f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/dc0ecdab2baed56f","status":"passed","time":{"start":1707408618354,"stop":1707408618354,"duration":0}},{"uid":"85824d2b7aeeed65","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/85824d2b7aeeed65","status":"passed","time":{"start":1707407695598,"stop":1707407695598,"duration":0}},{"uid":"a08c2d7ef0d45cfa","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a08c2d7ef0d45cfa","status":"passed","time":{"start":1707407563835,"stop":1707407563835,"duration":0}},{"uid":"8d0b4d517d63bdd1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8d0b4d517d63bdd1","status":"passed","time":{"start":1707404565397,"stop":1707404565397,"duration":0}},{"uid":"223b47a30f29cee5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/223b47a30f29cee5","status":"passed","time":{"start":1707376005062,"stop":1707376005062,"duration":0}},{"uid":"a265e2a3df0dec12","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a265e2a3df0dec12","status":"passed","time":{"start":1707373209926,"stop":1707373209926,"duration":0}},{"uid":"92b0ea47ced896d4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/92b0ea47ced896d4","status":"passed","time":{"start":1707359407154,"stop":1707359407154,"duration":0}},{"uid":"b8df152ce632da1a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b8df152ce632da1a","status":"passed","time":{"start":1707358162769,"stop":1707358162769,"duration":0}},{"uid":"1b58558841f2d58a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1b58558841f2d58a","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355687986,"stop":1707355687986,"duration":0}}]},"tags":[]},"source":"4b816826a7bd453a.json","parameterValues":[]} \ No newline at end of file +{"uid":"11ea15871c75c65f","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":1707793370630,"stop":1707793370631,"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":13,"unknown":0,"total":13},"items":[{"uid":"73973562b444ff3f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/73973562b444ff3f","status":"passed","time":{"start":1707778386479,"stop":1707778386480,"duration":1}},{"uid":"415c99526b62b718","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/415c99526b62b718","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"198d1c08bf68669","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/198d1c08bf68669","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"f22657899405d2a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f22657899405d2a9","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2}},{"uid":"d0b10be0be0a48fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b10be0be0a48fa","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"58f45258422a25c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58f45258422a25c3","status":"passed","time":{"start":1707760335946,"stop":1707760335946,"duration":0}},{"uid":"516f3ce0657261b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/516f3ce0657261b2","status":"passed","time":{"start":1707758023531,"stop":1707758023532,"duration":1}},{"uid":"1a3bcb62c02cbdac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a3bcb62c02cbdac","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"37989acd3fc5f28d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37989acd3fc5f28d","status":"passed","time":{"start":1707753837166,"stop":1707753837167,"duration":1}},{"uid":"ae3539026ae2047b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3539026ae2047b","status":"passed","time":{"start":1707751136291,"stop":1707751136306,"duration":15}},{"uid":"f6e64cf03b856872","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f6e64cf03b856872","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"61180d1a547635e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/61180d1a547635e6","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"tags":[]},"source":"11ea15871c75c65f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/90c3b0c6ac207401.json b/6406/data/test-cases/124cc08f54808b4b.json similarity index 81% rename from 6379/data/test-cases/90c3b0c6ac207401.json rename to 6406/data/test-cases/124cc08f54808b4b.json index ca097ae0e91..a62109a3a7e 100644 --- a/6379/data/test-cases/90c3b0c6ac207401.json +++ b/6406/data/test-cases/124cc08f54808b4b.json @@ -1 +1 @@ -{"uid":"90c3b0c6ac207401","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":1707419181424,"stop":1707419181425,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"5a69d0ee3d61e989","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5a69d0ee3d61e989","status":"passed","time":{"start":1707418419781,"stop":1707418419781,"duration":0}},{"uid":"d7856f1434600f62","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d7856f1434600f62","status":"passed","time":{"start":1707418388455,"stop":1707418388455,"duration":0}},{"uid":"e6df807fbf4d6852","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e6df807fbf4d6852","status":"passed","time":{"start":1707412796141,"stop":1707412796141,"duration":0}},{"uid":"13af6b80e5da4663","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/13af6b80e5da4663","status":"passed","time":{"start":1707411256110,"stop":1707411256111,"duration":1}},{"uid":"98be4fff182d4df4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/98be4fff182d4df4","status":"passed","time":{"start":1707409690320,"stop":1707409690321,"duration":1}},{"uid":"cfea2a4cf3017d95","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cfea2a4cf3017d95","status":"passed","time":{"start":1707409095927,"stop":1707409095928,"duration":1}},{"uid":"70975b8e714d9e57","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/70975b8e714d9e57","status":"passed","time":{"start":1707409032434,"stop":1707409032435,"duration":1}},{"uid":"8ff16e13a62eb22","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8ff16e13a62eb22","status":"passed","time":{"start":1707408574268,"stop":1707408574269,"duration":1}},{"uid":"639d4a361a344d8b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/639d4a361a344d8b","status":"passed","time":{"start":1707407633887,"stop":1707407633888,"duration":1}},{"uid":"be5c230a2aec3808","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/be5c230a2aec3808","status":"passed","time":{"start":1707407545253,"stop":1707407545255,"duration":2}},{"uid":"7234e6dbbefdcab4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7234e6dbbefdcab4","status":"passed","time":{"start":1707404532449,"stop":1707404532449,"duration":0}},{"uid":"2b4d92aa241b4845","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2b4d92aa241b4845","status":"passed","time":{"start":1707375958784,"stop":1707375958784,"duration":0}},{"uid":"55ef4a8b2b7ca191","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/55ef4a8b2b7ca191","status":"passed","time":{"start":1707373157759,"stop":1707373157759,"duration":0}},{"uid":"d644d6258717850e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d644d6258717850e","status":"passed","time":{"start":1707359355991,"stop":1707359355991,"duration":0}},{"uid":"5fd5d386fef08a3b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5fd5d386fef08a3b","status":"passed","time":{"start":1707358094699,"stop":1707358094700,"duration":1}},{"uid":"64c117954a9efdd9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/64c117954a9efdd9","status":"passed","time":{"start":1707357164924,"stop":1707357164924,"duration":0}},{"uid":"78f91b3ce1a076b5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/78f91b3ce1a076b5","status":"passed","time":{"start":1707355248784,"stop":1707355248785,"duration":1}}]},"tags":[]},"source":"90c3b0c6ac207401.json","parameterValues":[]} \ No newline at end of file +{"uid":"124cc08f54808b4b","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":1707793371111,"stop":1707793371111,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"731f22fef2055df6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/731f22fef2055df6","status":"passed","time":{"start":1707778338852,"stop":1707778338852,"duration":0}},{"uid":"ea3e6d4d832174ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3e6d4d832174ac","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"883bee6daadbb5ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/883bee6daadbb5ed","status":"passed","time":{"start":1707775390241,"stop":1707775390243,"duration":2}},{"uid":"9fc0e0ae0bf7d186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc0e0ae0bf7d186","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"5b8c1edb950be2d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b8c1edb950be2d1","status":"passed","time":{"start":1707769968727,"stop":1707769968728,"duration":1}},{"uid":"8538c0c9bc9e9ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8538c0c9bc9e9ca7","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"e7c04dce33b967eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7c04dce33b967eb","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"f13f5e7e7222db35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f13f5e7e7222db35","status":"passed","time":{"start":1707756617049,"stop":1707756617053,"duration":4}},{"uid":"d4ed6d51aa3d7a9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d4ed6d51aa3d7a9a","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"c3521b49dc73ccf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c3521b49dc73ccf1","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"9353b1878431a332","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9353b1878431a332","status":"passed","time":{"start":1707751162319,"stop":1707751162319,"duration":0}},{"uid":"e31eb0f81b2f2b74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e31eb0f81b2f2b74","status":"passed","time":{"start":1707737091351,"stop":1707737091352,"duration":1}},{"uid":"5efe8231dee0c448","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5efe8231dee0c448","status":"passed","time":{"start":1707736260146,"stop":1707736260147,"duration":1}}]},"tags":[]},"source":"124cc08f54808b4b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/fd180c6c607bf34f.json b/6406/data/test-cases/12dc2c49a7aecbeb.json similarity index 79% rename from 6379/data/test-cases/fd180c6c607bf34f.json rename to 6406/data/test-cases/12dc2c49a7aecbeb.json index adcd3c8083b..7bd7a1d647e 100644 --- a/6379/data/test-cases/fd180c6c607bf34f.json +++ b/6406/data/test-cases/12dc2c49a7aecbeb.json @@ -1 +1 @@ -{"uid":"fd180c6c607bf34f","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":1707418998133,"stop":1707418998134,"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":18,"unknown":0,"total":18},"items":[{"uid":"58563017964c2750","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/58563017964c2750","status":"passed","time":{"start":1707418242000,"stop":1707418242000,"duration":0}},{"uid":"c1d41ad5e1253086","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c1d41ad5e1253086","status":"passed","time":{"start":1707418191233,"stop":1707418191234,"duration":1}},{"uid":"71f1710b34f45d67","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/71f1710b34f45d67","status":"passed","time":{"start":1707412620260,"stop":1707412620260,"duration":0}},{"uid":"3b1255bbc767cf79","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3b1255bbc767cf79","status":"passed","time":{"start":1707411038679,"stop":1707411038680,"duration":1}},{"uid":"62f05538727a633a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/62f05538727a633a","status":"passed","time":{"start":1707409514430,"stop":1707409514430,"duration":0}},{"uid":"c40f0698089f9e0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c40f0698089f9e0","status":"passed","time":{"start":1707408894638,"stop":1707408894638,"duration":0}},{"uid":"e189c1944ef75723","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e189c1944ef75723","status":"passed","time":{"start":1707408855722,"stop":1707408855725,"duration":3}},{"uid":"cd457738d9efe76d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cd457738d9efe76d","status":"passed","time":{"start":1707408364951,"stop":1707408364954,"duration":3}},{"uid":"a6cf82179f5dcf5f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a6cf82179f5dcf5f","status":"passed","time":{"start":1707407446965,"stop":1707407446966,"duration":1}},{"uid":"10ca1478f58879ca","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/10ca1478f58879ca","status":"passed","time":{"start":1707407328485,"stop":1707407328485,"duration":0}},{"uid":"49d6c875008c519e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/49d6c875008c519e","status":"passed","time":{"start":1707404323772,"stop":1707404323772,"duration":0}},{"uid":"e664c9a58aebb749","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e664c9a58aebb749","status":"passed","time":{"start":1707375767309,"stop":1707375767309,"duration":0}},{"uid":"192ee3058a040195","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/192ee3058a040195","status":"passed","time":{"start":1707372960632,"stop":1707372960632,"duration":0}},{"uid":"73ec30f05258ba91","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/73ec30f05258ba91","status":"passed","time":{"start":1707359147637,"stop":1707359147637,"duration":0}},{"uid":"c529018c1f052a5d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c529018c1f052a5d","status":"passed","time":{"start":1707357894473,"stop":1707357894473,"duration":0}},{"uid":"48cbcedbbbb8ea92","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/48cbcedbbbb8ea92","status":"passed","time":{"start":1707356942070,"stop":1707356942070,"duration":0}},{"uid":"f47ff2a8af8e73b7","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f47ff2a8af8e73b7","status":"passed","time":{"start":1707355162740,"stop":1707355162740,"duration":0}}]},"tags":[]},"source":"fd180c6c607bf34f.json","parameterValues":[]} \ No newline at end of file +{"uid":"12dc2c49a7aecbeb","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":1707793153215,"stop":1707793153215,"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":14,"unknown":0,"total":14},"items":[{"uid":"fc4b807ca1645ffd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc4b807ca1645ffd","status":"passed","time":{"start":1707778114667,"stop":1707778114668,"duration":1}},{"uid":"c611a7704710dc1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c611a7704710dc1b","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"ad8e6f60def43973","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8e6f60def43973","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"45f6b1e94af14c95","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45f6b1e94af14c95","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"3c681cedf2f57e20","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c681cedf2f57e20","status":"passed","time":{"start":1707769983270,"stop":1707769983271,"duration":1}},{"uid":"9aec5ca2f3745ff0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9aec5ca2f3745ff0","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"a73208b73e94357b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a73208b73e94357b","status":"passed","time":{"start":1707757790729,"stop":1707757790729,"duration":0}},{"uid":"39aa4884635e1cd4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39aa4884635e1cd4","status":"passed","time":{"start":1707756409539,"stop":1707756409540,"duration":1}},{"uid":"3b4e09bc044f3adb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b4e09bc044f3adb","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"65995ba6464591fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65995ba6464591fc","status":"passed","time":{"start":1707753573524,"stop":1707753573524,"duration":0}},{"uid":"683118f1536b1d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/683118f1536b1d5b","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"7e4c611c6b35693a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e4c611c6b35693a","status":"passed","time":{"start":1707736878961,"stop":1707736878961,"duration":0}},{"uid":"705addae23fb10e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/705addae23fb10e8","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"tags":[]},"source":"12dc2c49a7aecbeb.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/12f863a4766edf2f.json b/6406/data/test-cases/12f863a4766edf2f.json new file mode 100644 index 00000000000..7159de7e040 --- /dev/null +++ b/6406/data/test-cases/12f863a4766edf2f.json @@ -0,0 +1 @@ +{"uid":"12f863a4766edf2f","name":"Promise Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - forward","historyId":"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793383650,"stop":1707793383650,"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":14,"unknown":0,"total":14},"items":[{"uid":"70e8087e9fba4573","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70e8087e9fba4573","status":"passed","time":{"start":1707778343612,"stop":1707778343612,"duration":0}},{"uid":"646a253153e323d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/646a253153e323d9","status":"passed","time":{"start":1707775620187,"stop":1707775620188,"duration":1}},{"uid":"fdf94c7a8eab428c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fdf94c7a8eab428c","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"48be00d2e7427454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48be00d2e7427454","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"c945f8ee32255fa7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c945f8ee32255fa7","status":"passed","time":{"start":1707770126646,"stop":1707770126649,"duration":3}},{"uid":"eed9f284c43b4441","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eed9f284c43b4441","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"f42a3c2dcb659a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f42a3c2dcb659a5","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"2444c63537011131","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2444c63537011131","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"d9119e9d4b66690a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9119e9d4b66690a","status":"passed","time":{"start":1707753934638,"stop":1707753934639,"duration":1}},{"uid":"e95ddfe3e89f2eb0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e95ddfe3e89f2eb0","status":"passed","time":{"start":1707753799510,"stop":1707753799510,"duration":0}},{"uid":"d81eb58c8b13516b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d81eb58c8b13516b","status":"passed","time":{"start":1707751117570,"stop":1707751117571,"duration":1}},{"uid":"e4ba88fe835872e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4ba88fe835872e6","status":"passed","time":{"start":1707737090804,"stop":1707737090806,"duration":2}},{"uid":"7fbee2de8703eb9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fbee2de8703eb9","status":"passed","time":{"start":1707736296307,"stop":1707736296308,"duration":1}}]},"tags":[]},"source":"12f863a4766edf2f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/26a2ef9f3bbf8b87.json b/6406/data/test-cases/1379be28e3e80244.json similarity index 77% rename from 6379/data/test-cases/26a2ef9f3bbf8b87.json rename to 6406/data/test-cases/1379be28e3e80244.json index 4f8e1ac3b27..8302a7b1ee6 100644 --- a/6379/data/test-cases/26a2ef9f3bbf8b87.json +++ b/6406/data/test-cases/1379be28e3e80244.json @@ -1 +1 @@ -{"uid":"26a2ef9f3bbf8b87","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":1707419013077,"stop":1707419013078,"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":18,"unknown":0,"total":18},"items":[{"uid":"c317b28c382f6c0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c317b28c382f6c0","status":"passed","time":{"start":1707418255037,"stop":1707418255037,"duration":0}},{"uid":"47edd571e143a219","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/47edd571e143a219","status":"passed","time":{"start":1707418202584,"stop":1707418202584,"duration":0}},{"uid":"b70a59a112e9729a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b70a59a112e9729a","status":"passed","time":{"start":1707412632625,"stop":1707412632625,"duration":0}},{"uid":"c13a1887b5f4517e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c13a1887b5f4517e","status":"passed","time":{"start":1707411050773,"stop":1707411050773,"duration":0}},{"uid":"ee2542ecedb6e9a0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ee2542ecedb6e9a0","status":"passed","time":{"start":1707409528973,"stop":1707409528973,"duration":0}},{"uid":"78c23ff055796fd2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/78c23ff055796fd2","status":"passed","time":{"start":1707408904875,"stop":1707408904876,"duration":1}},{"uid":"4db3039b3eff7490","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4db3039b3eff7490","status":"passed","time":{"start":1707408867381,"stop":1707408867382,"duration":1}},{"uid":"775360e205a8187e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/775360e205a8187e","status":"passed","time":{"start":1707408376760,"stop":1707408376761,"duration":1}},{"uid":"bdf77a8efdda9655","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bdf77a8efdda9655","status":"passed","time":{"start":1707407458515,"stop":1707407458515,"duration":0}},{"uid":"178cb9bdde7c30b7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/178cb9bdde7c30b7","status":"passed","time":{"start":1707407342032,"stop":1707407342034,"duration":2}},{"uid":"23bb71cf92b26242","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/23bb71cf92b26242","status":"passed","time":{"start":1707404337414,"stop":1707404337415,"duration":1}},{"uid":"320ba95f989672c8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/320ba95f989672c8","status":"passed","time":{"start":1707375779689,"stop":1707375779689,"duration":0}},{"uid":"4c8ada1490c1915d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4c8ada1490c1915d","status":"passed","time":{"start":1707372972499,"stop":1707372972499,"duration":0}},{"uid":"10329c9bb088d7c3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/10329c9bb088d7c3","status":"passed","time":{"start":1707359158662,"stop":1707359158662,"duration":0}},{"uid":"1929a2e106820359","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1929a2e106820359","status":"passed","time":{"start":1707357906704,"stop":1707357906705,"duration":1}},{"uid":"5195bd419f5911ec","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5195bd419f5911ec","status":"passed","time":{"start":1707356955640,"stop":1707356955641,"duration":1}},{"uid":"14a39a54306227f8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/14a39a54306227f8","status":"passed","time":{"start":1707355179968,"stop":1707355179969,"duration":1}}]},"tags":[]},"source":"26a2ef9f3bbf8b87.json","parameterValues":[]} \ No newline at end of file +{"uid":"1379be28e3e80244","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":1707793168694,"stop":1707793168694,"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":14,"unknown":0,"total":14},"items":[{"uid":"db61a5cb5831d240","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db61a5cb5831d240","status":"passed","time":{"start":1707778126352,"stop":1707778126354,"duration":2}},{"uid":"23bbb79dd051a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23bbb79dd051a034","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"50f1e3dec37c9b4d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50f1e3dec37c9b4d","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"7250bf1b5a07a996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7250bf1b5a07a996","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"b43dd7069030b18f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b43dd7069030b18f","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a9d2b9e63fd1a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a9d2b9e63fd1a2","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"5e87897b8761a711","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e87897b8761a711","status":"passed","time":{"start":1707757804306,"stop":1707757804308,"duration":2}},{"uid":"3e12ffdabe172d5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e12ffdabe172d5a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"e88ecaf468127a7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e88ecaf468127a7f","status":"passed","time":{"start":1707753796553,"stop":1707753796553,"duration":0}},{"uid":"2d772e2de18809d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2d772e2de18809d5","status":"passed","time":{"start":1707753586169,"stop":1707753586169,"duration":0}},{"uid":"2f2832e26dbf08a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2f2832e26dbf08a3","status":"passed","time":{"start":1707750964812,"stop":1707750964813,"duration":1}},{"uid":"72ff3e5a8bfe71ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72ff3e5a8bfe71ec","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"fa07643f162514f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa07643f162514f1","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"tags":[]},"source":"1379be28e3e80244.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/bad4b774a52e28e.json b/6406/data/test-cases/13ab44d8dff0f84.json similarity index 67% rename from 6379/data/test-cases/bad4b774a52e28e.json rename to 6406/data/test-cases/13ab44d8dff0f84.json index 8ff32313f71..28877dc337e 100644 --- a/6379/data/test-cases/bad4b774a52e28e.json +++ b/6406/data/test-cases/13ab44d8dff0f84.json @@ -1 +1 @@ -{"uid":"bad4b774a52e28e","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":1707419289512,"stop":1707419289512,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"169426a5da6db2e0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/169426a5da6db2e0","status":"passed","time":{"start":1707418535552,"stop":1707418535552,"duration":0}},{"uid":"bf418d7519c70db1","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bf418d7519c70db1","status":"passed","time":{"start":1707418482227,"stop":1707418482228,"duration":1}},{"uid":"29293f6575957340","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/29293f6575957340","status":"passed","time":{"start":1707412863493,"stop":1707412863493,"duration":0}},{"uid":"78887233b25988a4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/78887233b25988a4","status":"passed","time":{"start":1707411338664,"stop":1707411338664,"duration":0}},{"uid":"f2a36306d59aa168","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f2a36306d59aa168","status":"passed","time":{"start":1707409792242,"stop":1707409792242,"duration":0}},{"uid":"5bd1b688a1fd4ac","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5bd1b688a1fd4ac","status":"passed","time":{"start":1707409177765,"stop":1707409177765,"duration":0}},{"uid":"21ec27c94868b3ea","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/21ec27c94868b3ea","status":"passed","time":{"start":1707409135100,"stop":1707409135100,"duration":0}},{"uid":"e657157c168cdda2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e657157c168cdda2","status":"passed","time":{"start":1707408664035,"stop":1707408664035,"duration":0}},{"uid":"25f6f7c32430ba89","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/25f6f7c32430ba89","status":"passed","time":{"start":1707407736521,"stop":1707407736522,"duration":1}},{"uid":"b5be6b8f2d9d2fe5","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b5be6b8f2d9d2fe5","status":"passed","time":{"start":1707407618240,"stop":1707407618240,"duration":0}},{"uid":"8a781f95e6b2f2c1","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8a781f95e6b2f2c1","status":"passed","time":{"start":1707375978564,"stop":1707375978565,"duration":1}},{"uid":"3f2e449c0d9f24cb","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3f2e449c0d9f24cb","status":"passed","time":{"start":1707373245368,"stop":1707373245368,"duration":0}},{"uid":"2afb9a2b4c518eca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2afb9a2b4c518eca","status":"passed","time":{"start":1707359448677,"stop":1707359448677,"duration":0}},{"uid":"fdf4f0420d33bcca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fdf4f0420d33bcca","status":"passed","time":{"start":1707358197196,"stop":1707358197197,"duration":1}},{"uid":"dac5fb0848bc054c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dac5fb0848bc054c","status":"passed","time":{"start":1707357226638,"stop":1707357226638,"duration":0}},{"uid":"7d9df57cd5e8a1eb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7d9df57cd5e8a1eb","status":"passed","time":{"start":1707355477324,"stop":1707355477324,"duration":0}}]},"tags":[]},"source":"bad4b774a52e28e.json","parameterValues":[]} \ No newline at end of file +{"uid":"13ab44d8dff0f84","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":1707793446754,"stop":1707793446754,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"55e84292f261a928","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/55e84292f261a928","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"cebcca9579cf4285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cebcca9579cf4285","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6bde50e3877d16b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6bde50e3877d16b7","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"4cf5e9c6c7fabeaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cf5e9c6c7fabeaa","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"f11d11a62a482ccd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f11d11a62a482ccd","status":"passed","time":{"start":1707770238697,"stop":1707770238698,"duration":1}},{"uid":"9891ed80542763dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9891ed80542763dd","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"d0bb5baca8dd1a7f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0bb5baca8dd1a7f","status":"passed","time":{"start":1707756690174,"stop":1707756690175,"duration":1}},{"uid":"4369d6114d70cfcd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4369d6114d70cfcd","status":"passed","time":{"start":1707754051798,"stop":1707754051799,"duration":1}},{"uid":"51d6675dbe8bceff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51d6675dbe8bceff","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d10757fb354cdacd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10757fb354cdacd","status":"passed","time":{"start":1707751228971,"stop":1707751228972,"duration":1}},{"uid":"458becef09eefc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/458becef09eefc","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"60261ae6b7aef958","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60261ae6b7aef958","status":"passed","time":{"start":1707736353050,"stop":1707736353051,"duration":1}}]},"tags":[]},"source":"13ab44d8dff0f84.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/141930bfce5da8cd.json b/6406/data/test-cases/141930bfce5da8cd.json new file mode 100644 index 00000000000..f41d40857b6 --- /dev/null +++ b/6406/data/test-cases/141930bfce5da8cd.json @@ -0,0 +1 @@ +{"uid":"141930bfce5da8cd","name":"nwaku interop","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Locally Run Nodes > nwaku interop","historyId":"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230148,"stop":1707793230149,"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"},{"name":"parentSuite","value":"Peer Exchange"},{"name":"suite","value":"Locally Run Nodes"},{"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":"f33c0927611b9b06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f33c0927611b9b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778179237,"stop":1707778179237,"duration":0}},{"uid":"80ac5be0fd329378","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80ac5be0fd329378","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775471142,"stop":1707775471142,"duration":0}},{"uid":"33f8f9a6bcd2d330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33f8f9a6bcd2d330","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775271435,"stop":1707775271435,"duration":0}},{"uid":"a2caff49842c994b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2caff49842c994b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770210095,"stop":1707770210095,"duration":0}},{"uid":"33757a70f34de9bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33757a70f34de9bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"109d2d331b79ff6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/109d2d331b79ff6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760163325,"stop":1707760163326,"duration":1}},{"uid":"8bcc4a220d8dd2cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8bcc4a220d8dd2cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757853542,"stop":1707757853543,"duration":1}},{"uid":"c026e0db9ad183b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c026e0db9ad183b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756493172,"stop":1707756493173,"duration":1}},{"uid":"ddb1e7a82bd00a2e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddb1e7a82bd00a2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753863561,"stop":1707753863561,"duration":0}},{"uid":"d49e3a899bf44680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d49e3a899bf44680","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"e239b5ae7ecad363","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e239b5ae7ecad363","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751014384,"stop":1707751014384,"duration":0}},{"uid":"5c4e70f3ae85c721","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c4e70f3ae85c721","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736941407,"stop":1707736941407,"duration":0}},{"uid":"dc217c0bb4c7ce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc217c0bb4c7ce34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736158692,"stop":1707736158692,"duration":0}}]},"tags":[]},"source":"141930bfce5da8cd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/141b987a3aa7c499.json b/6406/data/test-cases/141b987a3aa7c499.json new file mode 100644 index 00000000000..f577ceca002 --- /dev/null +++ b/6406/data/test-cases/141b987a3aa7c499.json @@ -0,0 +1 @@ +{"uid":"141b987a3aa7c499","name":"given a content topic, creates a waku node and filter subscription","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > given a content topic, creates a waku node and filter subscription","historyId":"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":true,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"SDK: Creating by Content Topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{},"status":"broken","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":1,"unknown":0,"total":3},"items":[{"uid":"dd64ba61e21d9237","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd64ba61e21d9237","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707770144574,"stop":1707770144575,"duration":1}},{"uid":"93437e2272fa0b92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/93437e2272fa0b92","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707769985453,"stop":1707769985453,"duration":0}}]},"tags":[]},"source":"141b987a3aa7c499.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/77893cc80460d7cf.json b/6406/data/test-cases/1446f27b426a627b.json similarity index 81% rename from 6379/data/test-cases/77893cc80460d7cf.json rename to 6406/data/test-cases/1446f27b426a627b.json index 715dcc79e51..8496a205e52 100644 --- a/6379/data/test-cases/77893cc80460d7cf.json +++ b/6406/data/test-cases/1446f27b426a627b.json @@ -1 +1 @@ -{"uid":"77893cc80460d7cf","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":1707419181423,"stop":1707419181424,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"5b95053f3a96f248","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5b95053f3a96f248","status":"passed","time":{"start":1707418419777,"stop":1707418419780,"duration":3}},{"uid":"64f0d0a17cf0dc77","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/64f0d0a17cf0dc77","status":"passed","time":{"start":1707418388454,"stop":1707418388454,"duration":0}},{"uid":"15b45b582847e7c4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/15b45b582847e7c4","status":"passed","time":{"start":1707412796140,"stop":1707412796140,"duration":0}},{"uid":"f3e84a44023f4afa","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f3e84a44023f4afa","status":"passed","time":{"start":1707411256109,"stop":1707411256110,"duration":1}},{"uid":"5f8db4f6b99055ca","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5f8db4f6b99055ca","status":"passed","time":{"start":1707409690319,"stop":1707409690320,"duration":1}},{"uid":"d7d16be23ea51c6c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d7d16be23ea51c6c","status":"passed","time":{"start":1707409095926,"stop":1707409095927,"duration":1}},{"uid":"3528263ffd954248","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3528263ffd954248","status":"passed","time":{"start":1707409032433,"stop":1707409032433,"duration":0}},{"uid":"fc181a36a8b7542a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/fc181a36a8b7542a","status":"passed","time":{"start":1707408574263,"stop":1707408574263,"duration":0}},{"uid":"5215f63d0b869f53","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5215f63d0b869f53","status":"passed","time":{"start":1707407633880,"stop":1707407633882,"duration":2}},{"uid":"310c7d67aed47dc0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/310c7d67aed47dc0","status":"passed","time":{"start":1707407545227,"stop":1707407545227,"duration":0}},{"uid":"5be29929433d1706","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5be29929433d1706","status":"passed","time":{"start":1707404532445,"stop":1707404532445,"duration":0}},{"uid":"304c14559c973127","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/304c14559c973127","status":"passed","time":{"start":1707375958773,"stop":1707375958774,"duration":1}},{"uid":"12c2e20d4cbec088","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/12c2e20d4cbec088","status":"passed","time":{"start":1707373157758,"stop":1707373157759,"duration":1}},{"uid":"fbda0e191e873b36","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fbda0e191e873b36","status":"passed","time":{"start":1707359355990,"stop":1707359355990,"duration":0}},{"uid":"857115d3dff5091a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/857115d3dff5091a","status":"passed","time":{"start":1707358094699,"stop":1707358094699,"duration":0}},{"uid":"fcaeae34bce4835c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fcaeae34bce4835c","status":"passed","time":{"start":1707357164923,"stop":1707357164923,"duration":0}},{"uid":"ef375dad88c384dc","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ef375dad88c384dc","status":"passed","time":{"start":1707355248784,"stop":1707355248784,"duration":0}}]},"tags":[]},"source":"77893cc80460d7cf.json","parameterValues":[]} \ No newline at end of file +{"uid":"1446f27b426a627b","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":1707793371110,"stop":1707793371110,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"a64a58ffb8310c93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a64a58ffb8310c93","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"4ce04beedc6016d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ce04beedc6016d0","status":"passed","time":{"start":1707775602027,"stop":1707775602029,"duration":2}},{"uid":"c380b0f32b778c4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c380b0f32b778c4a","status":"passed","time":{"start":1707775390240,"stop":1707775390241,"duration":1}},{"uid":"f1a489d64cbf1dab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1a489d64cbf1dab","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"c0b88f6932a5a430","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c0b88f6932a5a430","status":"passed","time":{"start":1707769968724,"stop":1707769968726,"duration":2}},{"uid":"50df3e50ffd5afd1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50df3e50ffd5afd1","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"1f8e083a317ec27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f8e083a317ec27","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"7f9f1d6c91a10394","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f9f1d6c91a10394","status":"passed","time":{"start":1707756617048,"stop":1707756617049,"duration":1}},{"uid":"6b874045428a599a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6b874045428a599a","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"f55e71f670ec7bce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f55e71f670ec7bce","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"d339cb00516b1113","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d339cb00516b1113","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"db420c127439f7c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db420c127439f7c3","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"aaefae02184208cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aaefae02184208cb","status":"passed","time":{"start":1707736260142,"stop":1707736260145,"duration":3}}]},"tags":[]},"source":"1446f27b426a627b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/147135a6d4194f0.json b/6406/data/test-cases/147135a6d4194f0.json new file mode 100644 index 00000000000..5944cf9da95 --- /dev/null +++ b/6406/data/test-cases/147135a6d4194f0.json @@ -0,0 +1 @@ +{"uid":"147135a6d4194f0","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":1707792849462,"stop":1707792849462,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"b31a41c5e362e222","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b31a41c5e362e222","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798770,"stop":1707777798770,"duration":0}},{"uid":"2756b0817724a60f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2756b0817724a60f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072154,"duration":1}},{"uid":"2f9332b9fbf80123","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f9332b9fbf80123","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"2cfdbca84c18adb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cfdbca84c18adb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825087,"duration":1}},{"uid":"56dc64069f1a4102","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/56dc64069f1a4102","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"fcaa120dfe09368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fcaa120dfe09368","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769677,"duration":1}},{"uid":"bda89498a01ef14c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bda89498a01ef14c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468642,"stop":1707757468642,"duration":0}},{"uid":"c35c4a646e38490d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35c4a646e38490d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096187,"duration":1}},{"uid":"e40fcc82e928a8c3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e40fcc82e928a8c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517981,"stop":1707753517981,"duration":0}},{"uid":"d151b4c919bb5ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d151b4c919bb5ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"c817d49fd277b892","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c817d49fd277b892","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643523,"stop":1707750643523,"duration":0}},{"uid":"67cb85d900fa2879","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67cb85d900fa2879","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558649,"duration":1}},{"uid":"8171d7ece3b6f91f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8171d7ece3b6f91f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743510,"duration":1}}]},"tags":[]},"source":"147135a6d4194f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/13071fea3dd35c3a.json b/6406/data/test-cases/149d1c7158a6104b.json similarity index 77% rename from 6379/data/test-cases/13071fea3dd35c3a.json rename to 6406/data/test-cases/149d1c7158a6104b.json index ff79ca8b10c..ad639ae529b 100644 --- a/6379/data/test-cases/13071fea3dd35c3a.json +++ b/6406/data/test-cases/149d1c7158a6104b.json @@ -1 +1 @@ -{"uid":"13071fea3dd35c3a","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":1707419013075,"stop":1707419013075,"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":18,"unknown":0,"total":18},"items":[{"uid":"5a1847a099e8ac8e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5a1847a099e8ac8e","status":"passed","time":{"start":1707418255032,"stop":1707418255032,"duration":0}},{"uid":"2a6d8da13d9b02f3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2a6d8da13d9b02f3","status":"passed","time":{"start":1707418202581,"stop":1707418202582,"duration":1}},{"uid":"8e56a2e5e33f37a4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8e56a2e5e33f37a4","status":"passed","time":{"start":1707412632617,"stop":1707412632619,"duration":2}},{"uid":"99cc59965af10a9c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/99cc59965af10a9c","status":"passed","time":{"start":1707411050770,"stop":1707411050770,"duration":0}},{"uid":"688af1907a298cb6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/688af1907a298cb6","status":"passed","time":{"start":1707409528971,"stop":1707409528971,"duration":0}},{"uid":"2146db87f32c4510","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2146db87f32c4510","status":"passed","time":{"start":1707408904873,"stop":1707408904873,"duration":0}},{"uid":"665163d6c15631ec","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/665163d6c15631ec","status":"passed","time":{"start":1707408867379,"stop":1707408867379,"duration":0}},{"uid":"8b3c5a4822e442bd","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8b3c5a4822e442bd","status":"passed","time":{"start":1707408376757,"stop":1707408376757,"duration":0}},{"uid":"36aae4e73e8e21c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/36aae4e73e8e21c7","status":"passed","time":{"start":1707407458511,"stop":1707407458512,"duration":1}},{"uid":"3834fc06e058bdf8","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3834fc06e058bdf8","status":"passed","time":{"start":1707407342029,"stop":1707407342029,"duration":0}},{"uid":"b347f4cdb0886c55","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b347f4cdb0886c55","status":"passed","time":{"start":1707404337408,"stop":1707404337408,"duration":0}},{"uid":"ce515a72f04f7a71","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ce515a72f04f7a71","status":"passed","time":{"start":1707375779686,"stop":1707375779687,"duration":1}},{"uid":"85edaeae4b123783","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/85edaeae4b123783","status":"passed","time":{"start":1707372972496,"stop":1707372972496,"duration":0}},{"uid":"761dbf16ed03b6e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/761dbf16ed03b6e4","status":"passed","time":{"start":1707359158657,"stop":1707359158657,"duration":0}},{"uid":"d558f6e2cdbf9fb4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d558f6e2cdbf9fb4","status":"passed","time":{"start":1707357906695,"stop":1707357906696,"duration":1}},{"uid":"b1fec87c8b81ad6c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b1fec87c8b81ad6c","status":"passed","time":{"start":1707356955638,"stop":1707356955638,"duration":0}},{"uid":"9fcdffe30904f0df","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/9fcdffe30904f0df","status":"passed","time":{"start":1707355179966,"stop":1707355179966,"duration":0}}]},"tags":[]},"source":"13071fea3dd35c3a.json","parameterValues":[]} \ No newline at end of file +{"uid":"149d1c7158a6104b","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":1707793168682,"stop":1707793168684,"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":14,"unknown":0,"total":14},"items":[{"uid":"5ee3f5122245bb7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ee3f5122245bb7","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"2390a8dc584c72b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2390a8dc584c72b1","status":"passed","time":{"start":1707775409486,"stop":1707775409486,"duration":0}},{"uid":"dbdc1d9114e6d76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbdc1d9114e6d76","status":"passed","time":{"start":1707775219999,"stop":1707775219999,"duration":0}},{"uid":"ac662093166956c0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac662093166956c0","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"f9108c86c707a7de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9108c86c707a7de","status":"passed","time":{"start":1707769994544,"stop":1707769994545,"duration":1}},{"uid":"7ceae96e787e2308","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ceae96e787e2308","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"b1c5a2500ca36eac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c5a2500ca36eac","status":"passed","time":{"start":1707757804299,"stop":1707757804300,"duration":1}},{"uid":"74808431b01b0e31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74808431b01b0e31","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"e2ddf5d094d6824","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ddf5d094d6824","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"e6f8b0081e2a37c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6f8b0081e2a37c0","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"9ca64168a8a3f328","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ca64168a8a3f328","status":"passed","time":{"start":1707750964807,"stop":1707750964808,"duration":1}},{"uid":"d14572bd2ed34797","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d14572bd2ed34797","status":"passed","time":{"start":1707736890439,"stop":1707736890440,"duration":1}},{"uid":"3aa02924569a1748","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3aa02924569a1748","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"tags":[]},"source":"149d1c7158a6104b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/14be64cc99c6ee7a.json b/6406/data/test-cases/14be64cc99c6ee7a.json new file mode 100644 index 00000000000..982a3092319 --- /dev/null +++ b/6406/data/test-cases/14be64cc99c6ee7a.json @@ -0,0 +1 @@ +{"uid":"14be64cc99c6ee7a","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":1707792958834,"stop":1707792958835,"duration":1},"status":"broken","statusMessage":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","statusTrace":"Error: Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)\n at listOnTimeout (node:internal/timers:569:17)\n at processTimers (node:internal/timers:512:7)","flaky":false,"newFailed":false,"newBroken":true,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"4c215ec14c5285aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c215ec14c5285aa","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"144e8d667244f986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/144e8d667244f986","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"ec1bdfd7d74aa24a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ec1bdfd7d74aa24a","status":"passed","time":{"start":1707775085882,"stop":1707775085883,"duration":1}},{"uid":"8b1b0bebb8236e57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b1b0bebb8236e57","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"duration":0}},{"uid":"67fd00cfa015bdf1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/67fd00cfa015bdf1","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"48a98d2a30ad4249","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/48a98d2a30ad4249","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"84bfe00ac19f2b61","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84bfe00ac19f2b61","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"4d39c3494c699734","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d39c3494c699734","status":"passed","time":{"start":1707756304427,"stop":1707756304427,"duration":0}},{"uid":"5d8e603ef0b24fe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d8e603ef0b24fe7","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"608ecbf2c8d10ae8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/608ecbf2c8d10ae8","status":"passed","time":{"start":1707753448099,"stop":1707753448099,"duration":0}},{"uid":"e243c91a6529a493","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e243c91a6529a493","status":"passed","time":{"start":1707750840037,"stop":1707750840038,"duration":1}},{"uid":"d2963aa04e03e813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2963aa04e03e813","status":"passed","time":{"start":1707736765002,"stop":1707736765003,"duration":1}},{"uid":"8dc427b9dfa5f86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8dc427b9dfa5f86","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"tags":[]},"source":"14be64cc99c6ee7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/14f23d2bd7082ba.json b/6406/data/test-cases/14f23d2bd7082ba.json new file mode 100644 index 00000000000..aaa1c4de6e8 --- /dev/null +++ b/6406/data/test-cases/14f23d2bd7082ba.json @@ -0,0 +1 @@ +{"uid":"14f23d2bd7082ba","name":"isConnected should return false after all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > isConnected should return false after all peers disconnect","historyId":"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792838870,"stop":1707792838870,"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:disconnect"},{"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":"6c44d53d35694057","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6c44d53d35694057","status":"passed","time":{"start":1707777787224,"stop":1707777787225,"duration":1}},{"uid":"d3f4eb87e363ab67","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f4eb87e363ab67","status":"passed","time":{"start":1707775063041,"stop":1707775063041,"duration":0}},{"uid":"8da19fcb589d769","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8da19fcb589d769","status":"passed","time":{"start":1707774865148,"stop":1707774865148,"duration":0}},{"uid":"9f9fcde136fe867c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f9fcde136fe867c","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"duration":0}},{"uid":"eaf97979ac42376","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eaf97979ac42376","status":"passed","time":{"start":1707769665342,"stop":1707769665343,"duration":1}},{"uid":"383f3eb71ae53fa0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/383f3eb71ae53fa0","status":"passed","time":{"start":1707759759741,"stop":1707759759741,"duration":0}},{"uid":"625763adc0400996","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/625763adc0400996","status":"passed","time":{"start":1707757455910,"stop":1707757455913,"duration":3}},{"uid":"a5d10e08b8c58c3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d10e08b8c58c3f","status":"passed","time":{"start":1707756084432,"stop":1707756084432,"duration":0}},{"uid":"abbd84ff03309630","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abbd84ff03309630","status":"passed","time":{"start":1707753503428,"stop":1707753503429,"duration":1}},{"uid":"57e248fa3693498","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e248fa3693498","status":"passed","time":{"start":1707753233566,"stop":1707753233567,"duration":1}},{"uid":"b2bff222eaa157ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b2bff222eaa157ac","status":"passed","time":{"start":1707750631904,"stop":1707750631905,"duration":1}},{"uid":"b9ecf53efc77a22d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b9ecf53efc77a22d","status":"passed","time":{"start":1707736548884,"stop":1707736548884,"duration":0}},{"uid":"a4caa5fe45981ee7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a4caa5fe45981ee7","status":"passed","time":{"start":1707735732434,"stop":1707735732434,"duration":0}}]},"tags":[]},"source":"14f23d2bd7082ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3c973ac05feca4f7.json b/6406/data/test-cases/15f4e49680193c2d.json similarity index 57% rename from 6379/data/test-cases/3c973ac05feca4f7.json rename to 6406/data/test-cases/15f4e49680193c2d.json index 24f22fdfd84..969f01a9e1d 100644 --- a/6379/data/test-cases/3c973ac05feca4f7.json +++ b/6406/data/test-cases/15f4e49680193c2d.json @@ -1 +1 @@ -{"uid":"3c973ac05feca4f7","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":1707419196128,"stop":1707419196128,"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":18,"unknown":0,"total":18},"items":[{"uid":"b4e343fd03d08d12","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b4e343fd03d08d12","status":"passed","time":{"start":1707418434522,"stop":1707418434523,"duration":1}},{"uid":"3ce505e663be3d40","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3ce505e663be3d40","status":"passed","time":{"start":1707418390040,"stop":1707418390041,"duration":1}},{"uid":"a0875772e943e113","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a0875772e943e113","status":"passed","time":{"start":1707412777494,"stop":1707412777494,"duration":0}},{"uid":"62d55abeb5db951f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/62d55abeb5db951f","status":"passed","time":{"start":1707411235486,"stop":1707411235487,"duration":1}},{"uid":"c797bf0f1a5f3493","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c797bf0f1a5f3493","status":"passed","time":{"start":1707409707306,"stop":1707409707306,"duration":0}},{"uid":"6b67419098d0ebea","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6b67419098d0ebea","status":"passed","time":{"start":1707409096436,"stop":1707409096436,"duration":0}},{"uid":"e5ee1b728f0f86","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e5ee1b728f0f86","status":"passed","time":{"start":1707409057280,"stop":1707409057281,"duration":1}},{"uid":"bcaef88d4f43e4fe","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bcaef88d4f43e4fe","status":"passed","time":{"start":1707408590951,"stop":1707408590951,"duration":0}},{"uid":"5060e063d5c64ac8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5060e063d5c64ac8","status":"passed","time":{"start":1707407658254,"stop":1707407658255,"duration":1}},{"uid":"4698f8374fe35b64","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4698f8374fe35b64","status":"passed","time":{"start":1707407574431,"stop":1707407574432,"duration":1}},{"uid":"8e322d1a51c029af","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8e322d1a51c029af","status":"passed","time":{"start":1707404549262,"stop":1707404549263,"duration":1}},{"uid":"9928da6f399282b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9928da6f399282b","status":"passed","time":{"start":1707375962199,"stop":1707375962200,"duration":1}},{"uid":"3c0c0d85f6f8475d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3c0c0d85f6f8475d","status":"passed","time":{"start":1707373162873,"stop":1707373162874,"duration":1}},{"uid":"ab765be727a54277","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ab765be727a54277","status":"passed","time":{"start":1707359369162,"stop":1707359369162,"duration":0}},{"uid":"4052587d9b409d15","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4052587d9b409d15","status":"passed","time":{"start":1707358158526,"stop":1707358158527,"duration":1}},{"uid":"77695ba3907f1ed3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/77695ba3907f1ed3","status":"passed","time":{"start":1707357111633,"stop":1707357111633,"duration":0}},{"uid":"80a1becbd2ec7b42","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/80a1becbd2ec7b42","status":"passed","time":{"start":1707355305167,"stop":1707355305168,"duration":1}}]},"tags":[]},"source":"3c973ac05feca4f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"15f4e49680193c2d","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":1707793355775,"stop":1707793355776,"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":14,"unknown":0,"total":14},"items":[{"uid":"fe2d2555be59deda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe2d2555be59deda","status":"passed","time":{"start":1707778326664,"stop":1707778326665,"duration":1}},{"uid":"be5dd5948742e944","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/be5dd5948742e944","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"79c1b6dd35cf675f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/79c1b6dd35cf675f","status":"passed","time":{"start":1707775405804,"stop":1707775405804,"duration":0}},{"uid":"25830e6cc52702e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25830e6cc52702e3","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"duration":0}},{"uid":"3f6529e936cd6749","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f6529e936cd6749","status":"passed","time":{"start":1707770116107,"stop":1707770116108,"duration":1}},{"uid":"8ac00de08856ff44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ac00de08856ff44","status":"passed","time":{"start":1707760294898,"stop":1707760294898,"duration":0}},{"uid":"27209769443019ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27209769443019ec","status":"passed","time":{"start":1707757992697,"stop":1707757992698,"duration":1}},{"uid":"c922c8a82b4c73a7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c922c8a82b4c73a7","status":"passed","time":{"start":1707756620672,"stop":1707756620672,"duration":0}},{"uid":"49b310fd171fe81a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49b310fd171fe81a","status":"passed","time":{"start":1707753926587,"stop":1707753926587,"duration":0}},{"uid":"d26ceccd8716be2a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d26ceccd8716be2a","status":"passed","time":{"start":1707753779028,"stop":1707753779029,"duration":1}},{"uid":"6e5c96c5b89172ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e5c96c5b89172ce","status":"passed","time":{"start":1707751117672,"stop":1707751117673,"duration":1}},{"uid":"2527a7c9898e5516","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2527a7c9898e5516","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"60229dba08abe6b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60229dba08abe6b2","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"tags":[]},"source":"15f4e49680193c2d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/16408df251bec517.json b/6406/data/test-cases/16408df251bec517.json new file mode 100644 index 00000000000..e94a80e8f05 --- /dev/null +++ b/6406/data/test-cases/16408df251bec517.json @@ -0,0 +1 @@ +{"uid":"16408df251bec517","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":1707792907228,"stop":1707792907228,"duration":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},{"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},{"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":14,"unknown":0,"total":14},"items":[{"uid":"872fb10964445932","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/872fb10964445932","status":"passed","time":{"start":1707777859850,"stop":1707777859851,"duration":1}},{"uid":"1d79392b0fd3ab55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d79392b0fd3ab55","status":"passed","time":{"start":1707775133661,"stop":1707775133663,"duration":2}},{"uid":"3636cb0db9593160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3636cb0db9593160","status":"passed","time":{"start":1707774942678,"stop":1707774942679,"duration":1}},{"uid":"b020d4b2d7e59eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b020d4b2d7e59eb8","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"duration":1}},{"uid":"c9af06b87fa97208","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9af06b87fa97208","status":"passed","time":{"start":1707769735030,"stop":1707769735031,"duration":1}},{"uid":"7cbc8bb09d2eecda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cbc8bb09d2eecda","status":"passed","time":{"start":1707759831191,"stop":1707759831192,"duration":1}},{"uid":"4ab58f377c463f6b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ab58f377c463f6b","status":"passed","time":{"start":1707757528818,"stop":1707757528818,"duration":0}},{"uid":"aa0f40501f457415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa0f40501f457415","status":"passed","time":{"start":1707756157288,"stop":1707756157288,"duration":0}},{"uid":"5dfde479c1933d2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5dfde479c1933d2a","status":"passed","time":{"start":1707753578467,"stop":1707753578468,"duration":1}},{"uid":"4b73c8945ec4d49b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b73c8945ec4d49b","status":"passed","time":{"start":1707753307883,"stop":1707753307884,"duration":1}},{"uid":"808ffa5bf9d18f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/808ffa5bf9d18f64","status":"passed","time":{"start":1707750703123,"stop":1707750703124,"duration":1}},{"uid":"241007ae1c3bfa24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/241007ae1c3bfa24","status":"passed","time":{"start":1707736629964,"stop":1707736629964,"duration":0}},{"uid":"3ef19e29b92833a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3ef19e29b92833a4","status":"passed","time":{"start":1707735809085,"stop":1707735809086,"duration":1}}]},"tags":[]},"source":"16408df251bec517.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9a26cc6087828baa.json b/6406/data/test-cases/167977bdb6c1f64d.json similarity index 96% rename from 6379/data/test-cases/9a26cc6087828baa.json rename to 6406/data/test-cases/167977bdb6c1f64d.json index 8ffcbafd02c..00fe84cb6e0 100644 --- a/6379/data/test-cases/9a26cc6087828baa.json +++ b/6406/data/test-cases/167977bdb6c1f64d.json @@ -1 +1 @@ -{"uid":"9a26cc6087828baa","name":"Check received message with timestamp: 1707418663077000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1707418663077000000 ","historyId":"130b2afc127048c2aa04dd18141ef38e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418841941,"stop":1707418841941,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":"9a26cc6087828baa.json","parameterValues":[]} \ No newline at end of file +{"uid":"167977bdb6c1f64d","name":"Check received message with timestamp: 1707792838067000000 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1707792838067000000 ","historyId":"0fb553d903909df967001a4653d8d5aa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793028281,"stop":1707793028283,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":"167977bdb6c1f64d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d82167c416ded9f7.json b/6406/data/test-cases/16afe6f916b349b7.json similarity index 77% rename from 6379/data/test-cases/d82167c416ded9f7.json rename to 6406/data/test-cases/16afe6f916b349b7.json index 8316a20da3a..4276769fe66 100644 --- a/6379/data/test-cases/d82167c416ded9f7.json +++ b/6406/data/test-cases/16afe6f916b349b7.json @@ -1 +1 @@ -{"uid":"d82167c416ded9f7","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419013071,"stop":1707419013071,"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":18,"unknown":0,"total":18},"items":[{"uid":"7af42e51af0968b1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7af42e51af0968b1","status":"passed","time":{"start":1707418255020,"stop":1707418255021,"duration":1}},{"uid":"33c6a1ea48ffec7a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/33c6a1ea48ffec7a","status":"passed","time":{"start":1707418202570,"stop":1707418202572,"duration":2}},{"uid":"79e5a1f2b64ebeeb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/79e5a1f2b64ebeeb","status":"passed","time":{"start":1707412632609,"stop":1707412632609,"duration":0}},{"uid":"d1bdad5f393b6eb4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d1bdad5f393b6eb4","status":"passed","time":{"start":1707411050765,"stop":1707411050765,"duration":0}},{"uid":"115645275e513e31","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/115645275e513e31","status":"passed","time":{"start":1707409528967,"stop":1707409528967,"duration":0}},{"uid":"17845698aa4fdbfe","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/17845698aa4fdbfe","status":"passed","time":{"start":1707408904863,"stop":1707408904863,"duration":0}},{"uid":"1497915d6496f98e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1497915d6496f98e","status":"passed","time":{"start":1707408867373,"stop":1707408867374,"duration":1}},{"uid":"484c5563a455a0ca","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/484c5563a455a0ca","status":"passed","time":{"start":1707408376749,"stop":1707408376750,"duration":1}},{"uid":"eca89fc718709e5c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eca89fc718709e5c","status":"passed","time":{"start":1707407458507,"stop":1707407458507,"duration":0}},{"uid":"9db6c5fb97a8c74e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9db6c5fb97a8c74e","status":"passed","time":{"start":1707407342022,"stop":1707407342022,"duration":0}},{"uid":"c12f17b59b9cd02e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c12f17b59b9cd02e","status":"passed","time":{"start":1707404337395,"stop":1707404337395,"duration":0}},{"uid":"94558117c5765ccd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/94558117c5765ccd","status":"passed","time":{"start":1707375779678,"stop":1707375779679,"duration":1}},{"uid":"a5648bf858b5544e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a5648bf858b5544e","status":"passed","time":{"start":1707372972489,"stop":1707372972489,"duration":0}},{"uid":"8fcd0b0a2073cc05","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8fcd0b0a2073cc05","status":"passed","time":{"start":1707359158649,"stop":1707359158649,"duration":0}},{"uid":"e0104b6949d3ef05","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e0104b6949d3ef05","status":"passed","time":{"start":1707357906690,"stop":1707357906691,"duration":1}},{"uid":"4f4aa4d164befa5e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f4aa4d164befa5e","status":"passed","time":{"start":1707356955632,"stop":1707356955632,"duration":0}},{"uid":"d314285cc0b32fbf","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d314285cc0b32fbf","status":"passed","time":{"start":1707355179957,"stop":1707355179958,"duration":1}}]},"tags":[]},"source":"d82167c416ded9f7.json","parameterValues":[]} \ No newline at end of file +{"uid":"16afe6f916b349b7","name":"Subscribe and publish message","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Subscribe and publish message","historyId":"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793168671,"stop":1707793168672,"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":14,"unknown":0,"total":14},"items":[{"uid":"fdf93771ee37d0bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdf93771ee37d0bc","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"64e13a23a195722f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64e13a23a195722f","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"15651b0e259e9b60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15651b0e259e9b60","status":"passed","time":{"start":1707775219993,"stop":1707775219994,"duration":1}},{"uid":"4559c5830321e84f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4559c5830321e84f","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1}},{"uid":"61050a7e28d4bcae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61050a7e28d4bcae","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"3a2df33da55661ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a2df33da55661ef","status":"passed","time":{"start":1707760106454,"stop":1707760106454,"duration":0}},{"uid":"52d5bf530a28b82a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52d5bf530a28b82a","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"6dca6eaf65f2f404","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dca6eaf65f2f404","status":"passed","time":{"start":1707756422342,"stop":1707756422342,"duration":0}},{"uid":"b3ccaaf98dbf4b67","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ccaaf98dbf4b67","status":"passed","time":{"start":1707753796545,"stop":1707753796546,"duration":1}},{"uid":"a34d6c024647c318","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a34d6c024647c318","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"5cdccb289aeb8271","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cdccb289aeb8271","status":"passed","time":{"start":1707750964799,"stop":1707750964800,"duration":1}},{"uid":"9583be68985c583b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9583be68985c583b","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"76942a98a0b09a3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76942a98a0b09a3e","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"tags":[]},"source":"16afe6f916b349b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/51f05895160db461.json b/6406/data/test-cases/16f06ead9df31219.json similarity index 81% rename from 6379/data/test-cases/51f05895160db461.json rename to 6406/data/test-cases/16f06ead9df31219.json index c29965384ec..ed2701141cc 100644 --- a/6379/data/test-cases/51f05895160db461.json +++ b/6406/data/test-cases/16f06ead9df31219.json @@ -1 +1 @@ -{"uid":"51f05895160db461","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":1707419181392,"stop":1707419181392,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"76e6453def50d01c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/76e6453def50d01c","status":"passed","time":{"start":1707418419711,"stop":1707418419711,"duration":0}},{"uid":"31ed4775f3f21e81","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/31ed4775f3f21e81","status":"passed","time":{"start":1707418388435,"stop":1707418388435,"duration":0}},{"uid":"a3a90f6f7ba2a352","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a3a90f6f7ba2a352","status":"passed","time":{"start":1707412796111,"stop":1707412796111,"duration":0}},{"uid":"85b382debb4a25dc","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/85b382debb4a25dc","status":"passed","time":{"start":1707411256044,"stop":1707411256044,"duration":0}},{"uid":"6cbd2b2e8e615813","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6cbd2b2e8e615813","status":"passed","time":{"start":1707409690301,"stop":1707409690301,"duration":0}},{"uid":"f17cb5e714bec99a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f17cb5e714bec99a","status":"passed","time":{"start":1707409095913,"stop":1707409095914,"duration":1}},{"uid":"f24ba46473e0d880","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f24ba46473e0d880","status":"passed","time":{"start":1707409032385,"stop":1707409032385,"duration":0}},{"uid":"69c9de7c4ed5436c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/69c9de7c4ed5436c","status":"passed","time":{"start":1707408574229,"stop":1707408574230,"duration":1}},{"uid":"f4c1c57382f3e1b4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f4c1c57382f3e1b4","status":"passed","time":{"start":1707407633844,"stop":1707407633845,"duration":1}},{"uid":"f3d8ebd6d3ba533f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f3d8ebd6d3ba533f","status":"passed","time":{"start":1707407545210,"stop":1707407545210,"duration":0}},{"uid":"3882e2785f68092c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3882e2785f68092c","status":"passed","time":{"start":1707404532391,"stop":1707404532391,"duration":0}},{"uid":"3a318c640ecffa28","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3a318c640ecffa28","status":"passed","time":{"start":1707375958747,"stop":1707375958747,"duration":0}},{"uid":"93b81c210fe9cb65","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/93b81c210fe9cb65","status":"passed","time":{"start":1707373157735,"stop":1707373157744,"duration":9}},{"uid":"1293a3f4a30cff79","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1293a3f4a30cff79","status":"passed","time":{"start":1707359355953,"stop":1707359355954,"duration":1}},{"uid":"c31bab454caf4ed8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c31bab454caf4ed8","status":"passed","time":{"start":1707358094658,"stop":1707358094658,"duration":0}},{"uid":"819ce46eff3c92d8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/819ce46eff3c92d8","status":"passed","time":{"start":1707357164908,"stop":1707357164908,"duration":0}},{"uid":"5f2a1b17401f5217","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5f2a1b17401f5217","status":"passed","time":{"start":1707355248770,"stop":1707355248770,"duration":0}}]},"tags":[]},"source":"51f05895160db461.json","parameterValues":[]} \ No newline at end of file +{"uid":"16f06ead9df31219","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":1707793371096,"stop":1707793371097,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"dae4b45607cf3df9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dae4b45607cf3df9","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"1735156850849419","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1735156850849419","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"7eba4995dfedca46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7eba4995dfedca46","status":"passed","time":{"start":1707775390222,"stop":1707775390222,"duration":0}},{"uid":"ad21c5f00a8853a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad21c5f00a8853a0","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3}},{"uid":"d19e360d268153fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d19e360d268153fa","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"6dd34694bd1ad927","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dd34694bd1ad927","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"12bc80079104edb7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12bc80079104edb7","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"e31dbfaf08165fe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e31dbfaf08165fe2","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"3474d830d1131aa7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3474d830d1131aa7","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"c0bba6a780640da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0bba6a780640da","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"71b18c27abf32f3b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71b18c27abf32f3b","status":"passed","time":{"start":1707737091297,"stop":1707737091298,"duration":1}},{"uid":"37fa38daaa08dcf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/37fa38daaa08dcf1","status":"passed","time":{"start":1707736260118,"stop":1707736260119,"duration":1}}]},"tags":[]},"source":"16f06ead9df31219.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5bcb2b512bb9e607.json b/6406/data/test-cases/18485aa82b309aeb.json similarity index 82% rename from 6379/data/test-cases/5bcb2b512bb9e607.json rename to 6406/data/test-cases/18485aa82b309aeb.json index 9ccdd78b030..4a2aca0f88c 100644 --- a/6379/data/test-cases/5bcb2b512bb9e607.json +++ b/6406/data/test-cases/18485aa82b309aeb.json @@ -1 +1 @@ -{"uid":"5bcb2b512bb9e607","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":1707419289497,"stop":1707419289497,"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: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"f5d5b427fa938f49","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f5d5b427fa938f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418535536,"stop":1707418535537,"duration":1}},{"uid":"8e0886b946b83c1c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8e0886b946b83c1c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418482213,"stop":1707418482213,"duration":0}},{"uid":"2bcc20f06203ade3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2bcc20f06203ade3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412863479,"stop":1707412863480,"duration":1}},{"uid":"ab898b714621eeb8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ab898b714621eeb8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411338650,"stop":1707411338650,"duration":0}},{"uid":"e7a2ca313f8c296f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e7a2ca313f8c296f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409792227,"stop":1707409792227,"duration":0}},{"uid":"6d1b6ffdece4efd3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6d1b6ffdece4efd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409177751,"stop":1707409177751,"duration":0}},{"uid":"5b763fb988c62939","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5b763fb988c62939","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409135086,"stop":1707409135086,"duration":0}},{"uid":"df54828e0e935144","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/df54828e0e935144","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408664019,"stop":1707408664019,"duration":0}},{"uid":"b6c760fdee1299ba","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b6c760fdee1299ba","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407736505,"stop":1707407736505,"duration":0}},{"uid":"637800e7c8da1fe2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/637800e7c8da1fe2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407618225,"stop":1707407618225,"duration":0}},{"uid":"c853e8576f94ef63","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c853e8576f94ef63","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404537709,"stop":1707404537710,"duration":1}},{"uid":"27c4dca47ae79e36","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/27c4dca47ae79e36","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375978540,"stop":1707375978540,"duration":0}},{"uid":"7deb0997f8bbf50e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7deb0997f8bbf50e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373245352,"stop":1707373245352,"duration":0}},{"uid":"2ece98d64f41a9d9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ece98d64f41a9d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359448663,"stop":1707359448663,"duration":0}},{"uid":"bf56b22905a2845e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bf56b22905a2845e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358197181,"stop":1707358197181,"duration":0}},{"uid":"d56721ed551ccd3b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d56721ed551ccd3b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357226624,"stop":1707357226624,"duration":0}},{"uid":"149ac8246bb64b74","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/149ac8246bb64b74","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355477302,"stop":1707355477302,"duration":0}}]},"tags":[]},"source":"5bcb2b512bb9e607.json","parameterValues":[]} \ No newline at end of file +{"uid":"18485aa82b309aeb","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":1707793446734,"stop":1707793446734,"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: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"1c4eef734e52576f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c4eef734e52576f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"9412672e7bf1a24d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9412672e7bf1a24d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"9417adbf4391dc03","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9417adbf4391dc03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"f7533677d54c1164","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7533677d54c1164","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"170be42c1dcd1dc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/170be42c1dcd1dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"a2046eee6893d1a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2046eee6893d1a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374673,"stop":1707760374674,"duration":1}},{"uid":"cfde3ed5e59ed0ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfde3ed5e59ed0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004302,"stop":1707758004302,"duration":0}},{"uid":"b25270a736a3ed2e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25270a736a3ed2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"46f1538a530aab34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46f1538a530aab34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"963614ca5037dc6b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963614ca5037dc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7338df36fd3dd100","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7338df36fd3dd100","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"dd55ef64090fb8a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd55ef64090fb8a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"593fb7b63009ba67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/593fb7b63009ba67","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"tags":[]},"source":"18485aa82b309aeb.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/108a7fc47eb7466b.json b/6406/data/test-cases/18542f5259d42963.json similarity index 88% rename from 6379/data/test-cases/108a7fc47eb7466b.json rename to 6406/data/test-cases/18542f5259d42963.json index bbcde94afa8..659e19a6c38 100644 --- a/6379/data/test-cases/108a7fc47eb7466b.json +++ b/6406/data/test-cases/18542f5259d42963.json @@ -1 +1 @@ -{"uid":"108a7fc47eb7466b","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":1707419247776,"stop":1707419247776,"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":16,"unknown":0,"total":16},"items":[{"uid":"ec0f38fa069bbe7","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ec0f38fa069bbe7","status":"passed","time":{"start":1707418479342,"stop":1707418479343,"duration":1}},{"uid":"f057d33cf6b7dcc8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f057d33cf6b7dcc8","status":"passed","time":{"start":1707418420799,"stop":1707418420800,"duration":1}},{"uid":"9b3507e9f6ef2fa7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9b3507e9f6ef2fa7","status":"passed","time":{"start":1707411275216,"stop":1707411275217,"duration":1}},{"uid":"4122f2e4972a2702","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4122f2e4972a2702","status":"passed","time":{"start":1707409745071,"stop":1707409745071,"duration":0}},{"uid":"63b842596cf404bf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/63b842596cf404bf","status":"passed","time":{"start":1707409135321,"stop":1707409135321,"duration":0}},{"uid":"e81074326c064516","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e81074326c064516","status":"passed","time":{"start":1707409077134,"stop":1707409077134,"duration":0}},{"uid":"4ef1be65a63f7a84","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4ef1be65a63f7a84","status":"passed","time":{"start":1707408618359,"stop":1707408618359,"duration":0}},{"uid":"810dd4ef26a9702d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/810dd4ef26a9702d","status":"passed","time":{"start":1707407695608,"stop":1707407695608,"duration":0}},{"uid":"8a4edd53458f1498","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8a4edd53458f1498","status":"passed","time":{"start":1707407563841,"stop":1707407563842,"duration":1}},{"uid":"3fd129406b5f7c26","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3fd129406b5f7c26","status":"passed","time":{"start":1707404565402,"stop":1707404565402,"duration":0}},{"uid":"a949cba8d9ef0bfd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a949cba8d9ef0bfd","status":"passed","time":{"start":1707376005068,"stop":1707376005069,"duration":1}},{"uid":"6945f4acec1b47a2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6945f4acec1b47a2","status":"passed","time":{"start":1707373209932,"stop":1707373209933,"duration":1}},{"uid":"89b47638943482ea","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/89b47638943482ea","status":"passed","time":{"start":1707359407160,"stop":1707359407160,"duration":0}},{"uid":"ecc47e43c1d73765","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ecc47e43c1d73765","status":"passed","time":{"start":1707358162773,"stop":1707358162773,"duration":0}},{"uid":"24e8a44fa830ac21","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/24e8a44fa830ac21","status":"passed","time":{"start":1707355687998,"stop":1707355687998,"duration":0}}]},"tags":[]},"source":"108a7fc47eb7466b.json","parameterValues":[]} \ No newline at end of file +{"uid":"18542f5259d42963","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":1707793370636,"stop":1707793370636,"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":13,"unknown":0,"total":13},"items":[{"uid":"3b6093d4d5ac2809","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b6093d4d5ac2809","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"9695f33aafa79404","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9695f33aafa79404","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"746fcfef31d1976b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/746fcfef31d1976b","status":"passed","time":{"start":1707775461891,"stop":1707775461891,"duration":0}},{"uid":"97fa05eed189a88f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fa05eed189a88f","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"duration":1}},{"uid":"f47b8b76a16af571","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f47b8b76a16af571","status":"passed","time":{"start":1707770208548,"stop":1707770208548,"duration":0}},{"uid":"3f1540f07971b94b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f1540f07971b94b","status":"passed","time":{"start":1707760335957,"stop":1707760335957,"duration":0}},{"uid":"d9ac25cf86c22b69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9ac25cf86c22b69","status":"passed","time":{"start":1707758023537,"stop":1707758023538,"duration":1}},{"uid":"f74bc487212b860b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f74bc487212b860b","status":"passed","time":{"start":1707756664007,"stop":1707756664007,"duration":0}},{"uid":"f3a09e8ff4c0f8e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3a09e8ff4c0f8e3","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"f54efaab478da49","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f54efaab478da49","status":"passed","time":{"start":1707751136353,"stop":1707751136353,"duration":0}},{"uid":"b17182e33338b659","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b17182e33338b659","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"e4db45dc01f5d133","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4db45dc01f5d133","status":"passed","time":{"start":1707736322661,"stop":1707736322662,"duration":1}}]},"tags":[]},"source":"18542f5259d42963.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/189f2405630e8444.json b/6406/data/test-cases/189f2405630e8444.json new file mode 100644 index 00000000000..c9c40cbbefa --- /dev/null +++ b/6406/data/test-cases/189f2405630e8444.json @@ -0,0 +1 @@ +{"uid":"189f2405630e8444","name":"Using a function","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Using a function","historyId":"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793400888,"stop":1707793400888,"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":14,"unknown":0,"total":14},"items":[{"uid":"6fd7663dd41e5dd7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fd7663dd41e5dd7","status":"passed","time":{"start":1707778381873,"stop":1707778381873,"duration":0}},{"uid":"f7d380edcda3ac7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7d380edcda3ac7b","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"ebea2fba32ffd195","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebea2fba32ffd195","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"898c289635aef79b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/898c289635aef79b","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1}},{"uid":"430b2d2e73826317","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/430b2d2e73826317","status":"passed","time":{"start":1707770169176,"stop":1707770169176,"duration":0}},{"uid":"29f1ea6f3b4e1431","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/29f1ea6f3b4e1431","status":"passed","time":{"start":1707760345982,"stop":1707760345982,"duration":0}},{"uid":"638d7aa0f6bffef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/638d7aa0f6bffef","status":"passed","time":{"start":1707758029746,"stop":1707758029746,"duration":0}},{"uid":"36c4051cdca2540c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36c4051cdca2540c","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"afa649a1950b3756","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afa649a1950b3756","status":"passed","time":{"start":1707753981526,"stop":1707753981527,"duration":1}},{"uid":"421e337d82d323d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/421e337d82d323d4","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"a073687561b88a61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a073687561b88a61","status":"passed","time":{"start":1707751154819,"stop":1707751154820,"duration":1}},{"uid":"29fe3e516c74ed0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29fe3e516c74ed0","status":"passed","time":{"start":1707737128059,"stop":1707737128059,"duration":0}},{"uid":"2ca9c698cf81f18a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ca9c698cf81f18a","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"tags":[]},"source":"189f2405630e8444.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/88e973ad965487ac.json b/6406/data/test-cases/18c3e80a9b27b0e0.json similarity index 87% rename from 6379/data/test-cases/88e973ad965487ac.json rename to 6406/data/test-cases/18c3e80a9b27b0e0.json index 57bd2802e7a..85833c374e9 100644 --- a/6379/data/test-cases/88e973ad965487ac.json +++ b/6406/data/test-cases/18c3e80a9b27b0e0.json @@ -1 +1 @@ -{"uid":"88e973ad965487ac","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":1707419247766,"stop":1707419247767,"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":17,"unknown":0,"total":17},"items":[{"uid":"79b32a9df9f1a20","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/79b32a9df9f1a20","status":"passed","time":{"start":1707418479326,"stop":1707418479326,"duration":0}},{"uid":"4b94ed0a0e6ad00b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/4b94ed0a0e6ad00b","status":"passed","time":{"start":1707418420773,"stop":1707418420773,"duration":0}},{"uid":"7882729f0ca2cea5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7882729f0ca2cea5","status":"passed","time":{"start":1707412716421,"stop":1707412716422,"duration":1}},{"uid":"bafa48010e8cf971","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/bafa48010e8cf971","status":"passed","time":{"start":1707411275193,"stop":1707411275194,"duration":1}},{"uid":"de19ab53cb9d3e4f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/de19ab53cb9d3e4f","status":"passed","time":{"start":1707409745059,"stop":1707409745060,"duration":1}},{"uid":"d48bc0e7aef6aa32","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d48bc0e7aef6aa32","status":"passed","time":{"start":1707409135315,"stop":1707409135315,"duration":0}},{"uid":"7e58b86681c88a65","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7e58b86681c88a65","status":"passed","time":{"start":1707409077121,"stop":1707409077122,"duration":1}},{"uid":"f7eb19585b9ec2b7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f7eb19585b9ec2b7","status":"passed","time":{"start":1707408618350,"stop":1707408618351,"duration":1}},{"uid":"e55cade2d60c8d87","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e55cade2d60c8d87","status":"passed","time":{"start":1707407695588,"stop":1707407695588,"duration":0}},{"uid":"37a15eadbc75b6f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/37a15eadbc75b6f","status":"passed","time":{"start":1707407563832,"stop":1707407563833,"duration":1}},{"uid":"92619ab4059e26d1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/92619ab4059e26d1","status":"passed","time":{"start":1707404565394,"stop":1707404565394,"duration":0}},{"uid":"1892767689424052","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1892767689424052","status":"passed","time":{"start":1707376005058,"stop":1707376005059,"duration":1}},{"uid":"99d9c76cd751e6b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/99d9c76cd751e6b","status":"passed","time":{"start":1707373209922,"stop":1707373209923,"duration":1}},{"uid":"6aeb48edd192783d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6aeb48edd192783d","status":"passed","time":{"start":1707359407150,"stop":1707359407151,"duration":1}},{"uid":"8fb1e7aca44c88ba","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8fb1e7aca44c88ba","status":"passed","time":{"start":1707358162766,"stop":1707358162766,"duration":0}},{"uid":"dce359b9b13e263e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/dce359b9b13e263e","status":"passed","time":{"start":1707355687979,"stop":1707355687979,"duration":0}}]},"tags":[]},"source":"88e973ad965487ac.json","parameterValues":[]} \ No newline at end of file +{"uid":"18c3e80a9b27b0e0","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":1707793370626,"stop":1707793370627,"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":13,"unknown":0,"total":13},"items":[{"uid":"a2970d3d5b293914","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a2970d3d5b293914","status":"passed","time":{"start":1707778386476,"stop":1707778386476,"duration":0}},{"uid":"b0db1d55b6819826","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0db1d55b6819826","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"7c9985e5a23312f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c9985e5a23312f5","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"b798c1357f22ddfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b798c1357f22ddfe","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1}},{"uid":"3d8c901095febabd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d8c901095febabd","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"f4d10119b9d9f70c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4d10119b9d9f70c","status":"passed","time":{"start":1707760335941,"stop":1707760335941,"duration":0}},{"uid":"9078b049da7ba0ef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9078b049da7ba0ef","status":"passed","time":{"start":1707758023528,"stop":1707758023528,"duration":0}},{"uid":"556059e69f04202a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/556059e69f04202a","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"6c1b3ac165f1898","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c1b3ac165f1898","status":"passed","time":{"start":1707753837162,"stop":1707753837163,"duration":1}},{"uid":"127443393cb1ac7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/127443393cb1ac7e","status":"passed","time":{"start":1707751136279,"stop":1707751136280,"duration":1}},{"uid":"a8649f7fd2eee2c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8649f7fd2eee2c5","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"bd414a28e2e69cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd414a28e2e69cb","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"tags":[]},"source":"18c3e80a9b27b0e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/18e294fca4d1e996.json b/6406/data/test-cases/18e294fca4d1e996.json new file mode 100644 index 00000000000..60ba318f9a6 --- /dev/null +++ b/6406/data/test-cases/18e294fca4d1e996.json @@ -0,0 +1 @@ +{"uid":"18e294fca4d1e996","name":"returns all values when wanted number is greater than available values","fullName":"/src/index.spec.ts: Discovery > returns all values when wanted number is greater than available values","historyId":"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814223,"stop":1707792814223,"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":"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":"f69d6e9a590deaaa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f69d6e9a590deaaa","status":"passed","time":{"start":1707777763444,"stop":1707777763444,"duration":0}},{"uid":"d45d8c7fe718b32f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d45d8c7fe718b32f","status":"passed","time":{"start":1707775039623,"stop":1707775039623,"duration":0}},{"uid":"7ce8564707cd299d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ce8564707cd299d","status":"passed","time":{"start":1707774841428,"stop":1707774841428,"duration":0}},{"uid":"b0a0d43dd4375183","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0a0d43dd4375183","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"duration":1}},{"uid":"6d743f6c22d3b959","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d743f6c22d3b959","status":"passed","time":{"start":1707769641581,"stop":1707769641581,"duration":0}},{"uid":"c0498658e9379043","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c0498658e9379043","status":"passed","time":{"start":1707759736454,"stop":1707759736455,"duration":1}},{"uid":"250f86e5f91cee5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/250f86e5f91cee5b","status":"passed","time":{"start":1707757431312,"stop":1707757431312,"duration":0}},{"uid":"bf04151354035a0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf04151354035a0a","status":"passed","time":{"start":1707756060434,"stop":1707756060434,"duration":0}},{"uid":"255ecad4b13ed01","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/255ecad4b13ed01","status":"passed","time":{"start":1707753479027,"stop":1707753479029,"duration":2}},{"uid":"262cfc3d0d0ca69d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/262cfc3d0d0ca69d","status":"passed","time":{"start":1707753207962,"stop":1707753207963,"duration":1}},{"uid":"9e875117dcda707a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e875117dcda707a","status":"passed","time":{"start":1707750607850,"stop":1707750607850,"duration":0}},{"uid":"6da398660ca6ee59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6da398660ca6ee59","status":"passed","time":{"start":1707736525275,"stop":1707736525275,"duration":0}},{"uid":"c38d3e0d462b2502","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c38d3e0d462b2502","status":"passed","time":{"start":1707735707254,"stop":1707735707255,"duration":1}}]},"tags":[]},"source":"18e294fca4d1e996.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/196c3c5c06756dc4.json b/6406/data/test-cases/196c3c5c06756dc4.json new file mode 100644 index 00000000000..f8c0d9dcc45 --- /dev/null +++ b/6406/data/test-cases/196c3c5c06756dc4.json @@ -0,0 +1 @@ +{"uid":"196c3c5c06756dc4","name":"Error when try to subscribe to more than 31 topics (old 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 31 topics (old limit)","historyId":"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"5c5e63714935b2d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c5e63714935b2d9","status":"passed","time":{"start":1707777997108,"stop":1707777997109,"duration":1}},{"uid":"49fe76716ea6f7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fe76716ea6f7e","status":"passed","time":{"start":1707775275749,"stop":1707775275750,"duration":1}},{"uid":"ac73ef688668e28b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ac73ef688668e28b","status":"passed","time":{"start":1707775085881,"stop":1707775085881,"duration":0}},{"uid":"46bfb2111ac373cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46bfb2111ac373cf","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0}},{"uid":"af75c5f7bba8e8da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af75c5f7bba8e8da","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"6e4a26eade0fc97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6e4a26eade0fc97","status":"passed","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"b8aba73f301ccda0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b8aba73f301ccda0","status":"passed","time":{"start":1707757676040,"stop":1707757676040,"duration":0}},{"uid":"96f2149c508f549e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/96f2149c508f549e","status":"passed","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"5345cdda8ec5274f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5345cdda8ec5274f","status":"passed","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"8377ac05c90364b6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8377ac05c90364b6","status":"passed","time":{"start":1707753448093,"stop":1707753448094,"duration":1}},{"uid":"9a5b3456bd67339e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a5b3456bd67339e","status":"passed","time":{"start":1707750840036,"stop":1707750840037,"duration":1}},{"uid":"aa8f1c37b7138a92","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aa8f1c37b7138a92","status":"passed","time":{"start":1707736765001,"stop":1707736765002,"duration":1}},{"uid":"519095ea0e4e7828","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/519095ea0e4e7828","status":"passed","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"tags":[]},"source":"196c3c5c06756dc4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f235a580ed16dbbd.json b/6406/data/test-cases/19cee804b3798271.json similarity index 98% rename from 6379/data/test-cases/f235a580ed16dbbd.json rename to 6406/data/test-cases/19cee804b3798271.json index 52a10bf4e04..9bcf8ebcfb9 100644 --- a/6379/data/test-cases/f235a580ed16dbbd.json +++ b/6406/data/test-cases/19cee804b3798271.json @@ -1 +1 @@ -{"uid":"f235a580ed16dbbd","name":"Push message with custom timestamp: 1676660430042","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1676660430042","historyId":"2b0474c4083443af30bcf511727b4d47:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419247779,"stop":1707419247780,"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":"f235a580ed16dbbd.json","parameterValues":[]} \ No newline at end of file +{"uid":"19cee804b3798271","name":"Push message with custom timestamp: 1677034559036","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1677034559036","historyId":"52cc891285cd5d33625e51697dea7f9f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793370641,"stop":1707793370641,"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":"19cee804b3798271.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/1afd23b5dbdffd4c.json b/6406/data/test-cases/1afd23b5dbdffd4c.json new file mode 100644 index 00000000000..28d33d62ebc --- /dev/null +++ b/6406/data/test-cases/1afd23b5dbdffd4c.json @@ -0,0 +1 @@ +{"uid":"1afd23b5dbdffd4c","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":1707792838868,"stop":1707792838869,"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":14,"unknown":0,"total":14},"items":[{"uid":"c8cfeef95d16ce9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c8cfeef95d16ce9b","status":"passed","time":{"start":1707777787221,"stop":1707777787222,"duration":1}},{"uid":"832a7f487a1eba0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/832a7f487a1eba0b","status":"passed","time":{"start":1707775063036,"stop":1707775063036,"duration":0}},{"uid":"c17b581b03f21165","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c17b581b03f21165","status":"passed","time":{"start":1707774865145,"stop":1707774865145,"duration":0}},{"uid":"ca525269f1e08770","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca525269f1e08770","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0}},{"uid":"ffe886fd4ced2bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe886fd4ced2bc3","status":"passed","time":{"start":1707769665340,"stop":1707769665341,"duration":1}},{"uid":"f8c3db877ccc9b11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f8c3db877ccc9b11","status":"passed","time":{"start":1707759759736,"stop":1707759759737,"duration":1}},{"uid":"f2c2eed8d025c89a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2c2eed8d025c89a","status":"passed","time":{"start":1707757455865,"stop":1707757455905,"duration":40}},{"uid":"6a9cf47a4df0ba2d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a9cf47a4df0ba2d","status":"passed","time":{"start":1707756084425,"stop":1707756084430,"duration":5}},{"uid":"da9700db5c75c5aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da9700db5c75c5aa","status":"passed","time":{"start":1707753503424,"stop":1707753503425,"duration":1}},{"uid":"8593ded977bee97d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8593ded977bee97d","status":"passed","time":{"start":1707753233561,"stop":1707753233561,"duration":0}},{"uid":"a92d3883a4fd5db3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a92d3883a4fd5db3","status":"passed","time":{"start":1707750631901,"stop":1707750631902,"duration":1}},{"uid":"8e81c5f177434b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e81c5f177434b55","status":"passed","time":{"start":1707736548882,"stop":1707736548883,"duration":1}},{"uid":"f1ed3e1cde4656b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1ed3e1cde4656b4","status":"passed","time":{"start":1707735732432,"stop":1707735732433,"duration":1}}]},"tags":[]},"source":"1afd23b5dbdffd4c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/627c5d56fd532c99.json b/6406/data/test-cases/1b97547002e03220.json similarity index 85% rename from 6379/data/test-cases/627c5d56fd532c99.json rename to 6406/data/test-cases/1b97547002e03220.json index e65a849cdec..b89b5aad4cc 100644 --- a/6379/data/test-cases/627c5d56fd532c99.json +++ b/6406/data/test-cases/1b97547002e03220.json @@ -1 +1 @@ -{"uid":"627c5d56fd532c99","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":1707419080394,"stop":1707419080394,"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":18,"unknown":0,"total":18},"items":[{"uid":"95e7b4790c6c5681","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/95e7b4790c6c5681","status":"passed","time":{"start":1707418322011,"stop":1707418322011,"duration":0}},{"uid":"99b0510d6d6b7ac3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/99b0510d6d6b7ac3","status":"passed","time":{"start":1707418259975,"stop":1707418259975,"duration":0}},{"uid":"518a384520e2ac36","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/518a384520e2ac36","status":"passed","time":{"start":1707412707105,"stop":1707412707105,"duration":0}},{"uid":"59b442d39124da0f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/59b442d39124da0f","status":"passed","time":{"start":1707411118089,"stop":1707411118091,"duration":2}},{"uid":"d27c75f98b4b135e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d27c75f98b4b135e","status":"passed","time":{"start":1707409587910,"stop":1707409587910,"duration":0}},{"uid":"fd58dba7ad0c1b53","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fd58dba7ad0c1b53","status":"passed","time":{"start":1707408980203,"stop":1707408980203,"duration":0}},{"uid":"3f4005f11e9d13e2","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3f4005f11e9d13e2","status":"passed","time":{"start":1707408927115,"stop":1707408927116,"duration":1}},{"uid":"2b19e94d4ca3635","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2b19e94d4ca3635","status":"passed","time":{"start":1707408458726,"stop":1707408458727,"duration":1}},{"uid":"5fb5d233781b9f25","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5fb5d233781b9f25","status":"passed","time":{"start":1707407520217,"stop":1707407520218,"duration":1}},{"uid":"7921640f26a375ea","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7921640f26a375ea","status":"passed","time":{"start":1707407427623,"stop":1707407427623,"duration":0}},{"uid":"f57a2f5be207faea","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f57a2f5be207faea","status":"passed","time":{"start":1707404404301,"stop":1707404404301,"duration":0}},{"uid":"d57844413b9d681a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d57844413b9d681a","status":"passed","time":{"start":1707375846750,"stop":1707375846750,"duration":0}},{"uid":"b42f1005dfbfc721","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b42f1005dfbfc721","status":"passed","time":{"start":1707373035617,"stop":1707373035619,"duration":2}},{"uid":"c1e29fc5f032d656","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c1e29fc5f032d656","status":"passed","time":{"start":1707359236204,"stop":1707359236204,"duration":0}},{"uid":"20a8d523cf509ed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/20a8d523cf509ed","status":"passed","time":{"start":1707357965175,"stop":1707357965175,"duration":0}},{"uid":"bad19941eed80322","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bad19941eed80322","status":"passed","time":{"start":1707357048194,"stop":1707357048194,"duration":0}},{"uid":"2a32e6a6a9b2095c","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2a32e6a6a9b2095c","status":"passed","time":{"start":1707355141605,"stop":1707355141605,"duration":0}}]},"tags":[]},"source":"627c5d56fd532c99.json","parameterValues":[]} \ No newline at end of file +{"uid":"1b97547002e03220","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":1707793238862,"stop":1707793238863,"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":14,"unknown":0,"total":14},"items":[{"uid":"6bda06b25e792005","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bda06b25e792005","status":"passed","time":{"start":1707778202464,"stop":1707778202465,"duration":1}},{"uid":"a583c65d06c4ce9f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a583c65d06c4ce9f","status":"passed","time":{"start":1707775486609,"stop":1707775486610,"duration":1}},{"uid":"595282dfa4250a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/595282dfa4250a9e","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"c0abd36bf1436e9d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0abd36bf1436e9d","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"8018eb9d3a870406","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8018eb9d3a870406","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"798e436780f26493","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/798e436780f26493","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"d12be3a7c132359b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d12be3a7c132359b","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"32fdccae028a2c22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32fdccae028a2c22","status":"passed","time":{"start":1707756499896,"stop":1707756499897,"duration":1}},{"uid":"956165c5574e4c79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956165c5574e4c79","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"b8746c283df7e323","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8746c283df7e323","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"d4e4b77022cc3e5e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d4e4b77022cc3e5e","status":"passed","time":{"start":1707751019562,"stop":1707751019563,"duration":1}},{"uid":"51f81f2d0a9eaf84","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51f81f2d0a9eaf84","status":"passed","time":{"start":1707736947837,"stop":1707736947838,"duration":1}},{"uid":"d89ec88c1b8da73c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d89ec88c1b8da73c","status":"passed","time":{"start":1707736152496,"stop":1707736152497,"duration":1}}]},"tags":[]},"source":"1b97547002e03220.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/be60a2ab4afadf64.json b/6406/data/test-cases/1bcfd579b98bd13f.json similarity index 77% rename from 6379/data/test-cases/be60a2ab4afadf64.json rename to 6406/data/test-cases/1bcfd579b98bd13f.json index fe5c9f15868..c7b6f0cba43 100644 --- a/6379/data/test-cases/be60a2ab4afadf64.json +++ b/6406/data/test-cases/1bcfd579b98bd13f.json @@ -1 +1 @@ -{"uid":"be60a2ab4afadf64","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":1707419013072,"stop":1707419013072,"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":18,"unknown":0,"total":18},"items":[{"uid":"9bfcb078380e9598","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9bfcb078380e9598","status":"passed","time":{"start":1707418255021,"stop":1707418255024,"duration":3}},{"uid":"e3d815ad29d194ee","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e3d815ad29d194ee","status":"passed","time":{"start":1707418202573,"stop":1707418202575,"duration":2}},{"uid":"2df80c600f514d81","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2df80c600f514d81","status":"passed","time":{"start":1707412632610,"stop":1707412632610,"duration":0}},{"uid":"1427a3dfff18a40c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1427a3dfff18a40c","status":"passed","time":{"start":1707411050766,"stop":1707411050766,"duration":0}},{"uid":"b2804bc9fdc4dab5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b2804bc9fdc4dab5","status":"passed","time":{"start":1707409528968,"stop":1707409528968,"duration":0}},{"uid":"ced291578f63b275","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ced291578f63b275","status":"passed","time":{"start":1707408904864,"stop":1707408904864,"duration":0}},{"uid":"7c735290fd8850fe","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7c735290fd8850fe","status":"passed","time":{"start":1707408867374,"stop":1707408867374,"duration":0}},{"uid":"7bcc1164c3202c2c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7bcc1164c3202c2c","status":"passed","time":{"start":1707408376751,"stop":1707408376752,"duration":1}},{"uid":"d070026689548441","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d070026689548441","status":"passed","time":{"start":1707407458508,"stop":1707407458508,"duration":0}},{"uid":"a85021671a35d1ae","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a85021671a35d1ae","status":"passed","time":{"start":1707407342023,"stop":1707407342023,"duration":0}},{"uid":"47a302a4dc3b87e2","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/47a302a4dc3b87e2","status":"passed","time":{"start":1707404337396,"stop":1707404337397,"duration":1}},{"uid":"7885d2876f6d80ba","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7885d2876f6d80ba","status":"passed","time":{"start":1707375779680,"stop":1707375779680,"duration":0}},{"uid":"d1d7e112edacee10","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d1d7e112edacee10","status":"passed","time":{"start":1707372972490,"stop":1707372972491,"duration":1}},{"uid":"e53941c433de5cbb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e53941c433de5cbb","status":"passed","time":{"start":1707359158650,"stop":1707359158650,"duration":0}},{"uid":"85329f58dca3ddc0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/85329f58dca3ddc0","status":"passed","time":{"start":1707357906691,"stop":1707357906691,"duration":0}},{"uid":"813f6c2ec4aa5f12","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/813f6c2ec4aa5f12","status":"passed","time":{"start":1707356955633,"stop":1707356955633,"duration":0}},{"uid":"4231e586d8db08f5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4231e586d8db08f5","status":"passed","time":{"start":1707355179958,"stop":1707355179959,"duration":1}}]},"tags":[]},"source":"be60a2ab4afadf64.json","parameterValues":[]} \ No newline at end of file +{"uid":"1bcfd579b98bd13f","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":1707793168673,"stop":1707793168674,"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":14,"unknown":0,"total":14},"items":[{"uid":"f0c0de5c9ea05ef2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0c0de5c9ea05ef2","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"ed673134e2b7a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed673134e2b7a034","status":"passed","time":{"start":1707775409482,"stop":1707775409483,"duration":1}},{"uid":"ad8756101b5dc7aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8756101b5dc7aa","status":"passed","time":{"start":1707775219994,"stop":1707775219995,"duration":1}},{"uid":"fff5b5f58828735e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fff5b5f58828735e","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"34822281557eb1ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/34822281557eb1ec","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"e1580d478c25868e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1580d478c25868e","status":"passed","time":{"start":1707760106455,"stop":1707760106455,"duration":0}},{"uid":"6cd7fc56d08f8eb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cd7fc56d08f8eb7","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"ad1721b6be1692e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad1721b6be1692e2","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"cd12b7672ed24d84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd12b7672ed24d84","status":"passed","time":{"start":1707753796546,"stop":1707753796547,"duration":1}},{"uid":"7457fa8cf52554ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7457fa8cf52554ed","status":"passed","time":{"start":1707753586161,"stop":1707753586162,"duration":1}},{"uid":"9fc0486d2eda784d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fc0486d2eda784d","status":"passed","time":{"start":1707750964800,"stop":1707750964801,"duration":1}},{"uid":"8b39194d9f6854d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8b39194d9f6854d6","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"dc2b4706cda4d581","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc2b4706cda4d581","status":"passed","time":{"start":1707736096388,"stop":1707736096389,"duration":1}}]},"tags":[]},"source":"1bcfd579b98bd13f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/1c2bf423e464a489.json b/6406/data/test-cases/1c2bf423e464a489.json new file mode 100644 index 00000000000..bfb935045ed --- /dev/null +++ b/6406/data/test-cases/1c2bf423e464a489.json @@ -0,0 +1 @@ +{"uid":"1c2bf423e464a489","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > n1 and n2 uses a custom pubsub, n3 uses the default pubsub","historyId":"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793142797,"stop":1707793142798,"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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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":14,"unknown":0,"total":14},"items":[{"uid":"848cad556dbac827","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/848cad556dbac827","status":"passed","time":{"start":1707778103147,"stop":1707778103148,"duration":1}},{"uid":"72c00a8bec8cb2d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72c00a8bec8cb2d3","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"9e9ee570ff96b0fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e9ee570ff96b0fc","status":"passed","time":{"start":1707775193316,"stop":1707775193316,"duration":0}},{"uid":"4c039b6c23cd3280","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c039b6c23cd3280","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0}},{"uid":"30ada25983111cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30ada25983111cb","status":"passed","time":{"start":1707769979918,"stop":1707769979918,"duration":0}},{"uid":"61afd085cd9e0941","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/61afd085cd9e0941","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"fd278241e8fa5807","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd278241e8fa5807","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"8c6688a8e9b22ef5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c6688a8e9b22ef5","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"d8f3a27c3a5e8166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8f3a27c3a5e8166","status":"passed","time":{"start":1707753781759,"stop":1707753781759,"duration":0}},{"uid":"dc7baf539388a27a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc7baf539388a27a","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"c12e236a2bcd0ad9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c12e236a2bcd0ad9","status":"passed","time":{"start":1707750940663,"stop":1707750940663,"duration":0}},{"uid":"1e253fb25a44b283","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e253fb25a44b283","status":"passed","time":{"start":1707736870547,"stop":1707736870547,"duration":0}},{"uid":"e43ef5f8c903ab6a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e43ef5f8c903ab6a","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"tags":[]},"source":"1c2bf423e464a489.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b1b72432aa66e804.json b/6406/data/test-cases/1d6257f0cf171800.json similarity index 81% rename from 6379/data/test-cases/b1b72432aa66e804.json rename to 6406/data/test-cases/1d6257f0cf171800.json index bf6daf4d950..8a91967f39b 100644 --- a/6379/data/test-cases/b1b72432aa66e804.json +++ b/6406/data/test-cases/1d6257f0cf171800.json @@ -1 +1 @@ -{"uid":"b1b72432aa66e804","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":1707419181425,"stop":1707419181425,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"57cedcb30c0fe03d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/57cedcb30c0fe03d","status":"passed","time":{"start":1707418419781,"stop":1707418419781,"duration":0}},{"uid":"d545964223465c37","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d545964223465c37","status":"passed","time":{"start":1707418388455,"stop":1707418388456,"duration":1}},{"uid":"1fedb7ce9455446a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1fedb7ce9455446a","status":"passed","time":{"start":1707412796141,"stop":1707412796141,"duration":0}},{"uid":"7a58b36a6075efcd","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7a58b36a6075efcd","status":"passed","time":{"start":1707411256111,"stop":1707411256111,"duration":0}},{"uid":"78ef56384a579af4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/78ef56384a579af4","status":"passed","time":{"start":1707409690321,"stop":1707409690321,"duration":0}},{"uid":"c4af72272033bd24","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c4af72272033bd24","status":"passed","time":{"start":1707409095928,"stop":1707409095928,"duration":0}},{"uid":"57098d78ac12532b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/57098d78ac12532b","status":"passed","time":{"start":1707409032435,"stop":1707409032435,"duration":0}},{"uid":"b82fc12eced51852","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b82fc12eced51852","status":"passed","time":{"start":1707408574269,"stop":1707408574269,"duration":0}},{"uid":"4284a34b0987e77f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4284a34b0987e77f","status":"passed","time":{"start":1707407633888,"stop":1707407633888,"duration":0}},{"uid":"4d5af50a3ead6bdf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4d5af50a3ead6bdf","status":"passed","time":{"start":1707407545255,"stop":1707407545256,"duration":1}},{"uid":"1b992cd8743f4d56","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1b992cd8743f4d56","status":"passed","time":{"start":1707404532449,"stop":1707404532450,"duration":1}},{"uid":"f79caf6442bfc94c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f79caf6442bfc94c","status":"passed","time":{"start":1707375958784,"stop":1707375958785,"duration":1}},{"uid":"4c85a174ec415e0e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4c85a174ec415e0e","status":"passed","time":{"start":1707373157759,"stop":1707373157760,"duration":1}},{"uid":"fb9e3de41889acca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fb9e3de41889acca","status":"passed","time":{"start":1707359355991,"stop":1707359355992,"duration":1}},{"uid":"684e1fcd0b7b13e6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/684e1fcd0b7b13e6","status":"passed","time":{"start":1707358094700,"stop":1707358094700,"duration":0}},{"uid":"30d297d0c4cf3868","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/30d297d0c4cf3868","status":"passed","time":{"start":1707357164925,"stop":1707357164925,"duration":0}},{"uid":"e1b61dec97b4f074","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e1b61dec97b4f074","status":"passed","time":{"start":1707355248785,"stop":1707355248785,"duration":0}}]},"tags":[]},"source":"b1b72432aa66e804.json","parameterValues":[]} \ No newline at end of file +{"uid":"1d6257f0cf171800","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":1707793371111,"stop":1707793371112,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"e6c9213907d5672a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6c9213907d5672a","status":"passed","time":{"start":1707778338852,"stop":1707778338853,"duration":1}},{"uid":"30d36d7321196e59","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/30d36d7321196e59","status":"passed","time":{"start":1707775602030,"stop":1707775602031,"duration":1}},{"uid":"c73c238e05d0b2d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c73c238e05d0b2d3","status":"passed","time":{"start":1707775390243,"stop":1707775390243,"duration":0}},{"uid":"7889af2304dfb5fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7889af2304dfb5fd","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1}},{"uid":"f381db537f6b7053","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f381db537f6b7053","status":"passed","time":{"start":1707769968728,"stop":1707769968729,"duration":1}},{"uid":"9ede686578c1572f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ede686578c1572f","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"2b177e922de2937f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b177e922de2937f","status":"passed","time":{"start":1707758006719,"stop":1707758006719,"duration":0}},{"uid":"7d880b2f7f622f44","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d880b2f7f622f44","status":"passed","time":{"start":1707756617053,"stop":1707756617054,"duration":1}},{"uid":"81124b38632cd350","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81124b38632cd350","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"85788d67229f57a6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85788d67229f57a6","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"cfcf3e68f8456643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cfcf3e68f8456643","status":"passed","time":{"start":1707751162319,"stop":1707751162320,"duration":1}},{"uid":"c0797e0bb400d334","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0797e0bb400d334","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"22edd09c72bfc3c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22edd09c72bfc3c2","status":"passed","time":{"start":1707736260148,"stop":1707736260149,"duration":1}}]},"tags":[]},"source":"1d6257f0cf171800.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/1db142976966724e.json b/6406/data/test-cases/1db142976966724e.json new file mode 100644 index 00000000000..88e76ef5179 --- /dev/null +++ b/6406/data/test-cases/1db142976966724e.json @@ -0,0 +1 @@ +{"uid":"1db142976966724e","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":1707793304781,"stop":1707793304782,"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":14,"unknown":0,"total":14},"items":[{"uid":"18e2a168dd238e27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18e2a168dd238e27","status":"passed","time":{"start":1707778270358,"stop":1707778270358,"duration":0}},{"uid":"7ac1dc8e358617f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ac1dc8e358617f2","status":"passed","time":{"start":1707775545728,"stop":1707775545728,"duration":0}},{"uid":"d4df63d6a3b2ae0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4df63d6a3b2ae0b","status":"passed","time":{"start":1707775359951,"stop":1707775359952,"duration":1}},{"uid":"9e5bde7596bf1406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e5bde7596bf1406","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"489137f46cdb3d7f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/489137f46cdb3d7f","status":"passed","time":{"start":1707770099495,"stop":1707770099496,"duration":1}},{"uid":"807cd98158d2b2c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/807cd98158d2b2c3","status":"passed","time":{"start":1707760242013,"stop":1707760242013,"duration":0}},{"uid":"95ff23171d2a9f5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/95ff23171d2a9f5a","status":"passed","time":{"start":1707757936348,"stop":1707757936357,"duration":9}},{"uid":"f5f2ea04805cfa5e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f5f2ea04805cfa5e","status":"passed","time":{"start":1707756564912,"stop":1707756564912,"duration":0}},{"uid":"e17611ff6db11262","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e17611ff6db11262","status":"passed","time":{"start":1707753906981,"stop":1707753906982,"duration":1}},{"uid":"5219d1d84eea8f27","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5219d1d84eea8f27","status":"passed","time":{"start":1707753724176,"stop":1707753724176,"duration":0}},{"uid":"c039bc55e065b460","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c039bc55e065b460","status":"passed","time":{"start":1707751082964,"stop":1707751082965,"duration":1}},{"uid":"84d14a975bafc5a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d14a975bafc5a5","status":"passed","time":{"start":1707736996441,"stop":1707736996442,"duration":1}},{"uid":"8c39a9c3d7b4e33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c39a9c3d7b4e33c","status":"passed","time":{"start":1707736227460,"stop":1707736227460,"duration":0}}]},"tags":[]},"source":"1db142976966724e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7cb02df5296d9dab.json b/6406/data/test-cases/1e05812b9cf78428.json similarity index 80% rename from 6379/data/test-cases/7cb02df5296d9dab.json rename to 6406/data/test-cases/1e05812b9cf78428.json index 9218e9a941e..c71f82a4298 100644 --- a/6379/data/test-cases/7cb02df5296d9dab.json +++ b/6406/data/test-cases/1e05812b9cf78428.json @@ -1 +1 @@ -{"uid":"7cb02df5296d9dab","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":1707418841932,"stop":1707418841932,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"9c192846e6aca8f8","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9c192846e6aca8f8","status":"passed","time":{"start":1707418071894,"stop":1707418071894,"duration":0}},{"uid":"e3012cc695705b54","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e3012cc695705b54","status":"passed","time":{"start":1707418027861,"stop":1707418027861,"duration":0}},{"uid":"1e108a0647d5d2be","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1e108a0647d5d2be","status":"passed","time":{"start":1707412447287,"stop":1707412447288,"duration":1}},{"uid":"826bbe7946628c66","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/826bbe7946628c66","status":"passed","time":{"start":1707410887008,"stop":1707410887009,"duration":1}},{"uid":"8309055850b8b6cb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8309055850b8b6cb","status":"passed","time":{"start":1707409360831,"stop":1707409360831,"duration":0}},{"uid":"d8be2dea609e1d35","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d8be2dea609e1d35","status":"passed","time":{"start":1707408754549,"stop":1707408754549,"duration":0}},{"uid":"cd29f167e823cce8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/cd29f167e823cce8","status":"passed","time":{"start":1707408697990,"stop":1707408697990,"duration":0}},{"uid":"cb74282026ee1bbc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cb74282026ee1bbc","status":"passed","time":{"start":1707408233029,"stop":1707408233029,"duration":0}},{"uid":"6984a7e8a9ea9acd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6984a7e8a9ea9acd","status":"passed","time":{"start":1707407282971,"stop":1707407282971,"duration":0}},{"uid":"80e9aa0cf632ba94","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/80e9aa0cf632ba94","status":"passed","time":{"start":1707407158622,"stop":1707407158622,"duration":0}},{"uid":"3cf6858050568366","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3cf6858050568366","status":"passed","time":{"start":1707404183590,"stop":1707404183591,"duration":1}},{"uid":"f82756a079c00358","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f82756a079c00358","status":"passed","time":{"start":1707375605076,"stop":1707375605077,"duration":1}},{"uid":"34b625375613ebc7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/34b625375613ebc7","status":"passed","time":{"start":1707372815496,"stop":1707372815498,"duration":2}},{"uid":"bee6c88dfcc06ff4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bee6c88dfcc06ff4","status":"passed","time":{"start":1707358982991,"stop":1707358982992,"duration":1}},{"uid":"af4277645fa3a49a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/af4277645fa3a49a","status":"passed","time":{"start":1707357747306,"stop":1707357747306,"duration":0}},{"uid":"c2fee23bea609a70","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c2fee23bea609a70","status":"passed","time":{"start":1707356855802,"stop":1707356855802,"duration":0}},{"uid":"65c6d0098aaf9f3b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/65c6d0098aaf9f3b","status":"passed","time":{"start":1707354894909,"stop":1707354894909,"duration":0}}]},"tags":[]},"source":"7cb02df5296d9dab.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e05812b9cf78428","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":1707793028275,"stop":1707793028276,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"203a75d7d4882473","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/203a75d7d4882473","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"b25dc2684f803e75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b25dc2684f803e75","status":"passed","time":{"start":1707775244528,"stop":1707775244528,"duration":0}},{"uid":"ebdacc20b62517aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebdacc20b62517aa","status":"passed","time":{"start":1707775050816,"stop":1707775050817,"duration":1}},{"uid":"aa876eba3014fcaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa876eba3014fcaa","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"5ec8d4656530c7af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ec8d4656530c7af","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"72dc992351dbde54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72dc992351dbde54","status":"passed","time":{"start":1707759965194,"stop":1707759965194,"duration":0}},{"uid":"28fad9edfb6b2cc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28fad9edfb6b2cc6","status":"passed","time":{"start":1707757644388,"stop":1707757644389,"duration":1}},{"uid":"3de37538ad87e8d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3de37538ad87e8d9","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"cf07d2a76b2f5778","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf07d2a76b2f5778","status":"passed","time":{"start":1707753668030,"stop":1707753668031,"duration":1}},{"uid":"ba68c3a8619735a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba68c3a8619735a","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"4c8aebe2f1e17059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c8aebe2f1e17059","status":"passed","time":{"start":1707750796029,"stop":1707750796030,"duration":1}},{"uid":"8ea782a554e65a81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ea782a554e65a81","status":"passed","time":{"start":1707736730643,"stop":1707736730643,"duration":0}},{"uid":"c46132a9001613ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c46132a9001613ef","status":"passed","time":{"start":1707735912118,"stop":1707735912118,"duration":0}}]},"tags":[]},"source":"1e05812b9cf78428.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/80da143d16521513.json b/6406/data/test-cases/1e5ad979e83de90f.json similarity index 57% rename from 6379/data/test-cases/80da143d16521513.json rename to 6406/data/test-cases/1e5ad979e83de90f.json index 9f859653438..12380ce6e97 100644 --- a/6379/data/test-cases/80da143d16521513.json +++ b/6406/data/test-cases/1e5ad979e83de90f.json @@ -1 +1 @@ -{"uid":"80da143d16521513","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":1707418673497,"stop":1707418673498,"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":18,"unknown":0,"total":18},"items":[{"uid":"7098a22d0e7d6066","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7098a22d0e7d6066","status":"passed","time":{"start":1707417924741,"stop":1707417924742,"duration":1}},{"uid":"dfad404f2381f14c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/dfad404f2381f14c","status":"passed","time":{"start":1707417870248,"stop":1707417870250,"duration":2}},{"uid":"bac351872dffa0b5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/bac351872dffa0b5","status":"passed","time":{"start":1707412286899,"stop":1707412286900,"duration":1}},{"uid":"f3ced42ce1abe444","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f3ced42ce1abe444","status":"passed","time":{"start":1707410723126,"stop":1707410723127,"duration":1}},{"uid":"3c7c6fd35031741","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3c7c6fd35031741","status":"passed","time":{"start":1707409189906,"stop":1707409189907,"duration":1}},{"uid":"24fc97e7e212cb65","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/24fc97e7e212cb65","status":"passed","time":{"start":1707408589353,"stop":1707408589353,"duration":0}},{"uid":"492c8f206a736729","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/492c8f206a736729","status":"passed","time":{"start":1707408533117,"stop":1707408533118,"duration":1}},{"uid":"5dcfad70253a0895","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5dcfad70253a0895","status":"passed","time":{"start":1707408061205,"stop":1707408061205,"duration":0}},{"uid":"252a95f8fb39d6a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/252a95f8fb39d6a6","status":"passed","time":{"start":1707407125404,"stop":1707407125406,"duration":2}},{"uid":"ef9800e9c095fa27","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ef9800e9c095fa27","status":"passed","time":{"start":1707407001487,"stop":1707407001488,"duration":1}},{"uid":"654ac2dd72fe2728","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/654ac2dd72fe2728","status":"passed","time":{"start":1707404032624,"stop":1707404032624,"duration":0}},{"uid":"91d170e506165419","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/91d170e506165419","status":"passed","time":{"start":1707375440392,"stop":1707375440392,"duration":0}},{"uid":"2022826420bba335","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2022826420bba335","status":"passed","time":{"start":1707372652228,"stop":1707372652229,"duration":1}},{"uid":"c80a3eb61bbeb8e3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c80a3eb61bbeb8e3","status":"passed","time":{"start":1707358833803,"stop":1707358833804,"duration":1}},{"uid":"3a81785da092b724","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3a81785da092b724","status":"passed","time":{"start":1707357581875,"stop":1707357581876,"duration":1}},{"uid":"4d88b06a37e47100","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4d88b06a37e47100","status":"passed","time":{"start":1707356700913,"stop":1707356700915,"duration":2}},{"uid":"25aabc8c4320c761","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/25aabc8c4320c761","status":"passed","time":{"start":1707354722471,"stop":1707354722472,"duration":1}}]},"tags":[]},"source":"80da143d16521513.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e5ad979e83de90f","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":1707792849459,"stop":1707792849460,"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":14,"unknown":0,"total":14},"items":[{"uid":"5b19231e5b55de02","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b19231e5b55de02","status":"passed","time":{"start":1707777798762,"stop":1707777798762,"duration":0}},{"uid":"d20dfdede6bd30fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20dfdede6bd30fe","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"e31f334974b09a9a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e31f334974b09a9a","status":"passed","time":{"start":1707774880419,"stop":1707774880420,"duration":1}},{"uid":"30583484cf060d7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30583484cf060d7c","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"duration":1}},{"uid":"317c2ad7f47d5c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317c2ad7f47d5c98","status":"passed","time":{"start":1707769677703,"stop":1707769677706,"duration":3}},{"uid":"1258cf9a81875b00","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1258cf9a81875b00","status":"passed","time":{"start":1707759769673,"stop":1707759769674,"duration":1}},{"uid":"fc37ac223cc6546f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc37ac223cc6546f","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"601ad2be3b35e057","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/601ad2be3b35e057","status":"passed","time":{"start":1707756096178,"stop":1707756096180,"duration":2}},{"uid":"58f6fdc6629494cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58f6fdc6629494cf","status":"passed","time":{"start":1707753517974,"stop":1707753517975,"duration":1}},{"uid":"1067d3122c598f5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1067d3122c598f5f","status":"passed","time":{"start":1707753244728,"stop":1707753244729,"duration":1}},{"uid":"8a40d904e96ac004","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a40d904e96ac004","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"37ff88baaea15224","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37ff88baaea15224","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"4ea0398471c8ce38","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ea0398471c8ce38","status":"passed","time":{"start":1707735743496,"stop":1707735743507,"duration":11}}]},"tags":[]},"source":"1e5ad979e83de90f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3d06475c952408fb.json b/6406/data/test-cases/1e89253f52847b84.json similarity index 79% rename from 6379/data/test-cases/3d06475c952408fb.json rename to 6406/data/test-cases/1e89253f52847b84.json index 3fb6d2bb6ec..0109fa25e25 100644 --- a/6379/data/test-cases/3d06475c952408fb.json +++ b/6406/data/test-cases/1e89253f52847b84.json @@ -1 +1 @@ -{"uid":"3d06475c952408fb","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":1707418998133,"stop":1707418998133,"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":18,"unknown":0,"total":18},"items":[{"uid":"7db409f79c85cb53","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7db409f79c85cb53","status":"passed","time":{"start":1707418241999,"stop":1707418242000,"duration":1}},{"uid":"5cc090107a8bf437","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5cc090107a8bf437","status":"passed","time":{"start":1707418191232,"stop":1707418191232,"duration":0}},{"uid":"4bbd5e3cda2f21f9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4bbd5e3cda2f21f9","status":"passed","time":{"start":1707412620259,"stop":1707412620260,"duration":1}},{"uid":"6ff81d267d5c0099","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6ff81d267d5c0099","status":"passed","time":{"start":1707411038678,"stop":1707411038678,"duration":0}},{"uid":"638da7886035a0ac","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/638da7886035a0ac","status":"passed","time":{"start":1707409514429,"stop":1707409514430,"duration":1}},{"uid":"873f38799f4ed042","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/873f38799f4ed042","status":"passed","time":{"start":1707408894637,"stop":1707408894637,"duration":0}},{"uid":"abbda627e3e5ffe2","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/abbda627e3e5ffe2","status":"passed","time":{"start":1707408855719,"stop":1707408855719,"duration":0}},{"uid":"c11fc05e50c94fad","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c11fc05e50c94fad","status":"passed","time":{"start":1707408364950,"stop":1707408364951,"duration":1}},{"uid":"400c053504f94e8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/400c053504f94e8","status":"passed","time":{"start":1707407446960,"stop":1707407446964,"duration":4}},{"uid":"1ebcf135fedb930e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1ebcf135fedb930e","status":"passed","time":{"start":1707407328484,"stop":1707407328484,"duration":0}},{"uid":"a424ec9ffe76e3cb","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a424ec9ffe76e3cb","status":"passed","time":{"start":1707404323770,"stop":1707404323771,"duration":1}},{"uid":"e77338953c045175","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e77338953c045175","status":"passed","time":{"start":1707375767308,"stop":1707375767308,"duration":0}},{"uid":"5defd0b8bd95be8d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5defd0b8bd95be8d","status":"passed","time":{"start":1707372960629,"stop":1707372960629,"duration":0}},{"uid":"d0c4cc6eb57a4c33","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d0c4cc6eb57a4c33","status":"passed","time":{"start":1707359147636,"stop":1707359147637,"duration":1}},{"uid":"d0b79c99d9d51dc8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d0b79c99d9d51dc8","status":"passed","time":{"start":1707357894472,"stop":1707357894472,"duration":0}},{"uid":"320fac47226c7f1e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/320fac47226c7f1e","status":"passed","time":{"start":1707356942069,"stop":1707356942069,"duration":0}},{"uid":"343d0fef870e5705","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/343d0fef870e5705","status":"passed","time":{"start":1707355162739,"stop":1707355162739,"duration":0}}]},"tags":[]},"source":"3d06475c952408fb.json","parameterValues":[]} \ No newline at end of file +{"uid":"1e89253f52847b84","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":1707793153214,"stop":1707793153214,"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":14,"unknown":0,"total":14},"items":[{"uid":"29cdb346e98daf4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29cdb346e98daf4d","status":"passed","time":{"start":1707778114666,"stop":1707778114667,"duration":1}},{"uid":"82a566f99af3d040","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82a566f99af3d040","status":"passed","time":{"start":1707775395369,"stop":1707775395370,"duration":1}},{"uid":"68d489f4bccacfc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/68d489f4bccacfc0","status":"passed","time":{"start":1707775205622,"stop":1707775205623,"duration":1}},{"uid":"f68ef321362627f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f68ef321362627f6","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1}},{"uid":"65a34c490e544b79","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65a34c490e544b79","status":"passed","time":{"start":1707769983268,"stop":1707769983268,"duration":0}},{"uid":"36e1f9434ba26df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36e1f9434ba26df4","status":"passed","time":{"start":1707760095396,"stop":1707760095397,"duration":1}},{"uid":"a17473db6cc3e2d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a17473db6cc3e2d8","status":"passed","time":{"start":1707757790726,"stop":1707757790727,"duration":1}},{"uid":"731922cd9891f43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/731922cd9891f43","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"4863b57845fbcca3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4863b57845fbcca3","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"89c445ee558f6659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89c445ee558f6659","status":"passed","time":{"start":1707753573523,"stop":1707753573523,"duration":0}},{"uid":"a0cf05698e957ea9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0cf05698e957ea9","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"46d9ba1e707d464a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46d9ba1e707d464a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"58798f3c7ddb4f0d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58798f3c7ddb4f0d","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"tags":[]},"source":"1e89253f52847b84.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/330261ce422bb596.json b/6406/data/test-cases/1ee32e0e05b32d78.json similarity index 87% rename from 6379/data/test-cases/330261ce422bb596.json rename to 6406/data/test-cases/1ee32e0e05b32d78.json index 403da9f7c23..f7b3a310546 100644 --- a/6379/data/test-cases/330261ce422bb596.json +++ b/6406/data/test-cases/1ee32e0e05b32d78.json @@ -1 +1 @@ -{"uid":"330261ce422bb596","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":1707419247762,"stop":1707419247763,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"57d137c82c58c220","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/57d137c82c58c220","status":"passed","time":{"start":1707418479323,"stop":1707418479324,"duration":1}},{"uid":"a72890a072486e4c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a72890a072486e4c","status":"passed","time":{"start":1707418420761,"stop":1707418420761,"duration":0}},{"uid":"5824172d8f37f1ae","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5824172d8f37f1ae","status":"passed","time":{"start":1707412716418,"stop":1707412716418,"duration":0}},{"uid":"857f164a584e2f3d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/857f164a584e2f3d","status":"passed","time":{"start":1707411275157,"stop":1707411275162,"duration":5}},{"uid":"4e52e96d2e25af40","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4e52e96d2e25af40","status":"passed","time":{"start":1707409745050,"stop":1707409745050,"duration":0}},{"uid":"5f427dbc328d21be","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5f427dbc328d21be","status":"passed","time":{"start":1707409135312,"stop":1707409135312,"duration":0}},{"uid":"c4ab618093b4c13f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c4ab618093b4c13f","status":"passed","time":{"start":1707409077115,"stop":1707409077115,"duration":0}},{"uid":"2272d0f05534d20a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2272d0f05534d20a","status":"passed","time":{"start":1707408618348,"stop":1707408618348,"duration":0}},{"uid":"3a91cafbbaf88ad9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3a91cafbbaf88ad9","status":"passed","time":{"start":1707407695581,"stop":1707407695582,"duration":1}},{"uid":"d15833f35f2fedaf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d15833f35f2fedaf","status":"passed","time":{"start":1707407563827,"stop":1707407563827,"duration":0}},{"uid":"977fb30f64f10686","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/977fb30f64f10686","status":"passed","time":{"start":1707404565391,"stop":1707404565391,"duration":0}},{"uid":"6ff89831409b6b8b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6ff89831409b6b8b","status":"passed","time":{"start":1707376005054,"stop":1707376005055,"duration":1}},{"uid":"3c9eec2ad788fa81","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3c9eec2ad788fa81","status":"passed","time":{"start":1707373209911,"stop":1707373209912,"duration":1}},{"uid":"951639134fc52bea","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/951639134fc52bea","status":"passed","time":{"start":1707359407144,"stop":1707359407145,"duration":1}},{"uid":"d738cfff349b6cd2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d738cfff349b6cd2","status":"passed","time":{"start":1707358162761,"stop":1707358162761,"duration":0}},{"uid":"5d26d82cdfa07133","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5d26d82cdfa07133","status":"broken","statusDetails":"expected 1 to equal 3","time":{"start":1707355687974,"stop":1707355687974,"duration":0}}]},"tags":[]},"source":"330261ce422bb596.json","parameterValues":[]} \ No newline at end of file +{"uid":"1ee32e0e05b32d78","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":1707793370622,"stop":1707793370623,"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":14,"unknown":0,"total":14},"items":[{"uid":"3e870b5265db7d4b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3e870b5265db7d4b","status":"passed","time":{"start":1707778386471,"stop":1707778386471,"duration":0}},{"uid":"79950420c6b7fe92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79950420c6b7fe92","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"20474857a4c31470","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20474857a4c31470","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"2815272f711185a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2815272f711185a7","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"fb2c4f41a410eb59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb2c4f41a410eb59","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"21b9db2454b5230d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21b9db2454b5230d","status":"passed","time":{"start":1707760335936,"stop":1707760335936,"duration":0}},{"uid":"a793554ebe50e771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a793554ebe50e771","status":"passed","time":{"start":1707758023524,"stop":1707758023524,"duration":0}},{"uid":"c46dca07027cfedc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c46dca07027cfedc","status":"passed","time":{"start":1707756663994,"stop":1707756663995,"duration":1}},{"uid":"e083e0e918a9ae8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e083e0e918a9ae8d","status":"passed","time":{"start":1707753717337,"stop":1707753717339,"duration":2}},{"uid":"fcab9ae2c69cdcc8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcab9ae2c69cdcc8","status":"passed","time":{"start":1707753837157,"stop":1707753837158,"duration":1}},{"uid":"10fb2fdf2060b1ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10fb2fdf2060b1ca","status":"passed","time":{"start":1707751136276,"stop":1707751136276,"duration":0}},{"uid":"7fb0475fd8b44395","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7fb0475fd8b44395","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"79c77c82f3eafbad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c77c82f3eafbad","status":"passed","time":{"start":1707736322648,"stop":1707736322648,"duration":0}}]},"tags":[]},"source":"1ee32e0e05b32d78.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4edd63514184fccd.json b/6406/data/test-cases/1f64cde6e15acf61.json similarity index 78% rename from 6379/data/test-cases/4edd63514184fccd.json rename to 6406/data/test-cases/1f64cde6e15acf61.json index 96e022df68b..34183895983 100644 --- a/6379/data/test-cases/4edd63514184fccd.json +++ b/6406/data/test-cases/1f64cde6e15acf61.json @@ -1 +1 @@ -{"uid":"4edd63514184fccd","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":1707418998146,"stop":1707418998146,"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":18,"unknown":0,"total":18},"items":[{"uid":"7649b3606ca8111c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7649b3606ca8111c","status":"passed","time":{"start":1707418242005,"stop":1707418242005,"duration":0}},{"uid":"7f9e3c9de2e9562","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7f9e3c9de2e9562","status":"passed","time":{"start":1707418191241,"stop":1707418191241,"duration":0}},{"uid":"4a9ae6d3e09dd430","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4a9ae6d3e09dd430","status":"passed","time":{"start":1707412620267,"stop":1707412620267,"duration":0}},{"uid":"fa48d053bbf25474","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fa48d053bbf25474","status":"passed","time":{"start":1707411038686,"stop":1707411038686,"duration":0}},{"uid":"53b2ff425b6d0de6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/53b2ff425b6d0de6","status":"passed","time":{"start":1707409514435,"stop":1707409514435,"duration":0}},{"uid":"e42ef997ec94bf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e42ef997ec94bf","status":"passed","time":{"start":1707408894642,"stop":1707408894643,"duration":1}},{"uid":"5a51234971515007","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5a51234971515007","status":"passed","time":{"start":1707408855731,"stop":1707408855732,"duration":1}},{"uid":"6c87fbd94af71697","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6c87fbd94af71697","status":"passed","time":{"start":1707408364958,"stop":1707408364958,"duration":0}},{"uid":"dd9e986f3a6eb309","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dd9e986f3a6eb309","status":"passed","time":{"start":1707407446972,"stop":1707407446972,"duration":0}},{"uid":"d9057b4570b9c91d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d9057b4570b9c91d","status":"passed","time":{"start":1707407328489,"stop":1707407328489,"duration":0}},{"uid":"93acf3a8ab7b41c7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/93acf3a8ab7b41c7","status":"passed","time":{"start":1707404323781,"stop":1707404323782,"duration":1}},{"uid":"383eb0a24811e1b9","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/383eb0a24811e1b9","status":"passed","time":{"start":1707375767330,"stop":1707375767334,"duration":4}},{"uid":"1db0fe17bb237468","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1db0fe17bb237468","status":"passed","time":{"start":1707372960637,"stop":1707372960638,"duration":1}},{"uid":"ada73f2042e9dbaf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ada73f2042e9dbaf","status":"passed","time":{"start":1707359147642,"stop":1707359147642,"duration":0}},{"uid":"b291a3b26f895c3d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b291a3b26f895c3d","status":"passed","time":{"start":1707357894477,"stop":1707357894477,"duration":0}},{"uid":"b9f72804c544ae8a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b9f72804c544ae8a","status":"passed","time":{"start":1707356942079,"stop":1707356942079,"duration":0}},{"uid":"78f7947759757893","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/78f7947759757893","status":"passed","time":{"start":1707355162777,"stop":1707355162778,"duration":1}}]},"tags":[]},"source":"4edd63514184fccd.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f64cde6e15acf61","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":1707793153212,"stop":1707793153213,"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":14,"unknown":0,"total":14},"items":[{"uid":"6bf3a0add9bf1a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bf3a0add9bf1a5e","status":"passed","time":{"start":1707778114662,"stop":1707778114663,"duration":1}},{"uid":"9580c2b808b91c7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9580c2b808b91c7b","status":"passed","time":{"start":1707775395368,"stop":1707775395368,"duration":0}},{"uid":"7e35d6b5fc29dd35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e35d6b5fc29dd35","status":"passed","time":{"start":1707775205621,"stop":1707775205621,"duration":0}},{"uid":"8f183c9e6553580e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f183c9e6553580e","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2}},{"uid":"e0457a82dde465f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0457a82dde465f1","status":"passed","time":{"start":1707769983263,"stop":1707769983265,"duration":2}},{"uid":"46e74ed58dbb1cc6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46e74ed58dbb1cc6","status":"passed","time":{"start":1707760095395,"stop":1707760095395,"duration":0}},{"uid":"45f3fb090d38f967","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f3fb090d38f967","status":"passed","time":{"start":1707757790725,"stop":1707757790725,"duration":0}},{"uid":"c402795ee6a9a805","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c402795ee6a9a805","status":"passed","time":{"start":1707756409537,"stop":1707756409537,"duration":0}},{"uid":"265e184521ce4ba3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/265e184521ce4ba3","status":"passed","time":{"start":1707753793181,"stop":1707753793181,"duration":0}},{"uid":"4466bcfb05a056a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4466bcfb05a056a7","status":"passed","time":{"start":1707753573521,"stop":1707753573522,"duration":1}},{"uid":"80bccc7a770a37b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/80bccc7a770a37b1","status":"passed","time":{"start":1707750953969,"stop":1707750953969,"duration":0}},{"uid":"d41c09fe486fd8f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d41c09fe486fd8f9","status":"passed","time":{"start":1707736878958,"stop":1707736878959,"duration":1}},{"uid":"78e186e1a51d66e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78e186e1a51d66e6","status":"passed","time":{"start":1707736081263,"stop":1707736081263,"duration":0}}]},"tags":[]},"source":"1f64cde6e15acf61.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/eca835eaa2d6af8e.json b/6406/data/test-cases/1f65ee9394da87c6.json similarity index 77% rename from 6379/data/test-cases/eca835eaa2d6af8e.json rename to 6406/data/test-cases/1f65ee9394da87c6.json index 8800070a783..23817479b45 100644 --- a/6379/data/test-cases/eca835eaa2d6af8e.json +++ b/6406/data/test-cases/1f65ee9394da87c6.json @@ -1 +1 @@ -{"uid":"eca835eaa2d6af8e","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":1707419013076,"stop":1707419013076,"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":18,"unknown":0,"total":18},"items":[{"uid":"1fbbfcda7a4eae8c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1fbbfcda7a4eae8c","status":"passed","time":{"start":1707418255033,"stop":1707418255036,"duration":3}},{"uid":"5f70727e78186739","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5f70727e78186739","status":"passed","time":{"start":1707418202583,"stop":1707418202583,"duration":0}},{"uid":"f930df22cfbcf73d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f930df22cfbcf73d","status":"passed","time":{"start":1707412632622,"stop":1707412632623,"duration":1}},{"uid":"15222a7c1d18cfa5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/15222a7c1d18cfa5","status":"passed","time":{"start":1707411050771,"stop":1707411050772,"duration":1}},{"uid":"1dde148fe9d7821f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1dde148fe9d7821f","status":"passed","time":{"start":1707409528972,"stop":1707409528972,"duration":0}},{"uid":"531462cb3d4b2176","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/531462cb3d4b2176","status":"passed","time":{"start":1707408904874,"stop":1707408904875,"duration":1}},{"uid":"9eb99565ff57ac","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9eb99565ff57ac","status":"passed","time":{"start":1707408867380,"stop":1707408867380,"duration":0}},{"uid":"c2e7393673c954f2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c2e7393673c954f2","status":"passed","time":{"start":1707408376759,"stop":1707408376759,"duration":0}},{"uid":"131f62b15a39ef43","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/131f62b15a39ef43","status":"passed","time":{"start":1707407458513,"stop":1707407458514,"duration":1}},{"uid":"1a55bcbc1110b88a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1a55bcbc1110b88a","status":"passed","time":{"start":1707407342030,"stop":1707407342030,"duration":0}},{"uid":"98d97f121a9f4e2b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/98d97f121a9f4e2b","status":"passed","time":{"start":1707404337409,"stop":1707404337410,"duration":1}},{"uid":"a2757ed30003de7d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a2757ed30003de7d","status":"passed","time":{"start":1707375779688,"stop":1707375779688,"duration":0}},{"uid":"44d222c56a5e200a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/44d222c56a5e200a","status":"passed","time":{"start":1707372972497,"stop":1707372972497,"duration":0}},{"uid":"9a1491c351bd697","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a1491c351bd697","status":"passed","time":{"start":1707359158661,"stop":1707359158661,"duration":0}},{"uid":"5b2a6f16d9eb571e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5b2a6f16d9eb571e","status":"passed","time":{"start":1707357906701,"stop":1707357906702,"duration":1}},{"uid":"e5a0ae962138625a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e5a0ae962138625a","status":"passed","time":{"start":1707356955639,"stop":1707356955639,"duration":0}},{"uid":"692a8fe0f37984b3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/692a8fe0f37984b3","status":"passed","time":{"start":1707355179967,"stop":1707355179967,"duration":0}}]},"tags":[]},"source":"eca835eaa2d6af8e.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f65ee9394da87c6","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":1707793168686,"stop":1707793168687,"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":14,"unknown":0,"total":14},"items":[{"uid":"6ef6f7a36daee101","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ef6f7a36daee101","status":"passed","time":{"start":1707778126350,"stop":1707778126351,"duration":1}},{"uid":"d28ffbe848717831","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d28ffbe848717831","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"1d42b6c504ec26e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d42b6c504ec26e0","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"8a51aab334175b71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a51aab334175b71","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"duration":1}},{"uid":"7eef43950c19ca78","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eef43950c19ca78","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"7966f283a62bec4a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7966f283a62bec4a","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c127d50fe93f116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c127d50fe93f116b","status":"passed","time":{"start":1707757804302,"stop":1707757804303,"duration":1}},{"uid":"8dcedc179c748d7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dcedc179c748d7c","status":"passed","time":{"start":1707756422350,"stop":1707756422351,"duration":1}},{"uid":"d2b0b84c7bd63687","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b0b84c7bd63687","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"a534c8e8520dd438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a534c8e8520dd438","status":"passed","time":{"start":1707753586167,"stop":1707753586168,"duration":1}},{"uid":"4d00f1f5f91624ab","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d00f1f5f91624ab","status":"passed","time":{"start":1707750964810,"stop":1707750964811,"duration":1}},{"uid":"3d8f322ccf2d52da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d8f322ccf2d52da","status":"passed","time":{"start":1707736890441,"stop":1707736890441,"duration":0}},{"uid":"e8bbbf6cdfe54062","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bbbf6cdfe54062","status":"passed","time":{"start":1707736096393,"stop":1707736096394,"duration":1}}]},"tags":[]},"source":"1f65ee9394da87c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7e574e801e839a7d.json b/6406/data/test-cases/1f8805146267fb32.json similarity index 83% rename from 6379/data/test-cases/7e574e801e839a7d.json rename to 6406/data/test-cases/1f8805146267fb32.json index a6f887160f6..45f23665df8 100644 --- a/6379/data/test-cases/7e574e801e839a7d.json +++ b/6406/data/test-cases/1f8805146267fb32.json @@ -1 +1 @@ -{"uid":"7e574e801e839a7d","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":1707419289499,"stop":1707419289500,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"c0c1e1d9bd209d0d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c0c1e1d9bd209d0d","status":"passed","time":{"start":1707418535539,"stop":1707418535540,"duration":1}},{"uid":"68494afaf3a8ef65","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/68494afaf3a8ef65","status":"passed","time":{"start":1707418482216,"stop":1707418482216,"duration":0}},{"uid":"6a3a0c6cd7fabf02","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6a3a0c6cd7fabf02","status":"passed","time":{"start":1707412863482,"stop":1707412863482,"duration":0}},{"uid":"b890900dc745c6a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b890900dc745c6a","status":"passed","time":{"start":1707411338653,"stop":1707411338653,"duration":0}},{"uid":"51758959a1356430","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/51758959a1356430","status":"passed","time":{"start":1707409792230,"stop":1707409792230,"duration":0}},{"uid":"28bced817786dd4e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/28bced817786dd4e","status":"passed","time":{"start":1707409177753,"stop":1707409177753,"duration":0}},{"uid":"89a8ed06ce7d7fd7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/89a8ed06ce7d7fd7","status":"passed","time":{"start":1707409135088,"stop":1707409135088,"duration":0}},{"uid":"d21d0c43a4ca31aa","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d21d0c43a4ca31aa","status":"passed","time":{"start":1707408664021,"stop":1707408664022,"duration":1}},{"uid":"9ea7f5e6052808bd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9ea7f5e6052808bd","status":"passed","time":{"start":1707407736507,"stop":1707407736508,"duration":1}},{"uid":"6a4970d945009ce2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/6a4970d945009ce2","status":"passed","time":{"start":1707407618228,"stop":1707407618228,"duration":0}},{"uid":"7accf60f4035b2d0","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7accf60f4035b2d0","status":"passed","time":{"start":1707404537712,"stop":1707404537713,"duration":1}},{"uid":"34e5a31eecfb089f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/34e5a31eecfb089f","status":"passed","time":{"start":1707375978543,"stop":1707375978544,"duration":1}},{"uid":"a84fc7eb044ad8ae","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a84fc7eb044ad8ae","status":"passed","time":{"start":1707373245355,"stop":1707373245355,"duration":0}},{"uid":"f4d97e252a44bb95","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f4d97e252a44bb95","status":"passed","time":{"start":1707359448665,"stop":1707359448666,"duration":1}},{"uid":"ae4ccefc163e0c0a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ae4ccefc163e0c0a","status":"passed","time":{"start":1707358197184,"stop":1707358197184,"duration":0}},{"uid":"e5fb4139d06bd63","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e5fb4139d06bd63","status":"passed","time":{"start":1707357226627,"stop":1707357226627,"duration":0}},{"uid":"9c10eef56633d35f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/9c10eef56633d35f","status":"passed","time":{"start":1707355477305,"stop":1707355477305,"duration":0}}]},"tags":[]},"source":"7e574e801e839a7d.json","parameterValues":[]} \ No newline at end of file +{"uid":"1f8805146267fb32","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":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd8a7b0340345d6c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd8a7b0340345d6c","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"85799f12127a4eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85799f12127a4eb2","status":"passed","time":{"start":1707775685022,"stop":1707775685023,"duration":1}},{"uid":"d1e0f79b65b8d3ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e0f79b65b8d3ac","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"466e05eadd30d8d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/466e05eadd30d8d4","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"39708790a5133a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/39708790a5133a72","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"5c3c9585e96c785d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5c3c9585e96c785d","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"ba48c0033b9a8696","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba48c0033b9a8696","status":"passed","time":{"start":1707758004305,"stop":1707758004306,"duration":1}},{"uid":"db4af413ffc2a657","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db4af413ffc2a657","status":"passed","time":{"start":1707756690159,"stop":1707756690160,"duration":1}},{"uid":"d8185739895d643","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8185739895d643","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"afdc593e4fbc36d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afdc593e4fbc36d7","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"ca936594cd8bdcd5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca936594cd8bdcd5","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"f0b2e9cbfcf3302f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f0b2e9cbfcf3302f","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"7e9835b0b4dcc87a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e9835b0b4dcc87a","status":"passed","time":{"start":1707736353034,"stop":1707736353035,"duration":1}}]},"tags":[]},"source":"1f8805146267fb32.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/1f8fc422d3b4d66e.json b/6406/data/test-cases/1f8fc422d3b4d66e.json new file mode 100644 index 00000000000..26845d9f2f1 --- /dev/null +++ b/6406/data/test-cases/1f8fc422d3b4d66e.json @@ -0,0 +1 @@ +{"uid":"1f8fc422d3b4d66e","name":"Ordered Callback - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - forward","historyId":"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793383651,"stop":1707793383651,"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":14,"unknown":0,"total":14},"items":[{"uid":"40fafebfce7f20d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40fafebfce7f20d3","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"cb37af5113855ea6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb37af5113855ea6","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"3f8aa4a2d9c75d32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f8aa4a2d9c75d32","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"11e6898894ed0f1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11e6898894ed0f1d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"1ecc510ee098c459","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ecc510ee098c459","status":"passed","time":{"start":1707770126650,"stop":1707770126651,"duration":1}},{"uid":"1b37b36cf9a1d9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1b37b36cf9a1d9e","status":"passed","time":{"start":1707760312928,"stop":1707760312929,"duration":1}},{"uid":"aaa87bda5b3551d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aaa87bda5b3551d8","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"9812e013b4333f34","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9812e013b4333f34","status":"passed","time":{"start":1707756635736,"stop":1707756635737,"duration":1}},{"uid":"9c94fd6b3a7a5304","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c94fd6b3a7a5304","status":"passed","time":{"start":1707753934641,"stop":1707753934641,"duration":0}},{"uid":"7dcf5348997e18f3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7dcf5348997e18f3","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"45ca666728377b73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/45ca666728377b73","status":"passed","time":{"start":1707751117572,"stop":1707751117572,"duration":0}},{"uid":"c5a73936615bb1f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5a73936615bb1f5","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"375691339d06c1c5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/375691339d06c1c5","status":"passed","time":{"start":1707736296308,"stop":1707736296309,"duration":1}}]},"tags":[]},"source":"1f8fc422d3b4d66e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3c18f0a14bb7bc44.json b/6406/data/test-cases/1fb5518289810686.json similarity index 57% rename from 6379/data/test-cases/3c18f0a14bb7bc44.json rename to 6406/data/test-cases/1fb5518289810686.json index fbd44180e86..0151afff3ac 100644 --- a/6379/data/test-cases/3c18f0a14bb7bc44.json +++ b/6406/data/test-cases/1fb5518289810686.json @@ -1 +1 @@ -{"uid":"3c18f0a14bb7bc44","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":1707419196130,"stop":1707419196130,"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":18,"unknown":0,"total":18},"items":[{"uid":"8e0017eeb764bcfe","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8e0017eeb764bcfe","status":"passed","time":{"start":1707418434563,"stop":1707418434563,"duration":0}},{"uid":"1535a8206bcd10b5","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1535a8206bcd10b5","status":"passed","time":{"start":1707418390045,"stop":1707418390045,"duration":0}},{"uid":"a7c4ee18fb52aef1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a7c4ee18fb52aef1","status":"passed","time":{"start":1707412777502,"stop":1707412777503,"duration":1}},{"uid":"31f061875ee7e8de","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/31f061875ee7e8de","status":"passed","time":{"start":1707411235488,"stop":1707411235489,"duration":1}},{"uid":"7a822257917651bb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7a822257917651bb","status":"passed","time":{"start":1707409707314,"stop":1707409707315,"duration":1}},{"uid":"9f4bb2c0299d523a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9f4bb2c0299d523a","status":"passed","time":{"start":1707409096438,"stop":1707409096438,"duration":0}},{"uid":"3c6ba11884ae3d5d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3c6ba11884ae3d5d","status":"passed","time":{"start":1707409057283,"stop":1707409057284,"duration":1}},{"uid":"85c412e318095cc2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/85c412e318095cc2","status":"passed","time":{"start":1707408590954,"stop":1707408590957,"duration":3}},{"uid":"f8c9179595a18a42","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f8c9179595a18a42","status":"passed","time":{"start":1707407658257,"stop":1707407658257,"duration":0}},{"uid":"8ccac48f152a8d07","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8ccac48f152a8d07","status":"passed","time":{"start":1707407574450,"stop":1707407574451,"duration":1}},{"uid":"6fd72f4305ee0124","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/6fd72f4305ee0124","status":"passed","time":{"start":1707404549266,"stop":1707404549266,"duration":0}},{"uid":"7d0490fd3a5eba5b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7d0490fd3a5eba5b","status":"passed","time":{"start":1707375962204,"stop":1707375962205,"duration":1}},{"uid":"5d6d6e61591880b8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5d6d6e61591880b8","status":"passed","time":{"start":1707373162875,"stop":1707373162875,"duration":0}},{"uid":"7658ab0c8f014fad","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7658ab0c8f014fad","status":"passed","time":{"start":1707359369165,"stop":1707359369165,"duration":0}},{"uid":"3000d23fb4f915db","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3000d23fb4f915db","status":"passed","time":{"start":1707358158530,"stop":1707358158530,"duration":0}},{"uid":"cea7cda5b9f680f6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cea7cda5b9f680f6","status":"passed","time":{"start":1707357111638,"stop":1707357111641,"duration":3}},{"uid":"799126a70e4a2c22","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/799126a70e4a2c22","status":"passed","time":{"start":1707355305175,"stop":1707355305179,"duration":4}}]},"tags":[]},"source":"3c18f0a14bb7bc44.json","parameterValues":[]} \ No newline at end of file +{"uid":"1fb5518289810686","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":1707793355778,"stop":1707793355778,"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":14,"unknown":0,"total":14},"items":[{"uid":"56b5a1904f55f625","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56b5a1904f55f625","status":"passed","time":{"start":1707778326667,"stop":1707778326668,"duration":1}},{"uid":"902011b73e0578d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/902011b73e0578d1","status":"passed","time":{"start":1707775610544,"stop":1707775610545,"duration":1}},{"uid":"8e95df1f8f3f5cd8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e95df1f8f3f5cd8","status":"passed","time":{"start":1707775405808,"stop":1707775405810,"duration":2}},{"uid":"f1cb72ed3e162c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cb72ed3e162c8","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0}},{"uid":"eb548cffbffac81","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb548cffbffac81","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"d065809f2cd861cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d065809f2cd861cd","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"90b38e166004cc8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90b38e166004cc8f","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"c1ae5ee2cafda8f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1ae5ee2cafda8f4","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"f6d0d5c49fe1cd19","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f6d0d5c49fe1cd19","status":"passed","time":{"start":1707753926590,"stop":1707753926593,"duration":3}},{"uid":"c0b14bf2a3ff204e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0b14bf2a3ff204e","status":"passed","time":{"start":1707753779034,"stop":1707753779035,"duration":1}},{"uid":"cb70a011dededf2d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb70a011dededf2d","status":"passed","time":{"start":1707751117676,"stop":1707751117677,"duration":1}},{"uid":"9cdd97f727feec85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9cdd97f727feec85","status":"passed","time":{"start":1707737065100,"stop":1707737065100,"duration":0}},{"uid":"a70f62c267202c20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a70f62c267202c20","status":"passed","time":{"start":1707736281629,"stop":1707736281630,"duration":1}}]},"tags":[]},"source":"1fb5518289810686.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1e2258305c91f609.json b/6406/data/test-cases/206c1b1cb0eb6ca4.json similarity index 57% rename from 6379/data/test-cases/1e2258305c91f609.json rename to 6406/data/test-cases/206c1b1cb0eb6ca4.json index b7c87e961ca..092be23021e 100644 --- a/6379/data/test-cases/1e2258305c91f609.json +++ b/6406/data/test-cases/206c1b1cb0eb6ca4.json @@ -1 +1 @@ -{"uid":"1e2258305c91f609","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":1707419196129,"stop":1707419196129,"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":18,"unknown":0,"total":18},"items":[{"uid":"74c6af8b680c02c3","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/74c6af8b680c02c3","status":"passed","time":{"start":1707418434528,"stop":1707418434561,"duration":33}},{"uid":"f17b50794528bfdb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f17b50794528bfdb","status":"passed","time":{"start":1707418390042,"stop":1707418390043,"duration":1}},{"uid":"ef281892a30888ef","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ef281892a30888ef","status":"passed","time":{"start":1707412777495,"stop":1707412777501,"duration":6}},{"uid":"5f55032d0e08d67d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5f55032d0e08d67d","status":"passed","time":{"start":1707411235487,"stop":1707411235488,"duration":1}},{"uid":"e7b84429cd09df01","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e7b84429cd09df01","status":"passed","time":{"start":1707409707307,"stop":1707409707307,"duration":0}},{"uid":"6b2ee4b38da9a2d8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6b2ee4b38da9a2d8","status":"passed","time":{"start":1707409096437,"stop":1707409096437,"duration":0}},{"uid":"19742375a56bf73f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/19742375a56bf73f","status":"passed","time":{"start":1707409057281,"stop":1707409057282,"duration":1}},{"uid":"13832d6ba87d5b9c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/13832d6ba87d5b9c","status":"passed","time":{"start":1707408590951,"stop":1707408590952,"duration":1}},{"uid":"fe52911f3a7689f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fe52911f3a7689f8","status":"passed","time":{"start":1707407658255,"stop":1707407658255,"duration":0}},{"uid":"83112dfcf93de03f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/83112dfcf93de03f","status":"passed","time":{"start":1707407574441,"stop":1707407574447,"duration":6}},{"uid":"846a5b72e2870a5b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/846a5b72e2870a5b","status":"passed","time":{"start":1707404549264,"stop":1707404549264,"duration":0}},{"uid":"4d79b2b35f99248c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4d79b2b35f99248c","status":"passed","time":{"start":1707375962200,"stop":1707375962201,"duration":1}},{"uid":"6aef23b59347da43","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6aef23b59347da43","status":"passed","time":{"start":1707373162874,"stop":1707373162874,"duration":0}},{"uid":"64e31bc30a69a28b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/64e31bc30a69a28b","status":"passed","time":{"start":1707359369163,"stop":1707359369164,"duration":1}},{"uid":"14fa910250e6435e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/14fa910250e6435e","status":"passed","time":{"start":1707358158527,"stop":1707358158528,"duration":1}},{"uid":"c01b1472842f2f59","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c01b1472842f2f59","status":"passed","time":{"start":1707357111635,"stop":1707357111635,"duration":0}},{"uid":"b11096c9b4ec0654","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b11096c9b4ec0654","status":"passed","time":{"start":1707355305170,"stop":1707355305170,"duration":0}}]},"tags":[]},"source":"1e2258305c91f609.json","parameterValues":[]} \ No newline at end of file +{"uid":"206c1b1cb0eb6ca4","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":1707793355776,"stop":1707793355777,"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":14,"unknown":0,"total":14},"items":[{"uid":"e544b1c2372a849b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e544b1c2372a849b","status":"passed","time":{"start":1707778326666,"stop":1707778326666,"duration":0}},{"uid":"4109362b5e0d5f95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4109362b5e0d5f95","status":"passed","time":{"start":1707775610543,"stop":1707775610544,"duration":1}},{"uid":"d7da8a9d974f276b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7da8a9d974f276b","status":"passed","time":{"start":1707775405805,"stop":1707775405806,"duration":1}},{"uid":"47ad5624925b93f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47ad5624925b93f2","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0}},{"uid":"ce96dc810633658","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce96dc810633658","status":"passed","time":{"start":1707770116112,"stop":1707770116112,"duration":0}},{"uid":"349227f10876cff7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/349227f10876cff7","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"38804433973f092a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38804433973f092a","status":"passed","time":{"start":1707757992698,"stop":1707757992699,"duration":1}},{"uid":"3cf858582d4828b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cf858582d4828b1","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"fb12455b76939c6c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb12455b76939c6c","status":"passed","time":{"start":1707753926588,"stop":1707753926589,"duration":1}},{"uid":"e36364ef41c10a4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e36364ef41c10a4e","status":"passed","time":{"start":1707753779031,"stop":1707753779032,"duration":1}},{"uid":"1909e7071dcbe6cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1909e7071dcbe6cb","status":"passed","time":{"start":1707751117674,"stop":1707751117675,"duration":1}},{"uid":"59ef6885ad4551ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ef6885ad4551ca","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"6cfe1c39c44d8f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cfe1c39c44d8f70","status":"passed","time":{"start":1707736281625,"stop":1707736281627,"duration":2}}]},"tags":[]},"source":"206c1b1cb0eb6ca4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/20a63c7eb0cf973b.json b/6406/data/test-cases/20a63c7eb0cf973b.json new file mode 100644 index 00000000000..0cf074238c6 --- /dev/null +++ b/6406/data/test-cases/20a63c7eb0cf973b.json @@ -0,0 +1 @@ +{"uid":"20a63c7eb0cf973b","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":1707792907231,"stop":1707792907231,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"b3ae987eff67401","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3ae987eff67401","status":"passed","time":{"start":1707777859854,"stop":1707777859854,"duration":0}},{"uid":"c343eb5e35d57462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c343eb5e35d57462","status":"passed","time":{"start":1707775133669,"stop":1707775133670,"duration":1}},{"uid":"8c2a2802572daa40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c2a2802572daa40","status":"passed","time":{"start":1707774942682,"stop":1707774942682,"duration":0}},{"uid":"e3ca26196d8d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3ca26196d8d2c6c","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"b34ee25aa71b70da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b34ee25aa71b70da","status":"passed","time":{"start":1707769735035,"stop":1707769735035,"duration":0}},{"uid":"3f558da8cc0608c8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f558da8cc0608c8","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"b1dbbacdbbddb849","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1dbbacdbbddb849","status":"passed","time":{"start":1707757528824,"stop":1707757528825,"duration":1}},{"uid":"7541deffb033404c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7541deffb033404c","status":"passed","time":{"start":1707756157294,"stop":1707756157294,"duration":0}},{"uid":"22dc534b195f844","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22dc534b195f844","status":"passed","time":{"start":1707753578474,"stop":1707753578474,"duration":0}},{"uid":"57de7e1a643c4d98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57de7e1a643c4d98","status":"passed","time":{"start":1707753307895,"stop":1707753307896,"duration":1}},{"uid":"d760b66f4b3b30f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d760b66f4b3b30f4","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"34aab78d69f6a702","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34aab78d69f6a702","status":"passed","time":{"start":1707736629972,"stop":1707736629972,"duration":0}},{"uid":"80005d937d32904a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/80005d937d32904a","status":"passed","time":{"start":1707735809090,"stop":1707735809090,"duration":0}}]},"tags":[]},"source":"20a63c7eb0cf973b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/210c1799e55dd357.json b/6406/data/test-cases/210c1799e55dd357.json new file mode 100644 index 00000000000..4317f6155cd --- /dev/null +++ b/6406/data/test-cases/210c1799e55dd357.json @@ -0,0 +1 @@ +{"uid":"210c1799e55dd357","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":1707792800814,"stop":1707792800814,"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":14,"unknown":0,"total":14},"items":[{"uid":"506bb0110121a913","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506bb0110121a913","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"d6fe5f4cfbc78a6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d6fe5f4cfbc78a6f","status":"passed","time":{"start":1707775026264,"stop":1707775026264,"duration":0}},{"uid":"473bdb9b9f892a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473bdb9b9f892a0c","status":"passed","time":{"start":1707774827854,"stop":1707774827854,"duration":0}},{"uid":"5ca525a761e07bfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca525a761e07bfa","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0}},{"uid":"1037c64191a930ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1037c64191a930ac","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"54da489b1cd62052","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54da489b1cd62052","status":"passed","time":{"start":1707759722865,"stop":1707759722865,"duration":0}},{"uid":"176083d3140e2ce6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/176083d3140e2ce6","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"e1f45d264510d3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1f45d264510d3c9","status":"passed","time":{"start":1707756047292,"stop":1707756047293,"duration":1}},{"uid":"d343baa33d57e34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d343baa33d57e34","status":"passed","time":{"start":1707753465440,"stop":1707753465441,"duration":1}},{"uid":"7745121e926aa58e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7745121e926aa58e","status":"passed","time":{"start":1707753193781,"stop":1707753193782,"duration":1}},{"uid":"400705dd8c775ba1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/400705dd8c775ba1","status":"passed","time":{"start":1707750594364,"stop":1707750594365,"duration":1}},{"uid":"7514edf46f43de18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7514edf46f43de18","status":"passed","time":{"start":1707736511736,"stop":1707736511737,"duration":1}},{"uid":"7c1c651d927e7d28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c1c651d927e7d28","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"tags":[]},"source":"210c1799e55dd357.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8cdcf8d6e316ba00.json b/6406/data/test-cases/2124bc31cda2d646.json similarity index 77% rename from 6379/data/test-cases/8cdcf8d6e316ba00.json rename to 6406/data/test-cases/2124bc31cda2d646.json index 8babaf72624..c2548909aab 100644 --- a/6379/data/test-cases/8cdcf8d6e316ba00.json +++ b/6406/data/test-cases/2124bc31cda2d646.json @@ -1 +1 @@ -{"uid":"8cdcf8d6e316ba00","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":1707419013077,"stop":1707419013077,"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":18,"unknown":0,"total":18},"items":[{"uid":"55443ee833969001","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/55443ee833969001","status":"passed","time":{"start":1707418255036,"stop":1707418255036,"duration":0}},{"uid":"3cfef21eeb5b3263","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3cfef21eeb5b3263","status":"passed","time":{"start":1707418202583,"stop":1707418202583,"duration":0}},{"uid":"f78e0046460bd8c0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f78e0046460bd8c0","status":"passed","time":{"start":1707412632623,"stop":1707412632624,"duration":1}},{"uid":"50fb98f0e1c6f2d6","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/50fb98f0e1c6f2d6","status":"passed","time":{"start":1707411050772,"stop":1707411050772,"duration":0}},{"uid":"512e17480be10807","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/512e17480be10807","status":"passed","time":{"start":1707409528972,"stop":1707409528973,"duration":1}},{"uid":"ee3625cf870af4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ee3625cf870af4","status":"passed","time":{"start":1707408904875,"stop":1707408904875,"duration":0}},{"uid":"35a71ee58d350c73","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/35a71ee58d350c73","status":"passed","time":{"start":1707408867380,"stop":1707408867381,"duration":1}},{"uid":"172ef52722b191ac","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/172ef52722b191ac","status":"passed","time":{"start":1707408376759,"stop":1707408376760,"duration":1}},{"uid":"ba46156eb8753265","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ba46156eb8753265","status":"passed","time":{"start":1707407458514,"stop":1707407458514,"duration":0}},{"uid":"26d83c9226bcabc6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/26d83c9226bcabc6","status":"passed","time":{"start":1707407342030,"stop":1707407342031,"duration":1}},{"uid":"ca92ca8227712c11","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ca92ca8227712c11","status":"passed","time":{"start":1707404337410,"stop":1707404337411,"duration":1}},{"uid":"bb0aaa5a83ba614f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bb0aaa5a83ba614f","status":"passed","time":{"start":1707375779688,"stop":1707375779688,"duration":0}},{"uid":"798810281e8f1b98","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/798810281e8f1b98","status":"passed","time":{"start":1707372972498,"stop":1707372972498,"duration":0}},{"uid":"5c93ddfbe319639","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5c93ddfbe319639","status":"passed","time":{"start":1707359158661,"stop":1707359158661,"duration":0}},{"uid":"ec96608d3990d5d7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ec96608d3990d5d7","status":"passed","time":{"start":1707357906702,"stop":1707357906703,"duration":1}},{"uid":"fc01f54644c05ce2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fc01f54644c05ce2","status":"passed","time":{"start":1707356955640,"stop":1707356955640,"duration":0}},{"uid":"27135722c08173a0","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/27135722c08173a0","status":"passed","time":{"start":1707355179968,"stop":1707355179968,"duration":0}}]},"tags":[]},"source":"8cdcf8d6e316ba00.json","parameterValues":[]} \ No newline at end of file +{"uid":"2124bc31cda2d646","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":1707793168687,"stop":1707793168688,"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":14,"unknown":0,"total":14},"items":[{"uid":"347c962bfdad84cc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/347c962bfdad84cc","status":"passed","time":{"start":1707778126351,"stop":1707778126351,"duration":0}},{"uid":"92e7bb317533d3dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92e7bb317533d3dc","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"3e618961bd606f4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e618961bd606f4f","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"b5bed94f6741bfff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5bed94f6741bfff","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"duration":0}},{"uid":"57e213533ba9668e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e213533ba9668e","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"bbde82e6097d94d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bbde82e6097d94d2","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"67b8c4bca67dc0d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67b8c4bca67dc0d5","status":"passed","time":{"start":1707757804303,"stop":1707757804304,"duration":1}},{"uid":"2448b03aea54c27d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2448b03aea54c27d","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"4fa6d0410020712c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fa6d0410020712c","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"839f4205f36e52c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/839f4205f36e52c2","status":"passed","time":{"start":1707753586168,"stop":1707753586168,"duration":0}},{"uid":"4a6ce16a1f27533b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a6ce16a1f27533b","status":"passed","time":{"start":1707750964811,"stop":1707750964811,"duration":0}},{"uid":"6701c12b92f10c51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6701c12b92f10c51","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"3abce03d16580273","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3abce03d16580273","status":"passed","time":{"start":1707736096394,"stop":1707736096394,"duration":0}}]},"tags":[]},"source":"2124bc31cda2d646.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4c2735ceb9fa3a0c.json b/6406/data/test-cases/216bcd0d57e0d835.json similarity index 81% rename from 6379/data/test-cases/4c2735ceb9fa3a0c.json rename to 6406/data/test-cases/216bcd0d57e0d835.json index 8c939ddb266..97604753e37 100644 --- a/6379/data/test-cases/4c2735ceb9fa3a0c.json +++ b/6406/data/test-cases/216bcd0d57e0d835.json @@ -1 +1 @@ -{"uid":"4c2735ceb9fa3a0c","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":1707419181423,"stop":1707419181423,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"2293e062c124bf2f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2293e062c124bf2f","status":"passed","time":{"start":1707418419770,"stop":1707418419770,"duration":0}},{"uid":"37d34691f6585d2f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/37d34691f6585d2f","status":"passed","time":{"start":1707418388454,"stop":1707418388454,"duration":0}},{"uid":"9c3f32490e3be15f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9c3f32490e3be15f","status":"passed","time":{"start":1707412796139,"stop":1707412796139,"duration":0}},{"uid":"6a7e07cde2c796f7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6a7e07cde2c796f7","status":"passed","time":{"start":1707411256104,"stop":1707411256104,"duration":0}},{"uid":"c3379c02913b1c0f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c3379c02913b1c0f","status":"passed","time":{"start":1707409690319,"stop":1707409690319,"duration":0}},{"uid":"8b919f8d2570808c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8b919f8d2570808c","status":"passed","time":{"start":1707409095926,"stop":1707409095926,"duration":0}},{"uid":"ea0dd36885d80c75","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ea0dd36885d80c75","status":"passed","time":{"start":1707409032426,"stop":1707409032433,"duration":7}},{"uid":"518f0b6c4818c194","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/518f0b6c4818c194","status":"passed","time":{"start":1707408574262,"stop":1707408574263,"duration":1}},{"uid":"b5af7dce93eb379","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b5af7dce93eb379","status":"passed","time":{"start":1707407633878,"stop":1707407633880,"duration":2}},{"uid":"62f7e2c859468143","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/62f7e2c859468143","status":"passed","time":{"start":1707407545226,"stop":1707407545226,"duration":0}},{"uid":"fa232390702bf37f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fa232390702bf37f","status":"passed","time":{"start":1707404532444,"stop":1707404532445,"duration":1}},{"uid":"2fea3a6a29f274d4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2fea3a6a29f274d4","status":"passed","time":{"start":1707375958773,"stop":1707375958773,"duration":0}},{"uid":"3e404be1ba61c8d8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3e404be1ba61c8d8","status":"passed","time":{"start":1707373157758,"stop":1707373157758,"duration":0}},{"uid":"3cad30686e8a0312","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3cad30686e8a0312","status":"passed","time":{"start":1707359355989,"stop":1707359355990,"duration":1}},{"uid":"53e16fc854b675bb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/53e16fc854b675bb","status":"passed","time":{"start":1707358094698,"stop":1707358094698,"duration":0}},{"uid":"a996391fb784c2f4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a996391fb784c2f4","status":"passed","time":{"start":1707357164923,"stop":1707357164923,"duration":0}},{"uid":"865e2fab58a0e794","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/865e2fab58a0e794","status":"passed","time":{"start":1707355248783,"stop":1707355248783,"duration":0}}]},"tags":[]},"source":"4c2735ceb9fa3a0c.json","parameterValues":[]} \ No newline at end of file +{"uid":"216bcd0d57e0d835","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":1707793371110,"stop":1707793371110,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"253c426f8be5ac5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/253c426f8be5ac5f","status":"passed","time":{"start":1707778338850,"stop":1707778338851,"duration":1}},{"uid":"f3dc9934c9da944d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3dc9934c9da944d","status":"passed","time":{"start":1707775602027,"stop":1707775602027,"duration":0}},{"uid":"71e2c37c28ae9fcb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71e2c37c28ae9fcb","status":"passed","time":{"start":1707775390239,"stop":1707775390239,"duration":0}},{"uid":"5875ce7d72b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5875ce7d72b8ba0a","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"2c9fd2a7e4984721","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c9fd2a7e4984721","status":"passed","time":{"start":1707769968723,"stop":1707769968724,"duration":1}},{"uid":"8fd3fc63f40cf444","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8fd3fc63f40cf444","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"984c6f0ea9ac19b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/984c6f0ea9ac19b2","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"10677bc40fe204c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10677bc40fe204c6","status":"passed","time":{"start":1707756617047,"stop":1707756617048,"duration":1}},{"uid":"4ec24c61a7439b47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ec24c61a7439b47","status":"passed","time":{"start":1707753988886,"stop":1707753988887,"duration":1}},{"uid":"dbfc60c9386d525f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dbfc60c9386d525f","status":"passed","time":{"start":1707753782767,"stop":1707753782768,"duration":1}},{"uid":"1987e25c37707251","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1987e25c37707251","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"96fe1dc18b3f520e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96fe1dc18b3f520e","status":"passed","time":{"start":1707737091350,"stop":1707737091351,"duration":1}},{"uid":"c06fdb840d7c5f90","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c06fdb840d7c5f90","status":"passed","time":{"start":1707736260138,"stop":1707736260139,"duration":1}}]},"tags":[]},"source":"216bcd0d57e0d835.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/21deada33a0a2b76.json b/6406/data/test-cases/21deada33a0a2b76.json new file mode 100644 index 00000000000..5edea1371b1 --- /dev/null +++ b/6406/data/test-cases/21deada33a0a2b76.json @@ -0,0 +1 @@ +{"uid":"21deada33a0a2b76","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":1707793369031,"stop":1707793369031,"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":14,"unknown":0,"total":14},"items":[{"uid":"b6c2ad1b5b5f8e09","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6c2ad1b5b5f8e09","status":"passed","time":{"start":1707778332046,"stop":1707778332046,"duration":0}},{"uid":"2a5dd7dbd22b40b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5dd7dbd22b40b5","status":"passed","time":{"start":1707775601722,"stop":1707775601723,"duration":1}},{"uid":"c208ed9164b7553d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c208ed9164b7553d","status":"passed","time":{"start":1707775415216,"stop":1707775415217,"duration":1}},{"uid":"bec6c34264aeb139","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bec6c34264aeb139","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2}},{"uid":"1fb0173d9b2bb19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1fb0173d9b2bb19a","status":"passed","time":{"start":1707770103211,"stop":1707770103215,"duration":4}},{"uid":"d48418a84e4331c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d48418a84e4331c7","status":"passed","time":{"start":1707760299489,"stop":1707760299489,"duration":0}},{"uid":"a16c1c902d354190","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a16c1c902d354190","status":"passed","time":{"start":1707757995151,"stop":1707757995152,"duration":1}},{"uid":"d084bd0a4e6c8108","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d084bd0a4e6c8108","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"6ce7caba3534cee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ce7caba3534cee9","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"fa84390d86cd361f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fa84390d86cd361f","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"3d538a6158ab60ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d538a6158ab60ee","status":"passed","time":{"start":1707751137099,"stop":1707751137100,"duration":1}},{"uid":"443614f1e16d3200","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/443614f1e16d3200","status":"passed","time":{"start":1707737056791,"stop":1707737056794,"duration":3}},{"uid":"d2fae27c2793330b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d2fae27c2793330b","status":"passed","time":{"start":1707736286216,"stop":1707736286216,"duration":0}}]},"tags":[]},"source":"21deada33a0a2b76.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8601bcf1cad6cf81.json b/6406/data/test-cases/221c0b330ffe6501.json similarity index 80% rename from 6379/data/test-cases/8601bcf1cad6cf81.json rename to 6406/data/test-cases/221c0b330ffe6501.json index 8b445f57e27..f16168b18ba 100644 --- a/6379/data/test-cases/8601bcf1cad6cf81.json +++ b/6406/data/test-cases/221c0b330ffe6501.json @@ -1 +1 @@ -{"uid":"8601bcf1cad6cf81","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":1707418841945,"stop":1707418841945,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"e8ce8766b4c7eda8","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e8ce8766b4c7eda8","status":"passed","time":{"start":1707418071904,"stop":1707418071904,"duration":0}},{"uid":"20a9552493b81ae5","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/20a9552493b81ae5","status":"passed","time":{"start":1707418027868,"stop":1707418027868,"duration":0}},{"uid":"ceedf09fe2b23085","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ceedf09fe2b23085","status":"passed","time":{"start":1707412447298,"stop":1707412447299,"duration":1}},{"uid":"e6bcc96cb65bedbc","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e6bcc96cb65bedbc","status":"passed","time":{"start":1707410887044,"stop":1707410887044,"duration":0}},{"uid":"8274c02ffaf0149c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8274c02ffaf0149c","status":"passed","time":{"start":1707409360837,"stop":1707409360838,"duration":1}},{"uid":"ed5bdcaffd3f371b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ed5bdcaffd3f371b","status":"passed","time":{"start":1707408754555,"stop":1707408754555,"duration":0}},{"uid":"190ff99b137926bc","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/190ff99b137926bc","status":"passed","time":{"start":1707408698000,"stop":1707408698001,"duration":1}},{"uid":"b3b021f2831efd41","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b3b021f2831efd41","status":"passed","time":{"start":1707408233041,"stop":1707408233041,"duration":0}},{"uid":"34bc594dc8960ccf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/34bc594dc8960ccf","status":"passed","time":{"start":1707407282983,"stop":1707407282983,"duration":0}},{"uid":"a184d4368353db9c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a184d4368353db9c","status":"passed","time":{"start":1707407158632,"stop":1707407158632,"duration":0}},{"uid":"567dedf509b4903","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/567dedf509b4903","status":"passed","time":{"start":1707404183607,"stop":1707404183607,"duration":0}},{"uid":"953543eb2f69238e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/953543eb2f69238e","status":"passed","time":{"start":1707375605100,"stop":1707375605101,"duration":1}},{"uid":"979575c26572e193","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/979575c26572e193","status":"passed","time":{"start":1707372815527,"stop":1707372815527,"duration":0}},{"uid":"61c2d4d43c8d18a9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/61c2d4d43c8d18a9","status":"passed","time":{"start":1707358982998,"stop":1707358982999,"duration":1}},{"uid":"df1a34bd769a40e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/df1a34bd769a40e","status":"passed","time":{"start":1707357747315,"stop":1707357747315,"duration":0}},{"uid":"65373da3a81af3ef","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/65373da3a81af3ef","status":"passed","time":{"start":1707356855811,"stop":1707356855812,"duration":1}},{"uid":"746663ded34ae29a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/746663ded34ae29a","status":"passed","time":{"start":1707354894958,"stop":1707354894959,"duration":1}}]},"tags":[]},"source":"8601bcf1cad6cf81.json","parameterValues":[]} \ No newline at end of file +{"uid":"221c0b330ffe6501","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":1707793028289,"stop":1707793028289,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"850cfbc7527276c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/850cfbc7527276c8","status":"passed","time":{"start":1707777973005,"stop":1707777973005,"duration":0}},{"uid":"3a88ff19d499f926","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a88ff19d499f926","status":"passed","time":{"start":1707775244533,"stop":1707775244534,"duration":1}},{"uid":"6803e0df2dc82024","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6803e0df2dc82024","status":"passed","time":{"start":1707775050823,"stop":1707775050823,"duration":0}},{"uid":"563f734bc5324f7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/563f734bc5324f7b","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"e0a7366111bfacff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0a7366111bfacff","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"ed13ac8656a81506","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed13ac8656a81506","status":"passed","time":{"start":1707759965209,"stop":1707759965210,"duration":1}},{"uid":"e9544ad9059d797e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e9544ad9059d797e","status":"passed","time":{"start":1707757644395,"stop":1707757644395,"duration":0}},{"uid":"fb7514f0ac337eec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb7514f0ac337eec","status":"passed","time":{"start":1707756267917,"stop":1707756267917,"duration":0}},{"uid":"e371d802d7c21557","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e371d802d7c21557","status":"passed","time":{"start":1707753668083,"stop":1707753668083,"duration":0}},{"uid":"b21e9f8fc5febcc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b21e9f8fc5febcc6","status":"passed","time":{"start":1707753423542,"stop":1707753423543,"duration":1}},{"uid":"4dee846375e836fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4dee846375e836fb","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"6787c1df8958ff3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6787c1df8958ff3e","status":"passed","time":{"start":1707736730658,"stop":1707736730658,"duration":0}},{"uid":"c899f2d7660be377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c899f2d7660be377","status":"passed","time":{"start":1707735912130,"stop":1707735912132,"duration":2}}]},"tags":[]},"source":"221c0b330ffe6501.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2269e0cfe4714180.json b/6406/data/test-cases/2269e0cfe4714180.json new file mode 100644 index 00000000000..fc1f097c12c --- /dev/null +++ b/6406/data/test-cases/2269e0cfe4714180.json @@ -0,0 +1 @@ +{"uid":"2269e0cfe4714180","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":1707793238859,"stop":1707793238859,"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":14,"unknown":0,"total":14},"items":[{"uid":"97c9a7adf1bf9f11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97c9a7adf1bf9f11","status":"passed","time":{"start":1707778202461,"stop":1707778202461,"duration":0}},{"uid":"5bf57233a8b11edf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5bf57233a8b11edf","status":"passed","time":{"start":1707775486584,"stop":1707775486587,"duration":3}},{"uid":"ee8b9d7cc5c6a283","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee8b9d7cc5c6a283","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"50eb5f2237f5ff98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50eb5f2237f5ff98","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1}},{"uid":"b2150203c3f9837a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2150203c3f9837a","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"50def716b8995e29","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50def716b8995e29","status":"passed","time":{"start":1707760173993,"stop":1707760173993,"duration":0}},{"uid":"9e773b367470e3bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e773b367470e3bb","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"d687a08caa8613f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d687a08caa8613f1","status":"passed","time":{"start":1707756499890,"stop":1707756499890,"duration":0}},{"uid":"8e95f82ccd6821a9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e95f82ccd6821a9","status":"passed","time":{"start":1707753870418,"stop":1707753870419,"duration":1}},{"uid":"a6a490ae15dac2c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6a490ae15dac2c7","status":"passed","time":{"start":1707753647454,"stop":1707753647455,"duration":1}},{"uid":"d852b0e7aee8b2f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d852b0e7aee8b2f6","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"b921664965fe387d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b921664965fe387d","status":"passed","time":{"start":1707736947831,"stop":1707736947832,"duration":1}},{"uid":"3d4780026c054c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4780026c054c44","status":"passed","time":{"start":1707736152489,"stop":1707736152489,"duration":0}}]},"tags":[]},"source":"2269e0cfe4714180.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2275c8176aa1404.json b/6406/data/test-cases/2275c8176aa1404.json new file mode 100644 index 00000000000..6322f60b74c --- /dev/null +++ b/6406/data/test-cases/2275c8176aa1404.json @@ -0,0 +1 @@ +{"uid":"2275c8176aa1404","name":"should not fail to stop the service if it was not started","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to stop the service if it was not started","historyId":"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230151,"stop":1707793230151,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"b100db59786a1dcf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b100db59786a1dcf","status":"passed","time":{"start":1707778179238,"stop":1707778179239,"duration":1}},{"uid":"5795e6ae542042b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5795e6ae542042b1","status":"passed","time":{"start":1707775471146,"stop":1707775471150,"duration":4}},{"uid":"d09955469076264","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d09955469076264","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"dfeb786cbf1141d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfeb786cbf1141d6","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"duration":0}},{"uid":"7065d02f576b325f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7065d02f576b325f","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"486c988eed126286","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/486c988eed126286","status":"passed","time":{"start":1707760163338,"stop":1707760163341,"duration":3}},{"uid":"548d853123c87081","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d853123c87081","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"1ec0e3d6e7e4e008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec0e3d6e7e4e008","status":"passed","time":{"start":1707756493174,"stop":1707756493174,"duration":0}},{"uid":"761a2bd9a23d9dd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/761a2bd9a23d9dd4","status":"passed","time":{"start":1707753863566,"stop":1707753863567,"duration":1}},{"uid":"3faeba85d69b66f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3faeba85d69b66f9","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"a25fb47ad292b6f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a25fb47ad292b6f8","status":"passed","time":{"start":1707751014389,"stop":1707751014393,"duration":4}},{"uid":"a9d38ae27903262","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9d38ae27903262","status":"passed","time":{"start":1707736941412,"stop":1707736941413,"duration":1}},{"uid":"744d2a0c35c1d659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/744d2a0c35c1d659","status":"passed","time":{"start":1707736158695,"stop":1707736158695,"duration":0}}]},"tags":[]},"source":"2275c8176aa1404.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/22b2c03219947e51.json b/6406/data/test-cases/22b2c03219947e51.json new file mode 100644 index 00000000000..beb3d4bfbbf --- /dev/null +++ b/6406/data/test-cases/22b2c03219947e51.json @@ -0,0 +1 @@ +{"uid":"22b2c03219947e51","name":"throws on empty content topic","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on empty content topic","historyId":"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792547,"stop":1707792792548,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"ca263dff0091ed83","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca263dff0091ed83","status":"passed","time":{"start":1707777741284,"stop":1707777741285,"duration":1}},{"uid":"925787f5572ff4f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/925787f5572ff4f9","status":"passed","time":{"start":1707775017700,"stop":1707775017700,"duration":0}},{"uid":"76e69ac03efb56c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76e69ac03efb56c0","status":"passed","time":{"start":1707774819158,"stop":1707774819158,"duration":0}},{"uid":"350038fe77584430","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/350038fe77584430","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"duration":0}},{"uid":"5c4372106bea23d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c4372106bea23d5","status":"passed","time":{"start":1707769619246,"stop":1707769619247,"duration":1}},{"uid":"39d5e318ce0581dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d5e318ce0581dd","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"2474df7020a29a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2474df7020a29a6f","status":"passed","time":{"start":1707757408920,"stop":1707757408921,"duration":1}},{"uid":"4f328fbf36e75eaa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f328fbf36e75eaa","status":"passed","time":{"start":1707756038648,"stop":1707756038649,"duration":1}},{"uid":"dc03e1a93cf607f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc03e1a93cf607f5","status":"passed","time":{"start":1707753456819,"stop":1707753456819,"duration":0}},{"uid":"8ecd5a5c94ae0c59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ecd5a5c94ae0c59","status":"passed","time":{"start":1707753185026,"stop":1707753185026,"duration":0}},{"uid":"d37803ec3ed9ce10","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d37803ec3ed9ce10","status":"passed","time":{"start":1707750585689,"stop":1707750585690,"duration":1}},{"uid":"fdc327b473696805","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdc327b473696805","status":"passed","time":{"start":1707736503241,"stop":1707736503242,"duration":1}},{"uid":"29e99ddab98e7492","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29e99ddab98e7492","status":"passed","time":{"start":1707735684539,"stop":1707735684540,"duration":1}}]},"tags":[]},"source":"22b2c03219947e51.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/22c2549a69cfe8ae.json b/6406/data/test-cases/22c2549a69cfe8ae.json new file mode 100644 index 00000000000..7b41b1ddaa3 --- /dev/null +++ b/6406/data/test-cases/22c2549a69cfe8ae.json @@ -0,0 +1 @@ +{"uid":"22c2549a69cfe8ae","name":"throws on content topic with too few or too many fields","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with too few or too many fields","historyId":"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792548,"stop":1707792792549,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"fc64d29232b70c33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc64d29232b70c33","status":"passed","time":{"start":1707777741285,"stop":1707777741285,"duration":0}},{"uid":"83090d386f70f865","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83090d386f70f865","status":"passed","time":{"start":1707775017701,"stop":1707775017701,"duration":0}},{"uid":"af1ff5b9ca562af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1ff5b9ca562af5","status":"passed","time":{"start":1707774819158,"stop":1707774819159,"duration":1}},{"uid":"9fdec57b1ccd949a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fdec57b1ccd949a","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1}},{"uid":"42571a0c28efb603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42571a0c28efb603","status":"passed","time":{"start":1707769619247,"stop":1707769619247,"duration":0}},{"uid":"8e3b399315f1c390","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e3b399315f1c390","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"72d678460801c761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72d678460801c761","status":"passed","time":{"start":1707757408921,"stop":1707757408922,"duration":1}},{"uid":"fe91eba357d07c4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe91eba357d07c4b","status":"passed","time":{"start":1707756038649,"stop":1707756038650,"duration":1}},{"uid":"fefbe57d8442af5a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fefbe57d8442af5a","status":"passed","time":{"start":1707753456819,"stop":1707753456820,"duration":1}},{"uid":"5f0108c8d01cccb3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5f0108c8d01cccb3","status":"passed","time":{"start":1707753185026,"stop":1707753185027,"duration":1}},{"uid":"fe9b0906b3de6dd0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe9b0906b3de6dd0","status":"passed","time":{"start":1707750585690,"stop":1707750585690,"duration":0}},{"uid":"f68d01925b39ab50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f68d01925b39ab50","status":"passed","time":{"start":1707736503242,"stop":1707736503243,"duration":1}},{"uid":"9daed5f0d2ecfa7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9daed5f0d2ecfa7b","status":"passed","time":{"start":1707735684540,"stop":1707735684540,"duration":0}}]},"tags":[]},"source":"22c2549a69cfe8ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e359f86c1562b903.json b/6406/data/test-cases/23083b2e32b253f1.json similarity index 81% rename from 6379/data/test-cases/e359f86c1562b903.json rename to 6406/data/test-cases/23083b2e32b253f1.json index 36b9e5d862d..6c8e1bb7e9b 100644 --- a/6379/data/test-cases/e359f86c1562b903.json +++ b/6406/data/test-cases/23083b2e32b253f1.json @@ -1 +1 @@ -{"uid":"e359f86c1562b903","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":1707419181448,"stop":1707419181448,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"6ef2dcb69ef56a5f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6ef2dcb69ef56a5f","status":"passed","time":{"start":1707418419820,"stop":1707418419822,"duration":2}},{"uid":"e8a5d442bab0e4fe","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e8a5d442bab0e4fe","status":"passed","time":{"start":1707418388467,"stop":1707418388468,"duration":1}},{"uid":"34ff4d5836c22728","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/34ff4d5836c22728","status":"passed","time":{"start":1707412796201,"stop":1707412796201,"duration":0}},{"uid":"c95a25c02ec4994a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c95a25c02ec4994a","status":"passed","time":{"start":1707411256121,"stop":1707411256121,"duration":0}},{"uid":"8e1a64bf8e908a3b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8e1a64bf8e908a3b","status":"passed","time":{"start":1707409690335,"stop":1707409690335,"duration":0}},{"uid":"37a7502d74089db1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/37a7502d74089db1","status":"passed","time":{"start":1707409095942,"stop":1707409095943,"duration":1}},{"uid":"a7962ca33654ef38","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a7962ca33654ef38","status":"passed","time":{"start":1707409032449,"stop":1707409032449,"duration":0}},{"uid":"2359b12c4ebe4b8f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2359b12c4ebe4b8f","status":"passed","time":{"start":1707408574296,"stop":1707408574296,"duration":0}},{"uid":"f013e29f06c861df","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f013e29f06c861df","status":"passed","time":{"start":1707407633910,"stop":1707407633910,"duration":0}},{"uid":"7157fd69d5c21e7c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7157fd69d5c21e7c","status":"passed","time":{"start":1707407545270,"stop":1707407545270,"duration":0}},{"uid":"8c87a0a181f11022","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8c87a0a181f11022","status":"passed","time":{"start":1707404532466,"stop":1707404532466,"duration":0}},{"uid":"e91a39cc626aaa96","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e91a39cc626aaa96","status":"passed","time":{"start":1707375958850,"stop":1707375958851,"duration":1}},{"uid":"15006b6b80fb0cad","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/15006b6b80fb0cad","status":"passed","time":{"start":1707373157819,"stop":1707373157824,"duration":5}},{"uid":"77844f3274c4da63","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/77844f3274c4da63","status":"passed","time":{"start":1707359356006,"stop":1707359356006,"duration":0}},{"uid":"e3bdfd4abad75d44","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e3bdfd4abad75d44","status":"passed","time":{"start":1707358094708,"stop":1707358094709,"duration":1}},{"uid":"c849b70c2e723fed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c849b70c2e723fed","status":"passed","time":{"start":1707357164932,"stop":1707357164932,"duration":0}},{"uid":"f26166ba40f4f472","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f26166ba40f4f472","status":"passed","time":{"start":1707355248794,"stop":1707355248795,"duration":1}}]},"tags":[]},"source":"e359f86c1562b903.json","parameterValues":[]} \ No newline at end of file +{"uid":"23083b2e32b253f1","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":1707793371127,"stop":1707793371131,"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: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"dd1ac979e6a51b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1ac979e6a51b3d","status":"passed","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"b5ce5b527d2e1f48","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5ce5b527d2e1f48","status":"passed","time":{"start":1707775602050,"stop":1707775602051,"duration":1}},{"uid":"e64e480bb58d59ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e64e480bb58d59ba","status":"passed","time":{"start":1707775390254,"stop":1707775390254,"duration":0}},{"uid":"1999a27752d432f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1999a27752d432f4","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"duration":1}},{"uid":"ad1657d7fda48e90","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad1657d7fda48e90","status":"passed","time":{"start":1707769968738,"stop":1707769968739,"duration":1}},{"uid":"7ff63e079524ded3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ff63e079524ded3","status":"passed","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"a5396101891c97a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5396101891c97a8","status":"passed","time":{"start":1707758006730,"stop":1707758006731,"duration":1}},{"uid":"c3bb1a16bf0d4edc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3bb1a16bf0d4edc","status":"passed","time":{"start":1707756617067,"stop":1707756617067,"duration":0}},{"uid":"f7d5793414955d89","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d5793414955d89","status":"passed","time":{"start":1707753988895,"stop":1707753988896,"duration":1}},{"uid":"7f1415e455c0b344","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f1415e455c0b344","status":"passed","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"88187fb67c819b4f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88187fb67c819b4f","status":"passed","time":{"start":1707751162327,"stop":1707751162327,"duration":0}},{"uid":"5cc6d9c4825acc19","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cc6d9c4825acc19","status":"passed","time":{"start":1707737091391,"stop":1707737091392,"duration":1}},{"uid":"5806f814e93b393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5806f814e93b393","status":"passed","time":{"start":1707736260167,"stop":1707736260170,"duration":3}}]},"tags":[]},"source":"23083b2e32b253f1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2362450c3af62d84.json b/6406/data/test-cases/2362450c3af62d84.json new file mode 100644 index 00000000000..6b035b5499f --- /dev/null +++ b/6406/data/test-cases/2362450c3af62d84.json @@ -0,0 +1 @@ +{"uid":"2362450c3af62d84","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":1707792820892,"stop":1707792820893,"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":14,"unknown":0,"total":14},"items":[{"uid":"2c1c98781062ea45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2c1c98781062ea45","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"7a22efc347df463a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a22efc347df463a","status":"passed","time":{"start":1707775046372,"stop":1707775046373,"duration":1}},{"uid":"8b577a58fe562161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b577a58fe562161","status":"passed","time":{"start":1707774848384,"stop":1707774848384,"duration":0}},{"uid":"9b3c033bd0b425fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b3c033bd0b425fe","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1}},{"uid":"272f89fad734073c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272f89fad734073c","status":"passed","time":{"start":1707769648573,"stop":1707769648574,"duration":1}},{"uid":"9e7cb7d26a5f0fcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e7cb7d26a5f0fcc","status":"passed","time":{"start":1707759743254,"stop":1707759743255,"duration":1}},{"uid":"5b9455eafe3e5022","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b9455eafe3e5022","status":"passed","time":{"start":1707757438368,"stop":1707757438368,"duration":0}},{"uid":"2a5bdfe69bd88fb5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a5bdfe69bd88fb5","status":"passed","time":{"start":1707756067010,"stop":1707756067011,"duration":1}},{"uid":"707f8695eafb3028","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/707f8695eafb3028","status":"passed","time":{"start":1707753485650,"stop":1707753485651,"duration":1}},{"uid":"f71d8902b97f341d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f71d8902b97f341d","status":"passed","time":{"start":1707753214696,"stop":1707753214697,"duration":1}},{"uid":"6a919056584f8ca5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a919056584f8ca5","status":"passed","time":{"start":1707750614688,"stop":1707750614689,"duration":1}},{"uid":"e3d71d81d871dd18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e3d71d81d871dd18","status":"passed","time":{"start":1707736532274,"stop":1707736532275,"duration":1}},{"uid":"c5b6e8f0fc1439b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5b6e8f0fc1439b","status":"passed","time":{"start":1707735714124,"stop":1707735714125,"duration":1}}]},"tags":[]},"source":"2362450c3af62d84.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/237b111e92a9e935.json b/6406/data/test-cases/237b111e92a9e935.json new file mode 100644 index 00000000000..a9ac78c8fa3 --- /dev/null +++ b/6406/data/test-cases/237b111e92a9e935.json @@ -0,0 +1 @@ +{"uid":"237b111e92a9e935","name":"All","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > All","historyId":"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792848726,"stop":1707792848726,"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":13,"unknown":0,"total":13},"items":[{"uid":"3f93db8609e406da","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f93db8609e406da","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"c04b11419a3887d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c04b11419a3887d1","status":"passed","time":{"start":1707775073184,"stop":1707775073185,"duration":1}},{"uid":"651fbd6aa8bf1500","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/651fbd6aa8bf1500","status":"passed","time":{"start":1707774873944,"stop":1707774873944,"duration":0}},{"uid":"f9f6390fd0dd57b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9f6390fd0dd57b9","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1}},{"uid":"dc89cf56a2ec8f9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc89cf56a2ec8f9d","status":"passed","time":{"start":1707769676601,"stop":1707769676601,"duration":0}},{"uid":"efde6ad5bd7e6d5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efde6ad5bd7e6d5a","status":"passed","time":{"start":1707759771254,"stop":1707759771254,"duration":0}},{"uid":"ee4459dde1882a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee4459dde1882a95","status":"passed","time":{"start":1707757466739,"stop":1707757466740,"duration":1}},{"uid":"1c72bfdcaaf7abfc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c72bfdcaaf7abfc","status":"passed","time":{"start":1707756093996,"stop":1707756093996,"duration":0}},{"uid":"f20cc81964a40b3a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f20cc81964a40b3a","status":"passed","time":{"start":1707753514641,"stop":1707753514642,"duration":1}},{"uid":"d419d3b26e9ba079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d419d3b26e9ba079","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"3fec4136ecce430f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fec4136ecce430f","status":"passed","time":{"start":1707736561995,"stop":1707736561996,"duration":1}},{"uid":"a710ee07f60c143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a710ee07f60c143","status":"passed","time":{"start":1707735744193,"stop":1707735744193,"duration":0}}]},"tags":[]},"source":"237b111e92a9e935.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/23ab9f297321c76b.json b/6406/data/test-cases/23ab9f297321c76b.json new file mode 100644 index 00000000000..c00248cde21 --- /dev/null +++ b/6406/data/test-cases/23ab9f297321c76b.json @@ -0,0 +1 @@ +{"uid":"23ab9f297321c76b","name":"ignores domain fetching errors","fullName":"/src/dns.spec.ts: DNS Node Discovery > ignores domain fetching errors","historyId":"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815079,"stop":1707792815079,"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"},{"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":"c4b623aee19e16cb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4b623aee19e16cb","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"3635b9d138154e88","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3635b9d138154e88","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"b03861fd8e01009d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b03861fd8e01009d","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"9e30edd80e8991fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e30edd80e8991fc","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1}},{"uid":"609fe3ee3afa5f38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/609fe3ee3afa5f38","status":"passed","time":{"start":1707769642597,"stop":1707769642598,"duration":1}},{"uid":"5bce8f2869f22017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bce8f2869f22017","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"38882fc21ab21cb2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38882fc21ab21cb2","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"5afdea567fa3e9f6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5afdea567fa3e9f6","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"e24ae0960dbc1c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e24ae0960dbc1c8","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"7089a1b8dc5433f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7089a1b8dc5433f6","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"b5bad1f268519cb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5bad1f268519cb0","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"7829f46b0f8d4c2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7829f46b0f8d4c2d","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"c74c0894a9a29013","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c74c0894a9a29013","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"tags":[]},"source":"23ab9f297321c76b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/242fd63c44f0097a.json b/6406/data/test-cases/242fd63c44f0097a.json new file mode 100644 index 00000000000..eee6cfb9bfa --- /dev/null +++ b/6406/data/test-cases/242fd63c44f0097a.json @@ -0,0 +1 @@ +{"uid":"242fd63c44f0097a","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":1707793086615,"stop":1707793086615,"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":14,"unknown":0,"total":14},"items":[{"uid":"47c37fff8c05995c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47c37fff8c05995c","status":"passed","time":{"start":1707778058490,"stop":1707778058491,"duration":1}},{"uid":"6cf39fa23baa6d38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cf39fa23baa6d38","status":"passed","time":{"start":1707775337155,"stop":1707775337156,"duration":1}},{"uid":"d8e98db2c1ce58e4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e98db2c1ce58e4","status":"passed","time":{"start":1707775143603,"stop":1707775143605,"duration":2}},{"uid":"61787cb8dc4025e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61787cb8dc4025e","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"duration":1}},{"uid":"4246da253bd2dbc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4246da253bd2dbc5","status":"passed","time":{"start":1707769940213,"stop":1707769940213,"duration":0}},{"uid":"6b156185b6c7f861","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b156185b6c7f861","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"f4a94b90d11a5584","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a94b90d11a5584","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"6a3d305cafcf24e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a3d305cafcf24e9","status":"passed","time":{"start":1707756352342,"stop":1707756352343,"duration":1}},{"uid":"eb4d5354f0a2b052","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb4d5354f0a2b052","status":"passed","time":{"start":1707753768712,"stop":1707753768712,"duration":0}},{"uid":"e56cf9fd6175185b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e56cf9fd6175185b","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"73666db28373b4ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/73666db28373b4ec","status":"passed","time":{"start":1707750899684,"stop":1707750899684,"duration":0}},{"uid":"2b05f004be7555e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b05f004be7555e0","status":"passed","time":{"start":1707736822687,"stop":1707736822688,"duration":1}},{"uid":"4819031aa654ef8f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4819031aa654ef8f","status":"passed","time":{"start":1707736014745,"stop":1707736014745,"duration":0}}]},"tags":[]},"source":"242fd63c44f0097a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d1d0367e0cc9f769.json b/6406/data/test-cases/2471d11993d8625f.json similarity index 86% rename from 6379/data/test-cases/d1d0367e0cc9f769.json rename to 6406/data/test-cases/2471d11993d8625f.json index c4725ee848b..b65e59a380e 100644 --- a/6379/data/test-cases/d1d0367e0cc9f769.json +++ b/6406/data/test-cases/2471d11993d8625f.json @@ -1 +1 @@ -{"uid":"d1d0367e0cc9f769","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":1707419080402,"stop":1707419080402,"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":18,"unknown":0,"total":18},"items":[{"uid":"e93099bdb5a93c0d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e93099bdb5a93c0d","status":"passed","time":{"start":1707418322020,"stop":1707418322020,"duration":0}},{"uid":"937fad534700fbfc","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/937fad534700fbfc","status":"passed","time":{"start":1707418259983,"stop":1707418259983,"duration":0}},{"uid":"2ed093ae3b2af16f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2ed093ae3b2af16f","status":"passed","time":{"start":1707412707113,"stop":1707412707113,"duration":0}},{"uid":"2122871c3d28830c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/2122871c3d28830c","status":"passed","time":{"start":1707411118110,"stop":1707411118111,"duration":1}},{"uid":"f7fabbba7e86e3d3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f7fabbba7e86e3d3","status":"passed","time":{"start":1707409587925,"stop":1707409587925,"duration":0}},{"uid":"775d54e7f0d93b25","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/775d54e7f0d93b25","status":"passed","time":{"start":1707408980225,"stop":1707408980225,"duration":0}},{"uid":"a284b895597f50a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a284b895597f50a","status":"passed","time":{"start":1707408927122,"stop":1707408927123,"duration":1}},{"uid":"30bc2e548f89dbf3","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/30bc2e548f89dbf3","status":"passed","time":{"start":1707408458741,"stop":1707408458741,"duration":0}},{"uid":"e437c020478f7dca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e437c020478f7dca","status":"passed","time":{"start":1707407520228,"stop":1707407520229,"duration":1}},{"uid":"4fc210f13d974ef2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4fc210f13d974ef2","status":"passed","time":{"start":1707407427631,"stop":1707407427633,"duration":2}},{"uid":"6b9b917f21854805","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/6b9b917f21854805","status":"passed","time":{"start":1707404404308,"stop":1707404404308,"duration":0}},{"uid":"42f065c56a4dcfed","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/42f065c56a4dcfed","status":"passed","time":{"start":1707375846755,"stop":1707375846755,"duration":0}},{"uid":"f37d3251948693a8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f37d3251948693a8","status":"passed","time":{"start":1707373035644,"stop":1707373035644,"duration":0}},{"uid":"29d1a6e1f0fc8d95","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/29d1a6e1f0fc8d95","status":"passed","time":{"start":1707359236212,"stop":1707359236212,"duration":0}},{"uid":"93963c7016e95321","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93963c7016e95321","status":"passed","time":{"start":1707357965197,"stop":1707357965198,"duration":1}},{"uid":"1ba453c3690d569f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1ba453c3690d569f","status":"passed","time":{"start":1707357048205,"stop":1707357048205,"duration":0}},{"uid":"80c9811597acc0f8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/80c9811597acc0f8","status":"passed","time":{"start":1707355141614,"stop":1707355141614,"duration":0}}]},"tags":[]},"source":"d1d0367e0cc9f769.json","parameterValues":[]} \ No newline at end of file +{"uid":"2471d11993d8625f","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":1707793238872,"stop":1707793238872,"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":14,"unknown":0,"total":14},"items":[{"uid":"1c52bb4e8a413e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c52bb4e8a413e","status":"passed","time":{"start":1707778202480,"stop":1707778202480,"duration":0}},{"uid":"9ac9f9f42fa4ece7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ac9f9f42fa4ece7","status":"passed","time":{"start":1707775486625,"stop":1707775486626,"duration":1}},{"uid":"3b7165606181ac0f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3b7165606181ac0f","status":"passed","time":{"start":1707775300135,"stop":1707775300136,"duration":1}},{"uid":"21b4fbd6f7be9f26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21b4fbd6f7be9f26","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"duration":1}},{"uid":"8821620dbe3a645a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8821620dbe3a645a","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"c9743549194eea1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9743549194eea1b","status":"passed","time":{"start":1707760174020,"stop":1707760174021,"duration":1}},{"uid":"bbedc427142befd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbedc427142befd","status":"passed","time":{"start":1707757873921,"stop":1707757873921,"duration":0}},{"uid":"2795e884265b0909","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2795e884265b0909","status":"passed","time":{"start":1707756499904,"stop":1707756499904,"duration":0}},{"uid":"7f29821c3bdba816","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f29821c3bdba816","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"7bed375ff0d9f027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7bed375ff0d9f027","status":"passed","time":{"start":1707753647509,"stop":1707753647509,"duration":0}},{"uid":"3354cd7e2c485535","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3354cd7e2c485535","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"49e17fb0c6568081","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/49e17fb0c6568081","status":"passed","time":{"start":1707736947844,"stop":1707736947845,"duration":1}},{"uid":"38db65ded9231019","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38db65ded9231019","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"tags":[]},"source":"2471d11993d8625f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/24dde3b610539337.json b/6406/data/test-cases/24dde3b610539337.json new file mode 100644 index 00000000000..24ed22664b8 --- /dev/null +++ b/6406/data/test-cases/24dde3b610539337.json @@ -0,0 +1 @@ +{"uid":"24dde3b610539337","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":1707792838866,"stop":1707792838867,"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: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":"6e7bbdb31eb0baab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e7bbdb31eb0baab","status":"passed","time":{"start":1707777787218,"stop":1707777787219,"duration":1}},{"uid":"56023205089ea746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56023205089ea746","status":"passed","time":{"start":1707775063034,"stop":1707775063035,"duration":1}},{"uid":"26ce372d0cd65ec2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26ce372d0cd65ec2","status":"passed","time":{"start":1707774865137,"stop":1707774865138,"duration":1}},{"uid":"2d52acc101ac1d8f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d52acc101ac1d8f","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"duration":0}},{"uid":"46ce52d7aa8b511f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/46ce52d7aa8b511f","status":"passed","time":{"start":1707769665330,"stop":1707769665339,"duration":9}},{"uid":"8b0a33fa51103557","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8b0a33fa51103557","status":"passed","time":{"start":1707759759720,"stop":1707759759720,"duration":0}},{"uid":"ba81e7d83a31f298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba81e7d83a31f298","status":"passed","time":{"start":1707757455852,"stop":1707757455853,"duration":1}},{"uid":"c58935720af3e228","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c58935720af3e228","status":"passed","time":{"start":1707756084424,"stop":1707756084424,"duration":0}},{"uid":"795f0d69812a29b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/795f0d69812a29b4","status":"passed","time":{"start":1707753503420,"stop":1707753503421,"duration":1}},{"uid":"88593bf1a0a294dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88593bf1a0a294dd","status":"passed","time":{"start":1707753233558,"stop":1707753233559,"duration":1}},{"uid":"a8c7f77e8c2c108c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8c7f77e8c2c108c","status":"passed","time":{"start":1707750631899,"stop":1707750631900,"duration":1}},{"uid":"41bbc04f94b9385","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41bbc04f94b9385","status":"passed","time":{"start":1707736548880,"stop":1707736548881,"duration":1}},{"uid":"282e545f6aa7e5f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/282e545f6aa7e5f1","status":"passed","time":{"start":1707735732429,"stop":1707735732430,"duration":1}}]},"tags":[]},"source":"24dde3b610539337.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/24e1bab256c0dd55.json b/6406/data/test-cases/24e1bab256c0dd55.json new file mode 100644 index 00000000000..0632ef730ce --- /dev/null +++ b/6406/data/test-cases/24e1bab256c0dd55.json @@ -0,0 +1 @@ +{"uid":"24e1bab256c0dd55","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":1707793369035,"stop":1707793369035,"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":14,"unknown":0,"total":14},"items":[{"uid":"a14a6489e8409163","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a14a6489e8409163","status":"passed","time":{"start":1707778332050,"stop":1707778332050,"duration":0}},{"uid":"293ba39db7d4fba8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293ba39db7d4fba8","status":"passed","time":{"start":1707775601726,"stop":1707775601726,"duration":0}},{"uid":"1d3a3f2686e56fe8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d3a3f2686e56fe8","status":"passed","time":{"start":1707775415219,"stop":1707775415219,"duration":0}},{"uid":"644adac3a42979ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/644adac3a42979ca","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"5b1f0818b140fa33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1f0818b140fa33","status":"passed","time":{"start":1707770103225,"stop":1707770103225,"duration":0}},{"uid":"d011f5eb2e090a3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d011f5eb2e090a3f","status":"passed","time":{"start":1707760299492,"stop":1707760299492,"duration":0}},{"uid":"455a76ab2c471cb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/455a76ab2c471cb3","status":"passed","time":{"start":1707757995160,"stop":1707757995161,"duration":1}},{"uid":"c182304af1e35708","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c182304af1e35708","status":"passed","time":{"start":1707756620173,"stop":1707756620173,"duration":0}},{"uid":"a9b8b215d1a57fbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9b8b215d1a57fbd","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"74e0249e2cfdf74a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e0249e2cfdf74a","status":"passed","time":{"start":1707753785897,"stop":1707753785898,"duration":1}},{"uid":"66938ca0c8dcca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66938ca0c8dcca1","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"bb1429ba13909019","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb1429ba13909019","status":"passed","time":{"start":1707737056800,"stop":1707737056800,"duration":0}},{"uid":"f12c8971e8fd1d91","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f12c8971e8fd1d91","status":"passed","time":{"start":1707736286220,"stop":1707736286220,"duration":0}}]},"tags":[]},"source":"24e1bab256c0dd55.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/721d0e913352aa00.json b/6406/data/test-cases/24ed167b2b9ff36a.json similarity index 81% rename from 6379/data/test-cases/721d0e913352aa00.json rename to 6406/data/test-cases/24ed167b2b9ff36a.json index 2faeaa900e8..9005040aef3 100644 --- a/6379/data/test-cases/721d0e913352aa00.json +++ b/6406/data/test-cases/24ed167b2b9ff36a.json @@ -1 +1 @@ -{"uid":"721d0e913352aa00","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":1707419181389,"stop":1707419181389,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"13249c2b635c7b30","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/13249c2b635c7b30","status":"passed","time":{"start":1707418419708,"stop":1707418419708,"duration":0}},{"uid":"b09e25b215d73132","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b09e25b215d73132","status":"passed","time":{"start":1707418388432,"stop":1707418388433,"duration":1}},{"uid":"3e1de207811e618c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3e1de207811e618c","status":"passed","time":{"start":1707412796103,"stop":1707412796104,"duration":1}},{"uid":"3505978834c25453","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3505978834c25453","status":"passed","time":{"start":1707411256040,"stop":1707411256040,"duration":0}},{"uid":"766105e7fd77d00d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/766105e7fd77d00d","status":"passed","time":{"start":1707409690295,"stop":1707409690295,"duration":0}},{"uid":"e831a5ad0678c4a4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e831a5ad0678c4a4","status":"passed","time":{"start":1707409095911,"stop":1707409095911,"duration":0}},{"uid":"d6eacba6773d452","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d6eacba6773d452","status":"passed","time":{"start":1707409032372,"stop":1707409032372,"duration":0}},{"uid":"d6526dc96dfb3710","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d6526dc96dfb3710","status":"passed","time":{"start":1707408574194,"stop":1707408574195,"duration":1}},{"uid":"92cfefbfe3ad08c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/92cfefbfe3ad08c7","status":"passed","time":{"start":1707407633834,"stop":1707407633835,"duration":1}},{"uid":"962de104826a489c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/962de104826a489c","status":"passed","time":{"start":1707407545204,"stop":1707407545205,"duration":1}},{"uid":"ce10e88989b70e1c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ce10e88989b70e1c","status":"passed","time":{"start":1707404532386,"stop":1707404532386,"duration":0}},{"uid":"fae2a6958f98e17","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fae2a6958f98e17","status":"passed","time":{"start":1707375958744,"stop":1707375958744,"duration":0}},{"uid":"95f74b2c51f7e97","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/95f74b2c51f7e97","status":"passed","time":{"start":1707373157731,"stop":1707373157733,"duration":2}},{"uid":"52f92d7c969304f3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/52f92d7c969304f3","status":"passed","time":{"start":1707359355938,"stop":1707359355939,"duration":1}},{"uid":"215be51aae96da68","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/215be51aae96da68","status":"passed","time":{"start":1707358094655,"stop":1707358094655,"duration":0}},{"uid":"94421ce2a03ce95b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/94421ce2a03ce95b","status":"passed","time":{"start":1707357164905,"stop":1707357164906,"duration":1}},{"uid":"e26b07cd97c5a189","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e26b07cd97c5a189","status":"passed","time":{"start":1707355248763,"stop":1707355248763,"duration":0}}]},"tags":[]},"source":"721d0e913352aa00.json","parameterValues":[]} \ No newline at end of file +{"uid":"24ed167b2b9ff36a","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":1707793371094,"stop":1707793371094,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"971f3d7d4aa02877","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/971f3d7d4aa02877","status":"passed","time":{"start":1707778338828,"stop":1707778338831,"duration":3}},{"uid":"5309b156479fd95e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5309b156479fd95e","status":"passed","time":{"start":1707775602012,"stop":1707775602012,"duration":0}},{"uid":"a5dd5b3b139c14a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5dd5b3b139c14a3","status":"passed","time":{"start":1707775390217,"stop":1707775390218,"duration":1}},{"uid":"fe41bb42686d1547","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe41bb42686d1547","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1}},{"uid":"6084804acfd2269e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6084804acfd2269e","status":"passed","time":{"start":1707769968719,"stop":1707769968720,"duration":1}},{"uid":"177064f55f810720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/177064f55f810720","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"7f91b6c74320f44e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f91b6c74320f44e","status":"passed","time":{"start":1707758006702,"stop":1707758006702,"duration":0}},{"uid":"536ce341ec9ffae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/536ce341ec9ffae6","status":"passed","time":{"start":1707756617032,"stop":1707756617032,"duration":0}},{"uid":"46c64aee1fef31ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46c64aee1fef31ab","status":"passed","time":{"start":1707753988873,"stop":1707753988873,"duration":0}},{"uid":"8c13768e9d9ef41e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c13768e9d9ef41e","status":"passed","time":{"start":1707753782729,"stop":1707753782729,"duration":0}},{"uid":"83463b9632cd45c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83463b9632cd45c2","status":"passed","time":{"start":1707751162304,"stop":1707751162305,"duration":1}},{"uid":"a8ba94a76debbf74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8ba94a76debbf74","status":"passed","time":{"start":1707737091294,"stop":1707737091295,"duration":1}},{"uid":"2b45862872aa6cf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b45862872aa6cf1","status":"passed","time":{"start":1707736260114,"stop":1707736260115,"duration":1}}]},"tags":[]},"source":"24ed167b2b9ff36a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/253bb059c691422.json b/6406/data/test-cases/253bb059c691422.json new file mode 100644 index 00000000000..2d263266f67 --- /dev/null +++ b/6406/data/test-cases/253bb059c691422.json @@ -0,0 +1 @@ +{"uid":"253bb059c691422","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":1707793153229,"stop":1707793153230,"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":14,"unknown":0,"total":14},"items":[{"uid":"acad630f04bd7fdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acad630f04bd7fdc","status":"passed","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"e9c2cde601311f80","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9c2cde601311f80","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"840eeb8c26eebd2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/840eeb8c26eebd2d","status":"passed","time":{"start":1707775205635,"stop":1707775205636,"duration":1}},{"uid":"bf1f99c949d26d53","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf1f99c949d26d53","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3}},{"uid":"e619c19ee201fd92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e619c19ee201fd92","status":"passed","time":{"start":1707769983285,"stop":1707769983285,"duration":0}},{"uid":"889e30d367ff2508","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/889e30d367ff2508","status":"passed","time":{"start":1707760095408,"stop":1707760095409,"duration":1}},{"uid":"3f8998b468a34bb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f8998b468a34bb3","status":"passed","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3481e26ff41ccf18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3481e26ff41ccf18","status":"passed","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b51337d9d42067e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b51337d9d42067e8","status":"passed","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"a81585c574e2e3e1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a81585c574e2e3e1","status":"passed","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"d0fbd67e165371f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0fbd67e165371f0","status":"passed","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"2c905ee4d50d435d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c905ee4d50d435d","status":"passed","time":{"start":1707736878972,"stop":1707736878973,"duration":1}},{"uid":"c51cf9ac5fa3adfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c51cf9ac5fa3adfc","status":"passed","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"tags":[]},"source":"253bb059c691422.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2542d60ddce53ac.json b/6406/data/test-cases/2542d60ddce53ac.json new file mode 100644 index 00000000000..d63deaad059 --- /dev/null +++ b/6406/data/test-cases/2542d60ddce53ac.json @@ -0,0 +1 @@ +{"uid":"2542d60ddce53ac","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":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"58b198a6e3ee99e8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58b198a6e3ee99e8","status":"passed","time":{"start":1707777997105,"stop":1707777997105,"duration":0}},{"uid":"b72a944b6ef7514e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b72a944b6ef7514e","status":"passed","time":{"start":1707775275745,"stop":1707775275745,"duration":0}},{"uid":"c719fcca10ff56db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c719fcca10ff56db","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b58da7cc233622f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b58da7cc233622f8","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"duration":0}},{"uid":"c09ef7dffb8ddce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c09ef7dffb8ddce1","status":"passed","time":{"start":1707769883313,"stop":1707769883314,"duration":1}},{"uid":"6fc8ba5d53b3876b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc8ba5d53b3876b","status":"passed","time":{"start":1707759981456,"stop":1707759981456,"duration":0}},{"uid":"505f8d403b1b68ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/505f8d403b1b68ea","status":"passed","time":{"start":1707757676036,"stop":1707757676036,"duration":0}},{"uid":"f57d8ea1557ead6c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f57d8ea1557ead6c","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"3baea801530ae79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3baea801530ae79","status":"passed","time":{"start":1707753713235,"stop":1707753713244,"duration":9}},{"uid":"9f4065f408fd2013","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9f4065f408fd2013","status":"passed","time":{"start":1707753448088,"stop":1707753448089,"duration":1}},{"uid":"286b477847dcf156","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/286b477847dcf156","status":"passed","time":{"start":1707750840031,"stop":1707750840031,"duration":0}},{"uid":"3a47631e4f7eae1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a47631e4f7eae1a","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"b2cdf1ec47019d9f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b2cdf1ec47019d9f","status":"passed","time":{"start":1707735955220,"stop":1707735955221,"duration":1}}]},"tags":[]},"source":"2542d60ddce53ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/259a77639d0ee691.json b/6406/data/test-cases/259a77639d0ee691.json new file mode 100644 index 00000000000..97e7f8721cb --- /dev/null +++ b/6406/data/test-cases/259a77639d0ee691.json @@ -0,0 +1 @@ +{"uid":"259a77639d0ee691","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":1707792846324,"stop":1707792846325,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"dialPeer method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"dialPeer method"},{"name":"subSuite","value":"For bootstrap peers"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4fd5791c7aeaded3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4fd5791c7aeaded3","status":"passed","time":{"start":1707777795164,"stop":1707777795164,"duration":0}},{"uid":"17cbf11733f661a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17cbf11733f661a1","status":"passed","time":{"start":1707775070517,"stop":1707775070517,"duration":0}},{"uid":"c3f716f0deb68be3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3f716f0deb68be3","status":"passed","time":{"start":1707774873412,"stop":1707774873412,"duration":0}},{"uid":"42266912e0fcff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42266912e0fcff","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"duration":0}},{"uid":"2dea9e4c6c8d7110","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2dea9e4c6c8d7110","status":"passed","time":{"start":1707769673026,"stop":1707769673026,"duration":0}},{"uid":"d9a903d74d393f4c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9a903d74d393f4c","status":"passed","time":{"start":1707759767765,"stop":1707759767766,"duration":1}},{"uid":"851894b787aa51da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/851894b787aa51da","status":"passed","time":{"start":1707757463878,"stop":1707757463879,"duration":1}},{"uid":"86ff690cbe6b157c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/86ff690cbe6b157c","status":"passed","time":{"start":1707756091992,"stop":1707756091993,"duration":1}},{"uid":"8103d02e3e45c908","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8103d02e3e45c908","status":"passed","time":{"start":1707753510234,"stop":1707753510235,"duration":1}},{"uid":"a273ded30f59d6d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a273ded30f59d6d0","status":"passed","time":{"start":1707753240422,"stop":1707753240423,"duration":1}},{"uid":"949aa8d6f48b17d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/949aa8d6f48b17d0","status":"passed","time":{"start":1707750639410,"stop":1707750639411,"duration":1}},{"uid":"8424306a1d2f71de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8424306a1d2f71de","status":"passed","time":{"start":1707736555755,"stop":1707736555756,"duration":1}},{"uid":"346e4ebf451d77d4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/346e4ebf451d77d4","status":"passed","time":{"start":1707735739987,"stop":1707735739988,"duration":1}}]},"tags":[]},"source":"259a77639d0ee691.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/25dd018bf4475d2.json b/6406/data/test-cases/25dd018bf4475d2.json new file mode 100644 index 00000000000..d271aa5c6e6 --- /dev/null +++ b/6406/data/test-cases/25dd018bf4475d2.json @@ -0,0 +1 @@ +{"uid":"25dd018bf4475d2","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":1707793168672,"stop":1707793168673,"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":14,"unknown":0,"total":14},"items":[{"uid":"1f0c434400d0c7fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f0c434400d0c7fc","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"836728d4c118dbf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/836728d4c118dbf7","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"a2131c570a2d10cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2131c570a2d10cf","status":"passed","time":{"start":1707775219994,"stop":1707775219994,"duration":0}},{"uid":"5728cf043ad33e0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5728cf043ad33e0f","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"7e5ceff08a5e8a63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e5ceff08a5e8a63","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"ffd288b3a02e02ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffd288b3a02e02ef","status":"passed","time":{"start":1707760106454,"stop":1707760106455,"duration":1}},{"uid":"3fbdc9e74b4f37e1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3fbdc9e74b4f37e1","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"dfa91c28069bd13c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfa91c28069bd13c","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"49f80c70bb6ecc5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49f80c70bb6ecc5c","status":"passed","time":{"start":1707753796546,"stop":1707753796546,"duration":0}},{"uid":"102fc05caa1c63f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/102fc05caa1c63f5","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"df626f812ca010cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/df626f812ca010cb","status":"passed","time":{"start":1707750964800,"stop":1707750964800,"duration":0}},{"uid":"60ce7e8acdb16d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60ce7e8acdb16d60","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"bbb7fe29877b8e83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bbb7fe29877b8e83","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"tags":[]},"source":"25dd018bf4475d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/bc98d18789c9415e.json b/6406/data/test-cases/262bad25ddf8cedd.json similarity index 85% rename from 6379/data/test-cases/bc98d18789c9415e.json rename to 6406/data/test-cases/262bad25ddf8cedd.json index 46bb09794c0..793799d9293 100644 --- a/6379/data/test-cases/bc98d18789c9415e.json +++ b/6406/data/test-cases/262bad25ddf8cedd.json @@ -1 +1 @@ -{"uid":"bc98d18789c9415e","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":1707419080393,"stop":1707419080393,"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":18,"unknown":0,"total":18},"items":[{"uid":"b6f9017bdcec79d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b6f9017bdcec79d","status":"passed","time":{"start":1707418322011,"stop":1707418322011,"duration":0}},{"uid":"e2d1198419f45a01","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e2d1198419f45a01","status":"passed","time":{"start":1707418259974,"stop":1707418259975,"duration":1}},{"uid":"efa321ad12e3d2ab","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/efa321ad12e3d2ab","status":"passed","time":{"start":1707412707103,"stop":1707412707104,"duration":1}},{"uid":"b211cbc37cf2b03a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b211cbc37cf2b03a","status":"passed","time":{"start":1707411118088,"stop":1707411118089,"duration":1}},{"uid":"8e60bdd0948d5efb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8e60bdd0948d5efb","status":"passed","time":{"start":1707409587909,"stop":1707409587910,"duration":1}},{"uid":"3d99b90b74f07720","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3d99b90b74f07720","status":"passed","time":{"start":1707408980202,"stop":1707408980203,"duration":1}},{"uid":"de230293dfcf3866","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/de230293dfcf3866","status":"passed","time":{"start":1707408927115,"stop":1707408927115,"duration":0}},{"uid":"261c88899855928a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/261c88899855928a","status":"passed","time":{"start":1707408458725,"stop":1707408458726,"duration":1}},{"uid":"9bac622e21bfe858","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9bac622e21bfe858","status":"passed","time":{"start":1707407520216,"stop":1707407520217,"duration":1}},{"uid":"eb0f5a90238ae203","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/eb0f5a90238ae203","status":"passed","time":{"start":1707407427622,"stop":1707407427622,"duration":0}},{"uid":"f92e3043ea582618","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f92e3043ea582618","status":"passed","time":{"start":1707404404300,"stop":1707404404300,"duration":0}},{"uid":"fe2a6b826de666af","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fe2a6b826de666af","status":"passed","time":{"start":1707375846749,"stop":1707375846749,"duration":0}},{"uid":"21f440ed8fc6a5e2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/21f440ed8fc6a5e2","status":"passed","time":{"start":1707373035616,"stop":1707373035617,"duration":1}},{"uid":"e046c9659d2e5440","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e046c9659d2e5440","status":"passed","time":{"start":1707359236203,"stop":1707359236203,"duration":0}},{"uid":"8d70e257a643c20d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8d70e257a643c20d","status":"passed","time":{"start":1707357965174,"stop":1707357965174,"duration":0}},{"uid":"684a89b7977fdaeb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/684a89b7977fdaeb","status":"passed","time":{"start":1707357048192,"stop":1707357048193,"duration":1}},{"uid":"66918e846ea3f246","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/66918e846ea3f246","status":"passed","time":{"start":1707355141604,"stop":1707355141604,"duration":0}}]},"tags":[]},"source":"bc98d18789c9415e.json","parameterValues":[]} \ No newline at end of file +{"uid":"262bad25ddf8cedd","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":1707793238862,"stop":1707793238862,"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":14,"unknown":0,"total":14},"items":[{"uid":"e8e008ee6fe4dc06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8e008ee6fe4dc06","status":"passed","time":{"start":1707778202464,"stop":1707778202464,"duration":0}},{"uid":"381cc80504fa0525","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/381cc80504fa0525","status":"passed","time":{"start":1707775486608,"stop":1707775486608,"duration":0}},{"uid":"dbfd2d71fde6dee6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbfd2d71fde6dee6","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"428caac747694461","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/428caac747694461","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1}},{"uid":"75c1e56a1ebc6f06","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/75c1e56a1ebc6f06","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"c1e3c610421c0af0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1e3c610421c0af0","status":"passed","time":{"start":1707760173995,"stop":1707760173996,"duration":1}},{"uid":"49cb19e1323aaf49","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb19e1323aaf49","status":"passed","time":{"start":1707757873904,"stop":1707757873904,"duration":0}},{"uid":"d09f06121eb622da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d09f06121eb622da","status":"passed","time":{"start":1707756499893,"stop":1707756499896,"duration":3}},{"uid":"2edde3dcbbe32431","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2edde3dcbbe32431","status":"passed","time":{"start":1707753870422,"stop":1707753870423,"duration":1}},{"uid":"12ec69eeb9ccc886","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12ec69eeb9ccc886","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"5959e532dc26e96a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5959e532dc26e96a","status":"passed","time":{"start":1707751019562,"stop":1707751019562,"duration":0}},{"uid":"5bd626a342634038","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd626a342634038","status":"passed","time":{"start":1707736947837,"stop":1707736947837,"duration":0}},{"uid":"d86fa1f1a45d412f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d86fa1f1a45d412f","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"tags":[]},"source":"262bad25ddf8cedd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/264cab64810850bc.json b/6406/data/test-cases/264cab64810850bc.json new file mode 100644 index 00000000000..e949ac9632d --- /dev/null +++ b/6406/data/test-cases/264cab64810850bc.json @@ -0,0 +1 @@ +{"uid":"264cab64810850bc","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":1707792958827,"stop":1707792958828,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"b4879015fb3aac45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4879015fb3aac45","status":"passed","time":{"start":1707777997103,"stop":1707777997103,"duration":0}},{"uid":"c63b0c80c4578271","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c63b0c80c4578271","status":"passed","time":{"start":1707775275743,"stop":1707775275743,"duration":0}},{"uid":"fc72ce1fca31b4ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc72ce1fca31b4ca","status":"passed","time":{"start":1707775085875,"stop":1707775085876,"duration":1}},{"uid":"ed8df1fe845645aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed8df1fe845645aa","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5}},{"uid":"98e17e6fee863bbd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e17e6fee863bbd","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"81369c5202aa8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81369c5202aa8fe","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"20a253e8be17511e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20a253e8be17511e","status":"passed","time":{"start":1707757676033,"stop":1707757676034,"duration":1}},{"uid":"6218629072bf8e17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6218629072bf8e17","status":"passed","time":{"start":1707756304420,"stop":1707756304420,"duration":0}},{"uid":"215fee392f3184bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/215fee392f3184bb","status":"passed","time":{"start":1707753713233,"stop":1707753713233,"duration":0}},{"uid":"1f1dc1b792a2551e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1dc1b792a2551e","status":"passed","time":{"start":1707753448080,"stop":1707753448081,"duration":1}},{"uid":"cf13291d10f7e2fd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf13291d10f7e2fd","status":"passed","time":{"start":1707750840027,"stop":1707750840028,"duration":1}},{"uid":"3cfd3df6a79fdc96","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3cfd3df6a79fdc96","status":"passed","time":{"start":1707736764985,"stop":1707736764985,"duration":0}},{"uid":"f4415bfa10ce0b87","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f4415bfa10ce0b87","status":"passed","time":{"start":1707735955217,"stop":1707735955218,"duration":1}}]},"tags":[]},"source":"264cab64810850bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2655c6cc6d6dabd.json b/6406/data/test-cases/2655c6cc6d6dabd.json new file mode 100644 index 00000000000..358f43aac48 --- /dev/null +++ b/6406/data/test-cases/2655c6cc6d6dabd.json @@ -0,0 +1 @@ +{"uid":"2655c6cc6d6dabd","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/running_nodes.spec.ts: Static Sharding: Running Nodes > configure the node with multiple pubsub topics","historyId":"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793243275,"stop":1707793243275,"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}],"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}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"3eacc6214db404fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3eacc6214db404fd","status":"passed","time":{"start":1707778194716,"stop":1707778194717,"duration":1}},{"uid":"98e786fa99ac35ea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98e786fa99ac35ea","status":"passed","time":{"start":1707775487315,"stop":1707775487316,"duration":1}},{"uid":"aa43f3107db2e970","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa43f3107db2e970","status":"passed","time":{"start":1707775286620,"stop":1707775286620,"duration":0}},{"uid":"4f71c2d4fda46ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f71c2d4fda46ac5","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"duration":1}},{"uid":"d4678a364cba65a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d4678a364cba65a6","status":"passed","time":{"start":1707770006112,"stop":1707770006112,"duration":0}},{"uid":"615104577f56529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/615104577f56529b","status":"passed","time":{"start":1707760178495,"stop":1707760178496,"duration":1}},{"uid":"e141acbb815f2b86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e141acbb815f2b86","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"1d2d3224c5c0731d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d2d3224c5c0731d","status":"passed","time":{"start":1707756509482,"stop":1707756509482,"duration":0}},{"uid":"3c77c8d009362f37","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c77c8d009362f37","status":"passed","time":{"start":1707753810714,"stop":1707753810715,"duration":1}},{"uid":"8f8a83c954601ebe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8f8a83c954601ebe","status":"passed","time":{"start":1707753662126,"stop":1707753662127,"duration":1}},{"uid":"95eb853c488c2ad5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95eb853c488c2ad5","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020601,"stop":1707751020601,"duration":0}},{"uid":"63a255dd8da98744","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63a255dd8da98744","status":"passed","time":{"start":1707736955776,"stop":1707736955777,"duration":1}},{"uid":"bd350bddf5b30cc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd350bddf5b30cc3","status":"passed","time":{"start":1707736167316,"stop":1707736167317,"duration":1}}]},"tags":[]},"source":"2655c6cc6d6dabd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/fa65a0ffee129853.json b/6406/data/test-cases/267990520de738a7.json similarity index 80% rename from 6379/data/test-cases/fa65a0ffee129853.json rename to 6406/data/test-cases/267990520de738a7.json index 350e2d6e3d4..878f6994b5e 100644 --- a/6379/data/test-cases/fa65a0ffee129853.json +++ b/6406/data/test-cases/267990520de738a7.json @@ -1 +1 @@ -{"uid":"fa65a0ffee129853","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":1707418841931,"stop":1707418841932,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"9a459b0475c503e2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9a459b0475c503e2","status":"passed","time":{"start":1707418071893,"stop":1707418071893,"duration":0}},{"uid":"aa711c574d1b4c17","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/aa711c574d1b4c17","status":"passed","time":{"start":1707418027861,"stop":1707418027861,"duration":0}},{"uid":"cf758dfd30e067a9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cf758dfd30e067a9","status":"passed","time":{"start":1707412447287,"stop":1707412447287,"duration":0}},{"uid":"8117f24a0c9d43fb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8117f24a0c9d43fb","status":"passed","time":{"start":1707410887008,"stop":1707410887008,"duration":0}},{"uid":"717672f34d96fd7b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/717672f34d96fd7b","status":"passed","time":{"start":1707409360830,"stop":1707409360830,"duration":0}},{"uid":"f6c8697babb22c6c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f6c8697babb22c6c","status":"passed","time":{"start":1707408754548,"stop":1707408754549,"duration":1}},{"uid":"1ce168eb6e6766a0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1ce168eb6e6766a0","status":"passed","time":{"start":1707408697988,"stop":1707408697990,"duration":2}},{"uid":"1144998d242f5780","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1144998d242f5780","status":"passed","time":{"start":1707408233028,"stop":1707408233028,"duration":0}},{"uid":"974fe3442791a430","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/974fe3442791a430","status":"passed","time":{"start":1707407282971,"stop":1707407282971,"duration":0}},{"uid":"710ea0b3627ee2ac","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/710ea0b3627ee2ac","status":"passed","time":{"start":1707407158621,"stop":1707407158621,"duration":0}},{"uid":"e3838c9592305fd1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e3838c9592305fd1","status":"passed","time":{"start":1707404183590,"stop":1707404183590,"duration":0}},{"uid":"fb2b16c6fd15ceeb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fb2b16c6fd15ceeb","status":"passed","time":{"start":1707375605074,"stop":1707375605076,"duration":2}},{"uid":"d047e409027cc3cc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d047e409027cc3cc","status":"passed","time":{"start":1707372815496,"stop":1707372815496,"duration":0}},{"uid":"b448720dfb388881","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b448720dfb388881","status":"passed","time":{"start":1707358982991,"stop":1707358982991,"duration":0}},{"uid":"898cd15b12835781","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/898cd15b12835781","status":"passed","time":{"start":1707357747305,"stop":1707357747306,"duration":1}},{"uid":"35e9765cbb7c40c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/35e9765cbb7c40c8","status":"passed","time":{"start":1707356855802,"stop":1707356855802,"duration":0}},{"uid":"84c7a91ce0f6b014","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/84c7a91ce0f6b014","status":"passed","time":{"start":1707354894908,"stop":1707354894909,"duration":1}}]},"tags":[]},"source":"fa65a0ffee129853.json","parameterValues":[]} \ No newline at end of file +{"uid":"267990520de738a7","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":1707793028274,"stop":1707793028275,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"59e5256e043fd57c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59e5256e043fd57c","status":"passed","time":{"start":1707777972997,"stop":1707777972998,"duration":1}},{"uid":"e64d7e4c40d7269b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e64d7e4c40d7269b","status":"passed","time":{"start":1707775244527,"stop":1707775244528,"duration":1}},{"uid":"5a77fba4cda0c905","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a77fba4cda0c905","status":"passed","time":{"start":1707775050816,"stop":1707775050816,"duration":0}},{"uid":"ab594840c6e935a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab594840c6e935a3","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"381da12171c18088","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/381da12171c18088","status":"passed","time":{"start":1707769843142,"stop":1707769843142,"duration":0}},{"uid":"9e938a207e469e40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e938a207e469e40","status":"passed","time":{"start":1707759965191,"stop":1707759965192,"duration":1}},{"uid":"77d360f6e40120c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77d360f6e40120c2","status":"passed","time":{"start":1707757644388,"stop":1707757644388,"duration":0}},{"uid":"a86fe405765ca910","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a86fe405765ca910","status":"passed","time":{"start":1707756267903,"stop":1707756267904,"duration":1}},{"uid":"c97f071d81142ade","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97f071d81142ade","status":"passed","time":{"start":1707753668029,"stop":1707753668030,"duration":1}},{"uid":"4ba3e86851b7afb2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4ba3e86851b7afb2","status":"passed","time":{"start":1707753423534,"stop":1707753423536,"duration":2}},{"uid":"5412c529f39f58c3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5412c529f39f58c3","status":"passed","time":{"start":1707750796029,"stop":1707750796029,"duration":0}},{"uid":"3db1a7d3c92f330a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3db1a7d3c92f330a","status":"passed","time":{"start":1707736730642,"stop":1707736730643,"duration":1}},{"uid":"ca0697d234a468be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca0697d234a468be","status":"passed","time":{"start":1707735912117,"stop":1707735912118,"duration":1}}]},"tags":[]},"source":"267990520de738a7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d05a88757afe2e71.json b/6406/data/test-cases/26bb3a7e13fc4edc.json similarity index 87% rename from 6379/data/test-cases/d05a88757afe2e71.json rename to 6406/data/test-cases/26bb3a7e13fc4edc.json index 487a7c2f6fb..f5c5cc5d272 100644 --- a/6379/data/test-cases/d05a88757afe2e71.json +++ b/6406/data/test-cases/26bb3a7e13fc4edc.json @@ -1 +1 @@ -{"uid":"d05a88757afe2e71","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":1707419247771,"stop":1707419247772,"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":17,"unknown":0,"total":17},"items":[{"uid":"bc3a4085263f5d58","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bc3a4085263f5d58","status":"passed","time":{"start":1707418479338,"stop":1707418479338,"duration":0}},{"uid":"289a1b82895532ae","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/289a1b82895532ae","status":"passed","time":{"start":1707418420793,"stop":1707418420793,"duration":0}},{"uid":"daaf42f08ca0c871","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/daaf42f08ca0c871","status":"passed","time":{"start":1707412716428,"stop":1707412716429,"duration":1}},{"uid":"b59e52650fc83677","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b59e52650fc83677","status":"passed","time":{"start":1707411275200,"stop":1707411275200,"duration":0}},{"uid":"848d97693465bb7c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/848d97693465bb7c","status":"passed","time":{"start":1707409745065,"stop":1707409745065,"duration":0}},{"uid":"d9f9a718d8fbbc92","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d9f9a718d8fbbc92","status":"passed","time":{"start":1707409135318,"stop":1707409135318,"duration":0}},{"uid":"1a8c900efe95faeb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1a8c900efe95faeb","status":"passed","time":{"start":1707409077128,"stop":1707409077129,"duration":1}},{"uid":"f34fe6c374fe2f8f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f34fe6c374fe2f8f","status":"passed","time":{"start":1707408618355,"stop":1707408618355,"duration":0}},{"uid":"3addb939aa3ee34d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3addb939aa3ee34d","status":"passed","time":{"start":1707407695600,"stop":1707407695601,"duration":1}},{"uid":"9dc498c440e59f40","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9dc498c440e59f40","status":"passed","time":{"start":1707407563837,"stop":1707407563837,"duration":0}},{"uid":"fc386cd7a3e6188a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fc386cd7a3e6188a","status":"passed","time":{"start":1707404565398,"stop":1707404565398,"duration":0}},{"uid":"da13c32b801ba7dc","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/da13c32b801ba7dc","status":"passed","time":{"start":1707376005064,"stop":1707376005064,"duration":0}},{"uid":"d2d38fab40e0941d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d2d38fab40e0941d","status":"passed","time":{"start":1707373209927,"stop":1707373209927,"duration":0}},{"uid":"dedf7fe7f82a0be2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dedf7fe7f82a0be2","status":"passed","time":{"start":1707359407155,"stop":1707359407155,"duration":0}},{"uid":"bcf90adc535521d6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bcf90adc535521d6","status":"passed","time":{"start":1707358162770,"stop":1707358162770,"duration":0}},{"uid":"fdf24a214bc8342f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fdf24a214bc8342f","status":"passed","time":{"start":1707355687988,"stop":1707355687988,"duration":0}}]},"tags":[]},"source":"d05a88757afe2e71.json","parameterValues":[]} \ No newline at end of file +{"uid":"26bb3a7e13fc4edc","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":1707793370632,"stop":1707793370632,"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":13,"unknown":0,"total":13},"items":[{"uid":"d0b46c1e0cf8eb64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0b46c1e0cf8eb64","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"6ac483bf57dee70b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ac483bf57dee70b","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"758484b34fa4e566","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/758484b34fa4e566","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"a0e674fc5d0b7112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e674fc5d0b7112","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"1c16b81dc1e6814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c16b81dc1e6814","status":"passed","time":{"start":1707770208544,"stop":1707770208545,"duration":1}},{"uid":"1fbc351527d2bd8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fbc351527d2bd8f","status":"passed","time":{"start":1707760335948,"stop":1707760335948,"duration":0}},{"uid":"d53d6ac1011ca957","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d53d6ac1011ca957","status":"passed","time":{"start":1707758023533,"stop":1707758023533,"duration":0}},{"uid":"f90803390de922f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f90803390de922f8","status":"passed","time":{"start":1707756664002,"stop":1707756664002,"duration":0}},{"uid":"5d4663cc6274c7af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d4663cc6274c7af","status":"passed","time":{"start":1707753837168,"stop":1707753837168,"duration":0}},{"uid":"fb9d07d04f8a1949","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb9d07d04f8a1949","status":"passed","time":{"start":1707751136309,"stop":1707751136319,"duration":10}},{"uid":"1634a3cd1cc3a5ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1634a3cd1cc3a5ac","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"683ce74e6df950b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/683ce74e6df950b4","status":"passed","time":{"start":1707736322656,"stop":1707736322657,"duration":1}}]},"tags":[]},"source":"26bb3a7e13fc4edc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/eb200ebf286b8aa3.json b/6406/data/test-cases/27b4054fcb2f1709.json similarity index 63% rename from 6379/data/test-cases/eb200ebf286b8aa3.json rename to 6406/data/test-cases/27b4054fcb2f1709.json index 1f7add7716a..a65f9fa9ca2 100644 --- a/6379/data/test-cases/eb200ebf286b8aa3.json +++ b/6406/data/test-cases/27b4054fcb2f1709.json @@ -1 +1 @@ -{"uid":"eb200ebf286b8aa3","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418616286,"stop":1707418616286,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"eb200ebf286b8aa3.json","parameterValues":[]} \ No newline at end of file +{"uid":"27b4054fcb2f1709","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792553,"stop":1707792792554,"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":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"27b4054fcb2f1709.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/28198ce3e94ada21.json b/6406/data/test-cases/28198ce3e94ada21.json new file mode 100644 index 00000000000..00751a7b4d7 --- /dev/null +++ b/6406/data/test-cases/28198ce3e94ada21.json @@ -0,0 +1 @@ +{"uid":"28198ce3e94ada21","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":1707792800818,"stop":1707792800819,"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":14,"unknown":0,"total":14},"items":[{"uid":"5516c3358a197367","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5516c3358a197367","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"50a61165e70e46d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50a61165e70e46d2","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"b80d56322e9492a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b80d56322e9492a5","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"32c922f0d1d2459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32c922f0d1d2459","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"6ef2572784daf32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef2572784daf32c","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"44ec246801b5bcf2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44ec246801b5bcf2","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"8a10d56bb6e2b942","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a10d56bb6e2b942","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"f9c8b2aa9d7837f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f9c8b2aa9d7837f1","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b68aa65734c0a6f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b68aa65734c0a6f6","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"5132ed222715e9d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5132ed222715e9d0","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"13991bfe0a32481","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13991bfe0a32481","status":"passed","time":{"start":1707750594369,"stop":1707750594370,"duration":1}},{"uid":"43ba3673170ccdd7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43ba3673170ccdd7","status":"passed","time":{"start":1707736511743,"stop":1707736511743,"duration":0}},{"uid":"a0cd4feac2a96b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a0cd4feac2a96b15","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"tags":[]},"source":"28198ce3e94ada21.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/283cd2f9eaa49d3c.json b/6406/data/test-cases/283cd2f9eaa49d3c.json new file mode 100644 index 00000000000..366c6438697 --- /dev/null +++ b/6406/data/test-cases/283cd2f9eaa49d3c.json @@ -0,0 +1 @@ +{"uid":"283cd2f9eaa49d3c","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":1707792792593,"stop":1707792792593,"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":14,"unknown":0,"total":14},"items":[{"uid":"cd9cb0114d617c6a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd9cb0114d617c6a","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"7c9491f3cb121c84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c9491f3cb121c84","status":"passed","time":{"start":1707775017868,"stop":1707775017869,"duration":1}},{"uid":"ecf569eec66e5e5a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecf569eec66e5e5a","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"4dcea99a378b752a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dcea99a378b752a","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d8d70b11034c2bca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d8d70b11034c2bca","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"573acbcf69c2dc2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/573acbcf69c2dc2d","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2ecee5590275d445","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ecee5590275d445","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"b1a92456749e89cf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1a92456749e89cf","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"87cc7479588a4625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/87cc7479588a4625","status":"passed","time":{"start":1707753457116,"stop":1707753457116,"duration":0}},{"uid":"fda22a40247591d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fda22a40247591d0","status":"passed","time":{"start":1707753185098,"stop":1707753185098,"duration":0}},{"uid":"e018d3da32b085e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e018d3da32b085e2","status":"passed","time":{"start":1707750585900,"stop":1707750585901,"duration":1}},{"uid":"8d0672f91c759a27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d0672f91c759a27","status":"passed","time":{"start":1707736503317,"stop":1707736503318,"duration":1}},{"uid":"2145c03ae4b7106b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2145c03ae4b7106b","status":"passed","time":{"start":1707735684652,"stop":1707735684652,"duration":0}}]},"tags":[]},"source":"283cd2f9eaa49d3c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/57790fb4c443d315.json b/6406/data/test-cases/28847ed8a12aa789.json similarity index 81% rename from 6379/data/test-cases/57790fb4c443d315.json rename to 6406/data/test-cases/28847ed8a12aa789.json index a21d3c8a6f9..322e6a9467f 100644 --- a/6379/data/test-cases/57790fb4c443d315.json +++ b/6406/data/test-cases/28847ed8a12aa789.json @@ -1 +1 @@ -{"uid":"57790fb4c443d315","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":1707419181390,"stop":1707419181390,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"bc8381877b4a62da","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bc8381877b4a62da","status":"passed","time":{"start":1707418419709,"stop":1707418419709,"duration":0}},{"uid":"52ede27ef2e1e2c9","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/52ede27ef2e1e2c9","status":"passed","time":{"start":1707418388433,"stop":1707418388433,"duration":0}},{"uid":"6fcf4371e25f3043","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6fcf4371e25f3043","status":"passed","time":{"start":1707412796106,"stop":1707412796107,"duration":1}},{"uid":"d84d9f144523fc5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d84d9f144523fc5","status":"passed","time":{"start":1707411256040,"stop":1707411256040,"duration":0}},{"uid":"822b84235bd9ff4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/822b84235bd9ff4","status":"passed","time":{"start":1707409690297,"stop":1707409690298,"duration":1}},{"uid":"83cbb276bba51487","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/83cbb276bba51487","status":"passed","time":{"start":1707409095911,"stop":1707409095912,"duration":1}},{"uid":"a4182e3c980259f2","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a4182e3c980259f2","status":"passed","time":{"start":1707409032372,"stop":1707409032373,"duration":1}},{"uid":"1c64cf7515d7f984","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1c64cf7515d7f984","status":"passed","time":{"start":1707408574195,"stop":1707408574204,"duration":9}},{"uid":"366277c01e8435aa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/366277c01e8435aa","status":"passed","time":{"start":1707407633835,"stop":1707407633836,"duration":1}},{"uid":"b5f10f8b00eeaef8","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b5f10f8b00eeaef8","status":"passed","time":{"start":1707407545206,"stop":1707407545206,"duration":0}},{"uid":"de64519cc17c8e85","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/de64519cc17c8e85","status":"passed","time":{"start":1707404532387,"stop":1707404532387,"duration":0}},{"uid":"c03c26febcf315f1","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c03c26febcf315f1","status":"passed","time":{"start":1707375958744,"stop":1707375958745,"duration":1}},{"uid":"47033883594a3f1e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/47033883594a3f1e","status":"passed","time":{"start":1707373157733,"stop":1707373157734,"duration":1}},{"uid":"4c5a7e38bd1bdb50","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4c5a7e38bd1bdb50","status":"passed","time":{"start":1707359355939,"stop":1707359355939,"duration":0}},{"uid":"6404e03d16ecf669","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6404e03d16ecf669","status":"passed","time":{"start":1707358094655,"stop":1707358094656,"duration":1}},{"uid":"e49e2d1b849fd1aa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e49e2d1b849fd1aa","status":"passed","time":{"start":1707357164906,"stop":1707357164906,"duration":0}},{"uid":"fa5290298014a710","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fa5290298014a710","status":"passed","time":{"start":1707355248764,"stop":1707355248765,"duration":1}}]},"tags":[]},"source":"57790fb4c443d315.json","parameterValues":[]} \ No newline at end of file +{"uid":"28847ed8a12aa789","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":1707793371095,"stop":1707793371095,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"40b700a4aff8893e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40b700a4aff8893e","status":"passed","time":{"start":1707778338831,"stop":1707778338832,"duration":1}},{"uid":"bff49d0cb09909e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bff49d0cb09909e1","status":"passed","time":{"start":1707775602012,"stop":1707775602013,"duration":1}},{"uid":"c4723d36a52e7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4723d36a52e7b","status":"passed","time":{"start":1707775390219,"stop":1707775390220,"duration":1}},{"uid":"3f00d15db25ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f00d15db25ad8f8","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1}},{"uid":"3d4fc4aabcb3910b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d4fc4aabcb3910b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1707769968720,"stop":1707769968721,"duration":1}},{"uid":"1691685ecf94b374","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1691685ecf94b374","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"83a9b5a811c1789a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83a9b5a811c1789a","status":"passed","time":{"start":1707758006702,"stop":1707758006703,"duration":1}},{"uid":"54abe516940de7e3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54abe516940de7e3","status":"passed","time":{"start":1707756617032,"stop":1707756617033,"duration":1}},{"uid":"84373c8a73e63ae6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/84373c8a73e63ae6","status":"passed","time":{"start":1707753988873,"stop":1707753988874,"duration":1}},{"uid":"e52e48ed04d4228b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e52e48ed04d4228b","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"37495b6fa0baf1b9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/37495b6fa0baf1b9","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"a90ce22bb9866db1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a90ce22bb9866db1","status":"passed","time":{"start":1707737091295,"stop":1707737091295,"duration":0}},{"uid":"c218bc6ce75ab15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218bc6ce75ab15","status":"passed","time":{"start":1707736260115,"stop":1707736260115,"duration":0}}]},"tags":[]},"source":"28847ed8a12aa789.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/290df14c419f6f56.json b/6406/data/test-cases/290df14c419f6f56.json new file mode 100644 index 00000000000..350cd34abd2 --- /dev/null +++ b/6406/data/test-cases/290df14c419f6f56.json @@ -0,0 +1 @@ +{"uid":"290df14c419f6f56","name":"isConnected bwtween 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > isConnected bwtween 2 js-waku relay nodes","historyId":"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792890685,"stop":1707792890686,"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":12,"unknown":0,"total":12},"items":[{"uid":"58f3065215900d8b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58f3065215900d8b","status":"passed","time":{"start":1707777837225,"stop":1707777837225,"duration":0}},{"uid":"6cbe19d676ec1464","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cbe19d676ec1464","status":"passed","time":{"start":1707775113060,"stop":1707775113060,"duration":0}},{"uid":"6dbbddef72566836","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6dbbddef72566836","status":"passed","time":{"start":1707774908736,"stop":1707774908736,"duration":0}},{"uid":"ff6afaa72a550ac3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff6afaa72a550ac3","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"duration":0}},{"uid":"20b0a2df7092156d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20b0a2df7092156d","status":"passed","time":{"start":1707769706674,"stop":1707769706674,"duration":0}},{"uid":"95c7b0c32e3c4c36","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95c7b0c32e3c4c36","status":"passed","time":{"start":1707759811411,"stop":1707759811411,"duration":0}},{"uid":"64debe3fd3a7448b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/64debe3fd3a7448b","status":"passed","time":{"start":1707757504687,"stop":1707757504687,"duration":0}},{"uid":"4a7923d618570dc5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4a7923d618570dc5","status":"passed","time":{"start":1707756131521,"stop":1707756131521,"duration":0}},{"uid":"b8f2da74da65a074","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8f2da74da65a074","status":"passed","time":{"start":1707753284218,"stop":1707753284219,"duration":1}},{"uid":"35e56e01ce15c786","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35e56e01ce15c786","status":"passed","time":{"start":1707736597191,"stop":1707736597192,"duration":1}},{"uid":"5c2338afcbc3f7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c2338afcbc3f7b1","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"tags":[]},"source":"290df14c419f6f56.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2956f03dc29cc7e6.json b/6406/data/test-cases/2956f03dc29cc7e6.json new file mode 100644 index 00000000000..541a7766802 --- /dev/null +++ b/6406/data/test-cases/2956f03dc29cc7e6.json @@ -0,0 +1 @@ +{"uid":"2956f03dc29cc7e6","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":1707793086602,"stop":1707793086603,"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":14,"unknown":0,"total":14},"items":[{"uid":"7b8c9127e042e3e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7b8c9127e042e3e7","status":"passed","time":{"start":1707778058487,"stop":1707778058487,"duration":0}},{"uid":"d864f102306090e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d864f102306090e1","status":"passed","time":{"start":1707775337146,"stop":1707775337147,"duration":1}},{"uid":"a2dc4f05591072a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2dc4f05591072a1","status":"passed","time":{"start":1707775143599,"stop":1707775143600,"duration":1}},{"uid":"2316c7bbf007624","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2316c7bbf007624","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"82533e0232cbc169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82533e0232cbc169","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"ceca70120184acfd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ceca70120184acfd","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"21bfa504b051a317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21bfa504b051a317","status":"passed","time":{"start":1707757736393,"stop":1707757736394,"duration":1}},{"uid":"51a460030f05ce84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51a460030f05ce84","status":"passed","time":{"start":1707756352340,"stop":1707756352340,"duration":0}},{"uid":"c8637a2d034954f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8637a2d034954f5","status":"passed","time":{"start":1707753768709,"stop":1707753768709,"duration":0}},{"uid":"e256f8dbed71616f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e256f8dbed71616f","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"ff08b1656511e6b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff08b1656511e6b3","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"3fd9fd189eaecc6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fd9fd189eaecc6b","status":"passed","time":{"start":1707736822680,"stop":1707736822680,"duration":0}},{"uid":"84ea959fa3b52e85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ea959fa3b52e85","status":"passed","time":{"start":1707736014742,"stop":1707736014742,"duration":0}}]},"tags":[]},"source":"2956f03dc29cc7e6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/29c08dd8a5f90d0b.json b/6406/data/test-cases/29c08dd8a5f90d0b.json new file mode 100644 index 00000000000..b136133d70e --- /dev/null +++ b/6406/data/test-cases/29c08dd8a5f90d0b.json @@ -0,0 +1 @@ +{"uid":"29c08dd8a5f90d0b","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":1707792805568,"stop":1707792805569,"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":14,"unknown":0,"total":14},"items":[{"uid":"ad7f7c1e19cdb631","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad7f7c1e19cdb631","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"255ac9a891d386c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/255ac9a891d386c4","status":"passed","time":{"start":1707775031071,"stop":1707775031072,"duration":1}},{"uid":"48319a02d831f1bc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48319a02d831f1bc","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"fe45b00675a1c1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe45b00675a1c1a7","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"duration":0}},{"uid":"87f2bdbcd8ad9ea1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87f2bdbcd8ad9ea1","status":"passed","time":{"start":1707769632866,"stop":1707769632866,"duration":0}},{"uid":"c6a430b86df62d1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6a430b86df62d1b","status":"passed","time":{"start":1707759727625,"stop":1707759727626,"duration":1}},{"uid":"edfbb66f4d2e7a3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edfbb66f4d2e7a3c","status":"passed","time":{"start":1707757422397,"stop":1707757422398,"duration":1}},{"uid":"14c68c5caf623470","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14c68c5caf623470","status":"passed","time":{"start":1707756051815,"stop":1707756051815,"duration":0}},{"uid":"c6ece7ccb7944f51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6ece7ccb7944f51","status":"passed","time":{"start":1707753470070,"stop":1707753470071,"duration":1}},{"uid":"71b3f37bd62a51b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71b3f37bd62a51b3","status":"passed","time":{"start":1707753198802,"stop":1707753198802,"duration":0}},{"uid":"106e4429930ed93e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/106e4429930ed93e","status":"passed","time":{"start":1707750599091,"stop":1707750599091,"duration":0}},{"uid":"75fab65628553e0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75fab65628553e0d","status":"passed","time":{"start":1707736516545,"stop":1707736516546,"duration":1}},{"uid":"41db695d1a4c96d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41db695d1a4c96d8","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"tags":[]},"source":"29c08dd8a5f90d0b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2a5d7f4abee648c1.json b/6406/data/test-cases/2a5d7f4abee648c1.json new file mode 100644 index 00000000000..15493786e04 --- /dev/null +++ b/6406/data/test-cases/2a5d7f4abee648c1.json @@ -0,0 +1 @@ +{"uid":"2a5d7f4abee648c1","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":1707793142791,"stop":1707793142792,"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":14,"unknown":0,"total":14},"items":[{"uid":"a8c6df1c2c5b9b42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a8c6df1c2c5b9b42","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"c830232604b5582c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c830232604b5582c","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"4b82126af5532949","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b82126af5532949","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"98212c86c0c01ef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98212c86c0c01ef5","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"duration":1}},{"uid":"5073e98af8c3db6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5073e98af8c3db6b","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"b89d2641e7245e79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89d2641e7245e79","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"62186f1aa8c82835","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62186f1aa8c82835","status":"passed","time":{"start":1707757782367,"stop":1707757782367,"duration":0}},{"uid":"b7b188863cc29b94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b7b188863cc29b94","status":"passed","time":{"start":1707756396100,"stop":1707756396101,"duration":1}},{"uid":"78b39a9cc0b408d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78b39a9cc0b408d1","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"e5d098484114e9ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5d098484114e9ed","status":"passed","time":{"start":1707753563087,"stop":1707753563097,"duration":10}},{"uid":"bbfaee35cb5e9f58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbfaee35cb5e9f58","status":"passed","time":{"start":1707750940652,"stop":1707750940653,"duration":1}},{"uid":"eec09fa7c7dce802","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec09fa7c7dce802","status":"passed","time":{"start":1707736870544,"stop":1707736870544,"duration":0}},{"uid":"1f7059bba4120bf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f7059bba4120bf1","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"tags":[]},"source":"2a5d7f4abee648c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/37122cde3e1a4a88.json b/6406/data/test-cases/2a6915f11d3b931c.json similarity index 86% rename from 6379/data/test-cases/37122cde3e1a4a88.json rename to 6406/data/test-cases/2a6915f11d3b931c.json index b9d7515b084..a3d4ff2bfe5 100644 --- a/6379/data/test-cases/37122cde3e1a4a88.json +++ b/6406/data/test-cases/2a6915f11d3b931c.json @@ -1 +1 @@ -{"uid":"37122cde3e1a4a88","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":1707419080410,"stop":1707419080410,"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":18,"unknown":0,"total":18},"items":[{"uid":"d0c5ee02cf2f3763","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d0c5ee02cf2f3763","status":"passed","time":{"start":1707418322024,"stop":1707418322024,"duration":0}},{"uid":"626097a499c92c9d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/626097a499c92c9d","status":"passed","time":{"start":1707418259987,"stop":1707418259987,"duration":0}},{"uid":"9dceefdcc7f6ece6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9dceefdcc7f6ece6","status":"passed","time":{"start":1707412707118,"stop":1707412707119,"duration":1}},{"uid":"4a0c91df930bda26","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4a0c91df930bda26","status":"passed","time":{"start":1707411118123,"stop":1707411118124,"duration":1}},{"uid":"6cb7ada24176a772","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6cb7ada24176a772","status":"passed","time":{"start":1707409587928,"stop":1707409587928,"duration":0}},{"uid":"4bbbf0e0dffe5bed","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4bbbf0e0dffe5bed","status":"passed","time":{"start":1707408980245,"stop":1707408980245,"duration":0}},{"uid":"63552dcdd16d6fd6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/63552dcdd16d6fd6","status":"passed","time":{"start":1707408927126,"stop":1707408927127,"duration":1}},{"uid":"d27429f5f7e15184","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d27429f5f7e15184","status":"passed","time":{"start":1707408458745,"stop":1707408458745,"duration":0}},{"uid":"df50808816dc281d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/df50808816dc281d","status":"passed","time":{"start":1707407520236,"stop":1707407520236,"duration":0}},{"uid":"3d924e49ffd1ce91","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3d924e49ffd1ce91","status":"passed","time":{"start":1707407427649,"stop":1707407427650,"duration":1}},{"uid":"7201afa84f8e88c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7201afa84f8e88c","status":"passed","time":{"start":1707404404312,"stop":1707404404312,"duration":0}},{"uid":"5e0249c46dabcd63","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5e0249c46dabcd63","status":"passed","time":{"start":1707375846759,"stop":1707375846759,"duration":0}},{"uid":"ab469aaa6dfa33e9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ab469aaa6dfa33e9","status":"passed","time":{"start":1707373035649,"stop":1707373035649,"duration":0}},{"uid":"536208b88ca8948f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/536208b88ca8948f","status":"passed","time":{"start":1707359236216,"stop":1707359236216,"duration":0}},{"uid":"930e26b6b7fd9772","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/930e26b6b7fd9772","status":"passed","time":{"start":1707357965201,"stop":1707357965202,"duration":1}},{"uid":"24eff36252bdab11","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/24eff36252bdab11","status":"passed","time":{"start":1707357048208,"stop":1707357048211,"duration":3}},{"uid":"326b2f464fe4aff7","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/326b2f464fe4aff7","status":"passed","time":{"start":1707355141618,"stop":1707355141618,"duration":0}}]},"tags":[]},"source":"37122cde3e1a4a88.json","parameterValues":[]} \ No newline at end of file +{"uid":"2a6915f11d3b931c","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":1707793238876,"stop":1707793238876,"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":14,"unknown":0,"total":14},"items":[{"uid":"3906c83c05aaf0c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3906c83c05aaf0c2","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"f51b950af7885673","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f51b950af7885673","status":"passed","time":{"start":1707775486634,"stop":1707775486635,"duration":1}},{"uid":"49edaf52b9ce99f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49edaf52b9ce99f7","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"bc380314f61838b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc380314f61838b4","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"duration":1}},{"uid":"31177efe2fcf278c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31177efe2fcf278c","status":"passed","time":{"start":1707770051398,"stop":1707770051399,"duration":1}},{"uid":"6a536bf111e454b9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a536bf111e454b9","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"8fbde3f843ff5421","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fbde3f843ff5421","status":"passed","time":{"start":1707757873926,"stop":1707757873926,"duration":0}},{"uid":"fdfb718f8c975b1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fdfb718f8c975b1d","status":"passed","time":{"start":1707756499908,"stop":1707756499908,"duration":0}},{"uid":"688c93871e7f7549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688c93871e7f7549","status":"passed","time":{"start":1707753870459,"stop":1707753870460,"duration":1}},{"uid":"b2dd7d9c88cbe54a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2dd7d9c88cbe54a","status":"passed","time":{"start":1707753647513,"stop":1707753647514,"duration":1}},{"uid":"4625aac1aaf96cc6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4625aac1aaf96cc6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"eebec89fa51ae570","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eebec89fa51ae570","status":"passed","time":{"start":1707736947851,"stop":1707736947852,"duration":1}},{"uid":"3c6134062e02113e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c6134062e02113e","status":"passed","time":{"start":1707736152507,"stop":1707736152508,"duration":1}}]},"tags":[]},"source":"2a6915f11d3b931c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2ab5be0a8f382983.json b/6406/data/test-cases/2ab5be0a8f382983.json new file mode 100644 index 00000000000..0536cdcd971 --- /dev/null +++ b/6406/data/test-cases/2ab5be0a8f382983.json @@ -0,0 +1 @@ +{"uid":"2ab5be0a8f382983","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":1707792800816,"stop":1707792800816,"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":14,"unknown":0,"total":14},"items":[{"uid":"ab39d4ffe1785ec5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab39d4ffe1785ec5","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"e9f4d8eff5084321","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9f4d8eff5084321","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"3facefbbcec37327","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3facefbbcec37327","status":"passed","time":{"start":1707774827856,"stop":1707774827857,"duration":1}},{"uid":"1af80a3ecf4813a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1af80a3ecf4813a4","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1}},{"uid":"a454d91d50736f5f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a454d91d50736f5f","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"8868daf9b8397de6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8868daf9b8397de6","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"2b6d89d8130248c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b6d89d8130248c0","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"74d99824fd5a669d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74d99824fd5a669d","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"228791cc35d81067","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/228791cc35d81067","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"10620d14ad9c5fcc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10620d14ad9c5fcc","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"35796c403dc01e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35796c403dc01e35","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"48935f0af08a6ed4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/48935f0af08a6ed4","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"56b4d6949e103404","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/56b4d6949e103404","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"tags":[]},"source":"2ab5be0a8f382983.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/49460078f5e4eb10.json b/6406/data/test-cases/2b520dfa7ae6cf87.json similarity index 97% rename from 6379/data/test-cases/49460078f5e4eb10.json rename to 6406/data/test-cases/2b520dfa7ae6cf87.json index 58ceb4f7e4a..b065895a6f8 100644 --- a/6379/data/test-cases/49460078f5e4eb10.json +++ b/6406/data/test-cases/2b520dfa7ae6cf87.json @@ -1 +1 @@ -{"uid":"49460078f5e4eb10","name":"Check received message with timestamp: 1707418663297 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1707418663297 ","historyId":"e81a56564cb62045825aeb73b54b2bd6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181440,"stop":1707419181441,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"49460078f5e4eb10.json","parameterValues":[]} \ No newline at end of file +{"uid":"2b520dfa7ae6cf87","name":"Check received message with timestamp: 1707792838371 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1707792838371 ","historyId":"28bd06466a44973bbe4282be84f85a6c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371117,"stop":1707793371117,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"2b520dfa7ae6cf87.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2bd6dc2a157e3582.json b/6406/data/test-cases/2bd6dc2a157e3582.json new file mode 100644 index 00000000000..f5934c2f7c9 --- /dev/null +++ b/6406/data/test-cases/2bd6dc2a157e3582.json @@ -0,0 +1 @@ +{"uid":"2bd6dc2a157e3582","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":1707793012513,"stop":1707793012513,"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":14,"unknown":0,"total":14},"items":[{"uid":"dc5470d73edb9d22","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc5470d73edb9d22","status":"passed","time":{"start":1707777977673,"stop":1707777977673,"duration":0}},{"uid":"f62771576f836de9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f62771576f836de9","status":"passed","time":{"start":1707775258471,"stop":1707775258472,"duration":1}},{"uid":"dcc721e574baaa07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcc721e574baaa07","status":"passed","time":{"start":1707775082033,"stop":1707775082034,"duration":1}},{"uid":"772398f880ab7e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/772398f880ab7e81","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"duration":0}},{"uid":"98a107e5f63a8ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98a107e5f63a8ede","status":"passed","time":{"start":1707769841910,"stop":1707769841910,"duration":0}},{"uid":"3d7a6ce52532bcc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d7a6ce52532bcc4","status":"passed","time":{"start":1707759921464,"stop":1707759921464,"duration":0}},{"uid":"45595d3da0cf0a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45595d3da0cf0a95","status":"passed","time":{"start":1707757624890,"stop":1707757624890,"duration":0}},{"uid":"bc661a28b315beff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc661a28b315beff","status":"passed","time":{"start":1707756261840,"stop":1707756261841,"duration":1}},{"uid":"183ff73b1c444ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/183ff73b1c444ee2","status":"passed","time":{"start":1707753651190,"stop":1707753651190,"duration":0}},{"uid":"4937e2caa2776965","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4937e2caa2776965","status":"passed","time":{"start":1707753409606,"stop":1707753409608,"duration":2}},{"uid":"c2fce5c1e4a4917","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2fce5c1e4a4917","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"24aea21f2c9f8637","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24aea21f2c9f8637","status":"passed","time":{"start":1707736708337,"stop":1707736708337,"duration":0}},{"uid":"880adcc041db973b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/880adcc041db973b","status":"passed","time":{"start":1707735914395,"stop":1707735914395,"duration":0}}]},"tags":[]},"source":"2bd6dc2a157e3582.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2c38f549c843826e.json b/6406/data/test-cases/2c38f549c843826e.json new file mode 100644 index 00000000000..20027f28adf --- /dev/null +++ b/6406/data/test-cases/2c38f549c843826e.json @@ -0,0 +1 @@ +{"uid":"2c38f549c843826e","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":1707793012514,"stop":1707793012515,"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":14,"unknown":0,"total":14},"items":[{"uid":"172c2f350df24d25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/172c2f350df24d25","status":"passed","time":{"start":1707777977675,"stop":1707777977675,"duration":0}},{"uid":"519aa41881349a55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/519aa41881349a55","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"cfe4bf46a1a66cc7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cfe4bf46a1a66cc7","status":"passed","time":{"start":1707775082036,"stop":1707775082036,"duration":0}},{"uid":"c90d387f9d25e45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c90d387f9d25e45","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0}},{"uid":"9faf7e334eb1a2cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9faf7e334eb1a2cb","status":"passed","time":{"start":1707769841912,"stop":1707769841912,"duration":0}},{"uid":"4c9c25bcc92d1855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9c25bcc92d1855","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"1909c4dc6997e311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1909c4dc6997e311","status":"passed","time":{"start":1707757624892,"stop":1707757624892,"duration":0}},{"uid":"9592a48480112d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9592a48480112d27","status":"passed","time":{"start":1707756261845,"stop":1707756261846,"duration":1}},{"uid":"b8d3728ea88b3f45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8d3728ea88b3f45","status":"passed","time":{"start":1707753651192,"stop":1707753651192,"duration":0}},{"uid":"868642a0af5e16fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/868642a0af5e16fa","status":"passed","time":{"start":1707753409610,"stop":1707753409610,"duration":0}},{"uid":"e9621676d4e35e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e9621676d4e35e35","status":"passed","time":{"start":1707750722060,"stop":1707750722060,"duration":0}},{"uid":"cf9d034dd61ee12d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf9d034dd61ee12d","status":"passed","time":{"start":1707736708339,"stop":1707736708340,"duration":1}},{"uid":"3699aee15bd52aef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3699aee15bd52aef","status":"passed","time":{"start":1707735914400,"stop":1707735914400,"duration":0}}]},"tags":[]},"source":"2c38f549c843826e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2c65db1aa2746771.json b/6406/data/test-cases/2c65db1aa2746771.json new file mode 100644 index 00000000000..705b1ac0099 --- /dev/null +++ b/6406/data/test-cases/2c65db1aa2746771.json @@ -0,0 +1 @@ +{"uid":"2c65db1aa2746771","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":1707792800005,"stop":1707792800005,"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":14,"unknown":0,"total":14},"items":[{"uid":"e2b07ffa4d694a0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2b07ffa4d694a0d","status":"passed","time":{"start":1707777749093,"stop":1707777749093,"duration":0}},{"uid":"8900b4b9aa24f081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8900b4b9aa24f081","status":"passed","time":{"start":1707775025526,"stop":1707775025527,"duration":1}},{"uid":"4d33a4e248f8812e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d33a4e248f8812e","status":"passed","time":{"start":1707774827058,"stop":1707774827058,"duration":0}},{"uid":"1324ff50fdeacbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1324ff50fdeacbe","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"duration":0}},{"uid":"4ba62f8ec7b26733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ba62f8ec7b26733","status":"passed","time":{"start":1707769627289,"stop":1707769627290,"duration":1}},{"uid":"2428b88b819c1f2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2428b88b819c1f2d","status":"passed","time":{"start":1707759722029,"stop":1707759722029,"duration":0}},{"uid":"8ca4bf989233d874","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ca4bf989233d874","status":"passed","time":{"start":1707757416838,"stop":1707757416838,"duration":0}},{"uid":"f4fe8ebb24cb1310","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f4fe8ebb24cb1310","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"956c45b3c53a98c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956c45b3c53a98c8","status":"passed","time":{"start":1707753464666,"stop":1707753464666,"duration":0}},{"uid":"38dc2f6ebf62c60f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/38dc2f6ebf62c60f","status":"passed","time":{"start":1707753192935,"stop":1707753192936,"duration":1}},{"uid":"1ce4773de5794b42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ce4773de5794b42","status":"passed","time":{"start":1707750593505,"stop":1707750593505,"duration":0}},{"uid":"819fca6914a39ed6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/819fca6914a39ed6","status":"passed","time":{"start":1707736510878,"stop":1707736510878,"duration":0}},{"uid":"ba6314280fcfcbb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ba6314280fcfcbb","status":"passed","time":{"start":1707735692287,"stop":1707735692288,"duration":1}}]},"tags":[]},"source":"2c65db1aa2746771.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c1d7ff424a90b2c8.json b/6406/data/test-cases/2cb7d0263fe43fb7.json similarity index 86% rename from 6379/data/test-cases/c1d7ff424a90b2c8.json rename to 6406/data/test-cases/2cb7d0263fe43fb7.json index 081dcfdcd65..c7afcb39de2 100644 --- a/6379/data/test-cases/c1d7ff424a90b2c8.json +++ b/6406/data/test-cases/2cb7d0263fe43fb7.json @@ -1 +1 @@ -{"uid":"c1d7ff424a90b2c8","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":1707419080399,"stop":1707419080399,"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":18,"unknown":0,"total":18},"items":[{"uid":"8fdc8b46c7f88ee9","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8fdc8b46c7f88ee9","status":"passed","time":{"start":1707418322015,"stop":1707418322015,"duration":0}},{"uid":"37beead11c1d9740","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/37beead11c1d9740","status":"passed","time":{"start":1707418259979,"stop":1707418259979,"duration":0}},{"uid":"43c677d6eecad627","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/43c677d6eecad627","status":"passed","time":{"start":1707412707109,"stop":1707412707109,"duration":0}},{"uid":"37dc55d262489818","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/37dc55d262489818","status":"passed","time":{"start":1707411118100,"stop":1707411118101,"duration":1}},{"uid":"c6d8dc3d96655375","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c6d8dc3d96655375","status":"passed","time":{"start":1707409587920,"stop":1707409587921,"duration":1}},{"uid":"5783f51234dc1227","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5783f51234dc1227","status":"passed","time":{"start":1707408980210,"stop":1707408980211,"duration":1}},{"uid":"f9b4bf35b1604ade","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f9b4bf35b1604ade","status":"passed","time":{"start":1707408927119,"stop":1707408927119,"duration":0}},{"uid":"7aa2a47475088934","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7aa2a47475088934","status":"passed","time":{"start":1707408458735,"stop":1707408458736,"duration":1}},{"uid":"348929be56508ca1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/348929be56508ca1","status":"passed","time":{"start":1707407520225,"stop":1707407520225,"duration":0}},{"uid":"8d84097315c1e9f3","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8d84097315c1e9f3","status":"passed","time":{"start":1707407427626,"stop":1707407427626,"duration":0}},{"uid":"6e4a5bf14080bcf3","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/6e4a5bf14080bcf3","status":"passed","time":{"start":1707404404305,"stop":1707404404305,"duration":0}},{"uid":"9349a8460adbf9a3","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9349a8460adbf9a3","status":"passed","time":{"start":1707375846752,"stop":1707375846752,"duration":0}},{"uid":"d6edfea4e76c9dd7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d6edfea4e76c9dd7","status":"passed","time":{"start":1707373035639,"stop":1707373035639,"duration":0}},{"uid":"1bba2ed18db3ac80","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1bba2ed18db3ac80","status":"passed","time":{"start":1707359236208,"stop":1707359236208,"duration":0}},{"uid":"d4e2a3d6a23e68b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d4e2a3d6a23e68b","status":"passed","time":{"start":1707357965190,"stop":1707357965191,"duration":1}},{"uid":"7e774879fb5dc296","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7e774879fb5dc296","status":"passed","time":{"start":1707357048201,"stop":1707357048202,"duration":1}},{"uid":"7dc6551678aa67a9","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7dc6551678aa67a9","status":"passed","time":{"start":1707355141609,"stop":1707355141609,"duration":0}}]},"tags":[]},"source":"c1d7ff424a90b2c8.json","parameterValues":[]} \ No newline at end of file +{"uid":"2cb7d0263fe43fb7","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":1707793238866,"stop":1707793238869,"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":14,"unknown":0,"total":14},"items":[{"uid":"8dc9cf2b3654a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8dc9cf2b3654a92b","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"ecde07bdd687f30e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ecde07bdd687f30e","status":"passed","time":{"start":1707775486617,"stop":1707775486618,"duration":1}},{"uid":"1d0661b0e17fe507","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d0661b0e17fe507","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"65d7be0f7ce83f63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65d7be0f7ce83f63","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"cb5644759cb8e5f3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb5644759cb8e5f3","status":"passed","time":{"start":1707770051369,"stop":1707770051373,"duration":4}},{"uid":"ee998fc62e5931ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee998fc62e5931ff","status":"passed","time":{"start":1707760174013,"stop":1707760174014,"duration":1}},{"uid":"9d8c52a5f287bbd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d8c52a5f287bbd1","status":"passed","time":{"start":1707757873917,"stop":1707757873918,"duration":1}},{"uid":"6f3f474ca2276a11","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f3f474ca2276a11","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"9b1ac705832ff006","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9b1ac705832ff006","status":"passed","time":{"start":1707753870427,"stop":1707753870439,"duration":12}},{"uid":"7f863e96f9fa750a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f863e96f9fa750a","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"3c3bc2cb184b9295","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c3bc2cb184b9295","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"88c3a6da8a90cb72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/88c3a6da8a90cb72","status":"passed","time":{"start":1707736947841,"stop":1707736947842,"duration":1}},{"uid":"58aa3460850a8f7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58aa3460850a8f7e","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"tags":[]},"source":"2cb7d0263fe43fb7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2cc89de92855880c.json b/6406/data/test-cases/2cc89de92855880c.json new file mode 100644 index 00000000000..dd900593602 --- /dev/null +++ b/6406/data/test-cases/2cc89de92855880c.json @@ -0,0 +1 @@ +{"uid":"2cc89de92855880c","name":"Used by Waku Relay","fullName":"/tests/waku.node.spec.ts: Decryption Keys > Used by Waku Relay","historyId":"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"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":14,"unknown":0,"total":14},"items":[{"uid":"d501b91992439533","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d501b91992439533","status":"passed","time":{"start":1707778381875,"stop":1707778381875,"duration":0}},{"uid":"b3e5ec6f9f84af93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3e5ec6f9f84af93","status":"passed","time":{"start":1707775653209,"stop":1707775653209,"duration":0}},{"uid":"d1e9121492024675","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e9121492024675","status":"passed","time":{"start":1707775455220,"stop":1707775455221,"duration":1}},{"uid":"9064372f064289bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9064372f064289bc","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0}},{"uid":"7c51184c0bdd93f5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7c51184c0bdd93f5","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"9e92ecbe6f8c85a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e92ecbe6f8c85a2","status":"passed","time":{"start":1707760345983,"stop":1707760345984,"duration":1}},{"uid":"1c467e96f666d6ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c467e96f666d6ea","status":"passed","time":{"start":1707758029746,"stop":1707758029747,"duration":1}},{"uid":"e5c90cf897f7a9c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e5c90cf897f7a9c1","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"ed0aaa8a5c21b1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0aaa8a5c21b1d","status":"passed","time":{"start":1707753981527,"stop":1707753981527,"duration":0}},{"uid":"a334237c5247b569","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a334237c5247b569","status":"passed","time":{"start":1707753832681,"stop":1707753832681,"duration":0}},{"uid":"ebd556c4dd2de95f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ebd556c4dd2de95f","status":"passed","time":{"start":1707751154820,"stop":1707751154821,"duration":1}},{"uid":"fc8db6d9a7de5c5c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc8db6d9a7de5c5c","status":"passed","time":{"start":1707737128059,"stop":1707737128060,"duration":1}},{"uid":"c2e2e1f7d5ecef15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c2e2e1f7d5ecef15","status":"passed","time":{"start":1707736326982,"stop":1707736326983,"duration":1}}]},"tags":[]},"source":"2cc89de92855880c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c426ead38ead1f58.json b/6406/data/test-cases/2ce3c8a69faf9a0e.json similarity index 77% rename from 6379/data/test-cases/c426ead38ead1f58.json rename to 6406/data/test-cases/2ce3c8a69faf9a0e.json index f8492e705a3..18a38e44a3d 100644 --- a/6379/data/test-cases/c426ead38ead1f58.json +++ b/6406/data/test-cases/2ce3c8a69faf9a0e.json @@ -1 +1 @@ -{"uid":"c426ead38ead1f58","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":1707419013077,"stop":1707419013077,"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":18,"unknown":0,"total":18},"items":[{"uid":"43447a15bfadbd17","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/43447a15bfadbd17","status":"passed","time":{"start":1707418255037,"stop":1707418255037,"duration":0}},{"uid":"b73b7615564350e6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b73b7615564350e6","status":"passed","time":{"start":1707418202584,"stop":1707418202584,"duration":0}},{"uid":"cffeee274087d7eb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cffeee274087d7eb","status":"passed","time":{"start":1707412632624,"stop":1707412632624,"duration":0}},{"uid":"bc643f9da505d238","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/bc643f9da505d238","status":"passed","time":{"start":1707411050772,"stop":1707411050773,"duration":1}},{"uid":"8b7deb99bb0be165","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8b7deb99bb0be165","status":"passed","time":{"start":1707409528973,"stop":1707409528973,"duration":0}},{"uid":"abeec3c0752ce27b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/abeec3c0752ce27b","status":"passed","time":{"start":1707408904875,"stop":1707408904875,"duration":0}},{"uid":"6b912da02941edfb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6b912da02941edfb","status":"passed","time":{"start":1707408867381,"stop":1707408867381,"duration":0}},{"uid":"4aabdcf4413a60e4","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4aabdcf4413a60e4","status":"passed","time":{"start":1707408376760,"stop":1707408376760,"duration":0}},{"uid":"e29cf561178df2e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e29cf561178df2e4","status":"passed","time":{"start":1707407458514,"stop":1707407458514,"duration":0}},{"uid":"7cd5622360706723","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7cd5622360706723","status":"passed","time":{"start":1707407342031,"stop":1707407342032,"duration":1}},{"uid":"77100901c5db1ef1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/77100901c5db1ef1","status":"passed","time":{"start":1707404337412,"stop":1707404337413,"duration":1}},{"uid":"c2f26e1b9c68b3f3","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c2f26e1b9c68b3f3","status":"passed","time":{"start":1707375779689,"stop":1707375779689,"duration":0}},{"uid":"b3eae4fa84770a8d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b3eae4fa84770a8d","status":"passed","time":{"start":1707372972498,"stop":1707372972498,"duration":0}},{"uid":"64dd132e24a18d4a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/64dd132e24a18d4a","status":"passed","time":{"start":1707359158661,"stop":1707359158662,"duration":1}},{"uid":"90792382dea25e62","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/90792382dea25e62","status":"passed","time":{"start":1707357906703,"stop":1707357906704,"duration":1}},{"uid":"4e8e0d50cd395ff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4e8e0d50cd395ff","status":"passed","time":{"start":1707356955640,"stop":1707356955640,"duration":0}},{"uid":"c4339d58c737ba58","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c4339d58c737ba58","status":"passed","time":{"start":1707355179968,"stop":1707355179968,"duration":0}}]},"tags":[]},"source":"c426ead38ead1f58.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ce3c8a69faf9a0e","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":1707793168688,"stop":1707793168694,"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":14,"unknown":0,"total":14},"items":[{"uid":"df0d33680b52bb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df0d33680b52bb8f","status":"passed","time":{"start":1707778126351,"stop":1707778126352,"duration":1}},{"uid":"4aa6873c11be20e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4aa6873c11be20e","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"226b7689c9e41c4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/226b7689c9e41c4b","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"9c22f33a3d4fb2eb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c22f33a3d4fb2eb","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1}},{"uid":"8c1152aa743aa637","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c1152aa743aa637","status":"passed","time":{"start":1707769994546,"stop":1707769994547,"duration":1}},{"uid":"39d6c04665d197b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d6c04665d197b1","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"42a4d5a28b3e86de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/42a4d5a28b3e86de","status":"passed","time":{"start":1707757804304,"stop":1707757804305,"duration":1}},{"uid":"bd3a42f1f8d8792f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bd3a42f1f8d8792f","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"b05569759eb65672","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b05569759eb65672","status":"passed","time":{"start":1707753796552,"stop":1707753796553,"duration":1}},{"uid":"900860b90968eccf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/900860b90968eccf","status":"passed","time":{"start":1707753586168,"stop":1707753586169,"duration":1}},{"uid":"d93d3cc0a282fbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d93d3cc0a282fbc9","status":"passed","time":{"start":1707750964812,"stop":1707750964812,"duration":0}},{"uid":"8d2ac6705caed611","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d2ac6705caed611","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"1056246be02cc66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1056246be02cc66b","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"tags":[]},"source":"2ce3c8a69faf9a0e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2d21b5f7f616923a.json b/6406/data/test-cases/2d21b5f7f616923a.json new file mode 100644 index 00000000000..f72be611038 --- /dev/null +++ b/6406/data/test-cases/2d21b5f7f616923a.json @@ -0,0 +1 @@ +{"uid":"2d21b5f7f616923a","name":"ENRTree (tree): should parse a DNS tree entry","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (tree): should parse a DNS tree entry","historyId":"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814744,"stop":1707792814744,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"37ece1ac12245bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37ece1ac12245bce","status":"passed","time":{"start":1707777764077,"stop":1707777764078,"duration":1}},{"uid":"a6c58cd2057fc665","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6c58cd2057fc665","status":"passed","time":{"start":1707775040147,"stop":1707775040147,"duration":0}},{"uid":"b8c03672b3053a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8c03672b3053a2","status":"passed","time":{"start":1707774842102,"stop":1707774842103,"duration":1}},{"uid":"663f23adcd7161d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663f23adcd7161d9","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"duration":1}},{"uid":"fc91f78f3536f57e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc91f78f3536f57e","status":"passed","time":{"start":1707769642219,"stop":1707769642220,"duration":1}},{"uid":"bead5143b59ecf58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bead5143b59ecf58","status":"passed","time":{"start":1707759737068,"stop":1707759737068,"duration":0}},{"uid":"77e63771eef42041","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e63771eef42041","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"392f52cae7b6b508","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/392f52cae7b6b508","status":"passed","time":{"start":1707756061019,"stop":1707756061019,"duration":0}},{"uid":"5a1e05650a1ed65d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5a1e05650a1ed65d","status":"passed","time":{"start":1707753479608,"stop":1707753479609,"duration":1}},{"uid":"594eaae8e6bdc39c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/594eaae8e6bdc39c","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"605d939137bb6492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/605d939137bb6492","status":"passed","time":{"start":1707750608584,"stop":1707750608584,"duration":0}},{"uid":"9599bcee952eda77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9599bcee952eda77","status":"passed","time":{"start":1707736525855,"stop":1707736525855,"duration":0}},{"uid":"d0e0173a0741096a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0e0173a0741096a","status":"passed","time":{"start":1707735707689,"stop":1707735707689,"duration":0}}]},"tags":[]},"source":"2d21b5f7f616923a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cf08494936ea98ba.json b/6406/data/test-cases/2d2db6cf99f3b370.json similarity index 82% rename from 6379/data/test-cases/cf08494936ea98ba.json rename to 6406/data/test-cases/2d2db6cf99f3b370.json index 27358e9c3bd..29d6897f703 100644 --- a/6379/data/test-cases/cf08494936ea98ba.json +++ b/6406/data/test-cases/2d2db6cf99f3b370.json @@ -1 +1 @@ -{"uid":"cf08494936ea98ba","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":1707419289498,"stop":1707419289498,"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: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"602f04cdcbb3e061","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/602f04cdcbb3e061","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418535537,"stop":1707418535538,"duration":1}},{"uid":"bc83429bb581dd2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bc83429bb581dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418482214,"stop":1707418482214,"duration":0}},{"uid":"c736326a4b98c74c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c736326a4b98c74c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412863480,"stop":1707412863480,"duration":0}},{"uid":"c9e89150d7e004a0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c9e89150d7e004a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411338651,"stop":1707411338651,"duration":0}},{"uid":"ef95f00943a15aa3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ef95f00943a15aa3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409792228,"stop":1707409792228,"duration":0}},{"uid":"d0c7237c6679f820","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d0c7237c6679f820","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409177751,"stop":1707409177752,"duration":1}},{"uid":"2f7493a3eabb6a2d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2f7493a3eabb6a2d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409135087,"stop":1707409135087,"duration":0}},{"uid":"38c34ff7a8a965e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/38c34ff7a8a965e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408664020,"stop":1707408664020,"duration":0}},{"uid":"64c4734c4fda4b21","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/64c4734c4fda4b21","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407736505,"stop":1707407736506,"duration":1}},{"uid":"771a18582fd899b0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/771a18582fd899b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407618226,"stop":1707407618227,"duration":1}},{"uid":"2eb30e128c598010","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2eb30e128c598010","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404537710,"stop":1707404537711,"duration":1}},{"uid":"abb52884ea00ac47","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/abb52884ea00ac47","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375978541,"stop":1707375978541,"duration":0}},{"uid":"985b946d2fb16185","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/985b946d2fb16185","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373245353,"stop":1707373245353,"duration":0}},{"uid":"3fad83041be9d829","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3fad83041be9d829","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359448664,"stop":1707359448664,"duration":0}},{"uid":"ad5926554a60479","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ad5926554a60479","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358197182,"stop":1707358197182,"duration":0}},{"uid":"dd2d4ed5854a4cc0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dd2d4ed5854a4cc0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357226625,"stop":1707357226625,"duration":0}},{"uid":"7b56e7a4a099bafe","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7b56e7a4a099bafe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355477303,"stop":1707355477303,"duration":0}}]},"tags":[]},"source":"cf08494936ea98ba.json","parameterValues":[]} \ No newline at end of file +{"uid":"2d2db6cf99f3b370","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":1707793446735,"stop":1707793446735,"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: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"32c5c3bbc3a1c25a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/32c5c3bbc3a1c25a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413516,"duration":1}},{"uid":"50cbc645d8967b57","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50cbc645d8967b57","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"1f9bb6e030293043","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f9bb6e030293043","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"a3557c674e2d274","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3557c674e2d274","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"5dcad3ec6183963a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5dcad3ec6183963a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238681,"duration":1}},{"uid":"c6c1f1a52ea6bc5c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6c1f1a52ea6bc5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"9b1f3655cb91e432","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9b1f3655cb91e432","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004303,"stop":1707758004304,"duration":1}},{"uid":"7605fd745ec13545","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7605fd745ec13545","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"c8823a764c94fd7b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8823a764c94fd7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"12cbf2cf97e45b7b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12cbf2cf97e45b7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e33d5719a0caebbe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e33d5719a0caebbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228957,"duration":1}},{"uid":"ed8832c095e5c998","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed8832c095e5c998","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"51cf5fade66505be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51cf5fade66505be","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"tags":[]},"source":"2d2db6cf99f3b370.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2d587790afbfeb54.json b/6406/data/test-cases/2d587790afbfeb54.json new file mode 100644 index 00000000000..8fd4b71eab7 --- /dev/null +++ b/6406/data/test-cases/2d587790afbfeb54.json @@ -0,0 +1 @@ +{"uid":"2d587790afbfeb54","name":"Correctly serialized arguments","fullName":"/tests/nwaku.node.spec.ts: nwaku > Correctly serialized arguments","historyId":"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793088152,"stop":1707793088153,"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":14,"unknown":0,"total":14},"items":[{"uid":"d0d076a27797342b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0d076a27797342b","status":"passed","time":{"start":1707778040290,"stop":1707778040291,"duration":1}},{"uid":"8e8985bed782a91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e8985bed782a91","status":"passed","time":{"start":1707775332261,"stop":1707775332262,"duration":1}},{"uid":"d5123a095094ee7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d5123a095094ee7c","status":"passed","time":{"start":1707775137347,"stop":1707775137347,"duration":0}},{"uid":"2659b8d09cd0175c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2659b8d09cd0175c","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"duration":1}},{"uid":"8d2ccc09564a55d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8d2ccc09564a55d5","status":"passed","time":{"start":1707769926628,"stop":1707769926629,"duration":1}},{"uid":"6d46530455e33318","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d46530455e33318","status":"passed","time":{"start":1707760029733,"stop":1707760029734,"duration":1}},{"uid":"237845bc750db703","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/237845bc750db703","status":"passed","time":{"start":1707757714098,"stop":1707757714099,"duration":1}},{"uid":"e31101869e4d91cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e31101869e4d91cc","status":"passed","time":{"start":1707756348091,"stop":1707756348091,"duration":0}},{"uid":"1c56cdb0bbd6f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c56cdb0bbd6f6a","status":"passed","time":{"start":1707753739853,"stop":1707753739854,"duration":1}},{"uid":"6f935f6698b7d999","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f935f6698b7d999","status":"passed","time":{"start":1707753512839,"stop":1707753512839,"duration":0}},{"uid":"feecd57b00b71f13","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feecd57b00b71f13","status":"passed","time":{"start":1707750884306,"stop":1707750884306,"duration":0}},{"uid":"aba380a6145a8965","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aba380a6145a8965","status":"passed","time":{"start":1707736808987,"stop":1707736808988,"duration":1}},{"uid":"b41a59214dd8f24f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b41a59214dd8f24f","status":"passed","time":{"start":1707736014799,"stop":1707736014800,"duration":1}}]},"tags":[]},"source":"2d587790afbfeb54.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2dccef650911b1c.json b/6406/data/test-cases/2dccef650911b1c.json new file mode 100644 index 00000000000..95ceec22ea5 --- /dev/null +++ b/6406/data/test-cases/2dccef650911b1c.json @@ -0,0 +1 @@ +{"uid":"2dccef650911b1c","name":"converts content topics to expected shard index","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > converts content topics to expected shard index","historyId":"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792552,"stop":1707792792552,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"366a4f26f0f4bbd5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/366a4f26f0f4bbd5","status":"passed","time":{"start":1707777741289,"stop":1707777741290,"duration":1}},{"uid":"9d409f59deddebb4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9d409f59deddebb4","status":"passed","time":{"start":1707775017705,"stop":1707775017706,"duration":1}},{"uid":"cc1209a48958ac00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc1209a48958ac00","status":"passed","time":{"start":1707774819163,"stop":1707774819163,"duration":0}},{"uid":"7910db434b85a837","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7910db434b85a837","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"duration":0}},{"uid":"78190f0fd95e30af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78190f0fd95e30af","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"4775eb11ce86cd34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4775eb11ce86cd34","status":"passed","time":{"start":1707759714511,"stop":1707759714511,"duration":0}},{"uid":"c9af027c13846efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c9af027c13846efa","status":"passed","time":{"start":1707757408929,"stop":1707757408929,"duration":0}},{"uid":"3724d4708421bce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3724d4708421bce9","status":"passed","time":{"start":1707756038655,"stop":1707756038656,"duration":1}},{"uid":"ac0f5d927532770a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0f5d927532770a","status":"passed","time":{"start":1707753456823,"stop":1707753456824,"duration":1}},{"uid":"fb08c020663b7ab4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb08c020663b7ab4","status":"passed","time":{"start":1707753185030,"stop":1707753185031,"duration":1}},{"uid":"9c61becdc7d694c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c61becdc7d694c7","status":"passed","time":{"start":1707750585694,"stop":1707750585695,"duration":1}},{"uid":"38e058ff7a0b2485","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e058ff7a0b2485","status":"passed","time":{"start":1707736503249,"stop":1707736503250,"duration":1}},{"uid":"539f0bfcc2a65012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/539f0bfcc2a65012","status":"passed","time":{"start":1707735684544,"stop":1707735684545,"duration":1}}]},"tags":[]},"source":"2dccef650911b1c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ee8098707699c263.json b/6406/data/test-cases/2e36727f52494d0e.json similarity index 84% rename from 6379/data/test-cases/ee8098707699c263.json rename to 6406/data/test-cases/2e36727f52494d0e.json index e28544fb3ff..0e7bf6b28fa 100644 --- a/6379/data/test-cases/ee8098707699c263.json +++ b/6406/data/test-cases/2e36727f52494d0e.json @@ -1 +1 @@ -{"uid":"ee8098707699c263","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":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"1aeb8dfb41e00865","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1aeb8dfb41e00865","status":"passed","time":{"start":1707418535543,"stop":1707418535543,"duration":0}},{"uid":"c3efa7b2aa66454e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c3efa7b2aa66454e","status":"passed","time":{"start":1707418482218,"stop":1707418482218,"duration":0}},{"uid":"3a1c0864dce0d35c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3a1c0864dce0d35c","status":"passed","time":{"start":1707412863484,"stop":1707412863484,"duration":0}},{"uid":"baf94d21d0d608dd","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/baf94d21d0d608dd","status":"passed","time":{"start":1707411338655,"stop":1707411338655,"duration":0}},{"uid":"53428f130aa930b3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/53428f130aa930b3","status":"passed","time":{"start":1707409792232,"stop":1707409792233,"duration":1}},{"uid":"48b1f047dbabcd4b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/48b1f047dbabcd4b","status":"passed","time":{"start":1707409177755,"stop":1707409177756,"duration":1}},{"uid":"a08f2f70520bfd23","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a08f2f70520bfd23","status":"passed","time":{"start":1707409135091,"stop":1707409135091,"duration":0}},{"uid":"972851fa7a11678d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/972851fa7a11678d","status":"passed","time":{"start":1707408664024,"stop":1707408664025,"duration":1}},{"uid":"a49703b93552288c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a49703b93552288c","status":"passed","time":{"start":1707407736510,"stop":1707407736511,"duration":1}},{"uid":"39f28ef1b66738fe","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/39f28ef1b66738fe","status":"passed","time":{"start":1707407618230,"stop":1707407618231,"duration":1}},{"uid":"a964bed25152b46","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a964bed25152b46","status":"passed","time":{"start":1707404537715,"stop":1707404537716,"duration":1}},{"uid":"be2213e61259ca28","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/be2213e61259ca28","status":"passed","time":{"start":1707373245358,"stop":1707373245358,"duration":0}},{"uid":"5c828c93b3bb8a17","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5c828c93b3bb8a17","status":"passed","time":{"start":1707359448668,"stop":1707359448668,"duration":0}},{"uid":"f737d8d7421f3f6d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f737d8d7421f3f6d","status":"passed","time":{"start":1707358197187,"stop":1707358197187,"duration":0}},{"uid":"44a00bcaf1008e54","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/44a00bcaf1008e54","status":"passed","time":{"start":1707357226629,"stop":1707357226629,"duration":0}},{"uid":"49900bd9d062c266","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/49900bd9d062c266","status":"passed","time":{"start":1707355477308,"stop":1707355477309,"duration":1}}]},"tags":[]},"source":"ee8098707699c263.json","parameterValues":[]} \ No newline at end of file +{"uid":"2e36727f52494d0e","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":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3b7b78a04568ee6f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b7b78a04568ee6f","status":"passed","time":{"start":1707778413519,"stop":1707778413520,"duration":1}},{"uid":"943861f568d4217a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/943861f568d4217a","status":"passed","time":{"start":1707775685025,"stop":1707775685026,"duration":1}},{"uid":"793635a861b949cd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/793635a861b949cd","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"61923ecd6542e7d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61923ecd6542e7d8","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"4e8789013f02f20c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e8789013f02f20c","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"62a075e65b6c3e95","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a075e65b6c3e95","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"39b6754ba5bf3a4b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39b6754ba5bf3a4b","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"b0c44c86000256fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b0c44c86000256fc","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"ea1e537ee28197d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1e537ee28197d0","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"35a7204c0f30df5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a7204c0f30df5e","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"2a5307a93556ca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a5307a93556ca1","status":"passed","time":{"start":1707751228960,"stop":1707751228961,"duration":1}},{"uid":"67ac5eb90fec2cf9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67ac5eb90fec2cf9","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"7dbe0cd8f0b4de24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dbe0cd8f0b4de24","status":"passed","time":{"start":1707736353037,"stop":1707736353038,"duration":1}}]},"tags":[]},"source":"2e36727f52494d0e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2e8db92229d2f1cb.json b/6406/data/test-cases/2e8db92229d2f1cb.json new file mode 100644 index 00000000000..4da1cac6170 --- /dev/null +++ b/6406/data/test-cases/2e8db92229d2f1cb.json @@ -0,0 +1 @@ +{"uid":"2e8db92229d2f1cb","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":1707792822802,"stop":1707792822802,"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":14,"unknown":0,"total":14},"items":[{"uid":"75583eecd3343203","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75583eecd3343203","status":"passed","time":{"start":1707777772232,"stop":1707777772232,"duration":0}},{"uid":"630020d9660e4ab0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/630020d9660e4ab0","status":"passed","time":{"start":1707775048145,"stop":1707775048146,"duration":1}},{"uid":"4810b0b72a1368e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4810b0b72a1368e1","status":"passed","time":{"start":1707774850256,"stop":1707774850256,"duration":0}},{"uid":"6397e2b414170d4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6397e2b414170d4e","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1}},{"uid":"41f816edd271d908","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f816edd271d908","status":"passed","time":{"start":1707769650273,"stop":1707769650273,"duration":0}},{"uid":"64d71d521493d487","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64d71d521493d487","status":"passed","time":{"start":1707759745077,"stop":1707759745077,"duration":0}},{"uid":"15e516a96fddaf5c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15e516a96fddaf5c","status":"passed","time":{"start":1707757440221,"stop":1707757440221,"duration":0}},{"uid":"6685b630724f2eff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6685b630724f2eff","status":"passed","time":{"start":1707756069082,"stop":1707756069082,"duration":0}},{"uid":"10311e47ea560a8b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/10311e47ea560a8b","status":"passed","time":{"start":1707753487640,"stop":1707753487640,"duration":0}},{"uid":"e28d029493599057","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e28d029493599057","status":"passed","time":{"start":1707753216620,"stop":1707753216621,"duration":1}},{"uid":"95bb420cdf9f761e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95bb420cdf9f761e","status":"passed","time":{"start":1707750616575,"stop":1707750616576,"duration":1}},{"uid":"b360389fcfb8b76a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b360389fcfb8b76a","status":"passed","time":{"start":1707736534010,"stop":1707736534010,"duration":0}},{"uid":"329993ff0ec3b33b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/329993ff0ec3b33b","status":"passed","time":{"start":1707735716032,"stop":1707735716032,"duration":0}}]},"tags":[]},"source":"2e8db92229d2f1cb.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2eee805a613956a3.json b/6406/data/test-cases/2eee805a613956a3.json new file mode 100644 index 00000000000..93462a71131 --- /dev/null +++ b/6406/data/test-cases/2eee805a613956a3.json @@ -0,0 +1 @@ +{"uid":"2eee805a613956a3","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":1707793238872,"stop":1707793238873,"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":14,"unknown":0,"total":14},"items":[{"uid":"fe64402cb1f4f7c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe64402cb1f4f7c2","status":"passed","time":{"start":1707778202480,"stop":1707778202481,"duration":1}},{"uid":"47cad5ad196469c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47cad5ad196469c6","status":"passed","time":{"start":1707775486626,"stop":1707775486627,"duration":1}},{"uid":"deaea763b7d961e6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/deaea763b7d961e6","status":"passed","time":{"start":1707775300136,"stop":1707775300136,"duration":0}},{"uid":"f100af6c9b87404e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f100af6c9b87404e","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"7bbf70b6ebeb900b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bbf70b6ebeb900b","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"af25543a0a2f0fff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af25543a0a2f0fff","status":"passed","time":{"start":1707760174021,"stop":1707760174021,"duration":0}},{"uid":"fa452014b1c57929","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa452014b1c57929","status":"passed","time":{"start":1707757873921,"stop":1707757873922,"duration":1}},{"uid":"deb8b0f5efc5d35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deb8b0f5efc5d35","status":"passed","time":{"start":1707756499904,"stop":1707756499905,"duration":1}},{"uid":"c962b215d834b49f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c962b215d834b49f","status":"passed","time":{"start":1707753870443,"stop":1707753870444,"duration":1}},{"uid":"ebf699269038ccae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ebf699269038ccae","status":"passed","time":{"start":1707753647509,"stop":1707753647510,"duration":1}},{"uid":"8adea621f4a46897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8adea621f4a46897","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"7e45176d0a4ac03c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e45176d0a4ac03c","status":"passed","time":{"start":1707736947845,"stop":1707736947846,"duration":1}},{"uid":"21168fe77a8c369b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21168fe77a8c369b","status":"passed","time":{"start":1707736152503,"stop":1707736152504,"duration":1}}]},"tags":[]},"source":"2eee805a613956a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2f11a41b55cebecf.json b/6406/data/test-cases/2f11a41b55cebecf.json new file mode 100644 index 00000000000..cdc541ec77a --- /dev/null +++ b/6406/data/test-cases/2f11a41b55cebecf.json @@ -0,0 +1 @@ +{"uid":"2f11a41b55cebecf","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Txt codec > should throw error - no id","historyId":"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800805,"stop":1707792800805,"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":14,"unknown":0,"total":14},"items":[{"uid":"b5270306f142e7ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5270306f142e7ba","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"512fd720a58a5752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/512fd720a58a5752","status":"passed","time":{"start":1707775026261,"stop":1707775026262,"duration":1}},{"uid":"ab985d4b804b95e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab985d4b804b95e8","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"84dea4da931079fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/84dea4da931079fe","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"fe900150362cc843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe900150362cc843","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"6b06dbda79391b8a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b06dbda79391b8a","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"c57d8819f12019e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c57d8819f12019e9","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"ffa39b96ff0f5cef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffa39b96ff0f5cef","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"b33ea6dea92e41cd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b33ea6dea92e41cd","status":"passed","time":{"start":1707753465433,"stop":1707753465434,"duration":1}},{"uid":"c62ca2080824e44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c62ca2080824e44b","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"ba532ad8abb0d084","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ba532ad8abb0d084","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"4aba650aadb25aec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4aba650aadb25aec","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"7fd00d30d4ef9a3a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fd00d30d4ef9a3a","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"tags":[]},"source":"2f11a41b55cebecf.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cf68a74840dc5136.json b/6406/data/test-cases/2f61758232802d7a.json similarity index 77% rename from 6379/data/test-cases/cf68a74840dc5136.json rename to 6406/data/test-cases/2f61758232802d7a.json index 459b1be2689..ac7018d7682 100644 --- a/6379/data/test-cases/cf68a74840dc5136.json +++ b/6406/data/test-cases/2f61758232802d7a.json @@ -1 +1 @@ -{"uid":"cf68a74840dc5136","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":1707419013075,"stop":1707419013075,"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":18,"unknown":0,"total":18},"items":[{"uid":"7c5cb3fb8d5a9b8f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7c5cb3fb8d5a9b8f","status":"passed","time":{"start":1707418255032,"stop":1707418255032,"duration":0}},{"uid":"7539ca1b150477ed","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7539ca1b150477ed","status":"passed","time":{"start":1707418202582,"stop":1707418202582,"duration":0}},{"uid":"1a57d9cbd9762f47","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1a57d9cbd9762f47","status":"passed","time":{"start":1707412632620,"stop":1707412632620,"duration":0}},{"uid":"3ef8b59182588fb4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3ef8b59182588fb4","status":"passed","time":{"start":1707411050771,"stop":1707411050771,"duration":0}},{"uid":"244a7acf67328ac1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/244a7acf67328ac1","status":"passed","time":{"start":1707409528971,"stop":1707409528971,"duration":0}},{"uid":"cb56676f96107f8a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cb56676f96107f8a","status":"passed","time":{"start":1707408904873,"stop":1707408904874,"duration":1}},{"uid":"91b8233e2afce2be","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/91b8233e2afce2be","status":"passed","time":{"start":1707408867379,"stop":1707408867379,"duration":0}},{"uid":"e2d65b3110db3753","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e2d65b3110db3753","status":"passed","time":{"start":1707408376757,"stop":1707408376758,"duration":1}},{"uid":"93afecf877fb58cd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93afecf877fb58cd","status":"passed","time":{"start":1707407458512,"stop":1707407458512,"duration":0}},{"uid":"9f7753ee8bc52","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9f7753ee8bc52","status":"passed","time":{"start":1707407342029,"stop":1707407342029,"duration":0}},{"uid":"e6bb450b972129e2","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e6bb450b972129e2","status":"passed","time":{"start":1707404337409,"stop":1707404337409,"duration":0}},{"uid":"80fd1267a0a27120","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/80fd1267a0a27120","status":"passed","time":{"start":1707375779687,"stop":1707375779687,"duration":0}},{"uid":"ce5127953da4f5b5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ce5127953da4f5b5","status":"passed","time":{"start":1707372972496,"stop":1707372972496,"duration":0}},{"uid":"353445186a69b50b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/353445186a69b50b","status":"passed","time":{"start":1707359158657,"stop":1707359158657,"duration":0}},{"uid":"1ce76301e9ca1f29","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1ce76301e9ca1f29","status":"passed","time":{"start":1707357906696,"stop":1707357906696,"duration":0}},{"uid":"59aac410dac1d228","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/59aac410dac1d228","status":"passed","time":{"start":1707356955638,"stop":1707356955639,"duration":1}},{"uid":"8bafedf70fd87dc9","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8bafedf70fd87dc9","status":"passed","time":{"start":1707355179966,"stop":1707355179967,"duration":1}}]},"tags":[]},"source":"cf68a74840dc5136.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f61758232802d7a","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":1707793168684,"stop":1707793168685,"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":14,"unknown":0,"total":14},"items":[{"uid":"de9fc83333c01153","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de9fc83333c01153","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"6fbc8a4b631363c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6fbc8a4b631363c9","status":"passed","time":{"start":1707775409486,"stop":1707775409492,"duration":6}},{"uid":"f5b94241626f97aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5b94241626f97aa","status":"passed","time":{"start":1707775219999,"stop":1707775220000,"duration":1}},{"uid":"ebb46bdddbe6fd5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebb46bdddbe6fd5e","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1}},{"uid":"6f1e6a1ef63b183e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6f1e6a1ef63b183e","status":"passed","time":{"start":1707769994545,"stop":1707769994545,"duration":0}},{"uid":"7532496134fcdc6b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7532496134fcdc6b","status":"passed","time":{"start":1707760106460,"stop":1707760106460,"duration":0}},{"uid":"66123ee5f3046e5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66123ee5f3046e5b","status":"passed","time":{"start":1707757804300,"stop":1707757804301,"duration":1}},{"uid":"47c8564be44bfb3a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/47c8564be44bfb3a","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"94c3591fa1dab7be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94c3591fa1dab7be","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"89df62c8591dbc98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89df62c8591dbc98","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"f583be82da667059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f583be82da667059","status":"passed","time":{"start":1707750964808,"stop":1707750964809,"duration":1}},{"uid":"cf130a2ce6b274a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf130a2ce6b274a7","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"7ffef70a35ffd0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ffef70a35ffd0e0","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"tags":[]},"source":"2f61758232802d7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/2f660ff27144ebd.json b/6406/data/test-cases/2f660ff27144ebd.json new file mode 100644 index 00000000000..700c0d13d89 --- /dev/null +++ b/6406/data/test-cases/2f660ff27144ebd.json @@ -0,0 +1 @@ +{"uid":"2f660ff27144ebd","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":1707792805603,"stop":1707792805603,"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":14,"unknown":0,"total":14},"items":[{"uid":"9e5834bb9cbed6bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e5834bb9cbed6bf","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"160482ae4f164668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/160482ae4f164668","status":"passed","time":{"start":1707775031075,"stop":1707775031076,"duration":1}},{"uid":"facc70dbd284cd47","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/facc70dbd284cd47","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"5edfcea4b505ecca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5edfcea4b505ecca","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0}},{"uid":"d571cfc9eb30af53","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d571cfc9eb30af53","status":"passed","time":{"start":1707769633035,"stop":1707769633035,"duration":0}},{"uid":"d6a0bee659e9b43e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d6a0bee659e9b43e","status":"passed","time":{"start":1707759727747,"stop":1707759727748,"duration":1}},{"uid":"f4fecc90926d09af","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4fecc90926d09af","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"79ec972f031eedef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ec972f031eedef","status":"passed","time":{"start":1707756052098,"stop":1707756052098,"duration":0}},{"uid":"49e8c2e709428c9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49e8c2e709428c9e","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"684cb6226ce01ca1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/684cb6226ce01ca1","status":"passed","time":{"start":1707753198732,"stop":1707753198733,"duration":1}},{"uid":"a423dc0004f6d8d5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a423dc0004f6d8d5","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"3df54d42449634a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3df54d42449634a4","status":"passed","time":{"start":1707736516624,"stop":1707736516625,"duration":1}},{"uid":"e85a7a7a06388434","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85a7a7a06388434","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"tags":[]},"source":"2f660ff27144ebd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/93194bb220832de2.json b/6406/data/test-cases/2f848a2b84ea2ec8.json similarity index 97% rename from 6379/data/test-cases/93194bb220832de2.json rename to 6406/data/test-cases/2f848a2b84ea2ec8.json index 0b332303b26..2af8ed4b480 100644 --- a/6379/data/test-cases/93194bb220832de2.json +++ b/6406/data/test-cases/2f848a2b84ea2ec8.json @@ -1 +1 @@ -{"uid":"93194bb220832de2","name":"Check received message with timestamp: 1707418663297000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1707418663297000000 ","historyId":"d48ca2fa3c5854f02d4644a67afa3f44:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181398,"stop":1707419181398,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"93194bb220832de2.json","parameterValues":[]} \ No newline at end of file +{"uid":"2f848a2b84ea2ec8","name":"Check received message with timestamp: 1707792838371000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1707792838371000000 ","historyId":"b4cbc90a4319fb6aab325d5da8481aab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371101,"stop":1707793371102,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"2f848a2b84ea2ec8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a85c12c1bddc3682.json b/6406/data/test-cases/2ff72e4911405bf8.json similarity index 80% rename from 6379/data/test-cases/a85c12c1bddc3682.json rename to 6406/data/test-cases/2ff72e4911405bf8.json index 59056c28bb3..f934f83bfe9 100644 --- a/6379/data/test-cases/a85c12c1bddc3682.json +++ b/6406/data/test-cases/2ff72e4911405bf8.json @@ -1 +1 @@ -{"uid":"a85c12c1bddc3682","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":1707418841929,"stop":1707418841929,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"17eb1edb30b0dc5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/17eb1edb30b0dc5","status":"passed","time":{"start":1707418071891,"stop":1707418071891,"duration":0}},{"uid":"5530c3d4dcc6a101","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5530c3d4dcc6a101","status":"passed","time":{"start":1707418027858,"stop":1707418027858,"duration":0}},{"uid":"990e630478b9f7a6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/990e630478b9f7a6","status":"passed","time":{"start":1707412447281,"stop":1707412447282,"duration":1}},{"uid":"7afacefcdf33cb1a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7afacefcdf33cb1a","status":"passed","time":{"start":1707410887004,"stop":1707410887004,"duration":0}},{"uid":"bbbc49963b004485","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/bbbc49963b004485","status":"passed","time":{"start":1707409360827,"stop":1707409360827,"duration":0}},{"uid":"2d25e1656c7d5f43","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2d25e1656c7d5f43","status":"passed","time":{"start":1707408754546,"stop":1707408754546,"duration":0}},{"uid":"b9cd8df88170b230","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b9cd8df88170b230","status":"passed","time":{"start":1707408697986,"stop":1707408697986,"duration":0}},{"uid":"3ee887c6c45bcd81","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3ee887c6c45bcd81","status":"passed","time":{"start":1707408233024,"stop":1707408233024,"duration":0}},{"uid":"29c931034b3a6928","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/29c931034b3a6928","status":"passed","time":{"start":1707407282968,"stop":1707407282969,"duration":1}},{"uid":"28eed7c9b3ef7a40","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/28eed7c9b3ef7a40","status":"passed","time":{"start":1707407158611,"stop":1707407158611,"duration":0}},{"uid":"33da000943c10a2c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/33da000943c10a2c","status":"passed","time":{"start":1707404183589,"stop":1707404183589,"duration":0}},{"uid":"f0598eea83ebcc85","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f0598eea83ebcc85","status":"passed","time":{"start":1707375605071,"stop":1707375605072,"duration":1}},{"uid":"75a2d66b146595b5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/75a2d66b146595b5","status":"passed","time":{"start":1707372815478,"stop":1707372815480,"duration":2}},{"uid":"28d48f2d8da58890","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/28d48f2d8da58890","status":"passed","time":{"start":1707358982989,"stop":1707358982989,"duration":0}},{"uid":"727700373dffdf10","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/727700373dffdf10","status":"passed","time":{"start":1707357747303,"stop":1707357747303,"duration":0}},{"uid":"95056ed53aa708a9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95056ed53aa708a9","status":"passed","time":{"start":1707356855798,"stop":1707356855798,"duration":0}},{"uid":"c450e3bc3517a3ed","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c450e3bc3517a3ed","status":"passed","time":{"start":1707354894906,"stop":1707354894906,"duration":0}}]},"tags":[]},"source":"a85c12c1bddc3682.json","parameterValues":[]} \ No newline at end of file +{"uid":"2ff72e4911405bf8","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":1707793028268,"stop":1707793028268,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"c6f004619a7cb94","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c6f004619a7cb94","status":"passed","time":{"start":1707777972994,"stop":1707777972995,"duration":1}},{"uid":"3531ad8d88bdfcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3531ad8d88bdfcb1","status":"passed","time":{"start":1707775244525,"stop":1707775244526,"duration":1}},{"uid":"54065ce2c131dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54065ce2c131dac5","status":"passed","time":{"start":1707775050813,"stop":1707775050814,"duration":1}},{"uid":"f3b27c83715d75a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3b27c83715d75a9","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1}},{"uid":"d9d2e2a4d31705cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9d2e2a4d31705cd","status":"passed","time":{"start":1707769843140,"stop":1707769843140,"duration":0}},{"uid":"2e6cbae5aa0fd699","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e6cbae5aa0fd699","status":"passed","time":{"start":1707759965184,"stop":1707759965184,"duration":0}},{"uid":"85b76641696fa76c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b76641696fa76c","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"8c0e538edec440ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c0e538edec440ed","status":"passed","time":{"start":1707756267894,"stop":1707756267899,"duration":5}},{"uid":"36dbe4e9ce118223","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36dbe4e9ce118223","status":"passed","time":{"start":1707753668023,"stop":1707753668023,"duration":0}},{"uid":"1511dd32320823ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1511dd32320823ef","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"e041776da7f643a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e041776da7f643a3","status":"passed","time":{"start":1707750796025,"stop":1707750796025,"duration":0}},{"uid":"d87834110dbc16f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d87834110dbc16f8","status":"passed","time":{"start":1707736730636,"stop":1707736730637,"duration":1}},{"uid":"1f815e4da044ac7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f815e4da044ac7e","status":"passed","time":{"start":1707735912115,"stop":1707735912115,"duration":0}}]},"tags":[]},"source":"2ff72e4911405bf8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8b5f3277730aec31.json b/6406/data/test-cases/302ccf76a93d20a2.json similarity index 83% rename from 6379/data/test-cases/8b5f3277730aec31.json rename to 6406/data/test-cases/302ccf76a93d20a2.json index 93020d08fe7..026ec362485 100644 --- a/6379/data/test-cases/8b5f3277730aec31.json +++ b/6406/data/test-cases/302ccf76a93d20a2.json @@ -1 +1 @@ -{"uid":"8b5f3277730aec31","name":"Error when try to subscribe to more than 31 topics (old 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 31 topics (old limit)","historyId":"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419289498,"stop":1707419289498,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"a57f562b9d135c75","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a57f562b9d135c75","status":"passed","time":{"start":1707418535538,"stop":1707418535538,"duration":0}},{"uid":"d58eb43f4008b488","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d58eb43f4008b488","status":"passed","time":{"start":1707418482214,"stop":1707418482215,"duration":1}},{"uid":"96eba034aaa513da","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/96eba034aaa513da","status":"passed","time":{"start":1707412863480,"stop":1707412863481,"duration":1}},{"uid":"e7bc4a112724134e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e7bc4a112724134e","status":"passed","time":{"start":1707411338651,"stop":1707411338651,"duration":0}},{"uid":"f2dbc5e4be820145","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f2dbc5e4be820145","status":"passed","time":{"start":1707409792228,"stop":1707409792229,"duration":1}},{"uid":"ebccde9203e796f2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ebccde9203e796f2","status":"passed","time":{"start":1707409177752,"stop":1707409177752,"duration":0}},{"uid":"44f3bb997f41f97a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/44f3bb997f41f97a","status":"passed","time":{"start":1707409135087,"stop":1707409135087,"duration":0}},{"uid":"9f9861782997081e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9f9861782997081e","status":"passed","time":{"start":1707408664020,"stop":1707408664020,"duration":0}},{"uid":"5a3a388922333aaa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5a3a388922333aaa","status":"passed","time":{"start":1707407736506,"stop":1707407736506,"duration":0}},{"uid":"530b0c72d13b9770","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/530b0c72d13b9770","status":"passed","time":{"start":1707407618227,"stop":1707407618227,"duration":0}},{"uid":"a2b9ebdf9b17e016","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a2b9ebdf9b17e016","status":"passed","time":{"start":1707404537711,"stop":1707404537711,"duration":0}},{"uid":"7c1e96ddcd18320c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7c1e96ddcd18320c","status":"passed","time":{"start":1707375978542,"stop":1707375978542,"duration":0}},{"uid":"25593f9e1dded970","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/25593f9e1dded970","status":"passed","time":{"start":1707373245353,"stop":1707373245353,"duration":0}},{"uid":"c0acaa5d8701ef97","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c0acaa5d8701ef97","status":"passed","time":{"start":1707359448664,"stop":1707359448664,"duration":0}},{"uid":"86db192113bf3bcb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/86db192113bf3bcb","status":"passed","time":{"start":1707358197182,"stop":1707358197182,"duration":0}},{"uid":"9bb77b0eab80e548","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9bb77b0eab80e548","status":"passed","time":{"start":1707357226625,"stop":1707357226626,"duration":1}},{"uid":"eb90acdb9b10cd96","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/eb90acdb9b10cd96","status":"passed","time":{"start":1707355477303,"stop":1707355477303,"duration":0}}]},"tags":[]},"source":"8b5f3277730aec31.json","parameterValues":[]} \ No newline at end of file +{"uid":"302ccf76a93d20a2","name":"Error when try to subscribe to more than 31 topics (old 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 31 topics (old limit)","historyId":"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"62ae8f65f8ab6a7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62ae8f65f8ab6a7d","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"7c5fa9c6dd4f5b92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c5fa9c6dd4f5b92","status":"passed","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"bb6c917b01a7db67","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6c917b01a7db67","status":"passed","time":{"start":1707775494270,"stop":1707775494271,"duration":1}},{"uid":"1e9ecdd4e6d51310","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e9ecdd4e6d51310","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"266bbc46b10fa615","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/266bbc46b10fa615","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"b46c1daf45897720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b46c1daf45897720","status":"passed","time":{"start":1707760374674,"stop":1707760374675,"duration":1}},{"uid":"f1f31c242b4d093e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1f31c242b4d093e","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"640f4715e5e09ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640f4715e5e09ef7","status":"passed","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"8f3be6eaf93252c1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f3be6eaf93252c1","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"eeaecb02be603461","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eeaecb02be603461","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"429cd73517352e4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/429cd73517352e4d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"32c45b41c64d872f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c45b41c64d872f","status":"passed","time":{"start":1707737173814,"stop":1707737173815,"duration":1}},{"uid":"ecd3cc603a198bcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ecd3cc603a198bcf","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"tags":[]},"source":"302ccf76a93d20a2.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/304027a8197cd6d6.json b/6406/data/test-cases/304027a8197cd6d6.json new file mode 100644 index 00000000000..5aa4d22c2cf --- /dev/null +++ b/6406/data/test-cases/304027a8197cd6d6.json @@ -0,0 +1 @@ +{"uid":"304027a8197cd6d6","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":1707793012502,"stop":1707793012503,"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":14,"unknown":0,"total":14},"items":[{"uid":"59980f8bc027c5ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59980f8bc027c5ca","status":"passed","time":{"start":1707777977671,"stop":1707777977671,"duration":0}},{"uid":"60c288cd634776b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60c288cd634776b3","status":"passed","time":{"start":1707775258465,"stop":1707775258465,"duration":0}},{"uid":"f249773ef0e41c0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f249773ef0e41c0c","status":"passed","time":{"start":1707775082029,"stop":1707775082030,"duration":1}},{"uid":"56d283298e20af31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56d283298e20af31","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5}},{"uid":"2fc063b12b0fbda2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fc063b12b0fbda2","status":"passed","time":{"start":1707769841905,"stop":1707769841908,"duration":3}},{"uid":"c136784df3fd5380","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c136784df3fd5380","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"86f60dff4b9fc786","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86f60dff4b9fc786","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"a37d6e78f6fa35aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a37d6e78f6fa35aa","status":"passed","time":{"start":1707756261820,"stop":1707756261833,"duration":13}},{"uid":"85d044aa48ad1e9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/85d044aa48ad1e9a","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"988acf216625afa8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/988acf216625afa8","status":"passed","time":{"start":1707753409592,"stop":1707753409592,"duration":0}},{"uid":"cf644e0412d99802","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf644e0412d99802","status":"passed","time":{"start":1707750722056,"stop":1707750722056,"duration":0}},{"uid":"dab8d08104eed43f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dab8d08104eed43f","status":"passed","time":{"start":1707736708334,"stop":1707736708335,"duration":1}},{"uid":"15e6085f01549d76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15e6085f01549d76","status":"passed","time":{"start":1707735914392,"stop":1707735914392,"duration":0}}]},"tags":[]},"source":"304027a8197cd6d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b9512bb275ce258a.json b/6406/data/test-cases/30971d9b353f5312.json similarity index 82% rename from 6379/data/test-cases/b9512bb275ce258a.json rename to 6406/data/test-cases/30971d9b353f5312.json index 3c72ac45111..1f10bf2583a 100644 --- a/6379/data/test-cases/b9512bb275ce258a.json +++ b/6406/data/test-cases/30971d9b353f5312.json @@ -1 +1 @@ -{"uid":"b9512bb275ce258a","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":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"1524da32f3e56492","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1524da32f3e56492","status":"passed","time":{"start":1707418535540,"stop":1707418535540,"duration":0}},{"uid":"86f1bd7c2c27530b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/86f1bd7c2c27530b","status":"passed","time":{"start":1707418482216,"stop":1707418482216,"duration":0}},{"uid":"1fd05fea84834789","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1fd05fea84834789","status":"passed","time":{"start":1707412863482,"stop":1707412863482,"duration":0}},{"uid":"5c86a72e1650ae6c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5c86a72e1650ae6c","status":"passed","time":{"start":1707411338653,"stop":1707411338653,"duration":0}},{"uid":"db3f39e403f4fe3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/db3f39e403f4fe3","status":"passed","time":{"start":1707409792230,"stop":1707409792231,"duration":1}},{"uid":"545fa9e146cdb8f3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/545fa9e146cdb8f3","status":"passed","time":{"start":1707409177753,"stop":1707409177753,"duration":0}},{"uid":"b6f5d08ceae622b5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b6f5d08ceae622b5","status":"passed","time":{"start":1707409135089,"stop":1707409135089,"duration":0}},{"uid":"dce1d497e71ede36","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/dce1d497e71ede36","status":"passed","time":{"start":1707408664022,"stop":1707408664022,"duration":0}},{"uid":"a10ecdaec0d7af7d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a10ecdaec0d7af7d","status":"passed","time":{"start":1707407736508,"stop":1707407736508,"duration":0}},{"uid":"4875ac74dd73acf7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4875ac74dd73acf7","status":"passed","time":{"start":1707407618228,"stop":1707407618229,"duration":1}},{"uid":"92b484ee8bda4e9d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/92b484ee8bda4e9d","status":"passed","time":{"start":1707404537713,"stop":1707404537713,"duration":0}},{"uid":"d250d1d6cb6f1030","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d250d1d6cb6f1030","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1707375978544,"stop":1707375978545,"duration":1}},{"uid":"bff07c11dae9e44b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/bff07c11dae9e44b","status":"passed","time":{"start":1707373245355,"stop":1707373245355,"duration":0}},{"uid":"951f19082850b3f9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/951f19082850b3f9","status":"passed","time":{"start":1707359448666,"stop":1707359448666,"duration":0}},{"uid":"c87f063271b4bb96","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c87f063271b4bb96","status":"passed","time":{"start":1707358197184,"stop":1707358197184,"duration":0}},{"uid":"2b585f993e71f22a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b585f993e71f22a","status":"passed","time":{"start":1707357226627,"stop":1707357226627,"duration":0}},{"uid":"13c3ed21feb92088","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/13c3ed21feb92088","status":"passed","time":{"start":1707355477305,"stop":1707355477306,"duration":1}}]},"tags":[]},"source":"b9512bb275ce258a.json","parameterValues":[]} \ No newline at end of file +{"uid":"30971d9b353f5312","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":1707793446737,"stop":1707793446738,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b1c417c08c50e8fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1c417c08c50e8fc","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"3e4ba6bae921e048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e4ba6bae921e048","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"202f6716839ed370","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/202f6716839ed370","status":"passed","time":{"start":1707775494272,"stop":1707775494273,"duration":1}},{"uid":"e99b13aa67513920","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e99b13aa67513920","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"duration":0}},{"uid":"d7e7d555b56c5243","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7e7d555b56c5243","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"5f04494367abe016","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5f04494367abe016","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"f7434c8e430c5ed9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7434c8e430c5ed9","status":"passed","time":{"start":1707758004306,"stop":1707758004306,"duration":0}},{"uid":"648136ee00ed449b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/648136ee00ed449b","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"e8e0ac0857003330","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e8e0ac0857003330","status":"passed","time":{"start":1707754051783,"stop":1707754051784,"duration":1}},{"uid":"570c139891cb0f4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/570c139891cb0f4e","status":"passed","time":{"start":1707753877924,"stop":1707753877925,"duration":1}},{"uid":"ac55eac40acf1684","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac55eac40acf1684","status":"passed","time":{"start":1707751228958,"stop":1707751228959,"duration":1}},{"uid":"40d120dbc74d125c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40d120dbc74d125c","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"6c210d0cd897e07c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6c210d0cd897e07c","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"tags":[]},"source":"30971d9b353f5312.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1545b9164c87d9e8.json b/6406/data/test-cases/31abb135af2ff5de.json similarity index 58% rename from 6379/data/test-cases/1545b9164c87d9e8.json rename to 6406/data/test-cases/31abb135af2ff5de.json index 054b324844c..f69e8ab0f93 100644 --- a/6379/data/test-cases/1545b9164c87d9e8.json +++ b/6406/data/test-cases/31abb135af2ff5de.json @@ -1 +1 @@ -{"uid":"1545b9164c87d9e8","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":1707419196127,"stop":1707419196127,"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":18,"unknown":0,"total":18},"items":[{"uid":"e0b694b03617eed3","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e0b694b03617eed3","status":"passed","time":{"start":1707418434521,"stop":1707418434522,"duration":1}},{"uid":"3aff4d35b4ce6cd8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3aff4d35b4ce6cd8","status":"passed","time":{"start":1707418390039,"stop":1707418390039,"duration":0}},{"uid":"459ee748ced8bbfc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/459ee748ced8bbfc","status":"passed","time":{"start":1707412777493,"stop":1707412777493,"duration":0}},{"uid":"524aea213272599c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/524aea213272599c","status":"passed","time":{"start":1707411235486,"stop":1707411235486,"duration":0}},{"uid":"cd06b625afe01be9","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/cd06b625afe01be9","status":"passed","time":{"start":1707409707306,"stop":1707409707306,"duration":0}},{"uid":"40d5d2a7f9b99dac","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/40d5d2a7f9b99dac","status":"passed","time":{"start":1707409096435,"stop":1707409096436,"duration":1}},{"uid":"551429e431211a67","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/551429e431211a67","status":"passed","time":{"start":1707409057280,"stop":1707409057280,"duration":0}},{"uid":"78f6acef341b3155","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/78f6acef341b3155","status":"passed","time":{"start":1707408590947,"stop":1707408590947,"duration":0}},{"uid":"245e2b0889ba5635","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/245e2b0889ba5635","status":"passed","time":{"start":1707407658253,"stop":1707407658254,"duration":1}},{"uid":"73fee2b212950cf0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/73fee2b212950cf0","status":"passed","time":{"start":1707407574430,"stop":1707407574431,"duration":1}},{"uid":"30c8e4661d1ba994","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/30c8e4661d1ba994","status":"passed","time":{"start":1707404549262,"stop":1707404549262,"duration":0}},{"uid":"be733086c13555","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/be733086c13555","status":"passed","time":{"start":1707375962199,"stop":1707375962199,"duration":0}},{"uid":"541ef18b8594ffe5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/541ef18b8594ffe5","status":"passed","time":{"start":1707373162872,"stop":1707373162873,"duration":1}},{"uid":"f3e4948c18f465b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f3e4948c18f465b","status":"passed","time":{"start":1707359369161,"stop":1707359369162,"duration":1}},{"uid":"3300ef24d6f74be2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3300ef24d6f74be2","status":"passed","time":{"start":1707358158526,"stop":1707358158526,"duration":0}},{"uid":"d63c7a3556300420","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d63c7a3556300420","status":"passed","time":{"start":1707357111631,"stop":1707357111632,"duration":1}},{"uid":"135fd55701fbbe60","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/135fd55701fbbe60","status":"passed","time":{"start":1707355305157,"stop":1707355305167,"duration":10}}]},"tags":[]},"source":"1545b9164c87d9e8.json","parameterValues":[]} \ No newline at end of file +{"uid":"31abb135af2ff5de","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":1707793355775,"stop":1707793355775,"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":14,"unknown":0,"total":14},"items":[{"uid":"8556f4f6f14ba830","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8556f4f6f14ba830","status":"passed","time":{"start":1707778326663,"stop":1707778326664,"duration":1}},{"uid":"110ff2ccbb9e6cc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/110ff2ccbb9e6cc9","status":"passed","time":{"start":1707775610542,"stop":1707775610543,"duration":1}},{"uid":"d43c22b8830c1b2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d43c22b8830c1b2e","status":"passed","time":{"start":1707775405803,"stop":1707775405804,"duration":1}},{"uid":"c2b6d0d3dce02a3a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b6d0d3dce02a3a","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"duration":1}},{"uid":"79ec8d15a35b0189","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/79ec8d15a35b0189","status":"passed","time":{"start":1707770116106,"stop":1707770116106,"duration":0}},{"uid":"584600b996daf442","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/584600b996daf442","status":"passed","time":{"start":1707760294897,"stop":1707760294898,"duration":1}},{"uid":"6a174b05e3728a01","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a174b05e3728a01","status":"passed","time":{"start":1707757992697,"stop":1707757992697,"duration":0}},{"uid":"236cf46bdb9e0c52","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/236cf46bdb9e0c52","status":"passed","time":{"start":1707756620671,"stop":1707756620672,"duration":1}},{"uid":"2402e815cc39cefd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2402e815cc39cefd","status":"passed","time":{"start":1707753926586,"stop":1707753926586,"duration":0}},{"uid":"225b27ca14d67bd7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/225b27ca14d67bd7","status":"passed","time":{"start":1707753779026,"stop":1707753779027,"duration":1}},{"uid":"ccd840eaa9ed8c9b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ccd840eaa9ed8c9b","status":"passed","time":{"start":1707751117671,"stop":1707751117671,"duration":0}},{"uid":"29271c9c293e79ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29271c9c293e79ce","status":"passed","time":{"start":1707737065097,"stop":1707737065098,"duration":1}},{"uid":"daed896622397757","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daed896622397757","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"tags":[]},"source":"31abb135af2ff5de.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a46e09ebabb5d042.json b/6406/data/test-cases/32156957ffeeb3d9.json similarity index 53% rename from 6379/data/test-cases/a46e09ebabb5d042.json rename to 6406/data/test-cases/32156957ffeeb3d9.json index 87259a4a935..4d96027679a 100644 --- a/6379/data/test-cases/a46e09ebabb5d042.json +++ b/6406/data/test-cases/32156957ffeeb3d9.json @@ -1 +1 @@ -{"uid":"a46e09ebabb5d042","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":1707418873962,"stop":1707418873963,"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":18,"unknown":0,"total":18},"items":[{"uid":"cdffa9398d5ef4e6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/cdffa9398d5ef4e6","status":"passed","time":{"start":1707418134411,"stop":1707418134413,"duration":2}},{"uid":"6bab2341f4c8b827","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6bab2341f4c8b827","status":"passed","time":{"start":1707418089118,"stop":1707418089118,"duration":0}},{"uid":"a024c5286beb9165","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a024c5286beb9165","status":"passed","time":{"start":1707412521474,"stop":1707412521475,"duration":1}},{"uid":"53dc0a19b2d5ce19","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/53dc0a19b2d5ce19","status":"passed","time":{"start":1707410940000,"stop":1707410940004,"duration":4}},{"uid":"b053b7b6842f6989","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b053b7b6842f6989","status":"passed","time":{"start":1707409391188,"stop":1707409391195,"duration":7}},{"uid":"e7a2b7d58a797abb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e7a2b7d58a797abb","status":"passed","time":{"start":1707408781559,"stop":1707408781559,"duration":0}},{"uid":"ee2676da59c33b81","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ee2676da59c33b81","status":"passed","time":{"start":1707408744480,"stop":1707408744485,"duration":5}},{"uid":"dd6c64030798fb34","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/dd6c64030798fb34","status":"passed","time":{"start":1707408261437,"stop":1707408261437,"duration":0}},{"uid":"f03d1c42be6315c4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f03d1c42be6315c4","status":"passed","time":{"start":1707407338357,"stop":1707407338357,"duration":0}},{"uid":"bd5f41ebbdbbc87b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/bd5f41ebbdbbc87b","status":"passed","time":{"start":1707407221282,"stop":1707407221282,"duration":0}},{"uid":"3336213cc2060bf","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3336213cc2060bf","status":"passed","time":{"start":1707404211874,"stop":1707404211875,"duration":1}},{"uid":"4c8d85061dadb810","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4c8d85061dadb810","status":"passed","time":{"start":1707375653450,"stop":1707375653451,"duration":1}},{"uid":"c2ebaf30a153a5e3","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c2ebaf30a153a5e3","status":"passed","time":{"start":1707372857533,"stop":1707372857534,"duration":1}},{"uid":"d2431aee9bc1fdb2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d2431aee9bc1fdb2","status":"passed","time":{"start":1707359049309,"stop":1707359049309,"duration":0}},{"uid":"74d602cfcb416997","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/74d602cfcb416997","status":"passed","time":{"start":1707357781640,"stop":1707357781640,"duration":0}},{"uid":"aab3b1db88800f36","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/aab3b1db88800f36","status":"passed","time":{"start":1707356903375,"stop":1707356903375,"duration":0}},{"uid":"3ae5a526a73216b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3ae5a526a73216b","status":"passed","time":{"start":1707355100954,"stop":1707355100955,"duration":1}}]},"tags":[]},"source":"a46e09ebabb5d042.json","parameterValues":[]} \ No newline at end of file +{"uid":"32156957ffeeb3d9","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":1707793059099,"stop":1707793059099,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"f1b21e15eff8c944","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1b21e15eff8c944","status":"passed","time":{"start":1707778002164,"stop":1707778002164,"duration":0}},{"uid":"cdff289bec0efc10","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdff289bec0efc10","status":"passed","time":{"start":1707775288507,"stop":1707775288508,"duration":1}},{"uid":"ba98ac9d38fa96c4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ba98ac9d38fa96c4","status":"passed","time":{"start":1707775094101,"stop":1707775094102,"duration":1}},{"uid":"8a34b95193473da2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a34b95193473da2","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"duration":0}},{"uid":"43352b687e1ec028","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43352b687e1ec028","status":"passed","time":{"start":1707769883624,"stop":1707769883625,"duration":1}},{"uid":"3c0906f09d63aeaf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c0906f09d63aeaf","status":"passed","time":{"start":1707759985510,"stop":1707759985511,"duration":1}},{"uid":"d050c5a71aad280f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d050c5a71aad280f","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"49c2a17093ec0d53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/49c2a17093ec0d53","status":"passed","time":{"start":1707756291412,"stop":1707756291413,"duration":1}},{"uid":"c9ca4105def4864b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9ca4105def4864b","status":"passed","time":{"start":1707753735500,"stop":1707753735501,"duration":1}},{"uid":"392540901820f62a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/392540901820f62a","status":"passed","time":{"start":1707753472967,"stop":1707753472968,"duration":1}},{"uid":"2329b7136cfcb378","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2329b7136cfcb378","status":"passed","time":{"start":1707750845159,"stop":1707750845160,"duration":1}},{"uid":"b8a09e9f6f018b2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8a09e9f6f018b2c","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"559fad1531d8fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/559fad1531d8fe","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"tags":[]},"source":"32156957ffeeb3d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3263e0f2f2f540b9.json b/6406/data/test-cases/3263e0f2f2f540b9.json new file mode 100644 index 00000000000..30c1258fa29 --- /dev/null +++ b/6406/data/test-cases/3263e0f2f2f540b9.json @@ -0,0 +1 @@ +{"uid":"3263e0f2f2f540b9","name":"1 Store, 2 fetches","fullName":"/src/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 fetches","historyId":"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814756,"stop":1707792814756,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"ce23e095eb8108f6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ce23e095eb8108f6","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"7cd48e6d8bf0f2f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cd48e6d8bf0f2f5","status":"passed","time":{"start":1707775040234,"stop":1707775040234,"duration":0}},{"uid":"fb35a6e51279c239","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb35a6e51279c239","status":"passed","time":{"start":1707774842094,"stop":1707774842095,"duration":1}},{"uid":"58ac133c8e486853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58ac133c8e486853","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1}},{"uid":"eefa5ba321084826","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eefa5ba321084826","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"c1dceeef3de76cf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1dceeef3de76cf1","status":"passed","time":{"start":1707759737040,"stop":1707759737040,"duration":0}},{"uid":"f90f5e2f511a5863","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f90f5e2f511a5863","status":"passed","time":{"start":1707757431979,"stop":1707757431979,"duration":0}},{"uid":"ed594027b72b15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed594027b72b15","status":"passed","time":{"start":1707756061066,"stop":1707756061066,"duration":0}},{"uid":"63bdc5eaf50a69a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/63bdc5eaf50a69a8","status":"passed","time":{"start":1707753479613,"stop":1707753479613,"duration":0}},{"uid":"9cffab13c5e3416d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cffab13c5e3416d","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"23e2b7b91ab49eb2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23e2b7b91ab49eb2","status":"passed","time":{"start":1707750608630,"stop":1707750608630,"duration":0}},{"uid":"120d7f70caa8cb08","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120d7f70caa8cb08","status":"passed","time":{"start":1707736525924,"stop":1707736525924,"duration":0}},{"uid":"22bdea63154819a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22bdea63154819a8","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"tags":[]},"source":"3263e0f2f2f540b9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/328ecf4b99676dbc.json b/6406/data/test-cases/328ecf4b99676dbc.json new file mode 100644 index 00000000000..2b46e3895b0 --- /dev/null +++ b/6406/data/test-cases/328ecf4b99676dbc.json @@ -0,0 +1 @@ +{"uid":"328ecf4b99676dbc","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":1707793412323,"stop":1707793412323,"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":13,"unknown":0,"total":13},"items":[{"uid":"5914fb203e05ee6d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5914fb203e05ee6d","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"36ddf08d25e93c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36ddf08d25e93c5","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"c7ccdc2446cbf86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c7ccdc2446cbf86e","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"2fe3494d3bd78dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fe3494d3bd78dbc","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1}},{"uid":"51371122a0cf6038","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51371122a0cf6038","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"3f06aaf824ca216e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f06aaf824ca216e","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"453fe96d28c672a2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/453fe96d28c672a2","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"697af9fde346ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/697af9fde346ca14","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"4a7a94f13b1b7bdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a7a94f13b1b7bdf","status":"passed","time":{"start":1707753994324,"stop":1707753994324,"duration":0}},{"uid":"6187bedf38d63b94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6187bedf38d63b94","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"368d0e7aa34ff9cd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/368d0e7aa34ff9cd","status":"passed","time":{"start":1707737132860,"stop":1707737132860,"duration":0}},{"uid":"91fbaaa5820215f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/91fbaaa5820215f7","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"tags":[]},"source":"328ecf4b99676dbc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ef5068de06cf8967.json b/6406/data/test-cases/3312ef564d647fcc.json similarity index 53% rename from 6379/data/test-cases/ef5068de06cf8967.json rename to 6406/data/test-cases/3312ef564d647fcc.json index 53ae4264cd3..a5ed32705b1 100644 --- a/6379/data/test-cases/ef5068de06cf8967.json +++ b/6406/data/test-cases/3312ef564d647fcc.json @@ -1 +1 @@ -{"uid":"ef5068de06cf8967","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":1707418873967,"stop":1707418873968,"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":18,"unknown":0,"total":18},"items":[{"uid":"53211da5467e95a0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/53211da5467e95a0","status":"passed","time":{"start":1707418134417,"stop":1707418134418,"duration":1}},{"uid":"d7703733ab76c1ba","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d7703733ab76c1ba","status":"passed","time":{"start":1707418089120,"stop":1707418089121,"duration":1}},{"uid":"6af5a8b8ba5ad43c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6af5a8b8ba5ad43c","status":"passed","time":{"start":1707412521477,"stop":1707412521478,"duration":1}},{"uid":"92d5aeef21a9d373","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/92d5aeef21a9d373","status":"passed","time":{"start":1707410940015,"stop":1707410940016,"duration":1}},{"uid":"f2e21e58570e9a13","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f2e21e58570e9a13","status":"passed","time":{"start":1707409391198,"stop":1707409391199,"duration":1}},{"uid":"876e11cf589b9b0b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/876e11cf589b9b0b","status":"passed","time":{"start":1707408781561,"stop":1707408781561,"duration":0}},{"uid":"2cecc4059d70a4d9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2cecc4059d70a4d9","status":"passed","time":{"start":1707408744492,"stop":1707408744493,"duration":1}},{"uid":"18f6ae2e1b764b4","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/18f6ae2e1b764b4","status":"passed","time":{"start":1707408261439,"stop":1707408261440,"duration":1}},{"uid":"78d4e57b29b3763f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/78d4e57b29b3763f","status":"passed","time":{"start":1707407338360,"stop":1707407338361,"duration":1}},{"uid":"154b8fdab2fa9844","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/154b8fdab2fa9844","status":"passed","time":{"start":1707407221285,"stop":1707407221285,"duration":0}},{"uid":"937b8997dd0d452a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/937b8997dd0d452a","status":"passed","time":{"start":1707404211877,"stop":1707404211877,"duration":0}},{"uid":"2674f319c908bfa","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2674f319c908bfa","status":"passed","time":{"start":1707375653454,"stop":1707375653455,"duration":1}},{"uid":"a51f6de559f091f9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a51f6de559f091f9","status":"passed","time":{"start":1707372857536,"stop":1707372857536,"duration":0}},{"uid":"2254211412ae9d1d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2254211412ae9d1d","status":"passed","time":{"start":1707359049316,"stop":1707359049317,"duration":1}},{"uid":"b04f6a1e96f5cd83","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b04f6a1e96f5cd83","status":"passed","time":{"start":1707357781643,"stop":1707357781643,"duration":0}},{"uid":"5305e74c540633c5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5305e74c540633c5","status":"passed","time":{"start":1707356903401,"stop":1707356903402,"duration":1}},{"uid":"44990b5c47db2299","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/44990b5c47db2299","status":"passed","time":{"start":1707355100959,"stop":1707355100960,"duration":1}}]},"tags":[]},"source":"ef5068de06cf8967.json","parameterValues":[]} \ No newline at end of file +{"uid":"3312ef564d647fcc","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":1707793059102,"stop":1707793059102,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"a4e3c30bd7cf70cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4e3c30bd7cf70cf","status":"passed","time":{"start":1707778002167,"stop":1707778002170,"duration":3}},{"uid":"5017c64e7e8cb03d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5017c64e7e8cb03d","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"868d022b9d362b3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/868d022b9d362b3a","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"a0e6aa06ca9d49ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e6aa06ca9d49ee","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"6ed1440de6f9a43c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ed1440de6f9a43c","status":"passed","time":{"start":1707769883644,"stop":1707769883645,"duration":1}},{"uid":"b4204f026e2b5132","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4204f026e2b5132","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"4bcde6e86a9d97c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4bcde6e86a9d97c","status":"passed","time":{"start":1707757677812,"stop":1707757677813,"duration":1}},{"uid":"4fbc17b0d81991d0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4fbc17b0d81991d0","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"421a3a5d65dc1204","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/421a3a5d65dc1204","status":"passed","time":{"start":1707753735502,"stop":1707753735503,"duration":1}},{"uid":"509cae5713cbe559","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/509cae5713cbe559","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"fcac36e23a1f7197","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fcac36e23a1f7197","status":"passed","time":{"start":1707750845169,"stop":1707750845169,"duration":0}},{"uid":"d0ec844bcd88a3e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0ec844bcd88a3e1","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"bd9eaa99b32bf481","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd9eaa99b32bf481","status":"passed","time":{"start":1707735968264,"stop":1707735968265,"duration":1}}]},"tags":[]},"source":"3312ef564d647fcc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/332b1fe9489c48af.json b/6406/data/test-cases/332b1fe9489c48af.json new file mode 100644 index 00000000000..25b23faca94 --- /dev/null +++ b/6406/data/test-cases/332b1fe9489c48af.json @@ -0,0 +1 @@ +{"uid":"332b1fe9489c48af","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":1707792919943,"stop":1707792919943,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"a1994b8b6aef4019","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a1994b8b6aef4019","status":"passed","time":{"start":1707777865445,"stop":1707777865445,"duration":0}},{"uid":"6e4ea7efa5c33b05","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e4ea7efa5c33b05","status":"passed","time":{"start":1707775140808,"stop":1707775140808,"duration":0}},{"uid":"306a30c7bde3c023","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/306a30c7bde3c023","status":"passed","time":{"start":1707774947612,"stop":1707774947612,"duration":0}},{"uid":"b6057e8af4e873c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6057e8af4e873c7","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"duration":0}},{"uid":"3f4461745f9d581c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f4461745f9d581c","status":"passed","time":{"start":1707769737641,"stop":1707769737642,"duration":1}},{"uid":"668d9ce1d0b89e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/668d9ce1d0b89e3b","status":"passed","time":{"start":1707759835152,"stop":1707759835152,"duration":0}},{"uid":"8c60d5dba7c5dc7f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c60d5dba7c5dc7f","status":"passed","time":{"start":1707757529707,"stop":1707757529707,"duration":0}},{"uid":"d2104b031bf5c332","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2104b031bf5c332","status":"passed","time":{"start":1707756164077,"stop":1707756164078,"duration":1}},{"uid":"6de7b162de6a3d91","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6de7b162de6a3d91","status":"passed","time":{"start":1707753566691,"stop":1707753566691,"duration":0}},{"uid":"a2c453081f24419e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2c453081f24419e","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"d04e244fa6073572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d04e244fa6073572","status":"passed","time":{"start":1707750698719,"stop":1707750698720,"duration":1}},{"uid":"bb336724ebc2269a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb336724ebc2269a","status":"passed","time":{"start":1707736624915,"stop":1707736624915,"duration":0}},{"uid":"7b30306819367cb2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b30306819367cb2","status":"passed","time":{"start":1707735814295,"stop":1707735814296,"duration":1}}]},"tags":[]},"source":"332b1fe9489c48af.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5fee3f0d05ef8c1c.json b/6406/data/test-cases/33d06a99112ac015.json similarity index 81% rename from 6379/data/test-cases/5fee3f0d05ef8c1c.json rename to 6406/data/test-cases/33d06a99112ac015.json index 7532ca62a9e..daa1d93f068 100644 --- a/6379/data/test-cases/5fee3f0d05ef8c1c.json +++ b/6406/data/test-cases/33d06a99112ac015.json @@ -1 +1 @@ -{"uid":"5fee3f0d05ef8c1c","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":1707419181392,"stop":1707419181392,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"a020f809c2e895c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a020f809c2e895c","status":"passed","time":{"start":1707418419711,"stop":1707418419712,"duration":1}},{"uid":"a14c644347fffe6e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a14c644347fffe6e","status":"passed","time":{"start":1707418388435,"stop":1707418388436,"duration":1}},{"uid":"4f15f14c2fc70e6b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4f15f14c2fc70e6b","status":"passed","time":{"start":1707412796112,"stop":1707412796114,"duration":2}},{"uid":"e9a105149e45c268","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e9a105149e45c268","status":"passed","time":{"start":1707411256045,"stop":1707411256054,"duration":9}},{"uid":"55b58e3be595e706","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/55b58e3be595e706","status":"passed","time":{"start":1707409690302,"stop":1707409690302,"duration":0}},{"uid":"275cd18ce637ab78","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/275cd18ce637ab78","status":"passed","time":{"start":1707409095914,"stop":1707409095914,"duration":0}},{"uid":"78047c5e80fa551","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/78047c5e80fa551","status":"passed","time":{"start":1707409032385,"stop":1707409032385,"duration":0}},{"uid":"ac9fdfc8f97848d9","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ac9fdfc8f97848d9","status":"passed","time":{"start":1707408574231,"stop":1707408574231,"duration":0}},{"uid":"e10d5163cd749331","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e10d5163cd749331","status":"passed","time":{"start":1707407633846,"stop":1707407633848,"duration":2}},{"uid":"69af15913e3f8e95","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/69af15913e3f8e95","status":"passed","time":{"start":1707407545211,"stop":1707407545211,"duration":0}},{"uid":"a47bf14e24fbd5a2","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a47bf14e24fbd5a2","status":"passed","time":{"start":1707404532392,"stop":1707404532392,"duration":0}},{"uid":"f674c9ca217b7380","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f674c9ca217b7380","status":"passed","time":{"start":1707375958747,"stop":1707375958747,"duration":0}},{"uid":"1a267dbc23a34d67","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1a267dbc23a34d67","status":"passed","time":{"start":1707373157744,"stop":1707373157745,"duration":1}},{"uid":"ebb34680d11efac0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ebb34680d11efac0","status":"passed","time":{"start":1707359355954,"stop":1707359355954,"duration":0}},{"uid":"1826f7c12886420d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1826f7c12886420d","status":"passed","time":{"start":1707358094658,"stop":1707358094659,"duration":1}},{"uid":"4ca90e2e9ffca809","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4ca90e2e9ffca809","status":"passed","time":{"start":1707357164908,"stop":1707357164908,"duration":0}},{"uid":"e383b60f60b2c1ac","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e383b60f60b2c1ac","status":"passed","time":{"start":1707355248770,"stop":1707355248771,"duration":1}}]},"tags":[]},"source":"5fee3f0d05ef8c1c.json","parameterValues":[]} \ No newline at end of file +{"uid":"33d06a99112ac015","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":1707793371097,"stop":1707793371097,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"b21c1c3956e6b10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b21c1c3956e6b10","status":"passed","time":{"start":1707778338833,"stop":1707778338834,"duration":1}},{"uid":"d9c21ca75d858d16","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9c21ca75d858d16","status":"passed","time":{"start":1707775602014,"stop":1707775602015,"duration":1}},{"uid":"9b80e186db7600be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b80e186db7600be","status":"passed","time":{"start":1707775390222,"stop":1707775390223,"duration":1}},{"uid":"b48097c0873ddc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b48097c0873ddc57","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0}},{"uid":"8c6567581ca7e472","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8c6567581ca7e472","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"c50c43576f2184d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c50c43576f2184d5","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"e973b9215af39745","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e973b9215af39745","status":"passed","time":{"start":1707756617034,"stop":1707756617035,"duration":1}},{"uid":"a097a3ea5ac740e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a097a3ea5ac740e8","status":"passed","time":{"start":1707753988875,"stop":1707753988876,"duration":1}},{"uid":"a63e8391279a67b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a63e8391279a67b8","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"4fd74b086ff84f75","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4fd74b086ff84f75","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"3e6c212c163ffd51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e6c212c163ffd51","status":"passed","time":{"start":1707737091298,"stop":1707737091298,"duration":0}},{"uid":"9dd68ea355e4f216","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9dd68ea355e4f216","status":"passed","time":{"start":1707736260119,"stop":1707736260120,"duration":1}}]},"tags":[]},"source":"33d06a99112ac015.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/344a8b8d2c30a683.json b/6406/data/test-cases/344a8b8d2c30a683.json new file mode 100644 index 00000000000..c415eafdf49 --- /dev/null +++ b/6406/data/test-cases/344a8b8d2c30a683.json @@ -0,0 +1 @@ +{"uid":"344a8b8d2c30a683","name":"Register correct protocols","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Register correct protocols","historyId":"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793168669,"stop":1707793168670,"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":14,"unknown":0,"total":14},"items":[{"uid":"a62a72d7bb7fa253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a62a72d7bb7fa253","status":"passed","time":{"start":1707778126342,"stop":1707778126342,"duration":0}},{"uid":"53d828afa61b0ebb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/53d828afa61b0ebb","status":"passed","time":{"start":1707775409481,"stop":1707775409481,"duration":0}},{"uid":"f35e4f8fdc5702ec","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f35e4f8fdc5702ec","status":"passed","time":{"start":1707775219992,"stop":1707775219993,"duration":1}},{"uid":"e44effc9215961f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e44effc9215961f1","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"fac10ded3f39a033","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac10ded3f39a033","status":"passed","time":{"start":1707769994533,"stop":1707769994533,"duration":0}},{"uid":"f7b9d3328c97deb4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7b9d3328c97deb4","status":"passed","time":{"start":1707760106453,"stop":1707760106453,"duration":0}},{"uid":"7781f4c837a59a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7781f4c837a59a78","status":"passed","time":{"start":1707757804291,"stop":1707757804291,"duration":0}},{"uid":"7c7aba82de7d5125","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c7aba82de7d5125","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"8badb27e1f8fdb7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8badb27e1f8fdb7c","status":"passed","time":{"start":1707753796544,"stop":1707753796545,"duration":1}},{"uid":"6e1c6191385dfce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e1c6191385dfce9","status":"passed","time":{"start":1707753586159,"stop":1707753586159,"duration":0}},{"uid":"69a4c892b78257be","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69a4c892b78257be","status":"passed","time":{"start":1707750964798,"stop":1707750964799,"duration":1}},{"uid":"df644cd59c4cd7a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df644cd59c4cd7a6","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"75163099965cb372","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75163099965cb372","status":"passed","time":{"start":1707736096386,"stop":1707736096386,"duration":0}}]},"tags":[]},"source":"344a8b8d2c30a683.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e7c9b8d757e31d4.json b/6406/data/test-cases/3453d736075045c.json similarity index 78% rename from 6379/data/test-cases/e7c9b8d757e31d4.json rename to 6406/data/test-cases/3453d736075045c.json index f158c933a62..b47d81acce0 100644 --- a/6379/data/test-cases/e7c9b8d757e31d4.json +++ b/6406/data/test-cases/3453d736075045c.json @@ -1 +1 @@ -{"uid":"e7c9b8d757e31d4","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":1707418998131,"stop":1707418998132,"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":18,"unknown":0,"total":18},"items":[{"uid":"6c68c545915a623d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6c68c545915a623d","status":"passed","time":{"start":1707418241998,"stop":1707418241998,"duration":0}},{"uid":"a02aa4f962e24c9a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a02aa4f962e24c9a","status":"passed","time":{"start":1707418191231,"stop":1707418191231,"duration":0}},{"uid":"531fd481b5e760ab","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/531fd481b5e760ab","status":"passed","time":{"start":1707412620256,"stop":1707412620258,"duration":2}},{"uid":"82f0ef77c4dc5791","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/82f0ef77c4dc5791","status":"passed","time":{"start":1707411038661,"stop":1707411038662,"duration":1}},{"uid":"9ab54d3700428048","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/9ab54d3700428048","status":"passed","time":{"start":1707409514427,"stop":1707409514428,"duration":1}},{"uid":"5695448e4e48775c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5695448e4e48775c","status":"passed","time":{"start":1707408894635,"stop":1707408894635,"duration":0}},{"uid":"73d9b15719098ac5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/73d9b15719098ac5","status":"passed","time":{"start":1707408855707,"stop":1707408855708,"duration":1}},{"uid":"45a9d4121998cee2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/45a9d4121998cee2","status":"passed","time":{"start":1707408364945,"stop":1707408364949,"duration":4}},{"uid":"93abb5d625e9051e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93abb5d625e9051e","status":"passed","time":{"start":1707407446957,"stop":1707407446958,"duration":1}},{"uid":"7eb63cd3895e17dd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7eb63cd3895e17dd","status":"passed","time":{"start":1707407328482,"stop":1707407328483,"duration":1}},{"uid":"13b8ec604a48c0a0","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/13b8ec604a48c0a0","status":"passed","time":{"start":1707404323767,"stop":1707404323769,"duration":2}},{"uid":"e4585b9287422d85","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e4585b9287422d85","status":"passed","time":{"start":1707375767303,"stop":1707375767303,"duration":0}},{"uid":"93374bc741c45938","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/93374bc741c45938","status":"passed","time":{"start":1707372960627,"stop":1707372960628,"duration":1}},{"uid":"bba2977d077fe072","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bba2977d077fe072","status":"passed","time":{"start":1707359147635,"stop":1707359147635,"duration":0}},{"uid":"17aa30ee8828da5d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/17aa30ee8828da5d","status":"passed","time":{"start":1707357894470,"stop":1707357894470,"duration":0}},{"uid":"1f60451aec0186e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1f60451aec0186e4","status":"passed","time":{"start":1707356942067,"stop":1707356942067,"duration":0}},{"uid":"e0bc003304cd190b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e0bc003304cd190b","status":"passed","time":{"start":1707355162737,"stop":1707355162738,"duration":1}}]},"tags":[]},"source":"e7c9b8d757e31d4.json","parameterValues":[]} \ No newline at end of file +{"uid":"3453d736075045c","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":1707793153223,"stop":1707793153223,"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":14,"unknown":0,"total":14},"items":[{"uid":"5773fcb881a3dba1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5773fcb881a3dba1","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"b5b3148f78c43bc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b3148f78c43bc1","status":"passed","time":{"start":1707775395375,"stop":1707775395376,"duration":1}},{"uid":"de5a8c880a286315","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de5a8c880a286315","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"a0c83500591e4681","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0c83500591e4681","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2}},{"uid":"199a531f6d405a68","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/199a531f6d405a68","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"23431bfb7ac98c39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23431bfb7ac98c39","status":"passed","time":{"start":1707760095402,"stop":1707760095403,"duration":1}},{"uid":"1305310d11dac589","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1305310d11dac589","status":"passed","time":{"start":1707757790735,"stop":1707757790736,"duration":1}},{"uid":"51bc0fb9acd0ae0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51bc0fb9acd0ae0a","status":"passed","time":{"start":1707756409544,"stop":1707756409545,"duration":1}},{"uid":"7cb5a148ca671417","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cb5a148ca671417","status":"passed","time":{"start":1707753793189,"stop":1707753793190,"duration":1}},{"uid":"a7173bbfa7a40178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7173bbfa7a40178","status":"passed","time":{"start":1707753573529,"stop":1707753573529,"duration":0}},{"uid":"c44849a0ab33a4f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c44849a0ab33a4f9","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"953dc04501787b62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/953dc04501787b62","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"42655a4fdb73ba9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/42655a4fdb73ba9a","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"tags":[]},"source":"3453d736075045c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/40653a861d1d6f58.json b/6406/data/test-cases/356dcda81f987a42.json similarity index 80% rename from 6379/data/test-cases/40653a861d1d6f58.json rename to 6406/data/test-cases/356dcda81f987a42.json index 24e6f6fc737..1536e3caad6 100644 --- a/6379/data/test-cases/40653a861d1d6f58.json +++ b/6406/data/test-cases/356dcda81f987a42.json @@ -1 +1 @@ -{"uid":"40653a861d1d6f58","name":"Check received message with timestamp: undefined ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: undefined ","historyId":"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418841943,"stop":1707418841943,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"426d3332e3e0fe6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/426d3332e3e0fe6","status":"passed","time":{"start":1707418071902,"stop":1707418071902,"duration":0}},{"uid":"40594a5f345b1811","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/40594a5f345b1811","status":"passed","time":{"start":1707418027866,"stop":1707418027866,"duration":0}},{"uid":"aa6afd381d0181ce","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/aa6afd381d0181ce","status":"passed","time":{"start":1707412447296,"stop":1707412447297,"duration":1}},{"uid":"5e97888093315b2c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5e97888093315b2c","status":"passed","time":{"start":1707410887042,"stop":1707410887042,"duration":0}},{"uid":"e481c6fdbc254fe6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e481c6fdbc254fe6","status":"passed","time":{"start":1707409360835,"stop":1707409360836,"duration":1}},{"uid":"8990d125a7d6b01","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8990d125a7d6b01","status":"passed","time":{"start":1707408754553,"stop":1707408754553,"duration":0}},{"uid":"632f774515dceb1c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/632f774515dceb1c","status":"passed","time":{"start":1707408697998,"stop":1707408697999,"duration":1}},{"uid":"abc112f2de5cf5e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/abc112f2de5cf5e","status":"passed","time":{"start":1707408233038,"stop":1707408233039,"duration":1}},{"uid":"f897f0544438770a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f897f0544438770a","status":"passed","time":{"start":1707407282980,"stop":1707407282981,"duration":1}},{"uid":"7e4cd984e0078dfe","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7e4cd984e0078dfe","status":"passed","time":{"start":1707407158627,"stop":1707407158628,"duration":1}},{"uid":"1337c8b9fd9478f8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1337c8b9fd9478f8","status":"passed","time":{"start":1707404183606,"stop":1707404183606,"duration":0}},{"uid":"196819b5d461dc76","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/196819b5d461dc76","status":"passed","time":{"start":1707375605096,"stop":1707375605096,"duration":0}},{"uid":"7c1c9260b49843ba","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7c1c9260b49843ba","status":"passed","time":{"start":1707372815523,"stop":1707372815524,"duration":1}},{"uid":"a8bd32f51ee1d02f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a8bd32f51ee1d02f","status":"passed","time":{"start":1707358982996,"stop":1707358982997,"duration":1}},{"uid":"800b0396570e814a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/800b0396570e814a","status":"passed","time":{"start":1707357747313,"stop":1707357747313,"duration":0}},{"uid":"2406efa5ab6576e2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2406efa5ab6576e2","status":"passed","time":{"start":1707356855807,"stop":1707356855807,"duration":0}},{"uid":"43c40de0bd1eb7cc","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/43c40de0bd1eb7cc","status":"passed","time":{"start":1707354894956,"stop":1707354894956,"duration":0}}]},"tags":[]},"source":"40653a861d1d6f58.json","parameterValues":[]} \ No newline at end of file +{"uid":"356dcda81f987a42","name":"Check received message with timestamp: undefined ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: undefined ","historyId":"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793028285,"stop":1707793028285,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"5cadaa5bbb2709b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cadaa5bbb2709b9","status":"passed","time":{"start":1707777973002,"stop":1707777973003,"duration":1}},{"uid":"8e88fe82d8d1a7ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e88fe82d8d1a7ef","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"ef533bf206c3251e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef533bf206c3251e","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"46da5efe83d21d01","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46da5efe83d21d01","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"e56bda7504903218","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e56bda7504903218","status":"passed","time":{"start":1707769843148,"stop":1707769843148,"duration":0}},{"uid":"747589fff6e45280","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/747589fff6e45280","status":"passed","time":{"start":1707759965206,"stop":1707759965207,"duration":1}},{"uid":"3ff8faf872db24c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ff8faf872db24c9","status":"passed","time":{"start":1707757644393,"stop":1707757644393,"duration":0}},{"uid":"1dbe5bb790ded929","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1dbe5bb790ded929","status":"passed","time":{"start":1707756267912,"stop":1707756267913,"duration":1}},{"uid":"8051587a716fb3ca","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8051587a716fb3ca","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"ccd5460160706b58","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ccd5460160706b58","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"26921ee9d138e440","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26921ee9d138e440","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"1e186a4afa29b677","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e186a4afa29b677","status":"passed","time":{"start":1707736730654,"stop":1707736730655,"duration":1}},{"uid":"5ad932a8d34d7ad0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5ad932a8d34d7ad0","status":"passed","time":{"start":1707735912126,"stop":1707735912127,"duration":1}}]},"tags":[]},"source":"356dcda81f987a42.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3600a71b190c3504.json b/6406/data/test-cases/3600a71b190c3504.json new file mode 100644 index 00000000000..b567f19056f --- /dev/null +++ b/6406/data/test-cases/3600a71b190c3504.json @@ -0,0 +1 @@ +{"uid":"3600a71b190c3504","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":1707793088061,"stop":1707793088062,"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}],"afterStages":[{"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":"6fe4694211893a93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fe4694211893a93","status":"passed","time":{"start":1707778034785,"stop":1707778034786,"duration":1}},{"uid":"27cbb5d73d2e8c0f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27cbb5d73d2e8c0f","status":"passed","time":{"start":1707775327572,"stop":1707775327573,"duration":1}},{"uid":"d72a09221614feac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72a09221614feac","status":"passed","time":{"start":1707775129516,"stop":1707775129516,"duration":0}},{"uid":"6b1a056a222b7ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b1a056a222b7ca1","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0}},{"uid":"85ce4afb5758db64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85ce4afb5758db64","status":"passed","time":{"start":1707769919571,"stop":1707769919572,"duration":1}},{"uid":"33b2a94b61328f61","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/33b2a94b61328f61","status":"passed","time":{"start":1707760025485,"stop":1707760025485,"duration":0}},{"uid":"ce75439bb11d262a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce75439bb11d262a","status":"passed","time":{"start":1707757709188,"stop":1707757709188,"duration":0}},{"uid":"3bbf9d251c69e579","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bbf9d251c69e579","status":"passed","time":{"start":1707756341219,"stop":1707756341219,"duration":0}},{"uid":"4d59a03e4241785c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4d59a03e4241785c","status":"passed","time":{"start":1707753751250,"stop":1707753751251,"duration":1}},{"uid":"c81c0602b7a9aac1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c81c0602b7a9aac1","status":"passed","time":{"start":1707753510012,"stop":1707753510012,"duration":0}},{"uid":"88f9a1926b74a629","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f9a1926b74a629","status":"passed","time":{"start":1707750881806,"stop":1707750881806,"duration":0}},{"uid":"a041064168eb0a6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a041064168eb0a6d","status":"passed","time":{"start":1707736800765,"stop":1707736800765,"duration":0}},{"uid":"34ac1c91c462defb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/34ac1c91c462defb","status":"passed","time":{"start":1707736013453,"stop":1707736013454,"duration":1}}]},"tags":[]},"source":"3600a71b190c3504.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3696b7f545496e3b.json b/6406/data/test-cases/3696b7f545496e3b.json new file mode 100644 index 00000000000..eb22318b1b9 --- /dev/null +++ b/6406/data/test-cases/3696b7f545496e3b.json @@ -0,0 +1 @@ +{"uid":"3696b7f545496e3b","name":"should throw error - no id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - no id","historyId":"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"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":14,"unknown":0,"total":14},"items":[{"uid":"91815e523c88e871","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91815e523c88e871","status":"passed","time":{"start":1707777749835,"stop":1707777749836,"duration":1}},{"uid":"1adf8cc2488e08ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1adf8cc2488e08ae","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"bfc0fb5942470af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfc0fb5942470af5","status":"passed","time":{"start":1707774827848,"stop":1707774827853,"duration":5}},{"uid":"c1fa919de0a88a29","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1fa919de0a88a29","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0}},{"uid":"63786b2ddbed5c94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63786b2ddbed5c94","status":"passed","time":{"start":1707769628082,"stop":1707769628083,"duration":1}},{"uid":"277de682e755bb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/277de682e755bb46","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"491f808f53141782","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/491f808f53141782","status":"passed","time":{"start":1707757417657,"stop":1707757417662,"duration":5}},{"uid":"f996d64d0e9e8eb4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f996d64d0e9e8eb4","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"b709979a1261a5d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b709979a1261a5d0","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"e2a4a2648e18a5a9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2a4a2648e18a5a9","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"78c3ee417e152461","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78c3ee417e152461","status":"passed","time":{"start":1707750594358,"stop":1707750594358,"duration":0}},{"uid":"8e25004c03b19f54","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e25004c03b19f54","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"12b269845620e73b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/12b269845620e73b","status":"passed","time":{"start":1707735693122,"stop":1707735693122,"duration":0}}]},"tags":[]},"source":"3696b7f545496e3b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/36f4f13f99f50d12.json b/6406/data/test-cases/36f4f13f99f50d12.json new file mode 100644 index 00000000000..a289937d7c5 --- /dev/null +++ b/6406/data/test-cases/36f4f13f99f50d12.json @@ -0,0 +1 @@ +{"uid":"36f4f13f99f50d12","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":1707793012466,"stop":1707793012467,"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":14,"unknown":0,"total":14},"items":[{"uid":"69b94a1e8379493","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/69b94a1e8379493","status":"passed","time":{"start":1707777977660,"stop":1707777977661,"duration":1}},{"uid":"171d978928420369","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/171d978928420369","status":"passed","time":{"start":1707775258451,"stop":1707775258451,"duration":0}},{"uid":"bd54d14c3a0d7506","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd54d14c3a0d7506","status":"passed","time":{"start":1707775082008,"stop":1707775082008,"duration":0}},{"uid":"5b1fd0a675b4858f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b1fd0a675b4858f","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0}},{"uid":"9079f90a34ff9c2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9079f90a34ff9c2c","status":"passed","time":{"start":1707769841891,"stop":1707769841892,"duration":1}},{"uid":"bd8ab7ec5ac74c43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd8ab7ec5ac74c43","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"12fa8ba9743b434e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12fa8ba9743b434e","status":"passed","time":{"start":1707757624871,"stop":1707757624872,"duration":1}},{"uid":"9f6664924b63f44f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f6664924b63f44f","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"c6dbbfdf19858e62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6dbbfdf19858e62","status":"passed","time":{"start":1707753651140,"stop":1707753651141,"duration":1}},{"uid":"e3dd7df0a0515700","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3dd7df0a0515700","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"9c43250599153a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c43250599153a1","status":"passed","time":{"start":1707750722038,"stop":1707750722039,"duration":1}},{"uid":"e949e28a2c2e2f3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e949e28a2c2e2f3e","status":"passed","time":{"start":1707736708320,"stop":1707736708321,"duration":1}},{"uid":"349329dedbe936be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/349329dedbe936be","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"tags":[]},"source":"36f4f13f99f50d12.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3732eb0cee9ab3a8.json b/6406/data/test-cases/3732eb0cee9ab3a8.json new file mode 100644 index 00000000000..440f83c490b --- /dev/null +++ b/6406/data/test-cases/3732eb0cee9ab3a8.json @@ -0,0 +1 @@ +{"uid":"3732eb0cee9ab3a8","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":1707793371103,"stop":1707793371103,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"8955225117dac251","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8955225117dac251","status":"passed","time":{"start":1707778338839,"stop":1707778338841,"duration":2}},{"uid":"9c1b28fcd66529f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c1b28fcd66529f4","status":"passed","time":{"start":1707775602020,"stop":1707775602020,"duration":0}},{"uid":"7fa8251ef23ece31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fa8251ef23ece31","status":"passed","time":{"start":1707775390230,"stop":1707775390231,"duration":1}},{"uid":"e2fd8102101f3e2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2fd8102101f3e2c","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1}},{"uid":"b430e32fe7ca5ed8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b430e32fe7ca5ed8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a4e5532fd6d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a4e5532fd6d3","status":"passed","time":{"start":1707758006709,"stop":1707758006710,"duration":1}},{"uid":"9cd708991176b7eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9cd708991176b7eb","status":"passed","time":{"start":1707756617040,"stop":1707756617040,"duration":0}},{"uid":"bc4a8b05c68c1be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc4a8b05c68c1be","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"95b2d051bf5d5c37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/95b2d051bf5d5c37","status":"passed","time":{"start":1707753782756,"stop":1707753782756,"duration":0}},{"uid":"1e2540c74795e252","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1e2540c74795e252","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"40028c7fbc52493f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40028c7fbc52493f","status":"passed","time":{"start":1707737091309,"stop":1707737091310,"duration":1}},{"uid":"a775488c7636eee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a775488c7636eee","status":"passed","time":{"start":1707736260131,"stop":1707736260131,"duration":0}}]},"tags":[]},"source":"3732eb0cee9ab3a8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/37347df3157fb386.json b/6406/data/test-cases/37347df3157fb386.json new file mode 100644 index 00000000000..d902950bf07 --- /dev/null +++ b/6406/data/test-cases/37347df3157fb386.json @@ -0,0 +1 @@ +{"uid":"37347df3157fb386","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":1707792890684,"stop":1707792890684,"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":12,"unknown":0,"total":12},"items":[{"uid":"cde15b99f88aa71c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cde15b99f88aa71c","status":"passed","time":{"start":1707777837223,"stop":1707777837224,"duration":1}},{"uid":"240748f2dc29a08c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/240748f2dc29a08c","status":"passed","time":{"start":1707775113058,"stop":1707775113058,"duration":0}},{"uid":"326bcac9349e17b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/326bcac9349e17b0","status":"passed","time":{"start":1707774908733,"stop":1707774908734,"duration":1}},{"uid":"5d591cf6b970936d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d591cf6b970936d","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2}},{"uid":"30e38b3544d81b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30e38b3544d81b38","status":"passed","time":{"start":1707769706669,"stop":1707769706670,"duration":1}},{"uid":"876536027583bf0d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/876536027583bf0d","status":"passed","time":{"start":1707759811409,"stop":1707759811410,"duration":1}},{"uid":"eabce986f3be92fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eabce986f3be92fe","status":"passed","time":{"start":1707757504685,"stop":1707757504686,"duration":1}},{"uid":"fd1b99489651d917","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd1b99489651d917","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"51122e474a55b590","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51122e474a55b590","status":"passed","time":{"start":1707753284215,"stop":1707753284216,"duration":1}},{"uid":"28a66966df6f9c52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/28a66966df6f9c52","status":"passed","time":{"start":1707736597190,"stop":1707736597190,"duration":0}},{"uid":"923e18a05890870","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/923e18a05890870","status":"passed","time":{"start":1707735784061,"stop":1707735784061,"duration":0}}]},"tags":[]},"source":"37347df3157fb386.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d6325332e13c366a.json b/6406/data/test-cases/373a49b79c1507a9.json similarity index 83% rename from 6379/data/test-cases/d6325332e13c366a.json rename to 6406/data/test-cases/373a49b79c1507a9.json index 6e6c5d73c64..487722450d8 100644 --- a/6379/data/test-cases/d6325332e13c366a.json +++ b/6406/data/test-cases/373a49b79c1507a9.json @@ -1 +1 @@ -{"uid":"d6325332e13c366a","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":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"63bd42fe3ba9a9cc","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/63bd42fe3ba9a9cc","status":"passed","time":{"start":1707418535538,"stop":1707418535538,"duration":0}},{"uid":"6ad8e5ac26de1412","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6ad8e5ac26de1412","status":"passed","time":{"start":1707418482215,"stop":1707418482215,"duration":0}},{"uid":"47a7f62bd098bd68","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/47a7f62bd098bd68","status":"passed","time":{"start":1707412863481,"stop":1707412863481,"duration":0}},{"uid":"cd143eb08bf665a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/cd143eb08bf665a","status":"passed","time":{"start":1707411338652,"stop":1707411338652,"duration":0}},{"uid":"17d35799cdbb0fc5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/17d35799cdbb0fc5","status":"passed","time":{"start":1707409792229,"stop":1707409792229,"duration":0}},{"uid":"c2183d851ee44eb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c2183d851ee44eb","status":"passed","time":{"start":1707409177752,"stop":1707409177752,"duration":0}},{"uid":"9d3c6c8003391a52","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9d3c6c8003391a52","status":"passed","time":{"start":1707409135087,"stop":1707409135088,"duration":1}},{"uid":"638df3b3fa682117","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/638df3b3fa682117","status":"passed","time":{"start":1707408664020,"stop":1707408664021,"duration":1}},{"uid":"83da89595baf9ab0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/83da89595baf9ab0","status":"passed","time":{"start":1707407736506,"stop":1707407736507,"duration":1}},{"uid":"4092d4fbb173d570","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4092d4fbb173d570","status":"passed","time":{"start":1707407618227,"stop":1707407618227,"duration":0}},{"uid":"bdc0ae74a5e72506","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/bdc0ae74a5e72506","status":"passed","time":{"start":1707404537711,"stop":1707404537711,"duration":0}},{"uid":"b4a81b2ebbdf7f0e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b4a81b2ebbdf7f0e","status":"passed","time":{"start":1707375978542,"stop":1707375978542,"duration":0}},{"uid":"397e0651fccc3df3","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/397e0651fccc3df3","status":"passed","time":{"start":1707373245353,"stop":1707373245354,"duration":1}},{"uid":"923f686afb7982d9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/923f686afb7982d9","status":"passed","time":{"start":1707359448664,"stop":1707359448665,"duration":1}},{"uid":"8c10e97b2d7dd560","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8c10e97b2d7dd560","status":"passed","time":{"start":1707358197183,"stop":1707358197183,"duration":0}},{"uid":"d4640eaa0e9791b0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d4640eaa0e9791b0","status":"passed","time":{"start":1707357226626,"stop":1707357226626,"duration":0}},{"uid":"746bc5ee7c898455","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/746bc5ee7c898455","status":"passed","time":{"start":1707355477304,"stop":1707355477304,"duration":0}}]},"tags":[]},"source":"d6325332e13c366a.json","parameterValues":[]} \ No newline at end of file +{"uid":"373a49b79c1507a9","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":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"def82af31f722696","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/def82af31f722696","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"60af16871633daa2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60af16871633daa2","status":"passed","time":{"start":1707775685021,"stop":1707775685022,"duration":1}},{"uid":"91ae9210df35b5b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/91ae9210df35b5b5","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"c29606ab1643f44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c29606ab1643f44","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1}},{"uid":"e2e93225802f087d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2e93225802f087d","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"6127ed99f10082d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6127ed99f10082d","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"10d8f356838ba3ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/10d8f356838ba3ce","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"6d2e5e15f2aab31a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e5e15f2aab31a","status":"passed","time":{"start":1707756690158,"stop":1707756690159,"duration":1}},{"uid":"6c2ba12efd62192f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c2ba12efd62192f","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"86455cf1b55ff3b4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/86455cf1b55ff3b4","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e1752affa47c7f5d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1752affa47c7f5d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"f5c43d696f26b7b8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5c43d696f26b7b8","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"77e05acf53fbf1de","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77e05acf53fbf1de","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"tags":[]},"source":"373a49b79c1507a9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3777a5ad2bf64b07.json b/6406/data/test-cases/3777a5ad2bf64b07.json new file mode 100644 index 00000000000..f2360754c94 --- /dev/null +++ b/6406/data/test-cases/3777a5ad2bf64b07.json @@ -0,0 +1 @@ +{"uid":"3777a5ad2bf64b07","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":1707792848130,"stop":1707792848130,"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":14,"unknown":0,"total":14},"items":[{"uid":"8b3e4888ccdd8902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b3e4888ccdd8902","status":"passed","time":{"start":1707777796753,"stop":1707777796754,"duration":1}},{"uid":"391e25fa06735545","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/391e25fa06735545","status":"passed","time":{"start":1707775074354,"stop":1707775074355,"duration":1}},{"uid":"29a9e0e4ba155659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/29a9e0e4ba155659","status":"passed","time":{"start":1707774894886,"stop":1707774894887,"duration":1}},{"uid":"d4ae065c85d50652","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d4ae065c85d50652","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"8f67827992301b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f67827992301b2e","status":"passed","time":{"start":1707769675178,"stop":1707769675179,"duration":1}},{"uid":"c3a35d52318c9209","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a35d52318c9209","status":"passed","time":{"start":1707759769146,"stop":1707759769147,"duration":1}},{"uid":"1f1f97e6f03c7d60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f1f97e6f03c7d60","status":"passed","time":{"start":1707757465317,"stop":1707757465318,"duration":1}},{"uid":"2b54207e1a12dbdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b54207e1a12dbdb","status":"passed","time":{"start":1707756093661,"stop":1707756093661,"duration":0}},{"uid":"866cc6f0fe699bf9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/866cc6f0fe699bf9","status":"passed","time":{"start":1707753515350,"stop":1707753515351,"duration":1}},{"uid":"8df77814f0af8797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8df77814f0af8797","status":"passed","time":{"start":1707753244110,"stop":1707753244111,"duration":1}},{"uid":"3d0f906fe3a6ca7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d0f906fe3a6ca7f","status":"passed","time":{"start":1707750644849,"stop":1707750644849,"duration":0}},{"uid":"8c18016425f249f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c18016425f249f9","status":"passed","time":{"start":1707736558944,"stop":1707736558944,"duration":0}},{"uid":"7b4caa4c0c17b665","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b4caa4c0c17b665","status":"passed","time":{"start":1707735741833,"stop":1707735741834,"duration":1}}]},"tags":[]},"source":"3777a5ad2bf64b07.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/37df1eaf9369d7fd.json b/6406/data/test-cases/37df1eaf9369d7fd.json new file mode 100644 index 00000000000..37d936e7c3a --- /dev/null +++ b/6406/data/test-cases/37df1eaf9369d7fd.json @@ -0,0 +1 @@ +{"uid":"37df1eaf9369d7fd","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":1707792799995,"stop":1707792799997,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"ENR waku2 codec\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"ENR waku2 codec"},{"name":"suite","value":"Encoding"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7ea0948cf512429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7ea0948cf512429","status":"passed","time":{"start":1707777749076,"stop":1707777749078,"duration":2}},{"uid":"c969bebb156e7a53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c969bebb156e7a53","status":"passed","time":{"start":1707775025511,"stop":1707775025514,"duration":3}},{"uid":"b596e234a7d77e30","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b596e234a7d77e30","status":"passed","time":{"start":1707774827049,"stop":1707774827051,"duration":2}},{"uid":"7cb0a1afc130f954","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cb0a1afc130f954","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2}},{"uid":"de7bedbbc1c72541","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7bedbbc1c72541","status":"passed","time":{"start":1707769627280,"stop":1707769627282,"duration":2}},{"uid":"c41c800950e0ba03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c41c800950e0ba03","status":"passed","time":{"start":1707759722015,"stop":1707759722017,"duration":2}},{"uid":"6baa7e10ed2a8e7b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6baa7e10ed2a8e7b","status":"passed","time":{"start":1707757416819,"stop":1707757416821,"duration":2}},{"uid":"3d1b36dadf93ee96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3d1b36dadf93ee96","status":"passed","time":{"start":1707756046586,"stop":1707756046587,"duration":1}},{"uid":"6cbda9c53cd2c8d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cbda9c53cd2c8d3","status":"passed","time":{"start":1707753464657,"stop":1707753464659,"duration":2}},{"uid":"ee8d39b290a07d15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ee8d39b290a07d15","status":"passed","time":{"start":1707753192921,"stop":1707753192923,"duration":2}},{"uid":"7a12c2c9b7175d4c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a12c2c9b7175d4c","status":"passed","time":{"start":1707750593492,"stop":1707750593497,"duration":5}},{"uid":"a84b1ab3128accd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a84b1ab3128accd6","status":"passed","time":{"start":1707736510867,"stop":1707736510869,"duration":2}},{"uid":"7a526d5e86ff6cfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a526d5e86ff6cfc","status":"passed","time":{"start":1707735692271,"stop":1707735692274,"duration":3}}]},"tags":[]},"source":"37df1eaf9369d7fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/fb818f0abbcdc98b.json b/6406/data/test-cases/380323bb1c8ea0ba.json similarity index 53% rename from 6379/data/test-cases/fb818f0abbcdc98b.json rename to 6406/data/test-cases/380323bb1c8ea0ba.json index 0f746a008f8..dd80d0aa949 100644 --- a/6379/data/test-cases/fb818f0abbcdc98b.json +++ b/6406/data/test-cases/380323bb1c8ea0ba.json @@ -1 +1 @@ -{"uid":"fb818f0abbcdc98b","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":1707418873960,"stop":1707418873962,"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":18,"unknown":0,"total":18},"items":[{"uid":"4ef5837711bd96ea","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4ef5837711bd96ea","status":"passed","time":{"start":1707418134409,"stop":1707418134411,"duration":2}},{"uid":"66431ee84b5ee3bd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/66431ee84b5ee3bd","status":"passed","time":{"start":1707418089118,"stop":1707418089118,"duration":0}},{"uid":"c33b3e32ff7459ee","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c33b3e32ff7459ee","status":"passed","time":{"start":1707412521474,"stop":1707412521474,"duration":0}},{"uid":"29131823f85e3ecc","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/29131823f85e3ecc","status":"passed","time":{"start":1707410939993,"stop":1707410939999,"duration":6}},{"uid":"a5919fa7a67d0afb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a5919fa7a67d0afb","status":"passed","time":{"start":1707409391187,"stop":1707409391188,"duration":1}},{"uid":"87c24e8304057187","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/87c24e8304057187","status":"passed","time":{"start":1707408781558,"stop":1707408781558,"duration":0}},{"uid":"faa3eaf3f3916820","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/faa3eaf3f3916820","status":"passed","time":{"start":1707408744479,"stop":1707408744480,"duration":1}},{"uid":"9fa20b796bcdf872","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9fa20b796bcdf872","status":"passed","time":{"start":1707408261436,"stop":1707408261436,"duration":0}},{"uid":"caa8743081b083b7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/caa8743081b083b7","status":"passed","time":{"start":1707407338357,"stop":1707407338357,"duration":0}},{"uid":"7e4ca70b4a820950","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7e4ca70b4a820950","status":"passed","time":{"start":1707407221282,"stop":1707407221282,"duration":0}},{"uid":"1f6f3477b4a5e6a5","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1f6f3477b4a5e6a5","status":"passed","time":{"start":1707404211874,"stop":1707404211874,"duration":0}},{"uid":"d073f08f7912ac3e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d073f08f7912ac3e","status":"passed","time":{"start":1707375653450,"stop":1707375653450,"duration":0}},{"uid":"c52eaa26400d08e6","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c52eaa26400d08e6","status":"passed","time":{"start":1707372857533,"stop":1707372857533,"duration":0}},{"uid":"f856f043b3e44cb8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f856f043b3e44cb8","status":"passed","time":{"start":1707359049308,"stop":1707359049309,"duration":1}},{"uid":"b01374b763aba2b7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b01374b763aba2b7","status":"passed","time":{"start":1707357781639,"stop":1707357781640,"duration":1}},{"uid":"db0c79d1407c3ec","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/db0c79d1407c3ec","status":"passed","time":{"start":1707356903374,"stop":1707356903374,"duration":0}},{"uid":"da5d32826ea58b60","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/da5d32826ea58b60","status":"passed","time":{"start":1707355100953,"stop":1707355100953,"duration":0}}]},"tags":[]},"source":"fb818f0abbcdc98b.json","parameterValues":[]} \ No newline at end of file +{"uid":"380323bb1c8ea0ba","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":1707793059098,"stop":1707793059099,"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":14,"unknown":0,"total":14},"items":[{"uid":"c45e3c03ffcd5302","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c45e3c03ffcd5302","status":"passed","time":{"start":1707778002163,"stop":1707778002164,"duration":1}},{"uid":"d71a626b0c208f84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d71a626b0c208f84","status":"passed","time":{"start":1707775288507,"stop":1707775288507,"duration":0}},{"uid":"165c354a8cf8b80a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/165c354a8cf8b80a","status":"passed","time":{"start":1707775094101,"stop":1707775094101,"duration":0}},{"uid":"f575fd0be28434be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f575fd0be28434be","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"duration":1}},{"uid":"113c53fa4cbcd911","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/113c53fa4cbcd911","status":"passed","time":{"start":1707769883620,"stop":1707769883624,"duration":4}},{"uid":"1c0d1e4f4f298c1e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1c0d1e4f4f298c1e","status":"passed","time":{"start":1707759985510,"stop":1707759985510,"duration":0}},{"uid":"c0e32c85348e7591","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0e32c85348e7591","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"e0d93036c912b8a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e0d93036c912b8a9","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"36a0c6a462970381","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36a0c6a462970381","status":"passed","time":{"start":1707753735500,"stop":1707753735500,"duration":0}},{"uid":"6f80141864336c31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f80141864336c31","status":"passed","time":{"start":1707753472967,"stop":1707753472967,"duration":0}},{"uid":"e66c2f3eeb2cb998","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e66c2f3eeb2cb998","status":"passed","time":{"start":1707750845158,"stop":1707750845159,"duration":1}},{"uid":"374cfeeea74d0fe8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/374cfeeea74d0fe8","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"8b87bd07ba9be00e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b87bd07ba9be00e","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"tags":[]},"source":"380323bb1c8ea0ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3822c9bc4e2625c6.json b/6406/data/test-cases/3822c9bc4e2625c6.json new file mode 100644 index 00000000000..51b76dc9105 --- /dev/null +++ b/6406/data/test-cases/3822c9bc4e2625c6.json @@ -0,0 +1 @@ +{"uid":"3822c9bc4e2625c6","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":1707792800815,"stop":1707792800815,"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":14,"unknown":0,"total":14},"items":[{"uid":"289ff02186426bb0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/289ff02186426bb0","status":"passed","time":{"start":1707777749843,"stop":1707777749844,"duration":1}},{"uid":"85b6ee2d518d59e7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85b6ee2d518d59e7","status":"passed","time":{"start":1707775026266,"stop":1707775026266,"duration":0}},{"uid":"10a49f237c1dbb25","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10a49f237c1dbb25","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"a0ec0b2dcc831e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0ec0b2dcc831e51","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"afb2674df1a13f25","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/afb2674df1a13f25","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"1ae5c54464c55127","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ae5c54464c55127","status":"passed","time":{"start":1707759722866,"stop":1707759722867,"duration":1}},{"uid":"6dc4cccffca0ac81","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dc4cccffca0ac81","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"ab3e753b36b0dc35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab3e753b36b0dc35","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"d6115320b0b2633","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6115320b0b2633","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"4584eb31eb9ca556","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4584eb31eb9ca556","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"5dcb629398d38efe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5dcb629398d38efe","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"d4f0bf1bb080533d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d4f0bf1bb080533d","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"f05e76b12d34c743","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f05e76b12d34c743","status":"passed","time":{"start":1707735693125,"stop":1707735693126,"duration":1}}]},"tags":[]},"source":"3822c9bc4e2625c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4d184bc407bd07b0.json b/6406/data/test-cases/3892f4b2c1dbb10e.json similarity index 78% rename from 6379/data/test-cases/4d184bc407bd07b0.json rename to 6406/data/test-cases/3892f4b2c1dbb10e.json index 68f291ce9d3..1d0cc25998b 100644 --- a/6379/data/test-cases/4d184bc407bd07b0.json +++ b/6406/data/test-cases/3892f4b2c1dbb10e.json @@ -1 +1 @@ -{"uid":"4d184bc407bd07b0","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":1707418998151,"stop":1707418998151,"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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"e3e065621e22f8d1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e3e065621e22f8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418242014,"stop":1707418242016,"duration":2}},{"uid":"35abfe5c5c09a586","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/35abfe5c5c09a586","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418191247,"stop":1707418191247,"duration":0}},{"uid":"d5af6cd2a4c8ff80","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d5af6cd2a4c8ff80","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412620300,"stop":1707412620300,"duration":0}},{"uid":"afab875e884ce528","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/afab875e884ce528","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411038697,"stop":1707411038697,"duration":0}},{"uid":"352ef6ec9da5567a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/352ef6ec9da5567a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409514441,"stop":1707409514441,"duration":0}},{"uid":"82ef0445cab28a76","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/82ef0445cab28a76","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408894647,"stop":1707408894648,"duration":1}},{"uid":"b01df1ab9e2ad9e1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b01df1ab9e2ad9e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408855739,"stop":1707408855739,"duration":0}},{"uid":"3eb5203e6c44e5f9","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3eb5203e6c44e5f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408364965,"stop":1707408364965,"duration":0}},{"uid":"ef7ba83c3d1e5ade","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef7ba83c3d1e5ade","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407446978,"stop":1707407446978,"duration":0}},{"uid":"f031005de1fa957a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f031005de1fa957a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407328493,"stop":1707407328493,"duration":0}},{"uid":"d589ed367983bb92","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d589ed367983bb92","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404323790,"stop":1707404323790,"duration":0}},{"uid":"84edb3f7b7c11bf4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/84edb3f7b7c11bf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375767363,"stop":1707375767363,"duration":0}},{"uid":"ce1e678870755592","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ce1e678870755592","status":"skipped","statusDetails":"Test ignored","time":{"start":1707372960643,"stop":1707372960643,"duration":0}},{"uid":"f7d4dd2b243877eb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f7d4dd2b243877eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359147647,"stop":1707359147647,"duration":0}},{"uid":"51929b3d61872a04","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/51929b3d61872a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357894484,"stop":1707357894484,"duration":0}},{"uid":"861e0e148353b51e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/861e0e148353b51e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707356942084,"stop":1707356942084,"duration":0}},{"uid":"e6f7affc4da654e8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e6f7affc4da654e8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355162794,"stop":1707355162794,"duration":0}}]},"tags":[]},"source":"4d184bc407bd07b0.json","parameterValues":[]} \ No newline at end of file +{"uid":"3892f4b2c1dbb10e","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":1707793153229,"stop":1707793153229,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"29f03f8bea1d4600","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29f03f8bea1d4600","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"81c8d6e10533b11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/81c8d6e10533b11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"42d1bef8d510471e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42d1bef8d510471e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205635,"stop":1707775205635,"duration":0}},{"uid":"4174a08dbaf298e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4174a08dbaf298e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131710,"duration":1}},{"uid":"18932d28edb40b66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18932d28edb40b66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983284,"stop":1707769983285,"duration":1}},{"uid":"7706b1cbdc93be76","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7706b1cbdc93be76","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"ad35d97658e23a23","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad35d97658e23a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3212cf5770b462a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3212cf5770b462a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b7e87d25f801b5e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7e87d25f801b5e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"7f7ba8ec29965ea5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7ba8ec29965ea5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"265cff780f316c56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/265cff780f316c56","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"7c1bdc87da773e93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c1bdc87da773e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"bd1c133a7f8b9f58","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd1c133a7f8b9f58","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"tags":[]},"source":"3892f4b2c1dbb10e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3895295c5abcd874.json b/6406/data/test-cases/3895295c5abcd874.json new file mode 100644 index 00000000000..41a3065a6e6 --- /dev/null +++ b/6406/data/test-cases/3895295c5abcd874.json @@ -0,0 +1 @@ +{"uid":"3895295c5abcd874","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":1707793012514,"stop":1707793012514,"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":14,"unknown":0,"total":14},"items":[{"uid":"47cdc01b4fd65b28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47cdc01b4fd65b28","status":"passed","time":{"start":1707777977674,"stop":1707777977674,"duration":0}},{"uid":"4153b963b453b657","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4153b963b453b657","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"ef3b448cf585857e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef3b448cf585857e","status":"passed","time":{"start":1707775082035,"stop":1707775082035,"duration":0}},{"uid":"2cd227ffa736f373","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd227ffa736f373","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"ec8a48e7f69c17be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec8a48e7f69c17be","status":"passed","time":{"start":1707769841911,"stop":1707769841911,"duration":0}},{"uid":"80ecaa8a26e0b49a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80ecaa8a26e0b49a","status":"passed","time":{"start":1707759921465,"stop":1707759921465,"duration":0}},{"uid":"e2eceeb2cb44f21a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e2eceeb2cb44f21a","status":"passed","time":{"start":1707757624891,"stop":1707757624891,"duration":0}},{"uid":"97faea4b3cc081f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97faea4b3cc081f2","status":"passed","time":{"start":1707756261843,"stop":1707756261844,"duration":1}},{"uid":"297f7410f5aafb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/297f7410f5aafb46","status":"passed","time":{"start":1707753651191,"stop":1707753651191,"duration":0}},{"uid":"626531e3100fd40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/626531e3100fd40","status":"passed","time":{"start":1707753409609,"stop":1707753409609,"duration":0}},{"uid":"b38b40d63de32834","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b38b40d63de32834","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"259b557435319a37","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/259b557435319a37","status":"passed","time":{"start":1707736708338,"stop":1707736708338,"duration":0}},{"uid":"8e1f8be69f43e22e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8e1f8be69f43e22e","status":"passed","time":{"start":1707735914396,"stop":1707735914399,"duration":3}}]},"tags":[]},"source":"3895295c5abcd874.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/38ad82e9dd5c7a03.json b/6406/data/test-cases/38ad82e9dd5c7a03.json new file mode 100644 index 00000000000..7fc9b760db0 --- /dev/null +++ b/6406/data/test-cases/38ad82e9dd5c7a03.json @@ -0,0 +1 @@ +{"uid":"38ad82e9dd5c7a03","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":1707792805603,"stop":1707792805604,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a47b0d797c94bf43","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a47b0d797c94bf43","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"cc99732681917584","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc99732681917584","status":"passed","time":{"start":1707775031076,"stop":1707775031076,"duration":0}},{"uid":"a1da12bf80be83e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1da12bf80be83e2","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"98f303af88bcc3e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98f303af88bcc3e6","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1}},{"uid":"3f2280e7ea6e5c8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f2280e7ea6e5c8f","status":"passed","time":{"start":1707769633035,"stop":1707769633036,"duration":1}},{"uid":"dc34bcead50c4278","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dc34bcead50c4278","status":"passed","time":{"start":1707759727748,"stop":1707759727748,"duration":0}},{"uid":"c31a261832321bdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c31a261832321bdc","status":"passed","time":{"start":1707757422580,"stop":1707757422580,"duration":0}},{"uid":"7009775aec90a565","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7009775aec90a565","status":"passed","time":{"start":1707756052098,"stop":1707756052099,"duration":1}},{"uid":"b1b5f2a5b1a49a53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b1b5f2a5b1a49a53","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"2638cf139ff5ab4b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2638cf139ff5ab4b","status":"passed","time":{"start":1707753198733,"stop":1707753198733,"duration":0}},{"uid":"9b41ab726e13c5a0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9b41ab726e13c5a0","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"e4670c170f975f27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4670c170f975f27","status":"passed","time":{"start":1707736516625,"stop":1707736516625,"duration":0}},{"uid":"110c6be4a0a86e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/110c6be4a0a86e4e","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"tags":[]},"source":"38ad82e9dd5c7a03.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/39ac1d0d4ec42bbf.json b/6406/data/test-cases/39ac1d0d4ec42bbf.json new file mode 100644 index 00000000000..0568ee91489 --- /dev/null +++ b/6406/data/test-cases/39ac1d0d4ec42bbf.json @@ -0,0 +1 @@ +{"uid":"39ac1d0d4ec42bbf","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":1707792799999,"stop":1707792800000,"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":14,"unknown":0,"total":14},"items":[{"uid":"39aa42aa9cfcc160","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39aa42aa9cfcc160","status":"passed","time":{"start":1707777749080,"stop":1707777749081,"duration":1}},{"uid":"77ca0831473cbbe8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77ca0831473cbbe8","status":"passed","time":{"start":1707775025515,"stop":1707775025516,"duration":1}},{"uid":"a36aded67e42359e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a36aded67e42359e","status":"passed","time":{"start":1707774827052,"stop":1707774827052,"duration":0}},{"uid":"4d46c8769e8b9331","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d46c8769e8b9331","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4}},{"uid":"af473a635550a96b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af473a635550a96b","status":"passed","time":{"start":1707769627283,"stop":1707769627284,"duration":1}},{"uid":"1610b5142c6d8976","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1610b5142c6d8976","status":"passed","time":{"start":1707759722018,"stop":1707759722019,"duration":1}},{"uid":"85e79accfe0f4215","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85e79accfe0f4215","status":"passed","time":{"start":1707757416823,"stop":1707757416823,"duration":0}},{"uid":"48fa2c679134fdd1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48fa2c679134fdd1","status":"passed","time":{"start":1707756046587,"stop":1707756046588,"duration":1}},{"uid":"b474a6df958b04a6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b474a6df958b04a6","status":"passed","time":{"start":1707753464660,"stop":1707753464660,"duration":0}},{"uid":"17d4e6dcf5f832ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17d4e6dcf5f832ca","status":"passed","time":{"start":1707753192925,"stop":1707753192925,"duration":0}},{"uid":"a70797ecbb94003","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a70797ecbb94003","status":"passed","time":{"start":1707750593499,"stop":1707750593499,"duration":0}},{"uid":"2917b6e68f6daa82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2917b6e68f6daa82","status":"passed","time":{"start":1707736510870,"stop":1707736510871,"duration":1}},{"uid":"49283851e72239d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49283851e72239d5","status":"passed","time":{"start":1707735692276,"stop":1707735692277,"duration":1}}]},"tags":[]},"source":"39ac1d0d4ec42bbf.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/39c2020d1ee25293.json b/6406/data/test-cases/39c2020d1ee25293.json new file mode 100644 index 00000000000..3f5952df33e --- /dev/null +++ b/6406/data/test-cases/39c2020d1ee25293.json @@ -0,0 +1 @@ +{"uid":"39c2020d1ee25293","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":1707792919939,"stop":1707792919939,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f689d37d83b6d3f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f689d37d83b6d3f5","status":"passed","time":{"start":1707777865441,"stop":1707777865442,"duration":1}},{"uid":"1eaa359ee2ae7eb7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1eaa359ee2ae7eb7","status":"passed","time":{"start":1707775140804,"stop":1707775140804,"duration":0}},{"uid":"8db16d7b748260f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8db16d7b748260f5","status":"passed","time":{"start":1707774947608,"stop":1707774947608,"duration":0}},{"uid":"7f44568f3ca95c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f44568f3ca95c36","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1}},{"uid":"4490407e89b01c91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4490407e89b01c91","status":"passed","time":{"start":1707769737612,"stop":1707769737612,"duration":0}},{"uid":"5cc62387ce8b006c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5cc62387ce8b006c","status":"passed","time":{"start":1707759835141,"stop":1707759835147,"duration":6}},{"uid":"291a9cab16bd162a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/291a9cab16bd162a","status":"passed","time":{"start":1707757529703,"stop":1707757529703,"duration":0}},{"uid":"a2af2f9d481ff63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2af2f9d481ff63","status":"passed","time":{"start":1707756164073,"stop":1707756164073,"duration":0}},{"uid":"1a55e8e0a1ada166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55e8e0a1ada166","status":"passed","time":{"start":1707753566686,"stop":1707753566686,"duration":0}},{"uid":"2f42839ff513dfd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f42839ff513dfd6","status":"passed","time":{"start":1707753314173,"stop":1707753314173,"duration":0}},{"uid":"2886c30db30dc0a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2886c30db30dc0a8","status":"passed","time":{"start":1707750698716,"stop":1707750698716,"duration":0}},{"uid":"7e6bf29a5438ddb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6bf29a5438ddb2","status":"passed","time":{"start":1707736624910,"stop":1707736624911,"duration":1}},{"uid":"536d4b66a3fece00","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/536d4b66a3fece00","status":"passed","time":{"start":1707735814288,"stop":1707735814289,"duration":1}}]},"tags":[]},"source":"39c2020d1ee25293.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3a4f4becb8677bf.json b/6406/data/test-cases/3a4f4becb8677bf.json new file mode 100644 index 00000000000..e2d935c8202 --- /dev/null +++ b/6406/data/test-cases/3a4f4becb8677bf.json @@ -0,0 +1 @@ +{"uid":"3a4f4becb8677bf","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":1707792890685,"stop":1707792890685,"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":12,"unknown":0,"total":12},"items":[{"uid":"1e93f996f7e3d0d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e93f996f7e3d0d8","status":"passed","time":{"start":1707777837224,"stop":1707777837225,"duration":1}},{"uid":"1ed2519a3687c6e0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ed2519a3687c6e0","status":"passed","time":{"start":1707775113059,"stop":1707775113059,"duration":0}},{"uid":"95dc65e711024e5c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/95dc65e711024e5c","status":"passed","time":{"start":1707774908735,"stop":1707774908735,"duration":0}},{"uid":"635524e40cec34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/635524e40cec34de","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"duration":1}},{"uid":"d02bb577147709a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d02bb577147709a1","status":"passed","time":{"start":1707769706670,"stop":1707769706671,"duration":1}},{"uid":"13df5a129103b550","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13df5a129103b550","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"cb9656ffa554d31f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cb9656ffa554d31f","status":"passed","time":{"start":1707757504686,"stop":1707757504687,"duration":1}},{"uid":"637a175589b86172","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/637a175589b86172","status":"passed","time":{"start":1707756131520,"stop":1707756131521,"duration":1}},{"uid":"c98dc76fbc200dc1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c98dc76fbc200dc1","status":"passed","time":{"start":1707753284217,"stop":1707753284218,"duration":1}},{"uid":"1d4dcc308f61dd88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d4dcc308f61dd88","status":"passed","time":{"start":1707736597191,"stop":1707736597191,"duration":0}},{"uid":"f7c8e315ee556011","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7c8e315ee556011","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"tags":[]},"source":"3a4f4becb8677bf.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f71d1f6d693ad09a.json b/6406/data/test-cases/3a6e5584389b932b.json similarity index 88% rename from 6379/data/test-cases/f71d1f6d693ad09a.json rename to 6406/data/test-cases/3a6e5584389b932b.json index c8be2f2c8df..908735580bd 100644 --- a/6379/data/test-cases/f71d1f6d693ad09a.json +++ b/6406/data/test-cases/3a6e5584389b932b.json @@ -1 +1 @@ -{"uid":"f71d1f6d693ad09a","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":1707419247776,"stop":1707419247777,"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":16,"unknown":0,"total":16},"items":[{"uid":"a878f4d8c043199e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a878f4d8c043199e","status":"passed","time":{"start":1707418479343,"stop":1707418479343,"duration":0}},{"uid":"de45384c2c89d4f6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/de45384c2c89d4f6","status":"passed","time":{"start":1707418420800,"stop":1707418420800,"duration":0}},{"uid":"e57a4c5491d5857e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e57a4c5491d5857e","status":"passed","time":{"start":1707411275218,"stop":1707411275218,"duration":0}},{"uid":"10d04de758e2a2b9","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/10d04de758e2a2b9","status":"passed","time":{"start":1707409745072,"stop":1707409745072,"duration":0}},{"uid":"4d7a5a457a383112","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4d7a5a457a383112","status":"passed","time":{"start":1707409135322,"stop":1707409135322,"duration":0}},{"uid":"37e37731ba8a5efa","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/37e37731ba8a5efa","status":"passed","time":{"start":1707409077135,"stop":1707409077135,"duration":0}},{"uid":"b4f94e6d30617620","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b4f94e6d30617620","status":"passed","time":{"start":1707408618360,"stop":1707408618360,"duration":0}},{"uid":"424396ec60047e78","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/424396ec60047e78","status":"passed","time":{"start":1707407695609,"stop":1707407695609,"duration":0}},{"uid":"f3590c9311502e47","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f3590c9311502e47","status":"passed","time":{"start":1707407563842,"stop":1707407563842,"duration":0}},{"uid":"5ae538a74d63e7b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5ae538a74d63e7b","status":"passed","time":{"start":1707404565403,"stop":1707404565404,"duration":1}},{"uid":"30f0d8339f1a0db9","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/30f0d8339f1a0db9","status":"passed","time":{"start":1707376005069,"stop":1707376005069,"duration":0}},{"uid":"8373090b9515466d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8373090b9515466d","status":"passed","time":{"start":1707373209933,"stop":1707373209934,"duration":1}},{"uid":"22ec11efc621c9c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/22ec11efc621c9c7","status":"passed","time":{"start":1707359407160,"stop":1707359407161,"duration":1}},{"uid":"5bee7b9b5dfae66f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5bee7b9b5dfae66f","status":"passed","time":{"start":1707358162774,"stop":1707358162774,"duration":0}},{"uid":"90377d039d1e684a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/90377d039d1e684a","status":"passed","time":{"start":1707355687999,"stop":1707355687999,"duration":0}}]},"tags":[]},"source":"f71d1f6d693ad09a.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a6e5584389b932b","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":1707793370637,"stop":1707793370637,"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":13,"unknown":0,"total":13},"items":[{"uid":"cf41817cc689d7ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cf41817cc689d7ea","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"112bcb3a3a58728a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/112bcb3a3a58728a","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"4da13c266aac4888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4da13c266aac4888","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"e7a5877846667b7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7a5877846667b7a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"5f69369e4c213f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f69369e4c213f19","status":"passed","time":{"start":1707770208549,"stop":1707770208549,"duration":0}},{"uid":"5b0a7f7d918d1dec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b0a7f7d918d1dec","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"776a7df505fc35b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/776a7df505fc35b2","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"7fa045b123034d89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fa045b123034d89","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"5b528fbc43ce9141","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5b528fbc43ce9141","status":"passed","time":{"start":1707753837174,"stop":1707753837175,"duration":1}},{"uid":"19e03e589502ec1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19e03e589502ec1c","status":"passed","time":{"start":1707751136355,"stop":1707751136355,"duration":0}},{"uid":"3a0329774f5954c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a0329774f5954c","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"325e1e6f2adc057e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325e1e6f2adc057e","status":"passed","time":{"start":1707736322663,"stop":1707736322663,"duration":0}}]},"tags":[]},"source":"3a6e5584389b932b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/19f10bc4870ec978.json b/6406/data/test-cases/3a9a68f77966de11.json similarity index 55% rename from 6379/data/test-cases/19f10bc4870ec978.json rename to 6406/data/test-cases/3a9a68f77966de11.json index ddbe5964b2e..94e30881859 100644 --- a/6379/data/test-cases/19f10bc4870ec978.json +++ b/6406/data/test-cases/3a9a68f77966de11.json @@ -1 +1 @@ -{"uid":"19f10bc4870ec978","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":1707419231826,"stop":1707419231826,"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":18,"unknown":0,"total":18},"items":[{"uid":"a61f9ab93204b48a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a61f9ab93204b48a","status":"passed","time":{"start":1707418475054,"stop":1707418475054,"duration":0}},{"uid":"bed77190c4062c14","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bed77190c4062c14","status":"passed","time":{"start":1707418426404,"stop":1707418426405,"duration":1}},{"uid":"6ae5786b16987e14","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6ae5786b16987e14","status":"passed","time":{"start":1707412815100,"stop":1707412815100,"duration":0}},{"uid":"51ba1561ed43e8e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/51ba1561ed43e8e","status":"passed","time":{"start":1707411281538,"stop":1707411281538,"duration":0}},{"uid":"f3f0229562e90c78","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f3f0229562e90c78","status":"passed","time":{"start":1707409756182,"stop":1707409756182,"duration":0}},{"uid":"3e2a6bf5d9627535","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3e2a6bf5d9627535","status":"passed","time":{"start":1707409134537,"stop":1707409134538,"duration":1}},{"uid":"3101b1d586644d7f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3101b1d586644d7f","status":"passed","time":{"start":1707409089160,"stop":1707409089160,"duration":0}},{"uid":"9fa053595f23ae3e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9fa053595f23ae3e","status":"passed","time":{"start":1707408613617,"stop":1707408613618,"duration":1}},{"uid":"b5c7f52377daba60","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b5c7f52377daba60","status":"passed","time":{"start":1707407690283,"stop":1707407690284,"duration":1}},{"uid":"84b7f2bfe01545f8","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/84b7f2bfe01545f8","status":"passed","time":{"start":1707407587135,"stop":1707407587135,"duration":0}},{"uid":"bbf8bdaadf1005d7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/bbf8bdaadf1005d7","status":"passed","time":{"start":1707404566444,"stop":1707404566444,"duration":0}},{"uid":"78952aee8b983fdb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/78952aee8b983fdb","status":"passed","time":{"start":1707375995127,"stop":1707375995127,"duration":0}},{"uid":"2ffe573ce2b1d1d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2ffe573ce2b1d1d","status":"passed","time":{"start":1707373198914,"stop":1707373198914,"duration":0}},{"uid":"cb465da0f1fd408","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cb465da0f1fd408","status":"passed","time":{"start":1707359396099,"stop":1707359396100,"duration":1}},{"uid":"b040a3d823b78fd5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b040a3d823b78fd5","status":"passed","time":{"start":1707358145422,"stop":1707358145423,"duration":1}},{"uid":"76ea00bbae88465d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/76ea00bbae88465d","status":"passed","time":{"start":1707357148267,"stop":1707357148267,"duration":0}},{"uid":"4c62a4d3f28f65ac","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4c62a4d3f28f65ac","status":"passed","time":{"start":1707355337384,"stop":1707355337385,"duration":1}}]},"tags":[]},"source":"19f10bc4870ec978.json","parameterValues":[]} \ No newline at end of file +{"uid":"3a9a68f77966de11","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":1707793392503,"stop":1707793392504,"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":14,"unknown":0,"total":14},"items":[{"uid":"d634b1598ad19bf4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d634b1598ad19bf4","status":"passed","time":{"start":1707778370028,"stop":1707778370029,"duration":1}},{"uid":"a6ff3dbd88a32b6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6ff3dbd88a32b6c","status":"passed","time":{"start":1707775644357,"stop":1707775644358,"duration":1}},{"uid":"7b0ad1870eabbb85","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b0ad1870eabbb85","status":"passed","time":{"start":1707775439255,"stop":1707775439258,"duration":3}},{"uid":"b19b4d8a6679482a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19b4d8a6679482a","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"c55cd4dff62ca5ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c55cd4dff62ca5ec","status":"passed","time":{"start":1707770140537,"stop":1707770140538,"duration":1}},{"uid":"d267614957314773","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d267614957314773","status":"passed","time":{"start":1707760337682,"stop":1707760337682,"duration":0}},{"uid":"5ad25f35976a2766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ad25f35976a2766","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"88a26630556c50fb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88a26630556c50fb","status":"passed","time":{"start":1707756656801,"stop":1707756656801,"duration":0}},{"uid":"b7ed8d10741cca98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7ed8d10741cca98","status":"passed","time":{"start":1707753960365,"stop":1707753960365,"duration":0}},{"uid":"6f8b90d61cdcf4ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f8b90d61cdcf4ec","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"25db387ee2326c20","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25db387ee2326c20","status":"passed","time":{"start":1707751157939,"stop":1707751157939,"duration":0}},{"uid":"d625e180882e402a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d625e180882e402a","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"d1cad39fd753b803","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1cad39fd753b803","status":"passed","time":{"start":1707736314165,"stop":1707736314166,"duration":1}}]},"tags":[]},"source":"3a9a68f77966de11.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3a9c915887d40911.json b/6406/data/test-cases/3a9c915887d40911.json new file mode 100644 index 00000000000..57b0e94d330 --- /dev/null +++ b/6406/data/test-cases/3a9c915887d40911.json @@ -0,0 +1 @@ +{"uid":"3a9c915887d40911","name":"should only return 1 node with relay capability","fullName":"/src/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay capability","historyId":"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815080,"stop":1707792815081,"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"},{"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":"ca7ff9a4dea6a0b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca7ff9a4dea6a0b3","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"7aaa767cd6cd9155","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aaa767cd6cd9155","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"a6e24460743c6d46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6e24460743c6d46","status":"passed","time":{"start":1707774842472,"stop":1707774842473,"duration":1}},{"uid":"3cc99f86316f3442","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cc99f86316f3442","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"ccaa3ec63775ad7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ccaa3ec63775ad7c","status":"passed","time":{"start":1707769642599,"stop":1707769642599,"duration":0}},{"uid":"e243aba322018333","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e243aba322018333","status":"passed","time":{"start":1707759737377,"stop":1707759737378,"duration":1}},{"uid":"ba84bf87b3011380","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba84bf87b3011380","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"93696f7a6ce8aec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93696f7a6ce8aec","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"3ebd008a26c53f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ebd008a26c53f14","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"a97df2c8f10ad991","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a97df2c8f10ad991","status":"passed","time":{"start":1707753208672,"stop":1707753208672,"duration":0}},{"uid":"1883fae007f94b9a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1883fae007f94b9a","status":"passed","time":{"start":1707750608875,"stop":1707750608876,"duration":1}},{"uid":"e33e3dd806ca6b91","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e33e3dd806ca6b91","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"dbc027452ea75e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dbc027452ea75e9","status":"passed","time":{"start":1707735708006,"stop":1707735708006,"duration":0}}]},"tags":[]},"source":"3a9c915887d40911.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3aa098beff997670.json b/6406/data/test-cases/3aa098beff997670.json new file mode 100644 index 00000000000..a83763d4c34 --- /dev/null +++ b/6406/data/test-cases/3aa098beff997670.json @@ -0,0 +1 @@ +{"uid":"3aa098beff997670","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":1707792907228,"stop":1707792907228,"duration":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},{"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},{"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":14,"unknown":0,"total":14},"items":[{"uid":"e19997f2b94c1be6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e19997f2b94c1be6","status":"passed","time":{"start":1707777859851,"stop":1707777859851,"duration":0}},{"uid":"ae2915e03e43b3a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ae2915e03e43b3a","status":"passed","time":{"start":1707775133663,"stop":1707775133664,"duration":1}},{"uid":"e9b398337751a95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9b398337751a95","status":"passed","time":{"start":1707774942679,"stop":1707774942679,"duration":0}},{"uid":"4e3da60eaecf0480","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e3da60eaecf0480","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"duration":0}},{"uid":"32369123bdab01fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32369123bdab01fa","status":"passed","time":{"start":1707769735031,"stop":1707769735031,"duration":0}},{"uid":"c3a355220f4af1a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a355220f4af1a8","status":"passed","time":{"start":1707759831192,"stop":1707759831192,"duration":0}},{"uid":"945d48383577c10e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/945d48383577c10e","status":"passed","time":{"start":1707757528818,"stop":1707757528819,"duration":1}},{"uid":"c0697ecafddf157d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c0697ecafddf157d","status":"passed","time":{"start":1707756157288,"stop":1707756157289,"duration":1}},{"uid":"9e55116ea8f9bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e55116ea8f9bb9","status":"passed","time":{"start":1707753578468,"stop":1707753578468,"duration":0}},{"uid":"4e2f4c4445399fbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4e2f4c4445399fbe","status":"passed","time":{"start":1707753307884,"stop":1707753307893,"duration":9}},{"uid":"46c685b18a241330","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/46c685b18a241330","status":"passed","time":{"start":1707750703124,"stop":1707750703124,"duration":0}},{"uid":"4ed2fcfa781e758a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed2fcfa781e758a","status":"passed","time":{"start":1707736629965,"stop":1707736629965,"duration":0}},{"uid":"2bb5fcedf0d3f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bb5fcedf0d3f613","status":"passed","time":{"start":1707735809086,"stop":1707735809086,"duration":0}}]},"tags":[]},"source":"3aa098beff997670.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3aa835d973519e4c.json b/6406/data/test-cases/3aa835d973519e4c.json new file mode 100644 index 00000000000..0de950160a7 --- /dev/null +++ b/6406/data/test-cases/3aa835d973519e4c.json @@ -0,0 +1 @@ +{"uid":"3aa835d973519e4c","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":1707793369032,"stop":1707793369032,"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":14,"unknown":0,"total":14},"items":[{"uid":"3d348a7e5459a76b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d348a7e5459a76b","status":"passed","time":{"start":1707778332047,"stop":1707778332048,"duration":1}},{"uid":"685d1f2cbaf5a69e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/685d1f2cbaf5a69e","status":"passed","time":{"start":1707775601724,"stop":1707775601724,"duration":0}},{"uid":"d39ab7f632584020","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d39ab7f632584020","status":"passed","time":{"start":1707775415217,"stop":1707775415218,"duration":1}},{"uid":"e9144f5bd60b8cf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9144f5bd60b8cf7","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1}},{"uid":"527425428874a6c1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/527425428874a6c1","status":"passed","time":{"start":1707770103217,"stop":1707770103218,"duration":1}},{"uid":"9bea8d4ff46364a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9bea8d4ff46364a3","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"9231cb8ea212d886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9231cb8ea212d886","status":"passed","time":{"start":1707757995153,"stop":1707757995153,"duration":0}},{"uid":"616eb447454b9397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/616eb447454b9397","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"99d0f606955de1f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99d0f606955de1f6","status":"passed","time":{"start":1707753925424,"stop":1707753925424,"duration":0}},{"uid":"d82b9123a9251c89","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d82b9123a9251c89","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"715a4bd38f742b65","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/715a4bd38f742b65","status":"passed","time":{"start":1707751137100,"stop":1707751137101,"duration":1}},{"uid":"c90b0caa684f7fcf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90b0caa684f7fcf","status":"passed","time":{"start":1707737056797,"stop":1707737056797,"duration":0}},{"uid":"74071c3cbf9752cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74071c3cbf9752cb","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"tags":[]},"source":"3aa835d973519e4c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/aad907bc803cc130.json b/6406/data/test-cases/3ae76ec83cca6f19.json similarity index 88% rename from 6379/data/test-cases/aad907bc803cc130.json rename to 6406/data/test-cases/3ae76ec83cca6f19.json index 8219436a573..0cef7c97c4b 100644 --- a/6379/data/test-cases/aad907bc803cc130.json +++ b/6406/data/test-cases/3ae76ec83cca6f19.json @@ -1 +1 @@ -{"uid":"aad907bc803cc130","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":1707419247777,"stop":1707419247777,"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":16,"unknown":0,"total":16},"items":[{"uid":"190b282007061e9d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/190b282007061e9d","status":"passed","time":{"start":1707418479344,"stop":1707418479344,"duration":0}},{"uid":"29888c7e287b81b7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/29888c7e287b81b7","status":"passed","time":{"start":1707418420801,"stop":1707418420802,"duration":1}},{"uid":"28b93453d76e2eb8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/28b93453d76e2eb8","status":"passed","time":{"start":1707411275218,"stop":1707411275218,"duration":0}},{"uid":"ec9153b31f7bc80d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ec9153b31f7bc80d","status":"passed","time":{"start":1707409745072,"stop":1707409745072,"duration":0}},{"uid":"709d0ab18ec3465","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/709d0ab18ec3465","status":"passed","time":{"start":1707409135322,"stop":1707409135322,"duration":0}},{"uid":"32af0e1e8bee408c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/32af0e1e8bee408c","status":"passed","time":{"start":1707409077135,"stop":1707409077135,"duration":0}},{"uid":"d6da62d72804592c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d6da62d72804592c","status":"passed","time":{"start":1707408618360,"stop":1707408618360,"duration":0}},{"uid":"3f4c7b22843f8336","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3f4c7b22843f8336","status":"passed","time":{"start":1707407695609,"stop":1707407695610,"duration":1}},{"uid":"efa2939dcc40951b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/efa2939dcc40951b","status":"passed","time":{"start":1707407563843,"stop":1707407563843,"duration":0}},{"uid":"eadd2d196adf746a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/eadd2d196adf746a","status":"passed","time":{"start":1707404565404,"stop":1707404565404,"duration":0}},{"uid":"e9ca07d5ffd69f4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e9ca07d5ffd69f4","status":"passed","time":{"start":1707376005070,"stop":1707376005070,"duration":0}},{"uid":"f725971ee4b1d1ee","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f725971ee4b1d1ee","status":"passed","time":{"start":1707373209934,"stop":1707373209935,"duration":1}},{"uid":"2b53bd3aa72f2fcf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b53bd3aa72f2fcf","status":"passed","time":{"start":1707359407161,"stop":1707359407161,"duration":0}},{"uid":"ba3a35ff930831b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ba3a35ff930831b","status":"passed","time":{"start":1707358162774,"stop":1707358162774,"duration":0}},{"uid":"d5a46f993726fe4b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d5a46f993726fe4b","status":"passed","time":{"start":1707355687999,"stop":1707355687999,"duration":0}}]},"tags":[]},"source":"aad907bc803cc130.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ae76ec83cca6f19","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":1707793370638,"stop":1707793370638,"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":13,"unknown":0,"total":13},"items":[{"uid":"a7bb6ef45709066b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7bb6ef45709066b","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"8a1d44def732a23b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a1d44def732a23b","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"345eb8ae71870596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/345eb8ae71870596","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"6be30cfa6afc4bb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6be30cfa6afc4bb8","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"duration":1}},{"uid":"13e992853fa14c4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13e992853fa14c4","status":"passed","time":{"start":1707770208549,"stop":1707770208550,"duration":1}},{"uid":"da74abc48a71f2f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da74abc48a71f2f8","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"361f04abf5040ca5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/361f04abf5040ca5","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"21377bc9524b23b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21377bc9524b23b1","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"5bb09fb226bd8c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bb09fb226bd8c96","status":"passed","time":{"start":1707753837175,"stop":1707753837175,"duration":0}},{"uid":"544c0388c4e3f5ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/544c0388c4e3f5ce","status":"passed","time":{"start":1707751136356,"stop":1707751136356,"duration":0}},{"uid":"4c17a60a2e33dce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4c17a60a2e33dce","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"6b112e2a7ab3d345","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b112e2a7ab3d345","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"tags":[]},"source":"3ae76ec83cca6f19.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/eafe42e67baa0aef.json b/6406/data/test-cases/3bca0451dfab9f6d.json similarity index 87% rename from 6379/data/test-cases/eafe42e67baa0aef.json rename to 6406/data/test-cases/3bca0451dfab9f6d.json index 1c432fbe0b0..6b03b6b25b0 100644 --- a/6379/data/test-cases/eafe42e67baa0aef.json +++ b/6406/data/test-cases/3bca0451dfab9f6d.json @@ -1 +1 @@ -{"uid":"eafe42e67baa0aef","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":1707419247765,"stop":1707419247765,"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":17,"unknown":0,"total":17},"items":[{"uid":"dc05b94479597e40","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/dc05b94479597e40","status":"passed","time":{"start":1707418479325,"stop":1707418479325,"duration":0}},{"uid":"f5fc6d3691a51c21","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f5fc6d3691a51c21","status":"passed","time":{"start":1707418420772,"stop":1707418420772,"duration":0}},{"uid":"6579018e79d7f82","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6579018e79d7f82","status":"passed","time":{"start":1707412716420,"stop":1707412716420,"duration":0}},{"uid":"1b6f07fc990535be","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1b6f07fc990535be","status":"passed","time":{"start":1707411275186,"stop":1707411275189,"duration":3}},{"uid":"de6a47cbe4cedfbd","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/de6a47cbe4cedfbd","status":"passed","time":{"start":1707409745052,"stop":1707409745052,"duration":0}},{"uid":"4ffd48333ffd2eee","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4ffd48333ffd2eee","status":"passed","time":{"start":1707409135314,"stop":1707409135314,"duration":0}},{"uid":"c16dcd5132b27ceb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c16dcd5132b27ceb","status":"passed","time":{"start":1707409077119,"stop":1707409077120,"duration":1}},{"uid":"73dd01f7d7fc1067","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/73dd01f7d7fc1067","status":"passed","time":{"start":1707408618349,"stop":1707408618349,"duration":0}},{"uid":"497b63e41ce0ea1d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/497b63e41ce0ea1d","status":"passed","time":{"start":1707407695585,"stop":1707407695586,"duration":1}},{"uid":"56e3697db245683b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/56e3697db245683b","status":"passed","time":{"start":1707407563828,"stop":1707407563828,"duration":0}},{"uid":"21d4c610567bd967","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/21d4c610567bd967","status":"passed","time":{"start":1707404565392,"stop":1707404565393,"duration":1}},{"uid":"2187601ad24a90f4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2187601ad24a90f4","status":"passed","time":{"start":1707376005057,"stop":1707376005057,"duration":0}},{"uid":"1f2b97954382ad19","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1f2b97954382ad19","status":"passed","time":{"start":1707373209921,"stop":1707373209921,"duration":0}},{"uid":"9e7a08faa8965ab0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9e7a08faa8965ab0","status":"passed","time":{"start":1707359407148,"stop":1707359407148,"duration":0}},{"uid":"79741f6f1b2ae9e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/79741f6f1b2ae9e1","status":"passed","time":{"start":1707358162764,"stop":1707358162764,"duration":0}},{"uid":"58d3626c4a41483b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/58d3626c4a41483b","status":"passed","time":{"start":1707355687977,"stop":1707355687977,"duration":0}}]},"tags":[]},"source":"eafe42e67baa0aef.json","parameterValues":[]} \ No newline at end of file +{"uid":"3bca0451dfab9f6d","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":1707793370624,"stop":1707793370624,"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":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"bf14adca4d0a2e1a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bf14adca4d0a2e1a","status":"passed","time":{"start":1707778386473,"stop":1707778386473,"duration":0}},{"uid":"10957465422b7039","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10957465422b7039","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"630e16a1e2e176ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/630e16a1e2e176ba","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"240e71e5552a62ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/240e71e5552a62ef","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1}},{"uid":"33437121ec39300","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33437121ec39300","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"568051d45e2b12cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/568051d45e2b12cb","status":"passed","time":{"start":1707760335939,"stop":1707760335939,"duration":0}},{"uid":"d6ec2e4999983368","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6ec2e4999983368","status":"passed","time":{"start":1707758023526,"stop":1707758023527,"duration":1}},{"uid":"516c23da6fcc8a45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/516c23da6fcc8a45","status":"passed","time":{"start":1707756663996,"stop":1707756663997,"duration":1}},{"uid":"8bc61d4cd0631a9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bc61d4cd0631a9b","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707753717351,"stop":1707753717351,"duration":0}},{"uid":"ffb1399d2efb071a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ffb1399d2efb071a","status":"passed","time":{"start":1707753837160,"stop":1707753837160,"duration":0}},{"uid":"4bb71edf1cfc1930","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bb71edf1cfc1930","status":"passed","time":{"start":1707751136278,"stop":1707751136278,"duration":0}},{"uid":"d2ece1d3960f80e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2ece1d3960f80e6","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"deb0513d2e93cd8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb0513d2e93cd8d","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"tags":[]},"source":"3bca0451dfab9f6d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3bf1ef6096f8390c.json b/6406/data/test-cases/3bf1ef6096f8390c.json new file mode 100644 index 00000000000..78cc80ae466 --- /dev/null +++ b/6406/data/test-cases/3bf1ef6096f8390c.json @@ -0,0 +1 @@ +{"uid":"3bf1ef6096f8390c","name":"Promise Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Promise Callback - backward","historyId":"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793383650,"stop":1707793383651,"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":14,"unknown":0,"total":14},"items":[{"uid":"18fe2445b781198b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18fe2445b781198b","status":"passed","time":{"start":1707778343612,"stop":1707778343613,"duration":1}},{"uid":"c6b34075e8b8afb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c6b34075e8b8afb2","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"924dbabbaafe6706","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/924dbabbaafe6706","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"67bbd8491ad92a1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67bbd8491ad92a1a","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"3a7745ca18b31769","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a7745ca18b31769","status":"passed","time":{"start":1707770126650,"stop":1707770126650,"duration":0}},{"uid":"1aaae7fff58f2f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1aaae7fff58f2f23","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"794888dc8dc505a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/794888dc8dc505a3","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"f60a76e2b31d7803","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f60a76e2b31d7803","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"62023f7797656aa6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/62023f7797656aa6","status":"passed","time":{"start":1707753934639,"stop":1707753934641,"duration":2}},{"uid":"6e5804ae345276db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e5804ae345276db","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"7c5591151a2a6d8d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c5591151a2a6d8d","status":"passed","time":{"start":1707751117571,"stop":1707751117572,"duration":1}},{"uid":"9b49c42ac5ca0cf4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b49c42ac5ca0cf4","status":"passed","time":{"start":1707737090806,"stop":1707737090807,"duration":1}},{"uid":"c9bd5c88ed383d7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c9bd5c88ed383d7f","status":"passed","time":{"start":1707736296308,"stop":1707736296308,"duration":0}}]},"tags":[]},"source":"3bf1ef6096f8390c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/85b8f3f8f6188600.json b/6406/data/test-cases/3c2e39983ff073a8.json similarity index 79% rename from 6379/data/test-cases/85b8f3f8f6188600.json rename to 6406/data/test-cases/3c2e39983ff073a8.json index 73e642224e9..9b154c92bf3 100644 --- a/6379/data/test-cases/85b8f3f8f6188600.json +++ b/6406/data/test-cases/3c2e39983ff073a8.json @@ -1 +1 @@ -{"uid":"85b8f3f8f6188600","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":1707418998132,"stop":1707418998132,"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":18,"unknown":0,"total":18},"items":[{"uid":"1a7bc180eb9a9230","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1a7bc180eb9a9230","status":"passed","time":{"start":1707418241999,"stop":1707418241999,"duration":0}},{"uid":"68d4d708a51e260b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/68d4d708a51e260b","status":"passed","time":{"start":1707418191231,"stop":1707418191231,"duration":0}},{"uid":"b1705df02626e1fc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b1705df02626e1fc","status":"passed","time":{"start":1707412620258,"stop":1707412620259,"duration":1}},{"uid":"5879907755d3ac8d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5879907755d3ac8d","status":"passed","time":{"start":1707411038662,"stop":1707411038663,"duration":1}},{"uid":"ac4e59aa0ea74f2e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ac4e59aa0ea74f2e","status":"passed","time":{"start":1707409514428,"stop":1707409514428,"duration":0}},{"uid":"a9f9a38a8f34348d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a9f9a38a8f34348d","status":"passed","time":{"start":1707408894636,"stop":1707408894636,"duration":0}},{"uid":"3e6942e7b65d1221","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3e6942e7b65d1221","status":"passed","time":{"start":1707408855708,"stop":1707408855717,"duration":9}},{"uid":"33706512a21b2920","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/33706512a21b2920","status":"passed","time":{"start":1707408364949,"stop":1707408364950,"duration":1}},{"uid":"6db67584477bca5b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6db67584477bca5b","status":"passed","time":{"start":1707407446958,"stop":1707407446959,"duration":1}},{"uid":"c1480e723431b1c5","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c1480e723431b1c5","status":"passed","time":{"start":1707407328483,"stop":1707407328483,"duration":0}},{"uid":"28c4724ba475426e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/28c4724ba475426e","status":"passed","time":{"start":1707404323769,"stop":1707404323770,"duration":1}},{"uid":"d840d1427fc0e816","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d840d1427fc0e816","status":"passed","time":{"start":1707375767305,"stop":1707375767305,"duration":0}},{"uid":"ab4916b567b6217f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ab4916b567b6217f","status":"passed","time":{"start":1707372960628,"stop":1707372960628,"duration":0}},{"uid":"15819e1e66771659","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/15819e1e66771659","status":"passed","time":{"start":1707359147636,"stop":1707359147636,"duration":0}},{"uid":"89a9ff9d32455110","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/89a9ff9d32455110","status":"passed","time":{"start":1707357894471,"stop":1707357894471,"duration":0}},{"uid":"9e686f5133b119b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9e686f5133b119b","status":"passed","time":{"start":1707356942068,"stop":1707356942068,"duration":0}},{"uid":"118ab267b1d47fca","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/118ab267b1d47fca","status":"passed","time":{"start":1707355162738,"stop":1707355162738,"duration":0}}]},"tags":[]},"source":"85b8f3f8f6188600.json","parameterValues":[]} \ No newline at end of file +{"uid":"3c2e39983ff073a8","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":1707793153213,"stop":1707793153213,"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":14,"unknown":0,"total":14},"items":[{"uid":"8eaf5090886d8d2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8eaf5090886d8d2c","status":"passed","time":{"start":1707778114665,"stop":1707778114665,"duration":0}},{"uid":"7c78e8ff8dcdb274","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c78e8ff8dcdb274","status":"passed","time":{"start":1707775395368,"stop":1707775395369,"duration":1}},{"uid":"c24899f00f01f6aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c24899f00f01f6aa","status":"passed","time":{"start":1707775205621,"stop":1707775205622,"duration":1}},{"uid":"43f099860706ef9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43f099860706ef9e","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1}},{"uid":"96e3c39b5abcc150","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96e3c39b5abcc150","status":"passed","time":{"start":1707769983266,"stop":1707769983266,"duration":0}},{"uid":"c6dda8bd84209834","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6dda8bd84209834","status":"passed","time":{"start":1707760095395,"stop":1707760095396,"duration":1}},{"uid":"c34e3ba69e58c766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c34e3ba69e58c766","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"1427a44f9f866f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1427a44f9f866f89","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"7e552577826221ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e552577826221ee","status":"passed","time":{"start":1707753793182,"stop":1707753793182,"duration":0}},{"uid":"882559af6810e7d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/882559af6810e7d0","status":"passed","time":{"start":1707753573522,"stop":1707753573522,"duration":0}},{"uid":"9facbe00fb81e130","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9facbe00fb81e130","status":"passed","time":{"start":1707750953969,"stop":1707750953970,"duration":1}},{"uid":"44ebc586ec458da7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ebc586ec458da7","status":"passed","time":{"start":1707736878959,"stop":1707736878959,"duration":0}},{"uid":"cb8299e2eddc725a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb8299e2eddc725a","status":"passed","time":{"start":1707736081264,"stop":1707736081264,"duration":0}}]},"tags":[]},"source":"3c2e39983ff073a8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3c43bdf41dc3d7c9.json b/6406/data/test-cases/3c43bdf41dc3d7c9.json new file mode 100644 index 00000000000..99f9dd21228 --- /dev/null +++ b/6406/data/test-cases/3c43bdf41dc3d7c9.json @@ -0,0 +1 @@ +{"uid":"3c43bdf41dc3d7c9","name":"throws on content topic with generation field greater than 0","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with generation field greater than 0","historyId":"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792549,"stop":1707792792549,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"4789a037c931a730","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4789a037c931a730","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"62481a8b09c7b671","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62481a8b09c7b671","status":"passed","time":{"start":1707775017702,"stop":1707775017702,"duration":0}},{"uid":"3116834cab121bb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3116834cab121bb4","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"cba275eba6dfb664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cba275eba6dfb664","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"96791189346418ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96791189346418ac","status":"passed","time":{"start":1707769619250,"stop":1707769619251,"duration":1}},{"uid":"54099bd8b6c3aaf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54099bd8b6c3aaf1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"1ab063186d8bf9d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ab063186d8bf9d6","status":"passed","time":{"start":1707757408923,"stop":1707757408924,"duration":1}},{"uid":"ff2d93d2c2dab2f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff2d93d2c2dab2f3","status":"passed","time":{"start":1707756038651,"stop":1707756038651,"duration":0}},{"uid":"da5cd2ae4c3894f7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da5cd2ae4c3894f7","status":"passed","time":{"start":1707753456820,"stop":1707753456821,"duration":1}},{"uid":"c6b3dace447c0b01","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6b3dace447c0b01","status":"passed","time":{"start":1707753185027,"stop":1707753185028,"duration":1}},{"uid":"6966a2845a96c10f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6966a2845a96c10f","status":"passed","time":{"start":1707750585691,"stop":1707750585691,"duration":0}},{"uid":"e2984fc8c7fd481c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2984fc8c7fd481c","status":"passed","time":{"start":1707736503244,"stop":1707736503244,"duration":0}},{"uid":"3b9bdce57c29dc77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9bdce57c29dc77","status":"passed","time":{"start":1707735684541,"stop":1707735684541,"duration":0}}]},"tags":[]},"source":"3c43bdf41dc3d7c9.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5c04848b64aca8ef.json b/6406/data/test-cases/3c562690dfd5ec82.json similarity index 84% rename from 6379/data/test-cases/5c04848b64aca8ef.json rename to 6406/data/test-cases/3c562690dfd5ec82.json index 2d2fcd26271..bad508ec685 100644 --- a/6379/data/test-cases/5c04848b64aca8ef.json +++ b/6406/data/test-cases/3c562690dfd5ec82.json @@ -1 +1 @@ -{"uid":"5c04848b64aca8ef","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":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"261737a6232d2845","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/261737a6232d2845","status":"passed","time":{"start":1707418535541,"stop":1707418535541,"duration":0}},{"uid":"41e0b92f884712dc","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/41e0b92f884712dc","status":"passed","time":{"start":1707418482217,"stop":1707418482217,"duration":0}},{"uid":"87be7ba3c82fecd8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/87be7ba3c82fecd8","status":"passed","time":{"start":1707412863482,"stop":1707412863483,"duration":1}},{"uid":"5b7fe45ae82240d7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5b7fe45ae82240d7","status":"passed","time":{"start":1707411338654,"stop":1707411338654,"duration":0}},{"uid":"4e3116d465889e10","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4e3116d465889e10","status":"passed","time":{"start":1707409792231,"stop":1707409792231,"duration":0}},{"uid":"78a56fe3de3bab28","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/78a56fe3de3bab28","status":"passed","time":{"start":1707409177754,"stop":1707409177754,"duration":0}},{"uid":"758a7a7e91d64ced","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/758a7a7e91d64ced","status":"passed","time":{"start":1707409135089,"stop":1707409135089,"duration":0}},{"uid":"385e4a53ebcfa9c0","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/385e4a53ebcfa9c0","status":"passed","time":{"start":1707408664023,"stop":1707408664023,"duration":0}},{"uid":"c12e9df0a99023f4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c12e9df0a99023f4","status":"passed","time":{"start":1707407736508,"stop":1707407736508,"duration":0}},{"uid":"1b07f22336eec90","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1b07f22336eec90","status":"passed","time":{"start":1707407618229,"stop":1707407618229,"duration":0}},{"uid":"a7a019786a0745c8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a7a019786a0745c8","status":"passed","time":{"start":1707404537713,"stop":1707404537714,"duration":1}},{"uid":"e62259c81a097806","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e62259c81a097806","status":"passed","time":{"start":1707373245356,"stop":1707373245356,"duration":0}},{"uid":"31ffb4560f659a7f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/31ffb4560f659a7f","status":"passed","time":{"start":1707359448667,"stop":1707359448667,"duration":0}},{"uid":"9176249983e2a552","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9176249983e2a552","status":"passed","time":{"start":1707358197185,"stop":1707358197185,"duration":0}},{"uid":"66cc8112d0a0cf8e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/66cc8112d0a0cf8e","status":"passed","time":{"start":1707357226628,"stop":1707357226628,"duration":0}},{"uid":"6f3f1b8e02aaa774","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6f3f1b8e02aaa774","status":"passed","time":{"start":1707355477306,"stop":1707355477307,"duration":1}}]},"tags":[]},"source":"5c04848b64aca8ef.json","parameterValues":[]} \ No newline at end of file +{"uid":"3c562690dfd5ec82","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":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"399ae5a79eddf4c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/399ae5a79eddf4c5","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"69af0641c3726045","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69af0641c3726045","status":"passed","time":{"start":1707775685023,"stop":1707775685024,"duration":1}},{"uid":"7fe64fcc3cd9355","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fe64fcc3cd9355","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"83cfbba707298793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/83cfbba707298793","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"66c117f11ab7f10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c117f11ab7f10","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"b90847af0d3a439b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b90847af0d3a439b","status":"passed","time":{"start":1707760374676,"stop":1707760374677,"duration":1}},{"uid":"666703aa002378e2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/666703aa002378e2","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"7172d256e2b76851","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7172d256e2b76851","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"9518ea6588530f5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9518ea6588530f5d","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"a12a41f27c0000ba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a12a41f27c0000ba","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"629993c039d669a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/629993c039d669a","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bb8a9cff05345a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb8a9cff05345a4","status":"passed","time":{"start":1707737173816,"stop":1707737173817,"duration":1}},{"uid":"f07058c0a2966531","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f07058c0a2966531","status":"passed","time":{"start":1707736353035,"stop":1707736353036,"duration":1}}]},"tags":[]},"source":"3c562690dfd5ec82.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/2faaf8bca06ece2e.json b/6406/data/test-cases/3c9b85e20a960903.json similarity index 87% rename from 6379/data/test-cases/2faaf8bca06ece2e.json rename to 6406/data/test-cases/3c9b85e20a960903.json index 53a5a04f938..c225da1ea72 100644 --- a/6379/data/test-cases/2faaf8bca06ece2e.json +++ b/6406/data/test-cases/3c9b85e20a960903.json @@ -1 +1 @@ -{"uid":"2faaf8bca06ece2e","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":1707419247769,"stop":1707419247769,"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":17,"unknown":0,"total":17},"items":[{"uid":"2584493f30250c12","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2584493f30250c12","status":"passed","time":{"start":1707418479330,"stop":1707418479335,"duration":5}},{"uid":"5361f96c69ca5bab","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5361f96c69ca5bab","status":"passed","time":{"start":1707418420775,"stop":1707418420775,"duration":0}},{"uid":"183f9b7c0a85a5cc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/183f9b7c0a85a5cc","status":"passed","time":{"start":1707412716424,"stop":1707412716424,"duration":0}},{"uid":"8004288085dd9386","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8004288085dd9386","status":"passed","time":{"start":1707411275197,"stop":1707411275198,"duration":1}},{"uid":"bf272423edd1c9be","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/bf272423edd1c9be","status":"passed","time":{"start":1707409745062,"stop":1707409745063,"duration":1}},{"uid":"9fedbb1e42552784","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9fedbb1e42552784","status":"passed","time":{"start":1707409135316,"stop":1707409135316,"duration":0}},{"uid":"67bb4782ff1c71fb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/67bb4782ff1c71fb","status":"passed","time":{"start":1707409077125,"stop":1707409077126,"duration":1}},{"uid":"4fa67f3b10ec03c5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4fa67f3b10ec03c5","status":"passed","time":{"start":1707408618353,"stop":1707408618353,"duration":0}},{"uid":"630dc90f0a6f51f2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/630dc90f0a6f51f2","status":"passed","time":{"start":1707407695596,"stop":1707407695597,"duration":1}},{"uid":"a312d45336aa0338","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a312d45336aa0338","status":"passed","time":{"start":1707407563834,"stop":1707407563834,"duration":0}},{"uid":"9ee71d9ac42862d3","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/9ee71d9ac42862d3","status":"passed","time":{"start":1707404565396,"stop":1707404565396,"duration":0}},{"uid":"fecbb7b7027f9c22","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fecbb7b7027f9c22","status":"passed","time":{"start":1707376005061,"stop":1707376005061,"duration":0}},{"uid":"b30c72d9515fe964","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b30c72d9515fe964","status":"passed","time":{"start":1707373209924,"stop":1707373209925,"duration":1}},{"uid":"2fee01bd28dfa55b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2fee01bd28dfa55b","status":"passed","time":{"start":1707359407153,"stop":1707359407153,"duration":0}},{"uid":"c66e0ca7d49af091","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c66e0ca7d49af091","status":"passed","time":{"start":1707358162769,"stop":1707358162769,"duration":0}},{"uid":"75fa348607e5b594","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/75fa348607e5b594","status":"passed","time":{"start":1707355687983,"stop":1707355687983,"duration":0}}]},"tags":[]},"source":"2faaf8bca06ece2e.json","parameterValues":[]} \ No newline at end of file +{"uid":"3c9b85e20a960903","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":1707793370629,"stop":1707793370629,"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":13,"unknown":0,"total":13},"items":[{"uid":"4cc0e1ac9b68ca56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4cc0e1ac9b68ca56","status":"passed","time":{"start":1707778386478,"stop":1707778386479,"duration":1}},{"uid":"b331d2d2c6436d71","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b331d2d2c6436d71","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"d369df5263867764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d369df5263867764","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7767795f824c862c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7767795f824c862c","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e7850f4761134d34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7850f4761134d34","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"9f79dfee2b594b4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f79dfee2b594b4e","status":"passed","time":{"start":1707760335944,"stop":1707760335945,"duration":1}},{"uid":"f72d2d5de8ec7e86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f72d2d5de8ec7e86","status":"passed","time":{"start":1707758023530,"stop":1707758023531,"duration":1}},{"uid":"3bd08edfe757c589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bd08edfe757c589","status":"passed","time":{"start":1707756664000,"stop":1707756664000,"duration":0}},{"uid":"2938663e33a07be6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2938663e33a07be6","status":"passed","time":{"start":1707753837165,"stop":1707753837166,"duration":1}},{"uid":"8ecdfff50df0e1dc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ecdfff50df0e1dc","status":"passed","time":{"start":1707751136282,"stop":1707751136290,"duration":8}},{"uid":"af9cbdd3407c13eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af9cbdd3407c13eb","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"d5c1c51a972cd28d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5c1c51a972cd28d","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"tags":[]},"source":"3c9b85e20a960903.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3cd1b5dbc98b3526.json b/6406/data/test-cases/3cd1b5dbc98b3526.json new file mode 100644 index 00000000000..cd0c81caec7 --- /dev/null +++ b/6406/data/test-cases/3cd1b5dbc98b3526.json @@ -0,0 +1 @@ +{"uid":"3cd1b5dbc98b3526","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":1707792800804,"stop":1707792800804,"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":14,"unknown":0,"total":14},"items":[{"uid":"4529898190b8b08e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4529898190b8b08e","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"ca3a218aceb3b610","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca3a218aceb3b610","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"c993d3ee9cbcaf96","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c993d3ee9cbcaf96","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"ca3489251f0a65fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca3489251f0a65fa","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"24983a0ece8673c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/24983a0ece8673c6","status":"passed","time":{"start":1707769628075,"stop":1707769628076,"duration":1}},{"uid":"b36edf07227d4e19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b36edf07227d4e19","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"abe1116e86efee78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abe1116e86efee78","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"e433b29ddd2ebd10","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e433b29ddd2ebd10","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"76671a3eeeffc6b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76671a3eeeffc6b","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"73c6d2e92b4c0402","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73c6d2e92b4c0402","status":"passed","time":{"start":1707753193771,"stop":1707753193772,"duration":1}},{"uid":"e7cfdc7fdc4f3a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e7cfdc7fdc4f3a2","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"e2cc0f611b427b8f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2cc0f611b427b8f","status":"passed","time":{"start":1707736511728,"stop":1707736511728,"duration":0}},{"uid":"310f9e4542ed76b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/310f9e4542ed76b8","status":"passed","time":{"start":1707735693120,"stop":1707735693121,"duration":1}}]},"tags":[]},"source":"3cd1b5dbc98b3526.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3cd9b8095d242cad.json b/6406/data/test-cases/3cd9b8095d242cad.json new file mode 100644 index 00000000000..6fbbcc38844 --- /dev/null +++ b/6406/data/test-cases/3cd9b8095d242cad.json @@ -0,0 +1 @@ +{"uid":"3cd9b8095d242cad","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":1707793369030,"stop":1707793369031,"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":14,"unknown":0,"total":14},"items":[{"uid":"700e8f5b32a5db9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700e8f5b32a5db9e","status":"passed","time":{"start":1707778332045,"stop":1707778332046,"duration":1}},{"uid":"4b9dbcb54c112f54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b9dbcb54c112f54","status":"passed","time":{"start":1707775601721,"stop":1707775601722,"duration":1}},{"uid":"6d4f91b277d7e05e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4f91b277d7e05e","status":"passed","time":{"start":1707775415216,"stop":1707775415216,"duration":0}},{"uid":"d10d2214c67af995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d10d2214c67af995","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"duration":0}},{"uid":"4eee26968845bf8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eee26968845bf8f","status":"passed","time":{"start":1707770103207,"stop":1707770103211,"duration":4}},{"uid":"a3432f7d2726a7a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a3432f7d2726a7a2","status":"passed","time":{"start":1707760299488,"stop":1707760299488,"duration":0}},{"uid":"55d41ffa84be13c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55d41ffa84be13c3","status":"passed","time":{"start":1707757995150,"stop":1707757995151,"duration":1}},{"uid":"b1291351cedeaa3b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1291351cedeaa3b","status":"passed","time":{"start":1707756620170,"stop":1707756620170,"duration":0}},{"uid":"76118e9e2bdcdda8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76118e9e2bdcdda8","status":"passed","time":{"start":1707753925421,"stop":1707753925422,"duration":1}},{"uid":"b2d06fbf6bfc1f6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2d06fbf6bfc1f6f","status":"passed","time":{"start":1707753785894,"stop":1707753785894,"duration":0}},{"uid":"eb424aa9a69f8c61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eb424aa9a69f8c61","status":"passed","time":{"start":1707751137098,"stop":1707751137099,"duration":1}},{"uid":"1b16e61c36c415d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1b16e61c36c415d3","status":"passed","time":{"start":1707737056790,"stop":1707737056791,"duration":1}},{"uid":"bdaf6eb6cd825151","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bdaf6eb6cd825151","status":"passed","time":{"start":1707736286215,"stop":1707736286215,"duration":0}}]},"tags":[]},"source":"3cd9b8095d242cad.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cbe2d2e944d2000c.json b/6406/data/test-cases/3cef6830630c5b32.json similarity index 86% rename from 6379/data/test-cases/cbe2d2e944d2000c.json rename to 6406/data/test-cases/3cef6830630c5b32.json index 5fe1bbae34d..a7294b807fd 100644 --- a/6379/data/test-cases/cbe2d2e944d2000c.json +++ b/6406/data/test-cases/3cef6830630c5b32.json @@ -1 +1 @@ -{"uid":"cbe2d2e944d2000c","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":1707419080401,"stop":1707419080402,"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":18,"unknown":0,"total":18},"items":[{"uid":"dd53bd72326f6545","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/dd53bd72326f6545","status":"passed","time":{"start":1707418322020,"stop":1707418322020,"duration":0}},{"uid":"243d72eda1a70efd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/243d72eda1a70efd","status":"passed","time":{"start":1707418259982,"stop":1707418259983,"duration":1}},{"uid":"e81e33213a0d3074","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e81e33213a0d3074","status":"passed","time":{"start":1707412707111,"stop":1707412707112,"duration":1}},{"uid":"e1a32e509d4f5f60","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e1a32e509d4f5f60","status":"passed","time":{"start":1707411118109,"stop":1707411118110,"duration":1}},{"uid":"7c9e8369c0df9f15","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7c9e8369c0df9f15","status":"passed","time":{"start":1707409587924,"stop":1707409587924,"duration":0}},{"uid":"2fc5e7a07446dc4d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2fc5e7a07446dc4d","status":"passed","time":{"start":1707408980224,"stop":1707408980225,"duration":1}},{"uid":"ca6551b32b626f0e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ca6551b32b626f0e","status":"passed","time":{"start":1707408927122,"stop":1707408927122,"duration":0}},{"uid":"1164d835d077026c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1164d835d077026c","status":"passed","time":{"start":1707408458740,"stop":1707408458741,"duration":1}},{"uid":"e4ce445344f50649","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e4ce445344f50649","status":"passed","time":{"start":1707407520228,"stop":1707407520228,"duration":0}},{"uid":"f7e1d089de99f643","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f7e1d089de99f643","status":"passed","time":{"start":1707407427631,"stop":1707407427631,"duration":0}},{"uid":"da56edd4f5e2f59f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/da56edd4f5e2f59f","status":"passed","time":{"start":1707404404308,"stop":1707404404308,"duration":0}},{"uid":"9711b9e18105671c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9711b9e18105671c","status":"passed","time":{"start":1707375846754,"stop":1707375846755,"duration":1}},{"uid":"49780ac41a7c8951","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/49780ac41a7c8951","status":"passed","time":{"start":1707373035643,"stop":1707373035643,"duration":0}},{"uid":"f2bf90184181a231","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f2bf90184181a231","status":"passed","time":{"start":1707359236211,"stop":1707359236211,"duration":0}},{"uid":"efd55c29bfa72e1b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/efd55c29bfa72e1b","status":"passed","time":{"start":1707357965197,"stop":1707357965197,"duration":0}},{"uid":"10fd31c85bd71cbd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/10fd31c85bd71cbd","status":"passed","time":{"start":1707357048204,"stop":1707357048205,"duration":1}},{"uid":"81d1e0f287d4270d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/81d1e0f287d4270d","status":"passed","time":{"start":1707355141612,"stop":1707355141614,"duration":2}}]},"tags":[]},"source":"cbe2d2e944d2000c.json","parameterValues":[]} \ No newline at end of file +{"uid":"3cef6830630c5b32","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":1707793238871,"stop":1707793238872,"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":14,"unknown":0,"total":14},"items":[{"uid":"8c49f2d579ad9295","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c49f2d579ad9295","status":"passed","time":{"start":1707778202479,"stop":1707778202480,"duration":1}},{"uid":"1d747cbc9ae6a734","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d747cbc9ae6a734","status":"passed","time":{"start":1707775486623,"stop":1707775486625,"duration":2}},{"uid":"9b168e8bf6a68455","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b168e8bf6a68455","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"f71a04cb93b2fb92","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f71a04cb93b2fb92","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"duration":0}},{"uid":"543b8f6fd2932e7d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/543b8f6fd2932e7d","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"e5eb469cd1527f3c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5eb469cd1527f3c","status":"passed","time":{"start":1707760174019,"stop":1707760174020,"duration":1}},{"uid":"c11a67ed2c395575","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c11a67ed2c395575","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"a65552c22ca2f61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a65552c22ca2f61","status":"passed","time":{"start":1707756499903,"stop":1707756499904,"duration":1}},{"uid":"45052e1dc0760973","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45052e1dc0760973","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"16534c6401a8599e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16534c6401a8599e","status":"passed","time":{"start":1707753647508,"stop":1707753647508,"duration":0}},{"uid":"647bda9a01948ce4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/647bda9a01948ce4","status":"passed","time":{"start":1707751019568,"stop":1707751019569,"duration":1}},{"uid":"7bbac7630c6f2254","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7bbac7630c6f2254","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"769b4e88ba3486f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/769b4e88ba3486f8","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"tags":[]},"source":"3cef6830630c5b32.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a4569b1d94c84298.json b/6406/data/test-cases/3d7e3592bfb8d9f8.json similarity index 59% rename from 6379/data/test-cases/a4569b1d94c84298.json rename to 6406/data/test-cases/3d7e3592bfb8d9f8.json index 44d6ab0b2b0..38d7235777a 100644 --- a/6379/data/test-cases/a4569b1d94c84298.json +++ b/6406/data/test-cases/3d7e3592bfb8d9f8.json @@ -1 +1 @@ -{"uid":"a4569b1d94c84298","name":"different cluster, same shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect (autosharding)","historyId":"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"44d2b1e07211de4f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/44d2b1e07211de4f","status":"passed","time":{"start":1707418103427,"stop":1707418103427,"duration":0}},{"uid":"e0d089b14d7daa39","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e0d089b14d7daa39","status":"passed","time":{"start":1707418010318,"stop":1707418010319,"duration":1}},{"uid":"68ba3e7832a146f4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/68ba3e7832a146f4","status":"passed","time":{"start":1707412479963,"stop":1707412479964,"duration":1}},{"uid":"841fc3083ac955f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/841fc3083ac955f","status":"passed","time":{"start":1707410852012,"stop":1707410852013,"duration":1}},{"uid":"3aae5391dce429d4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3aae5391dce429d4","status":"passed","time":{"start":1707409338860,"stop":1707409338860,"duration":0}},{"uid":"20234a93d9c355b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/20234a93d9c355b","status":"passed","time":{"start":1707408727256,"stop":1707408727257,"duration":1}},{"uid":"b2eb5e9b0c26c5b2","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b2eb5e9b0c26c5b2","status":"passed","time":{"start":1707408675752,"stop":1707408675752,"duration":0}},{"uid":"bf224a36f04cf68f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bf224a36f04cf68f","status":"passed","time":{"start":1707408214009,"stop":1707408214010,"duration":1}},{"uid":"724a5691939b6c0d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/724a5691939b6c0d","status":"passed","time":{"start":1707407286323,"stop":1707407286323,"duration":0}},{"uid":"36ce8533a1ed80e8","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/36ce8533a1ed80e8","status":"passed","time":{"start":1707407226680,"stop":1707407226680,"duration":0}},{"uid":"152cec799b8096d4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/152cec799b8096d4","status":"passed","time":{"start":1707404179912,"stop":1707404179912,"duration":0}},{"uid":"922fe5f2c998a035","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/922fe5f2c998a035","status":"passed","time":{"start":1707375626291,"stop":1707375626293,"duration":2}},{"uid":"de8449ef9e1a6dc9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/de8449ef9e1a6dc9","status":"passed","time":{"start":1707372788218,"stop":1707372788219,"duration":1}},{"uid":"e66548bb4c836427","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e66548bb4c836427","status":"passed","time":{"start":1707359016780,"stop":1707359016780,"duration":0}},{"uid":"7ff7e960daa3cc48","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7ff7e960daa3cc48","status":"passed","time":{"start":1707357740859,"stop":1707357740859,"duration":0}},{"uid":"86e9519b620a65e5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/86e9519b620a65e5","status":"passed","time":{"start":1707356837837,"stop":1707356837837,"duration":0}},{"uid":"f676c1b5b6117727","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f676c1b5b6117727","status":"passed","time":{"start":1707354890495,"stop":1707354890495,"duration":0}}]},"tags":[]},"source":"a4569b1d94c84298.json","parameterValues":[]} \ No newline at end of file +{"uid":"3d7e3592bfb8d9f8","name":"different cluster, same shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect (autosharding)","historyId":"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d0c0ade792883d52","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0c0ade792883d52","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"4b7b4c889fcd4c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b7b4c889fcd4c6","status":"passed","time":{"start":1707775258447,"stop":1707775258448,"duration":1}},{"uid":"426311fcc179868","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/426311fcc179868","status":"passed","time":{"start":1707775081978,"stop":1707775081986,"duration":8}},{"uid":"cf8a11401f3fcdfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf8a11401f3fcdfb","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0}},{"uid":"87aed56f23a6a19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87aed56f23a6a19a","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"7791e3ec4da03e05","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7791e3ec4da03e05","status":"passed","time":{"start":1707759921444,"stop":1707759921444,"duration":0}},{"uid":"71b1c504a4bee911","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/71b1c504a4bee911","status":"passed","time":{"start":1707757624868,"stop":1707757624868,"duration":0}},{"uid":"504e4a2815c5d68c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/504e4a2815c5d68c","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"eae1c5bd08fe3988","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eae1c5bd08fe3988","status":"passed","time":{"start":1707753651132,"stop":1707753651133,"duration":1}},{"uid":"ce54f4bae9faaee","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce54f4bae9faaee","status":"passed","time":{"start":1707753409576,"stop":1707753409577,"duration":1}},{"uid":"c598963317b84672","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c598963317b84672","status":"passed","time":{"start":1707736708313,"stop":1707736708314,"duration":1}},{"uid":"f7ced763d7105fa7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7ced763d7105fa7","status":"passed","time":{"start":1707735914377,"stop":1707735914377,"duration":0}}]},"tags":[]},"source":"3d7e3592bfb8d9f8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/37213cbab99785cd.json b/6406/data/test-cases/3df7ef17fc92e5f8.json similarity index 79% rename from 6379/data/test-cases/37213cbab99785cd.json rename to 6406/data/test-cases/3df7ef17fc92e5f8.json index 1bdbbc62b57..1e3c8cb28dc 100644 --- a/6379/data/test-cases/37213cbab99785cd.json +++ b/6406/data/test-cases/3df7ef17fc92e5f8.json @@ -1 +1 @@ -{"uid":"37213cbab99785cd","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":1707419181419,"stop":1707419181419,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"30a412ad6a76e7c5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/30a412ad6a76e7c5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418419767,"stop":1707418419767,"duration":0}},{"uid":"249c5b8e991f6481","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/249c5b8e991f6481","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418388449,"stop":1707418388449,"duration":0}},{"uid":"95936072d98e2d0c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/95936072d98e2d0c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412796134,"stop":1707412796134,"duration":0}},{"uid":"61529c3fb2173294","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/61529c3fb2173294","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411256091,"stop":1707411256091,"duration":0}},{"uid":"49b050dc3500ff8f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/49b050dc3500ff8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409690316,"stop":1707409690316,"duration":0}},{"uid":"46d0d0f6d1efa6e1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/46d0d0f6d1efa6e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409095923,"stop":1707409095924,"duration":1}},{"uid":"80bf11524c48a469","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/80bf11524c48a469","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409032401,"stop":1707409032401,"duration":0}},{"uid":"429e4f980d8a6509","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/429e4f980d8a6509","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408574259,"stop":1707408574260,"duration":1}},{"uid":"777144f44b6a407f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/777144f44b6a407f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407633871,"stop":1707407633871,"duration":0}},{"uid":"2ac3f815f6c453ec","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2ac3f815f6c453ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407545222,"stop":1707407545223,"duration":1}},{"uid":"4c4e6f786f410ca4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4c4e6f786f410ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404532437,"stop":1707404532437,"duration":0}},{"uid":"8db92978fb908c6c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8db92978fb908c6c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375958759,"stop":1707375958759,"duration":0}},{"uid":"94e77e86e1f741","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/94e77e86e1f741","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373157755,"stop":1707373157755,"duration":0}},{"uid":"58ca77b4c56932ee","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/58ca77b4c56932ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359355977,"stop":1707359355977,"duration":0}},{"uid":"ddf14de35231e9b4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ddf14de35231e9b4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358094679,"stop":1707358094679,"duration":0}},{"uid":"ed1453df559620f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ed1453df559620f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357164920,"stop":1707357164920,"duration":0}},{"uid":"98b173a4eee46ae5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/98b173a4eee46ae5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355248780,"stop":1707355248781,"duration":1}}]},"tags":[]},"source":"37213cbab99785cd.json","parameterValues":[]} \ No newline at end of file +{"uid":"3df7ef17fc92e5f8","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":1707793371107,"stop":1707793371107,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"9e14405b6b6b4da6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e14405b6b6b4da6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"dffe241898511a66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dffe241898511a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"981aeb047a72ffd7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/981aeb047a72ffd7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390235,"stop":1707775390236,"duration":1}},{"uid":"9b0adace1dcca41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b0adace1dcca41","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"be511dd093b77c30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/be511dd093b77c30","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301817,"stop":1707760301818,"duration":1}},{"uid":"f5868c05181d42da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5868c05181d42da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"ff3f1506a72f2a17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff3f1506a72f2a17","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617043,"stop":1707756617044,"duration":1}},{"uid":"8ca6cf5648572ca4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ca6cf5648572ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"9dccea377855269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dccea377855269","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"d72bb125e9325f66","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d72bb125e9325f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"c5496ba1f3d25db6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5496ba1f3d25db6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091339,"stop":1707737091340,"duration":1}},{"uid":"70957225502811","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70957225502811","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"tags":[]},"source":"3df7ef17fc92e5f8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3e82c9597a9d7160.json b/6406/data/test-cases/3e82c9597a9d7160.json new file mode 100644 index 00000000000..2e85e112e69 --- /dev/null +++ b/6406/data/test-cases/3e82c9597a9d7160.json @@ -0,0 +1 @@ +{"uid":"3e82c9597a9d7160","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":1707792919939,"stop":1707792919940,"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":14,"unknown":0,"total":14},"items":[{"uid":"8ffad2268796f404","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ffad2268796f404","status":"passed","time":{"start":1707777865442,"stop":1707777865442,"duration":0}},{"uid":"2205093aac712707","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2205093aac712707","status":"passed","time":{"start":1707775140805,"stop":1707775140805,"duration":0}},{"uid":"14325d4f43167808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14325d4f43167808","status":"passed","time":{"start":1707774947608,"stop":1707774947609,"duration":1}},{"uid":"38c5698cb16c95a5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38c5698cb16c95a5","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"duration":1}},{"uid":"98091470fa7222aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98091470fa7222aa","status":"passed","time":{"start":1707769737612,"stop":1707769737614,"duration":2}},{"uid":"f16911eaec3bfd7f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f16911eaec3bfd7f","status":"passed","time":{"start":1707759835147,"stop":1707759835148,"duration":1}},{"uid":"aee65a669ff1cf40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aee65a669ff1cf40","status":"passed","time":{"start":1707757529704,"stop":1707757529704,"duration":0}},{"uid":"d3d5d98121312ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d3d5d98121312ede","status":"passed","time":{"start":1707756164073,"stop":1707756164075,"duration":2}},{"uid":"59e9d8482792adf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/59e9d8482792adf7","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"2c65f53278e9e797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c65f53278e9e797","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"33ab12efd1bbe34b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ab12efd1bbe34b","status":"passed","time":{"start":1707750698716,"stop":1707750698717,"duration":1}},{"uid":"ba33d38e943243f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba33d38e943243f0","status":"passed","time":{"start":1707736624911,"stop":1707736624912,"duration":1}},{"uid":"b17c8334981cf046","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b17c8334981cf046","status":"passed","time":{"start":1707735814289,"stop":1707735814290,"duration":1}}]},"tags":[]},"source":"3e82c9597a9d7160.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3e8b4cc0bba48231.json b/6406/data/test-cases/3e8b4cc0bba48231.json new file mode 100644 index 00000000000..41d83dce19b --- /dev/null +++ b/6406/data/test-cases/3e8b4cc0bba48231.json @@ -0,0 +1 @@ +{"uid":"3e8b4cc0bba48231","name":"configure the node with multiple pubsub topics","fullName":"/tests/sharding/running_nodes.spec.ts: Autosharding: Running Nodes > configure the node with multiple pubsub topics","historyId":"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793243276,"stop":1707793243276,"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}],"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}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Running Nodes"},{"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":"748439a7561ab791","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/748439a7561ab791","status":"passed","time":{"start":1707778194718,"stop":1707778194719,"duration":1}},{"uid":"75468132f9f873c1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75468132f9f873c1","status":"passed","time":{"start":1707775487316,"stop":1707775487317,"duration":1}},{"uid":"61d75043a1b5eb9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/61d75043a1b5eb9d","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"db33f0ef6e592f61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db33f0ef6e592f61","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0}},{"uid":"8ed955e8e404c7cc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ed955e8e404c7cc","status":"passed","time":{"start":1707770006113,"stop":1707770006114,"duration":1}},{"uid":"614bc7414f1378c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/614bc7414f1378c0","status":"passed","time":{"start":1707760178497,"stop":1707760178497,"duration":0}},{"uid":"bcd654878ac088d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcd654878ac088d3","status":"passed","time":{"start":1707757871588,"stop":1707757871588,"duration":0}},{"uid":"fd913dbc62e0d89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd913dbc62e0d89c","status":"passed","time":{"start":1707756509484,"stop":1707756509484,"duration":0}},{"uid":"179ad8af483abc0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/179ad8af483abc0b","status":"passed","time":{"start":1707753810716,"stop":1707753810716,"duration":0}},{"uid":"66311946d0d8439d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66311946d0d8439d","status":"passed","time":{"start":1707753662127,"stop":1707753662128,"duration":1}},{"uid":"d8981193ac448cbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8981193ac448cbf","status":"passed","time":{"start":1707751020602,"stop":1707751020602,"duration":0}},{"uid":"266fe4d003860ebe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266fe4d003860ebe","status":"passed","time":{"start":1707736955778,"stop":1707736955778,"duration":0}},{"uid":"73d54478064b5848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73d54478064b5848","status":"passed","time":{"start":1707736167317,"stop":1707736167318,"duration":1}}]},"tags":[]},"source":"3e8b4cc0bba48231.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3e8c61e682cf8f28.json b/6406/data/test-cases/3e8c61e682cf8f28.json new file mode 100644 index 00000000000..924b820ff90 --- /dev/null +++ b/6406/data/test-cases/3e8c61e682cf8f28.json @@ -0,0 +1 @@ +{"uid":"3e8c61e682cf8f28","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":1707793012467,"stop":1707793012467,"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":14,"unknown":0,"total":14},"items":[{"uid":"3619d8a2bc70c76","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3619d8a2bc70c76","status":"passed","time":{"start":1707777977661,"stop":1707777977661,"duration":0}},{"uid":"17eb6bd0d8a6b353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17eb6bd0d8a6b353","status":"passed","time":{"start":1707775258451,"stop":1707775258452,"duration":1}},{"uid":"cbd76e71a619cfe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbd76e71a619cfe7","status":"passed","time":{"start":1707775082008,"stop":1707775082009,"duration":1}},{"uid":"450e50cea6352dae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/450e50cea6352dae","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"duration":0}},{"uid":"aadacfe80d8edc84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadacfe80d8edc84","status":"passed","time":{"start":1707769841892,"stop":1707769841892,"duration":0}},{"uid":"64bbba0ff769bbe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64bbba0ff769bbe7","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"b3493ce3ecf6d56f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3493ce3ecf6d56f","status":"passed","time":{"start":1707757624872,"stop":1707757624872,"duration":0}},{"uid":"c38711aa81e6e86c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c38711aa81e6e86c","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"cf872c34d78f4d3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf872c34d78f4d3d","status":"passed","time":{"start":1707753651142,"stop":1707753651142,"duration":0}},{"uid":"e851cfd73c769ba4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e851cfd73c769ba4","status":"passed","time":{"start":1707753409581,"stop":1707753409581,"duration":0}},{"uid":"d38bb896d3f148fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d38bb896d3f148fa","status":"passed","time":{"start":1707750722039,"stop":1707750722039,"duration":0}},{"uid":"ca87268b828de500","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca87268b828de500","status":"passed","time":{"start":1707736708322,"stop":1707736708323,"duration":1}},{"uid":"83f308bf8266921c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83f308bf8266921c","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"tags":[]},"source":"3e8c61e682cf8f28.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3ee4978a7f80ad5d.json b/6406/data/test-cases/3ee4978a7f80ad5d.json new file mode 100644 index 00000000000..34ba87302c9 --- /dev/null +++ b/6406/data/test-cases/3ee4978a7f80ad5d.json @@ -0,0 +1 @@ +{"uid":"3ee4978a7f80ad5d","name":"returns all values when wanted number matches available values","fullName":"/src/index.spec.ts: Discovery > returns all values when wanted number matches available values","historyId":"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814221,"stop":1707792814222,"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":"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":"2581174b7996ca2f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2581174b7996ca2f","status":"passed","time":{"start":1707777763442,"stop":1707777763443,"duration":1}},{"uid":"f5a94dd9e5736726","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5a94dd9e5736726","status":"passed","time":{"start":1707775039621,"stop":1707775039622,"duration":1}},{"uid":"cf5f0a26a26b17db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cf5f0a26a26b17db","status":"passed","time":{"start":1707774841419,"stop":1707774841427,"duration":8}},{"uid":"4fd8af0c58407dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4fd8af0c58407dcd","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"duration":2}},{"uid":"1351a9e93cbb77ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1351a9e93cbb77ec","status":"passed","time":{"start":1707769641579,"stop":1707769641580,"duration":1}},{"uid":"23ae3e7303fbe70a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23ae3e7303fbe70a","status":"passed","time":{"start":1707759736452,"stop":1707759736454,"duration":2}},{"uid":"adbb4eecab19fac4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/adbb4eecab19fac4","status":"passed","time":{"start":1707757431309,"stop":1707757431311,"duration":2}},{"uid":"4efa998a9677322a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4efa998a9677322a","status":"passed","time":{"start":1707756060432,"stop":1707756060433,"duration":1}},{"uid":"dcc8e28e8ea28c9d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dcc8e28e8ea28c9d","status":"passed","time":{"start":1707753479023,"stop":1707753479027,"duration":4}},{"uid":"6969aac7d62b8539","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6969aac7d62b8539","status":"passed","time":{"start":1707753207961,"stop":1707753207962,"duration":1}},{"uid":"d716f82ad35cda1d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d716f82ad35cda1d","status":"passed","time":{"start":1707750607848,"stop":1707750607849,"duration":1}},{"uid":"e5008140a248bd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5008140a248bd74","status":"passed","time":{"start":1707736525273,"stop":1707736525275,"duration":2}},{"uid":"b9949f9fcb88a5da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b9949f9fcb88a5da","status":"passed","time":{"start":1707735707251,"stop":1707735707253,"duration":2}}]},"tags":[]},"source":"3ee4978a7f80ad5d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d9cc7209e880f103.json b/6406/data/test-cases/3ef5e8924e4803c4.json similarity index 56% rename from 6379/data/test-cases/d9cc7209e880f103.json rename to 6406/data/test-cases/3ef5e8924e4803c4.json index 4c209e73ab3..6c1ebf65347 100644 --- a/6379/data/test-cases/d9cc7209e880f103.json +++ b/6406/data/test-cases/3ef5e8924e4803c4.json @@ -1 +1 @@ -{"uid":"d9cc7209e880f103","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":1707418673499,"stop":1707418673501,"duration":2},"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":18,"unknown":0,"total":18},"items":[{"uid":"d5fdd25c7956e220","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d5fdd25c7956e220","status":"passed","time":{"start":1707417924755,"stop":1707417924756,"duration":1}},{"uid":"185c04cf2b25b613","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/185c04cf2b25b613","status":"passed","time":{"start":1707417870254,"stop":1707417870255,"duration":1}},{"uid":"54566483eb46b440","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/54566483eb46b440","status":"passed","time":{"start":1707412286901,"stop":1707412286914,"duration":13}},{"uid":"877a1dafb83586d8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/877a1dafb83586d8","status":"passed","time":{"start":1707410723128,"stop":1707410723129,"duration":1}},{"uid":"13a9b30720461f98","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/13a9b30720461f98","status":"passed","time":{"start":1707409189907,"stop":1707409189908,"duration":1}},{"uid":"d9588e5ad8230222","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d9588e5ad8230222","status":"passed","time":{"start":1707408589354,"stop":1707408589355,"duration":1}},{"uid":"2311e2183137a76f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2311e2183137a76f","status":"passed","time":{"start":1707408533119,"stop":1707408533141,"duration":22}},{"uid":"444c9392afa51516","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/444c9392afa51516","status":"passed","time":{"start":1707408061206,"stop":1707408061209,"duration":3}},{"uid":"acd038bbddf6d5bc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/acd038bbddf6d5bc","status":"passed","time":{"start":1707407125407,"stop":1707407125407,"duration":0}},{"uid":"5994960b27d432cc","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5994960b27d432cc","status":"passed","time":{"start":1707407001488,"stop":1707407001489,"duration":1}},{"uid":"2959c24c0ec49965","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2959c24c0ec49965","status":"passed","time":{"start":1707404032625,"stop":1707404032625,"duration":0}},{"uid":"d42f2a39429198fd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d42f2a39429198fd","status":"passed","time":{"start":1707375440393,"stop":1707375440394,"duration":1}},{"uid":"f2bd46f47756de18","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f2bd46f47756de18","status":"passed","time":{"start":1707372652230,"stop":1707372652231,"duration":1}},{"uid":"b40afa317876eed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b40afa317876eed","status":"passed","time":{"start":1707358833805,"stop":1707358833805,"duration":0}},{"uid":"f40d0f4362d3e1da","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f40d0f4362d3e1da","status":"passed","time":{"start":1707357581877,"stop":1707357581878,"duration":1}},{"uid":"157757d104af8e36","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/157757d104af8e36","status":"passed","time":{"start":1707356700916,"stop":1707356700916,"duration":0}},{"uid":"b5fcf876002889ee","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b5fcf876002889ee","status":"passed","time":{"start":1707354722473,"stop":1707354722474,"duration":1}}]},"tags":[]},"source":"d9cc7209e880f103.json","parameterValues":[]} \ No newline at end of file +{"uid":"3ef5e8924e4803c4","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":1707792849460,"stop":1707792849461,"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":14,"unknown":0,"total":14},"items":[{"uid":"3b4041579b6c3590","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b4041579b6c3590","status":"passed","time":{"start":1707777798764,"stop":1707777798765,"duration":1}},{"uid":"6ddf990a51fb5ad8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ddf990a51fb5ad8","status":"passed","time":{"start":1707775072152,"stop":1707775072152,"duration":0}},{"uid":"2fdf76a34a13e81a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fdf76a34a13e81a","status":"passed","time":{"start":1707774880420,"stop":1707774880421,"duration":1}},{"uid":"158d5ba5979cfe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/158d5ba5979cfe2","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0}},{"uid":"c6fa85d5e5ba0b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6fa85d5e5ba0b85","status":"passed","time":{"start":1707769677707,"stop":1707769677708,"duration":1}},{"uid":"1af91d358210b427","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1af91d358210b427","status":"passed","time":{"start":1707759769674,"stop":1707759769675,"duration":1}},{"uid":"b14dde9bf540db3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b14dde9bf540db3a","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"f362b7cbe065d67a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f362b7cbe065d67a","status":"passed","time":{"start":1707756096181,"stop":1707756096181,"duration":0}},{"uid":"1c74347190122865","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c74347190122865","status":"passed","time":{"start":1707753517975,"stop":1707753517976,"duration":1}},{"uid":"da0fa4b9964e0939","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0fa4b9964e0939","status":"passed","time":{"start":1707753244730,"stop":1707753244730,"duration":0}},{"uid":"769a6210582f22d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/769a6210582f22d4","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"191492fb5309b926","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191492fb5309b926","status":"passed","time":{"start":1707736558647,"stop":1707736558647,"duration":0}},{"uid":"e532412a1e2911ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e532412a1e2911ff","status":"passed","time":{"start":1707735743508,"stop":1707735743508,"duration":0}}]},"tags":[]},"source":"3ef5e8924e4803c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6e30ac136365b26b.json b/6406/data/test-cases/3f163386435c63bd.json similarity index 86% rename from 6379/data/test-cases/6e30ac136365b26b.json rename to 6406/data/test-cases/3f163386435c63bd.json index cf8f6f8c717..3dd17eae221 100644 --- a/6379/data/test-cases/6e30ac136365b26b.json +++ b/6406/data/test-cases/3f163386435c63bd.json @@ -1 +1 @@ -{"uid":"6e30ac136365b26b","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":1707419080399,"stop":1707419080400,"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":18,"unknown":0,"total":18},"items":[{"uid":"65934a301fad8ecf","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/65934a301fad8ecf","status":"passed","time":{"start":1707418322017,"stop":1707418322017,"duration":0}},{"uid":"1c42c049ff41695c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1c42c049ff41695c","status":"passed","time":{"start":1707418259980,"stop":1707418259980,"duration":0}},{"uid":"a6f2cf2880e87164","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a6f2cf2880e87164","status":"passed","time":{"start":1707412707110,"stop":1707412707110,"duration":0}},{"uid":"74c0f63c0bd8b04e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/74c0f63c0bd8b04e","status":"passed","time":{"start":1707411118104,"stop":1707411118107,"duration":3}},{"uid":"726658c6c6e4961","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/726658c6c6e4961","status":"passed","time":{"start":1707409587921,"stop":1707409587922,"duration":1}},{"uid":"2e1c38687af4ebb6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2e1c38687af4ebb6","status":"passed","time":{"start":1707408980211,"stop":1707408980212,"duration":1}},{"uid":"db9033b52638e383","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/db9033b52638e383","status":"passed","time":{"start":1707408927120,"stop":1707408927120,"duration":0}},{"uid":"8cda5b3f0273969d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8cda5b3f0273969d","status":"passed","time":{"start":1707408458736,"stop":1707408458737,"duration":1}},{"uid":"47e8dfd9a5683e11","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/47e8dfd9a5683e11","status":"passed","time":{"start":1707407520226,"stop":1707407520226,"duration":0}},{"uid":"e9d8a5be5c87368b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e9d8a5be5c87368b","status":"passed","time":{"start":1707407427629,"stop":1707407427629,"duration":0}},{"uid":"f87d07298a247de","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f87d07298a247de","status":"passed","time":{"start":1707404404305,"stop":1707404404306,"duration":1}},{"uid":"ab7f3634db8bbf2d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ab7f3634db8bbf2d","status":"passed","time":{"start":1707375846753,"stop":1707375846753,"duration":0}},{"uid":"e61b39b137201079","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e61b39b137201079","status":"passed","time":{"start":1707373035640,"stop":1707373035640,"duration":0}},{"uid":"120cb67f48d8cde8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/120cb67f48d8cde8","status":"passed","time":{"start":1707359236209,"stop":1707359236209,"duration":0}},{"uid":"5bddd69e2a512fa6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5bddd69e2a512fa6","status":"passed","time":{"start":1707357965192,"stop":1707357965192,"duration":0}},{"uid":"964f9fb2d9035f74","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/964f9fb2d9035f74","status":"passed","time":{"start":1707357048203,"stop":1707357048203,"duration":0}},{"uid":"adacf8a32420a069","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/adacf8a32420a069","status":"passed","time":{"start":1707355141610,"stop":1707355141610,"duration":0}}]},"tags":[]},"source":"6e30ac136365b26b.json","parameterValues":[]} \ No newline at end of file +{"uid":"3f163386435c63bd","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":1707793238870,"stop":1707793238870,"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":14,"unknown":0,"total":14},"items":[{"uid":"1eca7fb6a5736d4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1eca7fb6a5736d4d","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"6846383140f7e16a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6846383140f7e16a","status":"passed","time":{"start":1707775486619,"stop":1707775486620,"duration":1}},{"uid":"3819bfff20c99c87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3819bfff20c99c87","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"a348a2703e5f4d5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a348a2703e5f4d5c","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"8c936236a8a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c936236a8a23e7c","status":"passed","time":{"start":1707770051374,"stop":1707770051374,"duration":0}},{"uid":"8213fc23d334d739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8213fc23d334d739","status":"passed","time":{"start":1707760174015,"stop":1707760174016,"duration":1}},{"uid":"54961c1ef7c31cac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54961c1ef7c31cac","status":"passed","time":{"start":1707757873918,"stop":1707757873919,"duration":1}},{"uid":"9a2fbeb8d6c0e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a2fbeb8d6c0e926","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"c4dc6e436e3ce62c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4dc6e436e3ce62c","status":"passed","time":{"start":1707753870440,"stop":1707753870441,"duration":1}},{"uid":"ea9af3fa47df38e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea9af3fa47df38e7","status":"passed","time":{"start":1707753647499,"stop":1707753647499,"duration":0}},{"uid":"122a3c51356138a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/122a3c51356138a1","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"db86bc067300da93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db86bc067300da93","status":"passed","time":{"start":1707736947842,"stop":1707736947843,"duration":1}},{"uid":"48124df7f2e089ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48124df7f2e089ca","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"tags":[]},"source":"3f163386435c63bd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/3fb5e35ef242875b.json b/6406/data/test-cases/3fb5e35ef242875b.json new file mode 100644 index 00000000000..c7266d26ebc --- /dev/null +++ b/6406/data/test-cases/3fb5e35ef242875b.json @@ -0,0 +1 @@ +{"uid":"3fb5e35ef242875b","name":"addEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with wrong event","historyId":"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878411,"stop":1707792878412,"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}],"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}],"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":"ca196f36b32414c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca196f36b32414c2","status":"passed","time":{"start":1707777826927,"stop":1707777826927,"duration":0}},{"uid":"d08c1c4de4c53d34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d08c1c4de4c53d34","status":"passed","time":{"start":1707775103552,"stop":1707775103552,"duration":0}},{"uid":"4ba20524fadfcd41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ba20524fadfcd41","status":"passed","time":{"start":1707774906441,"stop":1707774906441,"duration":0}},{"uid":"8908cd8928916ea7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8908cd8928916ea7","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0}},{"uid":"d6f96458aa3497a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f96458aa3497a4","status":"passed","time":{"start":1707769706524,"stop":1707769706525,"duration":1}},{"uid":"46234c1f81e6bade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46234c1f81e6bade","status":"passed","time":{"start":1707759800529,"stop":1707759800529,"duration":0}},{"uid":"7c9c90e4e4830c31","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c9c90e4e4830c31","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"9abca46520dc0137","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9abca46520dc0137","status":"passed","time":{"start":1707756124834,"stop":1707756124835,"duration":1}},{"uid":"423f67b0b2f55a0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/423f67b0b2f55a0e","status":"passed","time":{"start":1707753544134,"stop":1707753544135,"duration":1}},{"uid":"69229c4d747c20ac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/69229c4d747c20ac","status":"passed","time":{"start":1707753273863,"stop":1707753273864,"duration":1}},{"uid":"667a7bf53311731a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/667a7bf53311731a","status":"passed","time":{"start":1707750672010,"stop":1707750672010,"duration":0}},{"uid":"a9a18124ce0b6d05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9a18124ce0b6d05","status":"passed","time":{"start":1707736588884,"stop":1707736588885,"duration":1}},{"uid":"8bf51165d27a873b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8bf51165d27a873b","status":"passed","time":{"start":1707735772594,"stop":1707735772594,"duration":0}}]},"tags":[]},"source":"3fb5e35ef242875b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4ba41fc87e0cec2c.json b/6406/data/test-cases/401f044c6e482ec1.json similarity index 56% rename from 6379/data/test-cases/4ba41fc87e0cec2c.json rename to 6406/data/test-cases/401f044c6e482ec1.json index c3750038eca..4f51163ab22 100644 --- a/6379/data/test-cases/4ba41fc87e0cec2c.json +++ b/6406/data/test-cases/401f044c6e482ec1.json @@ -1 +1 @@ -{"uid":"4ba41fc87e0cec2c","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":1707418673491,"stop":1707418673492,"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":18,"unknown":0,"total":18},"items":[{"uid":"263fccafc1f97203","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/263fccafc1f97203","status":"passed","time":{"start":1707417924738,"stop":1707417924739,"duration":1}},{"uid":"a2ef45b9e73999af","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a2ef45b9e73999af","status":"passed","time":{"start":1707417870245,"stop":1707417870246,"duration":1}},{"uid":"63d5d19cd76c792d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/63d5d19cd76c792d","status":"passed","time":{"start":1707412286895,"stop":1707412286896,"duration":1}},{"uid":"4da3c8fa3fae41d7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4da3c8fa3fae41d7","status":"passed","time":{"start":1707410723124,"stop":1707410723124,"duration":0}},{"uid":"c2748ea2e6952e84","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c2748ea2e6952e84","status":"passed","time":{"start":1707409189904,"stop":1707409189904,"duration":0}},{"uid":"1606e5cab8f46ad8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1606e5cab8f46ad8","status":"passed","time":{"start":1707408589352,"stop":1707408589352,"duration":0}},{"uid":"8b02749252ddc1a5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8b02749252ddc1a5","status":"passed","time":{"start":1707408533113,"stop":1707408533114,"duration":1}},{"uid":"c7cea479e01ad02","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c7cea479e01ad02","status":"passed","time":{"start":1707408061202,"stop":1707408061203,"duration":1}},{"uid":"a36b8aac298fbd7b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a36b8aac298fbd7b","status":"passed","time":{"start":1707407125397,"stop":1707407125398,"duration":1}},{"uid":"a5e0d58927b04455","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a5e0d58927b04455","status":"passed","time":{"start":1707407001485,"stop":1707407001486,"duration":1}},{"uid":"cfe289f95f010a86","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/cfe289f95f010a86","status":"passed","time":{"start":1707404032622,"stop":1707404032622,"duration":0}},{"uid":"35e6bb7f2e206177","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/35e6bb7f2e206177","status":"passed","time":{"start":1707375440390,"stop":1707375440390,"duration":0}},{"uid":"390c67151129b7fe","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/390c67151129b7fe","status":"passed","time":{"start":1707372652227,"stop":1707372652227,"duration":0}},{"uid":"b5f914bdcd4dcec8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b5f914bdcd4dcec8","status":"passed","time":{"start":1707358833801,"stop":1707358833802,"duration":1}},{"uid":"4807bbe2d1a6a8b7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4807bbe2d1a6a8b7","status":"passed","time":{"start":1707357581873,"stop":1707357581874,"duration":1}},{"uid":"92dfd53456213353","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/92dfd53456213353","status":"passed","time":{"start":1707356700905,"stop":1707356700906,"duration":1}},{"uid":"b6af5eadc3f56a12","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b6af5eadc3f56a12","status":"passed","time":{"start":1707354722469,"stop":1707354722469,"duration":0}}]},"tags":[]},"source":"4ba41fc87e0cec2c.json","parameterValues":[]} \ No newline at end of file +{"uid":"401f044c6e482ec1","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":1707792849458,"stop":1707792849458,"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":14,"unknown":0,"total":14},"items":[{"uid":"39edd38ca4aa16c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39edd38ca4aa16c1","status":"passed","time":{"start":1707777798757,"stop":1707777798758,"duration":1}},{"uid":"7a45f1549f587308","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a45f1549f587308","status":"passed","time":{"start":1707775072144,"stop":1707775072144,"duration":0}},{"uid":"6cdc8af4dcf0ca55","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6cdc8af4dcf0ca55","status":"passed","time":{"start":1707774880416,"stop":1707774880417,"duration":1}},{"uid":"e73496c5edf2b386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e73496c5edf2b386","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4}},{"uid":"82f5bd9de7a633c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82f5bd9de7a633c","status":"passed","time":{"start":1707769677695,"stop":1707769677700,"duration":5}},{"uid":"632d40c240667f93","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/632d40c240667f93","status":"passed","time":{"start":1707759769672,"stop":1707759769672,"duration":0}},{"uid":"d79d38272dede6a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d79d38272dede6a0","status":"passed","time":{"start":1707757468637,"stop":1707757468637,"duration":0}},{"uid":"dafd8fe6bdaeac3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dafd8fe6bdaeac3f","status":"passed","time":{"start":1707756096168,"stop":1707756096175,"duration":7}},{"uid":"eb500de94bf057be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb500de94bf057be","status":"passed","time":{"start":1707753517973,"stop":1707753517973,"duration":0}},{"uid":"54abc7037bfa4c98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/54abc7037bfa4c98","status":"passed","time":{"start":1707753244714,"stop":1707753244714,"duration":0}},{"uid":"8f2faa941f88384f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f2faa941f88384f","status":"passed","time":{"start":1707750643518,"stop":1707750643519,"duration":1}},{"uid":"6f1a7180c7080cfa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1a7180c7080cfa","status":"passed","time":{"start":1707736558644,"stop":1707736558644,"duration":0}},{"uid":"1192a03411a3e78e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1192a03411a3e78e","status":"passed","time":{"start":1707735743488,"stop":1707735743489,"duration":1}}]},"tags":[]},"source":"401f044c6e482ec1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5e49aad662b9fa6e.json b/6406/data/test-cases/4105aa8f933b9328.json similarity index 55% rename from 6379/data/test-cases/5e49aad662b9fa6e.json rename to 6406/data/test-cases/4105aa8f933b9328.json index 4029f42b7be..26de9272ad3 100644 --- a/6379/data/test-cases/5e49aad662b9fa6e.json +++ b/6406/data/test-cases/4105aa8f933b9328.json @@ -1 +1 @@ -{"uid":"5e49aad662b9fa6e","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":1707419231823,"stop":1707419231823,"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":18,"unknown":0,"total":18},"items":[{"uid":"f98653a3411bae5e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f98653a3411bae5e","status":"passed","time":{"start":1707418475051,"stop":1707418475052,"duration":1}},{"uid":"5453b0052f1eb319","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5453b0052f1eb319","status":"passed","time":{"start":1707418426402,"stop":1707418426402,"duration":0}},{"uid":"ebd4b44053559176","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ebd4b44053559176","status":"passed","time":{"start":1707412815097,"stop":1707412815098,"duration":1}},{"uid":"62d5898c57d87583","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/62d5898c57d87583","status":"passed","time":{"start":1707411281535,"stop":1707411281536,"duration":1}},{"uid":"218e72eff8799063","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/218e72eff8799063","status":"passed","time":{"start":1707409756179,"stop":1707409756179,"duration":0}},{"uid":"f4a9151dd283d223","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f4a9151dd283d223","status":"passed","time":{"start":1707409134535,"stop":1707409134536,"duration":1}},{"uid":"9ad743cb2897af67","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9ad743cb2897af67","status":"passed","time":{"start":1707409089157,"stop":1707409089157,"duration":0}},{"uid":"90f7c8979f7474bc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/90f7c8979f7474bc","status":"passed","time":{"start":1707408613611,"stop":1707408613612,"duration":1}},{"uid":"42f96cac477d260b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/42f96cac477d260b","status":"passed","time":{"start":1707407690269,"stop":1707407690269,"duration":0}},{"uid":"31d0d2127bfc0431","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/31d0d2127bfc0431","status":"passed","time":{"start":1707407587131,"stop":1707407587132,"duration":1}},{"uid":"f26e6003a75a4593","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f26e6003a75a4593","status":"passed","time":{"start":1707404566442,"stop":1707404566442,"duration":0}},{"uid":"a272a70323060c41","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a272a70323060c41","status":"passed","time":{"start":1707375995125,"stop":1707375995125,"duration":0}},{"uid":"f4183eebc6e08898","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f4183eebc6e08898","status":"passed","time":{"start":1707373198910,"stop":1707373198911,"duration":1}},{"uid":"bc23c0d58fa4d897","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc23c0d58fa4d897","status":"passed","time":{"start":1707359396095,"stop":1707359396095,"duration":0}},{"uid":"c3f42ace02df6fc4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c3f42ace02df6fc4","status":"passed","time":{"start":1707358145419,"stop":1707358145419,"duration":0}},{"uid":"7fc3ea83c3f84c28","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7fc3ea83c3f84c28","status":"passed","time":{"start":1707357148264,"stop":1707357148264,"duration":0}},{"uid":"86d494e2724d223a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/86d494e2724d223a","status":"passed","time":{"start":1707355337380,"stop":1707355337381,"duration":1}}]},"tags":[]},"source":"5e49aad662b9fa6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"4105aa8f933b9328","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":1707793392501,"stop":1707793392501,"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":14,"unknown":0,"total":14},"items":[{"uid":"16ac7ae19a454799","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/16ac7ae19a454799","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"9451f471a9e8570a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9451f471a9e8570a","status":"passed","time":{"start":1707775644351,"stop":1707775644354,"duration":3}},{"uid":"bfadd7b224b8ce89","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfadd7b224b8ce89","status":"passed","time":{"start":1707775439251,"stop":1707775439252,"duration":1}},{"uid":"c10bd3ae1fab81f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c10bd3ae1fab81f6","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1}},{"uid":"6704a49b664e24f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6704a49b664e24f1","status":"passed","time":{"start":1707770140535,"stop":1707770140535,"duration":0}},{"uid":"4266df3c60188c08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4266df3c60188c08","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"ea141428e0a73043","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ea141428e0a73043","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"2a8ac5b97a9512ae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8ac5b97a9512ae","status":"passed","time":{"start":1707756656797,"stop":1707756656798,"duration":1}},{"uid":"29a330c1cda9257a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a330c1cda9257a","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"d405886b68f7e932","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d405886b68f7e932","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"386e6d62d56b9fb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/386e6d62d56b9fb0","status":"passed","time":{"start":1707751157935,"stop":1707751157936,"duration":1}},{"uid":"43f6a80541fa7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43f6a80541fa7d6b","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"5393bed9551e3922","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5393bed9551e3922","status":"passed","time":{"start":1707736314162,"stop":1707736314163,"duration":1}}]},"tags":[]},"source":"4105aa8f933b9328.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cb6f524f263c1c00.json b/6406/data/test-cases/4127902dd5f1ac2c.json similarity index 78% rename from 6379/data/test-cases/cb6f524f263c1c00.json rename to 6406/data/test-cases/4127902dd5f1ac2c.json index 1dd6001849e..504e385d87d 100644 --- a/6379/data/test-cases/cb6f524f263c1c00.json +++ b/6406/data/test-cases/4127902dd5f1ac2c.json @@ -1 +1 @@ -{"uid":"cb6f524f263c1c00","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":1707418841962,"stop":1707418841962,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"f16b1aa61dd377a5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f16b1aa61dd377a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418071906,"stop":1707418071907,"duration":1}},{"uid":"c6da588a31a82daf","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c6da588a31a82daf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418027881,"stop":1707418027881,"duration":0}},{"uid":"5ea7b849ef91986e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5ea7b849ef91986e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412447301,"stop":1707412447301,"duration":0}},{"uid":"4d7c0716aea4dbd","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4d7c0716aea4dbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707410887049,"stop":1707410887050,"duration":1}},{"uid":"9e6dfb0c1ccffd90","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/9e6dfb0c1ccffd90","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409360840,"stop":1707409360840,"duration":0}},{"uid":"b7903449f030ae93","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b7903449f030ae93","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408754559,"stop":1707408754560,"duration":1}},{"uid":"9105929de68f1815","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9105929de68f1815","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408698003,"stop":1707408698003,"duration":0}},{"uid":"7245fb13fbd6c6b3","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7245fb13fbd6c6b3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408233049,"stop":1707408233050,"duration":1}},{"uid":"d8a060570755863","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d8a060570755863","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407282985,"stop":1707407282985,"duration":0}},{"uid":"480227e8b01efb19","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/480227e8b01efb19","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407158637,"stop":1707407158637,"duration":0}},{"uid":"c22f0374f10c57e3","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c22f0374f10c57e3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404183609,"stop":1707404183609,"duration":0}},{"uid":"7fd9f3eb769baccc","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7fd9f3eb769baccc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375605108,"stop":1707375605109,"duration":1}},{"uid":"63eb2d43a18d7e81","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/63eb2d43a18d7e81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707372815530,"stop":1707372815530,"duration":0}},{"uid":"61b8a969cfa97d5e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/61b8a969cfa97d5e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358983027,"stop":1707358983027,"duration":0}},{"uid":"90c19f030af710e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/90c19f030af710e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357747317,"stop":1707357747317,"duration":0}},{"uid":"42989c18aa51e3e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/42989c18aa51e3e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707356855816,"stop":1707356855817,"duration":1}},{"uid":"5a8cafa8a77b68af","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5a8cafa8a77b68af","status":"skipped","statusDetails":"Test ignored","time":{"start":1707354894971,"stop":1707354894971,"duration":0}}]},"tags":[]},"source":"cb6f524f263c1c00.json","parameterValues":[]} \ No newline at end of file +{"uid":"4127902dd5f1ac2c","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":1707793028295,"stop":1707793028296,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"c79fb61fe1e06e89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c79fb61fe1e06e89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973010,"duration":0}},{"uid":"17db8dc692dae11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17db8dc692dae11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244536,"stop":1707775244537,"duration":1}},{"uid":"232aa8f6e930dfc1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/232aa8f6e930dfc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050825,"stop":1707775050826,"duration":1}},{"uid":"3ba556d74cdc15bb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ba556d74cdc15bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"55a406f8b0c83b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55a406f8b0c83b6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843155,"duration":0}},{"uid":"9a52c3d1968d9189","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a52c3d1968d9189","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"688269ed09321245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/688269ed09321245","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f15f0b53c12c6a04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f15f0b53c12c6a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"d2be06b53388f75a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2be06b53388f75a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"b6995568859a1f49","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6995568859a1f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423545,"stop":1707753423546,"duration":1}},{"uid":"9685ce9aedd78344","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9685ce9aedd78344","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"1081404248fefb81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1081404248fefb81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"d32a52ae70cd3c26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d32a52ae70cd3c26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912138,"stop":1707735912138,"duration":0}}]},"tags":[]},"source":"4127902dd5f1ac2c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a3a7aabcc6e4d866.json b/6406/data/test-cases/412d6689cb9b33c3.json similarity index 83% rename from 6379/data/test-cases/a3a7aabcc6e4d866.json rename to 6406/data/test-cases/412d6689cb9b33c3.json index d2a55b4c8c7..022713811de 100644 --- a/6379/data/test-cases/a3a7aabcc6e4d866.json +++ b/6406/data/test-cases/412d6689cb9b33c3.json @@ -1 +1 @@ -{"uid":"a3a7aabcc6e4d866","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":1707419289500,"stop":1707419289500,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"cf06015e1b76a0fc","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/cf06015e1b76a0fc","status":"passed","time":{"start":1707418535540,"stop":1707418535541,"duration":1}},{"uid":"fc90f5514c55034","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/fc90f5514c55034","status":"passed","time":{"start":1707418482216,"stop":1707418482216,"duration":0}},{"uid":"6a87a513995e6765","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6a87a513995e6765","status":"passed","time":{"start":1707412863482,"stop":1707412863482,"duration":0}},{"uid":"16cc4494f818a240","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/16cc4494f818a240","status":"passed","time":{"start":1707411338653,"stop":1707411338654,"duration":1}},{"uid":"68c3eec7c15f5b95","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/68c3eec7c15f5b95","status":"passed","time":{"start":1707409792231,"stop":1707409792231,"duration":0}},{"uid":"eac6df74a3870578","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/eac6df74a3870578","status":"passed","time":{"start":1707409177754,"stop":1707409177754,"duration":0}},{"uid":"ed33acc90d000a1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ed33acc90d000a1","status":"passed","time":{"start":1707409135089,"stop":1707409135089,"duration":0}},{"uid":"123bb7061edfe71b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/123bb7061edfe71b","status":"passed","time":{"start":1707408664022,"stop":1707408664022,"duration":0}},{"uid":"89ed41c252f3cfaa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/89ed41c252f3cfaa","status":"passed","time":{"start":1707407736508,"stop":1707407736508,"duration":0}},{"uid":"95a5c27e274117ff","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/95a5c27e274117ff","status":"passed","time":{"start":1707407618229,"stop":1707407618229,"duration":0}},{"uid":"802bab7b27df9ba1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/802bab7b27df9ba1","status":"passed","time":{"start":1707404537713,"stop":1707404537713,"duration":0}},{"uid":"5f9660bbd058c42b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5f9660bbd058c42b","status":"passed","time":{"start":1707373245355,"stop":1707373245356,"duration":1}},{"uid":"829a41c41429108d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/829a41c41429108d","status":"passed","time":{"start":1707359448666,"stop":1707359448666,"duration":0}},{"uid":"39e625b30427a3de","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/39e625b30427a3de","status":"passed","time":{"start":1707358197185,"stop":1707358197185,"duration":0}},{"uid":"b8816fea78edc53","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b8816fea78edc53","status":"passed","time":{"start":1707357226627,"stop":1707357226628,"duration":1}},{"uid":"c8f2a3cc6d524ad2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c8f2a3cc6d524ad2","status":"passed","time":{"start":1707355477306,"stop":1707355477306,"duration":0}}]},"tags":[]},"source":"a3a7aabcc6e4d866.json","parameterValues":[]} \ No newline at end of file +{"uid":"412d6689cb9b33c3","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":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b70b7850c92bd194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b70b7850c92bd194","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"f985fefac20d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f985fefac20d2c6c","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"dba480814c033df3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dba480814c033df3","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"9ecde25b216fabf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ecde25b216fabf6","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"45f1dafce1c4a9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/45f1dafce1c4a9d","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"a72df15c08d1ff4d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a72df15c08d1ff4d","status":"passed","time":{"start":1707760374677,"stop":1707760374678,"duration":1}},{"uid":"3469b00b608ef2a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3469b00b608ef2a7","status":"passed","time":{"start":1707758004321,"stop":1707758004324,"duration":3}},{"uid":"79ceeb195721e933","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ceeb195721e933","status":"passed","time":{"start":1707756690161,"stop":1707756690162,"duration":1}},{"uid":"6dcd86359a98ec62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6dcd86359a98ec62","status":"passed","time":{"start":1707754051785,"stop":1707754051786,"duration":1}},{"uid":"5d50ca69eb648af2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d50ca69eb648af2","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"5e7c5dff35e2c9d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e7c5dff35e2c9d9","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"5f1b0305d06825fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f1b0305d06825fb","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"8b12798648ecc19b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b12798648ecc19b","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"tags":[]},"source":"412d6689cb9b33c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a5555bb1219fc0da.json b/6406/data/test-cases/41c2eaba5c820818.json similarity index 81% rename from 6379/data/test-cases/a5555bb1219fc0da.json rename to 6406/data/test-cases/41c2eaba5c820818.json index bad5b004247..ca31e429551 100644 --- a/6379/data/test-cases/a5555bb1219fc0da.json +++ b/6406/data/test-cases/41c2eaba5c820818.json @@ -1 +1 @@ -{"uid":"a5555bb1219fc0da","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":1707419181427,"stop":1707419181427,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"b4232fd71118b53e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b4232fd71118b53e","status":"passed","time":{"start":1707418419782,"stop":1707418419782,"duration":0}},{"uid":"554f20f601832028","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/554f20f601832028","status":"passed","time":{"start":1707418388456,"stop":1707418388457,"duration":1}},{"uid":"eb308482e60f30d5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/eb308482e60f30d5","status":"passed","time":{"start":1707412796142,"stop":1707412796142,"duration":0}},{"uid":"ab7b4206938a9a38","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ab7b4206938a9a38","status":"passed","time":{"start":1707411256112,"stop":1707411256113,"duration":1}},{"uid":"24c7576b562b60b7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/24c7576b562b60b7","status":"passed","time":{"start":1707409690322,"stop":1707409690322,"duration":0}},{"uid":"e596d5bd0b36672c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e596d5bd0b36672c","status":"passed","time":{"start":1707409095929,"stop":1707409095929,"duration":0}},{"uid":"aa0c1033a812b066","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/aa0c1033a812b066","status":"passed","time":{"start":1707409032436,"stop":1707409032436,"duration":0}},{"uid":"4b738ddbeb7828b0","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4b738ddbeb7828b0","status":"passed","time":{"start":1707408574270,"stop":1707408574270,"duration":0}},{"uid":"c0321abadffe7ab4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c0321abadffe7ab4","status":"passed","time":{"start":1707407633890,"stop":1707407633893,"duration":3}},{"uid":"fb240a40c9d1864a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/fb240a40c9d1864a","status":"passed","time":{"start":1707407545259,"stop":1707407545260,"duration":1}},{"uid":"c9989884001dfd42","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c9989884001dfd42","status":"passed","time":{"start":1707404532450,"stop":1707404532450,"duration":0}},{"uid":"d158b432469aeabd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d158b432469aeabd","status":"passed","time":{"start":1707375958790,"stop":1707375958790,"duration":0}},{"uid":"40a1114009e3bcd","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/40a1114009e3bcd","status":"passed","time":{"start":1707373157760,"stop":1707373157762,"duration":2}},{"uid":"b92f3e5cef41edff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b92f3e5cef41edff","status":"passed","time":{"start":1707359355992,"stop":1707359355993,"duration":1}},{"uid":"f0fa2d52cd0835fa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f0fa2d52cd0835fa","status":"passed","time":{"start":1707358094701,"stop":1707358094701,"duration":0}},{"uid":"9b71b7ec9ae52066","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9b71b7ec9ae52066","status":"passed","time":{"start":1707357164926,"stop":1707357164926,"duration":0}},{"uid":"59f8af4c1ebef84f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/59f8af4c1ebef84f","status":"passed","time":{"start":1707355248786,"stop":1707355248788,"duration":2}}]},"tags":[]},"source":"a5555bb1219fc0da.json","parameterValues":[]} \ No newline at end of file +{"uid":"41c2eaba5c820818","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":1707793371113,"stop":1707793371114,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"c5018992f079b27f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5018992f079b27f","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"92a94112aca851b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92a94112aca851b","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"267d4dec7a0edd8c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/267d4dec7a0edd8c","status":"passed","time":{"start":1707775390244,"stop":1707775390244,"duration":0}},{"uid":"57a7a2704139f16d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57a7a2704139f16d","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"2f3ead477a20ef1b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f3ead477a20ef1b","status":"passed","time":{"start":1707769968730,"stop":1707769968730,"duration":0}},{"uid":"7659f3ff43118fa1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7659f3ff43118fa1","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"9843c09677b38433","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9843c09677b38433","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"42a94b45c6917bf9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42a94b45c6917bf9","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"6e636f8f4de2cf64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e636f8f4de2cf64","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c65d93fdafc50ee5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c65d93fdafc50ee5","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"9bab0223ec296d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9bab0223ec296d5b","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"60d085e668cd563e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60d085e668cd563e","status":"passed","time":{"start":1707737091353,"stop":1707737091353,"duration":0}},{"uid":"fc918f06f50a4353","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc918f06f50a4353","status":"passed","time":{"start":1707736260156,"stop":1707736260156,"duration":0}}]},"tags":[]},"source":"41c2eaba5c820818.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/41ebfba340f15b60.json b/6406/data/test-cases/41ebfba340f15b60.json new file mode 100644 index 00000000000..40b87255830 --- /dev/null +++ b/6406/data/test-cases/41ebfba340f15b60.json @@ -0,0 +1 @@ +{"uid":"41ebfba340f15b60","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":1707792919940,"stop":1707792919940,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Ping: Multiple Nodes: Strict Checking: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4c82306c5fd0752b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c82306c5fd0752b","status":"passed","time":{"start":1707777865442,"stop":1707777865443,"duration":1}},{"uid":"d9f67b2b9e06af44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9f67b2b9e06af44","status":"passed","time":{"start":1707775140805,"stop":1707775140806,"duration":1}},{"uid":"e89ec2e3340bea18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e89ec2e3340bea18","status":"passed","time":{"start":1707774947609,"stop":1707774947610,"duration":1}},{"uid":"ff3ea75cf06a22f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3ea75cf06a22f4","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0}},{"uid":"f579006e289197d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f579006e289197d4","status":"passed","time":{"start":1707769737619,"stop":1707769737619,"duration":0}},{"uid":"7eb97f3539bdfeb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7eb97f3539bdfeb5","status":"passed","time":{"start":1707759835148,"stop":1707759835148,"duration":0}},{"uid":"e201702f786310c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e201702f786310c4","status":"passed","time":{"start":1707757529704,"stop":1707757529705,"duration":1}},{"uid":"e682be0dcd76b6e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e682be0dcd76b6e1","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"372f0fee6d073151","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/372f0fee6d073151","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"eb5d38e2ea10744b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eb5d38e2ea10744b","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"a1ab983941123977","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1ab983941123977","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"c0b9030c180cbf13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0b9030c180cbf13","status":"passed","time":{"start":1707736624912,"stop":1707736624912,"duration":0}},{"uid":"88a9eaa502e2b377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88a9eaa502e2b377","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"tags":[]},"source":"41ebfba340f15b60.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e6674758f0731039.json b/6406/data/test-cases/4242d75079a005cf.json similarity index 83% rename from 6379/data/test-cases/e6674758f0731039.json rename to 6406/data/test-cases/4242d75079a005cf.json index 42c533a313d..28afe98d05e 100644 --- a/6379/data/test-cases/e6674758f0731039.json +++ b/6406/data/test-cases/4242d75079a005cf.json @@ -1 +1 @@ -{"uid":"e6674758f0731039","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":1707419289511,"stop":1707419289511,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"a4b48cf81ab69326","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a4b48cf81ab69326","status":"passed","time":{"start":1707418535551,"stop":1707418535551,"duration":0}},{"uid":"2205374c67c8702f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2205374c67c8702f","status":"passed","time":{"start":1707418482226,"stop":1707418482226,"duration":0}},{"uid":"dcee0d52694697b5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/dcee0d52694697b5","status":"passed","time":{"start":1707412863492,"stop":1707412863492,"duration":0}},{"uid":"f8c8ee00ceab00be","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f8c8ee00ceab00be","status":"passed","time":{"start":1707411338663,"stop":1707411338663,"duration":0}},{"uid":"fded5533d4af91d4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fded5533d4af91d4","status":"passed","time":{"start":1707409792240,"stop":1707409792241,"duration":1}},{"uid":"e3138fd00d02197d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e3138fd00d02197d","status":"passed","time":{"start":1707409177764,"stop":1707409177764,"duration":0}},{"uid":"f538be9b9b773811","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f538be9b9b773811","status":"passed","time":{"start":1707409135099,"stop":1707409135099,"duration":0}},{"uid":"6d16634804765245","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6d16634804765245","status":"passed","time":{"start":1707408664034,"stop":1707408664034,"duration":0}},{"uid":"bb4ac83ef9c6528f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bb4ac83ef9c6528f","status":"passed","time":{"start":1707407736520,"stop":1707407736520,"duration":0}},{"uid":"993948d600af7b0e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/993948d600af7b0e","status":"passed","time":{"start":1707407618238,"stop":1707407618239,"duration":1}},{"uid":"b57899a91695fbe8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b57899a91695fbe8","status":"passed","time":{"start":1707404537731,"stop":1707404537732,"duration":1}},{"uid":"9fb7931b0fc4038c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9fb7931b0fc4038c","status":"passed","time":{"start":1707375978563,"stop":1707375978564,"duration":1}},{"uid":"194a439e03464d1c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/194a439e03464d1c","status":"passed","time":{"start":1707373245367,"stop":1707373245367,"duration":0}},{"uid":"691df5ef601ec48","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/691df5ef601ec48","status":"passed","time":{"start":1707359448676,"stop":1707359448676,"duration":0}},{"uid":"1c1da153ac9b30cb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1c1da153ac9b30cb","status":"passed","time":{"start":1707358197196,"stop":1707358197196,"duration":0}},{"uid":"48e555418e2af486","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/48e555418e2af486","status":"passed","time":{"start":1707357226637,"stop":1707357226637,"duration":0}},{"uid":"3612f91cd6e7b294","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3612f91cd6e7b294","status":"passed","time":{"start":1707355477322,"stop":1707355477323,"duration":1}}]},"tags":[]},"source":"e6674758f0731039.json","parameterValues":[]} \ No newline at end of file +{"uid":"4242d75079a005cf","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":1707793446749,"stop":1707793446749,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"1d35d89f780f89e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d35d89f780f89e","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"e2c1c96702d7a474","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e2c1c96702d7a474","status":"passed","time":{"start":1707775685035,"stop":1707775685036,"duration":1}},{"uid":"5c5c8650439e79a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5c5c8650439e79a1","status":"passed","time":{"start":1707775494285,"stop":1707775494286,"duration":1}},{"uid":"954aae1b83937d5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/954aae1b83937d5f","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"duration":1}},{"uid":"8dbc3ffd6eecc4a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbc3ffd6eecc4a1","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"fb060abf16356fcd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb060abf16356fcd","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"c5eb834e6eb39f46","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5eb834e6eb39f46","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"827c60cee92d4b91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/827c60cee92d4b91","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"1a55039f92d91346","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55039f92d91346","status":"passed","time":{"start":1707754051794,"stop":1707754051795,"duration":1}},{"uid":"73257dc8974e737e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73257dc8974e737e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"66d5f39a9dc29498","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66d5f39a9dc29498","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"51526e42909670c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51526e42909670c","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"511964bb8eb21a86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/511964bb8eb21a86","status":"passed","time":{"start":1707736353046,"stop":1707736353047,"duration":1}}]},"tags":[]},"source":"4242d75079a005cf.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b34fcbd07a439d2c.json b/6406/data/test-cases/43122dfa033d86e4.json similarity index 79% rename from 6379/data/test-cases/b34fcbd07a439d2c.json rename to 6406/data/test-cases/43122dfa033d86e4.json index d7c757c49bf..ab28ed4e8ca 100644 --- a/6379/data/test-cases/b34fcbd07a439d2c.json +++ b/6406/data/test-cases/43122dfa033d86e4.json @@ -1 +1 @@ -{"uid":"b34fcbd07a439d2c","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":1707418998149,"stop":1707418998149,"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":18,"unknown":0,"total":18},"items":[{"uid":"1dbc40a633f99916","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1dbc40a633f99916","status":"passed","time":{"start":1707418242008,"stop":1707418242008,"duration":0}},{"uid":"ace2c99384770069","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ace2c99384770069","status":"passed","time":{"start":1707418191245,"stop":1707418191245,"duration":0}},{"uid":"1cc5dc9246bbfe56","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1cc5dc9246bbfe56","status":"passed","time":{"start":1707412620286,"stop":1707412620287,"duration":1}},{"uid":"622b24cf79f566e8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/622b24cf79f566e8","status":"passed","time":{"start":1707411038691,"stop":1707411038692,"duration":1}},{"uid":"5161854d1981735b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5161854d1981735b","status":"passed","time":{"start":1707409514438,"stop":1707409514439,"duration":1}},{"uid":"d4ae0cb69a7265be","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d4ae0cb69a7265be","status":"passed","time":{"start":1707408894645,"stop":1707408894645,"duration":0}},{"uid":"3edde38e465d160f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3edde38e465d160f","status":"passed","time":{"start":1707408855736,"stop":1707408855737,"duration":1}},{"uid":"8907412731c90266","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8907412731c90266","status":"passed","time":{"start":1707408364961,"stop":1707408364961,"duration":0}},{"uid":"afcbfcd97a132b72","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/afcbfcd97a132b72","status":"passed","time":{"start":1707407446975,"stop":1707407446976,"duration":1}},{"uid":"fce12896c6465cdf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/fce12896c6465cdf","status":"passed","time":{"start":1707407328491,"stop":1707407328491,"duration":0}},{"uid":"2948a4c13f0b6f89","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2948a4c13f0b6f89","status":"passed","time":{"start":1707404323787,"stop":1707404323787,"duration":0}},{"uid":"b0149e3d27d15717","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b0149e3d27d15717","status":"passed","time":{"start":1707375767348,"stop":1707375767349,"duration":1}},{"uid":"aab3b34048ee0ee2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/aab3b34048ee0ee2","status":"passed","time":{"start":1707372960641,"stop":1707372960641,"duration":0}},{"uid":"b9d8e21e53aaa47c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b9d8e21e53aaa47c","status":"passed","time":{"start":1707359147645,"stop":1707359147645,"duration":0}},{"uid":"273493d0cafa98dd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/273493d0cafa98dd","status":"passed","time":{"start":1707357894481,"stop":1707357894481,"duration":0}},{"uid":"bfdc029c7bbe0f6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bfdc029c7bbe0f6","status":"passed","time":{"start":1707356942082,"stop":1707356942082,"duration":0}},{"uid":"90912a8b454d00b6","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/90912a8b454d00b6","status":"passed","time":{"start":1707355162780,"stop":1707355162781,"duration":1}}]},"tags":[]},"source":"b34fcbd07a439d2c.json","parameterValues":[]} \ No newline at end of file +{"uid":"43122dfa033d86e4","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":1707793153227,"stop":1707793153227,"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":14,"unknown":0,"total":14},"items":[{"uid":"7402ac71bbca2bc0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7402ac71bbca2bc0","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"9abd5bc296183ea5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9abd5bc296183ea5","status":"passed","time":{"start":1707775395379,"stop":1707775395379,"duration":0}},{"uid":"b3aed33fd670aad3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3aed33fd670aad3","status":"passed","time":{"start":1707775205632,"stop":1707775205633,"duration":1}},{"uid":"d568a7ca14bfe776","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d568a7ca14bfe776","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"duration":1}},{"uid":"d95dfefbd94a1e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d95dfefbd94a1e7","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"ee938d8d7170fa1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee938d8d7170fa1d","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"52b407f169bb68e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52b407f169bb68e0","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"be5ee034110fe2c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be5ee034110fe2c6","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2ab49a71bf2330f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ab49a71bf2330f","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"17f840432304b23c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f840432304b23c","status":"passed","time":{"start":1707753573532,"stop":1707753573532,"duration":0}},{"uid":"64cd95bb390168e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64cd95bb390168e2","status":"passed","time":{"start":1707750953983,"stop":1707750953983,"duration":0}},{"uid":"ad6fbabc6475f51e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad6fbabc6475f51e","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"c785824fd58e2a65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c785824fd58e2a65","status":"passed","time":{"start":1707736081274,"stop":1707736081275,"duration":1}}]},"tags":[]},"source":"43122dfa033d86e4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/43d57e5ea5833ee7.json b/6406/data/test-cases/43d57e5ea5833ee7.json new file mode 100644 index 00000000000..fa177ac6e63 --- /dev/null +++ b/6406/data/test-cases/43d57e5ea5833ee7.json @@ -0,0 +1 @@ +{"uid":"43d57e5ea5833ee7","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":1707792869303,"stop":1707792869303,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"df9399364b3a364f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df9399364b3a364f","status":"passed","time":{"start":1707777818741,"stop":1707777818742,"duration":1}},{"uid":"1b17cd41c3549546","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b17cd41c3549546","status":"passed","time":{"start":1707775095408,"stop":1707775095409,"duration":1}},{"uid":"b0a62a2db986ff13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0a62a2db986ff13","status":"passed","time":{"start":1707774915338,"stop":1707774915338,"duration":0}},{"uid":"40275857809c04a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/40275857809c04a3","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"838c39d50d20a56","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/838c39d50d20a56","status":"passed","time":{"start":1707769691796,"stop":1707769691797,"duration":1}},{"uid":"15899949d5af0c97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/15899949d5af0c97","status":"passed","time":{"start":1707759788942,"stop":1707759788943,"duration":1}},{"uid":"9d89813b53fba250","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d89813b53fba250","status":"passed","time":{"start":1707757488460,"stop":1707757488460,"duration":0}},{"uid":"ea28aa1d876df385","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea28aa1d876df385","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"4c6faa7e0fd377e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c6faa7e0fd377e7","status":"passed","time":{"start":1707753533383,"stop":1707753533383,"duration":0}},{"uid":"9ca6552848eb6336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ca6552848eb6336","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"264276e74a074669","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/264276e74a074669","status":"passed","time":{"start":1707750661591,"stop":1707750661591,"duration":0}},{"uid":"8d40f8e40a670673","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d40f8e40a670673","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"b42fff4e765732b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b42fff4e765732b6","status":"passed","time":{"start":1707735764681,"stop":1707735764683,"duration":2}}]},"tags":[]},"source":"43d57e5ea5833ee7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4487723428eb7fdd.json b/6406/data/test-cases/4487723428eb7fdd.json new file mode 100644 index 00000000000..af39d0d6134 --- /dev/null +++ b/6406/data/test-cases/4487723428eb7fdd.json @@ -0,0 +1 @@ +{"uid":"4487723428eb7fdd","name":"should emit `waku:offline` event when all peers disconnect","fullName":"/tests/connection-mananger/events.spec.ts: Events > peer:disconnect > should emit `waku:offline` event when all peers disconnect","historyId":"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792838869,"stop":1707792838870,"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:disconnect"},{"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":"25f5bf7fb089f314","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25f5bf7fb089f314","status":"passed","time":{"start":1707777787223,"stop":1707777787224,"duration":1}},{"uid":"a8d666b30b545e14","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8d666b30b545e14","status":"passed","time":{"start":1707775063037,"stop":1707775063040,"duration":3}},{"uid":"2923b311eda2dc7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2923b311eda2dc7e","status":"passed","time":{"start":1707774865146,"stop":1707774865148,"duration":2}},{"uid":"bc4d348410f58c07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc4d348410f58c07","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"duration":1}},{"uid":"517dedce1ca1f72d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/517dedce1ca1f72d","status":"passed","time":{"start":1707769665341,"stop":1707769665342,"duration":1}},{"uid":"a6e296cdb487c648","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6e296cdb487c648","status":"passed","time":{"start":1707759759738,"stop":1707759759740,"duration":2}},{"uid":"b646144cba6eff87","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b646144cba6eff87","status":"passed","time":{"start":1707757455906,"stop":1707757455910,"duration":4}},{"uid":"cee86ba90f47c14d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cee86ba90f47c14d","status":"passed","time":{"start":1707756084431,"stop":1707756084432,"duration":1}},{"uid":"ccc8566d264e75dc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ccc8566d264e75dc","status":"passed","time":{"start":1707753503426,"stop":1707753503428,"duration":2}},{"uid":"afc65376df20f3b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc65376df20f3b3","status":"passed","time":{"start":1707753233564,"stop":1707753233565,"duration":1}},{"uid":"c984e5a59e71db96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c984e5a59e71db96","status":"passed","time":{"start":1707750631903,"stop":1707750631904,"duration":1}},{"uid":"7c71a76d3f9de8ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c71a76d3f9de8ef","status":"passed","time":{"start":1707736548883,"stop":1707736548884,"duration":1}},{"uid":"1bfb1aa4c9cea3a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bfb1aa4c9cea3a9","status":"passed","time":{"start":1707735732433,"stop":1707735732434,"duration":1}}]},"tags":[]},"source":"4487723428eb7fdd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/44a9192c273257e4.json b/6406/data/test-cases/44a9192c273257e4.json new file mode 100644 index 00000000000..7c337d26af5 --- /dev/null +++ b/6406/data/test-cases/44a9192c273257e4.json @@ -0,0 +1 @@ +{"uid":"44a9192c273257e4","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":1707792869303,"stop":1707792869303,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"a79e29435488e131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a79e29435488e131","status":"passed","time":{"start":1707777818740,"stop":1707777818741,"duration":1}},{"uid":"56d3155061d5542e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56d3155061d5542e","status":"passed","time":{"start":1707775095408,"stop":1707775095408,"duration":0}},{"uid":"5f3e9ad3612b3a32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f3e9ad3612b3a32","status":"passed","time":{"start":1707774915337,"stop":1707774915337,"duration":0}},{"uid":"e2c318bf6532017a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2c318bf6532017a","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0}},{"uid":"6cd4455a2e844a54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6cd4455a2e844a54","status":"passed","time":{"start":1707769691796,"stop":1707769691796,"duration":0}},{"uid":"96bdaef5ce5ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/96bdaef5ce5ef4ec","status":"passed","time":{"start":1707759788941,"stop":1707759788942,"duration":1}},{"uid":"392e859be7505a26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/392e859be7505a26","status":"passed","time":{"start":1707757488459,"stop":1707757488460,"duration":1}},{"uid":"32c49ef568db4202","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32c49ef568db4202","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"a50560b2dcd4c77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a50560b2dcd4c77b","status":"passed","time":{"start":1707753533382,"stop":1707753533383,"duration":1}},{"uid":"6612de6a0a128aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6612de6a0a128aff","status":"passed","time":{"start":1707753263796,"stop":1707753263796,"duration":0}},{"uid":"321a04e62d2821b8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/321a04e62d2821b8","status":"passed","time":{"start":1707750661590,"stop":1707750661591,"duration":1}},{"uid":"8e97be91cc484fee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e97be91cc484fee","status":"passed","time":{"start":1707736580001,"stop":1707736580001,"duration":0}},{"uid":"3509ef9a6428b731","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3509ef9a6428b731","status":"passed","time":{"start":1707735764681,"stop":1707735764681,"duration":0}}]},"tags":[]},"source":"44a9192c273257e4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/44e0a8492cfa113.json b/6406/data/test-cases/44e0a8492cfa113.json new file mode 100644 index 00000000000..1c221b4afa9 --- /dev/null +++ b/6406/data/test-cases/44e0a8492cfa113.json @@ -0,0 +1 @@ +{"uid":"44e0a8492cfa113","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":1707793028267,"stop":1707793028268,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"38e4a3a45d33a0d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38e4a3a45d33a0d4","status":"passed","time":{"start":1707777972993,"stop":1707777972994,"duration":1}},{"uid":"9154c88bafca39d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9154c88bafca39d2","status":"passed","time":{"start":1707775244524,"stop":1707775244525,"duration":1}},{"uid":"d1f15cc10f505872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1f15cc10f505872","status":"passed","time":{"start":1707775050813,"stop":1707775050813,"duration":0}},{"uid":"d793e09e88ffa36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d793e09e88ffa36a","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1}},{"uid":"1309d55fe229b7f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1309d55fe229b7f1","status":"passed","time":{"start":1707769843139,"stop":1707769843140,"duration":1}},{"uid":"fe64f3fa614cc1fc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe64f3fa614cc1fc","status":"passed","time":{"start":1707759965183,"stop":1707759965184,"duration":1}},{"uid":"8a07d6171cab533","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a07d6171cab533","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"5c37997f4916ad2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c37997f4916ad2b","status":"passed","time":{"start":1707756267893,"stop":1707756267894,"duration":1}},{"uid":"4362bc39dfae62b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4362bc39dfae62b4","status":"passed","time":{"start":1707753668022,"stop":1707753668023,"duration":1}},{"uid":"5c81c1d9c84cdfde","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c81c1d9c84cdfde","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"97b9b13a2cb1739b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97b9b13a2cb1739b","status":"passed","time":{"start":1707750796024,"stop":1707750796024,"duration":0}},{"uid":"c928000ebaf3bbbc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c928000ebaf3bbbc","status":"passed","time":{"start":1707736730634,"stop":1707736730635,"duration":1}},{"uid":"1681ed348968a23b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1681ed348968a23b","status":"passed","time":{"start":1707735912114,"stop":1707735912115,"duration":1}}]},"tags":[]},"source":"44e0a8492cfa113.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/451b8469be9f9d5a.json b/6406/data/test-cases/451b8469be9f9d5a.json new file mode 100644 index 00000000000..22bbfcdd900 --- /dev/null +++ b/6406/data/test-cases/451b8469be9f9d5a.json @@ -0,0 +1 @@ +{"uid":"451b8469be9f9d5a","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":1707792907234,"stop":1707792907234,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"9b21abfbc5303be5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b21abfbc5303be5","status":"passed","time":{"start":1707777859860,"stop":1707777859860,"duration":0}},{"uid":"d25a85d0d09eb70e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d25a85d0d09eb70e","status":"passed","time":{"start":1707775133679,"stop":1707775133679,"duration":0}},{"uid":"751b0ed7436721f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/751b0ed7436721f5","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"94f18941b3873876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94f18941b3873876","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"duration":0}},{"uid":"998a5af5272b2e7b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/998a5af5272b2e7b","status":"passed","time":{"start":1707769735037,"stop":1707769735049,"duration":12}},{"uid":"fdaa26c769e2679b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fdaa26c769e2679b","status":"passed","time":{"start":1707759831203,"stop":1707759831204,"duration":1}},{"uid":"691c1815d3b6b07d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/691c1815d3b6b07d","status":"passed","time":{"start":1707757528827,"stop":1707757528837,"duration":10}},{"uid":"308b2df0a5a99ab6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/308b2df0a5a99ab6","status":"passed","time":{"start":1707756157296,"stop":1707756157297,"duration":1}},{"uid":"b91fbf6017a6d7ed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b91fbf6017a6d7ed","status":"passed","time":{"start":1707753578477,"stop":1707753578478,"duration":1}},{"uid":"5d1d2aa76704c7a4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d1d2aa76704c7a4","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"4d9d369c3edbbbd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d9d369c3edbbbd3","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"dde1df15a6890fe2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dde1df15a6890fe2","status":"passed","time":{"start":1707736629977,"stop":1707736629979,"duration":2}},{"uid":"def8e52c91496ce8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/def8e52c91496ce8","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"tags":[]},"source":"451b8469be9f9d5a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f261cf78bee23b0f.json b/6406/data/test-cases/455273292b5b3288.json similarity index 84% rename from 6379/data/test-cases/f261cf78bee23b0f.json rename to 6406/data/test-cases/455273292b5b3288.json index 1863614b259..b7bec0cbffb 100644 --- a/6379/data/test-cases/f261cf78bee23b0f.json +++ b/6406/data/test-cases/455273292b5b3288.json @@ -1 +1 @@ -{"uid":"f261cf78bee23b0f","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":1707419289515,"stop":1707419289515,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"b1c72dc59d4d50fd","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b1c72dc59d4d50fd","status":"passed","time":{"start":1707418535555,"stop":1707418535555,"duration":0}},{"uid":"f19b639b503c3dd6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f19b639b503c3dd6","status":"passed","time":{"start":1707418482230,"stop":1707418482230,"duration":0}},{"uid":"b53953b8bf1bcc41","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b53953b8bf1bcc41","status":"passed","time":{"start":1707412863495,"stop":1707412863495,"duration":0}},{"uid":"2ec1fde65c752dc0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/2ec1fde65c752dc0","status":"passed","time":{"start":1707411338667,"stop":1707411338668,"duration":1}},{"uid":"8e5c07a465619636","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8e5c07a465619636","status":"passed","time":{"start":1707409792245,"stop":1707409792245,"duration":0}},{"uid":"500d9a8e093e2757","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/500d9a8e093e2757","status":"passed","time":{"start":1707409177767,"stop":1707409177767,"duration":0}},{"uid":"4f7525d6bfd2131f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4f7525d6bfd2131f","status":"passed","time":{"start":1707409135102,"stop":1707409135103,"duration":1}},{"uid":"fc4f8f935de18bc8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/fc4f8f935de18bc8","status":"passed","time":{"start":1707408664038,"stop":1707408664039,"duration":1}},{"uid":"c2a4c6ff6a2f3969","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c2a4c6ff6a2f3969","status":"passed","time":{"start":1707407736525,"stop":1707407736525,"duration":0}},{"uid":"78c7a149d652c8cf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/78c7a149d652c8cf","status":"passed","time":{"start":1707407618242,"stop":1707407618242,"duration":0}},{"uid":"475e084167171ca0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/475e084167171ca0","status":"passed","time":{"start":1707375978567,"stop":1707375978568,"duration":1}},{"uid":"984f9d99efdd30ce","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/984f9d99efdd30ce","status":"passed","time":{"start":1707373245371,"stop":1707373245371,"duration":0}},{"uid":"ee6c0ac6a844e5a0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ee6c0ac6a844e5a0","status":"passed","time":{"start":1707359448680,"stop":1707359448680,"duration":0}},{"uid":"736a6a3abf56e963","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/736a6a3abf56e963","status":"passed","time":{"start":1707358197199,"stop":1707358197199,"duration":0}},{"uid":"daf0cb76ab52fd44","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/daf0cb76ab52fd44","status":"passed","time":{"start":1707357226640,"stop":1707357226640,"duration":0}},{"uid":"6b31493cceb3d0a2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6b31493cceb3d0a2","status":"passed","time":{"start":1707355477328,"stop":1707355477328,"duration":0}}]},"tags":[]},"source":"f261cf78bee23b0f.json","parameterValues":[]} \ No newline at end of file +{"uid":"455273292b5b3288","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":1707793446753,"stop":1707793446753,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"6a64a91bf5ba8f82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a64a91bf5ba8f82","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"ffdd97e64af8dcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ffdd97e64af8dcb1","status":"passed","time":{"start":1707775685039,"stop":1707775685040,"duration":1}},{"uid":"6a67081c18f83f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6a67081c18f83f5","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"ff3a8cbfe201e0dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3a8cbfe201e0dd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"150e3088587691df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/150e3088587691df","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"6c462ad404b554a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c462ad404b554a8","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"1cc038ee258bccde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1cc038ee258bccde","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"d686202deb045f3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d686202deb045f3b","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"7081d7d05f21760b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7081d7d05f21760b","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"de4cd9f015cce464","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4cd9f015cce464","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"1c4888cb47ea6a59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1c4888cb47ea6a59","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"c56e249617bc90ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c56e249617bc90ef","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"tags":[]},"source":"455273292b5b3288.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/15b8d83d8e623336.json b/6406/data/test-cases/4557d616f0b57c84.json similarity index 55% rename from 6379/data/test-cases/15b8d83d8e623336.json rename to 6406/data/test-cases/4557d616f0b57c84.json index 62b8343ae97..7cffc513252 100644 --- a/6379/data/test-cases/15b8d83d8e623336.json +++ b/6406/data/test-cases/4557d616f0b57c84.json @@ -1 +1 @@ -{"uid":"15b8d83d8e623336","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":1707419231824,"stop":1707419231825,"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":18,"unknown":0,"total":18},"items":[{"uid":"ab29481ef6823628","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ab29481ef6823628","status":"passed","time":{"start":1707418475052,"stop":1707418475052,"duration":0}},{"uid":"c477e28399e191cd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c477e28399e191cd","status":"passed","time":{"start":1707418426403,"stop":1707418426403,"duration":0}},{"uid":"36c8582663c40b62","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/36c8582663c40b62","status":"passed","time":{"start":1707412815098,"stop":1707412815099,"duration":1}},{"uid":"c9f2f25b0817bdd0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c9f2f25b0817bdd0","status":"passed","time":{"start":1707411281536,"stop":1707411281537,"duration":1}},{"uid":"4fcb33d075bb06b1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4fcb33d075bb06b1","status":"passed","time":{"start":1707409756180,"stop":1707409756181,"duration":1}},{"uid":"7400fc3f46a5dd63","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7400fc3f46a5dd63","status":"passed","time":{"start":1707409134536,"stop":1707409134536,"duration":0}},{"uid":"df6b52df8ae38565","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/df6b52df8ae38565","status":"passed","time":{"start":1707409089158,"stop":1707409089158,"duration":0}},{"uid":"6142f384bebd22f7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6142f384bebd22f7","status":"passed","time":{"start":1707408613613,"stop":1707408613615,"duration":2}},{"uid":"2dc833b49247f411","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2dc833b49247f411","status":"passed","time":{"start":1707407690270,"stop":1707407690273,"duration":3}},{"uid":"2fa0708ad17cc1be","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2fa0708ad17cc1be","status":"passed","time":{"start":1707407587133,"stop":1707407587133,"duration":0}},{"uid":"1e94d08f92bd13b4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1e94d08f92bd13b4","status":"passed","time":{"start":1707404566442,"stop":1707404566443,"duration":1}},{"uid":"6e79c84fd1b8d855","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6e79c84fd1b8d855","status":"passed","time":{"start":1707375995126,"stop":1707375995126,"duration":0}},{"uid":"4fcf7818dbc4f1fb","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4fcf7818dbc4f1fb","status":"passed","time":{"start":1707373198911,"stop":1707373198912,"duration":1}},{"uid":"bc021a800363ccc2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc021a800363ccc2","status":"passed","time":{"start":1707359396096,"stop":1707359396096,"duration":0}},{"uid":"d55ffbd897d34a44","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d55ffbd897d34a44","status":"passed","time":{"start":1707358145421,"stop":1707358145421,"duration":0}},{"uid":"6b846f91d6e83156","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6b846f91d6e83156","status":"passed","time":{"start":1707357148265,"stop":1707357148265,"duration":0}},{"uid":"6665d83fbd008add","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6665d83fbd008add","status":"passed","time":{"start":1707355337381,"stop":1707355337382,"duration":1}}]},"tags":[]},"source":"15b8d83d8e623336.json","parameterValues":[]} \ No newline at end of file +{"uid":"4557d616f0b57c84","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":1707793392502,"stop":1707793392502,"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":14,"unknown":0,"total":14},"items":[{"uid":"a08856a07d02b33f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a08856a07d02b33f","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"d9ceef2df37972a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9ceef2df37972a0","status":"passed","time":{"start":1707775644355,"stop":1707775644355,"duration":0}},{"uid":"92d4cde3e83e61d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92d4cde3e83e61d","status":"passed","time":{"start":1707775439253,"stop":1707775439253,"duration":0}},{"uid":"412b69b031b2b1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412b69b031b2b1a7","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"duration":1}},{"uid":"d434de6dc0eb6a07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d434de6dc0eb6a07","status":"passed","time":{"start":1707770140536,"stop":1707770140536,"duration":0}},{"uid":"3d1e2233329a69de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d1e2233329a69de","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"2b679186563fe31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b679186563fe31b","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"97a8c2c806b14342","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97a8c2c806b14342","status":"passed","time":{"start":1707756656798,"stop":1707756656799,"duration":1}},{"uid":"56a824550cd9acb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/56a824550cd9acb7","status":"passed","time":{"start":1707753960363,"stop":1707753960363,"duration":0}},{"uid":"97d3f032be6bc50b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97d3f032be6bc50b","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"2e2903da921c352c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e2903da921c352c","status":"passed","time":{"start":1707751157936,"stop":1707751157937,"duration":1}},{"uid":"6d3ca7bf0cc3a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3ca7bf0cc3a14","status":"passed","time":{"start":1707737112732,"stop":1707737112733,"duration":1}},{"uid":"e5d85a6cae39e560","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5d85a6cae39e560","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"tags":[]},"source":"4557d616f0b57c84.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/459a28862f1b42e7.json b/6406/data/test-cases/459a28862f1b42e7.json new file mode 100644 index 00000000000..461a3bfa129 --- /dev/null +++ b/6406/data/test-cases/459a28862f1b42e7.json @@ -0,0 +1 @@ +{"uid":"459a28862f1b42e7","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":1707793012475,"stop":1707793012476,"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":14,"unknown":0,"total":14},"items":[{"uid":"3fcab87ebdfe3d1c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3fcab87ebdfe3d1c","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"4ef328c8372a8d4d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ef328c8372a8d4d","status":"passed","time":{"start":1707775258454,"stop":1707775258455,"duration":1}},{"uid":"424ca4c876aed113","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/424ca4c876aed113","status":"passed","time":{"start":1707775082014,"stop":1707775082015,"duration":1}},{"uid":"20c4c38eb8fa46c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20c4c38eb8fa46c8","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"duration":1}},{"uid":"bd84532ce870164f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd84532ce870164f","status":"passed","time":{"start":1707769841898,"stop":1707769841898,"duration":0}},{"uid":"9d3a8f81ce470c87","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d3a8f81ce470c87","status":"passed","time":{"start":1707759921452,"stop":1707759921453,"duration":1}},{"uid":"6be10117053915c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6be10117053915c6","status":"passed","time":{"start":1707757624874,"stop":1707757624875,"duration":1}},{"uid":"c590c1da4756184f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c590c1da4756184f","status":"passed","time":{"start":1707756261761,"stop":1707756261762,"duration":1}},{"uid":"70538f9d7a82eda","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/70538f9d7a82eda","status":"passed","time":{"start":1707753651166,"stop":1707753651166,"duration":0}},{"uid":"124342d3a889bca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/124342d3a889bca","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"7837187e16976cc0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7837187e16976cc0","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"20748294f5ed304c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20748294f5ed304c","status":"passed","time":{"start":1707736708327,"stop":1707736708327,"duration":0}},{"uid":"7131087f6baafabb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7131087f6baafabb","status":"passed","time":{"start":1707735914384,"stop":1707735914384,"duration":0}}]},"tags":[]},"source":"459a28862f1b42e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ad9a7f5962180900.json b/6406/data/test-cases/474394424da8240a.json similarity index 77% rename from 6379/data/test-cases/ad9a7f5962180900.json rename to 6406/data/test-cases/474394424da8240a.json index 5dd6e08f555..ed2e6549642 100644 --- a/6379/data/test-cases/ad9a7f5962180900.json +++ b/6406/data/test-cases/474394424da8240a.json @@ -1 +1 @@ -{"uid":"ad9a7f5962180900","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":1707419013074,"stop":1707419013074,"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":18,"unknown":0,"total":18},"items":[{"uid":"967c1e56a4f4ce3d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/967c1e56a4f4ce3d","status":"passed","time":{"start":1707418255026,"stop":1707418255026,"duration":0}},{"uid":"ac9c4fc6ae7c5d01","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ac9c4fc6ae7c5d01","status":"passed","time":{"start":1707418202578,"stop":1707418202579,"duration":1}},{"uid":"6870321839cfc57f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6870321839cfc57f","status":"passed","time":{"start":1707412632613,"stop":1707412632613,"duration":0}},{"uid":"134dbecefec76732","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/134dbecefec76732","status":"passed","time":{"start":1707411050768,"stop":1707411050768,"duration":0}},{"uid":"19d7e13105a21f8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/19d7e13105a21f8","status":"passed","time":{"start":1707409528969,"stop":1707409528970,"duration":1}},{"uid":"29bc87f1e55684cc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/29bc87f1e55684cc","status":"passed","time":{"start":1707408904871,"stop":1707408904871,"duration":0}},{"uid":"83546345a78d4d3c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/83546345a78d4d3c","status":"passed","time":{"start":1707408867376,"stop":1707408867377,"duration":1}},{"uid":"4fbdda3189ed7056","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4fbdda3189ed7056","status":"passed","time":{"start":1707408376755,"stop":1707408376755,"duration":0}},{"uid":"c48a2c9be651ab8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c48a2c9be651ab8","status":"passed","time":{"start":1707407458510,"stop":1707407458510,"duration":0}},{"uid":"1d548176fa444bdf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1d548176fa444bdf","status":"passed","time":{"start":1707407342025,"stop":1707407342026,"duration":1}},{"uid":"eb71f387de2b0603","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/eb71f387de2b0603","status":"passed","time":{"start":1707404337402,"stop":1707404337406,"duration":4}},{"uid":"96c9eef3c18a49cd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/96c9eef3c18a49cd","status":"passed","time":{"start":1707375779683,"stop":1707375779683,"duration":0}},{"uid":"ff29ca4aa618ce90","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ff29ca4aa618ce90","status":"passed","time":{"start":1707372972494,"stop":1707372972494,"duration":0}},{"uid":"ad7d3089c73ad480","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ad7d3089c73ad480","status":"passed","time":{"start":1707359158653,"stop":1707359158655,"duration":2}},{"uid":"11bf8ab5de06e963","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/11bf8ab5de06e963","status":"passed","time":{"start":1707357906693,"stop":1707357906693,"duration":0}},{"uid":"bfb5eb26484c806e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bfb5eb26484c806e","status":"passed","time":{"start":1707356955636,"stop":1707356955636,"duration":0}},{"uid":"c1851c2c4115870c","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c1851c2c4115870c","status":"passed","time":{"start":1707355179960,"stop":1707355179961,"duration":1}}]},"tags":[]},"source":"ad9a7f5962180900.json","parameterValues":[]} \ No newline at end of file +{"uid":"474394424da8240a","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":1707793168678,"stop":1707793168679,"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":14,"unknown":0,"total":14},"items":[{"uid":"f7d72f6cd3fa8c74","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7d72f6cd3fa8c74","status":"passed","time":{"start":1707778126346,"stop":1707778126347,"duration":1}},{"uid":"798a8591c846a05b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/798a8591c846a05b","status":"passed","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"7c174e3f29e93d8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c174e3f29e93d8d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"7c610952eb926c2a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c610952eb926c2a","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"12e1cfc50b0486fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12e1cfc50b0486fc","status":"passed","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"8bdd9bc05444265f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8bdd9bc05444265f","status":"passed","time":{"start":1707760106457,"stop":1707760106458,"duration":1}},{"uid":"6373730eb41b9219","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6373730eb41b9219","status":"passed","time":{"start":1707757804295,"stop":1707757804295,"duration":0}},{"uid":"4136982c381480e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4136982c381480e1","status":"passed","time":{"start":1707756422347,"stop":1707756422347,"duration":0}},{"uid":"915d53c2564372c4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/915d53c2564372c4","status":"passed","time":{"start":1707753796548,"stop":1707753796549,"duration":1}},{"uid":"45a966b3ef20542e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45a966b3ef20542e","status":"passed","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"cb7596d04c2d0121","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb7596d04c2d0121","status":"passed","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"46c703b727f68060","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46c703b727f68060","status":"passed","time":{"start":1707736890437,"stop":1707736890438,"duration":1}},{"uid":"e6ceaf96dc598d25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6ceaf96dc598d25","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"tags":[]},"source":"474394424da8240a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/477254391a5a53b1.json b/6406/data/test-cases/477254391a5a53b1.json new file mode 100644 index 00000000000..9f78cf68134 --- /dev/null +++ b/6406/data/test-cases/477254391a5a53b1.json @@ -0,0 +1 @@ +{"uid":"477254391a5a53b1","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":1707792838864,"stop":1707792838866,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Events\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Events"},{"name":"suite","value":"peer:discovery"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49b28da6c2637ac4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49b28da6c2637ac4","status":"passed","time":{"start":1707777787214,"stop":1707777787217,"duration":3}},{"uid":"abb2f22634b18b55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abb2f22634b18b55","status":"passed","time":{"start":1707775063031,"stop":1707775063033,"duration":2}},{"uid":"c25100cddcbba4b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c25100cddcbba4b5","status":"passed","time":{"start":1707774865132,"stop":1707774865137,"duration":5}},{"uid":"5ef11d890a549d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ef11d890a549d12","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13}},{"uid":"547a9cb7f4301a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/547a9cb7f4301a72","status":"passed","time":{"start":1707769665314,"stop":1707769665316,"duration":2}},{"uid":"abb884571f728d2f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abb884571f728d2f","status":"passed","time":{"start":1707759759717,"stop":1707759759719,"duration":2}},{"uid":"2d4d38821c694854","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d4d38821c694854","status":"passed","time":{"start":1707757455849,"stop":1707757455851,"duration":2}},{"uid":"ccd78c8ce9d05dc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccd78c8ce9d05dc8","status":"passed","time":{"start":1707756084420,"stop":1707756084423,"duration":3}},{"uid":"a19d11c785986e16","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a19d11c785986e16","status":"passed","time":{"start":1707753503417,"stop":1707753503420,"duration":3}},{"uid":"b6ce179355c85306","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6ce179355c85306","status":"passed","time":{"start":1707753233555,"stop":1707753233557,"duration":2}},{"uid":"95902b64f1b8d685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95902b64f1b8d685","status":"passed","time":{"start":1707750631896,"stop":1707750631899,"duration":3}},{"uid":"a7d2839f9d77e781","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a7d2839f9d77e781","status":"passed","time":{"start":1707736548878,"stop":1707736548880,"duration":2}},{"uid":"4641e53e0270e7b7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4641e53e0270e7b7","status":"passed","time":{"start":1707735732425,"stop":1707735732428,"duration":3}}]},"tags":[]},"source":"477254391a5a53b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4781ee06593ce431.json b/6406/data/test-cases/4781ee06593ce431.json new file mode 100644 index 00000000000..3045a30bc54 --- /dev/null +++ b/6406/data/test-cases/4781ee06593ce431.json @@ -0,0 +1 @@ +{"uid":"4781ee06593ce431","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":1707793142781,"stop":1707793142787,"duration":6},"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":14,"unknown":0,"total":14},"items":[{"uid":"29ae36d2d4cb97b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29ae36d2d4cb97b3","status":"passed","time":{"start":1707778103144,"stop":1707778103144,"duration":0}},{"uid":"f41203857e283a39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f41203857e283a39","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"bcb1f81d341cecd9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bcb1f81d341cecd9","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"ffac6cbe2c336ba9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffac6cbe2c336ba9","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"duration":1}},{"uid":"9982c682a0e47f4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9982c682a0e47f4f","status":"passed","time":{"start":1707769979913,"stop":1707769979913,"duration":0}},{"uid":"ff52e68220918503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff52e68220918503","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"be09a13a45e386d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be09a13a45e386d8","status":"passed","time":{"start":1707757782365,"stop":1707757782366,"duration":1}},{"uid":"bfc6ce3a3ad52daf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfc6ce3a3ad52daf","status":"passed","time":{"start":1707756396098,"stop":1707756396099,"duration":1}},{"uid":"442f5ce217f74fa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/442f5ce217f74fa9","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"c44137653985dc83","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c44137653985dc83","status":"passed","time":{"start":1707753563061,"stop":1707753563062,"duration":1}},{"uid":"60ee9b5f0aa81951","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60ee9b5f0aa81951","status":"passed","time":{"start":1707750940648,"stop":1707750940649,"duration":1}},{"uid":"4885e41331d8f209","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4885e41331d8f209","status":"passed","time":{"start":1707736870542,"stop":1707736870542,"duration":0}},{"uid":"84442364052af49","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84442364052af49","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"tags":[]},"source":"4781ee06593ce431.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f4d8170a40214f5b.json b/6406/data/test-cases/47cfd4015a024311.json similarity index 77% rename from 6379/data/test-cases/f4d8170a40214f5b.json rename to 6406/data/test-cases/47cfd4015a024311.json index ef75fbe75ae..a59202946ce 100644 --- a/6379/data/test-cases/f4d8170a40214f5b.json +++ b/6406/data/test-cases/47cfd4015a024311.json @@ -1 +1 @@ -{"uid":"f4d8170a40214f5b","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":1707419013079,"stop":1707419013079,"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":18,"unknown":0,"total":18},"items":[{"uid":"f4e0c6ee05b72d7f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f4e0c6ee05b72d7f","status":"passed","time":{"start":1707418255039,"stop":1707418255039,"duration":0}},{"uid":"aaed835df6835880","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/aaed835df6835880","status":"passed","time":{"start":1707418202586,"stop":1707418202586,"duration":0}},{"uid":"8433f783226df861","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8433f783226df861","status":"passed","time":{"start":1707412632629,"stop":1707412632629,"duration":0}},{"uid":"849a96fc1db5a768","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/849a96fc1db5a768","status":"passed","time":{"start":1707411050774,"stop":1707411050774,"duration":0}},{"uid":"426d86e9e6e8c634","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/426d86e9e6e8c634","status":"passed","time":{"start":1707409528974,"stop":1707409528974,"duration":0}},{"uid":"ab6a4da3562c050a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ab6a4da3562c050a","status":"passed","time":{"start":1707408904876,"stop":1707408904877,"duration":1}},{"uid":"1f6cc1310d1f51ba","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1f6cc1310d1f51ba","status":"passed","time":{"start":1707408867383,"stop":1707408867383,"duration":0}},{"uid":"8036a034a139e31e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8036a034a139e31e","status":"passed","time":{"start":1707408376762,"stop":1707408376762,"duration":0}},{"uid":"8d1ca6f0f4d8ee33","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8d1ca6f0f4d8ee33","status":"passed","time":{"start":1707407458516,"stop":1707407458516,"duration":0}},{"uid":"f803f907264a51c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f803f907264a51c","status":"passed","time":{"start":1707407342035,"stop":1707407342036,"duration":1}},{"uid":"7307f1830db4105","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7307f1830db4105","status":"passed","time":{"start":1707404337416,"stop":1707404337417,"duration":1}},{"uid":"c15e9cb7bc6b840e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c15e9cb7bc6b840e","status":"passed","time":{"start":1707375779691,"stop":1707375779691,"duration":0}},{"uid":"fe8762a682e2f9f0","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/fe8762a682e2f9f0","status":"passed","time":{"start":1707372972501,"stop":1707372972501,"duration":0}},{"uid":"f2f824518dcd3131","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f2f824518dcd3131","status":"passed","time":{"start":1707359158663,"stop":1707359158663,"duration":0}},{"uid":"3dbd91da7c9afa72","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3dbd91da7c9afa72","status":"passed","time":{"start":1707357906706,"stop":1707357906707,"duration":1}},{"uid":"7c371cdcc5304af3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7c371cdcc5304af3","status":"passed","time":{"start":1707356955642,"stop":1707356955642,"duration":0}},{"uid":"a82290a21a0e9716","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a82290a21a0e9716","status":"passed","time":{"start":1707355179970,"stop":1707355179971,"duration":1}}]},"tags":[]},"source":"f4d8170a40214f5b.json","parameterValues":[]} \ No newline at end of file +{"uid":"47cfd4015a024311","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":1707793168695,"stop":1707793168695,"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":14,"unknown":0,"total":14},"items":[{"uid":"870196f1d3457b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/870196f1d3457b3d","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"b86f0653f805f62e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b86f0653f805f62e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"55d0340657aee5cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/55d0340657aee5cb","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"2daf5e14743b78b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2daf5e14743b78b4","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"duration":1}},{"uid":"f5748f5250aaf006","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5748f5250aaf006","status":"passed","time":{"start":1707769994550,"stop":1707769994552,"duration":2}},{"uid":"4304a8f5f7a8d4ea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4304a8f5f7a8d4ea","status":"passed","time":{"start":1707760106464,"stop":1707760106464,"duration":0}},{"uid":"4c7cf5583caf8046","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c7cf5583caf8046","status":"passed","time":{"start":1707757804318,"stop":1707757804319,"duration":1}},{"uid":"337cfdeb91fd9533","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/337cfdeb91fd9533","status":"passed","time":{"start":1707756422353,"stop":1707756422353,"duration":0}},{"uid":"7edde91788b48db1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7edde91788b48db1","status":"passed","time":{"start":1707753796554,"stop":1707753796555,"duration":1}},{"uid":"6a6ede3f4d06bd80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a6ede3f4d06bd80","status":"passed","time":{"start":1707753586171,"stop":1707753586171,"duration":0}},{"uid":"9a53ee987eaac757","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a53ee987eaac757","status":"passed","time":{"start":1707750964815,"stop":1707750964815,"duration":0}},{"uid":"5a7ba92813aacb25","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a7ba92813aacb25","status":"passed","time":{"start":1707736890444,"stop":1707736890444,"duration":0}},{"uid":"c5aaf55443a3ed1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5aaf55443a3ed1d","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"tags":[]},"source":"47cfd4015a024311.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8cf3e07e1da907df.json b/6406/data/test-cases/49446f5b3504079c.json similarity index 63% rename from 6379/data/test-cases/8cf3e07e1da907df.json rename to 6406/data/test-cases/49446f5b3504079c.json index a5179b96ebd..66632b9691f 100644 --- a/6379/data/test-cases/8cf3e07e1da907df.json +++ b/6406/data/test-cases/49446f5b3504079c.json @@ -1 +1 @@ -{"uid":"8cf3e07e1da907df","name":"should emit a peer event after start","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419072675,"stop":1707419072676,"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"},{"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":18,"unknown":0,"total":18},"items":[{"uid":"3e7356cd34e389d0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3e7356cd34e389d0","status":"passed","time":{"start":1707418302758,"stop":1707418302759,"duration":1}},{"uid":"c2e9067867cfaefa","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c2e9067867cfaefa","status":"passed","time":{"start":1707418274047,"stop":1707418274048,"duration":1}},{"uid":"9859db83c539547d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9859db83c539547d","status":"passed","time":{"start":1707412712446,"stop":1707412712446,"duration":0}},{"uid":"6354979bb5041992","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6354979bb5041992","status":"passed","time":{"start":1707411115720,"stop":1707411115720,"duration":0}},{"uid":"fe0151b32fcf99e8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fe0151b32fcf99e8","status":"passed","time":{"start":1707409579950,"stop":1707409579953,"duration":3}},{"uid":"ce267f93c2f0ccee","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ce267f93c2f0ccee","status":"passed","time":{"start":1707408978011,"stop":1707408978012,"duration":1}},{"uid":"5a225794e77cd339","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5a225794e77cd339","status":"passed","time":{"start":1707408953445,"stop":1707408953446,"duration":1}},{"uid":"bf1bb442f4727566","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bf1bb442f4727566","status":"passed","time":{"start":1707408469684,"stop":1707408469684,"duration":0}},{"uid":"1c71717948d8bfb0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1c71717948d8bfb0","status":"passed","time":{"start":1707407589185,"stop":1707407589186,"duration":1}},{"uid":"771d1da86cc2510d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/771d1da86cc2510d","status":"passed","time":{"start":1707407442584,"stop":1707407442584,"duration":0}},{"uid":"192806b37e10e4c0","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/192806b37e10e4c0","status":"passed","time":{"start":1707404428344,"stop":1707404428345,"duration":1}},{"uid":"717d2cbae122b0a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/717d2cbae122b0a","status":"passed","time":{"start":1707375849729,"stop":1707375849729,"duration":0}},{"uid":"9d307051a7655e32","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9d307051a7655e32","status":"passed","time":{"start":1707373068633,"stop":1707373068633,"duration":0}},{"uid":"baf8b1caa70e2f21","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/baf8b1caa70e2f21","status":"passed","time":{"start":1707359276137,"stop":1707359276138,"duration":1}},{"uid":"54c20f4cead5c023","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/54c20f4cead5c023","status":"passed","time":{"start":1707358093664,"stop":1707358093664,"duration":0}},{"uid":"eab615198b993f9c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eab615198b993f9c","status":"passed","time":{"start":1707357103450,"stop":1707357103451,"duration":1}},{"uid":"dc25fcf8fad5a54f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/dc25fcf8fad5a54f","status":"passed","time":{"start":1707355288196,"stop":1707355288197,"duration":1}}]},"tags":[]},"source":"8cf3e07e1da907df.json","parameterValues":[]} \ No newline at end of file +{"uid":"49446f5b3504079c","name":"should emit a peer event after start","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should emit a peer event after start","historyId":"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230152,"stop":1707793230152,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"d40eaae389bbd98b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d40eaae389bbd98b","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"7ad2e9bdc5f3a95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ad2e9bdc5f3a95","status":"passed","time":{"start":1707775471151,"stop":1707775471152,"duration":1}},{"uid":"b55bb40574227c37","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b55bb40574227c37","status":"passed","time":{"start":1707775271437,"stop":1707775271438,"duration":1}},{"uid":"e422d97075c68716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e422d97075c68716","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"duration":0}},{"uid":"9b43d516da80d398","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9b43d516da80d398","status":"passed","time":{"start":1707770054150,"stop":1707770054150,"duration":0}},{"uid":"3af06da2cf5023d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3af06da2cf5023d","status":"passed","time":{"start":1707760163349,"stop":1707760163349,"duration":0}},{"uid":"2a592f10c45e3569","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a592f10c45e3569","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"764b4ff47cb1ab89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/764b4ff47cb1ab89","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"c98242b028d9f97b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c98242b028d9f97b","status":"passed","time":{"start":1707753863568,"stop":1707753863570,"duration":2}},{"uid":"816acd124378b04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/816acd124378b04","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"29a428b58aff02f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a428b58aff02f1","status":"passed","time":{"start":1707751014397,"stop":1707751014399,"duration":2}},{"uid":"bd845d3d782a9798","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd845d3d782a9798","status":"passed","time":{"start":1707736941413,"stop":1707736941414,"duration":1}},{"uid":"58c16c35cf823ed6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58c16c35cf823ed6","status":"passed","time":{"start":1707736158696,"stop":1707736158697,"duration":1}}]},"tags":[]},"source":"49446f5b3504079c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/494645585e82853f.json b/6406/data/test-cases/494645585e82853f.json new file mode 100644 index 00000000000..22e0c3d7591 --- /dev/null +++ b/6406/data/test-cases/494645585e82853f.json @@ -0,0 +1 @@ +{"uid":"494645585e82853f","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":1707793369035,"stop":1707793369036,"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":14,"unknown":0,"total":14},"items":[{"uid":"dbc9099fad01717a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbc9099fad01717a","status":"passed","time":{"start":1707778332050,"stop":1707778332051,"duration":1}},{"uid":"dbeba648cb35ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbeba648cb35ed","status":"passed","time":{"start":1707775601726,"stop":1707775601727,"duration":1}},{"uid":"1a5b5c580ae12d1a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a5b5c580ae12d1a","status":"passed","time":{"start":1707775415219,"stop":1707775415220,"duration":1}},{"uid":"28c144bff577abba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28c144bff577abba","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"236bac378a9926e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/236bac378a9926e8","status":"passed","time":{"start":1707770103226,"stop":1707770103226,"duration":0}},{"uid":"422ed98feea5e4b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422ed98feea5e4b1","status":"passed","time":{"start":1707760299492,"stop":1707760299493,"duration":1}},{"uid":"2dded90316f5d249","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2dded90316f5d249","status":"passed","time":{"start":1707757995161,"stop":1707757995161,"duration":0}},{"uid":"5643edabe5ee5598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5643edabe5ee5598","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"b8342dea987120f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8342dea987120f6","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"18709e51a062b76e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18709e51a062b76e","status":"passed","time":{"start":1707753785898,"stop":1707753785898,"duration":0}},{"uid":"a0592eb2745ed198","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0592eb2745ed198","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"71f13294be01b960","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71f13294be01b960","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"67346957bf02e56","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67346957bf02e56","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"tags":[]},"source":"494645585e82853f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/49b5a9417d3a8380.json b/6406/data/test-cases/49b5a9417d3a8380.json new file mode 100644 index 00000000000..80a54ca3470 --- /dev/null +++ b/6406/data/test-cases/49b5a9417d3a8380.json @@ -0,0 +1 @@ +{"uid":"49b5a9417d3a8380","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":1707792820890,"stop":1707792820891,"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":14,"unknown":0,"total":14},"items":[{"uid":"b4940e1ed76f00d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4940e1ed76f00d2","status":"passed","time":{"start":1707777770257,"stop":1707777770258,"duration":1}},{"uid":"4234498a9fea67f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4234498a9fea67f4","status":"passed","time":{"start":1707775046370,"stop":1707775046371,"duration":1}},{"uid":"6e8d917549b585eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e8d917549b585eb","status":"passed","time":{"start":1707774848382,"stop":1707774848382,"duration":0}},{"uid":"34a4a92b7b00ddd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34a4a92b7b00ddd5","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1}},{"uid":"a659d5f1d53aa302","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a659d5f1d53aa302","status":"passed","time":{"start":1707769648571,"stop":1707769648572,"duration":1}},{"uid":"bde6d73874fc920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bde6d73874fc920d","status":"passed","time":{"start":1707759743252,"stop":1707759743252,"duration":0}},{"uid":"bc8f07b297f7bc5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc8f07b297f7bc5d","status":"passed","time":{"start":1707757438365,"stop":1707757438366,"duration":1}},{"uid":"b63d34aadf5e3354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b63d34aadf5e3354","status":"passed","time":{"start":1707756067008,"stop":1707756067008,"duration":0}},{"uid":"eaff4b4537b72e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eaff4b4537b72e7","status":"passed","time":{"start":1707753485648,"stop":1707753485649,"duration":1}},{"uid":"7d3337391bf16788","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7d3337391bf16788","status":"passed","time":{"start":1707753214694,"stop":1707753214694,"duration":0}},{"uid":"77cbae834ba6c16d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/77cbae834ba6c16d","status":"passed","time":{"start":1707750614686,"stop":1707750614687,"duration":1}},{"uid":"e58984e16df95de7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58984e16df95de7","status":"passed","time":{"start":1707736532272,"stop":1707736532272,"duration":0}},{"uid":"fa6e8cfd407bce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa6e8cfd407bce34","status":"passed","time":{"start":1707735714120,"stop":1707735714121,"duration":1}}]},"tags":[]},"source":"49b5a9417d3a8380.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4a0c3cbee3049418.json b/6406/data/test-cases/4a0c3cbee3049418.json new file mode 100644 index 00000000000..bc5c3c47402 --- /dev/null +++ b/6406/data/test-cases/4a0c3cbee3049418.json @@ -0,0 +1 @@ +{"uid":"4a0c3cbee3049418","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":1707792820888,"stop":1707792820890,"duration":2},"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":14,"unknown":0,"total":14},"items":[{"uid":"fdabf0aad5fd76a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdabf0aad5fd76a2","status":"passed","time":{"start":1707777770256,"stop":1707777770257,"duration":1}},{"uid":"bfcc6436665e3a2f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bfcc6436665e3a2f","status":"passed","time":{"start":1707775046368,"stop":1707775046370,"duration":2}},{"uid":"5a26b47b8cbe79c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a26b47b8cbe79c8","status":"passed","time":{"start":1707774848380,"stop":1707774848381,"duration":1}},{"uid":"1ccf49d747dc5fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ccf49d747dc5fa","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2}},{"uid":"7ce278047618c6f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7ce278047618c6f9","status":"passed","time":{"start":1707769648569,"stop":1707769648571,"duration":2}},{"uid":"81febed390ad7055","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81febed390ad7055","status":"passed","time":{"start":1707759743250,"stop":1707759743251,"duration":1}},{"uid":"dc654556a8a176aa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc654556a8a176aa","status":"passed","time":{"start":1707757438363,"stop":1707757438365,"duration":2}},{"uid":"d686d05450fe6c73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d686d05450fe6c73","status":"passed","time":{"start":1707756067006,"stop":1707756067007,"duration":1}},{"uid":"a5142ca8ab778649","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5142ca8ab778649","status":"passed","time":{"start":1707753485646,"stop":1707753485648,"duration":2}},{"uid":"3acc6c316254a3e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3acc6c316254a3e5","status":"passed","time":{"start":1707753214691,"stop":1707753214693,"duration":2}},{"uid":"b00e9bdad8affe8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b00e9bdad8affe8b","status":"passed","time":{"start":1707750614683,"stop":1707750614685,"duration":2}},{"uid":"8faefa10aaea54d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8faefa10aaea54d1","status":"passed","time":{"start":1707736532270,"stop":1707736532271,"duration":1}},{"uid":"7b751ccaed761bc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b751ccaed761bc9","status":"passed","time":{"start":1707735714118,"stop":1707735714120,"duration":2}}]},"tags":[]},"source":"4a0c3cbee3049418.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4a73f2968a4f9021.json b/6406/data/test-cases/4a73f2968a4f9021.json new file mode 100644 index 00000000000..c0910e593d8 --- /dev/null +++ b/6406/data/test-cases/4a73f2968a4f9021.json @@ -0,0 +1 @@ +{"uid":"4a73f2968a4f9021","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":1707793012465,"stop":1707793012466,"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":14,"unknown":0,"total":14},"items":[{"uid":"4e818d8189018042","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e818d8189018042","status":"passed","time":{"start":1707777977659,"stop":1707777977660,"duration":1}},{"uid":"90e7d5d0afe3dbbf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/90e7d5d0afe3dbbf","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"bb6d1b7adecb4c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6d1b7adecb4c95","status":"passed","time":{"start":1707775081997,"stop":1707775082004,"duration":7}},{"uid":"e6c946f1f68adb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6c946f1f68adb1","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"a06c7ac018d818f7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a06c7ac018d818f7","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"f25fb3a0fea3ec2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f25fb3a0fea3ec2d","status":"passed","time":{"start":1707759921446,"stop":1707759921447,"duration":1}},{"uid":"759aed2e207e7e4d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/759aed2e207e7e4d","status":"passed","time":{"start":1707757624870,"stop":1707757624871,"duration":1}},{"uid":"56e0514112d44336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56e0514112d44336","status":"passed","time":{"start":1707756261746,"stop":1707756261747,"duration":1}},{"uid":"f16201ece0d54db8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f16201ece0d54db8","status":"passed","time":{"start":1707753651136,"stop":1707753651136,"duration":0}},{"uid":"fdd00599c6c95c3b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd00599c6c95c3b","status":"passed","time":{"start":1707753409579,"stop":1707753409580,"duration":1}},{"uid":"25cb6e830237f76d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25cb6e830237f76d","status":"passed","time":{"start":1707750722037,"stop":1707750722038,"duration":1}},{"uid":"d766ab7f62a00374","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d766ab7f62a00374","status":"passed","time":{"start":1707736708318,"stop":1707736708319,"duration":1}},{"uid":"1dbdde0222ae1fc4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dbdde0222ae1fc4","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"tags":[]},"source":"4a73f2968a4f9021.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/37132ddc63c7bedf.json b/6406/data/test-cases/4afc8fd2569a049a.json similarity index 83% rename from 6379/data/test-cases/37132ddc63c7bedf.json rename to 6406/data/test-cases/4afc8fd2569a049a.json index eb76a2b6c90..ee87aa49d02 100644 --- a/6379/data/test-cases/37132ddc63c7bedf.json +++ b/6406/data/test-cases/4afc8fd2569a049a.json @@ -1 +1 @@ -{"uid":"37132ddc63c7bedf","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":1707419289506,"stop":1707419289507,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"7279b9d5bf28c06","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7279b9d5bf28c06","status":"passed","time":{"start":1707418535548,"stop":1707418535548,"duration":0}},{"uid":"beda3c82ed8bafc7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/beda3c82ed8bafc7","status":"passed","time":{"start":1707418482223,"stop":1707418482223,"duration":0}},{"uid":"ff06a2703f9e6bd4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ff06a2703f9e6bd4","status":"passed","time":{"start":1707412863488,"stop":1707412863488,"duration":0}},{"uid":"8cd7d37e710249c4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8cd7d37e710249c4","status":"passed","time":{"start":1707411338660,"stop":1707411338660,"duration":0}},{"uid":"c522fac2a56d0ba0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c522fac2a56d0ba0","status":"passed","time":{"start":1707409792237,"stop":1707409792237,"duration":0}},{"uid":"cb8ccce04dfa10c4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cb8ccce04dfa10c4","status":"passed","time":{"start":1707409177760,"stop":1707409177760,"duration":0}},{"uid":"cd7f5e67aec3398f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/cd7f5e67aec3398f","status":"passed","time":{"start":1707409135095,"stop":1707409135095,"duration":0}},{"uid":"27fb66104c05dff0","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/27fb66104c05dff0","status":"passed","time":{"start":1707408664030,"stop":1707408664030,"duration":0}},{"uid":"7d8ef6d46254ef8b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7d8ef6d46254ef8b","status":"passed","time":{"start":1707407736516,"stop":1707407736516,"duration":0}},{"uid":"8e48e2a9f3c64dda","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8e48e2a9f3c64dda","status":"passed","time":{"start":1707407618235,"stop":1707407618235,"duration":0}},{"uid":"4794441061ff97aa","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4794441061ff97aa","status":"passed","time":{"start":1707404537721,"stop":1707404537721,"duration":0}},{"uid":"7dc88f96762f8478","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7dc88f96762f8478","status":"passed","time":{"start":1707375978548,"stop":1707375978548,"duration":0}},{"uid":"a6fb4640ec54a4ab","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a6fb4640ec54a4ab","status":"passed","time":{"start":1707373245363,"stop":1707373245364,"duration":1}},{"uid":"264b2ed2a4824043","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/264b2ed2a4824043","status":"passed","time":{"start":1707359448673,"stop":1707359448673,"duration":0}},{"uid":"14abfe420c32d389","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/14abfe420c32d389","status":"passed","time":{"start":1707358197192,"stop":1707358197192,"duration":0}},{"uid":"43502438057a82dd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/43502438057a82dd","status":"passed","time":{"start":1707357226634,"stop":1707357226634,"duration":0}},{"uid":"66c0745fbb56c8d3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/66c0745fbb56c8d3","status":"passed","time":{"start":1707355477316,"stop":1707355477317,"duration":1}}]},"tags":[]},"source":"37132ddc63c7bedf.json","parameterValues":[]} \ No newline at end of file +{"uid":"4afc8fd2569a049a","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":1707793446745,"stop":1707793446745,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"6a69ab037cbec873","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a69ab037cbec873","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"522b9bb1c12720aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/522b9bb1c12720aa","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"4e1e0f02c7ade9bf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e1e0f02c7ade9bf","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"e183bbdee96bb407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e183bbdee96bb407","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"duration":1}},{"uid":"ad0cbc09c8c35f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad0cbc09c8c35f19","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"7ce163c2ed443ad8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ce163c2ed443ad8","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"30b89b7c1f5aa586","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/30b89b7c1f5aa586","status":"passed","time":{"start":1707758004331,"stop":1707758004331,"duration":0}},{"uid":"e8858140d8b0c529","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e8858140d8b0c529","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"68ec684ccc44eaef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/68ec684ccc44eaef","status":"passed","time":{"start":1707754051790,"stop":1707754051791,"duration":1}},{"uid":"e3a6ab3f412dbc76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3a6ab3f412dbc76","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ee51c59487357a12","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ee51c59487357a12","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"d33b88daea361a4a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d33b88daea361a4a","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"da900fbb33461169","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da900fbb33461169","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"tags":[]},"source":"4afc8fd2569a049a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/140faab4ca6b96f3.json b/6406/data/test-cases/4b2f21550f2de9b4.json similarity index 83% rename from 6379/data/test-cases/140faab4ca6b96f3.json rename to 6406/data/test-cases/4b2f21550f2de9b4.json index c0fdd0c3408..5ff9adeab00 100644 --- a/6379/data/test-cases/140faab4ca6b96f3.json +++ b/6406/data/test-cases/4b2f21550f2de9b4.json @@ -1 +1 @@ -{"uid":"140faab4ca6b96f3","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":1707419289506,"stop":1707419289506,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"b52eb06d10a07b55","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b52eb06d10a07b55","status":"passed","time":{"start":1707418535547,"stop":1707418535548,"duration":1}},{"uid":"d702407c7d0b8e6e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d702407c7d0b8e6e","status":"passed","time":{"start":1707418482223,"stop":1707418482223,"duration":0}},{"uid":"db1127a1a8db2980","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/db1127a1a8db2980","status":"passed","time":{"start":1707412863488,"stop":1707412863488,"duration":0}},{"uid":"270a73d1acec3680","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/270a73d1acec3680","status":"passed","time":{"start":1707411338659,"stop":1707411338659,"duration":0}},{"uid":"b5dfd27c2c2f7ea9","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b5dfd27c2c2f7ea9","status":"passed","time":{"start":1707409792236,"stop":1707409792237,"duration":1}},{"uid":"ca21e08af5661cc9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ca21e08af5661cc9","status":"passed","time":{"start":1707409177760,"stop":1707409177760,"duration":0}},{"uid":"9fbd0dac87baca85","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9fbd0dac87baca85","status":"passed","time":{"start":1707409135095,"stop":1707409135095,"duration":0}},{"uid":"d2e5ff75bda2b2e7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d2e5ff75bda2b2e7","status":"passed","time":{"start":1707408664030,"stop":1707408664030,"duration":0}},{"uid":"ed4de1a72718b1ca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ed4de1a72718b1ca","status":"passed","time":{"start":1707407736516,"stop":1707407736516,"duration":0}},{"uid":"aeb99378fb16844a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/aeb99378fb16844a","status":"passed","time":{"start":1707407618235,"stop":1707407618235,"duration":0}},{"uid":"2dda34d27102c7b7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2dda34d27102c7b7","status":"passed","time":{"start":1707404537721,"stop":1707404537721,"duration":0}},{"uid":"f5e7fa707bca6d7d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f5e7fa707bca6d7d","status":"passed","time":{"start":1707375978547,"stop":1707375978548,"duration":1}},{"uid":"7583ba11053078f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7583ba11053078f","status":"passed","time":{"start":1707373245363,"stop":1707373245363,"duration":0}},{"uid":"490bef4c84b407a1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/490bef4c84b407a1","status":"passed","time":{"start":1707359448672,"stop":1707359448673,"duration":1}},{"uid":"b8d8ef6db7e6954b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b8d8ef6db7e6954b","status":"passed","time":{"start":1707358197192,"stop":1707358197192,"duration":0}},{"uid":"26d221597da13a8f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/26d221597da13a8f","status":"passed","time":{"start":1707357226633,"stop":1707357226634,"duration":1}},{"uid":"19b941b88bd30f8b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/19b941b88bd30f8b","status":"passed","time":{"start":1707355477316,"stop":1707355477316,"duration":0}}]},"tags":[]},"source":"140faab4ca6b96f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"4b2f21550f2de9b4","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":1707793446745,"stop":1707793446745,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"f5bfdc005c92939e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f5bfdc005c92939e","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"834a7d2ad8c7bc1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/834a7d2ad8c7bc1a","status":"passed","time":{"start":1707775685030,"stop":1707775685031,"duration":1}},{"uid":"b947bbc5f0ad466c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b947bbc5f0ad466c","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"b8b057837ca6332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8b057837ca6332","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"duration":0}},{"uid":"ced3d4c42b7b861a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ced3d4c42b7b861a","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"c38b91176f15f1fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c38b91176f15f1fd","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"a0a04ec7a2d534e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0a04ec7a2d534e5","status":"passed","time":{"start":1707758004330,"stop":1707758004331,"duration":1}},{"uid":"adf2e44305444cf4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf2e44305444cf4","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"48a3b1cde7b8512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48a3b1cde7b8512","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"adbc1e394a4d7e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/adbc1e394a4d7e94","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ae3daac8278e53d8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3daac8278e53d8","status":"passed","time":{"start":1707751228964,"stop":1707751228965,"duration":1}},{"uid":"54a2e44bc74974e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/54a2e44bc74974e5","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"289475ea00130e0b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/289475ea00130e0b","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"tags":[]},"source":"4b2f21550f2de9b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4be9c11319b48c20.json b/6406/data/test-cases/4be9c11319b48c20.json new file mode 100644 index 00000000000..a621d739504 --- /dev/null +++ b/6406/data/test-cases/4be9c11319b48c20.json @@ -0,0 +1 @@ +{"uid":"4be9c11319b48c20","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":1707792800816,"stop":1707792800816,"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":14,"unknown":0,"total":14},"items":[{"uid":"1ac0148ad14492d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1ac0148ad14492d2","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"cd172820e67d6362","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd172820e67d6362","status":"passed","time":{"start":1707775026267,"stop":1707775026268,"duration":1}},{"uid":"b3f3398410661c18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3f3398410661c18","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"a42a54c89c5b2ec4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a42a54c89c5b2ec4","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"2395248cf7dad3e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2395248cf7dad3e","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"bf4e0ec77bacb098","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf4e0ec77bacb098","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"2a1ecd9d84a926b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a1ecd9d84a926b1","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"950a6e0fc542c40b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/950a6e0fc542c40b","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"fedf332c921541f8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fedf332c921541f8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"fe8fef3459f38c12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe8fef3459f38c12","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"29a8a0df19d57d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a8a0df19d57d6","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"bdd06bbfec1677ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bdd06bbfec1677ce","status":"passed","time":{"start":1707736511739,"stop":1707736511740,"duration":1}},{"uid":"fcc7b9e7ea22ebe7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcc7b9e7ea22ebe7","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"tags":[]},"source":"4be9c11319b48c20.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4c377726deabb4e1.json b/6406/data/test-cases/4c377726deabb4e1.json new file mode 100644 index 00000000000..b63297eca32 --- /dev/null +++ b/6406/data/test-cases/4c377726deabb4e1.json @@ -0,0 +1 @@ +{"uid":"4c377726deabb4e1","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":1707793354575,"stop":1707793354575,"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":13,"unknown":0,"total":13},"items":[{"uid":"6d5df1e60d1abb9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d5df1e60d1abb9c","status":"passed","time":{"start":1707778308339,"stop":1707778308339,"duration":0}},{"uid":"46d35c7fe18633eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46d35c7fe18633eb","status":"passed","time":{"start":1707775586584,"stop":1707775586584,"duration":0}},{"uid":"c4e18c6881d0b575","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4e18c6881d0b575","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"aab1e05e74864319","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab1e05e74864319","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0}},{"uid":"8429a806f4cba5f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8429a806f4cba5f2","status":"passed","time":{"start":1707770159289,"stop":1707770159291,"duration":2}},{"uid":"84983e8a5b8b0611","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/84983e8a5b8b0611","status":"passed","time":{"start":1707760280828,"stop":1707760280829,"duration":1}},{"uid":"477ee82312ba1637","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/477ee82312ba1637","status":"passed","time":{"start":1707757976565,"stop":1707757976566,"duration":1}},{"uid":"df278ce6c8c03e69","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df278ce6c8c03e69","status":"passed","time":{"start":1707756601161,"stop":1707756601162,"duration":1}},{"uid":"d8dde0fadf0ab960","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8dde0fadf0ab960","status":"passed","time":{"start":1707753969929,"stop":1707753969930,"duration":1}},{"uid":"785e92c263356350","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/785e92c263356350","status":"passed","time":{"start":1707753767216,"stop":1707753767217,"duration":1}},{"uid":"ebd564993add8f41","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebd564993add8f41","status":"passed","time":{"start":1707737071260,"stop":1707737071261,"duration":1}},{"uid":"629528aee68db75e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/629528aee68db75e","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"tags":[]},"source":"4c377726deabb4e1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/43b301c18f1ca2c2.json b/6406/data/test-cases/4ccc441a6b2742b7.json similarity index 84% rename from 6379/data/test-cases/43b301c18f1ca2c2.json rename to 6406/data/test-cases/4ccc441a6b2742b7.json index 4486c18af2f..8e01d1f5e27 100644 --- a/6379/data/test-cases/43b301c18f1ca2c2.json +++ b/6406/data/test-cases/4ccc441a6b2742b7.json @@ -1 +1 @@ -{"uid":"43b301c18f1ca2c2","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":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"e228038c981e11db","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e228038c981e11db","status":"passed","time":{"start":1707418535542,"stop":1707418535542,"duration":0}},{"uid":"d3dcf261730013c9","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d3dcf261730013c9","status":"passed","time":{"start":1707418482218,"stop":1707418482218,"duration":0}},{"uid":"c26c426aa4599256","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c26c426aa4599256","status":"passed","time":{"start":1707412863484,"stop":1707412863484,"duration":0}},{"uid":"f64894de638d6c0e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f64894de638d6c0e","status":"passed","time":{"start":1707411338655,"stop":1707411338655,"duration":0}},{"uid":"fc202e8afcdc69d8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fc202e8afcdc69d8","status":"passed","time":{"start":1707409792232,"stop":1707409792232,"duration":0}},{"uid":"d9ea3a5359ecba2d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d9ea3a5359ecba2d","status":"passed","time":{"start":1707409177755,"stop":1707409177755,"duration":0}},{"uid":"3fb1770709cd673","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3fb1770709cd673","status":"passed","time":{"start":1707409135090,"stop":1707409135091,"duration":1}},{"uid":"56977d12bba74b35","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/56977d12bba74b35","status":"passed","time":{"start":1707408664024,"stop":1707408664024,"duration":0}},{"uid":"66d72e8de8e057f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/66d72e8de8e057f","status":"passed","time":{"start":1707407736510,"stop":1707407736510,"duration":0}},{"uid":"df5419806175a13e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/df5419806175a13e","status":"passed","time":{"start":1707407618230,"stop":1707407618230,"duration":0}},{"uid":"d3ce468f1f1a4e97","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d3ce468f1f1a4e97","status":"passed","time":{"start":1707404537715,"stop":1707404537715,"duration":0}},{"uid":"681c897eeac3e727","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/681c897eeac3e727","status":"passed","time":{"start":1707373245358,"stop":1707373245358,"duration":0}},{"uid":"6543c1484553d5ed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6543c1484553d5ed","status":"passed","time":{"start":1707359448668,"stop":1707359448668,"duration":0}},{"uid":"77c48fe17d0be1dc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/77c48fe17d0be1dc","status":"passed","time":{"start":1707358197187,"stop":1707358197187,"duration":0}},{"uid":"c3510229de7bc5e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c3510229de7bc5e1","status":"passed","time":{"start":1707357226629,"stop":1707357226629,"duration":0}},{"uid":"41982e7c6f5efbf","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/41982e7c6f5efbf","status":"passed","time":{"start":1707355477308,"stop":1707355477308,"duration":0}}]},"tags":[]},"source":"43b301c18f1ca2c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"4ccc441a6b2742b7","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":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4b9c44418729f9fe","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b9c44418729f9fe","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"1562b6563a87d225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1562b6563a87d225","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"71a3f3d011f3c3c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71a3f3d011f3c3c8","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"f9404c955109c07c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9404c955109c07c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"6ceb2747ec17fb0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ceb2747ec17fb0f","status":"passed","time":{"start":1707770238684,"stop":1707770238685,"duration":1}},{"uid":"d907219f30d7d37f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907219f30d7d37f","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"cc9e9c3fea1e794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cc9e9c3fea1e794","status":"passed","time":{"start":1707758004324,"stop":1707758004325,"duration":1}},{"uid":"e64eba3a6983787d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e64eba3a6983787d","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"91baf30030c8114","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91baf30030c8114","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"e5427e7234d53ca7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5427e7234d53ca7","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"754b21bce36929c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/754b21bce36929c4","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"867605e3138b6456","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/867605e3138b6456","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"2001816fe0d77394","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2001816fe0d77394","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"tags":[]},"source":"4ccc441a6b2742b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4d128f90bb1d3332.json b/6406/data/test-cases/4d128f90bb1d3332.json new file mode 100644 index 00000000000..13ee35370b2 --- /dev/null +++ b/6406/data/test-cases/4d128f90bb1d3332.json @@ -0,0 +1 @@ +{"uid":"4d128f90bb1d3332","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":1707793088062,"stop":1707793088062,"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":"6e49b6e912d2f82d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e49b6e912d2f82d","status":"passed","time":{"start":1707778034786,"stop":1707778034786,"duration":0}},{"uid":"4c6d5d9825a4e2a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4c6d5d9825a4e2a0","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"6c0a70b60647c4e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c0a70b60647c4e","status":"passed","time":{"start":1707775129517,"stop":1707775129517,"duration":0}},{"uid":"1d6b9378e332bed6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6b9378e332bed6","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"duration":1}},{"uid":"5a67123891356ce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a67123891356ce1","status":"passed","time":{"start":1707769919572,"stop":1707769919572,"duration":0}},{"uid":"41fcde10ded8c07a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/41fcde10ded8c07a","status":"passed","time":{"start":1707760025485,"stop":1707760025486,"duration":1}},{"uid":"8ac3102f151b66f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ac3102f151b66f4","status":"passed","time":{"start":1707757709188,"stop":1707757709189,"duration":1}},{"uid":"d5637206f87d6233","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d5637206f87d6233","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"a9d7d8a0fa14bfd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9d7d8a0fa14bfd0","status":"passed","time":{"start":1707753751251,"stop":1707753751251,"duration":0}},{"uid":"63f4eec0bb61613","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/63f4eec0bb61613","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"8a508e39a2e2b63a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a508e39a2e2b63a","status":"passed","time":{"start":1707750881806,"stop":1707750881807,"duration":1}},{"uid":"fe999c297e77ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe999c297e77ce30","status":"passed","time":{"start":1707736800765,"stop":1707736800766,"duration":1}},{"uid":"2dc6eb7b3f291a06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2dc6eb7b3f291a06","status":"passed","time":{"start":1707736013454,"stop":1707736013454,"duration":0}}]},"tags":[]},"source":"4d128f90bb1d3332.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ab4b10d6c7ebbb80.json b/6406/data/test-cases/4d71f87db05d5b1e.json similarity index 79% rename from 6379/data/test-cases/ab4b10d6c7ebbb80.json rename to 6406/data/test-cases/4d71f87db05d5b1e.json index 5552b6adac9..93b3e7fe2f4 100644 --- a/6379/data/test-cases/ab4b10d6c7ebbb80.json +++ b/6406/data/test-cases/4d71f87db05d5b1e.json @@ -1 +1 @@ -{"uid":"ab4b10d6c7ebbb80","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":1707418998145,"stop":1707418998145,"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":18,"unknown":0,"total":18},"items":[{"uid":"ddd56b5c6f12f4af","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ddd56b5c6f12f4af","status":"passed","time":{"start":1707418242004,"stop":1707418242005,"duration":1}},{"uid":"45e3415cac0b7b22","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/45e3415cac0b7b22","status":"passed","time":{"start":1707418191240,"stop":1707418191240,"duration":0}},{"uid":"c5029b4df945f7c5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c5029b4df945f7c5","status":"passed","time":{"start":1707412620266,"stop":1707412620266,"duration":0}},{"uid":"dcd328e8f4d7d017","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/dcd328e8f4d7d017","status":"passed","time":{"start":1707411038685,"stop":1707411038686,"duration":1}},{"uid":"b381259eadfea656","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b381259eadfea656","status":"passed","time":{"start":1707409514434,"stop":1707409514434,"duration":0}},{"uid":"b96cbd3073e16149","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b96cbd3073e16149","status":"passed","time":{"start":1707408894641,"stop":1707408894641,"duration":0}},{"uid":"d2289b10408e8df7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d2289b10408e8df7","status":"passed","time":{"start":1707408855730,"stop":1707408855731,"duration":1}},{"uid":"47480b25f58fe2cc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/47480b25f58fe2cc","status":"passed","time":{"start":1707408364957,"stop":1707408364958,"duration":1}},{"uid":"12c38bfd0b4ef4c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/12c38bfd0b4ef4c","status":"passed","time":{"start":1707407446971,"stop":1707407446971,"duration":0}},{"uid":"47e49a15f3f5302d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/47e49a15f3f5302d","status":"passed","time":{"start":1707407328488,"stop":1707407328488,"duration":0}},{"uid":"4a9f93992f0fd8ec","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4a9f93992f0fd8ec","status":"passed","time":{"start":1707404323778,"stop":1707404323779,"duration":1}},{"uid":"c9728538144f1f51","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c9728538144f1f51","status":"passed","time":{"start":1707375767329,"stop":1707375767329,"duration":0}},{"uid":"aeefe4b708f318fe","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/aeefe4b708f318fe","status":"passed","time":{"start":1707372960636,"stop":1707372960637,"duration":1}},{"uid":"6e9b0e7d2a436d96","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6e9b0e7d2a436d96","status":"passed","time":{"start":1707359147641,"stop":1707359147641,"duration":0}},{"uid":"d73d0c290cafacb0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d73d0c290cafacb0","status":"passed","time":{"start":1707357894476,"stop":1707357894476,"duration":0}},{"uid":"666a6c1560112d80","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/666a6c1560112d80","status":"passed","time":{"start":1707356942078,"stop":1707356942078,"duration":0}},{"uid":"ed1267a7bffe02cc","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ed1267a7bffe02cc","status":"passed","time":{"start":1707355162757,"stop":1707355162757,"duration":0}}]},"tags":[]},"source":"ab4b10d6c7ebbb80.json","parameterValues":[]} \ No newline at end of file +{"uid":"4d71f87db05d5b1e","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":1707793153221,"stop":1707793153222,"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":14,"unknown":0,"total":14},"items":[{"uid":"3cdb6e37b462ba0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3cdb6e37b462ba0e","status":"passed","time":{"start":1707778114672,"stop":1707778114673,"duration":1}},{"uid":"1f4ae200ccc59111","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1f4ae200ccc59111","status":"passed","time":{"start":1707775395374,"stop":1707775395375,"duration":1}},{"uid":"917b909b2db5b77c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/917b909b2db5b77c","status":"passed","time":{"start":1707775205627,"stop":1707775205627,"duration":0}},{"uid":"59aecd4e453853fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59aecd4e453853fb","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"duration":0}},{"uid":"91af6cec93de4d6c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/91af6cec93de4d6c","status":"passed","time":{"start":1707769983275,"stop":1707769983275,"duration":0}},{"uid":"c2302009d2af56a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c2302009d2af56a4","status":"passed","time":{"start":1707760095401,"stop":1707760095402,"duration":1}},{"uid":"e5e85b0e468fc6ba","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e5e85b0e468fc6ba","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"ae043258f4e836eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ae043258f4e836eb","status":"passed","time":{"start":1707756409543,"stop":1707756409544,"duration":1}},{"uid":"c0b67c2e0b19afa8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c0b67c2e0b19afa8","status":"passed","time":{"start":1707753793188,"stop":1707753793189,"duration":1}},{"uid":"8798bca824c55ac8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8798bca824c55ac8","status":"passed","time":{"start":1707753573528,"stop":1707753573528,"duration":0}},{"uid":"32d50991789313e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32d50991789313e2","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"2669ed6cc368e063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2669ed6cc368e063","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"95d35d12e380ade3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95d35d12e380ade3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"tags":[]},"source":"4d71f87db05d5b1e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4dbfd6aef8c02f3e.json b/6406/data/test-cases/4dbfd6aef8c02f3e.json new file mode 100644 index 00000000000..18eb69381ea --- /dev/null +++ b/6406/data/test-cases/4dbfd6aef8c02f3e.json @@ -0,0 +1 @@ +{"uid":"4dbfd6aef8c02f3e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","fullName":"/tests/filter/single_node/multiple_pubsub.node.spec.ts: Waku Filter V2: Multiple PubsubTopics > Should fail to subscribe with decoder with wrong pubsubTopic","historyId":"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792907229,"stop":1707792907230,"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},{"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},{"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":14,"unknown":0,"total":14},"items":[{"uid":"506466ec174a0afa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506466ec174a0afa","status":"passed","time":{"start":1707777859852,"stop":1707777859853,"duration":1}},{"uid":"dd8c3f6a68273324","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dd8c3f6a68273324","status":"passed","time":{"start":1707775133665,"stop":1707775133666,"duration":1}},{"uid":"e63204cdb3a0cc52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e63204cdb3a0cc52","status":"passed","time":{"start":1707774942680,"stop":1707774942680,"duration":0}},{"uid":"30df96d52a12b578","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30df96d52a12b578","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"duration":0}},{"uid":"41c6f546759c41a2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41c6f546759c41a2","status":"passed","time":{"start":1707769735032,"stop":1707769735032,"duration":0}},{"uid":"54581c3003fcfe18","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54581c3003fcfe18","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"5b0eb4e7f272c6f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b0eb4e7f272c6f5","status":"passed","time":{"start":1707757528819,"stop":1707757528821,"duration":2}},{"uid":"3b3572c0e8cbc970","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b3572c0e8cbc970","status":"passed","time":{"start":1707756157290,"stop":1707756157290,"duration":0}},{"uid":"e16b2b15c85f8971","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e16b2b15c85f8971","status":"passed","time":{"start":1707753578470,"stop":1707753578470,"duration":0}},{"uid":"761f021ef2951e44","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/761f021ef2951e44","status":"passed","time":{"start":1707753307894,"stop":1707753307894,"duration":0}},{"uid":"699ca24b2b984bb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/699ca24b2b984bb0","status":"passed","time":{"start":1707750703125,"stop":1707750703126,"duration":1}},{"uid":"95d943d9c07db7e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/95d943d9c07db7e5","status":"passed","time":{"start":1707736629967,"stop":1707736629968,"duration":1}},{"uid":"920c0d74421dbc06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/920c0d74421dbc06","status":"passed","time":{"start":1707735809087,"stop":1707735809087,"duration":0}}]},"tags":[]},"source":"4dbfd6aef8c02f3e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/62eaeb798584cb42.json b/6406/data/test-cases/4df144972f066d1f.json similarity index 80% rename from 6379/data/test-cases/62eaeb798584cb42.json rename to 6406/data/test-cases/4df144972f066d1f.json index 6c4ace584ae..0179f4e9cbc 100644 --- a/6379/data/test-cases/62eaeb798584cb42.json +++ b/6406/data/test-cases/4df144972f066d1f.json @@ -1 +1 @@ -{"uid":"62eaeb798584cb42","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":1707418841928,"stop":1707418841928,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"fec56401f16b04eb","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fec56401f16b04eb","status":"passed","time":{"start":1707418071890,"stop":1707418071890,"duration":0}},{"uid":"f0a1ded92a32cc95","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f0a1ded92a32cc95","status":"passed","time":{"start":1707418027856,"stop":1707418027857,"duration":1}},{"uid":"22052d5a925156cf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/22052d5a925156cf","status":"passed","time":{"start":1707412447280,"stop":1707412447281,"duration":1}},{"uid":"f2b5846c43c2c61e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f2b5846c43c2c61e","status":"passed","time":{"start":1707410886998,"stop":1707410886998,"duration":0}},{"uid":"170a18706a309b8c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/170a18706a309b8c","status":"passed","time":{"start":1707409360826,"stop":1707409360826,"duration":0}},{"uid":"70879928c8354c6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/70879928c8354c6","status":"passed","time":{"start":1707408754545,"stop":1707408754545,"duration":0}},{"uid":"23ab8533ce3d16f5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/23ab8533ce3d16f5","status":"passed","time":{"start":1707408697985,"stop":1707408697985,"duration":0}},{"uid":"5a3463e105e09b72","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5a3463e105e09b72","status":"passed","time":{"start":1707408233023,"stop":1707408233024,"duration":1}},{"uid":"3e1ce5916ca84be6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3e1ce5916ca84be6","status":"passed","time":{"start":1707407282967,"stop":1707407282968,"duration":1}},{"uid":"ee767039dfa6007b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ee767039dfa6007b","status":"passed","time":{"start":1707407158610,"stop":1707407158610,"duration":0}},{"uid":"734d5e13e70afe74","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/734d5e13e70afe74","status":"passed","time":{"start":1707404183588,"stop":1707404183588,"duration":0}},{"uid":"e21e467aa080d2be","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e21e467aa080d2be","status":"passed","time":{"start":1707375605070,"stop":1707375605071,"duration":1}},{"uid":"a63375b357dd41b4","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a63375b357dd41b4","status":"passed","time":{"start":1707372815474,"stop":1707372815474,"duration":0}},{"uid":"2697ed7896a2acec","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2697ed7896a2acec","status":"passed","time":{"start":1707358982988,"stop":1707358982988,"duration":0}},{"uid":"c6ebe516d9e7300c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c6ebe516d9e7300c","status":"passed","time":{"start":1707357747302,"stop":1707357747303,"duration":1}},{"uid":"6f9cd03953ac1028","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6f9cd03953ac1028","status":"passed","time":{"start":1707356855795,"stop":1707356855796,"duration":1}},{"uid":"1431643382b3e511","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1431643382b3e511","status":"passed","time":{"start":1707354894900,"stop":1707354894900,"duration":0}}]},"tags":[]},"source":"62eaeb798584cb42.json","parameterValues":[]} \ No newline at end of file +{"uid":"4df144972f066d1f","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":1707793028264,"stop":1707793028264,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"b2c9ebefa98172e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b2c9ebefa98172e2","status":"passed","time":{"start":1707777972993,"stop":1707777972993,"duration":0}},{"uid":"a521bd2c3e7bc316","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a521bd2c3e7bc316","status":"passed","time":{"start":1707775244524,"stop":1707775244524,"duration":0}},{"uid":"7c2b52af4128162a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c2b52af4128162a","status":"passed","time":{"start":1707775050812,"stop":1707775050813,"duration":1}},{"uid":"ebef3d874dea2a0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebef3d874dea2a0c","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1}},{"uid":"a5ce099f67ab72bd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5ce099f67ab72bd","status":"passed","time":{"start":1707769843136,"stop":1707769843139,"duration":3}},{"uid":"5afc7c7c31beaad7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5afc7c7c31beaad7","status":"passed","time":{"start":1707759965183,"stop":1707759965183,"duration":0}},{"uid":"11d7647a53ff19db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11d7647a53ff19db","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"737244c91ce26b0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/737244c91ce26b0f","status":"passed","time":{"start":1707756267893,"stop":1707756267893,"duration":0}},{"uid":"78acf48041f1fd50","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78acf48041f1fd50","status":"passed","time":{"start":1707753668021,"stop":1707753668022,"duration":1}},{"uid":"d9cd30f09fd07b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9cd30f09fd07b","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"44d913cbf596d3bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44d913cbf596d3bf","status":"passed","time":{"start":1707750796023,"stop":1707750796023,"duration":0}},{"uid":"dcaa0077127ede9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dcaa0077127ede9d","status":"passed","time":{"start":1707736730634,"stop":1707736730634,"duration":0}},{"uid":"f64650eff345f563","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f64650eff345f563","status":"passed","time":{"start":1707735912114,"stop":1707735912114,"duration":0}}]},"tags":[]},"source":"4df144972f066d1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4dfd3d73af96d06c.json b/6406/data/test-cases/4dfd3d73af96d06c.json new file mode 100644 index 00000000000..76110df6f3c --- /dev/null +++ b/6406/data/test-cases/4dfd3d73af96d06c.json @@ -0,0 +1 @@ +{"uid":"4dfd3d73af96d06c","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":1707792800813,"stop":1707792800813,"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":14,"unknown":0,"total":14},"items":[{"uid":"fe635e77a0bcc723","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe635e77a0bcc723","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"6a58879c83f5426b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a58879c83f5426b","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e928793ddb3b965c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e928793ddb3b965c","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"828aaaa833252e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/828aaaa833252e5","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"80fe676ed1bc1009","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80fe676ed1bc1009","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"1434f54c3d1a11a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1434f54c3d1a11a2","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"92bf5e465ece78ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92bf5e465ece78ad","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"6dc7a83da21ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dc7a83da21ea1a1","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"a83a260a3ab412c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a83a260a3ab412c9","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"16baceee24309467","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16baceee24309467","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"188708c20676ea47","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/188708c20676ea47","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"47a1e98c08f1d531","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/47a1e98c08f1d531","status":"passed","time":{"start":1707736511735,"stop":1707736511736,"duration":1}},{"uid":"23b0c6ef734c9766","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23b0c6ef734c9766","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"tags":[]},"source":"4dfd3d73af96d06c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6fa7abeee070eed2.json b/6406/data/test-cases/4e7388f337eee427.json similarity index 77% rename from 6379/data/test-cases/6fa7abeee070eed2.json rename to 6406/data/test-cases/4e7388f337eee427.json index 809e5a83b85..d2407c7a2a2 100644 --- a/6379/data/test-cases/6fa7abeee070eed2.json +++ b/6406/data/test-cases/4e7388f337eee427.json @@ -1 +1 @@ -{"uid":"6fa7abeee070eed2","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":1707419013072,"stop":1707419013072,"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":18,"unknown":0,"total":18},"items":[{"uid":"d1239b154d345711","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d1239b154d345711","status":"passed","time":{"start":1707418255024,"stop":1707418255024,"duration":0}},{"uid":"b9ba682329ea4320","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b9ba682329ea4320","status":"passed","time":{"start":1707418202575,"stop":1707418202576,"duration":1}},{"uid":"3e36e8689bd2d6d8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3e36e8689bd2d6d8","status":"passed","time":{"start":1707412632610,"stop":1707412632611,"duration":1}},{"uid":"d1efa3934c251d88","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d1efa3934c251d88","status":"passed","time":{"start":1707411050766,"stop":1707411050766,"duration":0}},{"uid":"ac730edec12d09f0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ac730edec12d09f0","status":"passed","time":{"start":1707409528968,"stop":1707409528968,"duration":0}},{"uid":"d24bf87213827226","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d24bf87213827226","status":"passed","time":{"start":1707408904864,"stop":1707408904865,"duration":1}},{"uid":"5f0e34fab51aa1a3","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5f0e34fab51aa1a3","status":"passed","time":{"start":1707408867375,"stop":1707408867375,"duration":0}},{"uid":"d39aafefec9fb3a6","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d39aafefec9fb3a6","status":"passed","time":{"start":1707408376752,"stop":1707408376753,"duration":1}},{"uid":"4b98eb3c8694edfa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4b98eb3c8694edfa","status":"passed","time":{"start":1707407458508,"stop":1707407458508,"duration":0}},{"uid":"473fc76a21142fd5","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/473fc76a21142fd5","status":"passed","time":{"start":1707407342023,"stop":1707407342023,"duration":0}},{"uid":"8b9df8f5ae8ca3c2","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8b9df8f5ae8ca3c2","status":"passed","time":{"start":1707404337398,"stop":1707404337399,"duration":1}},{"uid":"5390e283a81cf323","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5390e283a81cf323","status":"passed","time":{"start":1707375779680,"stop":1707375779681,"duration":1}},{"uid":"4a5f4c9e24001d96","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4a5f4c9e24001d96","status":"passed","time":{"start":1707372972491,"stop":1707372972491,"duration":0}},{"uid":"3d3675018fec04d6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3d3675018fec04d6","status":"passed","time":{"start":1707359158650,"stop":1707359158651,"duration":1}},{"uid":"95c2a75280dbef6a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95c2a75280dbef6a","status":"passed","time":{"start":1707357906691,"stop":1707357906692,"duration":1}},{"uid":"eab993d15e129479","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eab993d15e129479","status":"passed","time":{"start":1707356955634,"stop":1707356955634,"duration":0}},{"uid":"c3b022842a3f0097","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c3b022842a3f0097","status":"passed","time":{"start":1707355179959,"stop":1707355179959,"duration":0}}]},"tags":[]},"source":"6fa7abeee070eed2.json","parameterValues":[]} \ No newline at end of file +{"uid":"4e7388f337eee427","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":1707793168674,"stop":1707793168675,"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":14,"unknown":0,"total":14},"items":[{"uid":"b6960ee6a1624c57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6960ee6a1624c57","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"9c5ee5e4a8416c39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c5ee5e4a8416c39","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"19e567e5513f03fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/19e567e5513f03fd","status":"passed","time":{"start":1707775219995,"stop":1707775219995,"duration":0}},{"uid":"2ad1ce196fb94922","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ad1ce196fb94922","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"6136cb8515159fe5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6136cb8515159fe5","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"ef36e616387bbd8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ef36e616387bbd8d","status":"passed","time":{"start":1707760106455,"stop":1707760106456,"duration":1}},{"uid":"76b182b02a77784c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76b182b02a77784c","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"a5df0131d1a9db39","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5df0131d1a9db39","status":"passed","time":{"start":1707756422344,"stop":1707756422344,"duration":0}},{"uid":"a70fb12ae3fff21b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a70fb12ae3fff21b","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"fc618b10bac81aac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc618b10bac81aac","status":"passed","time":{"start":1707753586162,"stop":1707753586163,"duration":1}},{"uid":"c4cdab32b260245c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4cdab32b260245c","status":"passed","time":{"start":1707750964801,"stop":1707750964801,"duration":0}},{"uid":"a3133266ebcdba09","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a3133266ebcdba09","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"123f183308499122","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/123f183308499122","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"tags":[]},"source":"4e7388f337eee427.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4f49d34fd850a886.json b/6406/data/test-cases/4f49d34fd850a886.json new file mode 100644 index 00000000000..11447b1fcad --- /dev/null +++ b/6406/data/test-cases/4f49d34fd850a886.json @@ -0,0 +1 @@ +{"uid":"4f49d34fd850a886","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":1707793371108,"stop":1707793371108,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"ff9826298b0a0e86","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff9826298b0a0e86","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"3501b9290eb932aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3501b9290eb932aa","status":"passed","time":{"start":1707775602025,"stop":1707775602025,"duration":0}},{"uid":"4c6386e99e514b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c6386e99e514b2c","status":"passed","time":{"start":1707775390237,"stop":1707775390237,"duration":0}},{"uid":"aacdde2f9809034c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aacdde2f9809034c","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1}},{"uid":"b9476e8c93430d9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9476e8c93430d9c","status":"passed","time":{"start":1707769968721,"stop":1707769968721,"duration":0}},{"uid":"e21049742efe1172","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e21049742efe1172","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"9d061a36522a0e5f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d061a36522a0e5f","status":"passed","time":{"start":1707758006714,"stop":1707758006714,"duration":0}},{"uid":"ef036961ad60e237","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef036961ad60e237","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ad879ef8ec695f15","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad879ef8ec695f15","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"289c267c308fb980","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289c267c308fb980","status":"passed","time":{"start":1707753782761,"stop":1707753782761,"duration":0}},{"uid":"938494fe2ff93f7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/938494fe2ff93f7a","status":"passed","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1431d29a6972d435","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1431d29a6972d435","status":"passed","time":{"start":1707737091341,"stop":1707737091341,"duration":0}},{"uid":"8f46a7be0a5554cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f46a7be0a5554cc","status":"passed","time":{"start":1707736260136,"stop":1707736260136,"duration":0}}]},"tags":[]},"source":"4f49d34fd850a886.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/4ffebe91ed5be523.json b/6406/data/test-cases/4ffebe91ed5be523.json new file mode 100644 index 00000000000..7ef2b82cfb1 --- /dev/null +++ b/6406/data/test-cases/4ffebe91ed5be523.json @@ -0,0 +1 @@ +{"uid":"4ffebe91ed5be523","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":1707793088063,"stop":1707793088063,"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":"ebbfe7e29205e4a8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ebbfe7e29205e4a8","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"20a62db963ca06cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20a62db963ca06cc","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"ff46642a82061a62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff46642a82061a62","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"6479900a1d29b86f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6479900a1d29b86f","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1}},{"uid":"71015a31f7dc4834","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71015a31f7dc4834","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"271de4404f90cdd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/271de4404f90cdd3","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"97c996b6686035ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/97c996b6686035ec","status":"passed","time":{"start":1707757709189,"stop":1707757709190,"duration":1}},{"uid":"7e0803190b065417","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e0803190b065417","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"7958b5c7b8f4de51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7958b5c7b8f4de51","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"e3c54a65b9b83721","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c54a65b9b83721","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"23f580eab68d1048","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23f580eab68d1048","status":"passed","time":{"start":1707750881807,"stop":1707750881808,"duration":1}},{"uid":"22e4e95767e153","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/22e4e95767e153","status":"passed","time":{"start":1707736800766,"stop":1707736800767,"duration":1}},{"uid":"f8d778747482fb23","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d778747482fb23","status":"passed","time":{"start":1707736013455,"stop":1707736013455,"duration":0}}]},"tags":[]},"source":"4ffebe91ed5be523.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5012dbe23b68afe2.json b/6406/data/test-cases/5012dbe23b68afe2.json new file mode 100644 index 00000000000..6346f75854b --- /dev/null +++ b/6406/data/test-cases/5012dbe23b68afe2.json @@ -0,0 +1 @@ +{"uid":"5012dbe23b68afe2","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":1707793012485,"stop":1707793012486,"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":14,"unknown":0,"total":14},"items":[{"uid":"b53cccd65ae604ce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b53cccd65ae604ce","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"1b7abf339b2f629f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b7abf339b2f629f","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"25fe7946cb196160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/25fe7946cb196160","status":"passed","time":{"start":1707775082020,"stop":1707775082020,"duration":0}},{"uid":"65607bede5de56d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65607bede5de56d8","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"duration":1}},{"uid":"6849ae6efb2e88d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6849ae6efb2e88d9","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"d327889da7a46fea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d327889da7a46fea","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"99e07682f8c56b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99e07682f8c56b8","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"cbb7012ac9bf0306","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbb7012ac9bf0306","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"9a281beda43afcb6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a281beda43afcb6","status":"passed","time":{"start":1707753651170,"stop":1707753651171,"duration":1}},{"uid":"4832ef47cec21419","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4832ef47cec21419","status":"passed","time":{"start":1707753409587,"stop":1707753409588,"duration":1}},{"uid":"cbcfc4970691ee80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cbcfc4970691ee80","status":"passed","time":{"start":1707750722051,"stop":1707750722051,"duration":0}},{"uid":"13051096b82c1ee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13051096b82c1ee3","status":"passed","time":{"start":1707736708330,"stop":1707736708331,"duration":1}},{"uid":"1cf5f34ca6a83d8a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1cf5f34ca6a83d8a","status":"passed","time":{"start":1707735914387,"stop":1707735914387,"duration":0}}]},"tags":[]},"source":"5012dbe23b68afe2.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/51aa55a554d04cf6.json b/6406/data/test-cases/51aa55a554d04cf6.json new file mode 100644 index 00000000000..45e53017612 --- /dev/null +++ b/6406/data/test-cases/51aa55a554d04cf6.json @@ -0,0 +1 @@ +{"uid":"51aa55a554d04cf6","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":1707793086605,"stop":1707793086614,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push (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":14,"unknown":0,"total":14},"items":[{"uid":"de298858f727c29e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de298858f727c29e","status":"passed","time":{"start":1707778058489,"stop":1707778058490,"duration":1}},{"uid":"fdefd67bd02a18a8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fdefd67bd02a18a8","status":"passed","time":{"start":1707775337152,"stop":1707775337153,"duration":1}},{"uid":"4af35de51af870ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4af35de51af870ea","status":"passed","time":{"start":1707775143602,"stop":1707775143602,"duration":0}},{"uid":"124cefe2009480ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cefe2009480ce","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0}},{"uid":"15cd84d52da41f02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15cd84d52da41f02","status":"passed","time":{"start":1707769940212,"stop":1707769940213,"duration":1}},{"uid":"b466a964cc14a53a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b466a964cc14a53a","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"7efe3da20965e47f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7efe3da20965e47f","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"77c08457c5457b6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77c08457c5457b6f","status":"passed","time":{"start":1707756352342,"stop":1707756352342,"duration":0}},{"uid":"fe3de0ec30c65112","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe3de0ec30c65112","status":"passed","time":{"start":1707753768711,"stop":1707753768711,"duration":0}},{"uid":"a408f062f54d52f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a408f062f54d52f5","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"7c68a4421910fd0a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c68a4421910fd0a","status":"passed","time":{"start":1707750899683,"stop":1707750899684,"duration":1}},{"uid":"d275f601c92e1681","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d275f601c92e1681","status":"passed","time":{"start":1707736822685,"stop":1707736822686,"duration":1}},{"uid":"83dd9883daca932f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83dd9883daca932f","status":"passed","time":{"start":1707736014744,"stop":1707736014745,"duration":1}}]},"tags":[]},"source":"51aa55a554d04cf6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/494254101189a960.json b/6406/data/test-cases/521284f657f31c86.json similarity index 55% rename from 6379/data/test-cases/494254101189a960.json rename to 6406/data/test-cases/521284f657f31c86.json index 0d1fd815b2b..03e63fb2b52 100644 --- a/6379/data/test-cases/494254101189a960.json +++ b/6406/data/test-cases/521284f657f31c86.json @@ -1 +1 @@ -{"uid":"494254101189a960","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":1707419231826,"stop":1707419231826,"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":18,"unknown":0,"total":18},"items":[{"uid":"e790fed65fb199ec","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e790fed65fb199ec","status":"passed","time":{"start":1707418475053,"stop":1707418475054,"duration":1}},{"uid":"65e715eecd0e2c76","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/65e715eecd0e2c76","status":"passed","time":{"start":1707418426404,"stop":1707418426404,"duration":0}},{"uid":"2e9495690d1c5f54","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2e9495690d1c5f54","status":"passed","time":{"start":1707412815099,"stop":1707412815100,"duration":1}},{"uid":"94073c6d6ce7d25b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/94073c6d6ce7d25b","status":"passed","time":{"start":1707411281537,"stop":1707411281538,"duration":1}},{"uid":"1b1f8b11f92c20d7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1b1f8b11f92c20d7","status":"passed","time":{"start":1707409756181,"stop":1707409756182,"duration":1}},{"uid":"738f28e8b653e76b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/738f28e8b653e76b","status":"passed","time":{"start":1707409134537,"stop":1707409134537,"duration":0}},{"uid":"88bfbe89fbb96f84","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/88bfbe89fbb96f84","status":"passed","time":{"start":1707409089159,"stop":1707409089160,"duration":1}},{"uid":"516d5297f4a2c5d4","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/516d5297f4a2c5d4","status":"passed","time":{"start":1707408613616,"stop":1707408613617,"duration":1}},{"uid":"8686dcdca232761f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8686dcdca232761f","status":"passed","time":{"start":1707407690282,"stop":1707407690283,"duration":1}},{"uid":"bb5c09670d3d3607","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/bb5c09670d3d3607","status":"passed","time":{"start":1707407587134,"stop":1707407587134,"duration":0}},{"uid":"a37c742313eb5b7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a37c742313eb5b7","status":"passed","time":{"start":1707404566443,"stop":1707404566444,"duration":1}},{"uid":"218d113a0c61a650","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/218d113a0c61a650","status":"passed","time":{"start":1707375995126,"stop":1707375995127,"duration":1}},{"uid":"d0e780e40e521e72","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d0e780e40e521e72","status":"passed","time":{"start":1707373198913,"stop":1707373198913,"duration":0}},{"uid":"36a0964b7bb3915","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/36a0964b7bb3915","status":"passed","time":{"start":1707359396098,"stop":1707359396099,"duration":1}},{"uid":"1804616b893ceaa5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1804616b893ceaa5","status":"passed","time":{"start":1707358145422,"stop":1707358145422,"duration":0}},{"uid":"5224abafc8be488","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5224abafc8be488","status":"passed","time":{"start":1707357148266,"stop":1707357148266,"duration":0}},{"uid":"782f165b06e0041d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/782f165b06e0041d","status":"passed","time":{"start":1707355337384,"stop":1707355337384,"duration":0}}]},"tags":[]},"source":"494254101189a960.json","parameterValues":[]} \ No newline at end of file +{"uid":"521284f657f31c86","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":1707793392503,"stop":1707793392503,"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":14,"unknown":0,"total":14},"items":[{"uid":"14d7993a8295c2e3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14d7993a8295c2e3","status":"passed","time":{"start":1707778370027,"stop":1707778370028,"duration":1}},{"uid":"e33a6f757264fc07","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e33a6f757264fc07","status":"passed","time":{"start":1707775644356,"stop":1707775644357,"duration":1}},{"uid":"b2fb19b91de8287a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b2fb19b91de8287a","status":"passed","time":{"start":1707775439254,"stop":1707775439255,"duration":1}},{"uid":"38d8b20d74636eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38d8b20d74636eb8","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1}},{"uid":"111b0c1dfac975d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/111b0c1dfac975d","status":"passed","time":{"start":1707770140537,"stop":1707770140537,"duration":0}},{"uid":"b3b75f20f6d7ed0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3b75f20f6d7ed0b","status":"passed","time":{"start":1707760337681,"stop":1707760337682,"duration":1}},{"uid":"346ae98ae70f29cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/346ae98ae70f29cf","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"33f6f2d36b02b6dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33f6f2d36b02b6dc","status":"passed","time":{"start":1707756656799,"stop":1707756656800,"duration":1}},{"uid":"9d8e92d1b09ae780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d8e92d1b09ae780","status":"passed","time":{"start":1707753960364,"stop":1707753960364,"duration":0}},{"uid":"fe304221c887110e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe304221c887110e","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"5d5e2d1ffb78c110","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d5e2d1ffb78c110","status":"passed","time":{"start":1707751157937,"stop":1707751157939,"duration":2}},{"uid":"70f2cbfd17b758d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f2cbfd17b758d7","status":"passed","time":{"start":1707737112733,"stop":1707737112734,"duration":1}},{"uid":"d1eb2abcba8576da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1eb2abcba8576da","status":"passed","time":{"start":1707736314164,"stop":1707736314165,"duration":1}}]},"tags":[]},"source":"521284f657f31c86.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5219294f3b7c7745.json b/6406/data/test-cases/5219294f3b7c7745.json new file mode 100644 index 00000000000..9a9dfeead4f --- /dev/null +++ b/6406/data/test-cases/5219294f3b7c7745.json @@ -0,0 +1 @@ +{"uid":"5219294f3b7c7745","name":"should only return 1 node with relay and store capability","fullName":"/src/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with relay and store capability","historyId":"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815081,"stop":1707792815081,"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"},{"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":"26f1f44eb0b7af8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/26f1f44eb0b7af8c","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"ef6e64a55b4dd8a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef6e64a55b4dd8a3","status":"passed","time":{"start":1707775040578,"stop":1707775040579,"duration":1}},{"uid":"f545c2d70903e233","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f545c2d70903e233","status":"passed","time":{"start":1707774842473,"stop":1707774842473,"duration":0}},{"uid":"dd7b6b712b14b6d5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd7b6b712b14b6d5","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"aa2cfc7d48cc07df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cfc7d48cc07df","status":"passed","time":{"start":1707769642599,"stop":1707769642600,"duration":1}},{"uid":"5830d2a0ce6ee7ed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5830d2a0ce6ee7ed","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"b151d8e32e08f98e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b151d8e32e08f98e","status":"passed","time":{"start":1707757432392,"stop":1707757432393,"duration":1}},{"uid":"9bc6f13ebb1e525e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bc6f13ebb1e525e","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"1ce95716f3fd1324","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ce95716f3fd1324","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"74e538f8245cff6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e538f8245cff6f","status":"passed","time":{"start":1707753208672,"stop":1707753208673,"duration":1}},{"uid":"d65550ba19a6d749","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d65550ba19a6d749","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"25bfd977705d4ab4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25bfd977705d4ab4","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"b7440b82d1df364f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b7440b82d1df364f","status":"passed","time":{"start":1707735708006,"stop":1707735708007,"duration":1}}]},"tags":[]},"source":"5219294f3b7c7745.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4ee7ba56bf106eaa.json b/6406/data/test-cases/524a3445fa87372f.json similarity index 80% rename from 6379/data/test-cases/4ee7ba56bf106eaa.json rename to 6406/data/test-cases/524a3445fa87372f.json index d5ad7486410..20aad1b21e4 100644 --- a/6379/data/test-cases/4ee7ba56bf106eaa.json +++ b/6406/data/test-cases/524a3445fa87372f.json @@ -1 +1 @@ -{"uid":"4ee7ba56bf106eaa","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":1707418841945,"stop":1707418841948,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"464a4ad31419913b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/464a4ad31419913b","status":"passed","time":{"start":1707418071904,"stop":1707418071905,"duration":1}},{"uid":"773f30503d181f00","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/773f30503d181f00","status":"passed","time":{"start":1707418027868,"stop":1707418027868,"duration":0}},{"uid":"6256ed0c9768e08","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6256ed0c9768e08","status":"passed","time":{"start":1707412447299,"stop":1707412447299,"duration":0}},{"uid":"f4bba0f991e2a728","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f4bba0f991e2a728","status":"passed","time":{"start":1707410887044,"stop":1707410887045,"duration":1}},{"uid":"913d30184b14de48","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/913d30184b14de48","status":"passed","time":{"start":1707409360838,"stop":1707409360838,"duration":0}},{"uid":"60fb83e3f6827751","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/60fb83e3f6827751","status":"passed","time":{"start":1707408754555,"stop":1707408754556,"duration":1}},{"uid":"371d54fc0b2a862f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/371d54fc0b2a862f","status":"passed","time":{"start":1707408698001,"stop":1707408698001,"duration":0}},{"uid":"b6116daf38044276","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b6116daf38044276","status":"passed","time":{"start":1707408233041,"stop":1707408233042,"duration":1}},{"uid":"d4a328953c32f94a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d4a328953c32f94a","status":"passed","time":{"start":1707407282983,"stop":1707407282983,"duration":0}},{"uid":"7fc44f4551862235","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7fc44f4551862235","status":"passed","time":{"start":1707407158632,"stop":1707407158634,"duration":2}},{"uid":"2097aca1c9c7d1e5","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2097aca1c9c7d1e5","status":"passed","time":{"start":1707404183608,"stop":1707404183608,"duration":0}},{"uid":"4e5c7fa7d5b50999","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4e5c7fa7d5b50999","status":"passed","time":{"start":1707375605101,"stop":1707375605104,"duration":3}},{"uid":"691de21928b43cf1","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/691de21928b43cf1","status":"passed","time":{"start":1707372815527,"stop":1707372815527,"duration":0}},{"uid":"a79e3949dc09c507","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a79e3949dc09c507","status":"passed","time":{"start":1707358982999,"stop":1707358983023,"duration":24}},{"uid":"b68ba86af7f353a4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b68ba86af7f353a4","status":"passed","time":{"start":1707357747315,"stop":1707357747315,"duration":0}},{"uid":"c53d5aa654e2efeb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c53d5aa654e2efeb","status":"passed","time":{"start":1707356855812,"stop":1707356855813,"duration":1}},{"uid":"3f2f83cdfc60f22a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3f2f83cdfc60f22a","status":"passed","time":{"start":1707354894959,"stop":1707354894959,"duration":0}}]},"tags":[]},"source":"4ee7ba56bf106eaa.json","parameterValues":[]} \ No newline at end of file +{"uid":"524a3445fa87372f","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":1707793028290,"stop":1707793028290,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"a50a6a0b0525e766","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a50a6a0b0525e766","status":"passed","time":{"start":1707777973005,"stop":1707777973006,"duration":1}},{"uid":"b3727a72a321e8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3727a72a321e8f8","status":"passed","time":{"start":1707775244534,"stop":1707775244534,"duration":0}},{"uid":"3bab6b071d991a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bab6b071d991a7","status":"passed","time":{"start":1707775050823,"stop":1707775050824,"duration":1}},{"uid":"c36c614f431a915c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c36c614f431a915c","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"66c75c3615d8b6a3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c75c3615d8b6a3","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"5dc9c50b018016db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5dc9c50b018016db","status":"passed","time":{"start":1707759965210,"stop":1707759965211,"duration":1}},{"uid":"61bb20bf2b52eee4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61bb20bf2b52eee4","status":"passed","time":{"start":1707757644395,"stop":1707757644396,"duration":1}},{"uid":"2cd149d49d45131d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2cd149d49d45131d","status":"passed","time":{"start":1707756267917,"stop":1707756267918,"duration":1}},{"uid":"66a2439bfa352b28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/66a2439bfa352b28","status":"passed","time":{"start":1707753668083,"stop":1707753668084,"duration":1}},{"uid":"767cd4742655aa2e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/767cd4742655aa2e","status":"passed","time":{"start":1707753423543,"stop":1707753423543,"duration":0}},{"uid":"4a38b756d29c2519","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a38b756d29c2519","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"cedc1b84e3727e7c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cedc1b84e3727e7c","status":"passed","time":{"start":1707736730658,"stop":1707736730661,"duration":3}},{"uid":"fabf037e9aed9c6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fabf037e9aed9c6f","status":"passed","time":{"start":1707735912133,"stop":1707735912133,"duration":0}}]},"tags":[]},"source":"524a3445fa87372f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c93e5d28666a6171.json b/6406/data/test-cases/52ea7394a22dd995.json similarity index 85% rename from 6379/data/test-cases/c93e5d28666a6171.json rename to 6406/data/test-cases/52ea7394a22dd995.json index 41b2a337c21..4059f2763fd 100644 --- a/6379/data/test-cases/c93e5d28666a6171.json +++ b/6406/data/test-cases/52ea7394a22dd995.json @@ -1 +1 @@ -{"uid":"c93e5d28666a6171","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":1707419080395,"stop":1707419080395,"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":18,"unknown":0,"total":18},"items":[{"uid":"bf870c612c605c85","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bf870c612c605c85","status":"passed","time":{"start":1707418322012,"stop":1707418322013,"duration":1}},{"uid":"bb6db7226471f780","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bb6db7226471f780","status":"passed","time":{"start":1707418259976,"stop":1707418259977,"duration":1}},{"uid":"df2972e25a1d394f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/df2972e25a1d394f","status":"passed","time":{"start":1707412707106,"stop":1707412707106,"duration":0}},{"uid":"27106527c3bbb94a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/27106527c3bbb94a","status":"passed","time":{"start":1707411118094,"stop":1707411118095,"duration":1}},{"uid":"e43e472861f5b9b8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e43e472861f5b9b8","status":"passed","time":{"start":1707409587915,"stop":1707409587917,"duration":2}},{"uid":"ab988b9882ec2a35","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ab988b9882ec2a35","status":"passed","time":{"start":1707408980204,"stop":1707408980204,"duration":0}},{"uid":"3c6863c563c24a49","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3c6863c563c24a49","status":"passed","time":{"start":1707408927117,"stop":1707408927117,"duration":0}},{"uid":"b9f5d65b4e7470b1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b9f5d65b4e7470b1","status":"passed","time":{"start":1707408458729,"stop":1707408458730,"duration":1}},{"uid":"913d80cd8d3b8f01","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/913d80cd8d3b8f01","status":"passed","time":{"start":1707407520219,"stop":1707407520220,"duration":1}},{"uid":"3bc3c88894abc97c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3bc3c88894abc97c","status":"passed","time":{"start":1707407427624,"stop":1707407427624,"duration":0}},{"uid":"7579561d85311b1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7579561d85311b1","status":"passed","time":{"start":1707404404302,"stop":1707404404302,"duration":0}},{"uid":"e1799b1e0e295568","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e1799b1e0e295568","status":"passed","time":{"start":1707375846750,"stop":1707375846751,"duration":1}},{"uid":"3a909dbd5f33a60e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3a909dbd5f33a60e","status":"passed","time":{"start":1707373035623,"stop":1707373035623,"duration":0}},{"uid":"ac1395541aa55fae","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ac1395541aa55fae","status":"passed","time":{"start":1707359236205,"stop":1707359236205,"duration":0}},{"uid":"17239d5f53d66a6f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/17239d5f53d66a6f","status":"passed","time":{"start":1707357965176,"stop":1707357965187,"duration":11}},{"uid":"247eea57f140b46f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/247eea57f140b46f","status":"passed","time":{"start":1707357048195,"stop":1707357048195,"duration":0}},{"uid":"e4a6ab45928932b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e4a6ab45928932b","status":"passed","time":{"start":1707355141606,"stop":1707355141607,"duration":1}}]},"tags":[]},"source":"c93e5d28666a6171.json","parameterValues":[]} \ No newline at end of file +{"uid":"52ea7394a22dd995","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":1707793238864,"stop":1707793238864,"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":14,"unknown":0,"total":14},"items":[{"uid":"3f36e17bc4656c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f36e17bc4656c55","status":"passed","time":{"start":1707778202466,"stop":1707778202466,"duration":0}},{"uid":"e8493445fad9b830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8493445fad9b830","status":"passed","time":{"start":1707775486612,"stop":1707775486612,"duration":0}},{"uid":"5ef514be2bb05cfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ef514be2bb05cfa","status":"passed","time":{"start":1707775300129,"stop":1707775300130,"duration":1}},{"uid":"4a5c0755ea13e16b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a5c0755ea13e16b","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"5093396b643e2339","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5093396b643e2339","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"c9c1d900114f285a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9c1d900114f285a","status":"passed","time":{"start":1707760173998,"stop":1707760174007,"duration":9}},{"uid":"9060dba91626821f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9060dba91626821f","status":"passed","time":{"start":1707757873906,"stop":1707757873906,"duration":0}},{"uid":"7f6a46ff310188","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f6a46ff310188","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"8c9fa7a96ee88b51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c9fa7a96ee88b51","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"9a48343ef4ef7125","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9a48343ef4ef7125","status":"passed","time":{"start":1707753647489,"stop":1707753647492,"duration":3}},{"uid":"a7250cf5adf4f120","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7250cf5adf4f120","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"9696d53ce1199015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9696d53ce1199015","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"927a6348a9f10dfb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/927a6348a9f10dfb","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"tags":[]},"source":"52ea7394a22dd995.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a9133e73c8fdce6e.json b/6406/data/test-cases/53412d951a41a02a.json similarity index 53% rename from 6379/data/test-cases/a9133e73c8fdce6e.json rename to 6406/data/test-cases/53412d951a41a02a.json index 2629ab529d8..026cd22f9e7 100644 --- a/6379/data/test-cases/a9133e73c8fdce6e.json +++ b/6406/data/test-cases/53412d951a41a02a.json @@ -1 +1 @@ -{"uid":"a9133e73c8fdce6e","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":1707418873963,"stop":1707418873964,"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":18,"unknown":0,"total":18},"items":[{"uid":"fd5a4cad28b7d5ac","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fd5a4cad28b7d5ac","status":"passed","time":{"start":1707418134413,"stop":1707418134414,"duration":1}},{"uid":"c029390800f63f03","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c029390800f63f03","status":"passed","time":{"start":1707418089119,"stop":1707418089119,"duration":0}},{"uid":"2b7663f4556935","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2b7663f4556935","status":"passed","time":{"start":1707412521475,"stop":1707412521475,"duration":0}},{"uid":"d5bfeeef157f222d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d5bfeeef157f222d","status":"passed","time":{"start":1707410940004,"stop":1707410940005,"duration":1}},{"uid":"2f6f5cd6bdd8092e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2f6f5cd6bdd8092e","status":"passed","time":{"start":1707409391195,"stop":1707409391196,"duration":1}},{"uid":"7c5e6c4b40ce7170","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7c5e6c4b40ce7170","status":"passed","time":{"start":1707408781559,"stop":1707408781559,"duration":0}},{"uid":"1b47d9c763d5fa3b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1b47d9c763d5fa3b","status":"passed","time":{"start":1707408744485,"stop":1707408744486,"duration":1}},{"uid":"f5566d206f76ba93","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f5566d206f76ba93","status":"passed","time":{"start":1707408261437,"stop":1707408261437,"duration":0}},{"uid":"70cbfd0bc2593c03","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/70cbfd0bc2593c03","status":"passed","time":{"start":1707407338358,"stop":1707407338358,"duration":0}},{"uid":"f7fd1d406e479f71","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f7fd1d406e479f71","status":"passed","time":{"start":1707407221283,"stop":1707407221283,"duration":0}},{"uid":"f7199b446be75064","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f7199b446be75064","status":"passed","time":{"start":1707404211875,"stop":1707404211875,"duration":0}},{"uid":"25f1e40faf95da82","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/25f1e40faf95da82","status":"passed","time":{"start":1707375653451,"stop":1707375653453,"duration":2}},{"uid":"ae2d822da930dd6f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ae2d822da930dd6f","status":"passed","time":{"start":1707372857534,"stop":1707372857534,"duration":0}},{"uid":"ef9975691e58e8a9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef9975691e58e8a9","status":"passed","time":{"start":1707359049309,"stop":1707359049310,"duration":1}},{"uid":"5c80b2ba544584d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5c80b2ba544584d","status":"passed","time":{"start":1707357781641,"stop":1707357781641,"duration":0}},{"uid":"5e3a6a9a7c83e554","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5e3a6a9a7c83e554","status":"passed","time":{"start":1707356903375,"stop":1707356903375,"duration":0}},{"uid":"4025f936a8c29a73","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4025f936a8c29a73","status":"passed","time":{"start":1707355100956,"stop":1707355100956,"duration":0}}]},"tags":[]},"source":"a9133e73c8fdce6e.json","parameterValues":[]} \ No newline at end of file +{"uid":"53412d951a41a02a","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":1707793059100,"stop":1707793059100,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"77ac286b5d3a78a4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77ac286b5d3a78a4","status":"passed","time":{"start":1707778002164,"stop":1707778002165,"duration":1}},{"uid":"9b7273bcf0343524","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9b7273bcf0343524","status":"passed","time":{"start":1707775288508,"stop":1707775288509,"duration":1}},{"uid":"93bffb7600c688a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/93bffb7600c688a7","status":"passed","time":{"start":1707775094102,"stop":1707775094102,"duration":0}},{"uid":"2b3881fdcb0eb0ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b3881fdcb0eb0ce","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"a6995182d9e0e4fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a6995182d9e0e4fb","status":"passed","time":{"start":1707769883626,"stop":1707769883626,"duration":0}},{"uid":"19d534e75eb81d07","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19d534e75eb81d07","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"9268177645c5202e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9268177645c5202e","status":"passed","time":{"start":1707757677810,"stop":1707757677810,"duration":0}},{"uid":"89872dddf7f11810","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/89872dddf7f11810","status":"passed","time":{"start":1707756291413,"stop":1707756291413,"duration":0}},{"uid":"a3de9f7412481da6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3de9f7412481da6","status":"passed","time":{"start":1707753735501,"stop":1707753735501,"duration":0}},{"uid":"c465db0010676b1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c465db0010676b1c","status":"passed","time":{"start":1707753472968,"stop":1707753472968,"duration":0}},{"uid":"ca8e7f53d2a06f37","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca8e7f53d2a06f37","status":"passed","time":{"start":1707750845160,"stop":1707750845161,"duration":1}},{"uid":"b0de2bac8808d26a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b0de2bac8808d26a","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"3eae84b736bf31fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3eae84b736bf31fd","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"tags":[]},"source":"53412d951a41a02a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/259da913545959d6.json b/6406/data/test-cases/537267c96b0bca03.json similarity index 84% rename from 6379/data/test-cases/259da913545959d6.json rename to 6406/data/test-cases/537267c96b0bca03.json index 3e9cac45b9f..4e038ce41bc 100644 --- a/6379/data/test-cases/259da913545959d6.json +++ b/6406/data/test-cases/537267c96b0bca03.json @@ -1 +1 @@ -{"uid":"259da913545959d6","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":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"6a570eb031409353","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6a570eb031409353","status":"passed","time":{"start":1707418535541,"stop":1707418535541,"duration":0}},{"uid":"5162468f88015d8d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5162468f88015d8d","status":"passed","time":{"start":1707418482217,"stop":1707418482217,"duration":0}},{"uid":"c35ee29ab93f011e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c35ee29ab93f011e","status":"passed","time":{"start":1707412863483,"stop":1707412863483,"duration":0}},{"uid":"7ae3b48271a7d9db","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7ae3b48271a7d9db","status":"passed","time":{"start":1707411338654,"stop":1707411338654,"duration":0}},{"uid":"830066354d253bbe","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/830066354d253bbe","status":"passed","time":{"start":1707409792231,"stop":1707409792231,"duration":0}},{"uid":"fcf26acda6aff577","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fcf26acda6aff577","status":"passed","time":{"start":1707409177754,"stop":1707409177754,"duration":0}},{"uid":"5d0371a77be3513","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5d0371a77be3513","status":"passed","time":{"start":1707409135089,"stop":1707409135090,"duration":1}},{"uid":"1e93d0a9a4b44342","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1e93d0a9a4b44342","status":"passed","time":{"start":1707408664023,"stop":1707408664023,"duration":0}},{"uid":"b50bfa03ad1f3fbc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b50bfa03ad1f3fbc","status":"passed","time":{"start":1707407736509,"stop":1707407736509,"duration":0}},{"uid":"838cab8223030f87","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/838cab8223030f87","status":"passed","time":{"start":1707407618229,"stop":1707407618229,"duration":0}},{"uid":"ee854e48a0a9a10d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ee854e48a0a9a10d","status":"passed","time":{"start":1707404537714,"stop":1707404537714,"duration":0}},{"uid":"f2ec583a6f01579","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f2ec583a6f01579","status":"passed","time":{"start":1707373245356,"stop":1707373245356,"duration":0}},{"uid":"2e9afdf5a891877a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2e9afdf5a891877a","status":"passed","time":{"start":1707359448667,"stop":1707359448667,"duration":0}},{"uid":"597fca52e7fd625b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/597fca52e7fd625b","status":"passed","time":{"start":1707358197185,"stop":1707358197186,"duration":1}},{"uid":"3ccc0fa14fce6b87","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3ccc0fa14fce6b87","status":"passed","time":{"start":1707357226628,"stop":1707357226628,"duration":0}},{"uid":"4940151908f886b8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4940151908f886b8","status":"passed","time":{"start":1707355477307,"stop":1707355477307,"duration":0}}]},"tags":[]},"source":"259da913545959d6.json","parameterValues":[]} \ No newline at end of file +{"uid":"537267c96b0bca03","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":1707793446738,"stop":1707793446739,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"25c18f3ddef80758","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25c18f3ddef80758","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"22372665c58a874","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/22372665c58a874","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"41664619cc5ce389","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41664619cc5ce389","status":"passed","time":{"start":1707775494273,"stop":1707775494274,"duration":1}},{"uid":"bc5c7eda32ff3bdb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc5c7eda32ff3bdb","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"bda4cf20c3c4e060","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bda4cf20c3c4e060","status":"passed","time":{"start":1707770238683,"stop":1707770238684,"duration":1}},{"uid":"f0a4ce1903cecb8b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f0a4ce1903cecb8b","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"2887a1f10787e210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2887a1f10787e210","status":"passed","time":{"start":1707758004307,"stop":1707758004310,"duration":3}},{"uid":"b055301221237fc7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b055301221237fc7","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"3c82b320535a2a5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c82b320535a2a5d","status":"passed","time":{"start":1707754051784,"stop":1707754051785,"duration":1}},{"uid":"96cf8e73b9062de7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96cf8e73b9062de7","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"93e4db3caa5c6d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/93e4db3caa5c6d72","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"9752afdc2b66f978","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9752afdc2b66f978","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"5dc43eaba5dc95e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dc43eaba5dc95e7","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"tags":[]},"source":"537267c96b0bca03.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/30dc828aac67ccc2.json b/6406/data/test-cases/5375952f6039385b.json similarity index 98% rename from 6379/data/test-cases/30dc828aac67ccc2.json rename to 6406/data/test-cases/5375952f6039385b.json index d82614a614e..2d06ec49c93 100644 --- a/6379/data/test-cases/30dc828aac67ccc2.json +++ b/6406/data/test-cases/5375952f6039385b.json @@ -1 +1 @@ -{"uid":"30dc828aac67ccc2","name":"Push message with custom timestamp: 1707415242239","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1707415242239","historyId":"ad0d90d45a461cfee45512b624789b74:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419080412,"stop":1707419080413,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"30dc828aac67ccc2.json","parameterValues":[]} \ No newline at end of file +{"uid":"5375952f6039385b","name":"Push message with custom timestamp: 1677034612699","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1677034612699","historyId":"ed13a6da46211e13582b75a67303bc5b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793238879,"stop":1707793238879,"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":"5375952f6039385b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/da002805e97b5b32.json b/6406/data/test-cases/53aa408e706b2006.json similarity index 76% rename from 6379/data/test-cases/da002805e97b5b32.json rename to 6406/data/test-cases/53aa408e706b2006.json index 10cd726fd83..0f3222c57c3 100644 --- a/6379/data/test-cases/da002805e97b5b32.json +++ b/6406/data/test-cases/53aa408e706b2006.json @@ -1 +1 @@ -{"uid":"da002805e97b5b32","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419013067,"stop":1707419013068,"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":18,"unknown":0,"total":18},"items":[{"uid":"670d3cee17593581","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/670d3cee17593581","status":"passed","time":{"start":1707418255019,"stop":1707418255019,"duration":0}},{"uid":"17d89874d1dc06ab","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/17d89874d1dc06ab","status":"passed","time":{"start":1707418202569,"stop":1707418202569,"duration":0}},{"uid":"6821a3afc8e8ebb0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6821a3afc8e8ebb0","status":"passed","time":{"start":1707412632607,"stop":1707412632608,"duration":1}},{"uid":"90025413d3faf2f3","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/90025413d3faf2f3","status":"passed","time":{"start":1707411050763,"stop":1707411050763,"duration":0}},{"uid":"b3b8408085905be5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b3b8408085905be5","status":"passed","time":{"start":1707409528966,"stop":1707409528966,"duration":0}},{"uid":"8450831c3fac3265","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8450831c3fac3265","status":"passed","time":{"start":1707408904862,"stop":1707408904862,"duration":0}},{"uid":"567662f66a6dd2fa","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/567662f66a6dd2fa","status":"passed","time":{"start":1707408867372,"stop":1707408867372,"duration":0}},{"uid":"f5a67dee20a56d62","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f5a67dee20a56d62","status":"passed","time":{"start":1707408376746,"stop":1707408376747,"duration":1}},{"uid":"a44fbec7b68ed95b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a44fbec7b68ed95b","status":"passed","time":{"start":1707407458505,"stop":1707407458506,"duration":1}},{"uid":"5a815faa63b416c3","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5a815faa63b416c3","status":"passed","time":{"start":1707407342020,"stop":1707407342021,"duration":1}},{"uid":"13a96b3efbff790d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/13a96b3efbff790d","status":"passed","time":{"start":1707404337393,"stop":1707404337393,"duration":0}},{"uid":"20e2e89a871692cf","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/20e2e89a871692cf","status":"passed","time":{"start":1707375779677,"stop":1707375779677,"duration":0}},{"uid":"eab628096333cdfa","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/eab628096333cdfa","status":"passed","time":{"start":1707372972482,"stop":1707372972483,"duration":1}},{"uid":"1d603b703f126349","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1d603b703f126349","status":"passed","time":{"start":1707359158647,"stop":1707359158648,"duration":1}},{"uid":"7adaec0531200ef2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7adaec0531200ef2","status":"passed","time":{"start":1707357906689,"stop":1707357906689,"duration":0}},{"uid":"f3bcf907fa66c2e9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f3bcf907fa66c2e9","status":"passed","time":{"start":1707356955631,"stop":1707356955631,"duration":0}},{"uid":"62cff1f3b246f021","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/62cff1f3b246f021","status":"passed","time":{"start":1707355179953,"stop":1707355179953,"duration":0}}]},"tags":[]},"source":"da002805e97b5b32.json","parameterValues":[]} \ No newline at end of file +{"uid":"53aa408e706b2006","name":"Mutual subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Mutual subscription","historyId":"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793168668,"stop":1707793168669,"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":14,"unknown":0,"total":14},"items":[{"uid":"242502914ec36548","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/242502914ec36548","status":"passed","time":{"start":1707778126340,"stop":1707778126340,"duration":0}},{"uid":"2bcbe4f609c2865d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2bcbe4f609c2865d","status":"passed","time":{"start":1707775409480,"stop":1707775409481,"duration":1}},{"uid":"4f1b0a15e5d5ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f1b0a15e5d5ed31","status":"passed","time":{"start":1707775219992,"stop":1707775219992,"duration":0}},{"uid":"467b4306f625b701","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/467b4306f625b701","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0}},{"uid":"eee8bbb6d72d57a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8bbb6d72d57a1","status":"passed","time":{"start":1707769994532,"stop":1707769994533,"duration":1}},{"uid":"aef7a8d07c11b040","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aef7a8d07c11b040","status":"passed","time":{"start":1707760106452,"stop":1707760106452,"duration":0}},{"uid":"f669ec714824f9cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f669ec714824f9cf","status":"passed","time":{"start":1707757804290,"stop":1707757804291,"duration":1}},{"uid":"265430b22d1b95df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/265430b22d1b95df","status":"passed","time":{"start":1707756422340,"stop":1707756422340,"duration":0}},{"uid":"dfd63d773a9c06fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfd63d773a9c06fe","status":"passed","time":{"start":1707753796544,"stop":1707753796544,"duration":0}},{"uid":"49075e0783f88680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49075e0783f88680","status":"passed","time":{"start":1707753586158,"stop":1707753586158,"duration":0}},{"uid":"771c43a22dbfa6d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/771c43a22dbfa6d9","status":"passed","time":{"start":1707750964798,"stop":1707750964798,"duration":0}},{"uid":"ea69d32b12ab9d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ea69d32b12ab9d2b","status":"passed","time":{"start":1707736890432,"stop":1707736890432,"duration":0}},{"uid":"54d9c181c9e6e416","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/54d9c181c9e6e416","status":"passed","time":{"start":1707736096385,"stop":1707736096386,"duration":1}}]},"tags":[]},"source":"53aa408e706b2006.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/54a2042a900b4a3d.json b/6406/data/test-cases/54a2042a900b4a3d.json new file mode 100644 index 00000000000..fed201ff00f --- /dev/null +++ b/6406/data/test-cases/54a2042a900b4a3d.json @@ -0,0 +1 @@ +{"uid":"54a2042a900b4a3d","name":"Sample","fullName":"/src/multiaddrs_codec.spec.ts: ENR multiaddrs codec > Sample","historyId":"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800221,"stop":1707792800221,"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 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":14,"unknown":0,"total":14},"items":[{"uid":"75a84d667dc3b5ad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75a84d667dc3b5ad","status":"passed","time":{"start":1707777749177,"stop":1707777749177,"duration":0}},{"uid":"4575fd179b271344","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4575fd179b271344","status":"passed","time":{"start":1707775025667,"stop":1707775025667,"duration":0}},{"uid":"b8fbedd7e9d84298","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8fbedd7e9d84298","status":"passed","time":{"start":1707774827226,"stop":1707774827226,"duration":0}},{"uid":"61f084fef4d0b606","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61f084fef4d0b606","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1}},{"uid":"d5fbad0406871843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d5fbad0406871843","status":"passed","time":{"start":1707769627435,"stop":1707769627435,"duration":0}},{"uid":"689f3beec74251b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/689f3beec74251b","status":"passed","time":{"start":1707759722243,"stop":1707759722243,"duration":0}},{"uid":"17a0fb747f3312a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/17a0fb747f3312a1","status":"passed","time":{"start":1707757416958,"stop":1707757416958,"duration":0}},{"uid":"d4a50893719429ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4a50893719429ea","status":"passed","time":{"start":1707756046563,"stop":1707756046564,"duration":1}},{"uid":"54f6d71383d22409","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54f6d71383d22409","status":"passed","time":{"start":1707753464797,"stop":1707753464797,"duration":0}},{"uid":"aa7e24d5ba03367c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aa7e24d5ba03367c","status":"passed","time":{"start":1707753193096,"stop":1707753193096,"duration":0}},{"uid":"185bb6128cee8fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/185bb6128cee8fa","status":"passed","time":{"start":1707750593614,"stop":1707750593614,"duration":0}},{"uid":"51d183189e7d067f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51d183189e7d067f","status":"passed","time":{"start":1707736511026,"stop":1707736511026,"duration":0}},{"uid":"de772be5bf04d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/de772be5bf04d778","status":"passed","time":{"start":1707735692460,"stop":1707735692460,"duration":0}}]},"tags":[]},"source":"54a2042a900b4a3d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/73ae7359e331bee3.json b/6406/data/test-cases/54d65f4b42478a2f.json similarity index 87% rename from 6379/data/test-cases/73ae7359e331bee3.json rename to 6406/data/test-cases/54d65f4b42478a2f.json index 1d94f13030a..61a2c6d518d 100644 --- a/6379/data/test-cases/73ae7359e331bee3.json +++ b/6406/data/test-cases/54d65f4b42478a2f.json @@ -1 +1 @@ -{"uid":"73ae7359e331bee3","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":1707419247769,"stop":1707419247769,"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":17,"unknown":0,"total":17},"items":[{"uid":"8e855a3f754ad223","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8e855a3f754ad223","status":"passed","time":{"start":1707418479336,"stop":1707418479337,"duration":1}},{"uid":"510dca7e6bee1836","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/510dca7e6bee1836","status":"passed","time":{"start":1707418420776,"stop":1707418420791,"duration":15}},{"uid":"230912c92c9d67cd","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/230912c92c9d67cd","status":"passed","time":{"start":1707412716424,"stop":1707412716424,"duration":0}},{"uid":"c30cb0c5993d5ab3","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c30cb0c5993d5ab3","status":"passed","time":{"start":1707411275198,"stop":1707411275198,"duration":0}},{"uid":"deaa6b443e1f680e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/deaa6b443e1f680e","status":"passed","time":{"start":1707409745063,"stop":1707409745063,"duration":0}},{"uid":"823f80a74ebfca20","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/823f80a74ebfca20","status":"passed","time":{"start":1707409135317,"stop":1707409135317,"duration":0}},{"uid":"e4da8f4c76663630","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e4da8f4c76663630","status":"passed","time":{"start":1707409077126,"stop":1707409077127,"duration":1}},{"uid":"b5c2b2ed92281f01","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b5c2b2ed92281f01","status":"passed","time":{"start":1707408618353,"stop":1707408618354,"duration":1}},{"uid":"1af675e921b28482","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1af675e921b28482","status":"passed","time":{"start":1707407695597,"stop":1707407695597,"duration":0}},{"uid":"9d6f064d1027fa58","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9d6f064d1027fa58","status":"passed","time":{"start":1707407563834,"stop":1707407563835,"duration":1}},{"uid":"daa0805254c467b7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/daa0805254c467b7","status":"passed","time":{"start":1707404565396,"stop":1707404565397,"duration":1}},{"uid":"3a6bb13d9fe7a6d5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3a6bb13d9fe7a6d5","status":"passed","time":{"start":1707376005061,"stop":1707376005062,"duration":1}},{"uid":"36fbe401417b3322","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/36fbe401417b3322","status":"passed","time":{"start":1707373209925,"stop":1707373209926,"duration":1}},{"uid":"78bde744766352a1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/78bde744766352a1","status":"passed","time":{"start":1707359407154,"stop":1707359407154,"duration":0}},{"uid":"ed44acb398f8e0e3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ed44acb398f8e0e3","status":"passed","time":{"start":1707358162769,"stop":1707358162769,"duration":0}},{"uid":"fbc6dbdb3131558f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fbc6dbdb3131558f","status":"passed","time":{"start":1707355687984,"stop":1707355687984,"duration":0}}]},"tags":[]},"source":"73ae7359e331bee3.json","parameterValues":[]} \ No newline at end of file +{"uid":"54d65f4b42478a2f","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":1707793370629,"stop":1707793370629,"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":13,"unknown":0,"total":13},"items":[{"uid":"2e58115653308079","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e58115653308079","status":"passed","time":{"start":1707778386479,"stop":1707778386479,"duration":0}},{"uid":"73da66fb6b4ad906","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/73da66fb6b4ad906","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"2cea3c6f860d7d62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cea3c6f860d7d62","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7d9dbc75862cc6ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d9dbc75862cc6ee","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e504ce67b7da9da4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e504ce67b7da9da4","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"10547e414dd58555","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10547e414dd58555","status":"passed","time":{"start":1707760335945,"stop":1707760335946,"duration":1}},{"uid":"af60239ca5119892","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af60239ca5119892","status":"passed","time":{"start":1707758023531,"stop":1707758023531,"duration":0}},{"uid":"a9593930868da33f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a9593930868da33f","status":"passed","time":{"start":1707756664000,"stop":1707756664001,"duration":1}},{"uid":"ea821ace10869d5d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea821ace10869d5d","status":"passed","time":{"start":1707753837166,"stop":1707753837166,"duration":0}},{"uid":"6cdd6c3826b7ce69","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6cdd6c3826b7ce69","status":"passed","time":{"start":1707751136290,"stop":1707751136291,"duration":1}},{"uid":"fe577c4fbfcecdb5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe577c4fbfcecdb5","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"ddbe99ce540e0b4b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ddbe99ce540e0b4b","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"tags":[]},"source":"54d65f4b42478a2f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/463599f5b68607be.json b/6406/data/test-cases/551b02c4b49e9067.json similarity index 85% rename from 6379/data/test-cases/463599f5b68607be.json rename to 6406/data/test-cases/551b02c4b49e9067.json index a4fafdb628e..477b44fa3cb 100644 --- a/6379/data/test-cases/463599f5b68607be.json +++ b/6406/data/test-cases/551b02c4b49e9067.json @@ -1 +1 @@ -{"uid":"463599f5b68607be","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":1707419080411,"stop":1707419080412,"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":18,"unknown":0,"total":18},"items":[{"uid":"fa9032438ea3f2e1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fa9032438ea3f2e1","status":"passed","time":{"start":1707418322025,"stop":1707418322025,"duration":0}},{"uid":"78a9b49346724a09","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/78a9b49346724a09","status":"passed","time":{"start":1707418259988,"stop":1707418259989,"duration":1}},{"uid":"f8f4db30d3dbf71f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f8f4db30d3dbf71f","status":"passed","time":{"start":1707412707123,"stop":1707412707124,"duration":1}},{"uid":"125b8ad899c466ec","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/125b8ad899c466ec","status":"passed","time":{"start":1707411118126,"stop":1707411118127,"duration":1}},{"uid":"e867089859918ede","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e867089859918ede","status":"passed","time":{"start":1707409587929,"stop":1707409587929,"duration":0}},{"uid":"38f0ce6a599abe2d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/38f0ce6a599abe2d","status":"passed","time":{"start":1707408980246,"stop":1707408980247,"duration":1}},{"uid":"48776c7dacfe2277","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/48776c7dacfe2277","status":"passed","time":{"start":1707408927128,"stop":1707408927128,"duration":0}},{"uid":"62188adf0d19d90b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/62188adf0d19d90b","status":"passed","time":{"start":1707408458746,"stop":1707408458747,"duration":1}},{"uid":"26a93a7670231ac6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/26a93a7670231ac6","status":"passed","time":{"start":1707407520237,"stop":1707407520237,"duration":0}},{"uid":"98bf0a3029947efd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/98bf0a3029947efd","status":"passed","time":{"start":1707407427651,"stop":1707407427651,"duration":0}},{"uid":"6bc0c458afedafff","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/6bc0c458afedafff","status":"passed","time":{"start":1707404404313,"stop":1707404404314,"duration":1}},{"uid":"93b614aec46ce116","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/93b614aec46ce116","status":"passed","time":{"start":1707375846761,"stop":1707375846761,"duration":0}},{"uid":"536081a5e8c25ef1","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/536081a5e8c25ef1","status":"passed","time":{"start":1707373035651,"stop":1707373035651,"duration":0}},{"uid":"26e56628af6645c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/26e56628af6645c8","status":"passed","time":{"start":1707359236217,"stop":1707359236217,"duration":0}},{"uid":"e283fde45966a5b2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e283fde45966a5b2","status":"passed","time":{"start":1707357965203,"stop":1707357965203,"duration":0}},{"uid":"336aad0651358a69","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/336aad0651358a69","status":"passed","time":{"start":1707357048212,"stop":1707357048212,"duration":0}},{"uid":"5891af043ea378fa","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5891af043ea378fa","status":"passed","time":{"start":1707355141619,"stop":1707355141619,"duration":0}}]},"tags":[]},"source":"463599f5b68607be.json","parameterValues":[]} \ No newline at end of file +{"uid":"551b02c4b49e9067","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":1707793238877,"stop":1707793238878,"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":14,"unknown":0,"total":14},"items":[{"uid":"ee92a8004c9bec41","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ee92a8004c9bec41","status":"passed","time":{"start":1707778202501,"stop":1707778202502,"duration":1}},{"uid":"9005547878cd008f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9005547878cd008f","status":"passed","time":{"start":1707775486638,"stop":1707775486638,"duration":0}},{"uid":"87286c4591c9d5d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87286c4591c9d5d2","status":"passed","time":{"start":1707775300141,"stop":1707775300141,"duration":0}},{"uid":"8e40072116322214","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e40072116322214","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8}},{"uid":"d3f1b181d22bf9f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3f1b181d22bf9f6","status":"passed","time":{"start":1707770051400,"stop":1707770051400,"duration":0}},{"uid":"b3831da4c59fc244","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3831da4c59fc244","status":"passed","time":{"start":1707760174028,"stop":1707760174029,"duration":1}},{"uid":"218ec4cbb2d99473","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/218ec4cbb2d99473","status":"passed","time":{"start":1707757873929,"stop":1707757873930,"duration":1}},{"uid":"e539f1d258e880df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e539f1d258e880df","status":"passed","time":{"start":1707756499913,"stop":1707756499919,"duration":6}},{"uid":"96a71a93b4a6ac1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/96a71a93b4a6ac1b","status":"passed","time":{"start":1707753870469,"stop":1707753870469,"duration":0}},{"uid":"f02bfeac7c4cb505","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f02bfeac7c4cb505","status":"passed","time":{"start":1707753647523,"stop":1707753647524,"duration":1}},{"uid":"4167391acfa31e95","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4167391acfa31e95","status":"passed","time":{"start":1707751019573,"stop":1707751019574,"duration":1}},{"uid":"e9bc3402ebeb08e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9bc3402ebeb08e7","status":"passed","time":{"start":1707736947853,"stop":1707736947855,"duration":2}},{"uid":"57f4239d1495125c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57f4239d1495125c","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"tags":[]},"source":"551b02c4b49e9067.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/55876a56587805bc.json b/6406/data/test-cases/55876a56587805bc.json new file mode 100644 index 00000000000..2e0ad2038b6 --- /dev/null +++ b/6406/data/test-cases/55876a56587805bc.json @@ -0,0 +1 @@ +{"uid":"55876a56587805bc","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":1707792792592,"stop":1707792792592,"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":14,"unknown":0,"total":14},"items":[{"uid":"cb86ad5ece7ecd8e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cb86ad5ece7ecd8e","status":"passed","time":{"start":1707777741514,"stop":1707777741514,"duration":0}},{"uid":"8998e48dcf836b04","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8998e48dcf836b04","status":"passed","time":{"start":1707775017867,"stop":1707775017868,"duration":1}},{"uid":"12d28140f37b6f06","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12d28140f37b6f06","status":"passed","time":{"start":1707774819296,"stop":1707774819297,"duration":1}},{"uid":"222b981442dac7d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/222b981442dac7d1","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"duration":0}},{"uid":"716396fad9f9b849","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/716396fad9f9b849","status":"passed","time":{"start":1707769619598,"stop":1707769619598,"duration":0}},{"uid":"c7c1c1a5801ef101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7c1c1a5801ef101","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"1a66ad70cd85ce36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1a66ad70cd85ce36","status":"passed","time":{"start":1707757409078,"stop":1707757409078,"duration":0}},{"uid":"e3e4174bcc57f887","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e3e4174bcc57f887","status":"passed","time":{"start":1707756038944,"stop":1707756038945,"duration":1}},{"uid":"72db0ce2316e8afb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72db0ce2316e8afb","status":"passed","time":{"start":1707753457115,"stop":1707753457115,"duration":0}},{"uid":"a0cdfe91cef6a699","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0cdfe91cef6a699","status":"passed","time":{"start":1707753185097,"stop":1707753185097,"duration":0}},{"uid":"dcc671744b40d624","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dcc671744b40d624","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"120eb2e3d258fd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120eb2e3d258fd9","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"723f413c7cd656e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/723f413c7cd656e7","status":"passed","time":{"start":1707735684651,"stop":1707735684651,"duration":0}}]},"tags":[]},"source":"55876a56587805bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d459c16819cce2bc.json b/6406/data/test-cases/55ea81b56c4852b5.json similarity index 84% rename from 6379/data/test-cases/d459c16819cce2bc.json rename to 6406/data/test-cases/55ea81b56c4852b5.json index 2e0def6af82..0c44d6ff5a1 100644 --- a/6379/data/test-cases/d459c16819cce2bc.json +++ b/6406/data/test-cases/55ea81b56c4852b5.json @@ -1 +1 @@ -{"uid":"d459c16819cce2bc","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":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"babbc5a5cbd05512","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/babbc5a5cbd05512","status":"passed","time":{"start":1707418535545,"stop":1707418535545,"duration":0}},{"uid":"697c3318b0b7dd8b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/697c3318b0b7dd8b","status":"passed","time":{"start":1707418482220,"stop":1707418482220,"duration":0}},{"uid":"b34fcfeefbe30646","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b34fcfeefbe30646","status":"passed","time":{"start":1707412863486,"stop":1707412863486,"duration":0}},{"uid":"8841a9cffe7faf","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8841a9cffe7faf","status":"passed","time":{"start":1707411338657,"stop":1707411338657,"duration":0}},{"uid":"171b9cbe6ab2d0ba","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/171b9cbe6ab2d0ba","status":"passed","time":{"start":1707409792234,"stop":1707409792235,"duration":1}},{"uid":"7679227d6798d02a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7679227d6798d02a","status":"passed","time":{"start":1707409177757,"stop":1707409177757,"duration":0}},{"uid":"220d5f6d40e0cfd9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/220d5f6d40e0cfd9","status":"passed","time":{"start":1707409135093,"stop":1707409135093,"duration":0}},{"uid":"a2ad9f21c86f2c90","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a2ad9f21c86f2c90","status":"passed","time":{"start":1707408664027,"stop":1707408664027,"duration":0}},{"uid":"52d633906d8bb85a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/52d633906d8bb85a","status":"passed","time":{"start":1707407736513,"stop":1707407736513,"duration":0}},{"uid":"4a58d8863af7c4ec","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4a58d8863af7c4ec","status":"passed","time":{"start":1707407618232,"stop":1707407618233,"duration":1}},{"uid":"22cbe307314f18a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/22cbe307314f18a","status":"passed","time":{"start":1707404537718,"stop":1707404537718,"duration":0}},{"uid":"c1018e06071a0874","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c1018e06071a0874","status":"passed","time":{"start":1707373245360,"stop":1707373245361,"duration":1}},{"uid":"2ca9415427f27797","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ca9415427f27797","status":"passed","time":{"start":1707359448670,"stop":1707359448670,"duration":0}},{"uid":"afd20840419c06e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/afd20840419c06e","status":"passed","time":{"start":1707358197189,"stop":1707358197190,"duration":1}},{"uid":"e9ac06190985a507","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e9ac06190985a507","status":"passed","time":{"start":1707357226631,"stop":1707357226631,"duration":0}},{"uid":"e0b84d9f143a01b8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e0b84d9f143a01b8","status":"passed","time":{"start":1707355477312,"stop":1707355477312,"duration":0}}]},"tags":[]},"source":"d459c16819cce2bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"55ea81b56c4852b5","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":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9759facc1f7ff581","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9759facc1f7ff581","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"a0802496f4fcf64c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0802496f4fcf64c","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"1fa37bc06e01b9ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fa37bc06e01b9ca","status":"passed","time":{"start":1707775494278,"stop":1707775494278,"duration":0}},{"uid":"c0acf8c6302641b2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0acf8c6302641b2","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"bcdd9e46f16dcf2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bcdd9e46f16dcf2c","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"91eee7965ddfa1d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91eee7965ddfa1d8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"d65013b3e6d63314","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d65013b3e6d63314","status":"passed","time":{"start":1707758004327,"stop":1707758004328,"duration":1}},{"uid":"ab20497c0193b174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab20497c0193b174","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"b384c21745e2d399","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b384c21745e2d399","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"9521e09d95a58bcf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9521e09d95a58bcf","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"60557d8b743b29bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60557d8b743b29bc","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"8a04b4221afa514f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a04b4221afa514f","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"ef0fb5dcb5df8585","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef0fb5dcb5df8585","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"tags":[]},"source":"55ea81b56c4852b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/56fb749c89c9d74d.json b/6406/data/test-cases/56fb749c89c9d74d.json new file mode 100644 index 00000000000..fe689aab39d --- /dev/null +++ b/6406/data/test-cases/56fb749c89c9d74d.json @@ -0,0 +1 @@ +{"uid":"56fb749c89c9d74d","name":"Delete observer","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Delete observer","historyId":"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793095139,"stop":1707793095139,"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":14,"unknown":0,"total":14},"items":[{"uid":"e8ec892e6933c653","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8ec892e6933c653","status":"passed","time":{"start":1707778060802,"stop":1707778060802,"duration":0}},{"uid":"1c4c5885c62a746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c4c5885c62a746","status":"passed","time":{"start":1707775339578,"stop":1707775339579,"duration":1}},{"uid":"37be8e355779b5ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37be8e355779b5ee","status":"passed","time":{"start":1707775146026,"stop":1707775146027,"duration":1}},{"uid":"c08c2a9c4f797b5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c08c2a9c4f797b5b","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1}},{"uid":"f22eea9ba8e741f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f22eea9ba8e741f0","status":"passed","time":{"start":1707769941592,"stop":1707769941592,"duration":0}},{"uid":"ce7b01d2ad759e3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce7b01d2ad759e3f","status":"passed","time":{"start":1707760043795,"stop":1707760043796,"duration":1}},{"uid":"885d7bb74422a506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/885d7bb74422a506","status":"passed","time":{"start":1707757737713,"stop":1707757737713,"duration":0}},{"uid":"d4658308a018c18b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4658308a018c18b","status":"passed","time":{"start":1707756354876,"stop":1707756354877,"duration":1}},{"uid":"ecb515062593ba84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ecb515062593ba84","status":"passed","time":{"start":1707753752605,"stop":1707753752605,"duration":0}},{"uid":"28405266d3168bf4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/28405266d3168bf4","status":"passed","time":{"start":1707753516213,"stop":1707753516213,"duration":0}},{"uid":"ceb124e64216d756","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ceb124e64216d756","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"50a1eec0f013d6e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50a1eec0f013d6e8","status":"passed","time":{"start":1707736826035,"stop":1707736826036,"duration":1}},{"uid":"7146ed08ec51d06f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7146ed08ec51d06f","status":"passed","time":{"start":1707736021608,"stop":1707736021609,"duration":1}}]},"tags":[]},"source":"56fb749c89c9d74d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/799eac5fc38b2e0a.json b/6406/data/test-cases/5789b5106be1e408.json similarity index 84% rename from 6379/data/test-cases/799eac5fc38b2e0a.json rename to 6406/data/test-cases/5789b5106be1e408.json index 8471774f2f6..816e1860ade 100644 --- a/6379/data/test-cases/799eac5fc38b2e0a.json +++ b/6406/data/test-cases/5789b5106be1e408.json @@ -1 +1 @@ -{"uid":"799eac5fc38b2e0a","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":1707419289514,"stop":1707419289514,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"9ae7cbca7b83cd63","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9ae7cbca7b83cd63","status":"passed","time":{"start":1707418535553,"stop":1707418535554,"duration":1}},{"uid":"8a2748e7d03dda","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8a2748e7d03dda","status":"passed","time":{"start":1707418482229,"stop":1707418482229,"duration":0}},{"uid":"ba7675650212f9a4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ba7675650212f9a4","status":"passed","time":{"start":1707412863494,"stop":1707412863494,"duration":0}},{"uid":"a9e0e6670e0c94c1","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/a9e0e6670e0c94c1","status":"passed","time":{"start":1707411338666,"stop":1707411338666,"duration":0}},{"uid":"8fb71a96f4991933","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8fb71a96f4991933","status":"passed","time":{"start":1707409792243,"stop":1707409792243,"duration":0}},{"uid":"cc906811fe8d1e6d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cc906811fe8d1e6d","status":"passed","time":{"start":1707409177766,"stop":1707409177766,"duration":0}},{"uid":"5ba2eb3cfcf0e56c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5ba2eb3cfcf0e56c","status":"passed","time":{"start":1707409135101,"stop":1707409135101,"duration":0}},{"uid":"88235132a0d05808","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/88235132a0d05808","status":"passed","time":{"start":1707408664037,"stop":1707408664037,"duration":0}},{"uid":"34e80b57e5bb6ef9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/34e80b57e5bb6ef9","status":"passed","time":{"start":1707407736523,"stop":1707407736523,"duration":0}},{"uid":"54e2c7bd4635fd87","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/54e2c7bd4635fd87","status":"passed","time":{"start":1707407618241,"stop":1707407618241,"duration":0}},{"uid":"e85cbbb23e81ac77","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e85cbbb23e81ac77","status":"passed","time":{"start":1707375978566,"stop":1707375978566,"duration":0}},{"uid":"403ee05e423be403","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/403ee05e423be403","status":"passed","time":{"start":1707373245369,"stop":1707373245370,"duration":1}},{"uid":"432d7aa48ca7f3b3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/432d7aa48ca7f3b3","status":"passed","time":{"start":1707359448678,"stop":1707359448678,"duration":0}},{"uid":"86125b6095dd10a5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/86125b6095dd10a5","status":"passed","time":{"start":1707358197198,"stop":1707358197198,"duration":0}},{"uid":"e37858bd241afac3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e37858bd241afac3","status":"passed","time":{"start":1707357226639,"stop":1707357226639,"duration":0}},{"uid":"c018e0e4cb2cb68f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c018e0e4cb2cb68f","status":"passed","time":{"start":1707355477325,"stop":1707355477325,"duration":0}}]},"tags":[]},"source":"799eac5fc38b2e0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"5789b5106be1e408","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":1707793446752,"stop":1707793446752,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"784aba2ff969b79","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/784aba2ff969b79","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"5fd8d6a08e15c6f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fd8d6a08e15c6f5","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"c1b34c403d541582","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1b34c403d541582","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"f3cc6bad79d0650f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3cc6bad79d0650f","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"duration":1}},{"uid":"c8ce22d2a05363b0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8ce22d2a05363b0","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"d351b95daa706c40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d351b95daa706c40","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"31d3ff2623fa0537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31d3ff2623fa0537","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"ea1781db70f26242","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1781db70f26242","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"3cf4606829b44fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cf4606829b44fce","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b5d357d9928e3e2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5d357d9928e3e2e","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"1a0a92454e3d900c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a0a92454e3d900c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"96c35f4b64ec62bf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96c35f4b64ec62bf","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"tags":[]},"source":"5789b5106be1e408.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/de1001fa1dbedbfc.json b/6406/data/test-cases/57b3f8a38ea1cebe.json similarity index 58% rename from 6379/data/test-cases/de1001fa1dbedbfc.json rename to 6406/data/test-cases/57b3f8a38ea1cebe.json index 8c2048452db..f90afc9420c 100644 --- a/6379/data/test-cases/de1001fa1dbedbfc.json +++ b/6406/data/test-cases/57b3f8a38ea1cebe.json @@ -1 +1 @@ -{"uid":"de1001fa1dbedbfc","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":1707419245416,"stop":1707419245416,"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":18,"unknown":0,"total":18},"items":[{"uid":"b78085a546f5a736","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b78085a546f5a736","status":"passed","time":{"start":1707418481247,"stop":1707418481248,"duration":1}},{"uid":"d54135e9eecb33dd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d54135e9eecb33dd","status":"passed","time":{"start":1707418427429,"stop":1707418427429,"duration":0}},{"uid":"1a9397bd6859e7be","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1a9397bd6859e7be","status":"passed","time":{"start":1707412836875,"stop":1707412836875,"duration":0}},{"uid":"7b0b8fa6607cd469","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7b0b8fa6607cd469","status":"passed","time":{"start":1707411293288,"stop":1707411293289,"duration":1}},{"uid":"b9c6bab5ef5b12b4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b9c6bab5ef5b12b4","status":"passed","time":{"start":1707409756997,"stop":1707409756998,"duration":1}},{"uid":"f95a9643f17d7fcc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f95a9643f17d7fcc","status":"passed","time":{"start":1707409144514,"stop":1707409144514,"duration":0}},{"uid":"dc65176dc2461642","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/dc65176dc2461642","status":"passed","time":{"start":1707409099306,"stop":1707409099306,"duration":0}},{"uid":"c825c31f73c2ce45","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c825c31f73c2ce45","status":"passed","time":{"start":1707408627012,"stop":1707408627012,"duration":0}},{"uid":"695220016d69b64d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/695220016d69b64d","status":"passed","time":{"start":1707407709875,"stop":1707407709875,"duration":0}},{"uid":"dec6e3bd3f7c40ba","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/dec6e3bd3f7c40ba","status":"passed","time":{"start":1707407595121,"stop":1707407595121,"duration":0}},{"uid":"44d671648b8c8f41","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/44d671648b8c8f41","status":"passed","time":{"start":1707404568407,"stop":1707404568407,"duration":0}},{"uid":"61fab66594690ef2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/61fab66594690ef2","status":"passed","time":{"start":1707376005643,"stop":1707376005643,"duration":0}},{"uid":"19df11b92762a8a4","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/19df11b92762a8a4","status":"passed","time":{"start":1707373217012,"stop":1707373217012,"duration":0}},{"uid":"216b4b40acf46e73","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/216b4b40acf46e73","status":"passed","time":{"start":1707359415816,"stop":1707359415816,"duration":0}},{"uid":"c187c826b6ad45f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c187c826b6ad45f8","status":"passed","time":{"start":1707358177347,"stop":1707358177347,"duration":0}},{"uid":"1653b73e2a0cc3fe","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1653b73e2a0cc3fe","status":"passed","time":{"start":1707357159129,"stop":1707357159129,"duration":0}},{"uid":"cbbfcfd4ba6232a3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/cbbfcfd4ba6232a3","status":"passed","time":{"start":1707355369495,"stop":1707355369495,"duration":0}}]},"tags":[]},"source":"de1001fa1dbedbfc.json","parameterValues":[]} \ No newline at end of file +{"uid":"57b3f8a38ea1cebe","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":1707793399645,"stop":1707793399645,"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":"21e4aaced5012902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21e4aaced5012902","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"12b9b1a98c431fd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12b9b1a98c431fd1","status":"passed","time":{"start":1707775649285,"stop":1707775649286,"duration":1}},{"uid":"e37f5bdea19f2028","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e37f5bdea19f2028","status":"passed","time":{"start":1707775456619,"stop":1707775456619,"duration":0}},{"uid":"de18e05a47898406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de18e05a47898406","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"duration":0}},{"uid":"e46310aa915d41c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e46310aa915d41c7","status":"passed","time":{"start":1707770165177,"stop":1707770165178,"duration":1}},{"uid":"f1ffef402fabfab0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f1ffef402fabfab0","status":"passed","time":{"start":1707760340807,"stop":1707760340807,"duration":0}},{"uid":"63db75d04e189c84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63db75d04e189c84","status":"passed","time":{"start":1707758024236,"stop":1707758024237,"duration":1}},{"uid":"ffaa976a1ea3c09b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffaa976a1ea3c09b","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"deb72a116e4ad48b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb72a116e4ad48b","status":"passed","time":{"start":1707753975681,"stop":1707753975681,"duration":0}},{"uid":"827b4bf32b314ba9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827b4bf32b314ba9","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"c4460eaea99bba4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4460eaea99bba4d","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"a64994dadb96ce86","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a64994dadb96ce86","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"6a10df5e78976f4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a10df5e78976f4a","status":"passed","time":{"start":1707736323079,"stop":1707736323080,"duration":1}}]},"tags":[]},"source":"57b3f8a38ea1cebe.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5874ac67edfe5e7e.json b/6406/data/test-cases/5874ac67edfe5e7e.json new file mode 100644 index 00000000000..66a7e3a0b9c --- /dev/null +++ b/6406/data/test-cases/5874ac67edfe5e7e.json @@ -0,0 +1 @@ +{"uid":"5874ac67edfe5e7e","name":"ENRTree (root): should parse and verify and DNS root entry","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (root): should parse and verify and DNS root entry","historyId":"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814742,"stop":1707792814742,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"4815880549605ce3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4815880549605ce3","status":"passed","time":{"start":1707777764075,"stop":1707777764075,"duration":0}},{"uid":"5b2277b067d4abfc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b2277b067d4abfc","status":"passed","time":{"start":1707775040144,"stop":1707775040145,"duration":1}},{"uid":"2d3c18f008c46593","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d3c18f008c46593","status":"passed","time":{"start":1707774842099,"stop":1707774842100,"duration":1}},{"uid":"dad4ca1b6fa67d87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dad4ca1b6fa67d87","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"duration":0}},{"uid":"dd3b7dc331666aaf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dd3b7dc331666aaf","status":"passed","time":{"start":1707769642217,"stop":1707769642217,"duration":0}},{"uid":"f92fb55fbcdc867a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f92fb55fbcdc867a","status":"passed","time":{"start":1707759737065,"stop":1707759737066,"duration":1}},{"uid":"e06fddd86b566d3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e06fddd86b566d3c","status":"passed","time":{"start":1707757431972,"stop":1707757431972,"duration":0}},{"uid":"18cca652efd77820","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18cca652efd77820","status":"passed","time":{"start":1707756061016,"stop":1707756061017,"duration":1}},{"uid":"db63d7d49b9a1c4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/db63d7d49b9a1c4e","status":"passed","time":{"start":1707753479604,"stop":1707753479605,"duration":1}},{"uid":"7173fc85d9f1b202","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7173fc85d9f1b202","status":"passed","time":{"start":1707753208305,"stop":1707753208305,"duration":0}},{"uid":"ab9633bea1bdab26","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab9633bea1bdab26","status":"passed","time":{"start":1707750608581,"stop":1707750608582,"duration":1}},{"uid":"c521d7b9288167a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c521d7b9288167a2","status":"passed","time":{"start":1707736525852,"stop":1707736525852,"duration":0}},{"uid":"51b29c023bf89ef4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51b29c023bf89ef4","status":"passed","time":{"start":1707735707686,"stop":1707735707686,"duration":0}}]},"tags":[]},"source":"5874ac67edfe5e7e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/af3fd72eff798a48.json b/6406/data/test-cases/58d98734661e8a19.json similarity index 81% rename from 6379/data/test-cases/af3fd72eff798a48.json rename to 6406/data/test-cases/58d98734661e8a19.json index 7f03d3fcad4..c55f1054f5d 100644 --- a/6379/data/test-cases/af3fd72eff798a48.json +++ b/6406/data/test-cases/58d98734661e8a19.json @@ -1 +1 @@ -{"uid":"af3fd72eff798a48","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":1707419181396,"stop":1707419181397,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"2471c09ceb50b7ca","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2471c09ceb50b7ca","status":"passed","time":{"start":1707418419715,"stop":1707418419716,"duration":1}},{"uid":"d2c3265671f4200c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d2c3265671f4200c","status":"passed","time":{"start":1707418388441,"stop":1707418388441,"duration":0}},{"uid":"92aa423c59771ecd","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/92aa423c59771ecd","status":"passed","time":{"start":1707412796118,"stop":1707412796118,"duration":0}},{"uid":"d5f028503f1b2ab8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d5f028503f1b2ab8","status":"passed","time":{"start":1707411256073,"stop":1707411256074,"duration":1}},{"uid":"d9f6468041592686","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d9f6468041592686","status":"passed","time":{"start":1707409690309,"stop":1707409690310,"duration":1}},{"uid":"77f17678680a715c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/77f17678680a715c","status":"passed","time":{"start":1707409095917,"stop":1707409095917,"duration":0}},{"uid":"632a476857660f31","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/632a476857660f31","status":"passed","time":{"start":1707409032392,"stop":1707409032392,"duration":0}},{"uid":"90c8c9fcc9b51350","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/90c8c9fcc9b51350","status":"passed","time":{"start":1707408574234,"stop":1707408574234,"duration":0}},{"uid":"741c5d764f0a61b5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/741c5d764f0a61b5","status":"passed","time":{"start":1707407633859,"stop":1707407633860,"duration":1}},{"uid":"56ac8d82d97469a4","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/56ac8d82d97469a4","status":"passed","time":{"start":1707407545215,"stop":1707407545215,"duration":0}},{"uid":"ffe581cadf87ed25","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ffe581cadf87ed25","status":"passed","time":{"start":1707404532397,"stop":1707404532398,"duration":1}},{"uid":"3232e992525656eb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3232e992525656eb","status":"passed","time":{"start":1707375958751,"stop":1707375958751,"duration":0}},{"uid":"74a1e0955f3f7fb6","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/74a1e0955f3f7fb6","status":"passed","time":{"start":1707373157749,"stop":1707373157750,"duration":1}},{"uid":"cf668c00225b50a8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cf668c00225b50a8","status":"passed","time":{"start":1707359355966,"stop":1707359355966,"duration":0}},{"uid":"d4d5c73151938261","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d4d5c73151938261","status":"passed","time":{"start":1707358094662,"stop":1707358094663,"duration":1}},{"uid":"db4b52235387ca9f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/db4b52235387ca9f","status":"passed","time":{"start":1707357164911,"stop":1707357164911,"duration":0}},{"uid":"f4afb88f827dd991","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f4afb88f827dd991","status":"passed","time":{"start":1707355248774,"stop":1707355248775,"duration":1}}]},"tags":[]},"source":"af3fd72eff798a48.json","parameterValues":[]} \ No newline at end of file +{"uid":"58d98734661e8a19","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":1707793371100,"stop":1707793371100,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"fb818a704882d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb818a704882d843","status":"passed","time":{"start":1707778338836,"stop":1707778338837,"duration":1}},{"uid":"41cb50a382b694","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/41cb50a382b694","status":"passed","time":{"start":1707775602017,"stop":1707775602017,"duration":0}},{"uid":"fe5eec2446b4de3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe5eec2446b4de3","status":"passed","time":{"start":1707775390227,"stop":1707775390228,"duration":1}},{"uid":"a68203501d6bc2bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a68203501d6bc2bd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"36d7f5afea06a091","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36d7f5afea06a091","status":"passed","time":{"start":1707760301805,"stop":1707760301805,"duration":0}},{"uid":"f799559f98c7dd0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f799559f98c7dd0b","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"13bcdb2ed6e1c464","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13bcdb2ed6e1c464","status":"passed","time":{"start":1707756617037,"stop":1707756617037,"duration":0}},{"uid":"a2f38f9ab0b93458","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2f38f9ab0b93458","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"a8119903f34d9aaf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8119903f34d9aaf","status":"passed","time":{"start":1707753782748,"stop":1707753782749,"duration":1}},{"uid":"f1aedd3f31c042d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f1aedd3f31c042d","status":"passed","time":{"start":1707751162309,"stop":1707751162310,"duration":1}},{"uid":"8d953638f960cee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d953638f960cee3","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"3a711cc9f6615ef2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a711cc9f6615ef2","status":"passed","time":{"start":1707736260125,"stop":1707736260126,"duration":1}}]},"tags":[]},"source":"58d98734661e8a19.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5945be84978c5089.json b/6406/data/test-cases/5945be84978c5089.json new file mode 100644 index 00000000000..908e704db7b --- /dev/null +++ b/6406/data/test-cases/5945be84978c5089.json @@ -0,0 +1 @@ +{"uid":"5945be84978c5089","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":1707792958831,"stop":1707792958832,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"a4a1002283bfac91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a1002283bfac91","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997106,"stop":1707777997106,"duration":0}},{"uid":"8e33e745537c40f7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e33e745537c40f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275748,"stop":1707775275748,"duration":0}},{"uid":"f4d400abb5b3a33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f4d400abb5b3a33c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085878,"stop":1707775085879,"duration":1}},{"uid":"455073d5feaee324","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455073d5feaee324","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018834,"stop":1707770018834,"duration":0}},{"uid":"98e31e6892b859cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e31e6892b859cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883314,"stop":1707769883315,"duration":1}},{"uid":"1184472330e806e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1184472330e806e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"1d338d01cd93e31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d338d01cd93e31b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676037,"stop":1707757676037,"duration":0}},{"uid":"4d0daa98279f1be9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d0daa98279f1be9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"2527c9aedbd3733c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2527c9aedbd3733c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"3aa2eaf1873b0586","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3aa2eaf1873b0586","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"5cd59c560fe602bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd59c560fe602bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840032,"stop":1707750840032,"duration":0}},{"uid":"e58c12e18599e044","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58c12e18599e044","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765000,"stop":1707736765000,"duration":0}},{"uid":"7d36a4f32cec7b84","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d36a4f32cec7b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"tags":[]},"source":"5945be84978c5089.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/59603118e50a7e09.json b/6406/data/test-cases/59603118e50a7e09.json new file mode 100644 index 00000000000..db788e6a3c4 --- /dev/null +++ b/6406/data/test-cases/59603118e50a7e09.json @@ -0,0 +1 @@ +{"uid":"59603118e50a7e09","name":"`waku:online` bwtween 2 js-waku relay nodes","fullName":"/tests/connection-mananger/connection_state.spec.ts: Connection state > `waku:online` bwtween 2 js-waku relay nodes","historyId":"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792890683,"stop":1707792890684,"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":12,"unknown":0,"total":12},"items":[{"uid":"456c83c289992db9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/456c83c289992db9","status":"passed","time":{"start":1707777837223,"stop":1707777837223,"duration":0}},{"uid":"48b813347f1d721e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/48b813347f1d721e","status":"passed","time":{"start":1707775113057,"stop":1707775113057,"duration":0}},{"uid":"33262a9744fdb3d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33262a9744fdb3d1","status":"passed","time":{"start":1707774908732,"stop":1707774908733,"duration":1}},{"uid":"f7942520b59342ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7942520b59342ae","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"f70d58c326acdcb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f70d58c326acdcb8","status":"passed","time":{"start":1707769706668,"stop":1707769706669,"duration":1}},{"uid":"569dc3151e2ef55c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/569dc3151e2ef55c","status":"passed","time":{"start":1707759811409,"stop":1707759811409,"duration":0}},{"uid":"cf9d3b5d99e26a0e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cf9d3b5d99e26a0e","status":"passed","time":{"start":1707757504685,"stop":1707757504685,"duration":0}},{"uid":"a449cc85058e32fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a449cc85058e32fe","status":"passed","time":{"start":1707756131519,"stop":1707756131519,"duration":0}},{"uid":"478a6bf61f3db349","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/478a6bf61f3db349","status":"passed","time":{"start":1707753284215,"stop":1707753284215,"duration":0}},{"uid":"a513bf9c5980595a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a513bf9c5980595a","status":"passed","time":{"start":1707736597189,"stop":1707736597190,"duration":1}},{"uid":"4961e013913ecfc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4961e013913ecfc8","status":"passed","time":{"start":1707735784060,"stop":1707735784061,"duration":1}}]},"tags":[]},"source":"59603118e50a7e09.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6c1159a84a290470.json b/6406/data/test-cases/597ab9f4c3d997cd.json similarity index 85% rename from 6379/data/test-cases/6c1159a84a290470.json rename to 6406/data/test-cases/597ab9f4c3d997cd.json index c1e748afde4..5f35e481278 100644 --- a/6379/data/test-cases/6c1159a84a290470.json +++ b/6406/data/test-cases/597ab9f4c3d997cd.json @@ -1 +1 @@ -{"uid":"6c1159a84a290470","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":1707419080391,"stop":1707419080392,"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":18,"unknown":0,"total":18},"items":[{"uid":"f5bcbc4d44f692b2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f5bcbc4d44f692b2","status":"passed","time":{"start":1707418322009,"stop":1707418322009,"duration":0}},{"uid":"21c3c237e59fe520","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/21c3c237e59fe520","status":"passed","time":{"start":1707418259973,"stop":1707418259973,"duration":0}},{"uid":"2d3f03a7b6e589db","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2d3f03a7b6e589db","status":"passed","time":{"start":1707412707101,"stop":1707412707102,"duration":1}},{"uid":"430de8c7a02fa73f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/430de8c7a02fa73f","status":"passed","time":{"start":1707411118083,"stop":1707411118086,"duration":3}},{"uid":"45e03881d67ef4ff","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/45e03881d67ef4ff","status":"passed","time":{"start":1707409587908,"stop":1707409587908,"duration":0}},{"uid":"f63879a55034408","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f63879a55034408","status":"passed","time":{"start":1707408980199,"stop":1707408980199,"duration":0}},{"uid":"6c311d341f4e6503","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6c311d341f4e6503","status":"passed","time":{"start":1707408927102,"stop":1707408927104,"duration":2}},{"uid":"27d30553cc1928f6","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/27d30553cc1928f6","status":"passed","time":{"start":1707408458722,"stop":1707408458723,"duration":1}},{"uid":"cff19fa02b8abd67","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cff19fa02b8abd67","status":"passed","time":{"start":1707407520210,"stop":1707407520213,"duration":3}},{"uid":"36d737e782d1c54e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/36d737e782d1c54e","status":"passed","time":{"start":1707407427619,"stop":1707407427621,"duration":2}},{"uid":"d96bd8504083afc","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d96bd8504083afc","status":"passed","time":{"start":1707404404299,"stop":1707404404299,"duration":0}},{"uid":"91863bb2c49453e2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/91863bb2c49453e2","status":"passed","time":{"start":1707375846748,"stop":1707375846749,"duration":1}},{"uid":"ae7a0ba2bda2fb70","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ae7a0ba2bda2fb70","status":"passed","time":{"start":1707373035615,"stop":1707373035615,"duration":0}},{"uid":"4f12f643f2ada5dc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f12f643f2ada5dc","status":"passed","time":{"start":1707359236202,"stop":1707359236202,"duration":0}},{"uid":"721a06993f4b11ff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/721a06993f4b11ff","status":"passed","time":{"start":1707357965173,"stop":1707357965173,"duration":0}},{"uid":"50dc2109318abece","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/50dc2109318abece","status":"passed","time":{"start":1707357048191,"stop":1707357048191,"duration":0}},{"uid":"2ed9d33eef4659a9","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2ed9d33eef4659a9","status":"passed","time":{"start":1707355141603,"stop":1707355141603,"duration":0}}]},"tags":[]},"source":"6c1159a84a290470.json","parameterValues":[]} \ No newline at end of file +{"uid":"597ab9f4c3d997cd","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":1707793238860,"stop":1707793238861,"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":14,"unknown":0,"total":14},"items":[{"uid":"415296703b9b67a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/415296703b9b67a1","status":"passed","time":{"start":1707778202462,"stop":1707778202463,"duration":1}},{"uid":"5e9cb3add921f9f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e9cb3add921f9f8","status":"passed","time":{"start":1707775486604,"stop":1707775486606,"duration":2}},{"uid":"ea11c0668dc8dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea11c0668dc8dac5","status":"passed","time":{"start":1707775300126,"stop":1707775300127,"duration":1}},{"uid":"cd0d15345a8080c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd0d15345a8080c6","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0}},{"uid":"285fedef4717ea1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/285fedef4717ea1c","status":"passed","time":{"start":1707770051359,"stop":1707770051359,"duration":0}},{"uid":"284498496e1beed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/284498496e1beed","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"880850bf2db742c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/880850bf2db742c0","status":"passed","time":{"start":1707757873886,"stop":1707757873893,"duration":7}},{"uid":"e4c3b373a5a8ca46","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e4c3b373a5a8ca46","status":"passed","time":{"start":1707756499892,"stop":1707756499892,"duration":0}},{"uid":"ff505826b76fd3fc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff505826b76fd3fc","status":"passed","time":{"start":1707753870420,"stop":1707753870420,"duration":0}},{"uid":"cc4f77a4931ff728","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc4f77a4931ff728","status":"passed","time":{"start":1707753647459,"stop":1707753647462,"duration":3}},{"uid":"d90b39d335ab10dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d90b39d335ab10dd","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"a63dd4fc4b42681c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a63dd4fc4b42681c","status":"passed","time":{"start":1707736947835,"stop":1707736947836,"duration":1}},{"uid":"6e2fe3573fc1b05d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6e2fe3573fc1b05d","status":"passed","time":{"start":1707736152490,"stop":1707736152495,"duration":5}}]},"tags":[]},"source":"597ab9f4c3d997cd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a59659bd600f4fe5.json b/6406/data/test-cases/59951f2ed14ab21d.json similarity index 80% rename from 6379/data/test-cases/a59659bd600f4fe5.json rename to 6406/data/test-cases/59951f2ed14ab21d.json index 059a53d0fce..a89355bd3fb 100644 --- a/6379/data/test-cases/a59659bd600f4fe5.json +++ b/6406/data/test-cases/59951f2ed14ab21d.json @@ -1 +1 @@ -{"uid":"a59659bd600f4fe5","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":1707418841948,"stop":1707418841949,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"f6bc82c2d7d703d2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f6bc82c2d7d703d2","status":"passed","time":{"start":1707418071905,"stop":1707418071905,"duration":0}},{"uid":"55b42282ebd2fee0","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/55b42282ebd2fee0","status":"passed","time":{"start":1707418027869,"stop":1707418027869,"duration":0}},{"uid":"34cc718c542b77b1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/34cc718c542b77b1","status":"passed","time":{"start":1707412447299,"stop":1707412447300,"duration":1}},{"uid":"799d1b0d5397a173","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/799d1b0d5397a173","status":"passed","time":{"start":1707410887045,"stop":1707410887045,"duration":0}},{"uid":"151ead986ac1d55e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/151ead986ac1d55e","status":"passed","time":{"start":1707409360838,"stop":1707409360839,"duration":1}},{"uid":"e72017445c0d2060","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e72017445c0d2060","status":"passed","time":{"start":1707408754556,"stop":1707408754556,"duration":0}},{"uid":"c5e051f006c2fde5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c5e051f006c2fde5","status":"passed","time":{"start":1707408698001,"stop":1707408698002,"duration":1}},{"uid":"71fd3467a30f6531","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/71fd3467a30f6531","status":"passed","time":{"start":1707408233042,"stop":1707408233042,"duration":0}},{"uid":"b1d0dca65fc11b7d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b1d0dca65fc11b7d","status":"passed","time":{"start":1707407282983,"stop":1707407282984,"duration":1}},{"uid":"1922fb322b4d40ed","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1922fb322b4d40ed","status":"passed","time":{"start":1707407158634,"stop":1707407158635,"duration":1}},{"uid":"367d7134ce446e74","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/367d7134ce446e74","status":"passed","time":{"start":1707404183608,"stop":1707404183608,"duration":0}},{"uid":"4ead2b0a5c30eba5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4ead2b0a5c30eba5","status":"passed","time":{"start":1707375605104,"stop":1707375605106,"duration":2}},{"uid":"1372043c424cd15e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1372043c424cd15e","status":"passed","time":{"start":1707372815528,"stop":1707372815528,"duration":0}},{"uid":"b146f19cfec7db99","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b146f19cfec7db99","status":"passed","time":{"start":1707358983023,"stop":1707358983024,"duration":1}},{"uid":"68cf9f1b3b155695","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/68cf9f1b3b155695","status":"passed","time":{"start":1707357747315,"stop":1707357747316,"duration":1}},{"uid":"279059fb6bc17e7d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/279059fb6bc17e7d","status":"passed","time":{"start":1707356855813,"stop":1707356855814,"duration":1}},{"uid":"6417b23605dcc6c4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6417b23605dcc6c4","status":"passed","time":{"start":1707354894959,"stop":1707354894959,"duration":0}}]},"tags":[]},"source":"a59659bd600f4fe5.json","parameterValues":[]} \ No newline at end of file +{"uid":"59951f2ed14ab21d","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":1707793028290,"stop":1707793028290,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"28966cba9a7996f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/28966cba9a7996f5","status":"passed","time":{"start":1707777973006,"stop":1707777973006,"duration":0}},{"uid":"6f345497331d3bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f345497331d3bad","status":"passed","time":{"start":1707775244534,"stop":1707775244535,"duration":1}},{"uid":"a979a8a3d97e4f8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a979a8a3d97e4f8d","status":"passed","time":{"start":1707775050824,"stop":1707775050824,"duration":0}},{"uid":"3a968751b713aeb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a968751b713aeb9","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"f3568cc3d7bff28a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3568cc3d7bff28a","status":"passed","time":{"start":1707769843151,"stop":1707769843151,"duration":0}},{"uid":"810a0b63c691c829","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/810a0b63c691c829","status":"passed","time":{"start":1707759965211,"stop":1707759965211,"duration":0}},{"uid":"486e6fa478b70c77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/486e6fa478b70c77","status":"passed","time":{"start":1707757644396,"stop":1707757644396,"duration":0}},{"uid":"c75294301f763120","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c75294301f763120","status":"passed","time":{"start":1707756267918,"stop":1707756267918,"duration":0}},{"uid":"3b91160481085415","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b91160481085415","status":"passed","time":{"start":1707753668084,"stop":1707753668084,"duration":0}},{"uid":"f018fa0ffd5a3c5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f018fa0ffd5a3c5f","status":"passed","time":{"start":1707753423543,"stop":1707753423544,"duration":1}},{"uid":"5433d9a02ecfb84a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5433d9a02ecfb84a","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"f01a5ae1566432ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f01a5ae1566432ee","status":"passed","time":{"start":1707736730661,"stop":1707736730662,"duration":1}},{"uid":"9d9eb2bfa9175c7c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d9eb2bfa9175c7c","status":"passed","time":{"start":1707735912134,"stop":1707735912135,"duration":1}}]},"tags":[]},"source":"59951f2ed14ab21d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/419e80997dc2315f.json b/6406/data/test-cases/59c22a3ec248ec27.json similarity index 77% rename from 6379/data/test-cases/419e80997dc2315f.json rename to 6406/data/test-cases/59c22a3ec248ec27.json index cd2e37e0233..916f7066147 100644 --- a/6379/data/test-cases/419e80997dc2315f.json +++ b/6406/data/test-cases/59c22a3ec248ec27.json @@ -1 +1 @@ -{"uid":"419e80997dc2315f","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":1707419013076,"stop":1707419013076,"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":18,"unknown":0,"total":18},"items":[{"uid":"24d9531de98937a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/24d9531de98937a","status":"passed","time":{"start":1707418255033,"stop":1707418255033,"duration":0}},{"uid":"8532d540c7494886","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8532d540c7494886","status":"passed","time":{"start":1707418202582,"stop":1707418202583,"duration":1}},{"uid":"a7a1bf9310400db8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a7a1bf9310400db8","status":"passed","time":{"start":1707412632621,"stop":1707412632621,"duration":0}},{"uid":"446e476f8edf010c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/446e476f8edf010c","status":"passed","time":{"start":1707411050771,"stop":1707411050771,"duration":0}},{"uid":"a2c66a0bc924c050","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a2c66a0bc924c050","status":"passed","time":{"start":1707409528971,"stop":1707409528972,"duration":1}},{"uid":"62a875499699a0f6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/62a875499699a0f6","status":"passed","time":{"start":1707408904874,"stop":1707408904874,"duration":0}},{"uid":"382b3b3e9cd627d1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/382b3b3e9cd627d1","status":"passed","time":{"start":1707408867380,"stop":1707408867380,"duration":0}},{"uid":"7757e6b937b3448b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7757e6b937b3448b","status":"passed","time":{"start":1707408376758,"stop":1707408376758,"duration":0}},{"uid":"91da51c5f247954d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/91da51c5f247954d","status":"passed","time":{"start":1707407458512,"stop":1707407458513,"duration":1}},{"uid":"5a12f51e55ad9fb4","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5a12f51e55ad9fb4","status":"passed","time":{"start":1707407342029,"stop":1707407342030,"duration":1}},{"uid":"5c194d80f66e6311","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5c194d80f66e6311","status":"passed","time":{"start":1707404337409,"stop":1707404337409,"duration":0}},{"uid":"17d934be3bad4869","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/17d934be3bad4869","status":"passed","time":{"start":1707375779687,"stop":1707375779688,"duration":1}},{"uid":"9e9415fa42582530","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9e9415fa42582530","status":"passed","time":{"start":1707372972497,"stop":1707372972497,"duration":0}},{"uid":"df0b64ffec6e3429","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/df0b64ffec6e3429","status":"passed","time":{"start":1707359158657,"stop":1707359158660,"duration":3}},{"uid":"7ae19bc0231ccce9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7ae19bc0231ccce9","status":"passed","time":{"start":1707357906696,"stop":1707357906701,"duration":5}},{"uid":"abec9f901f344428","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/abec9f901f344428","status":"passed","time":{"start":1707356955639,"stop":1707356955639,"duration":0}},{"uid":"571bd9b36d6c5cff","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/571bd9b36d6c5cff","status":"passed","time":{"start":1707355179967,"stop":1707355179967,"duration":0}}]},"tags":[]},"source":"419e80997dc2315f.json","parameterValues":[]} \ No newline at end of file +{"uid":"59c22a3ec248ec27","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":1707793168685,"stop":1707793168686,"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":14,"unknown":0,"total":14},"items":[{"uid":"f74a2807888a12ed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f74a2807888a12ed","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"eb753a6fe2f240db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb753a6fe2f240db","status":"passed","time":{"start":1707775409492,"stop":1707775409493,"duration":1}},{"uid":"ddffcc263f3f2848","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ddffcc263f3f2848","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"29c354162b2d5d21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c354162b2d5d21","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"duration":0}},{"uid":"e1a28d57fe07ae9b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1a28d57fe07ae9b","status":"passed","time":{"start":1707769994545,"stop":1707769994546,"duration":1}},{"uid":"4c2737cfa8cd39ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c2737cfa8cd39ec","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c650d793ea3e9fdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c650d793ea3e9fdc","status":"passed","time":{"start":1707757804301,"stop":1707757804302,"duration":1}},{"uid":"53687a4e35173d1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53687a4e35173d1d","status":"passed","time":{"start":1707756422350,"stop":1707756422350,"duration":0}},{"uid":"c4561fc389f01039","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4561fc389f01039","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"b6581be98c7ef254","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6581be98c7ef254","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"660cf8fc68c93406","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/660cf8fc68c93406","status":"passed","time":{"start":1707750964809,"stop":1707750964810,"duration":1}},{"uid":"c3e373157ea017ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3e373157ea017ab","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"96b9dbe901569b51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96b9dbe901569b51","status":"passed","time":{"start":1707736096393,"stop":1707736096393,"duration":0}}]},"tags":[]},"source":"59c22a3ec248ec27.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5a03d8b494f67075.json b/6406/data/test-cases/5a03d8b494f67075.json new file mode 100644 index 00000000000..ad0574d9c1a --- /dev/null +++ b/6406/data/test-cases/5a03d8b494f67075.json @@ -0,0 +1 @@ +{"uid":"5a03d8b494f67075","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":1707792907231,"stop":1707792907233,"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 (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":14,"unknown":0,"total":14},"items":[{"uid":"1e63a43f26bf8361","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e63a43f26bf8361","status":"passed","time":{"start":1707777859855,"stop":1707777859855,"duration":0}},{"uid":"c636a7c51ae25594","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c636a7c51ae25594","status":"passed","time":{"start":1707775133670,"stop":1707775133671,"duration":1}},{"uid":"9df2f9038cf420ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9df2f9038cf420ac","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"f8177ef6c5de584","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8177ef6c5de584","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"duration":1}},{"uid":"2fa313ee2da6aec2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fa313ee2da6aec2","status":"passed","time":{"start":1707769735036,"stop":1707769735036,"duration":0}},{"uid":"1f5946ce13c3d034","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f5946ce13c3d034","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"7f9eedffcba582fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f9eedffcba582fa","status":"passed","time":{"start":1707757528825,"stop":1707757528825,"duration":0}},{"uid":"4e1e06b855130a22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1e06b855130a22","status":"passed","time":{"start":1707756157294,"stop":1707756157295,"duration":1}},{"uid":"408bc5e9fa637500","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/408bc5e9fa637500","status":"passed","time":{"start":1707753578475,"stop":1707753578475,"duration":0}},{"uid":"a547542039f725f7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a547542039f725f7","status":"passed","time":{"start":1707753307896,"stop":1707753307898,"duration":2}},{"uid":"63569c5239773b94","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/63569c5239773b94","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d57c7f992aeecb40","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d57c7f992aeecb40","status":"passed","time":{"start":1707736629972,"stop":1707736629973,"duration":1}},{"uid":"fb3d447cd82963b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb3d447cd82963b8","status":"passed","time":{"start":1707735809090,"stop":1707735809091,"duration":1}}]},"tags":[]},"source":"5a03d8b494f67075.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5a53e4e7a0e9f056.json b/6406/data/test-cases/5a53e4e7a0e9f056.json new file mode 100644 index 00000000000..d9e08b1adaf --- /dev/null +++ b/6406/data/test-cases/5a53e4e7a0e9f056.json @@ -0,0 +1 @@ +{"uid":"5a53e4e7a0e9f056","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":1707793012493,"stop":1707793012494,"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":14,"unknown":0,"total":14},"items":[{"uid":"2868c00191beaa7e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2868c00191beaa7e","status":"passed","time":{"start":1707777977668,"stop":1707777977669,"duration":1}},{"uid":"62fe096d0b835535","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62fe096d0b835535","status":"passed","time":{"start":1707775258459,"stop":1707775258459,"duration":0}},{"uid":"f5cd8687711754f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5cd8687711754f7","status":"passed","time":{"start":1707775082022,"stop":1707775082022,"duration":0}},{"uid":"2cd38c6f551f2eb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd38c6f551f2eb9","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"duration":0}},{"uid":"c9e9a7df9c114d80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9e9a7df9c114d80","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"93138e2e41df37d7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/93138e2e41df37d7","status":"passed","time":{"start":1707759921458,"stop":1707759921458,"duration":0}},{"uid":"6615d7329ff0ec00","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6615d7329ff0ec00","status":"passed","time":{"start":1707757624879,"stop":1707757624880,"duration":1}},{"uid":"e9ad94dbe59dcec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9ad94dbe59dcec","status":"passed","time":{"start":1707756261805,"stop":1707756261807,"duration":2}},{"uid":"bb503d9dfa699a6d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb503d9dfa699a6d","status":"passed","time":{"start":1707753651172,"stop":1707753651185,"duration":13}},{"uid":"4d7c93720aac20aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d7c93720aac20aa","status":"passed","time":{"start":1707753409589,"stop":1707753409589,"duration":0}},{"uid":"2e085e4eef5c8eeb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e085e4eef5c8eeb","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"38e10ebbe63d1785","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e10ebbe63d1785","status":"passed","time":{"start":1707736708332,"stop":1707736708332,"duration":0}},{"uid":"da43b57bc56fa9a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da43b57bc56fa9a5","status":"passed","time":{"start":1707735914389,"stop":1707735914389,"duration":0}}]},"tags":[]},"source":"5a53e4e7a0e9f056.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5a663e8a90e97ecd.json b/6406/data/test-cases/5a663e8a90e97ecd.json new file mode 100644 index 00000000000..32f87e75f98 --- /dev/null +++ b/6406/data/test-cases/5a663e8a90e97ecd.json @@ -0,0 +1 @@ +{"uid":"5a663e8a90e97ecd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (branch): should error if DNS branch entry is mis-prefixed","historyId":"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814746,"stop":1707792814747,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"8e8cc610d244b085","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e8cc610d244b085","status":"passed","time":{"start":1707777764081,"stop":1707777764081,"duration":0}},{"uid":"c91a44635f7c470d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c91a44635f7c470d","status":"passed","time":{"start":1707775040149,"stop":1707775040149,"duration":0}},{"uid":"c9dee9de49066330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9dee9de49066330","status":"passed","time":{"start":1707774842105,"stop":1707774842105,"duration":0}},{"uid":"fbb7ed7bd3a45460","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbb7ed7bd3a45460","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0}},{"uid":"1d643da1e97fdcbf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d643da1e97fdcbf","status":"passed","time":{"start":1707769642222,"stop":1707769642222,"duration":0}},{"uid":"f7f5204a5aa77d11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7f5204a5aa77d11","status":"passed","time":{"start":1707759737070,"stop":1707759737070,"duration":0}},{"uid":"e3fccd6182184636","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3fccd6182184636","status":"passed","time":{"start":1707757431976,"stop":1707757431977,"duration":1}},{"uid":"29e9d53eaaea3e43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/29e9d53eaaea3e43","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"c75bb64c37f324c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c75bb64c37f324c7","status":"passed","time":{"start":1707753479610,"stop":1707753479611,"duration":1}},{"uid":"505548a77b9a80cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/505548a77b9a80cd","status":"passed","time":{"start":1707753208309,"stop":1707753208310,"duration":1}},{"uid":"9a0173b92d30f010","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a0173b92d30f010","status":"passed","time":{"start":1707750608587,"stop":1707750608587,"duration":0}},{"uid":"f1625f31a30fdf98","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f1625f31a30fdf98","status":"passed","time":{"start":1707736525857,"stop":1707736525858,"duration":1}},{"uid":"84660578dea820e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84660578dea820e8","status":"passed","time":{"start":1707735707692,"stop":1707735707692,"duration":0}}]},"tags":[]},"source":"5a663e8a90e97ecd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4f1aa0434254e120.json b/6406/data/test-cases/5a8254595a4f5bc4.json similarity index 84% rename from 6379/data/test-cases/4f1aa0434254e120.json rename to 6406/data/test-cases/5a8254595a4f5bc4.json index feb8233f336..aeb14710609 100644 --- a/6379/data/test-cases/4f1aa0434254e120.json +++ b/6406/data/test-cases/5a8254595a4f5bc4.json @@ -1 +1 @@ -{"uid":"4f1aa0434254e120","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":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"2090d78326a50","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2090d78326a50","status":"passed","time":{"start":1707418535544,"stop":1707418535545,"duration":1}},{"uid":"ae24c7f3e25bffd6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ae24c7f3e25bffd6","status":"passed","time":{"start":1707418482220,"stop":1707418482220,"duration":0}},{"uid":"c960d7a96ba3bfab","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c960d7a96ba3bfab","status":"passed","time":{"start":1707412863486,"stop":1707412863486,"duration":0}},{"uid":"f8f6e19a2d5f0fc3","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f8f6e19a2d5f0fc3","status":"passed","time":{"start":1707411338657,"stop":1707411338657,"duration":0}},{"uid":"7350ac5cfd3a1e6b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7350ac5cfd3a1e6b","status":"passed","time":{"start":1707409792234,"stop":1707409792234,"duration":0}},{"uid":"fd80cc1732e94118","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fd80cc1732e94118","status":"passed","time":{"start":1707409177757,"stop":1707409177757,"duration":0}},{"uid":"719ee847951c0302","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/719ee847951c0302","status":"passed","time":{"start":1707409135092,"stop":1707409135093,"duration":1}},{"uid":"677bc043a89772df","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/677bc043a89772df","status":"passed","time":{"start":1707408664027,"stop":1707408664027,"duration":0}},{"uid":"74788a06aeca7948","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/74788a06aeca7948","status":"passed","time":{"start":1707407736512,"stop":1707407736512,"duration":0}},{"uid":"e3b969afd6c23a85","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e3b969afd6c23a85","status":"passed","time":{"start":1707407618232,"stop":1707407618232,"duration":0}},{"uid":"b88f40be28cc205c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b88f40be28cc205c","status":"passed","time":{"start":1707404537718,"stop":1707404537718,"duration":0}},{"uid":"4310b6b7428876ca","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4310b6b7428876ca","status":"passed","time":{"start":1707373245360,"stop":1707373245360,"duration":0}},{"uid":"53c9807e1aed61fa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/53c9807e1aed61fa","status":"passed","time":{"start":1707359448669,"stop":1707359448670,"duration":1}},{"uid":"8cedd970e215739","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8cedd970e215739","status":"passed","time":{"start":1707358197189,"stop":1707358197189,"duration":0}},{"uid":"95af35d1e562ab0b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95af35d1e562ab0b","status":"passed","time":{"start":1707357226631,"stop":1707357226631,"duration":0}},{"uid":"17b3e0c608065a77","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/17b3e0c608065a77","status":"passed","time":{"start":1707355477311,"stop":1707355477312,"duration":1}}]},"tags":[]},"source":"4f1aa0434254e120.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a8254595a4f5bc4","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":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"928271fed8d19d96","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/928271fed8d19d96","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"49fac09f79235c33","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fac09f79235c33","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"662e7f3b09b2bc8e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/662e7f3b09b2bc8e","status":"passed","time":{"start":1707775494277,"stop":1707775494278,"duration":1}},{"uid":"391939995f63e71f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/391939995f63e71f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"c113c7dac48bfe5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c113c7dac48bfe5b","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"5282734066184ea8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5282734066184ea8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"fc94b384787f38de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc94b384787f38de","status":"passed","time":{"start":1707758004327,"stop":1707758004327,"duration":0}},{"uid":"5d00cb5e35478419","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d00cb5e35478419","status":"passed","time":{"start":1707756690163,"stop":1707756690164,"duration":1}},{"uid":"1ad20a75bc356d98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ad20a75bc356d98","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"76196af5d2601088","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/76196af5d2601088","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"fab324bc10f91d23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fab324bc10f91d23","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"9af50c457b415401","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9af50c457b415401","status":"passed","time":{"start":1707737173819,"stop":1707737173820,"duration":1}},{"uid":"2fa9834eba253135","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2fa9834eba253135","status":"passed","time":{"start":1707736353039,"stop":1707736353040,"duration":1}}]},"tags":[]},"source":"5a8254595a4f5bc4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d1efb3d3ec581b0e.json b/6406/data/test-cases/5a8c1478ec64ecab.json similarity index 84% rename from 6379/data/test-cases/d1efb3d3ec581b0e.json rename to 6406/data/test-cases/5a8c1478ec64ecab.json index b1ec8ec8ca7..d6da20fe519 100644 --- a/6379/data/test-cases/d1efb3d3ec581b0e.json +++ b/6406/data/test-cases/5a8c1478ec64ecab.json @@ -1 +1 @@ -{"uid":"d1efb3d3ec581b0e","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":1707419289513,"stop":1707419289513,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"3a8c3c77f5ff16f9","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3a8c3c77f5ff16f9","status":"passed","time":{"start":1707418535553,"stop":1707418535553,"duration":0}},{"uid":"a63bd219a64f922c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a63bd219a64f922c","status":"passed","time":{"start":1707418482228,"stop":1707418482228,"duration":0}},{"uid":"8baf3442202d27ef","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8baf3442202d27ef","status":"passed","time":{"start":1707412863493,"stop":1707412863493,"duration":0}},{"uid":"47481991fc571f6b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/47481991fc571f6b","status":"passed","time":{"start":1707411338665,"stop":1707411338665,"duration":0}},{"uid":"6d7cb240a6853f60","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6d7cb240a6853f60","status":"passed","time":{"start":1707409792242,"stop":1707409792243,"duration":1}},{"uid":"2ae5cba98d6d6991","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2ae5cba98d6d6991","status":"passed","time":{"start":1707409177766,"stop":1707409177766,"duration":0}},{"uid":"cbf2f885a6a93692","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/cbf2f885a6a93692","status":"passed","time":{"start":1707409135100,"stop":1707409135101,"duration":1}},{"uid":"16004b8360458cf1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/16004b8360458cf1","status":"passed","time":{"start":1707408664036,"stop":1707408664036,"duration":0}},{"uid":"a73240b63c5419a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a73240b63c5419a6","status":"passed","time":{"start":1707407736522,"stop":1707407736522,"duration":0}},{"uid":"48939cf8f264721b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/48939cf8f264721b","status":"passed","time":{"start":1707407618240,"stop":1707407618240,"duration":0}},{"uid":"f26133e1bbe3cf6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f26133e1bbe3cf6","status":"passed","time":{"start":1707375978565,"stop":1707375978565,"duration":0}},{"uid":"4ed9becbaaf672d6","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4ed9becbaaf672d6","status":"passed","time":{"start":1707373245369,"stop":1707373245369,"duration":0}},{"uid":"c1ed3f4f8a2cf068","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c1ed3f4f8a2cf068","status":"passed","time":{"start":1707359448678,"stop":1707359448678,"duration":0}},{"uid":"3f4497065dddbdd7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3f4497065dddbdd7","status":"passed","time":{"start":1707358197197,"stop":1707358197197,"duration":0}},{"uid":"f5c00cc7c65dfa32","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f5c00cc7c65dfa32","status":"passed","time":{"start":1707357226638,"stop":1707357226638,"duration":0}},{"uid":"256496f1908798da","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/256496f1908798da","status":"passed","time":{"start":1707355477324,"stop":1707355477325,"duration":1}}]},"tags":[]},"source":"d1efb3d3ec581b0e.json","parameterValues":[]} \ No newline at end of file +{"uid":"5a8c1478ec64ecab","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":1707793446751,"stop":1707793446751,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"54529b8c778694b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54529b8c778694b1","status":"passed","time":{"start":1707778413528,"stop":1707778413529,"duration":1}},{"uid":"eb0055ac9f133ff5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb0055ac9f133ff5","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"f0851370c7b6f999","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0851370c7b6f999","status":"passed","time":{"start":1707775494287,"stop":1707775494288,"duration":1}},{"uid":"89ae457aedf653e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89ae457aedf653e7","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"duration":1}},{"uid":"4b6787da474a470f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b6787da474a470f","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"7fc0f068f288519f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7fc0f068f288519f","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"55e3d9899fe755b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/55e3d9899fe755b","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"a4c2aaf497b0bb94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4c2aaf497b0bb94","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"18da12c2f931c623","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18da12c2f931c623","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"f07c60d78160a5b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f07c60d78160a5b4","status":"passed","time":{"start":1707751228969,"stop":1707751228970,"duration":1}},{"uid":"2beb8d8948dfb6b4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2beb8d8948dfb6b4","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"e6228c18373b57b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6228c18373b57b6","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"tags":[]},"source":"5a8c1478ec64ecab.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5ace0edea7df17bf.json b/6406/data/test-cases/5ace0edea7df17bf.json new file mode 100644 index 00000000000..a50ffa4af17 --- /dev/null +++ b/6406/data/test-cases/5ace0edea7df17bf.json @@ -0,0 +1 @@ +{"uid":"5ace0edea7df17bf","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":1707792907230,"stop":1707792907231,"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":14,"unknown":0,"total":14},"items":[{"uid":"b7e5d5a5dbd4a981","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7e5d5a5dbd4a981","status":"passed","time":{"start":1707777859853,"stop":1707777859854,"duration":1}},{"uid":"b829d8c5559464c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b829d8c5559464c9","status":"passed","time":{"start":1707775133668,"stop":1707775133669,"duration":1}},{"uid":"bc995d720d02ff32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc995d720d02ff32","status":"passed","time":{"start":1707774942681,"stop":1707774942682,"duration":1}},{"uid":"503ac31b161d5093","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/503ac31b161d5093","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"7b79e5aab3370987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b79e5aab3370987","status":"passed","time":{"start":1707769735034,"stop":1707769735035,"duration":1}},{"uid":"f4748800da263cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4748800da263cd","status":"passed","time":{"start":1707759831194,"stop":1707759831195,"duration":1}},{"uid":"654f42834c137a60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/654f42834c137a60","status":"passed","time":{"start":1707757528823,"stop":1707757528824,"duration":1}},{"uid":"b1f58006e0a44afa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1f58006e0a44afa","status":"passed","time":{"start":1707756157291,"stop":1707756157293,"duration":2}},{"uid":"d3d8e8d5eeae8ccb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3d8e8d5eeae8ccb","status":"passed","time":{"start":1707753578473,"stop":1707753578473,"duration":0}},{"uid":"174174aefbab1f52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/174174aefbab1f52","status":"passed","time":{"start":1707753307895,"stop":1707753307895,"duration":0}},{"uid":"92f854ddd8364673","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/92f854ddd8364673","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"1f8d5838ce738f29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1f8d5838ce738f29","status":"passed","time":{"start":1707736629971,"stop":1707736629971,"duration":0}},{"uid":"d5383f1e55dde33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5383f1e55dde33c","status":"passed","time":{"start":1707735809089,"stop":1707735809090,"duration":1}}]},"tags":[]},"source":"5ace0edea7df17bf.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5b4111532b02126f.json b/6406/data/test-cases/5b4111532b02126f.json new file mode 100644 index 00000000000..4aa59906104 --- /dev/null +++ b/6406/data/test-cases/5b4111532b02126f.json @@ -0,0 +1 @@ +{"uid":"5b4111532b02126f","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":1707792820894,"stop":1707792820894,"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":14,"unknown":0,"total":14},"items":[{"uid":"706a247940a0beda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/706a247940a0beda","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"9fde28b2c1ee65f1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fde28b2c1ee65f1","status":"passed","time":{"start":1707775046373,"stop":1707775046374,"duration":1}},{"uid":"577ca415a4fb1e83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/577ca415a4fb1e83","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"9d597c9264fff277","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d597c9264fff277","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0}},{"uid":"dc68444bca6b31b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc68444bca6b31b","status":"passed","time":{"start":1707769648575,"stop":1707769648575,"duration":0}},{"uid":"309b01e43d62747d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/309b01e43d62747d","status":"passed","time":{"start":1707759743255,"stop":1707759743256,"duration":1}},{"uid":"5e9fe281997e27cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e9fe281997e27cd","status":"passed","time":{"start":1707757438369,"stop":1707757438369,"duration":0}},{"uid":"b36d68aef30ecf66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b36d68aef30ecf66","status":"passed","time":{"start":1707756067011,"stop":1707756067012,"duration":1}},{"uid":"b8e2ee65ad7be241","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8e2ee65ad7be241","status":"passed","time":{"start":1707753485652,"stop":1707753485652,"duration":0}},{"uid":"ec658fdfc32f93b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec658fdfc32f93b5","status":"passed","time":{"start":1707753214697,"stop":1707753214698,"duration":1}},{"uid":"d707841d70eaa3e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707841d70eaa3e9","status":"passed","time":{"start":1707750614690,"stop":1707750614690,"duration":0}},{"uid":"136d1509250efe8c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/136d1509250efe8c","status":"passed","time":{"start":1707736532275,"stop":1707736532276,"duration":1}},{"uid":"9a6b7354a8f1b877","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a6b7354a8f1b877","status":"passed","time":{"start":1707735714126,"stop":1707735714126,"duration":0}}]},"tags":[]},"source":"5b4111532b02126f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ffe52e32fa186850.json b/6406/data/test-cases/5b5eea86b2effd42.json similarity index 85% rename from 6379/data/test-cases/ffe52e32fa186850.json rename to 6406/data/test-cases/5b5eea86b2effd42.json index f860ccbf1cb..c6445175c25 100644 --- a/6379/data/test-cases/ffe52e32fa186850.json +++ b/6406/data/test-cases/5b5eea86b2effd42.json @@ -1 +1 @@ -{"uid":"ffe52e32fa186850","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":1707419080410,"stop":1707419080410,"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":18,"unknown":0,"total":18},"items":[{"uid":"23eda7239ad82f69","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/23eda7239ad82f69","status":"passed","time":{"start":1707418322023,"stop":1707418322023,"duration":0}},{"uid":"f1d47e1aae45c3c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f1d47e1aae45c3c","status":"passed","time":{"start":1707418259987,"stop":1707418259987,"duration":0}},{"uid":"5a50dd88f4cebf90","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5a50dd88f4cebf90","status":"passed","time":{"start":1707412707118,"stop":1707412707118,"duration":0}},{"uid":"f5376287cc6e0e5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f5376287cc6e0e5","status":"passed","time":{"start":1707411118122,"stop":1707411118123,"duration":1}},{"uid":"b06ea98078caafc6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b06ea98078caafc6","status":"passed","time":{"start":1707409587928,"stop":1707409587928,"duration":0}},{"uid":"f28ed0e076131ae0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f28ed0e076131ae0","status":"passed","time":{"start":1707408980236,"stop":1707408980236,"duration":0}},{"uid":"a5bd8cc7d871bad3","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a5bd8cc7d871bad3","status":"passed","time":{"start":1707408927126,"stop":1707408927126,"duration":0}},{"uid":"3e3efac91a5b249c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3e3efac91a5b249c","status":"passed","time":{"start":1707408458745,"stop":1707408458745,"duration":0}},{"uid":"cd01a0cd667c523f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cd01a0cd667c523f","status":"passed","time":{"start":1707407520236,"stop":1707407520236,"duration":0}},{"uid":"2266dd2683e18467","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2266dd2683e18467","status":"passed","time":{"start":1707407427642,"stop":1707407427649,"duration":7}},{"uid":"e9b2fa6347859a2a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e9b2fa6347859a2a","status":"passed","time":{"start":1707404404312,"stop":1707404404312,"duration":0}},{"uid":"97135d8bab2f8990","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/97135d8bab2f8990","status":"passed","time":{"start":1707375846759,"stop":1707375846759,"duration":0}},{"uid":"719041d8781dae3d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/719041d8781dae3d","status":"passed","time":{"start":1707373035648,"stop":1707373035649,"duration":1}},{"uid":"90bc73ae514feef4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/90bc73ae514feef4","status":"passed","time":{"start":1707359236215,"stop":1707359236215,"duration":0}},{"uid":"8926b2ba13cb6f69","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8926b2ba13cb6f69","status":"passed","time":{"start":1707357965201,"stop":1707357965201,"duration":0}},{"uid":"757017159f7fc5d3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/757017159f7fc5d3","status":"passed","time":{"start":1707357048208,"stop":1707357048208,"duration":0}},{"uid":"7f763bee1bf8ef01","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7f763bee1bf8ef01","status":"passed","time":{"start":1707355141617,"stop":1707355141617,"duration":0}}]},"tags":[]},"source":"ffe52e32fa186850.json","parameterValues":[]} \ No newline at end of file +{"uid":"5b5eea86b2effd42","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":1707793238876,"stop":1707793238876,"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":14,"unknown":0,"total":14},"items":[{"uid":"302e4fd1769a0c12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/302e4fd1769a0c12","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"70fac41963753c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70fac41963753c9","status":"passed","time":{"start":1707775486633,"stop":1707775486634,"duration":1}},{"uid":"499061cdb5537a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/499061cdb5537a7","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"395c2d9d56ec6982","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/395c2d9d56ec6982","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"duration":0}},{"uid":"1625da7ba5508717","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1625da7ba5508717","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"b66b90a22bb05bfa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b90a22bb05bfa","status":"passed","time":{"start":1707760174025,"stop":1707760174026,"duration":1}},{"uid":"b695d9f9e2b716d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b695d9f9e2b716d","status":"passed","time":{"start":1707757873924,"stop":1707757873925,"duration":1}},{"uid":"95929725561f5217","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95929725561f5217","status":"passed","time":{"start":1707756499907,"stop":1707756499908,"duration":1}},{"uid":"da7671fbfe090db4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da7671fbfe090db4","status":"passed","time":{"start":1707753870459,"stop":1707753870459,"duration":0}},{"uid":"27699be422391441","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27699be422391441","status":"passed","time":{"start":1707753647513,"stop":1707753647513,"duration":0}},{"uid":"8a558a21b3ac8ee6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a558a21b3ac8ee6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"276693f301ebc1c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/276693f301ebc1c8","status":"passed","time":{"start":1707736947851,"stop":1707736947851,"duration":0}},{"uid":"560c92b587b96bd8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/560c92b587b96bd8","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"tags":[]},"source":"5b5eea86b2effd42.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5bbab87de443f512.json b/6406/data/test-cases/5bbab87de443f512.json new file mode 100644 index 00000000000..a9fc092e4a9 --- /dev/null +++ b/6406/data/test-cases/5bbab87de443f512.json @@ -0,0 +1 @@ +{"uid":"5bbab87de443f512","name":"using a protocol with unconfigured pubsub topic should fail","fullName":"/tests/sharding/running_nodes.spec.ts: Static Sharding: Running Nodes > using a protocol with unconfigured pubsub topic should fail","historyId":"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793243276,"stop":1707793243276,"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}],"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}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Static Sharding: Running Nodes"},{"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":"15c79c2790eb11ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/15c79c2790eb11ec","status":"passed","time":{"start":1707778194717,"stop":1707778194717,"duration":0}},{"uid":"4fa67b252a57f083","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4fa67b252a57f083","status":"passed","time":{"start":1707775487316,"stop":1707775487316,"duration":0}},{"uid":"69b63ce1f0d76e36","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b63ce1f0d76e36","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"80eae47e50e64734","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80eae47e50e64734","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"duration":0}},{"uid":"63275dd896bea47a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63275dd896bea47a","status":"passed","time":{"start":1707770006113,"stop":1707770006113,"duration":0}},{"uid":"ff19040c5701f6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff19040c5701f6fa","status":"passed","time":{"start":1707760178496,"stop":1707760178496,"duration":0}},{"uid":"615790f67e4491db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/615790f67e4491db","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"23127ddabdf0563a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23127ddabdf0563a","status":"passed","time":{"start":1707756509483,"stop":1707756509483,"duration":0}},{"uid":"e072c30bd4594818","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e072c30bd4594818","status":"passed","time":{"start":1707753810715,"stop":1707753810715,"duration":0}},{"uid":"a7cad848a281f16c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7cad848a281f16c","status":"passed","time":{"start":1707753662127,"stop":1707753662127,"duration":0}},{"uid":"ec0a74e44b80f1f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ec0a74e44b80f1f4","status":"passed","time":{"start":1707736955777,"stop":1707736955777,"duration":0}},{"uid":"c7ce265a0776d2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7ce265a0776d2f6","status":"passed","time":{"start":1707736167317,"stop":1707736167317,"duration":0}}]},"tags":[]},"source":"5bbab87de443f512.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5c0345a78bc75334.json b/6406/data/test-cases/5c0345a78bc75334.json new file mode 100644 index 00000000000..5b4ac072e39 --- /dev/null +++ b/6406/data/test-cases/5c0345a78bc75334.json @@ -0,0 +1 @@ +{"uid":"5c0345a78bc75334","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":1707792800814,"stop":1707792800814,"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":14,"unknown":0,"total":14},"items":[{"uid":"1b768aa119b421aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b768aa119b421aa","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"3a343379004ea8b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a343379004ea8b2","status":"passed","time":{"start":1707775026264,"stop":1707775026265,"duration":1}},{"uid":"233e89e0da0e804d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/233e89e0da0e804d","status":"passed","time":{"start":1707774827854,"stop":1707774827855,"duration":1}},{"uid":"35ccd87db40fcadf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35ccd87db40fcadf","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1}},{"uid":"d27d44fe4952245f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d27d44fe4952245f","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"8f1fb0d86991d502","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8f1fb0d86991d502","status":"passed","time":{"start":1707759722865,"stop":1707759722866,"duration":1}},{"uid":"df562a98a6f8ac47","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df562a98a6f8ac47","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"6b77daabe794db8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b77daabe794db8e","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"d2ce833160c949d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2ce833160c949d8","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"6c164090f02227fd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c164090f02227fd","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"13afa361d576bd7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13afa361d576bd7f","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"252a97fa70c18ef8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/252a97fa70c18ef8","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"44a2d3ddf20ded4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44a2d3ddf20ded4a","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"tags":[]},"source":"5c0345a78bc75334.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5c12b642cd8d8f77.json b/6406/data/test-cases/5c12b642cd8d8f77.json new file mode 100644 index 00000000000..b7bc732497e --- /dev/null +++ b/6406/data/test-cases/5c12b642cd8d8f77.json @@ -0,0 +1 @@ +{"uid":"5c12b642cd8d8f77","name":"getPeersByDiscovery","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > getPeersByDiscovery","historyId":"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878415,"stop":1707792878415,"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}],"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}],"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":"5b7de0689a294d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b7de0689a294d14","status":"passed","time":{"start":1707777826929,"stop":1707777826930,"duration":1}},{"uid":"6853f19c3f4eeb70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6853f19c3f4eeb70","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"7b469dfa2f8228c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b469dfa2f8228c5","status":"passed","time":{"start":1707774906442,"stop":1707774906443,"duration":1}},{"uid":"50d0ef14bc3be711","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50d0ef14bc3be711","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"4ce13368df6c8a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ce13368df6c8a66","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"ae8add404a418da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8add404a418da","status":"passed","time":{"start":1707759800530,"stop":1707759800531,"duration":1}},{"uid":"aa9246e85693e0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa9246e85693e0d3","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"65574bf3ea79db15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65574bf3ea79db15","status":"passed","time":{"start":1707756124836,"stop":1707756124837,"duration":1}},{"uid":"55c0879729244e00","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55c0879729244e00","status":"passed","time":{"start":1707753544139,"stop":1707753544139,"duration":0}},{"uid":"f079ac859e543821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f079ac859e543821","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"7a0425181e1c7548","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a0425181e1c7548","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"ef3eeb0182a0f2ba","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3eeb0182a0f2ba","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"8cdc85c9438bc49f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8cdc85c9438bc49f","status":"passed","time":{"start":1707735772596,"stop":1707735772597,"duration":1}}]},"tags":[]},"source":"5c12b642cd8d8f77.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c5c9bd8b64f5f7c9.json b/6406/data/test-cases/5cf85269ef4a0ac8.json similarity index 86% rename from 6379/data/test-cases/c5c9bd8b64f5f7c9.json rename to 6406/data/test-cases/5cf85269ef4a0ac8.json index 282b6e97df4..f4df0ab8e80 100644 --- a/6379/data/test-cases/c5c9bd8b64f5f7c9.json +++ b/6406/data/test-cases/5cf85269ef4a0ac8.json @@ -1 +1 @@ -{"uid":"c5c9bd8b64f5f7c9","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":1707419080400,"stop":1707419080401,"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":18,"unknown":0,"total":18},"items":[{"uid":"66f996adcdb83ec4","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/66f996adcdb83ec4","status":"passed","time":{"start":1707418322018,"stop":1707418322018,"duration":0}},{"uid":"91bbd811860763ea","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/91bbd811860763ea","status":"passed","time":{"start":1707418259981,"stop":1707418259981,"duration":0}},{"uid":"45026a920101d82c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/45026a920101d82c","status":"passed","time":{"start":1707412707111,"stop":1707412707111,"duration":0}},{"uid":"fb17ef4045a96392","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fb17ef4045a96392","status":"passed","time":{"start":1707411118109,"stop":1707411118109,"duration":0}},{"uid":"1f11fb92a232025","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1f11fb92a232025","status":"passed","time":{"start":1707409587923,"stop":1707409587923,"duration":0}},{"uid":"79418fef610a2136","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/79418fef610a2136","status":"passed","time":{"start":1707408980212,"stop":1707408980212,"duration":0}},{"uid":"55bf740172110447","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/55bf740172110447","status":"passed","time":{"start":1707408927121,"stop":1707408927121,"duration":0}},{"uid":"8e4f650f5fcb8412","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8e4f650f5fcb8412","status":"passed","time":{"start":1707408458738,"stop":1707408458739,"duration":1}},{"uid":"4f80e85ab907cf2b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f80e85ab907cf2b","status":"passed","time":{"start":1707407520227,"stop":1707407520227,"duration":0}},{"uid":"2a8fdc9839583334","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2a8fdc9839583334","status":"passed","time":{"start":1707407427630,"stop":1707407427630,"duration":0}},{"uid":"4a14e140f4ab18cd","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4a14e140f4ab18cd","status":"passed","time":{"start":1707404404306,"stop":1707404404307,"duration":1}},{"uid":"ac7f6852bc44ee8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ac7f6852bc44ee8","status":"passed","time":{"start":1707375846753,"stop":1707375846753,"duration":0}},{"uid":"6eb5acd7b37c1c09","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6eb5acd7b37c1c09","status":"passed","time":{"start":1707373035642,"stop":1707373035642,"duration":0}},{"uid":"e81a740e41cd05b9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e81a740e41cd05b9","status":"passed","time":{"start":1707359236210,"stop":1707359236210,"duration":0}},{"uid":"17330d0a36ce93a7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/17330d0a36ce93a7","status":"passed","time":{"start":1707357965193,"stop":1707357965194,"duration":1}},{"uid":"500d4d3af536d208","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/500d4d3af536d208","status":"passed","time":{"start":1707357048204,"stop":1707357048204,"duration":0}},{"uid":"ab436f2d66ba7e77","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ab436f2d66ba7e77","status":"passed","time":{"start":1707355141611,"stop":1707355141611,"duration":0}}]},"tags":[]},"source":"c5c9bd8b64f5f7c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"5cf85269ef4a0ac8","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":1707793238870,"stop":1707793238871,"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":14,"unknown":0,"total":14},"items":[{"uid":"9886b0fb59eaaa2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9886b0fb59eaaa2c","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"16d7313658adf9dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16d7313658adf9dd","status":"passed","time":{"start":1707775486621,"stop":1707775486622,"duration":1}},{"uid":"9ef8d86c5f987d1f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ef8d86c5f987d1f","status":"passed","time":{"start":1707775300134,"stop":1707775300134,"duration":0}},{"uid":"f5f36d284c34e182","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5f36d284c34e182","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"duration":0}},{"uid":"f870149168ecc3d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f870149168ecc3d5","status":"passed","time":{"start":1707770051375,"stop":1707770051375,"duration":0}},{"uid":"6c61855dde5c6aee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c61855dde5c6aee","status":"passed","time":{"start":1707760174017,"stop":1707760174018,"duration":1}},{"uid":"bbfe8323095191e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbfe8323095191e9","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"fd24d48e3d9de226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd24d48e3d9de226","status":"passed","time":{"start":1707756499902,"stop":1707756499903,"duration":1}},{"uid":"7f5ed02a93e72bef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f5ed02a93e72bef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"f575479fa464c9f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f575479fa464c9f6","status":"passed","time":{"start":1707753647501,"stop":1707753647503,"duration":2}},{"uid":"a16e10f6ecd818d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a16e10f6ecd818d2","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"59e49f63e9d98e8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59e49f63e9d98e8b","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"49687126073dc967","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49687126073dc967","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"tags":[]},"source":"5cf85269ef4a0ac8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5d66e22dded0fe60.json b/6406/data/test-cases/5d66e22dded0fe60.json new file mode 100644 index 00000000000..68da7bd2936 --- /dev/null +++ b/6406/data/test-cases/5d66e22dded0fe60.json @@ -0,0 +1 @@ +{"uid":"5d66e22dded0fe60","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":1707793354573,"stop":1707793354573,"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":"8e20e3368b1e2c42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e20e3368b1e2c42","status":"passed","time":{"start":1707778308336,"stop":1707778308336,"duration":0}},{"uid":"d44441d5a2a2e639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d44441d5a2a2e639","status":"passed","time":{"start":1707775586577,"stop":1707775586582,"duration":5}},{"uid":"45e60aa01bb29281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/45e60aa01bb29281","status":"passed","time":{"start":1707775396054,"stop":1707775396055,"duration":1}},{"uid":"a1947ec409134805","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1947ec409134805","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"duration":0}},{"uid":"535372f1026bd71f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/535372f1026bd71f","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"471e5b43392ef3bf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/471e5b43392ef3bf","status":"passed","time":{"start":1707760280826,"stop":1707760280826,"duration":0}},{"uid":"76f3a0ce54282311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76f3a0ce54282311","status":"passed","time":{"start":1707757976563,"stop":1707757976563,"duration":0}},{"uid":"de495dde543816ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de495dde543816ad","status":"passed","time":{"start":1707756601158,"stop":1707756601158,"duration":0}},{"uid":"e86b86fab360deed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e86b86fab360deed","status":"passed","time":{"start":1707753969916,"stop":1707753969921,"duration":5}},{"uid":"fcf2810f1d45fa25","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcf2810f1d45fa25","status":"passed","time":{"start":1707753767214,"stop":1707753767215,"duration":1}},{"uid":"e91a7cdd305a57b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e91a7cdd305a57b3","status":"passed","time":{"start":1707751042633,"stop":1707751042633,"duration":0}},{"uid":"fd00018ba35cbfa6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd00018ba35cbfa6","status":"passed","time":{"start":1707737071258,"stop":1707737071259,"duration":1}},{"uid":"b4b4843478d27a3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b4b4843478d27a3c","status":"passed","time":{"start":1707736274446,"stop":1707736274447,"duration":1}}]},"tags":[]},"source":"5d66e22dded0fe60.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f8f8194dd64ff156.json b/6406/data/test-cases/5e095725c9452027.json similarity index 80% rename from 6379/data/test-cases/f8f8194dd64ff156.json rename to 6406/data/test-cases/5e095725c9452027.json index 6868edebfe1..ce14c85b622 100644 --- a/6379/data/test-cases/f8f8194dd64ff156.json +++ b/6406/data/test-cases/5e095725c9452027.json @@ -1 +1 @@ -{"uid":"f8f8194dd64ff156","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":1707418841944,"stop":1707418841944,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"1ce71145f6253597","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1ce71145f6253597","status":"passed","time":{"start":1707418071903,"stop":1707418071903,"duration":0}},{"uid":"53494b474b835eaf","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/53494b474b835eaf","status":"passed","time":{"start":1707418027867,"stop":1707418027867,"duration":0}},{"uid":"50a73435971abca4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/50a73435971abca4","status":"passed","time":{"start":1707412447297,"stop":1707412447298,"duration":1}},{"uid":"fc78ff121bd0f9d5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fc78ff121bd0f9d5","status":"passed","time":{"start":1707410887043,"stop":1707410887043,"duration":0}},{"uid":"415036dac1a1d9a6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/415036dac1a1d9a6","status":"passed","time":{"start":1707409360836,"stop":1707409360837,"duration":1}},{"uid":"b4f54d0cb95167bf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b4f54d0cb95167bf","status":"passed","time":{"start":1707408754554,"stop":1707408754554,"duration":0}},{"uid":"952672471494c389","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/952672471494c389","status":"passed","time":{"start":1707408697999,"stop":1707408698000,"duration":1}},{"uid":"cf867c63d1e88ec5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cf867c63d1e88ec5","status":"passed","time":{"start":1707408233039,"stop":1707408233040,"duration":1}},{"uid":"505e6e38682d579a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/505e6e38682d579a","status":"passed","time":{"start":1707407282982,"stop":1707407282982,"duration":0}},{"uid":"39f6d83d477c1bad","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/39f6d83d477c1bad","status":"passed","time":{"start":1707407158628,"stop":1707407158629,"duration":1}},{"uid":"66a4667a247e2038","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/66a4667a247e2038","status":"passed","time":{"start":1707404183606,"stop":1707404183607,"duration":1}},{"uid":"1e1eccf50c584da4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1e1eccf50c584da4","status":"passed","time":{"start":1707375605098,"stop":1707375605099,"duration":1}},{"uid":"77dbfbebf7fbbfc8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/77dbfbebf7fbbfc8","status":"passed","time":{"start":1707372815525,"stop":1707372815526,"duration":1}},{"uid":"803b744ecdbb371f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/803b744ecdbb371f","status":"passed","time":{"start":1707358982997,"stop":1707358982998,"duration":1}},{"uid":"46639738e597287f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/46639738e597287f","status":"passed","time":{"start":1707357747314,"stop":1707357747314,"duration":0}},{"uid":"cd584434b5cc34cb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cd584434b5cc34cb","status":"passed","time":{"start":1707356855808,"stop":1707356855808,"duration":0}},{"uid":"b55900135edbbee8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b55900135edbbee8","status":"passed","time":{"start":1707354894957,"stop":1707354894957,"duration":0}}]},"tags":[]},"source":"f8f8194dd64ff156.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e095725c9452027","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":1707793028286,"stop":1707793028289,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"d5c641a6f69fabc6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5c641a6f69fabc6","status":"passed","time":{"start":1707777973003,"stop":1707777973004,"duration":1}},{"uid":"f75721cf50b3b269","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f75721cf50b3b269","status":"passed","time":{"start":1707775244532,"stop":1707775244533,"duration":1}},{"uid":"de4aa9bef0002a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de4aa9bef0002a","status":"passed","time":{"start":1707775050822,"stop":1707775050822,"duration":0}},{"uid":"12f72bc048225556","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f72bc048225556","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1}},{"uid":"be09b88fe52586f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be09b88fe52586f0","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"c562a290a091f91","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c562a290a091f91","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"b728e961ade99b92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b728e961ade99b92","status":"passed","time":{"start":1707757644394,"stop":1707757644394,"duration":0}},{"uid":"37cdfdc5dcd3ef66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37cdfdc5dcd3ef66","status":"passed","time":{"start":1707756267914,"stop":1707756267915,"duration":1}},{"uid":"4c49824086690904","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c49824086690904","status":"passed","time":{"start":1707753668079,"stop":1707753668079,"duration":0}},{"uid":"269ef5214f91634a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/269ef5214f91634a","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"f0728fcd12fdbe30","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0728fcd12fdbe30","status":"passed","time":{"start":1707750796036,"stop":1707750796036,"duration":0}},{"uid":"40c34d5f280fa101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40c34d5f280fa101","status":"passed","time":{"start":1707736730656,"stop":1707736730657,"duration":1}},{"uid":"4bc7409a580f1f8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4bc7409a580f1f8e","status":"passed","time":{"start":1707735912128,"stop":1707735912130,"duration":2}}]},"tags":[]},"source":"5e095725c9452027.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/72568afef3979718.json b/6406/data/test-cases/5e2f9341c06e0f8c.json similarity index 87% rename from 6379/data/test-cases/72568afef3979718.json rename to 6406/data/test-cases/5e2f9341c06e0f8c.json index b1da0c97998..023f7757794 100644 --- a/6379/data/test-cases/72568afef3979718.json +++ b/6406/data/test-cases/5e2f9341c06e0f8c.json @@ -1 +1 @@ -{"uid":"72568afef3979718","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":1707419247763,"stop":1707419247763,"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":17,"unknown":0,"total":17},"items":[{"uid":"1ac478de3fe9983a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1ac478de3fe9983a","status":"passed","time":{"start":1707418479324,"stop":1707418479324,"duration":0}},{"uid":"6e4d3a925463b91f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6e4d3a925463b91f","status":"passed","time":{"start":1707418420761,"stop":1707418420762,"duration":1}},{"uid":"93bb843a233e5d4f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/93bb843a233e5d4f","status":"passed","time":{"start":1707412716419,"stop":1707412716419,"duration":0}},{"uid":"f7ab2e57b904bd7d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f7ab2e57b904bd7d","status":"passed","time":{"start":1707411275162,"stop":1707411275162,"duration":0}},{"uid":"27a32748dd9f1d48","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/27a32748dd9f1d48","status":"passed","time":{"start":1707409745050,"stop":1707409745051,"duration":1}},{"uid":"fb598b1abad5f294","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fb598b1abad5f294","status":"passed","time":{"start":1707409135313,"stop":1707409135313,"duration":0}},{"uid":"879f3ae7b3f4e722","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/879f3ae7b3f4e722","status":"passed","time":{"start":1707409077115,"stop":1707409077117,"duration":2}},{"uid":"8bebc949b2ee1941","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8bebc949b2ee1941","status":"passed","time":{"start":1707408618348,"stop":1707408618348,"duration":0}},{"uid":"6ba1b1d2e0c6143a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6ba1b1d2e0c6143a","status":"passed","time":{"start":1707407695582,"stop":1707407695583,"duration":1}},{"uid":"e23f56aacfea542a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e23f56aacfea542a","status":"passed","time":{"start":1707407563827,"stop":1707407563827,"duration":0}},{"uid":"5c8b8e734145d908","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5c8b8e734145d908","status":"passed","time":{"start":1707404565391,"stop":1707404565391,"duration":0}},{"uid":"720d47cd49224864","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/720d47cd49224864","status":"passed","time":{"start":1707376005055,"stop":1707376005055,"duration":0}},{"uid":"8aecf1ac78d4179c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8aecf1ac78d4179c","status":"passed","time":{"start":1707373209912,"stop":1707373209913,"duration":1}},{"uid":"6083a68c60f5f00f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6083a68c60f5f00f","status":"passed","time":{"start":1707359407145,"stop":1707359407146,"duration":1}},{"uid":"313461b8c87b608c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/313461b8c87b608c","status":"passed","time":{"start":1707358162761,"stop":1707358162762,"duration":1}},{"uid":"9af460df4aa16292","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/9af460df4aa16292","status":"passed","time":{"start":1707355687975,"stop":1707355687975,"duration":0}}]},"tags":[]},"source":"72568afef3979718.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e2f9341c06e0f8c","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":1707793370623,"stop":1707793370623,"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":14,"unknown":0,"total":14},"items":[{"uid":"4f59afdf2cba139e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4f59afdf2cba139e","status":"passed","time":{"start":1707778386471,"stop":1707778386472,"duration":1}},{"uid":"4e7382b82b96df2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e7382b82b96df2d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"f815bbe1d011d538","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f815bbe1d011d538","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"55b0c80548f0ed49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55b0c80548f0ed49","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"300b64070ea8c6ef","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/300b64070ea8c6ef","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"459943177c828a73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/459943177c828a73","status":"passed","time":{"start":1707760335937,"stop":1707760335937,"duration":0}},{"uid":"efb4921de3d1bf2b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/efb4921de3d1bf2b","status":"passed","time":{"start":1707758023524,"stop":1707758023525,"duration":1}},{"uid":"26e079734b35a087","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26e079734b35a087","status":"passed","time":{"start":1707756663995,"stop":1707756663995,"duration":0}},{"uid":"58ca52c36c6a156f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58ca52c36c6a156f","status":"passed","time":{"start":1707753717346,"stop":1707753717347,"duration":1}},{"uid":"d8260fc8896025b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8260fc8896025b5","status":"passed","time":{"start":1707753837158,"stop":1707753837158,"duration":0}},{"uid":"8d84476ad4da6a01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d84476ad4da6a01","status":"passed","time":{"start":1707751136276,"stop":1707751136277,"duration":1}},{"uid":"cc0a34c05f257d3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cc0a34c05f257d3e","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"6299b58fabaecc20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6299b58fabaecc20","status":"passed","time":{"start":1707736322648,"stop":1707736322649,"duration":1}}]},"tags":[]},"source":"5e2f9341c06e0f8c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ee0e7043ac0c528a.json b/6406/data/test-cases/5e5ed3e68b1194ef.json similarity index 58% rename from 6379/data/test-cases/ee0e7043ac0c528a.json rename to 6406/data/test-cases/5e5ed3e68b1194ef.json index a1a315eda6d..f1bc405c51c 100644 --- a/6379/data/test-cases/ee0e7043ac0c528a.json +++ b/6406/data/test-cases/5e5ed3e68b1194ef.json @@ -1 +1 @@ -{"uid":"ee0e7043ac0c528a","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":1707419245416,"stop":1707419245417,"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":18,"unknown":0,"total":18},"items":[{"uid":"9a25d33d32dc6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9a25d33d32dc6","status":"passed","time":{"start":1707418481248,"stop":1707418481248,"duration":0}},{"uid":"756221e726e025d2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/756221e726e025d2","status":"passed","time":{"start":1707418427429,"stop":1707418427430,"duration":1}},{"uid":"cd6437e2b071f1b4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cd6437e2b071f1b4","status":"passed","time":{"start":1707412836875,"stop":1707412836875,"duration":0}},{"uid":"d5a3f63736ad10ec","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d5a3f63736ad10ec","status":"passed","time":{"start":1707411293289,"stop":1707411293289,"duration":0}},{"uid":"df1247e302b4730f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/df1247e302b4730f","status":"passed","time":{"start":1707409756998,"stop":1707409756999,"duration":1}},{"uid":"9f29e7d6df8f10a8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9f29e7d6df8f10a8","status":"passed","time":{"start":1707409144514,"stop":1707409144514,"duration":0}},{"uid":"ead4406bdc34cab5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ead4406bdc34cab5","status":"passed","time":{"start":1707409099314,"stop":1707409099314,"duration":0}},{"uid":"ac7891c7a63b8c13","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ac7891c7a63b8c13","status":"passed","time":{"start":1707408627012,"stop":1707408627015,"duration":3}},{"uid":"c6f921c0569cebe8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c6f921c0569cebe8","status":"passed","time":{"start":1707407709876,"stop":1707407709876,"duration":0}},{"uid":"410244757d637420","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/410244757d637420","status":"passed","time":{"start":1707407595121,"stop":1707407595122,"duration":1}},{"uid":"6b4e7a0b96dbd62a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/6b4e7a0b96dbd62a","status":"passed","time":{"start":1707404568407,"stop":1707404568408,"duration":1}},{"uid":"83ba8ccc7aad620","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/83ba8ccc7aad620","status":"passed","time":{"start":1707376005644,"stop":1707376005644,"duration":0}},{"uid":"49811d855f588e10","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/49811d855f588e10","status":"passed","time":{"start":1707373217012,"stop":1707373217013,"duration":1}},{"uid":"e2a505a52f86812e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e2a505a52f86812e","status":"passed","time":{"start":1707359415816,"stop":1707359415817,"duration":1}},{"uid":"524a316216973dff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/524a316216973dff","status":"passed","time":{"start":1707358177347,"stop":1707358177348,"duration":1}},{"uid":"d4e9de1aa6aef871","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d4e9de1aa6aef871","status":"passed","time":{"start":1707357159129,"stop":1707357159130,"duration":1}},{"uid":"28efce2340b973c","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/28efce2340b973c","status":"passed","time":{"start":1707355369495,"stop":1707355369496,"duration":1}}]},"tags":[]},"source":"ee0e7043ac0c528a.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e5ed3e68b1194ef","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":1707793399646,"stop":1707793399646,"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":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"96e333e10a583a58","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/96e333e10a583a58","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"38d6fd1e618bed1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38d6fd1e618bed1b","status":"passed","time":{"start":1707775649286,"stop":1707775649286,"duration":0}},{"uid":"badb9cf83bbf95b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/badb9cf83bbf95b5","status":"passed","time":{"start":1707775456619,"stop":1707775456620,"duration":1}},{"uid":"52ebd6dab5acf144","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ebd6dab5acf144","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1}},{"uid":"20548902d2007bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20548902d2007bc3","status":"passed","time":{"start":1707770165178,"stop":1707770165187,"duration":9}},{"uid":"cc5bf33d85fdeef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc5bf33d85fdeef","status":"passed","time":{"start":1707760340807,"stop":1707760340808,"duration":1}},{"uid":"b48fe76777e87fed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b48fe76777e87fed","status":"broken","statusDetails":"done() called multiple times in hook of file /home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts","time":{"start":1707758024237,"stop":1707758024238,"duration":1}},{"uid":"8bda614fefdf977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8bda614fefdf977","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"7aae9c9b51762da2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aae9c9b51762da2","status":"passed","time":{"start":1707753975681,"stop":1707753975682,"duration":1}},{"uid":"3b2227bf2e880a0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3b2227bf2e880a0f","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"8af169a50b1b033f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8af169a50b1b033f","status":"passed","time":{"start":1707751167358,"stop":1707751167359,"duration":1}},{"uid":"38cd0b37246c644","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38cd0b37246c644","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"8a24b878c1f81684","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8a24b878c1f81684","status":"passed","time":{"start":1707736323080,"stop":1707736323080,"duration":0}}]},"tags":[]},"source":"5e5ed3e68b1194ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a6285cda71c3feca.json b/6406/data/test-cases/5e9a5e84d0bd4f9a.json similarity index 63% rename from 6379/data/test-cases/a6285cda71c3feca.json rename to 6406/data/test-cases/5e9a5e84d0bd4f9a.json index 9e0d81e7456..88a3a976d22 100644 --- a/6379/data/test-cases/a6285cda71c3feca.json +++ b/6406/data/test-cases/5e9a5e84d0bd4f9a.json @@ -1 +1 @@ -{"uid":"a6285cda71c3feca","name":"should not receive a peer event after stop","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419072678,"stop":1707419072678,"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"},{"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":18,"unknown":0,"total":18},"items":[{"uid":"2e34389a98ec6d72","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2e34389a98ec6d72","status":"passed","time":{"start":1707418302759,"stop":1707418302759,"duration":0}},{"uid":"7a1569e9592e75d8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7a1569e9592e75d8","status":"passed","time":{"start":1707418274048,"stop":1707418274049,"duration":1}},{"uid":"c562415697c42f4f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c562415697c42f4f","status":"passed","time":{"start":1707412712449,"stop":1707412712449,"duration":0}},{"uid":"dc4c5edc367f81d0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/dc4c5edc367f81d0","status":"passed","time":{"start":1707411115721,"stop":1707411115722,"duration":1}},{"uid":"44455f5f438353a2","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/44455f5f438353a2","status":"passed","time":{"start":1707409579955,"stop":1707409579960,"duration":5}},{"uid":"bab691e3ec4d4138","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/bab691e3ec4d4138","status":"passed","time":{"start":1707408978012,"stop":1707408978013,"duration":1}},{"uid":"e79568a38dd7ab21","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e79568a38dd7ab21","status":"passed","time":{"start":1707408953446,"stop":1707408953447,"duration":1}},{"uid":"9548a7a672e82f8d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9548a7a672e82f8d","status":"passed","time":{"start":1707408469685,"stop":1707408469685,"duration":0}},{"uid":"deec40b4310c7a96","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/deec40b4310c7a96","status":"passed","time":{"start":1707407589187,"stop":1707407589187,"duration":0}},{"uid":"f42dca290c971a0d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f42dca290c971a0d","status":"passed","time":{"start":1707407442585,"stop":1707407442585,"duration":0}},{"uid":"3ee3b14e6dddba55","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3ee3b14e6dddba55","status":"passed","time":{"start":1707404428345,"stop":1707404428346,"duration":1}},{"uid":"dba2bb14c72773d8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/dba2bb14c72773d8","status":"passed","time":{"start":1707375849730,"stop":1707375849730,"duration":0}},{"uid":"57dbb503a0b31339","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/57dbb503a0b31339","status":"passed","time":{"start":1707373068634,"stop":1707373068634,"duration":0}},{"uid":"68b9e1bb40e40f7d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/68b9e1bb40e40f7d","status":"passed","time":{"start":1707359276138,"stop":1707359276139,"duration":1}},{"uid":"a878fbd78f975d61","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a878fbd78f975d61","status":"passed","time":{"start":1707358093665,"stop":1707358093665,"duration":0}},{"uid":"d293d409c4f56feb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d293d409c4f56feb","status":"passed","time":{"start":1707357103451,"stop":1707357103452,"duration":1}},{"uid":"81034b59d3b9c92b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/81034b59d3b9c92b","status":"passed","time":{"start":1707355288198,"stop":1707355288198,"duration":0}}]},"tags":[]},"source":"a6285cda71c3feca.json","parameterValues":[]} \ No newline at end of file +{"uid":"5e9a5e84d0bd4f9a","name":"should not receive a peer event after stop","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event after stop","historyId":"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230152,"stop":1707793230153,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"de4b0a17c727a8c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de4b0a17c727a8c8","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"69ed93bfd7192f8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69ed93bfd7192f8c","status":"passed","time":{"start":1707775471153,"stop":1707775471154,"duration":1}},{"uid":"6c8aa62b3f88ca52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c8aa62b3f88ca52","status":"passed","time":{"start":1707775271441,"stop":1707775271442,"duration":1}},{"uid":"48c1b4be0f175ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48c1b4be0f175ef1","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0}},{"uid":"a8b242dcfcef8237","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a8b242dcfcef8237","status":"passed","time":{"start":1707770054151,"stop":1707770054151,"duration":0}},{"uid":"acfb6d56757f7ef3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acfb6d56757f7ef3","status":"passed","time":{"start":1707760163378,"stop":1707760163379,"duration":1}},{"uid":"53dd7e6f89239e42","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/53dd7e6f89239e42","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"e713711699ab97f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e713711699ab97f3","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"c678af7cc4f71951","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c678af7cc4f71951","status":"passed","time":{"start":1707753863572,"stop":1707753863572,"duration":0}},{"uid":"950aafd887c8731e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/950aafd887c8731e","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"a35dce16c3f3863a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35dce16c3f3863a","status":"passed","time":{"start":1707751014399,"stop":1707751014400,"duration":1}},{"uid":"8c9f83dace1e8064","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c9f83dace1e8064","status":"passed","time":{"start":1707736941414,"stop":1707736941415,"duration":1}},{"uid":"c65a30c91035362","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c65a30c91035362","status":"passed","time":{"start":1707736158698,"stop":1707736158700,"duration":2}}]},"tags":[]},"source":"5e9a5e84d0bd4f9a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f66868ae821c1074.json b/6406/data/test-cases/5eb7315e4fea1283.json similarity index 85% rename from 6379/data/test-cases/f66868ae821c1074.json rename to 6406/data/test-cases/5eb7315e4fea1283.json index 48ca209510b..ebc61f97b3b 100644 --- a/6379/data/test-cases/f66868ae821c1074.json +++ b/6406/data/test-cases/5eb7315e4fea1283.json @@ -1 +1 @@ -{"uid":"f66868ae821c1074","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":1707419247762,"stop":1707419247762,"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":2,"skipped":0,"passed":16,"unknown":0,"total":18},"items":[{"uid":"e7ddf5eab73acb80","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e7ddf5eab73acb80","status":"passed","time":{"start":1707418479323,"stop":1707418479323,"duration":0}},{"uid":"d6ed79fad5c2ea1b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d6ed79fad5c2ea1b","status":"passed","time":{"start":1707418420760,"stop":1707418420761,"duration":1}},{"uid":"82797bbbf0286af6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/82797bbbf0286af6","status":"passed","time":{"start":1707412716417,"stop":1707412716418,"duration":1}},{"uid":"42a4aa5bd25eb6c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/42a4aa5bd25eb6c","status":"passed","time":{"start":1707411275157,"stop":1707411275157,"duration":0}},{"uid":"baf18953f2e8d354","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/baf18953f2e8d354","status":"passed","time":{"start":1707409745049,"stop":1707409745050,"duration":1}},{"uid":"8dcba23c5b0c1a70","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8dcba23c5b0c1a70","status":"passed","time":{"start":1707409135312,"stop":1707409135312,"duration":0}},{"uid":"15a2760629991c07","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/15a2760629991c07","status":"passed","time":{"start":1707409077114,"stop":1707409077115,"duration":1}},{"uid":"7c9a46500adc62e7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7c9a46500adc62e7","status":"passed","time":{"start":1707408618347,"stop":1707408618347,"duration":0}},{"uid":"1b2f71e4b5c167de","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1b2f71e4b5c167de","status":"passed","time":{"start":1707407695580,"stop":1707407695581,"duration":1}},{"uid":"9528d1520047cabc","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9528d1520047cabc","status":"passed","time":{"start":1707407563826,"stop":1707407563826,"duration":0}},{"uid":"92b85963e99672ea","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/92b85963e99672ea","status":"passed","time":{"start":1707404565389,"stop":1707404565391,"duration":2}},{"uid":"b91f0e17b1272af8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b91f0e17b1272af8","status":"passed","time":{"start":1707376005054,"stop":1707376005054,"duration":0}},{"uid":"1bde0ee79a9f3917","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1bde0ee79a9f3917","status":"passed","time":{"start":1707373209909,"stop":1707373209909,"duration":0}},{"uid":"be374a4ec0e9760c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/be374a4ec0e9760c","status":"passed","time":{"start":1707359407143,"stop":1707359407144,"duration":1}},{"uid":"b21b6a511e274910","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b21b6a511e274910","status":"passed","time":{"start":1707358162760,"stop":1707358162760,"duration":0}},{"uid":"67efc4a072158a32","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/67efc4a072158a32","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1707356862407,"stop":1707356862408,"duration":1}},{"uid":"917c7f50a73bb5a4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/917c7f50a73bb5a4","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355687973,"stop":1707355687973,"duration":0}}]},"tags":[]},"source":"f66868ae821c1074.json","parameterValues":[]} \ No newline at end of file +{"uid":"5eb7315e4fea1283","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":1707793370622,"stop":1707793370622,"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":14,"unknown":0,"total":14},"items":[{"uid":"7e2e73360393520e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2e73360393520e","status":"passed","time":{"start":1707778386470,"stop":1707778386470,"duration":0}},{"uid":"570fa34f0847c869","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/570fa34f0847c869","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"9daeefbd842ea10c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9daeefbd842ea10c","status":"passed","time":{"start":1707775461880,"stop":1707775461881,"duration":1}},{"uid":"2280f1e5d8b4fa0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2280f1e5d8b4fa0f","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1}},{"uid":"7e35825bd92fc32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e35825bd92fc32c","status":"passed","time":{"start":1707770208538,"stop":1707770208539,"duration":1}},{"uid":"cb748bf0f070afa3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb748bf0f070afa3","status":"passed","time":{"start":1707760335935,"stop":1707760335936,"duration":1}},{"uid":"ec001650cf13bd77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec001650cf13bd77","status":"passed","time":{"start":1707758023523,"stop":1707758023524,"duration":1}},{"uid":"6a79c1750f40f21c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a79c1750f40f21c","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"4bca95dbc112009e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bca95dbc112009e","status":"passed","time":{"start":1707753717336,"stop":1707753717337,"duration":1}},{"uid":"e144ebd14bb34628","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e144ebd14bb34628","status":"passed","time":{"start":1707753837156,"stop":1707753837156,"duration":0}},{"uid":"de4a02fe6196d34f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4a02fe6196d34f","status":"passed","time":{"start":1707751136275,"stop":1707751136276,"duration":1}},{"uid":"63c1d54487a7af5a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63c1d54487a7af5a","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"9aac717b2c451772","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9aac717b2c451772","status":"passed","time":{"start":1707736322647,"stop":1707736322648,"duration":1}}]},"tags":[]},"source":"5eb7315e4fea1283.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5f1ec872e47cbf3f.json b/6406/data/test-cases/5f1ec872e47cbf3f.json new file mode 100644 index 00000000000..997cbf15a2e --- /dev/null +++ b/6406/data/test-cases/5f1ec872e47cbf3f.json @@ -0,0 +1 @@ +{"uid":"5f1ec872e47cbf3f","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":1707792848128,"stop":1707792848128,"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":14,"unknown":0,"total":14},"items":[{"uid":"8917cc5dfeecc941","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8917cc5dfeecc941","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"3ad3f75f34b912ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3ad3f75f34b912ef","status":"passed","time":{"start":1707775074351,"stop":1707775074352,"duration":1}},{"uid":"4532648fc56db3de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4532648fc56db3de","status":"passed","time":{"start":1707774894885,"stop":1707774894885,"duration":0}},{"uid":"36940ae2cca0f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36940ae2cca0f6","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"c376280ea7234148","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c376280ea7234148","status":"passed","time":{"start":1707769675176,"stop":1707769675177,"duration":1}},{"uid":"4742102fa38f58f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4742102fa38f58f0","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"908b67e69c4c96db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/908b67e69c4c96db","status":"passed","time":{"start":1707757465315,"stop":1707757465316,"duration":1}},{"uid":"ab5aa9142f0d6a7e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab5aa9142f0d6a7e","status":"passed","time":{"start":1707756093659,"stop":1707756093659,"duration":0}},{"uid":"1b449e1701d8508e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b449e1701d8508e","status":"passed","time":{"start":1707753515349,"stop":1707753515349,"duration":0}},{"uid":"da0155d4266772e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0155d4266772e","status":"passed","time":{"start":1707753244109,"stop":1707753244109,"duration":0}},{"uid":"25b9e35427e4035d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25b9e35427e4035d","status":"passed","time":{"start":1707750644847,"stop":1707750644848,"duration":1}},{"uid":"e29530a00c16518a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e29530a00c16518a","status":"passed","time":{"start":1707736558942,"stop":1707736558943,"duration":1}},{"uid":"9d8ed7e8fa43ef68","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d8ed7e8fa43ef68","status":"passed","time":{"start":1707735741831,"stop":1707735741832,"duration":1}}]},"tags":[]},"source":"5f1ec872e47cbf3f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d6cb52c054f7d615.json b/6406/data/test-cases/5f3f67f2738701aa.json similarity index 84% rename from 6379/data/test-cases/d6cb52c054f7d615.json rename to 6406/data/test-cases/5f3f67f2738701aa.json index ffada1166fd..74a8e88ad95 100644 --- a/6379/data/test-cases/d6cb52c054f7d615.json +++ b/6406/data/test-cases/5f3f67f2738701aa.json @@ -1 +1 @@ -{"uid":"d6cb52c054f7d615","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":1707419289516,"stop":1707419289516,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"84d7123678483be8","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/84d7123678483be8","status":"passed","time":{"start":1707418535555,"stop":1707418535555,"duration":0}},{"uid":"becbcfef1d68ffbd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/becbcfef1d68ffbd","status":"passed","time":{"start":1707418482230,"stop":1707418482230,"duration":0}},{"uid":"c6311a5f5b17d0b3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c6311a5f5b17d0b3","status":"passed","time":{"start":1707412863496,"stop":1707412863496,"duration":0}},{"uid":"8ecd93551657fa24","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8ecd93551657fa24","status":"passed","time":{"start":1707411338668,"stop":1707411338668,"duration":0}},{"uid":"3ff7ecba918b4aac","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3ff7ecba918b4aac","status":"passed","time":{"start":1707409792246,"stop":1707409792246,"duration":0}},{"uid":"3847dd6e2769d2ce","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3847dd6e2769d2ce","status":"passed","time":{"start":1707409177768,"stop":1707409177768,"duration":0}},{"uid":"c498331d503954ca","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c498331d503954ca","status":"passed","time":{"start":1707409135103,"stop":1707409135103,"duration":0}},{"uid":"fdbd360fc05c1c1c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/fdbd360fc05c1c1c","status":"passed","time":{"start":1707408664039,"stop":1707408664039,"duration":0}},{"uid":"dcb8b96e656cac62","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dcb8b96e656cac62","status":"passed","time":{"start":1707407736525,"stop":1707407736526,"duration":1}},{"uid":"7ea74f204afee86f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7ea74f204afee86f","status":"passed","time":{"start":1707407618242,"stop":1707407618243,"duration":1}},{"uid":"5e7e0b2dde209fd5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5e7e0b2dde209fd5","status":"passed","time":{"start":1707375978568,"stop":1707375978568,"duration":0}},{"uid":"e88f4d898e5af372","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e88f4d898e5af372","status":"passed","time":{"start":1707373245371,"stop":1707373245372,"duration":1}},{"uid":"4a3ebb6f41411e4d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4a3ebb6f41411e4d","status":"passed","time":{"start":1707359448680,"stop":1707359448680,"duration":0}},{"uid":"3068eebb858c41fc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3068eebb858c41fc","status":"passed","time":{"start":1707358197200,"stop":1707358197200,"duration":0}},{"uid":"2b06f0880b845764","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b06f0880b845764","status":"passed","time":{"start":1707357226641,"stop":1707357226641,"duration":0}},{"uid":"3244af6ff3640585","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3244af6ff3640585","status":"passed","time":{"start":1707355477328,"stop":1707355477329,"duration":1}}]},"tags":[]},"source":"d6cb52c054f7d615.json","parameterValues":[]} \ No newline at end of file +{"uid":"5f3f67f2738701aa","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":1707793446754,"stop":1707793446754,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"fb3e705362eed598","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb3e705362eed598","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"5586722b9b6acb11","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5586722b9b6acb11","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6264349aba830a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6264349aba830a0c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"a030f244b24dca96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a030f244b24dca96","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"duration":1}},{"uid":"b264e446cb77e5f4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b264e446cb77e5f4","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"5b77964afcb94fe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b77964afcb94fe7","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"c89bb0fafbd270b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c89bb0fafbd270b8","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"199c6ff7f925d3c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/199c6ff7f925d3c6","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"41d68350aa29f8e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41d68350aa29f8e0","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"3e23c4adb3506a3b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e23c4adb3506a3b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"678583917ab54787","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/678583917ab54787","status":"passed","time":{"start":1707737173829,"stop":1707737173830,"duration":1}},{"uid":"577d731b96184d2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/577d731b96184d2e","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"tags":[]},"source":"5f3f67f2738701aa.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/5f82f87018be8289.json b/6406/data/test-cases/5f82f87018be8289.json new file mode 100644 index 00000000000..fc9fdc17f2e --- /dev/null +++ b/6406/data/test-cases/5f82f87018be8289.json @@ -0,0 +1 @@ +{"uid":"5f82f87018be8289","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":1707792792126,"stop":1707792792128,"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":14,"unknown":0,"total":14},"items":[{"uid":"fed4a9094badb13d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fed4a9094badb13d","status":"passed","time":{"start":1707777741137,"stop":1707777741138,"duration":1}},{"uid":"19cc654998aa1b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/19cc654998aa1b0","status":"passed","time":{"start":1707775017421,"stop":1707775017422,"duration":1}},{"uid":"40528baadfe36f08","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/40528baadfe36f08","status":"passed","time":{"start":1707774818856,"stop":1707774818858,"duration":2}},{"uid":"ce3e83cf5cd2e088","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce3e83cf5cd2e088","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2}},{"uid":"deab98ad2d9f8139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/deab98ad2d9f8139","status":"passed","time":{"start":1707769619270,"stop":1707769619270,"duration":0}},{"uid":"907c54d9a4ed8bda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/907c54d9a4ed8bda","status":"passed","time":{"start":1707759714210,"stop":1707759714212,"duration":2}},{"uid":"3a2db8220ad398bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a2db8220ad398bb","status":"passed","time":{"start":1707757408508,"stop":1707757408510,"duration":2}},{"uid":"628b40c79a4f20fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/628b40c79a4f20fe","status":"passed","time":{"start":1707756038427,"stop":1707756038429,"duration":2}},{"uid":"fac9884ab2f27cbc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fac9884ab2f27cbc","status":"passed","time":{"start":1707753456512,"stop":1707753456514,"duration":2}},{"uid":"29c8e4bb7ae3b92a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29c8e4bb7ae3b92a","status":"passed","time":{"start":1707753184752,"stop":1707753184754,"duration":2}},{"uid":"8eb81d6b700bdd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb81d6b700bdd3","status":"passed","time":{"start":1707750585379,"stop":1707750585381,"duration":2}},{"uid":"ef5630cba1193f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef5630cba1193f2","status":"passed","time":{"start":1707736502824,"stop":1707736502825,"duration":1}},{"uid":"476f72a151cdfc99","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/476f72a151cdfc99","status":"passed","time":{"start":1707735684284,"stop":1707735684286,"duration":2}}]},"tags":[]},"source":"5f82f87018be8289.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6042f4a52f2a143e.json b/6406/data/test-cases/6042f4a52f2a143e.json new file mode 100644 index 00000000000..59ca63ddeae --- /dev/null +++ b/6406/data/test-cases/6042f4a52f2a143e.json @@ -0,0 +1 @@ +{"uid":"6042f4a52f2a143e","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":1707793287283,"stop":1707793287283,"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":14,"unknown":0,"total":14},"items":[{"uid":"82f99f223bb8ea3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82f99f223bb8ea3d","status":"passed","time":{"start":1707778251797,"stop":1707778251798,"duration":1}},{"uid":"cbf87db5c3920480","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cbf87db5c3920480","status":"passed","time":{"start":1707775540340,"stop":1707775540341,"duration":1}},{"uid":"fc7c3bf9cd37371b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc7c3bf9cd37371b","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"1608ec5fa614866e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1608ec5fa614866e","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"4e962248241760fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e962248241760fb","status":"passed","time":{"start":1707770045976,"stop":1707770045977,"duration":1}},{"uid":"690357dc44704096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/690357dc44704096","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"b4ad504c1a8554a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4ad504c1a8554a7","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"c6aec5438227e215","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6aec5438227e215","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"d95158e45a949269","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d95158e45a949269","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"85e3d126b9c56e85","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85e3d126b9c56e85","status":"passed","time":{"start":1707753708970,"stop":1707753708971,"duration":1}},{"uid":"982914b30adb9cdc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/982914b30adb9cdc","status":"passed","time":{"start":1707751075910,"stop":1707751075911,"duration":1}},{"uid":"5e06284fad7ba9f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e06284fad7ba9f9","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"7658dd5a4fd3ffeb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7658dd5a4fd3ffeb","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"tags":[]},"source":"6042f4a52f2a143e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/606b0de30f9dd55d.json b/6406/data/test-cases/606b0de30f9dd55d.json new file mode 100644 index 00000000000..2ac0d28323d --- /dev/null +++ b/6406/data/test-cases/606b0de30f9dd55d.json @@ -0,0 +1 @@ +{"uid":"606b0de30f9dd55d","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":1707792800012,"stop":1707792800013,"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":14,"unknown":0,"total":14},"items":[{"uid":"70298b2c5bdaee1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70298b2c5bdaee1f","status":"passed","time":{"start":1707777749098,"stop":1707777749100,"duration":2}},{"uid":"b5535001caa85d8f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5535001caa85d8f","status":"passed","time":{"start":1707775025531,"stop":1707775025532,"duration":1}},{"uid":"21ed26f3c94a9e2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/21ed26f3c94a9e2d","status":"passed","time":{"start":1707774827063,"stop":1707774827063,"duration":0}},{"uid":"ef345f346713a6e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef345f346713a6e7","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1}},{"uid":"3e64f97acc73388","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64f97acc73388","status":"passed","time":{"start":1707769627292,"stop":1707769627293,"duration":1}},{"uid":"19ac06cb19bb9878","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19ac06cb19bb9878","status":"passed","time":{"start":1707759722033,"stop":1707759722034,"duration":1}},{"uid":"8e0bc6d17269a14a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e0bc6d17269a14a","status":"passed","time":{"start":1707757416841,"stop":1707757416841,"duration":0}},{"uid":"4dee675f06cb8e8a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4dee675f06cb8e8a","status":"passed","time":{"start":1707756046608,"stop":1707756046608,"duration":0}},{"uid":"ce5a2e43185ace43","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ce5a2e43185ace43","status":"passed","time":{"start":1707753464668,"stop":1707753464669,"duration":1}},{"uid":"515248fc78a525bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515248fc78a525bd","status":"passed","time":{"start":1707753192941,"stop":1707753192942,"duration":1}},{"uid":"bec9890abc7994c9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bec9890abc7994c9","status":"passed","time":{"start":1707750593507,"stop":1707750593508,"duration":1}},{"uid":"29b457352093a824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29b457352093a824","status":"passed","time":{"start":1707736510881,"stop":1707736510881,"duration":0}},{"uid":"3c292e7666b30715","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c292e7666b30715","status":"passed","time":{"start":1707735692292,"stop":1707735692293,"duration":1}}]},"tags":[]},"source":"606b0de30f9dd55d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f71250b4e03df71f.json b/6406/data/test-cases/609b44b24ce3b360.json similarity index 81% rename from 6379/data/test-cases/f71250b4e03df71f.json rename to 6406/data/test-cases/609b44b24ce3b360.json index 48623093a0e..5cd8fff6d4e 100644 --- a/6379/data/test-cases/f71250b4e03df71f.json +++ b/6406/data/test-cases/609b44b24ce3b360.json @@ -1 +1 @@ -{"uid":"f71250b4e03df71f","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":1707419181425,"stop":1707419181425,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"f368c32aa147667c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f368c32aa147667c","status":"passed","time":{"start":1707418419781,"stop":1707418419782,"duration":1}},{"uid":"d6357ab81334bd14","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d6357ab81334bd14","status":"passed","time":{"start":1707418388456,"stop":1707418388456,"duration":0}},{"uid":"b50319ba53c5e4bc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b50319ba53c5e4bc","status":"passed","time":{"start":1707412796141,"stop":1707412796142,"duration":1}},{"uid":"de186c8c3e98985c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/de186c8c3e98985c","status":"passed","time":{"start":1707411256111,"stop":1707411256112,"duration":1}},{"uid":"e57cdc9853d101ae","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e57cdc9853d101ae","status":"passed","time":{"start":1707409690321,"stop":1707409690321,"duration":0}},{"uid":"ad83b883a77fd82a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ad83b883a77fd82a","status":"passed","time":{"start":1707409095928,"stop":1707409095929,"duration":1}},{"uid":"fe9c3c4b049cda94","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/fe9c3c4b049cda94","status":"passed","time":{"start":1707409032435,"stop":1707409032435,"duration":0}},{"uid":"584e8e310f3d580","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/584e8e310f3d580","status":"passed","time":{"start":1707408574269,"stop":1707408574270,"duration":1}},{"uid":"a020bd431614b5f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a020bd431614b5f8","status":"passed","time":{"start":1707407633890,"stop":1707407633890,"duration":0}},{"uid":"67c543465326c9af","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/67c543465326c9af","status":"passed","time":{"start":1707407545256,"stop":1707407545259,"duration":3}},{"uid":"ccbb749447516287","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ccbb749447516287","status":"passed","time":{"start":1707404532450,"stop":1707404532450,"duration":0}},{"uid":"4ba54daf34e3aad9","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4ba54daf34e3aad9","status":"passed","time":{"start":1707375958785,"stop":1707375958790,"duration":5}},{"uid":"8894916c865de5d9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8894916c865de5d9","status":"passed","time":{"start":1707373157760,"stop":1707373157760,"duration":0}},{"uid":"74363860f42c0e31","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/74363860f42c0e31","status":"passed","time":{"start":1707359355992,"stop":1707359355992,"duration":0}},{"uid":"b11c0e0403740e55","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b11c0e0403740e55","status":"passed","time":{"start":1707358094700,"stop":1707358094701,"duration":1}},{"uid":"558f0aad4eb2d38c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/558f0aad4eb2d38c","status":"passed","time":{"start":1707357164925,"stop":1707357164925,"duration":0}},{"uid":"daabe5a89f49e2a5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/daabe5a89f49e2a5","status":"passed","time":{"start":1707355248785,"stop":1707355248786,"duration":1}}]},"tags":[]},"source":"f71250b4e03df71f.json","parameterValues":[]} \ No newline at end of file +{"uid":"609b44b24ce3b360","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":1707793371112,"stop":1707793371113,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"37dd0712d7f62adc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37dd0712d7f62adc","status":"passed","time":{"start":1707778338853,"stop":1707778338853,"duration":0}},{"uid":"583727fbf74470a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/583727fbf74470a1","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"303ebe0eaa172997","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/303ebe0eaa172997","status":"passed","time":{"start":1707775390243,"stop":1707775390244,"duration":1}},{"uid":"506958a9bb5ffb71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506958a9bb5ffb71","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"duration":1}},{"uid":"4648cc4c09fd0fa6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4648cc4c09fd0fa6","status":"passed","time":{"start":1707769968729,"stop":1707769968730,"duration":1}},{"uid":"cf1067bec76b5aca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf1067bec76b5aca","status":"passed","time":{"start":1707760301822,"stop":1707760301823,"duration":1}},{"uid":"6aefc1ecae2a7f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6aefc1ecae2a7f5","status":"passed","time":{"start":1707758006719,"stop":1707758006720,"duration":1}},{"uid":"84f87ab2ef215072","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/84f87ab2ef215072","status":"passed","time":{"start":1707756617054,"stop":1707756617054,"duration":0}},{"uid":"c9b7467dcf20d7e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9b7467dcf20d7e3","status":"passed","time":{"start":1707753988888,"stop":1707753988889,"duration":1}},{"uid":"41643357ebd49b40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41643357ebd49b40","status":"passed","time":{"start":1707753782774,"stop":1707753782774,"duration":0}},{"uid":"cf14c6f6c4a7316d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf14c6f6c4a7316d","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"6f1b72fbe3f7f900","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1b72fbe3f7f900","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"4d5a9cbf095974f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4d5a9cbf095974f0","status":"passed","time":{"start":1707736260150,"stop":1707736260155,"duration":5}}]},"tags":[]},"source":"609b44b24ce3b360.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1a7e71f81c24aae6.json b/6406/data/test-cases/60eeb9d9fcc0db03.json similarity index 53% rename from 6379/data/test-cases/1a7e71f81c24aae6.json rename to 6406/data/test-cases/60eeb9d9fcc0db03.json index 137a1ed6091..791f1279e45 100644 --- a/6379/data/test-cases/1a7e71f81c24aae6.json +++ b/6406/data/test-cases/60eeb9d9fcc0db03.json @@ -1 +1 @@ -{"uid":"1a7e71f81c24aae6","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":1707418873969,"stop":1707418873969,"duration":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":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"529e43236ab08c8d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/529e43236ab08c8d","status":"passed","time":{"start":1707418134421,"stop":1707418134421,"duration":0}},{"uid":"7394bedf4869ba1c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7394bedf4869ba1c","status":"passed","time":{"start":1707418089123,"stop":1707418089123,"duration":0}},{"uid":"b59e8862eb222b8f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b59e8862eb222b8f","status":"passed","time":{"start":1707412521479,"stop":1707412521480,"duration":1}},{"uid":"358df19f409a50df","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/358df19f409a50df","status":"passed","time":{"start":1707410940021,"stop":1707410940021,"duration":0}},{"uid":"8a27ad40a55a3d1d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8a27ad40a55a3d1d","status":"passed","time":{"start":1707409391200,"stop":1707409391200,"duration":0}},{"uid":"449ba386dd474a55","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/449ba386dd474a55","status":"passed","time":{"start":1707408781563,"stop":1707408781563,"duration":0}},{"uid":"6e6c6b24dbd12bcc","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6e6c6b24dbd12bcc","status":"passed","time":{"start":1707408744496,"stop":1707408744496,"duration":0}},{"uid":"b1e0c3cef7857f7c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b1e0c3cef7857f7c","status":"passed","time":{"start":1707408261451,"stop":1707408261451,"duration":0}},{"uid":"a20ddd67cb8167ff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a20ddd67cb8167ff","status":"passed","time":{"start":1707407338363,"stop":1707407338364,"duration":1}},{"uid":"a2b12bf0b9f4aedd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a2b12bf0b9f4aedd","status":"passed","time":{"start":1707407221287,"stop":1707407221287,"duration":0}},{"uid":"ef9f106302751927","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ef9f106302751927","status":"passed","time":{"start":1707404211879,"stop":1707404211881,"duration":2}},{"uid":"893ede205e574403","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/893ede205e574403","status":"passed","time":{"start":1707375653456,"stop":1707375653457,"duration":1}},{"uid":"e56ed1835a43d3b2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e56ed1835a43d3b2","status":"passed","time":{"start":1707372857537,"stop":1707372857539,"duration":2}},{"uid":"24c38d38bd203b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/24c38d38bd203b","status":"passed","time":{"start":1707359049320,"stop":1707359049322,"duration":2}},{"uid":"6618d6da5dc3773d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6618d6da5dc3773d","status":"passed","time":{"start":1707357781645,"stop":1707357781645,"duration":0}},{"uid":"9628c3f96792a31e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9628c3f96792a31e","status":"passed","time":{"start":1707356903411,"stop":1707356903415,"duration":4}},{"uid":"dccbb3bab7146136","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/dccbb3bab7146136","status":"broken","statusDetails":"expected false to be true","time":{"start":1707355100962,"stop":1707355100963,"duration":1}}]},"tags":[]},"source":"1a7e71f81c24aae6.json","parameterValues":[]} \ No newline at end of file +{"uid":"60eeb9d9fcc0db03","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":1707793059103,"stop":1707793059103,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"f6cc67280476087","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6cc67280476087","status":"passed","time":{"start":1707778002172,"stop":1707778002172,"duration":0}},{"uid":"69485fb2daa1c090","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69485fb2daa1c090","status":"passed","time":{"start":1707775288512,"stop":1707775288512,"duration":0}},{"uid":"a73bbd481bbad993","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a73bbd481bbad993","status":"passed","time":{"start":1707775094106,"stop":1707775094107,"duration":1}},{"uid":"36b6075670fa4a43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36b6075670fa4a43","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2}},{"uid":"2c88f9f1021c10b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c88f9f1021c10b4","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"d84945b15e08e84e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d84945b15e08e84e","status":"passed","time":{"start":1707759985515,"stop":1707759985515,"duration":0}},{"uid":"246e3ddb50f441ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246e3ddb50f441ee","status":"passed","time":{"start":1707757677815,"stop":1707757677815,"duration":0}},{"uid":"8c207d1784097e5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c207d1784097e5a","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"eef6bf15eea9f798","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef6bf15eea9f798","status":"passed","time":{"start":1707753735504,"stop":1707753735505,"duration":1}},{"uid":"e6067cd0e0157a12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6067cd0e0157a12","status":"passed","time":{"start":1707753472972,"stop":1707753472972,"duration":0}},{"uid":"561de5243cb405d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/561de5243cb405d0","status":"passed","time":{"start":1707750845171,"stop":1707750845172,"duration":1}},{"uid":"46af16c51fbe86ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46af16c51fbe86ab","status":"passed","time":{"start":1707736769679,"stop":1707736769680,"duration":1}},{"uid":"676318b5b95b062c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/676318b5b95b062c","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"tags":[]},"source":"60eeb9d9fcc0db03.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6136611d0821b7b1.json b/6406/data/test-cases/6136611d0821b7b1.json new file mode 100644 index 00000000000..0b400e51c3b --- /dev/null +++ b/6406/data/test-cases/6136611d0821b7b1.json @@ -0,0 +1 @@ +{"uid":"6136611d0821b7b1","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":1707792800010,"stop":1707792800010,"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":14,"unknown":0,"total":14},"items":[{"uid":"8901d012af61771a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8901d012af61771a","status":"passed","time":{"start":1707777749096,"stop":1707777749097,"duration":1}},{"uid":"92ba0f93964fe462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92ba0f93964fe462","status":"passed","time":{"start":1707775025529,"stop":1707775025530,"duration":1}},{"uid":"ab32ee79a8dd677f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab32ee79a8dd677f","status":"passed","time":{"start":1707774827061,"stop":1707774827062,"duration":1}},{"uid":"904d551741cecef4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/904d551741cecef4","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"duration":0}},{"uid":"1a71e7b760f1f0c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a71e7b760f1f0c6","status":"passed","time":{"start":1707769627291,"stop":1707769627292,"duration":1}},{"uid":"60fdf1a510ed3d1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60fdf1a510ed3d1a","status":"passed","time":{"start":1707759722032,"stop":1707759722032,"duration":0}},{"uid":"e3c4c5631086baaf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3c4c5631086baaf","status":"passed","time":{"start":1707757416840,"stop":1707757416840,"duration":0}},{"uid":"9ae2bb0e87c09907","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9ae2bb0e87c09907","status":"passed","time":{"start":1707756046607,"stop":1707756046607,"duration":0}},{"uid":"f34f723a1ff0f7a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f34f723a1ff0f7a","status":"passed","time":{"start":1707753464667,"stop":1707753464668,"duration":1}},{"uid":"dc458c76f68b75e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc458c76f68b75e2","status":"passed","time":{"start":1707753192939,"stop":1707753192939,"duration":0}},{"uid":"5222c63c0aafa928","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5222c63c0aafa928","status":"passed","time":{"start":1707750593506,"stop":1707750593507,"duration":1}},{"uid":"c9b0a7b8250866b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9b0a7b8250866b2","status":"passed","time":{"start":1707736510880,"stop":1707736510880,"duration":0}},{"uid":"50439685c28e2aaa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/50439685c28e2aaa","status":"passed","time":{"start":1707735692291,"stop":1707735692291,"duration":0}}]},"tags":[]},"source":"6136611d0821b7b1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6164152f76f157c5.json b/6406/data/test-cases/6164152f76f157c5.json new file mode 100644 index 00000000000..82a7f6fe71d --- /dev/null +++ b/6406/data/test-cases/6164152f76f157c5.json @@ -0,0 +1 @@ +{"uid":"6164152f76f157c5","name":"Sign & Recover","fullName":"/src/encryption.spec.ts: Waku Encryption > Sign & Recover","historyId":"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792821410,"stop":1707792821410,"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":14,"unknown":0,"total":14},"items":[{"uid":"585867ed5be7b48e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/585867ed5be7b48e","status":"passed","time":{"start":1707777770858,"stop":1707777770858,"duration":0}},{"uid":"6694e5dea42a8410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6694e5dea42a8410","status":"passed","time":{"start":1707775046909,"stop":1707775046909,"duration":0}},{"uid":"27a9af6d82044f3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27a9af6d82044f3e","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"6195d834738670b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6195d834738670b5","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"duration":0}},{"uid":"c3bd1e3818fcff72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c3bd1e3818fcff72","status":"passed","time":{"start":1707769649007,"stop":1707769649007,"duration":0}},{"uid":"a2c2c387ebf91572","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2c2c387ebf91572","status":"passed","time":{"start":1707759743632,"stop":1707759743632,"duration":0}},{"uid":"fc3c9292bc62adce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc3c9292bc62adce","status":"passed","time":{"start":1707757438820,"stop":1707757438820,"duration":0}},{"uid":"ac24c05d00a39481","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ac24c05d00a39481","status":"passed","time":{"start":1707756067673,"stop":1707756067674,"duration":1}},{"uid":"60404ef702d92a4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60404ef702d92a4d","status":"passed","time":{"start":1707753486288,"stop":1707753486288,"duration":0}},{"uid":"b1d5d65bb68338b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b1d5d65bb68338b9","status":"passed","time":{"start":1707753215215,"stop":1707753215215,"duration":0}},{"uid":"68bda1e65d278a09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68bda1e65d278a09","status":"passed","time":{"start":1707750615195,"stop":1707750615196,"duration":1}},{"uid":"1d2fe0a6c3d65baa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d2fe0a6c3d65baa","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"ea0af42519bf6530","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea0af42519bf6530","status":"passed","time":{"start":1707735714499,"stop":1707735714499,"duration":0}}]},"tags":[]},"source":"6164152f76f157c5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/61a866366a3040c6.json b/6406/data/test-cases/61a866366a3040c6.json new file mode 100644 index 00000000000..71226824093 --- /dev/null +++ b/6406/data/test-cases/61a866366a3040c6.json @@ -0,0 +1 @@ +{"uid":"61a866366a3040c6","name":"returns a subset of values when wanted number is lesser than available values","fullName":"/src/index.spec.ts: Discovery > returns a subset of values when wanted number is lesser than available values","historyId":"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814223,"stop":1707792814224,"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":"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":"d838a9633605983e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d838a9633605983e","status":"passed","time":{"start":1707777763444,"stop":1707777763445,"duration":1}},{"uid":"e8061c68cb53124d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8061c68cb53124d","status":"passed","time":{"start":1707775039623,"stop":1707775039624,"duration":1}},{"uid":"419bcaff6a502b1d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/419bcaff6a502b1d","status":"passed","time":{"start":1707774841429,"stop":1707774841430,"duration":1}},{"uid":"c60b328739577386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c60b328739577386","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"duration":1}},{"uid":"ec6d3b6b343046f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec6d3b6b343046f6","status":"passed","time":{"start":1707769641581,"stop":1707769641582,"duration":1}},{"uid":"16f987d00f4e4e23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f987d00f4e4e23","status":"passed","time":{"start":1707759736455,"stop":1707759736455,"duration":0}},{"uid":"647798df10c54298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/647798df10c54298","status":"passed","time":{"start":1707757431312,"stop":1707757431313,"duration":1}},{"uid":"65bb3a21fc42a846","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65bb3a21fc42a846","status":"passed","time":{"start":1707756060434,"stop":1707756060435,"duration":1}},{"uid":"c239ed2334c75ece","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c239ed2334c75ece","status":"passed","time":{"start":1707753479029,"stop":1707753479030,"duration":1}},{"uid":"6ec673d1166e3c15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ec673d1166e3c15","status":"passed","time":{"start":1707753207963,"stop":1707753207964,"duration":1}},{"uid":"a58ab2915a3b7df9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a58ab2915a3b7df9","status":"passed","time":{"start":1707750607850,"stop":1707750607851,"duration":1}},{"uid":"7d1b433e072a733","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d1b433e072a733","status":"passed","time":{"start":1707736525276,"stop":1707736525276,"duration":0}},{"uid":"f253bf4f975eef2a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f253bf4f975eef2a","status":"passed","time":{"start":1707735707255,"stop":1707735707256,"duration":1}}]},"tags":[]},"source":"61a866366a3040c6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8bd9e6333e089d9e.json b/6406/data/test-cases/61b9f3173ca65968.json similarity index 77% rename from 6379/data/test-cases/8bd9e6333e089d9e.json rename to 6406/data/test-cases/61b9f3173ca65968.json index 602d50e00ed..2819e299858 100644 --- a/6379/data/test-cases/8bd9e6333e089d9e.json +++ b/6406/data/test-cases/61b9f3173ca65968.json @@ -1 +1 @@ -{"uid":"8bd9e6333e089d9e","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":1707419013080,"stop":1707419013080,"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":18,"unknown":0,"total":18},"items":[{"uid":"17ae189f27946cc4","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/17ae189f27946cc4","status":"passed","time":{"start":1707418255041,"stop":1707418255041,"duration":0}},{"uid":"e120d9b9f6fd325b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e120d9b9f6fd325b","status":"passed","time":{"start":1707418202587,"stop":1707418202587,"duration":0}},{"uid":"24cb935bb566f0bf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/24cb935bb566f0bf","status":"passed","time":{"start":1707412632630,"stop":1707412632630,"duration":0}},{"uid":"7122da2ae517f7ec","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7122da2ae517f7ec","status":"passed","time":{"start":1707411050775,"stop":1707411050775,"duration":0}},{"uid":"17200ab9163aa503","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/17200ab9163aa503","status":"passed","time":{"start":1707409528975,"stop":1707409528975,"duration":0}},{"uid":"5d17436492607926","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5d17436492607926","status":"passed","time":{"start":1707408904877,"stop":1707408904878,"duration":1}},{"uid":"de04d5464646d449","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/de04d5464646d449","status":"passed","time":{"start":1707408867383,"stop":1707408867384,"duration":1}},{"uid":"aeb63081c1afec52","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/aeb63081c1afec52","status":"passed","time":{"start":1707408376763,"stop":1707408376763,"duration":0}},{"uid":"2f9cad0a282aa9e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2f9cad0a282aa9e4","status":"passed","time":{"start":1707407458517,"stop":1707407458517,"duration":0}},{"uid":"4034ef435a9e4084","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4034ef435a9e4084","status":"passed","time":{"start":1707407342036,"stop":1707407342037,"duration":1}},{"uid":"5412b4ae2876b218","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5412b4ae2876b218","status":"passed","time":{"start":1707404337420,"stop":1707404337420,"duration":0}},{"uid":"ae994a220d5afd9f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ae994a220d5afd9f","status":"passed","time":{"start":1707375779692,"stop":1707375779692,"duration":0}},{"uid":"962578e86417cb18","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/962578e86417cb18","status":"passed","time":{"start":1707372972502,"stop":1707372972503,"duration":1}},{"uid":"27f920e681f3a372","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/27f920e681f3a372","status":"passed","time":{"start":1707359158664,"stop":1707359158664,"duration":0}},{"uid":"db8049245c53fbcd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/db8049245c53fbcd","status":"passed","time":{"start":1707357906707,"stop":1707357906708,"duration":1}},{"uid":"d1165816c67a15cf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d1165816c67a15cf","status":"passed","time":{"start":1707356955643,"stop":1707356955643,"duration":0}},{"uid":"d38c83dc7d1cab04","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d38c83dc7d1cab04","status":"passed","time":{"start":1707355179971,"stop":1707355179972,"duration":1}}]},"tags":[]},"source":"8bd9e6333e089d9e.json","parameterValues":[]} \ No newline at end of file +{"uid":"61b9f3173ca65968","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":1707793168696,"stop":1707793168696,"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":14,"unknown":0,"total":14},"items":[{"uid":"7c35a982d99eb2e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c35a982d99eb2e5","status":"passed","time":{"start":1707778126357,"stop":1707778126357,"duration":0}},{"uid":"ac33f5fd945140ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac33f5fd945140ac","status":"passed","time":{"start":1707775409496,"stop":1707775409496,"duration":0}},{"uid":"5ce3190a1367fd9b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce3190a1367fd9b","status":"passed","time":{"start":1707775220004,"stop":1707775220004,"duration":0}},{"uid":"31d8cc594e72d975","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31d8cc594e72d975","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1}},{"uid":"b473f4e45793add6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b473f4e45793add6","status":"passed","time":{"start":1707769994553,"stop":1707769994553,"duration":0}},{"uid":"562682568f9fcb43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/562682568f9fcb43","status":"passed","time":{"start":1707760106465,"stop":1707760106465,"duration":0}},{"uid":"f490f1153c0a4cc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f490f1153c0a4cc1","status":"passed","time":{"start":1707757804320,"stop":1707757804321,"duration":1}},{"uid":"e6dc56f5114f79ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6dc56f5114f79ec","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"afcd91ed3fac5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afcd91ed3fac5c","status":"passed","time":{"start":1707753796555,"stop":1707753796556,"duration":1}},{"uid":"2974f8039516e6bc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2974f8039516e6bc","status":"passed","time":{"start":1707753586172,"stop":1707753586172,"duration":0}},{"uid":"83abe717f0a4a652","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83abe717f0a4a652","status":"passed","time":{"start":1707750964817,"stop":1707750964817,"duration":0}},{"uid":"cade6563f3bee4b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cade6563f3bee4b6","status":"passed","time":{"start":1707736890445,"stop":1707736890445,"duration":0}},{"uid":"e3a49140ba430c39","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3a49140ba430c39","status":"passed","time":{"start":1707736096398,"stop":1707736096398,"duration":0}}]},"tags":[]},"source":"61b9f3173ca65968.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/2a92c3262d6a4a2d.json b/6406/data/test-cases/622cd29c7714ab54.json similarity index 81% rename from 6379/data/test-cases/2a92c3262d6a4a2d.json rename to 6406/data/test-cases/622cd29c7714ab54.json index ff3b3346ac1..93adf33710d 100644 --- a/6379/data/test-cases/2a92c3262d6a4a2d.json +++ b/6406/data/test-cases/622cd29c7714ab54.json @@ -1 +1 @@ -{"uid":"2a92c3262d6a4a2d","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":1707419181392,"stop":1707419181393,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"4358bc1fd80e6576","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4358bc1fd80e6576","status":"passed","time":{"start":1707418419712,"stop":1707418419712,"duration":0}},{"uid":"3db21da0bb46f20e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3db21da0bb46f20e","status":"passed","time":{"start":1707418388436,"stop":1707418388436,"duration":0}},{"uid":"a8eab014759615e6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a8eab014759615e6","status":"passed","time":{"start":1707412796114,"stop":1707412796115,"duration":1}},{"uid":"7d213a050cd511b2","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7d213a050cd511b2","status":"passed","time":{"start":1707411256054,"stop":1707411256055,"duration":1}},{"uid":"6addc986406ad916","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6addc986406ad916","status":"passed","time":{"start":1707409690302,"stop":1707409690303,"duration":1}},{"uid":"5fe5a9bbb3c5260f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5fe5a9bbb3c5260f","status":"passed","time":{"start":1707409095914,"stop":1707409095915,"duration":1}},{"uid":"932d4d345b3dd5e8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/932d4d345b3dd5e8","status":"passed","time":{"start":1707409032386,"stop":1707409032386,"duration":0}},{"uid":"e79af4fb11becd8d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e79af4fb11becd8d","status":"passed","time":{"start":1707408574231,"stop":1707408574232,"duration":1}},{"uid":"b99f7e0d2b81844e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b99f7e0d2b81844e","status":"passed","time":{"start":1707407633848,"stop":1707407633849,"duration":1}},{"uid":"a293bcd3d63a3fc6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a293bcd3d63a3fc6","status":"passed","time":{"start":1707407545211,"stop":1707407545212,"duration":1}},{"uid":"742197dcde507a94","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/742197dcde507a94","status":"passed","time":{"start":1707404532392,"stop":1707404532393,"duration":1}},{"uid":"4cddf50272f70777","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4cddf50272f70777","status":"passed","time":{"start":1707375958747,"stop":1707375958748,"duration":1}},{"uid":"a72a3ad9fa7c21dc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a72a3ad9fa7c21dc","status":"passed","time":{"start":1707373157745,"stop":1707373157745,"duration":0}},{"uid":"6b7965faa3018078","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6b7965faa3018078","status":"passed","time":{"start":1707359355954,"stop":1707359355955,"duration":1}},{"uid":"5c045c6e1a379ca9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5c045c6e1a379ca9","status":"passed","time":{"start":1707358094659,"stop":1707358094659,"duration":0}},{"uid":"3183b7a2c7b917dd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3183b7a2c7b917dd","status":"passed","time":{"start":1707357164908,"stop":1707357164909,"duration":1}},{"uid":"6bc2f6bfae17e4b8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6bc2f6bfae17e4b8","status":"passed","time":{"start":1707355248771,"stop":1707355248771,"duration":0}}]},"tags":[]},"source":"2a92c3262d6a4a2d.json","parameterValues":[]} \ No newline at end of file +{"uid":"622cd29c7714ab54","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":1707793371097,"stop":1707793371098,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"93435e8a447cface","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93435e8a447cface","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"823fcc8ad03b2467","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/823fcc8ad03b2467","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"2088be773e1c6686","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2088be773e1c6686","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"57b551e7a326528","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b551e7a326528","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1}},{"uid":"3fbdc12e7b126da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3fbdc12e7b126da","status":"passed","time":{"start":1707760301802,"stop":1707760301803,"duration":1}},{"uid":"1dc45d841bbeb98b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1dc45d841bbeb98b","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"4f113a9cb3d17aae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f113a9cb3d17aae","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"b9fcb31dfb7bf7a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9fcb31dfb7bf7a4","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1e8a187b9623f41","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e8a187b9623f41","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"a7d038012d26736c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7d038012d26736c","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"6dfac749411d6e3c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dfac749411d6e3c","status":"passed","time":{"start":1707737091298,"stop":1707737091299,"duration":1}},{"uid":"9a547aec9270f1f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a547aec9270f1f0","status":"passed","time":{"start":1707736260120,"stop":1707736260121,"duration":1}}]},"tags":[]},"source":"622cd29c7714ab54.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/623025527b086bfd.json b/6406/data/test-cases/623025527b086bfd.json new file mode 100644 index 00000000000..7ad7f9585db --- /dev/null +++ b/6406/data/test-cases/623025527b086bfd.json @@ -0,0 +1 @@ +{"uid":"623025527b086bfd","name":"creates an iterator","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > creates an iterator","historyId":"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"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":14,"unknown":0,"total":14},"items":[{"uid":"d3daa55dd2d41f68","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d3daa55dd2d41f68","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"b8f35dd669553548","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b8f35dd669553548","status":"passed","time":{"start":1707775635822,"stop":1707775635822,"duration":0}},{"uid":"cc3e476bf031f736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc3e476bf031f736","status":"passed","time":{"start":1707775436380,"stop":1707775436380,"duration":0}},{"uid":"673b48ee920bcf41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/673b48ee920bcf41","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1}},{"uid":"8f66628780e04722","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f66628780e04722","status":"passed","time":{"start":1707770148425,"stop":1707770148425,"duration":0}},{"uid":"367522e0b372c9ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/367522e0b372c9ab","status":"passed","time":{"start":1707760329140,"stop":1707760329141,"duration":1}},{"uid":"be6a5601abd9ffdd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be6a5601abd9ffdd","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"6417831a9e31b818","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6417831a9e31b818","status":"passed","time":{"start":1707756648881,"stop":1707756648881,"duration":0}},{"uid":"3625926002a3c805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3625926002a3c805","status":"passed","time":{"start":1707753961164,"stop":1707753961164,"duration":0}},{"uid":"ecc262e692c5e06a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ecc262e692c5e06a","status":"passed","time":{"start":1707753814890,"stop":1707753814891,"duration":1}},{"uid":"bbb701b0db0ae07b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbb701b0db0ae07b","status":"passed","time":{"start":1707751141127,"stop":1707751141127,"duration":0}},{"uid":"ac783dad1716fc7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac783dad1716fc7b","status":"passed","time":{"start":1707737107923,"stop":1707737107924,"duration":1}},{"uid":"813ddde94a73c94e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/813ddde94a73c94e","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"tags":[]},"source":"623025527b086bfd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d45622794fb6e614.json b/6406/data/test-cases/6265edc24308f6ea.json similarity index 80% rename from 6379/data/test-cases/d45622794fb6e614.json rename to 6406/data/test-cases/6265edc24308f6ea.json index cfd9ba0b73e..2f679e4b5d0 100644 --- a/6379/data/test-cases/d45622794fb6e614.json +++ b/6406/data/test-cases/6265edc24308f6ea.json @@ -1 +1 @@ -{"uid":"d45622794fb6e614","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":1707418841943,"stop":1707418841943,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"39ea7101386b57c9","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/39ea7101386b57c9","status":"passed","time":{"start":1707418071903,"stop":1707418071903,"duration":0}},{"uid":"bce0eacf9bb2fc0c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bce0eacf9bb2fc0c","status":"passed","time":{"start":1707418027866,"stop":1707418027867,"duration":1}},{"uid":"9e589c05211d129c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9e589c05211d129c","status":"passed","time":{"start":1707412447297,"stop":1707412447297,"duration":0}},{"uid":"9771f91e99cf199f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9771f91e99cf199f","status":"passed","time":{"start":1707410887042,"stop":1707410887043,"duration":1}},{"uid":"421eb6a0b12fa524","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/421eb6a0b12fa524","status":"passed","time":{"start":1707409360836,"stop":1707409360836,"duration":0}},{"uid":"e3583aa90b75d700","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e3583aa90b75d700","status":"passed","time":{"start":1707408754554,"stop":1707408754554,"duration":0}},{"uid":"feb60e768cf2b37e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/feb60e768cf2b37e","status":"passed","time":{"start":1707408697999,"stop":1707408697999,"duration":0}},{"uid":"71b3e18651f12d51","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/71b3e18651f12d51","status":"passed","time":{"start":1707408233039,"stop":1707408233039,"duration":0}},{"uid":"32b3c122070e29ab","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/32b3c122070e29ab","status":"passed","time":{"start":1707407282981,"stop":1707407282981,"duration":0}},{"uid":"46d23a77915b3a41","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/46d23a77915b3a41","status":"passed","time":{"start":1707407158628,"stop":1707407158628,"duration":0}},{"uid":"e8e9f5a9db5f65f5","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e8e9f5a9db5f65f5","status":"passed","time":{"start":1707404183606,"stop":1707404183606,"duration":0}},{"uid":"9e69e12ea7bef5a5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9e69e12ea7bef5a5","status":"passed","time":{"start":1707375605097,"stop":1707375605098,"duration":1}},{"uid":"487ba6337cd1ca94","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/487ba6337cd1ca94","status":"passed","time":{"start":1707372815524,"stop":1707372815525,"duration":1}},{"uid":"cf47efd349b5cff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cf47efd349b5cff","status":"passed","time":{"start":1707358982997,"stop":1707358982997,"duration":0}},{"uid":"469ca5bd5873bf68","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/469ca5bd5873bf68","status":"passed","time":{"start":1707357747313,"stop":1707357747314,"duration":1}},{"uid":"b3723e423635790e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b3723e423635790e","status":"passed","time":{"start":1707356855807,"stop":1707356855808,"duration":1}},{"uid":"5f98fd9201c605b2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5f98fd9201c605b2","status":"passed","time":{"start":1707354894956,"stop":1707354894956,"duration":0}}]},"tags":[]},"source":"d45622794fb6e614.json","parameterValues":[]} \ No newline at end of file +{"uid":"6265edc24308f6ea","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":1707793028285,"stop":1707793028286,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"cd328718a01c5a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd328718a01c5a1","status":"passed","time":{"start":1707777973003,"stop":1707777973003,"duration":0}},{"uid":"7e933d045cd53752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e933d045cd53752","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"a68f427ebd57ef21","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a68f427ebd57ef21","status":"passed","time":{"start":1707775050821,"stop":1707775050822,"duration":1}},{"uid":"495fc8941603d8d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/495fc8941603d8d","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"6311e63e33b5d267","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6311e63e33b5d267","status":"passed","time":{"start":1707769843148,"stop":1707769843149,"duration":1}},{"uid":"1a49bc0d728da101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1a49bc0d728da101","status":"passed","time":{"start":1707759965207,"stop":1707759965208,"duration":1}},{"uid":"eb765599524eda56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb765599524eda56","status":"passed","time":{"start":1707757644393,"stop":1707757644394,"duration":1}},{"uid":"9f2bcd98474dcae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f2bcd98474dcae6","status":"passed","time":{"start":1707756267913,"stop":1707756267914,"duration":1}},{"uid":"369d819bec94d3cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/369d819bec94d3cf","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"584bb0450110edb8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/584bb0450110edb8","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"78f84a833d60de02","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78f84a833d60de02","status":"passed","time":{"start":1707750796035,"stop":1707750796036,"duration":1}},{"uid":"df9ab44250a657e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df9ab44250a657e1","status":"passed","time":{"start":1707736730655,"stop":1707736730656,"duration":1}},{"uid":"c8caf555178a5957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c8caf555178a5957","status":"passed","time":{"start":1707735912127,"stop":1707735912128,"duration":1}}]},"tags":[]},"source":"6265edc24308f6ea.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6301e00a8735f1e2.json b/6406/data/test-cases/6301e00a8735f1e2.json new file mode 100644 index 00000000000..165be19613b --- /dev/null +++ b/6406/data/test-cases/6301e00a8735f1e2.json @@ -0,0 +1 @@ +{"uid":"6301e00a8735f1e2","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":1707793012470,"stop":1707793012471,"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":14,"unknown":0,"total":14},"items":[{"uid":"14215b91c23776ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14215b91c23776ec","status":"passed","time":{"start":1707777977662,"stop":1707777977663,"duration":1}},{"uid":"9596eb43287876b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9596eb43287876b9","status":"passed","time":{"start":1707775258453,"stop":1707775258453,"duration":0}},{"uid":"5ce467c027b02974","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce467c027b02974","status":"passed","time":{"start":1707775082010,"stop":1707775082012,"duration":2}},{"uid":"e2109d1dcc165eaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2109d1dcc165eaa","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0}},{"uid":"80888f547fcf145a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80888f547fcf145a","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"91a5c502b830e999","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91a5c502b830e999","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"c80d71011deb2dc8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c80d71011deb2dc8","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"db012f42091ee8da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db012f42091ee8da","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"bc0e32e20cdf023a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc0e32e20cdf023a","status":"passed","time":{"start":1707753651164,"stop":1707753651164,"duration":0}},{"uid":"96243545646b4748","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96243545646b4748","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"5a9531736d97c8d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a9531736d97c8d2","status":"passed","time":{"start":1707750722045,"stop":1707750722046,"duration":1}},{"uid":"b5c4a069574c8dd0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5c4a069574c8dd0","status":"passed","time":{"start":1707736708325,"stop":1707736708325,"duration":0}},{"uid":"159f0fd978eb9323","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/159f0fd978eb9323","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"tags":[]},"source":"6301e00a8735f1e2.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6387d45e7d4d801.json b/6406/data/test-cases/6387d45e7d4d801.json new file mode 100644 index 00000000000..cb073a4f0b6 --- /dev/null +++ b/6406/data/test-cases/6387d45e7d4d801.json @@ -0,0 +1 @@ +{"uid":"6387d45e7d4d801","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":1707792805569,"stop":1707792805569,"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":14,"unknown":0,"total":14},"items":[{"uid":"6ae7c5e9ba91736c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ae7c5e9ba91736c","status":"passed","time":{"start":1707777754563,"stop":1707777754563,"duration":0}},{"uid":"f9e370a64b8852d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f9e370a64b8852d3","status":"passed","time":{"start":1707775031072,"stop":1707775031072,"duration":0}},{"uid":"eebc275ee3b655c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebc275ee3b655c2","status":"passed","time":{"start":1707774832650,"stop":1707774832650,"duration":0}},{"uid":"ced2723a03c0affd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ced2723a03c0affd","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"duration":0}},{"uid":"8b265010c7e344ce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b265010c7e344ce","status":"passed","time":{"start":1707769632866,"stop":1707769632867,"duration":1}},{"uid":"21c1d3ab278452a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21c1d3ab278452a4","status":"passed","time":{"start":1707759727626,"stop":1707759727626,"duration":0}},{"uid":"2aa2126bd60ab991","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2aa2126bd60ab991","status":"passed","time":{"start":1707757422398,"stop":1707757422399,"duration":1}},{"uid":"512c477e269f537e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/512c477e269f537e","status":"passed","time":{"start":1707756051816,"stop":1707756051816,"duration":0}},{"uid":"b0a384634436574e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b0a384634436574e","status":"passed","time":{"start":1707753470071,"stop":1707753470071,"duration":0}},{"uid":"b4e6eb658a25be0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4e6eb658a25be0f","status":"passed","time":{"start":1707753198802,"stop":1707753198803,"duration":1}},{"uid":"57927290a20cb2c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57927290a20cb2c2","status":"passed","time":{"start":1707750599091,"stop":1707750599092,"duration":1}},{"uid":"f8657f5aafd778a9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f8657f5aafd778a9","status":"passed","time":{"start":1707736516546,"stop":1707736516547,"duration":1}},{"uid":"9582d9c731859d66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9582d9c731859d66","status":"passed","time":{"start":1707735697897,"stop":1707735697897,"duration":0}}]},"tags":[]},"source":"6387d45e7d4d801.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/638989488f0b414.json b/6406/data/test-cases/638989488f0b414.json new file mode 100644 index 00000000000..69f0d20383f --- /dev/null +++ b/6406/data/test-cases/638989488f0b414.json @@ -0,0 +1 @@ +{"uid":"638989488f0b414","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":1707793370638,"stop":1707793370638,"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":13,"unknown":0,"total":13},"items":[{"uid":"7dec7b8307cef840","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7dec7b8307cef840","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"953f5abad672f56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/953f5abad672f56d","status":"passed","time":{"start":1707775656752,"stop":1707775656753,"duration":1}},{"uid":"50aafd13936a30f2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50aafd13936a30f2","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"1bdd28031c61fc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bdd28031c61fc57","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"aac27d44b20152e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aac27d44b20152e6","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"10e3fc0fe5d51df8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10e3fc0fe5d51df8","status":"passed","time":{"start":1707760335958,"stop":1707760335959,"duration":1}},{"uid":"21d04c55211ef317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21d04c55211ef317","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"3bcbbd499c30b076","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bcbbd499c30b076","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"6074eb3163d4c200","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6074eb3163d4c200","status":"passed","time":{"start":1707753837175,"stop":1707753837176,"duration":1}},{"uid":"39bb96c2f3eac686","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39bb96c2f3eac686","status":"passed","time":{"start":1707751136357,"stop":1707751136358,"duration":1}},{"uid":"c77137afd0ac9a65","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c77137afd0ac9a65","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"bd8275d9b82a517a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd8275d9b82a517a","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"tags":[]},"source":"638989488f0b414.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6457dc130342f3fa.json b/6406/data/test-cases/6457dc130342f3fa.json new file mode 100644 index 00000000000..3e6fa04c443 --- /dev/null +++ b/6406/data/test-cases/6457dc130342f3fa.json @@ -0,0 +1 @@ +{"uid":"6457dc130342f3fa","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":1707792869304,"stop":1707792869305,"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":14,"unknown":0,"total":14},"items":[{"uid":"1c25b09f16352cdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c25b09f16352cdc","status":"passed","time":{"start":1707777818742,"stop":1707777818743,"duration":1}},{"uid":"7270f375391d2021","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7270f375391d2021","status":"passed","time":{"start":1707775095410,"stop":1707775095410,"duration":0}},{"uid":"63d6fa4ed844087","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63d6fa4ed844087","status":"passed","time":{"start":1707774915339,"stop":1707774915340,"duration":1}},{"uid":"725f36f743b267cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/725f36f743b267cc","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0}},{"uid":"e1619b1a29ce03a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1619b1a29ce03a4","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"6400f07bdbe3c6dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6400f07bdbe3c6dc","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"7fade6ed5fa9641f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7fade6ed5fa9641f","status":"passed","time":{"start":1707757488461,"stop":1707757488461,"duration":0}},{"uid":"e74182c17fa10b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74182c17fa10b54","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"945628cc541b2aae","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/945628cc541b2aae","status":"passed","time":{"start":1707753533385,"stop":1707753533385,"duration":0}},{"uid":"eee781eb0f824f59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eee781eb0f824f59","status":"passed","time":{"start":1707753263798,"stop":1707753263798,"duration":0}},{"uid":"456806416a83f4c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/456806416a83f4c5","status":"passed","time":{"start":1707750661592,"stop":1707750661592,"duration":0}},{"uid":"d3c21985fff08850","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3c21985fff08850","status":"passed","time":{"start":1707736580002,"stop":1707736580003,"duration":1}},{"uid":"c3193031a34c68ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c3193031a34c68ed","status":"passed","time":{"start":1707735764683,"stop":1707735764684,"duration":1}}]},"tags":[]},"source":"6457dc130342f3fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/de07dad0553337a3.json b/6406/data/test-cases/6519c58c519cc39f.json similarity index 60% rename from 6379/data/test-cases/de07dad0553337a3.json rename to 6406/data/test-cases/6519c58c519cc39f.json index 7169ce485be..6522fffecdc 100644 --- a/6379/data/test-cases/de07dad0553337a3.json +++ b/6406/data/test-cases/6519c58c519cc39f.json @@ -1 +1 @@ -{"uid":"de07dad0553337a3","name":"same cluster, same shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect (autosharding)","historyId":"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829818,"stop":1707418829819,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"c40cc83cee2e8d62","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c40cc83cee2e8d62","status":"passed","time":{"start":1707418103420,"stop":1707418103426,"duration":6}},{"uid":"e20b05d93228d15d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e20b05d93228d15d","status":"passed","time":{"start":1707418010317,"stop":1707418010317,"duration":0}},{"uid":"afb7ec83526f5f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/afb7ec83526f5f","status":"passed","time":{"start":1707412479962,"stop":1707412479962,"duration":0}},{"uid":"8f9087b42bf6b495","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8f9087b42bf6b495","status":"passed","time":{"start":1707410852011,"stop":1707410852012,"duration":1}},{"uid":"710d980c5fa4ce0d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/710d980c5fa4ce0d","status":"passed","time":{"start":1707409338857,"stop":1707409338859,"duration":2}},{"uid":"7b77680a2c9343d7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7b77680a2c9343d7","status":"passed","time":{"start":1707408727254,"stop":1707408727255,"duration":1}},{"uid":"f68db40b1c74f5bc","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f68db40b1c74f5bc","status":"passed","time":{"start":1707408675747,"stop":1707408675748,"duration":1}},{"uid":"35f053434ba54825","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/35f053434ba54825","status":"passed","time":{"start":1707408214008,"stop":1707408214009,"duration":1}},{"uid":"d00197d59a5cf658","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d00197d59a5cf658","status":"passed","time":{"start":1707407286320,"stop":1707407286321,"duration":1}},{"uid":"f931bc5a21811b7c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f931bc5a21811b7c","status":"passed","time":{"start":1707407226679,"stop":1707407226679,"duration":0}},{"uid":"5a8ba59f76d34895","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5a8ba59f76d34895","status":"passed","time":{"start":1707404179910,"stop":1707404179910,"duration":0}},{"uid":"f1df62faa5bd7fd6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f1df62faa5bd7fd6","status":"passed","time":{"start":1707375626290,"stop":1707375626290,"duration":0}},{"uid":"7aea1c2727d1ed94","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7aea1c2727d1ed94","status":"passed","time":{"start":1707372788217,"stop":1707372788218,"duration":1}},{"uid":"4d2c524b951eb652","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4d2c524b951eb652","status":"passed","time":{"start":1707359016778,"stop":1707359016778,"duration":0}},{"uid":"d2ec266fec5f2ac7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d2ec266fec5f2ac7","status":"passed","time":{"start":1707357740858,"stop":1707357740858,"duration":0}},{"uid":"7285ee3cb36839c0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7285ee3cb36839c0","status":"passed","time":{"start":1707356837836,"stop":1707356837836,"duration":0}},{"uid":"bde796bc2354080","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/bde796bc2354080","status":"passed","time":{"start":1707354890494,"stop":1707354890494,"duration":0}}]},"tags":[]},"source":"de07dad0553337a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"6519c58c519cc39f","name":"same cluster, same shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect (autosharding)","historyId":"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a5a756b9a46d2b17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a5a756b9a46d2b17","status":"passed","time":{"start":1707777977655,"stop":1707777977655,"duration":0}},{"uid":"e18c595e4239755a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e18c595e4239755a","status":"passed","time":{"start":1707775258446,"stop":1707775258447,"duration":1}},{"uid":"8f5607f49fa7c086","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5607f49fa7c086","status":"passed","time":{"start":1707775081977,"stop":1707775081978,"duration":1}},{"uid":"4b96aa1a3c710dea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b96aa1a3c710dea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"e404fc4b71294d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e404fc4b71294d4","status":"passed","time":{"start":1707769841887,"stop":1707769841887,"duration":0}},{"uid":"ddfea25cdced9dfc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddfea25cdced9dfc","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"43e7d101fd451a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/43e7d101fd451a27","status":"passed","time":{"start":1707757624863,"stop":1707757624865,"duration":2}},{"uid":"279dbab1b30a03d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/279dbab1b30a03d7","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"2647dcc284674a72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2647dcc284674a72","status":"passed","time":{"start":1707753651130,"stop":1707753651131,"duration":1}},{"uid":"b04b237f3e59c6e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b04b237f3e59c6e5","status":"passed","time":{"start":1707753409575,"stop":1707753409575,"duration":0}},{"uid":"6364dec027223f2f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6364dec027223f2f","status":"passed","time":{"start":1707736708311,"stop":1707736708312,"duration":1}},{"uid":"b013063f07037796","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b013063f07037796","status":"passed","time":{"start":1707735914374,"stop":1707735914375,"duration":1}}]},"tags":[]},"source":"6519c58c519cc39f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/656882ca0c470dcd.json b/6406/data/test-cases/656882ca0c470dcd.json new file mode 100644 index 00000000000..72321b91e8e --- /dev/null +++ b/6406/data/test-cases/656882ca0c470dcd.json @@ -0,0 +1 @@ +{"uid":"656882ca0c470dcd","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":1707793012465,"stop":1707793012465,"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":14,"unknown":0,"total":14},"items":[{"uid":"b6d3e8f0bdbdb527","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6d3e8f0bdbdb527","status":"passed","time":{"start":1707777977659,"stop":1707777977659,"duration":0}},{"uid":"c8107b91c535b588","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c8107b91c535b588","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"10201374160e5068","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10201374160e5068","status":"passed","time":{"start":1707775081996,"stop":1707775081996,"duration":0}},{"uid":"f5ad8ec457da5d4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ad8ec457da5d4d","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"5bab5c96483a2b4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bab5c96483a2b4f","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"ad756c2d1d4b06da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ad756c2d1d4b06da","status":"passed","time":{"start":1707759921446,"stop":1707759921446,"duration":0}},{"uid":"1690ae4afefd8342","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1690ae4afefd8342","status":"passed","time":{"start":1707757624870,"stop":1707757624870,"duration":0}},{"uid":"fe9dd03c264ac4d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe9dd03c264ac4d8","status":"passed","time":{"start":1707756261744,"stop":1707756261745,"duration":1}},{"uid":"5bafd8fabe5ba127","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bafd8fabe5ba127","status":"passed","time":{"start":1707753651135,"stop":1707753651136,"duration":1}},{"uid":"364d45d6c7a24192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/364d45d6c7a24192","status":"passed","time":{"start":1707753409579,"stop":1707753409579,"duration":0}},{"uid":"36c5bd42c49a07a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c5bd42c49a07a3","status":"passed","time":{"start":1707750722037,"stop":1707750722037,"duration":0}},{"uid":"ebb8278b36c45ffa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebb8278b36c45ffa","status":"passed","time":{"start":1707736708317,"stop":1707736708318,"duration":1}},{"uid":"28b267fda1f07030","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/28b267fda1f07030","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"tags":[]},"source":"656882ca0c470dcd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/663afc1ef362cf85.json b/6406/data/test-cases/663afc1ef362cf85.json new file mode 100644 index 00000000000..ee857b8b4b3 --- /dev/null +++ b/6406/data/test-cases/663afc1ef362cf85.json @@ -0,0 +1 @@ +{"uid":"663afc1ef362cf85","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":1707792795037,"stop":1707792795037,"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":14,"unknown":0,"total":14},"items":[{"uid":"fc956be6f56b8976","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc956be6f56b8976","status":"passed","time":{"start":1707777743983,"stop":1707777743984,"duration":1}},{"uid":"27e52a562e0ed3c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e52a562e0ed3c4","status":"passed","time":{"start":1707775020382,"stop":1707775020382,"duration":0}},{"uid":"fa12398e6ae3d2f4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa12398e6ae3d2f4","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"7931bf5eeeda96fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7931bf5eeeda96fd","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0}},{"uid":"8595fd71604b8975","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8595fd71604b8975","status":"passed","time":{"start":1707769622097,"stop":1707769622097,"duration":0}},{"uid":"505bf8e79d30f495","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/505bf8e79d30f495","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"9e9bd9335e9d3ef7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e9bd9335e9d3ef7","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"cd4c5cde9210808c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd4c5cde9210808c","status":"passed","time":{"start":1707756041377,"stop":1707756041377,"duration":0}},{"uid":"2fed1b2f35790f96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2fed1b2f35790f96","status":"passed","time":{"start":1707753459610,"stop":1707753459610,"duration":0}},{"uid":"2968e61137ae651c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2968e61137ae651c","status":"passed","time":{"start":1707753187712,"stop":1707753187712,"duration":0}},{"uid":"6a0fe922e6867b68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a0fe922e6867b68","status":"passed","time":{"start":1707750588402,"stop":1707750588402,"duration":0}},{"uid":"7b35164f1513ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b35164f1513ef9","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"c218c9d79777cab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218c9d79777cab2","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"tags":[]},"source":"663afc1ef362cf85.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6664612407dccec1.json b/6406/data/test-cases/6664612407dccec1.json new file mode 100644 index 00000000000..b24e9ca6d90 --- /dev/null +++ b/6406/data/test-cases/6664612407dccec1.json @@ -0,0 +1 @@ +{"uid":"6664612407dccec1","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":1707792958829,"stop":1707792958829,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"b431562904be7e05","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b431562904be7e05","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"442efa4e9052b1b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/442efa4e9052b1b7","status":"passed","time":{"start":1707775275744,"stop":1707775275744,"duration":0}},{"uid":"30ef34c19ffd321b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30ef34c19ffd321b","status":"passed","time":{"start":1707775085876,"stop":1707775085877,"duration":1}},{"uid":"52f7190cc09616ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52f7190cc09616ee","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"duration":1}},{"uid":"9199cc10560ffdec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9199cc10560ffdec","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"1febed9d09d5267d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1febed9d09d5267d","status":"passed","time":{"start":1707759981455,"stop":1707759981455,"duration":0}},{"uid":"246abc1f23ffa1b6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246abc1f23ffa1b6","status":"passed","time":{"start":1707757676035,"stop":1707757676035,"duration":0}},{"uid":"2676b452c4bb4b36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2676b452c4bb4b36","status":"passed","time":{"start":1707756304421,"stop":1707756304422,"duration":1}},{"uid":"a7b3f260e33ff76f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7b3f260e33ff76f","status":"passed","time":{"start":1707753713234,"stop":1707753713235,"duration":1}},{"uid":"d7b80b6e18715140","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d7b80b6e18715140","status":"passed","time":{"start":1707753448082,"stop":1707753448083,"duration":1}},{"uid":"d8039e9c4d8874a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8039e9c4d8874a8","status":"passed","time":{"start":1707750840030,"stop":1707750840030,"duration":0}},{"uid":"9114b917689bbcfb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114b917689bbcfb","status":"passed","time":{"start":1707736764995,"stop":1707736764997,"duration":2}},{"uid":"10367129986bd359","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/10367129986bd359","status":"passed","time":{"start":1707735955219,"stop":1707735955220,"duration":1}}]},"tags":[]},"source":"6664612407dccec1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7d33c962a8144025.json b/6406/data/test-cases/6705f4874d6eca3c.json similarity index 79% rename from 6379/data/test-cases/7d33c962a8144025.json rename to 6406/data/test-cases/6705f4874d6eca3c.json index dc9f3397547..e361a9fd05d 100644 --- a/6379/data/test-cases/7d33c962a8144025.json +++ b/6406/data/test-cases/6705f4874d6eca3c.json @@ -1 +1 @@ -{"uid":"7d33c962a8144025","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":1707418998149,"stop":1707418998149,"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":18,"unknown":0,"total":18},"items":[{"uid":"bf7d8249d0ca673f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bf7d8249d0ca673f","status":"passed","time":{"start":1707418242009,"stop":1707418242010,"duration":1}},{"uid":"4f8c04086dbf1b01","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/4f8c04086dbf1b01","status":"passed","time":{"start":1707418191245,"stop":1707418191246,"duration":1}},{"uid":"a9f3167fc8c37065","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a9f3167fc8c37065","status":"passed","time":{"start":1707412620287,"stop":1707412620288,"duration":1}},{"uid":"224cb522a532fe6d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/224cb522a532fe6d","status":"passed","time":{"start":1707411038692,"stop":1707411038692,"duration":0}},{"uid":"ed4c0d8136291440","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ed4c0d8136291440","status":"passed","time":{"start":1707409514439,"stop":1707409514439,"duration":0}},{"uid":"c3fa297c92745236","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c3fa297c92745236","status":"passed","time":{"start":1707408894646,"stop":1707408894646,"duration":0}},{"uid":"2e9dd8fe4b4d3fd5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2e9dd8fe4b4d3fd5","status":"passed","time":{"start":1707408855737,"stop":1707408855737,"duration":0}},{"uid":"e41adb6e9f4cbcf6","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e41adb6e9f4cbcf6","status":"passed","time":{"start":1707408364962,"stop":1707408364962,"duration":0}},{"uid":"cebe8767ecdb6306","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cebe8767ecdb6306","status":"passed","time":{"start":1707407446976,"stop":1707407446976,"duration":0}},{"uid":"bf122b69728f136d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/bf122b69728f136d","status":"passed","time":{"start":1707407328491,"stop":1707407328492,"duration":1}},{"uid":"27d8e741923d6a7e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/27d8e741923d6a7e","status":"passed","time":{"start":1707404323788,"stop":1707404323788,"duration":0}},{"uid":"a7aa263e567ab0e9","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a7aa263e567ab0e9","status":"passed","time":{"start":1707375767349,"stop":1707375767349,"duration":0}},{"uid":"4646bba9d59d1db","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4646bba9d59d1db","status":"passed","time":{"start":1707372960641,"stop":1707372960641,"duration":0}},{"uid":"2b83a36f0bbbb922","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b83a36f0bbbb922","status":"passed","time":{"start":1707359147645,"stop":1707359147646,"duration":1}},{"uid":"6f59b0fa4d92a694","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6f59b0fa4d92a694","status":"passed","time":{"start":1707357894481,"stop":1707357894483,"duration":2}},{"uid":"6bba7be840bf09d8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6bba7be840bf09d8","status":"passed","time":{"start":1707356942083,"stop":1707356942083,"duration":0}},{"uid":"465e4578040b0908","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/465e4578040b0908","status":"passed","time":{"start":1707355162781,"stop":1707355162781,"duration":0}}]},"tags":[]},"source":"7d33c962a8144025.json","parameterValues":[]} \ No newline at end of file +{"uid":"6705f4874d6eca3c","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":1707793153227,"stop":1707793153228,"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":14,"unknown":0,"total":14},"items":[{"uid":"291630232b1579cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/291630232b1579cd","status":"passed","time":{"start":1707778114678,"stop":1707778114678,"duration":0}},{"uid":"a3ef6ea851f3e126","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ef6ea851f3e126","status":"passed","time":{"start":1707775395379,"stop":1707775395380,"duration":1}},{"uid":"aeb493006aa24f7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aeb493006aa24f7b","status":"passed","time":{"start":1707775205633,"stop":1707775205633,"duration":0}},{"uid":"e5fadd0e7886fdca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5fadd0e7886fdca","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"duration":0}},{"uid":"2ed68a37a1f976a5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ed68a37a1f976a5","status":"passed","time":{"start":1707769983281,"stop":1707769983282,"duration":1}},{"uid":"bd89514613ff7f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd89514613ff7f34","status":"passed","time":{"start":1707760095406,"stop":1707760095407,"duration":1}},{"uid":"c748f690ab1fe82b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c748f690ab1fe82b","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"828fe27ae5a18e24","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/828fe27ae5a18e24","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2e2c73f639d9f18a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2e2c73f639d9f18a","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"30a82ccbf13cc9a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/30a82ccbf13cc9a7","status":"passed","time":{"start":1707753573532,"stop":1707753573533,"duration":1}},{"uid":"959fc6ac5a789d79","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/959fc6ac5a789d79","status":"passed","time":{"start":1707750953983,"stop":1707750953984,"duration":1}},{"uid":"675599e106d50f0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/675599e106d50f0e","status":"passed","time":{"start":1707736878970,"stop":1707736878971,"duration":1}},{"uid":"23deced1b5daa012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23deced1b5daa012","status":"passed","time":{"start":1707736081275,"stop":1707736081275,"duration":0}}]},"tags":[]},"source":"6705f4874d6eca3c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6730b871158c9a11.json b/6406/data/test-cases/6730b871158c9a11.json new file mode 100644 index 00000000000..15c67cf3d22 --- /dev/null +++ b/6406/data/test-cases/6730b871158c9a11.json @@ -0,0 +1 @@ +{"uid":"6730b871158c9a11","name":"LightPush","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > LightPush","historyId":"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793412323,"stop":1707793412323,"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":13,"unknown":0,"total":13},"items":[{"uid":"49ef313f0c7bc252","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49ef313f0c7bc252","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"3a235082c30ba12e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a235082c30ba12e","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"fa950f6a3ffcb2b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa950f6a3ffcb2b5","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"1d0c4aac93d55f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d0c4aac93d55f79","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"ac5bc9f431429ae5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5bc9f431429ae5","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"abaa515e5886936","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abaa515e5886936","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"b2ef24ae29bc63ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2ef24ae29bc63ad","status":"passed","time":{"start":1707758036861,"stop":1707758036862,"duration":1}},{"uid":"b3212f4e36e9506b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3212f4e36e9506b","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"559a06f7a8ab0c8f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/559a06f7a8ab0c8f","status":"passed","time":{"start":1707753994324,"stop":1707753994325,"duration":1}},{"uid":"564b93a25fcfc127","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/564b93a25fcfc127","status":"passed","time":{"start":1707753841535,"stop":1707753841536,"duration":1}},{"uid":"55fce984325296dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55fce984325296dc","status":"passed","time":{"start":1707737132861,"stop":1707737132861,"duration":0}},{"uid":"8f35972fb1436abf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f35972fb1436abf","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"tags":[]},"source":"6730b871158c9a11.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/bb3cffa8447d7ee4.json b/6406/data/test-cases/67543c82acf2c284.json similarity index 79% rename from 6379/data/test-cases/bb3cffa8447d7ee4.json rename to 6406/data/test-cases/67543c82acf2c284.json index debef6dcb8b..e953930fa6e 100644 --- a/6379/data/test-cases/bb3cffa8447d7ee4.json +++ b/6406/data/test-cases/67543c82acf2c284.json @@ -1 +1 @@ -{"uid":"bb3cffa8447d7ee4","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":1707418998137,"stop":1707418998137,"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":18,"unknown":0,"total":18},"items":[{"uid":"507b57bea94e7032","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/507b57bea94e7032","status":"passed","time":{"start":1707418242003,"stop":1707418242003,"duration":0}},{"uid":"398ceb1d925e5fe7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/398ceb1d925e5fe7","status":"passed","time":{"start":1707418191238,"stop":1707418191238,"duration":0}},{"uid":"ed39e6e8421fbf8a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ed39e6e8421fbf8a","status":"passed","time":{"start":1707412620264,"stop":1707412620264,"duration":0}},{"uid":"61e413c405ca402","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/61e413c405ca402","status":"passed","time":{"start":1707411038682,"stop":1707411038682,"duration":0}},{"uid":"e4b39b295a0a00ff","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e4b39b295a0a00ff","status":"passed","time":{"start":1707409514432,"stop":1707409514432,"duration":0}},{"uid":"e01d4dc8e0a916ba","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e01d4dc8e0a916ba","status":"passed","time":{"start":1707408894639,"stop":1707408894639,"duration":0}},{"uid":"a29fd2a577e7ad9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a29fd2a577e7ad9","status":"passed","time":{"start":1707408855727,"stop":1707408855728,"duration":1}},{"uid":"31c9762595451380","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/31c9762595451380","status":"passed","time":{"start":1707408364956,"stop":1707408364956,"duration":0}},{"uid":"87ee4672b3c9edff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/87ee4672b3c9edff","status":"passed","time":{"start":1707407446969,"stop":1707407446969,"duration":0}},{"uid":"19be48f66ff8defd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/19be48f66ff8defd","status":"passed","time":{"start":1707407328486,"stop":1707407328487,"duration":1}},{"uid":"61ae753272519072","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/61ae753272519072","status":"passed","time":{"start":1707404323775,"stop":1707404323775,"duration":0}},{"uid":"25390435d47032e2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/25390435d47032e2","status":"passed","time":{"start":1707375767327,"stop":1707375767327,"duration":0}},{"uid":"c9a1b8d1cb750ad8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c9a1b8d1cb750ad8","status":"passed","time":{"start":1707372960634,"stop":1707372960635,"duration":1}},{"uid":"ff19b4c64a3a007f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ff19b4c64a3a007f","status":"passed","time":{"start":1707359147638,"stop":1707359147639,"duration":1}},{"uid":"95827e0d34b09580","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95827e0d34b09580","status":"passed","time":{"start":1707357894474,"stop":1707357894475,"duration":1}},{"uid":"93236b68695e53bd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93236b68695e53bd","status":"passed","time":{"start":1707356942071,"stop":1707356942072,"duration":1}},{"uid":"b56590df2d0ce11c","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b56590df2d0ce11c","status":"passed","time":{"start":1707355162755,"stop":1707355162756,"duration":1}}]},"tags":[]},"source":"bb3cffa8447d7ee4.json","parameterValues":[]} \ No newline at end of file +{"uid":"67543c82acf2c284","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":1707793153218,"stop":1707793153218,"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":14,"unknown":0,"total":14},"items":[{"uid":"5ec53923d3c24341","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ec53923d3c24341","status":"passed","time":{"start":1707778114670,"stop":1707778114670,"duration":0}},{"uid":"140121430f865923","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/140121430f865923","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"adbfae06f912091a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/adbfae06f912091a","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"c66d3a383ff01fdf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c66d3a383ff01fdf","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"9e62a0a061c3a616","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e62a0a061c3a616","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"a50dd29e6fe81702","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a50dd29e6fe81702","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"f247b976a42a7610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f247b976a42a7610","status":"passed","time":{"start":1707757790732,"stop":1707757790732,"duration":0}},{"uid":"ddddbbb5d364f8ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddddbbb5d364f8ac","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"77a5892500c9e91d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77a5892500c9e91d","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"2f500b4e5446f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f500b4e5446f04","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"2cd6109a0db9c730","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cd6109a0db9c730","status":"passed","time":{"start":1707750953973,"stop":1707750953973,"duration":0}},{"uid":"214753652eefd69c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/214753652eefd69c","status":"passed","time":{"start":1707736878963,"stop":1707736878963,"duration":0}},{"uid":"386c743ababa1a6d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/386c743ababa1a6d","status":"passed","time":{"start":1707736081267,"stop":1707736081268,"duration":1}}]},"tags":[]},"source":"67543c82acf2c284.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5af39ac6ff0ba488.json b/6406/data/test-cases/67fd5c7a155646af.json similarity index 84% rename from 6379/data/test-cases/5af39ac6ff0ba488.json rename to 6406/data/test-cases/67fd5c7a155646af.json index f51862bbc56..94c04be8755 100644 --- a/6379/data/test-cases/5af39ac6ff0ba488.json +++ b/6406/data/test-cases/67fd5c7a155646af.json @@ -1 +1 @@ -{"uid":"5af39ac6ff0ba488","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":1707419289512,"stop":1707419289513,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"16b848b511b7ff2f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/16b848b511b7ff2f","status":"passed","time":{"start":1707418535552,"stop":1707418535553,"duration":1}},{"uid":"cd45e787dbd3ae1e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/cd45e787dbd3ae1e","status":"passed","time":{"start":1707418482228,"stop":1707418482228,"duration":0}},{"uid":"8bb054808eadc05","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8bb054808eadc05","status":"passed","time":{"start":1707412863493,"stop":1707412863493,"duration":0}},{"uid":"8e536ed57956758e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8e536ed57956758e","status":"passed","time":{"start":1707411338665,"stop":1707411338665,"duration":0}},{"uid":"69a3fb1c888b6df8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/69a3fb1c888b6df8","status":"passed","time":{"start":1707409792242,"stop":1707409792242,"duration":0}},{"uid":"fed0efebac22e882","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fed0efebac22e882","status":"passed","time":{"start":1707409177765,"stop":1707409177765,"duration":0}},{"uid":"f3d23845ca60439c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f3d23845ca60439c","status":"passed","time":{"start":1707409135100,"stop":1707409135100,"duration":0}},{"uid":"bb4e25a8144022cd","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bb4e25a8144022cd","status":"passed","time":{"start":1707408664036,"stop":1707408664036,"duration":0}},{"uid":"8e54a7ecfb347605","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8e54a7ecfb347605","status":"passed","time":{"start":1707407736522,"stop":1707407736522,"duration":0}},{"uid":"730de1364df5bae9","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/730de1364df5bae9","status":"passed","time":{"start":1707407618240,"stop":1707407618240,"duration":0}},{"uid":"3f82de089b394662","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3f82de089b394662","status":"passed","time":{"start":1707375978565,"stop":1707375978565,"duration":0}},{"uid":"d25f56e5f7ca263","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d25f56e5f7ca263","status":"passed","time":{"start":1707373245368,"stop":1707373245369,"duration":1}},{"uid":"9f2620a31ed7564e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9f2620a31ed7564e","status":"passed","time":{"start":1707359448677,"stop":1707359448677,"duration":0}},{"uid":"67c6849cda8d8429","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/67c6849cda8d8429","status":"passed","time":{"start":1707358197197,"stop":1707358197197,"duration":0}},{"uid":"f25af13395bcc7af","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f25af13395bcc7af","status":"passed","time":{"start":1707357226638,"stop":1707357226638,"duration":0}},{"uid":"94778e002cf8cf98","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/94778e002cf8cf98","status":"passed","time":{"start":1707355477324,"stop":1707355477324,"duration":0}}]},"tags":[]},"source":"5af39ac6ff0ba488.json","parameterValues":[]} \ No newline at end of file +{"uid":"67fd5c7a155646af","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":1707793446750,"stop":1707793446751,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"a4bba09fbaf18a64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4bba09fbaf18a64","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"60848d837df0f1c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60848d837df0f1c6","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"1f69ff89ebd0a1aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f69ff89ebd0a1aa","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"24941bca768f285e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24941bca768f285e","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"409f985095d49a0c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/409f985095d49a0c","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"1fe4ef7daec4073b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fe4ef7daec4073b","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"eed432df65d436d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eed432df65d436d6","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"c649f3c6f8b5d806","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c649f3c6f8b5d806","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"3874e3e41246a89f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3874e3e41246a89f","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"a8b306f265616dbc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8b306f265616dbc","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"f7dd0590026fbe9c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7dd0590026fbe9c","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"44e369c46a358e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44e369c46a358e1","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"tags":[]},"source":"67fd5c7a155646af.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/86114b55d123d001.json b/6406/data/test-cases/681458f686b6bdbe.json similarity index 50% rename from 6379/data/test-cases/86114b55d123d001.json rename to 6406/data/test-cases/681458f686b6bdbe.json index bb84e54a518..4be2e22737f 100644 --- a/6379/data/test-cases/86114b55d123d001.json +++ b/6406/data/test-cases/681458f686b6bdbe.json @@ -1 +1 @@ -{"uid":"86114b55d123d001","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":1707418744886,"stop":1707418744886,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"736cc46296f9e473","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/736cc46296f9e473","status":"passed","time":{"start":1707417979406,"stop":1707417979406,"duration":0}},{"uid":"b175f320069bc50f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b175f320069bc50f","status":"passed","time":{"start":1707417938897,"stop":1707417938897,"duration":0}},{"uid":"d4de3f8452ed8000","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d4de3f8452ed8000","status":"passed","time":{"start":1707412393208,"stop":1707412393208,"duration":0}},{"uid":"a956ba281fdcd706","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/a956ba281fdcd706","status":"passed","time":{"start":1707410787474,"stop":1707410787474,"duration":0}},{"uid":"2e8892742fc2808a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2e8892742fc2808a","status":"passed","time":{"start":1707409251382,"stop":1707409251382,"duration":0}},{"uid":"b94bec17772f1acc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b94bec17772f1acc","status":"passed","time":{"start":1707408646368,"stop":1707408646369,"duration":1}},{"uid":"56c9732200ba4f5a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/56c9732200ba4f5a","status":"passed","time":{"start":1707408603697,"stop":1707408603698,"duration":1}},{"uid":"e2a9070186e870f7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e2a9070186e870f7","status":"passed","time":{"start":1707408131556,"stop":1707408131556,"duration":0}},{"uid":"946d41434fe192a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/946d41434fe192a6","status":"passed","time":{"start":1707407189068,"stop":1707407189068,"duration":0}},{"uid":"e9518194528b66a9","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e9518194528b66a9","status":"passed","time":{"start":1707407099397,"stop":1707407099397,"duration":0}},{"uid":"21535b188c6e3083","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/21535b188c6e3083","status":"passed","time":{"start":1707404081468,"stop":1707404081468,"duration":0}},{"uid":"c813c9d528a698f2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c813c9d528a698f2","status":"passed","time":{"start":1707375507545,"stop":1707375507545,"duration":0}},{"uid":"6e76ef262a449a94","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6e76ef262a449a94","status":"passed","time":{"start":1707372719072,"stop":1707372719072,"duration":0}},{"uid":"9c22519587fb6ae4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9c22519587fb6ae4","status":"passed","time":{"start":1707358898251,"stop":1707358898251,"duration":0}},{"uid":"e55494f12eca2d5a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e55494f12eca2d5a","status":"passed","time":{"start":1707357643943,"stop":1707357643943,"duration":0}},{"uid":"315d4b53c0a3e230","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/315d4b53c0a3e230","status":"passed","time":{"start":1707356762522,"stop":1707356762534,"duration":12}},{"uid":"3897dbf8c5c72bc5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3897dbf8c5c72bc5","status":"passed","time":{"start":1707354787182,"stop":1707354787182,"duration":0}}]},"tags":[]},"source":"86114b55d123d001.json","parameterValues":[]} \ No newline at end of file +{"uid":"681458f686b6bdbe","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":1707792929579,"stop":1707792929579,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"951f1768139f46c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/951f1768139f46c1","status":"passed","time":{"start":1707777877643,"stop":1707777877645,"duration":2}},{"uid":"23c7fb3bc2745fa3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23c7fb3bc2745fa3","status":"passed","time":{"start":1707775153017,"stop":1707775153018,"duration":1}},{"uid":"90bb16755e4e8099","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90bb16755e4e8099","status":"passed","time":{"start":1707774951831,"stop":1707774951831,"duration":0}},{"uid":"7cdcfdc03b701571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cdcfdc03b701571","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"c2e74e16ae8b870a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2e74e16ae8b870a","status":"passed","time":{"start":1707769748204,"stop":1707769748205,"duration":1}},{"uid":"e165daac3409c1f4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e165daac3409c1f4","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"f13de04b6400b23e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f13de04b6400b23e","status":"passed","time":{"start":1707757546806,"stop":1707757546807,"duration":1}},{"uid":"cfb15046bad7fe4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cfb15046bad7fe4","status":"passed","time":{"start":1707756167198,"stop":1707756167199,"duration":1}},{"uid":"42eda9c7a2bf4360","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42eda9c7a2bf4360","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f0355a560e89484c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0355a560e89484c","status":"passed","time":{"start":1707753331770,"stop":1707753331770,"duration":0}},{"uid":"fa8829a8d5ff5a03","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fa8829a8d5ff5a03","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"55b147a17b4bbe6e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55b147a17b4bbe6e","status":"passed","time":{"start":1707736636441,"stop":1707736636442,"duration":1}},{"uid":"78f20cfcc80b0c35","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78f20cfcc80b0c35","status":"passed","time":{"start":1707735825260,"stop":1707735825261,"duration":1}}]},"tags":[]},"source":"681458f686b6bdbe.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f43558db2208a4e6.json b/6406/data/test-cases/6847ae21f2fbc1d2.json similarity index 87% rename from 6379/data/test-cases/f43558db2208a4e6.json rename to 6406/data/test-cases/6847ae21f2fbc1d2.json index 94a42b03481..d0274031704 100644 --- a/6379/data/test-cases/f43558db2208a4e6.json +++ b/6406/data/test-cases/6847ae21f2fbc1d2.json @@ -1 +1 @@ -{"uid":"f43558db2208a4e6","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":1707419247766,"stop":1707419247766,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"52715ad931584edd","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/52715ad931584edd","status":"passed","time":{"start":1707418479325,"stop":1707418479326,"duration":1}},{"uid":"8bec0c7935ffd77","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8bec0c7935ffd77","status":"passed","time":{"start":1707418420773,"stop":1707418420773,"duration":0}},{"uid":"9755931c64c6c8a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9755931c64c6c8a","status":"passed","time":{"start":1707412716421,"stop":1707412716421,"duration":0}},{"uid":"33f74e844b48dd98","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/33f74e844b48dd98","status":"passed","time":{"start":1707411275191,"stop":1707411275192,"duration":1}},{"uid":"ddfc9b8d3d775046","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ddfc9b8d3d775046","status":"passed","time":{"start":1707409745053,"stop":1707409745059,"duration":6}},{"uid":"4beb658d72b6d022","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4beb658d72b6d022","status":"passed","time":{"start":1707409135314,"stop":1707409135315,"duration":1}},{"uid":"7092d3d0827d8e77","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7092d3d0827d8e77","status":"passed","time":{"start":1707409077121,"stop":1707409077121,"duration":0}},{"uid":"342a6f72613ce7e0","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/342a6f72613ce7e0","status":"passed","time":{"start":1707408618350,"stop":1707408618350,"duration":0}},{"uid":"bd030bfbdea37390","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bd030bfbdea37390","status":"passed","time":{"start":1707407695587,"stop":1707407695587,"duration":0}},{"uid":"988f5f237343ac15","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/988f5f237343ac15","status":"passed","time":{"start":1707407563829,"stop":1707407563832,"duration":3}},{"uid":"12b352f264d40b1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/12b352f264d40b1","status":"passed","time":{"start":1707404565393,"stop":1707404565393,"duration":0}},{"uid":"d4e7204bff922bcd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d4e7204bff922bcd","status":"passed","time":{"start":1707376005058,"stop":1707376005058,"duration":0}},{"uid":"5656e60f9a3047d5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5656e60f9a3047d5","status":"passed","time":{"start":1707373209922,"stop":1707373209922,"duration":0}},{"uid":"4fbe4ea114ae0e00","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4fbe4ea114ae0e00","status":"passed","time":{"start":1707359407150,"stop":1707359407150,"duration":0}},{"uid":"d6d0b50b4b46308b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d6d0b50b4b46308b","status":"passed","time":{"start":1707358162765,"stop":1707358162766,"duration":1}},{"uid":"97f093563ac95ab","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/97f093563ac95ab","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355687978,"stop":1707355687979,"duration":1}}]},"tags":[]},"source":"f43558db2208a4e6.json","parameterValues":[]} \ No newline at end of file +{"uid":"6847ae21f2fbc1d2","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":1707793370625,"stop":1707793370626,"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":13,"unknown":0,"total":13},"items":[{"uid":"3c04f8277d697f4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c04f8277d697f4d","status":"passed","time":{"start":1707778386475,"stop":1707778386476,"duration":1}},{"uid":"d3f775ebe4e53b56","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f775ebe4e53b56","status":"passed","time":{"start":1707775656744,"stop":1707775656745,"duration":1}},{"uid":"5166df9a5f8cba50","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5166df9a5f8cba50","status":"passed","time":{"start":1707775461882,"stop":1707775461883,"duration":1}},{"uid":"1a2de2823f8b25b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1a2de2823f8b25b1","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"4c63f328ef8edc4b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c63f328ef8edc4b","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"985273cf99b88e75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/985273cf99b88e75","status":"passed","time":{"start":1707760335940,"stop":1707760335941,"duration":1}},{"uid":"81ec5e45bcf63ee1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81ec5e45bcf63ee1","status":"passed","time":{"start":1707758023527,"stop":1707758023528,"duration":1}},{"uid":"8b46fd90cd57bdb2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8b46fd90cd57bdb2","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"a9b5c5a072fc6a64","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9b5c5a072fc6a64","status":"passed","time":{"start":1707753837161,"stop":1707753837162,"duration":1}},{"uid":"cd4fff8ef9ff6829","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cd4fff8ef9ff6829","status":"passed","time":{"start":1707751136279,"stop":1707751136279,"duration":0}},{"uid":"3ca24ae718d6079b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ca24ae718d6079b","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"f34e0ed7fa6e9dc6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f34e0ed7fa6e9dc6","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"tags":[]},"source":"6847ae21f2fbc1d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6d20caf0b8b9b8c3.json b/6406/data/test-cases/689444ebada4c412.json similarity index 83% rename from 6379/data/test-cases/6d20caf0b8b9b8c3.json rename to 6406/data/test-cases/689444ebada4c412.json index 80937c06a2b..ab87a4670dc 100644 --- a/6379/data/test-cases/6d20caf0b8b9b8c3.json +++ b/6406/data/test-cases/689444ebada4c412.json @@ -1 +1 @@ -{"uid":"6d20caf0b8b9b8c3","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":1707419289494,"stop":1707419289495,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"e82ebafd026f955d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e82ebafd026f955d","status":"passed","time":{"start":1707418535533,"stop":1707418535533,"duration":0}},{"uid":"55d428a6a81da114","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/55d428a6a81da114","status":"passed","time":{"start":1707418482211,"stop":1707418482211,"duration":0}},{"uid":"71fadeecc3af4e5c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/71fadeecc3af4e5c","status":"passed","time":{"start":1707412863476,"stop":1707412863477,"duration":1}},{"uid":"cc526a17fffbf68b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/cc526a17fffbf68b","status":"passed","time":{"start":1707411338647,"stop":1707411338648,"duration":1}},{"uid":"fef170fadb2958a5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fef170fadb2958a5","status":"passed","time":{"start":1707409792224,"stop":1707409792225,"duration":1}},{"uid":"46b64d01c2e1b9e4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/46b64d01c2e1b9e4","status":"passed","time":{"start":1707409177748,"stop":1707409177749,"duration":1}},{"uid":"6757985c46353f94","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6757985c46353f94","status":"passed","time":{"start":1707409135084,"stop":1707409135084,"duration":0}},{"uid":"10dae9f654c21635","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/10dae9f654c21635","status":"passed","time":{"start":1707408664015,"stop":1707408664015,"duration":0}},{"uid":"49ef99ca7778e5d8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/49ef99ca7778e5d8","status":"passed","time":{"start":1707407736502,"stop":1707407736502,"duration":0}},{"uid":"cfee16ddb4b68cda","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/cfee16ddb4b68cda","status":"passed","time":{"start":1707407618222,"stop":1707407618222,"duration":0}},{"uid":"38654e6a722edf50","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/38654e6a722edf50","status":"passed","time":{"start":1707404537706,"stop":1707404537706,"duration":0}},{"uid":"f7634be2bdee14f0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f7634be2bdee14f0","status":"passed","time":{"start":1707375978537,"stop":1707375978537,"duration":0}},{"uid":"dcfca4b27c4e88bc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/dcfca4b27c4e88bc","status":"passed","time":{"start":1707373245348,"stop":1707373245349,"duration":1}},{"uid":"db102302b6ff5e7f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/db102302b6ff5e7f","status":"passed","time":{"start":1707359448660,"stop":1707359448661,"duration":1}},{"uid":"e639f812b6542c3e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e639f812b6542c3e","status":"passed","time":{"start":1707358197177,"stop":1707358197178,"duration":1}},{"uid":"d801e94022072441","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d801e94022072441","status":"passed","time":{"start":1707357226621,"stop":1707357226622,"duration":1}},{"uid":"2128cc9e58a3b406","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2128cc9e58a3b406","status":"passed","time":{"start":1707355477295,"stop":1707355477295,"duration":0}}]},"tags":[]},"source":"6d20caf0b8b9b8c3.json","parameterValues":[]} \ No newline at end of file +{"uid":"689444ebada4c412","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":1707793446730,"stop":1707793446731,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d7a3e0889c532860","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7a3e0889c532860","status":"passed","time":{"start":1707778413512,"stop":1707778413512,"duration":0}},{"uid":"e8041073110fcc0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8041073110fcc0b","status":"passed","time":{"start":1707775685017,"stop":1707775685017,"duration":0}},{"uid":"8eb1cca9302f86cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1cca9302f86cb","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"6dc0842d2cc124e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc0842d2cc124e8","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"duration":1}},{"uid":"fbbb051c5eb14fa9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fbbb051c5eb14fa9","status":"passed","time":{"start":1707770238677,"stop":1707770238677,"duration":0}},{"uid":"d60cfaa2648274f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d60cfaa2648274f8","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"b9f5db5c2c15da6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9f5db5c2c15da6a","status":"passed","time":{"start":1707758004298,"stop":1707758004299,"duration":1}},{"uid":"92aa3eaf4d99a6b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/92aa3eaf4d99a6b5","status":"passed","time":{"start":1707756690154,"stop":1707756690154,"duration":0}},{"uid":"9decf5feb5117299","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9decf5feb5117299","status":"passed","time":{"start":1707754051778,"stop":1707754051778,"duration":0}},{"uid":"9ae595e22305986a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ae595e22305986a","status":"passed","time":{"start":1707753877919,"stop":1707753877920,"duration":1}},{"uid":"1a1455a1f5f02396","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a1455a1f5f02396","status":"passed","time":{"start":1707751228953,"stop":1707751228953,"duration":0}},{"uid":"1183ce590698909a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1183ce590698909a","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"774cd0257fc8815a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/774cd0257fc8815a","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"tags":[]},"source":"689444ebada4c412.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/68b82eb9730b2476.json b/6406/data/test-cases/68b82eb9730b2476.json new file mode 100644 index 00000000000..2a00d9ce476 --- /dev/null +++ b/6406/data/test-cases/68b82eb9730b2476.json @@ -0,0 +1 @@ +{"uid":"68b82eb9730b2476","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":1707792890684,"stop":1707792890685,"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":12,"unknown":0,"total":12},"items":[{"uid":"140db786623bf7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/140db786623bf7d","status":"passed","time":{"start":1707777837224,"stop":1707777837224,"duration":0}},{"uid":"16db451f5b16b73b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16db451f5b16b73b","status":"passed","time":{"start":1707775113058,"stop":1707775113059,"duration":1}},{"uid":"7502412f83ab2788","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7502412f83ab2788","status":"passed","time":{"start":1707774908734,"stop":1707774908735,"duration":1}},{"uid":"94daf0e447c72780","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94daf0e447c72780","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0}},{"uid":"abb5e74d2d577458","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abb5e74d2d577458","status":"passed","time":{"start":1707769706670,"stop":1707769706670,"duration":0}},{"uid":"b8d2caf56ba2d667","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8d2caf56ba2d667","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"f25ead016b940532","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f25ead016b940532","status":"passed","time":{"start":1707757504686,"stop":1707757504686,"duration":0}},{"uid":"17fce85e1d0c415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17fce85e1d0c415","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"b9ce95e4f246f820","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b9ce95e4f246f820","status":"passed","time":{"start":1707753284216,"stop":1707753284217,"duration":1}},{"uid":"e538652f35c41143","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e538652f35c41143","status":"passed","time":{"start":1707736597190,"stop":1707736597191,"duration":1}},{"uid":"55a1f0705b0fda03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55a1f0705b0fda03","status":"passed","time":{"start":1707735784061,"stop":1707735784062,"duration":1}}]},"tags":[]},"source":"68b82eb9730b2476.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9612f5d364ba6c49.json b/6406/data/test-cases/692ca337528b265d.json similarity index 81% rename from 6379/data/test-cases/9612f5d364ba6c49.json rename to 6406/data/test-cases/692ca337528b265d.json index a039f8ae8e1..721de07b0fe 100644 --- a/6379/data/test-cases/9612f5d364ba6c49.json +++ b/6406/data/test-cases/692ca337528b265d.json @@ -1 +1 @@ -{"uid":"9612f5d364ba6c49","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":1707419181424,"stop":1707419181424,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"b593ec768e12605a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b593ec768e12605a","status":"passed","time":{"start":1707418419780,"stop":1707418419780,"duration":0}},{"uid":"6138459924f69ae3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6138459924f69ae3","status":"passed","time":{"start":1707418388455,"stop":1707418388455,"duration":0}},{"uid":"ef352b683e373533","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ef352b683e373533","status":"passed","time":{"start":1707412796140,"stop":1707412796140,"duration":0}},{"uid":"e408fed5a3c2e7b9","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e408fed5a3c2e7b9","status":"passed","time":{"start":1707411256110,"stop":1707411256110,"duration":0}},{"uid":"bb0f4cd80c9f8a28","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/bb0f4cd80c9f8a28","status":"passed","time":{"start":1707409690320,"stop":1707409690320,"duration":0}},{"uid":"ad72d168a8ce2ac","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ad72d168a8ce2ac","status":"passed","time":{"start":1707409095927,"stop":1707409095927,"duration":0}},{"uid":"256c8dd70cf41e70","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/256c8dd70cf41e70","status":"passed","time":{"start":1707409032433,"stop":1707409032434,"duration":1}},{"uid":"9f52c9ce8f4eb61","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9f52c9ce8f4eb61","status":"passed","time":{"start":1707408574263,"stop":1707408574268,"duration":5}},{"uid":"47670f175111677","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/47670f175111677","status":"passed","time":{"start":1707407633882,"stop":1707407633887,"duration":5}},{"uid":"f4af32328dd6a43e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f4af32328dd6a43e","status":"passed","time":{"start":1707407545227,"stop":1707407545228,"duration":1}},{"uid":"96b2c7149cc52621","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/96b2c7149cc52621","status":"passed","time":{"start":1707404532445,"stop":1707404532449,"duration":4}},{"uid":"ddac924b4677d871","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ddac924b4677d871","status":"passed","time":{"start":1707375958774,"stop":1707375958784,"duration":10}},{"uid":"541caa537bb21061","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/541caa537bb21061","status":"passed","time":{"start":1707373157759,"stop":1707373157759,"duration":0}},{"uid":"6e128342b1ef7783","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6e128342b1ef7783","status":"passed","time":{"start":1707359355990,"stop":1707359355991,"duration":1}},{"uid":"b2592d81d1685299","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b2592d81d1685299","status":"passed","time":{"start":1707358094699,"stop":1707358094699,"duration":0}},{"uid":"953809a8c0192da0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/953809a8c0192da0","status":"passed","time":{"start":1707357164923,"stop":1707357164924,"duration":1}},{"uid":"dad665d56913237f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/dad665d56913237f","status":"passed","time":{"start":1707355248784,"stop":1707355248784,"duration":0}}]},"tags":[]},"source":"9612f5d364ba6c49.json","parameterValues":[]} \ No newline at end of file +{"uid":"692ca337528b265d","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":1707793371111,"stop":1707793371111,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"37b3146b5de98f5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37b3146b5de98f5f","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"70253099372e7ce9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70253099372e7ce9","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"8cf43b7a800df40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cf43b7a800df40","status":"passed","time":{"start":1707775390241,"stop":1707775390241,"duration":0}},{"uid":"10d4de45052a1640","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d4de45052a1640","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"f308941b04accc63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f308941b04accc63","status":"passed","time":{"start":1707769968726,"stop":1707769968727,"duration":1}},{"uid":"ed6ef82fd7a4be1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed6ef82fd7a4be1a","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"6f815ca852732a21","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f815ca852732a21","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"8a8ef63edef3a650","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8a8ef63edef3a650","status":"passed","time":{"start":1707756617049,"stop":1707756617049,"duration":0}},{"uid":"952223bd8039e256","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/952223bd8039e256","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"4bcf1048425551e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bcf1048425551e2","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"228583b497abc92d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/228583b497abc92d","status":"passed","time":{"start":1707751162318,"stop":1707751162319,"duration":1}},{"uid":"5fbf2b5cc362e6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fbf2b5cc362e6ec","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"1f8ed55638344c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f8ed55638344c44","status":"passed","time":{"start":1707736260145,"stop":1707736260146,"duration":1}}]},"tags":[]},"source":"692ca337528b265d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/693e4e40da1aa95a.json b/6406/data/test-cases/693e4e40da1aa95a.json new file mode 100644 index 00000000000..72bfdd679b5 --- /dev/null +++ b/6406/data/test-cases/693e4e40da1aa95a.json @@ -0,0 +1 @@ +{"uid":"693e4e40da1aa95a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (branch): should parse and verify a single component DNS branch entry","historyId":"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814746,"stop":1707792814746,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"4b8a3e2a09905f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b8a3e2a09905f1","status":"passed","time":{"start":1707777764080,"stop":1707777764080,"duration":0}},{"uid":"ad99c273e61231de","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad99c273e61231de","status":"passed","time":{"start":1707775040148,"stop":1707775040149,"duration":1}},{"uid":"4d8e639a99382457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d8e639a99382457","status":"passed","time":{"start":1707774842104,"stop":1707774842105,"duration":1}},{"uid":"2434a4a5761d8931","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2434a4a5761d8931","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"c2b34a2197a98618","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2b34a2197a98618","status":"passed","time":{"start":1707769642221,"stop":1707769642222,"duration":1}},{"uid":"c6e9a5774b63f75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6e9a5774b63f75","status":"passed","time":{"start":1707759737069,"stop":1707759737070,"duration":1}},{"uid":"179706a21f9e7803","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/179706a21f9e7803","status":"passed","time":{"start":1707757431976,"stop":1707757431976,"duration":0}},{"uid":"bfb787f1b6b8a9ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfb787f1b6b8a9ed","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"78eb5536032f069f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78eb5536032f069f","status":"passed","time":{"start":1707753479610,"stop":1707753479610,"duration":0}},{"uid":"e43d0fac201691f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e43d0fac201691f9","status":"passed","time":{"start":1707753208309,"stop":1707753208309,"duration":0}},{"uid":"79d269d7ec94ff97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79d269d7ec94ff97","status":"passed","time":{"start":1707750608586,"stop":1707750608586,"duration":0}},{"uid":"363405d8145eed85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/363405d8145eed85","status":"passed","time":{"start":1707736525857,"stop":1707736525857,"duration":0}},{"uid":"25dcf281ecf1893b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25dcf281ecf1893b","status":"passed","time":{"start":1707735707691,"stop":1707735707691,"duration":0}}]},"tags":[]},"source":"693e4e40da1aa95a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/305bb9d0860baf8d.json b/6406/data/test-cases/69435645beb283fd.json similarity index 80% rename from 6379/data/test-cases/305bb9d0860baf8d.json rename to 6406/data/test-cases/69435645beb283fd.json index 2bd776ce93c..d6e4a5cd1bb 100644 --- a/6379/data/test-cases/305bb9d0860baf8d.json +++ b/6406/data/test-cases/69435645beb283fd.json @@ -1 +1 @@ -{"uid":"305bb9d0860baf8d","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":1707418841930,"stop":1707418841930,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"85105259ba0bb26c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/85105259ba0bb26c","status":"passed","time":{"start":1707418071892,"stop":1707418071892,"duration":0}},{"uid":"17c94e9f1e77e458","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/17c94e9f1e77e458","status":"passed","time":{"start":1707418027859,"stop":1707418027859,"duration":0}},{"uid":"6ce6e683e1fa9570","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6ce6e683e1fa9570","status":"passed","time":{"start":1707412447285,"stop":1707412447286,"duration":1}},{"uid":"9d08b2cd5fafceee","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9d08b2cd5fafceee","status":"passed","time":{"start":1707410887006,"stop":1707410887007,"duration":1}},{"uid":"2b86a85ba0580b01","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2b86a85ba0580b01","status":"passed","time":{"start":1707409360829,"stop":1707409360829,"duration":0}},{"uid":"aa7bdbc88d0e1a5c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/aa7bdbc88d0e1a5c","status":"passed","time":{"start":1707408754547,"stop":1707408754547,"duration":0}},{"uid":"83988fef5ec81b9d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/83988fef5ec81b9d","status":"passed","time":{"start":1707408697987,"stop":1707408697987,"duration":0}},{"uid":"623fe86198be7e6b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/623fe86198be7e6b","status":"passed","time":{"start":1707408233025,"stop":1707408233025,"duration":0}},{"uid":"4b1d16f30ff730b5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4b1d16f30ff730b5","status":"passed","time":{"start":1707407282969,"stop":1707407282970,"duration":1}},{"uid":"d21223b122d33f2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d21223b122d33f2","status":"passed","time":{"start":1707407158614,"stop":1707407158614,"duration":0}},{"uid":"eb3b66338ef7c5b9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/eb3b66338ef7c5b9","status":"passed","time":{"start":1707404183589,"stop":1707404183590,"duration":1}},{"uid":"1fbcc984e583d33","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1fbcc984e583d33","status":"passed","time":{"start":1707375605072,"stop":1707375605073,"duration":1}},{"uid":"fef9d441900a1af9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/fef9d441900a1af9","status":"passed","time":{"start":1707372815490,"stop":1707372815492,"duration":2}},{"uid":"45d5ba846b8c63c1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/45d5ba846b8c63c1","status":"passed","time":{"start":1707358982989,"stop":1707358982990,"duration":1}},{"uid":"e0c54138661a313a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e0c54138661a313a","status":"passed","time":{"start":1707357747304,"stop":1707357747304,"duration":0}},{"uid":"8af896e9f9fa4aa1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8af896e9f9fa4aa1","status":"passed","time":{"start":1707356855799,"stop":1707356855799,"duration":0}},{"uid":"1355cb53e25dec6d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1355cb53e25dec6d","status":"passed","time":{"start":1707354894907,"stop":1707354894907,"duration":0}}]},"tags":[]},"source":"305bb9d0860baf8d.json","parameterValues":[]} \ No newline at end of file +{"uid":"69435645beb283fd","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":1707793028272,"stop":1707793028273,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"60517de0205fa7f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/60517de0205fa7f7","status":"passed","time":{"start":1707777972996,"stop":1707777972996,"duration":0}},{"uid":"e4ec8411f2aab33d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4ec8411f2aab33d","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"cc9b547ca7357704","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc9b547ca7357704","status":"passed","time":{"start":1707775050814,"stop":1707775050815,"duration":1}},{"uid":"2bf41d136a36cdf4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bf41d136a36cdf4","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"894d8778086b23e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/894d8778086b23e6","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"3e83cceaca861151","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e83cceaca861151","status":"passed","time":{"start":1707759965185,"stop":1707759965190,"duration":5}},{"uid":"1969ee0bea207ea7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1969ee0bea207ea7","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"dca1d5b94eb2e652","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dca1d5b94eb2e652","status":"passed","time":{"start":1707756267901,"stop":1707756267901,"duration":0}},{"uid":"cb42f875a184a0bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cb42f875a184a0bc","status":"passed","time":{"start":1707753668026,"stop":1707753668026,"duration":0}},{"uid":"10bb218a9f6ffd81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10bb218a9f6ffd81","status":"passed","time":{"start":1707753423533,"stop":1707753423533,"duration":0}},{"uid":"b1d822b8c9b698c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1d822b8c9b698c","status":"passed","time":{"start":1707750796026,"stop":1707750796027,"duration":1}},{"uid":"f7a4614630b55245","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7a4614630b55245","status":"passed","time":{"start":1707736730641,"stop":1707736730641,"duration":0}},{"uid":"509da57a343fefcb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/509da57a343fefcb","status":"passed","time":{"start":1707735912116,"stop":1707735912116,"duration":0}}]},"tags":[]},"source":"69435645beb283fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/375e5ba57aa94255.json b/6406/data/test-cases/6a7779e6688c8958.json similarity index 80% rename from 6379/data/test-cases/375e5ba57aa94255.json rename to 6406/data/test-cases/6a7779e6688c8958.json index 283fdfa3a8f..2a7a729daf2 100644 --- a/6379/data/test-cases/375e5ba57aa94255.json +++ b/6406/data/test-cases/6a7779e6688c8958.json @@ -1 +1 @@ -{"uid":"375e5ba57aa94255","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":1707418841931,"stop":1707418841931,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"9ae7844cd9ada225","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9ae7844cd9ada225","status":"passed","time":{"start":1707418071893,"stop":1707418071893,"duration":0}},{"uid":"de0132cd6bc56720","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/de0132cd6bc56720","status":"passed","time":{"start":1707418027860,"stop":1707418027860,"duration":0}},{"uid":"2bfede18432ca38d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2bfede18432ca38d","status":"passed","time":{"start":1707412447286,"stop":1707412447287,"duration":1}},{"uid":"e1d03f4da2f00b6a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e1d03f4da2f00b6a","status":"passed","time":{"start":1707410887007,"stop":1707410887008,"duration":1}},{"uid":"a139ce3a5502f80b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a139ce3a5502f80b","status":"passed","time":{"start":1707409360830,"stop":1707409360830,"duration":0}},{"uid":"ed6fcd400a8d5740","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ed6fcd400a8d5740","status":"passed","time":{"start":1707408754547,"stop":1707408754548,"duration":1}},{"uid":"f369aaf68e8659fd","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f369aaf68e8659fd","status":"passed","time":{"start":1707408697988,"stop":1707408697988,"duration":0}},{"uid":"adcfa0d92095c445","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/adcfa0d92095c445","status":"passed","time":{"start":1707408233027,"stop":1707408233027,"duration":0}},{"uid":"8c9926cad0346453","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8c9926cad0346453","status":"passed","time":{"start":1707407282970,"stop":1707407282971,"duration":1}},{"uid":"51763a435008f590","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/51763a435008f590","status":"passed","time":{"start":1707407158615,"stop":1707407158621,"duration":6}},{"uid":"fcf650c66f3ca64a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fcf650c66f3ca64a","status":"passed","time":{"start":1707404183590,"stop":1707404183590,"duration":0}},{"uid":"a68a5242d6f3fc62","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a68a5242d6f3fc62","status":"passed","time":{"start":1707375605073,"stop":1707375605074,"duration":1}},{"uid":"a1eec3923e7e1083","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a1eec3923e7e1083","status":"passed","time":{"start":1707372815495,"stop":1707372815496,"duration":1}},{"uid":"b0dce13dcb2630ec","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b0dce13dcb2630ec","status":"passed","time":{"start":1707358982990,"stop":1707358982991,"duration":1}},{"uid":"842bf1602762c7c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/842bf1602762c7c7","status":"passed","time":{"start":1707357747305,"stop":1707357747305,"duration":0}},{"uid":"641502c5c560677e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/641502c5c560677e","status":"passed","time":{"start":1707356855801,"stop":1707356855801,"duration":0}},{"uid":"e7a5382712727bf6","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e7a5382712727bf6","status":"passed","time":{"start":1707354894908,"stop":1707354894908,"duration":0}}]},"tags":[]},"source":"375e5ba57aa94255.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a7779e6688c8958","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":1707793028274,"stop":1707793028274,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"93c7174a4dc384b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93c7174a4dc384b7","status":"passed","time":{"start":1707777972997,"stop":1707777972997,"duration":0}},{"uid":"893d3942550810a7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/893d3942550810a7","status":"passed","time":{"start":1707775244527,"stop":1707775244527,"duration":0}},{"uid":"bbfe04f2492925f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bbfe04f2492925f7","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"7029b826cd9f4ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7029b826cd9f4ac5","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1}},{"uid":"95e3bd23ab2b2dbe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/95e3bd23ab2b2dbe","status":"passed","time":{"start":1707769843141,"stop":1707769843142,"duration":1}},{"uid":"5de8d1aad7692d7e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de8d1aad7692d7e","status":"passed","time":{"start":1707759965191,"stop":1707759965191,"duration":0}},{"uid":"6f5677ad1181da7e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f5677ad1181da7e","status":"passed","time":{"start":1707757644387,"stop":1707757644388,"duration":1}},{"uid":"4817804bcce044f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4817804bcce044f4","status":"passed","time":{"start":1707756267903,"stop":1707756267903,"duration":0}},{"uid":"5825349e6800a33e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5825349e6800a33e","status":"passed","time":{"start":1707753668028,"stop":1707753668029,"duration":1}},{"uid":"7c6e6996c9f13336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c6e6996c9f13336","status":"passed","time":{"start":1707753423534,"stop":1707753423534,"duration":0}},{"uid":"380446410be60051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/380446410be60051","status":"passed","time":{"start":1707750796028,"stop":1707750796029,"duration":1}},{"uid":"74d05b00d4ea91d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74d05b00d4ea91d7","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"27140c119b33d22f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/27140c119b33d22f","status":"passed","time":{"start":1707735912117,"stop":1707735912117,"duration":0}}]},"tags":[]},"source":"6a7779e6688c8958.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e8ea02df54eb1469.json b/6406/data/test-cases/6a77ec0d9b917aca.json similarity index 98% rename from 6379/data/test-cases/e8ea02df54eb1469.json rename to 6406/data/test-cases/6a77ec0d9b917aca.json index e4f5c71c31e..eb024bec814 100644 --- a/6379/data/test-cases/e8ea02df54eb1469.json +++ b/6406/data/test-cases/6a77ec0d9b917aca.json @@ -1 +1 @@ -{"uid":"e8ea02df54eb1469","name":"Push message with custom timestamp: 1707415230042","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1707415230042","historyId":"4f277e4b1d2014e774a745a53c346ea0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419247780,"stop":1707419247780,"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":"e8ea02df54eb1469.json","parameterValues":[]} \ No newline at end of file +{"uid":"6a77ec0d9b917aca","name":"Push message with custom timestamp: 1707789359036","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1707789359036","historyId":"5ce34936af39b928608d51d5e09592de:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793370641,"stop":1707793370641,"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":"6a77ec0d9b917aca.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6ae38198e540bdb4.json b/6406/data/test-cases/6ae38198e540bdb4.json new file mode 100644 index 00000000000..988027f4592 --- /dev/null +++ b/6406/data/test-cases/6ae38198e540bdb4.json @@ -0,0 +1 @@ +{"uid":"6ae38198e540bdb4","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":1707792792593,"stop":1707792792593,"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":14,"unknown":0,"total":14},"items":[{"uid":"e593e8f2cc2687e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e593e8f2cc2687e5","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"4860d44f4499827b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4860d44f4499827b","status":"passed","time":{"start":1707775017869,"stop":1707775017869,"duration":0}},{"uid":"307645a5a1dc53bd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/307645a5a1dc53bd","status":"passed","time":{"start":1707774819298,"stop":1707774819298,"duration":0}},{"uid":"53c5cb0e1ac95df5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53c5cb0e1ac95df5","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d2c61635de21f6c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d2c61635de21f6c5","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"426d128ff8804b24","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/426d128ff8804b24","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2a93d2657da10412","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a93d2657da10412","status":"passed","time":{"start":1707757409079,"stop":1707757409080,"duration":1}},{"uid":"ad7135a2f9a0f056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad7135a2f9a0f056","status":"passed","time":{"start":1707756038945,"stop":1707756038946,"duration":1}},{"uid":"61e0f5aa60a883d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61e0f5aa60a883d2","status":"passed","time":{"start":1707753457116,"stop":1707753457117,"duration":1}},{"uid":"e7c49f9ec4a47d59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7c49f9ec4a47d59","status":"passed","time":{"start":1707753185098,"stop":1707753185099,"duration":1}},{"uid":"644970598fb8d4de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/644970598fb8d4de","status":"passed","time":{"start":1707750585901,"stop":1707750585901,"duration":0}},{"uid":"c02545232ce682b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c02545232ce682b5","status":"passed","time":{"start":1707736503318,"stop":1707736503318,"duration":0}},{"uid":"20636b0d10e007a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20636b0d10e007a4","status":"passed","time":{"start":1707735684652,"stop":1707735684653,"duration":1}}]},"tags":[]},"source":"6ae38198e540bdb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f8b51b6c045d0997.json b/6406/data/test-cases/6b10fc4c337d3340.json similarity index 56% rename from 6379/data/test-cases/f8b51b6c045d0997.json rename to 6406/data/test-cases/6b10fc4c337d3340.json index 344b57ebf07..6139dfaed35 100644 --- a/6379/data/test-cases/f8b51b6c045d0997.json +++ b/6406/data/test-cases/6b10fc4c337d3340.json @@ -1 +1 @@ -{"uid":"f8b51b6c045d0997","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":1707419245416,"stop":1707419245416,"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":18,"unknown":0,"total":18},"items":[{"uid":"84667bea4e5fe6e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/84667bea4e5fe6e","status":"passed","time":{"start":1707418481247,"stop":1707418481247,"duration":0}},{"uid":"98bdeb8269488f47","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/98bdeb8269488f47","status":"passed","time":{"start":1707418427428,"stop":1707418427429,"duration":1}},{"uid":"69be4bd191fa52a4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/69be4bd191fa52a4","status":"passed","time":{"start":1707412836875,"stop":1707412836875,"duration":0}},{"uid":"af7ac1e878759b1c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/af7ac1e878759b1c","status":"passed","time":{"start":1707411293287,"stop":1707411293288,"duration":1}},{"uid":"6b07f30c17135211","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6b07f30c17135211","status":"passed","time":{"start":1707409756997,"stop":1707409756997,"duration":0}},{"uid":"45244791184e4500","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/45244791184e4500","status":"passed","time":{"start":1707409144513,"stop":1707409144513,"duration":0}},{"uid":"a3dc0f634b668e3e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a3dc0f634b668e3e","status":"passed","time":{"start":1707409099306,"stop":1707409099306,"duration":0}},{"uid":"3e3177ba210d4e18","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3e3177ba210d4e18","status":"passed","time":{"start":1707408627011,"stop":1707408627012,"duration":1}},{"uid":"5062bd46c3b26b89","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5062bd46c3b26b89","status":"passed","time":{"start":1707407709875,"stop":1707407709875,"duration":0}},{"uid":"7ffdc0c38b8c8da6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7ffdc0c38b8c8da6","status":"passed","time":{"start":1707407595120,"stop":1707407595121,"duration":1}},{"uid":"2087d9a9102331da","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2087d9a9102331da","status":"passed","time":{"start":1707404568407,"stop":1707404568407,"duration":0}},{"uid":"5c7da475dd56694c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5c7da475dd56694c","status":"passed","time":{"start":1707376005643,"stop":1707376005643,"duration":0}},{"uid":"f5b6b94f1b33fd0a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f5b6b94f1b33fd0a","status":"passed","time":{"start":1707373217012,"stop":1707373217012,"duration":0}},{"uid":"b943aeeb266be938","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b943aeeb266be938","status":"passed","time":{"start":1707359415815,"stop":1707359415816,"duration":1}},{"uid":"a602d36a1f5ff71b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a602d36a1f5ff71b","status":"passed","time":{"start":1707358177347,"stop":1707358177347,"duration":0}},{"uid":"e76f67ac236fa680","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e76f67ac236fa680","status":"passed","time":{"start":1707357159129,"stop":1707357159129,"duration":0}},{"uid":"ca6fc515d2c99779","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ca6fc515d2c99779","status":"passed","time":{"start":1707355369495,"stop":1707355369495,"duration":0}}]},"tags":[]},"source":"f8b51b6c045d0997.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b10fc4c337d3340","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":1707793399646,"stop":1707793399647,"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":13,"unknown":0,"total":13},"items":[{"uid":"3c0d4672e1314cc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c0d4672e1314cc4","status":"passed","time":{"start":1707778379763,"stop":1707778379763,"duration":0}},{"uid":"d20c59fd830afce3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20c59fd830afce3","status":"passed","time":{"start":1707775649287,"stop":1707775649287,"duration":0}},{"uid":"d8e7b6ee025dca09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e7b6ee025dca09","status":"passed","time":{"start":1707775456620,"stop":1707775456622,"duration":2}},{"uid":"f5d594b4851742e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5d594b4851742e8","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"duration":1}},{"uid":"2521b89c4958677","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2521b89c4958677","status":"passed","time":{"start":1707770165189,"stop":1707770165190,"duration":1}},{"uid":"545e0f3c309eff17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/545e0f3c309eff17","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"443daa18a86b2a18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/443daa18a86b2a18","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"64577a7214ab3194","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/64577a7214ab3194","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"4280cad3961d3545","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4280cad3961d3545","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"55d1f73e2daa453e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55d1f73e2daa453e","status":"passed","time":{"start":1707751167360,"stop":1707751167360,"duration":0}},{"uid":"869bc49f9888f02d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/869bc49f9888f02d","status":"passed","time":{"start":1707737129080,"stop":1707737129081,"duration":1}},{"uid":"f1635bcfeb5c1313","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1635bcfeb5c1313","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"tags":[]},"source":"6b10fc4c337d3340.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9db5a127e3a7d97b.json b/6406/data/test-cases/6b96ca264741be34.json similarity index 84% rename from 6379/data/test-cases/9db5a127e3a7d97b.json rename to 6406/data/test-cases/6b96ca264741be34.json index 7ee345c623d..a74b7706984 100644 --- a/6379/data/test-cases/9db5a127e3a7d97b.json +++ b/6406/data/test-cases/6b96ca264741be34.json @@ -1 +1 @@ -{"uid":"9db5a127e3a7d97b","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":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"a503d26589cc7660","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a503d26589cc7660","status":"passed","time":{"start":1707418535544,"stop":1707418535544,"duration":0}},{"uid":"a4fecd35294e1642","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a4fecd35294e1642","status":"passed","time":{"start":1707418482219,"stop":1707418482220,"duration":1}},{"uid":"fb61d812c1ff0c5f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fb61d812c1ff0c5f","status":"passed","time":{"start":1707412863485,"stop":1707412863485,"duration":0}},{"uid":"5e04f5d468a3a05d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5e04f5d468a3a05d","status":"passed","time":{"start":1707411338656,"stop":1707411338657,"duration":1}},{"uid":"369ed102cec7a8eb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/369ed102cec7a8eb","status":"passed","time":{"start":1707409792234,"stop":1707409792234,"duration":0}},{"uid":"d555463c21e9a56f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d555463c21e9a56f","status":"passed","time":{"start":1707409177757,"stop":1707409177757,"duration":0}},{"uid":"dfb028f3f8a184e4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/dfb028f3f8a184e4","status":"passed","time":{"start":1707409135092,"stop":1707409135092,"duration":0}},{"uid":"c3e6d12cfdb9fe9c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c3e6d12cfdb9fe9c","status":"passed","time":{"start":1707408664026,"stop":1707408664026,"duration":0}},{"uid":"10251918d11e96c2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/10251918d11e96c2","status":"passed","time":{"start":1707407736512,"stop":1707407736512,"duration":0}},{"uid":"2027ce3b526dcff0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2027ce3b526dcff0","status":"passed","time":{"start":1707407618232,"stop":1707407618232,"duration":0}},{"uid":"7b67adbc3e441d5b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7b67adbc3e441d5b","status":"passed","time":{"start":1707404537717,"stop":1707404537718,"duration":1}},{"uid":"550dbc0643489273","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/550dbc0643489273","status":"passed","time":{"start":1707373245360,"stop":1707373245360,"duration":0}},{"uid":"d9d75226efdca604","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d9d75226efdca604","status":"passed","time":{"start":1707359448669,"stop":1707359448669,"duration":0}},{"uid":"455d3c40155dedf0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/455d3c40155dedf0","status":"passed","time":{"start":1707358197189,"stop":1707358197189,"duration":0}},{"uid":"688b0600445bb165","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/688b0600445bb165","status":"passed","time":{"start":1707357226631,"stop":1707357226631,"duration":0}},{"uid":"5105503eb043be86","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5105503eb043be86","status":"passed","time":{"start":1707355477311,"stop":1707355477311,"duration":0}}]},"tags":[]},"source":"9db5a127e3a7d97b.json","parameterValues":[]} \ No newline at end of file +{"uid":"6b96ca264741be34","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":1707793446741,"stop":1707793446742,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e07c8eaea26a4501","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e07c8eaea26a4501","status":"passed","time":{"start":1707778413520,"stop":1707778413521,"duration":1}},{"uid":"46b0e8bd514e8542","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46b0e8bd514e8542","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"af1c9dc17aab9e3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1c9dc17aab9e3a","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"3aa2fe4d88f9f37f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa2fe4d88f9f37f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"979b484b368048b8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/979b484b368048b8","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"b6cdeec83c7f6e50","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6cdeec83c7f6e50","status":"passed","time":{"start":1707760374679,"stop":1707760374680,"duration":1}},{"uid":"c2775147ea5770df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2775147ea5770df","status":"passed","time":{"start":1707758004326,"stop":1707758004327,"duration":1}},{"uid":"148ea5337c01bdcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/148ea5337c01bdcd","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"3922e26334fb8b59","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3922e26334fb8b59","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"a91a6d916b67b8dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a91a6d916b67b8dd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"32a3a7a0f46ebcf2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32a3a7a0f46ebcf2","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"69986bf8a22a0f71","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69986bf8a22a0f71","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b47d2e013e2bcc50","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b47d2e013e2bcc50","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"tags":[]},"source":"6b96ca264741be34.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6c34f2a2b93ed1bc.json b/6406/data/test-cases/6c34f2a2b93ed1bc.json new file mode 100644 index 00000000000..c0a8539487d --- /dev/null +++ b/6406/data/test-cases/6c34f2a2b93ed1bc.json @@ -0,0 +1 @@ +{"uid":"6c34f2a2b93ed1bc","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":1707793012483,"stop":1707793012484,"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":14,"unknown":0,"total":14},"items":[{"uid":"832993bf278e117e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/832993bf278e117e","status":"passed","time":{"start":1707777977666,"stop":1707777977666,"duration":0}},{"uid":"eb577bd9858e8583","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb577bd9858e8583","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"2fea3887fddbdeb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fea3887fddbdeb6","status":"passed","time":{"start":1707775082019,"stop":1707775082019,"duration":0}},{"uid":"c727ccb3650e78d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c727ccb3650e78d1","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"duration":1}},{"uid":"351a2a29696c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/351a2a29696c5","status":"passed","time":{"start":1707769841900,"stop":1707769841900,"duration":0}},{"uid":"5d69ffe4d9891f71","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d69ffe4d9891f71","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"7d99af389bbf50fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7d99af389bbf50fe","status":"passed","time":{"start":1707757624876,"stop":1707757624877,"duration":1}},{"uid":"4cc08aca7264862f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4cc08aca7264862f","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"1a1031995e1fe0be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a1031995e1fe0be","status":"passed","time":{"start":1707753651168,"stop":1707753651168,"duration":0}},{"uid":"e3c16bda241ca7c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c16bda241ca7c1","status":"passed","time":{"start":1707753409585,"stop":1707753409586,"duration":1}},{"uid":"419eeb1fc8c9f30e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/419eeb1fc8c9f30e","status":"passed","time":{"start":1707750722049,"stop":1707750722050,"duration":1}},{"uid":"720f37bf7a4b1193","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/720f37bf7a4b1193","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"466decdef499c872","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/466decdef499c872","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"tags":[]},"source":"6c34f2a2b93ed1bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/db40b83c6b51129a.json b/6406/data/test-cases/6ce4f306a0e8f3ae.json similarity index 52% rename from 6379/data/test-cases/db40b83c6b51129a.json rename to 6406/data/test-cases/6ce4f306a0e8f3ae.json index 271e2ccb7e9..c30e32f3049 100644 --- a/6379/data/test-cases/db40b83c6b51129a.json +++ b/6406/data/test-cases/6ce4f306a0e8f3ae.json @@ -1 +1 @@ -{"uid":"db40b83c6b51129a","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":1707418873964,"stop":1707418873966,"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":18,"unknown":0,"total":18},"items":[{"uid":"9564ecb8c5e48851","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9564ecb8c5e48851","status":"passed","time":{"start":1707418134414,"stop":1707418134415,"duration":1}},{"uid":"62a8bd25dab70c11","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/62a8bd25dab70c11","status":"passed","time":{"start":1707418089119,"stop":1707418089119,"duration":0}},{"uid":"f3407dd846a5ebe7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f3407dd846a5ebe7","status":"passed","time":{"start":1707412521475,"stop":1707412521476,"duration":1}},{"uid":"60d5971de3b5f687","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/60d5971de3b5f687","status":"passed","time":{"start":1707410940005,"stop":1707410940007,"duration":2}},{"uid":"193d9345eac8ade3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/193d9345eac8ade3","status":"passed","time":{"start":1707409391196,"stop":1707409391197,"duration":1}},{"uid":"2aec5433a55306e1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2aec5433a55306e1","status":"passed","time":{"start":1707408781560,"stop":1707408781560,"duration":0}},{"uid":"b1af164f13783665","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b1af164f13783665","status":"passed","time":{"start":1707408744486,"stop":1707408744487,"duration":1}},{"uid":"bd69962282d8668b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bd69962282d8668b","status":"passed","time":{"start":1707408261438,"stop":1707408261438,"duration":0}},{"uid":"8e02a797c9d8c386","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8e02a797c9d8c386","status":"passed","time":{"start":1707407338358,"stop":1707407338358,"duration":0}},{"uid":"da36f9c859529f23","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/da36f9c859529f23","status":"passed","time":{"start":1707407221283,"stop":1707407221283,"duration":0}},{"uid":"9ae326859588331a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/9ae326859588331a","status":"passed","time":{"start":1707404211875,"stop":1707404211876,"duration":1}},{"uid":"1d9eb7546afe75b1","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1d9eb7546afe75b1","status":"passed","time":{"start":1707375653453,"stop":1707375653453,"duration":0}},{"uid":"d07333990baccb64","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d07333990baccb64","status":"passed","time":{"start":1707372857534,"stop":1707372857535,"duration":1}},{"uid":"95f83febced0e610","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95f83febced0e610","status":"passed","time":{"start":1707359049310,"stop":1707359049311,"duration":1}},{"uid":"9963a5568e6c833f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9963a5568e6c833f","status":"passed","time":{"start":1707357781641,"stop":1707357781641,"duration":0}},{"uid":"ea1dc092ceace8a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ea1dc092ceace8a6","status":"passed","time":{"start":1707356903375,"stop":1707356903376,"duration":1}},{"uid":"38c4ec64fc09e064","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/38c4ec64fc09e064","status":"passed","time":{"start":1707355100956,"stop":1707355100956,"duration":0}}]},"tags":[]},"source":"db40b83c6b51129a.json","parameterValues":[]} \ No newline at end of file +{"uid":"6ce4f306a0e8f3ae","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":1707793059100,"stop":1707793059100,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"ba59c11001bfc06b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba59c11001bfc06b","status":"passed","time":{"start":1707778002165,"stop":1707778002165,"duration":0}},{"uid":"2fe2696c621fe7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2fe2696c621fe7","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"d30fb65be8924579","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d30fb65be8924579","status":"passed","time":{"start":1707775094102,"stop":1707775094103,"duration":1}},{"uid":"5b721c1947ec18d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b721c1947ec18d0","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"8bb21138b8faf733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8bb21138b8faf733","status":"passed","time":{"start":1707769883635,"stop":1707769883635,"duration":0}},{"uid":"e49d87a36703802f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e49d87a36703802f","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"d22c795e6c2307b3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d22c795e6c2307b3","status":"passed","time":{"start":1707757677810,"stop":1707757677811,"duration":1}},{"uid":"a51ca69278a80d75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a51ca69278a80d75","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"c97adb0a30a6bb7e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97adb0a30a6bb7e","status":"passed","time":{"start":1707753735501,"stop":1707753735502,"duration":1}},{"uid":"16e923bbc89864e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16e923bbc89864e","status":"passed","time":{"start":1707753472968,"stop":1707753472969,"duration":1}},{"uid":"af6ae984c05c9000","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af6ae984c05c9000","status":"passed","time":{"start":1707750845161,"stop":1707750845162,"duration":1}},{"uid":"d210e26d8c3f0fed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d210e26d8c3f0fed","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"c909236d0dbc54aa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c909236d0dbc54aa","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"tags":[]},"source":"6ce4f306a0e8f3ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/df75f7077f35c6a2.json b/6406/data/test-cases/6cee2c8d7682e14f.json similarity index 80% rename from 6379/data/test-cases/df75f7077f35c6a2.json rename to 6406/data/test-cases/6cee2c8d7682e14f.json index 38fa23303ea..47a59f2c7ec 100644 --- a/6379/data/test-cases/df75f7077f35c6a2.json +++ b/6406/data/test-cases/6cee2c8d7682e14f.json @@ -1 +1 @@ -{"uid":"df75f7077f35c6a2","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":1707418841944,"stop":1707418841944,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"1c73dd572530e42c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1c73dd572530e42c","status":"passed","time":{"start":1707418071903,"stop":1707418071904,"duration":1}},{"uid":"b4dda7c666cc0657","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b4dda7c666cc0657","status":"passed","time":{"start":1707418027867,"stop":1707418027868,"duration":1}},{"uid":"963a1a11f1ef5944","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/963a1a11f1ef5944","status":"passed","time":{"start":1707412447298,"stop":1707412447298,"duration":0}},{"uid":"d3dc7a7e4ab4cfde","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d3dc7a7e4ab4cfde","status":"passed","time":{"start":1707410887043,"stop":1707410887044,"duration":1}},{"uid":"8f00702847e5939f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8f00702847e5939f","status":"passed","time":{"start":1707409360837,"stop":1707409360837,"duration":0}},{"uid":"e0286342e08d9cf6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e0286342e08d9cf6","status":"passed","time":{"start":1707408754554,"stop":1707408754555,"duration":1}},{"uid":"98bd7302319e5020","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/98bd7302319e5020","status":"passed","time":{"start":1707408698000,"stop":1707408698000,"duration":0}},{"uid":"d276708f1d2de97a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d276708f1d2de97a","status":"passed","time":{"start":1707408233040,"stop":1707408233041,"duration":1}},{"uid":"3563b4681a53b431","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3563b4681a53b431","status":"passed","time":{"start":1707407282982,"stop":1707407282982,"duration":0}},{"uid":"68fae06baa52ea35","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/68fae06baa52ea35","status":"passed","time":{"start":1707407158629,"stop":1707407158632,"duration":3}},{"uid":"f3a4393ae7bf92ff","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f3a4393ae7bf92ff","status":"passed","time":{"start":1707404183607,"stop":1707404183607,"duration":0}},{"uid":"5ee811aac713aa81","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5ee811aac713aa81","status":"passed","time":{"start":1707375605099,"stop":1707375605100,"duration":1}},{"uid":"8d964b1d1ece8d58","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8d964b1d1ece8d58","status":"passed","time":{"start":1707372815526,"stop":1707372815527,"duration":1}},{"uid":"7029be4e8166f43a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7029be4e8166f43a","status":"passed","time":{"start":1707358982998,"stop":1707358982998,"duration":0}},{"uid":"de0d2e545f111b70","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/de0d2e545f111b70","status":"passed","time":{"start":1707357747314,"stop":1707357747314,"duration":0}},{"uid":"41ac7950ed9c1385","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/41ac7950ed9c1385","status":"passed","time":{"start":1707356855809,"stop":1707356855811,"duration":2}},{"uid":"b719824f6db85a32","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b719824f6db85a32","status":"passed","time":{"start":1707354894957,"stop":1707354894958,"duration":1}}]},"tags":[]},"source":"df75f7077f35c6a2.json","parameterValues":[]} \ No newline at end of file +{"uid":"6cee2c8d7682e14f","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":1707793028289,"stop":1707793028289,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"4ed846368f999d78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ed846368f999d78","status":"passed","time":{"start":1707777973004,"stop":1707777973004,"duration":0}},{"uid":"4102d6b77940d055","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4102d6b77940d055","status":"passed","time":{"start":1707775244533,"stop":1707775244533,"duration":0}},{"uid":"4a94d99a365a51c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a94d99a365a51c1","status":"passed","time":{"start":1707775050822,"stop":1707775050823,"duration":1}},{"uid":"b3a45460904e96c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3a45460904e96c7","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"4581f2c4fc11ebcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4581f2c4fc11ebcc","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"57432f4ce881b82","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57432f4ce881b82","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"c138f1f0e0c8a00c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c138f1f0e0c8a00c","status":"passed","time":{"start":1707757644394,"stop":1707757644395,"duration":1}},{"uid":"3be225fccefa491a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3be225fccefa491a","status":"passed","time":{"start":1707756267915,"stop":1707756267916,"duration":1}},{"uid":"f516b8f0a060b243","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f516b8f0a060b243","status":"passed","time":{"start":1707753668079,"stop":1707753668082,"duration":3}},{"uid":"bf16a1a9349142b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bf16a1a9349142b0","status":"passed","time":{"start":1707753423542,"stop":1707753423542,"duration":0}},{"uid":"840a433b1b6ed3f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/840a433b1b6ed3f3","status":"passed","time":{"start":1707750796036,"stop":1707750796037,"duration":1}},{"uid":"bee70d4224690e5f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bee70d4224690e5f","status":"passed","time":{"start":1707736730657,"stop":1707736730658,"duration":1}},{"uid":"b8199399af327158","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8199399af327158","status":"passed","time":{"start":1707735912130,"stop":1707735912130,"duration":0}}]},"tags":[]},"source":"6cee2c8d7682e14f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a3cf466f5186573b.json b/6406/data/test-cases/6d9d9c1549d313ee.json similarity index 87% rename from 6379/data/test-cases/a3cf466f5186573b.json rename to 6406/data/test-cases/6d9d9c1549d313ee.json index 1b414eb2ee3..66de4d794c6 100644 --- a/6379/data/test-cases/a3cf466f5186573b.json +++ b/6406/data/test-cases/6d9d9c1549d313ee.json @@ -1 +1 @@ -{"uid":"a3cf466f5186573b","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":1707419247779,"stop":1707419247779,"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":16,"unknown":0,"total":16},"items":[{"uid":"46ef65346c7e6af1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/46ef65346c7e6af1","status":"passed","time":{"start":1707418479346,"stop":1707418479347,"duration":1}},{"uid":"4d62a98a5b3d62b9","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/4d62a98a5b3d62b9","status":"passed","time":{"start":1707418420811,"stop":1707418420811,"duration":0}},{"uid":"7335b28d5d76be87","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7335b28d5d76be87","status":"passed","time":{"start":1707411275220,"stop":1707411275221,"duration":1}},{"uid":"5a93ff531725543f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5a93ff531725543f","status":"passed","time":{"start":1707409745074,"stop":1707409745075,"duration":1}},{"uid":"5124ce328ea48ea7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5124ce328ea48ea7","status":"passed","time":{"start":1707409135324,"stop":1707409135324,"duration":0}},{"uid":"114581aa64a10cb8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/114581aa64a10cb8","status":"passed","time":{"start":1707409077138,"stop":1707409077138,"duration":0}},{"uid":"2f71ee09c9c946db","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2f71ee09c9c946db","status":"passed","time":{"start":1707408618362,"stop":1707408618362,"duration":0}},{"uid":"63327e76c3a7d3ed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/63327e76c3a7d3ed","status":"passed","time":{"start":1707407695611,"stop":1707407695612,"duration":1}},{"uid":"fdc2061db8d6d0cf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/fdc2061db8d6d0cf","status":"passed","time":{"start":1707407563847,"stop":1707407563847,"duration":0}},{"uid":"5d6387b48e8c7543","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5d6387b48e8c7543","status":"passed","time":{"start":1707404565406,"stop":1707404565406,"duration":0}},{"uid":"2f3c78499c6d83e8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2f3c78499c6d83e8","status":"passed","time":{"start":1707376005072,"stop":1707376005072,"duration":0}},{"uid":"dc6de936d93dad20","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/dc6de936d93dad20","status":"passed","time":{"start":1707373209947,"stop":1707373209947,"duration":0}},{"uid":"2eaac3f7763e2a74","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2eaac3f7763e2a74","status":"passed","time":{"start":1707359407163,"stop":1707359407164,"duration":1}},{"uid":"7a22c6e897a66f40","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7a22c6e897a66f40","status":"passed","time":{"start":1707358162776,"stop":1707358162776,"duration":0}},{"uid":"f8da3974803e6456","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f8da3974803e6456","status":"passed","time":{"start":1707355688003,"stop":1707355688003,"duration":0}}]},"tags":[]},"source":"a3cf466f5186573b.json","parameterValues":[]} \ No newline at end of file +{"uid":"6d9d9c1549d313ee","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":1707793370640,"stop":1707793370641,"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":13,"unknown":0,"total":13},"items":[{"uid":"2a9da159a19b4304","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a9da159a19b4304","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"38c2291b8628b08b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38c2291b8628b08b","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}},{"uid":"9e60a72729e33f15","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e60a72729e33f15","status":"passed","time":{"start":1707775461893,"stop":1707775461894,"duration":1}},{"uid":"597f9bfcda184cfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597f9bfcda184cfe","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0}},{"uid":"f9c84589a6f57a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c84589a6f57a66","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"17e58660ce76e94f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/17e58660ce76e94f","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1d6ab17c1456fb4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1d6ab17c1456fb4","status":"passed","time":{"start":1707758023543,"stop":1707758023543,"duration":0}},{"uid":"b92466bf650bf146","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b92466bf650bf146","status":"passed","time":{"start":1707756664011,"stop":1707756664011,"duration":0}},{"uid":"d8b552c2d3b17278","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8b552c2d3b17278","status":"passed","time":{"start":1707753837177,"stop":1707753837178,"duration":1}},{"uid":"bf840bc4eef31268","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf840bc4eef31268","status":"passed","time":{"start":1707751136361,"stop":1707751136362,"duration":1}},{"uid":"3ebe29afbc37be9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ebe29afbc37be9f","status":"passed","time":{"start":1707737124649,"stop":1707737124650,"duration":1}},{"uid":"3a0e880543c65fa8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a0e880543c65fa8","status":"passed","time":{"start":1707736322666,"stop":1707736322666,"duration":0}}]},"tags":[]},"source":"6d9d9c1549d313ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6b7962b26bf38b7.json b/6406/data/test-cases/6dc7122b7761e78.json similarity index 60% rename from 6379/data/test-cases/6b7962b26bf38b7.json rename to 6406/data/test-cases/6dc7122b7761e78.json index f72c40ae2fc..b894abb8e4a 100644 --- a/6379/data/test-cases/6b7962b26bf38b7.json +++ b/6406/data/test-cases/6dc7122b7761e78.json @@ -1 +1 @@ -{"uid":"6b7962b26bf38b7","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":1707418998135,"stop":1707418998136,"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":18,"unknown":0,"total":18},"items":[{"uid":"8e2a6366e6eddd22","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8e2a6366e6eddd22","status":"passed","time":{"start":1707418242001,"stop":1707418242002,"duration":1}},{"uid":"e94f0ed49019f7b6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e94f0ed49019f7b6","status":"passed","time":{"start":1707418191235,"stop":1707418191236,"duration":1}},{"uid":"35614eff708dc316","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/35614eff708dc316","status":"passed","time":{"start":1707412620261,"stop":1707412620263,"duration":2}},{"uid":"277908989f6e39d4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/277908989f6e39d4","status":"passed","time":{"start":1707411038681,"stop":1707411038681,"duration":0}},{"uid":"611d21e83db7303e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/611d21e83db7303e","status":"passed","time":{"start":1707409514431,"stop":1707409514431,"duration":0}},{"uid":"693482cd9b2e6057","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/693482cd9b2e6057","status":"passed","time":{"start":1707408894638,"stop":1707408894639,"duration":1}},{"uid":"3eabbd35d172241d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3eabbd35d172241d","status":"passed","time":{"start":1707408855726,"stop":1707408855726,"duration":0}},{"uid":"15492cf22959473e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/15492cf22959473e","status":"passed","time":{"start":1707408364955,"stop":1707408364955,"duration":0}},{"uid":"d8e88da99aa6523e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d8e88da99aa6523e","status":"passed","time":{"start":1707407446967,"stop":1707407446968,"duration":1}},{"uid":"e0cfd45836b05e7c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e0cfd45836b05e7c","status":"passed","time":{"start":1707407328485,"stop":1707407328486,"duration":1}},{"uid":"9e47c970425c3593","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/9e47c970425c3593","status":"passed","time":{"start":1707404323773,"stop":1707404323774,"duration":1}},{"uid":"c87a3977b943a55b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c87a3977b943a55b","status":"passed","time":{"start":1707375767326,"stop":1707375767327,"duration":1}},{"uid":"e0d05d4fbf463804","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e0d05d4fbf463804","status":"passed","time":{"start":1707372960633,"stop":1707372960633,"duration":0}},{"uid":"f1934b5286e22e24","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f1934b5286e22e24","status":"passed","time":{"start":1707359147638,"stop":1707359147638,"duration":0}},{"uid":"6b066a376e2df3c6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6b066a376e2df3c6","status":"passed","time":{"start":1707357894473,"stop":1707357894474,"duration":1}},{"uid":"4588d0e0eb9bca40","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4588d0e0eb9bca40","status":"passed","time":{"start":1707356942070,"stop":1707356942071,"duration":1}},{"uid":"8c35d21ba9273f16","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8c35d21ba9273f16","status":"passed","time":{"start":1707355162750,"stop":1707355162751,"duration":1}}]},"tags":[]},"source":"6b7962b26bf38b7.json","parameterValues":[]} \ No newline at end of file +{"uid":"6dc7122b7761e78","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":1707793153226,"stop":1707793153226,"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":14,"unknown":0,"total":14},"items":[{"uid":"7e2dd31ae0f457f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2dd31ae0f457f5","status":"passed","time":{"start":1707778114676,"stop":1707778114676,"duration":0}},{"uid":"c77fdc562daf8d3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c77fdc562daf8d3c","status":"passed","time":{"start":1707775395378,"stop":1707775395378,"duration":0}},{"uid":"2681c628c09be41a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2681c628c09be41a","status":"passed","time":{"start":1707775205631,"stop":1707775205632,"duration":1}},{"uid":"87df996ff4e94500","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87df996ff4e94500","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"7342b7f8c84d5210","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7342b7f8c84d5210","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}},{"uid":"d82523424dca7b6d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d82523424dca7b6d","status":"passed","time":{"start":1707760095405,"stop":1707760095405,"duration":0}},{"uid":"4336a09b7799a664","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4336a09b7799a664","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}},{"uid":"eeeaa5a017dec9d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eeeaa5a017dec9d","status":"passed","time":{"start":1707756409547,"stop":1707756409547,"duration":0}},{"uid":"b4be9ce361a02a5b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4be9ce361a02a5b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"121571e32d5d330","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/121571e32d5d330","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}},{"uid":"340144cc369d3c43","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/340144cc369d3c43","status":"passed","time":{"start":1707750953982,"stop":1707750953982,"duration":0}},{"uid":"f03518d082823b5b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f03518d082823b5b","status":"passed","time":{"start":1707736878969,"stop":1707736878969,"duration":0}},{"uid":"7d21298b7db4ad8b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d21298b7db4ad8b","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"tags":[]},"source":"6dc7122b7761e78.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6e1e02c7861f1774.json b/6406/data/test-cases/6e1e02c7861f1774.json new file mode 100644 index 00000000000..0cce6b7627f --- /dev/null +++ b/6406/data/test-cases/6e1e02c7861f1774.json @@ -0,0 +1 @@ +{"uid":"6e1e02c7861f1774","name":"Query Generator sorting by timestamp while page direction is forward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is forward","historyId":"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793387155,"stop":1707793387156,"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":14,"unknown":0,"total":14},"items":[{"uid":"bedfd67c40616dc1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bedfd67c40616dc1","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"ce029271bc9d1e81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ce029271bc9d1e81","status":"passed","time":{"start":1707775627621,"stop":1707775627621,"duration":0}},{"uid":"ee2a8225f139c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee2a8225f139c95","status":"passed","time":{"start":1707775424998,"stop":1707775424998,"duration":0}},{"uid":"9e3f254b547dbbd8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e3f254b547dbbd8","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"duration":0}},{"uid":"947ca0448a9b36d3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/947ca0448a9b36d3","status":"passed","time":{"start":1707770134573,"stop":1707770134574,"duration":1}},{"uid":"3501299bdf9d29b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3501299bdf9d29b1","status":"passed","time":{"start":1707760319219,"stop":1707760319219,"duration":0}},{"uid":"61d07827dc29892f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61d07827dc29892f","status":"passed","time":{"start":1707758014867,"stop":1707758014868,"duration":1}},{"uid":"c88e986cf3d1d59a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88e986cf3d1d59a","status":"passed","time":{"start":1707756639368,"stop":1707756639368,"duration":0}},{"uid":"cf87a15241445c8e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf87a15241445c8e","status":"passed","time":{"start":1707753945994,"stop":1707753945995,"duration":1}},{"uid":"5213ac71fdc77133","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5213ac71fdc77133","status":"passed","time":{"start":1707753803974,"stop":1707753803975,"duration":1}},{"uid":"ae6d4baafbfbaa53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae6d4baafbfbaa53","status":"passed","time":{"start":1707751138034,"stop":1707751138034,"duration":0}},{"uid":"2554924c30f68fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2554924c30f68fbd","status":"passed","time":{"start":1707737096087,"stop":1707737096087,"duration":0}},{"uid":"9ac65efcb7f8f4fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ac65efcb7f8f4fc","status":"passed","time":{"start":1707736302665,"stop":1707736302666,"duration":1}}]},"tags":[]},"source":"6e1e02c7861f1774.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6e38a7ee5e498af8.json b/6406/data/test-cases/6e38a7ee5e498af8.json new file mode 100644 index 00000000000..33b4de6cedb --- /dev/null +++ b/6406/data/test-cases/6e38a7ee5e498af8.json @@ -0,0 +1 @@ +{"uid":"6e38a7ee5e498af8","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":1707793012474,"stop":1707793012475,"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":14,"unknown":0,"total":14},"items":[{"uid":"b414b9739b661513","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b414b9739b661513","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"de4007470ce68323","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de4007470ce68323","status":"passed","time":{"start":1707775258454,"stop":1707775258454,"duration":0}},{"uid":"4c5e95a7bf555b7d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c5e95a7bf555b7d","status":"passed","time":{"start":1707775082013,"stop":1707775082014,"duration":1}},{"uid":"70b3ae1baf529f9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70b3ae1baf529f9e","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"duration":0}},{"uid":"19c373bc10fe1bc7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c373bc10fe1bc7","status":"passed","time":{"start":1707769841896,"stop":1707769841896,"duration":0}},{"uid":"4b52b6c1069f062a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b52b6c1069f062a","status":"passed","time":{"start":1707759921450,"stop":1707759921452,"duration":2}},{"uid":"90584909c24649f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90584909c24649f0","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"8471cfe677e54a64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8471cfe677e54a64","status":"passed","time":{"start":1707756261760,"stop":1707756261761,"duration":1}},{"uid":"1220786541ab7165","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1220786541ab7165","status":"passed","time":{"start":1707753651165,"stop":1707753651166,"duration":1}},{"uid":"2f3da6ebea65ad2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f3da6ebea65ad2","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"f8e049e7ddf1e1e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e049e7ddf1e1e8","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"f49ace766a1968ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f49ace766a1968ad","status":"passed","time":{"start":1707736708326,"stop":1707736708327,"duration":1}},{"uid":"75f3d0d878bee521","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75f3d0d878bee521","status":"passed","time":{"start":1707735914383,"stop":1707735914384,"duration":1}}]},"tags":[]},"source":"6e38a7ee5e498af8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1a0c78e2f66f6558.json b/6406/data/test-cases/6e412209b74b253b.json similarity index 87% rename from 6379/data/test-cases/1a0c78e2f66f6558.json rename to 6406/data/test-cases/6e412209b74b253b.json index 97dd1037c29..d03761d8c45 100644 --- a/6379/data/test-cases/1a0c78e2f66f6558.json +++ b/6406/data/test-cases/6e412209b74b253b.json @@ -1 +1 @@ -{"uid":"1a0c78e2f66f6558","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":1707419247770,"stop":1707419247771,"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":17,"unknown":0,"total":17},"items":[{"uid":"fd7b7ac8ac7241e6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fd7b7ac8ac7241e6","status":"passed","time":{"start":1707418479338,"stop":1707418479338,"duration":0}},{"uid":"c1f5d34d22e9899b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c1f5d34d22e9899b","status":"passed","time":{"start":1707418420792,"stop":1707418420793,"duration":1}},{"uid":"911954b105c5604d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/911954b105c5604d","status":"passed","time":{"start":1707412716427,"stop":1707412716428,"duration":1}},{"uid":"1bb7ff6021435866","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1bb7ff6021435866","status":"passed","time":{"start":1707411275199,"stop":1707411275200,"duration":1}},{"uid":"2a976dfbaa86cee8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2a976dfbaa86cee8","status":"passed","time":{"start":1707409745065,"stop":1707409745065,"duration":0}},{"uid":"4685c9398c5dd4d1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4685c9398c5dd4d1","status":"passed","time":{"start":1707409135318,"stop":1707409135318,"duration":0}},{"uid":"18e135c878d1f31a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/18e135c878d1f31a","status":"passed","time":{"start":1707409077128,"stop":1707409077128,"duration":0}},{"uid":"faf456a4d69fcab3","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/faf456a4d69fcab3","status":"passed","time":{"start":1707408618354,"stop":1707408618355,"duration":1}},{"uid":"9a8a7a47039bf7c6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a8a7a47039bf7c6","status":"passed","time":{"start":1707407695599,"stop":1707407695600,"duration":1}},{"uid":"3eb63b8ac0ed882","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3eb63b8ac0ed882","status":"passed","time":{"start":1707407563836,"stop":1707407563837,"duration":1}},{"uid":"4a2405623f1d507b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4a2405623f1d507b","status":"passed","time":{"start":1707404565398,"stop":1707404565398,"duration":0}},{"uid":"66b01b1eff7d436b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/66b01b1eff7d436b","status":"passed","time":{"start":1707376005063,"stop":1707376005064,"duration":1}},{"uid":"c8be3f72d7fed20e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c8be3f72d7fed20e","status":"passed","time":{"start":1707373209927,"stop":1707373209927,"duration":0}},{"uid":"4c2c67ebdbeec093","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4c2c67ebdbeec093","status":"passed","time":{"start":1707359407155,"stop":1707359407155,"duration":0}},{"uid":"9a59f0ef87e2741","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a59f0ef87e2741","status":"passed","time":{"start":1707358162770,"stop":1707358162770,"duration":0}},{"uid":"866bfc518d51b26d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/866bfc518d51b26d","status":"passed","time":{"start":1707355687988,"stop":1707355687988,"duration":0}}]},"tags":[]},"source":"1a0c78e2f66f6558.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e412209b74b253b","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":1707793370631,"stop":1707793370631,"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":13,"unknown":0,"total":13},"items":[{"uid":"52edcfd23d555df3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/52edcfd23d555df3","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"5cd073b89355e509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cd073b89355e509","status":"passed","time":{"start":1707775656747,"stop":1707775656748,"duration":1}},{"uid":"c8ada6ae64ea8659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c8ada6ae64ea8659","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"1453d341a814dd2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1453d341a814dd2b","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"2459d564f6458920","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2459d564f6458920","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"50eaee061d7878c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50eaee061d7878c2","status":"passed","time":{"start":1707760335947,"stop":1707760335948,"duration":1}},{"uid":"8a4b6b1955e5200c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a4b6b1955e5200c","status":"passed","time":{"start":1707758023532,"stop":1707758023533,"duration":1}},{"uid":"117b28c6396ee74b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/117b28c6396ee74b","status":"passed","time":{"start":1707756664001,"stop":1707756664002,"duration":1}},{"uid":"8e8c69d0a0f46030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e8c69d0a0f46030","status":"passed","time":{"start":1707753837167,"stop":1707753837168,"duration":1}},{"uid":"7844935b97af0c8c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7844935b97af0c8c","status":"passed","time":{"start":1707751136308,"stop":1707751136309,"duration":1}},{"uid":"3d1890d54150adaf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d1890d54150adaf","status":"passed","time":{"start":1707737124643,"stop":1707737124644,"duration":1}},{"uid":"3df539dc3fb2c23f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3df539dc3fb2c23f","status":"passed","time":{"start":1707736322656,"stop":1707736322656,"duration":0}}]},"tags":[]},"source":"6e412209b74b253b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7503785ea226b570.json b/6406/data/test-cases/6e7edfa80812c5ab.json similarity index 85% rename from 6379/data/test-cases/7503785ea226b570.json rename to 6406/data/test-cases/6e7edfa80812c5ab.json index 30d5f172984..7d7973c2afb 100644 --- a/6379/data/test-cases/7503785ea226b570.json +++ b/6406/data/test-cases/6e7edfa80812c5ab.json @@ -1 +1 @@ -{"uid":"7503785ea226b570","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":1707419080392,"stop":1707419080393,"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":18,"unknown":0,"total":18},"items":[{"uid":"ff5c68e50fce3b1b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ff5c68e50fce3b1b","status":"passed","time":{"start":1707418322010,"stop":1707418322010,"duration":0}},{"uid":"16cb4cfb14e2b15f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/16cb4cfb14e2b15f","status":"passed","time":{"start":1707418259974,"stop":1707418259974,"duration":0}},{"uid":"5d73c7358247f704","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5d73c7358247f704","status":"passed","time":{"start":1707412707103,"stop":1707412707103,"duration":0}},{"uid":"76a865e98e65acb9","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/76a865e98e65acb9","status":"passed","time":{"start":1707411118087,"stop":1707411118088,"duration":1}},{"uid":"3b43f312c76d0ff2","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3b43f312c76d0ff2","status":"passed","time":{"start":1707409587909,"stop":1707409587909,"duration":0}},{"uid":"ba0098d58c593017","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ba0098d58c593017","status":"passed","time":{"start":1707408980202,"stop":1707408980202,"duration":0}},{"uid":"61555e1c34469f87","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/61555e1c34469f87","status":"passed","time":{"start":1707408927105,"stop":1707408927115,"duration":10}},{"uid":"dd39e47ebebb1e06","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/dd39e47ebebb1e06","status":"passed","time":{"start":1707408458724,"stop":1707408458725,"duration":1}},{"uid":"b279d08ad06d5ca8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b279d08ad06d5ca8","status":"passed","time":{"start":1707407520214,"stop":1707407520215,"duration":1}},{"uid":"f4f414e013f9111a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f4f414e013f9111a","status":"passed","time":{"start":1707407427622,"stop":1707407427622,"duration":0}},{"uid":"a6b72ad710ba7cfe","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a6b72ad710ba7cfe","status":"passed","time":{"start":1707404404300,"stop":1707404404300,"duration":0}},{"uid":"3a5c8d9288c48417","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3a5c8d9288c48417","status":"passed","time":{"start":1707375846749,"stop":1707375846749,"duration":0}},{"uid":"6b604b5be64e1a65","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6b604b5be64e1a65","status":"passed","time":{"start":1707373035616,"stop":1707373035616,"duration":0}},{"uid":"f8f20f4e823ac480","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f8f20f4e823ac480","status":"passed","time":{"start":1707359236203,"stop":1707359236203,"duration":0}},{"uid":"657564d1e04d79e0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/657564d1e04d79e0","status":"passed","time":{"start":1707357965174,"stop":1707357965174,"duration":0}},{"uid":"109cf67018c8a9cf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/109cf67018c8a9cf","status":"passed","time":{"start":1707357048192,"stop":1707357048192,"duration":0}},{"uid":"735c112603c1b835","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/735c112603c1b835","status":"passed","time":{"start":1707355141604,"stop":1707355141604,"duration":0}}]},"tags":[]},"source":"7503785ea226b570.json","parameterValues":[]} \ No newline at end of file +{"uid":"6e7edfa80812c5ab","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":1707793238861,"stop":1707793238862,"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":14,"unknown":0,"total":14},"items":[{"uid":"2521993528b1d29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2521993528b1d29b","status":"passed","time":{"start":1707778202463,"stop":1707778202464,"duration":1}},{"uid":"a70ca9628e8d1b95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a70ca9628e8d1b95","status":"passed","time":{"start":1707775486607,"stop":1707775486608,"duration":1}},{"uid":"4509014352bc86af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4509014352bc86af","status":"passed","time":{"start":1707775300127,"stop":1707775300128,"duration":1}},{"uid":"2c2211b8f1caa61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c2211b8f1caa61","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0}},{"uid":"317ec59bcb3e5b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317ec59bcb3e5b6d","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"ca862d4533437ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca862d4533437ac9","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"d5bfd26fb57a5bc5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d5bfd26fb57a5bc5","status":"passed","time":{"start":1707757873893,"stop":1707757873894,"duration":1}},{"uid":"cdf3e7e8d9e99efd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cdf3e7e8d9e99efd","status":"passed","time":{"start":1707756499893,"stop":1707756499893,"duration":0}},{"uid":"ca18a0d4db8f5ae9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ca18a0d4db8f5ae9","status":"passed","time":{"start":1707753870422,"stop":1707753870422,"duration":0}},{"uid":"411c70236057a587","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/411c70236057a587","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"e0cc45a5f3ff7aa5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0cc45a5f3ff7aa5","status":"passed","time":{"start":1707751019561,"stop":1707751019562,"duration":1}},{"uid":"59684747c293cdd1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59684747c293cdd1","status":"passed","time":{"start":1707736947836,"stop":1707736947837,"duration":1}},{"uid":"d0fe9a8666f81d5c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0fe9a8666f81d5c","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"tags":[]},"source":"6e7edfa80812c5ab.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/6fd002861cc55e5e.json b/6406/data/test-cases/6fd002861cc55e5e.json new file mode 100644 index 00000000000..c95d9297781 --- /dev/null +++ b/6406/data/test-cases/6fd002861cc55e5e.json @@ -0,0 +1 @@ +{"uid":"6fd002861cc55e5e","name":"removeEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with correct event","historyId":"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878412,"stop":1707792878412,"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}],"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}],"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":"9b8be56a23c5f0bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b8be56a23c5f0bf","status":"passed","time":{"start":1707777826928,"stop":1707777826928,"duration":0}},{"uid":"2b4b49e2665577cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b4b49e2665577cc","status":"passed","time":{"start":1707775103552,"stop":1707775103553,"duration":1}},{"uid":"7716a587f71c08b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7716a587f71c08b0","status":"passed","time":{"start":1707774906441,"stop":1707774906442,"duration":1}},{"uid":"bfe52704055574d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfe52704055574d7","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1}},{"uid":"1598c218609ce646","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1598c218609ce646","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"da0877a74de8c4e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da0877a74de8c4e7","status":"passed","time":{"start":1707759800529,"stop":1707759800530,"duration":1}},{"uid":"ce327034e7dc5aed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce327034e7dc5aed","status":"passed","time":{"start":1707757496501,"stop":1707757496502,"duration":1}},{"uid":"b55761d2c0834ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b55761d2c0834ede","status":"passed","time":{"start":1707756124835,"stop":1707756124835,"duration":0}},{"uid":"5f6351461455a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5f6351461455a031","status":"passed","time":{"start":1707753544135,"stop":1707753544136,"duration":1}},{"uid":"ca4a4394eac28c06","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca4a4394eac28c06","status":"passed","time":{"start":1707753273864,"stop":1707753273864,"duration":0}},{"uid":"baec4fbcaece56d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/baec4fbcaece56d6","status":"passed","time":{"start":1707750672010,"stop":1707750672011,"duration":1}},{"uid":"19237e5933bb4447","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/19237e5933bb4447","status":"passed","time":{"start":1707736588885,"stop":1707736588885,"duration":0}},{"uid":"4669dc42c9151e98","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4669dc42c9151e98","status":"passed","time":{"start":1707735772595,"stop":1707735772595,"duration":0}}]},"tags":[]},"source":"6fd002861cc55e5e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/708c21c60c314c41.json b/6406/data/test-cases/708c21c60c314c41.json new file mode 100644 index 00000000000..c624d2c3af1 --- /dev/null +++ b/6406/data/test-cases/708c21c60c314c41.json @@ -0,0 +1 @@ +{"uid":"708c21c60c314c41","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":1707792800816,"stop":1707792800816,"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":14,"unknown":0,"total":14},"items":[{"uid":"8d2ba0351adfb67c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8d2ba0351adfb67c","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"5fc5c75af2e4eb41","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fc5c75af2e4eb41","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"27c3f5c5f5dc713e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27c3f5c5f5dc713e","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"11cf6a9fa7f03011","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11cf6a9fa7f03011","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"d939b32e7d72c094","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d939b32e7d72c094","status":"passed","time":{"start":1707769628086,"stop":1707769628087,"duration":1}},{"uid":"6ae24d4f630529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6ae24d4f630529b","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"69a82f2119a5d982","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/69a82f2119a5d982","status":"passed","time":{"start":1707757417666,"stop":1707757417667,"duration":1}},{"uid":"bfbcc7db8a183e68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfbcc7db8a183e68","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"3319bca15b89e805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3319bca15b89e805","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"1313834cc518ecae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1313834cc518ecae","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"e5b9d624f0023839","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e5b9d624f0023839","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"e056ed34adf38dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e056ed34adf38dea","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"4165e88cd15c3249","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4165e88cd15c3249","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"tags":[]},"source":"708c21c60c314c41.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e3a7e6118c2cf19d.json b/6406/data/test-cases/70a3e6f5afe980b4.json similarity index 87% rename from 6379/data/test-cases/e3a7e6118c2cf19d.json rename to 6406/data/test-cases/70a3e6f5afe980b4.json index d776b7d3795..88581be620e 100644 --- a/6379/data/test-cases/e3a7e6118c2cf19d.json +++ b/6406/data/test-cases/70a3e6f5afe980b4.json @@ -1 +1 @@ -{"uid":"e3a7e6118c2cf19d","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":1707419247774,"stop":1707419247774,"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":17,"unknown":0,"total":17},"items":[{"uid":"63ab38fdeacfaa80","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/63ab38fdeacfaa80","status":"passed","time":{"start":1707418479341,"stop":1707418479341,"duration":0}},{"uid":"74064fa7ed2049ee","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/74064fa7ed2049ee","status":"passed","time":{"start":1707418420798,"stop":1707418420798,"duration":0}},{"uid":"47586e65b62f3dd9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/47586e65b62f3dd9","status":"passed","time":{"start":1707412716434,"stop":1707412716435,"duration":1}},{"uid":"fe239a2c5e440ef0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fe239a2c5e440ef0","status":"passed","time":{"start":1707411275214,"stop":1707411275214,"duration":0}},{"uid":"7df9c6f7f1d57918","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7df9c6f7f1d57918","status":"passed","time":{"start":1707409745069,"stop":1707409745069,"duration":0}},{"uid":"2ca74e3c01de85ae","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2ca74e3c01de85ae","status":"passed","time":{"start":1707409135320,"stop":1707409135320,"duration":0}},{"uid":"ed22904846bfcca1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ed22904846bfcca1","status":"passed","time":{"start":1707409077132,"stop":1707409077132,"duration":0}},{"uid":"95bd548e53706c01","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/95bd548e53706c01","status":"passed","time":{"start":1707408618357,"stop":1707408618357,"duration":0}},{"uid":"e78e93ea22460db1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e78e93ea22460db1","status":"passed","time":{"start":1707407695606,"stop":1707407695607,"duration":1}},{"uid":"72677810154fbfd6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/72677810154fbfd6","status":"passed","time":{"start":1707407563839,"stop":1707407563840,"duration":1}},{"uid":"2aad03c4de7bc8ad","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2aad03c4de7bc8ad","status":"passed","time":{"start":1707404565401,"stop":1707404565401,"duration":0}},{"uid":"fe0a1af2797999d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fe0a1af2797999d","status":"passed","time":{"start":1707376005067,"stop":1707376005067,"duration":0}},{"uid":"34fed6299a8e36d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/34fed6299a8e36d","status":"passed","time":{"start":1707373209930,"stop":1707373209930,"duration":0}},{"uid":"ebbf16c0a531a65","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ebbf16c0a531a65","status":"passed","time":{"start":1707359407158,"stop":1707359407158,"duration":0}},{"uid":"36a67539d8ebe8e6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/36a67539d8ebe8e6","status":"passed","time":{"start":1707358162772,"stop":1707358162772,"duration":0}},{"uid":"df908fcee682a044","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/df908fcee682a044","status":"passed","time":{"start":1707355687995,"stop":1707355687995,"duration":0}}]},"tags":[]},"source":"e3a7e6118c2cf19d.json","parameterValues":[]} \ No newline at end of file +{"uid":"70a3e6f5afe980b4","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":1707793370634,"stop":1707793370635,"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":13,"unknown":0,"total":13},"items":[{"uid":"72e02e21151b83a9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72e02e21151b83a9","status":"passed","time":{"start":1707778386483,"stop":1707778386484,"duration":1}},{"uid":"cf606c8ff0445e27","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cf606c8ff0445e27","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"cce488593d3262ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce488593d3262ee","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"866ec6caea5f44ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/866ec6caea5f44ba","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"duration":1}},{"uid":"2d8a539314412c1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d8a539314412c1c","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"a07ea051803d510c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a07ea051803d510c","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"c1e3846322ea40dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1e3846322ea40dc","status":"passed","time":{"start":1707758023535,"stop":1707758023536,"duration":1}},{"uid":"ba96b9ffc38141d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ba96b9ffc38141d9","status":"passed","time":{"start":1707756664004,"stop":1707756664005,"duration":1}},{"uid":"3c1d9e65188552e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3c1d9e65188552e8","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"2025e07a3b3103eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2025e07a3b3103eb","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"8870a1c89d6c5ca4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8870a1c89d6c5ca4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"3fba7f1708f94e6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3fba7f1708f94e6f","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"tags":[]},"source":"70a3e6f5afe980b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4fd9b46886f60f09.json b/6406/data/test-cases/71475f0ce56cc7e7.json similarity index 87% rename from 6379/data/test-cases/4fd9b46886f60f09.json rename to 6406/data/test-cases/71475f0ce56cc7e7.json index b4a3d01404b..e346f514514 100644 --- a/6379/data/test-cases/4fd9b46886f60f09.json +++ b/6406/data/test-cases/71475f0ce56cc7e7.json @@ -1 +1 @@ -{"uid":"4fd9b46886f60f09","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":1707419247763,"stop":1707419247764,"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":17,"unknown":0,"total":17},"items":[{"uid":"7e6ef9931cfc2316","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7e6ef9931cfc2316","status":"passed","time":{"start":1707418479324,"stop":1707418479324,"duration":0}},{"uid":"a85a925e5cd7eef3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a85a925e5cd7eef3","status":"passed","time":{"start":1707418420763,"stop":1707418420771,"duration":8}},{"uid":"86ec2980e6543bd5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/86ec2980e6543bd5","status":"passed","time":{"start":1707412716419,"stop":1707412716419,"duration":0}},{"uid":"a4d038102ea1cef7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/a4d038102ea1cef7","status":"passed","time":{"start":1707411275163,"stop":1707411275165,"duration":2}},{"uid":"682a2a90cf709bb8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/682a2a90cf709bb8","status":"passed","time":{"start":1707409745051,"stop":1707409745051,"duration":0}},{"uid":"b19ae0612915d1ce","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b19ae0612915d1ce","status":"passed","time":{"start":1707409135313,"stop":1707409135313,"duration":0}},{"uid":"c791b5b9626cb79c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c791b5b9626cb79c","status":"passed","time":{"start":1707409077117,"stop":1707409077117,"duration":0}},{"uid":"242d821297fec67c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/242d821297fec67c","status":"passed","time":{"start":1707408618348,"stop":1707408618349,"duration":1}},{"uid":"a692c097276c3f86","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a692c097276c3f86","status":"passed","time":{"start":1707407695583,"stop":1707407695584,"duration":1}},{"uid":"16191cd258d538fa","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/16191cd258d538fa","status":"passed","time":{"start":1707407563827,"stop":1707407563828,"duration":1}},{"uid":"d298e9dc091ef42e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d298e9dc091ef42e","status":"passed","time":{"start":1707404565392,"stop":1707404565392,"duration":0}},{"uid":"6f4cb36ffd129550","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6f4cb36ffd129550","status":"passed","time":{"start":1707376005055,"stop":1707376005056,"duration":1}},{"uid":"7d1b9bbab9693513","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7d1b9bbab9693513","status":"passed","time":{"start":1707373209913,"stop":1707373209920,"duration":7}},{"uid":"811f892e6bd31b56","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/811f892e6bd31b56","status":"passed","time":{"start":1707359407146,"stop":1707359407147,"duration":1}},{"uid":"4042d3b3bd896f29","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4042d3b3bd896f29","status":"passed","time":{"start":1707358162762,"stop":1707358162762,"duration":0}},{"uid":"5152484634e822ad","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5152484634e822ad","status":"passed","time":{"start":1707355687976,"stop":1707355687976,"duration":0}}]},"tags":[]},"source":"4fd9b46886f60f09.json","parameterValues":[]} \ No newline at end of file +{"uid":"71475f0ce56cc7e7","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":1707793370623,"stop":1707793370624,"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":14,"unknown":0,"total":14},"items":[{"uid":"a3e8db06fb869b18","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e8db06fb869b18","status":"passed","time":{"start":1707778386472,"stop":1707778386472,"duration":0}},{"uid":"9ad4878ec965a35d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ad4878ec965a35d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"3304294dc7bb94ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3304294dc7bb94ee","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"8b300ecafe22acea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b300ecafe22acea","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1}},{"uid":"4d8f7a0caabe3381","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4d8f7a0caabe3381","status":"passed","time":{"start":1707770208539,"stop":1707770208540,"duration":1}},{"uid":"42c3bc71ae3647c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42c3bc71ae3647c3","status":"passed","time":{"start":1707760335937,"stop":1707760335938,"duration":1}},{"uid":"d2bbf0c3587bced0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d2bbf0c3587bced0","status":"passed","time":{"start":1707758023525,"stop":1707758023526,"duration":1}},{"uid":"9300cc76656e7226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9300cc76656e7226","status":"passed","time":{"start":1707756663995,"stop":1707756663996,"duration":1}},{"uid":"97c5bc2ce825cd94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/97c5bc2ce825cd94","status":"passed","time":{"start":1707753717348,"stop":1707753717349,"duration":1}},{"uid":"a3ace110d8d48733","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3ace110d8d48733","status":"passed","time":{"start":1707753837159,"stop":1707753837159,"duration":0}},{"uid":"fc98147b5be2e790","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc98147b5be2e790","status":"passed","time":{"start":1707751136277,"stop":1707751136277,"duration":0}},{"uid":"37e69bc7d0d8dc2a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e69bc7d0d8dc2a","status":"passed","time":{"start":1707737124638,"stop":1707737124639,"duration":1}},{"uid":"7418420191541da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7418420191541da8","status":"passed","time":{"start":1707736322649,"stop":1707736322649,"duration":0}}]},"tags":[]},"source":"71475f0ce56cc7e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/718342f0a27489e0.json b/6406/data/test-cases/718342f0a27489e0.json new file mode 100644 index 00000000000..dd0f94ed9b1 --- /dev/null +++ b/6406/data/test-cases/718342f0a27489e0.json @@ -0,0 +1 @@ +{"uid":"718342f0a27489e0","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":1707792890683,"stop":1707792890683,"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":2,"skipped":0,"passed":12,"unknown":0,"total":14},"items":[{"uid":"5aa0989bbbc4af80","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5aa0989bbbc4af80","status":"passed","time":{"start":1707777837221,"stop":1707777837222,"duration":1}},{"uid":"652d51decedfecf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/652d51decedfecf7","status":"passed","time":{"start":1707775113056,"stop":1707775113056,"duration":0}},{"uid":"f45919823511276e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f45919823511276e","status":"passed","time":{"start":1707774908730,"stop":1707774908731,"duration":1}},{"uid":"37551d4cd3c2acd1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37551d4cd3c2acd1","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0}},{"uid":"84d8796cef21c7a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/84d8796cef21c7a4","status":"passed","time":{"start":1707769706667,"stop":1707769706668,"duration":1}},{"uid":"e58b9994aacda368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e58b9994aacda368","status":"passed","time":{"start":1707759811408,"stop":1707759811408,"duration":0}},{"uid":"b5d68dbfd54df7f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5d68dbfd54df7f4","status":"passed","time":{"start":1707757504683,"stop":1707757504684,"duration":1}},{"uid":"e74615df6ecaaece","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74615df6ecaaece","status":"passed","time":{"start":1707756131517,"stop":1707756131518,"duration":1}},{"uid":"a51b2fc69dcdc302","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a51b2fc69dcdc302","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707753506938,"stop":1707753506939,"duration":1}},{"uid":"bbdfa84a3e985e51","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bbdfa84a3e985e51","status":"passed","time":{"start":1707753284214,"stop":1707753284214,"duration":0}},{"uid":"d272226fbcf99b53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d272226fbcf99b53","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707750635810,"stop":1707750635811,"duration":1}},{"uid":"a1b208687cda7e9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1b208687cda7e9f","status":"passed","time":{"start":1707736597188,"stop":1707736597188,"duration":0}},{"uid":"71ffe9889bdc3447","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71ffe9889bdc3447","status":"passed","time":{"start":1707735784059,"stop":1707735784060,"duration":1}}]},"tags":[]},"source":"718342f0a27489e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a89be391538b4598.json b/6406/data/test-cases/71d28276ba4cd325.json similarity index 87% rename from 6379/data/test-cases/a89be391538b4598.json rename to 6406/data/test-cases/71d28276ba4cd325.json index 3a6380426fd..c75846b48da 100644 --- a/6379/data/test-cases/a89be391538b4598.json +++ b/6406/data/test-cases/71d28276ba4cd325.json @@ -1 +1 @@ -{"uid":"a89be391538b4598","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":1707419247764,"stop":1707419247765,"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":17,"unknown":0,"total":17},"items":[{"uid":"f0944e944c5f2f14","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f0944e944c5f2f14","status":"passed","time":{"start":1707418479324,"stop":1707418479325,"duration":1}},{"uid":"d700b12074c8cf58","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d700b12074c8cf58","status":"passed","time":{"start":1707418420772,"stop":1707418420772,"duration":0}},{"uid":"dcc8e62e8e03c065","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/dcc8e62e8e03c065","status":"passed","time":{"start":1707412716419,"stop":1707412716420,"duration":1}},{"uid":"ddc218bdf4efea9","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ddc218bdf4efea9","status":"passed","time":{"start":1707411275165,"stop":1707411275185,"duration":20}},{"uid":"58fc573f4032a846","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/58fc573f4032a846","status":"passed","time":{"start":1707409745051,"stop":1707409745052,"duration":1}},{"uid":"e71eb43ccf2fbbb0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e71eb43ccf2fbbb0","status":"passed","time":{"start":1707409135313,"stop":1707409135314,"duration":1}},{"uid":"4ae567b2713f6978","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4ae567b2713f6978","status":"passed","time":{"start":1707409077117,"stop":1707409077119,"duration":2}},{"uid":"96f7ef2cb8f14627","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/96f7ef2cb8f14627","status":"passed","time":{"start":1707408618349,"stop":1707408618349,"duration":0}},{"uid":"4418ab6a6e2f6836","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4418ab6a6e2f6836","status":"passed","time":{"start":1707407695584,"stop":1707407695585,"duration":1}},{"uid":"e1dd842d2f573991","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e1dd842d2f573991","status":"passed","time":{"start":1707407563828,"stop":1707407563828,"duration":0}},{"uid":"5d2b6e7359ef6ec6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5d2b6e7359ef6ec6","status":"passed","time":{"start":1707404565392,"stop":1707404565392,"duration":0}},{"uid":"75f0ec3765280934","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/75f0ec3765280934","status":"passed","time":{"start":1707376005056,"stop":1707376005056,"duration":0}},{"uid":"6eb49fa75c06a7c2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6eb49fa75c06a7c2","status":"passed","time":{"start":1707373209920,"stop":1707373209921,"duration":1}},{"uid":"2dfe238a373c96b1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2dfe238a373c96b1","status":"passed","time":{"start":1707359407147,"stop":1707359407148,"duration":1}},{"uid":"e3eb0696b83c74ba","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e3eb0696b83c74ba","status":"passed","time":{"start":1707358162763,"stop":1707358162763,"duration":0}},{"uid":"d93994d54e3120c4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d93994d54e3120c4","status":"passed","time":{"start":1707355687977,"stop":1707355687977,"duration":0}}]},"tags":[]},"source":"a89be391538b4598.json","parameterValues":[]} \ No newline at end of file +{"uid":"71d28276ba4cd325","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":1707793370624,"stop":1707793370624,"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":14,"unknown":0,"total":14},"items":[{"uid":"50e8acfbab311b8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50e8acfbab311b8f","status":"passed","time":{"start":1707778386472,"stop":1707778386473,"duration":1}},{"uid":"662cf7e30f774129","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/662cf7e30f774129","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"738d15e53d98f1fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/738d15e53d98f1fc","status":"passed","time":{"start":1707775461881,"stop":1707775461882,"duration":1}},{"uid":"f5ee789cf5e62c05","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ee789cf5e62c05","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0}},{"uid":"ee3e5932a28be0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee3e5932a28be0e","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"9b3c5b13edd0686","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b3c5b13edd0686","status":"passed","time":{"start":1707760335938,"stop":1707760335938,"duration":0}},{"uid":"9f55e19a2f36ceee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f55e19a2f36ceee","status":"passed","time":{"start":1707758023526,"stop":1707758023526,"duration":0}},{"uid":"53ceeeb46f1d8c2c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53ceeeb46f1d8c2c","status":"passed","time":{"start":1707756663996,"stop":1707756663996,"duration":0}},{"uid":"d7b21760b8e13cd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7b21760b8e13cd4","status":"passed","time":{"start":1707753717350,"stop":1707753717350,"duration":0}},{"uid":"1f1ab5ddd6500229","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1ab5ddd6500229","status":"passed","time":{"start":1707753837159,"stop":1707753837160,"duration":1}},{"uid":"98135f6dc0a34fcb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/98135f6dc0a34fcb","status":"passed","time":{"start":1707751136277,"stop":1707751136278,"duration":1}},{"uid":"f746bb77a4d81077","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f746bb77a4d81077","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"8c6e129214df5827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c6e129214df5827","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"tags":[]},"source":"71d28276ba4cd325.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/32e55a62042a7b40.json b/6406/data/test-cases/728013e8f2870c45.json similarity index 83% rename from 6379/data/test-cases/32e55a62042a7b40.json rename to 6406/data/test-cases/728013e8f2870c45.json index 5b587cdd895..c2dd9dc289c 100644 --- a/6379/data/test-cases/32e55a62042a7b40.json +++ b/6406/data/test-cases/728013e8f2870c45.json @@ -1 +1 @@ -{"uid":"32e55a62042a7b40","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":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"b210949a0896b998","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b210949a0896b998","status":"passed","time":{"start":1707418535534,"stop":1707418535534,"duration":0}},{"uid":"eff04976ead5ec0b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/eff04976ead5ec0b","status":"passed","time":{"start":1707418482211,"stop":1707418482212,"duration":1}},{"uid":"a8d71bcd5590ce92","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a8d71bcd5590ce92","status":"passed","time":{"start":1707412863477,"stop":1707412863478,"duration":1}},{"uid":"ca352d2be9677c06","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ca352d2be9677c06","status":"passed","time":{"start":1707411338648,"stop":1707411338648,"duration":0}},{"uid":"e307b5eb6bceb0f7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e307b5eb6bceb0f7","status":"passed","time":{"start":1707409792225,"stop":1707409792226,"duration":1}},{"uid":"9e481820b5635366","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9e481820b5635366","status":"passed","time":{"start":1707409177749,"stop":1707409177749,"duration":0}},{"uid":"c77ad7ece77e161d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c77ad7ece77e161d","status":"passed","time":{"start":1707409135085,"stop":1707409135085,"duration":0}},{"uid":"8a11fa2ebf3a6c37","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8a11fa2ebf3a6c37","status":"passed","time":{"start":1707408664016,"stop":1707408664016,"duration":0}},{"uid":"582547577248a921","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/582547577248a921","status":"passed","time":{"start":1707407736503,"stop":1707407736503,"duration":0}},{"uid":"b8067b2be1dbb41c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b8067b2be1dbb41c","status":"passed","time":{"start":1707407618223,"stop":1707407618223,"duration":0}},{"uid":"742f5261e8eb62ef","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/742f5261e8eb62ef","status":"passed","time":{"start":1707404537707,"stop":1707404537707,"duration":0}},{"uid":"6f3dc4f2305abe58","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6f3dc4f2305abe58","status":"passed","time":{"start":1707375978538,"stop":1707375978538,"duration":0}},{"uid":"196df368ed1f8d3c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/196df368ed1f8d3c","status":"passed","time":{"start":1707373245349,"stop":1707373245350,"duration":1}},{"uid":"22059d5ac1c6312c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/22059d5ac1c6312c","status":"passed","time":{"start":1707359448661,"stop":1707359448661,"duration":0}},{"uid":"7ce53ec88174fb9a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7ce53ec88174fb9a","status":"passed","time":{"start":1707358197179,"stop":1707358197179,"duration":0}},{"uid":"7ec94aea5df5ab8a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7ec94aea5df5ab8a","status":"passed","time":{"start":1707357226622,"stop":1707357226623,"duration":1}},{"uid":"97e11013013d0e14","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/97e11013013d0e14","status":"passed","time":{"start":1707355477297,"stop":1707355477297,"duration":0}}]},"tags":[]},"source":"32e55a62042a7b40.json","parameterValues":[]} \ No newline at end of file +{"uid":"728013e8f2870c45","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":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49627361d4a495f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49627361d4a495f7","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"75c342dc1808e6ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75c342dc1808e6ec","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"be185ebfad91c4c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be185ebfad91c4c0","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"75f53f3631274f1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75f53f3631274f1a","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"8977e9920674e58f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8977e9920674e58f","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"344453461663c3c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/344453461663c3c3","status":"passed","time":{"start":1707760374671,"stop":1707760374672,"duration":1}},{"uid":"1060cd684e5f9e8e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1060cd684e5f9e8e","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"d6c7545476650c51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d6c7545476650c51","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"f1e496a9a301dae0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1e496a9a301dae0","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"51221a0e3c0fc68b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51221a0e3c0fc68b","status":"passed","time":{"start":1707753877920,"stop":1707753877921,"duration":1}},{"uid":"bcda7eadcea1496f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bcda7eadcea1496f","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f572469f1ab6126a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f572469f1ab6126a","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f06b1a409b24bc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f06b1a409b24bc61","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"tags":[]},"source":"728013e8f2870c45.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e14ec663a6224179.json b/6406/data/test-cases/72e6e3f92d6eed73.json similarity index 85% rename from 6379/data/test-cases/e14ec663a6224179.json rename to 6406/data/test-cases/72e6e3f92d6eed73.json index 78cf821cea5..21b93d260b6 100644 --- a/6379/data/test-cases/e14ec663a6224179.json +++ b/6406/data/test-cases/72e6e3f92d6eed73.json @@ -1 +1 @@ -{"uid":"e14ec663a6224179","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":1707419080413,"stop":1707419080413,"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":18,"unknown":0,"total":18},"items":[{"uid":"ff938e9f0a02b479","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ff938e9f0a02b479","status":"passed","time":{"start":1707418322027,"stop":1707418322028,"duration":1}},{"uid":"f87f35e0f6dd497","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f87f35e0f6dd497","status":"passed","time":{"start":1707418259991,"stop":1707418259991,"duration":0}},{"uid":"25e8cb487f65ac36","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/25e8cb487f65ac36","status":"passed","time":{"start":1707412707126,"stop":1707412707127,"duration":1}},{"uid":"872a2b9d5283009c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/872a2b9d5283009c","status":"passed","time":{"start":1707411118139,"stop":1707411118140,"duration":1}},{"uid":"37e4d3f5f05e9ae3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/37e4d3f5f05e9ae3","status":"passed","time":{"start":1707409587931,"stop":1707409587931,"duration":0}},{"uid":"cf7057c05eda1cec","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cf7057c05eda1cec","status":"passed","time":{"start":1707408980249,"stop":1707408980249,"duration":0}},{"uid":"4d106c8e08a2e53f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4d106c8e08a2e53f","status":"passed","time":{"start":1707408927130,"stop":1707408927130,"duration":0}},{"uid":"17ec4ebb17c688ef","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/17ec4ebb17c688ef","status":"passed","time":{"start":1707408458749,"stop":1707408458750,"duration":1}},{"uid":"c95c159f05e199ca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c95c159f05e199ca","status":"passed","time":{"start":1707407520239,"stop":1707407520240,"duration":1}},{"uid":"530e44ddcd622885","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/530e44ddcd622885","status":"passed","time":{"start":1707407427654,"stop":1707407427654,"duration":0}},{"uid":"da8495506bea19b4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/da8495506bea19b4","status":"passed","time":{"start":1707404404316,"stop":1707404404316,"duration":0}},{"uid":"261c99abb6e3ac4a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/261c99abb6e3ac4a","status":"passed","time":{"start":1707375846763,"stop":1707375846763,"duration":0}},{"uid":"6899b9370d581961","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6899b9370d581961","status":"passed","time":{"start":1707373035656,"stop":1707373035657,"duration":1}},{"uid":"eb573852f728ba01","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eb573852f728ba01","status":"passed","time":{"start":1707359236219,"stop":1707359236219,"duration":0}},{"uid":"ac958201876b57da","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ac958201876b57da","status":"passed","time":{"start":1707357965205,"stop":1707357965205,"duration":0}},{"uid":"e0b0e9e907b0667a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e0b0e9e907b0667a","status":"passed","time":{"start":1707357048214,"stop":1707357048215,"duration":1}},{"uid":"b1e66f824db22d2b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b1e66f824db22d2b","status":"passed","time":{"start":1707355141621,"stop":1707355141621,"duration":0}}]},"tags":[]},"source":"e14ec663a6224179.json","parameterValues":[]} \ No newline at end of file +{"uid":"72e6e3f92d6eed73","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":1707793238880,"stop":1707793238880,"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":14,"unknown":0,"total":14},"items":[{"uid":"a31ec55702744001","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a31ec55702744001","status":"passed","time":{"start":1707778202504,"stop":1707778202505,"duration":1}},{"uid":"a3ab43c020dde6a2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ab43c020dde6a2","status":"passed","time":{"start":1707775486641,"stop":1707775486641,"duration":0}},{"uid":"c1962f8e64921a51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1962f8e64921a51","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}},{"uid":"aa2392036f0a992e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2392036f0a992e","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"ee5d5f74c24bc57d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee5d5f74c24bc57d","status":"passed","time":{"start":1707770051402,"stop":1707770051403,"duration":1}},{"uid":"9a60db8277872505","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a60db8277872505","status":"passed","time":{"start":1707760174033,"stop":1707760174033,"duration":0}},{"uid":"b3a7a1652a94783","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3a7a1652a94783","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"7918dbf7bb196078","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7918dbf7bb196078","status":"passed","time":{"start":1707756499936,"stop":1707756499938,"duration":2}},{"uid":"9362154281ec78d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9362154281ec78d2","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}},{"uid":"6ffd0afe8570dd22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ffd0afe8570dd22","status":"passed","time":{"start":1707753647526,"stop":1707753647528,"duration":2}},{"uid":"1a282d2ced5af51f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a282d2ced5af51f","status":"passed","time":{"start":1707751019576,"stop":1707751019577,"duration":1}},{"uid":"18fcacf5c465a191","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18fcacf5c465a191","status":"passed","time":{"start":1707736947858,"stop":1707736947859,"duration":1}},{"uid":"4e8b21e70b5eab08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e8b21e70b5eab08","status":"passed","time":{"start":1707736152511,"stop":1707736152511,"duration":0}}]},"tags":[]},"source":"72e6e3f92d6eed73.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/73cab62f50496467.json b/6406/data/test-cases/73cab62f50496467.json new file mode 100644 index 00000000000..d21701d001d --- /dev/null +++ b/6406/data/test-cases/73cab62f50496467.json @@ -0,0 +1 @@ +{"uid":"73cab62f50496467","name":"listenerCount","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > listenerCount","historyId":"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878415,"stop":1707792878415,"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}],"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}],"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":"66c7e45ceb94795b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66c7e45ceb94795b","status":"passed","time":{"start":1707777826931,"stop":1707777826932,"duration":1}},{"uid":"bc9c091975c7257f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc9c091975c7257f","status":"passed","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"2d4f578f31aedf49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d4f578f31aedf49","status":"passed","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"2eb18715fa5f66c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eb18715fa5f66c","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"ad7a12fb3bb8a40d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad7a12fb3bb8a40d","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"900568dbb8b54145","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/900568dbb8b54145","status":"passed","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"de15029953855211","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de15029953855211","status":"passed","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"39f9fd699ad37cf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39f9fd699ad37cf2","status":"passed","time":{"start":1707756124837,"stop":1707756124838,"duration":1}},{"uid":"bef0ae34d9a2b510","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bef0ae34d9a2b510","status":"passed","time":{"start":1707753544140,"stop":1707753544140,"duration":0}},{"uid":"a6ae73009c445a03","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6ae73009c445a03","status":"passed","time":{"start":1707753273865,"stop":1707753273866,"duration":1}},{"uid":"57633ea32742b3ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57633ea32742b3ca","status":"passed","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"ce5d1a577cc7ffb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ce5d1a577cc7ffb3","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"5b7d08154260ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b7d08154260ba26","status":"passed","time":{"start":1707735772597,"stop":1707735772597,"duration":0}}]},"tags":[]},"source":"73cab62f50496467.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/74f7a5a1d87aab2e.json b/6406/data/test-cases/74f7a5a1d87aab2e.json new file mode 100644 index 00000000000..e0fca037016 --- /dev/null +++ b/6406/data/test-cases/74f7a5a1d87aab2e.json @@ -0,0 +1 @@ +{"uid":"74f7a5a1d87aab2e","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":1707792846324,"stop":1707792846324,"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":14,"unknown":0,"total":14},"items":[{"uid":"7990ca332cf346e6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7990ca332cf346e6","status":"passed","time":{"start":1707777795163,"stop":1707777795164,"duration":1}},{"uid":"1d373566b7c61c89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d373566b7c61c89","status":"passed","time":{"start":1707775070516,"stop":1707775070516,"duration":0}},{"uid":"2f424ab951ef1629","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f424ab951ef1629","status":"passed","time":{"start":1707774873411,"stop":1707774873412,"duration":1}},{"uid":"a91f7e192bd14463","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a91f7e192bd14463","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"duration":1}},{"uid":"dbc7464b78d497fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbc7464b78d497fa","status":"passed","time":{"start":1707769673025,"stop":1707769673025,"duration":0}},{"uid":"d2fc872fca76c5c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2fc872fca76c5c2","status":"passed","time":{"start":1707759767764,"stop":1707759767765,"duration":1}},{"uid":"928fc09a83d03003","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/928fc09a83d03003","status":"passed","time":{"start":1707757463877,"stop":1707757463878,"duration":1}},{"uid":"9dce9fc7f05635d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dce9fc7f05635d2","status":"passed","time":{"start":1707756091992,"stop":1707756091992,"duration":0}},{"uid":"ef6b81d472432ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef6b81d472432ee2","status":"passed","time":{"start":1707753510233,"stop":1707753510234,"duration":1}},{"uid":"a43379c01a899a37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a43379c01a899a37","status":"passed","time":{"start":1707753240422,"stop":1707753240422,"duration":0}},{"uid":"35dc3910ae26aefd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35dc3910ae26aefd","status":"passed","time":{"start":1707750639410,"stop":1707750639410,"duration":0}},{"uid":"6421d34d5533706f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6421d34d5533706f","status":"passed","time":{"start":1707736555755,"stop":1707736555755,"duration":0}},{"uid":"ccd7827706400af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccd7827706400af","status":"passed","time":{"start":1707735739987,"stop":1707735739987,"duration":0}}]},"tags":[]},"source":"74f7a5a1d87aab2e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/74fde2bcae1c3fc.json b/6406/data/test-cases/74fde2bcae1c3fc.json new file mode 100644 index 00000000000..94fa9de0a86 --- /dev/null +++ b/6406/data/test-cases/74fde2bcae1c3fc.json @@ -0,0 +1 @@ +{"uid":"74fde2bcae1c3fc","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":1707793012467,"stop":1707793012468,"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":14,"unknown":0,"total":14},"items":[{"uid":"bd92c753a61a8482","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd92c753a61a8482","status":"passed","time":{"start":1707777977661,"stop":1707777977662,"duration":1}},{"uid":"85a01526820cd509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85a01526820cd509","status":"passed","time":{"start":1707775258452,"stop":1707775258452,"duration":0}},{"uid":"ea7f7ab1f13272ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7f7ab1f13272ee","status":"passed","time":{"start":1707775082009,"stop":1707775082009,"duration":0}},{"uid":"1b1ae8d6897a48a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b1ae8d6897a48a2","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1}},{"uid":"529846db92f00bf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/529846db92f00bf0","status":"passed","time":{"start":1707769841893,"stop":1707769841893,"duration":0}},{"uid":"dcfd4c63729271a1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcfd4c63729271a1","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"577b1910d4652e40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/577b1910d4652e40","status":"passed","time":{"start":1707757624872,"stop":1707757624873,"duration":1}},{"uid":"e85b7ed8e893e348","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e85b7ed8e893e348","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"a94c8e402ceb8bac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a94c8e402ceb8bac","status":"passed","time":{"start":1707753651142,"stop":1707753651143,"duration":1}},{"uid":"d60578654f12eb54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d60578654f12eb54","status":"passed","time":{"start":1707753409581,"stop":1707753409582,"duration":1}},{"uid":"355d1a3b5aee626a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/355d1a3b5aee626a","status":"passed","time":{"start":1707750722040,"stop":1707750722040,"duration":0}},{"uid":"fa7a4c1f5e19e4d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fa7a4c1f5e19e4d7","status":"passed","time":{"start":1707736708323,"stop":1707736708324,"duration":1}},{"uid":"da345a2917cff7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da345a2917cff7b1","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"tags":[]},"source":"74fde2bcae1c3fc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/750f1df7d2062b8a.json b/6406/data/test-cases/750f1df7d2062b8a.json new file mode 100644 index 00000000000..fdba485327f --- /dev/null +++ b/6406/data/test-cases/750f1df7d2062b8a.json @@ -0,0 +1 @@ +{"uid":"750f1df7d2062b8a","name":"retrieves a single peer","fullName":"/src/dns.spec.ts: DNS Node Discovery > retrieves a single peer","historyId":"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815078,"stop":1707792815078,"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"},{"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":"67e6d03fa7f8e18b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67e6d03fa7f8e18b","status":"passed","time":{"start":1707777764427,"stop":1707777764428,"duration":1}},{"uid":"96e7ede360d6d2d7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e7ede360d6d2d7","status":"passed","time":{"start":1707775040575,"stop":1707775040576,"duration":1}},{"uid":"b811a638ddd0f249","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b811a638ddd0f249","status":"passed","time":{"start":1707774842469,"stop":1707774842470,"duration":1}},{"uid":"591b91e2e6ce2103","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591b91e2e6ce2103","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1}},{"uid":"f9918b74b1118246","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9918b74b1118246","status":"passed","time":{"start":1707769642596,"stop":1707769642596,"duration":0}},{"uid":"b8c89df1fb1dac32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c89df1fb1dac32","status":"passed","time":{"start":1707759737374,"stop":1707759737375,"duration":1}},{"uid":"d41e35ee06930d93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d41e35ee06930d93","status":"passed","time":{"start":1707757432389,"stop":1707757432390,"duration":1}},{"uid":"6d2e2b539266f795","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e2b539266f795","status":"passed","time":{"start":1707756061417,"stop":1707756061418,"duration":1}},{"uid":"89fb9b2b03e56977","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/89fb9b2b03e56977","status":"passed","time":{"start":1707753479971,"stop":1707753479971,"duration":0}},{"uid":"f31417a9e6db5c84","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f31417a9e6db5c84","status":"passed","time":{"start":1707753208669,"stop":1707753208670,"duration":1}},{"uid":"27bfbaed8477f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/27bfbaed8477f6e","status":"passed","time":{"start":1707750608873,"stop":1707750608873,"duration":0}},{"uid":"feeb607cf02cf377","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/feeb607cf02cf377","status":"passed","time":{"start":1707736526327,"stop":1707736526328,"duration":1}},{"uid":"cf358e1a65721ffd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cf358e1a65721ffd","status":"passed","time":{"start":1707735708003,"stop":1707735708004,"duration":1}}]},"tags":[]},"source":"750f1df7d2062b8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/75a86a4d11df78f.json b/6406/data/test-cases/75a86a4d11df78f.json new file mode 100644 index 00000000000..1408f7b063c --- /dev/null +++ b/6406/data/test-cases/75a86a4d11df78f.json @@ -0,0 +1 @@ +{"uid":"75a86a4d11df78f","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":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9e8ea60869d2452b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e8ea60869d2452b","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"6d019aee973f0332","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d019aee973f0332","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"8ffa19eada33618d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ffa19eada33618d","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"1c03ba5c8543392a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c03ba5c8543392a","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"duration":1}},{"uid":"48073da6ce611ffe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/48073da6ce611ffe","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"a22b8883e8b22c9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a22b8883e8b22c9e","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"2ac8a064c2dd6218","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ac8a064c2dd6218","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"f1f334bba6d10298","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1f334bba6d10298","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"95dd1f6bc80768bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95dd1f6bc80768bb","status":"passed","time":{"start":1707754051779,"stop":1707754051780,"duration":1}},{"uid":"b4d456bb2cd70296","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4d456bb2cd70296","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"54a053435da5a9d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/54a053435da5a9d6","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f9f4339ac0e07ac0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f4339ac0e07ac0","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f48085acedef1a4f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f48085acedef1a4f","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"tags":[]},"source":"75a86a4d11df78f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/75bcbeaa40f7b9d0.json b/6406/data/test-cases/75bcbeaa40f7b9d0.json new file mode 100644 index 00000000000..37797a7814e --- /dev/null +++ b/6406/data/test-cases/75bcbeaa40f7b9d0.json @@ -0,0 +1 @@ +{"uid":"75bcbeaa40f7b9d0","name":"throws on content topic with non-number generation field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with non-number generation field","historyId":"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792549,"stop":1707792792549,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"6206c054bf074d66","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6206c054bf074d66","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"1e5d109674051f73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1e5d109674051f73","status":"passed","time":{"start":1707775017701,"stop":1707775017702,"duration":1}},{"uid":"f9c482e0b42b47b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9c482e0b42b47b5","status":"passed","time":{"start":1707774819159,"stop":1707774819159,"duration":0}},{"uid":"646c82f5bc73d915","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/646c82f5bc73d915","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"duration":0}},{"uid":"f3469a69a5edbf28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3469a69a5edbf28","status":"passed","time":{"start":1707769619250,"stop":1707769619250,"duration":0}},{"uid":"398c4d8f37b756b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/398c4d8f37b756b1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"d389ba3ca19ce900","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d389ba3ca19ce900","status":"passed","time":{"start":1707757408922,"stop":1707757408923,"duration":1}},{"uid":"450bae27dea325d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/450bae27dea325d8","status":"passed","time":{"start":1707756038650,"stop":1707756038650,"duration":0}},{"uid":"13008b657cdded4c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13008b657cdded4c","status":"passed","time":{"start":1707753456820,"stop":1707753456820,"duration":0}},{"uid":"c03030b96472aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c03030b96472aff","status":"passed","time":{"start":1707753185027,"stop":1707753185027,"duration":0}},{"uid":"a87f31a5259bc5cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a87f31a5259bc5cb","status":"passed","time":{"start":1707750585690,"stop":1707750585691,"duration":1}},{"uid":"e892c9cf1d7866d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e892c9cf1d7866d0","status":"passed","time":{"start":1707736503243,"stop":1707736503244,"duration":1}},{"uid":"411495905f91a19f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411495905f91a19f","status":"passed","time":{"start":1707735684540,"stop":1707735684541,"duration":1}}]},"tags":[]},"source":"75bcbeaa40f7b9d0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/75ff6f5248aa6a1e.json b/6406/data/test-cases/75ff6f5248aa6a1e.json new file mode 100644 index 00000000000..2b24047fb88 --- /dev/null +++ b/6406/data/test-cases/75ff6f5248aa6a1e.json @@ -0,0 +1 @@ +{"uid":"75ff6f5248aa6a1e","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":1707792805604,"stop":1707792805604,"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":14,"unknown":0,"total":14},"items":[{"uid":"50ef3a49cc15eebf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50ef3a49cc15eebf","status":"passed","time":{"start":1707777754769,"stop":1707777754769,"duration":0}},{"uid":"7911a23fea9f69aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7911a23fea9f69aa","status":"passed","time":{"start":1707775031076,"stop":1707775031077,"duration":1}},{"uid":"ce8d10f75aa5364c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce8d10f75aa5364c","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"6650ed6eb0543b3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6650ed6eb0543b3e","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1}},{"uid":"b066a55b555ea0cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b066a55b555ea0cb","status":"passed","time":{"start":1707769633036,"stop":1707769633036,"duration":0}},{"uid":"6922870fa713ea4b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6922870fa713ea4b","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"99c1088c7b84a50c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99c1088c7b84a50c","status":"passed","time":{"start":1707757422580,"stop":1707757422581,"duration":1}},{"uid":"2eec3b91481c1e96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2eec3b91481c1e96","status":"passed","time":{"start":1707756052099,"stop":1707756052099,"duration":0}},{"uid":"41b04e7f03f67d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/41b04e7f03f67d48","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"7669a9b2ed109bd0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7669a9b2ed109bd0","status":"passed","time":{"start":1707753198734,"stop":1707753198734,"duration":0}},{"uid":"6caf74c9954f55d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6caf74c9954f55d0","status":"passed","time":{"start":1707750599244,"stop":1707750599244,"duration":0}},{"uid":"9b63a354a7cdeaae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b63a354a7cdeaae","status":"passed","time":{"start":1707736516625,"stop":1707736516626,"duration":1}},{"uid":"c00accc32bdd74c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c00accc32bdd74c2","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"tags":[]},"source":"75ff6f5248aa6a1e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/76b08d189b69d5b.json b/6406/data/test-cases/76b08d189b69d5b.json new file mode 100644 index 00000000000..2fa154788cf --- /dev/null +++ b/6406/data/test-cases/76b08d189b69d5b.json @@ -0,0 +1 @@ +{"uid":"76b08d189b69d5b","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":1707793371131,"stop":1707793371132,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"b50100c67c1e5516","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b50100c67c1e5516","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338861,"stop":1707778338861,"duration":0}},{"uid":"72e40d4dd6d5da54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72e40d4dd6d5da54","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"b820a2754afc4f2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b820a2754afc4f2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390257,"duration":2}},{"uid":"64d5d366dc8a5361","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64d5d366dc8a5361","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335633,"stop":1707770335633,"duration":0}},{"uid":"61167c2ae1b139d0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61167c2ae1b139d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968741,"stop":1707769968741,"duration":0}},{"uid":"641ef87d89cb4fbf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/641ef87d89cb4fbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301831,"stop":1707760301831,"duration":0}},{"uid":"c5f11ee3b4c741c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5f11ee3b4c741c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006733,"stop":1707758006733,"duration":0}},{"uid":"bc1a76729edf20e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc1a76729edf20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617068,"stop":1707756617068,"duration":0}},{"uid":"65e3d0b71332c512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65e3d0b71332c512","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"da01039eafd6b04c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da01039eafd6b04c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782782,"stop":1707753782782,"duration":0}},{"uid":"e0862bfa5ca28a23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0862bfa5ca28a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162328,"stop":1707751162328,"duration":0}},{"uid":"e96dab3a96bbd450","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e96dab3a96bbd450","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"3d3308ef9acfce01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d3308ef9acfce01","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260171,"duration":1}}]},"tags":[]},"source":"76b08d189b69d5b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/76db239c4105ee49.json b/6406/data/test-cases/76db239c4105ee49.json new file mode 100644 index 00000000000..2153f4d7e51 --- /dev/null +++ b/6406/data/test-cases/76db239c4105ee49.json @@ -0,0 +1 @@ +{"uid":"76db239c4105ee49","name":"retrieves all peers (3) when branch entries are composed of multiple strings","fullName":"/src/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (3) when branch entries are composed of multiple strings","historyId":"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815082,"stop":1707792815082,"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"},{"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":"86bd291f905feb9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/86bd291f905feb9b","status":"passed","time":{"start":1707777764432,"stop":1707777764432,"duration":0}},{"uid":"fac73d20ced3528d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fac73d20ced3528d","status":"passed","time":{"start":1707775040580,"stop":1707775040580,"duration":0}},{"uid":"5b3206ccf26f063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5b3206ccf26f063e","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"ffd0059b2e720eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffd0059b2e720eda","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"dc3d1a0f7ceee51a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc3d1a0f7ceee51a","status":"passed","time":{"start":1707769642601,"stop":1707769642601,"duration":0}},{"uid":"21a2bbc75d4f4096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21a2bbc75d4f4096","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"cbf3fd2895a9c7c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbf3fd2895a9c7c3","status":"passed","time":{"start":1707757432394,"stop":1707757432394,"duration":0}},{"uid":"42d60e4255aadd9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d60e4255aadd9a","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"403e888a77ab8e88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/403e888a77ab8e88","status":"passed","time":{"start":1707753479975,"stop":1707753479976,"duration":1}},{"uid":"e3eb30bcca348a90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3eb30bcca348a90","status":"passed","time":{"start":1707753208673,"stop":1707753208674,"duration":1}},{"uid":"60a5afa839a7cc9f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60a5afa839a7cc9f","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"191011a6aa8e0a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191011a6aa8e0a7","status":"passed","time":{"start":1707736526331,"stop":1707736526332,"duration":1}},{"uid":"6cb340ea12bbd162","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cb340ea12bbd162","status":"passed","time":{"start":1707735708007,"stop":1707735708008,"duration":1}}]},"tags":[]},"source":"76db239c4105ee49.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/784685354b8e5f8a.json b/6406/data/test-cases/784685354b8e5f8a.json new file mode 100644 index 00000000000..602dbc44256 --- /dev/null +++ b/6406/data/test-cases/784685354b8e5f8a.json @@ -0,0 +1 @@ +{"uid":"784685354b8e5f8a","name":"Ordered Callback sorting by timestamp while page direction is backward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is backward","historyId":"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793387157,"stop":1707793387157,"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":14,"unknown":0,"total":14},"items":[{"uid":"b78ddae2be7f9aab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b78ddae2be7f9aab","status":"passed","time":{"start":1707778357268,"stop":1707778357269,"duration":1}},{"uid":"cdc1653563aff16e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdc1653563aff16e","status":"passed","time":{"start":1707775627622,"stop":1707775627623,"duration":1}},{"uid":"42989ca3cd53422e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42989ca3cd53422e","status":"passed","time":{"start":1707775425000,"stop":1707775425000,"duration":0}},{"uid":"c7fbaa9ce2071585","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7fbaa9ce2071585","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1}},{"uid":"4555df7c5d24b65f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4555df7c5d24b65f","status":"passed","time":{"start":1707770134575,"stop":1707770134575,"duration":0}},{"uid":"ab14a7de47c3b0d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ab14a7de47c3b0d4","status":"passed","time":{"start":1707760319220,"stop":1707760319221,"duration":1}},{"uid":"23e79802c558eae3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/23e79802c558eae3","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"792df0539c585056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/792df0539c585056","status":"passed","time":{"start":1707756639369,"stop":1707756639370,"duration":1}},{"uid":"d279305924d886e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d279305924d886e4","status":"passed","time":{"start":1707753945999,"stop":1707753946000,"duration":1}},{"uid":"606048e38aa7e9bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/606048e38aa7e9bd","status":"passed","time":{"start":1707753803976,"stop":1707753803976,"duration":0}},{"uid":"9f2abd738d8971b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f2abd738d8971b5","status":"passed","time":{"start":1707751138035,"stop":1707751138036,"duration":1}},{"uid":"a983ec0ee4008a0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a983ec0ee4008a0e","status":"passed","time":{"start":1707737096089,"stop":1707737096089,"duration":0}},{"uid":"5dd45133b08b9acd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dd45133b08b9acd","status":"passed","time":{"start":1707736302667,"stop":1707736302668,"duration":1}}]},"tags":[]},"source":"784685354b8e5f8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/78da8706a006216d.json b/6406/data/test-cases/78da8706a006216d.json new file mode 100644 index 00000000000..dc33dbe366a --- /dev/null +++ b/6406/data/test-cases/78da8706a006216d.json @@ -0,0 +1 @@ +{"uid":"78da8706a006216d","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":1707792805606,"stop":1707792805606,"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":14,"unknown":0,"total":14},"items":[{"uid":"c5cfdd240f208381","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5cfdd240f208381","status":"passed","time":{"start":1707777754770,"stop":1707777754771,"duration":1}},{"uid":"b64920b05e098b9d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b64920b05e098b9d","status":"passed","time":{"start":1707775031078,"stop":1707775031078,"duration":0}},{"uid":"5e38e8035b3bbb05","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5e38e8035b3bbb05","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"21bbd40568403876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21bbd40568403876","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0}},{"uid":"d600637afb7d5b72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d600637afb7d5b72","status":"passed","time":{"start":1707769633037,"stop":1707769633038,"duration":1}},{"uid":"71b3408a4414aafe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71b3408a4414aafe","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"92dc5410f00cde5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92dc5410f00cde5a","status":"passed","time":{"start":1707757422582,"stop":1707757422582,"duration":0}},{"uid":"8df7745a1c0b9a58","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8df7745a1c0b9a58","status":"passed","time":{"start":1707756052100,"stop":1707756052101,"duration":1}},{"uid":"d2102904a0ca4446","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2102904a0ca4446","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"e15b20b3394e6794","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e15b20b3394e6794","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"3963d903e329fca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3963d903e329fca1","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"65e04d0d65d22fef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65e04d0d65d22fef","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"6875ca4a7d71f69","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6875ca4a7d71f69","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"tags":[]},"source":"78da8706a006216d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7963619c63111dec.json b/6406/data/test-cases/7963619c63111dec.json new file mode 100644 index 00000000000..6348b0c474e --- /dev/null +++ b/6406/data/test-cases/7963619c63111dec.json @@ -0,0 +1 @@ +{"uid":"7963619c63111dec","name":"Relay + Store","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay + Store","historyId":"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792848726,"stop":1707792848726,"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":14,"unknown":0,"total":14},"items":[{"uid":"c170bffd74933d6b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c170bffd74933d6b","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"3defe422af7c9fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3defe422af7c9fe9","status":"passed","time":{"start":1707775073184,"stop":1707775073184,"duration":0}},{"uid":"1620c98a566b903a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1620c98a566b903a","status":"passed","time":{"start":1707774873943,"stop":1707774873944,"duration":1}},{"uid":"5e535cb8bde84f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e535cb8bde84f77","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1}},{"uid":"130e98251ea5460d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/130e98251ea5460d","status":"passed","time":{"start":1707769676600,"stop":1707769676601,"duration":1}},{"uid":"a717a53d08e2506b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a717a53d08e2506b","status":"passed","time":{"start":1707759771253,"stop":1707759771254,"duration":1}},{"uid":"8ddee675fe9e174c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ddee675fe9e174c","status":"passed","time":{"start":1707757466739,"stop":1707757466739,"duration":0}},{"uid":"8f160f38d34d56e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f160f38d34d56e9","status":"passed","time":{"start":1707756093995,"stop":1707756093996,"duration":1}},{"uid":"5ed2e972eef3b033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ed2e972eef3b033","status":"passed","time":{"start":1707753514641,"stop":1707753514641,"duration":0}},{"uid":"279df08c352ed1b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/279df08c352ed1b9","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"7e2922d2fdaeb6c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e2922d2fdaeb6c","status":"passed","time":{"start":1707750640095,"stop":1707750640095,"duration":0}},{"uid":"f10e64b4efc93b35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f10e64b4efc93b35","status":"passed","time":{"start":1707736561995,"stop":1707736561995,"duration":0}},{"uid":"41eb28455b78ea96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41eb28455b78ea96","status":"passed","time":{"start":1707735744192,"stop":1707735744193,"duration":1}}]},"tags":[]},"source":"7963619c63111dec.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e29c967817407136.json b/6406/data/test-cases/7a63dd7b7594ec47.json similarity index 87% rename from 6379/data/test-cases/e29c967817407136.json rename to 6406/data/test-cases/7a63dd7b7594ec47.json index c0459140245..4e9784e3e2d 100644 --- a/6379/data/test-cases/e29c967817407136.json +++ b/6406/data/test-cases/7a63dd7b7594ec47.json @@ -1 +1 @@ -{"uid":"e29c967817407136","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":1707419247768,"stop":1707419247768,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"db196312a6afacdb","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/db196312a6afacdb","status":"passed","time":{"start":1707418479329,"stop":1707418479329,"duration":0}},{"uid":"a6c2c7c803ee9e62","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a6c2c7c803ee9e62","status":"passed","time":{"start":1707418420774,"stop":1707418420775,"duration":1}},{"uid":"5849f73fe9d0407f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5849f73fe9d0407f","status":"passed","time":{"start":1707412716423,"stop":1707412716423,"duration":0}},{"uid":"6ea1be0c904297a3","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6ea1be0c904297a3","status":"passed","time":{"start":1707411275195,"stop":1707411275197,"duration":2}},{"uid":"56350beff57a4da7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/56350beff57a4da7","status":"passed","time":{"start":1707409745061,"stop":1707409745062,"duration":1}},{"uid":"832a853273eb3144","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/832a853273eb3144","status":"passed","time":{"start":1707409135316,"stop":1707409135316,"duration":0}},{"uid":"8b88598a61ced127","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8b88598a61ced127","status":"passed","time":{"start":1707409077123,"stop":1707409077124,"duration":1}},{"uid":"1a0815a6a5dda5db","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1a0815a6a5dda5db","status":"passed","time":{"start":1707408618352,"stop":1707408618352,"duration":0}},{"uid":"d12e75ad736bee28","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d12e75ad736bee28","status":"passed","time":{"start":1707407695594,"stop":1707407695595,"duration":1}},{"uid":"57eb3e08a14baf64","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/57eb3e08a14baf64","status":"passed","time":{"start":1707407563833,"stop":1707407563834,"duration":1}},{"uid":"bc5bceb21c83d19e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/bc5bceb21c83d19e","status":"passed","time":{"start":1707404565395,"stop":1707404565395,"duration":0}},{"uid":"f5361e378a117e21","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f5361e378a117e21","status":"passed","time":{"start":1707376005060,"stop":1707376005060,"duration":0}},{"uid":"1c25b3a704f57c03","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1c25b3a704f57c03","status":"passed","time":{"start":1707373209924,"stop":1707373209924,"duration":0}},{"uid":"ef20d365dce399b3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef20d365dce399b3","status":"passed","time":{"start":1707359407152,"stop":1707359407152,"duration":0}},{"uid":"750e05902e417bba","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/750e05902e417bba","status":"passed","time":{"start":1707358162767,"stop":1707358162768,"duration":1}},{"uid":"e9182bca14008375","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e9182bca14008375","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355687981,"stop":1707355687981,"duration":0}}]},"tags":[]},"source":"e29c967817407136.json","parameterValues":[]} \ No newline at end of file +{"uid":"7a63dd7b7594ec47","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":1707793370628,"stop":1707793370628,"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":13,"unknown":0,"total":13},"items":[{"uid":"79833f296fbab7de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/79833f296fbab7de","status":"passed","time":{"start":1707778386477,"stop":1707778386478,"duration":1}},{"uid":"7e5d148dd15b0a35","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e5d148dd15b0a35","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"54d98ca99f95127b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54d98ca99f95127b","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"99dd5e43dbc1d370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99dd5e43dbc1d370","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"f10db749cac4bf35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f10db749cac4bf35","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"5909edaa04af9d6a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5909edaa04af9d6a","status":"passed","time":{"start":1707760335943,"stop":1707760335943,"duration":0}},{"uid":"99a26a94adc6641d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99a26a94adc6641d","status":"passed","time":{"start":1707758023529,"stop":1707758023530,"duration":1}},{"uid":"d4d0799a03a6121a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4d0799a03a6121a","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"9285722ab43883b1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9285722ab43883b1","status":"passed","time":{"start":1707753837164,"stop":1707753837165,"duration":1}},{"uid":"9def6bff755d39f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9def6bff755d39f4","status":"passed","time":{"start":1707751136281,"stop":1707751136281,"duration":0}},{"uid":"99a3557b08e62b43","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/99a3557b08e62b43","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"d274d2460e81edc1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d274d2460e81edc1","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"tags":[]},"source":"7a63dd7b7594ec47.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cc26ba92a17d9ff6.json b/6406/data/test-cases/7ae2747500a4872a.json similarity index 88% rename from 6379/data/test-cases/cc26ba92a17d9ff6.json rename to 6406/data/test-cases/7ae2747500a4872a.json index 12b41470ff6..68892085c83 100644 --- a/6379/data/test-cases/cc26ba92a17d9ff6.json +++ b/6406/data/test-cases/7ae2747500a4872a.json @@ -1 +1 @@ -{"uid":"cc26ba92a17d9ff6","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":1707419247779,"stop":1707419247779,"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":16,"unknown":0,"total":16},"items":[{"uid":"6a251d5152ce494a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6a251d5152ce494a","status":"passed","time":{"start":1707418479346,"stop":1707418479346,"duration":0}},{"uid":"f61a6e7243a5c1ff","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f61a6e7243a5c1ff","status":"passed","time":{"start":1707418420810,"stop":1707418420810,"duration":0}},{"uid":"e4b821610c520ebe","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e4b821610c520ebe","status":"passed","time":{"start":1707411275220,"stop":1707411275220,"duration":0}},{"uid":"11fbd8cc7fe7560f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/11fbd8cc7fe7560f","status":"passed","time":{"start":1707409745074,"stop":1707409745074,"duration":0}},{"uid":"213bfd4adcf58952","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/213bfd4adcf58952","status":"passed","time":{"start":1707409135324,"stop":1707409135324,"duration":0}},{"uid":"6b0fc241032f918","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6b0fc241032f918","status":"passed","time":{"start":1707409077137,"stop":1707409077138,"duration":1}},{"uid":"dc218f8798c2ec28","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/dc218f8798c2ec28","status":"passed","time":{"start":1707408618362,"stop":1707408618362,"duration":0}},{"uid":"625c6286ec996c89","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/625c6286ec996c89","status":"passed","time":{"start":1707407695611,"stop":1707407695611,"duration":0}},{"uid":"df7464ff9f8457ad","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/df7464ff9f8457ad","status":"passed","time":{"start":1707407563846,"stop":1707407563847,"duration":1}},{"uid":"c2ec115068d1ab58","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c2ec115068d1ab58","status":"passed","time":{"start":1707404565406,"stop":1707404565406,"duration":0}},{"uid":"689e9b6d5d9ddfa0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/689e9b6d5d9ddfa0","status":"passed","time":{"start":1707376005071,"stop":1707376005072,"duration":1}},{"uid":"82b3f42e311bce95","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/82b3f42e311bce95","status":"passed","time":{"start":1707373209947,"stop":1707373209947,"duration":0}},{"uid":"72bc9a7dd6d170df","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/72bc9a7dd6d170df","status":"passed","time":{"start":1707359407162,"stop":1707359407163,"duration":1}},{"uid":"39e05bdc9d038817","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/39e05bdc9d038817","status":"passed","time":{"start":1707358162775,"stop":1707358162775,"duration":0}},{"uid":"710ff7a6b165d139","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/710ff7a6b165d139","status":"passed","time":{"start":1707355688002,"stop":1707355688002,"duration":0}}]},"tags":[]},"source":"cc26ba92a17d9ff6.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ae2747500a4872a","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":1707793370639,"stop":1707793370640,"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":13,"unknown":0,"total":13},"items":[{"uid":"6608d508fa9b883","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6608d508fa9b883","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"2d38b4b4855122fc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d38b4b4855122fc","status":"passed","time":{"start":1707775656753,"stop":1707775656754,"duration":1}},{"uid":"13794fa91d1fa57c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13794fa91d1fa57c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"8a035e998695a01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a035e998695a01c","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1}},{"uid":"d185422ffa913d8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d185422ffa913d8f","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"b4f24917dbd579db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4f24917dbd579db","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1c815633e4ad8ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c815633e4ad8ad","status":"passed","time":{"start":1707758023541,"stop":1707758023542,"duration":1}},{"uid":"57ed6e7fdc871ce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/57ed6e7fdc871ce9","status":"passed","time":{"start":1707756664010,"stop":1707756664011,"duration":1}},{"uid":"44445710050a4b6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44445710050a4b6f","status":"passed","time":{"start":1707753837177,"stop":1707753837177,"duration":0}},{"uid":"75ef7ea6e6ac995e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/75ef7ea6e6ac995e","status":"passed","time":{"start":1707751136360,"stop":1707751136361,"duration":1}},{"uid":"a8e76d78aa74b244","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8e76d78aa74b244","status":"passed","time":{"start":1707737124649,"stop":1707737124649,"duration":0}},{"uid":"bf8836a437463957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf8836a437463957","status":"passed","time":{"start":1707736322665,"stop":1707736322666,"duration":1}}]},"tags":[]},"source":"7ae2747500a4872a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7b7809f6a44db87a.json b/6406/data/test-cases/7b7809f6a44db87a.json new file mode 100644 index 00000000000..91d4de2451b --- /dev/null +++ b/6406/data/test-cases/7b7809f6a44db87a.json @@ -0,0 +1 @@ +{"uid":"7b7809f6a44db87a","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":1707792800002,"stop":1707792800003,"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":14,"unknown":0,"total":14},"items":[{"uid":"fe8e76a30443f782","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe8e76a30443f782","status":"passed","time":{"start":1707777749088,"stop":1707777749089,"duration":1}},{"uid":"fd3e24849bda072e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd3e24849bda072e","status":"passed","time":{"start":1707775025522,"stop":1707775025523,"duration":1}},{"uid":"dd4d1642c5ddc60f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd4d1642c5ddc60f","status":"passed","time":{"start":1707774827055,"stop":1707774827055,"duration":0}},{"uid":"27c52fdd7f63c869","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/27c52fdd7f63c869","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"duration":1}},{"uid":"955079a80fed7f4c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/955079a80fed7f4c","status":"passed","time":{"start":1707769627287,"stop":1707769627287,"duration":0}},{"uid":"72123905fa415f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72123905fa415f23","status":"passed","time":{"start":1707759722024,"stop":1707759722025,"duration":1}},{"uid":"ee2d058cd6362dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee2d058cd6362dc7","status":"passed","time":{"start":1707757416831,"stop":1707757416831,"duration":0}},{"uid":"bc22ca7a5e0d677","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc22ca7a5e0d677","status":"passed","time":{"start":1707756046590,"stop":1707756046591,"duration":1}},{"uid":"13423970596a6832","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13423970596a6832","status":"passed","time":{"start":1707753464663,"stop":1707753464664,"duration":1}},{"uid":"334246c016408cbc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/334246c016408cbc","status":"passed","time":{"start":1707753192931,"stop":1707753192931,"duration":0}},{"uid":"90a1ed84954855ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90a1ed84954855ae","status":"passed","time":{"start":1707750593502,"stop":1707750593503,"duration":1}},{"uid":"126f02786be8c8c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/126f02786be8c8c3","status":"passed","time":{"start":1707736510875,"stop":1707736510875,"duration":0}},{"uid":"4186f257c4f5004","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4186f257c4f5004","status":"passed","time":{"start":1707735692282,"stop":1707735692283,"duration":1}}]},"tags":[]},"source":"7b7809f6a44db87a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7c4571254ab86bb4.json b/6406/data/test-cases/7c4571254ab86bb4.json new file mode 100644 index 00000000000..ad8e5982047 --- /dev/null +++ b/6406/data/test-cases/7c4571254ab86bb4.json @@ -0,0 +1 @@ +{"uid":"7c4571254ab86bb4","name":"throws on content topic with empty topic name field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty topic name field","historyId":"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792551,"stop":1707792792551,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"ffbd8880a72d3f0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffbd8880a72d3f0e","status":"passed","time":{"start":1707777741288,"stop":1707777741288,"duration":0}},{"uid":"c7bb4695d0d097c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7bb4695d0d097c4","status":"passed","time":{"start":1707775017704,"stop":1707775017704,"duration":0}},{"uid":"4f19c5be654ca70c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f19c5be654ca70c","status":"passed","time":{"start":1707774819161,"stop":1707774819162,"duration":1}},{"uid":"2837b3c06df9adf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2837b3c06df9adf7","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"duration":1}},{"uid":"57e8b3095e179ded","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e8b3095e179ded","status":"passed","time":{"start":1707769619253,"stop":1707769619253,"duration":0}},{"uid":"9da46701e30b67d1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9da46701e30b67d1","status":"passed","time":{"start":1707759714509,"stop":1707759714510,"duration":1}},{"uid":"156e37e6523a52fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/156e37e6523a52fb","status":"passed","time":{"start":1707757408926,"stop":1707757408927,"duration":1}},{"uid":"c92d3600d27cb1ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c92d3600d27cb1ba","status":"passed","time":{"start":1707756038653,"stop":1707756038653,"duration":0}},{"uid":"e2ff49d261550b54","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ff49d261550b54","status":"passed","time":{"start":1707753456822,"stop":1707753456822,"duration":0}},{"uid":"cafdde02d3d37722","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cafdde02d3d37722","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"7d777381cc07faff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d777381cc07faff","status":"passed","time":{"start":1707750585693,"stop":1707750585693,"duration":0}},{"uid":"8f12c426907d0955","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f12c426907d0955","status":"passed","time":{"start":1707736503247,"stop":1707736503247,"duration":0}},{"uid":"e4376036d8ce8b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4376036d8ce8b15","status":"passed","time":{"start":1707735684543,"stop":1707735684543,"duration":0}}]},"tags":[]},"source":"7c4571254ab86bb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7c546ce731c0bff2.json b/6406/data/test-cases/7c546ce731c0bff2.json new file mode 100644 index 00000000000..59310bb0520 --- /dev/null +++ b/6406/data/test-cases/7c546ce731c0bff2.json @@ -0,0 +1 @@ +{"uid":"7c546ce731c0bff2","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":1707793012494,"stop":1707793012495,"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":14,"unknown":0,"total":14},"items":[{"uid":"e0f0a68fefc72b91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0f0a68fefc72b91","status":"passed","time":{"start":1707777977669,"stop":1707777977669,"duration":0}},{"uid":"dc38161b3420ce12","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc38161b3420ce12","status":"passed","time":{"start":1707775258459,"stop":1707775258460,"duration":1}},{"uid":"9693e569ddf9fa7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9693e569ddf9fa7e","status":"passed","time":{"start":1707775082022,"stop":1707775082023,"duration":1}},{"uid":"c8973264dec73f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8973264dec73f8c","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1}},{"uid":"4b099b68cd6405bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b099b68cd6405bc","status":"passed","time":{"start":1707769841903,"stop":1707769841903,"duration":0}},{"uid":"db58553dce392183","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db58553dce392183","status":"passed","time":{"start":1707759921458,"stop":1707759921459,"duration":1}},{"uid":"cfc0920b25e05fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfc0920b25e05fe5","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"1de2c5939dcab17c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1de2c5939dcab17c","status":"passed","time":{"start":1707756261807,"stop":1707756261810,"duration":3}},{"uid":"44020416af7831be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44020416af7831be","status":"passed","time":{"start":1707753651185,"stop":1707753651185,"duration":0}},{"uid":"26e7079f57b4f644","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e7079f57b4f644","status":"passed","time":{"start":1707753409589,"stop":1707753409590,"duration":1}},{"uid":"7e82043b8ea1cad7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e82043b8ea1cad7","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"7dfb91d0923d1000","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dfb91d0923d1000","status":"passed","time":{"start":1707736708332,"stop":1707736708333,"duration":1}},{"uid":"4dedd690f71ceb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4dedd690f71ceb7a","status":"passed","time":{"start":1707735914389,"stop":1707735914390,"duration":1}}]},"tags":[]},"source":"7c546ce731c0bff2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f38513ea2846534b.json b/6406/data/test-cases/7cd076a540aba185.json similarity index 86% rename from 6379/data/test-cases/f38513ea2846534b.json rename to 6406/data/test-cases/7cd076a540aba185.json index 604585a04a8..f595f1a1e5d 100644 --- a/6379/data/test-cases/f38513ea2846534b.json +++ b/6406/data/test-cases/7cd076a540aba185.json @@ -1 +1 @@ -{"uid":"f38513ea2846534b","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":1707419247775,"stop":1707419247775,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"dabcdbf1d3464397","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/dabcdbf1d3464397","status":"passed","time":{"start":1707418479342,"stop":1707418479342,"duration":0}},{"uid":"8b14666c8a1b5c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8b14666c8a1b5c","status":"passed","time":{"start":1707418420798,"stop":1707418420799,"duration":1}},{"uid":"c61a7e793aa65035","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c61a7e793aa65035","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/light-push/index.node.spec.ts)","time":{"start":1707412716436,"stop":1707412716437,"duration":1}},{"uid":"aae51b80372aeaec","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/aae51b80372aeaec","status":"passed","time":{"start":1707411275215,"stop":1707411275215,"duration":0}},{"uid":"5c8df3e79f5f44c6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5c8df3e79f5f44c6","status":"passed","time":{"start":1707409745070,"stop":1707409745070,"duration":0}},{"uid":"ed7e31b416c9bb9c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ed7e31b416c9bb9c","status":"passed","time":{"start":1707409135320,"stop":1707409135321,"duration":1}},{"uid":"9f55e820455f02bf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9f55e820455f02bf","status":"passed","time":{"start":1707409077133,"stop":1707409077133,"duration":0}},{"uid":"b27eca8b082ef755","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b27eca8b082ef755","status":"passed","time":{"start":1707408618358,"stop":1707408618358,"duration":0}},{"uid":"1fbbcecd76210acf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1fbbcecd76210acf","status":"passed","time":{"start":1707407695607,"stop":1707407695607,"duration":0}},{"uid":"e9cc59d9e51a293","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e9cc59d9e51a293","status":"passed","time":{"start":1707407563840,"stop":1707407563841,"duration":1}},{"uid":"8a6d72463dc7eb2b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8a6d72463dc7eb2b","status":"passed","time":{"start":1707404565401,"stop":1707404565402,"duration":1}},{"uid":"3e60adfdee993032","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3e60adfdee993032","status":"passed","time":{"start":1707376005067,"stop":1707376005068,"duration":1}},{"uid":"2cfe167d1fa1b07c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2cfe167d1fa1b07c","status":"passed","time":{"start":1707373209931,"stop":1707373209932,"duration":1}},{"uid":"9c3467d67364b5ac","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9c3467d67364b5ac","status":"passed","time":{"start":1707359407158,"stop":1707359407159,"duration":1}},{"uid":"420cdcebbd66f7b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/420cdcebbd66f7b","status":"passed","time":{"start":1707358162772,"stop":1707358162773,"duration":1}},{"uid":"62bd1e3b15cbbe8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/62bd1e3b15cbbe8","status":"passed","time":{"start":1707355687997,"stop":1707355687997,"duration":0}}]},"tags":[]},"source":"f38513ea2846534b.json","parameterValues":[]} \ No newline at end of file +{"uid":"7cd076a540aba185","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":1707793370635,"stop":1707793370636,"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":13,"unknown":0,"total":13},"items":[{"uid":"e4003a88eda0cc1d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e4003a88eda0cc1d","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"8ff6c64f6ee884a5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ff6c64f6ee884a5","status":"passed","time":{"start":1707775656750,"stop":1707775656751,"duration":1}},{"uid":"23f3dca747ed087b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/23f3dca747ed087b","status":"passed","time":{"start":1707775461890,"stop":1707775461890,"duration":0}},{"uid":"3c517ba5a47cee6e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c517ba5a47cee6e","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"287aa7f4a7c1771e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/287aa7f4a7c1771e","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"c56034e739966d4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c56034e739966d4e","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"5d90b9bf9fbc91de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d90b9bf9fbc91de","status":"passed","time":{"start":1707758023536,"stop":1707758023537,"duration":1}},{"uid":"de4dac2989e8f66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de4dac2989e8f66","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"919954c8928d9c3f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/919954c8928d9c3f","status":"passed","time":{"start":1707753837172,"stop":1707753837172,"duration":0}},{"uid":"653390c0656553a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/653390c0656553a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"eac72e4a7f3b96e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eac72e4a7f3b96e1","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"db738e07d88fdc07","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db738e07d88fdc07","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"tags":[]},"source":"7cd076a540aba185.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7cee305fd00b898e.json b/6406/data/test-cases/7cee305fd00b898e.json new file mode 100644 index 00000000000..0f4b3f8514c --- /dev/null +++ b/6406/data/test-cases/7cee305fd00b898e.json @@ -0,0 +1 @@ +{"uid":"7cee305fd00b898e","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":1707792822802,"stop":1707792822803,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Ecies Encryption"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2acdbd8c6cf336c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f2acdbd8c6cf336c","status":"passed","time":{"start":1707777772232,"stop":1707777772233,"duration":1}},{"uid":"a49d4ac9ffa66be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a49d4ac9ffa66be","status":"passed","time":{"start":1707775048146,"stop":1707775048146,"duration":0}},{"uid":"b0e629bbb42c4af9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0e629bbb42c4af9","status":"passed","time":{"start":1707774850256,"stop":1707774850257,"duration":1}},{"uid":"7d8949d73b8a2b0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d8949d73b8a2b0d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"6d9ce4ec21159492","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d9ce4ec21159492","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"5e15ffa64058763","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e15ffa64058763","status":"passed","time":{"start":1707759745077,"stop":1707759745078,"duration":1}},{"uid":"703636d627925bc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/703636d627925bc6","status":"passed","time":{"start":1707757440221,"stop":1707757440222,"duration":1}},{"uid":"c96b7f65e68efb60","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c96b7f65e68efb60","status":"passed","time":{"start":1707756069082,"stop":1707756069083,"duration":1}},{"uid":"497af9ce4abdd800","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/497af9ce4abdd800","status":"passed","time":{"start":1707753487640,"stop":1707753487641,"duration":1}},{"uid":"a82a1fc1fd8d010d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a82a1fc1fd8d010d","status":"passed","time":{"start":1707753216621,"stop":1707753216621,"duration":0}},{"uid":"a1462962752f77d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1462962752f77d1","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"d1d58157adce20f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1d58157adce20f0","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"7dde0c75d7c18bb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dde0c75d7c18bb","status":"passed","time":{"start":1707735716032,"stop":1707735716033,"duration":1}}]},"tags":[]},"source":"7cee305fd00b898e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7d10e94729ae66da.json b/6406/data/test-cases/7d10e94729ae66da.json new file mode 100644 index 00000000000..9290549ec1d --- /dev/null +++ b/6406/data/test-cases/7d10e94729ae66da.json @@ -0,0 +1 @@ +{"uid":"7d10e94729ae66da","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":1707792799998,"stop":1707792799999,"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":14,"unknown":0,"total":14},"items":[{"uid":"22dce62acd22f474","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/22dce62acd22f474","status":"passed","time":{"start":1707777749079,"stop":1707777749080,"duration":1}},{"uid":"95f7cc4841b4c94d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/95f7cc4841b4c94d","status":"passed","time":{"start":1707775025514,"stop":1707775025515,"duration":1}},{"uid":"fb7d55cf02ec7b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb7d55cf02ec7b2d","status":"passed","time":{"start":1707774827051,"stop":1707774827052,"duration":1}},{"uid":"ee2257846974123f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee2257846974123f","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"duration":2}},{"uid":"f73ec0263119f8f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f73ec0263119f8f0","status":"passed","time":{"start":1707769627283,"stop":1707769627283,"duration":0}},{"uid":"c1df64d94707e8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1df64d94707e8fe","status":"passed","time":{"start":1707759722017,"stop":1707759722018,"duration":1}},{"uid":"b3560c8d58974eb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3560c8d58974eb9","status":"passed","time":{"start":1707757416822,"stop":1707757416822,"duration":0}},{"uid":"ce097986745b5d18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce097986745b5d18","status":"passed","time":{"start":1707756046587,"stop":1707756046587,"duration":0}},{"uid":"f8dfcf6cb29cc2aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8dfcf6cb29cc2aa","status":"passed","time":{"start":1707753464659,"stop":1707753464660,"duration":1}},{"uid":"5be471972c58e5d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5be471972c58e5d7","status":"passed","time":{"start":1707753192924,"stop":1707753192924,"duration":0}},{"uid":"ca3a67328d52e4f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca3a67328d52e4f8","status":"passed","time":{"start":1707750593498,"stop":1707750593498,"duration":0}},{"uid":"b1eb12af53619f82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b1eb12af53619f82","status":"passed","time":{"start":1707736510869,"stop":1707736510870,"duration":1}},{"uid":"7d1454554c3f739","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d1454554c3f739","status":"passed","time":{"start":1707735692274,"stop":1707735692275,"duration":1}}]},"tags":[]},"source":"7d10e94729ae66da.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/96a471ebb9484a82.json b/6406/data/test-cases/7d358c6d8a7ac537.json similarity index 86% rename from 6379/data/test-cases/96a471ebb9484a82.json rename to 6406/data/test-cases/7d358c6d8a7ac537.json index 7233b69a812..c89d1582415 100644 --- a/6379/data/test-cases/96a471ebb9484a82.json +++ b/6406/data/test-cases/7d358c6d8a7ac537.json @@ -1 +1 @@ -{"uid":"96a471ebb9484a82","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":1707419080399,"stop":1707419080399,"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":18,"unknown":0,"total":18},"items":[{"uid":"7e32bc9ba4dd03fe","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7e32bc9ba4dd03fe","status":"passed","time":{"start":1707418322016,"stop":1707418322017,"duration":1}},{"uid":"7f46415d24814495","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7f46415d24814495","status":"passed","time":{"start":1707418259979,"stop":1707418259980,"duration":1}},{"uid":"974293c08ea88467","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/974293c08ea88467","status":"passed","time":{"start":1707412707109,"stop":1707412707110,"duration":1}},{"uid":"8e5f76f6f8376788","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8e5f76f6f8376788","status":"passed","time":{"start":1707411118101,"stop":1707411118101,"duration":0}},{"uid":"4dd022e564fb512b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4dd022e564fb512b","status":"passed","time":{"start":1707409587921,"stop":1707409587921,"duration":0}},{"uid":"99dd290c44696d56","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/99dd290c44696d56","status":"passed","time":{"start":1707408980211,"stop":1707408980211,"duration":0}},{"uid":"baaa11423e5f95a8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/baaa11423e5f95a8","status":"passed","time":{"start":1707408927120,"stop":1707408927120,"duration":0}},{"uid":"3645890b49eec2c8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3645890b49eec2c8","status":"passed","time":{"start":1707408458736,"stop":1707408458736,"duration":0}},{"uid":"d63038a3dc6238de","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d63038a3dc6238de","status":"passed","time":{"start":1707407520226,"stop":1707407520226,"duration":0}},{"uid":"6708abfb04a86c67","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/6708abfb04a86c67","status":"passed","time":{"start":1707407427628,"stop":1707407427628,"duration":0}},{"uid":"eddf6654f141c005","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/eddf6654f141c005","status":"passed","time":{"start":1707404404305,"stop":1707404404305,"duration":0}},{"uid":"11013959b514451f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/11013959b514451f","status":"passed","time":{"start":1707375846752,"stop":1707375846753,"duration":1}},{"uid":"d9d44cf8039a8294","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d9d44cf8039a8294","status":"passed","time":{"start":1707373035639,"stop":1707373035640,"duration":1}},{"uid":"12b04d4941f4b52","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/12b04d4941f4b52","status":"passed","time":{"start":1707359236208,"stop":1707359236209,"duration":1}},{"uid":"1281e45033426c8e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1281e45033426c8e","status":"passed","time":{"start":1707357965191,"stop":1707357965191,"duration":0}},{"uid":"e3c0199184e8fdfc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e3c0199184e8fdfc","status":"passed","time":{"start":1707357048202,"stop":1707357048203,"duration":1}},{"uid":"c4fa8d9ccc964f0f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c4fa8d9ccc964f0f","status":"passed","time":{"start":1707355141609,"stop":1707355141610,"duration":1}}]},"tags":[]},"source":"96a471ebb9484a82.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d358c6d8a7ac537","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":1707793238869,"stop":1707793238869,"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":14,"unknown":0,"total":14},"items":[{"uid":"99b7fa487ced2b64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/99b7fa487ced2b64","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"df370149260b668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df370149260b668","status":"passed","time":{"start":1707775486618,"stop":1707775486619,"duration":1}},{"uid":"e50ef46329394f3b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e50ef46329394f3b","status":"passed","time":{"start":1707775300132,"stop":1707775300133,"duration":1}},{"uid":"74ca533cb14f22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74ca533cb14f22","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"1d00241b5e2174ca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d00241b5e2174ca","status":"passed","time":{"start":1707770051373,"stop":1707770051374,"duration":1}},{"uid":"d32662ab7c5cc457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d32662ab7c5cc457","status":"passed","time":{"start":1707760174014,"stop":1707760174015,"duration":1}},{"uid":"fb6d185a9a353f8d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb6d185a9a353f8d","status":"passed","time":{"start":1707757873918,"stop":1707757873918,"duration":0}},{"uid":"79ad33a3d7110d1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ad33a3d7110d1e","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"6ab148f3c6d5f64f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ab148f3c6d5f64f","status":"passed","time":{"start":1707753870440,"stop":1707753870440,"duration":0}},{"uid":"cdb7f716bdc7cee0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cdb7f716bdc7cee0","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"53db5ba5fc7435e6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/53db5ba5fc7435e6","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"9841c4549b268afe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9841c4549b268afe","status":"passed","time":{"start":1707736947842,"stop":1707736947842,"duration":0}},{"uid":"234b9223d5f649fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/234b9223d5f649fc","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"tags":[]},"source":"7d358c6d8a7ac537.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1ae8dc2bbc435a72.json b/6406/data/test-cases/7d3e30de67c4c2d9.json similarity index 79% rename from 6379/data/test-cases/1ae8dc2bbc435a72.json rename to 6406/data/test-cases/7d3e30de67c4c2d9.json index 46fc5e93ea3..eea5b203454 100644 --- a/6379/data/test-cases/1ae8dc2bbc435a72.json +++ b/6406/data/test-cases/7d3e30de67c4c2d9.json @@ -1 +1 @@ -{"uid":"1ae8dc2bbc435a72","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":1707418998152,"stop":1707418998152,"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":18,"unknown":0,"total":18},"items":[{"uid":"40c0467ba0217b2e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/40c0467ba0217b2e","status":"passed","time":{"start":1707418242017,"stop":1707418242019,"duration":2}},{"uid":"77c913e0f38114f5","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/77c913e0f38114f5","status":"passed","time":{"start":1707418191248,"stop":1707418191249,"duration":1}},{"uid":"37876a268d0d8d58","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/37876a268d0d8d58","status":"passed","time":{"start":1707412620301,"stop":1707412620302,"duration":1}},{"uid":"f07ed97cb7b0000b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f07ed97cb7b0000b","status":"passed","time":{"start":1707411038698,"stop":1707411038698,"duration":0}},{"uid":"c344ae49947cbabf","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c344ae49947cbabf","status":"passed","time":{"start":1707409514442,"stop":1707409514442,"duration":0}},{"uid":"3e8d00d4a8cd4d50","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3e8d00d4a8cd4d50","status":"passed","time":{"start":1707408894648,"stop":1707408894648,"duration":0}},{"uid":"bfc026a418eb16ae","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/bfc026a418eb16ae","status":"passed","time":{"start":1707408855740,"stop":1707408855740,"duration":0}},{"uid":"4f84fba982067ca8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4f84fba982067ca8","status":"passed","time":{"start":1707408364967,"stop":1707408364967,"duration":0}},{"uid":"9a2c1db753c87cb2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a2c1db753c87cb2","status":"passed","time":{"start":1707407446979,"stop":1707407446979,"duration":0}},{"uid":"b8654f2224a12b67","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b8654f2224a12b67","status":"passed","time":{"start":1707407328493,"stop":1707407328494,"duration":1}},{"uid":"901f4f3986f2e082","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/901f4f3986f2e082","status":"passed","time":{"start":1707404323790,"stop":1707404323791,"duration":1}},{"uid":"fb9073e9e494df0a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fb9073e9e494df0a","status":"passed","time":{"start":1707375767369,"stop":1707375767375,"duration":6}},{"uid":"7d9ff52ccb7f069e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7d9ff52ccb7f069e","status":"passed","time":{"start":1707372960644,"stop":1707372960644,"duration":0}},{"uid":"559d437dc155bdf1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/559d437dc155bdf1","status":"passed","time":{"start":1707359147648,"stop":1707359147648,"duration":0}},{"uid":"86ebcea65c0c92","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/86ebcea65c0c92","status":"passed","time":{"start":1707357894485,"stop":1707357894485,"duration":0}},{"uid":"15c2f9efe6a0432a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/15c2f9efe6a0432a","status":"passed","time":{"start":1707356942090,"stop":1707356942091,"duration":1}},{"uid":"b4b470861184b4c0","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b4b470861184b4c0","status":"passed","time":{"start":1707355162800,"stop":1707355162800,"duration":0}}]},"tags":[]},"source":"1ae8dc2bbc435a72.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d3e30de67c4c2d9","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":1707793153230,"stop":1707793153230,"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":14,"unknown":0,"total":14},"items":[{"uid":"a6d75f3b564c72f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6d75f3b564c72f1","status":"passed","time":{"start":1707778114681,"stop":1707778114682,"duration":1}},{"uid":"ef5873bbaf2aec34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef5873bbaf2aec34","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"fc754611ddffe191","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc754611ddffe191","status":"passed","time":{"start":1707775205636,"stop":1707775205636,"duration":0}},{"uid":"ce27878d48fa8d2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce27878d48fa8d2b","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0}},{"uid":"682e6995c793595b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682e6995c793595b","status":"passed","time":{"start":1707769983285,"stop":1707769983286,"duration":1}},{"uid":"5d5a63e17ee51668","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d5a63e17ee51668","status":"passed","time":{"start":1707760095409,"stop":1707760095409,"duration":0}},{"uid":"8ecceef5052ef9b0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ecceef5052ef9b0","status":"passed","time":{"start":1707757790740,"stop":1707757790741,"duration":1}},{"uid":"cd26d48f7aa98c1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd26d48f7aa98c1b","status":"passed","time":{"start":1707756409552,"stop":1707756409553,"duration":1}},{"uid":"bada3d2cd618337b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bada3d2cd618337b","status":"passed","time":{"start":1707753793196,"stop":1707753793197,"duration":1}},{"uid":"8035bceabdd9cf22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8035bceabdd9cf22","status":"passed","time":{"start":1707753573537,"stop":1707753573538,"duration":1}},{"uid":"c884ad531c7692b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c884ad531c7692b4","status":"passed","time":{"start":1707750953986,"stop":1707750953987,"duration":1}},{"uid":"9bb2732dace032a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9bb2732dace032a6","status":"passed","time":{"start":1707736878973,"stop":1707736878973,"duration":0}},{"uid":"667e240c93ce3a8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/667e240c93ce3a8d","status":"passed","time":{"start":1707736081278,"stop":1707736081278,"duration":0}}]},"tags":[]},"source":"7d3e30de67c4c2d9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7d449ba7eb7ca3e7.json b/6406/data/test-cases/7d449ba7eb7ca3e7.json new file mode 100644 index 00000000000..a42861c4325 --- /dev/null +++ b/6406/data/test-cases/7d449ba7eb7ca3e7.json @@ -0,0 +1 @@ +{"uid":"7d449ba7eb7ca3e7","name":"3 nodes on /waku/2/rs/3/0 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/0 topic","historyId":"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bea9cca31ef65719","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bea9cca31ef65719","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"fa4661ff0cac02bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fa4661ff0cac02bb","status":"passed","time":{"start":1707775384052,"stop":1707775384053,"duration":1}},{"uid":"cab17077a944d16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cab17077a944d16e","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"50beea44992aa161","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50beea44992aa161","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0}},{"uid":"2b3b44bd25722f27","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2b3b44bd25722f27","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"c31612f84d50cf15","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c31612f84d50cf15","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"1cbe5326cb3471eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1cbe5326cb3471eb","status":"passed","time":{"start":1707757782366,"stop":1707757782367,"duration":1}},{"uid":"4f29e3dc15c67c61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f29e3dc15c67c61","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"76041e3ef8a7671c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76041e3ef8a7671c","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"5e0ecae9ba9f0346","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e0ecae9ba9f0346","status":"passed","time":{"start":1707753563081,"stop":1707753563086,"duration":5}},{"uid":"be2adad02876e7ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be2adad02876e7ce","status":"passed","time":{"start":1707750940651,"stop":1707750940652,"duration":1}},{"uid":"84d93c62c08394b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d93c62c08394b5","status":"passed","time":{"start":1707736870543,"stop":1707736870544,"duration":1}},{"uid":"dc386bcf1c92b60b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc386bcf1c92b60b","status":"passed","time":{"start":1707736068811,"stop":1707736068812,"duration":1}}]},"tags":[]},"source":"7d449ba7eb7ca3e7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7d6bba91a7229593.json b/6406/data/test-cases/7d6bba91a7229593.json new file mode 100644 index 00000000000..3d5d538f53f --- /dev/null +++ b/6406/data/test-cases/7d6bba91a7229593.json @@ -0,0 +1 @@ +{"uid":"7d6bba91a7229593","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","fullName":"/tests/sdk/content_topic.spec.ts: SDK: Creating by Content Topic > \"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","historyId":"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"status":"broken","statusMessage":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","statusTrace":"Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)\n at listOnTimeout (node:internal/timers:569:17)\n at processTimers (node:internal/timers:512:7)","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"SDK: Creating by Content Topic\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{},"status":"broken","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sdk"},{"name":"parentSuite","value":"SDK: Creating by Content Topic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"tags":[]},"source":"7d6bba91a7229593.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7d833a281dde26f8.json b/6406/data/test-cases/7d833a281dde26f8.json new file mode 100644 index 00000000000..a55c61bb7d3 --- /dev/null +++ b/6406/data/test-cases/7d833a281dde26f8.json @@ -0,0 +1 @@ +{"uid":"7d833a281dde26f8","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":1707792849461,"stop":1707792849462,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before all\" hook in \"DNS Node Discovery [live data]\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"DNS Node Discovery [live data]"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"84c96d1f03209502","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/84c96d1f03209502","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798768,"stop":1707777798768,"duration":0}},{"uid":"68c7a8a43e52a555","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68c7a8a43e52a555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"d3937ba5652f5ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3937ba5652f5ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880421,"stop":1707774880421,"duration":0}},{"uid":"62c6a7879070b09d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c6a7879070b09d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825085,"stop":1707769825086,"duration":1}},{"uid":"4eba7feecc4e720b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eba7feecc4e720b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677708,"stop":1707769677709,"duration":1}},{"uid":"5bf75fe7b0d34ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bf75fe7b0d34ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769675,"stop":1707759769676,"duration":1}},{"uid":"3f799b510fa3c66d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f799b510fa3c66d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468640,"stop":1707757468641,"duration":1}},{"uid":"2ca8757b3ea79244","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ca8757b3ea79244","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096181,"stop":1707756096186,"duration":5}},{"uid":"71a2045ddf1ca94e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/71a2045ddf1ca94e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517976,"stop":1707753517977,"duration":1}},{"uid":"1011b8cef6a0a20e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1011b8cef6a0a20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244731,"stop":1707753244731,"duration":0}},{"uid":"4bbce7dc99d6f019","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bbce7dc99d6f019","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643522,"duration":0}},{"uid":"9083afed7f08e949","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9083afed7f08e949","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"31665c467511b5ce","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/31665c467511b5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"tags":[]},"source":"7d833a281dde26f8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3c8a49de5659a16d.json b/6406/data/test-cases/7d94fcec759fd0df.json similarity index 85% rename from 6379/data/test-cases/3c8a49de5659a16d.json rename to 6406/data/test-cases/7d94fcec759fd0df.json index 40105aa8c52..3c235226966 100644 --- a/6379/data/test-cases/3c8a49de5659a16d.json +++ b/6406/data/test-cases/7d94fcec759fd0df.json @@ -1 +1 @@ -{"uid":"3c8a49de5659a16d","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":1707419080394,"stop":1707419080395,"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":18,"unknown":0,"total":18},"items":[{"uid":"d04d47e17bc7ebc3","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d04d47e17bc7ebc3","status":"passed","time":{"start":1707418322012,"stop":1707418322012,"duration":0}},{"uid":"2d1617fdca47345d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2d1617fdca47345d","status":"passed","time":{"start":1707418259976,"stop":1707418259976,"duration":0}},{"uid":"a9166bcfecc510ee","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a9166bcfecc510ee","status":"passed","time":{"start":1707412707105,"stop":1707412707106,"duration":1}},{"uid":"89f9f50b21874262","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/89f9f50b21874262","status":"passed","time":{"start":1707411118094,"stop":1707411118094,"duration":0}},{"uid":"e766fcc3a8d656bf","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e766fcc3a8d656bf","status":"passed","time":{"start":1707409587911,"stop":1707409587915,"duration":4}},{"uid":"f573fd3f0818f480","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f573fd3f0818f480","status":"passed","time":{"start":1707408980204,"stop":1707408980204,"duration":0}},{"uid":"4d7b8a613d5ef68f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4d7b8a613d5ef68f","status":"passed","time":{"start":1707408927116,"stop":1707408927117,"duration":1}},{"uid":"3c33ac62ab2ad308","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3c33ac62ab2ad308","status":"passed","time":{"start":1707408458728,"stop":1707408458729,"duration":1}},{"uid":"116652656b10af60","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/116652656b10af60","status":"passed","time":{"start":1707407520219,"stop":1707407520219,"duration":0}},{"uid":"1c7820d3fef9ecb7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1c7820d3fef9ecb7","status":"passed","time":{"start":1707407427624,"stop":1707407427624,"duration":0}},{"uid":"3ce59f3f4e6949ea","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3ce59f3f4e6949ea","status":"passed","time":{"start":1707404404302,"stop":1707404404302,"duration":0}},{"uid":"ca711752f053400c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ca711752f053400c","status":"passed","time":{"start":1707375846750,"stop":1707375846750,"duration":0}},{"uid":"8d619f9931370fa","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8d619f9931370fa","status":"passed","time":{"start":1707373035622,"stop":1707373035623,"duration":1}},{"uid":"b3033335060f21b9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b3033335060f21b9","status":"passed","time":{"start":1707359236205,"stop":1707359236205,"duration":0}},{"uid":"79a20a1320106f38","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/79a20a1320106f38","status":"passed","time":{"start":1707357965175,"stop":1707357965176,"duration":1}},{"uid":"af7f90cc8ea1ea86","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/af7f90cc8ea1ea86","status":"passed","time":{"start":1707357048194,"stop":1707357048195,"duration":1}},{"uid":"8c422606f905f960","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8c422606f905f960","status":"passed","time":{"start":1707355141606,"stop":1707355141606,"duration":0}}]},"tags":[]},"source":"3c8a49de5659a16d.json","parameterValues":[]} \ No newline at end of file +{"uid":"7d94fcec759fd0df","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":1707793238863,"stop":1707793238864,"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":14,"unknown":0,"total":14},"items":[{"uid":"a227de9c0de48f54","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a227de9c0de48f54","status":"passed","time":{"start":1707778202465,"stop":1707778202466,"duration":1}},{"uid":"4f2add58d93dac44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4f2add58d93dac44","status":"passed","time":{"start":1707775486611,"stop":1707775486612,"duration":1}},{"uid":"39234dd12c87b86d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/39234dd12c87b86d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"280ad9eb05dcbd35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/280ad9eb05dcbd35","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"8525992681afa4b5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8525992681afa4b5","status":"passed","time":{"start":1707770051361,"stop":1707770051362,"duration":1}},{"uid":"d907cfd00ce23b5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907cfd00ce23b5a","status":"passed","time":{"start":1707760173997,"stop":1707760173997,"duration":0}},{"uid":"b9b90972d1d2a85e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9b90972d1d2a85e","status":"passed","time":{"start":1707757873905,"stop":1707757873906,"duration":1}},{"uid":"3cbd2ddb3946b4b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cbd2ddb3946b4b8","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"1685d2242fb7741e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1685d2242fb7741e","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"e99985cba3e46c9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99985cba3e46c9f","status":"passed","time":{"start":1707753647465,"stop":1707753647486,"duration":21}},{"uid":"597aa225eaa5dfb7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/597aa225eaa5dfb7","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"cfbdca8e2507edc3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfbdca8e2507edc3","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"a574fb5d13352708","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a574fb5d13352708","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"tags":[]},"source":"7d94fcec759fd0df.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5374d767234f9db6.json b/6406/data/test-cases/7e697f5cd0492845.json similarity index 85% rename from 6379/data/test-cases/5374d767234f9db6.json rename to 6406/data/test-cases/7e697f5cd0492845.json index 36bda2b5407..45645ebf3cd 100644 --- a/6379/data/test-cases/5374d767234f9db6.json +++ b/6406/data/test-cases/7e697f5cd0492845.json @@ -1 +1 @@ -{"uid":"5374d767234f9db6","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":1707419080389,"stop":1707419080390,"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":18,"unknown":0,"total":18},"items":[{"uid":"322c2f5be20a4ce0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/322c2f5be20a4ce0","status":"passed","time":{"start":1707418322006,"stop":1707418322007,"duration":1}},{"uid":"def5b68b90409efa","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/def5b68b90409efa","status":"passed","time":{"start":1707418259965,"stop":1707418259970,"duration":5}},{"uid":"8b68ffd1edd2a00a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8b68ffd1edd2a00a","status":"passed","time":{"start":1707412707098,"stop":1707412707099,"duration":1}},{"uid":"c54d57be02961b8b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c54d57be02961b8b","status":"passed","time":{"start":1707411118080,"stop":1707411118082,"duration":2}},{"uid":"8e964efc4934728f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8e964efc4934728f","status":"passed","time":{"start":1707409587901,"stop":1707409587901,"duration":0}},{"uid":"5075907a2fa4fc01","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5075907a2fa4fc01","status":"passed","time":{"start":1707408980197,"stop":1707408980198,"duration":1}},{"uid":"80775187813fc3bf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/80775187813fc3bf","status":"passed","time":{"start":1707408927100,"stop":1707408927100,"duration":0}},{"uid":"9b43d2e102554e2e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9b43d2e102554e2e","status":"passed","time":{"start":1707408458717,"stop":1707408458718,"duration":1}},{"uid":"bc9b2eeb33d6af22","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc9b2eeb33d6af22","status":"passed","time":{"start":1707407520204,"stop":1707407520205,"duration":1}},{"uid":"42219450d3cd7ff6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/42219450d3cd7ff6","status":"passed","time":{"start":1707407427617,"stop":1707407427617,"duration":0}},{"uid":"89fd40db24108c1c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/89fd40db24108c1c","status":"passed","time":{"start":1707404404296,"stop":1707404404296,"duration":0}},{"uid":"2229fa9e7e0f26c8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2229fa9e7e0f26c8","status":"passed","time":{"start":1707375846746,"stop":1707375846747,"duration":1}},{"uid":"583069940d24f869","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/583069940d24f869","status":"passed","time":{"start":1707373035594,"stop":1707373035595,"duration":1}},{"uid":"4e540ed27e007728","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4e540ed27e007728","status":"passed","time":{"start":1707359236199,"stop":1707359236200,"duration":1}},{"uid":"83c0b4d4a617423b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/83c0b4d4a617423b","status":"passed","time":{"start":1707357965149,"stop":1707357965150,"duration":1}},{"uid":"95a9311c2b095923","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95a9311c2b095923","status":"passed","time":{"start":1707357048189,"stop":1707357048190,"duration":1}},{"uid":"4b7c198ae4cda6d3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4b7c198ae4cda6d3","status":"passed","time":{"start":1707355141599,"stop":1707355141600,"duration":1}}]},"tags":[]},"source":"5374d767234f9db6.json","parameterValues":[]} \ No newline at end of file +{"uid":"7e697f5cd0492845","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":1707793238858,"stop":1707793238859,"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":14,"unknown":0,"total":14},"items":[{"uid":"528561965e783b6e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/528561965e783b6e","status":"passed","time":{"start":1707778202460,"stop":1707778202461,"duration":1}},{"uid":"433f96d77a405bc8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/433f96d77a405bc8","status":"passed","time":{"start":1707775486583,"stop":1707775486584,"duration":1}},{"uid":"e6cd63f00344f86a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e6cd63f00344f86a","status":"passed","time":{"start":1707775300124,"stop":1707775300124,"duration":0}},{"uid":"deafc09f25074ae7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/deafc09f25074ae7","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0}},{"uid":"b053ddb488c7dc4d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b053ddb488c7dc4d","status":"passed","time":{"start":1707770051357,"stop":1707770051357,"duration":0}},{"uid":"466d313b5a6299ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/466d313b5a6299ee","status":"passed","time":{"start":1707760173992,"stop":1707760173992,"duration":0}},{"uid":"e514622a03cbd6f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e514622a03cbd6f4","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"efb9574cd8184095","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efb9574cd8184095","status":"passed","time":{"start":1707756499888,"stop":1707756499890,"duration":2}},{"uid":"7dcfaecd13823226","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7dcfaecd13823226","status":"passed","time":{"start":1707753870418,"stop":1707753870418,"duration":0}},{"uid":"fdd549dc530128e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd549dc530128e7","status":"passed","time":{"start":1707753647453,"stop":1707753647454,"duration":1}},{"uid":"caabb933e2ff31b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/caabb933e2ff31b","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"cdd490c29a1160e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdd490c29a1160e0","status":"passed","time":{"start":1707736947831,"stop":1707736947831,"duration":0}},{"uid":"7234c79f56cb09fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7234c79f56cb09fd","status":"passed","time":{"start":1707736152488,"stop":1707736152489,"duration":1}}]},"tags":[]},"source":"7e697f5cd0492845.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7e70ea98897c54a2.json b/6406/data/test-cases/7e70ea98897c54a2.json new file mode 100644 index 00000000000..f308b728710 --- /dev/null +++ b/6406/data/test-cases/7e70ea98897c54a2.json @@ -0,0 +1 @@ +{"uid":"7e70ea98897c54a2","name":"safeDispatchEvent","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > safeDispatchEvent","historyId":"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878416,"stop":1707792878416,"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}],"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}],"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":"806f8b6dada15613","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/806f8b6dada15613","status":"passed","time":{"start":1707777826932,"stop":1707777826933,"duration":1}},{"uid":"885c80ed4fd1fb81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/885c80ed4fd1fb81","status":"passed","time":{"start":1707775103555,"stop":1707775103556,"duration":1}},{"uid":"82fc967656c75df6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82fc967656c75df6","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"44cb93a9ba7b6758","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44cb93a9ba7b6758","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1}},{"uid":"8a54efcf2f34b3e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a54efcf2f34b3e8","status":"passed","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"44c201017079f49d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44c201017079f49d","status":"passed","time":{"start":1707759800532,"stop":1707759800533,"duration":1}},{"uid":"b6d3b310706d36ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b6d3b310706d36ad","status":"passed","time":{"start":1707757496503,"stop":1707757496504,"duration":1}},{"uid":"13e4c57c2a30b484","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13e4c57c2a30b484","status":"passed","time":{"start":1707756124839,"stop":1707756124840,"duration":1}},{"uid":"bbf770427d2a0467","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbf770427d2a0467","status":"passed","time":{"start":1707753544142,"stop":1707753544142,"duration":0}},{"uid":"8e11dc4bc91edfc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e11dc4bc91edfc","status":"passed","time":{"start":1707753273868,"stop":1707753273869,"duration":1}},{"uid":"b52b6f45eaf926fe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b52b6f45eaf926fe","status":"passed","time":{"start":1707750672012,"stop":1707750672013,"duration":1}},{"uid":"12e61a18de78d9b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/12e61a18de78d9b5","status":"passed","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"f58550f2f8b62562","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f58550f2f8b62562","status":"passed","time":{"start":1707735772598,"stop":1707735772598,"duration":0}}]},"tags":[]},"source":"7e70ea98897c54a2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/12ee8f41c807493a.json b/6406/data/test-cases/7ec1952e065d1dd7.json similarity index 58% rename from 6379/data/test-cases/12ee8f41c807493a.json rename to 6406/data/test-cases/7ec1952e065d1dd7.json index 059cbd874c9..c8f0d7c90e8 100644 --- a/6379/data/test-cases/12ee8f41c807493a.json +++ b/6406/data/test-cases/7ec1952e065d1dd7.json @@ -1 +1 @@ -{"uid":"12ee8f41c807493a","name":"same cluster, different shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect","historyId":"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829814,"stop":1707418829814,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"cc4f49af06dcf1a7","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/cc4f49af06dcf1a7","status":"passed","time":{"start":1707418103402,"stop":1707418103411,"duration":9}},{"uid":"f7f2e1947e1b373e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f7f2e1947e1b373e","status":"passed","time":{"start":1707418010312,"stop":1707418010314,"duration":2}},{"uid":"f4345120070e10ca","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f4345120070e10ca","status":"passed","time":{"start":1707412479959,"stop":1707412479960,"duration":1}},{"uid":"2eefe1d0b9197f8e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/2eefe1d0b9197f8e","status":"passed","time":{"start":1707410852010,"stop":1707410852010,"duration":0}},{"uid":"63b8737e9bb29995","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/63b8737e9bb29995","status":"passed","time":{"start":1707409338855,"stop":1707409338855,"duration":0}},{"uid":"239d9542461ebc8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/239d9542461ebc8","status":"passed","time":{"start":1707408727251,"stop":1707408727252,"duration":1}},{"uid":"fdf33ed5c964c78a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/fdf33ed5c964c78a","status":"passed","time":{"start":1707408675746,"stop":1707408675746,"duration":0}},{"uid":"c144db44d5a7f8c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c144db44d5a7f8c","status":"passed","time":{"start":1707408214005,"stop":1707408214006,"duration":1}},{"uid":"a279a355e7884d6c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a279a355e7884d6c","status":"passed","time":{"start":1707407286305,"stop":1707407286305,"duration":0}},{"uid":"1c4dbd0b7097c1a4","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1c4dbd0b7097c1a4","status":"passed","time":{"start":1707407226678,"stop":1707407226678,"duration":0}},{"uid":"b9dfe0d64ab3bcf4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b9dfe0d64ab3bcf4","status":"passed","time":{"start":1707404179908,"stop":1707404179909,"duration":1}},{"uid":"98dc1e2543c6316d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/98dc1e2543c6316d","status":"passed","time":{"start":1707375626288,"stop":1707375626288,"duration":0}},{"uid":"22af4c09021ddfa8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/22af4c09021ddfa8","status":"passed","time":{"start":1707372788215,"stop":1707372788216,"duration":1}},{"uid":"38b904e3617c0ed6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/38b904e3617c0ed6","status":"passed","time":{"start":1707359016776,"stop":1707359016776,"duration":0}},{"uid":"7a97d2cdc37c6c67","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7a97d2cdc37c6c67","status":"passed","time":{"start":1707357740856,"stop":1707357740856,"duration":0}},{"uid":"41f45e32098fe189","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/41f45e32098fe189","status":"passed","time":{"start":1707356837833,"stop":1707356837834,"duration":1}},{"uid":"8e039e2a43f9c98c","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8e039e2a43f9c98c","status":"passed","time":{"start":1707354890492,"stop":1707354890492,"duration":0}}]},"tags":[]},"source":"12ee8f41c807493a.json","parameterValues":[]} \ No newline at end of file +{"uid":"7ec1952e065d1dd7","name":"same cluster, different shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect","historyId":"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012459,"stop":1707793012460,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"459de9c0eee37f2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/459de9c0eee37f2c","status":"passed","time":{"start":1707777977653,"stop":1707777977654,"duration":1}},{"uid":"49a60d4e013278d5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49a60d4e013278d5","status":"passed","time":{"start":1707775258444,"stop":1707775258444,"duration":0}},{"uid":"2e5081e717ba6427","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e5081e717ba6427","status":"passed","time":{"start":1707775081974,"stop":1707775081974,"duration":0}},{"uid":"44046cf81553e728","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44046cf81553e728","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"duration":0}},{"uid":"682cc6a573df6d04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682cc6a573df6d04","status":"passed","time":{"start":1707769841875,"stop":1707769841876,"duration":1}},{"uid":"9f2106ffe38e9ef6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f2106ffe38e9ef6","status":"passed","time":{"start":1707759921441,"stop":1707759921442,"duration":1}},{"uid":"2596b49ae2f4e1dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2596b49ae2f4e1dc","status":"passed","time":{"start":1707757624862,"stop":1707757624862,"duration":0}},{"uid":"a5368163867d0ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5368163867d0ccd","status":"passed","time":{"start":1707756261710,"stop":1707756261711,"duration":1}},{"uid":"496349eee56f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/496349eee56f8b2b","status":"passed","time":{"start":1707753651127,"stop":1707753651128,"duration":1}},{"uid":"4c51d97c497549aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c51d97c497549aa","status":"passed","time":{"start":1707753409565,"stop":1707753409567,"duration":2}},{"uid":"8222e638705bcc18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8222e638705bcc18","status":"passed","time":{"start":1707736708308,"stop":1707736708308,"duration":0}},{"uid":"88578f27f37188e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88578f27f37188e7","status":"passed","time":{"start":1707735914370,"stop":1707735914370,"duration":0}}]},"tags":[]},"source":"7ec1952e065d1dd7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7f004ad97fcc7550.json b/6406/data/test-cases/7f004ad97fcc7550.json new file mode 100644 index 00000000000..fcd096bdfc6 --- /dev/null +++ b/6406/data/test-cases/7f004ad97fcc7550.json @@ -0,0 +1 @@ +{"uid":"7f004ad97fcc7550","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":1707792800815,"stop":1707792800815,"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":14,"unknown":0,"total":14},"items":[{"uid":"422e731a74d6aa72","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/422e731a74d6aa72","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"93ac0c000e779f3e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93ac0c000e779f3e","status":"passed","time":{"start":1707775026265,"stop":1707775026266,"duration":1}},{"uid":"a4c9f37d7a290f6d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4c9f37d7a290f6d","status":"passed","time":{"start":1707774827855,"stop":1707774827856,"duration":1}},{"uid":"e857f1e58f5e1d31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e857f1e58f5e1d31","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"b7ccf3d19bafa9e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b7ccf3d19bafa9e7","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"eded676506437b5d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eded676506437b5d","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"ca0f7c130e0d297d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca0f7c130e0d297d","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"7a3db58f8ae758b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a3db58f8ae758b7","status":"passed","time":{"start":1707756047293,"stop":1707756047294,"duration":1}},{"uid":"f0ef8e0f4ce6cd28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0ef8e0f4ce6cd28","status":"passed","time":{"start":1707753465441,"stop":1707753465442,"duration":1}},{"uid":"3e660e0dfd8cee76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3e660e0dfd8cee76","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"4eb7f7f243f21b18","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4eb7f7f243f21b18","status":"passed","time":{"start":1707750594365,"stop":1707750594366,"duration":1}},{"uid":"8c20555e7b618ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c20555e7b618ad","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"d44bbed7dc7484ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d44bbed7dc7484ed","status":"passed","time":{"start":1707735693125,"stop":1707735693125,"duration":0}}]},"tags":[]},"source":"7f004ad97fcc7550.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7f10201d1edb459.json b/6406/data/test-cases/7f10201d1edb459.json new file mode 100644 index 00000000000..8af0aebfba9 --- /dev/null +++ b/6406/data/test-cases/7f10201d1edb459.json @@ -0,0 +1 @@ +{"uid":"7f10201d1edb459","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":1707793059097,"stop":1707793059097,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"ab0789c2f2a7ac4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab0789c2f2a7ac4a","status":"passed","time":{"start":1707778002162,"stop":1707778002163,"duration":1}},{"uid":"58cd39860fb910ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/58cd39860fb910ed","status":"passed","time":{"start":1707775288506,"stop":1707775288506,"duration":0}},{"uid":"72e6f91ba7c968a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/72e6f91ba7c968a4","status":"passed","time":{"start":1707775094100,"stop":1707775094101,"duration":1}},{"uid":"79bfed5864a517fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bfed5864a517fd","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"duration":0}},{"uid":"c8180050d1725dc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8180050d1725dc4","status":"passed","time":{"start":1707769883615,"stop":1707769883617,"duration":2}},{"uid":"b66b084e657f437d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b084e657f437d","status":"passed","time":{"start":1707759985509,"stop":1707759985510,"duration":1}},{"uid":"58c1352d51f6b771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58c1352d51f6b771","status":"passed","time":{"start":1707757677808,"stop":1707757677808,"duration":0}},{"uid":"5d1d5668de863a1a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d1d5668de863a1a","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"ba52f901c063300f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba52f901c063300f","status":"passed","time":{"start":1707753735499,"stop":1707753735499,"duration":0}},{"uid":"5e23915482c8adce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e23915482c8adce","status":"passed","time":{"start":1707753472966,"stop":1707753472967,"duration":1}},{"uid":"b1f0259cc95f46da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1f0259cc95f46da","status":"passed","time":{"start":1707750845157,"stop":1707750845158,"duration":1}},{"uid":"7b0814003d1b6f58","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b0814003d1b6f58","status":"passed","time":{"start":1707736769673,"stop":1707736769674,"duration":1}},{"uid":"2b162194411772c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b162194411772c","status":"passed","time":{"start":1707735968259,"stop":1707735968259,"duration":0}}]},"tags":[]},"source":"7f10201d1edb459.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/7f1f76751191424b.json b/6406/data/test-cases/7f1f76751191424b.json new file mode 100644 index 00000000000..011f3494bdb --- /dev/null +++ b/6406/data/test-cases/7f1f76751191424b.json @@ -0,0 +1 @@ +{"uid":"7f1f76751191424b","name":"ENRTree (root): should error if DNS root entry signature is invalid","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry signature is invalid","historyId":"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814743,"stop":1707792814743,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"b99902f18f3cdb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b99902f18f3cdb8f","status":"passed","time":{"start":1707777764076,"stop":1707777764077,"duration":1}},{"uid":"65ccc925c6d4c5bc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ccc925c6d4c5bc","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"1ac802ed4b4a8d2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ac802ed4b4a8d2e","status":"passed","time":{"start":1707774842101,"stop":1707774842102,"duration":1}},{"uid":"85de3e36ac2bcf8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/85de3e36ac2bcf8b","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"duration":0}},{"uid":"fa5ae09b5697c0e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa5ae09b5697c0e3","status":"passed","time":{"start":1707769642218,"stop":1707769642219,"duration":1}},{"uid":"da7bf36a8fb454dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da7bf36a8fb454dc","status":"passed","time":{"start":1707759737067,"stop":1707759737067,"duration":0}},{"uid":"d06691c31a2880e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d06691c31a2880e5","status":"passed","time":{"start":1707757431973,"stop":1707757431974,"duration":1}},{"uid":"fbd27f0c756fcee8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbd27f0c756fcee8","status":"passed","time":{"start":1707756061018,"stop":1707756061018,"duration":0}},{"uid":"13109e35e7ef1b0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13109e35e7ef1b0e","status":"passed","time":{"start":1707753479607,"stop":1707753479608,"duration":1}},{"uid":"a2f6561049033ec6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2f6561049033ec6","status":"passed","time":{"start":1707753208306,"stop":1707753208307,"duration":1}},{"uid":"6bb271a029a06da5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bb271a029a06da5","status":"passed","time":{"start":1707750608583,"stop":1707750608583,"duration":0}},{"uid":"76835efc52599d80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/76835efc52599d80","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"fa10edb1f222d2e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa10edb1f222d2e9","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"tags":[]},"source":"7f1f76751191424b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3a6ec2579bf20532.json b/6406/data/test-cases/7fc8e5cb91e5135c.json similarity index 81% rename from 6379/data/test-cases/3a6ec2579bf20532.json rename to 6406/data/test-cases/7fc8e5cb91e5135c.json index 96d3d948fa7..ef065659199 100644 --- a/6379/data/test-cases/3a6ec2579bf20532.json +++ b/6406/data/test-cases/7fc8e5cb91e5135c.json @@ -1 +1 @@ -{"uid":"3a6ec2579bf20532","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":1707419181400,"stop":1707419181400,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"13f3dea6c16ad9ba","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/13f3dea6c16ad9ba","status":"passed","time":{"start":1707418419762,"stop":1707418419762,"duration":0}},{"uid":"93b42d949e28b250","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/93b42d949e28b250","status":"passed","time":{"start":1707418388445,"stop":1707418388445,"duration":0}},{"uid":"507750bee0c0fcff","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/507750bee0c0fcff","status":"passed","time":{"start":1707412796121,"stop":1707412796122,"duration":1}},{"uid":"61b14f08cf1c7eb9","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/61b14f08cf1c7eb9","status":"passed","time":{"start":1707411256081,"stop":1707411256082,"duration":1}},{"uid":"53147686f57a0718","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/53147686f57a0718","status":"passed","time":{"start":1707409690313,"stop":1707409690314,"duration":1}},{"uid":"d02f20871b43775d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d02f20871b43775d","status":"passed","time":{"start":1707409095921,"stop":1707409095921,"duration":0}},{"uid":"8c6f5b175a84c0e4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8c6f5b175a84c0e4","status":"passed","time":{"start":1707409032398,"stop":1707409032398,"duration":0}},{"uid":"f25fbcfcfc6a42ac","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f25fbcfcfc6a42ac","status":"passed","time":{"start":1707408574254,"stop":1707408574254,"duration":0}},{"uid":"c74d1454e461adab","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c74d1454e461adab","status":"passed","time":{"start":1707407633865,"stop":1707407633865,"duration":0}},{"uid":"e4c7452f1059ba76","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e4c7452f1059ba76","status":"passed","time":{"start":1707407545220,"stop":1707407545220,"duration":0}},{"uid":"630a81d0af411325","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/630a81d0af411325","status":"passed","time":{"start":1707404532404,"stop":1707404532408,"duration":4}},{"uid":"6d844519c812c6c4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6d844519c812c6c4","status":"passed","time":{"start":1707375958756,"stop":1707375958756,"duration":0}},{"uid":"69c83c3290346877","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/69c83c3290346877","status":"passed","time":{"start":1707373157753,"stop":1707373157753,"duration":0}},{"uid":"2fd699b087d159ae","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2fd699b087d159ae","status":"passed","time":{"start":1707359355972,"stop":1707359355974,"duration":2}},{"uid":"c550a40bebc74bb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c550a40bebc74bb","status":"passed","time":{"start":1707358094667,"stop":1707358094667,"duration":0}},{"uid":"da91d0ce2c27830a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/da91d0ce2c27830a","status":"passed","time":{"start":1707357164914,"stop":1707357164914,"duration":0}},{"uid":"f69419db1879ee3b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f69419db1879ee3b","status":"passed","time":{"start":1707355248777,"stop":1707355248778,"duration":1}}]},"tags":[]},"source":"3a6ec2579bf20532.json","parameterValues":[]} \ No newline at end of file +{"uid":"7fc8e5cb91e5135c","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":1707793371104,"stop":1707793371105,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"e88d14199962444a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e88d14199962444a","status":"passed","time":{"start":1707778338843,"stop":1707778338843,"duration":0}},{"uid":"fb1c7039e288d607","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fb1c7039e288d607","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"11e917bcfbf43884","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/11e917bcfbf43884","status":"passed","time":{"start":1707775390231,"stop":1707775390232,"duration":1}},{"uid":"22b48c7a1e681bf5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b48c7a1e681bf5","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1}},{"uid":"b907135486ce4b02","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b907135486ce4b02","status":"passed","time":{"start":1707760301813,"stop":1707760301813,"duration":0}},{"uid":"83636b7c90958ab8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83636b7c90958ab8","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"ea5ce863de3c438b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea5ce863de3c438b","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"131b920ea812a56b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/131b920ea812a56b","status":"passed","time":{"start":1707753988881,"stop":1707753988882,"duration":1}},{"uid":"8d2db552b74f0d73","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8d2db552b74f0d73","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"fe0c82906792ad09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe0c82906792ad09","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"b4e7b257fa299877","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b4e7b257fa299877","status":"passed","time":{"start":1707737091310,"stop":1707737091322,"duration":12}},{"uid":"1bf6d1d2af22c46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf6d1d2af22c46","status":"passed","time":{"start":1707736260132,"stop":1707736260132,"duration":0}}]},"tags":[]},"source":"7fc8e5cb91e5135c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/90960cbf31c10e49.json b/6406/data/test-cases/7fe3d1283a338d0f.json similarity index 85% rename from 6379/data/test-cases/90960cbf31c10e49.json rename to 6406/data/test-cases/7fe3d1283a338d0f.json index d778204802e..4c029741109 100644 --- a/6379/data/test-cases/90960cbf31c10e49.json +++ b/6406/data/test-cases/7fe3d1283a338d0f.json @@ -1 +1 @@ -{"uid":"90960cbf31c10e49","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":1707419080391,"stop":1707419080391,"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":18,"unknown":0,"total":18},"items":[{"uid":"ad66fb468a06da14","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ad66fb468a06da14","status":"passed","time":{"start":1707418322009,"stop":1707418322009,"duration":0}},{"uid":"316e1668af6be94b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/316e1668af6be94b","status":"passed","time":{"start":1707418259971,"stop":1707418259973,"duration":2}},{"uid":"7c8415837804dc95","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7c8415837804dc95","status":"passed","time":{"start":1707412707100,"stop":1707412707101,"duration":1}},{"uid":"b04dcda72c4bcd8f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b04dcda72c4bcd8f","status":"passed","time":{"start":1707411118083,"stop":1707411118083,"duration":0}},{"uid":"80f819c5e9900133","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/80f819c5e9900133","status":"passed","time":{"start":1707409587902,"stop":1707409587908,"duration":6}},{"uid":"fb1e50f2674b8208","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fb1e50f2674b8208","status":"passed","time":{"start":1707408980199,"stop":1707408980199,"duration":0}},{"uid":"52f9936218becce6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/52f9936218becce6","status":"passed","time":{"start":1707408927101,"stop":1707408927102,"duration":1}},{"uid":"8d7430cad105cbf5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8d7430cad105cbf5","status":"passed","time":{"start":1707408458721,"stop":1707408458722,"duration":1}},{"uid":"83349f65893bda1b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/83349f65893bda1b","status":"passed","time":{"start":1707407520209,"stop":1707407520210,"duration":1}},{"uid":"f24a28b7c2e3947b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f24a28b7c2e3947b","status":"passed","time":{"start":1707407427619,"stop":1707407427619,"duration":0}},{"uid":"e5051e527bf69e7d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e5051e527bf69e7d","status":"passed","time":{"start":1707404404298,"stop":1707404404298,"duration":0}},{"uid":"215e51b58a3164a9","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/215e51b58a3164a9","status":"passed","time":{"start":1707375846748,"stop":1707375846748,"duration":0}},{"uid":"a03f9cdb7162e021","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a03f9cdb7162e021","status":"passed","time":{"start":1707373035614,"stop":1707373035615,"duration":1}},{"uid":"40a2a9ce9f43d27c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/40a2a9ce9f43d27c","status":"passed","time":{"start":1707359236201,"stop":1707359236201,"duration":0}},{"uid":"f87bf70520781c4d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f87bf70520781c4d","status":"passed","time":{"start":1707357965152,"stop":1707357965172,"duration":20}},{"uid":"ade7bb19b6bbc3dd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ade7bb19b6bbc3dd","status":"passed","time":{"start":1707357048191,"stop":1707357048191,"duration":0}},{"uid":"c7e15a405fc80328","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c7e15a405fc80328","status":"passed","time":{"start":1707355141602,"stop":1707355141603,"duration":1}}]},"tags":[]},"source":"90960cbf31c10e49.json","parameterValues":[]} \ No newline at end of file +{"uid":"7fe3d1283a338d0f","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":1707793238860,"stop":1707793238860,"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":14,"unknown":0,"total":14},"items":[{"uid":"eb52abacde65fe49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb52abacde65fe49","status":"passed","time":{"start":1707778202462,"stop":1707778202462,"duration":0}},{"uid":"36eb102c70d5406f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36eb102c70d5406f","status":"passed","time":{"start":1707775486603,"stop":1707775486604,"duration":1}},{"uid":"73ae4a3b0f5827eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ae4a3b0f5827eb","status":"passed","time":{"start":1707775300126,"stop":1707775300126,"duration":0}},{"uid":"b069cb9fc4d3f10f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b069cb9fc4d3f10f","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1}},{"uid":"74fe7f67067b75af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/74fe7f67067b75af","status":"passed","time":{"start":1707770051358,"stop":1707770051359,"duration":1}},{"uid":"7412567ad8281e74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7412567ad8281e74","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"5891df92a5c50b8b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5891df92a5c50b8b","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"2a2c66875c1fe04c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a2c66875c1fe04c","status":"passed","time":{"start":1707756499891,"stop":1707756499891,"duration":0}},{"uid":"60398fc8bf98d9f2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60398fc8bf98d9f2","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"29256b6d8deed43a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29256b6d8deed43a","status":"passed","time":{"start":1707753647458,"stop":1707753647459,"duration":1}},{"uid":"43acf54484a48a68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43acf54484a48a68","status":"passed","time":{"start":1707751019560,"stop":1707751019561,"duration":1}},{"uid":"c18994df3a1f8dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c18994df3a1f8dea","status":"passed","time":{"start":1707736947832,"stop":1707736947833,"duration":1}},{"uid":"669883015dde7697","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/669883015dde7697","status":"passed","time":{"start":1707736152490,"stop":1707736152490,"duration":0}}]},"tags":[]},"source":"7fe3d1283a338d0f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8050b14544960611.json b/6406/data/test-cases/8050b14544960611.json new file mode 100644 index 00000000000..21e0901a458 --- /dev/null +++ b/6406/data/test-cases/8050b14544960611.json @@ -0,0 +1 @@ +{"uid":"8050b14544960611","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":1707793371105,"stop":1707793371105,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"8c1526dee5f0d95d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c1526dee5f0d95d","status":"passed","time":{"start":1707778338844,"stop":1707778338844,"duration":0}},{"uid":"6dc4c08978970761","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc4c08978970761","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"87b8c24fcffd65ae","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87b8c24fcffd65ae","status":"passed","time":{"start":1707775390232,"stop":1707775390232,"duration":0}},{"uid":"96cf2fc15d09eb11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96cf2fc15d09eb11","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"af464b9bfdc0d388","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af464b9bfdc0d388","status":"passed","time":{"start":1707760301813,"stop":1707760301815,"duration":2}},{"uid":"3e322ccfda7f04d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e322ccfda7f04d4","status":"passed","time":{"start":1707758006710,"stop":1707758006711,"duration":1}},{"uid":"1aafdeb0c303ec35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1aafdeb0c303ec35","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"ddadda5d07d8f73f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddadda5d07d8f73f","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"ec102413a3d70223","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec102413a3d70223","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"dc1dfc2a7d760adf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc1dfc2a7d760adf","status":"passed","time":{"start":1707751162313,"stop":1707751162314,"duration":1}},{"uid":"c3448afd893517fe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3448afd893517fe","status":"passed","time":{"start":1707737091322,"stop":1707737091322,"duration":0}},{"uid":"19c9f0689010632e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19c9f0689010632e","status":"passed","time":{"start":1707736260132,"stop":1707736260133,"duration":1}}]},"tags":[]},"source":"8050b14544960611.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6e9abeb1cd2b8d79.json b/6406/data/test-cases/80a64f10810e0cad.json similarity index 81% rename from 6379/data/test-cases/6e9abeb1cd2b8d79.json rename to 6406/data/test-cases/80a64f10810e0cad.json index 76543d81c35..cfd814151f5 100644 --- a/6379/data/test-cases/6e9abeb1cd2b8d79.json +++ b/6406/data/test-cases/80a64f10810e0cad.json @@ -1 +1 @@ -{"uid":"6e9abeb1cd2b8d79","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":1707419181441,"stop":1707419181441,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"afbfcedddd55475e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/afbfcedddd55475e","status":"passed","time":{"start":1707418419811,"stop":1707418419812,"duration":1}},{"uid":"3ecc53758c796858","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3ecc53758c796858","status":"passed","time":{"start":1707418388461,"stop":1707418388461,"duration":0}},{"uid":"59e977333c24c823","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/59e977333c24c823","status":"passed","time":{"start":1707412796169,"stop":1707412796169,"duration":0}},{"uid":"624d5669f2b5ed6f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/624d5669f2b5ed6f","status":"passed","time":{"start":1707411256117,"stop":1707411256117,"duration":0}},{"uid":"6559690b139491f7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6559690b139491f7","status":"passed","time":{"start":1707409690325,"stop":1707409690325,"duration":0}},{"uid":"7fdd1e3b6cb1b3dc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7fdd1e3b6cb1b3dc","status":"passed","time":{"start":1707409095935,"stop":1707409095936,"duration":1}},{"uid":"43e33766b0bbf7a9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/43e33766b0bbf7a9","status":"passed","time":{"start":1707409032439,"stop":1707409032440,"duration":1}},{"uid":"66b90d549aa6e616","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/66b90d549aa6e616","status":"passed","time":{"start":1707408574280,"stop":1707408574280,"duration":0}},{"uid":"73ca4f54c570ef45","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/73ca4f54c570ef45","status":"passed","time":{"start":1707407633897,"stop":1707407633898,"duration":1}},{"uid":"118ef92255292b54","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/118ef92255292b54","status":"passed","time":{"start":1707407545264,"stop":1707407545264,"duration":0}},{"uid":"62640d8776792bce","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/62640d8776792bce","status":"passed","time":{"start":1707404532462,"stop":1707404532462,"duration":0}},{"uid":"145448a11121c585","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/145448a11121c585","status":"passed","time":{"start":1707375958829,"stop":1707375958829,"duration":0}},{"uid":"8f626a19bb607603","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8f626a19bb607603","status":"passed","time":{"start":1707373157779,"stop":1707373157779,"duration":0}},{"uid":"99055dc82fa4d311","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/99055dc82fa4d311","status":"passed","time":{"start":1707359356000,"stop":1707359356000,"duration":0}},{"uid":"87e1a89fdc6e640c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/87e1a89fdc6e640c","status":"passed","time":{"start":1707358094705,"stop":1707358094705,"duration":0}},{"uid":"3a1d47c40f0a495e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3a1d47c40f0a495e","status":"passed","time":{"start":1707357164929,"stop":1707357164929,"duration":0}},{"uid":"1b0d0a1ea238cf02","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1b0d0a1ea238cf02","status":"passed","time":{"start":1707355248791,"stop":1707355248791,"duration":0}}]},"tags":[]},"source":"6e9abeb1cd2b8d79.json","parameterValues":[]} \ No newline at end of file +{"uid":"80a64f10810e0cad","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":1707793371117,"stop":1707793371117,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"c08cd4b85026c970","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c08cd4b85026c970","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"8ab5e3745f999f45","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ab5e3745f999f45","status":"passed","time":{"start":1707775602041,"stop":1707775602041,"duration":0}},{"uid":"215c04a04c4e7bc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/215c04a04c4e7bc0","status":"passed","time":{"start":1707775390250,"stop":1707775390251,"duration":1}},{"uid":"7c44fbf0fc3e9e37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c44fbf0fc3e9e37","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1}},{"uid":"5f6554177da7c335","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6554177da7c335","status":"passed","time":{"start":1707769968733,"stop":1707769968734,"duration":1}},{"uid":"7cb90ecc0d444626","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cb90ecc0d444626","status":"passed","time":{"start":1707760301826,"stop":1707760301827,"duration":1}},{"uid":"765e18ca04b72675","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/765e18ca04b72675","status":"passed","time":{"start":1707758006723,"stop":1707758006724,"duration":1}},{"uid":"892c615f704079f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/892c615f704079f1","status":"passed","time":{"start":1707756617062,"stop":1707756617062,"duration":0}},{"uid":"f03250f69141de60","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f03250f69141de60","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}},{"uid":"ea02f699498debdd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea02f699498debdd","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"c9592a2299f0f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9592a2299f0f55","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"722382f7c9cc7154","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/722382f7c9cc7154","status":"passed","time":{"start":1707737091377,"stop":1707737091384,"duration":7}},{"uid":"6a5824b038f17d8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a5824b038f17d8e","status":"passed","time":{"start":1707736260163,"stop":1707736260164,"duration":1}}]},"tags":[]},"source":"80a64f10810e0cad.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/80e14ac0962a215f.json b/6406/data/test-cases/80e14ac0962a215f.json new file mode 100644 index 00000000000..ad9b4aa2354 --- /dev/null +++ b/6406/data/test-cases/80e14ac0962a215f.json @@ -0,0 +1 @@ +{"uid":"80e14ac0962a215f","name":"3 nodes on /waku/2/rs/3/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/1 topic","historyId":"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793142796,"stop":1707793142796,"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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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":14,"unknown":0,"total":14},"items":[{"uid":"842fa205dc62413f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/842fa205dc62413f","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"94c2f1275ea683cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/94c2f1275ea683cf","status":"passed","time":{"start":1707775384054,"stop":1707775384054,"duration":0}},{"uid":"656a3c5e63132c78","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/656a3c5e63132c78","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"6934684d234a8639","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6934684d234a8639","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"duration":1}},{"uid":"c5cced4363cb4ad9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5cced4363cb4ad9","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"d0f10cf39a61758f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d0f10cf39a61758f","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"554cd68c304a46d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/554cd68c304a46d6","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"2f54580cde919406","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2f54580cde919406","status":"passed","time":{"start":1707756396101,"stop":1707756396102,"duration":1}},{"uid":"e01b2d192082865f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e01b2d192082865f","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"dab0f19231535e90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dab0f19231535e90","status":"passed","time":{"start":1707753563098,"stop":1707753563104,"duration":6}},{"uid":"b8e43d6762acda52","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8e43d6762acda52","status":"passed","time":{"start":1707750940657,"stop":1707750940658,"duration":1}},{"uid":"33f7f49f576f1d45","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33f7f49f576f1d45","status":"passed","time":{"start":1707736870545,"stop":1707736870546,"duration":1}},{"uid":"4b43915a241eb522","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b43915a241eb522","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"tags":[]},"source":"80e14ac0962a215f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/55a56f137f1885af.json b/6406/data/test-cases/80fdb3fe15a04e36.json similarity index 81% rename from 6379/data/test-cases/55a56f137f1885af.json rename to 6406/data/test-cases/80fdb3fe15a04e36.json index 37f7d0a4de0..c244074af5c 100644 --- a/6379/data/test-cases/55a56f137f1885af.json +++ b/6406/data/test-cases/80fdb3fe15a04e36.json @@ -1 +1 @@ -{"uid":"55a56f137f1885af","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":1707419181441,"stop":1707419181441,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"75ef0cecf25db72d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/75ef0cecf25db72d","status":"passed","time":{"start":1707418419812,"stop":1707418419813,"duration":1}},{"uid":"da645ac17cf5e011","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/da645ac17cf5e011","status":"passed","time":{"start":1707418388462,"stop":1707418388462,"duration":0}},{"uid":"e8e364deb4f48ab2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e8e364deb4f48ab2","status":"passed","time":{"start":1707412796169,"stop":1707412796170,"duration":1}},{"uid":"cbcad7f21acea61c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/cbcad7f21acea61c","status":"passed","time":{"start":1707411256117,"stop":1707411256118,"duration":1}},{"uid":"304a6eba9e6b1bf5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/304a6eba9e6b1bf5","status":"passed","time":{"start":1707409690325,"stop":1707409690325,"duration":0}},{"uid":"a8c4cba50284cc6a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a8c4cba50284cc6a","status":"passed","time":{"start":1707409095936,"stop":1707409095936,"duration":0}},{"uid":"4b38b65ed7ad4d14","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4b38b65ed7ad4d14","status":"passed","time":{"start":1707409032440,"stop":1707409032441,"duration":1}},{"uid":"8d3c98d9d639e51a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8d3c98d9d639e51a","status":"passed","time":{"start":1707408574281,"stop":1707408574281,"duration":0}},{"uid":"4196f977dfbdb825","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4196f977dfbdb825","status":"passed","time":{"start":1707407633898,"stop":1707407633899,"duration":1}},{"uid":"f9fc7064a8eed25f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f9fc7064a8eed25f","status":"passed","time":{"start":1707407545264,"stop":1707407545264,"duration":0}},{"uid":"fca3d4474c9393d4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fca3d4474c9393d4","status":"passed","time":{"start":1707404532463,"stop":1707404532463,"duration":0}},{"uid":"78fbc51e92b2ce46","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/78fbc51e92b2ce46","status":"passed","time":{"start":1707375958829,"stop":1707375958830,"duration":1}},{"uid":"bc76f483fcce76c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/bc76f483fcce76c","status":"passed","time":{"start":1707373157779,"stop":1707373157779,"duration":0}},{"uid":"fa0f9c815b9e41f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fa0f9c815b9e41f8","status":"passed","time":{"start":1707359356000,"stop":1707359356000,"duration":0}},{"uid":"afc28d22a2e63ecc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/afc28d22a2e63ecc","status":"passed","time":{"start":1707358094706,"stop":1707358094706,"duration":0}},{"uid":"9349fa18e3af9d7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9349fa18e3af9d7","status":"passed","time":{"start":1707357164929,"stop":1707357164930,"duration":1}},{"uid":"bf280c50664af2e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/bf280c50664af2e","status":"passed","time":{"start":1707355248792,"stop":1707355248792,"duration":0}}]},"tags":[]},"source":"55a56f137f1885af.json","parameterValues":[]} \ No newline at end of file +{"uid":"80fdb3fe15a04e36","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":1707793371117,"stop":1707793371118,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"6cfa8b3c1ffbf07f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6cfa8b3c1ffbf07f","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"633d520a1656b5e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/633d520a1656b5e6","status":"passed","time":{"start":1707775602041,"stop":1707775602042,"duration":1}},{"uid":"3e015f2ec9a19b51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e015f2ec9a19b51","status":"passed","time":{"start":1707775390251,"stop":1707775390251,"duration":0}},{"uid":"bdb2272296720fd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdb2272296720fd9","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"duration":0}},{"uid":"d6f2f4c9b6ead185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f2f4c9b6ead185","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"5b29222c7088b22","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b29222c7088b22","status":"passed","time":{"start":1707760301827,"stop":1707760301827,"duration":0}},{"uid":"82bac9589c21735c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/82bac9589c21735c","status":"passed","time":{"start":1707758006724,"stop":1707758006724,"duration":0}},{"uid":"f2efd24fa3db243a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f2efd24fa3db243a","status":"passed","time":{"start":1707756617062,"stop":1707756617063,"duration":1}},{"uid":"37d62521a708782d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37d62521a708782d","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"52575ff3d3c0da2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/52575ff3d3c0da2","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"fb940e17e990dc04","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb940e17e990dc04","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"ad79e3774d99a01f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad79e3774d99a01f","status":"passed","time":{"start":1707737091384,"stop":1707737091385,"duration":1}},{"uid":"195c7736ac46c9ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/195c7736ac46c9ee","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"tags":[]},"source":"80fdb3fe15a04e36.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/168a1528cd69e500.json b/6406/data/test-cases/811919cbcd121669.json similarity index 96% rename from 6379/data/test-cases/168a1528cd69e500.json rename to 6406/data/test-cases/811919cbcd121669.json index 4f5e3f80cfc..0cacb30d5cd 100644 --- a/6379/data/test-cases/168a1528cd69e500.json +++ b/6406/data/test-cases/811919cbcd121669.json @@ -1 +1 @@ -{"uid":"168a1528cd69e500","name":"Publish message with custom timestamp: Thu Feb 08 2024 20:03:03 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Feb 08 2024 20:03:03 GMT+0000 (Coordinated Universal Time)","historyId":"7973760033faf93ae206258b864a62c8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418998147,"stop":1707418998148,"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":"168a1528cd69e500.json","parameterValues":[]} \ No newline at end of file +{"uid":"811919cbcd121669","name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","historyId":"d6c96184ac55c93358b0d3240a481d0f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793153224,"stop":1707793153225,"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":"811919cbcd121669.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/813074e0d382e81.json b/6406/data/test-cases/813074e0d382e81.json new file mode 100644 index 00000000000..06d6a051b00 --- /dev/null +++ b/6406/data/test-cases/813074e0d382e81.json @@ -0,0 +1 @@ +{"uid":"813074e0d382e81","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":1707792849459,"stop":1707792849459,"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":14,"unknown":0,"total":14},"items":[{"uid":"2b9104be9d1d5e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b9104be9d1d5e7","status":"passed","time":{"start":1707777798759,"stop":1707777798760,"duration":1}},{"uid":"7e24f0ccfedccffe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e24f0ccfedccffe","status":"passed","time":{"start":1707775072150,"stop":1707775072150,"duration":0}},{"uid":"1e82797d33862c64","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e82797d33862c64","status":"passed","time":{"start":1707774880419,"stop":1707774880419,"duration":0}},{"uid":"aa1d93311ac9db5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa1d93311ac9db5a","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"duration":0}},{"uid":"7aacff775ffed3b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7aacff775ffed3b1","status":"passed","time":{"start":1707769677702,"stop":1707769677703,"duration":1}},{"uid":"3292d7d2a21f1fe4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3292d7d2a21f1fe4","status":"passed","time":{"start":1707759769673,"stop":1707759769673,"duration":0}},{"uid":"c8e4acf5d9178f8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8e4acf5d9178f8","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"157e90f175a8ca22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/157e90f175a8ca22","status":"passed","time":{"start":1707756096176,"stop":1707756096178,"duration":2}},{"uid":"8189d7f9aaa86077","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8189d7f9aaa86077","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"18d0169aefea381e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18d0169aefea381e","status":"passed","time":{"start":1707753244727,"stop":1707753244728,"duration":1}},{"uid":"3906da05c3f3bea1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3906da05c3f3bea1","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"deeb33e551918b68","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb33e551918b68","status":"passed","time":{"start":1707736558645,"stop":1707736558646,"duration":1}},{"uid":"99d82551ead60080","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/99d82551ead60080","status":"passed","time":{"start":1707735743490,"stop":1707735743496,"duration":6}}]},"tags":[]},"source":"813074e0d382e81.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/86681ee236c538d7.json b/6406/data/test-cases/81d971dbb1c524a3.json similarity index 87% rename from 6379/data/test-cases/86681ee236c538d7.json rename to 6406/data/test-cases/81d971dbb1c524a3.json index 58332ba7ec0..dd2919d5fb2 100644 --- a/6379/data/test-cases/86681ee236c538d7.json +++ b/6406/data/test-cases/81d971dbb1c524a3.json @@ -1 +1 @@ -{"uid":"86681ee236c538d7","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":1707419247773,"stop":1707419247774,"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":17,"unknown":0,"total":17},"items":[{"uid":"5fa472f581974896","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5fa472f581974896","status":"passed","time":{"start":1707418479340,"stop":1707418479341,"duration":1}},{"uid":"f857e67312525e6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f857e67312525e6","status":"passed","time":{"start":1707418420797,"stop":1707418420797,"duration":0}},{"uid":"a7326b2ce9867205","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a7326b2ce9867205","status":"passed","time":{"start":1707412716433,"stop":1707412716434,"duration":1}},{"uid":"33d3e8050ca431a5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/33d3e8050ca431a5","status":"passed","time":{"start":1707411275213,"stop":1707411275214,"duration":1}},{"uid":"c36828d00033b0b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c36828d00033b0b","status":"passed","time":{"start":1707409745068,"stop":1707409745068,"duration":0}},{"uid":"fcb19f77a1d09ba5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fcb19f77a1d09ba5","status":"passed","time":{"start":1707409135320,"stop":1707409135320,"duration":0}},{"uid":"141832b628e7cff1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/141832b628e7cff1","status":"passed","time":{"start":1707409077132,"stop":1707409077132,"duration":0}},{"uid":"76d328a8d066e92","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/76d328a8d066e92","status":"passed","time":{"start":1707408618357,"stop":1707408618357,"duration":0}},{"uid":"106b1ed44c20d5f7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/106b1ed44c20d5f7","status":"passed","time":{"start":1707407695604,"stop":1707407695606,"duration":2}},{"uid":"716445795e7af722","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/716445795e7af722","status":"passed","time":{"start":1707407563839,"stop":1707407563839,"duration":0}},{"uid":"e36db8ac8a802c02","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e36db8ac8a802c02","status":"passed","time":{"start":1707404565400,"stop":1707404565400,"duration":0}},{"uid":"b66f0a1658e58dc6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b66f0a1658e58dc6","status":"passed","time":{"start":1707376005066,"stop":1707376005066,"duration":0}},{"uid":"df491b041af9bf09","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/df491b041af9bf09","status":"passed","time":{"start":1707373209930,"stop":1707373209930,"duration":0}},{"uid":"d5f191a742b6c1c1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d5f191a742b6c1c1","status":"passed","time":{"start":1707359407157,"stop":1707359407158,"duration":1}},{"uid":"6b4b9a4daed4b794","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6b4b9a4daed4b794","status":"passed","time":{"start":1707358162772,"stop":1707358162772,"duration":0}},{"uid":"f01005113de32915","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f01005113de32915","status":"passed","time":{"start":1707355687993,"stop":1707355687994,"duration":1}}]},"tags":[]},"source":"86681ee236c538d7.json","parameterValues":[]} \ No newline at end of file +{"uid":"81d971dbb1c524a3","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":1707793370634,"stop":1707793370634,"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":13,"unknown":0,"total":13},"items":[{"uid":"4e3b833b12007e5d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e3b833b12007e5d","status":"passed","time":{"start":1707778386483,"stop":1707778386483,"duration":0}},{"uid":"f1d7f17f810d3d4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1d7f17f810d3d4e","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"41b53bf1733dc76d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41b53bf1733dc76d","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"2b733eb6dc05c04e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b733eb6dc05c04e","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"duration":0}},{"uid":"8dbda51d4668accd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbda51d4668accd","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"3c78511311f18e03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c78511311f18e03","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"eeea93b4a61c5c3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eeea93b4a61c5c3b","status":"passed","time":{"start":1707758023535,"stop":1707758023535,"duration":0}},{"uid":"69ef65538c38e4f7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69ef65538c38e4f7","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"a36c361fb80e7208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a36c361fb80e7208","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"d80623ace3f3150","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d80623ace3f3150","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"ab4a07614640e73b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab4a07614640e73b","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"60958f71d57ac132","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60958f71d57ac132","status":"passed","time":{"start":1707736322659,"stop":1707736322660,"duration":1}}]},"tags":[]},"source":"81d971dbb1c524a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8241451025eaf79c.json b/6406/data/test-cases/8241451025eaf79c.json new file mode 100644 index 00000000000..ee44289d220 --- /dev/null +++ b/6406/data/test-cases/8241451025eaf79c.json @@ -0,0 +1 @@ +{"uid":"8241451025eaf79c","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":1707793142779,"stop":1707793142780,"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":14,"unknown":0,"total":14},"items":[{"uid":"8e2ee1662de4f14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e2ee1662de4f14","status":"passed","time":{"start":1707778103142,"stop":1707778103142,"duration":0}},{"uid":"dbd6ca6bff92c55e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbd6ca6bff92c55e","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"8ae1d71b7713d996","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ae1d71b7713d996","status":"passed","time":{"start":1707775193312,"stop":1707775193313,"duration":1}},{"uid":"7f844e37a53d3d64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f844e37a53d3d64","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1}},{"uid":"df7613e1845aa2eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/df7613e1845aa2eb","status":"passed","time":{"start":1707769979912,"stop":1707769979912,"duration":0}},{"uid":"455b89ee3660e206","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/455b89ee3660e206","status":"passed","time":{"start":1707760084096,"stop":1707760084096,"duration":0}},{"uid":"26f8304db1a29be5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/26f8304db1a29be5","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"b650a8368c7884eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b650a8368c7884eb","status":"passed","time":{"start":1707756396097,"stop":1707756396098,"duration":1}},{"uid":"94e9b7a2ee09be0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94e9b7a2ee09be0e","status":"passed","time":{"start":1707753781753,"stop":1707753781753,"duration":0}},{"uid":"cf5c3aaad19f9a72","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cf5c3aaad19f9a72","status":"passed","time":{"start":1707753563056,"stop":1707753563057,"duration":1}},{"uid":"5e40a9c8a14c1a48","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e40a9c8a14c1a48","status":"passed","time":{"start":1707750940646,"stop":1707750940646,"duration":0}},{"uid":"8e42d0df769f8c7e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e42d0df769f8c7e","status":"passed","time":{"start":1707736870538,"stop":1707736870539,"duration":1}},{"uid":"43351bfab45c27e4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/43351bfab45c27e4","status":"passed","time":{"start":1707736068809,"stop":1707736068810,"duration":1}}]},"tags":[]},"source":"8241451025eaf79c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c96b1c4c5534eb51.json b/6406/data/test-cases/8279a10bff3b46fc.json similarity index 79% rename from 6379/data/test-cases/c96b1c4c5534eb51.json rename to 6406/data/test-cases/8279a10bff3b46fc.json index dcc00ccc50c..cc0ebd72d2c 100644 --- a/6379/data/test-cases/c96b1c4c5534eb51.json +++ b/6406/data/test-cases/8279a10bff3b46fc.json @@ -1 +1 @@ -{"uid":"c96b1c4c5534eb51","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":1707418841942,"stop":1707418841942,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"5d2bd63bffd13266","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5d2bd63bffd13266","status":"passed","time":{"start":1707418071901,"stop":1707418071901,"duration":0}},{"uid":"6446f4e472b66831","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6446f4e472b66831","status":"passed","time":{"start":1707418027865,"stop":1707418027865,"duration":0}},{"uid":"9292ce1a7f48a585","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9292ce1a7f48a585","status":"passed","time":{"start":1707412447295,"stop":1707412447296,"duration":1}},{"uid":"f92e7e8cc088e95d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f92e7e8cc088e95d","status":"passed","time":{"start":1707410887041,"stop":1707410887041,"duration":0}},{"uid":"441abd68c1a5b449","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/441abd68c1a5b449","status":"passed","time":{"start":1707409360834,"stop":1707409360835,"duration":1}},{"uid":"80b745c6f51ae958","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/80b745c6f51ae958","status":"passed","time":{"start":1707408754552,"stop":1707408754552,"duration":0}},{"uid":"3c3d1bb4b2888ae5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3c3d1bb4b2888ae5","status":"passed","time":{"start":1707408697997,"stop":1707408697998,"duration":1}},{"uid":"9f8dd748833e2224","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9f8dd748833e2224","status":"passed","time":{"start":1707408233038,"stop":1707408233038,"duration":0}},{"uid":"ad7ba403a8824310","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ad7ba403a8824310","status":"passed","time":{"start":1707407282978,"stop":1707407282979,"duration":1}},{"uid":"409fee0600ff31e6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/409fee0600ff31e6","status":"passed","time":{"start":1707407158626,"stop":1707407158627,"duration":1}},{"uid":"d5875b3d26b648e3","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d5875b3d26b648e3","status":"passed","time":{"start":1707404183597,"stop":1707404183597,"duration":0}},{"uid":"aa9d63c1ee1fd2c2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/aa9d63c1ee1fd2c2","status":"passed","time":{"start":1707375605093,"stop":1707375605094,"duration":1}},{"uid":"a5a19c260aea82e4","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a5a19c260aea82e4","status":"passed","time":{"start":1707372815521,"stop":1707372815522,"duration":1}},{"uid":"e07d6e4071becbde","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e07d6e4071becbde","status":"passed","time":{"start":1707358982996,"stop":1707358982996,"duration":0}},{"uid":"6048b786304d5ff0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6048b786304d5ff0","status":"passed","time":{"start":1707357747312,"stop":1707357747312,"duration":0}},{"uid":"8a0ec70b2737b1c5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8a0ec70b2737b1c5","status":"passed","time":{"start":1707356855806,"stop":1707356855806,"duration":0}},{"uid":"a5f5ad7d3223419c","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a5f5ad7d3223419c","status":"passed","time":{"start":1707354894944,"stop":1707354894944,"duration":0}}]},"tags":[]},"source":"c96b1c4c5534eb51.json","parameterValues":[]} \ No newline at end of file +{"uid":"8279a10bff3b46fc","name":"Check message with extra parameter is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with extra parameter is not received","historyId":"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793028290,"stop":1707793028291,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"d2672f2c70ee28ab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d2672f2c70ee28ab","status":"passed","time":{"start":1707777973006,"stop":1707777973009,"duration":3}},{"uid":"970f828a155ac13a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/970f828a155ac13a","status":"passed","time":{"start":1707775244535,"stop":1707775244536,"duration":1}},{"uid":"e7c35206ea65786f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7c35206ea65786f","status":"passed","time":{"start":1707775050824,"stop":1707775050825,"duration":1}},{"uid":"b682ed96ee2e7243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b682ed96ee2e7243","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"duration":1}},{"uid":"968e28466d117cfb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/968e28466d117cfb","status":"passed","time":{"start":1707769843152,"stop":1707769843153,"duration":1}},{"uid":"97daa71c55ec1ea1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97daa71c55ec1ea1","status":"passed","time":{"start":1707759965212,"stop":1707759965219,"duration":7}},{"uid":"48edc474cddd2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/48edc474cddd2105","status":"passed","time":{"start":1707757644396,"stop":1707757644397,"duration":1}},{"uid":"1b4963bfe76b749f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b4963bfe76b749f","status":"passed","time":{"start":1707756267918,"stop":1707756267919,"duration":1}},{"uid":"6f09c270c9a64baa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f09c270c9a64baa","status":"passed","time":{"start":1707753668084,"stop":1707753668085,"duration":1}},{"uid":"abfad69a12f56102","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfad69a12f56102","status":"passed","time":{"start":1707753423544,"stop":1707753423544,"duration":0}},{"uid":"70a85accb19400e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70a85accb19400e7","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"484c470ceaa2a08a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/484c470ceaa2a08a","status":"passed","time":{"start":1707736730662,"stop":1707736730662,"duration":0}},{"uid":"4b0f2f6680bd0abd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b0f2f6680bd0abd","status":"passed","time":{"start":1707735912135,"stop":1707735912136,"duration":1}}]},"tags":[]},"source":"8279a10bff3b46fc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/827f6b5b66c8c251.json b/6406/data/test-cases/827f6b5b66c8c251.json new file mode 100644 index 00000000000..325589fc05e --- /dev/null +++ b/6406/data/test-cases/827f6b5b66c8c251.json @@ -0,0 +1 @@ +{"uid":"827f6b5b66c8c251","name":"should return false","fullName":"/src/enr.spec.ts: ENR > Verify > should return false","historyId":"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800813,"stop":1707792800813,"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":14,"unknown":0,"total":14},"items":[{"uid":"a7df679d87a75ee2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7df679d87a75ee2","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"bd8caf93f4b4a227","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd8caf93f4b4a227","status":"passed","time":{"start":1707775026263,"stop":1707775026264,"duration":1}},{"uid":"670f1b79f6b81175","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/670f1b79f6b81175","status":"passed","time":{"start":1707774827853,"stop":1707774827854,"duration":1}},{"uid":"e7dbfed8acf6fed5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7dbfed8acf6fed5","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1}},{"uid":"a341209d23574275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a341209d23574275","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"270460c103dc732","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/270460c103dc732","status":"passed","time":{"start":1707759722864,"stop":1707759722865,"duration":1}},{"uid":"bee1e336b803dc1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bee1e336b803dc1e","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"9c8d6813359de50f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9c8d6813359de50f","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"57d1643b12820acd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d1643b12820acd","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"29ab616a8544ae22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29ab616a8544ae22","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"2cdb817bcb23ddef","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cdb817bcb23ddef","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"4d1d657fb82f116f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d1d657fb82f116f","status":"passed","time":{"start":1707736511736,"stop":1707736511736,"duration":0}},{"uid":"77a8f1c7ef0e7c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77a8f1c7ef0e7c82","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"tags":[]},"source":"827f6b5b66c8c251.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/82ab530d3651190b.json b/6406/data/test-cases/82ab530d3651190b.json new file mode 100644 index 00000000000..3f9f668f141 --- /dev/null +++ b/6406/data/test-cases/82ab530d3651190b.json @@ -0,0 +1 @@ +{"uid":"82ab530d3651190b","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":1707793369032,"stop":1707793369034,"duration":2},"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":14,"unknown":0,"total":14},"items":[{"uid":"7e1defe6181eb88c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e1defe6181eb88c","status":"passed","time":{"start":1707778332048,"stop":1707778332049,"duration":1}},{"uid":"e686e75131315261","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e686e75131315261","status":"passed","time":{"start":1707775601725,"stop":1707775601725,"duration":0}},{"uid":"efeba9144ae54a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/efeba9144ae54a19","status":"passed","time":{"start":1707775415218,"stop":1707775415218,"duration":0}},{"uid":"5ebc808ddb129d90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ebc808ddb129d90","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0}},{"uid":"b8f7d670d3af694","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8f7d670d3af694","status":"passed","time":{"start":1707770103221,"stop":1707770103222,"duration":1}},{"uid":"378b643f8936dfc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/378b643f8936dfc9","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"8512e13d246f58be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8512e13d246f58be","status":"passed","time":{"start":1707757995157,"stop":1707757995158,"duration":1}},{"uid":"3735dea920f851d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3735dea920f851d7","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"234d25a8eefb6c72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/234d25a8eefb6c72","status":"passed","time":{"start":1707753925424,"stop":1707753925425,"duration":1}},{"uid":"1e6b90a67d78276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e6b90a67d78276a","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"33ecba93ff1ae40e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ecba93ff1ae40e","status":"passed","time":{"start":1707751137101,"stop":1707751137101,"duration":0}},{"uid":"2d53eaa9a5bec6b9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d53eaa9a5bec6b9","status":"passed","time":{"start":1707737056798,"stop":1707737056798,"duration":0}},{"uid":"f442f5e9adc5c28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f442f5e9adc5c28","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"tags":[]},"source":"82ab530d3651190b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/82e99f2ca6fbc61.json b/6406/data/test-cases/82e99f2ca6fbc61.json new file mode 100644 index 00000000000..0f55a65aeca --- /dev/null +++ b/6406/data/test-cases/82e99f2ca6fbc61.json @@ -0,0 +1 @@ +{"uid":"82e99f2ca6fbc61","name":"Query Generator - forward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - forward","historyId":"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793383649,"stop":1707793383649,"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":14,"unknown":0,"total":14},"items":[{"uid":"4ee89297ddb10969","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ee89297ddb10969","status":"passed","time":{"start":1707778343611,"stop":1707778343611,"duration":0}},{"uid":"27e8e9eee69d5fae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e8e9eee69d5fae","status":"passed","time":{"start":1707775620186,"stop":1707775620186,"duration":0}},{"uid":"d8d8477f12a82872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d8477f12a82872","status":"passed","time":{"start":1707775421262,"stop":1707775421262,"duration":0}},{"uid":"bebf2fc8d9346465","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bebf2fc8d9346465","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1}},{"uid":"17ec1b8935d883fe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/17ec1b8935d883fe","status":"passed","time":{"start":1707770126645,"stop":1707770126645,"duration":0}},{"uid":"5aae3dc18748b85f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5aae3dc18748b85f","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"36b74084b575c428","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36b74084b575c428","status":"passed","time":{"start":1707758011520,"stop":1707758011521,"duration":1}},{"uid":"9f1dba36dd99b918","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f1dba36dd99b918","status":"passed","time":{"start":1707756635733,"stop":1707756635735,"duration":2}},{"uid":"9f7a3a90350b9769","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7a3a90350b9769","status":"passed","time":{"start":1707753934637,"stop":1707753934637,"duration":0}},{"uid":"6e3e2887b8f373d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e3e2887b8f373d8","status":"passed","time":{"start":1707753799509,"stop":1707753799509,"duration":0}},{"uid":"f7914ffd657a4c77","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7914ffd657a4c77","status":"passed","time":{"start":1707751117568,"stop":1707751117569,"duration":1}},{"uid":"a42fa555857b7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a42fa555857b7d6b","status":"passed","time":{"start":1707737090803,"stop":1707737090804,"duration":1}},{"uid":"cbe78c91e0c616ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbe78c91e0c616ac","status":"passed","time":{"start":1707736296306,"stop":1707736296306,"duration":0}}]},"tags":[]},"source":"82e99f2ca6fbc61.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/833f0ad780a0520a.json b/6406/data/test-cases/833f0ad780a0520a.json new file mode 100644 index 00000000000..2b6311150e1 --- /dev/null +++ b/6406/data/test-cases/833f0ad780a0520a.json @@ -0,0 +1 @@ +{"uid":"833f0ad780a0520a","name":"nwaku subscribes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > nwaku subscribes","historyId":"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793128326,"stop":1707793128326,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"6974ee6247ba4d9f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6974ee6247ba4d9f","status":"passed","time":{"start":1707778092877,"stop":1707778092878,"duration":1}},{"uid":"b02bd8ed5c993c0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b02bd8ed5c993c0b","status":"passed","time":{"start":1707775368918,"stop":1707775368918,"duration":0}},{"uid":"fa9b6802a1511ee3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9b6802a1511ee3","status":"passed","time":{"start":1707775183286,"stop":1707775183287,"duration":1}},{"uid":"2a68eb11c6e86ea4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a68eb11c6e86ea4","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0}},{"uid":"dc188592cb712b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc188592cb712b1a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"6fc967693d8635f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc967693d8635f5","status":"passed","time":{"start":1707760073028,"stop":1707760073028,"duration":0}},{"uid":"f7ae6ac96cdfdd8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7ae6ac96cdfdd8","status":"passed","time":{"start":1707757771072,"stop":1707757771073,"duration":1}},{"uid":"58fceadbbd5f2ea6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/58fceadbbd5f2ea6","status":"passed","time":{"start":1707756387890,"stop":1707756387891,"duration":1}},{"uid":"736ff31e408cfb66","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736ff31e408cfb66","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"918e0d488fa6d036","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/918e0d488fa6d036","status":"passed","time":{"start":1707753549844,"stop":1707753549844,"duration":0}},{"uid":"86cde4e912921870","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86cde4e912921870","status":"passed","time":{"start":1707750934221,"stop":1707750934222,"duration":1}},{"uid":"d68c8ff0c96d412a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d68c8ff0c96d412a","status":"passed","time":{"start":1707736857299,"stop":1707736857300,"duration":1}},{"uid":"5c547074ef215143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c547074ef215143","status":"passed","time":{"start":1707736056533,"stop":1707736056534,"duration":1}}]},"tags":[]},"source":"833f0ad780a0520a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/836963649dbc3438.json b/6406/data/test-cases/836963649dbc3438.json new file mode 100644 index 00000000000..e1cb8629b9d --- /dev/null +++ b/6406/data/test-cases/836963649dbc3438.json @@ -0,0 +1 @@ +{"uid":"836963649dbc3438","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":1707792849462,"stop":1707792849462,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"530383af1ba45dd2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/530383af1ba45dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798769,"stop":1707777798769,"duration":0}},{"uid":"c793026a6c61ff89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c793026a6c61ff89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"ea79d88e8949a8d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea79d88e8949a8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"518b9764c9450d16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518b9764c9450d16","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825086,"duration":0}},{"uid":"1a7df3b249e4789a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a7df3b249e4789a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"6dbb026c47ded5f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6dbb026c47ded5f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769676,"duration":0}},{"uid":"1c7ff5d388c4ec39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c7ff5d388c4ec39","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468641,"stop":1707757468641,"duration":0}},{"uid":"4ce639f5293948f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4ce639f5293948f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096186,"duration":0}},{"uid":"c94a6772e44e25bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c94a6772e44e25bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517980,"stop":1707753517980,"duration":0}},{"uid":"7c2b818de9b46b32","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c2b818de9b46b32","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"f2f1139a168529f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f2f1139a168529f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643523,"duration":1}},{"uid":"a9e86f454359d22b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9e86f454359d22b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"6bb925850bda41c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bb925850bda41c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"tags":[]},"source":"836963649dbc3438.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ae2bd9df9b039f99.json b/6406/data/test-cases/836ecb55a00181b4.json similarity index 79% rename from 6379/data/test-cases/ae2bd9df9b039f99.json rename to 6406/data/test-cases/836ecb55a00181b4.json index e2d57574304..15fc899cf1b 100644 --- a/6379/data/test-cases/ae2bd9df9b039f99.json +++ b/6406/data/test-cases/836ecb55a00181b4.json @@ -1 +1 @@ -{"uid":"ae2bd9df9b039f99","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":1707418998146,"stop":1707418998146,"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":18,"unknown":0,"total":18},"items":[{"uid":"fe80475242844f0b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fe80475242844f0b","status":"passed","time":{"start":1707418242006,"stop":1707418242006,"duration":0}},{"uid":"b0864e297412ea17","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b0864e297412ea17","status":"passed","time":{"start":1707418191241,"stop":1707418191242,"duration":1}},{"uid":"fb30b3925580acf7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fb30b3925580acf7","status":"passed","time":{"start":1707412620267,"stop":1707412620268,"duration":1}},{"uid":"35fdf2af5358f69e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/35fdf2af5358f69e","status":"passed","time":{"start":1707411038687,"stop":1707411038688,"duration":1}},{"uid":"93c5313b4120d136","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/93c5313b4120d136","status":"passed","time":{"start":1707409514435,"stop":1707409514435,"duration":0}},{"uid":"ecc95bd9d4287fca","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ecc95bd9d4287fca","status":"passed","time":{"start":1707408894643,"stop":1707408894643,"duration":0}},{"uid":"90c749b9ba6d68bb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/90c749b9ba6d68bb","status":"passed","time":{"start":1707408855732,"stop":1707408855732,"duration":0}},{"uid":"a89024a50a16166a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a89024a50a16166a","status":"passed","time":{"start":1707408364959,"stop":1707408364959,"duration":0}},{"uid":"38de374fb419f84c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/38de374fb419f84c","status":"passed","time":{"start":1707407446972,"stop":1707407446972,"duration":0}},{"uid":"27f11afbec30ef9d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/27f11afbec30ef9d","status":"passed","time":{"start":1707407328489,"stop":1707407328489,"duration":0}},{"uid":"80c11b1faf19c531","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/80c11b1faf19c531","status":"passed","time":{"start":1707404323782,"stop":1707404323783,"duration":1}},{"uid":"ca29640f5ecc15db","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ca29640f5ecc15db","status":"passed","time":{"start":1707375767334,"stop":1707375767338,"duration":4}},{"uid":"76e69987ec410a74","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/76e69987ec410a74","status":"passed","time":{"start":1707372960638,"stop":1707372960638,"duration":0}},{"uid":"3d59088a2723c852","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3d59088a2723c852","status":"passed","time":{"start":1707359147642,"stop":1707359147642,"duration":0}},{"uid":"8c48685752144b9f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8c48685752144b9f","status":"passed","time":{"start":1707357894478,"stop":1707357894478,"duration":0}},{"uid":"43f8e8f19aea04b2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/43f8e8f19aea04b2","status":"passed","time":{"start":1707356942080,"stop":1707356942080,"duration":0}},{"uid":"c2881d36d246b643","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c2881d36d246b643","status":"passed","time":{"start":1707355162778,"stop":1707355162778,"duration":0}}]},"tags":[]},"source":"ae2bd9df9b039f99.json","parameterValues":[]} \ No newline at end of file +{"uid":"836ecb55a00181b4","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":1707793153223,"stop":1707793153223,"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":14,"unknown":0,"total":14},"items":[{"uid":"f9e84da7bbedb5b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9e84da7bbedb5b7","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"dab76a8aa17d29b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dab76a8aa17d29b7","status":"passed","time":{"start":1707775395376,"stop":1707775395376,"duration":0}},{"uid":"1c30c1274813208e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c30c1274813208e","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"607465fa1522425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/607465fa1522425","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0}},{"uid":"12acf07c377ae1ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12acf07c377ae1ea","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"a4beaa50a968b9c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a4beaa50a968b9c1","status":"passed","time":{"start":1707760095403,"stop":1707760095403,"duration":0}},{"uid":"b41daf3ff5b036cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b41daf3ff5b036cd","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}},{"uid":"ecbf24d6d90ac771","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ecbf24d6d90ac771","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}},{"uid":"b2ba126c21cd2880","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ba126c21cd2880","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}},{"uid":"ef431645cd612040","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef431645cd612040","status":"passed","time":{"start":1707753573529,"stop":1707753573530,"duration":1}},{"uid":"4515d4bc7887fd8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4515d4bc7887fd8a","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"71cfcb935a025089","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71cfcb935a025089","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"3d9e4f3bffac54b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d9e4f3bffac54b","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"tags":[]},"source":"836ecb55a00181b4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e751848d81fcaad4.json b/6406/data/test-cases/843bfa42a14bbcb4.json similarity index 50% rename from 6379/data/test-cases/e751848d81fcaad4.json rename to 6406/data/test-cases/843bfa42a14bbcb4.json index 61fe4e046db..9eba6e49d69 100644 --- a/6379/data/test-cases/e751848d81fcaad4.json +++ b/6406/data/test-cases/843bfa42a14bbcb4.json @@ -1 +1 @@ -{"uid":"e751848d81fcaad4","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":1707418744887,"stop":1707418744887,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"dbd007f846365651","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/dbd007f846365651","status":"passed","time":{"start":1707417979407,"stop":1707417979407,"duration":0}},{"uid":"c108f8db589d3d76","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c108f8db589d3d76","status":"passed","time":{"start":1707417938898,"stop":1707417938898,"duration":0}},{"uid":"245a6d1ed8a60991","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/245a6d1ed8a60991","status":"passed","time":{"start":1707412393209,"stop":1707412393210,"duration":1}},{"uid":"b75f385d11f0ba81","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b75f385d11f0ba81","status":"passed","time":{"start":1707410787476,"stop":1707410787476,"duration":0}},{"uid":"f0022d5155ee9abe","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f0022d5155ee9abe","status":"passed","time":{"start":1707409251383,"stop":1707409251383,"duration":0}},{"uid":"30454e861acd928f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/30454e861acd928f","status":"passed","time":{"start":1707408646370,"stop":1707408646370,"duration":0}},{"uid":"857975781f826090","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/857975781f826090","status":"passed","time":{"start":1707408603702,"stop":1707408603703,"duration":1}},{"uid":"a67d27b157973bf","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a67d27b157973bf","status":"passed","time":{"start":1707408131557,"stop":1707408131557,"duration":0}},{"uid":"e636c38d2d3d97ee","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e636c38d2d3d97ee","status":"passed","time":{"start":1707407189072,"stop":1707407189072,"duration":0}},{"uid":"e86442a12fcfd76","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e86442a12fcfd76","status":"passed","time":{"start":1707407099399,"stop":1707407099399,"duration":0}},{"uid":"411ae613178235d8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/411ae613178235d8","status":"passed","time":{"start":1707404081469,"stop":1707404081470,"duration":1}},{"uid":"6410307a4caba59f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6410307a4caba59f","status":"passed","time":{"start":1707375507546,"stop":1707375507546,"duration":0}},{"uid":"cfd794505078a061","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/cfd794505078a061","status":"passed","time":{"start":1707372719075,"stop":1707372719076,"duration":1}},{"uid":"8be32a1905a10319","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8be32a1905a10319","status":"passed","time":{"start":1707358898252,"stop":1707358898253,"duration":1}},{"uid":"d06d7cecdeae0878","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d06d7cecdeae0878","status":"passed","time":{"start":1707357643979,"stop":1707357643979,"duration":0}},{"uid":"559f65bdb0375cd8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/559f65bdb0375cd8","status":"passed","time":{"start":1707356762535,"stop":1707356762535,"duration":0}},{"uid":"e03af960bf5ff7dd","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e03af960bf5ff7dd","status":"passed","time":{"start":1707354787183,"stop":1707354787183,"duration":0}}]},"tags":[]},"source":"e751848d81fcaad4.json","parameterValues":[]} \ No newline at end of file +{"uid":"843bfa42a14bbcb4","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":1707792929580,"stop":1707792929581,"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":14,"unknown":0,"total":14},"items":[{"uid":"929d965a0d6e1d7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/929d965a0d6e1d7a","status":"passed","time":{"start":1707777877647,"stop":1707777877647,"duration":0}},{"uid":"ab06f0a99385a06d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab06f0a99385a06d","status":"passed","time":{"start":1707775153022,"stop":1707775153023,"duration":1}},{"uid":"eaa17e310c2c0498","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eaa17e310c2c0498","status":"passed","time":{"start":1707774951832,"stop":1707774951833,"duration":1}},{"uid":"957941a0b8129cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957941a0b8129cb","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"2f9789895fdafcc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f9789895fdafcc8","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"9cb2e9bd85260e67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9cb2e9bd85260e67","status":"passed","time":{"start":1707759851603,"stop":1707759851604,"duration":1}},{"uid":"275774f14e93d1c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/275774f14e93d1c9","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"33575f852409ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33575f852409ca14","status":"passed","time":{"start":1707756167201,"stop":1707756167201,"duration":0}},{"uid":"3a84daec5214d348","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a84daec5214d348","status":"passed","time":{"start":1707753584062,"stop":1707753584062,"duration":0}},{"uid":"142ff28b5865f946","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/142ff28b5865f946","status":"passed","time":{"start":1707753331771,"stop":1707753331772,"duration":1}},{"uid":"8d3458bc0b65f24c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d3458bc0b65f24c","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"68dd9fb87d6950a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68dd9fb87d6950a8","status":"passed","time":{"start":1707736636443,"stop":1707736636444,"duration":1}},{"uid":"5479dfc4f3eda726","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5479dfc4f3eda726","status":"passed","time":{"start":1707735825262,"stop":1707735825262,"duration":0}}]},"tags":[]},"source":"843bfa42a14bbcb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/844ec15e728c3211.json b/6406/data/test-cases/844ec15e728c3211.json new file mode 100644 index 00000000000..57b1c1e4914 --- /dev/null +++ b/6406/data/test-cases/844ec15e728c3211.json @@ -0,0 +1 @@ +{"uid":"844ec15e728c3211","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":1707793238866,"stop":1707793238866,"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":14,"unknown":0,"total":14},"items":[{"uid":"6bb5ffd37eeeb9f4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bb5ffd37eeeb9f4","status":"passed","time":{"start":1707778202476,"stop":1707778202477,"duration":1}},{"uid":"13c739be3fe5c7fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13c739be3fe5c7fe","status":"passed","time":{"start":1707775486616,"stop":1707775486617,"duration":1}},{"uid":"5465bdee293a4410","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5465bdee293a4410","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"3e5ba8f77687b169","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e5ba8f77687b169","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"becddfda12db6868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/becddfda12db6868","status":"passed","time":{"start":1707770051367,"stop":1707770051368,"duration":1}},{"uid":"e1ae32af5da9b5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1ae32af5da9b5ab","status":"passed","time":{"start":1707760174012,"stop":1707760174013,"duration":1}},{"uid":"c321f597d253c55b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c321f597d253c55b","status":"passed","time":{"start":1707757873917,"stop":1707757873917,"duration":0}},{"uid":"a0db456157e16efa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0db456157e16efa","status":"passed","time":{"start":1707756499900,"stop":1707756499901,"duration":1}},{"uid":"e76199c8c6b53d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e76199c8c6b53d9","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"113d4f8cddce34d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/113d4f8cddce34d6","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"a9a22e747cc27cda","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a9a22e747cc27cda","status":"passed","time":{"start":1707751019565,"stop":1707751019566,"duration":1}},{"uid":"177d40fca4dc6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/177d40fca4dc6ec","status":"passed","time":{"start":1707736947841,"stop":1707736947841,"duration":0}},{"uid":"e7e8b98aae18d3d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e7e8b98aae18d3d3","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"tags":[]},"source":"844ec15e728c3211.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/37e8aaa63fd0189d.json b/6406/data/test-cases/86c5fc5f2608fd10.json similarity index 79% rename from 6379/data/test-cases/37e8aaa63fd0189d.json rename to 6406/data/test-cases/86c5fc5f2608fd10.json index 8ff41751bca..1e040774e33 100644 --- a/6379/data/test-cases/37e8aaa63fd0189d.json +++ b/6406/data/test-cases/86c5fc5f2608fd10.json @@ -1 +1 @@ -{"uid":"37e8aaa63fd0189d","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":1707418998132,"stop":1707418998133,"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":18,"unknown":0,"total":18},"items":[{"uid":"a9d90052618fa9fd","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a9d90052618fa9fd","status":"passed","time":{"start":1707418241999,"stop":1707418241999,"duration":0}},{"uid":"6ee1c67b7f7f07c2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6ee1c67b7f7f07c2","status":"passed","time":{"start":1707418191231,"stop":1707418191232,"duration":1}},{"uid":"351dba5d88bc01ca","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/351dba5d88bc01ca","status":"passed","time":{"start":1707412620259,"stop":1707412620259,"duration":0}},{"uid":"a8464a9de6aa225c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/a8464a9de6aa225c","status":"passed","time":{"start":1707411038667,"stop":1707411038668,"duration":1}},{"uid":"2b5362cd25d251c9","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2b5362cd25d251c9","status":"passed","time":{"start":1707409514428,"stop":1707409514429,"duration":1}},{"uid":"983f3a24e8fb8504","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/983f3a24e8fb8504","status":"passed","time":{"start":1707408894636,"stop":1707408894636,"duration":0}},{"uid":"a903a2859ebe7c72","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a903a2859ebe7c72","status":"passed","time":{"start":1707408855718,"stop":1707408855718,"duration":0}},{"uid":"ca35b58e9212db3c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ca35b58e9212db3c","status":"passed","time":{"start":1707408364950,"stop":1707408364950,"duration":0}},{"uid":"ca10816896bbcb77","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ca10816896bbcb77","status":"passed","time":{"start":1707407446959,"stop":1707407446960,"duration":1}},{"uid":"73a4d2f6eb0c5f63","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/73a4d2f6eb0c5f63","status":"passed","time":{"start":1707407328483,"stop":1707407328484,"duration":1}},{"uid":"678aaf6b1e7e022b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/678aaf6b1e7e022b","status":"passed","time":{"start":1707404323770,"stop":1707404323770,"duration":0}},{"uid":"1a8bfc3ca23558e5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1a8bfc3ca23558e5","status":"passed","time":{"start":1707375767305,"stop":1707375767306,"duration":1}},{"uid":"b70d537f4c61c5ab","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b70d537f4c61c5ab","status":"passed","time":{"start":1707372960628,"stop":1707372960629,"duration":1}},{"uid":"86b46a6bc1d95f4d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/86b46a6bc1d95f4d","status":"passed","time":{"start":1707359147636,"stop":1707359147636,"duration":0}},{"uid":"f35d0bccb9a6ab15","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f35d0bccb9a6ab15","status":"passed","time":{"start":1707357894471,"stop":1707357894471,"duration":0}},{"uid":"14e1ab1dbdbd55f9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/14e1ab1dbdbd55f9","status":"passed","time":{"start":1707356942068,"stop":1707356942068,"duration":0}},{"uid":"2f2751c9fa6365ad","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2f2751c9fa6365ad","status":"passed","time":{"start":1707355162738,"stop":1707355162739,"duration":1}}]},"tags":[]},"source":"37e8aaa63fd0189d.json","parameterValues":[]} \ No newline at end of file +{"uid":"86c5fc5f2608fd10","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":1707793153214,"stop":1707793153214,"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":14,"unknown":0,"total":14},"items":[{"uid":"c29707dc03018c19","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c29707dc03018c19","status":"passed","time":{"start":1707778114666,"stop":1707778114666,"duration":0}},{"uid":"43380e273464c4a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/43380e273464c4a3","status":"passed","time":{"start":1707775395369,"stop":1707775395369,"duration":0}},{"uid":"259f1a47e4bd6862","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/259f1a47e4bd6862","status":"passed","time":{"start":1707775205622,"stop":1707775205622,"duration":0}},{"uid":"421ca229551fe733","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/421ca229551fe733","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0}},{"uid":"ab559f583881af4e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ab559f583881af4e","status":"passed","time":{"start":1707769983267,"stop":1707769983267,"duration":0}},{"uid":"47d32e22f2d1f60e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/47d32e22f2d1f60e","status":"passed","time":{"start":1707760095396,"stop":1707760095396,"duration":0}},{"uid":"94657430d42ac781","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94657430d42ac781","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"485bba68892b95e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/485bba68892b95e7","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"ab009dcedc0002e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab009dcedc0002e5","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"6f6ac7656eac3ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f6ac7656eac3ea","status":"passed","time":{"start":1707753573522,"stop":1707753573523,"duration":1}},{"uid":"34259d401efb04d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/34259d401efb04d2","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"647825b9f42075a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/647825b9f42075a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"40f8e0c5e601ae32","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40f8e0c5e601ae32","status":"passed","time":{"start":1707736081264,"stop":1707736081265,"duration":1}}]},"tags":[]},"source":"86c5fc5f2608fd10.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c3cf1be2e7290baf.json b/6406/data/test-cases/8897130aeb19e3ee.json similarity index 83% rename from 6379/data/test-cases/c3cf1be2e7290baf.json rename to 6406/data/test-cases/8897130aeb19e3ee.json index bb5879f8051..b4b0ae19ffb 100644 --- a/6379/data/test-cases/c3cf1be2e7290baf.json +++ b/6406/data/test-cases/8897130aeb19e3ee.json @@ -1 +1 @@ -{"uid":"c3cf1be2e7290baf","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":1707419289497,"stop":1707419289497,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"e91d3b17e6fd0b32","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e91d3b17e6fd0b32","status":"passed","time":{"start":1707418535536,"stop":1707418535536,"duration":0}},{"uid":"61f7092d74d2b2ab","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/61f7092d74d2b2ab","status":"passed","time":{"start":1707418482213,"stop":1707418482213,"duration":0}},{"uid":"b5be98c1e81727bc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b5be98c1e81727bc","status":"passed","time":{"start":1707412863479,"stop":1707412863479,"duration":0}},{"uid":"9bcbdbed3885115c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9bcbdbed3885115c","status":"passed","time":{"start":1707411338650,"stop":1707411338650,"duration":0}},{"uid":"534c98f1dd2f3e7f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/534c98f1dd2f3e7f","status":"passed","time":{"start":1707409792227,"stop":1707409792227,"duration":0}},{"uid":"570ffdbd9c358ca3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/570ffdbd9c358ca3","status":"passed","time":{"start":1707409177750,"stop":1707409177750,"duration":0}},{"uid":"d566b1e0ece0de83","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d566b1e0ece0de83","status":"passed","time":{"start":1707409135086,"stop":1707409135086,"duration":0}},{"uid":"9d201fb39bce0c9d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9d201fb39bce0c9d","status":"passed","time":{"start":1707408664018,"stop":1707408664018,"duration":0}},{"uid":"af6e1913beb85e18","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/af6e1913beb85e18","status":"passed","time":{"start":1707407736504,"stop":1707407736504,"duration":0}},{"uid":"804e0c0ed63ac93c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/804e0c0ed63ac93c","status":"passed","time":{"start":1707407618225,"stop":1707407618225,"duration":0}},{"uid":"639a1a8ff81a60f8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/639a1a8ff81a60f8","status":"passed","time":{"start":1707404537709,"stop":1707404537709,"duration":0}},{"uid":"7472c35e2a6fd2f0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7472c35e2a6fd2f0","status":"passed","time":{"start":1707375978540,"stop":1707375978540,"duration":0}},{"uid":"c1b33b3cf25045d1","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c1b33b3cf25045d1","status":"passed","time":{"start":1707373245351,"stop":1707373245351,"duration":0}},{"uid":"7444a8932ec4cd22","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7444a8932ec4cd22","status":"passed","time":{"start":1707359448663,"stop":1707359448663,"duration":0}},{"uid":"6d586625a34cd0bf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6d586625a34cd0bf","status":"passed","time":{"start":1707358197180,"stop":1707358197181,"duration":1}},{"uid":"bff7571553b0fbbb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bff7571553b0fbbb","status":"passed","time":{"start":1707357226624,"stop":1707357226624,"duration":0}},{"uid":"e2ca2ff2cc566609","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e2ca2ff2cc566609","status":"passed","time":{"start":1707355477301,"stop":1707355477301,"duration":0}}]},"tags":[]},"source":"c3cf1be2e7290baf.json","parameterValues":[]} \ No newline at end of file +{"uid":"8897130aeb19e3ee","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":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9c24b24902c359c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c24b24902c359c1","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"e6f3564d364ba56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e6f3564d364ba56d","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"699f4ecbe6b37a69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/699f4ecbe6b37a69","status":"passed","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"9ec1c27958dda333","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ec1c27958dda333","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"duration":1}},{"uid":"482996ef5de826b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/482996ef5de826b6","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"2a4eef1046f76c28","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a4eef1046f76c28","status":"passed","time":{"start":1707760374673,"stop":1707760374673,"duration":0}},{"uid":"d1730f97e7e8ab64","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1730f97e7e8ab64","status":"passed","time":{"start":1707758004301,"stop":1707758004302,"duration":1}},{"uid":"39481ea96b01567","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39481ea96b01567","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"b60ddac5f26947a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b60ddac5f26947a4","status":"passed","time":{"start":1707754051780,"stop":1707754051781,"duration":1}},{"uid":"39ffc879fcc5ba62","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39ffc879fcc5ba62","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"c0d01a402bd05370","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0d01a402bd05370","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"c975eda80c751d62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c975eda80c751d62","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"b5a14dc3343da2ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5a14dc3343da2ff","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"tags":[]},"source":"8897130aeb19e3ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a709e2a419e459e5.json b/6406/data/test-cases/88f05152897b9112.json similarity index 59% rename from 6379/data/test-cases/a709e2a419e459e5.json rename to 6406/data/test-cases/88f05152897b9112.json index 5d01e8c094e..ea2556f978d 100644 --- a/6379/data/test-cases/a709e2a419e459e5.json +++ b/6406/data/test-cases/88f05152897b9112.json @@ -1 +1 @@ -{"uid":"a709e2a419e459e5","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect","historyId":"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829815,"stop":1707418829815,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"3ad718f72c0d4682","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3ad718f72c0d4682","status":"passed","time":{"start":1707418103413,"stop":1707418103413,"duration":0}},{"uid":"2667c5fe59b30054","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2667c5fe59b30054","status":"passed","time":{"start":1707418010314,"stop":1707418010315,"duration":1}},{"uid":"cca26d50249f60e0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cca26d50249f60e0","status":"passed","time":{"start":1707412479960,"stop":1707412479961,"duration":1}},{"uid":"8f73bddfae556503","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8f73bddfae556503","status":"passed","time":{"start":1707410852010,"stop":1707410852011,"duration":1}},{"uid":"bf8e542d4bbadf23","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/bf8e542d4bbadf23","status":"passed","time":{"start":1707409338855,"stop":1707409338855,"duration":0}},{"uid":"c7f4895b4d66147d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c7f4895b4d66147d","status":"passed","time":{"start":1707408727252,"stop":1707408727253,"duration":1}},{"uid":"2ca4c9417b763a67","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2ca4c9417b763a67","status":"passed","time":{"start":1707408675747,"stop":1707408675747,"duration":0}},{"uid":"377f2794104afd83","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/377f2794104afd83","status":"passed","time":{"start":1707408214006,"stop":1707408214006,"duration":0}},{"uid":"3c58f70c54cd1687","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3c58f70c54cd1687","status":"passed","time":{"start":1707407286308,"stop":1707407286308,"duration":0}},{"uid":"85c4ef1cc0fce32","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/85c4ef1cc0fce32","status":"passed","time":{"start":1707407226678,"stop":1707407226678,"duration":0}},{"uid":"7e810b1185c00bb9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7e810b1185c00bb9","status":"passed","time":{"start":1707404179909,"stop":1707404179910,"duration":1}},{"uid":"c73f5cdd43d903c3","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c73f5cdd43d903c3","status":"passed","time":{"start":1707375626289,"stop":1707375626289,"duration":0}},{"uid":"d2f27d8d7672f698","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d2f27d8d7672f698","status":"passed","time":{"start":1707372788216,"stop":1707372788216,"duration":0}},{"uid":"67c5c65442c6302d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/67c5c65442c6302d","status":"passed","time":{"start":1707359016777,"stop":1707359016777,"duration":0}},{"uid":"27efadf4e5b5cf0b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/27efadf4e5b5cf0b","status":"passed","time":{"start":1707357740857,"stop":1707357740857,"duration":0}},{"uid":"9359e37b2d4d6342","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9359e37b2d4d6342","status":"passed","time":{"start":1707356837834,"stop":1707356837835,"duration":1}},{"uid":"354c9a73643e4d25","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/354c9a73643e4d25","status":"passed","time":{"start":1707354890492,"stop":1707354890492,"duration":0}}]},"tags":[]},"source":"a709e2a419e459e5.json","parameterValues":[]} \ No newline at end of file +{"uid":"88f05152897b9112","name":"different cluster, same shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, same shard: nodes don't connect","historyId":"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"740b4e2214a60a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740b4e2214a60a82","status":"passed","time":{"start":1707777977654,"stop":1707777977654,"duration":0}},{"uid":"6dc68b0f00910857","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc68b0f00910857","status":"passed","time":{"start":1707775258445,"stop":1707775258446,"duration":1}},{"uid":"710dcf5d80dbc64b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/710dcf5d80dbc64b","status":"passed","time":{"start":1707775081975,"stop":1707775081975,"duration":0}},{"uid":"49652613aa1386ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49652613aa1386ee","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"e204b4f41ff02f75","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e204b4f41ff02f75","status":"passed","time":{"start":1707769841876,"stop":1707769841877,"duration":1}},{"uid":"58ec596f19e67e8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58ec596f19e67e8f","status":"passed","time":{"start":1707759921442,"stop":1707759921442,"duration":0}},{"uid":"ec48a47cd116a3e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec48a47cd116a3e4","status":"passed","time":{"start":1707757624862,"stop":1707757624863,"duration":1}},{"uid":"c915f18c09b89def","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c915f18c09b89def","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"c9cb09b4fcba8274","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9cb09b4fcba8274","status":"passed","time":{"start":1707753651128,"stop":1707753651129,"duration":1}},{"uid":"5c57b3453bb48d24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c57b3453bb48d24","status":"passed","time":{"start":1707753409569,"stop":1707753409569,"duration":0}},{"uid":"c9ef53373f7788d4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9ef53373f7788d4","status":"passed","time":{"start":1707736708309,"stop":1707736708310,"duration":1}},{"uid":"74b9a3e9a2be4f83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74b9a3e9a2be4f83","status":"passed","time":{"start":1707735914370,"stop":1707735914371,"duration":1}}]},"tags":[]},"source":"88f05152897b9112.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/849d7c43a849ecec.json b/6406/data/test-cases/891accd48817bde9.json similarity index 55% rename from 6379/data/test-cases/849d7c43a849ecec.json rename to 6406/data/test-cases/891accd48817bde9.json index 77aa2684182..be0af33df8f 100644 --- a/6379/data/test-cases/849d7c43a849ecec.json +++ b/6406/data/test-cases/891accd48817bde9.json @@ -1 +1 @@ -{"uid":"849d7c43a849ecec","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":1707419231822,"stop":1707419231823,"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":18,"unknown":0,"total":18},"items":[{"uid":"1047a606f1dd2083","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1047a606f1dd2083","status":"passed","time":{"start":1707418475051,"stop":1707418475051,"duration":0}},{"uid":"9867b11d23f03774","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/9867b11d23f03774","status":"passed","time":{"start":1707418426401,"stop":1707418426402,"duration":1}},{"uid":"6fc8b23ff55f66aa","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6fc8b23ff55f66aa","status":"passed","time":{"start":1707412815097,"stop":1707412815097,"duration":0}},{"uid":"b34c0646440515be","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b34c0646440515be","status":"passed","time":{"start":1707411281535,"stop":1707411281535,"duration":0}},{"uid":"3617579a83432dcf","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3617579a83432dcf","status":"passed","time":{"start":1707409756179,"stop":1707409756179,"duration":0}},{"uid":"658663edeb6e1931","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/658663edeb6e1931","status":"passed","time":{"start":1707409134535,"stop":1707409134535,"duration":0}},{"uid":"50e75eefe88ce324","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/50e75eefe88ce324","status":"passed","time":{"start":1707409089157,"stop":1707409089157,"duration":0}},{"uid":"51625fbdb590304f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/51625fbdb590304f","status":"passed","time":{"start":1707408613609,"stop":1707408613611,"duration":2}},{"uid":"3544936d3b8e82cc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3544936d3b8e82cc","status":"passed","time":{"start":1707407690268,"stop":1707407690269,"duration":1}},{"uid":"2521567a2a3f60c6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2521567a2a3f60c6","status":"passed","time":{"start":1707407587131,"stop":1707407587131,"duration":0}},{"uid":"88b34106d6a63e07","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/88b34106d6a63e07","status":"passed","time":{"start":1707404566441,"stop":1707404566442,"duration":1}},{"uid":"f0ea9bb6d7060da5","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f0ea9bb6d7060da5","status":"passed","time":{"start":1707375995124,"stop":1707375995124,"duration":0}},{"uid":"28d40a6fa7323b3b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/28d40a6fa7323b3b","status":"passed","time":{"start":1707373198910,"stop":1707373198910,"duration":0}},{"uid":"6cc2be5c6e200d8f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6cc2be5c6e200d8f","status":"passed","time":{"start":1707359396094,"stop":1707359396094,"duration":0}},{"uid":"c7edccb92b650935","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c7edccb92b650935","status":"passed","time":{"start":1707358145417,"stop":1707358145418,"duration":1}},{"uid":"96db168fd8af91c4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/96db168fd8af91c4","status":"passed","time":{"start":1707357148263,"stop":1707357148264,"duration":1}},{"uid":"f5534e8bcb9e95a2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f5534e8bcb9e95a2","status":"passed","time":{"start":1707355337379,"stop":1707355337380,"duration":1}}]},"tags":[]},"source":"849d7c43a849ecec.json","parameterValues":[]} \ No newline at end of file +{"uid":"891accd48817bde9","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":1707793392500,"stop":1707793392501,"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":14,"unknown":0,"total":14},"items":[{"uid":"da227975734436ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/da227975734436ea","status":"passed","time":{"start":1707778370025,"stop":1707778370025,"duration":0}},{"uid":"2a6ffb5d2c2c7699","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a6ffb5d2c2c7699","status":"passed","time":{"start":1707775644350,"stop":1707775644350,"duration":0}},{"uid":"cce6f29059819808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce6f29059819808","status":"passed","time":{"start":1707775439250,"stop":1707775439251,"duration":1}},{"uid":"b23eff9b6cb4680d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b23eff9b6cb4680d","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"duration":0}},{"uid":"be2ba0428339b067","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be2ba0428339b067","status":"passed","time":{"start":1707770140534,"stop":1707770140535,"duration":1}},{"uid":"16583e8a0e6c5a32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16583e8a0e6c5a32","status":"passed","time":{"start":1707760337679,"stop":1707760337680,"duration":1}},{"uid":"feba36fbdee6544a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/feba36fbdee6544a","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"a3995054720fd18e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3995054720fd18e","status":"passed","time":{"start":1707756656797,"stop":1707756656797,"duration":0}},{"uid":"e57414c7663212d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e57414c7663212d2","status":"passed","time":{"start":1707753960361,"stop":1707753960361,"duration":0}},{"uid":"6b8927cc94770954","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b8927cc94770954","status":"passed","time":{"start":1707753819774,"stop":1707753819774,"duration":0}},{"uid":"d16cd710a3b2fff5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d16cd710a3b2fff5","status":"passed","time":{"start":1707751157934,"stop":1707751157935,"duration":1}},{"uid":"266d93197b34e185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266d93197b34e185","status":"passed","time":{"start":1707737112731,"stop":1707737112731,"duration":0}},{"uid":"406bda16853d4c62","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/406bda16853d4c62","status":"passed","time":{"start":1707736314162,"stop":1707736314162,"duration":0}}]},"tags":[]},"source":"891accd48817bde9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8a3d3c0caf32039c.json b/6406/data/test-cases/8a3d3c0caf32039c.json new file mode 100644 index 00000000000..0a1ddc886d6 --- /dev/null +++ b/6406/data/test-cases/8a3d3c0caf32039c.json @@ -0,0 +1 @@ +{"uid":"8a3d3c0caf32039c","name":"Decrypt messages","fullName":"/tests/relay/index.node.spec.ts: Waku Relay > Decrypt messages","historyId":"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b5e12bc744a8a6fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5e12bc744a8a6fc","status":"passed","time":{"start":1707778060801,"stop":1707778060802,"duration":1}},{"uid":"dc53e51ba138077e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc53e51ba138077e","status":"passed","time":{"start":1707775339578,"stop":1707775339578,"duration":0}},{"uid":"c9ac1db3b87365c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9ac1db3b87365c1","status":"passed","time":{"start":1707775146026,"stop":1707775146026,"duration":0}},{"uid":"5376ef6bb9988017","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5376ef6bb9988017","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0}},{"uid":"dba0b09a6ee6973c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dba0b09a6ee6973c","status":"passed","time":{"start":1707769941591,"stop":1707769941591,"duration":0}},{"uid":"26bed431f9e288d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/26bed431f9e288d4","status":"passed","time":{"start":1707760043795,"stop":1707760043795,"duration":0}},{"uid":"c8db9368fc7bcf4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8db9368fc7bcf4a","status":"passed","time":{"start":1707757737712,"stop":1707757737713,"duration":1}},{"uid":"766f54a81dacca1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/766f54a81dacca1","status":"passed","time":{"start":1707756354876,"stop":1707756354876,"duration":0}},{"uid":"dc8d96fc50597d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc8d96fc50597d8","status":"passed","time":{"start":1707753752604,"stop":1707753752605,"duration":1}},{"uid":"bb6708911034d438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bb6708911034d438","status":"passed","time":{"start":1707753516212,"stop":1707753516212,"duration":0}},{"uid":"c4f358512709a3c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4f358512709a3c7","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"b3bb3fd17f26fb29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3bb3fd17f26fb29","status":"passed","time":{"start":1707736826035,"stop":1707736826035,"duration":0}},{"uid":"467baac67a3694ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/467baac67a3694ad","status":"passed","time":{"start":1707736021608,"stop":1707736021608,"duration":0}}]},"tags":[]},"source":"8a3d3c0caf32039c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/458b0719e9cfe36c.json b/6406/data/test-cases/8a86363c9b3ea98b.json similarity index 84% rename from 6379/data/test-cases/458b0719e9cfe36c.json rename to 6406/data/test-cases/8a86363c9b3ea98b.json index 6426b3e5269..5b7d41c51da 100644 --- a/6379/data/test-cases/458b0719e9cfe36c.json +++ b/6406/data/test-cases/8a86363c9b3ea98b.json @@ -1 +1 @@ -{"uid":"458b0719e9cfe36c","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":1707419289502,"stop":1707419289502,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"cac2aaedf00e834","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/cac2aaedf00e834","status":"passed","time":{"start":1707418535543,"stop":1707418535543,"duration":0}},{"uid":"2be14d8351964eca","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2be14d8351964eca","status":"passed","time":{"start":1707418482218,"stop":1707418482219,"duration":1}},{"uid":"fcfc7d03b6d6ed94","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fcfc7d03b6d6ed94","status":"passed","time":{"start":1707412863484,"stop":1707412863485,"duration":1}},{"uid":"3a564e5d9cf9c0ea","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3a564e5d9cf9c0ea","status":"passed","time":{"start":1707411338656,"stop":1707411338656,"duration":0}},{"uid":"37fab20309d3b99b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/37fab20309d3b99b","status":"passed","time":{"start":1707409792233,"stop":1707409792233,"duration":0}},{"uid":"97f0de96ff29abee","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/97f0de96ff29abee","status":"passed","time":{"start":1707409177756,"stop":1707409177756,"duration":0}},{"uid":"481726a6a63ab7d2","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/481726a6a63ab7d2","status":"passed","time":{"start":1707409135091,"stop":1707409135091,"duration":0}},{"uid":"157f8f8a9408d2de","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/157f8f8a9408d2de","status":"passed","time":{"start":1707408664025,"stop":1707408664025,"duration":0}},{"uid":"45c962dac80dffb4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/45c962dac80dffb4","status":"passed","time":{"start":1707407736511,"stop":1707407736511,"duration":0}},{"uid":"c0bea333ade39ec2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c0bea333ade39ec2","status":"passed","time":{"start":1707407618231,"stop":1707407618231,"duration":0}},{"uid":"2a09067b0351755e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2a09067b0351755e","status":"passed","time":{"start":1707404537716,"stop":1707404537716,"duration":0}},{"uid":"2997e2a0ea296176","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2997e2a0ea296176","status":"passed","time":{"start":1707373245358,"stop":1707373245359,"duration":1}},{"uid":"9be06fa26325f70a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9be06fa26325f70a","status":"passed","time":{"start":1707359448668,"stop":1707359448669,"duration":1}},{"uid":"6cdcd1ec8e4f429","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6cdcd1ec8e4f429","status":"passed","time":{"start":1707358197187,"stop":1707358197188,"duration":1}},{"uid":"a4773d31fb739544","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a4773d31fb739544","status":"passed","time":{"start":1707357226630,"stop":1707357226630,"duration":0}},{"uid":"ddef001f46200612","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ddef001f46200612","status":"passed","time":{"start":1707355477309,"stop":1707355477309,"duration":0}}]},"tags":[]},"source":"458b0719e9cfe36c.json","parameterValues":[]} \ No newline at end of file +{"uid":"8a86363c9b3ea98b","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":1707793446740,"stop":1707793446741,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"58575417afa12b23","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58575417afa12b23","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"390029b2621c6c3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/390029b2621c6c3b","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"b285cb062b4e9c1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b285cb062b4e9c1c","status":"passed","time":{"start":1707775494275,"stop":1707775494276,"duration":1}},{"uid":"8dd0b1c1441b58e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8dd0b1c1441b58e3","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"eb4ef5bb8cf0cbf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb4ef5bb8cf0cbf0","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"58d145d61d0fdeff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58d145d61d0fdeff","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"9e2113e063116568","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e2113e063116568","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"59af9648823416a6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59af9648823416a6","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"4b2f22f309ebf5bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b2f22f309ebf5bf","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"6508ef6c09cffa65","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6508ef6c09cffa65","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"88f739a3b2f91904","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f739a3b2f91904","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"3d237cc5786248f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d237cc5786248f8","status":"passed","time":{"start":1707737173818,"stop":1707737173819,"duration":1}},{"uid":"1f1851d2f98682c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f1851d2f98682c3","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"tags":[]},"source":"8a86363c9b3ea98b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d04ae5c2d1feb3bf.json b/6406/data/test-cases/8aa506b130440f57.json similarity index 78% rename from 6379/data/test-cases/d04ae5c2d1feb3bf.json rename to 6406/data/test-cases/8aa506b130440f57.json index 8ab64f26bc8..b8f2a83b386 100644 --- a/6379/data/test-cases/d04ae5c2d1feb3bf.json +++ b/6406/data/test-cases/8aa506b130440f57.json @@ -1 +1 @@ -{"uid":"d04ae5c2d1feb3bf","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":1707418998150,"stop":1707418998150,"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":"1ff3840a1b509c58","status":"passed","time":{"start":1707418998150,"stop":1707418998150,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"2b7c354c343a2f8e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2b7c354c343a2f8e","status":"passed","time":{"start":1707418242012,"stop":1707418242012,"duration":0}},{"uid":"dd8ab907eb9ebbd1","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/dd8ab907eb9ebbd1","status":"passed","time":{"start":1707418191246,"stop":1707418191246,"duration":0}},{"uid":"9a02db9eab4379ea","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9a02db9eab4379ea","status":"passed","time":{"start":1707412620290,"stop":1707412620292,"duration":2}},{"uid":"68b0bb860e148c07","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/68b0bb860e148c07","status":"passed","time":{"start":1707411038693,"stop":1707411038693,"duration":0}},{"uid":"69f31e2203613c41","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/69f31e2203613c41","status":"passed","time":{"start":1707409514440,"stop":1707409514440,"duration":0}},{"uid":"d00a79e8eaef3079","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d00a79e8eaef3079","status":"passed","time":{"start":1707408894646,"stop":1707408894647,"duration":1}},{"uid":"3fc582339a78afde","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3fc582339a78afde","status":"passed","time":{"start":1707408855738,"stop":1707408855738,"duration":0}},{"uid":"475602f4fc7452a1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/475602f4fc7452a1","status":"passed","time":{"start":1707408364962,"stop":1707408364962,"duration":0}},{"uid":"961f1a9c2eaa04ce","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/961f1a9c2eaa04ce","status":"passed","time":{"start":1707407446977,"stop":1707407446977,"duration":0}},{"uid":"4486d3a95aabb818","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4486d3a95aabb818","status":"passed","time":{"start":1707407328492,"stop":1707407328492,"duration":0}},{"uid":"5359e7e0f39739d9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5359e7e0f39739d9","status":"passed","time":{"start":1707404323789,"stop":1707404323789,"duration":0}},{"uid":"291ea8d89980e520","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/291ea8d89980e520","status":"passed","time":{"start":1707375767350,"stop":1707375767351,"duration":1}},{"uid":"4152c14be649b3a7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4152c14be649b3a7","status":"passed","time":{"start":1707372960642,"stop":1707372960642,"duration":0}},{"uid":"b4f34f02bafa0679","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b4f34f02bafa0679","status":"passed","time":{"start":1707359147646,"stop":1707359147646,"duration":0}},{"uid":"a9a46ae3b1db010a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a9a46ae3b1db010a","status":"passed","time":{"start":1707357894483,"stop":1707357894483,"duration":0}},{"uid":"17acc72861eb1fa1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/17acc72861eb1fa1","status":"passed","time":{"start":1707356942083,"stop":1707356942083,"duration":0}},{"uid":"3729182474aab627","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3729182474aab627","status":"passed","time":{"start":1707355162793,"stop":1707355162793,"duration":0}}]},"tags":[]},"source":"d04ae5c2d1feb3bf.json","parameterValues":[]} \ No newline at end of file +{"uid":"8aa506b130440f57","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":1707793153228,"stop":1707793153228,"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":"d3e1e9764503b51d","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"duration":0}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a6fcd0caa3e3a6d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6fcd0caa3e3a6d8","status":"passed","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"a4189920d34da08a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a4189920d34da08a","status":"passed","time":{"start":1707775395380,"stop":1707775395380,"duration":0}},{"uid":"a5eed94137038b38","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5eed94137038b38","status":"passed","time":{"start":1707775205634,"stop":1707775205634,"duration":0}},{"uid":"902abc4d7ac60cb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/902abc4d7ac60cb6","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"699bfa4970046eea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/699bfa4970046eea","status":"passed","time":{"start":1707769983282,"stop":1707769983282,"duration":0}},{"uid":"cad50f3897dea228","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cad50f3897dea228","status":"passed","time":{"start":1707760095407,"stop":1707760095408,"duration":1}},{"uid":"37e7983157a4054e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/37e7983157a4054e","status":"passed","time":{"start":1707757790739,"stop":1707757790739,"duration":0}},{"uid":"1706ad67a3c4bf6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1706ad67a3c4bf6f","status":"passed","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"566f272e4192653a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/566f272e4192653a","status":"passed","time":{"start":1707753793195,"stop":1707753793195,"duration":0}},{"uid":"37945dd26b53e160","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37945dd26b53e160","status":"passed","time":{"start":1707753573533,"stop":1707753573533,"duration":0}},{"uid":"b84ea1e78fb78afd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b84ea1e78fb78afd","status":"passed","time":{"start":1707750953984,"stop":1707750953985,"duration":1}},{"uid":"7b54c1ad709f243f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b54c1ad709f243f","status":"passed","time":{"start":1707736878971,"stop":1707736878971,"duration":0}},{"uid":"739a93bc64e8929c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/739a93bc64e8929c","status":"passed","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"tags":[]},"source":"8aa506b130440f57.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/42615686cc0ee4bc.json b/6406/data/test-cases/8b9e49b86bc13bff.json similarity index 83% rename from 6379/data/test-cases/42615686cc0ee4bc.json rename to 6406/data/test-cases/8b9e49b86bc13bff.json index 33a306e5262..1e1a2ce34d2 100644 --- a/6379/data/test-cases/42615686cc0ee4bc.json +++ b/6406/data/test-cases/8b9e49b86bc13bff.json @@ -1 +1 @@ -{"uid":"42615686cc0ee4bc","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":1707419289511,"stop":1707419289511,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"b5f5a1c65042cec6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b5f5a1c65042cec6","status":"passed","time":{"start":1707418535551,"stop":1707418535551,"duration":0}},{"uid":"6bd9d44a1b4dcd4","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6bd9d44a1b4dcd4","status":"passed","time":{"start":1707418482227,"stop":1707418482227,"duration":0}},{"uid":"aaeb99b4f925f209","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/aaeb99b4f925f209","status":"passed","time":{"start":1707412863492,"stop":1707412863492,"duration":0}},{"uid":"9cc6f36830667d00","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9cc6f36830667d00","status":"passed","time":{"start":1707411338663,"stop":1707411338664,"duration":1}},{"uid":"ad8d0a2ba5a43116","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ad8d0a2ba5a43116","status":"passed","time":{"start":1707409792241,"stop":1707409792241,"duration":0}},{"uid":"56bab405d82d8b67","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/56bab405d82d8b67","status":"passed","time":{"start":1707409177764,"stop":1707409177765,"duration":1}},{"uid":"b760dd24312b20c8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b760dd24312b20c8","status":"passed","time":{"start":1707409135099,"stop":1707409135099,"duration":0}},{"uid":"a4b8b6f10f8870ab","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a4b8b6f10f8870ab","status":"passed","time":{"start":1707408664034,"stop":1707408664035,"duration":1}},{"uid":"d856183ddee37e37","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d856183ddee37e37","status":"passed","time":{"start":1707407736520,"stop":1707407736521,"duration":1}},{"uid":"3bc79138a8e841ef","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3bc79138a8e841ef","status":"passed","time":{"start":1707407618239,"stop":1707407618239,"duration":0}},{"uid":"5b3a22072932fd49","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5b3a22072932fd49","status":"passed","time":{"start":1707404537732,"stop":1707404537732,"duration":0}},{"uid":"4e8dc5654da3bfeb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4e8dc5654da3bfeb","status":"passed","time":{"start":1707375978564,"stop":1707375978564,"duration":0}},{"uid":"ab43572acb40ff37","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ab43572acb40ff37","status":"passed","time":{"start":1707373245368,"stop":1707373245368,"duration":0}},{"uid":"a30121f86572a681","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a30121f86572a681","status":"passed","time":{"start":1707359448676,"stop":1707359448677,"duration":1}},{"uid":"288e535323bad523","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/288e535323bad523","status":"passed","time":{"start":1707358197196,"stop":1707358197196,"duration":0}},{"uid":"3378b2435c9c82c0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3378b2435c9c82c0","status":"passed","time":{"start":1707357226637,"stop":1707357226637,"duration":0}},{"uid":"12666358955e0d3d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/12666358955e0d3d","status":"passed","time":{"start":1707355477323,"stop":1707355477323,"duration":0}}]},"tags":[]},"source":"42615686cc0ee4bc.json","parameterValues":[]} \ No newline at end of file +{"uid":"8b9e49b86bc13bff","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":1707793446749,"stop":1707793446750,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"821ed9bf1cd7be7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/821ed9bf1cd7be7b","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"68bea656eda3ead1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68bea656eda3ead1","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"6c06016328a7c460","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c06016328a7c460","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"c2b0aff42d682b96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b0aff42d682b96","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"c6a97d4930fbf598","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6a97d4930fbf598","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"7473aeeda8b0b0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7473aeeda8b0b0c2","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"86e13f693e6061a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86e13f693e6061a3","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"8dfa4950c9b17ae7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dfa4950c9b17ae7","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"80a6ba12415cfa3c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80a6ba12415cfa3c","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"d881bc0052cadb0e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d881bc0052cadb0e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"892304e0ce01da8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/892304e0ce01da8e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"7e6f497ad86e4310","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6f497ad86e4310","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"cd7c75dc9099061e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cd7c75dc9099061e","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"tags":[]},"source":"8b9e49b86bc13bff.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/98f673c9d5896bfb.json b/6406/data/test-cases/8ba30b99866a801f.json similarity index 86% rename from 6379/data/test-cases/98f673c9d5896bfb.json rename to 6406/data/test-cases/8ba30b99866a801f.json index c21b39306bd..61444dddb9d 100644 --- a/6379/data/test-cases/98f673c9d5896bfb.json +++ b/6406/data/test-cases/8ba30b99866a801f.json @@ -1 +1 @@ -{"uid":"98f673c9d5896bfb","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":1707419080403,"stop":1707419080408,"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":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"808dc1ef5aaddf59","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/808dc1ef5aaddf59","status":"passed","time":{"start":1707418322021,"stop":1707418322021,"duration":0}},{"uid":"895a1ef82142a094","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/895a1ef82142a094","status":"passed","time":{"start":1707418259984,"stop":1707418259984,"duration":0}},{"uid":"91d70d971b0c8bae","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/91d70d971b0c8bae","status":"passed","time":{"start":1707412707114,"stop":1707412707115,"duration":1}},{"uid":"31ab0f87740a60eb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/31ab0f87740a60eb","status":"passed","time":{"start":1707411118111,"stop":1707411118112,"duration":1}},{"uid":"109d9dafcf86f212","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/109d9dafcf86f212","status":"passed","time":{"start":1707409587925,"stop":1707409587926,"duration":1}},{"uid":"1964a06662cbe145","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1964a06662cbe145","status":"passed","time":{"start":1707408980233,"stop":1707408980233,"duration":0}},{"uid":"88252d009af28a99","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/88252d009af28a99","status":"passed","time":{"start":1707408927123,"stop":1707408927124,"duration":1}},{"uid":"eed30fe0e8153c16","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/eed30fe0e8153c16","status":"passed","time":{"start":1707408458742,"stop":1707408458742,"duration":0}},{"uid":"497fa4448c6bc6dc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/497fa4448c6bc6dc","status":"passed","time":{"start":1707407520231,"stop":1707407520231,"duration":0}},{"uid":"2866225c6526b488","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2866225c6526b488","status":"passed","time":{"start":1707407427634,"stop":1707407427634,"duration":0}},{"uid":"257397500d369b6d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/257397500d369b6d","status":"passed","time":{"start":1707404404309,"stop":1707404404309,"duration":0}},{"uid":"b14a91533dd5b88d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b14a91533dd5b88d","status":"passed","time":{"start":1707375846756,"stop":1707375846756,"duration":0}},{"uid":"b763bd6d639820f1","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b763bd6d639820f1","status":"passed","time":{"start":1707373035645,"stop":1707373035645,"duration":0}},{"uid":"9624385ddc3f0d57","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9624385ddc3f0d57","status":"passed","time":{"start":1707359236212,"stop":1707359236213,"duration":1}},{"uid":"4f968cf3c3e42701","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f968cf3c3e42701","status":"passed","time":{"start":1707357965198,"stop":1707357965198,"duration":0}},{"uid":"9a5258e0d782c5c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a5258e0d782c5c","status":"passed","time":{"start":1707357048205,"stop":1707357048206,"duration":1}},{"uid":"508db9030a182fe9","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/508db9030a182fe9","status":"passed","time":{"start":1707355141615,"stop":1707355141615,"duration":0}}]},"tags":[]},"source":"98f673c9d5896bfb.json","parameterValues":[]} \ No newline at end of file +{"uid":"8ba30b99866a801f","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":1707793238873,"stop":1707793238873,"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":14,"unknown":0,"total":14},"items":[{"uid":"a86d5780dacd1043","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a86d5780dacd1043","status":"passed","time":{"start":1707778202481,"stop":1707778202481,"duration":0}},{"uid":"aa3b3a8fab506c08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aa3b3a8fab506c08","status":"passed","time":{"start":1707775486627,"stop":1707775486628,"duration":1}},{"uid":"1fc1b98020db5560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fc1b98020db5560","status":"passed","time":{"start":1707775300136,"stop":1707775300137,"duration":1}},{"uid":"223cf2a8cf5a7891","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/223cf2a8cf5a7891","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"ce884d5b0894a6cf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce884d5b0894a6cf","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"5e32d9c80029fccf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e32d9c80029fccf","status":"passed","time":{"start":1707760174021,"stop":1707760174022,"duration":1}},{"uid":"a0b1ff3394cac356","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0b1ff3394cac356","status":"passed","time":{"start":1707757873922,"stop":1707757873922,"duration":0}},{"uid":"6c5969fb12c5f0f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c5969fb12c5f0f0","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"9e34a14d1e2b8bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e34a14d1e2b8bb9","status":"passed","time":{"start":1707753870444,"stop":1707753870444,"duration":0}},{"uid":"d039853ff2c3f3c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d039853ff2c3f3c0","status":"passed","time":{"start":1707753647510,"stop":1707753647511,"duration":1}},{"uid":"109b64d369599492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/109b64d369599492","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"4e6688407000707c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4e6688407000707c","status":"passed","time":{"start":1707736947846,"stop":1707736947847,"duration":1}},{"uid":"5b9f9975850755df","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b9f9975850755df","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"tags":[]},"source":"8ba30b99866a801f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8bb97c562455d3ef.json b/6406/data/test-cases/8bb97c562455d3ef.json new file mode 100644 index 00000000000..cf33ce774e0 --- /dev/null +++ b/6406/data/test-cases/8bb97c562455d3ef.json @@ -0,0 +1 @@ +{"uid":"8bb97c562455d3ef","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":1707792919940,"stop":1707792919941,"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":14,"unknown":0,"total":14},"items":[{"uid":"2b78df1f7cabb38f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b78df1f7cabb38f","status":"passed","time":{"start":1707777865443,"stop":1707777865443,"duration":0}},{"uid":"3a9e88295225682d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9e88295225682d","status":"passed","time":{"start":1707775140806,"stop":1707775140806,"duration":0}},{"uid":"756c37c8946289b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/756c37c8946289b9","status":"passed","time":{"start":1707774947610,"stop":1707774947610,"duration":0}},{"uid":"61e9cf0f65a730d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61e9cf0f65a730d6","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1}},{"uid":"b4f803ca507b0ea4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4f803ca507b0ea4","status":"passed","time":{"start":1707769737619,"stop":1707769737620,"duration":1}},{"uid":"517c58dd2658e954","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/517c58dd2658e954","status":"passed","time":{"start":1707759835148,"stop":1707759835149,"duration":1}},{"uid":"f3badd23972fc3db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f3badd23972fc3db","status":"passed","time":{"start":1707757529705,"stop":1707757529705,"duration":0}},{"uid":"de756dded410572a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de756dded410572a","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"168f46acb95cb5e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/168f46acb95cb5e4","status":"passed","time":{"start":1707753566688,"stop":1707753566688,"duration":0}},{"uid":"49f8f13eedd156f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49f8f13eedd156f1","status":"passed","time":{"start":1707753314174,"stop":1707753314175,"duration":1}},{"uid":"1fc04c5d840e6ab5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fc04c5d840e6ab5","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"460e94486364252c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460e94486364252c","status":"passed","time":{"start":1707736624912,"stop":1707736624913,"duration":1}},{"uid":"a71a0aff4feef8cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a71a0aff4feef8cc","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"tags":[]},"source":"8bb97c562455d3ef.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c04d42e0ed1c9338.json b/6406/data/test-cases/8c32b9da5d546a83.json similarity index 54% rename from 6379/data/test-cases/c04d42e0ed1c9338.json rename to 6406/data/test-cases/8c32b9da5d546a83.json index 85486110302..2ae2a9256e0 100644 --- a/6379/data/test-cases/c04d42e0ed1c9338.json +++ b/6406/data/test-cases/8c32b9da5d546a83.json @@ -1 +1 @@ -{"uid":"c04d42e0ed1c9338","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":1707418873969,"stop":1707418873969,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"29d9279ce556afe0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/29d9279ce556afe0","status":"passed","time":{"start":1707418134419,"stop":1707418134421,"duration":2}},{"uid":"9809894bcf7b8f67","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/9809894bcf7b8f67","status":"passed","time":{"start":1707418089122,"stop":1707418089122,"duration":0}},{"uid":"dc15d08820a77a1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/dc15d08820a77a1","status":"passed","time":{"start":1707412521479,"stop":1707412521479,"duration":0}},{"uid":"7363ccc770825d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7363ccc770825d","status":"passed","time":{"start":1707410940018,"stop":1707410940019,"duration":1}},{"uid":"df445c73073d5eb8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/df445c73073d5eb8","status":"passed","time":{"start":1707409391200,"stop":1707409391200,"duration":0}},{"uid":"cfae52ddf1bf0354","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cfae52ddf1bf0354","status":"passed","time":{"start":1707408781562,"stop":1707408781563,"duration":1}},{"uid":"5a529346c5a0892c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5a529346c5a0892c","status":"passed","time":{"start":1707408744496,"stop":1707408744496,"duration":0}},{"uid":"e4acea7888aa4348","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e4acea7888aa4348","status":"passed","time":{"start":1707408261449,"stop":1707408261449,"duration":0}},{"uid":"9f04b115c798cfb5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9f04b115c798cfb5","status":"passed","time":{"start":1707407338363,"stop":1707407338363,"duration":0}},{"uid":"2fa1d31f27dde43a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2fa1d31f27dde43a","status":"passed","time":{"start":1707407221286,"stop":1707407221286,"duration":0}},{"uid":"40c3e43c2b4ed6a7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/40c3e43c2b4ed6a7","status":"passed","time":{"start":1707404211878,"stop":1707404211878,"duration":0}},{"uid":"c157fe16ac03874f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c157fe16ac03874f","status":"passed","time":{"start":1707375653456,"stop":1707375653456,"duration":0}},{"uid":"c99deafd1ea0a67a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c99deafd1ea0a67a","status":"passed","time":{"start":1707372857537,"stop":1707372857537,"duration":0}},{"uid":"71105485095eb786","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/71105485095eb786","status":"passed","time":{"start":1707359049320,"stop":1707359049320,"duration":0}},{"uid":"83585f7c4edc5293","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/83585f7c4edc5293","status":"passed","time":{"start":1707357781644,"stop":1707357781644,"duration":0}},{"uid":"4ee75a7d0199aa8a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4ee75a7d0199aa8a","status":"passed","time":{"start":1707356903403,"stop":1707356903403,"duration":0}},{"uid":"fd391fcfc33f678d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fd391fcfc33f678d","status":"passed","time":{"start":1707355100961,"stop":1707355100961,"duration":0}}]},"tags":[]},"source":"c04d42e0ed1c9338.json","parameterValues":[]} \ No newline at end of file +{"uid":"8c32b9da5d546a83","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":1707793059103,"stop":1707793059103,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"8269c376d0e9979f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8269c376d0e9979f","status":"passed","time":{"start":1707778002171,"stop":1707778002172,"duration":1}},{"uid":"cd082d8ac5f34506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd082d8ac5f34506","status":"passed","time":{"start":1707775288511,"stop":1707775288512,"duration":1}},{"uid":"2135cd3dea33f257","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2135cd3dea33f257","status":"passed","time":{"start":1707775094106,"stop":1707775094106,"duration":0}},{"uid":"eb0e559bfac46dd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb0e559bfac46dd5","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"duration":0}},{"uid":"8142a479c2653487","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8142a479c2653487","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"e3a7b8044d1987de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3a7b8044d1987de","status":"passed","time":{"start":1707759985514,"stop":1707759985514,"duration":0}},{"uid":"96bbf9129b8085a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96bbf9129b8085a8","status":"passed","time":{"start":1707757677814,"stop":1707757677814,"duration":0}},{"uid":"e62967e1857046b4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e62967e1857046b4","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"587ff1f00fc0e0d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/587ff1f00fc0e0d3","status":"passed","time":{"start":1707753735504,"stop":1707753735504,"duration":0}},{"uid":"c6305b1b2c1b899f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6305b1b2c1b899f","status":"passed","time":{"start":1707753472971,"stop":1707753472972,"duration":1}},{"uid":"8ff43fb81bd76818","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ff43fb81bd76818","status":"passed","time":{"start":1707750845170,"stop":1707750845171,"duration":1}},{"uid":"1831be9a69a73166","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1831be9a69a73166","status":"passed","time":{"start":1707736769678,"stop":1707736769678,"duration":0}},{"uid":"a210c675208248a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a210c675208248a1","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"tags":[]},"source":"8c32b9da5d546a83.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d1808c76c4d9b3c9.json b/6406/data/test-cases/8c877d88e800e0ad.json similarity index 81% rename from 6379/data/test-cases/d1808c76c4d9b3c9.json rename to 6406/data/test-cases/8c877d88e800e0ad.json index c8fe67e5175..878d756f674 100644 --- a/6379/data/test-cases/d1808c76c4d9b3c9.json +++ b/6406/data/test-cases/8c877d88e800e0ad.json @@ -1 +1 @@ -{"uid":"d1808c76c4d9b3c9","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":1707419181420,"stop":1707419181421,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"54a2579100976df8","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/54a2579100976df8","status":"passed","time":{"start":1707418419768,"stop":1707418419769,"duration":1}},{"uid":"e0437f1a9fd63b01","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e0437f1a9fd63b01","status":"passed","time":{"start":1707418388452,"stop":1707418388452,"duration":0}},{"uid":"af3f088169538754","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/af3f088169538754","status":"passed","time":{"start":1707412796137,"stop":1707412796138,"duration":1}},{"uid":"9d47c119c32ea3b5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9d47c119c32ea3b5","status":"passed","time":{"start":1707411256103,"stop":1707411256103,"duration":0}},{"uid":"4a09bb10fa575ef1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4a09bb10fa575ef1","status":"passed","time":{"start":1707409690318,"stop":1707409690318,"duration":0}},{"uid":"f3fb84503ff3ce08","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f3fb84503ff3ce08","status":"passed","time":{"start":1707409095925,"stop":1707409095925,"duration":0}},{"uid":"e2e984009946e23a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e2e984009946e23a","status":"passed","time":{"start":1707409032418,"stop":1707409032423,"duration":5}},{"uid":"909b12cbb5c9625d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/909b12cbb5c9625d","status":"passed","time":{"start":1707408574261,"stop":1707408574261,"duration":0}},{"uid":"1b5f1d8097be19e0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1b5f1d8097be19e0","status":"passed","time":{"start":1707407633875,"stop":1707407633876,"duration":1}},{"uid":"7c971da9fc2ff6c9","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7c971da9fc2ff6c9","status":"passed","time":{"start":1707407545224,"stop":1707407545225,"duration":1}},{"uid":"d2501a3c59962a4e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d2501a3c59962a4e","status":"passed","time":{"start":1707404532438,"stop":1707404532443,"duration":5}},{"uid":"850aa2796617584f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/850aa2796617584f","status":"passed","time":{"start":1707375958772,"stop":1707375958772,"duration":0}},{"uid":"9aa7f968c3ce3781","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9aa7f968c3ce3781","status":"passed","time":{"start":1707373157757,"stop":1707373157757,"duration":0}},{"uid":"8fc2167680a2fa86","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8fc2167680a2fa86","status":"passed","time":{"start":1707359355978,"stop":1707359355979,"duration":1}},{"uid":"2008c77c14dd468d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2008c77c14dd468d","status":"passed","time":{"start":1707358094697,"stop":1707358094697,"duration":0}},{"uid":"a5560ae3f4969d78","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a5560ae3f4969d78","status":"passed","time":{"start":1707357164921,"stop":1707357164922,"duration":1}},{"uid":"ad9e10fda4545f5b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ad9e10fda4545f5b","status":"passed","time":{"start":1707355248782,"stop":1707355248782,"duration":0}}]},"tags":[]},"source":"d1808c76c4d9b3c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"8c877d88e800e0ad","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":1707793371108,"stop":1707793371109,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"d65dc63da6b54220","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d65dc63da6b54220","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"287982de8a2cdd19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/287982de8a2cdd19","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"32aedfccb9377581","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32aedfccb9377581","status":"passed","time":{"start":1707775390237,"stop":1707775390238,"duration":1}},{"uid":"a954f7a94ada029e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a954f7a94ada029e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"ef43f4d1b2cc4a34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef43f4d1b2cc4a34","status":"passed","time":{"start":1707769968721,"stop":1707769968722,"duration":1}},{"uid":"af8fef5aae686c2e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8fef5aae686c2e","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"738e49df2ce6cd36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/738e49df2ce6cd36","status":"passed","time":{"start":1707758006714,"stop":1707758006715,"duration":1}},{"uid":"3240346548fafca5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3240346548fafca5","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ebc02c60c6799be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ebc02c60c6799be","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"a516b2046154440f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a516b2046154440f","status":"passed","time":{"start":1707753782761,"stop":1707753782762,"duration":1}},{"uid":"9f663d4b24aec647","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f663d4b24aec647","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"2866f7ff5a7fddfd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2866f7ff5a7fddfd","status":"passed","time":{"start":1707737091349,"stop":1707737091349,"duration":0}},{"uid":"702e2b0b369dae85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/702e2b0b369dae85","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"tags":[]},"source":"8c877d88e800e0ad.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8cdc781d54083eda.json b/6406/data/test-cases/8cdc781d54083eda.json new file mode 100644 index 00000000000..d0ab7bc4b5b --- /dev/null +++ b/6406/data/test-cases/8cdc781d54083eda.json @@ -0,0 +1 @@ +{"uid":"8cdc781d54083eda","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":1707793238876,"stop":1707793238877,"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":14,"unknown":0,"total":14},"items":[{"uid":"66a94525f4403fa9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66a94525f4403fa9","status":"passed","time":{"start":1707778202499,"stop":1707778202500,"duration":1}},{"uid":"c2495d0a18531f6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2495d0a18531f6f","status":"passed","time":{"start":1707775486635,"stop":1707775486636,"duration":1}},{"uid":"26e9c920528f976d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26e9c920528f976d","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"2149e3aa02c5c7e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2149e3aa02c5c7e4","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0}},{"uid":"4558f3f326a7f464","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4558f3f326a7f464","status":"passed","time":{"start":1707770051399,"stop":1707770051399,"duration":0}},{"uid":"49208c1c09a802fb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/49208c1c09a802fb","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"11fe265ee3a9bad9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11fe265ee3a9bad9","status":"passed","time":{"start":1707757873927,"stop":1707757873928,"duration":1}},{"uid":"987165fd587b1367","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/987165fd587b1367","status":"passed","time":{"start":1707756499910,"stop":1707756499911,"duration":1}},{"uid":"de795df915186d83","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de795df915186d83","status":"passed","time":{"start":1707753870460,"stop":1707753870468,"duration":8}},{"uid":"8b2edd487b77bb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b2edd487b77bb7","status":"passed","time":{"start":1707753647522,"stop":1707753647523,"duration":1}},{"uid":"97734ab24459b217","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97734ab24459b217","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"2b0021154fcfb356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b0021154fcfb356","status":"passed","time":{"start":1707736947852,"stop":1707736947852,"duration":0}},{"uid":"19ab8159d55e080f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19ab8159d55e080f","status":"passed","time":{"start":1707736152508,"stop":1707736152508,"duration":0}}]},"tags":[]},"source":"8cdc781d54083eda.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8d10b5656006a29f.json b/6406/data/test-cases/8d10b5656006a29f.json new file mode 100644 index 00000000000..0147485bb1e --- /dev/null +++ b/6406/data/test-cases/8d10b5656006a29f.json @@ -0,0 +1 @@ +{"uid":"8d10b5656006a29f","name":"can dial TLS multiaddrs","fullName":"/tests/multiaddr.node.spec.ts: multiaddr: dialing > can dial TLS multiaddrs","historyId":"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793093670,"stop":1707793093671,"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":14,"unknown":0,"total":14},"items":[{"uid":"e341c6308f719e5c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e341c6308f719e5c","status":"passed","time":{"start":1707778040176,"stop":1707778040176,"duration":0}},{"uid":"8dcf829a965f98b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dcf829a965f98b8","status":"passed","time":{"start":1707775332137,"stop":1707775332137,"duration":0}},{"uid":"32a76a8e18021653","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32a76a8e18021653","status":"passed","time":{"start":1707775137043,"stop":1707775137043,"duration":0}},{"uid":"c0b528c6530e54b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0b528c6530e54b8","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1}},{"uid":"4f4ef5707d95c10c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4f4ef5707d95c10c","status":"passed","time":{"start":1707769926380,"stop":1707769926380,"duration":0}},{"uid":"a56182e18b479314","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a56182e18b479314","status":"passed","time":{"start":1707760029630,"stop":1707760029630,"duration":0}},{"uid":"c5fd768cc4468dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5fd768cc4468dd5","status":"passed","time":{"start":1707757713781,"stop":1707757713781,"duration":0}},{"uid":"c31083881d7ff397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c31083881d7ff397","status":"passed","time":{"start":1707756348022,"stop":1707756348022,"duration":0}},{"uid":"92db230cdb9a9995","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92db230cdb9a9995","status":"passed","time":{"start":1707753739731,"stop":1707753739731,"duration":0}},{"uid":"c2e0433260b5bfb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2e0433260b5bfb6","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"feac3cd36238ede8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feac3cd36238ede8","status":"passed","time":{"start":1707750884258,"stop":1707750884259,"duration":1}},{"uid":"db5f80af0e8859a1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db5f80af0e8859a1","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"d932b80f2817cf61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d932b80f2817cf61","status":"passed","time":{"start":1707736018904,"stop":1707736018904,"duration":0}}]},"tags":[]},"source":"8d10b5656006a29f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8d3b05e54c157de.json b/6406/data/test-cases/8d3b05e54c157de.json new file mode 100644 index 00000000000..fe3cd18847f --- /dev/null +++ b/6406/data/test-cases/8d3b05e54c157de.json @@ -0,0 +1 @@ +{"uid":"8d3b05e54c157de","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":1707793355776,"stop":1707793355776,"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":14,"unknown":0,"total":14},"items":[{"uid":"1043226e15222546","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1043226e15222546","status":"passed","time":{"start":1707778326665,"stop":1707778326666,"duration":1}},{"uid":"f967209126aad2b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f967209126aad2b8","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"82975dbb3efc0ad5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82975dbb3efc0ad5","status":"passed","time":{"start":1707775405804,"stop":1707775405805,"duration":1}},{"uid":"1bab8eb561de3664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bab8eb561de3664","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"duration":1}},{"uid":"d735eb19929b061e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d735eb19929b061e","status":"passed","time":{"start":1707770116111,"stop":1707770116111,"duration":0}},{"uid":"24bc04d39b4a20c5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24bc04d39b4a20c5","status":"passed","time":{"start":1707760294898,"stop":1707760294899,"duration":1}},{"uid":"3df92521044d113a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3df92521044d113a","status":"passed","time":{"start":1707757992698,"stop":1707757992698,"duration":0}},{"uid":"1a4ece8b436a51bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a4ece8b436a51bf","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"86445fd2a14045f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/86445fd2a14045f1","status":"passed","time":{"start":1707753926587,"stop":1707753926588,"duration":1}},{"uid":"49efde8329103622","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49efde8329103622","status":"passed","time":{"start":1707753779030,"stop":1707753779031,"duration":1}},{"uid":"c3d2d49821ee25fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c3d2d49821ee25fa","status":"passed","time":{"start":1707751117673,"stop":1707751117674,"duration":1}},{"uid":"419a5793c9df2286","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/419a5793c9df2286","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"3767b85159267472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3767b85159267472","status":"passed","time":{"start":1707736281625,"stop":1707736281625,"duration":0}}]},"tags":[]},"source":"8d3b05e54c157de.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/27a24c7f36ed7062.json b/6406/data/test-cases/8df5bd76140ef9a1.json similarity index 82% rename from 6379/data/test-cases/27a24c7f36ed7062.json rename to 6406/data/test-cases/8df5bd76140ef9a1.json index eb4c0669c3b..2aa91cd88b4 100644 --- a/6379/data/test-cases/27a24c7f36ed7062.json +++ b/6406/data/test-cases/8df5bd76140ef9a1.json @@ -1 +1 @@ -{"uid":"27a24c7f36ed7062","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":1707419289508,"stop":1707419289508,"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: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"d0ac1e75d8b1fb5f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d0ac1e75d8b1fb5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418535549,"stop":1707418535549,"duration":0}},{"uid":"ae8071e1af51f7f1","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ae8071e1af51f7f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418482225,"stop":1707418482225,"duration":0}},{"uid":"3fa987ab5e29c5d0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3fa987ab5e29c5d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412863490,"stop":1707412863490,"duration":0}},{"uid":"1c668c490e7e16f8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1c668c490e7e16f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411338661,"stop":1707411338661,"duration":0}},{"uid":"34c12061afac3e5f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/34c12061afac3e5f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409792238,"stop":1707409792239,"duration":1}},{"uid":"611353ca715fa527","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/611353ca715fa527","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409177762,"stop":1707409177763,"duration":1}},{"uid":"170734c92f1229e0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/170734c92f1229e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409135097,"stop":1707409135097,"duration":0}},{"uid":"57b28177f8903aae","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/57b28177f8903aae","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408664032,"stop":1707408664032,"duration":0}},{"uid":"21a756b7241420ca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/21a756b7241420ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407736518,"stop":1707407736518,"duration":0}},{"uid":"81de97e603c82de8","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/81de97e603c82de8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407618237,"stop":1707407618237,"duration":0}},{"uid":"dde1dc3ba0c2a0a8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/dde1dc3ba0c2a0a8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404537725,"stop":1707404537725,"duration":0}},{"uid":"366019e752720643","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/366019e752720643","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375978551,"stop":1707375978551,"duration":0}},{"uid":"7e6532ef2e52422c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7e6532ef2e52422c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373245365,"stop":1707373245366,"duration":1}},{"uid":"6f298bc582beb3e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6f298bc582beb3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359448674,"stop":1707359448674,"duration":0}},{"uid":"67848c3ce0d04614","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/67848c3ce0d04614","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358197194,"stop":1707358197194,"duration":0}},{"uid":"4b50c8c59ee93acc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4b50c8c59ee93acc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357226635,"stop":1707357226635,"duration":0}},{"uid":"931a2b423f88b7a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/931a2b423f88b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355477319,"stop":1707355477320,"duration":1}}]},"tags":[]},"source":"27a24c7f36ed7062.json","parameterValues":[]} \ No newline at end of file +{"uid":"8df5bd76140ef9a1","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":1707793446747,"stop":1707793446747,"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: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"778d8f2d93958b7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/778d8f2d93958b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"9e84d9ee33c7d5b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9e84d9ee33c7d5b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685033,"stop":1707775685033,"duration":0}},{"uid":"4f2c7feb59634139","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f2c7feb59634139","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494283,"stop":1707775494283,"duration":0}},{"uid":"9c33f51acf880c35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c33f51acf880c35","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424184,"stop":1707770424185,"duration":1}},{"uid":"440fea619bd26874","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/440fea619bd26874","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"f33dadf00c173957","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f33dadf00c173957","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"8c6415432086d7df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c6415432086d7df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004333,"stop":1707758004334,"duration":1}},{"uid":"870b80b96cc6d257","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/870b80b96cc6d257","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690168,"stop":1707756690168,"duration":0}},{"uid":"c1386e23fb5335d4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1386e23fb5335d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051792,"stop":1707754051793,"duration":1}},{"uid":"8127882717d07a28","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8127882717d07a28","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877933,"duration":1}},{"uid":"91e19e246e39d848","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91e19e246e39d848","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"c5560aba84676d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5560aba84676d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"5cc4959e95e45234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5cc4959e95e45234","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353045,"duration":1}}]},"tags":[]},"source":"8df5bd76140ef9a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8e2d7a06a15f0ea2.json b/6406/data/test-cases/8e2d7a06a15f0ea2.json new file mode 100644 index 00000000000..37af57a70d5 --- /dev/null +++ b/6406/data/test-cases/8e2d7a06a15f0ea2.json @@ -0,0 +1 @@ +{"uid":"8e2d7a06a15f0ea2","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":1707793354574,"stop":1707793354575,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Peer Exchange\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.sharding"},{"name":"parentSuite","value":"Autosharding: Peer Management"},{"name":"suite","value":"Peer Exchange"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aed164362cee3aba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aed164362cee3aba","status":"passed","time":{"start":1707778308338,"stop":1707778308338,"duration":0}},{"uid":"f5371cc0797b58be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5371cc0797b58be","status":"passed","time":{"start":1707775586583,"stop":1707775586583,"duration":0}},{"uid":"e1ce97cda75fb8fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e1ce97cda75fb8fa","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"6ee08259b9ae6134","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ee08259b9ae6134","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"duration":0}},{"uid":"3909aaba05eba607","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3909aaba05eba607","status":"passed","time":{"start":1707770159288,"stop":1707770159289,"duration":1}},{"uid":"58fff322f4d5d687","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58fff322f4d5d687","status":"passed","time":{"start":1707760280828,"stop":1707760280828,"duration":0}},{"uid":"85cd4ac2c11477bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85cd4ac2c11477bd","status":"passed","time":{"start":1707757976564,"stop":1707757976565,"duration":1}},{"uid":"46e634ae2cef88eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/46e634ae2cef88eb","status":"passed","time":{"start":1707756601160,"stop":1707756601161,"duration":1}},{"uid":"14e9e172c95b0017","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/14e9e172c95b0017","status":"passed","time":{"start":1707753969929,"stop":1707753969929,"duration":0}},{"uid":"972b31f0c4e7ad0c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/972b31f0c4e7ad0c","status":"passed","time":{"start":1707753767216,"stop":1707753767216,"duration":0}},{"uid":"e14a90cb295e2f91","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e14a90cb295e2f91","status":"passed","time":{"start":1707751042634,"stop":1707751042634,"duration":0}},{"uid":"210c520ec6383e88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/210c520ec6383e88","status":"passed","time":{"start":1707737071260,"stop":1707737071260,"duration":0}},{"uid":"ffc74bc50d1bebf4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc74bc50d1bebf4","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"tags":[]},"source":"8e2d7a06a15f0ea2.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8e50f1b9c0fc86a1.json b/6406/data/test-cases/8e50f1b9c0fc86a1.json new file mode 100644 index 00000000000..73960cd0878 --- /dev/null +++ b/6406/data/test-cases/8e50f1b9c0fc86a1.json @@ -0,0 +1 @@ +{"uid":"8e50f1b9c0fc86a1","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":1707792822804,"stop":1707792822804,"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":14,"unknown":0,"total":14},"items":[{"uid":"33b676b6378b6373","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33b676b6378b6373","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"3a3e3de128d34062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a3e3de128d34062","status":"passed","time":{"start":1707775048147,"stop":1707775048148,"duration":1}},{"uid":"1b377d6e1e92fea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1b377d6e1e92fea","status":"passed","time":{"start":1707774850258,"stop":1707774850258,"duration":0}},{"uid":"4ef9eb2dcf049c99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ef9eb2dcf049c99","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1}},{"uid":"d559221b3f48a304","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d559221b3f48a304","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"a36308fa70df6aab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a36308fa70df6aab","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"b45f80c1002a1dd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b45f80c1002a1dd1","status":"passed","time":{"start":1707757440223,"stop":1707757440223,"duration":0}},{"uid":"970ce7aa601cc83d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/970ce7aa601cc83d","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"ea8c80b34918e2d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8c80b34918e2d3","status":"passed","time":{"start":1707753487642,"stop":1707753487642,"duration":0}},{"uid":"5ada2f41d93cbe31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5ada2f41d93cbe31","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"8eb22148d16e721e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb22148d16e721e","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"fd28080ccbf32f77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd28080ccbf32f77","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"1e33d043e92245a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1e33d043e92245a","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"tags":[]},"source":"8e50f1b9c0fc86a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4bfd2c2128fd3166.json b/6406/data/test-cases/8e65953ffb589b00.json similarity index 96% rename from 6379/data/test-cases/4bfd2c2128fd3166.json rename to 6406/data/test-cases/8e65953ffb589b00.json index f0b22288f5f..79ba31ba32b 100644 --- a/6379/data/test-cases/4bfd2c2128fd3166.json +++ b/6406/data/test-cases/8e65953ffb589b00.json @@ -1 +1 @@ -{"uid":"4bfd2c2128fd3166","name":"Publish message with custom timestamp: Thu Feb 08 2024 18:03:03 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Thu Feb 08 2024 18:03:03 GMT+0000 (Coordinated Universal Time)","historyId":"dd83fc1cbd07706a99e1362d8ee2864d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418998147,"stop":1707418998147,"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":"4bfd2c2128fd3166.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e65953ffb589b00","name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","historyId":"123020675d1434c8bfe5dd26be412101:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793153225,"stop":1707793153226,"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":"8e65953ffb589b00.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/46aacef2ede2b918.json b/6406/data/test-cases/8e67234dbf663e70.json similarity index 55% rename from 6379/data/test-cases/46aacef2ede2b918.json rename to 6406/data/test-cases/8e67234dbf663e70.json index cf8322f259e..9f380d70543 100644 --- a/6379/data/test-cases/46aacef2ede2b918.json +++ b/6406/data/test-cases/8e67234dbf663e70.json @@ -1 +1 @@ -{"uid":"46aacef2ede2b918","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":1707418673495,"stop":1707418673496,"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":18,"unknown":0,"total":18},"items":[{"uid":"f11e73dfa42f8c80","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f11e73dfa42f8c80","status":"passed","time":{"start":1707417924739,"stop":1707417924740,"duration":1}},{"uid":"34d53484be560b88","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/34d53484be560b88","status":"passed","time":{"start":1707417870246,"stop":1707417870246,"duration":0}},{"uid":"aeeb6b2bb0929140","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/aeeb6b2bb0929140","status":"passed","time":{"start":1707412286896,"stop":1707412286899,"duration":3}},{"uid":"4b073620fce1ce0a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4b073620fce1ce0a","status":"passed","time":{"start":1707410723124,"stop":1707410723125,"duration":1}},{"uid":"5e3083a4a1252b33","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5e3083a4a1252b33","status":"passed","time":{"start":1707409189905,"stop":1707409189905,"duration":0}},{"uid":"cac2ca62284c3c84","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cac2ca62284c3c84","status":"passed","time":{"start":1707408589352,"stop":1707408589353,"duration":1}},{"uid":"7985eb37a8a3a8f2","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7985eb37a8a3a8f2","status":"passed","time":{"start":1707408533114,"stop":1707408533116,"duration":2}},{"uid":"a1f22e4c2ebc89f2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a1f22e4c2ebc89f2","status":"passed","time":{"start":1707408061203,"stop":1707408061204,"duration":1}},{"uid":"7cc7a1cbc5cd832b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7cc7a1cbc5cd832b","status":"passed","time":{"start":1707407125399,"stop":1707407125403,"duration":4}},{"uid":"7b9520e04bfc9a42","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7b9520e04bfc9a42","status":"passed","time":{"start":1707407001486,"stop":1707407001486,"duration":0}},{"uid":"b493cdf43bd9a584","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b493cdf43bd9a584","status":"passed","time":{"start":1707404032622,"stop":1707404032623,"duration":1}},{"uid":"2f47388121575d0e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2f47388121575d0e","status":"passed","time":{"start":1707375440390,"stop":1707375440391,"duration":1}},{"uid":"55ab9ad02da952b8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/55ab9ad02da952b8","status":"passed","time":{"start":1707372652227,"stop":1707372652228,"duration":1}},{"uid":"2b8072aef82770bd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b8072aef82770bd","status":"passed","time":{"start":1707358833802,"stop":1707358833802,"duration":0}},{"uid":"25389b8503d495fa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/25389b8503d495fa","status":"passed","time":{"start":1707357581874,"stop":1707357581874,"duration":0}},{"uid":"c6e783d56a37349","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c6e783d56a37349","status":"passed","time":{"start":1707356700910,"stop":1707356700911,"duration":1}},{"uid":"6d272785892db250","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6d272785892db250","status":"passed","time":{"start":1707354722470,"stop":1707354722470,"duration":0}}]},"tags":[]},"source":"46aacef2ede2b918.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e67234dbf663e70","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":1707792849458,"stop":1707792849458,"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":14,"unknown":0,"total":14},"items":[{"uid":"b7618cf8f0e801c4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7618cf8f0e801c4","status":"passed","time":{"start":1707777798758,"stop":1707777798759,"duration":1}},{"uid":"671fe9dfb06f7892","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/671fe9dfb06f7892","status":"passed","time":{"start":1707775072145,"stop":1707775072150,"duration":5}},{"uid":"c0ad49c4064f7960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c0ad49c4064f7960","status":"passed","time":{"start":1707774880418,"stop":1707774880419,"duration":1}},{"uid":"daffbec1b627121a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daffbec1b627121a","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"duration":1}},{"uid":"50117c4f836acd6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/50117c4f836acd6a","status":"passed","time":{"start":1707769677702,"stop":1707769677702,"duration":0}},{"uid":"87c3c8697cf08884","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87c3c8697cf08884","status":"passed","time":{"start":1707759769672,"stop":1707759769673,"duration":1}},{"uid":"88f16f8bdce4af1b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88f16f8bdce4af1b","status":"passed","time":{"start":1707757468637,"stop":1707757468638,"duration":1}},{"uid":"a53941c67e2a9da0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a53941c67e2a9da0","status":"passed","time":{"start":1707756096175,"stop":1707756096176,"duration":1}},{"uid":"3e5e7353f457ac32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3e5e7353f457ac32","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"2041dff6fdbe954e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2041dff6fdbe954e","status":"passed","time":{"start":1707753244714,"stop":1707753244726,"duration":12}},{"uid":"9a9c2cb84aa41fb1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a9c2cb84aa41fb1","status":"passed","time":{"start":1707750643519,"stop":1707750643519,"duration":0}},{"uid":"436572258f3afd8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/436572258f3afd8d","status":"passed","time":{"start":1707736558645,"stop":1707736558645,"duration":0}},{"uid":"f2d4f40760ab4b29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2d4f40760ab4b29","status":"passed","time":{"start":1707735743489,"stop":1707735743489,"duration":0}}]},"tags":[]},"source":"8e67234dbf663e70.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8e79c918ffd9ea99.json b/6406/data/test-cases/8e79c918ffd9ea99.json new file mode 100644 index 00000000000..e4c5127ceaf --- /dev/null +++ b/6406/data/test-cases/8e79c918ffd9ea99.json @@ -0,0 +1 @@ +{"uid":"8e79c918ffd9ea99","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":1707792800818,"stop":1707792800818,"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":14,"unknown":0,"total":14},"items":[{"uid":"b71e0345270350f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b71e0345270350f3","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"2a5b08606e3cc731","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5b08606e3cc731","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"ecfbe8c95aa6dbd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecfbe8c95aa6dbd","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"3ad72f414f36c722","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ad72f414f36c722","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"5eb9dfde71822451","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5eb9dfde71822451","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"c4675196d0d00c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c4675196d0d00c0","status":"passed","time":{"start":1707759722869,"stop":1707759722870,"duration":1}},{"uid":"bd44649681e8a444","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bd44649681e8a444","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"df5507b28e4317e0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df5507b28e4317e0","status":"passed","time":{"start":1707756047297,"stop":1707756047298,"duration":1}},{"uid":"5412a24a21f2d9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5412a24a21f2d9ef","status":"passed","time":{"start":1707753465444,"stop":1707753465445,"duration":1}},{"uid":"98112234f986c4d3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/98112234f986c4d3","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"b8fa26c24a6e439a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8fa26c24a6e439a","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"24c3169006740a9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c3169006740a9d","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"68bdb8ff6d2d7207","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68bdb8ff6d2d7207","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"tags":[]},"source":"8e79c918ffd9ea99.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8e854ef4022ade12.json b/6406/data/test-cases/8e854ef4022ade12.json new file mode 100644 index 00000000000..041e345e204 --- /dev/null +++ b/6406/data/test-cases/8e854ef4022ade12.json @@ -0,0 +1 @@ +{"uid":"8e854ef4022ade12","name":"3 nodes on /waku/2/rs/3/2 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/2 topic","historyId":"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793142796,"stop":1707793142797,"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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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":14,"unknown":0,"total":14},"items":[{"uid":"f85a734db3b6e064","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f85a734db3b6e064","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"2dd0a4edec63e957","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2dd0a4edec63e957","status":"passed","time":{"start":1707775384054,"stop":1707775384055,"duration":1}},{"uid":"c809805bec8a1433","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c809805bec8a1433","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"a429c055484336de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a429c055484336de","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0}},{"uid":"78b522cd268d5fa8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b522cd268d5fa8","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"f4240b403c4fefe9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4240b403c4fefe9","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"de4d288b04392aee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de4d288b04392aee","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"c35e8865890bf185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35e8865890bf185","status":"passed","time":{"start":1707756396102,"stop":1707756396102,"duration":0}},{"uid":"b4152e4246b0b52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4152e4246b0b52","status":"passed","time":{"start":1707753781758,"stop":1707753781758,"duration":0}},{"uid":"2c452848e324f84d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c452848e324f84d","status":"passed","time":{"start":1707753563104,"stop":1707753563104,"duration":0}},{"uid":"40f241796552eff2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/40f241796552eff2","status":"passed","time":{"start":1707750940659,"stop":1707750940661,"duration":2}},{"uid":"5c461d23b931dfed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c461d23b931dfed","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"9ea2f973f955d1fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ea2f973f955d1fd","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"tags":[]},"source":"8e854ef4022ade12.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a9f932e86ef7c134.json b/6406/data/test-cases/8e9ccba4e09f3f7e.json similarity index 58% rename from 6379/data/test-cases/a9f932e86ef7c134.json rename to 6406/data/test-cases/8e9ccba4e09f3f7e.json index ef23dfa607d..190124aac82 100644 --- a/6379/data/test-cases/a9f932e86ef7c134.json +++ b/6406/data/test-cases/8e9ccba4e09f3f7e.json @@ -1 +1 @@ -{"uid":"a9f932e86ef7c134","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":1707419245418,"stop":1707419245418,"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":18,"unknown":0,"total":18},"items":[{"uid":"dc170072c319775f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/dc170072c319775f","status":"passed","time":{"start":1707418481249,"stop":1707418481249,"duration":0}},{"uid":"89705cdc51120921","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/89705cdc51120921","status":"passed","time":{"start":1707418427431,"stop":1707418427432,"duration":1}},{"uid":"dfbdb7db158c9ce8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/dfbdb7db158c9ce8","status":"passed","time":{"start":1707412836876,"stop":1707412836877,"duration":1}},{"uid":"bf857b136c604d30","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/bf857b136c604d30","status":"passed","time":{"start":1707411293290,"stop":1707411293290,"duration":0}},{"uid":"6f09ccc68f937325","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6f09ccc68f937325","status":"passed","time":{"start":1707409756999,"stop":1707409757000,"duration":1}},{"uid":"cfff2a2c8ecb35a5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cfff2a2c8ecb35a5","status":"passed","time":{"start":1707409144515,"stop":1707409144516,"duration":1}},{"uid":"ae510ed1ab8ae38d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ae510ed1ab8ae38d","status":"passed","time":{"start":1707409099315,"stop":1707409099316,"duration":1}},{"uid":"14d3b5e1af0c87c9","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/14d3b5e1af0c87c9","status":"passed","time":{"start":1707408627016,"stop":1707408627016,"duration":0}},{"uid":"547fc5e151f8e9a3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/547fc5e151f8e9a3","status":"passed","time":{"start":1707407709877,"stop":1707407709877,"duration":0}},{"uid":"a9fb006ed7adf42b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a9fb006ed7adf42b","status":"passed","time":{"start":1707407595124,"stop":1707407595125,"duration":1}},{"uid":"f8b1d435b21cd95","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f8b1d435b21cd95","status":"passed","time":{"start":1707404568408,"stop":1707404568409,"duration":1}},{"uid":"c2b9a75c5a797112","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c2b9a75c5a797112","status":"passed","time":{"start":1707376005645,"stop":1707376005645,"duration":0}},{"uid":"2d40791f1e9ad9f3","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2d40791f1e9ad9f3","status":"passed","time":{"start":1707373217013,"stop":1707373217014,"duration":1}},{"uid":"337a6b2a3a1a35e0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/337a6b2a3a1a35e0","status":"passed","time":{"start":1707359415818,"stop":1707359415818,"duration":0}},{"uid":"b5fb0b8321c6e663","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b5fb0b8321c6e663","status":"passed","time":{"start":1707358177349,"stop":1707358177349,"duration":0}},{"uid":"d1388806e8a43b4a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d1388806e8a43b4a","status":"passed","time":{"start":1707357159131,"stop":1707357159132,"duration":1}},{"uid":"8453b07fa6d50f9b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8453b07fa6d50f9b","status":"passed","time":{"start":1707355369497,"stop":1707355369497,"duration":0}}]},"tags":[]},"source":"a9f932e86ef7c134.json","parameterValues":[]} \ No newline at end of file +{"uid":"8e9ccba4e09f3f7e","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":1707793399647,"stop":1707793399647,"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":13,"unknown":0,"total":13},"items":[{"uid":"f6927cf966ac2c56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6927cf966ac2c56","status":"passed","time":{"start":1707778379763,"stop":1707778379764,"duration":1}},{"uid":"e4c6e189a357fc50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4c6e189a357fc50","status":"passed","time":{"start":1707775649287,"stop":1707775649288,"duration":1}},{"uid":"a7d7148fbb4497e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a7d7148fbb4497e0","status":"passed","time":{"start":1707775456622,"stop":1707775456622,"duration":0}},{"uid":"9c9114fa67004677","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c9114fa67004677","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"duration":0}},{"uid":"fd21e83dc6e45f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd21e83dc6e45f9","status":"passed","time":{"start":1707770165190,"stop":1707770165191,"duration":1}},{"uid":"4ed2dea56454e5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4ed2dea56454e5ab","status":"passed","time":{"start":1707760340809,"stop":1707760340809,"duration":0}},{"uid":"2e70de24dd954ae5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2e70de24dd954ae5","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"688364d2bdf0f41e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688364d2bdf0f41e","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"4c12a68936a19d2c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c12a68936a19d2c","status":"passed","time":{"start":1707753824710,"stop":1707753824711,"duration":1}},{"uid":"4299f89037acc826","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4299f89037acc826","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"aabe5530aa1b6ce9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aabe5530aa1b6ce9","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"bb8d98c038c49b66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb8d98c038c49b66","status":"passed","time":{"start":1707736323081,"stop":1707736323082,"duration":1}}]},"tags":[]},"source":"8e9ccba4e09f3f7e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b0eec50044d6728f.json b/6406/data/test-cases/8fdff327e4dc2d8c.json similarity index 55% rename from 6379/data/test-cases/b0eec50044d6728f.json rename to 6406/data/test-cases/8fdff327e4dc2d8c.json index 397d21d8c59..06b87017a3d 100644 --- a/6379/data/test-cases/b0eec50044d6728f.json +++ b/6406/data/test-cases/8fdff327e4dc2d8c.json @@ -1 +1 @@ -{"uid":"b0eec50044d6728f","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419231827,"stop":1707419231827,"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":18,"unknown":0,"total":18},"items":[{"uid":"2b3f8899bdd5f6c7","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2b3f8899bdd5f6c7","status":"passed","time":{"start":1707418475054,"stop":1707418475054,"duration":0}},{"uid":"801dac151279f859","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/801dac151279f859","status":"passed","time":{"start":1707418426405,"stop":1707418426405,"duration":0}},{"uid":"3049ce46e9e78293","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3049ce46e9e78293","status":"passed","time":{"start":1707412815100,"stop":1707412815100,"duration":0}},{"uid":"939e0e6ee48da647","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/939e0e6ee48da647","status":"passed","time":{"start":1707411281538,"stop":1707411281538,"duration":0}},{"uid":"2d93981de8531b6f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2d93981de8531b6f","status":"passed","time":{"start":1707409756182,"stop":1707409756182,"duration":0}},{"uid":"8677a6212b576bf0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8677a6212b576bf0","status":"passed","time":{"start":1707409134538,"stop":1707409134538,"duration":0}},{"uid":"62b1360a0ed0bda","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/62b1360a0ed0bda","status":"passed","time":{"start":1707409089160,"stop":1707409089160,"duration":0}},{"uid":"d1ac22ab24afdbc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d1ac22ab24afdbc","status":"passed","time":{"start":1707408613618,"stop":1707408613619,"duration":1}},{"uid":"18f34540e2778e37","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/18f34540e2778e37","status":"passed","time":{"start":1707407690284,"stop":1707407690289,"duration":5}},{"uid":"94a8d86e3b80490a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/94a8d86e3b80490a","status":"passed","time":{"start":1707407587135,"stop":1707407587135,"duration":0}},{"uid":"10e3bd60cae662da","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/10e3bd60cae662da","status":"passed","time":{"start":1707404566444,"stop":1707404566444,"duration":0}},{"uid":"93101273a16f449","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/93101273a16f449","status":"passed","time":{"start":1707375995127,"stop":1707375995128,"duration":1}},{"uid":"cade05448c316182","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/cade05448c316182","status":"passed","time":{"start":1707373198914,"stop":1707373198915,"duration":1}},{"uid":"a709c6126e7aa037","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a709c6126e7aa037","status":"passed","time":{"start":1707359396100,"stop":1707359396101,"duration":1}},{"uid":"8170ffa813216751","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8170ffa813216751","status":"passed","time":{"start":1707358145423,"stop":1707358145423,"duration":0}},{"uid":"be92b5086f22820d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/be92b5086f22820d","status":"passed","time":{"start":1707357148267,"stop":1707357148267,"duration":0}},{"uid":"c82303c63a83b224","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c82303c63a83b224","status":"passed","time":{"start":1707355337385,"stop":1707355337385,"duration":0}}]},"tags":[]},"source":"b0eec50044d6728f.json","parameterValues":[]} \ No newline at end of file +{"uid":"8fdff327e4dc2d8c","name":"Default pageSize","fullName":"/tests/store/page_size.node.spec.ts: Waku Store, page size > Default pageSize","historyId":"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793392504,"stop":1707793392504,"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":14,"unknown":0,"total":14},"items":[{"uid":"3d0d9b5ea8018d88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d0d9b5ea8018d88","status":"passed","time":{"start":1707778370029,"stop":1707778370030,"duration":1}},{"uid":"a51ff2599bb9fdd2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a51ff2599bb9fdd2","status":"passed","time":{"start":1707775644358,"stop":1707775644359,"duration":1}},{"uid":"8570d1fe6e895f5e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8570d1fe6e895f5e","status":"passed","time":{"start":1707775439258,"stop":1707775439262,"duration":4}},{"uid":"e532d69e23ee3d04","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e532d69e23ee3d04","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"66dd77dde71805d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66dd77dde71805d4","status":"passed","time":{"start":1707770140538,"stop":1707770140538,"duration":0}},{"uid":"42e5e4f878303342","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42e5e4f878303342","status":"passed","time":{"start":1707760337684,"stop":1707760337685,"duration":1}},{"uid":"eec72242692e3067","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eec72242692e3067","status":"passed","time":{"start":1707758026470,"stop":1707758026470,"duration":0}},{"uid":"25fc1d11d10a6e56","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25fc1d11d10a6e56","status":"passed","time":{"start":1707756656801,"stop":1707756656802,"duration":1}},{"uid":"a44872d84663ab45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a44872d84663ab45","status":"passed","time":{"start":1707753960365,"stop":1707753960366,"duration":1}},{"uid":"980407155e037407","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/980407155e037407","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"4ae99b71dc73f16","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4ae99b71dc73f16","status":"passed","time":{"start":1707751157939,"stop":1707751157940,"duration":1}},{"uid":"8f0623739e9141c7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f0623739e9141c7","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"f898c9c03d16718f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f898c9c03d16718f","status":"passed","time":{"start":1707736314166,"stop":1707736314166,"duration":0}}]},"tags":[]},"source":"8fdff327e4dc2d8c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/8fe7a0528649dacf.json b/6406/data/test-cases/8fe7a0528649dacf.json new file mode 100644 index 00000000000..70b2de64d9c --- /dev/null +++ b/6406/data/test-cases/8fe7a0528649dacf.json @@ -0,0 +1 @@ +{"uid":"8fe7a0528649dacf","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":1707793012495,"stop":1707793012498,"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":14,"unknown":0,"total":14},"items":[{"uid":"401edbada9a456ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/401edbada9a456ba","status":"passed","time":{"start":1707777977669,"stop":1707777977670,"duration":1}},{"uid":"f47c367efa2d46a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f47c367efa2d46a3","status":"passed","time":{"start":1707775258460,"stop":1707775258460,"duration":0}},{"uid":"f68e32f7e4854307","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f68e32f7e4854307","status":"passed","time":{"start":1707775082023,"stop":1707775082027,"duration":4}},{"uid":"231f21157d04b25b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/231f21157d04b25b","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"duration":0}},{"uid":"e2d9b9d22dc7121","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2d9b9d22dc7121","status":"passed","time":{"start":1707769841903,"stop":1707769841904,"duration":1}},{"uid":"19de0cccd62e86ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19de0cccd62e86ae","status":"passed","time":{"start":1707759921459,"stop":1707759921459,"duration":0}},{"uid":"a103be1e55713fe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a103be1e55713fe3","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"822456b1e672a5e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/822456b1e672a5e1","status":"passed","time":{"start":1707756261810,"stop":1707756261812,"duration":2}},{"uid":"cc93d705c20f5a3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc93d705c20f5a3d","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"2131d4a9c9eb7909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2131d4a9c9eb7909","status":"passed","time":{"start":1707753409590,"stop":1707753409590,"duration":0}},{"uid":"e63c472ca938f653","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e63c472ca938f653","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"75f95e3a100a72b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75f95e3a100a72b7","status":"passed","time":{"start":1707736708333,"stop":1707736708333,"duration":0}},{"uid":"e156838495ee162c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e156838495ee162c","status":"passed","time":{"start":1707735914390,"stop":1707735914390,"duration":0}}]},"tags":[]},"source":"8fe7a0528649dacf.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/908341bc8fac2508.json b/6406/data/test-cases/908341bc8fac2508.json new file mode 100644 index 00000000000..70463fad4ce --- /dev/null +++ b/6406/data/test-cases/908341bc8fac2508.json @@ -0,0 +1 @@ +{"uid":"908341bc8fac2508","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is also > A test","historyId":"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793059182,"stop":1707793059182,"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":14,"unknown":0,"total":14},"items":[{"uid":"7a69f0119d281a70","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a69f0119d281a70","status":"passed","time":{"start":1707778002257,"stop":1707778002257,"duration":0}},{"uid":"670ff45708ba860a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/670ff45708ba860a","status":"passed","time":{"start":1707775288599,"stop":1707775288599,"duration":0}},{"uid":"eebda82b8304dcfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebda82b8304dcfc","status":"passed","time":{"start":1707775094186,"stop":1707775094186,"duration":0}},{"uid":"c1daa43b43685c76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1daa43b43685c76","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"duration":0}},{"uid":"1a2404199e5960a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a2404199e5960a7","status":"passed","time":{"start":1707769883775,"stop":1707769883775,"duration":0}},{"uid":"7dcbe82eacfa4bc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7dcbe82eacfa4bc8","status":"passed","time":{"start":1707759985638,"stop":1707759985638,"duration":0}},{"uid":"b3c9f7e8282b01ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3c9f7e8282b01ad","status":"passed","time":{"start":1707757677889,"stop":1707757677890,"duration":1}},{"uid":"7472e5f5b532a2f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7472e5f5b532a2f1","status":"passed","time":{"start":1707756304556,"stop":1707756304556,"duration":0}},{"uid":"4a0ee7e6c8c64dde","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a0ee7e6c8c64dde","status":"passed","time":{"start":1707753717470,"stop":1707753717470,"duration":0}},{"uid":"ec72d61bd999d41d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec72d61bd999d41d","status":"passed","time":{"start":1707753473099,"stop":1707753473100,"duration":1}},{"uid":"c89610b8e72a91d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c89610b8e72a91d0","status":"passed","time":{"start":1707750845253,"stop":1707750845254,"duration":1}},{"uid":"2e181534259769a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2e181534259769a4","status":"passed","time":{"start":1707736769857,"stop":1707736769857,"duration":0}},{"uid":"8f98b85a52052a2d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f98b85a52052a2d","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"tags":[]},"source":"908341bc8fac2508.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9101a4679152edc7.json b/6406/data/test-cases/9101a4679152edc7.json new file mode 100644 index 00000000000..0aa7bfd7bf7 --- /dev/null +++ b/6406/data/test-cases/9101a4679152edc7.json @@ -0,0 +1 @@ +{"uid":"9101a4679152edc7","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":1707792800007,"stop":1707792800008,"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":14,"unknown":0,"total":14},"items":[{"uid":"1a42c040938475e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1a42c040938475e2","status":"passed","time":{"start":1707777749094,"stop":1707777749095,"duration":1}},{"uid":"c362ce3ee400dcdf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c362ce3ee400dcdf","status":"passed","time":{"start":1707775025527,"stop":1707775025528,"duration":1}},{"uid":"c939338dbdcdb082","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c939338dbdcdb082","status":"passed","time":{"start":1707774827058,"stop":1707774827061,"duration":3}},{"uid":"ac41648ca8a77ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac41648ca8a77ce7","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"duration":1}},{"uid":"d887c406e112e221","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d887c406e112e221","status":"passed","time":{"start":1707769627290,"stop":1707769627290,"duration":0}},{"uid":"9d001c59658bae99","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d001c59658bae99","status":"passed","time":{"start":1707759722030,"stop":1707759722030,"duration":0}},{"uid":"8a8f2627d063e7a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a8f2627d063e7a","status":"passed","time":{"start":1707757416838,"stop":1707757416839,"duration":1}},{"uid":"a0dfc516ed3f6a36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0dfc516ed3f6a36","status":"passed","time":{"start":1707756046593,"stop":1707756046606,"duration":13}},{"uid":"d2b07f7afe04d508","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b07f7afe04d508","status":"passed","time":{"start":1707753464666,"stop":1707753464667,"duration":1}},{"uid":"9280ccb63468bcf6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9280ccb63468bcf6","status":"passed","time":{"start":1707753192937,"stop":1707753192937,"duration":0}},{"uid":"88e4a0d43e439725","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88e4a0d43e439725","status":"passed","time":{"start":1707750593505,"stop":1707750593506,"duration":1}},{"uid":"9d731018f44d1976","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d731018f44d1976","status":"passed","time":{"start":1707736510878,"stop":1707736510879,"duration":1}},{"uid":"ef94876b43233b5a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef94876b43233b5a","status":"passed","time":{"start":1707735692289,"stop":1707735692290,"duration":1}}]},"tags":[]},"source":"9101a4679152edc7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a9d71c1cfa579cec.json b/6406/data/test-cases/9126998c0e0009d3.json similarity index 86% rename from 6379/data/test-cases/a9d71c1cfa579cec.json rename to 6406/data/test-cases/9126998c0e0009d3.json index 0c9ff490eef..2ea7dcfc142 100644 --- a/6379/data/test-cases/a9d71c1cfa579cec.json +++ b/6406/data/test-cases/9126998c0e0009d3.json @@ -1 +1 @@ -{"uid":"a9d71c1cfa579cec","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":1707419080394,"stop":1707419080394,"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":18,"unknown":0,"total":18},"items":[{"uid":"ff0574318c6df2c2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ff0574318c6df2c2","status":"passed","time":{"start":1707418322011,"stop":1707418322012,"duration":1}},{"uid":"b17390db65459ad9","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b17390db65459ad9","status":"passed","time":{"start":1707418259975,"stop":1707418259976,"duration":1}},{"uid":"e2de11ba2434e375","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e2de11ba2434e375","status":"passed","time":{"start":1707412707105,"stop":1707412707105,"duration":0}},{"uid":"2e0211b4b89af6c8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/2e0211b4b89af6c8","status":"passed","time":{"start":1707411118091,"stop":1707411118094,"duration":3}},{"uid":"6ffe9d978bcc3f75","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6ffe9d978bcc3f75","status":"passed","time":{"start":1707409587910,"stop":1707409587911,"duration":1}},{"uid":"6082da6d66212eed","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6082da6d66212eed","status":"passed","time":{"start":1707408980203,"stop":1707408980203,"duration":0}},{"uid":"5cc62ce7f09f6868","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5cc62ce7f09f6868","status":"passed","time":{"start":1707408927116,"stop":1707408927116,"duration":0}},{"uid":"648eafe938a1a34","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/648eafe938a1a34","status":"passed","time":{"start":1707408458727,"stop":1707408458728,"duration":1}},{"uid":"9a76c2a97bd852f9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a76c2a97bd852f9","status":"passed","time":{"start":1707407520218,"stop":1707407520218,"duration":0}},{"uid":"a0f42a763d302650","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a0f42a763d302650","status":"passed","time":{"start":1707407427623,"stop":1707407427624,"duration":1}},{"uid":"677556ffe97210b7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/677556ffe97210b7","status":"passed","time":{"start":1707404404301,"stop":1707404404301,"duration":0}},{"uid":"9d0f8a94be831d6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9d0f8a94be831d6","status":"passed","time":{"start":1707375846750,"stop":1707375846750,"duration":0}},{"uid":"308400241772d731","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/308400241772d731","status":"passed","time":{"start":1707373035619,"stop":1707373035622,"duration":3}},{"uid":"eaf5aea5095528ab","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eaf5aea5095528ab","status":"passed","time":{"start":1707359236204,"stop":1707359236204,"duration":0}},{"uid":"dda0e7cbc4e20def","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dda0e7cbc4e20def","status":"passed","time":{"start":1707357965175,"stop":1707357965175,"duration":0}},{"uid":"55dacfd725b76bc3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/55dacfd725b76bc3","status":"passed","time":{"start":1707357048194,"stop":1707357048194,"duration":0}},{"uid":"c59052d3cac097ce","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c59052d3cac097ce","status":"passed","time":{"start":1707355141605,"stop":1707355141606,"duration":1}}]},"tags":[]},"source":"a9d71c1cfa579cec.json","parameterValues":[]} \ No newline at end of file +{"uid":"9126998c0e0009d3","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":1707793238863,"stop":1707793238863,"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":14,"unknown":0,"total":14},"items":[{"uid":"8a63a625bea2c734","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8a63a625bea2c734","status":"passed","time":{"start":1707778202465,"stop":1707778202465,"duration":0}},{"uid":"cb77288e83bc6420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb77288e83bc6420","status":"passed","time":{"start":1707775486610,"stop":1707775486611,"duration":1}},{"uid":"bdc292025058f92d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bdc292025058f92d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"64ad4566edf3b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64ad4566edf3b3","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"6c0a06525ea9f710","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6c0a06525ea9f710","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"5de92636bf5b0f62","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de92636bf5b0f62","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"2f233caf7fb7544e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2f233caf7fb7544e","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"901563a21e85970c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/901563a21e85970c","status":"passed","time":{"start":1707756499897,"stop":1707756499897,"duration":0}},{"uid":"f2f9c968c08ee088","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f2f9c968c08ee088","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"bc2ff16e557cdbe6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc2ff16e557cdbe6","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"c853cb973d1e1d35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c853cb973d1e1d35","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"b3e66071fc5a4855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3e66071fc5a4855","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"660b20aee85f75d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/660b20aee85f75d5","status":"passed","time":{"start":1707736152497,"stop":1707736152497,"duration":0}}]},"tags":[]},"source":"9126998c0e0009d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/916632f996f80af0.json b/6406/data/test-cases/916632f996f80af0.json new file mode 100644 index 00000000000..8ecd071bff3 --- /dev/null +++ b/6406/data/test-cases/916632f996f80af0.json @@ -0,0 +1 @@ +{"uid":"916632f996f80af0","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":1707793412322,"stop":1707793412322,"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":13,"unknown":0,"total":13},"items":[{"uid":"d82a47266dd0755b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d82a47266dd0755b","status":"passed","time":{"start":1707778394552,"stop":1707778394552,"duration":0}},{"uid":"300cce7faa91f35b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300cce7faa91f35b","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"cc431db2a26aec11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc431db2a26aec11","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"f70f6233c3af1e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f70f6233c3af1e5","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"5a838bd07fb68ab4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a838bd07fb68ab4","status":"passed","time":{"start":1707770180415,"stop":1707770180416,"duration":1}},{"uid":"52f966ab49c80186","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52f966ab49c80186","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"2c43b282d14462e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c43b282d14462e3","status":"passed","time":{"start":1707758036860,"stop":1707758036861,"duration":1}},{"uid":"12ceef47cf08ad63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12ceef47cf08ad63","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"b9ee511e969416f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9ee511e969416f6","status":"passed","time":{"start":1707753994323,"stop":1707753994323,"duration":0}},{"uid":"93f8b8850308d782","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93f8b8850308d782","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"b34bbcfec069162e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b34bbcfec069162e","status":"passed","time":{"start":1707737132859,"stop":1707737132859,"duration":0}},{"uid":"62d1eac94c8e3108","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/62d1eac94c8e3108","status":"passed","time":{"start":1707736343132,"stop":1707736343133,"duration":1}}]},"tags":[]},"source":"916632f996f80af0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/925ea227301ebdae.json b/6406/data/test-cases/925ea227301ebdae.json new file mode 100644 index 00000000000..d70424d4fb1 --- /dev/null +++ b/6406/data/test-cases/925ea227301ebdae.json @@ -0,0 +1 @@ +{"uid":"925ea227301ebdae","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":1707793088063,"stop":1707793088063,"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":"2f6f9aa322ed6c13","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2f6f9aa322ed6c13","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"2ec3f262e03e8e28","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ec3f262e03e8e28","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"552340825a05187","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/552340825a05187","status":"passed","time":{"start":1707775129518,"stop":1707775129519,"duration":1}},{"uid":"8ade4b59689decf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ade4b59689decf6","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"duration":0}},{"uid":"78102df9b8bf017b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78102df9b8bf017b","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"326c69b60085031d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/326c69b60085031d","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"f408c336bfb42b26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f408c336bfb42b26","status":"passed","time":{"start":1707757709189,"stop":1707757709189,"duration":0}},{"uid":"30fbf66e376cbec3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/30fbf66e376cbec3","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"b49508513c3caf32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b49508513c3caf32","status":"passed","time":{"start":1707753751251,"stop":1707753751252,"duration":1}},{"uid":"81902e300b2f06e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81902e300b2f06e3","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"95088e8a79667e51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95088e8a79667e51","status":"passed","time":{"start":1707750881807,"stop":1707750881807,"duration":0}},{"uid":"6f08680fca327568","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f08680fca327568","status":"passed","time":{"start":1707736800766,"stop":1707736800766,"duration":0}},{"uid":"e5f3a3bb91714272","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5f3a3bb91714272","status":"passed","time":{"start":1707736013454,"stop":1707736013455,"duration":1}}]},"tags":[]},"source":"925ea227301ebdae.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9290f9308502801.json b/6406/data/test-cases/9290f9308502801.json new file mode 100644 index 00000000000..6a7f25151a3 --- /dev/null +++ b/6406/data/test-cases/9290f9308502801.json @@ -0,0 +1 @@ +{"uid":"9290f9308502801","name":"Reusing cursor across nodes","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Reusing cursor across nodes","historyId":"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793287284,"stop":1707793287284,"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":14,"unknown":0,"total":14},"items":[{"uid":"9c0cfaa8394736a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c0cfaa8394736a","status":"passed","time":{"start":1707778251798,"stop":1707778251798,"duration":0}},{"uid":"8bc8bb37d67dda19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bc8bb37d67dda19","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"1d4c532252d306e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d4c532252d306e7","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"968e2199272b9a7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/968e2199272b9a7b","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"29e4a8ae877aaa6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29e4a8ae877aaa6a","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"86fc7c1cbdc0ff1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/86fc7c1cbdc0ff1d","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"7ebb979f147baabc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7ebb979f147baabc","status":"passed","time":{"start":1707757921498,"stop":1707757921499,"duration":1}},{"uid":"b5326fed2bdd47a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b5326fed2bdd47a9","status":"passed","time":{"start":1707756552028,"stop":1707756552029,"duration":1}},{"uid":"c1b9061768bebecf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1b9061768bebecf","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"747aa85ca831e3db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/747aa85ca831e3db","status":"passed","time":{"start":1707753708971,"stop":1707753708971,"duration":0}},{"uid":"ae48a280bede5b00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae48a280bede5b00","status":"passed","time":{"start":1707751075911,"stop":1707751075911,"duration":0}},{"uid":"e750d7f3695e3cbb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e750d7f3695e3cbb","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"194ae3b9e738e517","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/194ae3b9e738e517","status":"passed","time":{"start":1707736214132,"stop":1707736214133,"duration":1}}]},"tags":[]},"source":"9290f9308502801.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9307d8570161dd20.json b/6406/data/test-cases/9307d8570161dd20.json new file mode 100644 index 00000000000..008eda2db19 --- /dev/null +++ b/6406/data/test-cases/9307d8570161dd20.json @@ -0,0 +1 @@ +{"uid":"9307d8570161dd20","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":1707793392502,"stop":1707793392503,"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":14,"unknown":0,"total":14},"items":[{"uid":"59175bfa793731d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59175bfa793731d4","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"25e94855653e3f1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e94855653e3f1a","status":"passed","time":{"start":1707775644355,"stop":1707775644356,"duration":1}},{"uid":"624c5316510763d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/624c5316510763d2","status":"passed","time":{"start":1707775439254,"stop":1707775439254,"duration":0}},{"uid":"6a2f76558cd69716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a2f76558cd69716","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"duration":0}},{"uid":"73e17d002e843cac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/73e17d002e843cac","status":"passed","time":{"start":1707770140536,"stop":1707770140537,"duration":1}},{"uid":"6d54cedf68015df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d54cedf68015df4","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"e6dab2faef1cf917","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6dab2faef1cf917","status":"passed","time":{"start":1707758026468,"stop":1707758026469,"duration":1}},{"uid":"a3bc7026884e06aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3bc7026884e06aa","status":"passed","time":{"start":1707756656799,"stop":1707756656799,"duration":0}},{"uid":"708b3f2bccfe7aec","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/708b3f2bccfe7aec","status":"passed","time":{"start":1707753960363,"stop":1707753960364,"duration":1}},{"uid":"d829a9d2ddd314dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d829a9d2ddd314dc","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"c1cda666d2367643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c1cda666d2367643","status":"passed","time":{"start":1707751157937,"stop":1707751157937,"duration":0}},{"uid":"34e53a3cc1a2211e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34e53a3cc1a2211e","status":"passed","time":{"start":1707737112733,"stop":1707737112733,"duration":0}},{"uid":"9c138f707213ce7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c138f707213ce7f","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"tags":[]},"source":"9307d8570161dd20.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5051870dfbc1a38f.json b/6406/data/test-cases/9362aa3f11102d73.json similarity index 58% rename from 6379/data/test-cases/5051870dfbc1a38f.json rename to 6406/data/test-cases/9362aa3f11102d73.json index 159e06b284e..3eea11d4632 100644 --- a/6379/data/test-cases/5051870dfbc1a38f.json +++ b/6406/data/test-cases/9362aa3f11102d73.json @@ -1 +1 @@ -{"uid":"5051870dfbc1a38f","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":1707419245415,"stop":1707419245415,"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":18,"unknown":0,"total":18},"items":[{"uid":"3dd5428ac181a83a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3dd5428ac181a83a","status":"passed","time":{"start":1707418481245,"stop":1707418481246,"duration":1}},{"uid":"bacc550f14373eaf","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bacc550f14373eaf","status":"passed","time":{"start":1707418427427,"stop":1707418427427,"duration":0}},{"uid":"f55e675999450452","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f55e675999450452","status":"passed","time":{"start":1707412836874,"stop":1707412836874,"duration":0}},{"uid":"4fd1f120ebc03ea2","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4fd1f120ebc03ea2","status":"passed","time":{"start":1707411293286,"stop":1707411293287,"duration":1}},{"uid":"f88584a61a4054f8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f88584a61a4054f8","status":"passed","time":{"start":1707409756996,"stop":1707409756996,"duration":0}},{"uid":"12870b6ab69e8555","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/12870b6ab69e8555","status":"passed","time":{"start":1707409144512,"stop":1707409144513,"duration":1}},{"uid":"3dc18886d4069551","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3dc18886d4069551","status":"passed","time":{"start":1707409099305,"stop":1707409099305,"duration":0}},{"uid":"24170675d7225bd","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/24170675d7225bd","status":"passed","time":{"start":1707408627010,"stop":1707408627011,"duration":1}},{"uid":"6bc542a8675f029e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6bc542a8675f029e","status":"passed","time":{"start":1707407709874,"stop":1707407709874,"duration":0}},{"uid":"c401e68ce1201a0b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c401e68ce1201a0b","status":"passed","time":{"start":1707407595119,"stop":1707407595119,"duration":0}},{"uid":"cabfcb26e1ad9ea6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/cabfcb26e1ad9ea6","status":"passed","time":{"start":1707404568406,"stop":1707404568406,"duration":0}},{"uid":"6b7715195cafaed8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6b7715195cafaed8","status":"passed","time":{"start":1707376005642,"stop":1707376005642,"duration":0}},{"uid":"5b842e8e183fe501","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5b842e8e183fe501","status":"passed","time":{"start":1707373217011,"stop":1707373217011,"duration":0}},{"uid":"dfb60dea1dbfdc38","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dfb60dea1dbfdc38","status":"passed","time":{"start":1707359415813,"stop":1707359415814,"duration":1}},{"uid":"b3544b9a2ea48e3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b3544b9a2ea48e3","status":"passed","time":{"start":1707358177346,"stop":1707358177346,"duration":0}},{"uid":"4b4bbba562027e75","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4b4bbba562027e75","status":"passed","time":{"start":1707357159127,"stop":1707357159128,"duration":1}},{"uid":"82a33293fd55613a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/82a33293fd55613a","status":"passed","time":{"start":1707355369494,"stop":1707355369494,"duration":0}}]},"tags":[]},"source":"5051870dfbc1a38f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9362aa3f11102d73","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":1707793399644,"stop":1707793399644,"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":"a22a3fa0ad453471","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a22a3fa0ad453471","status":"passed","time":{"start":1707778379760,"stop":1707778379761,"duration":1}},{"uid":"9a4a112660f5a259","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9a4a112660f5a259","status":"passed","time":{"start":1707775649284,"stop":1707775649284,"duration":0}},{"uid":"e5e1dc0b72eb68a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e5e1dc0b72eb68a8","status":"passed","time":{"start":1707775456617,"stop":1707775456617,"duration":0}},{"uid":"7348db86280933bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7348db86280933bd","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"duration":0}},{"uid":"9d1b6c269267289b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d1b6c269267289b","status":"passed","time":{"start":1707770165171,"stop":1707770165175,"duration":4}},{"uid":"3a6754aeb6a940c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a6754aeb6a940c1","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"7c6c2ecbaab4975c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c6c2ecbaab4975c","status":"passed","time":{"start":1707758024234,"stop":1707758024234,"duration":0}},{"uid":"c1e9a6ecace9de3c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1e9a6ecace9de3c","status":"passed","time":{"start":1707756662060,"stop":1707756662061,"duration":1}},{"uid":"f382cefc44156943","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f382cefc44156943","status":"passed","time":{"start":1707753975669,"stop":1707753975672,"duration":3}},{"uid":"18ace0b664c9f44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18ace0b664c9f44b","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"f21ace7f81db6b44","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f21ace7f81db6b44","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"96adfbf723743e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96adfbf723743e6","status":"passed","time":{"start":1707737129078,"stop":1707737129078,"duration":0}},{"uid":"6ff7e440888e8311","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6ff7e440888e8311","status":"passed","time":{"start":1707736323077,"stop":1707736323078,"duration":1}}]},"tags":[]},"source":"9362aa3f11102d73.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5bc1222fd91ac014.json b/6406/data/test-cases/93aa5b690af58224.json similarity index 77% rename from 6379/data/test-cases/5bc1222fd91ac014.json rename to 6406/data/test-cases/93aa5b690af58224.json index 5c628eacd5a..0251cf4b4be 100644 --- a/6379/data/test-cases/5bc1222fd91ac014.json +++ b/6406/data/test-cases/93aa5b690af58224.json @@ -1 +1 @@ -{"uid":"5bc1222fd91ac014","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":1707419013070,"stop":1707419013071,"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":18,"unknown":0,"total":18},"items":[{"uid":"3dd69a7853ae4ef6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3dd69a7853ae4ef6","status":"passed","time":{"start":1707418255020,"stop":1707418255020,"duration":0}},{"uid":"91d03d313df80641","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/91d03d313df80641","status":"passed","time":{"start":1707418202570,"stop":1707418202570,"duration":0}},{"uid":"7d0e4d159eb14555","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7d0e4d159eb14555","status":"passed","time":{"start":1707412632608,"stop":1707412632609,"duration":1}},{"uid":"c6e1a278f0c69ffd","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c6e1a278f0c69ffd","status":"passed","time":{"start":1707411050764,"stop":1707411050764,"duration":0}},{"uid":"c0c04630c9145667","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c0c04630c9145667","status":"passed","time":{"start":1707409528967,"stop":1707409528967,"duration":0}},{"uid":"5a639f16c020a109","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5a639f16c020a109","status":"passed","time":{"start":1707408904863,"stop":1707408904863,"duration":0}},{"uid":"ba43537d8e163e7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ba43537d8e163e7","status":"passed","time":{"start":1707408867373,"stop":1707408867373,"duration":0}},{"uid":"13eb56527ca7b05a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/13eb56527ca7b05a","status":"passed","time":{"start":1707408376748,"stop":1707408376749,"duration":1}},{"uid":"ef1f56e10199f931","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef1f56e10199f931","status":"passed","time":{"start":1707407458506,"stop":1707407458507,"duration":1}},{"uid":"d3e5f2ab360dda67","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d3e5f2ab360dda67","status":"passed","time":{"start":1707407342021,"stop":1707407342021,"duration":0}},{"uid":"d7f6de7778c500c6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d7f6de7778c500c6","status":"passed","time":{"start":1707404337394,"stop":1707404337395,"duration":1}},{"uid":"9a39f047f8c16370","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9a39f047f8c16370","status":"passed","time":{"start":1707375779678,"stop":1707375779678,"duration":0}},{"uid":"ebcb09b126cf3506","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ebcb09b126cf3506","status":"passed","time":{"start":1707372972488,"stop":1707372972489,"duration":1}},{"uid":"fb7f5a41f2da627d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fb7f5a41f2da627d","status":"passed","time":{"start":1707359158648,"stop":1707359158649,"duration":1}},{"uid":"14ba3e0a24232a32","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/14ba3e0a24232a32","status":"passed","time":{"start":1707357906690,"stop":1707357906690,"duration":0}},{"uid":"159cc0346ec8e85c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/159cc0346ec8e85c","status":"passed","time":{"start":1707356955632,"stop":1707356955632,"duration":0}},{"uid":"3eb30768211ec421","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3eb30768211ec421","status":"passed","time":{"start":1707355179954,"stop":1707355179957,"duration":3}}]},"tags":[]},"source":"5bc1222fd91ac014.json","parameterValues":[]} \ No newline at end of file +{"uid":"93aa5b690af58224","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":1707793168670,"stop":1707793168671,"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":14,"unknown":0,"total":14},"items":[{"uid":"2e6b1b716dcb1e81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e6b1b716dcb1e81","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"506733951c3d0293","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/506733951c3d0293","status":"passed","time":{"start":1707775409481,"stop":1707775409482,"duration":1}},{"uid":"1e7a1b011b01df9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e7a1b011b01df9d","status":"passed","time":{"start":1707775219993,"stop":1707775219993,"duration":0}},{"uid":"ae0635c5863a2814","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0635c5863a2814","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"f9655a296a0c28cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9655a296a0c28cb","status":"passed","time":{"start":1707769994533,"stop":1707769994534,"duration":1}},{"uid":"325d6991aa999065","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/325d6991aa999065","status":"passed","time":{"start":1707760106453,"stop":1707760106454,"duration":1}},{"uid":"eb3efdf0da4c3a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb3efdf0da4c3a27","status":"passed","time":{"start":1707757804291,"stop":1707757804292,"duration":1}},{"uid":"aeb2fd209b31f89a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aeb2fd209b31f89a","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"da99b01eb6fde58f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da99b01eb6fde58f","status":"passed","time":{"start":1707753796545,"stop":1707753796545,"duration":0}},{"uid":"c0ee35141f299ff2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0ee35141f299ff2","status":"passed","time":{"start":1707753586160,"stop":1707753586160,"duration":0}},{"uid":"18ed59fa071faea3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18ed59fa071faea3","status":"passed","time":{"start":1707750964799,"stop":1707750964799,"duration":0}},{"uid":"60c994f510410ab0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60c994f510410ab0","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"ce9e88ab3eafcc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce9e88ab3eafcc61","status":"passed","time":{"start":1707736096387,"stop":1707736096388,"duration":1}}]},"tags":[]},"source":"93aa5b690af58224.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/94016863792f9b83.json b/6406/data/test-cases/94016863792f9b83.json new file mode 100644 index 00000000000..cea393173be --- /dev/null +++ b/6406/data/test-cases/94016863792f9b83.json @@ -0,0 +1 @@ +{"uid":"94016863792f9b83","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":1707792919942,"stop":1707792919943,"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":14,"unknown":0,"total":14},"items":[{"uid":"70839dfcd0b3c202","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70839dfcd0b3c202","status":"passed","time":{"start":1707777865444,"stop":1707777865445,"duration":1}},{"uid":"f3e812eaf8e16156","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3e812eaf8e16156","status":"passed","time":{"start":1707775140807,"stop":1707775140808,"duration":1}},{"uid":"4db50d7f5431d0aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4db50d7f5431d0aa","status":"passed","time":{"start":1707774947611,"stop":1707774947612,"duration":1}},{"uid":"68940e077684618","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68940e077684618","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"7fbbb96ae64a357a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fbbb96ae64a357a","status":"passed","time":{"start":1707769737626,"stop":1707769737627,"duration":1}},{"uid":"eac5bd8cbd09eb3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eac5bd8cbd09eb3","status":"passed","time":{"start":1707759835151,"stop":1707759835151,"duration":0}},{"uid":"3f0e082bd2c2dfd2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f0e082bd2c2dfd2","status":"passed","time":{"start":1707757529706,"stop":1707757529707,"duration":1}},{"uid":"4e6e3c7052b92128","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e6e3c7052b92128","status":"passed","time":{"start":1707756164077,"stop":1707756164077,"duration":0}},{"uid":"80058433670ec497","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80058433670ec497","status":"passed","time":{"start":1707753566690,"stop":1707753566691,"duration":1}},{"uid":"5d2afa4c29ba3d96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d2afa4c29ba3d96","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"19c84eb0e553ab3e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19c84eb0e553ab3e","status":"passed","time":{"start":1707750698719,"stop":1707750698719,"duration":0}},{"uid":"c4649d0943c0fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c4649d0943c0fe67","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"67598d1bac9f3a28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67598d1bac9f3a28","status":"passed","time":{"start":1707735814293,"stop":1707735814295,"duration":2}}]},"tags":[]},"source":"94016863792f9b83.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8d60611c2b656aea.json b/6406/data/test-cases/94e158f5a54473fd.json similarity index 79% rename from 6379/data/test-cases/8d60611c2b656aea.json rename to 6406/data/test-cases/94e158f5a54473fd.json index 3b107efef74..16e296c142f 100644 --- a/6379/data/test-cases/8d60611c2b656aea.json +++ b/6406/data/test-cases/94e158f5a54473fd.json @@ -1 +1 @@ -{"uid":"8d60611c2b656aea","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":1707419181448,"stop":1707419181448,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"5a24dd9ed985188c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5a24dd9ed985188c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418419822,"stop":1707418419823,"duration":1}},{"uid":"b9cb9d036f105f0b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b9cb9d036f105f0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418388468,"stop":1707418388468,"duration":0}},{"uid":"f894a54fb1c2e26a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f894a54fb1c2e26a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412796201,"stop":1707412796201,"duration":0}},{"uid":"6e70d525efcc93d0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6e70d525efcc93d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411256122,"stop":1707411256122,"duration":0}},{"uid":"9734e31fc80f999","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/9734e31fc80f999","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409690335,"stop":1707409690335,"duration":0}},{"uid":"fcc9c8fe4256fc66","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fcc9c8fe4256fc66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409095944,"stop":1707409095944,"duration":0}},{"uid":"bf458c99abc61bf4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/bf458c99abc61bf4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409032450,"stop":1707409032450,"duration":0}},{"uid":"ff7673b42be06c0f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ff7673b42be06c0f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408574296,"stop":1707408574296,"duration":0}},{"uid":"d3f35d50037def15","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d3f35d50037def15","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407633910,"stop":1707407633910,"duration":0}},{"uid":"210a5d3e6ad089ea","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/210a5d3e6ad089ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407545271,"stop":1707407545271,"duration":0}},{"uid":"5350cca1f9db0d08","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5350cca1f9db0d08","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404532466,"stop":1707404532466,"duration":0}},{"uid":"5d8d5bb570b89f1d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5d8d5bb570b89f1d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375958851,"stop":1707375958851,"duration":0}},{"uid":"69176daffb35ad50","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/69176daffb35ad50","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373157824,"stop":1707373157825,"duration":1}},{"uid":"bbe7be7ad9987c52","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bbe7be7ad9987c52","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359356006,"stop":1707359356007,"duration":1}},{"uid":"d2d47a72899730a4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d2d47a72899730a4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358094709,"stop":1707358094709,"duration":0}},{"uid":"70da2bf42ad8cd69","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/70da2bf42ad8cd69","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357164932,"stop":1707357164933,"duration":1}},{"uid":"3410c1ae87e39332","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3410c1ae87e39332","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355248795,"stop":1707355248795,"duration":0}}]},"tags":[]},"source":"8d60611c2b656aea.json","parameterValues":[]} \ No newline at end of file +{"uid":"94e158f5a54473fd","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":1707793371131,"stop":1707793371131,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"c0ac1822a98af7e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c0ac1822a98af7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"ff58a8efa8d44e23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff58a8efa8d44e23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"e2fc4cad90a576b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2fc4cad90a576b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390255,"duration":0}},{"uid":"286d97d97e8fad22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/286d97d97e8fad22","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335632,"stop":1707770335632,"duration":0}},{"uid":"574980447cd267b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/574980447cd267b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968740,"stop":1707769968740,"duration":0}},{"uid":"aaa327131fa1e08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaa327131fa1e08","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"12367d5a102e658d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12367d5a102e658d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006731,"stop":1707758006733,"duration":2}},{"uid":"ebc5fc039e361729","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ebc5fc039e361729","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617067,"stop":1707756617068,"duration":1}},{"uid":"736feaeeeb7afbb2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736feaeeeb7afbb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"dd00e4cb6ce3b75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd00e4cb6ce3b75","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"71860545cbe55051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71860545cbe55051","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162327,"stop":1707751162328,"duration":1}},{"uid":"f4aea915de87541d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4aea915de87541d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"c542ce404afac79a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c542ce404afac79a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260170,"duration":0}}]},"tags":[]},"source":"94e158f5a54473fd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/957ec802226ce060.json b/6406/data/test-cases/957ec802226ce060.json new file mode 100644 index 00000000000..a8394d64a8e --- /dev/null +++ b/6406/data/test-cases/957ec802226ce060.json @@ -0,0 +1 @@ +{"uid":"957ec802226ce060","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":1707792800818,"stop":1707792800818,"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":14,"unknown":0,"total":14},"items":[{"uid":"d00cb6e633ce40c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d00cb6e633ce40c2","status":"passed","time":{"start":1707777749847,"stop":1707777749848,"duration":1}},{"uid":"a81ca97c9d326086","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a81ca97c9d326086","status":"passed","time":{"start":1707775026270,"stop":1707775026271,"duration":1}},{"uid":"de6ae672481a278e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de6ae672481a278e","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"a73a22556f85c7a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a73a22556f85c7a9","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"631099ff530913ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/631099ff530913ae","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"d7a3053d1b430537","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d7a3053d1b430537","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"5187d887ada17465","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5187d887ada17465","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"6bbcab0686509008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6bbcab0686509008","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"8c3d5238fb31b5cb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c3d5238fb31b5cb","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"27d5c4821aa8349d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27d5c4821aa8349d","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"17edce14d596570e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/17edce14d596570e","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"4ebdcc1cc4f8221e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ebdcc1cc4f8221e","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"6d240c75b130f3fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d240c75b130f3fa","status":"passed","time":{"start":1707735693129,"stop":1707735693130,"duration":1}}]},"tags":[]},"source":"957ec802226ce060.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9dcf5a866bac8675.json b/6406/data/test-cases/95a945e69900ead7.json similarity index 83% rename from 6379/data/test-cases/9dcf5a866bac8675.json rename to 6406/data/test-cases/95a945e69900ead7.json index 27dcc66223b..8cf9ec98012 100644 --- a/6379/data/test-cases/9dcf5a866bac8675.json +++ b/6406/data/test-cases/95a945e69900ead7.json @@ -1 +1 @@ -{"uid":"9dcf5a866bac8675","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":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"db7848d78cbfed48","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/db7848d78cbfed48","status":"passed","time":{"start":1707418535535,"stop":1707418535535,"duration":0}},{"uid":"f762cb6cae4f84a0","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f762cb6cae4f84a0","status":"passed","time":{"start":1707418482212,"stop":1707418482212,"duration":0}},{"uid":"de013524abb7119f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/de013524abb7119f","status":"passed","time":{"start":1707412863478,"stop":1707412863478,"duration":0}},{"uid":"9a8a19c2fbcd3d64","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9a8a19c2fbcd3d64","status":"passed","time":{"start":1707411338649,"stop":1707411338649,"duration":0}},{"uid":"f037872c9d1d5459","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f037872c9d1d5459","status":"passed","time":{"start":1707409792226,"stop":1707409792226,"duration":0}},{"uid":"d1af432f6b4cbd48","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d1af432f6b4cbd48","status":"passed","time":{"start":1707409177750,"stop":1707409177750,"duration":0}},{"uid":"f8cc81cc1352eb8b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f8cc81cc1352eb8b","status":"passed","time":{"start":1707409135085,"stop":1707409135085,"duration":0}},{"uid":"b97e2bdbdb3a0297","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b97e2bdbdb3a0297","status":"passed","time":{"start":1707408664017,"stop":1707408664017,"duration":0}},{"uid":"e816fcb2df5c617e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e816fcb2df5c617e","status":"passed","time":{"start":1707407736503,"stop":1707407736504,"duration":1}},{"uid":"ebed49dc0ecab7b2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ebed49dc0ecab7b2","status":"passed","time":{"start":1707407618224,"stop":1707407618224,"duration":0}},{"uid":"3e321be051372698","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3e321be051372698","status":"passed","time":{"start":1707404537708,"stop":1707404537708,"duration":0}},{"uid":"77af55204dcdfd16","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/77af55204dcdfd16","status":"passed","time":{"start":1707375978539,"stop":1707375978539,"duration":0}},{"uid":"f3b623dd8049f7a7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f3b623dd8049f7a7","status":"passed","time":{"start":1707373245350,"stop":1707373245350,"duration":0}},{"uid":"4f3aa3c90371d709","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f3aa3c90371d709","status":"passed","time":{"start":1707359448662,"stop":1707359448662,"duration":0}},{"uid":"9da7cf2fe4895a9f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9da7cf2fe4895a9f","status":"passed","time":{"start":1707358197180,"stop":1707358197180,"duration":0}},{"uid":"80024a17af743ac6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/80024a17af743ac6","status":"passed","time":{"start":1707357226623,"stop":1707357226623,"duration":0}},{"uid":"1eba2f54a9d3babd","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1eba2f54a9d3babd","status":"broken","statusDetails":"expected [] to have a length of 2 but got +0","time":{"start":1707355477299,"stop":1707355477300,"duration":1}}]},"tags":[]},"source":"9dcf5a866bac8675.json","parameterValues":[]} \ No newline at end of file +{"uid":"95a945e69900ead7","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":1707793446732,"stop":1707793446733,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd1a6908ffadd7c0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1a6908ffadd7c0","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"c03158dcba127035","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c03158dcba127035","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"2a335b31b8d738c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2a335b31b8d738c0","status":"passed","time":{"start":1707775494267,"stop":1707775494268,"duration":1}},{"uid":"47615cc5d7462394","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47615cc5d7462394","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"1ede44f247996981","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ede44f247996981","status":"passed","time":{"start":1707770238678,"stop":1707770238679,"duration":1}},{"uid":"a1fb01700459d457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a1fb01700459d457","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"b5b6d5d08759bec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5b6d5d08759bec","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"5228aa121f7dca7b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5228aa121f7dca7b","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"b904490a7a521abb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b904490a7a521abb","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"8aa5e4a42aa78b3c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8aa5e4a42aa78b3c","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"7e8e2ade0c7d630","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e8e2ade0c7d630","status":"passed","time":{"start":1707751228954,"stop":1707751228955,"duration":1}},{"uid":"46462270de05a309","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46462270de05a309","status":"passed","time":{"start":1707737173812,"stop":1707737173813,"duration":1}},{"uid":"b3d758fc691acf86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b3d758fc691acf86","status":"passed","time":{"start":1707736353030,"stop":1707736353031,"duration":1}}]},"tags":[]},"source":"95a945e69900ead7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/966a7aaa127265f0.json b/6406/data/test-cases/966a7aaa127265f0.json new file mode 100644 index 00000000000..3b62f8121a0 --- /dev/null +++ b/6406/data/test-cases/966a7aaa127265f0.json @@ -0,0 +1 @@ +{"uid":"966a7aaa127265f0","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":1707793012515,"stop":1707793012515,"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"8446537524c41916","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8446537524c41916","status":"passed","time":{"start":1707777977676,"stop":1707777977676,"duration":0}},{"uid":"a5c7a1ff15824bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a5c7a1ff15824bad","status":"passed","time":{"start":1707775258474,"stop":1707775258474,"duration":0}},{"uid":"86dc1d21de98fbfb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/86dc1d21de98fbfb","status":"passed","time":{"start":1707775082037,"stop":1707775082037,"duration":0}},{"uid":"6cf00d86ab738f34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cf00d86ab738f34","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1}},{"uid":"8984b14c747a5612","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8984b14c747a5612","status":"passed","time":{"start":1707769841916,"stop":1707769841917,"duration":1}},{"uid":"cfaa4e9e30a268e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cfaa4e9e30a268e8","status":"passed","time":{"start":1707759921467,"stop":1707759921467,"duration":0}},{"uid":"bcc905ee04e021ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc905ee04e021ee","status":"passed","time":{"start":1707757624893,"stop":1707757624893,"duration":0}},{"uid":"2017fc3835439a8b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2017fc3835439a8b","status":"passed","time":{"start":1707756261847,"stop":1707756261848,"duration":1}},{"uid":"ceff0b0cab267601","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceff0b0cab267601","status":"passed","time":{"start":1707753651193,"stop":1707753651193,"duration":0}},{"uid":"45bc4e9066133dbb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bc4e9066133dbb","status":"passed","time":{"start":1707753409611,"stop":1707753409611,"duration":0}},{"uid":"9d8761bf696153bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9d8761bf696153bf","status":"passed","time":{"start":1707750722061,"stop":1707750722061,"duration":0}},{"uid":"ba698fb2d10ed01b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba698fb2d10ed01b","status":"passed","time":{"start":1707736708340,"stop":1707736708340,"duration":0}},{"uid":"ff156be7786a66f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ff156be7786a66f8","status":"passed","time":{"start":1707735914408,"stop":1707735914408,"duration":0}}]},"tags":[]},"source":"966a7aaa127265f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/88dae2cd3dcf0c13.json b/6406/data/test-cases/9674a55deb04e7e9.json similarity index 83% rename from 6379/data/test-cases/88dae2cd3dcf0c13.json rename to 6406/data/test-cases/9674a55deb04e7e9.json index 43c9e5d991e..ef2d90ec5a3 100644 --- a/6379/data/test-cases/88dae2cd3dcf0c13.json +++ b/6406/data/test-cases/9674a55deb04e7e9.json @@ -1 +1 @@ -{"uid":"88dae2cd3dcf0c13","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":1707419289505,"stop":1707419289505,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"e8fd02aab8d7f196","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e8fd02aab8d7f196","status":"passed","time":{"start":1707418535546,"stop":1707418535546,"duration":0}},{"uid":"c0011356e6ff31","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c0011356e6ff31","status":"passed","time":{"start":1707418482221,"stop":1707418482221,"duration":0}},{"uid":"f01c3f3d58082aac","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f01c3f3d58082aac","status":"passed","time":{"start":1707412863487,"stop":1707412863487,"duration":0}},{"uid":"9c7719e2c9c6622d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9c7719e2c9c6622d","status":"passed","time":{"start":1707411338658,"stop":1707411338658,"duration":0}},{"uid":"94739f5d061e1eb9","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/94739f5d061e1eb9","status":"passed","time":{"start":1707409792235,"stop":1707409792235,"duration":0}},{"uid":"c1d4457f0b967983","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c1d4457f0b967983","status":"passed","time":{"start":1707409177758,"stop":1707409177758,"duration":0}},{"uid":"9cf7fedaa1fbd978","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9cf7fedaa1fbd978","status":"passed","time":{"start":1707409135094,"stop":1707409135094,"duration":0}},{"uid":"982c8cd4163048b7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/982c8cd4163048b7","status":"passed","time":{"start":1707408664028,"stop":1707408664028,"duration":0}},{"uid":"1a9046b1aa222f74","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1a9046b1aa222f74","status":"passed","time":{"start":1707407736514,"stop":1707407736514,"duration":0}},{"uid":"b00d73f4cefc9a7e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b00d73f4cefc9a7e","status":"passed","time":{"start":1707407618234,"stop":1707407618234,"duration":0}},{"uid":"d76a97b5b9cdf096","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d76a97b5b9cdf096","status":"passed","time":{"start":1707404537719,"stop":1707404537720,"duration":1}},{"uid":"92a3ab5b9bf51a1f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/92a3ab5b9bf51a1f","status":"passed","time":{"start":1707375978545,"stop":1707375978545,"duration":0}},{"uid":"696395ba2944806a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/696395ba2944806a","status":"passed","time":{"start":1707373245361,"stop":1707373245362,"duration":1}},{"uid":"ebaeccb6ffdd32e8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ebaeccb6ffdd32e8","status":"passed","time":{"start":1707359448671,"stop":1707359448671,"duration":0}},{"uid":"88834faf3086fd04","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/88834faf3086fd04","status":"passed","time":{"start":1707358197190,"stop":1707358197191,"duration":1}},{"uid":"1ddc65a42f2fa6bb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1ddc65a42f2fa6bb","status":"passed","time":{"start":1707357226632,"stop":1707357226632,"duration":0}},{"uid":"31a311791dfd2e1a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/31a311791dfd2e1a","status":"passed","time":{"start":1707355477314,"stop":1707355477314,"duration":0}}]},"tags":[]},"source":"88dae2cd3dcf0c13.json","parameterValues":[]} \ No newline at end of file +{"uid":"9674a55deb04e7e9","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":1707793446743,"stop":1707793446743,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"7e3c124bcf53d76e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e3c124bcf53d76e","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"2ba3472324f59f1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ba3472324f59f1d","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"2905a82787b409aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2905a82787b409aa","status":"passed","time":{"start":1707775494279,"stop":1707775494279,"duration":0}},{"uid":"f831e18f7ca330bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f831e18f7ca330bf","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"duration":0}},{"uid":"4792aee9991ae766","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4792aee9991ae766","status":"passed","time":{"start":1707770238688,"stop":1707770238688,"duration":0}},{"uid":"d53f7d86823ac5a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d53f7d86823ac5a3","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"b2e60fbd3389ba92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2e60fbd3389ba92","status":"passed","time":{"start":1707758004328,"stop":1707758004329,"duration":1}},{"uid":"42d1fd0adbe9f833","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d1fd0adbe9f833","status":"passed","time":{"start":1707756690164,"stop":1707756690165,"duration":1}},{"uid":"e863704f67441e75","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e863704f67441e75","status":"passed","time":{"start":1707754051788,"stop":1707754051789,"duration":1}},{"uid":"922f652d5c4878d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/922f652d5c4878d7","status":"passed","time":{"start":1707753877929,"stop":1707753877930,"duration":1}},{"uid":"1ae60d00c2bb6b98","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ae60d00c2bb6b98","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"277076ca6859f227","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/277076ca6859f227","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"6479d16c6f7a40c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6479d16c6f7a40c8","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"tags":[]},"source":"9674a55deb04e7e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/96e706187f1cdb65.json b/6406/data/test-cases/96e706187f1cdb65.json new file mode 100644 index 00000000000..c7670c7bd19 --- /dev/null +++ b/6406/data/test-cases/96e706187f1cdb65.json @@ -0,0 +1 @@ +{"uid":"96e706187f1cdb65","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":1707793412322,"stop":1707793412322,"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":13,"unknown":0,"total":13},"items":[{"uid":"af92f50946714955","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/af92f50946714955","status":"passed","time":{"start":1707778394552,"stop":1707778394553,"duration":1}},{"uid":"a9a0bc5e0e6cca6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a9a0bc5e0e6cca6c","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"7715b053a7f23513","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7715b053a7f23513","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"1b4a225d9fa59e1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b4a225d9fa59e1f","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"35c86f939e10845b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35c86f939e10845b","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"62a1e1870b9380df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a1e1870b9380df","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"c7f79505598f4fe4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c7f79505598f4fe4","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"88ac8f45c812b170","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88ac8f45c812b170","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"24235aea626d6747","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24235aea626d6747","status":"passed","time":{"start":1707753994323,"stop":1707753994324,"duration":1}},{"uid":"b89a01e33e3b8fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b89a01e33e3b8fce","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"10276c28cdae2dd3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/10276c28cdae2dd3","status":"passed","time":{"start":1707737132859,"stop":1707737132860,"duration":1}},{"uid":"c15840bcffbef9c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c15840bcffbef9c3","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"tags":[]},"source":"96e706187f1cdb65.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/dd5fe60409f720ca.json b/6406/data/test-cases/971cbc42d281bfc3.json similarity index 74% rename from 6379/data/test-cases/dd5fe60409f720ca.json rename to 6406/data/test-cases/971cbc42d281bfc3.json index 0782127d2ff..a724a9de7bb 100644 --- a/6379/data/test-cases/dd5fe60409f720ca.json +++ b/6406/data/test-cases/971cbc42d281bfc3.json @@ -1 +1 @@ -{"uid":"dd5fe60409f720ca","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419013073,"stop":1707419013074,"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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"802f3e6c0ad5b259","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/802f3e6c0ad5b259","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418255025,"stop":1707418255026,"duration":1}},{"uid":"6a70541feec2a72b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6a70541feec2a72b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418202578,"stop":1707418202578,"duration":0}},{"uid":"3a816a14970d2a33","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3a816a14970d2a33","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412632613,"stop":1707412632613,"duration":0}},{"uid":"34225508d06b5189","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/34225508d06b5189","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411050767,"stop":1707411050767,"duration":0}},{"uid":"ff41b2ee88252261","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ff41b2ee88252261","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409528969,"stop":1707409528969,"duration":0}},{"uid":"3d2e591a0d3d6ff5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3d2e591a0d3d6ff5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408904871,"stop":1707408904871,"duration":0}},{"uid":"5fdb2b71f36e451","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5fdb2b71f36e451","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408867376,"stop":1707408867376,"duration":0}},{"uid":"420012fd4263bcd5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/420012fd4263bcd5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408376754,"stop":1707408376755,"duration":1}},{"uid":"a5de407658c20d86","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a5de407658c20d86","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407458509,"stop":1707407458510,"duration":1}},{"uid":"78c18ce5bfb73d50","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/78c18ce5bfb73d50","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407342025,"stop":1707407342025,"duration":0}},{"uid":"cbd510f625f80592","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/cbd510f625f80592","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404337401,"stop":1707404337401,"duration":0}},{"uid":"159ad93a967268ab","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/159ad93a967268ab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375779682,"stop":1707375779683,"duration":1}},{"uid":"749605f125ba525f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/749605f125ba525f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707372972494,"stop":1707372972494,"duration":0}},{"uid":"c5446d8f5fc75408","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c5446d8f5fc75408","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359158652,"stop":1707359158653,"duration":1}},{"uid":"61bc6284ddac10ce","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/61bc6284ddac10ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357906693,"stop":1707357906693,"duration":0}},{"uid":"8f6fd536b5d9ddd6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8f6fd536b5d9ddd6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707356955635,"stop":1707356955635,"duration":0}},{"uid":"c6ce3055f6c0b0d1","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c6ce3055f6c0b0d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355179960,"stop":1707355179960,"duration":0}}]},"tags":[]},"source":"dd5fe60409f720ca.json","parameterValues":[]} \ No newline at end of file +{"uid":"971cbc42d281bfc3","name":"Overlapping topic subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Overlapping topic subscription","historyId":"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793168678,"stop":1707793168678,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"ad5f79e861f34d26","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad5f79e861f34d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"d4463ae7405eb2ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4463ae7405eb2ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"c87549886965f03d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c87549886965f03d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"a8f39824771c7567","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a8f39824771c7567","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"b9294c6f6e7172fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9294c6f6e7172fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"3dea7f62062b5e8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dea7f62062b5e8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106457,"stop":1707760106457,"duration":0}},{"uid":"ad7e6a4dc44f6062","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad7e6a4dc44f6062","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804295,"duration":1}},{"uid":"662bc9a08827c08c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662bc9a08827c08c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422347,"duration":1}},{"uid":"34b91eada9d8380d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34b91eada9d8380d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"7f344e21784df7d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f344e21784df7d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"811481c96880a357","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/811481c96880a357","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"8a514315132bc555","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a514315132bc555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"770525f3e68826da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/770525f3e68826da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"tags":[]},"source":"971cbc42d281bfc3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/977336ca81ab0ce7.json b/6406/data/test-cases/977336ca81ab0ce7.json new file mode 100644 index 00000000000..b2ac27bf3a7 --- /dev/null +++ b/6406/data/test-cases/977336ca81ab0ce7.json @@ -0,0 +1 @@ +{"uid":"977336ca81ab0ce7","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":1707793153228,"stop":1707793153229,"duration":1},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"4abab40446160cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4abab40446160cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"15775c909681d49d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15775c909681d49d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"b10a92db3297bfff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b10a92db3297bfff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205634,"stop":1707775205635,"duration":1}},{"uid":"c34efc1b55faca25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34efc1b55faca25","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"748b10cc85aafbda","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/748b10cc85aafbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983283,"stop":1707769983283,"duration":0}},{"uid":"108ffd9ae6d0294b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/108ffd9ae6d0294b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"7b4688923cb5574a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7b4688923cb5574a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790739,"stop":1707757790740,"duration":1}},{"uid":"cbc3caa11600ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbc3caa11600ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"8bd7c2412213c3ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bd7c2412213c3ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793195,"stop":1707753793196,"duration":1}},{"uid":"316975876b9547ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/316975876b9547ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573536,"stop":1707753573536,"duration":0}},{"uid":"9e6d749f82e4cf2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e6d749f82e4cf2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953985,"stop":1707750953985,"duration":0}},{"uid":"788982740a5b7373","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/788982740a5b7373","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"c363c19fbe628c7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c363c19fbe628c7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"tags":[]},"source":"977336ca81ab0ce7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/97799c92c3a24a44.json b/6406/data/test-cases/97799c92c3a24a44.json new file mode 100644 index 00000000000..dd1442d5e45 --- /dev/null +++ b/6406/data/test-cases/97799c92c3a24a44.json @@ -0,0 +1 @@ +{"uid":"97799c92c3a24a44","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":1707793093671,"stop":1707793093671,"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":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"7f1f3253b6ef5396","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1f3253b6ef5396","status":"passed","time":{"start":1707778040176,"stop":1707778040177,"duration":1}},{"uid":"c344f41e8c1f2550","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c344f41e8c1f2550","status":"passed","time":{"start":1707775332137,"stop":1707775332138,"duration":1}},{"uid":"f866af43b9061070","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f866af43b9061070","status":"passed","time":{"start":1707775137043,"stop":1707775137044,"duration":1}},{"uid":"4d2932f3936e8162","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d2932f3936e8162","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0}},{"uid":"1cfaf8737fedd955","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1cfaf8737fedd955","status":"passed","time":{"start":1707769926380,"stop":1707769926381,"duration":1}},{"uid":"3e107304d0c9292c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e107304d0c9292c","status":"passed","time":{"start":1707760029630,"stop":1707760029631,"duration":1}},{"uid":"328e52e262737b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/328e52e262737b1","status":"passed","time":{"start":1707757713782,"stop":1707757713782,"duration":0}},{"uid":"97804d90662bb585","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97804d90662bb585","status":"passed","time":{"start":1707756348022,"stop":1707756348023,"duration":1}},{"uid":"fbbbffdedd2f3726","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbbbffdedd2f3726","status":"passed","time":{"start":1707753739732,"stop":1707753739732,"duration":0}},{"uid":"62bb03564b971566","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/62bb03564b971566","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"5a83906589c591d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a83906589c591d0","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/multiaddr.node.spec.ts)","time":{"start":1707750884259,"stop":1707750884259,"duration":0}},{"uid":"a30a533b46b95c14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a30a533b46b95c14","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"b6e2292fb2d4fcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6e2292fb2d4fcf","status":"passed","time":{"start":1707736018904,"stop":1707736018905,"duration":1}}]},"tags":[]},"source":"97799c92c3a24a44.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c7019b466cb2d88d.json b/6406/data/test-cases/97ccb41b5c84f15c.json similarity index 63% rename from 6379/data/test-cases/c7019b466cb2d88d.json rename to 6406/data/test-cases/97ccb41b5c84f15c.json index f42f6eca3d3..4861e0f4915 100644 --- a/6379/data/test-cases/c7019b466cb2d88d.json +++ b/6406/data/test-cases/97ccb41b5c84f15c.json @@ -1 +1 @@ -{"uid":"c7019b466cb2d88d","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":1707419149714,"stop":1707419149714,"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":18,"unknown":0,"total":18},"items":[{"uid":"1939e4e02515f338","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1939e4e02515f338","status":"passed","time":{"start":1707418383125,"stop":1707418383126,"duration":1}},{"uid":"605fd309cc907fce","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/605fd309cc907fce","status":"passed","time":{"start":1707418335148,"stop":1707418335149,"duration":1}},{"uid":"c7b4c561e6881f7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c7b4c561e6881f7","status":"passed","time":{"start":1707412768665,"stop":1707412768665,"duration":0}},{"uid":"c74c10a2868e8398","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c74c10a2868e8398","status":"passed","time":{"start":1707411190746,"stop":1707411190754,"duration":8}},{"uid":"357d507452a6f936","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/357d507452a6f936","status":"passed","time":{"start":1707409656844,"stop":1707409656844,"duration":0}},{"uid":"ecce42074513037c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ecce42074513037c","status":"passed","time":{"start":1707409051754,"stop":1707409051754,"duration":0}},{"uid":"6310302bf8c4c195","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6310302bf8c4c195","status":"passed","time":{"start":1707409014625,"stop":1707409014626,"duration":1}},{"uid":"b36af387ff70e7dd","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b36af387ff70e7dd","status":"passed","time":{"start":1707408533824,"stop":1707408533825,"duration":1}},{"uid":"c87ac818361911ce","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c87ac818361911ce","status":"passed","time":{"start":1707407648211,"stop":1707407648214,"duration":3}},{"uid":"73c20de17584982","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/73c20de17584982","status":"passed","time":{"start":1707407504226,"stop":1707407504227,"duration":1}},{"uid":"821780cb1421b65c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/821780cb1421b65c","status":"passed","time":{"start":1707404485295,"stop":1707404485296,"duration":1}},{"uid":"6bda05d47e312f08","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6bda05d47e312f08","status":"passed","time":{"start":1707375923748,"stop":1707375923748,"duration":0}},{"uid":"e10d5e39bbc8a9c8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e10d5e39bbc8a9c8","status":"passed","time":{"start":1707373125417,"stop":1707373125417,"duration":0}},{"uid":"f8e936d989bdc810","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f8e936d989bdc810","status":"passed","time":{"start":1707359334598,"stop":1707359334598,"duration":0}},{"uid":"bc785d73677c8d88","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc785d73677c8d88","status":"passed","time":{"start":1707358096688,"stop":1707358096689,"duration":1}},{"uid":"7933fc35fdc5c70c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7933fc35fdc5c70c","status":"passed","time":{"start":1707357064563,"stop":1707357064563,"duration":0}},{"uid":"22186ce74423a12a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/22186ce74423a12a","status":"passed","time":{"start":1707355285308,"stop":1707355285308,"duration":0}}]},"tags":[]},"source":"c7019b466cb2d88d.json","parameterValues":[]} \ No newline at end of file +{"uid":"97ccb41b5c84f15c","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":1707793304786,"stop":1707793304787,"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":14,"unknown":0,"total":14},"items":[{"uid":"21fa9af07292d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21fa9af07292d843","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"186846f345c7dcc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186846f345c7dcc9","status":"passed","time":{"start":1707775545747,"stop":1707775545747,"duration":0}},{"uid":"e98753a4eebeb3cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e98753a4eebeb3cb","status":"passed","time":{"start":1707775359956,"stop":1707775359957,"duration":1}},{"uid":"88b9626ed00599ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88b9626ed00599ab","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"duration":1}},{"uid":"4e6007994b5fcd87","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e6007994b5fcd87","status":"passed","time":{"start":1707770099499,"stop":1707770099500,"duration":1}},{"uid":"7d05872aa0091591","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d05872aa0091591","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"f9de6edafa1ca09d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f9de6edafa1ca09d","status":"passed","time":{"start":1707757936359,"stop":1707757936368,"duration":9}},{"uid":"aa6d5dc0df9753cd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa6d5dc0df9753cd","status":"passed","time":{"start":1707756564916,"stop":1707756564916,"duration":0}},{"uid":"dfeecea57498938a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfeecea57498938a","status":"passed","time":{"start":1707753906988,"stop":1707753906988,"duration":0}},{"uid":"9dd13968e56a3408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dd13968e56a3408","status":"passed","time":{"start":1707753724178,"stop":1707753724179,"duration":1}},{"uid":"c72df85d358bcf8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c72df85d358bcf8a","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"7dd6091ff38423f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dd6091ff38423f1","status":"passed","time":{"start":1707736996443,"stop":1707736996444,"duration":1}},{"uid":"4e75d2fb7245f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e75d2fb7245f613","status":"passed","time":{"start":1707736227474,"stop":1707736227475,"duration":1}}]},"tags":[]},"source":"97ccb41b5c84f15c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/97fda087fd37f318.json b/6406/data/test-cases/97fda087fd37f318.json new file mode 100644 index 00000000000..3b19e467f31 --- /dev/null +++ b/6406/data/test-cases/97fda087fd37f318.json @@ -0,0 +1 @@ +{"uid":"97fda087fd37f318","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":1707792805022,"stop":1707792805024,"duration":2},"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":14,"unknown":0,"total":14},"items":[{"uid":"7581fd4c9fafdea1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7581fd4c9fafdea1","status":"passed","time":{"start":1707777754087,"stop":1707777754089,"duration":2}},{"uid":"f15004c1549eb58f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f15004c1549eb58f","status":"passed","time":{"start":1707775030538,"stop":1707775030539,"duration":1}},{"uid":"65dc061b3f0f0cc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/65dc061b3f0f0cc2","status":"passed","time":{"start":1707774831973,"stop":1707774831974,"duration":1}},{"uid":"390e65815824c096","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/390e65815824c096","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2}},{"uid":"3c7db960fb392f42","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c7db960fb392f42","status":"passed","time":{"start":1707769632308,"stop":1707769632310,"duration":2}},{"uid":"97e3bd4a39e6e799","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97e3bd4a39e6e799","status":"passed","time":{"start":1707759727090,"stop":1707759727092,"duration":2}},{"uid":"83e167ea12a93773","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83e167ea12a93773","status":"passed","time":{"start":1707757422029,"stop":1707757422030,"duration":1}},{"uid":"cf4725a7583c2299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf4725a7583c2299","status":"passed","time":{"start":1707756051497,"stop":1707756051499,"duration":2}},{"uid":"1b07909eab1d7107","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b07909eab1d7107","status":"passed","time":{"start":1707753469610,"stop":1707753469611,"duration":1}},{"uid":"1d3cd46d3b34db4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1d3cd46d3b34db4","status":"passed","time":{"start":1707753198229,"stop":1707753198231,"duration":2}},{"uid":"d8f09b1550044405","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8f09b1550044405","status":"passed","time":{"start":1707750598580,"stop":1707750598581,"duration":1}},{"uid":"d88b57fb535ee116","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d88b57fb535ee116","status":"passed","time":{"start":1707736516056,"stop":1707736516057,"duration":1}},{"uid":"45691c99b2f002e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45691c99b2f002e7","status":"passed","time":{"start":1707735697362,"stop":1707735697364,"duration":2}}]},"tags":[]},"source":"97fda087fd37f318.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/108a83362e1a4c9f.json b/6406/data/test-cases/9802d585c72c1793.json similarity index 58% rename from 6379/data/test-cases/108a83362e1a4c9f.json rename to 6406/data/test-cases/9802d585c72c1793.json index 66bd2e3bb0b..1ba5eaf8cdd 100644 --- a/6379/data/test-cases/108a83362e1a4c9f.json +++ b/6406/data/test-cases/9802d585c72c1793.json @@ -1 +1 @@ -{"uid":"108a83362e1a4c9f","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":1707419128747,"stop":1707419128747,"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":18,"unknown":0,"total":18},"items":[{"uid":"5097f2abbb96667","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5097f2abbb96667","status":"passed","time":{"start":1707418365985,"stop":1707418365986,"duration":1}},{"uid":"e2ecf9f6231ee940","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e2ecf9f6231ee940","status":"passed","time":{"start":1707418323183,"stop":1707418323183,"duration":0}},{"uid":"e2f45addbe121291","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e2f45addbe121291","status":"passed","time":{"start":1707412754808,"stop":1707412754809,"duration":1}},{"uid":"f09afb829ea97b12","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f09afb829ea97b12","status":"passed","time":{"start":1707411168062,"stop":1707411168062,"duration":0}},{"uid":"d447e41f065aec70","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d447e41f065aec70","status":"passed","time":{"start":1707409636159,"stop":1707409636159,"duration":0}},{"uid":"8f6deb7b85e32f19","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8f6deb7b85e32f19","status":"passed","time":{"start":1707409026702,"stop":1707409026704,"duration":2}},{"uid":"e106a448ecea24db","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e106a448ecea24db","status":"passed","time":{"start":1707408990332,"stop":1707408990332,"duration":0}},{"uid":"b814dd7a02ffdf5f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b814dd7a02ffdf5f","status":"passed","time":{"start":1707408521469,"stop":1707408521470,"duration":1}},{"uid":"7aafc37e9dbc062c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7aafc37e9dbc062c","status":"passed","time":{"start":1707407586821,"stop":1707407586823,"duration":2}},{"uid":"6fe8e5b240313d6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/6fe8e5b240313d6","status":"passed","time":{"start":1707407493954,"stop":1707407493954,"duration":0}},{"uid":"e1369403feaee96d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e1369403feaee96d","status":"passed","time":{"start":1707404479200,"stop":1707404479201,"duration":1}},{"uid":"97862db895356c50","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/97862db895356c50","status":"passed","time":{"start":1707375899545,"stop":1707375899545,"duration":0}},{"uid":"efeddf3d2def4b12","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/efeddf3d2def4b12","status":"passed","time":{"start":1707373094433,"stop":1707373094433,"duration":0}},{"uid":"1803c0b22c06e933","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1803c0b22c06e933","status":"passed","time":{"start":1707359301637,"stop":1707359301638,"duration":1}},{"uid":"d64761bdeed0e513","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d64761bdeed0e513","status":"passed","time":{"start":1707358030396,"stop":1707358030397,"duration":1}},{"uid":"28a9d6a62b6d752c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/28a9d6a62b6d752c","status":"passed","time":{"start":1707357014502,"stop":1707357014502,"duration":0}},{"uid":"e8a8227caac776ac","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e8a8227caac776ac","status":"passed","time":{"start":1707355242124,"stop":1707355242124,"duration":0}}]},"tags":[]},"source":"108a83362e1a4c9f.json","parameterValues":[]} \ No newline at end of file +{"uid":"9802d585c72c1793","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":1707793287283,"stop":1707793287283,"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":14,"unknown":0,"total":14},"items":[{"uid":"deb6cb9d9eeb9ed0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/deb6cb9d9eeb9ed0","status":"passed","time":{"start":1707778251796,"stop":1707778251797,"duration":1}},{"uid":"f17e22b278288749","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f17e22b278288749","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"fd9cf217bc82ca4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd9cf217bc82ca4b","status":"passed","time":{"start":1707775340608,"stop":1707775340608,"duration":0}},{"uid":"58b719d108d67382","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b719d108d67382","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1}},{"uid":"ffe671636033e879","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe671636033e879","status":"passed","time":{"start":1707770045976,"stop":1707770045976,"duration":0}},{"uid":"4b803fbc70b1b6db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b803fbc70b1b6db","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"79b5660272d19a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/79b5660272d19a6f","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"e572ea3d7d78f7d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e572ea3d7d78f7d4","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"9c53565f6b5bb129","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c53565f6b5bb129","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"49a16760519e30f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49a16760519e30f","status":"passed","time":{"start":1707753708970,"stop":1707753708970,"duration":0}},{"uid":"d5b440fe7056309","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d5b440fe7056309","status":"passed","time":{"start":1707751075910,"stop":1707751075910,"duration":0}},{"uid":"653ca6bf9c2ec44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/653ca6bf9c2ec44","status":"passed","time":{"start":1707737000811,"stop":1707737000811,"duration":0}},{"uid":"c42e27e62f4f28e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c42e27e62f4f28e5","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"tags":[]},"source":"9802d585c72c1793.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/980403b1e1ce1dc2.json b/6406/data/test-cases/980403b1e1ce1dc2.json new file mode 100644 index 00000000000..2ca0f3f9d2e --- /dev/null +++ b/6406/data/test-cases/980403b1e1ce1dc2.json @@ -0,0 +1 @@ +{"uid":"980403b1e1ce1dc2","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":1707792800817,"stop":1707792800817,"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":14,"unknown":0,"total":14},"items":[{"uid":"e2538cc9a55af74f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2538cc9a55af74f","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"fd73dd8bf743548d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd73dd8bf743548d","status":"passed","time":{"start":1707775026268,"stop":1707775026269,"duration":1}},{"uid":"b29f4d071abbc957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b29f4d071abbc957","status":"passed","time":{"start":1707774827857,"stop":1707774827858,"duration":1}},{"uid":"75ace5d330703d44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ace5d330703d44","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"82b44ca240817c86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82b44ca240817c86","status":"passed","time":{"start":1707769628087,"stop":1707769628088,"duration":1}},{"uid":"2a9ad3391db5ea9d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a9ad3391db5ea9d","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"81e8c32f02782053","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81e8c32f02782053","status":"passed","time":{"start":1707757417667,"stop":1707757417668,"duration":1}},{"uid":"4e98f62bbe568335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e98f62bbe568335","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"54c1a5cc79f778b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54c1a5cc79f778b8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"b7e6b1933a2b2086","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b7e6b1933a2b2086","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26e1f59b57822da0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26e1f59b57822da0","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"b7086b52a9d9dbbe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b7086b52a9d9dbbe","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"af91c9cd1e2112b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af91c9cd1e2112b6","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"tags":[]},"source":"980403b1e1ce1dc2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/33ed14399cdf3c14.json b/6406/data/test-cases/986479062af15faa.json similarity index 84% rename from 6379/data/test-cases/33ed14399cdf3c14.json rename to 6406/data/test-cases/986479062af15faa.json index 07e19b6868c..f90baecbc03 100644 --- a/6379/data/test-cases/33ed14399cdf3c14.json +++ b/6406/data/test-cases/986479062af15faa.json @@ -1 +1 @@ -{"uid":"33ed14399cdf3c14","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":1707419289514,"stop":1707419289515,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"24bc7a7b4c900068","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/24bc7a7b4c900068","status":"passed","time":{"start":1707418535554,"stop":1707418535554,"duration":0}},{"uid":"d326fdec93b4bc04","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d326fdec93b4bc04","status":"passed","time":{"start":1707418482229,"stop":1707418482229,"duration":0}},{"uid":"4bb8f487c4866477","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4bb8f487c4866477","status":"passed","time":{"start":1707412863494,"stop":1707412863495,"duration":1}},{"uid":"72016495515d3c18","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/72016495515d3c18","status":"passed","time":{"start":1707411338667,"stop":1707411338667,"duration":0}},{"uid":"ec17a1f63a920a1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ec17a1f63a920a1","status":"passed","time":{"start":1707409792244,"stop":1707409792244,"duration":0}},{"uid":"38c54b674b9d15eb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/38c54b674b9d15eb","status":"passed","time":{"start":1707409177767,"stop":1707409177767,"duration":0}},{"uid":"e2b77d9a075a4967","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e2b77d9a075a4967","status":"passed","time":{"start":1707409135102,"stop":1707409135102,"duration":0}},{"uid":"de067d9a54c69212","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/de067d9a54c69212","status":"passed","time":{"start":1707408664038,"stop":1707408664038,"duration":0}},{"uid":"18c771a8be3d929","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/18c771a8be3d929","status":"passed","time":{"start":1707407736524,"stop":1707407736524,"duration":0}},{"uid":"1c4134cb40956036","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1c4134cb40956036","status":"passed","time":{"start":1707407618241,"stop":1707407618241,"duration":0}},{"uid":"4a7c6d8acadcaedd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4a7c6d8acadcaedd","status":"passed","time":{"start":1707375978567,"stop":1707375978567,"duration":0}},{"uid":"38d12eab8d2efadb","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/38d12eab8d2efadb","status":"passed","time":{"start":1707373245370,"stop":1707373245370,"duration":0}},{"uid":"96705aef65a0332e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/96705aef65a0332e","status":"passed","time":{"start":1707359448679,"stop":1707359448679,"duration":0}},{"uid":"23a956528488b05c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/23a956528488b05c","status":"passed","time":{"start":1707358197198,"stop":1707358197198,"duration":0}},{"uid":"965080734ffc1dc1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/965080734ffc1dc1","status":"passed","time":{"start":1707357226639,"stop":1707357226640,"duration":1}},{"uid":"cd40cfa59a4f474f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/cd40cfa59a4f474f","status":"passed","time":{"start":1707355477326,"stop":1707355477327,"duration":1}}]},"tags":[]},"source":"33ed14399cdf3c14.json","parameterValues":[]} \ No newline at end of file +{"uid":"986479062af15faa","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":1707793446752,"stop":1707793446753,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"45d21fbcb179ee9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/45d21fbcb179ee9e","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"7a2f73dea9ea1d0e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a2f73dea9ea1d0e","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"cd2372212f566dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd2372212f566dde","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"281711e2fcf8606d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/281711e2fcf8606d","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"fb0c8a731f09e26e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb0c8a731f09e26e","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"e76c8d013fd2359d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e76c8d013fd2359d","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"33874baf1b5127a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33874baf1b5127a4","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"6f2d8473089c7d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f2d8473089c7d48","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"5cb753cec9eb857f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb753cec9eb857f","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"dfe186bd9d0b208","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dfe186bd9d0b208","status":"passed","time":{"start":1707751228970,"stop":1707751228971,"duration":1}},{"uid":"b19bb985289efb6c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19bb985289efb6c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"29de1322b834fc18","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29de1322b834fc18","status":"passed","time":{"start":1707736353049,"stop":1707736353050,"duration":1}}]},"tags":[]},"source":"986479062af15faa.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5e21e9ae8c843068.json b/6406/data/test-cases/98797d17a29ab634.json similarity index 83% rename from 6379/data/test-cases/5e21e9ae8c843068.json rename to 6406/data/test-cases/98797d17a29ab634.json index 2cad39d446a..86b7223e7a2 100644 --- a/6379/data/test-cases/5e21e9ae8c843068.json +++ b/6406/data/test-cases/98797d17a29ab634.json @@ -1 +1 @@ -{"uid":"5e21e9ae8c843068","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":1707419289510,"stop":1707419289510,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"a43ce4ca3bf0612f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a43ce4ca3bf0612f","status":"passed","time":{"start":1707418535551,"stop":1707418535551,"duration":0}},{"uid":"2a74ca198e63828e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2a74ca198e63828e","status":"passed","time":{"start":1707418482226,"stop":1707418482226,"duration":0}},{"uid":"828ddf8ff14a80a1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/828ddf8ff14a80a1","status":"passed","time":{"start":1707412863491,"stop":1707412863492,"duration":1}},{"uid":"5eab74813498acd9","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5eab74813498acd9","status":"passed","time":{"start":1707411338663,"stop":1707411338663,"duration":0}},{"uid":"69b28d082c009e14","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/69b28d082c009e14","status":"passed","time":{"start":1707409792240,"stop":1707409792240,"duration":0}},{"uid":"a6e54820a2d97105","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a6e54820a2d97105","status":"passed","time":{"start":1707409177764,"stop":1707409177764,"duration":0}},{"uid":"a608f7b75ce1e139","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a608f7b75ce1e139","status":"passed","time":{"start":1707409135098,"stop":1707409135099,"duration":1}},{"uid":"849fd21c279b9626","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/849fd21c279b9626","status":"passed","time":{"start":1707408664034,"stop":1707408664034,"duration":0}},{"uid":"252860c27ffdf2bf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/252860c27ffdf2bf","status":"passed","time":{"start":1707407736520,"stop":1707407736520,"duration":0}},{"uid":"e853e211c3f7d8ce","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e853e211c3f7d8ce","status":"passed","time":{"start":1707407618238,"stop":1707407618238,"duration":0}},{"uid":"7f3d44a43f6e8ba7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7f3d44a43f6e8ba7","status":"passed","time":{"start":1707404537731,"stop":1707404537731,"duration":0}},{"uid":"1376d275d2946ec9","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1376d275d2946ec9","status":"passed","time":{"start":1707375978563,"stop":1707375978563,"duration":0}},{"uid":"6cebc26308110518","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6cebc26308110518","status":"passed","time":{"start":1707373245367,"stop":1707373245367,"duration":0}},{"uid":"e21dcaef4ed3c763","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e21dcaef4ed3c763","status":"passed","time":{"start":1707359448676,"stop":1707359448676,"duration":0}},{"uid":"8b9bc0c3bbeb782a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8b9bc0c3bbeb782a","status":"passed","time":{"start":1707358197195,"stop":1707358197195,"duration":0}},{"uid":"25189ce043c5c6f9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/25189ce043c5c6f9","status":"passed","time":{"start":1707357226637,"stop":1707357226637,"duration":0}},{"uid":"3c24db5a22c8a7d2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3c24db5a22c8a7d2","status":"passed","time":{"start":1707355477322,"stop":1707355477322,"duration":0}}]},"tags":[]},"source":"5e21e9ae8c843068.json","parameterValues":[]} \ No newline at end of file +{"uid":"98797d17a29ab634","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":1707793446749,"stop":1707793446749,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"b6ec130e919fe903","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6ec130e919fe903","status":"passed","time":{"start":1707778413526,"stop":1707778413527,"duration":1}},{"uid":"eccce611c2f7fb29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eccce611c2f7fb29","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"64e2d2ad931b5805","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64e2d2ad931b5805","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"fda7e179c89cec64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fda7e179c89cec64","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"da4abeabec11b629","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/da4abeabec11b629","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"a5186f048864b822","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5186f048864b822","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"5791259eeb6d83d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5791259eeb6d83d4","status":"passed","time":{"start":1707758004335,"stop":1707758004336,"duration":1}},{"uid":"367c00f2fc4f3589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/367c00f2fc4f3589","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"a5ddfbf04d49cff3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5ddfbf04d49cff3","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"d926dc5d340f792","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d926dc5d340f792","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"b753c0875a76362a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b753c0875a76362a","status":"passed","time":{"start":1707751228967,"stop":1707751228968,"duration":1}},{"uid":"67b3469bcc8d000f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67b3469bcc8d000f","status":"passed","time":{"start":1707737173825,"stop":1707737173826,"duration":1}},{"uid":"caefec33cac774ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caefec33cac774ff","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"tags":[]},"source":"98797d17a29ab634.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/99959ade6840c143.json b/6406/data/test-cases/99959ade6840c143.json new file mode 100644 index 00000000000..8bbc23cbc54 --- /dev/null +++ b/6406/data/test-cases/99959ade6840c143.json @@ -0,0 +1 @@ +{"uid":"99959ade6840c143","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":1707793142780,"stop":1707793142781,"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":14,"unknown":0,"total":14},"items":[{"uid":"355d39564546ce40","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/355d39564546ce40","status":"passed","time":{"start":1707778103143,"stop":1707778103144,"duration":1}},{"uid":"e7ef97a207d7d62","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7ef97a207d7d62","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"e2a79d9966de1718","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2a79d9966de1718","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"3affacac03035e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3affacac03035e7d","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"duration":1}},{"uid":"78b9eedd92bff4e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b9eedd92bff4e6","status":"passed","time":{"start":1707769979912,"stop":1707769979913,"duration":1}},{"uid":"ec0f65c7d343d0e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec0f65c7d343d0e8","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"5bcb9630e2ca37b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bcb9630e2ca37b2","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"5082e5f2343a6f74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5082e5f2343a6f74","status":"passed","time":{"start":1707756396098,"stop":1707756396098,"duration":0}},{"uid":"b604d33b8c569549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b604d33b8c569549","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"a16b95a648febba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a16b95a648febba","status":"passed","time":{"start":1707753563058,"stop":1707753563061,"duration":3}},{"uid":"c46b36d1ae68c5eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c46b36d1ae68c5eb","status":"passed","time":{"start":1707750940647,"stop":1707750940647,"duration":0}},{"uid":"4ed5c630d9a2bf52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed5c630d9a2bf52","status":"passed","time":{"start":1707736870539,"stop":1707736870542,"duration":3}},{"uid":"eb8795a3d1c15df4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb8795a3d1c15df4","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"tags":[]},"source":"99959ade6840c143.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/740bfce3ec530535.json b/6406/data/test-cases/99fcfc4b5c716eeb.json similarity index 79% rename from 6379/data/test-cases/740bfce3ec530535.json rename to 6406/data/test-cases/99fcfc4b5c716eeb.json index c6206632878..7e1aa3184ae 100644 --- a/6379/data/test-cases/740bfce3ec530535.json +++ b/6406/data/test-cases/99fcfc4b5c716eeb.json @@ -1 +1 @@ -{"uid":"740bfce3ec530535","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":1707419181419,"stop":1707419181419,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"8c09128a057dbade","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8c09128a057dbade","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418419767,"stop":1707418419767,"duration":0}},{"uid":"8ec2bd3772be32bc","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8ec2bd3772be32bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418388450,"stop":1707418388450,"duration":0}},{"uid":"94e2bd352cd54a04","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/94e2bd352cd54a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412796136,"stop":1707412796136,"duration":0}},{"uid":"e09bb81d9ee76b3e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e09bb81d9ee76b3e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411256094,"stop":1707411256095,"duration":1}},{"uid":"43f0adec29a4d178","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/43f0adec29a4d178","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409690317,"stop":1707409690317,"duration":0}},{"uid":"42459f83c9758cb5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/42459f83c9758cb5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409095924,"stop":1707409095924,"duration":0}},{"uid":"e25b86214ecc8253","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e25b86214ecc8253","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409032402,"stop":1707409032415,"duration":13}},{"uid":"d35e94d9eb1d39b7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d35e94d9eb1d39b7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408574260,"stop":1707408574260,"duration":0}},{"uid":"f3bc56eca109da7c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f3bc56eca109da7c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407633872,"stop":1707407633872,"duration":0}},{"uid":"1a17c95bc0395d49","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1a17c95bc0395d49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407545223,"stop":1707407545223,"duration":0}},{"uid":"9ade5396e006f13","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/9ade5396e006f13","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404532437,"stop":1707404532438,"duration":1}},{"uid":"ac94e5651a9fb98c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ac94e5651a9fb98c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375958759,"stop":1707375958759,"duration":0}},{"uid":"117a1845018c882","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/117a1845018c882","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373157756,"stop":1707373157756,"duration":0}},{"uid":"4fce35817cc90788","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4fce35817cc90788","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359355977,"stop":1707359355977,"duration":0}},{"uid":"816fb343d0debf48","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/816fb343d0debf48","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358094694,"stop":1707358094694,"duration":0}},{"uid":"4bb1ebbc4f8a57b2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4bb1ebbc4f8a57b2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357164920,"stop":1707357164920,"duration":0}},{"uid":"d3a8ce2018dfbae2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d3a8ce2018dfbae2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355248781,"stop":1707355248781,"duration":0}}]},"tags":[]},"source":"740bfce3ec530535.json","parameterValues":[]} \ No newline at end of file +{"uid":"99fcfc4b5c716eeb","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":1707793371107,"stop":1707793371108,"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: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"7e5b602b9460f82a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e5b602b9460f82a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"763a3eb876b89768","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/763a3eb876b89768","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602025,"duration":1}},{"uid":"2b1f3f1a303299ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2b1f3f1a303299ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390236,"stop":1707775390236,"duration":0}},{"uid":"5ffcaee358abb307","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ffcaee358abb307","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335611,"duration":1}},{"uid":"25ad0c0f9e428dd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25ad0c0f9e428dd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301818,"stop":1707760301818,"duration":0}},{"uid":"50da16491b9f64f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/50da16491b9f64f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"db43867326ec3b1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db43867326ec3b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617044,"stop":1707756617044,"duration":0}},{"uid":"9239835f40e42d90","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9239835f40e42d90","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"2398fd9308b90b9d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2398fd9308b90b9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"2cf9a3cb20e271df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cf9a3cb20e271df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1d27ce37778b9ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d27ce37778b9ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091340,"stop":1707737091340,"duration":0}},{"uid":"3b9a5a252e5af9ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9a5a252e5af9ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"tags":[]},"source":"99fcfc4b5c716eeb.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c5525795789d8c7b.json b/6406/data/test-cases/9b86b2e84b061167.json similarity index 83% rename from 6379/data/test-cases/c5525795789d8c7b.json rename to 6406/data/test-cases/9b86b2e84b061167.json index e70455570ab..abde64154b4 100644 --- a/6379/data/test-cases/c5525795789d8c7b.json +++ b/6406/data/test-cases/9b86b2e84b061167.json @@ -1 +1 @@ -{"uid":"c5525795789d8c7b","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":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"4c88270682e46dc3","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4c88270682e46dc3","status":"passed","time":{"start":1707418535539,"stop":1707418535539,"duration":0}},{"uid":"2545d80b7f813089","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2545d80b7f813089","status":"passed","time":{"start":1707418482215,"stop":1707418482215,"duration":0}},{"uid":"912eab22008ce5dc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/912eab22008ce5dc","status":"passed","time":{"start":1707412863481,"stop":1707412863481,"duration":0}},{"uid":"cb6466af3c67ebe4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/cb6466af3c67ebe4","status":"passed","time":{"start":1707411338652,"stop":1707411338652,"duration":0}},{"uid":"8f78abb578cb1e6d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8f78abb578cb1e6d","status":"passed","time":{"start":1707409792229,"stop":1707409792229,"duration":0}},{"uid":"5bde04277ce3d708","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5bde04277ce3d708","status":"passed","time":{"start":1707409177752,"stop":1707409177752,"duration":0}},{"uid":"4e25068be89e6c1b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4e25068be89e6c1b","status":"passed","time":{"start":1707409135088,"stop":1707409135088,"duration":0}},{"uid":"e1fdb9a45aff160f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e1fdb9a45aff160f","status":"passed","time":{"start":1707408664021,"stop":1707408664021,"duration":0}},{"uid":"2b1ce1cf90c22475","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b1ce1cf90c22475","status":"passed","time":{"start":1707407736507,"stop":1707407736507,"duration":0}},{"uid":"471b5dad7df41446","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/471b5dad7df41446","status":"passed","time":{"start":1707407618227,"stop":1707407618228,"duration":1}},{"uid":"bba2d870099d498e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/bba2d870099d498e","status":"passed","time":{"start":1707404537712,"stop":1707404537712,"duration":0}},{"uid":"64877053ec416860","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/64877053ec416860","status":"passed","time":{"start":1707375978543,"stop":1707375978543,"duration":0}},{"uid":"d7425d41afe6e34b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d7425d41afe6e34b","status":"passed","time":{"start":1707373245354,"stop":1707373245354,"duration":0}},{"uid":"6cb454aac26149cc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6cb454aac26149cc","status":"passed","time":{"start":1707359448665,"stop":1707359448665,"duration":0}},{"uid":"a6188d3863a84b44","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a6188d3863a84b44","status":"passed","time":{"start":1707358197183,"stop":1707358197183,"duration":0}},{"uid":"bf6a0be5a97f6db","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bf6a0be5a97f6db","status":"passed","time":{"start":1707357226626,"stop":1707357226626,"duration":0}},{"uid":"af3bcf2051b33e1e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/af3bcf2051b33e1e","status":"passed","time":{"start":1707355477304,"stop":1707355477304,"duration":0}}]},"tags":[]},"source":"c5525795789d8c7b.json","parameterValues":[]} \ No newline at end of file +{"uid":"9b86b2e84b061167","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":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"351b262e2b62e5ef","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/351b262e2b62e5ef","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"54bf239f35fa6408","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/54bf239f35fa6408","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"d98c32d1c19131b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d98c32d1c19131b7","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"3f0217eacb647d58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f0217eacb647d58","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"7fe9f0eab0ddcefa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fe9f0eab0ddcefa","status":"passed","time":{"start":1707770238681,"stop":1707770238682,"duration":1}},{"uid":"f2f35938c9af62ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f2f35938c9af62ba","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"230bde902829a49b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/230bde902829a49b","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"10e1f25bbfb1d537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10e1f25bbfb1d537","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"bd1f9909cb0f9600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bd1f9909cb0f9600","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"dec10bc241a7ccca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dec10bc241a7ccca","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"9efdbf53e0e006a6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9efdbf53e0e006a6","status":"passed","time":{"start":1707751228957,"stop":1707751228958,"duration":1}},{"uid":"e7bcd06143706b8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e7bcd06143706b8b","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"9db8c1e01bfba117","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9db8c1e01bfba117","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"tags":[]},"source":"9b86b2e84b061167.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9b9391897a88df0d.json b/6406/data/test-cases/9b9391897a88df0d.json new file mode 100644 index 00000000000..d2a8636c415 --- /dev/null +++ b/6406/data/test-cases/9b9391897a88df0d.json @@ -0,0 +1 @@ +{"uid":"9b9391897a88df0d","name":"Ordered Callback sorting by timestamp while page direction is forward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Ordered Callback sorting by timestamp while page direction is forward","historyId":"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793387156,"stop":1707793387157,"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":14,"unknown":0,"total":14},"items":[{"uid":"50d6d16620d9cb5b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50d6d16620d9cb5b","status":"passed","time":{"start":1707778357268,"stop":1707778357268,"duration":0}},{"uid":"966100cdee34aa8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/966100cdee34aa8","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"9ba6c0561cdb8bff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ba6c0561cdb8bff","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"6df8b426819fbd25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6df8b426819fbd25","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"duration":0}},{"uid":"cd73fd582af5ab6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd73fd582af5ab6","status":"passed","time":{"start":1707770134574,"stop":1707770134575,"duration":1}},{"uid":"88df4754c567b8ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88df4754c567b8ce","status":"passed","time":{"start":1707760319220,"stop":1707760319220,"duration":0}},{"uid":"7f64639c8170fc03","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f64639c8170fc03","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"df0604db777fdd7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df0604db777fdd7c","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"d52ee4c39094ad8c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d52ee4c39094ad8c","status":"passed","time":{"start":1707753945998,"stop":1707753945999,"duration":1}},{"uid":"515716311084276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515716311084276a","status":"passed","time":{"start":1707753803975,"stop":1707753803976,"duration":1}},{"uid":"5f0e31d9ca53023a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5f0e31d9ca53023a","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"58a20531c8f04ac7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58a20531c8f04ac7","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"30337436a6090587","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30337436a6090587","status":"passed","time":{"start":1707736302667,"stop":1707736302667,"duration":0}}]},"tags":[]},"source":"9b9391897a88df0d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9cc11494ccca1938.json b/6406/data/test-cases/9cc11494ccca1938.json new file mode 100644 index 00000000000..cd3dcb1ac29 --- /dev/null +++ b/6406/data/test-cases/9cc11494ccca1938.json @@ -0,0 +1 @@ +{"uid":"9cc11494ccca1938","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":1707792800008,"stop":1707792800009,"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":14,"unknown":0,"total":14},"items":[{"uid":"7d0dac0e286dec9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0dac0e286dec9b","status":"passed","time":{"start":1707777749095,"stop":1707777749096,"duration":1}},{"uid":"b9b5709c927cfd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b5709c927cfd1","status":"passed","time":{"start":1707775025528,"stop":1707775025529,"duration":1}},{"uid":"5115941dbf81f64f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5115941dbf81f64f","status":"passed","time":{"start":1707774827061,"stop":1707774827061,"duration":0}},{"uid":"411b98200239713b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/411b98200239713b","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"duration":1}},{"uid":"c5319844a94e268c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5319844a94e268c","status":"passed","time":{"start":1707769627291,"stop":1707769627291,"duration":0}},{"uid":"c27b551b882ca8fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c27b551b882ca8fa","status":"passed","time":{"start":1707759722031,"stop":1707759722031,"duration":0}},{"uid":"330995421f571f53","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/330995421f571f53","status":"passed","time":{"start":1707757416839,"stop":1707757416839,"duration":0}},{"uid":"a5d25440b032cd13","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d25440b032cd13","status":"passed","time":{"start":1707756046606,"stop":1707756046607,"duration":1}},{"uid":"4b01493764e680eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b01493764e680eb","status":"passed","time":{"start":1707753464667,"stop":1707753464667,"duration":0}},{"uid":"5852525579b127ab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5852525579b127ab","status":"passed","time":{"start":1707753192938,"stop":1707753192939,"duration":1}},{"uid":"b77ca5361100643a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b77ca5361100643a","status":"passed","time":{"start":1707750593506,"stop":1707750593506,"duration":0}},{"uid":"4903f0e679a7cfd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4903f0e679a7cfd9","status":"passed","time":{"start":1707736510879,"stop":1707736510879,"duration":0}},{"uid":"caf66dab684adad1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf66dab684adad1","status":"passed","time":{"start":1707735692290,"stop":1707735692291,"duration":1}}]},"tags":[]},"source":"9cc11494ccca1938.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/fce4a1fd566af7c5.json b/6406/data/test-cases/9cc51b976f088be5.json similarity index 82% rename from 6379/data/test-cases/fce4a1fd566af7c5.json rename to 6406/data/test-cases/9cc51b976f088be5.json index 3e0f1d8a62f..f6768bd4edf 100644 --- a/6379/data/test-cases/fce4a1fd566af7c5.json +++ b/6406/data/test-cases/9cc51b976f088be5.json @@ -1 +1 @@ -{"uid":"fce4a1fd566af7c5","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":1707419289512,"stop":1707419289512,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"7b97c3251889a45d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7b97c3251889a45d","status":"passed","time":{"start":1707418535551,"stop":1707418535552,"duration":1}},{"uid":"977f7cea6d6ac1bb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/977f7cea6d6ac1bb","status":"passed","time":{"start":1707418482227,"stop":1707418482227,"duration":0}},{"uid":"cf54e5a7f776cc63","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cf54e5a7f776cc63","status":"passed","time":{"start":1707412863492,"stop":1707412863492,"duration":0}},{"uid":"1dffa69919e85606","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1dffa69919e85606","status":"passed","time":{"start":1707411338664,"stop":1707411338664,"duration":0}},{"uid":"b63eef87cbc5a063","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b63eef87cbc5a063","status":"passed","time":{"start":1707409792241,"stop":1707409792241,"duration":0}},{"uid":"181e934dc8843d1f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/181e934dc8843d1f","status":"passed","time":{"start":1707409177765,"stop":1707409177765,"duration":0}},{"uid":"e3e4884c2911093","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e3e4884c2911093","status":"passed","time":{"start":1707409135099,"stop":1707409135099,"duration":0}},{"uid":"376b163e425f7f05","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/376b163e425f7f05","status":"passed","time":{"start":1707408664035,"stop":1707408664035,"duration":0}},{"uid":"d88c66fa973c1511","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d88c66fa973c1511","status":"passed","time":{"start":1707407736521,"stop":1707407736521,"duration":0}},{"uid":"7eed3a6410b90703","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7eed3a6410b90703","status":"passed","time":{"start":1707407618239,"stop":1707407618239,"duration":0}},{"uid":"a1c5cf4703bb1593","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a1c5cf4703bb1593","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts)","time":{"start":1707404537732,"stop":1707404537733,"duration":1}},{"uid":"49725961a199464","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/49725961a199464","status":"passed","time":{"start":1707375978564,"stop":1707375978564,"duration":0}},{"uid":"3114ef04a4075f16","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3114ef04a4075f16","status":"passed","time":{"start":1707373245368,"stop":1707373245368,"duration":0}},{"uid":"b68d1f2e1123ce57","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b68d1f2e1123ce57","status":"passed","time":{"start":1707359448677,"stop":1707359448677,"duration":0}},{"uid":"8cf28d5d781bdf78","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8cf28d5d781bdf78","status":"passed","time":{"start":1707358197196,"stop":1707358197196,"duration":0}},{"uid":"7e35b097be50e93a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7e35b097be50e93a","status":"passed","time":{"start":1707357226637,"stop":1707357226638,"duration":1}},{"uid":"67e0b6e01e779899","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/67e0b6e01e779899","status":"passed","time":{"start":1707355477323,"stop":1707355477323,"duration":0}}]},"tags":[]},"source":"fce4a1fd566af7c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"9cc51b976f088be5","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":1707793446750,"stop":1707793446750,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"d4e2b1344ff51126","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d4e2b1344ff51126","status":"passed","time":{"start":1707778413527,"stop":1707778413528,"duration":1}},{"uid":"93fc1c694da15eeb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93fc1c694da15eeb","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"d876567225489c3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d876567225489c3e","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"3faea43839b7370d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3faea43839b7370d","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"eba06fcd5fc742c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eba06fcd5fc742c","status":"passed","time":{"start":1707770238694,"stop":1707770238695,"duration":1}},{"uid":"fd01a3da4de7c866","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fd01a3da4de7c866","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"548d1a08c30b63e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d1a08c30b63e7","status":"passed","time":{"start":1707758004336,"stop":1707758004337,"duration":1}},{"uid":"dfffbb47a34d8d03","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfffbb47a34d8d03","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"6c4f105db404b04d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c4f105db404b04d","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"64f9cd93d4595ee4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64f9cd93d4595ee4","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"d695841b5eb27c9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695841b5eb27c9e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"e85a16e1ef4994a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e85a16e1ef4994a7","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"832d6bc37c3cc234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/832d6bc37c3cc234","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"tags":[]},"source":"9cc51b976f088be5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9d8a1f8f6615fd6d.json b/6406/data/test-cases/9d8a1f8f6615fd6d.json new file mode 100644 index 00000000000..9a5a3752f47 --- /dev/null +++ b/6406/data/test-cases/9d8a1f8f6615fd6d.json @@ -0,0 +1 @@ +{"uid":"9d8a1f8f6615fd6d","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":1707793059101,"stop":1707793059101,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"31bbabc8969df760","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31bbabc8969df760","status":"passed","time":{"start":1707778002167,"stop":1707778002167,"duration":0}},{"uid":"f29f45d515c67489","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f29f45d515c67489","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"1fb9d7f4cfaf49e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fb9d7f4cfaf49e9","status":"passed","time":{"start":1707775094104,"stop":1707775094104,"duration":0}},{"uid":"e4d6861dd25cfa75","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4d6861dd25cfa75","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"duration":0}},{"uid":"8ecf34559110dee5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ecf34559110dee5","status":"passed","time":{"start":1707769883644,"stop":1707769883644,"duration":0}},{"uid":"7bc2051167cc9b74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bc2051167cc9b74","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"6bdd7243c6d9af57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6bdd7243c6d9af57","status":"passed","time":{"start":1707757677812,"stop":1707757677812,"duration":0}},{"uid":"8fdd44988df597e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8fdd44988df597e","status":"passed","time":{"start":1707756291414,"stop":1707756291415,"duration":1}},{"uid":"4abe79b85f479d5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4abe79b85f479d5d","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"abfce8629bd251ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfce8629bd251ea","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"55cdb61d3610c1f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55cdb61d3610c1f5","status":"passed","time":{"start":1707750845164,"stop":1707750845169,"duration":5}},{"uid":"97340c0d3036a16c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/97340c0d3036a16c","status":"passed","time":{"start":1707736769676,"stop":1707736769676,"duration":0}},{"uid":"563a70cfd4f95f46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/563a70cfd4f95f46","status":"passed","time":{"start":1707735968262,"stop":1707735968264,"duration":2}}]},"tags":[]},"source":"9d8a1f8f6615fd6d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3b19843e526f7648.json b/6406/data/test-cases/9dbe73f8cbec9536.json similarity index 58% rename from 6379/data/test-cases/3b19843e526f7648.json rename to 6406/data/test-cases/9dbe73f8cbec9536.json index 4f6a97422b1..e95b517e179 100644 --- a/6379/data/test-cases/3b19843e526f7648.json +++ b/6406/data/test-cases/9dbe73f8cbec9536.json @@ -1 +1 @@ -{"uid":"3b19843e526f7648","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":1707419245417,"stop":1707419245417,"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":18,"unknown":0,"total":18},"items":[{"uid":"66e93a7c953bd1d4","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/66e93a7c953bd1d4","status":"passed","time":{"start":1707418481248,"stop":1707418481248,"duration":0}},{"uid":"353b94e9bfbfc5cf","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/353b94e9bfbfc5cf","status":"passed","time":{"start":1707418427430,"stop":1707418427431,"duration":1}},{"uid":"5d5c87b4fc532eb6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5d5c87b4fc532eb6","status":"passed","time":{"start":1707412836876,"stop":1707412836876,"duration":0}},{"uid":"e783a7cdf0ff52cb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e783a7cdf0ff52cb","status":"passed","time":{"start":1707411293289,"stop":1707411293290,"duration":1}},{"uid":"85c621552ad5ccfd","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/85c621552ad5ccfd","status":"passed","time":{"start":1707409756999,"stop":1707409756999,"duration":0}},{"uid":"1eb471ff7669e031","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1eb471ff7669e031","status":"passed","time":{"start":1707409144514,"stop":1707409144515,"duration":1}},{"uid":"97f7acb6d1ac71d1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/97f7acb6d1ac71d1","status":"passed","time":{"start":1707409099315,"stop":1707409099315,"duration":0}},{"uid":"4b4841ac7fe76cb7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4b4841ac7fe76cb7","status":"passed","time":{"start":1707408627015,"stop":1707408627016,"duration":1}},{"uid":"892a06cec52fb3c0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/892a06cec52fb3c0","status":"passed","time":{"start":1707407709876,"stop":1707407709876,"duration":0}},{"uid":"7c83b25eab0a3551","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7c83b25eab0a3551","status":"passed","time":{"start":1707407595122,"stop":1707407595123,"duration":1}},{"uid":"fdac95bcfc5af31f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fdac95bcfc5af31f","status":"passed","time":{"start":1707404568408,"stop":1707404568408,"duration":0}},{"uid":"d7da5f4967c36d97","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d7da5f4967c36d97","status":"passed","time":{"start":1707376005644,"stop":1707376005644,"duration":0}},{"uid":"18c060a5600b7c82","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/18c060a5600b7c82","status":"passed","time":{"start":1707373217013,"stop":1707373217013,"duration":0}},{"uid":"6c50ec97562f4fa1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6c50ec97562f4fa1","status":"passed","time":{"start":1707359415817,"stop":1707359415817,"duration":0}},{"uid":"3f6f40eb870d2f10","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3f6f40eb870d2f10","status":"passed","time":{"start":1707358177348,"stop":1707358177349,"duration":1}},{"uid":"d9e7381d5217b68a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d9e7381d5217b68a","status":"passed","time":{"start":1707357159130,"stop":1707357159131,"duration":1}},{"uid":"3ee3acdb717b3151","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3ee3acdb717b3151","status":"passed","time":{"start":1707355369496,"stop":1707355369496,"duration":0}}]},"tags":[]},"source":"3b19843e526f7648.json","parameterValues":[]} \ No newline at end of file +{"uid":"9dbe73f8cbec9536","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":1707793399646,"stop":1707793399646,"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":13,"unknown":0,"total":13},"items":[{"uid":"5c7b0f8bd8291991","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c7b0f8bd8291991","status":"passed","time":{"start":1707778379762,"stop":1707778379763,"duration":1}},{"uid":"7d7bf9234c762adf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7d7bf9234c762adf","status":"passed","time":{"start":1707775649286,"stop":1707775649287,"duration":1}},{"uid":"a8d794fac7f8e984","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d794fac7f8e984","status":"passed","time":{"start":1707775456620,"stop":1707775456620,"duration":0}},{"uid":"b6af89e5bbb12c91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6af89e5bbb12c91","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"duration":0}},{"uid":"8a9d1dcef974c1e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a9d1dcef974c1e6","status":"passed","time":{"start":1707770165187,"stop":1707770165189,"duration":2}},{"uid":"a10da2d6d0f9efd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a10da2d6d0f9efd0","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"d14b18368ccf4d76","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d14b18368ccf4d76","status":"passed","time":{"start":1707756662062,"stop":1707756662063,"duration":1}},{"uid":"330e90e815bc564e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/330e90e815bc564e","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"5cb04f9855f950b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb04f9855f950b8","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"4acf85049191395","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4acf85049191395","status":"passed","time":{"start":1707751167359,"stop":1707751167360,"duration":1}},{"uid":"6567985a590d9c05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6567985a590d9c05","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"1bbfe4c94e58a475","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bbfe4c94e58a475","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"tags":[]},"source":"9dbe73f8cbec9536.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/aaa2a4a333a580ec.json b/6406/data/test-cases/9e6d34051ec48ff3.json similarity index 98% rename from 6379/data/test-cases/aaa2a4a333a580ec.json rename to 6406/data/test-cases/9e6d34051ec48ff3.json index a21185e9743..f71db165cec 100644 --- a/6379/data/test-cases/aaa2a4a333a580ec.json +++ b/6406/data/test-cases/9e6d34051ec48ff3.json @@ -1 +1 @@ -{"uid":"aaa2a4a333a580ec","name":"Push message with custom timestamp: 1707422430042","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1707422430042","historyId":"879528c888b765f7494b428376b91727:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419247780,"stop":1707419247781,"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":"aaa2a4a333a580ec.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e6d34051ec48ff3","name":"Push message with custom timestamp: 1707796559036","fullName":"/tests/light-push/index.node.spec.ts: Waku Light Push: Multiple Nodes: Strict Check: true > Push message with custom timestamp: 1707796559036","historyId":"ed384a72ea87e4f5d3028bab84a1835a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793370642,"stop":1707793370642,"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":"9e6d34051ec48ff3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9e99437b89c78946.json b/6406/data/test-cases/9e99437b89c78946.json new file mode 100644 index 00000000000..ccaf680923c --- /dev/null +++ b/6406/data/test-cases/9e99437b89c78946.json @@ -0,0 +1 @@ +{"uid":"9e99437b89c78946","name":"unsubscribes","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > unsubscribes","historyId":"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"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":13,"unknown":0,"total":13},"items":[{"uid":"3d54c4579734b938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d54c4579734b938","status":"passed","time":{"start":1707778360548,"stop":1707778360548,"duration":0}},{"uid":"a494579211bef150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a494579211bef150","status":"passed","time":{"start":1707775635823,"stop":1707775635823,"duration":0}},{"uid":"fe59beae2edde09a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe59beae2edde09a","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"ebf734d2fd18d743","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebf734d2fd18d743","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"2d83c6fb25bcc132","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d83c6fb25bcc132","status":"passed","time":{"start":1707770148426,"stop":1707770148426,"duration":0}},{"uid":"5d8932f185d235a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d8932f185d235a3","status":"passed","time":{"start":1707760329143,"stop":1707760329143,"duration":0}},{"uid":"fa87d9cb419b9164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa87d9cb419b9164","status":"passed","time":{"start":1707758022104,"stop":1707758022105,"duration":1}},{"uid":"80150f8b24abb0ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80150f8b24abb0ac","status":"passed","time":{"start":1707756648883,"stop":1707756648888,"duration":5}},{"uid":"f9e361316d8c9015","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f9e361316d8c9015","status":"passed","time":{"start":1707753961166,"stop":1707753961166,"duration":0}},{"uid":"e069226dbe49001d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e069226dbe49001d","status":"passed","time":{"start":1707753814893,"stop":1707753814894,"duration":1}},{"uid":"74c5b3915cfee82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74c5b3915cfee82a","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"fb898df493366c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb898df493366c82","status":"passed","time":{"start":1707736309871,"stop":1707736309871,"duration":0}}]},"tags":[]},"source":"9e99437b89c78946.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/364491d55f7cb2c7.json b/6406/data/test-cases/9e9d2095af9f1ae5.json similarity index 50% rename from 6379/data/test-cases/364491d55f7cb2c7.json rename to 6406/data/test-cases/9e9d2095af9f1ae5.json index c979af31444..6b61062938c 100644 --- a/6379/data/test-cases/364491d55f7cb2c7.json +++ b/6406/data/test-cases/9e9d2095af9f1ae5.json @@ -1 +1 @@ -{"uid":"364491d55f7cb2c7","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":1707418744885,"stop":1707418744885,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"2901904ae58d9444","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2901904ae58d9444","status":"passed","time":{"start":1707417979405,"stop":1707417979405,"duration":0}},{"uid":"3e96f8b8a19b3ef1","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3e96f8b8a19b3ef1","status":"passed","time":{"start":1707417938896,"stop":1707417938896,"duration":0}},{"uid":"246bd5c5feef59e3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/246bd5c5feef59e3","status":"passed","time":{"start":1707412393207,"stop":1707412393207,"duration":0}},{"uid":"474ea751cbb9846e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/474ea751cbb9846e","status":"passed","time":{"start":1707410787473,"stop":1707410787474,"duration":1}},{"uid":"8d11b308771cbca8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8d11b308771cbca8","status":"passed","time":{"start":1707409251381,"stop":1707409251381,"duration":0}},{"uid":"483abf88d40ef06e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/483abf88d40ef06e","status":"passed","time":{"start":1707408646367,"stop":1707408646368,"duration":1}},{"uid":"c4722009d215f6b9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c4722009d215f6b9","status":"passed","time":{"start":1707408603697,"stop":1707408603697,"duration":0}},{"uid":"5e44c001126f91b0","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5e44c001126f91b0","status":"passed","time":{"start":1707408131555,"stop":1707408131555,"duration":0}},{"uid":"c187356e3f5214c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c187356e3f5214c8","status":"passed","time":{"start":1707407189067,"stop":1707407189067,"duration":0}},{"uid":"c817ef8e27186cad","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c817ef8e27186cad","status":"passed","time":{"start":1707407099396,"stop":1707407099397,"duration":1}},{"uid":"75b0713ad6b66156","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/75b0713ad6b66156","status":"passed","time":{"start":1707404081467,"stop":1707404081467,"duration":0}},{"uid":"490e19df0691fefc","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/490e19df0691fefc","status":"passed","time":{"start":1707375507544,"stop":1707375507544,"duration":0}},{"uid":"7a92c9548aaa30ad","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7a92c9548aaa30ad","status":"passed","time":{"start":1707372719071,"stop":1707372719072,"duration":1}},{"uid":"334e96262db50531","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/334e96262db50531","status":"passed","time":{"start":1707358898250,"stop":1707358898250,"duration":0}},{"uid":"8515c5a2c2cface0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8515c5a2c2cface0","status":"passed","time":{"start":1707357643942,"stop":1707357643943,"duration":1}},{"uid":"472f8299b0b1c8ae","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/472f8299b0b1c8ae","status":"passed","time":{"start":1707356762521,"stop":1707356762522,"duration":1}},{"uid":"494b19f3c52c7216","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/494b19f3c52c7216","status":"passed","time":{"start":1707354787181,"stop":1707354787181,"duration":0}}]},"tags":[]},"source":"364491d55f7cb2c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"9e9d2095af9f1ae5","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":1707792929578,"stop":1707792929579,"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":14,"unknown":0,"total":14},"items":[{"uid":"342c47f9e291518a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/342c47f9e291518a","status":"passed","time":{"start":1707777877643,"stop":1707777877643,"duration":0}},{"uid":"99a0fd6bec7bb0eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99a0fd6bec7bb0eb","status":"passed","time":{"start":1707775153016,"stop":1707775153017,"duration":1}},{"uid":"c93817904c15b00d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c93817904c15b00d","status":"passed","time":{"start":1707774951830,"stop":1707774951831,"duration":1}},{"uid":"132624b091318a4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/132624b091318a4c","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"duration":0}},{"uid":"439d0bdb954f39eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/439d0bdb954f39eb","status":"passed","time":{"start":1707769748204,"stop":1707769748204,"duration":0}},{"uid":"25c51d7c07116707","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25c51d7c07116707","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"77e18fe851c4ae02","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e18fe851c4ae02","status":"passed","time":{"start":1707757546806,"stop":1707757546806,"duration":0}},{"uid":"631c4d6b3fe8227a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/631c4d6b3fe8227a","status":"passed","time":{"start":1707756167194,"stop":1707756167198,"duration":4}},{"uid":"546c0cc7cdb486e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546c0cc7cdb486e3","status":"passed","time":{"start":1707753584059,"stop":1707753584060,"duration":1}},{"uid":"16ce761eae158037","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16ce761eae158037","status":"passed","time":{"start":1707753331769,"stop":1707753331769,"duration":0}},{"uid":"ec251df54b7563ed","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ec251df54b7563ed","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"8bd9b87589a22ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8bd9b87589a22ea3","status":"passed","time":{"start":1707736636441,"stop":1707736636441,"duration":0}},{"uid":"f7b574acf9f4cc5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7b574acf9f4cc5b","status":"passed","time":{"start":1707735825260,"stop":1707735825260,"duration":0}}]},"tags":[]},"source":"9e9d2095af9f1ae5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9f08bd817c329167.json b/6406/data/test-cases/9f08bd817c329167.json new file mode 100644 index 00000000000..e82a239974b --- /dev/null +++ b/6406/data/test-cases/9f08bd817c329167.json @@ -0,0 +1 @@ +{"uid":"9f08bd817c329167","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":1707793012482,"stop":1707793012482,"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":14,"unknown":0,"total":14},"items":[{"uid":"922fab61c3c5bed1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/922fab61c3c5bed1","status":"passed","time":{"start":1707777977665,"stop":1707777977666,"duration":1}},{"uid":"3a9fd0e5a5e9faf0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9fd0e5a5e9faf0","status":"passed","time":{"start":1707775258456,"stop":1707775258456,"duration":0}},{"uid":"7b990050cf513b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b990050cf513b2c","status":"passed","time":{"start":1707775082017,"stop":1707775082018,"duration":1}},{"uid":"56ce9c659bb9811b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56ce9c659bb9811b","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0}},{"uid":"3644020b0a41866a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3644020b0a41866a","status":"passed","time":{"start":1707769841899,"stop":1707769841900,"duration":1}},{"uid":"74cffce5e5a8e9d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74cffce5e5a8e9d6","status":"passed","time":{"start":1707759921454,"stop":1707759921454,"duration":0}},{"uid":"ba793ffd4c8940c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba793ffd4c8940c4","status":"passed","time":{"start":1707757624876,"stop":1707757624876,"duration":0}},{"uid":"9a97eece6b1f0782","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a97eece6b1f0782","status":"passed","time":{"start":1707756261765,"stop":1707756261775,"duration":10}},{"uid":"a006b00772b5e1c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a006b00772b5e1c9","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"7ef7715973cc0bf9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7ef7715973cc0bf9","status":"passed","time":{"start":1707753409585,"stop":1707753409585,"duration":0}},{"uid":"db496ee3a9d4d8f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db496ee3a9d4d8f3","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"93b39b1842d87144","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/93b39b1842d87144","status":"passed","time":{"start":1707736708328,"stop":1707736708329,"duration":1}},{"uid":"55d4f96cc5e5eceb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55d4f96cc5e5eceb","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"tags":[]},"source":"9f08bd817c329167.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cf07a9215e810593.json b/6406/data/test-cases/9f30c4d648d5f260.json similarity index 63% rename from 6379/data/test-cases/cf07a9215e810593.json rename to 6406/data/test-cases/9f30c4d648d5f260.json index a13ffb68f19..1e8a8ee8a66 100644 --- a/6379/data/test-cases/cf07a9215e810593.json +++ b/6406/data/test-cases/9f30c4d648d5f260.json @@ -1 +1 @@ -{"uid":"cf07a9215e810593","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":1707419149716,"stop":1707419149716,"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":18,"unknown":0,"total":18},"items":[{"uid":"1bb0c00f8a38ba48","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1bb0c00f8a38ba48","status":"passed","time":{"start":1707418383129,"stop":1707418383130,"duration":1}},{"uid":"97a7c830461d400b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/97a7c830461d400b","status":"passed","time":{"start":1707418335150,"stop":1707418335151,"duration":1}},{"uid":"e91c20d24209b9b6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e91c20d24209b9b6","status":"passed","time":{"start":1707412768667,"stop":1707412768667,"duration":0}},{"uid":"585073dd8ff3a8d1","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/585073dd8ff3a8d1","status":"passed","time":{"start":1707411190756,"stop":1707411190756,"duration":0}},{"uid":"c75c2d7e2f08d478","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c75c2d7e2f08d478","status":"passed","time":{"start":1707409656845,"stop":1707409656846,"duration":1}},{"uid":"15123c2694a682f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/15123c2694a682f","status":"passed","time":{"start":1707409051756,"stop":1707409051758,"duration":2}},{"uid":"7717bf87a4d81fdf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7717bf87a4d81fdf","status":"passed","time":{"start":1707409014629,"stop":1707409014630,"duration":1}},{"uid":"fa228ced9d483ded","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/fa228ced9d483ded","status":"passed","time":{"start":1707408533826,"stop":1707408533826,"duration":0}},{"uid":"7983402f668ca639","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7983402f668ca639","status":"passed","time":{"start":1707407648218,"stop":1707407648222,"duration":4}},{"uid":"4f1d296ee773b59","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4f1d296ee773b59","status":"passed","time":{"start":1707407504230,"stop":1707407504230,"duration":0}},{"uid":"ada392be2160eb3d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ada392be2160eb3d","status":"passed","time":{"start":1707404485298,"stop":1707404485301,"duration":3}},{"uid":"85dd97c9c0ddd178","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/85dd97c9c0ddd178","status":"passed","time":{"start":1707375923749,"stop":1707375923750,"duration":1}},{"uid":"c55a5f52365967ca","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c55a5f52365967ca","status":"passed","time":{"start":1707373125418,"stop":1707373125419,"duration":1}},{"uid":"3b291c6a64465e2b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3b291c6a64465e2b","status":"passed","time":{"start":1707359334599,"stop":1707359334603,"duration":4}},{"uid":"fbb6e1ba7cc73a3c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fbb6e1ba7cc73a3c","status":"passed","time":{"start":1707358096690,"stop":1707358096691,"duration":1}},{"uid":"5de5ae1b92f1798e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5de5ae1b92f1798e","status":"passed","time":{"start":1707357064566,"stop":1707357064567,"duration":1}},{"uid":"985b5b27c9a297a8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/985b5b27c9a297a8","status":"passed","time":{"start":1707355285313,"stop":1707355285314,"duration":1}}]},"tags":[]},"source":"cf07a9215e810593.json","parameterValues":[]} \ No newline at end of file +{"uid":"9f30c4d648d5f260","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":1707793304790,"stop":1707793304791,"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":13,"unknown":0,"total":13},"items":[{"uid":"cec9de4acc1a65be","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cec9de4acc1a65be","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"a986a192f53387df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a986a192f53387df","status":"passed","time":{"start":1707775545752,"stop":1707775545753,"duration":1}},{"uid":"82a15c0c2c46e4f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82a15c0c2c46e4f6","status":"passed","time":{"start":1707775359974,"stop":1707775359974,"duration":0}},{"uid":"25d9a13ae4ee3cde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25d9a13ae4ee3cde","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"7bf4749211d7f12e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bf4749211d7f12e","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"8771af825def1f19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8771af825def1f19","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"8c408788dc95fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c408788dc95fe5","status":"passed","time":{"start":1707757936373,"stop":1707757936373,"duration":0}},{"uid":"6c4bf0f469ec4f15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c4bf0f469ec4f15","status":"passed","time":{"start":1707756564919,"stop":1707756564920,"duration":1}},{"uid":"2dea430cae2e2118","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2dea430cae2e2118","status":"passed","time":{"start":1707753906991,"stop":1707753906991,"duration":0}},{"uid":"9230a19d4888bbdc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9230a19d4888bbdc","status":"passed","time":{"start":1707753724180,"stop":1707753724181,"duration":1}},{"uid":"bf5f33435e12c808","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf5f33435e12c808","status":"passed","time":{"start":1707751082968,"stop":1707751082969,"duration":1}},{"uid":"8f33f9090e6292a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f33f9090e6292a9","status":"passed","time":{"start":1707736227480,"stop":1707736227480,"duration":0}}]},"tags":[]},"source":"9f30c4d648d5f260.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/9f6506e29aa3e52e.json b/6406/data/test-cases/9f6506e29aa3e52e.json new file mode 100644 index 00000000000..ab054c6704b --- /dev/null +++ b/6406/data/test-cases/9f6506e29aa3e52e.json @@ -0,0 +1 @@ +{"uid":"9f6506e29aa3e52e","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":1707792958833,"stop":1707792958833,"duration":0},"status":"skipped","statusMessage":"Test ignored","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"aef0478856346614","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aef0478856346614","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997107,"stop":1707777997107,"duration":0}},{"uid":"8ea225ee0c023927","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ea225ee0c023927","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275749,"stop":1707775275749,"duration":0}},{"uid":"6e700b26e0e11827","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e700b26e0e11827","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085880,"stop":1707775085880,"duration":0}},{"uid":"c1e93710719d4dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e93710719d4dc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018835,"stop":1707770018835,"duration":0}},{"uid":"5f6b156100e672e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6b156100e672e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883316,"stop":1707769883316,"duration":0}},{"uid":"eae9d8809aae299","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eae9d8809aae299","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"8362d0c95dde4943","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8362d0c95dde4943","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"77a2480dba4fd44e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77a2480dba4fd44e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"ae6ba891e787a1a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ae6ba891e787a1a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"1675c0930418dc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1675c0930418dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448093,"stop":1707753448093,"duration":0}},{"uid":"efd6df9956c2fa00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efd6df9956c2fa00","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840035,"stop":1707750840036,"duration":1}},{"uid":"c2f57287f310002a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c2f57287f310002a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765001,"stop":1707736765001,"duration":0}},{"uid":"c723690357ba29d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c723690357ba29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"tags":[]},"source":"9f6506e29aa3e52e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c8186b9e98b46021.json b/6406/data/test-cases/9fda558cd0dd0450.json similarity index 81% rename from 6379/data/test-cases/c8186b9e98b46021.json rename to 6406/data/test-cases/9fda558cd0dd0450.json index f4615ac0cdf..59767327aa1 100644 --- a/6379/data/test-cases/c8186b9e98b46021.json +++ b/6406/data/test-cases/9fda558cd0dd0450.json @@ -1 +1 @@ -{"uid":"c8186b9e98b46021","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":1707419181447,"stop":1707419181447,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"6391d0b2990ccf86","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6391d0b2990ccf86","status":"passed","time":{"start":1707418419819,"stop":1707418419820,"duration":1}},{"uid":"4bc07f9abdf8c274","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/4bc07f9abdf8c274","status":"passed","time":{"start":1707418388466,"stop":1707418388467,"duration":1}},{"uid":"4cce399e5eb7cfb1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4cce399e5eb7cfb1","status":"passed","time":{"start":1707412796189,"stop":1707412796190,"duration":1}},{"uid":"fde1db413209a43f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fde1db413209a43f","status":"passed","time":{"start":1707411256120,"stop":1707411256121,"duration":1}},{"uid":"1cee46789bbf6eb8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1cee46789bbf6eb8","status":"passed","time":{"start":1707409690334,"stop":1707409690335,"duration":1}},{"uid":"1b43bb0ae7f20323","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1b43bb0ae7f20323","status":"passed","time":{"start":1707409095942,"stop":1707409095942,"duration":0}},{"uid":"de91a80b9024dad9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/de91a80b9024dad9","status":"passed","time":{"start":1707409032448,"stop":1707409032448,"duration":0}},{"uid":"b0df6462134af2e7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b0df6462134af2e7","status":"passed","time":{"start":1707408574283,"stop":1707408574283,"duration":0}},{"uid":"7e350fbf74c6690e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7e350fbf74c6690e","status":"passed","time":{"start":1707407633906,"stop":1707407633909,"duration":3}},{"uid":"230b79399be446c7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/230b79399be446c7","status":"passed","time":{"start":1707407545270,"stop":1707407545270,"duration":0}},{"uid":"acf0b72585160396","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/acf0b72585160396","status":"passed","time":{"start":1707404532465,"stop":1707404532466,"duration":1}},{"uid":"38b104b1110e5bd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/38b104b1110e5bd","status":"passed","time":{"start":1707375958849,"stop":1707375958850,"duration":1}},{"uid":"e4f323d0be44df4","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e4f323d0be44df4","status":"passed","time":{"start":1707373157819,"stop":1707373157819,"duration":0}},{"uid":"6827e3512fbab95f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6827e3512fbab95f","status":"passed","time":{"start":1707359356006,"stop":1707359356006,"duration":0}},{"uid":"f9a2b3a33d82ab20","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f9a2b3a33d82ab20","status":"passed","time":{"start":1707358094708,"stop":1707358094708,"duration":0}},{"uid":"1d2d57bb1fb5d3f0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1d2d57bb1fb5d3f0","status":"passed","time":{"start":1707357164932,"stop":1707357164932,"duration":0}},{"uid":"6d82df40102deebf","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6d82df40102deebf","status":"passed","time":{"start":1707355248794,"stop":1707355248794,"duration":0}}]},"tags":[]},"source":"c8186b9e98b46021.json","parameterValues":[]} \ No newline at end of file +{"uid":"9fda558cd0dd0450","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":1707793371126,"stop":1707793371127,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"fa5c88238bf40bfb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fa5c88238bf40bfb","status":"passed","time":{"start":1707778338859,"stop":1707778338860,"duration":1}},{"uid":"3c109e8b11edc77f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c109e8b11edc77f","status":"passed","time":{"start":1707775602046,"stop":1707775602050,"duration":4}},{"uid":"6325ee09c8a45d7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6325ee09c8a45d7b","status":"passed","time":{"start":1707775390253,"stop":1707775390254,"duration":1}},{"uid":"35b9bc97fcb1361d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35b9bc97fcb1361d","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8}},{"uid":"e22576c9d28ea0dd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e22576c9d28ea0dd","status":"passed","time":{"start":1707769968737,"stop":1707769968738,"duration":1}},{"uid":"581ed9cea1922331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/581ed9cea1922331","status":"passed","time":{"start":1707760301829,"stop":1707760301830,"duration":1}},{"uid":"d978c62511c57b13","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d978c62511c57b13","status":"passed","time":{"start":1707758006729,"stop":1707758006729,"duration":0}},{"uid":"9efc5831d302d336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9efc5831d302d336","status":"passed","time":{"start":1707756617066,"stop":1707756617067,"duration":1}},{"uid":"c18ed3b7a9925aa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c18ed3b7a9925aa9","status":"passed","time":{"start":1707753988895,"stop":1707753988895,"duration":0}},{"uid":"a8cbc8cd5fbd33c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8cbc8cd5fbd33c2","status":"passed","time":{"start":1707753782780,"stop":1707753782781,"duration":1}},{"uid":"dc433f86080b856a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc433f86080b856a","status":"passed","time":{"start":1707751162326,"stop":1707751162327,"duration":1}},{"uid":"1250760a2bcaaca0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1250760a2bcaaca0","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"6bc30ac2486e190e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bc30ac2486e190e","status":"passed","time":{"start":1707736260166,"stop":1707736260167,"duration":1}}]},"tags":[]},"source":"9fda558cd0dd0450.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/52b43d6935db18a9.json b/6406/data/test-cases/a034079ddc596323.json similarity index 83% rename from 6379/data/test-cases/52b43d6935db18a9.json rename to 6406/data/test-cases/a034079ddc596323.json index 32fd63bf051..a1f8a633f8f 100644 --- a/6379/data/test-cases/52b43d6935db18a9.json +++ b/6406/data/test-cases/a034079ddc596323.json @@ -1 +1 @@ -{"uid":"52b43d6935db18a9","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":1707419289506,"stop":1707419289506,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"f068e77d4e2af9ea","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f068e77d4e2af9ea","status":"passed","time":{"start":1707418535547,"stop":1707418535547,"duration":0}},{"uid":"2f50acbbec9981d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2f50acbbec9981d","status":"passed","time":{"start":1707418482222,"stop":1707418482223,"duration":1}},{"uid":"2f0da16eb6ae8141","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2f0da16eb6ae8141","status":"passed","time":{"start":1707412863488,"stop":1707412863488,"duration":0}},{"uid":"32ef01525bc84d52","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/32ef01525bc84d52","status":"passed","time":{"start":1707411338659,"stop":1707411338659,"duration":0}},{"uid":"7d1dd565c9a471de","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7d1dd565c9a471de","status":"passed","time":{"start":1707409792236,"stop":1707409792236,"duration":0}},{"uid":"bb953300f23b748","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/bb953300f23b748","status":"passed","time":{"start":1707409177759,"stop":1707409177760,"duration":1}},{"uid":"53d48132e98b9b26","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/53d48132e98b9b26","status":"passed","time":{"start":1707409135095,"stop":1707409135095,"duration":0}},{"uid":"5dba1f6c1dfc311b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5dba1f6c1dfc311b","status":"passed","time":{"start":1707408664029,"stop":1707408664029,"duration":0}},{"uid":"402db3c7f329cbd1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/402db3c7f329cbd1","status":"passed","time":{"start":1707407736515,"stop":1707407736516,"duration":1}},{"uid":"7c2ddeb5eaa82d99","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7c2ddeb5eaa82d99","status":"passed","time":{"start":1707407618235,"stop":1707407618235,"duration":0}},{"uid":"949754385fd90f77","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/949754385fd90f77","status":"passed","time":{"start":1707404537720,"stop":1707404537721,"duration":1}},{"uid":"982f22fc8f3855a0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/982f22fc8f3855a0","status":"passed","time":{"start":1707375978547,"stop":1707375978547,"duration":0}},{"uid":"ca07bb960eba12fe","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ca07bb960eba12fe","status":"passed","time":{"start":1707373245363,"stop":1707373245363,"duration":0}},{"uid":"7110c6285fed18a3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7110c6285fed18a3","status":"passed","time":{"start":1707359448672,"stop":1707359448672,"duration":0}},{"uid":"6c3ef61ffcdbb813","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6c3ef61ffcdbb813","status":"passed","time":{"start":1707358197191,"stop":1707358197192,"duration":1}},{"uid":"a035cd4057c22b0f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a035cd4057c22b0f","status":"passed","time":{"start":1707357226633,"stop":1707357226633,"duration":0}},{"uid":"18c1c63c2a889a95","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/18c1c63c2a889a95","status":"passed","time":{"start":1707355477315,"stop":1707355477315,"duration":0}}]},"tags":[]},"source":"52b43d6935db18a9.json","parameterValues":[]} \ No newline at end of file +{"uid":"a034079ddc596323","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":1707793446744,"stop":1707793446745,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"4ba46c3e303f86ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ba46c3e303f86ae","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"bc524096b98468df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc524096b98468df","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"b30ab91961512cc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b30ab91961512cc0","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"9f6e5cfdf8007428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6e5cfdf8007428","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"duration":1}},{"uid":"8125c5dd5927dde","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8125c5dd5927dde","status":"passed","time":{"start":1707770238689,"stop":1707770238690,"duration":1}},{"uid":"90536324d40e816","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90536324d40e816","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"c049a8b008f9d2d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c049a8b008f9d2d9","status":"passed","time":{"start":1707758004330,"stop":1707758004330,"duration":0}},{"uid":"a570d670db1c85dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a570d670db1c85dd","status":"passed","time":{"start":1707756690165,"stop":1707756690166,"duration":1}},{"uid":"29a73532bd4ad468","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a73532bd4ad468","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"4020225ba58e19e6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4020225ba58e19e6","status":"passed","time":{"start":1707753877930,"stop":1707753877931,"duration":1}},{"uid":"b5adfa0401fdd9fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5adfa0401fdd9fb","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"1a9bc52e6b7e8ec2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a9bc52e6b7e8ec2","status":"passed","time":{"start":1707737173821,"stop":1707737173822,"duration":1}},{"uid":"9cad26e755a6c23c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9cad26e755a6c23c","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"tags":[]},"source":"a034079ddc596323.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/33256e809ebee050.json b/6406/data/test-cases/a035552ef488137d.json similarity index 97% rename from 6379/data/test-cases/33256e809ebee050.json rename to 6406/data/test-cases/a035552ef488137d.json index 74af66b9f9a..1c5b6eb6290 100644 --- a/6379/data/test-cases/33256e809ebee050.json +++ b/6406/data/test-cases/a035552ef488137d.json @@ -1 +1 @@ -{"uid":"33256e809ebee050","name":"Check received message with timestamp: 1707418663297000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1707418663297000000 ","historyId":"3811378e3f0047b097bf7ebaa7c3b79b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181439,"stop":1707419181439,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"33256e809ebee050.json","parameterValues":[]} \ No newline at end of file +{"uid":"a035552ef488137d","name":"Check received message with timestamp: 1707792838371000000 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: 1707792838371000000 ","historyId":"2933e7d7b2f9ed43c36bef8a1347caf0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371116,"stop":1707793371116,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"a035552ef488137d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a05df0055ae7e372.json b/6406/data/test-cases/a05df0055ae7e372.json new file mode 100644 index 00000000000..ce3f56540a6 --- /dev/null +++ b/6406/data/test-cases/a05df0055ae7e372.json @@ -0,0 +1 @@ +{"uid":"a05df0055ae7e372","name":"1 Relay, 1 fetch","fullName":"/src/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 fetch","historyId":"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814755,"stop":1707792814756,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"fd0e4f6c8cc94e34","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fd0e4f6c8cc94e34","status":"passed","time":{"start":1707777764143,"stop":1707777764143,"duration":0}},{"uid":"10003a000a4b320","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10003a000a4b320","status":"passed","time":{"start":1707775040233,"stop":1707775040234,"duration":1}},{"uid":"a5cdc7edb5d3f670","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5cdc7edb5d3f670","status":"passed","time":{"start":1707774842093,"stop":1707774842094,"duration":1}},{"uid":"507c91c1ed4056e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/507c91c1ed4056e4","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0}},{"uid":"219c3922c7a5c970","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/219c3922c7a5c970","status":"passed","time":{"start":1707769642279,"stop":1707769642280,"duration":1}},{"uid":"995bc11f5cbbab60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/995bc11f5cbbab60","status":"passed","time":{"start":1707759737039,"stop":1707759737040,"duration":1}},{"uid":"f230ed61b1bc801b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f230ed61b1bc801b","status":"passed","time":{"start":1707757431978,"stop":1707757431979,"duration":1}},{"uid":"43c8d4ab6dd9b2bb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43c8d4ab6dd9b2bb","status":"passed","time":{"start":1707756061065,"stop":1707756061066,"duration":1}},{"uid":"a3518c31125096e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3518c31125096e0","status":"passed","time":{"start":1707753479612,"stop":1707753479613,"duration":1}},{"uid":"d35c074a35b17dfb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d35c074a35b17dfb","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"c154f0532243e2a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c154f0532243e2a2","status":"passed","time":{"start":1707750608629,"stop":1707750608629,"duration":0}},{"uid":"84f94c27ed9f3bef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84f94c27ed9f3bef","status":"passed","time":{"start":1707736525923,"stop":1707736525923,"duration":0}},{"uid":"df652752918cbf5e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df652752918cbf5e","status":"passed","time":{"start":1707735707757,"stop":1707735707757,"duration":0}}]},"tags":[]},"source":"a05df0055ae7e372.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a08a829249282ef1.json b/6406/data/test-cases/a08a829249282ef1.json new file mode 100644 index 00000000000..285d32883ad --- /dev/null +++ b/6406/data/test-cases/a08a829249282ef1.json @@ -0,0 +1 @@ +{"uid":"a08a829249282ef1","name":"3 nodes on /waku/2/rs/3/1 topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (Autosharding), multiple pubsub topics > 3 nodes on /waku/2/rs/3/1 topic","historyId":"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793142788,"stop":1707793142789,"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":14,"unknown":0,"total":14},"items":[{"uid":"30e5d998be344986","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/30e5d998be344986","status":"passed","time":{"start":1707778103144,"stop":1707778103145,"duration":1}},{"uid":"2b2d4bc9cb185042","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b2d4bc9cb185042","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"fb6dd5b3a962049","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb6dd5b3a962049","status":"passed","time":{"start":1707775193313,"stop":1707775193314,"duration":1}},{"uid":"17f3dcd4669f9b30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17f3dcd4669f9b30","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1}},{"uid":"175641cfc62cf3c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/175641cfc62cf3c7","status":"passed","time":{"start":1707769979913,"stop":1707769979914,"duration":1}},{"uid":"aec045d922eb19ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aec045d922eb19ae","status":"passed","time":{"start":1707760084098,"stop":1707760084098,"duration":0}},{"uid":"907bc01cdfe47a34","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/907bc01cdfe47a34","status":"passed","time":{"start":1707757782366,"stop":1707757782366,"duration":0}},{"uid":"8cf12d0e7d8e691b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8cf12d0e7d8e691b","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"7f59eef9ec26c7d7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f59eef9ec26c7d7","status":"passed","time":{"start":1707753781755,"stop":1707753781755,"duration":0}},{"uid":"a069da045546549d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a069da045546549d","status":"passed","time":{"start":1707753563068,"stop":1707753563081,"duration":13}},{"uid":"8269a46e12aa95ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8269a46e12aa95ae","status":"passed","time":{"start":1707750940650,"stop":1707750940651,"duration":1}},{"uid":"69199bd3a12dee6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69199bd3a12dee6","status":"passed","time":{"start":1707736870543,"stop":1707736870543,"duration":0}},{"uid":"e6b3a9c30d9fe0af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6b3a9c30d9fe0af","status":"passed","time":{"start":1707736068811,"stop":1707736068811,"duration":0}}]},"tags":[]},"source":"a08a829249282ef1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4d009700df90a3d9.json b/6406/data/test-cases/a18e5c2b704c34c1.json similarity index 85% rename from 6379/data/test-cases/4d009700df90a3d9.json rename to 6406/data/test-cases/a18e5c2b704c34c1.json index ad164afebc6..942ede0b860 100644 --- a/6379/data/test-cases/4d009700df90a3d9.json +++ b/6406/data/test-cases/a18e5c2b704c34c1.json @@ -1 +1 @@ -{"uid":"4d009700df90a3d9","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":1707419080409,"stop":1707419080410,"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":18,"unknown":0,"total":18},"items":[{"uid":"63e4408ad1ff398f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/63e4408ad1ff398f","status":"passed","time":{"start":1707418322023,"stop":1707418322023,"duration":0}},{"uid":"117986fe7a8ac931","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/117986fe7a8ac931","status":"passed","time":{"start":1707418259986,"stop":1707418259986,"duration":0}},{"uid":"3d4527c4619f71b9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3d4527c4619f71b9","status":"passed","time":{"start":1707412707117,"stop":1707412707118,"duration":1}},{"uid":"d677222094728833","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d677222094728833","status":"passed","time":{"start":1707411118121,"stop":1707411118122,"duration":1}},{"uid":"852b0fa1fc303208","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/852b0fa1fc303208","status":"passed","time":{"start":1707409587927,"stop":1707409587928,"duration":1}},{"uid":"4e1e11767e6693d4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4e1e11767e6693d4","status":"passed","time":{"start":1707408980235,"stop":1707408980236,"duration":1}},{"uid":"d29ed4316250eacd","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d29ed4316250eacd","status":"passed","time":{"start":1707408927126,"stop":1707408927126,"duration":0}},{"uid":"1b27589ac5468fcc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1b27589ac5468fcc","status":"passed","time":{"start":1707408458744,"stop":1707408458745,"duration":1}},{"uid":"fc2acda56944ed89","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fc2acda56944ed89","status":"passed","time":{"start":1707407520235,"stop":1707407520235,"duration":0}},{"uid":"ef01478b9ddeb9ba","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ef01478b9ddeb9ba","status":"passed","time":{"start":1707407427641,"stop":1707407427642,"duration":1}},{"uid":"fee53213e6b6667e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fee53213e6b6667e","status":"passed","time":{"start":1707404404311,"stop":1707404404311,"duration":0}},{"uid":"60eed2ff63537a55","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/60eed2ff63537a55","status":"passed","time":{"start":1707375846758,"stop":1707375846758,"duration":0}},{"uid":"58064a535e7b8917","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/58064a535e7b8917","status":"passed","time":{"start":1707373035648,"stop":1707373035648,"duration":0}},{"uid":"8e402c45e3f7f9b9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8e402c45e3f7f9b9","status":"passed","time":{"start":1707359236215,"stop":1707359236215,"duration":0}},{"uid":"5217685c74beec76","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5217685c74beec76","status":"passed","time":{"start":1707357965200,"stop":1707357965201,"duration":1}},{"uid":"4a3126550ea81cfe","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4a3126550ea81cfe","status":"passed","time":{"start":1707357048207,"stop":1707357048208,"duration":1}},{"uid":"927061f67b125ad4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/927061f67b125ad4","status":"passed","time":{"start":1707355141617,"stop":1707355141617,"duration":0}}]},"tags":[]},"source":"4d009700df90a3d9.json","parameterValues":[]} \ No newline at end of file +{"uid":"a18e5c2b704c34c1","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":1707793238875,"stop":1707793238875,"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":14,"unknown":0,"total":14},"items":[{"uid":"2235ca4319d9c245","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2235ca4319d9c245","status":"passed","time":{"start":1707778202498,"stop":1707778202499,"duration":1}},{"uid":"c9fd91cfa464eed1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c9fd91cfa464eed1","status":"passed","time":{"start":1707775486632,"stop":1707775486633,"duration":1}},{"uid":"1f04bc22e5e5f20b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f04bc22e5e5f20b","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"284f5e70361774bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/284f5e70361774bd","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2}},{"uid":"aadd345f980320b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadd345f980320b6","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"6b7baa9e6b4ce768","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7baa9e6b4ce768","status":"passed","time":{"start":1707760174025,"stop":1707760174025,"duration":0}},{"uid":"5d4cc7df5cfeb15c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d4cc7df5cfeb15c","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"c3c0e13ccf4ee6f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3c0e13ccf4ee6f0","status":"passed","time":{"start":1707756499907,"stop":1707756499907,"duration":0}},{"uid":"ef9f798fadad381d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef9f798fadad381d","status":"passed","time":{"start":1707753870458,"stop":1707753870458,"duration":0}},{"uid":"4d8730dc9ad7a342","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d8730dc9ad7a342","status":"passed","time":{"start":1707753647512,"stop":1707753647513,"duration":1}},{"uid":"e86927e2f511bf7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86927e2f511bf7a","status":"passed","time":{"start":1707751019571,"stop":1707751019572,"duration":1}},{"uid":"768ee29a064bc01","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/768ee29a064bc01","status":"passed","time":{"start":1707736947850,"stop":1707736947851,"duration":1}},{"uid":"7c4fbd0b8b2e8026","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c4fbd0b8b2e8026","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"tags":[]},"source":"a18e5c2b704c34c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a268ecfc732a3ca5.json b/6406/data/test-cases/a268ecfc732a3ca5.json new file mode 100644 index 00000000000..4ec69638727 --- /dev/null +++ b/6406/data/test-cases/a268ecfc732a3ca5.json @@ -0,0 +1 @@ +{"uid":"a268ecfc732a3ca5","name":"throws on content topic with empty version field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty version field","historyId":"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792550,"stop":1707792792551,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"74aec51b79420b97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74aec51b79420b97","status":"passed","time":{"start":1707777741287,"stop":1707777741288,"duration":1}},{"uid":"204e959ea296a1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/204e959ea296a1b","status":"passed","time":{"start":1707775017703,"stop":1707775017704,"duration":1}},{"uid":"d3fd08637665126b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3fd08637665126b","status":"passed","time":{"start":1707774819161,"stop":1707774819161,"duration":0}},{"uid":"ea69168fb7c97355","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea69168fb7c97355","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"duration":0}},{"uid":"9c543e32dc594a88","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c543e32dc594a88","status":"passed","time":{"start":1707769619252,"stop":1707769619252,"duration":0}},{"uid":"6c60fd18b56f05cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c60fd18b56f05cd","status":"passed","time":{"start":1707759714509,"stop":1707759714509,"duration":0}},{"uid":"27d6f5e55ce61808","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27d6f5e55ce61808","status":"passed","time":{"start":1707757408925,"stop":1707757408926,"duration":1}},{"uid":"9dcb7fa2c227e455","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dcb7fa2c227e455","status":"passed","time":{"start":1707756038652,"stop":1707756038653,"duration":1}},{"uid":"1df7671a204e1534","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1df7671a204e1534","status":"passed","time":{"start":1707753456821,"stop":1707753456822,"duration":1}},{"uid":"11f153181092a88d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/11f153181092a88d","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"4af10a1201a113c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4af10a1201a113c7","status":"passed","time":{"start":1707750585692,"stop":1707750585693,"duration":1}},{"uid":"50d603b843fd3894","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50d603b843fd3894","status":"passed","time":{"start":1707736503246,"stop":1707736503247,"duration":1}},{"uid":"69b6c61b85f64425","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/69b6c61b85f64425","status":"passed","time":{"start":1707735684542,"stop":1707735684542,"duration":0}}]},"tags":[]},"source":"a268ecfc732a3ca5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a2e2a80a4bbf4bec.json b/6406/data/test-cases/a2e2a80a4bbf4bec.json new file mode 100644 index 00000000000..96acb5124a7 --- /dev/null +++ b/6406/data/test-cases/a2e2a80a4bbf4bec.json @@ -0,0 +1 @@ +{"uid":"a2e2a80a4bbf4bec","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":1707793369031,"stop":1707793369031,"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":14,"unknown":0,"total":14},"items":[{"uid":"67d90d8c7d11e05d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67d90d8c7d11e05d","status":"passed","time":{"start":1707778332047,"stop":1707778332047,"duration":0}},{"uid":"ccfcf343b2f0a6d6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ccfcf343b2f0a6d6","status":"passed","time":{"start":1707775601723,"stop":1707775601723,"duration":0}},{"uid":"7924aa61b62b34ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7924aa61b62b34ca","status":"passed","time":{"start":1707775415217,"stop":1707775415217,"duration":0}},{"uid":"8fb3c0547e0a44de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb3c0547e0a44de","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1}},{"uid":"b18771cfa0a572b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b18771cfa0a572b6","status":"passed","time":{"start":1707770103215,"stop":1707770103216,"duration":1}},{"uid":"67819060f457597f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/67819060f457597f","status":"passed","time":{"start":1707760299489,"stop":1707760299490,"duration":1}},{"uid":"2eaff6f189532101","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2eaff6f189532101","status":"passed","time":{"start":1707757995152,"stop":1707757995152,"duration":0}},{"uid":"a0f9329468ae5f17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0f9329468ae5f17","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"c92a4f640dc70211","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c92a4f640dc70211","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"f94af0e226fc8078","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94af0e226fc8078","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"480bfe50d75ecdbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/480bfe50d75ecdbf","status":"passed","time":{"start":1707751137100,"stop":1707751137100,"duration":0}},{"uid":"69f5f6fc56de390e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69f5f6fc56de390e","status":"passed","time":{"start":1707737056794,"stop":1707737056795,"duration":1}},{"uid":"7ae68c497bcdc30a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ae68c497bcdc30a","status":"passed","time":{"start":1707736286217,"stop":1707736286218,"duration":1}}]},"tags":[]},"source":"a2e2a80a4bbf4bec.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a317a48390b28edc.json b/6406/data/test-cases/a317a48390b28edc.json new file mode 100644 index 00000000000..705cb4c22bb --- /dev/null +++ b/6406/data/test-cases/a317a48390b28edc.json @@ -0,0 +1 @@ +{"uid":"a317a48390b28edc","name":"Sets default value correctly","fullName":"/tests/waku.node.spec.ts: User Agent > Sets default value correctly","historyId":"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793400889,"stop":1707793400889,"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":14,"unknown":0,"total":14},"items":[{"uid":"282fbc09c14be1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/282fbc09c14be1f","status":"passed","time":{"start":1707778381877,"stop":1707778381877,"duration":0}},{"uid":"63e9c03912dbce51","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63e9c03912dbce51","status":"passed","time":{"start":1707775653209,"stop":1707775653210,"duration":1}},{"uid":"5a361b066d65937a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a361b066d65937a","status":"passed","time":{"start":1707775455221,"stop":1707775455221,"duration":0}},{"uid":"f6d2ec95235b7f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6d2ec95235b7f0c","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0}},{"uid":"16f9ca99e96b8d17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/16f9ca99e96b8d17","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"98d6cd08c43aef54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/98d6cd08c43aef54","status":"passed","time":{"start":1707760345984,"stop":1707760345984,"duration":0}},{"uid":"19889d47bde002ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/19889d47bde002ee","status":"passed","time":{"start":1707758029747,"stop":1707758029747,"duration":0}},{"uid":"fb37fe2982a358e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb37fe2982a358e2","status":"passed","time":{"start":1707756668254,"stop":1707756668254,"duration":0}},{"uid":"8678b9db6818b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8678b9db6818b","status":"passed","time":{"start":1707753981528,"stop":1707753981528,"duration":0}},{"uid":"c299e857c4ad3a22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c299e857c4ad3a22","status":"passed","time":{"start":1707753832682,"stop":1707753832682,"duration":0}},{"uid":"ce5bff3c7839a936","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ce5bff3c7839a936","status":"passed","time":{"start":1707751154821,"stop":1707751154821,"duration":0}},{"uid":"57f0fb1907830d1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/57f0fb1907830d1a","status":"passed","time":{"start":1707737128060,"stop":1707737128060,"duration":0}},{"uid":"846060cebd965759","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846060cebd965759","status":"passed","time":{"start":1707736326983,"stop":1707736326983,"duration":0}}]},"tags":[]},"source":"a317a48390b28edc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a362b1734d6ad49.json b/6406/data/test-cases/a362b1734d6ad49.json new file mode 100644 index 00000000000..4346c6ed847 --- /dev/null +++ b/6406/data/test-cases/a362b1734d6ad49.json @@ -0,0 +1 @@ +{"uid":"a362b1734d6ad49","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":1707792800814,"stop":1707792800814,"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":14,"unknown":0,"total":14},"items":[{"uid":"fac1e5ba03a677b2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fac1e5ba03a677b2","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"caa7c3f326aa2db6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/caa7c3f326aa2db6","status":"passed","time":{"start":1707775026265,"stop":1707775026265,"duration":0}},{"uid":"ea7a13db24830888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7a13db24830888","status":"passed","time":{"start":1707774827855,"stop":1707774827855,"duration":0}},{"uid":"52c20a8fd2fc2912","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52c20a8fd2fc2912","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"5afe85d2da6a6700","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5afe85d2da6a6700","status":"passed","time":{"start":1707769628084,"stop":1707769628085,"duration":1}},{"uid":"5829f8c30bf18266","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5829f8c30bf18266","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"f5d2582d6a8b88d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5d2582d6a8b88d1","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"43f8ead862c48859","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43f8ead862c48859","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"8b97af90edb9d443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b97af90edb9d443","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"9b4cc1cf83df999a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b4cc1cf83df999a","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"f14bd9986491a65e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f14bd9986491a65e","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"9817dcb0c4dcb308","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9817dcb0c4dcb308","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"a950c82abc199821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a950c82abc199821","status":"passed","time":{"start":1707735693124,"stop":1707735693125,"duration":1}}]},"tags":[]},"source":"a362b1734d6ad49.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c0da1c5d9e899017.json b/6406/data/test-cases/a3810b73482e62f7.json similarity index 87% rename from 6379/data/test-cases/c0da1c5d9e899017.json rename to 6406/data/test-cases/a3810b73482e62f7.json index 9c34eab4e5f..804ffe418a0 100644 --- a/6379/data/test-cases/c0da1c5d9e899017.json +++ b/6406/data/test-cases/a3810b73482e62f7.json @@ -1 +1 @@ -{"uid":"c0da1c5d9e899017","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":1707419247770,"stop":1707419247770,"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":17,"unknown":0,"total":17},"items":[{"uid":"e0d5d19751f7efa4","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e0d5d19751f7efa4","status":"passed","time":{"start":1707418479337,"stop":1707418479338,"duration":1}},{"uid":"51dfc2c0014ddfb8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/51dfc2c0014ddfb8","status":"passed","time":{"start":1707418420792,"stop":1707418420792,"duration":0}},{"uid":"a124577b38ce2f0b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a124577b38ce2f0b","status":"passed","time":{"start":1707412716425,"stop":1707412716427,"duration":2}},{"uid":"634a54b56fd3a1c7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/634a54b56fd3a1c7","status":"passed","time":{"start":1707411275199,"stop":1707411275199,"duration":0}},{"uid":"38ce12ce6d5ede17","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/38ce12ce6d5ede17","status":"passed","time":{"start":1707409745064,"stop":1707409745064,"duration":0}},{"uid":"54db0e176a68bc6a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/54db0e176a68bc6a","status":"passed","time":{"start":1707409135317,"stop":1707409135317,"duration":0}},{"uid":"8e3f8ed91115a411","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8e3f8ed91115a411","status":"passed","time":{"start":1707409077127,"stop":1707409077128,"duration":1}},{"uid":"90be6abf63325d90","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/90be6abf63325d90","status":"passed","time":{"start":1707408618354,"stop":1707408618354,"duration":0}},{"uid":"c06ef2106c5e8168","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c06ef2106c5e8168","status":"passed","time":{"start":1707407695599,"stop":1707407695599,"duration":0}},{"uid":"a578f378eb2b079d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a578f378eb2b079d","status":"passed","time":{"start":1707407563835,"stop":1707407563836,"duration":1}},{"uid":"3c8640015617fa1b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3c8640015617fa1b","status":"passed","time":{"start":1707404565397,"stop":1707404565397,"duration":0}},{"uid":"182e009f6b1b124b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/182e009f6b1b124b","status":"passed","time":{"start":1707376005062,"stop":1707376005063,"duration":1}},{"uid":"972055222c547e41","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/972055222c547e41","status":"passed","time":{"start":1707373209926,"stop":1707373209927,"duration":1}},{"uid":"2195c723e3a5a88f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2195c723e3a5a88f","status":"passed","time":{"start":1707359407154,"stop":1707359407155,"duration":1}},{"uid":"8ff2d6c4063e61a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8ff2d6c4063e61a","status":"passed","time":{"start":1707358162770,"stop":1707358162770,"duration":0}},{"uid":"2d39017346b17cd4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2d39017346b17cd4","status":"passed","time":{"start":1707355687986,"stop":1707355687987,"duration":1}}]},"tags":[]},"source":"c0da1c5d9e899017.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3810b73482e62f7","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":1707793370631,"stop":1707793370631,"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":13,"unknown":0,"total":13},"items":[{"uid":"d7d4bdc942aa4135","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7d4bdc942aa4135","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"6154d3aeef72c447","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6154d3aeef72c447","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"623de0662a2930fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/623de0662a2930fd","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"67b02248cf5a4615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67b02248cf5a4615","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"fe481dff16786695","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe481dff16786695","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"3690f27791d16aae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3690f27791d16aae","status":"passed","time":{"start":1707760335947,"stop":1707760335947,"duration":0}},{"uid":"ddb7f4348f72ee3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ddb7f4348f72ee3","status":"passed","time":{"start":1707758023532,"stop":1707758023532,"duration":0}},{"uid":"1151a914de776185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1151a914de776185","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"7f28f92d9d1cf170","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f28f92d9d1cf170","status":"passed","time":{"start":1707753837167,"stop":1707753837167,"duration":0}},{"uid":"d178a25cc96aa701","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d178a25cc96aa701","status":"passed","time":{"start":1707751136307,"stop":1707751136308,"duration":1}},{"uid":"c10618a20d79d117","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c10618a20d79d117","status":"passed","time":{"start":1707737124643,"stop":1707737124643,"duration":0}},{"uid":"440e9a17c3fd5edf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/440e9a17c3fd5edf","status":"passed","time":{"start":1707736322655,"stop":1707736322656,"duration":1}}]},"tags":[]},"source":"a3810b73482e62f7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a39974da4e97935a.json b/6406/data/test-cases/a39974da4e97935a.json new file mode 100644 index 00000000000..09175362eb3 --- /dev/null +++ b/6406/data/test-cases/a39974da4e97935a.json @@ -0,0 +1 @@ +{"uid":"a39974da4e97935a","name":"Nodes with multiple pubsub topic","fullName":"/tests/relay/multiple_pubsub.node.spec.ts: Waku Relay (named sharding), multiple pubsub topics > Nodes with multiple pubsub topic","historyId":"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793142797,"stop":1707793142797,"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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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 (named sharding), 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":14,"unknown":0,"total":14},"items":[{"uid":"5ed9123441e20f8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ed9123441e20f8c","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"a7739ed5dd729f5b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7739ed5dd729f5b","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"a6551b05bebc6b54","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6551b05bebc6b54","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"4456f65203e61181","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4456f65203e61181","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"duration":1}},{"uid":"2940a894d62b951b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2940a894d62b951b","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"7052f5e5c8785c04","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7052f5e5c8785c04","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"3be53be03262a5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3be53be03262a5d","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"61914dc63f6e6b4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61914dc63f6e6b4b","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"e9c1418e766ce4aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c1418e766ce4aa","status":"passed","time":{"start":1707753781758,"stop":1707753781759,"duration":1}},{"uid":"c0be4210512971e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0be4210512971e8","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"6ab7e24d8d90742d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab7e24d8d90742d","status":"passed","time":{"start":1707750940662,"stop":1707750940662,"duration":0}},{"uid":"e2be6cd69d490832","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2be6cd69d490832","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"674a9f77feb8bf1e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/674a9f77feb8bf1e","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"tags":[]},"source":"a39974da4e97935a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d86be61a4a00ba59.json b/6406/data/test-cases/a3fbdd37c532a740.json similarity index 63% rename from 6379/data/test-cases/d86be61a4a00ba59.json rename to 6406/data/test-cases/a3fbdd37c532a740.json index 4e48a087f1f..e35ecfc4c7c 100644 --- a/6379/data/test-cases/d86be61a4a00ba59.json +++ b/6406/data/test-cases/a3fbdd37c532a740.json @@ -1 +1 @@ -{"uid":"d86be61a4a00ba59","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":1707419149713,"stop":1707419149713,"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":18,"unknown":0,"total":18},"items":[{"uid":"bfd725d1ee57c0cb","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bfd725d1ee57c0cb","status":"passed","time":{"start":1707418383120,"stop":1707418383122,"duration":2}},{"uid":"893db5f2ffdccf2d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/893db5f2ffdccf2d","status":"passed","time":{"start":1707418335147,"stop":1707418335147,"duration":0}},{"uid":"d1b3c1564ca6a579","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d1b3c1564ca6a579","status":"passed","time":{"start":1707412768664,"stop":1707412768664,"duration":0}},{"uid":"f93ca02d51ab1af4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f93ca02d51ab1af4","status":"passed","time":{"start":1707411190745,"stop":1707411190745,"duration":0}},{"uid":"7bbc6263a57debea","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7bbc6263a57debea","status":"passed","time":{"start":1707409656842,"stop":1707409656842,"duration":0}},{"uid":"e76537d77728a920","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e76537d77728a920","status":"passed","time":{"start":1707409051749,"stop":1707409051749,"duration":0}},{"uid":"28b7aeaf32118ae9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/28b7aeaf32118ae9","status":"passed","time":{"start":1707409014623,"stop":1707409014623,"duration":0}},{"uid":"5e5e9c7173bdf2da","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5e5e9c7173bdf2da","status":"passed","time":{"start":1707408533822,"stop":1707408533823,"duration":1}},{"uid":"7d1e4962f393a038","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7d1e4962f393a038","status":"passed","time":{"start":1707407648209,"stop":1707407648209,"duration":0}},{"uid":"199131ba8151744b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/199131ba8151744b","status":"passed","time":{"start":1707407504223,"stop":1707407504224,"duration":1}},{"uid":"86d3a90a430fd57f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/86d3a90a430fd57f","status":"passed","time":{"start":1707404485294,"stop":1707404485294,"duration":0}},{"uid":"d06c26d13260a8e7","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d06c26d13260a8e7","status":"passed","time":{"start":1707375923745,"stop":1707375923747,"duration":2}},{"uid":"30971c6c5218926e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/30971c6c5218926e","status":"passed","time":{"start":1707373125416,"stop":1707373125416,"duration":0}},{"uid":"7861ad7d23ea0156","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7861ad7d23ea0156","status":"passed","time":{"start":1707359334596,"stop":1707359334597,"duration":1}},{"uid":"6862886a436f8345","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6862886a436f8345","status":"passed","time":{"start":1707358096687,"stop":1707358096687,"duration":0}},{"uid":"c1e85dfaa5957f64","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c1e85dfaa5957f64","status":"passed","time":{"start":1707357064562,"stop":1707357064562,"duration":0}},{"uid":"eda43a45e4c9e86f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/eda43a45e4c9e86f","status":"passed","time":{"start":1707355285306,"stop":1707355285307,"duration":1}}]},"tags":[]},"source":"d86be61a4a00ba59.json","parameterValues":[]} \ No newline at end of file +{"uid":"a3fbdd37c532a740","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":1707793304783,"stop":1707793304784,"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":14,"unknown":0,"total":14},"items":[{"uid":"eb68317e8b9ccc87","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb68317e8b9ccc87","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"360dc7da58e07333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/360dc7da58e07333","status":"passed","time":{"start":1707775545729,"stop":1707775545746,"duration":17}},{"uid":"22c7a004c4963260","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/22c7a004c4963260","status":"passed","time":{"start":1707775359953,"stop":1707775359954,"duration":1}},{"uid":"306bb235f23f130b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/306bb235f23f130b","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ae035284012d7eff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ae035284012d7eff","status":"passed","time":{"start":1707770099497,"stop":1707770099498,"duration":1}},{"uid":"d4e8384fbeea03fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d4e8384fbeea03fd","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"5d46ff06ec46dfea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d46ff06ec46dfea","status":"passed","time":{"start":1707757936357,"stop":1707757936358,"duration":1}},{"uid":"c6f89e0cf1618fee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6f89e0cf1618fee","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"4fe48de004a8262d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fe48de004a8262d","status":"passed","time":{"start":1707753906983,"stop":1707753906983,"duration":0}},{"uid":"f03239021c8f65d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f03239021c8f65d2","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"c28148d58900e563","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c28148d58900e563","status":"passed","time":{"start":1707751082965,"stop":1707751082966,"duration":1}},{"uid":"d9232aa61da5c3e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9232aa61da5c3e7","status":"passed","time":{"start":1707736996442,"stop":1707736996443,"duration":1}},{"uid":"cc0a82c506956aec","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc0a82c506956aec","status":"passed","time":{"start":1707736227461,"stop":1707736227462,"duration":1}}]},"tags":[]},"source":"a3fbdd37c532a740.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a4443511c88d268d.json b/6406/data/test-cases/a4443511c88d268d.json new file mode 100644 index 00000000000..7238440674b --- /dev/null +++ b/6406/data/test-cases/a4443511c88d268d.json @@ -0,0 +1 @@ +{"uid":"a4443511c88d268d","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":1707793086604,"stop":1707793086604,"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":14,"unknown":0,"total":14},"items":[{"uid":"7c41a57051589413","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c41a57051589413","status":"passed","time":{"start":1707778058488,"stop":1707778058488,"duration":0}},{"uid":"e171cf868d003ece","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e171cf868d003ece","status":"passed","time":{"start":1707775337147,"stop":1707775337148,"duration":1}},{"uid":"6fa7fc64a049f759","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6fa7fc64a049f759","status":"passed","time":{"start":1707775143600,"stop":1707775143600,"duration":0}},{"uid":"5b76bb849a4669ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b76bb849a4669ee","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"2ea6f3a02f3ee46e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea6f3a02f3ee46e","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"f5fa47448d55328f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f5fa47448d55328f","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"e6fa953151ec3dd9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6fa953151ec3dd9","status":"passed","time":{"start":1707757736394,"stop":1707757736396,"duration":2}},{"uid":"a3f7a10bb27d94f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3f7a10bb27d94f5","status":"passed","time":{"start":1707756352340,"stop":1707756352341,"duration":1}},{"uid":"e5a980448c87897d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a980448c87897d","status":"passed","time":{"start":1707753768709,"stop":1707753768710,"duration":1}},{"uid":"96274e73bab4c7fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96274e73bab4c7fe","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"823718d7ec59b708","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/823718d7ec59b708","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"d28d5b330d5cd44f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d28d5b330d5cd44f","status":"passed","time":{"start":1707736822681,"stop":1707736822681,"duration":0}},{"uid":"39e6c6b4d1342a76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/39e6c6b4d1342a76","status":"passed","time":{"start":1707736014742,"stop":1707736014743,"duration":1}}]},"tags":[]},"source":"a4443511c88d268d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d27d7e570a5b4cce.json b/6406/data/test-cases/a49bae0e9e233f16.json similarity index 84% rename from 6379/data/test-cases/d27d7e570a5b4cce.json rename to 6406/data/test-cases/a49bae0e9e233f16.json index e0a64f68845..54bc9fcdde6 100644 --- a/6379/data/test-cases/d27d7e570a5b4cce.json +++ b/6406/data/test-cases/a49bae0e9e233f16.json @@ -1 +1 @@ -{"uid":"d27d7e570a5b4cce","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":1707419289516,"stop":1707419289517,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"eb5bd699e3ce3127","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/eb5bd699e3ce3127","status":"passed","time":{"start":1707418535556,"stop":1707418535556,"duration":0}},{"uid":"80440d18865fbace","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/80440d18865fbace","status":"passed","time":{"start":1707418482231,"stop":1707418482231,"duration":0}},{"uid":"8d76851855294f41","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8d76851855294f41","status":"passed","time":{"start":1707412863496,"stop":1707412863497,"duration":1}},{"uid":"e686c4a8ef4a8a00","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e686c4a8ef4a8a00","status":"passed","time":{"start":1707411338668,"stop":1707411338669,"duration":1}},{"uid":"41e8e6399cdcc503","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/41e8e6399cdcc503","status":"passed","time":{"start":1707409792246,"stop":1707409792246,"duration":0}},{"uid":"c9b4ed02c64abcab","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c9b4ed02c64abcab","status":"passed","time":{"start":1707409177768,"stop":1707409177768,"duration":0}},{"uid":"7c137e75c0bd5bb0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7c137e75c0bd5bb0","status":"passed","time":{"start":1707409135104,"stop":1707409135104,"duration":0}},{"uid":"8cdf40bdf962cf83","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8cdf40bdf962cf83","status":"passed","time":{"start":1707408664040,"stop":1707408664040,"duration":0}},{"uid":"a974dcb5bfeb547","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a974dcb5bfeb547","status":"passed","time":{"start":1707407736526,"stop":1707407736526,"duration":0}},{"uid":"d141b62d24dbd4bf","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d141b62d24dbd4bf","status":"passed","time":{"start":1707407618243,"stop":1707407618243,"duration":0}},{"uid":"135ccea6a01d858","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/135ccea6a01d858","status":"passed","time":{"start":1707375978568,"stop":1707375978569,"duration":1}},{"uid":"70b6cb659aeb80a8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/70b6cb659aeb80a8","status":"passed","time":{"start":1707373245372,"stop":1707373245372,"duration":0}},{"uid":"72f2ab2b63feba4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/72f2ab2b63feba4","status":"passed","time":{"start":1707359448680,"stop":1707359448681,"duration":1}},{"uid":"719c05ebc045eabb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/719c05ebc045eabb","status":"passed","time":{"start":1707358197200,"stop":1707358197200,"duration":0}},{"uid":"fbc32b5725cfaa49","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fbc32b5725cfaa49","status":"passed","time":{"start":1707357226641,"stop":1707357226641,"duration":0}},{"uid":"9a0c173e39e1294a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/9a0c173e39e1294a","status":"passed","time":{"start":1707355477329,"stop":1707355477329,"duration":0}}]},"tags":[]},"source":"d27d7e570a5b4cce.json","parameterValues":[]} \ No newline at end of file +{"uid":"a49bae0e9e233f16","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":1707793446754,"stop":1707793446754,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"dc17d0548354e0af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc17d0548354e0af","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"d163d3fdde009add","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d163d3fdde009add","status":"passed","time":{"start":1707775685041,"stop":1707775685041,"duration":0}},{"uid":"3ffdfd34479a2d1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ffdfd34479a2d1c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"7675f37f190c0aa6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7675f37f190c0aa6","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0}},{"uid":"bb6cd8028907a1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bb6cd8028907a1e","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"422cb81b35d644ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422cb81b35d644ef","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"160fb741ba1b0c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160fb741ba1b0c5","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"8ba125195ad5ffc9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ba125195ad5ffc9","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"7a5931082b0bbed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a5931082b0bbed2","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"7f092eafc31d536b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f092eafc31d536b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"9a628838df34ad80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a628838df34ad80","status":"passed","time":{"start":1707737173830,"stop":1707737173830,"duration":0}},{"uid":"67e59921c67b0f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67e59921c67b0f70","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"tags":[]},"source":"a49bae0e9e233f16.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/511fc622854b5376.json b/6406/data/test-cases/a52ef9da2663526b.json similarity index 84% rename from 6379/data/test-cases/511fc622854b5376.json rename to 6406/data/test-cases/a52ef9da2663526b.json index c874a291a7d..36269a2077a 100644 --- a/6379/data/test-cases/511fc622854b5376.json +++ b/6406/data/test-cases/a52ef9da2663526b.json @@ -1 +1 @@ -{"uid":"511fc622854b5376","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":1707419289503,"stop":1707419289503,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"322665ad5321acd1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/322665ad5321acd1","status":"passed","time":{"start":1707418535544,"stop":1707418535544,"duration":0}},{"uid":"e64487d1d3c8bf8d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e64487d1d3c8bf8d","status":"passed","time":{"start":1707418482219,"stop":1707418482219,"duration":0}},{"uid":"8741463bc747d884","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8741463bc747d884","status":"passed","time":{"start":1707412863485,"stop":1707412863485,"duration":0}},{"uid":"f6309e8afbd56131","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f6309e8afbd56131","status":"passed","time":{"start":1707411338656,"stop":1707411338656,"duration":0}},{"uid":"85d03c7fe19baa0e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/85d03c7fe19baa0e","status":"passed","time":{"start":1707409792233,"stop":1707409792234,"duration":1}},{"uid":"a6223680a98f703b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a6223680a98f703b","status":"passed","time":{"start":1707409177756,"stop":1707409177756,"duration":0}},{"uid":"22d15cc7e86aff9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/22d15cc7e86aff9","status":"passed","time":{"start":1707409135092,"stop":1707409135092,"duration":0}},{"uid":"5a23f49a2baeda8e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5a23f49a2baeda8e","status":"passed","time":{"start":1707408664026,"stop":1707408664026,"duration":0}},{"uid":"f997a276af354701","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f997a276af354701","status":"passed","time":{"start":1707407736511,"stop":1707407736512,"duration":1}},{"uid":"1ce097e2dc3cb727","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1ce097e2dc3cb727","status":"passed","time":{"start":1707407618231,"stop":1707407618231,"duration":0}},{"uid":"86e1bbd03a13b6a4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/86e1bbd03a13b6a4","status":"passed","time":{"start":1707404537717,"stop":1707404537717,"duration":0}},{"uid":"566334797b5f24a4","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/566334797b5f24a4","status":"passed","time":{"start":1707373245359,"stop":1707373245359,"duration":0}},{"uid":"d25463932091acaa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d25463932091acaa","status":"passed","time":{"start":1707359448669,"stop":1707359448669,"duration":0}},{"uid":"e67e965d3ee8eb49","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e67e965d3ee8eb49","status":"passed","time":{"start":1707358197188,"stop":1707358197188,"duration":0}},{"uid":"4b31919bfea4f875","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4b31919bfea4f875","status":"passed","time":{"start":1707357226630,"stop":1707357226630,"duration":0}},{"uid":"32d0a2d6d1f8fce4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/32d0a2d6d1f8fce4","status":"passed","time":{"start":1707355477310,"stop":1707355477311,"duration":1}}]},"tags":[]},"source":"511fc622854b5376.json","parameterValues":[]} \ No newline at end of file +{"uid":"a52ef9da2663526b","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":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82c1f0231807f2b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82c1f0231807f2b3","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"27205568977d0f13","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27205568977d0f13","status":"passed","time":{"start":1707775685026,"stop":1707775685027,"duration":1}},{"uid":"8bd08bb474f77db7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bd08bb474f77db7","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"72db306e15ec8b5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72db306e15ec8b5d","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"43a4378068e2a526","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43a4378068e2a526","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"72e8f763462b9ee5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72e8f763462b9ee5","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"27e7fa6425414292","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e7fa6425414292","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"f07ea821f2c83772","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f07ea821f2c83772","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"ad43fe281ff75815","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad43fe281ff75815","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"d6624aac98ac8efd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6624aac98ac8efd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"d7e8e58a478798e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7e8e58a478798e2","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"299766343c79a436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/299766343c79a436","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b19008a98fad62fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b19008a98fad62fe","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"tags":[]},"source":"a52ef9da2663526b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a534857cfd82b057.json b/6406/data/test-cases/a534857cfd82b057.json new file mode 100644 index 00000000000..6f440b78b3e --- /dev/null +++ b/6406/data/test-cases/a534857cfd82b057.json @@ -0,0 +1 @@ +{"uid":"a534857cfd82b057","name":"pre and post cipher","fullName":"/src/encryption.spec.ts: Waku Encryption > pre and post cipher","historyId":"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792821410,"stop":1707792821410,"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":14,"unknown":0,"total":14},"items":[{"uid":"4ab058b69141b3f0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ab058b69141b3f0","status":"passed","time":{"start":1707777770857,"stop":1707777770858,"duration":1}},{"uid":"cb00de6fe34c6d01","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb00de6fe34c6d01","status":"passed","time":{"start":1707775046908,"stop":1707775046909,"duration":1}},{"uid":"6d1e92758ae39e79","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d1e92758ae39e79","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"73c85fb06ee61693","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73c85fb06ee61693","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1}},{"uid":"29fad267cfedb2a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29fad267cfedb2a4","status":"passed","time":{"start":1707769649006,"stop":1707769649007,"duration":1}},{"uid":"5828860002073de0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5828860002073de0","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"2becfa30737484cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2becfa30737484cc","status":"passed","time":{"start":1707757438819,"stop":1707757438820,"duration":1}},{"uid":"dcdec55c3a93bdb8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dcdec55c3a93bdb8","status":"passed","time":{"start":1707756067673,"stop":1707756067673,"duration":0}},{"uid":"af6e92358587bbe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/af6e92358587bbe2","status":"passed","time":{"start":1707753486287,"stop":1707753486287,"duration":0}},{"uid":"a0a821c3621df968","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0a821c3621df968","status":"passed","time":{"start":1707753215214,"stop":1707753215214,"duration":0}},{"uid":"76d9e3b2b9035d09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76d9e3b2b9035d09","status":"passed","time":{"start":1707750615195,"stop":1707750615195,"duration":0}},{"uid":"90b5fd93424b38dd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/90b5fd93424b38dd","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"bd3b0b261f9d6ce0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd3b0b261f9d6ce0","status":"passed","time":{"start":1707735714498,"stop":1707735714499,"duration":1}}]},"tags":[]},"source":"a534857cfd82b057.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a553bbed71d0b2c4.json b/6406/data/test-cases/a553bbed71d0b2c4.json new file mode 100644 index 00000000000..7c1bc0cde3a --- /dev/null +++ b/6406/data/test-cases/a553bbed71d0b2c4.json @@ -0,0 +1 @@ +{"uid":"a553bbed71d0b2c4","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":1707792805605,"stop":1707792805605,"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":14,"unknown":0,"total":14},"items":[{"uid":"39473812e3f7f93f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39473812e3f7f93f","status":"passed","time":{"start":1707777754770,"stop":1707777754770,"duration":0}},{"uid":"26d563660ae3b8ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/26d563660ae3b8ed","status":"passed","time":{"start":1707775031077,"stop":1707775031078,"duration":1}},{"uid":"8112fb90bb732a02","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8112fb90bb732a02","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"f2e154dea9a8aead","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2e154dea9a8aead","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"duration":1}},{"uid":"a00cfaf2d9bfa3db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a00cfaf2d9bfa3db","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"4a57aca40c11183c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a57aca40c11183c","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"bc4de6dd4327efed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4de6dd4327efed","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"cc468029245737a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc468029245737a0","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"65b057f9169b00d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65b057f9169b00d1","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"18f5e2f458599fb4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18f5e2f458599fb4","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"7f525c02b761ec4e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f525c02b761ec4e","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"a854a766e74b3775","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a854a766e74b3775","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"733185a8e1b9c599","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/733185a8e1b9c599","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"tags":[]},"source":"a553bbed71d0b2c4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a717290248be4067.json b/6406/data/test-cases/a717290248be4067.json new file mode 100644 index 00000000000..e7436bd5bcc --- /dev/null +++ b/6406/data/test-cases/a717290248be4067.json @@ -0,0 +1 @@ +{"uid":"a717290248be4067","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":1707792800817,"stop":1707792800818,"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":14,"unknown":0,"total":14},"items":[{"uid":"9c55f5d7fb6e628b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c55f5d7fb6e628b","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"3bc1201ef57fcd29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3bc1201ef57fcd29","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"89d0e10eeb245185","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/89d0e10eeb245185","status":"passed","time":{"start":1707774827858,"stop":1707774827859,"duration":1}},{"uid":"c113a33c729c954e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c113a33c729c954e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"adad8a3e37a08251","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adad8a3e37a08251","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"7f9ea101bad31e54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7f9ea101bad31e54","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"58fc1b76249c75e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58fc1b76249c75e3","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"25da8daabb06e811","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25da8daabb06e811","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"8e59477aaf9d9e2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e59477aaf9d9e2","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"8ec9a723bd5ee1ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ec9a723bd5ee1ec","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"89fe0cfc521fc944","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89fe0cfc521fc944","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"6fd5131ae1e085d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6fd5131ae1e085d0","status":"passed","time":{"start":1707736511741,"stop":1707736511742,"duration":1}},{"uid":"325838315b47b4ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325838315b47b4ca","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"tags":[]},"source":"a717290248be4067.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f1fbffc8bd2706a3.json b/6406/data/test-cases/a75a70fb94ad2e09.json similarity index 81% rename from 6379/data/test-cases/f1fbffc8bd2706a3.json rename to 6406/data/test-cases/a75a70fb94ad2e09.json index 2a0c4690b80..db2b0f3aa62 100644 --- a/6379/data/test-cases/f1fbffc8bd2706a3.json +++ b/6406/data/test-cases/a75a70fb94ad2e09.json @@ -1 +1 @@ -{"uid":"f1fbffc8bd2706a3","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":1707419181393,"stop":1707419181393,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"fd89d8f6a75a96de","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fd89d8f6a75a96de","status":"passed","time":{"start":1707418419712,"stop":1707418419712,"duration":0}},{"uid":"51fcb77b91d64f66","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/51fcb77b91d64f66","status":"passed","time":{"start":1707418388436,"stop":1707418388436,"duration":0}},{"uid":"9bfb5091afc80b9a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9bfb5091afc80b9a","status":"passed","time":{"start":1707412796115,"stop":1707412796116,"duration":1}},{"uid":"cd389ded48d78f1c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/cd389ded48d78f1c","status":"passed","time":{"start":1707411256055,"stop":1707411256056,"duration":1}},{"uid":"4d8eedb40ddb06f0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4d8eedb40ddb06f0","status":"passed","time":{"start":1707409690303,"stop":1707409690304,"duration":1}},{"uid":"702c70157681f8af","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/702c70157681f8af","status":"passed","time":{"start":1707409095915,"stop":1707409095915,"duration":0}},{"uid":"a12f153ff79b3fdf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a12f153ff79b3fdf","status":"passed","time":{"start":1707409032386,"stop":1707409032386,"duration":0}},{"uid":"f1bcc5f913a394c8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f1bcc5f913a394c8","status":"passed","time":{"start":1707408574232,"stop":1707408574232,"duration":0}},{"uid":"f6cfd22934c320cb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f6cfd22934c320cb","status":"passed","time":{"start":1707407633850,"stop":1707407633854,"duration":4}},{"uid":"863009686335473d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/863009686335473d","status":"passed","time":{"start":1707407545212,"stop":1707407545212,"duration":0}},{"uid":"5fdbc5be4d3e96a4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5fdbc5be4d3e96a4","status":"passed","time":{"start":1707404532393,"stop":1707404532393,"duration":0}},{"uid":"78504e79a94b46df","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/78504e79a94b46df","status":"passed","time":{"start":1707375958748,"stop":1707375958748,"duration":0}},{"uid":"898c8600d2925812","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/898c8600d2925812","status":"passed","time":{"start":1707373157745,"stop":1707373157745,"duration":0}},{"uid":"6c8dd7f30f16d4a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6c8dd7f30f16d4a6","status":"passed","time":{"start":1707359355956,"stop":1707359355956,"duration":0}},{"uid":"23fc62dcbcf9a1c5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/23fc62dcbcf9a1c5","status":"passed","time":{"start":1707358094659,"stop":1707358094660,"duration":1}},{"uid":"c21e48b6dc69545d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c21e48b6dc69545d","status":"passed","time":{"start":1707357164909,"stop":1707357164909,"duration":0}},{"uid":"e60006e5883f62cb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e60006e5883f62cb","status":"passed","time":{"start":1707355248771,"stop":1707355248772,"duration":1}}]},"tags":[]},"source":"f1fbffc8bd2706a3.json","parameterValues":[]} \ No newline at end of file +{"uid":"a75a70fb94ad2e09","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":1707793371098,"stop":1707793371098,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"1b8140fdcbecc5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b8140fdcbecc5e","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"5b29246ec4a2fcda","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b29246ec4a2fcda","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"94f1246a4b9d0e31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/94f1246a4b9d0e31","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"1fe62ecf5f411213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fe62ecf5f411213","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"duration":0}},{"uid":"90d779de8ba056cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90d779de8ba056cb","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"741deecfcca92bb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/741deecfcca92bb7","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"db9a6c1ade1fd1be","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db9a6c1ade1fd1be","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"2055609cfb78e622","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2055609cfb78e622","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1ee9142796b2b3ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1ee9142796b2b3ca","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"db9182aaaf0f747f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db9182aaaf0f747f","status":"passed","time":{"start":1707751162307,"stop":1707751162308,"duration":1}},{"uid":"216fcc45019dfc60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/216fcc45019dfc60","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"48c00c1aa27e6fc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48c00c1aa27e6fc8","status":"passed","time":{"start":1707736260121,"stop":1707736260122,"duration":1}}]},"tags":[]},"source":"a75a70fb94ad2e09.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/33345230c2b7f97d.json b/6406/data/test-cases/a85d02cea362ba85.json similarity index 58% rename from 6379/data/test-cases/33345230c2b7f97d.json rename to 6406/data/test-cases/a85d02cea362ba85.json index a148b393f36..3ed8ca429b2 100644 --- a/6379/data/test-cases/33345230c2b7f97d.json +++ b/6406/data/test-cases/a85d02cea362ba85.json @@ -1 +1 @@ -{"uid":"33345230c2b7f97d","name":"Passing cursor with wrong message digest","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing cursor with wrong message digest","historyId":"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419128748,"stop":1707419128749,"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":18,"unknown":0,"total":18},"items":[{"uid":"bbd54994b341e5da","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bbd54994b341e5da","status":"passed","time":{"start":1707418365987,"stop":1707418365987,"duration":0}},{"uid":"91d82edcff358ff9","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/91d82edcff358ff9","status":"passed","time":{"start":1707418323184,"stop":1707418323188,"duration":4}},{"uid":"fa420fad00501b60","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fa420fad00501b60","status":"passed","time":{"start":1707412754813,"stop":1707412754816,"duration":3}},{"uid":"8ff703b484040121","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8ff703b484040121","status":"passed","time":{"start":1707411168063,"stop":1707411168063,"duration":0}},{"uid":"4dd2125e76afc511","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4dd2125e76afc511","status":"passed","time":{"start":1707409636160,"stop":1707409636166,"duration":6}},{"uid":"3fca1413990fb100","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3fca1413990fb100","status":"passed","time":{"start":1707409026706,"stop":1707409026707,"duration":1}},{"uid":"9582ed5c10a34780","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9582ed5c10a34780","status":"passed","time":{"start":1707408990333,"stop":1707408990334,"duration":1}},{"uid":"3d6436e1879c411a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3d6436e1879c411a","status":"passed","time":{"start":1707408521471,"stop":1707408521471,"duration":0}},{"uid":"c0e0c6653dd9215b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c0e0c6653dd9215b","status":"passed","time":{"start":1707407586824,"stop":1707407586825,"duration":1}},{"uid":"488e3e103b0f5365","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/488e3e103b0f5365","status":"passed","time":{"start":1707407493955,"stop":1707407493955,"duration":0}},{"uid":"bf8b2359e5070f9f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/bf8b2359e5070f9f","status":"passed","time":{"start":1707404479202,"stop":1707404479202,"duration":0}},{"uid":"88a26c8e8072cfef","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/88a26c8e8072cfef","status":"passed","time":{"start":1707375899546,"stop":1707375899546,"duration":0}},{"uid":"5ec61f5782ec6e06","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5ec61f5782ec6e06","status":"passed","time":{"start":1707373094434,"stop":1707373094435,"duration":1}},{"uid":"3e5bd92bbc068b76","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3e5bd92bbc068b76","status":"passed","time":{"start":1707359301640,"stop":1707359301640,"duration":0}},{"uid":"f95f3e78af8a6ce3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f95f3e78af8a6ce3","status":"passed","time":{"start":1707358030400,"stop":1707358030400,"duration":0}},{"uid":"2ea64f5246fe37be","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ea64f5246fe37be","status":"passed","time":{"start":1707357014504,"stop":1707357014504,"duration":0}},{"uid":"c7f4495de7cda46f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c7f4495de7cda46f","status":"passed","time":{"start":1707355242125,"stop":1707355242125,"duration":0}}]},"tags":[]},"source":"33345230c2b7f97d.json","parameterValues":[]} \ No newline at end of file +{"uid":"a85d02cea362ba85","name":"Passing cursor with wrong message digest","fullName":"/tests/store/cursor.node.spec.ts: Waku Store, cursor > Passing cursor with wrong message digest","historyId":"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793287284,"stop":1707793287285,"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":14,"unknown":0,"total":14},"items":[{"uid":"e412e5f92c659103","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e412e5f92c659103","status":"passed","time":{"start":1707778251799,"stop":1707778251799,"duration":0}},{"uid":"e0bede4c842af627","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0bede4c842af627","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"8420304f5ee66a14","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8420304f5ee66a14","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"be1cecd6c0a67c2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be1cecd6c0a67c2","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"5a536d05816e8a32","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a536d05816e8a32","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"88efb8e48b5edb3a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88efb8e48b5edb3a","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"62cc60646fdeaeb8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62cc60646fdeaeb8","status":"passed","time":{"start":1707757921499,"stop":1707757921499,"duration":0}},{"uid":"9e5e26571e82ec88","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e5e26571e82ec88","status":"passed","time":{"start":1707756552029,"stop":1707756552029,"duration":0}},{"uid":"5bb51f1165d0a361","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bb51f1165d0a361","status":"passed","time":{"start":1707753853539,"stop":1707753853540,"duration":1}},{"uid":"e2709ba001c33070","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2709ba001c33070","status":"passed","time":{"start":1707753708971,"stop":1707753708972,"duration":1}},{"uid":"76e307002d2d4d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76e307002d2d4d3","status":"passed","time":{"start":1707751075911,"stop":1707751075912,"duration":1}},{"uid":"445660340bb8fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/445660340bb8fe67","status":"passed","time":{"start":1707737000812,"stop":1707737000813,"duration":1}},{"uid":"30594c447482a12f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30594c447482a12f","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"tags":[]},"source":"a85d02cea362ba85.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a873a8afc645d390.json b/6406/data/test-cases/a873a8afc645d390.json new file mode 100644 index 00000000000..1b22a94bcc7 --- /dev/null +++ b/6406/data/test-cases/a873a8afc645d390.json @@ -0,0 +1 @@ +{"uid":"a873a8afc645d390","name":"1 Relay, 1 Filter, gives up","fullName":"/src/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Relay, 1 Filter, gives up","historyId":"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814757,"stop":1707792814757,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"622f2bb9a79ffc8a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/622f2bb9a79ffc8a","status":"passed","time":{"start":1707777764145,"stop":1707777764145,"duration":0}},{"uid":"b690a6deec5d441c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b690a6deec5d441c","status":"passed","time":{"start":1707775040235,"stop":1707775040235,"duration":0}},{"uid":"c91d8da0183d8871","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c91d8da0183d8871","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"b79302361f20969b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b79302361f20969b","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1}},{"uid":"cea923e06edb422a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cea923e06edb422a","status":"passed","time":{"start":1707769642281,"stop":1707769642281,"duration":0}},{"uid":"27c988435386f17f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/27c988435386f17f","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"ade669aa1897b9a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ade669aa1897b9a3","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"97c216d3664275ee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97c216d3664275ee","status":"passed","time":{"start":1707756061067,"stop":1707756061067,"duration":0}},{"uid":"f7086a65eb895283","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7086a65eb895283","status":"passed","time":{"start":1707753479614,"stop":1707753479614,"duration":0}},{"uid":"f975e554a2567784","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f975e554a2567784","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"2414052ad884ae3f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2414052ad884ae3f","status":"passed","time":{"start":1707750608631,"stop":1707750608631,"duration":0}},{"uid":"6dd769e25746b9fd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dd769e25746b9fd","status":"passed","time":{"start":1707736525925,"stop":1707736525925,"duration":0}},{"uid":"6b071e6644ebd43d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b071e6644ebd43d","status":"passed","time":{"start":1707735707759,"stop":1707735707759,"duration":0}}]},"tags":[]},"source":"a873a8afc645d390.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7cb9ae8988ead0b4.json b/6406/data/test-cases/a88d1f89bfe6a3b0.json similarity index 83% rename from 6379/data/test-cases/7cb9ae8988ead0b4.json rename to 6406/data/test-cases/a88d1f89bfe6a3b0.json index 28b21370ebc..fed808fa4a9 100644 --- a/6379/data/test-cases/7cb9ae8988ead0b4.json +++ b/6406/data/test-cases/a88d1f89bfe6a3b0.json @@ -1 +1 @@ -{"uid":"7cb9ae8988ead0b4","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":1707419289496,"stop":1707419289496,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"f0f8908a07c1c713","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f0f8908a07c1c713","status":"passed","time":{"start":1707418535535,"stop":1707418535536,"duration":1}},{"uid":"d38d9dd14465332b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d38d9dd14465332b","status":"passed","time":{"start":1707418482212,"stop":1707418482213,"duration":1}},{"uid":"69fb76855f8cb20","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/69fb76855f8cb20","status":"passed","time":{"start":1707412863479,"stop":1707412863479,"duration":0}},{"uid":"7385acf088de2695","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7385acf088de2695","status":"passed","time":{"start":1707411338649,"stop":1707411338649,"duration":0}},{"uid":"31623354b299abc8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/31623354b299abc8","status":"passed","time":{"start":1707409792226,"stop":1707409792227,"duration":1}},{"uid":"7ae9ddc47340a62a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7ae9ddc47340a62a","status":"passed","time":{"start":1707409177750,"stop":1707409177750,"duration":0}},{"uid":"896ef36fc601a466","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/896ef36fc601a466","status":"passed","time":{"start":1707409135085,"stop":1707409135086,"duration":1}},{"uid":"3096ac406236aa9c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3096ac406236aa9c","status":"passed","time":{"start":1707408664018,"stop":1707408664018,"duration":0}},{"uid":"fcc3eb7a2e9cf108","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fcc3eb7a2e9cf108","status":"passed","time":{"start":1707407736504,"stop":1707407736504,"duration":0}},{"uid":"60e962283adc4e10","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/60e962283adc4e10","status":"passed","time":{"start":1707407618224,"stop":1707407618224,"duration":0}},{"uid":"82bad63149861e57","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/82bad63149861e57","status":"passed","time":{"start":1707404537708,"stop":1707404537709,"duration":1}},{"uid":"4dfca0ff1b951de0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4dfca0ff1b951de0","status":"passed","time":{"start":1707375978539,"stop":1707375978539,"duration":0}},{"uid":"934ec93f1ce062a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/934ec93f1ce062a","status":"passed","time":{"start":1707373245351,"stop":1707373245351,"duration":0}},{"uid":"eeaaa44c8436d7d7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eeaaa44c8436d7d7","status":"passed","time":{"start":1707359448662,"stop":1707359448662,"duration":0}},{"uid":"8c33e0c416b9e3db","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8c33e0c416b9e3db","status":"passed","time":{"start":1707358197180,"stop":1707358197180,"duration":0}},{"uid":"bd49a4e2a4fa0205","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bd49a4e2a4fa0205","status":"passed","time":{"start":1707357226623,"stop":1707357226624,"duration":1}},{"uid":"8e751d0afa70cfa","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8e751d0afa70cfa","status":"broken","statusDetails":"expected [ { …(5) }, { …(5) } ] to have a length of 3 but got 2","time":{"start":1707355477301,"stop":1707355477301,"duration":0}}]},"tags":[]},"source":"7cb9ae8988ead0b4.json","parameterValues":[]} \ No newline at end of file +{"uid":"a88d1f89bfe6a3b0","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":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac04b64b7bf60484","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac04b64b7bf60484","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"8fa1228778785615","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8fa1228778785615","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"1df1ac3e82b7aa92","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1df1ac3e82b7aa92","status":"passed","time":{"start":1707775494268,"stop":1707775494268,"duration":0}},{"uid":"7085d47c4febcfba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7085d47c4febcfba","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"6ef7917a4ad59eed","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef7917a4ad59eed","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"1ead407882d6dd9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ead407882d6dd9c","status":"passed","time":{"start":1707760374672,"stop":1707760374673,"duration":1}},{"uid":"2556687977d0506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2556687977d0506","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"d29c4f4a2ca11515","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d29c4f4a2ca11515","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"2a02f2dc80da4e74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a02f2dc80da4e74","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"276586f72e2baf55","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/276586f72e2baf55","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"432cb2863feb193e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/432cb2863feb193e","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"6dadf688cdaa2021","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dadf688cdaa2021","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"a5acb310d7575244","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a5acb310d7575244","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"tags":[]},"source":"a88d1f89bfe6a3b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a90d8169555007a4.json b/6406/data/test-cases/a90d8169555007a4.json new file mode 100644 index 00000000000..92b7e2a57ec --- /dev/null +++ b/6406/data/test-cases/a90d8169555007a4.json @@ -0,0 +1 @@ +{"uid":"a90d8169555007a4","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":1707792890683,"stop":1707792890683,"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":12,"unknown":0,"total":12},"items":[{"uid":"1bd8eb84f4c542b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd8eb84f4c542b","status":"passed","time":{"start":1707777837222,"stop":1707777837223,"duration":1}},{"uid":"d90a163f05076eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d90a163f05076eb2","status":"passed","time":{"start":1707775113056,"stop":1707775113057,"duration":1}},{"uid":"85f4fddb5a64c378","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85f4fddb5a64c378","status":"passed","time":{"start":1707774908731,"stop":1707774908732,"duration":1}},{"uid":"ee5c50a35dd2be4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee5c50a35dd2be4e","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"fa87a1265334f918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa87a1265334f918","status":"passed","time":{"start":1707769706668,"stop":1707769706668,"duration":0}},{"uid":"e461e37434d02253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e461e37434d02253","status":"passed","time":{"start":1707759811408,"stop":1707759811409,"duration":1}},{"uid":"a063fb16c6dd7795","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a063fb16c6dd7795","status":"passed","time":{"start":1707757504684,"stop":1707757504685,"duration":1}},{"uid":"fd30c216a9494ba3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd30c216a9494ba3","status":"passed","time":{"start":1707756131518,"stop":1707756131518,"duration":0}},{"uid":"9274cd80359f2f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9274cd80359f2f04","status":"passed","time":{"start":1707753284214,"stop":1707753284215,"duration":1}},{"uid":"9114f805848b7199","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114f805848b7199","status":"passed","time":{"start":1707736597188,"stop":1707736597189,"duration":1}},{"uid":"9f21352f5fc2102c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9f21352f5fc2102c","status":"passed","time":{"start":1707735784060,"stop":1707735784060,"duration":0}}]},"tags":[]},"source":"a90d8169555007a4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b8120220a5154f97.json b/6406/data/test-cases/a912fc13354f659c.json similarity index 98% rename from 6379/data/test-cases/b8120220a5154f97.json rename to 6406/data/test-cases/a912fc13354f659c.json index 5d9bc0658ec..fbc57772664 100644 --- a/6379/data/test-cases/b8120220a5154f97.json +++ b/6406/data/test-cases/a912fc13354f659c.json @@ -1 +1 @@ -{"uid":"b8120220a5154f97","name":"Push message with custom timestamp: 1676660442239","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1676660442239","historyId":"ae2e223352a5f3872cc38295ba504e41:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419080412,"stop":1707419080412,"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":"b8120220a5154f97.json","parameterValues":[]} \ No newline at end of file +{"uid":"a912fc13354f659c","name":"Push message with custom timestamp: 1707789412699","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1707789412699","historyId":"b9ac62ea8f9adc0d6256ed76c556cbe4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793238879,"stop":1707793238879,"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":"a912fc13354f659c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/de9691b7e64f6a23.json b/6406/data/test-cases/a980dce154618f0f.json similarity index 83% rename from 6379/data/test-cases/de9691b7e64f6a23.json rename to 6406/data/test-cases/a980dce154618f0f.json index 4d896930430..7eff6b4b47b 100644 --- a/6379/data/test-cases/de9691b7e64f6a23.json +++ b/6406/data/test-cases/a980dce154618f0f.json @@ -1 +1 @@ -{"uid":"de9691b7e64f6a23","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":1707419289505,"stop":1707419289505,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"6ee63a6fb62a8f03","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6ee63a6fb62a8f03","status":"passed","time":{"start":1707418535546,"stop":1707418535546,"duration":0}},{"uid":"af6dc1cd56cce491","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/af6dc1cd56cce491","status":"passed","time":{"start":1707418482222,"stop":1707418482222,"duration":0}},{"uid":"11e823a498be0853","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/11e823a498be0853","status":"passed","time":{"start":1707412863487,"stop":1707412863487,"duration":0}},{"uid":"44c15319b50fe943","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/44c15319b50fe943","status":"passed","time":{"start":1707411338658,"stop":1707411338658,"duration":0}},{"uid":"7df5f3a2a9945c7c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7df5f3a2a9945c7c","status":"passed","time":{"start":1707409792236,"stop":1707409792236,"duration":0}},{"uid":"b88121d893f8b1b6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b88121d893f8b1b6","status":"passed","time":{"start":1707409177759,"stop":1707409177759,"duration":0}},{"uid":"d32ac862128ef5fa","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d32ac862128ef5fa","status":"passed","time":{"start":1707409135094,"stop":1707409135094,"duration":0}},{"uid":"820fc3c3eb2a89f7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/820fc3c3eb2a89f7","status":"passed","time":{"start":1707408664028,"stop":1707408664029,"duration":1}},{"uid":"3ff4140d3c272ac3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3ff4140d3c272ac3","status":"passed","time":{"start":1707407736515,"stop":1707407736515,"duration":0}},{"uid":"e989cf38790e9df2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e989cf38790e9df2","status":"passed","time":{"start":1707407618234,"stop":1707407618234,"duration":0}},{"uid":"485e7bfd2a95cc1a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/485e7bfd2a95cc1a","status":"passed","time":{"start":1707404537720,"stop":1707404537720,"duration":0}},{"uid":"8b1c36bf293e663b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8b1c36bf293e663b","status":"passed","time":{"start":1707375978546,"stop":1707375978546,"duration":0}},{"uid":"d52b7d74b64261d7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d52b7d74b64261d7","status":"passed","time":{"start":1707373245362,"stop":1707373245362,"duration":0}},{"uid":"4dcd052ba6266689","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4dcd052ba6266689","status":"passed","time":{"start":1707359448671,"stop":1707359448671,"duration":0}},{"uid":"3c0f96377af8138a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3c0f96377af8138a","status":"passed","time":{"start":1707358197191,"stop":1707358197191,"duration":0}},{"uid":"d93fb3f4dc1a635d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d93fb3f4dc1a635d","status":"passed","time":{"start":1707357226632,"stop":1707357226633,"duration":1}},{"uid":"94b52f90a9c1cebb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/94b52f90a9c1cebb","status":"passed","time":{"start":1707355477314,"stop":1707355477314,"duration":0}}]},"tags":[]},"source":"de9691b7e64f6a23.json","parameterValues":[]} \ No newline at end of file +{"uid":"a980dce154618f0f","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":1707793446744,"stop":1707793446744,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"e3e7f4e44a03e266","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e3e7f4e44a03e266","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"e7b1a2f1d73fbf1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7b1a2f1d73fbf1b","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"f0b12e31b2b3116e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0b12e31b2b3116e","status":"passed","time":{"start":1707775494279,"stop":1707775494280,"duration":1}},{"uid":"b7d0c40b909f435a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d0c40b909f435a","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"e3c6898f1f8934fd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3c6898f1f8934fd","status":"passed","time":{"start":1707770238688,"stop":1707770238689,"duration":1}},{"uid":"aca7c2f01def231f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aca7c2f01def231f","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"ba56d3082b30f980","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba56d3082b30f980","status":"passed","time":{"start":1707758004329,"stop":1707758004329,"duration":0}},{"uid":"64887a01a90091f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64887a01a90091f9","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"2a8d313e0207de92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a8d313e0207de92","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"a03a338ef04ee5d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a03a338ef04ee5d6","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"f75004bf05052758","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f75004bf05052758","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"3665bf9d5f2cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3665bf9d5f2cd2b7","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"57459eedf0c85be3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57459eedf0c85be3","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"tags":[]},"source":"a980dce154618f0f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a9964382ffd7eb90.json b/6406/data/test-cases/a9964382ffd7eb90.json new file mode 100644 index 00000000000..e4e9d66097f --- /dev/null +++ b/6406/data/test-cases/a9964382ffd7eb90.json @@ -0,0 +1 @@ +{"uid":"a9964382ffd7eb90","name":"groups content topics by expected pubsub topic","fullName":"/src/common/sharding.spec.ts: contentTopicsByPubsubTopic > groups content topics by expected pubsub topic","historyId":"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.common"},{"name":"parentSuite","value":"contentTopicsByPubsubTopic"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"27b4054fcb2f1709","status":"passed","time":{"start":1707792792553,"stop":1707792792554,"duration":1}}],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ea0f394d6768128","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ea0f394d6768128","status":"passed","time":{"start":1707777741291,"stop":1707777741291,"duration":0}},{"uid":"5250bbe3800b9a08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5250bbe3800b9a08","status":"passed","time":{"start":1707775017707,"stop":1707775017707,"duration":0}},{"uid":"4ccf2a7f9a3771aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ccf2a7f9a3771aa","status":"passed","time":{"start":1707774819165,"stop":1707774819165,"duration":0}},{"uid":"f7c6668dc29e0d23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7c6668dc29e0d23","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0}},{"uid":"2291ac34d71b6479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2291ac34d71b6479","status":"passed","time":{"start":1707769619257,"stop":1707769619257,"duration":0}},{"uid":"afaa586d2736739f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/afaa586d2736739f","status":"passed","time":{"start":1707759714513,"stop":1707759714513,"duration":0}},{"uid":"3eb144b77893c2ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3eb144b77893c2ad","status":"passed","time":{"start":1707757408931,"stop":1707757408931,"duration":0}},{"uid":"11ba314405ebacc6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/11ba314405ebacc6","status":"passed","time":{"start":1707756038657,"stop":1707756038657,"duration":0}},{"uid":"44da999b4885602e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44da999b4885602e","status":"passed","time":{"start":1707753456825,"stop":1707753456825,"duration":0}},{"uid":"d9a3ac3f2127f54f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9a3ac3f2127f54f","status":"passed","time":{"start":1707753185032,"stop":1707753185032,"duration":0}},{"uid":"c096136efa3e2b51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c096136efa3e2b51","status":"passed","time":{"start":1707750585696,"stop":1707750585696,"duration":0}},{"uid":"af3abd0b0f0f67d9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af3abd0b0f0f67d9","status":"passed","time":{"start":1707736503253,"stop":1707736503253,"duration":0}},{"uid":"c178904c282b3df3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c178904c282b3df3","status":"passed","time":{"start":1707735684546,"stop":1707735684547,"duration":1}}]},"tags":[]},"source":"a9964382ffd7eb90.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/a9f559f9493530d.json b/6406/data/test-cases/a9f559f9493530d.json new file mode 100644 index 00000000000..ce681d9310c --- /dev/null +++ b/6406/data/test-cases/a9f559f9493530d.json @@ -0,0 +1 @@ +{"uid":"a9f559f9493530d","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":1707793028280,"stop":1707793028281,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"bad29901ed839000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad29901ed839000","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"5680026e1184c004","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5680026e1184c004","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"aa860c3514864913","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa860c3514864913","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}},{"uid":"8f26c4a83e10c919","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f26c4a83e10c919","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0}},{"uid":"76d7f0be9a70218b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/76d7f0be9a70218b","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}},{"uid":"257f1c8bb1a1febb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/257f1c8bb1a1febb","status":"passed","time":{"start":1707759965201,"stop":1707759965202,"duration":1}},{"uid":"6e9f97eaea18f48","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6e9f97eaea18f48","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}},{"uid":"3015e0a3530e85ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3015e0a3530e85ba","status":"passed","time":{"start":1707756267910,"stop":1707756267910,"duration":0}},{"uid":"43375f6cfb00e20c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43375f6cfb00e20c","status":"passed","time":{"start":1707753668068,"stop":1707753668076,"duration":8}},{"uid":"34dad707e5512137","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/34dad707e5512137","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"af8f6e1a39d82830","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af8f6e1a39d82830","status":"passed","time":{"start":1707750796032,"stop":1707750796032,"duration":0}},{"uid":"af4f4b2eee01221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af4f4b2eee01221","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"35948b0727d0c848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/35948b0727d0c848","status":"passed","time":{"start":1707735912120,"stop":1707735912121,"duration":1}}]},"tags":[]},"source":"a9f559f9493530d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c8f22ad011661077.json b/6406/data/test-cases/aa470d1db3ebcf85.json similarity index 63% rename from 6379/data/test-cases/c8f22ad011661077.json rename to 6406/data/test-cases/aa470d1db3ebcf85.json index 4fd95fe89fc..c9c9d50516c 100644 --- a/6379/data/test-cases/c8f22ad011661077.json +++ b/6406/data/test-cases/aa470d1db3ebcf85.json @@ -1 +1 @@ -{"uid":"c8f22ad011661077","name":"can start the service","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419072672,"stop":1707419072672,"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"},{"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":18,"unknown":0,"total":18},"items":[{"uid":"adc6b60edd180f52","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/adc6b60edd180f52","status":"passed","time":{"start":1707418302756,"stop":1707418302757,"duration":1}},{"uid":"789f41391534f5bb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/789f41391534f5bb","status":"passed","time":{"start":1707418274046,"stop":1707418274046,"duration":0}},{"uid":"c58afbfe981c5b48","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c58afbfe981c5b48","status":"passed","time":{"start":1707412712444,"stop":1707412712444,"duration":0}},{"uid":"d45cb316b9d0a27c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d45cb316b9d0a27c","status":"passed","time":{"start":1707411115717,"stop":1707411115717,"duration":0}},{"uid":"960e1b230f449dda","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/960e1b230f449dda","status":"passed","time":{"start":1707409579938,"stop":1707409579941,"duration":3}},{"uid":"663e69e339ad1c84","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/663e69e339ad1c84","status":"passed","time":{"start":1707408978008,"stop":1707408978008,"duration":0}},{"uid":"3a179d725d060d12","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3a179d725d060d12","status":"passed","time":{"start":1707408953442,"stop":1707408953442,"duration":0}},{"uid":"49a77831eb5c1241","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/49a77831eb5c1241","status":"passed","time":{"start":1707408469682,"stop":1707408469682,"duration":0}},{"uid":"cb63a8bae2d6175f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cb63a8bae2d6175f","status":"passed","time":{"start":1707407589183,"stop":1707407589183,"duration":0}},{"uid":"22d916f960d0cefb","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/22d916f960d0cefb","status":"passed","time":{"start":1707407442575,"stop":1707407442576,"duration":1}},{"uid":"250fdbb97f21051e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/250fdbb97f21051e","status":"passed","time":{"start":1707404428343,"stop":1707404428343,"duration":0}},{"uid":"b02fd60184e32c4e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b02fd60184e32c4e","status":"passed","time":{"start":1707375849727,"stop":1707375849728,"duration":1}},{"uid":"d9e4524781261532","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d9e4524781261532","status":"passed","time":{"start":1707373068631,"stop":1707373068631,"duration":0}},{"uid":"17d748e2aefa362a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/17d748e2aefa362a","status":"passed","time":{"start":1707359276135,"stop":1707359276136,"duration":1}},{"uid":"d33e56c1e6b6af0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d33e56c1e6b6af0","status":"passed","time":{"start":1707358093662,"stop":1707358093662,"duration":0}},{"uid":"96df76cc57aca03e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/96df76cc57aca03e","status":"passed","time":{"start":1707357103449,"stop":1707357103449,"duration":0}},{"uid":"84ede3d01e45984b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/84ede3d01e45984b","status":"passed","time":{"start":1707355288195,"stop":1707355288195,"duration":0}}]},"tags":[]},"source":"c8f22ad011661077.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa470d1db3ebcf85","name":"can start the service","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start the service","historyId":"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230149,"stop":1707793230150,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"c76c60de87ad3051","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c76c60de87ad3051","status":"passed","time":{"start":1707778179237,"stop":1707778179238,"duration":1}},{"uid":"9be7eaf1fb6f223a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9be7eaf1fb6f223a","status":"passed","time":{"start":1707775471143,"stop":1707775471144,"duration":1}},{"uid":"4e526f180b05091b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e526f180b05091b","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"8b7eb9c34ee3d65a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b7eb9c34ee3d65a","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1}},{"uid":"1248cdf563b5a882","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1248cdf563b5a882","status":"passed","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"355925cecac3bd77","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/355925cecac3bd77","status":"passed","time":{"start":1707760163326,"stop":1707760163326,"duration":0}},{"uid":"bb0822784ee5ad19","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bb0822784ee5ad19","status":"passed","time":{"start":1707757853543,"stop":1707757853543,"duration":0}},{"uid":"ccc38afdada854fd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccc38afdada854fd","status":"passed","time":{"start":1707756493173,"stop":1707756493173,"duration":0}},{"uid":"37b4430585767d99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b4430585767d99","status":"passed","time":{"start":1707753863562,"stop":1707753863563,"duration":1}},{"uid":"74308c63fe53c617","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74308c63fe53c617","status":"passed","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"4cd6d26cc83c0fb9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4cd6d26cc83c0fb9","status":"passed","time":{"start":1707751014386,"stop":1707751014387,"duration":1}},{"uid":"ae26122c70767c8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ae26122c70767c8d","status":"passed","time":{"start":1707736941409,"stop":1707736941410,"duration":1}},{"uid":"f2404171b96214e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2404171b96214e9","status":"passed","time":{"start":1707736158693,"stop":1707736158693,"duration":0}}]},"tags":[]},"source":"aa470d1db3ebcf85.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7d3e2423df6f47c7.json b/6406/data/test-cases/aa75b27fff2eb895.json similarity index 81% rename from 6379/data/test-cases/7d3e2423df6f47c7.json rename to 6406/data/test-cases/aa75b27fff2eb895.json index ff5bf4cb410..b2360f49917 100644 --- a/6379/data/test-cases/7d3e2423df6f47c7.json +++ b/6406/data/test-cases/aa75b27fff2eb895.json @@ -1 +1 @@ -{"uid":"7d3e2423df6f47c7","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":1707419181399,"stop":1707419181399,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"f9d5636a86d8605e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f9d5636a86d8605e","status":"passed","time":{"start":1707418419748,"stop":1707418419761,"duration":13}},{"uid":"c20b1b4db92763de","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c20b1b4db92763de","status":"passed","time":{"start":1707418388443,"stop":1707418388444,"duration":1}},{"uid":"ff88a0312f14c94f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ff88a0312f14c94f","status":"passed","time":{"start":1707412796120,"stop":1707412796120,"duration":0}},{"uid":"f5ee1e5f61aa8618","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f5ee1e5f61aa8618","status":"passed","time":{"start":1707411256078,"stop":1707411256079,"duration":1}},{"uid":"b298344282a9977a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b298344282a9977a","status":"passed","time":{"start":1707409690312,"stop":1707409690312,"duration":0}},{"uid":"94968edf051e2c93","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/94968edf051e2c93","status":"passed","time":{"start":1707409095920,"stop":1707409095920,"duration":0}},{"uid":"c05993bb8f11668e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c05993bb8f11668e","status":"passed","time":{"start":1707409032397,"stop":1707409032397,"duration":0}},{"uid":"ba0c55306a99d9dc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ba0c55306a99d9dc","status":"passed","time":{"start":1707408574244,"stop":1707408574245,"duration":1}},{"uid":"f0f9da34883513f6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f0f9da34883513f6","status":"passed","time":{"start":1707407633864,"stop":1707407633864,"duration":0}},{"uid":"b9b3a070ffc73ff","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b9b3a070ffc73ff","status":"passed","time":{"start":1707407545218,"stop":1707407545218,"duration":0}},{"uid":"b1a01067be12ea4d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b1a01067be12ea4d","status":"passed","time":{"start":1707404532402,"stop":1707404532402,"duration":0}},{"uid":"90b2e938118fa524","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/90b2e938118fa524","status":"passed","time":{"start":1707375958753,"stop":1707375958754,"duration":1}},{"uid":"2eb14fc0803d3b28","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2eb14fc0803d3b28","status":"passed","time":{"start":1707373157751,"stop":1707373157752,"duration":1}},{"uid":"b6c10d4418fd87cc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b6c10d4418fd87cc","status":"passed","time":{"start":1707359355971,"stop":1707359355971,"duration":0}},{"uid":"9cca0e031489bbb4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9cca0e031489bbb4","status":"passed","time":{"start":1707358094665,"stop":1707358094665,"duration":0}},{"uid":"17411ea2cc4b1068","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/17411ea2cc4b1068","status":"passed","time":{"start":1707357164913,"stop":1707357164913,"duration":0}},{"uid":"d331cdabbe3047a3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d331cdabbe3047a3","status":"passed","time":{"start":1707355248776,"stop":1707355248776,"duration":0}}]},"tags":[]},"source":"7d3e2423df6f47c7.json","parameterValues":[]} \ No newline at end of file +{"uid":"aa75b27fff2eb895","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":1707793371103,"stop":1707793371103,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"5cf3e39dee64b43b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cf3e39dee64b43b","status":"passed","time":{"start":1707778338839,"stop":1707778338839,"duration":0}},{"uid":"62676fa8db343adb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62676fa8db343adb","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}},{"uid":"73c710e50718a86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c710e50718a86e","status":"passed","time":{"start":1707775390230,"stop":1707775390230,"duration":0}},{"uid":"1b8ebe2689312bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b8ebe2689312bf1","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}},{"uid":"4dc3448f79ea8620","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4dc3448f79ea8620","status":"passed","time":{"start":1707760301810,"stop":1707760301811,"duration":1}},{"uid":"4c3b0e9f6b2be482","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c3b0e9f6b2be482","status":"passed","time":{"start":1707758006709,"stop":1707758006709,"duration":0}},{"uid":"727400c2ccc67b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/727400c2ccc67b22","status":"passed","time":{"start":1707756617039,"stop":1707756617040,"duration":1}},{"uid":"a13f78b952b4f033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13f78b952b4f033","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}},{"uid":"88c79c074e60d659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c79c074e60d659","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}},{"uid":"8f0f62656b315586","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f0f62656b315586","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"9f8c8ff0fa144638","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f8c8ff0fa144638","status":"passed","time":{"start":1707737091309,"stop":1707737091309,"duration":0}},{"uid":"6b6791e928a92237","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6791e928a92237","status":"passed","time":{"start":1707736260130,"stop":1707736260131,"duration":1}}]},"tags":[]},"source":"aa75b27fff2eb895.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/aab97a625d88f25c.json b/6406/data/test-cases/aab97a625d88f25c.json new file mode 100644 index 00000000000..59b7fd1f0b3 --- /dev/null +++ b/6406/data/test-cases/aab97a625d88f25c.json @@ -0,0 +1 @@ +{"uid":"aab97a625d88f25c","name":"dispatchEvent via connectionManager","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > dispatchEvent via connectionManager","historyId":"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878416,"stop":1707792878416,"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 \"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}],"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"ec5fe41cd0ec798e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec5fe41cd0ec798e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777826932,"stop":1707777826932,"duration":0}},{"uid":"4a710a3ab500c25f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a710a3ab500c25f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"54982fec0b5f8010","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54982fec0b5f8010","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"94927b9fee4ba9d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94927b9fee4ba9d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"dabe2cea21cbf990","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dabe2cea21cbf990","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"9b7e25559dc92430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b7e25559dc92430","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"54f408788e96cf8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54f408788e96cf8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"5e228e63218a0084","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e228e63218a0084","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756124839,"stop":1707756124839,"duration":0}},{"uid":"c4760d21a7a6aaab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4760d21a7a6aaab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753544140,"stop":1707753544141,"duration":1}},{"uid":"5dcd7614700aa079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dcd7614700aa079","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753273866,"stop":1707753273868,"duration":2}},{"uid":"d7699839032c2171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7699839032c2171","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"78b680916afb4f24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/78b680916afb4f24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"610fc9fec1aff7a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/610fc9fec1aff7a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735772597,"stop":1707735772598,"duration":1}}]},"tags":[]},"source":"aab97a625d88f25c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/eac4178624114821.json b/6406/data/test-cases/ab1a3a57a157d114.json similarity index 57% rename from 6379/data/test-cases/eac4178624114821.json rename to 6406/data/test-cases/ab1a3a57a157d114.json index 013b1b8000b..f7d3e75604f 100644 --- a/6379/data/test-cases/eac4178624114821.json +++ b/6406/data/test-cases/ab1a3a57a157d114.json @@ -1 +1 @@ -{"uid":"eac4178624114821","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":1707419128746,"stop":1707419128746,"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":18,"unknown":0,"total":18},"items":[{"uid":"c445efbcd0300462","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c445efbcd0300462","status":"passed","time":{"start":1707418365984,"stop":1707418365984,"duration":0}},{"uid":"96442c6975c11318","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/96442c6975c11318","status":"passed","time":{"start":1707418323175,"stop":1707418323180,"duration":5}},{"uid":"1b09cc062d08ff16","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1b09cc062d08ff16","status":"passed","time":{"start":1707412754807,"stop":1707412754808,"duration":1}},{"uid":"f076e4197a86dfd6","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f076e4197a86dfd6","status":"passed","time":{"start":1707411168060,"stop":1707411168061,"duration":1}},{"uid":"d6b3b19686a7c3f6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d6b3b19686a7c3f6","status":"passed","time":{"start":1707409636157,"stop":1707409636158,"duration":1}},{"uid":"ad03ce729478cb26","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ad03ce729478cb26","status":"passed","time":{"start":1707409026700,"stop":1707409026700,"duration":0}},{"uid":"e685cc7f272aaa42","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e685cc7f272aaa42","status":"passed","time":{"start":1707408990331,"stop":1707408990331,"duration":0}},{"uid":"cbda589a3e2fe2a2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cbda589a3e2fe2a2","status":"passed","time":{"start":1707408521468,"stop":1707408521468,"duration":0}},{"uid":"98db89c0bb2d8fd9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/98db89c0bb2d8fd9","status":"passed","time":{"start":1707407586819,"stop":1707407586819,"duration":0}},{"uid":"185c4c1568c41d31","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/185c4c1568c41d31","status":"passed","time":{"start":1707407493952,"stop":1707407493952,"duration":0}},{"uid":"a79e56d0ab7f1c8f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a79e56d0ab7f1c8f","status":"passed","time":{"start":1707404479198,"stop":1707404479199,"duration":1}},{"uid":"5aa4f0312ba1a68a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5aa4f0312ba1a68a","status":"passed","time":{"start":1707375899544,"stop":1707375899544,"duration":0}},{"uid":"ab9ea7d001cca64f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ab9ea7d001cca64f","status":"passed","time":{"start":1707373094432,"stop":1707373094432,"duration":0}},{"uid":"37ff93778d7e53fe","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/37ff93778d7e53fe","status":"passed","time":{"start":1707359301633,"stop":1707359301634,"duration":1}},{"uid":"e30d61aef5d3c147","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e30d61aef5d3c147","status":"passed","time":{"start":1707358030390,"stop":1707358030390,"duration":0}},{"uid":"28a3976a333d328a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/28a3976a333d328a","status":"passed","time":{"start":1707357014501,"stop":1707357014501,"duration":0}},{"uid":"fe9855f7d2aaea16","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fe9855f7d2aaea16","status":"passed","time":{"start":1707355242122,"stop":1707355242122,"duration":0}}]},"tags":[]},"source":"eac4178624114821.json","parameterValues":[]} \ No newline at end of file +{"uid":"ab1a3a57a157d114","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":1707793287279,"stop":1707793287280,"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":14,"unknown":0,"total":14},"items":[{"uid":"5553c0ef8a86d9fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5553c0ef8a86d9fb","status":"passed","time":{"start":1707778251792,"stop":1707778251793,"duration":1}},{"uid":"7dfbd4a9a46436ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7dfbd4a9a46436ee","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"fa9e3b4a8a944ac1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9e3b4a8a944ac1","status":"passed","time":{"start":1707775340601,"stop":1707775340602,"duration":1}},{"uid":"42fad4eafbcd5e3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42fad4eafbcd5e3c","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"duration":0}},{"uid":"a2d753fae2bb504e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2d753fae2bb504e","status":"passed","time":{"start":1707770045974,"stop":1707770045974,"duration":0}},{"uid":"ee114da1a6ce073c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee114da1a6ce073c","status":"passed","time":{"start":1707760224881,"stop":1707760224882,"duration":1}},{"uid":"1d0ec48020c4adf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d0ec48020c4adf2","status":"passed","time":{"start":1707757921495,"stop":1707757921496,"duration":1}},{"uid":"a7ccc57f7e47f638","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a7ccc57f7e47f638","status":"passed","time":{"start":1707756552025,"stop":1707756552026,"duration":1}},{"uid":"f0072a3eb69bc918","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0072a3eb69bc918","status":"passed","time":{"start":1707753853537,"stop":1707753853537,"duration":0}},{"uid":"a61cdd67fc955964","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a61cdd67fc955964","status":"passed","time":{"start":1707753708968,"stop":1707753708969,"duration":1}},{"uid":"2c1f8bab52fca97b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2c1f8bab52fca97b","status":"passed","time":{"start":1707751075908,"stop":1707751075909,"duration":1}},{"uid":"59ed5bebb0357da0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ed5bebb0357da0","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"6a3e8c14451f5ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a3e8c14451f5ad","status":"passed","time":{"start":1707736214130,"stop":1707736214130,"duration":0}}]},"tags":[]},"source":"ab1a3a57a157d114.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ab6a27ffc938adff.json b/6406/data/test-cases/ab6a27ffc938adff.json new file mode 100644 index 00000000000..c29d10ee0f6 --- /dev/null +++ b/6406/data/test-cases/ab6a27ffc938adff.json @@ -0,0 +1 @@ +{"uid":"ab6a27ffc938adff","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":1707792800818,"stop":1707792800818,"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":14,"unknown":0,"total":14},"items":[{"uid":"d310c7a63fbc06f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d310c7a63fbc06f1","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"a55b0240e4493091","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a55b0240e4493091","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"57811c74d03aa39b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/57811c74d03aa39b","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"e66fbc78f72fe03f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e66fbc78f72fe03f","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"e05a2984cebdb84f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e05a2984cebdb84f","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"3a312e96210b977f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a312e96210b977f","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"4299571218359ccd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4299571218359ccd","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"849f424e89fd24d5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/849f424e89fd24d5","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b6959594357151fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6959594357151fe","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"e891f790fb6c5b21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e891f790fb6c5b21","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"af2d384de4f67dfe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af2d384de4f67dfe","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"192a60c50102c356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/192a60c50102c356","status":"passed","time":{"start":1707736511742,"stop":1707736511743,"duration":1}},{"uid":"70e8f6109c6adbe5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70e8f6109c6adbe5","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"tags":[]},"source":"ab6a27ffc938adff.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/abcc2e2f1a5b28b7.json b/6406/data/test-cases/abcc2e2f1a5b28b7.json new file mode 100644 index 00000000000..cf4802ceb2a --- /dev/null +++ b/6406/data/test-cases/abcc2e2f1a5b28b7.json @@ -0,0 +1 @@ +{"uid":"abcc2e2f1a5b28b7","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":1707792820892,"stop":1707792820892,"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":14,"unknown":0,"total":14},"items":[{"uid":"1b4e79fec4f9614c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4e79fec4f9614c","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"2336bb6c6d00264e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2336bb6c6d00264e","status":"passed","time":{"start":1707775046372,"stop":1707775046372,"duration":0}},{"uid":"3a526845d3ed953f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3a526845d3ed953f","status":"passed","time":{"start":1707774848383,"stop":1707774848384,"duration":1}},{"uid":"330140cc20b63249","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/330140cc20b63249","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0}},{"uid":"f1a469f6a427a45a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f1a469f6a427a45a","status":"passed","time":{"start":1707769648573,"stop":1707769648573,"duration":0}},{"uid":"5de03d2c4765c724","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de03d2c4765c724","status":"passed","time":{"start":1707759743253,"stop":1707759743254,"duration":1}},{"uid":"a7a3ca7c6b9be22e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a7a3ca7c6b9be22e","status":"passed","time":{"start":1707757438367,"stop":1707757438368,"duration":1}},{"uid":"13d8b07210bf1b75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13d8b07210bf1b75","status":"passed","time":{"start":1707756067009,"stop":1707756067010,"duration":1}},{"uid":"a021edfa215b3b9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a021edfa215b3b9e","status":"passed","time":{"start":1707753485650,"stop":1707753485650,"duration":0}},{"uid":"8c0fb04ddff7e10d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c0fb04ddff7e10d","status":"passed","time":{"start":1707753214695,"stop":1707753214696,"duration":1}},{"uid":"aea4ec7551c03ed6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aea4ec7551c03ed6","status":"passed","time":{"start":1707750614688,"stop":1707750614688,"duration":0}},{"uid":"55214233f8a30f3a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55214233f8a30f3a","status":"passed","time":{"start":1707736532273,"stop":1707736532274,"duration":1}},{"uid":"9906a74ff75355ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906a74ff75355ed","status":"passed","time":{"start":1707735714123,"stop":1707735714124,"duration":1}}]},"tags":[]},"source":"abcc2e2f1a5b28b7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ac01f18235ea78b0.json b/6406/data/test-cases/ac01f18235ea78b0.json new file mode 100644 index 00000000000..77481db3c74 --- /dev/null +++ b/6406/data/test-cases/ac01f18235ea78b0.json @@ -0,0 +1 @@ +{"uid":"ac01f18235ea78b0","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":1707793012498,"stop":1707793012499,"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":14,"unknown":0,"total":14},"items":[{"uid":"81c33b64b146daeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81c33b64b146daeb","status":"passed","time":{"start":1707777977670,"stop":1707777977670,"duration":0}},{"uid":"502e30d7519772ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/502e30d7519772ed","status":"passed","time":{"start":1707775258460,"stop":1707775258461,"duration":1}},{"uid":"77b953fe55e39960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/77b953fe55e39960","status":"passed","time":{"start":1707775082027,"stop":1707775082028,"duration":1}},{"uid":"c7bc7b3b5871d9b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7bc7b3b5871d9b5","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"duration":1}},{"uid":"102e1c3eabb723bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/102e1c3eabb723bc","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"bed3e735f74e7a79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bed3e735f74e7a79","status":"passed","time":{"start":1707759921459,"stop":1707759921460,"duration":1}},{"uid":"b4d2fd888e14ec26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4d2fd888e14ec26","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"f617e33ba8916a01","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f617e33ba8916a01","status":"passed","time":{"start":1707756261813,"stop":1707756261814,"duration":1}},{"uid":"58c99d432c78f774","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58c99d432c78f774","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"9d6e0eb89441beb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d6e0eb89441beb6","status":"passed","time":{"start":1707753409591,"stop":1707753409591,"duration":0}},{"uid":"a0c801b4ba3d4a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0c801b4ba3d4a4d","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"f7f5c6d78183db5d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7f5c6d78183db5d","status":"passed","time":{"start":1707736708333,"stop":1707736708334,"duration":1}},{"uid":"45317284588dae28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45317284588dae28","status":"passed","time":{"start":1707735914390,"stop":1707735914391,"duration":1}}]},"tags":[]},"source":"ac01f18235ea78b0.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d420e9e2e515eadb.json b/6406/data/test-cases/ac31dbfb5f65dad6.json similarity index 58% rename from 6379/data/test-cases/d420e9e2e515eadb.json rename to 6406/data/test-cases/ac31dbfb5f65dad6.json index 68373102b2d..078705d0aba 100644 --- a/6379/data/test-cases/d420e9e2e515eadb.json +++ b/6406/data/test-cases/ac31dbfb5f65dad6.json @@ -1 +1 @@ -{"uid":"d420e9e2e515eadb","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829813,"stop":1707418829814,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"f510439006fda483","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f510439006fda483","status":"passed","time":{"start":1707418103401,"stop":1707418103402,"duration":1}},{"uid":"a5e0fab2bb177c1f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a5e0fab2bb177c1f","status":"passed","time":{"start":1707418010312,"stop":1707418010312,"duration":0}},{"uid":"ff5dfbeee6a5b95b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ff5dfbeee6a5b95b","status":"passed","time":{"start":1707412479959,"stop":1707412479959,"duration":0}},{"uid":"9b2e3a7d2ce5309b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9b2e3a7d2ce5309b","status":"passed","time":{"start":1707410852009,"stop":1707410852010,"duration":1}},{"uid":"8aff356570d3ac43","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8aff356570d3ac43","status":"passed","time":{"start":1707409338854,"stop":1707409338854,"duration":0}},{"uid":"2d106011add436d8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2d106011add436d8","status":"passed","time":{"start":1707408727250,"stop":1707408727251,"duration":1}},{"uid":"ab3171e417f5d330","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ab3171e417f5d330","status":"passed","time":{"start":1707408675745,"stop":1707408675746,"duration":1}},{"uid":"af950823bdae6d1b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/af950823bdae6d1b","status":"passed","time":{"start":1707408214005,"stop":1707408214005,"duration":0}},{"uid":"d17a0378345ac539","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d17a0378345ac539","status":"passed","time":{"start":1707407286302,"stop":1707407286304,"duration":2}},{"uid":"ad6feb9c99468a62","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ad6feb9c99468a62","status":"passed","time":{"start":1707407226677,"stop":1707407226678,"duration":1}},{"uid":"64793a8c2c14c252","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/64793a8c2c14c252","status":"passed","time":{"start":1707404179908,"stop":1707404179908,"duration":0}},{"uid":"bfabaeb0f0cc5bb7","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bfabaeb0f0cc5bb7","status":"passed","time":{"start":1707375626287,"stop":1707375626287,"duration":0}},{"uid":"d308e6154f750726","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d308e6154f750726","status":"passed","time":{"start":1707372788214,"stop":1707372788214,"duration":0}},{"uid":"b4a090726cae59d2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b4a090726cae59d2","status":"passed","time":{"start":1707359016775,"stop":1707359016776,"duration":1}},{"uid":"fd8c0682975d4ab2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fd8c0682975d4ab2","status":"passed","time":{"start":1707357740855,"stop":1707357740856,"duration":1}},{"uid":"75cc298adcf7659e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/75cc298adcf7659e","status":"passed","time":{"start":1707356837833,"stop":1707356837833,"duration":0}},{"uid":"5eb9ab5743f22dfa","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5eb9ab5743f22dfa","status":"passed","time":{"start":1707354890491,"stop":1707354890491,"duration":0}}]},"tags":[]},"source":"d420e9e2e515eadb.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac31dbfb5f65dad6","name":"same cluster, same shard: nodes connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, same shard: nodes connect","historyId":"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75724b589d2ec90f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75724b589d2ec90f","status":"passed","time":{"start":1707777977653,"stop":1707777977653,"duration":0}},{"uid":"67a2dfbb8b4ec54a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67a2dfbb8b4ec54a","status":"passed","time":{"start":1707775258443,"stop":1707775258444,"duration":1}},{"uid":"73c7e71535b88b56","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c7e71535b88b56","status":"passed","time":{"start":1707775081973,"stop":1707775081973,"duration":0}},{"uid":"e9644f5b2bdf7cfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9644f5b2bdf7cfb","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1}},{"uid":"6144d7593f75512b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6144d7593f75512b","status":"passed","time":{"start":1707769841875,"stop":1707769841875,"duration":0}},{"uid":"80c10764e20a252d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80c10764e20a252d","status":"passed","time":{"start":1707759921441,"stop":1707759921441,"duration":0}},{"uid":"9515d6e56fe0cbfd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9515d6e56fe0cbfd","status":"passed","time":{"start":1707757624861,"stop":1707757624861,"duration":0}},{"uid":"304a9140cda44ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/304a9140cda44ef7","status":"passed","time":{"start":1707756261709,"stop":1707756261709,"duration":0}},{"uid":"bca9845591ee62a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bca9845591ee62a1","status":"passed","time":{"start":1707753651126,"stop":1707753651127,"duration":1}},{"uid":"382f366cce99ac00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/382f366cce99ac00","status":"passed","time":{"start":1707753409565,"stop":1707753409565,"duration":0}},{"uid":"2a2e3050b5bc0e0d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2e3050b5bc0e0d","status":"passed","time":{"start":1707750722032,"stop":1707750722032,"duration":0}},{"uid":"605577ecaf7adbda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/605577ecaf7adbda","status":"passed","time":{"start":1707736708307,"stop":1707736708308,"duration":1}},{"uid":"9c06d0a380cd8c63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06d0a380cd8c63","status":"passed","time":{"start":1707735914369,"stop":1707735914369,"duration":0}}]},"tags":[]},"source":"ac31dbfb5f65dad6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ac380dacf2821929.json b/6406/data/test-cases/ac380dacf2821929.json new file mode 100644 index 00000000000..8efcd910415 --- /dev/null +++ b/6406/data/test-cases/ac380dacf2821929.json @@ -0,0 +1 @@ +{"uid":"ac380dacf2821929","name":"Waku message hash computation","fullName":"/src/index.spec.ts: RFC Test Vectors > Waku message hash computation","historyId":"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792795035,"stop":1707792795036,"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":14,"unknown":0,"total":14},"items":[{"uid":"8ac1df03898b71cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ac1df03898b71cf","status":"passed","time":{"start":1707777743981,"stop":1707777743982,"duration":1}},{"uid":"df99eb84c1a3fac0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df99eb84c1a3fac0","status":"passed","time":{"start":1707775020380,"stop":1707775020381,"duration":1}},{"uid":"af3e9e962e6326f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af3e9e962e6326f5","status":"passed","time":{"start":1707774821815,"stop":1707774821816,"duration":1}},{"uid":"49c3fab7cc2aeb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c3fab7cc2aeb8","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"duration":1}},{"uid":"15a28b4c02a8ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15a28b4c02a8ee1d","status":"passed","time":{"start":1707769622095,"stop":1707769622096,"duration":1}},{"uid":"844315e88d87e42","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/844315e88d87e42","status":"passed","time":{"start":1707759717049,"stop":1707759717050,"duration":1}},{"uid":"d769c8bc4579dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d769c8bc4579dd5","status":"passed","time":{"start":1707757411666,"stop":1707757411667,"duration":1}},{"uid":"944cfc8e7aa5e8cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/944cfc8e7aa5e8cc","status":"passed","time":{"start":1707756041375,"stop":1707756041376,"duration":1}},{"uid":"3d940a1b7ac7b535","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d940a1b7ac7b535","status":"passed","time":{"start":1707753459608,"stop":1707753459609,"duration":1}},{"uid":"c95308f579d21680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c95308f579d21680","status":"passed","time":{"start":1707753187709,"stop":1707753187711,"duration":2}},{"uid":"5e70d844e30c34c1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e70d844e30c34c1","status":"passed","time":{"start":1707750588400,"stop":1707750588401,"duration":1}},{"uid":"946a945db2896072","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/946a945db2896072","status":"passed","time":{"start":1707736505792,"stop":1707736505793,"duration":1}},{"uid":"59710dae7fc00a4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59710dae7fc00a4a","status":"passed","time":{"start":1707735687170,"stop":1707735687171,"duration":1}}]},"tags":[]},"source":"ac380dacf2821929.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ac6102300e250736.json b/6406/data/test-cases/ac6102300e250736.json new file mode 100644 index 00000000000..26753d2c977 --- /dev/null +++ b/6406/data/test-cases/ac6102300e250736.json @@ -0,0 +1 @@ +{"uid":"ac6102300e250736","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":1707792907234,"stop":1707792907235,"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":14,"unknown":0,"total":14},"items":[{"uid":"f06f9e11d978053f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f06f9e11d978053f","status":"passed","time":{"start":1707777859860,"stop":1707777859861,"duration":1}},{"uid":"7cdcb7916c38ffbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cdcb7916c38ffbb","status":"passed","time":{"start":1707775133680,"stop":1707775133680,"duration":0}},{"uid":"9551db6fd48f77e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9551db6fd48f77e9","status":"passed","time":{"start":1707774942685,"stop":1707774942685,"duration":0}},{"uid":"e593e5d6690c2a0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e593e5d6690c2a0f","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1}},{"uid":"7d1f51f963d9bd5e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d1f51f963d9bd5e","status":"passed","time":{"start":1707769735049,"stop":1707769735049,"duration":0}},{"uid":"d489e7740b06280f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d489e7740b06280f","status":"passed","time":{"start":1707759831204,"stop":1707759831209,"duration":5}},{"uid":"8c397bced0ec35a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c397bced0ec35a0","status":"passed","time":{"start":1707757528838,"stop":1707757528838,"duration":0}},{"uid":"640c93d52fb6b399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640c93d52fb6b399","status":"passed","time":{"start":1707756157297,"stop":1707756157298,"duration":1}},{"uid":"ea06d66e8771ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea06d66e8771ad","status":"passed","time":{"start":1707753578478,"stop":1707753578478,"duration":0}},{"uid":"549ad28582c0929b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/549ad28582c0929b","status":"passed","time":{"start":1707753307900,"stop":1707753307900,"duration":0}},{"uid":"e86ebec4cd47581e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86ebec4cd47581e","status":"passed","time":{"start":1707750703130,"stop":1707750703141,"duration":11}},{"uid":"297ce5540222e82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/297ce5540222e82a","status":"passed","time":{"start":1707736629980,"stop":1707736629980,"duration":0}},{"uid":"90cf868a957c11a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/90cf868a957c11a1","status":"passed","time":{"start":1707735809093,"stop":1707735809099,"duration":6}}]},"tags":[]},"source":"ac6102300e250736.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/13a6b717ad1eddc4.json b/6406/data/test-cases/ac6ec4df665953a3.json similarity index 83% rename from 6379/data/test-cases/13a6b717ad1eddc4.json rename to 6406/data/test-cases/ac6ec4df665953a3.json index 7fc226aa020..e3895b085da 100644 --- a/6379/data/test-cases/13a6b717ad1eddc4.json +++ b/6406/data/test-cases/ac6ec4df665953a3.json @@ -1 +1 @@ -{"uid":"13a6b717ad1eddc4","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":1707419289510,"stop":1707419289510,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"af7a4e0d5398de54","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/af7a4e0d5398de54","status":"passed","time":{"start":1707418535550,"stop":1707418535550,"duration":0}},{"uid":"2f3af24474cf47bd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2f3af24474cf47bd","status":"passed","time":{"start":1707418482226,"stop":1707418482226,"duration":0}},{"uid":"a4e633f6ce8741ca","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a4e633f6ce8741ca","status":"passed","time":{"start":1707412863491,"stop":1707412863491,"duration":0}},{"uid":"e23763b65a283e2f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e23763b65a283e2f","status":"passed","time":{"start":1707411338662,"stop":1707411338662,"duration":0}},{"uid":"fcaaf4838fb93122","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fcaaf4838fb93122","status":"passed","time":{"start":1707409792240,"stop":1707409792240,"duration":0}},{"uid":"7c1bcd25b754696b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7c1bcd25b754696b","status":"passed","time":{"start":1707409177764,"stop":1707409177764,"duration":0}},{"uid":"dcf7b892fe1719ef","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/dcf7b892fe1719ef","status":"passed","time":{"start":1707409135098,"stop":1707409135098,"duration":0}},{"uid":"2687fc5a7855a8bb","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2687fc5a7855a8bb","status":"passed","time":{"start":1707408664033,"stop":1707408664033,"duration":0}},{"uid":"21a0f543019724a5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/21a0f543019724a5","status":"passed","time":{"start":1707407736519,"stop":1707407736520,"duration":1}},{"uid":"bf07e1b5f8018c17","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/bf07e1b5f8018c17","status":"passed","time":{"start":1707407618238,"stop":1707407618238,"duration":0}},{"uid":"1e35bbea9a69c131","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1e35bbea9a69c131","status":"passed","time":{"start":1707404537730,"stop":1707404537731,"duration":1}},{"uid":"64a18f183bf752df","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/64a18f183bf752df","status":"passed","time":{"start":1707375978553,"stop":1707375978563,"duration":10}},{"uid":"dab3ee21a015af1c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/dab3ee21a015af1c","status":"passed","time":{"start":1707373245367,"stop":1707373245367,"duration":0}},{"uid":"48bfd42e7205e5c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/48bfd42e7205e5c8","status":"passed","time":{"start":1707359448675,"stop":1707359448676,"duration":1}},{"uid":"b9b40d2bfba23708","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b9b40d2bfba23708","status":"passed","time":{"start":1707358197195,"stop":1707358197195,"duration":0}},{"uid":"ca7b17ee970d5114","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ca7b17ee970d5114","status":"passed","time":{"start":1707357226636,"stop":1707357226636,"duration":0}},{"uid":"374caf56329cdf5d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/374caf56329cdf5d","status":"passed","time":{"start":1707355477321,"stop":1707355477322,"duration":1}}]},"tags":[]},"source":"13a6b717ad1eddc4.json","parameterValues":[]} \ No newline at end of file +{"uid":"ac6ec4df665953a3","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":1707793446748,"stop":1707793446748,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"f8a8cbff062b4368","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8a8cbff062b4368","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"edfaf5992f643196","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/edfaf5992f643196","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"3cc63b15daf08789","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3cc63b15daf08789","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"a56a7947f3c96ab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a56a7947f3c96ab7","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"3ce18e57c3a37d98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3ce18e57c3a37d98","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"14bc6f56a106b2c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/14bc6f56a106b2c2","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"73d4fbc38e2ec54b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/73d4fbc38e2ec54b","status":"passed","time":{"start":1707758004335,"stop":1707758004335,"duration":0}},{"uid":"79ee904be6579aea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ee904be6579aea","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"d3b8494da9bf4876","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3b8494da9bf4876","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"9de13a1359284a75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9de13a1359284a75","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"805b429f962228c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/805b429f962228c","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ba379cc30543b7f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba379cc30543b7f9","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"79149912f38f3f25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79149912f38f3f25","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"tags":[]},"source":"ac6ec4df665953a3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ace052899b94700e.json b/6406/data/test-cases/ace052899b94700e.json new file mode 100644 index 00000000000..e2e3f78c5ed --- /dev/null +++ b/6406/data/test-cases/ace052899b94700e.json @@ -0,0 +1 @@ +{"uid":"ace052899b94700e","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":1707792800815,"stop":1707792800815,"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":14,"unknown":0,"total":14},"items":[{"uid":"9dbb438f65f38498","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dbb438f65f38498","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"713ffaa1ff72fc0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/713ffaa1ff72fc0a","status":"passed","time":{"start":1707775026266,"stop":1707775026267,"duration":1}},{"uid":"8e4a1f84821a45e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e4a1f84821a45e7","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"301229a25d574c70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/301229a25d574c70","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"f0ee06ab638e2df5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f0ee06ab638e2df5","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"7bdcc48794c37c67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bdcc48794c37c67","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"fb2543bb0a472264","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb2543bb0a472264","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"17cd1d3c689cfbd5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17cd1d3c689cfbd5","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"50937429a8d3670f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/50937429a8d3670f","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"2bdcf706734ab727","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2bdcf706734ab727","status":"passed","time":{"start":1707753193783,"stop":1707753193784,"duration":1}},{"uid":"43bf8c953e64bbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43bf8c953e64bbc9","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"20d3a0006f4a0e24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20d3a0006f4a0e24","status":"passed","time":{"start":1707736511738,"stop":1707736511739,"duration":1}},{"uid":"9ecac4cbcf751465","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ecac4cbcf751465","status":"passed","time":{"start":1707735693126,"stop":1707735693126,"duration":0}}]},"tags":[]},"source":"ace052899b94700e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ad273d060d8ab4cd.json b/6406/data/test-cases/ad273d060d8ab4cd.json new file mode 100644 index 00000000000..d93f7c81ecc --- /dev/null +++ b/6406/data/test-cases/ad273d060d8ab4cd.json @@ -0,0 +1 @@ +{"uid":"ad273d060d8ab4cd","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":1707793012486,"stop":1707793012491,"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=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":14,"unknown":0,"total":14},"items":[{"uid":"545e928251a561fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/545e928251a561fd","status":"passed","time":{"start":1707777977667,"stop":1707777977668,"duration":1}},{"uid":"f225b9623210bf2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f225b9623210bf2c","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"8aefbec23a36b3c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8aefbec23a36b3c0","status":"passed","time":{"start":1707775082020,"stop":1707775082021,"duration":1}},{"uid":"1b94c2c751d113d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b94c2c751d113d8","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0}},{"uid":"a02d9281da89cbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a02d9281da89cbca","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"7e659204447bcfc0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7e659204447bcfc0","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"a9ea726767b56a4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a9ea726767b56a4a","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"4faab1bcf60eeee5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4faab1bcf60eeee5","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"7cfe9fdab2007655","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cfe9fdab2007655","status":"passed","time":{"start":1707753651171,"stop":1707753651171,"duration":0}},{"uid":"49117e22441e655","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49117e22441e655","status":"passed","time":{"start":1707753409588,"stop":1707753409588,"duration":0}},{"uid":"5b50f24994475b78","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5b50f24994475b78","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"e8f11cc8d128a4ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e8f11cc8d128a4ef","status":"passed","time":{"start":1707736708331,"stop":1707736708331,"duration":0}},{"uid":"997794a5880b3f5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/997794a5880b3f5b","status":"passed","time":{"start":1707735914387,"stop":1707735914388,"duration":1}}]},"tags":[]},"source":"ad273d060d8ab4cd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/227405b21a4c881b.json b/6406/data/test-cases/ae0fad737c4c0b89.json similarity index 87% rename from 6379/data/test-cases/227405b21a4c881b.json rename to 6406/data/test-cases/ae0fad737c4c0b89.json index 9bf9afba757..03340ba7ecb 100644 --- a/6379/data/test-cases/227405b21a4c881b.json +++ b/6406/data/test-cases/ae0fad737c4c0b89.json @@ -1 +1 @@ -{"uid":"227405b21a4c881b","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":1707419247766,"stop":1707419247766,"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":17,"unknown":0,"total":17},"items":[{"uid":"85d52cc6491f391b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/85d52cc6491f391b","status":"passed","time":{"start":1707418479325,"stop":1707418479325,"duration":0}},{"uid":"f7327c702d67a144","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f7327c702d67a144","status":"passed","time":{"start":1707418420772,"stop":1707418420773,"duration":1}},{"uid":"5a8bfa9a000852d6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5a8bfa9a000852d6","status":"passed","time":{"start":1707412716420,"stop":1707412716421,"duration":1}},{"uid":"6cd23c233f894459","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6cd23c233f894459","status":"passed","time":{"start":1707411275189,"stop":1707411275191,"duration":2}},{"uid":"e3ce012cce8dbb0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e3ce012cce8dbb0","status":"passed","time":{"start":1707409745052,"stop":1707409745053,"duration":1}},{"uid":"16d237f4792a1288","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/16d237f4792a1288","status":"passed","time":{"start":1707409135314,"stop":1707409135314,"duration":0}},{"uid":"921a17555a01e149","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/921a17555a01e149","status":"passed","time":{"start":1707409077120,"stop":1707409077120,"duration":0}},{"uid":"42878bdc53bf3774","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/42878bdc53bf3774","status":"passed","time":{"start":1707408618350,"stop":1707408618350,"duration":0}},{"uid":"bb45ef63f5abe1d6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bb45ef63f5abe1d6","status":"passed","time":{"start":1707407695586,"stop":1707407695587,"duration":1}},{"uid":"dfc86f255858bb82","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/dfc86f255858bb82","status":"passed","time":{"start":1707407563828,"stop":1707407563829,"duration":1}},{"uid":"d5ecd5843292f56b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d5ecd5843292f56b","status":"passed","time":{"start":1707404565393,"stop":1707404565393,"duration":0}},{"uid":"bd7b51ae5d3befed","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bd7b51ae5d3befed","status":"passed","time":{"start":1707376005057,"stop":1707376005057,"duration":0}},{"uid":"29786b925e7b8ff7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/29786b925e7b8ff7","status":"passed","time":{"start":1707373209921,"stop":1707373209922,"duration":1}},{"uid":"ad800f1e9b186d33","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ad800f1e9b186d33","status":"passed","time":{"start":1707359407149,"stop":1707359407149,"duration":0}},{"uid":"45cd0c44b146e466","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/45cd0c44b146e466","status":"passed","time":{"start":1707358162764,"stop":1707358162765,"duration":1}},{"uid":"7c5e219aefe12191","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7c5e219aefe12191","status":"passed","time":{"start":1707355687977,"stop":1707355687978,"duration":1}}]},"tags":[]},"source":"227405b21a4c881b.json","parameterValues":[]} \ No newline at end of file +{"uid":"ae0fad737c4c0b89","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":1707793370625,"stop":1707793370625,"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":13,"unknown":0,"total":13},"items":[{"uid":"b1fea6055c94d2d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1fea6055c94d2d","status":"passed","time":{"start":1707778386473,"stop":1707778386474,"duration":1}},{"uid":"db74b286839dc5bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/db74b286839dc5bb","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"a12fc426de4f8a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a12fc426de4f8a9e","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"ea7686ce0c87fe97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea7686ce0c87fe97","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"32a23b972e3dd436","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32a23b972e3dd436","status":"passed","time":{"start":1707770208540,"stop":1707770208541,"duration":1}},{"uid":"8a40fc48e207c47d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8a40fc48e207c47d","status":"passed","time":{"start":1707760335939,"stop":1707760335940,"duration":1}},{"uid":"febbf94f66caabb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/febbf94f66caabb","status":"passed","time":{"start":1707758023527,"stop":1707758023527,"duration":0}},{"uid":"6f25af2fc46917b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f25af2fc46917b1","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"2cdce50320416c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2cdce50320416c7","status":"passed","time":{"start":1707753837160,"stop":1707753837161,"duration":1}},{"uid":"2b90608c5de81ba0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b90608c5de81ba0","status":"passed","time":{"start":1707751136278,"stop":1707751136279,"duration":1}},{"uid":"f9da68a169dca544","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9da68a169dca544","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"f71b9bd8a16429ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f71b9bd8a16429ac","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"tags":[]},"source":"ae0fad737c4c0b89.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ae41c5920a30cd3e.json b/6406/data/test-cases/ae41c5920a30cd3e.json new file mode 100644 index 00000000000..a5a15c05f98 --- /dev/null +++ b/6406/data/test-cases/ae41c5920a30cd3e.json @@ -0,0 +1 @@ +{"uid":"ae41c5920a30cd3e","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":1707793012514,"stop":1707793012514,"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":14,"unknown":0,"total":14},"items":[{"uid":"dc8cbac83d19e8d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc8cbac83d19e8d3","status":"passed","time":{"start":1707777977674,"stop":1707777977675,"duration":1}},{"uid":"538dca336f2897ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/538dca336f2897ce","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"2ae874be3c8087be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2ae874be3c8087be","status":"passed","time":{"start":1707775082035,"stop":1707775082036,"duration":1}},{"uid":"17ae69826e4e109c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17ae69826e4e109c","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"4daca129cef2bed0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4daca129cef2bed0","status":"passed","time":{"start":1707769841911,"stop":1707769841912,"duration":1}},{"uid":"acc63f676652be78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acc63f676652be78","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"3088fb93aa86b418","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3088fb93aa86b418","status":"passed","time":{"start":1707757624891,"stop":1707757624892,"duration":1}},{"uid":"22b9b15eecab061","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/22b9b15eecab061","status":"passed","time":{"start":1707756261844,"stop":1707756261845,"duration":1}},{"uid":"799b450313d32210","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/799b450313d32210","status":"passed","time":{"start":1707753651191,"stop":1707753651192,"duration":1}},{"uid":"a7aed392c1344a79","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7aed392c1344a79","status":"passed","time":{"start":1707753409609,"stop":1707753409610,"duration":1}},{"uid":"581c49712a1e4f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/581c49712a1e4f55","status":"passed","time":{"start":1707750722059,"stop":1707750722060,"duration":1}},{"uid":"85c27812274830d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85c27812274830d3","status":"passed","time":{"start":1707736708338,"stop":1707736708339,"duration":1}},{"uid":"9c339e3daddc3bd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c339e3daddc3bd","status":"passed","time":{"start":1707735914399,"stop":1707735914400,"duration":1}}]},"tags":[]},"source":"ae41c5920a30cd3e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/aec9b4068c9a6b45.json b/6406/data/test-cases/aec9b4068c9a6b45.json new file mode 100644 index 00000000000..8a999bfec6a --- /dev/null +++ b/6406/data/test-cases/aec9b4068c9a6b45.json @@ -0,0 +1 @@ +{"uid":"aec9b4068c9a6b45","name":"Relay","fullName":"/tests/enr.node.spec.ts: ENR Interop: ServiceNode > Relay","historyId":"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792848725,"stop":1707792848725,"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":14,"unknown":0,"total":14},"items":[{"uid":"d36bbdd5abbf0a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d36bbdd5abbf0a82","status":"passed","time":{"start":1707777797859,"stop":1707777797859,"duration":0}},{"uid":"1513836ca9e7e4f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1513836ca9e7e4f2","status":"passed","time":{"start":1707775073183,"stop":1707775073184,"duration":1}},{"uid":"4411ea8f17bdcaf2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4411ea8f17bdcaf2","status":"passed","time":{"start":1707774873943,"stop":1707774873943,"duration":0}},{"uid":"a9e2a946fd3c6961","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9e2a946fd3c6961","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0}},{"uid":"4dfc7c3fde61e7d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4dfc7c3fde61e7d9","status":"passed","time":{"start":1707769676600,"stop":1707769676600,"duration":0}},{"uid":"3a5e413c3afefbc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a5e413c3afefbc8","status":"passed","time":{"start":1707759771253,"stop":1707759771253,"duration":0}},{"uid":"d59f26be4e971fdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d59f26be4e971fdb","status":"passed","time":{"start":1707757466737,"stop":1707757466739,"duration":2}},{"uid":"d834785ba10bd63c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d834785ba10bd63c","status":"passed","time":{"start":1707756093995,"stop":1707756093995,"duration":0}},{"uid":"3a920f1a4f84bce8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a920f1a4f84bce8","status":"passed","time":{"start":1707753514640,"stop":1707753514641,"duration":1}},{"uid":"3f9bbc25dc31ebfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3f9bbc25dc31ebfe","status":"passed","time":{"start":1707753243676,"stop":1707753243676,"duration":0}},{"uid":"797cccebf3dfa676","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/797cccebf3dfa676","status":"passed","time":{"start":1707750640094,"stop":1707750640095,"duration":1}},{"uid":"b818584bb943f2f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b818584bb943f2f4","status":"passed","time":{"start":1707736561994,"stop":1707736561995,"duration":1}},{"uid":"5a8d3b896250357b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5a8d3b896250357b","status":"passed","time":{"start":1707735744192,"stop":1707735744192,"duration":0}}]},"tags":[]},"source":"aec9b4068c9a6b45.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/78a1ccfa58226b40.json b/6406/data/test-cases/af3ab777ee12eea1.json similarity index 81% rename from 6379/data/test-cases/78a1ccfa58226b40.json rename to 6406/data/test-cases/af3ab777ee12eea1.json index 3552d17109d..0f0d36dcd95 100644 --- a/6379/data/test-cases/78a1ccfa58226b40.json +++ b/6406/data/test-cases/af3ab777ee12eea1.json @@ -1 +1 @@ -{"uid":"78a1ccfa58226b40","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":1707419181390,"stop":1707419181391,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"6d43cd2ef260f75","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6d43cd2ef260f75","status":"passed","time":{"start":1707418419709,"stop":1707418419710,"duration":1}},{"uid":"7e35fd3cd60f2967","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7e35fd3cd60f2967","status":"passed","time":{"start":1707418388434,"stop":1707418388434,"duration":0}},{"uid":"3498b6da998824b7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3498b6da998824b7","status":"passed","time":{"start":1707412796108,"stop":1707412796108,"duration":0}},{"uid":"351c8edd006963a3","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/351c8edd006963a3","status":"passed","time":{"start":1707411256041,"stop":1707411256042,"duration":1}},{"uid":"6d80f1b7422e9442","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6d80f1b7422e9442","status":"passed","time":{"start":1707409690298,"stop":1707409690299,"duration":1}},{"uid":"abf0702d2b5f1a4f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/abf0702d2b5f1a4f","status":"passed","time":{"start":1707409095912,"stop":1707409095912,"duration":0}},{"uid":"54f33983640fa42a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/54f33983640fa42a","status":"passed","time":{"start":1707409032373,"stop":1707409032373,"duration":0}},{"uid":"ed9496005d93d519","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ed9496005d93d519","status":"passed","time":{"start":1707408574204,"stop":1707408574215,"duration":11}},{"uid":"fb2ea9484de8a764","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fb2ea9484de8a764","status":"passed","time":{"start":1707407633837,"stop":1707407633837,"duration":0}},{"uid":"919ecf5105dabbb3","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/919ecf5105dabbb3","status":"passed","time":{"start":1707407545207,"stop":1707407545207,"duration":0}},{"uid":"3c68c6397a6b01c4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3c68c6397a6b01c4","status":"passed","time":{"start":1707404532388,"stop":1707404532389,"duration":1}},{"uid":"d261367dc85be72a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d261367dc85be72a","status":"passed","time":{"start":1707375958745,"stop":1707375958745,"duration":0}},{"uid":"4d24de2c800eca7b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4d24de2c800eca7b","status":"passed","time":{"start":1707373157734,"stop":1707373157734,"duration":0}},{"uid":"b195694e7f518852","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b195694e7f518852","status":"passed","time":{"start":1707359355940,"stop":1707359355951,"duration":11}},{"uid":"388673534ce0dcdb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/388673534ce0dcdb","status":"passed","time":{"start":1707358094656,"stop":1707358094657,"duration":1}},{"uid":"a4ecd806af082970","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a4ecd806af082970","status":"passed","time":{"start":1707357164906,"stop":1707357164907,"duration":1}},{"uid":"ae9fabfa82acc61b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ae9fabfa82acc61b","status":"passed","time":{"start":1707355248765,"stop":1707355248766,"duration":1}}]},"tags":[]},"source":"78a1ccfa58226b40.json","parameterValues":[]} \ No newline at end of file +{"uid":"af3ab777ee12eea1","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":1707793371095,"stop":1707793371095,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"831b6b90733719b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/831b6b90733719b3","status":"passed","time":{"start":1707778338832,"stop":1707778338832,"duration":0}},{"uid":"7c160cdcd23c4451","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c160cdcd23c4451","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"46cfe13cf820d1a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/46cfe13cf820d1a4","status":"passed","time":{"start":1707775390220,"stop":1707775390221,"duration":1}},{"uid":"4d56a4d7f980e263","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d56a4d7f980e263","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1}},{"uid":"418d5941f4b83cb9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/418d5941f4b83cb9","status":"passed","time":{"start":1707760301800,"stop":1707760301800,"duration":0}},{"uid":"fc372a45a896bbcf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc372a45a896bbcf","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"88e46529b8b10d07","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88e46529b8b10d07","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"c6101655c43ea731","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6101655c43ea731","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"48fdd762cbe2c555","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/48fdd762cbe2c555","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"ef2396ff56dbdcfd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ef2396ff56dbdcfd","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"dd95487bfce22938","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd95487bfce22938","status":"passed","time":{"start":1707737091296,"stop":1707737091296,"duration":0}},{"uid":"b688e9dc8ff36aac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b688e9dc8ff36aac","status":"passed","time":{"start":1707736260115,"stop":1707736260116,"duration":1}}]},"tags":[]},"source":"af3ab777ee12eea1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/407407a107c75931.json b/6406/data/test-cases/af7b86863ae24a4d.json similarity index 80% rename from 6379/data/test-cases/407407a107c75931.json rename to 6406/data/test-cases/af7b86863ae24a4d.json index 066e37e16b9..c76de32c4c3 100644 --- a/6379/data/test-cases/407407a107c75931.json +++ b/6406/data/test-cases/af7b86863ae24a4d.json @@ -1 +1 @@ -{"uid":"407407a107c75931","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":1707418841937,"stop":1707418841937,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"24e91c99421678bd","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/24e91c99421678bd","status":"passed","time":{"start":1707418071898,"stop":1707418071898,"duration":0}},{"uid":"7ff5df14eabce8cf","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7ff5df14eabce8cf","status":"passed","time":{"start":1707418027862,"stop":1707418027863,"duration":1}},{"uid":"93949a760c4c8f41","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/93949a760c4c8f41","status":"passed","time":{"start":1707412447290,"stop":1707412447291,"duration":1}},{"uid":"398657ca5efaf9af","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/398657ca5efaf9af","status":"passed","time":{"start":1707410887024,"stop":1707410887024,"duration":0}},{"uid":"4ed1306862182833","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4ed1306862182833","status":"passed","time":{"start":1707409360832,"stop":1707409360832,"duration":0}},{"uid":"41a756eaafa0b8d2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/41a756eaafa0b8d2","status":"passed","time":{"start":1707408754550,"stop":1707408754550,"duration":0}},{"uid":"e87bd80f19bbb6ac","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e87bd80f19bbb6ac","status":"passed","time":{"start":1707408697993,"stop":1707408697993,"duration":0}},{"uid":"b35dc0e7c49eb660","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b35dc0e7c49eb660","status":"passed","time":{"start":1707408233030,"stop":1707408233035,"duration":5}},{"uid":"3fa2bc561d900223","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3fa2bc561d900223","status":"passed","time":{"start":1707407282974,"stop":1707407282975,"duration":1}},{"uid":"731fde129a2fd1e3","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/731fde129a2fd1e3","status":"passed","time":{"start":1707407158623,"stop":1707407158623,"duration":0}},{"uid":"99a0e69153c11a18","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/99a0e69153c11a18","status":"passed","time":{"start":1707404183591,"stop":1707404183595,"duration":4}},{"uid":"fd8d23b9b57ae362","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fd8d23b9b57ae362","status":"passed","time":{"start":1707375605079,"stop":1707375605081,"duration":2}},{"uid":"1b532aacfa43908d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1b532aacfa43908d","status":"passed","time":{"start":1707372815506,"stop":1707372815507,"duration":1}},{"uid":"aae0740da2e3c8e6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/aae0740da2e3c8e6","status":"passed","time":{"start":1707358982993,"stop":1707358982994,"duration":1}},{"uid":"a438d955f474ff72","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a438d955f474ff72","status":"passed","time":{"start":1707357747307,"stop":1707357747307,"duration":0}},{"uid":"2f397c94bdb20fb7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2f397c94bdb20fb7","status":"passed","time":{"start":1707356855804,"stop":1707356855804,"duration":0}},{"uid":"ae4d658fd4086971","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ae4d658fd4086971","status":"passed","time":{"start":1707354894913,"stop":1707354894935,"duration":22}}]},"tags":[]},"source":"407407a107c75931.json","parameterValues":[]} \ No newline at end of file +{"uid":"af7b86863ae24a4d","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":1707793028279,"stop":1707793028279,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"660cf6d71f63269","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/660cf6d71f63269","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"324d8c34f98ba4e4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/324d8c34f98ba4e4","status":"passed","time":{"start":1707775244529,"stop":1707775244530,"duration":1}},{"uid":"944c89c59b52bdf0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/944c89c59b52bdf0","status":"passed","time":{"start":1707775050818,"stop":1707775050818,"duration":0}},{"uid":"9fc3324693f6b8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc3324693f6b8b","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1}},{"uid":"af0870dad2f7cf1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af0870dad2f7cf1c","status":"passed","time":{"start":1707769843144,"stop":1707769843144,"duration":0}},{"uid":"9990dbcbeff64003","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9990dbcbeff64003","status":"passed","time":{"start":1707759965199,"stop":1707759965201,"duration":2}},{"uid":"e979daaa290aa8a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e979daaa290aa8a4","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"c4787055fbabd6ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c4787055fbabd6ad","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"f7d4efffc4921b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d4efffc4921b8","status":"passed","time":{"start":1707753668067,"stop":1707753668067,"duration":0}},{"uid":"8450c4b535e1d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8450c4b535e1d02","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"fef7f6893961ac6f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fef7f6893961ac6f","status":"passed","time":{"start":1707750796031,"stop":1707750796031,"duration":0}},{"uid":"629db3f9cc776c35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/629db3f9cc776c35","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"ffbe3e541c5fefc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffbe3e541c5fefc3","status":"passed","time":{"start":1707735912119,"stop":1707735912120,"duration":1}}]},"tags":[]},"source":"af7b86863ae24a4d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/af9303569125bf3b.json b/6406/data/test-cases/af9303569125bf3b.json new file mode 100644 index 00000000000..e6be0172436 --- /dev/null +++ b/6406/data/test-cases/af9303569125bf3b.json @@ -0,0 +1 @@ +{"uid":"af9303569125bf3b","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":1707792958828,"stop":1707792958829,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"895486c7b1dba545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/895486c7b1dba545","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"d5540abd31ba2e09","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d5540abd31ba2e09","status":"passed","time":{"start":1707775275743,"stop":1707775275744,"duration":1}},{"uid":"def0b35f8b33b23b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/def0b35f8b33b23b","status":"passed","time":{"start":1707775085876,"stop":1707775085876,"duration":0}},{"uid":"6f7462475adab8b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6f7462475adab8b6","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2}},{"uid":"693e0ed7696c003c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/693e0ed7696c003c","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"e3655b3e11d6aced","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3655b3e11d6aced","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"6814339c21d8d2c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6814339c21d8d2c7","status":"passed","time":{"start":1707757676034,"stop":1707757676035,"duration":1}},{"uid":"b25fc582255ebbd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25fc582255ebbd9","status":"passed","time":{"start":1707756304421,"stop":1707756304421,"duration":0}},{"uid":"24ffb1a93d14cd1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24ffb1a93d14cd1","status":"passed","time":{"start":1707753713234,"stop":1707753713234,"duration":0}},{"uid":"9896146d298fa994","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9896146d298fa994","status":"passed","time":{"start":1707753448081,"stop":1707753448082,"duration":1}},{"uid":"9cb7846f6a809594","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9cb7846f6a809594","status":"passed","time":{"start":1707750840029,"stop":1707750840030,"duration":1}},{"uid":"bb82836ded0b4c15","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb82836ded0b4c15","status":"passed","time":{"start":1707736764994,"stop":1707736764995,"duration":1}},{"uid":"c16ab98d5bbd1ded","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c16ab98d5bbd1ded","status":"passed","time":{"start":1707735955218,"stop":1707735955219,"duration":1}}]},"tags":[]},"source":"af9303569125bf3b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/af93167741a1b462.json b/6406/data/test-cases/af93167741a1b462.json new file mode 100644 index 00000000000..a372595319a --- /dev/null +++ b/6406/data/test-cases/af93167741a1b462.json @@ -0,0 +1 @@ +{"uid":"af93167741a1b462","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":1707792907229,"stop":1707792907229,"duration":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},{"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},{"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":14,"unknown":0,"total":14},"items":[{"uid":"6f867737374b796b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f867737374b796b","status":"passed","time":{"start":1707777859852,"stop":1707777859852,"duration":0}},{"uid":"ad87b9fa0b77e5c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad87b9fa0b77e5c5","status":"passed","time":{"start":1707775133664,"stop":1707775133665,"duration":1}},{"uid":"5232b7476f81303d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5232b7476f81303d","status":"passed","time":{"start":1707774942679,"stop":1707774942680,"duration":1}},{"uid":"de15dd81c4859513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de15dd81c4859513","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"duration":1}},{"uid":"b8ce605e817911e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce605e817911e7","status":"passed","time":{"start":1707769735031,"stop":1707769735032,"duration":1}},{"uid":"73bb5cd224bacbb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/73bb5cd224bacbb5","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"9fdcdb118d328c78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9fdcdb118d328c78","status":"passed","time":{"start":1707757528819,"stop":1707757528819,"duration":0}},{"uid":"69f0650cfb4f1747","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69f0650cfb4f1747","status":"passed","time":{"start":1707756157289,"stop":1707756157289,"duration":0}},{"uid":"22c457ecd2562f5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22c457ecd2562f5c","status":"passed","time":{"start":1707753578469,"stop":1707753578469,"duration":0}},{"uid":"b86e11b5436ad592","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b86e11b5436ad592","status":"passed","time":{"start":1707753307893,"stop":1707753307893,"duration":0}},{"uid":"96cfe6cbc66bf8db","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96cfe6cbc66bf8db","status":"passed","time":{"start":1707750703125,"stop":1707750703125,"duration":0}},{"uid":"85b69220b8f46f0b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85b69220b8f46f0b","status":"passed","time":{"start":1707736629966,"stop":1707736629967,"duration":1}},{"uid":"4e9cb04b603af7c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e9cb04b603af7c1","status":"passed","time":{"start":1707735809086,"stop":1707735809087,"duration":1}}]},"tags":[]},"source":"af93167741a1b462.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/589da321f046007b.json b/6406/data/test-cases/afde80010714f188.json similarity index 82% rename from 6379/data/test-cases/589da321f046007b.json rename to 6406/data/test-cases/afde80010714f188.json index 1db244f52eb..eff06d558e6 100644 --- a/6379/data/test-cases/589da321f046007b.json +++ b/6406/data/test-cases/afde80010714f188.json @@ -1 +1 @@ -{"uid":"589da321f046007b","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":1707419289507,"stop":1707419289507,"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: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"2b9a9515d6f7b097","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2b9a9515d6f7b097","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418535548,"stop":1707418535549,"duration":1}},{"uid":"57efd99907ce0a57","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/57efd99907ce0a57","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418482224,"stop":1707418482224,"duration":0}},{"uid":"7f4a04c136671ba6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7f4a04c136671ba6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412863489,"stop":1707412863489,"duration":0}},{"uid":"e11a1730eecf402d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e11a1730eecf402d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411338660,"stop":1707411338661,"duration":1}},{"uid":"ba0aa1adf7704114","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ba0aa1adf7704114","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409792238,"stop":1707409792238,"duration":0}},{"uid":"67e9b3c7bbb5af4a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/67e9b3c7bbb5af4a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409177761,"stop":1707409177762,"duration":1}},{"uid":"9128b86f81406b03","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9128b86f81406b03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409135096,"stop":1707409135096,"duration":0}},{"uid":"9a61875c01087af3","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9a61875c01087af3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408664031,"stop":1707408664031,"duration":0}},{"uid":"93c7f1d81e6e50a7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93c7f1d81e6e50a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407736517,"stop":1707407736517,"duration":0}},{"uid":"32ea5d5470558756","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/32ea5d5470558756","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407618236,"stop":1707407618236,"duration":0}},{"uid":"1faa64c05c9b7b42","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1faa64c05c9b7b42","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404537723,"stop":1707404537723,"duration":0}},{"uid":"1011d72820da72eb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1011d72820da72eb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375978549,"stop":1707375978549,"duration":0}},{"uid":"235b51226ff40797","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/235b51226ff40797","status":"skipped","statusDetails":"Test ignored","time":{"start":1707373245364,"stop":1707373245365,"duration":1}},{"uid":"bbb95e63661a1936","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bbb95e63661a1936","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359448674,"stop":1707359448674,"duration":0}},{"uid":"9361070b3d190dd0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9361070b3d190dd0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358197193,"stop":1707358197193,"duration":0}},{"uid":"9f0bed5c71e6c388","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9f0bed5c71e6c388","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357226635,"stop":1707357226635,"duration":0}},{"uid":"7313a3c2ec8385fe","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7313a3c2ec8385fe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355477318,"stop":1707355477319,"duration":1}}]},"tags":[]},"source":"589da321f046007b.json","parameterValues":[]} \ No newline at end of file +{"uid":"afde80010714f188","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":1707793446746,"stop":1707793446746,"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: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"b037d3bc639cf264","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b037d3bc639cf264","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"d932a12d5152d50e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d932a12d5152d50e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685032,"stop":1707775685032,"duration":0}},{"uid":"f2a8aba7390e2a8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f2a8aba7390e2a8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494282,"stop":1707775494282,"duration":0}},{"uid":"c92a0c4de57afa5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c92a0c4de57afa5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424183,"stop":1707770424184,"duration":1}},{"uid":"15ef69edb646c51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15ef69edb646c51","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"36c0d2f64feed5cc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36c0d2f64feed5cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"8003da8e7dcfab4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8003da8e7dcfab4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"eb60583b0c022185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb60583b0c022185","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690167,"stop":1707756690167,"duration":0}},{"uid":"11eff0fbd958c26c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11eff0fbd958c26c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051791,"stop":1707754051792,"duration":1}},{"uid":"49da4444b9e2ac24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49da4444b9e2ac24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"4d3e127fe40f7025","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d3e127fe40f7025","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"b48e5b33eb890b27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b48e5b33eb890b27","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"e25ea644d0945855","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e25ea644d0945855","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"tags":[]},"source":"afde80010714f188.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b00e6777e6e3bb77.json b/6406/data/test-cases/b00e6777e6e3bb77.json new file mode 100644 index 00000000000..d01aaefab4b --- /dev/null +++ b/6406/data/test-cases/b00e6777e6e3bb77.json @@ -0,0 +1 @@ +{"uid":"b00e6777e6e3bb77","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":1707793012466,"stop":1707793012466,"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":14,"unknown":0,"total":14},"items":[{"uid":"569eb59f8356ea44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/569eb59f8356ea44","status":"passed","time":{"start":1707777977660,"stop":1707777977660,"duration":0}},{"uid":"31d13a9d4bf07e5d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31d13a9d4bf07e5d","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"e18394b19c8b06d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e18394b19c8b06d3","status":"passed","time":{"start":1707775082007,"stop":1707775082008,"duration":1}},{"uid":"a867c869c30d4eb0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a867c869c30d4eb0","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"duration":1}},{"uid":"a97a526b42e62327","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a97a526b42e62327","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"473d21e4f904d8b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/473d21e4f904d8b4","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"bbcbe08e2ae97c8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbcbe08e2ae97c8f","status":"passed","time":{"start":1707757624871,"stop":1707757624871,"duration":0}},{"uid":"db53da5e458d1b73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db53da5e458d1b73","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"7980e90ae6c5d61d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7980e90ae6c5d61d","status":"passed","time":{"start":1707753651140,"stop":1707753651140,"duration":0}},{"uid":"625df75fd0cc31fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/625df75fd0cc31fc","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"322ee344f625a6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/322ee344f625a6a","status":"passed","time":{"start":1707750722038,"stop":1707750722038,"duration":0}},{"uid":"dec5f92f14865ccb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dec5f92f14865ccb","status":"passed","time":{"start":1707736708319,"stop":1707736708320,"duration":1}},{"uid":"729a132a4b691630","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/729a132a4b691630","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"tags":[]},"source":"b00e6777e6e3bb77.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8a9c65bfcac44162.json b/6406/data/test-cases/b0c17f4440db5449.json similarity index 58% rename from 6379/data/test-cases/8a9c65bfcac44162.json rename to 6406/data/test-cases/b0c17f4440db5449.json index d0ee526386b..1517f73b4b8 100644 --- a/6379/data/test-cases/8a9c65bfcac44162.json +++ b/6406/data/test-cases/b0c17f4440db5449.json @@ -1 +1 @@ -{"uid":"8a9c65bfcac44162","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":1707419245418,"stop":1707419245418,"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":18,"unknown":0,"total":18},"items":[{"uid":"1de20bbc2eba622f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1de20bbc2eba622f","status":"passed","time":{"start":1707418481249,"stop":1707418481249,"duration":0}},{"uid":"26aaa36e165508be","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/26aaa36e165508be","status":"passed","time":{"start":1707418427432,"stop":1707418427432,"duration":0}},{"uid":"f4bdf8eb752dd6ed","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f4bdf8eb752dd6ed","status":"passed","time":{"start":1707412836877,"stop":1707412836877,"duration":0}},{"uid":"dae99b123d8fe233","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/dae99b123d8fe233","status":"passed","time":{"start":1707411293290,"stop":1707411293291,"duration":1}},{"uid":"f8f4bc2287258535","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f8f4bc2287258535","status":"passed","time":{"start":1707409757000,"stop":1707409757000,"duration":0}},{"uid":"981b771360383ae2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/981b771360383ae2","status":"passed","time":{"start":1707409144516,"stop":1707409144516,"duration":0}},{"uid":"5d9e6e7a9b1cfa26","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5d9e6e7a9b1cfa26","status":"passed","time":{"start":1707409099316,"stop":1707409099316,"duration":0}},{"uid":"3da104c1eb7b4367","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3da104c1eb7b4367","status":"passed","time":{"start":1707408627017,"stop":1707408627017,"duration":0}},{"uid":"d26ba25a77ba8b4b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d26ba25a77ba8b4b","status":"passed","time":{"start":1707407709877,"stop":1707407709878,"duration":1}},{"uid":"f061a9c03fcb25c7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f061a9c03fcb25c7","status":"passed","time":{"start":1707407595125,"stop":1707407595125,"duration":0}},{"uid":"2cc8bf893512d4cc","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2cc8bf893512d4cc","status":"passed","time":{"start":1707404568409,"stop":1707404568409,"duration":0}},{"uid":"f9b72ff485d6111","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f9b72ff485d6111","status":"passed","time":{"start":1707376005645,"stop":1707376005645,"duration":0}},{"uid":"ef860afd2ce14304","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ef860afd2ce14304","status":"passed","time":{"start":1707373217014,"stop":1707373217014,"duration":0}},{"uid":"c5983920aeccdf8d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c5983920aeccdf8d","status":"passed","time":{"start":1707359415818,"stop":1707359415818,"duration":0}},{"uid":"d75dae7d5a44e679","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d75dae7d5a44e679","status":"passed","time":{"start":1707358177350,"stop":1707358177350,"duration":0}},{"uid":"2857058279aeafa5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2857058279aeafa5","status":"passed","time":{"start":1707357159132,"stop":1707357159132,"duration":0}},{"uid":"d7ac4a1bb0de0bbb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d7ac4a1bb0de0bbb","status":"passed","time":{"start":1707355369497,"stop":1707355369497,"duration":0}}]},"tags":[]},"source":"8a9c65bfcac44162.json","parameterValues":[]} \ No newline at end of file +{"uid":"b0c17f4440db5449","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":1707793399647,"stop":1707793399647,"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":13,"unknown":0,"total":13},"items":[{"uid":"adb700bfe552336f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/adb700bfe552336f","status":"passed","time":{"start":1707778379764,"stop":1707778379764,"duration":0}},{"uid":"f7cfdb33e6fdcaec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7cfdb33e6fdcaec","status":"passed","time":{"start":1707775649288,"stop":1707775649288,"duration":0}},{"uid":"85054aed5e4ab878","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85054aed5e4ab878","status":"passed","time":{"start":1707775456622,"stop":1707775456623,"duration":1}},{"uid":"ed6da84c39ab5ef7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed6da84c39ab5ef7","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1}},{"uid":"e7d9d8fb10dacd07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7d9d8fb10dacd07","status":"passed","time":{"start":1707770165191,"stop":1707770165192,"duration":1}},{"uid":"87e1da8bb8240fd6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87e1da8bb8240fd6","status":"passed","time":{"start":1707760340809,"stop":1707760340810,"duration":1}},{"uid":"659f070582e45c36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/659f070582e45c36","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"6240b89647d7603","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6240b89647d7603","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"6d2678eff895046a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6d2678eff895046a","status":"passed","time":{"start":1707753824711,"stop":1707753824711,"duration":0}},{"uid":"3e2978b34dd9aa34","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e2978b34dd9aa34","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"6022d2da9f4f287a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6022d2da9f4f287a","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"ac3989e59e23f93c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ac3989e59e23f93c","status":"passed","time":{"start":1707736323082,"stop":1707736323082,"duration":0}}]},"tags":[]},"source":"b0c17f4440db5449.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/27a36f3e6cebf43d.json b/6406/data/test-cases/b0d6fb86326b041e.json similarity index 57% rename from 6379/data/test-cases/27a36f3e6cebf43d.json rename to 6406/data/test-cases/b0d6fb86326b041e.json index fc89df1c61e..ea628478179 100644 --- a/6379/data/test-cases/27a36f3e6cebf43d.json +++ b/6406/data/test-cases/b0d6fb86326b041e.json @@ -1 +1 @@ -{"uid":"27a36f3e6cebf43d","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419196129,"stop":1707419196129,"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":18,"unknown":0,"total":18},"items":[{"uid":"1bad953bbb0c7405","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1bad953bbb0c7405","status":"passed","time":{"start":1707418434562,"stop":1707418434562,"duration":0}},{"uid":"2ea21160e0635bee","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2ea21160e0635bee","status":"passed","time":{"start":1707418390043,"stop":1707418390044,"duration":1}},{"uid":"5633a92c697e12b1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5633a92c697e12b1","status":"passed","time":{"start":1707412777502,"stop":1707412777502,"duration":0}},{"uid":"5945cf73505a2137","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5945cf73505a2137","status":"passed","time":{"start":1707411235488,"stop":1707411235488,"duration":0}},{"uid":"7532beab2f59057e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7532beab2f59057e","status":"passed","time":{"start":1707409707307,"stop":1707409707308,"duration":1}},{"uid":"5fe01f57a770501b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5fe01f57a770501b","status":"passed","time":{"start":1707409096437,"stop":1707409096438,"duration":1}},{"uid":"d24460df540dc630","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d24460df540dc630","status":"passed","time":{"start":1707409057283,"stop":1707409057283,"duration":0}},{"uid":"656155e0f848e92b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/656155e0f848e92b","status":"passed","time":{"start":1707408590953,"stop":1707408590953,"duration":0}},{"uid":"aaa7d9d83bcd96ea","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/aaa7d9d83bcd96ea","status":"passed","time":{"start":1707407658256,"stop":1707407658256,"duration":0}},{"uid":"dbfdce97672fd9d9","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/dbfdce97672fd9d9","status":"passed","time":{"start":1707407574448,"stop":1707407574449,"duration":1}},{"uid":"aa27b51fd88fc815","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/aa27b51fd88fc815","status":"passed","time":{"start":1707404549265,"stop":1707404549265,"duration":0}},{"uid":"9bb75a75cb40252","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9bb75a75cb40252","status":"passed","time":{"start":1707375962201,"stop":1707375962201,"duration":0}},{"uid":"fc77c6a748ff9aa5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/fc77c6a748ff9aa5","status":"passed","time":{"start":1707373162874,"stop":1707373162875,"duration":1}},{"uid":"92eda7ab321c2a26","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/92eda7ab321c2a26","status":"passed","time":{"start":1707359369164,"stop":1707359369164,"duration":0}},{"uid":"982b277607651f03","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/982b277607651f03","status":"passed","time":{"start":1707358158528,"stop":1707358158528,"duration":0}},{"uid":"207143b765721d9d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/207143b765721d9d","status":"passed","time":{"start":1707357111636,"stop":1707357111637,"duration":1}},{"uid":"a30dd5d16510b28","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a30dd5d16510b28","status":"passed","time":{"start":1707355305171,"stop":1707355305174,"duration":3}}]},"tags":[]},"source":"27a36f3e6cebf43d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b0d6fb86326b041e","name":"Callback on promise","fullName":"/tests/store/index.node.spec.ts: Waku Store, general > Callback on promise","historyId":"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793355777,"stop":1707793355777,"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":14,"unknown":0,"total":14},"items":[{"uid":"3ab62217f3fa4fbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ab62217f3fa4fbd","status":"passed","time":{"start":1707778326666,"stop":1707778326667,"duration":1}},{"uid":"3e7f1cfeaa35fe15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e7f1cfeaa35fe15","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"35b6c15e93a0c35b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35b6c15e93a0c35b","status":"passed","time":{"start":1707775405806,"stop":1707775405807,"duration":1}},{"uid":"54ca0dca1f60c95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54ca0dca1f60c95f","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"duration":1}},{"uid":"65f18bb65db5f9ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65f18bb65db5f9ea","status":"passed","time":{"start":1707770116112,"stop":1707770116113,"duration":1}},{"uid":"b8c7f7d88b4503af","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c7f7d88b4503af","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"8a28f4102362b8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a28f4102362b8a","status":"passed","time":{"start":1707757992699,"stop":1707757992699,"duration":0}},{"uid":"125f50693d9a7a05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/125f50693d9a7a05","status":"passed","time":{"start":1707756620673,"stop":1707756620674,"duration":1}},{"uid":"ea2010c98afd532a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea2010c98afd532a","status":"passed","time":{"start":1707753926589,"stop":1707753926589,"duration":0}},{"uid":"ff9b1467ec8052c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ff9b1467ec8052c2","status":"passed","time":{"start":1707753779032,"stop":1707753779033,"duration":1}},{"uid":"9e96be787dd56289","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e96be787dd56289","status":"passed","time":{"start":1707751117675,"stop":1707751117675,"duration":0}},{"uid":"8d8419debb67e529","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d8419debb67e529","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"834d88037e03704a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/834d88037e03704a","status":"passed","time":{"start":1707736281627,"stop":1707736281628,"duration":1}}]},"tags":[]},"source":"b0d6fb86326b041e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b1490e6aa20990.json b/6406/data/test-cases/b1490e6aa20990.json new file mode 100644 index 00000000000..b920d68e88e --- /dev/null +++ b/6406/data/test-cases/b1490e6aa20990.json @@ -0,0 +1 @@ +{"uid":"b1490e6aa20990","name":"should not fail to start the service if it is already started","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not fail to start the service if it is already started","historyId":"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230151,"stop":1707793230151,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"e928d90ebc9703e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e928d90ebc9703e0","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"3acfe22ed86190ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3acfe22ed86190ed","status":"passed","time":{"start":1707775471150,"stop":1707775471151,"duration":1}},{"uid":"700b8f068dd75351","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/700b8f068dd75351","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"58b7a4c63cf9d9b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b7a4c63cf9d9b","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"duration":1}},{"uid":"a30d7d131e5c76aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a30d7d131e5c76aa","status":"passed","time":{"start":1707770054149,"stop":1707770054150,"duration":1}},{"uid":"7830cdc7b235ba2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7830cdc7b235ba2d","status":"passed","time":{"start":1707760163341,"stop":1707760163341,"duration":0}},{"uid":"5bd978badd8f93cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bd978badd8f93cd","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"9e9b5d0646604f4e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e9b5d0646604f4e","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"8f0c17e660e084c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f0c17e660e084c0","status":"passed","time":{"start":1707753863567,"stop":1707753863568,"duration":1}},{"uid":"f343ab451e01acbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f343ab451e01acbe","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"d695170af9518600","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695170af9518600","status":"passed","time":{"start":1707751014394,"stop":1707751014397,"duration":3}},{"uid":"764ff8745a7c5e2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/764ff8745a7c5e2c","status":"passed","time":{"start":1707736941413,"stop":1707736941413,"duration":0}},{"uid":"52a19b440d0147ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/52a19b440d0147ad","status":"passed","time":{"start":1707736158696,"stop":1707736158696,"duration":0}}]},"tags":[]},"source":"b1490e6aa20990.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b15935f5c06d11ee.json b/6406/data/test-cases/b15935f5c06d11ee.json new file mode 100644 index 00000000000..915dd517c8c --- /dev/null +++ b/6406/data/test-cases/b15935f5c06d11ee.json @@ -0,0 +1 @@ +{"uid":"b15935f5c06d11ee","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":1707793142778,"stop":1707793142779,"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":14,"unknown":0,"total":14},"items":[{"uid":"81a804ffacd6603","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81a804ffacd6603","status":"passed","time":{"start":1707778103138,"stop":1707778103141,"duration":3}},{"uid":"b9b9aa01ab6fdc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b9aa01ab6fdc1","status":"passed","time":{"start":1707775384050,"stop":1707775384051,"duration":1}},{"uid":"47630c56894ba526","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/47630c56894ba526","status":"passed","time":{"start":1707775193312,"stop":1707775193312,"duration":0}},{"uid":"d093bfbd114b3b97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d093bfbd114b3b97","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"duration":1}},{"uid":"144d725ef6aeedd6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/144d725ef6aeedd6","status":"passed","time":{"start":1707769979911,"stop":1707769979912,"duration":1}},{"uid":"12cc1a28f8fd9b92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/12cc1a28f8fd9b92","status":"passed","time":{"start":1707760084095,"stop":1707760084096,"duration":1}},{"uid":"d6c49256a23a44a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6c49256a23a44a8","status":"passed","time":{"start":1707757782364,"stop":1707757782364,"duration":0}},{"uid":"5e685df17f67e737","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e685df17f67e737","status":"passed","time":{"start":1707756396096,"stop":1707756396097,"duration":1}},{"uid":"df4a17a60a7a35d5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/df4a17a60a7a35d5","status":"passed","time":{"start":1707753781748,"stop":1707753781753,"duration":5}},{"uid":"fd709971852be909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fd709971852be909","status":"passed","time":{"start":1707753563055,"stop":1707753563056,"duration":1}},{"uid":"e34fcc3b57e07cba","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e34fcc3b57e07cba","status":"passed","time":{"start":1707750940645,"stop":1707750940645,"duration":0}},{"uid":"b6bc1429fbe44912","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b6bc1429fbe44912","status":"passed","time":{"start":1707736870537,"stop":1707736870538,"duration":1}},{"uid":"daa0fb8ed06efc33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daa0fb8ed06efc33","status":"passed","time":{"start":1707736068809,"stop":1707736068809,"duration":0}}]},"tags":[]},"source":"b15935f5c06d11ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3d720731b8422ad7.json b/6406/data/test-cases/b19c222dfd10bdf8.json similarity index 86% rename from 6379/data/test-cases/3d720731b8422ad7.json rename to 6406/data/test-cases/b19c222dfd10bdf8.json index a114277885f..f08695ce54e 100644 --- a/6379/data/test-cases/3d720731b8422ad7.json +++ b/6406/data/test-cases/b19c222dfd10bdf8.json @@ -1 +1 @@ -{"uid":"3d720731b8422ad7","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":1707419080409,"stop":1707419080409,"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":18,"unknown":0,"total":18},"items":[{"uid":"bc1d51c6b71acb84","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bc1d51c6b71acb84","status":"passed","time":{"start":1707418322022,"stop":1707418322023,"duration":1}},{"uid":"2426a1ff3a56730a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2426a1ff3a56730a","status":"passed","time":{"start":1707418259986,"stop":1707418259986,"duration":0}},{"uid":"ff9be5ab70b1b421","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ff9be5ab70b1b421","status":"passed","time":{"start":1707412707116,"stop":1707412707117,"duration":1}},{"uid":"4f529a51ab46a8c8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4f529a51ab46a8c8","status":"passed","time":{"start":1707411118120,"stop":1707411118121,"duration":1}},{"uid":"9717490ad16ed123","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/9717490ad16ed123","status":"passed","time":{"start":1707409587927,"stop":1707409587927,"duration":0}},{"uid":"b38b89f0b86666c2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b38b89f0b86666c2","status":"passed","time":{"start":1707408980235,"stop":1707408980235,"duration":0}},{"uid":"f1f0939fb9bf3b06","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f1f0939fb9bf3b06","status":"passed","time":{"start":1707408927125,"stop":1707408927125,"duration":0}},{"uid":"b454c1c130451088","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b454c1c130451088","status":"passed","time":{"start":1707408458744,"stop":1707408458744,"duration":0}},{"uid":"32f12780a7f66b6f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/32f12780a7f66b6f","status":"passed","time":{"start":1707407520234,"stop":1707407520235,"duration":1}},{"uid":"e5fd8cc52a1d0d8f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e5fd8cc52a1d0d8f","status":"passed","time":{"start":1707407427641,"stop":1707407427641,"duration":0}},{"uid":"1d48e36013b01a9d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1d48e36013b01a9d","status":"passed","time":{"start":1707404404311,"stop":1707404404311,"duration":0}},{"uid":"d0ebdfbc763397e8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d0ebdfbc763397e8","status":"passed","time":{"start":1707375846758,"stop":1707375846758,"duration":0}},{"uid":"7259c1254d50f6ea","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7259c1254d50f6ea","status":"passed","time":{"start":1707373035647,"stop":1707373035647,"duration":0}},{"uid":"ab2cbd251ae1860b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ab2cbd251ae1860b","status":"passed","time":{"start":1707359236214,"stop":1707359236214,"duration":0}},{"uid":"d10a8c8ea2e7136","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d10a8c8ea2e7136","status":"passed","time":{"start":1707357965200,"stop":1707357965200,"duration":0}},{"uid":"606127d637335bfa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/606127d637335bfa","status":"passed","time":{"start":1707357048207,"stop":1707357048207,"duration":0}},{"uid":"2034503fc9db10c8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2034503fc9db10c8","status":"passed","time":{"start":1707355141616,"stop":1707355141617,"duration":1}}]},"tags":[]},"source":"3d720731b8422ad7.json","parameterValues":[]} \ No newline at end of file +{"uid":"b19c222dfd10bdf8","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":1707793238875,"stop":1707793238875,"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":14,"unknown":0,"total":14},"items":[{"uid":"7d7005f1e1f7d01a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d7005f1e1f7d01a","status":"passed","time":{"start":1707778202495,"stop":1707778202498,"duration":3}},{"uid":"70119ef663063567","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70119ef663063567","status":"passed","time":{"start":1707775486631,"stop":1707775486632,"duration":1}},{"uid":"6d3a8e0c5b329627","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d3a8e0c5b329627","status":"passed","time":{"start":1707775300138,"stop":1707775300139,"duration":1}},{"uid":"e19de26ac454187f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e19de26ac454187f","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"duration":0}},{"uid":"f3be6b290ef0fb71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3be6b290ef0fb71","status":"passed","time":{"start":1707770051396,"stop":1707770051397,"duration":1}},{"uid":"d28cd0077f67eb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d28cd0077f67eb46","status":"passed","time":{"start":1707760174024,"stop":1707760174025,"duration":1}},{"uid":"b464e0976d410175","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b464e0976d410175","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"bde00d8f28c215ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde00d8f28c215ba","status":"passed","time":{"start":1707756499906,"stop":1707756499907,"duration":1}},{"uid":"c8261a8580aa857a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8261a8580aa857a","status":"passed","time":{"start":1707753870457,"stop":1707753870458,"duration":1}},{"uid":"4eca9bd981f588d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4eca9bd981f588d5","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"3d660e4c91dc0f0c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d660e4c91dc0f0c","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"96ff48a2d43dca2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96ff48a2d43dca2c","status":"passed","time":{"start":1707736947848,"stop":1707736947849,"duration":1}},{"uid":"9c0b547db5226bd1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0b547db5226bd1","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"tags":[]},"source":"b19c222dfd10bdf8.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b31c3d96ddf38f59.json b/6406/data/test-cases/b1aaad778b5dc454.json similarity index 57% rename from 6379/data/test-cases/b31c3d96ddf38f59.json rename to 6406/data/test-cases/b1aaad778b5dc454.json index 8f48fb60d2f..2494a45be9b 100644 --- a/6379/data/test-cases/b31c3d96ddf38f59.json +++ b/6406/data/test-cases/b1aaad778b5dc454.json @@ -1 +1 @@ -{"uid":"b31c3d96ddf38f59","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":1707419196129,"stop":1707419196130,"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":18,"unknown":0,"total":18},"items":[{"uid":"2364a6cc7948703d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2364a6cc7948703d","status":"passed","time":{"start":1707418434562,"stop":1707418434562,"duration":0}},{"uid":"8ac7988cb154e6ae","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8ac7988cb154e6ae","status":"passed","time":{"start":1707418390044,"stop":1707418390044,"duration":0}},{"uid":"1fd680a019321156","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1fd680a019321156","status":"passed","time":{"start":1707412777502,"stop":1707412777502,"duration":0}},{"uid":"d583e4322ff162b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d583e4322ff162b","status":"passed","time":{"start":1707411235488,"stop":1707411235488,"duration":0}},{"uid":"564e6d689404b0c3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/564e6d689404b0c3","status":"passed","time":{"start":1707409707308,"stop":1707409707314,"duration":6}},{"uid":"3227125f1feae865","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3227125f1feae865","status":"passed","time":{"start":1707409096438,"stop":1707409096438,"duration":0}},{"uid":"b74abbad367954c4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b74abbad367954c4","status":"passed","time":{"start":1707409057283,"stop":1707409057283,"duration":0}},{"uid":"64de74418ce6e000","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/64de74418ce6e000","status":"passed","time":{"start":1707408590953,"stop":1707408590954,"duration":1}},{"uid":"248c11fd8c384fb0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/248c11fd8c384fb0","status":"passed","time":{"start":1707407658256,"stop":1707407658256,"duration":0}},{"uid":"1136ed1c2ffb828f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/1136ed1c2ffb828f","status":"passed","time":{"start":1707407574449,"stop":1707407574450,"duration":1}},{"uid":"f332edf804126089","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f332edf804126089","status":"passed","time":{"start":1707404549265,"stop":1707404549265,"duration":0}},{"uid":"e4129cf1b28c2d6b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e4129cf1b28c2d6b","status":"passed","time":{"start":1707375962201,"stop":1707375962202,"duration":1}},{"uid":"475e3865450f461f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/475e3865450f461f","status":"passed","time":{"start":1707373162875,"stop":1707373162875,"duration":0}},{"uid":"d142bf77d4164e2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d142bf77d4164e2","status":"passed","time":{"start":1707359369164,"stop":1707359369164,"duration":0}},{"uid":"5fd7590d04729ccc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5fd7590d04729ccc","status":"passed","time":{"start":1707358158529,"stop":1707358158529,"duration":0}},{"uid":"e9e47cdbe3329935","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e9e47cdbe3329935","status":"passed","time":{"start":1707357111637,"stop":1707357111638,"duration":1}},{"uid":"1ff7e688917e0552","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1ff7e688917e0552","status":"passed","time":{"start":1707355305174,"stop":1707355305175,"duration":1}}]},"tags":[]},"source":"b31c3d96ddf38f59.json","parameterValues":[]} \ No newline at end of file +{"uid":"b1aaad778b5dc454","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":1707793355777,"stop":1707793355777,"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":14,"unknown":0,"total":14},"items":[{"uid":"7646de0339f5b8a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7646de0339f5b8a2","status":"passed","time":{"start":1707778326667,"stop":1707778326667,"duration":0}},{"uid":"eca089fe1f8b2e73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eca089fe1f8b2e73","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"30c29216703463a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30c29216703463a8","status":"passed","time":{"start":1707775405807,"stop":1707775405808,"duration":1}},{"uid":"a99f85e3e9cae80b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a99f85e3e9cae80b","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"duration":0}},{"uid":"87d1c9a36bb09918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87d1c9a36bb09918","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"ce588728f87e9fd2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce588728f87e9fd2","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"5ec2b17fcc267cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2b17fcc267cc","status":"passed","time":{"start":1707757992699,"stop":1707757992700,"duration":1}},{"uid":"2114e47016c577dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2114e47016c577dc","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"a2bae93b4b21bfea","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2bae93b4b21bfea","status":"passed","time":{"start":1707753926589,"stop":1707753926590,"duration":1}},{"uid":"29892b6cf640cf52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29892b6cf640cf52","status":"passed","time":{"start":1707753779033,"stop":1707753779034,"duration":1}},{"uid":"e62d757fc68ae4ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e62d757fc68ae4ac","status":"passed","time":{"start":1707751117676,"stop":1707751117676,"duration":0}},{"uid":"ed86b534627453b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed86b534627453b5","status":"passed","time":{"start":1707737065099,"stop":1707737065100,"duration":1}},{"uid":"fdcbcedde776c778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fdcbcedde776c778","status":"passed","time":{"start":1707736281628,"stop":1707736281629,"duration":1}}]},"tags":[]},"source":"b1aaad778b5dc454.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b1cc53f0e332fb03.json b/6406/data/test-cases/b1cc53f0e332fb03.json new file mode 100644 index 00000000000..a594742f45e --- /dev/null +++ b/6406/data/test-cases/b1cc53f0e332fb03.json @@ -0,0 +1 @@ +{"uid":"b1cc53f0e332fb03","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","fullName":"/src/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for prod.waku.nodes.status.im","historyId":"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815083,"stop":1707792815083,"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"},{"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":"4214eb0e1691e8d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4214eb0e1691e8d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764433,"stop":1707777764433,"duration":0}},{"uid":"401c462a7cfa88b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/401c462a7cfa88b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040581,"stop":1707775040581,"duration":0}},{"uid":"bd602cfcd68b4657","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd602cfcd68b4657","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842476,"duration":1}},{"uid":"aeb76fa37c84edf0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aeb76fa37c84edf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"5666b3f2657d1de4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5666b3f2657d1de4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642602,"stop":1707769642602,"duration":0}},{"uid":"5bd468ba388fec7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bd468ba388fec7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"49e6e5a2c18377e6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49e6e5a2c18377e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432395,"stop":1707757432395,"duration":0}},{"uid":"26135aacd4fcdf89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26135aacd4fcdf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"cc31ff9b745b51a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc31ff9b745b51a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479977,"duration":1}},{"uid":"c04bb1b95adaf53e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c04bb1b95adaf53e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208675,"stop":1707753208675,"duration":0}},{"uid":"74d9d700913d2ff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74d9d700913d2ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"8fe867ae722a184d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8fe867ae722a184d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526333,"duration":1}},{"uid":"e2dc513d1ac7e897","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e2dc513d1ac7e897","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708009,"duration":1}}]},"tags":[]},"source":"b1cc53f0e332fb03.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b21b8ea65708b856.json b/6406/data/test-cases/b21b8ea65708b856.json new file mode 100644 index 00000000000..dcf6b97084d --- /dev/null +++ b/6406/data/test-cases/b21b8ea65708b856.json @@ -0,0 +1 @@ +{"uid":"b21b8ea65708b856","name":"Ordered Callback - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Ordered Callback - backward","historyId":"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793383651,"stop":1707793383652,"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":14,"unknown":0,"total":14},"items":[{"uid":"f336c8fee3902e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f336c8fee3902e9","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"ef4d9ce3f1c32669","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef4d9ce3f1c32669","status":"passed","time":{"start":1707775620189,"stop":1707775620189,"duration":0}},{"uid":"609aecdb3a64395c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/609aecdb3a64395c","status":"passed","time":{"start":1707775421264,"stop":1707775421265,"duration":1}},{"uid":"70ff39f387612943","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70ff39f387612943","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"duration":0}},{"uid":"e9c5e62e8d5c35ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e9c5e62e8d5c35ec","status":"passed","time":{"start":1707770126651,"stop":1707770126652,"duration":1}},{"uid":"b1c70cf9d392e7bb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1c70cf9d392e7bb","status":"passed","time":{"start":1707760312929,"stop":1707760312929,"duration":0}},{"uid":"675e5013022b761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/675e5013022b761","status":"passed","time":{"start":1707758011522,"stop":1707758011523,"duration":1}},{"uid":"d16bdc07d31afd50","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d16bdc07d31afd50","status":"passed","time":{"start":1707756635737,"stop":1707756635739,"duration":2}},{"uid":"bb310bc5dbb0c442","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb310bc5dbb0c442","status":"passed","time":{"start":1707753934641,"stop":1707753934642,"duration":1}},{"uid":"4f341181b8ab41d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f341181b8ab41d4","status":"passed","time":{"start":1707753799512,"stop":1707753799512,"duration":0}},{"uid":"d8148dcbf1f1a2f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8148dcbf1f1a2f3","status":"passed","time":{"start":1707751117572,"stop":1707751117573,"duration":1}},{"uid":"9e434197b828108a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e434197b828108a","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"af1f9a9866caa393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af1f9a9866caa393","status":"passed","time":{"start":1707736296309,"stop":1707736296310,"duration":1}}]},"tags":[]},"source":"b21b8ea65708b856.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b34ab433e8e5b3f2.json b/6406/data/test-cases/b34ab433e8e5b3f2.json new file mode 100644 index 00000000000..25ac7987d23 --- /dev/null +++ b/6406/data/test-cases/b34ab433e8e5b3f2.json @@ -0,0 +1 @@ +{"uid":"b34ab433e8e5b3f2","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":1707793012471,"stop":1707793012472,"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":14,"unknown":0,"total":14},"items":[{"uid":"a76b647074a6c11e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a76b647074a6c11e","status":"passed","time":{"start":1707777977663,"stop":1707777977663,"duration":0}},{"uid":"20883dbf44a1fea2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20883dbf44a1fea2","status":"passed","time":{"start":1707775258453,"stop":1707775258454,"duration":1}},{"uid":"9902ae295b8222a0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9902ae295b8222a0","status":"passed","time":{"start":1707775082012,"stop":1707775082013,"duration":1}},{"uid":"69cf799b6f196a0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69cf799b6f196a0b","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"duration":1}},{"uid":"333b11eeabe1ee13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/333b11eeabe1ee13","status":"passed","time":{"start":1707769841894,"stop":1707769841896,"duration":2}},{"uid":"af799a5af1a61453","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af799a5af1a61453","status":"passed","time":{"start":1707759921449,"stop":1707759921450,"duration":1}},{"uid":"bf4bac7653645e51","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bf4bac7653645e51","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"16e0846fbc73627f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/16e0846fbc73627f","status":"passed","time":{"start":1707756261755,"stop":1707756261760,"duration":5}},{"uid":"534b4a9eec33cf47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/534b4a9eec33cf47","status":"passed","time":{"start":1707753651165,"stop":1707753651165,"duration":0}},{"uid":"35ec135740e8d84c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35ec135740e8d84c","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"49ac08f55910d5f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49ac08f55910d5f6","status":"passed","time":{"start":1707750722046,"stop":1707750722046,"duration":0}},{"uid":"d3de09cfac734982","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3de09cfac734982","status":"passed","time":{"start":1707736708326,"stop":1707736708326,"duration":0}},{"uid":"74649baf316b7374","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74649baf316b7374","status":"passed","time":{"start":1707735914383,"stop":1707735914383,"duration":0}}]},"tags":[]},"source":"b34ab433e8e5b3f2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e3791c7075398b4d.json b/6406/data/test-cases/b3b4c2994ab9ff77.json similarity index 81% rename from 6379/data/test-cases/e3791c7075398b4d.json rename to 6406/data/test-cases/b3b4c2994ab9ff77.json index 9b3500290b5..0ab05848428 100644 --- a/6379/data/test-cases/e3791c7075398b4d.json +++ b/6406/data/test-cases/b3b4c2994ab9ff77.json @@ -1 +1 @@ -{"uid":"e3791c7075398b4d","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":1707419181395,"stop":1707419181396,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"1d7167c11ea2c1cf","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1d7167c11ea2c1cf","status":"passed","time":{"start":1707418419715,"stop":1707418419715,"duration":0}},{"uid":"c5442a2067adc79a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c5442a2067adc79a","status":"passed","time":{"start":1707418388440,"stop":1707418388441,"duration":1}},{"uid":"ea75c8acbc5a1311","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ea75c8acbc5a1311","status":"passed","time":{"start":1707412796118,"stop":1707412796118,"duration":0}},{"uid":"7d9ca1c93e434a06","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7d9ca1c93e434a06","status":"passed","time":{"start":1707411256072,"stop":1707411256073,"duration":1}},{"uid":"7ed483629c1cf50c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7ed483629c1cf50c","status":"passed","time":{"start":1707409690309,"stop":1707409690309,"duration":0}},{"uid":"5d29393c2a5bc4f5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5d29393c2a5bc4f5","status":"passed","time":{"start":1707409095916,"stop":1707409095917,"duration":1}},{"uid":"531161b7749528f7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/531161b7749528f7","status":"passed","time":{"start":1707409032392,"stop":1707409032392,"duration":0}},{"uid":"65e4a50ef5de6795","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/65e4a50ef5de6795","status":"passed","time":{"start":1707408574234,"stop":1707408574234,"duration":0}},{"uid":"4012a5ab9f4e51ed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4012a5ab9f4e51ed","status":"passed","time":{"start":1707407633858,"stop":1707407633859,"duration":1}},{"uid":"44c408817ea30ccd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/44c408817ea30ccd","status":"passed","time":{"start":1707407545215,"stop":1707407545215,"duration":0}},{"uid":"4ebb85e88eee4bd6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4ebb85e88eee4bd6","status":"passed","time":{"start":1707404532395,"stop":1707404532397,"duration":2}},{"uid":"8b54c59447476131","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8b54c59447476131","status":"passed","time":{"start":1707375958750,"stop":1707375958751,"duration":1}},{"uid":"364fbea87284a511","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/364fbea87284a511","status":"passed","time":{"start":1707373157749,"stop":1707373157749,"duration":0}},{"uid":"c857fa42fd62f1c5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c857fa42fd62f1c5","status":"passed","time":{"start":1707359355961,"stop":1707359355961,"duration":0}},{"uid":"88e43429c491c9b2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/88e43429c491c9b2","status":"passed","time":{"start":1707358094662,"stop":1707358094662,"duration":0}},{"uid":"30349bad3e61b7d5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/30349bad3e61b7d5","status":"passed","time":{"start":1707357164910,"stop":1707357164911,"duration":1}},{"uid":"16f55b3e7a9dcce4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/16f55b3e7a9dcce4","status":"passed","time":{"start":1707355248774,"stop":1707355248774,"duration":0}}]},"tags":[]},"source":"e3791c7075398b4d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b3b4c2994ab9ff77","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":1707793371099,"stop":1707793371100,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"740c6d8c4aa93eb8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740c6d8c4aa93eb8","status":"passed","time":{"start":1707778338836,"stop":1707778338836,"duration":0}},{"uid":"a8ec16bee2640333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8ec16bee2640333","status":"passed","time":{"start":1707775602016,"stop":1707775602017,"duration":1}},{"uid":"240f5d9f9ac214b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/240f5d9f9ac214b0","status":"passed","time":{"start":1707775390225,"stop":1707775390227,"duration":2}},{"uid":"771a9a4a089d90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/771a9a4a089d90c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"2c56ddca29702de1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c56ddca29702de1","status":"passed","time":{"start":1707760301804,"stop":1707760301805,"duration":1}},{"uid":"5517ed88e0e01f73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5517ed88e0e01f73","status":"passed","time":{"start":1707758006706,"stop":1707758006707,"duration":1}},{"uid":"5354b3506c94d696","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5354b3506c94d696","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"4f500f885e43da76","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f500f885e43da76","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"6519e4aea94a3618","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6519e4aea94a3618","status":"passed","time":{"start":1707753782746,"stop":1707753782748,"duration":2}},{"uid":"6e668934bca5cced","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e668934bca5cced","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"e64bdfddd601cb62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e64bdfddd601cb62","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"9edd0412bc330230","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9edd0412bc330230","status":"passed","time":{"start":1707736260125,"stop":1707736260125,"duration":0}}]},"tags":[]},"source":"b3b4c2994ab9ff77.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b3d55b6b594b2527.json b/6406/data/test-cases/b3d55b6b594b2527.json new file mode 100644 index 00000000000..b3cacbcc8b1 --- /dev/null +++ b/6406/data/test-cases/b3d55b6b594b2527.json @@ -0,0 +1 @@ +{"uid":"b3d55b6b594b2527","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":1707792846325,"stop":1707792846326,"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":14,"unknown":0,"total":14},"items":[{"uid":"7600e1e8d0eda5af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7600e1e8d0eda5af","status":"passed","time":{"start":1707777795165,"stop":1707777795166,"duration":1}},{"uid":"1bac640c472021dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1bac640c472021dd","status":"passed","time":{"start":1707775070518,"stop":1707775070519,"duration":1}},{"uid":"7972d42f87ce786b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7972d42f87ce786b","status":"passed","time":{"start":1707774873414,"stop":1707774873415,"duration":1}},{"uid":"6c4f870cff9d0bcb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c4f870cff9d0bcb","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0}},{"uid":"92a2d37138af8c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92a2d37138af8c98","status":"passed","time":{"start":1707769673027,"stop":1707769673028,"duration":1}},{"uid":"60e292dc7b4e51dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60e292dc7b4e51dd","status":"passed","time":{"start":1707759767767,"stop":1707759767767,"duration":0}},{"uid":"4693b78286e6bfca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4693b78286e6bfca","status":"passed","time":{"start":1707757463883,"stop":1707757463884,"duration":1}},{"uid":"5e3718855510dd6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e3718855510dd6e","status":"passed","time":{"start":1707756091994,"stop":1707756091994,"duration":0}},{"uid":"8135cd386ffc33c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8135cd386ffc33c6","status":"passed","time":{"start":1707753510236,"stop":1707753510236,"duration":0}},{"uid":"6a816960fa0777fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a816960fa0777fe","status":"passed","time":{"start":1707753240424,"stop":1707753240424,"duration":0}},{"uid":"18bc4e576907f8aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18bc4e576907f8aa","status":"passed","time":{"start":1707750639411,"stop":1707750639412,"duration":1}},{"uid":"b5940f0f231f0185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5940f0f231f0185","status":"passed","time":{"start":1707736555758,"stop":1707736555758,"duration":0}},{"uid":"b78fb0ac73c2f17","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b78fb0ac73c2f17","status":"passed","time":{"start":1707735739989,"stop":1707735739989,"duration":0}}]},"tags":[]},"source":"b3d55b6b594b2527.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b41721bf1dee5eda.json b/6406/data/test-cases/b41721bf1dee5eda.json new file mode 100644 index 00000000000..6246c258c33 --- /dev/null +++ b/6406/data/test-cases/b41721bf1dee5eda.json @@ -0,0 +1 @@ +{"uid":"b41721bf1dee5eda","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":1707792805568,"stop":1707792805568,"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":14,"unknown":0,"total":14},"items":[{"uid":"2fefbb7f1ebf5aed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2fefbb7f1ebf5aed","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"98af3bffa369b06e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98af3bffa369b06e","status":"passed","time":{"start":1707775031071,"stop":1707775031071,"duration":0}},{"uid":"657502ccb537257b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/657502ccb537257b","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"f055da4bdd65a3ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f055da4bdd65a3ab","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"duration":1}},{"uid":"161f7f45ae269987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/161f7f45ae269987","status":"passed","time":{"start":1707769632865,"stop":1707769632866,"duration":1}},{"uid":"16aedc7fe7e0eca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16aedc7fe7e0eca","status":"passed","time":{"start":1707759727625,"stop":1707759727625,"duration":0}},{"uid":"91b958416a1723f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91b958416a1723f0","status":"passed","time":{"start":1707757422397,"stop":1707757422397,"duration":0}},{"uid":"252709f7c2bf9607","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/252709f7c2bf9607","status":"passed","time":{"start":1707756051814,"stop":1707756051815,"duration":1}},{"uid":"139cc352e3ca64f3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/139cc352e3ca64f3","status":"passed","time":{"start":1707753470070,"stop":1707753470070,"duration":0}},{"uid":"73badc20c2c156c6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73badc20c2c156c6","status":"passed","time":{"start":1707753198801,"stop":1707753198802,"duration":1}},{"uid":"31b91e5fb0da3898","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/31b91e5fb0da3898","status":"passed","time":{"start":1707750599090,"stop":1707750599091,"duration":1}},{"uid":"9f17122324b23e60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f17122324b23e60","status":"passed","time":{"start":1707736516545,"stop":1707736516545,"duration":0}},{"uid":"a99ec81d8b02a354","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a99ec81d8b02a354","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"tags":[]},"source":"b41721bf1dee5eda.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b4bcd8fe3fd8f4e2.json b/6406/data/test-cases/b4bcd8fe3fd8f4e2.json new file mode 100644 index 00000000000..fea213dd80f --- /dev/null +++ b/6406/data/test-cases/b4bcd8fe3fd8f4e2.json @@ -0,0 +1 @@ +{"uid":"b4bcd8fe3fd8f4e2","name":"should only return 1 node with store capability","fullName":"/src/dns.spec.ts: DNS Node Discovery w/ capabilities > should only return 1 node with store capability","historyId":"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815081,"stop":1707792815081,"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"},{"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":"95fb9343acb76dee","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95fb9343acb76dee","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"85ce9145c6ccbb7d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85ce9145c6ccbb7d","status":"passed","time":{"start":1707775040579,"stop":1707775040579,"duration":0}},{"uid":"3ef618ce2ab11800","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ef618ce2ab11800","status":"passed","time":{"start":1707774842473,"stop":1707774842474,"duration":1}},{"uid":"e7efc4408d106eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7efc4408d106eae","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"duration":1}},{"uid":"41f66814d4b9cdc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f66814d4b9cdc8","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"aa3f8545d92195eb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa3f8545d92195eb","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"5fa0fd3124133a6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5fa0fd3124133a6a","status":"passed","time":{"start":1707757432393,"stop":1707757432393,"duration":0}},{"uid":"f922ffabeafd68f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f922ffabeafd68f8","status":"passed","time":{"start":1707756061420,"stop":1707756061421,"duration":1}},{"uid":"a3f8bcb314315985","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3f8bcb314315985","status":"passed","time":{"start":1707753479974,"stop":1707753479975,"duration":1}},{"uid":"47d90ec02b35162a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/47d90ec02b35162a","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"79041000f1a69082","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79041000f1a69082","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"291479623e7d4d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/291479623e7d4d6","status":"passed","time":{"start":1707736526330,"stop":1707736526331,"duration":1}},{"uid":"671e073ca66364b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/671e073ca66364b8","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"tags":[]},"source":"b4bcd8fe3fd8f4e2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9255fa51503a9420.json b/6406/data/test-cases/b4c21a309ba07cfc.json similarity index 58% rename from 6379/data/test-cases/9255fa51503a9420.json rename to 6406/data/test-cases/b4c21a309ba07cfc.json index 0d3663b90be..42b2335d773 100644 --- a/6379/data/test-cases/9255fa51503a9420.json +++ b/6406/data/test-cases/b4c21a309ba07cfc.json @@ -1 +1 @@ -{"uid":"9255fa51503a9420","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":1707419196131,"stop":1707419196131,"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":18,"unknown":0,"total":18},"items":[{"uid":"5cf1a3a27eb759e1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5cf1a3a27eb759e1","status":"passed","time":{"start":1707418434564,"stop":1707418434575,"duration":11}},{"uid":"3dde347dcce22a7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3dde347dcce22a7","status":"passed","time":{"start":1707418390047,"stop":1707418390048,"duration":1}},{"uid":"29a5c17997dec759","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/29a5c17997dec759","status":"passed","time":{"start":1707412777503,"stop":1707412777504,"duration":1}},{"uid":"64c382d9a025d877","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/64c382d9a025d877","status":"passed","time":{"start":1707411235489,"stop":1707411235490,"duration":1}},{"uid":"3c09ae7acfc5dc1c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3c09ae7acfc5dc1c","status":"passed","time":{"start":1707409707319,"stop":1707409707321,"duration":2}},{"uid":"6074209190c26206","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6074209190c26206","status":"passed","time":{"start":1707409096439,"stop":1707409096439,"duration":0}},{"uid":"de931525e87a8ff0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/de931525e87a8ff0","status":"passed","time":{"start":1707409057284,"stop":1707409057285,"duration":1}},{"uid":"8435ec340f5b72bd","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8435ec340f5b72bd","status":"passed","time":{"start":1707408590958,"stop":1707408590958,"duration":0}},{"uid":"f22ac56be1c8e7f4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f22ac56be1c8e7f4","status":"passed","time":{"start":1707407658258,"stop":1707407658258,"duration":0}},{"uid":"6f39a7f4277adf29","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/6f39a7f4277adf29","status":"passed","time":{"start":1707407574452,"stop":1707407574452,"duration":0}},{"uid":"a9258c67e8fa3fc","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a9258c67e8fa3fc","status":"passed","time":{"start":1707404549267,"stop":1707404549267,"duration":0}},{"uid":"d9d1f364a468ca9f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d9d1f364a468ca9f","status":"passed","time":{"start":1707375962206,"stop":1707375962207,"duration":1}},{"uid":"1a1f2eb85b70d6ad","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1a1f2eb85b70d6ad","status":"passed","time":{"start":1707373162876,"stop":1707373162876,"duration":0}},{"uid":"a67af8bdef97db3a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a67af8bdef97db3a","status":"passed","time":{"start":1707359369166,"stop":1707359369166,"duration":0}},{"uid":"39b51ebeb4022db1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/39b51ebeb4022db1","status":"passed","time":{"start":1707358158532,"stop":1707358158533,"duration":1}},{"uid":"56415db9550e5a52","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/56415db9550e5a52","status":"passed","time":{"start":1707357111642,"stop":1707357111643,"duration":1}},{"uid":"bc3b6752d7dacc8d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/bc3b6752d7dacc8d","status":"passed","time":{"start":1707355305180,"stop":1707355305181,"duration":1}}]},"tags":[]},"source":"9255fa51503a9420.json","parameterValues":[]} \ No newline at end of file +{"uid":"b4c21a309ba07cfc","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":1707793355778,"stop":1707793355779,"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":14,"unknown":0,"total":14},"items":[{"uid":"f836856da227d9d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f836856da227d9d5","status":"passed","time":{"start":1707778326669,"stop":1707778326669,"duration":0}},{"uid":"9bf6a4333a77c046","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9bf6a4333a77c046","status":"passed","time":{"start":1707775610546,"stop":1707775610546,"duration":0}},{"uid":"928f156de0258dfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/928f156de0258dfc","status":"passed","time":{"start":1707775405811,"stop":1707775405812,"duration":1}},{"uid":"f5c5602c0f9f653","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5c5602c0f9f653","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0}},{"uid":"cd4b8016af49cacb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd4b8016af49cacb","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"e56e0ae27a9b8e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e56e0ae27a9b8e3b","status":"passed","time":{"start":1707760294901,"stop":1707760294901,"duration":0}},{"uid":"e683c10ba91c5c22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e683c10ba91c5c22","status":"passed","time":{"start":1707757992701,"stop":1707757992701,"duration":0}},{"uid":"a2cad012fa1fb618","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2cad012fa1fb618","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"1a6fccd252d48bc3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a6fccd252d48bc3","status":"passed","time":{"start":1707753926593,"stop":1707753926594,"duration":1}},{"uid":"64c48e49880fb5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64c48e49880fb5e","status":"passed","time":{"start":1707753779036,"stop":1707753779036,"duration":0}},{"uid":"fd557d32915c4011","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd557d32915c4011","status":"passed","time":{"start":1707751117677,"stop":1707751117678,"duration":1}},{"uid":"58fda2d0d8caa8f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58fda2d0d8caa8f4","status":"passed","time":{"start":1707737065101,"stop":1707737065102,"duration":1}},{"uid":"7999f920549989b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7999f920549989b0","status":"passed","time":{"start":1707736281631,"stop":1707736281632,"duration":1}}]},"tags":[]},"source":"b4c21a309ba07cfc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a079a4857ff944c9.json b/6406/data/test-cases/b4e3403bbe7192ae.json similarity index 80% rename from 6379/data/test-cases/a079a4857ff944c9.json rename to 6406/data/test-cases/b4e3403bbe7192ae.json index 160c81a4294..84e117b0bf5 100644 --- a/6379/data/test-cases/a079a4857ff944c9.json +++ b/6406/data/test-cases/b4e3403bbe7192ae.json @@ -1 +1 @@ -{"uid":"a079a4857ff944c9","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":1707418841930,"stop":1707418841931,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"c9bf83987ce88af2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c9bf83987ce88af2","status":"passed","time":{"start":1707418071892,"stop":1707418071892,"duration":0}},{"uid":"fb79f8b0259b37f8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/fb79f8b0259b37f8","status":"passed","time":{"start":1707418027859,"stop":1707418027860,"duration":1}},{"uid":"2e6c6150058a0ea","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2e6c6150058a0ea","status":"passed","time":{"start":1707412447286,"stop":1707412447286,"duration":0}},{"uid":"a06a646b21dcb847","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/a06a646b21dcb847","status":"passed","time":{"start":1707410887007,"stop":1707410887007,"duration":0}},{"uid":"8319a196362a9a71","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8319a196362a9a71","status":"passed","time":{"start":1707409360829,"stop":1707409360830,"duration":1}},{"uid":"4fa3101e88eeef4b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4fa3101e88eeef4b","status":"passed","time":{"start":1707408754547,"stop":1707408754547,"duration":0}},{"uid":"2f60e9f7e5ac5228","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2f60e9f7e5ac5228","status":"passed","time":{"start":1707408697987,"stop":1707408697988,"duration":1}},{"uid":"ee257749f25e1bc6","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ee257749f25e1bc6","status":"passed","time":{"start":1707408233025,"stop":1707408233027,"duration":2}},{"uid":"e003c69fd501d4ac","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e003c69fd501d4ac","status":"passed","time":{"start":1707407282970,"stop":1707407282970,"duration":0}},{"uid":"69ce989359f303d1","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/69ce989359f303d1","status":"passed","time":{"start":1707407158614,"stop":1707407158615,"duration":1}},{"uid":"3b29c024e86f671c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3b29c024e86f671c","status":"passed","time":{"start":1707404183590,"stop":1707404183590,"duration":0}},{"uid":"32cd314abb9f0d40","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/32cd314abb9f0d40","status":"passed","time":{"start":1707375605073,"stop":1707375605073,"duration":0}},{"uid":"7e05ed1756ca51dc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7e05ed1756ca51dc","status":"passed","time":{"start":1707372815492,"stop":1707372815495,"duration":3}},{"uid":"5005b3f6363f6989","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5005b3f6363f6989","status":"passed","time":{"start":1707358982990,"stop":1707358982990,"duration":0}},{"uid":"1c69c693fa7c35f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1c69c693fa7c35f","status":"passed","time":{"start":1707357747304,"stop":1707357747305,"duration":1}},{"uid":"7aa1280c05ca688b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7aa1280c05ca688b","status":"passed","time":{"start":1707356855799,"stop":1707356855800,"duration":1}},{"uid":"6697542a9b0e138d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6697542a9b0e138d","status":"passed","time":{"start":1707354894907,"stop":1707354894908,"duration":1}}]},"tags":[]},"source":"a079a4857ff944c9.json","parameterValues":[]} \ No newline at end of file +{"uid":"b4e3403bbe7192ae","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":1707793028273,"stop":1707793028274,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"aca9505c7d080327","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aca9505c7d080327","status":"passed","time":{"start":1707777972996,"stop":1707777972997,"duration":1}},{"uid":"15564053b4130016","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15564053b4130016","status":"passed","time":{"start":1707775244526,"stop":1707775244527,"duration":1}},{"uid":"3ae7f47fd85fec0a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ae7f47fd85fec0a","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"2f7142e36161e24e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f7142e36161e24e","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"5c856d6dc7ebbd99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c856d6dc7ebbd99","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"24cf8f09afce920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24cf8f09afce920d","status":"passed","time":{"start":1707759965190,"stop":1707759965190,"duration":0}},{"uid":"7da86c78e0a80554","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7da86c78e0a80554","status":"passed","time":{"start":1707757644387,"stop":1707757644387,"duration":0}},{"uid":"e207d4a0dbc9b355","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e207d4a0dbc9b355","status":"passed","time":{"start":1707756267901,"stop":1707756267903,"duration":2}},{"uid":"6cfe27c5e702fbe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cfe27c5e702fbe7","status":"passed","time":{"start":1707753668027,"stop":1707753668027,"duration":0}},{"uid":"3cb77753ebb98cc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cb77753ebb98cc3","status":"passed","time":{"start":1707753423533,"stop":1707753423534,"duration":1}},{"uid":"a807aa735c8b9670","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a807aa735c8b9670","status":"passed","time":{"start":1707750796027,"stop":1707750796028,"duration":1}},{"uid":"5fe2cb9a737ea6ff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fe2cb9a737ea6ff","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"bab34f2a3f233ed2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bab34f2a3f233ed2","status":"passed","time":{"start":1707735912116,"stop":1707735912117,"duration":1}}]},"tags":[]},"source":"b4e3403bbe7192ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/23362c0088c29da.json b/6406/data/test-cases/b54a87418b625d2.json similarity index 79% rename from 6379/data/test-cases/23362c0088c29da.json rename to 6406/data/test-cases/b54a87418b625d2.json index 27db4985e7a..63960d322ee 100644 --- a/6379/data/test-cases/23362c0088c29da.json +++ b/6406/data/test-cases/b54a87418b625d2.json @@ -1 +1 @@ -{"uid":"23362c0088c29da","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":1707418998143,"stop":1707418998145,"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":18,"unknown":0,"total":18},"items":[{"uid":"482f278df269de8b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/482f278df269de8b","status":"passed","time":{"start":1707418242004,"stop":1707418242004,"duration":0}},{"uid":"282cec6733be60e3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/282cec6733be60e3","status":"passed","time":{"start":1707418191240,"stop":1707418191240,"duration":0}},{"uid":"ac3803c74953e2f5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ac3803c74953e2f5","status":"passed","time":{"start":1707412620265,"stop":1707412620266,"duration":1}},{"uid":"b5ef3513775e074b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b5ef3513775e074b","status":"passed","time":{"start":1707411038685,"stop":1707411038685,"duration":0}},{"uid":"188622a8901e0f0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/188622a8901e0f0","status":"passed","time":{"start":1707409514433,"stop":1707409514434,"duration":1}},{"uid":"5c88953f881af7e4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5c88953f881af7e4","status":"passed","time":{"start":1707408894640,"stop":1707408894641,"duration":1}},{"uid":"e2098c7dae2e9ba4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/e2098c7dae2e9ba4","status":"passed","time":{"start":1707408855729,"stop":1707408855730,"duration":1}},{"uid":"c5ccc1ff0c1d470d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c5ccc1ff0c1d470d","status":"passed","time":{"start":1707408364957,"stop":1707408364957,"duration":0}},{"uid":"bf6c361eb14532d7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bf6c361eb14532d7","status":"passed","time":{"start":1707407446970,"stop":1707407446971,"duration":1}},{"uid":"b0bfd1547f732d3d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b0bfd1547f732d3d","status":"passed","time":{"start":1707407328488,"stop":1707407328488,"duration":0}},{"uid":"2c1010b383a9f64c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2c1010b383a9f64c","status":"passed","time":{"start":1707404323778,"stop":1707404323778,"duration":0}},{"uid":"696eba058b6d525f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/696eba058b6d525f","status":"passed","time":{"start":1707375767328,"stop":1707375767329,"duration":1}},{"uid":"929a8201d0df243e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/929a8201d0df243e","status":"passed","time":{"start":1707372960636,"stop":1707372960636,"duration":0}},{"uid":"b55b2faa471fd49e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b55b2faa471fd49e","status":"passed","time":{"start":1707359147640,"stop":1707359147640,"duration":0}},{"uid":"c6e482cdbc0dca6e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c6e482cdbc0dca6e","status":"passed","time":{"start":1707357894476,"stop":1707357894476,"duration":0}},{"uid":"bc1458a6d3bae8f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc1458a6d3bae8f8","status":"passed","time":{"start":1707356942073,"stop":1707356942077,"duration":4}},{"uid":"4543240549aa9e3d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4543240549aa9e3d","status":"passed","time":{"start":1707355162757,"stop":1707355162757,"duration":0}}]},"tags":[]},"source":"23362c0088c29da.json","parameterValues":[]} \ No newline at end of file +{"uid":"b54a87418b625d2","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":1707793153220,"stop":1707793153220,"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":14,"unknown":0,"total":14},"items":[{"uid":"7e67d1a0237eac57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e67d1a0237eac57","status":"passed","time":{"start":1707778114672,"stop":1707778114672,"duration":0}},{"uid":"862ddb52042f72e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/862ddb52042f72e9","status":"passed","time":{"start":1707775395374,"stop":1707775395374,"duration":0}},{"uid":"8f7bbdbf0b5e0cf6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f7bbdbf0b5e0cf6","status":"passed","time":{"start":1707775205626,"stop":1707775205627,"duration":1}},{"uid":"e91f7de77bf89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e91f7de77bf89d","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1}},{"uid":"37dc22e49516bb74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/37dc22e49516bb74","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"765a168bd71a33ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/765a168bd71a33ec","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"fe075081aea2f18b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fe075081aea2f18b","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"beccb5ef4d084e15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/beccb5ef4d084e15","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"7af40c46e261446c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7af40c46e261446c","status":"passed","time":{"start":1707753793187,"stop":1707753793188,"duration":1}},{"uid":"357cd97e2478634b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/357cd97e2478634b","status":"passed","time":{"start":1707753573527,"stop":1707753573528,"duration":1}},{"uid":"a963e4450f530063","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a963e4450f530063","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"55dc98d108506469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55dc98d108506469","status":"passed","time":{"start":1707736878965,"stop":1707736878965,"duration":0}},{"uid":"ea3e3f3c4ea9c0d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea3e3f3c4ea9c0d3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"tags":[]},"source":"b54a87418b625d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b27d137969211660.json b/6406/data/test-cases/b556e69fd752604d.json similarity index 55% rename from 6379/data/test-cases/b27d137969211660.json rename to 6406/data/test-cases/b556e69fd752604d.json index a03e89aa263..e5f76b5b224 100644 --- a/6379/data/test-cases/b27d137969211660.json +++ b/6406/data/test-cases/b556e69fd752604d.json @@ -1 +1 @@ -{"uid":"b27d137969211660","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":1707419231824,"stop":1707419231824,"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":18,"unknown":0,"total":18},"items":[{"uid":"68d67d98376681d5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/68d67d98376681d5","status":"passed","time":{"start":1707418475052,"stop":1707418475052,"duration":0}},{"uid":"ff290e13d3517017","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ff290e13d3517017","status":"passed","time":{"start":1707418426403,"stop":1707418426403,"duration":0}},{"uid":"ace4c385c1e53be4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ace4c385c1e53be4","status":"passed","time":{"start":1707412815098,"stop":1707412815098,"duration":0}},{"uid":"f8531c3839cc39b2","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f8531c3839cc39b2","status":"passed","time":{"start":1707411281536,"stop":1707411281536,"duration":0}},{"uid":"3a4f354678f51e9e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3a4f354678f51e9e","status":"passed","time":{"start":1707409756180,"stop":1707409756180,"duration":0}},{"uid":"6619e2ba924f656e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6619e2ba924f656e","status":"passed","time":{"start":1707409134536,"stop":1707409134536,"duration":0}},{"uid":"8b0201df8600ed52","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8b0201df8600ed52","status":"passed","time":{"start":1707409089158,"stop":1707409089158,"duration":0}},{"uid":"880f7467deba0782","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/880f7467deba0782","status":"passed","time":{"start":1707408613612,"stop":1707408613613,"duration":1}},{"uid":"478013e1e7992345","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/478013e1e7992345","status":"passed","time":{"start":1707407690269,"stop":1707407690270,"duration":1}},{"uid":"588a406dd5d7e296","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/588a406dd5d7e296","status":"passed","time":{"start":1707407587132,"stop":1707407587132,"duration":0}},{"uid":"176d0b1aa476412e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/176d0b1aa476412e","status":"passed","time":{"start":1707404566442,"stop":1707404566442,"duration":0}},{"uid":"900ffe1f7e131432","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/900ffe1f7e131432","status":"passed","time":{"start":1707375995125,"stop":1707375995125,"duration":0}},{"uid":"2359c854c7c1b311","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2359c854c7c1b311","status":"passed","time":{"start":1707373198911,"stop":1707373198911,"duration":0}},{"uid":"f40931743ac4d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f40931743ac4d","status":"passed","time":{"start":1707359396095,"stop":1707359396096,"duration":1}},{"uid":"277d2ec90b1498b1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/277d2ec90b1498b1","status":"passed","time":{"start":1707358145420,"stop":1707358145421,"duration":1}},{"uid":"d92fdea78c80a31c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d92fdea78c80a31c","status":"passed","time":{"start":1707357148264,"stop":1707357148265,"duration":1}},{"uid":"3da5edf9d224fc74","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3da5edf9d224fc74","status":"passed","time":{"start":1707355337381,"stop":1707355337381,"duration":0}}]},"tags":[]},"source":"b27d137969211660.json","parameterValues":[]} \ No newline at end of file +{"uid":"b556e69fd752604d","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":1707793392501,"stop":1707793392502,"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":14,"unknown":0,"total":14},"items":[{"uid":"5f64c115c7be60c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f64c115c7be60c8","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"77d6e3005afcc1ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77d6e3005afcc1ae","status":"passed","time":{"start":1707775644354,"stop":1707775644355,"duration":1}},{"uid":"15e02a25857aec69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15e02a25857aec69","status":"passed","time":{"start":1707775439252,"stop":1707775439253,"duration":1}},{"uid":"45b27c30dc6b5a59","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45b27c30dc6b5a59","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"duration":0}},{"uid":"ad10707d62e0c06f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad10707d62e0c06f","status":"passed","time":{"start":1707770140535,"stop":1707770140536,"duration":1}},{"uid":"1f1237f44a61891f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f1237f44a61891f","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"a906b33830306245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a906b33830306245","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"c017bf1ea2f140d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c017bf1ea2f140d8","status":"passed","time":{"start":1707756656798,"stop":1707756656798,"duration":0}},{"uid":"7b80a02feb810e6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b80a02feb810e6","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"78de7fca6a679ec1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/78de7fca6a679ec1","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"ff1499c938d22109","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff1499c938d22109","status":"passed","time":{"start":1707751157936,"stop":1707751157936,"duration":0}},{"uid":"35eb2a601ec5937a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35eb2a601ec5937a","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"2eb115f6b9b70e9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2eb115f6b9b70e9a","status":"passed","time":{"start":1707736314163,"stop":1707736314163,"duration":0}}]},"tags":[]},"source":"b556e69fd752604d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b573e086563c680b.json b/6406/data/test-cases/b573e086563c680b.json new file mode 100644 index 00000000000..a332b69370d --- /dev/null +++ b/6406/data/test-cases/b573e086563c680b.json @@ -0,0 +1 @@ +{"uid":"b573e086563c680b","name":"Publishes to nwaku","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Publishes to nwaku","historyId":"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793128331,"stop":1707793128332,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"1e11bc1516bcf938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e11bc1516bcf938","status":"passed","time":{"start":1707778092878,"stop":1707778092884,"duration":6}},{"uid":"65ed07337405110a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ed07337405110a","status":"passed","time":{"start":1707775368918,"stop":1707775368919,"duration":1}},{"uid":"6f0fa2853d5add7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6f0fa2853d5add7c","status":"passed","time":{"start":1707775183287,"stop":1707775183287,"duration":0}},{"uid":"bc440b139c9fc458","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc440b139c9fc458","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1}},{"uid":"867257741ce7c59a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/867257741ce7c59a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"f94bd36f41b7045b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f94bd36f41b7045b","status":"passed","time":{"start":1707760073028,"stop":1707760073031,"duration":3}},{"uid":"fa3e08dafdc25867","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa3e08dafdc25867","status":"passed","time":{"start":1707757771073,"stop":1707757771073,"duration":0}},{"uid":"ddcda0d50ef9514c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddcda0d50ef9514c","status":"passed","time":{"start":1707756387891,"stop":1707756387891,"duration":0}},{"uid":"b6ffb9772c6db03f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6ffb9772c6db03f","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"474bd269c1d47eed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/474bd269c1d47eed","status":"passed","time":{"start":1707753549844,"stop":1707753549845,"duration":1}},{"uid":"e4a6c37967972d24","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4a6c37967972d24","status":"passed","time":{"start":1707750934222,"stop":1707750934222,"duration":0}},{"uid":"9e4746e43535b2d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e4746e43535b2d0","status":"passed","time":{"start":1707736857300,"stop":1707736857300,"duration":0}},{"uid":"7a0ac067c03864ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a0ac067c03864ee","status":"passed","time":{"start":1707736056534,"stop":1707736056534,"duration":0}}]},"tags":[]},"source":"b573e086563c680b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b62b937ec0f7a032.json b/6406/data/test-cases/b62b937ec0f7a032.json new file mode 100644 index 00000000000..db3ac7a2b74 --- /dev/null +++ b/6406/data/test-cases/b62b937ec0f7a032.json @@ -0,0 +1 @@ +{"uid":"b62b937ec0f7a032","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":1707792869304,"stop":1707792869304,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"fce14af4104d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fce14af4104d1cbd","status":"passed","time":{"start":1707777818742,"stop":1707777818742,"duration":0}},{"uid":"1324f2c8f45839a6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1324f2c8f45839a6","status":"passed","time":{"start":1707775095409,"stop":1707775095409,"duration":0}},{"uid":"ff1ac69a6351c12e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff1ac69a6351c12e","status":"passed","time":{"start":1707774915339,"stop":1707774915339,"duration":0}},{"uid":"a374300a3adf8c7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a374300a3adf8c7d","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"f153e01c8d7876d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f153e01c8d7876d1","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"cb33210429b65079","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb33210429b65079","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"e47b4e65e37841be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e47b4e65e37841be","status":"passed","time":{"start":1707757488460,"stop":1707757488461,"duration":1}},{"uid":"6d26223b15e1c130","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d26223b15e1c130","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"644a23032f443cdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/644a23032f443cdf","status":"passed","time":{"start":1707753533383,"stop":1707753533385,"duration":2}},{"uid":"e3881b4f317138f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3881b4f317138f6","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"7b3ed3ef60495a35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b3ed3ef60495a35","status":"passed","time":{"start":1707750661591,"stop":1707750661592,"duration":1}},{"uid":"5cff4d0a741780b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cff4d0a741780b1","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"22b53de1cc776b6c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22b53de1cc776b6c","status":"passed","time":{"start":1707735764683,"stop":1707735764683,"duration":0}}]},"tags":[]},"source":"b62b937ec0f7a032.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b62d6e73f9aed059.json b/6406/data/test-cases/b62d6e73f9aed059.json new file mode 100644 index 00000000000..dd1ab1515f7 --- /dev/null +++ b/6406/data/test-cases/b62d6e73f9aed059.json @@ -0,0 +1 @@ +{"uid":"b62d6e73f9aed059","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":1707792800000,"stop":1707792800000,"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":14,"unknown":0,"total":14},"items":[{"uid":"b0956836d4b5716a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0956836d4b5716a","status":"passed","time":{"start":1707777749082,"stop":1707777749083,"duration":1}},{"uid":"80b53e97d410e495","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80b53e97d410e495","status":"passed","time":{"start":1707775025517,"stop":1707775025518,"duration":1}},{"uid":"4f0d2b81ab082d0e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f0d2b81ab082d0e","status":"passed","time":{"start":1707774827052,"stop":1707774827053,"duration":1}},{"uid":"d43a29ca1a0fa86c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d43a29ca1a0fa86c","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"duration":1}},{"uid":"f8876d26a0c30c5a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8876d26a0c30c5a","status":"passed","time":{"start":1707769627284,"stop":1707769627285,"duration":1}},{"uid":"82374cabb599d3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/82374cabb599d3ee","status":"passed","time":{"start":1707759722019,"stop":1707759722019,"duration":0}},{"uid":"58b810a826842a18","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58b810a826842a18","status":"passed","time":{"start":1707757416823,"stop":1707757416829,"duration":6}},{"uid":"93405b1f53074303","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93405b1f53074303","status":"passed","time":{"start":1707756046588,"stop":1707756046589,"duration":1}},{"uid":"159922295c04b595","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/159922295c04b595","status":"passed","time":{"start":1707753464661,"stop":1707753464661,"duration":0}},{"uid":"9269615d64b0c4ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9269615d64b0c4ca","status":"passed","time":{"start":1707753192926,"stop":1707753192927,"duration":1}},{"uid":"eea1f8302affb0dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eea1f8302affb0dd","status":"passed","time":{"start":1707750593499,"stop":1707750593500,"duration":1}},{"uid":"de6df0619fd5ae2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de6df0619fd5ae2d","status":"passed","time":{"start":1707736510871,"stop":1707736510871,"duration":0}},{"uid":"8ea4c93f84cdafb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ea4c93f84cdafb1","status":"passed","time":{"start":1707735692277,"stop":1707735692278,"duration":1}}]},"tags":[]},"source":"b62d6e73f9aed059.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/2cab8c925122c4c5.json b/6406/data/test-cases/b6a1c76280fafe17.json similarity index 64% rename from 6379/data/test-cases/2cab8c925122c4c5.json rename to 6406/data/test-cases/b6a1c76280fafe17.json index 73f90ebbced..2522b7af09c 100644 --- a/6379/data/test-cases/2cab8c925122c4c5.json +++ b/6406/data/test-cases/b6a1c76280fafe17.json @@ -1 +1 @@ -{"uid":"2cab8c925122c4c5","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":1707419149715,"stop":1707419149715,"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":18,"unknown":0,"total":18},"items":[{"uid":"f34ddfc950418668","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f34ddfc950418668","status":"passed","time":{"start":1707418383127,"stop":1707418383128,"duration":1}},{"uid":"e492de6cfa25ce95","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e492de6cfa25ce95","status":"passed","time":{"start":1707418335149,"stop":1707418335150,"duration":1}},{"uid":"5ac845495b91a900","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5ac845495b91a900","status":"passed","time":{"start":1707412768666,"stop":1707412768666,"duration":0}},{"uid":"323c228d905948e0","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/323c228d905948e0","status":"passed","time":{"start":1707411190755,"stop":1707411190755,"duration":0}},{"uid":"7c0a3aea143ea775","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7c0a3aea143ea775","status":"passed","time":{"start":1707409656845,"stop":1707409656845,"duration":0}},{"uid":"4fbe37e1df7bef98","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4fbe37e1df7bef98","status":"passed","time":{"start":1707409051755,"stop":1707409051755,"duration":0}},{"uid":"20083f616850cc98","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/20083f616850cc98","status":"passed","time":{"start":1707409014627,"stop":1707409014628,"duration":1}},{"uid":"c1382688bf189dd7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c1382688bf189dd7","status":"passed","time":{"start":1707408533825,"stop":1707408533825,"duration":0}},{"uid":"7fc807046243c51","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7fc807046243c51","status":"passed","time":{"start":1707407648215,"stop":1707407648216,"duration":1}},{"uid":"d0cdfdda497c5bd9","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d0cdfdda497c5bd9","status":"passed","time":{"start":1707407504228,"stop":1707407504228,"duration":0}},{"uid":"eec058bd2d42ce00","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/eec058bd2d42ce00","status":"passed","time":{"start":1707404485296,"stop":1707404485297,"duration":1}},{"uid":"8f63ca1825f0ec5f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8f63ca1825f0ec5f","status":"passed","time":{"start":1707375923749,"stop":1707375923749,"duration":0}},{"uid":"baf7e7edcea7fa22","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/baf7e7edcea7fa22","status":"passed","time":{"start":1707373125418,"stop":1707373125418,"duration":0}},{"uid":"7dc4c7652d3eb0b6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7dc4c7652d3eb0b6","status":"passed","time":{"start":1707359334598,"stop":1707359334599,"duration":1}},{"uid":"8db061ac07e4217f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8db061ac07e4217f","status":"passed","time":{"start":1707358096690,"stop":1707358096690,"duration":0}},{"uid":"9b861adb40293380","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9b861adb40293380","status":"passed","time":{"start":1707357064564,"stop":1707357064566,"duration":2}},{"uid":"ecfbbf8471421f4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ecfbbf8471421f4","status":"passed","time":{"start":1707355285310,"stop":1707355285311,"duration":1}}]},"tags":[]},"source":"2cab8c925122c4c5.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6a1c76280fafe17","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":1707793304788,"stop":1707793304789,"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":13,"unknown":0,"total":13},"items":[{"uid":"64a08577fd862d37","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/64a08577fd862d37","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"ee230f0711f21410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ee230f0711f21410","status":"passed","time":{"start":1707775545750,"stop":1707775545751,"duration":1}},{"uid":"9000dd61f39fb75d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9000dd61f39fb75d","status":"passed","time":{"start":1707775359971,"stop":1707775359972,"duration":1}},{"uid":"ca858c2ec8aec26e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca858c2ec8aec26e","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"5bf7abe2b3d947a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bf7abe2b3d947a7","status":"passed","time":{"start":1707770099500,"stop":1707770099501,"duration":1}},{"uid":"fa9b078f85894f89","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fa9b078f85894f89","status":"passed","time":{"start":1707760242017,"stop":1707760242017,"duration":0}},{"uid":"8ad7baf3cf90916a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ad7baf3cf90916a","status":"passed","time":{"start":1707757936369,"stop":1707757936371,"duration":2}},{"uid":"52dc4aedfdfbdb6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/52dc4aedfdfbdb6f","status":"passed","time":{"start":1707756564917,"stop":1707756564918,"duration":1}},{"uid":"5ea54ae623f5e60a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ea54ae623f5e60a","status":"passed","time":{"start":1707753906989,"stop":1707753906989,"duration":0}},{"uid":"7b51f0fd1a011147","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b51f0fd1a011147","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"8f1c5b06119ef9ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f1c5b06119ef9ec","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"4ec7452080f4ad12","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ec7452080f4ad12","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"tags":[]},"source":"b6a1c76280fafe17.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5062dd9ea858939.json b/6406/data/test-cases/b6e2ff6b1861ef8.json similarity index 79% rename from 6379/data/test-cases/5062dd9ea858939.json rename to 6406/data/test-cases/b6e2ff6b1861ef8.json index 1157f5670f4..272cd9f605a 100644 --- a/6379/data/test-cases/5062dd9ea858939.json +++ b/6406/data/test-cases/b6e2ff6b1861ef8.json @@ -1 +1 @@ -{"uid":"5062dd9ea858939","name":"Check message with extra parameter is not received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check message with extra parameter is not received","historyId":"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418841949,"stop":1707418841950,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"b7de2c704edfa60","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b7de2c704edfa60","status":"passed","time":{"start":1707418071905,"stop":1707418071906,"duration":1}},{"uid":"cf6de12d8b768450","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/cf6de12d8b768450","status":"passed","time":{"start":1707418027869,"stop":1707418027870,"duration":1}},{"uid":"3310a16ab59eadd5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3310a16ab59eadd5","status":"passed","time":{"start":1707412447300,"stop":1707412447300,"duration":0}},{"uid":"3081714c28592950","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3081714c28592950","status":"passed","time":{"start":1707410887045,"stop":1707410887046,"duration":1}},{"uid":"59d72700956d757a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/59d72700956d757a","status":"passed","time":{"start":1707409360839,"stop":1707409360839,"duration":0}},{"uid":"648c6900e241dacb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/648c6900e241dacb","status":"passed","time":{"start":1707408754556,"stop":1707408754556,"duration":0}},{"uid":"b9d95868b6b32e15","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b9d95868b6b32e15","status":"passed","time":{"start":1707408698002,"stop":1707408698002,"duration":0}},{"uid":"625c8526075a703d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/625c8526075a703d","status":"passed","time":{"start":1707408233042,"stop":1707408233048,"duration":6}},{"uid":"47680a542a926bca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/47680a542a926bca","status":"passed","time":{"start":1707407282984,"stop":1707407282984,"duration":0}},{"uid":"34e67836387f1884","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/34e67836387f1884","status":"passed","time":{"start":1707407158635,"stop":1707407158635,"duration":0}},{"uid":"c092459ae7be71b8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c092459ae7be71b8","status":"passed","time":{"start":1707404183608,"stop":1707404183608,"duration":0}},{"uid":"a510a70e9e53200","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a510a70e9e53200","status":"passed","time":{"start":1707375605106,"stop":1707375605107,"duration":1}},{"uid":"f3ee3ae13b3d780e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f3ee3ae13b3d780e","status":"passed","time":{"start":1707372815528,"stop":1707372815529,"duration":1}},{"uid":"fbebc8aa478c05c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fbebc8aa478c05c7","status":"passed","time":{"start":1707358983024,"stop":1707358983026,"duration":2}},{"uid":"19acd28787631fd3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/19acd28787631fd3","status":"passed","time":{"start":1707357747316,"stop":1707357747316,"duration":0}},{"uid":"fd71d6d569b67787","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fd71d6d569b67787","status":"passed","time":{"start":1707356855814,"stop":1707356855815,"duration":1}},{"uid":"1c8c9a2bcbbb4eff","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1c8c9a2bcbbb4eff","status":"passed","time":{"start":1707354894960,"stop":1707354894962,"duration":2}}]},"tags":[]},"source":"5062dd9ea858939.json","parameterValues":[]} \ No newline at end of file +{"uid":"b6e2ff6b1861ef8","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":1707793028284,"stop":1707793028284,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"9d0de0d6042e75bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9d0de0d6042e75bd","status":"passed","time":{"start":1707777973001,"stop":1707777973002,"duration":1}},{"uid":"a05c7589aac063c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a05c7589aac063c6","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"6d4dc71b96dfd105","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4dc71b96dfd105","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}},{"uid":"fb986c8114b388ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb986c8114b388ed","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"3c0aca76170a088a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c0aca76170a088a","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}},{"uid":"1d265ca0ea3d5a68","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1d265ca0ea3d5a68","status":"passed","time":{"start":1707759965204,"stop":1707759965204,"duration":0}},{"uid":"1f0808ec7449b9f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f0808ec7449b9f2","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}},{"uid":"cda9bb1ee08b61db","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cda9bb1ee08b61db","status":"passed","time":{"start":1707756267911,"stop":1707756267912,"duration":1}},{"uid":"9ba598f3bb3c3132","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ba598f3bb3c3132","status":"passed","time":{"start":1707753668077,"stop":1707753668077,"duration":0}},{"uid":"65aa391ef485a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65aa391ef485a5f","status":"passed","time":{"start":1707753423539,"stop":1707753423540,"duration":1}},{"uid":"a35908fe0c84aaa9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35908fe0c84aaa9","status":"passed","time":{"start":1707750796034,"stop":1707750796035,"duration":1}},{"uid":"248a85c21ec550ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/248a85c21ec550ce","status":"passed","time":{"start":1707736730647,"stop":1707736730653,"duration":6}},{"uid":"15b6ce059c432d3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15b6ce059c432d3c","status":"passed","time":{"start":1707735912124,"stop":1707735912124,"duration":0}}]},"tags":[]},"source":"b6e2ff6b1861ef8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b75a1a5922d90b1f.json b/6406/data/test-cases/b75a1a5922d90b1f.json new file mode 100644 index 00000000000..2a119c38533 --- /dev/null +++ b/6406/data/test-cases/b75a1a5922d90b1f.json @@ -0,0 +1 @@ +{"uid":"b75a1a5922d90b1f","name":"Check meta is set [ecies]","fullName":"/src/ecies.spec.ts: Ecies Encryption > Check meta is set [ecies]","historyId":"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792822803,"stop":1707792822803,"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":14,"unknown":0,"total":14},"items":[{"uid":"fe182d456c7bf962","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe182d456c7bf962","status":"passed","time":{"start":1707777772233,"stop":1707777772233,"duration":0}},{"uid":"b03c86ad48f029d4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b03c86ad48f029d4","status":"passed","time":{"start":1707775048146,"stop":1707775048147,"duration":1}},{"uid":"60a25450444169af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/60a25450444169af","status":"passed","time":{"start":1707774850257,"stop":1707774850257,"duration":0}},{"uid":"69400db10c57aa3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69400db10c57aa3d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"8eeb9b131d139e61","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8eeb9b131d139e61","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"df0a5382146ecceb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/df0a5382146ecceb","status":"passed","time":{"start":1707759745078,"stop":1707759745078,"duration":0}},{"uid":"32ff9e0697489210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32ff9e0697489210","status":"passed","time":{"start":1707757440222,"stop":1707757440222,"duration":0}},{"uid":"9619b8add9cb1654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9619b8add9cb1654","status":"passed","time":{"start":1707756069083,"stop":1707756069083,"duration":0}},{"uid":"5ef4e6716d7311ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ef4e6716d7311ad","status":"passed","time":{"start":1707753487641,"stop":1707753487641,"duration":0}},{"uid":"ba800111cbe10359","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba800111cbe10359","status":"passed","time":{"start":1707753216621,"stop":1707753216622,"duration":1}},{"uid":"9fe5f2b1a3696e96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fe5f2b1a3696e96","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"aafb8d158c75a380","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aafb8d158c75a380","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"1ec0874ccdb45fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ec0874ccdb45fa","status":"passed","time":{"start":1707735716033,"stop":1707735716033,"duration":0}}]},"tags":[]},"source":"b75a1a5922d90b1f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b7838768e7658223.json b/6406/data/test-cases/b7838768e7658223.json new file mode 100644 index 00000000000..06b783fa0ab --- /dev/null +++ b/6406/data/test-cases/b7838768e7658223.json @@ -0,0 +1 @@ +{"uid":"b7838768e7658223","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":1707793412324,"stop":1707793412324,"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":13,"unknown":0,"total":13},"items":[{"uid":"80dbd9e15e0c069","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/80dbd9e15e0c069","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"fbf669dfbac784ab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fbf669dfbac784ab","status":"passed","time":{"start":1707775662265,"stop":1707775662265,"duration":0}},{"uid":"59be99cec22dc0ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59be99cec22dc0ba","status":"passed","time":{"start":1707775462780,"stop":1707775462780,"duration":0}},{"uid":"79f5f84e8af1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79f5f84e8af1dfa0","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1}},{"uid":"d9bb07fd62fdec70","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9bb07fd62fdec70","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"94ee84125721791","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/94ee84125721791","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"ac19e00f46c7b386","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac19e00f46c7b386","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"cbe54f17fdc0051b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbe54f17fdc0051b","status":"passed","time":{"start":1707756674086,"stop":1707756674086,"duration":0}},{"uid":"3d112717b6987fe3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d112717b6987fe3","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"a6edd1a2c443cb19","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6edd1a2c443cb19","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"f92e7af9a9ebc96f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f92e7af9a9ebc96f","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"97c7799133dddf33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97c7799133dddf33","status":"passed","time":{"start":1707736343134,"stop":1707736343135,"duration":1}}]},"tags":[]},"source":"b7838768e7658223.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4003a45946730edd.json b/6406/data/test-cases/b7a22f9550efbc20.json similarity index 83% rename from 6379/data/test-cases/4003a45946730edd.json rename to 6406/data/test-cases/b7a22f9550efbc20.json index 9d524778c9d..2ad8da10b0c 100644 --- a/6379/data/test-cases/4003a45946730edd.json +++ b/6406/data/test-cases/b7a22f9550efbc20.json @@ -1 +1 @@ -{"uid":"4003a45946730edd","name":"Subscribe to 30 topics (old 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 30 topics (old limit) at once and receives messages","historyId":"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419289497,"stop":1707419289498,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"2ff4fbe270f40cc5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2ff4fbe270f40cc5","status":"passed","time":{"start":1707418535537,"stop":1707418535537,"duration":0}},{"uid":"e8ed09a0701ecf52","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e8ed09a0701ecf52","status":"passed","time":{"start":1707418482213,"stop":1707418482214,"duration":1}},{"uid":"861157f6dcd7c8c3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/861157f6dcd7c8c3","status":"passed","time":{"start":1707412863480,"stop":1707412863480,"duration":0}},{"uid":"eb41f4f99683867a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/eb41f4f99683867a","status":"passed","time":{"start":1707411338650,"stop":1707411338651,"duration":1}},{"uid":"5a76d4ac8183bc27","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5a76d4ac8183bc27","status":"passed","time":{"start":1707409792228,"stop":1707409792228,"duration":0}},{"uid":"5b9422370deb7b19","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5b9422370deb7b19","status":"passed","time":{"start":1707409177751,"stop":1707409177751,"duration":0}},{"uid":"47bd9db2d7801eb8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/47bd9db2d7801eb8","status":"passed","time":{"start":1707409135086,"stop":1707409135087,"duration":1}},{"uid":"1da0ee282a9c43a9","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1da0ee282a9c43a9","status":"passed","time":{"start":1707408664019,"stop":1707408664019,"duration":0}},{"uid":"9a42c43ff0be91ad","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a42c43ff0be91ad","status":"passed","time":{"start":1707407736505,"stop":1707407736505,"duration":0}},{"uid":"798ba2b8d585b7c1","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/798ba2b8d585b7c1","status":"passed","time":{"start":1707407618226,"stop":1707407618226,"duration":0}},{"uid":"19f38b057176f3ec","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/19f38b057176f3ec","status":"passed","time":{"start":1707404537710,"stop":1707404537710,"duration":0}},{"uid":"dc7077d2e0486561","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/dc7077d2e0486561","status":"passed","time":{"start":1707375978541,"stop":1707375978541,"duration":0}},{"uid":"98149cd3d2473f52","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/98149cd3d2473f52","status":"passed","time":{"start":1707373245352,"stop":1707373245352,"duration":0}},{"uid":"a2c07fceda8e8569","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a2c07fceda8e8569","status":"passed","time":{"start":1707359448663,"stop":1707359448664,"duration":1}},{"uid":"a46308df7fbeb3e3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a46308df7fbeb3e3","status":"passed","time":{"start":1707358197181,"stop":1707358197182,"duration":1}},{"uid":"e34f66db7815fcd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e34f66db7815fcd","status":"passed","time":{"start":1707357226624,"stop":1707357226625,"duration":1}},{"uid":"4de87e4e2d264521","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4de87e4e2d264521","status":"passed","time":{"start":1707355477302,"stop":1707355477302,"duration":0}}]},"tags":[]},"source":"4003a45946730edd.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7a22f9550efbc20","name":"Subscribe to 30 topics (old 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 30 topics (old limit) at once and receives messages","historyId":"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"72419086593831cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72419086593831cf","status":"passed","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"77f479cf038d93fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77f479cf038d93fd","status":"passed","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"935af4ef58b0fa81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/935af4ef58b0fa81","status":"passed","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"42ad72f03876b95e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42ad72f03876b95e","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"d7cece509fafad30","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7cece509fafad30","status":"passed","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"1529eed73177906e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1529eed73177906e","status":"passed","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"47ac491b5057c42a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/47ac491b5057c42a","status":"passed","time":{"start":1707758004303,"stop":1707758004303,"duration":0}},{"uid":"ed2fb998a4e40e64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed2fb998a4e40e64","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"3af9de383cd2db3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3af9de383cd2db3b","status":"passed","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"a8f6e1b171d55565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8f6e1b171d55565","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7533158f72d90743","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7533158f72d90743","status":"passed","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"b10a67787f096127","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b10a67787f096127","status":"passed","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"bb78cab85026d05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb78cab85026d05","status":"passed","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"tags":[]},"source":"b7a22f9550efbc20.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d27b700cd8f2e021.json b/6406/data/test-cases/b7b0bd2f3dde818b.json similarity index 81% rename from 6379/data/test-cases/d27b700cd8f2e021.json rename to 6406/data/test-cases/b7b0bd2f3dde818b.json index b391b92fe35..50ba7d7e3c0 100644 --- a/6379/data/test-cases/d27b700cd8f2e021.json +++ b/6406/data/test-cases/b7b0bd2f3dde818b.json @@ -1 +1 @@ -{"uid":"d27b700cd8f2e021","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no pubsub topic is not received","historyId":"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181410,"stop":1707419181411,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"242ce9d9c5d26224","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/242ce9d9c5d26224","status":"passed","time":{"start":1707418419763,"stop":1707418419763,"duration":0}},{"uid":"1d5915162d51e89e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1d5915162d51e89e","status":"passed","time":{"start":1707418388446,"stop":1707418388446,"duration":0}},{"uid":"e10fe7dc27415690","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e10fe7dc27415690","status":"passed","time":{"start":1707412796122,"stop":1707412796123,"duration":1}},{"uid":"c90ffb5ff9c12ce8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c90ffb5ff9c12ce8","status":"passed","time":{"start":1707411256083,"stop":1707411256084,"duration":1}},{"uid":"93a7d636cecfe3c5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/93a7d636cecfe3c5","status":"passed","time":{"start":1707409690314,"stop":1707409690314,"duration":0}},{"uid":"8337cc76ded4a7a8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8337cc76ded4a7a8","status":"passed","time":{"start":1707409095922,"stop":1707409095922,"duration":0}},{"uid":"5e712d42bf5c8a5d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5e712d42bf5c8a5d","status":"passed","time":{"start":1707409032399,"stop":1707409032399,"duration":0}},{"uid":"5eb39c0fa1e09d60","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5eb39c0fa1e09d60","status":"passed","time":{"start":1707408574256,"stop":1707408574256,"duration":0}},{"uid":"67e6b75e01f5dd54","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/67e6b75e01f5dd54","status":"passed","time":{"start":1707407633867,"stop":1707407633867,"duration":0}},{"uid":"b25e85cbc511a6dc","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b25e85cbc511a6dc","status":"passed","time":{"start":1707407545221,"stop":1707407545221,"duration":0}},{"uid":"47f5f985e934de28","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/47f5f985e934de28","status":"passed","time":{"start":1707404532432,"stop":1707404532432,"duration":0}},{"uid":"ad9bf53c48fcab26","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ad9bf53c48fcab26","status":"passed","time":{"start":1707375958757,"stop":1707375958757,"duration":0}},{"uid":"24d0bd6d32311abc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/24d0bd6d32311abc","status":"passed","time":{"start":1707373157754,"stop":1707373157754,"duration":0}},{"uid":"6e069e011786ede9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6e069e011786ede9","status":"passed","time":{"start":1707359355975,"stop":1707359355975,"duration":0}},{"uid":"405de8a58d783ab","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/405de8a58d783ab","status":"passed","time":{"start":1707358094668,"stop":1707358094669,"duration":1}},{"uid":"3eaf73783822b975","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3eaf73783822b975","status":"passed","time":{"start":1707357164915,"stop":1707357164916,"duration":1}},{"uid":"ae278d1e7a0c54d6","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ae278d1e7a0c54d6","status":"passed","time":{"start":1707355248779,"stop":1707355248779,"duration":0}}]},"tags":[]},"source":"d27b700cd8f2e021.json","parameterValues":[]} \ No newline at end of file +{"uid":"b7b0bd2f3dde818b","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check message with no pubsub topic is not received","historyId":"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371105,"stop":1707793371106,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"18739f178cc8bab5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18739f178cc8bab5","status":"passed","time":{"start":1707778338845,"stop":1707778338845,"duration":0}},{"uid":"d06e37f003926122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d06e37f003926122","status":"passed","time":{"start":1707775602022,"stop":1707775602023,"duration":1}},{"uid":"e9308bd4261e5633","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9308bd4261e5633","status":"passed","time":{"start":1707775390232,"stop":1707775390233,"duration":1}},{"uid":"e394f617e12e0e8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e394f617e12e0e8b","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"830f9940c13fab30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/830f9940c13fab30","status":"passed","time":{"start":1707760301815,"stop":1707760301816,"duration":1}},{"uid":"1db4e094e90bb06e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1db4e094e90bb06e","status":"passed","time":{"start":1707758006711,"stop":1707758006711,"duration":0}},{"uid":"cc97123da5aa0b16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc97123da5aa0b16","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"9fa6a2fd3b7c4081","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fa6a2fd3b7c4081","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"b446271c755f1eb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b446271c755f1eb","status":"passed","time":{"start":1707753782758,"stop":1707753782758,"duration":0}},{"uid":"f834d46e2c24171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f834d46e2c24171","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"bb9e4b99f721cd05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb9e4b99f721cd05","status":"passed","time":{"start":1707737091322,"stop":1707737091323,"duration":1}},{"uid":"fd04f36e57406878","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd04f36e57406878","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"tags":[]},"source":"b7b0bd2f3dde818b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b7b8e1753f1b7d61.json b/6406/data/test-cases/b7b8e1753f1b7d61.json new file mode 100644 index 00000000000..475b52d240d --- /dev/null +++ b/6406/data/test-cases/b7b8e1753f1b7d61.json @@ -0,0 +1 @@ +{"uid":"b7b8e1753f1b7d61","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":1707793012492,"stop":1707793012492,"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":14,"unknown":0,"total":14},"items":[{"uid":"a3e366274350c695","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e366274350c695","status":"passed","time":{"start":1707777977668,"stop":1707777977668,"duration":0}},{"uid":"df35730fd36dae3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df35730fd36dae3","status":"passed","time":{"start":1707775258458,"stop":1707775258459,"duration":1}},{"uid":"827810f7ae622e63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/827810f7ae622e63","status":"passed","time":{"start":1707775082021,"stop":1707775082021,"duration":0}},{"uid":"f2a0c66e0d5bb85a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2a0c66e0d5bb85a","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"duration":1}},{"uid":"59d8b2e6fd449946","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/59d8b2e6fd449946","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"5b543b744b56092","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b543b744b56092","status":"passed","time":{"start":1707759921457,"stop":1707759921457,"duration":0}},{"uid":"c3b16fb87b47a8ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c3b16fb87b47a8ab","status":"passed","time":{"start":1707757624879,"stop":1707757624879,"duration":0}},{"uid":"d9745d492cfcb75f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9745d492cfcb75f","status":"passed","time":{"start":1707756261777,"stop":1707756261789,"duration":12}},{"uid":"11306269f1b1949e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11306269f1b1949e","status":"passed","time":{"start":1707753651171,"stop":1707753651172,"duration":1}},{"uid":"f3eaf55c03c6232c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3eaf55c03c6232c","status":"passed","time":{"start":1707753409588,"stop":1707753409589,"duration":1}},{"uid":"666243f007cc99a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/666243f007cc99a3","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"69933920d44990b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69933920d44990b2","status":"passed","time":{"start":1707736708331,"stop":1707736708332,"duration":1}},{"uid":"fa0bb53930d4318f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa0bb53930d4318f","status":"passed","time":{"start":1707735914388,"stop":1707735914388,"duration":0}}]},"tags":[]},"source":"b7b8e1753f1b7d61.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b7d1296dfbe15f79.json b/6406/data/test-cases/b7d1296dfbe15f79.json new file mode 100644 index 00000000000..f9f4532ae58 --- /dev/null +++ b/6406/data/test-cases/b7d1296dfbe15f79.json @@ -0,0 +1 @@ +{"uid":"b7d1296dfbe15f79","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":1707792919942,"stop":1707792919942,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"9db9d276e7387114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9db9d276e7387114","status":"passed","time":{"start":1707777865444,"stop":1707777865444,"duration":0}},{"uid":"482442678b0ae1e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/482442678b0ae1e6","status":"passed","time":{"start":1707775140807,"stop":1707775140807,"duration":0}},{"uid":"59d9117f16dd817a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59d9117f16dd817a","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"50b70d34b9fe4d8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50b70d34b9fe4d8a","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"6e7ee68827dffbf6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6e7ee68827dffbf6","status":"passed","time":{"start":1707769737620,"stop":1707769737621,"duration":1}},{"uid":"c6aed3ef495a2f13","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6aed3ef495a2f13","status":"passed","time":{"start":1707759835150,"stop":1707759835150,"duration":0}},{"uid":"63628c983aa9e6d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63628c983aa9e6d8","status":"passed","time":{"start":1707757529706,"stop":1707757529706,"duration":0}},{"uid":"d7bb826155ae8bce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d7bb826155ae8bce","status":"passed","time":{"start":1707756164076,"stop":1707756164077,"duration":1}},{"uid":"16d72e4b12abd40d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/16d72e4b12abd40d","status":"passed","time":{"start":1707753566689,"stop":1707753566690,"duration":1}},{"uid":"6f629062ab369d4a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f629062ab369d4a","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"8fdbe5e82e3e2ebb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8fdbe5e82e3e2ebb","status":"passed","time":{"start":1707750698718,"stop":1707750698719,"duration":1}},{"uid":"72cfec5138b6ce05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72cfec5138b6ce05","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"d74e668c13d4b6b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d74e668c13d4b6b4","status":"passed","time":{"start":1707735814292,"stop":1707735814293,"duration":1}}]},"tags":[]},"source":"b7d1296dfbe15f79.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b81085273cd1c50b.json b/6406/data/test-cases/b81085273cd1c50b.json new file mode 100644 index 00000000000..d9dfb91db99 --- /dev/null +++ b/6406/data/test-cases/b81085273cd1c50b.json @@ -0,0 +1 @@ +{"uid":"b81085273cd1c50b","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":1707793088064,"stop":1707793088064,"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":"f53895797cebc80f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f53895797cebc80f","status":"passed","time":{"start":1707778034788,"stop":1707778034788,"duration":0}},{"uid":"c1398bde25018947","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1398bde25018947","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"30776c1e141b18ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30776c1e141b18ce","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"bc83a26e077ae397","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc83a26e077ae397","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0}},{"uid":"13d9e2a728cffbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13d9e2a728cffbca","status":"passed","time":{"start":1707769919574,"stop":1707769919574,"duration":0}},{"uid":"fee7324c0acd1341","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fee7324c0acd1341","status":"passed","time":{"start":1707760025487,"stop":1707760025487,"duration":0}},{"uid":"91621cc18da8ebf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91621cc18da8ebf1","status":"passed","time":{"start":1707757709190,"stop":1707757709190,"duration":0}},{"uid":"deaca45017e8be7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deaca45017e8be7","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"2f3d60620b76d7d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f3d60620b76d7d3","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"f2b2a0aafcf2b094","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2b2a0aafcf2b094","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"65fd2841f885880","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/65fd2841f885880","status":"passed","time":{"start":1707750881808,"stop":1707750881808,"duration":0}},{"uid":"1d52572739305dae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d52572739305dae","status":"passed","time":{"start":1707736800767,"stop":1707736800767,"duration":0}},{"uid":"6052c1dc956d4f3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6052c1dc956d4f3b","status":"passed","time":{"start":1707736013456,"stop":1707736013456,"duration":0}}]},"tags":[]},"source":"b81085273cd1c50b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/feb545d98cfa1a4d.json b/6406/data/test-cases/b84d8226908260b5.json similarity index 86% rename from 6379/data/test-cases/feb545d98cfa1a4d.json rename to 6406/data/test-cases/b84d8226908260b5.json index 793abe626e4..f1699f0183e 100644 --- a/6379/data/test-cases/feb545d98cfa1a4d.json +++ b/6406/data/test-cases/b84d8226908260b5.json @@ -1 +1 @@ -{"uid":"feb545d98cfa1a4d","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":1707419080408,"stop":1707419080408,"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":18,"unknown":0,"total":18},"items":[{"uid":"cc8639c214286132","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/cc8639c214286132","status":"passed","time":{"start":1707418322022,"stop":1707418322022,"duration":0}},{"uid":"3ea62864353f2e6f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3ea62864353f2e6f","status":"passed","time":{"start":1707418259985,"stop":1707418259985,"duration":0}},{"uid":"267c8594ad838932","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/267c8594ad838932","status":"passed","time":{"start":1707412707115,"stop":1707412707116,"duration":1}},{"uid":"641f7e75860302b8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/641f7e75860302b8","status":"passed","time":{"start":1707411118113,"stop":1707411118119,"duration":6}},{"uid":"eb6b7a98719353ca","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/eb6b7a98719353ca","status":"passed","time":{"start":1707409587926,"stop":1707409587926,"duration":0}},{"uid":"6368de25d7c9e3d3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6368de25d7c9e3d3","status":"passed","time":{"start":1707408980234,"stop":1707408980234,"duration":0}},{"uid":"826413e6b1750489","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/826413e6b1750489","status":"passed","time":{"start":1707408927124,"stop":1707408927125,"duration":1}},{"uid":"a0124c38e63ac50b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a0124c38e63ac50b","status":"passed","time":{"start":1707408458743,"stop":1707408458743,"duration":0}},{"uid":"d26063dab09aa7e8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d26063dab09aa7e8","status":"passed","time":{"start":1707407520232,"stop":1707407520233,"duration":1}},{"uid":"5ab78afec22a2ead","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5ab78afec22a2ead","status":"passed","time":{"start":1707407427640,"stop":1707407427640,"duration":0}},{"uid":"67d4106256690516","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/67d4106256690516","status":"passed","time":{"start":1707404404310,"stop":1707404404310,"duration":0}},{"uid":"832a8ecf6dcf190e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/832a8ecf6dcf190e","status":"passed","time":{"start":1707375846757,"stop":1707375846757,"duration":0}},{"uid":"68602aaa131758c7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/68602aaa131758c7","status":"passed","time":{"start":1707373035646,"stop":1707373035646,"duration":0}},{"uid":"81222e933a622ee6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/81222e933a622ee6","status":"passed","time":{"start":1707359236213,"stop":1707359236214,"duration":1}},{"uid":"4c2eed044a93cdf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4c2eed044a93cdf","status":"passed","time":{"start":1707357965199,"stop":1707357965199,"duration":0}},{"uid":"aed739539716ac80","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/aed739539716ac80","status":"passed","time":{"start":1707357048206,"stop":1707357048207,"duration":1}},{"uid":"e2e52e6e1ca5ac5f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e2e52e6e1ca5ac5f","status":"passed","time":{"start":1707355141615,"stop":1707355141616,"duration":1}}]},"tags":[]},"source":"feb545d98cfa1a4d.json","parameterValues":[]} \ No newline at end of file +{"uid":"b84d8226908260b5","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":1707793238874,"stop":1707793238874,"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":14,"unknown":0,"total":14},"items":[{"uid":"a664284135d239db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a664284135d239db","status":"passed","time":{"start":1707778202482,"stop":1707778202494,"duration":12}},{"uid":"878fd4a83ae5dac2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/878fd4a83ae5dac2","status":"passed","time":{"start":1707775486629,"stop":1707775486630,"duration":1}},{"uid":"792c398180955fed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/792c398180955fed","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"daed37c084ad227a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daed37c084ad227a","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"b5d310d45bab1f8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b5d310d45bab1f8b","status":"passed","time":{"start":1707770051395,"stop":1707770051395,"duration":0}},{"uid":"697121d91053c0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/697121d91053c0c2","status":"passed","time":{"start":1707760174023,"stop":1707760174023,"duration":0}},{"uid":"339f76bf09229a76","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/339f76bf09229a76","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"adf6902c1e14b694","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf6902c1e14b694","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"760a8f22b7d86102","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/760a8f22b7d86102","status":"passed","time":{"start":1707753870445,"stop":1707753870445,"duration":0}},{"uid":"f34d9d9ca95efb59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f34d9d9ca95efb59","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"8e24d9b92c292c80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8e24d9b92c292c80","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"3081229ef0eb8551","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3081229ef0eb8551","status":"passed","time":{"start":1707736947847,"stop":1707736947848,"duration":1}},{"uid":"6053432367941d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6053432367941d1","status":"passed","time":{"start":1707736152505,"stop":1707736152506,"duration":1}}]},"tags":[]},"source":"b84d8226908260b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f4104629f4017144.json b/6406/data/test-cases/b85c0b207d46ee44.json similarity index 80% rename from 6379/data/test-cases/f4104629f4017144.json rename to 6406/data/test-cases/b85c0b207d46ee44.json index 22557d7b08b..b36a28230f5 100644 --- a/6379/data/test-cases/f4104629f4017144.json +++ b/6406/data/test-cases/b85c0b207d46ee44.json @@ -1 +1 @@ -{"uid":"f4104629f4017144","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":1707418841936,"stop":1707418841936,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"37974020fef1468a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/37974020fef1468a","status":"passed","time":{"start":1707418071895,"stop":1707418071896,"duration":1}},{"uid":"1f997faf60b0b787","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1f997faf60b0b787","status":"passed","time":{"start":1707418027862,"stop":1707418027862,"duration":0}},{"uid":"126203d4c6bf8b3b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/126203d4c6bf8b3b","status":"passed","time":{"start":1707412447289,"stop":1707412447289,"duration":0}},{"uid":"f934ac7029670144","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f934ac7029670144","status":"passed","time":{"start":1707410887023,"stop":1707410887024,"duration":1}},{"uid":"cfc515f0f8549f60","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/cfc515f0f8549f60","status":"passed","time":{"start":1707409360832,"stop":1707409360832,"duration":0}},{"uid":"4bbc383dfafdb53f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4bbc383dfafdb53f","status":"passed","time":{"start":1707408754550,"stop":1707408754550,"duration":0}},{"uid":"4439a12296a264cf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4439a12296a264cf","status":"passed","time":{"start":1707408697992,"stop":1707408697993,"duration":1}},{"uid":"954875fc4a7d02c5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/954875fc4a7d02c5","status":"passed","time":{"start":1707408233029,"stop":1707408233030,"duration":1}},{"uid":"5d53270ab4cac93c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5d53270ab4cac93c","status":"passed","time":{"start":1707407282972,"stop":1707407282973,"duration":1}},{"uid":"5cde48ae1b93b90a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5cde48ae1b93b90a","status":"passed","time":{"start":1707407158623,"stop":1707407158623,"duration":0}},{"uid":"b30a5c9c8d009b4a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b30a5c9c8d009b4a","status":"passed","time":{"start":1707404183591,"stop":1707404183591,"duration":0}},{"uid":"57e7f1f3d61a35d7","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/57e7f1f3d61a35d7","status":"passed","time":{"start":1707375605077,"stop":1707375605078,"duration":1}},{"uid":"24d01953273f3900","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/24d01953273f3900","status":"passed","time":{"start":1707372815498,"stop":1707372815498,"duration":0}},{"uid":"8526f4ebcfd2b12d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8526f4ebcfd2b12d","status":"passed","time":{"start":1707358982993,"stop":1707358982993,"duration":0}},{"uid":"98def72ca1c25de4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/98def72ca1c25de4","status":"passed","time":{"start":1707357747307,"stop":1707357747307,"duration":0}},{"uid":"cc240882c1efe08c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cc240882c1efe08c","status":"passed","time":{"start":1707356855803,"stop":1707356855803,"duration":0}},{"uid":"da9d4a0e2ce2a5f3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/da9d4a0e2ce2a5f3","status":"passed","time":{"start":1707354894910,"stop":1707354894913,"duration":3}}]},"tags":[]},"source":"f4104629f4017144.json","parameterValues":[]} \ No newline at end of file +{"uid":"b85c0b207d46ee44","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":1707793028276,"stop":1707793028279,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"d196bde95acd2cb6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d196bde95acd2cb6","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"126e4fa489644925","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/126e4fa489644925","status":"passed","time":{"start":1707775244529,"stop":1707775244529,"duration":0}},{"uid":"41dd3420e7b444b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41dd3420e7b444b1","status":"passed","time":{"start":1707775050817,"stop":1707775050818,"duration":1}},{"uid":"f2b7283069feac1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b7283069feac1f","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"9c6dedacda235e76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c6dedacda235e76","status":"passed","time":{"start":1707769843143,"stop":1707769843144,"duration":1}},{"uid":"5ca02c8f5113dc10","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5ca02c8f5113dc10","status":"passed","time":{"start":1707759965198,"stop":1707759965199,"duration":1}},{"uid":"6cfc065499b987c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cfc065499b987c6","status":"passed","time":{"start":1707757644389,"stop":1707757644390,"duration":1}},{"uid":"968944f826a3dbcc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/968944f826a3dbcc","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"7e3c9172f336e673","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e3c9172f336e673","status":"passed","time":{"start":1707753668032,"stop":1707753668067,"duration":35}},{"uid":"85100f60674b5c1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85100f60674b5c1c","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"aad56d0dc8f89c8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aad56d0dc8f89c8b","status":"passed","time":{"start":1707750796030,"stop":1707750796031,"duration":1}},{"uid":"7791024feaf37274","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7791024feaf37274","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"3e8646c0b547a8d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3e8646c0b547a8d8","status":"passed","time":{"start":1707735912119,"stop":1707735912119,"duration":0}}]},"tags":[]},"source":"b85c0b207d46ee44.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c43f1cda02ebbb84.json b/6406/data/test-cases/b8719a801a5cb378.json similarity index 86% rename from 6379/data/test-cases/c43f1cda02ebbb84.json rename to 6406/data/test-cases/b8719a801a5cb378.json index d21636a4ce2..d08fccfe417 100644 --- a/6379/data/test-cases/c43f1cda02ebbb84.json +++ b/6406/data/test-cases/b8719a801a5cb378.json @@ -1 +1 @@ -{"uid":"c43f1cda02ebbb84","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":1707419080397,"stop":1707419080397,"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":18,"unknown":0,"total":18},"items":[{"uid":"781118ff7321b164","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/781118ff7321b164","status":"passed","time":{"start":1707418322014,"stop":1707418322014,"duration":0}},{"uid":"47cd7ff519dd0811","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/47cd7ff519dd0811","status":"passed","time":{"start":1707418259978,"stop":1707418259978,"duration":0}},{"uid":"c2bf01c8427f819","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c2bf01c8427f819","status":"passed","time":{"start":1707412707107,"stop":1707412707108,"duration":1}},{"uid":"647654b71f64d41f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/647654b71f64d41f","status":"passed","time":{"start":1707411118099,"stop":1707411118099,"duration":0}},{"uid":"70f17596b25af1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/70f17596b25af1","status":"passed","time":{"start":1707409587919,"stop":1707409587919,"duration":0}},{"uid":"e5985556503b19f9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e5985556503b19f9","status":"passed","time":{"start":1707408980209,"stop":1707408980209,"duration":0}},{"uid":"40d10a8864b788d6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/40d10a8864b788d6","status":"passed","time":{"start":1707408927118,"stop":1707408927118,"duration":0}},{"uid":"b8d73b216d308d5e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b8d73b216d308d5e","status":"passed","time":{"start":1707408458732,"stop":1707408458733,"duration":1}},{"uid":"ac0105b64d1b2b15","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ac0105b64d1b2b15","status":"passed","time":{"start":1707407520222,"stop":1707407520223,"duration":1}},{"uid":"4d86ac2466c213d0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4d86ac2466c213d0","status":"passed","time":{"start":1707407427625,"stop":1707407427625,"duration":0}},{"uid":"4aa1f0f2af59e71","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4aa1f0f2af59e71","status":"passed","time":{"start":1707404404303,"stop":1707404404304,"duration":1}},{"uid":"af078f6bcaa4af6c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/af078f6bcaa4af6c","status":"passed","time":{"start":1707375846751,"stop":1707375846751,"duration":0}},{"uid":"efcba870cbf4d450","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/efcba870cbf4d450","status":"passed","time":{"start":1707373035624,"stop":1707373035625,"duration":1}},{"uid":"a9366cf16d2d6306","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a9366cf16d2d6306","status":"passed","time":{"start":1707359236206,"stop":1707359236207,"duration":1}},{"uid":"532ec65e2f723c7a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/532ec65e2f723c7a","status":"passed","time":{"start":1707357965188,"stop":1707357965188,"duration":0}},{"uid":"9c333707cc279c76","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9c333707cc279c76","status":"passed","time":{"start":1707357048196,"stop":1707357048196,"duration":0}},{"uid":"32aab31a1f58a89a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/32aab31a1f58a89a","status":"passed","time":{"start":1707355141608,"stop":1707355141608,"duration":0}}]},"tags":[]},"source":"c43f1cda02ebbb84.json","parameterValues":[]} \ No newline at end of file +{"uid":"b8719a801a5cb378","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":1707793238865,"stop":1707793238865,"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":14,"unknown":0,"total":14},"items":[{"uid":"91725d26fd5c65d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91725d26fd5c65d3","status":"passed","time":{"start":1707778202475,"stop":1707778202475,"duration":0}},{"uid":"f0e79f549f3dd052","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f0e79f549f3dd052","status":"passed","time":{"start":1707775486614,"stop":1707775486615,"duration":1}},{"uid":"2bac6304e260f35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2bac6304e260f35","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"4cfc68a37438912a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cfc68a37438912a","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1}},{"uid":"adc6fb70af60e331","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adc6fb70af60e331","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"e7ab089a54c4cf0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7ab089a54c4cf0f","status":"passed","time":{"start":1707760174009,"stop":1707760174011,"duration":2}},{"uid":"a2e0e8081f5cdaab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a2e0e8081f5cdaab","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"6b2ca4a6c600cfcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b2ca4a6c600cfcd","status":"passed","time":{"start":1707756499899,"stop":1707756499900,"duration":1}},{"uid":"155744b5acfb31c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/155744b5acfb31c","status":"passed","time":{"start":1707753870425,"stop":1707753870426,"duration":1}},{"uid":"9ac9e504e5f43263","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ac9e504e5f43263","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"86bb21771c2f808d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86bb21771c2f808d","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"a4bc4c493df9e10d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4bc4c493df9e10d","status":"passed","time":{"start":1707736947840,"stop":1707736947840,"duration":0}},{"uid":"ce3a2d305f3778b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce3a2d305f3778b5","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"tags":[]},"source":"b8719a801a5cb378.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b8fd845bf60bcad5.json b/6406/data/test-cases/b8fd845bf60bcad5.json new file mode 100644 index 00000000000..05682b11dab --- /dev/null +++ b/6406/data/test-cases/b8fd845bf60bcad5.json @@ -0,0 +1 @@ +{"uid":"b8fd845bf60bcad5","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":1707793400887,"stop":1707793400888,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a93224d4cd667227","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a93224d4cd667227","status":"passed","time":{"start":1707778381869,"stop":1707778381870,"duration":1}},{"uid":"c60245b569cc340b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c60245b569cc340b","status":"passed","time":{"start":1707775653207,"stop":1707775653208,"duration":1}},{"uid":"8b68c657ecdfd37f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b68c657ecdfd37f","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"98adbce2d2dceb3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98adbce2d2dceb3d","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1}},{"uid":"b8c56c3a9a73aced","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8c56c3a9a73aced","status":"passed","time":{"start":1707770169175,"stop":1707770169175,"duration":0}},{"uid":"2282992c48cebf2c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2282992c48cebf2c","status":"passed","time":{"start":1707760345981,"stop":1707760345981,"duration":0}},{"uid":"4ade5f67fc4ac2d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ade5f67fc4ac2d5","status":"passed","time":{"start":1707758029745,"stop":1707758029745,"duration":0}},{"uid":"905cb79f39d19935","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/905cb79f39d19935","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"4f5158314ef3cec8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f5158314ef3cec8","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"704d4635e9e84a87","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/704d4635e9e84a87","status":"passed","time":{"start":1707753832679,"stop":1707753832680,"duration":1}},{"uid":"a78bd5084cc6fbc8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a78bd5084cc6fbc8","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"9c06c40b4972fc9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06c40b4972fc9d","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"tags":[]},"source":"b8fd845bf60bcad5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b942e5bb97a47350.json b/6406/data/test-cases/b942e5bb97a47350.json new file mode 100644 index 00000000000..6ab5a521163 --- /dev/null +++ b/6406/data/test-cases/b942e5bb97a47350.json @@ -0,0 +1 @@ +{"uid":"b942e5bb97a47350","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":1707792805567,"stop":1707792805568,"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":14,"unknown":0,"total":14},"items":[{"uid":"3a45c6f062fd525b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a45c6f062fd525b","status":"passed","time":{"start":1707777754561,"stop":1707777754561,"duration":0}},{"uid":"d318bc1d6d9708dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d318bc1d6d9708dc","status":"passed","time":{"start":1707775031070,"stop":1707775031070,"duration":0}},{"uid":"d8d80e926f029534","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d80e926f029534","status":"passed","time":{"start":1707774832648,"stop":1707774832648,"duration":0}},{"uid":"3ef4943e24c30e62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef4943e24c30e62","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"duration":0}},{"uid":"de7775779f71d49c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7775779f71d49c","status":"passed","time":{"start":1707769632864,"stop":1707769632865,"duration":1}},{"uid":"6689b988925b6bea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6689b988925b6bea","status":"passed","time":{"start":1707759727624,"stop":1707759727624,"duration":0}},{"uid":"27e99e794c0bbdc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e99e794c0bbdc7","status":"passed","time":{"start":1707757422396,"stop":1707757422397,"duration":1}},{"uid":"262d1a9113902445","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/262d1a9113902445","status":"passed","time":{"start":1707756051814,"stop":1707756051814,"duration":0}},{"uid":"93a3814831ead3a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/93a3814831ead3a1","status":"passed","time":{"start":1707753470069,"stop":1707753470070,"duration":1}},{"uid":"70e24a93f3bf9625","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70e24a93f3bf9625","status":"passed","time":{"start":1707753198800,"stop":1707753198801,"duration":1}},{"uid":"226199aee1ead637","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/226199aee1ead637","status":"passed","time":{"start":1707750599088,"stop":1707750599088,"duration":0}},{"uid":"d42d90ac836e92a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d42d90ac836e92a7","status":"passed","time":{"start":1707736516544,"stop":1707736516544,"duration":0}},{"uid":"14ba5d670bc3cfdf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/14ba5d670bc3cfdf","status":"passed","time":{"start":1707735697895,"stop":1707735697895,"duration":0}}]},"tags":[]},"source":"b942e5bb97a47350.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/b9e58711e5060d9c.json b/6406/data/test-cases/b9e58711e5060d9c.json new file mode 100644 index 00000000000..cfe75d0cd63 --- /dev/null +++ b/6406/data/test-cases/b9e58711e5060d9c.json @@ -0,0 +1 @@ +{"uid":"b9e58711e5060d9c","name":"Check received message with extra option is received","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with extra option is received","historyId":"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793028291,"stop":1707793028295,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"4424745a1e9b0feb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4424745a1e9b0feb","status":"passed","time":{"start":1707777973009,"stop":1707777973010,"duration":1}},{"uid":"ba1a5c8977b27be6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba1a5c8977b27be6","status":"passed","time":{"start":1707775244536,"stop":1707775244536,"duration":0}},{"uid":"63821a1c2d00e764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63821a1c2d00e764","status":"passed","time":{"start":1707775050825,"stop":1707775050825,"duration":0}},{"uid":"bb887e01ab841d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bb887e01ab841d4","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"ac93441bf02e6491","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac93441bf02e6491","status":"passed","time":{"start":1707769843153,"stop":1707769843155,"duration":2}},{"uid":"9ace00b04ba1522c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ace00b04ba1522c","status":"passed","time":{"start":1707759965219,"stop":1707759965219,"duration":0}},{"uid":"405605f4bd514317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/405605f4bd514317","status":"passed","time":{"start":1707757644397,"stop":1707757644397,"duration":0}},{"uid":"6c3efcb8aee5ce2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c3efcb8aee5ce2","status":"passed","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"a3fdfe1f77168894","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3fdfe1f77168894","status":"passed","time":{"start":1707753668085,"stop":1707753668085,"duration":0}},{"uid":"df73c4d6107be208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df73c4d6107be208","status":"passed","time":{"start":1707753423544,"stop":1707753423545,"duration":1}},{"uid":"dc7c450d41316d8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc7c450d41316d8e","status":"passed","time":{"start":1707750796038,"stop":1707750796039,"duration":1}},{"uid":"950bd609b79d5bc4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/950bd609b79d5bc4","status":"passed","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"7cf4ee4a4f02da52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7cf4ee4a4f02da52","status":"passed","time":{"start":1707735912136,"stop":1707735912137,"duration":1}}]},"tags":[]},"source":"b9e58711e5060d9c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ba15f67b69ddb8a6.json b/6406/data/test-cases/ba15f67b69ddb8a6.json new file mode 100644 index 00000000000..3bbd9deb691 --- /dev/null +++ b/6406/data/test-cases/ba15f67b69ddb8a6.json @@ -0,0 +1 @@ +{"uid":"ba15f67b69ddb8a6","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":1707792792129,"stop":1707792792131,"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":14,"unknown":0,"total":14},"items":[{"uid":"ff2d10b4322fc60e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff2d10b4322fc60e","status":"passed","time":{"start":1707777741139,"stop":1707777741140,"duration":1}},{"uid":"e05f98de02d066dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e05f98de02d066dd","status":"passed","time":{"start":1707775017423,"stop":1707775017423,"duration":0}},{"uid":"8d64455eb1a4018","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8d64455eb1a4018","status":"passed","time":{"start":1707774818859,"stop":1707774818860,"duration":1}},{"uid":"640c1c16ca42d0c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/640c1c16ca42d0c5","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1}},{"uid":"801cd76f54c1d7bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/801cd76f54c1d7bf","status":"passed","time":{"start":1707769619271,"stop":1707769619271,"duration":0}},{"uid":"ebc1c90f7684b75a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebc1c90f7684b75a","status":"passed","time":{"start":1707759714212,"stop":1707759714213,"duration":1}},{"uid":"63998413fcd2c7a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63998413fcd2c7a4","status":"passed","time":{"start":1707757408510,"stop":1707757408511,"duration":1}},{"uid":"d9baa511e25a3591","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9baa511e25a3591","status":"passed","time":{"start":1707756038429,"stop":1707756038430,"duration":1}},{"uid":"ea8947cc444906bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8947cc444906bf","status":"passed","time":{"start":1707753456514,"stop":1707753456514,"duration":0}},{"uid":"5d07be7e2bce9e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d07be7e2bce9e94","status":"passed","time":{"start":1707753184754,"stop":1707753184755,"duration":1}},{"uid":"1c93f7a3b7559fa0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c93f7a3b7559fa0","status":"passed","time":{"start":1707750585381,"stop":1707750585381,"duration":0}},{"uid":"d881e3fd3aa98063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d881e3fd3aa98063","status":"passed","time":{"start":1707736502826,"stop":1707736502826,"duration":0}},{"uid":"4a8e44dce067ac04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a8e44dce067ac04","status":"passed","time":{"start":1707735684286,"stop":1707735684287,"duration":1}}]},"tags":[]},"source":"ba15f67b69ddb8a6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9cf8f9483c90ee15.json b/6406/data/test-cases/ba417fd6ab90c4f0.json similarity index 85% rename from 6379/data/test-cases/9cf8f9483c90ee15.json rename to 6406/data/test-cases/ba417fd6ab90c4f0.json index 82c161afb14..31d07af2257 100644 --- a/6379/data/test-cases/9cf8f9483c90ee15.json +++ b/6406/data/test-cases/ba417fd6ab90c4f0.json @@ -1 +1 @@ -{"uid":"9cf8f9483c90ee15","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":1707419080414,"stop":1707419080414,"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":18,"unknown":0,"total":18},"items":[{"uid":"323b7620902bf911","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/323b7620902bf911","status":"passed","time":{"start":1707418322028,"stop":1707418322028,"duration":0}},{"uid":"43f161dc099f142c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/43f161dc099f142c","status":"passed","time":{"start":1707418259992,"stop":1707418259992,"duration":0}},{"uid":"585c99fa9174e393","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/585c99fa9174e393","status":"passed","time":{"start":1707412707127,"stop":1707412707127,"duration":0}},{"uid":"c4c67f4f297ec376","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c4c67f4f297ec376","status":"passed","time":{"start":1707411118140,"stop":1707411118140,"duration":0}},{"uid":"2ec708a8b4410b7c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2ec708a8b4410b7c","status":"passed","time":{"start":1707409587932,"stop":1707409587932,"duration":0}},{"uid":"b68acf4d9a6c6c45","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b68acf4d9a6c6c45","status":"passed","time":{"start":1707408980249,"stop":1707408980250,"duration":1}},{"uid":"b1e57a94b5d792f0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b1e57a94b5d792f0","status":"passed","time":{"start":1707408927130,"stop":1707408927131,"duration":1}},{"uid":"fc973d548499023b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/fc973d548499023b","status":"passed","time":{"start":1707408458750,"stop":1707408458751,"duration":1}},{"uid":"8e76ff439619842e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8e76ff439619842e","status":"passed","time":{"start":1707407520240,"stop":1707407520240,"duration":0}},{"uid":"694bff065f42cf2c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/694bff065f42cf2c","status":"passed","time":{"start":1707407427654,"stop":1707407427655,"duration":1}},{"uid":"8a7cccc1c1ea5551","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8a7cccc1c1ea5551","status":"passed","time":{"start":1707404404316,"stop":1707404404317,"duration":1}},{"uid":"c44ffb5d31821cd","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c44ffb5d31821cd","status":"passed","time":{"start":1707375846763,"stop":1707375846763,"duration":0}},{"uid":"68e4e654981f7531","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/68e4e654981f7531","status":"passed","time":{"start":1707373035659,"stop":1707373035661,"duration":2}},{"uid":"4f8f0b1f8abac627","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f8f0b1f8abac627","status":"passed","time":{"start":1707359236219,"stop":1707359236220,"duration":1}},{"uid":"1fd5085fb53115e0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1fd5085fb53115e0","status":"passed","time":{"start":1707357965206,"stop":1707357965206,"duration":0}},{"uid":"b129c6988ec6ea29","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b129c6988ec6ea29","status":"passed","time":{"start":1707357048215,"stop":1707357048215,"duration":0}},{"uid":"4180e9a41ba56b3f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4180e9a41ba56b3f","status":"passed","time":{"start":1707355141621,"stop":1707355141622,"duration":1}}]},"tags":[]},"source":"9cf8f9483c90ee15.json","parameterValues":[]} \ No newline at end of file +{"uid":"ba417fd6ab90c4f0","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":1707793238880,"stop":1707793238880,"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":14,"unknown":0,"total":14},"items":[{"uid":"547c803ef436b8b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/547c803ef436b8b1","status":"passed","time":{"start":1707778202505,"stop":1707778202505,"duration":0}},{"uid":"a7b3aa249e71ed93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7b3aa249e71ed93","status":"passed","time":{"start":1707775486642,"stop":1707775486642,"duration":0}},{"uid":"bca0d7b783f1e16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bca0d7b783f1e16e","status":"passed","time":{"start":1707775300144,"stop":1707775300144,"duration":0}},{"uid":"2fb602a5ec4927b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fb602a5ec4927b","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"efde0cb182b9428f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efde0cb182b9428f","status":"passed","time":{"start":1707770051403,"stop":1707770051403,"duration":0}},{"uid":"ec53f6affc446465","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec53f6affc446465","status":"passed","time":{"start":1707760174049,"stop":1707760174050,"duration":1}},{"uid":"246fa8220d576426","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246fa8220d576426","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"b78c8263abf2c009","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b78c8263abf2c009","status":"passed","time":{"start":1707756499938,"stop":1707756499939,"duration":1}},{"uid":"211f2998f9d60aaa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/211f2998f9d60aaa","status":"passed","time":{"start":1707753870472,"stop":1707753870473,"duration":1}},{"uid":"435dc2fa569bb98a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/435dc2fa569bb98a","status":"passed","time":{"start":1707753647528,"stop":1707753647528,"duration":0}},{"uid":"b4b0e1926287895c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b4b0e1926287895c","status":"passed","time":{"start":1707751019577,"stop":1707751019577,"duration":0}},{"uid":"52a1dcf55e0bb1a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52a1dcf55e0bb1a2","status":"passed","time":{"start":1707736947859,"stop":1707736947860,"duration":1}},{"uid":"549b19a33e485827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/549b19a33e485827","status":"passed","time":{"start":1707736152511,"stop":1707736152512,"duration":1}}]},"tags":[]},"source":"ba417fd6ab90c4f0.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/26776cc4fffece9b.json b/6406/data/test-cases/ba4e5c55d0527613.json similarity index 88% rename from 6379/data/test-cases/26776cc4fffece9b.json rename to 6406/data/test-cases/ba4e5c55d0527613.json index 4314cc89e99..afb4953c38c 100644 --- a/6379/data/test-cases/26776cc4fffece9b.json +++ b/6406/data/test-cases/ba4e5c55d0527613.json @@ -1 +1 @@ -{"uid":"26776cc4fffece9b","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":1707419247778,"stop":1707419247778,"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":1,"skipped":0,"passed":15,"unknown":0,"total":16},"items":[{"uid":"6e512ac5d1d2b82b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6e512ac5d1d2b82b","status":"passed","time":{"start":1707418479345,"stop":1707418479346,"duration":1}},{"uid":"bcd25d199d5ff9d0","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bcd25d199d5ff9d0","status":"passed","time":{"start":1707418420809,"stop":1707418420810,"duration":1}},{"uid":"ee77e314d2e79837","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ee77e314d2e79837","status":"passed","time":{"start":1707411275219,"stop":1707411275220,"duration":1}},{"uid":"b14d9809afde148a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b14d9809afde148a","status":"passed","time":{"start":1707409745074,"stop":1707409745074,"duration":0}},{"uid":"67696d8493a273fa","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/67696d8493a273fa","status":"passed","time":{"start":1707409135323,"stop":1707409135324,"duration":1}},{"uid":"2fed4249deb947ab","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2fed4249deb947ab","status":"passed","time":{"start":1707409077136,"stop":1707409077137,"duration":1}},{"uid":"253a1f49395c8920","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/253a1f49395c8920","status":"passed","time":{"start":1707408618361,"stop":1707408618361,"duration":0}},{"uid":"d7fd1978eeceeb22","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d7fd1978eeceeb22","status":"passed","time":{"start":1707407695611,"stop":1707407695611,"duration":0}},{"uid":"fdc0c2879f6e9660","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/fdc0c2879f6e9660","status":"passed","time":{"start":1707407563846,"stop":1707407563846,"duration":0}},{"uid":"b18af32d2ebfca4a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b18af32d2ebfca4a","status":"passed","time":{"start":1707404565405,"stop":1707404565405,"duration":0}},{"uid":"28886609613149a0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/28886609613149a0","status":"passed","time":{"start":1707376005071,"stop":1707376005071,"duration":0}},{"uid":"ab4e7ad3c2514023","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ab4e7ad3c2514023","status":"passed","time":{"start":1707373209941,"stop":1707373209946,"duration":5}},{"uid":"fc588c66b0d3b3d5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fc588c66b0d3b3d5","status":"passed","time":{"start":1707359407162,"stop":1707359407162,"duration":0}},{"uid":"ef13b36af9a08d41","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef13b36af9a08d41","status":"passed","time":{"start":1707358162775,"stop":1707358162775,"duration":0}},{"uid":"f14520964aef1eed","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f14520964aef1eed","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355688002,"stop":1707355688002,"duration":0}}]},"tags":[]},"source":"26776cc4fffece9b.json","parameterValues":[]} \ No newline at end of file +{"uid":"ba4e5c55d0527613","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":1707793370639,"stop":1707793370639,"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":13,"unknown":0,"total":13},"items":[{"uid":"43669eabd03ae5b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/43669eabd03ae5b9","status":"passed","time":{"start":1707778386488,"stop":1707778386489,"duration":1}},{"uid":"3954f1d22fa81244","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3954f1d22fa81244","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"2e61fb132242cd2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e61fb132242cd2c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"9942e3454a48d75e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9942e3454a48d75e","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0}},{"uid":"61964fe284e71a6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61964fe284e71a6d","status":"passed","time":{"start":1707770208550,"stop":1707770208551,"duration":1}},{"uid":"767798c43b4bbc1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/767798c43b4bbc1c","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"711a7ed8c78b9615","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/711a7ed8c78b9615","status":"passed","time":{"start":1707758023540,"stop":1707758023541,"duration":1}},{"uid":"fcddebeb65047675","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fcddebeb65047675","status":"passed","time":{"start":1707756664010,"stop":1707756664010,"duration":0}},{"uid":"466c325a458b4bc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/466c325a458b4bc3","status":"passed","time":{"start":1707753837176,"stop":1707753837177,"duration":1}},{"uid":"1ad537a57e266a7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ad537a57e266a7b","status":"passed","time":{"start":1707751136359,"stop":1707751136360,"duration":1}},{"uid":"86cb269411ad9ac3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/86cb269411ad9ac3","status":"passed","time":{"start":1707737124648,"stop":1707737124649,"duration":1}},{"uid":"bfbf8d1ae5a4df04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bfbf8d1ae5a4df04","status":"passed","time":{"start":1707736322665,"stop":1707736322665,"duration":0}}]},"tags":[]},"source":"ba4e5c55d0527613.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7818a916583e19a8.json b/6406/data/test-cases/babc8f22fb8fa529.json similarity index 57% rename from 6379/data/test-cases/7818a916583e19a8.json rename to 6406/data/test-cases/babc8f22fb8fa529.json index 69ea9b1e2da..5623414a345 100644 --- a/6379/data/test-cases/7818a916583e19a8.json +++ b/6406/data/test-cases/babc8f22fb8fa529.json @@ -1 +1 @@ -{"uid":"7818a916583e19a8","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":1707419128745,"stop":1707419128746,"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":18,"unknown":0,"total":18},"items":[{"uid":"8051128799b203c7","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8051128799b203c7","status":"passed","time":{"start":1707418365983,"stop":1707418365984,"duration":1}},{"uid":"7ec2915681ceb18b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7ec2915681ceb18b","status":"passed","time":{"start":1707418323174,"stop":1707418323175,"duration":1}},{"uid":"62dfc686d11e2a21","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/62dfc686d11e2a21","status":"passed","time":{"start":1707412754807,"stop":1707412754807,"duration":0}},{"uid":"19a785f32bff3fc1","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/19a785f32bff3fc1","status":"passed","time":{"start":1707411168060,"stop":1707411168060,"duration":0}},{"uid":"c2487d86940a71d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c2487d86940a71d","status":"passed","time":{"start":1707409636157,"stop":1707409636157,"duration":0}},{"uid":"3e434d62f0e6fd","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3e434d62f0e6fd","status":"passed","time":{"start":1707409026699,"stop":1707409026699,"duration":0}},{"uid":"50bbd3ff61934553","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/50bbd3ff61934553","status":"passed","time":{"start":1707408990330,"stop":1707408990330,"duration":0}},{"uid":"5b10256fd81f3483","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5b10256fd81f3483","status":"passed","time":{"start":1707408521467,"stop":1707408521468,"duration":1}},{"uid":"32690942311635fd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/32690942311635fd","status":"passed","time":{"start":1707407586818,"stop":1707407586819,"duration":1}},{"uid":"7ab919a2e508424","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7ab919a2e508424","status":"passed","time":{"start":1707407493951,"stop":1707407493952,"duration":1}},{"uid":"74f6f007e8dc833f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/74f6f007e8dc833f","status":"passed","time":{"start":1707404479198,"stop":1707404479198,"duration":0}},{"uid":"ac76820928cba906","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ac76820928cba906","status":"passed","time":{"start":1707375899543,"stop":1707375899543,"duration":0}},{"uid":"42012fd099bfdc13","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/42012fd099bfdc13","status":"passed","time":{"start":1707373094431,"stop":1707373094431,"duration":0}},{"uid":"abe0bbe409187063","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/abe0bbe409187063","status":"passed","time":{"start":1707359301633,"stop":1707359301633,"duration":0}},{"uid":"9d1b42f65fa3c926","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9d1b42f65fa3c926","status":"passed","time":{"start":1707358030389,"stop":1707358030390,"duration":1}},{"uid":"1b34092bb434cc11","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1b34092bb434cc11","status":"passed","time":{"start":1707357014500,"stop":1707357014501,"duration":1}},{"uid":"3ae0a6b91b0ab49e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3ae0a6b91b0ab49e","status":"passed","time":{"start":1707355242121,"stop":1707355242122,"duration":1}}]},"tags":[]},"source":"7818a916583e19a8.json","parameterValues":[]} \ No newline at end of file +{"uid":"babc8f22fb8fa529","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":1707793287275,"stop":1707793287276,"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":14,"unknown":0,"total":14},"items":[{"uid":"7a745f8affdf5be8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a745f8affdf5be8","status":"passed","time":{"start":1707778251792,"stop":1707778251792,"duration":0}},{"uid":"154dc6a1b84b0f6a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/154dc6a1b84b0f6a","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"4b65b403d1b38b26","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b65b403d1b38b26","status":"passed","time":{"start":1707775340600,"stop":1707775340601,"duration":1}},{"uid":"d9cf1f5fb0e40678","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9cf1f5fb0e40678","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"duration":1}},{"uid":"e3e1cd6b2937544a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3e1cd6b2937544a","status":"passed","time":{"start":1707770045973,"stop":1707770045974,"duration":1}},{"uid":"dcae7aba1d14c434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcae7aba1d14c434","status":"passed","time":{"start":1707760224880,"stop":1707760224881,"duration":1}},{"uid":"7f78d6a00c63424","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f78d6a00c63424","status":"passed","time":{"start":1707757921495,"stop":1707757921495,"duration":0}},{"uid":"59ec4915b84d05ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59ec4915b84d05ec","status":"passed","time":{"start":1707756552025,"stop":1707756552025,"duration":0}},{"uid":"958b79558864abb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/958b79558864abb7","status":"passed","time":{"start":1707753853536,"stop":1707753853537,"duration":1}},{"uid":"f94d1d8bd08159a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94d1d8bd08159a2","status":"passed","time":{"start":1707753708968,"stop":1707753708968,"duration":0}},{"uid":"5890ecfaa92ce04c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5890ecfaa92ce04c","status":"passed","time":{"start":1707751075908,"stop":1707751075908,"duration":0}},{"uid":"7102ea7f17e9c625","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7102ea7f17e9c625","status":"passed","time":{"start":1707737000808,"stop":1707737000808,"duration":0}},{"uid":"b5e4304f0c0dbb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5e4304f0c0dbb47","status":"passed","time":{"start":1707736214129,"stop":1707736214130,"duration":1}}]},"tags":[]},"source":"babc8f22fb8fa529.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/bace446017574fd7.json b/6406/data/test-cases/bace446017574fd7.json new file mode 100644 index 00000000000..86f00bcee7c --- /dev/null +++ b/6406/data/test-cases/bace446017574fd7.json @@ -0,0 +1 @@ +{"uid":"bace446017574fd7","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":1707792919941,"stop":1707792919942,"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":14,"unknown":0,"total":14},"items":[{"uid":"75c346a6a6fe4995","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75c346a6a6fe4995","status":"passed","time":{"start":1707777865443,"stop":1707777865444,"duration":1}},{"uid":"c7c950fb1e863aa5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7c950fb1e863aa5","status":"passed","time":{"start":1707775140806,"stop":1707775140807,"duration":1}},{"uid":"69f26db9b1e8f209","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69f26db9b1e8f209","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"7b276a33afe43ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b276a33afe43ac9","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0}},{"uid":"fb46f6a02a10754d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb46f6a02a10754d","status":"passed","time":{"start":1707769737620,"stop":1707769737620,"duration":0}},{"uid":"99047512eb029f7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99047512eb029f7c","status":"passed","time":{"start":1707759835149,"stop":1707759835149,"duration":0}},{"uid":"831a4c62ecb68f08","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/831a4c62ecb68f08","status":"passed","time":{"start":1707757529705,"stop":1707757529706,"duration":1}},{"uid":"1494cc6e21172fc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1494cc6e21172fc8","status":"passed","time":{"start":1707756164076,"stop":1707756164076,"duration":0}},{"uid":"fa3de8c2dcd00a0f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fa3de8c2dcd00a0f","status":"passed","time":{"start":1707753566689,"stop":1707753566689,"duration":0}},{"uid":"cc932f29f81c4381","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc932f29f81c4381","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"9035b120277a3e6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9035b120277a3e6a","status":"passed","time":{"start":1707750698718,"stop":1707750698718,"duration":0}},{"uid":"af6828fb9dd90cc2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af6828fb9dd90cc2","status":"passed","time":{"start":1707736624913,"stop":1707736624913,"duration":0}},{"uid":"ffc84035243d014","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc84035243d014","status":"passed","time":{"start":1707735814292,"stop":1707735814292,"duration":0}}]},"tags":[]},"source":"bace446017574fd7.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/bc7070eddde86fc3.json b/6406/data/test-cases/bc7070eddde86fc3.json new file mode 100644 index 00000000000..a5b3fd2f493 --- /dev/null +++ b/6406/data/test-cases/bc7070eddde86fc3.json @@ -0,0 +1 @@ +{"uid":"bc7070eddde86fc3","name":"Asymmetric encrypt & decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Asymmetric encrypt & decrypt","historyId":"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792821408,"stop":1707792821409,"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":14,"unknown":0,"total":14},"items":[{"uid":"e737e03f9ae35124","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e737e03f9ae35124","status":"passed","time":{"start":1707777770856,"stop":1707777770857,"duration":1}},{"uid":"5cca7a16b39cde52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cca7a16b39cde52","status":"passed","time":{"start":1707775046907,"stop":1707775046907,"duration":0}},{"uid":"bb6f59c4fa58d274","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6f59c4fa58d274","status":"passed","time":{"start":1707774848912,"stop":1707774848913,"duration":1}},{"uid":"95924ec13ada27bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95924ec13ada27bc","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0}},{"uid":"ef6894c83d4b291d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef6894c83d4b291d","status":"passed","time":{"start":1707769649005,"stop":1707769649005,"duration":0}},{"uid":"8377dc6c90bd05d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8377dc6c90bd05d2","status":"passed","time":{"start":1707759743630,"stop":1707759743630,"duration":0}},{"uid":"85b4f5b3e1d68225","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b4f5b3e1d68225","status":"passed","time":{"start":1707757438818,"stop":1707757438818,"duration":0}},{"uid":"1ec5dd989985f021","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec5dd989985f021","status":"passed","time":{"start":1707756067671,"stop":1707756067672,"duration":1}},{"uid":"69206c2274561a64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/69206c2274561a64","status":"passed","time":{"start":1707753486286,"stop":1707753486286,"duration":0}},{"uid":"d8d5845e31e01030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8d5845e31e01030","status":"passed","time":{"start":1707753215213,"stop":1707753215213,"duration":0}},{"uid":"6d316def472204f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d316def472204f3","status":"passed","time":{"start":1707750615193,"stop":1707750615194,"duration":1}},{"uid":"77b384dd8c77a340","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/77b384dd8c77a340","status":"passed","time":{"start":1707736532651,"stop":1707736532652,"duration":1}},{"uid":"842aeac82e233fbe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/842aeac82e233fbe","status":"passed","time":{"start":1707735714497,"stop":1707735714497,"duration":0}}]},"tags":[]},"source":"bc7070eddde86fc3.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ff3b0aa19e8203f2.json b/6406/data/test-cases/bcb64e4f3a9cf2ed.json similarity index 80% rename from 6379/data/test-cases/ff3b0aa19e8203f2.json rename to 6406/data/test-cases/bcb64e4f3a9cf2ed.json index 9445fb7ccca..0843737e829 100644 --- a/6379/data/test-cases/ff3b0aa19e8203f2.json +++ b/6406/data/test-cases/bcb64e4f3a9cf2ed.json @@ -1 +1 @@ -{"uid":"ff3b0aa19e8203f2","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":1707418841937,"stop":1707418841940,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"ecacde3ea9aea1b5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ecacde3ea9aea1b5","status":"passed","time":{"start":1707418071899,"stop":1707418071899,"duration":0}},{"uid":"bb840bff530ce26d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bb840bff530ce26d","status":"passed","time":{"start":1707418027863,"stop":1707418027863,"duration":0}},{"uid":"23f6c9a9c6805879","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/23f6c9a9c6805879","status":"passed","time":{"start":1707412447291,"stop":1707412447292,"duration":1}},{"uid":"63c9ba66cd95256c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/63c9ba66cd95256c","status":"passed","time":{"start":1707410887024,"stop":1707410887025,"duration":1}},{"uid":"50cf2a0fad599461","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/50cf2a0fad599461","status":"passed","time":{"start":1707409360832,"stop":1707409360833,"duration":1}},{"uid":"9a72f23a1a102cc6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9a72f23a1a102cc6","status":"passed","time":{"start":1707408754551,"stop":1707408754551,"duration":0}},{"uid":"95317e4be77248ea","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/95317e4be77248ea","status":"passed","time":{"start":1707408697993,"stop":1707408697993,"duration":0}},{"uid":"ed0fdf01a5f06a9f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ed0fdf01a5f06a9f","status":"passed","time":{"start":1707408233036,"stop":1707408233036,"duration":0}},{"uid":"72ebf421523f7b08","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/72ebf421523f7b08","status":"passed","time":{"start":1707407282975,"stop":1707407282976,"duration":1}},{"uid":"ecc5aeeffa648da2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ecc5aeeffa648da2","status":"passed","time":{"start":1707407158623,"stop":1707407158624,"duration":1}},{"uid":"3de41085e8224057","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3de41085e8224057","status":"passed","time":{"start":1707404183595,"stop":1707404183595,"duration":0}},{"uid":"8ff1b1f9aa953f6e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8ff1b1f9aa953f6e","status":"passed","time":{"start":1707375605081,"stop":1707375605081,"duration":0}},{"uid":"5f6efadb7239aa1f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5f6efadb7239aa1f","status":"passed","time":{"start":1707372815508,"stop":1707372815508,"duration":0}},{"uid":"a6ce376f08f279e6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a6ce376f08f279e6","status":"passed","time":{"start":1707358982994,"stop":1707358982994,"duration":0}},{"uid":"5a4d3c0cc8c1630c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5a4d3c0cc8c1630c","status":"passed","time":{"start":1707357747307,"stop":1707357747309,"duration":2}},{"uid":"8fb1fd299cf100b2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8fb1fd299cf100b2","status":"passed","time":{"start":1707356855804,"stop":1707356855804,"duration":0}},{"uid":"6c6757e606238a58","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6c6757e606238a58","status":"passed","time":{"start":1707354894942,"stop":1707354894942,"duration":0}}]},"tags":[]},"source":"ff3b0aa19e8203f2.json","parameterValues":[]} \ No newline at end of file +{"uid":"bcb64e4f3a9cf2ed","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":1707793028279,"stop":1707793028280,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"411441b4d73e7774","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/411441b4d73e7774","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"cc71f1a5fb7a4d66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc71f1a5fb7a4d66","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"9edc03df73e59dbf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9edc03df73e59dbf","status":"passed","time":{"start":1707775050818,"stop":1707775050819,"duration":1}},{"uid":"10253c40ae993fc8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10253c40ae993fc8","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1}},{"uid":"edb7d4267b6bd46a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/edb7d4267b6bd46a","status":"passed","time":{"start":1707769843144,"stop":1707769843145,"duration":1}},{"uid":"cd3f3655d94a87cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd3f3655d94a87cb","status":"passed","time":{"start":1707759965201,"stop":1707759965201,"duration":0}},{"uid":"394e0ae2b4ce697c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/394e0ae2b4ce697c","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"dff9ce63cc4da842","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dff9ce63cc4da842","status":"passed","time":{"start":1707756267905,"stop":1707756267910,"duration":5}},{"uid":"37b8febcf015a531","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b8febcf015a531","status":"passed","time":{"start":1707753668068,"stop":1707753668068,"duration":0}},{"uid":"3a41cb9df1139faf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3a41cb9df1139faf","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"3a703c13641ca323","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a703c13641ca323","status":"passed","time":{"start":1707750796031,"stop":1707750796032,"duration":1}},{"uid":"94464e726f837ef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/94464e726f837ef7","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"ccc1bd860ff459d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccc1bd860ff459d3","status":"passed","time":{"start":1707735912120,"stop":1707735912120,"duration":0}}]},"tags":[]},"source":"bcb64e4f3a9cf2ed.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/52157b78a7dffa74.json b/6406/data/test-cases/bcdbb07592fbffdc.json similarity index 50% rename from 6379/data/test-cases/52157b78a7dffa74.json rename to 6406/data/test-cases/bcdbb07592fbffdc.json index 34ddace34ca..4ce99ee6f74 100644 --- a/6379/data/test-cases/52157b78a7dffa74.json +++ b/6406/data/test-cases/bcdbb07592fbffdc.json @@ -1 +1 @@ -{"uid":"52157b78a7dffa74","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":1707418744887,"stop":1707418744887,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"93df5960dec0b2e6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/93df5960dec0b2e6","status":"passed","time":{"start":1707417979406,"stop":1707417979407,"duration":1}},{"uid":"c162297f1093522c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c162297f1093522c","status":"passed","time":{"start":1707417938897,"stop":1707417938898,"duration":1}},{"uid":"40df516653e9b5ce","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/40df516653e9b5ce","status":"passed","time":{"start":1707412393209,"stop":1707412393209,"duration":0}},{"uid":"ff6b1d6ff74a2d62","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ff6b1d6ff74a2d62","status":"passed","time":{"start":1707410787475,"stop":1707410787475,"duration":0}},{"uid":"8229748cf653a5c3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8229748cf653a5c3","status":"passed","time":{"start":1707409251383,"stop":1707409251383,"duration":0}},{"uid":"28a4fdbbc1101999","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/28a4fdbbc1101999","status":"passed","time":{"start":1707408646370,"stop":1707408646370,"duration":0}},{"uid":"9444f433e1909ee4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9444f433e1909ee4","status":"passed","time":{"start":1707408603701,"stop":1707408603701,"duration":0}},{"uid":"70a10a0aa16e6c69","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/70a10a0aa16e6c69","status":"passed","time":{"start":1707408131557,"stop":1707408131557,"duration":0}},{"uid":"f783d63cba51aec2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f783d63cba51aec2","status":"passed","time":{"start":1707407189069,"stop":1707407189072,"duration":3}},{"uid":"f7f8d4ed63d2ed87","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f7f8d4ed63d2ed87","status":"passed","time":{"start":1707407099398,"stop":1707407099399,"duration":1}},{"uid":"d0cb50a685e97c45","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/d0cb50a685e97c45","status":"passed","time":{"start":1707404081469,"stop":1707404081469,"duration":0}},{"uid":"bee7ddb008f7c170","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bee7ddb008f7c170","status":"passed","time":{"start":1707375507545,"stop":1707375507546,"duration":1}},{"uid":"e6beaddf6bbf9aa7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e6beaddf6bbf9aa7","status":"passed","time":{"start":1707372719073,"stop":1707372719075,"duration":2}},{"uid":"e2407ade255ed676","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e2407ade255ed676","status":"passed","time":{"start":1707358898252,"stop":1707358898252,"duration":0}},{"uid":"3c67a53bb2c24a09","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3c67a53bb2c24a09","status":"passed","time":{"start":1707357643944,"stop":1707357643978,"duration":34}},{"uid":"38bedaf77fe71da9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/38bedaf77fe71da9","status":"passed","time":{"start":1707356762535,"stop":1707356762535,"duration":0}},{"uid":"95b69dca774a8c9","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/95b69dca774a8c9","status":"passed","time":{"start":1707354787183,"stop":1707354787183,"duration":0}}]},"tags":[]},"source":"52157b78a7dffa74.json","parameterValues":[]} \ No newline at end of file +{"uid":"bcdbb07592fbffdc","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":1707792929580,"stop":1707792929580,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"c96795d77e30ffb9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c96795d77e30ffb9","status":"passed","time":{"start":1707777877646,"stop":1707777877647,"duration":1}},{"uid":"57ec456a3c55ecfa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/57ec456a3c55ecfa","status":"passed","time":{"start":1707775153019,"stop":1707775153021,"duration":2}},{"uid":"602de35daa0336db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/602de35daa0336db","status":"passed","time":{"start":1707774951832,"stop":1707774951832,"duration":0}},{"uid":"d2c12001bf7b22e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d2c12001bf7b22e8","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"duration":1}},{"uid":"1f9206ce9166b275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1f9206ce9166b275","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"1df877223612d43a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1df877223612d43a","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"d9a05fc9f6e4624d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9a05fc9f6e4624d","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"f67e74dacf89808","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f67e74dacf89808","status":"passed","time":{"start":1707756167200,"stop":1707756167200,"duration":0}},{"uid":"9dea511f9431d091","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9dea511f9431d091","status":"passed","time":{"start":1707753584061,"stop":1707753584062,"duration":1}},{"uid":"67c1322e966e0ec9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/67c1322e966e0ec9","status":"passed","time":{"start":1707753331771,"stop":1707753331771,"duration":0}},{"uid":"9ef4663ec0a1ce42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ef4663ec0a1ce42","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"25617197966c5d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25617197966c5d60","status":"passed","time":{"start":1707736636443,"stop":1707736636443,"duration":0}},{"uid":"b6ae33f2ccaa957d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6ae33f2ccaa957d","status":"passed","time":{"start":1707735825261,"stop":1707735825262,"duration":1}}]},"tags":[]},"source":"bcdbb07592fbffdc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/bd4f3ab563d3d99a.json b/6406/data/test-cases/bd4f3ab563d3d99a.json new file mode 100644 index 00000000000..5b73a3249c9 --- /dev/null +++ b/6406/data/test-cases/bd4f3ab563d3d99a.json @@ -0,0 +1 @@ +{"uid":"bd4f3ab563d3d99a","name":"connects to nwaku","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Interop: ServiceNode > connects to nwaku","historyId":"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793400887,"stop":1707793400887,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Interop: ServiceNode\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"Waku Dial [node only]"},{"name":"suite","value":"Interop: ServiceNode"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fe457f4b49df021c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe457f4b49df021c","status":"passed","time":{"start":1707778381862,"stop":1707778381869,"duration":7}},{"uid":"de2b16962ace75b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de2b16962ace75b3","status":"passed","time":{"start":1707775653207,"stop":1707775653207,"duration":0}},{"uid":"1a974729b5deadd1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a974729b5deadd1","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"ccf6e5727fe0c819","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccf6e5727fe0c819","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"duration":0}},{"uid":"9c2b8767d9ae3b9f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c2b8767d9ae3b9f","status":"passed","time":{"start":1707770169174,"stop":1707770169175,"duration":1}},{"uid":"72484b8d04bed71d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72484b8d04bed71d","status":"passed","time":{"start":1707760345980,"stop":1707760345981,"duration":1}},{"uid":"767d14d85e32fd56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/767d14d85e32fd56","status":"passed","time":{"start":1707758029743,"stop":1707758029744,"duration":1}},{"uid":"e9253d823f34fcdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9253d823f34fcdb","status":"passed","time":{"start":1707756668251,"stop":1707756668252,"duration":1}},{"uid":"ab5ef286eff3bbf1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab5ef286eff3bbf1","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"e42b2c38d855998e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e42b2c38d855998e","status":"passed","time":{"start":1707753832679,"stop":1707753832679,"duration":0}},{"uid":"6e488f0de469b699","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e488f0de469b699","status":"passed","time":{"start":1707751154818,"stop":1707751154818,"duration":0}},{"uid":"fbf5501bbb87f436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fbf5501bbb87f436","status":"passed","time":{"start":1707737128057,"stop":1707737128057,"duration":0}},{"uid":"efa57b6567d1ed77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/efa57b6567d1ed77","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"tags":[]},"source":"bd4f3ab563d3d99a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/222e90eab7a94686.json b/6406/data/test-cases/bd564010f4cdd27d.json similarity index 76% rename from 6379/data/test-cases/222e90eab7a94686.json rename to 6406/data/test-cases/bd564010f4cdd27d.json index bf7afec7810..cfcf0dd0998 100644 --- a/6379/data/test-cases/222e90eab7a94686.json +++ b/6406/data/test-cases/bd564010f4cdd27d.json @@ -1 +1 @@ -{"uid":"222e90eab7a94686","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":1707419013079,"stop":1707419013080,"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":18,"unknown":0,"total":18},"items":[{"uid":"b628742b55e0de67","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b628742b55e0de67","status":"passed","time":{"start":1707418255039,"stop":1707418255041,"duration":2}},{"uid":"edd636ad2c323777","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/edd636ad2c323777","status":"passed","time":{"start":1707418202586,"stop":1707418202587,"duration":1}},{"uid":"5c31c1a0dadaff0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5c31c1a0dadaff0","status":"passed","time":{"start":1707412632629,"stop":1707412632630,"duration":1}},{"uid":"896bb04f2a5ba436","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/896bb04f2a5ba436","status":"passed","time":{"start":1707411050775,"stop":1707411050775,"duration":0}},{"uid":"edf866cec76036c4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/edf866cec76036c4","status":"passed","time":{"start":1707409528974,"stop":1707409528975,"duration":1}},{"uid":"be02531039c7fe8c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/be02531039c7fe8c","status":"passed","time":{"start":1707408904877,"stop":1707408904877,"duration":0}},{"uid":"ff229388b78415d4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ff229388b78415d4","status":"passed","time":{"start":1707408867383,"stop":1707408867383,"duration":0}},{"uid":"74620df77d755b96","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/74620df77d755b96","status":"passed","time":{"start":1707408376762,"stop":1707408376762,"duration":0}},{"uid":"998d9810b1f0f0d9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/998d9810b1f0f0d9","status":"passed","time":{"start":1707407458516,"stop":1707407458517,"duration":1}},{"uid":"673cb01d8827d88a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/673cb01d8827d88a","status":"passed","time":{"start":1707407342036,"stop":1707407342036,"duration":0}},{"uid":"1f671911c67f8c86","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1f671911c67f8c86","status":"passed","time":{"start":1707404337419,"stop":1707404337419,"duration":0}},{"uid":"b311fb0ef903d50d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b311fb0ef903d50d","status":"passed","time":{"start":1707375779691,"stop":1707375779691,"duration":0}},{"uid":"48f7de76fd452bab","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/48f7de76fd452bab","status":"passed","time":{"start":1707372972501,"stop":1707372972501,"duration":0}},{"uid":"303e9982e482c80e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/303e9982e482c80e","status":"passed","time":{"start":1707359158664,"stop":1707359158664,"duration":0}},{"uid":"70eac703a4d343e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/70eac703a4d343e4","status":"passed","time":{"start":1707357906707,"stop":1707357906707,"duration":0}},{"uid":"ec731f52bf666943","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ec731f52bf666943","status":"passed","time":{"start":1707356955642,"stop":1707356955643,"duration":1}},{"uid":"1a6ac42d5ea2f272","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1a6ac42d5ea2f272","status":"passed","time":{"start":1707355179971,"stop":1707355179971,"duration":0}}]},"tags":[]},"source":"222e90eab7a94686.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd564010f4cdd27d","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":1707793168695,"stop":1707793168696,"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":14,"unknown":0,"total":14},"items":[{"uid":"d5f1d455a94124b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5f1d455a94124b9","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"8085359c21b207d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8085359c21b207d9","status":"passed","time":{"start":1707775409495,"stop":1707775409496,"duration":1}},{"uid":"a8d0e5b743068fb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d0e5b743068fb4","status":"passed","time":{"start":1707775220003,"stop":1707775220004,"duration":1}},{"uid":"55cec279cd947cab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55cec279cd947cab","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0}},{"uid":"97ae96ef11f340be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/97ae96ef11f340be","status":"passed","time":{"start":1707769994552,"stop":1707769994552,"duration":0}},{"uid":"c7a91777ea2347a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7a91777ea2347a8","status":"passed","time":{"start":1707760106464,"stop":1707760106465,"duration":1}},{"uid":"5785ac329ffeb55d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5785ac329ffeb55d","status":"passed","time":{"start":1707757804319,"stop":1707757804320,"duration":1}},{"uid":"48a1a6472007185c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48a1a6472007185c","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"f7c8eeb3fd9a17fa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7c8eeb3fd9a17fa","status":"passed","time":{"start":1707753796555,"stop":1707753796555,"duration":0}},{"uid":"8e0e1cc2a8df2ce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e0e1cc2a8df2ce9","status":"passed","time":{"start":1707753586171,"stop":1707753586172,"duration":1}},{"uid":"9746dc2ab6fd3d40","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9746dc2ab6fd3d40","status":"passed","time":{"start":1707750964816,"stop":1707750964816,"duration":0}},{"uid":"6ddc669a9a037137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6ddc669a9a037137","status":"passed","time":{"start":1707736890444,"stop":1707736890445,"duration":1}},{"uid":"4603e936c05bfd2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4603e936c05bfd2","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"tags":[]},"source":"bd564010f4cdd27d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f65131e105b62402.json b/6406/data/test-cases/bd6dbbbbc5de6453.json similarity index 83% rename from 6379/data/test-cases/f65131e105b62402.json rename to 6406/data/test-cases/bd6dbbbbc5de6453.json index a17517c6f76..b997ffc4ac6 100644 --- a/6379/data/test-cases/f65131e105b62402.json +++ b/6406/data/test-cases/bd6dbbbbc5de6453.json @@ -1 +1 @@ -{"uid":"f65131e105b62402","name":"Subscribe to 30 topics (old 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 30 topics (old limit) at once and receives messages","historyId":"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419289508,"stop":1707419289508,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"1b0a4143e37dd751","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1b0a4143e37dd751","status":"passed","time":{"start":1707418535549,"stop":1707418535549,"duration":0}},{"uid":"c99da03fe434cf0c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c99da03fe434cf0c","status":"passed","time":{"start":1707418482224,"stop":1707418482224,"duration":0}},{"uid":"978c543dc52db9ed","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/978c543dc52db9ed","status":"passed","time":{"start":1707412863489,"stop":1707412863489,"duration":0}},{"uid":"3d7e0b18046e4245","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3d7e0b18046e4245","status":"passed","time":{"start":1707411338661,"stop":1707411338661,"duration":0}},{"uid":"4400cabac4133bb4","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4400cabac4133bb4","status":"passed","time":{"start":1707409792238,"stop":1707409792238,"duration":0}},{"uid":"1bf34d434c28de5c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1bf34d434c28de5c","status":"passed","time":{"start":1707409177762,"stop":1707409177762,"duration":0}},{"uid":"81dc21cb830c42b5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/81dc21cb830c42b5","status":"passed","time":{"start":1707409135096,"stop":1707409135097,"duration":1}},{"uid":"54a8956a4e92f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/54a8956a4e92f","status":"passed","time":{"start":1707408664031,"stop":1707408664031,"duration":0}},{"uid":"1e2fb1e4d557a42e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1e2fb1e4d557a42e","status":"passed","time":{"start":1707407736517,"stop":1707407736518,"duration":1}},{"uid":"a7293324a9419188","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a7293324a9419188","status":"passed","time":{"start":1707407618236,"stop":1707407618236,"duration":0}},{"uid":"ca0eb280605c2519","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ca0eb280605c2519","status":"passed","time":{"start":1707404537723,"stop":1707404537724,"duration":1}},{"uid":"48973fe666772921","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/48973fe666772921","status":"passed","time":{"start":1707375978549,"stop":1707375978550,"duration":1}},{"uid":"bec2b0289d3f9ecf","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/bec2b0289d3f9ecf","status":"passed","time":{"start":1707373245365,"stop":1707373245365,"duration":0}},{"uid":"ea2a6a36b3b2ed35","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ea2a6a36b3b2ed35","status":"passed","time":{"start":1707359448674,"stop":1707359448674,"duration":0}},{"uid":"9160b98e940ad72f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9160b98e940ad72f","status":"passed","time":{"start":1707358197193,"stop":1707358197194,"duration":1}},{"uid":"57e091568fd7d106","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/57e091568fd7d106","status":"passed","time":{"start":1707357226635,"stop":1707357226635,"duration":0}},{"uid":"6a0abfdc425479c0","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6a0abfdc425479c0","status":"passed","time":{"start":1707355477319,"stop":1707355477319,"duration":0}}]},"tags":[]},"source":"f65131e105b62402.json","parameterValues":[]} \ No newline at end of file +{"uid":"bd6dbbbbc5de6453","name":"Subscribe to 30 topics (old 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 30 topics (old limit) at once and receives messages","historyId":"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793446746,"stop":1707793446747,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"164a03e90ca7453f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/164a03e90ca7453f","status":"passed","time":{"start":1707778413524,"stop":1707778413525,"duration":1}},{"uid":"6e0a4aeef104fc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e0a4aeef104fc6","status":"passed","time":{"start":1707775685032,"stop":1707775685033,"duration":1}},{"uid":"3bdaf0c70b7ea18c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bdaf0c70b7ea18c","status":"passed","time":{"start":1707775494282,"stop":1707775494283,"duration":1}},{"uid":"b1ae82a64ecc34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1ae82a64ecc34de","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"duration":0}},{"uid":"a3bbeeb8f8755d54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a3bbeeb8f8755d54","status":"passed","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"2ccf7105264531e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ccf7105264531e7","status":"passed","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"140b8a6e1ca4038b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/140b8a6e1ca4038b","status":"passed","time":{"start":1707758004333,"stop":1707758004333,"duration":0}},{"uid":"eab44fd4a60dc40f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eab44fd4a60dc40f","status":"passed","time":{"start":1707756690167,"stop":1707756690168,"duration":1}},{"uid":"23eb5ad309a8a156","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23eb5ad309a8a156","status":"passed","time":{"start":1707754051792,"stop":1707754051792,"duration":0}},{"uid":"b328a7db1a240bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b328a7db1a240bfd","status":"passed","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"f8845a8a3cb990f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8845a8a3cb990f8","status":"passed","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"d2e6fa4ead39abb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2e6fa4ead39abb3","status":"passed","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"f40eb29401154a01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f40eb29401154a01","status":"passed","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"tags":[]},"source":"bd6dbbbbc5de6453.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7dbbb9a669440b98.json b/6406/data/test-cases/bdd484b9a9a06978.json similarity index 87% rename from 6379/data/test-cases/7dbbb9a669440b98.json rename to 6406/data/test-cases/bdd484b9a9a06978.json index 50169ad159a..7decf4a6b8b 100644 --- a/6379/data/test-cases/7dbbb9a669440b98.json +++ b/6406/data/test-cases/bdd484b9a9a06978.json @@ -1 +1 @@ -{"uid":"7dbbb9a669440b98","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":1707419247772,"stop":1707419247772,"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":17,"unknown":0,"total":17},"items":[{"uid":"fad6edd416173241","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fad6edd416173241","status":"passed","time":{"start":1707418479339,"stop":1707418479339,"duration":0}},{"uid":"8e8535cdfe6617e4","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8e8535cdfe6617e4","status":"passed","time":{"start":1707418420795,"stop":1707418420795,"duration":0}},{"uid":"78ba29401561bac1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/78ba29401561bac1","status":"passed","time":{"start":1707412716430,"stop":1707412716431,"duration":1}},{"uid":"d5b93920677f4868","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d5b93920677f4868","status":"passed","time":{"start":1707411275201,"stop":1707411275201,"duration":0}},{"uid":"44f2d7bc8a4d4afb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/44f2d7bc8a4d4afb","status":"passed","time":{"start":1707409745066,"stop":1707409745066,"duration":0}},{"uid":"483277887f346d33","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/483277887f346d33","status":"passed","time":{"start":1707409135319,"stop":1707409135319,"duration":0}},{"uid":"fd73da0169406196","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/fd73da0169406196","status":"passed","time":{"start":1707409077129,"stop":1707409077129,"duration":0}},{"uid":"2a2d532415ff9d40","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2a2d532415ff9d40","status":"passed","time":{"start":1707408618355,"stop":1707408618356,"duration":1}},{"uid":"58bf0b49361a7b65","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/58bf0b49361a7b65","status":"passed","time":{"start":1707407695602,"stop":1707407695603,"duration":1}},{"uid":"ea9be830e8a95e87","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ea9be830e8a95e87","status":"passed","time":{"start":1707407563838,"stop":1707407563838,"duration":0}},{"uid":"639e4d18496de27d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/639e4d18496de27d","status":"passed","time":{"start":1707404565399,"stop":1707404565399,"duration":0}},{"uid":"9cac5c222b0e0789","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9cac5c222b0e0789","status":"passed","time":{"start":1707376005065,"stop":1707376005065,"duration":0}},{"uid":"bcfbcc9bb5b22364","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/bcfbcc9bb5b22364","status":"passed","time":{"start":1707373209928,"stop":1707373209928,"duration":0}},{"uid":"3e80d7bf227ba38a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3e80d7bf227ba38a","status":"passed","time":{"start":1707359407156,"stop":1707359407156,"duration":0}},{"uid":"c5de1a7d270282c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c5de1a7d270282c7","status":"passed","time":{"start":1707358162771,"stop":1707358162771,"duration":0}},{"uid":"7a3d48072a82cf07","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7a3d48072a82cf07","status":"passed","time":{"start":1707355687991,"stop":1707355687991,"duration":0}}]},"tags":[]},"source":"7dbbb9a669440b98.json","parameterValues":[]} \ No newline at end of file +{"uid":"bdd484b9a9a06978","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":1707793370632,"stop":1707793370633,"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":13,"unknown":0,"total":13},"items":[{"uid":"fb9154f587d4ebfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb9154f587d4ebfa","status":"passed","time":{"start":1707778386481,"stop":1707778386482,"duration":1}},{"uid":"c772432655d810c8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c772432655d810c8","status":"passed","time":{"start":1707775656748,"stop":1707775656749,"duration":1}},{"uid":"f86ac36860e6712e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f86ac36860e6712e","status":"passed","time":{"start":1707775461887,"stop":1707775461888,"duration":1}},{"uid":"edec879d0c83e822","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edec879d0c83e822","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"duration":1}},{"uid":"d7bbefda049d898c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7bbefda049d898c","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"a91b90f91cd02955","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a91b90f91cd02955","status":"passed","time":{"start":1707760335949,"stop":1707760335950,"duration":1}},{"uid":"f5240069a6a6a448","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5240069a6a6a448","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"9bf1aa48c246c4b2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bf1aa48c246c4b2","status":"passed","time":{"start":1707756664003,"stop":1707756664003,"duration":0}},{"uid":"9e32d73db4a3fa9e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9e32d73db4a3fa9e","status":"passed","time":{"start":1707753837169,"stop":1707753837169,"duration":0}},{"uid":"2a2355f734daea0b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2355f734daea0b","status":"passed","time":{"start":1707751136320,"stop":1707751136320,"duration":0}},{"uid":"c1304d5fd45b0113","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1304d5fd45b0113","status":"passed","time":{"start":1707737124644,"stop":1707737124645,"duration":1}},{"uid":"3a2eed3a3ecc6c61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a2eed3a3ecc6c61","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"tags":[]},"source":"bdd484b9a9a06978.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/be28184e85084791.json b/6406/data/test-cases/be28184e85084791.json new file mode 100644 index 00000000000..037fbba7a45 --- /dev/null +++ b/6406/data/test-cases/be28184e85084791.json @@ -0,0 +1 @@ +{"uid":"be28184e85084791","name":"ENRTree (tree): should error if DNS tree entry is misformatted","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is misformatted","historyId":"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814745,"stop":1707792814746,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"fb1ceef6dde5483a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb1ceef6dde5483a","status":"passed","time":{"start":1707777764079,"stop":1707777764079,"duration":0}},{"uid":"300a4d66197f6081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300a4d66197f6081","status":"passed","time":{"start":1707775040148,"stop":1707775040148,"duration":0}},{"uid":"4f8b58a05eb6d33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f8b58a05eb6d33c","status":"passed","time":{"start":1707774842103,"stop":1707774842104,"duration":1}},{"uid":"68fb3c41ad0d9d1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68fb3c41ad0d9d1d","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"a5f14752e8b4b91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5f14752e8b4b91","status":"passed","time":{"start":1707769642221,"stop":1707769642221,"duration":0}},{"uid":"d88df68600e84a7d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d88df68600e84a7d","status":"passed","time":{"start":1707759737069,"stop":1707759737069,"duration":0}},{"uid":"c4519391e37502b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4519391e37502b","status":"passed","time":{"start":1707757431975,"stop":1707757431976,"duration":1}},{"uid":"9a6874713a3fe5d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a6874713a3fe5d6","status":"passed","time":{"start":1707756061020,"stop":1707756061020,"duration":0}},{"uid":"81ea33f75ebe99f4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ea33f75ebe99f4","status":"passed","time":{"start":1707753479609,"stop":1707753479610,"duration":1}},{"uid":"7f7cafededc1e02b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7cafededc1e02b","status":"passed","time":{"start":1707753208308,"stop":1707753208309,"duration":1}},{"uid":"fdc6ca50adec478a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fdc6ca50adec478a","status":"passed","time":{"start":1707750608585,"stop":1707750608585,"duration":0}},{"uid":"5be595ba729540eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5be595ba729540eb","status":"passed","time":{"start":1707736525856,"stop":1707736525856,"duration":0}},{"uid":"ab74e89a0380b762","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab74e89a0380b762","status":"passed","time":{"start":1707735707690,"stop":1707735707691,"duration":1}}]},"tags":[]},"source":"be28184e85084791.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/be52fc8f190fe953.json b/6406/data/test-cases/be52fc8f190fe953.json new file mode 100644 index 00000000000..85baadd3ea7 --- /dev/null +++ b/6406/data/test-cases/be52fc8f190fe953.json @@ -0,0 +1 @@ +{"uid":"be52fc8f190fe953","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":1707793142792,"stop":1707793142794,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay (Autosharding), multiple pubsub topics\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay (Autosharding), multiple pubsub topics"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"863457d3f4972de6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/863457d3f4972de6","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"fe0bfa5fe640dfc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fe0bfa5fe640dfc0","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"3bcd4e3dfc043ea8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bcd4e3dfc043ea8","status":"passed","time":{"start":1707775193314,"stop":1707775193315,"duration":1}},{"uid":"36c59a5152aad99f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36c59a5152aad99f","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"duration":1}},{"uid":"7f7a828d9afbd2ee","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f7a828d9afbd2ee","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"c591a5cf4f81666f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c591a5cf4f81666f","status":"passed","time":{"start":1707760084100,"stop":1707760084100,"duration":0}},{"uid":"9ec7605354faf28e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9ec7605354faf28e","status":"passed","time":{"start":1707757782368,"stop":1707757782368,"duration":0}},{"uid":"54dfc301813ec335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54dfc301813ec335","status":"passed","time":{"start":1707756396101,"stop":1707756396101,"duration":0}},{"uid":"c9a17c53a2ae6c53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a17c53a2ae6c53","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"50a6a38123569529","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50a6a38123569529","status":"passed","time":{"start":1707753563097,"stop":1707753563098,"duration":1}},{"uid":"675eee9b0c5a2bd8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/675eee9b0c5a2bd8","status":"passed","time":{"start":1707750940653,"stop":1707750940656,"duration":3}},{"uid":"f91c8c228b1745d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f91c8c228b1745d7","status":"passed","time":{"start":1707736870544,"stop":1707736870545,"duration":1}},{"uid":"b37b2311e2c716ab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b37b2311e2c716ab","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"tags":[]},"source":"be52fc8f190fe953.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/be92f49bf4914698.json b/6406/data/test-cases/be92f49bf4914698.json new file mode 100644 index 00000000000..f4446d44fce --- /dev/null +++ b/6406/data/test-cases/be92f49bf4914698.json @@ -0,0 +1 @@ +{"uid":"be92f49bf4914698","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":1707792907230,"stop":1707792907230,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"7c19468380dc7e91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c19468380dc7e91","status":"passed","time":{"start":1707777859853,"stop":1707777859853,"duration":0}},{"uid":"b3eefba927c049bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3eefba927c049bd","status":"passed","time":{"start":1707775133667,"stop":1707775133668,"duration":1}},{"uid":"88e5e665cc57c8d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/88e5e665cc57c8d3","status":"passed","time":{"start":1707774942681,"stop":1707774942681,"duration":0}},{"uid":"ec3f381eee5e3cb3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec3f381eee5e3cb3","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"duration":0}},{"uid":"608ac624e2e3071c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/608ac624e2e3071c","status":"passed","time":{"start":1707769735033,"stop":1707769735033,"duration":0}},{"uid":"c830107cc6b557a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c830107cc6b557a2","status":"passed","time":{"start":1707759831194,"stop":1707759831194,"duration":0}},{"uid":"dc8da088f5063978","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc8da088f5063978","status":"passed","time":{"start":1707757528822,"stop":1707757528823,"duration":1}},{"uid":"31bb4ba3c41be7a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31bb4ba3c41be7a4","status":"passed","time":{"start":1707756157290,"stop":1707756157291,"duration":1}},{"uid":"2a69e4e85661f3ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a69e4e85661f3ab","status":"passed","time":{"start":1707753578471,"stop":1707753578472,"duration":1}},{"uid":"44363e36de7691da","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44363e36de7691da","status":"passed","time":{"start":1707753307894,"stop":1707753307895,"duration":1}},{"uid":"cc19f215db195e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cc19f215db195e8","status":"passed","time":{"start":1707750703126,"stop":1707750703126,"duration":0}},{"uid":"6d3c74549449f221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3c74549449f221","status":"passed","time":{"start":1707736629970,"stop":1707736629970,"duration":0}},{"uid":"d858aa4f1523e4f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d858aa4f1523e4f8","status":"passed","time":{"start":1707735809088,"stop":1707735809088,"duration":0}}]},"tags":[]},"source":"be92f49bf4914698.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/493618621a159a90.json b/6406/data/test-cases/beb3d9c4e1caa9ee.json similarity index 57% rename from 6379/data/test-cases/493618621a159a90.json rename to 6406/data/test-cases/beb3d9c4e1caa9ee.json index 42e7d56858a..70840ab5921 100644 --- a/6379/data/test-cases/493618621a159a90.json +++ b/6406/data/test-cases/beb3d9c4e1caa9ee.json @@ -1 +1 @@ -{"uid":"493618621a159a90","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":1707419196130,"stop":1707419196131,"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":18,"unknown":0,"total":18},"items":[{"uid":"87949b25cc3b853b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/87949b25cc3b853b","status":"passed","time":{"start":1707418434563,"stop":1707418434563,"duration":0}},{"uid":"3b5a606fefc1f332","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3b5a606fefc1f332","status":"passed","time":{"start":1707418390046,"stop":1707418390047,"duration":1}},{"uid":"9a2ae919091e971c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9a2ae919091e971c","status":"passed","time":{"start":1707412777503,"stop":1707412777503,"duration":0}},{"uid":"dfcbdc501fc11827","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/dfcbdc501fc11827","status":"passed","time":{"start":1707411235489,"stop":1707411235489,"duration":0}},{"uid":"b85a6de5d87b941d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b85a6de5d87b941d","status":"passed","time":{"start":1707409707315,"stop":1707409707318,"duration":3}},{"uid":"8e3bb470f6063bfc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8e3bb470f6063bfc","status":"passed","time":{"start":1707409096439,"stop":1707409096439,"duration":0}},{"uid":"841cb728bbd0cf82","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/841cb728bbd0cf82","status":"passed","time":{"start":1707409057284,"stop":1707409057284,"duration":0}},{"uid":"cda1f8d1e8077271","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cda1f8d1e8077271","status":"passed","time":{"start":1707408590957,"stop":1707408590958,"duration":1}},{"uid":"5368d4efd74baf5c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5368d4efd74baf5c","status":"passed","time":{"start":1707407658257,"stop":1707407658258,"duration":1}},{"uid":"7f328a978187c4dd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7f328a978187c4dd","status":"passed","time":{"start":1707407574451,"stop":1707407574451,"duration":0}},{"uid":"943c20def91bb9b9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/943c20def91bb9b9","status":"passed","time":{"start":1707404549266,"stop":1707404549266,"duration":0}},{"uid":"bbf5e143e0630fd3","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bbf5e143e0630fd3","status":"passed","time":{"start":1707375962205,"stop":1707375962206,"duration":1}},{"uid":"9c42595f4a5a5843","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9c42595f4a5a5843","status":"passed","time":{"start":1707373162876,"stop":1707373162876,"duration":0}},{"uid":"271983daccfbbe4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/271983daccfbbe4","status":"passed","time":{"start":1707359369166,"stop":1707359369166,"duration":0}},{"uid":"9f8c387ead79da","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9f8c387ead79da","status":"passed","time":{"start":1707358158531,"stop":1707358158532,"duration":1}},{"uid":"2ee07318f40c54c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ee07318f40c54c8","status":"passed","time":{"start":1707357111641,"stop":1707357111642,"duration":1}},{"uid":"a9fba04732bf2e18","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a9fba04732bf2e18","status":"passed","time":{"start":1707355305179,"stop":1707355305180,"duration":1}}]},"tags":[]},"source":"493618621a159a90.json","parameterValues":[]} \ No newline at end of file +{"uid":"beb3d9c4e1caa9ee","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":1707793355778,"stop":1707793355778,"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":14,"unknown":0,"total":14},"items":[{"uid":"ac15725212320587","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac15725212320587","status":"passed","time":{"start":1707778326668,"stop":1707778326669,"duration":1}},{"uid":"f66ef020f0bc0993","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f66ef020f0bc0993","status":"passed","time":{"start":1707775610545,"stop":1707775610546,"duration":1}},{"uid":"4ef043306d4d3154","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ef043306d4d3154","status":"passed","time":{"start":1707775405810,"stop":1707775405811,"duration":1}},{"uid":"697534a2e92edaee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/697534a2e92edaee","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1}},{"uid":"c6911a550907e1d7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6911a550907e1d7","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"23d7f7437f66a739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23d7f7437f66a739","status":"passed","time":{"start":1707760294900,"stop":1707760294901,"duration":1}},{"uid":"fa094d6a6ff1570a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa094d6a6ff1570a","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"d500aa7a01d26d7d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d500aa7a01d26d7d","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"fb94eed7b31e3703","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb94eed7b31e3703","status":"passed","time":{"start":1707753926593,"stop":1707753926593,"duration":0}},{"uid":"a6e755112ea46b80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6e755112ea46b80","status":"passed","time":{"start":1707753779035,"stop":1707753779036,"duration":1}},{"uid":"202cba057ba9a35e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/202cba057ba9a35e","status":"passed","time":{"start":1707751117677,"stop":1707751117677,"duration":0}},{"uid":"6d619626ad319e2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d619626ad319e2d","status":"passed","time":{"start":1707737065100,"stop":1707737065101,"duration":1}},{"uid":"af9425b4cdb1c36d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af9425b4cdb1c36d","status":"passed","time":{"start":1707736281630,"stop":1707736281631,"duration":1}}]},"tags":[]},"source":"beb3d9c4e1caa9ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/beef9b77d1071916.json b/6406/data/test-cases/beef9b77d1071916.json new file mode 100644 index 00000000000..02baf17161a --- /dev/null +++ b/6406/data/test-cases/beef9b77d1071916.json @@ -0,0 +1 @@ +{"uid":"beef9b77d1071916","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":1707792846322,"stop":1707792846323,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"attemptDial method\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Dials\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.connection-mananger"},{"name":"parentSuite","value":"Dials"},{"name":"suite","value":"attemptDial method"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"875e46253b7a1553","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/875e46253b7a1553","status":"passed","time":{"start":1707777795162,"stop":1707777795162,"duration":0}},{"uid":"3af58c14524cb3af","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3af58c14524cb3af","status":"passed","time":{"start":1707775070514,"stop":1707775070515,"duration":1}},{"uid":"87a10e98bc0323cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87a10e98bc0323cf","status":"passed","time":{"start":1707774873410,"stop":1707774873411,"duration":1}},{"uid":"702e321b5d0e490","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/702e321b5d0e490","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1}},{"uid":"1943ed42c05a8b23","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1943ed42c05a8b23","status":"passed","time":{"start":1707769673024,"stop":1707769673024,"duration":0}},{"uid":"97969ece0ec3bbed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97969ece0ec3bbed","status":"passed","time":{"start":1707759767763,"stop":1707759767763,"duration":0}},{"uid":"1b83a06da0429d9b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1b83a06da0429d9b","status":"passed","time":{"start":1707757463875,"stop":1707757463875,"duration":0}},{"uid":"18c446e2e7b11c5d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18c446e2e7b11c5d","status":"passed","time":{"start":1707756091990,"stop":1707756091991,"duration":1}},{"uid":"493304a52158082c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/493304a52158082c","status":"passed","time":{"start":1707753510232,"stop":1707753510233,"duration":1}},{"uid":"35fb34c6db5007fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35fb34c6db5007fc","status":"passed","time":{"start":1707753240420,"stop":1707753240421,"duration":1}},{"uid":"a6b1d9c5dba24784","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a6b1d9c5dba24784","status":"passed","time":{"start":1707750639409,"stop":1707750639409,"duration":0}},{"uid":"8be90e244f7a4c6a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8be90e244f7a4c6a","status":"passed","time":{"start":1707736555753,"stop":1707736555754,"duration":1}},{"uid":"2108507f55f00588","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2108507f55f00588","status":"passed","time":{"start":1707735739985,"stop":1707735739986,"duration":1}}]},"tags":[]},"source":"beef9b77d1071916.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/92077b8e3c9b0c13.json b/6406/data/test-cases/bf0996152959c745.json similarity index 80% rename from 6379/data/test-cases/92077b8e3c9b0c13.json rename to 6406/data/test-cases/bf0996152959c745.json index 347eaf0fa10..191effab0ee 100644 --- a/6379/data/test-cases/92077b8e3c9b0c13.json +++ b/6406/data/test-cases/bf0996152959c745.json @@ -1 +1 @@ -{"uid":"92077b8e3c9b0c13","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":1707418841932,"stop":1707418841933,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"96b7d2d082dec549","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/96b7d2d082dec549","status":"passed","time":{"start":1707418071895,"stop":1707418071895,"duration":0}},{"uid":"e2ca11b847805a61","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e2ca11b847805a61","status":"passed","time":{"start":1707418027861,"stop":1707418027862,"duration":1}},{"uid":"45d22d57a0372208","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/45d22d57a0372208","status":"passed","time":{"start":1707412447288,"stop":1707412447289,"duration":1}},{"uid":"fd4d8a216f00007a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fd4d8a216f00007a","status":"passed","time":{"start":1707410887009,"stop":1707410887023,"duration":14}},{"uid":"8a0cb3aaf786c89f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8a0cb3aaf786c89f","status":"passed","time":{"start":1707409360831,"stop":1707409360831,"duration":0}},{"uid":"af9fb4a668cd8470","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/af9fb4a668cd8470","status":"passed","time":{"start":1707408754549,"stop":1707408754550,"duration":1}},{"uid":"5011e4d9e995efc7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5011e4d9e995efc7","status":"passed","time":{"start":1707408697991,"stop":1707408697991,"duration":0}},{"uid":"431137c628a7c7a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/431137c628a7c7a","status":"passed","time":{"start":1707408233029,"stop":1707408233029,"duration":0}},{"uid":"7e12ec9f7e665f7e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7e12ec9f7e665f7e","status":"passed","time":{"start":1707407282972,"stop":1707407282972,"duration":0}},{"uid":"adac964c9948209e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/adac964c9948209e","status":"passed","time":{"start":1707407158622,"stop":1707407158622,"duration":0}},{"uid":"3231fb254d9fc807","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3231fb254d9fc807","status":"passed","time":{"start":1707404183591,"stop":1707404183591,"duration":0}},{"uid":"b5b8c89e8a423130","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b5b8c89e8a423130","status":"passed","time":{"start":1707375605077,"stop":1707375605077,"duration":0}},{"uid":"e65a75f768bde84b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e65a75f768bde84b","status":"passed","time":{"start":1707372815498,"stop":1707372815498,"duration":0}},{"uid":"cd2cb1b8a6a5d0e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cd2cb1b8a6a5d0e","status":"passed","time":{"start":1707358982992,"stop":1707358982992,"duration":0}},{"uid":"8fbb8fef6d88d067","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8fbb8fef6d88d067","status":"passed","time":{"start":1707357747306,"stop":1707357747306,"duration":0}},{"uid":"86dbbda476344f7b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/86dbbda476344f7b","status":"passed","time":{"start":1707356855803,"stop":1707356855803,"duration":0}},{"uid":"6ed5da2cb5580aa4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6ed5da2cb5580aa4","status":"passed","time":{"start":1707354894909,"stop":1707354894910,"duration":1}}]},"tags":[]},"source":"92077b8e3c9b0c13.json","parameterValues":[]} \ No newline at end of file +{"uid":"bf0996152959c745","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":1707793028276,"stop":1707793028276,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"abda963122d13952","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abda963122d13952","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"9fc21e75c73dcd38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fc21e75c73dcd38","status":"passed","time":{"start":1707775244528,"stop":1707775244529,"duration":1}},{"uid":"395228809e7849cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/395228809e7849cf","status":"passed","time":{"start":1707775050817,"stop":1707775050817,"duration":0}},{"uid":"62c8cc5a0ecafd63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c8cc5a0ecafd63","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"4cc0e40fc5d16b02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4cc0e40fc5d16b02","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"54c524d5871fee0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54c524d5871fee0b","status":"passed","time":{"start":1707759965195,"stop":1707759965195,"duration":0}},{"uid":"f2d729aafb9c705e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d729aafb9c705e","status":"passed","time":{"start":1707757644389,"stop":1707757644389,"duration":0}},{"uid":"7e30fc14f5d703ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e30fc14f5d703ed","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"60b860a2ee4cf5bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60b860a2ee4cf5bd","status":"passed","time":{"start":1707753668031,"stop":1707753668032,"duration":1}},{"uid":"2f771da778303bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f771da778303bfd","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"8f39c5734c321571","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f39c5734c321571","status":"passed","time":{"start":1707750796030,"stop":1707750796030,"duration":0}},{"uid":"18f18af6fd4cce18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18f18af6fd4cce18","status":"passed","time":{"start":1707736730643,"stop":1707736730644,"duration":1}},{"uid":"f94b3c8f35fe561a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94b3c8f35fe561a","status":"passed","time":{"start":1707735912118,"stop":1707735912119,"duration":1}}]},"tags":[]},"source":"bf0996152959c745.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d2c2853893cb8de1.json b/6406/data/test-cases/bf6f142ebbca0f7f.json similarity index 83% rename from 6379/data/test-cases/d2c2853893cb8de1.json rename to 6406/data/test-cases/bf6f142ebbca0f7f.json index 7f6f76a8e4e..c266b0e711f 100644 --- a/6379/data/test-cases/d2c2853893cb8de1.json +++ b/6406/data/test-cases/bf6f142ebbca0f7f.json @@ -1 +1 @@ -{"uid":"d2c2853893cb8de1","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":1707419289495,"stop":1707419289495,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"3d1b5868491ecd44","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3d1b5868491ecd44","status":"passed","time":{"start":1707418535534,"stop":1707418535534,"duration":0}},{"uid":"a708e35b79356bb7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a708e35b79356bb7","status":"passed","time":{"start":1707418482211,"stop":1707418482211,"duration":0}},{"uid":"f272e1795a0d3cdf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f272e1795a0d3cdf","status":"passed","time":{"start":1707412863477,"stop":1707412863477,"duration":0}},{"uid":"6454812ec865bc7c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6454812ec865bc7c","status":"passed","time":{"start":1707411338648,"stop":1707411338648,"duration":0}},{"uid":"24348aa36054286e","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/24348aa36054286e","status":"passed","time":{"start":1707409792225,"stop":1707409792225,"duration":0}},{"uid":"971d2335389f29a8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/971d2335389f29a8","status":"passed","time":{"start":1707409177749,"stop":1707409177749,"duration":0}},{"uid":"caf596fc7abe0487","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/caf596fc7abe0487","status":"passed","time":{"start":1707409135084,"stop":1707409135084,"duration":0}},{"uid":"6d0f6570bb890ff1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6d0f6570bb890ff1","status":"passed","time":{"start":1707408664016,"stop":1707408664016,"duration":0}},{"uid":"9f149c8912bccd6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9f149c8912bccd6","status":"passed","time":{"start":1707407736502,"stop":1707407736502,"duration":0}},{"uid":"a6b71cd0eece893a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a6b71cd0eece893a","status":"passed","time":{"start":1707407618223,"stop":1707407618223,"duration":0}},{"uid":"c4a7b7f60c4fcf41","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c4a7b7f60c4fcf41","status":"passed","time":{"start":1707404537707,"stop":1707404537707,"duration":0}},{"uid":"6e365e9154ff4ed2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6e365e9154ff4ed2","status":"passed","time":{"start":1707375978538,"stop":1707375978538,"duration":0}},{"uid":"4b7930068695ea06","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4b7930068695ea06","status":"passed","time":{"start":1707373245349,"stop":1707373245349,"duration":0}},{"uid":"ee7f787c6057849e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ee7f787c6057849e","status":"passed","time":{"start":1707359448661,"stop":1707359448661,"duration":0}},{"uid":"10a3132a7186356d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/10a3132a7186356d","status":"passed","time":{"start":1707358197178,"stop":1707358197179,"duration":1}},{"uid":"ab19b33a4497110d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ab19b33a4497110d","status":"passed","time":{"start":1707357226622,"stop":1707357226622,"duration":0}},{"uid":"6c330200a598e0d1","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6c330200a598e0d1","status":"passed","time":{"start":1707355477296,"stop":1707355477296,"duration":0}}]},"tags":[]},"source":"d2c2853893cb8de1.json","parameterValues":[]} \ No newline at end of file +{"uid":"bf6f142ebbca0f7f","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":1707793446731,"stop":1707793446731,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef1035edd256b1fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ef1035edd256b1fb","status":"passed","time":{"start":1707778413512,"stop":1707778413513,"duration":1}},{"uid":"e80125a3591ac1dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e80125a3591ac1dc","status":"passed","time":{"start":1707775685017,"stop":1707775685018,"duration":1}},{"uid":"5a04f47ec1a07a11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a04f47ec1a07a11","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"505f0f4a01ded46b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/505f0f4a01ded46b","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"363b180417b9e6af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/363b180417b9e6af","status":"passed","time":{"start":1707770238677,"stop":1707770238678,"duration":1}},{"uid":"706993eae73521ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706993eae73521ef","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"6ded774b5eadfa3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6ded774b5eadfa3e","status":"passed","time":{"start":1707758004299,"stop":1707758004300,"duration":1}},{"uid":"70fbde388c1471bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/70fbde388c1471bd","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"9f7df16eef6a6ab2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7df16eef6a6ab2","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"ca9b99ca7d2c030e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca9b99ca7d2c030e","status":"passed","time":{"start":1707753877920,"stop":1707753877920,"duration":0}},{"uid":"bc6c4d93b4bfd9da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bc6c4d93b4bfd9da","status":"passed","time":{"start":1707751228953,"stop":1707751228954,"duration":1}},{"uid":"799f6327b0420c38","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/799f6327b0420c38","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"f9d44a8be72cb57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9d44a8be72cb57","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"tags":[]},"source":"bf6f142ebbca0f7f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/bfabf72458b69e27.json b/6406/data/test-cases/bfabf72458b69e27.json new file mode 100644 index 00000000000..0075abfae98 --- /dev/null +++ b/6406/data/test-cases/bfabf72458b69e27.json @@ -0,0 +1 @@ +{"uid":"bfabf72458b69e27","name":"Accepts a valid Waku Message","fullName":"/src/message_validator.spec.ts: Message Validator > Accepts a valid Waku Message","historyId":"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792809058,"stop":1707792809059,"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":14,"unknown":0,"total":14},"items":[{"uid":"efe2241ec9382eeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/efe2241ec9382eeb","status":"passed","time":{"start":1707777758302,"stop":1707777758303,"duration":1}},{"uid":"1c0326dcce45e528","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c0326dcce45e528","status":"passed","time":{"start":1707775034556,"stop":1707775034557,"duration":1}},{"uid":"b8481d5ba85271b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8481d5ba85271b9","status":"passed","time":{"start":1707774836326,"stop":1707774836327,"duration":1}},{"uid":"6b448eee5becd150","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b448eee5becd150","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1}},{"uid":"aa2cbd34880d944c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cbd34880d944c","status":"passed","time":{"start":1707769636532,"stop":1707769636533,"duration":1}},{"uid":"ba8042c815247c90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ba8042c815247c90","status":"passed","time":{"start":1707759731265,"stop":1707759731266,"duration":1}},{"uid":"aa5ee9611c0204d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa5ee9611c0204d9","status":"passed","time":{"start":1707757426113,"stop":1707757426114,"duration":1}},{"uid":"d2c0be35f8d3967e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2c0be35f8d3967e","status":"passed","time":{"start":1707756055493,"stop":1707756055495,"duration":2}},{"uid":"1e9b6ea72c3dcb38","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e9b6ea72c3dcb38","status":"passed","time":{"start":1707753473919,"stop":1707753473920,"duration":1}},{"uid":"f2a5fffba46cd4bf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2a5fffba46cd4bf","status":"passed","time":{"start":1707753202443,"stop":1707753202444,"duration":1}},{"uid":"b9255b7cc266a99b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9255b7cc266a99b","status":"passed","time":{"start":1707750602786,"stop":1707750602787,"duration":1}},{"uid":"4bd077a3c041b855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bd077a3c041b855","status":"passed","time":{"start":1707736520177,"stop":1707736520179,"duration":2}},{"uid":"5d949a7d8ef9a68e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d949a7d8ef9a68e","status":"passed","time":{"start":1707735701765,"stop":1707735701766,"duration":1}}]},"tags":[]},"source":"bfabf72458b69e27.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/bff4ce34f34cf38.json b/6406/data/test-cases/bff4ce34f34cf38.json new file mode 100644 index 00000000000..86e552bbe02 --- /dev/null +++ b/6406/data/test-cases/bff4ce34f34cf38.json @@ -0,0 +1 @@ +{"uid":"bff4ce34f34cf38","name":"Check meta is set [symmetric]","fullName":"/src/symmetric.spec.ts: Symmetric Encryption > Check meta is set [symmetric]","historyId":"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792820891,"stop":1707792820891,"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":14,"unknown":0,"total":14},"items":[{"uid":"5e0f87c093fde93e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5e0f87c093fde93e","status":"passed","time":{"start":1707777770258,"stop":1707777770258,"duration":0}},{"uid":"87a305642dc5b6c0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87a305642dc5b6c0","status":"passed","time":{"start":1707775046371,"stop":1707775046371,"duration":0}},{"uid":"308edc2ed0d2eb87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/308edc2ed0d2eb87","status":"passed","time":{"start":1707774848382,"stop":1707774848383,"duration":1}},{"uid":"564e87c54ed57cc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/564e87c54ed57cc7","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"duration":0}},{"uid":"18d0280d8025a0f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18d0280d8025a0f2","status":"passed","time":{"start":1707769648572,"stop":1707769648572,"duration":0}},{"uid":"ddcf8432e8332309","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddcf8432e8332309","status":"passed","time":{"start":1707759743252,"stop":1707759743253,"duration":1}},{"uid":"b7528c8ef7065ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b7528c8ef7065ee","status":"passed","time":{"start":1707757438366,"stop":1707757438366,"duration":0}},{"uid":"4449e2e35f282b9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4449e2e35f282b9a","status":"passed","time":{"start":1707756067008,"stop":1707756067009,"duration":1}},{"uid":"b2ccc590c067e30c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ccc590c067e30c","status":"passed","time":{"start":1707753485649,"stop":1707753485649,"duration":0}},{"uid":"3650ea0c854049dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3650ea0c854049dc","status":"passed","time":{"start":1707753214694,"stop":1707753214695,"duration":1}},{"uid":"7d47e043ab2caa8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d47e043ab2caa8a","status":"passed","time":{"start":1707750614687,"stop":1707750614687,"duration":0}},{"uid":"14d9198b37135b7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/14d9198b37135b7b","status":"passed","time":{"start":1707736532272,"stop":1707736532273,"duration":1}},{"uid":"7211477a77c8ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7211477a77c8ba26","status":"passed","time":{"start":1707735714121,"stop":1707735714122,"duration":1}}]},"tags":[]},"source":"bff4ce34f34cf38.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c075cf3303077178.json b/6406/data/test-cases/c075cf3303077178.json new file mode 100644 index 00000000000..2d91b22d927 --- /dev/null +++ b/6406/data/test-cases/c075cf3303077178.json @@ -0,0 +1 @@ +{"uid":"c075cf3303077178","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":1707792958831,"stop":1707792958831,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"c2eace42e40a961f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c2eace42e40a961f","status":"passed","time":{"start":1707777997105,"stop":1707777997106,"duration":1}},{"uid":"13b2f7ae0cc904b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13b2f7ae0cc904b5","status":"passed","time":{"start":1707775275747,"stop":1707775275747,"duration":0}},{"uid":"58668c56476ce773","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58668c56476ce773","status":"passed","time":{"start":1707775085877,"stop":1707775085878,"duration":1}},{"uid":"5837925cd9e79ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5837925cd9e79ca1","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1}},{"uid":"900c79b8b35eab6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/900c79b8b35eab6a","status":"passed","time":{"start":1707769883314,"stop":1707769883314,"duration":0}},{"uid":"8ad7d2eaf1cfe8a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ad7d2eaf1cfe8a7","status":"passed","time":{"start":1707759981456,"stop":1707759981457,"duration":1}},{"uid":"1d5b0634562894fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d5b0634562894fb","status":"passed","time":{"start":1707757676036,"stop":1707757676037,"duration":1}},{"uid":"6124a64ba541fa9e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6124a64ba541fa9e","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"acb31d44d82a9daa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/acb31d44d82a9daa","status":"passed","time":{"start":1707753713244,"stop":1707753713244,"duration":0}},{"uid":"ec0fe0e451c8faec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec0fe0e451c8faec","status":"passed","time":{"start":1707753448089,"stop":1707753448090,"duration":1}},{"uid":"2fed8082ff91355","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2fed8082ff91355","status":"passed","time":{"start":1707750840031,"stop":1707750840032,"duration":1}},{"uid":"7e174ffcae626517","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e174ffcae626517","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"20b703a9b836a0f5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20b703a9b836a0f5","status":"passed","time":{"start":1707735955221,"stop":1707735955221,"duration":0}}]},"tags":[]},"source":"c075cf3303077178.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c0bf75a091af4024.json b/6406/data/test-cases/c0bf75a091af4024.json new file mode 100644 index 00000000000..883470e5487 --- /dev/null +++ b/6406/data/test-cases/c0bf75a091af4024.json @@ -0,0 +1 @@ +{"uid":"c0bf75a091af4024","name":"Rejects garbage","fullName":"/src/message_validator.spec.ts: Message Validator > Rejects garbage","historyId":"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792809060,"stop":1707792809060,"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":14,"unknown":0,"total":14},"items":[{"uid":"62f9e88268c9889a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62f9e88268c9889a","status":"passed","time":{"start":1707777758303,"stop":1707777758304,"duration":1}},{"uid":"1a829e9e65e9dc24","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a829e9e65e9dc24","status":"passed","time":{"start":1707775034557,"stop":1707775034558,"duration":1}},{"uid":"81b54e5d03776161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b54e5d03776161","status":"passed","time":{"start":1707774836328,"stop":1707774836328,"duration":0}},{"uid":"60e05b171de5d15f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60e05b171de5d15f","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0}},{"uid":"cc8ca5701659aeff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cc8ca5701659aeff","status":"passed","time":{"start":1707769636534,"stop":1707769636534,"duration":0}},{"uid":"9e85a3b0efb61a86","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e85a3b0efb61a86","status":"passed","time":{"start":1707759731267,"stop":1707759731267,"duration":0}},{"uid":"d71953367bf2fbc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d71953367bf2fbc1","status":"passed","time":{"start":1707757426114,"stop":1707757426115,"duration":1}},{"uid":"7fc81d2d217ca409","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fc81d2d217ca409","status":"passed","time":{"start":1707756055495,"stop":1707756055495,"duration":0}},{"uid":"83ce6110c608ab7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/83ce6110c608ab7c","status":"passed","time":{"start":1707753473920,"stop":1707753473921,"duration":1}},{"uid":"5e1fc8fbec2f4e54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e1fc8fbec2f4e54","status":"passed","time":{"start":1707753202444,"stop":1707753202445,"duration":1}},{"uid":"b75c961a57f3131f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b75c961a57f3131f","status":"passed","time":{"start":1707750602787,"stop":1707750602788,"duration":1}},{"uid":"a61b255d7e96b57b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a61b255d7e96b57b","status":"passed","time":{"start":1707736520179,"stop":1707736520179,"duration":0}},{"uid":"e4f81e9545beec3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4f81e9545beec3b","status":"passed","time":{"start":1707735701767,"stop":1707735701767,"duration":0}}]},"tags":[]},"source":"c0bf75a091af4024.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/2daa9d7160066011.json b/6406/data/test-cases/c1139d89c3d2ae22.json similarity index 50% rename from 6379/data/test-cases/2daa9d7160066011.json rename to 6406/data/test-cases/c1139d89c3d2ae22.json index b6d53513157..f94dead84e3 100644 --- a/6379/data/test-cases/2daa9d7160066011.json +++ b/6406/data/test-cases/c1139d89c3d2ae22.json @@ -1 +1 @@ -{"uid":"2daa9d7160066011","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":1707418744886,"stop":1707418744886,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"4609caa13675e625","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4609caa13675e625","status":"passed","time":{"start":1707417979406,"stop":1707417979406,"duration":0}},{"uid":"166aa58757e51c89","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/166aa58757e51c89","status":"passed","time":{"start":1707417938897,"stop":1707417938897,"duration":0}},{"uid":"2c454073a1ef551d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2c454073a1ef551d","status":"passed","time":{"start":1707412393208,"stop":1707412393208,"duration":0}},{"uid":"ed491c335046c77c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ed491c335046c77c","status":"passed","time":{"start":1707410787474,"stop":1707410787475,"duration":1}},{"uid":"ae4968a49c7c81cc","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ae4968a49c7c81cc","status":"passed","time":{"start":1707409251382,"stop":1707409251382,"duration":0}},{"uid":"72ceca36aa9e0f33","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/72ceca36aa9e0f33","status":"passed","time":{"start":1707408646369,"stop":1707408646369,"duration":0}},{"uid":"11bd97adee6767e4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/11bd97adee6767e4","status":"passed","time":{"start":1707408603698,"stop":1707408603700,"duration":2}},{"uid":"bd723828365870b7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bd723828365870b7","status":"passed","time":{"start":1707408131556,"stop":1707408131556,"duration":0}},{"uid":"9886fc33ea9435c2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9886fc33ea9435c2","status":"passed","time":{"start":1707407189068,"stop":1707407189069,"duration":1}},{"uid":"2aa351f602d5523c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2aa351f602d5523c","status":"passed","time":{"start":1707407099397,"stop":1707407099398,"duration":1}},{"uid":"32978d45cecaf838","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/32978d45cecaf838","status":"passed","time":{"start":1707404081468,"stop":1707404081469,"duration":1}},{"uid":"73fd9da639330e50","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/73fd9da639330e50","status":"passed","time":{"start":1707375507545,"stop":1707375507545,"duration":0}},{"uid":"5d1095956f3a02","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5d1095956f3a02","status":"passed","time":{"start":1707372719073,"stop":1707372719073,"duration":0}},{"uid":"9967f417dd19f7d1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9967f417dd19f7d1","status":"passed","time":{"start":1707358898251,"stop":1707358898252,"duration":1}},{"uid":"bfc793b3aaac8ebd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bfc793b3aaac8ebd","status":"passed","time":{"start":1707357643943,"stop":1707357643944,"duration":1}},{"uid":"ac9f8971c3aa1b6d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ac9f8971c3aa1b6d","status":"passed","time":{"start":1707356762534,"stop":1707356762534,"duration":0}},{"uid":"635e0e26b473df5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/635e0e26b473df5","status":"passed","time":{"start":1707354787182,"stop":1707354787183,"duration":1}}]},"tags":[]},"source":"2daa9d7160066011.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1139d89c3d2ae22","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":1707792929579,"stop":1707792929580,"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":14,"unknown":0,"total":14},"items":[{"uid":"e6ff11d16ec322f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6ff11d16ec322f","status":"passed","time":{"start":1707777877646,"stop":1707777877646,"duration":0}},{"uid":"e0a1eefed6168032","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0a1eefed6168032","status":"passed","time":{"start":1707775153018,"stop":1707775153019,"duration":1}},{"uid":"4a59e37aad341228","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a59e37aad341228","status":"passed","time":{"start":1707774951831,"stop":1707774951832,"duration":1}},{"uid":"af67ee01065d8525","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af67ee01065d8525","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"71fc20f40e516603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71fc20f40e516603","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"272448ee603c1161","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/272448ee603c1161","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"36826c3bc70e8e57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36826c3bc70e8e57","status":"passed","time":{"start":1707757546807,"stop":1707757546807,"duration":0}},{"uid":"f62d5db757f58f72","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f62d5db757f58f72","status":"passed","time":{"start":1707756167199,"stop":1707756167200,"duration":1}},{"uid":"aabd6d863d97f42d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aabd6d863d97f42d","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f8a58bdf0254300b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f8a58bdf0254300b","status":"passed","time":{"start":1707753331770,"stop":1707753331771,"duration":1}},{"uid":"2270b0e0f266fcb5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2270b0e0f266fcb5","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"be434e43b6857a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/be434e43b6857a14","status":"passed","time":{"start":1707736636442,"stop":1707736636443,"duration":1}},{"uid":"ab132cda6f1d98c6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab132cda6f1d98c6","status":"passed","time":{"start":1707735825261,"stop":1707735825261,"duration":0}}]},"tags":[]},"source":"c1139d89c3d2ae22.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a6f8c27aabe99463.json b/6406/data/test-cases/c11e52c9b60dbf14.json similarity index 85% rename from 6379/data/test-cases/a6f8c27aabe99463.json rename to 6406/data/test-cases/c11e52c9b60dbf14.json index 468e3272b51..359575f6935 100644 --- a/6379/data/test-cases/a6f8c27aabe99463.json +++ b/6406/data/test-cases/c11e52c9b60dbf14.json @@ -1 +1 @@ -{"uid":"a6f8c27aabe99463","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":1707419080395,"stop":1707419080396,"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":18,"unknown":0,"total":18},"items":[{"uid":"9a93b3d6e07e897b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9a93b3d6e07e897b","status":"passed","time":{"start":1707418322013,"stop":1707418322013,"duration":0}},{"uid":"246fe07336be856e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/246fe07336be856e","status":"passed","time":{"start":1707418259977,"stop":1707418259977,"duration":0}},{"uid":"decf1ead47da1930","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/decf1ead47da1930","status":"passed","time":{"start":1707412707106,"stop":1707412707107,"duration":1}},{"uid":"59c8f3e6a8dc93d2","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/59c8f3e6a8dc93d2","status":"passed","time":{"start":1707411118095,"stop":1707411118095,"duration":0}},{"uid":"71aef5a5a458a8e6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/71aef5a5a458a8e6","status":"passed","time":{"start":1707409587917,"stop":1707409587918,"duration":1}},{"uid":"c1f424cfd9d3d7ec","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c1f424cfd9d3d7ec","status":"passed","time":{"start":1707408980204,"stop":1707408980205,"duration":1}},{"uid":"5763e57acd78fdb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5763e57acd78fdb","status":"passed","time":{"start":1707408927117,"stop":1707408927117,"duration":0}},{"uid":"323bb0fc87ba744","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/323bb0fc87ba744","status":"passed","time":{"start":1707408458730,"stop":1707408458731,"duration":1}},{"uid":"a03b15d9e5cdc1bb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a03b15d9e5cdc1bb","status":"passed","time":{"start":1707407520220,"stop":1707407520221,"duration":1}},{"uid":"d78ef35fb18ef60e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d78ef35fb18ef60e","status":"passed","time":{"start":1707407427624,"stop":1707407427624,"duration":0}},{"uid":"4003648c96373c07","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4003648c96373c07","status":"passed","time":{"start":1707404404302,"stop":1707404404303,"duration":1}},{"uid":"28681a6e3737ea0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/28681a6e3737ea0","status":"passed","time":{"start":1707375846751,"stop":1707375846751,"duration":0}},{"uid":"39c5e4168149a04d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/39c5e4168149a04d","status":"passed","time":{"start":1707373035623,"stop":1707373035624,"duration":1}},{"uid":"793bb727a48731bf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/793bb727a48731bf","status":"passed","time":{"start":1707359236205,"stop":1707359236206,"duration":1}},{"uid":"1b87919fd0cdce43","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1b87919fd0cdce43","status":"passed","time":{"start":1707357965187,"stop":1707357965187,"duration":0}},{"uid":"fb6a81b7a54c7e86","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fb6a81b7a54c7e86","status":"passed","time":{"start":1707357048195,"stop":1707357048196,"duration":1}},{"uid":"87a16f10c27e3617","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/87a16f10c27e3617","status":"passed","time":{"start":1707355141607,"stop":1707355141607,"duration":0}}]},"tags":[]},"source":"a6f8c27aabe99463.json","parameterValues":[]} \ No newline at end of file +{"uid":"c11e52c9b60dbf14","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":1707793238864,"stop":1707793238864,"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":14,"unknown":0,"total":14},"items":[{"uid":"b48f2fcc673a39d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b48f2fcc673a39d8","status":"passed","time":{"start":1707778202466,"stop":1707778202467,"duration":1}},{"uid":"928d9e13e91864b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/928d9e13e91864b1","status":"passed","time":{"start":1707775486613,"stop":1707775486613,"duration":0}},{"uid":"1dca06991a343a8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1dca06991a343a8d","status":"passed","time":{"start":1707775300130,"stop":1707775300130,"duration":0}},{"uid":"711c618cdd2e0af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/711c618cdd2e0af0","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"duration":1}},{"uid":"8717f4d271af4e5d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8717f4d271af4e5d","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"ffc0a04b04594ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffc0a04b04594ca7","status":"passed","time":{"start":1707760174007,"stop":1707760174008,"duration":1}},{"uid":"db936a8524957633","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/db936a8524957633","status":"passed","time":{"start":1707757873909,"stop":1707757873909,"duration":0}},{"uid":"b3217122fbddd3e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3217122fbddd3e1","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"6c61572a3be0492f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c61572a3be0492f","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"5e851703302cd643","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e851703302cd643","status":"passed","time":{"start":1707753647493,"stop":1707753647495,"duration":2}},{"uid":"aa64eec0b6b90f41","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa64eec0b6b90f41","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"926891a4d885b160","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/926891a4d885b160","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"ec5641a47e6f8936","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec5641a47e6f8936","status":"passed","time":{"start":1707736152498,"stop":1707736152499,"duration":1}}]},"tags":[]},"source":"c11e52c9b60dbf14.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c15b2212bac74fab.json b/6406/data/test-cases/c15b2212bac74fab.json new file mode 100644 index 00000000000..a55603832f2 --- /dev/null +++ b/6406/data/test-cases/c15b2212bac74fab.json @@ -0,0 +1 @@ +{"uid":"c15b2212bac74fab","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":1707793012464,"stop":1707793012465,"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":14,"unknown":0,"total":14},"items":[{"uid":"65d1c37b3aa0206e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/65d1c37b3aa0206e","status":"passed","time":{"start":1707777977658,"stop":1707777977659,"duration":1}},{"uid":"ab0b80cfddebdca7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab0b80cfddebdca7","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"63c28dcb34611484","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63c28dcb34611484","status":"passed","time":{"start":1707775081990,"stop":1707775081990,"duration":0}},{"uid":"dccba2d9f830efb2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dccba2d9f830efb2","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"duration":0}},{"uid":"35539a565f8417d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35539a565f8417d1","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"83ac76e2dd4f0be5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/83ac76e2dd4f0be5","status":"passed","time":{"start":1707759921445,"stop":1707759921446,"duration":1}},{"uid":"d0b41a4acc5b0065","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d0b41a4acc5b0065","status":"passed","time":{"start":1707757624869,"stop":1707757624870,"duration":1}},{"uid":"10b167fc1368f880","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10b167fc1368f880","status":"passed","time":{"start":1707756261731,"stop":1707756261731,"duration":0}},{"uid":"78c156c9950a66df","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78c156c9950a66df","status":"passed","time":{"start":1707753651135,"stop":1707753651135,"duration":0}},{"uid":"a3a0f91071b0b176","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3a0f91071b0b176","status":"passed","time":{"start":1707753409578,"stop":1707753409579,"duration":1}},{"uid":"5641b69c96bb724b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5641b69c96bb724b","status":"passed","time":{"start":1707750722036,"stop":1707750722036,"duration":0}},{"uid":"a697ad900892a915","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a697ad900892a915","status":"passed","time":{"start":1707736708316,"stop":1707736708317,"duration":1}},{"uid":"1ce11b8d63aec10a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ce11b8d63aec10a","status":"passed","time":{"start":1707735914378,"stop":1707735914379,"duration":1}}]},"tags":[]},"source":"c15b2212bac74fab.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/93b5afb109647c27.json b/6406/data/test-cases/c15b5b708e476348.json similarity index 81% rename from 6379/data/test-cases/93b5afb109647c27.json rename to 6406/data/test-cases/c15b5b708e476348.json index af6f89b44d5..c59f3dfb7ee 100644 --- a/6379/data/test-cases/93b5afb109647c27.json +++ b/6406/data/test-cases/c15b5b708e476348.json @@ -1 +1 @@ -{"uid":"93b5afb109647c27","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":1707419181446,"stop":1707419181447,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"862632559a029138","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/862632559a029138","status":"passed","time":{"start":1707418419818,"stop":1707418419819,"duration":1}},{"uid":"fdb6a3020c0e051f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/fdb6a3020c0e051f","status":"passed","time":{"start":1707418388466,"stop":1707418388466,"duration":0}},{"uid":"d788624473ff1475","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d788624473ff1475","status":"passed","time":{"start":1707412796186,"stop":1707412796189,"duration":3}},{"uid":"e0f9343ab959179d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e0f9343ab959179d","status":"passed","time":{"start":1707411256120,"stop":1707411256120,"duration":0}},{"uid":"78670cb0e95a2c24","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/78670cb0e95a2c24","status":"passed","time":{"start":1707409690334,"stop":1707409690334,"duration":0}},{"uid":"ea5f2fa04fcff6d6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ea5f2fa04fcff6d6","status":"passed","time":{"start":1707409095941,"stop":1707409095942,"duration":1}},{"uid":"fb4aaa8e81eb3cfc","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/fb4aaa8e81eb3cfc","status":"passed","time":{"start":1707409032447,"stop":1707409032447,"duration":0}},{"uid":"bc1c7bbf13642c52","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/bc1c7bbf13642c52","status":"passed","time":{"start":1707408574283,"stop":1707408574283,"duration":0}},{"uid":"3bb6dfc7ed67b9be","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3bb6dfc7ed67b9be","status":"passed","time":{"start":1707407633906,"stop":1707407633906,"duration":0}},{"uid":"e5fc6eddecaedc8e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e5fc6eddecaedc8e","status":"passed","time":{"start":1707407545266,"stop":1707407545267,"duration":1}},{"uid":"272e84956158e249","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/272e84956158e249","status":"passed","time":{"start":1707404532465,"stop":1707404532465,"duration":0}},{"uid":"177b1f9dabd7b57c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/177b1f9dabd7b57c","status":"passed","time":{"start":1707375958837,"stop":1707375958849,"duration":12}},{"uid":"5172d2bbf92e188d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5172d2bbf92e188d","status":"passed","time":{"start":1707373157819,"stop":1707373157819,"duration":0}},{"uid":"314e377f9b10776c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/314e377f9b10776c","status":"passed","time":{"start":1707359356005,"stop":1707359356005,"duration":0}},{"uid":"2a3eb340014092e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2a3eb340014092e1","status":"passed","time":{"start":1707358094707,"stop":1707358094708,"duration":1}},{"uid":"ead8d048c0e7f421","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ead8d048c0e7f421","status":"passed","time":{"start":1707357164931,"stop":1707357164931,"duration":0}},{"uid":"ad8f833eb8d6002d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ad8f833eb8d6002d","status":"passed","time":{"start":1707355248794,"stop":1707355248794,"duration":0}}]},"tags":[]},"source":"93b5afb109647c27.json","parameterValues":[]} \ No newline at end of file +{"uid":"c15b5b708e476348","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":1707793371125,"stop":1707793371126,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"4d40797ce3ededd9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4d40797ce3ededd9","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"1b0e922cb96f4937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b0e922cb96f4937","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"c998b8a51976ffc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c998b8a51976ffc2","status":"passed","time":{"start":1707775390253,"stop":1707775390253,"duration":0}},{"uid":"8861ecfd491c7774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8861ecfd491c7774","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"duration":0}},{"uid":"66650638fbf8938d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66650638fbf8938d","status":"passed","time":{"start":1707769968736,"stop":1707769968736,"duration":0}},{"uid":"ae8fa2ec054fd630","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8fa2ec054fd630","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"290c9220e8bbf139","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/290c9220e8bbf139","status":"passed","time":{"start":1707758006728,"stop":1707758006728,"duration":0}},{"uid":"37366a6d8767938e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37366a6d8767938e","status":"passed","time":{"start":1707756617065,"stop":1707756617065,"duration":0}},{"uid":"798a6d9665c412d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/798a6d9665c412d1","status":"passed","time":{"start":1707753988894,"stop":1707753988895,"duration":1}},{"uid":"ab4a25a089e67118","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ab4a25a089e67118","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"c70304b60b687086","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c70304b60b687086","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"cd97a2d4e5ad24aa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cd97a2d4e5ad24aa","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"e85064600ca2326e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85064600ca2326e","status":"passed","time":{"start":1707736260166,"stop":1707736260166,"duration":0}}]},"tags":[]},"source":"c15b5b708e476348.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ee6a7448f778fb79.json b/6406/data/test-cases/c1761f69e5518959.json similarity index 88% rename from 6379/data/test-cases/ee6a7448f778fb79.json rename to 6406/data/test-cases/c1761f69e5518959.json index 9ef4c73ac8f..71ab0e4e7f3 100644 --- a/6379/data/test-cases/ee6a7448f778fb79.json +++ b/6406/data/test-cases/c1761f69e5518959.json @@ -1 +1 @@ -{"uid":"ee6a7448f778fb79","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":1707419247781,"stop":1707419247781,"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":16,"unknown":0,"total":16},"items":[{"uid":"ab76f71b6e43d835","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ab76f71b6e43d835","status":"passed","time":{"start":1707418479349,"stop":1707418479350,"duration":1}},{"uid":"11701d5f106b907e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/11701d5f106b907e","status":"passed","time":{"start":1707418420812,"stop":1707418420812,"duration":0}},{"uid":"c81c448f2d0f533a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c81c448f2d0f533a","status":"passed","time":{"start":1707411275227,"stop":1707411275227,"duration":0}},{"uid":"7bb3d4fb724317b9","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7bb3d4fb724317b9","status":"passed","time":{"start":1707409745077,"stop":1707409745077,"duration":0}},{"uid":"303ae7d3eda4b3d7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/303ae7d3eda4b3d7","status":"passed","time":{"start":1707409135326,"stop":1707409135326,"duration":0}},{"uid":"b7cef4b13a5365cd","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b7cef4b13a5365cd","status":"passed","time":{"start":1707409077139,"stop":1707409077140,"duration":1}},{"uid":"ae0f86ce3283993b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ae0f86ce3283993b","status":"passed","time":{"start":1707408618363,"stop":1707408618364,"duration":1}},{"uid":"491e41e007055cf8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/491e41e007055cf8","status":"passed","time":{"start":1707407695613,"stop":1707407695613,"duration":0}},{"uid":"21f4e3defb947d05","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/21f4e3defb947d05","status":"passed","time":{"start":1707407563849,"stop":1707407563850,"duration":1}},{"uid":"1cba1e45256dd3c3","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1cba1e45256dd3c3","status":"passed","time":{"start":1707404565408,"stop":1707404565408,"duration":0}},{"uid":"1fa7d6bfce9c388e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1fa7d6bfce9c388e","status":"passed","time":{"start":1707376005074,"stop":1707376005075,"duration":1}},{"uid":"82cfbda0d1993d02","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/82cfbda0d1993d02","status":"passed","time":{"start":1707373209949,"stop":1707373209949,"duration":0}},{"uid":"707aad9e407ef5de","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/707aad9e407ef5de","status":"passed","time":{"start":1707359407165,"stop":1707359407165,"duration":0}},{"uid":"a2bce0c7db48ddd6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a2bce0c7db48ddd6","status":"passed","time":{"start":1707358162777,"stop":1707358162777,"duration":0}},{"uid":"fc24f13658904345","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fc24f13658904345","status":"passed","time":{"start":1707355688004,"stop":1707355688004,"duration":0}}]},"tags":[]},"source":"ee6a7448f778fb79.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1761f69e5518959","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":1707793370642,"stop":1707793370642,"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":13,"unknown":0,"total":13},"items":[{"uid":"d86c626b2eb758c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d86c626b2eb758c1","status":"passed","time":{"start":1707778386491,"stop":1707778386492,"duration":1}},{"uid":"8e9a16b490919a1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e9a16b490919a1d","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}},{"uid":"d7e253e0a13594c3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7e253e0a13594c3","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"aaa5f8c7ffffa1f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aaa5f8c7ffffa1f1","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"duration":1}},{"uid":"dcac33a23de736e2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dcac33a23de736e2","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"4da3b309f0a1c8dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4da3b309f0a1c8dc","status":"passed","time":{"start":1707760335962,"stop":1707760335962,"duration":0}},{"uid":"497b118fa662c39c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/497b118fa662c39c","status":"passed","time":{"start":1707758023545,"stop":1707758023545,"duration":0}},{"uid":"2a4d33c9c2505e87","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a4d33c9c2505e87","status":"passed","time":{"start":1707756664013,"stop":1707756664013,"duration":0}},{"uid":"c2dbcd892d7e504f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2dbcd892d7e504f","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}},{"uid":"bfde607c76a22469","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bfde607c76a22469","status":"passed","time":{"start":1707751136365,"stop":1707751136365,"duration":0}},{"uid":"cad4155d914b4ba6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cad4155d914b4ba6","status":"passed","time":{"start":1707737124653,"stop":1707737124654,"duration":1}},{"uid":"526762c3beb90d78","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/526762c3beb90d78","status":"passed","time":{"start":1707736322671,"stop":1707736322672,"duration":1}}]},"tags":[]},"source":"c1761f69e5518959.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/fea6a2ea4aef8fb4.json b/6406/data/test-cases/c1b7788947250ba8.json similarity index 87% rename from 6379/data/test-cases/fea6a2ea4aef8fb4.json rename to 6406/data/test-cases/c1b7788947250ba8.json index 4357d5b6c0a..606bf0314d0 100644 --- a/6379/data/test-cases/fea6a2ea4aef8fb4.json +++ b/6406/data/test-cases/c1b7788947250ba8.json @@ -1 +1 @@ -{"uid":"fea6a2ea4aef8fb4","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":1707419247768,"stop":1707419247768,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"9ef45cb0ae8d6876","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9ef45cb0ae8d6876","status":"passed","time":{"start":1707418479329,"stop":1707418479330,"duration":1}},{"uid":"bc72749b3771e897","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bc72749b3771e897","status":"passed","time":{"start":1707418420775,"stop":1707418420775,"duration":0}},{"uid":"4d4c6683414188e1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4d4c6683414188e1","status":"passed","time":{"start":1707412716423,"stop":1707412716423,"duration":0}},{"uid":"114a7999a0a96c44","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/114a7999a0a96c44","status":"passed","time":{"start":1707411275197,"stop":1707411275197,"duration":0}},{"uid":"60857f669a57bf35","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/60857f669a57bf35","status":"passed","time":{"start":1707409745062,"stop":1707409745062,"duration":0}},{"uid":"242e5805d9b8909d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/242e5805d9b8909d","status":"passed","time":{"start":1707409135316,"stop":1707409135316,"duration":0}},{"uid":"b4f02863c96429b1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b4f02863c96429b1","status":"passed","time":{"start":1707409077124,"stop":1707409077125,"duration":1}},{"uid":"e7c68abcba661bac","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e7c68abcba661bac","status":"passed","time":{"start":1707408618352,"stop":1707408618353,"duration":1}},{"uid":"c16fe6283fc1a2cd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c16fe6283fc1a2cd","status":"passed","time":{"start":1707407695595,"stop":1707407695596,"duration":1}},{"uid":"3eb11c182998d8b2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3eb11c182998d8b2","status":"passed","time":{"start":1707407563834,"stop":1707407563834,"duration":0}},{"uid":"6976d1975e1daba0","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/6976d1975e1daba0","status":"passed","time":{"start":1707404565395,"stop":1707404565396,"duration":1}},{"uid":"b0a94786f9075b59","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/b0a94786f9075b59","status":"passed","time":{"start":1707376005061,"stop":1707376005061,"duration":0}},{"uid":"b522035f9f04a6f9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b522035f9f04a6f9","status":"passed","time":{"start":1707373209924,"stop":1707373209924,"duration":0}},{"uid":"e2a175afe01dffd6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e2a175afe01dffd6","status":"passed","time":{"start":1707359407153,"stop":1707359407153,"duration":0}},{"uid":"a3dedf2235a41e49","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a3dedf2235a41e49","status":"passed","time":{"start":1707358162768,"stop":1707358162768,"duration":0}},{"uid":"b2eb94809add7bc","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b2eb94809add7bc","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355687982,"stop":1707355687982,"duration":0}}]},"tags":[]},"source":"fea6a2ea4aef8fb4.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1b7788947250ba8","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":1707793370628,"stop":1707793370628,"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":13,"unknown":0,"total":13},"items":[{"uid":"fdfb246ea28bd106","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdfb246ea28bd106","status":"passed","time":{"start":1707778386478,"stop":1707778386478,"duration":0}},{"uid":"a32e9eb63c649a87","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a32e9eb63c649a87","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"da1d991cf33ac6db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da1d991cf33ac6db","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"1c6aa00484e890e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c6aa00484e890e6","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"3c6319c77f349a8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c6319c77f349a8b","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"79eb8cfd94b40d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/79eb8cfd94b40d","status":"passed","time":{"start":1707760335944,"stop":1707760335944,"duration":0}},{"uid":"c241cae506dd0461","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c241cae506dd0461","status":"passed","time":{"start":1707758023530,"stop":1707758023530,"duration":0}},{"uid":"1d8e690f913f5d17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d8e690f913f5d17","status":"passed","time":{"start":1707756663999,"stop":1707756664000,"duration":1}},{"uid":"45b9bd819ae07f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b9bd819ae07f5","status":"passed","time":{"start":1707753837165,"stop":1707753837165,"duration":0}},{"uid":"8b30ac4edb0d787e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8b30ac4edb0d787e","status":"passed","time":{"start":1707751136281,"stop":1707751136282,"duration":1}},{"uid":"fdb8557caee802ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdb8557caee802ee","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"3b4ca66d3f4a0798","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b4ca66d3f4a0798","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"tags":[]},"source":"c1b7788947250ba8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c1d5108901b1ec5.json b/6406/data/test-cases/c1d5108901b1ec5.json new file mode 100644 index 00000000000..7d9fa53190b --- /dev/null +++ b/6406/data/test-cases/c1d5108901b1ec5.json @@ -0,0 +1 @@ +{"uid":"c1d5108901b1ec5","name":"removeEventListener with wrong event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > removeEventListener with wrong event","historyId":"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878414,"stop":1707792878415,"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}],"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}],"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":"85214f3b1dc37549","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85214f3b1dc37549","status":"passed","time":{"start":1707777826928,"stop":1707777826929,"duration":1}},{"uid":"4d5b0bd63a02b048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d5b0bd63a02b048","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"4c04e61b43635d66","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c04e61b43635d66","status":"passed","time":{"start":1707774906442,"stop":1707774906442,"duration":0}},{"uid":"e8a4b4af035b9e0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a4b4af035b9e0a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"7d06bbd67ff0a137","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d06bbd67ff0a137","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"66766c827b7f520e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/66766c827b7f520e","status":"passed","time":{"start":1707759800530,"stop":1707759800530,"duration":0}},{"uid":"e029e99c9fa4abbd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e029e99c9fa4abbd","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"591b83e85888b598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/591b83e85888b598","status":"passed","time":{"start":1707756124836,"stop":1707756124836,"duration":0}},{"uid":"1c7ecf53088211f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c7ecf53088211f5","status":"passed","time":{"start":1707753544136,"stop":1707753544137,"duration":1}},{"uid":"3be5e64b30e4ebd8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3be5e64b30e4ebd8","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"5ca3537c5b22066e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5ca3537c5b22066e","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"5a71cc3a93b2e630","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a71cc3a93b2e630","status":"passed","time":{"start":1707736588885,"stop":1707736588886,"duration":1}},{"uid":"38f96849301bda3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38f96849301bda3e","status":"passed","time":{"start":1707735772595,"stop":1707735772596,"duration":1}}]},"tags":[]},"source":"c1d5108901b1ec5.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/febd1d0aba10f3f4.json b/6406/data/test-cases/c1e00d1c31f15bf1.json similarity index 67% rename from 6379/data/test-cases/febd1d0aba10f3f4.json rename to 6406/data/test-cases/c1e00d1c31f15bf1.json index 1cc619e798a..7c9b2c67781 100644 --- a/6379/data/test-cases/febd1d0aba10f3f4.json +++ b/6406/data/test-cases/c1e00d1c31f15bf1.json @@ -1 +1 @@ -{"uid":"febd1d0aba10f3f4","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":1707419289516,"stop":1707419289516,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"6844fc65a9e80bad","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6844fc65a9e80bad","status":"passed","time":{"start":1707418535555,"stop":1707418535555,"duration":0}},{"uid":"df202431700afebd","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/df202431700afebd","status":"passed","time":{"start":1707418482230,"stop":1707418482230,"duration":0}},{"uid":"e25d7ec93ba2ea9a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e25d7ec93ba2ea9a","status":"passed","time":{"start":1707412863496,"stop":1707412863496,"duration":0}},{"uid":"6e3a1da4d8397c6a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6e3a1da4d8397c6a","status":"passed","time":{"start":1707411338668,"stop":1707411338668,"duration":0}},{"uid":"4dc18e0ca31d8430","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4dc18e0ca31d8430","status":"passed","time":{"start":1707409792245,"stop":1707409792246,"duration":1}},{"uid":"d31b4c367ab225f8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d31b4c367ab225f8","status":"passed","time":{"start":1707409177767,"stop":1707409177768,"duration":1}},{"uid":"20ee59f2991b2a73","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/20ee59f2991b2a73","status":"passed","time":{"start":1707409135103,"stop":1707409135103,"duration":0}},{"uid":"63301395cffb163a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/63301395cffb163a","status":"passed","time":{"start":1707408664039,"stop":1707408664039,"duration":0}},{"uid":"95611cb289303a8e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95611cb289303a8e","status":"passed","time":{"start":1707407736525,"stop":1707407736525,"duration":0}},{"uid":"8809af2c0cbcc2ca","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8809af2c0cbcc2ca","status":"passed","time":{"start":1707407618242,"stop":1707407618242,"duration":0}},{"uid":"23ebe9279990c50b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/23ebe9279990c50b","status":"passed","time":{"start":1707375978568,"stop":1707375978568,"duration":0}},{"uid":"b84e423aab6cc118","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b84e423aab6cc118","status":"passed","time":{"start":1707373245371,"stop":1707373245371,"duration":0}},{"uid":"fb7c01bf2443f403","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fb7c01bf2443f403","status":"passed","time":{"start":1707359448680,"stop":1707359448680,"duration":0}},{"uid":"e6bb117b72da4d21","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e6bb117b72da4d21","status":"passed","time":{"start":1707358197199,"stop":1707358197200,"duration":1}},{"uid":"ca03fb0c4b327e9f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ca03fb0c4b327e9f","status":"passed","time":{"start":1707357226640,"stop":1707357226641,"duration":1}},{"uid":"ac37e363f2f5bbbf","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ac37e363f2f5bbbf","status":"passed","time":{"start":1707355477328,"stop":1707355477328,"duration":0}}]},"tags":[]},"source":"febd1d0aba10f3f4.json","parameterValues":[]} \ No newline at end of file +{"uid":"c1e00d1c31f15bf1","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":1707793446750,"stop":1707793446750,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"4aa95f24a7c508a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4aa95f24a7c508a1","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"67bc2ee96685616b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67bc2ee96685616b","status":"passed","time":{"start":1707775685036,"stop":1707775685037,"duration":1}},{"uid":"b17ad214ac1d13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b17ad214ac1d13","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"d85d879e83b755da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d85d879e83b755da","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"a61d7d02a9746bdd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a61d7d02a9746bdd","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"d2539fee87c53434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2539fee87c53434","status":"passed","time":{"start":1707760374686,"stop":1707760374687,"duration":1}},{"uid":"e0d3e1e190f35c92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e0d3e1e190f35c92","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707758004337,"stop":1707758004337,"duration":0}},{"uid":"ce81873777c91901","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce81873777c91901","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"116886b1467e5ab9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/116886b1467e5ab9","status":"passed","time":{"start":1707754051795,"stop":1707754051796,"duration":1}},{"uid":"1c79ea7550b98589","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c79ea7550b98589","status":"passed","time":{"start":1707753877935,"stop":1707753877936,"duration":1}},{"uid":"c9d78cba9c126f7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d78cba9c126f7f","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"cb58cb7c2a461a72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb58cb7c2a461a72","status":"passed","time":{"start":1707737173826,"stop":1707737173827,"duration":1}},{"uid":"7459ab4518ee117f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7459ab4518ee117f","status":"passed","time":{"start":1707736353047,"stop":1707736353048,"duration":1}}]},"tags":[]},"source":"c1e00d1c31f15bf1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c1ecebce25c14e9e.json b/6406/data/test-cases/c1ecebce25c14e9e.json new file mode 100644 index 00000000000..6b7886cb799 --- /dev/null +++ b/6406/data/test-cases/c1ecebce25c14e9e.json @@ -0,0 +1 @@ +{"uid":"c1ecebce25c14e9e","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":1707792800817,"stop":1707792800817,"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":14,"unknown":0,"total":14},"items":[{"uid":"5f34ccfed1aa558b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f34ccfed1aa558b","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"6a6a990027978478","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a6a990027978478","status":"passed","time":{"start":1707775026269,"stop":1707775026269,"duration":0}},{"uid":"6686b361c34f4067","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6686b361c34f4067","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"22fec8ccea937445","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22fec8ccea937445","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"9e4188a5497de621","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e4188a5497de621","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"7d5e5fd027e9389e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d5e5fd027e9389e","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"94a80bb72176a5d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94a80bb72176a5d2","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"9a5657d4d2bb6b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a5657d4d2bb6b22","status":"passed","time":{"start":1707756047296,"stop":1707756047297,"duration":1}},{"uid":"aea6225465288f58","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aea6225465288f58","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"71648db4f1cc2c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71648db4f1cc2c96","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26fc33a633b369b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26fc33a633b369b3","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"3591458656ae4107","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3591458656ae4107","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"bc3f5028bf24260c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bc3f5028bf24260c","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"tags":[]},"source":"c1ecebce25c14e9e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c2a58a28a01e65c1.json b/6406/data/test-cases/c2a58a28a01e65c1.json new file mode 100644 index 00000000000..aebd08aa4cf --- /dev/null +++ b/6406/data/test-cases/c2a58a28a01e65c1.json @@ -0,0 +1 @@ +{"uid":"c2a58a28a01e65c1","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is mis-prefixed","historyId":"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814742,"stop":1707792814743,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"f7c946995734d70d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7c946995734d70d","status":"passed","time":{"start":1707777764076,"stop":1707777764076,"duration":0}},{"uid":"3c54648ad926c275","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c54648ad926c275","status":"passed","time":{"start":1707775040145,"stop":1707775040145,"duration":0}},{"uid":"8422897533192ff6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8422897533192ff6","status":"passed","time":{"start":1707774842100,"stop":1707774842101,"duration":1}},{"uid":"5f0507c247e29498","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f0507c247e29498","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"duration":1}},{"uid":"a2493fdb95cd5e17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2493fdb95cd5e17","status":"passed","time":{"start":1707769642218,"stop":1707769642218,"duration":0}},{"uid":"a9e9267556a847a0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a9e9267556a847a0","status":"passed","time":{"start":1707759737066,"stop":1707759737067,"duration":1}},{"uid":"ab16441b85f3e6c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab16441b85f3e6c7","status":"passed","time":{"start":1707757431973,"stop":1707757431973,"duration":0}},{"uid":"6eedc81a334be664","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6eedc81a334be664","status":"passed","time":{"start":1707756061017,"stop":1707756061018,"duration":1}},{"uid":"20494cfce038df9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20494cfce038df9","status":"passed","time":{"start":1707753479607,"stop":1707753479607,"duration":0}},{"uid":"fb8a13d9bbe321ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb8a13d9bbe321ae","status":"passed","time":{"start":1707753208305,"stop":1707753208306,"duration":1}},{"uid":"c4462578a5dd64f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4462578a5dd64f9","status":"passed","time":{"start":1707750608582,"stop":1707750608582,"duration":0}},{"uid":"c7653bc0d8c5b1d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c7653bc0d8c5b1d3","status":"passed","time":{"start":1707736525853,"stop":1707736525853,"duration":0}},{"uid":"f8f100622f7e92a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8f100622f7e92a8","status":"passed","time":{"start":1707735707687,"stop":1707735707687,"duration":0}}]},"tags":[]},"source":"c2a58a28a01e65c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/82835d3b6a183cc1.json b/6406/data/test-cases/c34ac18d8705d7a6.json similarity index 56% rename from 6379/data/test-cases/82835d3b6a183cc1.json rename to 6406/data/test-cases/c34ac18d8705d7a6.json index a0d762a388c..81ad74d3bc7 100644 --- a/6379/data/test-cases/82835d3b6a183cc1.json +++ b/6406/data/test-cases/c34ac18d8705d7a6.json @@ -1 +1 @@ -{"uid":"82835d3b6a183cc1","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":1707418673498,"stop":1707418673499,"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":18,"unknown":0,"total":18},"items":[{"uid":"7cae3186cd261631","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7cae3186cd261631","status":"passed","time":{"start":1707417924743,"stop":1707417924755,"duration":12}},{"uid":"b3936b2924b46a89","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b3936b2924b46a89","status":"passed","time":{"start":1707417870250,"stop":1707417870253,"duration":3}},{"uid":"c95c9a6a238b0df7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c95c9a6a238b0df7","status":"passed","time":{"start":1707412286900,"stop":1707412286901,"duration":1}},{"uid":"a3674cbc01178c85","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/a3674cbc01178c85","status":"passed","time":{"start":1707410723127,"stop":1707410723128,"duration":1}},{"uid":"efcaf91b642be192","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/efcaf91b642be192","status":"passed","time":{"start":1707409189907,"stop":1707409189907,"duration":0}},{"uid":"3ff3a2b4cb487a80","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3ff3a2b4cb487a80","status":"passed","time":{"start":1707408589354,"stop":1707408589354,"duration":0}},{"uid":"30f161b1e9d9e855","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/30f161b1e9d9e855","status":"passed","time":{"start":1707408533118,"stop":1707408533119,"duration":1}},{"uid":"5ade44492fc9d150","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5ade44492fc9d150","status":"passed","time":{"start":1707408061205,"stop":1707408061206,"duration":1}},{"uid":"a504cd744ca7f129","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a504cd744ca7f129","status":"passed","time":{"start":1707407125406,"stop":1707407125406,"duration":0}},{"uid":"ec7120297fa12d60","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ec7120297fa12d60","status":"passed","time":{"start":1707407001488,"stop":1707407001488,"duration":0}},{"uid":"5e392747bb3e387e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5e392747bb3e387e","status":"passed","time":{"start":1707404032624,"stop":1707404032625,"duration":1}},{"uid":"beed0cd9e8300c6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/beed0cd9e8300c6","status":"passed","time":{"start":1707375440393,"stop":1707375440393,"duration":0}},{"uid":"aeb2bfa4cbc812c5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/aeb2bfa4cbc812c5","status":"passed","time":{"start":1707372652229,"stop":1707372652230,"duration":1}},{"uid":"59f58ec0f9f0d835","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/59f58ec0f9f0d835","status":"passed","time":{"start":1707358833804,"stop":1707358833804,"duration":0}},{"uid":"10552634a9ab5651","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/10552634a9ab5651","status":"passed","time":{"start":1707357581876,"stop":1707357581877,"duration":1}},{"uid":"a8b508497bff6644","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a8b508497bff6644","status":"passed","time":{"start":1707356700915,"stop":1707356700915,"duration":0}},{"uid":"3566fbfe10396b12","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3566fbfe10396b12","status":"passed","time":{"start":1707354722472,"stop":1707354722473,"duration":1}}]},"tags":[]},"source":"82835d3b6a183cc1.json","parameterValues":[]} \ No newline at end of file +{"uid":"c34ac18d8705d7a6","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":1707792849460,"stop":1707792849460,"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":14,"unknown":0,"total":14},"items":[{"uid":"281a42708655aaf8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/281a42708655aaf8","status":"passed","time":{"start":1707777798763,"stop":1707777798764,"duration":1}},{"uid":"504c457db79b9303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/504c457db79b9303","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"fb1f99b965ad7c2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb1f99b965ad7c2b","status":"passed","time":{"start":1707774880420,"stop":1707774880420,"duration":0}},{"uid":"4baec3e58999f04a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4baec3e58999f04a","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"duration":0}},{"uid":"d9f38a46435aebb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9f38a46435aebb8","status":"passed","time":{"start":1707769677706,"stop":1707769677707,"duration":1}},{"uid":"4c9d4b052e533cf3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9d4b052e533cf3","status":"passed","time":{"start":1707759769674,"stop":1707759769674,"duration":0}},{"uid":"38d6af1e08fe1085","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38d6af1e08fe1085","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"14ccca6f5357bd68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14ccca6f5357bd68","status":"passed","time":{"start":1707756096180,"stop":1707756096180,"duration":0}},{"uid":"4216125dab5d0197","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4216125dab5d0197","status":"passed","time":{"start":1707753517975,"stop":1707753517975,"duration":0}},{"uid":"85d349fd428bf64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85d349fd428bf64a","status":"passed","time":{"start":1707753244729,"stop":1707753244730,"duration":1}},{"uid":"8f5d679cf5cd8a54","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f5d679cf5cd8a54","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"68b4a0c9bd7d1726","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68b4a0c9bd7d1726","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"dd475d9817ae317c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dd475d9817ae317c","status":"passed","time":{"start":1707735743507,"stop":1707735743507,"duration":0}}]},"tags":[]},"source":"c34ac18d8705d7a6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c3c89eae87910aa3.json b/6406/data/test-cases/c3c89eae87910aa3.json new file mode 100644 index 00000000000..4688ae8dc1a --- /dev/null +++ b/6406/data/test-cases/c3c89eae87910aa3.json @@ -0,0 +1 @@ +{"uid":"c3c89eae87910aa3","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":1707793012511,"stop":1707793012511,"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":14,"unknown":0,"total":14},"items":[{"uid":"d6df1df3054644e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6df1df3054644e5","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"293b3a707828ec7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293b3a707828ec7e","status":"passed","time":{"start":1707775258466,"stop":1707775258467,"duration":1}},{"uid":"d17fa0c2c30bf712","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d17fa0c2c30bf712","status":"passed","time":{"start":1707775082031,"stop":1707775082032,"duration":1}},{"uid":"4ab799c450a822ff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ab799c450a822ff","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"eee8ccdd8abc860","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8ccdd8abc860","status":"passed","time":{"start":1707769841909,"stop":1707769841909,"duration":0}},{"uid":"efe790ba3e5a4503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efe790ba3e5a4503","status":"passed","time":{"start":1707759921462,"stop":1707759921463,"duration":1}},{"uid":"973df223764213e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/973df223764213e9","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"458a25d828c0536d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/458a25d828c0536d","status":"passed","time":{"start":1707756261834,"stop":1707756261835,"duration":1}},{"uid":"5cd8c452257cf923","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cd8c452257cf923","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"4a059ba529ff4178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a059ba529ff4178","status":"passed","time":{"start":1707753409604,"stop":1707753409605,"duration":1}},{"uid":"494043e4e741095a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/494043e4e741095a","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"9786ca9c29adbef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9786ca9c29adbef7","status":"passed","time":{"start":1707736708336,"stop":1707736708336,"duration":0}},{"uid":"2b105f60478d8cff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b105f60478d8cff","status":"passed","time":{"start":1707735914394,"stop":1707735914394,"duration":0}}]},"tags":[]},"source":"c3c89eae87910aa3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c3d4fb922a23e7c.json b/6406/data/test-cases/c3d4fb922a23e7c.json new file mode 100644 index 00000000000..af4a4bcc838 --- /dev/null +++ b/6406/data/test-cases/c3d4fb922a23e7c.json @@ -0,0 +1 @@ +{"uid":"c3d4fb922a23e7c","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":1707793371124,"stop":1707793371125,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"4adbe3a3212f1278","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4adbe3a3212f1278","status":"passed","time":{"start":1707778338858,"stop":1707778338859,"duration":1}},{"uid":"eac6f70ed49a8626","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eac6f70ed49a8626","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"111be4d151d168b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/111be4d151d168b9","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"aa2e602284eb2e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2e602284eb2e7c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"7eb0f0b16926dba5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eb0f0b16926dba5","status":"passed","time":{"start":1707769968735,"stop":1707769968735,"duration":0}},{"uid":"30d98a6f67108fbb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/30d98a6f67108fbb","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"2cb7ccf51b7e070b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2cb7ccf51b7e070b","status":"passed","time":{"start":1707758006726,"stop":1707758006726,"duration":0}},{"uid":"41e2ccbc1c121e14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41e2ccbc1c121e14","status":"passed","time":{"start":1707756617064,"stop":1707756617064,"duration":0}},{"uid":"5179c981dad6bc88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5179c981dad6bc88","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"e4820f3ca56395fb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e4820f3ca56395fb","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"5fa58f0cd6e14afb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5fa58f0cd6e14afb","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"b80bbda78f9f1eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b80bbda78f9f1eb","status":"passed","time":{"start":1707737091387,"stop":1707737091390,"duration":3}},{"uid":"846d806f01aefc63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846d806f01aefc63","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"tags":[]},"source":"c3d4fb922a23e7c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/15e6216f97bafb2f.json b/6406/data/test-cases/c47d37ce34d5e9ec.json similarity index 85% rename from 6379/data/test-cases/15e6216f97bafb2f.json rename to 6406/data/test-cases/c47d37ce34d5e9ec.json index 153d8876c03..264acfb5b5b 100644 --- a/6379/data/test-cases/15e6216f97bafb2f.json +++ b/6406/data/test-cases/c47d37ce34d5e9ec.json @@ -1 +1 @@ -{"uid":"15e6216f97bafb2f","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":1707419080392,"stop":1707419080392,"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":18,"unknown":0,"total":18},"items":[{"uid":"bd7a955f53551595","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bd7a955f53551595","status":"passed","time":{"start":1707418322010,"stop":1707418322010,"duration":0}},{"uid":"6e0d9b608321f203","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6e0d9b608321f203","status":"passed","time":{"start":1707418259973,"stop":1707418259974,"duration":1}},{"uid":"31073b5676fb3863","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/31073b5676fb3863","status":"passed","time":{"start":1707412707102,"stop":1707412707102,"duration":0}},{"uid":"ee3dab3b76d3d79","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ee3dab3b76d3d79","status":"passed","time":{"start":1707411118086,"stop":1707411118087,"duration":1}},{"uid":"fdbcc26c6501893d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fdbcc26c6501893d","status":"passed","time":{"start":1707409587908,"stop":1707409587909,"duration":1}},{"uid":"ca9294e6b614674f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ca9294e6b614674f","status":"passed","time":{"start":1707408980200,"stop":1707408980202,"duration":2}},{"uid":"52bf9fd196f67d14","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/52bf9fd196f67d14","status":"passed","time":{"start":1707408927105,"stop":1707408927105,"duration":0}},{"uid":"d6fea0d1e939e9ea","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d6fea0d1e939e9ea","status":"passed","time":{"start":1707408458723,"stop":1707408458724,"duration":1}},{"uid":"cb85061eb4028b5f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cb85061eb4028b5f","status":"passed","time":{"start":1707407520213,"stop":1707407520214,"duration":1}},{"uid":"7ddafdefe6da148b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/7ddafdefe6da148b","status":"passed","time":{"start":1707407427621,"stop":1707407427621,"duration":0}},{"uid":"8faacaf68eab34eb","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8faacaf68eab34eb","status":"passed","time":{"start":1707404404299,"stop":1707404404299,"duration":0}},{"uid":"3737ee7359383e6c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/3737ee7359383e6c","status":"passed","time":{"start":1707375846749,"stop":1707375846749,"duration":0}},{"uid":"d18de86ea432f5b7","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d18de86ea432f5b7","status":"passed","time":{"start":1707373035615,"stop":1707373035616,"duration":1}},{"uid":"3487e3df416b31fa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3487e3df416b31fa","status":"passed","time":{"start":1707359236202,"stop":1707359236202,"duration":0}},{"uid":"44359c5df45c7836","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/44359c5df45c7836","status":"passed","time":{"start":1707357965173,"stop":1707357965174,"duration":1}},{"uid":"eff8980ccef7d3ee","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eff8980ccef7d3ee","status":"passed","time":{"start":1707357048192,"stop":1707357048192,"duration":0}},{"uid":"6afe6faa29a56075","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6afe6faa29a56075","status":"passed","time":{"start":1707355141603,"stop":1707355141603,"duration":0}}]},"tags":[]},"source":"15e6216f97bafb2f.json","parameterValues":[]} \ No newline at end of file +{"uid":"c47d37ce34d5e9ec","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":1707793238861,"stop":1707793238861,"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":14,"unknown":0,"total":14},"items":[{"uid":"280e49c850b0d577","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/280e49c850b0d577","status":"passed","time":{"start":1707778202463,"stop":1707778202463,"duration":0}},{"uid":"f1a2d5c384ea005b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a2d5c384ea005b","status":"passed","time":{"start":1707775486606,"stop":1707775486607,"duration":1}},{"uid":"d7fe1c72ad666e3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7fe1c72ad666e3","status":"passed","time":{"start":1707775300127,"stop":1707775300127,"duration":0}},{"uid":"9773952dabc54c30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9773952dabc54c30","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1}},{"uid":"acc1895f600d7ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acc1895f600d7ede","status":"passed","time":{"start":1707770051359,"stop":1707770051360,"duration":1}},{"uid":"c9549eef0ae3770a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9549eef0ae3770a","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"6c1163200f1885c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6c1163200f1885c8","status":"passed","time":{"start":1707757873893,"stop":1707757873893,"duration":0}},{"uid":"e1ac92621960fb6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1ac92621960fb6e","status":"passed","time":{"start":1707756499892,"stop":1707756499893,"duration":1}},{"uid":"fe182ab45591e77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe182ab45591e77b","status":"passed","time":{"start":1707753870420,"stop":1707753870422,"duration":2}},{"uid":"731181d211fd4d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/731181d211fd4d8","status":"passed","time":{"start":1707753647462,"stop":1707753647462,"duration":0}},{"uid":"b1aed392b60bee25","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1aed392b60bee25","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"f9f94dd9d161d139","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f94dd9d161d139","status":"passed","time":{"start":1707736947836,"stop":1707736947836,"duration":0}},{"uid":"66e20688afcce4f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/66e20688afcce4f7","status":"passed","time":{"start":1707736152495,"stop":1707736152495,"duration":0}}]},"tags":[]},"source":"c47d37ce34d5e9ec.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3af500073a94cb65.json b/6406/data/test-cases/c4aeb75906fd5713.json similarity index 58% rename from 6379/data/test-cases/3af500073a94cb65.json rename to 6406/data/test-cases/c4aeb75906fd5713.json index 235d3b3d9c8..d96f0e67e41 100644 --- a/6379/data/test-cases/3af500073a94cb65.json +++ b/6406/data/test-cases/c4aeb75906fd5713.json @@ -1 +1 @@ -{"uid":"3af500073a94cb65","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":1707419128746,"stop":1707419128746,"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":18,"unknown":0,"total":18},"items":[{"uid":"756ef4546455e03b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/756ef4546455e03b","status":"passed","time":{"start":1707418365984,"stop":1707418365985,"duration":1}},{"uid":"aee9a76d0c8cb770","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/aee9a76d0c8cb770","status":"passed","time":{"start":1707418323181,"stop":1707418323181,"duration":0}},{"uid":"b726f42cbb1de532","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b726f42cbb1de532","status":"passed","time":{"start":1707412754808,"stop":1707412754808,"duration":0}},{"uid":"56331f14db2c572a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/56331f14db2c572a","status":"passed","time":{"start":1707411168061,"stop":1707411168061,"duration":0}},{"uid":"34447170ff044b17","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/34447170ff044b17","status":"passed","time":{"start":1707409636158,"stop":1707409636158,"duration":0}},{"uid":"d40ad3159bd8e65","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d40ad3159bd8e65","status":"passed","time":{"start":1707409026700,"stop":1707409026701,"duration":1}},{"uid":"4ba783f74d1f6ec4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4ba783f74d1f6ec4","status":"passed","time":{"start":1707408990331,"stop":1707408990332,"duration":1}},{"uid":"3d4a85f47328322e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3d4a85f47328322e","status":"passed","time":{"start":1707408521468,"stop":1707408521469,"duration":1}},{"uid":"d11c05dd081ff8e2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d11c05dd081ff8e2","status":"passed","time":{"start":1707407586820,"stop":1707407586820,"duration":0}},{"uid":"2aae312f5d9e6a16","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2aae312f5d9e6a16","status":"passed","time":{"start":1707407493953,"stop":1707407493953,"duration":0}},{"uid":"15aea18171ca6ed1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/15aea18171ca6ed1","status":"passed","time":{"start":1707404479199,"stop":1707404479199,"duration":0}},{"uid":"6a041de36977fe12","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6a041de36977fe12","status":"passed","time":{"start":1707375899544,"stop":1707375899544,"duration":0}},{"uid":"10df4981214bd9ee","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/10df4981214bd9ee","status":"passed","time":{"start":1707373094432,"stop":1707373094432,"duration":0}},{"uid":"a419c53959e61b9f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a419c53959e61b9f","status":"passed","time":{"start":1707359301635,"stop":1707359301636,"duration":1}},{"uid":"bc2efc9f39ce7ab6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc2efc9f39ce7ab6","status":"passed","time":{"start":1707358030391,"stop":1707358030391,"duration":0}},{"uid":"d3223aaee77d8a09","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d3223aaee77d8a09","status":"passed","time":{"start":1707357014501,"stop":1707357014501,"duration":0}},{"uid":"55f5b99e1eb08dd","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/55f5b99e1eb08dd","status":"passed","time":{"start":1707355242122,"stop":1707355242123,"duration":1}}]},"tags":[]},"source":"3af500073a94cb65.json","parameterValues":[]} \ No newline at end of file +{"uid":"c4aeb75906fd5713","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":1707793287280,"stop":1707793287281,"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":14,"unknown":0,"total":14},"items":[{"uid":"ac34eab563839b3b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac34eab563839b3b","status":"passed","time":{"start":1707778251793,"stop":1707778251795,"duration":2}},{"uid":"cad6d44715cf0d92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cad6d44715cf0d92","status":"passed","time":{"start":1707775540339,"stop":1707775540339,"duration":0}},{"uid":"66556683cee1dea9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/66556683cee1dea9","status":"passed","time":{"start":1707775340602,"stop":1707775340605,"duration":3}},{"uid":"21d2f3fd5e1bd5fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21d2f3fd5e1bd5fb","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1}},{"uid":"2ddf20270f11eb62","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ddf20270f11eb62","status":"passed","time":{"start":1707770045974,"stop":1707770045975,"duration":1}},{"uid":"b89f9fd09d81f417","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89f9fd09d81f417","status":"passed","time":{"start":1707760224882,"stop":1707760224883,"duration":1}},{"uid":"bc4b9ef1ffc23ffd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4b9ef1ffc23ffd","status":"passed","time":{"start":1707757921496,"stop":1707757921496,"duration":0}},{"uid":"432938c70c2a53c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/432938c70c2a53c7","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"dfa00fce60d59954","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfa00fce60d59954","status":"passed","time":{"start":1707753853537,"stop":1707753853538,"duration":1}},{"uid":"8b23a94feb74ec99","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b23a94feb74ec99","status":"passed","time":{"start":1707753708969,"stop":1707753708969,"duration":0}},{"uid":"43771e5c55860665","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43771e5c55860665","status":"passed","time":{"start":1707751075909,"stop":1707751075909,"duration":0}},{"uid":"1915e76a192fb675","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1915e76a192fb675","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"a3c9680c6d6ca13f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a3c9680c6d6ca13f","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"tags":[]},"source":"c4aeb75906fd5713.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/25510b24d85d7b48.json b/6406/data/test-cases/c579d72b6195f213.json similarity index 63% rename from 6379/data/test-cases/25510b24d85d7b48.json rename to 6406/data/test-cases/c579d72b6195f213.json index 490466b6aba..a24c4531d69 100644 --- a/6379/data/test-cases/25510b24d85d7b48.json +++ b/6406/data/test-cases/c579d72b6195f213.json @@ -1 +1 @@ -{"uid":"25510b24d85d7b48","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":1707419149707,"stop":1707419149707,"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":18,"unknown":0,"total":18},"items":[{"uid":"30643fe32a7aa28e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/30643fe32a7aa28e","status":"passed","time":{"start":1707418383100,"stop":1707418383111,"duration":11}},{"uid":"9822cf904b2e8d2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/9822cf904b2e8d2","status":"passed","time":{"start":1707418335140,"stop":1707418335140,"duration":0}},{"uid":"e60c8ba8c45b3cfb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e60c8ba8c45b3cfb","status":"passed","time":{"start":1707412768662,"stop":1707412768662,"duration":0}},{"uid":"1ca3695c02e68721","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1ca3695c02e68721","status":"passed","time":{"start":1707411190743,"stop":1707411190743,"duration":0}},{"uid":"30647a96ef09a066","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/30647a96ef09a066","status":"passed","time":{"start":1707409656840,"stop":1707409656840,"duration":0}},{"uid":"91b94fdf2f78cc26","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/91b94fdf2f78cc26","status":"passed","time":{"start":1707409051748,"stop":1707409051748,"duration":0}},{"uid":"51ea79a27f3577c3","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/51ea79a27f3577c3","status":"passed","time":{"start":1707409014619,"stop":1707409014620,"duration":1}},{"uid":"f7103d36ab7882d3","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f7103d36ab7882d3","status":"passed","time":{"start":1707408533820,"stop":1707408533820,"duration":0}},{"uid":"8f94f13b3981d908","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8f94f13b3981d908","status":"passed","time":{"start":1707407648206,"stop":1707407648207,"duration":1}},{"uid":"95507dde36c3cf10","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/95507dde36c3cf10","status":"passed","time":{"start":1707407504220,"stop":1707407504221,"duration":1}},{"uid":"11246a1890954276","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/11246a1890954276","status":"passed","time":{"start":1707404485292,"stop":1707404485292,"duration":0}},{"uid":"5be2e4a3c231abb6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5be2e4a3c231abb6","status":"passed","time":{"start":1707375923742,"stop":1707375923744,"duration":2}},{"uid":"b0d1428f64259cde","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b0d1428f64259cde","status":"passed","time":{"start":1707373125414,"stop":1707373125415,"duration":1}},{"uid":"de19e728fda75e93","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/de19e728fda75e93","status":"passed","time":{"start":1707359334595,"stop":1707359334595,"duration":0}},{"uid":"de63b7d4d709b791","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/de63b7d4d709b791","status":"passed","time":{"start":1707358096685,"stop":1707358096685,"duration":0}},{"uid":"7e414bf958d5d2fe","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7e414bf958d5d2fe","status":"passed","time":{"start":1707357064560,"stop":1707357064561,"duration":1}},{"uid":"caf991aa919ac277","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/caf991aa919ac277","status":"passed","time":{"start":1707355285303,"stop":1707355285304,"duration":1}}]},"tags":[]},"source":"25510b24d85d7b48.json","parameterValues":[]} \ No newline at end of file +{"uid":"c579d72b6195f213","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":1707793304774,"stop":1707793304780,"duration":6},"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":14,"unknown":0,"total":14},"items":[{"uid":"501fe92735668d44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/501fe92735668d44","status":"passed","time":{"start":1707778270357,"stop":1707778270357,"duration":0}},{"uid":"abdf2798baa58cea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abdf2798baa58cea","status":"passed","time":{"start":1707775545727,"stop":1707775545728,"duration":1}},{"uid":"412c0554d5f99937","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/412c0554d5f99937","status":"passed","time":{"start":1707775359950,"stop":1707775359951,"duration":1}},{"uid":"377dea4ba7260dee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/377dea4ba7260dee","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"2e3ab779d8b34bce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2e3ab779d8b34bce","status":"passed","time":{"start":1707770099494,"stop":1707770099494,"duration":0}},{"uid":"5e49c0c5e70b6a60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e49c0c5e70b6a60","status":"passed","time":{"start":1707760242011,"stop":1707760242011,"duration":0}},{"uid":"564f1f3f29f88506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/564f1f3f29f88506","status":"passed","time":{"start":1707757936347,"stop":1707757936348,"duration":1}},{"uid":"65b7de18c03b61dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65b7de18c03b61dd","status":"passed","time":{"start":1707756564909,"stop":1707756564912,"duration":3}},{"uid":"eef25b39087f07a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef25b39087f07a0","status":"passed","time":{"start":1707753906980,"stop":1707753906981,"duration":1}},{"uid":"af12d5e69137aff4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af12d5e69137aff4","status":"passed","time":{"start":1707753724175,"stop":1707753724175,"duration":0}},{"uid":"d01cabf6e074a3fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d01cabf6e074a3fa","status":"passed","time":{"start":1707751082963,"stop":1707751082964,"duration":1}},{"uid":"a1a45af6ff22c011","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1a45af6ff22c011","status":"passed","time":{"start":1707736996441,"stop":1707736996441,"duration":0}},{"uid":"4c183fb6cf8d4e82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4c183fb6cf8d4e82","status":"passed","time":{"start":1707736227459,"stop":1707736227460,"duration":1}}]},"tags":[]},"source":"c579d72b6195f213.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/642a326fb6a472c0.json b/6406/data/test-cases/c62793c6182a2f43.json similarity index 86% rename from 6379/data/test-cases/642a326fb6a472c0.json rename to 6406/data/test-cases/c62793c6182a2f43.json index d6a3d9630c5..b5492eb0882 100644 --- a/6379/data/test-cases/642a326fb6a472c0.json +++ b/6406/data/test-cases/c62793c6182a2f43.json @@ -1 +1 @@ -{"uid":"642a326fb6a472c0","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":1707419080409,"stop":1707419080409,"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":18,"unknown":0,"total":18},"items":[{"uid":"a005a9d8211e407b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a005a9d8211e407b","status":"passed","time":{"start":1707418322022,"stop":1707418322022,"duration":0}},{"uid":"83c83f57f1e999e6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/83c83f57f1e999e6","status":"passed","time":{"start":1707418259985,"stop":1707418259985,"duration":0}},{"uid":"eec5b128f684b9ad","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/eec5b128f684b9ad","status":"passed","time":{"start":1707412707116,"stop":1707412707116,"duration":0}},{"uid":"6d196347b26bc74","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6d196347b26bc74","status":"passed","time":{"start":1707411118119,"stop":1707411118120,"duration":1}},{"uid":"7ad11c63fbb5dfe6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7ad11c63fbb5dfe6","status":"passed","time":{"start":1707409587927,"stop":1707409587927,"duration":0}},{"uid":"c5c8e74235943258","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c5c8e74235943258","status":"passed","time":{"start":1707408980234,"stop":1707408980235,"duration":1}},{"uid":"4eeb97d2a5c33d9c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4eeb97d2a5c33d9c","status":"passed","time":{"start":1707408927125,"stop":1707408927125,"duration":0}},{"uid":"2c999744bf8a41b2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2c999744bf8a41b2","status":"passed","time":{"start":1707408458743,"stop":1707408458744,"duration":1}},{"uid":"ef2a14346180d0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef2a14346180d0","status":"passed","time":{"start":1707407520233,"stop":1707407520234,"duration":1}},{"uid":"62bead1913f3afbe","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/62bead1913f3afbe","status":"passed","time":{"start":1707407427640,"stop":1707407427641,"duration":1}},{"uid":"dc8c4424501ee096","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/dc8c4424501ee096","status":"passed","time":{"start":1707404404310,"stop":1707404404310,"duration":0}},{"uid":"7abdac194b24511e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7abdac194b24511e","status":"passed","time":{"start":1707375846757,"stop":1707375846757,"duration":0}},{"uid":"cb40215fb9cf5e1c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/cb40215fb9cf5e1c","status":"passed","time":{"start":1707373035647,"stop":1707373035647,"duration":0}},{"uid":"1f0867ff99f1454e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1f0867ff99f1454e","status":"passed","time":{"start":1707359236214,"stop":1707359236214,"duration":0}},{"uid":"789a5e592d245f4e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/789a5e592d245f4e","status":"passed","time":{"start":1707357965199,"stop":1707357965200,"duration":1}},{"uid":"5422bbdd2a6ef9f6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5422bbdd2a6ef9f6","status":"passed","time":{"start":1707357048207,"stop":1707357048207,"duration":0}},{"uid":"b260ea1ef6dbf06b","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b260ea1ef6dbf06b","status":"passed","time":{"start":1707355141616,"stop":1707355141616,"duration":0}}]},"tags":[]},"source":"642a326fb6a472c0.json","parameterValues":[]} \ No newline at end of file +{"uid":"c62793c6182a2f43","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":1707793238874,"stop":1707793238874,"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":14,"unknown":0,"total":14},"items":[{"uid":"8b452f701fb7da89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b452f701fb7da89","status":"passed","time":{"start":1707778202494,"stop":1707778202495,"duration":1}},{"uid":"82762c2e35e92a3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82762c2e35e92a3c","status":"passed","time":{"start":1707775486630,"stop":1707775486631,"duration":1}},{"uid":"2cfb17de632a8dc6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cfb17de632a8dc6","status":"passed","time":{"start":1707775300138,"stop":1707775300138,"duration":0}},{"uid":"c00bc31a2c1c03e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c00bc31a2c1c03e8","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"duration":1}},{"uid":"64e6b2a4e8fae47e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/64e6b2a4e8fae47e","status":"passed","time":{"start":1707770051395,"stop":1707770051396,"duration":1}},{"uid":"13b643ae8beb13cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13b643ae8beb13cb","status":"passed","time":{"start":1707760174023,"stop":1707760174024,"duration":1}},{"uid":"9e3c0a5564bb85e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e3c0a5564bb85e7","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"67b1a8cf5e001ba9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/67b1a8cf5e001ba9","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"b16417348c13f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b16417348c13f14","status":"passed","time":{"start":1707753870450,"stop":1707753870453,"duration":3}},{"uid":"26e24a01f89f03c4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e24a01f89f03c4","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"efa019340268fae6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efa019340268fae6","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"980bf51a5b1ab3ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/980bf51a5b1ab3ce","status":"passed","time":{"start":1707736947848,"stop":1707736947848,"duration":0}},{"uid":"9906dc25af40bed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906dc25af40bed","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"tags":[]},"source":"c62793c6182a2f43.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c65a358ab4381826.json b/6406/data/test-cases/c65a358ab4381826.json new file mode 100644 index 00000000000..44ab1e34280 --- /dev/null +++ b/6406/data/test-cases/c65a358ab4381826.json @@ -0,0 +1 @@ +{"uid":"c65a358ab4381826","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":1707792907233,"stop":1707792907234,"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":14,"unknown":0,"total":14},"items":[{"uid":"c088d57e83849462","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c088d57e83849462","status":"passed","time":{"start":1707777859859,"stop":1707777859859,"duration":0}},{"uid":"795560bba57add26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795560bba57add26","status":"passed","time":{"start":1707775133678,"stop":1707775133678,"duration":0}},{"uid":"30676cd6ebc37a4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30676cd6ebc37a4b","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"4b4bcdecb20ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b4bcdecb20ef4ec","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"duration":1}},{"uid":"f9724dbc2e28820f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9724dbc2e28820f","status":"passed","time":{"start":1707769735037,"stop":1707769735037,"duration":0}},{"uid":"8e0120d7f22df93d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e0120d7f22df93d","status":"passed","time":{"start":1707759831196,"stop":1707759831199,"duration":3}},{"uid":"377c88333ec11dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/377c88333ec11dc7","status":"passed","time":{"start":1707757528827,"stop":1707757528827,"duration":0}},{"uid":"e54aa80b67ec22e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e54aa80b67ec22e8","status":"passed","time":{"start":1707756157295,"stop":1707756157296,"duration":1}},{"uid":"1e8d8ffac0930ec5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e8d8ffac0930ec5","status":"passed","time":{"start":1707753578477,"stop":1707753578477,"duration":0}},{"uid":"6b2fa910ce03d375","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b2fa910ce03d375","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"62fbe6dcd5dc2a19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62fbe6dcd5dc2a19","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"1e642c05e3385ef0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e642c05e3385ef0","status":"passed","time":{"start":1707736629976,"stop":1707736629976,"duration":0}},{"uid":"8c9058a76b10c2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c9058a76b10c2f6","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"tags":[]},"source":"c65a358ab4381826.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c774d776fc8ab575.json b/6406/data/test-cases/c774d776fc8ab575.json new file mode 100644 index 00000000000..9173530dc1b --- /dev/null +++ b/6406/data/test-cases/c774d776fc8ab575.json @@ -0,0 +1 @@ +{"uid":"c774d776fc8ab575","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":1707793369036,"stop":1707793369037,"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":14,"unknown":0,"total":14},"items":[{"uid":"a20198cf565c3194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a20198cf565c3194","status":"passed","time":{"start":1707778332051,"stop":1707778332051,"duration":0}},{"uid":"8bf4ca0cde68fef3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bf4ca0cde68fef3","status":"passed","time":{"start":1707775601727,"stop":1707775601727,"duration":0}},{"uid":"5cc271571505f2a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5cc271571505f2a5","status":"passed","time":{"start":1707775415220,"stop":1707775415220,"duration":0}},{"uid":"654f3b56788ce516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/654f3b56788ce516","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"99f47c6677d03f76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/99f47c6677d03f76","status":"passed","time":{"start":1707770103227,"stop":1707770103229,"duration":2}},{"uid":"e5291f7ff9bfcc17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5291f7ff9bfcc17","status":"passed","time":{"start":1707760299493,"stop":1707760299493,"duration":0}},{"uid":"eac35a8e6071d85","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac35a8e6071d85","status":"passed","time":{"start":1707757995161,"stop":1707757995162,"duration":1}},{"uid":"2b7c76041882d1cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b7c76041882d1cc","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"5fd54b7fa49162b6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5fd54b7fa49162b6","status":"passed","time":{"start":1707753925426,"stop":1707753925427,"duration":1}},{"uid":"b282c12c23c1a8d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b282c12c23c1a8d0","status":"passed","time":{"start":1707753785898,"stop":1707753785899,"duration":1}},{"uid":"d3919ff422f2a849","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3919ff422f2a849","status":"passed","time":{"start":1707751137103,"stop":1707751137103,"duration":0}},{"uid":"e135b7b49e84221c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e135b7b49e84221c","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"2ec44e9744017821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ec44e9744017821","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"tags":[]},"source":"c774d776fc8ab575.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/54b38e35ab2d60ae.json b/6406/data/test-cases/c778894017771e9a.json similarity index 53% rename from 6379/data/test-cases/54b38e35ab2d60ae.json rename to 6406/data/test-cases/c778894017771e9a.json index d47ea016f92..ecb0beccd4d 100644 --- a/6379/data/test-cases/54b38e35ab2d60ae.json +++ b/6406/data/test-cases/c778894017771e9a.json @@ -1 +1 @@ -{"uid":"54b38e35ab2d60ae","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":1707418873968,"stop":1707418873969,"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":18,"unknown":0,"total":18},"items":[{"uid":"8c973eb7f711ab1b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/8c973eb7f711ab1b","status":"passed","time":{"start":1707418134419,"stop":1707418134419,"duration":0}},{"uid":"4f860443abd9346e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/4f860443abd9346e","status":"passed","time":{"start":1707418089121,"stop":1707418089122,"duration":1}},{"uid":"232545d20aa6eb5b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/232545d20aa6eb5b","status":"passed","time":{"start":1707412521478,"stop":1707412521479,"duration":1}},{"uid":"32f638b0cd599765","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/32f638b0cd599765","status":"passed","time":{"start":1707410940017,"stop":1707410940018,"duration":1}},{"uid":"1bfc44d2a340fd8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1bfc44d2a340fd8","status":"passed","time":{"start":1707409391199,"stop":1707409391199,"duration":0}},{"uid":"23a0c6d6c2c404d3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/23a0c6d6c2c404d3","status":"passed","time":{"start":1707408781562,"stop":1707408781562,"duration":0}},{"uid":"c040e6d4227a40f9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c040e6d4227a40f9","status":"passed","time":{"start":1707408744495,"stop":1707408744496,"duration":1}},{"uid":"106eabef44cfbab3","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/106eabef44cfbab3","status":"passed","time":{"start":1707408261440,"stop":1707408261441,"duration":1}},{"uid":"d758e1173c849c3a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d758e1173c849c3a","status":"passed","time":{"start":1707407338362,"stop":1707407338363,"duration":1}},{"uid":"da7bed1c7c363f87","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/da7bed1c7c363f87","status":"passed","time":{"start":1707407221286,"stop":1707407221286,"duration":0}},{"uid":"855714c238f3dffc","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/855714c238f3dffc","status":"passed","time":{"start":1707404211877,"stop":1707404211878,"duration":1}},{"uid":"86a6f5573766d7d6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/86a6f5573766d7d6","status":"passed","time":{"start":1707375653455,"stop":1707375653456,"duration":1}},{"uid":"5a032c6f37715215","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5a032c6f37715215","status":"passed","time":{"start":1707372857537,"stop":1707372857537,"duration":0}},{"uid":"afae34d4f900fca5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/afae34d4f900fca5","status":"passed","time":{"start":1707359049317,"stop":1707359049320,"duration":3}},{"uid":"d2213920bb5b22be","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d2213920bb5b22be","status":"passed","time":{"start":1707357781644,"stop":1707357781644,"duration":0}},{"uid":"a3083248f1e029a0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a3083248f1e029a0","status":"passed","time":{"start":1707356903402,"stop":1707356903402,"duration":0}},{"uid":"8a7b8b4f42ba8eeb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8a7b8b4f42ba8eeb","status":"passed","time":{"start":1707355100960,"stop":1707355100960,"duration":0}}]},"tags":[]},"source":"54b38e35ab2d60ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"c778894017771e9a","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":1707793059102,"stop":1707793059103,"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":14,"unknown":0,"total":14},"items":[{"uid":"50249dece8007e06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50249dece8007e06","status":"passed","time":{"start":1707778002171,"stop":1707778002171,"duration":0}},{"uid":"684a7665b18b0338","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/684a7665b18b0338","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"782e482744d10055","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/782e482744d10055","status":"passed","time":{"start":1707775094105,"stop":1707775094106,"duration":1}},{"uid":"1dcc41f2f98c3fa1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1dcc41f2f98c3fa1","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"duration":1}},{"uid":"51a45ef42c253261","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51a45ef42c253261","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"1303688456fc3476","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1303688456fc3476","status":"passed","time":{"start":1707759985513,"stop":1707759985514,"duration":1}},{"uid":"4ad05537b754c590","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ad05537b754c590","status":"passed","time":{"start":1707757677813,"stop":1707757677814,"duration":1}},{"uid":"6aa0c0e600fbda02","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6aa0c0e600fbda02","status":"passed","time":{"start":1707756291415,"stop":1707756291416,"duration":1}},{"uid":"f190117280769651","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f190117280769651","status":"passed","time":{"start":1707753735503,"stop":1707753735504,"duration":1}},{"uid":"eafcd10a0823e843","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eafcd10a0823e843","status":"passed","time":{"start":1707753472971,"stop":1707753472971,"duration":0}},{"uid":"43585cae691ada6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43585cae691ada6e","status":"passed","time":{"start":1707750845170,"stop":1707750845170,"duration":0}},{"uid":"db1d9383516aef1f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db1d9383516aef1f","status":"passed","time":{"start":1707736769677,"stop":1707736769678,"duration":1}},{"uid":"1203239afafb0f31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1203239afafb0f31","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"tags":[]},"source":"c778894017771e9a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c8025512ec9b7c7.json b/6406/data/test-cases/c8025512ec9b7c7.json new file mode 100644 index 00000000000..004fca67195 --- /dev/null +++ b/6406/data/test-cases/c8025512ec9b7c7.json @@ -0,0 +1 @@ +{"uid":"c8025512ec9b7c7","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":1707793168681,"stop":1707793168682,"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":14,"unknown":0,"total":14},"items":[{"uid":"c28752f3992a9acf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c28752f3992a9acf","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"af7d28e7e59b232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af7d28e7e59b232","status":"passed","time":{"start":1707775409485,"stop":1707775409486,"duration":1}},{"uid":"d4ccfd2a9112c1d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4ccfd2a9112c1d1","status":"passed","time":{"start":1707775219998,"stop":1707775219999,"duration":1}},{"uid":"7adb77749bc70f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7adb77749bc70f0c","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"fcb66a00b79cf67b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcb66a00b79cf67b","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"edaa1a86ad6e70a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/edaa1a86ad6e70a3","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"abf8427ed57ebd38","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abf8427ed57ebd38","status":"passed","time":{"start":1707757804298,"stop":1707757804299,"duration":1}},{"uid":"85ce52ab5cdc410f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/85ce52ab5cdc410f","status":"passed","time":{"start":1707756422348,"stop":1707756422349,"duration":1}},{"uid":"353f3c97cfbbe25f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/353f3c97cfbbe25f","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"246e1a3749a40c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/246e1a3749a40c8c","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"f0b9721c7e254660","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0b9721c7e254660","status":"passed","time":{"start":1707750964806,"stop":1707750964807,"duration":1}},{"uid":"881770cc09311ee0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/881770cc09311ee0","status":"passed","time":{"start":1707736890439,"stop":1707736890439,"duration":0}},{"uid":"8ba8c6e1097d29e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ba8c6e1097d29e9","status":"passed","time":{"start":1707736096391,"stop":1707736096392,"duration":1}}]},"tags":[]},"source":"c8025512ec9b7c7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5e90be5036c69274.json b/6406/data/test-cases/c8c9e5ea38e4472f.json similarity index 81% rename from 6379/data/test-cases/5e90be5036c69274.json rename to 6406/data/test-cases/c8c9e5ea38e4472f.json index b1f43faa082..8586428fa7e 100644 --- a/6379/data/test-cases/5e90be5036c69274.json +++ b/6406/data/test-cases/c8c9e5ea38e4472f.json @@ -1 +1 @@ -{"uid":"5e90be5036c69274","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":1707419181397,"stop":1707419181397,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"82c40c9ee1c86eeb","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/82c40c9ee1c86eeb","status":"passed","time":{"start":1707418419728,"stop":1707418419747,"duration":19}},{"uid":"280c7a1dfb039e24","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/280c7a1dfb039e24","status":"passed","time":{"start":1707418388442,"stop":1707418388442,"duration":0}},{"uid":"5fa7e9fa923d7292","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5fa7e9fa923d7292","status":"passed","time":{"start":1707412796119,"stop":1707412796119,"duration":0}},{"uid":"fa14d050d9cbf94a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/fa14d050d9cbf94a","status":"passed","time":{"start":1707411256075,"stop":1707411256076,"duration":1}},{"uid":"a62706b3c3fba824","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a62706b3c3fba824","status":"passed","time":{"start":1707409690310,"stop":1707409690311,"duration":1}},{"uid":"93df1bc970925072","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/93df1bc970925072","status":"passed","time":{"start":1707409095918,"stop":1707409095918,"duration":0}},{"uid":"3accb6f3b18cc2b5","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3accb6f3b18cc2b5","status":"passed","time":{"start":1707409032393,"stop":1707409032393,"duration":0}},{"uid":"109546f117ab6717","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/109546f117ab6717","status":"passed","time":{"start":1707408574235,"stop":1707408574235,"duration":0}},{"uid":"2ef633b32b0054b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ef633b32b0054b","status":"passed","time":{"start":1707407633861,"stop":1707407633862,"duration":1}},{"uid":"5c7671200dabf308","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5c7671200dabf308","status":"passed","time":{"start":1707407545217,"stop":1707407545217,"duration":0}},{"uid":"8adadcc8ac8ea6f6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/8adadcc8ac8ea6f6","status":"passed","time":{"start":1707404532400,"stop":1707404532401,"duration":1}},{"uid":"abb02a8097a2c635","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/abb02a8097a2c635","status":"passed","time":{"start":1707375958752,"stop":1707375958752,"duration":0}},{"uid":"1f68d40248ac532","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1f68d40248ac532","status":"passed","time":{"start":1707373157750,"stop":1707373157750,"duration":0}},{"uid":"3a7f14273f738206","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3a7f14273f738206","status":"passed","time":{"start":1707359355967,"stop":1707359355967,"duration":0}},{"uid":"34a2a436987c4077","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/34a2a436987c4077","status":"passed","time":{"start":1707358094664,"stop":1707358094664,"duration":0}},{"uid":"a89f0065ed4a374c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a89f0065ed4a374c","status":"passed","time":{"start":1707357164912,"stop":1707357164912,"duration":0}},{"uid":"21471582dfcf817e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/21471582dfcf817e","status":"passed","time":{"start":1707355248775,"stop":1707355248775,"duration":0}}]},"tags":[]},"source":"5e90be5036c69274.json","parameterValues":[]} \ No newline at end of file +{"uid":"c8c9e5ea38e4472f","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":1707793371101,"stop":1707793371101,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"bd805a3856fcbabb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd805a3856fcbabb","status":"passed","time":{"start":1707778338837,"stop":1707778338838,"duration":1}},{"uid":"59a952e33f21b32d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/59a952e33f21b32d","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}},{"uid":"43dd1f2f2a5466f8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43dd1f2f2a5466f8","status":"passed","time":{"start":1707775390228,"stop":1707775390229,"duration":1}},{"uid":"96caf545e5e292d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96caf545e5e292d8","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1}},{"uid":"6812e364fd3398f3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6812e364fd3398f3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}},{"uid":"29f668ec3e68340d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/29f668ec3e68340d","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}},{"uid":"b27fd73e95fafa45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b27fd73e95fafa45","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}},{"uid":"24eccaf742038f36","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24eccaf742038f36","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"8dd11918f79ad923","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8dd11918f79ad923","status":"passed","time":{"start":1707753782749,"stop":1707753782754,"duration":5}},{"uid":"f6c4e7f91fc33451","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f6c4e7f91fc33451","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"b02c86bcfe5c29f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b02c86bcfe5c29f2","status":"passed","time":{"start":1707737091305,"stop":1707737091308,"duration":3}},{"uid":"f166670fe5533c13","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f166670fe5533c13","status":"passed","time":{"start":1707736260129,"stop":1707736260129,"duration":0}}]},"tags":[]},"source":"c8c9e5ea38e4472f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/31e55d92eed08546.json b/6406/data/test-cases/c9cefff742611fac.json similarity index 77% rename from 6379/data/test-cases/31e55d92eed08546.json rename to 6406/data/test-cases/c9cefff742611fac.json index e436afb1ce8..95fd03d725a 100644 --- a/6379/data/test-cases/31e55d92eed08546.json +++ b/6406/data/test-cases/c9cefff742611fac.json @@ -1 +1 @@ -{"uid":"31e55d92eed08546","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":1707419013074,"stop":1707419013074,"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":18,"unknown":0,"total":18},"items":[{"uid":"e9a54c5e9442dee2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e9a54c5e9442dee2","status":"passed","time":{"start":1707418255030,"stop":1707418255031,"duration":1}},{"uid":"ad4aa0d9d231cae7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ad4aa0d9d231cae7","status":"passed","time":{"start":1707418202579,"stop":1707418202579,"duration":0}},{"uid":"798f749638218616","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/798f749638218616","status":"passed","time":{"start":1707412632613,"stop":1707412632614,"duration":1}},{"uid":"f9a96e9fb1c36a1a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f9a96e9fb1c36a1a","status":"passed","time":{"start":1707411050768,"stop":1707411050769,"duration":1}},{"uid":"9e93654050f5da65","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/9e93654050f5da65","status":"passed","time":{"start":1707409528970,"stop":1707409528970,"duration":0}},{"uid":"55cb859f48763a6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/55cb859f48763a6","status":"passed","time":{"start":1707408904872,"stop":1707408904872,"duration":0}},{"uid":"8306d7e48f75d5da","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8306d7e48f75d5da","status":"passed","time":{"start":1707408867377,"stop":1707408867377,"duration":0}},{"uid":"5b68d0d4e578f92c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5b68d0d4e578f92c","status":"passed","time":{"start":1707408376755,"stop":1707408376756,"duration":1}},{"uid":"4093c962d79475e9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4093c962d79475e9","status":"passed","time":{"start":1707407458510,"stop":1707407458510,"duration":0}},{"uid":"fc643fa3905e12e0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/fc643fa3905e12e0","status":"passed","time":{"start":1707407342026,"stop":1707407342026,"duration":0}},{"uid":"2553bce0f38b8730","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2553bce0f38b8730","status":"passed","time":{"start":1707404337406,"stop":1707404337406,"duration":0}},{"uid":"2ae3d02498ee3e06","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2ae3d02498ee3e06","status":"passed","time":{"start":1707375779684,"stop":1707375779685,"duration":1}},{"uid":"e4414c7d588a49ec","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e4414c7d588a49ec","status":"passed","time":{"start":1707372972494,"stop":1707372972495,"duration":1}},{"uid":"28d18b3873b0bbe7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/28d18b3873b0bbe7","status":"passed","time":{"start":1707359158655,"stop":1707359158655,"duration":0}},{"uid":"207850f862c5b310","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/207850f862c5b310","status":"passed","time":{"start":1707357906693,"stop":1707357906694,"duration":1}},{"uid":"e1eb5123a0e3ba69","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e1eb5123a0e3ba69","status":"passed","time":{"start":1707356955636,"stop":1707356955636,"duration":0}},{"uid":"4d0ff67935428c93","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4d0ff67935428c93","status":"passed","time":{"start":1707355179961,"stop":1707355179961,"duration":0}}]},"tags":[]},"source":"31e55d92eed08546.json","parameterValues":[]} \ No newline at end of file +{"uid":"c9cefff742611fac","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":1707793168679,"stop":1707793168680,"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":14,"unknown":0,"total":14},"items":[{"uid":"dd6238452814f0bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd6238452814f0bd","status":"passed","time":{"start":1707778126347,"stop":1707778126347,"duration":0}},{"uid":"e512ba5ab25ecd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e512ba5ab25ecd8c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"3fb7d7feb8e73c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3fb7d7feb8e73c3d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"df1703d69d19d502","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df1703d69d19d502","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"duration":1}},{"uid":"a78aca599619387d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a78aca599619387d","status":"passed","time":{"start":1707769994543,"stop":1707769994543,"duration":0}},{"uid":"5d0b5a4aafdac703","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d0b5a4aafdac703","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"4d9f311c593ceaf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4d9f311c593ceaf0","status":"passed","time":{"start":1707757804296,"stop":1707757804296,"duration":0}},{"uid":"bde408fa1a0d7aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde408fa1a0d7aff","status":"passed","time":{"start":1707756422347,"stop":1707756422348,"duration":1}},{"uid":"839083a83afc1be0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/839083a83afc1be0","status":"passed","time":{"start":1707753796549,"stop":1707753796549,"duration":0}},{"uid":"70f38ae6bd517022","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70f38ae6bd517022","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"3f50f99e5f04c610","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3f50f99e5f04c610","status":"passed","time":{"start":1707750964804,"stop":1707750964805,"duration":1}},{"uid":"5b6110ca92ea16a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5b6110ca92ea16a8","status":"passed","time":{"start":1707736890438,"stop":1707736890438,"duration":0}},{"uid":"ec2b32b3e29f611d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec2b32b3e29f611d","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"tags":[]},"source":"c9cefff742611fac.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c9e683e05b87fb1.json b/6406/data/test-cases/c9e683e05b87fb1.json new file mode 100644 index 00000000000..3ca60db5450 --- /dev/null +++ b/6406/data/test-cases/c9e683e05b87fb1.json @@ -0,0 +1 @@ +{"uid":"c9e683e05b87fb1","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":1707793371115,"stop":1707793371115,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"420f163d8cb1be17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420f163d8cb1be17","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"b77962774d0afee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b77962774d0afee7","status":"passed","time":{"start":1707775602032,"stop":1707775602033,"duration":1}},{"uid":"d14a41d7f6b45ac3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d14a41d7f6b45ac3","status":"passed","time":{"start":1707775390245,"stop":1707775390246,"duration":1}},{"uid":"b96fcbd34f3984b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b96fcbd34f3984b","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"abe74270e56834c3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abe74270e56834c3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"2c1400b6f28ba541","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c1400b6f28ba541","status":"passed","time":{"start":1707760301824,"stop":1707760301824,"duration":0}},{"uid":"f0380ca15ee1b623","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0380ca15ee1b623","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"4e1cb17804501784","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1cb17804501784","status":"passed","time":{"start":1707756617057,"stop":1707756617057,"duration":0}},{"uid":"d9debdb20167247c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9debdb20167247c","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"d18892ddc2c0864a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d18892ddc2c0864a","status":"passed","time":{"start":1707753782776,"stop":1707753782776,"duration":0}},{"uid":"9fca5db5bc5f3a45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fca5db5bc5f3a45","status":"passed","time":{"start":1707751162321,"stop":1707751162322,"duration":1}},{"uid":"809c3c9fa82cd04c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/809c3c9fa82cd04c","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"9a8d0db082b4d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a8d0db082b4d778","status":"passed","time":{"start":1707736260161,"stop":1707736260161,"duration":0}}]},"tags":[]},"source":"c9e683e05b87fb1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/c9fbbf0f3e327a09.json b/6406/data/test-cases/c9fbbf0f3e327a09.json new file mode 100644 index 00000000000..636bbf1201a --- /dev/null +++ b/6406/data/test-cases/c9fbbf0f3e327a09.json @@ -0,0 +1 @@ +{"uid":"c9fbbf0f3e327a09","name":"does not throw on valid cases","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > does not throw on valid cases","historyId":"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792547,"stop":1707792792547,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"9ed7510cb81152bb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ed7510cb81152bb","status":"passed","time":{"start":1707777741283,"stop":1707777741284,"duration":1}},{"uid":"ff42e32f673e9ba9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff42e32f673e9ba9","status":"passed","time":{"start":1707775017581,"stop":1707775017582,"duration":1}},{"uid":"35e9aeb00c9e8b59","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35e9aeb00c9e8b59","status":"passed","time":{"start":1707774819157,"stop":1707774819158,"duration":1}},{"uid":"9fee36f20095e4f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fee36f20095e4f","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"duration":1}},{"uid":"49af121de154ef9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49af121de154ef9c","status":"passed","time":{"start":1707769619244,"stop":1707769619246,"duration":2}},{"uid":"3155bacc234bc144","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3155bacc234bc144","status":"passed","time":{"start":1707759714506,"stop":1707759714506,"duration":0}},{"uid":"6422ed171bdce2ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6422ed171bdce2ec","status":"passed","time":{"start":1707757408919,"stop":1707757408920,"duration":1}},{"uid":"8aeb99bb6391fc82","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8aeb99bb6391fc82","status":"passed","time":{"start":1707756038647,"stop":1707756038648,"duration":1}},{"uid":"bbdfd8fe48bf2dd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbdfd8fe48bf2dd0","status":"passed","time":{"start":1707753456818,"stop":1707753456818,"duration":0}},{"uid":"b3f77d5c12b014a3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3f77d5c12b014a3","status":"passed","time":{"start":1707753185025,"stop":1707753185025,"duration":0}},{"uid":"e6cb2a71aebf55d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6cb2a71aebf55d1","status":"passed","time":{"start":1707750585688,"stop":1707750585689,"duration":1}},{"uid":"8622e2b841fddf7d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8622e2b841fddf7d","status":"passed","time":{"start":1707736503240,"stop":1707736503241,"duration":1}},{"uid":"fadb974e0c13bbfe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fadb974e0c13bbfe","status":"passed","time":{"start":1707735684538,"stop":1707735684539,"duration":1}}]},"tags":[]},"source":"c9fbbf0f3e327a09.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/2ca45022489801c6.json b/6406/data/test-cases/ca41b915acaffa5f.json similarity index 63% rename from 6379/data/test-cases/2ca45022489801c6.json rename to 6406/data/test-cases/ca41b915acaffa5f.json index 5a2c66d0650..2efbae14fea 100644 --- a/6379/data/test-cases/2ca45022489801c6.json +++ b/6406/data/test-cases/ca41b915acaffa5f.json @@ -1 +1 @@ -{"uid":"2ca45022489801c6","name":"can start and stop the service","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419072672,"stop":1707419072673,"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"},{"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":18,"unknown":0,"total":18},"items":[{"uid":"593efe9b3a3a9a4d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/593efe9b3a3a9a4d","status":"passed","time":{"start":1707418302757,"stop":1707418302757,"duration":0}},{"uid":"f688722833742d08","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f688722833742d08","status":"passed","time":{"start":1707418274046,"stop":1707418274046,"duration":0}},{"uid":"4971fa85915f287b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4971fa85915f287b","status":"passed","time":{"start":1707412712444,"stop":1707412712445,"duration":1}},{"uid":"d570a43b61932fda","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d570a43b61932fda","status":"passed","time":{"start":1707411115718,"stop":1707411115718,"duration":0}},{"uid":"c19a50fe93d90e79","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c19a50fe93d90e79","status":"passed","time":{"start":1707409579941,"stop":1707409579945,"duration":4}},{"uid":"4cd96de75a4e94f4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4cd96de75a4e94f4","status":"passed","time":{"start":1707408978008,"stop":1707408978010,"duration":2}},{"uid":"fc21a534a7afad98","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/fc21a534a7afad98","status":"passed","time":{"start":1707408953443,"stop":1707408953443,"duration":0}},{"uid":"7a02285592b4b87d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7a02285592b4b87d","status":"passed","time":{"start":1707408469682,"stop":1707408469682,"duration":0}},{"uid":"72febeaeef5a7f93","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/72febeaeef5a7f93","status":"passed","time":{"start":1707407589183,"stop":1707407589184,"duration":1}},{"uid":"8c2d6eeb66e3a1c4","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8c2d6eeb66e3a1c4","status":"passed","time":{"start":1707407442576,"stop":1707407442576,"duration":0}},{"uid":"215cbeba25994e48","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/215cbeba25994e48","status":"passed","time":{"start":1707404428343,"stop":1707404428343,"duration":0}},{"uid":"39a99f4fa049cf0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/39a99f4fa049cf0","status":"passed","time":{"start":1707375849728,"stop":1707375849728,"duration":0}},{"uid":"b6cb3da0b4f77cba","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/b6cb3da0b4f77cba","status":"passed","time":{"start":1707373068632,"stop":1707373068632,"duration":0}},{"uid":"8e72ed03c926859c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8e72ed03c926859c","status":"passed","time":{"start":1707359276136,"stop":1707359276136,"duration":0}},{"uid":"b5528fa978d0c878","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b5528fa978d0c878","status":"passed","time":{"start":1707358093662,"stop":1707358093662,"duration":0}},{"uid":"6e914511dfd3be13","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6e914511dfd3be13","status":"passed","time":{"start":1707357103449,"stop":1707357103449,"duration":0}},{"uid":"c0c16bbbb1b64db4","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c0c16bbbb1b64db4","status":"passed","time":{"start":1707355288195,"stop":1707355288195,"duration":0}}]},"tags":[]},"source":"2ca45022489801c6.json","parameterValues":[]} \ No newline at end of file +{"uid":"ca41b915acaffa5f","name":"can start and stop the service","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > can start and stop the service","historyId":"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230150,"stop":1707793230151,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"33ebb49f27df4ff7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33ebb49f27df4ff7","status":"passed","time":{"start":1707778179238,"stop":1707778179238,"duration":0}},{"uid":"7a93fc831854e13f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a93fc831854e13f","status":"passed","time":{"start":1707775471144,"stop":1707775471145,"duration":1}},{"uid":"7fc40f82a89b5a43","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fc40f82a89b5a43","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"6de52dc4d3d4cf1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6de52dc4d3d4cf1e","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"duration":1}},{"uid":"f970f00bd73230a9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f970f00bd73230a9","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"fbb1c864a54a96dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbb1c864a54a96dd","status":"passed","time":{"start":1707760163327,"stop":1707760163337,"duration":10}},{"uid":"ec3f24e7ed951fc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec3f24e7ed951fc7","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"56881178669ab8bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56881178669ab8bd","status":"passed","time":{"start":1707756493173,"stop":1707756493174,"duration":1}},{"uid":"ff236b93f8f54fc7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff236b93f8f54fc7","status":"passed","time":{"start":1707753863565,"stop":1707753863566,"duration":1}},{"uid":"77dbb8b80f1c49db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/77dbb8b80f1c49db","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"f90a23025d9c8ac3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f90a23025d9c8ac3","status":"passed","time":{"start":1707751014387,"stop":1707751014389,"duration":2}},{"uid":"ab345def64d646f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab345def64d646f6","status":"passed","time":{"start":1707736941410,"stop":1707736941412,"duration":2}},{"uid":"73da49c95fc3ef01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73da49c95fc3ef01","status":"passed","time":{"start":1707736158693,"stop":1707736158695,"duration":2}}]},"tags":[]},"source":"ca41b915acaffa5f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cbaa2a0ca214211f.json b/6406/data/test-cases/cbaa2a0ca214211f.json new file mode 100644 index 00000000000..7cf2b35514d --- /dev/null +++ b/6406/data/test-cases/cbaa2a0ca214211f.json @@ -0,0 +1 @@ +{"uid":"cbaa2a0ca214211f","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":1707792800004,"stop":1707792800004,"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":14,"unknown":0,"total":14},"items":[{"uid":"c1f33e19bbad42bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c1f33e19bbad42bc","status":"passed","time":{"start":1707777749091,"stop":1707777749092,"duration":1}},{"uid":"83602821cc35e13c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83602821cc35e13c","status":"passed","time":{"start":1707775025525,"stop":1707775025526,"duration":1}},{"uid":"d8cc293f853d937e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8cc293f853d937e","status":"passed","time":{"start":1707774827057,"stop":1707774827057,"duration":0}},{"uid":"1721a606cdf69979","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1721a606cdf69979","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"duration":1}},{"uid":"a963cad2c7811e6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a963cad2c7811e6b","status":"passed","time":{"start":1707769627289,"stop":1707769627289,"duration":0}},{"uid":"2f9efdb388a49aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2f9efdb388a49aa","status":"passed","time":{"start":1707759722027,"stop":1707759722028,"duration":1}},{"uid":"da22cd5c5f2c2a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/da22cd5c5f2c2a78","status":"passed","time":{"start":1707757416833,"stop":1707757416837,"duration":4}},{"uid":"662407666a72f38e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662407666a72f38e","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"88d0710a2fc10d18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/88d0710a2fc10d18","status":"passed","time":{"start":1707753464665,"stop":1707753464665,"duration":0}},{"uid":"f44081e2af865490","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f44081e2af865490","status":"passed","time":{"start":1707753192934,"stop":1707753192935,"duration":1}},{"uid":"9a7c5155e1e80996","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a7c5155e1e80996","status":"passed","time":{"start":1707750593504,"stop":1707750593504,"duration":0}},{"uid":"15a6513ca00d0a4c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15a6513ca00d0a4c","status":"passed","time":{"start":1707736510877,"stop":1707736510877,"duration":0}},{"uid":"bed2edc1ce440168","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bed2edc1ce440168","status":"passed","time":{"start":1707735692286,"stop":1707735692287,"duration":1}}]},"tags":[]},"source":"cbaa2a0ca214211f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cc35db13af0cb524.json b/6406/data/test-cases/cc35db13af0cb524.json new file mode 100644 index 00000000000..f8bf1b57f7f --- /dev/null +++ b/6406/data/test-cases/cc35db13af0cb524.json @@ -0,0 +1 @@ +{"uid":"cc35db13af0cb524","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":1707792805602,"stop":1707792805603,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src.lib.message"},{"name":"parentSuite","value":"Waku Message version 0"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c909b934e9a6a699","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c909b934e9a6a699","status":"passed","time":{"start":1707777754767,"stop":1707777754767,"duration":0}},{"uid":"8a29777a85cce830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a29777a85cce830","status":"passed","time":{"start":1707775031075,"stop":1707775031075,"duration":0}},{"uid":"c878b99660b55515","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c878b99660b55515","status":"passed","time":{"start":1707774832780,"stop":1707774832780,"duration":0}},{"uid":"6312e5f2407c80f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6312e5f2407c80f2","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"duration":1}},{"uid":"467122eea80b7ea2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/467122eea80b7ea2","status":"passed","time":{"start":1707769633034,"stop":1707769633035,"duration":1}},{"uid":"2ce3d3698e152787","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ce3d3698e152787","status":"passed","time":{"start":1707759727747,"stop":1707759727747,"duration":0}},{"uid":"2310e82e6d4cda37","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2310e82e6d4cda37","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"595c3699a5e9793d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/595c3699a5e9793d","status":"passed","time":{"start":1707756052097,"stop":1707756052098,"duration":1}},{"uid":"546716b2c963d81e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546716b2c963d81e","status":"passed","time":{"start":1707753470374,"stop":1707753470374,"duration":0}},{"uid":"d97b481e62f41e23","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d97b481e62f41e23","status":"passed","time":{"start":1707753198731,"stop":1707753198732,"duration":1}},{"uid":"bebaa15f0a44d908","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bebaa15f0a44d908","status":"passed","time":{"start":1707750599242,"stop":1707750599243,"duration":1}},{"uid":"f60d9972cb5f3a13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f60d9972cb5f3a13","status":"passed","time":{"start":1707736516624,"stop":1707736516624,"duration":0}},{"uid":"fc67fd4d921b614d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc67fd4d921b614d","status":"passed","time":{"start":1707735698157,"stop":1707735698157,"duration":0}}]},"tags":[]},"source":"cc35db13af0cb524.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cc751fccc6a30efd.json b/6406/data/test-cases/cc751fccc6a30efd.json new file mode 100644 index 00000000000..94c22d54857 --- /dev/null +++ b/6406/data/test-cases/cc751fccc6a30efd.json @@ -0,0 +1 @@ +{"uid":"cc751fccc6a30efd","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (tree): should error if DNS tree entry is mis-prefixed","historyId":"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814744,"stop":1707792814745,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"f3fd1df0c12c1af5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3fd1df0c12c1af5","status":"passed","time":{"start":1707777764078,"stop":1707777764079,"duration":1}},{"uid":"17fa261e65e24968","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17fa261e65e24968","status":"passed","time":{"start":1707775040147,"stop":1707775040148,"duration":1}},{"uid":"f9f02f27df4c9f17","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9f02f27df4c9f17","status":"passed","time":{"start":1707774842103,"stop":1707774842103,"duration":0}},{"uid":"a1b24fc52a62b7e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b24fc52a62b7e5","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"duration":0}},{"uid":"d58ff8826c9caf71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d58ff8826c9caf71","status":"passed","time":{"start":1707769642220,"stop":1707769642221,"duration":1}},{"uid":"7a5451c01e52b9c4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7a5451c01e52b9c4","status":"passed","time":{"start":1707759737068,"stop":1707759737069,"duration":1}},{"uid":"ac3f8d6b4dcfab90","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac3f8d6b4dcfab90","status":"passed","time":{"start":1707757431975,"stop":1707757431975,"duration":0}},{"uid":"7c4158dcfeef93d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c4158dcfeef93d2","status":"passed","time":{"start":1707756061019,"stop":1707756061020,"duration":1}},{"uid":"8ea9bf280f81f52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ea9bf280f81f52","status":"passed","time":{"start":1707753479609,"stop":1707753479609,"duration":0}},{"uid":"b578cf8234cba60b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b578cf8234cba60b","status":"passed","time":{"start":1707753208308,"stop":1707753208308,"duration":0}},{"uid":"961fb03eee9e8966","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/961fb03eee9e8966","status":"passed","time":{"start":1707750608584,"stop":1707750608585,"duration":1}},{"uid":"f32b61cb57d67ae3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f32b61cb57d67ae3","status":"passed","time":{"start":1707736525855,"stop":1707736525856,"duration":1}},{"uid":"86f463672db97920","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86f463672db97920","status":"passed","time":{"start":1707735707689,"stop":1707735707690,"duration":1}}]},"tags":[]},"source":"cc751fccc6a30efd.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ce9a24653337dce4.json b/6406/data/test-cases/ccd8f865c347144a.json similarity index 81% rename from 6379/data/test-cases/ce9a24653337dce4.json rename to 6406/data/test-cases/ccd8f865c347144a.json index 77ef482117a..c14a38afc68 100644 --- a/6379/data/test-cases/ce9a24653337dce4.json +++ b/6406/data/test-cases/ccd8f865c347144a.json @@ -1 +1 @@ -{"uid":"ce9a24653337dce4","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":1707419181436,"stop":1707419181436,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"7b5ac56cda1e7612","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/7b5ac56cda1e7612","status":"passed","time":{"start":1707418419803,"stop":1707418419803,"duration":0}},{"uid":"999c9f2a17e5223a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/999c9f2a17e5223a","status":"passed","time":{"start":1707418388459,"stop":1707418388459,"duration":0}},{"uid":"19bd1e98f9e75e59","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/19bd1e98f9e75e59","status":"passed","time":{"start":1707412796157,"stop":1707412796157,"duration":0}},{"uid":"7975afca77f3ba89","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7975afca77f3ba89","status":"passed","time":{"start":1707411256115,"stop":1707411256115,"duration":0}},{"uid":"7161aa7dae332a64","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7161aa7dae332a64","status":"passed","time":{"start":1707409690323,"stop":1707409690324,"duration":1}},{"uid":"429cde7714f211d2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/429cde7714f211d2","status":"passed","time":{"start":1707409095930,"stop":1707409095931,"duration":1}},{"uid":"179c0be4e6dd37a6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/179c0be4e6dd37a6","status":"passed","time":{"start":1707409032437,"stop":1707409032437,"duration":0}},{"uid":"53387b1d989fb278","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/53387b1d989fb278","status":"passed","time":{"start":1707408574274,"stop":1707408574274,"duration":0}},{"uid":"bea011cc2c236252","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bea011cc2c236252","status":"passed","time":{"start":1707407633894,"stop":1707407633895,"duration":1}},{"uid":"741380573cfb88d4","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/741380573cfb88d4","status":"passed","time":{"start":1707407545262,"stop":1707407545262,"duration":0}},{"uid":"3b3b41aefa4e935c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3b3b41aefa4e935c","status":"passed","time":{"start":1707404532452,"stop":1707404532452,"duration":0}},{"uid":"4cae06fc196fa429","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4cae06fc196fa429","status":"passed","time":{"start":1707375958818,"stop":1707375958818,"duration":0}},{"uid":"d539487175d42b80","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d539487175d42b80","status":"passed","time":{"start":1707373157763,"stop":1707373157774,"duration":11}},{"uid":"5b99a8a16f9bf2a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5b99a8a16f9bf2a6","status":"passed","time":{"start":1707359355998,"stop":1707359355998,"duration":0}},{"uid":"f5fcc19cbf0dc67d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f5fcc19cbf0dc67d","status":"passed","time":{"start":1707358094703,"stop":1707358094703,"duration":0}},{"uid":"1f5889dc520feb0f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1f5889dc520feb0f","status":"passed","time":{"start":1707357164927,"stop":1707357164927,"duration":0}},{"uid":"bc03a14f2acd2e82","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/bc03a14f2acd2e82","status":"passed","time":{"start":1707355248790,"stop":1707355248790,"duration":0}}]},"tags":[]},"source":"ce9a24653337dce4.json","parameterValues":[]} \ No newline at end of file +{"uid":"ccd8f865c347144a","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":1707793371115,"stop":1707793371116,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"700f5c3d385deed2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700f5c3d385deed2","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"ea5c3d81197f2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea5c3d81197f2c6c","status":"passed","time":{"start":1707775602033,"stop":1707775602037,"duration":4}},{"uid":"10e47298076e3250","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10e47298076e3250","status":"passed","time":{"start":1707775390246,"stop":1707775390247,"duration":1}},{"uid":"49c90b7e82bd9969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c90b7e82bd9969","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1}},{"uid":"54ee003485c6621a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54ee003485c6621a","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"6d8e45413cf58c6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d8e45413cf58c6e","status":"passed","time":{"start":1707760301824,"stop":1707760301825,"duration":1}},{"uid":"2b821c3f039a7c93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b821c3f039a7c93","status":"passed","time":{"start":1707758006721,"stop":1707758006722,"duration":1}},{"uid":"c88165ae9ea58944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88165ae9ea58944","status":"passed","time":{"start":1707756617057,"stop":1707756617058,"duration":1}},{"uid":"ee95c104d72b8f40","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ee95c104d72b8f40","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"331b5c5d9fca2658","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/331b5c5d9fca2658","status":"passed","time":{"start":1707753782776,"stop":1707753782777,"duration":1}},{"uid":"39501c8fa1c118cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39501c8fa1c118cb","status":"passed","time":{"start":1707751162322,"stop":1707751162322,"duration":0}},{"uid":"8cb3fe267bd19bb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cb3fe267bd19bb3","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"49fc8b7268cbece5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49fc8b7268cbece5","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"tags":[]},"source":"ccd8f865c347144a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ccdf5cd116aac99.json b/6406/data/test-cases/ccdf5cd116aac99.json new file mode 100644 index 00000000000..25484db0a11 --- /dev/null +++ b/6406/data/test-cases/ccdf5cd116aac99.json @@ -0,0 +1 @@ +{"uid":"ccdf5cd116aac99","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":1707793304789,"stop":1707793304790,"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":13,"unknown":0,"total":13},"items":[{"uid":"3ecb364ed02b21f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ecb364ed02b21f3","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"25e655fc4f6f937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e655fc4f6f937","status":"passed","time":{"start":1707775545751,"stop":1707775545752,"duration":1}},{"uid":"a27b2ea31597c064","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a27b2ea31597c064","status":"passed","time":{"start":1707775359973,"stop":1707775359973,"duration":0}},{"uid":"d9a47ed05875f8f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9a47ed05875f8f4","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"cb72c65e6fdf58fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb72c65e6fdf58fa","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"b881aecc9ac7b283","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b881aecc9ac7b283","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"ca7a09d8cd69e001","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca7a09d8cd69e001","status":"passed","time":{"start":1707757936372,"stop":1707757936372,"duration":0}},{"uid":"986a10949f13e3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/986a10949f13e3c9","status":"passed","time":{"start":1707756564918,"stop":1707756564919,"duration":1}},{"uid":"7a89469bf338db9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a89469bf338db9b","status":"passed","time":{"start":1707753906990,"stop":1707753906990,"duration":0}},{"uid":"1075644981850da4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1075644981850da4","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"fc1c558a17961446","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc1c558a17961446","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"b1083756b449a107","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b1083756b449a107","status":"passed","time":{"start":1707736227476,"stop":1707736227479,"duration":3}}]},"tags":[]},"source":"ccdf5cd116aac99.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8263d08f47bd234f.json b/6406/data/test-cases/cd05f6e66088bcde.json similarity index 78% rename from 6379/data/test-cases/8263d08f47bd234f.json rename to 6406/data/test-cases/cd05f6e66088bcde.json index c739c070fe9..3a3f9ffbf80 100644 --- a/6379/data/test-cases/8263d08f47bd234f.json +++ b/6406/data/test-cases/cd05f6e66088bcde.json @@ -1 +1 @@ -{"uid":"8263d08f47bd234f","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":1707418841962,"stop":1707418841962,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"6983bcd06a1b3b03","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6983bcd06a1b3b03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418071907,"stop":1707418071907,"duration":0}},{"uid":"1270f3723e5534b0","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1270f3723e5534b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418027881,"stop":1707418027881,"duration":0}},{"uid":"65516af9ab9d49e9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/65516af9ab9d49e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412447301,"stop":1707412447301,"duration":0}},{"uid":"ec6c07721e53b811","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ec6c07721e53b811","status":"skipped","statusDetails":"Test ignored","time":{"start":1707410887050,"stop":1707410887050,"duration":0}},{"uid":"312dc8e7fd3090ac","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/312dc8e7fd3090ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409360840,"stop":1707409360841,"duration":1}},{"uid":"648c7275f78201d6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/648c7275f78201d6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408754560,"stop":1707408754560,"duration":0}},{"uid":"6550d92499aa6308","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/6550d92499aa6308","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408698003,"stop":1707408698003,"duration":0}},{"uid":"30974620c7724dfd","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/30974620c7724dfd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408233050,"stop":1707408233050,"duration":0}},{"uid":"d58550b778975d03","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d58550b778975d03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407282985,"stop":1707407282985,"duration":0}},{"uid":"f35f7dfdaf70a902","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f35f7dfdaf70a902","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407158637,"stop":1707407158637,"duration":0}},{"uid":"e2f7a8778d781ac7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e2f7a8778d781ac7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404183609,"stop":1707404183609,"duration":0}},{"uid":"6cf7ca53d639c512","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6cf7ca53d639c512","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375605109,"stop":1707375605109,"duration":0}},{"uid":"45935510f25d6d77","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/45935510f25d6d77","status":"skipped","statusDetails":"Test ignored","time":{"start":1707372815530,"stop":1707372815530,"duration":0}},{"uid":"ee8ffb7fa8901bbe","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ee8ffb7fa8901bbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707358983027,"stop":1707358983028,"duration":1}},{"uid":"f38fe4f3b644b502","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f38fe4f3b644b502","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357747317,"stop":1707357747318,"duration":1}},{"uid":"a1893eea7456d0ec","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a1893eea7456d0ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707356855817,"stop":1707356855818,"duration":1}},{"uid":"7534fe4d9ea354dc","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7534fe4d9ea354dc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707354894972,"stop":1707354894972,"duration":0}}]},"tags":[]},"source":"8263d08f47bd234f.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd05f6e66088bcde","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":1707793028296,"stop":1707793028296,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"b797e94d9be8b78d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b797e94d9be8b78d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973011,"duration":1}},{"uid":"b80146dac0cdcf81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b80146dac0cdcf81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244537,"stop":1707775244537,"duration":0}},{"uid":"db161eb7c61ec8ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db161eb7c61ec8ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050826,"stop":1707775050826,"duration":0}},{"uid":"2e3fff04e9dea35e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e3fff04e9dea35e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001387,"stop":1707770001387,"duration":0}},{"uid":"b4c6c794d61a4b18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4c6c794d61a4b18","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843156,"duration":1}},{"uid":"71c54ece6a321cb7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71c54ece6a321cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"8fef025582025852","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fef025582025852","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f32bccf7127c2ba7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f32bccf7127c2ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267920,"stop":1707756267920,"duration":0}},{"uid":"5883866bfa24b0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5883866bfa24b0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"4f0de60d10bad444","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f0de60d10bad444","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423546,"stop":1707753423546,"duration":0}},{"uid":"c2b635b1e0be2416","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2b635b1e0be2416","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"e378f7f252388280","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e378f7f252388280","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730664,"duration":1}},{"uid":"3c673bea5d0f30e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c673bea5d0f30e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912139,"stop":1707735912139,"duration":0}}]},"tags":[]},"source":"cd05f6e66088bcde.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e7d2171cb4ed9964.json b/6406/data/test-cases/cd15be0494c6a1f6.json similarity index 79% rename from 6379/data/test-cases/e7d2171cb4ed9964.json rename to 6406/data/test-cases/cd15be0494c6a1f6.json index f22c7965b41..55fa33c51ed 100644 --- a/6379/data/test-cases/e7d2171cb4ed9964.json +++ b/6406/data/test-cases/cd15be0494c6a1f6.json @@ -1 +1 @@ -{"uid":"e7d2171cb4ed9964","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":1707418998134,"stop":1707418998135,"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":18,"unknown":0,"total":18},"items":[{"uid":"11951faedb9ad653","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/11951faedb9ad653","status":"passed","time":{"start":1707418242001,"stop":1707418242001,"duration":0}},{"uid":"5c3569cf4ce63408","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5c3569cf4ce63408","status":"passed","time":{"start":1707418191234,"stop":1707418191235,"duration":1}},{"uid":"c199b3a5050a25c8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c199b3a5050a25c8","status":"passed","time":{"start":1707412620261,"stop":1707412620261,"duration":0}},{"uid":"53d07764a07f05bd","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/53d07764a07f05bd","status":"passed","time":{"start":1707411038680,"stop":1707411038680,"duration":0}},{"uid":"7d7be0e28c6f21ff","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7d7be0e28c6f21ff","status":"passed","time":{"start":1707409514431,"stop":1707409514431,"duration":0}},{"uid":"f742cfc6d8cdd446","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f742cfc6d8cdd446","status":"passed","time":{"start":1707408894638,"stop":1707408894638,"duration":0}},{"uid":"2149fe2cd63470da","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2149fe2cd63470da","status":"passed","time":{"start":1707408855725,"stop":1707408855725,"duration":0}},{"uid":"62fa7d7d1e1a1794","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/62fa7d7d1e1a1794","status":"passed","time":{"start":1707408364954,"stop":1707408364954,"duration":0}},{"uid":"3e22624b4661dbe6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3e22624b4661dbe6","status":"passed","time":{"start":1707407446966,"stop":1707407446967,"duration":1}},{"uid":"36f15a6aece0f133","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/36f15a6aece0f133","status":"passed","time":{"start":1707407328485,"stop":1707407328485,"duration":0}},{"uid":"b355f53cbbf852de","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b355f53cbbf852de","status":"passed","time":{"start":1707404323773,"stop":1707404323773,"duration":0}},{"uid":"f258fbf4e0ef6858","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f258fbf4e0ef6858","status":"passed","time":{"start":1707375767309,"stop":1707375767326,"duration":17}},{"uid":"482c526bc0a83c08","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/482c526bc0a83c08","status":"passed","time":{"start":1707372960633,"stop":1707372960633,"duration":0}},{"uid":"d96e7c4dc1389574","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d96e7c4dc1389574","status":"passed","time":{"start":1707359147637,"stop":1707359147638,"duration":1}},{"uid":"f89397e9c0cafe9d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f89397e9c0cafe9d","status":"passed","time":{"start":1707357894473,"stop":1707357894473,"duration":0}},{"uid":"785e45d162f57579","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/785e45d162f57579","status":"passed","time":{"start":1707356942070,"stop":1707356942070,"duration":0}},{"uid":"e67e998ac4c0a534","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e67e998ac4c0a534","status":"passed","time":{"start":1707355162740,"stop":1707355162749,"duration":9}}]},"tags":[]},"source":"e7d2171cb4ed9964.json","parameterValues":[]} \ No newline at end of file +{"uid":"cd15be0494c6a1f6","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":1707793153215,"stop":1707793153216,"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":14,"unknown":0,"total":14},"items":[{"uid":"85b76d3009d26e0c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85b76d3009d26e0c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"b84974d043a0f05f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b84974d043a0f05f","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"8bc42e8e2194f762","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc42e8e2194f762","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"4b495dc82b5a9fe1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b495dc82b5a9fe1","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"18a39a7d347b305f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18a39a7d347b305f","status":"passed","time":{"start":1707769983271,"stop":1707769983272,"duration":1}},{"uid":"5a2eff54424d30be","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a2eff54424d30be","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"896ef51ce06e3dab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/896ef51ce06e3dab","status":"passed","time":{"start":1707757790729,"stop":1707757790730,"duration":1}},{"uid":"326a02966d4bdc96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/326a02966d4bdc96","status":"passed","time":{"start":1707756409540,"stop":1707756409541,"duration":1}},{"uid":"b27394970cb9735d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b27394970cb9735d","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"61f25783d25718e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/61f25783d25718e8","status":"passed","time":{"start":1707753573524,"stop":1707753573525,"duration":1}},{"uid":"4bd12fb6a2f5423b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bd12fb6a2f5423b","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"a35b59b6fe0b8419","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a35b59b6fe0b8419","status":"passed","time":{"start":1707736878961,"stop":1707736878962,"duration":1}},{"uid":"2d931a0569052e97","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2d931a0569052e97","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"tags":[]},"source":"cd15be0494c6a1f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cd58276e68349186.json b/6406/data/test-cases/cd58276e68349186.json new file mode 100644 index 00000000000..9d0fa658cea --- /dev/null +++ b/6406/data/test-cases/cd58276e68349186.json @@ -0,0 +1 @@ +{"uid":"cd58276e68349186","name":"Subscribe to 30 topics (old limit) at once and receives messages","fullName":"/tests/filter/single_node/subscribe.node.spec.ts: Waku Filter V2: Subscribe: Single Service Node > Subscribe to 30 topics (old limit) at once and receives messages","historyId":"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792958832,"stop":1707792958832,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"d6a9acea790122d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6a9acea790122d","status":"passed","time":{"start":1707777997106,"stop":1707777997107,"duration":1}},{"uid":"46be25c23403927c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46be25c23403927c","status":"passed","time":{"start":1707775275748,"stop":1707775275749,"duration":1}},{"uid":"14afc27afce81b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14afc27afce81b2d","status":"passed","time":{"start":1707775085879,"stop":1707775085879,"duration":0}},{"uid":"1e2e7d7254f6d752","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e2e7d7254f6d752","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"duration":1}},{"uid":"8dbb36be5ac9bcc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbb36be5ac9bcc5","status":"passed","time":{"start":1707769883315,"stop":1707769883316,"duration":1}},{"uid":"43ba453172c9110","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/43ba453172c9110","status":"passed","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"7629b78d5f765bea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7629b78d5f765bea","status":"passed","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"122d3185aa5aa472","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/122d3185aa5aa472","status":"passed","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"7a0bd9eb1899944f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a0bd9eb1899944f","status":"passed","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"50014e1bcbc2e64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50014e1bcbc2e64a","status":"passed","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"50353e0cd503708e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/50353e0cd503708e","status":"passed","time":{"start":1707750840033,"stop":1707750840033,"duration":0}},{"uid":"e5c0dc668e686824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5c0dc668e686824","status":"passed","time":{"start":1707736765000,"stop":1707736765001,"duration":1}},{"uid":"84b0b3416ddd15a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84b0b3416ddd15a","status":"passed","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"tags":[]},"source":"cd58276e68349186.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cd651f0866acbc7f.json b/6406/data/test-cases/cd651f0866acbc7f.json new file mode 100644 index 00000000000..492b40472e3 --- /dev/null +++ b/6406/data/test-cases/cd651f0866acbc7f.json @@ -0,0 +1 @@ +{"uid":"cd651f0866acbc7f","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":1707792800011,"stop":1707792800011,"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":14,"unknown":0,"total":14},"items":[{"uid":"7d4cad8a1f1c9dfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d4cad8a1f1c9dfa","status":"passed","time":{"start":1707777749097,"stop":1707777749098,"duration":1}},{"uid":"60b82e3ad0569981","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60b82e3ad0569981","status":"passed","time":{"start":1707775025530,"stop":1707775025531,"duration":1}},{"uid":"e7a9c9929aa1b05a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7a9c9929aa1b05a","status":"passed","time":{"start":1707774827062,"stop":1707774827062,"duration":0}},{"uid":"d622ccef147bf904","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d622ccef147bf904","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"duration":1}},{"uid":"7f94c8ab240c63b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f94c8ab240c63b3","status":"passed","time":{"start":1707769627292,"stop":1707769627292,"duration":0}},{"uid":"aa35c97f3f0992aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa35c97f3f0992aa","status":"passed","time":{"start":1707759722032,"stop":1707759722033,"duration":1}},{"uid":"e7e501aea7dce2f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7e501aea7dce2f2","status":"passed","time":{"start":1707757416840,"stop":1707757416841,"duration":1}},{"uid":"e983a7c661b01e1c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e983a7c661b01e1c","status":"passed","time":{"start":1707756046607,"stop":1707756046608,"duration":1}},{"uid":"4a17b5c286d0eaf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a17b5c286d0eaf7","status":"passed","time":{"start":1707753464668,"stop":1707753464668,"duration":0}},{"uid":"25b85711ff41660c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/25b85711ff41660c","status":"passed","time":{"start":1707753192940,"stop":1707753192941,"duration":1}},{"uid":"b48194c58e78793","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b48194c58e78793","status":"passed","time":{"start":1707750593507,"stop":1707750593507,"duration":0}},{"uid":"d341945f3cb96924","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d341945f3cb96924","status":"passed","time":{"start":1707736510880,"stop":1707736510881,"duration":1}},{"uid":"76aecd26610fff04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76aecd26610fff04","status":"passed","time":{"start":1707735692292,"stop":1707735692292,"duration":0}}]},"tags":[]},"source":"cd651f0866acbc7f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cd9a064f06a56880.json b/6406/data/test-cases/cd9a064f06a56880.json new file mode 100644 index 00000000000..cdde9f2e4a7 --- /dev/null +++ b/6406/data/test-cases/cd9a064f06a56880.json @@ -0,0 +1 @@ +{"uid":"cd9a064f06a56880","name":"A test","fullName":"/tests/log_file.node.spec.ts: This > Is > A test","historyId":"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793059180,"stop":1707793059181,"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":14,"unknown":0,"total":14},"items":[{"uid":"78ca3a59bf93f238","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78ca3a59bf93f238","status":"passed","time":{"start":1707778002256,"stop":1707778002257,"duration":1}},{"uid":"795d276143f7cadf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795d276143f7cadf","status":"passed","time":{"start":1707775288598,"stop":1707775288599,"duration":1}},{"uid":"9eec001f386aed49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9eec001f386aed49","status":"passed","time":{"start":1707775094185,"stop":1707775094185,"duration":0}},{"uid":"90a5fea4fcbc6212","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/90a5fea4fcbc6212","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0}},{"uid":"3a86b5b5c209352b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a86b5b5c209352b","status":"passed","time":{"start":1707769883774,"stop":1707769883774,"duration":0}},{"uid":"24240276fd8244d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24240276fd8244d9","status":"passed","time":{"start":1707759985637,"stop":1707759985638,"duration":1}},{"uid":"f361593fb8b86a0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f361593fb8b86a0b","status":"passed","time":{"start":1707757677889,"stop":1707757677889,"duration":0}},{"uid":"e75c2028ea50c89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e75c2028ea50c89c","status":"passed","time":{"start":1707756304555,"stop":1707756304555,"duration":0}},{"uid":"2ed4f2771f4321b5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ed4f2771f4321b5","status":"passed","time":{"start":1707753717469,"stop":1707753717470,"duration":1}},{"uid":"40ca45b3d983e7a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40ca45b3d983e7a2","status":"passed","time":{"start":1707753473099,"stop":1707753473099,"duration":0}},{"uid":"68a10cd14861d383","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68a10cd14861d383","status":"passed","time":{"start":1707750845253,"stop":1707750845253,"duration":0}},{"uid":"3e331d3bc823c248","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e331d3bc823c248","status":"passed","time":{"start":1707736769856,"stop":1707736769857,"duration":1}},{"uid":"7de5c8885bdfff22","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7de5c8885bdfff22","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"tags":[]},"source":"cd9a064f06a56880.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cd9d7f99635012f3.json b/6406/data/test-cases/cd9d7f99635012f3.json new file mode 100644 index 00000000000..7bf9ec6e8e5 --- /dev/null +++ b/6406/data/test-cases/cd9d7f99635012f3.json @@ -0,0 +1 @@ +{"uid":"cd9d7f99635012f3","name":"Filter","fullName":"/tests/wait_for_remote_peer.node.spec.ts: Wait for remote peer > Filter","historyId":"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793412323,"stop":1707793412323,"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":13,"unknown":0,"total":13},"items":[{"uid":"cc2c2851e249faa2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cc2c2851e249faa2","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"2729948a6620d9b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2729948a6620d9b4","status":"passed","time":{"start":1707775662264,"stop":1707775662265,"duration":1}},{"uid":"8bf4619f6b5a9b34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bf4619f6b5a9b34","status":"passed","time":{"start":1707775462779,"stop":1707775462780,"duration":1}},{"uid":"813f6cc96429715d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813f6cc96429715d","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"c2fc3f3b557add3d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2fc3f3b557add3d","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"7c8a208f8f5aa540","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7c8a208f8f5aa540","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"be9f11ff6f7426b5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be9f11ff6f7426b5","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"dc451a23e45bd12a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dc451a23e45bd12a","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"8ad59b3ac19b667","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ad59b3ac19b667","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"c1d5dcf1a51380b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c1d5dcf1a51380b7","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"de73913da53289d8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de73913da53289d8","status":"passed","time":{"start":1707737132861,"stop":1707737132862,"duration":1}},{"uid":"871d50dc9998e659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/871d50dc9998e659","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"tags":[]},"source":"cd9d7f99635012f3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/cda585d0d3880e7d.json b/6406/data/test-cases/cda585d0d3880e7d.json new file mode 100644 index 00000000000..3b036160a7e --- /dev/null +++ b/6406/data/test-cases/cda585d0d3880e7d.json @@ -0,0 +1 @@ +{"uid":"cda585d0d3880e7d","name":"topics with same application and version share the same shard","fullName":"/src/common/sharding.spec.ts: contentTopicToShardIndex > topics with same application and version share the same shard","historyId":"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792553,"stop":1707792792553,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"420388d5b706657f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420388d5b706657f","status":"passed","time":{"start":1707777741290,"stop":1707777741290,"duration":0}},{"uid":"5ead0882a3e71cab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ead0882a3e71cab","status":"passed","time":{"start":1707775017706,"stop":1707775017706,"duration":0}},{"uid":"32108eaa86a72cb7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32108eaa86a72cb7","status":"passed","time":{"start":1707774819163,"stop":1707774819164,"duration":1}},{"uid":"8f2a75b5fb5036b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f2a75b5fb5036b8","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1}},{"uid":"9a3360d4367c008b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a3360d4367c008b","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"d487a7d534f442e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d487a7d534f442e1","status":"passed","time":{"start":1707759714511,"stop":1707759714512,"duration":1}},{"uid":"e6e41d3581eaae25","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6e41d3581eaae25","status":"passed","time":{"start":1707757408929,"stop":1707757408930,"duration":1}},{"uid":"fa84f63cb664fb92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa84f63cb664fb92","status":"passed","time":{"start":1707756038656,"stop":1707756038656,"duration":0}},{"uid":"d23667dbbc762345","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d23667dbbc762345","status":"passed","time":{"start":1707753456824,"stop":1707753456824,"duration":0}},{"uid":"b77e25869c4ac533","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b77e25869c4ac533","status":"passed","time":{"start":1707753185031,"stop":1707753185031,"duration":0}},{"uid":"89b3000f5a488982","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89b3000f5a488982","status":"passed","time":{"start":1707750585695,"stop":1707750585695,"duration":0}},{"uid":"ebf31c659d4aa3e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebf31c659d4aa3e6","status":"passed","time":{"start":1707736503250,"stop":1707736503251,"duration":1}},{"uid":"7907de43e1e1fa15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7907de43e1e1fa15","status":"passed","time":{"start":1707735684545,"stop":1707735684545,"duration":0}}]},"tags":[]},"source":"cda585d0d3880e7d.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/66c3910d9d1ba054.json b/6406/data/test-cases/cdd3de4bfbc48878.json similarity index 77% rename from 6379/data/test-cases/66c3910d9d1ba054.json rename to 6406/data/test-cases/cdd3de4bfbc48878.json index 6992f77f452..31f8d4f0b54 100644 --- a/6379/data/test-cases/66c3910d9d1ba054.json +++ b/6406/data/test-cases/cdd3de4bfbc48878.json @@ -1 +1 @@ -{"uid":"66c3910d9d1ba054","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":1707419013078,"stop":1707419013079,"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":18,"unknown":0,"total":18},"items":[{"uid":"3f963bd9757bf6c9","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3f963bd9757bf6c9","status":"passed","time":{"start":1707418255038,"stop":1707418255038,"duration":0}},{"uid":"d69596cb3a86c3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d69596cb3a86c3","status":"passed","time":{"start":1707418202585,"stop":1707418202586,"duration":1}},{"uid":"b799067e2b19c803","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b799067e2b19c803","status":"passed","time":{"start":1707412632628,"stop":1707412632629,"duration":1}},{"uid":"c080088e3a40ff03","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c080088e3a40ff03","status":"passed","time":{"start":1707411050774,"stop":1707411050774,"duration":0}},{"uid":"91a83c6cdfbf9d29","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/91a83c6cdfbf9d29","status":"passed","time":{"start":1707409528974,"stop":1707409528974,"duration":0}},{"uid":"201a94cf39c7f465","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/201a94cf39c7f465","status":"passed","time":{"start":1707408904876,"stop":1707408904876,"duration":0}},{"uid":"624c0650ddc2411d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/624c0650ddc2411d","status":"passed","time":{"start":1707408867382,"stop":1707408867382,"duration":0}},{"uid":"8c846450112dc877","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8c846450112dc877","status":"passed","time":{"start":1707408376761,"stop":1707408376761,"duration":0}},{"uid":"9638b7b6a2a13a73","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9638b7b6a2a13a73","status":"passed","time":{"start":1707407458515,"stop":1707407458516,"duration":1}},{"uid":"2c43ad33f2b3c6be","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2c43ad33f2b3c6be","status":"passed","time":{"start":1707407342035,"stop":1707407342035,"duration":0}},{"uid":"e8b75f6b15d779be","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e8b75f6b15d779be","status":"passed","time":{"start":1707404337416,"stop":1707404337416,"duration":0}},{"uid":"f0dc4ca3ca489c24","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f0dc4ca3ca489c24","status":"passed","time":{"start":1707375779690,"stop":1707375779691,"duration":1}},{"uid":"cd54c2ab5008dbcc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/cd54c2ab5008dbcc","status":"passed","time":{"start":1707372972500,"stop":1707372972501,"duration":1}},{"uid":"2556cf046efd3a0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2556cf046efd3a0","status":"passed","time":{"start":1707359158663,"stop":1707359158663,"duration":0}},{"uid":"2b0ccc1c52b8bd6f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b0ccc1c52b8bd6f","status":"passed","time":{"start":1707357906706,"stop":1707357906706,"duration":0}},{"uid":"811401a2ed9a3ed6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/811401a2ed9a3ed6","status":"passed","time":{"start":1707356955641,"stop":1707356955642,"duration":1}},{"uid":"4a1e0a9eb29b6fc7","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4a1e0a9eb29b6fc7","status":"passed","time":{"start":1707355179969,"stop":1707355179970,"duration":1}}]},"tags":[]},"source":"66c3910d9d1ba054.json","parameterValues":[]} \ No newline at end of file +{"uid":"cdd3de4bfbc48878","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":1707793168695,"stop":1707793168695,"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":14,"unknown":0,"total":14},"items":[{"uid":"ea208c237ed0f496","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea208c237ed0f496","status":"passed","time":{"start":1707778126355,"stop":1707778126355,"duration":0}},{"uid":"1aa05d96d87fb25e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1aa05d96d87fb25e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"1ca11acc020b95d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ca11acc020b95d3","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"f4dc6eba8f7d9f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4dc6eba8f7d9f","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"duration":1}},{"uid":"a01da3d426c1ddad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a01da3d426c1ddad","status":"passed","time":{"start":1707769994549,"stop":1707769994550,"duration":1}},{"uid":"e93a22288b63a23f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e93a22288b63a23f","status":"passed","time":{"start":1707760106463,"stop":1707760106464,"duration":1}},{"uid":"a38beafd7ebf3e26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a38beafd7ebf3e26","status":"passed","time":{"start":1707757804317,"stop":1707757804318,"duration":1}},{"uid":"2a8b009b58aa5fe5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8b009b58aa5fe5","status":"passed","time":{"start":1707756422352,"stop":1707756422353,"duration":1}},{"uid":"8e3b8fe0931f6ab4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e3b8fe0931f6ab4","status":"passed","time":{"start":1707753796554,"stop":1707753796554,"duration":0}},{"uid":"894b3125aa72ed21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/894b3125aa72ed21","status":"passed","time":{"start":1707753586170,"stop":1707753586171,"duration":1}},{"uid":"d3fd4242e30f238a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3fd4242e30f238a","status":"passed","time":{"start":1707750964814,"stop":1707750964814,"duration":0}},{"uid":"f4c5188eca0f5fa8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4c5188eca0f5fa8","status":"passed","time":{"start":1707736890443,"stop":1707736890444,"duration":1}},{"uid":"827b83d4d4a011e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/827b83d4d4a011e1","status":"passed","time":{"start":1707736096396,"stop":1707736096397,"duration":1}}]},"tags":[]},"source":"cdd3de4bfbc48878.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ce243c211a28a184.json b/6406/data/test-cases/ce243c211a28a184.json new file mode 100644 index 00000000000..2c015c9aa86 --- /dev/null +++ b/6406/data/test-cases/ce243c211a28a184.json @@ -0,0 +1 @@ +{"uid":"ce243c211a28a184","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":1707793012469,"stop":1707793012470,"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":14,"unknown":0,"total":14},"items":[{"uid":"625c5342064dbd49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/625c5342064dbd49","status":"passed","time":{"start":1707777977662,"stop":1707777977662,"duration":0}},{"uid":"97dced019765ddb3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/97dced019765ddb3","status":"passed","time":{"start":1707775258452,"stop":1707775258453,"duration":1}},{"uid":"583cb5e479d8c966","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/583cb5e479d8c966","status":"passed","time":{"start":1707775082009,"stop":1707775082010,"duration":1}},{"uid":"dda2805c6a76dea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dda2805c6a76dea1","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"duration":1}},{"uid":"8b325b93775e1e55","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b325b93775e1e55","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"52d5807ada75188","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52d5807ada75188","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"66df3ae0c570eb2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66df3ae0c570eb2a","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"eaf6116f80cca4f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eaf6116f80cca4f1","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"5ee67ab5aa66ab7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ee67ab5aa66ab7f","status":"passed","time":{"start":1707753651143,"stop":1707753651144,"duration":1}},{"uid":"dfec36dc32c3926d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dfec36dc32c3926d","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"58361b31888aae50","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/58361b31888aae50","status":"passed","time":{"start":1707750722040,"stop":1707750722045,"duration":5}},{"uid":"4fee544baa584d33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4fee544baa584d33","status":"passed","time":{"start":1707736708324,"stop":1707736708325,"duration":1}},{"uid":"ad1d262a2b99cdb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad1d262a2b99cdb","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"tags":[]},"source":"ce243c211a28a184.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7cd4aeb20b9af000.json b/6406/data/test-cases/ce35694509b24998.json similarity index 79% rename from 6379/data/test-cases/7cd4aeb20b9af000.json rename to 6406/data/test-cases/ce35694509b24998.json index 8761120728c..d486a2a71c4 100644 --- a/6379/data/test-cases/7cd4aeb20b9af000.json +++ b/6406/data/test-cases/ce35694509b24998.json @@ -1 +1 @@ -{"uid":"7cd4aeb20b9af000","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":1707418998137,"stop":1707418998142,"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":18,"unknown":0,"total":18},"items":[{"uid":"9f98c362f2345b3c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9f98c362f2345b3c","status":"passed","time":{"start":1707418242003,"stop":1707418242003,"duration":0}},{"uid":"a891e205e5a6ea13","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a891e205e5a6ea13","status":"passed","time":{"start":1707418191239,"stop":1707418191239,"duration":0}},{"uid":"a6fa180a121b0e45","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a6fa180a121b0e45","status":"passed","time":{"start":1707412620264,"stop":1707412620265,"duration":1}},{"uid":"ef92b773f1a18c07","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ef92b773f1a18c07","status":"passed","time":{"start":1707411038682,"stop":1707411038682,"duration":0}},{"uid":"90d8be9f56b6ad83","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/90d8be9f56b6ad83","status":"passed","time":{"start":1707409514432,"stop":1707409514433,"duration":1}},{"uid":"13876aaffb12b5fc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/13876aaffb12b5fc","status":"passed","time":{"start":1707408894640,"stop":1707408894640,"duration":0}},{"uid":"5aab09224a07e909","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5aab09224a07e909","status":"passed","time":{"start":1707408855728,"stop":1707408855728,"duration":0}},{"uid":"c0e528f900cc005e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/c0e528f900cc005e","status":"passed","time":{"start":1707408364956,"stop":1707408364956,"duration":0}},{"uid":"6a151acbe4395de6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6a151acbe4395de6","status":"passed","time":{"start":1707407446969,"stop":1707407446970,"duration":1}},{"uid":"4cc6622c122c3919","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4cc6622c122c3919","status":"passed","time":{"start":1707407328487,"stop":1707407328487,"duration":0}},{"uid":"63951bb5f18cd1c4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/63951bb5f18cd1c4","status":"passed","time":{"start":1707404323776,"stop":1707404323776,"duration":0}},{"uid":"c0ad85f1e611b1f7","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c0ad85f1e611b1f7","status":"passed","time":{"start":1707375767328,"stop":1707375767328,"duration":0}},{"uid":"f2ee60b160fd2780","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f2ee60b160fd2780","status":"passed","time":{"start":1707372960635,"stop":1707372960635,"duration":0}},{"uid":"92024bbde1cc838f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/92024bbde1cc838f","status":"passed","time":{"start":1707359147639,"stop":1707359147640,"duration":1}},{"uid":"23917e759c19784","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/23917e759c19784","status":"passed","time":{"start":1707357894475,"stop":1707357894475,"duration":0}},{"uid":"93f51cc0e3023c0d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93f51cc0e3023c0d","status":"passed","time":{"start":1707356942072,"stop":1707356942072,"duration":0}},{"uid":"bfc0c7abf4b000d3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/bfc0c7abf4b000d3","status":"passed","time":{"start":1707355162756,"stop":1707355162756,"duration":0}}]},"tags":[]},"source":"7cd4aeb20b9af000.json","parameterValues":[]} \ No newline at end of file +{"uid":"ce35694509b24998","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":1707793153219,"stop":1707793153219,"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":14,"unknown":0,"total":14},"items":[{"uid":"de2b0bb44d48a29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de2b0bb44d48a29b","status":"passed","time":{"start":1707778114670,"stop":1707778114671,"duration":1}},{"uid":"d4aade6a9f7770b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4aade6a9f7770b9","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"aa8e2fbfa69189d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa8e2fbfa69189d","status":"passed","time":{"start":1707775205625,"stop":1707775205626,"duration":1}},{"uid":"f4c9fbccad583878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4c9fbccad583878","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1}},{"uid":"793b9353fb94ef24","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/793b9353fb94ef24","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"af3d96758f699c6c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af3d96758f699c6c","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"a33b90c47b19ffc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a33b90c47b19ffc6","status":"passed","time":{"start":1707757790732,"stop":1707757790733,"duration":1}},{"uid":"8117f1ab289d2c71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8117f1ab289d2c71","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"65a80c5368b8d8a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65a80c5368b8d8a4","status":"passed","time":{"start":1707753793186,"stop":1707753793187,"duration":1}},{"uid":"f3e06e70be7c553","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3e06e70be7c553","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"4c72411516775ce9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c72411516775ce9","status":"passed","time":{"start":1707750953973,"stop":1707750953978,"duration":5}},{"uid":"2825227fa96e7952","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2825227fa96e7952","status":"passed","time":{"start":1707736878963,"stop":1707736878964,"duration":1}},{"uid":"6037ebc8cba23e51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6037ebc8cba23e51","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"tags":[]},"source":"ce35694509b24998.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/751e9294a0938992.json b/6406/data/test-cases/ce4c3f4b0597fcab.json similarity index 80% rename from 6379/data/test-cases/751e9294a0938992.json rename to 6406/data/test-cases/ce4c3f4b0597fcab.json index bd7fd44220b..4fdcbf1f4e8 100644 --- a/6379/data/test-cases/751e9294a0938992.json +++ b/6406/data/test-cases/ce4c3f4b0597fcab.json @@ -1 +1 @@ -{"uid":"751e9294a0938992","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":1707418841942,"stop":1707418841943,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"bf124448c61b2579","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/bf124448c61b2579","status":"passed","time":{"start":1707418071902,"stop":1707418071902,"duration":0}},{"uid":"29e2adaaf8861459","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/29e2adaaf8861459","status":"passed","time":{"start":1707418027865,"stop":1707418027866,"duration":1}},{"uid":"ee6af7ef2bfd3404","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ee6af7ef2bfd3404","status":"passed","time":{"start":1707412447296,"stop":1707412447296,"duration":0}},{"uid":"d6a1c1c813875b8d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d6a1c1c813875b8d","status":"passed","time":{"start":1707410887041,"stop":1707410887042,"duration":1}},{"uid":"f173a2be43afdaff","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f173a2be43afdaff","status":"passed","time":{"start":1707409360835,"stop":1707409360835,"duration":0}},{"uid":"59900ee9d9b7e5d1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/59900ee9d9b7e5d1","status":"passed","time":{"start":1707408754553,"stop":1707408754553,"duration":0}},{"uid":"ed9abc8f0af1b054","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ed9abc8f0af1b054","status":"passed","time":{"start":1707408697998,"stop":1707408697998,"duration":0}},{"uid":"6a28b8b53e41bd9","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6a28b8b53e41bd9","status":"passed","time":{"start":1707408233038,"stop":1707408233038,"duration":0}},{"uid":"70e85c89d8c58abf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/70e85c89d8c58abf","status":"passed","time":{"start":1707407282979,"stop":1707407282980,"duration":1}},{"uid":"e2d624fdc099f557","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e2d624fdc099f557","status":"passed","time":{"start":1707407158627,"stop":1707407158627,"duration":0}},{"uid":"5791e09ab5f5b3a0","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5791e09ab5f5b3a0","status":"passed","time":{"start":1707404183597,"stop":1707404183605,"duration":8}},{"uid":"bb20b6bf987d678b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bb20b6bf987d678b","status":"passed","time":{"start":1707375605094,"stop":1707375605095,"duration":1}},{"uid":"609b449b4bb3d88c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/609b449b4bb3d88c","status":"passed","time":{"start":1707372815522,"stop":1707372815523,"duration":1}},{"uid":"b015a747d3799b78","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b015a747d3799b78","status":"passed","time":{"start":1707358982996,"stop":1707358982996,"duration":0}},{"uid":"7fb40799f86dd677","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7fb40799f86dd677","status":"passed","time":{"start":1707357747312,"stop":1707357747313,"duration":1}},{"uid":"f425d418043c4df3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f425d418043c4df3","status":"passed","time":{"start":1707356855806,"stop":1707356855807,"duration":1}},{"uid":"51a6a7351ac30b08","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/51a6a7351ac30b08","status":"passed","time":{"start":1707354894944,"stop":1707354894955,"duration":11}}]},"tags":[]},"source":"751e9294a0938992.json","parameterValues":[]} \ No newline at end of file +{"uid":"ce4c3f4b0597fcab","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":1707793028284,"stop":1707793028285,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"903575eb2dcfed3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/903575eb2dcfed3","status":"passed","time":{"start":1707777973002,"stop":1707777973002,"duration":0}},{"uid":"a79fc55828e9178b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a79fc55828e9178b","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"8e5b6bfdbd777f88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e5b6bfdbd777f88","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"1d9358f067c0b6a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d9358f067c0b6a6","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"b33b5f62e94b0315","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b33b5f62e94b0315","status":"passed","time":{"start":1707769843146,"stop":1707769843148,"duration":2}},{"uid":"eaff318414a4332e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eaff318414a4332e","status":"passed","time":{"start":1707759965205,"stop":1707759965206,"duration":1}},{"uid":"49cb8e89dbaf7ca0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb8e89dbaf7ca0","status":"passed","time":{"start":1707757644392,"stop":1707757644393,"duration":1}},{"uid":"f314ebdccadcffe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f314ebdccadcffe","status":"passed","time":{"start":1707756267912,"stop":1707756267912,"duration":0}},{"uid":"d6ecfbab1b6afe6f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6ecfbab1b6afe6f","status":"passed","time":{"start":1707753668077,"stop":1707753668078,"duration":1}},{"uid":"4673c7d2551e79fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4673c7d2551e79fc","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"6e669c84227026e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e669c84227026e7","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"c60eaf836331d8c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c60eaf836331d8c8","status":"passed","time":{"start":1707736730653,"stop":1707736730654,"duration":1}},{"uid":"ebe13787a58947a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ebe13787a58947a8","status":"passed","time":{"start":1707735912125,"stop":1707735912125,"duration":0}}]},"tags":[]},"source":"ce4c3f4b0597fcab.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b197f246e8712574.json b/6406/data/test-cases/ceff03afd73d0984.json similarity index 80% rename from 6379/data/test-cases/b197f246e8712574.json rename to 6406/data/test-cases/ceff03afd73d0984.json index 3b04671cc48..892d4612403 100644 --- a/6379/data/test-cases/b197f246e8712574.json +++ b/6406/data/test-cases/ceff03afd73d0984.json @@ -1 +1 @@ -{"uid":"b197f246e8712574","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":1707418841926,"stop":1707418841927,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"d7970100e36c0d6e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d7970100e36c0d6e","status":"passed","time":{"start":1707418071888,"stop":1707418071889,"duration":1}},{"uid":"ce911221a31bd6c6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ce911221a31bd6c6","status":"passed","time":{"start":1707418027855,"stop":1707418027856,"duration":1}},{"uid":"eb57bda40302b6f1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/eb57bda40302b6f1","status":"passed","time":{"start":1707412447279,"stop":1707412447280,"duration":1}},{"uid":"db545cf7b26fb348","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/db545cf7b26fb348","status":"passed","time":{"start":1707410886997,"stop":1707410886997,"duration":0}},{"uid":"cf79303104d7f48c","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/cf79303104d7f48c","status":"passed","time":{"start":1707409360821,"stop":1707409360822,"duration":1}},{"uid":"6094cda99506f0f7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6094cda99506f0f7","status":"passed","time":{"start":1707408754543,"stop":1707408754544,"duration":1}},{"uid":"5037ccceb252a4f0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5037ccceb252a4f0","status":"passed","time":{"start":1707408697984,"stop":1707408697984,"duration":0}},{"uid":"1065d8fc0aa80244","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1065d8fc0aa80244","status":"passed","time":{"start":1707408233022,"stop":1707408233023,"duration":1}},{"uid":"e0e415e1a61196c0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e0e415e1a61196c0","status":"passed","time":{"start":1707407282964,"stop":1707407282965,"duration":1}},{"uid":"3979df676d5de2fd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3979df676d5de2fd","status":"passed","time":{"start":1707407158607,"stop":1707407158609,"duration":2}},{"uid":"b9e9c0187f316699","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b9e9c0187f316699","status":"passed","time":{"start":1707404183588,"stop":1707404183588,"duration":0}},{"uid":"506c2b6b0e70549e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/506c2b6b0e70549e","status":"passed","time":{"start":1707375605066,"stop":1707375605067,"duration":1}},{"uid":"22ac43f567ac6acf","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/22ac43f567ac6acf","status":"passed","time":{"start":1707372815473,"stop":1707372815473,"duration":0}},{"uid":"16a46b4b9d6328fa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/16a46b4b9d6328fa","status":"passed","time":{"start":1707358982986,"stop":1707358982987,"duration":1}},{"uid":"46c64004fee328ed","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/46c64004fee328ed","status":"passed","time":{"start":1707357747301,"stop":1707357747302,"duration":1}},{"uid":"bc94f80c9e5e4fa5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bc94f80c9e5e4fa5","status":"passed","time":{"start":1707356855791,"stop":1707356855793,"duration":2}},{"uid":"fdb053c958352f62","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fdb053c958352f62","status":"passed","time":{"start":1707354894899,"stop":1707354894899,"duration":0}}]},"tags":[]},"source":"b197f246e8712574.json","parameterValues":[]} \ No newline at end of file +{"uid":"ceff03afd73d0984","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":1707793028261,"stop":1707793028262,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"810e88ce87c0d88e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/810e88ce87c0d88e","status":"passed","time":{"start":1707777972991,"stop":1707777972992,"duration":1}},{"uid":"72857ec5a3ee9e26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72857ec5a3ee9e26","status":"passed","time":{"start":1707775244523,"stop":1707775244523,"duration":0}},{"uid":"a603433c34818cef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a603433c34818cef","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"766d5e2db21990e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/766d5e2db21990e9","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1}},{"uid":"8fbd6ee04f326938","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8fbd6ee04f326938","status":"passed","time":{"start":1707769843134,"stop":1707769843135,"duration":1}},{"uid":"8d6c9252f5dbf6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d6c9252f5dbf6fa","status":"passed","time":{"start":1707759965181,"stop":1707759965182,"duration":1}},{"uid":"b63ce20e13a88005","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b63ce20e13a88005","status":"passed","time":{"start":1707757644383,"stop":1707757644383,"duration":0}},{"uid":"fe55638588ad73c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe55638588ad73c4","status":"passed","time":{"start":1707756267892,"stop":1707756267892,"duration":0}},{"uid":"fb693537b5fb861d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb693537b5fb861d","status":"passed","time":{"start":1707753668020,"stop":1707753668020,"duration":0}},{"uid":"db71dab2d3754e6e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db71dab2d3754e6e","status":"passed","time":{"start":1707753423530,"stop":1707753423530,"duration":0}},{"uid":"c7e221d14e353685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c7e221d14e353685","status":"passed","time":{"start":1707750796020,"stop":1707750796021,"duration":1}},{"uid":"eec06076dc9e159d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec06076dc9e159d","status":"passed","time":{"start":1707736730631,"stop":1707736730632,"duration":1}},{"uid":"b6fc9db65939bce6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6fc9db65939bce6","status":"passed","time":{"start":1707735912112,"stop":1707735912113,"duration":1}}]},"tags":[]},"source":"ceff03afd73d0984.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/479e76ab984793ae.json b/6406/data/test-cases/cf60b9ea5f2d2804.json similarity index 81% rename from 6379/data/test-cases/479e76ab984793ae.json rename to 6406/data/test-cases/cf60b9ea5f2d2804.json index db54a9ef67e..80cdb80a021 100644 --- a/6379/data/test-cases/479e76ab984793ae.json +++ b/6406/data/test-cases/cf60b9ea5f2d2804.json @@ -1 +1 @@ -{"uid":"479e76ab984793ae","name":"Check received message with timestamp: undefined ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: undefined ","historyId":"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181399,"stop":1707419181400,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"3fc62c0b3d28e5b0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3fc62c0b3d28e5b0","status":"passed","time":{"start":1707418419761,"stop":1707418419762,"duration":1}},{"uid":"c03d3e58500928be","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c03d3e58500928be","status":"passed","time":{"start":1707418388444,"stop":1707418388445,"duration":1}},{"uid":"93332c4e360299c0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/93332c4e360299c0","status":"passed","time":{"start":1707412796121,"stop":1707412796121,"duration":0}},{"uid":"34d8fee27d0ba884","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/34d8fee27d0ba884","status":"passed","time":{"start":1707411256080,"stop":1707411256081,"duration":1}},{"uid":"5295daadda105bdd","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/5295daadda105bdd","status":"passed","time":{"start":1707409690312,"stop":1707409690313,"duration":1}},{"uid":"f02584067eee26ca","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f02584067eee26ca","status":"passed","time":{"start":1707409095920,"stop":1707409095921,"duration":1}},{"uid":"1fead022d2e492cf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1fead022d2e492cf","status":"passed","time":{"start":1707409032398,"stop":1707409032398,"duration":0}},{"uid":"e4bd062ebaa00a18","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e4bd062ebaa00a18","status":"passed","time":{"start":1707408574246,"stop":1707408574254,"duration":8}},{"uid":"9c27c2b70daa76c2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9c27c2b70daa76c2","status":"passed","time":{"start":1707407633864,"stop":1707407633865,"duration":1}},{"uid":"9e0da5407fe94531","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9e0da5407fe94531","status":"passed","time":{"start":1707407545219,"stop":1707407545219,"duration":0}},{"uid":"f35820d8c5d196c6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f35820d8c5d196c6","status":"passed","time":{"start":1707404532403,"stop":1707404532404,"duration":1}},{"uid":"361cad3c11b48f91","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/361cad3c11b48f91","status":"passed","time":{"start":1707375958755,"stop":1707375958756,"duration":1}},{"uid":"773b5d0f3241848a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/773b5d0f3241848a","status":"passed","time":{"start":1707373157752,"stop":1707373157753,"duration":1}},{"uid":"91642ba48d7c3365","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/91642ba48d7c3365","status":"passed","time":{"start":1707359355971,"stop":1707359355972,"duration":1}},{"uid":"4035e5029eb3d83b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4035e5029eb3d83b","status":"passed","time":{"start":1707358094666,"stop":1707358094667,"duration":1}},{"uid":"c70e5ea521638de3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c70e5ea521638de3","status":"passed","time":{"start":1707357164914,"stop":1707357164914,"duration":0}},{"uid":"96641f0ea93afd48","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/96641f0ea93afd48","status":"passed","time":{"start":1707355248777,"stop":1707355248777,"duration":0}}]},"tags":[]},"source":"479e76ab984793ae.json","parameterValues":[]} \ No newline at end of file +{"uid":"cf60b9ea5f2d2804","name":"Check received message with timestamp: undefined ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: undefined ","historyId":"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371104,"stop":1707793371104,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"1d2264c67d6db659","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d2264c67d6db659","status":"passed","time":{"start":1707778338842,"stop":1707778338842,"duration":0}},{"uid":"5fbb7f84b42ae07b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fbb7f84b42ae07b","status":"passed","time":{"start":1707775602020,"stop":1707775602021,"duration":1}},{"uid":"293205cfd2c5a4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/293205cfd2c5a4f","status":"passed","time":{"start":1707775390231,"stop":1707775390231,"duration":0}},{"uid":"888a9bdd3fbb199f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/888a9bdd3fbb199f","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"duration":0}},{"uid":"6d69a02b86eec2d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d69a02b86eec2d8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a00b285f97f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a00b285f97f0","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"3b530ac1583db3d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b530ac1583db3d2","status":"passed","time":{"start":1707756617040,"stop":1707756617041,"duration":1}},{"uid":"370a3bacf857148e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/370a3bacf857148e","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"91ceedaa79736469","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91ceedaa79736469","status":"passed","time":{"start":1707753782756,"stop":1707753782757,"duration":1}},{"uid":"15a29201127092ad","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/15a29201127092ad","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"c1aff14e2e1a68e9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1aff14e2e1a68e9","status":"passed","time":{"start":1707737091310,"stop":1707737091310,"duration":0}},{"uid":"457b8dc9b6143dc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/457b8dc9b6143dc9","status":"passed","time":{"start":1707736260131,"stop":1707736260132,"duration":1}}]},"tags":[]},"source":"cf60b9ea5f2d2804.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d015225ee361cf06.json b/6406/data/test-cases/d015225ee361cf06.json new file mode 100644 index 00000000000..8014e8c6c02 --- /dev/null +++ b/6406/data/test-cases/d015225ee361cf06.json @@ -0,0 +1 @@ +{"uid":"d015225ee361cf06","name":"Passing an array","fullName":"/tests/waku.node.spec.ts: Waku Dial [node only] > Bootstrap > Passing an array","historyId":"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793400888,"stop":1707793400888,"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":14,"unknown":0,"total":14},"items":[{"uid":"3a9bae1f56947a9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a9bae1f56947a9c","status":"passed","time":{"start":1707778381871,"stop":1707778381873,"duration":2}},{"uid":"e35d806fe83af9cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e35d806fe83af9cb","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"671472ded85fa0e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/671472ded85fa0e1","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"f6aba06c9e0071d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6aba06c9e0071d9","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0}},{"uid":"f76b32155131e927","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f76b32155131e927","status":"passed","time":{"start":1707770169175,"stop":1707770169176,"duration":1}},{"uid":"a500a529a8bb389a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a500a529a8bb389a","status":"passed","time":{"start":1707760345981,"stop":1707760345982,"duration":1}},{"uid":"77769a2cff8bd0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77769a2cff8bd0d3","status":"passed","time":{"start":1707758029745,"stop":1707758029746,"duration":1}},{"uid":"ed69128fd8c81299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed69128fd8c81299","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"583492f12223ab4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/583492f12223ab4e","status":"passed","time":{"start":1707753981526,"stop":1707753981526,"duration":0}},{"uid":"dd505a2283e714b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd505a2283e714b0","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"13449d5f09114e74","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13449d5f09114e74","status":"passed","time":{"start":1707751154819,"stop":1707751154819,"duration":0}},{"uid":"7c5d6f17e23481fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c5d6f17e23481fb","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"982abdb203ee7b0e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/982abdb203ee7b0e","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"tags":[]},"source":"d015225ee361cf06.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d016caf54e9484.json b/6406/data/test-cases/d016caf54e9484.json new file mode 100644 index 00000000000..861e3654592 --- /dev/null +++ b/6406/data/test-cases/d016caf54e9484.json @@ -0,0 +1 @@ +{"uid":"d016caf54e9484","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":1707793399645,"stop":1707793399645,"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":"4bf250cd1333d88f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4bf250cd1333d88f","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"6f7b6428ea05cdc2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f7b6428ea05cdc2","status":"passed","time":{"start":1707775649285,"stop":1707775649285,"duration":0}},{"uid":"36839473a3368e34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/36839473a3368e34","status":"passed","time":{"start":1707775456618,"stop":1707775456619,"duration":1}},{"uid":"9d6ad262aeb7b964","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d6ad262aeb7b964","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"5d61ac434d0e0b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5d61ac434d0e0b1a","status":"passed","time":{"start":1707770165176,"stop":1707770165177,"duration":1}},{"uid":"d9c41e5fd27677de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9c41e5fd27677de","status":"passed","time":{"start":1707760340806,"stop":1707760340807,"duration":1}},{"uid":"dcb8beab45308131","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcb8beab45308131","status":"passed","time":{"start":1707758024236,"stop":1707758024236,"duration":0}},{"uid":"5fc6fc4249ceccfb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5fc6fc4249ceccfb","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"99a4886b75c66e96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99a4886b75c66e96","status":"passed","time":{"start":1707753975678,"stop":1707753975680,"duration":2}},{"uid":"162e9830eeb63b00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/162e9830eeb63b00","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"71c200e06f72e5c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71c200e06f72e5c5","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"fd7654d96d696f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd7654d96d696f72","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"5da82368d9958837","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da82368d9958837","status":"passed","time":{"start":1707736323079,"stop":1707736323079,"duration":0}}]},"tags":[]},"source":"d016caf54e9484.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d07f60cfc0cf4028.json b/6406/data/test-cases/d07f60cfc0cf4028.json new file mode 100644 index 00000000000..b8998412314 --- /dev/null +++ b/6406/data/test-cases/d07f60cfc0cf4028.json @@ -0,0 +1 @@ +{"uid":"d07f60cfc0cf4028","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":1707793012500,"stop":1707793012500,"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":14,"unknown":0,"total":14},"items":[{"uid":"c577a19160019a2e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c577a19160019a2e","status":"passed","time":{"start":1707777977670,"stop":1707777977671,"duration":1}},{"uid":"a2ae298b6d27ab0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a2ae298b6d27ab0b","status":"passed","time":{"start":1707775258461,"stop":1707775258465,"duration":4}},{"uid":"67f5c8121f444313","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67f5c8121f444313","status":"passed","time":{"start":1707775082028,"stop":1707775082029,"duration":1}},{"uid":"d97358fd64a2d184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d97358fd64a2d184","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0}},{"uid":"3573fc6a07016533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3573fc6a07016533","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"a2918efb80d6274c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2918efb80d6274c","status":"passed","time":{"start":1707759921460,"stop":1707759921460,"duration":0}},{"uid":"89f945bd27c517f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/89f945bd27c517f","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"7a884d88bbceb577","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a884d88bbceb577","status":"passed","time":{"start":1707756261814,"stop":1707756261818,"duration":4}},{"uid":"6df918c72c39c0eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6df918c72c39c0eb","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"3926398e843f4d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3926398e843f4d02","status":"passed","time":{"start":1707753409591,"stop":1707753409592,"duration":1}},{"uid":"a899a160dc0d981e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a899a160dc0d981e","status":"passed","time":{"start":1707750722055,"stop":1707750722055,"duration":0}},{"uid":"125e2294758ac424","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/125e2294758ac424","status":"passed","time":{"start":1707736708334,"stop":1707736708334,"duration":0}},{"uid":"461a4e1f4a92e8a7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/461a4e1f4a92e8a7","status":"passed","time":{"start":1707735914391,"stop":1707735914391,"duration":0}}]},"tags":[]},"source":"d07f60cfc0cf4028.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/75fe4dba306a6d8e.json b/6406/data/test-cases/d091fcb17cb06d79.json similarity index 81% rename from 6379/data/test-cases/75fe4dba306a6d8e.json rename to 6406/data/test-cases/d091fcb17cb06d79.json index 18bff52d8ad..e2266869b18 100644 --- a/6379/data/test-cases/75fe4dba306a6d8e.json +++ b/6406/data/test-cases/d091fcb17cb06d79.json @@ -1 +1 @@ -{"uid":"75fe4dba306a6d8e","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":1707419181422,"stop":1707419181423,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"c7b167ebecb3f651","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c7b167ebecb3f651","status":"passed","time":{"start":1707418419769,"stop":1707418419769,"duration":0}},{"uid":"e41baef0fdbfc33f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e41baef0fdbfc33f","status":"passed","time":{"start":1707418388453,"stop":1707418388453,"duration":0}},{"uid":"36bf05a78fec4e96","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/36bf05a78fec4e96","status":"passed","time":{"start":1707412796139,"stop":1707412796139,"duration":0}},{"uid":"91a804a8af71ca64","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/91a804a8af71ca64","status":"passed","time":{"start":1707411256104,"stop":1707411256104,"duration":0}},{"uid":"f95396961ae4e235","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f95396961ae4e235","status":"passed","time":{"start":1707409690319,"stop":1707409690319,"duration":0}},{"uid":"8b6aa9fac8a26a65","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8b6aa9fac8a26a65","status":"passed","time":{"start":1707409095926,"stop":1707409095926,"duration":0}},{"uid":"40b4e35b4ab4590b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/40b4e35b4ab4590b","status":"passed","time":{"start":1707409032425,"stop":1707409032426,"duration":1}},{"uid":"7e2c48dd9f9e4201","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7e2c48dd9f9e4201","status":"passed","time":{"start":1707408574262,"stop":1707408574262,"duration":0}},{"uid":"6d4097473747ab97","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6d4097473747ab97","status":"passed","time":{"start":1707407633877,"stop":1707407633878,"duration":1}},{"uid":"b399534a6bede628","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b399534a6bede628","status":"passed","time":{"start":1707407545225,"stop":1707407545226,"duration":1}},{"uid":"4b7b74b1e71bb0de","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4b7b74b1e71bb0de","status":"passed","time":{"start":1707404532444,"stop":1707404532444,"duration":0}},{"uid":"80a154184ed9f6a7","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/80a154184ed9f6a7","status":"passed","time":{"start":1707375958773,"stop":1707375958773,"duration":0}},{"uid":"ad9ae69c0b7e5465","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ad9ae69c0b7e5465","status":"passed","time":{"start":1707373157757,"stop":1707373157758,"duration":1}},{"uid":"ddb11fbafda906a3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ddb11fbafda906a3","status":"passed","time":{"start":1707359355989,"stop":1707359355989,"duration":0}},{"uid":"f2f965968d2dd86f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f2f965968d2dd86f","status":"passed","time":{"start":1707358094698,"stop":1707358094698,"duration":0}},{"uid":"4fca3ed494b86045","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4fca3ed494b86045","status":"passed","time":{"start":1707357164922,"stop":1707357164922,"duration":0}},{"uid":"d0b191a09fff2733","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d0b191a09fff2733","status":"passed","time":{"start":1707355248783,"stop":1707355248783,"duration":0}}]},"tags":[]},"source":"75fe4dba306a6d8e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d091fcb17cb06d79","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":1707793371109,"stop":1707793371110,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"9e85afd58ed57f89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e85afd58ed57f89","status":"passed","time":{"start":1707778338850,"stop":1707778338850,"duration":0}},{"uid":"d651fb485bc1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d651fb485bc1dfa0","status":"passed","time":{"start":1707775602026,"stop":1707775602027,"duration":1}},{"uid":"f41f1ae8e60290c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f41f1ae8e60290c5","status":"passed","time":{"start":1707775390238,"stop":1707775390239,"duration":1}},{"uid":"fd91636cf4d5e7df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd91636cf4d5e7df","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1}},{"uid":"3239e526ad80ebf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3239e526ad80ebf0","status":"passed","time":{"start":1707769968722,"stop":1707769968723,"duration":1}},{"uid":"de28f1f08f2dfbe3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de28f1f08f2dfbe3","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"ef1b7144aa8e48a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ef1b7144aa8e48a4","status":"passed","time":{"start":1707758006716,"stop":1707758006717,"duration":1}},{"uid":"eb228a0ca171f5ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb228a0ca171f5ed","status":"passed","time":{"start":1707756617046,"stop":1707756617047,"duration":1}},{"uid":"4ea5479442246166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ea5479442246166","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6ce0c7c3719e8a4f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ce0c7c3719e8a4f","status":"passed","time":{"start":1707753782763,"stop":1707753782767,"duration":4}},{"uid":"44cb941b08f38123","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44cb941b08f38123","status":"passed","time":{"start":1707751162317,"stop":1707751162318,"duration":1}},{"uid":"c26f83e98737fdc5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c26f83e98737fdc5","status":"passed","time":{"start":1707737091350,"stop":1707737091350,"duration":0}},{"uid":"f8d15a2f36316742","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d15a2f36316742","status":"passed","time":{"start":1707736260137,"stop":1707736260138,"duration":1}}]},"tags":[]},"source":"d091fcb17cb06d79.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d157403cbe4fbb5c.json b/6406/data/test-cases/d157403cbe4fbb5c.json new file mode 100644 index 00000000000..bf548cb31fd --- /dev/null +++ b/6406/data/test-cases/d157403cbe4fbb5c.json @@ -0,0 +1 @@ +{"uid":"d157403cbe4fbb5c","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":1707793412321,"stop":1707793412321,"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":"e9f1f46e927dab62","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e9f1f46e927dab62","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"c3f9d76612bf77b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3f9d76612bf77b2","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"891aff9538b982b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/891aff9538b982b9","status":"passed","time":{"start":1707775462777,"stop":1707775462777,"duration":0}},{"uid":"2a3e1b892b694d7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a3e1b892b694d7b","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"b8ce21e7cbd49378","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce21e7cbd49378","status":"passed","time":{"start":1707770180414,"stop":1707770180414,"duration":0}},{"uid":"e6bca77dc64f56e4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e6bca77dc64f56e4","status":"passed","time":{"start":1707760352905,"stop":1707760352906,"duration":1}},{"uid":"bcc52fb0a6a64f22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc52fb0a6a64f22","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"95f5b52601def4ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95f5b52601def4ff","status":"passed","time":{"start":1707756674083,"stop":1707756674083,"duration":0}},{"uid":"23f3eed6de2ef173","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23f3eed6de2ef173","status":"passed","time":{"start":1707753994322,"stop":1707753994322,"duration":0}},{"uid":"3d1c5e0f88c1953c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d1c5e0f88c1953c","status":"passed","time":{"start":1707753841533,"stop":1707753841534,"duration":1}},{"uid":"dc46350461cdd6ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc46350461cdd6ee","status":"passed","time":{"start":1707751143420,"stop":1707751143420,"duration":0}},{"uid":"40cfec7fbebeb705","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40cfec7fbebeb705","status":"passed","time":{"start":1707737132858,"stop":1707737132858,"duration":0}},{"uid":"c5bfcd80d8b60dd3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5bfcd80d8b60dd3","status":"passed","time":{"start":1707736343131,"stop":1707736343131,"duration":0}}]},"tags":[]},"source":"d157403cbe4fbb5c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d1bd54f84788297.json b/6406/data/test-cases/d1bd54f84788297.json new file mode 100644 index 00000000000..18b2214ed6b --- /dev/null +++ b/6406/data/test-cases/d1bd54f84788297.json @@ -0,0 +1 @@ +{"uid":"d1bd54f84788297","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":1707792800805,"stop":1707792800805,"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":14,"unknown":0,"total":14},"items":[{"uid":"a0eebd169271c6d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a0eebd169271c6d5","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"bf53b8e542b95f39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf53b8e542b95f39","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"cdea8d876f1abb83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cdea8d876f1abb83","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"75cdb84c4885aaff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75cdb84c4885aaff","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"e0faef295f5032bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0faef295f5032bc","status":"passed","time":{"start":1707769628076,"stop":1707769628077,"duration":1}},{"uid":"4c20675e975205c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c20675e975205c2","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"5f2a0d16d9c1abe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f2a0d16d9c1abe3","status":"passed","time":{"start":1707757417657,"stop":1707757417657,"duration":0}},{"uid":"e287eca7be8b878c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e287eca7be8b878c","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"94b9f2adc5195e42","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94b9f2adc5195e42","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"9b9d416cef157221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b9d416cef157221","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"f29efad49afe5872","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f29efad49afe5872","status":"passed","time":{"start":1707750594357,"stop":1707750594358,"duration":1}},{"uid":"56392d7f8c10080b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/56392d7f8c10080b","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"bad176f9f0aa86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bad176f9f0aa86","status":"passed","time":{"start":1707735693121,"stop":1707735693122,"duration":1}}]},"tags":[]},"source":"d1bd54f84788297.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cccf03d269dbfd7e.json b/6406/data/test-cases/d274040492ba7f7a.json similarity index 81% rename from 6379/data/test-cases/cccf03d269dbfd7e.json rename to 6406/data/test-cases/d274040492ba7f7a.json index ebef5e20690..30c0ef1fa4a 100644 --- a/6379/data/test-cases/cccf03d269dbfd7e.json +++ b/6406/data/test-cases/d274040492ba7f7a.json @@ -1 +1 @@ -{"uid":"cccf03d269dbfd7e","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":1707419181435,"stop":1707419181435,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"e33b069eacb8e6ed","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e33b069eacb8e6ed","status":"passed","time":{"start":1707418419783,"stop":1707418419799,"duration":16}},{"uid":"39aa7a5495632817","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/39aa7a5495632817","status":"passed","time":{"start":1707418388458,"stop":1707418388458,"duration":0}},{"uid":"725eaf6411f2625a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/725eaf6411f2625a","status":"passed","time":{"start":1707412796154,"stop":1707412796154,"duration":0}},{"uid":"540b36261c6a375d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/540b36261c6a375d","status":"passed","time":{"start":1707411256114,"stop":1707411256114,"duration":0}},{"uid":"537f2e5d883259b0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/537f2e5d883259b0","status":"passed","time":{"start":1707409690323,"stop":1707409690323,"duration":0}},{"uid":"7f3705cb858aa257","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7f3705cb858aa257","status":"passed","time":{"start":1707409095930,"stop":1707409095930,"duration":0}},{"uid":"352b0747201fcbdd","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/352b0747201fcbdd","status":"passed","time":{"start":1707409032436,"stop":1707409032437,"duration":1}},{"uid":"59711b550caead2a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/59711b550caead2a","status":"passed","time":{"start":1707408574271,"stop":1707408574271,"duration":0}},{"uid":"6aa010cfae3c0c67","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6aa010cfae3c0c67","status":"passed","time":{"start":1707407633893,"stop":1707407633894,"duration":1}},{"uid":"ed21f80453d4b326","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ed21f80453d4b326","status":"passed","time":{"start":1707407545261,"stop":1707407545261,"duration":0}},{"uid":"39fb5d26dbcea4f6","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/39fb5d26dbcea4f6","status":"passed","time":{"start":1707404532451,"stop":1707404532451,"duration":0}},{"uid":"33d267b0e9eecd8e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/33d267b0e9eecd8e","status":"passed","time":{"start":1707375958800,"stop":1707375958809,"duration":9}},{"uid":"9331fde24dd5a55b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9331fde24dd5a55b","status":"passed","time":{"start":1707373157762,"stop":1707373157763,"duration":1}},{"uid":"45bf14090d5e374e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/45bf14090d5e374e","status":"passed","time":{"start":1707359355997,"stop":1707359355997,"duration":0}},{"uid":"f6ea8c261bf9b83d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f6ea8c261bf9b83d","status":"passed","time":{"start":1707358094701,"stop":1707358094702,"duration":1}},{"uid":"4f52a14a40b961a9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4f52a14a40b961a9","status":"passed","time":{"start":1707357164926,"stop":1707357164927,"duration":1}},{"uid":"b994db1a059b5155","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b994db1a059b5155","status":"passed","time":{"start":1707355248789,"stop":1707355248789,"duration":0}}]},"tags":[]},"source":"cccf03d269dbfd7e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d274040492ba7f7a","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":1707793371114,"stop":1707793371115,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"e650b6f54e6df667","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e650b6f54e6df667","status":"passed","time":{"start":1707778338854,"stop":1707778338855,"duration":1}},{"uid":"b883e1b647fef285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b883e1b647fef285","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"8c1414b0bc56f89e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c1414b0bc56f89e","status":"passed","time":{"start":1707775390245,"stop":1707775390245,"duration":0}},{"uid":"9b293c09d5992ddd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b293c09d5992ddd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"1900e728975cead3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1900e728975cead3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"e64bceb456e06f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e64bceb456e06f9","status":"passed","time":{"start":1707760301823,"stop":1707760301824,"duration":1}},{"uid":"d6f32caa6587de0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6f32caa6587de0","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"ca9a1201c5361ad2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca9a1201c5361ad2","status":"passed","time":{"start":1707756617056,"stop":1707756617056,"duration":0}},{"uid":"bc8d3fda4fe12f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc8d3fda4fe12f1","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c946789fbe7852fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c946789fbe7852fe","status":"passed","time":{"start":1707753782775,"stop":1707753782776,"duration":1}},{"uid":"d0b226175929c37d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0b226175929c37d","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"e41799162b0a9cad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e41799162b0a9cad","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"ca890025956fed7d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca890025956fed7d","status":"passed","time":{"start":1707736260160,"stop":1707736260161,"duration":1}}]},"tags":[]},"source":"d274040492ba7f7a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/14222cd7c01adc0b.json b/6406/data/test-cases/d297d4ff5a25b354.json similarity index 88% rename from 6379/data/test-cases/14222cd7c01adc0b.json rename to 6406/data/test-cases/d297d4ff5a25b354.json index 089a3583abc..70ea707e417 100644 --- a/6379/data/test-cases/14222cd7c01adc0b.json +++ b/6406/data/test-cases/d297d4ff5a25b354.json @@ -1 +1 @@ -{"uid":"14222cd7c01adc0b","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":1707419247778,"stop":1707419247778,"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":16,"unknown":0,"total":16},"items":[{"uid":"c2bf5ecb91501036","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c2bf5ecb91501036","status":"passed","time":{"start":1707418479344,"stop":1707418479345,"duration":1}},{"uid":"1ba1d93157853b34","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1ba1d93157853b34","status":"passed","time":{"start":1707418420809,"stop":1707418420809,"duration":0}},{"uid":"dc8b4b76cea12ad4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/dc8b4b76cea12ad4","status":"passed","time":{"start":1707411275219,"stop":1707411275219,"duration":0}},{"uid":"f19f9391c7f3f2ef","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f19f9391c7f3f2ef","status":"passed","time":{"start":1707409745073,"stop":1707409745073,"duration":0}},{"uid":"cfbd5ec6b7caf559","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cfbd5ec6b7caf559","status":"passed","time":{"start":1707409135323,"stop":1707409135323,"duration":0}},{"uid":"5bf711694305385f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5bf711694305385f","status":"passed","time":{"start":1707409077136,"stop":1707409077136,"duration":0}},{"uid":"4cf15820b283901a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4cf15820b283901a","status":"passed","time":{"start":1707408618361,"stop":1707408618361,"duration":0}},{"uid":"fd31b2a4855482d9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fd31b2a4855482d9","status":"passed","time":{"start":1707407695610,"stop":1707407695610,"duration":0}},{"uid":"ffdc756c674309","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ffdc756c674309","status":"passed","time":{"start":1707407563845,"stop":1707407563845,"duration":0}},{"uid":"c13111c8abe5da1a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c13111c8abe5da1a","status":"passed","time":{"start":1707404565405,"stop":1707404565405,"duration":0}},{"uid":"670c66b99026cf74","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/670c66b99026cf74","status":"passed","time":{"start":1707376005071,"stop":1707376005071,"duration":0}},{"uid":"d2023b54ab30d4f","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d2023b54ab30d4f","status":"passed","time":{"start":1707373209936,"stop":1707373209938,"duration":2}},{"uid":"d9f986071468e235","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d9f986071468e235","status":"passed","time":{"start":1707359407162,"stop":1707359407162,"duration":0}},{"uid":"379eccb228cace21","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/379eccb228cace21","status":"passed","time":{"start":1707358162775,"stop":1707358162775,"duration":0}},{"uid":"e2acfc6ada3480f2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e2acfc6ada3480f2","status":"passed","time":{"start":1707355688001,"stop":1707355688001,"duration":0}}]},"tags":[]},"source":"14222cd7c01adc0b.json","parameterValues":[]} \ No newline at end of file +{"uid":"d297d4ff5a25b354","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":1707793370639,"stop":1707793370639,"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":13,"unknown":0,"total":13},"items":[{"uid":"ab1b7df7b0a54b81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab1b7df7b0a54b81","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"bbd0c3194b2fc420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bbd0c3194b2fc420","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"76683aff8223b281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76683aff8223b281","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"758dfe8d4da5bd0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/758dfe8d4da5bd0d","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"256a4dd6ac10e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/256a4dd6ac10e8","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"cc2c4b4e26571d20","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc2c4b4e26571d20","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"2d85af64b618a6fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d85af64b618a6fa","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"1f21503d14c9d42d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1f21503d14c9d42d","status":"passed","time":{"start":1707756664009,"stop":1707756664010,"duration":1}},{"uid":"d37228288be62540","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d37228288be62540","status":"passed","time":{"start":1707753837176,"stop":1707753837176,"duration":0}},{"uid":"76aedcd257d38112","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76aedcd257d38112","status":"passed","time":{"start":1707751136358,"stop":1707751136359,"duration":1}},{"uid":"8e1ae30bb0a8a2c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e1ae30bb0a8a2c8","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"db96aec456a9b96c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db96aec456a9b96c","status":"passed","time":{"start":1707736322664,"stop":1707736322665,"duration":1}}]},"tags":[]},"source":"d297d4ff5a25b354.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d79c02bfc6105191.json b/6406/data/test-cases/d346bdfed2395d37.json similarity index 87% rename from 6379/data/test-cases/d79c02bfc6105191.json rename to 6406/data/test-cases/d346bdfed2395d37.json index 5cb2c82294b..81d86dcd16f 100644 --- a/6379/data/test-cases/d79c02bfc6105191.json +++ b/6406/data/test-cases/d346bdfed2395d37.json @@ -1 +1 @@ -{"uid":"d79c02bfc6105191","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":1707419247767,"stop":1707419247767,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"e821a6837d1273c8","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e821a6837d1273c8","status":"passed","time":{"start":1707418479326,"stop":1707418479328,"duration":2}},{"uid":"2e8fdcb2e3cbe0eb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2e8fdcb2e3cbe0eb","status":"passed","time":{"start":1707418420774,"stop":1707418420774,"duration":0}},{"uid":"59b7aa5f9597a445","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/59b7aa5f9597a445","status":"passed","time":{"start":1707412716422,"stop":1707412716422,"duration":0}},{"uid":"d4c308aa1bdf772b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d4c308aa1bdf772b","status":"passed","time":{"start":1707411275194,"stop":1707411275194,"duration":0}},{"uid":"1a47b408115b4cbc","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1a47b408115b4cbc","status":"passed","time":{"start":1707409745060,"stop":1707409745061,"duration":1}},{"uid":"9b5543c9fd85a5d6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9b5543c9fd85a5d6","status":"passed","time":{"start":1707409135315,"stop":1707409135315,"duration":0}},{"uid":"f39bb3ebde59a6ee","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f39bb3ebde59a6ee","status":"passed","time":{"start":1707409077122,"stop":1707409077123,"duration":1}},{"uid":"e6e7d59f6f70de91","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e6e7d59f6f70de91","status":"passed","time":{"start":1707408618351,"stop":1707408618351,"duration":0}},{"uid":"2c2c25316769bb23","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2c2c25316769bb23","status":"passed","time":{"start":1707407695588,"stop":1707407695593,"duration":5}},{"uid":"df77bfedf42ef9fe","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/df77bfedf42ef9fe","status":"passed","time":{"start":1707407563833,"stop":1707407563833,"duration":0}},{"uid":"872c6b06ea9e899","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/872c6b06ea9e899","status":"passed","time":{"start":1707404565394,"stop":1707404565394,"duration":0}},{"uid":"c6839ad642dd5fc4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c6839ad642dd5fc4","status":"passed","time":{"start":1707376005059,"stop":1707376005059,"duration":0}},{"uid":"490be53d95eeb1a6","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/490be53d95eeb1a6","status":"passed","time":{"start":1707373209923,"stop":1707373209923,"duration":0}},{"uid":"969de2d5e17c6db3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/969de2d5e17c6db3","status":"passed","time":{"start":1707359407151,"stop":1707359407152,"duration":1}},{"uid":"7de6ec93977a7cfd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7de6ec93977a7cfd","status":"passed","time":{"start":1707358162766,"stop":1707358162767,"duration":1}},{"uid":"76494ebef161aa7f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/76494ebef161aa7f","status":"broken","statusDetails":"expected 2 to equal 3","time":{"start":1707355687980,"stop":1707355687980,"duration":0}}]},"tags":[]},"source":"d79c02bfc6105191.json","parameterValues":[]} \ No newline at end of file +{"uid":"d346bdfed2395d37","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":1707793370627,"stop":1707793370627,"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":13,"unknown":0,"total":13},"items":[{"uid":"ea7e25b5c37b78e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea7e25b5c37b78e5","status":"passed","time":{"start":1707778386476,"stop":1707778386477,"duration":1}},{"uid":"c029bab0aa1520f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c029bab0aa1520f8","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"f585867c9e8d9957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f585867c9e8d9957","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"125118953bf5e347","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/125118953bf5e347","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0}},{"uid":"c77d727ef02270a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c77d727ef02270a","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"a00ec3d558848cdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a00ec3d558848cdf","status":"passed","time":{"start":1707760335941,"stop":1707760335942,"duration":1}},{"uid":"eac5e6a6b973b83","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac5e6a6b973b83","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"453a0804d74853dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/453a0804d74853dd","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"d6f9ced9f4164b5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6f9ced9f4164b5c","status":"passed","time":{"start":1707753837163,"stop":1707753837163,"duration":0}},{"uid":"767759e2e01f5310","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/767759e2e01f5310","status":"passed","time":{"start":1707751136280,"stop":1707751136280,"duration":0}},{"uid":"f571893401750cd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f571893401750cd6","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"1dc8d295158ef88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dc8d295158ef88","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"tags":[]},"source":"d346bdfed2395d37.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b6bc04e820c17a1e.json b/6406/data/test-cases/d37bdf9ca026c299.json similarity index 83% rename from 6379/data/test-cases/b6bc04e820c17a1e.json rename to 6406/data/test-cases/d37bdf9ca026c299.json index e257d99cf4e..191cc17cddb 100644 --- a/6379/data/test-cases/b6bc04e820c17a1e.json +++ b/6406/data/test-cases/d37bdf9ca026c299.json @@ -1 +1 @@ -{"uid":"b6bc04e820c17a1e","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":1707419289509,"stop":1707419289510,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"4e342a0dcdb9daa1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4e342a0dcdb9daa1","status":"passed","time":{"start":1707418535550,"stop":1707418535550,"duration":0}},{"uid":"f05cfce67d29a3f6","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f05cfce67d29a3f6","status":"passed","time":{"start":1707418482225,"stop":1707418482226,"duration":1}},{"uid":"9df645f3ba6654b7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9df645f3ba6654b7","status":"passed","time":{"start":1707412863491,"stop":1707412863491,"duration":0}},{"uid":"41e1e35b9f275dcf","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/41e1e35b9f275dcf","status":"passed","time":{"start":1707411338662,"stop":1707411338662,"duration":0}},{"uid":"96623bc3ba6ff65f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/96623bc3ba6ff65f","status":"passed","time":{"start":1707409792239,"stop":1707409792240,"duration":1}},{"uid":"263b418c1332e4d8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/263b418c1332e4d8","status":"passed","time":{"start":1707409177763,"stop":1707409177764,"duration":1}},{"uid":"4ca142fe31de10f4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4ca142fe31de10f4","status":"passed","time":{"start":1707409135098,"stop":1707409135098,"duration":0}},{"uid":"29d0c28b21ac038e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/29d0c28b21ac038e","status":"passed","time":{"start":1707408664033,"stop":1707408664033,"duration":0}},{"uid":"6d8bd17f23ede88","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6d8bd17f23ede88","status":"passed","time":{"start":1707407736519,"stop":1707407736519,"duration":0}},{"uid":"3e23332f75950969","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3e23332f75950969","status":"passed","time":{"start":1707407618238,"stop":1707407618238,"duration":0}},{"uid":"ef557123b86a5f4f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ef557123b86a5f4f","status":"passed","time":{"start":1707404537730,"stop":1707404537730,"duration":0}},{"uid":"e9c26112e836361b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e9c26112e836361b","status":"passed","time":{"start":1707375978552,"stop":1707375978553,"duration":1}},{"uid":"af9dfb24d62fd4a3","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/af9dfb24d62fd4a3","status":"passed","time":{"start":1707373245366,"stop":1707373245366,"duration":0}},{"uid":"927cad834a702cdf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/927cad834a702cdf","status":"passed","time":{"start":1707359448675,"stop":1707359448675,"duration":0}},{"uid":"e72fc7102428d303","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e72fc7102428d303","status":"passed","time":{"start":1707358197195,"stop":1707358197195,"duration":0}},{"uid":"afc1ae644b9b9c39","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/afc1ae644b9b9c39","status":"passed","time":{"start":1707357226636,"stop":1707357226636,"duration":0}},{"uid":"a6163e48bb4a67c0","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a6163e48bb4a67c0","status":"passed","time":{"start":1707355477321,"stop":1707355477321,"duration":0}}]},"tags":[]},"source":"b6bc04e820c17a1e.json","parameterValues":[]} \ No newline at end of file +{"uid":"d37bdf9ca026c299","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":1707793446748,"stop":1707793446748,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"70753b71387e9735","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70753b71387e9735","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"6c98b4d4f789ef0d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c98b4d4f789ef0d","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"849163960a191ccb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/849163960a191ccb","status":"passed","time":{"start":1707775494284,"stop":1707775494285,"duration":1}},{"uid":"b455a83b718d67c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b455a83b718d67c5","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"duration":1}},{"uid":"2f941aaa291f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f941aaa291f8b2b","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"a8331662a99852b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a8331662a99852b1","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"c0d7abd67515db84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0d7abd67515db84","status":"passed","time":{"start":1707758004334,"stop":1707758004335,"duration":1}},{"uid":"cf28ca892e8b02f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf28ca892e8b02f2","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"a4217d4a9ff3a3bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4217d4a9ff3a3bb","status":"passed","time":{"start":1707754051793,"stop":1707754051794,"duration":1}},{"uid":"1c78ef1a3d2ef429","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c78ef1a3d2ef429","status":"passed","time":{"start":1707753877933,"stop":1707753877934,"duration":1}},{"uid":"49bc1b53e0a110f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49bc1b53e0a110f5","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"3579713f11b79289","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3579713f11b79289","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"103c2f841467570e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/103c2f841467570e","status":"passed","time":{"start":1707736353045,"stop":1707736353046,"duration":1}}]},"tags":[]},"source":"d37bdf9ca026c299.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3031e538cad9b830.json b/6406/data/test-cases/d3af5f8c929865df.json similarity index 58% rename from 6379/data/test-cases/3031e538cad9b830.json rename to 6406/data/test-cases/d3af5f8c929865df.json index f710bd9e00b..34e619008b4 100644 --- a/6379/data/test-cases/3031e538cad9b830.json +++ b/6406/data/test-cases/d3af5f8c929865df.json @@ -1 +1 @@ -{"uid":"3031e538cad9b830","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":1707419245415,"stop":1707419245415,"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":18,"unknown":0,"total":18},"items":[{"uid":"5bbeadf8276b5c62","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5bbeadf8276b5c62","status":"passed","time":{"start":1707418481246,"stop":1707418481247,"duration":1}},{"uid":"df27b69bda418ba2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/df27b69bda418ba2","status":"passed","time":{"start":1707418427427,"stop":1707418427428,"duration":1}},{"uid":"c5b956b4195c3709","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c5b956b4195c3709","status":"passed","time":{"start":1707412836874,"stop":1707412836874,"duration":0}},{"uid":"e534e5be1fa8691e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e534e5be1fa8691e","status":"passed","time":{"start":1707411293287,"stop":1707411293287,"duration":0}},{"uid":"7821a925ade0c8f8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/7821a925ade0c8f8","status":"passed","time":{"start":1707409756996,"stop":1707409756997,"duration":1}},{"uid":"5d711739e5d4a8a1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5d711739e5d4a8a1","status":"passed","time":{"start":1707409144513,"stop":1707409144513,"duration":0}},{"uid":"60bdcbd5cd41a87d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/60bdcbd5cd41a87d","status":"passed","time":{"start":1707409099305,"stop":1707409099305,"duration":0}},{"uid":"d73f189a4399da78","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d73f189a4399da78","status":"passed","time":{"start":1707408627011,"stop":1707408627011,"duration":0}},{"uid":"366b33531174a091","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/366b33531174a091","status":"passed","time":{"start":1707407709874,"stop":1707407709875,"duration":1}},{"uid":"271cbc832f11a63","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/271cbc832f11a63","status":"passed","time":{"start":1707407595119,"stop":1707407595120,"duration":1}},{"uid":"c764dafe54609545","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c764dafe54609545","status":"passed","time":{"start":1707404568406,"stop":1707404568407,"duration":1}},{"uid":"7e2d918b55117793","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7e2d918b55117793","status":"passed","time":{"start":1707376005642,"stop":1707376005643,"duration":1}},{"uid":"20b10afedcb95d29","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/20b10afedcb95d29","status":"passed","time":{"start":1707373217011,"stop":1707373217012,"duration":1}},{"uid":"6ab17094676dac04","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6ab17094676dac04","status":"passed","time":{"start":1707359415815,"stop":1707359415815,"duration":0}},{"uid":"d5a22b56003a902d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d5a22b56003a902d","status":"passed","time":{"start":1707358177346,"stop":1707358177346,"duration":0}},{"uid":"9fade8dda798fb6e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9fade8dda798fb6e","status":"passed","time":{"start":1707357159128,"stop":1707357159128,"duration":0}},{"uid":"c10b4e3743f87fb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c10b4e3743f87fb","status":"passed","time":{"start":1707355369494,"stop":1707355369494,"duration":0}}]},"tags":[]},"source":"3031e538cad9b830.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3af5f8c929865df","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":1707793399645,"stop":1707793399645,"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":"3a6e25d94fb242c6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a6e25d94fb242c6","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"cc63c0933cf61c91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc63c0933cf61c91","status":"passed","time":{"start":1707775649284,"stop":1707775649285,"duration":1}},{"uid":"fe8fb86595cc0347","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe8fb86595cc0347","status":"passed","time":{"start":1707775456618,"stop":1707775456618,"duration":0}},{"uid":"5093832a6f5323ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5093832a6f5323ed","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"18377e062ab48d0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18377e062ab48d0f","status":"passed","time":{"start":1707770165175,"stop":1707770165176,"duration":1}},{"uid":"b1a2e74a46e3790c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1a2e74a46e3790c","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"df04d2832f97aa65","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df04d2832f97aa65","status":"passed","time":{"start":1707758024235,"stop":1707758024235,"duration":0}},{"uid":"b4802aed6f308cb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b4802aed6f308cb","status":"passed","time":{"start":1707756662061,"stop":1707756662061,"duration":0}},{"uid":"debcb7643081da25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/debcb7643081da25","status":"passed","time":{"start":1707753975676,"stop":1707753975677,"duration":1}},{"uid":"b235379b3d909451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b235379b3d909451","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"b7c262fa95618391","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7c262fa95618391","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"b19c835bc02bd947","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19c835bc02bd947","status":"passed","time":{"start":1707737129078,"stop":1707737129079,"duration":1}},{"uid":"40ea115f39a909ba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40ea115f39a909ba","status":"passed","time":{"start":1707736323078,"stop":1707736323078,"duration":0}}]},"tags":[]},"source":"d3af5f8c929865df.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d3bb884944966285.json b/6406/data/test-cases/d3bb884944966285.json new file mode 100644 index 00000000000..8a0ad342c68 --- /dev/null +++ b/6406/data/test-cases/d3bb884944966285.json @@ -0,0 +1 @@ +{"uid":"d3bb884944966285","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":1707793153217,"stop":1707793153217,"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":14,"unknown":0,"total":14},"items":[{"uid":"e347b740f4acd7c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e347b740f4acd7c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"36d67ca23611d8e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36d67ca23611d8e9","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"df88c6d258e7f2d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/df88c6d258e7f2d0","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"d99c6ee28ee8e24f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d99c6ee28ee8e24f","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"162e043b65c7f0b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/162e043b65c7f0b6","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"ec5314ad19c8c5d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec5314ad19c8c5d2","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"151adc1b1064b3c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/151adc1b1064b3c5","status":"passed","time":{"start":1707757790730,"stop":1707757790731,"duration":1}},{"uid":"afee663c9bcd31d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/afee663c9bcd31d6","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"55e02aa4916fb158","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55e02aa4916fb158","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"783d17f4060b1095","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/783d17f4060b1095","status":"passed","time":{"start":1707753573525,"stop":1707753573525,"duration":0}},{"uid":"b705437d6e77e1cf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b705437d6e77e1cf","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"6872101e66c1f062","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6872101e66c1f062","status":"passed","time":{"start":1707736878962,"stop":1707736878962,"duration":0}},{"uid":"c019a47ab074d21e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c019a47ab074d21e","status":"passed","time":{"start":1707736081266,"stop":1707736081267,"duration":1}}]},"tags":[]},"source":"d3bb884944966285.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1ff3840a1b509c58.json b/6406/data/test-cases/d3e1e9764503b51d.json similarity index 97% rename from 6379/data/test-cases/1ff3840a1b509c58.json rename to 6406/data/test-cases/d3e1e9764503b51d.json index b6239d348c1..0758e0ba11e 100644 --- a/6379/data/test-cases/1ff3840a1b509c58.json +++ b/6406/data/test-cases/d3e1e9764503b51d.json @@ -1 +1 @@ -{"uid":"1ff3840a1b509c58","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":1707418998150,"stop":1707418998150,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"1ff3840a1b509c58.json","parameterValues":[]} \ No newline at end of file +{"uid":"d3e1e9764503b51d","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":1707793153228,"stop":1707793153228,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Relay, Publish\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.relay"},{"name":"parentSuite","value":"Waku Relay, Publish"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"d3e1e9764503b51d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d430e4dbca157156.json b/6406/data/test-cases/d430e4dbca157156.json new file mode 100644 index 00000000000..a72d1a78444 --- /dev/null +++ b/6406/data/test-cases/d430e4dbca157156.json @@ -0,0 +1 @@ +{"uid":"d430e4dbca157156","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":1707793086604,"stop":1707793086604,"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":14,"unknown":0,"total":14},"items":[{"uid":"f25a16a9654b59c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f25a16a9654b59c","status":"passed","time":{"start":1707778058488,"stop":1707778058489,"duration":1}},{"uid":"ac99f437ed344208","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac99f437ed344208","status":"passed","time":{"start":1707775337149,"stop":1707775337150,"duration":1}},{"uid":"dfcdc0f84097de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dfcdc0f84097de","status":"passed","time":{"start":1707775143601,"stop":1707775143601,"duration":0}},{"uid":"51e1f12e2a18a5af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51e1f12e2a18a5af","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"duration":0}},{"uid":"c46cba1c53ed59a8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c46cba1c53ed59a8","status":"passed","time":{"start":1707769940209,"stop":1707769940211,"duration":2}},{"uid":"485af700e2a10c8c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/485af700e2a10c8c","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"5ec2cdbb893d3c29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2cdbb893d3c29","status":"passed","time":{"start":1707757736397,"stop":1707757736397,"duration":0}},{"uid":"bebf8a713edae173","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bebf8a713edae173","status":"passed","time":{"start":1707756352341,"stop":1707756352341,"duration":0}},{"uid":"13941702260e699c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13941702260e699c","status":"passed","time":{"start":1707753768710,"stop":1707753768710,"duration":0}},{"uid":"c9620413f19fb153","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9620413f19fb153","status":"passed","time":{"start":1707753512769,"stop":1707753512769,"duration":0}},{"uid":"10c24ef7321af869","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c24ef7321af869","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"457d35642c4f71b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/457d35642c4f71b1","status":"passed","time":{"start":1707736822683,"stop":1707736822683,"duration":0}},{"uid":"8b1b83b5fa779704","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b1b83b5fa779704","status":"passed","time":{"start":1707736014743,"stop":1707736014744,"duration":1}}]},"tags":[]},"source":"d430e4dbca157156.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d502e665ca1d2f40.json b/6406/data/test-cases/d502e665ca1d2f40.json new file mode 100644 index 00000000000..651b5d27d33 --- /dev/null +++ b/6406/data/test-cases/d502e665ca1d2f40.json @@ -0,0 +1 @@ +{"uid":"d502e665ca1d2f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","fullName":"/src/dns.spec.ts: DNS Node Discovery [live data] > should retrieve 3 multiaddrs for test.waku.nodes.status.im","historyId":"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815083,"stop":1707792815083,"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"},{"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":"9ac281161e767f44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ac281161e767f44","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764432,"stop":1707777764433,"duration":1}},{"uid":"7b9409998aaf3baf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7b9409998aaf3baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040580,"stop":1707775040581,"duration":1}},{"uid":"434b507321a17268","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/434b507321a17268","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842475,"duration":0}},{"uid":"f1976966cb5437e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1976966cb5437e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"2f07361000344f5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f07361000344f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642601,"stop":1707769642602,"duration":1}},{"uid":"f958ab4d469257ac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f958ab4d469257ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"3d81439e16587f70","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3d81439e16587f70","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432394,"stop":1707757432395,"duration":1}},{"uid":"36109186252fb790","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36109186252fb790","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"b7030c0969523948","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7030c0969523948","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479976,"duration":0}},{"uid":"e27a1d2ba4a394f8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e27a1d2ba4a394f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208674,"stop":1707753208674,"duration":0}},{"uid":"a7082dd3d368ba3d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7082dd3d368ba3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"87faca3943728d26","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/87faca3943728d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526332,"duration":0}},{"uid":"131cc8aeca409f9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/131cc8aeca409f9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708008,"duration":0}}]},"tags":[]},"source":"d502e665ca1d2f40.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d50a547e605334fc.json b/6406/data/test-cases/d50a547e605334fc.json new file mode 100644 index 00000000000..8488af54772 --- /dev/null +++ b/6406/data/test-cases/d50a547e605334fc.json @@ -0,0 +1 @@ +{"uid":"d50a547e605334fc","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":1707792838867,"stop":1707792838868,"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":14,"unknown":0,"total":14},"items":[{"uid":"5f6957f7b08e6aa8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f6957f7b08e6aa8","status":"passed","time":{"start":1707777787220,"stop":1707777787221,"duration":1}},{"uid":"752addbc88ef1adc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/752addbc88ef1adc","status":"passed","time":{"start":1707775063035,"stop":1707775063036,"duration":1}},{"uid":"1ed5424e4fbade2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ed5424e4fbade2c","status":"passed","time":{"start":1707774865143,"stop":1707774865144,"duration":1}},{"uid":"547fe90d4b308c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/547fe90d4b308c36","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"duration":0}},{"uid":"d10635c516cb4c8e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d10635c516cb4c8e","status":"passed","time":{"start":1707769665340,"stop":1707769665340,"duration":0}},{"uid":"c3f4969f78b7df84","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3f4969f78b7df84","status":"passed","time":{"start":1707759759720,"stop":1707759759735,"duration":15}},{"uid":"f8c442558efd287b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f8c442558efd287b","status":"passed","time":{"start":1707757455864,"stop":1707757455865,"duration":1}},{"uid":"8448e6b5f152032a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8448e6b5f152032a","status":"passed","time":{"start":1707756084425,"stop":1707756084425,"duration":0}},{"uid":"6bd43e22d9eccc77","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bd43e22d9eccc77","status":"passed","time":{"start":1707753503423,"stop":1707753503424,"duration":1}},{"uid":"d96b06a9dbb0eeda","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d96b06a9dbb0eeda","status":"passed","time":{"start":1707753233560,"stop":1707753233560,"duration":0}},{"uid":"e11a1ac6b658ef8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e11a1ac6b658ef8a","status":"passed","time":{"start":1707750631901,"stop":1707750631901,"duration":0}},{"uid":"852a17c693947020","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/852a17c693947020","status":"passed","time":{"start":1707736548881,"stop":1707736548882,"duration":1}},{"uid":"bda5e401ea95928e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bda5e401ea95928e","status":"passed","time":{"start":1707735732430,"stop":1707735732431,"duration":1}}]},"tags":[]},"source":"d50a547e605334fc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3a920e6ef1319465.json b/6406/data/test-cases/d5510c9489c8545e.json similarity index 85% rename from 6379/data/test-cases/3a920e6ef1319465.json rename to 6406/data/test-cases/d5510c9489c8545e.json index fe6c2c61500..14e1fb702df 100644 --- a/6379/data/test-cases/3a920e6ef1319465.json +++ b/6406/data/test-cases/d5510c9489c8545e.json @@ -1 +1 @@ -{"uid":"3a920e6ef1319465","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":1707419080397,"stop":1707419080398,"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":18,"unknown":0,"total":18},"items":[{"uid":"e20e7ffb3294660a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e20e7ffb3294660a","status":"passed","time":{"start":1707418322014,"stop":1707418322015,"duration":1}},{"uid":"4618065be8aebfbc","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/4618065be8aebfbc","status":"passed","time":{"start":1707418259978,"stop":1707418259978,"duration":0}},{"uid":"4dcad571287768a2","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4dcad571287768a2","status":"passed","time":{"start":1707412707108,"stop":1707412707108,"duration":0}},{"uid":"1bb9547a4db7914e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1bb9547a4db7914e","status":"passed","time":{"start":1707411118099,"stop":1707411118100,"duration":1}},{"uid":"49cb673577a3d0df","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/49cb673577a3d0df","status":"passed","time":{"start":1707409587919,"stop":1707409587920,"duration":1}},{"uid":"bcb46919ddda57bd","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/bcb46919ddda57bd","status":"passed","time":{"start":1707408980210,"stop":1707408980210,"duration":0}},{"uid":"485543960e47550a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/485543960e47550a","status":"passed","time":{"start":1707408927118,"stop":1707408927119,"duration":1}},{"uid":"27f35a033204ff98","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/27f35a033204ff98","status":"passed","time":{"start":1707408458733,"stop":1707408458734,"duration":1}},{"uid":"cfe82388011e5328","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cfe82388011e5328","status":"passed","time":{"start":1707407520223,"stop":1707407520224,"duration":1}},{"uid":"b499dbf434bc401b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b499dbf434bc401b","status":"passed","time":{"start":1707407427625,"stop":1707407427625,"duration":0}},{"uid":"5bee5925ddcfd1fe","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5bee5925ddcfd1fe","status":"passed","time":{"start":1707404404304,"stop":1707404404304,"duration":0}},{"uid":"53a58c997e3b84cb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/53a58c997e3b84cb","status":"passed","time":{"start":1707375846752,"stop":1707375846752,"duration":0}},{"uid":"9210953c6bf3545d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9210953c6bf3545d","status":"passed","time":{"start":1707373035633,"stop":1707373035633,"duration":0}},{"uid":"a2e85d5e01799eda","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a2e85d5e01799eda","status":"passed","time":{"start":1707359236207,"stop":1707359236207,"duration":0}},{"uid":"9ed006d02f9813e8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9ed006d02f9813e8","status":"passed","time":{"start":1707357965189,"stop":1707357965190,"duration":1}},{"uid":"1552229a8e593508","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1552229a8e593508","status":"passed","time":{"start":1707357048197,"stop":1707357048197,"duration":0}},{"uid":"87c43970712cbb8e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/87c43970712cbb8e","status":"passed","time":{"start":1707355141608,"stop":1707355141608,"duration":0}}]},"tags":[]},"source":"3a920e6ef1319465.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5510c9489c8545e","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":1707793238866,"stop":1707793238866,"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":14,"unknown":0,"total":14},"items":[{"uid":"6ba30d426a4fe95f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ba30d426a4fe95f","status":"passed","time":{"start":1707778202475,"stop":1707778202476,"duration":1}},{"uid":"7787ae850162c6ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7787ae850162c6ce","status":"passed","time":{"start":1707775486615,"stop":1707775486616,"duration":1}},{"uid":"67bdcb2ea247dd8b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67bdcb2ea247dd8b","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"eaaf00acc2b9b4bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaaf00acc2b9b4bd","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"duration":1}},{"uid":"201c5a21991c2bcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/201c5a21991c2bcc","status":"passed","time":{"start":1707770051363,"stop":1707770051364,"duration":1}},{"uid":"75ef734656f3a439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/75ef734656f3a439","status":"passed","time":{"start":1707760174011,"stop":1707760174012,"duration":1}},{"uid":"687e01a19bf7647d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/687e01a19bf7647d","status":"passed","time":{"start":1707757873910,"stop":1707757873917,"duration":7}},{"uid":"23fadfdc7e218d63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23fadfdc7e218d63","status":"passed","time":{"start":1707756499900,"stop":1707756499900,"duration":0}},{"uid":"6721f2c3605b4ffd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6721f2c3605b4ffd","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"afc3ee815a3ac30d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc3ee815a3ac30d","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"c5c10950ecd5af6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5c10950ecd5af6a","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"7b6d4656eec4aebd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b6d4656eec4aebd","status":"passed","time":{"start":1707736947840,"stop":1707736947841,"duration":1}},{"uid":"dfc2593fb1f79ad7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dfc2593fb1f79ad7","status":"passed","time":{"start":1707736152499,"stop":1707736152500,"duration":1}}]},"tags":[]},"source":"d5510c9489c8545e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d55838876381600.json b/6406/data/test-cases/d55838876381600.json new file mode 100644 index 00000000000..9cd7eacee46 --- /dev/null +++ b/6406/data/test-cases/d55838876381600.json @@ -0,0 +1 @@ +{"uid":"d55838876381600","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":1707793086602,"stop":1707793086602,"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":14,"unknown":0,"total":14},"items":[{"uid":"3a7cb167f6e736e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a7cb167f6e736e9","status":"passed","time":{"start":1707778058486,"stop":1707778058487,"duration":1}},{"uid":"87cc90417bd7a48a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87cc90417bd7a48a","status":"passed","time":{"start":1707775337145,"stop":1707775337146,"duration":1}},{"uid":"a4ff69c15b8116db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4ff69c15b8116db","status":"passed","time":{"start":1707775143599,"stop":1707775143599,"duration":0}},{"uid":"b5ba2cce04506e91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5ba2cce04506e91","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"duration":1}},{"uid":"f2eac8e03041c253","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f2eac8e03041c253","status":"passed","time":{"start":1707769940207,"stop":1707769940207,"duration":0}},{"uid":"63985c11bf567dc5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63985c11bf567dc5","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"915d808faceecdf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/915d808faceecdf1","status":"passed","time":{"start":1707757736392,"stop":1707757736393,"duration":1}},{"uid":"2feb5f00def3c0c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2feb5f00def3c0c1","status":"passed","time":{"start":1707756352339,"stop":1707756352340,"duration":1}},{"uid":"449a65fc9e80e430","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/449a65fc9e80e430","status":"passed","time":{"start":1707753768708,"stop":1707753768709,"duration":1}},{"uid":"39b1365e3b1fd86f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39b1365e3b1fd86f","status":"passed","time":{"start":1707753512767,"stop":1707753512767,"duration":0}},{"uid":"2b9364830ab1e3a4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b9364830ab1e3a4","status":"passed","time":{"start":1707750899681,"stop":1707750899681,"duration":0}},{"uid":"9a2a4f5518e6285e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a2a4f5518e6285e","status":"passed","time":{"start":1707736822678,"stop":1707736822679,"duration":1}},{"uid":"d08da675dea8db0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d08da675dea8db0","status":"passed","time":{"start":1707736014741,"stop":1707736014742,"duration":1}}]},"tags":[]},"source":"d55838876381600.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/dec4121f73777ce2.json b/6406/data/test-cases/d5b4db2a157621c3.json similarity index 86% rename from 6379/data/test-cases/dec4121f73777ce2.json rename to 6406/data/test-cases/d5b4db2a157621c3.json index 6d23c3e2e40..e78b1c0add3 100644 --- a/6379/data/test-cases/dec4121f73777ce2.json +++ b/6406/data/test-cases/d5b4db2a157621c3.json @@ -1 +1 @@ -{"uid":"dec4121f73777ce2","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":1707419080401,"stop":1707419080401,"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":18,"unknown":0,"total":18},"items":[{"uid":"2d909f174e506c3b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2d909f174e506c3b","status":"passed","time":{"start":1707418322018,"stop":1707418322020,"duration":2}},{"uid":"bcfc933954ab98d8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/bcfc933954ab98d8","status":"passed","time":{"start":1707418259981,"stop":1707418259982,"duration":1}},{"uid":"34eab9ea20600d41","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/34eab9ea20600d41","status":"passed","time":{"start":1707412707111,"stop":1707412707111,"duration":0}},{"uid":"b4dbf4cac7c1e01f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b4dbf4cac7c1e01f","status":"passed","time":{"start":1707411118109,"stop":1707411118109,"duration":0}},{"uid":"e2a924e28cd8a1d7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e2a924e28cd8a1d7","status":"passed","time":{"start":1707409587923,"stop":1707409587924,"duration":1}},{"uid":"ff98d601426f8159","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ff98d601426f8159","status":"passed","time":{"start":1707408980224,"stop":1707408980224,"duration":0}},{"uid":"7d02824d5dadc836","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7d02824d5dadc836","status":"passed","time":{"start":1707408927121,"stop":1707408927121,"duration":0}},{"uid":"a4180fb52f14e244","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a4180fb52f14e244","status":"passed","time":{"start":1707408458740,"stop":1707408458740,"duration":0}},{"uid":"c072e1313e8b7dd8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c072e1313e8b7dd8","status":"passed","time":{"start":1707407520228,"stop":1707407520228,"duration":0}},{"uid":"884b5ea63970dd00","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/884b5ea63970dd00","status":"passed","time":{"start":1707407427630,"stop":1707407427630,"duration":0}},{"uid":"4d12c48760318eb4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4d12c48760318eb4","status":"passed","time":{"start":1707404404307,"stop":1707404404307,"duration":0}},{"uid":"19910b991077d95c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/19910b991077d95c","status":"passed","time":{"start":1707375846754,"stop":1707375846754,"duration":0}},{"uid":"820e39bf2a875a51","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/820e39bf2a875a51","status":"passed","time":{"start":1707373035642,"stop":1707373035643,"duration":1}},{"uid":"c2b2783fe589aef2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c2b2783fe589aef2","status":"passed","time":{"start":1707359236210,"stop":1707359236211,"duration":1}},{"uid":"4bbdec2f7cdcf0e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4bbdec2f7cdcf0e1","status":"passed","time":{"start":1707357965196,"stop":1707357965197,"duration":1}},{"uid":"cdc6bac6280468ac","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cdc6bac6280468ac","status":"passed","time":{"start":1707357048204,"stop":1707357048204,"duration":0}},{"uid":"39824c8341ea291a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/39824c8341ea291a","status":"passed","time":{"start":1707355141611,"stop":1707355141612,"duration":1}}]},"tags":[]},"source":"dec4121f73777ce2.json","parameterValues":[]} \ No newline at end of file +{"uid":"d5b4db2a157621c3","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":1707793238871,"stop":1707793238871,"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":14,"unknown":0,"total":14},"items":[{"uid":"df5d1b61f042c92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df5d1b61f042c92b","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"957239b04bcf6150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/957239b04bcf6150","status":"passed","time":{"start":1707775486622,"stop":1707775486623,"duration":1}},{"uid":"4c92c0627e9aabc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c92c0627e9aabc2","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"7c38dcb7c0dde0fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c38dcb7c0dde0fc","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"duration":1}},{"uid":"c567a3e0aab319f8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c567a3e0aab319f8","status":"passed","time":{"start":1707770051375,"stop":1707770051376,"duration":1}},{"uid":"3de5d58a6d1ef3b0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3de5d58a6d1ef3b0","status":"passed","time":{"start":1707760174018,"stop":1707760174019,"duration":1}},{"uid":"14521666053cf276","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14521666053cf276","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"ce568cd0ee03b939","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce568cd0ee03b939","status":"passed","time":{"start":1707756499903,"stop":1707756499903,"duration":0}},{"uid":"9d0ccd62fd3ea10f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d0ccd62fd3ea10f","status":"passed","time":{"start":1707753870442,"stop":1707753870443,"duration":1}},{"uid":"de74eae0cb6fa609","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/de74eae0cb6fa609","status":"passed","time":{"start":1707753647504,"stop":1707753647508,"duration":4}},{"uid":"29093fa0dc4c76ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29093fa0dc4c76ec","status":"passed","time":{"start":1707751019568,"stop":1707751019568,"duration":0}},{"uid":"2d7876ba3152aba3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d7876ba3152aba3","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"e3dd05dca7ec4845","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3dd05dca7ec4845","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"tags":[]},"source":"d5b4db2a157621c3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d5d457d9e9768106.json b/6406/data/test-cases/d5d457d9e9768106.json new file mode 100644 index 00000000000..63c52bd7fe1 --- /dev/null +++ b/6406/data/test-cases/d5d457d9e9768106.json @@ -0,0 +1 @@ +{"uid":"d5d457d9e9768106","name":"Js publishes, other Js receives","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Two nodes connected to nwaku > Js publishes, other Js receives","historyId":"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793128332,"stop":1707793128333,"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}],"afterStages":[{"name":"\"after each\" hook in \"Two nodes connected to nwaku\"","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":"suite","value":"Two nodes connected to 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":14,"unknown":0,"total":14},"items":[{"uid":"4daedb8926975099","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4daedb8926975099","status":"passed","time":{"start":1707778092884,"stop":1707778092885,"duration":1}},{"uid":"174f7e3ff1bd89db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/174f7e3ff1bd89db","status":"passed","time":{"start":1707775368921,"stop":1707775368921,"duration":0}},{"uid":"34f01daa3efa397e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/34f01daa3efa397e","status":"passed","time":{"start":1707775183288,"stop":1707775183288,"duration":0}},{"uid":"6b60cc7196282084","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b60cc7196282084","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"duration":0}},{"uid":"b8dbf54b684c70a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8dbf54b684c70a6","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"b9b3c0aaf6649d92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b9b3c0aaf6649d92","status":"passed","time":{"start":1707760073035,"stop":1707760073037,"duration":2}},{"uid":"de9b4f332293d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de9b4f332293d1","status":"passed","time":{"start":1707757771074,"stop":1707757771074,"duration":0}},{"uid":"a83f11127d4fe5e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a83f11127d4fe5e8","status":"passed","time":{"start":1707756387892,"stop":1707756387892,"duration":0}},{"uid":"6e8f3c08ca63ed1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8f3c08ca63ed1d","status":"passed","time":{"start":1707753783840,"stop":1707753783842,"duration":2}},{"uid":"8a25fb62c91e6c56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a25fb62c91e6c56","status":"passed","time":{"start":1707753549846,"stop":1707753549846,"duration":0}},{"uid":"ab39eb2ac21ea766","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab39eb2ac21ea766","status":"passed","time":{"start":1707750934223,"stop":1707750934223,"duration":0}},{"uid":"d8605c0bea514990","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d8605c0bea514990","status":"passed","time":{"start":1707736857301,"stop":1707736857301,"duration":0}},{"uid":"68513f11e2f0ad76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68513f11e2f0ad76","status":"passed","time":{"start":1707736056535,"stop":1707736056535,"duration":0}}]},"tags":[]},"source":"d5d457d9e9768106.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d62ae0c9dfd0e983.json b/6406/data/test-cases/d62ae0c9dfd0e983.json new file mode 100644 index 00000000000..ee8affbd22a --- /dev/null +++ b/6406/data/test-cases/d62ae0c9dfd0e983.json @@ -0,0 +1 @@ +{"uid":"d62ae0c9dfd0e983","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":1707793012511,"stop":1707793012512,"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":14,"unknown":0,"total":14},"items":[{"uid":"f3b8855ff30d78aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3b8855ff30d78aa","status":"passed","time":{"start":1707777977672,"stop":1707777977673,"duration":1}},{"uid":"c4b1ab0c8980bd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c4b1ab0c8980bd8c","status":"passed","time":{"start":1707775258467,"stop":1707775258467,"duration":0}},{"uid":"b89215dc03df4af0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b89215dc03df4af0","status":"passed","time":{"start":1707775082032,"stop":1707775082033,"duration":1}},{"uid":"1800e9b89ee7c425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1800e9b89ee7c425","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"f6ef9dea26d2206b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f6ef9dea26d2206b","status":"passed","time":{"start":1707769841909,"stop":1707769841910,"duration":1}},{"uid":"201a9a28fbae7331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/201a9a28fbae7331","status":"passed","time":{"start":1707759921463,"stop":1707759921463,"duration":0}},{"uid":"f944bebb69414d11","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f944bebb69414d11","status":"passed","time":{"start":1707757624889,"stop":1707757624890,"duration":1}},{"uid":"cb6520b80ed0ec00","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cb6520b80ed0ec00","status":"passed","time":{"start":1707756261835,"stop":1707756261838,"duration":3}},{"uid":"4326072b6a92a8bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4326072b6a92a8bc","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"5684867f998f7bfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5684867f998f7bfe","status":"passed","time":{"start":1707753409605,"stop":1707753409605,"duration":0}},{"uid":"b7e25a34c2344f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7e25a34c2344f64","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"a32271d681bf8b39","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a32271d681bf8b39","status":"passed","time":{"start":1707736708336,"stop":1707736708337,"duration":1}},{"uid":"79c3f774f4bd2149","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c3f774f4bd2149","status":"passed","time":{"start":1707735914394,"stop":1707735914395,"duration":1}}]},"tags":[]},"source":"d62ae0c9dfd0e983.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d6aa97f8164ad781.json b/6406/data/test-cases/d6aa97f8164ad781.json new file mode 100644 index 00000000000..74ec17ab339 --- /dev/null +++ b/6406/data/test-cases/d6aa97f8164ad781.json @@ -0,0 +1 @@ +{"uid":"d6aa97f8164ad781","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":1707792822804,"stop":1707792822805,"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":14,"unknown":0,"total":14},"items":[{"uid":"ece5ca6df412a5bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ece5ca6df412a5bd","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"b0b358893797ba65","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0b358893797ba65","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"b46142c59547040f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b46142c59547040f","status":"passed","time":{"start":1707774850258,"stop":1707774850259,"duration":1}},{"uid":"9fe35837e4c0ea8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fe35837e4c0ea8a","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"3cb2f9dcd6da334f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3cb2f9dcd6da334f","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"6be92222a723cd79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6be92222a723cd79","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"68a73ea1e56c88df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/68a73ea1e56c88df","status":"passed","time":{"start":1707757440223,"stop":1707757440224,"duration":1}},{"uid":"aaf0a15d470bcf1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aaf0a15d470bcf1e","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"deb98e9c99daea74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb98e9c99daea74","status":"passed","time":{"start":1707753487642,"stop":1707753487643,"duration":1}},{"uid":"1cf2c8a0f89e5a59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1cf2c8a0f89e5a59","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"59a3dc5b6cc27942","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/59a3dc5b6cc27942","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"7a058f80103ff4bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7a058f80103ff4bf","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"c7cb3387fadba2e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb3387fadba2e2","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"tags":[]},"source":"d6aa97f8164ad781.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a050bec49d167396.json b/6406/data/test-cases/d6b8f46e6270b50c.json similarity index 75% rename from 6379/data/test-cases/a050bec49d167396.json rename to 6406/data/test-cases/d6b8f46e6270b50c.json index 6e224b498e2..3abb0e112a9 100644 --- a/6379/data/test-cases/a050bec49d167396.json +++ b/6406/data/test-cases/d6b8f46e6270b50c.json @@ -1 +1 @@ -{"uid":"a050bec49d167396","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419013073,"stop":1707419013073,"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":18,"passed":0,"unknown":0,"total":18},"items":[{"uid":"31f26d3435e478e6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/31f26d3435e478e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418255025,"stop":1707418255025,"duration":0}},{"uid":"7b462ae319741873","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7b462ae319741873","status":"skipped","statusDetails":"Test ignored","time":{"start":1707418202577,"stop":1707418202578,"duration":1}},{"uid":"a6ca9f11a789ee9a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a6ca9f11a789ee9a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707412632612,"stop":1707412632612,"duration":0}},{"uid":"bc66c4f286cd2aec","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/bc66c4f286cd2aec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707411050767,"stop":1707411050767,"duration":0}},{"uid":"f958605ed7c6ceab","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f958605ed7c6ceab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707409528969,"stop":1707409528969,"duration":0}},{"uid":"479d51388be6cc31","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/479d51388be6cc31","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408904870,"stop":1707408904871,"duration":1}},{"uid":"7f333219e295ed01","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7f333219e295ed01","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408867376,"stop":1707408867376,"duration":0}},{"uid":"cca16e35c1cef442","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cca16e35c1cef442","status":"skipped","statusDetails":"Test ignored","time":{"start":1707408376754,"stop":1707408376754,"duration":0}},{"uid":"c127607d8d36fd3f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c127607d8d36fd3f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407458509,"stop":1707407458509,"duration":0}},{"uid":"83a61df7a50b8d0b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/83a61df7a50b8d0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707407342025,"stop":1707407342025,"duration":0}},{"uid":"fb8d16017d63e296","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fb8d16017d63e296","status":"skipped","statusDetails":"Test ignored","time":{"start":1707404337401,"stop":1707404337401,"duration":0}},{"uid":"75b787c861115648","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/75b787c861115648","status":"skipped","statusDetails":"Test ignored","time":{"start":1707375779681,"stop":1707375779682,"duration":1}},{"uid":"3dec5fdfc0ab4ea4","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3dec5fdfc0ab4ea4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707372972493,"stop":1707372972493,"duration":0}},{"uid":"beb8d9e2148d786d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/beb8d9e2148d786d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707359158652,"stop":1707359158652,"duration":0}},{"uid":"8cf244e37e6f3557","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8cf244e37e6f3557","status":"skipped","statusDetails":"Test ignored","time":{"start":1707357906692,"stop":1707357906693,"duration":1}},{"uid":"99e91985489afb62","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/99e91985489afb62","status":"skipped","statusDetails":"Test ignored","time":{"start":1707356955634,"stop":1707356955635,"duration":1}},{"uid":"88853f49e5f24525","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/88853f49e5f24525","status":"skipped","statusDetails":"Test ignored","time":{"start":1707355179960,"stop":1707355179960,"duration":0}}]},"tags":[]},"source":"a050bec49d167396.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6b8f46e6270b50c","name":"Refresh subscription","fullName":"/tests/relay/subscribe.node.spec.ts: Waku Relay, Subscribe > Refresh subscription","historyId":"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793168677,"stop":1707793168677,"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":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"14f5e2b741d037de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14f5e2b741d037de","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"dc5e3f4ac1bf8d26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc5e3f4ac1bf8d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"56857370d43499ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56857370d43499ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"94c4421c534b54f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94c4421c534b54f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142482,"stop":1707770142483,"duration":1}},{"uid":"810777742fce6d6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/810777742fce6d6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994536,"stop":1707769994537,"duration":1}},{"uid":"32dfe87670ddc23c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/32dfe87670ddc23c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106456,"stop":1707760106457,"duration":1}},{"uid":"be1cd0b0e725d857","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be1cd0b0e725d857","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804294,"duration":0}},{"uid":"5425bd7b1ebb29d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5425bd7b1ebb29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422346,"duration":0}},{"uid":"e9c6ea892c21752e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c6ea892c21752e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"c6304a794e079696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6304a794e079696","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586163,"stop":1707753586164,"duration":1}},{"uid":"2d806fcabf97af45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2d806fcabf97af45","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964802,"stop":1707750964802,"duration":0}},{"uid":"5f13f6ca046eea36","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f13f6ca046eea36","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"8ed9665e4d3b934d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed9665e4d3b934d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"tags":[]},"source":"d6b8f46e6270b50c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a9ff9de18ed23b48.json b/6406/data/test-cases/d6d341cb375f8407.json similarity index 81% rename from 6379/data/test-cases/a9ff9de18ed23b48.json rename to 6406/data/test-cases/d6d341cb375f8407.json index 4592fe57470..a0c97b2120d 100644 --- a/6379/data/test-cases/a9ff9de18ed23b48.json +++ b/6406/data/test-cases/d6d341cb375f8407.json @@ -1 +1 @@ -{"uid":"a9ff9de18ed23b48","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":1707419181412,"stop":1707419181418,"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: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"333c6b030b3cad2c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/333c6b030b3cad2c","status":"passed","time":{"start":1707418419766,"stop":1707418419766,"duration":0}},{"uid":"7144eb815c17d88b","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7144eb815c17d88b","status":"passed","time":{"start":1707418388448,"stop":1707418388449,"duration":1}},{"uid":"61aa50c8b06b3e66","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/61aa50c8b06b3e66","status":"passed","time":{"start":1707412796125,"stop":1707412796134,"duration":9}},{"uid":"2fe3010d6357ef7a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/2fe3010d6357ef7a","status":"passed","time":{"start":1707411256089,"stop":1707411256090,"duration":1}},{"uid":"60d554848cc9be2","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/60d554848cc9be2","status":"passed","time":{"start":1707409690316,"stop":1707409690316,"duration":0}},{"uid":"cc6fba894eacfebc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cc6fba894eacfebc","status":"passed","time":{"start":1707409095923,"stop":1707409095923,"duration":0}},{"uid":"19f7dc36b5781f6b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/19f7dc36b5781f6b","status":"passed","time":{"start":1707409032400,"stop":1707409032401,"duration":1}},{"uid":"101fe460731b69a2","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/101fe460731b69a2","status":"passed","time":{"start":1707408574259,"stop":1707408574259,"duration":0}},{"uid":"c2ba5745b8789fc8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c2ba5745b8789fc8","status":"passed","time":{"start":1707407633870,"stop":1707407633871,"duration":1}},{"uid":"8c823ea2818ef51c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8c823ea2818ef51c","status":"passed","time":{"start":1707407545222,"stop":1707407545222,"duration":0}},{"uid":"32e29f2928432c40","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/32e29f2928432c40","status":"passed","time":{"start":1707404532437,"stop":1707404532437,"duration":0}},{"uid":"efec1fc4abc6c95c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/efec1fc4abc6c95c","status":"passed","time":{"start":1707375958758,"stop":1707375958759,"duration":1}},{"uid":"a39539fd3cf3d12c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a39539fd3cf3d12c","status":"passed","time":{"start":1707373157755,"stop":1707373157755,"duration":0}},{"uid":"d2746828bdf0be07","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d2746828bdf0be07","status":"passed","time":{"start":1707359355976,"stop":1707359355977,"duration":1}},{"uid":"72d61072a8889f14","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/72d61072a8889f14","status":"passed","time":{"start":1707358094677,"stop":1707358094678,"duration":1}},{"uid":"aa4e750b8b0a8b68","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/aa4e750b8b0a8b68","status":"passed","time":{"start":1707357164919,"stop":1707357164919,"duration":0}},{"uid":"8d7e968dc1303244","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8d7e968dc1303244","status":"passed","time":{"start":1707355248780,"stop":1707355248780,"duration":0}}]},"tags":[]},"source":"a9ff9de18ed23b48.json","parameterValues":[]} \ No newline at end of file +{"uid":"d6d341cb375f8407","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":1707793371107,"stop":1707793371107,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"4eb3dffbc154b253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4eb3dffbc154b253","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"5a3f2fa765537ead","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a3f2fa765537ead","status":"passed","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"c3a46b54dee934ab","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3a46b54dee934ab","status":"passed","time":{"start":1707775390234,"stop":1707775390234,"duration":0}},{"uid":"6a905b9ce2d2f90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a905b9ce2d2f90c","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"b6642309404b0b73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6642309404b0b73","status":"passed","time":{"start":1707760301817,"stop":1707760301817,"duration":0}},{"uid":"4f39f8f073173f3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4f39f8f073173f3a","status":"passed","time":{"start":1707758006712,"stop":1707758006713,"duration":1}},{"uid":"374332bb1a68cf37","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/374332bb1a68cf37","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"c8f2fd1ff2da5404","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8f2fd1ff2da5404","status":"passed","time":{"start":1707753988883,"stop":1707753988884,"duration":1}},{"uid":"168895053d0472a0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/168895053d0472a0","status":"passed","time":{"start":1707753782759,"stop":1707753782760,"duration":1}},{"uid":"718d3333eb0fdd1e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/718d3333eb0fdd1e","status":"passed","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"b91379ed186578d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b91379ed186578d1","status":"passed","time":{"start":1707737091330,"stop":1707737091339,"duration":9}},{"uid":"c265a9c01f7db472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c265a9c01f7db472","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"tags":[]},"source":"d6d341cb375f8407.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d6e78758f8d4d62d.json b/6406/data/test-cases/d6e78758f8d4d62d.json new file mode 100644 index 00000000000..1dabf4c4515 --- /dev/null +++ b/6406/data/test-cases/d6e78758f8d4d62d.json @@ -0,0 +1 @@ +{"uid":"d6e78758f8d4d62d","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":1707793086605,"stop":1707793086605,"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":14,"unknown":0,"total":14},"items":[{"uid":"805eee9f34563243","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805eee9f34563243","status":"passed","time":{"start":1707778058489,"stop":1707778058489,"duration":0}},{"uid":"18d4a2d8526e9585","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/18d4a2d8526e9585","status":"passed","time":{"start":1707775337151,"stop":1707775337151,"duration":0}},{"uid":"8655b8fd690b886c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8655b8fd690b886c","status":"passed","time":{"start":1707775143601,"stop":1707775143602,"duration":1}},{"uid":"e5cdf4a8cee8d1f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5cdf4a8cee8d1f3","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"duration":1}},{"uid":"a392da77f98ece84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a392da77f98ece84","status":"passed","time":{"start":1707769940211,"stop":1707769940212,"duration":1}},{"uid":"131f3e4ab8032d44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/131f3e4ab8032d44","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"6b2519fbe26e0dea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6b2519fbe26e0dea","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"b47e34c39b7d370e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47e34c39b7d370e","status":"passed","time":{"start":1707756352341,"stop":1707756352342,"duration":1}},{"uid":"7bfd8056e05982f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bfd8056e05982f1","status":"passed","time":{"start":1707753768710,"stop":1707753768711,"duration":1}},{"uid":"20add995b3cdc01e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/20add995b3cdc01e","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"64141668d278209d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64141668d278209d","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"34874e5032730120","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34874e5032730120","status":"passed","time":{"start":1707736822684,"stop":1707736822684,"duration":0}},{"uid":"4a9aec9c90b94e29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a9aec9c90b94e29","status":"passed","time":{"start":1707736014744,"stop":1707736014744,"duration":0}}]},"tags":[]},"source":"d6e78758f8d4d62d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d70428cf06a62bc7.json b/6406/data/test-cases/d70428cf06a62bc7.json new file mode 100644 index 00000000000..3a99e66a3f5 --- /dev/null +++ b/6406/data/test-cases/d70428cf06a62bc7.json @@ -0,0 +1 @@ +{"uid":"d70428cf06a62bc7","name":"Symmetric encrypt & Decrypt","fullName":"/src/encryption.spec.ts: Waku Encryption > Symmetric encrypt & Decrypt","historyId":"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792821409,"stop":1707792821409,"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":14,"unknown":0,"total":14},"items":[{"uid":"5c07eaca7f7eb19c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c07eaca7f7eb19c","status":"passed","time":{"start":1707777770857,"stop":1707777770857,"duration":0}},{"uid":"c25e4affb2cfeb63","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c25e4affb2cfeb63","status":"passed","time":{"start":1707775046908,"stop":1707775046908,"duration":0}},{"uid":"e3fcc621df61302d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e3fcc621df61302d","status":"passed","time":{"start":1707774848913,"stop":1707774848913,"duration":0}},{"uid":"b072e0a8c9644429","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b072e0a8c9644429","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0}},{"uid":"eb254144abbd8b28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb254144abbd8b28","status":"passed","time":{"start":1707769649006,"stop":1707769649006,"duration":0}},{"uid":"fe105a3502eac439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe105a3502eac439","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"96fd6ec8abe5f3c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96fd6ec8abe5f3c9","status":"passed","time":{"start":1707757438819,"stop":1707757438819,"duration":0}},{"uid":"7704f0f80c27a0e5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7704f0f80c27a0e5","status":"passed","time":{"start":1707756067672,"stop":1707756067673,"duration":1}},{"uid":"5eceda152816e271","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5eceda152816e271","status":"passed","time":{"start":1707753486286,"stop":1707753486287,"duration":1}},{"uid":"4b72030f5addd3ad","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b72030f5addd3ad","status":"passed","time":{"start":1707753215213,"stop":1707753215214,"duration":1}},{"uid":"952ba57ed3cbb136","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/952ba57ed3cbb136","status":"passed","time":{"start":1707750615194,"stop":1707750615195,"duration":1}},{"uid":"92f62e221c6102f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/92f62e221c6102f2","status":"passed","time":{"start":1707736532652,"stop":1707736532652,"duration":0}},{"uid":"cc6a091c69dec567","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc6a091c69dec567","status":"passed","time":{"start":1707735714498,"stop":1707735714498,"duration":0}}]},"tags":[]},"source":"d70428cf06a62bc7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/390c57c9738b8cc.json b/6406/data/test-cases/d71d52c1b46f662.json similarity index 66% rename from 6379/data/test-cases/390c57c9738b8cc.json rename to 6406/data/test-cases/d71d52c1b46f662.json index 745b9c304d4..c32e42a5893 100644 --- a/6379/data/test-cases/390c57c9738b8cc.json +++ b/6406/data/test-cases/d71d52c1b46f662.json @@ -1 +1 @@ -{"uid":"390c57c9738b8cc","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":1707419080411,"stop":1707419080411,"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":18,"unknown":0,"total":18},"items":[{"uid":"48ae0fa5e03d788d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/48ae0fa5e03d788d","status":"passed","time":{"start":1707418322024,"stop":1707418322024,"duration":0}},{"uid":"3392c215e19ac020","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3392c215e19ac020","status":"passed","time":{"start":1707418259987,"stop":1707418259988,"duration":1}},{"uid":"5c3c27680d856926","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5c3c27680d856926","status":"passed","time":{"start":1707412707119,"stop":1707412707122,"duration":3}},{"uid":"56ba5157c895ad2a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/56ba5157c895ad2a","status":"passed","time":{"start":1707411118124,"stop":1707411118125,"duration":1}},{"uid":"b8839c8d9337ffd6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b8839c8d9337ffd6","status":"passed","time":{"start":1707409587928,"stop":1707409587929,"duration":1}},{"uid":"ffc6d20140525e07","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ffc6d20140525e07","status":"passed","time":{"start":1707408980246,"stop":1707408980246,"duration":0}},{"uid":"9048fe1e09a1e386","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9048fe1e09a1e386","status":"passed","time":{"start":1707408927127,"stop":1707408927127,"duration":0}},{"uid":"cf556a207aa9ddc0","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/cf556a207aa9ddc0","status":"passed","time":{"start":1707408458746,"stop":1707408458746,"duration":0}},{"uid":"663255b1e470c41f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/663255b1e470c41f","status":"passed","time":{"start":1707407520236,"stop":1707407520237,"duration":1}},{"uid":"93695e78b9b394fb","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/93695e78b9b394fb","status":"passed","time":{"start":1707407427650,"stop":1707407427650,"duration":0}},{"uid":"60a9fd4824546f17","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/60a9fd4824546f17","status":"passed","time":{"start":1707404404313,"stop":1707404404313,"duration":0}},{"uid":"f9451488958db8b8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/f9451488958db8b8","status":"passed","time":{"start":1707375846760,"stop":1707375846760,"duration":0}},{"uid":"2aa1bf7c0d201088","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2aa1bf7c0d201088","status":"passed","time":{"start":1707373035650,"stop":1707373035650,"duration":0}},{"uid":"8606228c3799ace4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8606228c3799ace4","status":"passed","time":{"start":1707359236216,"stop":1707359236216,"duration":0}},{"uid":"651b3011aef195af","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/651b3011aef195af","status":"passed","time":{"start":1707357965202,"stop":1707357965202,"duration":0}},{"uid":"afd629337cbdc71f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/afd629337cbdc71f","status":"passed","time":{"start":1707357048211,"stop":1707357048211,"duration":0}},{"uid":"e809331afddeb476","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e809331afddeb476","status":"passed","time":{"start":1707355141618,"stop":1707355141618,"duration":0}}]},"tags":[]},"source":"390c57c9738b8cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"d71d52c1b46f662","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":1707793238870,"stop":1707793238870,"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":14,"unknown":0,"total":14},"items":[{"uid":"8b93881ea3866c78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b93881ea3866c78","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"143a6b0b72b8e963","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/143a6b0b72b8e963","status":"passed","time":{"start":1707775486620,"stop":1707775486621,"duration":1}},{"uid":"949268f12a66dcef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/949268f12a66dcef","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"5d7fa67036e31614","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d7fa67036e31614","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"duration":1}},{"uid":"57a3fc5bf6aafe99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57a3fc5bf6aafe99","status":"passed","time":{"start":1707770051374,"stop":1707770051375,"duration":1}},{"uid":"1995935ebafe9d6f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995935ebafe9d6f","status":"passed","time":{"start":1707760174016,"stop":1707760174017,"duration":1}},{"uid":"ce8d69e5d8f94443","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce8d69e5d8f94443","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"3e53d9ebc3ca4280","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e53d9ebc3ca4280","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"34028fe729efb9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34028fe729efb9ef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"6639d3eff3891532","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6639d3eff3891532","status":"passed","time":{"start":1707753647499,"stop":1707753647501,"duration":2}},{"uid":"2997544e3270b470","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2997544e3270b470","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"deeb0d862778633c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb0d862778633c","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"5e0bd8aaa5cb2268","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e0bd8aaa5cb2268","status":"passed","time":{"start":1707736152501,"stop":1707736152502,"duration":1}}]},"tags":[]},"source":"d71d52c1b46f662.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d77d2dbf084e0186.json b/6406/data/test-cases/d77d2dbf084e0186.json new file mode 100644 index 00000000000..d13c7e127de --- /dev/null +++ b/6406/data/test-cases/d77d2dbf084e0186.json @@ -0,0 +1 @@ +{"uid":"d77d2dbf084e0186","name":"Query Generator sorting by timestamp while page direction is backward","fullName":"/tests/store/sorting.node.spec.ts: Waku Store, sorting > Query Generator sorting by timestamp while page direction is backward","historyId":"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793387156,"stop":1707793387156,"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":14,"unknown":0,"total":14},"items":[{"uid":"f4a5cbd0391b8c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f4a5cbd0391b8c55","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"12bcd1b95c71a686","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12bcd1b95c71a686","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"49ec108173c309e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ec108173c309e1","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"704b374bbfe5335c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/704b374bbfe5335c","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"duration":1}},{"uid":"5649ad5afa135613","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5649ad5afa135613","status":"passed","time":{"start":1707770134574,"stop":1707770134574,"duration":0}},{"uid":"c1765c15b0ed729f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1765c15b0ed729f","status":"passed","time":{"start":1707760319219,"stop":1707760319220,"duration":1}},{"uid":"5eea3384c4741439","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5eea3384c4741439","status":"passed","time":{"start":1707758014868,"stop":1707758014868,"duration":0}},{"uid":"7ada6977f8b4b062","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7ada6977f8b4b062","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"40c3d44a3542a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/40c3d44a3542a031","status":"passed","time":{"start":1707753945996,"stop":1707753945997,"duration":1}},{"uid":"8eca6c8d0e0730ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8eca6c8d0e0730ec","status":"passed","time":{"start":1707753803975,"stop":1707753803975,"duration":0}},{"uid":"6c883c6b8f5a131e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6c883c6b8f5a131e","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"34a24862e7752d93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34a24862e7752d93","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"a69a408b060bf66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a69a408b060bf66b","status":"passed","time":{"start":1707736302666,"stop":1707736302666,"duration":0}}]},"tags":[]},"source":"d77d2dbf084e0186.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d78f93d3af98e7f6.json b/6406/data/test-cases/d78f93d3af98e7f6.json new file mode 100644 index 00000000000..91cc9e04b4b --- /dev/null +++ b/6406/data/test-cases/d78f93d3af98e7f6.json @@ -0,0 +1 @@ +{"uid":"d78f93d3af98e7f6","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":1707792800000,"stop":1707792800001,"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":14,"unknown":0,"total":14},"items":[{"uid":"1b905c0424d244c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b905c0424d244c5","status":"passed","time":{"start":1707777749084,"stop":1707777749086,"duration":2}},{"uid":"d40797d14f21c098","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d40797d14f21c098","status":"passed","time":{"start":1707775025518,"stop":1707775025519,"duration":1}},{"uid":"e7ef4e1eb91b8240","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7ef4e1eb91b8240","status":"passed","time":{"start":1707774827053,"stop":1707774827054,"duration":1}},{"uid":"30adc7e787a820d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30adc7e787a820d8","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"duration":1}},{"uid":"4a2f3ca01b28c843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4a2f3ca01b28c843","status":"passed","time":{"start":1707769627285,"stop":1707769627285,"duration":0}},{"uid":"9463966830a30c9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9463966830a30c9c","status":"passed","time":{"start":1707759722019,"stop":1707759722020,"duration":1}},{"uid":"14b797e5e548ffdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14b797e5e548ffdb","status":"passed","time":{"start":1707757416829,"stop":1707757416830,"duration":1}},{"uid":"4afad99bd3540f8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4afad99bd3540f8e","status":"passed","time":{"start":1707756046589,"stop":1707756046589,"duration":0}},{"uid":"863381bc715441e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/863381bc715441e7","status":"passed","time":{"start":1707753464661,"stop":1707753464662,"duration":1}},{"uid":"ba5645254416d602","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba5645254416d602","status":"passed","time":{"start":1707753192927,"stop":1707753192928,"duration":1}},{"uid":"ae813215e1f88495","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae813215e1f88495","status":"passed","time":{"start":1707750593500,"stop":1707750593501,"duration":1}},{"uid":"6a05dd11e2e923a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6a05dd11e2e923a4","status":"passed","time":{"start":1707736510871,"stop":1707736510872,"duration":1}},{"uid":"1bf770aa4354be9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf770aa4354be9d","status":"passed","time":{"start":1707735692278,"stop":1707735692279,"duration":1}}]},"tags":[]},"source":"d78f93d3af98e7f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3d61d6d5b2c5de43.json b/6406/data/test-cases/d80eb2f2803d406f.json similarity index 87% rename from 6379/data/test-cases/3d61d6d5b2c5de43.json rename to 6406/data/test-cases/d80eb2f2803d406f.json index e2368ed7083..2abaf011d60 100644 --- a/6379/data/test-cases/3d61d6d5b2c5de43.json +++ b/6406/data/test-cases/d80eb2f2803d406f.json @@ -1 +1 @@ -{"uid":"3d61d6d5b2c5de43","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":1707419247773,"stop":1707419247773,"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":17,"unknown":0,"total":17},"items":[{"uid":"505530e7e9815f3f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/505530e7e9815f3f","status":"passed","time":{"start":1707418479340,"stop":1707418479340,"duration":0}},{"uid":"6b9e4a1502b6094d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6b9e4a1502b6094d","status":"passed","time":{"start":1707418420796,"stop":1707418420797,"duration":1}},{"uid":"b3e9044ed6914944","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b3e9044ed6914944","status":"passed","time":{"start":1707412716432,"stop":1707412716433,"duration":1}},{"uid":"7b6a7b138f1f2e17","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7b6a7b138f1f2e17","status":"passed","time":{"start":1707411275213,"stop":1707411275213,"duration":0}},{"uid":"6db5826df81f7fe6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6db5826df81f7fe6","status":"passed","time":{"start":1707409745067,"stop":1707409745068,"duration":1}},{"uid":"c43ca79e020a1657","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c43ca79e020a1657","status":"passed","time":{"start":1707409135319,"stop":1707409135319,"duration":0}},{"uid":"5c31ac1380539217","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5c31ac1380539217","status":"passed","time":{"start":1707409077130,"stop":1707409077131,"duration":1}},{"uid":"a4c4d7e6ea9015c1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a4c4d7e6ea9015c1","status":"passed","time":{"start":1707408618356,"stop":1707408618357,"duration":1}},{"uid":"d5fe5f333c1cb295","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d5fe5f333c1cb295","status":"passed","time":{"start":1707407695604,"stop":1707407695604,"duration":0}},{"uid":"6cf779945f3c2307","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/6cf779945f3c2307","status":"passed","time":{"start":1707407563839,"stop":1707407563839,"duration":0}},{"uid":"ca896e1610a564e0","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ca896e1610a564e0","status":"passed","time":{"start":1707404565400,"stop":1707404565400,"duration":0}},{"uid":"e52ba9a0f4b9e51d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/e52ba9a0f4b9e51d","status":"passed","time":{"start":1707376005066,"stop":1707376005066,"duration":0}},{"uid":"32658abad8d84891","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/32658abad8d84891","status":"passed","time":{"start":1707373209929,"stop":1707373209929,"duration":0}},{"uid":"53e7934f1f60fcba","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/53e7934f1f60fcba","status":"passed","time":{"start":1707359407157,"stop":1707359407157,"duration":0}},{"uid":"f87b6a1d21bd86ba","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f87b6a1d21bd86ba","status":"passed","time":{"start":1707358162771,"stop":1707358162771,"duration":0}},{"uid":"16229db85dd80839","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/16229db85dd80839","status":"passed","time":{"start":1707355687992,"stop":1707355687992,"duration":0}}]},"tags":[]},"source":"3d61d6d5b2c5de43.json","parameterValues":[]} \ No newline at end of file +{"uid":"d80eb2f2803d406f","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":1707793370633,"stop":1707793370634,"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":13,"unknown":0,"total":13},"items":[{"uid":"bad95e71965951b5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad95e71965951b5","status":"passed","time":{"start":1707778386482,"stop":1707778386483,"duration":1}},{"uid":"27b65c104080e426","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27b65c104080e426","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"844edebc08843886","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/844edebc08843886","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"591ce52935e7d84b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591ce52935e7d84b","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"885d4fbe97cec8db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/885d4fbe97cec8db","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"1ce0971c926596d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ce0971c926596d4","status":"passed","time":{"start":1707760335951,"stop":1707760335954,"duration":3}},{"uid":"ad5a1a3339117682","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad5a1a3339117682","status":"passed","time":{"start":1707758023534,"stop":1707758023535,"duration":1}},{"uid":"9d853b07d36b1589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d853b07d36b1589","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"c39dfd4be5149151","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c39dfd4be5149151","status":"passed","time":{"start":1707753837170,"stop":1707753837170,"duration":0}},{"uid":"7cb9ac04da8c94f2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7cb9ac04da8c94f2","status":"passed","time":{"start":1707751136338,"stop":1707751136338,"duration":0}},{"uid":"4bdddeec68cb98da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bdddeec68cb98da","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"8ed6bb7d6e200300","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed6bb7d6e200300","status":"passed","time":{"start":1707736322658,"stop":1707736322658,"duration":0}}]},"tags":[]},"source":"d80eb2f2803d406f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d812350b1b0dea77.json b/6406/data/test-cases/d812350b1b0dea77.json new file mode 100644 index 00000000000..372c5bd2482 --- /dev/null +++ b/6406/data/test-cases/d812350b1b0dea77.json @@ -0,0 +1 @@ +{"uid":"d812350b1b0dea77","name":"1 Store, 2 relays, 2 fetches","fullName":"/src/fetch_nodes.spec.ts: Fetch nodes until capabilities are fulfilled > 1 Store, 2 relays, 2 fetches","historyId":"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814756,"stop":1707792814757,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"b3bec443c936e8cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3bec443c936e8cd","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"2c717fef35675fbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2c717fef35675fbd","status":"passed","time":{"start":1707775040234,"stop":1707775040235,"duration":1}},{"uid":"4d015097e9e654a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d015097e9e654a2","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"c7362ebf2d1ccfe7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7362ebf2d1ccfe7","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0}},{"uid":"94f04665db173014","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/94f04665db173014","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"54175d9c7a68cb51","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54175d9c7a68cb51","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"2b190b75326b15c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b190b75326b15c6","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"898c74e06fdfbc3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/898c74e06fdfbc3","status":"passed","time":{"start":1707756061066,"stop":1707756061067,"duration":1}},{"uid":"d70fc0ae7268eb1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d70fc0ae7268eb1b","status":"passed","time":{"start":1707753479613,"stop":1707753479614,"duration":1}},{"uid":"af8d7250a16e13cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af8d7250a16e13cd","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"7067cb90df4f3be1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7067cb90df4f3be1","status":"passed","time":{"start":1707750608630,"stop":1707750608631,"duration":1}},{"uid":"d1e1f8117588f556","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1e1f8117588f556","status":"passed","time":{"start":1707736525924,"stop":1707736525925,"duration":1}},{"uid":"6467b4fc2709065a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6467b4fc2709065a","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"tags":[]},"source":"d812350b1b0dea77.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4c99d8e882f47f04.json b/6406/data/test-cases/d843cb3f188ab455.json similarity index 83% rename from 6379/data/test-cases/4c99d8e882f47f04.json rename to 6406/data/test-cases/d843cb3f188ab455.json index 89337557003..eb681c1bc37 100644 --- a/6379/data/test-cases/4c99d8e882f47f04.json +++ b/6406/data/test-cases/d843cb3f188ab455.json @@ -1 +1 @@ -{"uid":"4c99d8e882f47f04","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":1707419289509,"stop":1707419289509,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"91ab5701055f740","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/91ab5701055f740","status":"passed","time":{"start":1707418535550,"stop":1707418535550,"duration":0}},{"uid":"5ea4a0b6701ce426","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5ea4a0b6701ce426","status":"passed","time":{"start":1707418482225,"stop":1707418482225,"duration":0}},{"uid":"423450206c4121c6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/423450206c4121c6","status":"passed","time":{"start":1707412863491,"stop":1707412863491,"duration":0}},{"uid":"e807e17c91754b6b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/e807e17c91754b6b","status":"passed","time":{"start":1707411338662,"stop":1707411338662,"duration":0}},{"uid":"2e18948965614666","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2e18948965614666","status":"passed","time":{"start":1707409792239,"stop":1707409792239,"duration":0}},{"uid":"1c06f7170ed4d253","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1c06f7170ed4d253","status":"passed","time":{"start":1707409177763,"stop":1707409177763,"duration":0}},{"uid":"df99f2b7fdcb26ab","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/df99f2b7fdcb26ab","status":"passed","time":{"start":1707409135097,"stop":1707409135097,"duration":0}},{"uid":"755cd5d40fa9abb8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/755cd5d40fa9abb8","status":"passed","time":{"start":1707408664032,"stop":1707408664033,"duration":1}},{"uid":"2b33e42e2dfcfa9a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2b33e42e2dfcfa9a","status":"passed","time":{"start":1707407736519,"stop":1707407736519,"duration":0}},{"uid":"b6a947fa040178be","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b6a947fa040178be","status":"passed","time":{"start":1707407618237,"stop":1707407618237,"duration":0}},{"uid":"b0e3a01450e05883","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b0e3a01450e05883","status":"passed","time":{"start":1707404537726,"stop":1707404537730,"duration":4}},{"uid":"9696777c8ae43744","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/9696777c8ae43744","status":"passed","time":{"start":1707375978552,"stop":1707375978552,"duration":0}},{"uid":"6ce0cd838bc9b44e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6ce0cd838bc9b44e","status":"passed","time":{"start":1707373245366,"stop":1707373245366,"duration":0}},{"uid":"cc5ae3f1ac494161","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cc5ae3f1ac494161","status":"passed","time":{"start":1707359448675,"stop":1707359448675,"duration":0}},{"uid":"98b4edc3cd191c92","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/98b4edc3cd191c92","status":"passed","time":{"start":1707358197194,"stop":1707358197195,"duration":1}},{"uid":"315fd65e445b01b1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/315fd65e445b01b1","status":"passed","time":{"start":1707357226636,"stop":1707357226636,"duration":0}},{"uid":"6445eb4e5846a305","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6445eb4e5846a305","status":"passed","time":{"start":1707355477320,"stop":1707355477321,"duration":1}}]},"tags":[]},"source":"4c99d8e882f47f04.json","parameterValues":[]} \ No newline at end of file +{"uid":"d843cb3f188ab455","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":1707793446748,"stop":1707793446748,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"c52ff903a64aab71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c52ff903a64aab71","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"27790caae91cf15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27790caae91cf15","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"75401a66681b2014","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/75401a66681b2014","status":"passed","time":{"start":1707775494284,"stop":1707775494284,"duration":0}},{"uid":"a5cb89fde165b4e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a5cb89fde165b4e8","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"ff044d2f0f2e6c58","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ff044d2f0f2e6c58","status":"passed","time":{"start":1707770238692,"stop":1707770238693,"duration":1}},{"uid":"9940a88c37e65c5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9940a88c37e65c5a","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"575e9173806d345a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/575e9173806d345a","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"94cb47662573584d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/94cb47662573584d","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"3007956a83838ef1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3007956a83838ef1","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c097b2977bb5321c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c097b2977bb5321c","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"b63a422b988b4454","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b63a422b988b4454","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ab0ae76aa1d39a23","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab0ae76aa1d39a23","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"bd7e70a839491d1b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd7e70a839491d1b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"tags":[]},"source":"d843cb3f188ab455.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f11c81f23f9d4b9b.json b/6406/data/test-cases/d8c75b1e1143c0f4.json similarity index 63% rename from 6379/data/test-cases/f11c81f23f9d4b9b.json rename to 6406/data/test-cases/d8c75b1e1143c0f4.json index 2b394fd02b1..fdf8875c813 100644 --- a/6379/data/test-cases/f11c81f23f9d4b9b.json +++ b/6406/data/test-cases/d8c75b1e1143c0f4.json @@ -1 +1 @@ -{"uid":"f11c81f23f9d4b9b","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":1707419149714,"stop":1707419149715,"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":18,"unknown":0,"total":18},"items":[{"uid":"a45eec37e92d5a8f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a45eec37e92d5a8f","status":"passed","time":{"start":1707418383126,"stop":1707418383127,"duration":1}},{"uid":"ecc9d7cf6291c12e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ecc9d7cf6291c12e","status":"passed","time":{"start":1707418335149,"stop":1707418335149,"duration":0}},{"uid":"ce0c7035b96e6849","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ce0c7035b96e6849","status":"passed","time":{"start":1707412768665,"stop":1707412768665,"duration":0}},{"uid":"5e2b6a49e3663ca1","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5e2b6a49e3663ca1","status":"passed","time":{"start":1707411190754,"stop":1707411190755,"duration":1}},{"uid":"3e85a02b3ca7054d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/3e85a02b3ca7054d","status":"passed","time":{"start":1707409656844,"stop":1707409656844,"duration":0}},{"uid":"6100d1d6ca155c15","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6100d1d6ca155c15","status":"passed","time":{"start":1707409051755,"stop":1707409051755,"duration":0}},{"uid":"453bede8a6145e1f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/453bede8a6145e1f","status":"passed","time":{"start":1707409014626,"stop":1707409014627,"duration":1}},{"uid":"e9bf1f3051121b6f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e9bf1f3051121b6f","status":"passed","time":{"start":1707408533825,"stop":1707408533825,"duration":0}},{"uid":"2ce4138970c682ad","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ce4138970c682ad","status":"passed","time":{"start":1707407648214,"stop":1707407648215,"duration":1}},{"uid":"79f087a1b17760ce","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/79f087a1b17760ce","status":"passed","time":{"start":1707407504227,"stop":1707407504227,"duration":0}},{"uid":"af9cba91f430a90d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/af9cba91f430a90d","status":"passed","time":{"start":1707404485296,"stop":1707404485296,"duration":0}},{"uid":"99ef4587d70c375d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/99ef4587d70c375d","status":"passed","time":{"start":1707375923748,"stop":1707375923748,"duration":0}},{"uid":"c67c6f40da19e01d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/c67c6f40da19e01d","status":"passed","time":{"start":1707373125417,"stop":1707373125418,"duration":1}},{"uid":"97dfcf3e2e2a2110","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/97dfcf3e2e2a2110","status":"passed","time":{"start":1707359334598,"stop":1707359334598,"duration":0}},{"uid":"db0638fcd09b7c3b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/db0638fcd09b7c3b","status":"passed","time":{"start":1707358096689,"stop":1707358096690,"duration":1}},{"uid":"2ce4533a267852ad","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2ce4533a267852ad","status":"passed","time":{"start":1707357064563,"stop":1707357064564,"duration":1}},{"uid":"e9e9224b7faa244","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e9e9224b7faa244","status":"passed","time":{"start":1707355285308,"stop":1707355285308,"duration":0}}]},"tags":[]},"source":"f11c81f23f9d4b9b.json","parameterValues":[]} \ No newline at end of file +{"uid":"d8c75b1e1143c0f4","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":1707793304787,"stop":1707793304788,"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":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"40f932cb58b1f7e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40f932cb58b1f7e5","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"5e182f1a57458639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e182f1a57458639","status":"passed","time":{"start":1707775545747,"stop":1707775545750,"duration":3}},{"uid":"49ae54c6d53ceeb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ae54c6d53ceeb","status":"passed","time":{"start":1707775359965,"stop":1707775359971,"duration":6}},{"uid":"8ff2ca598b5e7861","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ff2ca598b5e7861","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"593b3a5849642c3b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/593b3a5849642c3b","status":"passed","time":{"start":1707770099500,"stop":1707770099500,"duration":0}},{"uid":"ca5015dabe87db1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca5015dabe87db1c","status":"passed","time":{"start":1707760242016,"stop":1707760242017,"duration":1}},{"uid":"58f5d75c02d36722","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58f5d75c02d36722","status":"passed","time":{"start":1707757936368,"stop":1707757936368,"duration":0}},{"uid":"5225a8fa46d06354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5225a8fa46d06354","status":"passed","time":{"start":1707756564917,"stop":1707756564917,"duration":0}},{"uid":"e1f3893f8c312aa3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e1f3893f8c312aa3","status":"passed","time":{"start":1707753906988,"stop":1707753906989,"duration":1}},{"uid":"e99f4f974b976616","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99f4f974b976616","status":"passed","time":{"start":1707753724179,"stop":1707753724179,"duration":0}},{"uid":"225b5be5686fa6c8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/225b5be5686fa6c8","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"24c55aa568310506","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c55aa568310506","status":"broken","statusDetails":"Expected at least 1 peer in each node. Got waku connections: 1 and nwaku: 0","time":{"start":1707736996444,"stop":1707736996444,"duration":0}},{"uid":"9ba965e5c4efa4e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ba965e5c4efa4e5","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"tags":[]},"source":"d8c75b1e1143c0f4.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/d96387bd33fcb26.json b/6406/data/test-cases/d96387bd33fcb26.json new file mode 100644 index 00000000000..1a88cc52dbb --- /dev/null +++ b/6406/data/test-cases/d96387bd33fcb26.json @@ -0,0 +1 @@ +{"uid":"d96387bd33fcb26","name":"stop","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > stop","historyId":"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878416,"stop":1707792878417,"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}],"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}],"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":"5eede6fb2bb96d27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5eede6fb2bb96d27","status":"passed","time":{"start":1707777826933,"stop":1707777826934,"duration":1}},{"uid":"f1a66717999065b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a66717999065b4","status":"passed","time":{"start":1707775103556,"stop":1707775103556,"duration":0}},{"uid":"49e0abd4caee2916","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49e0abd4caee2916","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"a1b6dcada8dbad61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b6dcada8dbad61","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"duration":0}},{"uid":"b2fea98fddfc8d2a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2fea98fddfc8d2a","status":"passed","time":{"start":1707769706527,"stop":1707769706532,"duration":5}},{"uid":"c25606e98da232c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c25606e98da232c0","status":"passed","time":{"start":1707759800533,"stop":1707759800534,"duration":1}},{"uid":"7f67f9b88bc74bca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f67f9b88bc74bca","status":"passed","time":{"start":1707757496504,"stop":1707757496504,"duration":0}},{"uid":"fa7a3aadfe88a9ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa7a3aadfe88a9ce","status":"passed","time":{"start":1707756124840,"stop":1707756124841,"duration":1}},{"uid":"967756699701bddd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/967756699701bddd","status":"passed","time":{"start":1707753544144,"stop":1707753544145,"duration":1}},{"uid":"615e012287ebe89c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/615e012287ebe89c","status":"passed","time":{"start":1707753273869,"stop":1707753273870,"duration":1}},{"uid":"7d3420af4431ed2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d3420af4431ed2c","status":"passed","time":{"start":1707750672013,"stop":1707750672013,"duration":0}},{"uid":"6c7af89aa5033750","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c7af89aa5033750","status":"passed","time":{"start":1707736588887,"stop":1707736588888,"duration":1}},{"uid":"c5fddd2764046ea6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5fddd2764046ea6","status":"passed","time":{"start":1707735772598,"stop":1707735772599,"duration":1}}]},"tags":[]},"source":"d96387bd33fcb26.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e0a6a85877122d3.json b/6406/data/test-cases/d96bc0b4fbf688b.json similarity index 83% rename from 6379/data/test-cases/e0a6a85877122d3.json rename to 6406/data/test-cases/d96bc0b4fbf688b.json index c0c039b0fe2..5d1614841ca 100644 --- a/6379/data/test-cases/e0a6a85877122d3.json +++ b/6406/data/test-cases/d96bc0b4fbf688b.json @@ -1 +1 @@ -{"uid":"e0a6a85877122d3","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":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"3bbcf9a7391f26ad","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3bbcf9a7391f26ad","status":"passed","time":{"start":1707418535542,"stop":1707418535542,"duration":0}},{"uid":"f67c9b2e93b59364","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f67c9b2e93b59364","status":"passed","time":{"start":1707418482218,"stop":1707418482218,"duration":0}},{"uid":"9e8a7241109caf1f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9e8a7241109caf1f","status":"passed","time":{"start":1707412863483,"stop":1707412863484,"duration":1}},{"uid":"c9f65655a0fcadd8","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c9f65655a0fcadd8","status":"passed","time":{"start":1707411338655,"stop":1707411338655,"duration":0}},{"uid":"1f7507b569cef873","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1f7507b569cef873","status":"passed","time":{"start":1707409792232,"stop":1707409792232,"duration":0}},{"uid":"fb6a012e432be5c4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fb6a012e432be5c4","status":"passed","time":{"start":1707409177755,"stop":1707409177755,"duration":0}},{"uid":"c0f42933cdf09ac8","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c0f42933cdf09ac8","status":"passed","time":{"start":1707409135090,"stop":1707409135090,"duration":0}},{"uid":"b7392d05e0b42ce5","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b7392d05e0b42ce5","status":"passed","time":{"start":1707408664024,"stop":1707408664024,"duration":0}},{"uid":"6760dc8bc334e4b5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6760dc8bc334e4b5","status":"passed","time":{"start":1707407736509,"stop":1707407736510,"duration":1}},{"uid":"c3e676af20d43ffc","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c3e676af20d43ffc","status":"passed","time":{"start":1707407618230,"stop":1707407618230,"duration":0}},{"uid":"c8c708f2e9cdae57","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c8c708f2e9cdae57","status":"passed","time":{"start":1707404537715,"stop":1707404537715,"duration":0}},{"uid":"7041e8bb514ce529","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7041e8bb514ce529","status":"passed","time":{"start":1707373245357,"stop":1707373245357,"duration":0}},{"uid":"2321a4b794c0291e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2321a4b794c0291e","status":"passed","time":{"start":1707359448667,"stop":1707359448668,"duration":1}},{"uid":"26c4d6644fc93fd8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/26c4d6644fc93fd8","status":"passed","time":{"start":1707358197186,"stop":1707358197187,"duration":1}},{"uid":"50a349b428ea3438","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/50a349b428ea3438","status":"passed","time":{"start":1707357226629,"stop":1707357226629,"duration":0}},{"uid":"6f9d46a986691fcf","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6f9d46a986691fcf","status":"passed","time":{"start":1707355477308,"stop":1707355477308,"duration":0}}]},"tags":[]},"source":"e0a6a85877122d3.json","parameterValues":[]} \ No newline at end of file +{"uid":"d96bc0b4fbf688b","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":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"77d53174805c06ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d53174805c06ae","status":"passed","time":{"start":1707778413517,"stop":1707778413518,"duration":1}},{"uid":"1c67236050919be4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c67236050919be4","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"7ccb57596728ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ccb57596728ed31","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"66af16e9cb60aebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/66af16e9cb60aebd","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"duration":1}},{"uid":"b58ff741d793ea1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b58ff741d793ea1e","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"9d212796844f5ccb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d212796844f5ccb","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"18f8012b4b50c610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/18f8012b4b50c610","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"a355c53ff2e4146c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a355c53ff2e4146c","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"7735a73cde46f26","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7735a73cde46f26","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"1708c29844f2477e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1708c29844f2477e","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"bbe09053bfbfdfb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbe09053bfbfdfb6","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bcb5522c910c8404","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bcb5522c910c8404","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"97a87cbea3bd7368","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97a87cbea3bd7368","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"tags":[]},"source":"d96bc0b4fbf688b.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/725208165e1f48a7.json b/6406/data/test-cases/da125b9e9ada1526.json similarity index 79% rename from 6379/data/test-cases/725208165e1f48a7.json rename to 6406/data/test-cases/da125b9e9ada1526.json index f8ab354dabb..3e6788c33c6 100644 --- a/6379/data/test-cases/725208165e1f48a7.json +++ b/6406/data/test-cases/da125b9e9ada1526.json @@ -1 +1 @@ -{"uid":"725208165e1f48a7","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":1707418998145,"stop":1707418998146,"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":18,"unknown":0,"total":18},"items":[{"uid":"cde5f269e888d7e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/cde5f269e888d7e","status":"passed","time":{"start":1707418242005,"stop":1707418242005,"duration":0}},{"uid":"41fdbcd9e1d78d08","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/41fdbcd9e1d78d08","status":"passed","time":{"start":1707418191240,"stop":1707418191241,"duration":1}},{"uid":"10850e8a46d15696","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/10850e8a46d15696","status":"passed","time":{"start":1707412620267,"stop":1707412620267,"duration":0}},{"uid":"b16417faf0a0adaa","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b16417faf0a0adaa","status":"passed","time":{"start":1707411038686,"stop":1707411038686,"duration":0}},{"uid":"eaa5970c7538cf8f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/eaa5970c7538cf8f","status":"passed","time":{"start":1707409514434,"stop":1707409514435,"duration":1}},{"uid":"bbb1ec09ccf6f801","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/bbb1ec09ccf6f801","status":"passed","time":{"start":1707408894641,"stop":1707408894642,"duration":1}},{"uid":"dae22d50d61d3668","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/dae22d50d61d3668","status":"passed","time":{"start":1707408855731,"stop":1707408855731,"duration":0}},{"uid":"64e01ab9a5b34ea7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/64e01ab9a5b34ea7","status":"passed","time":{"start":1707408364958,"stop":1707408364958,"duration":0}},{"uid":"4d90c09493b11403","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4d90c09493b11403","status":"passed","time":{"start":1707407446971,"stop":1707407446972,"duration":1}},{"uid":"f58ebbbf99aa988f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f58ebbbf99aa988f","status":"passed","time":{"start":1707407328488,"stop":1707407328489,"duration":1}},{"uid":"3b84f5584b2c90c7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3b84f5584b2c90c7","status":"passed","time":{"start":1707404323780,"stop":1707404323781,"duration":1}},{"uid":"19694f7f3b78b570","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/19694f7f3b78b570","status":"passed","time":{"start":1707375767329,"stop":1707375767330,"duration":1}},{"uid":"970d2967d13c38a0","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/970d2967d13c38a0","status":"passed","time":{"start":1707372960637,"stop":1707372960637,"duration":0}},{"uid":"2cdcfb23f2d29917","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2cdcfb23f2d29917","status":"passed","time":{"start":1707359147641,"stop":1707359147641,"duration":0}},{"uid":"ccace4dc84190155","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ccace4dc84190155","status":"passed","time":{"start":1707357894477,"stop":1707357894477,"duration":0}},{"uid":"f58240ce9c6283b9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f58240ce9c6283b9","status":"passed","time":{"start":1707356942078,"stop":1707356942078,"duration":0}},{"uid":"e5b43e286902537a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e5b43e286902537a","status":"passed","time":{"start":1707355162757,"stop":1707355162777,"duration":20}}]},"tags":[]},"source":"725208165e1f48a7.json","parameterValues":[]} \ No newline at end of file +{"uid":"da125b9e9ada1526","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":1707793153222,"stop":1707793153222,"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":14,"unknown":0,"total":14},"items":[{"uid":"9de839dae3a5f7bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9de839dae3a5f7bc","status":"passed","time":{"start":1707778114673,"stop":1707778114673,"duration":0}},{"uid":"ed972213335d87fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed972213335d87fd","status":"passed","time":{"start":1707775395375,"stop":1707775395375,"duration":0}},{"uid":"b75c8e70cc0928","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b75c8e70cc0928","status":"passed","time":{"start":1707775205627,"stop":1707775205628,"duration":1}},{"uid":"3da682f702148f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3da682f702148f9","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1}},{"uid":"3efa0a3a79acaecb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3efa0a3a79acaecb","status":"passed","time":{"start":1707769983275,"stop":1707769983276,"duration":1}},{"uid":"e9bd88b8b3418dd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e9bd88b8b3418dd0","status":"passed","time":{"start":1707760095402,"stop":1707760095402,"duration":0}},{"uid":"eacabc9793af6d69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eacabc9793af6d69","status":"passed","time":{"start":1707757790735,"stop":1707757790735,"duration":0}},{"uid":"1d306aaec914a33d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d306aaec914a33d","status":"passed","time":{"start":1707756409544,"stop":1707756409544,"duration":0}},{"uid":"b2d6110331bb5ae3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2d6110331bb5ae3","status":"passed","time":{"start":1707753793189,"stop":1707753793189,"duration":0}},{"uid":"9d57aca21af0e62f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d57aca21af0e62f","status":"passed","time":{"start":1707753573528,"stop":1707753573529,"duration":1}},{"uid":"5921a9e8035d790f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5921a9e8035d790f","status":"passed","time":{"start":1707750953979,"stop":1707750953980,"duration":1}},{"uid":"6c694132927912a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c694132927912a4","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"25b7353bab793ae8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25b7353bab793ae8","status":"passed","time":{"start":1707736081269,"stop":1707736081270,"duration":1}}]},"tags":[]},"source":"da125b9e9ada1526.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6adf050a8231aadb.json b/6406/data/test-cases/db8307fb303ad01c.json similarity index 81% rename from 6379/data/test-cases/6adf050a8231aadb.json rename to 6406/data/test-cases/db8307fb303ad01c.json index 3007dec43e9..313514cc63d 100644 --- a/6379/data/test-cases/6adf050a8231aadb.json +++ b/6406/data/test-cases/db8307fb303ad01c.json @@ -1 +1 @@ -{"uid":"6adf050a8231aadb","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":1707419181394,"stop":1707419181395,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"576677132ff1c02d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/576677132ff1c02d","status":"passed","time":{"start":1707418419713,"stop":1707418419713,"duration":0}},{"uid":"ce3ce703019314de","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ce3ce703019314de","status":"passed","time":{"start":1707418388437,"stop":1707418388437,"duration":0}},{"uid":"2c9ffe46f7c179b9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2c9ffe46f7c179b9","status":"passed","time":{"start":1707412796117,"stop":1707412796117,"duration":0}},{"uid":"5b32426466634ceb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5b32426466634ceb","status":"passed","time":{"start":1707411256070,"stop":1707411256071,"duration":1}},{"uid":"e384af73c92c6ff6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e384af73c92c6ff6","status":"passed","time":{"start":1707409690305,"stop":1707409690306,"duration":1}},{"uid":"cfdd8f6c6926a27a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cfdd8f6c6926a27a","status":"passed","time":{"start":1707409095915,"stop":1707409095916,"duration":1}},{"uid":"17fe61ee1b25e784","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/17fe61ee1b25e784","status":"passed","time":{"start":1707409032390,"stop":1707409032391,"duration":1}},{"uid":"d605c6dfb9ef7635","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d605c6dfb9ef7635","status":"passed","time":{"start":1707408574233,"stop":1707408574233,"duration":0}},{"uid":"df44592b68800db5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/df44592b68800db5","status":"passed","time":{"start":1707407633856,"stop":1707407633857,"duration":1}},{"uid":"afc13566dc20463f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/afc13566dc20463f","status":"passed","time":{"start":1707407545212,"stop":1707407545213,"duration":1}},{"uid":"f62ab32cf9ce8e8d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f62ab32cf9ce8e8d","status":"passed","time":{"start":1707404532394,"stop":1707404532394,"duration":0}},{"uid":"289b5d74c2672a04","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/289b5d74c2672a04","status":"passed","time":{"start":1707375958749,"stop":1707375958749,"duration":0}},{"uid":"e0ade24adae16fd2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e0ade24adae16fd2","status":"passed","time":{"start":1707373157748,"stop":1707373157748,"duration":0}},{"uid":"388ade37a082ebc8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/388ade37a082ebc8","status":"passed","time":{"start":1707359355957,"stop":1707359355959,"duration":2}},{"uid":"5a334318de4dce63","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5a334318de4dce63","status":"passed","time":{"start":1707358094661,"stop":1707358094661,"duration":0}},{"uid":"4a1225d71bd13284","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4a1225d71bd13284","status":"passed","time":{"start":1707357164910,"stop":1707357164910,"duration":0}},{"uid":"c379b979eb6e4502","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c379b979eb6e4502","status":"passed","time":{"start":1707355248773,"stop":1707355248773,"duration":0}}]},"tags":[]},"source":"6adf050a8231aadb.json","parameterValues":[]} \ No newline at end of file +{"uid":"db8307fb303ad01c","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":1707793371099,"stop":1707793371099,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"3474a800ae9827d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3474a800ae9827d4","status":"passed","time":{"start":1707778338835,"stop":1707778338835,"duration":0}},{"uid":"d0bc82e5cb2b3f2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d0bc82e5cb2b3f2c","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"b126c9026f87e09e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b126c9026f87e09e","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"6cbf9a5d50509e0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cbf9a5d50509e0b","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0}},{"uid":"b0a5a089d29e311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0a5a089d29e311","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"72b9e48224b39413","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72b9e48224b39413","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"cd53ba6342866ef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd53ba6342866ef","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"5d92ce131d6a4cbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d92ce131d6a4cbd","status":"passed","time":{"start":1707753988877,"stop":1707753988877,"duration":0}},{"uid":"93c4cdf0e0afb5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93c4cdf0e0afb5b","status":"passed","time":{"start":1707753782734,"stop":1707753782746,"duration":12}},{"uid":"aab8979b13e4c0f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aab8979b13e4c0f4","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"e600dd3e5e6abce4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e600dd3e5e6abce4","status":"passed","time":{"start":1707737091300,"stop":1707737091300,"duration":0}},{"uid":"ed9b68f85ca41940","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ed9b68f85ca41940","status":"passed","time":{"start":1707736260123,"stop":1707736260124,"duration":1}}]},"tags":[]},"source":"db8307fb303ad01c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a8fcf49c2e0ccf44.json b/6406/data/test-cases/dc2b0f8e48bb72a1.json similarity index 86% rename from 6379/data/test-cases/a8fcf49c2e0ccf44.json rename to 6406/data/test-cases/dc2b0f8e48bb72a1.json index 7df3d7de1df..656979ec660 100644 --- a/6379/data/test-cases/a8fcf49c2e0ccf44.json +++ b/6406/data/test-cases/dc2b0f8e48bb72a1.json @@ -1 +1 @@ -{"uid":"a8fcf49c2e0ccf44","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":1707419247761,"stop":1707419247762,"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":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"858705acfd84914a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/858705acfd84914a","status":"passed","time":{"start":1707418479322,"stop":1707418479323,"duration":1}},{"uid":"37c92d80bcc5aca5","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/37c92d80bcc5aca5","status":"passed","time":{"start":1707418420760,"stop":1707418420760,"duration":0}},{"uid":"4d3ba2527adc183a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4d3ba2527adc183a","status":"passed","time":{"start":1707412716417,"stop":1707412716417,"duration":0}},{"uid":"b4d72017ae91e1b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b4d72017ae91e1b","status":"passed","time":{"start":1707411275156,"stop":1707411275156,"duration":0}},{"uid":"22827b8ddc22cffd","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/22827b8ddc22cffd","status":"passed","time":{"start":1707409745048,"stop":1707409745049,"duration":1}},{"uid":"eb6293cbf8fd582","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/eb6293cbf8fd582","status":"passed","time":{"start":1707409135311,"stop":1707409135312,"duration":1}},{"uid":"f555ec45406a1d1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f555ec45406a1d1","status":"passed","time":{"start":1707409077114,"stop":1707409077114,"duration":0}},{"uid":"9cac788353c6fd9c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9cac788353c6fd9c","status":"passed","time":{"start":1707408618346,"stop":1707408618347,"duration":1}},{"uid":"f6b2ab97ea1a9a5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f6b2ab97ea1a9a5","status":"passed","time":{"start":1707407695579,"stop":1707407695580,"duration":1}},{"uid":"92f111bbc9d631e7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/92f111bbc9d631e7","status":"passed","time":{"start":1707407563826,"stop":1707407563826,"duration":0}},{"uid":"e64f5dd7d9f82269","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e64f5dd7d9f82269","status":"passed","time":{"start":1707404565389,"stop":1707404565389,"duration":0}},{"uid":"65bc34186a5ade12","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/65bc34186a5ade12","status":"passed","time":{"start":1707376005053,"stop":1707376005054,"duration":1}},{"uid":"138667e462ab8726","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/138667e462ab8726","status":"passed","time":{"start":1707373209907,"stop":1707373209907,"duration":0}},{"uid":"4df0de806d719b60","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4df0de806d719b60","status":"passed","time":{"start":1707359407142,"stop":1707359407143,"duration":1}},{"uid":"c4ce78f181be245f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c4ce78f181be245f","status":"passed","time":{"start":1707358162759,"stop":1707358162760,"duration":1}},{"uid":"529acfabccb3811c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/529acfabccb3811c","status":"passed","time":{"start":1707356862407,"stop":1707356862407,"duration":0}},{"uid":"b4f48d511c3c62ad","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b4f48d511c3c62ad","status":"broken","statusDetails":"expected 1 to equal 3","time":{"start":1707355687972,"stop":1707355687972,"duration":0}}]},"tags":[]},"source":"a8fcf49c2e0ccf44.json","parameterValues":[]} \ No newline at end of file +{"uid":"dc2b0f8e48bb72a1","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":1707793370621,"stop":1707793370622,"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":14,"unknown":0,"total":14},"items":[{"uid":"354a0e1ab8fba8d7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/354a0e1ab8fba8d7","status":"passed","time":{"start":1707778386469,"stop":1707778386470,"duration":1}},{"uid":"e68a92c27fef5538","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e68a92c27fef5538","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"4fb4fa6ac3e167cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4fb4fa6ac3e167cf","status":"passed","time":{"start":1707775461880,"stop":1707775461880,"duration":0}},{"uid":"6d6ef935883b7ee6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d6ef935883b7ee6","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0}},{"uid":"6fa3607f984d8e92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6fa3607f984d8e92","status":"passed","time":{"start":1707770208538,"stop":1707770208538,"duration":0}},{"uid":"c773541f167473b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c773541f167473b5","status":"passed","time":{"start":1707760335934,"stop":1707760335935,"duration":1}},{"uid":"2bb4a68f4f5764cb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bb4a68f4f5764cb","status":"passed","time":{"start":1707758023522,"stop":1707758023523,"duration":1}},{"uid":"1bded12b0fa178c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bded12b0fa178c4","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"43aca9d7a51dd045","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43aca9d7a51dd045","status":"passed","time":{"start":1707753717332,"stop":1707753717333,"duration":1}},{"uid":"a420bf034ff5fc2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a420bf034ff5fc2","status":"passed","time":{"start":1707753837155,"stop":1707753837156,"duration":1}},{"uid":"ad659525ae55361a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad659525ae55361a","status":"passed","time":{"start":1707751136272,"stop":1707751136275,"duration":3}},{"uid":"968cdee57133e4bc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/968cdee57133e4bc","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"7be6653dd391b3e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7be6653dd391b3e0","status":"passed","time":{"start":1707736322646,"stop":1707736322647,"duration":1}}]},"tags":[]},"source":"dc2b0f8e48bb72a1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/67cb56aac06f81b8.json b/6406/data/test-cases/dcd5a137b57b49b8.json similarity index 88% rename from 6379/data/test-cases/67cb56aac06f81b8.json rename to 6406/data/test-cases/dcd5a137b57b49b8.json index 0ed07ac8b87..4b930d9bf7d 100644 --- a/6379/data/test-cases/67cb56aac06f81b8.json +++ b/6406/data/test-cases/dcd5a137b57b49b8.json @@ -1 +1 @@ -{"uid":"67cb56aac06f81b8","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":1707419247781,"stop":1707419247782,"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":16,"unknown":0,"total":16},"items":[{"uid":"fdf292bc494ab189","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/fdf292bc494ab189","status":"passed","time":{"start":1707418479350,"stop":1707418479350,"duration":0}},{"uid":"3c269326009a459d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3c269326009a459d","status":"passed","time":{"start":1707418420813,"stop":1707418420813,"duration":0}},{"uid":"400f1d6916d99cef","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/400f1d6916d99cef","status":"passed","time":{"start":1707411275227,"stop":1707411275228,"duration":1}},{"uid":"2d9b56ac43ed9ccf","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2d9b56ac43ed9ccf","status":"passed","time":{"start":1707409745078,"stop":1707409745078,"duration":0}},{"uid":"a53e43547df7e5eb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a53e43547df7e5eb","status":"passed","time":{"start":1707409135326,"stop":1707409135326,"duration":0}},{"uid":"3986e934efd5e634","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/3986e934efd5e634","status":"passed","time":{"start":1707409077140,"stop":1707409077140,"duration":0}},{"uid":"67feca111bd55a78","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/67feca111bd55a78","status":"passed","time":{"start":1707408618364,"stop":1707408618364,"duration":0}},{"uid":"948388d9e91e7afa","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/948388d9e91e7afa","status":"passed","time":{"start":1707407695613,"stop":1707407695614,"duration":1}},{"uid":"e8a9eeca2f417d01","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e8a9eeca2f417d01","status":"passed","time":{"start":1707407563850,"stop":1707407563850,"duration":0}},{"uid":"110f778387adab43","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/110f778387adab43","status":"passed","time":{"start":1707404565409,"stop":1707404565409,"duration":0}},{"uid":"c9bc5fb10b6eec2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c9bc5fb10b6eec2","status":"passed","time":{"start":1707376005075,"stop":1707376005075,"duration":0}},{"uid":"4f0dfa5d16e56c40","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4f0dfa5d16e56c40","status":"passed","time":{"start":1707373209949,"stop":1707373209949,"duration":0}},{"uid":"bde0404dd80b6ec6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bde0404dd80b6ec6","status":"passed","time":{"start":1707359407166,"stop":1707359407166,"duration":0}},{"uid":"e5eb46b512cbefa5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e5eb46b512cbefa5","status":"passed","time":{"start":1707358162777,"stop":1707358162777,"duration":0}},{"uid":"af280e8b083ea89d","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/af280e8b083ea89d","status":"passed","time":{"start":1707355688005,"stop":1707355688005,"duration":0}}]},"tags":[]},"source":"67cb56aac06f81b8.json","parameterValues":[]} \ No newline at end of file +{"uid":"dcd5a137b57b49b8","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":1707793370642,"stop":1707793370643,"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":13,"unknown":0,"total":13},"items":[{"uid":"b4c01d68ab4c0541","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4c01d68ab4c0541","status":"passed","time":{"start":1707778386492,"stop":1707778386492,"duration":0}},{"uid":"3fa7ec0f6f34fd4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3fa7ec0f6f34fd4e","status":"passed","time":{"start":1707775656755,"stop":1707775656756,"duration":1}},{"uid":"a1e4a8221f45fbd2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1e4a8221f45fbd2","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"38668f1249d2a5d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38668f1249d2a5d4","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0}},{"uid":"bd26eeeed428b212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd26eeeed428b212","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"6b7d2fb779980f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7d2fb779980f34","status":"passed","time":{"start":1707760335962,"stop":1707760335963,"duration":1}},{"uid":"6a37c05692d4cd60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a37c05692d4cd60","status":"passed","time":{"start":1707758023547,"stop":1707758023547,"duration":0}},{"uid":"3761af25f43dad99","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3761af25f43dad99","status":"passed","time":{"start":1707756664014,"stop":1707756664014,"duration":0}},{"uid":"17f6ddb20cf77f5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f6ddb20cf77f5b","status":"passed","time":{"start":1707753837179,"stop":1707753837180,"duration":1}},{"uid":"6df8a4692daf77ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6df8a4692daf77ce","status":"passed","time":{"start":1707751136366,"stop":1707751136366,"duration":0}},{"uid":"8ca1f1565392ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ca1f1565392ce30","status":"passed","time":{"start":1707737124654,"stop":1707737124655,"duration":1}},{"uid":"ae892d7ca55e7bab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ae892d7ca55e7bab","status":"passed","time":{"start":1707736322672,"stop":1707736322672,"duration":0}}]},"tags":[]},"source":"dcd5a137b57b49b8.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/dce3a0d4662aa2d6.json b/6406/data/test-cases/dce3a0d4662aa2d6.json new file mode 100644 index 00000000000..16905eb0499 --- /dev/null +++ b/6406/data/test-cases/dce3a0d4662aa2d6.json @@ -0,0 +1 @@ +{"uid":"dce3a0d4662aa2d6","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":1707793012513,"stop":1707793012513,"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":14,"unknown":0,"total":14},"items":[{"uid":"b5bcc7e38a162d33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5bcc7e38a162d33","status":"passed","time":{"start":1707777977673,"stop":1707777977674,"duration":1}},{"uid":"21b5ed6a20b21982","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/21b5ed6a20b21982","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"4029bb8dfa2f0416","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4029bb8dfa2f0416","status":"passed","time":{"start":1707775082034,"stop":1707775082035,"duration":1}},{"uid":"1fece467cc02cde7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fece467cc02cde7","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"duration":1}},{"uid":"5284b8237ecb45af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5284b8237ecb45af","status":"passed","time":{"start":1707769841910,"stop":1707769841911,"duration":1}},{"uid":"a6397fbf4bed461","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6397fbf4bed461","status":"passed","time":{"start":1707759921464,"stop":1707759921465,"duration":1}},{"uid":"df5600321d8ac7fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df5600321d8ac7fa","status":"passed","time":{"start":1707757624890,"stop":1707757624891,"duration":1}},{"uid":"c05a230fa34719c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c05a230fa34719c7","status":"passed","time":{"start":1707756261841,"stop":1707756261842,"duration":1}},{"uid":"137ca0f0ea8f89fd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/137ca0f0ea8f89fd","status":"passed","time":{"start":1707753651190,"stop":1707753651191,"duration":1}},{"uid":"88c4f048a4970b02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c4f048a4970b02","status":"passed","time":{"start":1707753409608,"stop":1707753409609,"duration":1}},{"uid":"6bccb9765012d41a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bccb9765012d41a","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"d0222577edddd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0222577edddd74","status":"passed","time":{"start":1707736708337,"stop":1707736708338,"duration":1}},{"uid":"a8cf0953dbd3f072","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a8cf0953dbd3f072","status":"passed","time":{"start":1707735914396,"stop":1707735914396,"duration":0}}]},"tags":[]},"source":"dce3a0d4662aa2d6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8c10f1bd8cd396cc.json b/6406/data/test-cases/dd39fc1f256bab2c.json similarity index 77% rename from 6379/data/test-cases/8c10f1bd8cd396cc.json rename to 6406/data/test-cases/dd39fc1f256bab2c.json index 474fd49aafe..1e7aa0a6e18 100644 --- a/6379/data/test-cases/8c10f1bd8cd396cc.json +++ b/6406/data/test-cases/dd39fc1f256bab2c.json @@ -1 +1 @@ -{"uid":"8c10f1bd8cd396cc","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":1707419013072,"stop":1707419013073,"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":18,"unknown":0,"total":18},"items":[{"uid":"1f289068b3199127","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1f289068b3199127","status":"passed","time":{"start":1707418255024,"stop":1707418255025,"duration":1}},{"uid":"5c3bf65b2f473376","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5c3bf65b2f473376","status":"passed","time":{"start":1707418202576,"stop":1707418202577,"duration":1}},{"uid":"bca9b44dcd4e08fb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/bca9b44dcd4e08fb","status":"passed","time":{"start":1707412632611,"stop":1707412632612,"duration":1}},{"uid":"9a95aba6bd2df208","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9a95aba6bd2df208","status":"passed","time":{"start":1707411050766,"stop":1707411050767,"duration":1}},{"uid":"a197d061313cd428","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a197d061313cd428","status":"passed","time":{"start":1707409528968,"stop":1707409528969,"duration":1}},{"uid":"74479ad6b19a2771","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/74479ad6b19a2771","status":"passed","time":{"start":1707408904866,"stop":1707408904870,"duration":4}},{"uid":"4b0ede1f78bfc340","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4b0ede1f78bfc340","status":"passed","time":{"start":1707408867375,"stop":1707408867375,"duration":0}},{"uid":"1bfc54d413f0d899","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1bfc54d413f0d899","status":"passed","time":{"start":1707408376753,"stop":1707408376754,"duration":1}},{"uid":"57eeb6c7a0642f00","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/57eeb6c7a0642f00","status":"passed","time":{"start":1707407458509,"stop":1707407458509,"duration":0}},{"uid":"480fc5e6463bdffe","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/480fc5e6463bdffe","status":"passed","time":{"start":1707407342024,"stop":1707407342024,"duration":0}},{"uid":"a2279fec68b0d159","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a2279fec68b0d159","status":"passed","time":{"start":1707404337400,"stop":1707404337401,"duration":1}},{"uid":"c8b2b118209d845c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c8b2b118209d845c","status":"passed","time":{"start":1707375779681,"stop":1707375779681,"duration":0}},{"uid":"7446a70f852fd1ee","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7446a70f852fd1ee","status":"passed","time":{"start":1707372972491,"stop":1707372972493,"duration":2}},{"uid":"4072b8c60dd66233","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4072b8c60dd66233","status":"passed","time":{"start":1707359158651,"stop":1707359158651,"duration":0}},{"uid":"21a050bcac4ab3f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/21a050bcac4ab3f8","status":"passed","time":{"start":1707357906692,"stop":1707357906692,"duration":0}},{"uid":"b24a4e5a13967580","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b24a4e5a13967580","status":"passed","time":{"start":1707356955634,"stop":1707356955634,"duration":0}},{"uid":"fa6f3fba53db3eb7","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fa6f3fba53db3eb7","status":"passed","time":{"start":1707355179959,"stop":1707355179959,"duration":0}}]},"tags":[]},"source":"8c10f1bd8cd396cc.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd39fc1f256bab2c","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":1707793168675,"stop":1707793168676,"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":14,"unknown":0,"total":14},"items":[{"uid":"1b4f06857915c9b6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4f06857915c9b6","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"67c62442fc3d6df3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67c62442fc3d6df3","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"bf362c427a3ddfee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bf362c427a3ddfee","status":"passed","time":{"start":1707775219995,"stop":1707775219996,"duration":1}},{"uid":"2111f9c78081151f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2111f9c78081151f","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"7b1bb1ee02311eca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b1bb1ee02311eca","status":"passed","time":{"start":1707769994535,"stop":1707769994536,"duration":1}},{"uid":"2e849213dc3adcb0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e849213dc3adcb0","status":"passed","time":{"start":1707760106456,"stop":1707760106456,"duration":0}},{"uid":"8e4edf27e6da3aa0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e4edf27e6da3aa0","status":"passed","time":{"start":1707757804293,"stop":1707757804294,"duration":1}},{"uid":"318077c9278a18f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/318077c9278a18f4","status":"passed","time":{"start":1707756422344,"stop":1707756422345,"duration":1}},{"uid":"dee03ad84d568eaf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dee03ad84d568eaf","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"9cd1e17155ac2aa9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cd1e17155ac2aa9","status":"passed","time":{"start":1707753586163,"stop":1707753586163,"duration":0}},{"uid":"b0bc97911ef84dc3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b0bc97911ef84dc3","status":"passed","time":{"start":1707750964801,"stop":1707750964802,"duration":1}},{"uid":"fd8c552fc3665b50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd8c552fc3665b50","status":"passed","time":{"start":1707736890436,"stop":1707736890436,"duration":0}},{"uid":"95e3d0eb3c49744","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95e3d0eb3c49744","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"tags":[]},"source":"dd39fc1f256bab2c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/50e9f3cef2d1d1e4.json b/6406/data/test-cases/dd4b41318246363f.json similarity index 86% rename from 6379/data/test-cases/50e9f3cef2d1d1e4.json rename to 6406/data/test-cases/dd4b41318246363f.json index 3b05dd6c2e8..e7bd1507d39 100644 --- a/6379/data/test-cases/50e9f3cef2d1d1e4.json +++ b/6406/data/test-cases/dd4b41318246363f.json @@ -1 +1 @@ -{"uid":"50e9f3cef2d1d1e4","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":1707419080411,"stop":1707419080411,"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":18,"unknown":0,"total":18},"items":[{"uid":"5e23c56eeade0ae5","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5e23c56eeade0ae5","status":"passed","time":{"start":1707418322024,"stop":1707418322025,"duration":1}},{"uid":"200b8aebcc719856","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/200b8aebcc719856","status":"passed","time":{"start":1707418259988,"stop":1707418259988,"duration":0}},{"uid":"e55a39c59e3101c1","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e55a39c59e3101c1","status":"passed","time":{"start":1707412707122,"stop":1707412707123,"duration":1}},{"uid":"c434cf501c729eec","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/c434cf501c729eec","status":"passed","time":{"start":1707411118125,"stop":1707411118126,"duration":1}},{"uid":"c15daab50c0573c5","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/c15daab50c0573c5","status":"passed","time":{"start":1707409587929,"stop":1707409587929,"duration":0}},{"uid":"ad9b9e5320645d32","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ad9b9e5320645d32","status":"passed","time":{"start":1707408980246,"stop":1707408980246,"duration":0}},{"uid":"257cc93ccca24467","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/257cc93ccca24467","status":"passed","time":{"start":1707408927127,"stop":1707408927128,"duration":1}},{"uid":"e4230f0cf92ddbaf","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e4230f0cf92ddbaf","status":"passed","time":{"start":1707408458746,"stop":1707408458746,"duration":0}},{"uid":"1e340ee8a944636c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1e340ee8a944636c","status":"passed","time":{"start":1707407520237,"stop":1707407520237,"duration":0}},{"uid":"d8588a23a1bca507","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d8588a23a1bca507","status":"passed","time":{"start":1707407427650,"stop":1707407427651,"duration":1}},{"uid":"f006e23448c21df2","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f006e23448c21df2","status":"passed","time":{"start":1707404404313,"stop":1707404404313,"duration":0}},{"uid":"69e4eafea572d95d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/69e4eafea572d95d","status":"passed","time":{"start":1707375846760,"stop":1707375846760,"duration":0}},{"uid":"5f49a75d7379fdcd","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5f49a75d7379fdcd","status":"passed","time":{"start":1707373035650,"stop":1707373035651,"duration":1}},{"uid":"deb3a8ba5ae514a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/deb3a8ba5ae514a6","status":"passed","time":{"start":1707359236216,"stop":1707359236217,"duration":1}},{"uid":"d304b66e8d0be19d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d304b66e8d0be19d","status":"passed","time":{"start":1707357965202,"stop":1707357965202,"duration":0}},{"uid":"fa2dcb3456677e28","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fa2dcb3456677e28","status":"passed","time":{"start":1707357048211,"stop":1707357048212,"duration":1}},{"uid":"fe95b976cd573fcd","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fe95b976cd573fcd","status":"passed","time":{"start":1707355141618,"stop":1707355141619,"duration":1}}]},"tags":[]},"source":"50e9f3cef2d1d1e4.json","parameterValues":[]} \ No newline at end of file +{"uid":"dd4b41318246363f","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":1707793238877,"stop":1707793238877,"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":14,"unknown":0,"total":14},"items":[{"uid":"303015306fd00231","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/303015306fd00231","status":"passed","time":{"start":1707778202500,"stop":1707778202500,"duration":0}},{"uid":"4dbc8eac12a1e4cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4dbc8eac12a1e4cf","status":"passed","time":{"start":1707775486636,"stop":1707775486637,"duration":1}},{"uid":"c6cdda66aea67618","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c6cdda66aea67618","status":"passed","time":{"start":1707775300140,"stop":1707775300141,"duration":1}},{"uid":"bbeea25304ef323e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bbeea25304ef323e","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"duration":1}},{"uid":"26f5b62e74efa951","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26f5b62e74efa951","status":"passed","time":{"start":1707770051399,"stop":1707770051400,"duration":1}},{"uid":"f162a39f1c882afa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f162a39f1c882afa","status":"passed","time":{"start":1707760174027,"stop":1707760174028,"duration":1}},{"uid":"c1efadfac43ae385","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1efadfac43ae385","status":"passed","time":{"start":1707757873928,"stop":1707757873929,"duration":1}},{"uid":"c558d99a434a7399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c558d99a434a7399","status":"passed","time":{"start":1707756499911,"stop":1707756499913,"duration":2}},{"uid":"122b2b79fc3a650b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/122b2b79fc3a650b","status":"passed","time":{"start":1707753870468,"stop":1707753870469,"duration":1}},{"uid":"566399c2f2633770","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/566399c2f2633770","status":"passed","time":{"start":1707753647523,"stop":1707753647523,"duration":0}},{"uid":"5cedd0caede2e432","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cedd0caede2e432","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"9c3b9ecb0ad14f87","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c3b9ecb0ad14f87","status":"passed","time":{"start":1707736947852,"stop":1707736947853,"duration":1}},{"uid":"167cef81759a5a31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/167cef81759a5a31","status":"passed","time":{"start":1707736152508,"stop":1707736152509,"duration":1}}]},"tags":[]},"source":"dd4b41318246363f.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4a266869d8b6bb14.json b/6406/data/test-cases/dde7ee3f7bbb0647.json similarity index 79% rename from 6379/data/test-cases/4a266869d8b6bb14.json rename to 6406/data/test-cases/dde7ee3f7bbb0647.json index 754dab50b3b..ffa523775b9 100644 --- a/6379/data/test-cases/4a266869d8b6bb14.json +++ b/6406/data/test-cases/dde7ee3f7bbb0647.json @@ -1 +1 @@ -{"uid":"4a266869d8b6bb14","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":1707418998136,"stop":1707418998136,"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":18,"unknown":0,"total":18},"items":[{"uid":"c0cfab4334319cd1","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c0cfab4334319cd1","status":"passed","time":{"start":1707418242002,"stop":1707418242002,"duration":0}},{"uid":"6fa92631aef5eca3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6fa92631aef5eca3","status":"passed","time":{"start":1707418191237,"stop":1707418191238,"duration":1}},{"uid":"a876688f9cf79b53","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a876688f9cf79b53","status":"passed","time":{"start":1707412620263,"stop":1707412620264,"duration":1}},{"uid":"5b19abef9f0fa423","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5b19abef9f0fa423","status":"passed","time":{"start":1707411038681,"stop":1707411038681,"duration":0}},{"uid":"71428091a9283ead","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/71428091a9283ead","status":"passed","time":{"start":1707409514432,"stop":1707409514432,"duration":0}},{"uid":"cc9bd451df638531","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cc9bd451df638531","status":"passed","time":{"start":1707408894639,"stop":1707408894639,"duration":0}},{"uid":"fbbb1957fbf75bf6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/fbbb1957fbf75bf6","status":"passed","time":{"start":1707408855726,"stop":1707408855727,"duration":1}},{"uid":"54cdab8f92e92344","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/54cdab8f92e92344","status":"passed","time":{"start":1707408364955,"stop":1707408364955,"duration":0}},{"uid":"2951bb02f47431f2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2951bb02f47431f2","status":"passed","time":{"start":1707407446968,"stop":1707407446968,"duration":0}},{"uid":"8e0cc3111b48df85","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8e0cc3111b48df85","status":"passed","time":{"start":1707407328486,"stop":1707407328486,"duration":0}},{"uid":"5b1c910d5f03a5ba","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5b1c910d5f03a5ba","status":"passed","time":{"start":1707404323774,"stop":1707404323774,"duration":0}},{"uid":"bb717aad8c9e47ed","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/bb717aad8c9e47ed","status":"passed","time":{"start":1707375767327,"stop":1707375767327,"duration":0}},{"uid":"869bebe06ff6b674","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/869bebe06ff6b674","status":"passed","time":{"start":1707372960634,"stop":1707372960634,"duration":0}},{"uid":"351a6295d5537c94","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/351a6295d5537c94","status":"passed","time":{"start":1707359147638,"stop":1707359147638,"duration":0}},{"uid":"65dc564d88381b64","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/65dc564d88381b64","status":"passed","time":{"start":1707357894474,"stop":1707357894474,"duration":0}},{"uid":"f69f759db5cb08b8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f69f759db5cb08b8","status":"passed","time":{"start":1707356942071,"stop":1707356942071,"duration":0}},{"uid":"5e8c636e395394d3","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/5e8c636e395394d3","status":"passed","time":{"start":1707355162755,"stop":1707355162755,"duration":0}}]},"tags":[]},"source":"4a266869d8b6bb14.json","parameterValues":[]} \ No newline at end of file +{"uid":"dde7ee3f7bbb0647","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":1707793153218,"stop":1707793153218,"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":14,"unknown":0,"total":14},"items":[{"uid":"b0efcb4c8a1d0545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0efcb4c8a1d0545","status":"passed","time":{"start":1707778114669,"stop":1707778114669,"duration":0}},{"uid":"1a0fa0b4542f4c7a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a0fa0b4542f4c7a","status":"passed","time":{"start":1707775395371,"stop":1707775395372,"duration":1}},{"uid":"c12892857b5b5889","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c12892857b5b5889","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"bc06f36db3bfc1b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc06f36db3bfc1b4","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"5b1ba2efa45893da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1ba2efa45893da","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"680be1a413ab958","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/680be1a413ab958","status":"passed","time":{"start":1707760095398,"stop":1707760095399,"duration":1}},{"uid":"6505aea779e95351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6505aea779e95351","status":"passed","time":{"start":1707757790731,"stop":1707757790732,"duration":1}},{"uid":"61743757db9e5897","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61743757db9e5897","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"cd4b8bc352a17016","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd4b8bc352a17016","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"3bf8df230e3f5b97","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3bf8df230e3f5b97","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"bbc51a1387d2162d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbc51a1387d2162d","status":"passed","time":{"start":1707750953972,"stop":1707750953973,"duration":1}},{"uid":"b59b58cafbbb37e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b59b58cafbbb37e8","status":"passed","time":{"start":1707736878962,"stop":1707736878963,"duration":1}},{"uid":"84bf20068c6bff48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84bf20068c6bff48","status":"passed","time":{"start":1707736081267,"stop":1707736081267,"duration":0}}]},"tags":[]},"source":"dde7ee3f7bbb0647.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/de008e5343780278.json b/6406/data/test-cases/de008e5343780278.json new file mode 100644 index 00000000000..a6143ae9acf --- /dev/null +++ b/6406/data/test-cases/de008e5343780278.json @@ -0,0 +1 @@ +{"uid":"de008e5343780278","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":1707792800003,"stop":1707792800004,"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":14,"unknown":0,"total":14},"items":[{"uid":"6be40f8c36e4cf7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6be40f8c36e4cf7b","status":"passed","time":{"start":1707777749090,"stop":1707777749091,"duration":1}},{"uid":"5a292512abe3e6ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a292512abe3e6ef","status":"passed","time":{"start":1707775025523,"stop":1707775025525,"duration":2}},{"uid":"48001b8708a81a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48001b8708a81a19","status":"passed","time":{"start":1707774827056,"stop":1707774827057,"duration":1}},{"uid":"518ec275668216a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518ec275668216a0","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"duration":0}},{"uid":"f448d6e8f9089333","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f448d6e8f9089333","status":"passed","time":{"start":1707769627288,"stop":1707769627289,"duration":1}},{"uid":"bc2f850c1821be58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bc2f850c1821be58","status":"passed","time":{"start":1707759722026,"stop":1707759722027,"duration":1}},{"uid":"607ac44d374b8f60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/607ac44d374b8f60","status":"passed","time":{"start":1707757416832,"stop":1707757416833,"duration":1}},{"uid":"772d53bf9d08bd38","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/772d53bf9d08bd38","status":"passed","time":{"start":1707756046592,"stop":1707756046592,"duration":0}},{"uid":"20012fc87cf70749","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20012fc87cf70749","status":"passed","time":{"start":1707753464664,"stop":1707753464665,"duration":1}},{"uid":"57e0733a3a10ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e0733a3a10ab52","status":"passed","time":{"start":1707753192933,"stop":1707753192934,"duration":1}},{"uid":"2a172839be792c15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a172839be792c15","status":"passed","time":{"start":1707750593503,"stop":1707750593504,"duration":1}},{"uid":"bb4b59150e5b5484","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb4b59150e5b5484","status":"passed","time":{"start":1707736510876,"stop":1707736510877,"duration":1}},{"uid":"86e48284968e34e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86e48284968e34e8","status":"passed","time":{"start":1707735692284,"stop":1707735692285,"duration":1}}]},"tags":[]},"source":"de008e5343780278.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/de5a7a7052c27654.json b/6406/data/test-cases/de5a7a7052c27654.json new file mode 100644 index 00000000000..2a4751123a0 --- /dev/null +++ b/6406/data/test-cases/de5a7a7052c27654.json @@ -0,0 +1 @@ +{"uid":"de5a7a7052c27654","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":1707793028269,"stop":1707793028272,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"93febce86dc3b675","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93febce86dc3b675","status":"passed","time":{"start":1707777972995,"stop":1707777972996,"duration":1}},{"uid":"4a44ea68fe5c6da","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a44ea68fe5c6da","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"7751e9f8f6cee0d4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7751e9f8f6cee0d4","status":"passed","time":{"start":1707775050814,"stop":1707775050814,"duration":0}},{"uid":"3d353a9b7e37c126","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d353a9b7e37c126","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0}},{"uid":"9d2c0e927b1cdd3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d2c0e927b1cdd3","status":"passed","time":{"start":1707769843140,"stop":1707769843141,"duration":1}},{"uid":"11f6820ff00af4ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f6820ff00af4ab","status":"passed","time":{"start":1707759965184,"stop":1707759965185,"duration":1}},{"uid":"6feb3d7d9132d4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6feb3d7d9132d4e0","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"daa2e0df24d9d3c3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/daa2e0df24d9d3c3","status":"passed","time":{"start":1707756267899,"stop":1707756267900,"duration":1}},{"uid":"f980a57e6a394cb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f980a57e6a394cb9","status":"passed","time":{"start":1707753668023,"stop":1707753668025,"duration":2}},{"uid":"a842299966237b70","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a842299966237b70","status":"passed","time":{"start":1707753423532,"stop":1707753423533,"duration":1}},{"uid":"36c92ca33e609dc5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c92ca33e609dc5","status":"passed","time":{"start":1707750796026,"stop":1707750796026,"duration":0}},{"uid":"baa753d4a4e1e985","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/baa753d4a4e1e985","status":"passed","time":{"start":1707736730637,"stop":1707736730638,"duration":1}},{"uid":"5b347c2ecbab0d27","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b347c2ecbab0d27","status":"passed","time":{"start":1707735912115,"stop":1707735912116,"duration":1}}]},"tags":[]},"source":"de5a7a7052c27654.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1f723df1c3e9895d.json b/6406/data/test-cases/ded5d56cac4219d1.json similarity index 79% rename from 6379/data/test-cases/1f723df1c3e9895d.json rename to 6406/data/test-cases/ded5d56cac4219d1.json index dcea1f03c88..d64a2daaa9a 100644 --- a/6379/data/test-cases/1f723df1c3e9895d.json +++ b/6406/data/test-cases/ded5d56cac4219d1.json @@ -1 +1 @@ -{"uid":"1f723df1c3e9895d","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":1707418998143,"stop":1707418998143,"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":18,"unknown":0,"total":18},"items":[{"uid":"338784131920e8ea","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/338784131920e8ea","status":"passed","time":{"start":1707418242003,"stop":1707418242004,"duration":1}},{"uid":"3d35964f7d313821","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3d35964f7d313821","status":"passed","time":{"start":1707418191239,"stop":1707418191239,"duration":0}},{"uid":"dd59584782bd00af","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/dd59584782bd00af","status":"passed","time":{"start":1707412620265,"stop":1707412620265,"duration":0}},{"uid":"1458f6516bfb3f47","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1458f6516bfb3f47","status":"passed","time":{"start":1707411038683,"stop":1707411038684,"duration":1}},{"uid":"6f4141aa535c2237","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6f4141aa535c2237","status":"passed","time":{"start":1707409514433,"stop":1707409514433,"duration":0}},{"uid":"73286044e2a7593d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/73286044e2a7593d","status":"passed","time":{"start":1707408894640,"stop":1707408894640,"duration":0}},{"uid":"ab91ad3b841f711e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/ab91ad3b841f711e","status":"passed","time":{"start":1707408855729,"stop":1707408855729,"duration":0}},{"uid":"d071a2d3f764f73e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d071a2d3f764f73e","status":"passed","time":{"start":1707408364956,"stop":1707408364957,"duration":1}},{"uid":"26a566991633f26d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/26a566991633f26d","status":"passed","time":{"start":1707407446970,"stop":1707407446970,"duration":0}},{"uid":"55bfa0f6cb217474","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/55bfa0f6cb217474","status":"passed","time":{"start":1707407328487,"stop":1707407328488,"duration":1}},{"uid":"5876dba1a0ba8e21","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/5876dba1a0ba8e21","status":"passed","time":{"start":1707404323777,"stop":1707404323777,"duration":0}},{"uid":"2bada8c8a813455a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2bada8c8a813455a","status":"passed","time":{"start":1707375767328,"stop":1707375767328,"duration":0}},{"uid":"540dc7ece7278b4e","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/540dc7ece7278b4e","status":"passed","time":{"start":1707372960635,"stop":1707372960636,"duration":1}},{"uid":"8fd5130837052bf6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8fd5130837052bf6","status":"passed","time":{"start":1707359147640,"stop":1707359147640,"duration":0}},{"uid":"519ce046ec0a39c4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/519ce046ec0a39c4","status":"passed","time":{"start":1707357894475,"stop":1707357894475,"duration":0}},{"uid":"a1bbf66dc1734058","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a1bbf66dc1734058","status":"passed","time":{"start":1707356942072,"stop":1707356942073,"duration":1}},{"uid":"e353dbf535ed4799","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e353dbf535ed4799","status":"passed","time":{"start":1707355162756,"stop":1707355162756,"duration":0}}]},"tags":[]},"source":"1f723df1c3e9895d.json","parameterValues":[]} \ No newline at end of file +{"uid":"ded5d56cac4219d1","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":1707793153220,"stop":1707793153220,"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":14,"unknown":0,"total":14},"items":[{"uid":"4b5416d8ee996d99","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b5416d8ee996d99","status":"passed","time":{"start":1707778114671,"stop":1707778114671,"duration":0}},{"uid":"ff9cbd3d3cbed39c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff9cbd3d3cbed39c","status":"passed","time":{"start":1707775395373,"stop":1707775395373,"duration":0}},{"uid":"1cedba2ecbc6e545","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1cedba2ecbc6e545","status":"passed","time":{"start":1707775205626,"stop":1707775205626,"duration":0}},{"uid":"86b00576ebcc9e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86b00576ebcc9e9a","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0}},{"uid":"ac5a21f41cb80f0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5a21f41cb80f0f","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"4f28cb3efa8046b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f28cb3efa8046b4","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"b2899f201699da3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2899f201699da3b","status":"passed","time":{"start":1707757790733,"stop":1707757790734,"duration":1}},{"uid":"208b1e424cf8ea98","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/208b1e424cf8ea98","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"38d8a945fd56baf5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/38d8a945fd56baf5","status":"passed","time":{"start":1707753793187,"stop":1707753793187,"duration":0}},{"uid":"c2c3b8cfbafed536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2c3b8cfbafed536","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"be43061078b5f4d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be43061078b5f4d4","status":"passed","time":{"start":1707750953978,"stop":1707750953978,"duration":0}},{"uid":"7d0cf54e0de3bd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d0cf54e0de3bd9","status":"passed","time":{"start":1707736878964,"stop":1707736878965,"duration":1}},{"uid":"93318dee70ba6fcc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/93318dee70ba6fcc","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"tags":[]},"source":"ded5d56cac4219d1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1742fc62531a9e09.json b/6406/data/test-cases/df8768a161749bb1.json similarity index 83% rename from 6379/data/test-cases/1742fc62531a9e09.json rename to 6406/data/test-cases/df8768a161749bb1.json index 035f9eae7ef..b2440beed84 100644 --- a/6379/data/test-cases/1742fc62531a9e09.json +++ b/6406/data/test-cases/df8768a161749bb1.json @@ -1 +1 @@ -{"uid":"1742fc62531a9e09","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":1707419289499,"stop":1707419289499,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"c92522851ace9624","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/c92522851ace9624","status":"passed","time":{"start":1707418535539,"stop":1707418535539,"duration":0}},{"uid":"3632c9cad3f148bb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/3632c9cad3f148bb","status":"passed","time":{"start":1707418482215,"stop":1707418482216,"duration":1}},{"uid":"e8dd808c3a92b929","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e8dd808c3a92b929","status":"passed","time":{"start":1707412863481,"stop":1707412863481,"duration":0}},{"uid":"f59e69c94541de17","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f59e69c94541de17","status":"passed","time":{"start":1707411338652,"stop":1707411338652,"duration":0}},{"uid":"73f86c9b514f3ace","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/73f86c9b514f3ace","status":"passed","time":{"start":1707409792229,"stop":1707409792230,"duration":1}},{"uid":"d71f7e9c36a77cab","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d71f7e9c36a77cab","status":"passed","time":{"start":1707409177753,"stop":1707409177753,"duration":0}},{"uid":"b70303c386118ab7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/b70303c386118ab7","status":"passed","time":{"start":1707409135088,"stop":1707409135088,"duration":0}},{"uid":"7c6ae00d5803c287","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7c6ae00d5803c287","status":"passed","time":{"start":1707408664021,"stop":1707408664021,"duration":0}},{"uid":"a180b305cd79b1ff","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a180b305cd79b1ff","status":"passed","time":{"start":1707407736507,"stop":1707407736507,"duration":0}},{"uid":"f8931c3bf9cc285f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f8931c3bf9cc285f","status":"passed","time":{"start":1707407618228,"stop":1707407618228,"duration":0}},{"uid":"7f155b022c56d045","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7f155b022c56d045","status":"passed","time":{"start":1707404537712,"stop":1707404537712,"duration":0}},{"uid":"a3b482825fe610ea","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a3b482825fe610ea","status":"passed","time":{"start":1707375978543,"stop":1707375978543,"duration":0}},{"uid":"9cc249b1850d45b8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9cc249b1850d45b8","status":"passed","time":{"start":1707373245354,"stop":1707373245354,"duration":0}},{"uid":"12435b1db782d103","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/12435b1db782d103","status":"passed","time":{"start":1707359448665,"stop":1707359448665,"duration":0}},{"uid":"ab50bc4e73a6e606","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ab50bc4e73a6e606","status":"passed","time":{"start":1707358197183,"stop":1707358197184,"duration":1}},{"uid":"7f998bb21d544952","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7f998bb21d544952","status":"passed","time":{"start":1707357226626,"stop":1707357226626,"duration":0}},{"uid":"a1f2bd5f26486a64","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a1f2bd5f26486a64","status":"passed","time":{"start":1707355477304,"stop":1707355477305,"duration":1}}]},"tags":[]},"source":"1742fc62531a9e09.json","parameterValues":[]} \ No newline at end of file +{"uid":"df8768a161749bb1","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":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d826f622ef976e0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d826f622ef976e0d","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"adc6b5398e01fb0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/adc6b5398e01fb0a","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"37b5ebb797218d86","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37b5ebb797218d86","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"710cbfae766bf222","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/710cbfae766bf222","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"9a046d4121ae20d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a046d4121ae20d","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"af8df4e19f58ff66","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8df4e19f58ff66","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"3a61d4c7aa7bb855","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a61d4c7aa7bb855","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"7bf35fad5a98d35e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7bf35fad5a98d35e","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"c3b5ddb052412786","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3b5ddb052412786","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"338f4cdcb8804179","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/338f4cdcb8804179","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"fb69a8e2721a5302","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb69a8e2721a5302","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"d678f8f11f1a346f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d678f8f11f1a346f","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"1a06d249c710077f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a06d249c710077f","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"tags":[]},"source":"df8768a161749bb1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6a521af69cbff92d.json b/6406/data/test-cases/dfa286225cfe5e58.json similarity index 81% rename from 6379/data/test-cases/6a521af69cbff92d.json rename to 6406/data/test-cases/dfa286225cfe5e58.json index 60917122344..03f46d6ddd5 100644 --- a/6379/data/test-cases/6a521af69cbff92d.json +++ b/6406/data/test-cases/dfa286225cfe5e58.json @@ -1 +1 @@ -{"uid":"6a521af69cbff92d","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":1707419181411,"stop":1707419181412,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"40979f0774cbc210","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/40979f0774cbc210","status":"passed","time":{"start":1707418419766,"stop":1707418419766,"duration":0}},{"uid":"eea49d4727e83c6d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/eea49d4727e83c6d","status":"passed","time":{"start":1707418388447,"stop":1707418388448,"duration":1}},{"uid":"7d09a716c096a510","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7d09a716c096a510","status":"passed","time":{"start":1707412796124,"stop":1707412796124,"duration":0}},{"uid":"9547e36795727fbf","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9547e36795727fbf","status":"passed","time":{"start":1707411256085,"stop":1707411256086,"duration":1}},{"uid":"ea91e46058cae8e2","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ea91e46058cae8e2","status":"passed","time":{"start":1707409690315,"stop":1707409690315,"duration":0}},{"uid":"b85f854a43f2c35a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b85f854a43f2c35a","status":"passed","time":{"start":1707409095922,"stop":1707409095923,"duration":1}},{"uid":"5cffe396471a3519","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5cffe396471a3519","status":"passed","time":{"start":1707409032400,"stop":1707409032400,"duration":0}},{"uid":"f80f74da9c9f567f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f80f74da9c9f567f","status":"passed","time":{"start":1707408574257,"stop":1707408574258,"duration":1}},{"uid":"cae7641e4f6518eb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cae7641e4f6518eb","status":"passed","time":{"start":1707407633869,"stop":1707407633869,"duration":0}},{"uid":"44f7ef28974e7a1f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/44f7ef28974e7a1f","status":"passed","time":{"start":1707407545221,"stop":1707407545222,"duration":1}},{"uid":"1b07d459068c7685","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1b07d459068c7685","status":"passed","time":{"start":1707404532436,"stop":1707404532436,"duration":0}},{"uid":"d160620243e511f0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/d160620243e511f0","status":"passed","time":{"start":1707375958758,"stop":1707375958758,"duration":0}},{"uid":"de5fd7f38720a7ad","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/de5fd7f38720a7ad","status":"passed","time":{"start":1707373157754,"stop":1707373157755,"duration":1}},{"uid":"9a88166b8f333d35","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9a88166b8f333d35","status":"passed","time":{"start":1707359355976,"stop":1707359355976,"duration":0}},{"uid":"2e97ec1a94559c28","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2e97ec1a94559c28","status":"passed","time":{"start":1707358094672,"stop":1707358094677,"duration":5}},{"uid":"a7fc3b3cda0b6be7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a7fc3b3cda0b6be7","status":"passed","time":{"start":1707357164918,"stop":1707357164919,"duration":1}},{"uid":"c34284e2dff78927","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c34284e2dff78927","status":"passed","time":{"start":1707355248779,"stop":1707355248780,"duration":1}}]},"tags":[]},"source":"6a521af69cbff92d.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfa286225cfe5e58","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":1707793371106,"stop":1707793371106,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"ac86009c56a54938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac86009c56a54938","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"223733cedffab2c3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/223733cedffab2c3","status":"passed","time":{"start":1707775602023,"stop":1707775602024,"duration":1}},{"uid":"7d4ecc95dd073ca1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7d4ecc95dd073ca1","status":"passed","time":{"start":1707775390233,"stop":1707775390234,"duration":1}},{"uid":"d1bc690210e8802f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bc690210e8802f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"9297e6bc0e1b3a3d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9297e6bc0e1b3a3d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"d63fc81f4741f4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d63fc81f4741f4e0","status":"passed","time":{"start":1707758006712,"stop":1707758006712,"duration":0}},{"uid":"dd5d87abbf16621a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dd5d87abbf16621a","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"edcb304729d0cef0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/edcb304729d0cef0","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"ce5ae40921290578","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce5ae40921290578","status":"passed","time":{"start":1707753782759,"stop":1707753782759,"duration":0}},{"uid":"1be9ec53bbe7429e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1be9ec53bbe7429e","status":"passed","time":{"start":1707751162314,"stop":1707751162315,"duration":1}},{"uid":"2aefba83d566c799","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2aefba83d566c799","status":"passed","time":{"start":1707737091329,"stop":1707737091330,"duration":1}},{"uid":"e971629a807995f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e971629a807995f1","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"tags":[]},"source":"dfa286225cfe5e58.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1423bc6222dc46f8.json b/6406/data/test-cases/dfc3dd84a4080ac9.json similarity index 81% rename from 6379/data/test-cases/1423bc6222dc46f8.json rename to 6406/data/test-cases/dfc3dd84a4080ac9.json index b40f4bf4ca2..5f83ba9fea6 100644 --- a/6379/data/test-cases/1423bc6222dc46f8.json +++ b/6406/data/test-cases/dfc3dd84a4080ac9.json @@ -1 +1 @@ -{"uid":"1423bc6222dc46f8","name":"Check received message with timestamp: undefined ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: undefined ","historyId":"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181442,"stop":1707419181442,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"ac11aa27bcfddaa3","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ac11aa27bcfddaa3","status":"passed","time":{"start":1707418419813,"stop":1707418419814,"duration":1}},{"uid":"c014f021da20dfb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c014f021da20dfb","status":"passed","time":{"start":1707418388462,"stop":1707418388462,"duration":0}},{"uid":"9cdda9554d50c79e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9cdda9554d50c79e","status":"passed","time":{"start":1707412796172,"stop":1707412796173,"duration":1}},{"uid":"ef2bcaa9ff0136bf","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ef2bcaa9ff0136bf","status":"passed","time":{"start":1707411256118,"stop":1707411256118,"duration":0}},{"uid":"8db4895969ac245b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8db4895969ac245b","status":"passed","time":{"start":1707409690326,"stop":1707409690327,"duration":1}},{"uid":"db40208b3af069b8","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/db40208b3af069b8","status":"passed","time":{"start":1707409095936,"stop":1707409095936,"duration":0}},{"uid":"be6dbcbbab91238d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/be6dbcbbab91238d","status":"passed","time":{"start":1707409032441,"stop":1707409032441,"duration":0}},{"uid":"f336606a01a06f1d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f336606a01a06f1d","status":"passed","time":{"start":1707408574281,"stop":1707408574281,"duration":0}},{"uid":"3d62d892cd5b6514","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3d62d892cd5b6514","status":"passed","time":{"start":1707407633899,"stop":1707407633899,"duration":0}},{"uid":"aaf4c4644d947149","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/aaf4c4644d947149","status":"passed","time":{"start":1707407545264,"stop":1707407545265,"duration":1}},{"uid":"7ccc29d2adc8be8b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/7ccc29d2adc8be8b","status":"passed","time":{"start":1707404532463,"stop":1707404532463,"duration":0}},{"uid":"93d0b848e039359e","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/93d0b848e039359e","status":"passed","time":{"start":1707375958830,"stop":1707375958830,"duration":0}},{"uid":"dd92feec6987f1ee","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/dd92feec6987f1ee","status":"passed","time":{"start":1707373157780,"stop":1707373157795,"duration":15}},{"uid":"6db65e541350a959","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6db65e541350a959","status":"passed","time":{"start":1707359356001,"stop":1707359356001,"duration":0}},{"uid":"a9a6b871460970f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a9a6b871460970f","status":"passed","time":{"start":1707358094706,"stop":1707358094706,"duration":0}},{"uid":"6860e1b36ba5994f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6860e1b36ba5994f","status":"passed","time":{"start":1707357164930,"stop":1707357164930,"duration":0}},{"uid":"430bd1f90579d3db","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/430bd1f90579d3db","status":"passed","time":{"start":1707355248792,"stop":1707355248792,"duration":0}}]},"tags":[]},"source":"1423bc6222dc46f8.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfc3dd84a4080ac9","name":"Check received message with timestamp: undefined ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check received message with timestamp: undefined ","historyId":"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371123,"stop":1707793371124,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"4a1e6e0f97e61d11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4a1e6e0f97e61d11","status":"passed","time":{"start":1707778338857,"stop":1707778338858,"duration":1}},{"uid":"d9fc74ad8982edff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9fc74ad8982edff","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"9f8b55e1e3b63885","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9f8b55e1e3b63885","status":"passed","time":{"start":1707775390251,"stop":1707775390252,"duration":1}},{"uid":"37b48df0061958b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37b48df0061958b6","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1}},{"uid":"f8caff9266713572","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8caff9266713572","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"9efa33fea16f3f9f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9efa33fea16f3f9f","status":"passed","time":{"start":1707760301827,"stop":1707760301828,"duration":1}},{"uid":"f1d9dc1086865e9c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1d9dc1086865e9c","status":"passed","time":{"start":1707758006724,"stop":1707758006725,"duration":1}},{"uid":"be01962555a090c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be01962555a090c5","status":"passed","time":{"start":1707756617063,"stop":1707756617063,"duration":0}},{"uid":"90dc717490736937","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/90dc717490736937","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"fc4936dd85c5676f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc4936dd85c5676f","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"2588f91e7566c1a5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2588f91e7566c1a5","status":"passed","time":{"start":1707751162324,"stop":1707751162325,"duration":1}},{"uid":"8a4151701426d5f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a4151701426d5f5","status":"passed","time":{"start":1707737091385,"stop":1707737091386,"duration":1}},{"uid":"7a01d06099c01283","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a01d06099c01283","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"tags":[]},"source":"dfc3dd84a4080ac9.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3a7b8e8f980684b3.json b/6406/data/test-cases/dfd04763ea7c08e9.json similarity index 81% rename from 6379/data/test-cases/3a7b8e8f980684b3.json rename to 6406/data/test-cases/dfd04763ea7c08e9.json index e3437e263c5..2dc0eb31654 100644 --- a/6379/data/test-cases/3a7b8e8f980684b3.json +++ b/6406/data/test-cases/dfd04763ea7c08e9.json @@ -1 +1 @@ -{"uid":"3a7b8e8f980684b3","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no pubsub topic is not received","historyId":"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181446,"stop":1707419181446,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"ee2abd066accac6f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ee2abd066accac6f","status":"passed","time":{"start":1707418419818,"stop":1707418419818,"duration":0}},{"uid":"e333704ac175c453","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/e333704ac175c453","status":"passed","time":{"start":1707418388465,"stop":1707418388465,"duration":0}},{"uid":"7ff94eca7c07d6c9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7ff94eca7c07d6c9","status":"passed","time":{"start":1707412796185,"stop":1707412796186,"duration":1}},{"uid":"d0771a07dbb18eeb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d0771a07dbb18eeb","status":"passed","time":{"start":1707411256119,"stop":1707411256120,"duration":1}},{"uid":"bef6338ea78e3580","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/bef6338ea78e3580","status":"passed","time":{"start":1707409690329,"stop":1707409690334,"duration":5}},{"uid":"e32e6f3156f71c88","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e32e6f3156f71c88","status":"passed","time":{"start":1707409095940,"stop":1707409095941,"duration":1}},{"uid":"9b3a8dd273ad1fb","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9b3a8dd273ad1fb","status":"passed","time":{"start":1707409032442,"stop":1707409032445,"duration":3}},{"uid":"4ad9d611a5858dce","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4ad9d611a5858dce","status":"passed","time":{"start":1707408574282,"stop":1707408574282,"duration":0}},{"uid":"ea241b7adda4f27b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ea241b7adda4f27b","status":"passed","time":{"start":1707407633900,"stop":1707407633901,"duration":1}},{"uid":"96133db9a6e56bb3","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/96133db9a6e56bb3","status":"passed","time":{"start":1707407545266,"stop":1707407545266,"duration":0}},{"uid":"baf5e1edbb6727ed","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/baf5e1edbb6727ed","status":"passed","time":{"start":1707404532465,"stop":1707404532465,"duration":0}},{"uid":"1ffcc39ad7d41ce6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1ffcc39ad7d41ce6","status":"passed","time":{"start":1707375958831,"stop":1707375958836,"duration":5}},{"uid":"4106f5955542ecdd","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4106f5955542ecdd","status":"passed","time":{"start":1707373157818,"stop":1707373157818,"duration":0}},{"uid":"1355bdb8fd02eb93","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1355bdb8fd02eb93","status":"passed","time":{"start":1707359356005,"stop":1707359356005,"duration":0}},{"uid":"622abbb74fcc63cb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/622abbb74fcc63cb","status":"passed","time":{"start":1707358094707,"stop":1707358094707,"duration":0}},{"uid":"d23214834f40eade","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d23214834f40eade","status":"passed","time":{"start":1707357164931,"stop":1707357164931,"duration":0}},{"uid":"a1b51379a1c38fb5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a1b51379a1c38fb5","status":"passed","time":{"start":1707355248793,"stop":1707355248793,"duration":0}}]},"tags":[]},"source":"3a7b8e8f980684b3.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfd04763ea7c08e9","name":"Check message with no pubsub topic is not received","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false > Check message with no pubsub topic is not received","historyId":"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371125,"stop":1707793371125,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"d18b559a7eb71bda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d18b559a7eb71bda","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"6c5a8e777c3cd34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c5a8e777c3cd34","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"a1a4c08bee138dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1a4c08bee138dde","status":"passed","time":{"start":1707775390252,"stop":1707775390253,"duration":1}},{"uid":"718bc092a18fbc18","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718bc092a18fbc18","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"duration":1}},{"uid":"7293e63d8582911f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7293e63d8582911f","status":"passed","time":{"start":1707769968735,"stop":1707769968736,"duration":1}},{"uid":"11a2b8b1cf85e07e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11a2b8b1cf85e07e","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"a19e122a203843da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a19e122a203843da","status":"passed","time":{"start":1707758006726,"stop":1707758006727,"duration":1}},{"uid":"669c555ae02cd98c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/669c555ae02cd98c","status":"passed","time":{"start":1707756617064,"stop":1707756617065,"duration":1}},{"uid":"e63996134965b8d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e63996134965b8d9","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"8a9d4180ab26d20f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a9d4180ab26d20f","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"1727ade82a9a976","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1727ade82a9a976","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"c01bab8670c5511f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c01bab8670c5511f","status":"passed","time":{"start":1707737091390,"stop":1707737091390,"duration":0}},{"uid":"6a854ed3b45e8c40","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a854ed3b45e8c40","status":"passed","time":{"start":1707736260165,"stop":1707736260166,"duration":1}}]},"tags":[]},"source":"dfd04763ea7c08e9.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8681b69e9109a809.json b/6406/data/test-cases/dfd1e57bf4eb9002.json similarity index 84% rename from 6379/data/test-cases/8681b69e9109a809.json rename to 6406/data/test-cases/dfd1e57bf4eb9002.json index e714ba32c52..9ff89fbd10b 100644 --- a/6379/data/test-cases/8681b69e9109a809.json +++ b/6406/data/test-cases/dfd1e57bf4eb9002.json @@ -1 +1 @@ -{"uid":"8681b69e9109a809","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":1707419289514,"stop":1707419289514,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"a11537e5d7eab82d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/a11537e5d7eab82d","status":"passed","time":{"start":1707418535554,"stop":1707418535554,"duration":0}},{"uid":"385afca236d5e56c","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/385afca236d5e56c","status":"passed","time":{"start":1707418482229,"stop":1707418482229,"duration":0}},{"uid":"8d47e34b07912c6d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8d47e34b07912c6d","status":"passed","time":{"start":1707412863494,"stop":1707412863494,"duration":0}},{"uid":"8a8a43427879cefb","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8a8a43427879cefb","status":"passed","time":{"start":1707411338666,"stop":1707411338666,"duration":0}},{"uid":"88847ecc166724f8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/88847ecc166724f8","status":"passed","time":{"start":1707409792244,"stop":1707409792244,"duration":0}},{"uid":"798801046b639aaf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/798801046b639aaf","status":"passed","time":{"start":1707409177766,"stop":1707409177767,"duration":1}},{"uid":"f38cfa7089c4fd8c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f38cfa7089c4fd8c","status":"passed","time":{"start":1707409135101,"stop":1707409135102,"duration":1}},{"uid":"b7a13e7b8db5656a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b7a13e7b8db5656a","status":"passed","time":{"start":1707408664037,"stop":1707408664037,"duration":0}},{"uid":"8624c0d99aeb108a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8624c0d99aeb108a","status":"passed","time":{"start":1707407736523,"stop":1707407736524,"duration":1}},{"uid":"321c6da6f983b1ba","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/321c6da6f983b1ba","status":"passed","time":{"start":1707407618241,"stop":1707407618241,"duration":0}},{"uid":"716213be64788933","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/716213be64788933","status":"passed","time":{"start":1707375978566,"stop":1707375978566,"duration":0}},{"uid":"4bae90868624c57c","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/4bae90868624c57c","status":"passed","time":{"start":1707373245370,"stop":1707373245370,"duration":0}},{"uid":"1475456e08777f0c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1475456e08777f0c","status":"passed","time":{"start":1707359448678,"stop":1707359448679,"duration":1}},{"uid":"c22676f75df0d2a6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c22676f75df0d2a6","status":"passed","time":{"start":1707358197198,"stop":1707358197198,"duration":0}},{"uid":"daaed9cd6281179f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/daaed9cd6281179f","status":"passed","time":{"start":1707357226639,"stop":1707357226639,"duration":0}},{"uid":"8a63b87f194135ba","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/8a63b87f194135ba","status":"passed","time":{"start":1707355477326,"stop":1707355477326,"duration":0}}]},"tags":[]},"source":"8681b69e9109a809.json","parameterValues":[]} \ No newline at end of file +{"uid":"dfd1e57bf4eb9002","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":1707793446752,"stop":1707793446752,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"a613d874e0244a88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a613d874e0244a88","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"d10ff06ba2dc5ec0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10ff06ba2dc5ec0","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"fd13d4d4ba7758b3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd13d4d4ba7758b3","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"5d27da565a025076","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d27da565a025076","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"f5fcb8f95b6fdb6f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5fcb8f95b6fdb6f","status":"passed","time":{"start":1707770238696,"stop":1707770238697,"duration":1}},{"uid":"bf11348dcc014fc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf11348dcc014fc4","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"d06d98e1f399b127","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d06d98e1f399b127","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"699786690c0c0496","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/699786690c0c0496","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"81c9e1586aeb9b81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81c9e1586aeb9b81","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b9f35718388e2e84","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9f35718388e2e84","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"399fa10a6a98a4b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/399fa10a6a98a4b7","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"656046a699b6da1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/656046a699b6da1d","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"tags":[]},"source":"dfd1e57bf4eb9002.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/48372f8190542877.json b/6406/data/test-cases/e09a18f300bb650e.json similarity index 59% rename from 6379/data/test-cases/48372f8190542877.json rename to 6406/data/test-cases/e09a18f300bb650e.json index 3a707a88576..5617dfb9fe3 100644 --- a/6379/data/test-cases/48372f8190542877.json +++ b/6406/data/test-cases/e09a18f300bb650e.json @@ -1 +1 @@ -{"uid":"48372f8190542877","name":"different cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect","historyId":"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829815,"stop":1707418829818,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"79dc7d904d773e5b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/79dc7d904d773e5b","status":"passed","time":{"start":1707418103417,"stop":1707418103420,"duration":3}},{"uid":"2aa147141a916013","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2aa147141a916013","status":"passed","time":{"start":1707418010315,"stop":1707418010316,"duration":1}},{"uid":"66b500beb64bc517","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/66b500beb64bc517","status":"passed","time":{"start":1707412479961,"stop":1707412479962,"duration":1}},{"uid":"ee5168c6d309ab50","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ee5168c6d309ab50","status":"passed","time":{"start":1707410852011,"stop":1707410852011,"duration":0}},{"uid":"196d14552b1ca490","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/196d14552b1ca490","status":"passed","time":{"start":1707409338856,"stop":1707409338856,"duration":0}},{"uid":"db0b4c06f6b60c75","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/db0b4c06f6b60c75","status":"passed","time":{"start":1707408727253,"stop":1707408727254,"duration":1}},{"uid":"64d934f7a8e293af","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/64d934f7a8e293af","status":"passed","time":{"start":1707408675747,"stop":1707408675747,"duration":0}},{"uid":"f252d616f0e50c01","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/f252d616f0e50c01","status":"passed","time":{"start":1707408214008,"stop":1707408214008,"duration":0}},{"uid":"715737d9ac9ac2df","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/715737d9ac9ac2df","status":"passed","time":{"start":1707407286309,"stop":1707407286319,"duration":10}},{"uid":"16095955633450e4","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/16095955633450e4","status":"passed","time":{"start":1707407226679,"stop":1707407226679,"duration":0}},{"uid":"49306bf24bfd4484","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/49306bf24bfd4484","status":"passed","time":{"start":1707404179910,"stop":1707404179910,"duration":0}},{"uid":"28c01c4373bbc57a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/28c01c4373bbc57a","status":"passed","time":{"start":1707375626289,"stop":1707375626290,"duration":1}},{"uid":"d77d53da6a412401","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d77d53da6a412401","status":"passed","time":{"start":1707372788216,"stop":1707372788217,"duration":1}},{"uid":"7c3b0fc8b4648697","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7c3b0fc8b4648697","status":"passed","time":{"start":1707359016777,"stop":1707359016777,"duration":0}},{"uid":"c37bc01ffe9d1fad","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c37bc01ffe9d1fad","status":"passed","time":{"start":1707357740858,"stop":1707357740858,"duration":0}},{"uid":"4e1f7d536cf440ef","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4e1f7d536cf440ef","status":"passed","time":{"start":1707356837835,"stop":1707356837836,"duration":1}},{"uid":"a7039697a3d9f686","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a7039697a3d9f686","status":"passed","time":{"start":1707354890493,"stop":1707354890493,"duration":0}}]},"tags":[]},"source":"48372f8190542877.json","parameterValues":[]} \ No newline at end of file +{"uid":"e09a18f300bb650e","name":"different cluster, different shard: nodes don't connect","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect","historyId":"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012461,"stop":1707793012462,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c469137a0fb5a4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c469137a0fb5a4d","status":"passed","time":{"start":1707777977654,"stop":1707777977655,"duration":1}},{"uid":"31305ee9d34ab228","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31305ee9d34ab228","status":"passed","time":{"start":1707775258446,"stop":1707775258446,"duration":0}},{"uid":"3249b705f48c60dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3249b705f48c60dd","status":"passed","time":{"start":1707775081975,"stop":1707775081977,"duration":2}},{"uid":"f44fa2a3ebf101ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f44fa2a3ebf101ce","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"1c23c76dee58d5ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c23c76dee58d5ae","status":"passed","time":{"start":1707769841877,"stop":1707769841877,"duration":0}},{"uid":"559c4f9b2fa4f74f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/559c4f9b2fa4f74f","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"974035bc431f28c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/974035bc431f28c1","status":"passed","time":{"start":1707757624863,"stop":1707757624863,"duration":0}},{"uid":"62ce9dc5aabbfdd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/62ce9dc5aabbfdd9","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"647a22f0243774c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/647a22f0243774c7","status":"passed","time":{"start":1707753651129,"stop":1707753651130,"duration":1}},{"uid":"db887821d32744d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db887821d32744d8","status":"passed","time":{"start":1707753409569,"stop":1707753409575,"duration":6}},{"uid":"cb6f4ba235a6f00f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb6f4ba235a6f00f","status":"passed","time":{"start":1707736708310,"stop":1707736708311,"duration":1}},{"uid":"21d679557a9b785d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21d679557a9b785d","status":"passed","time":{"start":1707735914371,"stop":1707735914374,"duration":3}}]},"tags":[]},"source":"e09a18f300bb650e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6204aa80697101b2.json b/6406/data/test-cases/e0f54c7d213a71d2.json similarity index 87% rename from 6379/data/test-cases/6204aa80697101b2.json rename to 6406/data/test-cases/e0f54c7d213a71d2.json index c00b569aedb..78839de4c3b 100644 --- a/6379/data/test-cases/6204aa80697101b2.json +++ b/6406/data/test-cases/e0f54c7d213a71d2.json @@ -1 +1 @@ -{"uid":"6204aa80697101b2","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":1707419247774,"stop":1707419247775,"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":17,"unknown":0,"total":17},"items":[{"uid":"d55bb1bf45293f3c","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d55bb1bf45293f3c","status":"passed","time":{"start":1707418479341,"stop":1707418479341,"duration":0}},{"uid":"add535f1fd41c005","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/add535f1fd41c005","status":"passed","time":{"start":1707418420798,"stop":1707418420798,"duration":0}},{"uid":"a369141007a56ca9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a369141007a56ca9","status":"passed","time":{"start":1707412716435,"stop":1707412716436,"duration":1}},{"uid":"ee493f3f25ebb63a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ee493f3f25ebb63a","status":"passed","time":{"start":1707411275215,"stop":1707411275215,"duration":0}},{"uid":"8bf8b3b01d81cb92","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8bf8b3b01d81cb92","status":"passed","time":{"start":1707409745069,"stop":1707409745069,"duration":0}},{"uid":"8c0fc06bdee50b9e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8c0fc06bdee50b9e","status":"passed","time":{"start":1707409135320,"stop":1707409135320,"duration":0}},{"uid":"8ccdd740d945f4f","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/8ccdd740d945f4f","status":"passed","time":{"start":1707409077133,"stop":1707409077133,"duration":0}},{"uid":"1f72691a58fbcad1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1f72691a58fbcad1","status":"passed","time":{"start":1707408618358,"stop":1707408618358,"duration":0}},{"uid":"a6ced596d9e12b14","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a6ced596d9e12b14","status":"passed","time":{"start":1707407695607,"stop":1707407695607,"duration":0}},{"uid":"a5809a0fd6e9fa40","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/a5809a0fd6e9fa40","status":"passed","time":{"start":1707407563840,"stop":1707407563840,"duration":0}},{"uid":"85a4e6e66742f1bf","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/85a4e6e66742f1bf","status":"passed","time":{"start":1707404565401,"stop":1707404565401,"duration":0}},{"uid":"8ef8c748cccc97d6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/8ef8c748cccc97d6","status":"passed","time":{"start":1707376005067,"stop":1707376005067,"duration":0}},{"uid":"d3f48e9bb4e80e8d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d3f48e9bb4e80e8d","status":"passed","time":{"start":1707373209931,"stop":1707373209931,"duration":0}},{"uid":"32578663dabff283","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/32578663dabff283","status":"passed","time":{"start":1707359407158,"stop":1707359407158,"duration":0}},{"uid":"58e43ab52784f271","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/58e43ab52784f271","status":"passed","time":{"start":1707358162772,"stop":1707358162772,"duration":0}},{"uid":"f753962473856135","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f753962473856135","status":"passed","time":{"start":1707355687996,"stop":1707355687996,"duration":0}}]},"tags":[]},"source":"6204aa80697101b2.json","parameterValues":[]} \ No newline at end of file +{"uid":"e0f54c7d213a71d2","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":1707793370635,"stop":1707793370635,"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":13,"unknown":0,"total":13},"items":[{"uid":"9dc8bf652b29433b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dc8bf652b29433b","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"5e7690601af4e57a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e7690601af4e57a","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"a47d6756e2432a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a47d6756e2432a","status":"passed","time":{"start":1707775461889,"stop":1707775461890,"duration":1}},{"uid":"5cd0d49ed39d938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cd0d49ed39d938","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"duration":0}},{"uid":"1ba08c116e565c99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ba08c116e565c99","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"db6a6d7b1caa79fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db6a6d7b1caa79fa","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"3ab0013c0325ad4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ab0013c0325ad4c","status":"passed","time":{"start":1707758023536,"stop":1707758023536,"duration":0}},{"uid":"4245ae38ebae70b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4245ae38ebae70b8","status":"passed","time":{"start":1707756664005,"stop":1707756664005,"duration":0}},{"uid":"588cf90c939ee536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/588cf90c939ee536","status":"passed","time":{"start":1707753837171,"stop":1707753837172,"duration":1}},{"uid":"70bb71efe888047a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70bb71efe888047a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"ef7337bed59581a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef7337bed59581a4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"5460581b882bb8b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5460581b882bb8b2","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"tags":[]},"source":"e0f54c7d213a71d2.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/5868571ce49767c2.json b/6406/data/test-cases/e15c0b354019d337.json similarity index 87% rename from 6379/data/test-cases/5868571ce49767c2.json rename to 6406/data/test-cases/e15c0b354019d337.json index 6efb2414666..6902556b653 100644 --- a/6379/data/test-cases/5868571ce49767c2.json +++ b/6406/data/test-cases/e15c0b354019d337.json @@ -1 +1 @@ -{"uid":"5868571ce49767c2","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":1707419247773,"stop":1707419247773,"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":17,"unknown":0,"total":17},"items":[{"uid":"ff2e3eabed3eee7f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/ff2e3eabed3eee7f","status":"passed","time":{"start":1707418479339,"stop":1707418479340,"duration":1}},{"uid":"72da080a2d2d2953","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/72da080a2d2d2953","status":"passed","time":{"start":1707418420795,"stop":1707418420796,"duration":1}},{"uid":"56cd6b011027d140","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/56cd6b011027d140","status":"passed","time":{"start":1707412716431,"stop":1707412716432,"duration":1}},{"uid":"32d5da311eb1f64f","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/32d5da311eb1f64f","status":"passed","time":{"start":1707411275201,"stop":1707411275212,"duration":11}},{"uid":"2e86e3b4bc178f59","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/2e86e3b4bc178f59","status":"passed","time":{"start":1707409745066,"stop":1707409745067,"duration":1}},{"uid":"2261fa698ad665f7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2261fa698ad665f7","status":"passed","time":{"start":1707409135319,"stop":1707409135319,"duration":0}},{"uid":"113d209cc8e3716e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/113d209cc8e3716e","status":"passed","time":{"start":1707409077130,"stop":1707409077130,"duration":0}},{"uid":"1510c80f8647abc1","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1510c80f8647abc1","status":"passed","time":{"start":1707408618356,"stop":1707408618356,"duration":0}},{"uid":"b4458176cbcd7f81","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b4458176cbcd7f81","status":"passed","time":{"start":1707407695603,"stop":1707407695603,"duration":0}},{"uid":"c2367be39559cc0","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c2367be39559cc0","status":"passed","time":{"start":1707407563838,"stop":1707407563838,"duration":0}},{"uid":"15ffa120689e2ffc","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/15ffa120689e2ffc","status":"passed","time":{"start":1707404565399,"stop":1707404565400,"duration":1}},{"uid":"4f3949c885abbddb","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4f3949c885abbddb","status":"passed","time":{"start":1707376005065,"stop":1707376005065,"duration":0}},{"uid":"5609bb1e2a0d0b92","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/5609bb1e2a0d0b92","status":"passed","time":{"start":1707373209929,"stop":1707373209929,"duration":0}},{"uid":"87c4994a2465edd3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/87c4994a2465edd3","status":"passed","time":{"start":1707359407156,"stop":1707359407157,"duration":1}},{"uid":"d1e5710431b292a3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d1e5710431b292a3","status":"passed","time":{"start":1707358162771,"stop":1707358162771,"duration":0}},{"uid":"2ea20f518062465a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/2ea20f518062465a","status":"passed","time":{"start":1707355687991,"stop":1707355687992,"duration":1}}]},"tags":[]},"source":"5868571ce49767c2.json","parameterValues":[]} \ No newline at end of file +{"uid":"e15c0b354019d337","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":1707793370633,"stop":1707793370633,"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":13,"unknown":0,"total":13},"items":[{"uid":"78fa2cd3a36b78cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78fa2cd3a36b78cf","status":"passed","time":{"start":1707778386482,"stop":1707778386482,"duration":0}},{"uid":"3f7fe1ada5c14cf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f7fe1ada5c14cf3","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"8bc0ef2d08ec4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc0ef2d08ec4c5","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"7ba266bdb5dad499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ba266bdb5dad499","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"fcf0bfef244b81bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcf0bfef244b81bf","status":"passed","time":{"start":1707770208545,"stop":1707770208546,"duration":1}},{"uid":"aaec43870699ec1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaec43870699ec1d","status":"passed","time":{"start":1707760335950,"stop":1707760335950,"duration":0}},{"uid":"56de34032001aa59","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/56de34032001aa59","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"ca8310fbd2e93339","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca8310fbd2e93339","status":"passed","time":{"start":1707756664003,"stop":1707756664004,"duration":1}},{"uid":"e2660403cb534cfa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2660403cb534cfa","status":"passed","time":{"start":1707753837169,"stop":1707753837170,"duration":1}},{"uid":"69c35ec82395aa3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69c35ec82395aa3","status":"passed","time":{"start":1707751136320,"stop":1707751136338,"duration":18}},{"uid":"857090b64a1029ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/857090b64a1029ac","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"2bd0ff2352422da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bd0ff2352422da8","status":"passed","time":{"start":1707736322657,"stop":1707736322658,"duration":1}}]},"tags":[]},"source":"e15c0b354019d337.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e189addd65cf4d62.json b/6406/data/test-cases/e189addd65cf4d62.json new file mode 100644 index 00000000000..514b6f63c14 --- /dev/null +++ b/6406/data/test-cases/e189addd65cf4d62.json @@ -0,0 +1 @@ +{"uid":"e189addd65cf4d62","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":1707793012484,"stop":1707793012485,"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":14,"unknown":0,"total":14},"items":[{"uid":"8b535eba848a941f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b535eba848a941f","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"6f66dfe6ff0a78e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f66dfe6ff0a78e1","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"941c6f3bc77d5f07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941c6f3bc77d5f07","status":"passed","time":{"start":1707775082019,"stop":1707775082020,"duration":1}},{"uid":"dcd4e5b292f8a81d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd4e5b292f8a81d","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"duration":0}},{"uid":"bef75511cc2bad35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bef75511cc2bad35","status":"passed","time":{"start":1707769841900,"stop":1707769841901,"duration":1}},{"uid":"c5baaccdecd589dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5baaccdecd589dd","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"e970d67bfcccc286","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e970d67bfcccc286","status":"passed","time":{"start":1707757624877,"stop":1707757624878,"duration":1}},{"uid":"fe425bb50864a16e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe425bb50864a16e","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"57ebf91ab90dd443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57ebf91ab90dd443","status":"passed","time":{"start":1707753651168,"stop":1707753651169,"duration":1}},{"uid":"a70ecb37d1e76910","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a70ecb37d1e76910","status":"passed","time":{"start":1707753409587,"stop":1707753409587,"duration":0}},{"uid":"1b7615e2f187732d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b7615e2f187732d","status":"passed","time":{"start":1707750722050,"stop":1707750722051,"duration":1}},{"uid":"6afbda95bf73891c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6afbda95bf73891c","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"d12b7f577996215f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d12b7f577996215f","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"tags":[]},"source":"e189addd65cf4d62.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e1d546de4251c806.json b/6406/data/test-cases/e1d546de4251c806.json new file mode 100644 index 00000000000..70e49f48756 --- /dev/null +++ b/6406/data/test-cases/e1d546de4251c806.json @@ -0,0 +1 @@ +{"uid":"e1d546de4251c806","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":1707793369034,"stop":1707793369034,"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":14,"unknown":0,"total":14},"items":[{"uid":"6f43d9f714b7ad64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f43d9f714b7ad64","status":"passed","time":{"start":1707778332049,"stop":1707778332049,"duration":0}},{"uid":"7aa661456163c6fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aa661456163c6fd","status":"passed","time":{"start":1707775601725,"stop":1707775601726,"duration":1}},{"uid":"b4871970a9acbc0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b4871970a9acbc0b","status":"passed","time":{"start":1707775415218,"stop":1707775415219,"duration":1}},{"uid":"719cbebe7b547ae3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/719cbebe7b547ae3","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"d19bea86c01a05c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19bea86c01a05c7","status":"passed","time":{"start":1707770103222,"stop":1707770103223,"duration":1}},{"uid":"ebb69fb813fb0b96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebb69fb813fb0b96","status":"passed","time":{"start":1707760299491,"stop":1707760299492,"duration":1}},{"uid":"45f0fac0241a8756","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f0fac0241a8756","status":"passed","time":{"start":1707757995158,"stop":1707757995159,"duration":1}},{"uid":"5edee959d832e861","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5edee959d832e861","status":"passed","time":{"start":1707756620172,"stop":1707756620173,"duration":1}},{"uid":"a05c1c7191e6ec34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a05c1c7191e6ec34","status":"passed","time":{"start":1707753925425,"stop":1707753925425,"duration":0}},{"uid":"1b2def19439c09e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1b2def19439c09e0","status":"passed","time":{"start":1707753785897,"stop":1707753785897,"duration":0}},{"uid":"c5f22ae2a4b59d73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5f22ae2a4b59d73","status":"passed","time":{"start":1707751137101,"stop":1707751137102,"duration":1}},{"uid":"f2e7acc762f1621a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f2e7acc762f1621a","status":"passed","time":{"start":1707737056799,"stop":1707737056799,"duration":0}},{"uid":"c60260f2ef8b9d9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c60260f2ef8b9d9e","status":"passed","time":{"start":1707736286219,"stop":1707736286220,"duration":1}}]},"tags":[]},"source":"e1d546de4251c806.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e1e28c38238cf576.json b/6406/data/test-cases/e1e28c38238cf576.json new file mode 100644 index 00000000000..b481d61d43a --- /dev/null +++ b/6406/data/test-cases/e1e28c38238cf576.json @@ -0,0 +1 @@ +{"uid":"e1e28c38238cf576","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":1707792800001,"stop":1707792800002,"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":14,"unknown":0,"total":14},"items":[{"uid":"6920f22948e1efc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6920f22948e1efc","status":"passed","time":{"start":1707777749086,"stop":1707777749087,"duration":1}},{"uid":"f20decc73a67bc4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f20decc73a67bc4e","status":"passed","time":{"start":1707775025519,"stop":1707775025520,"duration":1}},{"uid":"b11327bcd8d0dd76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b11327bcd8d0dd76","status":"passed","time":{"start":1707774827054,"stop":1707774827054,"duration":0}},{"uid":"5adaaa9736734d0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5adaaa9736734d0d","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"duration":1}},{"uid":"be7e3e609306ed28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be7e3e609306ed28","status":"passed","time":{"start":1707769627286,"stop":1707769627286,"duration":0}},{"uid":"7b60d1b1d39b1ba3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b60d1b1d39b1ba3","status":"passed","time":{"start":1707759722020,"stop":1707759722021,"duration":1}},{"uid":"f4840ff4afa202d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4840ff4afa202d2","status":"passed","time":{"start":1707757416830,"stop":1707757416830,"duration":0}},{"uid":"4f9545158309b4f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f9545158309b4f9","status":"passed","time":{"start":1707756046589,"stop":1707756046590,"duration":1}},{"uid":"e5b25dbd1b3f5087","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5b25dbd1b3f5087","status":"passed","time":{"start":1707753464662,"stop":1707753464662,"duration":0}},{"uid":"7a7e72c6c2588c8b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a7e72c6c2588c8b","status":"passed","time":{"start":1707753192929,"stop":1707753192929,"duration":0}},{"uid":"97d4bd7aec10e668","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97d4bd7aec10e668","status":"passed","time":{"start":1707750593501,"stop":1707750593501,"duration":0}},{"uid":"b66b3efec90677a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b66b3efec90677a8","status":"passed","time":{"start":1707736510874,"stop":1707736510874,"duration":0}},{"uid":"7c6032519a89e639","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c6032519a89e639","status":"passed","time":{"start":1707735692280,"stop":1707735692281,"duration":1}}]},"tags":[]},"source":"e1e28c38238cf576.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e1f4338516c0133e.json b/6406/data/test-cases/e1f4338516c0133e.json new file mode 100644 index 00000000000..7f9408ebfe9 --- /dev/null +++ b/6406/data/test-cases/e1f4338516c0133e.json @@ -0,0 +1 @@ +{"uid":"e1f4338516c0133e","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":1707793354574,"stop":1707793354574,"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":13,"unknown":0,"total":13},"items":[{"uid":"81f190613b954b29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81f190613b954b29","status":"passed","time":{"start":1707778308337,"stop":1707778308338,"duration":1}},{"uid":"6bf36f1567b79326","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6bf36f1567b79326","status":"passed","time":{"start":1707775586582,"stop":1707775586583,"duration":1}},{"uid":"8eb1b3f1bf6337c9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1b3f1bf6337c9","status":"passed","time":{"start":1707775396055,"stop":1707775396055,"duration":0}},{"uid":"5a9c372cf2fe08fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a9c372cf2fe08fd","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2}},{"uid":"55bbc859c07bffeb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55bbc859c07bffeb","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"f6bbf932ff4a0951","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6bbf932ff4a0951","status":"passed","time":{"start":1707760280827,"stop":1707760280827,"duration":0}},{"uid":"b09cbfa788f1bcbf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b09cbfa788f1bcbf","status":"passed","time":{"start":1707757976564,"stop":1707757976564,"duration":0}},{"uid":"854d780111afe841","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/854d780111afe841","status":"passed","time":{"start":1707756601159,"stop":1707756601159,"duration":0}},{"uid":"80ac243493c5f4e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80ac243493c5f4e9","status":"passed","time":{"start":1707753969926,"stop":1707753969927,"duration":1}},{"uid":"97b88a410199abd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97b88a410199abd6","status":"passed","time":{"start":1707753767215,"stop":1707753767215,"duration":0}},{"uid":"13a93086ebf600c9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13a93086ebf600c9","status":"passed","time":{"start":1707737071259,"stop":1707737071259,"duration":0}},{"uid":"411daadf0d06049b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411daadf0d06049b","status":"passed","time":{"start":1707736274447,"stop":1707736274447,"duration":0}}]},"tags":[]},"source":"e1f4338516c0133e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e25f0a23e2746760.json b/6406/data/test-cases/e25f0a23e2746760.json new file mode 100644 index 00000000000..bd84b3d438b --- /dev/null +++ b/6406/data/test-cases/e25f0a23e2746760.json @@ -0,0 +1 @@ +{"uid":"e25f0a23e2746760","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":1707793446744,"stop":1707793446744,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"9a55a6340d49a2db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9a55a6340d49a2db","status":"passed","time":{"start":1707778413522,"stop":1707778413523,"duration":1}},{"uid":"3646eb72e759cac9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3646eb72e759cac9","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"bb51211540d68ed5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb51211540d68ed5","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"4a7f150d7330ce98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a7f150d7330ce98","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"a98911a25a05e92f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a98911a25a05e92f","status":"passed","time":{"start":1707770238689,"stop":1707770238689,"duration":0}},{"uid":"2ab419f4da017cff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ab419f4da017cff","status":"passed","time":{"start":1707760374681,"stop":1707760374682,"duration":1}},{"uid":"8db4b65f09989cf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8db4b65f09989cf0","status":"passed","time":{"start":1707758004329,"stop":1707758004330,"duration":1}},{"uid":"bf208b9167ba9b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf208b9167ba9b54","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"75f11b106dbaa07c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75f11b106dbaa07c","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"5bec396a893c9a3a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bec396a893c9a3a","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"eedc3dcc2b02127a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eedc3dcc2b02127a","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"da7ffe3a0d5a1f6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da7ffe3a0d5a1f6d","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"cb87d3cb7300f832","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb87d3cb7300f832","status":"passed","time":{"start":1707736353041,"stop":1707736353042,"duration":1}}]},"tags":[]},"source":"e25f0a23e2746760.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e2a9a06eef357dc1.json b/6406/data/test-cases/e2a9a06eef357dc1.json new file mode 100644 index 00000000000..d837702a473 --- /dev/null +++ b/6406/data/test-cases/e2a9a06eef357dc1.json @@ -0,0 +1 @@ +{"uid":"e2a9a06eef357dc1","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":1707792800002,"stop":1707792800002,"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":14,"unknown":0,"total":14},"items":[{"uid":"8862207b8766863e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8862207b8766863e","status":"passed","time":{"start":1707777749087,"stop":1707777749088,"duration":1}},{"uid":"63f9b6c339bc0dfb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63f9b6c339bc0dfb","status":"passed","time":{"start":1707775025521,"stop":1707775025522,"duration":1}},{"uid":"41fe2a447a05f6c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41fe2a447a05f6c2","status":"passed","time":{"start":1707774827054,"stop":1707774827055,"duration":1}},{"uid":"daac32cf7a0df95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daac32cf7a0df95f","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"duration":2}},{"uid":"272820c285e0b4ad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272820c285e0b4ad","status":"passed","time":{"start":1707769627286,"stop":1707769627287,"duration":1}},{"uid":"910ea4bbe8b72123","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/910ea4bbe8b72123","status":"passed","time":{"start":1707759722023,"stop":1707759722024,"duration":1}},{"uid":"a813ec1c01ba93c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a813ec1c01ba93c1","status":"passed","time":{"start":1707757416830,"stop":1707757416831,"duration":1}},{"uid":"fbecd080fc3f09fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbecd080fc3f09fc","status":"passed","time":{"start":1707756046590,"stop":1707756046590,"duration":0}},{"uid":"b30d5c1d08594853","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b30d5c1d08594853","status":"passed","time":{"start":1707753464663,"stop":1707753464663,"duration":0}},{"uid":"f82b2336e2cc7201","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f82b2336e2cc7201","status":"passed","time":{"start":1707753192929,"stop":1707753192931,"duration":2}},{"uid":"defbaf7b65272f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/defbaf7b65272f6e","status":"passed","time":{"start":1707750593501,"stop":1707750593502,"duration":1}},{"uid":"dd80cc823a326be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd80cc823a326be7","status":"passed","time":{"start":1707736510874,"stop":1707736510875,"duration":1}},{"uid":"573824c7d3b5284","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/573824c7d3b5284","status":"passed","time":{"start":1707735692281,"stop":1707735692282,"duration":1}}]},"tags":[]},"source":"e2a9a06eef357dc1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1921c6b604842cf8.json b/6406/data/test-cases/e2abe1118b21649a.json similarity index 81% rename from 6379/data/test-cases/1921c6b604842cf8.json rename to 6406/data/test-cases/e2abe1118b21649a.json index 1135170b867..d2322473b20 100644 --- a/6379/data/test-cases/1921c6b604842cf8.json +++ b/6406/data/test-cases/e2abe1118b21649a.json @@ -1 +1 @@ -{"uid":"1921c6b604842cf8","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":1707419181411,"stop":1707419181411,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"717a825679baa332","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/717a825679baa332","status":"passed","time":{"start":1707418419763,"stop":1707418419766,"duration":3}},{"uid":"406b0794d4e7ece2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/406b0794d4e7ece2","status":"passed","time":{"start":1707418388447,"stop":1707418388447,"duration":0}},{"uid":"72b6cd25eacfe09f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/72b6cd25eacfe09f","status":"passed","time":{"start":1707412796123,"stop":1707412796124,"duration":1}},{"uid":"9e3cfa88ee70e1c7","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9e3cfa88ee70e1c7","status":"passed","time":{"start":1707411256084,"stop":1707411256085,"duration":1}},{"uid":"e64359215cd9d81f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e64359215cd9d81f","status":"passed","time":{"start":1707409690315,"stop":1707409690315,"duration":0}},{"uid":"3a5990f08ac02615","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3a5990f08ac02615","status":"passed","time":{"start":1707409095922,"stop":1707409095922,"duration":0}},{"uid":"7a601737bfd99381","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7a601737bfd99381","status":"passed","time":{"start":1707409032399,"stop":1707409032400,"duration":1}},{"uid":"b9b21dfc1fd1b88f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b9b21dfc1fd1b88f","status":"passed","time":{"start":1707408574256,"stop":1707408574257,"duration":1}},{"uid":"49019285988739c8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/49019285988739c8","status":"passed","time":{"start":1707407633867,"stop":1707407633868,"duration":1}},{"uid":"273c11f1fa914f0b","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/273c11f1fa914f0b","status":"passed","time":{"start":1707407545221,"stop":1707407545221,"duration":0}},{"uid":"1c1ff408166f53e9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1c1ff408166f53e9","status":"passed","time":{"start":1707404532432,"stop":1707404532435,"duration":3}},{"uid":"18faf0f7203cd382","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/18faf0f7203cd382","status":"passed","time":{"start":1707375958758,"stop":1707375958758,"duration":0}},{"uid":"a8ccc31eab9a4843","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a8ccc31eab9a4843","status":"passed","time":{"start":1707373157754,"stop":1707373157754,"duration":0}},{"uid":"3b8ad737c7209c0d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3b8ad737c7209c0d","status":"passed","time":{"start":1707359355975,"stop":1707359355976,"duration":1}},{"uid":"51304016bb112083","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/51304016bb112083","status":"passed","time":{"start":1707358094671,"stop":1707358094672,"duration":1}},{"uid":"733a1bfe6500e1f6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/733a1bfe6500e1f6","status":"passed","time":{"start":1707357164918,"stop":1707357164918,"duration":0}},{"uid":"fa1ebae7d2a96f7e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fa1ebae7d2a96f7e","status":"passed","time":{"start":1707355248779,"stop":1707355248779,"duration":0}}]},"tags":[]},"source":"1921c6b604842cf8.json","parameterValues":[]} \ No newline at end of file +{"uid":"e2abe1118b21649a","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":1707793371106,"stop":1707793371106,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"1acd454ac45fbbe8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1acd454ac45fbbe8","status":"passed","time":{"start":1707778338846,"stop":1707778338846,"duration":0}},{"uid":"5fb6a32e927ec37b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fb6a32e927ec37b","status":"passed","time":{"start":1707775602023,"stop":1707775602023,"duration":0}},{"uid":"3593f970b880afb8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3593f970b880afb8","status":"passed","time":{"start":1707775390233,"stop":1707775390233,"duration":0}},{"uid":"98246f3d4b4d7386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98246f3d4b4d7386","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"bd12863b391d100d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd12863b391d100d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"93c55e5c60241ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/93c55e5c60241ad","status":"passed","time":{"start":1707758006711,"stop":1707758006712,"duration":1}},{"uid":"ed6a71819b0ca04a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed6a71819b0ca04a","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"b619ce87cb760af4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b619ce87cb760af4","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"49fdeb66ef20b821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49fdeb66ef20b821","status":"passed","time":{"start":1707753782758,"stop":1707753782759,"duration":1}},{"uid":"d68f8bbaa71b046","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d68f8bbaa71b046","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"15279426928b1307","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15279426928b1307","status":"passed","time":{"start":1707737091323,"stop":1707737091329,"duration":6}},{"uid":"df1f9322d53e908a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df1f9322d53e908a","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"tags":[]},"source":"e2abe1118b21649a.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e2b61dce9238d6f9.json b/6406/data/test-cases/e2b61dce9238d6f9.json new file mode 100644 index 00000000000..816a809b713 --- /dev/null +++ b/6406/data/test-cases/e2b61dce9238d6f9.json @@ -0,0 +1 @@ +{"uid":"e2b61dce9238d6f9","name":"should throw error - invalid id","fullName":"/src/enr.spec.ts: ENR > Verify > should throw error - invalid id","historyId":"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800812,"stop":1707792800813,"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":14,"unknown":0,"total":14},"items":[{"uid":"b28d3104eaed3bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b28d3104eaed3bce","status":"passed","time":{"start":1707777749836,"stop":1707777749841,"duration":5}},{"uid":"5f2bf7a73d9c0353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f2bf7a73d9c0353","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e205f323229d44af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e205f323229d44af","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"bdd89bdd5acacdea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd89bdd5acacdea","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"177768f9771e9139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/177768f9771e9139","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"e7fc1274043c27ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7fc1274043c27ba","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"ee7e970f9b751377","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee7e970f9b751377","status":"passed","time":{"start":1707757417662,"stop":1707757417662,"duration":0}},{"uid":"b8a04520eaf0b266","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b8a04520eaf0b266","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"a871f5f0bce30b4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a871f5f0bce30b4d","status":"passed","time":{"start":1707753465434,"stop":1707753465439,"duration":5}},{"uid":"a378063652825765","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a378063652825765","status":"passed","time":{"start":1707753193774,"stop":1707753193780,"duration":6}},{"uid":"f7b00250116fd4b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7b00250116fd4b5","status":"passed","time":{"start":1707750594358,"stop":1707750594363,"duration":5}},{"uid":"4d8d10ba58091be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d8d10ba58091be7","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"98765370b912bb4c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98765370b912bb4c","status":"passed","time":{"start":1707735693122,"stop":1707735693123,"duration":1}}]},"tags":[]},"source":"e2b61dce9238d6f9.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e305991ae53cee6c.json b/6406/data/test-cases/e305991ae53cee6c.json new file mode 100644 index 00000000000..d235e9bb527 --- /dev/null +++ b/6406/data/test-cases/e305991ae53cee6c.json @@ -0,0 +1 @@ +{"uid":"e305991ae53cee6c","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":1707793086616,"stop":1707793086616,"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":14,"unknown":0,"total":14},"items":[{"uid":"917d99e3568f5bd4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/917d99e3568f5bd4","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"d7fa9f8554bb8ee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d7fa9f8554bb8ee7","status":"passed","time":{"start":1707775337156,"stop":1707775337157,"duration":1}},{"uid":"3ea2ed8cb4610532","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ea2ed8cb4610532","status":"passed","time":{"start":1707775143605,"stop":1707775143605,"duration":0}},{"uid":"f76d4400fb08f3bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f76d4400fb08f3bc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"3d6fd9a85800c3df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d6fd9a85800c3df","status":"passed","time":{"start":1707769940213,"stop":1707769940214,"duration":1}},{"uid":"520427c4d42b56","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/520427c4d42b56","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"286f3239756aaca9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/286f3239756aaca9","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"852b8083c6600cd3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/852b8083c6600cd3","status":"passed","time":{"start":1707756352343,"stop":1707756352343,"duration":0}},{"uid":"d7dcd5a2e415babb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7dcd5a2e415babb","status":"passed","time":{"start":1707753768712,"stop":1707753768713,"duration":1}},{"uid":"1373cac6f3bfe56e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1373cac6f3bfe56e","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"1822b521f7268f15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1822b521f7268f15","status":"passed","time":{"start":1707750899684,"stop":1707750899685,"duration":1}},{"uid":"2eda6bdbbc99beda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2eda6bdbbc99beda","status":"passed","time":{"start":1707736822688,"stop":1707736822689,"duration":1}},{"uid":"b01b911236e721a6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b01b911236e721a6","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"tags":[]},"source":"e305991ae53cee6c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/55c4c8a440c33224.json b/6406/data/test-cases/e3e947160c523976.json similarity index 88% rename from 6379/data/test-cases/55c4c8a440c33224.json rename to 6406/data/test-cases/e3e947160c523976.json index 9f9d4097ad1..4b201311dca 100644 --- a/6379/data/test-cases/55c4c8a440c33224.json +++ b/6406/data/test-cases/e3e947160c523976.json @@ -1 +1 @@ -{"uid":"55c4c8a440c33224","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":1707419247776,"stop":1707419247776,"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":16,"unknown":0,"total":16},"items":[{"uid":"e358fbe4b5d93ffe","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e358fbe4b5d93ffe","status":"passed","time":{"start":1707418479343,"stop":1707418479343,"duration":0}},{"uid":"aab5a3d09910cb4e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/aab5a3d09910cb4e","status":"passed","time":{"start":1707418420800,"stop":1707418420800,"duration":0}},{"uid":"5245583cded34a62","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5245583cded34a62","status":"passed","time":{"start":1707411275217,"stop":1707411275217,"duration":0}},{"uid":"eea019ff5adc0d99","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/eea019ff5adc0d99","status":"passed","time":{"start":1707409745071,"stop":1707409745071,"duration":0}},{"uid":"dc1700489f63f640","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/dc1700489f63f640","status":"passed","time":{"start":1707409135321,"stop":1707409135322,"duration":1}},{"uid":"4b5751a5af432b63","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4b5751a5af432b63","status":"passed","time":{"start":1707409077134,"stop":1707409077135,"duration":1}},{"uid":"8e72d0b8c5cae180","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8e72d0b8c5cae180","status":"passed","time":{"start":1707408618359,"stop":1707408618360,"duration":1}},{"uid":"e4d33b433d36e58b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e4d33b433d36e58b","status":"passed","time":{"start":1707407695608,"stop":1707407695609,"duration":1}},{"uid":"25076f562afba672","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/25076f562afba672","status":"passed","time":{"start":1707407563842,"stop":1707407563842,"duration":0}},{"uid":"a4308ebdf96610f4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a4308ebdf96610f4","status":"passed","time":{"start":1707404565403,"stop":1707404565403,"duration":0}},{"uid":"79911b2de2efda56","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/79911b2de2efda56","status":"passed","time":{"start":1707376005069,"stop":1707376005069,"duration":0}},{"uid":"e1a2e4866e451a1d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e1a2e4866e451a1d","status":"passed","time":{"start":1707373209933,"stop":1707373209933,"duration":0}},{"uid":"d7f13a6644cfd537","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d7f13a6644cfd537","status":"passed","time":{"start":1707359407160,"stop":1707359407160,"duration":0}},{"uid":"9fdf28d552a825bb","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9fdf28d552a825bb","status":"passed","time":{"start":1707358162773,"stop":1707358162773,"duration":0}},{"uid":"4da9408913309121","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4da9408913309121","status":"passed","time":{"start":1707355687998,"stop":1707355687999,"duration":1}}]},"tags":[]},"source":"55c4c8a440c33224.json","parameterValues":[]} \ No newline at end of file +{"uid":"e3e947160c523976","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":1707793370637,"stop":1707793370637,"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":13,"unknown":0,"total":13},"items":[{"uid":"38f64f73f76fc644","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38f64f73f76fc644","status":"passed","time":{"start":1707778386486,"stop":1707778386487,"duration":1}},{"uid":"34d84fb983d737e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/34d84fb983d737e","status":"passed","time":{"start":1707775656751,"stop":1707775656752,"duration":1}},{"uid":"12e17021c4ca9dc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12e17021c4ca9dc","status":"passed","time":{"start":1707775461891,"stop":1707775461892,"duration":1}},{"uid":"ef34d1ba891b24ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef34d1ba891b24ce","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"acd22ccb959e7e13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acd22ccb959e7e13","status":"passed","time":{"start":1707770208548,"stop":1707770208549,"duration":1}},{"uid":"68fbbb5576f767cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/68fbbb5576f767cd","status":"passed","time":{"start":1707760335957,"stop":1707760335958,"duration":1}},{"uid":"4276b61149925d29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4276b61149925d29","status":"passed","time":{"start":1707758023538,"stop":1707758023538,"duration":0}},{"uid":"9e42685e979bff4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e42685e979bff4b","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"4bfbf3a274bd79dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bfbf3a274bd79dd","status":"passed","time":{"start":1707753837174,"stop":1707753837174,"duration":0}},{"uid":"5d2e05d064a0a1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d2e05d064a0a1d3","status":"passed","time":{"start":1707751136354,"stop":1707751136354,"duration":0}},{"uid":"2c92b54e81e82acf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c92b54e81e82acf","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"556641494e5ff8b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/556641494e5ff8b8","status":"passed","time":{"start":1707736322662,"stop":1707736322663,"duration":1}}]},"tags":[]},"source":"e3e947160c523976.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e1c22a1ab739f0de.json b/6406/data/test-cases/e409ad3f6287d571.json similarity index 84% rename from 6379/data/test-cases/e1c22a1ab739f0de.json rename to 6406/data/test-cases/e409ad3f6287d571.json index 179c951a0a6..d4c9e7d9380 100644 --- a/6379/data/test-cases/e1c22a1ab739f0de.json +++ b/6406/data/test-cases/e409ad3f6287d571.json @@ -1 +1 @@ -{"uid":"e1c22a1ab739f0de","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":1707419289504,"stop":1707419289504,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"581142f4323763c0","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/581142f4323763c0","status":"passed","time":{"start":1707418535545,"stop":1707418535545,"duration":0}},{"uid":"40b508808537a997","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/40b508808537a997","status":"passed","time":{"start":1707418482220,"stop":1707418482220,"duration":0}},{"uid":"ded261a6dade3ac5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ded261a6dade3ac5","status":"passed","time":{"start":1707412863486,"stop":1707412863486,"duration":0}},{"uid":"3b898dd73f2116be","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3b898dd73f2116be","status":"passed","time":{"start":1707411338657,"stop":1707411338658,"duration":1}},{"uid":"12a0c6ef68115b22","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/12a0c6ef68115b22","status":"passed","time":{"start":1707409792235,"stop":1707409792235,"duration":0}},{"uid":"a3938d4d54749621","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a3938d4d54749621","status":"passed","time":{"start":1707409177757,"stop":1707409177758,"duration":1}},{"uid":"9d448a1552451954","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9d448a1552451954","status":"passed","time":{"start":1707409135093,"stop":1707409135093,"duration":0}},{"uid":"d1bc9528f0768096","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d1bc9528f0768096","status":"passed","time":{"start":1707408664027,"stop":1707408664028,"duration":1}},{"uid":"e62fd0bb53894985","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e62fd0bb53894985","status":"passed","time":{"start":1707407736513,"stop":1707407736513,"duration":0}},{"uid":"4b08b03232f9b0f2","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/4b08b03232f9b0f2","status":"passed","time":{"start":1707407618233,"stop":1707407618233,"duration":0}},{"uid":"e2384669552b952b","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e2384669552b952b","status":"passed","time":{"start":1707404537718,"stop":1707404537719,"duration":1}},{"uid":"f54ee4dde920a331","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f54ee4dde920a331","status":"passed","time":{"start":1707373245361,"stop":1707373245361,"duration":0}},{"uid":"bb813f8c554d4887","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/bb813f8c554d4887","status":"passed","time":{"start":1707359448670,"stop":1707359448670,"duration":0}},{"uid":"88238330488af3dd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/88238330488af3dd","status":"passed","time":{"start":1707358197190,"stop":1707358197190,"duration":0}},{"uid":"2edc7683adc7e243","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2edc7683adc7e243","status":"passed","time":{"start":1707357226631,"stop":1707357226632,"duration":1}},{"uid":"fa859f6ab084af22","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/fa859f6ab084af22","status":"passed","time":{"start":1707355477312,"stop":1707355477313,"duration":1}}]},"tags":[]},"source":"e1c22a1ab739f0de.json","parameterValues":[]} \ No newline at end of file +{"uid":"e409ad3f6287d571","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":1707793446742,"stop":1707793446743,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a0f858653ea7429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a0f858653ea7429","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"c0cfa106ac545743","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0cfa106ac545743","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"52638e3b1125944a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/52638e3b1125944a","status":"passed","time":{"start":1707775494278,"stop":1707775494279,"duration":1}},{"uid":"8d12639c3d9e12f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d12639c3d9e12f7","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1}},{"uid":"3b207321b1badb05","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3b207321b1badb05","status":"passed","time":{"start":1707770238687,"stop":1707770238688,"duration":1}},{"uid":"9d11bf8fa0a3f863","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d11bf8fa0a3f863","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"3b87ec54bb36995d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3b87ec54bb36995d","status":"passed","time":{"start":1707758004328,"stop":1707758004328,"duration":0}},{"uid":"1c3d4638598786b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3d4638598786b0","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"f1fcff0d523169e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1fcff0d523169e5","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"14aae5bbc3a37ad7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14aae5bbc3a37ad7","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"6d10b6c4542ca771","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d10b6c4542ca771","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"2f7df2b1e47269c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7df2b1e47269c5","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"fa365e8f25e4a9cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa365e8f25e4a9cb","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"tags":[]},"source":"e409ad3f6287d571.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e410787348a3c8fe.json b/6406/data/test-cases/e410787348a3c8fe.json new file mode 100644 index 00000000000..fbdc528fb3b --- /dev/null +++ b/6406/data/test-cases/e410787348a3c8fe.json @@ -0,0 +1 @@ +{"uid":"e410787348a3c8fe","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":1707792800804,"stop":1707792800805,"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":14,"unknown":0,"total":14},"items":[{"uid":"acee9b587236f5f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acee9b587236f5f8","status":"passed","time":{"start":1707777749834,"stop":1707777749835,"duration":1}},{"uid":"c41ae6aee448f5c2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c41ae6aee448f5c2","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"17ebf2f453b86ff4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/17ebf2f453b86ff4","status":"passed","time":{"start":1707774827846,"stop":1707774827847,"duration":1}},{"uid":"e22b2785ba6038ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e22b2785ba6038ee","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"553bac6228cae1f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/553bac6228cae1f0","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"161076d87520f87f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/161076d87520f87f","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"14508aa81fcce6ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14508aa81fcce6ce","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"fd0aa1165a44800d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd0aa1165a44800d","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"72696749955cda0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72696749955cda0e","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"5dd5a44af783bd26","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dd5a44af783bd26","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"7736fcbcc1b0948e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7736fcbcc1b0948e","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"bd46dc76c21dd50f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd46dc76c21dd50f","status":"passed","time":{"start":1707736511728,"stop":1707736511729,"duration":1}},{"uid":"344726c546889707","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/344726c546889707","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"tags":[]},"source":"e410787348a3c8fe.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e414ddb69493abc6.json b/6406/data/test-cases/e414ddb69493abc6.json new file mode 100644 index 00000000000..ebbd6da6457 --- /dev/null +++ b/6406/data/test-cases/e414ddb69493abc6.json @@ -0,0 +1 @@ +{"uid":"e414ddb69493abc6","name":"recovers when dns.resolve returns empty","fullName":"/src/dns.spec.ts: DNS Node Discovery > recovers when dns.resolve returns empty","historyId":"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815079,"stop":1707792815079,"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"},{"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":"f8f1367b1bd4321d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8f1367b1bd4321d","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"354e04aaff3cdaa7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/354e04aaff3cdaa7","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"a071dd455b0306a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a071dd455b0306a5","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"325fc2237f44ab8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/325fc2237f44ab8b","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"19c97e0c343b8829","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c97e0c343b8829","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"abdaa1b2eb88a07c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abdaa1b2eb88a07c","status":"passed","time":{"start":1707759737375,"stop":1707759737376,"duration":1}},{"uid":"a90a0818913ea64f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a90a0818913ea64f","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"b062cce2797c5147","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b062cce2797c5147","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"9a072271314d615d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a072271314d615d","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"4f752fd82f2a14a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f752fd82f2a14a2","status":"passed","time":{"start":1707753208670,"stop":1707753208671,"duration":1}},{"uid":"ac3700f93d1c97bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac3700f93d1c97bc","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"31e04d7481866bf5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/31e04d7481866bf5","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"407b7c973a0a11b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/407b7c973a0a11b0","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"tags":[]},"source":"e414ddb69493abc6.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/27c255872667d71a.json b/6406/data/test-cases/e4644e42e868d811.json similarity index 79% rename from 6379/data/test-cases/27c255872667d71a.json rename to 6406/data/test-cases/e4644e42e868d811.json index 0ef4b33eefd..0de20ea4bc1 100644 --- a/6379/data/test-cases/27c255872667d71a.json +++ b/6406/data/test-cases/e4644e42e868d811.json @@ -1 +1 @@ -{"uid":"27c255872667d71a","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":1707418998133,"stop":1707418998133,"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":18,"unknown":0,"total":18},"items":[{"uid":"b5721795a2a45bb6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b5721795a2a45bb6","status":"passed","time":{"start":1707418242000,"stop":1707418242000,"duration":0}},{"uid":"ec6153b62a123812","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ec6153b62a123812","status":"passed","time":{"start":1707418191232,"stop":1707418191233,"duration":1}},{"uid":"c9e872a8e81904c0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c9e872a8e81904c0","status":"passed","time":{"start":1707412620260,"stop":1707412620260,"duration":0}},{"uid":"f56a27178fb9bf21","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f56a27178fb9bf21","status":"passed","time":{"start":1707411038679,"stop":1707411038679,"duration":0}},{"uid":"a3c0f3b286f4a5ba","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a3c0f3b286f4a5ba","status":"passed","time":{"start":1707409514430,"stop":1707409514430,"duration":0}},{"uid":"5479bcc059ad8d33","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5479bcc059ad8d33","status":"passed","time":{"start":1707408894637,"stop":1707408894637,"duration":0}},{"uid":"740aba4e1143df21","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/740aba4e1143df21","status":"passed","time":{"start":1707408855719,"stop":1707408855720,"duration":1}},{"uid":"40289bab7629d396","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/40289bab7629d396","status":"passed","time":{"start":1707408364951,"stop":1707408364951,"duration":0}},{"uid":"1101a69dff5d5d3e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1101a69dff5d5d3e","status":"passed","time":{"start":1707407446964,"stop":1707407446965,"duration":1}},{"uid":"776b9706ebb67e34","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/776b9706ebb67e34","status":"passed","time":{"start":1707407328484,"stop":1707407328484,"duration":0}},{"uid":"57abae0167f80a5","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/57abae0167f80a5","status":"passed","time":{"start":1707404323771,"stop":1707404323772,"duration":1}},{"uid":"a452c62d4fc0d93b","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a452c62d4fc0d93b","status":"passed","time":{"start":1707375767308,"stop":1707375767309,"duration":1}},{"uid":"f629b720798f7d8a","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f629b720798f7d8a","status":"passed","time":{"start":1707372960631,"stop":1707372960632,"duration":1}},{"uid":"be5479920c17eb84","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/be5479920c17eb84","status":"passed","time":{"start":1707359147637,"stop":1707359147637,"duration":0}},{"uid":"47ef9f5f542069d6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/47ef9f5f542069d6","status":"passed","time":{"start":1707357894472,"stop":1707357894472,"duration":0}},{"uid":"8d1ddd26d723df82","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8d1ddd26d723df82","status":"passed","time":{"start":1707356942069,"stop":1707356942069,"duration":0}},{"uid":"1b4d5a298f54c041","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1b4d5a298f54c041","status":"passed","time":{"start":1707355162739,"stop":1707355162740,"duration":1}}]},"tags":[]},"source":"27c255872667d71a.json","parameterValues":[]} \ No newline at end of file +{"uid":"e4644e42e868d811","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":1707793153215,"stop":1707793153215,"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":14,"unknown":0,"total":14},"items":[{"uid":"e64d2eda6d9050f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e64d2eda6d9050f5","status":"passed","time":{"start":1707778114667,"stop":1707778114667,"duration":0}},{"uid":"a0793c379d7187d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0793c379d7187d0","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"5a4e0451b2c57978","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a4e0451b2c57978","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"de841fd0e797eaa4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de841fd0e797eaa4","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"2682879db1a60efa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2682879db1a60efa","status":"passed","time":{"start":1707769983269,"stop":1707769983270,"duration":1}},{"uid":"db7ce87fe424b819","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db7ce87fe424b819","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"2db1f4376236b702","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2db1f4376236b702","status":"passed","time":{"start":1707757790727,"stop":1707757790728,"duration":1}},{"uid":"efd7e6627c60096c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efd7e6627c60096c","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"ba1e443cae9ff1a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba1e443cae9ff1a0","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"40b151e3bd8abffe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40b151e3bd8abffe","status":"passed","time":{"start":1707753573523,"stop":1707753573524,"duration":1}},{"uid":"fb6b9e40c25ad58e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb6b9e40c25ad58e","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"d428ae21c97bb86d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d428ae21c97bb86d","status":"passed","time":{"start":1707736878960,"stop":1707736878961,"duration":1}},{"uid":"979699f296eb4e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/979699f296eb4e4e","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"tags":[]},"source":"e4644e42e868d811.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e478d0baa9416483.json b/6406/data/test-cases/e478d0baa9416483.json new file mode 100644 index 00000000000..aa8b2389db0 --- /dev/null +++ b/6406/data/test-cases/e478d0baa9416483.json @@ -0,0 +1 @@ +{"uid":"e478d0baa9416483","name":"udp ip6 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > udp ip6 address","historyId":"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800135,"stop":1707792800136,"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":14,"unknown":0,"total":14},"items":[{"uid":"67dd20a6552b36aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67dd20a6552b36aa","status":"passed","time":{"start":1707777749191,"stop":1707777749191,"duration":0}},{"uid":"3f97c3adf88dede2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f97c3adf88dede2","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"b1d744ebd7ae25b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b1d744ebd7ae25b","status":"passed","time":{"start":1707774827196,"stop":1707774827197,"duration":1}},{"uid":"89dc0033d91ddcb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89dc0033d91ddcb1","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5}},{"uid":"c545d21b8fae56e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c545d21b8fae56e3","status":"passed","time":{"start":1707769627358,"stop":1707769627358,"duration":0}},{"uid":"528f036ea5d0e87e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/528f036ea5d0e87e","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"87d3b3316f639c9e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/87d3b3316f639c9e","status":"passed","time":{"start":1707757416949,"stop":1707757416949,"duration":0}},{"uid":"166b088f61381327","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/166b088f61381327","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"c228531f799aede5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c228531f799aede5","status":"passed","time":{"start":1707753464783,"stop":1707753464784,"duration":1}},{"uid":"e7d8de0d92d124d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7d8de0d92d124d2","status":"passed","time":{"start":1707753193012,"stop":1707753193013,"duration":1}},{"uid":"353881c9a7193158","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/353881c9a7193158","status":"passed","time":{"start":1707750593663,"stop":1707750593663,"duration":0}},{"uid":"2d2fbc78a5672ec4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2fbc78a5672ec4","status":"passed","time":{"start":1707736511015,"stop":1707736511015,"duration":0}},{"uid":"98907ce76bd442a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98907ce76bd442a4","status":"passed","time":{"start":1707735692464,"stop":1707735692464,"duration":0}}]},"tags":[]},"source":"e478d0baa9416483.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a8ad4d78ea79ab48.json b/6406/data/test-cases/e49eec942ec1ba07.json similarity index 77% rename from 6379/data/test-cases/a8ad4d78ea79ab48.json rename to 6406/data/test-cases/e49eec942ec1ba07.json index 738218c7a35..dc694529be0 100644 --- a/6379/data/test-cases/a8ad4d78ea79ab48.json +++ b/6406/data/test-cases/e49eec942ec1ba07.json @@ -1 +1 @@ -{"uid":"a8ad4d78ea79ab48","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":1707419013078,"stop":1707419013078,"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":18,"unknown":0,"total":18},"items":[{"uid":"5ea73c2d3d3ec058","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5ea73c2d3d3ec058","status":"passed","time":{"start":1707418255037,"stop":1707418255038,"duration":1}},{"uid":"adcbca24d7074ed","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/adcbca24d7074ed","status":"passed","time":{"start":1707418202585,"stop":1707418202585,"duration":0}},{"uid":"53caac24a74e4449","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/53caac24a74e4449","status":"passed","time":{"start":1707412632628,"stop":1707412632628,"duration":0}},{"uid":"ce28d4afc7f2199a","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ce28d4afc7f2199a","status":"passed","time":{"start":1707411050773,"stop":1707411050774,"duration":1}},{"uid":"e0ce6dc2935e726","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/e0ce6dc2935e726","status":"passed","time":{"start":1707409528973,"stop":1707409528974,"duration":1}},{"uid":"a023532a4e6776ae","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a023532a4e6776ae","status":"passed","time":{"start":1707408904876,"stop":1707408904876,"duration":0}},{"uid":"a12d5370501786ee","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a12d5370501786ee","status":"passed","time":{"start":1707408867382,"stop":1707408867382,"duration":0}},{"uid":"90329a90a2979cf7","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/90329a90a2979cf7","status":"passed","time":{"start":1707408376761,"stop":1707408376761,"duration":0}},{"uid":"e027b9025f822e7c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e027b9025f822e7c","status":"passed","time":{"start":1707407458515,"stop":1707407458515,"duration":0}},{"uid":"56bb76b7e4dfaa7d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/56bb76b7e4dfaa7d","status":"passed","time":{"start":1707407342034,"stop":1707407342035,"duration":1}},{"uid":"3ee7c56a1ce47bc4","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3ee7c56a1ce47bc4","status":"passed","time":{"start":1707404337415,"stop":1707404337416,"duration":1}},{"uid":"c9cf9db6ec3ceec2","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c9cf9db6ec3ceec2","status":"passed","time":{"start":1707375779689,"stop":1707375779690,"duration":1}},{"uid":"97ec18bb7c3a39cc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/97ec18bb7c3a39cc","status":"passed","time":{"start":1707372972499,"stop":1707372972499,"duration":0}},{"uid":"af8b987b589b691a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/af8b987b589b691a","status":"passed","time":{"start":1707359158662,"stop":1707359158663,"duration":1}},{"uid":"b2ac729278f6db71","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b2ac729278f6db71","status":"passed","time":{"start":1707357906705,"stop":1707357906706,"duration":1}},{"uid":"eb7b8f78dc76f072","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/eb7b8f78dc76f072","status":"passed","time":{"start":1707356955641,"stop":1707356955641,"duration":0}},{"uid":"7ddbc8cb44867e70","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7ddbc8cb44867e70","status":"passed","time":{"start":1707355179969,"stop":1707355179969,"duration":0}}]},"tags":[]},"source":"a8ad4d78ea79ab48.json","parameterValues":[]} \ No newline at end of file +{"uid":"e49eec942ec1ba07","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":1707793168694,"stop":1707793168694,"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":14,"unknown":0,"total":14},"items":[{"uid":"47e111feb5969c9a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47e111feb5969c9a","status":"passed","time":{"start":1707778126354,"stop":1707778126355,"duration":1}},{"uid":"796c5bb79ac0c966","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/796c5bb79ac0c966","status":"passed","time":{"start":1707775409494,"stop":1707775409495,"duration":1}},{"uid":"4879f06f8c69777f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4879f06f8c69777f","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"8fb45e5129fe4d13","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb45e5129fe4d13","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"be0056ad9bf1c4b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be0056ad9bf1c4b4","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a2d2d0df38136a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a2d2d0df38136a","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"2a9a21954a8ae501","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a9a21954a8ae501","status":"passed","time":{"start":1707757804308,"stop":1707757804316,"duration":8}},{"uid":"d0f53bc8e2f197a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0f53bc8e2f197a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"d6bd6ed70dbde820","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6bd6ed70dbde820","status":"passed","time":{"start":1707753796553,"stop":1707753796554,"duration":1}},{"uid":"45bad8641b494ed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bad8641b494ed2","status":"passed","time":{"start":1707753586169,"stop":1707753586170,"duration":1}},{"uid":"d99d0d2503cf1d07","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d99d0d2503cf1d07","status":"passed","time":{"start":1707750964813,"stop":1707750964813,"duration":0}},{"uid":"6f26b65bb944c2a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f26b65bb944c2a5","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"8b683810ce7ebf52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b683810ce7ebf52","status":"passed","time":{"start":1707736096395,"stop":1707736096396,"duration":1}}]},"tags":[]},"source":"e49eec942ec1ba07.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e3a71e83cf9dddd3.json b/6406/data/test-cases/e5253321bb0178b3.json similarity index 53% rename from 6379/data/test-cases/e3a71e83cf9dddd3.json rename to 6406/data/test-cases/e5253321bb0178b3.json index 8fb88dcbc54..bed5dc39daa 100644 --- a/6379/data/test-cases/e3a71e83cf9dddd3.json +++ b/6406/data/test-cases/e5253321bb0178b3.json @@ -1 +1 @@ -{"uid":"e3a71e83cf9dddd3","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":1707418873966,"stop":1707418873966,"duration":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":1,"skipped":0,"passed":17,"unknown":0,"total":18},"items":[{"uid":"14915b73b0aea236","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/14915b73b0aea236","status":"passed","time":{"start":1707418134415,"stop":1707418134415,"duration":0}},{"uid":"44476ba251a36412","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/44476ba251a36412","status":"passed","time":{"start":1707418089119,"stop":1707418089120,"duration":1}},{"uid":"1de6ed9e6f505148","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1de6ed9e6f505148","status":"passed","time":{"start":1707412521476,"stop":1707412521477,"duration":1}},{"uid":"4b60c86e2a9f711","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4b60c86e2a9f711","status":"passed","time":{"start":1707410940007,"stop":1707410940009,"duration":2}},{"uid":"ce6defc52d403475","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ce6defc52d403475","status":"passed","time":{"start":1707409391197,"stop":1707409391197,"duration":0}},{"uid":"43625f31225e7d1b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/43625f31225e7d1b","status":"passed","time":{"start":1707408781560,"stop":1707408781560,"duration":0}},{"uid":"995b2861b54b4dd3","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/995b2861b54b4dd3","status":"passed","time":{"start":1707408744487,"stop":1707408744488,"duration":1}},{"uid":"84f7b3ad93aca45e","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/84f7b3ad93aca45e","status":"passed","time":{"start":1707408261438,"stop":1707408261438,"duration":0}},{"uid":"5014b99d9f8083f5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5014b99d9f8083f5","status":"passed","time":{"start":1707407338359,"stop":1707407338359,"duration":0}},{"uid":"35e2c30432294710","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/35e2c30432294710","status":"passed","time":{"start":1707407221284,"stop":1707407221284,"duration":0}},{"uid":"4d0257bac03b3790","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4d0257bac03b3790","status":"passed","time":{"start":1707404211876,"stop":1707404211876,"duration":0}},{"uid":"67361001f7d10665","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/67361001f7d10665","status":"passed","time":{"start":1707375653453,"stop":1707375653454,"duration":1}},{"uid":"9f7dd6f34a41f14b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/9f7dd6f34a41f14b","status":"passed","time":{"start":1707372857535,"stop":1707372857535,"duration":0}},{"uid":"5166090aa2259b0e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/5166090aa2259b0e","status":"passed","time":{"start":1707359049311,"stop":1707359049314,"duration":3}},{"uid":"e529f7a48dfb3bf2","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e529f7a48dfb3bf2","status":"passed","time":{"start":1707357781641,"stop":1707357781642,"duration":1}},{"uid":"42619ea2fcac9b17","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/42619ea2fcac9b17","status":"passed","time":{"start":1707356903376,"stop":1707356903376,"duration":0}},{"uid":"34c42c9cc97443d2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/34c42c9cc97443d2","status":"broken","statusDetails":"expected false to be true","time":{"start":1707355100958,"stop":1707355100958,"duration":0}}]},"tags":[]},"source":"e3a71e83cf9dddd3.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5253321bb0178b3","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":1707793059101,"stop":1707793059101,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"1dd6b36f21123a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1dd6b36f21123a5e","status":"passed","time":{"start":1707778002165,"stop":1707778002166,"duration":1}},{"uid":"e5bb9f6cb9d64034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5bb9f6cb9d64034","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"be0572612c2454de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be0572612c2454de","status":"passed","time":{"start":1707775094103,"stop":1707775094104,"duration":1}},{"uid":"f4692b7cefa4148b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4692b7cefa4148b","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"duration":1}},{"uid":"3f27b9fef45c3af8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f27b9fef45c3af8","status":"passed","time":{"start":1707769883635,"stop":1707769883641,"duration":6}},{"uid":"39766005514f61b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39766005514f61b5","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"b92bb889b0b30583","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b92bb889b0b30583","status":"passed","time":{"start":1707757677811,"stop":1707757677812,"duration":1}},{"uid":"19afac714dd7d29f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19afac714dd7d29f","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"a13510988da643ba","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13510988da643ba","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"ceddf6d40e7d8027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ceddf6d40e7d8027","status":"passed","time":{"start":1707753472969,"stop":1707753472969,"duration":0}},{"uid":"a2d92f3a570325bd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a2d92f3a570325bd","status":"passed","time":{"start":1707750845162,"stop":1707750845163,"duration":1}},{"uid":"f37363bbca8fcb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f37363bbca8fcb","status":"passed","time":{"start":1707736769675,"stop":1707736769676,"duration":1}},{"uid":"c0df596c7820b09e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c0df596c7820b09e","status":"passed","time":{"start":1707735968262,"stop":1707735968262,"duration":0}}]},"tags":[]},"source":"e5253321bb0178b3.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b2d629725dd81f00.json b/6406/data/test-cases/e5771fed68a3c2bc.json similarity index 81% rename from 6379/data/test-cases/b2d629725dd81f00.json rename to 6406/data/test-cases/e5771fed68a3c2bc.json index fa25e07928e..3312682e00a 100644 --- a/6379/data/test-cases/b2d629725dd81f00.json +++ b/6406/data/test-cases/e5771fed68a3c2bc.json @@ -1 +1 @@ -{"uid":"b2d629725dd81f00","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":1707419181391,"stop":1707419181391,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"2624148ee60ffe9","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2624148ee60ffe9","status":"passed","time":{"start":1707418419710,"stop":1707418419710,"duration":0}},{"uid":"b8c9d3c4807a0fa3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/b8c9d3c4807a0fa3","status":"passed","time":{"start":1707418388434,"stop":1707418388434,"duration":0}},{"uid":"fabf2138fc5cc610","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fabf2138fc5cc610","status":"passed","time":{"start":1707412796109,"stop":1707412796109,"duration":0}},{"uid":"7c6dc5d52b31970c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7c6dc5d52b31970c","status":"passed","time":{"start":1707411256042,"stop":1707411256042,"duration":0}},{"uid":"9465088c64c9e8df","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/9465088c64c9e8df","status":"passed","time":{"start":1707409690299,"stop":1707409690300,"duration":1}},{"uid":"ff367f540b537180","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ff367f540b537180","status":"passed","time":{"start":1707409095913,"stop":1707409095913,"duration":0}},{"uid":"a886cc6a0c8735b0","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a886cc6a0c8735b0","status":"passed","time":{"start":1707409032373,"stop":1707409032373,"duration":0}},{"uid":"71bd4fc701f675f8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/71bd4fc701f675f8","status":"passed","time":{"start":1707408574215,"stop":1707408574228,"duration":13}},{"uid":"396deb7d0f3f7aca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/396deb7d0f3f7aca","status":"passed","time":{"start":1707407633838,"stop":1707407633840,"duration":2}},{"uid":"bde14c4119b11345","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/bde14c4119b11345","status":"passed","time":{"start":1707407545208,"stop":1707407545208,"duration":0}},{"uid":"49bdca4f99db63c9","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/49bdca4f99db63c9","status":"passed","time":{"start":1707404532390,"stop":1707404532390,"duration":0}},{"uid":"fb7d6a6d04d9d0cc","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fb7d6a6d04d9d0cc","status":"passed","time":{"start":1707375958745,"stop":1707375958746,"duration":1}},{"uid":"d51ba0a631255861","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d51ba0a631255861","status":"passed","time":{"start":1707373157734,"stop":1707373157734,"duration":0}},{"uid":"c2fec8dec79691f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c2fec8dec79691f8","status":"passed","time":{"start":1707359355951,"stop":1707359355953,"duration":2}},{"uid":"6376cbbd95693ded","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6376cbbd95693ded","status":"passed","time":{"start":1707358094657,"stop":1707358094657,"duration":0}},{"uid":"ea22a1092c4860f5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ea22a1092c4860f5","status":"passed","time":{"start":1707357164907,"stop":1707357164907,"duration":0}},{"uid":"c52b266c560545a5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/c52b266c560545a5","status":"passed","time":{"start":1707355248766,"stop":1707355248769,"duration":3}}]},"tags":[]},"source":"b2d629725dd81f00.json","parameterValues":[]} \ No newline at end of file +{"uid":"e5771fed68a3c2bc","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":1707793371096,"stop":1707793371096,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"e0954081dcd286fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0954081dcd286fd","status":"passed","time":{"start":1707778338832,"stop":1707778338833,"duration":1}},{"uid":"31fc0adb436fe8e5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31fc0adb436fe8e5","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"8bb3d9cdcef3f4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bb3d9cdcef3f4c5","status":"passed","time":{"start":1707775390221,"stop":1707775390221,"duration":0}},{"uid":"74581c87fd2a52b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74581c87fd2a52b7","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1}},{"uid":"de48ec24ab3f9b58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de48ec24ab3f9b58","status":"passed","time":{"start":1707760301800,"stop":1707760301801,"duration":1}},{"uid":"27085f0531ff1381","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27085f0531ff1381","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"1b6a434ef35084b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b6a434ef35084b6","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"7f85c1e8f70b8000","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f85c1e8f70b8000","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"43895355fcd98ce5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43895355fcd98ce5","status":"passed","time":{"start":1707753782731,"stop":1707753782731,"duration":0}},{"uid":"bf691af55e6cc6f7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf691af55e6cc6f7","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"70f61962e8d6dd8a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f61962e8d6dd8a","status":"passed","time":{"start":1707737091296,"stop":1707737091297,"duration":1}},{"uid":"d748cff24ff07968","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d748cff24ff07968","status":"passed","time":{"start":1707736260117,"stop":1707736260117,"duration":0}}]},"tags":[]},"source":"e5771fed68a3c2bc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/aa305ca30b291db7.json b/6406/data/test-cases/e60346f706961514.json similarity index 85% rename from 6379/data/test-cases/aa305ca30b291db7.json rename to 6406/data/test-cases/e60346f706961514.json index d163304f7a1..5772043ccd9 100644 --- a/6379/data/test-cases/aa305ca30b291db7.json +++ b/6406/data/test-cases/e60346f706961514.json @@ -1 +1 @@ -{"uid":"aa305ca30b291db7","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":1707419080390,"stop":1707419080391,"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":18,"unknown":0,"total":18},"items":[{"uid":"87bb772b2fea90d2","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/87bb772b2fea90d2","status":"passed","time":{"start":1707418322008,"stop":1707418322008,"duration":0}},{"uid":"eb4835c80989f9ad","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/eb4835c80989f9ad","status":"passed","time":{"start":1707418259971,"stop":1707418259971,"duration":0}},{"uid":"87f3247e569c35b5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/87f3247e569c35b5","status":"passed","time":{"start":1707412707100,"stop":1707412707100,"duration":0}},{"uid":"2db8cbfde2d93de","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/2db8cbfde2d93de","status":"passed","time":{"start":1707411118082,"stop":1707411118083,"duration":1}},{"uid":"81470734b0ffdd69","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/81470734b0ffdd69","status":"passed","time":{"start":1707409587902,"stop":1707409587902,"duration":0}},{"uid":"2ae5a405cd414925","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2ae5a405cd414925","status":"passed","time":{"start":1707408980198,"stop":1707408980199,"duration":1}},{"uid":"f602a047efce7348","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f602a047efce7348","status":"passed","time":{"start":1707408927101,"stop":1707408927101,"duration":0}},{"uid":"4b4499cac1d06788","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/4b4499cac1d06788","status":"passed","time":{"start":1707408458719,"stop":1707408458721,"duration":2}},{"uid":"489a680c365792e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/489a680c365792e1","status":"passed","time":{"start":1707407520205,"stop":1707407520209,"duration":4}},{"uid":"e2e80d82db380e81","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/e2e80d82db380e81","status":"passed","time":{"start":1707407427618,"stop":1707407427619,"duration":1}},{"uid":"a0ea79c496194e0e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a0ea79c496194e0e","status":"passed","time":{"start":1707404404297,"stop":1707404404297,"duration":0}},{"uid":"6cabd8fd43d0e109","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/6cabd8fd43d0e109","status":"passed","time":{"start":1707375846747,"stop":1707375846747,"duration":0}},{"uid":"99b7a02834bb7322","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/99b7a02834bb7322","status":"passed","time":{"start":1707373035614,"stop":1707373035614,"duration":0}},{"uid":"4475ffcf6ae016e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4475ffcf6ae016e1","status":"passed","time":{"start":1707359236200,"stop":1707359236200,"duration":0}},{"uid":"69fae234a4ed5808","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/69fae234a4ed5808","status":"passed","time":{"start":1707357965151,"stop":1707357965152,"duration":1}},{"uid":"b4935b33355a97b9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b4935b33355a97b9","status":"passed","time":{"start":1707357048190,"stop":1707357048191,"duration":1}},{"uid":"3ef53ed4da87226a","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3ef53ed4da87226a","status":"passed","time":{"start":1707355141602,"stop":1707355141602,"duration":0}}]},"tags":[]},"source":"aa305ca30b291db7.json","parameterValues":[]} \ No newline at end of file +{"uid":"e60346f706961514","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":1707793238859,"stop":1707793238860,"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":14,"unknown":0,"total":14},"items":[{"uid":"f1e47f9f699b6974","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1e47f9f699b6974","status":"passed","time":{"start":1707778202461,"stop":1707778202462,"duration":1}},{"uid":"2d5460af1ea9a25b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d5460af1ea9a25b","status":"passed","time":{"start":1707775486602,"stop":1707775486603,"duration":1}},{"uid":"e33aec49f57e8823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e33aec49f57e8823","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"fb57e73f93e0a0ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb57e73f93e0a0ec","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0}},{"uid":"2817d1f9471daafb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2817d1f9471daafb","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"3429ab70f9199cc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3429ab70f9199cc9","status":"passed","time":{"start":1707760173993,"stop":1707760173994,"duration":1}},{"uid":"ab91c08594100d05","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab91c08594100d05","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"4f44853ab2d362ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f44853ab2d362ce","status":"passed","time":{"start":1707756499890,"stop":1707756499891,"duration":1}},{"uid":"ed0abac971ad77ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0abac971ad77ee","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"fc83e49ff5a3bd56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc83e49ff5a3bd56","status":"passed","time":{"start":1707753647456,"stop":1707753647457,"duration":1}},{"uid":"10687aa77ddde073","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10687aa77ddde073","status":"passed","time":{"start":1707751019560,"stop":1707751019560,"duration":0}},{"uid":"3c9141ffdda297b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3c9141ffdda297b6","status":"passed","time":{"start":1707736947832,"stop":1707736947832,"duration":0}},{"uid":"f9b44c8e1d607dba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9b44c8e1d607dba","status":"passed","time":{"start":1707736152489,"stop":1707736152490,"duration":1}}]},"tags":[]},"source":"e60346f706961514.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/fca7761213884202.json b/6406/data/test-cases/e6268d77c27242fb.json similarity index 65% rename from 6379/data/test-cases/fca7761213884202.json rename to 6406/data/test-cases/e6268d77c27242fb.json index 5eb32d0ba3f..3b4a835459e 100644 --- a/6379/data/test-cases/fca7761213884202.json +++ b/6406/data/test-cases/e6268d77c27242fb.json @@ -1 +1 @@ -{"uid":"fca7761213884202","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":1707419149713,"stop":1707419149714,"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":18,"unknown":0,"total":18},"items":[{"uid":"f734a3cf1030331d","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f734a3cf1030331d","status":"passed","time":{"start":1707418383124,"stop":1707418383125,"duration":1}},{"uid":"7f7578099331579e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7f7578099331579e","status":"passed","time":{"start":1707418335148,"stop":1707418335148,"duration":0}},{"uid":"beaeed0eb0dcd22c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/beaeed0eb0dcd22c","status":"passed","time":{"start":1707412768664,"stop":1707412768665,"duration":1}},{"uid":"ce51869940c8fa01","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ce51869940c8fa01","status":"passed","time":{"start":1707411190746,"stop":1707411190746,"duration":0}},{"uid":"8a369130712b26d6","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8a369130712b26d6","status":"passed","time":{"start":1707409656843,"stop":1707409656843,"duration":0}},{"uid":"fdbafafeca7d4dff","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fdbafafeca7d4dff","status":"passed","time":{"start":1707409051750,"stop":1707409051750,"duration":0}},{"uid":"a1f08b9d7ee8645b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a1f08b9d7ee8645b","status":"passed","time":{"start":1707409014624,"stop":1707409014625,"duration":1}},{"uid":"9ae349009dc2b921","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/9ae349009dc2b921","status":"passed","time":{"start":1707408533823,"stop":1707408533824,"duration":1}},{"uid":"3bb5dcedf35c5537","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3bb5dcedf35c5537","status":"passed","time":{"start":1707407648210,"stop":1707407648211,"duration":1}},{"uid":"c48f0413c2100633","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c48f0413c2100633","status":"passed","time":{"start":1707407504225,"stop":1707407504226,"duration":1}},{"uid":"55f30262cd842d54","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/55f30262cd842d54","status":"passed","time":{"start":1707404485295,"stop":1707404485295,"duration":0}},{"uid":"eab3f038d5443729","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/eab3f038d5443729","status":"passed","time":{"start":1707375923747,"stop":1707375923748,"duration":1}},{"uid":"3271da168026211d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3271da168026211d","status":"passed","time":{"start":1707373125417,"stop":1707373125417,"duration":0}},{"uid":"ef102674ffd1ad28","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ef102674ffd1ad28","status":"passed","time":{"start":1707359334597,"stop":1707359334597,"duration":0}},{"uid":"cbbbf963cfd82059","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cbbbf963cfd82059","status":"passed","time":{"start":1707358096688,"stop":1707358096688,"duration":0}},{"uid":"cdbe32a3e15f6f3b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/cdbe32a3e15f6f3b","status":"passed","time":{"start":1707357064563,"stop":1707357064563,"duration":0}},{"uid":"ecb83a027e502612","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ecb83a027e502612","status":"passed","time":{"start":1707355285307,"stop":1707355285308,"duration":1}}]},"tags":[]},"source":"fca7761213884202.json","parameterValues":[]} \ No newline at end of file +{"uid":"e6268d77c27242fb","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":1707793304785,"stop":1707793304786,"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":14,"unknown":0,"total":14},"items":[{"uid":"2eb858a5babb4af1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2eb858a5babb4af1","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"c492b163cc88082f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c492b163cc88082f","status":"passed","time":{"start":1707775545746,"stop":1707775545747,"duration":1}},{"uid":"1e8919eb317ff046","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e8919eb317ff046","status":"passed","time":{"start":1707775359955,"stop":1707775359956,"duration":1}},{"uid":"ba403caf040f893","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba403caf040f893","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0}},{"uid":"21cd967be031425e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21cd967be031425e","status":"passed","time":{"start":1707770099498,"stop":1707770099499,"duration":1}},{"uid":"cceeb52d4e954876","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cceeb52d4e954876","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"1ada207d9815f83f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ada207d9815f83f","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"45a1828b06fa0fcb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/45a1828b06fa0fcb","status":"passed","time":{"start":1707756564915,"stop":1707756564915,"duration":0}},{"uid":"4bd19e7b7c3c02c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bd19e7b7c3c02c6","status":"passed","time":{"start":1707753906987,"stop":1707753906988,"duration":1}},{"uid":"dd8b3bcd7b99d4af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd8b3bcd7b99d4af","status":"passed","time":{"start":1707753724178,"stop":1707753724178,"duration":0}},{"uid":"ac72a27a3be80d08","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac72a27a3be80d08","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"661fa1f2a8de0812","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/661fa1f2a8de0812","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"afe3e79bcd66438c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/afe3e79bcd66438c","status":"passed","time":{"start":1707736227474,"stop":1707736227474,"duration":0}}]},"tags":[]},"source":"e6268d77c27242fb.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e687e1b47c6f1dc0.json b/6406/data/test-cases/e687e1b47c6f1dc0.json new file mode 100644 index 00000000000..b3403f2dfc4 --- /dev/null +++ b/6406/data/test-cases/e687e1b47c6f1dc0.json @@ -0,0 +1 @@ +{"uid":"e687e1b47c6f1dc0","name":"Relay + Store","fullName":"/src/enr.spec.ts: ENR > Waku2 key: decode > Relay + Store","historyId":"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800819,"stop":1707792800819,"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":14,"unknown":0,"total":14},"items":[{"uid":"2aba8a6fb8130942","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2aba8a6fb8130942","status":"passed","time":{"start":1707777749849,"stop":1707777749849,"duration":0}},{"uid":"339d2f049147434e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/339d2f049147434e","status":"passed","time":{"start":1707775026271,"stop":1707775026272,"duration":1}},{"uid":"5f474267f4303472","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f474267f4303472","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"f552728a88e7a936","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f552728a88e7a936","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"duration":0}},{"uid":"8c3e714b029b1f86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c3e714b029b1f86","status":"passed","time":{"start":1707769628090,"stop":1707769628091,"duration":1}},{"uid":"3680534fb334093a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3680534fb334093a","status":"passed","time":{"start":1707759722871,"stop":1707759722871,"duration":0}},{"uid":"5f9a7d471d2b5a2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f9a7d471d2b5a2a","status":"passed","time":{"start":1707757417670,"stop":1707757417671,"duration":1}},{"uid":"672e92a44ead0604","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/672e92a44ead0604","status":"passed","time":{"start":1707756047299,"stop":1707756047299,"duration":0}},{"uid":"a48ba1bd1d26d2e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a48ba1bd1d26d2e0","status":"passed","time":{"start":1707753465446,"stop":1707753465446,"duration":0}},{"uid":"45b8eb6fd737a5e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b8eb6fd737a5e2","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"fd2d2e238f73272c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd2d2e238f73272c","status":"passed","time":{"start":1707750594370,"stop":1707750594370,"duration":0}},{"uid":"16bfba3fe3c0c7ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/16bfba3fe3c0c7ef","status":"passed","time":{"start":1707736511743,"stop":1707736511744,"duration":1}},{"uid":"b35e1fd488f85f26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b35e1fd488f85f26","status":"passed","time":{"start":1707735693131,"stop":1707735693131,"duration":0}}]},"tags":[]},"source":"e687e1b47c6f1dc0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e6bd34cd5ac9fdb4.json b/6406/data/test-cases/e6bd34cd5ac9fdb4.json new file mode 100644 index 00000000000..bceae6fa257 --- /dev/null +++ b/6406/data/test-cases/e6bd34cd5ac9fdb4.json @@ -0,0 +1 @@ +{"uid":"e6bd34cd5ac9fdb4","name":"retrieves all peers (2) when cannot fulfill all requirements","fullName":"/src/dns.spec.ts: DNS Node Discovery w/ capabilities > retrieves all peers (2) when cannot fulfill all requirements","historyId":"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815082,"stop":1707792815082,"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"},{"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":"c3243cfdca1d19b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c3243cfdca1d19b1","status":"passed","time":{"start":1707777764431,"stop":1707777764432,"duration":1}},{"uid":"27f01afda61a1f20","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27f01afda61a1f20","status":"passed","time":{"start":1707775040579,"stop":1707775040580,"duration":1}},{"uid":"98c72bd7ed2aaf11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/98c72bd7ed2aaf11","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"9591ef541cd3d821","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9591ef541cd3d821","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"2ea419b49cd37e43","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea419b49cd37e43","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"cf0a7fe42ff6feee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf0a7fe42ff6feee","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"d43c687bc7eabc43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d43c687bc7eabc43","status":"passed","time":{"start":1707757432393,"stop":1707757432394,"duration":1}},{"uid":"5c5210dda5012d71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c5210dda5012d71","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"1754db4e1082a5c2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1754db4e1082a5c2","status":"passed","time":{"start":1707753479975,"stop":1707753479975,"duration":0}},{"uid":"5018aab822362041","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5018aab822362041","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"9be43e4d6dc458bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9be43e4d6dc458bf","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"a4e868b2c360b95f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4e868b2c360b95f","status":"passed","time":{"start":1707736526331,"stop":1707736526331,"duration":0}},{"uid":"71d342e52b33808a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71d342e52b33808a","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"tags":[]},"source":"e6bd34cd5ac9fdb4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/cc33873b7defa6a8.json b/6406/data/test-cases/e7152a0e378d4be1.json similarity index 80% rename from 6379/data/test-cases/cc33873b7defa6a8.json rename to 6406/data/test-cases/e7152a0e378d4be1.json index bc462631d42..35c1b0f3b42 100644 --- a/6379/data/test-cases/cc33873b7defa6a8.json +++ b/6406/data/test-cases/e7152a0e378d4be1.json @@ -1 +1 @@ -{"uid":"cc33873b7defa6a8","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":1707418841927,"stop":1707418841928,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":18,"unknown":0,"total":18},"items":[{"uid":"1c464dc3c4fa6e8a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/1c464dc3c4fa6e8a","status":"passed","time":{"start":1707418071889,"stop":1707418071890,"duration":1}},{"uid":"1a74a857156b4f34","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/1a74a857156b4f34","status":"passed","time":{"start":1707418027856,"stop":1707418027856,"duration":0}},{"uid":"affb4b7304c7766c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/affb4b7304c7766c","status":"passed","time":{"start":1707412447280,"stop":1707412447280,"duration":0}},{"uid":"4ad444da2220d79d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/4ad444da2220d79d","status":"passed","time":{"start":1707410886997,"stop":1707410886998,"duration":1}},{"uid":"381f7352f63de792","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/381f7352f63de792","status":"passed","time":{"start":1707409360823,"stop":1707409360826,"duration":3}},{"uid":"2a584c9dfcd9d1b4","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2a584c9dfcd9d1b4","status":"passed","time":{"start":1707408754544,"stop":1707408754545,"duration":1}},{"uid":"25035d7e68e45a8e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/25035d7e68e45a8e","status":"passed","time":{"start":1707408697984,"stop":1707408697985,"duration":1}},{"uid":"6b470bf61fdf65cc","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6b470bf61fdf65cc","status":"passed","time":{"start":1707408233023,"stop":1707408233023,"duration":0}},{"uid":"1672e81993150cea","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1672e81993150cea","status":"passed","time":{"start":1707407282966,"stop":1707407282967,"duration":1}},{"uid":"8a7000b83fa3ab87","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/8a7000b83fa3ab87","status":"passed","time":{"start":1707407158609,"stop":1707407158609,"duration":0}},{"uid":"ec8dee216a29930f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ec8dee216a29930f","status":"passed","time":{"start":1707404183588,"stop":1707404183588,"duration":0}},{"uid":"497168aa76984a14","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/497168aa76984a14","status":"passed","time":{"start":1707375605067,"stop":1707375605070,"duration":3}},{"uid":"12a3a0fa955901df","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/12a3a0fa955901df","status":"passed","time":{"start":1707372815473,"stop":1707372815474,"duration":1}},{"uid":"a35a0948930bf0c6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a35a0948930bf0c6","status":"passed","time":{"start":1707358982987,"stop":1707358982987,"duration":0}},{"uid":"ff9765eaa9eda3db","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ff9765eaa9eda3db","status":"passed","time":{"start":1707357747302,"stop":1707357747302,"duration":0}},{"uid":"9ee5f81d9c1790f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9ee5f81d9c1790f","status":"passed","time":{"start":1707356855795,"stop":1707356855795,"duration":0}},{"uid":"3610c7004e4b62d2","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/3610c7004e4b62d2","status":"passed","time":{"start":1707354894899,"stop":1707354894900,"duration":1}}]},"tags":[]},"source":"cc33873b7defa6a8.json","parameterValues":[]} \ No newline at end of file +{"uid":"e7152a0e378d4be1","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":1707793028262,"stop":1707793028263,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":14,"unknown":0,"total":14},"items":[{"uid":"955270aeb41a2c4f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/955270aeb41a2c4f","status":"passed","time":{"start":1707777972992,"stop":1707777972993,"duration":1}},{"uid":"6e7267659c459ef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e7267659c459ef7","status":"passed","time":{"start":1707775244523,"stop":1707775244524,"duration":1}},{"uid":"8379e3321d3ed048","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8379e3321d3ed048","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"5265bc5974cede8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5265bc5974cede8a","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2}},{"uid":"2ccd190580df2b0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ccd190580df2b0a","status":"passed","time":{"start":1707769843135,"stop":1707769843136,"duration":1}},{"uid":"99d80397ecb5a1b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99d80397ecb5a1b5","status":"passed","time":{"start":1707759965182,"stop":1707759965183,"duration":1}},{"uid":"297960afc03b0a20","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/297960afc03b0a20","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"9fe431d6edc09b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9fe431d6edc09b9","status":"passed","time":{"start":1707756267892,"stop":1707756267893,"duration":1}},{"uid":"b6a6e38d8fb188a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6a6e38d8fb188a8","status":"passed","time":{"start":1707753668021,"stop":1707753668021,"duration":0}},{"uid":"c752e29bf6bf7b76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c752e29bf6bf7b76","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"20a1809d02c8b48c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20a1809d02c8b48c","status":"passed","time":{"start":1707750796021,"stop":1707750796022,"duration":1}},{"uid":"ffbc4876d6c76bb8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ffbc4876d6c76bb8","status":"passed","time":{"start":1707736730633,"stop":1707736730633,"duration":0}},{"uid":"f2c513e223bc2ee6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2c513e223bc2ee6","status":"passed","time":{"start":1707735912113,"stop":1707735912113,"duration":0}}]},"tags":[]},"source":"e7152a0e378d4be1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e76c7b10f8bde11f.json b/6406/data/test-cases/e76c7b10f8bde11f.json new file mode 100644 index 00000000000..8063aa9a014 --- /dev/null +++ b/6406/data/test-cases/e76c7b10f8bde11f.json @@ -0,0 +1 @@ +{"uid":"e76c7b10f8bde11f","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":1707792929581,"stop":1707792929581,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"ad14d8aad6016d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad14d8aad6016d14","status":"passed","time":{"start":1707777877647,"stop":1707777877648,"duration":1}},{"uid":"ba53dfd3d85eb2eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba53dfd3d85eb2eb","status":"passed","time":{"start":1707775153023,"stop":1707775153024,"duration":1}},{"uid":"4f30ad5866663e32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f30ad5866663e32","status":"passed","time":{"start":1707774951833,"stop":1707774951835,"duration":2}},{"uid":"431845249a8313cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/431845249a8313cc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"4c448fd91a7be57f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c448fd91a7be57f","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"f699e28f0457d311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f699e28f0457d311","status":"passed","time":{"start":1707759851604,"stop":1707759851604,"duration":0}},{"uid":"dde8dfa418984d96","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dde8dfa418984d96","status":"passed","time":{"start":1707757546809,"stop":1707757546809,"duration":0}},{"uid":"3a7f0a2f136a7101","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3a7f0a2f136a7101","status":"passed","time":{"start":1707756167201,"stop":1707756167202,"duration":1}},{"uid":"abb2e5561067b58c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abb2e5561067b58c","status":"passed","time":{"start":1707753584062,"stop":1707753584063,"duration":1}},{"uid":"96c837fda829f752","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96c837fda829f752","status":"passed","time":{"start":1707753331772,"stop":1707753331772,"duration":0}},{"uid":"1c781048aa968269","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c781048aa968269","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"e11509fc470e99dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e11509fc470e99dc","status":"passed","time":{"start":1707736636444,"stop":1707736636444,"duration":0}},{"uid":"d1c3992b2ded1d4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1c3992b2ded1d4e","status":"passed","time":{"start":1707735825262,"stop":1707735825263,"duration":1}}]},"tags":[]},"source":"e76c7b10f8bde11f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e78da258d1fbb5dc.json b/6406/data/test-cases/e78da258d1fbb5dc.json new file mode 100644 index 00000000000..aacc04a99b3 --- /dev/null +++ b/6406/data/test-cases/e78da258d1fbb5dc.json @@ -0,0 +1 @@ +{"uid":"e78da258d1fbb5dc","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":1707792820893,"stop":1707792820894,"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":14,"unknown":0,"total":14},"items":[{"uid":"ffedc7568f3535de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffedc7568f3535de","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"f91352db9bfe6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f91352db9bfe6f","status":"passed","time":{"start":1707775046373,"stop":1707775046373,"duration":0}},{"uid":"92ef57d6dbb9eef0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92ef57d6dbb9eef0","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"dacbedd9a7e8e89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dacbedd9a7e8e89d","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"duration":1}},{"uid":"d0b24972518ca185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b24972518ca185","status":"passed","time":{"start":1707769648574,"stop":1707769648574,"duration":0}},{"uid":"63123c33c99c1017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63123c33c99c1017","status":"passed","time":{"start":1707759743255,"stop":1707759743255,"duration":0}},{"uid":"e6361f3f0a8666c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6361f3f0a8666c8","status":"passed","time":{"start":1707757438368,"stop":1707757438369,"duration":1}},{"uid":"b3b36daf07ac11ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3b36daf07ac11ea","status":"passed","time":{"start":1707756067011,"stop":1707756067011,"duration":0}},{"uid":"17c9a231fb1d2711","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/17c9a231fb1d2711","status":"passed","time":{"start":1707753485651,"stop":1707753485651,"duration":0}},{"uid":"f0c886f49020d570","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0c886f49020d570","status":"passed","time":{"start":1707753214697,"stop":1707753214697,"duration":0}},{"uid":"e4882aa40ac8ba7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4882aa40ac8ba7b","status":"passed","time":{"start":1707750614689,"stop":1707750614690,"duration":1}},{"uid":"f9d413ff572cda6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9d413ff572cda6b","status":"passed","time":{"start":1707736532275,"stop":1707736532275,"duration":0}},{"uid":"c7cb11882d28a4d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb11882d28a4d7","status":"passed","time":{"start":1707735714125,"stop":1707735714125,"duration":0}}]},"tags":[]},"source":"e78da258d1fbb5dc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e795fa83cfab8e6d.json b/6406/data/test-cases/e795fa83cfab8e6d.json new file mode 100644 index 00000000000..20e4470a22e --- /dev/null +++ b/6406/data/test-cases/e795fa83cfab8e6d.json @@ -0,0 +1 @@ +{"uid":"e795fa83cfab8e6d","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":1707792792592,"stop":1707792792593,"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":14,"unknown":0,"total":14},"items":[{"uid":"d84298ef58500244","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d84298ef58500244","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"c1e49cdab40f4a50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1e49cdab40f4a50","status":"passed","time":{"start":1707775017868,"stop":1707775017868,"duration":0}},{"uid":"941df1096280f2ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941df1096280f2ee","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"d3ac8adef3a128a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3ac8adef3a128a","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1}},{"uid":"d3ce609a9b13ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3ce609a9b13ee1d","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"b2dfe3dd167e5c45","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b2dfe3dd167e5c45","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"edf5bbbbe6012e50","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edf5bbbbe6012e50","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"160da9e0c716460a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160da9e0c716460a","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"bc9a9cb41d0f0f65","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc9a9cb41d0f0f65","status":"passed","time":{"start":1707753457115,"stop":1707753457116,"duration":1}},{"uid":"5d030e6f8326825c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d030e6f8326825c","status":"passed","time":{"start":1707753185097,"stop":1707753185098,"duration":1}},{"uid":"277be6d737320279","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/277be6d737320279","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"f5ca9fd7e8ed2403","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5ca9fd7e8ed2403","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"8026f11c2741aa2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8026f11c2741aa2e","status":"passed","time":{"start":1707735684651,"stop":1707735684652,"duration":1}}]},"tags":[]},"source":"e795fa83cfab8e6d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e7b7d8cd8d06a58c.json b/6406/data/test-cases/e7b7d8cd8d06a58c.json new file mode 100644 index 00000000000..1af63db254b --- /dev/null +++ b/6406/data/test-cases/e7b7d8cd8d06a58c.json @@ -0,0 +1 @@ +{"uid":"e7b7d8cd8d06a58c","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":1707792846325,"stop":1707792846325,"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 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":14,"unknown":0,"total":14},"items":[{"uid":"9b4f4fafb431ee12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b4f4fafb431ee12","status":"passed","time":{"start":1707777795165,"stop":1707777795165,"duration":0}},{"uid":"52d02f53386547ba","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/52d02f53386547ba","status":"passed","time":{"start":1707775070518,"stop":1707775070518,"duration":0}},{"uid":"5d63ad6127d135e5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5d63ad6127d135e5","status":"passed","time":{"start":1707774873414,"stop":1707774873414,"duration":0}},{"uid":"eae36a889b85c938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eae36a889b85c938","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"duration":0}},{"uid":"589866ade73c27ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/589866ade73c27ae","status":"passed","time":{"start":1707769673027,"stop":1707769673027,"duration":0}},{"uid":"8236f908f9bc5ef2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8236f908f9bc5ef2","status":"passed","time":{"start":1707759767766,"stop":1707759767766,"duration":0}},{"uid":"99ac68c29d99d992","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99ac68c29d99d992","status":"passed","time":{"start":1707757463883,"stop":1707757463883,"duration":0}},{"uid":"b35edba0545eeabe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b35edba0545eeabe","status":"passed","time":{"start":1707756091993,"stop":1707756091993,"duration":0}},{"uid":"58b038212672ffc5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58b038212672ffc5","status":"passed","time":{"start":1707753510235,"stop":1707753510235,"duration":0}},{"uid":"e602ff40b095feae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e602ff40b095feae","status":"passed","time":{"start":1707753240423,"stop":1707753240424,"duration":1}},{"uid":"f32d9a47e818f70","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f32d9a47e818f70","status":"passed","time":{"start":1707750639411,"stop":1707750639411,"duration":0}},{"uid":"3e7cf10bc47e2c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e7cf10bc47e2c3","status":"passed","time":{"start":1707736555757,"stop":1707736555758,"duration":1}},{"uid":"5adec6b6ad928a6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5adec6b6ad928a6f","status":"passed","time":{"start":1707735739988,"stop":1707735739989,"duration":1}}]},"tags":[]},"source":"e7b7d8cd8d06a58c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f290aa0abd3934f3.json b/6406/data/test-cases/e7f5e0bf7df6ded6.json similarity index 84% rename from 6379/data/test-cases/f290aa0abd3934f3.json rename to 6406/data/test-cases/e7f5e0bf7df6ded6.json index 452afd19fc9..c7ea2b3714e 100644 --- a/6379/data/test-cases/f290aa0abd3934f3.json +++ b/6406/data/test-cases/e7f5e0bf7df6ded6.json @@ -1 +1 @@ -{"uid":"f290aa0abd3934f3","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":1707419289515,"stop":1707419289515,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"46ad2a5276bba99f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/46ad2a5276bba99f","status":"passed","time":{"start":1707418535554,"stop":1707418535555,"duration":1}},{"uid":"ba0db51026f60024","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ba0db51026f60024","status":"passed","time":{"start":1707418482229,"stop":1707418482230,"duration":1}},{"uid":"534a6a4dfd4729b0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/534a6a4dfd4729b0","status":"passed","time":{"start":1707412863495,"stop":1707412863495,"duration":0}},{"uid":"3402547661eabcd3","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3402547661eabcd3","status":"passed","time":{"start":1707411338667,"stop":1707411338667,"duration":0}},{"uid":"478032e59cb882f1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/478032e59cb882f1","status":"passed","time":{"start":1707409792245,"stop":1707409792245,"duration":0}},{"uid":"60b227eee31c0757","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/60b227eee31c0757","status":"passed","time":{"start":1707409177767,"stop":1707409177767,"duration":0}},{"uid":"abc5cd621f8a4075","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/abc5cd621f8a4075","status":"passed","time":{"start":1707409135102,"stop":1707409135102,"duration":0}},{"uid":"d6b23ef0f2dd1009","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d6b23ef0f2dd1009","status":"passed","time":{"start":1707408664038,"stop":1707408664038,"duration":0}},{"uid":"8cb969b177476bce","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8cb969b177476bce","status":"passed","time":{"start":1707407736524,"stop":1707407736524,"duration":0}},{"uid":"f1661f63b2c0427d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f1661f63b2c0427d","status":"passed","time":{"start":1707407618242,"stop":1707407618242,"duration":0}},{"uid":"92604774bed64c43","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/92604774bed64c43","status":"passed","time":{"start":1707375978567,"stop":1707375978567,"duration":0}},{"uid":"a8476df0c2e71f6d","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a8476df0c2e71f6d","status":"passed","time":{"start":1707373245370,"stop":1707373245371,"duration":1}},{"uid":"e4043fe664bc0962","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e4043fe664bc0962","status":"passed","time":{"start":1707359448679,"stop":1707359448679,"duration":0}},{"uid":"f1fee3b12d2a4a7b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f1fee3b12d2a4a7b","status":"passed","time":{"start":1707358197199,"stop":1707358197199,"duration":0}},{"uid":"56f41483b22f5204","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/56f41483b22f5204","status":"passed","time":{"start":1707357226640,"stop":1707357226640,"duration":0}},{"uid":"1ae34a539a296f88","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1ae34a539a296f88","status":"passed","time":{"start":1707355477327,"stop":1707355477327,"duration":0}}]},"tags":[]},"source":"f290aa0abd3934f3.json","parameterValues":[]} \ No newline at end of file +{"uid":"e7f5e0bf7df6ded6","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":1707793446753,"stop":1707793446753,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"9370d309d39c8f49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9370d309d39c8f49","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"98a24b839a889a54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98a24b839a889a54","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"af49ba9e32c91e8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af49ba9e32c91e8f","status":"passed","time":{"start":1707775494289,"stop":1707775494290,"duration":1}},{"uid":"69c25ed851dc6440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69c25ed851dc6440","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"duration":1}},{"uid":"4da3e5c1ef704960","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4da3e5c1ef704960","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"4fdfd53fa32d4ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4fdfd53fa32d4ac9","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"fbfddbe55473a8b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbfddbe55473a8b5","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"ab2a64b4b144f780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab2a64b4b144f780","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"bc51395405609fdb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc51395405609fdb","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d54669d9a780abfa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d54669d9a780abfa","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"f4ff8a0e03fa8101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4ff8a0e03fa8101","status":"passed","time":{"start":1707737173828,"stop":1707737173829,"duration":1}},{"uid":"2457c6e00a7c42db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2457c6e00a7c42db","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"tags":[]},"source":"e7f5e0bf7df6ded6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e8a0017d478caab7.json b/6406/data/test-cases/e8a0017d478caab7.json new file mode 100644 index 00000000000..5f73faa825e --- /dev/null +++ b/6406/data/test-cases/e8a0017d478caab7.json @@ -0,0 +1 @@ +{"uid":"e8a0017d478caab7","name":"should encodeTxt and decodeTxt","fullName":"/src/enr.spec.ts: ENR > Txt codec > should encodeTxt and decodeTxt","historyId":"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800803,"stop":1707792800803,"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":14,"unknown":0,"total":14},"items":[{"uid":"82166c26908364a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82166c26908364a2","status":"passed","time":{"start":1707777749833,"stop":1707777749833,"duration":0}},{"uid":"976401d0c79e74cd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/976401d0c79e74cd","status":"passed","time":{"start":1707775026259,"stop":1707775026260,"duration":1}},{"uid":"1c3b813d1b08c814","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c3b813d1b08c814","status":"passed","time":{"start":1707774827845,"stop":1707774827845,"duration":0}},{"uid":"cbcd6eec7a240254","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbcd6eec7a240254","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"duration":1}},{"uid":"a5d889a19831c67c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5d889a19831c67c","status":"passed","time":{"start":1707769628074,"stop":1707769628075,"duration":1}},{"uid":"f3657bd024b5e49f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f3657bd024b5e49f","status":"passed","time":{"start":1707759722861,"stop":1707759722862,"duration":1}},{"uid":"f6802897ea72b351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f6802897ea72b351","status":"passed","time":{"start":1707757417654,"stop":1707757417655,"duration":1}},{"uid":"b86c5a85c313e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b86c5a85c313e926","status":"passed","time":{"start":1707756047285,"stop":1707756047286,"duration":1}},{"uid":"7de8d6ae14799bb3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7de8d6ae14799bb3","status":"passed","time":{"start":1707753465431,"stop":1707753465432,"duration":1}},{"uid":"1e5daed8f7f45362","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e5daed8f7f45362","status":"passed","time":{"start":1707753193770,"stop":1707753193771,"duration":1}},{"uid":"f8142957b45944a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8142957b45944a1","status":"passed","time":{"start":1707750594355,"stop":1707750594355,"duration":0}},{"uid":"9c2c9fc6db1d4039","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c2c9fc6db1d4039","status":"passed","time":{"start":1707736511727,"stop":1707736511727,"duration":0}},{"uid":"b5c67fca214b7148","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5c67fca214b7148","status":"passed","time":{"start":1707735693119,"stop":1707735693120,"duration":1}}]},"tags":[]},"source":"e8a0017d478caab7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6c17f571b4b3869a.json b/6406/data/test-cases/e8aea029968444ca.json similarity index 86% rename from 6379/data/test-cases/6c17f571b4b3869a.json rename to 6406/data/test-cases/e8aea029968444ca.json index a8e8ee4dcb3..81d68d3751b 100644 --- a/6379/data/test-cases/6c17f571b4b3869a.json +++ b/6406/data/test-cases/e8aea029968444ca.json @@ -1 +1 @@ -{"uid":"6c17f571b4b3869a","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":1707419080412,"stop":1707419080412,"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":18,"unknown":0,"total":18},"items":[{"uid":"541f2967994b1fc8","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/541f2967994b1fc8","status":"passed","time":{"start":1707418322025,"stop":1707418322025,"duration":0}},{"uid":"38cabb821fad1988","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/38cabb821fad1988","status":"passed","time":{"start":1707418259989,"stop":1707418259989,"duration":0}},{"uid":"937842805043f3dc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/937842805043f3dc","status":"passed","time":{"start":1707412707124,"stop":1707412707125,"duration":1}},{"uid":"f586ac2e894319f4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/f586ac2e894319f4","status":"passed","time":{"start":1707411118127,"stop":1707411118127,"duration":0}},{"uid":"33a4d82f2af85cf7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/33a4d82f2af85cf7","status":"passed","time":{"start":1707409587930,"stop":1707409587930,"duration":0}},{"uid":"e18e488309ceff62","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e18e488309ceff62","status":"passed","time":{"start":1707408980247,"stop":1707408980248,"duration":1}},{"uid":"9404585e485e3f86","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9404585e485e3f86","status":"passed","time":{"start":1707408927128,"stop":1707408927128,"duration":0}},{"uid":"85350fe1cc60551a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/85350fe1cc60551a","status":"passed","time":{"start":1707408458747,"stop":1707408458747,"duration":0}},{"uid":"588ad2ec662db189","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/588ad2ec662db189","status":"passed","time":{"start":1707407520238,"stop":1707407520238,"duration":0}},{"uid":"67da08ed7a2a227c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/67da08ed7a2a227c","status":"passed","time":{"start":1707407427651,"stop":1707407427652,"duration":1}},{"uid":"1206f71a96cc93c1","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1206f71a96cc93c1","status":"passed","time":{"start":1707404404314,"stop":1707404404314,"duration":0}},{"uid":"55a9382ea0fcd9a8","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/55a9382ea0fcd9a8","status":"passed","time":{"start":1707375846761,"stop":1707375846761,"duration":0}},{"uid":"67e3da477e8d12af","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/67e3da477e8d12af","status":"passed","time":{"start":1707373035651,"stop":1707373035652,"duration":1}},{"uid":"f66450df85fef15f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f66450df85fef15f","status":"passed","time":{"start":1707359236217,"stop":1707359236218,"duration":1}},{"uid":"ac7f22864a68da6c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ac7f22864a68da6c","status":"passed","time":{"start":1707357965203,"stop":1707357965203,"duration":0}},{"uid":"299258f4b94ea765","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/299258f4b94ea765","status":"passed","time":{"start":1707357048212,"stop":1707357048213,"duration":1}},{"uid":"4d66c268ca901078","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4d66c268ca901078","status":"passed","time":{"start":1707355141619,"stop":1707355141620,"duration":1}}]},"tags":[]},"source":"6c17f571b4b3869a.json","parameterValues":[]} \ No newline at end of file +{"uid":"e8aea029968444ca","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":1707793238878,"stop":1707793238878,"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":14,"unknown":0,"total":14},"items":[{"uid":"1f31ef90e41397e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f31ef90e41397e2","status":"passed","time":{"start":1707778202502,"stop":1707778202503,"duration":1}},{"uid":"d10909b684c2ae75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10909b684c2ae75","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}},{"uid":"99b1e1c4b811f38a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/99b1e1c4b811f38a","status":"passed","time":{"start":1707775300141,"stop":1707775300142,"duration":1}},{"uid":"19e935d1e81ff009","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19e935d1e81ff009","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0}},{"uid":"f55891f4b8471b89","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f55891f4b8471b89","status":"passed","time":{"start":1707770051400,"stop":1707770051401,"duration":1}},{"uid":"249e7ec1f5f147a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/249e7ec1f5f147a8","status":"passed","time":{"start":1707760174030,"stop":1707760174030,"duration":0}},{"uid":"f7d72115396f7f07","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7d72115396f7f07","status":"passed","time":{"start":1707757873930,"stop":1707757873931,"duration":1}},{"uid":"b34664dd9d64f18d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b34664dd9d64f18d","status":"passed","time":{"start":1707756499919,"stop":1707756499920,"duration":1}},{"uid":"f8fa12546c8d6492","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8fa12546c8d6492","status":"passed","time":{"start":1707753870469,"stop":1707753870470,"duration":1}},{"uid":"6ad26f884de79a74","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ad26f884de79a74","status":"passed","time":{"start":1707753647524,"stop":1707753647524,"duration":0}},{"uid":"2404fc7c302faf92","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2404fc7c302faf92","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}},{"uid":"956e6294360ff19f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/956e6294360ff19f","status":"passed","time":{"start":1707736947855,"stop":1707736947856,"duration":1}},{"uid":"bd87b2921dc3c2a2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd87b2921dc3c2a2","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"tags":[]},"source":"e8aea029968444ca.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/6c0669a7d5205579.json b/6406/data/test-cases/e94a894f883fe78b.json similarity index 55% rename from 6379/data/test-cases/6c0669a7d5205579.json rename to 6406/data/test-cases/e94a894f883fe78b.json index 84cb804fd09..e412b2a9e1d 100644 --- a/6379/data/test-cases/6c0669a7d5205579.json +++ b/6406/data/test-cases/e94a894f883fe78b.json @@ -1 +1 @@ -{"uid":"6c0669a7d5205579","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":1707418673488,"stop":1707418673491,"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":18,"unknown":0,"total":18},"items":[{"uid":"415233c78919a71a","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/415233c78919a71a","status":"passed","time":{"start":1707417924735,"stop":1707417924737,"duration":2}},{"uid":"48e49ab148ee54cb","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/48e49ab148ee54cb","status":"passed","time":{"start":1707417870243,"stop":1707417870245,"duration":2}},{"uid":"763bd69bd479de07","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/763bd69bd479de07","status":"passed","time":{"start":1707412286894,"stop":1707412286895,"duration":1}},{"uid":"120a9eae116535a4","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/120a9eae116535a4","status":"passed","time":{"start":1707410723123,"stop":1707410723123,"duration":0}},{"uid":"8a12ebe9bcee6f11","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8a12ebe9bcee6f11","status":"passed","time":{"start":1707409189902,"stop":1707409189904,"duration":2}},{"uid":"5c27c08097b2230","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5c27c08097b2230","status":"passed","time":{"start":1707408589351,"stop":1707408589352,"duration":1}},{"uid":"7aa70b624ee16488","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/7aa70b624ee16488","status":"passed","time":{"start":1707408533108,"stop":1707408533112,"duration":4}},{"uid":"e60810a28904b751","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e60810a28904b751","status":"passed","time":{"start":1707408061199,"stop":1707408061202,"duration":3}},{"uid":"68df53a7e2b51540","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/68df53a7e2b51540","status":"passed","time":{"start":1707407125394,"stop":1707407125396,"duration":2}},{"uid":"24c5d253d9f1c750","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/24c5d253d9f1c750","status":"passed","time":{"start":1707407001485,"stop":1707407001485,"duration":0}},{"uid":"a31accd7adbeb89d","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a31accd7adbeb89d","status":"passed","time":{"start":1707404032621,"stop":1707404032621,"duration":0}},{"uid":"383773d3eedead77","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/383773d3eedead77","status":"passed","time":{"start":1707375440387,"stop":1707375440389,"duration":2}},{"uid":"cee635f28ace44cc","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/cee635f28ace44cc","status":"passed","time":{"start":1707372652225,"stop":1707372652226,"duration":1}},{"uid":"dc0851fa3f09666a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/dc0851fa3f09666a","status":"passed","time":{"start":1707358833799,"stop":1707358833801,"duration":2}},{"uid":"f0ea0a7672e8a695","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f0ea0a7672e8a695","status":"passed","time":{"start":1707357581870,"stop":1707357581872,"duration":2}},{"uid":"e89b4fe2ff959da6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e89b4fe2ff959da6","status":"passed","time":{"start":1707356700900,"stop":1707356700904,"duration":4}},{"uid":"6d29cc4f32b18ca7","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6d29cc4f32b18ca7","status":"passed","time":{"start":1707354722466,"stop":1707354722468,"duration":2}}]},"tags":[]},"source":"6c0669a7d5205579.json","parameterValues":[]} \ No newline at end of file +{"uid":"e94a894f883fe78b","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":1707792849457,"stop":1707792849457,"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":14,"unknown":0,"total":14},"items":[{"uid":"33d3badf8319ea71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33d3badf8319ea71","status":"passed","time":{"start":1707777798756,"stop":1707777798757,"duration":1}},{"uid":"525ec0d6a061f88a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/525ec0d6a061f88a","status":"passed","time":{"start":1707775072143,"stop":1707775072144,"duration":1}},{"uid":"d72030e477c7047","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72030e477c7047","status":"passed","time":{"start":1707774880414,"stop":1707774880415,"duration":1}},{"uid":"bcae391dad7e797c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcae391dad7e797c","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1}},{"uid":"21e55dc2ecaaaf94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21e55dc2ecaaaf94","status":"passed","time":{"start":1707769677694,"stop":1707769677695,"duration":1}},{"uid":"9a3fe4948f50940c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a3fe4948f50940c","status":"passed","time":{"start":1707759769666,"stop":1707759769666,"duration":0}},{"uid":"99200ff1e9b06edb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99200ff1e9b06edb","status":"passed","time":{"start":1707757468636,"stop":1707757468637,"duration":1}},{"uid":"febe0ccca268009f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/febe0ccca268009f","status":"passed","time":{"start":1707756096167,"stop":1707756096168,"duration":1}},{"uid":"8671a53f5df02103","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8671a53f5df02103","status":"passed","time":{"start":1707753517972,"stop":1707753517973,"duration":1}},{"uid":"18cc2072fdded1cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18cc2072fdded1cd","status":"passed","time":{"start":1707753244713,"stop":1707753244714,"duration":1}},{"uid":"b250587b3f87b574","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b250587b3f87b574","status":"passed","time":{"start":1707750643517,"stop":1707750643518,"duration":1}},{"uid":"da5b9f7770a51a82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da5b9f7770a51a82","status":"passed","time":{"start":1707736558642,"stop":1707736558643,"duration":1}},{"uid":"9baf21a43e29954","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9baf21a43e29954","status":"passed","time":{"start":1707735743488,"stop":1707735743488,"duration":0}}]},"tags":[]},"source":"e94a894f883fe78b.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e96537e332504eae.json b/6406/data/test-cases/e96537e332504eae.json new file mode 100644 index 00000000000..eb7219adefa --- /dev/null +++ b/6406/data/test-cases/e96537e332504eae.json @@ -0,0 +1 @@ +{"uid":"e96537e332504eae","name":"Nwaku publishes","fullName":"/tests/relay/interop.node.spec.ts: Waku Relay, Interop > Nwaku publishes","historyId":"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793128332,"stop":1707793128332,"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}],"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}],"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":14,"unknown":0,"total":14},"items":[{"uid":"95828c9d57ae82e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95828c9d57ae82e5","status":"passed","time":{"start":1707778092884,"stop":1707778092884,"duration":0}},{"uid":"f6437ea4a985d280","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f6437ea4a985d280","status":"passed","time":{"start":1707775368920,"stop":1707775368920,"duration":0}},{"uid":"43484ed075267a81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43484ed075267a81","status":"passed","time":{"start":1707775183287,"stop":1707775183288,"duration":1}},{"uid":"47de8162188928a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47de8162188928a9","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0}},{"uid":"e95b98284c10caa2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e95b98284c10caa2","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"445b37c77a6b96df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/445b37c77a6b96df","status":"passed","time":{"start":1707760073032,"stop":1707760073035,"duration":3}},{"uid":"4ed7454a07d90281","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ed7454a07d90281","status":"passed","time":{"start":1707757771073,"stop":1707757771074,"duration":1}},{"uid":"8e957753e2996f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e957753e2996f89","status":"passed","time":{"start":1707756387891,"stop":1707756387892,"duration":1}},{"uid":"a7f97e0929f52e56","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7f97e0929f52e56","status":"passed","time":{"start":1707753783840,"stop":1707753783840,"duration":0}},{"uid":"12e63047490d9bff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12e63047490d9bff","status":"passed","time":{"start":1707753549845,"stop":1707753549846,"duration":1}},{"uid":"483a565a86c440e4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/483a565a86c440e4","status":"passed","time":{"start":1707750934222,"stop":1707750934223,"duration":1}},{"uid":"2263497b60d4022d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2263497b60d4022d","status":"passed","time":{"start":1707736857300,"stop":1707736857301,"duration":1}},{"uid":"f8b6bd796fa8bb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8b6bd796fa8bb7a","status":"passed","time":{"start":1707736056534,"stop":1707736056535,"duration":1}}]},"tags":[]},"source":"e96537e332504eae.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e9a8abb442715757.json b/6406/data/test-cases/e9a8abb442715757.json new file mode 100644 index 00000000000..b70f049b9d7 --- /dev/null +++ b/6406/data/test-cases/e9a8abb442715757.json @@ -0,0 +1 @@ +{"uid":"e9a8abb442715757","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":1707793412324,"stop":1707793412324,"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":13,"unknown":0,"total":13},"items":[{"uid":"f9bb69bc289c0107","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9bb69bc289c0107","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"c2b3dc5e6008b024","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2b3dc5e6008b024","status":"passed","time":{"start":1707775662265,"stop":1707775662266,"duration":1}},{"uid":"476a71af2bc4c6ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/476a71af2bc4c6ad","status":"passed","time":{"start":1707775462780,"stop":1707775462781,"duration":1}},{"uid":"334661a64b6f2399","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/334661a64b6f2399","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0}},{"uid":"5ce01c0f0de969f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ce01c0f0de969f1","status":"passed","time":{"start":1707770180417,"stop":1707770180418,"duration":1}},{"uid":"bfd4ebcb288431de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bfd4ebcb288431de","status":"passed","time":{"start":1707760352908,"stop":1707760352909,"duration":1}},{"uid":"7baf9d1c0f43baf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7baf9d1c0f43baf2","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"583828ac18654aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/583828ac18654aff","status":"passed","time":{"start":1707756674086,"stop":1707756674087,"duration":1}},{"uid":"b3ede1ed954bc352","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ede1ed954bc352","status":"passed","time":{"start":1707753994325,"stop":1707753994326,"duration":1}},{"uid":"ba6c7e0ed2d1700a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba6c7e0ed2d1700a","status":"passed","time":{"start":1707753841536,"stop":1707753841537,"duration":1}},{"uid":"17934135f80e66e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/17934135f80e66e7","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"4924a282ec8d91ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4924a282ec8d91ef","status":"passed","time":{"start":1707736343135,"stop":1707736343135,"duration":0}}]},"tags":[]},"source":"e9a8abb442715757.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/e9dbc454739d5ff7.json b/6406/data/test-cases/e9dbc454739d5ff7.json new file mode 100644 index 00000000000..668c0d16549 --- /dev/null +++ b/6406/data/test-cases/e9dbc454739d5ff7.json @@ -0,0 +1 @@ +{"uid":"e9dbc454739d5ff7","name":"should decode valid enr successfully","fullName":"/src/enr.spec.ts: ENR > Txt codec > should decode valid enr successfully","historyId":"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800803,"stop":1707792800804,"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":14,"unknown":0,"total":14},"items":[{"uid":"a97b5655fd77d48b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a97b5655fd77d48b","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"5f4f6a1a88f13c96","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f4f6a1a88f13c96","status":"passed","time":{"start":1707775026260,"stop":1707775026260,"duration":0}},{"uid":"204969eb3066ee41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/204969eb3066ee41","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"aa56189ea5e3c262","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa56189ea5e3c262","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"44457a11a653fe59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/44457a11a653fe59","status":"passed","time":{"start":1707769628075,"stop":1707769628075,"duration":0}},{"uid":"57fea9367d9ed1da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57fea9367d9ed1da","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"f40bffb7705a2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f40bffb7705a2105","status":"passed","time":{"start":1707757417655,"stop":1707757417655,"duration":0}},{"uid":"91f781290bee146f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91f781290bee146f","status":"passed","time":{"start":1707756047286,"stop":1707756047286,"duration":0}},{"uid":"d63d2eb77b348af5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d63d2eb77b348af5","status":"passed","time":{"start":1707753465432,"stop":1707753465432,"duration":0}},{"uid":"53342dd2b9ec3c08","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53342dd2b9ec3c08","status":"passed","time":{"start":1707753193771,"stop":1707753193771,"duration":0}},{"uid":"b104e0ac275001b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b104e0ac275001b1","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"37e93c55b9b0137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e93c55b9b0137","status":"passed","time":{"start":1707736511727,"stop":1707736511728,"duration":1}},{"uid":"bcc77769281895c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bcc77769281895c8","status":"passed","time":{"start":1707735693120,"stop":1707735693120,"duration":0}}]},"tags":[]},"source":"e9dbc454739d5ff7.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/b6131178fea42940.json b/6406/data/test-cases/eaf40c676d589a8a.json similarity index 87% rename from 6379/data/test-cases/b6131178fea42940.json rename to 6406/data/test-cases/eaf40c676d589a8a.json index dd8c2bc185d..9cc3a17168e 100644 --- a/6379/data/test-cases/b6131178fea42940.json +++ b/6406/data/test-cases/eaf40c676d589a8a.json @@ -1 +1 @@ -{"uid":"b6131178fea42940","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":1707419247772,"stop":1707419247772,"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":1,"skipped":0,"passed":16,"unknown":0,"total":17},"items":[{"uid":"6e80848e5a62d095","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/6e80848e5a62d095","status":"passed","time":{"start":1707418479339,"stop":1707418479339,"duration":0}},{"uid":"90cc0b44df2537f7","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/90cc0b44df2537f7","status":"passed","time":{"start":1707418420794,"stop":1707418420795,"duration":1}},{"uid":"c98c9aa7a7ef52c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c98c9aa7a7ef52c","status":"passed","time":{"start":1707412716429,"stop":1707412716430,"duration":1}},{"uid":"207075764108c66b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/207075764108c66b","status":"passed","time":{"start":1707411275200,"stop":1707411275201,"duration":1}},{"uid":"91948e17b518aeb3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/91948e17b518aeb3","status":"passed","time":{"start":1707409745065,"stop":1707409745066,"duration":1}},{"uid":"159014cdbb9ef37c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/159014cdbb9ef37c","status":"passed","time":{"start":1707409135318,"stop":1707409135319,"duration":1}},{"uid":"2cde49715ca60cb7","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2cde49715ca60cb7","status":"passed","time":{"start":1707409077129,"stop":1707409077129,"duration":0}},{"uid":"b4ac4d7902eaf474","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/b4ac4d7902eaf474","status":"passed","time":{"start":1707408618355,"stop":1707408618355,"duration":0}},{"uid":"37d5bd5551b45c6d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/37d5bd5551b45c6d","status":"passed","time":{"start":1707407695601,"stop":1707407695602,"duration":1}},{"uid":"aa3e380ae2270a47","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/aa3e380ae2270a47","status":"passed","time":{"start":1707407563837,"stop":1707407563838,"duration":1}},{"uid":"fc33eb5a3c7921e7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/fc33eb5a3c7921e7","status":"passed","time":{"start":1707404565398,"stop":1707404565399,"duration":1}},{"uid":"fcf6461d1ef5d209","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/fcf6461d1ef5d209","status":"passed","time":{"start":1707376005064,"stop":1707376005064,"duration":0}},{"uid":"6689fdb3f5dc1549","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6689fdb3f5dc1549","status":"passed","time":{"start":1707373209928,"stop":1707373209928,"duration":0}},{"uid":"6a770c6490e662b7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6a770c6490e662b7","status":"passed","time":{"start":1707359407156,"stop":1707359407156,"duration":0}},{"uid":"3553f8653702246a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3553f8653702246a","status":"passed","time":{"start":1707358162770,"stop":1707358162771,"duration":1}},{"uid":"165a1ac1de58c154","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/165a1ac1de58c154","status":"broken","statusDetails":"expected 1 to equal 3","time":{"start":1707355687990,"stop":1707355687990,"duration":0}}]},"tags":[]},"source":"b6131178fea42940.json","parameterValues":[]} \ No newline at end of file +{"uid":"eaf40c676d589a8a","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":1707793370632,"stop":1707793370632,"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":13,"unknown":0,"total":13},"items":[{"uid":"97bc30e657e0b3c9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97bc30e657e0b3c9","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"49ec910e019fdae2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49ec910e019fdae2","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"32c090525500b4a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32c090525500b4a5","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"31f9238b722939f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31f9238b722939f0","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"d0518bbc303855ab","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0518bbc303855ab","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"8ca9adc341999802","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ca9adc341999802","status":"passed","time":{"start":1707760335948,"stop":1707760335949,"duration":1}},{"uid":"812e2bbd55127f78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/812e2bbd55127f78","status":"passed","time":{"start":1707758023533,"stop":1707758023534,"duration":1}},{"uid":"3781e1d30819d1f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3781e1d30819d1f5","status":"passed","time":{"start":1707756664002,"stop":1707756664003,"duration":1}},{"uid":"64740f23185f8091","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64740f23185f8091","status":"passed","time":{"start":1707753837168,"stop":1707753837169,"duration":1}},{"uid":"795c075c480ef41d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/795c075c480ef41d","status":"passed","time":{"start":1707751136319,"stop":1707751136320,"duration":1}},{"uid":"3daae7969823f9f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3daae7969823f9f1","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"3034224511cfb86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3034224511cfb86","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"tags":[]},"source":"eaf40c676d589a8a.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/9f8781ca0c845d4f.json b/6406/data/test-cases/eb120c2a1a1ee1ac.json similarity index 81% rename from 6379/data/test-cases/9f8781ca0c845d4f.json rename to 6406/data/test-cases/eb120c2a1a1ee1ac.json index a5d6ae85a2f..8b2f66506a5 100644 --- a/6379/data/test-cases/9f8781ca0c845d4f.json +++ b/6406/data/test-cases/eb120c2a1a1ee1ac.json @@ -1 +1 @@ -{"uid":"9f8781ca0c845d4f","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":1707419181434,"stop":1707419181434,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"515cac9dad6b1ee9","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/515cac9dad6b1ee9","status":"passed","time":{"start":1707418419783,"stop":1707418419783,"duration":0}},{"uid":"acb34d2e84870900","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/acb34d2e84870900","status":"passed","time":{"start":1707418388457,"stop":1707418388457,"duration":0}},{"uid":"1b69882a2b90582b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1b69882a2b90582b","status":"passed","time":{"start":1707412796142,"stop":1707412796153,"duration":11}},{"uid":"126fd8571bf63887","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/126fd8571bf63887","status":"passed","time":{"start":1707411256113,"stop":1707411256113,"duration":0}},{"uid":"b47f91a1851fc6da","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b47f91a1851fc6da","status":"passed","time":{"start":1707409690322,"stop":1707409690323,"duration":1}},{"uid":"281d640e3afc06ca","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/281d640e3afc06ca","status":"passed","time":{"start":1707409095929,"stop":1707409095929,"duration":0}},{"uid":"9268dfc99b489b7e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/9268dfc99b489b7e","status":"passed","time":{"start":1707409032436,"stop":1707409032436,"duration":0}},{"uid":"192d8bdb7b425976","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/192d8bdb7b425976","status":"passed","time":{"start":1707408574270,"stop":1707408574270,"duration":0}},{"uid":"9ded228824bdce6d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9ded228824bdce6d","status":"passed","time":{"start":1707407633893,"stop":1707407633893,"duration":0}},{"uid":"ce2b2743910215ae","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ce2b2743910215ae","status":"passed","time":{"start":1707407545261,"stop":1707407545261,"duration":0}},{"uid":"4a9e68ae3fb4a158","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/4a9e68ae3fb4a158","status":"passed","time":{"start":1707404532450,"stop":1707404532451,"duration":1}},{"uid":"a78fdd70cc24482d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a78fdd70cc24482d","status":"passed","time":{"start":1707375958791,"stop":1707375958800,"duration":9}},{"uid":"26360effa08e8e8","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/26360effa08e8e8","status":"passed","time":{"start":1707373157762,"stop":1707373157762,"duration":0}},{"uid":"6e1ea70e571db627","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6e1ea70e571db627","status":"passed","time":{"start":1707359355993,"stop":1707359355997,"duration":4}},{"uid":"b990dd9ff1d33574","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b990dd9ff1d33574","status":"passed","time":{"start":1707358094701,"stop":1707358094701,"duration":0}},{"uid":"ec0af7b3dee6bd13","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ec0af7b3dee6bd13","status":"passed","time":{"start":1707357164926,"stop":1707357164926,"duration":0}},{"uid":"4e9545f82b471cf","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4e9545f82b471cf","status":"passed","time":{"start":1707355248789,"stop":1707355248789,"duration":0}}]},"tags":[]},"source":"9f8781ca0c845d4f.json","parameterValues":[]} \ No newline at end of file +{"uid":"eb120c2a1a1ee1ac","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":1707793371114,"stop":1707793371114,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"195680910c35932a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/195680910c35932a","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"25951d0ba411c53f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25951d0ba411c53f","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"5be8f3ac0921c3b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5be8f3ac0921c3b1","status":"passed","time":{"start":1707775390244,"stop":1707775390245,"duration":1}},{"uid":"5c1279b6cb2769e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c1279b6cb2769e8","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"54905235d8f80214","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54905235d8f80214","status":"passed","time":{"start":1707769968730,"stop":1707769968731,"duration":1}},{"uid":"8d2d7ddb3abb11c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d2d7ddb3abb11c7","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"c2fd107605cda9bf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2fd107605cda9bf","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"a2e8833592d8256f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2e8833592d8256f","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"51c56f9ec7accf25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/51c56f9ec7accf25","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"465fff0fb2bb9637","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/465fff0fb2bb9637","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"592decc642b8f1aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/592decc642b8f1aa","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"253e8e713f0e24de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/253e8e713f0e24de","status":"passed","time":{"start":1707737091353,"stop":1707737091359,"duration":6}},{"uid":"fd67fa22d3a0cfc0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd67fa22d3a0cfc0","status":"passed","time":{"start":1707736260156,"stop":1707736260157,"duration":1}}]},"tags":[]},"source":"eb120c2a1a1ee1ac.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/eb266184655e69fa.json b/6406/data/test-cases/eb266184655e69fa.json new file mode 100644 index 00000000000..2a35f03e62c --- /dev/null +++ b/6406/data/test-cases/eb266184655e69fa.json @@ -0,0 +1 @@ +{"uid":"eb266184655e69fa","name":"Query Generator - backward","fullName":"/tests/store/order.node.spec.ts: Waku Store, order > Query Generator - backward","historyId":"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793383650,"stop":1707793383650,"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":14,"unknown":0,"total":14},"items":[{"uid":"7f1509699ca8973d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1509699ca8973d","status":"passed","time":{"start":1707778343611,"stop":1707778343612,"duration":1}},{"uid":"ca0991830d1eaed8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca0991830d1eaed8","status":"passed","time":{"start":1707775620186,"stop":1707775620187,"duration":1}},{"uid":"da218bd6d5578340","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da218bd6d5578340","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"58cf68b3c4e95727","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58cf68b3c4e95727","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"451e9511e8212503","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/451e9511e8212503","status":"passed","time":{"start":1707770126645,"stop":1707770126646,"duration":1}},{"uid":"2b24696d66c083b6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b24696d66c083b6","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"72f7069d5aa45f93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72f7069d5aa45f93","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"15978795f8018f05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/15978795f8018f05","status":"passed","time":{"start":1707756635735,"stop":1707756635735,"duration":0}},{"uid":"92af36ba969b73a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92af36ba969b73a2","status":"passed","time":{"start":1707753934637,"stop":1707753934638,"duration":1}},{"uid":"e97fd2c885fd4317","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e97fd2c885fd4317","status":"passed","time":{"start":1707753799509,"stop":1707753799510,"duration":1}},{"uid":"2b30a9a8fba185a9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b30a9a8fba185a9","status":"passed","time":{"start":1707751117569,"stop":1707751117570,"duration":1}},{"uid":"43e51fdf8adb4845","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43e51fdf8adb4845","status":"passed","time":{"start":1707737090804,"stop":1707737090804,"duration":0}},{"uid":"7e3dfe6616c3e41b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e3dfe6616c3e41b","status":"passed","time":{"start":1707736296306,"stop":1707736296307,"duration":1}}]},"tags":[]},"source":"eb266184655e69fa.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/eba2602e0018d80c.json b/6406/data/test-cases/eba2602e0018d80c.json new file mode 100644 index 00000000000..f268b9df08f --- /dev/null +++ b/6406/data/test-cases/eba2602e0018d80c.json @@ -0,0 +1 @@ +{"uid":"eba2602e0018d80c","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":1707792795036,"stop":1707792795036,"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":14,"unknown":0,"total":14},"items":[{"uid":"772e0ef99813c46","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/772e0ef99813c46","status":"passed","time":{"start":1707777743983,"stop":1707777743983,"duration":0}},{"uid":"e1846c51df43db42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e1846c51df43db42","status":"passed","time":{"start":1707775020381,"stop":1707775020382,"duration":1}},{"uid":"53b23d01deba8fe5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/53b23d01deba8fe5","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"5159e2425748166b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5159e2425748166b","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1}},{"uid":"b9540758d23d043f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9540758d23d043f","status":"passed","time":{"start":1707769622096,"stop":1707769622097,"duration":1}},{"uid":"2b703cee955aad96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b703cee955aad96","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"de16c32de28bbdea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de16c32de28bbdea","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"ca18c03c4b1abd31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca18c03c4b1abd31","status":"passed","time":{"start":1707756041376,"stop":1707756041377,"duration":1}},{"uid":"c791eec8a443fee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c791eec8a443fee9","status":"passed","time":{"start":1707753459609,"stop":1707753459610,"duration":1}},{"uid":"53bc8fa39bb8f8db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53bc8fa39bb8f8db","status":"passed","time":{"start":1707753187711,"stop":1707753187711,"duration":0}},{"uid":"f3d77c02bf91d614","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f3d77c02bf91d614","status":"passed","time":{"start":1707750588401,"stop":1707750588402,"duration":1}},{"uid":"44ae455c955a6f76","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ae455c955a6f76","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"eaa48d51ded60b52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eaa48d51ded60b52","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"tags":[]},"source":"eba2602e0018d80c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/dc9b9cfbe594f4eb.json b/6406/data/test-cases/ec0c60b75ab958b3.json similarity index 84% rename from 6379/data/test-cases/dc9b9cfbe594f4eb.json rename to 6406/data/test-cases/ec0c60b75ab958b3.json index 68a71d7d97d..12d5fc602e4 100644 --- a/6379/data/test-cases/dc9b9cfbe594f4eb.json +++ b/6406/data/test-cases/ec0c60b75ab958b3.json @@ -1 +1 @@ -{"uid":"dc9b9cfbe594f4eb","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":1707419289501,"stop":1707419289501,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"9db471755512c382","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9db471755512c382","status":"passed","time":{"start":1707418535541,"stop":1707418535542,"duration":1}},{"uid":"44732def040eb160","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/44732def040eb160","status":"passed","time":{"start":1707418482217,"stop":1707418482217,"duration":0}},{"uid":"ebef6d1d879c7a4f","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ebef6d1d879c7a4f","status":"passed","time":{"start":1707412863483,"stop":1707412863483,"duration":0}},{"uid":"1da2132d53d25868","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1da2132d53d25868","status":"passed","time":{"start":1707411338654,"stop":1707411338655,"duration":1}},{"uid":"123ecae65a026dbe","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/123ecae65a026dbe","status":"passed","time":{"start":1707409792232,"stop":1707409792232,"duration":0}},{"uid":"f1ebe421b3e55f12","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f1ebe421b3e55f12","status":"passed","time":{"start":1707409177754,"stop":1707409177755,"duration":1}},{"uid":"766f43b9cf4125b6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/766f43b9cf4125b6","status":"passed","time":{"start":1707409135090,"stop":1707409135090,"duration":0}},{"uid":"3cc766ec5740fb","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3cc766ec5740fb","status":"passed","time":{"start":1707408664023,"stop":1707408664024,"duration":1}},{"uid":"6ec60fd206d39dc9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6ec60fd206d39dc9","status":"passed","time":{"start":1707407736509,"stop":1707407736509,"duration":0}},{"uid":"91124346edf769e","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/91124346edf769e","status":"passed","time":{"start":1707407618230,"stop":1707407618230,"duration":0}},{"uid":"14645dcd87e3d47a","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/14645dcd87e3d47a","status":"passed","time":{"start":1707404537714,"stop":1707404537714,"duration":0}},{"uid":"8ba2106600fb4bd0","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8ba2106600fb4bd0","status":"passed","time":{"start":1707373245357,"stop":1707373245357,"duration":0}},{"uid":"872aa4ce3b60e8d3","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/872aa4ce3b60e8d3","status":"passed","time":{"start":1707359448667,"stop":1707359448667,"duration":0}},{"uid":"3d5abcd84bfdff67","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3d5abcd84bfdff67","status":"passed","time":{"start":1707358197186,"stop":1707358197186,"duration":0}},{"uid":"df98b27a65145c35","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/df98b27a65145c35","status":"passed","time":{"start":1707357226628,"stop":1707357226629,"duration":1}},{"uid":"e38d14319313b953","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e38d14319313b953","status":"passed","time":{"start":1707355477307,"stop":1707355477308,"duration":1}}]},"tags":[]},"source":"dc9b9cfbe594f4eb.json","parameterValues":[]} \ No newline at end of file +{"uid":"ec0c60b75ab958b3","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":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c55b7f9291bd42f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c55b7f9291bd42f8","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"5eb495a4f8a5ec2a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5eb495a4f8a5ec2a","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"b9090d453bbc5180","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b9090d453bbc5180","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"cd3379319d162439","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd3379319d162439","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"duration":1}},{"uid":"29d9e34d5f630864","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d9e34d5f630864","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"10d846c975a20d1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10d846c975a20d1d","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"4b1004e11bf0c3c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4b1004e11bf0c3c1","status":"passed","time":{"start":1707758004310,"stop":1707758004320,"duration":10}},{"uid":"c50c4fd290822333","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c50c4fd290822333","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"60ecf19b6e300537","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60ecf19b6e300537","status":"passed","time":{"start":1707754051785,"stop":1707754051785,"duration":0}},{"uid":"fc8a3ba8d062221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc8a3ba8d062221","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"6dffae1ea6a38572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6dffae1ea6a38572","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"fc2b288978905148","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc2b288978905148","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"ce6867da9f74525","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce6867da9f74525","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"tags":[]},"source":"ec0c60b75ab958b3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ec2922e2fa38747c.json b/6406/data/test-cases/ec2922e2fa38747c.json new file mode 100644 index 00000000000..b3947f82d3f --- /dev/null +++ b/6406/data/test-cases/ec2922e2fa38747c.json @@ -0,0 +1 @@ +{"uid":"ec2922e2fa38747c","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":1707793086617,"stop":1707793086617,"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":14,"unknown":0,"total":14},"items":[{"uid":"c42d802a9003cb33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c42d802a9003cb33","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"29f739eb3595a600","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/29f739eb3595a600","status":"passed","time":{"start":1707775337157,"stop":1707775337158,"duration":1}},{"uid":"bd6513dbbf76d99e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd6513dbbf76d99e","status":"passed","time":{"start":1707775143606,"stop":1707775143606,"duration":0}},{"uid":"f8941cbafaad4e12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8941cbafaad4e12","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"c15c2e9aef73bb10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c15c2e9aef73bb10","status":"passed","time":{"start":1707769940214,"stop":1707769940214,"duration":0}},{"uid":"fb7db67f677249ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7db67f677249ff","status":"passed","time":{"start":1707760042462,"stop":1707760042462,"duration":0}},{"uid":"7dace5c80e5a32a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7dace5c80e5a32a5","status":"passed","time":{"start":1707757736400,"stop":1707757736400,"duration":0}},{"uid":"7b3ad0194a86735e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7b3ad0194a86735e","status":"passed","time":{"start":1707756352343,"stop":1707756352344,"duration":1}},{"uid":"2519d6875cbd80a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2519d6875cbd80a2","status":"passed","time":{"start":1707753768713,"stop":1707753768713,"duration":0}},{"uid":"4c0ce4f712146c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c0ce4f712146c8c","status":"passed","time":{"start":1707753512772,"stop":1707753512772,"duration":0}},{"uid":"8114a485b8c9f506","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8114a485b8c9f506","status":"passed","time":{"start":1707750899685,"stop":1707750899685,"duration":0}},{"uid":"fee670c04f3c77af","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fee670c04f3c77af","status":"passed","time":{"start":1707736822689,"stop":1707736822690,"duration":1}},{"uid":"6b6888d58ad341b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6888d58ad341b1","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"tags":[]},"source":"ec2922e2fa38747c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ec6a6c488518cef1.json b/6406/data/test-cases/ec6a6c488518cef1.json new file mode 100644 index 00000000000..98fe28c2250 --- /dev/null +++ b/6406/data/test-cases/ec6a6c488518cef1.json @@ -0,0 +1 @@ +{"uid":"ec6a6c488518cef1","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":1707792848129,"stop":1707792848129,"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":14,"unknown":0,"total":14},"items":[{"uid":"5bf9ef8e4842a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5bf9ef8e4842a92b","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"d8babb5dba113f6e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d8babb5dba113f6e","status":"passed","time":{"start":1707775074352,"stop":1707775074353,"duration":1}},{"uid":"a687fa5850e927e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a687fa5850e927e8","status":"passed","time":{"start":1707774894885,"stop":1707774894886,"duration":1}},{"uid":"f0a120a12627105e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f0a120a12627105e","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"817f3bae168fce33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/817f3bae168fce33","status":"passed","time":{"start":1707769675177,"stop":1707769675177,"duration":0}},{"uid":"d861099c7e74e532","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d861099c7e74e532","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"32e20d49563d6b43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32e20d49563d6b43","status":"passed","time":{"start":1707757465316,"stop":1707757465316,"duration":0}},{"uid":"5e8077c7e89c1d95","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e8077c7e89c1d95","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"4758fb9c74c8e536","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4758fb9c74c8e536","status":"passed","time":{"start":1707753515349,"stop":1707753515350,"duration":1}},{"uid":"289b3aff38d171c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289b3aff38d171c1","status":"passed","time":{"start":1707753244109,"stop":1707753244110,"duration":1}},{"uid":"3d7a258209e28d1b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d7a258209e28d1b","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"32c12506e204ee3d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c12506e204ee3d","status":"passed","time":{"start":1707736558943,"stop":1707736558943,"duration":0}},{"uid":"1efb865794ff833a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1efb865794ff833a","status":"passed","time":{"start":1707735741832,"stop":1707735741832,"duration":0}}]},"tags":[]},"source":"ec6a6c488518cef1.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/223ba728d89c1a4c.json b/6406/data/test-cases/ecf082d0499c268d.json similarity index 79% rename from 6379/data/test-cases/223ba728d89c1a4c.json rename to 6406/data/test-cases/ecf082d0499c268d.json index 06850bb17fe..7c45ab63df1 100644 --- a/6379/data/test-cases/223ba728d89c1a4c.json +++ b/6406/data/test-cases/ecf082d0499c268d.json @@ -1 +1 @@ -{"uid":"223ba728d89c1a4c","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":1707418998148,"stop":1707418998148,"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":18,"unknown":0,"total":18},"items":[{"uid":"2211f180644ca35f","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/2211f180644ca35f","status":"passed","time":{"start":1707418242008,"stop":1707418242008,"duration":0}},{"uid":"c1f07accb251f951","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c1f07accb251f951","status":"passed","time":{"start":1707418191245,"stop":1707418191245,"duration":0}},{"uid":"e76a7a349d197191","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e76a7a349d197191","status":"passed","time":{"start":1707412620270,"stop":1707412620286,"duration":16}},{"uid":"9b773a129426596e","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/9b773a129426596e","status":"passed","time":{"start":1707411038691,"stop":1707411038691,"duration":0}},{"uid":"d3fddcf41c2e3ca0","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d3fddcf41c2e3ca0","status":"passed","time":{"start":1707409514437,"stop":1707409514438,"duration":1}},{"uid":"1f372cfe10f0f0b0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/1f372cfe10f0f0b0","status":"passed","time":{"start":1707408894645,"stop":1707408894645,"duration":0}},{"uid":"c1e45649bf09c9e9","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c1e45649bf09c9e9","status":"passed","time":{"start":1707408855736,"stop":1707408855736,"duration":0}},{"uid":"995e09ed39db1c99","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/995e09ed39db1c99","status":"passed","time":{"start":1707408364961,"stop":1707408364961,"duration":0}},{"uid":"e0da0527065e203c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e0da0527065e203c","status":"passed","time":{"start":1707407446975,"stop":1707407446975,"duration":0}},{"uid":"802a3ff7e4fe1863","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/802a3ff7e4fe1863","status":"passed","time":{"start":1707407328491,"stop":1707407328491,"duration":0}},{"uid":"ee6ebefee891d9a7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ee6ebefee891d9a7","status":"passed","time":{"start":1707404323787,"stop":1707404323787,"duration":0}},{"uid":"5b933c33de4a21bc","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5b933c33de4a21bc","status":"passed","time":{"start":1707375767347,"stop":1707375767348,"duration":1}},{"uid":"f3c367ea12b6f0d9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/f3c367ea12b6f0d9","status":"passed","time":{"start":1707372960640,"stop":1707372960640,"duration":0}},{"uid":"f9e2954ad59fc945","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f9e2954ad59fc945","status":"passed","time":{"start":1707359147644,"stop":1707359147645,"duration":1}},{"uid":"c1f5b1e647bdcc4e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c1f5b1e647bdcc4e","status":"passed","time":{"start":1707357894480,"stop":1707357894481,"duration":1}},{"uid":"8f51776bf5eeb37d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8f51776bf5eeb37d","status":"passed","time":{"start":1707356942082,"stop":1707356942082,"duration":0}},{"uid":"de92775f3c9a72c8","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/de92775f3c9a72c8","status":"passed","time":{"start":1707355162780,"stop":1707355162780,"duration":0}}]},"tags":[]},"source":"223ba728d89c1a4c.json","parameterValues":[]} \ No newline at end of file +{"uid":"ecf082d0499c268d","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":1707793153227,"stop":1707793153227,"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":14,"unknown":0,"total":14},"items":[{"uid":"83290a7ba0af9e28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/83290a7ba0af9e28","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"cd337912c5d49b2b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd337912c5d49b2b","status":"passed","time":{"start":1707775395378,"stop":1707775395379,"duration":1}},{"uid":"90170e7f40b3453e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90170e7f40b3453e","status":"passed","time":{"start":1707775205632,"stop":1707775205632,"duration":0}},{"uid":"833fd4353df754ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833fd4353df754ef","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"cd03b7a31197fdcf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd03b7a31197fdcf","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"b43dbff8bc01b6ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b43dbff8bc01b6ce","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"49d9dc62cedb3859","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49d9dc62cedb3859","status":"passed","time":{"start":1707757790737,"stop":1707757790738,"duration":1}},{"uid":"27362827ec771e2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27362827ec771e2b","status":"passed","time":{"start":1707756409547,"stop":1707756409548,"duration":1}},{"uid":"d6e4f38f96efc14b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6e4f38f96efc14b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"45320ce832ca6392","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45320ce832ca6392","status":"passed","time":{"start":1707753573531,"stop":1707753573532,"duration":1}},{"uid":"c8d974144067e157","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c8d974144067e157","status":"passed","time":{"start":1707750953982,"stop":1707750953983,"duration":1}},{"uid":"9e0c8800f7d5bd4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e0c8800f7d5bd4","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"2cc1cc3cde9ba9cd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2cc1cc3cde9ba9cd","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"tags":[]},"source":"ecf082d0499c268d.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ed43bef12dafa6b5.json b/6406/data/test-cases/ed43bef12dafa6b5.json new file mode 100644 index 00000000000..a4110da10cd --- /dev/null +++ b/6406/data/test-cases/ed43bef12dafa6b5.json @@ -0,0 +1 @@ +{"uid":"ed43bef12dafa6b5","name":"caches peers it previously fetched","fullName":"/src/dns.spec.ts: DNS Node Discovery > caches peers it previously fetched","historyId":"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815080,"stop":1707792815080,"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"},{"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":"a52dcff342f8e6f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a52dcff342f8e6f8","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"f4f3819699aa97ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f4f3819699aa97ec","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"783026d2bde16c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/783026d2bde16c3d","status":"passed","time":{"start":1707774842472,"stop":1707774842472,"duration":0}},{"uid":"97de0b388edadabb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97de0b388edadabb","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"31e34c4af6a0d724","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31e34c4af6a0d724","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"106f1a7080d956b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/106f1a7080d956b4","status":"passed","time":{"start":1707759737377,"stop":1707759737377,"duration":0}},{"uid":"f97465905c0c2b63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f97465905c0c2b63","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"36f2c87a64a38d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36f2c87a64a38d27","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"6bc7f78af2428db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bc7f78af2428db","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"58b77e5c3e3c8b24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/58b77e5c3e3c8b24","status":"passed","time":{"start":1707753208671,"stop":1707753208672,"duration":1}},{"uid":"701498867e42117b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/701498867e42117b","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"e9f232fecfc079d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9f232fecfc079d1","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"fcbcb003872e5709","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcbcb003872e5709","status":"passed","time":{"start":1707735708005,"stop":1707735708006,"duration":1}}]},"tags":[]},"source":"ed43bef12dafa6b5.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ec171b1563b14945.json b/6406/data/test-cases/ed68015c04ae7c0e.json similarity index 84% rename from 6379/data/test-cases/ec171b1563b14945.json rename to 6406/data/test-cases/ed68015c04ae7c0e.json index 32a9131c1f0..9243e8d3371 100644 --- a/6379/data/test-cases/ec171b1563b14945.json +++ b/6406/data/test-cases/ed68015c04ae7c0e.json @@ -1 +1 @@ -{"uid":"ec171b1563b14945","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":1707419289502,"stop":1707419289503,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"uid":"5e642ab85e829a67","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5e642ab85e829a67","status":"passed","time":{"start":1707418535543,"stop":1707418535544,"duration":1}},{"uid":"f9e508107e713fc8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/f9e508107e713fc8","status":"passed","time":{"start":1707418482219,"stop":1707418482219,"duration":0}},{"uid":"430d959b279d22fc","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/430d959b279d22fc","status":"passed","time":{"start":1707412863485,"stop":1707412863485,"duration":0}},{"uid":"3d1aad4cad26b1e5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/3d1aad4cad26b1e5","status":"passed","time":{"start":1707411338656,"stop":1707411338656,"duration":0}},{"uid":"18387347e245a6d8","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/18387347e245a6d8","status":"passed","time":{"start":1707409792233,"stop":1707409792233,"duration":0}},{"uid":"586f1a28155500dd","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/586f1a28155500dd","status":"passed","time":{"start":1707409177756,"stop":1707409177756,"duration":0}},{"uid":"532d575c4852548","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/532d575c4852548","status":"passed","time":{"start":1707409135091,"stop":1707409135092,"duration":1}},{"uid":"dd218f15ca056ade","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/dd218f15ca056ade","status":"passed","time":{"start":1707408664026,"stop":1707408664026,"duration":0}},{"uid":"d676fcabb081d638","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d676fcabb081d638","status":"passed","time":{"start":1707407736511,"stop":1707407736511,"duration":0}},{"uid":"ac7528e04d2425a","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ac7528e04d2425a","status":"passed","time":{"start":1707407618231,"stop":1707407618231,"duration":0}},{"uid":"1ee5a6f529cf8f70","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1ee5a6f529cf8f70","status":"passed","time":{"start":1707404537717,"stop":1707404537717,"duration":0}},{"uid":"6f985f29e4d1ed16","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/6f985f29e4d1ed16","status":"passed","time":{"start":1707373245359,"stop":1707373245359,"duration":0}},{"uid":"f9eb2cc0458adbca","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f9eb2cc0458adbca","status":"passed","time":{"start":1707359448669,"stop":1707359448669,"duration":0}},{"uid":"35c0abc42d4389c7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/35c0abc42d4389c7","status":"passed","time":{"start":1707358197188,"stop":1707358197188,"duration":0}},{"uid":"ff2069619d0a089f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ff2069619d0a089f","status":"passed","time":{"start":1707357226630,"stop":1707357226630,"duration":0}},{"uid":"900a7d6dfd669f92","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/900a7d6dfd669f92","status":"passed","time":{"start":1707355477309,"stop":1707355477310,"duration":1}}]},"tags":[]},"source":"ec171b1563b14945.json","parameterValues":[]} \ No newline at end of file +{"uid":"ed68015c04ae7c0e","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":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.filter"},{"name":"parentSuite","value":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: true"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ada1c9ab2849bb97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ada1c9ab2849bb97","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"64056883a6544840","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64056883a6544840","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"4d51c698a87d1612","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d51c698a87d1612","status":"passed","time":{"start":1707775494276,"stop":1707775494277,"duration":1}},{"uid":"69d648c41efe331b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69d648c41efe331b","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"9bcbb751eac3e661","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9bcbb751eac3e661","status":"passed","time":{"start":1707770238685,"stop":1707770238686,"duration":1}},{"uid":"1eb26fb2fa06f42a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1eb26fb2fa06f42a","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"c640eb178bbac31a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c640eb178bbac31a","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"965d2921e7501c94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/965d2921e7501c94","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"b3902b70d0f28ea3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3902b70d0f28ea3","status":"passed","time":{"start":1707754051786,"stop":1707754051787,"duration":1}},{"uid":"e65311ed6a4f92b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e65311ed6a4f92b7","status":"passed","time":{"start":1707753877927,"stop":1707753877928,"duration":1}},{"uid":"9f984e263056c42b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f984e263056c42b","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"8f6dc704e051c088","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f6dc704e051c088","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"e9ccace4e15b3825","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9ccace4e15b3825","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"tags":[]},"source":"ed68015c04ae7c0e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/edd6214754085044.json b/6406/data/test-cases/edd6214754085044.json new file mode 100644 index 00000000000..30d465a3a1c --- /dev/null +++ b/6406/data/test-cases/edd6214754085044.json @@ -0,0 +1 @@ +{"uid":"edd6214754085044","name":"tcp ip4 address","fullName":"/src/multiaddr_from_fields.spec.ts: Multiaddr from fields > tcp ip4 address","historyId":"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"afterStages":[],"labels":[{"name":"package","value":"src"},{"name":"parentSuite","value":"Multiaddr from fields"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"117c31e18fafcd2b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/117c31e18fafcd2b","status":"passed","time":{"start":1707777749190,"stop":1707777749191,"duration":1}},{"uid":"7fd1a9b82f805702","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7fd1a9b82f805702","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"f21938598f51f528","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f21938598f51f528","status":"passed","time":{"start":1707774827196,"stop":1707774827196,"duration":0}},{"uid":"1288290c8e7c819d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1288290c8e7c819d","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8}},{"uid":"307a28e762c64aaa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/307a28e762c64aaa","status":"passed","time":{"start":1707769627357,"stop":1707769627357,"duration":0}},{"uid":"6d717ef4b7dba68a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d717ef4b7dba68a","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"67aa031d95b75e7c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67aa031d95b75e7c","status":"passed","time":{"start":1707757416948,"stop":1707757416949,"duration":1}},{"uid":"ef8a241613994654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef8a241613994654","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"890dbc95e81ba59c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/890dbc95e81ba59c","status":"passed","time":{"start":1707753464783,"stop":1707753464783,"duration":0}},{"uid":"fc6f6712b964c274","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc6f6712b964c274","status":"passed","time":{"start":1707753193012,"stop":1707753193012,"duration":0}},{"uid":"1b501febdf773628","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b501febdf773628","status":"passed","time":{"start":1707750593662,"stop":1707750593663,"duration":1}},{"uid":"e18b2750f4f56fa1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e18b2750f4f56fa1","status":"passed","time":{"start":1707736511014,"stop":1707736511015,"duration":1}},{"uid":"8128c6feb4daba24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8128c6feb4daba24","status":"passed","time":{"start":1707735692463,"stop":1707735692463,"duration":0}}]},"tags":[]},"source":"edd6214754085044.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/736a6385e74bdeea.json b/6406/data/test-cases/ee0c5d6495e00e28.json similarity index 81% rename from 6379/data/test-cases/736a6385e74bdeea.json rename to 6406/data/test-cases/ee0c5d6495e00e28.json index a20a835b101..5d1abe0236d 100644 --- a/6379/data/test-cases/736a6385e74bdeea.json +++ b/6406/data/test-cases/ee0c5d6495e00e28.json @@ -1 +1 @@ -{"uid":"736a6385e74bdeea","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":1707419181391,"stop":1707419181391,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"556ff4fb73650e0e","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/556ff4fb73650e0e","status":"passed","time":{"start":1707418419710,"stop":1707418419711,"duration":1}},{"uid":"5dd82165e61a590f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5dd82165e61a590f","status":"passed","time":{"start":1707418388434,"stop":1707418388435,"duration":1}},{"uid":"4f9ceaff76309cff","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4f9ceaff76309cff","status":"passed","time":{"start":1707412796110,"stop":1707412796111,"duration":1}},{"uid":"7e60fe6aa5c1a7e2","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7e60fe6aa5c1a7e2","status":"passed","time":{"start":1707411256043,"stop":1707411256044,"duration":1}},{"uid":"d21607061102641a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/d21607061102641a","status":"passed","time":{"start":1707409690300,"stop":1707409690301,"duration":1}},{"uid":"55b577bd14a34470","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/55b577bd14a34470","status":"passed","time":{"start":1707409095913,"stop":1707409095913,"duration":0}},{"uid":"535d38a9f4b5544e","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/535d38a9f4b5544e","status":"passed","time":{"start":1707409032374,"stop":1707409032374,"duration":0}},{"uid":"396902e4e9b6686f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/396902e4e9b6686f","status":"passed","time":{"start":1707408574228,"stop":1707408574229,"duration":1}},{"uid":"ecfc60c982803a25","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ecfc60c982803a25","status":"passed","time":{"start":1707407633841,"stop":1707407633844,"duration":3}},{"uid":"3b4849c3fb6be1e9","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3b4849c3fb6be1e9","status":"passed","time":{"start":1707407545209,"stop":1707407545209,"duration":0}},{"uid":"18983af2b1ea0ae7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/18983af2b1ea0ae7","status":"passed","time":{"start":1707404532390,"stop":1707404532390,"duration":0}},{"uid":"c653dde90cb5e33c","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c653dde90cb5e33c","status":"passed","time":{"start":1707375958746,"stop":1707375958746,"duration":0}},{"uid":"d3eae06441fe0e80","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d3eae06441fe0e80","status":"passed","time":{"start":1707373157735,"stop":1707373157735,"duration":0}},{"uid":"4935d599f8b9b5e4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4935d599f8b9b5e4","status":"passed","time":{"start":1707359355953,"stop":1707359355953,"duration":0}},{"uid":"71b6e58a53aff290","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/71b6e58a53aff290","status":"passed","time":{"start":1707358094657,"stop":1707358094658,"duration":1}},{"uid":"ba7a073bdee27ff7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ba7a073bdee27ff7","status":"passed","time":{"start":1707357164907,"stop":1707357164908,"duration":1}},{"uid":"4564d31d14980547","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/4564d31d14980547","status":"passed","time":{"start":1707355248769,"stop":1707355248770,"duration":1}}]},"tags":[]},"source":"736a6385e74bdeea.json","parameterValues":[]} \ No newline at end of file +{"uid":"ee0c5d6495e00e28","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":1707793371096,"stop":1707793371096,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"ec6268eae069ad00","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec6268eae069ad00","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"88c73138abe95e32","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/88c73138abe95e32","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"20e993ceb6505275","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20e993ceb6505275","status":"passed","time":{"start":1707775390221,"stop":1707775390222,"duration":1}},{"uid":"48d879a9e04b932f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48d879a9e04b932f","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1}},{"uid":"d54026700eb423d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d54026700eb423d6","status":"passed","time":{"start":1707760301801,"stop":1707760301801,"duration":0}},{"uid":"c950942efd0fb7ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c950942efd0fb7ab","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"68fac36437a98e94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/68fac36437a98e94","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"d8ac271c3b727de5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8ac271c3b727de5","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"613a74f2d5112489","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/613a74f2d5112489","status":"passed","time":{"start":1707753782731,"stop":1707753782732,"duration":1}},{"uid":"c9d58bc3e2875d1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d58bc3e2875d1c","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"8ee3b0b54b94b80a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ee3b0b54b94b80a","status":"passed","time":{"start":1707737091297,"stop":1707737091297,"duration":0}},{"uid":"aeb808fe28cf272d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aeb808fe28cf272d","status":"passed","time":{"start":1707736260117,"stop":1707736260118,"duration":1}}]},"tags":[]},"source":"ee0c5d6495e00e28.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ca2bd34c931c4fd7.json b/6406/data/test-cases/ee26032a19e7f8ee.json similarity index 97% rename from 6379/data/test-cases/ca2bd34c931c4fd7.json rename to 6406/data/test-cases/ee26032a19e7f8ee.json index ba304ce2bfa..47b5d30a333 100644 --- a/6379/data/test-cases/ca2bd34c931c4fd7.json +++ b/6406/data/test-cases/ee26032a19e7f8ee.json @@ -1 +1 @@ -{"uid":"ca2bd34c931c4fd7","name":"Check received message with timestamp: 1707418663077 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1707418663077 ","historyId":"1ac86b072d4e8ceaea3fdcf0e067fe0f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418841941,"stop":1707418841942,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":"ca2bd34c931c4fd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"ee26032a19e7f8ee","name":"Check received message with timestamp: 1707792838067 ","fullName":"/tests/filter/single_node/push.node.spec.ts: Waku Filter V2: FilterPush > Check received message with timestamp: 1707792838067 ","historyId":"c1173f09ec94371e5cd0a6303855e702:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793028283,"stop":1707793028284,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"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":"ee26032a19e7f8ee.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/be20caa60a073734.json b/6406/data/test-cases/eecd4bbe6175b766.json similarity index 96% rename from 6379/data/test-cases/be20caa60a073734.json rename to 6406/data/test-cases/eecd4bbe6175b766.json index 3068f4644c8..db3ed5bd922 100644 --- a/6379/data/test-cases/be20caa60a073734.json +++ b/6406/data/test-cases/eecd4bbe6175b766.json @@ -1 +1 @@ -{"uid":"be20caa60a073734","name":"Publish message with custom timestamp: Fri Feb 17 2023 19:03:03 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Fri Feb 17 2023 19:03:03 GMT+0000 (Coordinated Universal Time)","historyId":"252b77bbc4a1f87e4e5db2fd88c21397:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418998147,"stop":1707418998147,"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":"be20caa60a073734.json","parameterValues":[]} \ No newline at end of file +{"uid":"eecd4bbe6175b766","name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","fullName":"/tests/relay/publish.node.spec.ts: Waku Relay, Publish > Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","historyId":"bcb2fa6e3a529ae3a578de4c8ccb0a7a:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793153223,"stop":1707793153224,"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":"eecd4bbe6175b766.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ef052bef7cdeadb5.json b/6406/data/test-cases/ef052bef7cdeadb5.json new file mode 100644 index 00000000000..e8356bfdf1e --- /dev/null +++ b/6406/data/test-cases/ef052bef7cdeadb5.json @@ -0,0 +1 @@ +{"uid":"ef052bef7cdeadb5","name":"addEventListener with correct event","fullName":"/tests/connection-mananger/methods.spec.ts: Public methods > addEventListener with correct event","historyId":"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"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}],"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}],"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":"2517b755090eaf78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2517b755090eaf78","status":"passed","time":{"start":1707777826926,"stop":1707777826926,"duration":0}},{"uid":"429389770bddc0bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/429389770bddc0bd","status":"passed","time":{"start":1707775103551,"stop":1707775103552,"duration":1}},{"uid":"a2aabb831775099b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2aabb831775099b","status":"passed","time":{"start":1707774906440,"stop":1707774906441,"duration":1}},{"uid":"32129746117b04ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32129746117b04ad","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1}},{"uid":"fac182ea5663f212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac182ea5663f212","status":"passed","time":{"start":1707769706524,"stop":1707769706524,"duration":0}},{"uid":"835aa5153acbc018","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/835aa5153acbc018","status":"passed","time":{"start":1707759800528,"stop":1707759800529,"duration":1}},{"uid":"cbcaba5caae86a9f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbcaba5caae86a9f","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"d75f825bcc4b1944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d75f825bcc4b1944","status":"passed","time":{"start":1707756124833,"stop":1707756124833,"duration":0}},{"uid":"9e7843b719cc1a88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e7843b719cc1a88","status":"passed","time":{"start":1707753544134,"stop":1707753544134,"duration":0}},{"uid":"72d8f111ac7f046d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/72d8f111ac7f046d","status":"passed","time":{"start":1707753273860,"stop":1707753273862,"duration":2}},{"uid":"135477f3e1cf5e58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/135477f3e1cf5e58","status":"passed","time":{"start":1707750672009,"stop":1707750672009,"duration":0}},{"uid":"65619fc7a39117de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65619fc7a39117de","status":"passed","time":{"start":1707736588884,"stop":1707736588884,"duration":0}},{"uid":"5da80240afe5653b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da80240afe5653b","status":"passed","time":{"start":1707735772593,"stop":1707735772594,"duration":1}}]},"tags":[]},"source":"ef052bef7cdeadb5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ef76f9f2d89d5ba.json b/6406/data/test-cases/ef76f9f2d89d5ba.json new file mode 100644 index 00000000000..c767f2f8d3d --- /dev/null +++ b/6406/data/test-cases/ef76f9f2d89d5ba.json @@ -0,0 +1 @@ +{"uid":"ef76f9f2d89d5ba","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":1707792958823,"stop":1707792958827,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"c50e1153360786c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c50e1153360786c7","status":"passed","time":{"start":1707777997102,"stop":1707777997103,"duration":1}},{"uid":"717e5cf81ac367f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/717e5cf81ac367f2","status":"passed","time":{"start":1707775275742,"stop":1707775275743,"duration":1}},{"uid":"3207358e95db179b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3207358e95db179b","status":"passed","time":{"start":1707775085874,"stop":1707775085875,"duration":1}},{"uid":"bcf2d7f36828e557","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcf2d7f36828e557","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"duration":1}},{"uid":"f7281c632b822f51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7281c632b822f51","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"fed6da0c71dabb5e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fed6da0c71dabb5e","status":"passed","time":{"start":1707759981453,"stop":1707759981454,"duration":1}},{"uid":"20568ffd3759a32f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20568ffd3759a32f","status":"passed","time":{"start":1707757676033,"stop":1707757676033,"duration":0}},{"uid":"8f41768ea570d5d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f41768ea570d5d9","status":"passed","time":{"start":1707756304419,"stop":1707756304420,"duration":1}},{"uid":"42be9b03b9c1462b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42be9b03b9c1462b","status":"passed","time":{"start":1707753713232,"stop":1707753713233,"duration":1}},{"uid":"be5e5e91525d70ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/be5e5e91525d70ea","status":"passed","time":{"start":1707753448075,"stop":1707753448080,"duration":5}},{"uid":"2e228fbe4fb6000d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e228fbe4fb6000d","status":"passed","time":{"start":1707750840027,"stop":1707750840027,"duration":0}},{"uid":"942aea005b862ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/942aea005b862ef9","status":"passed","time":{"start":1707736764984,"stop":1707736764984,"duration":0}},{"uid":"250872448e050cb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/250872448e050cb1","status":"passed","time":{"start":1707735955216,"stop":1707735955217,"duration":1}}]},"tags":[]},"source":"ef76f9f2d89d5ba.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4390bd88c14fae3d.json b/6406/data/test-cases/f166cda0231ef482.json similarity index 59% rename from 6379/data/test-cases/4390bd88c14fae3d.json rename to 6406/data/test-cases/f166cda0231ef482.json index c0a3aaf1e60..f130eb5632d 100644 --- a/6379/data/test-cases/4390bd88c14fae3d.json +++ b/6406/data/test-cases/f166cda0231ef482.json @@ -1 +1 @@ -{"uid":"4390bd88c14fae3d","name":"different cluster, different shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect (autosharding)","historyId":"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829820,"stop":1707418829820,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"66dfffd4e96eddbf","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/66dfffd4e96eddbf","status":"passed","time":{"start":1707418103428,"stop":1707418103428,"duration":0}},{"uid":"88b93b65c97555a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/88b93b65c97555a","status":"passed","time":{"start":1707418010319,"stop":1707418010320,"duration":1}},{"uid":"2c7e330eb2f5b1bf","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2c7e330eb2f5b1bf","status":"passed","time":{"start":1707412479964,"stop":1707412479964,"duration":0}},{"uid":"5dc1e4a0a21434dc","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/5dc1e4a0a21434dc","status":"passed","time":{"start":1707410852013,"stop":1707410852013,"duration":0}},{"uid":"b4b54643f4239ca7","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/b4b54643f4239ca7","status":"passed","time":{"start":1707409338860,"stop":1707409338860,"duration":0}},{"uid":"746e3d7db0dbae92","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/746e3d7db0dbae92","status":"passed","time":{"start":1707408727257,"stop":1707408727258,"duration":1}},{"uid":"1f414ef8ee4a280d","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/1f414ef8ee4a280d","status":"passed","time":{"start":1707408675752,"stop":1707408675752,"duration":0}},{"uid":"2b8369484282283c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/2b8369484282283c","status":"passed","time":{"start":1707408214010,"stop":1707408214010,"duration":0}},{"uid":"95f3a601c698a5f8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/95f3a601c698a5f8","status":"passed","time":{"start":1707407286323,"stop":1707407286323,"duration":0}},{"uid":"63c12469879e3062","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/63c12469879e3062","status":"passed","time":{"start":1707407226682,"stop":1707407226683,"duration":1}},{"uid":"bf0423a9eed84671","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/bf0423a9eed84671","status":"passed","time":{"start":1707404179912,"stop":1707404179912,"duration":0}},{"uid":"4974ea988eba9124","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4974ea988eba9124","status":"passed","time":{"start":1707375626293,"stop":1707375626293,"duration":0}},{"uid":"3e7b78c299a34ca9","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3e7b78c299a34ca9","status":"passed","time":{"start":1707372788219,"stop":1707372788219,"duration":0}},{"uid":"52a674fb433cdc6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/52a674fb433cdc6","status":"passed","time":{"start":1707359016780,"stop":1707359016780,"duration":0}},{"uid":"fa0f782a4c5a9109","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fa0f782a4c5a9109","status":"passed","time":{"start":1707357740860,"stop":1707357740860,"duration":0}},{"uid":"1da2b4d12a682302","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1da2b4d12a682302","status":"passed","time":{"start":1707356837837,"stop":1707356837838,"duration":1}},{"uid":"28ea821c4229e289","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/28ea821c4229e289","status":"passed","time":{"start":1707354890495,"stop":1707354890495,"duration":0}}]},"tags":[]},"source":"4390bd88c14fae3d.json","parameterValues":[]} \ No newline at end of file +{"uid":"f166cda0231ef482","name":"different cluster, different shard: nodes don't connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > different cluster, different shard: nodes don't connect (autosharding)","historyId":"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"9c5ed6574098791f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c5ed6574098791f","status":"passed","time":{"start":1707777977658,"stop":1707777977658,"duration":0}},{"uid":"99f73f166f094da5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99f73f166f094da5","status":"passed","time":{"start":1707775258448,"stop":1707775258448,"duration":0}},{"uid":"543c3ff6273facb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/543c3ff6273facb6","status":"broken","statusDetails":"unexpected end of input","time":{"start":1707775081989,"stop":1707775081989,"duration":0}},{"uid":"880a29a55884abf9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/880a29a55884abf9","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1}},{"uid":"62cfedd5c3ac7462","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/62cfedd5c3ac7462","status":"passed","time":{"start":1707769841889,"stop":1707769841889,"duration":0}},{"uid":"b1985c75a1fd02b2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1985c75a1fd02b2","status":"passed","time":{"start":1707759921445,"stop":1707759921445,"duration":0}},{"uid":"55fa25f32234ac1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55fa25f32234ac1","status":"passed","time":{"start":1707757624868,"stop":1707757624869,"duration":1}},{"uid":"5a70b919644f4b51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a70b919644f4b51","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"36554e7bb4899251","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36554e7bb4899251","status":"passed","time":{"start":1707753651133,"stop":1707753651134,"duration":1}},{"uid":"f87e3a16ac6f5fa6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f87e3a16ac6f5fa6","status":"passed","time":{"start":1707753409577,"stop":1707753409578,"duration":1}},{"uid":"ddfceb54cedbcb3f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ddfceb54cedbcb3f","status":"passed","time":{"start":1707736708314,"stop":1707736708314,"duration":0}},{"uid":"f7a2f82a60a06597","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7a2f82a60a06597","status":"passed","time":{"start":1707735914377,"stop":1707735914378,"duration":1}}]},"tags":[]},"source":"f166cda0231ef482.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3c74183425f8862d.json b/6406/data/test-cases/f186442172de026f.json similarity index 84% rename from 6379/data/test-cases/3c74183425f8862d.json rename to 6406/data/test-cases/f186442172de026f.json index bd037b965f3..899b4f6d437 100644 --- a/6379/data/test-cases/3c74183425f8862d.json +++ b/6406/data/test-cases/f186442172de026f.json @@ -1 +1 @@ -{"uid":"3c74183425f8862d","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":1707419289513,"stop":1707419289513,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":17,"unknown":0,"total":17},"items":[{"uid":"3d043119b65c0879","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/3d043119b65c0879","status":"passed","time":{"start":1707418535553,"stop":1707418535553,"duration":0}},{"uid":"6eb2c755a4de3075","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6eb2c755a4de3075","status":"passed","time":{"start":1707418482228,"stop":1707418482228,"duration":0}},{"uid":"e0fdd04dad0136d7","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e0fdd04dad0136d7","status":"passed","time":{"start":1707412863493,"stop":1707412863494,"duration":1}},{"uid":"ca7057bf5c5d15d2","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ca7057bf5c5d15d2","status":"passed","time":{"start":1707411338665,"stop":1707411338666,"duration":1}},{"uid":"19be47e0aa8ff7c3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/19be47e0aa8ff7c3","status":"passed","time":{"start":1707409792243,"stop":1707409792243,"duration":0}},{"uid":"cecf55eec84c31a3","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/cecf55eec84c31a3","status":"passed","time":{"start":1707409177766,"stop":1707409177766,"duration":0}},{"uid":"2149f7298781e351","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/2149f7298781e351","status":"passed","time":{"start":1707409135101,"stop":1707409135101,"duration":0}},{"uid":"3e9856d0643ac7e8","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/3e9856d0643ac7e8","status":"passed","time":{"start":1707408664036,"stop":1707408664037,"duration":1}},{"uid":"e074b93dab0d9bcf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e074b93dab0d9bcf","status":"passed","time":{"start":1707407736523,"stop":1707407736523,"duration":0}},{"uid":"3e0b874616f455a5","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3e0b874616f455a5","status":"passed","time":{"start":1707407618240,"stop":1707407618241,"duration":1}},{"uid":"4a99655e130fe20","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4a99655e130fe20","status":"passed","time":{"start":1707375978566,"stop":1707375978566,"duration":0}},{"uid":"a8430e03c999ae05","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a8430e03c999ae05","status":"passed","time":{"start":1707373245369,"stop":1707373245369,"duration":0}},{"uid":"42bb019ceeff360e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/42bb019ceeff360e","status":"passed","time":{"start":1707359448678,"stop":1707359448678,"duration":0}},{"uid":"4223acb944df1d7f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4223acb944df1d7f","status":"passed","time":{"start":1707358197197,"stop":1707358197198,"duration":1}},{"uid":"53b1dfe09aca757","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/53b1dfe09aca757","status":"passed","time":{"start":1707357226639,"stop":1707357226639,"duration":0}},{"uid":"63295f121fa46d4e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/63295f121fa46d4e","status":"passed","time":{"start":1707355477325,"stop":1707355477325,"duration":0}}]},"tags":[]},"source":"3c74183425f8862d.json","parameterValues":[]} \ No newline at end of file +{"uid":"f186442172de026f","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":1707793446751,"stop":1707793446752,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":13,"unknown":0,"total":13},"items":[{"uid":"49a5a826d780b868","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49a5a826d780b868","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"84acb87bffcb9acc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/84acb87bffcb9acc","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"73ed98b3af8cb059","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ed98b3af8cb059","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"553aed222fb9da71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/553aed222fb9da71","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"duration":0}},{"uid":"d19d49137ed7d3c8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19d49137ed7d3c8","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"20d5f02bce5ba0a6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/20d5f02bce5ba0a6","status":"passed","time":{"start":1707760374687,"stop":1707760374688,"duration":1}},{"uid":"25b5c69dc4948c91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25b5c69dc4948c91","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"3ab7bdf0871dca96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ab7bdf0871dca96","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"555480c3b6da22dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/555480c3b6da22dd","status":"passed","time":{"start":1707753877936,"stop":1707753877937,"duration":1}},{"uid":"2e665d797372c318","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e665d797372c318","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"26ce0942ac03d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26ce0942ac03d0","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"36cc9aa81057a1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/36cc9aa81057a1d","status":"passed","time":{"start":1707736353048,"stop":1707736353049,"duration":1}}]},"tags":[]},"source":"f186442172de026f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f191160c23dce064.json b/6406/data/test-cases/f191160c23dce064.json new file mode 100644 index 00000000000..dc7d5938fb0 --- /dev/null +++ b/6406/data/test-cases/f191160c23dce064.json @@ -0,0 +1 @@ +{"uid":"f191160c23dce064","name":"throws on content topic with empty encoding field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty encoding field","historyId":"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792551,"stop":1707792792552,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"a889ccff660e762f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a889ccff660e762f","status":"passed","time":{"start":1707777741289,"stop":1707777741289,"duration":0}},{"uid":"a303b613643a8232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a303b613643a8232","status":"passed","time":{"start":1707775017704,"stop":1707775017705,"duration":1}},{"uid":"56dbe04164b7cc88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56dbe04164b7cc88","status":"passed","time":{"start":1707774819162,"stop":1707774819162,"duration":0}},{"uid":"93b3e54ef9bfd6dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93b3e54ef9bfd6dd","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0}},{"uid":"7b4683679d62fa97","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b4683679d62fa97","status":"passed","time":{"start":1707769619253,"stop":1707769619254,"duration":1}},{"uid":"16f2f187db5b1dac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f2f187db5b1dac","status":"passed","time":{"start":1707759714510,"stop":1707759714510,"duration":0}},{"uid":"186ce098055723a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/186ce098055723a1","status":"passed","time":{"start":1707757408927,"stop":1707757408928,"duration":1}},{"uid":"5d43e20532510b2f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d43e20532510b2f","status":"passed","time":{"start":1707756038654,"stop":1707756038655,"duration":1}},{"uid":"277853a03cd9e752","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/277853a03cd9e752","status":"passed","time":{"start":1707753456823,"stop":1707753456823,"duration":0}},{"uid":"bfb1d6f4a81973c8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bfb1d6f4a81973c8","status":"passed","time":{"start":1707753185030,"stop":1707753185030,"duration":0}},{"uid":"66c9cff1b5ce41cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66c9cff1b5ce41cd","status":"passed","time":{"start":1707750585694,"stop":1707750585694,"duration":0}},{"uid":"d00268d792dc64e4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d00268d792dc64e4","status":"passed","time":{"start":1707736503248,"stop":1707736503248,"duration":0}},{"uid":"ca89fadc5e1903a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca89fadc5e1903a9","status":"passed","time":{"start":1707735684543,"stop":1707735684544,"duration":1}}]},"tags":[]},"source":"f191160c23dce064.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/75ea92c3b9f9db97.json b/6406/data/test-cases/f1cf072d01d1fef5.json similarity index 81% rename from 6379/data/test-cases/75ea92c3b9f9db97.json rename to 6406/data/test-cases/f1cf072d01d1fef5.json index 66edd3fb148..c973577f1dc 100644 --- a/6379/data/test-cases/75ea92c3b9f9db97.json +++ b/6406/data/test-cases/f1cf072d01d1fef5.json @@ -1 +1 @@ -{"uid":"75ea92c3b9f9db97","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":1707419181436,"stop":1707419181438,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"9e4e95b53cb6e10b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9e4e95b53cb6e10b","status":"passed","time":{"start":1707418419803,"stop":1707418419807,"duration":4}},{"uid":"892726e00f5f171e","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/892726e00f5f171e","status":"passed","time":{"start":1707418388460,"stop":1707418388460,"duration":0}},{"uid":"59f9dc895e035dc0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/59f9dc895e035dc0","status":"passed","time":{"start":1707412796157,"stop":1707412796158,"duration":1}},{"uid":"ae40ceea453e2acc","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ae40ceea453e2acc","status":"passed","time":{"start":1707411256115,"stop":1707411256116,"duration":1}},{"uid":"14490539e00d7255","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/14490539e00d7255","status":"passed","time":{"start":1707409690324,"stop":1707409690324,"duration":0}},{"uid":"b659d13aa0bae6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b659d13aa0bae6","status":"passed","time":{"start":1707409095931,"stop":1707409095931,"duration":0}},{"uid":"f5b0fcd3a1a25be1","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/f5b0fcd3a1a25be1","status":"passed","time":{"start":1707409032438,"stop":1707409032438,"duration":0}},{"uid":"d234de2db3533748","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/d234de2db3533748","status":"passed","time":{"start":1707408574274,"stop":1707408574278,"duration":4}},{"uid":"e51decf7db2d9fc7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e51decf7db2d9fc7","status":"passed","time":{"start":1707407633895,"stop":1707407633895,"duration":0}},{"uid":"9106f9051aca1e57","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/9106f9051aca1e57","status":"passed","time":{"start":1707407545262,"stop":1707407545262,"duration":0}},{"uid":"c684f8ab5e784669","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c684f8ab5e784669","status":"passed","time":{"start":1707404532453,"stop":1707404532455,"duration":2}},{"uid":"7273b87e2a574e38","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7273b87e2a574e38","status":"passed","time":{"start":1707375958819,"stop":1707375958825,"duration":6}},{"uid":"137e49063cc0bce2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/137e49063cc0bce2","status":"passed","time":{"start":1707373157774,"stop":1707373157775,"duration":1}},{"uid":"f900de526561059e","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f900de526561059e","status":"passed","time":{"start":1707359355998,"stop":1707359355999,"duration":1}},{"uid":"d7ea9110ed8027a4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d7ea9110ed8027a4","status":"passed","time":{"start":1707358094703,"stop":1707358094704,"duration":1}},{"uid":"171ea32b616c12e1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/171ea32b616c12e1","status":"passed","time":{"start":1707357164928,"stop":1707357164928,"duration":0}},{"uid":"db47a8eacadfac62","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/db47a8eacadfac62","status":"passed","time":{"start":1707355248790,"stop":1707355248790,"duration":0}}]},"tags":[]},"source":"75ea92c3b9f9db97.json","parameterValues":[]} \ No newline at end of file +{"uid":"f1cf072d01d1fef5","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":1707793371116,"stop":1707793371116,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: false\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":14,"unknown":0,"total":14},"items":[{"uid":"e6d400f4a3527e24","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6d400f4a3527e24","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}},{"uid":"de5357600a98cbd6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de5357600a98cbd6","status":"passed","time":{"start":1707775602037,"stop":1707775602038,"duration":1}},{"uid":"3f6d40bdd863c457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f6d40bdd863c457","status":"passed","time":{"start":1707775390248,"stop":1707775390249,"duration":1}},{"uid":"fd6b6ff315a3e4cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd6b6ff315a3e4cb","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0}},{"uid":"3e64df922505717b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64df922505717b","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"3dacf59a99a7870c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dacf59a99a7870c","status":"passed","time":{"start":1707760301825,"stop":1707760301826,"duration":1}},{"uid":"7c8008e2d8a25c2e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c8008e2d8a25c2e","status":"passed","time":{"start":1707758006722,"stop":1707758006722,"duration":0}},{"uid":"cf994488b6ed7e25","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf994488b6ed7e25","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}},{"uid":"120544ef1469f6de","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/120544ef1469f6de","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"82d84836af779aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/82d84836af779aff","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}},{"uid":"f8e568b5c3a521aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e568b5c3a521aa","status":"passed","time":{"start":1707751162322,"stop":1707751162323,"duration":1}},{"uid":"ba207d7fe5daa813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba207d7fe5daa813","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"ef155c251581a8d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef155c251581a8d1","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"tags":[]},"source":"f1cf072d01d1fef5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f2526b2c00b13423.json b/6406/data/test-cases/f2526b2c00b13423.json new file mode 100644 index 00000000000..c8fb937280d --- /dev/null +++ b/6406/data/test-cases/f2526b2c00b13423.json @@ -0,0 +1 @@ +{"uid":"f2526b2c00b13423","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":1707792822804,"stop":1707792822804,"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":14,"unknown":0,"total":14},"items":[{"uid":"5c32ded92b9c4520","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c32ded92b9c4520","status":"passed","time":{"start":1707777772233,"stop":1707777772234,"duration":1}},{"uid":"cc6f1ec828ef5764","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc6f1ec828ef5764","status":"passed","time":{"start":1707775048147,"stop":1707775048147,"duration":0}},{"uid":"d6a15f7f9f7e1aad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d6a15f7f9f7e1aad","status":"passed","time":{"start":1707774850257,"stop":1707774850258,"duration":1}},{"uid":"2e8eaa96ec8152be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8eaa96ec8152be","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0}},{"uid":"dc2b4b55d1c4ce80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc2b4b55d1c4ce80","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"1769a4196f9d7da8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1769a4196f9d7da8","status":"passed","time":{"start":1707759745078,"stop":1707759745079,"duration":1}},{"uid":"fb364cc357391288","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb364cc357391288","status":"passed","time":{"start":1707757440222,"stop":1707757440223,"duration":1}},{"uid":"8e3ba0ac95328080","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e3ba0ac95328080","status":"passed","time":{"start":1707756069083,"stop":1707756069084,"duration":1}},{"uid":"9662f936feaeb144","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9662f936feaeb144","status":"passed","time":{"start":1707753487641,"stop":1707753487642,"duration":1}},{"uid":"e89a2277581f2c2b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e89a2277581f2c2b","status":"passed","time":{"start":1707753216622,"stop":1707753216622,"duration":0}},{"uid":"e6809cff6017fbd7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6809cff6017fbd7","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"a934e63e3c4b5df","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a934e63e3c4b5df","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"f27b63be01328f15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f27b63be01328f15","status":"passed","time":{"start":1707735716033,"stop":1707735716034,"duration":1}}]},"tags":[]},"source":"f2526b2c00b13423.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/d32ba66ebd380439.json b/6406/data/test-cases/f2b5e0c6f1e9b7d3.json similarity index 84% rename from 6379/data/test-cases/d32ba66ebd380439.json rename to 6406/data/test-cases/f2b5e0c6f1e9b7d3.json index c9c1f59e686..973cc1393be 100644 --- a/6379/data/test-cases/d32ba66ebd380439.json +++ b/6406/data/test-cases/f2b5e0c6f1e9b7d3.json @@ -1 +1 @@ -{"uid":"d32ba66ebd380439","name":"Error when try to subscribe to more than 31 topics (old 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 31 topics (old limit)","historyId":"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419289509,"stop":1707419289509,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"d6fb2ca7c5549899","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/d6fb2ca7c5549899","status":"passed","time":{"start":1707418535549,"stop":1707418535550,"duration":1}},{"uid":"a4e11099ed6f9cb5","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a4e11099ed6f9cb5","status":"passed","time":{"start":1707418482225,"stop":1707418482225,"duration":0}},{"uid":"4679163458cde688","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/4679163458cde688","status":"passed","time":{"start":1707412863490,"stop":1707412863490,"duration":0}},{"uid":"ed3bb176eabf2158","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/ed3bb176eabf2158","status":"passed","time":{"start":1707411338661,"stop":1707411338662,"duration":1}},{"uid":"48f1ee99a5637ea2","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/48f1ee99a5637ea2","status":"passed","time":{"start":1707409792239,"stop":1707409792239,"duration":0}},{"uid":"fdf4527ce6773252","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/fdf4527ce6773252","status":"passed","time":{"start":1707409177763,"stop":1707409177763,"duration":0}},{"uid":"88b72ac505e04a1c","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/88b72ac505e04a1c","status":"passed","time":{"start":1707409135097,"stop":1707409135097,"duration":0}},{"uid":"a6ae7b3109307d1d","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/a6ae7b3109307d1d","status":"passed","time":{"start":1707408664032,"stop":1707408664032,"duration":0}},{"uid":"9f53015fa5c9ddaf","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9f53015fa5c9ddaf","status":"passed","time":{"start":1707407736518,"stop":1707407736519,"duration":1}},{"uid":"cb0c2547981e145","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/cb0c2547981e145","status":"passed","time":{"start":1707407618237,"stop":1707407618237,"duration":0}},{"uid":"c64719d23c84e27c","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/c64719d23c84e27c","status":"passed","time":{"start":1707404537725,"stop":1707404537726,"duration":1}},{"uid":"91fa2eac38a46b5d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/91fa2eac38a46b5d","status":"passed","time":{"start":1707375978552,"stop":1707375978552,"duration":0}},{"uid":"e0e461a44cc37cda","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/e0e461a44cc37cda","status":"passed","time":{"start":1707373245366,"stop":1707373245366,"duration":0}},{"uid":"4484adf16cd5cb39","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4484adf16cd5cb39","status":"passed","time":{"start":1707359448675,"stop":1707359448675,"duration":0}},{"uid":"e523efcc134b91b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e523efcc134b91b","status":"passed","time":{"start":1707358197194,"stop":1707358197194,"duration":0}},{"uid":"b322ee7cff742e40","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b322ee7cff742e40","status":"passed","time":{"start":1707357226635,"stop":1707357226636,"duration":1}},{"uid":"6f2282231e70fd10","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/6f2282231e70fd10","status":"passed","time":{"start":1707355477320,"stop":1707355477320,"duration":0}}]},"tags":[]},"source":"d32ba66ebd380439.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2b5e0c6f1e9b7d3","name":"Error when try to subscribe to more than 31 topics (old 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 31 topics (old limit)","historyId":"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793446747,"stop":1707793446747,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"b174839031d6a5c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b174839031d6a5c2","status":"passed","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"8f50fbe740b1421f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8f50fbe740b1421f","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"a08232bbc699132c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a08232bbc699132c","status":"passed","time":{"start":1707775494283,"stop":1707775494284,"duration":1}},{"uid":"f7b4b277031cc4a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7b4b277031cc4a","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"516a66a35806d005","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/516a66a35806d005","status":"passed","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"64182b525f277908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64182b525f277908","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"2bec24bdaaf33349","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bec24bdaaf33349","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"1d3ad2856dce1d16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d3ad2856dce1d16","status":"passed","time":{"start":1707756690168,"stop":1707756690169,"duration":1}},{"uid":"e43cbec6fcdcfb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e43cbec6fcdcfb46","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c9ae2f955cce3df","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9ae2f955cce3df","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"ea60785244d163c6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ea60785244d163c6","status":"passed","time":{"start":1707751228966,"stop":1707751228967,"duration":1}},{"uid":"5ee9bcf84e229828","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5ee9bcf84e229828","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"e19a8ab273e3627b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e19a8ab273e3627b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"tags":[]},"source":"f2b5e0c6f1e9b7d3.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/1b48cb08f647a4e0.json b/6406/data/test-cases/f2c1bed73cad45cc.json similarity index 53% rename from 6379/data/test-cases/1b48cb08f647a4e0.json rename to 6406/data/test-cases/f2c1bed73cad45cc.json index 0442bf02711..0d992c046cb 100644 --- a/6379/data/test-cases/1b48cb08f647a4e0.json +++ b/6406/data/test-cases/f2c1bed73cad45cc.json @@ -1 +1 @@ -{"uid":"1b48cb08f647a4e0","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":1707418873968,"stop":1707418873968,"duration":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":18,"unknown":0,"total":18},"items":[{"uid":"32c56e4333556595","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/32c56e4333556595","status":"passed","time":{"start":1707418134418,"stop":1707418134418,"duration":0}},{"uid":"c45c7b4f7f24f340","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c45c7b4f7f24f340","status":"passed","time":{"start":1707418089121,"stop":1707418089121,"duration":0}},{"uid":"8bdc82f8deabd115","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/8bdc82f8deabd115","status":"passed","time":{"start":1707412521478,"stop":1707412521478,"duration":0}},{"uid":"456ed384f2932c66","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/456ed384f2932c66","status":"passed","time":{"start":1707410940016,"stop":1707410940017,"duration":1}},{"uid":"a8c28893cb75a57","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/a8c28893cb75a57","status":"passed","time":{"start":1707409391199,"stop":1707409391199,"duration":0}},{"uid":"9c507fe6b16c2c57","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9c507fe6b16c2c57","status":"passed","time":{"start":1707408781562,"stop":1707408781562,"duration":0}},{"uid":"33acb52c2ea33187","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/33acb52c2ea33187","status":"passed","time":{"start":1707408744493,"stop":1707408744494,"duration":1}},{"uid":"8b53c2ce14e20906","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/8b53c2ce14e20906","status":"passed","time":{"start":1707408261440,"stop":1707408261440,"duration":0}},{"uid":"b18ef1a72ca7b7a9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b18ef1a72ca7b7a9","status":"passed","time":{"start":1707407338361,"stop":1707407338362,"duration":1}},{"uid":"c1d9f7820ed1c075","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c1d9f7820ed1c075","status":"passed","time":{"start":1707407221285,"stop":1707407221285,"duration":0}},{"uid":"98083c1f3801c5a7","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/98083c1f3801c5a7","status":"passed","time":{"start":1707404211877,"stop":1707404211877,"duration":0}},{"uid":"31c16d35ed48cc52","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/31c16d35ed48cc52","status":"passed","time":{"start":1707375653455,"stop":1707375653455,"duration":0}},{"uid":"1fafbc02fe06b920","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/1fafbc02fe06b920","status":"passed","time":{"start":1707372857536,"stop":1707372857537,"duration":1}},{"uid":"43d4c6d2b9058a04","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/43d4c6d2b9058a04","status":"passed","time":{"start":1707359049317,"stop":1707359049317,"duration":0}},{"uid":"d61c4efc34fa6363","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d61c4efc34fa6363","status":"passed","time":{"start":1707357781643,"stop":1707357781644,"duration":1}},{"uid":"6d7efb73c0e83f11","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6d7efb73c0e83f11","status":"passed","time":{"start":1707356903402,"stop":1707356903402,"duration":0}},{"uid":"86f1e5c21e5e2b47","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/86f1e5c21e5e2b47","status":"passed","time":{"start":1707355100960,"stop":1707355100960,"duration":0}}]},"tags":[]},"source":"1b48cb08f647a4e0.json","parameterValues":[]} \ No newline at end of file +{"uid":"f2c1bed73cad45cc","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":1707793059102,"stop":1707793059102,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"1e3de89e662dd198","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e3de89e662dd198","status":"passed","time":{"start":1707778002170,"stop":1707778002170,"duration":0}},{"uid":"bd560d77af43c1cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd560d77af43c1cb","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"8dec9513941756c7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8dec9513941756c7","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"5c4ed75b7611a2da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c4ed75b7611a2da","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"11239da933e0c868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11239da933e0c868","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"b85df4520749726a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b85df4520749726a","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"27519d11aee03cda","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27519d11aee03cda","status":"passed","time":{"start":1707757677813,"stop":1707757677813,"duration":0}},{"uid":"a02f34dcc105e862","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a02f34dcc105e862","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"7aec78cd4085ce08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aec78cd4085ce08","status":"passed","time":{"start":1707753735503,"stop":1707753735503,"duration":0}},{"uid":"3d365219b41d64fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d365219b41d64fa","status":"passed","time":{"start":1707753472970,"stop":1707753472971,"duration":1}},{"uid":"d9c00de3df746a17","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9c00de3df746a17","status":"passed","time":{"start":1707750845169,"stop":1707750845170,"duration":1}},{"uid":"bd0525e3921d6b0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd0525e3921d6b0d","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"410fe1d7e11071a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/410fe1d7e11071a5","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"tags":[]},"source":"f2c1bed73cad45cc.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/4f3c4e2ed6796616.json b/6406/data/test-cases/f31b44beb941a50e.json similarity index 86% rename from 6379/data/test-cases/4f3c4e2ed6796616.json rename to 6406/data/test-cases/f31b44beb941a50e.json index 97796d9dfad..6c87c00e33a 100644 --- a/6379/data/test-cases/4f3c4e2ed6796616.json +++ b/6406/data/test-cases/f31b44beb941a50e.json @@ -1 +1 @@ -{"uid":"4f3c4e2ed6796616","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":1707419080408,"stop":1707419080408,"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":18,"unknown":0,"total":18},"items":[{"uid":"265984c8e2c15099","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/265984c8e2c15099","status":"passed","time":{"start":1707418322021,"stop":1707418322021,"duration":0}},{"uid":"c03010dbaaa2e4f","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/c03010dbaaa2e4f","status":"passed","time":{"start":1707418259984,"stop":1707418259984,"duration":0}},{"uid":"7736474732bbb215","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7736474732bbb215","status":"passed","time":{"start":1707412707115,"stop":1707412707115,"duration":0}},{"uid":"81ee2163f9a7decf","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/81ee2163f9a7decf","status":"passed","time":{"start":1707411118112,"stop":1707411118113,"duration":1}},{"uid":"aff99d3342cab3bb","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/aff99d3342cab3bb","status":"passed","time":{"start":1707409587926,"stop":1707409587926,"duration":0}},{"uid":"804fdc33cf20aa08","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/804fdc33cf20aa08","status":"passed","time":{"start":1707408980233,"stop":1707408980234,"duration":1}},{"uid":"969502b90e2102a3","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/969502b90e2102a3","status":"passed","time":{"start":1707408927124,"stop":1707408927124,"duration":0}},{"uid":"739af576541ac53a","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/739af576541ac53a","status":"passed","time":{"start":1707408458742,"stop":1707408458743,"duration":1}},{"uid":"3545589819fc3e3d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/3545589819fc3e3d","status":"passed","time":{"start":1707407520231,"stop":1707407520232,"duration":1}},{"uid":"2437091cf44e725c","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2437091cf44e725c","status":"passed","time":{"start":1707407427639,"stop":1707407427639,"duration":0}},{"uid":"eb8616dd65dcaee8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/eb8616dd65dcaee8","status":"passed","time":{"start":1707404404309,"stop":1707404404310,"duration":1}},{"uid":"2cf950af91bc5f89","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2cf950af91bc5f89","status":"passed","time":{"start":1707375846756,"stop":1707375846757,"duration":1}},{"uid":"476f7fc083ccb818","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/476f7fc083ccb818","status":"passed","time":{"start":1707373035645,"stop":1707373035646,"duration":1}},{"uid":"beffaf1a15c53087","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/beffaf1a15c53087","status":"passed","time":{"start":1707359236213,"stop":1707359236213,"duration":0}},{"uid":"63b3793cd66f37c0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/63b3793cd66f37c0","status":"passed","time":{"start":1707357965199,"stop":1707357965199,"duration":0}},{"uid":"de4d670f2f901c06","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/de4d670f2f901c06","status":"passed","time":{"start":1707357048206,"stop":1707357048206,"duration":0}},{"uid":"70f3776c6631f84e","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/70f3776c6631f84e","status":"passed","time":{"start":1707355141615,"stop":1707355141615,"duration":0}}]},"tags":[]},"source":"4f3c4e2ed6796616.json","parameterValues":[]} \ No newline at end of file +{"uid":"f31b44beb941a50e","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":1707793238873,"stop":1707793238874,"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":14,"unknown":0,"total":14},"items":[{"uid":"7597e87291fe6c91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7597e87291fe6c91","status":"passed","time":{"start":1707778202481,"stop":1707778202482,"duration":1}},{"uid":"d4996629cb8d8b23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4996629cb8d8b23","status":"passed","time":{"start":1707775486628,"stop":1707775486629,"duration":1}},{"uid":"13f6ef6923ea4d8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13f6ef6923ea4d8","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"5ee441879d1b688","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ee441879d1b688","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"996a3a325cf00c64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/996a3a325cf00c64","status":"passed","time":{"start":1707770051390,"stop":1707770051395,"duration":5}},{"uid":"f189a61e559ecdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f189a61e559ecdf","status":"passed","time":{"start":1707760174022,"stop":1707760174023,"duration":1}},{"uid":"e4b2c22daf0567e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e4b2c22daf0567e","status":"passed","time":{"start":1707757873922,"stop":1707757873923,"duration":1}},{"uid":"bdbb069c3631fb7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bdbb069c3631fb7c","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"ac0e62c984c37014","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0e62c984c37014","status":"passed","time":{"start":1707753870444,"stop":1707753870445,"duration":1}},{"uid":"da9684951f1c7565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da9684951f1c7565","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"2165dbd90f41a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2165dbd90f41a4d","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"cf82e6266c380232","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf82e6266c380232","status":"passed","time":{"start":1707736947847,"stop":1707736947847,"duration":0}},{"uid":"95ab8bd1e4797bf7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95ab8bd1e4797bf7","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"tags":[]},"source":"f31b44beb941a50e.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f338accdb234207e.json b/6406/data/test-cases/f338accdb234207e.json new file mode 100644 index 00000000000..145b039ddc4 --- /dev/null +++ b/6406/data/test-cases/f338accdb234207e.json @@ -0,0 +1 @@ +{"uid":"f338accdb234207e","name":"ignores unrecognized TXT record formats","fullName":"/src/dns.spec.ts: DNS Node Discovery > ignores unrecognized TXT record formats","historyId":"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815080,"stop":1707792815080,"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"},{"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":"1bd3bb372116b213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd3bb372116b213","status":"passed","time":{"start":1707777764429,"stop":1707777764430,"duration":1}},{"uid":"13e226451d6c443a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13e226451d6c443a","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"dd2d82b6a16f770e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd2d82b6a16f770e","status":"passed","time":{"start":1707774842471,"stop":1707774842472,"duration":1}},{"uid":"d61f8cc45c2f5c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d61f8cc45c2f5c86","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"f219373ad0b3a91c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f219373ad0b3a91c","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"d3e8f98af56d525d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3e8f98af56d525d","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"1eb2b8ed67057886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1eb2b8ed67057886","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"1edb4f07c89480e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1edb4f07c89480e7","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"b01c15d1cb581d92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b01c15d1cb581d92","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"4a5490be4c4ff40a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a5490be4c4ff40a","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"94a5db07aabad792","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/94a5db07aabad792","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"deba3bd2e9efeb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deba3bd2e9efeb2","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"b8c3feb38b593ab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8c3feb38b593ab2","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"tags":[]},"source":"f338accdb234207e.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a6157b20d97727ea.json b/6406/data/test-cases/f3a7b6b4f2f296e5.json similarity index 59% rename from 6379/data/test-cases/a6157b20d97727ea.json rename to 6406/data/test-cases/f3a7b6b4f2f296e5.json index cf6806a301b..8b4ff20f196 100644 --- a/6379/data/test-cases/a6157b20d97727ea.json +++ b/6406/data/test-cases/f3a7b6b4f2f296e5.json @@ -1 +1 @@ -{"uid":"a6157b20d97727ea","name":"same cluster, different shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect (autosharding)","historyId":"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707418829819,"stop":1707418829819,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":18,"unknown":0,"total":18},"items":[{"uid":"4bb4e982162ce3c7","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/4bb4e982162ce3c7","status":"passed","time":{"start":1707418103426,"stop":1707418103427,"duration":1}},{"uid":"24c08112f8f1367d","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/24c08112f8f1367d","status":"passed","time":{"start":1707418010318,"stop":1707418010318,"duration":0}},{"uid":"f8512d1310d92fdb","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/f8512d1310d92fdb","status":"passed","time":{"start":1707412479963,"stop":1707412479963,"duration":0}},{"uid":"b5a2b52701f23545","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b5a2b52701f23545","status":"passed","time":{"start":1707410852012,"stop":1707410852012,"duration":0}},{"uid":"fa74c930a3c4ce1","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/fa74c930a3c4ce1","status":"passed","time":{"start":1707409338859,"stop":1707409338859,"duration":0}},{"uid":"9f344ec73b75f7c6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/9f344ec73b75f7c6","status":"passed","time":{"start":1707408727255,"stop":1707408727256,"duration":1}},{"uid":"d1f78c2581e8edbe","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/d1f78c2581e8edbe","status":"passed","time":{"start":1707408675748,"stop":1707408675748,"duration":0}},{"uid":"6dd64b723fdb3ecf","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6dd64b723fdb3ecf","status":"passed","time":{"start":1707408214009,"stop":1707408214009,"duration":0}},{"uid":"b42ec60261272ac8","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b42ec60261272ac8","status":"passed","time":{"start":1707407286321,"stop":1707407286322,"duration":1}},{"uid":"f9f7698b537d49f6","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/f9f7698b537d49f6","status":"passed","time":{"start":1707407226680,"stop":1707407226680,"duration":0}},{"uid":"e80014a1252c622f","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e80014a1252c622f","status":"passed","time":{"start":1707404179911,"stop":1707404179911,"duration":0}},{"uid":"ae4c7ac3f7b0d4b0","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/ae4c7ac3f7b0d4b0","status":"passed","time":{"start":1707375626290,"stop":1707375626291,"duration":1}},{"uid":"7218ce062a25ddae","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/7218ce062a25ddae","status":"passed","time":{"start":1707372788218,"stop":1707372788218,"duration":0}},{"uid":"fa3f21cc8918f50","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fa3f21cc8918f50","status":"passed","time":{"start":1707359016778,"stop":1707359016779,"duration":1}},{"uid":"a709c75b50f764bd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a709c75b50f764bd","status":"passed","time":{"start":1707357740859,"stop":1707357740859,"duration":0}},{"uid":"c4d9f715d4975d99","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/c4d9f715d4975d99","status":"passed","time":{"start":1707356837836,"stop":1707356837837,"duration":1}},{"uid":"e242dc57f5f5e4c5","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e242dc57f5f5e4c5","status":"passed","time":{"start":1707354890494,"stop":1707354890494,"duration":0}}]},"tags":[]},"source":"a6157b20d97727ea.json","parameterValues":[]} \ No newline at end of file +{"uid":"f3a7b6b4f2f296e5","name":"same cluster, different shard: nodes connect (autosharding)","fullName":"/tests/getPeers.spec.ts: getConnectedPeersForProtocolAndShard > same cluster, different shard: nodes connect (autosharding)","historyId":"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"getConnectedPeersForProtocolAndShard\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests"},{"name":"parentSuite","value":"getConnectedPeersForProtocolAndShard"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2501469f26a43a10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2501469f26a43a10","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"6ae62362de3d6e52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ae62362de3d6e52","status":"passed","time":{"start":1707775258447,"stop":1707775258447,"duration":0}},{"uid":"a23bee210f8e3dfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a23bee210f8e3dfa","status":"passed","time":{"start":1707775081978,"stop":1707775081978,"duration":0}},{"uid":"24a70cd808154fea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24a70cd808154fea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"26eef40180c90742","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26eef40180c90742","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"fb7c9693d42c13e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7c9693d42c13e7","status":"passed","time":{"start":1707759921443,"stop":1707759921444,"duration":1}},{"uid":"2d798942fdced780","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d798942fdced780","status":"passed","time":{"start":1707757624865,"stop":1707757624865,"duration":0}},{"uid":"243525c54ccce54a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/243525c54ccce54a","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"7233d462886e1f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7233d462886e1f6a","status":"passed","time":{"start":1707753651131,"stop":1707753651132,"duration":1}},{"uid":"483ea2a3fb481696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/483ea2a3fb481696","status":"passed","time":{"start":1707753409575,"stop":1707753409576,"duration":1}},{"uid":"c0c9346ded7b849f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0c9346ded7b849f","status":"passed","time":{"start":1707736708312,"stop":1707736708313,"duration":1}},{"uid":"9bae4e2d34506452","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9bae4e2d34506452","status":"passed","time":{"start":1707735914375,"stop":1707735914376,"duration":1}}]},"tags":[]},"source":"f3a7b6b4f2f296e5.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f43ae38e495d1db4.json b/6406/data/test-cases/f43ae38e495d1db4.json new file mode 100644 index 00000000000..7f6779afaf5 --- /dev/null +++ b/6406/data/test-cases/f43ae38e495d1db4.json @@ -0,0 +1 @@ +{"uid":"f43ae38e495d1db4","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":1707792805605,"stop":1707792805605,"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":14,"unknown":0,"total":14},"items":[{"uid":"d312af35c3309c4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d312af35c3309c4a","status":"passed","time":{"start":1707777754769,"stop":1707777754770,"duration":1}},{"uid":"20fa1da271274095","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20fa1da271274095","status":"passed","time":{"start":1707775031077,"stop":1707775031077,"duration":0}},{"uid":"ce9bfe85352d8fe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce9bfe85352d8fe7","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"79bc8f86f4ee07a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bc8f86f4ee07a4","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"duration":0}},{"uid":"78b5446187b91ebc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b5446187b91ebc","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"b5c191dadc25df78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b5c191dadc25df78","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"af8037c35d97b7fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af8037c35d97b7fb","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"e6fd225cf411dbe9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6fd225cf411dbe9","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"a96fa37fc51a4ad6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a96fa37fc51a4ad6","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"5861b1639d56242f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5861b1639d56242f","status":"passed","time":{"start":1707753198734,"stop":1707753198735,"duration":1}},{"uid":"e1cccf08c6d8c5c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1cccf08c6d8c5c4","status":"passed","time":{"start":1707750599244,"stop":1707750599245,"duration":1}},{"uid":"258043bb80d250a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/258043bb80d250a6","status":"passed","time":{"start":1707736516626,"stop":1707736516626,"duration":0}},{"uid":"f94d496dd1b7cd9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94d496dd1b7cd9a","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"tags":[]},"source":"f43ae38e495d1db4.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f7a2105ec18b2ec7.json b/6406/data/test-cases/f4446925c3ed4ebd.json similarity index 98% rename from 6379/data/test-cases/f7a2105ec18b2ec7.json rename to 6406/data/test-cases/f4446925c3ed4ebd.json index 195aa120ab4..eb2a00b2eff 100644 --- a/6379/data/test-cases/f7a2105ec18b2ec7.json +++ b/6406/data/test-cases/f4446925c3ed4ebd.json @@ -1 +1 @@ -{"uid":"f7a2105ec18b2ec7","name":"Push message with custom timestamp: 1707422442239","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1707422442239","historyId":"a62373943c2023e09b2dc5a3068e5a11:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419080413,"stop":1707419080413,"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":"f7a2105ec18b2ec7.json","parameterValues":[]} \ No newline at end of file +{"uid":"f4446925c3ed4ebd","name":"Push message with custom timestamp: 1707796612699","fullName":"/tests/light-push/single_node/index.node.spec.ts: Waku Light Push: Single Node > Push message with custom timestamp: 1707796612699","historyId":"e4b3457dca66f08fda6cf69fb97ad2b2:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku Light Push: Single Node\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"package","value":"tests.light-push.single_node"},{"name":"parentSuite","value":"Waku Light Push: Single Node"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"f4446925c3ed4ebd.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f5370d7b4ba487.json b/6406/data/test-cases/f5370d7b4ba487.json new file mode 100644 index 00000000000..5e5eb5896fe --- /dev/null +++ b/6406/data/test-cases/f5370d7b4ba487.json @@ -0,0 +1 @@ +{"uid":"f5370d7b4ba487","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":1707792822805,"stop":1707792822805,"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":14,"unknown":0,"total":14},"items":[{"uid":"4947668a971b1418","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4947668a971b1418","status":"passed","time":{"start":1707777772235,"stop":1707777772235,"duration":0}},{"uid":"aabac73463d632ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aabac73463d632ee","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"64ecb2e057e2c0f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64ecb2e057e2c0f7","status":"passed","time":{"start":1707774850259,"stop":1707774850259,"duration":0}},{"uid":"dfd07b3db77a35b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd07b3db77a35b","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"9fa7c5f103831ac3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9fa7c5f103831ac3","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"b0f5951144f7f430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0f5951144f7f430","status":"passed","time":{"start":1707759745079,"stop":1707759745080,"duration":1}},{"uid":"d57c0366d3c0aed1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d57c0366d3c0aed1","status":"passed","time":{"start":1707757440224,"stop":1707757440224,"duration":0}},{"uid":"d48d2ad3f7d899d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d48d2ad3f7d899d","status":"passed","time":{"start":1707756069084,"stop":1707756069085,"duration":1}},{"uid":"8d944662be9741f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8d944662be9741f6","status":"passed","time":{"start":1707753487643,"stop":1707753487643,"duration":0}},{"uid":"d3b766f90a0c43e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d3b766f90a0c43e7","status":"passed","time":{"start":1707753216623,"stop":1707753216624,"duration":1}},{"uid":"d10ea85926d29aca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10ea85926d29aca","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"5e41aee443de7dff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e41aee443de7dff","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"d555633cead9a490","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d555633cead9a490","status":"passed","time":{"start":1707735716034,"stop":1707735716035,"duration":1}}]},"tags":[]},"source":"f5370d7b4ba487.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/67b5c936042552dc.json b/6406/data/test-cases/f540fad1baae87df.json similarity index 81% rename from 6379/data/test-cases/67b5c936042552dc.json rename to 6406/data/test-cases/f540fad1baae87df.json index 0f38a2b85f4..c244751305c 100644 --- a/6379/data/test-cases/67b5c936042552dc.json +++ b/6406/data/test-cases/f540fad1baae87df.json @@ -1 +1 @@ -{"uid":"67b5c936042552dc","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":1707419181397,"stop":1707419181397,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"edfd1508d9c9d719","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/edfd1508d9c9d719","status":"passed","time":{"start":1707418419716,"stop":1707418419728,"duration":12}},{"uid":"6e6de6c23fe99130","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/6e6de6c23fe99130","status":"passed","time":{"start":1707418388442,"stop":1707418388442,"duration":0}},{"uid":"ae82b2ee39d909b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ae82b2ee39d909b","status":"passed","time":{"start":1707412796118,"stop":1707412796119,"duration":1}},{"uid":"b2999b29a1777fc1","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/b2999b29a1777fc1","status":"passed","time":{"start":1707411256074,"stop":1707411256075,"duration":1}},{"uid":"faab07bea9d76f2b","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/faab07bea9d76f2b","status":"passed","time":{"start":1707409690310,"stop":1707409690310,"duration":0}},{"uid":"c88e619dcfc833ea","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/c88e619dcfc833ea","status":"passed","time":{"start":1707409095917,"stop":1707409095918,"duration":1}},{"uid":"62caddcdb163bd65","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/62caddcdb163bd65","status":"passed","time":{"start":1707409032392,"stop":1707409032393,"duration":1}},{"uid":"e88848d0d795caa4","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e88848d0d795caa4","status":"passed","time":{"start":1707408574235,"stop":1707408574235,"duration":0}},{"uid":"4cf81fce99ebb2a1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4cf81fce99ebb2a1","status":"passed","time":{"start":1707407633860,"stop":1707407633861,"duration":1}},{"uid":"52324e8f81e74040","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/52324e8f81e74040","status":"passed","time":{"start":1707407545216,"stop":1707407545216,"duration":0}},{"uid":"37956d2f8562f8cb","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/37956d2f8562f8cb","status":"passed","time":{"start":1707404532399,"stop":1707404532400,"duration":1}},{"uid":"1c919616cf7ae161","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/1c919616cf7ae161","status":"passed","time":{"start":1707375958751,"stop":1707375958752,"duration":1}},{"uid":"a0bc5cd8965d2781","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/a0bc5cd8965d2781","status":"passed","time":{"start":1707373157750,"stop":1707373157750,"duration":0}},{"uid":"675199a4a6db0259","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/675199a4a6db0259","status":"passed","time":{"start":1707359355966,"stop":1707359355966,"duration":0}},{"uid":"f35129123c116f19","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f35129123c116f19","status":"passed","time":{"start":1707358094663,"stop":1707358094663,"duration":0}},{"uid":"8c9c171f4b9f19bd","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/8c9c171f4b9f19bd","status":"passed","time":{"start":1707357164911,"stop":1707357164911,"duration":0}},{"uid":"e2077b32202e88fe","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/e2077b32202e88fe","status":"passed","time":{"start":1707355248775,"stop":1707355248775,"duration":0}}]},"tags":[]},"source":"67b5c936042552dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"f540fad1baae87df","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":1707793371100,"stop":1707793371101,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"94df8269b6de93a7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/94df8269b6de93a7","status":"passed","time":{"start":1707778338837,"stop":1707778338837,"duration":0}},{"uid":"679d0a646a4aad94","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/679d0a646a4aad94","status":"passed","time":{"start":1707775602017,"stop":1707775602018,"duration":1}},{"uid":"f982e691b7631aef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f982e691b7631aef","status":"passed","time":{"start":1707775390228,"stop":1707775390228,"duration":0}},{"uid":"5899354ae6f1a8a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5899354ae6f1a8a7","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0}},{"uid":"9e41dda61341528b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e41dda61341528b","status":"passed","time":{"start":1707760301805,"stop":1707760301806,"duration":1}},{"uid":"c4ceb1af6097422c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4ceb1af6097422c","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"bb45b1f1fe054adf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bb45b1f1fe054adf","status":"passed","time":{"start":1707756617037,"stop":1707756617038,"duration":1}},{"uid":"91fbedea191cc301","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91fbedea191cc301","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"d8ff0dedcb28a418","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8ff0dedcb28a418","status":"passed","time":{"start":1707753782749,"stop":1707753782749,"duration":0}},{"uid":"28562bd1d4e4801c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28562bd1d4e4801c","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"cdf4a1f40d8eddef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdf4a1f40d8eddef","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"7a75e55bcc058039","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a75e55bcc058039","status":"passed","time":{"start":1707736260126,"stop":1707736260126,"duration":0}}]},"tags":[]},"source":"f540fad1baae87df.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f56547116a8bd969.json b/6406/data/test-cases/f56547116a8bd969.json new file mode 100644 index 00000000000..895e6313f6e --- /dev/null +++ b/6406/data/test-cases/f56547116a8bd969.json @@ -0,0 +1 @@ +{"uid":"f56547116a8bd969","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":1707792958834,"stop":1707792958834,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"f859b6cb6c654206","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f859b6cb6c654206","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"6607f10d286616f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6607f10d286616f9","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"785953059e4a0ece","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/785953059e4a0ece","status":"passed","time":{"start":1707775085882,"stop":1707775085882,"duration":0}},{"uid":"f2336293f1892c96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2336293f1892c96","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"duration":0}},{"uid":"c10804f2a1e58371","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c10804f2a1e58371","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"d3ec3cb86f1a6347","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3ec3cb86f1a6347","status":"passed","time":{"start":1707759981459,"stop":1707759981460,"duration":1}},{"uid":"d1dd274c44e273eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1dd274c44e273eb","status":"passed","time":{"start":1707757676040,"stop":1707757676041,"duration":1}},{"uid":"64a9e9f07214f631","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64a9e9f07214f631","status":"passed","time":{"start":1707756304426,"stop":1707756304427,"duration":1}},{"uid":"e4e8925b1d6b46f0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4e8925b1d6b46f0","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"57acd5b7058b7af9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57acd5b7058b7af9","status":"passed","time":{"start":1707753448094,"stop":1707753448098,"duration":4}},{"uid":"1fd06364fe7a7d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fd06364fe7a7d72","status":"passed","time":{"start":1707750840037,"stop":1707750840037,"duration":0}},{"uid":"c90c665979c28292","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90c665979c28292","status":"passed","time":{"start":1707736765002,"stop":1707736765002,"duration":0}},{"uid":"8377e7e7b178c0fb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8377e7e7b178c0fb","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"tags":[]},"source":"f56547116a8bd969.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f6c1764936882fa9.json b/6406/data/test-cases/f6c1764936882fa9.json new file mode 100644 index 00000000000..bbc43a02235 --- /dev/null +++ b/6406/data/test-cases/f6c1764936882fa9.json @@ -0,0 +1 @@ +{"uid":"f6c1764936882fa9","name":"ENRTree (root): should error if DNS root entry is malformed","fullName":"/src/enrtree.spec.ts: ENRTree > ENRTree (root): should error if DNS root entry is malformed","historyId":"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792814743,"stop":1707792814744,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"56a38f20bea6db29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56a38f20bea6db29","status":"passed","time":{"start":1707777764077,"stop":1707777764077,"duration":0}},{"uid":"811616d6f0b1427b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/811616d6f0b1427b","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"702c3b81bbc7ee83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/702c3b81bbc7ee83","status":"passed","time":{"start":1707774842102,"stop":1707774842102,"duration":0}},{"uid":"a7d218e93dc37516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a7d218e93dc37516","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"duration":0}},{"uid":"957f5d4ff2fc8321","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/957f5d4ff2fc8321","status":"passed","time":{"start":1707769642219,"stop":1707769642219,"duration":0}},{"uid":"4f3a231c1fd317d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f3a231c1fd317d9","status":"passed","time":{"start":1707759737067,"stop":1707759737068,"duration":1}},{"uid":"962ddca791e3abb1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/962ddca791e3abb1","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"dbce7a7a00b146bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dbce7a7a00b146bf","status":"passed","time":{"start":1707756061018,"stop":1707756061019,"duration":1}},{"uid":"81ff3d50e0cfa6ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ff3d50e0cfa6ce","status":"passed","time":{"start":1707753479608,"stop":1707753479608,"duration":0}},{"uid":"c6e068628ee67f90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6e068628ee67f90","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"940d309560a3e90e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/940d309560a3e90e","status":"passed","time":{"start":1707750608583,"stop":1707750608584,"duration":1}},{"uid":"a10574de09234ddf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a10574de09234ddf","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"a401acb118e3c58a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a401acb118e3c58a","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"tags":[]},"source":"f6c1764936882fa9.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f4d0996581b02da6.json b/6406/data/test-cases/f7079c869e061d10.json similarity index 77% rename from 6379/data/test-cases/f4d0996581b02da6.json rename to 6406/data/test-cases/f7079c869e061d10.json index cb37fc28db5..4ccef1be4d5 100644 --- a/6379/data/test-cases/f4d0996581b02da6.json +++ b/6406/data/test-cases/f7079c869e061d10.json @@ -1 +1 @@ -{"uid":"f4d0996581b02da6","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":1707419013074,"stop":1707419013075,"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":18,"unknown":0,"total":18},"items":[{"uid":"71969b72930a3f00","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/71969b72930a3f00","status":"passed","time":{"start":1707418255031,"stop":1707418255031,"duration":0}},{"uid":"33fc13afd47a971","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/33fc13afd47a971","status":"passed","time":{"start":1707418202579,"stop":1707418202580,"duration":1}},{"uid":"7434c2793acfd41c","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7434c2793acfd41c","status":"passed","time":{"start":1707412632614,"stop":1707412632614,"duration":0}},{"uid":"6716c712d8eeb943","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/6716c712d8eeb943","status":"passed","time":{"start":1707411050769,"stop":1707411050769,"duration":0}},{"uid":"6c3a1a8a36b0710a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/6c3a1a8a36b0710a","status":"passed","time":{"start":1707409528970,"stop":1707409528970,"duration":0}},{"uid":"ad89af7a137ee612","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ad89af7a137ee612","status":"passed","time":{"start":1707408904872,"stop":1707408904872,"duration":0}},{"uid":"83ff7af117af3e1b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/83ff7af117af3e1b","status":"passed","time":{"start":1707408867377,"stop":1707408867378,"duration":1}},{"uid":"114f59890f5b123c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/114f59890f5b123c","status":"passed","time":{"start":1707408376756,"stop":1707408376756,"duration":0}},{"uid":"a055e2f3f149f2a4","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a055e2f3f149f2a4","status":"passed","time":{"start":1707407458511,"stop":1707407458511,"duration":0}},{"uid":"b011f7720c0484c5","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/b011f7720c0484c5","status":"passed","time":{"start":1707407342026,"stop":1707407342028,"duration":2}},{"uid":"e7e5be31e847ea68","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e7e5be31e847ea68","status":"passed","time":{"start":1707404337407,"stop":1707404337407,"duration":0}},{"uid":"4eb0e8a31982e5e3","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/4eb0e8a31982e5e3","status":"passed","time":{"start":1707375779686,"stop":1707375779686,"duration":0}},{"uid":"2647cd78eccbfa18","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/2647cd78eccbfa18","status":"passed","time":{"start":1707372972495,"stop":1707372972495,"duration":0}},{"uid":"b3817750291dd581","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b3817750291dd581","status":"passed","time":{"start":1707359158656,"stop":1707359158656,"duration":0}},{"uid":"93c5117e9b2de22b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/93c5117e9b2de22b","status":"passed","time":{"start":1707357906694,"stop":1707357906695,"duration":1}},{"uid":"42191053fc7b1a94","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/42191053fc7b1a94","status":"passed","time":{"start":1707356955637,"stop":1707356955637,"duration":0}},{"uid":"d97ebb1e21948407","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d97ebb1e21948407","status":"passed","time":{"start":1707355179965,"stop":1707355179965,"duration":0}}]},"tags":[]},"source":"f4d0996581b02da6.json","parameterValues":[]} \ No newline at end of file +{"uid":"f7079c869e061d10","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":1707793168680,"stop":1707793168681,"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":14,"unknown":0,"total":14},"items":[{"uid":"44382d5be1f9eab8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/44382d5be1f9eab8","status":"passed","time":{"start":1707778126347,"stop":1707778126348,"duration":1}},{"uid":"bef045b33962019c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bef045b33962019c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"983b31bbf08dc00a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/983b31bbf08dc00a","status":"passed","time":{"start":1707775219997,"stop":1707775219998,"duration":1}},{"uid":"f424b6669b53e513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f424b6669b53e513","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"duration":0}},{"uid":"8a487eb992dee533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a487eb992dee533","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"4a973d87921ad3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a973d87921ad3ee","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"c2a4f13ee03175c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2a4f13ee03175c1","status":"passed","time":{"start":1707757804296,"stop":1707757804298,"duration":2}},{"uid":"c6a12c6a46e660e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6a12c6a46e660e7","status":"passed","time":{"start":1707756422348,"stop":1707756422348,"duration":0}},{"uid":"95f4c312e5d8b1e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95f4c312e5d8b1e8","status":"passed","time":{"start":1707753796549,"stop":1707753796550,"duration":1}},{"uid":"a356cb961476107f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a356cb961476107f","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"aa1627000fbb4aaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa1627000fbb4aaa","status":"passed","time":{"start":1707750964805,"stop":1707750964806,"duration":1}},{"uid":"3268b69d20464fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3268b69d20464fbd","status":"passed","time":{"start":1707736890438,"stop":1707736890439,"duration":1}},{"uid":"4456378df17f609d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4456378df17f609d","status":"passed","time":{"start":1707736096391,"stop":1707736096391,"duration":0}}]},"tags":[]},"source":"f7079c869e061d10.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f7305cfb35af012.json b/6406/data/test-cases/f7305cfb35af012.json new file mode 100644 index 00000000000..8c20c8ebd9a --- /dev/null +++ b/6406/data/test-cases/f7305cfb35af012.json @@ -0,0 +1 @@ +{"uid":"f7305cfb35af012","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":1707793012507,"stop":1707793012511,"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=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":14,"unknown":0,"total":14},"items":[{"uid":"e071922f0322cb03","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e071922f0322cb03","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"6d3429db9b598062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d3429db9b598062","status":"passed","time":{"start":1707775258466,"stop":1707775258466,"duration":0}},{"uid":"24c9d497d894df4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/24c9d497d894df4","status":"passed","time":{"start":1707775082031,"stop":1707775082031,"duration":0}},{"uid":"77f40b650b5b4afe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/77f40b650b5b4afe","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"efe140c723343c7e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efe140c723343c7e","status":"passed","time":{"start":1707769841908,"stop":1707769841909,"duration":1}},{"uid":"7b1082b602be7279","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b1082b602be7279","status":"passed","time":{"start":1707759921462,"stop":1707759921462,"duration":0}},{"uid":"f2d213ae34c1573c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d213ae34c1573c","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"83bdeb03f73a759f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/83bdeb03f73a759f","status":"passed","time":{"start":1707756261833,"stop":1707756261834,"duration":1}},{"uid":"6f765cb4d5e2d398","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f765cb4d5e2d398","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"687886af3c1d51ff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/687886af3c1d51ff","status":"passed","time":{"start":1707753409600,"stop":1707753409604,"duration":4}},{"uid":"90ec76c13cdc4b87","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90ec76c13cdc4b87","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"cfe3948a2a95fef1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfe3948a2a95fef1","status":"passed","time":{"start":1707736708335,"stop":1707736708336,"duration":1}},{"uid":"aa673cd8f5cc56ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa673cd8f5cc56ca","status":"passed","time":{"start":1707735914393,"stop":1707735914394,"duration":1}}]},"tags":[]},"source":"f7305cfb35af012.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f73ba97c866ecfc6.json b/6406/data/test-cases/f73ba97c866ecfc6.json new file mode 100644 index 00000000000..e63defe55ee --- /dev/null +++ b/6406/data/test-cases/f73ba97c866ecfc6.json @@ -0,0 +1 @@ +{"uid":"f73ba97c866ecfc6","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":1707792800816,"stop":1707792800816,"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":14,"unknown":0,"total":14},"items":[{"uid":"854ef5b2ef75ce2a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/854ef5b2ef75ce2a","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"200ac4492e14b2e3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/200ac4492e14b2e3","status":"passed","time":{"start":1707775026268,"stop":1707775026268,"duration":0}},{"uid":"571b5eca2aabc5ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/571b5eca2aabc5ad","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"8af38e2eb2baf574","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8af38e2eb2baf574","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1}},{"uid":"4424293d355a4faa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4424293d355a4faa","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"ace4261bf7d0024c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ace4261bf7d0024c","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"dcc461be8efa8a79","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcc461be8efa8a79","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"567e8fe25e650320","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/567e8fe25e650320","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"1fb76b3a2bd29f61","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1fb76b3a2bd29f61","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"e12a808022bdbcf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e12a808022bdbcf1","status":"passed","time":{"start":1707753193784,"stop":1707753193785,"duration":1}},{"uid":"ede3766143752b7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ede3766143752b7a","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"55a796a925d485c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55a796a925d485c","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"84ef644533d51de1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ef644533d51de1","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"tags":[]},"source":"f73ba97c866ecfc6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/f7cd19c5e8f10dff.json b/6406/data/test-cases/f7cd19c5e8f10dff.json new file mode 100644 index 00000000000..9fd5e33c861 --- /dev/null +++ b/6406/data/test-cases/f7cd19c5e8f10dff.json @@ -0,0 +1 @@ +{"uid":"f7cd19c5e8f10dff","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":1707793012503,"stop":1707793012507,"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=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":14,"unknown":0,"total":14},"items":[{"uid":"ed9b49e555a8d17d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ed9b49e555a8d17d","status":"passed","time":{"start":1707777977671,"stop":1707777977672,"duration":1}},{"uid":"8526dd1944b32cbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8526dd1944b32cbd","status":"passed","time":{"start":1707775258465,"stop":1707775258466,"duration":1}},{"uid":"8f5e51bbf822663","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5e51bbf822663","status":"passed","time":{"start":1707775082030,"stop":1707775082031,"duration":1}},{"uid":"caafb7e14c917039","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/caafb7e14c917039","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"ef29963214540b54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef29963214540b54","status":"passed","time":{"start":1707769841908,"stop":1707769841908,"duration":0}},{"uid":"eba0319f345263b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eba0319f345263b1","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"c00832f08b51ee0a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c00832f08b51ee0a","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"1b35f7c35ef69bf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b35f7c35ef69bf2","status":"passed","time":{"start":1707756261833,"stop":1707756261833,"duration":0}},{"uid":"fbfd6c0cde965938","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbfd6c0cde965938","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"793404dd46142a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/793404dd46142a5f","status":"passed","time":{"start":1707753409592,"stop":1707753409593,"duration":1}},{"uid":"c0c1a76bebe34f2b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0c1a76bebe34f2b","status":"passed","time":{"start":1707750722056,"stop":1707750722057,"duration":1}},{"uid":"567f3be7dc4b59f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/567f3be7dc4b59f8","status":"passed","time":{"start":1707736708335,"stop":1707736708335,"duration":0}},{"uid":"ca4f6a09b1d470ae","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca4f6a09b1d470ae","status":"passed","time":{"start":1707735914392,"stop":1707735914393,"duration":1}}]},"tags":[]},"source":"f7cd19c5e8f10dff.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/e25dc7e32f49a78e.json b/6406/data/test-cases/f8aabb51529d474c.json similarity index 64% rename from 6379/data/test-cases/e25dc7e32f49a78e.json rename to 6406/data/test-cases/f8aabb51529d474c.json index d5a26930ca6..a2828de0a97 100644 --- a/6379/data/test-cases/e25dc7e32f49a78e.json +++ b/6406/data/test-cases/f8aabb51529d474c.json @@ -1 +1 @@ -{"uid":"e25dc7e32f49a78e","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":1707419149716,"stop":1707419149717,"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":18,"unknown":0,"total":18},"items":[{"uid":"b0a50f40ef94c915","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/b0a50f40ef94c915","status":"passed","time":{"start":1707418383130,"stop":1707418383131,"duration":1}},{"uid":"7f8640805652a751","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/7f8640805652a751","status":"passed","time":{"start":1707418335151,"stop":1707418335151,"duration":0}},{"uid":"ea66f827db24f902","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/ea66f827db24f902","status":"passed","time":{"start":1707412768667,"stop":1707412768668,"duration":1}},{"uid":"d213d9a1053f943d","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/d213d9a1053f943d","status":"passed","time":{"start":1707411190756,"stop":1707411190757,"duration":1}},{"uid":"ae3ae35e068e0af2","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/ae3ae35e068e0af2","status":"passed","time":{"start":1707409656846,"stop":1707409656846,"duration":0}},{"uid":"7fde4b6b67bceb0a","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/7fde4b6b67bceb0a","status":"passed","time":{"start":1707409051759,"stop":1707409051759,"duration":0}},{"uid":"66ff65a01a3bfcf6","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/66ff65a01a3bfcf6","status":"passed","time":{"start":1707409014630,"stop":1707409014631,"duration":1}},{"uid":"6334ca6bee7a447f","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/6334ca6bee7a447f","status":"passed","time":{"start":1707408533826,"stop":1707408533827,"duration":1}},{"uid":"df6984196eda9238","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/df6984196eda9238","status":"passed","time":{"start":1707407648222,"stop":1707407648223,"duration":1}},{"uid":"c602fbf7360da6c7","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/c602fbf7360da6c7","status":"passed","time":{"start":1707407504232,"stop":1707407504233,"duration":1}},{"uid":"b080427f5bd8b412","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/b080427f5bd8b412","status":"passed","time":{"start":1707404485301,"stop":1707404485301,"duration":0}},{"uid":"7871471d29a9bc4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7871471d29a9bc4","status":"passed","time":{"start":1707375923750,"stop":1707375923750,"duration":0}},{"uid":"ae0798574ff88c8b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/ae0798574ff88c8b","status":"passed","time":{"start":1707373125419,"stop":1707373125419,"duration":0}},{"uid":"7db8097a125aace","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7db8097a125aace","status":"passed","time":{"start":1707359334603,"stop":1707359334604,"duration":1}},{"uid":"58fdd3c335255bd7","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/58fdd3c335255bd7","status":"passed","time":{"start":1707358096691,"stop":1707358096691,"duration":0}},{"uid":"9e4b470fb617e79f","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9e4b470fb617e79f","status":"passed","time":{"start":1707357064567,"stop":1707357064567,"duration":0}},{"uid":"ad610848f67017aa","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/ad610848f67017aa","status":"passed","time":{"start":1707355285314,"stop":1707355285314,"duration":0}}]},"tags":[]},"source":"e25dc7e32f49a78e.json","parameterValues":[]} \ No newline at end of file +{"uid":"f8aabb51529d474c","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":1707793304791,"stop":1707793304792,"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":13,"unknown":0,"total":13},"items":[{"uid":"c5962b0c0d912786","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5962b0c0d912786","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"4384456ae4355994","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4384456ae4355994","status":"passed","time":{"start":1707775545753,"stop":1707775545754,"duration":1}},{"uid":"ef4f7037805655a6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef4f7037805655a6","status":"passed","time":{"start":1707775359974,"stop":1707775359975,"duration":1}},{"uid":"506521b8a14811d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506521b8a14811d4","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1}},{"uid":"42c2795019859b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42c2795019859b38","status":"passed","time":{"start":1707770099502,"stop":1707770099502,"duration":0}},{"uid":"11f17a2bdd7f4cf8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f17a2bdd7f4cf8","status":"passed","time":{"start":1707760242018,"stop":1707760242019,"duration":1}},{"uid":"9f38e34d7e365b04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f38e34d7e365b04","status":"passed","time":{"start":1707757936373,"stop":1707757936375,"duration":2}},{"uid":"557b0f21726da977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/557b0f21726da977","status":"passed","time":{"start":1707756564921,"stop":1707756564921,"duration":0}},{"uid":"ceb04a3bb48f34db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceb04a3bb48f34db","status":"passed","time":{"start":1707753906992,"stop":1707753906992,"duration":0}},{"uid":"7b789203ffb72707","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b789203ffb72707","status":"passed","time":{"start":1707753724181,"stop":1707753724181,"duration":0}},{"uid":"3b2895b035638de4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b2895b035638de4","status":"passed","time":{"start":1707751082969,"stop":1707751082969,"duration":0}},{"uid":"9d7b3cddabb4ca08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d7b3cddabb4ca08","status":"passed","time":{"start":1707736227481,"stop":1707736227481,"duration":0}}]},"tags":[]},"source":"f8aabb51529d474c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/8b0f02bde29f12ad.json b/6406/data/test-cases/f9992b49f065010c.json similarity index 63% rename from 6379/data/test-cases/8b0f02bde29f12ad.json rename to 6406/data/test-cases/f9992b49f065010c.json index 82c437102e3..7d492786e3b 100644 --- a/6379/data/test-cases/8b0f02bde29f12ad.json +++ b/6406/data/test-cases/f9992b49f065010c.json @@ -1 +1 @@ -{"uid":"8b0f02bde29f12ad","name":"should not receive a peer event before start","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419072676,"stop":1707419072677,"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"},{"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":18,"unknown":0,"total":18},"items":[{"uid":"98b2dd89aedd4ebc","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/98b2dd89aedd4ebc","status":"passed","time":{"start":1707418302759,"stop":1707418302759,"duration":0}},{"uid":"a677c7c8192d3160","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/a677c7c8192d3160","status":"passed","time":{"start":1707418274048,"stop":1707418274048,"duration":0}},{"uid":"3ac3eda5fcd69241","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3ac3eda5fcd69241","status":"passed","time":{"start":1707412712446,"stop":1707412712449,"duration":3}},{"uid":"8fb63f4980a8ae6b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8fb63f4980a8ae6b","status":"passed","time":{"start":1707411115721,"stop":1707411115721,"duration":0}},{"uid":"71efc2145f79eb03","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/71efc2145f79eb03","status":"passed","time":{"start":1707409579953,"stop":1707409579954,"duration":1}},{"uid":"26a21708b4231b5","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/26a21708b4231b5","status":"passed","time":{"start":1707408978012,"stop":1707408978012,"duration":0}},{"uid":"39944a4456ec3ece","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/39944a4456ec3ece","status":"passed","time":{"start":1707408953446,"stop":1707408953446,"duration":0}},{"uid":"39ac12bbcf02de0c","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/39ac12bbcf02de0c","status":"passed","time":{"start":1707408469684,"stop":1707408469685,"duration":1}},{"uid":"47be3776bf227f88","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/47be3776bf227f88","status":"passed","time":{"start":1707407589186,"stop":1707407589186,"duration":0}},{"uid":"3aa24e57904ee682","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/3aa24e57904ee682","status":"passed","time":{"start":1707407442584,"stop":1707407442585,"duration":1}},{"uid":"17433fdf440d4641","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/17433fdf440d4641","status":"passed","time":{"start":1707404428345,"stop":1707404428345,"duration":0}},{"uid":"2e316d9515d7653f","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/2e316d9515d7653f","status":"passed","time":{"start":1707375849730,"stop":1707375849730,"duration":0}},{"uid":"fe8cebe5531ea969","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/fe8cebe5531ea969","status":"passed","time":{"start":1707373068633,"stop":1707373068633,"duration":0}},{"uid":"b7801df8390e3358","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/b7801df8390e3358","status":"passed","time":{"start":1707359276138,"stop":1707359276138,"duration":0}},{"uid":"6011d857662768a1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/6011d857662768a1","status":"passed","time":{"start":1707358093664,"stop":1707358093664,"duration":0}},{"uid":"648fbd36f5fc09a1","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/648fbd36f5fc09a1","status":"passed","time":{"start":1707357103451,"stop":1707357103451,"duration":0}},{"uid":"621fe1a4dab37c3f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/621fe1a4dab37c3f","status":"passed","time":{"start":1707355288197,"stop":1707355288197,"duration":0}}]},"tags":[]},"source":"8b0f02bde29f12ad.json","parameterValues":[]} \ No newline at end of file +{"uid":"f9992b49f065010c","name":"should not receive a peer event before start","fullName":"/tests/peer_exchange.node.spec.ts: Peer Exchange > Compliance Test > interface-peer-discovery compliance tests > should not receive a peer event before start","historyId":"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793230152,"stop":1707793230152,"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"},{"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":14,"unknown":0,"total":14},"items":[{"uid":"dbf1912d9262072d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbf1912d9262072d","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"5ceebc8618baebbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ceebc8618baebbb","status":"passed","time":{"start":1707775471152,"stop":1707775471153,"duration":1}},{"uid":"85cf7967d83aac09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85cf7967d83aac09","status":"passed","time":{"start":1707775271438,"stop":1707775271441,"duration":3}},{"uid":"54729d3d41467586","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54729d3d41467586","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"duration":1}},{"uid":"11e3b362a85e5814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11e3b362a85e5814","status":"passed","time":{"start":1707770054150,"stop":1707770054151,"duration":1}},{"uid":"ec92f10b22c460dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec92f10b22c460dc","status":"passed","time":{"start":1707760163377,"stop":1707760163378,"duration":1}},{"uid":"daf21bcbfec1f676","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/daf21bcbfec1f676","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"5a101a3e9d5fae92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a101a3e9d5fae92","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"36092f8aae0b435e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36092f8aae0b435e","status":"passed","time":{"start":1707753863570,"stop":1707753863571,"duration":1}},{"uid":"49c1730ceed9225","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49c1730ceed9225","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"28d210422679d16e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28d210422679d16e","status":"passed","time":{"start":1707751014399,"stop":1707751014399,"duration":0}},{"uid":"e92848ac18e80b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e92848ac18e80b55","status":"passed","time":{"start":1707736941414,"stop":1707736941414,"duration":0}},{"uid":"3b7d6e48d1054349","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b7d6e48d1054349","status":"passed","time":{"start":1707736158697,"stop":1707736158698,"duration":1}}]},"tags":[]},"source":"f9992b49f065010c.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/f916540b27f735f.json b/6406/data/test-cases/fa053323da58213.json similarity index 57% rename from 6379/data/test-cases/f916540b27f735f.json rename to 6406/data/test-cases/fa053323da58213.json index 9ac3ab7daa1..219cb8fdcc7 100644 --- a/6379/data/test-cases/f916540b27f735f.json +++ b/6406/data/test-cases/fa053323da58213.json @@ -1 +1 @@ -{"uid":"f916540b27f735f","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":1707419289505,"stop":1707419289506,"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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":18,"unknown":0,"total":18},"items":[{"uid":"9a4f353762cd40b6","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9a4f353762cd40b6","status":"passed","time":{"start":1707418535547,"stop":1707418535547,"duration":0}},{"uid":"d97fc0c447871d41","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/d97fc0c447871d41","status":"passed","time":{"start":1707418482222,"stop":1707418482222,"duration":0}},{"uid":"13488b2d0fd4edb6","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/13488b2d0fd4edb6","status":"passed","time":{"start":1707412863487,"stop":1707412863487,"duration":0}},{"uid":"7dce39efcd93fa0b","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7dce39efcd93fa0b","status":"passed","time":{"start":1707411338659,"stop":1707411338659,"duration":0}},{"uid":"8ea6986c5c931499","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/8ea6986c5c931499","status":"passed","time":{"start":1707409792236,"stop":1707409792236,"duration":0}},{"uid":"b7b3e1778dcd278b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b7b3e1778dcd278b","status":"passed","time":{"start":1707409177759,"stop":1707409177759,"duration":0}},{"uid":"a4953c9778308f65","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/a4953c9778308f65","status":"passed","time":{"start":1707409135094,"stop":1707409135094,"duration":0}},{"uid":"7963bb88ef897768","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/7963bb88ef897768","status":"passed","time":{"start":1707408664029,"stop":1707408664029,"duration":0}},{"uid":"2cc9d1d179639b78","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2cc9d1d179639b78","status":"passed","time":{"start":1707407736515,"stop":1707407736515,"duration":0}},{"uid":"444fa9df06886ad8","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/444fa9df06886ad8","status":"passed","time":{"start":1707407618234,"stop":1707407618234,"duration":0}},{"uid":"a75ca609959ada97","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a75ca609959ada97","status":"passed","time":{"start":1707404537720,"stop":1707404537720,"duration":0}},{"uid":"5761c95f23dc6805","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/5761c95f23dc6805","status":"passed","time":{"start":1707375978546,"stop":1707375978546,"duration":0}},{"uid":"8ea6ae11e3051b5","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/8ea6ae11e3051b5","status":"passed","time":{"start":1707373245362,"stop":1707373245362,"duration":0}},{"uid":"f44d9a3a7f2bdf5","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/f44d9a3a7f2bdf5","status":"passed","time":{"start":1707359448672,"stop":1707359448672,"duration":0}},{"uid":"ea1a7cb2f52de752","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ea1a7cb2f52de752","status":"passed","time":{"start":1707358197191,"stop":1707358197191,"duration":0}},{"uid":"21a4d4ad7ffe6241","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/21a4d4ad7ffe6241","status":"passed","time":{"start":1707357226633,"stop":1707357226633,"duration":0}},{"uid":"a28c87de9d531ecb","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a28c87de9d531ecb","status":"passed","time":{"start":1707355477315,"stop":1707355477315,"duration":0}}]},"tags":[]},"source":"f916540b27f735f.json","parameterValues":[]} \ No newline at end of file +{"uid":"fa053323da58213","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":1707793446746,"stop":1707793446746,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: 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},{"name":"\"after each\" hook in \"Waku Filter V2: 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":14,"unknown":0,"total":14},"items":[{"uid":"f24c1cfd69fd398e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f24c1cfd69fd398e","status":"passed","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"b9d4ea1088145bc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9d4ea1088145bc0","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"8cb09272e2bfae60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cb09272e2bfae60","status":"passed","time":{"start":1707775494281,"stop":1707775494282,"duration":1}},{"uid":"d3213ce5fe2b1f41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3213ce5fe2b1f41","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0}},{"uid":"5bcc0ce57db8af0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bcc0ce57db8af0e","status":"passed","time":{"start":1707770238690,"stop":1707770238691,"duration":1}},{"uid":"c33c4278a5a60fac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c33c4278a5a60fac","status":"passed","time":{"start":1707760374682,"stop":1707760374683,"duration":1}},{"uid":"671dda6b5f81cf63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/671dda6b5f81cf63","status":"passed","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"41ddaec789b9b34d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41ddaec789b9b34d","status":"passed","time":{"start":1707756690166,"stop":1707756690167,"duration":1}},{"uid":"77b57be7b1fc6d08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77b57be7b1fc6d08","status":"passed","time":{"start":1707754051791,"stop":1707754051791,"duration":0}},{"uid":"a9f6bbfce872bb0d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9f6bbfce872bb0d","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"3eb54d6863b24f97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3eb54d6863b24f97","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"f4e15097be83ba7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4e15097be83ba7b","status":"passed","time":{"start":1707737173822,"stop":1707737173823,"duration":1}},{"uid":"8391aea1f624de54","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8391aea1f624de54","status":"passed","time":{"start":1707736353043,"stop":1707736353043,"duration":0}}]},"tags":[]},"source":"fa053323da58213.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fa320788fb103fed.json b/6406/data/test-cases/fa320788fb103fed.json new file mode 100644 index 00000000000..d1511705c66 --- /dev/null +++ b/6406/data/test-cases/fa320788fb103fed.json @@ -0,0 +1 @@ +{"uid":"fa320788fb103fed","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":1707793412321,"stop":1707793412321,"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":13,"unknown":0,"total":13},"items":[{"uid":"675b4b1a84fe64fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/675b4b1a84fe64fc","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"8d425565f5f2976a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8d425565f5f2976a","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"81b0187881fed598","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b0187881fed598","status":"passed","time":{"start":1707775462777,"stop":1707775462778,"duration":1}},{"uid":"3ea437ff036c0d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ea437ff036c0d9","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"20ee67efbdc42b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20ee67efbdc42b2e","status":"passed","time":{"start":1707770180414,"stop":1707770180415,"duration":1}},{"uid":"23492fd455e8ea33","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23492fd455e8ea33","status":"passed","time":{"start":1707760352906,"stop":1707760352906,"duration":0}},{"uid":"ae4c13edf1f6334e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ae4c13edf1f6334e","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"ad2182994d74c212","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad2182994d74c212","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"ff953d23e16ab681","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff953d23e16ab681","status":"passed","time":{"start":1707753994322,"stop":1707753994323,"duration":1}},{"uid":"83f25bb9bc3e8208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/83f25bb9bc3e8208","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"2f7ae4989cded2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7ae4989cded2b7","status":"passed","time":{"start":1707737132858,"stop":1707737132859,"duration":1}},{"uid":"1d81433b91c7df88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1d81433b91c7df88","status":"passed","time":{"start":1707736343132,"stop":1707736343132,"duration":0}}]},"tags":[]},"source":"fa320788fb103fed.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fab4bf38e7bee615.json b/6406/data/test-cases/fab4bf38e7bee615.json new file mode 100644 index 00000000000..b7e69eb16be --- /dev/null +++ b/6406/data/test-cases/fab4bf38e7bee615.json @@ -0,0 +1 @@ +{"uid":"fab4bf38e7bee615","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":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook for \"Refresh subscription\"","time":{},"status":"broken","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}],"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":"543660988ebc00aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/543660988ebc00aa","status":"passed","time":{"start":1707777997104,"stop":1707777997105,"duration":1}},{"uid":"86d342c3db171704","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/86d342c3db171704","status":"passed","time":{"start":1707775275744,"stop":1707775275745,"duration":1}},{"uid":"ea1e083b9db86120","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea1e083b9db86120","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b1341c94b29295c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1341c94b29295c6","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3}},{"uid":"844b6378c86e479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/844b6378c86e479","status":"passed","time":{"start":1707769883310,"stop":1707769883313,"duration":3}},{"uid":"9b0e43d45f784e7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b0e43d45f784e7c","status":"passed","time":{"start":1707759981455,"stop":1707759981456,"duration":1}},{"uid":"8ee67fdc9799f8b9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ee67fdc9799f8b9","status":"passed","time":{"start":1707757676035,"stop":1707757676036,"duration":1}},{"uid":"825add45249670a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/825add45249670a4","status":"passed","time":{"start":1707756304422,"stop":1707756304422,"duration":0}},{"uid":"3a4b9f6b57d1d4b0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a4b9f6b57d1d4b0","status":"passed","time":{"start":1707753713235,"stop":1707753713235,"duration":0}},{"uid":"5afccf24dcb8f47c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5afccf24dcb8f47c","status":"passed","time":{"start":1707753448087,"stop":1707753448088,"duration":1}},{"uid":"a0d5def421febf61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0d5def421febf61","status":"passed","time":{"start":1707750840030,"stop":1707750840031,"duration":1}},{"uid":"5bd5b4fe5be86712","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd5b4fe5be86712","status":"passed","time":{"start":1707736764997,"stop":1707736764998,"duration":1}},{"uid":"2bca4642e44b6674","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bca4642e44b6674","status":"passed","time":{"start":1707735955220,"stop":1707735955220,"duration":0}}]},"tags":[]},"source":"fab4bf38e7bee615.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/c794b4ae37d8cbd7.json b/6406/data/test-cases/fb527fa6d1061b37.json similarity index 85% rename from 6379/data/test-cases/c794b4ae37d8cbd7.json rename to 6406/data/test-cases/fb527fa6d1061b37.json index 648b50c039f..23e3bcdabcb 100644 --- a/6379/data/test-cases/c794b4ae37d8cbd7.json +++ b/6406/data/test-cases/fb527fa6d1061b37.json @@ -1 +1 @@ -{"uid":"c794b4ae37d8cbd7","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":1707419080397,"stop":1707419080397,"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":18,"unknown":0,"total":18},"items":[{"uid":"9b9013f3e07473ea","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/9b9013f3e07473ea","status":"passed","time":{"start":1707418322013,"stop":1707418322014,"duration":1}},{"uid":"ac1c206deef223df","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/ac1c206deef223df","status":"passed","time":{"start":1707418259977,"stop":1707418259977,"duration":0}},{"uid":"5ea43353398ff75d","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5ea43353398ff75d","status":"passed","time":{"start":1707412707107,"stop":1707412707107,"duration":0}},{"uid":"8b9bcac627884e36","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/8b9bcac627884e36","status":"passed","time":{"start":1707411118098,"stop":1707411118099,"duration":1}},{"uid":"1bb69f2ea6b75b9d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1bb69f2ea6b75b9d","status":"passed","time":{"start":1707409587918,"stop":1707409587919,"duration":1}},{"uid":"19f3553bef5dd7bd","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/19f3553bef5dd7bd","status":"passed","time":{"start":1707408980205,"stop":1707408980209,"duration":4}},{"uid":"17829bc088597bcf","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/17829bc088597bcf","status":"passed","time":{"start":1707408927118,"stop":1707408927118,"duration":0}},{"uid":"ad1391e59a69bb77","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/ad1391e59a69bb77","status":"passed","time":{"start":1707408458731,"stop":1707408458732,"duration":1}},{"uid":"60abe2554f0af085","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/60abe2554f0af085","status":"passed","time":{"start":1707407520221,"stop":1707407520222,"duration":1}},{"uid":"5e543a68a2aa572d","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5e543a68a2aa572d","status":"passed","time":{"start":1707407427625,"stop":1707407427625,"duration":0}},{"uid":"1386826209c43c91","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/1386826209c43c91","status":"passed","time":{"start":1707404404303,"stop":1707404404303,"duration":0}},{"uid":"c307ee9adff8bf4","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/c307ee9adff8bf4","status":"passed","time":{"start":1707375846751,"stop":1707375846751,"duration":0}},{"uid":"92919f4b6d1cd96b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/92919f4b6d1cd96b","status":"passed","time":{"start":1707373035624,"stop":1707373035624,"duration":0}},{"uid":"155a37be36bf7d5a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/155a37be36bf7d5a","status":"passed","time":{"start":1707359236206,"stop":1707359236206,"duration":0}},{"uid":"9af6e93be9ac7070","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/9af6e93be9ac7070","status":"passed","time":{"start":1707357965188,"stop":1707357965188,"duration":0}},{"uid":"ad31f543c4001769","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ad31f543c4001769","status":"passed","time":{"start":1707357048196,"stop":1707357048196,"duration":0}},{"uid":"d067936389303689","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/d067936389303689","status":"passed","time":{"start":1707355141607,"stop":1707355141607,"duration":0}}]},"tags":[]},"source":"c794b4ae37d8cbd7.json","parameterValues":[]} \ No newline at end of file +{"uid":"fb527fa6d1061b37","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":1707793238865,"stop":1707793238865,"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":14,"unknown":0,"total":14},"items":[{"uid":"77d4d76bd5ea4000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d4d76bd5ea4000","status":"passed","time":{"start":1707778202467,"stop":1707778202467,"duration":0}},{"uid":"91718dbb20d88225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/91718dbb20d88225","status":"passed","time":{"start":1707775486614,"stop":1707775486614,"duration":0}},{"uid":"bc158938f4c4d540","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc158938f4c4d540","status":"passed","time":{"start":1707775300130,"stop":1707775300131,"duration":1}},{"uid":"36e6fac4967687f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36e6fac4967687f0","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0}},{"uid":"ffeafad814d65e0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffeafad814d65e0a","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"a5b361ec314f0438","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5b361ec314f0438","status":"passed","time":{"start":1707760174008,"stop":1707760174009,"duration":1}},{"uid":"fdc27693214f84fd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fdc27693214f84fd","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"a32e1ec99d77e454","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a32e1ec99d77e454","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"de124a6f105d2238","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de124a6f105d2238","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"cbfc481d54a7ea71","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cbfc481d54a7ea71","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"79ce36d8690a11f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79ce36d8690a11f4","status":"passed","time":{"start":1707751019564,"stop":1707751019565,"duration":1}},{"uid":"528b5565d4c3120a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/528b5565d4c3120a","status":"passed","time":{"start":1707736947839,"stop":1707736947840,"duration":1}},{"uid":"94daa1c1f192474b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/94daa1c1f192474b","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"tags":[]},"source":"fb527fa6d1061b37.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/eaed3110b07513dc.json b/6406/data/test-cases/fbbfd7651265a3e0.json similarity index 87% rename from 6379/data/test-cases/eaed3110b07513dc.json rename to 6406/data/test-cases/fbbfd7651265a3e0.json index 58e7cb27c4e..7c2b72d0103 100644 --- a/6379/data/test-cases/eaed3110b07513dc.json +++ b/6406/data/test-cases/fbbfd7651265a3e0.json @@ -1 +1 @@ -{"uid":"eaed3110b07513dc","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":1707419247767,"stop":1707419247767,"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":17,"unknown":0,"total":17},"items":[{"uid":"443e07c3a6b6c4cb","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/443e07c3a6b6c4cb","status":"passed","time":{"start":1707418479328,"stop":1707418479329,"duration":1}},{"uid":"2cbcd7fd5385acd3","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/2cbcd7fd5385acd3","status":"passed","time":{"start":1707418420774,"stop":1707418420774,"duration":0}},{"uid":"e6cadb700e8d8605","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/e6cadb700e8d8605","status":"passed","time":{"start":1707412716422,"stop":1707412716423,"duration":1}},{"uid":"1b0e49f29d813bc1","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1b0e49f29d813bc1","status":"passed","time":{"start":1707411275194,"stop":1707411275195,"duration":1}},{"uid":"cc5f9722f30d904f","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/cc5f9722f30d904f","status":"passed","time":{"start":1707409745061,"stop":1707409745061,"duration":0}},{"uid":"2d7767fbcd852531","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/2d7767fbcd852531","status":"passed","time":{"start":1707409135315,"stop":1707409135316,"duration":1}},{"uid":"88be168e4467ea99","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/88be168e4467ea99","status":"passed","time":{"start":1707409077123,"stop":1707409077123,"duration":0}},{"uid":"39783879016e5dfa","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/39783879016e5dfa","status":"passed","time":{"start":1707408618351,"stop":1707408618352,"duration":1}},{"uid":"4c978863f9724119","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4c978863f9724119","status":"passed","time":{"start":1707407695593,"stop":1707407695594,"duration":1}},{"uid":"2347ad6db82637bd","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/2347ad6db82637bd","status":"passed","time":{"start":1707407563833,"stop":1707407563833,"duration":0}},{"uid":"e91e2f3b9763930e","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/e91e2f3b9763930e","status":"passed","time":{"start":1707404565394,"stop":1707404565395,"duration":1}},{"uid":"85788624a42c64ad","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/85788624a42c64ad","status":"passed","time":{"start":1707376005060,"stop":1707376005060,"duration":0}},{"uid":"65f18939ea7e87a2","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/65f18939ea7e87a2","status":"passed","time":{"start":1707373209923,"stop":1707373209923,"duration":0}},{"uid":"832e7b88b13b2669","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/832e7b88b13b2669","status":"passed","time":{"start":1707359407152,"stop":1707359407152,"duration":0}},{"uid":"2793e7ff994b5456","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/2793e7ff994b5456","status":"passed","time":{"start":1707358162767,"stop":1707358162767,"duration":0}},{"uid":"1147d5f825c32087","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/1147d5f825c32087","status":"passed","time":{"start":1707355687980,"stop":1707355687980,"duration":0}}]},"tags":[]},"source":"eaed3110b07513dc.json","parameterValues":[]} \ No newline at end of file +{"uid":"fbbfd7651265a3e0","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":1707793370627,"stop":1707793370628,"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":13,"unknown":0,"total":13},"items":[{"uid":"f71c543d2c95c114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f71c543d2c95c114","status":"passed","time":{"start":1707778386477,"stop":1707778386477,"duration":0}},{"uid":"7f7677c3237b9816","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7f7677c3237b9816","status":"passed","time":{"start":1707775656745,"stop":1707775656746,"duration":1}},{"uid":"69b8f7ccb9993f00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b8f7ccb9993f00","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"5ca71f31ac5ae420","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca71f31ac5ae420","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"duration":1}},{"uid":"4641f2326792eb04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4641f2326792eb04","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"c5dce7b1ee683b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5dce7b1ee683b4","status":"passed","time":{"start":1707760335942,"stop":1707760335943,"duration":1}},{"uid":"213585ef0bc4c3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/213585ef0bc4c3e","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"db1865e2968ab402","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db1865e2968ab402","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"fb6f352f5d790e9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb6f352f5d790e9f","status":"passed","time":{"start":1707753837164,"stop":1707753837164,"duration":0}},{"uid":"2806eb96c2e71d28","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2806eb96c2e71d28","status":"passed","time":{"start":1707751136280,"stop":1707751136281,"duration":1}},{"uid":"59fe65819087ecdf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59fe65819087ecdf","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"16106e7109101670","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/16106e7109101670","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"tags":[]},"source":"fbbfd7651265a3e0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fbc769d72da408c1.json b/6406/data/test-cases/fbc769d72da408c1.json new file mode 100644 index 00000000000..8ac4f89a50e --- /dev/null +++ b/6406/data/test-cases/fbc769d72da408c1.json @@ -0,0 +1 @@ +{"uid":"fbc769d72da408c1","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":1707792848129,"stop":1707792848130,"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":14,"unknown":0,"total":14},"items":[{"uid":"be82eb4659682ed6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be82eb4659682ed6","status":"passed","time":{"start":1707777796753,"stop":1707777796753,"duration":0}},{"uid":"33b8f339d97bad53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/33b8f339d97bad53","status":"passed","time":{"start":1707775074353,"stop":1707775074354,"duration":1}},{"uid":"d07aa57ae3248aa9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d07aa57ae3248aa9","status":"passed","time":{"start":1707774894886,"stop":1707774894886,"duration":0}},{"uid":"2db5d3e522bf94d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2db5d3e522bf94d8","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"b4388d376b4bf34f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4388d376b4bf34f","status":"passed","time":{"start":1707769675178,"stop":1707769675178,"duration":0}},{"uid":"74a90fb83a25002e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74a90fb83a25002e","status":"passed","time":{"start":1707759769146,"stop":1707759769146,"duration":0}},{"uid":"15debe1a773eb2df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15debe1a773eb2df","status":"passed","time":{"start":1707757465317,"stop":1707757465317,"duration":0}},{"uid":"1a81e2dc6effc4b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a81e2dc6effc4b0","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"bff85764bab75030","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bff85764bab75030","status":"passed","time":{"start":1707753515350,"stop":1707753515350,"duration":0}},{"uid":"152773a361fad85c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/152773a361fad85c","status":"passed","time":{"start":1707753244110,"stop":1707753244110,"duration":0}},{"uid":"8240d6ec1be7f40d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8240d6ec1be7f40d","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"2adef352ea1f8185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2adef352ea1f8185","status":"passed","time":{"start":1707736558943,"stop":1707736558944,"duration":1}},{"uid":"21fe456dd10e14d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21fe456dd10e14d7","status":"passed","time":{"start":1707735741833,"stop":1707735741833,"duration":0}}]},"tags":[]},"source":"fbc769d72da408c1.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fbdcdcf34d0e40ae.json b/6406/data/test-cases/fbdcdcf34d0e40ae.json new file mode 100644 index 00000000000..030f46341d6 --- /dev/null +++ b/6406/data/test-cases/fbdcdcf34d0e40ae.json @@ -0,0 +1 @@ +{"uid":"fbdcdcf34d0e40ae","name":"it tolerates circular branch references","fullName":"/src/dns.spec.ts: DNS Node Discovery > it tolerates circular branch references","historyId":"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792815079,"stop":1707792815079,"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"},{"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":"907267ad326a3a5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/907267ad326a3a5","status":"passed","time":{"start":1707777764428,"stop":1707777764429,"duration":1}},{"uid":"3e5f877802a0158a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e5f877802a0158a","status":"passed","time":{"start":1707775040576,"stop":1707775040576,"duration":0}},{"uid":"8e6fca51b7188562","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e6fca51b7188562","status":"passed","time":{"start":1707774842470,"stop":1707774842470,"duration":0}},{"uid":"8e17697b7bf20c6a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e17697b7bf20c6a","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"cd692fb90ecd5b35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd692fb90ecd5b35","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"4a8af5914101f4d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a8af5914101f4d8","status":"passed","time":{"start":1707759737375,"stop":1707759737375,"duration":0}},{"uid":"260f3c247d4b2b33","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/260f3c247d4b2b33","status":"passed","time":{"start":1707757432390,"stop":1707757432390,"duration":0}},{"uid":"3cc64d5fe280c1b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cc64d5fe280c1b9","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"4ef767ff834180d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ef767ff834180d0","status":"passed","time":{"start":1707753479971,"stop":1707753479972,"duration":1}},{"uid":"413c5288c583edf0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/413c5288c583edf0","status":"passed","time":{"start":1707753208670,"stop":1707753208670,"duration":0}},{"uid":"d038deacc1edd350","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d038deacc1edd350","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"ac5732671c684230","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac5732671c684230","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"127876a7b22ed142","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/127876a7b22ed142","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"tags":[]},"source":"fbdcdcf34d0e40ae.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/390bb16918f2df83.json b/6406/data/test-cases/fbf7f3d4db0013b3.json similarity index 57% rename from 6379/data/test-cases/390bb16918f2df83.json rename to 6406/data/test-cases/fbf7f3d4db0013b3.json index f823b85b82d..7919f36228b 100644 --- a/6379/data/test-cases/390bb16918f2df83.json +++ b/6406/data/test-cases/fbf7f3d4db0013b3.json @@ -1 +1 @@ -{"uid":"390bb16918f2df83","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":1707419128749,"stop":1707419128749,"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":18,"unknown":0,"total":18},"items":[{"uid":"594e30aa7c805d12","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/594e30aa7c805d12","status":"passed","time":{"start":1707418365987,"stop":1707418365987,"duration":0}},{"uid":"8b29bb9526a6dd5a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/8b29bb9526a6dd5a","status":"passed","time":{"start":1707418323188,"stop":1707418323193,"duration":5}},{"uid":"a3bed94c60710234","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/a3bed94c60710234","status":"passed","time":{"start":1707412754817,"stop":1707412754817,"duration":0}},{"uid":"1129826c13308867","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/1129826c13308867","status":"passed","time":{"start":1707411168063,"stop":1707411168064,"duration":1}},{"uid":"1c292914870110c3","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/1c292914870110c3","status":"passed","time":{"start":1707409636166,"stop":1707409636166,"duration":0}},{"uid":"5cf58481d256365b","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/5cf58481d256365b","status":"passed","time":{"start":1707409026707,"stop":1707409026708,"duration":1}},{"uid":"26c7b531c4a7bf30","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/26c7b531c4a7bf30","status":"passed","time":{"start":1707408990334,"stop":1707408990342,"duration":8}},{"uid":"46ba4778f1b66895","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/46ba4778f1b66895","status":"passed","time":{"start":1707408521471,"stop":1707408521472,"duration":1}},{"uid":"fa6df2a43f9f862","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/fa6df2a43f9f862","status":"passed","time":{"start":1707407586825,"stop":1707407586825,"duration":0}},{"uid":"5381ef9fcb5b0a4f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/5381ef9fcb5b0a4f","status":"passed","time":{"start":1707407493955,"stop":1707407493956,"duration":1}},{"uid":"f16414295aa9e031","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/f16414295aa9e031","status":"passed","time":{"start":1707404479203,"stop":1707404479203,"duration":0}},{"uid":"62ba261c1a9e35cc","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/62ba261c1a9e35cc","status":"passed","time":{"start":1707375899547,"stop":1707375899547,"duration":0}},{"uid":"28be3112de7db7fd","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/28be3112de7db7fd","status":"passed","time":{"start":1707373094435,"stop":1707373094435,"duration":0}},{"uid":"521f3b172cc8a03c","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/521f3b172cc8a03c","status":"passed","time":{"start":1707359301640,"stop":1707359301641,"duration":1}},{"uid":"54a3c117cdc276a9","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/54a3c117cdc276a9","status":"passed","time":{"start":1707358030400,"stop":1707358030401,"duration":1}},{"uid":"be1d2924b57f8120","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/be1d2924b57f8120","status":"passed","time":{"start":1707357014504,"stop":1707357014505,"duration":1}},{"uid":"a1759fc0b0c35fe6","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/a1759fc0b0c35fe6","status":"passed","time":{"start":1707355242125,"stop":1707355242126,"duration":1}}]},"tags":[]},"source":"390bb16918f2df83.json","parameterValues":[]} \ No newline at end of file +{"uid":"fbf7f3d4db0013b3","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":1707793287285,"stop":1707793287287,"duration":2},"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":14,"unknown":0,"total":14},"items":[{"uid":"66ec98b4e16a9808","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66ec98b4e16a9808","status":"passed","time":{"start":1707778251799,"stop":1707778251802,"duration":3}},{"uid":"969908ec76a0528b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/969908ec76a0528b","status":"passed","time":{"start":1707775540341,"stop":1707775540342,"duration":1}},{"uid":"a8a1d4594e5204dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8a1d4594e5204dd","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"cb6d38d6bb76d3b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cb6d38d6bb76d3b9","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"eae6288eeaf394f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eae6288eeaf394f0","status":"passed","time":{"start":1707770045979,"stop":1707770045979,"duration":0}},{"uid":"69a5730deaf444ca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/69a5730deaf444ca","status":"passed","time":{"start":1707760224885,"stop":1707760224885,"duration":0}},{"uid":"778fc7da665ca3e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/778fc7da665ca3e0","status":"passed","time":{"start":1707757921499,"stop":1707757921500,"duration":1}},{"uid":"7d34f97c342665b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d34f97c342665b5","status":"passed","time":{"start":1707756552029,"stop":1707756552030,"duration":1}},{"uid":"c3aa43c61efd1d4a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3aa43c61efd1d4a","status":"passed","time":{"start":1707753853540,"stop":1707753853540,"duration":0}},{"uid":"cabb041a331c52c5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cabb041a331c52c5","status":"passed","time":{"start":1707753708972,"stop":1707753708972,"duration":0}},{"uid":"4087c4bb72625bb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4087c4bb72625bb6","status":"passed","time":{"start":1707751075912,"stop":1707751075912,"duration":0}},{"uid":"52ec52c2c81c992c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52ec52c2c81c992c","status":"passed","time":{"start":1707737000813,"stop":1707737000814,"duration":1}},{"uid":"aa917af87fe401db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa917af87fe401db","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"tags":[]},"source":"fbf7f3d4db0013b3.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fccf41fe06851243.json b/6406/data/test-cases/fccf41fe06851243.json new file mode 100644 index 00000000000..a48c591018d --- /dev/null +++ b/6406/data/test-cases/fccf41fe06851243.json @@ -0,0 +1 @@ +{"uid":"fccf41fe06851243","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":1707792800817,"stop":1707792800817,"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":14,"unknown":0,"total":14},"items":[{"uid":"eb8f2e6e097089c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb8f2e6e097089c7","status":"passed","time":{"start":1707777749846,"stop":1707777749847,"duration":1}},{"uid":"7bc5519b46c36cad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7bc5519b46c36cad","status":"passed","time":{"start":1707775026269,"stop":1707775026270,"duration":1}},{"uid":"cd0aac6e43171d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd0aac6e43171d0","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"cd6852d0e80b434e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd6852d0e80b434e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"32e2b6883c64799a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32e2b6883c64799a","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"348c81ff779f4a90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/348c81ff779f4a90","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"5b5100344887d1e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b5100344887d1e4","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"71344d48a7fa9251","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/71344d48a7fa9251","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"f42616fbe5ea9eb5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f42616fbe5ea9eb5","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"436a1f9c2e39a2c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/436a1f9c2e39a2c1","status":"passed","time":{"start":1707753193785,"stop":1707753193786,"duration":1}},{"uid":"3a2caf1bd242df56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a2caf1bd242df56","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"257666ba17d01e22","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/257666ba17d01e22","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"e9c5f4a056685391","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9c5f4a056685391","status":"passed","time":{"start":1707735693128,"stop":1707735693129,"duration":1}}]},"tags":[]},"source":"fccf41fe06851243.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/ae97a96aedd20c0a.json b/6406/data/test-cases/fce8cd615f0f829c.json similarity index 97% rename from 6379/data/test-cases/ae97a96aedd20c0a.json rename to 6406/data/test-cases/fce8cd615f0f829c.json index b178e060e58..cd906cd9013 100644 --- a/6379/data/test-cases/ae97a96aedd20c0a.json +++ b/6406/data/test-cases/fce8cd615f0f829c.json @@ -1 +1 @@ -{"uid":"ae97a96aedd20c0a","name":"Check received message with timestamp: 1707418663297 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1707418663297 ","historyId":"afe30d3cd4494db588e3ee721720d7f9:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707419181398,"stop":1707419181398,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"ae97a96aedd20c0a.json","parameterValues":[]} \ No newline at end of file +{"uid":"fce8cd615f0f829c","name":"Check received message with timestamp: 1707792838371 ","fullName":"/tests/filter/push.node.spec.ts: Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true > Check received message with timestamp: 1707792838371 ","historyId":"6078532d21bb0f83b6b0130df743129c:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793371102,"stop":1707793371103,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":"fce8cd615f0f829c.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fceabef893907440.json b/6406/data/test-cases/fceabef893907440.json new file mode 100644 index 00000000000..09a318a1051 --- /dev/null +++ b/6406/data/test-cases/fceabef893907440.json @@ -0,0 +1 @@ +{"uid":"fceabef893907440","name":"handles multiple messages","fullName":"/tests/utils.spec.ts: Util: toAsyncIterator: Filter > handles multiple messages","historyId":"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707793384586,"stop":1707793384586,"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":13,"unknown":0,"total":13},"items":[{"uid":"74fd64274f1a135b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74fd64274f1a135b","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"f3ce60531e2b00ff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3ce60531e2b00ff","status":"passed","time":{"start":1707775635822,"stop":1707775635823,"duration":1}},{"uid":"ffb9d79d6d54bddb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ffb9d79d6d54bddb","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"efa09b9650118338","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/efa09b9650118338","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"4afb8acef110f498","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4afb8acef110f498","status":"passed","time":{"start":1707770148425,"stop":1707770148426,"duration":1}},{"uid":"3114c0c0e7f5695f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3114c0c0e7f5695f","status":"passed","time":{"start":1707760329141,"stop":1707760329143,"duration":2}},{"uid":"c8eae99c7ece4cf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8eae99c7ece4cf1","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"19fb4863494b4b09","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19fb4863494b4b09","status":"passed","time":{"start":1707756648881,"stop":1707756648882,"duration":1}},{"uid":"9c91929c24ccaa49","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c91929c24ccaa49","status":"passed","time":{"start":1707753961165,"stop":1707753961165,"duration":0}},{"uid":"9338165dfd5e3bc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9338165dfd5e3bc6","status":"passed","time":{"start":1707753814893,"stop":1707753814893,"duration":0}},{"uid":"928255736e77ec48","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/928255736e77ec48","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"1ed82427270bf3cf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ed82427270bf3cf","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"tags":[]},"source":"fceabef893907440.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/a6346e2d9fdb687b.json b/6406/data/test-cases/fcff495bfb8f9bbc.json similarity index 81% rename from 6379/data/test-cases/a6346e2d9fdb687b.json rename to 6406/data/test-cases/fcff495bfb8f9bbc.json index cde6aff9712..56c2113c0d8 100644 --- a/6379/data/test-cases/a6346e2d9fdb687b.json +++ b/6406/data/test-cases/fcff495bfb8f9bbc.json @@ -1 +1 @@ -{"uid":"a6346e2d9fdb687b","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":1707419181393,"stop":1707419181394,"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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":18,"unknown":0,"total":18},"items":[{"uid":"e5def7392e7816ee","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/e5def7392e7816ee","status":"passed","time":{"start":1707418419713,"stop":1707418419713,"duration":0}},{"uid":"5096c51f610f84b2","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/5096c51f610f84b2","status":"passed","time":{"start":1707418388436,"stop":1707418388437,"duration":1}},{"uid":"afc1806cec64f38e","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/afc1806cec64f38e","status":"passed","time":{"start":1707412796116,"stop":1707412796116,"duration":0}},{"uid":"77f03b2a6bc115c","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/77f03b2a6bc115c","status":"passed","time":{"start":1707411256056,"stop":1707411256069,"duration":13}},{"uid":"4d033fda77c9640d","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/4d033fda77c9640d","status":"passed","time":{"start":1707409690304,"stop":1707409690305,"duration":1}},{"uid":"b720fc2b695471b9","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/b720fc2b695471b9","status":"passed","time":{"start":1707409095915,"stop":1707409095915,"duration":0}},{"uid":"c41ef78541af51a4","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/c41ef78541af51a4","status":"passed","time":{"start":1707409032387,"stop":1707409032390,"duration":3}},{"uid":"5615deba30994245","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/5615deba30994245","status":"passed","time":{"start":1707408574232,"stop":1707408574233,"duration":1}},{"uid":"7f98e2a941b57b7b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7f98e2a941b57b7b","status":"passed","time":{"start":1707407633854,"stop":1707407633855,"duration":1}},{"uid":"ee9205b993782486","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ee9205b993782486","status":"passed","time":{"start":1707407545212,"stop":1707407545212,"duration":0}},{"uid":"ddc1ab3e12e45bc3","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/ddc1ab3e12e45bc3","status":"passed","time":{"start":1707404532394,"stop":1707404532394,"duration":0}},{"uid":"7431821950e81a2a","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/7431821950e81a2a","status":"passed","time":{"start":1707375958748,"stop":1707375958749,"duration":1}},{"uid":"3830d7a8afb1844b","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/3830d7a8afb1844b","status":"passed","time":{"start":1707373157746,"stop":1707373157748,"duration":2}},{"uid":"ea804f320c82c0ab","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/ea804f320c82c0ab","status":"passed","time":{"start":1707359355956,"stop":1707359355957,"duration":1}},{"uid":"7508c41802ba725a","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/7508c41802ba725a","status":"passed","time":{"start":1707358094660,"stop":1707358094660,"duration":0}},{"uid":"834a31f53adc697d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/834a31f53adc697d","status":"passed","time":{"start":1707357164909,"stop":1707357164910,"duration":1}},{"uid":"487607aa23c9c392","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/487607aa23c9c392","status":"passed","time":{"start":1707355248772,"stop":1707355248772,"duration":0}}]},"tags":[]},"source":"a6346e2d9fdb687b.json","parameterValues":[]} \ No newline at end of file +{"uid":"fcff495bfb8f9bbc","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":1707793371098,"stop":1707793371098,"duration":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},{"name":"\"before each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"before each\" hook in \"Waku 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},{"name":"\"after each\" hook in \"Waku Filter V2: FilterPush: Multiple Nodes: Strict Checking: true\"","time":{},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"\"after each\" hook in \"Waku 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":13,"unknown":0,"total":13},"items":[{"uid":"db2b174a2e6ea131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db2b174a2e6ea131","status":"passed","time":{"start":1707778338834,"stop":1707778338835,"duration":1}},{"uid":"c3ab8b4531dc063d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3ab8b4531dc063d","status":"passed","time":{"start":1707775602015,"stop":1707775602016,"duration":1}},{"uid":"6ecb9b94fe4c596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6ecb9b94fe4c596","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"99cc079f5c9bcb63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99cc079f5c9bcb63","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1}},{"uid":"f6b3e299ed55c397","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6b3e299ed55c397","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"57d2da81b9210228","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/57d2da81b9210228","status":"passed","time":{"start":1707758006705,"stop":1707758006706,"duration":1}},{"uid":"c5b7a131b2be8a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c5b7a131b2be8a8","status":"passed","time":{"start":1707756617035,"stop":1707756617036,"duration":1}},{"uid":"4a43f23125d63a85","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a43f23125d63a85","status":"passed","time":{"start":1707753988876,"stop":1707753988877,"duration":1}},{"uid":"ef256c241d32163","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef256c241d32163","status":"passed","time":{"start":1707753782734,"stop":1707753782734,"duration":0}},{"uid":"424a053da5d23f01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/424a053da5d23f01","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"55bb9e84e76b1670","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55bb9e84e76b1670","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"c6403ae9a368ce5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c6403ae9a368ce5b","status":"passed","time":{"start":1707736260122,"stop":1707736260123,"duration":1}}]},"tags":[]},"source":"fcff495bfb8f9bbc.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fd8117e9229abc38.json b/6406/data/test-cases/fd8117e9229abc38.json new file mode 100644 index 00000000000..7b04647be0b --- /dev/null +++ b/6406/data/test-cases/fd8117e9229abc38.json @@ -0,0 +1 @@ +{"uid":"fd8117e9229abc38","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":1707792907233,"stop":1707792907233,"duration":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":14,"unknown":0,"total":14},"items":[{"uid":"31d19aa4024b5718","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31d19aa4024b5718","status":"passed","time":{"start":1707777859858,"stop":1707777859859,"duration":1}},{"uid":"f964f9d6f916d188","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f964f9d6f916d188","status":"passed","time":{"start":1707775133671,"stop":1707775133671,"duration":0}},{"uid":"d38edb79da87bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d38edb79da87bc4a","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"fce5f1b8a9d1bb2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce5f1b8a9d1bb2d","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"duration":0}},{"uid":"e1ad0f1b5c338bc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1ad0f1b5c338bc6","status":"passed","time":{"start":1707769735036,"stop":1707769735037,"duration":1}},{"uid":"2ed1ec0c70abc106","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ed1ec0c70abc106","status":"passed","time":{"start":1707759831196,"stop":1707759831196,"duration":0}},{"uid":"2c5e17a65bced914","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c5e17a65bced914","status":"passed","time":{"start":1707757528826,"stop":1707757528827,"duration":1}},{"uid":"ffeeff34c0784c48","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffeeff34c0784c48","status":"passed","time":{"start":1707756157295,"stop":1707756157295,"duration":0}},{"uid":"48388fc7f236c70","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48388fc7f236c70","status":"passed","time":{"start":1707753578475,"stop":1707753578476,"duration":1}},{"uid":"175b57bdc693907d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/175b57bdc693907d","status":"passed","time":{"start":1707753307898,"stop":1707753307898,"duration":0}},{"uid":"ff19b68f2ce637e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff19b68f2ce637e","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d0262df938b6034b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0262df938b6034b","status":"passed","time":{"start":1707736629975,"stop":1707736629975,"duration":0}},{"uid":"4b660038be7d676f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b660038be7d676f","status":"passed","time":{"start":1707735809091,"stop":1707735809091,"duration":0}}]},"tags":[]},"source":"fd8117e9229abc38.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/fde4e4b6a8840020.json b/6406/data/test-cases/fde4e4b6a8840020.json new file mode 100644 index 00000000000..a402df1c1c2 --- /dev/null +++ b/6406/data/test-cases/fde4e4b6a8840020.json @@ -0,0 +1 @@ +{"uid":"fde4e4b6a8840020","name":"throws on content topic with empty application field","fullName":"/src/common/sharding.spec.ts: ensureValidContentTopic > throws on content topic with empty application field","historyId":"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e","time":{"start":1707792792550,"stop":1707792792550,"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":"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":14,"unknown":0,"total":14},"items":[{"uid":"2dab78cf5da0721d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2dab78cf5da0721d","status":"passed","time":{"start":1707777741287,"stop":1707777741287,"duration":0}},{"uid":"65ad3230dfeb9461","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ad3230dfeb9461","status":"passed","time":{"start":1707775017702,"stop":1707775017703,"duration":1}},{"uid":"346e4ee0590d9560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/346e4ee0590d9560","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"34ed353c066c6d97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34ed353c066c6d97","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"49840d005f83a4b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49840d005f83a4b3","status":"passed","time":{"start":1707769619251,"stop":1707769619252,"duration":1}},{"uid":"b63d0b8fb6813d83","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b63d0b8fb6813d83","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"5de63460b9e89036","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5de63460b9e89036","status":"passed","time":{"start":1707757408924,"stop":1707757408925,"duration":1}},{"uid":"80e63c9e50f308d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80e63c9e50f308d4","status":"passed","time":{"start":1707756038652,"stop":1707756038652,"duration":0}},{"uid":"1783ff60038dca87","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1783ff60038dca87","status":"passed","time":{"start":1707753456821,"stop":1707753456821,"duration":0}},{"uid":"1dfe03f86b2d9dd9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1dfe03f86b2d9dd9","status":"passed","time":{"start":1707753185028,"stop":1707753185028,"duration":0}},{"uid":"d017616c0af26cf5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d017616c0af26cf5","status":"passed","time":{"start":1707750585692,"stop":1707750585692,"duration":0}},{"uid":"81ffa978fcc329bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/81ffa978fcc329bf","status":"passed","time":{"start":1707736503245,"stop":1707736503246,"duration":1}},{"uid":"40bcbbf0c4b3407a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40bcbbf0c4b3407a","status":"passed","time":{"start":1707735684541,"stop":1707735684542,"duration":1}}]},"tags":[]},"source":"fde4e4b6a8840020.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/3ba94c278fe867b9.json b/6406/data/test-cases/fe38eb2dea8037f6.json similarity index 64% rename from 6379/data/test-cases/3ba94c278fe867b9.json rename to 6406/data/test-cases/fe38eb2dea8037f6.json index 6028b35df13..89679fa49c2 100644 --- a/6379/data/test-cases/3ba94c278fe867b9.json +++ b/6406/data/test-cases/fe38eb2dea8037f6.json @@ -1 +1 @@ -{"uid":"3ba94c278fe867b9","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":1707419149713,"stop":1707419149713,"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":18,"unknown":0,"total":18},"items":[{"uid":"f555dab4ad576119","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f555dab4ad576119","status":"passed","time":{"start":1707418383122,"stop":1707418383124,"duration":2}},{"uid":"acc159067037c9f8","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/acc159067037c9f8","status":"passed","time":{"start":1707418335147,"stop":1707418335148,"duration":1}},{"uid":"6848230bf903ae46","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/6848230bf903ae46","status":"passed","time":{"start":1707412768664,"stop":1707412768664,"duration":0}},{"uid":"7249edd17dadcef5","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7249edd17dadcef5","status":"passed","time":{"start":1707411190745,"stop":1707411190746,"duration":1}},{"uid":"f753d644f958ed20","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/f753d644f958ed20","status":"passed","time":{"start":1707409656842,"stop":1707409656842,"duration":0}},{"uid":"3a0d61d5a2427a61","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/3a0d61d5a2427a61","status":"passed","time":{"start":1707409051749,"stop":1707409051750,"duration":1}},{"uid":"5a3b0b677208978a","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/5a3b0b677208978a","status":"passed","time":{"start":1707409014623,"stop":1707409014624,"duration":1}},{"uid":"71361846fd1300be","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/71361846fd1300be","status":"passed","time":{"start":1707408533823,"stop":1707408533823,"duration":0}},{"uid":"e2ff2106e86ce451","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e2ff2106e86ce451","status":"passed","time":{"start":1707407648210,"stop":1707407648210,"duration":0}},{"uid":"ad53a8105bd08431","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/ad53a8105bd08431","status":"passed","time":{"start":1707407504224,"stop":1707407504225,"duration":1}},{"uid":"3d01518e2b0f0b87","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/3d01518e2b0f0b87","status":"passed","time":{"start":1707404485295,"stop":1707404485295,"duration":0}},{"uid":"90b9e264d9848125","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/90b9e264d9848125","status":"passed","time":{"start":1707375923747,"stop":1707375923747,"duration":0}},{"uid":"90673c340bab676","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/90673c340bab676","status":"passed","time":{"start":1707373125416,"stop":1707373125416,"duration":0}},{"uid":"198e5345f669489","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/198e5345f669489","status":"passed","time":{"start":1707359334597,"stop":1707359334597,"duration":0}},{"uid":"a7bf2714e54e3b7b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/a7bf2714e54e3b7b","status":"passed","time":{"start":1707358096687,"stop":1707358096688,"duration":1}},{"uid":"4c4870e22ac82afc","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/4c4870e22ac82afc","status":"passed","time":{"start":1707357064562,"stop":1707357064562,"duration":0}},{"uid":"b0cf68d054a629d0","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/b0cf68d054a629d0","status":"passed","time":{"start":1707355285307,"stop":1707355285307,"duration":0}}]},"tags":[]},"source":"3ba94c278fe867b9.json","parameterValues":[]} \ No newline at end of file +{"uid":"fe38eb2dea8037f6","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":1707793304784,"stop":1707793304785,"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":14,"unknown":0,"total":14},"items":[{"uid":"4c2aeaff9fa299fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c2aeaff9fa299fd","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"214036e05f520303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/214036e05f520303","status":"passed","time":{"start":1707775545746,"stop":1707775545746,"duration":0}},{"uid":"31b4c1b2cca8063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/31b4c1b2cca8063e","status":"passed","time":{"start":1707775359954,"stop":1707775359955,"duration":1}},{"uid":"950a82e7db5fffd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/950a82e7db5fffd9","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1}},{"uid":"4b0870e811d3b312","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b0870e811d3b312","status":"passed","time":{"start":1707770099498,"stop":1707770099498,"duration":0}},{"uid":"c7f7d3f7c59eea70","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7f7d3f7c59eea70","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"749eb9d5524ddb5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/749eb9d5524ddb5d","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"9644e3bd1c26271a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9644e3bd1c26271a","status":"passed","time":{"start":1707756564914,"stop":1707756564914,"duration":0}},{"uid":"e20bfa4db6a6350b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e20bfa4db6a6350b","status":"passed","time":{"start":1707753906984,"stop":1707753906986,"duration":2}},{"uid":"780ae8e104ca31c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/780ae8e104ca31c0","status":"passed","time":{"start":1707753724177,"stop":1707753724178,"duration":1}},{"uid":"33c8540d88b84d9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33c8540d88b84d9e","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"33fef2b15605c1ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33fef2b15605c1ee","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"5e5333273a83fb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e5333273a83fb47","status":"passed","time":{"start":1707736227470,"stop":1707736227473,"duration":3}}]},"tags":[]},"source":"fe38eb2dea8037f6.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ff176b8405437a45.json b/6406/data/test-cases/ff176b8405437a45.json new file mode 100644 index 00000000000..6ccc73fd299 --- /dev/null +++ b/6406/data/test-cases/ff176b8405437a45.json @@ -0,0 +1 @@ +{"uid":"ff176b8405437a45","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":1707793012476,"stop":1707793012476,"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":14,"unknown":0,"total":14},"items":[{"uid":"f9af6cb657981049","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9af6cb657981049","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"66865e3e93cc9170","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/66865e3e93cc9170","status":"passed","time":{"start":1707775258455,"stop":1707775258455,"duration":0}},{"uid":"3f3ccac995475761","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f3ccac995475761","status":"passed","time":{"start":1707775082015,"stop":1707775082016,"duration":1}},{"uid":"f56c7de4bf4abd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56c7de4bf4abd10","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"duration":0}},{"uid":"e87710f95396eec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e87710f95396eec0","status":"passed","time":{"start":1707769841898,"stop":1707769841899,"duration":1}},{"uid":"fbe1c6d2ce6966e5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbe1c6d2ce6966e5","status":"passed","time":{"start":1707759921453,"stop":1707759921453,"duration":0}},{"uid":"a087a66ba3186c0d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a087a66ba3186c0d","status":"passed","time":{"start":1707757624875,"stop":1707757624875,"duration":0}},{"uid":"93cb279c89473fde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93cb279c89473fde","status":"passed","time":{"start":1707756261762,"stop":1707756261763,"duration":1}},{"uid":"13149f481e043aac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13149f481e043aac","status":"passed","time":{"start":1707753651166,"stop":1707753651167,"duration":1}},{"uid":"e657ddd22d74ecab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e657ddd22d74ecab","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"ab7a71e72b2dfcae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab7a71e72b2dfcae","status":"passed","time":{"start":1707750722047,"stop":1707750722048,"duration":1}},{"uid":"ca4c26fffe802ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca4c26fffe802ea3","status":"passed","time":{"start":1707736708327,"stop":1707736708328,"duration":1}},{"uid":"e8bad96a632fe31e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bad96a632fe31e","status":"passed","time":{"start":1707735914384,"stop":1707735914385,"duration":1}}]},"tags":[]},"source":"ff176b8405437a45.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/106b99c0446c0edf.json b/6406/data/test-cases/ff1ce72f4aa93ce0.json similarity index 64% rename from 6379/data/test-cases/106b99c0446c0edf.json rename to 6406/data/test-cases/ff1ce72f4aa93ce0.json index bb9f0a8a12d..3d620f72ef1 100644 --- a/6379/data/test-cases/106b99c0446c0edf.json +++ b/6406/data/test-cases/ff1ce72f4aa93ce0.json @@ -1 +1 @@ -{"uid":"106b99c0446c0edf","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":1707419149712,"stop":1707419149712,"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":18,"unknown":0,"total":18},"items":[{"uid":"5d2e4561e3100e1b","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/5d2e4561e3100e1b","status":"passed","time":{"start":1707418383114,"stop":1707418383120,"duration":6}},{"uid":"75b17d155becad7a","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/75b17d155becad7a","status":"passed","time":{"start":1707418335146,"stop":1707418335147,"duration":1}},{"uid":"35c2371284afae53","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/35c2371284afae53","status":"passed","time":{"start":1707412768663,"stop":1707412768663,"duration":0}},{"uid":"7e5b94e7440ea7dc","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/7e5b94e7440ea7dc","status":"passed","time":{"start":1707411190744,"stop":1707411190744,"duration":0}},{"uid":"be040d4bb17bfc7a","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/be040d4bb17bfc7a","status":"passed","time":{"start":1707409656841,"stop":1707409656841,"duration":0}},{"uid":"274f9aa3f71c94a0","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/274f9aa3f71c94a0","status":"passed","time":{"start":1707409051749,"stop":1707409051749,"duration":0}},{"uid":"86bd087bd624840b","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/86bd087bd624840b","status":"passed","time":{"start":1707409014622,"stop":1707409014622,"duration":0}},{"uid":"1de9fd40aa26f729","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/1de9fd40aa26f729","status":"passed","time":{"start":1707408533822,"stop":1707408533822,"duration":0}},{"uid":"163b3d6081439316","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/163b3d6081439316","status":"passed","time":{"start":1707407648208,"stop":1707407648209,"duration":1}},{"uid":"d46db164dc98af45","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/d46db164dc98af45","status":"passed","time":{"start":1707407504222,"stop":1707407504222,"duration":0}},{"uid":"2a760a0eefe166b8","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/2a760a0eefe166b8","status":"passed","time":{"start":1707404485294,"stop":1707404485294,"duration":0}},{"uid":"827f69133bd035a6","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/827f69133bd035a6","status":"passed","time":{"start":1707375923745,"stop":1707375923745,"duration":0}},{"uid":"124707afb011b0","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/124707afb011b0","status":"passed","time":{"start":1707373125415,"stop":1707373125416,"duration":1}},{"uid":"d29d08bbfb2d5ff6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/d29d08bbfb2d5ff6","status":"passed","time":{"start":1707359334596,"stop":1707359334596,"duration":0}},{"uid":"e03eac99a25ebac0","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e03eac99a25ebac0","status":"passed","time":{"start":1707358096686,"stop":1707358096687,"duration":1}},{"uid":"727c74209a59f92d","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/727c74209a59f92d","status":"passed","time":{"start":1707357064561,"stop":1707357064562,"duration":1}},{"uid":"7dd45d739ae9f308","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/7dd45d739ae9f308","status":"passed","time":{"start":1707355285305,"stop":1707355285305,"duration":0}}]},"tags":[]},"source":"106b99c0446c0edf.json","parameterValues":[]} \ No newline at end of file +{"uid":"ff1ce72f4aa93ce0","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":1707793304782,"stop":1707793304783,"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":14,"unknown":0,"total":14},"items":[{"uid":"f0488c032541a92e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0488c032541a92e","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"96e173655408fcd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e173655408fcd1","status":"passed","time":{"start":1707775545728,"stop":1707775545729,"duration":1}},{"uid":"5ccdc0905df38a71","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ccdc0905df38a71","status":"passed","time":{"start":1707775359952,"stop":1707775359953,"duration":1}},{"uid":"3315332233dd4c44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3315332233dd4c44","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ed9a1589af8f324e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ed9a1589af8f324e","status":"passed","time":{"start":1707770099496,"stop":1707770099497,"duration":1}},{"uid":"1de8f78fb8845469","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1de8f78fb8845469","status":"passed","time":{"start":1707760242014,"stop":1707760242015,"duration":1}},{"uid":"dddeacf310a04099","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dddeacf310a04099","status":"passed","time":{"start":1707757936357,"stop":1707757936357,"duration":0}},{"uid":"48d334ef0515a6ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48d334ef0515a6ea","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"cd85849d586a005b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd85849d586a005b","status":"passed","time":{"start":1707753906982,"stop":1707753906983,"duration":1}},{"uid":"80ab265433048a5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/80ab265433048a5c","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"21eef9a96e6481de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/21eef9a96e6481de","status":"passed","time":{"start":1707751082965,"stop":1707751082965,"duration":0}},{"uid":"5f5eb6ba0c67391d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f5eb6ba0c67391d","status":"passed","time":{"start":1707736996442,"stop":1707736996442,"duration":0}},{"uid":"5d2b9e6f940c6c1c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d2b9e6f940c6c1c","status":"passed","time":{"start":1707736227461,"stop":1707736227461,"duration":0}}]},"tags":[]},"source":"ff1ce72f4aa93ce0.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/test-cases/ff427b086815ee67.json b/6406/data/test-cases/ff427b086815ee67.json new file mode 100644 index 00000000000..30264f7492e --- /dev/null +++ b/6406/data/test-cases/ff427b086815ee67.json @@ -0,0 +1 @@ +{"uid":"ff427b086815ee67","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":1707793287282,"stop":1707793287282,"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":14,"unknown":0,"total":14},"items":[{"uid":"d160901e7653ecc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d160901e7653ecc4","status":"passed","time":{"start":1707778251795,"stop":1707778251796,"duration":1}},{"uid":"47d78bde105ce04f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47d78bde105ce04f","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"5229a49f0a56cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5229a49f0a56cb","status":"passed","time":{"start":1707775340605,"stop":1707775340608,"duration":3}},{"uid":"b36500448a7772","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b36500448a7772","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0}},{"uid":"cef9745c01cdd0f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cef9745c01cdd0f9","status":"passed","time":{"start":1707770045975,"stop":1707770045975,"duration":0}},{"uid":"221bed80d50e5ec1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/221bed80d50e5ec1","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"88606b41226b550a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88606b41226b550a","status":"passed","time":{"start":1707757921496,"stop":1707757921497,"duration":1}},{"uid":"b926540d37b11c16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b926540d37b11c16","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"75725b09d3053600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75725b09d3053600","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"37533f0efc1d0fb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37533f0efc1d0fb7","status":"passed","time":{"start":1707753708969,"stop":1707753708970,"duration":1}},{"uid":"bda74a9ddda5545a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bda74a9ddda5545a","status":"passed","time":{"start":1707751075909,"stop":1707751075910,"duration":1}},{"uid":"a75b1e67368e5552","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a75b1e67368e5552","status":"passed","time":{"start":1707737000810,"stop":1707737000811,"duration":1}},{"uid":"fa4cf46d3b411640","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa4cf46d3b411640","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"tags":[]},"source":"ff427b086815ee67.json","parameterValues":[]} \ No newline at end of file diff --git a/6379/data/test-cases/7fbd11f049c39c95.json b/6406/data/test-cases/ff4ece4c8767475f.json similarity index 88% rename from 6379/data/test-cases/7fbd11f049c39c95.json rename to 6406/data/test-cases/ff4ece4c8767475f.json index 3cbada6036b..100692283e0 100644 --- a/6379/data/test-cases/7fbd11f049c39c95.json +++ b/6406/data/test-cases/ff4ece4c8767475f.json @@ -1 +1 @@ -{"uid":"7fbd11f049c39c95","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":1707419247775,"stop":1707419247775,"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":16,"unknown":0,"total":16},"items":[{"uid":"f220810973ec0cbe","reportUrl":"https://waku-org.github.io/js-waku/6378//#testresult/f220810973ec0cbe","status":"passed","time":{"start":1707418479342,"stop":1707418479342,"duration":0}},{"uid":"cf8f8a5ee9d1c8ce","reportUrl":"https://waku-org.github.io/js-waku/6377//#testresult/cf8f8a5ee9d1c8ce","status":"passed","time":{"start":1707418420799,"stop":1707418420799,"duration":0}},{"uid":"13857b145c14d359","reportUrl":"https://waku-org.github.io/js-waku/6376//#testresult/13857b145c14d359","status":"passed","time":{"start":1707411275215,"stop":1707411275216,"duration":1}},{"uid":"dc8e610350d44592","reportUrl":"https://waku-org.github.io/js-waku/6375//#testresult/dc8e610350d44592","status":"passed","time":{"start":1707409745070,"stop":1707409745070,"duration":0}},{"uid":"d92f24de18c0d1ee","reportUrl":"https://waku-org.github.io/js-waku/6374//#testresult/d92f24de18c0d1ee","status":"passed","time":{"start":1707409135321,"stop":1707409135321,"duration":0}},{"uid":"4aef1eb4145f89dc","reportUrl":"https://waku-org.github.io/js-waku/6373//#testresult/4aef1eb4145f89dc","status":"passed","time":{"start":1707409077133,"stop":1707409077134,"duration":1}},{"uid":"e1c090ddcdcc064b","reportUrl":"https://waku-org.github.io/js-waku/6372//#testresult/e1c090ddcdcc064b","status":"passed","time":{"start":1707408618359,"stop":1707408618359,"duration":0}},{"uid":"467575cc793487c6","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/467575cc793487c6","status":"passed","time":{"start":1707407695608,"stop":1707407695608,"duration":0}},{"uid":"fdb2753eaec56a1f","reportUrl":"https://waku-org.github.io/js-waku/6371//#testresult/fdb2753eaec56a1f","status":"passed","time":{"start":1707407563841,"stop":1707407563841,"duration":0}},{"uid":"a0f929ee68a34725","reportUrl":"https://waku-org.github.io/js-waku/6370//#testresult/a0f929ee68a34725","status":"passed","time":{"start":1707404565402,"stop":1707404565402,"duration":0}},{"uid":"a0f05155844d5c0d","reportUrl":"https://waku-org.github.io/js-waku/6368//#testresult/a0f05155844d5c0d","status":"passed","time":{"start":1707376005068,"stop":1707376005068,"duration":0}},{"uid":"d35ddb99a3744086","reportUrl":"https://waku-org.github.io/js-waku/6367//#testresult/d35ddb99a3744086","status":"passed","time":{"start":1707373209932,"stop":1707373209932,"duration":0}},{"uid":"1576bbf15d3baf36","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/1576bbf15d3baf36","status":"passed","time":{"start":1707359407159,"stop":1707359407160,"duration":1}},{"uid":"e66ef16a4722555b","reportUrl":"https://waku-org.github.io/js-waku/6366//#testresult/e66ef16a4722555b","status":"passed","time":{"start":1707358162773,"stop":1707358162773,"duration":0}},{"uid":"f3923cde58df878f","reportUrl":"https://waku-org.github.io/js-waku/6364//#testresult/f3923cde58df878f","status":"passed","time":{"start":1707355687997,"stop":1707355687998,"duration":1}}]},"tags":[]},"source":"7fbd11f049c39c95.json","parameterValues":[]} \ No newline at end of file +{"uid":"ff4ece4c8767475f","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":1707793370636,"stop":1707793370636,"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":13,"unknown":0,"total":13},"items":[{"uid":"47d19cef324d95d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47d19cef324d95d8","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"e5d650505749e986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5d650505749e986","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"db77edbb0145200d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db77edbb0145200d","status":"passed","time":{"start":1707775461890,"stop":1707775461891,"duration":1}},{"uid":"c3bbf8cc4e54a6f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3bbf8cc4e54a6f7","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"92c89469c0c4d1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92c89469c0c4d1a","status":"passed","time":{"start":1707770208547,"stop":1707770208548,"duration":1}},{"uid":"16417c6b5817a509","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16417c6b5817a509","status":"passed","time":{"start":1707760335956,"stop":1707760335957,"duration":1}},{"uid":"1d6b29af3932b164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d6b29af3932b164","status":"passed","time":{"start":1707758023537,"stop":1707758023537,"duration":0}},{"uid":"e348cc4569b05174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e348cc4569b05174","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"c6a1486431aab745","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6a1486431aab745","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"d8749fe80fbba35d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8749fe80fbba35d","status":"passed","time":{"start":1707751136340,"stop":1707751136352,"duration":12}},{"uid":"b8e27e9725c4e7a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8e27e9725c4e7a8","status":"passed","time":{"start":1707737124646,"stop":1707737124647,"duration":1}},{"uid":"eb9ced7bac979f67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb9ced7bac979f67","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"tags":[]},"source":"ff4ece4c8767475f.json","parameterValues":[]} \ No newline at end of file diff --git a/6406/data/timeline.json b/6406/data/timeline.json index 549e26f1178..505f295d33b 100644 --- a/6406/data/timeline.json +++ b/6406/data/timeline.json @@ -1 +1 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"Generator, 2 different pubsubtopics","uid":"5ebc808ddb129d90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"c0b528c6530e54b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"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":"b020d4b2d7e59eb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"8f183c9e6553580e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"771a9a4a089d90c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766400007","uid":"19b254258260c84c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"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":"65d7be0f7ce83f63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"be1cecd6c0a67c2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"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":"607465fa1522425","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"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":"fce5f1b8a9d1bb2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"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":"267b64284ccfeb1b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"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":"9c33f51acf880c35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770424184,"stop":1707770424185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"returns all values when wanted number is greater than available values","uid":"b0a0d43dd4375183","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"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":"d568a7ca14bfe776","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"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":"ee5c50a35dd2be4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"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":"c7bc7b3b5871d9b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"ff3ea75cf06a22f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"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":"5d7fa67036e31614","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"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":"94daf0e447c72780","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"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":"e183bbdee96bb407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"a2df579c305a33b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"ce27878d48fa8d2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"6dc0842d2cc124e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"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":"4c039b6c23cd3280","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"fb57e73f93e0a0ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"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":"20c4c38eb8fa46c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"2fe3494d3bd78dbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"3e5ba8f77687b169","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"6de52dc4d3d4cf1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"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":"47615cc5d7462394","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"ca560bd96ab3cbfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","uid":"f5d594b4851742e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"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":"a348a2703e5f4d5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"9ec1c27958dda333","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"f5ee789cf5e62c05","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"1d9358f067c0b6a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"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":"5f0507c247e29498","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"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":"1bdd28031c61fc57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"40275857809c04a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1fe62ecf5f411213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"48be00d2e7427454","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"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":"6b1a056a222b7ca1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"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":"f8941cbafaad4e12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"dd64ba61e21d9237","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1707770144574,"stop":1707770144575,"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":"a0e6aa06ca9d49ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"49c3fab7cc2aeb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"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":"cd3379319d162439","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"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":"dfd07b3db77a35b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"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":"93b3e54ef9bfd6dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"a0ec0b2dcc831e51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"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":"a867c869c30d4eb0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"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":"36b6075670fa4a43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should set field with only STORE enabled","uid":"a73a22556f85c7a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"505f0f4a01ded46b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"69c25ed851dc6440","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"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":"30583484cf060d7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"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":"daffbec1b627121a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"e9144f5bd60b8cf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","uid":"c9afd7c3d0583199","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"2815272f711185a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"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":"8a51aab334175b71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"f6aba06c9e0071d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"ce3e83cf5cd2e088","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"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":"d85d879e83b755da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"b798c1357f22ddfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"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":"7250bf1b5a07a996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"8a035e998695a01c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"deafc09f25074ae7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"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":"52f7190cc09616ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"d9a47ed05875f8f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"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":"fff5b5f58828735e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"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":"2388cbe8e3d18c23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"ff6afaa72a550ac3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"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":"caafb7e14c917039","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"377dea4ba7260dee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"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":"284f5e70361774bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"e8a4b4af035b9e0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"50eb5f2237f5ff98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"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":"725f36f743b267cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"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":"f4692b7cefa4148b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"d10d2214c67af995","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"1288290c8e7c819d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"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":"6a905b9ce2d2f90c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"43f099860706ef9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, no signature]","uid":"1ccf49d747dc5fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback sorting by timestamp while page direction is backward","uid":"c7fbaa9ce2071585","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"635524e40cec34de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"2bf41d136a36cdf4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"61787cb8dc4025e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"bc06f36db3bfc1b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"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":"3faea43839b7370d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"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":"8d12639c3d9e12f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"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":"9591ef541cd3d821","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"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":"6479900a1d29b86f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"8f26c4a83e10c919","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"4d2932f3936e8162","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"9b293c09d5992ddd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"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":"dad4ca1b6fa67d87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"888a9bdd3fbb199f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"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":"3ba556d74cdc15bb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770001386,"stop":1707770001386,"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 31 topics (old limit)","uid":"1e9ecdd4e6d51310","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"9773952dabc54c30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"2c2211b8f1caa61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"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":"4f71c2d4fda46ac5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"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":"fe45b00675a1c1a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"6b448eee5becd150","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"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":"e593e5d6690c2a0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"f68ef321362627f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"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":"7c610952eb926c2a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"3f0217eacb647d58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"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":"5ffcaee358abb307","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770335610,"stop":1707770335611,"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":"21b4fbd6f7be9f26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"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":"280ad9eb05dcbd35","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"1e2e7d7254f6d752","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"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":"53c5cb0e1ac95df5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"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":"4baec3e58999f04a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"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":"45b27c30dc6b5a59","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"bbeea25304ef323e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"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":"52ebd6dab5acf144","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"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":"518ec275668216a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"9fc0e0ae0bf7d186","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"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":"daac32cf7a0df95f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, different shard: nodes don't connect (autosharding)","uid":"880a29a55884abf9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"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":"88e043740b840293","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"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":"83cfbba707298793","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"1608ec5fa614866e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"640c1c16ca42d0c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"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":"231f21157d04b25b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"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":"79bfed5864a517fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"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":"4d21f9c255a8a2f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"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":"9c22f33a3d4fb2eb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"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":"7ba266bdb5dad499","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","uid":"64184a529804488","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"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":"17ae69826e4e109c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"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":"d2c12001bf7b22e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"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":"ca3489251f0a65fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"2f7142e36161e24e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"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":"5b1fd0a675b4858f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"c2b6d0d3dce02a3a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"e532d69e23ee3d04","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"bfe52704055574d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"2a68eb11c6e86ea4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"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":"503ac31b161d5093","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"450e50cea6352dae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"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":"7931bf5eeeda96fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"36e6fac4967687f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"bc4d348410f58c07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"c1fa919de0a88a29","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"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":"94f18941b3873876","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"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":"431845249a8313cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"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":"8a34b95193473da2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"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":"e2109d1dcc165eaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"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":"5093832a6f5323ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"f552728a88e7a936","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"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":"a1b24fc52a62b7e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"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":"547fe90d4b308c36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"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":"1b94c2c751d113d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"3d353a9b7e37c126","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"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":"f1976966cb5437e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"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":"e19de26ac454187f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"5e535cb8bde84f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"47de8162188928a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"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":"904d551741cecef4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106000000 ","uid":"b5c7eec79b5a9247","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"f7942520b59342ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"e2c318bf6532017a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"73c85fb06ee61693","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"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":"ca525269f1e08770","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"efa09b9650118338","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"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":"ef345f346713a6e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"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":"ac662093166956c0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"60e05b171de5d15f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"68940e077684618","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"ab594840c6e935a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"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":"d3ac8adef3a128a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"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":"455073d5feaee324","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770018834,"stop":1707770018834,"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":"f76d4400fb08f3bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"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":"4b4bcdecb20ef4ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"f831e18f7ca330bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"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":"1dcc41f2f98c3fa1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"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":"21bbd40568403876","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"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":"e5cdf4a8cee8d1f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"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":"e422d97075c68716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"54ca0dca1f60c95f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"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":"710cbfae766bf222","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"a68203501d6bc2bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"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":"69d648c41efe331b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"9ecde25b216fabf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"6650ed6eb0543b3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"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":"ef34d1ba891b24ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"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":"98246f3d4b4d7386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"222b981442dac7d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"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":"2434a4a5761d8931","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"75ace5d330703d44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"c08c2a9c4f797b5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"a4131ac74957eb7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"52c20a8fd2fc2912","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"591b91e2e6ce2103","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"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":"3a968751b713aeb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"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":"e66fbc78f72fe03f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"2111f9c78081151f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"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":"cc0aedb4c81b7d67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"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":"b58da7cc233622f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"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":"6397e2b414170d4e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"8908cd8928916ea7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"bb887e01ab841d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"e2fd8102101f3e2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"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":"c36c614f431a915c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"673b48ee920bcf41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"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":"edec879d0c83e822","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"e73496c5edf2b386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"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 5 bootstrap peers","uid":"c8973264dec73f8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"644adac3a42979ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"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":"ea69168fb7c97355","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"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":"3c517ba5a47cee6e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"44cb93a9ba7b6758","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"7b276a33afe43ac9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"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":"d6749ab6a0f771a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"e91f7de77bf89d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"64ad4566edf3b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"898c289635aef79b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"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 31 topics (old limit)","uid":"f7b4b277031cc4a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"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":"27c52fdd7f63c869","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a8f39824771c7567","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"f1cb72ed3e162c8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"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":"9f9fcde136fe867c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"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":"54729d3d41467586","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"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":"1721a606cdf69979","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"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":"563f734bc5324f7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"e857f1e58f5e1d31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"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":"5837925cd9e79ca1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"28c144bff577abba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"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":"b6057e8af4e873c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"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":"42fad4eafbcd5e3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"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":"3ef4943e24c30e62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"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":"ff3a8cbfe201e0dd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"cbcd6eec7a240254","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"96caf545e5e292d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message after client node is restarted","uid":"4174a08dbaf298e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770131709,"stop":1707770131710,"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":"718bc092a18fbc18","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"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":"5c4ed75b7611a2da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"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":"f8177ef6c5de584","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"f2e154dea9a8aead","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"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":"61e9cf0f65a730d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"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":"10253c40ae993fc8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"306bb235f23f130b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"4b96aa1a3c710dea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"2280f1e5d8b4fa0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"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":"64d5d366dc8a5361","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770335633,"stop":1707770335633,"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":"2837b3c06df9adf7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"f6d2ec95235b7f0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"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":"b3a45460904e96c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"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":"5e7936d66e6bc368","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"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":"6c4f870cff9d0bcb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"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":"85de3e36ac2bcf8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"f1a489d64cbf1dab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"ebf734d2fd18d743","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"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":"30adc7e787a820d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"6b60cc7196282084","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"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":"f2a0c66e0d5bb85a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"f9f6390fd0dd57b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"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":"de15dd81c4859513","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"4559c5830321e84f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"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":"1fece467cc02cde7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1a2de2823f8b25b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"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":"9b0adace1dcca41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770335610,"stop":1707770335610,"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":"38668f1249d2a5d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"240e71e5552a62ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"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":"de18e05a47898406","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"cb6d38d6bb76d3b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"ccf6e5727fe0c819","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"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":"38d8b20d74636eb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"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":"9a8e7a1d3665fe5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"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":"7cb0a1afc130f954","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"b96fcbd34f3984b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"24a70cd808154fea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"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":"158d5ba5979cfe2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"bdd89bdd5acacdea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"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":"2fb602a5ec4927b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"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":"dfeb786cbf1141d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"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":"6f7462475adab8b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"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":"412b69b031b2b1a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"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":"391939995f63e71f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"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":"4fd8af0c58407dcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"6312e5f2407c80f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"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":"2b3881fdcb0eb0ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"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":"5159e2425748166b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"88b9626ed00599ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"a42a54c89c5b2ec4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"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":"2cfdbca84c18adb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"b79302361f20969b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"4a5c0755ea13e16b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"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":"5b76bb849a4669ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"aa56189ea5e3c262","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011600007","uid":"98840ac69cbf6853","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"94c4421c534b54f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770142482,"stop":1707770142483,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"99cc079f5c9bcb63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"e44effc9215961f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"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":"7adb77749bc70f0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"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":"50ad32e3518b035b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"813f6cc96429715d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"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":"8f2a75b5fb5036b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"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":"9fdec57b1ccd949a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"597f9bfcda184cfe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"aacdde2f9809034c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"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":"f9404c955109c07c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"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":"c113a33c729c954e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"9fe35837e4c0ea8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773601516","uid":"216572bf2cfb22ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"c10bd3ae1fab81f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"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":"506521b8a14811d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"5c1279b6cb2769e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"70ff39f387612943","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ea7686ce0c87fe97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"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":"4322ea0238ac6e4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766689,"stop":1707769766689,"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":"6934684d234a8639","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"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 forward","uid":"9e3f254b547dbbd8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"a1f04948a3c2ed93","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"8ade4b59689decf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"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":"eb0e559bfac46dd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"a954f7a94ada029e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"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":"f4c9fbccad583878","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"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":"2e3fff04e9dea35e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770001387,"stop":1707770001387,"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":"980fb8a2dab8fd67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"57b551e7a326528","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"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":"286d97d97e8fad22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770335632,"stop":1707770335632,"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":"124cefe2009480ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"9942e3454a48d75e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"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":"833fd4353df754ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"51e1f12e2a18a5af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"69400db10c57aa3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"59aecd4e453853fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"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":"702e321b5d0e490","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7029b826cd9f4ac5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"8b7eb9c34ee3d65a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"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":"c1e93710719d4dc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770018835,"stop":1707770018835,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c727ccb3650e78d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"de841fd0e797eaa4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"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":"c0acf8c6302641b2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"b48097c0873ddc57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"c29606ab1643f44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"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":"6cf00d86ab738f34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7d8949d73b8a2b0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"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":"b19b4d8a6679482a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"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":"902abc4d7ac60cb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should not fail to start the service if it is already started","uid":"58b7a4c63cf9d9b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"fd91636cf4d5e7df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"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":"65607bede5de56d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"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":"67b02248cf5a4615","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"9d6ad262aeb7b964","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"4456f65203e61181","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"7c44fbf0fc3e9e37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"75cdb84c4885aaff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"7767795f824c862c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"6d6ef935883b7ee6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"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 31 topics (old limit)","uid":"46bfb2111ac373cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"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":"d093bfbd114b3b97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"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":"d97358fd64a2d184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"61f084fef4d0b606","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"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":"646c82f5bc73d915","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"87df996ff4e94500","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"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":"8861ecfd491c7774","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"48d879a9e04b932f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"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":"3da682f702148f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","uid":"5ef11d890a549d12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"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":"6683e7464c657db1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"19e935d1e81ff009","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"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":"58b719d108d67382","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing unicode special characters and publish message","uid":"55cec279cd947cab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"2e8eaa96ec8152be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"301229a25d574c70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"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":"b8b057837ca6332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"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":"d43a29ca1a0fa86c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"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":"96cf2fc15d09eb11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"2316c7bbf007624","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"99dd5e43dbc1d370","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"b455a83b718d67c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"5265bc5974cede8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"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":"a429c055484336de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"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":"c3bbf8cc4e54a6f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b1ae82a64ecc34de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"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":"132624b091318a4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"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":"aa1d93311ac9db5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"34a4a92b7b00ddd5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"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":"9f6e5cfdf8007428","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"90a5fea4fcbc6212","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"2659b8d09cd0175c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"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":"fbb7ed7bd3a45460","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"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":"42266912e0fcff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"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":"4ef9eb2dcf049c99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"a374300a3adf8c7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"86b00576ebcc9e9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"950a82e7db5fffd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"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":"69cf799b6f196a0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"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":"30df96d52a12b578","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"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":"9b3c033bd0b425fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","uid":"f5ad8ec457da5d4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"ad21c5f00a8853a0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"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":"b23eff9b6cb4680d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"55b0c80548f0ed49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"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":"49652613aa1386ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"bcae391dad7e797c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"8b300ecafe22acea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"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":"c92a0c4de57afa5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770424183,"stop":1707770424184,"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":"db33f0ef6e592f61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"2db5d3e522bf94d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"e9644f5b2bdf7cfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"f3b27c83715d75a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"50beea44992aa161","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"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":"4d46c8769e8b9331","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"79f5f84e8af1dfa0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"46da5efe83d21d01","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"22fec8ccea937445","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"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":"495fc8941603d8d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"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":"4ab799c450a822ff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"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":"5899354ae6f1a8a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"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":"aaa5f8c7ffffa1f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677011601516","uid":"1388ad31512f465f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"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":"6cbf9a5d50509e0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"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":"3cc99f86316f3442","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"5376ef6bb9988017","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"766d5e2db21990e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"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":"47e6697566985882","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"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":"bc380314f61838b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"fd6b6ff315a3e4cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"a9e2a946fd3c6961","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"f5c5602c0f9f653","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"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":"68fb3c41ad0d9d1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"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":"e22b2785ba6038ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"ced2723a03c0affd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"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":"f56c7de4bf4abd10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"5875ce7d72b8ba0a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"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":"17f3dcd4669f9b30","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"507c91c1ed4056e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"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":"9d597c9264fff277","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"8af38e2eb2baf574","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950 ","uid":"304d5caf7d621ab1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4d56a4d7f980e263","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"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":"57a7a2704139f16d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"b5ba2cce04506e91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"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 false","uid":"5adaaa9736734d0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"a91f7e192bd14463","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"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":"8dd0b1c1441b58e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"1c03ba5c8543392a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"c0abd36bf1436e9d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"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":"d622ccef147bf904","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"3f00d15db25ad8f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","uid":"2d52acc101ac1d8f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"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":"d1bc690210e8802f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"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":"d3213ce5fe2b1f41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f2336293f1892c96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"95924ec13ada27bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"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":"281711e2fcf8606d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"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":"f7533677d54c1164","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d99c6ee28ee8e24f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"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":"80eae47e50e64734","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"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":"79bc8f86f4ee07a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"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":"466e05eadd30d8d4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"4b495dc82b5a9fe1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"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":"f3cc6bad79d0650f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"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":"31f9238b722939f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"8e17697b7bf20c6a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"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":"7f844e37a53d3d64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"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":"c34efc1b55faca25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770131709,"stop":1707770131709,"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":"f575fd0be28434be","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"9064372f064289bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"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":"72db306e15ec8b5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"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":"ebb46bdddbe6fd5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"7889af2304dfb5fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"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":"1efc86d6490e971d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"62c8cc5a0ecafd63","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"c7362ebf2d1ccfe7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"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":"4a7f150d7330ce98","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"f5f36d284c34e182","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"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":"35b9bc97fcb1361d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"828aaaa833252e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"3ea437ff036c0d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"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":"aa2392036f0a992e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"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":"a56a7947f3c96ab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","uid":"67caea866b4fcfb6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"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":"c00bc31a2c1c03e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"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":"f055da4bdd65a3ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"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":"d9cf1f5fb0e40678","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"ca858c2ec8aec26e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"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":"e394f617e12e0e8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"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":"dd7b6b712b14b6d5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"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":"7089380d2deac505","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"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":"56ce9c659bb9811b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"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":"7bd6685fb7ab6a21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"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":"5cd0d49ed39d938","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"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":"957941a0b8129cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"b682ed96ee2e7243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"ebef3d874dea2a0c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"334661a64b6f2399","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"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":"518b9764c9450d16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707769825086,"stop":1707769825086,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"a1b6dcada8dbad61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"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":"ee2257846974123f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"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":"4cf5e9c6c7fabeaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"58ac133c8e486853","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"aeb76fa37c84edf0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707769789806,"stop":1707769789806,"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":"5b721c1947ec18d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"bcf2d7f36828e557","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"390e65815824c096","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Arabic","uid":"591ce52935e7d84b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"38c5698cb16c95a5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"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":"2ad1ce196fb94922","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"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":"2cd227ffa736f373","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"94927b9fee4ba9d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707769852804,"stop":1707769852804,"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":"f4dc6eba8f7d9f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"74581c87fd2a52b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"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":"cba275eba6dfb664","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"58cf68b3c4e95727","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"70b3ae1baf529f9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"421ca229551fe733","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"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":"12f72bc048225556","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"428caac747694461","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"67bbd8491ad92a1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"bdb2272296720fd9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"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":"5d591cf6b970936d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing JSON","uid":"97fa05eed189a88f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"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":"4e3da60eaecf0480","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"1c6aa00484e890e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"772398f880ab7e81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"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":"a99f85e3e9cae80b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"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":"f71a04cb93b2fb92","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"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":"89ae457aedf653e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"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":"13e4b0efc499b9bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"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":"866ec6caea5f44ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"d4ae065c85d50652","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769811950000000 ","uid":"c6650bc55cf99520","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"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":"553aed222fb9da71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"9fee36f20095e4f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"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":"8ff2ca598b5e7861","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"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":"a0e674fc5d0b7112","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"50d0ef14bc3be711","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"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":"3ad72f414f36c722","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"a5cb89fde165b4e8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"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":"7085d47c4febcfba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"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":"66af16e9cb60aebd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"b6af89e5bbb12c91","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"1d6b9378e332bed6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"37b48df0061958b6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"5ca71f31ac5ae420","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"f2b7283069feac1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"36940ae2cca0f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"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":"cd6852d0e80b434e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"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":"946e3c4e0ec312ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"5ca525a761e07bfa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"c1daa43b43685c76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"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":"b5bed94f6741bfff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"32129746117b04ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"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":"75f53f3631274f1a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"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":"af67ee01065d8525","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"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":"223cf2a8cf5a7891","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"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":"1bab8eb561de3664","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"8b1b0bebb8236e57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"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":"87d7cee09b9fb6fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"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":"49c90b7e82bd9969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"b072e0a8c9644429","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"325fc2237f44ab8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"9fc3324693f6b8b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"f22657899405d2a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should only return 1 node with store capability","uid":"e7efc4408d106eae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"1af80a3ecf4813a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"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":"f100af6c9b87404e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"bf1f99c949d26d53","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6195d834738670b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"a0c83500591e4681","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"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":"a3557c674e2d274","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770424173,"stop":1707770424173,"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":"a1947ec409134805","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"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 forward","uid":"6df8b426819fbd25","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"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":"1324ff50fdeacbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"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":"98f303af88bcc3e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"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":"48c1b4be0f175ef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"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":"25830e6cc52702e3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"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":"3c7eaf5a9f568499","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"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":"77f40b650b5b4afe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"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":"ffd0059b2e720eda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707769812106 ","uid":"18f8f1e291995696","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"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":"bc5c7eda32ff3bdb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"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":"fda7e179c89cec64","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"56d283298e20af31","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"3315332233dd4c44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"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":"ffac6cbe2c336ba9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"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":"e3ca26196d8d2c6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"cd0d15345a8080c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"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":"125118953bf5e347","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"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":"61923ecd6542e7d8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"b069cb9fc4d3f10f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"e7dbfed8acf6fed5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"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":"31d8cc594e72d975","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"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":"22b48c7a1e681bf5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"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":"e6c946f1f68adb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"f70f6233c3af1e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"d61f8cc45c2f5c86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"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":"1b1ae8d6897a48a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"7f44568f3ca95c36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"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":"21d2f3fd5e1bd5fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"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":"37551d4cd3c2acd1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"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":"e4d6861dd25cfa75","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"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":"661fdecd8ff265d7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"ae0635c5863a2814","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"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":"e5fadd0e7886fdca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"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":"4cfc68a37438912a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"7910db434b85a837","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"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":"6ee08259b9ae6134","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"35ccd87db40fcadf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"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":"dcd4e5b292f8a81d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"bc440b139c9fc458","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"11e6898894ed0f1d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"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":"ed6da84c39ab5ef7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"2eb18715fa5f66c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"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":"aa2e602284eb2e7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"97de0b388edadabb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"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":"2daf5e14743b78b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"29c354162b2d5d21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"11cf6a9fa7f03011","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"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":"5728cf043ad33e0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"1b4a225d9fa59e1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"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":"c2b0aff42d682b96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"42ad72f03876b95e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"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":"5d27da565a025076","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"cf8a11401f3fcdfb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2cd38c6f551f2eb9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"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":"dda2805c6a76dea1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"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":"1453d341a814dd2b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"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":"2149e3aa02c5c7e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"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":"7348db86280933bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"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":"758dfe8d4da5bd0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"350038fe77584430","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707766401516","uid":"f19814b3c6f219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"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":"6a2f76558cd69716","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"50b70d34b9fe4d8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"564e87c54ed57cc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"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":"654f3b56788ce516","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"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":"bc83a26e077ae397","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"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":"24941bca768f285e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"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":"47ad5624925b93f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"89dc0033d91ddcb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"a2caff49842c994b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"45f6b1e94af14c95","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"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":"c60b328739577386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"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":"34ed353c066c6d97","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"3affacac03035e7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"44046cf81553e728","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"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":"98adbce2d2dceb3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"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":"1999a27752d432f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"330140cc20b63249","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"eaaf00acc2b9b4bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"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":"daed37c084ad227a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"84dea4da931079fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"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":"663f23adcd7161d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"7d9dbc75862cc6ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"467b4306f625b701","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"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":"f44fa2a3ebf101ce","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"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":"1800e9b89ee7c425","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"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":"b7d0c40b909f435a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"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":"411b98200239713b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"1b8ebe2689312bf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"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":"b36500448a7772","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"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":"7675f37f190c0aa6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"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":"74ca533cb14f22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"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":"aab1e05e74864319","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"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":"2b733eb6dc05c04e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"968e2199272b9a7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"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":"3aa2fe4d88f9f37f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"dacbedd9a7e8e89d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"c66d3a383ff01fdf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"711c618cdd2e0af0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"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":"5a9c372cf2fe08fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"10d4de45052a1640","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"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":"9c9114fa67004677","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"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":"b1341c94b29295c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"9e5bde7596bf1406","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"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":"36c59a5152aad99f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"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":"ac41648ca8a77ce7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"f7c6668dc29e0d23","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"ed8df1fe845645aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on autosharded pubsubtopic","uid":"ec3f381eee5e3cb3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"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":"eae36a889b85c938","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"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":"e99b13aa67513920","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"fb986c8114b388ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"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":"a030f244b24dca96","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"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":"719cbebe7b547ae3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d793e09e88ffa36a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"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":"aa876eba3014fcaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"fe41bb42686d1547","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"1d0c4aac93d55f79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"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":"6be30cfa6afc4bb8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"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":"4dcea99a378b752a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"98212c86c0c01ef5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"506958a9bb5ffb71","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"2a3e1b892b694d7b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"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":"8e40072116322214","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing XML","uid":"5ee441879d1b688","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"9e30edd80e8991fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"5edfcea4b505ecca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"25d9a13ae4ee3cde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"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":"7cdcfdc03b701571","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"bebf2fc8d9346465","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"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":"7c38dcb7c0dde0fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"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":"5dc3e6510753d012","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"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 backward","uid":"704b374bbfe5335c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"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":"c90d387f9d25e45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"f0a120a12627105e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"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":"32c922f0d1d2459","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"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":"395c2d9d56ec6982","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"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":"f424b6669b53e513","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"dccba2d9f830efb2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"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":"954aae1b83937d5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"bec6c34264aeb139","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing JSON and publish message","uid":"8fb45e5129fe4d13","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"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":"697534a2e92edaee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707773600007","uid":"25402c778f185e5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"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":"8fb3c0547e0a44de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"df1703d69d19d502","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"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":"62c6a7879070b09d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707769825085,"stop":1707769825086,"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":"e7a5877846667b7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"ba403caf040f893","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"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":"a7d218e93dc37516","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"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":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","uid":"8fe7a0528649dacf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012495,"stop":1707793012498,"duration":3},"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":"beef9b77d1071916","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792846322,"stop":1707792846323,"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":"380323bb1c8ea0ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059098,"stop":1707793059099,"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":"b3d55b6b594b2527","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","uid":"d62ae0c9dfd0e983","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012511,"stop":1707793012512,"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":"4b2f21550f2de9b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"26bb3a7e13fc4edc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"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":"b1aaad778b5dc454","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789412699","uid":"a912fc13354f659c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"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":"4ccc441a6b2742b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"5a03d8b494f67075","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907231,"stop":1707792907233,"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 2 bootstrap peers","uid":"74fde2bcae1c3fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012467,"stop":1707793012468,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"844ec15e728c3211","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"be52fc8f190fe953","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check message with extra parameter is not received","uid":"8279a10bff3b46fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028290,"stop":1707793028291,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"7e697f5cd0492845","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238858,"stop":1707793238859,"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":"5d66e22dded0fe60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793354573,"stop":1707793354573,"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":"e795fa83cfab8e6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792592,"stop":1707792792593,"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":"b4bcd8fe3fd8f4e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"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":"412d6689cb9b33c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"597ab9f4c3d997cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"356dcda81f987a42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028285,"stop":1707793028285,"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":"8cdc781d54083eda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238876,"stop":1707793238877,"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":"5945be84978c5089","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792958831,"stop":1707792958832,"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":"c1ecebce25c14e9e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"61a866366a3040c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814223,"stop":1707792814224,"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":"15f4e49680193c2d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355775,"stop":1707793355776,"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":"c8025512ec9b7c7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168681,"stop":1707793168682,"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":"f2c1bed73cad45cc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"ba4e5c55d0527613","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"80a64f10810e0cad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with correct event","uid":"6fd002861cc55e5e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"4dfd3d73af96d06c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Mutual subscription","uid":"53aa408e706b2006","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168668,"stop":1707793168669,"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":"11d4db18a648395e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371124,"stop":1707793371124,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed after","uid":"fa320788fb103fed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp6","uid":"4be9c11319b48c20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"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":"af93167741a1b462","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907229,"stop":1707792907229,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"33d06a99112ac015","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"43d57e5ea5833ee7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No Decoder","uid":"ff1ce72f4aa93ce0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"c9e683e05b87fb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371115,"stop":1707793371115,"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":"4a0c3cbee3049418","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"8c877d88e800e0ad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371108,"stop":1707793371109,"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":"23083b2e32b253f1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"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":"dfd04763ea7c08e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371125,"stop":1707793371125,"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":"6b96ca264741be34","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446741,"stop":1707793446742,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing numeric","uid":"86c5fc5f2608fd10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"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":"3c9b85e20a960903","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"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":"fde4e4b6a8840020","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792550,"stop":1707792792550,"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":"e2a9a06eef357dc1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800002,"stop":1707792800002,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"4d128f90bb1d3332","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793088062,"stop":1707793088062,"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":"681458f686b6bdbe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792929579,"stop":1707792929579,"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":"76db239c4105ee49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"728013e8f2870c45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"b15935f5c06d11ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142778,"stop":1707793142779,"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":"f43ae38e495d1db4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"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":"a4443511c88d268d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"dce3a0d4662aa2d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"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":"ce35694509b24998","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"a553bbed71d0b2c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"de5a7a7052c27654","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"fcff495bfb8f9bbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"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":"a9964382ffd7eb90","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"3732eb0cee9ab3a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"3e8c61e682cf8f28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012467,"stop":1707793012467,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"fbbfd7651265a3e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370627,"stop":1707793370628,"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":"2eee805a613956a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238872,"stop":1707793238873,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"safeDispatchEvent","uid":"7e70ea98897c54a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - symmetric encryption","uid":"fbc769d72da408c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - times out","uid":"916632f996f80af0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should be called for bootstrap peers","uid":"74f7a5a1d87aab2e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792846324,"stop":1707792846324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d6b8f46e6270b50c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for multiple messages","uid":"31abb135af2ff5de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355775,"stop":1707793355775,"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":"37347df3157fb386","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890684,"stop":1707792890684,"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":"72e6e3f92d6eed73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"622cd29c7714ab54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371097,"stop":1707793371098,"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":"6265edc24308f6ea","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028285,"stop":1707793028286,"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":"e305991ae53cee6c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086616,"stop":1707793086616,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"bd6dbbbbc5de6453","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446746,"stop":1707793446747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"handles multiple messages","uid":"fceabef893907440","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793384586,"stop":1707793384586,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"listenerCount","uid":"73cab62f50496467","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"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":"8e67234dbf663e70","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing page size 1 when there are 4 messages","uid":"4105aa8f933b9328","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392501,"stop":1707793392501,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Rejects garbage","uid":"c0bf75a091af4024","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792809060,"stop":1707792809060,"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 backward","uid":"d77d2dbf084e0186","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793387156,"stop":1707793387156,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","uid":"2c38f549c843826e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012514,"stop":1707793012515,"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":"95a945e69900ead7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446732,"stop":1707793446733,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Reusing cursor across nodes","uid":"9290f9308502801","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay - dialed first","uid":"d157403cbe4fbb5c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"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":"f7cd19c5e8f10dff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012503,"stop":1707793012507,"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 5 bootstrap peers","uid":"ac01f18235ea78b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012498,"stop":1707793012499,"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":"1379be28e3e80244","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"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":"477254391a5a53b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"b62b937ec0f7a032","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792869304,"stop":1707792869304,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"b7d1296dfbe15f79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919942,"stop":1707792919942,"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":"cc751fccc6a30efd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814744,"stop":1707792814745,"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":"8df5bd76140ef9a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793446747,"stop":1707793446747,"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":"3c43bdf41dc3d7c9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"babc8f22fb8fa529","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287275,"stop":1707793287276,"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":"455273292b5b3288","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"c3d4fb922a23e7c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371124,"stop":1707793371125,"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":"88f05152897b9112","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Js publishes, other Js receives","uid":"d5d457d9e9768106","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793128332,"stop":1707793128333,"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":"be92f49bf4914698","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907230,"stop":1707792907230,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"c1b7788947250ba8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"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":"5874ac67edfe5e7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814742,"stop":1707792814742,"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":"7cd076a540aba185","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370635,"stop":1707793370636,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"2bd6dc2a157e3582","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - backward","uid":"b21b8ea65708b856","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793383651,"stop":1707793383652,"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":"c4aeb75906fd5713","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp4","uid":"ace052899b94700e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"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":"e49eec942ec1ba07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"1d6257f0cf171800","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, no signature]","uid":"2e8db92229d2f1cb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822802,"stop":1707792822802,"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":"dd39fc1f256bab2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168675,"stop":1707793168676,"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":"521284f657f31c86","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392503,"stop":1707793392503,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decrypt messages","uid":"8a3d3c0caf32039c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793095138,"stop":1707793095139,"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":"80e14ac0962a215f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142796,"stop":1707793142796,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"unsubscribes","uid":"9e99437b89c78946","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected return false after peer stops","uid":"3a4f4becb8677bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890685,"stop":1707792890685,"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":"d07f60cfc0cf4028","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012500,"stop":1707793012500,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"d37bdf9ca026c299","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"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":"a268ecfc732a3ca5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792550,"stop":1707792792551,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with meta","uid":"dd4b41318246363f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238877,"stop":1707793238877,"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":"e0f54c7d213a71d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370635,"stop":1707793370635,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6c34f2a2b93ed1bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012483,"stop":1707793012484,"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":"cd05f6e66088bcde","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793028296,"stop":1707793028296,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"e5771fed68a3c2bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"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":"18542f5259d42963","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to RLP encoding","uid":"5c0345a78bc75334","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"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":"cbaa2a0ca214211f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800004,"stop":1707792800004,"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":"264cab64810850bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958827,"stop":1707792958828,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d430e4dbca157156","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"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":"d502e665ca1d2f40","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no public key","uid":"d1bd54f84788297","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"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":"9e9d2095af9f1ae5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792929578,"stop":1707792929579,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"c15b2212bac74fab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012464,"stop":1707793012465,"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":"51aa55a554d04cf6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - backward","uid":"3bf1ef6096f8390c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793383650,"stop":1707793383651,"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":"37df1eaf9369d7fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"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":"22c2549a69cfe8ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792548,"stop":1707792792549,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"2269e0cfe4714180","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"2a5d7f4abee648c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142791,"stop":1707793142792,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encodeTxt and decodeTxt","uid":"e8a0017d478caab7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800803,"stop":1707792800803,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Wrong PubsubTopic","uid":"fe38eb2dea8037f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed after - with timeout","uid":"328ecf4b99676dbc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"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":"39ac1d0d4ec42bbf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792799999,"stop":1707792800000,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 relays, 2 fetches","uid":"d812350b1b0dea77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814756,"stop":1707792814757,"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":"d78f93d3af98e7f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800000,"stop":1707792800001,"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":"b41721bf1dee5eda","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805568,"stop":1707792805568,"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":"bcb64e4f3a9cf2ed","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028279,"stop":1707793028280,"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":"9cc51b976f088be5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"3 nodes on /waku/2/rs/3/0 topic","uid":"7d449ba7eb7ca3e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should use DNS peer discovery with light client","uid":"7d833a281dde26f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792849461,"stop":1707792849462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"ef76f9f2d89d5ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958823,"stop":1707792958827,"duration":4},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp4","uid":"2ab5be0a8f382983","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"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":"df8768a161749bb1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"fab4bf38e7bee615","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"b62d6e73f9aed059","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800000,"stop":1707792800000,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"401f044c6e482ec1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"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 31 topics (old limit)","uid":"f2b5e0c6f1e9b7d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"692ca337528b265d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral messages are not stored","uid":"5f1ec872e47cbf3f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [symmetric]","uid":"bff4ce34f34cf38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820891,"stop":1707792820891,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"cf60b9ea5f2d2804","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371104,"stop":1707793371104,"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":"a52ef9da2663526b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"4781ee06593ce431","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"1446f27b426a627b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"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":"70a3e6f5afe980b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370634,"stop":1707793370635,"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":"986479062af15faa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446752,"stop":1707793446753,"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":"78da8706a006216d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805606,"stop":1707792805606,"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":"6664612407dccec1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958829,"stop":1707792958829,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"71d28276ba4cd325","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation","uid":"ac380dacf2821929","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792795035,"stop":1707792795036,"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":"32156957ffeeb3d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059099,"stop":1707793059099,"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":"1f8805146267fb32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"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":"f8aabb51529d474c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304791,"stop":1707793304792,"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":"c1761f69e5518959","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"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":"6301e00a8735f1e2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012470,"stop":1707793012471,"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":"76b08d189b69d5b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793371131,"stop":1707793371132,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Multiple PubsubTopics","uid":"1db142976966724e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304781,"stop":1707793304782,"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":"8d3b05e54c157de","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355776,"stop":1707793355776,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"e8aea029968444ca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Russian","uid":"69435645beb283fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028272,"stop":1707793028273,"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":"8e50f1b9c0fc86a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"dispatchEvent via connectionManager","uid":"aab97a625d88f25c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792878416,"stop":1707792878416,"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":"c774d776fc8ab575","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369036,"stop":1707793369037,"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":"61b9f3173ca65968","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168696,"stop":1707793168696,"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":"206c1b1cb0eb6ca4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355776,"stop":1707793355777,"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":"3895295c5abcd874","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong message digest","uid":"a85d02cea362ba85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","uid":"d3af5f8c929865df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"connects to nwaku","uid":"bd4f3ab563d3d99a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793400887,"stop":1707793400887,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"44e0a8492cfa113","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with rate limit","uid":"6d9d9c1549d313ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370640,"stop":1707793370641,"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":"693e4e40da1aa95a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814746,"stop":1707792814746,"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":"966a7aaa127265f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"82ab530d3651190b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369032,"stop":1707793369034,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Chinese payload","uid":"71475f0ce56cc7e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370623,"stop":1707793370624,"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":"c15b5b708e476348","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371125,"stop":1707793371126,"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":"47cfd4015a024311","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"1b97547002e03220","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067 ","uid":"ee26032a19e7f8ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028283,"stop":1707793028284,"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":"6136611d0821b7b1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800010,"stop":1707792800010,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3cd9b8095d242cad","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369030,"stop":1707793369031,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should encode/decode to text encoding","uid":"a362b1734d6ad49","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"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":"ab1a3a57a157d114","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287279,"stop":1707793287280,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"d274040492ba7f7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371114,"stop":1707793371115,"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":"c65a358ab4381826","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907233,"stop":1707792907234,"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":"ac6102300e250736","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907234,"stop":1707792907235,"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":"5e5ed3e68b1194ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"d6aa97f8164ad781","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"f1cf072d01d1fef5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"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":"147135a6d4194f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"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":"dfa286225cfe5e58","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"dfd1e57bf4eb9002","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"a75a70fb94ad2e09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"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":"9f08bd817c329167","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"262bad25ddf8cedd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238862,"stop":1707793238862,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b85c0b207d46ee44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"udp ip6 address","uid":"e478d0baa9416483","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"bf0996152959c745","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028276,"stop":1707793028276,"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":"94e158f5a54473fd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","uid":"7d6bba91a7229593","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","uid":"b00e6777e6e3bb77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publishes to nwaku","uid":"b573e086563c680b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793128331,"stop":1707793128332,"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":"e7f5e0bf7df6ded6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"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":"30971d9b353f5312","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446737,"stop":1707793446738,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"28847ed8a12aa789","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push 30 different messages","uid":"11ea15871c75c65f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370630,"stop":1707793370631,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Does not throw an exception when node disconnects","uid":"b8fd845bf60bcad5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"242fd63c44f0097a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086615,"stop":1707793086615,"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":"d346bdfed2395d37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370627,"stop":1707793370627,"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":"bdd484b9a9a06978","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370632,"stop":1707793370633,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"7fe3d1283a338d0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"aa470d1db3ebcf85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"7963619c63111dec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check meta is set [ecies]","uid":"b75a1a5922d90b1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822803,"stop":1707792822803,"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":"e409ad3f6287d571","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446742,"stop":1707793446743,"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":"2c65db1aa2746771","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800005,"stop":1707792800005,"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":"7d94fcec759fd0df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238863,"stop":1707793238864,"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":"1e05812b9cf78428","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with escaped characters payload","uid":"fb527fa6d1061b37","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"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":"9f6506e29aa3e52e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792958833,"stop":1707792958833,"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":"16408df251bec517","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, Multiple PubsubTopics","uid":"e6268d77c27242fb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Russian and publish message","uid":"59c22a3ec248ec27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168685,"stop":1707793168686,"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":"3f163386435c63bd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"ff4ece4c8767475f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"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":"af9303569125bf3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958828,"stop":1707792958829,"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":"5a8254595a4f5bc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"8e79c918ffd9ea99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary serialization","uid":"cc35db13af0cb524","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805602,"stop":1707792805603,"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":"41c2eaba5c820818","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371113,"stop":1707793371114,"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":"b19c222dfd10bdf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"pre and post cipher","uid":"a534857cfd82b057","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"2f11a41b55cebecf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"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":"836963649dbc3438","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Arabic","uid":"12dc2c49a7aecbeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"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":"59951f2ed14ab21d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"2b520dfa7ae6cf87","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Multiple PubsubTopics","uid":"ccdf5cd116aac99","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304789,"stop":1707793304790,"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":"25dd018bf4475d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168672,"stop":1707793168673,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"58d98734661e8a19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371100,"stop":1707793371100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034612699","uid":"5375952f6039385b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with SQL Injection payload","uid":"ae0fad737c4c0b89","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370625,"stop":1707793370625,"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":"f31b44beb941a50e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238873,"stop":1707793238874,"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":"116c458000ebdaa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit a peer event after start","uid":"49446f5b3504079c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"ed68015c04ae7c0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"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":"8ba30b99866a801f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238873,"stop":1707793238873,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish duplicate message","uid":"6dc7122b7761e78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153226,"stop":1707793153226,"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":"2956f03dc29cc7e6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086602,"stop":1707793086603,"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":"3600a71b190c3504","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793088061,"stop":1707793088062,"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":"e6bd34cd5ac9fdb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"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":"beb3d9c4e1caa9ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp6","uid":"708c21c60c314c41","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"b6e2ff6b1861ef8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","uid":"8e65953ffb589b00","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"2f848a2b84ea2ec8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fields are not dropped","uid":"97fda087fd37f318","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805022,"stop":1707792805024,"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":"e189addd65cf4d62","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012484,"stop":1707793012485,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing cursor with wrong pubsubTopic","uid":"fbf7f3d4db0013b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"cd58276e68349186","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958832,"stop":1707792958832,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"isConnected bwtween 2 js-waku relay nodes","uid":"290df14c419f6f56","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"7a63dd7b7594ec47","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"216bcd0d57e0d835","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"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":"3cd1b5dbc98b3526","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"9b86b2e84b061167","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Script payload","uid":"6847ae21f2fbc1d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"caches peers it previously fetched","uid":"ed43bef12dafa6b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"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":"99fcfc4b5c716eeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793371107,"stop":1707793371108,"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":"e1d546de4251c806","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369034,"stop":1707793369034,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"d843cb3f188ab455","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"through manual discovery","uid":"97799c92c3a24a44","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [symmetric, signature]","uid":"49b5a9417d3a8380","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820890,"stop":1707792820891,"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":"4242d75079a005cf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"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":"8e2d7a06a15f0ea2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793354574,"stop":1707793354575,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with wrong pubsubtopic","uid":"6705f4874d6eca3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153227,"stop":1707793153228,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"bace446017574fd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nwaku publishes","uid":"e96537e332504eae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Privacy Node - default protocol","uid":"e9a8abb442715757","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"689444ebada4c412","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446730,"stop":1707793446731,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message on custom pubsubTopic","uid":"d55838876381600","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086602,"stop":1707793086602,"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":"4c377726deabb4e1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793354575,"stop":1707793354575,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sets default value correctly","uid":"a317a48390b28edc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793400889,"stop":1707793400889,"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":"ec2922e2fa38747c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086617,"stop":1707793086617,"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":"68b82eb9730b2476","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with long payload","uid":"5eb7315e4fea1283","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing SQL Injection","uid":"d3bb884944966285","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153217,"stop":1707793153217,"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":"b942e5bb97a47350","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805567,"stop":1707792805568,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should return false","uid":"827f6b5b66c8c251","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"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":"9307d8570161dd20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392502,"stop":1707793392503,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing short","uid":"1f64cde6e15acf61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153212,"stop":1707793153213,"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":"f7079c869e061d10","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168680,"stop":1707793168681,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"c8c9e5ea38e4472f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - asymmetric encryption","uid":"3777a5ad2bf64b07","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848130,"stop":1707792848130,"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":"f5370d7b4ba487","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822805,"stop":1707792822805,"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":"e1f4338516c0133e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793354574,"stop":1707793354574,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Symmetric encrypt & Decrypt","uid":"d70428cf06a62bc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792821409,"stop":1707792821409,"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":"bd564010f4cdd27d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168695,"stop":1707793168696,"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":"eba2602e0018d80c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792795036,"stop":1707792795036,"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":"18485aa82b309aeb","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793446734,"stop":1707793446734,"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":"9d8a1f8f6615fd6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with short payload","uid":"dc2b0f8e48bb72a1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - forward","uid":"82e99f2ca6fbc61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793383649,"stop":1707793383649,"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":"3a9c915887d40911","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815080,"stop":1707792815081,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing XML","uid":"67543c82acf2c284","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect (autosharding)","uid":"f3a7b6b4f2f296e5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012462,"stop":1707793012463,"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":"3cef6830630c5b32","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238871,"stop":1707793238872,"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":"ff176b8405437a45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012476,"stop":1707793012476,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push to array if already present","uid":"ba15f67b69ddb8a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792129,"stop":1707792792131,"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":"b84d8226908260b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"6ce4f306a0e8f3ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Russian","uid":"cd15be0494c6a1f6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `peer:connected:bootstrap` event when a peer is connected","uid":"d50a547e605334fc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792838867,"stop":1707792838868,"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":"3e8b4cc0bba48231","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"All","uid":"237b111e92a9e935","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing long","uid":"e7152a0e378d4be1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028262,"stop":1707793028263,"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":"f186442172de026f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446751,"stop":1707793446752,"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":"f9992b49f065010c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"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":"2cb7d0263fe43fb7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages on 2 different pubsubtopics","uid":"d6e78758f8d4d62d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793086605,"stop":1707793086605,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"stop","uid":"d96387bd33fcb26","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - udp","uid":"f73ba97c866ecfc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"recovers when dns.resolve returns empty","uid":"e414ddb69493abc6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"3bca0451dfab9f6d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing special chars","uid":"1e89253f52847b84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly compute the node id","uid":"210c1799e55dd357","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"908341bc8fac2508","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059182,"stop":1707793059182,"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":"b34ab433e8e5b3f2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012471,"stop":1707793012472,"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":"a980dce154618f0f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"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":"8050b14544960611","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371105,"stop":1707793371105,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Accepts a valid Waku Message","uid":"bfabf72458b69e27","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"abcc2e2f1a5b28b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820892,"stop":1707792820892,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with shell command payload","uid":"c11e52c9b60dbf14","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"e60346f706961514","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing Script and publish message","uid":"2124bc31cda2d646","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168687,"stop":1707793168688,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay","uid":"aec9b4068c9a6b45","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848725,"stop":1707792848725,"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":"8aa506b130440f57","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","uid":"20a63c7eb0cf973b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907231,"stop":1707792907231,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Using a function","uid":"189f2405630e8444","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"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":"d96bc0b4fbf688b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"494645585e82853f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369035,"stop":1707793369036,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"80fdb3fe15a04e36","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371117,"stop":1707793371118,"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":"b8719a801a5cb378","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku subscribes","uid":"833f0ad780a0520a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"99959ade6840c143","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142780,"stop":1707793142781,"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":"a88d1f89bfe6a3b0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"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":"3aa098beff997670","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"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":"5ace0edea7df17bf","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907230,"stop":1707792907231,"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 false","uid":"e1e28c38238cf576","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800001,"stop":1707792800002,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"75ff6f5248aa6a1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805604,"stop":1707792805604,"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":"2275c8176aa1404","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"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":"fd8117e9229abc38","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907233,"stop":1707792907233,"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":"36f4f13f99f50d12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sample","uid":"54a2042a900b4a3d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800221,"stop":1707792800221,"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":"836ecb55a00181b4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"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":"55ea81b56c4852b5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"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":"14f23d2bd7082ba","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792838870,"stop":1707792838870,"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":"13ab44d8dff0f84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"606b0de30f9dd55d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"ceff03afd73d0984","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028261,"stop":1707793028262,"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":"e76c7b10f8bde11f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing shell command","uid":"b54a87418b625d2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"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":"891accd48817bde9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392500,"stop":1707793392501,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing long","uid":"3c2e39983ff073a8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153213,"stop":1707793153213,"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":"b7b8e1753f1b7d61","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012492,"stop":1707793012492,"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":"5f3f67f2738701aa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"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":"e3e947160c523976","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"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":"5cf85269ef4a0ac8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238870,"stop":1707793238871,"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":"a2e2a80a4bbf4bec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Ordered Callback, No Decoder","uid":"97ccb41b5c84f15c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304786,"stop":1707793304787,"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":"6cee2c8d7682e14f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"41ebfba340f15b60","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919940,"stop":1707792919940,"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":"221c0b330ffe6501","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"A test","uid":"cd9a064f06a56880","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059180,"stop":1707793059181,"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":"2362450c3af62d84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820892,"stop":1707792820893,"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":"6ae38198e540bdb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish without waiting for remote peer","uid":"93aa5b690af58224","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"2ff72e4911405bf8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Passing an array","uid":"d015225ee361cf06","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing shell command","uid":"b3b4c2994ab9ff77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371099,"stop":1707793371100,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"7ec1952e065d1dd7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012459,"stop":1707793012460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, No Decoder","uid":"9f30c4d648d5f260","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304790,"stop":1707793304791,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to topic containing long and publish message","uid":"c9cefff742611fac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168679,"stop":1707793168680,"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":"43122dfa033d86e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Refresh subscription","uid":"14be64cc99c6ee7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"broken","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":true,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"LightPush","uid":"6730b871158c9a11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"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":"e5253321bb0178b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set UDP multiaddr","uid":"7f004ad97fcc7550","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"tcp ip4 address","uid":"edd6214754085044","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800135,"stop":1707792800135,"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":"4afc8fd2569a049a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"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":"18e294fca4d1e996","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814223,"stop":1707792814223,"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":"8241451025eaf79c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142779,"stop":1707793142780,"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":"e25f0a23e2746760","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"9126998c0e0009d3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238863,"stop":1707793238863,"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":"2ce3c8a69faf9a0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive ecies encrypted messages via lightPush","uid":"bf6f142ebbca0f7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446731,"stop":1707793446731,"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":"ecf082d0499c268d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","uid":"eecd4bbe6175b766","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153223,"stop":1707793153224,"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":"bcdbb07592fbffdc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792929580,"stop":1707792929580,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 fetch","uid":"a05df0055ae7e372","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814755,"stop":1707792814756,"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":"c3c89eae87910aa3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012511,"stop":1707793012511,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing special chars","uid":"d091fcb17cb06d79","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371109,"stop":1707793371110,"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":"d016caf54e9484","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"fccf41fe06851243","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"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":"9cc11494ccca1938","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800008,"stop":1707792800009,"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":"ae41c5920a30cd3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"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":"f6c1764936882fa9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814743,"stop":1707792814744,"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":"be28184e85084791","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814745,"stop":1707792814746,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"groups content topics by expected pubsub topic","uid":"27b4054fcb2f1709","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792553,"stop":1707792792554,"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":"4a73f2968a4f9021","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should properly create location multiaddrs - tcp","uid":"980403b1e1ce1dc2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"b4e3403bbe7192ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"converts content topics to expected shard index","uid":"2dccef650911b1c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792552,"stop":1707792792552,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should handle a minimal index list","uid":"55876a56587805bc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792592,"stop":1707792792592,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing emoji","uid":"3453d736075045c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Light Node - default protocols","uid":"b7838768e7658223","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ordered Callback - forward","uid":"1f8fc422d3b4d66e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793383651,"stop":1707793383651,"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":"a49bae0e9e233f16","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Arabic payload","uid":"c47d37ce34d5e9ec","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"4df144972f066d1f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028264,"stop":1707793028264,"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":"f191160c23dce064","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792551,"stop":1707792792552,"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":"259a77639d0ee691","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can dial TLS multiaddrs","uid":"8d10b5656006a29f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793093670,"stop":1707793093671,"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":"d71d52c1b46f662","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"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":"7ae2747500a4872a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370639,"stop":1707793370640,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"267990520de738a7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028274,"stop":1707793028275,"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":"3ae76ec83cca6f19","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"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":"524a3445fa87372f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"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":"8e9ccba4e09f3f7e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"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":"3312ef564d647fcc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"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":"5012dbe23b68afe2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012485,"stop":1707793012486,"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":"7c546ce731c0bff2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012494,"stop":1707793012495,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"nwaku interop","uid":"141930bfce5da8cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793230148,"stop":1707793230149,"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":"551b02c4b49e9067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing emoji","uid":"a9f559f9493530d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"it tolerates circular branch references","uid":"fbdcdcf34d0e40ae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"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":"1bcfd579b98bd13f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168673,"stop":1707793168674,"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":"7c4571254ab86bb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792551,"stop":1707792792551,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838067000000 ","uid":"167977bdb6c1f64d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","uid":"283cd2f9eaa49d3c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect","uid":"ac31dbfb5f65dad6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012459,"stop":1707793012459,"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":"474394424da8240a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168678,"stop":1707793168679,"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":"60eeb9d9fcc0db03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"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":"7d10e94729ae66da","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792799998,"stop":1707792799999,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: undefined ","uid":"dfc3dd84a4080ac9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371123,"stop":1707793371124,"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":"977336ca81ab0ce7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793153228,"stop":1707793153229,"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":"149d1c7158a6104b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"e15c0b354019d337","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370633,"stop":1707793370633,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Store, 2 fetches","uid":"3263e0f2f2f540b9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814756,"stop":1707792814756,"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":"e7b7d8cd8d06a58c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792846325,"stop":1707792846325,"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 backward","uid":"784685354b8e5f8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793387157,"stop":1707793387157,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Round trip binary encryption [ecies, signature]","uid":"7cee305fd00b898e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"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":"9802d585c72c1793","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"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":"c62793c6182a2f43","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"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":"7f1f76751191424b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814743,"stop":1707792814743,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with JSON payload","uid":"52ea7394a22dd995","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"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":"53412d951a41a02a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"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":"b0c17f4440db5449","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Script","uid":"dde7ee3f7bbb0647","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"373a49b79c1507a9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"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":"8c32b9da5d546a83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"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":"2f61758232802d7a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Fails to publish message with size larger than 1 MB","uid":"d3e1e9764503b51d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"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":"7b7809f6a44db87a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800002,"stop":1707792800003,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with wrong event","uid":"3fb5e35ef242875b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878411,"stop":1707792878412,"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":"8bb97c562455d3ef","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919940,"stop":1707792919941,"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":"8a86363c9b3ea98b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446740,"stop":1707793446741,"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":"1afd23b5dbdffd4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Chinese","uid":"ee0c5d6495e00e28","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with large meta","uid":"253bb059c691422","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"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":"57b3f8a38ea1cebe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"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":"1f65ee9394da87c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168686,"stop":1707793168687,"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":"3df7ef17fc92e5f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, with asymmetric & symmetric encrypted messages","uid":"1fb5518289810686","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"1183686d11b606b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"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":"cd651f0866acbc7f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800011,"stop":1707792800011,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Relay + Store","uid":"e687e1b47c6f1dc0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800819,"stop":1707792800819,"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":"b1490e6aa20990","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"24ed167b2b9ff36a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should emit `waku:offline` event when all peers disconnect","uid":"4487723428eb7fdd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792838869,"stop":1707792838870,"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":"fa053323da58213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446746,"stop":1707793446746,"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":"5bbab87de443f512","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe to 30 topics (old limit) at once and receives messages","uid":"b7a22f9550efbc20","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446734,"stop":1707793446734,"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":"db8307fb303ad01c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"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 31 topics (old limit)","uid":"302ccf76a93d20a2","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796612699","uid":"f4446925c3ed4ebd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"throws on empty content topic","uid":"22b2c03219947e51","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792547,"stop":1707792792548,"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":"da125b9e9ada1526","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153222,"stop":1707793153222,"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":"2471d11993d8625f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238872,"stop":1707793238872,"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":"9101a4679152edc7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800007,"stop":1707792800008,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should get / set TCP multiaddr","uid":"3822c9bc4e2625c6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"retrieves a single peer","uid":"750f1df7d2062b8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815078,"stop":1707792815078,"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":"4127902dd5f1ac2c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793028295,"stop":1707793028296,"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":"8e854ef4022ade12","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"304027a8197cd6d6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012502,"stop":1707793012503,"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":"d297d4ff5a25b354","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"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":"5789b5106be1e408","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, Wrong PubsubTopic","uid":"c579d72b6195f213","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1949153314000 ","uid":"ce4c3f4b0597fcab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028284,"stop":1707793028285,"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 (autosharding)","uid":"f166cda0231ef482","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"topics with same application and version share the same shard","uid":"cda585d0d3880e7d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792553,"stop":1707792792553,"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":"ec0c60b75ab958b3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing escaped characters","uid":"af7b86863ae24a4d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028279,"stop":1707793028279,"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":"c778894017771e9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059102,"stop":1707793059103,"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":"6457dc130342f3fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792869304,"stop":1707792869305,"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":"ce243c211a28a184","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012469,"stop":1707793012470,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Register correct protocols","uid":"344a8b8d2c30a683","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing Chinese","uid":"e4644e42e868d811","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing escaped characters","uid":"4d71f87db05d5b1e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153221,"stop":1707793153222,"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":"3ee4978a7f80ad5d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814221,"stop":1707792814222,"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":"98797d17a29ab634","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Used by Waku Relay","uid":"2cc89de92855880c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793400888,"stop":1707793400889,"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":"5219294f3b7c7745","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing SQL Injection","uid":"124cc08f54808b4b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator, No message returned","uid":"a3fbdd37c532a740","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304783,"stop":1707793304784,"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":"5e9a5e84d0bd4f9a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230152,"stop":1707793230153,"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":"ccd8f865c347144a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371115,"stop":1707793371116,"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":"2655c6cc6d6dabd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793243275,"stop":1707793243275,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with Russian payload","uid":"6e7edfa80812c5ab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238861,"stop":1707793238862,"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":"2542d60ddce53ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"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":"957ec802226ce060","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"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":"38ad82e9dd5c7a03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805603,"stop":1707792805604,"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":"4ffebe91ed5be523","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores unrecognized TXT record formats","uid":"f338accdb234207e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start the service","uid":"e94a894f883fe78b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849457,"stop":1707792849457,"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":"718342f0a27489e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with rate limit","uid":"7d3e30de67c4c2d9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153230,"stop":1707793153230,"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":"dcd5a137b57b49b8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370642,"stop":1707793370643,"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":"a08a829249282ef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142788,"stop":1707793142789,"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":"b556e69fd752604d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392501,"stop":1707793392502,"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":"8b9e49b86bc13bff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446749,"stop":1707793446750,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"does not throw on valid cases","uid":"c9fbbf0f3e327a09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792547,"stop":1707792792547,"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":"ad273d060d8ab4cd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing Chinese","uid":"d5b4db2a157621c3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238871,"stop":1707793238871,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and publish message","uid":"16afe6f916b349b7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168671,"stop":1707793168672,"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":"8897130aeb19e3ee","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Init the array if not present","uid":"5f82f87018be8289","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check publish message containing JSON","uid":"ded5d56cac4219d1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"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":"75a86a4d11df78f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"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":"656882ca0c470dcd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012465,"stop":1707793012465,"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":"e410787348a3c8fe","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800804,"stop":1707792800805,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query Generator - backward","uid":"eb266184655e69fa","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"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":"537267c96b0bca03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446738,"stop":1707793446739,"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":"7f10201d1edb459","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793059097,"stop":1707793059097,"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":"9fda558cd0dd0450","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371126,"stop":1707793371127,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - no id","uid":"3696b7f545496e3b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with content topic containing short","uid":"6e412209b74b253b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Callback on promise","uid":"b0d6fb86326b041e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"addEventListener with correct event","uid":"ef052bef7cdeadb5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Nodes with multiple pubsub topic","uid":"a39974da4e97935a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142797,"stop":1707793142797,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on peer without subscriptions","uid":"3e82c9597a9d7160","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field set to true","uid":"2f660ff27144ebd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805603,"stop":1707792805603,"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":"6042f4a52f2a143e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"getPeersByDiscovery","uid":"5c12b642cd8d8f77","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, 2 different pubsubtopics","uid":"21deada33a0a2b76","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"f56547116a8bd969","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958834,"stop":1707792958834,"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":"7d358c6d8a7ac537","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238869,"stop":1707793238869,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, same shard: nodes connect (autosharding)","uid":"6519c58c519cc39f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012462,"stop":1707793012462,"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":"ab6a27ffc938adff","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Asymmetric encrypt & decrypt","uid":"bc7070eddde86fc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792821408,"stop":1707792821409,"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":"2d2db6cf99f3b370","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"creates an iterator","uid":"623025527b086bfd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"10d7fabd67f3b01f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371109,"stop":1707793371109,"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":"f540fad1baae87df","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371100,"stop":1707793371101,"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":"cdd3de4bfbc48878","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"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":"d80eb2f2803d406f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370633,"stop":1707793370634,"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":"a034079ddc596323","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446744,"stop":1707793446745,"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":"c075cf3303077178","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958831,"stop":1707792958831,"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 31 topics (old limit)","uid":"196c3c5c06756dc4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Decoder throws on undefined content topic","uid":"e78da258d1fbb5dc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820893,"stop":1707792820894,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing numeric","uid":"af3ab777ee12eea1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Overlapping topic subscription","uid":"971cbc42d281bfc3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793168678,"stop":1707793168678,"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":"28198ce3e94ada21","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800818,"stop":1707792800819,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","uid":"9362aa3f11102d73","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399644,"stop":1707793399644,"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":"ba417fd6ab90c4f0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"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":"75bcbeaa40f7b9d0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"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":"843bfa42a14bbcb4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792929580,"stop":1707792929581,"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":"c1139d89c3d2ae22","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792929579,"stop":1707792929580,"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":"24dde3b610539337","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should throw error - invalid id","uid":"e2b61dce9238d6f9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Subscribe and receive messages via lightPush","uid":"9674a55deb04e7e9","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446743,"stop":1707793446743,"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 forward","uid":"6e1e02c7861f1774","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793387155,"stop":1707793387156,"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":"2e36727f52494d0e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"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":"29c08dd8a5f90d0b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805568,"stop":1707792805569,"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":"c2a58a28a01e65c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814742,"stop":1707792814743,"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":"813074e0d382e81","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849459,"stop":1707792849459,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Store - dialed first","uid":"96e706187f1cdb65","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","uid":"b1cc53f0e332fb03","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707792815083,"stop":1707792815083,"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":"b81085273cd1c50b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793088064,"stop":1707793088064,"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":"81d971dbb1c524a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370634,"stop":1707793370634,"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":"a18e5c2b704c34c1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Default pageSize","uid":"8fdff327e4dc2d8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392504,"stop":1707793392504,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on unsubscribed peer","uid":"94016863792f9b83","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919942,"stop":1707792919943,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"5a53e4e7a0e9f056","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012493,"stop":1707793012494,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"24e1bab256c0dd55","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707796559036","uid":"9e6d34051ec48ff3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371 ","uid":"fce8cd615f0f829c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371102,"stop":1707793371103,"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":"2d21b5f7f616923a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814744,"stop":1707792814744,"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":"4dbfd6aef8c02f3e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907229,"stop":1707792907230,"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":"a717290248be4067","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800817,"stop":1707792800818,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"should decode valid enr successfully","uid":"e9dbc454739d5ff7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800803,"stop":1707792800804,"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":"eaf40c676d589a8a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"removeEventListener with wrong event","uid":"c1d5108901b1ec5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792878414,"stop":1707792878415,"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":"5e095725c9452027","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing short","uid":"4f49d34fd850a886","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371108,"stop":1707793371108,"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":"6b10fc4c337d3340","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Generator, custom pubsub topic","uid":"3aa835d973519e4c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793369032,"stop":1707793369032,"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":"3a9a68f77966de11","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392503,"stop":1707793392504,"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":"4557d616f0b57c84","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793392502,"stop":1707793392502,"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":"459a28862f1b42e7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012475,"stop":1707793012476,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with numeric payload","uid":"1ee32e0e05b32d78","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1707792838371000000 ","uid":"a035552ef488137d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"numPeers=1 -- returns one bootstrap peer ","uid":"6e38a7ee5e498af8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012474,"stop":1707793012475,"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":"638989488f0b414","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"same cluster, different shard: nodes connect","uid":"925ea227301ebdae","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Filter","uid":"cd9d7f99635012f3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"44a9192c273257e4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"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":"3ef5e8924e4803c4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849460,"stop":1707792849461,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"ignores domain fetching errors","uid":"23ab9f297321c76b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"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":"a3810b73482e62f7","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Delete observer","uid":"56fb749c89c9d74d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793095139,"stop":1707793095139,"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":"2a6915f11d3b931c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"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":"3a6e5584389b932b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing XML","uid":"609b44b24ce3b360","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371112,"stop":1707793371113,"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":"7fc8e5cb91e5135c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371104,"stop":1707793371105,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with special chars payload","uid":"5e2f9341c06e0f8c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370623,"stop":1707793370623,"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":"f7305cfb35af012","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"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":"5a8c1478ec64ecab","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446751,"stop":1707793446751,"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":"d6d341cb375f8407","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371107,"stop":1707793371107,"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":"c1e00d1c31f15bf1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing JSON","uid":"eb120c2a1a1ee1ac","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371114,"stop":1707793371114,"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":"332b1fe9489c48af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919943,"stop":1707792919943,"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":"afde80010714f188","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with timestamp: 1649153314 ","uid":"aa75b27fff2eb895","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"d5510c9489c8545e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"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":"5b4111532b02126f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message with extra option is received","uid":"b9e58711e5060d9c","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"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":"4e7388f337eee427","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793168674,"stop":1707793168675,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"different cluster, same shard: nodes don't connect (autosharding)","uid":"3d7e3592bfb8d9f8","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012463,"stop":1707793012463,"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":"de008e5343780278","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792800003,"stop":1707792800004,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with emoji payload","uid":"54d65f4b42478a2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"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":"67fd5c7a155646af","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446750,"stop":1707793446751,"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":"e2abe1118b21649a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"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":"5b5eea86b2effd42","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"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":"e09a18f300bb650e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793012461,"stop":1707793012462,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with XML payload","uid":"18c3e80a9b27b0e0","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370626,"stop":1707793370627,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Waku message hash computation (payload length 0)","uid":"663afc1ef362cf85","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792795037,"stop":1707792795037,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"`waku:online` bwtween 2 js-waku relay nodes","uid":"59603118e50a7e09","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890683,"stop":1707792890684,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"1 Relay, 1 Filter, gives up","uid":"a873a8afc645d390","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814757,"stop":1707792814757,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"can start and stop the service","uid":"ca41b915acaffa5f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793230150,"stop":1707793230151,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","uid":"811919cbcd121669","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"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":"ff427b086815ee67","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793287282,"stop":1707793287282,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1677034559036","uid":"19cee804b3798271","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"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":"b7b0bd2f3dde818b","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371105,"stop":1707793371106,"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":"5a663e8a90e97ecd","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","uid":"9dbe73f8cbec9536","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query generator for 2000 messages","uid":"b4c21a309ba07cfc","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793355778,"stop":1707793355779,"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":"c34ac18d8705d7a6","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849460,"stop":1707792849460,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Arabic","uid":"16f06ead9df31219","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ping on subscribed peer","uid":"39c2020d1ee25293","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Ephemeral field is preserved - encoder v0","uid":"ec6a6c488518cef1","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792848129,"stop":1707792848129,"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":"d8c75b1e1143c0f4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Sign & Recover","uid":"6164152f76f157c5","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"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":"6387d45e7d4d801","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792805569,"stop":1707792805569,"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":"3892f4b2c1dbb10e","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"skipped","time":{"start":1707793153229,"stop":1707793153229,"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":"1c2bf423e464a489","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"given a content topic, creates a waku node and filter subscription","uid":"141b987a3aa7c499","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"flaky":false,"newFailed":false,"newPassed":true,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Check received message containing Script","uid":"6a7779e6688c8958","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Promise Callback - forward","uid":"12f863a4766edf2f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"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":"ac6ec4df665953a3","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Encoder throws on undefined content topic","uid":"f2526b2c00b13423","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"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 forward","uid":"9b9391897a88df0d","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793387156,"stop":1707793387157,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Correctly serialized arguments","uid":"2d587790afbfeb54","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793088152,"stop":1707793088153,"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":"451b8469be9f9d5a","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792907234,"stop":1707792907234,"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":"1e5ad979e83de90f","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792849459,"stop":1707792849460,"duration":1},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Query with Promise Callback, Wrong PubsubTopic","uid":"b6a1c76280fafe17","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793304788,"stop":1707793304789,"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":"a90d8169555007a4","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"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":"3c562690dfd5ec82","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Push message with custom timestamp: 1707789359036","uid":"6a77ec0d9b917aca","parentUid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"timeline"} \ No newline at end of file diff --git a/6406/export/influxDbData.txt b/6406/export/influxDbData.txt index aba148b63bf..ec70b894b2e 100644 --- a/6406/export/influxDbData.txt +++ b/6406/export/influxDbData.txt @@ -1,12 +1,12 @@ -launch_status failed=0 1707770435000000000 -launch_status broken=1 1707770435000000000 -launch_status passed=694 1707770435000000000 -launch_status skipped=23 1707770435000000000 -launch_status unknown=0 1707770435000000000 -launch_time duration=657823 1707770435000000000 -launch_time min_duration=0 1707770435000000000 -launch_time max_duration=13 1707770435000000000 -launch_time sum_duration=344 1707770435000000000 -launch_problems test_defects=1 1707770435000000000 -launch_retries retries=2 1707770435000000000 -launch_retries run=718 1707770435000000000 +launch_status failed=0 1707793459000000000 +launch_status broken=2 1707793459000000000 +launch_status passed=676 1707793459000000000 +launch_status skipped=23 1707793459000000000 +launch_status unknown=0 1707793459000000000 +launch_time duration=654628 1707793459000000000 +launch_time min_duration=0 1707793459000000000 +launch_time max_duration=9 1707793459000000000 +launch_time sum_duration=359 1707793459000000000 +launch_problems test_defects=2 1707793459000000000 +launch_retries retries=2 1707793459000000000 +launch_retries run=701 1707793459000000000 diff --git a/6406/export/prometheusData.txt b/6406/export/prometheusData.txt index 9cb87c68be8..0154a951390 100644 --- a/6406/export/prometheusData.txt +++ b/6406/export/prometheusData.txt @@ -1,12 +1,12 @@ launch_status_failed 0 -launch_status_broken 1 -launch_status_passed 694 +launch_status_broken 2 +launch_status_passed 676 launch_status_skipped 23 launch_status_unknown 0 -launch_time_duration 657823 +launch_time_duration 654628 launch_time_min_duration 0 -launch_time_max_duration 13 -launch_time_sum_duration 344 -launch_problems_test_defects 1 +launch_time_max_duration 9 +launch_time_sum_duration 359 +launch_problems_test_defects 2 launch_retries_retries 2 -launch_retries_run 718 +launch_retries_run 701 diff --git a/6406/history/categories-trend.json b/6406/history/categories-trend.json index 6082a624f37..7b2fee5e729 100644 --- a/6406/history/categories-trend.json +++ b/6406/history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"Test defects":14}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"Test defects":14}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/6406/history/duration-trend.json b/6406/history/duration-trend.json index 17824e6a80d..4f8f3518a87 100644 --- a/6406/history/duration-trend.json +++ b/6406/history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":657823}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"duration":619454}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"duration":660480}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"duration":628354}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"duration":651748}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"duration":595287}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"duration":693187}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"duration":643593}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"duration":671006}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"duration":668767}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":654628}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"duration":672394}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"duration":667620}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"duration":675435}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":657823}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"duration":619454}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"duration":660480}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"duration":628354}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"duration":651748}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"duration":595287}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"duration":693187}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"duration":643593}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"duration":671006}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"duration":668767}},{"data":{}}] \ No newline at end of file diff --git a/6406/history/history-trend.json b/6406/history/history-trend.json index 6fb96e3794d..b6698a4a357 100644 --- a/6406/history/history-trend.json +++ b/6406/history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":668,"unknown":0,"total":691}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":677,"unknown":0,"total":702}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":650,"unknown":0,"total":675}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"failed":0,"broken":14,"skipped":23,"passed":663,"unknown":0,"total":700}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":689,"unknown":0,"total":713}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":676,"unknown":0,"total":701}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":691,"unknown":0,"total":716}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":668,"unknown":0,"total":691}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":677,"unknown":0,"total":702}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":650,"unknown":0,"total":675}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"failed":0,"broken":14,"skipped":23,"passed":663,"unknown":0,"total":700}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":689,"unknown":0,"total":713}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6406/history/history.json b/6406/history/history.json index e02ec1ddd04..ff82eca7099 100644 --- a/6406/history/history.json +++ b/6406/history/history.json @@ -1 +1 @@ -{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"4d2932f3936e8162","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d2932f3936e8162","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0}},{"uid":"1cfaf8737fedd955","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1cfaf8737fedd955","status":"passed","time":{"start":1707769926380,"stop":1707769926381,"duration":1}},{"uid":"3e107304d0c9292c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e107304d0c9292c","status":"passed","time":{"start":1707760029630,"stop":1707760029631,"duration":1}},{"uid":"328e52e262737b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/328e52e262737b1","status":"passed","time":{"start":1707757713782,"stop":1707757713782,"duration":0}},{"uid":"97804d90662bb585","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97804d90662bb585","status":"passed","time":{"start":1707756348022,"stop":1707756348023,"duration":1}},{"uid":"fbbbffdedd2f3726","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbbbffdedd2f3726","status":"passed","time":{"start":1707753739732,"stop":1707753739732,"duration":0}},{"uid":"62bb03564b971566","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/62bb03564b971566","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"5a83906589c591d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a83906589c591d0","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/multiaddr.node.spec.ts)","time":{"start":1707750884259,"stop":1707750884259,"duration":0}},{"uid":"a30a533b46b95c14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a30a533b46b95c14","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"b6e2292fb2d4fcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6e2292fb2d4fcf","status":"passed","time":{"start":1707736018904,"stop":1707736018905,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"428caac747694461","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/428caac747694461","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1}},{"uid":"75c1e56a1ebc6f06","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/75c1e56a1ebc6f06","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"c1e3c610421c0af0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1e3c610421c0af0","status":"passed","time":{"start":1707760173995,"stop":1707760173996,"duration":1}},{"uid":"49cb19e1323aaf49","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb19e1323aaf49","status":"passed","time":{"start":1707757873904,"stop":1707757873904,"duration":0}},{"uid":"d09f06121eb622da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d09f06121eb622da","status":"passed","time":{"start":1707756499893,"stop":1707756499896,"duration":3}},{"uid":"2edde3dcbbe32431","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2edde3dcbbe32431","status":"passed","time":{"start":1707753870422,"stop":1707753870423,"duration":1}},{"uid":"12ec69eeb9ccc886","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12ec69eeb9ccc886","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"5959e532dc26e96a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5959e532dc26e96a","status":"passed","time":{"start":1707751019562,"stop":1707751019562,"duration":0}},{"uid":"5bd626a342634038","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd626a342634038","status":"passed","time":{"start":1707736947837,"stop":1707736947837,"duration":0}},{"uid":"d86fa1f1a45d412f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d86fa1f1a45d412f","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8f2a75b5fb5036b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f2a75b5fb5036b8","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1}},{"uid":"9a3360d4367c008b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a3360d4367c008b","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"d487a7d534f442e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d487a7d534f442e1","status":"passed","time":{"start":1707759714511,"stop":1707759714512,"duration":1}},{"uid":"e6e41d3581eaae25","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6e41d3581eaae25","status":"passed","time":{"start":1707757408929,"stop":1707757408930,"duration":1}},{"uid":"fa84f63cb664fb92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa84f63cb664fb92","status":"passed","time":{"start":1707756038656,"stop":1707756038656,"duration":0}},{"uid":"d23667dbbc762345","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d23667dbbc762345","status":"passed","time":{"start":1707753456824,"stop":1707753456824,"duration":0}},{"uid":"b77e25869c4ac533","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b77e25869c4ac533","status":"passed","time":{"start":1707753185031,"stop":1707753185031,"duration":0}},{"uid":"89b3000f5a488982","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89b3000f5a488982","status":"passed","time":{"start":1707750585695,"stop":1707750585695,"duration":0}},{"uid":"ebf31c659d4aa3e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebf31c659d4aa3e6","status":"passed","time":{"start":1707736503250,"stop":1707736503251,"duration":1}},{"uid":"7907de43e1e1fa15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7907de43e1e1fa15","status":"passed","time":{"start":1707735684545,"stop":1707735684545,"duration":0}}]},"141df21651d476128a199f82e2a64a73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df192fc71386cb24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df192fc71386cb24","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"591b91e2e6ce2103","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591b91e2e6ce2103","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1}},{"uid":"f9918b74b1118246","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9918b74b1118246","status":"passed","time":{"start":1707769642596,"stop":1707769642596,"duration":0}},{"uid":"b8c89df1fb1dac32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c89df1fb1dac32","status":"passed","time":{"start":1707759737374,"stop":1707759737375,"duration":1}},{"uid":"d41e35ee06930d93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d41e35ee06930d93","status":"passed","time":{"start":1707757432389,"stop":1707757432390,"duration":1}},{"uid":"6d2e2b539266f795","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e2b539266f795","status":"passed","time":{"start":1707756061417,"stop":1707756061418,"duration":1}},{"uid":"89fb9b2b03e56977","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/89fb9b2b03e56977","status":"passed","time":{"start":1707753479971,"stop":1707753479971,"duration":0}},{"uid":"f31417a9e6db5c84","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f31417a9e6db5c84","status":"passed","time":{"start":1707753208669,"stop":1707753208670,"duration":1}},{"uid":"27bfbaed8477f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/27bfbaed8477f6e","status":"passed","time":{"start":1707750608873,"stop":1707750608873,"duration":0}},{"uid":"feeb607cf02cf377","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/feeb607cf02cf377","status":"passed","time":{"start":1707736526327,"stop":1707736526328,"duration":1}},{"uid":"cf358e1a65721ffd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cf358e1a65721ffd","status":"passed","time":{"start":1707735708003,"stop":1707735708004,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"231f21157d04b25b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/231f21157d04b25b","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"duration":0}},{"uid":"e2d9b9d22dc7121","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2d9b9d22dc7121","status":"passed","time":{"start":1707769841903,"stop":1707769841904,"duration":1}},{"uid":"19de0cccd62e86ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19de0cccd62e86ae","status":"passed","time":{"start":1707759921459,"stop":1707759921459,"duration":0}},{"uid":"a103be1e55713fe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a103be1e55713fe3","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"822456b1e672a5e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/822456b1e672a5e1","status":"passed","time":{"start":1707756261810,"stop":1707756261812,"duration":2}},{"uid":"cc93d705c20f5a3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc93d705c20f5a3d","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"2131d4a9c9eb7909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2131d4a9c9eb7909","status":"passed","time":{"start":1707753409590,"stop":1707753409590,"duration":0}},{"uid":"e63c472ca938f653","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e63c472ca938f653","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"75f95e3a100a72b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75f95e3a100a72b7","status":"passed","time":{"start":1707736708333,"stop":1707736708333,"duration":0}},{"uid":"e156838495ee162c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e156838495ee162c","status":"passed","time":{"start":1707735914390,"stop":1707735914390,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ebef3d874dea2a0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebef3d874dea2a0c","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1}},{"uid":"a5ce099f67ab72bd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5ce099f67ab72bd","status":"passed","time":{"start":1707769843136,"stop":1707769843139,"duration":3}},{"uid":"5afc7c7c31beaad7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5afc7c7c31beaad7","status":"passed","time":{"start":1707759965183,"stop":1707759965183,"duration":0}},{"uid":"11d7647a53ff19db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11d7647a53ff19db","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"737244c91ce26b0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/737244c91ce26b0f","status":"passed","time":{"start":1707756267893,"stop":1707756267893,"duration":0}},{"uid":"78acf48041f1fd50","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78acf48041f1fd50","status":"passed","time":{"start":1707753668021,"stop":1707753668022,"duration":1}},{"uid":"d9cd30f09fd07b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9cd30f09fd07b","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"44d913cbf596d3bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44d913cbf596d3bf","status":"passed","time":{"start":1707750796023,"stop":1707750796023,"duration":0}},{"uid":"dcaa0077127ede9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dcaa0077127ede9d","status":"passed","time":{"start":1707736730634,"stop":1707736730634,"duration":0}},{"uid":"f64650eff345f563","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f64650eff345f563","status":"passed","time":{"start":1707735912114,"stop":1707735912114,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a73a22556f85c7a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a73a22556f85c7a9","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"631099ff530913ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/631099ff530913ae","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"d7a3053d1b430537","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d7a3053d1b430537","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"5187d887ada17465","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5187d887ada17465","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"6bbcab0686509008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6bbcab0686509008","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"8c3d5238fb31b5cb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c3d5238fb31b5cb","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"27d5c4821aa8349d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27d5c4821aa8349d","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"17edce14d596570e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/17edce14d596570e","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"4ebdcc1cc4f8221e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ebdcc1cc4f8221e","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"6d240c75b130f3fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d240c75b130f3fa","status":"passed","time":{"start":1707735693129,"stop":1707735693130,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5093832a6f5323ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5093832a6f5323ed","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"18377e062ab48d0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18377e062ab48d0f","status":"passed","time":{"start":1707770165175,"stop":1707770165176,"duration":1}},{"uid":"b1a2e74a46e3790c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1a2e74a46e3790c","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"df04d2832f97aa65","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df04d2832f97aa65","status":"passed","time":{"start":1707758024235,"stop":1707758024235,"duration":0}},{"uid":"b4802aed6f308cb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b4802aed6f308cb","status":"passed","time":{"start":1707756662061,"stop":1707756662061,"duration":0}},{"uid":"debcb7643081da25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/debcb7643081da25","status":"passed","time":{"start":1707753975676,"stop":1707753975677,"duration":1}},{"uid":"b235379b3d909451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b235379b3d909451","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"b7c262fa95618391","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7c262fa95618391","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"b19c835bc02bd947","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19c835bc02bd947","status":"passed","time":{"start":1707737129078,"stop":1707737129079,"duration":1}},{"uid":"40ea115f39a909ba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40ea115f39a909ba","status":"passed","time":{"start":1707736323078,"stop":1707736323078,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"94daf0e447c72780","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94daf0e447c72780","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0}},{"uid":"abb5e74d2d577458","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abb5e74d2d577458","status":"passed","time":{"start":1707769706670,"stop":1707769706670,"duration":0}},{"uid":"b8d2caf56ba2d667","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8d2caf56ba2d667","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"f25ead016b940532","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f25ead016b940532","status":"passed","time":{"start":1707757504686,"stop":1707757504686,"duration":0}},{"uid":"17fce85e1d0c415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17fce85e1d0c415","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"b9ce95e4f246f820","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b9ce95e4f246f820","status":"passed","time":{"start":1707753284216,"stop":1707753284217,"duration":1}},{"uid":"e538652f35c41143","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e538652f35c41143","status":"passed","time":{"start":1707736597190,"stop":1707736597191,"duration":1}},{"uid":"55a1f0705b0fda03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55a1f0705b0fda03","status":"passed","time":{"start":1707735784061,"stop":1707735784062,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"904d551741cecef4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/904d551741cecef4","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"duration":0}},{"uid":"1a71e7b760f1f0c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a71e7b760f1f0c6","status":"passed","time":{"start":1707769627291,"stop":1707769627292,"duration":1}},{"uid":"60fdf1a510ed3d1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60fdf1a510ed3d1a","status":"passed","time":{"start":1707759722032,"stop":1707759722032,"duration":0}},{"uid":"e3c4c5631086baaf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3c4c5631086baaf","status":"passed","time":{"start":1707757416840,"stop":1707757416840,"duration":0}},{"uid":"9ae2bb0e87c09907","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9ae2bb0e87c09907","status":"passed","time":{"start":1707756046607,"stop":1707756046607,"duration":0}},{"uid":"f34f723a1ff0f7a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f34f723a1ff0f7a","status":"passed","time":{"start":1707753464667,"stop":1707753464668,"duration":1}},{"uid":"dc458c76f68b75e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc458c76f68b75e2","status":"passed","time":{"start":1707753192939,"stop":1707753192939,"duration":0}},{"uid":"5222c63c0aafa928","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5222c63c0aafa928","status":"passed","time":{"start":1707750593506,"stop":1707750593507,"duration":1}},{"uid":"c9b0a7b8250866b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9b0a7b8250866b2","status":"passed","time":{"start":1707736510880,"stop":1707736510880,"duration":0}},{"uid":"50439685c28e2aaa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/50439685c28e2aaa","status":"passed","time":{"start":1707735692291,"stop":1707735692291,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8b7eb9c34ee3d65a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b7eb9c34ee3d65a","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1}},{"uid":"1248cdf563b5a882","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1248cdf563b5a882","status":"passed","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"355925cecac3bd77","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/355925cecac3bd77","status":"passed","time":{"start":1707760163326,"stop":1707760163326,"duration":0}},{"uid":"bb0822784ee5ad19","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bb0822784ee5ad19","status":"passed","time":{"start":1707757853543,"stop":1707757853543,"duration":0}},{"uid":"ccc38afdada854fd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccc38afdada854fd","status":"passed","time":{"start":1707756493173,"stop":1707756493173,"duration":0}},{"uid":"37b4430585767d99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b4430585767d99","status":"passed","time":{"start":1707753863562,"stop":1707753863563,"duration":1}},{"uid":"74308c63fe53c617","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74308c63fe53c617","status":"passed","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"4cd6d26cc83c0fb9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4cd6d26cc83c0fb9","status":"passed","time":{"start":1707751014386,"stop":1707751014387,"duration":1}},{"uid":"ae26122c70767c8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ae26122c70767c8d","status":"passed","time":{"start":1707736941409,"stop":1707736941410,"duration":1}},{"uid":"f2404171b96214e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2404171b96214e9","status":"passed","time":{"start":1707736158693,"stop":1707736158693,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5d7fa67036e31614","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d7fa67036e31614","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"duration":1}},{"uid":"57a3fc5bf6aafe99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57a3fc5bf6aafe99","status":"passed","time":{"start":1707770051374,"stop":1707770051375,"duration":1}},{"uid":"1995935ebafe9d6f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995935ebafe9d6f","status":"passed","time":{"start":1707760174016,"stop":1707760174017,"duration":1}},{"uid":"ce8d69e5d8f94443","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce8d69e5d8f94443","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"3e53d9ebc3ca4280","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e53d9ebc3ca4280","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"34028fe729efb9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34028fe729efb9ef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"6639d3eff3891532","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6639d3eff3891532","status":"passed","time":{"start":1707753647499,"stop":1707753647501,"duration":2}},{"uid":"2997544e3270b470","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2997544e3270b470","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"deeb0d862778633c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb0d862778633c","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"5e0bd8aaa5cb2268","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e0bd8aaa5cb2268","status":"passed","time":{"start":1707736152501,"stop":1707736152502,"duration":1}}]},"0aa88a9b45054b520d6576f5b4e057b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"467fcd148e04892a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/467fcd148e04892a","status":"passed","time":{"start":1707758006722,"stop":1707758006723,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3faea43839b7370d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3faea43839b7370d","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"eba06fcd5fc742c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eba06fcd5fc742c","status":"passed","time":{"start":1707770238694,"stop":1707770238695,"duration":1}},{"uid":"fd01a3da4de7c866","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fd01a3da4de7c866","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"548d1a08c30b63e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d1a08c30b63e7","status":"passed","time":{"start":1707758004336,"stop":1707758004337,"duration":1}},{"uid":"dfffbb47a34d8d03","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfffbb47a34d8d03","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"6c4f105db404b04d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c4f105db404b04d","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"64f9cd93d4595ee4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64f9cd93d4595ee4","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"d695841b5eb27c9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695841b5eb27c9e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"e85a16e1ef4994a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e85a16e1ef4994a7","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"832d6bc37c3cc234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/832d6bc37c3cc234","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"0a9bc71ff7631b2d4a08dfb4d19c4c71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc1e67dba67cee04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc1e67dba67cee04","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"25830e6cc52702e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25830e6cc52702e3","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"duration":0}},{"uid":"3f6529e936cd6749","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f6529e936cd6749","status":"passed","time":{"start":1707770116107,"stop":1707770116108,"duration":1}},{"uid":"8ac00de08856ff44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ac00de08856ff44","status":"passed","time":{"start":1707760294898,"stop":1707760294898,"duration":0}},{"uid":"27209769443019ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27209769443019ec","status":"passed","time":{"start":1707757992697,"stop":1707757992698,"duration":1}},{"uid":"c922c8a82b4c73a7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c922c8a82b4c73a7","status":"passed","time":{"start":1707756620672,"stop":1707756620672,"duration":0}},{"uid":"49b310fd171fe81a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49b310fd171fe81a","status":"passed","time":{"start":1707753926587,"stop":1707753926587,"duration":0}},{"uid":"d26ceccd8716be2a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d26ceccd8716be2a","status":"passed","time":{"start":1707753779028,"stop":1707753779029,"duration":1}},{"uid":"6e5c96c5b89172ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e5c96c5b89172ce","status":"passed","time":{"start":1707751117672,"stop":1707751117673,"duration":1}},{"uid":"2527a7c9898e5516","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2527a7c9898e5516","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"60229dba08abe6b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60229dba08abe6b2","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8861ecfd491c7774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8861ecfd491c7774","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"duration":0}},{"uid":"66650638fbf8938d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66650638fbf8938d","status":"passed","time":{"start":1707769968736,"stop":1707769968736,"duration":0}},{"uid":"ae8fa2ec054fd630","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8fa2ec054fd630","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"290c9220e8bbf139","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/290c9220e8bbf139","status":"passed","time":{"start":1707758006728,"stop":1707758006728,"duration":0}},{"uid":"37366a6d8767938e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37366a6d8767938e","status":"passed","time":{"start":1707756617065,"stop":1707756617065,"duration":0}},{"uid":"798a6d9665c412d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/798a6d9665c412d1","status":"passed","time":{"start":1707753988894,"stop":1707753988895,"duration":1}},{"uid":"ab4a25a089e67118","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ab4a25a089e67118","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"c70304b60b687086","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c70304b60b687086","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"cd97a2d4e5ad24aa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cd97a2d4e5ad24aa","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"e85064600ca2326e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85064600ca2326e","status":"passed","time":{"start":1707736260166,"stop":1707736260166,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"de15dd81c4859513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de15dd81c4859513","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"duration":1}},{"uid":"b8ce605e817911e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce605e817911e7","status":"passed","time":{"start":1707769735031,"stop":1707769735032,"duration":1}},{"uid":"73bb5cd224bacbb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/73bb5cd224bacbb5","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"9fdcdb118d328c78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9fdcdb118d328c78","status":"passed","time":{"start":1707757528819,"stop":1707757528819,"duration":0}},{"uid":"69f0650cfb4f1747","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69f0650cfb4f1747","status":"passed","time":{"start":1707756157289,"stop":1707756157289,"duration":0}},{"uid":"22c457ecd2562f5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22c457ecd2562f5c","status":"passed","time":{"start":1707753578469,"stop":1707753578469,"duration":0}},{"uid":"b86e11b5436ad592","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b86e11b5436ad592","status":"passed","time":{"start":1707753307893,"stop":1707753307893,"duration":0}},{"uid":"96cfe6cbc66bf8db","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96cfe6cbc66bf8db","status":"passed","time":{"start":1707750703125,"stop":1707750703125,"duration":0}},{"uid":"85b69220b8f46f0b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85b69220b8f46f0b","status":"passed","time":{"start":1707736629966,"stop":1707736629967,"duration":1}},{"uid":"4e9cb04b603af7c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e9cb04b603af7c1","status":"passed","time":{"start":1707735809086,"stop":1707735809087,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f5ee789cf5e62c05","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ee789cf5e62c05","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0}},{"uid":"ee3e5932a28be0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee3e5932a28be0e","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"9b3c5b13edd0686","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b3c5b13edd0686","status":"passed","time":{"start":1707760335938,"stop":1707760335938,"duration":0}},{"uid":"9f55e19a2f36ceee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f55e19a2f36ceee","status":"passed","time":{"start":1707758023526,"stop":1707758023526,"duration":0}},{"uid":"53ceeeb46f1d8c2c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53ceeeb46f1d8c2c","status":"passed","time":{"start":1707756663996,"stop":1707756663996,"duration":0}},{"uid":"d7b21760b8e13cd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7b21760b8e13cd4","status":"passed","time":{"start":1707753717350,"stop":1707753717350,"duration":0}},{"uid":"1f1ab5ddd6500229","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1ab5ddd6500229","status":"passed","time":{"start":1707753837159,"stop":1707753837160,"duration":1}},{"uid":"98135f6dc0a34fcb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/98135f6dc0a34fcb","status":"passed","time":{"start":1707751136277,"stop":1707751136278,"duration":1}},{"uid":"f746bb77a4d81077","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f746bb77a4d81077","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"8c6e129214df5827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c6e129214df5827","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9ecde25b216fabf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ecde25b216fabf6","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"45f1dafce1c4a9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/45f1dafce1c4a9d","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"a72df15c08d1ff4d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a72df15c08d1ff4d","status":"passed","time":{"start":1707760374677,"stop":1707760374678,"duration":1}},{"uid":"3469b00b608ef2a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3469b00b608ef2a7","status":"passed","time":{"start":1707758004321,"stop":1707758004324,"duration":3}},{"uid":"79ceeb195721e933","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ceeb195721e933","status":"passed","time":{"start":1707756690161,"stop":1707756690162,"duration":1}},{"uid":"6dcd86359a98ec62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6dcd86359a98ec62","status":"passed","time":{"start":1707754051785,"stop":1707754051786,"duration":1}},{"uid":"5d50ca69eb648af2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d50ca69eb648af2","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"5e7c5dff35e2c9d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e7c5dff35e2c9d9","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"5f1b0305d06825fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f1b0305d06825fb","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"8b12798648ecc19b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b12798648ecc19b","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fbb7ed7bd3a45460","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbb7ed7bd3a45460","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0}},{"uid":"1d643da1e97fdcbf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d643da1e97fdcbf","status":"passed","time":{"start":1707769642222,"stop":1707769642222,"duration":0}},{"uid":"f7f5204a5aa77d11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7f5204a5aa77d11","status":"passed","time":{"start":1707759737070,"stop":1707759737070,"duration":0}},{"uid":"e3fccd6182184636","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3fccd6182184636","status":"passed","time":{"start":1707757431976,"stop":1707757431977,"duration":1}},{"uid":"29e9d53eaaea3e43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/29e9d53eaaea3e43","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"c75bb64c37f324c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c75bb64c37f324c7","status":"passed","time":{"start":1707753479610,"stop":1707753479611,"duration":1}},{"uid":"505548a77b9a80cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/505548a77b9a80cd","status":"passed","time":{"start":1707753208309,"stop":1707753208310,"duration":1}},{"uid":"9a0173b92d30f010","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a0173b92d30f010","status":"passed","time":{"start":1707750608587,"stop":1707750608587,"duration":0}},{"uid":"f1625f31a30fdf98","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f1625f31a30fdf98","status":"passed","time":{"start":1707736525857,"stop":1707736525858,"duration":1}},{"uid":"84660578dea820e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84660578dea820e8","status":"passed","time":{"start":1707735707692,"stop":1707735707692,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5728cf043ad33e0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5728cf043ad33e0f","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"7e5ceff08a5e8a63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e5ceff08a5e8a63","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"ffd288b3a02e02ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffd288b3a02e02ef","status":"passed","time":{"start":1707760106454,"stop":1707760106455,"duration":1}},{"uid":"3fbdc9e74b4f37e1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3fbdc9e74b4f37e1","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"dfa91c28069bd13c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfa91c28069bd13c","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"49f80c70bb6ecc5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49f80c70bb6ecc5c","status":"passed","time":{"start":1707753796546,"stop":1707753796546,"duration":0}},{"uid":"102fc05caa1c63f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/102fc05caa1c63f5","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"df626f812ca010cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/df626f812ca010cb","status":"passed","time":{"start":1707750964800,"stop":1707750964800,"duration":0}},{"uid":"60ce7e8acdb16d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60ce7e8acdb16d60","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"bbb7fe29877b8e83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bbb7fe29877b8e83","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bec6c34264aeb139","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bec6c34264aeb139","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2}},{"uid":"1fb0173d9b2bb19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1fb0173d9b2bb19a","status":"passed","time":{"start":1707770103211,"stop":1707770103215,"duration":4}},{"uid":"d48418a84e4331c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d48418a84e4331c7","status":"passed","time":{"start":1707760299489,"stop":1707760299489,"duration":0}},{"uid":"a16c1c902d354190","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a16c1c902d354190","status":"passed","time":{"start":1707757995151,"stop":1707757995152,"duration":1}},{"uid":"d084bd0a4e6c8108","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d084bd0a4e6c8108","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"6ce7caba3534cee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ce7caba3534cee9","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"fa84390d86cd361f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fa84390d86cd361f","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"3d538a6158ab60ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d538a6158ab60ee","status":"passed","time":{"start":1707751137099,"stop":1707751137100,"duration":1}},{"uid":"443614f1e16d3200","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/443614f1e16d3200","status":"passed","time":{"start":1707737056791,"stop":1707737056794,"duration":3}},{"uid":"d2fae27c2793330b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d2fae27c2793330b","status":"passed","time":{"start":1707736286216,"stop":1707736286216,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"a0e674fc5d0b7112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e674fc5d0b7112","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"1c16b81dc1e6814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c16b81dc1e6814","status":"passed","time":{"start":1707770208544,"stop":1707770208545,"duration":1}},{"uid":"1fbc351527d2bd8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fbc351527d2bd8f","status":"passed","time":{"start":1707760335948,"stop":1707760335948,"duration":0}},{"uid":"d53d6ac1011ca957","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d53d6ac1011ca957","status":"passed","time":{"start":1707758023533,"stop":1707758023533,"duration":0}},{"uid":"f90803390de922f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f90803390de922f8","status":"passed","time":{"start":1707756664002,"stop":1707756664002,"duration":0}},{"uid":"5d4663cc6274c7af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d4663cc6274c7af","status":"passed","time":{"start":1707753837168,"stop":1707753837168,"duration":0}},{"uid":"fb9d07d04f8a1949","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb9d07d04f8a1949","status":"passed","time":{"start":1707751136309,"stop":1707751136319,"duration":10}},{"uid":"1634a3cd1cc3a5ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1634a3cd1cc3a5ac","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"683ce74e6df950b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/683ce74e6df950b4","status":"passed","time":{"start":1707736322656,"stop":1707736322657,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c10bd3ae1fab81f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c10bd3ae1fab81f6","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1}},{"uid":"6704a49b664e24f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6704a49b664e24f1","status":"passed","time":{"start":1707770140535,"stop":1707770140535,"duration":0}},{"uid":"4266df3c60188c08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4266df3c60188c08","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"ea141428e0a73043","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ea141428e0a73043","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"2a8ac5b97a9512ae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8ac5b97a9512ae","status":"passed","time":{"start":1707756656797,"stop":1707756656798,"duration":1}},{"uid":"29a330c1cda9257a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a330c1cda9257a","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"d405886b68f7e932","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d405886b68f7e932","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"386e6d62d56b9fb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/386e6d62d56b9fb0","status":"passed","time":{"start":1707751157935,"stop":1707751157936,"duration":1}},{"uid":"43f6a80541fa7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43f6a80541fa7d6b","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"5393bed9551e3922","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5393bed9551e3922","status":"passed","time":{"start":1707736314162,"stop":1707736314163,"duration":1}}]},"7b8168068b8d581e168730e7c5c20df0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a877bf8083eeb4f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a877bf8083eeb4f6","status":"passed","time":{"start":1707736947856,"stop":1707736947857,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9f6e5cfdf8007428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6e5cfdf8007428","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"duration":1}},{"uid":"8125c5dd5927dde","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8125c5dd5927dde","status":"passed","time":{"start":1707770238689,"stop":1707770238690,"duration":1}},{"uid":"90536324d40e816","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90536324d40e816","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"c049a8b008f9d2d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c049a8b008f9d2d9","status":"passed","time":{"start":1707758004330,"stop":1707758004330,"duration":0}},{"uid":"a570d670db1c85dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a570d670db1c85dd","status":"passed","time":{"start":1707756690165,"stop":1707756690166,"duration":1}},{"uid":"29a73532bd4ad468","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a73532bd4ad468","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"4020225ba58e19e6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4020225ba58e19e6","status":"passed","time":{"start":1707753877930,"stop":1707753877931,"duration":1}},{"uid":"b5adfa0401fdd9fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5adfa0401fdd9fb","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"1a9bc52e6b7e8ec2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a9bc52e6b7e8ec2","status":"passed","time":{"start":1707737173821,"stop":1707737173822,"duration":1}},{"uid":"9cad26e755a6c23c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9cad26e755a6c23c","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4e3da60eaecf0480","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e3da60eaecf0480","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"duration":0}},{"uid":"32369123bdab01fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32369123bdab01fa","status":"passed","time":{"start":1707769735031,"stop":1707769735031,"duration":0}},{"uid":"c3a355220f4af1a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a355220f4af1a8","status":"passed","time":{"start":1707759831192,"stop":1707759831192,"duration":0}},{"uid":"945d48383577c10e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/945d48383577c10e","status":"passed","time":{"start":1707757528818,"stop":1707757528819,"duration":1}},{"uid":"c0697ecafddf157d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c0697ecafddf157d","status":"passed","time":{"start":1707756157288,"stop":1707756157289,"duration":1}},{"uid":"9e55116ea8f9bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e55116ea8f9bb9","status":"passed","time":{"start":1707753578468,"stop":1707753578468,"duration":0}},{"uid":"4e2f4c4445399fbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4e2f4c4445399fbe","status":"passed","time":{"start":1707753307884,"stop":1707753307893,"duration":9}},{"uid":"46c685b18a241330","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/46c685b18a241330","status":"passed","time":{"start":1707750703124,"stop":1707750703124,"duration":0}},{"uid":"4ed2fcfa781e758a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed2fcfa781e758a","status":"passed","time":{"start":1707736629965,"stop":1707736629965,"duration":0}},{"uid":"2bb5fcedf0d3f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bb5fcedf0d3f613","status":"passed","time":{"start":1707735809086,"stop":1707735809086,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1bdd28031c61fc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bdd28031c61fc57","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"aac27d44b20152e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aac27d44b20152e6","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"10e3fc0fe5d51df8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10e3fc0fe5d51df8","status":"passed","time":{"start":1707760335958,"stop":1707760335959,"duration":1}},{"uid":"21d04c55211ef317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21d04c55211ef317","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"3bcbbd499c30b076","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bcbbd499c30b076","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"6074eb3163d4c200","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6074eb3163d4c200","status":"passed","time":{"start":1707753837175,"stop":1707753837176,"duration":1}},{"uid":"39bb96c2f3eac686","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39bb96c2f3eac686","status":"passed","time":{"start":1707751136357,"stop":1707751136358,"duration":1}},{"uid":"c77137afd0ac9a65","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c77137afd0ac9a65","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"bd8275d9b82a517a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd8275d9b82a517a","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"8f6a682256a7aee02abf71fe69bdf6e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d17f847f1ee1ee39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d17f847f1ee1ee39","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7d8949d73b8a2b0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d8949d73b8a2b0d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"6d9ce4ec21159492","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d9ce4ec21159492","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"5e15ffa64058763","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e15ffa64058763","status":"passed","time":{"start":1707759745077,"stop":1707759745078,"duration":1}},{"uid":"703636d627925bc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/703636d627925bc6","status":"passed","time":{"start":1707757440221,"stop":1707757440222,"duration":1}},{"uid":"c96b7f65e68efb60","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c96b7f65e68efb60","status":"passed","time":{"start":1707756069082,"stop":1707756069083,"duration":1}},{"uid":"497af9ce4abdd800","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/497af9ce4abdd800","status":"passed","time":{"start":1707753487640,"stop":1707753487641,"duration":1}},{"uid":"a82a1fc1fd8d010d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a82a1fc1fd8d010d","status":"passed","time":{"start":1707753216621,"stop":1707753216621,"duration":0}},{"uid":"a1462962752f77d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1462962752f77d1","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"d1d58157adce20f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1d58157adce20f0","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"7dde0c75d7c18bb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dde0c75d7c18bb","status":"passed","time":{"start":1707735716032,"stop":1707735716033,"duration":1}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8fb3c0547e0a44de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb3c0547e0a44de","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1}},{"uid":"b18771cfa0a572b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b18771cfa0a572b6","status":"passed","time":{"start":1707770103215,"stop":1707770103216,"duration":1}},{"uid":"67819060f457597f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/67819060f457597f","status":"passed","time":{"start":1707760299489,"stop":1707760299490,"duration":1}},{"uid":"2eaff6f189532101","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2eaff6f189532101","status":"passed","time":{"start":1707757995152,"stop":1707757995152,"duration":0}},{"uid":"a0f9329468ae5f17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0f9329468ae5f17","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"c92a4f640dc70211","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c92a4f640dc70211","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"f94af0e226fc8078","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94af0e226fc8078","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"480bfe50d75ecdbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/480bfe50d75ecdbf","status":"passed","time":{"start":1707751137100,"stop":1707751137100,"duration":0}},{"uid":"69f5f6fc56de390e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69f5f6fc56de390e","status":"passed","time":{"start":1707737056794,"stop":1707737056795,"duration":1}},{"uid":"7ae68c497bcdc30a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ae68c497bcdc30a","status":"passed","time":{"start":1707736286217,"stop":1707736286218,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"48be00d2e7427454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48be00d2e7427454","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"c945f8ee32255fa7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c945f8ee32255fa7","status":"passed","time":{"start":1707770126646,"stop":1707770126649,"duration":3}},{"uid":"eed9f284c43b4441","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eed9f284c43b4441","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"f42a3c2dcb659a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f42a3c2dcb659a5","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"2444c63537011131","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2444c63537011131","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"d9119e9d4b66690a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9119e9d4b66690a","status":"passed","time":{"start":1707753934638,"stop":1707753934639,"duration":1}},{"uid":"e95ddfe3e89f2eb0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e95ddfe3e89f2eb0","status":"passed","time":{"start":1707753799510,"stop":1707753799510,"duration":0}},{"uid":"d81eb58c8b13516b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d81eb58c8b13516b","status":"passed","time":{"start":1707751117570,"stop":1707751117571,"duration":1}},{"uid":"e4ba88fe835872e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4ba88fe835872e6","status":"passed","time":{"start":1707737090804,"stop":1707737090806,"duration":2}},{"uid":"7fbee2de8703eb9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fbee2de8703eb9","status":"passed","time":{"start":1707736296307,"stop":1707736296308,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"7767795f824c862c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7767795f824c862c","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e7850f4761134d34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7850f4761134d34","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"9f79dfee2b594b4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f79dfee2b594b4e","status":"passed","time":{"start":1707760335944,"stop":1707760335945,"duration":1}},{"uid":"f72d2d5de8ec7e86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f72d2d5de8ec7e86","status":"passed","time":{"start":1707758023530,"stop":1707758023531,"duration":1}},{"uid":"3bd08edfe757c589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bd08edfe757c589","status":"passed","time":{"start":1707756664000,"stop":1707756664000,"duration":0}},{"uid":"2938663e33a07be6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2938663e33a07be6","status":"passed","time":{"start":1707753837165,"stop":1707753837166,"duration":1}},{"uid":"8ecdfff50df0e1dc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ecdfff50df0e1dc","status":"passed","time":{"start":1707751136282,"stop":1707751136290,"duration":8}},{"uid":"af9cbdd3407c13eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af9cbdd3407c13eb","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"d5c1c51a972cd28d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5c1c51a972cd28d","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"450e50cea6352dae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/450e50cea6352dae","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"duration":0}},{"uid":"aadacfe80d8edc84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadacfe80d8edc84","status":"passed","time":{"start":1707769841892,"stop":1707769841892,"duration":0}},{"uid":"64bbba0ff769bbe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64bbba0ff769bbe7","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"b3493ce3ecf6d56f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3493ce3ecf6d56f","status":"passed","time":{"start":1707757624872,"stop":1707757624872,"duration":0}},{"uid":"c38711aa81e6e86c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c38711aa81e6e86c","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"cf872c34d78f4d3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf872c34d78f4d3d","status":"passed","time":{"start":1707753651142,"stop":1707753651142,"duration":0}},{"uid":"e851cfd73c769ba4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e851cfd73c769ba4","status":"passed","time":{"start":1707753409581,"stop":1707753409581,"duration":0}},{"uid":"d38bb896d3f148fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d38bb896d3f148fa","status":"passed","time":{"start":1707750722039,"stop":1707750722039,"duration":0}},{"uid":"ca87268b828de500","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca87268b828de500","status":"passed","time":{"start":1707736708322,"stop":1707736708323,"duration":1}},{"uid":"83f308bf8266921c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83f308bf8266921c","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"49c90b7e82bd9969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c90b7e82bd9969","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1}},{"uid":"54ee003485c6621a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54ee003485c6621a","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"6d8e45413cf58c6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d8e45413cf58c6e","status":"passed","time":{"start":1707760301824,"stop":1707760301825,"duration":1}},{"uid":"2b821c3f039a7c93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b821c3f039a7c93","status":"passed","time":{"start":1707758006721,"stop":1707758006722,"duration":1}},{"uid":"c88165ae9ea58944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88165ae9ea58944","status":"passed","time":{"start":1707756617057,"stop":1707756617058,"duration":1}},{"uid":"ee95c104d72b8f40","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ee95c104d72b8f40","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"331b5c5d9fca2658","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/331b5c5d9fca2658","status":"passed","time":{"start":1707753782776,"stop":1707753782777,"duration":1}},{"uid":"39501c8fa1c118cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39501c8fa1c118cb","status":"passed","time":{"start":1707751162322,"stop":1707751162322,"duration":0}},{"uid":"8cb3fe267bd19bb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cb3fe267bd19bb3","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"49fc8b7268cbece5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49fc8b7268cbece5","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3ef4943e24c30e62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef4943e24c30e62","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"duration":0}},{"uid":"de7775779f71d49c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7775779f71d49c","status":"passed","time":{"start":1707769632864,"stop":1707769632865,"duration":1}},{"uid":"6689b988925b6bea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6689b988925b6bea","status":"passed","time":{"start":1707759727624,"stop":1707759727624,"duration":0}},{"uid":"27e99e794c0bbdc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e99e794c0bbdc7","status":"passed","time":{"start":1707757422396,"stop":1707757422397,"duration":1}},{"uid":"262d1a9113902445","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/262d1a9113902445","status":"passed","time":{"start":1707756051814,"stop":1707756051814,"duration":0}},{"uid":"93a3814831ead3a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/93a3814831ead3a1","status":"passed","time":{"start":1707753470069,"stop":1707753470070,"duration":1}},{"uid":"70e24a93f3bf9625","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70e24a93f3bf9625","status":"passed","time":{"start":1707753198800,"stop":1707753198801,"duration":1}},{"uid":"226199aee1ead637","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/226199aee1ead637","status":"passed","time":{"start":1707750599088,"stop":1707750599088,"duration":0}},{"uid":"d42d90ac836e92a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d42d90ac836e92a7","status":"passed","time":{"start":1707736516544,"stop":1707736516544,"duration":0}},{"uid":"14ba5d670bc3cfdf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/14ba5d670bc3cfdf","status":"passed","time":{"start":1707735697895,"stop":1707735697895,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"be1cecd6c0a67c2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be1cecd6c0a67c2","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"5a536d05816e8a32","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a536d05816e8a32","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"88efb8e48b5edb3a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88efb8e48b5edb3a","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"62cc60646fdeaeb8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62cc60646fdeaeb8","status":"passed","time":{"start":1707757921499,"stop":1707757921499,"duration":0}},{"uid":"9e5e26571e82ec88","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e5e26571e82ec88","status":"passed","time":{"start":1707756552029,"stop":1707756552029,"duration":0}},{"uid":"5bb51f1165d0a361","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bb51f1165d0a361","status":"passed","time":{"start":1707753853539,"stop":1707753853540,"duration":1}},{"uid":"e2709ba001c33070","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2709ba001c33070","status":"passed","time":{"start":1707753708971,"stop":1707753708972,"duration":1}},{"uid":"76e307002d2d4d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76e307002d2d4d3","status":"passed","time":{"start":1707751075911,"stop":1707751075912,"duration":1}},{"uid":"445660340bb8fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/445660340bb8fe67","status":"passed","time":{"start":1707737000812,"stop":1707737000813,"duration":1}},{"uid":"30594c447482a12f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30594c447482a12f","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"ff6afaa72a550ac3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff6afaa72a550ac3","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"duration":0}},{"uid":"20b0a2df7092156d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20b0a2df7092156d","status":"passed","time":{"start":1707769706674,"stop":1707769706674,"duration":0}},{"uid":"95c7b0c32e3c4c36","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95c7b0c32e3c4c36","status":"passed","time":{"start":1707759811411,"stop":1707759811411,"duration":0}},{"uid":"64debe3fd3a7448b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/64debe3fd3a7448b","status":"passed","time":{"start":1707757504687,"stop":1707757504687,"duration":0}},{"uid":"4a7923d618570dc5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4a7923d618570dc5","status":"passed","time":{"start":1707756131521,"stop":1707756131521,"duration":0}},{"uid":"b8f2da74da65a074","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8f2da74da65a074","status":"passed","time":{"start":1707753284218,"stop":1707753284219,"duration":1}},{"uid":"35e56e01ce15c786","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35e56e01ce15c786","status":"passed","time":{"start":1707736597191,"stop":1707736597192,"duration":1}},{"uid":"5c2338afcbc3f7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c2338afcbc3f7b1","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"47615cc5d7462394","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47615cc5d7462394","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"1ede44f247996981","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ede44f247996981","status":"passed","time":{"start":1707770238678,"stop":1707770238679,"duration":1}},{"uid":"a1fb01700459d457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a1fb01700459d457","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"b5b6d5d08759bec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5b6d5d08759bec","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"5228aa121f7dca7b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5228aa121f7dca7b","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"b904490a7a521abb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b904490a7a521abb","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"8aa5e4a42aa78b3c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8aa5e4a42aa78b3c","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"7e8e2ade0c7d630","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e8e2ade0c7d630","status":"passed","time":{"start":1707751228954,"stop":1707751228955,"duration":1}},{"uid":"46462270de05a309","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46462270de05a309","status":"passed","time":{"start":1707737173812,"stop":1707737173813,"duration":1}},{"uid":"b3d758fc691acf86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b3d758fc691acf86","status":"passed","time":{"start":1707736353030,"stop":1707736353031,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d568a7ca14bfe776","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d568a7ca14bfe776","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"duration":1}},{"uid":"d95dfefbd94a1e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d95dfefbd94a1e7","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"ee938d8d7170fa1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee938d8d7170fa1d","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"52b407f169bb68e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52b407f169bb68e0","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"be5ee034110fe2c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be5ee034110fe2c6","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2ab49a71bf2330f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ab49a71bf2330f","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"17f840432304b23c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f840432304b23c","status":"passed","time":{"start":1707753573532,"stop":1707753573532,"duration":0}},{"uid":"64cd95bb390168e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64cd95bb390168e2","status":"passed","time":{"start":1707750953983,"stop":1707750953983,"duration":0}},{"uid":"ad6fbabc6475f51e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad6fbabc6475f51e","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"c785824fd58e2a65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c785824fd58e2a65","status":"passed","time":{"start":1707736081274,"stop":1707736081275,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"635524e40cec34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/635524e40cec34de","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"duration":1}},{"uid":"d02bb577147709a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d02bb577147709a1","status":"passed","time":{"start":1707769706670,"stop":1707769706671,"duration":1}},{"uid":"13df5a129103b550","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13df5a129103b550","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"cb9656ffa554d31f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cb9656ffa554d31f","status":"passed","time":{"start":1707757504686,"stop":1707757504687,"duration":1}},{"uid":"637a175589b86172","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/637a175589b86172","status":"passed","time":{"start":1707756131520,"stop":1707756131521,"duration":1}},{"uid":"c98dc76fbc200dc1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c98dc76fbc200dc1","status":"passed","time":{"start":1707753284217,"stop":1707753284218,"duration":1}},{"uid":"1d4dcc308f61dd88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d4dcc308f61dd88","status":"passed","time":{"start":1707736597191,"stop":1707736597191,"duration":0}},{"uid":"f7c8e315ee556011","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7c8e315ee556011","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3aa2fe4d88f9f37f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa2fe4d88f9f37f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"979b484b368048b8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/979b484b368048b8","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"b6cdeec83c7f6e50","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6cdeec83c7f6e50","status":"passed","time":{"start":1707760374679,"stop":1707760374680,"duration":1}},{"uid":"c2775147ea5770df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2775147ea5770df","status":"passed","time":{"start":1707758004326,"stop":1707758004327,"duration":1}},{"uid":"148ea5337c01bdcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/148ea5337c01bdcd","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"3922e26334fb8b59","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3922e26334fb8b59","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"a91a6d916b67b8dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a91a6d916b67b8dd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"32a3a7a0f46ebcf2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32a3a7a0f46ebcf2","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"69986bf8a22a0f71","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69986bf8a22a0f71","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b47d2e013e2bcc50","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b47d2e013e2bcc50","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"330140cc20b63249","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/330140cc20b63249","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0}},{"uid":"f1a469f6a427a45a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f1a469f6a427a45a","status":"passed","time":{"start":1707769648573,"stop":1707769648573,"duration":0}},{"uid":"5de03d2c4765c724","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de03d2c4765c724","status":"passed","time":{"start":1707759743253,"stop":1707759743254,"duration":1}},{"uid":"a7a3ca7c6b9be22e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a7a3ca7c6b9be22e","status":"passed","time":{"start":1707757438367,"stop":1707757438368,"duration":1}},{"uid":"13d8b07210bf1b75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13d8b07210bf1b75","status":"passed","time":{"start":1707756067009,"stop":1707756067010,"duration":1}},{"uid":"a021edfa215b3b9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a021edfa215b3b9e","status":"passed","time":{"start":1707753485650,"stop":1707753485650,"duration":0}},{"uid":"8c0fb04ddff7e10d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c0fb04ddff7e10d","status":"passed","time":{"start":1707753214695,"stop":1707753214696,"duration":1}},{"uid":"aea4ec7551c03ed6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aea4ec7551c03ed6","status":"passed","time":{"start":1707750614688,"stop":1707750614688,"duration":0}},{"uid":"55214233f8a30f3a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55214233f8a30f3a","status":"passed","time":{"start":1707736532273,"stop":1707736532274,"duration":1}},{"uid":"9906a74ff75355ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906a74ff75355ed","status":"passed","time":{"start":1707735714123,"stop":1707735714124,"duration":1}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"58ac133c8e486853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58ac133c8e486853","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1}},{"uid":"eefa5ba321084826","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eefa5ba321084826","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"c1dceeef3de76cf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1dceeef3de76cf1","status":"passed","time":{"start":1707759737040,"stop":1707759737040,"duration":0}},{"uid":"f90f5e2f511a5863","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f90f5e2f511a5863","status":"passed","time":{"start":1707757431979,"stop":1707757431979,"duration":0}},{"uid":"ed594027b72b15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed594027b72b15","status":"passed","time":{"start":1707756061066,"stop":1707756061066,"duration":0}},{"uid":"63bdc5eaf50a69a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/63bdc5eaf50a69a8","status":"passed","time":{"start":1707753479613,"stop":1707753479613,"duration":0}},{"uid":"9cffab13c5e3416d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cffab13c5e3416d","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"23e2b7b91ab49eb2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23e2b7b91ab49eb2","status":"passed","time":{"start":1707750608630,"stop":1707750608630,"duration":0}},{"uid":"120d7f70caa8cb08","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120d7f70caa8cb08","status":"passed","time":{"start":1707736525924,"stop":1707736525924,"duration":0}},{"uid":"22bdea63154819a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22bdea63154819a8","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"fefed1428bd4e58f4ce5c311cb64fd32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e709a182e1ed333","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e709a182e1ed333","status":"passed","time":{"start":1707758023544,"stop":1707758023544,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e9144f5bd60b8cf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9144f5bd60b8cf7","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1}},{"uid":"527425428874a6c1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/527425428874a6c1","status":"passed","time":{"start":1707770103217,"stop":1707770103218,"duration":1}},{"uid":"9bea8d4ff46364a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9bea8d4ff46364a3","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"9231cb8ea212d886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9231cb8ea212d886","status":"passed","time":{"start":1707757995153,"stop":1707757995153,"duration":0}},{"uid":"616eb447454b9397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/616eb447454b9397","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"99d0f606955de1f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99d0f606955de1f6","status":"passed","time":{"start":1707753925424,"stop":1707753925424,"duration":0}},{"uid":"d82b9123a9251c89","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d82b9123a9251c89","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"715a4bd38f742b65","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/715a4bd38f742b65","status":"passed","time":{"start":1707751137100,"stop":1707751137101,"duration":1}},{"uid":"c90b0caa684f7fcf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90b0caa684f7fcf","status":"passed","time":{"start":1707737056797,"stop":1707737056797,"duration":0}},{"uid":"74071c3cbf9752cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74071c3cbf9752cb","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2eb18715fa5f66c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eb18715fa5f66c","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"ad7a12fb3bb8a40d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad7a12fb3bb8a40d","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"900568dbb8b54145","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/900568dbb8b54145","status":"passed","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"de15029953855211","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de15029953855211","status":"passed","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"39f9fd699ad37cf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39f9fd699ad37cf2","status":"passed","time":{"start":1707756124837,"stop":1707756124838,"duration":1}},{"uid":"bef0ae34d9a2b510","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bef0ae34d9a2b510","status":"passed","time":{"start":1707753544140,"stop":1707753544140,"duration":0}},{"uid":"a6ae73009c445a03","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6ae73009c445a03","status":"passed","time":{"start":1707753273865,"stop":1707753273866,"duration":1}},{"uid":"57633ea32742b3ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57633ea32742b3ca","status":"passed","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"ce5d1a577cc7ffb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ce5d1a577cc7ffb3","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"5b7d08154260ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b7d08154260ba26","status":"passed","time":{"start":1707735772597,"stop":1707735772597,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"5d27da565a025076","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d27da565a025076","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"f5fcb8f95b6fdb6f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5fcb8f95b6fdb6f","status":"passed","time":{"start":1707770238696,"stop":1707770238697,"duration":1}},{"uid":"bf11348dcc014fc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf11348dcc014fc4","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"d06d98e1f399b127","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d06d98e1f399b127","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"699786690c0c0496","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/699786690c0c0496","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"81c9e1586aeb9b81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81c9e1586aeb9b81","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b9f35718388e2e84","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9f35718388e2e84","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"399fa10a6a98a4b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/399fa10a6a98a4b7","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"656046a699b6da1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/656046a699b6da1d","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"950a82e7db5fffd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/950a82e7db5fffd9","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1}},{"uid":"4b0870e811d3b312","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b0870e811d3b312","status":"passed","time":{"start":1707770099498,"stop":1707770099498,"duration":0}},{"uid":"c7f7d3f7c59eea70","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7f7d3f7c59eea70","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"749eb9d5524ddb5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/749eb9d5524ddb5d","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"9644e3bd1c26271a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9644e3bd1c26271a","status":"passed","time":{"start":1707756564914,"stop":1707756564914,"duration":0}},{"uid":"e20bfa4db6a6350b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e20bfa4db6a6350b","status":"passed","time":{"start":1707753906984,"stop":1707753906986,"duration":2}},{"uid":"780ae8e104ca31c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/780ae8e104ca31c0","status":"passed","time":{"start":1707753724177,"stop":1707753724178,"duration":1}},{"uid":"33c8540d88b84d9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33c8540d88b84d9e","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"33fef2b15605c1ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33fef2b15605c1ee","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"5e5333273a83fb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e5333273a83fb47","status":"passed","time":{"start":1707736227470,"stop":1707736227473,"duration":3}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bc4d348410f58c07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc4d348410f58c07","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"duration":1}},{"uid":"517dedce1ca1f72d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/517dedce1ca1f72d","status":"passed","time":{"start":1707769665341,"stop":1707769665342,"duration":1}},{"uid":"a6e296cdb487c648","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6e296cdb487c648","status":"passed","time":{"start":1707759759738,"stop":1707759759740,"duration":2}},{"uid":"b646144cba6eff87","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b646144cba6eff87","status":"passed","time":{"start":1707757455906,"stop":1707757455910,"duration":4}},{"uid":"cee86ba90f47c14d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cee86ba90f47c14d","status":"passed","time":{"start":1707756084431,"stop":1707756084432,"duration":1}},{"uid":"ccc8566d264e75dc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ccc8566d264e75dc","status":"passed","time":{"start":1707753503426,"stop":1707753503428,"duration":2}},{"uid":"afc65376df20f3b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc65376df20f3b3","status":"passed","time":{"start":1707753233564,"stop":1707753233565,"duration":1}},{"uid":"c984e5a59e71db96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c984e5a59e71db96","status":"passed","time":{"start":1707750631903,"stop":1707750631904,"duration":1}},{"uid":"7c71a76d3f9de8ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c71a76d3f9de8ef","status":"passed","time":{"start":1707736548883,"stop":1707736548884,"duration":1}},{"uid":"1bfb1aa4c9cea3a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bfb1aa4c9cea3a9","status":"passed","time":{"start":1707735732433,"stop":1707735732434,"duration":1}}]},"3a6a2bd3df95aab72aa5ec00429554ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7aa7d825e4e84d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7aa7d825e4e84d5","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b072e0a8c9644429","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b072e0a8c9644429","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0}},{"uid":"eb254144abbd8b28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb254144abbd8b28","status":"passed","time":{"start":1707769649006,"stop":1707769649006,"duration":0}},{"uid":"fe105a3502eac439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe105a3502eac439","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"96fd6ec8abe5f3c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96fd6ec8abe5f3c9","status":"passed","time":{"start":1707757438819,"stop":1707757438819,"duration":0}},{"uid":"7704f0f80c27a0e5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7704f0f80c27a0e5","status":"passed","time":{"start":1707756067672,"stop":1707756067673,"duration":1}},{"uid":"5eceda152816e271","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5eceda152816e271","status":"passed","time":{"start":1707753486286,"stop":1707753486287,"duration":1}},{"uid":"4b72030f5addd3ad","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b72030f5addd3ad","status":"passed","time":{"start":1707753215213,"stop":1707753215214,"duration":1}},{"uid":"952ba57ed3cbb136","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/952ba57ed3cbb136","status":"passed","time":{"start":1707750615194,"stop":1707750615195,"duration":1}},{"uid":"92f62e221c6102f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/92f62e221c6102f2","status":"passed","time":{"start":1707736532652,"stop":1707736532652,"duration":0}},{"uid":"cc6a091c69dec567","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc6a091c69dec567","status":"passed","time":{"start":1707735714498,"stop":1707735714498,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"24a70cd808154fea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24a70cd808154fea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"26eef40180c90742","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26eef40180c90742","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"fb7c9693d42c13e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7c9693d42c13e7","status":"passed","time":{"start":1707759921443,"stop":1707759921444,"duration":1}},{"uid":"2d798942fdced780","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d798942fdced780","status":"passed","time":{"start":1707757624865,"stop":1707757624865,"duration":0}},{"uid":"243525c54ccce54a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/243525c54ccce54a","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"7233d462886e1f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7233d462886e1f6a","status":"passed","time":{"start":1707753651131,"stop":1707753651132,"duration":1}},{"uid":"483ea2a3fb481696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/483ea2a3fb481696","status":"passed","time":{"start":1707753409575,"stop":1707753409576,"duration":1}},{"uid":"c0c9346ded7b849f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0c9346ded7b849f","status":"passed","time":{"start":1707736708312,"stop":1707736708313,"duration":1}},{"uid":"9bae4e2d34506452","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9bae4e2d34506452","status":"passed","time":{"start":1707735914375,"stop":1707735914376,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"b48097c0873ddc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b48097c0873ddc57","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0}},{"uid":"8c6567581ca7e472","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8c6567581ca7e472","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"c50c43576f2184d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c50c43576f2184d5","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"e973b9215af39745","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e973b9215af39745","status":"passed","time":{"start":1707756617034,"stop":1707756617035,"duration":1}},{"uid":"a097a3ea5ac740e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a097a3ea5ac740e8","status":"passed","time":{"start":1707753988875,"stop":1707753988876,"duration":1}},{"uid":"a63e8391279a67b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a63e8391279a67b8","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"4fd74b086ff84f75","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4fd74b086ff84f75","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"3e6c212c163ffd51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e6c212c163ffd51","status":"passed","time":{"start":1707737091298,"stop":1707737091298,"duration":0}},{"uid":"9dd68ea355e4f216","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9dd68ea355e4f216","status":"passed","time":{"start":1707736260119,"stop":1707736260120,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9064372f064289bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9064372f064289bc","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0}},{"uid":"7c51184c0bdd93f5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7c51184c0bdd93f5","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"9e92ecbe6f8c85a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e92ecbe6f8c85a2","status":"passed","time":{"start":1707760345983,"stop":1707760345984,"duration":1}},{"uid":"1c467e96f666d6ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c467e96f666d6ea","status":"passed","time":{"start":1707758029746,"stop":1707758029747,"duration":1}},{"uid":"e5c90cf897f7a9c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e5c90cf897f7a9c1","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"ed0aaa8a5c21b1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0aaa8a5c21b1d","status":"passed","time":{"start":1707753981527,"stop":1707753981527,"duration":0}},{"uid":"a334237c5247b569","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a334237c5247b569","status":"passed","time":{"start":1707753832681,"stop":1707753832681,"duration":0}},{"uid":"ebd556c4dd2de95f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ebd556c4dd2de95f","status":"passed","time":{"start":1707751154820,"stop":1707751154821,"duration":1}},{"uid":"fc8db6d9a7de5c5c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc8db6d9a7de5c5c","status":"passed","time":{"start":1707737128059,"stop":1707737128060,"duration":1}},{"uid":"c2e2e1f7d5ecef15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c2e2e1f7d5ecef15","status":"passed","time":{"start":1707736326982,"stop":1707736326983,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ea7686ce0c87fe97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea7686ce0c87fe97","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"32a23b972e3dd436","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32a23b972e3dd436","status":"passed","time":{"start":1707770208540,"stop":1707770208541,"duration":1}},{"uid":"8a40fc48e207c47d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8a40fc48e207c47d","status":"passed","time":{"start":1707760335939,"stop":1707760335940,"duration":1}},{"uid":"febbf94f66caabb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/febbf94f66caabb","status":"passed","time":{"start":1707758023527,"stop":1707758023527,"duration":0}},{"uid":"6f25af2fc46917b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f25af2fc46917b1","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"2cdce50320416c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2cdce50320416c7","status":"passed","time":{"start":1707753837160,"stop":1707753837161,"duration":1}},{"uid":"2b90608c5de81ba0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b90608c5de81ba0","status":"passed","time":{"start":1707751136278,"stop":1707751136279,"duration":1}},{"uid":"f9da68a169dca544","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9da68a169dca544","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"f71b9bd8a16429ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f71b9bd8a16429ac","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"9a7a54d354208e38a07193e6729de93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91419a88eacc2269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91419a88eacc2269","status":"passed","time":{"start":1707753423539,"stop":1707753423539,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"97de0b388edadabb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97de0b388edadabb","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"31e34c4af6a0d724","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31e34c4af6a0d724","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"106f1a7080d956b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/106f1a7080d956b4","status":"passed","time":{"start":1707759737377,"stop":1707759737377,"duration":0}},{"uid":"f97465905c0c2b63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f97465905c0c2b63","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"36f2c87a64a38d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36f2c87a64a38d27","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"6bc7f78af2428db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bc7f78af2428db","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"58b77e5c3e3c8b24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/58b77e5c3e3c8b24","status":"passed","time":{"start":1707753208671,"stop":1707753208672,"duration":1}},{"uid":"701498867e42117b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/701498867e42117b","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"e9f232fecfc079d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9f232fecfc079d1","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"fcbcb003872e5709","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcbcb003872e5709","status":"passed","time":{"start":1707735708005,"stop":1707735708006,"duration":1}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"30adc7e787a820d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30adc7e787a820d8","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"duration":1}},{"uid":"4a2f3ca01b28c843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4a2f3ca01b28c843","status":"passed","time":{"start":1707769627285,"stop":1707769627285,"duration":0}},{"uid":"9463966830a30c9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9463966830a30c9c","status":"passed","time":{"start":1707759722019,"stop":1707759722020,"duration":1}},{"uid":"14b797e5e548ffdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14b797e5e548ffdb","status":"passed","time":{"start":1707757416829,"stop":1707757416830,"duration":1}},{"uid":"4afad99bd3540f8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4afad99bd3540f8e","status":"passed","time":{"start":1707756046589,"stop":1707756046589,"duration":0}},{"uid":"863381bc715441e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/863381bc715441e7","status":"passed","time":{"start":1707753464661,"stop":1707753464662,"duration":1}},{"uid":"ba5645254416d602","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba5645254416d602","status":"passed","time":{"start":1707753192927,"stop":1707753192928,"duration":1}},{"uid":"ae813215e1f88495","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae813215e1f88495","status":"passed","time":{"start":1707750593500,"stop":1707750593501,"duration":1}},{"uid":"6a05dd11e2e923a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6a05dd11e2e923a4","status":"passed","time":{"start":1707736510871,"stop":1707736510872,"duration":1}},{"uid":"1bf770aa4354be9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf770aa4354be9d","status":"passed","time":{"start":1707735692278,"stop":1707735692279,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"daffbec1b627121a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daffbec1b627121a","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"duration":1}},{"uid":"50117c4f836acd6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/50117c4f836acd6a","status":"passed","time":{"start":1707769677702,"stop":1707769677702,"duration":0}},{"uid":"87c3c8697cf08884","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87c3c8697cf08884","status":"passed","time":{"start":1707759769672,"stop":1707759769673,"duration":1}},{"uid":"88f16f8bdce4af1b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88f16f8bdce4af1b","status":"passed","time":{"start":1707757468637,"stop":1707757468638,"duration":1}},{"uid":"a53941c67e2a9da0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a53941c67e2a9da0","status":"passed","time":{"start":1707756096175,"stop":1707756096176,"duration":1}},{"uid":"3e5e7353f457ac32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3e5e7353f457ac32","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"2041dff6fdbe954e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2041dff6fdbe954e","status":"passed","time":{"start":1707753244714,"stop":1707753244726,"duration":12}},{"uid":"9a9c2cb84aa41fb1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a9c2cb84aa41fb1","status":"passed","time":{"start":1707750643519,"stop":1707750643519,"duration":0}},{"uid":"436572258f3afd8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/436572258f3afd8d","status":"passed","time":{"start":1707736558645,"stop":1707736558645,"duration":0}},{"uid":"f2d4f40760ab4b29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2d4f40760ab4b29","status":"passed","time":{"start":1707735743489,"stop":1707735743489,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"607465fa1522425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/607465fa1522425","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0}},{"uid":"12acf07c377ae1ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12acf07c377ae1ea","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"a4beaa50a968b9c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a4beaa50a968b9c1","status":"passed","time":{"start":1707760095403,"stop":1707760095403,"duration":0}},{"uid":"b41daf3ff5b036cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b41daf3ff5b036cd","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}},{"uid":"ecbf24d6d90ac771","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ecbf24d6d90ac771","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}},{"uid":"b2ba126c21cd2880","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ba126c21cd2880","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}},{"uid":"ef431645cd612040","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef431645cd612040","status":"passed","time":{"start":1707753573529,"stop":1707753573530,"duration":1}},{"uid":"4515d4bc7887fd8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4515d4bc7887fd8a","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"71cfcb935a025089","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71cfcb935a025089","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"3d9e4f3bffac54b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d9e4f3bffac54b","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4456f65203e61181","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4456f65203e61181","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"duration":1}},{"uid":"2940a894d62b951b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2940a894d62b951b","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"7052f5e5c8785c04","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7052f5e5c8785c04","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"3be53be03262a5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3be53be03262a5d","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"61914dc63f6e6b4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61914dc63f6e6b4b","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"e9c1418e766ce4aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c1418e766ce4aa","status":"passed","time":{"start":1707753781758,"stop":1707753781759,"duration":1}},{"uid":"c0be4210512971e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0be4210512971e8","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"6ab7e24d8d90742d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab7e24d8d90742d","status":"passed","time":{"start":1707750940662,"stop":1707750940662,"duration":0}},{"uid":"e2be6cd69d490832","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2be6cd69d490832","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"674a9f77feb8bf1e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/674a9f77feb8bf1e","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"4cf5e9c6c7fabeaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cf5e9c6c7fabeaa","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"f11d11a62a482ccd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f11d11a62a482ccd","status":"passed","time":{"start":1707770238697,"stop":1707770238698,"duration":1}},{"uid":"9891ed80542763dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9891ed80542763dd","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"d0bb5baca8dd1a7f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0bb5baca8dd1a7f","status":"passed","time":{"start":1707756690174,"stop":1707756690175,"duration":1}},{"uid":"4369d6114d70cfcd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4369d6114d70cfcd","status":"passed","time":{"start":1707754051798,"stop":1707754051799,"duration":1}},{"uid":"51d6675dbe8bceff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51d6675dbe8bceff","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d10757fb354cdacd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10757fb354cdacd","status":"passed","time":{"start":1707751228971,"stop":1707751228972,"duration":1}},{"uid":"458becef09eefc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/458becef09eefc","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"60261ae6b7aef958","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60261ae6b7aef958","status":"passed","time":{"start":1707736353050,"stop":1707736353051,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c0acf8c6302641b2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0acf8c6302641b2","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"bcdd9e46f16dcf2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bcdd9e46f16dcf2c","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"91eee7965ddfa1d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91eee7965ddfa1d8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"d65013b3e6d63314","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d65013b3e6d63314","status":"passed","time":{"start":1707758004327,"stop":1707758004328,"duration":1}},{"uid":"ab20497c0193b174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab20497c0193b174","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"b384c21745e2d399","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b384c21745e2d399","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"9521e09d95a58bcf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9521e09d95a58bcf","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"60557d8b743b29bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60557d8b743b29bc","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"8a04b4221afa514f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a04b4221afa514f","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"ef0fb5dcb5df8585","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef0fb5dcb5df8585","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"96030efe950ca1508eff30d5d8c14bef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7e13ba6c6643939d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e13ba6c6643939d","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020602,"stop":1707751020602,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"51e1f12e2a18a5af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51e1f12e2a18a5af","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"duration":0}},{"uid":"c46cba1c53ed59a8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c46cba1c53ed59a8","status":"passed","time":{"start":1707769940209,"stop":1707769940211,"duration":2}},{"uid":"485af700e2a10c8c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/485af700e2a10c8c","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"5ec2cdbb893d3c29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2cdbb893d3c29","status":"passed","time":{"start":1707757736397,"stop":1707757736397,"duration":0}},{"uid":"bebf8a713edae173","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bebf8a713edae173","status":"passed","time":{"start":1707756352341,"stop":1707756352341,"duration":0}},{"uid":"13941702260e699c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13941702260e699c","status":"passed","time":{"start":1707753768710,"stop":1707753768710,"duration":0}},{"uid":"c9620413f19fb153","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9620413f19fb153","status":"passed","time":{"start":1707753512769,"stop":1707753512769,"duration":0}},{"uid":"10c24ef7321af869","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c24ef7321af869","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"457d35642c4f71b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/457d35642c4f71b1","status":"passed","time":{"start":1707736822683,"stop":1707736822683,"duration":0}},{"uid":"8b1b83b5fa779704","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b1b83b5fa779704","status":"passed","time":{"start":1707736014743,"stop":1707736014744,"duration":1}}]},"00aaedd91896ab777a074e3fec40e4e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9731c0ca2e867d0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9731c0ca2e867d0f","status":"passed","time":{"start":1707756617039,"stop":1707756617039,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"89dc0033d91ddcb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89dc0033d91ddcb1","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5}},{"uid":"c545d21b8fae56e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c545d21b8fae56e3","status":"passed","time":{"start":1707769627358,"stop":1707769627358,"duration":0}},{"uid":"528f036ea5d0e87e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/528f036ea5d0e87e","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"87d3b3316f639c9e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/87d3b3316f639c9e","status":"passed","time":{"start":1707757416949,"stop":1707757416949,"duration":0}},{"uid":"166b088f61381327","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/166b088f61381327","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"c228531f799aede5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c228531f799aede5","status":"passed","time":{"start":1707753464783,"stop":1707753464784,"duration":1}},{"uid":"e7d8de0d92d124d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7d8de0d92d124d2","status":"passed","time":{"start":1707753193012,"stop":1707753193013,"duration":1}},{"uid":"353881c9a7193158","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/353881c9a7193158","status":"passed","time":{"start":1707750593663,"stop":1707750593663,"duration":0}},{"uid":"2d2fbc78a5672ec4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2fbc78a5672ec4","status":"passed","time":{"start":1707736511015,"stop":1707736511015,"duration":0}},{"uid":"98907ce76bd442a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98907ce76bd442a4","status":"passed","time":{"start":1707735692464,"stop":1707735692464,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"758dfe8d4da5bd0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/758dfe8d4da5bd0d","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"256a4dd6ac10e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/256a4dd6ac10e8","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"cc2c4b4e26571d20","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc2c4b4e26571d20","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"2d85af64b618a6fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d85af64b618a6fa","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"1f21503d14c9d42d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1f21503d14c9d42d","status":"passed","time":{"start":1707756664009,"stop":1707756664010,"duration":1}},{"uid":"d37228288be62540","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d37228288be62540","status":"passed","time":{"start":1707753837176,"stop":1707753837176,"duration":0}},{"uid":"76aedcd257d38112","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76aedcd257d38112","status":"passed","time":{"start":1707751136358,"stop":1707751136359,"duration":1}},{"uid":"8e1ae30bb0a8a2c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e1ae30bb0a8a2c8","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"db96aec456a9b96c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db96aec456a9b96c","status":"passed","time":{"start":1707736322664,"stop":1707736322665,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6b448eee5becd150","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b448eee5becd150","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1}},{"uid":"aa2cbd34880d944c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cbd34880d944c","status":"passed","time":{"start":1707769636532,"stop":1707769636533,"duration":1}},{"uid":"ba8042c815247c90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ba8042c815247c90","status":"passed","time":{"start":1707759731265,"stop":1707759731266,"duration":1}},{"uid":"aa5ee9611c0204d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa5ee9611c0204d9","status":"passed","time":{"start":1707757426113,"stop":1707757426114,"duration":1}},{"uid":"d2c0be35f8d3967e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2c0be35f8d3967e","status":"passed","time":{"start":1707756055493,"stop":1707756055495,"duration":2}},{"uid":"1e9b6ea72c3dcb38","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e9b6ea72c3dcb38","status":"passed","time":{"start":1707753473919,"stop":1707753473920,"duration":1}},{"uid":"f2a5fffba46cd4bf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2a5fffba46cd4bf","status":"passed","time":{"start":1707753202443,"stop":1707753202444,"duration":1}},{"uid":"b9255b7cc266a99b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9255b7cc266a99b","status":"passed","time":{"start":1707750602786,"stop":1707750602787,"duration":1}},{"uid":"4bd077a3c041b855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bd077a3c041b855","status":"passed","time":{"start":1707736520177,"stop":1707736520179,"duration":2}},{"uid":"5d949a7d8ef9a68e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d949a7d8ef9a68e","status":"passed","time":{"start":1707735701765,"stop":1707735701766,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"61787cb8dc4025e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61787cb8dc4025e","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"duration":1}},{"uid":"4246da253bd2dbc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4246da253bd2dbc5","status":"passed","time":{"start":1707769940213,"stop":1707769940213,"duration":0}},{"uid":"6b156185b6c7f861","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b156185b6c7f861","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"f4a94b90d11a5584","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a94b90d11a5584","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"6a3d305cafcf24e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a3d305cafcf24e9","status":"passed","time":{"start":1707756352342,"stop":1707756352343,"duration":1}},{"uid":"eb4d5354f0a2b052","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb4d5354f0a2b052","status":"passed","time":{"start":1707753768712,"stop":1707753768712,"duration":0}},{"uid":"e56cf9fd6175185b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e56cf9fd6175185b","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"73666db28373b4ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/73666db28373b4ec","status":"passed","time":{"start":1707750899684,"stop":1707750899684,"duration":0}},{"uid":"2b05f004be7555e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b05f004be7555e0","status":"passed","time":{"start":1707736822687,"stop":1707736822688,"duration":1}},{"uid":"4819031aa654ef8f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4819031aa654ef8f","status":"passed","time":{"start":1707736014745,"stop":1707736014745,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f1a489d64cbf1dab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1a489d64cbf1dab","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"c0b88f6932a5a430","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c0b88f6932a5a430","status":"passed","time":{"start":1707769968724,"stop":1707769968726,"duration":2}},{"uid":"50df3e50ffd5afd1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50df3e50ffd5afd1","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"1f8e083a317ec27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f8e083a317ec27","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"7f9f1d6c91a10394","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f9f1d6c91a10394","status":"passed","time":{"start":1707756617048,"stop":1707756617049,"duration":1}},{"uid":"6b874045428a599a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6b874045428a599a","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"f55e71f670ec7bce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f55e71f670ec7bce","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"d339cb00516b1113","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d339cb00516b1113","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"db420c127439f7c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db420c127439f7c3","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"aaefae02184208cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aaefae02184208cb","status":"passed","time":{"start":1707736260142,"stop":1707736260145,"duration":3}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"47e6697566985882","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47e6697566985882","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"duration":0}},{"uid":"8314ff05a8b2ed18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8314ff05a8b2ed18","status":"passed","time":{"start":1707769883328,"stop":1707769883329,"duration":1}},{"uid":"f52afcd376107dcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f52afcd376107dcc","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"795ca1d2c817c49d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/795ca1d2c817c49d","status":"passed","time":{"start":1707757676049,"stop":1707757676049,"duration":0}},{"uid":"b09d34e036432343","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b09d34e036432343","status":"passed","time":{"start":1707756304433,"stop":1707756304433,"duration":0}},{"uid":"7b63248db96d51cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b63248db96d51cf","status":"passed","time":{"start":1707753713262,"stop":1707753713264,"duration":2}},{"uid":"43496032bfc6fddf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43496032bfc6fddf","status":"passed","time":{"start":1707753448106,"stop":1707753448107,"duration":1}},{"uid":"8eafea36a2984b33","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eafea36a2984b33","status":"passed","time":{"start":1707750840052,"stop":1707750840053,"duration":1}},{"uid":"ee2d0ab9e94dceed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ee2d0ab9e94dceed","status":"passed","time":{"start":1707736765046,"stop":1707736765046,"duration":0}},{"uid":"ab7da999dd99a07b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab7da999dd99a07b","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c0b528c6530e54b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0b528c6530e54b8","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1}},{"uid":"4f4ef5707d95c10c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4f4ef5707d95c10c","status":"passed","time":{"start":1707769926380,"stop":1707769926380,"duration":0}},{"uid":"a56182e18b479314","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a56182e18b479314","status":"passed","time":{"start":1707760029630,"stop":1707760029630,"duration":0}},{"uid":"c5fd768cc4468dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5fd768cc4468dd5","status":"passed","time":{"start":1707757713781,"stop":1707757713781,"duration":0}},{"uid":"c31083881d7ff397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c31083881d7ff397","status":"passed","time":{"start":1707756348022,"stop":1707756348022,"duration":0}},{"uid":"92db230cdb9a9995","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92db230cdb9a9995","status":"passed","time":{"start":1707753739731,"stop":1707753739731,"duration":0}},{"uid":"c2e0433260b5bfb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2e0433260b5bfb6","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"feac3cd36238ede8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feac3cd36238ede8","status":"passed","time":{"start":1707750884258,"stop":1707750884259,"duration":1}},{"uid":"db5f80af0e8859a1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db5f80af0e8859a1","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"d932b80f2817cf61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d932b80f2817cf61","status":"passed","time":{"start":1707736018904,"stop":1707736018904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"902abc4d7ac60cb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/902abc4d7ac60cb6","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"699bfa4970046eea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/699bfa4970046eea","status":"passed","time":{"start":1707769983282,"stop":1707769983282,"duration":0}},{"uid":"cad50f3897dea228","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cad50f3897dea228","status":"passed","time":{"start":1707760095407,"stop":1707760095408,"duration":1}},{"uid":"37e7983157a4054e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/37e7983157a4054e","status":"passed","time":{"start":1707757790739,"stop":1707757790739,"duration":0}},{"uid":"1706ad67a3c4bf6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1706ad67a3c4bf6f","status":"passed","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"566f272e4192653a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/566f272e4192653a","status":"passed","time":{"start":1707753793195,"stop":1707753793195,"duration":0}},{"uid":"37945dd26b53e160","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37945dd26b53e160","status":"passed","time":{"start":1707753573533,"stop":1707753573533,"duration":0}},{"uid":"b84ea1e78fb78afd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b84ea1e78fb78afd","status":"passed","time":{"start":1707750953984,"stop":1707750953985,"duration":1}},{"uid":"7b54c1ad709f243f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b54c1ad709f243f","status":"passed","time":{"start":1707736878971,"stop":1707736878971,"duration":0}},{"uid":"739a93bc64e8929c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/739a93bc64e8929c","status":"passed","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"e1135ee6ea4a28bb1d2b50c46f70e12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"915b7dd9af6f5e05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/915b7dd9af6f5e05","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b58da7cc233622f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b58da7cc233622f8","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"duration":0}},{"uid":"c09ef7dffb8ddce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c09ef7dffb8ddce1","status":"passed","time":{"start":1707769883313,"stop":1707769883314,"duration":1}},{"uid":"6fc8ba5d53b3876b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc8ba5d53b3876b","status":"passed","time":{"start":1707759981456,"stop":1707759981456,"duration":0}},{"uid":"505f8d403b1b68ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/505f8d403b1b68ea","status":"passed","time":{"start":1707757676036,"stop":1707757676036,"duration":0}},{"uid":"f57d8ea1557ead6c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f57d8ea1557ead6c","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"3baea801530ae79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3baea801530ae79","status":"passed","time":{"start":1707753713235,"stop":1707753713244,"duration":9}},{"uid":"9f4065f408fd2013","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9f4065f408fd2013","status":"passed","time":{"start":1707753448088,"stop":1707753448089,"duration":1}},{"uid":"286b477847dcf156","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/286b477847dcf156","status":"passed","time":{"start":1707750840031,"stop":1707750840031,"duration":0}},{"uid":"3a47631e4f7eae1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a47631e4f7eae1a","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"b2cdf1ec47019d9f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b2cdf1ec47019d9f","status":"passed","time":{"start":1707735955220,"stop":1707735955221,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c8973264dec73f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8973264dec73f8c","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1}},{"uid":"4b099b68cd6405bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b099b68cd6405bc","status":"passed","time":{"start":1707769841903,"stop":1707769841903,"duration":0}},{"uid":"db58553dce392183","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db58553dce392183","status":"passed","time":{"start":1707759921458,"stop":1707759921459,"duration":1}},{"uid":"cfc0920b25e05fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfc0920b25e05fe5","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"1de2c5939dcab17c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1de2c5939dcab17c","status":"passed","time":{"start":1707756261807,"stop":1707756261810,"duration":3}},{"uid":"44020416af7831be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44020416af7831be","status":"passed","time":{"start":1707753651185,"stop":1707753651185,"duration":0}},{"uid":"26e7079f57b4f644","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e7079f57b4f644","status":"passed","time":{"start":1707753409589,"stop":1707753409590,"duration":1}},{"uid":"7e82043b8ea1cad7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e82043b8ea1cad7","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"7dfb91d0923d1000","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dfb91d0923d1000","status":"passed","time":{"start":1707736708332,"stop":1707736708333,"duration":1}},{"uid":"4dedd690f71ceb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4dedd690f71ceb7a","status":"passed","time":{"start":1707735914389,"stop":1707735914390,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"13e4b0efc499b9bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/13e4b0efc499b9bf","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"2114bbb2be0f3e47","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2114bbb2be0f3e47","status":"passed","time":{"start":1707769883329,"stop":1707769883330,"duration":1}},{"uid":"1995aa1de70ab800","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995aa1de70ab800","status":"passed","time":{"start":1707759981480,"stop":1707759981480,"duration":0}},{"uid":"182404784481c1f7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/182404784481c1f7","status":"passed","time":{"start":1707757676050,"stop":1707757676050,"duration":0}},{"uid":"78ba8f65296a2786","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/78ba8f65296a2786","status":"passed","time":{"start":1707756304434,"stop":1707756304434,"duration":0}},{"uid":"2f67b80179fcae0d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f67b80179fcae0d","status":"passed","time":{"start":1707753713265,"stop":1707753713266,"duration":1}},{"uid":"16c308aebecf6e95","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16c308aebecf6e95","status":"passed","time":{"start":1707753448107,"stop":1707753448108,"duration":1}},{"uid":"d707779566ba359b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707779566ba359b","status":"passed","time":{"start":1707750840053,"stop":1707750840054,"duration":1}},{"uid":"8568a67f5205476d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8568a67f5205476d","status":"passed","time":{"start":1707736765047,"stop":1707736765048,"duration":1}},{"uid":"2f959f8c60a5a0e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2f959f8c60a5a0e9","status":"passed","time":{"start":1707735955263,"stop":1707735955264,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3e5ba8f77687b169","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e5ba8f77687b169","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"becddfda12db6868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/becddfda12db6868","status":"passed","time":{"start":1707770051367,"stop":1707770051368,"duration":1}},{"uid":"e1ae32af5da9b5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1ae32af5da9b5ab","status":"passed","time":{"start":1707760174012,"stop":1707760174013,"duration":1}},{"uid":"c321f597d253c55b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c321f597d253c55b","status":"passed","time":{"start":1707757873917,"stop":1707757873917,"duration":0}},{"uid":"a0db456157e16efa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0db456157e16efa","status":"passed","time":{"start":1707756499900,"stop":1707756499901,"duration":1}},{"uid":"e76199c8c6b53d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e76199c8c6b53d9","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"113d4f8cddce34d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/113d4f8cddce34d6","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"a9a22e747cc27cda","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a9a22e747cc27cda","status":"passed","time":{"start":1707751019565,"stop":1707751019566,"duration":1}},{"uid":"177d40fca4dc6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/177d40fca4dc6ec","status":"passed","time":{"start":1707736947841,"stop":1707736947841,"duration":0}},{"uid":"e7e8b98aae18d3d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e7e8b98aae18d3d3","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"53c5cb0e1ac95df5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53c5cb0e1ac95df5","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d2c61635de21f6c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d2c61635de21f6c5","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"426d128ff8804b24","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/426d128ff8804b24","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2a93d2657da10412","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a93d2657da10412","status":"passed","time":{"start":1707757409079,"stop":1707757409080,"duration":1}},{"uid":"ad7135a2f9a0f056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad7135a2f9a0f056","status":"passed","time":{"start":1707756038945,"stop":1707756038946,"duration":1}},{"uid":"61e0f5aa60a883d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61e0f5aa60a883d2","status":"passed","time":{"start":1707753457116,"stop":1707753457117,"duration":1}},{"uid":"e7c49f9ec4a47d59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7c49f9ec4a47d59","status":"passed","time":{"start":1707753185098,"stop":1707753185099,"duration":1}},{"uid":"644970598fb8d4de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/644970598fb8d4de","status":"passed","time":{"start":1707750585901,"stop":1707750585901,"duration":0}},{"uid":"c02545232ce682b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c02545232ce682b5","status":"passed","time":{"start":1707736503318,"stop":1707736503318,"duration":0}},{"uid":"20636b0d10e007a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20636b0d10e007a4","status":"passed","time":{"start":1707735684652,"stop":1707735684653,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f424b6669b53e513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f424b6669b53e513","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"duration":0}},{"uid":"8a487eb992dee533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a487eb992dee533","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"4a973d87921ad3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a973d87921ad3ee","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"c2a4f13ee03175c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2a4f13ee03175c1","status":"passed","time":{"start":1707757804296,"stop":1707757804298,"duration":2}},{"uid":"c6a12c6a46e660e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6a12c6a46e660e7","status":"passed","time":{"start":1707756422348,"stop":1707756422348,"duration":0}},{"uid":"95f4c312e5d8b1e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95f4c312e5d8b1e8","status":"passed","time":{"start":1707753796549,"stop":1707753796550,"duration":1}},{"uid":"a356cb961476107f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a356cb961476107f","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"aa1627000fbb4aaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa1627000fbb4aaa","status":"passed","time":{"start":1707750964805,"stop":1707750964806,"duration":1}},{"uid":"3268b69d20464fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3268b69d20464fbd","status":"passed","time":{"start":1707736890438,"stop":1707736890439,"duration":1}},{"uid":"4456378df17f609d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4456378df17f609d","status":"passed","time":{"start":1707736096391,"stop":1707736096391,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ee2257846974123f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee2257846974123f","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"duration":2}},{"uid":"f73ec0263119f8f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f73ec0263119f8f0","status":"passed","time":{"start":1707769627283,"stop":1707769627283,"duration":0}},{"uid":"c1df64d94707e8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1df64d94707e8fe","status":"passed","time":{"start":1707759722017,"stop":1707759722018,"duration":1}},{"uid":"b3560c8d58974eb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3560c8d58974eb9","status":"passed","time":{"start":1707757416822,"stop":1707757416822,"duration":0}},{"uid":"ce097986745b5d18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce097986745b5d18","status":"passed","time":{"start":1707756046587,"stop":1707756046587,"duration":0}},{"uid":"f8dfcf6cb29cc2aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8dfcf6cb29cc2aa","status":"passed","time":{"start":1707753464659,"stop":1707753464660,"duration":1}},{"uid":"5be471972c58e5d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5be471972c58e5d7","status":"passed","time":{"start":1707753192924,"stop":1707753192924,"duration":0}},{"uid":"ca3a67328d52e4f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca3a67328d52e4f8","status":"passed","time":{"start":1707750593498,"stop":1707750593498,"duration":0}},{"uid":"b1eb12af53619f82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b1eb12af53619f82","status":"passed","time":{"start":1707736510869,"stop":1707736510870,"duration":1}},{"uid":"7d1454554c3f739","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d1454554c3f739","status":"passed","time":{"start":1707735692274,"stop":1707735692275,"duration":1}}]},"47405ecb7f759f1ddbac18fe5f361454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcc35393a000531","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc35393a000531","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"ee5c50a35dd2be4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee5c50a35dd2be4e","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"fa87a1265334f918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa87a1265334f918","status":"passed","time":{"start":1707769706668,"stop":1707769706668,"duration":0}},{"uid":"e461e37434d02253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e461e37434d02253","status":"passed","time":{"start":1707759811408,"stop":1707759811409,"duration":1}},{"uid":"a063fb16c6dd7795","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a063fb16c6dd7795","status":"passed","time":{"start":1707757504684,"stop":1707757504685,"duration":1}},{"uid":"fd30c216a9494ba3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd30c216a9494ba3","status":"passed","time":{"start":1707756131518,"stop":1707756131518,"duration":0}},{"uid":"9274cd80359f2f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9274cd80359f2f04","status":"passed","time":{"start":1707753284214,"stop":1707753284215,"duration":1}},{"uid":"9114f805848b7199","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114f805848b7199","status":"passed","time":{"start":1707736597188,"stop":1707736597189,"duration":1}},{"uid":"9f21352f5fc2102c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9f21352f5fc2102c","status":"passed","time":{"start":1707735784060,"stop":1707735784060,"duration":0}}]},"35e8e80e6ce21e802b6171973d01d9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d60411f238dc060f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d60411f238dc060f","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9e5bde7596bf1406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e5bde7596bf1406","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"489137f46cdb3d7f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/489137f46cdb3d7f","status":"passed","time":{"start":1707770099495,"stop":1707770099496,"duration":1}},{"uid":"807cd98158d2b2c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/807cd98158d2b2c3","status":"passed","time":{"start":1707760242013,"stop":1707760242013,"duration":0}},{"uid":"95ff23171d2a9f5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/95ff23171d2a9f5a","status":"passed","time":{"start":1707757936348,"stop":1707757936357,"duration":9}},{"uid":"f5f2ea04805cfa5e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f5f2ea04805cfa5e","status":"passed","time":{"start":1707756564912,"stop":1707756564912,"duration":0}},{"uid":"e17611ff6db11262","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e17611ff6db11262","status":"passed","time":{"start":1707753906981,"stop":1707753906982,"duration":1}},{"uid":"5219d1d84eea8f27","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5219d1d84eea8f27","status":"passed","time":{"start":1707753724176,"stop":1707753724176,"duration":0}},{"uid":"c039bc55e065b460","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c039bc55e065b460","status":"passed","time":{"start":1707751082964,"stop":1707751082965,"duration":1}},{"uid":"84d14a975bafc5a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d14a975bafc5a5","status":"passed","time":{"start":1707736996441,"stop":1707736996442,"duration":1}},{"uid":"8c39a9c3d7b4e33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c39a9c3d7b4e33c","status":"passed","time":{"start":1707736227460,"stop":1707736227460,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6650ed6eb0543b3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6650ed6eb0543b3e","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1}},{"uid":"b066a55b555ea0cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b066a55b555ea0cb","status":"passed","time":{"start":1707769633036,"stop":1707769633036,"duration":0}},{"uid":"6922870fa713ea4b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6922870fa713ea4b","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"99c1088c7b84a50c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99c1088c7b84a50c","status":"passed","time":{"start":1707757422580,"stop":1707757422581,"duration":1}},{"uid":"2eec3b91481c1e96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2eec3b91481c1e96","status":"passed","time":{"start":1707756052099,"stop":1707756052099,"duration":0}},{"uid":"41b04e7f03f67d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/41b04e7f03f67d48","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"7669a9b2ed109bd0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7669a9b2ed109bd0","status":"passed","time":{"start":1707753198734,"stop":1707753198734,"duration":0}},{"uid":"6caf74c9954f55d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6caf74c9954f55d0","status":"passed","time":{"start":1707750599244,"stop":1707750599244,"duration":0}},{"uid":"9b63a354a7cdeaae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b63a354a7cdeaae","status":"passed","time":{"start":1707736516625,"stop":1707736516626,"duration":1}},{"uid":"c00accc32bdd74c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c00accc32bdd74c2","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"5ca71f31ac5ae420","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca71f31ac5ae420","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"duration":1}},{"uid":"4641f2326792eb04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4641f2326792eb04","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"c5dce7b1ee683b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5dce7b1ee683b4","status":"passed","time":{"start":1707760335942,"stop":1707760335943,"duration":1}},{"uid":"213585ef0bc4c3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/213585ef0bc4c3e","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"db1865e2968ab402","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db1865e2968ab402","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"fb6f352f5d790e9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb6f352f5d790e9f","status":"passed","time":{"start":1707753837164,"stop":1707753837164,"duration":0}},{"uid":"2806eb96c2e71d28","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2806eb96c2e71d28","status":"passed","time":{"start":1707751136280,"stop":1707751136281,"duration":1}},{"uid":"59fe65819087ecdf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59fe65819087ecdf","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"16106e7109101670","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/16106e7109101670","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"634f7710638b2984478407d482f50a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae90a38d615816e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9ae90a38d615816e","status":"passed","time":{"start":1707769968732,"stop":1707769968733,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"de841fd0e797eaa4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de841fd0e797eaa4","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"2682879db1a60efa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2682879db1a60efa","status":"passed","time":{"start":1707769983269,"stop":1707769983270,"duration":1}},{"uid":"db7ce87fe424b819","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db7ce87fe424b819","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"2db1f4376236b702","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2db1f4376236b702","status":"passed","time":{"start":1707757790727,"stop":1707757790728,"duration":1}},{"uid":"efd7e6627c60096c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efd7e6627c60096c","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"ba1e443cae9ff1a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba1e443cae9ff1a0","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"40b151e3bd8abffe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40b151e3bd8abffe","status":"passed","time":{"start":1707753573523,"stop":1707753573524,"duration":1}},{"uid":"fb6b9e40c25ad58e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb6b9e40c25ad58e","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"d428ae21c97bb86d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d428ae21c97bb86d","status":"passed","time":{"start":1707736878960,"stop":1707736878961,"duration":1}},{"uid":"979699f296eb4e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/979699f296eb4e4e","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2388cbe8e3d18c23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2388cbe8e3d18c23","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"duration":1}},{"uid":"691107a932360128","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/691107a932360128","status":"passed","time":{"start":1707769883329,"stop":1707769883329,"duration":0}},{"uid":"fe588c51fe1f2ad3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe588c51fe1f2ad3","status":"passed","time":{"start":1707759981479,"stop":1707759981480,"duration":1}},{"uid":"fd989cc9edcf4d16","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd989cc9edcf4d16","status":"passed","time":{"start":1707757676049,"stop":1707757676050,"duration":1}},{"uid":"8c9a513b48b7a74d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c9a513b48b7a74d","status":"passed","time":{"start":1707756304433,"stop":1707756304434,"duration":1}},{"uid":"e564700bdd462bc2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e564700bdd462bc2","status":"passed","time":{"start":1707753713264,"stop":1707753713265,"duration":1}},{"uid":"b6e55dbfbb4c4408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6e55dbfbb4c4408","status":"passed","time":{"start":1707753448107,"stop":1707753448107,"duration":0}},{"uid":"7b9d5de40b0cd0c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b9d5de40b0cd0c2","status":"passed","time":{"start":1707750840053,"stop":1707750840053,"duration":0}},{"uid":"9a5fd6f2b64b636a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a5fd6f2b64b636a","status":"passed","time":{"start":1707736765046,"stop":1707736765047,"duration":1}},{"uid":"74674767ce3c0b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74674767ce3c0b8","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7cb0a1afc130f954","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cb0a1afc130f954","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2}},{"uid":"de7bedbbc1c72541","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7bedbbc1c72541","status":"passed","time":{"start":1707769627280,"stop":1707769627282,"duration":2}},{"uid":"c41c800950e0ba03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c41c800950e0ba03","status":"passed","time":{"start":1707759722015,"stop":1707759722017,"duration":2}},{"uid":"6baa7e10ed2a8e7b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6baa7e10ed2a8e7b","status":"passed","time":{"start":1707757416819,"stop":1707757416821,"duration":2}},{"uid":"3d1b36dadf93ee96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3d1b36dadf93ee96","status":"passed","time":{"start":1707756046586,"stop":1707756046587,"duration":1}},{"uid":"6cbda9c53cd2c8d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cbda9c53cd2c8d3","status":"passed","time":{"start":1707753464657,"stop":1707753464659,"duration":2}},{"uid":"ee8d39b290a07d15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ee8d39b290a07d15","status":"passed","time":{"start":1707753192921,"stop":1707753192923,"duration":2}},{"uid":"7a12c2c9b7175d4c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a12c2c9b7175d4c","status":"passed","time":{"start":1707750593492,"stop":1707750593497,"duration":5}},{"uid":"a84b1ab3128accd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a84b1ab3128accd6","status":"passed","time":{"start":1707736510867,"stop":1707736510869,"duration":2}},{"uid":"7a526d5e86ff6cfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a526d5e86ff6cfc","status":"passed","time":{"start":1707735692271,"stop":1707735692274,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"564e87c54ed57cc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/564e87c54ed57cc7","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"duration":0}},{"uid":"18d0280d8025a0f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18d0280d8025a0f2","status":"passed","time":{"start":1707769648572,"stop":1707769648572,"duration":0}},{"uid":"ddcf8432e8332309","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddcf8432e8332309","status":"passed","time":{"start":1707759743252,"stop":1707759743253,"duration":1}},{"uid":"b7528c8ef7065ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b7528c8ef7065ee","status":"passed","time":{"start":1707757438366,"stop":1707757438366,"duration":0}},{"uid":"4449e2e35f282b9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4449e2e35f282b9a","status":"passed","time":{"start":1707756067008,"stop":1707756067009,"duration":1}},{"uid":"b2ccc590c067e30c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ccc590c067e30c","status":"passed","time":{"start":1707753485649,"stop":1707753485649,"duration":0}},{"uid":"3650ea0c854049dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3650ea0c854049dc","status":"passed","time":{"start":1707753214694,"stop":1707753214695,"duration":1}},{"uid":"7d47e043ab2caa8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d47e043ab2caa8a","status":"passed","time":{"start":1707750614687,"stop":1707750614687,"duration":0}},{"uid":"14d9198b37135b7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/14d9198b37135b7b","status":"passed","time":{"start":1707736532272,"stop":1707736532273,"duration":1}},{"uid":"7211477a77c8ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7211477a77c8ba26","status":"passed","time":{"start":1707735714121,"stop":1707735714122,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"29c354162b2d5d21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c354162b2d5d21","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"duration":0}},{"uid":"e1a28d57fe07ae9b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1a28d57fe07ae9b","status":"passed","time":{"start":1707769994545,"stop":1707769994546,"duration":1}},{"uid":"4c2737cfa8cd39ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c2737cfa8cd39ec","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c650d793ea3e9fdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c650d793ea3e9fdc","status":"passed","time":{"start":1707757804301,"stop":1707757804302,"duration":1}},{"uid":"53687a4e35173d1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53687a4e35173d1d","status":"passed","time":{"start":1707756422350,"stop":1707756422350,"duration":0}},{"uid":"c4561fc389f01039","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4561fc389f01039","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"b6581be98c7ef254","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6581be98c7ef254","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"660cf8fc68c93406","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/660cf8fc68c93406","status":"passed","time":{"start":1707750964809,"stop":1707750964810,"duration":1}},{"uid":"c3e373157ea017ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3e373157ea017ab","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"96b9dbe901569b51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96b9dbe901569b51","status":"passed","time":{"start":1707736096393,"stop":1707736096393,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ce3e83cf5cd2e088","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce3e83cf5cd2e088","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2}},{"uid":"deab98ad2d9f8139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/deab98ad2d9f8139","status":"passed","time":{"start":1707769619270,"stop":1707769619270,"duration":0}},{"uid":"907c54d9a4ed8bda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/907c54d9a4ed8bda","status":"passed","time":{"start":1707759714210,"stop":1707759714212,"duration":2}},{"uid":"3a2db8220ad398bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a2db8220ad398bb","status":"passed","time":{"start":1707757408508,"stop":1707757408510,"duration":2}},{"uid":"628b40c79a4f20fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/628b40c79a4f20fe","status":"passed","time":{"start":1707756038427,"stop":1707756038429,"duration":2}},{"uid":"fac9884ab2f27cbc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fac9884ab2f27cbc","status":"passed","time":{"start":1707753456512,"stop":1707753456514,"duration":2}},{"uid":"29c8e4bb7ae3b92a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29c8e4bb7ae3b92a","status":"passed","time":{"start":1707753184752,"stop":1707753184754,"duration":2}},{"uid":"8eb81d6b700bdd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb81d6b700bdd3","status":"passed","time":{"start":1707750585379,"stop":1707750585381,"duration":2}},{"uid":"ef5630cba1193f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef5630cba1193f2","status":"passed","time":{"start":1707736502824,"stop":1707736502825,"duration":1}},{"uid":"476f72a151cdfc99","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/476f72a151cdfc99","status":"passed","time":{"start":1707735684284,"stop":1707735684286,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b1341c94b29295c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1341c94b29295c6","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3}},{"uid":"844b6378c86e479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/844b6378c86e479","status":"passed","time":{"start":1707769883310,"stop":1707769883313,"duration":3}},{"uid":"9b0e43d45f784e7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b0e43d45f784e7c","status":"passed","time":{"start":1707759981455,"stop":1707759981456,"duration":1}},{"uid":"8ee67fdc9799f8b9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ee67fdc9799f8b9","status":"passed","time":{"start":1707757676035,"stop":1707757676036,"duration":1}},{"uid":"825add45249670a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/825add45249670a4","status":"passed","time":{"start":1707756304422,"stop":1707756304422,"duration":0}},{"uid":"3a4b9f6b57d1d4b0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a4b9f6b57d1d4b0","status":"passed","time":{"start":1707753713235,"stop":1707753713235,"duration":0}},{"uid":"5afccf24dcb8f47c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5afccf24dcb8f47c","status":"passed","time":{"start":1707753448087,"stop":1707753448088,"duration":1}},{"uid":"a0d5def421febf61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0d5def421febf61","status":"passed","time":{"start":1707750840030,"stop":1707750840031,"duration":1}},{"uid":"5bd5b4fe5be86712","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd5b4fe5be86712","status":"passed","time":{"start":1707736764997,"stop":1707736764998,"duration":1}},{"uid":"2bca4642e44b6674","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bca4642e44b6674","status":"passed","time":{"start":1707735955220,"stop":1707735955220,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4d21f9c255a8a2f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d21f9c255a8a2f4","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"duration":0}},{"uid":"dbd1a646bb61d233","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbd1a646bb61d233","status":"passed","time":{"start":1707769883327,"stop":1707769883328,"duration":1}},{"uid":"70f3f9e55aba2253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70f3f9e55aba2253","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"f0fef130f2a3a32e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0fef130f2a3a32e","status":"passed","time":{"start":1707757676048,"stop":1707757676048,"duration":0}},{"uid":"bed55b83d2438b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bed55b83d2438b7","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"392ac1b717afcc31","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/392ac1b717afcc31","status":"passed","time":{"start":1707753713261,"stop":1707753713261,"duration":0}},{"uid":"b20447c70510ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b20447c70510ab52","status":"passed","time":{"start":1707753448105,"stop":1707753448106,"duration":1}},{"uid":"91f6cba849b46e2a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91f6cba849b46e2a","status":"passed","time":{"start":1707750840050,"stop":1707750840051,"duration":1}},{"uid":"5e0edc4f0160d1a3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e0edc4f0160d1a3","status":"passed","time":{"start":1707736765043,"stop":1707736765045,"duration":2}},{"uid":"c479be57f134ce2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c479be57f134ce2e","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"97fa05eed189a88f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fa05eed189a88f","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"duration":1}},{"uid":"f47b8b76a16af571","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f47b8b76a16af571","status":"passed","time":{"start":1707770208548,"stop":1707770208548,"duration":0}},{"uid":"3f1540f07971b94b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f1540f07971b94b","status":"passed","time":{"start":1707760335957,"stop":1707760335957,"duration":0}},{"uid":"d9ac25cf86c22b69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9ac25cf86c22b69","status":"passed","time":{"start":1707758023537,"stop":1707758023538,"duration":1}},{"uid":"f74bc487212b860b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f74bc487212b860b","status":"passed","time":{"start":1707756664007,"stop":1707756664007,"duration":0}},{"uid":"f3a09e8ff4c0f8e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3a09e8ff4c0f8e3","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"f54efaab478da49","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f54efaab478da49","status":"passed","time":{"start":1707751136353,"stop":1707751136353,"duration":0}},{"uid":"b17182e33338b659","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b17182e33338b659","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"e4db45dc01f5d133","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4db45dc01f5d133","status":"passed","time":{"start":1707736322661,"stop":1707736322662,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8a34b95193473da2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a34b95193473da2","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"duration":0}},{"uid":"43352b687e1ec028","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43352b687e1ec028","status":"passed","time":{"start":1707769883624,"stop":1707769883625,"duration":1}},{"uid":"3c0906f09d63aeaf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c0906f09d63aeaf","status":"passed","time":{"start":1707759985510,"stop":1707759985511,"duration":1}},{"uid":"d050c5a71aad280f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d050c5a71aad280f","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"49c2a17093ec0d53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/49c2a17093ec0d53","status":"passed","time":{"start":1707756291412,"stop":1707756291413,"duration":1}},{"uid":"c9ca4105def4864b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9ca4105def4864b","status":"passed","time":{"start":1707753735500,"stop":1707753735501,"duration":1}},{"uid":"392540901820f62a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/392540901820f62a","status":"passed","time":{"start":1707753472967,"stop":1707753472968,"duration":1}},{"uid":"2329b7136cfcb378","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2329b7136cfcb378","status":"passed","time":{"start":1707750845159,"stop":1707750845160,"duration":1}},{"uid":"b8a09e9f6f018b2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8a09e9f6f018b2c","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"559fad1531d8fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/559fad1531d8fe","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"1fac2ff9622729e29d5a7932d08c1479:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b501b6df357bdf2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b501b6df357bdf2","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b1ae82a64ecc34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1ae82a64ecc34de","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"duration":0}},{"uid":"a3bbeeb8f8755d54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a3bbeeb8f8755d54","status":"passed","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"2ccf7105264531e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ccf7105264531e7","status":"passed","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"140b8a6e1ca4038b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/140b8a6e1ca4038b","status":"passed","time":{"start":1707758004333,"stop":1707758004333,"duration":0}},{"uid":"eab44fd4a60dc40f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eab44fd4a60dc40f","status":"passed","time":{"start":1707756690167,"stop":1707756690168,"duration":1}},{"uid":"23eb5ad309a8a156","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23eb5ad309a8a156","status":"passed","time":{"start":1707754051792,"stop":1707754051792,"duration":0}},{"uid":"b328a7db1a240bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b328a7db1a240bfd","status":"passed","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"f8845a8a3cb990f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8845a8a3cb990f8","status":"passed","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"d2e6fa4ead39abb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2e6fa4ead39abb3","status":"passed","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"f40eb29401154a01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f40eb29401154a01","status":"passed","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f76d4400fb08f3bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f76d4400fb08f3bc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"3d6fd9a85800c3df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d6fd9a85800c3df","status":"passed","time":{"start":1707769940213,"stop":1707769940214,"duration":1}},{"uid":"520427c4d42b56","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/520427c4d42b56","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"286f3239756aaca9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/286f3239756aaca9","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"852b8083c6600cd3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/852b8083c6600cd3","status":"passed","time":{"start":1707756352343,"stop":1707756352343,"duration":0}},{"uid":"d7dcd5a2e415babb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7dcd5a2e415babb","status":"passed","time":{"start":1707753768712,"stop":1707753768713,"duration":1}},{"uid":"1373cac6f3bfe56e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1373cac6f3bfe56e","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"1822b521f7268f15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1822b521f7268f15","status":"passed","time":{"start":1707750899684,"stop":1707750899685,"duration":1}},{"uid":"2eda6bdbbc99beda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2eda6bdbbc99beda","status":"passed","time":{"start":1707736822688,"stop":1707736822689,"duration":1}},{"uid":"b01b911236e721a6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b01b911236e721a6","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"124cefe2009480ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cefe2009480ce","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0}},{"uid":"15cd84d52da41f02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15cd84d52da41f02","status":"passed","time":{"start":1707769940212,"stop":1707769940213,"duration":1}},{"uid":"b466a964cc14a53a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b466a964cc14a53a","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"7efe3da20965e47f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7efe3da20965e47f","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"77c08457c5457b6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77c08457c5457b6f","status":"passed","time":{"start":1707756352342,"stop":1707756352342,"duration":0}},{"uid":"fe3de0ec30c65112","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe3de0ec30c65112","status":"passed","time":{"start":1707753768711,"stop":1707753768711,"duration":0}},{"uid":"a408f062f54d52f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a408f062f54d52f5","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"7c68a4421910fd0a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c68a4421910fd0a","status":"passed","time":{"start":1707750899683,"stop":1707750899684,"duration":1}},{"uid":"d275f601c92e1681","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d275f601c92e1681","status":"passed","time":{"start":1707736822685,"stop":1707736822686,"duration":1}},{"uid":"83dd9883daca932f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83dd9883daca932f","status":"passed","time":{"start":1707736014744,"stop":1707736014745,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2a68eb11c6e86ea4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a68eb11c6e86ea4","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0}},{"uid":"dc188592cb712b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc188592cb712b1a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"6fc967693d8635f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc967693d8635f5","status":"passed","time":{"start":1707760073028,"stop":1707760073028,"duration":0}},{"uid":"f7ae6ac96cdfdd8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7ae6ac96cdfdd8","status":"passed","time":{"start":1707757771072,"stop":1707757771073,"duration":1}},{"uid":"58fceadbbd5f2ea6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/58fceadbbd5f2ea6","status":"passed","time":{"start":1707756387890,"stop":1707756387891,"duration":1}},{"uid":"736ff31e408cfb66","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736ff31e408cfb66","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"918e0d488fa6d036","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/918e0d488fa6d036","status":"passed","time":{"start":1707753549844,"stop":1707753549844,"duration":0}},{"uid":"86cde4e912921870","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86cde4e912921870","status":"passed","time":{"start":1707750934221,"stop":1707750934222,"duration":1}},{"uid":"d68c8ff0c96d412a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d68c8ff0c96d412a","status":"passed","time":{"start":1707736857299,"stop":1707736857300,"duration":1}},{"uid":"5c547074ef215143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c547074ef215143","status":"passed","time":{"start":1707736056533,"stop":1707736056534,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"c3bbf8cc4e54a6f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3bbf8cc4e54a6f7","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"92c89469c0c4d1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92c89469c0c4d1a","status":"passed","time":{"start":1707770208547,"stop":1707770208548,"duration":1}},{"uid":"16417c6b5817a509","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16417c6b5817a509","status":"passed","time":{"start":1707760335956,"stop":1707760335957,"duration":1}},{"uid":"1d6b29af3932b164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d6b29af3932b164","status":"passed","time":{"start":1707758023537,"stop":1707758023537,"duration":0}},{"uid":"e348cc4569b05174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e348cc4569b05174","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"c6a1486431aab745","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6a1486431aab745","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"d8749fe80fbba35d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8749fe80fbba35d","status":"passed","time":{"start":1707751136340,"stop":1707751136352,"duration":12}},{"uid":"b8e27e9725c4e7a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8e27e9725c4e7a8","status":"passed","time":{"start":1707737124646,"stop":1707737124647,"duration":1}},{"uid":"eb9ced7bac979f67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb9ced7bac979f67","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"f4ce0300cf85c12e32da15828cdbc1d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d4b9a7976a647e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d4b9a7976a647e8","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3a968751b713aeb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a968751b713aeb9","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"f3568cc3d7bff28a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3568cc3d7bff28a","status":"passed","time":{"start":1707769843151,"stop":1707769843151,"duration":0}},{"uid":"810a0b63c691c829","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/810a0b63c691c829","status":"passed","time":{"start":1707759965211,"stop":1707759965211,"duration":0}},{"uid":"486e6fa478b70c77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/486e6fa478b70c77","status":"passed","time":{"start":1707757644396,"stop":1707757644396,"duration":0}},{"uid":"c75294301f763120","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c75294301f763120","status":"passed","time":{"start":1707756267918,"stop":1707756267918,"duration":0}},{"uid":"3b91160481085415","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b91160481085415","status":"passed","time":{"start":1707753668084,"stop":1707753668084,"duration":0}},{"uid":"f018fa0ffd5a3c5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f018fa0ffd5a3c5f","status":"passed","time":{"start":1707753423543,"stop":1707753423544,"duration":1}},{"uid":"5433d9a02ecfb84a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5433d9a02ecfb84a","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"f01a5ae1566432ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f01a5ae1566432ee","status":"passed","time":{"start":1707736730661,"stop":1707736730662,"duration":1}},{"uid":"9d9eb2bfa9175c7c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d9eb2bfa9175c7c","status":"passed","time":{"start":1707735912134,"stop":1707735912135,"duration":1}}]},"fa7a3192cfe17722ce09251a51796a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d29200a20627d925","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d29200a20627d925","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5ebc808ddb129d90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ebc808ddb129d90","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0}},{"uid":"b8f7d670d3af694","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8f7d670d3af694","status":"passed","time":{"start":1707770103221,"stop":1707770103222,"duration":1}},{"uid":"378b643f8936dfc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/378b643f8936dfc9","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"8512e13d246f58be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8512e13d246f58be","status":"passed","time":{"start":1707757995157,"stop":1707757995158,"duration":1}},{"uid":"3735dea920f851d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3735dea920f851d7","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"234d25a8eefb6c72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/234d25a8eefb6c72","status":"passed","time":{"start":1707753925424,"stop":1707753925425,"duration":1}},{"uid":"1e6b90a67d78276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e6b90a67d78276a","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"33ecba93ff1ae40e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ecba93ff1ae40e","status":"passed","time":{"start":1707751137101,"stop":1707751137101,"duration":0}},{"uid":"2d53eaa9a5bec6b9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d53eaa9a5bec6b9","status":"passed","time":{"start":1707737056798,"stop":1707737056798,"duration":0}},{"uid":"f442f5e9adc5c28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f442f5e9adc5c28","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"2dcaaeadb25f02f39520494a33a16632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c6b8b22ce191948d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c6b8b22ce191948d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1707750884259,"stop":1707750884260,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"390e65815824c096","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/390e65815824c096","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2}},{"uid":"3c7db960fb392f42","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c7db960fb392f42","status":"passed","time":{"start":1707769632308,"stop":1707769632310,"duration":2}},{"uid":"97e3bd4a39e6e799","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97e3bd4a39e6e799","status":"passed","time":{"start":1707759727090,"stop":1707759727092,"duration":2}},{"uid":"83e167ea12a93773","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83e167ea12a93773","status":"passed","time":{"start":1707757422029,"stop":1707757422030,"duration":1}},{"uid":"cf4725a7583c2299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf4725a7583c2299","status":"passed","time":{"start":1707756051497,"stop":1707756051499,"duration":2}},{"uid":"1b07909eab1d7107","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b07909eab1d7107","status":"passed","time":{"start":1707753469610,"stop":1707753469611,"duration":1}},{"uid":"1d3cd46d3b34db4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1d3cd46d3b34db4","status":"passed","time":{"start":1707753198229,"stop":1707753198231,"duration":2}},{"uid":"d8f09b1550044405","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8f09b1550044405","status":"passed","time":{"start":1707750598580,"stop":1707750598581,"duration":1}},{"uid":"d88b57fb535ee116","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d88b57fb535ee116","status":"passed","time":{"start":1707736516056,"stop":1707736516057,"duration":1}},{"uid":"45691c99b2f002e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45691c99b2f002e7","status":"passed","time":{"start":1707735697362,"stop":1707735697364,"duration":2}}]},"b476746374f73ffb6433f3d6052f7d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3537391d90a935","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3537391d90a935","status":"passed","time":{"start":1707770051402,"stop":1707770051402,"duration":0}}]},"d8845f08da5299b49fd6fe0e600a6ac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19b254258260c84c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19b254258260c84c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"bbe9ab8b248f11b58521f34c00af3775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7181b61b500c9c4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7181b61b500c9c4","status":"passed","time":{"start":1707737091308,"stop":1707737091309,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c29606ab1643f44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c29606ab1643f44","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1}},{"uid":"e2e93225802f087d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2e93225802f087d","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"6127ed99f10082d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6127ed99f10082d","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"10d8f356838ba3ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/10d8f356838ba3ce","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"6d2e5e15f2aab31a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e5e15f2aab31a","status":"passed","time":{"start":1707756690158,"stop":1707756690159,"duration":1}},{"uid":"6c2ba12efd62192f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c2ba12efd62192f","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"86455cf1b55ff3b4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/86455cf1b55ff3b4","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e1752affa47c7f5d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1752affa47c7f5d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"f5c43d696f26b7b8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5c43d696f26b7b8","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"77e05acf53fbf1de","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77e05acf53fbf1de","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6a2f76558cd69716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a2f76558cd69716","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"duration":0}},{"uid":"73e17d002e843cac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/73e17d002e843cac","status":"passed","time":{"start":1707770140536,"stop":1707770140537,"duration":1}},{"uid":"6d54cedf68015df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d54cedf68015df4","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"e6dab2faef1cf917","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6dab2faef1cf917","status":"passed","time":{"start":1707758026468,"stop":1707758026469,"duration":1}},{"uid":"a3bc7026884e06aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3bc7026884e06aa","status":"passed","time":{"start":1707756656799,"stop":1707756656799,"duration":0}},{"uid":"708b3f2bccfe7aec","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/708b3f2bccfe7aec","status":"passed","time":{"start":1707753960363,"stop":1707753960364,"duration":1}},{"uid":"d829a9d2ddd314dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d829a9d2ddd314dc","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"c1cda666d2367643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c1cda666d2367643","status":"passed","time":{"start":1707751157937,"stop":1707751157937,"duration":0}},{"uid":"34e53a3cc1a2211e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34e53a3cc1a2211e","status":"passed","time":{"start":1707737112733,"stop":1707737112733,"duration":0}},{"uid":"9c138f707213ce7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c138f707213ce7f","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"79bc8f86f4ee07a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bc8f86f4ee07a4","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"duration":0}},{"uid":"78b5446187b91ebc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b5446187b91ebc","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"b5c191dadc25df78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b5c191dadc25df78","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"af8037c35d97b7fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af8037c35d97b7fb","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"e6fd225cf411dbe9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6fd225cf411dbe9","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"a96fa37fc51a4ad6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a96fa37fc51a4ad6","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"5861b1639d56242f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5861b1639d56242f","status":"passed","time":{"start":1707753198734,"stop":1707753198735,"duration":1}},{"uid":"e1cccf08c6d8c5c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1cccf08c6d8c5c4","status":"passed","time":{"start":1707750599244,"stop":1707750599245,"duration":1}},{"uid":"258043bb80d250a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/258043bb80d250a6","status":"passed","time":{"start":1707736516626,"stop":1707736516626,"duration":0}},{"uid":"f94d496dd1b7cd9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94d496dd1b7cd9a","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fb986c8114b388ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb986c8114b388ed","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"3c0aca76170a088a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c0aca76170a088a","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}},{"uid":"1d265ca0ea3d5a68","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1d265ca0ea3d5a68","status":"passed","time":{"start":1707759965204,"stop":1707759965204,"duration":0}},{"uid":"1f0808ec7449b9f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f0808ec7449b9f2","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}},{"uid":"cda9bb1ee08b61db","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cda9bb1ee08b61db","status":"passed","time":{"start":1707756267911,"stop":1707756267912,"duration":1}},{"uid":"9ba598f3bb3c3132","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ba598f3bb3c3132","status":"passed","time":{"start":1707753668077,"stop":1707753668077,"duration":0}},{"uid":"65aa391ef485a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65aa391ef485a5f","status":"passed","time":{"start":1707753423539,"stop":1707753423540,"duration":1}},{"uid":"a35908fe0c84aaa9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35908fe0c84aaa9","status":"passed","time":{"start":1707750796034,"stop":1707750796035,"duration":1}},{"uid":"248a85c21ec550ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/248a85c21ec550ce","status":"passed","time":{"start":1707736730647,"stop":1707736730653,"duration":6}},{"uid":"15b6ce059c432d3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15b6ce059c432d3c","status":"passed","time":{"start":1707735912124,"stop":1707735912124,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"50beea44992aa161","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50beea44992aa161","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0}},{"uid":"2b3b44bd25722f27","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2b3b44bd25722f27","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"c31612f84d50cf15","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c31612f84d50cf15","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"1cbe5326cb3471eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1cbe5326cb3471eb","status":"passed","time":{"start":1707757782366,"stop":1707757782367,"duration":1}},{"uid":"4f29e3dc15c67c61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f29e3dc15c67c61","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"76041e3ef8a7671c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76041e3ef8a7671c","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"5e0ecae9ba9f0346","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e0ecae9ba9f0346","status":"passed","time":{"start":1707753563081,"stop":1707753563086,"duration":5}},{"uid":"be2adad02876e7ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be2adad02876e7ce","status":"passed","time":{"start":1707750940651,"stop":1707750940652,"duration":1}},{"uid":"84d93c62c08394b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d93c62c08394b5","status":"passed","time":{"start":1707736870543,"stop":1707736870544,"duration":1}},{"uid":"dc386bcf1c92b60b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc386bcf1c92b60b","status":"passed","time":{"start":1707736068811,"stop":1707736068812,"duration":1}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"69400db10c57aa3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69400db10c57aa3d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"8eeb9b131d139e61","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8eeb9b131d139e61","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"df0a5382146ecceb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/df0a5382146ecceb","status":"passed","time":{"start":1707759745078,"stop":1707759745078,"duration":0}},{"uid":"32ff9e0697489210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32ff9e0697489210","status":"passed","time":{"start":1707757440222,"stop":1707757440222,"duration":0}},{"uid":"9619b8add9cb1654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9619b8add9cb1654","status":"passed","time":{"start":1707756069083,"stop":1707756069083,"duration":0}},{"uid":"5ef4e6716d7311ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ef4e6716d7311ad","status":"passed","time":{"start":1707753487641,"stop":1707753487641,"duration":0}},{"uid":"ba800111cbe10359","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba800111cbe10359","status":"passed","time":{"start":1707753216621,"stop":1707753216622,"duration":1}},{"uid":"9fe5f2b1a3696e96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fe5f2b1a3696e96","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"aafb8d158c75a380","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aafb8d158c75a380","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"1ec0874ccdb45fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ec0874ccdb45fa","status":"passed","time":{"start":1707735716033,"stop":1707735716033,"duration":0}}]},"3ad9b5ffc5b4f116adc3e752dcefd292:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4ba49fe7e2bd38d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4ba49fe7e2bd38d","status":"passed","time":{"start":1707753793191,"stop":1707753793191,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cba275eba6dfb664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cba275eba6dfb664","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"96791189346418ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96791189346418ac","status":"passed","time":{"start":1707769619250,"stop":1707769619251,"duration":1}},{"uid":"54099bd8b6c3aaf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54099bd8b6c3aaf1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"1ab063186d8bf9d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ab063186d8bf9d6","status":"passed","time":{"start":1707757408923,"stop":1707757408924,"duration":1}},{"uid":"ff2d93d2c2dab2f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff2d93d2c2dab2f3","status":"passed","time":{"start":1707756038651,"stop":1707756038651,"duration":0}},{"uid":"da5cd2ae4c3894f7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da5cd2ae4c3894f7","status":"passed","time":{"start":1707753456820,"stop":1707753456821,"duration":1}},{"uid":"c6b3dace447c0b01","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6b3dace447c0b01","status":"passed","time":{"start":1707753185027,"stop":1707753185028,"duration":1}},{"uid":"6966a2845a96c10f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6966a2845a96c10f","status":"passed","time":{"start":1707750585691,"stop":1707750585691,"duration":0}},{"uid":"e2984fc8c7fd481c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2984fc8c7fd481c","status":"passed","time":{"start":1707736503244,"stop":1707736503244,"duration":0}},{"uid":"3b9bdce57c29dc77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9bdce57c29dc77","status":"passed","time":{"start":1707735684541,"stop":1707735684541,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dad4ca1b6fa67d87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dad4ca1b6fa67d87","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"duration":0}},{"uid":"dd3b7dc331666aaf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dd3b7dc331666aaf","status":"passed","time":{"start":1707769642217,"stop":1707769642217,"duration":0}},{"uid":"f92fb55fbcdc867a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f92fb55fbcdc867a","status":"passed","time":{"start":1707759737065,"stop":1707759737066,"duration":1}},{"uid":"e06fddd86b566d3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e06fddd86b566d3c","status":"passed","time":{"start":1707757431972,"stop":1707757431972,"duration":0}},{"uid":"18cca652efd77820","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18cca652efd77820","status":"passed","time":{"start":1707756061016,"stop":1707756061017,"duration":1}},{"uid":"db63d7d49b9a1c4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/db63d7d49b9a1c4e","status":"passed","time":{"start":1707753479604,"stop":1707753479605,"duration":1}},{"uid":"7173fc85d9f1b202","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7173fc85d9f1b202","status":"passed","time":{"start":1707753208305,"stop":1707753208305,"duration":0}},{"uid":"ab9633bea1bdab26","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab9633bea1bdab26","status":"passed","time":{"start":1707750608581,"stop":1707750608582,"duration":1}},{"uid":"c521d7b9288167a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c521d7b9288167a2","status":"passed","time":{"start":1707736525852,"stop":1707736525852,"duration":0}},{"uid":"51b29c023bf89ef4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51b29c023bf89ef4","status":"passed","time":{"start":1707735707686,"stop":1707735707686,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"12f72bc048225556","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f72bc048225556","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1}},{"uid":"be09b88fe52586f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be09b88fe52586f0","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"c562a290a091f91","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c562a290a091f91","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"b728e961ade99b92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b728e961ade99b92","status":"passed","time":{"start":1707757644394,"stop":1707757644394,"duration":0}},{"uid":"37cdfdc5dcd3ef66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37cdfdc5dcd3ef66","status":"passed","time":{"start":1707756267914,"stop":1707756267915,"duration":1}},{"uid":"4c49824086690904","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c49824086690904","status":"passed","time":{"start":1707753668079,"stop":1707753668079,"duration":0}},{"uid":"269ef5214f91634a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/269ef5214f91634a","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"f0728fcd12fdbe30","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0728fcd12fdbe30","status":"passed","time":{"start":1707750796036,"stop":1707750796036,"duration":0}},{"uid":"40c34d5f280fa101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40c34d5f280fa101","status":"passed","time":{"start":1707736730656,"stop":1707736730657,"duration":1}},{"uid":"4bc7409a580f1f8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4bc7409a580f1f8e","status":"passed","time":{"start":1707735912128,"stop":1707735912130,"duration":2}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"eae36a889b85c938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eae36a889b85c938","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"duration":0}},{"uid":"589866ade73c27ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/589866ade73c27ae","status":"passed","time":{"start":1707769673027,"stop":1707769673027,"duration":0}},{"uid":"8236f908f9bc5ef2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8236f908f9bc5ef2","status":"passed","time":{"start":1707759767766,"stop":1707759767766,"duration":0}},{"uid":"99ac68c29d99d992","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99ac68c29d99d992","status":"passed","time":{"start":1707757463883,"stop":1707757463883,"duration":0}},{"uid":"b35edba0545eeabe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b35edba0545eeabe","status":"passed","time":{"start":1707756091993,"stop":1707756091993,"duration":0}},{"uid":"58b038212672ffc5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58b038212672ffc5","status":"passed","time":{"start":1707753510235,"stop":1707753510235,"duration":0}},{"uid":"e602ff40b095feae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e602ff40b095feae","status":"passed","time":{"start":1707753240423,"stop":1707753240424,"duration":1}},{"uid":"f32d9a47e818f70","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f32d9a47e818f70","status":"passed","time":{"start":1707750639411,"stop":1707750639411,"duration":0}},{"uid":"3e7cf10bc47e2c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e7cf10bc47e2c3","status":"passed","time":{"start":1707736555757,"stop":1707736555758,"duration":1}},{"uid":"5adec6b6ad928a6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5adec6b6ad928a6f","status":"passed","time":{"start":1707735739988,"stop":1707735739989,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"518b9764c9450d16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518b9764c9450d16","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825086,"duration":0}},{"uid":"1a7df3b249e4789a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a7df3b249e4789a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"6dbb026c47ded5f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6dbb026c47ded5f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769676,"duration":0}},{"uid":"1c7ff5d388c4ec39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c7ff5d388c4ec39","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468641,"stop":1707757468641,"duration":0}},{"uid":"4ce639f5293948f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4ce639f5293948f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096186,"duration":0}},{"uid":"c94a6772e44e25bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c94a6772e44e25bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517980,"stop":1707753517980,"duration":0}},{"uid":"7c2b818de9b46b32","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c2b818de9b46b32","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"f2f1139a168529f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f2f1139a168529f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643523,"duration":1}},{"uid":"a9e86f454359d22b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9e86f454359d22b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"6bb925850bda41c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bb925850bda41c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"73c85fb06ee61693","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73c85fb06ee61693","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1}},{"uid":"29fad267cfedb2a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29fad267cfedb2a4","status":"passed","time":{"start":1707769649006,"stop":1707769649007,"duration":1}},{"uid":"5828860002073de0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5828860002073de0","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"2becfa30737484cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2becfa30737484cc","status":"passed","time":{"start":1707757438819,"stop":1707757438820,"duration":1}},{"uid":"dcdec55c3a93bdb8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dcdec55c3a93bdb8","status":"passed","time":{"start":1707756067673,"stop":1707756067673,"duration":0}},{"uid":"af6e92358587bbe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/af6e92358587bbe2","status":"passed","time":{"start":1707753486287,"stop":1707753486287,"duration":0}},{"uid":"a0a821c3621df968","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0a821c3621df968","status":"passed","time":{"start":1707753215214,"stop":1707753215214,"duration":0}},{"uid":"76d9e3b2b9035d09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76d9e3b2b9035d09","status":"passed","time":{"start":1707750615195,"stop":1707750615195,"duration":0}},{"uid":"90b5fd93424b38dd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/90b5fd93424b38dd","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"bd3b0b261f9d6ce0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd3b0b261f9d6ce0","status":"passed","time":{"start":1707735714498,"stop":1707735714499,"duration":1}}]},"85dcd4029e776dc4439c45b939c5c330:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b92cff54bbdb63cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b92cff54bbdb63cd","status":"passed","time":{"start":1707751162311,"stop":1707751162311,"duration":0}}]},"9fb7a93b6d04b9cbaa2e57bb9f51800f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bda85bde318c8a98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bda85bde318c8a98","status":"passed","time":{"start":1707753782777,"stop":1707753782778,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"697534a2e92edaee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/697534a2e92edaee","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1}},{"uid":"c6911a550907e1d7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6911a550907e1d7","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"23d7f7437f66a739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23d7f7437f66a739","status":"passed","time":{"start":1707760294900,"stop":1707760294901,"duration":1}},{"uid":"fa094d6a6ff1570a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa094d6a6ff1570a","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"d500aa7a01d26d7d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d500aa7a01d26d7d","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"fb94eed7b31e3703","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb94eed7b31e3703","status":"passed","time":{"start":1707753926593,"stop":1707753926593,"duration":0}},{"uid":"a6e755112ea46b80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6e755112ea46b80","status":"passed","time":{"start":1707753779035,"stop":1707753779036,"duration":1}},{"uid":"202cba057ba9a35e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/202cba057ba9a35e","status":"passed","time":{"start":1707751117677,"stop":1707751117677,"duration":0}},{"uid":"6d619626ad319e2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d619626ad319e2d","status":"passed","time":{"start":1707737065100,"stop":1707737065101,"duration":1}},{"uid":"af9425b4cdb1c36d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af9425b4cdb1c36d","status":"passed","time":{"start":1707736281630,"stop":1707736281631,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5376ef6bb9988017","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5376ef6bb9988017","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0}},{"uid":"dba0b09a6ee6973c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dba0b09a6ee6973c","status":"passed","time":{"start":1707769941591,"stop":1707769941591,"duration":0}},{"uid":"26bed431f9e288d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/26bed431f9e288d4","status":"passed","time":{"start":1707760043795,"stop":1707760043795,"duration":0}},{"uid":"c8db9368fc7bcf4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8db9368fc7bcf4a","status":"passed","time":{"start":1707757737712,"stop":1707757737713,"duration":1}},{"uid":"766f54a81dacca1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/766f54a81dacca1","status":"passed","time":{"start":1707756354876,"stop":1707756354876,"duration":0}},{"uid":"dc8d96fc50597d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc8d96fc50597d8","status":"passed","time":{"start":1707753752604,"stop":1707753752605,"duration":1}},{"uid":"bb6708911034d438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bb6708911034d438","status":"passed","time":{"start":1707753516212,"stop":1707753516212,"duration":0}},{"uid":"c4f358512709a3c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4f358512709a3c7","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"b3bb3fd17f26fb29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3bb3fd17f26fb29","status":"passed","time":{"start":1707736826035,"stop":1707736826035,"duration":0}},{"uid":"467baac67a3694ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/467baac67a3694ad","status":"passed","time":{"start":1707736021608,"stop":1707736021608,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c7bc7b3b5871d9b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7bc7b3b5871d9b5","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"duration":1}},{"uid":"102e1c3eabb723bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/102e1c3eabb723bc","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"bed3e735f74e7a79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bed3e735f74e7a79","status":"passed","time":{"start":1707759921459,"stop":1707759921460,"duration":1}},{"uid":"b4d2fd888e14ec26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4d2fd888e14ec26","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"f617e33ba8916a01","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f617e33ba8916a01","status":"passed","time":{"start":1707756261813,"stop":1707756261814,"duration":1}},{"uid":"58c99d432c78f774","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58c99d432c78f774","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"9d6e0eb89441beb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d6e0eb89441beb6","status":"passed","time":{"start":1707753409591,"stop":1707753409591,"duration":0}},{"uid":"a0c801b4ba3d4a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0c801b4ba3d4a4d","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"f7f5c6d78183db5d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7f5c6d78183db5d","status":"passed","time":{"start":1707736708333,"stop":1707736708334,"duration":1}},{"uid":"45317284588dae28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45317284588dae28","status":"passed","time":{"start":1707735914390,"stop":1707735914391,"duration":1}}]},"4623b161622cbcdc53d791ff8c767fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c66d84896b6782","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23c66d84896b6782","status":"passed","time":{"start":1707760174032,"stop":1707760174032,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"46da5efe83d21d01","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46da5efe83d21d01","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"e56bda7504903218","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e56bda7504903218","status":"passed","time":{"start":1707769843148,"stop":1707769843148,"duration":0}},{"uid":"747589fff6e45280","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/747589fff6e45280","status":"passed","time":{"start":1707759965206,"stop":1707759965207,"duration":1}},{"uid":"3ff8faf872db24c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ff8faf872db24c9","status":"passed","time":{"start":1707757644393,"stop":1707757644393,"duration":0}},{"uid":"1dbe5bb790ded929","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1dbe5bb790ded929","status":"passed","time":{"start":1707756267912,"stop":1707756267913,"duration":1}},{"uid":"8051587a716fb3ca","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8051587a716fb3ca","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"ccd5460160706b58","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ccd5460160706b58","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"26921ee9d138e440","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26921ee9d138e440","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"1e186a4afa29b677","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e186a4afa29b677","status":"passed","time":{"start":1707736730654,"stop":1707736730655,"duration":1}},{"uid":"5ad932a8d34d7ad0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5ad932a8d34d7ad0","status":"passed","time":{"start":1707735912126,"stop":1707735912127,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2cd38c6f551f2eb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd38c6f551f2eb9","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"duration":0}},{"uid":"c9e9a7df9c114d80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9e9a7df9c114d80","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"93138e2e41df37d7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/93138e2e41df37d7","status":"passed","time":{"start":1707759921458,"stop":1707759921458,"duration":0}},{"uid":"6615d7329ff0ec00","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6615d7329ff0ec00","status":"passed","time":{"start":1707757624879,"stop":1707757624880,"duration":1}},{"uid":"e9ad94dbe59dcec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9ad94dbe59dcec","status":"passed","time":{"start":1707756261805,"stop":1707756261807,"duration":2}},{"uid":"bb503d9dfa699a6d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb503d9dfa699a6d","status":"passed","time":{"start":1707753651172,"stop":1707753651185,"duration":13}},{"uid":"4d7c93720aac20aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d7c93720aac20aa","status":"passed","time":{"start":1707753409589,"stop":1707753409589,"duration":0}},{"uid":"2e085e4eef5c8eeb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e085e4eef5c8eeb","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"38e10ebbe63d1785","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e10ebbe63d1785","status":"passed","time":{"start":1707736708332,"stop":1707736708332,"duration":0}},{"uid":"da43b57bc56fa9a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da43b57bc56fa9a5","status":"passed","time":{"start":1707735914389,"stop":1707735914389,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a7d218e93dc37516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a7d218e93dc37516","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"duration":0}},{"uid":"957f5d4ff2fc8321","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/957f5d4ff2fc8321","status":"passed","time":{"start":1707769642219,"stop":1707769642219,"duration":0}},{"uid":"4f3a231c1fd317d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f3a231c1fd317d9","status":"passed","time":{"start":1707759737067,"stop":1707759737068,"duration":1}},{"uid":"962ddca791e3abb1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/962ddca791e3abb1","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"dbce7a7a00b146bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dbce7a7a00b146bf","status":"passed","time":{"start":1707756061018,"stop":1707756061019,"duration":1}},{"uid":"81ff3d50e0cfa6ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ff3d50e0cfa6ce","status":"passed","time":{"start":1707753479608,"stop":1707753479608,"duration":0}},{"uid":"c6e068628ee67f90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6e068628ee67f90","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"940d309560a3e90e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/940d309560a3e90e","status":"passed","time":{"start":1707750608583,"stop":1707750608584,"duration":1}},{"uid":"a10574de09234ddf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a10574de09234ddf","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"a401acb118e3c58a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a401acb118e3c58a","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"11e6898894ed0f1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11e6898894ed0f1d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"1ecc510ee098c459","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ecc510ee098c459","status":"passed","time":{"start":1707770126650,"stop":1707770126651,"duration":1}},{"uid":"1b37b36cf9a1d9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1b37b36cf9a1d9e","status":"passed","time":{"start":1707760312928,"stop":1707760312929,"duration":1}},{"uid":"aaa87bda5b3551d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aaa87bda5b3551d8","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"9812e013b4333f34","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9812e013b4333f34","status":"passed","time":{"start":1707756635736,"stop":1707756635737,"duration":1}},{"uid":"9c94fd6b3a7a5304","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c94fd6b3a7a5304","status":"passed","time":{"start":1707753934641,"stop":1707753934641,"duration":0}},{"uid":"7dcf5348997e18f3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7dcf5348997e18f3","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"45ca666728377b73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/45ca666728377b73","status":"passed","time":{"start":1707751117572,"stop":1707751117572,"duration":0}},{"uid":"c5a73936615bb1f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5a73936615bb1f5","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"375691339d06c1c5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/375691339d06c1c5","status":"passed","time":{"start":1707736296308,"stop":1707736296309,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e2109d1dcc165eaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2109d1dcc165eaa","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0}},{"uid":"80888f547fcf145a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80888f547fcf145a","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"91a5c502b830e999","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91a5c502b830e999","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"c80d71011deb2dc8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c80d71011deb2dc8","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"db012f42091ee8da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db012f42091ee8da","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"bc0e32e20cdf023a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc0e32e20cdf023a","status":"passed","time":{"start":1707753651164,"stop":1707753651164,"duration":0}},{"uid":"96243545646b4748","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96243545646b4748","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"5a9531736d97c8d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a9531736d97c8d2","status":"passed","time":{"start":1707750722045,"stop":1707750722046,"duration":1}},{"uid":"b5c4a069574c8dd0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5c4a069574c8dd0","status":"passed","time":{"start":1707736708325,"stop":1707736708325,"duration":0}},{"uid":"159f0fd978eb9323","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/159f0fd978eb9323","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"31d8cc594e72d975","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31d8cc594e72d975","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1}},{"uid":"b473f4e45793add6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b473f4e45793add6","status":"passed","time":{"start":1707769994553,"stop":1707769994553,"duration":0}},{"uid":"562682568f9fcb43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/562682568f9fcb43","status":"passed","time":{"start":1707760106465,"stop":1707760106465,"duration":0}},{"uid":"f490f1153c0a4cc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f490f1153c0a4cc1","status":"passed","time":{"start":1707757804320,"stop":1707757804321,"duration":1}},{"uid":"e6dc56f5114f79ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6dc56f5114f79ec","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"afcd91ed3fac5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afcd91ed3fac5c","status":"passed","time":{"start":1707753796555,"stop":1707753796556,"duration":1}},{"uid":"2974f8039516e6bc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2974f8039516e6bc","status":"passed","time":{"start":1707753586172,"stop":1707753586172,"duration":0}},{"uid":"83abe717f0a4a652","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83abe717f0a4a652","status":"passed","time":{"start":1707750964817,"stop":1707750964817,"duration":0}},{"uid":"cade6563f3bee4b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cade6563f3bee4b6","status":"passed","time":{"start":1707736890445,"stop":1707736890445,"duration":0}},{"uid":"e3a49140ba430c39","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3a49140ba430c39","status":"passed","time":{"start":1707736096398,"stop":1707736096398,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1999a27752d432f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1999a27752d432f4","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"duration":1}},{"uid":"ad1657d7fda48e90","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad1657d7fda48e90","status":"passed","time":{"start":1707769968738,"stop":1707769968739,"duration":1}},{"uid":"7ff63e079524ded3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ff63e079524ded3","status":"passed","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"a5396101891c97a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5396101891c97a8","status":"passed","time":{"start":1707758006730,"stop":1707758006731,"duration":1}},{"uid":"c3bb1a16bf0d4edc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3bb1a16bf0d4edc","status":"passed","time":{"start":1707756617067,"stop":1707756617067,"duration":0}},{"uid":"f7d5793414955d89","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d5793414955d89","status":"passed","time":{"start":1707753988895,"stop":1707753988896,"duration":1}},{"uid":"7f1415e455c0b344","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f1415e455c0b344","status":"passed","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"88187fb67c819b4f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88187fb67c819b4f","status":"passed","time":{"start":1707751162327,"stop":1707751162327,"duration":0}},{"uid":"5cc6d9c4825acc19","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cc6d9c4825acc19","status":"passed","time":{"start":1707737091391,"stop":1707737091392,"duration":1}},{"uid":"5806f814e93b393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5806f814e93b393","status":"passed","time":{"start":1707736260167,"stop":1707736260170,"duration":3}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"50eb5f2237f5ff98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50eb5f2237f5ff98","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1}},{"uid":"b2150203c3f9837a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2150203c3f9837a","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"50def716b8995e29","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50def716b8995e29","status":"passed","time":{"start":1707760173993,"stop":1707760173993,"duration":0}},{"uid":"9e773b367470e3bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e773b367470e3bb","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"d687a08caa8613f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d687a08caa8613f1","status":"passed","time":{"start":1707756499890,"stop":1707756499890,"duration":0}},{"uid":"8e95f82ccd6821a9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e95f82ccd6821a9","status":"passed","time":{"start":1707753870418,"stop":1707753870419,"duration":1}},{"uid":"a6a490ae15dac2c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6a490ae15dac2c7","status":"passed","time":{"start":1707753647454,"stop":1707753647455,"duration":1}},{"uid":"d852b0e7aee8b2f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d852b0e7aee8b2f6","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"b921664965fe387d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b921664965fe387d","status":"passed","time":{"start":1707736947831,"stop":1707736947832,"duration":1}},{"uid":"3d4780026c054c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4780026c054c44","status":"passed","time":{"start":1707736152489,"stop":1707736152489,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b96fcbd34f3984b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b96fcbd34f3984b","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"abe74270e56834c3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abe74270e56834c3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"2c1400b6f28ba541","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c1400b6f28ba541","status":"passed","time":{"start":1707760301824,"stop":1707760301824,"duration":0}},{"uid":"f0380ca15ee1b623","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0380ca15ee1b623","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"4e1cb17804501784","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1cb17804501784","status":"passed","time":{"start":1707756617057,"stop":1707756617057,"duration":0}},{"uid":"d9debdb20167247c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9debdb20167247c","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"d18892ddc2c0864a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d18892ddc2c0864a","status":"passed","time":{"start":1707753782776,"stop":1707753782776,"duration":0}},{"uid":"9fca5db5bc5f3a45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fca5db5bc5f3a45","status":"passed","time":{"start":1707751162321,"stop":1707751162322,"duration":1}},{"uid":"809c3c9fa82cd04c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/809c3c9fa82cd04c","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"9a8d0db082b4d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a8d0db082b4d778","status":"passed","time":{"start":1707736260161,"stop":1707736260161,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"31f9238b722939f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31f9238b722939f0","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"d0518bbc303855ab","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0518bbc303855ab","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"8ca9adc341999802","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ca9adc341999802","status":"passed","time":{"start":1707760335948,"stop":1707760335949,"duration":1}},{"uid":"812e2bbd55127f78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/812e2bbd55127f78","status":"passed","time":{"start":1707758023533,"stop":1707758023534,"duration":1}},{"uid":"3781e1d30819d1f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3781e1d30819d1f5","status":"passed","time":{"start":1707756664002,"stop":1707756664003,"duration":1}},{"uid":"64740f23185f8091","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64740f23185f8091","status":"passed","time":{"start":1707753837168,"stop":1707753837169,"duration":1}},{"uid":"795c075c480ef41d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/795c075c480ef41d","status":"passed","time":{"start":1707751136319,"stop":1707751136320,"duration":1}},{"uid":"3daae7969823f9f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3daae7969823f9f1","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"3034224511cfb86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3034224511cfb86","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"80eae47e50e64734","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80eae47e50e64734","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"duration":0}},{"uid":"63275dd896bea47a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63275dd896bea47a","status":"passed","time":{"start":1707770006113,"stop":1707770006113,"duration":0}},{"uid":"ff19040c5701f6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff19040c5701f6fa","status":"passed","time":{"start":1707760178496,"stop":1707760178496,"duration":0}},{"uid":"615790f67e4491db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/615790f67e4491db","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"23127ddabdf0563a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23127ddabdf0563a","status":"passed","time":{"start":1707756509483,"stop":1707756509483,"duration":0}},{"uid":"e072c30bd4594818","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e072c30bd4594818","status":"passed","time":{"start":1707753810715,"stop":1707753810715,"duration":0}},{"uid":"a7cad848a281f16c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7cad848a281f16c","status":"passed","time":{"start":1707753662127,"stop":1707753662127,"duration":0}},{"uid":"ec0a74e44b80f1f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ec0a74e44b80f1f4","status":"passed","time":{"start":1707736955777,"stop":1707736955777,"duration":0}},{"uid":"c7ce265a0776d2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7ce265a0776d2f6","status":"passed","time":{"start":1707736167317,"stop":1707736167317,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5b721c1947ec18d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b721c1947ec18d0","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"8bb21138b8faf733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8bb21138b8faf733","status":"passed","time":{"start":1707769883635,"stop":1707769883635,"duration":0}},{"uid":"e49d87a36703802f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e49d87a36703802f","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"d22c795e6c2307b3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d22c795e6c2307b3","status":"passed","time":{"start":1707757677810,"stop":1707757677811,"duration":1}},{"uid":"a51ca69278a80d75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a51ca69278a80d75","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"c97adb0a30a6bb7e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97adb0a30a6bb7e","status":"passed","time":{"start":1707753735501,"stop":1707753735502,"duration":1}},{"uid":"16e923bbc89864e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16e923bbc89864e","status":"passed","time":{"start":1707753472968,"stop":1707753472969,"duration":1}},{"uid":"af6ae984c05c9000","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af6ae984c05c9000","status":"passed","time":{"start":1707750845161,"stop":1707750845162,"duration":1}},{"uid":"d210e26d8c3f0fed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d210e26d8c3f0fed","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"c909236d0dbc54aa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c909236d0dbc54aa","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"76a65095829d3abf7731dca364cb583b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7c6dca9c248c102","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7c6dca9c248c102","status":"passed","time":{"start":1707750796034,"stop":1707750796034,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7029b826cd9f4ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7029b826cd9f4ac5","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1}},{"uid":"95e3bd23ab2b2dbe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/95e3bd23ab2b2dbe","status":"passed","time":{"start":1707769843141,"stop":1707769843142,"duration":1}},{"uid":"5de8d1aad7692d7e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de8d1aad7692d7e","status":"passed","time":{"start":1707759965191,"stop":1707759965191,"duration":0}},{"uid":"6f5677ad1181da7e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f5677ad1181da7e","status":"passed","time":{"start":1707757644387,"stop":1707757644388,"duration":1}},{"uid":"4817804bcce044f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4817804bcce044f4","status":"passed","time":{"start":1707756267903,"stop":1707756267903,"duration":0}},{"uid":"5825349e6800a33e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5825349e6800a33e","status":"passed","time":{"start":1707753668028,"stop":1707753668029,"duration":1}},{"uid":"7c6e6996c9f13336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c6e6996c9f13336","status":"passed","time":{"start":1707753423534,"stop":1707753423534,"duration":0}},{"uid":"380446410be60051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/380446410be60051","status":"passed","time":{"start":1707750796028,"stop":1707750796029,"duration":1}},{"uid":"74d05b00d4ea91d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74d05b00d4ea91d7","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"27140c119b33d22f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/27140c119b33d22f","status":"passed","time":{"start":1707735912117,"stop":1707735912117,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"40275857809c04a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/40275857809c04a3","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"838c39d50d20a56","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/838c39d50d20a56","status":"passed","time":{"start":1707769691796,"stop":1707769691797,"duration":1}},{"uid":"15899949d5af0c97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/15899949d5af0c97","status":"passed","time":{"start":1707759788942,"stop":1707759788943,"duration":1}},{"uid":"9d89813b53fba250","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d89813b53fba250","status":"passed","time":{"start":1707757488460,"stop":1707757488460,"duration":0}},{"uid":"ea28aa1d876df385","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea28aa1d876df385","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"4c6faa7e0fd377e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c6faa7e0fd377e7","status":"passed","time":{"start":1707753533383,"stop":1707753533383,"duration":0}},{"uid":"9ca6552848eb6336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ca6552848eb6336","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"264276e74a074669","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/264276e74a074669","status":"passed","time":{"start":1707750661591,"stop":1707750661591,"duration":0}},{"uid":"8d40f8e40a670673","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d40f8e40a670673","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"b42fff4e765732b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b42fff4e765732b6","status":"passed","time":{"start":1707735764681,"stop":1707735764683,"duration":2}}]},"f29c68a0d20ece6466078d9a7df2a245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6c8d2f653c3255b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b6c8d2f653c3255b","status":"passed","time":{"start":1707751136362,"stop":1707751136363,"duration":1}}]},"d22dc93a60ff99507c8d0657cba9eefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b14d73aa40830d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50b14d73aa40830d","status":"passed","time":{"start":1707737091360,"stop":1707737091361,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1288290c8e7c819d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1288290c8e7c819d","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8}},{"uid":"307a28e762c64aaa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/307a28e762c64aaa","status":"passed","time":{"start":1707769627357,"stop":1707769627357,"duration":0}},{"uid":"6d717ef4b7dba68a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d717ef4b7dba68a","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"67aa031d95b75e7c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67aa031d95b75e7c","status":"passed","time":{"start":1707757416948,"stop":1707757416949,"duration":1}},{"uid":"ef8a241613994654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef8a241613994654","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"890dbc95e81ba59c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/890dbc95e81ba59c","status":"passed","time":{"start":1707753464783,"stop":1707753464783,"duration":0}},{"uid":"fc6f6712b964c274","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc6f6712b964c274","status":"passed","time":{"start":1707753193012,"stop":1707753193012,"duration":0}},{"uid":"1b501febdf773628","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b501febdf773628","status":"passed","time":{"start":1707750593662,"stop":1707750593663,"duration":1}},{"uid":"e18b2750f4f56fa1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e18b2750f4f56fa1","status":"passed","time":{"start":1707736511014,"stop":1707736511015,"duration":1}},{"uid":"8128c6feb4daba24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8128c6feb4daba24","status":"passed","time":{"start":1707735692463,"stop":1707735692463,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f2b7283069feac1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b7283069feac1f","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"9c6dedacda235e76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c6dedacda235e76","status":"passed","time":{"start":1707769843143,"stop":1707769843144,"duration":1}},{"uid":"5ca02c8f5113dc10","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5ca02c8f5113dc10","status":"passed","time":{"start":1707759965198,"stop":1707759965199,"duration":1}},{"uid":"6cfc065499b987c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cfc065499b987c6","status":"passed","time":{"start":1707757644389,"stop":1707757644390,"duration":1}},{"uid":"968944f826a3dbcc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/968944f826a3dbcc","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"7e3c9172f336e673","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e3c9172f336e673","status":"passed","time":{"start":1707753668032,"stop":1707753668067,"duration":35}},{"uid":"85100f60674b5c1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85100f60674b5c1c","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"aad56d0dc8f89c8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aad56d0dc8f89c8b","status":"passed","time":{"start":1707750796030,"stop":1707750796031,"duration":1}},{"uid":"7791024feaf37274","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7791024feaf37274","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"3e8646c0b547a8d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3e8646c0b547a8d8","status":"passed","time":{"start":1707735912119,"stop":1707735912119,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1af80a3ecf4813a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1af80a3ecf4813a4","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1}},{"uid":"a454d91d50736f5f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a454d91d50736f5f","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"8868daf9b8397de6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8868daf9b8397de6","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"2b6d89d8130248c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b6d89d8130248c0","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"74d99824fd5a669d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74d99824fd5a669d","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"228791cc35d81067","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/228791cc35d81067","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"10620d14ad9c5fcc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10620d14ad9c5fcc","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"35796c403dc01e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35796c403dc01e35","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"48935f0af08a6ed4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/48935f0af08a6ed4","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"56b4d6949e103404","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/56b4d6949e103404","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b069cb9fc4d3f10f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b069cb9fc4d3f10f","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1}},{"uid":"74fe7f67067b75af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/74fe7f67067b75af","status":"passed","time":{"start":1707770051358,"stop":1707770051359,"duration":1}},{"uid":"7412567ad8281e74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7412567ad8281e74","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"5891df92a5c50b8b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5891df92a5c50b8b","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"2a2c66875c1fe04c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a2c66875c1fe04c","status":"passed","time":{"start":1707756499891,"stop":1707756499891,"duration":0}},{"uid":"60398fc8bf98d9f2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60398fc8bf98d9f2","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"29256b6d8deed43a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29256b6d8deed43a","status":"passed","time":{"start":1707753647458,"stop":1707753647459,"duration":1}},{"uid":"43acf54484a48a68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43acf54484a48a68","status":"passed","time":{"start":1707751019560,"stop":1707751019561,"duration":1}},{"uid":"c18994df3a1f8dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c18994df3a1f8dea","status":"passed","time":{"start":1707736947832,"stop":1707736947833,"duration":1}},{"uid":"669883015dde7697","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/669883015dde7697","status":"passed","time":{"start":1707736152490,"stop":1707736152490,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"36e6fac4967687f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36e6fac4967687f0","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0}},{"uid":"ffeafad814d65e0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffeafad814d65e0a","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"a5b361ec314f0438","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5b361ec314f0438","status":"passed","time":{"start":1707760174008,"stop":1707760174009,"duration":1}},{"uid":"fdc27693214f84fd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fdc27693214f84fd","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"a32e1ec99d77e454","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a32e1ec99d77e454","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"de124a6f105d2238","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de124a6f105d2238","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"cbfc481d54a7ea71","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cbfc481d54a7ea71","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"79ce36d8690a11f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79ce36d8690a11f4","status":"passed","time":{"start":1707751019564,"stop":1707751019565,"duration":1}},{"uid":"528b5565d4c3120a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/528b5565d4c3120a","status":"passed","time":{"start":1707736947839,"stop":1707736947840,"duration":1}},{"uid":"94daa1c1f192474b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/94daa1c1f192474b","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"98246f3d4b4d7386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98246f3d4b4d7386","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"bd12863b391d100d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd12863b391d100d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"93c55e5c60241ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/93c55e5c60241ad","status":"passed","time":{"start":1707758006711,"stop":1707758006712,"duration":1}},{"uid":"ed6a71819b0ca04a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed6a71819b0ca04a","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"b619ce87cb760af4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b619ce87cb760af4","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"49fdeb66ef20b821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49fdeb66ef20b821","status":"passed","time":{"start":1707753782758,"stop":1707753782759,"duration":1}},{"uid":"d68f8bbaa71b046","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d68f8bbaa71b046","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"15279426928b1307","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15279426928b1307","status":"passed","time":{"start":1707737091323,"stop":1707737091329,"duration":6}},{"uid":"df1f9322d53e908a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df1f9322d53e908a","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2659b8d09cd0175c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2659b8d09cd0175c","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"duration":1}},{"uid":"8d2ccc09564a55d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8d2ccc09564a55d5","status":"passed","time":{"start":1707769926628,"stop":1707769926629,"duration":1}},{"uid":"6d46530455e33318","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d46530455e33318","status":"passed","time":{"start":1707760029733,"stop":1707760029734,"duration":1}},{"uid":"237845bc750db703","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/237845bc750db703","status":"passed","time":{"start":1707757714098,"stop":1707757714099,"duration":1}},{"uid":"e31101869e4d91cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e31101869e4d91cc","status":"passed","time":{"start":1707756348091,"stop":1707756348091,"duration":0}},{"uid":"1c56cdb0bbd6f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c56cdb0bbd6f6a","status":"passed","time":{"start":1707753739853,"stop":1707753739854,"duration":1}},{"uid":"6f935f6698b7d999","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f935f6698b7d999","status":"passed","time":{"start":1707753512839,"stop":1707753512839,"duration":0}},{"uid":"feecd57b00b71f13","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feecd57b00b71f13","status":"passed","time":{"start":1707750884306,"stop":1707750884306,"duration":0}},{"uid":"aba380a6145a8965","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aba380a6145a8965","status":"passed","time":{"start":1707736808987,"stop":1707736808988,"duration":1}},{"uid":"b41a59214dd8f24f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b41a59214dd8f24f","status":"passed","time":{"start":1707736014799,"stop":1707736014800,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6b60cc7196282084","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b60cc7196282084","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"duration":0}},{"uid":"b8dbf54b684c70a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8dbf54b684c70a6","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"b9b3c0aaf6649d92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b9b3c0aaf6649d92","status":"passed","time":{"start":1707760073035,"stop":1707760073037,"duration":2}},{"uid":"de9b4f332293d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de9b4f332293d1","status":"passed","time":{"start":1707757771074,"stop":1707757771074,"duration":0}},{"uid":"a83f11127d4fe5e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a83f11127d4fe5e8","status":"passed","time":{"start":1707756387892,"stop":1707756387892,"duration":0}},{"uid":"6e8f3c08ca63ed1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8f3c08ca63ed1d","status":"passed","time":{"start":1707753783840,"stop":1707753783842,"duration":2}},{"uid":"8a25fb62c91e6c56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a25fb62c91e6c56","status":"passed","time":{"start":1707753549846,"stop":1707753549846,"duration":0}},{"uid":"ab39eb2ac21ea766","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab39eb2ac21ea766","status":"passed","time":{"start":1707750934223,"stop":1707750934223,"duration":0}},{"uid":"d8605c0bea514990","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d8605c0bea514990","status":"passed","time":{"start":1707736857301,"stop":1707736857301,"duration":0}},{"uid":"68513f11e2f0ad76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68513f11e2f0ad76","status":"passed","time":{"start":1707736056535,"stop":1707736056535,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d9cf1f5fb0e40678","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9cf1f5fb0e40678","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"duration":1}},{"uid":"e3e1cd6b2937544a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3e1cd6b2937544a","status":"passed","time":{"start":1707770045973,"stop":1707770045974,"duration":1}},{"uid":"dcae7aba1d14c434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcae7aba1d14c434","status":"passed","time":{"start":1707760224880,"stop":1707760224881,"duration":1}},{"uid":"7f78d6a00c63424","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f78d6a00c63424","status":"passed","time":{"start":1707757921495,"stop":1707757921495,"duration":0}},{"uid":"59ec4915b84d05ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59ec4915b84d05ec","status":"passed","time":{"start":1707756552025,"stop":1707756552025,"duration":0}},{"uid":"958b79558864abb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/958b79558864abb7","status":"passed","time":{"start":1707753853536,"stop":1707753853537,"duration":1}},{"uid":"f94d1d8bd08159a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94d1d8bd08159a2","status":"passed","time":{"start":1707753708968,"stop":1707753708968,"duration":0}},{"uid":"5890ecfaa92ce04c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5890ecfaa92ce04c","status":"passed","time":{"start":1707751075908,"stop":1707751075908,"duration":0}},{"uid":"7102ea7f17e9c625","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7102ea7f17e9c625","status":"passed","time":{"start":1707737000808,"stop":1707737000808,"duration":0}},{"uid":"b5e4304f0c0dbb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5e4304f0c0dbb47","status":"passed","time":{"start":1707736214129,"stop":1707736214130,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"280ad9eb05dcbd35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/280ad9eb05dcbd35","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"8525992681afa4b5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8525992681afa4b5","status":"passed","time":{"start":1707770051361,"stop":1707770051362,"duration":1}},{"uid":"d907cfd00ce23b5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907cfd00ce23b5a","status":"passed","time":{"start":1707760173997,"stop":1707760173997,"duration":0}},{"uid":"b9b90972d1d2a85e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9b90972d1d2a85e","status":"passed","time":{"start":1707757873905,"stop":1707757873906,"duration":1}},{"uid":"3cbd2ddb3946b4b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cbd2ddb3946b4b8","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"1685d2242fb7741e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1685d2242fb7741e","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"e99985cba3e46c9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99985cba3e46c9f","status":"passed","time":{"start":1707753647465,"stop":1707753647486,"duration":21}},{"uid":"597aa225eaa5dfb7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/597aa225eaa5dfb7","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"cfbdca8e2507edc3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfbdca8e2507edc3","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"a574fb5d13352708","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a574fb5d13352708","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"980fb8a2dab8fd67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/980fb8a2dab8fd67","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"duration":0}},{"uid":"29d77a76b932bf74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d77a76b932bf74","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"3cdf996d5392d78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3cdf996d5392d78","status":"passed","time":{"start":1707759981481,"stop":1707759981481,"duration":0}},{"uid":"3f5e735bf9a76c73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f5e735bf9a76c73","status":"passed","time":{"start":1707757676051,"stop":1707757676051,"duration":0}},{"uid":"9d169fc2155a43a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d169fc2155a43a4","status":"passed","time":{"start":1707756304435,"stop":1707756304436,"duration":1}},{"uid":"374423b85e78b7d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/374423b85e78b7d8","status":"passed","time":{"start":1707753713267,"stop":1707753713268,"duration":1}},{"uid":"21cc761e52ea1934","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/21cc761e52ea1934","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"96375889f0115e97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96375889f0115e97","status":"passed","time":{"start":1707750840054,"stop":1707750840055,"duration":1}},{"uid":"a99220592ac55561","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a99220592ac55561","status":"passed","time":{"start":1707736765048,"stop":1707736765049,"duration":1}},{"uid":"b956a0318ae25e65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b956a0318ae25e65","status":"passed","time":{"start":1707735955264,"stop":1707735955265,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"38d8b20d74636eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38d8b20d74636eb8","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1}},{"uid":"111b0c1dfac975d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/111b0c1dfac975d","status":"passed","time":{"start":1707770140537,"stop":1707770140537,"duration":0}},{"uid":"b3b75f20f6d7ed0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3b75f20f6d7ed0b","status":"passed","time":{"start":1707760337681,"stop":1707760337682,"duration":1}},{"uid":"346ae98ae70f29cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/346ae98ae70f29cf","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"33f6f2d36b02b6dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33f6f2d36b02b6dc","status":"passed","time":{"start":1707756656799,"stop":1707756656800,"duration":1}},{"uid":"9d8e92d1b09ae780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d8e92d1b09ae780","status":"passed","time":{"start":1707753960364,"stop":1707753960364,"duration":0}},{"uid":"fe304221c887110e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe304221c887110e","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"5d5e2d1ffb78c110","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d5e2d1ffb78c110","status":"passed","time":{"start":1707751157937,"stop":1707751157939,"duration":2}},{"uid":"70f2cbfd17b758d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f2cbfd17b758d7","status":"passed","time":{"start":1707737112733,"stop":1707737112734,"duration":1}},{"uid":"d1eb2abcba8576da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1eb2abcba8576da","status":"passed","time":{"start":1707736314164,"stop":1707736314165,"duration":1}}]},"24a3b2782cf1cbb3ec5b0b199369c371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2dd18d8ed859c33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a2dd18d8ed859c33","status":"passed","time":{"start":1707736730646,"stop":1707736730647,"duration":1}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4baec3e58999f04a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4baec3e58999f04a","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"duration":0}},{"uid":"d9f38a46435aebb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9f38a46435aebb8","status":"passed","time":{"start":1707769677706,"stop":1707769677707,"duration":1}},{"uid":"4c9d4b052e533cf3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9d4b052e533cf3","status":"passed","time":{"start":1707759769674,"stop":1707759769674,"duration":0}},{"uid":"38d6af1e08fe1085","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38d6af1e08fe1085","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"14ccca6f5357bd68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14ccca6f5357bd68","status":"passed","time":{"start":1707756096180,"stop":1707756096180,"duration":0}},{"uid":"4216125dab5d0197","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4216125dab5d0197","status":"passed","time":{"start":1707753517975,"stop":1707753517975,"duration":0}},{"uid":"85d349fd428bf64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85d349fd428bf64a","status":"passed","time":{"start":1707753244729,"stop":1707753244730,"duration":1}},{"uid":"8f5d679cf5cd8a54","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f5d679cf5cd8a54","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"68b4a0c9bd7d1726","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68b4a0c9bd7d1726","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"dd475d9817ae317c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dd475d9817ae317c","status":"passed","time":{"start":1707735743507,"stop":1707735743507,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e857f1e58f5e1d31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e857f1e58f5e1d31","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"b7ccf3d19bafa9e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b7ccf3d19bafa9e7","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"eded676506437b5d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eded676506437b5d","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"ca0f7c130e0d297d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca0f7c130e0d297d","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"7a3db58f8ae758b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a3db58f8ae758b7","status":"passed","time":{"start":1707756047293,"stop":1707756047294,"duration":1}},{"uid":"f0ef8e0f4ce6cd28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0ef8e0f4ce6cd28","status":"passed","time":{"start":1707753465441,"stop":1707753465442,"duration":1}},{"uid":"3e660e0dfd8cee76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3e660e0dfd8cee76","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"4eb7f7f243f21b18","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4eb7f7f243f21b18","status":"passed","time":{"start":1707750594365,"stop":1707750594366,"duration":1}},{"uid":"8c20555e7b618ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c20555e7b618ad","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"d44bbed7dc7484ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d44bbed7dc7484ed","status":"passed","time":{"start":1707735693125,"stop":1707735693125,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ef34d1ba891b24ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef34d1ba891b24ce","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"acd22ccb959e7e13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acd22ccb959e7e13","status":"passed","time":{"start":1707770208548,"stop":1707770208549,"duration":1}},{"uid":"68fbbb5576f767cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/68fbbb5576f767cd","status":"passed","time":{"start":1707760335957,"stop":1707760335958,"duration":1}},{"uid":"4276b61149925d29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4276b61149925d29","status":"passed","time":{"start":1707758023538,"stop":1707758023538,"duration":0}},{"uid":"9e42685e979bff4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e42685e979bff4b","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"4bfbf3a274bd79dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bfbf3a274bd79dd","status":"passed","time":{"start":1707753837174,"stop":1707753837174,"duration":0}},{"uid":"5d2e05d064a0a1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d2e05d064a0a1d3","status":"passed","time":{"start":1707751136354,"stop":1707751136354,"duration":0}},{"uid":"2c92b54e81e82acf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c92b54e81e82acf","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"556641494e5ff8b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/556641494e5ff8b8","status":"passed","time":{"start":1707736322662,"stop":1707736322663,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"597f9bfcda184cfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597f9bfcda184cfe","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0}},{"uid":"f9c84589a6f57a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c84589a6f57a66","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"17e58660ce76e94f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/17e58660ce76e94f","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1d6ab17c1456fb4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1d6ab17c1456fb4","status":"passed","time":{"start":1707758023543,"stop":1707758023543,"duration":0}},{"uid":"b92466bf650bf146","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b92466bf650bf146","status":"passed","time":{"start":1707756664011,"stop":1707756664011,"duration":0}},{"uid":"d8b552c2d3b17278","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8b552c2d3b17278","status":"passed","time":{"start":1707753837177,"stop":1707753837178,"duration":1}},{"uid":"bf840bc4eef31268","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf840bc4eef31268","status":"passed","time":{"start":1707751136361,"stop":1707751136362,"duration":1}},{"uid":"3ebe29afbc37be9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ebe29afbc37be9f","status":"passed","time":{"start":1707737124649,"stop":1707737124650,"duration":1}},{"uid":"3a0e880543c65fa8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a0e880543c65fa8","status":"passed","time":{"start":1707736322666,"stop":1707736322666,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"42fad4eafbcd5e3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42fad4eafbcd5e3c","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"duration":0}},{"uid":"a2d753fae2bb504e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2d753fae2bb504e","status":"passed","time":{"start":1707770045974,"stop":1707770045974,"duration":0}},{"uid":"ee114da1a6ce073c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee114da1a6ce073c","status":"passed","time":{"start":1707760224881,"stop":1707760224882,"duration":1}},{"uid":"1d0ec48020c4adf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d0ec48020c4adf2","status":"passed","time":{"start":1707757921495,"stop":1707757921496,"duration":1}},{"uid":"a7ccc57f7e47f638","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a7ccc57f7e47f638","status":"passed","time":{"start":1707756552025,"stop":1707756552026,"duration":1}},{"uid":"f0072a3eb69bc918","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0072a3eb69bc918","status":"passed","time":{"start":1707753853537,"stop":1707753853537,"duration":0}},{"uid":"a61cdd67fc955964","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a61cdd67fc955964","status":"passed","time":{"start":1707753708968,"stop":1707753708969,"duration":1}},{"uid":"2c1f8bab52fca97b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2c1f8bab52fca97b","status":"passed","time":{"start":1707751075908,"stop":1707751075909,"duration":1}},{"uid":"59ed5bebb0357da0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ed5bebb0357da0","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"6a3e8c14451f5ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a3e8c14451f5ad","status":"passed","time":{"start":1707736214130,"stop":1707736214130,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"2b733eb6dc05c04e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b733eb6dc05c04e","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"duration":0}},{"uid":"8dbda51d4668accd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbda51d4668accd","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"3c78511311f18e03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c78511311f18e03","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"eeea93b4a61c5c3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eeea93b4a61c5c3b","status":"passed","time":{"start":1707758023535,"stop":1707758023535,"duration":0}},{"uid":"69ef65538c38e4f7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69ef65538c38e4f7","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"a36c361fb80e7208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a36c361fb80e7208","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"d80623ace3f3150","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d80623ace3f3150","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"ab4a07614640e73b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab4a07614640e73b","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"60958f71d57ac132","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60958f71d57ac132","status":"passed","time":{"start":1707736322659,"stop":1707736322660,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5ef11d890a549d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ef11d890a549d12","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13}},{"uid":"547a9cb7f4301a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/547a9cb7f4301a72","status":"passed","time":{"start":1707769665314,"stop":1707769665316,"duration":2}},{"uid":"abb884571f728d2f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abb884571f728d2f","status":"passed","time":{"start":1707759759717,"stop":1707759759719,"duration":2}},{"uid":"2d4d38821c694854","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d4d38821c694854","status":"passed","time":{"start":1707757455849,"stop":1707757455851,"duration":2}},{"uid":"ccd78c8ce9d05dc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccd78c8ce9d05dc8","status":"passed","time":{"start":1707756084420,"stop":1707756084423,"duration":3}},{"uid":"a19d11c785986e16","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a19d11c785986e16","status":"passed","time":{"start":1707753503417,"stop":1707753503420,"duration":3}},{"uid":"b6ce179355c85306","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6ce179355c85306","status":"passed","time":{"start":1707753233555,"stop":1707753233557,"duration":2}},{"uid":"95902b64f1b8d685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95902b64f1b8d685","status":"passed","time":{"start":1707750631896,"stop":1707750631899,"duration":3}},{"uid":"a7d2839f9d77e781","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a7d2839f9d77e781","status":"passed","time":{"start":1707736548878,"stop":1707736548880,"duration":2}},{"uid":"4641e53e0270e7b7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4641e53e0270e7b7","status":"passed","time":{"start":1707735732425,"stop":1707735732428,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e9644f5b2bdf7cfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9644f5b2bdf7cfb","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1}},{"uid":"6144d7593f75512b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6144d7593f75512b","status":"passed","time":{"start":1707769841875,"stop":1707769841875,"duration":0}},{"uid":"80c10764e20a252d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80c10764e20a252d","status":"passed","time":{"start":1707759921441,"stop":1707759921441,"duration":0}},{"uid":"9515d6e56fe0cbfd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9515d6e56fe0cbfd","status":"passed","time":{"start":1707757624861,"stop":1707757624861,"duration":0}},{"uid":"304a9140cda44ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/304a9140cda44ef7","status":"passed","time":{"start":1707756261709,"stop":1707756261709,"duration":0}},{"uid":"bca9845591ee62a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bca9845591ee62a1","status":"passed","time":{"start":1707753651126,"stop":1707753651127,"duration":1}},{"uid":"382f366cce99ac00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/382f366cce99ac00","status":"passed","time":{"start":1707753409565,"stop":1707753409565,"duration":0}},{"uid":"2a2e3050b5bc0e0d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2e3050b5bc0e0d","status":"passed","time":{"start":1707750722032,"stop":1707750722032,"duration":0}},{"uid":"605577ecaf7adbda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/605577ecaf7adbda","status":"passed","time":{"start":1707736708307,"stop":1707736708308,"duration":1}},{"uid":"9c06d0a380cd8c63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06d0a380cd8c63","status":"passed","time":{"start":1707735914369,"stop":1707735914369,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e99b13aa67513920","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e99b13aa67513920","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"duration":0}},{"uid":"d7e7d555b56c5243","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7e7d555b56c5243","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"5f04494367abe016","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5f04494367abe016","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"f7434c8e430c5ed9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7434c8e430c5ed9","status":"passed","time":{"start":1707758004306,"stop":1707758004306,"duration":0}},{"uid":"648136ee00ed449b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/648136ee00ed449b","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"e8e0ac0857003330","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e8e0ac0857003330","status":"passed","time":{"start":1707754051783,"stop":1707754051784,"duration":1}},{"uid":"570c139891cb0f4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/570c139891cb0f4e","status":"passed","time":{"start":1707753877924,"stop":1707753877925,"duration":1}},{"uid":"ac55eac40acf1684","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac55eac40acf1684","status":"passed","time":{"start":1707751228958,"stop":1707751228959,"duration":1}},{"uid":"40d120dbc74d125c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40d120dbc74d125c","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"6c210d0cd897e07c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6c210d0cd897e07c","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"aa1d93311ac9db5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa1d93311ac9db5a","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"duration":0}},{"uid":"7aacff775ffed3b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7aacff775ffed3b1","status":"passed","time":{"start":1707769677702,"stop":1707769677703,"duration":1}},{"uid":"3292d7d2a21f1fe4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3292d7d2a21f1fe4","status":"passed","time":{"start":1707759769673,"stop":1707759769673,"duration":0}},{"uid":"c8e4acf5d9178f8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8e4acf5d9178f8","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"157e90f175a8ca22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/157e90f175a8ca22","status":"passed","time":{"start":1707756096176,"stop":1707756096178,"duration":2}},{"uid":"8189d7f9aaa86077","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8189d7f9aaa86077","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"18d0169aefea381e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18d0169aefea381e","status":"passed","time":{"start":1707753244727,"stop":1707753244728,"duration":1}},{"uid":"3906da05c3f3bea1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3906da05c3f3bea1","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"deeb33e551918b68","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb33e551918b68","status":"passed","time":{"start":1707736558645,"stop":1707736558646,"duration":1}},{"uid":"99d82551ead60080","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/99d82551ead60080","status":"passed","time":{"start":1707735743490,"stop":1707735743496,"duration":6}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e5fadd0e7886fdca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5fadd0e7886fdca","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"duration":0}},{"uid":"2ed68a37a1f976a5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ed68a37a1f976a5","status":"passed","time":{"start":1707769983281,"stop":1707769983282,"duration":1}},{"uid":"bd89514613ff7f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd89514613ff7f34","status":"passed","time":{"start":1707760095406,"stop":1707760095407,"duration":1}},{"uid":"c748f690ab1fe82b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c748f690ab1fe82b","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"828fe27ae5a18e24","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/828fe27ae5a18e24","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2e2c73f639d9f18a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2e2c73f639d9f18a","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"30a82ccbf13cc9a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/30a82ccbf13cc9a7","status":"passed","time":{"start":1707753573532,"stop":1707753573533,"duration":1}},{"uid":"959fc6ac5a789d79","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/959fc6ac5a789d79","status":"passed","time":{"start":1707750953983,"stop":1707750953984,"duration":1}},{"uid":"675599e106d50f0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/675599e106d50f0e","status":"passed","time":{"start":1707736878970,"stop":1707736878971,"duration":1}},{"uid":"23deced1b5daa012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23deced1b5daa012","status":"passed","time":{"start":1707736081275,"stop":1707736081275,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"a68203501d6bc2bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a68203501d6bc2bd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"36d7f5afea06a091","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36d7f5afea06a091","status":"passed","time":{"start":1707760301805,"stop":1707760301805,"duration":0}},{"uid":"f799559f98c7dd0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f799559f98c7dd0b","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"13bcdb2ed6e1c464","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13bcdb2ed6e1c464","status":"passed","time":{"start":1707756617037,"stop":1707756617037,"duration":0}},{"uid":"a2f38f9ab0b93458","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2f38f9ab0b93458","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"a8119903f34d9aaf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8119903f34d9aaf","status":"passed","time":{"start":1707753782748,"stop":1707753782749,"duration":1}},{"uid":"f1aedd3f31c042d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f1aedd3f31c042d","status":"passed","time":{"start":1707751162309,"stop":1707751162310,"duration":1}},{"uid":"8d953638f960cee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d953638f960cee3","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"3a711cc9f6615ef2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a711cc9f6615ef2","status":"passed","time":{"start":1707736260125,"stop":1707736260126,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"5d591cf6b970936d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d591cf6b970936d","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2}},{"uid":"30e38b3544d81b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30e38b3544d81b38","status":"passed","time":{"start":1707769706669,"stop":1707769706670,"duration":1}},{"uid":"876536027583bf0d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/876536027583bf0d","status":"passed","time":{"start":1707759811409,"stop":1707759811410,"duration":1}},{"uid":"eabce986f3be92fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eabce986f3be92fe","status":"passed","time":{"start":1707757504685,"stop":1707757504686,"duration":1}},{"uid":"fd1b99489651d917","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd1b99489651d917","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"51122e474a55b590","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51122e474a55b590","status":"passed","time":{"start":1707753284215,"stop":1707753284216,"duration":1}},{"uid":"28a66966df6f9c52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/28a66966df6f9c52","status":"passed","time":{"start":1707736597190,"stop":1707736597190,"duration":0}},{"uid":"923e18a05890870","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/923e18a05890870","status":"passed","time":{"start":1707735784061,"stop":1707735784061,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"32c922f0d1d2459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32c922f0d1d2459","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"6ef2572784daf32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef2572784daf32c","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"44ec246801b5bcf2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44ec246801b5bcf2","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"8a10d56bb6e2b942","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a10d56bb6e2b942","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"f9c8b2aa9d7837f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f9c8b2aa9d7837f1","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b68aa65734c0a6f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b68aa65734c0a6f6","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"5132ed222715e9d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5132ed222715e9d0","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"13991bfe0a32481","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13991bfe0a32481","status":"passed","time":{"start":1707750594369,"stop":1707750594370,"duration":1}},{"uid":"43ba3673170ccdd7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43ba3673170ccdd7","status":"passed","time":{"start":1707736511743,"stop":1707736511743,"duration":0}},{"uid":"a0cd4feac2a96b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a0cd4feac2a96b15","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3f0217eacb647d58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f0217eacb647d58","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"7fe9f0eab0ddcefa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fe9f0eab0ddcefa","status":"passed","time":{"start":1707770238681,"stop":1707770238682,"duration":1}},{"uid":"f2f35938c9af62ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f2f35938c9af62ba","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"230bde902829a49b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/230bde902829a49b","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"10e1f25bbfb1d537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10e1f25bbfb1d537","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"bd1f9909cb0f9600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bd1f9909cb0f9600","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"dec10bc241a7ccca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dec10bc241a7ccca","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"9efdbf53e0e006a6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9efdbf53e0e006a6","status":"passed","time":{"start":1707751228957,"stop":1707751228958,"duration":1}},{"uid":"e7bcd06143706b8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e7bcd06143706b8b","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"9db8c1e01bfba117","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9db8c1e01bfba117","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e5cdf4a8cee8d1f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5cdf4a8cee8d1f3","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"duration":1}},{"uid":"a392da77f98ece84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a392da77f98ece84","status":"passed","time":{"start":1707769940211,"stop":1707769940212,"duration":1}},{"uid":"131f3e4ab8032d44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/131f3e4ab8032d44","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"6b2519fbe26e0dea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6b2519fbe26e0dea","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"b47e34c39b7d370e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47e34c39b7d370e","status":"passed","time":{"start":1707756352341,"stop":1707756352342,"duration":1}},{"uid":"7bfd8056e05982f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bfd8056e05982f1","status":"passed","time":{"start":1707753768710,"stop":1707753768711,"duration":1}},{"uid":"20add995b3cdc01e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/20add995b3cdc01e","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"64141668d278209d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64141668d278209d","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"34874e5032730120","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34874e5032730120","status":"passed","time":{"start":1707736822684,"stop":1707736822684,"duration":0}},{"uid":"4a9aec9c90b94e29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a9aec9c90b94e29","status":"passed","time":{"start":1707736014744,"stop":1707736014744,"duration":0}}]},"ed2149567e8c33a8a5bd82c6a8c164bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"532936b79356e01d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/532936b79356e01d","status":"passed","time":{"start":1707758006723,"stop":1707758006723,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2815272f711185a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2815272f711185a7","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"fb2c4f41a410eb59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb2c4f41a410eb59","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"21b9db2454b5230d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21b9db2454b5230d","status":"passed","time":{"start":1707760335936,"stop":1707760335936,"duration":0}},{"uid":"a793554ebe50e771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a793554ebe50e771","status":"passed","time":{"start":1707758023524,"stop":1707758023524,"duration":0}},{"uid":"c46dca07027cfedc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c46dca07027cfedc","status":"passed","time":{"start":1707756663994,"stop":1707756663995,"duration":1}},{"uid":"e083e0e918a9ae8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e083e0e918a9ae8d","status":"passed","time":{"start":1707753717337,"stop":1707753717339,"duration":2}},{"uid":"fcab9ae2c69cdcc8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcab9ae2c69cdcc8","status":"passed","time":{"start":1707753837157,"stop":1707753837158,"duration":1}},{"uid":"10fb2fdf2060b1ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10fb2fdf2060b1ca","status":"passed","time":{"start":1707751136276,"stop":1707751136276,"duration":0}},{"uid":"7fb0475fd8b44395","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7fb0475fd8b44395","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"79c77c82f3eafbad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c77c82f3eafbad","status":"passed","time":{"start":1707736322648,"stop":1707736322648,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"7ba266bdb5dad499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ba266bdb5dad499","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"fcf0bfef244b81bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcf0bfef244b81bf","status":"passed","time":{"start":1707770208545,"stop":1707770208546,"duration":1}},{"uid":"aaec43870699ec1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaec43870699ec1d","status":"passed","time":{"start":1707760335950,"stop":1707760335950,"duration":0}},{"uid":"56de34032001aa59","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/56de34032001aa59","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"ca8310fbd2e93339","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca8310fbd2e93339","status":"passed","time":{"start":1707756664003,"stop":1707756664004,"duration":1}},{"uid":"e2660403cb534cfa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2660403cb534cfa","status":"passed","time":{"start":1707753837169,"stop":1707753837170,"duration":1}},{"uid":"69c35ec82395aa3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69c35ec82395aa3","status":"passed","time":{"start":1707751136320,"stop":1707751136338,"duration":18}},{"uid":"857090b64a1029ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/857090b64a1029ac","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"2bd0ff2352422da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bd0ff2352422da8","status":"passed","time":{"start":1707736322657,"stop":1707736322658,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"34a4a92b7b00ddd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34a4a92b7b00ddd5","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1}},{"uid":"a659d5f1d53aa302","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a659d5f1d53aa302","status":"passed","time":{"start":1707769648571,"stop":1707769648572,"duration":1}},{"uid":"bde6d73874fc920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bde6d73874fc920d","status":"passed","time":{"start":1707759743252,"stop":1707759743252,"duration":0}},{"uid":"bc8f07b297f7bc5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc8f07b297f7bc5d","status":"passed","time":{"start":1707757438365,"stop":1707757438366,"duration":1}},{"uid":"b63d34aadf5e3354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b63d34aadf5e3354","status":"passed","time":{"start":1707756067008,"stop":1707756067008,"duration":0}},{"uid":"eaff4b4537b72e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eaff4b4537b72e7","status":"passed","time":{"start":1707753485648,"stop":1707753485649,"duration":1}},{"uid":"7d3337391bf16788","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7d3337391bf16788","status":"passed","time":{"start":1707753214694,"stop":1707753214694,"duration":0}},{"uid":"77cbae834ba6c16d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/77cbae834ba6c16d","status":"passed","time":{"start":1707750614686,"stop":1707750614687,"duration":1}},{"uid":"e58984e16df95de7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58984e16df95de7","status":"passed","time":{"start":1707736532272,"stop":1707736532272,"duration":0}},{"uid":"fa6e8cfd407bce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa6e8cfd407bce34","status":"passed","time":{"start":1707735714120,"stop":1707735714121,"duration":1}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e183bbdee96bb407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e183bbdee96bb407","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"duration":1}},{"uid":"ad0cbc09c8c35f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad0cbc09c8c35f19","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"7ce163c2ed443ad8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ce163c2ed443ad8","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"30b89b7c1f5aa586","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/30b89b7c1f5aa586","status":"passed","time":{"start":1707758004331,"stop":1707758004331,"duration":0}},{"uid":"e8858140d8b0c529","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e8858140d8b0c529","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"68ec684ccc44eaef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/68ec684ccc44eaef","status":"passed","time":{"start":1707754051790,"stop":1707754051791,"duration":1}},{"uid":"e3a6ab3f412dbc76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3a6ab3f412dbc76","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ee51c59487357a12","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ee51c59487357a12","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"d33b88daea361a4a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d33b88daea361a4a","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"da900fbb33461169","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da900fbb33461169","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"83cc5954a4e21e7dfae6c52e2f513dc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28f20a897ca7943","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a28f20a897ca7943","status":"passed","time":{"start":1707753423538,"stop":1707753423539,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"506958a9bb5ffb71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506958a9bb5ffb71","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"duration":1}},{"uid":"4648cc4c09fd0fa6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4648cc4c09fd0fa6","status":"passed","time":{"start":1707769968729,"stop":1707769968730,"duration":1}},{"uid":"cf1067bec76b5aca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf1067bec76b5aca","status":"passed","time":{"start":1707760301822,"stop":1707760301823,"duration":1}},{"uid":"6aefc1ecae2a7f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6aefc1ecae2a7f5","status":"passed","time":{"start":1707758006719,"stop":1707758006720,"duration":1}},{"uid":"84f87ab2ef215072","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/84f87ab2ef215072","status":"passed","time":{"start":1707756617054,"stop":1707756617054,"duration":0}},{"uid":"c9b7467dcf20d7e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9b7467dcf20d7e3","status":"passed","time":{"start":1707753988888,"stop":1707753988889,"duration":1}},{"uid":"41643357ebd49b40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41643357ebd49b40","status":"passed","time":{"start":1707753782774,"stop":1707753782774,"duration":0}},{"uid":"cf14c6f6c4a7316d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf14c6f6c4a7316d","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"6f1b72fbe3f7f900","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1b72fbe3f7f900","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"4d5a9cbf095974f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4d5a9cbf095974f0","status":"passed","time":{"start":1707736260150,"stop":1707736260155,"duration":5}}]},"59126a297c99c8beedffe0233f8675cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6a4c7df0103e5ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d6a4c7df0103e5ca","status":"passed","time":{"start":1707736260129,"stop":1707736260130,"duration":1}}]},"ed353cf5661f5d346d788919918b3444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f87eba359b27a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21f87eba359b27a0","status":"passed","time":{"start":1707756267911,"stop":1707756267911,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ed8df1fe845645aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed8df1fe845645aa","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5}},{"uid":"98e17e6fee863bbd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e17e6fee863bbd","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"81369c5202aa8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81369c5202aa8fe","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"20a253e8be17511e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20a253e8be17511e","status":"passed","time":{"start":1707757676033,"stop":1707757676034,"duration":1}},{"uid":"6218629072bf8e17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6218629072bf8e17","status":"passed","time":{"start":1707756304420,"stop":1707756304420,"duration":0}},{"uid":"215fee392f3184bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/215fee392f3184bb","status":"passed","time":{"start":1707753713233,"stop":1707753713233,"duration":0}},{"uid":"1f1dc1b792a2551e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1dc1b792a2551e","status":"passed","time":{"start":1707753448080,"stop":1707753448081,"duration":1}},{"uid":"cf13291d10f7e2fd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf13291d10f7e2fd","status":"passed","time":{"start":1707750840027,"stop":1707750840028,"duration":1}},{"uid":"3cfd3df6a79fdc96","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3cfd3df6a79fdc96","status":"passed","time":{"start":1707736764985,"stop":1707736764985,"duration":0}},{"uid":"f4415bfa10ce0b87","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f4415bfa10ce0b87","status":"passed","time":{"start":1707735955217,"stop":1707735955218,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"e7a5877846667b7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7a5877846667b7a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"5f69369e4c213f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f69369e4c213f19","status":"passed","time":{"start":1707770208549,"stop":1707770208549,"duration":0}},{"uid":"5b0a7f7d918d1dec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b0a7f7d918d1dec","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"776a7df505fc35b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/776a7df505fc35b2","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"7fa045b123034d89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fa045b123034d89","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"5b528fbc43ce9141","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5b528fbc43ce9141","status":"passed","time":{"start":1707753837174,"stop":1707753837175,"duration":1}},{"uid":"19e03e589502ec1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19e03e589502ec1c","status":"passed","time":{"start":1707751136355,"stop":1707751136355,"duration":0}},{"uid":"3a0329774f5954c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a0329774f5954c","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"325e1e6f2adc057e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325e1e6f2adc057e","status":"passed","time":{"start":1707736322663,"stop":1707736322663,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"efa09b9650118338","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/efa09b9650118338","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"4afb8acef110f498","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4afb8acef110f498","status":"passed","time":{"start":1707770148425,"stop":1707770148426,"duration":1}},{"uid":"3114c0c0e7f5695f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3114c0c0e7f5695f","status":"passed","time":{"start":1707760329141,"stop":1707760329143,"duration":2}},{"uid":"c8eae99c7ece4cf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8eae99c7ece4cf1","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"19fb4863494b4b09","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19fb4863494b4b09","status":"passed","time":{"start":1707756648881,"stop":1707756648882,"duration":1}},{"uid":"9c91929c24ccaa49","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c91929c24ccaa49","status":"passed","time":{"start":1707753961165,"stop":1707753961165,"duration":0}},{"uid":"9338165dfd5e3bc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9338165dfd5e3bc6","status":"passed","time":{"start":1707753814893,"stop":1707753814893,"duration":0}},{"uid":"928255736e77ec48","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/928255736e77ec48","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"1ed82427270bf3cf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ed82427270bf3cf","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dfd07b3db77a35b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd07b3db77a35b","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"9fa7c5f103831ac3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9fa7c5f103831ac3","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"b0f5951144f7f430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0f5951144f7f430","status":"passed","time":{"start":1707759745079,"stop":1707759745080,"duration":1}},{"uid":"d57c0366d3c0aed1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d57c0366d3c0aed1","status":"passed","time":{"start":1707757440224,"stop":1707757440224,"duration":0}},{"uid":"d48d2ad3f7d899d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d48d2ad3f7d899d","status":"passed","time":{"start":1707756069084,"stop":1707756069085,"duration":1}},{"uid":"8d944662be9741f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8d944662be9741f6","status":"passed","time":{"start":1707753487643,"stop":1707753487643,"duration":0}},{"uid":"d3b766f90a0c43e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d3b766f90a0c43e7","status":"passed","time":{"start":1707753216623,"stop":1707753216624,"duration":1}},{"uid":"d10ea85926d29aca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10ea85926d29aca","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"5e41aee443de7dff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e41aee443de7dff","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"d555633cead9a490","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d555633cead9a490","status":"passed","time":{"start":1707735716034,"stop":1707735716035,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"719cbebe7b547ae3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/719cbebe7b547ae3","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"d19bea86c01a05c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19bea86c01a05c7","status":"passed","time":{"start":1707770103222,"stop":1707770103223,"duration":1}},{"uid":"ebb69fb813fb0b96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebb69fb813fb0b96","status":"passed","time":{"start":1707760299491,"stop":1707760299492,"duration":1}},{"uid":"45f0fac0241a8756","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f0fac0241a8756","status":"passed","time":{"start":1707757995158,"stop":1707757995159,"duration":1}},{"uid":"5edee959d832e861","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5edee959d832e861","status":"passed","time":{"start":1707756620172,"stop":1707756620173,"duration":1}},{"uid":"a05c1c7191e6ec34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a05c1c7191e6ec34","status":"passed","time":{"start":1707753925425,"stop":1707753925425,"duration":0}},{"uid":"1b2def19439c09e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1b2def19439c09e0","status":"passed","time":{"start":1707753785897,"stop":1707753785897,"duration":0}},{"uid":"c5f22ae2a4b59d73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5f22ae2a4b59d73","status":"passed","time":{"start":1707751137101,"stop":1707751137102,"duration":1}},{"uid":"f2e7acc762f1621a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f2e7acc762f1621a","status":"passed","time":{"start":1707737056799,"stop":1707737056799,"duration":0}},{"uid":"c60260f2ef8b9d9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c60260f2ef8b9d9e","status":"passed","time":{"start":1707736286219,"stop":1707736286220,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"67b02248cf5a4615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67b02248cf5a4615","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"fe481dff16786695","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe481dff16786695","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"3690f27791d16aae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3690f27791d16aae","status":"passed","time":{"start":1707760335947,"stop":1707760335947,"duration":0}},{"uid":"ddb7f4348f72ee3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ddb7f4348f72ee3","status":"passed","time":{"start":1707758023532,"stop":1707758023532,"duration":0}},{"uid":"1151a914de776185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1151a914de776185","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"7f28f92d9d1cf170","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f28f92d9d1cf170","status":"passed","time":{"start":1707753837167,"stop":1707753837167,"duration":0}},{"uid":"d178a25cc96aa701","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d178a25cc96aa701","status":"passed","time":{"start":1707751136307,"stop":1707751136308,"duration":1}},{"uid":"c10618a20d79d117","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c10618a20d79d117","status":"passed","time":{"start":1707737124643,"stop":1707737124643,"duration":0}},{"uid":"440e9a17c3fd5edf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/440e9a17c3fd5edf","status":"passed","time":{"start":1707736322655,"stop":1707736322656,"duration":1}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"507c91c1ed4056e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/507c91c1ed4056e4","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0}},{"uid":"219c3922c7a5c970","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/219c3922c7a5c970","status":"passed","time":{"start":1707769642279,"stop":1707769642280,"duration":1}},{"uid":"995bc11f5cbbab60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/995bc11f5cbbab60","status":"passed","time":{"start":1707759737039,"stop":1707759737040,"duration":1}},{"uid":"f230ed61b1bc801b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f230ed61b1bc801b","status":"passed","time":{"start":1707757431978,"stop":1707757431979,"duration":1}},{"uid":"43c8d4ab6dd9b2bb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43c8d4ab6dd9b2bb","status":"passed","time":{"start":1707756061065,"stop":1707756061066,"duration":1}},{"uid":"a3518c31125096e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3518c31125096e0","status":"passed","time":{"start":1707753479612,"stop":1707753479613,"duration":1}},{"uid":"d35c074a35b17dfb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d35c074a35b17dfb","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"c154f0532243e2a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c154f0532243e2a2","status":"passed","time":{"start":1707750608629,"stop":1707750608629,"duration":0}},{"uid":"84f94c27ed9f3bef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84f94c27ed9f3bef","status":"passed","time":{"start":1707736525923,"stop":1707736525923,"duration":0}},{"uid":"df652752918cbf5e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df652752918cbf5e","status":"passed","time":{"start":1707735707757,"stop":1707735707757,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"663f23adcd7161d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663f23adcd7161d9","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"duration":1}},{"uid":"fc91f78f3536f57e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc91f78f3536f57e","status":"passed","time":{"start":1707769642219,"stop":1707769642220,"duration":1}},{"uid":"bead5143b59ecf58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bead5143b59ecf58","status":"passed","time":{"start":1707759737068,"stop":1707759737068,"duration":0}},{"uid":"77e63771eef42041","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e63771eef42041","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"392f52cae7b6b508","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/392f52cae7b6b508","status":"passed","time":{"start":1707756061019,"stop":1707756061019,"duration":0}},{"uid":"5a1e05650a1ed65d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5a1e05650a1ed65d","status":"passed","time":{"start":1707753479608,"stop":1707753479609,"duration":1}},{"uid":"594eaae8e6bdc39c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/594eaae8e6bdc39c","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"605d939137bb6492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/605d939137bb6492","status":"passed","time":{"start":1707750608584,"stop":1707750608584,"duration":0}},{"uid":"9599bcee952eda77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9599bcee952eda77","status":"passed","time":{"start":1707736525855,"stop":1707736525855,"duration":0}},{"uid":"d0e0173a0741096a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0e0173a0741096a","status":"passed","time":{"start":1707735707689,"stop":1707735707689,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4dcea99a378b752a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dcea99a378b752a","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d8d70b11034c2bca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d8d70b11034c2bca","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"573acbcf69c2dc2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/573acbcf69c2dc2d","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2ecee5590275d445","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ecee5590275d445","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"b1a92456749e89cf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1a92456749e89cf","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"87cc7479588a4625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/87cc7479588a4625","status":"passed","time":{"start":1707753457116,"stop":1707753457116,"duration":0}},{"uid":"fda22a40247591d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fda22a40247591d0","status":"passed","time":{"start":1707753185098,"stop":1707753185098,"duration":0}},{"uid":"e018d3da32b085e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e018d3da32b085e2","status":"passed","time":{"start":1707750585900,"stop":1707750585901,"duration":1}},{"uid":"8d0672f91c759a27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d0672f91c759a27","status":"passed","time":{"start":1707736503317,"stop":1707736503318,"duration":1}},{"uid":"2145c03ae4b7106b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2145c03ae4b7106b","status":"passed","time":{"start":1707735684652,"stop":1707735684652,"duration":0}}]},"880384c9e45373acce6f8040920d8b0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6de8d0e24c02232","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f6de8d0e24c02232","status":"passed","time":{"start":1707736081271,"stop":1707736081273,"duration":2}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"125118953bf5e347","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/125118953bf5e347","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0}},{"uid":"c77d727ef02270a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c77d727ef02270a","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"a00ec3d558848cdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a00ec3d558848cdf","status":"passed","time":{"start":1707760335941,"stop":1707760335942,"duration":1}},{"uid":"eac5e6a6b973b83","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac5e6a6b973b83","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"453a0804d74853dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/453a0804d74853dd","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"d6f9ced9f4164b5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6f9ced9f4164b5c","status":"passed","time":{"start":1707753837163,"stop":1707753837163,"duration":0}},{"uid":"767759e2e01f5310","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/767759e2e01f5310","status":"passed","time":{"start":1707751136280,"stop":1707751136280,"duration":0}},{"uid":"f571893401750cd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f571893401750cd6","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"1dc8d295158ef88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dc8d295158ef88","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7089380d2deac505","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7089380d2deac505","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"duration":1}},{"uid":"5e2d1bcce70e03e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5e2d1bcce70e03e6","status":"passed","time":{"start":1707769883319,"stop":1707769883320,"duration":1}},{"uid":"37b261115ad3998a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/37b261115ad3998a","status":"passed","time":{"start":1707759981461,"stop":1707759981462,"duration":1}},{"uid":"be21689a00186525","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be21689a00186525","status":"passed","time":{"start":1707757676041,"stop":1707757676042,"duration":1}},{"uid":"656193e17ac638bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/656193e17ac638bf","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"299351fb148ec486","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/299351fb148ec486","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"14ab58258488ab6c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14ab58258488ab6c","status":"passed","time":{"start":1707753448100,"stop":1707753448100,"duration":0}},{"uid":"7648f358a5f4eb22","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7648f358a5f4eb22","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"9b6a97249375a601","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b6a97249375a601","status":"passed","time":{"start":1707736765010,"stop":1707736765011,"duration":1}},{"uid":"2a70bdf8c3765be8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2a70bdf8c3765be8","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"f8bd2a707a690b37acbe767f62bd27a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aded594c79cf38b3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aded594c79cf38b3","status":"passed","time":{"start":1707736081271,"stop":1707736081271,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c727ccb3650e78d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c727ccb3650e78d1","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"duration":1}},{"uid":"351a2a29696c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/351a2a29696c5","status":"passed","time":{"start":1707769841900,"stop":1707769841900,"duration":0}},{"uid":"5d69ffe4d9891f71","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d69ffe4d9891f71","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"7d99af389bbf50fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7d99af389bbf50fe","status":"passed","time":{"start":1707757624876,"stop":1707757624877,"duration":1}},{"uid":"4cc08aca7264862f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4cc08aca7264862f","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"1a1031995e1fe0be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a1031995e1fe0be","status":"passed","time":{"start":1707753651168,"stop":1707753651168,"duration":0}},{"uid":"e3c16bda241ca7c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c16bda241ca7c1","status":"passed","time":{"start":1707753409585,"stop":1707753409586,"duration":1}},{"uid":"419eeb1fc8c9f30e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/419eeb1fc8c9f30e","status":"passed","time":{"start":1707750722049,"stop":1707750722050,"duration":1}},{"uid":"720f37bf7a4b1193","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/720f37bf7a4b1193","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"466decdef499c872","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/466decdef499c872","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"ffc49707d2a2a9d0199ccd6353e21f60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e9514e0ee20b6e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e9514e0ee20b6e0","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"caafb7e14c917039","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/caafb7e14c917039","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"ef29963214540b54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef29963214540b54","status":"passed","time":{"start":1707769841908,"stop":1707769841908,"duration":0}},{"uid":"eba0319f345263b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eba0319f345263b1","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"c00832f08b51ee0a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c00832f08b51ee0a","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"1b35f7c35ef69bf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b35f7c35ef69bf2","status":"passed","time":{"start":1707756261833,"stop":1707756261833,"duration":0}},{"uid":"fbfd6c0cde965938","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbfd6c0cde965938","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"793404dd46142a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/793404dd46142a5f","status":"passed","time":{"start":1707753409592,"stop":1707753409593,"duration":1}},{"uid":"c0c1a76bebe34f2b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0c1a76bebe34f2b","status":"passed","time":{"start":1707750722056,"stop":1707750722057,"duration":1}},{"uid":"567f3be7dc4b59f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/567f3be7dc4b59f8","status":"passed","time":{"start":1707736708335,"stop":1707736708335,"duration":0}},{"uid":"ca4f6a09b1d470ae","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca4f6a09b1d470ae","status":"passed","time":{"start":1707735914392,"stop":1707735914393,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"771a9a4a089d90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/771a9a4a089d90c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"2c56ddca29702de1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c56ddca29702de1","status":"passed","time":{"start":1707760301804,"stop":1707760301805,"duration":1}},{"uid":"5517ed88e0e01f73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5517ed88e0e01f73","status":"passed","time":{"start":1707758006706,"stop":1707758006707,"duration":1}},{"uid":"5354b3506c94d696","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5354b3506c94d696","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"4f500f885e43da76","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f500f885e43da76","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"6519e4aea94a3618","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6519e4aea94a3618","status":"passed","time":{"start":1707753782746,"stop":1707753782748,"duration":2}},{"uid":"6e668934bca5cced","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e668934bca5cced","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"e64bdfddd601cb62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e64bdfddd601cb62","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"9edd0412bc330230","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9edd0412bc330230","status":"passed","time":{"start":1707736260125,"stop":1707736260125,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"6a905b9ce2d2f90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a905b9ce2d2f90c","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"b6642309404b0b73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6642309404b0b73","status":"passed","time":{"start":1707760301817,"stop":1707760301817,"duration":0}},{"uid":"4f39f8f073173f3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4f39f8f073173f3a","status":"passed","time":{"start":1707758006712,"stop":1707758006713,"duration":1}},{"uid":"374332bb1a68cf37","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/374332bb1a68cf37","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"c8f2fd1ff2da5404","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8f2fd1ff2da5404","status":"passed","time":{"start":1707753988883,"stop":1707753988884,"duration":1}},{"uid":"168895053d0472a0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/168895053d0472a0","status":"passed","time":{"start":1707753782759,"stop":1707753782760,"duration":1}},{"uid":"718d3333eb0fdd1e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/718d3333eb0fdd1e","status":"passed","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"b91379ed186578d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b91379ed186578d1","status":"passed","time":{"start":1707737091330,"stop":1707737091339,"duration":9}},{"uid":"c265a9c01f7db472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c265a9c01f7db472","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"70b3ae1baf529f9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70b3ae1baf529f9e","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"duration":0}},{"uid":"19c373bc10fe1bc7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c373bc10fe1bc7","status":"passed","time":{"start":1707769841896,"stop":1707769841896,"duration":0}},{"uid":"4b52b6c1069f062a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b52b6c1069f062a","status":"passed","time":{"start":1707759921450,"stop":1707759921452,"duration":2}},{"uid":"90584909c24649f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90584909c24649f0","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"8471cfe677e54a64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8471cfe677e54a64","status":"passed","time":{"start":1707756261760,"stop":1707756261761,"duration":1}},{"uid":"1220786541ab7165","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1220786541ab7165","status":"passed","time":{"start":1707753651165,"stop":1707753651166,"duration":1}},{"uid":"2f3da6ebea65ad2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f3da6ebea65ad2","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"f8e049e7ddf1e1e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e049e7ddf1e1e8","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"f49ace766a1968ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f49ace766a1968ad","status":"passed","time":{"start":1707736708326,"stop":1707736708327,"duration":1}},{"uid":"75f3d0d878bee521","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75f3d0d878bee521","status":"passed","time":{"start":1707735914383,"stop":1707735914384,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f8941cbafaad4e12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8941cbafaad4e12","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"c15c2e9aef73bb10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c15c2e9aef73bb10","status":"passed","time":{"start":1707769940214,"stop":1707769940214,"duration":0}},{"uid":"fb7db67f677249ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7db67f677249ff","status":"passed","time":{"start":1707760042462,"stop":1707760042462,"duration":0}},{"uid":"7dace5c80e5a32a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7dace5c80e5a32a5","status":"passed","time":{"start":1707757736400,"stop":1707757736400,"duration":0}},{"uid":"7b3ad0194a86735e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7b3ad0194a86735e","status":"passed","time":{"start":1707756352343,"stop":1707756352344,"duration":1}},{"uid":"2519d6875cbd80a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2519d6875cbd80a2","status":"passed","time":{"start":1707753768713,"stop":1707753768713,"duration":0}},{"uid":"4c0ce4f712146c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c0ce4f712146c8c","status":"passed","time":{"start":1707753512772,"stop":1707753512772,"duration":0}},{"uid":"8114a485b8c9f506","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8114a485b8c9f506","status":"passed","time":{"start":1707750899685,"stop":1707750899685,"duration":0}},{"uid":"fee670c04f3c77af","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fee670c04f3c77af","status":"passed","time":{"start":1707736822689,"stop":1707736822690,"duration":1}},{"uid":"6b6888d58ad341b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6888d58ad341b1","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"36c59a5152aad99f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36c59a5152aad99f","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"duration":1}},{"uid":"7f7a828d9afbd2ee","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f7a828d9afbd2ee","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"c591a5cf4f81666f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c591a5cf4f81666f","status":"passed","time":{"start":1707760084100,"stop":1707760084100,"duration":0}},{"uid":"9ec7605354faf28e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9ec7605354faf28e","status":"passed","time":{"start":1707757782368,"stop":1707757782368,"duration":0}},{"uid":"54dfc301813ec335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54dfc301813ec335","status":"passed","time":{"start":1707756396101,"stop":1707756396101,"duration":0}},{"uid":"c9a17c53a2ae6c53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a17c53a2ae6c53","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"50a6a38123569529","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50a6a38123569529","status":"passed","time":{"start":1707753563097,"stop":1707753563098,"duration":1}},{"uid":"675eee9b0c5a2bd8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/675eee9b0c5a2bd8","status":"passed","time":{"start":1707750940653,"stop":1707750940656,"duration":3}},{"uid":"f91c8c228b1745d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f91c8c228b1745d7","status":"passed","time":{"start":1707736870544,"stop":1707736870545,"duration":1}},{"uid":"b37b2311e2c716ab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b37b2311e2c716ab","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"52c20a8fd2fc2912","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52c20a8fd2fc2912","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"5afe85d2da6a6700","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5afe85d2da6a6700","status":"passed","time":{"start":1707769628084,"stop":1707769628085,"duration":1}},{"uid":"5829f8c30bf18266","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5829f8c30bf18266","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"f5d2582d6a8b88d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5d2582d6a8b88d1","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"43f8ead862c48859","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43f8ead862c48859","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"8b97af90edb9d443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b97af90edb9d443","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"9b4cc1cf83df999a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b4cc1cf83df999a","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"f14bd9986491a65e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f14bd9986491a65e","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"9817dcb0c4dcb308","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9817dcb0c4dcb308","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"a950c82abc199821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a950c82abc199821","status":"passed","time":{"start":1707735693124,"stop":1707735693125,"duration":1}}]},"90e29518969bad33a76404322a424974:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c062029560fecd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c062029560fecd4","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a1b6dcada8dbad61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b6dcada8dbad61","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"duration":0}},{"uid":"b2fea98fddfc8d2a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2fea98fddfc8d2a","status":"passed","time":{"start":1707769706527,"stop":1707769706532,"duration":5}},{"uid":"c25606e98da232c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c25606e98da232c0","status":"passed","time":{"start":1707759800533,"stop":1707759800534,"duration":1}},{"uid":"7f67f9b88bc74bca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f67f9b88bc74bca","status":"passed","time":{"start":1707757496504,"stop":1707757496504,"duration":0}},{"uid":"fa7a3aadfe88a9ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa7a3aadfe88a9ce","status":"passed","time":{"start":1707756124840,"stop":1707756124841,"duration":1}},{"uid":"967756699701bddd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/967756699701bddd","status":"passed","time":{"start":1707753544144,"stop":1707753544145,"duration":1}},{"uid":"615e012287ebe89c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/615e012287ebe89c","status":"passed","time":{"start":1707753273869,"stop":1707753273870,"duration":1}},{"uid":"7d3420af4431ed2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d3420af4431ed2c","status":"passed","time":{"start":1707750672013,"stop":1707750672013,"duration":0}},{"uid":"6c7af89aa5033750","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c7af89aa5033750","status":"passed","time":{"start":1707736588887,"stop":1707736588888,"duration":1}},{"uid":"c5fddd2764046ea6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5fddd2764046ea6","status":"passed","time":{"start":1707735772598,"stop":1707735772599,"duration":1}}]},"9d293d96cf13bc745296a7fe3a1bcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca560bd96ab3cbfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca560bd96ab3cbfa","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"495fc8941603d8d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/495fc8941603d8d","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"6311e63e33b5d267","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6311e63e33b5d267","status":"passed","time":{"start":1707769843148,"stop":1707769843149,"duration":1}},{"uid":"1a49bc0d728da101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1a49bc0d728da101","status":"passed","time":{"start":1707759965207,"stop":1707759965208,"duration":1}},{"uid":"eb765599524eda56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb765599524eda56","status":"passed","time":{"start":1707757644393,"stop":1707757644394,"duration":1}},{"uid":"9f2bcd98474dcae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f2bcd98474dcae6","status":"passed","time":{"start":1707756267913,"stop":1707756267914,"duration":1}},{"uid":"369d819bec94d3cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/369d819bec94d3cf","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"584bb0450110edb8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/584bb0450110edb8","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"78f84a833d60de02","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78f84a833d60de02","status":"passed","time":{"start":1707750796035,"stop":1707750796036,"duration":1}},{"uid":"df9ab44250a657e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df9ab44250a657e1","status":"passed","time":{"start":1707736730655,"stop":1707736730656,"duration":1}},{"uid":"c8caf555178a5957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c8caf555178a5957","status":"passed","time":{"start":1707735912127,"stop":1707735912128,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4559c5830321e84f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4559c5830321e84f","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1}},{"uid":"61050a7e28d4bcae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61050a7e28d4bcae","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"3a2df33da55661ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a2df33da55661ef","status":"passed","time":{"start":1707760106454,"stop":1707760106454,"duration":0}},{"uid":"52d5bf530a28b82a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52d5bf530a28b82a","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"6dca6eaf65f2f404","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dca6eaf65f2f404","status":"passed","time":{"start":1707756422342,"stop":1707756422342,"duration":0}},{"uid":"b3ccaaf98dbf4b67","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ccaaf98dbf4b67","status":"passed","time":{"start":1707753796545,"stop":1707753796546,"duration":1}},{"uid":"a34d6c024647c318","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a34d6c024647c318","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"5cdccb289aeb8271","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cdccb289aeb8271","status":"passed","time":{"start":1707750964799,"stop":1707750964800,"duration":1}},{"uid":"9583be68985c583b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9583be68985c583b","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"76942a98a0b09a3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76942a98a0b09a3e","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"d1096d6b4246b55e433c70556f206b30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1985dcb18ff46aa0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1985dcb18ff46aa0","status":"passed","time":{"start":1707736878968,"stop":1707736878968,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9fe35837e4c0ea8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fe35837e4c0ea8a","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"3cb2f9dcd6da334f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3cb2f9dcd6da334f","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"6be92222a723cd79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6be92222a723cd79","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"68a73ea1e56c88df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/68a73ea1e56c88df","status":"passed","time":{"start":1707757440223,"stop":1707757440224,"duration":1}},{"uid":"aaf0a15d470bcf1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aaf0a15d470bcf1e","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"deb98e9c99daea74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb98e9c99daea74","status":"passed","time":{"start":1707753487642,"stop":1707753487643,"duration":1}},{"uid":"1cf2c8a0f89e5a59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1cf2c8a0f89e5a59","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"59a3dc5b6cc27942","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/59a3dc5b6cc27942","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"7a058f80103ff4bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7a058f80103ff4bf","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"c7cb3387fadba2e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb3387fadba2e2","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"57b551e7a326528","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b551e7a326528","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1}},{"uid":"3fbdc12e7b126da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3fbdc12e7b126da","status":"passed","time":{"start":1707760301802,"stop":1707760301803,"duration":1}},{"uid":"1dc45d841bbeb98b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1dc45d841bbeb98b","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"4f113a9cb3d17aae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f113a9cb3d17aae","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"b9fcb31dfb7bf7a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9fcb31dfb7bf7a4","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1e8a187b9623f41","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e8a187b9623f41","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"a7d038012d26736c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7d038012d26736c","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"6dfac749411d6e3c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dfac749411d6e3c","status":"passed","time":{"start":1707737091298,"stop":1707737091299,"duration":1}},{"uid":"9a547aec9270f1f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a547aec9270f1f0","status":"passed","time":{"start":1707736260120,"stop":1707736260121,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bbeea25304ef323e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bbeea25304ef323e","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"duration":1}},{"uid":"26f5b62e74efa951","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26f5b62e74efa951","status":"passed","time":{"start":1707770051399,"stop":1707770051400,"duration":1}},{"uid":"f162a39f1c882afa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f162a39f1c882afa","status":"passed","time":{"start":1707760174027,"stop":1707760174028,"duration":1}},{"uid":"c1efadfac43ae385","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1efadfac43ae385","status":"passed","time":{"start":1707757873928,"stop":1707757873929,"duration":1}},{"uid":"c558d99a434a7399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c558d99a434a7399","status":"passed","time":{"start":1707756499911,"stop":1707756499913,"duration":2}},{"uid":"122b2b79fc3a650b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/122b2b79fc3a650b","status":"passed","time":{"start":1707753870468,"stop":1707753870469,"duration":1}},{"uid":"566399c2f2633770","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/566399c2f2633770","status":"passed","time":{"start":1707753647523,"stop":1707753647523,"duration":0}},{"uid":"5cedd0caede2e432","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cedd0caede2e432","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"9c3b9ecb0ad14f87","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c3b9ecb0ad14f87","status":"passed","time":{"start":1707736947852,"stop":1707736947853,"duration":1}},{"uid":"167cef81759a5a31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/167cef81759a5a31","status":"passed","time":{"start":1707736152508,"stop":1707736152509,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"84dea4da931079fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/84dea4da931079fe","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"fe900150362cc843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe900150362cc843","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"6b06dbda79391b8a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b06dbda79391b8a","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"c57d8819f12019e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c57d8819f12019e9","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"ffa39b96ff0f5cef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffa39b96ff0f5cef","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"b33ea6dea92e41cd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b33ea6dea92e41cd","status":"passed","time":{"start":1707753465433,"stop":1707753465434,"duration":1}},{"uid":"c62ca2080824e44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c62ca2080824e44b","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"ba532ad8abb0d084","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ba532ad8abb0d084","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"4aba650aadb25aec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4aba650aadb25aec","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"7fd00d30d4ef9a3a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fd00d30d4ef9a3a","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"f3cc6bad79d0650f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3cc6bad79d0650f","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"duration":1}},{"uid":"c8ce22d2a05363b0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8ce22d2a05363b0","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"d351b95daa706c40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d351b95daa706c40","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"31d3ff2623fa0537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31d3ff2623fa0537","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"ea1781db70f26242","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1781db70f26242","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"3cf4606829b44fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cf4606829b44fce","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b5d357d9928e3e2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5d357d9928e3e2e","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"1a0a92454e3d900c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a0a92454e3d900c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"96c35f4b64ec62bf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96c35f4b64ec62bf","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"4767a2b8c2c3093ff3913c6b8adf48d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d15f407dab04d318","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d15f407dab04d318","status":"passed","time":{"start":1707736878967,"stop":1707736878968,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1d0c4aac93d55f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d0c4aac93d55f79","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"ac5bc9f431429ae5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5bc9f431429ae5","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"abaa515e5886936","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abaa515e5886936","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"b2ef24ae29bc63ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2ef24ae29bc63ad","status":"passed","time":{"start":1707758036861,"stop":1707758036862,"duration":1}},{"uid":"b3212f4e36e9506b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3212f4e36e9506b","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"559a06f7a8ab0c8f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/559a06f7a8ab0c8f","status":"passed","time":{"start":1707753994324,"stop":1707753994325,"duration":1}},{"uid":"564b93a25fcfc127","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/564b93a25fcfc127","status":"passed","time":{"start":1707753841535,"stop":1707753841536,"duration":1}},{"uid":"55fce984325296dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55fce984325296dc","status":"passed","time":{"start":1707737132861,"stop":1707737132861,"duration":0}},{"uid":"8f35972fb1436abf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f35972fb1436abf","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b6057e8af4e873c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6057e8af4e873c7","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"duration":0}},{"uid":"3f4461745f9d581c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f4461745f9d581c","status":"passed","time":{"start":1707769737641,"stop":1707769737642,"duration":1}},{"uid":"668d9ce1d0b89e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/668d9ce1d0b89e3b","status":"passed","time":{"start":1707759835152,"stop":1707759835152,"duration":0}},{"uid":"8c60d5dba7c5dc7f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c60d5dba7c5dc7f","status":"passed","time":{"start":1707757529707,"stop":1707757529707,"duration":0}},{"uid":"d2104b031bf5c332","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2104b031bf5c332","status":"passed","time":{"start":1707756164077,"stop":1707756164078,"duration":1}},{"uid":"6de7b162de6a3d91","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6de7b162de6a3d91","status":"passed","time":{"start":1707753566691,"stop":1707753566691,"duration":0}},{"uid":"a2c453081f24419e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2c453081f24419e","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"d04e244fa6073572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d04e244fa6073572","status":"passed","time":{"start":1707750698719,"stop":1707750698720,"duration":1}},{"uid":"bb336724ebc2269a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb336724ebc2269a","status":"passed","time":{"start":1707736624915,"stop":1707736624915,"duration":0}},{"uid":"7b30306819367cb2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b30306819367cb2","status":"passed","time":{"start":1707735814295,"stop":1707735814296,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"22b48c7a1e681bf5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b48c7a1e681bf5","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1}},{"uid":"b907135486ce4b02","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b907135486ce4b02","status":"passed","time":{"start":1707760301813,"stop":1707760301813,"duration":0}},{"uid":"83636b7c90958ab8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83636b7c90958ab8","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"ea5ce863de3c438b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea5ce863de3c438b","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"131b920ea812a56b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/131b920ea812a56b","status":"passed","time":{"start":1707753988881,"stop":1707753988882,"duration":1}},{"uid":"8d2db552b74f0d73","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8d2db552b74f0d73","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"fe0c82906792ad09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe0c82906792ad09","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"b4e7b257fa299877","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b4e7b257fa299877","status":"passed","time":{"start":1707737091310,"stop":1707737091322,"duration":12}},{"uid":"1bf6d1d2af22c46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf6d1d2af22c46","status":"passed","time":{"start":1707736260132,"stop":1707736260132,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bc380314f61838b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc380314f61838b4","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"duration":1}},{"uid":"31177efe2fcf278c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31177efe2fcf278c","status":"passed","time":{"start":1707770051398,"stop":1707770051399,"duration":1}},{"uid":"6a536bf111e454b9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a536bf111e454b9","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"8fbde3f843ff5421","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fbde3f843ff5421","status":"passed","time":{"start":1707757873926,"stop":1707757873926,"duration":0}},{"uid":"fdfb718f8c975b1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fdfb718f8c975b1d","status":"passed","time":{"start":1707756499908,"stop":1707756499908,"duration":0}},{"uid":"688c93871e7f7549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688c93871e7f7549","status":"passed","time":{"start":1707753870459,"stop":1707753870460,"duration":1}},{"uid":"b2dd7d9c88cbe54a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2dd7d9c88cbe54a","status":"passed","time":{"start":1707753647513,"stop":1707753647514,"duration":1}},{"uid":"4625aac1aaf96cc6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4625aac1aaf96cc6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"eebec89fa51ae570","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eebec89fa51ae570","status":"passed","time":{"start":1707736947851,"stop":1707736947852,"duration":1}},{"uid":"3c6134062e02113e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c6134062e02113e","status":"passed","time":{"start":1707736152507,"stop":1707736152508,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"702e321b5d0e490","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/702e321b5d0e490","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1}},{"uid":"1943ed42c05a8b23","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1943ed42c05a8b23","status":"passed","time":{"start":1707769673024,"stop":1707769673024,"duration":0}},{"uid":"97969ece0ec3bbed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97969ece0ec3bbed","status":"passed","time":{"start":1707759767763,"stop":1707759767763,"duration":0}},{"uid":"1b83a06da0429d9b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1b83a06da0429d9b","status":"passed","time":{"start":1707757463875,"stop":1707757463875,"duration":0}},{"uid":"18c446e2e7b11c5d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18c446e2e7b11c5d","status":"passed","time":{"start":1707756091990,"stop":1707756091991,"duration":1}},{"uid":"493304a52158082c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/493304a52158082c","status":"passed","time":{"start":1707753510232,"stop":1707753510233,"duration":1}},{"uid":"35fb34c6db5007fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35fb34c6db5007fc","status":"passed","time":{"start":1707753240420,"stop":1707753240421,"duration":1}},{"uid":"a6b1d9c5dba24784","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a6b1d9c5dba24784","status":"passed","time":{"start":1707750639409,"stop":1707750639409,"duration":0}},{"uid":"8be90e244f7a4c6a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8be90e244f7a4c6a","status":"passed","time":{"start":1707736555753,"stop":1707736555754,"duration":1}},{"uid":"2108507f55f00588","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2108507f55f00588","status":"passed","time":{"start":1707735739985,"stop":1707735739986,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bcae391dad7e797c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcae391dad7e797c","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1}},{"uid":"21e55dc2ecaaaf94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21e55dc2ecaaaf94","status":"passed","time":{"start":1707769677694,"stop":1707769677695,"duration":1}},{"uid":"9a3fe4948f50940c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a3fe4948f50940c","status":"passed","time":{"start":1707759769666,"stop":1707759769666,"duration":0}},{"uid":"99200ff1e9b06edb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99200ff1e9b06edb","status":"passed","time":{"start":1707757468636,"stop":1707757468637,"duration":1}},{"uid":"febe0ccca268009f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/febe0ccca268009f","status":"passed","time":{"start":1707756096167,"stop":1707756096168,"duration":1}},{"uid":"8671a53f5df02103","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8671a53f5df02103","status":"passed","time":{"start":1707753517972,"stop":1707753517973,"duration":1}},{"uid":"18cc2072fdded1cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18cc2072fdded1cd","status":"passed","time":{"start":1707753244713,"stop":1707753244714,"duration":1}},{"uid":"b250587b3f87b574","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b250587b3f87b574","status":"passed","time":{"start":1707750643517,"stop":1707750643518,"duration":1}},{"uid":"da5b9f7770a51a82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da5b9f7770a51a82","status":"passed","time":{"start":1707736558642,"stop":1707736558643,"duration":1}},{"uid":"9baf21a43e29954","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9baf21a43e29954","status":"passed","time":{"start":1707735743488,"stop":1707735743488,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"11cf6a9fa7f03011","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11cf6a9fa7f03011","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"d939b32e7d72c094","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d939b32e7d72c094","status":"passed","time":{"start":1707769628086,"stop":1707769628087,"duration":1}},{"uid":"6ae24d4f630529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6ae24d4f630529b","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"69a82f2119a5d982","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/69a82f2119a5d982","status":"passed","time":{"start":1707757417666,"stop":1707757417667,"duration":1}},{"uid":"bfbcc7db8a183e68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfbcc7db8a183e68","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"3319bca15b89e805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3319bca15b89e805","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"1313834cc518ecae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1313834cc518ecae","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"e5b9d624f0023839","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e5b9d624f0023839","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"e056ed34adf38dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e056ed34adf38dea","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"4165e88cd15c3249","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4165e88cd15c3249","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5875ce7d72b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5875ce7d72b8ba0a","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"2c9fd2a7e4984721","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c9fd2a7e4984721","status":"passed","time":{"start":1707769968723,"stop":1707769968724,"duration":1}},{"uid":"8fd3fc63f40cf444","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8fd3fc63f40cf444","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"984c6f0ea9ac19b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/984c6f0ea9ac19b2","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"10677bc40fe204c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10677bc40fe204c6","status":"passed","time":{"start":1707756617047,"stop":1707756617048,"duration":1}},{"uid":"4ec24c61a7439b47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ec24c61a7439b47","status":"passed","time":{"start":1707753988886,"stop":1707753988887,"duration":1}},{"uid":"dbfc60c9386d525f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dbfc60c9386d525f","status":"passed","time":{"start":1707753782767,"stop":1707753782768,"duration":1}},{"uid":"1987e25c37707251","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1987e25c37707251","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"96fe1dc18b3f520e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96fe1dc18b3f520e","status":"passed","time":{"start":1707737091350,"stop":1707737091351,"duration":1}},{"uid":"c06fdb840d7c5f90","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c06fdb840d7c5f90","status":"passed","time":{"start":1707736260138,"stop":1707736260139,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"38c5698cb16c95a5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38c5698cb16c95a5","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"duration":1}},{"uid":"98091470fa7222aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98091470fa7222aa","status":"passed","time":{"start":1707769737612,"stop":1707769737614,"duration":2}},{"uid":"f16911eaec3bfd7f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f16911eaec3bfd7f","status":"passed","time":{"start":1707759835147,"stop":1707759835148,"duration":1}},{"uid":"aee65a669ff1cf40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aee65a669ff1cf40","status":"passed","time":{"start":1707757529704,"stop":1707757529704,"duration":0}},{"uid":"d3d5d98121312ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d3d5d98121312ede","status":"passed","time":{"start":1707756164073,"stop":1707756164075,"duration":2}},{"uid":"59e9d8482792adf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/59e9d8482792adf7","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"2c65f53278e9e797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c65f53278e9e797","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"33ab12efd1bbe34b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ab12efd1bbe34b","status":"passed","time":{"start":1707750698716,"stop":1707750698717,"duration":1}},{"uid":"ba33d38e943243f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba33d38e943243f0","status":"passed","time":{"start":1707736624911,"stop":1707736624912,"duration":1}},{"uid":"b17c8334981cf046","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b17c8334981cf046","status":"passed","time":{"start":1707735814289,"stop":1707735814290,"duration":1}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dacbedd9a7e8e89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dacbedd9a7e8e89d","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"duration":1}},{"uid":"d0b24972518ca185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b24972518ca185","status":"passed","time":{"start":1707769648574,"stop":1707769648574,"duration":0}},{"uid":"63123c33c99c1017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63123c33c99c1017","status":"passed","time":{"start":1707759743255,"stop":1707759743255,"duration":0}},{"uid":"e6361f3f0a8666c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6361f3f0a8666c8","status":"passed","time":{"start":1707757438368,"stop":1707757438369,"duration":1}},{"uid":"b3b36daf07ac11ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3b36daf07ac11ea","status":"passed","time":{"start":1707756067011,"stop":1707756067011,"duration":0}},{"uid":"17c9a231fb1d2711","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/17c9a231fb1d2711","status":"passed","time":{"start":1707753485651,"stop":1707753485651,"duration":0}},{"uid":"f0c886f49020d570","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0c886f49020d570","status":"passed","time":{"start":1707753214697,"stop":1707753214697,"duration":0}},{"uid":"e4882aa40ac8ba7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4882aa40ac8ba7b","status":"passed","time":{"start":1707750614689,"stop":1707750614690,"duration":1}},{"uid":"f9d413ff572cda6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9d413ff572cda6b","status":"passed","time":{"start":1707736532275,"stop":1707736532275,"duration":0}},{"uid":"c7cb11882d28a4d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb11882d28a4d7","status":"passed","time":{"start":1707735714125,"stop":1707735714125,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"60e05b171de5d15f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60e05b171de5d15f","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0}},{"uid":"cc8ca5701659aeff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cc8ca5701659aeff","status":"passed","time":{"start":1707769636534,"stop":1707769636534,"duration":0}},{"uid":"9e85a3b0efb61a86","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e85a3b0efb61a86","status":"passed","time":{"start":1707759731267,"stop":1707759731267,"duration":0}},{"uid":"d71953367bf2fbc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d71953367bf2fbc1","status":"passed","time":{"start":1707757426114,"stop":1707757426115,"duration":1}},{"uid":"7fc81d2d217ca409","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fc81d2d217ca409","status":"passed","time":{"start":1707756055495,"stop":1707756055495,"duration":0}},{"uid":"83ce6110c608ab7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/83ce6110c608ab7c","status":"passed","time":{"start":1707753473920,"stop":1707753473921,"duration":1}},{"uid":"5e1fc8fbec2f4e54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e1fc8fbec2f4e54","status":"passed","time":{"start":1707753202444,"stop":1707753202445,"duration":1}},{"uid":"b75c961a57f3131f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b75c961a57f3131f","status":"passed","time":{"start":1707750602787,"stop":1707750602788,"duration":1}},{"uid":"a61b255d7e96b57b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a61b255d7e96b57b","status":"passed","time":{"start":1707736520179,"stop":1707736520179,"duration":0}},{"uid":"e4f81e9545beec3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4f81e9545beec3b","status":"passed","time":{"start":1707735701767,"stop":1707735701767,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"56ce9c659bb9811b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56ce9c659bb9811b","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0}},{"uid":"3644020b0a41866a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3644020b0a41866a","status":"passed","time":{"start":1707769841899,"stop":1707769841900,"duration":1}},{"uid":"74cffce5e5a8e9d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74cffce5e5a8e9d6","status":"passed","time":{"start":1707759921454,"stop":1707759921454,"duration":0}},{"uid":"ba793ffd4c8940c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba793ffd4c8940c4","status":"passed","time":{"start":1707757624876,"stop":1707757624876,"duration":0}},{"uid":"9a97eece6b1f0782","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a97eece6b1f0782","status":"passed","time":{"start":1707756261765,"stop":1707756261775,"duration":10}},{"uid":"a006b00772b5e1c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a006b00772b5e1c9","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"7ef7715973cc0bf9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7ef7715973cc0bf9","status":"passed","time":{"start":1707753409585,"stop":1707753409585,"duration":0}},{"uid":"db496ee3a9d4d8f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db496ee3a9d4d8f3","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"93b39b1842d87144","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/93b39b1842d87144","status":"passed","time":{"start":1707736708328,"stop":1707736708329,"duration":1}},{"uid":"55d4f96cc5e5eceb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55d4f96cc5e5eceb","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"54729d3d41467586","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54729d3d41467586","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"duration":1}},{"uid":"11e3b362a85e5814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11e3b362a85e5814","status":"passed","time":{"start":1707770054150,"stop":1707770054151,"duration":1}},{"uid":"ec92f10b22c460dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec92f10b22c460dc","status":"passed","time":{"start":1707760163377,"stop":1707760163378,"duration":1}},{"uid":"daf21bcbfec1f676","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/daf21bcbfec1f676","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"5a101a3e9d5fae92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a101a3e9d5fae92","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"36092f8aae0b435e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36092f8aae0b435e","status":"passed","time":{"start":1707753863570,"stop":1707753863571,"duration":1}},{"uid":"49c1730ceed9225","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49c1730ceed9225","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"28d210422679d16e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28d210422679d16e","status":"passed","time":{"start":1707751014399,"stop":1707751014399,"duration":0}},{"uid":"e92848ac18e80b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e92848ac18e80b55","status":"passed","time":{"start":1707736941414,"stop":1707736941414,"duration":0}},{"uid":"3b7d6e48d1054349","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b7d6e48d1054349","status":"passed","time":{"start":1707736158697,"stop":1707736158698,"duration":1}}]},"47c7a346b36bf4ebf9bbfe94a51ac620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9798a77c98d65169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9798a77c98d65169","status":"passed","time":{"start":1707770208552,"stop":1707770208553,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1c03ba5c8543392a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c03ba5c8543392a","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"duration":1}},{"uid":"48073da6ce611ffe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/48073da6ce611ffe","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"a22b8883e8b22c9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a22b8883e8b22c9e","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"2ac8a064c2dd6218","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ac8a064c2dd6218","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"f1f334bba6d10298","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1f334bba6d10298","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"95dd1f6bc80768bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95dd1f6bc80768bb","status":"passed","time":{"start":1707754051779,"stop":1707754051780,"duration":1}},{"uid":"b4d456bb2cd70296","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4d456bb2cd70296","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"54a053435da5a9d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/54a053435da5a9d6","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f9f4339ac0e07ac0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f4339ac0e07ac0","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f48085acedef1a4f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f48085acedef1a4f","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"9b66c25207e154453841934b1d6587e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d7cbaf9e8b8472df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7cbaf9e8b8472df","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1707750640095,"stop":1707750640096,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e73496c5edf2b386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e73496c5edf2b386","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4}},{"uid":"82f5bd9de7a633c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82f5bd9de7a633c","status":"passed","time":{"start":1707769677695,"stop":1707769677700,"duration":5}},{"uid":"632d40c240667f93","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/632d40c240667f93","status":"passed","time":{"start":1707759769672,"stop":1707759769672,"duration":0}},{"uid":"d79d38272dede6a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d79d38272dede6a0","status":"passed","time":{"start":1707757468637,"stop":1707757468637,"duration":0}},{"uid":"dafd8fe6bdaeac3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dafd8fe6bdaeac3f","status":"passed","time":{"start":1707756096168,"stop":1707756096175,"duration":7}},{"uid":"eb500de94bf057be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb500de94bf057be","status":"passed","time":{"start":1707753517973,"stop":1707753517973,"duration":0}},{"uid":"54abc7037bfa4c98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/54abc7037bfa4c98","status":"passed","time":{"start":1707753244714,"stop":1707753244714,"duration":0}},{"uid":"8f2faa941f88384f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f2faa941f88384f","status":"passed","time":{"start":1707750643518,"stop":1707750643519,"duration":1}},{"uid":"6f1a7180c7080cfa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1a7180c7080cfa","status":"passed","time":{"start":1707736558644,"stop":1707736558644,"duration":0}},{"uid":"1192a03411a3e78e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1192a03411a3e78e","status":"passed","time":{"start":1707735743488,"stop":1707735743489,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bf1f99c949d26d53","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf1f99c949d26d53","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3}},{"uid":"e619c19ee201fd92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e619c19ee201fd92","status":"passed","time":{"start":1707769983285,"stop":1707769983285,"duration":0}},{"uid":"889e30d367ff2508","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/889e30d367ff2508","status":"passed","time":{"start":1707760095408,"stop":1707760095409,"duration":1}},{"uid":"3f8998b468a34bb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f8998b468a34bb3","status":"passed","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3481e26ff41ccf18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3481e26ff41ccf18","status":"passed","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b51337d9d42067e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b51337d9d42067e8","status":"passed","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"a81585c574e2e3e1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a81585c574e2e3e1","status":"passed","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"d0fbd67e165371f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0fbd67e165371f0","status":"passed","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"2c905ee4d50d435d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c905ee4d50d435d","status":"passed","time":{"start":1707736878972,"stop":1707736878973,"duration":1}},{"uid":"c51cf9ac5fa3adfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c51cf9ac5fa3adfc","status":"passed","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"391939995f63e71f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/391939995f63e71f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"c113c7dac48bfe5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c113c7dac48bfe5b","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"5282734066184ea8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5282734066184ea8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"fc94b384787f38de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc94b384787f38de","status":"passed","time":{"start":1707758004327,"stop":1707758004327,"duration":0}},{"uid":"5d00cb5e35478419","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d00cb5e35478419","status":"passed","time":{"start":1707756690163,"stop":1707756690164,"duration":1}},{"uid":"1ad20a75bc356d98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ad20a75bc356d98","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"76196af5d2601088","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/76196af5d2601088","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"fab324bc10f91d23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fab324bc10f91d23","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"9af50c457b415401","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9af50c457b415401","status":"passed","time":{"start":1707737173819,"stop":1707737173820,"duration":1}},{"uid":"2fa9834eba253135","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2fa9834eba253135","status":"passed","time":{"start":1707736353039,"stop":1707736353040,"duration":1}}]},"a599c72e108fe0a879b6921cded6537b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3acc1f3908be451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3acc1f3908be451","status":"passed","time":{"start":1707753647524,"stop":1707753647525,"duration":1}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e422d97075c68716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e422d97075c68716","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"duration":0}},{"uid":"9b43d516da80d398","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9b43d516da80d398","status":"passed","time":{"start":1707770054150,"stop":1707770054150,"duration":0}},{"uid":"3af06da2cf5023d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3af06da2cf5023d","status":"passed","time":{"start":1707760163349,"stop":1707760163349,"duration":0}},{"uid":"2a592f10c45e3569","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a592f10c45e3569","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"764b4ff47cb1ab89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/764b4ff47cb1ab89","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"c98242b028d9f97b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c98242b028d9f97b","status":"passed","time":{"start":1707753863568,"stop":1707753863570,"duration":2}},{"uid":"816acd124378b04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/816acd124378b04","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"29a428b58aff02f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a428b58aff02f1","status":"passed","time":{"start":1707751014397,"stop":1707751014399,"duration":2}},{"uid":"bd845d3d782a9798","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd845d3d782a9798","status":"passed","time":{"start":1707736941413,"stop":1707736941414,"duration":1}},{"uid":"58c16c35cf823ed6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58c16c35cf823ed6","status":"passed","time":{"start":1707736158696,"stop":1707736158697,"duration":1}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"68fb3c41ad0d9d1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68fb3c41ad0d9d1d","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"a5f14752e8b4b91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5f14752e8b4b91","status":"passed","time":{"start":1707769642221,"stop":1707769642221,"duration":0}},{"uid":"d88df68600e84a7d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d88df68600e84a7d","status":"passed","time":{"start":1707759737069,"stop":1707759737069,"duration":0}},{"uid":"c4519391e37502b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4519391e37502b","status":"passed","time":{"start":1707757431975,"stop":1707757431976,"duration":1}},{"uid":"9a6874713a3fe5d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a6874713a3fe5d6","status":"passed","time":{"start":1707756061020,"stop":1707756061020,"duration":0}},{"uid":"81ea33f75ebe99f4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ea33f75ebe99f4","status":"passed","time":{"start":1707753479609,"stop":1707753479610,"duration":1}},{"uid":"7f7cafededc1e02b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7cafededc1e02b","status":"passed","time":{"start":1707753208308,"stop":1707753208309,"duration":1}},{"uid":"fdc6ca50adec478a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fdc6ca50adec478a","status":"passed","time":{"start":1707750608585,"stop":1707750608585,"duration":0}},{"uid":"5be595ba729540eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5be595ba729540eb","status":"passed","time":{"start":1707736525856,"stop":1707736525856,"duration":0}},{"uid":"ab74e89a0380b762","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab74e89a0380b762","status":"passed","time":{"start":1707735707690,"stop":1707735707691,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bc83a26e077ae397","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc83a26e077ae397","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0}},{"uid":"13d9e2a728cffbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13d9e2a728cffbca","status":"passed","time":{"start":1707769919574,"stop":1707769919574,"duration":0}},{"uid":"fee7324c0acd1341","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fee7324c0acd1341","status":"passed","time":{"start":1707760025487,"stop":1707760025487,"duration":0}},{"uid":"91621cc18da8ebf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91621cc18da8ebf1","status":"passed","time":{"start":1707757709190,"stop":1707757709190,"duration":0}},{"uid":"deaca45017e8be7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deaca45017e8be7","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"2f3d60620b76d7d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f3d60620b76d7d3","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"f2b2a0aafcf2b094","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2b2a0aafcf2b094","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"65fd2841f885880","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/65fd2841f885880","status":"passed","time":{"start":1707750881808,"stop":1707750881808,"duration":0}},{"uid":"1d52572739305dae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d52572739305dae","status":"passed","time":{"start":1707736800767,"stop":1707736800767,"duration":0}},{"uid":"6052c1dc956d4f3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6052c1dc956d4f3b","status":"passed","time":{"start":1707736013456,"stop":1707736013456,"duration":0}}]},"3b42eb27d27c7dc1807a5fa704826a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"398e03c63cf7ae49","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/398e03c63cf7ae49","status":"passed","time":{"start":1707770051401,"stop":1707770051401,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8f26c4a83e10c919","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f26c4a83e10c919","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0}},{"uid":"76d7f0be9a70218b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/76d7f0be9a70218b","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}},{"uid":"257f1c8bb1a1febb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/257f1c8bb1a1febb","status":"passed","time":{"start":1707759965201,"stop":1707759965202,"duration":1}},{"uid":"6e9f97eaea18f48","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6e9f97eaea18f48","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}},{"uid":"3015e0a3530e85ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3015e0a3530e85ba","status":"passed","time":{"start":1707756267910,"stop":1707756267910,"duration":0}},{"uid":"43375f6cfb00e20c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43375f6cfb00e20c","status":"passed","time":{"start":1707753668068,"stop":1707753668076,"duration":8}},{"uid":"34dad707e5512137","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/34dad707e5512137","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"af8f6e1a39d82830","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af8f6e1a39d82830","status":"passed","time":{"start":1707750796032,"stop":1707750796032,"duration":0}},{"uid":"af4f4b2eee01221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af4f4b2eee01221","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"35948b0727d0c848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/35948b0727d0c848","status":"passed","time":{"start":1707735912120,"stop":1707735912121,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"5a9c372cf2fe08fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a9c372cf2fe08fd","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2}},{"uid":"55bbc859c07bffeb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55bbc859c07bffeb","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"f6bbf932ff4a0951","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6bbf932ff4a0951","status":"passed","time":{"start":1707760280827,"stop":1707760280827,"duration":0}},{"uid":"b09cbfa788f1bcbf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b09cbfa788f1bcbf","status":"passed","time":{"start":1707757976564,"stop":1707757976564,"duration":0}},{"uid":"854d780111afe841","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/854d780111afe841","status":"passed","time":{"start":1707756601159,"stop":1707756601159,"duration":0}},{"uid":"80ac243493c5f4e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80ac243493c5f4e9","status":"passed","time":{"start":1707753969926,"stop":1707753969927,"duration":1}},{"uid":"97b88a410199abd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97b88a410199abd6","status":"passed","time":{"start":1707753767215,"stop":1707753767215,"duration":0}},{"uid":"13a93086ebf600c9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13a93086ebf600c9","status":"passed","time":{"start":1707737071259,"stop":1707737071259,"duration":0}},{"uid":"411daadf0d06049b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411daadf0d06049b","status":"passed","time":{"start":1707736274447,"stop":1707736274447,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6ee08259b9ae6134","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ee08259b9ae6134","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"duration":0}},{"uid":"3909aaba05eba607","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3909aaba05eba607","status":"passed","time":{"start":1707770159288,"stop":1707770159289,"duration":1}},{"uid":"58fff322f4d5d687","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58fff322f4d5d687","status":"passed","time":{"start":1707760280828,"stop":1707760280828,"duration":0}},{"uid":"85cd4ac2c11477bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85cd4ac2c11477bd","status":"passed","time":{"start":1707757976564,"stop":1707757976565,"duration":1}},{"uid":"46e634ae2cef88eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/46e634ae2cef88eb","status":"passed","time":{"start":1707756601160,"stop":1707756601161,"duration":1}},{"uid":"14e9e172c95b0017","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/14e9e172c95b0017","status":"passed","time":{"start":1707753969929,"stop":1707753969929,"duration":0}},{"uid":"972b31f0c4e7ad0c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/972b31f0c4e7ad0c","status":"passed","time":{"start":1707753767216,"stop":1707753767216,"duration":0}},{"uid":"e14a90cb295e2f91","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e14a90cb295e2f91","status":"passed","time":{"start":1707751042634,"stop":1707751042634,"duration":0}},{"uid":"210c520ec6383e88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/210c520ec6383e88","status":"passed","time":{"start":1707737071260,"stop":1707737071260,"duration":0}},{"uid":"ffc74bc50d1bebf4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc74bc50d1bebf4","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"a4131ac74957eb7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4131ac74957eb7a","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1}},{"uid":"e0b7f59a2b4c8924","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e0b7f59a2b4c8924","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"a24e676efd6e2b1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a24e676efd6e2b1e","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"aebcf8ce04f3443f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aebcf8ce04f3443f","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"8b1421cbd961456e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b1421cbd961456e","status":"passed","time":{"start":1707753988877,"stop":1707753988878,"duration":1}},{"uid":"35a56741e8e08949","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a56741e8e08949","status":"passed","time":{"start":1707753782746,"stop":1707753782746,"duration":0}},{"uid":"99781692fd53d67c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/99781692fd53d67c","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"4ea07ee262057617","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ea07ee262057617","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"bf2d94c17d28483f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf2d94c17d28483f","status":"passed","time":{"start":1707736260124,"stop":1707736260124,"duration":0}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6c4f870cff9d0bcb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c4f870cff9d0bcb","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0}},{"uid":"92a2d37138af8c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92a2d37138af8c98","status":"passed","time":{"start":1707769673027,"stop":1707769673028,"duration":1}},{"uid":"60e292dc7b4e51dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60e292dc7b4e51dd","status":"passed","time":{"start":1707759767767,"stop":1707759767767,"duration":0}},{"uid":"4693b78286e6bfca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4693b78286e6bfca","status":"passed","time":{"start":1707757463883,"stop":1707757463884,"duration":1}},{"uid":"5e3718855510dd6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e3718855510dd6e","status":"passed","time":{"start":1707756091994,"stop":1707756091994,"duration":0}},{"uid":"8135cd386ffc33c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8135cd386ffc33c6","status":"passed","time":{"start":1707753510236,"stop":1707753510236,"duration":0}},{"uid":"6a816960fa0777fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a816960fa0777fe","status":"passed","time":{"start":1707753240424,"stop":1707753240424,"duration":0}},{"uid":"18bc4e576907f8aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18bc4e576907f8aa","status":"passed","time":{"start":1707750639411,"stop":1707750639412,"duration":1}},{"uid":"b5940f0f231f0185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5940f0f231f0185","status":"passed","time":{"start":1707736555758,"stop":1707736555758,"duration":0}},{"uid":"b78fb0ac73c2f17","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b78fb0ac73c2f17","status":"passed","time":{"start":1707735739989,"stop":1707735739989,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5e7936d66e6bc368","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e7936d66e6bc368","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"duration":1}},{"uid":"e06d2f17dba470a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e06d2f17dba470a1","status":"passed","time":{"start":1707769883322,"stop":1707769883322,"duration":0}},{"uid":"89613f16c5331908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/89613f16c5331908","status":"passed","time":{"start":1707759981463,"stop":1707759981464,"duration":1}},{"uid":"dcda5cf5e4839fb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcda5cf5e4839fb9","status":"passed","time":{"start":1707757676044,"stop":1707757676044,"duration":0}},{"uid":"756097ba3e14bf54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/756097ba3e14bf54","status":"passed","time":{"start":1707756304429,"stop":1707756304430,"duration":1}},{"uid":"3c131c69d3557dee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c131c69d3557dee","status":"passed","time":{"start":1707753713250,"stop":1707753713250,"duration":0}},{"uid":"3542ccaa6c46f37a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3542ccaa6c46f37a","status":"passed","time":{"start":1707753448103,"stop":1707753448103,"duration":0}},{"uid":"469f7fb367d41806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/469f7fb367d41806","status":"passed","time":{"start":1707750840040,"stop":1707750840041,"duration":1}},{"uid":"7008667c70cfd74b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7008667c70cfd74b","status":"passed","time":{"start":1707736765016,"stop":1707736765016,"duration":0}},{"uid":"6d0896f6fb9aa577","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d0896f6fb9aa577","status":"passed","time":{"start":1707735955248,"stop":1707735955249,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"10d4de45052a1640","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d4de45052a1640","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"f308941b04accc63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f308941b04accc63","status":"passed","time":{"start":1707769968726,"stop":1707769968727,"duration":1}},{"uid":"ed6ef82fd7a4be1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed6ef82fd7a4be1a","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"6f815ca852732a21","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f815ca852732a21","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"8a8ef63edef3a650","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8a8ef63edef3a650","status":"passed","time":{"start":1707756617049,"stop":1707756617049,"duration":0}},{"uid":"952223bd8039e256","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/952223bd8039e256","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"4bcf1048425551e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bcf1048425551e2","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"228583b497abc92d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/228583b497abc92d","status":"passed","time":{"start":1707751162318,"stop":1707751162319,"duration":1}},{"uid":"5fbf2b5cc362e6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fbf2b5cc362e6ec","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"1f8ed55638344c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f8ed55638344c44","status":"passed","time":{"start":1707736260145,"stop":1707736260146,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2316c7bbf007624","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2316c7bbf007624","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"82533e0232cbc169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82533e0232cbc169","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"ceca70120184acfd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ceca70120184acfd","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"21bfa504b051a317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21bfa504b051a317","status":"passed","time":{"start":1707757736393,"stop":1707757736394,"duration":1}},{"uid":"51a460030f05ce84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51a460030f05ce84","status":"passed","time":{"start":1707756352340,"stop":1707756352340,"duration":0}},{"uid":"c8637a2d034954f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8637a2d034954f5","status":"passed","time":{"start":1707753768709,"stop":1707753768709,"duration":0}},{"uid":"e256f8dbed71616f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e256f8dbed71616f","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"ff08b1656511e6b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff08b1656511e6b3","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"3fd9fd189eaecc6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fd9fd189eaecc6b","status":"passed","time":{"start":1707736822680,"stop":1707736822680,"duration":0}},{"uid":"84ea959fa3b52e85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ea959fa3b52e85","status":"passed","time":{"start":1707736014742,"stop":1707736014742,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d622ccef147bf904","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d622ccef147bf904","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"duration":1}},{"uid":"7f94c8ab240c63b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f94c8ab240c63b3","status":"passed","time":{"start":1707769627292,"stop":1707769627292,"duration":0}},{"uid":"aa35c97f3f0992aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa35c97f3f0992aa","status":"passed","time":{"start":1707759722032,"stop":1707759722033,"duration":1}},{"uid":"e7e501aea7dce2f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7e501aea7dce2f2","status":"passed","time":{"start":1707757416840,"stop":1707757416841,"duration":1}},{"uid":"e983a7c661b01e1c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e983a7c661b01e1c","status":"passed","time":{"start":1707756046607,"stop":1707756046608,"duration":1}},{"uid":"4a17b5c286d0eaf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a17b5c286d0eaf7","status":"passed","time":{"start":1707753464668,"stop":1707753464668,"duration":0}},{"uid":"25b85711ff41660c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/25b85711ff41660c","status":"passed","time":{"start":1707753192940,"stop":1707753192941,"duration":1}},{"uid":"b48194c58e78793","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b48194c58e78793","status":"passed","time":{"start":1707750593507,"stop":1707750593507,"duration":0}},{"uid":"d341945f3cb96924","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d341945f3cb96924","status":"passed","time":{"start":1707736510880,"stop":1707736510881,"duration":1}},{"uid":"76aecd26610fff04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76aecd26610fff04","status":"passed","time":{"start":1707735692292,"stop":1707735692292,"duration":0}}]},"f2fe401c4b9aa2cc4928add818b3c272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2839353a8bfc9251","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2839353a8bfc9251","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"51900e7645965fbf08aa0c33cb33e5a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6ab4a7b53e20d429","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab4a7b53e20d429","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154819,"stop":1707751154819,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"866ec6caea5f44ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/866ec6caea5f44ba","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"duration":1}},{"uid":"2d8a539314412c1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d8a539314412c1c","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"a07ea051803d510c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a07ea051803d510c","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"c1e3846322ea40dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1e3846322ea40dc","status":"passed","time":{"start":1707758023535,"stop":1707758023536,"duration":1}},{"uid":"ba96b9ffc38141d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ba96b9ffc38141d9","status":"passed","time":{"start":1707756664004,"stop":1707756664005,"duration":1}},{"uid":"3c1d9e65188552e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3c1d9e65188552e8","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"2025e07a3b3103eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2025e07a3b3103eb","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"8870a1c89d6c5ca4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8870a1c89d6c5ca4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"3fba7f1708f94e6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3fba7f1708f94e6f","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ced2723a03c0affd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ced2723a03c0affd","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"duration":0}},{"uid":"8b265010c7e344ce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b265010c7e344ce","status":"passed","time":{"start":1707769632866,"stop":1707769632867,"duration":1}},{"uid":"21c1d3ab278452a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21c1d3ab278452a4","status":"passed","time":{"start":1707759727626,"stop":1707759727626,"duration":0}},{"uid":"2aa2126bd60ab991","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2aa2126bd60ab991","status":"passed","time":{"start":1707757422398,"stop":1707757422399,"duration":1}},{"uid":"512c477e269f537e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/512c477e269f537e","status":"passed","time":{"start":1707756051816,"stop":1707756051816,"duration":0}},{"uid":"b0a384634436574e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b0a384634436574e","status":"passed","time":{"start":1707753470071,"stop":1707753470071,"duration":0}},{"uid":"b4e6eb658a25be0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4e6eb658a25be0f","status":"passed","time":{"start":1707753198802,"stop":1707753198803,"duration":1}},{"uid":"57927290a20cb2c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57927290a20cb2c2","status":"passed","time":{"start":1707750599091,"stop":1707750599092,"duration":1}},{"uid":"f8657f5aafd778a9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f8657f5aafd778a9","status":"passed","time":{"start":1707736516546,"stop":1707736516547,"duration":1}},{"uid":"9582d9c731859d66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9582d9c731859d66","status":"passed","time":{"start":1707735697897,"stop":1707735697897,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"aaa5f8c7ffffa1f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aaa5f8c7ffffa1f1","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"duration":1}},{"uid":"dcac33a23de736e2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dcac33a23de736e2","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"4da3b309f0a1c8dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4da3b309f0a1c8dc","status":"passed","time":{"start":1707760335962,"stop":1707760335962,"duration":0}},{"uid":"497b118fa662c39c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/497b118fa662c39c","status":"passed","time":{"start":1707758023545,"stop":1707758023545,"duration":0}},{"uid":"2a4d33c9c2505e87","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a4d33c9c2505e87","status":"passed","time":{"start":1707756664013,"stop":1707756664013,"duration":0}},{"uid":"c2dbcd892d7e504f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2dbcd892d7e504f","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}},{"uid":"bfde607c76a22469","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bfde607c76a22469","status":"passed","time":{"start":1707751136365,"stop":1707751136365,"duration":0}},{"uid":"cad4155d914b4ba6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cad4155d914b4ba6","status":"passed","time":{"start":1707737124653,"stop":1707737124654,"duration":1}},{"uid":"526762c3beb90d78","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/526762c3beb90d78","status":"passed","time":{"start":1707736322671,"stop":1707736322672,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"90a5fea4fcbc6212","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/90a5fea4fcbc6212","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0}},{"uid":"3a86b5b5c209352b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a86b5b5c209352b","status":"passed","time":{"start":1707769883774,"stop":1707769883774,"duration":0}},{"uid":"24240276fd8244d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24240276fd8244d9","status":"passed","time":{"start":1707759985637,"stop":1707759985638,"duration":1}},{"uid":"f361593fb8b86a0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f361593fb8b86a0b","status":"passed","time":{"start":1707757677889,"stop":1707757677889,"duration":0}},{"uid":"e75c2028ea50c89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e75c2028ea50c89c","status":"passed","time":{"start":1707756304555,"stop":1707756304555,"duration":0}},{"uid":"2ed4f2771f4321b5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ed4f2771f4321b5","status":"passed","time":{"start":1707753717469,"stop":1707753717470,"duration":1}},{"uid":"40ca45b3d983e7a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40ca45b3d983e7a2","status":"passed","time":{"start":1707753473099,"stop":1707753473099,"duration":0}},{"uid":"68a10cd14861d383","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68a10cd14861d383","status":"passed","time":{"start":1707750845253,"stop":1707750845253,"duration":0}},{"uid":"3e331d3bc823c248","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e331d3bc823c248","status":"passed","time":{"start":1707736769856,"stop":1707736769857,"duration":1}},{"uid":"7de5c8885bdfff22","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7de5c8885bdfff22","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b79302361f20969b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b79302361f20969b","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1}},{"uid":"cea923e06edb422a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cea923e06edb422a","status":"passed","time":{"start":1707769642281,"stop":1707769642281,"duration":0}},{"uid":"27c988435386f17f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/27c988435386f17f","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"ade669aa1897b9a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ade669aa1897b9a3","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"97c216d3664275ee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97c216d3664275ee","status":"passed","time":{"start":1707756061067,"stop":1707756061067,"duration":0}},{"uid":"f7086a65eb895283","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7086a65eb895283","status":"passed","time":{"start":1707753479614,"stop":1707753479614,"duration":0}},{"uid":"f975e554a2567784","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f975e554a2567784","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"2414052ad884ae3f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2414052ad884ae3f","status":"passed","time":{"start":1707750608631,"stop":1707750608631,"duration":0}},{"uid":"6dd769e25746b9fd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dd769e25746b9fd","status":"passed","time":{"start":1707736525925,"stop":1707736525925,"duration":0}},{"uid":"6b071e6644ebd43d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b071e6644ebd43d","status":"passed","time":{"start":1707735707759,"stop":1707735707759,"duration":0}}]},"c15499023067b4e92468b2a8185b0f45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf97ac281de10806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf97ac281de10806","status":"passed","time":{"start":1707751136363,"stop":1707751136364,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2e8eaa96ec8152be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8eaa96ec8152be","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0}},{"uid":"dc2b4b55d1c4ce80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc2b4b55d1c4ce80","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"1769a4196f9d7da8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1769a4196f9d7da8","status":"passed","time":{"start":1707759745078,"stop":1707759745079,"duration":1}},{"uid":"fb364cc357391288","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb364cc357391288","status":"passed","time":{"start":1707757440222,"stop":1707757440223,"duration":1}},{"uid":"8e3ba0ac95328080","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e3ba0ac95328080","status":"passed","time":{"start":1707756069083,"stop":1707756069084,"duration":1}},{"uid":"9662f936feaeb144","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9662f936feaeb144","status":"passed","time":{"start":1707753487641,"stop":1707753487642,"duration":1}},{"uid":"e89a2277581f2c2b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e89a2277581f2c2b","status":"passed","time":{"start":1707753216622,"stop":1707753216622,"duration":0}},{"uid":"e6809cff6017fbd7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6809cff6017fbd7","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"a934e63e3c4b5df","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a934e63e3c4b5df","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"f27b63be01328f15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f27b63be01328f15","status":"passed","time":{"start":1707735716033,"stop":1707735716034,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"64d5d366dc8a5361","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64d5d366dc8a5361","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335633,"stop":1707770335633,"duration":0}},{"uid":"61167c2ae1b139d0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61167c2ae1b139d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968741,"stop":1707769968741,"duration":0}},{"uid":"641ef87d89cb4fbf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/641ef87d89cb4fbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301831,"stop":1707760301831,"duration":0}},{"uid":"c5f11ee3b4c741c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5f11ee3b4c741c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006733,"stop":1707758006733,"duration":0}},{"uid":"bc1a76729edf20e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc1a76729edf20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617068,"stop":1707756617068,"duration":0}},{"uid":"65e3d0b71332c512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65e3d0b71332c512","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"da01039eafd6b04c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da01039eafd6b04c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782782,"stop":1707753782782,"duration":0}},{"uid":"e0862bfa5ca28a23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0862bfa5ca28a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162328,"stop":1707751162328,"duration":0}},{"uid":"e96dab3a96bbd450","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e96dab3a96bbd450","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"3d3308ef9acfce01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d3308ef9acfce01","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260171,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"591ce52935e7d84b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591ce52935e7d84b","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"885d4fbe97cec8db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/885d4fbe97cec8db","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"1ce0971c926596d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ce0971c926596d4","status":"passed","time":{"start":1707760335951,"stop":1707760335954,"duration":3}},{"uid":"ad5a1a3339117682","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad5a1a3339117682","status":"passed","time":{"start":1707758023534,"stop":1707758023535,"duration":1}},{"uid":"9d853b07d36b1589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d853b07d36b1589","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"c39dfd4be5149151","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c39dfd4be5149151","status":"passed","time":{"start":1707753837170,"stop":1707753837170,"duration":0}},{"uid":"7cb9ac04da8c94f2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7cb9ac04da8c94f2","status":"passed","time":{"start":1707751136338,"stop":1707751136338,"duration":0}},{"uid":"4bdddeec68cb98da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bdddeec68cb98da","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"8ed6bb7d6e200300","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed6bb7d6e200300","status":"passed","time":{"start":1707736322658,"stop":1707736322658,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"880a29a55884abf9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/880a29a55884abf9","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1}},{"uid":"62cfedd5c3ac7462","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/62cfedd5c3ac7462","status":"passed","time":{"start":1707769841889,"stop":1707769841889,"duration":0}},{"uid":"b1985c75a1fd02b2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1985c75a1fd02b2","status":"passed","time":{"start":1707759921445,"stop":1707759921445,"duration":0}},{"uid":"55fa25f32234ac1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55fa25f32234ac1","status":"passed","time":{"start":1707757624868,"stop":1707757624869,"duration":1}},{"uid":"5a70b919644f4b51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a70b919644f4b51","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"36554e7bb4899251","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36554e7bb4899251","status":"passed","time":{"start":1707753651133,"stop":1707753651134,"duration":1}},{"uid":"f87e3a16ac6f5fa6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f87e3a16ac6f5fa6","status":"passed","time":{"start":1707753409577,"stop":1707753409578,"duration":1}},{"uid":"ddfceb54cedbcb3f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ddfceb54cedbcb3f","status":"passed","time":{"start":1707736708314,"stop":1707736708314,"duration":0}},{"uid":"f7a2f82a60a06597","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7a2f82a60a06597","status":"passed","time":{"start":1707735914377,"stop":1707735914378,"duration":1}}]},"83e6a14125cf21331881a064676a1dcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9829a229af8b84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e9829a229af8b84","status":"passed","time":{"start":1707756409546,"stop":1707756409546,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fb57e73f93e0a0ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb57e73f93e0a0ec","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0}},{"uid":"2817d1f9471daafb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2817d1f9471daafb","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"3429ab70f9199cc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3429ab70f9199cc9","status":"passed","time":{"start":1707760173993,"stop":1707760173994,"duration":1}},{"uid":"ab91c08594100d05","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab91c08594100d05","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"4f44853ab2d362ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f44853ab2d362ce","status":"passed","time":{"start":1707756499890,"stop":1707756499891,"duration":1}},{"uid":"ed0abac971ad77ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0abac971ad77ee","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"fc83e49ff5a3bd56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc83e49ff5a3bd56","status":"passed","time":{"start":1707753647456,"stop":1707753647457,"duration":1}},{"uid":"10687aa77ddde073","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10687aa77ddde073","status":"passed","time":{"start":1707751019560,"stop":1707751019560,"duration":0}},{"uid":"3c9141ffdda297b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3c9141ffdda297b6","status":"passed","time":{"start":1707736947832,"stop":1707736947832,"duration":0}},{"uid":"f9b44c8e1d607dba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9b44c8e1d607dba","status":"passed","time":{"start":1707736152489,"stop":1707736152490,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3da682f702148f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3da682f702148f9","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1}},{"uid":"3efa0a3a79acaecb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3efa0a3a79acaecb","status":"passed","time":{"start":1707769983275,"stop":1707769983276,"duration":1}},{"uid":"e9bd88b8b3418dd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e9bd88b8b3418dd0","status":"passed","time":{"start":1707760095402,"stop":1707760095402,"duration":0}},{"uid":"eacabc9793af6d69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eacabc9793af6d69","status":"passed","time":{"start":1707757790735,"stop":1707757790735,"duration":0}},{"uid":"1d306aaec914a33d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d306aaec914a33d","status":"passed","time":{"start":1707756409544,"stop":1707756409544,"duration":0}},{"uid":"b2d6110331bb5ae3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2d6110331bb5ae3","status":"passed","time":{"start":1707753793189,"stop":1707753793189,"duration":0}},{"uid":"9d57aca21af0e62f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d57aca21af0e62f","status":"passed","time":{"start":1707753573528,"stop":1707753573529,"duration":1}},{"uid":"5921a9e8035d790f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5921a9e8035d790f","status":"passed","time":{"start":1707750953979,"stop":1707750953980,"duration":1}},{"uid":"6c694132927912a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c694132927912a4","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"25b7353bab793ae8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25b7353bab793ae8","status":"passed","time":{"start":1707736081269,"stop":1707736081270,"duration":1}}]},"83b9d2ed4279435b396e84934e00f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f78135a4958492b7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f78135a4958492b7","status":"passed","time":{"start":1707769983279,"stop":1707769983280,"duration":1}}]},"c2104d17c9975073753d04a5523ac5af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9afd7c3d0583199","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9afd7c3d0583199","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"22fec8ccea937445","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22fec8ccea937445","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"9e4188a5497de621","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e4188a5497de621","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"7d5e5fd027e9389e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d5e5fd027e9389e","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"94a80bb72176a5d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94a80bb72176a5d2","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"9a5657d4d2bb6b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a5657d4d2bb6b22","status":"passed","time":{"start":1707756047296,"stop":1707756047297,"duration":1}},{"uid":"aea6225465288f58","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aea6225465288f58","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"71648db4f1cc2c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71648db4f1cc2c96","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26fc33a633b369b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26fc33a633b369b3","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"3591458656ae4107","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3591458656ae4107","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"bc3f5028bf24260c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bc3f5028bf24260c","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3ad72f414f36c722","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ad72f414f36c722","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"5eb9dfde71822451","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5eb9dfde71822451","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"c4675196d0d00c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c4675196d0d00c0","status":"passed","time":{"start":1707759722869,"stop":1707759722870,"duration":1}},{"uid":"bd44649681e8a444","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bd44649681e8a444","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"df5507b28e4317e0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df5507b28e4317e0","status":"passed","time":{"start":1707756047297,"stop":1707756047298,"duration":1}},{"uid":"5412a24a21f2d9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5412a24a21f2d9ef","status":"passed","time":{"start":1707753465444,"stop":1707753465445,"duration":1}},{"uid":"98112234f986c4d3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/98112234f986c4d3","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"b8fa26c24a6e439a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8fa26c24a6e439a","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"24c3169006740a9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c3169006740a9d","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"68bdb8ff6d2d7207","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68bdb8ff6d2d7207","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1a2de2823f8b25b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1a2de2823f8b25b1","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"4c63f328ef8edc4b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c63f328ef8edc4b","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"985273cf99b88e75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/985273cf99b88e75","status":"passed","time":{"start":1707760335940,"stop":1707760335941,"duration":1}},{"uid":"81ec5e45bcf63ee1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81ec5e45bcf63ee1","status":"passed","time":{"start":1707758023527,"stop":1707758023528,"duration":1}},{"uid":"8b46fd90cd57bdb2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8b46fd90cd57bdb2","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"a9b5c5a072fc6a64","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9b5c5a072fc6a64","status":"passed","time":{"start":1707753837161,"stop":1707753837162,"duration":1}},{"uid":"cd4fff8ef9ff6829","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cd4fff8ef9ff6829","status":"passed","time":{"start":1707751136279,"stop":1707751136279,"duration":0}},{"uid":"3ca24ae718d6079b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ca24ae718d6079b","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"f34e0ed7fa6e9dc6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f34e0ed7fa6e9dc6","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"8f6e7283d710b02dac88d362fa5b4871:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab7ab3c18633617b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab7ab3c18633617b","status":"passed","time":{"start":1707756617059,"stop":1707756617062,"duration":3}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4ef9eb2dcf049c99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ef9eb2dcf049c99","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1}},{"uid":"d559221b3f48a304","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d559221b3f48a304","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"a36308fa70df6aab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a36308fa70df6aab","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"b45f80c1002a1dd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b45f80c1002a1dd1","status":"passed","time":{"start":1707757440223,"stop":1707757440223,"duration":0}},{"uid":"970ce7aa601cc83d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/970ce7aa601cc83d","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"ea8c80b34918e2d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8c80b34918e2d3","status":"passed","time":{"start":1707753487642,"stop":1707753487642,"duration":0}},{"uid":"5ada2f41d93cbe31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5ada2f41d93cbe31","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"8eb22148d16e721e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb22148d16e721e","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"fd28080ccbf32f77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd28080ccbf32f77","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"1e33d043e92245a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1e33d043e92245a","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"e3f684e27880232a72d98efd1618d946:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c84a7ab590f66bf7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c84a7ab590f66bf7","status":"passed","time":{"start":1707756409546,"stop":1707756409547,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"deafc09f25074ae7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/deafc09f25074ae7","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0}},{"uid":"b053ddb488c7dc4d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b053ddb488c7dc4d","status":"passed","time":{"start":1707770051357,"stop":1707770051357,"duration":0}},{"uid":"466d313b5a6299ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/466d313b5a6299ee","status":"passed","time":{"start":1707760173992,"stop":1707760173992,"duration":0}},{"uid":"e514622a03cbd6f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e514622a03cbd6f4","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"efb9574cd8184095","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efb9574cd8184095","status":"passed","time":{"start":1707756499888,"stop":1707756499890,"duration":2}},{"uid":"7dcfaecd13823226","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7dcfaecd13823226","status":"passed","time":{"start":1707753870418,"stop":1707753870418,"duration":0}},{"uid":"fdd549dc530128e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd549dc530128e7","status":"passed","time":{"start":1707753647453,"stop":1707753647454,"duration":1}},{"uid":"caabb933e2ff31b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/caabb933e2ff31b","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"cdd490c29a1160e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdd490c29a1160e0","status":"passed","time":{"start":1707736947831,"stop":1707736947831,"duration":0}},{"uid":"7234c79f56cb09fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7234c79f56cb09fd","status":"passed","time":{"start":1707736152488,"stop":1707736152489,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f2e154dea9a8aead","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2e154dea9a8aead","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"duration":1}},{"uid":"a00cfaf2d9bfa3db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a00cfaf2d9bfa3db","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"4a57aca40c11183c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a57aca40c11183c","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"bc4de6dd4327efed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4de6dd4327efed","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"cc468029245737a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc468029245737a0","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"65b057f9169b00d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65b057f9169b00d1","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"18f5e2f458599fb4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18f5e2f458599fb4","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"7f525c02b761ec4e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f525c02b761ec4e","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"a854a766e74b3775","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a854a766e74b3775","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"733185a8e1b9c599","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/733185a8e1b9c599","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"766d5e2db21990e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/766d5e2db21990e9","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1}},{"uid":"8fbd6ee04f326938","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8fbd6ee04f326938","status":"passed","time":{"start":1707769843134,"stop":1707769843135,"duration":1}},{"uid":"8d6c9252f5dbf6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d6c9252f5dbf6fa","status":"passed","time":{"start":1707759965181,"stop":1707759965182,"duration":1}},{"uid":"b63ce20e13a88005","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b63ce20e13a88005","status":"passed","time":{"start":1707757644383,"stop":1707757644383,"duration":0}},{"uid":"fe55638588ad73c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe55638588ad73c4","status":"passed","time":{"start":1707756267892,"stop":1707756267892,"duration":0}},{"uid":"fb693537b5fb861d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb693537b5fb861d","status":"passed","time":{"start":1707753668020,"stop":1707753668020,"duration":0}},{"uid":"db71dab2d3754e6e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db71dab2d3754e6e","status":"passed","time":{"start":1707753423530,"stop":1707753423530,"duration":0}},{"uid":"c7e221d14e353685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c7e221d14e353685","status":"passed","time":{"start":1707750796020,"stop":1707750796021,"duration":1}},{"uid":"eec06076dc9e159d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec06076dc9e159d","status":"passed","time":{"start":1707736730631,"stop":1707736730632,"duration":1}},{"uid":"b6fc9db65939bce6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6fc9db65939bce6","status":"passed","time":{"start":1707735912112,"stop":1707735912113,"duration":1}}]},"ba5bddb25a83cc877a85c4d83ed7a58d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c806391744f1e537","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c806391744f1e537","status":"passed","time":{"start":1707736322666,"stop":1707736322669,"duration":3}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9591ef541cd3d821","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9591ef541cd3d821","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"2ea419b49cd37e43","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea419b49cd37e43","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"cf0a7fe42ff6feee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf0a7fe42ff6feee","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"d43c687bc7eabc43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d43c687bc7eabc43","status":"passed","time":{"start":1707757432393,"stop":1707757432394,"duration":1}},{"uid":"5c5210dda5012d71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c5210dda5012d71","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"1754db4e1082a5c2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1754db4e1082a5c2","status":"passed","time":{"start":1707753479975,"stop":1707753479975,"duration":0}},{"uid":"5018aab822362041","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5018aab822362041","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"9be43e4d6dc458bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9be43e4d6dc458bf","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"a4e868b2c360b95f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4e868b2c360b95f","status":"passed","time":{"start":1707736526331,"stop":1707736526331,"duration":0}},{"uid":"71d342e52b33808a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71d342e52b33808a","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3affacac03035e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3affacac03035e7d","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"duration":1}},{"uid":"78b9eedd92bff4e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b9eedd92bff4e6","status":"passed","time":{"start":1707769979912,"stop":1707769979913,"duration":1}},{"uid":"ec0f65c7d343d0e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec0f65c7d343d0e8","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"5bcb9630e2ca37b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bcb9630e2ca37b2","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"5082e5f2343a6f74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5082e5f2343a6f74","status":"passed","time":{"start":1707756396098,"stop":1707756396098,"duration":0}},{"uid":"b604d33b8c569549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b604d33b8c569549","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"a16b95a648febba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a16b95a648febba","status":"passed","time":{"start":1707753563058,"stop":1707753563061,"duration":3}},{"uid":"c46b36d1ae68c5eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c46b36d1ae68c5eb","status":"passed","time":{"start":1707750940647,"stop":1707750940647,"duration":0}},{"uid":"4ed5c630d9a2bf52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed5c630d9a2bf52","status":"passed","time":{"start":1707736870539,"stop":1707736870542,"duration":3}},{"uid":"eb8795a3d1c15df4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb8795a3d1c15df4","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e44effc9215961f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e44effc9215961f1","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"fac10ded3f39a033","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac10ded3f39a033","status":"passed","time":{"start":1707769994533,"stop":1707769994533,"duration":0}},{"uid":"f7b9d3328c97deb4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7b9d3328c97deb4","status":"passed","time":{"start":1707760106453,"stop":1707760106453,"duration":0}},{"uid":"7781f4c837a59a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7781f4c837a59a78","status":"passed","time":{"start":1707757804291,"stop":1707757804291,"duration":0}},{"uid":"7c7aba82de7d5125","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c7aba82de7d5125","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"8badb27e1f8fdb7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8badb27e1f8fdb7c","status":"passed","time":{"start":1707753796544,"stop":1707753796545,"duration":1}},{"uid":"6e1c6191385dfce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e1c6191385dfce9","status":"passed","time":{"start":1707753586159,"stop":1707753586159,"duration":0}},{"uid":"69a4c892b78257be","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69a4c892b78257be","status":"passed","time":{"start":1707750964798,"stop":1707750964799,"duration":1}},{"uid":"df644cd59c4cd7a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df644cd59c4cd7a6","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"75163099965cb372","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75163099965cb372","status":"passed","time":{"start":1707736096386,"stop":1707736096386,"duration":0}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"a2caff49842c994b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2caff49842c994b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770210095,"stop":1707770210095,"duration":0}},{"uid":"33757a70f34de9bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33757a70f34de9bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"109d2d331b79ff6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/109d2d331b79ff6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760163325,"stop":1707760163326,"duration":1}},{"uid":"8bcc4a220d8dd2cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8bcc4a220d8dd2cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757853542,"stop":1707757853543,"duration":1}},{"uid":"c026e0db9ad183b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c026e0db9ad183b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756493172,"stop":1707756493173,"duration":1}},{"uid":"ddb1e7a82bd00a2e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddb1e7a82bd00a2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753863561,"stop":1707753863561,"duration":0}},{"uid":"d49e3a899bf44680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d49e3a899bf44680","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"e239b5ae7ecad363","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e239b5ae7ecad363","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751014384,"stop":1707751014384,"duration":0}},{"uid":"5c4e70f3ae85c721","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c4e70f3ae85c721","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736941407,"stop":1707736941407,"duration":0}},{"uid":"dc217c0bb4c7ce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc217c0bb4c7ce34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736158692,"stop":1707736158692,"duration":0}}]},"e4b3c241f67791f173c5581430dec514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deb6116d9db9ea66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb6116d9db9ea66","status":"passed","time":{"start":1707735912121,"stop":1707735912124,"duration":3}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c7fbaa9ce2071585","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7fbaa9ce2071585","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1}},{"uid":"4555df7c5d24b65f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4555df7c5d24b65f","status":"passed","time":{"start":1707770134575,"stop":1707770134575,"duration":0}},{"uid":"ab14a7de47c3b0d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ab14a7de47c3b0d4","status":"passed","time":{"start":1707760319220,"stop":1707760319221,"duration":1}},{"uid":"23e79802c558eae3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/23e79802c558eae3","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"792df0539c585056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/792df0539c585056","status":"passed","time":{"start":1707756639369,"stop":1707756639370,"duration":1}},{"uid":"d279305924d886e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d279305924d886e4","status":"passed","time":{"start":1707753945999,"stop":1707753946000,"duration":1}},{"uid":"606048e38aa7e9bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/606048e38aa7e9bd","status":"passed","time":{"start":1707753803976,"stop":1707753803976,"duration":0}},{"uid":"9f2abd738d8971b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f2abd738d8971b5","status":"passed","time":{"start":1707751138035,"stop":1707751138036,"duration":1}},{"uid":"a983ec0ee4008a0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a983ec0ee4008a0e","status":"passed","time":{"start":1707737096089,"stop":1707737096089,"duration":0}},{"uid":"5dd45133b08b9acd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dd45133b08b9acd","status":"passed","time":{"start":1707736302667,"stop":1707736302668,"duration":1}}]},"70124a353f9f3413728153b9f12f1e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"963ae5dc6ec47aa3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963ae5dc6ec47aa3","status":"passed","time":{"start":1707753647525,"stop":1707753647525,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4d46c8769e8b9331","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d46c8769e8b9331","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4}},{"uid":"af473a635550a96b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af473a635550a96b","status":"passed","time":{"start":1707769627283,"stop":1707769627284,"duration":1}},{"uid":"1610b5142c6d8976","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1610b5142c6d8976","status":"passed","time":{"start":1707759722018,"stop":1707759722019,"duration":1}},{"uid":"85e79accfe0f4215","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85e79accfe0f4215","status":"passed","time":{"start":1707757416823,"stop":1707757416823,"duration":0}},{"uid":"48fa2c679134fdd1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48fa2c679134fdd1","status":"passed","time":{"start":1707756046587,"stop":1707756046588,"duration":1}},{"uid":"b474a6df958b04a6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b474a6df958b04a6","status":"passed","time":{"start":1707753464660,"stop":1707753464660,"duration":0}},{"uid":"17d4e6dcf5f832ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17d4e6dcf5f832ca","status":"passed","time":{"start":1707753192925,"stop":1707753192925,"duration":0}},{"uid":"a70797ecbb94003","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a70797ecbb94003","status":"passed","time":{"start":1707750593499,"stop":1707750593499,"duration":0}},{"uid":"2917b6e68f6daa82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2917b6e68f6daa82","status":"passed","time":{"start":1707736510870,"stop":1707736510871,"duration":1}},{"uid":"49283851e72239d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49283851e72239d5","status":"passed","time":{"start":1707735692276,"stop":1707735692277,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f055da4bdd65a3ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f055da4bdd65a3ab","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"duration":1}},{"uid":"161f7f45ae269987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/161f7f45ae269987","status":"passed","time":{"start":1707769632865,"stop":1707769632866,"duration":1}},{"uid":"16aedc7fe7e0eca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16aedc7fe7e0eca","status":"passed","time":{"start":1707759727625,"stop":1707759727625,"duration":0}},{"uid":"91b958416a1723f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91b958416a1723f0","status":"passed","time":{"start":1707757422397,"stop":1707757422397,"duration":0}},{"uid":"252709f7c2bf9607","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/252709f7c2bf9607","status":"passed","time":{"start":1707756051814,"stop":1707756051815,"duration":1}},{"uid":"139cc352e3ca64f3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/139cc352e3ca64f3","status":"passed","time":{"start":1707753470070,"stop":1707753470070,"duration":0}},{"uid":"73badc20c2c156c6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73badc20c2c156c6","status":"passed","time":{"start":1707753198801,"stop":1707753198802,"duration":1}},{"uid":"31b91e5fb0da3898","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/31b91e5fb0da3898","status":"passed","time":{"start":1707750599090,"stop":1707750599091,"duration":1}},{"uid":"9f17122324b23e60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f17122324b23e60","status":"passed","time":{"start":1707736516545,"stop":1707736516545,"duration":0}},{"uid":"a99ec81d8b02a354","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a99ec81d8b02a354","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8b1b0bebb8236e57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b1b0bebb8236e57","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"duration":0}},{"uid":"67fd00cfa015bdf1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/67fd00cfa015bdf1","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"48a98d2a30ad4249","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/48a98d2a30ad4249","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"84bfe00ac19f2b61","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84bfe00ac19f2b61","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"4d39c3494c699734","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d39c3494c699734","status":"passed","time":{"start":1707756304427,"stop":1707756304427,"duration":0}},{"uid":"5d8e603ef0b24fe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d8e603ef0b24fe7","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"608ecbf2c8d10ae8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/608ecbf2c8d10ae8","status":"passed","time":{"start":1707753448099,"stop":1707753448099,"duration":0}},{"uid":"e243c91a6529a493","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e243c91a6529a493","status":"passed","time":{"start":1707750840037,"stop":1707750840038,"duration":1}},{"uid":"d2963aa04e03e813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2963aa04e03e813","status":"passed","time":{"start":1707736765002,"stop":1707736765003,"duration":1}},{"uid":"8dc427b9dfa5f86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8dc427b9dfa5f86","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"24941bca768f285e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24941bca768f285e","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"409f985095d49a0c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/409f985095d49a0c","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"1fe4ef7daec4073b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fe4ef7daec4073b","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"eed432df65d436d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eed432df65d436d6","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"c649f3c6f8b5d806","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c649f3c6f8b5d806","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"3874e3e41246a89f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3874e3e41246a89f","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"a8b306f265616dbc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8b306f265616dbc","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"f7dd0590026fbe9c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7dd0590026fbe9c","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"44e369c46a358e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44e369c46a358e1","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"2fc651ff95c99655ebdb100ff107d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0c78d242d4901f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0c78d242d4901f8","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6f7462475adab8b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6f7462475adab8b6","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2}},{"uid":"693e0ed7696c003c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/693e0ed7696c003c","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"e3655b3e11d6aced","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3655b3e11d6aced","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"6814339c21d8d2c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6814339c21d8d2c7","status":"passed","time":{"start":1707757676034,"stop":1707757676035,"duration":1}},{"uid":"b25fc582255ebbd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25fc582255ebbd9","status":"passed","time":{"start":1707756304421,"stop":1707756304421,"duration":0}},{"uid":"24ffb1a93d14cd1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24ffb1a93d14cd1","status":"passed","time":{"start":1707753713234,"stop":1707753713234,"duration":0}},{"uid":"9896146d298fa994","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9896146d298fa994","status":"passed","time":{"start":1707753448081,"stop":1707753448082,"duration":1}},{"uid":"9cb7846f6a809594","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9cb7846f6a809594","status":"passed","time":{"start":1707750840029,"stop":1707750840030,"duration":1}},{"uid":"bb82836ded0b4c15","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb82836ded0b4c15","status":"passed","time":{"start":1707736764994,"stop":1707736764995,"duration":1}},{"uid":"c16ab98d5bbd1ded","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c16ab98d5bbd1ded","status":"passed","time":{"start":1707735955218,"stop":1707735955219,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ca525269f1e08770","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca525269f1e08770","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0}},{"uid":"ffe886fd4ced2bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe886fd4ced2bc3","status":"passed","time":{"start":1707769665340,"stop":1707769665341,"duration":1}},{"uid":"f8c3db877ccc9b11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f8c3db877ccc9b11","status":"passed","time":{"start":1707759759736,"stop":1707759759737,"duration":1}},{"uid":"f2c2eed8d025c89a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2c2eed8d025c89a","status":"passed","time":{"start":1707757455865,"stop":1707757455905,"duration":40}},{"uid":"6a9cf47a4df0ba2d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a9cf47a4df0ba2d","status":"passed","time":{"start":1707756084425,"stop":1707756084430,"duration":5}},{"uid":"da9700db5c75c5aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da9700db5c75c5aa","status":"passed","time":{"start":1707753503424,"stop":1707753503425,"duration":1}},{"uid":"8593ded977bee97d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8593ded977bee97d","status":"passed","time":{"start":1707753233561,"stop":1707753233561,"duration":0}},{"uid":"a92d3883a4fd5db3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a92d3883a4fd5db3","status":"passed","time":{"start":1707750631901,"stop":1707750631902,"duration":1}},{"uid":"8e81c5f177434b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e81c5f177434b55","status":"passed","time":{"start":1707736548882,"stop":1707736548883,"duration":1}},{"uid":"f1ed3e1cde4656b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1ed3e1cde4656b4","status":"passed","time":{"start":1707735732432,"stop":1707735732433,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"56d283298e20af31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56d283298e20af31","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5}},{"uid":"2fc063b12b0fbda2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fc063b12b0fbda2","status":"passed","time":{"start":1707769841905,"stop":1707769841908,"duration":3}},{"uid":"c136784df3fd5380","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c136784df3fd5380","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"86f60dff4b9fc786","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86f60dff4b9fc786","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"a37d6e78f6fa35aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a37d6e78f6fa35aa","status":"passed","time":{"start":1707756261820,"stop":1707756261833,"duration":13}},{"uid":"85d044aa48ad1e9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/85d044aa48ad1e9a","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"988acf216625afa8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/988acf216625afa8","status":"passed","time":{"start":1707753409592,"stop":1707753409592,"duration":0}},{"uid":"cf644e0412d99802","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf644e0412d99802","status":"passed","time":{"start":1707750722056,"stop":1707750722056,"duration":0}},{"uid":"dab8d08104eed43f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dab8d08104eed43f","status":"passed","time":{"start":1707736708334,"stop":1707736708335,"duration":1}},{"uid":"15e6085f01549d76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15e6085f01549d76","status":"passed","time":{"start":1707735914392,"stop":1707735914392,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"55cec279cd947cab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55cec279cd947cab","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0}},{"uid":"97ae96ef11f340be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/97ae96ef11f340be","status":"passed","time":{"start":1707769994552,"stop":1707769994552,"duration":0}},{"uid":"c7a91777ea2347a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7a91777ea2347a8","status":"passed","time":{"start":1707760106464,"stop":1707760106465,"duration":1}},{"uid":"5785ac329ffeb55d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5785ac329ffeb55d","status":"passed","time":{"start":1707757804319,"stop":1707757804320,"duration":1}},{"uid":"48a1a6472007185c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48a1a6472007185c","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"f7c8eeb3fd9a17fa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7c8eeb3fd9a17fa","status":"passed","time":{"start":1707753796555,"stop":1707753796555,"duration":0}},{"uid":"8e0e1cc2a8df2ce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e0e1cc2a8df2ce9","status":"passed","time":{"start":1707753586171,"stop":1707753586172,"duration":1}},{"uid":"9746dc2ab6fd3d40","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9746dc2ab6fd3d40","status":"passed","time":{"start":1707750964816,"stop":1707750964816,"duration":0}},{"uid":"6ddc669a9a037137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6ddc669a9a037137","status":"passed","time":{"start":1707736890444,"stop":1707736890445,"duration":1}},{"uid":"4603e936c05bfd2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4603e936c05bfd2","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b23eff9b6cb4680d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b23eff9b6cb4680d","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"duration":0}},{"uid":"be2ba0428339b067","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be2ba0428339b067","status":"passed","time":{"start":1707770140534,"stop":1707770140535,"duration":1}},{"uid":"16583e8a0e6c5a32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16583e8a0e6c5a32","status":"passed","time":{"start":1707760337679,"stop":1707760337680,"duration":1}},{"uid":"feba36fbdee6544a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/feba36fbdee6544a","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"a3995054720fd18e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3995054720fd18e","status":"passed","time":{"start":1707756656797,"stop":1707756656797,"duration":0}},{"uid":"e57414c7663212d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e57414c7663212d2","status":"passed","time":{"start":1707753960361,"stop":1707753960361,"duration":0}},{"uid":"6b8927cc94770954","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b8927cc94770954","status":"passed","time":{"start":1707753819774,"stop":1707753819774,"duration":0}},{"uid":"d16cd710a3b2fff5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d16cd710a3b2fff5","status":"passed","time":{"start":1707751157934,"stop":1707751157935,"duration":1}},{"uid":"266d93197b34e185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266d93197b34e185","status":"passed","time":{"start":1707737112731,"stop":1707737112731,"duration":0}},{"uid":"406bda16853d4c62","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/406bda16853d4c62","status":"passed","time":{"start":1707736314162,"stop":1707736314162,"duration":0}}]},"77487dd09aad3437a9c808d035d2ce70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5393672867a502f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5393672867a502f5","status":"passed","time":{"start":1707759965202,"stop":1707759965202,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"132624b091318a4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/132624b091318a4c","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"duration":0}},{"uid":"439d0bdb954f39eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/439d0bdb954f39eb","status":"passed","time":{"start":1707769748204,"stop":1707769748204,"duration":0}},{"uid":"25c51d7c07116707","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25c51d7c07116707","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"77e18fe851c4ae02","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e18fe851c4ae02","status":"passed","time":{"start":1707757546806,"stop":1707757546806,"duration":0}},{"uid":"631c4d6b3fe8227a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/631c4d6b3fe8227a","status":"passed","time":{"start":1707756167194,"stop":1707756167198,"duration":4}},{"uid":"546c0cc7cdb486e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546c0cc7cdb486e3","status":"passed","time":{"start":1707753584059,"stop":1707753584060,"duration":1}},{"uid":"16ce761eae158037","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16ce761eae158037","status":"passed","time":{"start":1707753331769,"stop":1707753331769,"duration":0}},{"uid":"ec251df54b7563ed","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ec251df54b7563ed","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"8bd9b87589a22ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8bd9b87589a22ea3","status":"passed","time":{"start":1707736636441,"stop":1707736636441,"duration":0}},{"uid":"f7b574acf9f4cc5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7b574acf9f4cc5b","status":"passed","time":{"start":1707735825260,"stop":1707735825260,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6195d834738670b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6195d834738670b5","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"duration":0}},{"uid":"c3bd1e3818fcff72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c3bd1e3818fcff72","status":"passed","time":{"start":1707769649007,"stop":1707769649007,"duration":0}},{"uid":"a2c2c387ebf91572","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2c2c387ebf91572","status":"passed","time":{"start":1707759743632,"stop":1707759743632,"duration":0}},{"uid":"fc3c9292bc62adce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc3c9292bc62adce","status":"passed","time":{"start":1707757438820,"stop":1707757438820,"duration":0}},{"uid":"ac24c05d00a39481","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ac24c05d00a39481","status":"passed","time":{"start":1707756067673,"stop":1707756067674,"duration":1}},{"uid":"60404ef702d92a4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60404ef702d92a4d","status":"passed","time":{"start":1707753486288,"stop":1707753486288,"duration":0}},{"uid":"b1d5d65bb68338b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b1d5d65bb68338b9","status":"passed","time":{"start":1707753215215,"stop":1707753215215,"duration":0}},{"uid":"68bda1e65d278a09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68bda1e65d278a09","status":"passed","time":{"start":1707750615195,"stop":1707750615196,"duration":1}},{"uid":"1d2fe0a6c3d65baa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d2fe0a6c3d65baa","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"ea0af42519bf6530","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea0af42519bf6530","status":"passed","time":{"start":1707735714499,"stop":1707735714499,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"61e9cf0f65a730d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61e9cf0f65a730d6","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1}},{"uid":"b4f803ca507b0ea4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4f803ca507b0ea4","status":"passed","time":{"start":1707769737619,"stop":1707769737620,"duration":1}},{"uid":"517c58dd2658e954","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/517c58dd2658e954","status":"passed","time":{"start":1707759835148,"stop":1707759835149,"duration":1}},{"uid":"f3badd23972fc3db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f3badd23972fc3db","status":"passed","time":{"start":1707757529705,"stop":1707757529705,"duration":0}},{"uid":"de756dded410572a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de756dded410572a","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"168f46acb95cb5e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/168f46acb95cb5e4","status":"passed","time":{"start":1707753566688,"stop":1707753566688,"duration":0}},{"uid":"49f8f13eedd156f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49f8f13eedd156f1","status":"passed","time":{"start":1707753314174,"stop":1707753314175,"duration":1}},{"uid":"1fc04c5d840e6ab5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fc04c5d840e6ab5","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"460e94486364252c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460e94486364252c","status":"passed","time":{"start":1707736624912,"stop":1707736624913,"duration":1}},{"uid":"a71a0aff4feef8cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a71a0aff4feef8cc","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1721a606cdf69979","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1721a606cdf69979","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"duration":1}},{"uid":"a963cad2c7811e6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a963cad2c7811e6b","status":"passed","time":{"start":1707769627289,"stop":1707769627289,"duration":0}},{"uid":"2f9efdb388a49aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2f9efdb388a49aa","status":"passed","time":{"start":1707759722027,"stop":1707759722028,"duration":1}},{"uid":"da22cd5c5f2c2a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/da22cd5c5f2c2a78","status":"passed","time":{"start":1707757416833,"stop":1707757416837,"duration":4}},{"uid":"662407666a72f38e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662407666a72f38e","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"88d0710a2fc10d18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/88d0710a2fc10d18","status":"passed","time":{"start":1707753464665,"stop":1707753464665,"duration":0}},{"uid":"f44081e2af865490","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f44081e2af865490","status":"passed","time":{"start":1707753192934,"stop":1707753192935,"duration":1}},{"uid":"9a7c5155e1e80996","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a7c5155e1e80996","status":"passed","time":{"start":1707750593504,"stop":1707750593504,"duration":0}},{"uid":"15a6513ca00d0a4c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15a6513ca00d0a4c","status":"passed","time":{"start":1707736510877,"stop":1707736510877,"duration":0}},{"uid":"bed2edc1ce440168","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bed2edc1ce440168","status":"passed","time":{"start":1707735692286,"stop":1707735692287,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a374300a3adf8c7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a374300a3adf8c7d","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"f153e01c8d7876d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f153e01c8d7876d1","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"cb33210429b65079","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb33210429b65079","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"e47b4e65e37841be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e47b4e65e37841be","status":"passed","time":{"start":1707757488460,"stop":1707757488461,"duration":1}},{"uid":"6d26223b15e1c130","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d26223b15e1c130","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"644a23032f443cdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/644a23032f443cdf","status":"passed","time":{"start":1707753533383,"stop":1707753533385,"duration":2}},{"uid":"e3881b4f317138f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3881b4f317138f6","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"7b3ed3ef60495a35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b3ed3ef60495a35","status":"passed","time":{"start":1707750661591,"stop":1707750661592,"duration":1}},{"uid":"5cff4d0a741780b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cff4d0a741780b1","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"22b53de1cc776b6c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22b53de1cc776b6c","status":"passed","time":{"start":1707735764683,"stop":1707735764683,"duration":0}}]},"4e2259b1e6c6b7257be2243625ade750:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bd90f53ab1cd671","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bd90f53ab1cd671","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9e30edd80e8991fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e30edd80e8991fc","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1}},{"uid":"609fe3ee3afa5f38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/609fe3ee3afa5f38","status":"passed","time":{"start":1707769642597,"stop":1707769642598,"duration":1}},{"uid":"5bce8f2869f22017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bce8f2869f22017","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"38882fc21ab21cb2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38882fc21ab21cb2","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"5afdea567fa3e9f6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5afdea567fa3e9f6","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"e24ae0960dbc1c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e24ae0960dbc1c8","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"7089a1b8dc5433f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7089a1b8dc5433f6","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"b5bad1f268519cb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5bad1f268519cb0","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"7829f46b0f8d4c2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7829f46b0f8d4c2d","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"c74c0894a9a29013","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c74c0894a9a29013","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c00bc31a2c1c03e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c00bc31a2c1c03e8","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"duration":1}},{"uid":"64e6b2a4e8fae47e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/64e6b2a4e8fae47e","status":"passed","time":{"start":1707770051395,"stop":1707770051396,"duration":1}},{"uid":"13b643ae8beb13cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13b643ae8beb13cb","status":"passed","time":{"start":1707760174023,"stop":1707760174024,"duration":1}},{"uid":"9e3c0a5564bb85e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e3c0a5564bb85e7","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"67b1a8cf5e001ba9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/67b1a8cf5e001ba9","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"b16417348c13f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b16417348c13f14","status":"passed","time":{"start":1707753870450,"stop":1707753870453,"duration":3}},{"uid":"26e24a01f89f03c4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e24a01f89f03c4","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"efa019340268fae6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efa019340268fae6","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"980bf51a5b1ab3ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/980bf51a5b1ab3ce","status":"passed","time":{"start":1707736947848,"stop":1707736947848,"duration":0}},{"uid":"9906dc25af40bed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906dc25af40bed","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"d1bc690210e8802f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bc690210e8802f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"9297e6bc0e1b3a3d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9297e6bc0e1b3a3d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"d63fc81f4741f4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d63fc81f4741f4e0","status":"passed","time":{"start":1707758006712,"stop":1707758006712,"duration":0}},{"uid":"dd5d87abbf16621a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dd5d87abbf16621a","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"edcb304729d0cef0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/edcb304729d0cef0","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"ce5ae40921290578","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce5ae40921290578","status":"passed","time":{"start":1707753782759,"stop":1707753782759,"duration":0}},{"uid":"1be9ec53bbe7429e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1be9ec53bbe7429e","status":"passed","time":{"start":1707751162314,"stop":1707751162315,"duration":1}},{"uid":"2aefba83d566c799","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2aefba83d566c799","status":"passed","time":{"start":1707737091329,"stop":1707737091330,"duration":1}},{"uid":"e971629a807995f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e971629a807995f1","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5edfcea4b505ecca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5edfcea4b505ecca","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0}},{"uid":"d571cfc9eb30af53","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d571cfc9eb30af53","status":"passed","time":{"start":1707769633035,"stop":1707769633035,"duration":0}},{"uid":"d6a0bee659e9b43e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d6a0bee659e9b43e","status":"passed","time":{"start":1707759727747,"stop":1707759727748,"duration":1}},{"uid":"f4fecc90926d09af","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4fecc90926d09af","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"79ec972f031eedef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ec972f031eedef","status":"passed","time":{"start":1707756052098,"stop":1707756052098,"duration":0}},{"uid":"49e8c2e709428c9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49e8c2e709428c9e","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"684cb6226ce01ca1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/684cb6226ce01ca1","status":"passed","time":{"start":1707753198732,"stop":1707753198733,"duration":1}},{"uid":"a423dc0004f6d8d5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a423dc0004f6d8d5","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"3df54d42449634a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3df54d42449634a4","status":"passed","time":{"start":1707736516624,"stop":1707736516625,"duration":1}},{"uid":"e85a7a7a06388434","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85a7a7a06388434","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f575fd0be28434be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f575fd0be28434be","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"duration":1}},{"uid":"113c53fa4cbcd911","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/113c53fa4cbcd911","status":"passed","time":{"start":1707769883620,"stop":1707769883624,"duration":4}},{"uid":"1c0d1e4f4f298c1e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1c0d1e4f4f298c1e","status":"passed","time":{"start":1707759985510,"stop":1707759985510,"duration":0}},{"uid":"c0e32c85348e7591","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0e32c85348e7591","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"e0d93036c912b8a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e0d93036c912b8a9","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"36a0c6a462970381","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36a0c6a462970381","status":"passed","time":{"start":1707753735500,"stop":1707753735500,"duration":0}},{"uid":"6f80141864336c31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f80141864336c31","status":"passed","time":{"start":1707753472967,"stop":1707753472967,"duration":0}},{"uid":"e66c2f3eeb2cb998","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e66c2f3eeb2cb998","status":"passed","time":{"start":1707750845158,"stop":1707750845159,"duration":1}},{"uid":"374cfeeea74d0fe8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/374cfeeea74d0fe8","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"8b87bd07ba9be00e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b87bd07ba9be00e","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b8b057837ca6332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8b057837ca6332","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"duration":0}},{"uid":"ced3d4c42b7b861a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ced3d4c42b7b861a","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"c38b91176f15f1fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c38b91176f15f1fd","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"a0a04ec7a2d534e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0a04ec7a2d534e5","status":"passed","time":{"start":1707758004330,"stop":1707758004331,"duration":1}},{"uid":"adf2e44305444cf4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf2e44305444cf4","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"48a3b1cde7b8512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48a3b1cde7b8512","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"adbc1e394a4d7e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/adbc1e394a4d7e94","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ae3daac8278e53d8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3daac8278e53d8","status":"passed","time":{"start":1707751228964,"stop":1707751228965,"duration":1}},{"uid":"54a2e44bc74974e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/54a2e44bc74974e5","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"289475ea00130e0b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/289475ea00130e0b","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"74581c87fd2a52b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74581c87fd2a52b7","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1}},{"uid":"de48ec24ab3f9b58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de48ec24ab3f9b58","status":"passed","time":{"start":1707760301800,"stop":1707760301801,"duration":1}},{"uid":"27085f0531ff1381","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27085f0531ff1381","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"1b6a434ef35084b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b6a434ef35084b6","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"7f85c1e8f70b8000","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f85c1e8f70b8000","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"43895355fcd98ce5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43895355fcd98ce5","status":"passed","time":{"start":1707753782731,"stop":1707753782731,"duration":0}},{"uid":"bf691af55e6cc6f7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf691af55e6cc6f7","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"70f61962e8d6dd8a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f61962e8d6dd8a","status":"passed","time":{"start":1707737091296,"stop":1707737091297,"duration":1}},{"uid":"d748cff24ff07968","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d748cff24ff07968","status":"passed","time":{"start":1707736260117,"stop":1707736260117,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"f7533677d54c1164","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7533677d54c1164","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"170be42c1dcd1dc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/170be42c1dcd1dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"a2046eee6893d1a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2046eee6893d1a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374673,"stop":1707760374674,"duration":1}},{"uid":"cfde3ed5e59ed0ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfde3ed5e59ed0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004302,"stop":1707758004302,"duration":0}},{"uid":"b25270a736a3ed2e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25270a736a3ed2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"46f1538a530aab34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46f1538a530aab34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"963614ca5037dc6b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963614ca5037dc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7338df36fd3dd100","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7338df36fd3dd100","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"dd55ef64090fb8a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd55ef64090fb8a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"593fb7b63009ba67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/593fb7b63009ba67","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"267b64284ccfeb1b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267b64284ccfeb1b","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"duration":1}},{"uid":"271d3dae9f49ab07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/271d3dae9f49ab07","status":"passed","time":{"start":1707769841899,"stop":1707769841899,"duration":0}},{"uid":"5a615ea6ecaf7141","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a615ea6ecaf7141","status":"passed","time":{"start":1707759921453,"stop":1707759921454,"duration":1}},{"uid":"e7cc771d67330efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7cc771d67330efa","status":"passed","time":{"start":1707757624875,"stop":1707757624876,"duration":1}},{"uid":"43d2bbd112690ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43d2bbd112690ac","status":"passed","time":{"start":1707756261764,"stop":1707756261765,"duration":1}},{"uid":"851acfe2661de4e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/851acfe2661de4e7","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"2354894af4819e37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2354894af4819e37","status":"passed","time":{"start":1707753409584,"stop":1707753409585,"duration":1}},{"uid":"d1732c46af6569de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d1732c46af6569de","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"8873cd676409560d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8873cd676409560d","status":"passed","time":{"start":1707736708328,"stop":1707736708328,"duration":0}},{"uid":"9c0c61dd2d287a9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0c61dd2d287a9e","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"4174a08dbaf298e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4174a08dbaf298e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131710,"duration":1}},{"uid":"18932d28edb40b66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18932d28edb40b66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983284,"stop":1707769983285,"duration":1}},{"uid":"7706b1cbdc93be76","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7706b1cbdc93be76","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"ad35d97658e23a23","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad35d97658e23a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3212cf5770b462a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3212cf5770b462a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b7e87d25f801b5e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7e87d25f801b5e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"7f7ba8ec29965ea5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7ba8ec29965ea5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"265cff780f316c56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/265cff780f316c56","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"7c1bdc87da773e93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c1bdc87da773e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"bd1c133a7f8b9f58","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd1c133a7f8b9f58","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c36c614f431a915c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c36c614f431a915c","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"66c75c3615d8b6a3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c75c3615d8b6a3","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"5dc9c50b018016db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5dc9c50b018016db","status":"passed","time":{"start":1707759965210,"stop":1707759965211,"duration":1}},{"uid":"61bb20bf2b52eee4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61bb20bf2b52eee4","status":"passed","time":{"start":1707757644395,"stop":1707757644396,"duration":1}},{"uid":"2cd149d49d45131d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2cd149d49d45131d","status":"passed","time":{"start":1707756267917,"stop":1707756267918,"duration":1}},{"uid":"66a2439bfa352b28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/66a2439bfa352b28","status":"passed","time":{"start":1707753668083,"stop":1707753668084,"duration":1}},{"uid":"767cd4742655aa2e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/767cd4742655aa2e","status":"passed","time":{"start":1707753423543,"stop":1707753423543,"duration":0}},{"uid":"4a38b756d29c2519","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a38b756d29c2519","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"cedc1b84e3727e7c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cedc1b84e3727e7c","status":"passed","time":{"start":1707736730658,"stop":1707736730661,"duration":3}},{"uid":"fabf037e9aed9c6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fabf037e9aed9c6f","status":"passed","time":{"start":1707735912133,"stop":1707735912133,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4cfc68a37438912a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cfc68a37438912a","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1}},{"uid":"adc6fb70af60e331","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adc6fb70af60e331","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"e7ab089a54c4cf0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7ab089a54c4cf0f","status":"passed","time":{"start":1707760174009,"stop":1707760174011,"duration":2}},{"uid":"a2e0e8081f5cdaab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a2e0e8081f5cdaab","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"6b2ca4a6c600cfcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b2ca4a6c600cfcd","status":"passed","time":{"start":1707756499899,"stop":1707756499900,"duration":1}},{"uid":"155744b5acfb31c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/155744b5acfb31c","status":"passed","time":{"start":1707753870425,"stop":1707753870426,"duration":1}},{"uid":"9ac9e504e5f43263","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ac9e504e5f43263","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"86bb21771c2f808d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86bb21771c2f808d","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"a4bc4c493df9e10d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4bc4c493df9e10d","status":"passed","time":{"start":1707736947840,"stop":1707736947840,"duration":0}},{"uid":"ce3a2d305f3778b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce3a2d305f3778b5","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"69c25ed851dc6440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69c25ed851dc6440","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"duration":1}},{"uid":"4da3e5c1ef704960","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4da3e5c1ef704960","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"4fdfd53fa32d4ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4fdfd53fa32d4ac9","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"fbfddbe55473a8b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbfddbe55473a8b5","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"ab2a64b4b144f780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab2a64b4b144f780","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"bc51395405609fdb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc51395405609fdb","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d54669d9a780abfa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d54669d9a780abfa","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"f4ff8a0e03fa8101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4ff8a0e03fa8101","status":"passed","time":{"start":1707737173828,"stop":1707737173829,"duration":1}},{"uid":"2457c6e00a7c42db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2457c6e00a7c42db","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f0a120a12627105e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f0a120a12627105e","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"817f3bae168fce33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/817f3bae168fce33","status":"passed","time":{"start":1707769675177,"stop":1707769675177,"duration":0}},{"uid":"d861099c7e74e532","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d861099c7e74e532","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"32e20d49563d6b43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32e20d49563d6b43","status":"passed","time":{"start":1707757465316,"stop":1707757465316,"duration":0}},{"uid":"5e8077c7e89c1d95","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e8077c7e89c1d95","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"4758fb9c74c8e536","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4758fb9c74c8e536","status":"passed","time":{"start":1707753515349,"stop":1707753515350,"duration":1}},{"uid":"289b3aff38d171c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289b3aff38d171c1","status":"passed","time":{"start":1707753244109,"stop":1707753244110,"duration":1}},{"uid":"3d7a258209e28d1b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d7a258209e28d1b","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"32c12506e204ee3d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c12506e204ee3d","status":"passed","time":{"start":1707736558943,"stop":1707736558943,"duration":0}},{"uid":"1efb865794ff833a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1efb865794ff833a","status":"passed","time":{"start":1707735741832,"stop":1707735741832,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"dd64ba61e21d9237","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd64ba61e21d9237","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707770144574,"stop":1707770144575,"duration":1}},{"uid":"93437e2272fa0b92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/93437e2272fa0b92","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707769985453,"stop":1707769985453,"duration":0}}]},"68ccb6ed8de6ca97517193a073105da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28f9ef75b0dcdcfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28f9ef75b0dcdcfb","status":"passed","time":{"start":1707757873931,"stop":1707757873932,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8e17697b7bf20c6a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e17697b7bf20c6a","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"cd692fb90ecd5b35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd692fb90ecd5b35","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"4a8af5914101f4d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a8af5914101f4d8","status":"passed","time":{"start":1707759737375,"stop":1707759737375,"duration":0}},{"uid":"260f3c247d4b2b33","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/260f3c247d4b2b33","status":"passed","time":{"start":1707757432390,"stop":1707757432390,"duration":0}},{"uid":"3cc64d5fe280c1b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cc64d5fe280c1b9","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"4ef767ff834180d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ef767ff834180d0","status":"passed","time":{"start":1707753479971,"stop":1707753479972,"duration":1}},{"uid":"413c5288c583edf0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/413c5288c583edf0","status":"passed","time":{"start":1707753208670,"stop":1707753208670,"duration":0}},{"uid":"d038deacc1edd350","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d038deacc1edd350","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"ac5732671c684230","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac5732671c684230","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"127876a7b22ed142","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/127876a7b22ed142","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"f9a3188f9e1f513e428e72914a538d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bce4b47b7d748837","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bce4b47b7d748837","status":"passed","time":{"start":1707760174031,"stop":1707760174032,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8e40072116322214","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e40072116322214","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8}},{"uid":"d3f1b181d22bf9f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3f1b181d22bf9f6","status":"passed","time":{"start":1707770051400,"stop":1707770051400,"duration":0}},{"uid":"b3831da4c59fc244","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3831da4c59fc244","status":"passed","time":{"start":1707760174028,"stop":1707760174029,"duration":1}},{"uid":"218ec4cbb2d99473","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/218ec4cbb2d99473","status":"passed","time":{"start":1707757873929,"stop":1707757873930,"duration":1}},{"uid":"e539f1d258e880df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e539f1d258e880df","status":"passed","time":{"start":1707756499913,"stop":1707756499919,"duration":6}},{"uid":"96a71a93b4a6ac1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/96a71a93b4a6ac1b","status":"passed","time":{"start":1707753870469,"stop":1707753870469,"duration":0}},{"uid":"f02bfeac7c4cb505","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f02bfeac7c4cb505","status":"passed","time":{"start":1707753647523,"stop":1707753647524,"duration":1}},{"uid":"4167391acfa31e95","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4167391acfa31e95","status":"passed","time":{"start":1707751019573,"stop":1707751019574,"duration":1}},{"uid":"e9bc3402ebeb08e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9bc3402ebeb08e7","status":"passed","time":{"start":1707736947853,"stop":1707736947855,"duration":2}},{"uid":"57f4239d1495125c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57f4239d1495125c","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"98f303af88bcc3e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98f303af88bcc3e6","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1}},{"uid":"3f2280e7ea6e5c8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f2280e7ea6e5c8f","status":"passed","time":{"start":1707769633035,"stop":1707769633036,"duration":1}},{"uid":"dc34bcead50c4278","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dc34bcead50c4278","status":"passed","time":{"start":1707759727748,"stop":1707759727748,"duration":0}},{"uid":"c31a261832321bdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c31a261832321bdc","status":"passed","time":{"start":1707757422580,"stop":1707757422580,"duration":0}},{"uid":"7009775aec90a565","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7009775aec90a565","status":"passed","time":{"start":1707756052098,"stop":1707756052099,"duration":1}},{"uid":"b1b5f2a5b1a49a53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b1b5f2a5b1a49a53","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"2638cf139ff5ab4b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2638cf139ff5ab4b","status":"passed","time":{"start":1707753198733,"stop":1707753198733,"duration":0}},{"uid":"9b41ab726e13c5a0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9b41ab726e13c5a0","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"e4670c170f975f27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4670c170f975f27","status":"passed","time":{"start":1707736516625,"stop":1707736516625,"duration":0}},{"uid":"110c6be4a0a86e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/110c6be4a0a86e4e","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"cc94a312582133ea9531f3dc8d4c77e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b39520ce52a06821","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b39520ce52a06821","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1707751143421,"stop":1707751143421,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"96cf2fc15d09eb11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96cf2fc15d09eb11","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"af464b9bfdc0d388","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af464b9bfdc0d388","status":"passed","time":{"start":1707760301813,"stop":1707760301815,"duration":2}},{"uid":"3e322ccfda7f04d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e322ccfda7f04d4","status":"passed","time":{"start":1707758006710,"stop":1707758006711,"duration":1}},{"uid":"1aafdeb0c303ec35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1aafdeb0c303ec35","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"ddadda5d07d8f73f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddadda5d07d8f73f","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"ec102413a3d70223","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec102413a3d70223","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"dc1dfc2a7d760adf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc1dfc2a7d760adf","status":"passed","time":{"start":1707751162313,"stop":1707751162314,"duration":1}},{"uid":"c3448afd893517fe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3448afd893517fe","status":"passed","time":{"start":1707737091322,"stop":1707737091322,"duration":0}},{"uid":"19c9f0689010632e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19c9f0689010632e","status":"passed","time":{"start":1707736260132,"stop":1707736260133,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"888a9bdd3fbb199f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/888a9bdd3fbb199f","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"duration":0}},{"uid":"6d69a02b86eec2d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d69a02b86eec2d8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a00b285f97f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a00b285f97f0","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"3b530ac1583db3d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b530ac1583db3d2","status":"passed","time":{"start":1707756617040,"stop":1707756617041,"duration":1}},{"uid":"370a3bacf857148e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/370a3bacf857148e","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"91ceedaa79736469","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91ceedaa79736469","status":"passed","time":{"start":1707753782756,"stop":1707753782757,"duration":1}},{"uid":"15a29201127092ad","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/15a29201127092ad","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"c1aff14e2e1a68e9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1aff14e2e1a68e9","status":"passed","time":{"start":1707737091310,"stop":1707737091310,"duration":0}},{"uid":"457b8dc9b6143dc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/457b8dc9b6143dc9","status":"passed","time":{"start":1707736260131,"stop":1707736260132,"duration":1}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c90d387f9d25e45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c90d387f9d25e45","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0}},{"uid":"9faf7e334eb1a2cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9faf7e334eb1a2cb","status":"passed","time":{"start":1707769841912,"stop":1707769841912,"duration":0}},{"uid":"4c9c25bcc92d1855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9c25bcc92d1855","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"1909c4dc6997e311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1909c4dc6997e311","status":"passed","time":{"start":1707757624892,"stop":1707757624892,"duration":0}},{"uid":"9592a48480112d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9592a48480112d27","status":"passed","time":{"start":1707756261845,"stop":1707756261846,"duration":1}},{"uid":"b8d3728ea88b3f45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8d3728ea88b3f45","status":"passed","time":{"start":1707753651192,"stop":1707753651192,"duration":0}},{"uid":"868642a0af5e16fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/868642a0af5e16fa","status":"passed","time":{"start":1707753409610,"stop":1707753409610,"duration":0}},{"uid":"e9621676d4e35e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e9621676d4e35e35","status":"passed","time":{"start":1707750722060,"stop":1707750722060,"duration":0}},{"uid":"cf9d034dd61ee12d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf9d034dd61ee12d","status":"passed","time":{"start":1707736708339,"stop":1707736708340,"duration":1}},{"uid":"3699aee15bd52aef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3699aee15bd52aef","status":"passed","time":{"start":1707735914400,"stop":1707735914400,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"553aed222fb9da71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/553aed222fb9da71","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"duration":0}},{"uid":"d19d49137ed7d3c8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19d49137ed7d3c8","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"20d5f02bce5ba0a6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/20d5f02bce5ba0a6","status":"passed","time":{"start":1707760374687,"stop":1707760374688,"duration":1}},{"uid":"25b5c69dc4948c91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25b5c69dc4948c91","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"3ab7bdf0871dca96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ab7bdf0871dca96","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"555480c3b6da22dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/555480c3b6da22dd","status":"passed","time":{"start":1707753877936,"stop":1707753877937,"duration":1}},{"uid":"2e665d797372c318","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e665d797372c318","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"26ce0942ac03d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26ce0942ac03d0","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"36cc9aa81057a1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/36cc9aa81057a1d","status":"passed","time":{"start":1707736353048,"stop":1707736353049,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"284f5e70361774bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/284f5e70361774bd","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2}},{"uid":"aadd345f980320b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadd345f980320b6","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"6b7baa9e6b4ce768","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7baa9e6b4ce768","status":"passed","time":{"start":1707760174025,"stop":1707760174025,"duration":0}},{"uid":"5d4cc7df5cfeb15c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d4cc7df5cfeb15c","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"c3c0e13ccf4ee6f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3c0e13ccf4ee6f0","status":"passed","time":{"start":1707756499907,"stop":1707756499907,"duration":0}},{"uid":"ef9f798fadad381d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef9f798fadad381d","status":"passed","time":{"start":1707753870458,"stop":1707753870458,"duration":0}},{"uid":"4d8730dc9ad7a342","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d8730dc9ad7a342","status":"passed","time":{"start":1707753647512,"stop":1707753647513,"duration":1}},{"uid":"e86927e2f511bf7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86927e2f511bf7a","status":"passed","time":{"start":1707751019571,"stop":1707751019572,"duration":1}},{"uid":"768ee29a064bc01","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/768ee29a064bc01","status":"passed","time":{"start":1707736947850,"stop":1707736947851,"duration":1}},{"uid":"7c4fbd0b8b2e8026","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c4fbd0b8b2e8026","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"306bb235f23f130b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/306bb235f23f130b","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ae035284012d7eff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ae035284012d7eff","status":"passed","time":{"start":1707770099497,"stop":1707770099498,"duration":1}},{"uid":"d4e8384fbeea03fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d4e8384fbeea03fd","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"5d46ff06ec46dfea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d46ff06ec46dfea","status":"passed","time":{"start":1707757936357,"stop":1707757936358,"duration":1}},{"uid":"c6f89e0cf1618fee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6f89e0cf1618fee","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"4fe48de004a8262d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fe48de004a8262d","status":"passed","time":{"start":1707753906983,"stop":1707753906983,"duration":0}},{"uid":"f03239021c8f65d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f03239021c8f65d2","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"c28148d58900e563","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c28148d58900e563","status":"passed","time":{"start":1707751082965,"stop":1707751082966,"duration":1}},{"uid":"d9232aa61da5c3e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9232aa61da5c3e7","status":"passed","time":{"start":1707736996442,"stop":1707736996443,"duration":1}},{"uid":"cc0a82c506956aec","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc0a82c506956aec","status":"passed","time":{"start":1707736227461,"stop":1707736227462,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"f22657899405d2a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f22657899405d2a9","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2}},{"uid":"d0b10be0be0a48fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b10be0be0a48fa","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"58f45258422a25c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58f45258422a25c3","status":"passed","time":{"start":1707760335946,"stop":1707760335946,"duration":0}},{"uid":"516f3ce0657261b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/516f3ce0657261b2","status":"passed","time":{"start":1707758023531,"stop":1707758023532,"duration":1}},{"uid":"1a3bcb62c02cbdac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a3bcb62c02cbdac","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"37989acd3fc5f28d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37989acd3fc5f28d","status":"passed","time":{"start":1707753837166,"stop":1707753837167,"duration":1}},{"uid":"ae3539026ae2047b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3539026ae2047b","status":"passed","time":{"start":1707751136291,"stop":1707751136306,"duration":15}},{"uid":"f6e64cf03b856872","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f6e64cf03b856872","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"61180d1a547635e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/61180d1a547635e6","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"e6455696ed5e861bd3a3cdb0a9e1f0a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89bcc2edc6bf4be7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89bcc2edc6bf4be7","status":"passed","time":{"start":1707750953981,"stop":1707750953982,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"83cfbba707298793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/83cfbba707298793","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"66c117f11ab7f10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c117f11ab7f10","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"b90847af0d3a439b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b90847af0d3a439b","status":"passed","time":{"start":1707760374676,"stop":1707760374677,"duration":1}},{"uid":"666703aa002378e2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/666703aa002378e2","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"7172d256e2b76851","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7172d256e2b76851","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"9518ea6588530f5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9518ea6588530f5d","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"a12a41f27c0000ba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a12a41f27c0000ba","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"629993c039d669a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/629993c039d669a","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bb8a9cff05345a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb8a9cff05345a4","status":"passed","time":{"start":1707737173816,"stop":1707737173817,"duration":1}},{"uid":"f07058c0a2966531","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f07058c0a2966531","status":"passed","time":{"start":1707736353035,"stop":1707736353036,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"377dea4ba7260dee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/377dea4ba7260dee","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"2e3ab779d8b34bce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2e3ab779d8b34bce","status":"passed","time":{"start":1707770099494,"stop":1707770099494,"duration":0}},{"uid":"5e49c0c5e70b6a60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e49c0c5e70b6a60","status":"passed","time":{"start":1707760242011,"stop":1707760242011,"duration":0}},{"uid":"564f1f3f29f88506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/564f1f3f29f88506","status":"passed","time":{"start":1707757936347,"stop":1707757936348,"duration":1}},{"uid":"65b7de18c03b61dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65b7de18c03b61dd","status":"passed","time":{"start":1707756564909,"stop":1707756564912,"duration":3}},{"uid":"eef25b39087f07a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef25b39087f07a0","status":"passed","time":{"start":1707753906980,"stop":1707753906981,"duration":1}},{"uid":"af12d5e69137aff4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af12d5e69137aff4","status":"passed","time":{"start":1707753724175,"stop":1707753724175,"duration":0}},{"uid":"d01cabf6e074a3fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d01cabf6e074a3fa","status":"passed","time":{"start":1707751082963,"stop":1707751082964,"duration":1}},{"uid":"a1a45af6ff22c011","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1a45af6ff22c011","status":"passed","time":{"start":1707736996441,"stop":1707736996441,"duration":0}},{"uid":"4c183fb6cf8d4e82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4c183fb6cf8d4e82","status":"passed","time":{"start":1707736227459,"stop":1707736227460,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fd6b6ff315a3e4cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd6b6ff315a3e4cb","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0}},{"uid":"3e64df922505717b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64df922505717b","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"3dacf59a99a7870c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dacf59a99a7870c","status":"passed","time":{"start":1707760301825,"stop":1707760301826,"duration":1}},{"uid":"7c8008e2d8a25c2e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c8008e2d8a25c2e","status":"passed","time":{"start":1707758006722,"stop":1707758006722,"duration":0}},{"uid":"cf994488b6ed7e25","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf994488b6ed7e25","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}},{"uid":"120544ef1469f6de","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/120544ef1469f6de","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"82d84836af779aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/82d84836af779aff","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}},{"uid":"f8e568b5c3a521aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e568b5c3a521aa","status":"passed","time":{"start":1707751162322,"stop":1707751162323,"duration":1}},{"uid":"ba207d7fe5daa813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba207d7fe5daa813","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"ef155c251581a8d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef155c251581a8d1","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e532d69e23ee3d04","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e532d69e23ee3d04","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"66dd77dde71805d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66dd77dde71805d4","status":"passed","time":{"start":1707770140538,"stop":1707770140538,"duration":0}},{"uid":"42e5e4f878303342","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42e5e4f878303342","status":"passed","time":{"start":1707760337684,"stop":1707760337685,"duration":1}},{"uid":"eec72242692e3067","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eec72242692e3067","status":"passed","time":{"start":1707758026470,"stop":1707758026470,"duration":0}},{"uid":"25fc1d11d10a6e56","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25fc1d11d10a6e56","status":"passed","time":{"start":1707756656801,"stop":1707756656802,"duration":1}},{"uid":"a44872d84663ab45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a44872d84663ab45","status":"passed","time":{"start":1707753960365,"stop":1707753960366,"duration":1}},{"uid":"980407155e037407","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/980407155e037407","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"4ae99b71dc73f16","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4ae99b71dc73f16","status":"passed","time":{"start":1707751157939,"stop":1707751157940,"duration":1}},{"uid":"8f0623739e9141c7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f0623739e9141c7","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"f898c9c03d16718f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f898c9c03d16718f","status":"passed","time":{"start":1707736314166,"stop":1707736314166,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f2a0c66e0d5bb85a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2a0c66e0d5bb85a","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"duration":1}},{"uid":"59d8b2e6fd449946","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/59d8b2e6fd449946","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"5b543b744b56092","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b543b744b56092","status":"passed","time":{"start":1707759921457,"stop":1707759921457,"duration":0}},{"uid":"c3b16fb87b47a8ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c3b16fb87b47a8ab","status":"passed","time":{"start":1707757624879,"stop":1707757624879,"duration":0}},{"uid":"d9745d492cfcb75f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9745d492cfcb75f","status":"passed","time":{"start":1707756261777,"stop":1707756261789,"duration":12}},{"uid":"11306269f1b1949e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11306269f1b1949e","status":"passed","time":{"start":1707753651171,"stop":1707753651172,"duration":1}},{"uid":"f3eaf55c03c6232c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3eaf55c03c6232c","status":"passed","time":{"start":1707753409588,"stop":1707753409589,"duration":1}},{"uid":"666243f007cc99a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/666243f007cc99a3","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"69933920d44990b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69933920d44990b2","status":"passed","time":{"start":1707736708331,"stop":1707736708332,"duration":1}},{"uid":"fa0bb53930d4318f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa0bb53930d4318f","status":"passed","time":{"start":1707735914388,"stop":1707735914388,"duration":0}}]},"3644cf2ab2c6036dbfca5e2695b59e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64184a529804488","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64184a529804488","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b455a83b718d67c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b455a83b718d67c5","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"duration":1}},{"uid":"2f941aaa291f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f941aaa291f8b2b","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"a8331662a99852b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a8331662a99852b1","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"c0d7abd67515db84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0d7abd67515db84","status":"passed","time":{"start":1707758004334,"stop":1707758004335,"duration":1}},{"uid":"cf28ca892e8b02f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf28ca892e8b02f2","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"a4217d4a9ff3a3bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4217d4a9ff3a3bb","status":"passed","time":{"start":1707754051793,"stop":1707754051794,"duration":1}},{"uid":"1c78ef1a3d2ef429","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c78ef1a3d2ef429","status":"passed","time":{"start":1707753877933,"stop":1707753877934,"duration":1}},{"uid":"49bc1b53e0a110f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49bc1b53e0a110f5","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"3579713f11b79289","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3579713f11b79289","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"103c2f841467570e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/103c2f841467570e","status":"passed","time":{"start":1707736353045,"stop":1707736353046,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"19e935d1e81ff009","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19e935d1e81ff009","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0}},{"uid":"f55891f4b8471b89","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f55891f4b8471b89","status":"passed","time":{"start":1707770051400,"stop":1707770051401,"duration":1}},{"uid":"249e7ec1f5f147a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/249e7ec1f5f147a8","status":"passed","time":{"start":1707760174030,"stop":1707760174030,"duration":0}},{"uid":"f7d72115396f7f07","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7d72115396f7f07","status":"passed","time":{"start":1707757873930,"stop":1707757873931,"duration":1}},{"uid":"b34664dd9d64f18d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b34664dd9d64f18d","status":"passed","time":{"start":1707756499919,"stop":1707756499920,"duration":1}},{"uid":"f8fa12546c8d6492","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8fa12546c8d6492","status":"passed","time":{"start":1707753870469,"stop":1707753870470,"duration":1}},{"uid":"6ad26f884de79a74","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ad26f884de79a74","status":"passed","time":{"start":1707753647524,"stop":1707753647524,"duration":0}},{"uid":"2404fc7c302faf92","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2404fc7c302faf92","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}},{"uid":"956e6294360ff19f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/956e6294360ff19f","status":"passed","time":{"start":1707736947855,"stop":1707736947856,"duration":1}},{"uid":"bd87b2921dc3c2a2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd87b2921dc3c2a2","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"9c33f51acf880c35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c33f51acf880c35","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424184,"stop":1707770424185,"duration":1}},{"uid":"440fea619bd26874","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/440fea619bd26874","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"f33dadf00c173957","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f33dadf00c173957","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"8c6415432086d7df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c6415432086d7df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004333,"stop":1707758004334,"duration":1}},{"uid":"870b80b96cc6d257","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/870b80b96cc6d257","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690168,"stop":1707756690168,"duration":0}},{"uid":"c1386e23fb5335d4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1386e23fb5335d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051792,"stop":1707754051793,"duration":1}},{"uid":"8127882717d07a28","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8127882717d07a28","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877933,"duration":1}},{"uid":"91e19e246e39d848","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91e19e246e39d848","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"c5560aba84676d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5560aba84676d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"5cc4959e95e45234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5cc4959e95e45234","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353045,"duration":1}}]},"32852d7fe4e42e7aa10d64bebbd76943:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5a800e43106387b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a800e43106387b","status":"passed","time":{"start":1707753793191,"stop":1707753793192,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"64ad4566edf3b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64ad4566edf3b3","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"6c0a06525ea9f710","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6c0a06525ea9f710","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"5de92636bf5b0f62","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de92636bf5b0f62","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"2f233caf7fb7544e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2f233caf7fb7544e","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"901563a21e85970c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/901563a21e85970c","status":"passed","time":{"start":1707756499897,"stop":1707756499897,"duration":0}},{"uid":"f2f9c968c08ee088","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f2f9c968c08ee088","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"bc2ff16e557cdbe6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc2ff16e557cdbe6","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"c853cb973d1e1d35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c853cb973d1e1d35","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"b3e66071fc5a4855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3e66071fc5a4855","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"660b20aee85f75d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/660b20aee85f75d5","status":"passed","time":{"start":1707736152497,"stop":1707736152497,"duration":0}}]},"7cc93d943f21a50a89e1bd97a5c988f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ee4f890d81643d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59ee4f890d81643d","status":"passed","time":{"start":1707736322669,"stop":1707736322669,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"240e71e5552a62ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/240e71e5552a62ef","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1}},{"uid":"33437121ec39300","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33437121ec39300","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"568051d45e2b12cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/568051d45e2b12cb","status":"passed","time":{"start":1707760335939,"stop":1707760335939,"duration":0}},{"uid":"d6ec2e4999983368","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6ec2e4999983368","status":"passed","time":{"start":1707758023526,"stop":1707758023527,"duration":1}},{"uid":"516c23da6fcc8a45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/516c23da6fcc8a45","status":"passed","time":{"start":1707756663996,"stop":1707756663997,"duration":1}},{"uid":"8bc61d4cd0631a9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bc61d4cd0631a9b","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707753717351,"stop":1707753717351,"duration":0}},{"uid":"ffb1399d2efb071a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ffb1399d2efb071a","status":"passed","time":{"start":1707753837160,"stop":1707753837160,"duration":0}},{"uid":"4bb71edf1cfc1930","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bb71edf1cfc1930","status":"passed","time":{"start":1707751136278,"stop":1707751136278,"duration":0}},{"uid":"d2ece1d3960f80e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2ece1d3960f80e6","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"deb0513d2e93cd8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb0513d2e93cd8d","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cbcd6eec7a240254","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbcd6eec7a240254","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"duration":1}},{"uid":"a5d889a19831c67c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5d889a19831c67c","status":"passed","time":{"start":1707769628074,"stop":1707769628075,"duration":1}},{"uid":"f3657bd024b5e49f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f3657bd024b5e49f","status":"passed","time":{"start":1707759722861,"stop":1707759722862,"duration":1}},{"uid":"f6802897ea72b351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f6802897ea72b351","status":"passed","time":{"start":1707757417654,"stop":1707757417655,"duration":1}},{"uid":"b86c5a85c313e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b86c5a85c313e926","status":"passed","time":{"start":1707756047285,"stop":1707756047286,"duration":1}},{"uid":"7de8d6ae14799bb3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7de8d6ae14799bb3","status":"passed","time":{"start":1707753465431,"stop":1707753465432,"duration":1}},{"uid":"1e5daed8f7f45362","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e5daed8f7f45362","status":"passed","time":{"start":1707753193770,"stop":1707753193771,"duration":1}},{"uid":"f8142957b45944a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8142957b45944a1","status":"passed","time":{"start":1707750594355,"stop":1707750594355,"duration":0}},{"uid":"9c2c9fc6db1d4039","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c2c9fc6db1d4039","status":"passed","time":{"start":1707736511727,"stop":1707736511727,"duration":0}},{"uid":"b5c67fca214b7148","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5c67fca214b7148","status":"passed","time":{"start":1707735693119,"stop":1707735693120,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e7dbfed8acf6fed5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7dbfed8acf6fed5","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1}},{"uid":"a341209d23574275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a341209d23574275","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"270460c103dc732","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/270460c103dc732","status":"passed","time":{"start":1707759722864,"stop":1707759722865,"duration":1}},{"uid":"bee1e336b803dc1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bee1e336b803dc1e","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"9c8d6813359de50f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9c8d6813359de50f","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"57d1643b12820acd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d1643b12820acd","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"29ab616a8544ae22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29ab616a8544ae22","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"2cdb817bcb23ddef","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cdb817bcb23ddef","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"4d1d657fb82f116f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d1d657fb82f116f","status":"passed","time":{"start":1707736511736,"stop":1707736511736,"duration":0}},{"uid":"77a8f1c7ef0e7c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77a8f1c7ef0e7c82","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"25d9a13ae4ee3cde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25d9a13ae4ee3cde","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"7bf4749211d7f12e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bf4749211d7f12e","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"8771af825def1f19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8771af825def1f19","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"8c408788dc95fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c408788dc95fe5","status":"passed","time":{"start":1707757936373,"stop":1707757936373,"duration":0}},{"uid":"6c4bf0f469ec4f15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c4bf0f469ec4f15","status":"passed","time":{"start":1707756564919,"stop":1707756564920,"duration":1}},{"uid":"2dea430cae2e2118","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2dea430cae2e2118","status":"passed","time":{"start":1707753906991,"stop":1707753906991,"duration":0}},{"uid":"9230a19d4888bbdc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9230a19d4888bbdc","status":"passed","time":{"start":1707753724180,"stop":1707753724181,"duration":1}},{"uid":"bf5f33435e12c808","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf5f33435e12c808","status":"passed","time":{"start":1707751082968,"stop":1707751082969,"duration":1}},{"uid":"8f33f9090e6292a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f33f9090e6292a9","status":"passed","time":{"start":1707736227480,"stop":1707736227480,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ffac6cbe2c336ba9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffac6cbe2c336ba9","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"duration":1}},{"uid":"9982c682a0e47f4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9982c682a0e47f4f","status":"passed","time":{"start":1707769979913,"stop":1707769979913,"duration":0}},{"uid":"ff52e68220918503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff52e68220918503","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"be09a13a45e386d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be09a13a45e386d8","status":"passed","time":{"start":1707757782365,"stop":1707757782366,"duration":1}},{"uid":"bfc6ce3a3ad52daf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfc6ce3a3ad52daf","status":"passed","time":{"start":1707756396098,"stop":1707756396099,"duration":1}},{"uid":"442f5ce217f74fa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/442f5ce217f74fa9","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"c44137653985dc83","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c44137653985dc83","status":"passed","time":{"start":1707753563061,"stop":1707753563062,"duration":1}},{"uid":"60ee9b5f0aa81951","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60ee9b5f0aa81951","status":"passed","time":{"start":1707750940648,"stop":1707750940649,"duration":1}},{"uid":"4885e41331d8f209","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4885e41331d8f209","status":"passed","time":{"start":1707736870542,"stop":1707736870542,"duration":0}},{"uid":"84442364052af49","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84442364052af49","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"4f71c2d4fda46ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f71c2d4fda46ac5","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"duration":1}},{"uid":"d4678a364cba65a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d4678a364cba65a6","status":"passed","time":{"start":1707770006112,"stop":1707770006112,"duration":0}},{"uid":"615104577f56529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/615104577f56529b","status":"passed","time":{"start":1707760178495,"stop":1707760178496,"duration":1}},{"uid":"e141acbb815f2b86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e141acbb815f2b86","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"1d2d3224c5c0731d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d2d3224c5c0731d","status":"passed","time":{"start":1707756509482,"stop":1707756509482,"duration":0}},{"uid":"3c77c8d009362f37","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c77c8d009362f37","status":"passed","time":{"start":1707753810714,"stop":1707753810715,"duration":1}},{"uid":"8f8a83c954601ebe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8f8a83c954601ebe","status":"passed","time":{"start":1707753662126,"stop":1707753662127,"duration":1}},{"uid":"95eb853c488c2ad5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95eb853c488c2ad5","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020601,"stop":1707751020601,"duration":0}},{"uid":"63a255dd8da98744","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63a255dd8da98744","status":"passed","time":{"start":1707736955776,"stop":1707736955777,"duration":1}},{"uid":"bd350bddf5b30cc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd350bddf5b30cc3","status":"passed","time":{"start":1707736167316,"stop":1707736167317,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1324ff50fdeacbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1324ff50fdeacbe","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"duration":0}},{"uid":"4ba62f8ec7b26733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ba62f8ec7b26733","status":"passed","time":{"start":1707769627289,"stop":1707769627290,"duration":1}},{"uid":"2428b88b819c1f2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2428b88b819c1f2d","status":"passed","time":{"start":1707759722029,"stop":1707759722029,"duration":0}},{"uid":"8ca4bf989233d874","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ca4bf989233d874","status":"passed","time":{"start":1707757416838,"stop":1707757416838,"duration":0}},{"uid":"f4fe8ebb24cb1310","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f4fe8ebb24cb1310","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"956c45b3c53a98c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956c45b3c53a98c8","status":"passed","time":{"start":1707753464666,"stop":1707753464666,"duration":0}},{"uid":"38dc2f6ebf62c60f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/38dc2f6ebf62c60f","status":"passed","time":{"start":1707753192935,"stop":1707753192936,"duration":1}},{"uid":"1ce4773de5794b42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ce4773de5794b42","status":"passed","time":{"start":1707750593505,"stop":1707750593505,"duration":0}},{"uid":"819fca6914a39ed6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/819fca6914a39ed6","status":"passed","time":{"start":1707736510878,"stop":1707736510878,"duration":0}},{"uid":"ba6314280fcfcbb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ba6314280fcfcbb","status":"passed","time":{"start":1707735692287,"stop":1707735692288,"duration":1}}]},"af907ed3aa81309159ed6c6210dfc451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bc512af02f426a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bc512af02f426a8","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"466e05eadd30d8d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/466e05eadd30d8d4","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"39708790a5133a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/39708790a5133a72","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"5c3c9585e96c785d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5c3c9585e96c785d","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"ba48c0033b9a8696","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba48c0033b9a8696","status":"passed","time":{"start":1707758004305,"stop":1707758004306,"duration":1}},{"uid":"db4af413ffc2a657","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db4af413ffc2a657","status":"passed","time":{"start":1707756690159,"stop":1707756690160,"duration":1}},{"uid":"d8185739895d643","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8185739895d643","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"afdc593e4fbc36d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afdc593e4fbc36d7","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"ca936594cd8bdcd5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca936594cd8bdcd5","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"f0b2e9cbfcf3302f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f0b2e9cbfcf3302f","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"7e9835b0b4dcc87a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e9835b0b4dcc87a","status":"passed","time":{"start":1707736353034,"stop":1707736353035,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"89ae457aedf653e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89ae457aedf653e7","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"duration":1}},{"uid":"4b6787da474a470f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b6787da474a470f","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"7fc0f068f288519f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7fc0f068f288519f","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"55e3d9899fe755b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/55e3d9899fe755b","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"a4c2aaf497b0bb94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4c2aaf497b0bb94","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"18da12c2f931c623","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18da12c2f931c623","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"f07c60d78160a5b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f07c60d78160a5b4","status":"passed","time":{"start":1707751228969,"stop":1707751228970,"duration":1}},{"uid":"2beb8d8948dfb6b4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2beb8d8948dfb6b4","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"e6228c18373b57b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6228c18373b57b6","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"df1703d69d19d502","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df1703d69d19d502","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"duration":1}},{"uid":"a78aca599619387d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a78aca599619387d","status":"passed","time":{"start":1707769994543,"stop":1707769994543,"duration":0}},{"uid":"5d0b5a4aafdac703","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d0b5a4aafdac703","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"4d9f311c593ceaf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4d9f311c593ceaf0","status":"passed","time":{"start":1707757804296,"stop":1707757804296,"duration":0}},{"uid":"bde408fa1a0d7aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde408fa1a0d7aff","status":"passed","time":{"start":1707756422347,"stop":1707756422348,"duration":1}},{"uid":"839083a83afc1be0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/839083a83afc1be0","status":"passed","time":{"start":1707753796549,"stop":1707753796549,"duration":0}},{"uid":"70f38ae6bd517022","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70f38ae6bd517022","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"3f50f99e5f04c610","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3f50f99e5f04c610","status":"passed","time":{"start":1707750964804,"stop":1707750964805,"duration":1}},{"uid":"5b6110ca92ea16a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5b6110ca92ea16a8","status":"passed","time":{"start":1707736890438,"stop":1707736890438,"duration":0}},{"uid":"ec2b32b3e29f611d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec2b32b3e29f611d","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2bf41d136a36cdf4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bf41d136a36cdf4","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"894d8778086b23e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/894d8778086b23e6","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"3e83cceaca861151","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e83cceaca861151","status":"passed","time":{"start":1707759965185,"stop":1707759965190,"duration":5}},{"uid":"1969ee0bea207ea7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1969ee0bea207ea7","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"dca1d5b94eb2e652","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dca1d5b94eb2e652","status":"passed","time":{"start":1707756267901,"stop":1707756267901,"duration":0}},{"uid":"cb42f875a184a0bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cb42f875a184a0bc","status":"passed","time":{"start":1707753668026,"stop":1707753668026,"duration":0}},{"uid":"10bb218a9f6ffd81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10bb218a9f6ffd81","status":"passed","time":{"start":1707753423533,"stop":1707753423533,"duration":0}},{"uid":"b1d822b8c9b698c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1d822b8c9b698c","status":"passed","time":{"start":1707750796026,"stop":1707750796027,"duration":1}},{"uid":"f7a4614630b55245","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7a4614630b55245","status":"passed","time":{"start":1707736730641,"stop":1707736730641,"duration":0}},{"uid":"509da57a343fefcb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/509da57a343fefcb","status":"passed","time":{"start":1707735912116,"stop":1707735912116,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d2c12001bf7b22e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d2c12001bf7b22e8","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"duration":1}},{"uid":"1f9206ce9166b275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1f9206ce9166b275","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"1df877223612d43a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1df877223612d43a","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"d9a05fc9f6e4624d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9a05fc9f6e4624d","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"f67e74dacf89808","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f67e74dacf89808","status":"passed","time":{"start":1707756167200,"stop":1707756167200,"duration":0}},{"uid":"9dea511f9431d091","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9dea511f9431d091","status":"passed","time":{"start":1707753584061,"stop":1707753584062,"duration":1}},{"uid":"67c1322e966e0ec9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/67c1322e966e0ec9","status":"passed","time":{"start":1707753331771,"stop":1707753331771,"duration":0}},{"uid":"9ef4663ec0a1ce42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ef4663ec0a1ce42","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"25617197966c5d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25617197966c5d60","status":"passed","time":{"start":1707736636443,"stop":1707736636443,"duration":0}},{"uid":"b6ae33f2ccaa957d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6ae33f2ccaa957d","status":"passed","time":{"start":1707735825261,"stop":1707735825262,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1ccf49d747dc5fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ccf49d747dc5fa","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2}},{"uid":"7ce278047618c6f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7ce278047618c6f9","status":"passed","time":{"start":1707769648569,"stop":1707769648571,"duration":2}},{"uid":"81febed390ad7055","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81febed390ad7055","status":"passed","time":{"start":1707759743250,"stop":1707759743251,"duration":1}},{"uid":"dc654556a8a176aa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc654556a8a176aa","status":"passed","time":{"start":1707757438363,"stop":1707757438365,"duration":2}},{"uid":"d686d05450fe6c73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d686d05450fe6c73","status":"passed","time":{"start":1707756067006,"stop":1707756067007,"duration":1}},{"uid":"a5142ca8ab778649","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5142ca8ab778649","status":"passed","time":{"start":1707753485646,"stop":1707753485648,"duration":2}},{"uid":"3acc6c316254a3e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3acc6c316254a3e5","status":"passed","time":{"start":1707753214691,"stop":1707753214693,"duration":2}},{"uid":"b00e9bdad8affe8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b00e9bdad8affe8b","status":"passed","time":{"start":1707750614683,"stop":1707750614685,"duration":2}},{"uid":"8faefa10aaea54d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8faefa10aaea54d1","status":"passed","time":{"start":1707736532270,"stop":1707736532271,"duration":1}},{"uid":"7b751ccaed761bc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b751ccaed761bc9","status":"passed","time":{"start":1707735714118,"stop":1707735714120,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"467b4306f625b701","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/467b4306f625b701","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0}},{"uid":"eee8bbb6d72d57a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8bbb6d72d57a1","status":"passed","time":{"start":1707769994532,"stop":1707769994533,"duration":1}},{"uid":"aef7a8d07c11b040","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aef7a8d07c11b040","status":"passed","time":{"start":1707760106452,"stop":1707760106452,"duration":0}},{"uid":"f669ec714824f9cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f669ec714824f9cf","status":"passed","time":{"start":1707757804290,"stop":1707757804291,"duration":1}},{"uid":"265430b22d1b95df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/265430b22d1b95df","status":"passed","time":{"start":1707756422340,"stop":1707756422340,"duration":0}},{"uid":"dfd63d773a9c06fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfd63d773a9c06fe","status":"passed","time":{"start":1707753796544,"stop":1707753796544,"duration":0}},{"uid":"49075e0783f88680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49075e0783f88680","status":"passed","time":{"start":1707753586158,"stop":1707753586158,"duration":0}},{"uid":"771c43a22dbfa6d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/771c43a22dbfa6d9","status":"passed","time":{"start":1707750964798,"stop":1707750964798,"duration":0}},{"uid":"ea69d32b12ab9d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ea69d32b12ab9d2b","status":"passed","time":{"start":1707736890432,"stop":1707736890432,"duration":0}},{"uid":"54d9c181c9e6e416","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/54d9c181c9e6e416","status":"passed","time":{"start":1707736096385,"stop":1707736096386,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1b1ae8d6897a48a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b1ae8d6897a48a2","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1}},{"uid":"529846db92f00bf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/529846db92f00bf0","status":"passed","time":{"start":1707769841893,"stop":1707769841893,"duration":0}},{"uid":"dcfd4c63729271a1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcfd4c63729271a1","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"577b1910d4652e40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/577b1910d4652e40","status":"passed","time":{"start":1707757624872,"stop":1707757624873,"duration":1}},{"uid":"e85b7ed8e893e348","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e85b7ed8e893e348","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"a94c8e402ceb8bac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a94c8e402ceb8bac","status":"passed","time":{"start":1707753651142,"stop":1707753651143,"duration":1}},{"uid":"d60578654f12eb54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d60578654f12eb54","status":"passed","time":{"start":1707753409581,"stop":1707753409582,"duration":1}},{"uid":"355d1a3b5aee626a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/355d1a3b5aee626a","status":"passed","time":{"start":1707750722040,"stop":1707750722040,"duration":0}},{"uid":"fa7a4c1f5e19e4d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fa7a4c1f5e19e4d7","status":"passed","time":{"start":1707736708323,"stop":1707736708324,"duration":1}},{"uid":"da345a2917cff7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da345a2917cff7b1","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"98adbce2d2dceb3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98adbce2d2dceb3d","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1}},{"uid":"b8c56c3a9a73aced","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8c56c3a9a73aced","status":"passed","time":{"start":1707770169175,"stop":1707770169175,"duration":0}},{"uid":"2282992c48cebf2c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2282992c48cebf2c","status":"passed","time":{"start":1707760345981,"stop":1707760345981,"duration":0}},{"uid":"4ade5f67fc4ac2d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ade5f67fc4ac2d5","status":"passed","time":{"start":1707758029745,"stop":1707758029745,"duration":0}},{"uid":"905cb79f39d19935","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/905cb79f39d19935","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"4f5158314ef3cec8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f5158314ef3cec8","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"704d4635e9e84a87","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/704d4635e9e84a87","status":"passed","time":{"start":1707753832679,"stop":1707753832680,"duration":1}},{"uid":"a78bd5084cc6fbc8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a78bd5084cc6fbc8","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"9c06c40b4972fc9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06c40b4972fc9d","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bebf2fc8d9346465","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bebf2fc8d9346465","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1}},{"uid":"17ec1b8935d883fe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/17ec1b8935d883fe","status":"passed","time":{"start":1707770126645,"stop":1707770126645,"duration":0}},{"uid":"5aae3dc18748b85f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5aae3dc18748b85f","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"36b74084b575c428","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36b74084b575c428","status":"passed","time":{"start":1707758011520,"stop":1707758011521,"duration":1}},{"uid":"9f1dba36dd99b918","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f1dba36dd99b918","status":"passed","time":{"start":1707756635733,"stop":1707756635735,"duration":2}},{"uid":"9f7a3a90350b9769","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7a3a90350b9769","status":"passed","time":{"start":1707753934637,"stop":1707753934637,"duration":0}},{"uid":"6e3e2887b8f373d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e3e2887b8f373d8","status":"passed","time":{"start":1707753799509,"stop":1707753799509,"duration":0}},{"uid":"f7914ffd657a4c77","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7914ffd657a4c77","status":"passed","time":{"start":1707751117568,"stop":1707751117569,"duration":1}},{"uid":"a42fa555857b7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a42fa555857b7d6b","status":"passed","time":{"start":1707737090803,"stop":1707737090804,"duration":1}},{"uid":"cbe78c91e0c616ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbe78c91e0c616ac","status":"passed","time":{"start":1707736296306,"stop":1707736296306,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2280f1e5d8b4fa0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2280f1e5d8b4fa0f","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1}},{"uid":"7e35825bd92fc32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e35825bd92fc32c","status":"passed","time":{"start":1707770208538,"stop":1707770208539,"duration":1}},{"uid":"cb748bf0f070afa3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb748bf0f070afa3","status":"passed","time":{"start":1707760335935,"stop":1707760335936,"duration":1}},{"uid":"ec001650cf13bd77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec001650cf13bd77","status":"passed","time":{"start":1707758023523,"stop":1707758023524,"duration":1}},{"uid":"6a79c1750f40f21c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a79c1750f40f21c","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"4bca95dbc112009e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bca95dbc112009e","status":"passed","time":{"start":1707753717336,"stop":1707753717337,"duration":1}},{"uid":"e144ebd14bb34628","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e144ebd14bb34628","status":"passed","time":{"start":1707753837156,"stop":1707753837156,"duration":0}},{"uid":"de4a02fe6196d34f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4a02fe6196d34f","status":"passed","time":{"start":1707751136275,"stop":1707751136276,"duration":1}},{"uid":"63c1d54487a7af5a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63c1d54487a7af5a","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"9aac717b2c451772","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9aac717b2c451772","status":"passed","time":{"start":1707736322647,"stop":1707736322648,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d093bfbd114b3b97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d093bfbd114b3b97","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"duration":1}},{"uid":"144d725ef6aeedd6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/144d725ef6aeedd6","status":"passed","time":{"start":1707769979911,"stop":1707769979912,"duration":1}},{"uid":"12cc1a28f8fd9b92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/12cc1a28f8fd9b92","status":"passed","time":{"start":1707760084095,"stop":1707760084096,"duration":1}},{"uid":"d6c49256a23a44a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6c49256a23a44a8","status":"passed","time":{"start":1707757782364,"stop":1707757782364,"duration":0}},{"uid":"5e685df17f67e737","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e685df17f67e737","status":"passed","time":{"start":1707756396096,"stop":1707756396097,"duration":1}},{"uid":"df4a17a60a7a35d5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/df4a17a60a7a35d5","status":"passed","time":{"start":1707753781748,"stop":1707753781753,"duration":5}},{"uid":"fd709971852be909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fd709971852be909","status":"passed","time":{"start":1707753563055,"stop":1707753563056,"duration":1}},{"uid":"e34fcc3b57e07cba","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e34fcc3b57e07cba","status":"passed","time":{"start":1707750940645,"stop":1707750940645,"duration":0}},{"uid":"b6bc1429fbe44912","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b6bc1429fbe44912","status":"passed","time":{"start":1707736870537,"stop":1707736870538,"duration":1}},{"uid":"daa0fb8ed06efc33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daa0fb8ed06efc33","status":"passed","time":{"start":1707736068809,"stop":1707736068809,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"21d2f3fd5e1bd5fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21d2f3fd5e1bd5fb","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1}},{"uid":"2ddf20270f11eb62","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ddf20270f11eb62","status":"passed","time":{"start":1707770045974,"stop":1707770045975,"duration":1}},{"uid":"b89f9fd09d81f417","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89f9fd09d81f417","status":"passed","time":{"start":1707760224882,"stop":1707760224883,"duration":1}},{"uid":"bc4b9ef1ffc23ffd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4b9ef1ffc23ffd","status":"passed","time":{"start":1707757921496,"stop":1707757921496,"duration":0}},{"uid":"432938c70c2a53c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/432938c70c2a53c7","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"dfa00fce60d59954","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfa00fce60d59954","status":"passed","time":{"start":1707753853537,"stop":1707753853538,"duration":1}},{"uid":"8b23a94feb74ec99","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b23a94feb74ec99","status":"passed","time":{"start":1707753708969,"stop":1707753708969,"duration":0}},{"uid":"43771e5c55860665","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43771e5c55860665","status":"passed","time":{"start":1707751075909,"stop":1707751075909,"duration":0}},{"uid":"1915e76a192fb675","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1915e76a192fb675","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"a3c9680c6d6ca13f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a3c9680c6d6ca13f","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"bb3af703dd1c649de04949898f8c2135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20b3ace9e8b3a897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20b3ace9e8b3a897","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1bab8eb561de3664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bab8eb561de3664","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"duration":1}},{"uid":"d735eb19929b061e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d735eb19929b061e","status":"passed","time":{"start":1707770116111,"stop":1707770116111,"duration":0}},{"uid":"24bc04d39b4a20c5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24bc04d39b4a20c5","status":"passed","time":{"start":1707760294898,"stop":1707760294899,"duration":1}},{"uid":"3df92521044d113a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3df92521044d113a","status":"passed","time":{"start":1707757992698,"stop":1707757992698,"duration":0}},{"uid":"1a4ece8b436a51bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a4ece8b436a51bf","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"86445fd2a14045f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/86445fd2a14045f1","status":"passed","time":{"start":1707753926587,"stop":1707753926588,"duration":1}},{"uid":"49efde8329103622","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49efde8329103622","status":"passed","time":{"start":1707753779030,"stop":1707753779031,"duration":1}},{"uid":"c3d2d49821ee25fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c3d2d49821ee25fa","status":"passed","time":{"start":1707751117673,"stop":1707751117674,"duration":1}},{"uid":"419a5793c9df2286","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/419a5793c9df2286","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"3767b85159267472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3767b85159267472","status":"passed","time":{"start":1707736281625,"stop":1707736281625,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"673b48ee920bcf41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/673b48ee920bcf41","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1}},{"uid":"8f66628780e04722","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f66628780e04722","status":"passed","time":{"start":1707770148425,"stop":1707770148425,"duration":0}},{"uid":"367522e0b372c9ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/367522e0b372c9ab","status":"passed","time":{"start":1707760329140,"stop":1707760329141,"duration":1}},{"uid":"be6a5601abd9ffdd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be6a5601abd9ffdd","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"6417831a9e31b818","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6417831a9e31b818","status":"passed","time":{"start":1707756648881,"stop":1707756648881,"duration":0}},{"uid":"3625926002a3c805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3625926002a3c805","status":"passed","time":{"start":1707753961164,"stop":1707753961164,"duration":0}},{"uid":"ecc262e692c5e06a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ecc262e692c5e06a","status":"passed","time":{"start":1707753814890,"stop":1707753814891,"duration":1}},{"uid":"bbb701b0db0ae07b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbb701b0db0ae07b","status":"passed","time":{"start":1707751141127,"stop":1707751141127,"duration":0}},{"uid":"ac783dad1716fc7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac783dad1716fc7b","status":"passed","time":{"start":1707737107923,"stop":1707737107924,"duration":1}},{"uid":"813ddde94a73c94e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/813ddde94a73c94e","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"223cf2a8cf5a7891","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/223cf2a8cf5a7891","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"ce884d5b0894a6cf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce884d5b0894a6cf","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"5e32d9c80029fccf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e32d9c80029fccf","status":"passed","time":{"start":1707760174021,"stop":1707760174022,"duration":1}},{"uid":"a0b1ff3394cac356","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0b1ff3394cac356","status":"passed","time":{"start":1707757873922,"stop":1707757873922,"duration":0}},{"uid":"6c5969fb12c5f0f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c5969fb12c5f0f0","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"9e34a14d1e2b8bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e34a14d1e2b8bb9","status":"passed","time":{"start":1707753870444,"stop":1707753870444,"duration":0}},{"uid":"d039853ff2c3f3c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d039853ff2c3f3c0","status":"passed","time":{"start":1707753647510,"stop":1707753647511,"duration":1}},{"uid":"109b64d369599492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/109b64d369599492","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"4e6688407000707c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4e6688407000707c","status":"passed","time":{"start":1707736947846,"stop":1707736947847,"duration":1}},{"uid":"5b9f9975850755df","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b9f9975850755df","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"957941a0b8129cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957941a0b8129cb","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"2f9789895fdafcc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f9789895fdafcc8","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"9cb2e9bd85260e67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9cb2e9bd85260e67","status":"passed","time":{"start":1707759851603,"stop":1707759851604,"duration":1}},{"uid":"275774f14e93d1c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/275774f14e93d1c9","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"33575f852409ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33575f852409ca14","status":"passed","time":{"start":1707756167201,"stop":1707756167201,"duration":0}},{"uid":"3a84daec5214d348","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a84daec5214d348","status":"passed","time":{"start":1707753584062,"stop":1707753584062,"duration":0}},{"uid":"142ff28b5865f946","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/142ff28b5865f946","status":"passed","time":{"start":1707753331771,"stop":1707753331772,"duration":1}},{"uid":"8d3458bc0b65f24c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d3458bc0b65f24c","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"68dd9fb87d6950a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68dd9fb87d6950a8","status":"passed","time":{"start":1707736636443,"stop":1707736636444,"duration":1}},{"uid":"5479dfc4f3eda726","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5479dfc4f3eda726","status":"passed","time":{"start":1707735825262,"stop":1707735825262,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fd91636cf4d5e7df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd91636cf4d5e7df","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1}},{"uid":"3239e526ad80ebf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3239e526ad80ebf0","status":"passed","time":{"start":1707769968722,"stop":1707769968723,"duration":1}},{"uid":"de28f1f08f2dfbe3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de28f1f08f2dfbe3","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"ef1b7144aa8e48a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ef1b7144aa8e48a4","status":"passed","time":{"start":1707758006716,"stop":1707758006717,"duration":1}},{"uid":"eb228a0ca171f5ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb228a0ca171f5ed","status":"passed","time":{"start":1707756617046,"stop":1707756617047,"duration":1}},{"uid":"4ea5479442246166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ea5479442246166","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6ce0c7c3719e8a4f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ce0c7c3719e8a4f","status":"passed","time":{"start":1707753782763,"stop":1707753782767,"duration":4}},{"uid":"44cb941b08f38123","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44cb941b08f38123","status":"passed","time":{"start":1707751162317,"stop":1707751162318,"duration":1}},{"uid":"c26f83e98737fdc5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c26f83e98737fdc5","status":"passed","time":{"start":1707737091350,"stop":1707737091350,"duration":0}},{"uid":"f8d15a2f36316742","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d15a2f36316742","status":"passed","time":{"start":1707736260137,"stop":1707736260138,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5159e2425748166b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5159e2425748166b","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1}},{"uid":"b9540758d23d043f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9540758d23d043f","status":"passed","time":{"start":1707769622096,"stop":1707769622097,"duration":1}},{"uid":"2b703cee955aad96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b703cee955aad96","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"de16c32de28bbdea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de16c32de28bbdea","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"ca18c03c4b1abd31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca18c03c4b1abd31","status":"passed","time":{"start":1707756041376,"stop":1707756041377,"duration":1}},{"uid":"c791eec8a443fee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c791eec8a443fee9","status":"passed","time":{"start":1707753459609,"stop":1707753459610,"duration":1}},{"uid":"53bc8fa39bb8f8db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53bc8fa39bb8f8db","status":"passed","time":{"start":1707753187711,"stop":1707753187711,"duration":0}},{"uid":"f3d77c02bf91d614","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f3d77c02bf91d614","status":"passed","time":{"start":1707750588401,"stop":1707750588402,"duration":1}},{"uid":"44ae455c955a6f76","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ae455c955a6f76","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"eaa48d51ded60b52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eaa48d51ded60b52","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"197e2aba7667d11acf514953d4249417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e2d348c4e64235b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2e2d348c4e64235b","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"411b98200239713b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/411b98200239713b","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"duration":1}},{"uid":"c5319844a94e268c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5319844a94e268c","status":"passed","time":{"start":1707769627291,"stop":1707769627291,"duration":0}},{"uid":"c27b551b882ca8fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c27b551b882ca8fa","status":"passed","time":{"start":1707759722031,"stop":1707759722031,"duration":0}},{"uid":"330995421f571f53","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/330995421f571f53","status":"passed","time":{"start":1707757416839,"stop":1707757416839,"duration":0}},{"uid":"a5d25440b032cd13","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d25440b032cd13","status":"passed","time":{"start":1707756046606,"stop":1707756046607,"duration":1}},{"uid":"4b01493764e680eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b01493764e680eb","status":"passed","time":{"start":1707753464667,"stop":1707753464667,"duration":0}},{"uid":"5852525579b127ab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5852525579b127ab","status":"passed","time":{"start":1707753192938,"stop":1707753192939,"duration":1}},{"uid":"b77ca5361100643a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b77ca5361100643a","status":"passed","time":{"start":1707750593506,"stop":1707750593506,"duration":0}},{"uid":"4903f0e679a7cfd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4903f0e679a7cfd9","status":"passed","time":{"start":1707736510879,"stop":1707736510879,"duration":0}},{"uid":"caf66dab684adad1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf66dab684adad1","status":"passed","time":{"start":1707735692290,"stop":1707735692291,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2cd227ffa736f373","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd227ffa736f373","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"ec8a48e7f69c17be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec8a48e7f69c17be","status":"passed","time":{"start":1707769841911,"stop":1707769841911,"duration":0}},{"uid":"80ecaa8a26e0b49a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80ecaa8a26e0b49a","status":"passed","time":{"start":1707759921465,"stop":1707759921465,"duration":0}},{"uid":"e2eceeb2cb44f21a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e2eceeb2cb44f21a","status":"passed","time":{"start":1707757624891,"stop":1707757624891,"duration":0}},{"uid":"97faea4b3cc081f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97faea4b3cc081f2","status":"passed","time":{"start":1707756261843,"stop":1707756261844,"duration":1}},{"uid":"297f7410f5aafb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/297f7410f5aafb46","status":"passed","time":{"start":1707753651191,"stop":1707753651191,"duration":0}},{"uid":"626531e3100fd40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/626531e3100fd40","status":"passed","time":{"start":1707753409609,"stop":1707753409609,"duration":0}},{"uid":"b38b40d63de32834","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b38b40d63de32834","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"259b557435319a37","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/259b557435319a37","status":"passed","time":{"start":1707736708338,"stop":1707736708338,"duration":0}},{"uid":"8e1f8be69f43e22e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8e1f8be69f43e22e","status":"passed","time":{"start":1707735914396,"stop":1707735914399,"duration":3}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2c2211b8f1caa61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c2211b8f1caa61","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0}},{"uid":"317ec59bcb3e5b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317ec59bcb3e5b6d","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"ca862d4533437ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca862d4533437ac9","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"d5bfd26fb57a5bc5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d5bfd26fb57a5bc5","status":"passed","time":{"start":1707757873893,"stop":1707757873894,"duration":1}},{"uid":"cdf3e7e8d9e99efd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cdf3e7e8d9e99efd","status":"passed","time":{"start":1707756499893,"stop":1707756499893,"duration":0}},{"uid":"ca18a0d4db8f5ae9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ca18a0d4db8f5ae9","status":"passed","time":{"start":1707753870422,"stop":1707753870422,"duration":0}},{"uid":"411c70236057a587","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/411c70236057a587","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"e0cc45a5f3ff7aa5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0cc45a5f3ff7aa5","status":"passed","time":{"start":1707751019561,"stop":1707751019562,"duration":1}},{"uid":"59684747c293cdd1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59684747c293cdd1","status":"passed","time":{"start":1707736947836,"stop":1707736947837,"duration":1}},{"uid":"d0fe9a8666f81d5c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0fe9a8666f81d5c","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8dd0b1c1441b58e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8dd0b1c1441b58e3","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"eb4ef5bb8cf0cbf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb4ef5bb8cf0cbf0","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"58d145d61d0fdeff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58d145d61d0fdeff","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"9e2113e063116568","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e2113e063116568","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"59af9648823416a6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59af9648823416a6","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"4b2f22f309ebf5bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b2f22f309ebf5bf","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"6508ef6c09cffa65","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6508ef6c09cffa65","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"88f739a3b2f91904","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f739a3b2f91904","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"3d237cc5786248f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d237cc5786248f8","status":"passed","time":{"start":1707737173818,"stop":1707737173819,"duration":1}},{"uid":"1f1851d2f98682c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f1851d2f98682c3","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d43a29ca1a0fa86c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d43a29ca1a0fa86c","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"duration":1}},{"uid":"f8876d26a0c30c5a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8876d26a0c30c5a","status":"passed","time":{"start":1707769627284,"stop":1707769627285,"duration":1}},{"uid":"82374cabb599d3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/82374cabb599d3ee","status":"passed","time":{"start":1707759722019,"stop":1707759722019,"duration":0}},{"uid":"58b810a826842a18","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58b810a826842a18","status":"passed","time":{"start":1707757416823,"stop":1707757416829,"duration":6}},{"uid":"93405b1f53074303","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93405b1f53074303","status":"passed","time":{"start":1707756046588,"stop":1707756046589,"duration":1}},{"uid":"159922295c04b595","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/159922295c04b595","status":"passed","time":{"start":1707753464661,"stop":1707753464661,"duration":0}},{"uid":"9269615d64b0c4ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9269615d64b0c4ca","status":"passed","time":{"start":1707753192926,"stop":1707753192927,"duration":1}},{"uid":"eea1f8302affb0dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eea1f8302affb0dd","status":"passed","time":{"start":1707750593499,"stop":1707750593500,"duration":1}},{"uid":"de6df0619fd5ae2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de6df0619fd5ae2d","status":"passed","time":{"start":1707736510871,"stop":1707736510871,"duration":0}},{"uid":"8ea4c93f84cdafb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ea4c93f84cdafb1","status":"passed","time":{"start":1707735692277,"stop":1707735692278,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b19b4d8a6679482a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19b4d8a6679482a","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"c55cd4dff62ca5ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c55cd4dff62ca5ec","status":"passed","time":{"start":1707770140537,"stop":1707770140538,"duration":1}},{"uid":"d267614957314773","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d267614957314773","status":"passed","time":{"start":1707760337682,"stop":1707760337682,"duration":0}},{"uid":"5ad25f35976a2766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ad25f35976a2766","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"88a26630556c50fb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88a26630556c50fb","status":"passed","time":{"start":1707756656801,"stop":1707756656801,"duration":0}},{"uid":"b7ed8d10741cca98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7ed8d10741cca98","status":"passed","time":{"start":1707753960365,"stop":1707753960365,"duration":0}},{"uid":"6f8b90d61cdcf4ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f8b90d61cdcf4ec","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"25db387ee2326c20","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25db387ee2326c20","status":"passed","time":{"start":1707751157939,"stop":1707751157939,"duration":0}},{"uid":"d625e180882e402a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d625e180882e402a","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"d1cad39fd753b803","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1cad39fd753b803","status":"passed","time":{"start":1707736314165,"stop":1707736314166,"duration":1}}]},"d5269639c708458a87d4d292173bc4a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e70ce637e93453d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e70ce637e93453d3","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a99f85e3e9cae80b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a99f85e3e9cae80b","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"duration":0}},{"uid":"87d1c9a36bb09918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87d1c9a36bb09918","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"ce588728f87e9fd2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce588728f87e9fd2","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"5ec2b17fcc267cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2b17fcc267cc","status":"passed","time":{"start":1707757992699,"stop":1707757992700,"duration":1}},{"uid":"2114e47016c577dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2114e47016c577dc","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"a2bae93b4b21bfea","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2bae93b4b21bfea","status":"passed","time":{"start":1707753926589,"stop":1707753926590,"duration":1}},{"uid":"29892b6cf640cf52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29892b6cf640cf52","status":"passed","time":{"start":1707753779033,"stop":1707753779034,"duration":1}},{"uid":"e62d757fc68ae4ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e62d757fc68ae4ac","status":"passed","time":{"start":1707751117676,"stop":1707751117676,"duration":0}},{"uid":"ed86b534627453b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed86b534627453b5","status":"passed","time":{"start":1707737065099,"stop":1707737065100,"duration":1}},{"uid":"fdcbcedde776c778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fdcbcedde776c778","status":"passed","time":{"start":1707736281628,"stop":1707736281629,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ba403caf040f893","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba403caf040f893","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0}},{"uid":"21cd967be031425e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21cd967be031425e","status":"passed","time":{"start":1707770099498,"stop":1707770099499,"duration":1}},{"uid":"cceeb52d4e954876","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cceeb52d4e954876","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"1ada207d9815f83f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ada207d9815f83f","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"45a1828b06fa0fcb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/45a1828b06fa0fcb","status":"passed","time":{"start":1707756564915,"stop":1707756564915,"duration":0}},{"uid":"4bd19e7b7c3c02c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bd19e7b7c3c02c6","status":"passed","time":{"start":1707753906987,"stop":1707753906988,"duration":1}},{"uid":"dd8b3bcd7b99d4af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd8b3bcd7b99d4af","status":"passed","time":{"start":1707753724178,"stop":1707753724178,"duration":0}},{"uid":"ac72a27a3be80d08","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac72a27a3be80d08","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"661fa1f2a8de0812","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/661fa1f2a8de0812","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"afe3e79bcd66438c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/afe3e79bcd66438c","status":"passed","time":{"start":1707736227474,"stop":1707736227474,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a867c869c30d4eb0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a867c869c30d4eb0","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"duration":1}},{"uid":"a97a526b42e62327","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a97a526b42e62327","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"473d21e4f904d8b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/473d21e4f904d8b4","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"bbcbe08e2ae97c8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbcbe08e2ae97c8f","status":"passed","time":{"start":1707757624871,"stop":1707757624871,"duration":0}},{"uid":"db53da5e458d1b73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db53da5e458d1b73","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"7980e90ae6c5d61d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7980e90ae6c5d61d","status":"passed","time":{"start":1707753651140,"stop":1707753651140,"duration":0}},{"uid":"625df75fd0cc31fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/625df75fd0cc31fc","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"322ee344f625a6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/322ee344f625a6a","status":"passed","time":{"start":1707750722038,"stop":1707750722038,"duration":0}},{"uid":"dec5f92f14865ccb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dec5f92f14865ccb","status":"passed","time":{"start":1707736708319,"stop":1707736708320,"duration":1}},{"uid":"729a132a4b691630","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/729a132a4b691630","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a56a7947f3c96ab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a56a7947f3c96ab7","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"3ce18e57c3a37d98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3ce18e57c3a37d98","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"14bc6f56a106b2c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/14bc6f56a106b2c2","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"73d4fbc38e2ec54b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/73d4fbc38e2ec54b","status":"passed","time":{"start":1707758004335,"stop":1707758004335,"duration":0}},{"uid":"79ee904be6579aea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ee904be6579aea","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"d3b8494da9bf4876","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3b8494da9bf4876","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"9de13a1359284a75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9de13a1359284a75","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"805b429f962228c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/805b429f962228c","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ba379cc30543b7f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba379cc30543b7f9","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"79149912f38f3f25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79149912f38f3f25","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"36940ae2cca0f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36940ae2cca0f6","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"c376280ea7234148","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c376280ea7234148","status":"passed","time":{"start":1707769675176,"stop":1707769675177,"duration":1}},{"uid":"4742102fa38f58f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4742102fa38f58f0","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"908b67e69c4c96db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/908b67e69c4c96db","status":"passed","time":{"start":1707757465315,"stop":1707757465316,"duration":1}},{"uid":"ab5aa9142f0d6a7e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab5aa9142f0d6a7e","status":"passed","time":{"start":1707756093659,"stop":1707756093659,"duration":0}},{"uid":"1b449e1701d8508e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b449e1701d8508e","status":"passed","time":{"start":1707753515349,"stop":1707753515349,"duration":0}},{"uid":"da0155d4266772e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0155d4266772e","status":"passed","time":{"start":1707753244109,"stop":1707753244109,"duration":0}},{"uid":"25b9e35427e4035d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25b9e35427e4035d","status":"passed","time":{"start":1707750644847,"stop":1707750644848,"duration":1}},{"uid":"e29530a00c16518a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e29530a00c16518a","status":"passed","time":{"start":1707736558942,"stop":1707736558943,"duration":1}},{"uid":"9d8ed7e8fa43ef68","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d8ed7e8fa43ef68","status":"passed","time":{"start":1707735741831,"stop":1707735741832,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"412b69b031b2b1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412b69b031b2b1a7","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"duration":1}},{"uid":"d434de6dc0eb6a07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d434de6dc0eb6a07","status":"passed","time":{"start":1707770140536,"stop":1707770140536,"duration":0}},{"uid":"3d1e2233329a69de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d1e2233329a69de","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"2b679186563fe31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b679186563fe31b","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"97a8c2c806b14342","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97a8c2c806b14342","status":"passed","time":{"start":1707756656798,"stop":1707756656799,"duration":1}},{"uid":"56a824550cd9acb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/56a824550cd9acb7","status":"passed","time":{"start":1707753960363,"stop":1707753960363,"duration":0}},{"uid":"97d3f032be6bc50b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97d3f032be6bc50b","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"2e2903da921c352c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e2903da921c352c","status":"passed","time":{"start":1707751157936,"stop":1707751157937,"duration":1}},{"uid":"6d3ca7bf0cc3a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3ca7bf0cc3a14","status":"passed","time":{"start":1707737112732,"stop":1707737112733,"duration":1}},{"uid":"e5d85a6cae39e560","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5d85a6cae39e560","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"646c82f5bc73d915","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/646c82f5bc73d915","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"duration":0}},{"uid":"f3469a69a5edbf28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3469a69a5edbf28","status":"passed","time":{"start":1707769619250,"stop":1707769619250,"duration":0}},{"uid":"398c4d8f37b756b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/398c4d8f37b756b1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"d389ba3ca19ce900","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d389ba3ca19ce900","status":"passed","time":{"start":1707757408922,"stop":1707757408923,"duration":1}},{"uid":"450bae27dea325d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/450bae27dea325d8","status":"passed","time":{"start":1707756038650,"stop":1707756038650,"duration":0}},{"uid":"13008b657cdded4c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13008b657cdded4c","status":"passed","time":{"start":1707753456820,"stop":1707753456820,"duration":0}},{"uid":"c03030b96472aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c03030b96472aff","status":"passed","time":{"start":1707753185027,"stop":1707753185027,"duration":0}},{"uid":"a87f31a5259bc5cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a87f31a5259bc5cb","status":"passed","time":{"start":1707750585690,"stop":1707750585691,"duration":1}},{"uid":"e892c9cf1d7866d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e892c9cf1d7866d0","status":"passed","time":{"start":1707736503243,"stop":1707736503244,"duration":1}},{"uid":"411495905f91a19f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411495905f91a19f","status":"passed","time":{"start":1707735684540,"stop":1707735684541,"duration":1}}]},"126ef0c38a93fe123cedda3d406f6396:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f04ba08d7736d6dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f04ba08d7736d6dd","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ac662093166956c0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac662093166956c0","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"f9108c86c707a7de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9108c86c707a7de","status":"passed","time":{"start":1707769994544,"stop":1707769994545,"duration":1}},{"uid":"7ceae96e787e2308","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ceae96e787e2308","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"b1c5a2500ca36eac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c5a2500ca36eac","status":"passed","time":{"start":1707757804299,"stop":1707757804300,"duration":1}},{"uid":"74808431b01b0e31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74808431b01b0e31","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"e2ddf5d094d6824","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ddf5d094d6824","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"e6f8b0081e2a37c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6f8b0081e2a37c0","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"9ca64168a8a3f328","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ca64168a8a3f328","status":"passed","time":{"start":1707750964807,"stop":1707750964808,"duration":1}},{"uid":"d14572bd2ed34797","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d14572bd2ed34797","status":"passed","time":{"start":1707736890439,"stop":1707736890440,"duration":1}},{"uid":"3aa02924569a1748","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3aa02924569a1748","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"9b3a0aa697ffbe4c6fc2b8521278f2a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b866e0ccf578bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b866e0ccf578bf","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"44cb93a9ba7b6758","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44cb93a9ba7b6758","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1}},{"uid":"8a54efcf2f34b3e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a54efcf2f34b3e8","status":"passed","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"44c201017079f49d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44c201017079f49d","status":"passed","time":{"start":1707759800532,"stop":1707759800533,"duration":1}},{"uid":"b6d3b310706d36ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b6d3b310706d36ad","status":"passed","time":{"start":1707757496503,"stop":1707757496504,"duration":1}},{"uid":"13e4c57c2a30b484","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13e4c57c2a30b484","status":"passed","time":{"start":1707756124839,"stop":1707756124840,"duration":1}},{"uid":"bbf770427d2a0467","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbf770427d2a0467","status":"passed","time":{"start":1707753544142,"stop":1707753544142,"duration":0}},{"uid":"8e11dc4bc91edfc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e11dc4bc91edfc","status":"passed","time":{"start":1707753273868,"stop":1707753273869,"duration":1}},{"uid":"b52b6f45eaf926fe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b52b6f45eaf926fe","status":"passed","time":{"start":1707750672012,"stop":1707750672013,"duration":1}},{"uid":"12e61a18de78d9b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/12e61a18de78d9b5","status":"passed","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"f58550f2f8b62562","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f58550f2f8b62562","status":"passed","time":{"start":1707735772598,"stop":1707735772598,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e7efc4408d106eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7efc4408d106eae","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"duration":1}},{"uid":"41f66814d4b9cdc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f66814d4b9cdc8","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"aa3f8545d92195eb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa3f8545d92195eb","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"5fa0fd3124133a6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5fa0fd3124133a6a","status":"passed","time":{"start":1707757432393,"stop":1707757432393,"duration":0}},{"uid":"f922ffabeafd68f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f922ffabeafd68f8","status":"passed","time":{"start":1707756061420,"stop":1707756061421,"duration":1}},{"uid":"a3f8bcb314315985","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3f8bcb314315985","status":"passed","time":{"start":1707753479974,"stop":1707753479975,"duration":1}},{"uid":"47d90ec02b35162a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/47d90ec02b35162a","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"79041000f1a69082","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79041000f1a69082","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"291479623e7d4d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/291479623e7d4d6","status":"passed","time":{"start":1707736526330,"stop":1707736526331,"duration":1}},{"uid":"671e073ca66364b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/671e073ca66364b8","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1d6b9378e332bed6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6b9378e332bed6","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"duration":1}},{"uid":"5a67123891356ce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a67123891356ce1","status":"passed","time":{"start":1707769919572,"stop":1707769919572,"duration":0}},{"uid":"41fcde10ded8c07a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/41fcde10ded8c07a","status":"passed","time":{"start":1707760025485,"stop":1707760025486,"duration":1}},{"uid":"8ac3102f151b66f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ac3102f151b66f4","status":"passed","time":{"start":1707757709188,"stop":1707757709189,"duration":1}},{"uid":"d5637206f87d6233","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d5637206f87d6233","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"a9d7d8a0fa14bfd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9d7d8a0fa14bfd0","status":"passed","time":{"start":1707753751251,"stop":1707753751251,"duration":0}},{"uid":"63f4eec0bb61613","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/63f4eec0bb61613","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"8a508e39a2e2b63a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a508e39a2e2b63a","status":"passed","time":{"start":1707750881806,"stop":1707750881807,"duration":1}},{"uid":"fe999c297e77ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe999c297e77ce30","status":"passed","time":{"start":1707736800765,"stop":1707736800766,"duration":1}},{"uid":"2dc6eb7b3f291a06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2dc6eb7b3f291a06","status":"passed","time":{"start":1707736013454,"stop":1707736013454,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"45f6b1e94af14c95","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45f6b1e94af14c95","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"3c681cedf2f57e20","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c681cedf2f57e20","status":"passed","time":{"start":1707769983270,"stop":1707769983271,"duration":1}},{"uid":"9aec5ca2f3745ff0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9aec5ca2f3745ff0","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"a73208b73e94357b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a73208b73e94357b","status":"passed","time":{"start":1707757790729,"stop":1707757790729,"duration":0}},{"uid":"39aa4884635e1cd4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39aa4884635e1cd4","status":"passed","time":{"start":1707756409539,"stop":1707756409540,"duration":1}},{"uid":"3b4e09bc044f3adb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b4e09bc044f3adb","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"65995ba6464591fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65995ba6464591fc","status":"passed","time":{"start":1707753573524,"stop":1707753573524,"duration":0}},{"uid":"683118f1536b1d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/683118f1536b1d5b","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"7e4c611c6b35693a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e4c611c6b35693a","status":"passed","time":{"start":1707736878961,"stop":1707736878961,"duration":0}},{"uid":"705addae23fb10e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/705addae23fb10e8","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ca3489251f0a65fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca3489251f0a65fa","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"24983a0ece8673c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/24983a0ece8673c6","status":"passed","time":{"start":1707769628075,"stop":1707769628076,"duration":1}},{"uid":"b36edf07227d4e19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b36edf07227d4e19","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"abe1116e86efee78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abe1116e86efee78","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"e433b29ddd2ebd10","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e433b29ddd2ebd10","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"76671a3eeeffc6b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76671a3eeeffc6b","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"73c6d2e92b4c0402","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73c6d2e92b4c0402","status":"passed","time":{"start":1707753193771,"stop":1707753193772,"duration":1}},{"uid":"e7cfdc7fdc4f3a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e7cfdc7fdc4f3a2","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"e2cc0f611b427b8f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2cc0f611b427b8f","status":"passed","time":{"start":1707736511728,"stop":1707736511728,"duration":0}},{"uid":"310f9e4542ed76b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/310f9e4542ed76b8","status":"passed","time":{"start":1707735693120,"stop":1707735693121,"duration":1}}]},"db42ca8e13734a8e96829e5f7eb957f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26c153f82772071f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26c153f82772071f","status":"passed","time":{"start":1707737124650,"stop":1707737124653,"duration":3}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2837b3c06df9adf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2837b3c06df9adf7","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"duration":1}},{"uid":"57e8b3095e179ded","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e8b3095e179ded","status":"passed","time":{"start":1707769619253,"stop":1707769619253,"duration":0}},{"uid":"9da46701e30b67d1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9da46701e30b67d1","status":"passed","time":{"start":1707759714509,"stop":1707759714510,"duration":1}},{"uid":"156e37e6523a52fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/156e37e6523a52fb","status":"passed","time":{"start":1707757408926,"stop":1707757408927,"duration":1}},{"uid":"c92d3600d27cb1ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c92d3600d27cb1ba","status":"passed","time":{"start":1707756038653,"stop":1707756038653,"duration":0}},{"uid":"e2ff49d261550b54","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ff49d261550b54","status":"passed","time":{"start":1707753456822,"stop":1707753456822,"duration":0}},{"uid":"cafdde02d3d37722","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cafdde02d3d37722","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"7d777381cc07faff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d777381cc07faff","status":"passed","time":{"start":1707750585693,"stop":1707750585693,"duration":0}},{"uid":"8f12c426907d0955","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f12c426907d0955","status":"passed","time":{"start":1707736503247,"stop":1707736503247,"duration":0}},{"uid":"e4376036d8ce8b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4376036d8ce8b15","status":"passed","time":{"start":1707735684543,"stop":1707735684543,"duration":0}}]},"ba507e470577c4067f55b7663aa142fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51c0062d6234fbf7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51c0062d6234fbf7","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"52ebd6dab5acf144","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ebd6dab5acf144","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1}},{"uid":"20548902d2007bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20548902d2007bc3","status":"passed","time":{"start":1707770165178,"stop":1707770165187,"duration":9}},{"uid":"cc5bf33d85fdeef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc5bf33d85fdeef","status":"passed","time":{"start":1707760340807,"stop":1707760340808,"duration":1}},{"uid":"b48fe76777e87fed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b48fe76777e87fed","status":"broken","statusDetails":"done() called multiple times in hook of file /home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts","time":{"start":1707758024237,"stop":1707758024238,"duration":1}},{"uid":"8bda614fefdf977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8bda614fefdf977","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"7aae9c9b51762da2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aae9c9b51762da2","status":"passed","time":{"start":1707753975681,"stop":1707753975682,"duration":1}},{"uid":"3b2227bf2e880a0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3b2227bf2e880a0f","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"8af169a50b1b033f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8af169a50b1b033f","status":"passed","time":{"start":1707751167358,"stop":1707751167359,"duration":1}},{"uid":"38cd0b37246c644","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38cd0b37246c644","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"8a24b878c1f81684","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8a24b878c1f81684","status":"passed","time":{"start":1707736323080,"stop":1707736323080,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c08c2a9c4f797b5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c08c2a9c4f797b5b","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1}},{"uid":"f22eea9ba8e741f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f22eea9ba8e741f0","status":"passed","time":{"start":1707769941592,"stop":1707769941592,"duration":0}},{"uid":"ce7b01d2ad759e3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce7b01d2ad759e3f","status":"passed","time":{"start":1707760043795,"stop":1707760043796,"duration":1}},{"uid":"885d7bb74422a506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/885d7bb74422a506","status":"passed","time":{"start":1707757737713,"stop":1707757737713,"duration":0}},{"uid":"d4658308a018c18b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4658308a018c18b","status":"passed","time":{"start":1707756354876,"stop":1707756354877,"duration":1}},{"uid":"ecb515062593ba84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ecb515062593ba84","status":"passed","time":{"start":1707753752605,"stop":1707753752605,"duration":0}},{"uid":"28405266d3168bf4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/28405266d3168bf4","status":"passed","time":{"start":1707753516213,"stop":1707753516213,"duration":0}},{"uid":"ceb124e64216d756","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ceb124e64216d756","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"50a1eec0f013d6e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50a1eec0f013d6e8","status":"passed","time":{"start":1707736826035,"stop":1707736826036,"duration":1}},{"uid":"7146ed08ec51d06f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7146ed08ec51d06f","status":"passed","time":{"start":1707736021608,"stop":1707736021609,"duration":1}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1e9ecdd4e6d51310","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e9ecdd4e6d51310","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"266bbc46b10fa615","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/266bbc46b10fa615","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"b46c1daf45897720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b46c1daf45897720","status":"passed","time":{"start":1707760374674,"stop":1707760374675,"duration":1}},{"uid":"f1f31c242b4d093e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1f31c242b4d093e","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"640f4715e5e09ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640f4715e5e09ef7","status":"passed","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"8f3be6eaf93252c1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f3be6eaf93252c1","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"eeaecb02be603461","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eeaecb02be603461","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"429cd73517352e4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/429cd73517352e4d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"32c45b41c64d872f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c45b41c64d872f","status":"passed","time":{"start":1707737173814,"stop":1707737173815,"duration":1}},{"uid":"ecd3cc603a198bcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ecd3cc603a198bcf","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ed6da84c39ab5ef7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed6da84c39ab5ef7","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1}},{"uid":"e7d9d8fb10dacd07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7d9d8fb10dacd07","status":"passed","time":{"start":1707770165191,"stop":1707770165192,"duration":1}},{"uid":"87e1da8bb8240fd6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87e1da8bb8240fd6","status":"passed","time":{"start":1707760340809,"stop":1707760340810,"duration":1}},{"uid":"659f070582e45c36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/659f070582e45c36","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"6240b89647d7603","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6240b89647d7603","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"6d2678eff895046a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6d2678eff895046a","status":"passed","time":{"start":1707753824711,"stop":1707753824711,"duration":0}},{"uid":"3e2978b34dd9aa34","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e2978b34dd9aa34","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"6022d2da9f4f287a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6022d2da9f4f287a","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"ac3989e59e23f93c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ac3989e59e23f93c","status":"passed","time":{"start":1707736323082,"stop":1707736323082,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"75cdb84c4885aaff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75cdb84c4885aaff","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"e0faef295f5032bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0faef295f5032bc","status":"passed","time":{"start":1707769628076,"stop":1707769628077,"duration":1}},{"uid":"4c20675e975205c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c20675e975205c2","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"5f2a0d16d9c1abe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f2a0d16d9c1abe3","status":"passed","time":{"start":1707757417657,"stop":1707757417657,"duration":0}},{"uid":"e287eca7be8b878c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e287eca7be8b878c","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"94b9f2adc5195e42","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94b9f2adc5195e42","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"9b9d416cef157221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b9d416cef157221","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"f29efad49afe5872","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f29efad49afe5872","status":"passed","time":{"start":1707750594357,"stop":1707750594358,"duration":1}},{"uid":"56392d7f8c10080b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/56392d7f8c10080b","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"bad176f9f0aa86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bad176f9f0aa86","status":"passed","time":{"start":1707735693121,"stop":1707735693122,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"17ae69826e4e109c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17ae69826e4e109c","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"4daca129cef2bed0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4daca129cef2bed0","status":"passed","time":{"start":1707769841911,"stop":1707769841912,"duration":1}},{"uid":"acc63f676652be78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acc63f676652be78","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"3088fb93aa86b418","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3088fb93aa86b418","status":"passed","time":{"start":1707757624891,"stop":1707757624892,"duration":1}},{"uid":"22b9b15eecab061","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/22b9b15eecab061","status":"passed","time":{"start":1707756261844,"stop":1707756261845,"duration":1}},{"uid":"799b450313d32210","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/799b450313d32210","status":"passed","time":{"start":1707753651191,"stop":1707753651192,"duration":1}},{"uid":"a7aed392c1344a79","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7aed392c1344a79","status":"passed","time":{"start":1707753409609,"stop":1707753409610,"duration":1}},{"uid":"581c49712a1e4f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/581c49712a1e4f55","status":"passed","time":{"start":1707750722059,"stop":1707750722060,"duration":1}},{"uid":"85c27812274830d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85c27812274830d3","status":"passed","time":{"start":1707736708338,"stop":1707736708339,"duration":1}},{"uid":"9c339e3daddc3bd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c339e3daddc3bd","status":"passed","time":{"start":1707735914399,"stop":1707735914400,"duration":1}}]},"525b4a1bb6b28f9b3d9961aadf7f3542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"623e5ac6e09c2f39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/623e5ac6e09c2f39","status":"passed","time":{"start":1707760301810,"stop":1707760301810,"duration":0}}]},"063029445ded32ca5eff3c3b1fb11b4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4049212aa2aab7b3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4049212aa2aab7b3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dcd4e5b292f8a81d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd4e5b292f8a81d","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"duration":0}},{"uid":"bef75511cc2bad35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bef75511cc2bad35","status":"passed","time":{"start":1707769841900,"stop":1707769841901,"duration":1}},{"uid":"c5baaccdecd589dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5baaccdecd589dd","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"e970d67bfcccc286","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e970d67bfcccc286","status":"passed","time":{"start":1707757624877,"stop":1707757624878,"duration":1}},{"uid":"fe425bb50864a16e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe425bb50864a16e","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"57ebf91ab90dd443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57ebf91ab90dd443","status":"passed","time":{"start":1707753651168,"stop":1707753651169,"duration":1}},{"uid":"a70ecb37d1e76910","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a70ecb37d1e76910","status":"passed","time":{"start":1707753409587,"stop":1707753409587,"duration":0}},{"uid":"1b7615e2f187732d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b7615e2f187732d","status":"passed","time":{"start":1707750722050,"stop":1707750722051,"duration":1}},{"uid":"6afbda95bf73891c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6afbda95bf73891c","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"d12b7f577996215f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d12b7f577996215f","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"27c52fdd7f63c869","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/27c52fdd7f63c869","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"duration":1}},{"uid":"955079a80fed7f4c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/955079a80fed7f4c","status":"passed","time":{"start":1707769627287,"stop":1707769627287,"duration":0}},{"uid":"72123905fa415f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72123905fa415f23","status":"passed","time":{"start":1707759722024,"stop":1707759722025,"duration":1}},{"uid":"ee2d058cd6362dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee2d058cd6362dc7","status":"passed","time":{"start":1707757416831,"stop":1707757416831,"duration":0}},{"uid":"bc22ca7a5e0d677","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc22ca7a5e0d677","status":"passed","time":{"start":1707756046590,"stop":1707756046591,"duration":1}},{"uid":"13423970596a6832","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13423970596a6832","status":"passed","time":{"start":1707753464663,"stop":1707753464664,"duration":1}},{"uid":"334246c016408cbc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/334246c016408cbc","status":"passed","time":{"start":1707753192931,"stop":1707753192931,"duration":0}},{"uid":"90a1ed84954855ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90a1ed84954855ae","status":"passed","time":{"start":1707750593502,"stop":1707750593503,"duration":1}},{"uid":"126f02786be8c8c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/126f02786be8c8c3","status":"passed","time":{"start":1707736510875,"stop":1707736510875,"duration":0}},{"uid":"4186f257c4f5004","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4186f257c4f5004","status":"passed","time":{"start":1707735692282,"stop":1707735692283,"duration":1}}]},"1e94d23ab23324d7c4773ba9e319d9e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c39cdd845606e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45c39cdd845606e5","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"f5d594b4851742e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5d594b4851742e8","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"duration":1}},{"uid":"2521b89c4958677","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2521b89c4958677","status":"passed","time":{"start":1707770165189,"stop":1707770165190,"duration":1}},{"uid":"545e0f3c309eff17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/545e0f3c309eff17","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"443daa18a86b2a18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/443daa18a86b2a18","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"64577a7214ab3194","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/64577a7214ab3194","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"4280cad3961d3545","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4280cad3961d3545","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"55d1f73e2daa453e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55d1f73e2daa453e","status":"passed","time":{"start":1707751167360,"stop":1707751167360,"duration":0}},{"uid":"869bc49f9888f02d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/869bc49f9888f02d","status":"passed","time":{"start":1707737129080,"stop":1707737129081,"duration":1}},{"uid":"f1635bcfeb5c1313","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1635bcfeb5c1313","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ebf734d2fd18d743","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebf734d2fd18d743","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"2d83c6fb25bcc132","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d83c6fb25bcc132","status":"passed","time":{"start":1707770148426,"stop":1707770148426,"duration":0}},{"uid":"5d8932f185d235a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d8932f185d235a3","status":"passed","time":{"start":1707760329143,"stop":1707760329143,"duration":0}},{"uid":"fa87d9cb419b9164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa87d9cb419b9164","status":"passed","time":{"start":1707758022104,"stop":1707758022105,"duration":1}},{"uid":"80150f8b24abb0ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80150f8b24abb0ac","status":"passed","time":{"start":1707756648883,"stop":1707756648888,"duration":5}},{"uid":"f9e361316d8c9015","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f9e361316d8c9015","status":"passed","time":{"start":1707753961166,"stop":1707753961166,"duration":0}},{"uid":"e069226dbe49001d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e069226dbe49001d","status":"passed","time":{"start":1707753814893,"stop":1707753814894,"duration":1}},{"uid":"74c5b3915cfee82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74c5b3915cfee82a","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"fb898df493366c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb898df493366c82","status":"passed","time":{"start":1707736309871,"stop":1707736309871,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8908cd8928916ea7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8908cd8928916ea7","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0}},{"uid":"d6f96458aa3497a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f96458aa3497a4","status":"passed","time":{"start":1707769706524,"stop":1707769706525,"duration":1}},{"uid":"46234c1f81e6bade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46234c1f81e6bade","status":"passed","time":{"start":1707759800529,"stop":1707759800529,"duration":0}},{"uid":"7c9c90e4e4830c31","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c9c90e4e4830c31","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"9abca46520dc0137","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9abca46520dc0137","status":"passed","time":{"start":1707756124834,"stop":1707756124835,"duration":1}},{"uid":"423f67b0b2f55a0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/423f67b0b2f55a0e","status":"passed","time":{"start":1707753544134,"stop":1707753544135,"duration":1}},{"uid":"69229c4d747c20ac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/69229c4d747c20ac","status":"passed","time":{"start":1707753273863,"stop":1707753273864,"duration":1}},{"uid":"667a7bf53311731a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/667a7bf53311731a","status":"passed","time":{"start":1707750672010,"stop":1707750672010,"duration":0}},{"uid":"a9a18124ce0b6d05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9a18124ce0b6d05","status":"passed","time":{"start":1707736588884,"stop":1707736588885,"duration":1}},{"uid":"8bf51165d27a873b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8bf51165d27a873b","status":"passed","time":{"start":1707735772594,"stop":1707735772594,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ab594840c6e935a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab594840c6e935a3","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"381da12171c18088","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/381da12171c18088","status":"passed","time":{"start":1707769843142,"stop":1707769843142,"duration":0}},{"uid":"9e938a207e469e40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e938a207e469e40","status":"passed","time":{"start":1707759965191,"stop":1707759965192,"duration":1}},{"uid":"77d360f6e40120c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77d360f6e40120c2","status":"passed","time":{"start":1707757644388,"stop":1707757644388,"duration":0}},{"uid":"a86fe405765ca910","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a86fe405765ca910","status":"passed","time":{"start":1707756267903,"stop":1707756267904,"duration":1}},{"uid":"c97f071d81142ade","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97f071d81142ade","status":"passed","time":{"start":1707753668029,"stop":1707753668030,"duration":1}},{"uid":"4ba3e86851b7afb2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4ba3e86851b7afb2","status":"passed","time":{"start":1707753423534,"stop":1707753423536,"duration":2}},{"uid":"5412c529f39f58c3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5412c529f39f58c3","status":"passed","time":{"start":1707750796029,"stop":1707750796029,"duration":0}},{"uid":"3db1a7d3c92f330a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3db1a7d3c92f330a","status":"passed","time":{"start":1707736730642,"stop":1707736730643,"duration":1}},{"uid":"ca0697d234a468be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca0697d234a468be","status":"passed","time":{"start":1707735912117,"stop":1707735912118,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f100af6c9b87404e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f100af6c9b87404e","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"7bbf70b6ebeb900b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bbf70b6ebeb900b","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"af25543a0a2f0fff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af25543a0a2f0fff","status":"passed","time":{"start":1707760174021,"stop":1707760174021,"duration":0}},{"uid":"fa452014b1c57929","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa452014b1c57929","status":"passed","time":{"start":1707757873921,"stop":1707757873922,"duration":1}},{"uid":"deb8b0f5efc5d35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deb8b0f5efc5d35","status":"passed","time":{"start":1707756499904,"stop":1707756499905,"duration":1}},{"uid":"c962b215d834b49f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c962b215d834b49f","status":"passed","time":{"start":1707753870443,"stop":1707753870444,"duration":1}},{"uid":"ebf699269038ccae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ebf699269038ccae","status":"passed","time":{"start":1707753647509,"stop":1707753647510,"duration":1}},{"uid":"8adea621f4a46897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8adea621f4a46897","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"7e45176d0a4ac03c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e45176d0a4ac03c","status":"passed","time":{"start":1707736947845,"stop":1707736947846,"duration":1}},{"uid":"21168fe77a8c369b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21168fe77a8c369b","status":"passed","time":{"start":1707736152503,"stop":1707736152504,"duration":1}}]},"25f20a4b01e669e1d7ccf9a151d029bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"706e5c2b9852269a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706e5c2b9852269a","status":"passed","time":{"start":1707760174030,"stop":1707760174031,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"86b00576ebcc9e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86b00576ebcc9e9a","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0}},{"uid":"ac5a21f41cb80f0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5a21f41cb80f0f","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"4f28cb3efa8046b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f28cb3efa8046b4","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"b2899f201699da3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2899f201699da3b","status":"passed","time":{"start":1707757790733,"stop":1707757790734,"duration":1}},{"uid":"208b1e424cf8ea98","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/208b1e424cf8ea98","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"38d8a945fd56baf5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/38d8a945fd56baf5","status":"passed","time":{"start":1707753793187,"stop":1707753793187,"duration":0}},{"uid":"c2c3b8cfbafed536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2c3b8cfbafed536","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"be43061078b5f4d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be43061078b5f4d4","status":"passed","time":{"start":1707750953978,"stop":1707750953978,"duration":0}},{"uid":"7d0cf54e0de3bd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d0cf54e0de3bd9","status":"passed","time":{"start":1707736878964,"stop":1707736878965,"duration":1}},{"uid":"93318dee70ba6fcc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/93318dee70ba6fcc","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c0abd36bf1436e9d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0abd36bf1436e9d","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"8018eb9d3a870406","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8018eb9d3a870406","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"798e436780f26493","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/798e436780f26493","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"d12be3a7c132359b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d12be3a7c132359b","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"32fdccae028a2c22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32fdccae028a2c22","status":"passed","time":{"start":1707756499896,"stop":1707756499897,"duration":1}},{"uid":"956165c5574e4c79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956165c5574e4c79","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"b8746c283df7e323","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8746c283df7e323","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"d4e4b77022cc3e5e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d4e4b77022cc3e5e","status":"passed","time":{"start":1707751019562,"stop":1707751019563,"duration":1}},{"uid":"51f81f2d0a9eaf84","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51f81f2d0a9eaf84","status":"passed","time":{"start":1707736947837,"stop":1707736947838,"duration":1}},{"uid":"d89ec88c1b8da73c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d89ec88c1b8da73c","status":"passed","time":{"start":1707736152496,"stop":1707736152497,"duration":1}}]},"543da2d33ef85e2dfed7622b735756fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cd5b5051a6d921c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd5b5051a6d921c","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"48d879a9e04b932f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48d879a9e04b932f","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1}},{"uid":"d54026700eb423d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d54026700eb423d6","status":"passed","time":{"start":1707760301801,"stop":1707760301801,"duration":0}},{"uid":"c950942efd0fb7ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c950942efd0fb7ab","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"68fac36437a98e94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/68fac36437a98e94","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"d8ac271c3b727de5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8ac271c3b727de5","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"613a74f2d5112489","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/613a74f2d5112489","status":"passed","time":{"start":1707753782731,"stop":1707753782732,"duration":1}},{"uid":"c9d58bc3e2875d1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d58bc3e2875d1c","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"8ee3b0b54b94b80a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ee3b0b54b94b80a","status":"passed","time":{"start":1707737091297,"stop":1707737091297,"duration":0}},{"uid":"aeb808fe28cf272d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aeb808fe28cf272d","status":"passed","time":{"start":1707736260117,"stop":1707736260118,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b5ba2cce04506e91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5ba2cce04506e91","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"duration":1}},{"uid":"f2eac8e03041c253","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f2eac8e03041c253","status":"passed","time":{"start":1707769940207,"stop":1707769940207,"duration":0}},{"uid":"63985c11bf567dc5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63985c11bf567dc5","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"915d808faceecdf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/915d808faceecdf1","status":"passed","time":{"start":1707757736392,"stop":1707757736393,"duration":1}},{"uid":"2feb5f00def3c0c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2feb5f00def3c0c1","status":"passed","time":{"start":1707756352339,"stop":1707756352340,"duration":1}},{"uid":"449a65fc9e80e430","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/449a65fc9e80e430","status":"passed","time":{"start":1707753768708,"stop":1707753768709,"duration":1}},{"uid":"39b1365e3b1fd86f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39b1365e3b1fd86f","status":"passed","time":{"start":1707753512767,"stop":1707753512767,"duration":0}},{"uid":"2b9364830ab1e3a4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b9364830ab1e3a4","status":"passed","time":{"start":1707750899681,"stop":1707750899681,"duration":0}},{"uid":"9a2a4f5518e6285e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a2a4f5518e6285e","status":"passed","time":{"start":1707736822678,"stop":1707736822679,"duration":1}},{"uid":"d08da675dea8db0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d08da675dea8db0","status":"passed","time":{"start":1707736014741,"stop":1707736014742,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1efc86d6490e971d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1efc86d6490e971d","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"484a1f380c2efa0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/484a1f380c2efa0e","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"95abee5ee703a30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95abee5ee703a30","status":"passed","time":{"start":1707759981480,"stop":1707759981481,"duration":1}},{"uid":"8cbd583b030f5694","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8cbd583b030f5694","status":"passed","time":{"start":1707757676050,"stop":1707757676051,"duration":1}},{"uid":"5a5881fb3a9b7ef6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a5881fb3a9b7ef6","status":"passed","time":{"start":1707756304435,"stop":1707756304435,"duration":0}},{"uid":"b8f2e8b67baf4e2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8f2e8b67baf4e2a","status":"passed","time":{"start":1707753713266,"stop":1707753713267,"duration":1}},{"uid":"f9333a0c57dc281b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f9333a0c57dc281b","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"e4acae91e3e17475","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4acae91e3e17475","status":"passed","time":{"start":1707750840054,"stop":1707750840054,"duration":0}},{"uid":"d9f84136fa01dce7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9f84136fa01dce7","status":"passed","time":{"start":1707736765048,"stop":1707736765048,"duration":0}},{"uid":"ad19fab6eb889e03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad19fab6eb889e03","status":"passed","time":{"start":1707735955264,"stop":1707735955264,"duration":0}}]},"cd1c199ba3cff6ab6f0a357d3cc43a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cce35b23f96f09f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cce35b23f96f09f0","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"654f3b56788ce516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/654f3b56788ce516","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"99f47c6677d03f76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/99f47c6677d03f76","status":"passed","time":{"start":1707770103227,"stop":1707770103229,"duration":2}},{"uid":"e5291f7ff9bfcc17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5291f7ff9bfcc17","status":"passed","time":{"start":1707760299493,"stop":1707760299493,"duration":0}},{"uid":"eac35a8e6071d85","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac35a8e6071d85","status":"passed","time":{"start":1707757995161,"stop":1707757995162,"duration":1}},{"uid":"2b7c76041882d1cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b7c76041882d1cc","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"5fd54b7fa49162b6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5fd54b7fa49162b6","status":"passed","time":{"start":1707753925426,"stop":1707753925427,"duration":1}},{"uid":"b282c12c23c1a8d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b282c12c23c1a8d0","status":"passed","time":{"start":1707753785898,"stop":1707753785899,"duration":1}},{"uid":"d3919ff422f2a849","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3919ff422f2a849","status":"passed","time":{"start":1707751137103,"stop":1707751137103,"duration":0}},{"uid":"e135b7b49e84221c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e135b7b49e84221c","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"2ec44e9744017821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ec44e9744017821","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"350038fe77584430","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/350038fe77584430","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"duration":0}},{"uid":"5c4372106bea23d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c4372106bea23d5","status":"passed","time":{"start":1707769619246,"stop":1707769619247,"duration":1}},{"uid":"39d5e318ce0581dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d5e318ce0581dd","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"2474df7020a29a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2474df7020a29a6f","status":"passed","time":{"start":1707757408920,"stop":1707757408921,"duration":1}},{"uid":"4f328fbf36e75eaa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f328fbf36e75eaa","status":"passed","time":{"start":1707756038648,"stop":1707756038649,"duration":1}},{"uid":"dc03e1a93cf607f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc03e1a93cf607f5","status":"passed","time":{"start":1707753456819,"stop":1707753456819,"duration":0}},{"uid":"8ecd5a5c94ae0c59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ecd5a5c94ae0c59","status":"passed","time":{"start":1707753185026,"stop":1707753185026,"duration":0}},{"uid":"d37803ec3ed9ce10","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d37803ec3ed9ce10","status":"passed","time":{"start":1707750585689,"stop":1707750585690,"duration":1}},{"uid":"fdc327b473696805","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdc327b473696805","status":"passed","time":{"start":1707736503241,"stop":1707736503242,"duration":1}},{"uid":"29e99ddab98e7492","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29e99ddab98e7492","status":"passed","time":{"start":1707735684539,"stop":1707735684540,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a954f7a94ada029e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a954f7a94ada029e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"ef43f4d1b2cc4a34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef43f4d1b2cc4a34","status":"passed","time":{"start":1707769968721,"stop":1707769968722,"duration":1}},{"uid":"af8fef5aae686c2e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8fef5aae686c2e","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"738e49df2ce6cd36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/738e49df2ce6cd36","status":"passed","time":{"start":1707758006714,"stop":1707758006715,"duration":1}},{"uid":"3240346548fafca5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3240346548fafca5","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ebc02c60c6799be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ebc02c60c6799be","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"a516b2046154440f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a516b2046154440f","status":"passed","time":{"start":1707753782761,"stop":1707753782762,"duration":1}},{"uid":"9f663d4b24aec647","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f663d4b24aec647","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"2866f7ff5a7fddfd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2866f7ff5a7fddfd","status":"passed","time":{"start":1707737091349,"stop":1707737091349,"duration":0}},{"uid":"702e2b0b369dae85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/702e2b0b369dae85","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"eaaf00acc2b9b4bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaaf00acc2b9b4bd","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"duration":1}},{"uid":"201c5a21991c2bcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/201c5a21991c2bcc","status":"passed","time":{"start":1707770051363,"stop":1707770051364,"duration":1}},{"uid":"75ef734656f3a439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/75ef734656f3a439","status":"passed","time":{"start":1707760174011,"stop":1707760174012,"duration":1}},{"uid":"687e01a19bf7647d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/687e01a19bf7647d","status":"passed","time":{"start":1707757873910,"stop":1707757873917,"duration":7}},{"uid":"23fadfdc7e218d63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23fadfdc7e218d63","status":"passed","time":{"start":1707756499900,"stop":1707756499900,"duration":0}},{"uid":"6721f2c3605b4ffd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6721f2c3605b4ffd","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"afc3ee815a3ac30d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc3ee815a3ac30d","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"c5c10950ecd5af6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5c10950ecd5af6a","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"7b6d4656eec4aebd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b6d4656eec4aebd","status":"passed","time":{"start":1707736947840,"stop":1707736947841,"duration":1}},{"uid":"dfc2593fb1f79ad7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dfc2593fb1f79ad7","status":"passed","time":{"start":1707736152499,"stop":1707736152500,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"30583484cf060d7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30583484cf060d7c","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"duration":1}},{"uid":"317c2ad7f47d5c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317c2ad7f47d5c98","status":"passed","time":{"start":1707769677703,"stop":1707769677706,"duration":3}},{"uid":"1258cf9a81875b00","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1258cf9a81875b00","status":"passed","time":{"start":1707759769673,"stop":1707759769674,"duration":1}},{"uid":"fc37ac223cc6546f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc37ac223cc6546f","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"601ad2be3b35e057","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/601ad2be3b35e057","status":"passed","time":{"start":1707756096178,"stop":1707756096180,"duration":2}},{"uid":"58f6fdc6629494cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58f6fdc6629494cf","status":"passed","time":{"start":1707753517974,"stop":1707753517975,"duration":1}},{"uid":"1067d3122c598f5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1067d3122c598f5f","status":"passed","time":{"start":1707753244728,"stop":1707753244729,"duration":1}},{"uid":"8a40d904e96ac004","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a40d904e96ac004","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"37ff88baaea15224","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37ff88baaea15224","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"4ea0398471c8ce38","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ea0398471c8ce38","status":"passed","time":{"start":1707735743496,"stop":1707735743507,"duration":11}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8f183c9e6553580e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f183c9e6553580e","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2}},{"uid":"e0457a82dde465f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0457a82dde465f1","status":"passed","time":{"start":1707769983263,"stop":1707769983265,"duration":2}},{"uid":"46e74ed58dbb1cc6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46e74ed58dbb1cc6","status":"passed","time":{"start":1707760095395,"stop":1707760095395,"duration":0}},{"uid":"45f3fb090d38f967","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f3fb090d38f967","status":"passed","time":{"start":1707757790725,"stop":1707757790725,"duration":0}},{"uid":"c402795ee6a9a805","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c402795ee6a9a805","status":"passed","time":{"start":1707756409537,"stop":1707756409537,"duration":0}},{"uid":"265e184521ce4ba3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/265e184521ce4ba3","status":"passed","time":{"start":1707753793181,"stop":1707753793181,"duration":0}},{"uid":"4466bcfb05a056a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4466bcfb05a056a7","status":"passed","time":{"start":1707753573521,"stop":1707753573522,"duration":1}},{"uid":"80bccc7a770a37b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/80bccc7a770a37b1","status":"passed","time":{"start":1707750953969,"stop":1707750953969,"duration":0}},{"uid":"d41c09fe486fd8f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d41c09fe486fd8f9","status":"passed","time":{"start":1707736878958,"stop":1707736878959,"duration":1}},{"uid":"78e186e1a51d66e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78e186e1a51d66e6","status":"passed","time":{"start":1707736081263,"stop":1707736081263,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ac41648ca8a77ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac41648ca8a77ce7","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"duration":1}},{"uid":"d887c406e112e221","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d887c406e112e221","status":"passed","time":{"start":1707769627290,"stop":1707769627290,"duration":0}},{"uid":"9d001c59658bae99","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d001c59658bae99","status":"passed","time":{"start":1707759722030,"stop":1707759722030,"duration":0}},{"uid":"8a8f2627d063e7a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a8f2627d063e7a","status":"passed","time":{"start":1707757416838,"stop":1707757416839,"duration":1}},{"uid":"a0dfc516ed3f6a36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0dfc516ed3f6a36","status":"passed","time":{"start":1707756046593,"stop":1707756046606,"duration":13}},{"uid":"d2b07f7afe04d508","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b07f7afe04d508","status":"passed","time":{"start":1707753464666,"stop":1707753464667,"duration":1}},{"uid":"9280ccb63468bcf6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9280ccb63468bcf6","status":"passed","time":{"start":1707753192937,"stop":1707753192937,"duration":0}},{"uid":"88e4a0d43e439725","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88e4a0d43e439725","status":"passed","time":{"start":1707750593505,"stop":1707750593506,"duration":1}},{"uid":"9d731018f44d1976","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d731018f44d1976","status":"passed","time":{"start":1707736510878,"stop":1707736510879,"duration":1}},{"uid":"ef94876b43233b5a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef94876b43233b5a","status":"passed","time":{"start":1707735692289,"stop":1707735692290,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"77f40b650b5b4afe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/77f40b650b5b4afe","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"efe140c723343c7e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efe140c723343c7e","status":"passed","time":{"start":1707769841908,"stop":1707769841909,"duration":1}},{"uid":"7b1082b602be7279","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b1082b602be7279","status":"passed","time":{"start":1707759921462,"stop":1707759921462,"duration":0}},{"uid":"f2d213ae34c1573c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d213ae34c1573c","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"83bdeb03f73a759f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/83bdeb03f73a759f","status":"passed","time":{"start":1707756261833,"stop":1707756261834,"duration":1}},{"uid":"6f765cb4d5e2d398","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f765cb4d5e2d398","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"687886af3c1d51ff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/687886af3c1d51ff","status":"passed","time":{"start":1707753409600,"stop":1707753409604,"duration":4}},{"uid":"90ec76c13cdc4b87","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90ec76c13cdc4b87","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"cfe3948a2a95fef1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfe3948a2a95fef1","status":"passed","time":{"start":1707736708335,"stop":1707736708336,"duration":1}},{"uid":"aa673cd8f5cc56ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa673cd8f5cc56ca","status":"passed","time":{"start":1707735914393,"stop":1707735914394,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"725f36f743b267cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/725f36f743b267cc","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0}},{"uid":"e1619b1a29ce03a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1619b1a29ce03a4","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"6400f07bdbe3c6dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6400f07bdbe3c6dc","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"7fade6ed5fa9641f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7fade6ed5fa9641f","status":"passed","time":{"start":1707757488461,"stop":1707757488461,"duration":0}},{"uid":"e74182c17fa10b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74182c17fa10b54","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"945628cc541b2aae","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/945628cc541b2aae","status":"passed","time":{"start":1707753533385,"stop":1707753533385,"duration":0}},{"uid":"eee781eb0f824f59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eee781eb0f824f59","status":"passed","time":{"start":1707753263798,"stop":1707753263798,"duration":0}},{"uid":"456806416a83f4c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/456806416a83f4c5","status":"passed","time":{"start":1707750661592,"stop":1707750661592,"duration":0}},{"uid":"d3c21985fff08850","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3c21985fff08850","status":"passed","time":{"start":1707736580002,"stop":1707736580003,"duration":1}},{"uid":"c3193031a34c68ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c3193031a34c68ed","status":"passed","time":{"start":1707735764683,"stop":1707735764684,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5b76bb849a4669ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b76bb849a4669ee","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"2ea6f3a02f3ee46e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea6f3a02f3ee46e","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"f5fa47448d55328f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f5fa47448d55328f","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"e6fa953151ec3dd9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6fa953151ec3dd9","status":"passed","time":{"start":1707757736394,"stop":1707757736396,"duration":2}},{"uid":"a3f7a10bb27d94f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3f7a10bb27d94f5","status":"passed","time":{"start":1707756352340,"stop":1707756352341,"duration":1}},{"uid":"e5a980448c87897d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a980448c87897d","status":"passed","time":{"start":1707753768709,"stop":1707753768710,"duration":1}},{"uid":"96274e73bab4c7fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96274e73bab4c7fe","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"823718d7ec59b708","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/823718d7ec59b708","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"d28d5b330d5cd44f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d28d5b330d5cd44f","status":"passed","time":{"start":1707736822681,"stop":1707736822681,"duration":0}},{"uid":"39e6c6b4d1342a76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/39e6c6b4d1342a76","status":"passed","time":{"start":1707736014742,"stop":1707736014743,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dda2805c6a76dea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dda2805c6a76dea1","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"duration":1}},{"uid":"8b325b93775e1e55","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b325b93775e1e55","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"52d5807ada75188","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52d5807ada75188","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"66df3ae0c570eb2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66df3ae0c570eb2a","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"eaf6116f80cca4f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eaf6116f80cca4f1","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"5ee67ab5aa66ab7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ee67ab5aa66ab7f","status":"passed","time":{"start":1707753651143,"stop":1707753651144,"duration":1}},{"uid":"dfec36dc32c3926d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dfec36dc32c3926d","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"58361b31888aae50","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/58361b31888aae50","status":"passed","time":{"start":1707750722040,"stop":1707750722045,"duration":5}},{"uid":"4fee544baa584d33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4fee544baa584d33","status":"passed","time":{"start":1707736708324,"stop":1707736708325,"duration":1}},{"uid":"ad1d262a2b99cdb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad1d262a2b99cdb","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6df8b426819fbd25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6df8b426819fbd25","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"duration":0}},{"uid":"cd73fd582af5ab6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd73fd582af5ab6","status":"passed","time":{"start":1707770134574,"stop":1707770134575,"duration":1}},{"uid":"88df4754c567b8ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88df4754c567b8ce","status":"passed","time":{"start":1707760319220,"stop":1707760319220,"duration":0}},{"uid":"7f64639c8170fc03","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f64639c8170fc03","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"df0604db777fdd7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df0604db777fdd7c","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"d52ee4c39094ad8c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d52ee4c39094ad8c","status":"passed","time":{"start":1707753945998,"stop":1707753945999,"duration":1}},{"uid":"515716311084276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515716311084276a","status":"passed","time":{"start":1707753803975,"stop":1707753803976,"duration":1}},{"uid":"5f0e31d9ca53023a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5f0e31d9ca53023a","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"58a20531c8f04ac7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58a20531c8f04ac7","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"30337436a6090587","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30337436a6090587","status":"passed","time":{"start":1707736302667,"stop":1707736302667,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ce27878d48fa8d2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce27878d48fa8d2b","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0}},{"uid":"682e6995c793595b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682e6995c793595b","status":"passed","time":{"start":1707769983285,"stop":1707769983286,"duration":1}},{"uid":"5d5a63e17ee51668","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d5a63e17ee51668","status":"passed","time":{"start":1707760095409,"stop":1707760095409,"duration":0}},{"uid":"8ecceef5052ef9b0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ecceef5052ef9b0","status":"passed","time":{"start":1707757790740,"stop":1707757790741,"duration":1}},{"uid":"cd26d48f7aa98c1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd26d48f7aa98c1b","status":"passed","time":{"start":1707756409552,"stop":1707756409553,"duration":1}},{"uid":"bada3d2cd618337b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bada3d2cd618337b","status":"passed","time":{"start":1707753793196,"stop":1707753793197,"duration":1}},{"uid":"8035bceabdd9cf22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8035bceabdd9cf22","status":"passed","time":{"start":1707753573537,"stop":1707753573538,"duration":1}},{"uid":"c884ad531c7692b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c884ad531c7692b4","status":"passed","time":{"start":1707750953986,"stop":1707750953987,"duration":1}},{"uid":"9bb2732dace032a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9bb2732dace032a6","status":"passed","time":{"start":1707736878973,"stop":1707736878973,"duration":0}},{"uid":"667e240c93ce3a8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/667e240c93ce3a8d","status":"passed","time":{"start":1707736081278,"stop":1707736081278,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e6c946f1f68adb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6c946f1f68adb1","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"a06c7ac018d818f7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a06c7ac018d818f7","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"f25fb3a0fea3ec2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f25fb3a0fea3ec2d","status":"passed","time":{"start":1707759921446,"stop":1707759921447,"duration":1}},{"uid":"759aed2e207e7e4d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/759aed2e207e7e4d","status":"passed","time":{"start":1707757624870,"stop":1707757624871,"duration":1}},{"uid":"56e0514112d44336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56e0514112d44336","status":"passed","time":{"start":1707756261746,"stop":1707756261747,"duration":1}},{"uid":"f16201ece0d54db8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f16201ece0d54db8","status":"passed","time":{"start":1707753651136,"stop":1707753651136,"duration":0}},{"uid":"fdd00599c6c95c3b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd00599c6c95c3b","status":"passed","time":{"start":1707753409579,"stop":1707753409580,"duration":1}},{"uid":"25cb6e830237f76d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25cb6e830237f76d","status":"passed","time":{"start":1707750722037,"stop":1707750722038,"duration":1}},{"uid":"d766ab7f62a00374","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d766ab7f62a00374","status":"passed","time":{"start":1707736708318,"stop":1707736708319,"duration":1}},{"uid":"1dbdde0222ae1fc4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dbdde0222ae1fc4","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"3f00d15db25ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f00d15db25ad8f8","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1}},{"uid":"3d4fc4aabcb3910b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d4fc4aabcb3910b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1707769968720,"stop":1707769968721,"duration":1}},{"uid":"1691685ecf94b374","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1691685ecf94b374","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"83a9b5a811c1789a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83a9b5a811c1789a","status":"passed","time":{"start":1707758006702,"stop":1707758006703,"duration":1}},{"uid":"54abe516940de7e3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54abe516940de7e3","status":"passed","time":{"start":1707756617032,"stop":1707756617033,"duration":1}},{"uid":"84373c8a73e63ae6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/84373c8a73e63ae6","status":"passed","time":{"start":1707753988873,"stop":1707753988874,"duration":1}},{"uid":"e52e48ed04d4228b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e52e48ed04d4228b","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"37495b6fa0baf1b9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/37495b6fa0baf1b9","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"a90ce22bb9866db1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a90ce22bb9866db1","status":"passed","time":{"start":1707737091295,"stop":1707737091295,"duration":0}},{"uid":"c218bc6ce75ab15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218bc6ce75ab15","status":"passed","time":{"start":1707736260115,"stop":1707736260115,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c113a33c729c954e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c113a33c729c954e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"adad8a3e37a08251","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adad8a3e37a08251","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"7f9ea101bad31e54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7f9ea101bad31e54","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"58fc1b76249c75e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58fc1b76249c75e3","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"25da8daabb06e811","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25da8daabb06e811","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"8e59477aaf9d9e2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e59477aaf9d9e2","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"8ec9a723bd5ee1ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ec9a723bd5ee1ec","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"89fe0cfc521fc944","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89fe0cfc521fc944","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"6fd5131ae1e085d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6fd5131ae1e085d0","status":"passed","time":{"start":1707736511741,"stop":1707736511742,"duration":1}},{"uid":"325838315b47b4ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325838315b47b4ca","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8af38e2eb2baf574","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8af38e2eb2baf574","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1}},{"uid":"4424293d355a4faa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4424293d355a4faa","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"ace4261bf7d0024c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ace4261bf7d0024c","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"dcc461be8efa8a79","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcc461be8efa8a79","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"567e8fe25e650320","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/567e8fe25e650320","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"1fb76b3a2bd29f61","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1fb76b3a2bd29f61","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"e12a808022bdbcf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e12a808022bdbcf1","status":"passed","time":{"start":1707753193784,"stop":1707753193785,"duration":1}},{"uid":"ede3766143752b7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ede3766143752b7a","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"55a796a925d485c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55a796a925d485c","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"84ef644533d51de1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ef644533d51de1","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a42a54c89c5b2ec4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a42a54c89c5b2ec4","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"2395248cf7dad3e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2395248cf7dad3e","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"bf4e0ec77bacb098","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf4e0ec77bacb098","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"2a1ecd9d84a926b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a1ecd9d84a926b1","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"950a6e0fc542c40b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/950a6e0fc542c40b","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"fedf332c921541f8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fedf332c921541f8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"fe8fef3459f38c12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe8fef3459f38c12","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"29a8a0df19d57d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a8a0df19d57d6","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"bdd06bbfec1677ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bdd06bbfec1677ce","status":"passed","time":{"start":1707736511739,"stop":1707736511740,"duration":1}},{"uid":"fcc7b9e7ea22ebe7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcc7b9e7ea22ebe7","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"58b7a4c63cf9d9b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b7a4c63cf9d9b","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"duration":1}},{"uid":"a30d7d131e5c76aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a30d7d131e5c76aa","status":"passed","time":{"start":1707770054149,"stop":1707770054150,"duration":1}},{"uid":"7830cdc7b235ba2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7830cdc7b235ba2d","status":"passed","time":{"start":1707760163341,"stop":1707760163341,"duration":0}},{"uid":"5bd978badd8f93cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bd978badd8f93cd","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"9e9b5d0646604f4e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e9b5d0646604f4e","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"8f0c17e660e084c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f0c17e660e084c0","status":"passed","time":{"start":1707753863567,"stop":1707753863568,"duration":1}},{"uid":"f343ab451e01acbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f343ab451e01acbe","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"d695170af9518600","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695170af9518600","status":"passed","time":{"start":1707751014394,"stop":1707751014397,"duration":3}},{"uid":"764ff8745a7c5e2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/764ff8745a7c5e2c","status":"passed","time":{"start":1707736941413,"stop":1707736941413,"duration":0}},{"uid":"52a19b440d0147ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/52a19b440d0147ad","status":"passed","time":{"start":1707736158696,"stop":1707736158696,"duration":0}}]},"003b2c332f3fb935c86480112591f79a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25402c778f185e5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25402c778f185e5c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"04c4a64ed1715b6c3d4d338538d8f782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d4c437682596f0c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4c437682596f0c","status":"passed","time":{"start":1707736152510,"stop":1707736152511,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7bd6685fb7ab6a21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7bd6685fb7ab6a21","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"duration":0}},{"uid":"c9ae64ab3a263fc9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9ae64ab3a263fc9","status":"passed","time":{"start":1707769883324,"stop":1707769883325,"duration":1}},{"uid":"916f05328ae64275","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/916f05328ae64275","status":"passed","time":{"start":1707759981464,"stop":1707759981465,"duration":1}},{"uid":"a6f1575efc8d02c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a6f1575efc8d02c2","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"1c3fa22e0d0a9a97","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3fa22e0d0a9a97","status":"passed","time":{"start":1707756304430,"stop":1707756304431,"duration":1}},{"uid":"21a123764ac83bcb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/21a123764ac83bcb","status":"passed","time":{"start":1707753713251,"stop":1707753713251,"duration":0}},{"uid":"6bc456dc736f2a29","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6bc456dc736f2a29","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"bdbd82b94f60782b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bdbd82b94f60782b","status":"passed","time":{"start":1707750840043,"stop":1707750840043,"duration":0}},{"uid":"8cd8e9844a8f3f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cd8e9844a8f3f72","status":"passed","time":{"start":1707736765020,"stop":1707736765020,"duration":0}},{"uid":"6715a9059b5f8538","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6715a9059b5f8538","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d3ac8adef3a128a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3ac8adef3a128a","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1}},{"uid":"d3ce609a9b13ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3ce609a9b13ee1d","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"b2dfe3dd167e5c45","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b2dfe3dd167e5c45","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"edf5bbbbe6012e50","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edf5bbbbe6012e50","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"160da9e0c716460a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160da9e0c716460a","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"bc9a9cb41d0f0f65","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc9a9cb41d0f0f65","status":"passed","time":{"start":1707753457115,"stop":1707753457116,"duration":1}},{"uid":"5d030e6f8326825c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d030e6f8326825c","status":"passed","time":{"start":1707753185097,"stop":1707753185098,"duration":1}},{"uid":"277be6d737320279","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/277be6d737320279","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"f5ca9fd7e8ed2403","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5ca9fd7e8ed2403","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"8026f11c2741aa2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8026f11c2741aa2e","status":"passed","time":{"start":1707735684651,"stop":1707735684652,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b020d4b2d7e59eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b020d4b2d7e59eb8","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"duration":1}},{"uid":"c9af06b87fa97208","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9af06b87fa97208","status":"passed","time":{"start":1707769735030,"stop":1707769735031,"duration":1}},{"uid":"7cbc8bb09d2eecda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cbc8bb09d2eecda","status":"passed","time":{"start":1707759831191,"stop":1707759831192,"duration":1}},{"uid":"4ab58f377c463f6b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ab58f377c463f6b","status":"passed","time":{"start":1707757528818,"stop":1707757528818,"duration":0}},{"uid":"aa0f40501f457415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa0f40501f457415","status":"passed","time":{"start":1707756157288,"stop":1707756157288,"duration":0}},{"uid":"5dfde479c1933d2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5dfde479c1933d2a","status":"passed","time":{"start":1707753578467,"stop":1707753578468,"duration":1}},{"uid":"4b73c8945ec4d49b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b73c8945ec4d49b","status":"passed","time":{"start":1707753307883,"stop":1707753307884,"duration":1}},{"uid":"808ffa5bf9d18f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/808ffa5bf9d18f64","status":"passed","time":{"start":1707750703123,"stop":1707750703124,"duration":1}},{"uid":"241007ae1c3bfa24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/241007ae1c3bfa24","status":"passed","time":{"start":1707736629964,"stop":1707736629964,"duration":0}},{"uid":"3ef19e29b92833a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3ef19e29b92833a4","status":"passed","time":{"start":1707735809085,"stop":1707735809086,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7910db434b85a837","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7910db434b85a837","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"duration":0}},{"uid":"78190f0fd95e30af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78190f0fd95e30af","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"4775eb11ce86cd34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4775eb11ce86cd34","status":"passed","time":{"start":1707759714511,"stop":1707759714511,"duration":0}},{"uid":"c9af027c13846efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c9af027c13846efa","status":"passed","time":{"start":1707757408929,"stop":1707757408929,"duration":0}},{"uid":"3724d4708421bce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3724d4708421bce9","status":"passed","time":{"start":1707756038655,"stop":1707756038656,"duration":1}},{"uid":"ac0f5d927532770a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0f5d927532770a","status":"passed","time":{"start":1707753456823,"stop":1707753456824,"duration":1}},{"uid":"fb08c020663b7ab4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb08c020663b7ab4","status":"passed","time":{"start":1707753185030,"stop":1707753185031,"duration":1}},{"uid":"9c61becdc7d694c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c61becdc7d694c7","status":"passed","time":{"start":1707750585694,"stop":1707750585695,"duration":1}},{"uid":"38e058ff7a0b2485","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e058ff7a0b2485","status":"passed","time":{"start":1707736503249,"stop":1707736503250,"duration":1}},{"uid":"539f0bfcc2a65012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/539f0bfcc2a65012","status":"passed","time":{"start":1707735684544,"stop":1707735684545,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"59aecd4e453853fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59aecd4e453853fb","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"duration":0}},{"uid":"91af6cec93de4d6c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/91af6cec93de4d6c","status":"passed","time":{"start":1707769983275,"stop":1707769983275,"duration":0}},{"uid":"c2302009d2af56a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c2302009d2af56a4","status":"passed","time":{"start":1707760095401,"stop":1707760095402,"duration":1}},{"uid":"e5e85b0e468fc6ba","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e5e85b0e468fc6ba","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"ae043258f4e836eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ae043258f4e836eb","status":"passed","time":{"start":1707756409543,"stop":1707756409544,"duration":1}},{"uid":"c0b67c2e0b19afa8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c0b67c2e0b19afa8","status":"passed","time":{"start":1707753793188,"stop":1707753793189,"duration":1}},{"uid":"8798bca824c55ac8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8798bca824c55ac8","status":"passed","time":{"start":1707753573528,"stop":1707753573528,"duration":0}},{"uid":"32d50991789313e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32d50991789313e2","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"2669ed6cc368e063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2669ed6cc368e063","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"95d35d12e380ade3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95d35d12e380ade3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"d70c1217af808eb49478cd548aa1cd8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c52e1adc348d868c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c52e1adc348d868c","status":"passed","time":{"start":1707758023543,"stop":1707758023544,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ae0635c5863a2814","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0635c5863a2814","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"f9655a296a0c28cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9655a296a0c28cb","status":"passed","time":{"start":1707769994533,"stop":1707769994534,"duration":1}},{"uid":"325d6991aa999065","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/325d6991aa999065","status":"passed","time":{"start":1707760106453,"stop":1707760106454,"duration":1}},{"uid":"eb3efdf0da4c3a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb3efdf0da4c3a27","status":"passed","time":{"start":1707757804291,"stop":1707757804292,"duration":1}},{"uid":"aeb2fd209b31f89a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aeb2fd209b31f89a","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"da99b01eb6fde58f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da99b01eb6fde58f","status":"passed","time":{"start":1707753796545,"stop":1707753796545,"duration":0}},{"uid":"c0ee35141f299ff2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0ee35141f299ff2","status":"passed","time":{"start":1707753586160,"stop":1707753586160,"duration":0}},{"uid":"18ed59fa071faea3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18ed59fa071faea3","status":"passed","time":{"start":1707750964799,"stop":1707750964799,"duration":0}},{"uid":"60c994f510410ab0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60c994f510410ab0","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"ce9e88ab3eafcc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce9e88ab3eafcc61","status":"passed","time":{"start":1707736096387,"stop":1707736096388,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9a8e7a1d3665fe5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9a8e7a1d3665fe5d","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"duration":1}},{"uid":"5ef694ec759528de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ef694ec759528de","status":"passed","time":{"start":1707769883325,"stop":1707769883325,"duration":0}},{"uid":"8967f8fd93bbdc88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8967f8fd93bbdc88","status":"passed","time":{"start":1707759981465,"stop":1707759981477,"duration":12}},{"uid":"3645201f3cc67547","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3645201f3cc67547","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"a0e9d870c07da271","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0e9d870c07da271","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"502d17de578ceb8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/502d17de578ceb8d","status":"passed","time":{"start":1707753713252,"stop":1707753713252,"duration":0}},{"uid":"af2ae2f76d7dba92","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af2ae2f76d7dba92","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"3e4713a079c30da3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e4713a079c30da3","status":"passed","time":{"start":1707750840043,"stop":1707750840044,"duration":1}},{"uid":"45aeb0a97241a90c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/45aeb0a97241a90c","status":"passed","time":{"start":1707736765034,"stop":1707736765035,"duration":1}},{"uid":"45e4b6115903fd57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45e4b6115903fd57","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ef345f346713a6e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef345f346713a6e7","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1}},{"uid":"3e64f97acc73388","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64f97acc73388","status":"passed","time":{"start":1707769627292,"stop":1707769627293,"duration":1}},{"uid":"19ac06cb19bb9878","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19ac06cb19bb9878","status":"passed","time":{"start":1707759722033,"stop":1707759722034,"duration":1}},{"uid":"8e0bc6d17269a14a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e0bc6d17269a14a","status":"passed","time":{"start":1707757416841,"stop":1707757416841,"duration":0}},{"uid":"4dee675f06cb8e8a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4dee675f06cb8e8a","status":"passed","time":{"start":1707756046608,"stop":1707756046608,"duration":0}},{"uid":"ce5a2e43185ace43","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ce5a2e43185ace43","status":"passed","time":{"start":1707753464668,"stop":1707753464669,"duration":1}},{"uid":"515248fc78a525bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515248fc78a525bd","status":"passed","time":{"start":1707753192941,"stop":1707753192942,"duration":1}},{"uid":"bec9890abc7994c9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bec9890abc7994c9","status":"passed","time":{"start":1707750593507,"stop":1707750593508,"duration":1}},{"uid":"29b457352093a824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29b457352093a824","status":"passed","time":{"start":1707736510881,"stop":1707736510881,"duration":0}},{"uid":"3c292e7666b30715","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c292e7666b30715","status":"passed","time":{"start":1707735692292,"stop":1707735692293,"duration":1}}]},"eb5cd263b20dedc944f813ccecd21e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad41e2737542d674","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad41e2737542d674","status":"passed","time":{"start":1707750796033,"stop":1707750796034,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":8,"unknown":0,"total":10},"items":[{"uid":"37551d4cd3c2acd1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37551d4cd3c2acd1","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0}},{"uid":"84d8796cef21c7a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/84d8796cef21c7a4","status":"passed","time":{"start":1707769706667,"stop":1707769706668,"duration":1}},{"uid":"e58b9994aacda368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e58b9994aacda368","status":"passed","time":{"start":1707759811408,"stop":1707759811408,"duration":0}},{"uid":"b5d68dbfd54df7f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5d68dbfd54df7f4","status":"passed","time":{"start":1707757504683,"stop":1707757504684,"duration":1}},{"uid":"e74615df6ecaaece","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74615df6ecaaece","status":"passed","time":{"start":1707756131517,"stop":1707756131518,"duration":1}},{"uid":"a51b2fc69dcdc302","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a51b2fc69dcdc302","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707753506938,"stop":1707753506939,"duration":1}},{"uid":"bbdfa84a3e985e51","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bbdfa84a3e985e51","status":"passed","time":{"start":1707753284214,"stop":1707753284214,"duration":0}},{"uid":"d272226fbcf99b53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d272226fbcf99b53","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707750635810,"stop":1707750635811,"duration":1}},{"uid":"a1b208687cda7e9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1b208687cda7e9f","status":"passed","time":{"start":1707736597188,"stop":1707736597188,"duration":0}},{"uid":"71ffe9889bdc3447","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71ffe9889bdc3447","status":"passed","time":{"start":1707735784059,"stop":1707735784060,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1b8ebe2689312bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b8ebe2689312bf1","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}},{"uid":"4dc3448f79ea8620","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4dc3448f79ea8620","status":"passed","time":{"start":1707760301810,"stop":1707760301811,"duration":1}},{"uid":"4c3b0e9f6b2be482","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c3b0e9f6b2be482","status":"passed","time":{"start":1707758006709,"stop":1707758006709,"duration":0}},{"uid":"727400c2ccc67b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/727400c2ccc67b22","status":"passed","time":{"start":1707756617039,"stop":1707756617040,"duration":1}},{"uid":"a13f78b952b4f033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13f78b952b4f033","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}},{"uid":"88c79c074e60d659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c79c074e60d659","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}},{"uid":"8f0f62656b315586","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f0f62656b315586","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"9f8c8ff0fa144638","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f8c8ff0fa144638","status":"passed","time":{"start":1707737091309,"stop":1707737091309,"duration":0}},{"uid":"6b6791e928a92237","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6791e928a92237","status":"passed","time":{"start":1707736260130,"stop":1707736260131,"duration":1}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"34ed353c066c6d97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34ed353c066c6d97","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"49840d005f83a4b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49840d005f83a4b3","status":"passed","time":{"start":1707769619251,"stop":1707769619252,"duration":1}},{"uid":"b63d0b8fb6813d83","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b63d0b8fb6813d83","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"5de63460b9e89036","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5de63460b9e89036","status":"passed","time":{"start":1707757408924,"stop":1707757408925,"duration":1}},{"uid":"80e63c9e50f308d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80e63c9e50f308d4","status":"passed","time":{"start":1707756038652,"stop":1707756038652,"duration":0}},{"uid":"1783ff60038dca87","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1783ff60038dca87","status":"passed","time":{"start":1707753456821,"stop":1707753456821,"duration":0}},{"uid":"1dfe03f86b2d9dd9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1dfe03f86b2d9dd9","status":"passed","time":{"start":1707753185028,"stop":1707753185028,"duration":0}},{"uid":"d017616c0af26cf5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d017616c0af26cf5","status":"passed","time":{"start":1707750585692,"stop":1707750585692,"duration":0}},{"uid":"81ffa978fcc329bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/81ffa978fcc329bf","status":"passed","time":{"start":1707736503245,"stop":1707736503246,"duration":1}},{"uid":"40bcbbf0c4b3407a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40bcbbf0c4b3407a","status":"passed","time":{"start":1707735684541,"stop":1707735684542,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8b300ecafe22acea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b300ecafe22acea","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1}},{"uid":"4d8f7a0caabe3381","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4d8f7a0caabe3381","status":"passed","time":{"start":1707770208539,"stop":1707770208540,"duration":1}},{"uid":"42c3bc71ae3647c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42c3bc71ae3647c3","status":"passed","time":{"start":1707760335937,"stop":1707760335938,"duration":1}},{"uid":"d2bbf0c3587bced0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d2bbf0c3587bced0","status":"passed","time":{"start":1707758023525,"stop":1707758023526,"duration":1}},{"uid":"9300cc76656e7226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9300cc76656e7226","status":"passed","time":{"start":1707756663995,"stop":1707756663996,"duration":1}},{"uid":"97c5bc2ce825cd94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/97c5bc2ce825cd94","status":"passed","time":{"start":1707753717348,"stop":1707753717349,"duration":1}},{"uid":"a3ace110d8d48733","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3ace110d8d48733","status":"passed","time":{"start":1707753837159,"stop":1707753837159,"duration":0}},{"uid":"fc98147b5be2e790","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc98147b5be2e790","status":"passed","time":{"start":1707751136277,"stop":1707751136277,"duration":0}},{"uid":"37e69bc7d0d8dc2a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e69bc7d0d8dc2a","status":"passed","time":{"start":1707737124638,"stop":1707737124639,"duration":1}},{"uid":"7418420191541da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7418420191541da8","status":"passed","time":{"start":1707736322649,"stop":1707736322649,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fce5f1b8a9d1bb2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce5f1b8a9d1bb2d","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"duration":0}},{"uid":"e1ad0f1b5c338bc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1ad0f1b5c338bc6","status":"passed","time":{"start":1707769735036,"stop":1707769735037,"duration":1}},{"uid":"2ed1ec0c70abc106","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ed1ec0c70abc106","status":"passed","time":{"start":1707759831196,"stop":1707759831196,"duration":0}},{"uid":"2c5e17a65bced914","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c5e17a65bced914","status":"passed","time":{"start":1707757528826,"stop":1707757528827,"duration":1}},{"uid":"ffeeff34c0784c48","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffeeff34c0784c48","status":"passed","time":{"start":1707756157295,"stop":1707756157295,"duration":0}},{"uid":"48388fc7f236c70","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48388fc7f236c70","status":"passed","time":{"start":1707753578475,"stop":1707753578476,"duration":1}},{"uid":"175b57bdc693907d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/175b57bdc693907d","status":"passed","time":{"start":1707753307898,"stop":1707753307898,"duration":0}},{"uid":"ff19b68f2ce637e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff19b68f2ce637e","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d0262df938b6034b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0262df938b6034b","status":"passed","time":{"start":1707736629975,"stop":1707736629975,"duration":0}},{"uid":"4b660038be7d676f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b660038be7d676f","status":"passed","time":{"start":1707735809091,"stop":1707735809091,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6d6ef935883b7ee6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d6ef935883b7ee6","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0}},{"uid":"6fa3607f984d8e92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6fa3607f984d8e92","status":"passed","time":{"start":1707770208538,"stop":1707770208538,"duration":0}},{"uid":"c773541f167473b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c773541f167473b5","status":"passed","time":{"start":1707760335934,"stop":1707760335935,"duration":1}},{"uid":"2bb4a68f4f5764cb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bb4a68f4f5764cb","status":"passed","time":{"start":1707758023522,"stop":1707758023523,"duration":1}},{"uid":"1bded12b0fa178c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bded12b0fa178c4","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"43aca9d7a51dd045","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43aca9d7a51dd045","status":"passed","time":{"start":1707753717332,"stop":1707753717333,"duration":1}},{"uid":"a420bf034ff5fc2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a420bf034ff5fc2","status":"passed","time":{"start":1707753837155,"stop":1707753837156,"duration":1}},{"uid":"ad659525ae55361a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad659525ae55361a","status":"passed","time":{"start":1707751136272,"stop":1707751136275,"duration":3}},{"uid":"968cdee57133e4bc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/968cdee57133e4bc","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"7be6653dd391b3e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7be6653dd391b3e0","status":"passed","time":{"start":1707736322646,"stop":1707736322647,"duration":1}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"37b48df0061958b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37b48df0061958b6","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1}},{"uid":"f8caff9266713572","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8caff9266713572","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"9efa33fea16f3f9f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9efa33fea16f3f9f","status":"passed","time":{"start":1707760301827,"stop":1707760301828,"duration":1}},{"uid":"f1d9dc1086865e9c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1d9dc1086865e9c","status":"passed","time":{"start":1707758006724,"stop":1707758006725,"duration":1}},{"uid":"be01962555a090c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be01962555a090c5","status":"passed","time":{"start":1707756617063,"stop":1707756617063,"duration":0}},{"uid":"90dc717490736937","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/90dc717490736937","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"fc4936dd85c5676f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc4936dd85c5676f","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"2588f91e7566c1a5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2588f91e7566c1a5","status":"passed","time":{"start":1707751162324,"stop":1707751162325,"duration":1}},{"uid":"8a4151701426d5f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a4151701426d5f5","status":"passed","time":{"start":1707737091385,"stop":1707737091386,"duration":1}},{"uid":"7a01d06099c01283","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a01d06099c01283","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"61923ecd6542e7d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61923ecd6542e7d8","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"4e8789013f02f20c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e8789013f02f20c","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"62a075e65b6c3e95","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a075e65b6c3e95","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"39b6754ba5bf3a4b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39b6754ba5bf3a4b","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"b0c44c86000256fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b0c44c86000256fc","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"ea1e537ee28197d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1e537ee28197d0","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"35a7204c0f30df5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a7204c0f30df5e","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"2a5307a93556ca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a5307a93556ca1","status":"passed","time":{"start":1707751228960,"stop":1707751228961,"duration":1}},{"uid":"67ac5eb90fec2cf9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67ac5eb90fec2cf9","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"7dbe0cd8f0b4de24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dbe0cd8f0b4de24","status":"passed","time":{"start":1707736353037,"stop":1707736353038,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"28c144bff577abba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28c144bff577abba","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"236bac378a9926e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/236bac378a9926e8","status":"passed","time":{"start":1707770103226,"stop":1707770103226,"duration":0}},{"uid":"422ed98feea5e4b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422ed98feea5e4b1","status":"passed","time":{"start":1707760299492,"stop":1707760299493,"duration":1}},{"uid":"2dded90316f5d249","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2dded90316f5d249","status":"passed","time":{"start":1707757995161,"stop":1707757995161,"duration":0}},{"uid":"5643edabe5ee5598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5643edabe5ee5598","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"b8342dea987120f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8342dea987120f6","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"18709e51a062b76e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18709e51a062b76e","status":"passed","time":{"start":1707753785898,"stop":1707753785898,"duration":0}},{"uid":"a0592eb2745ed198","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0592eb2745ed198","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"71f13294be01b960","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71f13294be01b960","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"67346957bf02e56","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67346957bf02e56","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"46bfb2111ac373cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46bfb2111ac373cf","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0}},{"uid":"af75c5f7bba8e8da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af75c5f7bba8e8da","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"6e4a26eade0fc97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6e4a26eade0fc97","status":"passed","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"b8aba73f301ccda0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b8aba73f301ccda0","status":"passed","time":{"start":1707757676040,"stop":1707757676040,"duration":0}},{"uid":"96f2149c508f549e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/96f2149c508f549e","status":"passed","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"5345cdda8ec5274f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5345cdda8ec5274f","status":"passed","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"8377ac05c90364b6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8377ac05c90364b6","status":"passed","time":{"start":1707753448093,"stop":1707753448094,"duration":1}},{"uid":"9a5b3456bd67339e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a5b3456bd67339e","status":"passed","time":{"start":1707750840036,"stop":1707750840037,"duration":1}},{"uid":"aa8f1c37b7138a92","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aa8f1c37b7138a92","status":"passed","time":{"start":1707736765001,"stop":1707736765002,"duration":1}},{"uid":"519095ea0e4e7828","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/519095ea0e4e7828","status":"passed","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7c610952eb926c2a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c610952eb926c2a","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"12e1cfc50b0486fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12e1cfc50b0486fc","status":"passed","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"8bdd9bc05444265f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8bdd9bc05444265f","status":"passed","time":{"start":1707760106457,"stop":1707760106458,"duration":1}},{"uid":"6373730eb41b9219","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6373730eb41b9219","status":"passed","time":{"start":1707757804295,"stop":1707757804295,"duration":0}},{"uid":"4136982c381480e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4136982c381480e1","status":"passed","time":{"start":1707756422347,"stop":1707756422347,"duration":0}},{"uid":"915d53c2564372c4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/915d53c2564372c4","status":"passed","time":{"start":1707753796548,"stop":1707753796549,"duration":1}},{"uid":"45a966b3ef20542e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45a966b3ef20542e","status":"passed","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"cb7596d04c2d0121","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb7596d04c2d0121","status":"passed","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"46c703b727f68060","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46c703b727f68060","status":"passed","time":{"start":1707736890437,"stop":1707736890438,"duration":1}},{"uid":"e6ceaf96dc598d25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6ceaf96dc598d25","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fda7e179c89cec64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fda7e179c89cec64","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"da4abeabec11b629","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/da4abeabec11b629","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"a5186f048864b822","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5186f048864b822","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"5791259eeb6d83d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5791259eeb6d83d4","status":"passed","time":{"start":1707758004335,"stop":1707758004336,"duration":1}},{"uid":"367c00f2fc4f3589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/367c00f2fc4f3589","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"a5ddfbf04d49cff3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5ddfbf04d49cff3","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"d926dc5d340f792","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d926dc5d340f792","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"b753c0875a76362a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b753c0875a76362a","status":"passed","time":{"start":1707751228967,"stop":1707751228968,"duration":1}},{"uid":"67b3469bcc8d000f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67b3469bcc8d000f","status":"passed","time":{"start":1707737173825,"stop":1707737173826,"duration":1}},{"uid":"caefec33cac774ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caefec33cac774ff","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d4ae065c85d50652","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d4ae065c85d50652","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"8f67827992301b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f67827992301b2e","status":"passed","time":{"start":1707769675178,"stop":1707769675179,"duration":1}},{"uid":"c3a35d52318c9209","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a35d52318c9209","status":"passed","time":{"start":1707759769146,"stop":1707759769147,"duration":1}},{"uid":"1f1f97e6f03c7d60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f1f97e6f03c7d60","status":"passed","time":{"start":1707757465317,"stop":1707757465318,"duration":1}},{"uid":"2b54207e1a12dbdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b54207e1a12dbdb","status":"passed","time":{"start":1707756093661,"stop":1707756093661,"duration":0}},{"uid":"866cc6f0fe699bf9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/866cc6f0fe699bf9","status":"passed","time":{"start":1707753515350,"stop":1707753515351,"duration":1}},{"uid":"8df77814f0af8797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8df77814f0af8797","status":"passed","time":{"start":1707753244110,"stop":1707753244111,"duration":1}},{"uid":"3d0f906fe3a6ca7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d0f906fe3a6ca7f","status":"passed","time":{"start":1707750644849,"stop":1707750644849,"duration":0}},{"uid":"8c18016425f249f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c18016425f249f9","status":"passed","time":{"start":1707736558944,"stop":1707736558944,"duration":0}},{"uid":"7b4caa4c0c17b665","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b4caa4c0c17b665","status":"passed","time":{"start":1707735741833,"stop":1707735741834,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"833fd4353df754ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833fd4353df754ef","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"cd03b7a31197fdcf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd03b7a31197fdcf","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"b43dbff8bc01b6ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b43dbff8bc01b6ce","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"49d9dc62cedb3859","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49d9dc62cedb3859","status":"passed","time":{"start":1707757790737,"stop":1707757790738,"duration":1}},{"uid":"27362827ec771e2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27362827ec771e2b","status":"passed","time":{"start":1707756409547,"stop":1707756409548,"duration":1}},{"uid":"d6e4f38f96efc14b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6e4f38f96efc14b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"45320ce832ca6392","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45320ce832ca6392","status":"passed","time":{"start":1707753573531,"stop":1707753573532,"duration":1}},{"uid":"c8d974144067e157","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c8d974144067e157","status":"passed","time":{"start":1707750953982,"stop":1707750953983,"duration":1}},{"uid":"9e0c8800f7d5bd4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e0c8800f7d5bd4","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"2cc1cc3cde9ba9cd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2cc1cc3cde9ba9cd","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"58cf68b3c4e95727","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58cf68b3c4e95727","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"451e9511e8212503","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/451e9511e8212503","status":"passed","time":{"start":1707770126645,"stop":1707770126646,"duration":1}},{"uid":"2b24696d66c083b6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b24696d66c083b6","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"72f7069d5aa45f93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72f7069d5aa45f93","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"15978795f8018f05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/15978795f8018f05","status":"passed","time":{"start":1707756635735,"stop":1707756635735,"duration":0}},{"uid":"92af36ba969b73a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92af36ba969b73a2","status":"passed","time":{"start":1707753934637,"stop":1707753934638,"duration":1}},{"uid":"e97fd2c885fd4317","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e97fd2c885fd4317","status":"passed","time":{"start":1707753799509,"stop":1707753799510,"duration":1}},{"uid":"2b30a9a8fba185a9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b30a9a8fba185a9","status":"passed","time":{"start":1707751117569,"stop":1707751117570,"duration":1}},{"uid":"43e51fdf8adb4845","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43e51fdf8adb4845","status":"passed","time":{"start":1707737090804,"stop":1707737090804,"duration":0}},{"uid":"7e3dfe6616c3e41b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e3dfe6616c3e41b","status":"passed","time":{"start":1707736296306,"stop":1707736296307,"duration":1}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b5bed94f6741bfff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5bed94f6741bfff","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"duration":0}},{"uid":"57e213533ba9668e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e213533ba9668e","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"bbde82e6097d94d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bbde82e6097d94d2","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"67b8c4bca67dc0d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67b8c4bca67dc0d5","status":"passed","time":{"start":1707757804303,"stop":1707757804304,"duration":1}},{"uid":"2448b03aea54c27d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2448b03aea54c27d","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"4fa6d0410020712c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fa6d0410020712c","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"839f4205f36e52c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/839f4205f36e52c2","status":"passed","time":{"start":1707753586168,"stop":1707753586168,"duration":0}},{"uid":"4a6ce16a1f27533b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a6ce16a1f27533b","status":"passed","time":{"start":1707750964811,"stop":1707750964811,"duration":0}},{"uid":"6701c12b92f10c51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6701c12b92f10c51","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"3abce03d16580273","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3abce03d16580273","status":"passed","time":{"start":1707736096394,"stop":1707736096394,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"7d9dbc75862cc6ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d9dbc75862cc6ee","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e504ce67b7da9da4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e504ce67b7da9da4","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"10547e414dd58555","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10547e414dd58555","status":"passed","time":{"start":1707760335945,"stop":1707760335946,"duration":1}},{"uid":"af60239ca5119892","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af60239ca5119892","status":"passed","time":{"start":1707758023531,"stop":1707758023531,"duration":0}},{"uid":"a9593930868da33f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a9593930868da33f","status":"passed","time":{"start":1707756664000,"stop":1707756664001,"duration":1}},{"uid":"ea821ace10869d5d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea821ace10869d5d","status":"passed","time":{"start":1707753837166,"stop":1707753837166,"duration":0}},{"uid":"6cdd6c3826b7ce69","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6cdd6c3826b7ce69","status":"passed","time":{"start":1707751136290,"stop":1707751136291,"duration":1}},{"uid":"fe577c4fbfcecdb5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe577c4fbfcecdb5","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"ddbe99ce540e0b4b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ddbe99ce540e0b4b","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1fece467cc02cde7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fece467cc02cde7","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"duration":1}},{"uid":"5284b8237ecb45af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5284b8237ecb45af","status":"passed","time":{"start":1707769841910,"stop":1707769841911,"duration":1}},{"uid":"a6397fbf4bed461","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6397fbf4bed461","status":"passed","time":{"start":1707759921464,"stop":1707759921465,"duration":1}},{"uid":"df5600321d8ac7fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df5600321d8ac7fa","status":"passed","time":{"start":1707757624890,"stop":1707757624891,"duration":1}},{"uid":"c05a230fa34719c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c05a230fa34719c7","status":"passed","time":{"start":1707756261841,"stop":1707756261842,"duration":1}},{"uid":"137ca0f0ea8f89fd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/137ca0f0ea8f89fd","status":"passed","time":{"start":1707753651190,"stop":1707753651191,"duration":1}},{"uid":"88c4f048a4970b02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c4f048a4970b02","status":"passed","time":{"start":1707753409608,"stop":1707753409609,"duration":1}},{"uid":"6bccb9765012d41a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bccb9765012d41a","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"d0222577edddd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0222577edddd74","status":"passed","time":{"start":1707736708337,"stop":1707736708338,"duration":1}},{"uid":"a8cf0953dbd3f072","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a8cf0953dbd3f072","status":"passed","time":{"start":1707735914396,"stop":1707735914396,"duration":0}}]},"3fb0e6e33fb40178a38ae355215357aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d21df6ed3fcb0855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d21df6ed3fcb0855","status":"passed","time":{"start":1707759965202,"stop":1707759965204,"duration":2}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"3ba556d74cdc15bb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ba556d74cdc15bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"55a406f8b0c83b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55a406f8b0c83b6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843155,"duration":0}},{"uid":"9a52c3d1968d9189","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a52c3d1968d9189","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"688269ed09321245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/688269ed09321245","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f15f0b53c12c6a04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f15f0b53c12c6a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"d2be06b53388f75a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2be06b53388f75a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"b6995568859a1f49","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6995568859a1f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423545,"stop":1707753423546,"duration":1}},{"uid":"9685ce9aedd78344","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9685ce9aedd78344","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"1081404248fefb81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1081404248fefb81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"d32a52ae70cd3c26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d32a52ae70cd3c26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912138,"stop":1707735912138,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"a3557c674e2d274","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3557c674e2d274","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"5dcad3ec6183963a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5dcad3ec6183963a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238681,"duration":1}},{"uid":"c6c1f1a52ea6bc5c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6c1f1a52ea6bc5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"9b1f3655cb91e432","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9b1f3655cb91e432","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004303,"stop":1707758004304,"duration":1}},{"uid":"7605fd745ec13545","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7605fd745ec13545","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"c8823a764c94fd7b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8823a764c94fd7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"12cbf2cf97e45b7b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12cbf2cf97e45b7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e33d5719a0caebbe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e33d5719a0caebbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228957,"duration":1}},{"uid":"ed8832c095e5c998","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed8832c095e5c998","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"51cf5fade66505be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51cf5fade66505be","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"640c1c16ca42d0c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/640c1c16ca42d0c5","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1}},{"uid":"801cd76f54c1d7bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/801cd76f54c1d7bf","status":"passed","time":{"start":1707769619271,"stop":1707769619271,"duration":0}},{"uid":"ebc1c90f7684b75a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebc1c90f7684b75a","status":"passed","time":{"start":1707759714212,"stop":1707759714213,"duration":1}},{"uid":"63998413fcd2c7a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63998413fcd2c7a4","status":"passed","time":{"start":1707757408510,"stop":1707757408511,"duration":1}},{"uid":"d9baa511e25a3591","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9baa511e25a3591","status":"passed","time":{"start":1707756038429,"stop":1707756038430,"duration":1}},{"uid":"ea8947cc444906bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8947cc444906bf","status":"passed","time":{"start":1707753456514,"stop":1707753456514,"duration":0}},{"uid":"5d07be7e2bce9e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d07be7e2bce9e94","status":"passed","time":{"start":1707753184754,"stop":1707753184755,"duration":1}},{"uid":"1c93f7a3b7559fa0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c93f7a3b7559fa0","status":"passed","time":{"start":1707750585381,"stop":1707750585381,"duration":0}},{"uid":"d881e3fd3aa98063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d881e3fd3aa98063","status":"passed","time":{"start":1707736502826,"stop":1707736502826,"duration":0}},{"uid":"4a8e44dce067ac04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a8e44dce067ac04","status":"passed","time":{"start":1707735684286,"stop":1707735684287,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f552728a88e7a936","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f552728a88e7a936","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"duration":0}},{"uid":"8c3e714b029b1f86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c3e714b029b1f86","status":"passed","time":{"start":1707769628090,"stop":1707769628091,"duration":1}},{"uid":"3680534fb334093a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3680534fb334093a","status":"passed","time":{"start":1707759722871,"stop":1707759722871,"duration":0}},{"uid":"5f9a7d471d2b5a2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f9a7d471d2b5a2a","status":"passed","time":{"start":1707757417670,"stop":1707757417671,"duration":1}},{"uid":"672e92a44ead0604","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/672e92a44ead0604","status":"passed","time":{"start":1707756047299,"stop":1707756047299,"duration":0}},{"uid":"a48ba1bd1d26d2e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a48ba1bd1d26d2e0","status":"passed","time":{"start":1707753465446,"stop":1707753465446,"duration":0}},{"uid":"45b8eb6fd737a5e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b8eb6fd737a5e2","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"fd2d2e238f73272c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd2d2e238f73272c","status":"passed","time":{"start":1707750594370,"stop":1707750594370,"duration":0}},{"uid":"16bfba3fe3c0c7ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/16bfba3fe3c0c7ef","status":"passed","time":{"start":1707736511743,"stop":1707736511744,"duration":1}},{"uid":"b35e1fd488f85f26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b35e1fd488f85f26","status":"passed","time":{"start":1707735693131,"stop":1707735693131,"duration":0}}]},"b97674a719079d3d2c7175cfb0ac8624:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b3e2596d90976","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47b3e2596d90976","status":"passed","time":{"start":1707756664012,"stop":1707756664012,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"2cfdbca84c18adb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cfdbca84c18adb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825087,"duration":1}},{"uid":"56dc64069f1a4102","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/56dc64069f1a4102","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"fcaa120dfe09368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fcaa120dfe09368","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769677,"duration":1}},{"uid":"bda89498a01ef14c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bda89498a01ef14c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468642,"stop":1707757468642,"duration":0}},{"uid":"c35c4a646e38490d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35c4a646e38490d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096187,"duration":1}},{"uid":"e40fcc82e928a8c3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e40fcc82e928a8c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517981,"stop":1707753517981,"duration":0}},{"uid":"d151b4c919bb5ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d151b4c919bb5ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"c817d49fd277b892","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c817d49fd277b892","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643523,"stop":1707750643523,"duration":0}},{"uid":"67cb85d900fa2879","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67cb85d900fa2879","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558649,"duration":1}},{"uid":"8171d7ece3b6f91f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8171d7ece3b6f91f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743510,"duration":1}}]},"97660185f0f1b52ab3f8c293ef40c5bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8223a11dbcfc2274","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8223a11dbcfc2274","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"ece002cf57f726022a69da084a09f065:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bbabf0c2fd04625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bbabf0c2fd04625","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"35b9bc97fcb1361d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35b9bc97fcb1361d","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8}},{"uid":"e22576c9d28ea0dd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e22576c9d28ea0dd","status":"passed","time":{"start":1707769968737,"stop":1707769968738,"duration":1}},{"uid":"581ed9cea1922331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/581ed9cea1922331","status":"passed","time":{"start":1707760301829,"stop":1707760301830,"duration":1}},{"uid":"d978c62511c57b13","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d978c62511c57b13","status":"passed","time":{"start":1707758006729,"stop":1707758006729,"duration":0}},{"uid":"9efc5831d302d336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9efc5831d302d336","status":"passed","time":{"start":1707756617066,"stop":1707756617067,"duration":1}},{"uid":"c18ed3b7a9925aa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c18ed3b7a9925aa9","status":"passed","time":{"start":1707753988895,"stop":1707753988895,"duration":0}},{"uid":"a8cbc8cd5fbd33c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8cbc8cd5fbd33c2","status":"passed","time":{"start":1707753782780,"stop":1707753782781,"duration":1}},{"uid":"dc433f86080b856a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc433f86080b856a","status":"passed","time":{"start":1707751162326,"stop":1707751162327,"duration":1}},{"uid":"1250760a2bcaaca0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1250760a2bcaaca0","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"6bc30ac2486e190e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bc30ac2486e190e","status":"passed","time":{"start":1707736260166,"stop":1707736260167,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7f44568f3ca95c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f44568f3ca95c36","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1}},{"uid":"4490407e89b01c91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4490407e89b01c91","status":"passed","time":{"start":1707769737612,"stop":1707769737612,"duration":0}},{"uid":"5cc62387ce8b006c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5cc62387ce8b006c","status":"passed","time":{"start":1707759835141,"stop":1707759835147,"duration":6}},{"uid":"291a9cab16bd162a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/291a9cab16bd162a","status":"passed","time":{"start":1707757529703,"stop":1707757529703,"duration":0}},{"uid":"a2af2f9d481ff63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2af2f9d481ff63","status":"passed","time":{"start":1707756164073,"stop":1707756164073,"duration":0}},{"uid":"1a55e8e0a1ada166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55e8e0a1ada166","status":"passed","time":{"start":1707753566686,"stop":1707753566686,"duration":0}},{"uid":"2f42839ff513dfd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f42839ff513dfd6","status":"passed","time":{"start":1707753314173,"stop":1707753314173,"duration":0}},{"uid":"2886c30db30dc0a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2886c30db30dc0a8","status":"passed","time":{"start":1707750698716,"stop":1707750698716,"duration":0}},{"uid":"7e6bf29a5438ddb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6bf29a5438ddb2","status":"passed","time":{"start":1707736624910,"stop":1707736624911,"duration":1}},{"uid":"536d4b66a3fece00","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/536d4b66a3fece00","status":"passed","time":{"start":1707735814288,"stop":1707735814289,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"4d56a4d7f980e263","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d56a4d7f980e263","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1}},{"uid":"418d5941f4b83cb9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/418d5941f4b83cb9","status":"passed","time":{"start":1707760301800,"stop":1707760301800,"duration":0}},{"uid":"fc372a45a896bbcf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc372a45a896bbcf","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"88e46529b8b10d07","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88e46529b8b10d07","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"c6101655c43ea731","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6101655c43ea731","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"48fdd762cbe2c555","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/48fdd762cbe2c555","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"ef2396ff56dbdcfd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ef2396ff56dbdcfd","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"dd95487bfce22938","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd95487bfce22938","status":"passed","time":{"start":1707737091296,"stop":1707737091296,"duration":0}},{"uid":"b688e9dc8ff36aac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b688e9dc8ff36aac","status":"passed","time":{"start":1707736260115,"stop":1707736260116,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"55b0c80548f0ed49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55b0c80548f0ed49","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"300b64070ea8c6ef","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/300b64070ea8c6ef","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"459943177c828a73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/459943177c828a73","status":"passed","time":{"start":1707760335937,"stop":1707760335937,"duration":0}},{"uid":"efb4921de3d1bf2b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/efb4921de3d1bf2b","status":"passed","time":{"start":1707758023524,"stop":1707758023525,"duration":1}},{"uid":"26e079734b35a087","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26e079734b35a087","status":"passed","time":{"start":1707756663995,"stop":1707756663995,"duration":0}},{"uid":"58ca52c36c6a156f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58ca52c36c6a156f","status":"passed","time":{"start":1707753717346,"stop":1707753717347,"duration":1}},{"uid":"d8260fc8896025b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8260fc8896025b5","status":"passed","time":{"start":1707753837158,"stop":1707753837158,"duration":0}},{"uid":"8d84476ad4da6a01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d84476ad4da6a01","status":"passed","time":{"start":1707751136276,"stop":1707751136277,"duration":1}},{"uid":"cc0a34c05f257d3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cc0a34c05f257d3e","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"6299b58fabaecc20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6299b58fabaecc20","status":"passed","time":{"start":1707736322648,"stop":1707736322649,"duration":1}}]},"805de0d41915bb443fb5c315bd483dd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cef144e27164116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cef144e27164116b","status":"passed","time":{"start":1707757790736,"stop":1707757790737,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f5f36d284c34e182","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5f36d284c34e182","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"duration":0}},{"uid":"f870149168ecc3d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f870149168ecc3d5","status":"passed","time":{"start":1707770051375,"stop":1707770051375,"duration":0}},{"uid":"6c61855dde5c6aee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c61855dde5c6aee","status":"passed","time":{"start":1707760174017,"stop":1707760174018,"duration":1}},{"uid":"bbfe8323095191e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbfe8323095191e9","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"fd24d48e3d9de226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd24d48e3d9de226","status":"passed","time":{"start":1707756499902,"stop":1707756499903,"duration":1}},{"uid":"7f5ed02a93e72bef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f5ed02a93e72bef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"f575479fa464c9f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f575479fa464c9f6","status":"passed","time":{"start":1707753647501,"stop":1707753647503,"duration":2}},{"uid":"a16e10f6ecd818d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a16e10f6ecd818d2","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"59e49f63e9d98e8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59e49f63e9d98e8b","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"49687126073dc967","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49687126073dc967","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7889af2304dfb5fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7889af2304dfb5fd","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1}},{"uid":"f381db537f6b7053","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f381db537f6b7053","status":"passed","time":{"start":1707769968728,"stop":1707769968729,"duration":1}},{"uid":"9ede686578c1572f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ede686578c1572f","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"2b177e922de2937f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b177e922de2937f","status":"passed","time":{"start":1707758006719,"stop":1707758006719,"duration":0}},{"uid":"7d880b2f7f622f44","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d880b2f7f622f44","status":"passed","time":{"start":1707756617053,"stop":1707756617054,"duration":1}},{"uid":"81124b38632cd350","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81124b38632cd350","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"85788d67229f57a6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85788d67229f57a6","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"cfcf3e68f8456643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cfcf3e68f8456643","status":"passed","time":{"start":1707751162319,"stop":1707751162320,"duration":1}},{"uid":"c0797e0bb400d334","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0797e0bb400d334","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"22edd09c72bfc3c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22edd09c72bfc3c2","status":"passed","time":{"start":1707736260148,"stop":1707736260149,"duration":1}}]},"e6ab723b7b3c1b12e0ea9b326f71a40a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ada21afefa249d94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ada21afefa249d94","status":"passed","time":{"start":1707756499920,"stop":1707756499921,"duration":1}}]},"d722697c7921a61b0369ebe38fe194be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3bbf733e2e47d7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a3bbf733e2e47d7e","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5f0507c247e29498","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f0507c247e29498","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"duration":1}},{"uid":"a2493fdb95cd5e17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2493fdb95cd5e17","status":"passed","time":{"start":1707769642218,"stop":1707769642218,"duration":0}},{"uid":"a9e9267556a847a0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a9e9267556a847a0","status":"passed","time":{"start":1707759737066,"stop":1707759737067,"duration":1}},{"uid":"ab16441b85f3e6c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab16441b85f3e6c7","status":"passed","time":{"start":1707757431973,"stop":1707757431973,"duration":0}},{"uid":"6eedc81a334be664","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6eedc81a334be664","status":"passed","time":{"start":1707756061017,"stop":1707756061018,"duration":1}},{"uid":"20494cfce038df9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20494cfce038df9","status":"passed","time":{"start":1707753479607,"stop":1707753479607,"duration":0}},{"uid":"fb8a13d9bbe321ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb8a13d9bbe321ae","status":"passed","time":{"start":1707753208305,"stop":1707753208306,"duration":1}},{"uid":"c4462578a5dd64f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4462578a5dd64f9","status":"passed","time":{"start":1707750608582,"stop":1707750608582,"duration":0}},{"uid":"c7653bc0d8c5b1d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c7653bc0d8c5b1d3","status":"passed","time":{"start":1707736525853,"stop":1707736525853,"duration":0}},{"uid":"f8f100622f7e92a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8f100622f7e92a8","status":"passed","time":{"start":1707735707687,"stop":1707735707687,"duration":0}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"65d7be0f7ce83f63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65d7be0f7ce83f63","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"cb5644759cb8e5f3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb5644759cb8e5f3","status":"passed","time":{"start":1707770051369,"stop":1707770051373,"duration":4}},{"uid":"ee998fc62e5931ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee998fc62e5931ff","status":"passed","time":{"start":1707760174013,"stop":1707760174014,"duration":1}},{"uid":"9d8c52a5f287bbd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d8c52a5f287bbd1","status":"passed","time":{"start":1707757873917,"stop":1707757873918,"duration":1}},{"uid":"6f3f474ca2276a11","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f3f474ca2276a11","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"9b1ac705832ff006","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9b1ac705832ff006","status":"passed","time":{"start":1707753870427,"stop":1707753870439,"duration":12}},{"uid":"7f863e96f9fa750a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f863e96f9fa750a","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"3c3bc2cb184b9295","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c3bc2cb184b9295","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"88c3a6da8a90cb72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/88c3a6da8a90cb72","status":"passed","time":{"start":1707736947841,"stop":1707736947842,"duration":1}},{"uid":"58aa3460850a8f7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58aa3460850a8f7e","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"547fe90d4b308c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/547fe90d4b308c36","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"duration":0}},{"uid":"d10635c516cb4c8e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d10635c516cb4c8e","status":"passed","time":{"start":1707769665340,"stop":1707769665340,"duration":0}},{"uid":"c3f4969f78b7df84","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3f4969f78b7df84","status":"passed","time":{"start":1707759759720,"stop":1707759759735,"duration":15}},{"uid":"f8c442558efd287b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f8c442558efd287b","status":"passed","time":{"start":1707757455864,"stop":1707757455865,"duration":1}},{"uid":"8448e6b5f152032a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8448e6b5f152032a","status":"passed","time":{"start":1707756084425,"stop":1707756084425,"duration":0}},{"uid":"6bd43e22d9eccc77","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bd43e22d9eccc77","status":"passed","time":{"start":1707753503423,"stop":1707753503424,"duration":1}},{"uid":"d96b06a9dbb0eeda","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d96b06a9dbb0eeda","status":"passed","time":{"start":1707753233560,"stop":1707753233560,"duration":0}},{"uid":"e11a1ac6b658ef8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e11a1ac6b658ef8a","status":"passed","time":{"start":1707750631901,"stop":1707750631901,"duration":0}},{"uid":"852a17c693947020","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/852a17c693947020","status":"passed","time":{"start":1707736548881,"stop":1707736548882,"duration":1}},{"uid":"bda5e401ea95928e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bda5e401ea95928e","status":"passed","time":{"start":1707735732430,"stop":1707735732431,"duration":1}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"70ff39f387612943","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70ff39f387612943","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"duration":0}},{"uid":"e9c5e62e8d5c35ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e9c5e62e8d5c35ec","status":"passed","time":{"start":1707770126651,"stop":1707770126652,"duration":1}},{"uid":"b1c70cf9d392e7bb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1c70cf9d392e7bb","status":"passed","time":{"start":1707760312929,"stop":1707760312929,"duration":0}},{"uid":"675e5013022b761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/675e5013022b761","status":"passed","time":{"start":1707758011522,"stop":1707758011523,"duration":1}},{"uid":"d16bdc07d31afd50","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d16bdc07d31afd50","status":"passed","time":{"start":1707756635737,"stop":1707756635739,"duration":2}},{"uid":"bb310bc5dbb0c442","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb310bc5dbb0c442","status":"passed","time":{"start":1707753934641,"stop":1707753934642,"duration":1}},{"uid":"4f341181b8ab41d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f341181b8ab41d4","status":"passed","time":{"start":1707753799512,"stop":1707753799512,"duration":0}},{"uid":"d8148dcbf1f1a2f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8148dcbf1f1a2f3","status":"passed","time":{"start":1707751117572,"stop":1707751117573,"duration":1}},{"uid":"9e434197b828108a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e434197b828108a","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"af1f9a9866caa393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af1f9a9866caa393","status":"passed","time":{"start":1707736296309,"stop":1707736296310,"duration":1}}]},"9724f8218e08c65499e3508ed7ea36b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cbde898b24692b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cbde898b24692b4","status":"passed","time":{"start":1707753668076,"stop":1707753668076,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c1fa919de0a88a29","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1fa919de0a88a29","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0}},{"uid":"63786b2ddbed5c94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63786b2ddbed5c94","status":"passed","time":{"start":1707769628082,"stop":1707769628083,"duration":1}},{"uid":"277de682e755bb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/277de682e755bb46","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"491f808f53141782","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/491f808f53141782","status":"passed","time":{"start":1707757417657,"stop":1707757417662,"duration":5}},{"uid":"f996d64d0e9e8eb4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f996d64d0e9e8eb4","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"b709979a1261a5d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b709979a1261a5d0","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"e2a4a2648e18a5a9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2a4a2648e18a5a9","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"78c3ee417e152461","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78c3ee417e152461","status":"passed","time":{"start":1707750594358,"stop":1707750594358,"duration":0}},{"uid":"8e25004c03b19f54","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e25004c03b19f54","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"12b269845620e73b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/12b269845620e73b","status":"passed","time":{"start":1707735693122,"stop":1707735693122,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d6749ab6a0f771a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6749ab6a0f771a4","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"duration":1}},{"uid":"55b86a34cfbbc0b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55b86a34cfbbc0b","status":"passed","time":{"start":1707769883321,"stop":1707769883322,"duration":1}},{"uid":"7896150c51f967d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7896150c51f967d4","status":"passed","time":{"start":1707759981463,"stop":1707759981463,"duration":0}},{"uid":"eedb72dc97f712ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eedb72dc97f712ad","status":"passed","time":{"start":1707757676043,"stop":1707757676044,"duration":1}},{"uid":"9b99571509be9aa4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9b99571509be9aa4","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9ca902daeef310e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ca902daeef310e","status":"passed","time":{"start":1707753713249,"stop":1707753713250,"duration":1}},{"uid":"68d3952bedc6a483","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/68d3952bedc6a483","status":"passed","time":{"start":1707753448102,"stop":1707753448103,"duration":1}},{"uid":"60bf7a19917fb69c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60bf7a19917fb69c","status":"passed","time":{"start":1707750840039,"stop":1707750840040,"duration":1}},{"uid":"29aa8745dfd80d44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29aa8745dfd80d44","status":"passed","time":{"start":1707736765015,"stop":1707736765016,"duration":1}},{"uid":"83afb1bc0984609e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83afb1bc0984609e","status":"passed","time":{"start":1707735955248,"stop":1707735955248,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6479900a1d29b86f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6479900a1d29b86f","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1}},{"uid":"71015a31f7dc4834","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71015a31f7dc4834","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"271de4404f90cdd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/271de4404f90cdd3","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"97c996b6686035ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/97c996b6686035ec","status":"passed","time":{"start":1707757709189,"stop":1707757709190,"duration":1}},{"uid":"7e0803190b065417","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e0803190b065417","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"7958b5c7b8f4de51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7958b5c7b8f4de51","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"e3c54a65b9b83721","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c54a65b9b83721","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"23f580eab68d1048","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23f580eab68d1048","status":"passed","time":{"start":1707750881807,"stop":1707750881808,"duration":1}},{"uid":"22e4e95767e153","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/22e4e95767e153","status":"passed","time":{"start":1707736800766,"stop":1707736800767,"duration":1}},{"uid":"f8d778747482fb23","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d778747482fb23","status":"passed","time":{"start":1707736013455,"stop":1707736013455,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"5cd0d49ed39d938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cd0d49ed39d938","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"duration":0}},{"uid":"1ba08c116e565c99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ba08c116e565c99","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"db6a6d7b1caa79fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db6a6d7b1caa79fa","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"3ab0013c0325ad4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ab0013c0325ad4c","status":"passed","time":{"start":1707758023536,"stop":1707758023536,"duration":0}},{"uid":"4245ae38ebae70b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4245ae38ebae70b8","status":"passed","time":{"start":1707756664005,"stop":1707756664005,"duration":0}},{"uid":"588cf90c939ee536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/588cf90c939ee536","status":"passed","time":{"start":1707753837171,"stop":1707753837172,"duration":1}},{"uid":"70bb71efe888047a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70bb71efe888047a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"ef7337bed59581a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef7337bed59581a4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"5460581b882bb8b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5460581b882bb8b2","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"72db306e15ec8b5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72db306e15ec8b5d","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"43a4378068e2a526","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43a4378068e2a526","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"72e8f763462b9ee5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72e8f763462b9ee5","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"27e7fa6425414292","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e7fa6425414292","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"f07ea821f2c83772","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f07ea821f2c83772","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"ad43fe281ff75815","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad43fe281ff75815","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"d6624aac98ac8efd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6624aac98ac8efd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"d7e8e58a478798e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7e8e58a478798e2","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"299766343c79a436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/299766343c79a436","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b19008a98fad62fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b19008a98fad62fe","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b36500448a7772","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b36500448a7772","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0}},{"uid":"cef9745c01cdd0f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cef9745c01cdd0f9","status":"passed","time":{"start":1707770045975,"stop":1707770045975,"duration":0}},{"uid":"221bed80d50e5ec1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/221bed80d50e5ec1","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"88606b41226b550a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88606b41226b550a","status":"passed","time":{"start":1707757921496,"stop":1707757921497,"duration":1}},{"uid":"b926540d37b11c16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b926540d37b11c16","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"75725b09d3053600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75725b09d3053600","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"37533f0efc1d0fb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37533f0efc1d0fb7","status":"passed","time":{"start":1707753708969,"stop":1707753708970,"duration":1}},{"uid":"bda74a9ddda5545a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bda74a9ddda5545a","status":"passed","time":{"start":1707751075909,"stop":1707751075910,"duration":1}},{"uid":"a75b1e67368e5552","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a75b1e67368e5552","status":"passed","time":{"start":1707737000810,"stop":1707737000811,"duration":1}},{"uid":"fa4cf46d3b411640","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa4cf46d3b411640","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d61f8cc45c2f5c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d61f8cc45c2f5c86","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"f219373ad0b3a91c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f219373ad0b3a91c","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"d3e8f98af56d525d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3e8f98af56d525d","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"1eb2b8ed67057886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1eb2b8ed67057886","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"1edb4f07c89480e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1edb4f07c89480e7","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"b01c15d1cb581d92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b01c15d1cb581d92","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"4a5490be4c4ff40a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a5490be4c4ff40a","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"94a5db07aabad792","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/94a5db07aabad792","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"deba3bd2e9efeb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deba3bd2e9efeb2","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"b8c3feb38b593ab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8c3feb38b593ab2","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ca858c2ec8aec26e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca858c2ec8aec26e","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"5bf7abe2b3d947a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bf7abe2b3d947a7","status":"passed","time":{"start":1707770099500,"stop":1707770099501,"duration":1}},{"uid":"fa9b078f85894f89","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fa9b078f85894f89","status":"passed","time":{"start":1707760242017,"stop":1707760242017,"duration":0}},{"uid":"8ad7baf3cf90916a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ad7baf3cf90916a","status":"passed","time":{"start":1707757936369,"stop":1707757936371,"duration":2}},{"uid":"52dc4aedfdfbdb6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/52dc4aedfdfbdb6f","status":"passed","time":{"start":1707756564917,"stop":1707756564918,"duration":1}},{"uid":"5ea54ae623f5e60a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ea54ae623f5e60a","status":"passed","time":{"start":1707753906989,"stop":1707753906989,"duration":0}},{"uid":"7b51f0fd1a011147","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b51f0fd1a011147","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"8f1c5b06119ef9ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f1c5b06119ef9ec","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"4ec7452080f4ad12","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ec7452080f4ad12","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"3bb20168dd80583e564488697a81096c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47883af9d7d353d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/47883af9d7d353d9","status":"passed","time":{"start":1707736081273,"stop":1707736081273,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"b798c1357f22ddfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b798c1357f22ddfe","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1}},{"uid":"3d8c901095febabd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d8c901095febabd","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"f4d10119b9d9f70c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4d10119b9d9f70c","status":"passed","time":{"start":1707760335941,"stop":1707760335941,"duration":0}},{"uid":"9078b049da7ba0ef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9078b049da7ba0ef","status":"passed","time":{"start":1707758023528,"stop":1707758023528,"duration":0}},{"uid":"556059e69f04202a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/556059e69f04202a","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"6c1b3ac165f1898","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c1b3ac165f1898","status":"passed","time":{"start":1707753837162,"stop":1707753837163,"duration":1}},{"uid":"127443393cb1ac7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/127443393cb1ac7e","status":"passed","time":{"start":1707751136279,"stop":1707751136280,"duration":1}},{"uid":"a8649f7fd2eee2c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8649f7fd2eee2c5","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"bd414a28e2e69cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd414a28e2e69cb","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e4d6861dd25cfa75","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4d6861dd25cfa75","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"duration":0}},{"uid":"8ecf34559110dee5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ecf34559110dee5","status":"passed","time":{"start":1707769883644,"stop":1707769883644,"duration":0}},{"uid":"7bc2051167cc9b74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bc2051167cc9b74","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"6bdd7243c6d9af57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6bdd7243c6d9af57","status":"passed","time":{"start":1707757677812,"stop":1707757677812,"duration":0}},{"uid":"8fdd44988df597e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8fdd44988df597e","status":"passed","time":{"start":1707756291414,"stop":1707756291415,"duration":1}},{"uid":"4abe79b85f479d5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4abe79b85f479d5d","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"abfce8629bd251ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfce8629bd251ea","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"55cdb61d3610c1f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55cdb61d3610c1f5","status":"passed","time":{"start":1707750845164,"stop":1707750845169,"duration":5}},{"uid":"97340c0d3036a16c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/97340c0d3036a16c","status":"passed","time":{"start":1707736769676,"stop":1707736769676,"duration":0}},{"uid":"563a70cfd4f95f46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/563a70cfd4f95f46","status":"passed","time":{"start":1707735968262,"stop":1707735968264,"duration":2}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"98212c86c0c01ef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98212c86c0c01ef5","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"duration":1}},{"uid":"5073e98af8c3db6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5073e98af8c3db6b","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"b89d2641e7245e79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89d2641e7245e79","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"62186f1aa8c82835","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62186f1aa8c82835","status":"passed","time":{"start":1707757782367,"stop":1707757782367,"duration":0}},{"uid":"b7b188863cc29b94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b7b188863cc29b94","status":"passed","time":{"start":1707756396100,"stop":1707756396101,"duration":1}},{"uid":"78b39a9cc0b408d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78b39a9cc0b408d1","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"e5d098484114e9ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5d098484114e9ed","status":"passed","time":{"start":1707753563087,"stop":1707753563097,"duration":10}},{"uid":"bbfaee35cb5e9f58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbfaee35cb5e9f58","status":"passed","time":{"start":1707750940652,"stop":1707750940653,"duration":1}},{"uid":"eec09fa7c7dce802","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec09fa7c7dce802","status":"passed","time":{"start":1707736870544,"stop":1707736870544,"duration":0}},{"uid":"1f7059bba4120bf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f7059bba4120bf1","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"21cb2ca4c35d2bceb7f222ee81264afa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6094f4c914e354ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6094f4c914e354ee","status":"passed","time":{"start":1707753870470,"stop":1707753870471,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"21b4fbd6f7be9f26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21b4fbd6f7be9f26","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"duration":1}},{"uid":"8821620dbe3a645a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8821620dbe3a645a","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"c9743549194eea1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9743549194eea1b","status":"passed","time":{"start":1707760174020,"stop":1707760174021,"duration":1}},{"uid":"bbedc427142befd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbedc427142befd","status":"passed","time":{"start":1707757873921,"stop":1707757873921,"duration":0}},{"uid":"2795e884265b0909","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2795e884265b0909","status":"passed","time":{"start":1707756499904,"stop":1707756499904,"duration":0}},{"uid":"7f29821c3bdba816","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f29821c3bdba816","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"7bed375ff0d9f027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7bed375ff0d9f027","status":"passed","time":{"start":1707753647509,"stop":1707753647509,"duration":0}},{"uid":"3354cd7e2c485535","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3354cd7e2c485535","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"49e17fb0c6568081","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/49e17fb0c6568081","status":"passed","time":{"start":1707736947844,"stop":1707736947845,"duration":1}},{"uid":"38db65ded9231019","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38db65ded9231019","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"87df996ff4e94500","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87df996ff4e94500","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"7342b7f8c84d5210","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7342b7f8c84d5210","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}},{"uid":"d82523424dca7b6d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d82523424dca7b6d","status":"passed","time":{"start":1707760095405,"stop":1707760095405,"duration":0}},{"uid":"4336a09b7799a664","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4336a09b7799a664","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}},{"uid":"eeeaa5a017dec9d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eeeaa5a017dec9d","status":"passed","time":{"start":1707756409547,"stop":1707756409547,"duration":0}},{"uid":"b4be9ce361a02a5b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4be9ce361a02a5b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"121571e32d5d330","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/121571e32d5d330","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}},{"uid":"340144cc369d3c43","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/340144cc369d3c43","status":"passed","time":{"start":1707750953982,"stop":1707750953982,"duration":0}},{"uid":"f03518d082823b5b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f03518d082823b5b","status":"passed","time":{"start":1707736878969,"stop":1707736878969,"duration":0}},{"uid":"7d21298b7db4ad8b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d21298b7db4ad8b","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"3ea437ff036c0d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ea437ff036c0d9","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"20ee67efbdc42b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20ee67efbdc42b2e","status":"passed","time":{"start":1707770180414,"stop":1707770180415,"duration":1}},{"uid":"23492fd455e8ea33","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23492fd455e8ea33","status":"passed","time":{"start":1707760352906,"stop":1707760352906,"duration":0}},{"uid":"ae4c13edf1f6334e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ae4c13edf1f6334e","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"ad2182994d74c212","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad2182994d74c212","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"ff953d23e16ab681","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff953d23e16ab681","status":"passed","time":{"start":1707753994322,"stop":1707753994323,"duration":1}},{"uid":"83f25bb9bc3e8208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/83f25bb9bc3e8208","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"2f7ae4989cded2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7ae4989cded2b7","status":"passed","time":{"start":1707737132858,"stop":1707737132859,"duration":1}},{"uid":"1d81433b91c7df88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1d81433b91c7df88","status":"passed","time":{"start":1707736343132,"stop":1707736343132,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8d12639c3d9e12f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d12639c3d9e12f7","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1}},{"uid":"3b207321b1badb05","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3b207321b1badb05","status":"passed","time":{"start":1707770238687,"stop":1707770238688,"duration":1}},{"uid":"9d11bf8fa0a3f863","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d11bf8fa0a3f863","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"3b87ec54bb36995d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3b87ec54bb36995d","status":"passed","time":{"start":1707758004328,"stop":1707758004328,"duration":0}},{"uid":"1c3d4638598786b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3d4638598786b0","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"f1fcff0d523169e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1fcff0d523169e5","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"14aae5bbc3a37ad7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14aae5bbc3a37ad7","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"6d10b6c4542ca771","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d10b6c4542ca771","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"2f7df2b1e47269c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7df2b1e47269c5","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"fa365e8f25e4a9cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa365e8f25e4a9cb","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e8a4b4af035b9e0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a4b4af035b9e0a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"7d06bbd67ff0a137","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d06bbd67ff0a137","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"66766c827b7f520e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/66766c827b7f520e","status":"passed","time":{"start":1707759800530,"stop":1707759800530,"duration":0}},{"uid":"e029e99c9fa4abbd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e029e99c9fa4abbd","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"591b83e85888b598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/591b83e85888b598","status":"passed","time":{"start":1707756124836,"stop":1707756124836,"duration":0}},{"uid":"1c7ecf53088211f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c7ecf53088211f5","status":"passed","time":{"start":1707753544136,"stop":1707753544137,"duration":1}},{"uid":"3be5e64b30e4ebd8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3be5e64b30e4ebd8","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"5ca3537c5b22066e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5ca3537c5b22066e","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"5a71cc3a93b2e630","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a71cc3a93b2e630","status":"passed","time":{"start":1707736588885,"stop":1707736588886,"duration":1}},{"uid":"38f96849301bda3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38f96849301bda3e","status":"passed","time":{"start":1707735772595,"stop":1707735772596,"duration":1}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a429c055484336de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a429c055484336de","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0}},{"uid":"78b522cd268d5fa8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b522cd268d5fa8","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"f4240b403c4fefe9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4240b403c4fefe9","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"de4d288b04392aee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de4d288b04392aee","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"c35e8865890bf185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35e8865890bf185","status":"passed","time":{"start":1707756396102,"stop":1707756396102,"duration":0}},{"uid":"b4152e4246b0b52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4152e4246b0b52","status":"passed","time":{"start":1707753781758,"stop":1707753781758,"duration":0}},{"uid":"2c452848e324f84d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c452848e324f84d","status":"passed","time":{"start":1707753563104,"stop":1707753563104,"duration":0}},{"uid":"40f241796552eff2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/40f241796552eff2","status":"passed","time":{"start":1707750940659,"stop":1707750940661,"duration":2}},{"uid":"5c461d23b931dfed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c461d23b931dfed","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"9ea2f973f955d1fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ea2f973f955d1fd","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"281711e2fcf8606d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/281711e2fcf8606d","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"fb0c8a731f09e26e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb0c8a731f09e26e","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"e76c8d013fd2359d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e76c8d013fd2359d","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"33874baf1b5127a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33874baf1b5127a4","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"6f2d8473089c7d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f2d8473089c7d48","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"5cb753cec9eb857f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb753cec9eb857f","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"dfe186bd9d0b208","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dfe186bd9d0b208","status":"passed","time":{"start":1707751228970,"stop":1707751228971,"duration":1}},{"uid":"b19bb985289efb6c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19bb985289efb6c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"29de1322b834fc18","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29de1322b834fc18","status":"passed","time":{"start":1707736353049,"stop":1707736353050,"duration":1}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"30df96d52a12b578","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30df96d52a12b578","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"duration":0}},{"uid":"41c6f546759c41a2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41c6f546759c41a2","status":"passed","time":{"start":1707769735032,"stop":1707769735032,"duration":0}},{"uid":"54581c3003fcfe18","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54581c3003fcfe18","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"5b0eb4e7f272c6f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b0eb4e7f272c6f5","status":"passed","time":{"start":1707757528819,"stop":1707757528821,"duration":2}},{"uid":"3b3572c0e8cbc970","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b3572c0e8cbc970","status":"passed","time":{"start":1707756157290,"stop":1707756157290,"duration":0}},{"uid":"e16b2b15c85f8971","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e16b2b15c85f8971","status":"passed","time":{"start":1707753578470,"stop":1707753578470,"duration":0}},{"uid":"761f021ef2951e44","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/761f021ef2951e44","status":"passed","time":{"start":1707753307894,"stop":1707753307894,"duration":0}},{"uid":"699ca24b2b984bb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/699ca24b2b984bb0","status":"passed","time":{"start":1707750703125,"stop":1707750703126,"duration":1}},{"uid":"95d943d9c07db7e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/95d943d9c07db7e5","status":"passed","time":{"start":1707736629967,"stop":1707736629968,"duration":1}},{"uid":"920c0d74421dbc06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/920c0d74421dbc06","status":"passed","time":{"start":1707735809087,"stop":1707735809087,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5e535cb8bde84f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e535cb8bde84f77","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1}},{"uid":"130e98251ea5460d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/130e98251ea5460d","status":"passed","time":{"start":1707769676600,"stop":1707769676601,"duration":1}},{"uid":"a717a53d08e2506b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a717a53d08e2506b","status":"passed","time":{"start":1707759771253,"stop":1707759771254,"duration":1}},{"uid":"8ddee675fe9e174c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ddee675fe9e174c","status":"passed","time":{"start":1707757466739,"stop":1707757466739,"duration":0}},{"uid":"8f160f38d34d56e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f160f38d34d56e9","status":"passed","time":{"start":1707756093995,"stop":1707756093996,"duration":1}},{"uid":"5ed2e972eef3b033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ed2e972eef3b033","status":"passed","time":{"start":1707753514641,"stop":1707753514641,"duration":0}},{"uid":"279df08c352ed1b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/279df08c352ed1b9","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"7e2922d2fdaeb6c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e2922d2fdaeb6c","status":"passed","time":{"start":1707750640095,"stop":1707750640095,"duration":0}},{"uid":"f10e64b4efc93b35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f10e64b4efc93b35","status":"passed","time":{"start":1707736561995,"stop":1707736561995,"duration":0}},{"uid":"41eb28455b78ea96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41eb28455b78ea96","status":"passed","time":{"start":1707735744192,"stop":1707735744193,"duration":1}}]},"06627ffa18f0f7a4b59afd78a751f594:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c31315ba5ed61fb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c31315ba5ed61fb9","status":"passed","time":{"start":1707753668076,"stop":1707753668077,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1b4a225d9fa59e1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b4a225d9fa59e1f","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"35c86f939e10845b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35c86f939e10845b","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"62a1e1870b9380df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a1e1870b9380df","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"c7f79505598f4fe4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c7f79505598f4fe4","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"88ac8f45c812b170","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88ac8f45c812b170","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"24235aea626d6747","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24235aea626d6747","status":"passed","time":{"start":1707753994323,"stop":1707753994324,"duration":1}},{"uid":"b89a01e33e3b8fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b89a01e33e3b8fce","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"10276c28cdae2dd3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/10276c28cdae2dd3","status":"passed","time":{"start":1707737132859,"stop":1707737132860,"duration":1}},{"uid":"c15840bcffbef9c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c15840bcffbef9c3","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f6aba06c9e0071d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6aba06c9e0071d9","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0}},{"uid":"f76b32155131e927","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f76b32155131e927","status":"passed","time":{"start":1707770169175,"stop":1707770169176,"duration":1}},{"uid":"a500a529a8bb389a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a500a529a8bb389a","status":"passed","time":{"start":1707760345981,"stop":1707760345982,"duration":1}},{"uid":"77769a2cff8bd0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77769a2cff8bd0d3","status":"passed","time":{"start":1707758029745,"stop":1707758029746,"duration":1}},{"uid":"ed69128fd8c81299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed69128fd8c81299","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"583492f12223ab4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/583492f12223ab4e","status":"passed","time":{"start":1707753981526,"stop":1707753981526,"duration":0}},{"uid":"dd505a2283e714b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd505a2283e714b0","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"13449d5f09114e74","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13449d5f09114e74","status":"passed","time":{"start":1707751154819,"stop":1707751154819,"duration":0}},{"uid":"7c5d6f17e23481fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c5d6f17e23481fb","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"982abdb203ee7b0e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/982abdb203ee7b0e","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4b495dc82b5a9fe1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b495dc82b5a9fe1","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"18a39a7d347b305f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18a39a7d347b305f","status":"passed","time":{"start":1707769983271,"stop":1707769983272,"duration":1}},{"uid":"5a2eff54424d30be","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a2eff54424d30be","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"896ef51ce06e3dab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/896ef51ce06e3dab","status":"passed","time":{"start":1707757790729,"stop":1707757790730,"duration":1}},{"uid":"326a02966d4bdc96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/326a02966d4bdc96","status":"passed","time":{"start":1707756409540,"stop":1707756409541,"duration":1}},{"uid":"b27394970cb9735d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b27394970cb9735d","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"61f25783d25718e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/61f25783d25718e8","status":"passed","time":{"start":1707753573524,"stop":1707753573525,"duration":1}},{"uid":"4bd12fb6a2f5423b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bd12fb6a2f5423b","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"a35b59b6fe0b8419","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a35b59b6fe0b8419","status":"passed","time":{"start":1707736878961,"stop":1707736878962,"duration":1}},{"uid":"2d931a0569052e97","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2d931a0569052e97","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"edec879d0c83e822","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edec879d0c83e822","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"duration":1}},{"uid":"d7bbefda049d898c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7bbefda049d898c","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"a91b90f91cd02955","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a91b90f91cd02955","status":"passed","time":{"start":1707760335949,"stop":1707760335950,"duration":1}},{"uid":"f5240069a6a6a448","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5240069a6a6a448","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"9bf1aa48c246c4b2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bf1aa48c246c4b2","status":"passed","time":{"start":1707756664003,"stop":1707756664003,"duration":0}},{"uid":"9e32d73db4a3fa9e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9e32d73db4a3fa9e","status":"passed","time":{"start":1707753837169,"stop":1707753837169,"duration":0}},{"uid":"2a2355f734daea0b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2355f734daea0b","status":"passed","time":{"start":1707751136320,"stop":1707751136320,"duration":0}},{"uid":"c1304d5fd45b0113","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1304d5fd45b0113","status":"passed","time":{"start":1707737124644,"stop":1707737124645,"duration":1}},{"uid":"3a2eed3a3ecc6c61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a2eed3a3ecc6c61","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5ca525a761e07bfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca525a761e07bfa","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0}},{"uid":"1037c64191a930ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1037c64191a930ac","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"54da489b1cd62052","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54da489b1cd62052","status":"passed","time":{"start":1707759722865,"stop":1707759722865,"duration":0}},{"uid":"176083d3140e2ce6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/176083d3140e2ce6","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"e1f45d264510d3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1f45d264510d3c9","status":"passed","time":{"start":1707756047292,"stop":1707756047293,"duration":1}},{"uid":"d343baa33d57e34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d343baa33d57e34","status":"passed","time":{"start":1707753465440,"stop":1707753465441,"duration":1}},{"uid":"7745121e926aa58e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7745121e926aa58e","status":"passed","time":{"start":1707753193781,"stop":1707753193782,"duration":1}},{"uid":"400705dd8c775ba1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/400705dd8c775ba1","status":"passed","time":{"start":1707750594364,"stop":1707750594365,"duration":1}},{"uid":"7514edf46f43de18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7514edf46f43de18","status":"passed","time":{"start":1707736511736,"stop":1707736511737,"duration":1}},{"uid":"7c1c651d927e7d28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c1c651d927e7d28","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"431845249a8313cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/431845249a8313cc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"4c448fd91a7be57f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c448fd91a7be57f","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"f699e28f0457d311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f699e28f0457d311","status":"passed","time":{"start":1707759851604,"stop":1707759851604,"duration":0}},{"uid":"dde8dfa418984d96","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dde8dfa418984d96","status":"passed","time":{"start":1707757546809,"stop":1707757546809,"duration":0}},{"uid":"3a7f0a2f136a7101","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3a7f0a2f136a7101","status":"passed","time":{"start":1707756167201,"stop":1707756167202,"duration":1}},{"uid":"abb2e5561067b58c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abb2e5561067b58c","status":"passed","time":{"start":1707753584062,"stop":1707753584063,"duration":1}},{"uid":"96c837fda829f752","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96c837fda829f752","status":"passed","time":{"start":1707753331772,"stop":1707753331772,"duration":0}},{"uid":"1c781048aa968269","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c781048aa968269","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"e11509fc470e99dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e11509fc470e99dc","status":"passed","time":{"start":1707736636444,"stop":1707736636444,"duration":0}},{"uid":"d1c3992b2ded1d4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1c3992b2ded1d4e","status":"passed","time":{"start":1707735825262,"stop":1707735825263,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"79f5f84e8af1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79f5f84e8af1dfa0","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1}},{"uid":"d9bb07fd62fdec70","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9bb07fd62fdec70","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"94ee84125721791","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/94ee84125721791","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"ac19e00f46c7b386","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac19e00f46c7b386","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"cbe54f17fdc0051b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbe54f17fdc0051b","status":"passed","time":{"start":1707756674086,"stop":1707756674086,"duration":0}},{"uid":"3d112717b6987fe3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d112717b6987fe3","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"a6edd1a2c443cb19","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6edd1a2c443cb19","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"f92e7af9a9ebc96f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f92e7af9a9ebc96f","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"97c7799133dddf33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97c7799133dddf33","status":"passed","time":{"start":1707736343134,"stop":1707736343135,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cd3379319d162439","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd3379319d162439","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"duration":1}},{"uid":"29d9e34d5f630864","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d9e34d5f630864","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"10d846c975a20d1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10d846c975a20d1d","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"4b1004e11bf0c3c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4b1004e11bf0c3c1","status":"passed","time":{"start":1707758004310,"stop":1707758004320,"duration":10}},{"uid":"c50c4fd290822333","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c50c4fd290822333","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"60ecf19b6e300537","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60ecf19b6e300537","status":"passed","time":{"start":1707754051785,"stop":1707754051785,"duration":0}},{"uid":"fc8a3ba8d062221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc8a3ba8d062221","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"6dffae1ea6a38572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6dffae1ea6a38572","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"fc2b288978905148","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc2b288978905148","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"ce6867da9f74525","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce6867da9f74525","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"2f442db5ab2c15d4052d0f46dc68da90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f5afb1114ee11bfb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f5afb1114ee11bfb","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154820,"stop":1707751154820,"duration":0}}]},"3a7a6ff11bfc103aa4acb214cb297765:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"809a9a14b09a44b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/809a9a14b09a44b7","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"65607bede5de56d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65607bede5de56d8","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"duration":1}},{"uid":"6849ae6efb2e88d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6849ae6efb2e88d9","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"d327889da7a46fea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d327889da7a46fea","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"99e07682f8c56b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99e07682f8c56b8","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"cbb7012ac9bf0306","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbb7012ac9bf0306","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"9a281beda43afcb6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a281beda43afcb6","status":"passed","time":{"start":1707753651170,"stop":1707753651171,"duration":1}},{"uid":"4832ef47cec21419","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4832ef47cec21419","status":"passed","time":{"start":1707753409587,"stop":1707753409588,"duration":1}},{"uid":"cbcfc4970691ee80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cbcfc4970691ee80","status":"passed","time":{"start":1707750722051,"stop":1707750722051,"duration":0}},{"uid":"13051096b82c1ee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13051096b82c1ee3","status":"passed","time":{"start":1707736708330,"stop":1707736708331,"duration":1}},{"uid":"1cf5f34ca6a83d8a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1cf5f34ca6a83d8a","status":"passed","time":{"start":1707735914387,"stop":1707735914387,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7adb77749bc70f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7adb77749bc70f0c","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"fcb66a00b79cf67b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcb66a00b79cf67b","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"edaa1a86ad6e70a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/edaa1a86ad6e70a3","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"abf8427ed57ebd38","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abf8427ed57ebd38","status":"passed","time":{"start":1707757804298,"stop":1707757804299,"duration":1}},{"uid":"85ce52ab5cdc410f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/85ce52ab5cdc410f","status":"passed","time":{"start":1707756422348,"stop":1707756422349,"duration":1}},{"uid":"353f3c97cfbbe25f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/353f3c97cfbbe25f","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"246e1a3749a40c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/246e1a3749a40c8c","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"f0b9721c7e254660","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0b9721c7e254660","status":"passed","time":{"start":1707750964806,"stop":1707750964807,"duration":1}},{"uid":"881770cc09311ee0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/881770cc09311ee0","status":"passed","time":{"start":1707736890439,"stop":1707736890439,"duration":0}},{"uid":"8ba8c6e1097d29e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ba8c6e1097d29e9","status":"passed","time":{"start":1707736096391,"stop":1707736096392,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ff3ea75cf06a22f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3ea75cf06a22f4","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0}},{"uid":"f579006e289197d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f579006e289197d4","status":"passed","time":{"start":1707769737619,"stop":1707769737619,"duration":0}},{"uid":"7eb97f3539bdfeb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7eb97f3539bdfeb5","status":"passed","time":{"start":1707759835148,"stop":1707759835148,"duration":0}},{"uid":"e201702f786310c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e201702f786310c4","status":"passed","time":{"start":1707757529704,"stop":1707757529705,"duration":1}},{"uid":"e682be0dcd76b6e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e682be0dcd76b6e1","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"372f0fee6d073151","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/372f0fee6d073151","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"eb5d38e2ea10744b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eb5d38e2ea10744b","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"a1ab983941123977","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1ab983941123977","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"c0b9030c180cbf13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0b9030c180cbf13","status":"passed","time":{"start":1707736624912,"stop":1707736624912,"duration":0}},{"uid":"88a9eaa502e2b377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88a9eaa502e2b377","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"6cbf9a5d50509e0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cbf9a5d50509e0b","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0}},{"uid":"b0a5a089d29e311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0a5a089d29e311","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"72b9e48224b39413","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72b9e48224b39413","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"cd53ba6342866ef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd53ba6342866ef","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"5d92ce131d6a4cbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d92ce131d6a4cbd","status":"passed","time":{"start":1707753988877,"stop":1707753988877,"duration":0}},{"uid":"93c4cdf0e0afb5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93c4cdf0e0afb5b","status":"passed","time":{"start":1707753782734,"stop":1707753782746,"duration":12}},{"uid":"aab8979b13e4c0f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aab8979b13e4c0f4","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"e600dd3e5e6abce4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e600dd3e5e6abce4","status":"passed","time":{"start":1707737091300,"stop":1707737091300,"duration":0}},{"uid":"ed9b68f85ca41940","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ed9b68f85ca41940","status":"passed","time":{"start":1707736260123,"stop":1707736260124,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"daac32cf7a0df95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daac32cf7a0df95f","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"duration":2}},{"uid":"272820c285e0b4ad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272820c285e0b4ad","status":"passed","time":{"start":1707769627286,"stop":1707769627287,"duration":1}},{"uid":"910ea4bbe8b72123","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/910ea4bbe8b72123","status":"passed","time":{"start":1707759722023,"stop":1707759722024,"duration":1}},{"uid":"a813ec1c01ba93c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a813ec1c01ba93c1","status":"passed","time":{"start":1707757416830,"stop":1707757416831,"duration":1}},{"uid":"fbecd080fc3f09fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbecd080fc3f09fc","status":"passed","time":{"start":1707756046590,"stop":1707756046590,"duration":0}},{"uid":"b30d5c1d08594853","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b30d5c1d08594853","status":"passed","time":{"start":1707753464663,"stop":1707753464663,"duration":0}},{"uid":"f82b2336e2cc7201","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f82b2336e2cc7201","status":"passed","time":{"start":1707753192929,"stop":1707753192931,"duration":2}},{"uid":"defbaf7b65272f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/defbaf7b65272f6e","status":"passed","time":{"start":1707750593501,"stop":1707750593502,"duration":1}},{"uid":"dd80cc823a326be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd80cc823a326be7","status":"passed","time":{"start":1707736510874,"stop":1707736510875,"duration":1}},{"uid":"573824c7d3b5284","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/573824c7d3b5284","status":"passed","time":{"start":1707735692281,"stop":1707735692282,"duration":1}}]},"466d689a9c8a0b41c00f4e5c43429ce5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a92df9f287c1177","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a92df9f287c1177","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bb887e01ab841d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bb887e01ab841d4","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"ac93441bf02e6491","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac93441bf02e6491","status":"passed","time":{"start":1707769843153,"stop":1707769843155,"duration":2}},{"uid":"9ace00b04ba1522c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ace00b04ba1522c","status":"passed","time":{"start":1707759965219,"stop":1707759965219,"duration":0}},{"uid":"405605f4bd514317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/405605f4bd514317","status":"passed","time":{"start":1707757644397,"stop":1707757644397,"duration":0}},{"uid":"6c3efcb8aee5ce2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c3efcb8aee5ce2","status":"passed","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"a3fdfe1f77168894","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3fdfe1f77168894","status":"passed","time":{"start":1707753668085,"stop":1707753668085,"duration":0}},{"uid":"df73c4d6107be208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df73c4d6107be208","status":"passed","time":{"start":1707753423544,"stop":1707753423545,"duration":1}},{"uid":"dc7c450d41316d8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc7c450d41316d8e","status":"passed","time":{"start":1707750796038,"stop":1707750796039,"duration":1}},{"uid":"950bd609b79d5bc4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/950bd609b79d5bc4","status":"passed","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"7cf4ee4a4f02da52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7cf4ee4a4f02da52","status":"passed","time":{"start":1707735912136,"stop":1707735912137,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5c4ed75b7611a2da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c4ed75b7611a2da","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"11239da933e0c868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11239da933e0c868","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"b85df4520749726a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b85df4520749726a","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"27519d11aee03cda","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27519d11aee03cda","status":"passed","time":{"start":1707757677813,"stop":1707757677813,"duration":0}},{"uid":"a02f34dcc105e862","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a02f34dcc105e862","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"7aec78cd4085ce08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aec78cd4085ce08","status":"passed","time":{"start":1707753735503,"stop":1707753735503,"duration":0}},{"uid":"3d365219b41d64fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d365219b41d64fa","status":"passed","time":{"start":1707753472970,"stop":1707753472971,"duration":1}},{"uid":"d9c00de3df746a17","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9c00de3df746a17","status":"passed","time":{"start":1707750845169,"stop":1707750845170,"duration":1}},{"uid":"bd0525e3921d6b0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd0525e3921d6b0d","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"410fe1d7e11071a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/410fe1d7e11071a5","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a348a2703e5f4d5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a348a2703e5f4d5c","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"8c936236a8a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c936236a8a23e7c","status":"passed","time":{"start":1707770051374,"stop":1707770051374,"duration":0}},{"uid":"8213fc23d334d739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8213fc23d334d739","status":"passed","time":{"start":1707760174015,"stop":1707760174016,"duration":1}},{"uid":"54961c1ef7c31cac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54961c1ef7c31cac","status":"passed","time":{"start":1707757873918,"stop":1707757873919,"duration":1}},{"uid":"9a2fbeb8d6c0e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a2fbeb8d6c0e926","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"c4dc6e436e3ce62c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4dc6e436e3ce62c","status":"passed","time":{"start":1707753870440,"stop":1707753870441,"duration":1}},{"uid":"ea9af3fa47df38e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea9af3fa47df38e7","status":"passed","time":{"start":1707753647499,"stop":1707753647499,"duration":0}},{"uid":"122a3c51356138a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/122a3c51356138a1","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"db86bc067300da93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db86bc067300da93","status":"passed","time":{"start":1707736947842,"stop":1707736947843,"duration":1}},{"uid":"48124df7f2e089ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48124df7f2e089ca","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"4d0afdf9c3a6794322691104c871d5fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bda88ac24c44c9b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bda88ac24c44c9b","status":"passed","time":{"start":1707736322670,"stop":1707736322671,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5adaaa9736734d0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5adaaa9736734d0d","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"duration":1}},{"uid":"be7e3e609306ed28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be7e3e609306ed28","status":"passed","time":{"start":1707769627286,"stop":1707769627286,"duration":0}},{"uid":"7b60d1b1d39b1ba3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b60d1b1d39b1ba3","status":"passed","time":{"start":1707759722020,"stop":1707759722021,"duration":1}},{"uid":"f4840ff4afa202d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4840ff4afa202d2","status":"passed","time":{"start":1707757416830,"stop":1707757416830,"duration":0}},{"uid":"4f9545158309b4f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f9545158309b4f9","status":"passed","time":{"start":1707756046589,"stop":1707756046590,"duration":1}},{"uid":"e5b25dbd1b3f5087","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5b25dbd1b3f5087","status":"passed","time":{"start":1707753464662,"stop":1707753464662,"duration":0}},{"uid":"7a7e72c6c2588c8b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a7e72c6c2588c8b","status":"passed","time":{"start":1707753192929,"stop":1707753192929,"duration":0}},{"uid":"97d4bd7aec10e668","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97d4bd7aec10e668","status":"passed","time":{"start":1707750593501,"stop":1707750593501,"duration":0}},{"uid":"b66b3efec90677a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b66b3efec90677a8","status":"passed","time":{"start":1707736510874,"stop":1707736510874,"duration":0}},{"uid":"7c6032519a89e639","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c6032519a89e639","status":"passed","time":{"start":1707735692280,"stop":1707735692281,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"506521b8a14811d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506521b8a14811d4","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1}},{"uid":"42c2795019859b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42c2795019859b38","status":"passed","time":{"start":1707770099502,"stop":1707770099502,"duration":0}},{"uid":"11f17a2bdd7f4cf8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f17a2bdd7f4cf8","status":"passed","time":{"start":1707760242018,"stop":1707760242019,"duration":1}},{"uid":"9f38e34d7e365b04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f38e34d7e365b04","status":"passed","time":{"start":1707757936373,"stop":1707757936375,"duration":2}},{"uid":"557b0f21726da977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/557b0f21726da977","status":"passed","time":{"start":1707756564921,"stop":1707756564921,"duration":0}},{"uid":"ceb04a3bb48f34db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceb04a3bb48f34db","status":"passed","time":{"start":1707753906992,"stop":1707753906992,"duration":0}},{"uid":"7b789203ffb72707","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b789203ffb72707","status":"passed","time":{"start":1707753724181,"stop":1707753724181,"duration":0}},{"uid":"3b2895b035638de4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b2895b035638de4","status":"passed","time":{"start":1707751082969,"stop":1707751082969,"duration":0}},{"uid":"9d7b3cddabb4ca08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d7b3cddabb4ca08","status":"passed","time":{"start":1707736227481,"stop":1707736227481,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e3ca26196d8d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3ca26196d8d2c6c","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"b34ee25aa71b70da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b34ee25aa71b70da","status":"passed","time":{"start":1707769735035,"stop":1707769735035,"duration":0}},{"uid":"3f558da8cc0608c8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f558da8cc0608c8","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"b1dbbacdbbddb849","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1dbbacdbbddb849","status":"passed","time":{"start":1707757528824,"stop":1707757528825,"duration":1}},{"uid":"7541deffb033404c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7541deffb033404c","status":"passed","time":{"start":1707756157294,"stop":1707756157294,"duration":0}},{"uid":"22dc534b195f844","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22dc534b195f844","status":"passed","time":{"start":1707753578474,"stop":1707753578474,"duration":0}},{"uid":"57de7e1a643c4d98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57de7e1a643c4d98","status":"passed","time":{"start":1707753307895,"stop":1707753307896,"duration":1}},{"uid":"d760b66f4b3b30f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d760b66f4b3b30f4","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"34aab78d69f6a702","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34aab78d69f6a702","status":"passed","time":{"start":1707736629972,"stop":1707736629972,"duration":0}},{"uid":"80005d937d32904a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/80005d937d32904a","status":"passed","time":{"start":1707735809090,"stop":1707735809090,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"f44fa2a3ebf101ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f44fa2a3ebf101ce","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"1c23c76dee58d5ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c23c76dee58d5ae","status":"passed","time":{"start":1707769841877,"stop":1707769841877,"duration":0}},{"uid":"559c4f9b2fa4f74f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/559c4f9b2fa4f74f","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"974035bc431f28c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/974035bc431f28c1","status":"passed","time":{"start":1707757624863,"stop":1707757624863,"duration":0}},{"uid":"62ce9dc5aabbfdd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/62ce9dc5aabbfdd9","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"647a22f0243774c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/647a22f0243774c7","status":"passed","time":{"start":1707753651129,"stop":1707753651130,"duration":1}},{"uid":"db887821d32744d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db887821d32744d8","status":"passed","time":{"start":1707753409569,"stop":1707753409575,"duration":6}},{"uid":"cb6f4ba235a6f00f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb6f4ba235a6f00f","status":"passed","time":{"start":1707736708310,"stop":1707736708311,"duration":1}},{"uid":"21d679557a9b785d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21d679557a9b785d","status":"passed","time":{"start":1707735914371,"stop":1707735914374,"duration":3}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"96caf545e5e292d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96caf545e5e292d8","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1}},{"uid":"6812e364fd3398f3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6812e364fd3398f3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}},{"uid":"29f668ec3e68340d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/29f668ec3e68340d","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}},{"uid":"b27fd73e95fafa45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b27fd73e95fafa45","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}},{"uid":"24eccaf742038f36","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24eccaf742038f36","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"8dd11918f79ad923","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8dd11918f79ad923","status":"passed","time":{"start":1707753782749,"stop":1707753782754,"duration":5}},{"uid":"f6c4e7f91fc33451","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f6c4e7f91fc33451","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"b02c86bcfe5c29f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b02c86bcfe5c29f2","status":"passed","time":{"start":1707737091305,"stop":1707737091308,"duration":3}},{"uid":"f166670fe5533c13","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f166670fe5533c13","status":"passed","time":{"start":1707736260129,"stop":1707736260129,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"2fe3494d3bd78dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fe3494d3bd78dbc","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1}},{"uid":"51371122a0cf6038","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51371122a0cf6038","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"3f06aaf824ca216e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f06aaf824ca216e","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"453fe96d28c672a2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/453fe96d28c672a2","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"697af9fde346ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/697af9fde346ca14","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"4a7a94f13b1b7bdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a7a94f13b1b7bdf","status":"passed","time":{"start":1707753994324,"stop":1707753994324,"duration":0}},{"uid":"6187bedf38d63b94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6187bedf38d63b94","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"368d0e7aa34ff9cd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/368d0e7aa34ff9cd","status":"passed","time":{"start":1707737132860,"stop":1707737132860,"duration":0}},{"uid":"91fbaaa5820215f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/91fbaaa5820215f7","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"2318fdfb33d2ba480d1fad16b498ea09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84fa16beefd2d0b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84fa16beefd2d0b8","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d3213ce5fe2b1f41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3213ce5fe2b1f41","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0}},{"uid":"5bcc0ce57db8af0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bcc0ce57db8af0e","status":"passed","time":{"start":1707770238690,"stop":1707770238691,"duration":1}},{"uid":"c33c4278a5a60fac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c33c4278a5a60fac","status":"passed","time":{"start":1707760374682,"stop":1707760374683,"duration":1}},{"uid":"671dda6b5f81cf63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/671dda6b5f81cf63","status":"passed","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"41ddaec789b9b34d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41ddaec789b9b34d","status":"passed","time":{"start":1707756690166,"stop":1707756690167,"duration":1}},{"uid":"77b57be7b1fc6d08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77b57be7b1fc6d08","status":"passed","time":{"start":1707754051791,"stop":1707754051791,"duration":0}},{"uid":"a9f6bbfce872bb0d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9f6bbfce872bb0d","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"3eb54d6863b24f97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3eb54d6863b24f97","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"f4e15097be83ba7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4e15097be83ba7b","status":"passed","time":{"start":1707737173822,"stop":1707737173823,"duration":1}},{"uid":"8391aea1f624de54","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8391aea1f624de54","status":"passed","time":{"start":1707736353043,"stop":1707736353043,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"17f3dcd4669f9b30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17f3dcd4669f9b30","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1}},{"uid":"175641cfc62cf3c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/175641cfc62cf3c7","status":"passed","time":{"start":1707769979913,"stop":1707769979914,"duration":1}},{"uid":"aec045d922eb19ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aec045d922eb19ae","status":"passed","time":{"start":1707760084098,"stop":1707760084098,"duration":0}},{"uid":"907bc01cdfe47a34","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/907bc01cdfe47a34","status":"passed","time":{"start":1707757782366,"stop":1707757782366,"duration":0}},{"uid":"8cf12d0e7d8e691b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8cf12d0e7d8e691b","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"7f59eef9ec26c7d7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f59eef9ec26c7d7","status":"passed","time":{"start":1707753781755,"stop":1707753781755,"duration":0}},{"uid":"a069da045546549d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a069da045546549d","status":"passed","time":{"start":1707753563068,"stop":1707753563081,"duration":13}},{"uid":"8269a46e12aa95ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8269a46e12aa95ae","status":"passed","time":{"start":1707750940650,"stop":1707750940651,"duration":1}},{"uid":"69199bd3a12dee6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69199bd3a12dee6","status":"passed","time":{"start":1707736870543,"stop":1707736870543,"duration":0}},{"uid":"e6b3a9c30d9fe0af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6b3a9c30d9fe0af","status":"passed","time":{"start":1707736068811,"stop":1707736068811,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7250bf1b5a07a996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7250bf1b5a07a996","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"b43dd7069030b18f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b43dd7069030b18f","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a9d2b9e63fd1a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a9d2b9e63fd1a2","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"5e87897b8761a711","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e87897b8761a711","status":"passed","time":{"start":1707757804306,"stop":1707757804308,"duration":2}},{"uid":"3e12ffdabe172d5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e12ffdabe172d5a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"e88ecaf468127a7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e88ecaf468127a7f","status":"passed","time":{"start":1707753796553,"stop":1707753796553,"duration":0}},{"uid":"2d772e2de18809d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2d772e2de18809d5","status":"passed","time":{"start":1707753586169,"stop":1707753586169,"duration":0}},{"uid":"2f2832e26dbf08a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2f2832e26dbf08a3","status":"passed","time":{"start":1707750964812,"stop":1707750964813,"duration":1}},{"uid":"72ff3e5a8bfe71ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72ff3e5a8bfe71ec","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"fa07643f162514f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa07643f162514f1","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"954aae1b83937d5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/954aae1b83937d5f","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"duration":1}},{"uid":"8dbc3ffd6eecc4a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbc3ffd6eecc4a1","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"fb060abf16356fcd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb060abf16356fcd","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"c5eb834e6eb39f46","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5eb834e6eb39f46","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"827c60cee92d4b91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/827c60cee92d4b91","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"1a55039f92d91346","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55039f92d91346","status":"passed","time":{"start":1707754051794,"stop":1707754051795,"duration":1}},{"uid":"73257dc8974e737e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73257dc8974e737e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"66d5f39a9dc29498","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66d5f39a9dc29498","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"51526e42909670c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51526e42909670c","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"511964bb8eb21a86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/511964bb8eb21a86","status":"passed","time":{"start":1707736353046,"stop":1707736353047,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4a5c0755ea13e16b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a5c0755ea13e16b","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"5093396b643e2339","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5093396b643e2339","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"c9c1d900114f285a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9c1d900114f285a","status":"passed","time":{"start":1707760173998,"stop":1707760174007,"duration":9}},{"uid":"9060dba91626821f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9060dba91626821f","status":"passed","time":{"start":1707757873906,"stop":1707757873906,"duration":0}},{"uid":"7f6a46ff310188","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f6a46ff310188","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"8c9fa7a96ee88b51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c9fa7a96ee88b51","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"9a48343ef4ef7125","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9a48343ef4ef7125","status":"passed","time":{"start":1707753647489,"stop":1707753647492,"duration":3}},{"uid":"a7250cf5adf4f120","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7250cf5adf4f120","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"9696d53ce1199015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9696d53ce1199015","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"927a6348a9f10dfb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/927a6348a9f10dfb","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5ee441879d1b688","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ee441879d1b688","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"996a3a325cf00c64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/996a3a325cf00c64","status":"passed","time":{"start":1707770051390,"stop":1707770051395,"duration":5}},{"uid":"f189a61e559ecdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f189a61e559ecdf","status":"passed","time":{"start":1707760174022,"stop":1707760174023,"duration":1}},{"uid":"e4b2c22daf0567e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e4b2c22daf0567e","status":"passed","time":{"start":1707757873922,"stop":1707757873923,"duration":1}},{"uid":"bdbb069c3631fb7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bdbb069c3631fb7c","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"ac0e62c984c37014","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0e62c984c37014","status":"passed","time":{"start":1707753870444,"stop":1707753870445,"duration":1}},{"uid":"da9684951f1c7565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da9684951f1c7565","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"2165dbd90f41a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2165dbd90f41a4d","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"cf82e6266c380232","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf82e6266c380232","status":"passed","time":{"start":1707736947847,"stop":1707736947847,"duration":0}},{"uid":"95ab8bd1e4797bf7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95ab8bd1e4797bf7","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"644adac3a42979ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/644adac3a42979ca","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"5b1f0818b140fa33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1f0818b140fa33","status":"passed","time":{"start":1707770103225,"stop":1707770103225,"duration":0}},{"uid":"d011f5eb2e090a3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d011f5eb2e090a3f","status":"passed","time":{"start":1707760299492,"stop":1707760299492,"duration":0}},{"uid":"455a76ab2c471cb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/455a76ab2c471cb3","status":"passed","time":{"start":1707757995160,"stop":1707757995161,"duration":1}},{"uid":"c182304af1e35708","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c182304af1e35708","status":"passed","time":{"start":1707756620173,"stop":1707756620173,"duration":0}},{"uid":"a9b8b215d1a57fbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9b8b215d1a57fbd","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"74e0249e2cfdf74a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e0249e2cfdf74a","status":"passed","time":{"start":1707753785897,"stop":1707753785898,"duration":1}},{"uid":"66938ca0c8dcca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66938ca0c8dcca1","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"bb1429ba13909019","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb1429ba13909019","status":"passed","time":{"start":1707737056800,"stop":1707737056800,"duration":0}},{"uid":"f12c8971e8fd1d91","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f12c8971e8fd1d91","status":"passed","time":{"start":1707736286220,"stop":1707736286220,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"718bc092a18fbc18","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718bc092a18fbc18","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"duration":1}},{"uid":"7293e63d8582911f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7293e63d8582911f","status":"passed","time":{"start":1707769968735,"stop":1707769968736,"duration":1}},{"uid":"11a2b8b1cf85e07e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11a2b8b1cf85e07e","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"a19e122a203843da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a19e122a203843da","status":"passed","time":{"start":1707758006726,"stop":1707758006727,"duration":1}},{"uid":"669c555ae02cd98c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/669c555ae02cd98c","status":"passed","time":{"start":1707756617064,"stop":1707756617065,"duration":1}},{"uid":"e63996134965b8d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e63996134965b8d9","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"8a9d4180ab26d20f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a9d4180ab26d20f","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"1727ade82a9a976","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1727ade82a9a976","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"c01bab8670c5511f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c01bab8670c5511f","status":"passed","time":{"start":1707737091390,"stop":1707737091390,"duration":0}},{"uid":"6a854ed3b45e8c40","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a854ed3b45e8c40","status":"passed","time":{"start":1707736260165,"stop":1707736260166,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9773952dabc54c30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9773952dabc54c30","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1}},{"uid":"acc1895f600d7ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acc1895f600d7ede","status":"passed","time":{"start":1707770051359,"stop":1707770051360,"duration":1}},{"uid":"c9549eef0ae3770a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9549eef0ae3770a","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"6c1163200f1885c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6c1163200f1885c8","status":"passed","time":{"start":1707757873893,"stop":1707757873893,"duration":0}},{"uid":"e1ac92621960fb6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1ac92621960fb6e","status":"passed","time":{"start":1707756499892,"stop":1707756499893,"duration":1}},{"uid":"fe182ab45591e77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe182ab45591e77b","status":"passed","time":{"start":1707753870420,"stop":1707753870422,"duration":2}},{"uid":"731181d211fd4d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/731181d211fd4d8","status":"passed","time":{"start":1707753647462,"stop":1707753647462,"duration":0}},{"uid":"b1aed392b60bee25","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1aed392b60bee25","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"f9f94dd9d161d139","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f94dd9d161d139","status":"passed","time":{"start":1707736947836,"stop":1707736947836,"duration":0}},{"uid":"66e20688afcce4f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/66e20688afcce4f7","status":"passed","time":{"start":1707736152495,"stop":1707736152495,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2149e3aa02c5c7e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2149e3aa02c5c7e4","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0}},{"uid":"4558f3f326a7f464","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4558f3f326a7f464","status":"passed","time":{"start":1707770051399,"stop":1707770051399,"duration":0}},{"uid":"49208c1c09a802fb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/49208c1c09a802fb","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"11fe265ee3a9bad9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11fe265ee3a9bad9","status":"passed","time":{"start":1707757873927,"stop":1707757873928,"duration":1}},{"uid":"987165fd587b1367","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/987165fd587b1367","status":"passed","time":{"start":1707756499910,"stop":1707756499911,"duration":1}},{"uid":"de795df915186d83","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de795df915186d83","status":"passed","time":{"start":1707753870460,"stop":1707753870468,"duration":8}},{"uid":"8b2edd487b77bb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b2edd487b77bb7","status":"passed","time":{"start":1707753647522,"stop":1707753647523,"duration":1}},{"uid":"97734ab24459b217","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97734ab24459b217","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"2b0021154fcfb356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b0021154fcfb356","status":"passed","time":{"start":1707736947852,"stop":1707736947852,"duration":0}},{"uid":"19ab8159d55e080f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19ab8159d55e080f","status":"passed","time":{"start":1707736152508,"stop":1707736152508,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"aab1e05e74864319","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab1e05e74864319","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0}},{"uid":"8429a806f4cba5f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8429a806f4cba5f2","status":"passed","time":{"start":1707770159289,"stop":1707770159291,"duration":2}},{"uid":"84983e8a5b8b0611","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/84983e8a5b8b0611","status":"passed","time":{"start":1707760280828,"stop":1707760280829,"duration":1}},{"uid":"477ee82312ba1637","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/477ee82312ba1637","status":"passed","time":{"start":1707757976565,"stop":1707757976566,"duration":1}},{"uid":"df278ce6c8c03e69","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df278ce6c8c03e69","status":"passed","time":{"start":1707756601161,"stop":1707756601162,"duration":1}},{"uid":"d8dde0fadf0ab960","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8dde0fadf0ab960","status":"passed","time":{"start":1707753969929,"stop":1707753969930,"duration":1}},{"uid":"785e92c263356350","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/785e92c263356350","status":"passed","time":{"start":1707753767216,"stop":1707753767217,"duration":1}},{"uid":"ebd564993add8f41","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebd564993add8f41","status":"passed","time":{"start":1707737071260,"stop":1707737071261,"duration":1}},{"uid":"629528aee68db75e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/629528aee68db75e","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e2c318bf6532017a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2c318bf6532017a","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0}},{"uid":"6cd4455a2e844a54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6cd4455a2e844a54","status":"passed","time":{"start":1707769691796,"stop":1707769691796,"duration":0}},{"uid":"96bdaef5ce5ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/96bdaef5ce5ef4ec","status":"passed","time":{"start":1707759788941,"stop":1707759788942,"duration":1}},{"uid":"392e859be7505a26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/392e859be7505a26","status":"passed","time":{"start":1707757488459,"stop":1707757488460,"duration":1}},{"uid":"32c49ef568db4202","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32c49ef568db4202","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"a50560b2dcd4c77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a50560b2dcd4c77b","status":"passed","time":{"start":1707753533382,"stop":1707753533383,"duration":1}},{"uid":"6612de6a0a128aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6612de6a0a128aff","status":"passed","time":{"start":1707753263796,"stop":1707753263796,"duration":0}},{"uid":"321a04e62d2821b8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/321a04e62d2821b8","status":"passed","time":{"start":1707750661590,"stop":1707750661591,"duration":1}},{"uid":"8e97be91cc484fee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e97be91cc484fee","status":"passed","time":{"start":1707736580001,"stop":1707736580001,"duration":0}},{"uid":"3509ef9a6428b731","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3509ef9a6428b731","status":"passed","time":{"start":1707735764681,"stop":1707735764681,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4fd8af0c58407dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4fd8af0c58407dcd","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"duration":2}},{"uid":"1351a9e93cbb77ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1351a9e93cbb77ec","status":"passed","time":{"start":1707769641579,"stop":1707769641580,"duration":1}},{"uid":"23ae3e7303fbe70a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23ae3e7303fbe70a","status":"passed","time":{"start":1707759736452,"stop":1707759736454,"duration":2}},{"uid":"adbb4eecab19fac4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/adbb4eecab19fac4","status":"passed","time":{"start":1707757431309,"stop":1707757431311,"duration":2}},{"uid":"4efa998a9677322a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4efa998a9677322a","status":"passed","time":{"start":1707756060432,"stop":1707756060433,"duration":1}},{"uid":"dcc8e28e8ea28c9d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dcc8e28e8ea28c9d","status":"passed","time":{"start":1707753479023,"stop":1707753479027,"duration":4}},{"uid":"6969aac7d62b8539","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6969aac7d62b8539","status":"passed","time":{"start":1707753207961,"stop":1707753207962,"duration":1}},{"uid":"d716f82ad35cda1d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d716f82ad35cda1d","status":"passed","time":{"start":1707750607848,"stop":1707750607849,"duration":1}},{"uid":"e5008140a248bd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5008140a248bd74","status":"passed","time":{"start":1707736525273,"stop":1707736525275,"duration":2}},{"uid":"b9949f9fcb88a5da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b9949f9fcb88a5da","status":"passed","time":{"start":1707735707251,"stop":1707735707253,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d97358fd64a2d184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d97358fd64a2d184","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0}},{"uid":"3573fc6a07016533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3573fc6a07016533","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"a2918efb80d6274c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2918efb80d6274c","status":"passed","time":{"start":1707759921460,"stop":1707759921460,"duration":0}},{"uid":"89f945bd27c517f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/89f945bd27c517f","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"7a884d88bbceb577","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a884d88bbceb577","status":"passed","time":{"start":1707756261814,"stop":1707756261818,"duration":4}},{"uid":"6df918c72c39c0eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6df918c72c39c0eb","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"3926398e843f4d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3926398e843f4d02","status":"passed","time":{"start":1707753409591,"stop":1707753409592,"duration":1}},{"uid":"a899a160dc0d981e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a899a160dc0d981e","status":"passed","time":{"start":1707750722055,"stop":1707750722055,"duration":0}},{"uid":"125e2294758ac424","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/125e2294758ac424","status":"passed","time":{"start":1707736708334,"stop":1707736708334,"duration":0}},{"uid":"461a4e1f4a92e8a7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/461a4e1f4a92e8a7","status":"passed","time":{"start":1707735914391,"stop":1707735914391,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"68940e077684618","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68940e077684618","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"7fbbb96ae64a357a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fbbb96ae64a357a","status":"passed","time":{"start":1707769737626,"stop":1707769737627,"duration":1}},{"uid":"eac5bd8cbd09eb3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eac5bd8cbd09eb3","status":"passed","time":{"start":1707759835151,"stop":1707759835151,"duration":0}},{"uid":"3f0e082bd2c2dfd2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f0e082bd2c2dfd2","status":"passed","time":{"start":1707757529706,"stop":1707757529707,"duration":1}},{"uid":"4e6e3c7052b92128","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e6e3c7052b92128","status":"passed","time":{"start":1707756164077,"stop":1707756164077,"duration":0}},{"uid":"80058433670ec497","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80058433670ec497","status":"passed","time":{"start":1707753566690,"stop":1707753566691,"duration":1}},{"uid":"5d2afa4c29ba3d96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d2afa4c29ba3d96","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"19c84eb0e553ab3e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19c84eb0e553ab3e","status":"passed","time":{"start":1707750698719,"stop":1707750698719,"duration":0}},{"uid":"c4649d0943c0fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c4649d0943c0fe67","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"67598d1bac9f3a28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67598d1bac9f3a28","status":"passed","time":{"start":1707735814293,"stop":1707735814295,"duration":2}}]},"d940af2d9145eac6e0a4e17fc32d5514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c7ceaa9caa39469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c7ceaa9caa39469","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"85de3e36ac2bcf8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/85de3e36ac2bcf8b","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"duration":0}},{"uid":"fa5ae09b5697c0e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa5ae09b5697c0e3","status":"passed","time":{"start":1707769642218,"stop":1707769642219,"duration":1}},{"uid":"da7bf36a8fb454dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da7bf36a8fb454dc","status":"passed","time":{"start":1707759737067,"stop":1707759737067,"duration":0}},{"uid":"d06691c31a2880e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d06691c31a2880e5","status":"passed","time":{"start":1707757431973,"stop":1707757431974,"duration":1}},{"uid":"fbd27f0c756fcee8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbd27f0c756fcee8","status":"passed","time":{"start":1707756061018,"stop":1707756061018,"duration":0}},{"uid":"13109e35e7ef1b0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13109e35e7ef1b0e","status":"passed","time":{"start":1707753479607,"stop":1707753479608,"duration":1}},{"uid":"a2f6561049033ec6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2f6561049033ec6","status":"passed","time":{"start":1707753208306,"stop":1707753208307,"duration":1}},{"uid":"6bb271a029a06da5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bb271a029a06da5","status":"passed","time":{"start":1707750608583,"stop":1707750608583,"duration":0}},{"uid":"76835efc52599d80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/76835efc52599d80","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"fa10edb1f222d2e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa10edb1f222d2e9","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1dcc41f2f98c3fa1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1dcc41f2f98c3fa1","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"duration":1}},{"uid":"51a45ef42c253261","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51a45ef42c253261","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"1303688456fc3476","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1303688456fc3476","status":"passed","time":{"start":1707759985513,"stop":1707759985514,"duration":1}},{"uid":"4ad05537b754c590","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ad05537b754c590","status":"passed","time":{"start":1707757677813,"stop":1707757677814,"duration":1}},{"uid":"6aa0c0e600fbda02","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6aa0c0e600fbda02","status":"passed","time":{"start":1707756291415,"stop":1707756291416,"duration":1}},{"uid":"f190117280769651","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f190117280769651","status":"passed","time":{"start":1707753735503,"stop":1707753735504,"duration":1}},{"uid":"eafcd10a0823e843","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eafcd10a0823e843","status":"passed","time":{"start":1707753472971,"stop":1707753472971,"duration":0}},{"uid":"43585cae691ada6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43585cae691ada6e","status":"passed","time":{"start":1707750845170,"stop":1707750845170,"duration":0}},{"uid":"db1d9383516aef1f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db1d9383516aef1f","status":"passed","time":{"start":1707736769677,"stop":1707736769678,"duration":1}},{"uid":"1203239afafb0f31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1203239afafb0f31","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bc5c7eda32ff3bdb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc5c7eda32ff3bdb","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"bda4cf20c3c4e060","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bda4cf20c3c4e060","status":"passed","time":{"start":1707770238683,"stop":1707770238684,"duration":1}},{"uid":"f0a4ce1903cecb8b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f0a4ce1903cecb8b","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"2887a1f10787e210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2887a1f10787e210","status":"passed","time":{"start":1707758004307,"stop":1707758004310,"duration":3}},{"uid":"b055301221237fc7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b055301221237fc7","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"3c82b320535a2a5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c82b320535a2a5d","status":"passed","time":{"start":1707754051784,"stop":1707754051785,"duration":1}},{"uid":"96cf8e73b9062de7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96cf8e73b9062de7","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"93e4db3caa5c6d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/93e4db3caa5c6d72","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"9752afdc2b66f978","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9752afdc2b66f978","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"5dc43eaba5dc95e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dc43eaba5dc95e7","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7931bf5eeeda96fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7931bf5eeeda96fd","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0}},{"uid":"8595fd71604b8975","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8595fd71604b8975","status":"passed","time":{"start":1707769622097,"stop":1707769622097,"duration":0}},{"uid":"505bf8e79d30f495","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/505bf8e79d30f495","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"9e9bd9335e9d3ef7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e9bd9335e9d3ef7","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"cd4c5cde9210808c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd4c5cde9210808c","status":"passed","time":{"start":1707756041377,"stop":1707756041377,"duration":0}},{"uid":"2fed1b2f35790f96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2fed1b2f35790f96","status":"passed","time":{"start":1707753459610,"stop":1707753459610,"duration":0}},{"uid":"2968e61137ae651c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2968e61137ae651c","status":"passed","time":{"start":1707753187712,"stop":1707753187712,"duration":0}},{"uid":"6a0fe922e6867b68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a0fe922e6867b68","status":"passed","time":{"start":1707750588402,"stop":1707750588402,"duration":0}},{"uid":"7b35164f1513ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b35164f1513ef9","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"c218c9d79777cab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218c9d79777cab2","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"c3b7b6b2018fc95730947a5850f18860:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"904840635b6f4718","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/904840635b6f4718","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"eb0e559bfac46dd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb0e559bfac46dd5","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"duration":0}},{"uid":"8142a479c2653487","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8142a479c2653487","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"e3a7b8044d1987de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3a7b8044d1987de","status":"passed","time":{"start":1707759985514,"stop":1707759985514,"duration":0}},{"uid":"96bbf9129b8085a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96bbf9129b8085a8","status":"passed","time":{"start":1707757677814,"stop":1707757677814,"duration":0}},{"uid":"e62967e1857046b4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e62967e1857046b4","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"587ff1f00fc0e0d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/587ff1f00fc0e0d3","status":"passed","time":{"start":1707753735504,"stop":1707753735504,"duration":0}},{"uid":"c6305b1b2c1b899f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6305b1b2c1b899f","status":"passed","time":{"start":1707753472971,"stop":1707753472972,"duration":1}},{"uid":"8ff43fb81bd76818","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ff43fb81bd76818","status":"passed","time":{"start":1707750845170,"stop":1707750845171,"duration":1}},{"uid":"1831be9a69a73166","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1831be9a69a73166","status":"passed","time":{"start":1707736769678,"stop":1707736769678,"duration":0}},{"uid":"a210c675208248a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a210c675208248a1","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6397e2b414170d4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6397e2b414170d4e","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1}},{"uid":"41f816edd271d908","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f816edd271d908","status":"passed","time":{"start":1707769650273,"stop":1707769650273,"duration":0}},{"uid":"64d71d521493d487","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64d71d521493d487","status":"passed","time":{"start":1707759745077,"stop":1707759745077,"duration":0}},{"uid":"15e516a96fddaf5c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15e516a96fddaf5c","status":"passed","time":{"start":1707757440221,"stop":1707757440221,"duration":0}},{"uid":"6685b630724f2eff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6685b630724f2eff","status":"passed","time":{"start":1707756069082,"stop":1707756069082,"duration":0}},{"uid":"10311e47ea560a8b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/10311e47ea560a8b","status":"passed","time":{"start":1707753487640,"stop":1707753487640,"duration":0}},{"uid":"e28d029493599057","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e28d029493599057","status":"passed","time":{"start":1707753216620,"stop":1707753216621,"duration":1}},{"uid":"95bb420cdf9f761e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95bb420cdf9f761e","status":"passed","time":{"start":1707750616575,"stop":1707750616576,"duration":1}},{"uid":"b360389fcfb8b76a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b360389fcfb8b76a","status":"passed","time":{"start":1707736534010,"stop":1707736534010,"duration":0}},{"uid":"329993ff0ec3b33b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/329993ff0ec3b33b","status":"passed","time":{"start":1707735716032,"stop":1707735716032,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"2e3fff04e9dea35e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e3fff04e9dea35e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001387,"stop":1707770001387,"duration":0}},{"uid":"b4c6c794d61a4b18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4c6c794d61a4b18","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843156,"duration":1}},{"uid":"71c54ece6a321cb7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71c54ece6a321cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"8fef025582025852","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fef025582025852","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f32bccf7127c2ba7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f32bccf7127c2ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267920,"stop":1707756267920,"duration":0}},{"uid":"5883866bfa24b0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5883866bfa24b0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"4f0de60d10bad444","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f0de60d10bad444","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423546,"stop":1707753423546,"duration":0}},{"uid":"c2b635b1e0be2416","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2b635b1e0be2416","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"e378f7f252388280","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e378f7f252388280","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730664,"duration":1}},{"uid":"3c673bea5d0f30e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c673bea5d0f30e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912139,"stop":1707735912139,"duration":0}}]},"64f94682189a98db287573b293dc48cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e622036329d733","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70e622036329d733","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1fe62ecf5f411213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fe62ecf5f411213","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"duration":0}},{"uid":"90d779de8ba056cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90d779de8ba056cb","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"741deecfcca92bb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/741deecfcca92bb7","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"db9a6c1ade1fd1be","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db9a6c1ade1fd1be","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"2055609cfb78e622","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2055609cfb78e622","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1ee9142796b2b3ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1ee9142796b2b3ca","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"db9182aaaf0f747f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db9182aaaf0f747f","status":"passed","time":{"start":1707751162307,"stop":1707751162308,"duration":1}},{"uid":"216fcc45019dfc60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/216fcc45019dfc60","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"48c00c1aa27e6fc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48c00c1aa27e6fc8","status":"passed","time":{"start":1707736260121,"stop":1707736260122,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bc06f36db3bfc1b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc06f36db3bfc1b4","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"5b1ba2efa45893da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1ba2efa45893da","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"680be1a413ab958","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/680be1a413ab958","status":"passed","time":{"start":1707760095398,"stop":1707760095399,"duration":1}},{"uid":"6505aea779e95351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6505aea779e95351","status":"passed","time":{"start":1707757790731,"stop":1707757790732,"duration":1}},{"uid":"61743757db9e5897","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61743757db9e5897","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"cd4b8bc352a17016","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd4b8bc352a17016","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"3bf8df230e3f5b97","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3bf8df230e3f5b97","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"bbc51a1387d2162d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbc51a1387d2162d","status":"passed","time":{"start":1707750953972,"stop":1707750953973,"duration":1}},{"uid":"b59b58cafbbb37e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b59b58cafbbb37e8","status":"passed","time":{"start":1707736878962,"stop":1707736878963,"duration":1}},{"uid":"84bf20068c6bff48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84bf20068c6bff48","status":"passed","time":{"start":1707736081267,"stop":1707736081267,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"62c6a7879070b09d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c6a7879070b09d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825085,"stop":1707769825086,"duration":1}},{"uid":"4eba7feecc4e720b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eba7feecc4e720b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677708,"stop":1707769677709,"duration":1}},{"uid":"5bf75fe7b0d34ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bf75fe7b0d34ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769675,"stop":1707759769676,"duration":1}},{"uid":"3f799b510fa3c66d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f799b510fa3c66d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468640,"stop":1707757468641,"duration":1}},{"uid":"2ca8757b3ea79244","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ca8757b3ea79244","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096181,"stop":1707756096186,"duration":5}},{"uid":"71a2045ddf1ca94e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/71a2045ddf1ca94e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517976,"stop":1707753517977,"duration":1}},{"uid":"1011b8cef6a0a20e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1011b8cef6a0a20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244731,"stop":1707753244731,"duration":0}},{"uid":"4bbce7dc99d6f019","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bbce7dc99d6f019","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643522,"duration":0}},{"uid":"9083afed7f08e949","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9083afed7f08e949","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"31665c467511b5ce","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/31665c467511b5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"74ca533cb14f22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74ca533cb14f22","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"1d00241b5e2174ca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d00241b5e2174ca","status":"passed","time":{"start":1707770051373,"stop":1707770051374,"duration":1}},{"uid":"d32662ab7c5cc457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d32662ab7c5cc457","status":"passed","time":{"start":1707760174014,"stop":1707760174015,"duration":1}},{"uid":"fb6d185a9a353f8d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb6d185a9a353f8d","status":"passed","time":{"start":1707757873918,"stop":1707757873918,"duration":0}},{"uid":"79ad33a3d7110d1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ad33a3d7110d1e","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"6ab148f3c6d5f64f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ab148f3c6d5f64f","status":"passed","time":{"start":1707753870440,"stop":1707753870440,"duration":0}},{"uid":"cdb7f716bdc7cee0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cdb7f716bdc7cee0","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"53db5ba5fc7435e6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/53db5ba5fc7435e6","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"9841c4549b268afe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9841c4549b268afe","status":"passed","time":{"start":1707736947842,"stop":1707736947842,"duration":0}},{"uid":"234b9223d5f649fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/234b9223d5f649fc","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"cece41d9803557e460e049b7cda394e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18f8f1e291995696","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18f8f1e291995696","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}}]},"01b5f1ef32490d089271f1ff3662dfbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d9da5799828f8b59","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9da5799828f8b59","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1707750722032,"stop":1707750722033,"duration":1}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dd7b6b712b14b6d5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd7b6b712b14b6d5","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"aa2cfc7d48cc07df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cfc7d48cc07df","status":"passed","time":{"start":1707769642599,"stop":1707769642600,"duration":1}},{"uid":"5830d2a0ce6ee7ed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5830d2a0ce6ee7ed","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"b151d8e32e08f98e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b151d8e32e08f98e","status":"passed","time":{"start":1707757432392,"stop":1707757432393,"duration":1}},{"uid":"9bc6f13ebb1e525e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bc6f13ebb1e525e","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"1ce95716f3fd1324","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ce95716f3fd1324","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"74e538f8245cff6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e538f8245cff6f","status":"passed","time":{"start":1707753208672,"stop":1707753208673,"duration":1}},{"uid":"d65550ba19a6d749","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d65550ba19a6d749","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"25bfd977705d4ab4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25bfd977705d4ab4","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"b7440b82d1df364f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b7440b82d1df364f","status":"passed","time":{"start":1707735708006,"stop":1707735708007,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"de18e05a47898406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de18e05a47898406","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"duration":0}},{"uid":"e46310aa915d41c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e46310aa915d41c7","status":"passed","time":{"start":1707770165177,"stop":1707770165178,"duration":1}},{"uid":"f1ffef402fabfab0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f1ffef402fabfab0","status":"passed","time":{"start":1707760340807,"stop":1707760340807,"duration":0}},{"uid":"63db75d04e189c84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63db75d04e189c84","status":"passed","time":{"start":1707758024236,"stop":1707758024237,"duration":1}},{"uid":"ffaa976a1ea3c09b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffaa976a1ea3c09b","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"deb72a116e4ad48b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb72a116e4ad48b","status":"passed","time":{"start":1707753975681,"stop":1707753975681,"duration":0}},{"uid":"827b4bf32b314ba9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827b4bf32b314ba9","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"c4460eaea99bba4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4460eaea99bba4d","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"a64994dadb96ce86","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a64994dadb96ce86","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"6a10df5e78976f4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a10df5e78976f4a","status":"passed","time":{"start":1707736323079,"stop":1707736323080,"duration":1}}]},"ba52082fc267a2d45914857cef276c7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f19814b3c6f219","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f19814b3c6f219","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"daed37c084ad227a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daed37c084ad227a","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"b5d310d45bab1f8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b5d310d45bab1f8b","status":"passed","time":{"start":1707770051395,"stop":1707770051395,"duration":0}},{"uid":"697121d91053c0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/697121d91053c0c2","status":"passed","time":{"start":1707760174023,"stop":1707760174023,"duration":0}},{"uid":"339f76bf09229a76","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/339f76bf09229a76","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"adf6902c1e14b694","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf6902c1e14b694","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"760a8f22b7d86102","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/760a8f22b7d86102","status":"passed","time":{"start":1707753870445,"stop":1707753870445,"duration":0}},{"uid":"f34d9d9ca95efb59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f34d9d9ca95efb59","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"8e24d9b92c292c80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8e24d9b92c292c80","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"3081229ef0eb8551","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3081229ef0eb8551","status":"passed","time":{"start":1707736947847,"stop":1707736947848,"duration":1}},{"uid":"6053432367941d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6053432367941d1","status":"passed","time":{"start":1707736152505,"stop":1707736152506,"duration":1}}]},"3c9032dea48434997c794ae6a00a3fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5424f2b4f21a5ec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5424f2b4f21a5ec0","status":"passed","time":{"start":1707769968733,"stop":1707769968733,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e19de26ac454187f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e19de26ac454187f","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"duration":0}},{"uid":"f3be6b290ef0fb71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3be6b290ef0fb71","status":"passed","time":{"start":1707770051396,"stop":1707770051397,"duration":1}},{"uid":"d28cd0077f67eb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d28cd0077f67eb46","status":"passed","time":{"start":1707760174024,"stop":1707760174025,"duration":1}},{"uid":"b464e0976d410175","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b464e0976d410175","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"bde00d8f28c215ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde00d8f28c215ba","status":"passed","time":{"start":1707756499906,"stop":1707756499907,"duration":1}},{"uid":"c8261a8580aa857a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8261a8580aa857a","status":"passed","time":{"start":1707753870457,"stop":1707753870458,"duration":1}},{"uid":"4eca9bd981f588d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4eca9bd981f588d5","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"3d660e4c91dc0f0c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d660e4c91dc0f0c","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"96ff48a2d43dca2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96ff48a2d43dca2c","status":"passed","time":{"start":1707736947848,"stop":1707736947849,"duration":1}},{"uid":"9c0b547db5226bd1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0b547db5226bd1","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"319f37e8e3123df80725cb1c05e4725e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff876fd72cc4ab0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cff876fd72cc4ab0","status":"passed","time":{"start":1707756499921,"stop":1707756499930,"duration":9}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3c7eaf5a9f568499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c7eaf5a9f568499","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"duration":1}},{"uid":"10e814c93e0b9372","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/10e814c93e0b9372","status":"passed","time":{"start":1707769883321,"stop":1707769883321,"duration":0}},{"uid":"6a2a78c5d53cd19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a2a78c5d53cd19","status":"passed","time":{"start":1707759981462,"stop":1707759981463,"duration":1}},{"uid":"3e47fb5890913027","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e47fb5890913027","status":"passed","time":{"start":1707757676043,"stop":1707757676043,"duration":0}},{"uid":"801e77c772a20221","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/801e77c772a20221","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9fdfde0bf6c636b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fdfde0bf6c636b8","status":"passed","time":{"start":1707753713249,"stop":1707753713249,"duration":0}},{"uid":"317334d77f9de008","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/317334d77f9de008","status":"passed","time":{"start":1707753448101,"stop":1707753448102,"duration":1}},{"uid":"3c59eefbad26f029","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c59eefbad26f029","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"d3ad6dfebc7d5190","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3ad6dfebc7d5190","status":"passed","time":{"start":1707736765015,"stop":1707736765015,"duration":0}},{"uid":"3120a743e02e95be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3120a743e02e95be","status":"passed","time":{"start":1707735955227,"stop":1707735955248,"duration":21}}]},"587bf02e7b18830b8b5d2bedbb71c598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b53d479f6e7bebaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b53d479f6e7bebaa","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042634,"stop":1707751042635,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"b6af89e5bbb12c91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6af89e5bbb12c91","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"duration":0}},{"uid":"8a9d1dcef974c1e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a9d1dcef974c1e6","status":"passed","time":{"start":1707770165187,"stop":1707770165189,"duration":2}},{"uid":"a10da2d6d0f9efd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a10da2d6d0f9efd0","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"d14b18368ccf4d76","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d14b18368ccf4d76","status":"passed","time":{"start":1707756662062,"stop":1707756662063,"duration":1}},{"uid":"330e90e815bc564e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/330e90e815bc564e","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"5cb04f9855f950b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb04f9855f950b8","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"4acf85049191395","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4acf85049191395","status":"passed","time":{"start":1707751167359,"stop":1707751167360,"duration":1}},{"uid":"6567985a590d9c05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6567985a590d9c05","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"1bbfe4c94e58a475","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bbfe4c94e58a475","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"33def4e86cef449158de718ddb14fc8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6650bc55cf99520","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c6650bc55cf99520","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1}}]},"a64709b727be115866a47838d54316f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cb8ac8c4b8444a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6cb8ac8c4b8444a8","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"49652613aa1386ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49652613aa1386ee","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"e204b4f41ff02f75","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e204b4f41ff02f75","status":"passed","time":{"start":1707769841876,"stop":1707769841877,"duration":1}},{"uid":"58ec596f19e67e8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58ec596f19e67e8f","status":"passed","time":{"start":1707759921442,"stop":1707759921442,"duration":0}},{"uid":"ec48a47cd116a3e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec48a47cd116a3e4","status":"passed","time":{"start":1707757624862,"stop":1707757624863,"duration":1}},{"uid":"c915f18c09b89def","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c915f18c09b89def","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"c9cb09b4fcba8274","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9cb09b4fcba8274","status":"passed","time":{"start":1707753651128,"stop":1707753651129,"duration":1}},{"uid":"5c57b3453bb48d24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c57b3453bb48d24","status":"passed","time":{"start":1707753409569,"stop":1707753409569,"duration":0}},{"uid":"c9ef53373f7788d4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9ef53373f7788d4","status":"passed","time":{"start":1707736708309,"stop":1707736708310,"duration":1}},{"uid":"74b9a3e9a2be4f83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74b9a3e9a2be4f83","status":"passed","time":{"start":1707735914370,"stop":1707735914371,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cc0aedb4c81b7d67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc0aedb4c81b7d67","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"duration":0}},{"uid":"fc7d4ccefa76dcc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc7d4ccefa76dcc4","status":"passed","time":{"start":1707769883326,"stop":1707769883327,"duration":1}},{"uid":"35b7fcbae6a8d26a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/35b7fcbae6a8d26a","status":"passed","time":{"start":1707759981477,"stop":1707759981478,"duration":1}},{"uid":"f4a62aae4d6c7efe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a62aae4d6c7efe","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"91b5ee3b4aae8fba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91b5ee3b4aae8fba","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"739bc9bda58854eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/739bc9bda58854eb","status":"passed","time":{"start":1707753713252,"stop":1707753713253,"duration":1}},{"uid":"afebee596c6e217d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afebee596c6e217d","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"62f632e2d7dfb2cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62f632e2d7dfb2cb","status":"passed","time":{"start":1707750840044,"stop":1707750840049,"duration":5}},{"uid":"91eda30d85b28533","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/91eda30d85b28533","status":"passed","time":{"start":1707736765041,"stop":1707736765042,"duration":1}},{"uid":"4468dd27c7a3715d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4468dd27c7a3715d","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9d597c9264fff277","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d597c9264fff277","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0}},{"uid":"dc68444bca6b31b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc68444bca6b31b","status":"passed","time":{"start":1707769648575,"stop":1707769648575,"duration":0}},{"uid":"309b01e43d62747d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/309b01e43d62747d","status":"passed","time":{"start":1707759743255,"stop":1707759743256,"duration":1}},{"uid":"5e9fe281997e27cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e9fe281997e27cd","status":"passed","time":{"start":1707757438369,"stop":1707757438369,"duration":0}},{"uid":"b36d68aef30ecf66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b36d68aef30ecf66","status":"passed","time":{"start":1707756067011,"stop":1707756067012,"duration":1}},{"uid":"b8e2ee65ad7be241","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8e2ee65ad7be241","status":"passed","time":{"start":1707753485652,"stop":1707753485652,"duration":0}},{"uid":"ec658fdfc32f93b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec658fdfc32f93b5","status":"passed","time":{"start":1707753214697,"stop":1707753214698,"duration":1}},{"uid":"d707841d70eaa3e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707841d70eaa3e9","status":"passed","time":{"start":1707750614690,"stop":1707750614690,"duration":0}},{"uid":"136d1509250efe8c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/136d1509250efe8c","status":"passed","time":{"start":1707736532275,"stop":1707736532276,"duration":1}},{"uid":"9a6b7354a8f1b877","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a6b7354a8f1b877","status":"passed","time":{"start":1707735714126,"stop":1707735714126,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"cf8a11401f3fcdfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf8a11401f3fcdfb","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0}},{"uid":"87aed56f23a6a19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87aed56f23a6a19a","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"7791e3ec4da03e05","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7791e3ec4da03e05","status":"passed","time":{"start":1707759921444,"stop":1707759921444,"duration":0}},{"uid":"71b1c504a4bee911","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/71b1c504a4bee911","status":"passed","time":{"start":1707757624868,"stop":1707757624868,"duration":0}},{"uid":"504e4a2815c5d68c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/504e4a2815c5d68c","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"eae1c5bd08fe3988","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eae1c5bd08fe3988","status":"passed","time":{"start":1707753651132,"stop":1707753651133,"duration":1}},{"uid":"ce54f4bae9faaee","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce54f4bae9faaee","status":"passed","time":{"start":1707753409576,"stop":1707753409577,"duration":1}},{"uid":"c598963317b84672","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c598963317b84672","status":"passed","time":{"start":1707736708313,"stop":1707736708314,"duration":1}},{"uid":"f7ced763d7105fa7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7ced763d7105fa7","status":"passed","time":{"start":1707735914377,"stop":1707735914377,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7c44fbf0fc3e9e37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c44fbf0fc3e9e37","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1}},{"uid":"5f6554177da7c335","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6554177da7c335","status":"passed","time":{"start":1707769968733,"stop":1707769968734,"duration":1}},{"uid":"7cb90ecc0d444626","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cb90ecc0d444626","status":"passed","time":{"start":1707760301826,"stop":1707760301827,"duration":1}},{"uid":"765e18ca04b72675","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/765e18ca04b72675","status":"passed","time":{"start":1707758006723,"stop":1707758006724,"duration":1}},{"uid":"892c615f704079f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/892c615f704079f1","status":"passed","time":{"start":1707756617062,"stop":1707756617062,"duration":0}},{"uid":"f03250f69141de60","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f03250f69141de60","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}},{"uid":"ea02f699498debdd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea02f699498debdd","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"c9592a2299f0f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9592a2299f0f55","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"722382f7c9cc7154","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/722382f7c9cc7154","status":"passed","time":{"start":1707737091377,"stop":1707737091384,"duration":7}},{"uid":"6a5824b038f17d8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a5824b038f17d8e","status":"passed","time":{"start":1707736260163,"stop":1707736260164,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"42ad72f03876b95e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42ad72f03876b95e","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"d7cece509fafad30","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7cece509fafad30","status":"passed","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"1529eed73177906e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1529eed73177906e","status":"passed","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"47ac491b5057c42a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/47ac491b5057c42a","status":"passed","time":{"start":1707758004303,"stop":1707758004303,"duration":0}},{"uid":"ed2fb998a4e40e64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed2fb998a4e40e64","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"3af9de383cd2db3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3af9de383cd2db3b","status":"passed","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"a8f6e1b171d55565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8f6e1b171d55565","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7533158f72d90743","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7533158f72d90743","status":"passed","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"b10a67787f096127","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b10a67787f096127","status":"passed","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"bb78cab85026d05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb78cab85026d05","status":"passed","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5837925cd9e79ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5837925cd9e79ca1","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1}},{"uid":"900c79b8b35eab6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/900c79b8b35eab6a","status":"passed","time":{"start":1707769883314,"stop":1707769883314,"duration":0}},{"uid":"8ad7d2eaf1cfe8a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ad7d2eaf1cfe8a7","status":"passed","time":{"start":1707759981456,"stop":1707759981457,"duration":1}},{"uid":"1d5b0634562894fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d5b0634562894fb","status":"passed","time":{"start":1707757676036,"stop":1707757676037,"duration":1}},{"uid":"6124a64ba541fa9e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6124a64ba541fa9e","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"acb31d44d82a9daa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/acb31d44d82a9daa","status":"passed","time":{"start":1707753713244,"stop":1707753713244,"duration":0}},{"uid":"ec0fe0e451c8faec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec0fe0e451c8faec","status":"passed","time":{"start":1707753448089,"stop":1707753448090,"duration":1}},{"uid":"2fed8082ff91355","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2fed8082ff91355","status":"passed","time":{"start":1707750840031,"stop":1707750840032,"duration":1}},{"uid":"7e174ffcae626517","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e174ffcae626517","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"20b703a9b836a0f5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20b703a9b836a0f5","status":"passed","time":{"start":1707735955221,"stop":1707735955221,"duration":0}}]},"2f39c3c6fcfd789dc72a4c4035b62f7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db2b9f512d303bb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5db2b9f512d303bb","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"57a7a2704139f16d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57a7a2704139f16d","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"2f3ead477a20ef1b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f3ead477a20ef1b","status":"passed","time":{"start":1707769968730,"stop":1707769968730,"duration":0}},{"uid":"7659f3ff43118fa1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7659f3ff43118fa1","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"9843c09677b38433","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9843c09677b38433","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"42a94b45c6917bf9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42a94b45c6917bf9","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"6e636f8f4de2cf64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e636f8f4de2cf64","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c65d93fdafc50ee5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c65d93fdafc50ee5","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"9bab0223ec296d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9bab0223ec296d5b","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"60d085e668cd563e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60d085e668cd563e","status":"passed","time":{"start":1707737091353,"stop":1707737091353,"duration":0}},{"uid":"fc918f06f50a4353","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc918f06f50a4353","status":"passed","time":{"start":1707736260156,"stop":1707736260156,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"286d97d97e8fad22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/286d97d97e8fad22","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335632,"stop":1707770335632,"duration":0}},{"uid":"574980447cd267b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/574980447cd267b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968740,"stop":1707769968740,"duration":0}},{"uid":"aaa327131fa1e08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaa327131fa1e08","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"12367d5a102e658d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12367d5a102e658d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006731,"stop":1707758006733,"duration":2}},{"uid":"ebc5fc039e361729","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ebc5fc039e361729","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617067,"stop":1707756617068,"duration":1}},{"uid":"736feaeeeb7afbb2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736feaeeeb7afbb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"dd00e4cb6ce3b75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd00e4cb6ce3b75","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"71860545cbe55051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71860545cbe55051","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162327,"stop":1707751162328,"duration":1}},{"uid":"f4aea915de87541d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4aea915de87541d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"c542ce404afac79a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c542ce404afac79a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260170,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6cf00d86ab738f34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cf00d86ab738f34","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1}},{"uid":"8984b14c747a5612","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8984b14c747a5612","status":"passed","time":{"start":1707769841916,"stop":1707769841917,"duration":1}},{"uid":"cfaa4e9e30a268e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cfaa4e9e30a268e8","status":"passed","time":{"start":1707759921467,"stop":1707759921467,"duration":0}},{"uid":"bcc905ee04e021ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc905ee04e021ee","status":"passed","time":{"start":1707757624893,"stop":1707757624893,"duration":0}},{"uid":"2017fc3835439a8b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2017fc3835439a8b","status":"passed","time":{"start":1707756261847,"stop":1707756261848,"duration":1}},{"uid":"ceff0b0cab267601","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceff0b0cab267601","status":"passed","time":{"start":1707753651193,"stop":1707753651193,"duration":0}},{"uid":"45bc4e9066133dbb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bc4e9066133dbb","status":"passed","time":{"start":1707753409611,"stop":1707753409611,"duration":0}},{"uid":"9d8761bf696153bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9d8761bf696153bf","status":"passed","time":{"start":1707750722061,"stop":1707750722061,"duration":0}},{"uid":"ba698fb2d10ed01b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba698fb2d10ed01b","status":"passed","time":{"start":1707736708340,"stop":1707736708340,"duration":0}},{"uid":"ff156be7786a66f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ff156be7786a66f8","status":"passed","time":{"start":1707735914408,"stop":1707735914408,"duration":0}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c7362ebf2d1ccfe7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7362ebf2d1ccfe7","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0}},{"uid":"94f04665db173014","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/94f04665db173014","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"54175d9c7a68cb51","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54175d9c7a68cb51","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"2b190b75326b15c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b190b75326b15c6","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"898c74e06fdfbc3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/898c74e06fdfbc3","status":"passed","time":{"start":1707756061066,"stop":1707756061067,"duration":1}},{"uid":"d70fc0ae7268eb1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d70fc0ae7268eb1b","status":"passed","time":{"start":1707753479613,"stop":1707753479614,"duration":1}},{"uid":"af8d7250a16e13cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af8d7250a16e13cd","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"7067cb90df4f3be1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7067cb90df4f3be1","status":"passed","time":{"start":1707750608630,"stop":1707750608631,"duration":1}},{"uid":"d1e1f8117588f556","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1e1f8117588f556","status":"passed","time":{"start":1707736525924,"stop":1707736525925,"duration":1}},{"uid":"6467b4fc2709065a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6467b4fc2709065a","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"f0536b370ecfc525219d6a64ef03be67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a9ae70cc83b0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a9ae70cc83b0e0","status":"passed","time":{"start":1707735912121,"stop":1707735912121,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9d6ad262aeb7b964","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d6ad262aeb7b964","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"5d61ac434d0e0b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5d61ac434d0e0b1a","status":"passed","time":{"start":1707770165176,"stop":1707770165177,"duration":1}},{"uid":"d9c41e5fd27677de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9c41e5fd27677de","status":"passed","time":{"start":1707760340806,"stop":1707760340807,"duration":1}},{"uid":"dcb8beab45308131","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcb8beab45308131","status":"passed","time":{"start":1707758024236,"stop":1707758024236,"duration":0}},{"uid":"5fc6fc4249ceccfb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5fc6fc4249ceccfb","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"99a4886b75c66e96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99a4886b75c66e96","status":"passed","time":{"start":1707753975678,"stop":1707753975680,"duration":2}},{"uid":"162e9830eeb63b00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/162e9830eeb63b00","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"71c200e06f72e5c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71c200e06f72e5c5","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"fd7654d96d696f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd7654d96d696f72","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"5da82368d9958837","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da82368d9958837","status":"passed","time":{"start":1707736323079,"stop":1707736323079,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"66af16e9cb60aebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/66af16e9cb60aebd","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"duration":1}},{"uid":"b58ff741d793ea1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b58ff741d793ea1e","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"9d212796844f5ccb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d212796844f5ccb","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"18f8012b4b50c610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/18f8012b4b50c610","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"a355c53ff2e4146c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a355c53ff2e4146c","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"7735a73cde46f26","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7735a73cde46f26","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"1708c29844f2477e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1708c29844f2477e","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"bbe09053bfbfdfb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbe09053bfbfdfb6","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bcb5522c910c8404","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bcb5522c910c8404","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"97a87cbea3bd7368","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97a87cbea3bd7368","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"af67ee01065d8525","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af67ee01065d8525","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"71fc20f40e516603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71fc20f40e516603","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"272448ee603c1161","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/272448ee603c1161","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"36826c3bc70e8e57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36826c3bc70e8e57","status":"passed","time":{"start":1707757546807,"stop":1707757546807,"duration":0}},{"uid":"f62d5db757f58f72","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f62d5db757f58f72","status":"passed","time":{"start":1707756167199,"stop":1707756167200,"duration":1}},{"uid":"aabd6d863d97f42d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aabd6d863d97f42d","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f8a58bdf0254300b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f8a58bdf0254300b","status":"passed","time":{"start":1707753331770,"stop":1707753331771,"duration":1}},{"uid":"2270b0e0f266fcb5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2270b0e0f266fcb5","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"be434e43b6857a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/be434e43b6857a14","status":"passed","time":{"start":1707736636442,"stop":1707736636443,"duration":1}},{"uid":"ab132cda6f1d98c6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab132cda6f1d98c6","status":"passed","time":{"start":1707735825261,"stop":1707735825261,"duration":0}}]},"0e3432b79c4e8494bf7c96362ba59085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"515decffec2b6dfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/515decffec2b6dfb","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":8,"unknown":0,"total":8},"items":[{"uid":"f7942520b59342ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7942520b59342ae","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"f70d58c326acdcb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f70d58c326acdcb8","status":"passed","time":{"start":1707769706668,"stop":1707769706669,"duration":1}},{"uid":"569dc3151e2ef55c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/569dc3151e2ef55c","status":"passed","time":{"start":1707759811409,"stop":1707759811409,"duration":0}},{"uid":"cf9d3b5d99e26a0e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cf9d3b5d99e26a0e","status":"passed","time":{"start":1707757504685,"stop":1707757504685,"duration":0}},{"uid":"a449cc85058e32fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a449cc85058e32fe","status":"passed","time":{"start":1707756131519,"stop":1707756131519,"duration":0}},{"uid":"478a6bf61f3db349","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/478a6bf61f3db349","status":"passed","time":{"start":1707753284215,"stop":1707753284215,"duration":0}},{"uid":"a513bf9c5980595a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a513bf9c5980595a","status":"passed","time":{"start":1707736597189,"stop":1707736597190,"duration":1}},{"uid":"4961e013913ecfc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4961e013913ecfc8","status":"passed","time":{"start":1707735784060,"stop":1707735784061,"duration":1}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1c6aa00484e890e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c6aa00484e890e6","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"3c6319c77f349a8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c6319c77f349a8b","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"79eb8cfd94b40d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/79eb8cfd94b40d","status":"passed","time":{"start":1707760335944,"stop":1707760335944,"duration":0}},{"uid":"c241cae506dd0461","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c241cae506dd0461","status":"passed","time":{"start":1707758023530,"stop":1707758023530,"duration":0}},{"uid":"1d8e690f913f5d17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d8e690f913f5d17","status":"passed","time":{"start":1707756663999,"stop":1707756664000,"duration":1}},{"uid":"45b9bd819ae07f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b9bd819ae07f5","status":"passed","time":{"start":1707753837165,"stop":1707753837165,"duration":0}},{"uid":"8b30ac4edb0d787e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8b30ac4edb0d787e","status":"passed","time":{"start":1707751136281,"stop":1707751136282,"duration":1}},{"uid":"fdb8557caee802ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdb8557caee802ee","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"3b4ca66d3f4a0798","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b4ca66d3f4a0798","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"109835212c9b450dbe3c2bb8ebc2cbca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"36c01367a9a914e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c01367a9a914e9","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042633,"stop":1707751042633,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ff3a8cbfe201e0dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3a8cbfe201e0dd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"150e3088587691df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/150e3088587691df","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"6c462ad404b554a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c462ad404b554a8","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"1cc038ee258bccde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1cc038ee258bccde","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"d686202deb045f3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d686202deb045f3b","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"7081d7d05f21760b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7081d7d05f21760b","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"de4cd9f015cce464","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4cd9f015cce464","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"1c4888cb47ea6a59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1c4888cb47ea6a59","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"c56e249617bc90ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c56e249617bc90ef","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"563f734bc5324f7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/563f734bc5324f7b","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"e0a7366111bfacff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0a7366111bfacff","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"ed13ac8656a81506","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed13ac8656a81506","status":"passed","time":{"start":1707759965209,"stop":1707759965210,"duration":1}},{"uid":"e9544ad9059d797e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e9544ad9059d797e","status":"passed","time":{"start":1707757644395,"stop":1707757644395,"duration":0}},{"uid":"fb7514f0ac337eec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb7514f0ac337eec","status":"passed","time":{"start":1707756267917,"stop":1707756267917,"duration":0}},{"uid":"e371d802d7c21557","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e371d802d7c21557","status":"passed","time":{"start":1707753668083,"stop":1707753668083,"duration":0}},{"uid":"b21e9f8fc5febcc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b21e9f8fc5febcc6","status":"passed","time":{"start":1707753423542,"stop":1707753423543,"duration":1}},{"uid":"4dee846375e836fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4dee846375e836fb","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"6787c1df8958ff3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6787c1df8958ff3e","status":"passed","time":{"start":1707736730658,"stop":1707736730658,"duration":0}},{"uid":"c899f2d7660be377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c899f2d7660be377","status":"passed","time":{"start":1707735912130,"stop":1707735912132,"duration":2}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f6d2ec95235b7f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6d2ec95235b7f0c","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0}},{"uid":"16f9ca99e96b8d17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/16f9ca99e96b8d17","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"98d6cd08c43aef54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/98d6cd08c43aef54","status":"passed","time":{"start":1707760345984,"stop":1707760345984,"duration":0}},{"uid":"19889d47bde002ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/19889d47bde002ee","status":"passed","time":{"start":1707758029747,"stop":1707758029747,"duration":0}},{"uid":"fb37fe2982a358e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb37fe2982a358e2","status":"passed","time":{"start":1707756668254,"stop":1707756668254,"duration":0}},{"uid":"8678b9db6818b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8678b9db6818b","status":"passed","time":{"start":1707753981528,"stop":1707753981528,"duration":0}},{"uid":"c299e857c4ad3a22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c299e857c4ad3a22","status":"passed","time":{"start":1707753832682,"stop":1707753832682,"duration":0}},{"uid":"ce5bff3c7839a936","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ce5bff3c7839a936","status":"passed","time":{"start":1707751154821,"stop":1707751154821,"duration":0}},{"uid":"57f0fb1907830d1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/57f0fb1907830d1a","status":"passed","time":{"start":1707737128060,"stop":1707737128060,"duration":0}},{"uid":"846060cebd965759","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846060cebd965759","status":"passed","time":{"start":1707736326983,"stop":1707736326983,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"968e2199272b9a7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/968e2199272b9a7b","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"29e4a8ae877aaa6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29e4a8ae877aaa6a","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"86fc7c1cbdc0ff1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/86fc7c1cbdc0ff1d","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"7ebb979f147baabc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7ebb979f147baabc","status":"passed","time":{"start":1707757921498,"stop":1707757921499,"duration":1}},{"uid":"b5326fed2bdd47a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b5326fed2bdd47a9","status":"passed","time":{"start":1707756552028,"stop":1707756552029,"duration":1}},{"uid":"c1b9061768bebecf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1b9061768bebecf","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"747aa85ca831e3db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/747aa85ca831e3db","status":"passed","time":{"start":1707753708971,"stop":1707753708971,"duration":0}},{"uid":"ae48a280bede5b00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae48a280bede5b00","status":"passed","time":{"start":1707751075911,"stop":1707751075911,"duration":0}},{"uid":"e750d7f3695e3cbb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e750d7f3695e3cbb","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"194ae3b9e738e517","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/194ae3b9e738e517","status":"passed","time":{"start":1707736214132,"stop":1707736214133,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"c92a0c4de57afa5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c92a0c4de57afa5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424183,"stop":1707770424184,"duration":1}},{"uid":"15ef69edb646c51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15ef69edb646c51","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"36c0d2f64feed5cc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36c0d2f64feed5cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"8003da8e7dcfab4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8003da8e7dcfab4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"eb60583b0c022185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb60583b0c022185","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690167,"stop":1707756690167,"duration":0}},{"uid":"11eff0fbd958c26c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11eff0fbd958c26c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051791,"stop":1707754051792,"duration":1}},{"uid":"49da4444b9e2ac24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49da4444b9e2ac24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"4d3e127fe40f7025","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d3e127fe40f7025","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"b48e5b33eb890b27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b48e5b33eb890b27","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"e25ea644d0945855","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e25ea644d0945855","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3cc99f86316f3442","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cc99f86316f3442","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"ccaa3ec63775ad7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ccaa3ec63775ad7c","status":"passed","time":{"start":1707769642599,"stop":1707769642599,"duration":0}},{"uid":"e243aba322018333","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e243aba322018333","status":"passed","time":{"start":1707759737377,"stop":1707759737378,"duration":1}},{"uid":"ba84bf87b3011380","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba84bf87b3011380","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"93696f7a6ce8aec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93696f7a6ce8aec","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"3ebd008a26c53f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ebd008a26c53f14","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"a97df2c8f10ad991","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a97df2c8f10ad991","status":"passed","time":{"start":1707753208672,"stop":1707753208672,"duration":0}},{"uid":"1883fae007f94b9a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1883fae007f94b9a","status":"passed","time":{"start":1707750608875,"stop":1707750608876,"duration":1}},{"uid":"e33e3dd806ca6b91","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e33e3dd806ca6b91","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"dbc027452ea75e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dbc027452ea75e9","status":"passed","time":{"start":1707735708006,"stop":1707735708006,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b7d0c40b909f435a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d0c40b909f435a","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"e3c6898f1f8934fd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3c6898f1f8934fd","status":"passed","time":{"start":1707770238688,"stop":1707770238689,"duration":1}},{"uid":"aca7c2f01def231f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aca7c2f01def231f","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"ba56d3082b30f980","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba56d3082b30f980","status":"passed","time":{"start":1707758004329,"stop":1707758004329,"duration":0}},{"uid":"64887a01a90091f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64887a01a90091f9","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"2a8d313e0207de92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a8d313e0207de92","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"a03a338ef04ee5d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a03a338ef04ee5d6","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"f75004bf05052758","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f75004bf05052758","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"3665bf9d5f2cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3665bf9d5f2cd2b7","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"57459eedf0c85be3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57459eedf0c85be3","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a0e6aa06ca9d49ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e6aa06ca9d49ee","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"6ed1440de6f9a43c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ed1440de6f9a43c","status":"passed","time":{"start":1707769883644,"stop":1707769883645,"duration":1}},{"uid":"b4204f026e2b5132","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4204f026e2b5132","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"4bcde6e86a9d97c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4bcde6e86a9d97c","status":"passed","time":{"start":1707757677812,"stop":1707757677813,"duration":1}},{"uid":"4fbc17b0d81991d0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4fbc17b0d81991d0","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"421a3a5d65dc1204","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/421a3a5d65dc1204","status":"passed","time":{"start":1707753735502,"stop":1707753735503,"duration":1}},{"uid":"509cae5713cbe559","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/509cae5713cbe559","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"fcac36e23a1f7197","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fcac36e23a1f7197","status":"passed","time":{"start":1707750845169,"stop":1707750845169,"duration":0}},{"uid":"d0ec844bcd88a3e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0ec844bcd88a3e1","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"bd9eaa99b32bf481","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd9eaa99b32bf481","status":"passed","time":{"start":1707735968264,"stop":1707735968265,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f68ef321362627f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f68ef321362627f6","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1}},{"uid":"65a34c490e544b79","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65a34c490e544b79","status":"passed","time":{"start":1707769983268,"stop":1707769983268,"duration":0}},{"uid":"36e1f9434ba26df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36e1f9434ba26df4","status":"passed","time":{"start":1707760095396,"stop":1707760095397,"duration":1}},{"uid":"a17473db6cc3e2d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a17473db6cc3e2d8","status":"passed","time":{"start":1707757790726,"stop":1707757790727,"duration":1}},{"uid":"731922cd9891f43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/731922cd9891f43","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"4863b57845fbcca3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4863b57845fbcca3","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"89c445ee558f6659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89c445ee558f6659","status":"passed","time":{"start":1707753573523,"stop":1707753573523,"duration":0}},{"uid":"a0cf05698e957ea9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0cf05698e957ea9","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"46d9ba1e707d464a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46d9ba1e707d464a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"58798f3c7ddb4f0d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58798f3c7ddb4f0d","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ccf6e5727fe0c819","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccf6e5727fe0c819","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"duration":0}},{"uid":"9c2b8767d9ae3b9f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c2b8767d9ae3b9f","status":"passed","time":{"start":1707770169174,"stop":1707770169175,"duration":1}},{"uid":"72484b8d04bed71d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72484b8d04bed71d","status":"passed","time":{"start":1707760345980,"stop":1707760345981,"duration":1}},{"uid":"767d14d85e32fd56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/767d14d85e32fd56","status":"passed","time":{"start":1707758029743,"stop":1707758029744,"duration":1}},{"uid":"e9253d823f34fcdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9253d823f34fcdb","status":"passed","time":{"start":1707756668251,"stop":1707756668252,"duration":1}},{"uid":"ab5ef286eff3bbf1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab5ef286eff3bbf1","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"e42b2c38d855998e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e42b2c38d855998e","status":"passed","time":{"start":1707753832679,"stop":1707753832679,"duration":0}},{"uid":"6e488f0de469b699","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e488f0de469b699","status":"passed","time":{"start":1707751154818,"stop":1707751154818,"duration":0}},{"uid":"fbf5501bbb87f436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fbf5501bbb87f436","status":"passed","time":{"start":1707737128057,"stop":1707737128057,"duration":0}},{"uid":"efa57b6567d1ed77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/efa57b6567d1ed77","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f1cb72ed3e162c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cb72ed3e162c8","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0}},{"uid":"eb548cffbffac81","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb548cffbffac81","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"d065809f2cd861cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d065809f2cd861cd","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"90b38e166004cc8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90b38e166004cc8f","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"c1ae5ee2cafda8f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1ae5ee2cafda8f4","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"f6d0d5c49fe1cd19","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f6d0d5c49fe1cd19","status":"passed","time":{"start":1707753926590,"stop":1707753926593,"duration":3}},{"uid":"c0b14bf2a3ff204e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0b14bf2a3ff204e","status":"passed","time":{"start":1707753779034,"stop":1707753779035,"duration":1}},{"uid":"cb70a011dededf2d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb70a011dededf2d","status":"passed","time":{"start":1707751117676,"stop":1707751117677,"duration":1}},{"uid":"9cdd97f727feec85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9cdd97f727feec85","status":"passed","time":{"start":1707737065100,"stop":1707737065100,"duration":0}},{"uid":"a70f62c267202c20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a70f62c267202c20","status":"passed","time":{"start":1707736281629,"stop":1707736281630,"duration":1}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1800e9b89ee7c425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1800e9b89ee7c425","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"f6ef9dea26d2206b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f6ef9dea26d2206b","status":"passed","time":{"start":1707769841909,"stop":1707769841910,"duration":1}},{"uid":"201a9a28fbae7331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/201a9a28fbae7331","status":"passed","time":{"start":1707759921463,"stop":1707759921463,"duration":0}},{"uid":"f944bebb69414d11","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f944bebb69414d11","status":"passed","time":{"start":1707757624889,"stop":1707757624890,"duration":1}},{"uid":"cb6520b80ed0ec00","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cb6520b80ed0ec00","status":"passed","time":{"start":1707756261835,"stop":1707756261838,"duration":3}},{"uid":"4326072b6a92a8bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4326072b6a92a8bc","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"5684867f998f7bfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5684867f998f7bfe","status":"passed","time":{"start":1707753409605,"stop":1707753409605,"duration":0}},{"uid":"b7e25a34c2344f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7e25a34c2344f64","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"a32271d681bf8b39","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a32271d681bf8b39","status":"passed","time":{"start":1707736708336,"stop":1707736708337,"duration":1}},{"uid":"79c3f774f4bd2149","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c3f774f4bd2149","status":"passed","time":{"start":1707735914394,"stop":1707735914395,"duration":1}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"49c3fab7cc2aeb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c3fab7cc2aeb8","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"duration":1}},{"uid":"15a28b4c02a8ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15a28b4c02a8ee1d","status":"passed","time":{"start":1707769622095,"stop":1707769622096,"duration":1}},{"uid":"844315e88d87e42","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/844315e88d87e42","status":"passed","time":{"start":1707759717049,"stop":1707759717050,"duration":1}},{"uid":"d769c8bc4579dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d769c8bc4579dd5","status":"passed","time":{"start":1707757411666,"stop":1707757411667,"duration":1}},{"uid":"944cfc8e7aa5e8cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/944cfc8e7aa5e8cc","status":"passed","time":{"start":1707756041375,"stop":1707756041376,"duration":1}},{"uid":"3d940a1b7ac7b535","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d940a1b7ac7b535","status":"passed","time":{"start":1707753459608,"stop":1707753459609,"duration":1}},{"uid":"c95308f579d21680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c95308f579d21680","status":"passed","time":{"start":1707753187709,"stop":1707753187711,"duration":2}},{"uid":"5e70d844e30c34c1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e70d844e30c34c1","status":"passed","time":{"start":1707750588400,"stop":1707750588401,"duration":1}},{"uid":"946a945db2896072","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/946a945db2896072","status":"passed","time":{"start":1707736505792,"stop":1707736505793,"duration":1}},{"uid":"59710dae7fc00a4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59710dae7fc00a4a","status":"passed","time":{"start":1707735687170,"stop":1707735687171,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4c039b6c23cd3280","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c039b6c23cd3280","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0}},{"uid":"30ada25983111cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30ada25983111cb","status":"passed","time":{"start":1707769979918,"stop":1707769979918,"duration":0}},{"uid":"61afd085cd9e0941","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/61afd085cd9e0941","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"fd278241e8fa5807","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd278241e8fa5807","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"8c6688a8e9b22ef5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c6688a8e9b22ef5","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"d8f3a27c3a5e8166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8f3a27c3a5e8166","status":"passed","time":{"start":1707753781759,"stop":1707753781759,"duration":0}},{"uid":"dc7baf539388a27a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc7baf539388a27a","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"c12e236a2bcd0ad9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c12e236a2bcd0ad9","status":"passed","time":{"start":1707750940663,"stop":1707750940663,"duration":0}},{"uid":"1e253fb25a44b283","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e253fb25a44b283","status":"passed","time":{"start":1707736870547,"stop":1707736870547,"duration":0}},{"uid":"e43ef5f8c903ab6a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e43ef5f8c903ab6a","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"aa876eba3014fcaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa876eba3014fcaa","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"5ec8d4656530c7af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ec8d4656530c7af","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"72dc992351dbde54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72dc992351dbde54","status":"passed","time":{"start":1707759965194,"stop":1707759965194,"duration":0}},{"uid":"28fad9edfb6b2cc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28fad9edfb6b2cc6","status":"passed","time":{"start":1707757644388,"stop":1707757644389,"duration":1}},{"uid":"3de37538ad87e8d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3de37538ad87e8d9","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"cf07d2a76b2f5778","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf07d2a76b2f5778","status":"passed","time":{"start":1707753668030,"stop":1707753668031,"duration":1}},{"uid":"ba68c3a8619735a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba68c3a8619735a","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"4c8aebe2f1e17059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c8aebe2f1e17059","status":"passed","time":{"start":1707750796029,"stop":1707750796030,"duration":1}},{"uid":"8ea782a554e65a81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ea782a554e65a81","status":"passed","time":{"start":1707736730643,"stop":1707736730643,"duration":0}},{"uid":"c46132a9001613ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c46132a9001613ef","status":"passed","time":{"start":1707735912118,"stop":1707735912118,"duration":0}}]},"de06a3dfd898eb3db77aa935f1b60524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"957705f149b8825c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/957705f149b8825c","status":"passed","time":{"start":1707737091308,"stop":1707737091308,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f56c7de4bf4abd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56c7de4bf4abd10","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"duration":0}},{"uid":"e87710f95396eec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e87710f95396eec0","status":"passed","time":{"start":1707769841898,"stop":1707769841899,"duration":1}},{"uid":"fbe1c6d2ce6966e5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbe1c6d2ce6966e5","status":"passed","time":{"start":1707759921453,"stop":1707759921453,"duration":0}},{"uid":"a087a66ba3186c0d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a087a66ba3186c0d","status":"passed","time":{"start":1707757624875,"stop":1707757624875,"duration":0}},{"uid":"93cb279c89473fde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93cb279c89473fde","status":"passed","time":{"start":1707756261762,"stop":1707756261763,"duration":1}},{"uid":"13149f481e043aac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13149f481e043aac","status":"passed","time":{"start":1707753651166,"stop":1707753651167,"duration":1}},{"uid":"e657ddd22d74ecab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e657ddd22d74ecab","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"ab7a71e72b2dfcae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab7a71e72b2dfcae","status":"passed","time":{"start":1707750722047,"stop":1707750722048,"duration":1}},{"uid":"ca4c26fffe802ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca4c26fffe802ea3","status":"passed","time":{"start":1707736708327,"stop":1707736708328,"duration":1}},{"uid":"e8bad96a632fe31e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bad96a632fe31e","status":"passed","time":{"start":1707735914384,"stop":1707735914385,"duration":1}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"52f7190cc09616ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52f7190cc09616ee","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"duration":1}},{"uid":"9199cc10560ffdec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9199cc10560ffdec","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"1febed9d09d5267d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1febed9d09d5267d","status":"passed","time":{"start":1707759981455,"stop":1707759981455,"duration":0}},{"uid":"246abc1f23ffa1b6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246abc1f23ffa1b6","status":"passed","time":{"start":1707757676035,"stop":1707757676035,"duration":0}},{"uid":"2676b452c4bb4b36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2676b452c4bb4b36","status":"passed","time":{"start":1707756304421,"stop":1707756304422,"duration":1}},{"uid":"a7b3f260e33ff76f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7b3f260e33ff76f","status":"passed","time":{"start":1707753713234,"stop":1707753713235,"duration":1}},{"uid":"d7b80b6e18715140","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d7b80b6e18715140","status":"passed","time":{"start":1707753448082,"stop":1707753448083,"duration":1}},{"uid":"d8039e9c4d8874a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8039e9c4d8874a8","status":"passed","time":{"start":1707750840030,"stop":1707750840030,"duration":0}},{"uid":"9114b917689bbcfb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114b917689bbcfb","status":"passed","time":{"start":1707736764995,"stop":1707736764997,"duration":2}},{"uid":"10367129986bd359","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/10367129986bd359","status":"passed","time":{"start":1707735955219,"stop":1707735955220,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8ade4b59689decf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ade4b59689decf6","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"duration":0}},{"uid":"78102df9b8bf017b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78102df9b8bf017b","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"326c69b60085031d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/326c69b60085031d","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"f408c336bfb42b26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f408c336bfb42b26","status":"passed","time":{"start":1707757709189,"stop":1707757709189,"duration":0}},{"uid":"30fbf66e376cbec3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/30fbf66e376cbec3","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"b49508513c3caf32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b49508513c3caf32","status":"passed","time":{"start":1707753751251,"stop":1707753751252,"duration":1}},{"uid":"81902e300b2f06e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81902e300b2f06e3","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"95088e8a79667e51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95088e8a79667e51","status":"passed","time":{"start":1707750881807,"stop":1707750881807,"duration":0}},{"uid":"6f08680fca327568","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f08680fca327568","status":"passed","time":{"start":1707736800766,"stop":1707736800766,"duration":0}},{"uid":"e5f3a3bb91714272","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5f3a3bb91714272","status":"passed","time":{"start":1707736013454,"stop":1707736013455,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cd6852d0e80b434e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd6852d0e80b434e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"32e2b6883c64799a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32e2b6883c64799a","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"348c81ff779f4a90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/348c81ff779f4a90","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"5b5100344887d1e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b5100344887d1e4","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"71344d48a7fa9251","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/71344d48a7fa9251","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"f42616fbe5ea9eb5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f42616fbe5ea9eb5","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"436a1f9c2e39a2c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/436a1f9c2e39a2c1","status":"passed","time":{"start":1707753193785,"stop":1707753193786,"duration":1}},{"uid":"3a2caf1bd242df56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a2caf1bd242df56","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"257666ba17d01e22","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/257666ba17d01e22","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"e9c5f4a056685391","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9c5f4a056685391","status":"passed","time":{"start":1707735693128,"stop":1707735693129,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"5899354ae6f1a8a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5899354ae6f1a8a7","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0}},{"uid":"9e41dda61341528b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e41dda61341528b","status":"passed","time":{"start":1707760301805,"stop":1707760301806,"duration":1}},{"uid":"c4ceb1af6097422c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4ceb1af6097422c","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"bb45b1f1fe054adf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bb45b1f1fe054adf","status":"passed","time":{"start":1707756617037,"stop":1707756617038,"duration":1}},{"uid":"91fbedea191cc301","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91fbedea191cc301","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"d8ff0dedcb28a418","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8ff0dedcb28a418","status":"passed","time":{"start":1707753782749,"stop":1707753782749,"duration":0}},{"uid":"28562bd1d4e4801c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28562bd1d4e4801c","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"cdf4a1f40d8eddef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdf4a1f40d8eddef","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"7a75e55bcc058039","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a75e55bcc058039","status":"passed","time":{"start":1707736260126,"stop":1707736260126,"duration":0}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f7b4b277031cc4a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7b4b277031cc4a","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"516a66a35806d005","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/516a66a35806d005","status":"passed","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"64182b525f277908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64182b525f277908","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"2bec24bdaaf33349","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bec24bdaaf33349","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"1d3ad2856dce1d16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d3ad2856dce1d16","status":"passed","time":{"start":1707756690168,"stop":1707756690169,"duration":1}},{"uid":"e43cbec6fcdcfb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e43cbec6fcdcfb46","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c9ae2f955cce3df","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9ae2f955cce3df","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"ea60785244d163c6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ea60785244d163c6","status":"passed","time":{"start":1707751228966,"stop":1707751228967,"duration":1}},{"uid":"5ee9bcf84e229828","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5ee9bcf84e229828","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"e19a8ab273e3627b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e19a8ab273e3627b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cb6d38d6bb76d3b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cb6d38d6bb76d3b9","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"eae6288eeaf394f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eae6288eeaf394f0","status":"passed","time":{"start":1707770045979,"stop":1707770045979,"duration":0}},{"uid":"69a5730deaf444ca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/69a5730deaf444ca","status":"passed","time":{"start":1707760224885,"stop":1707760224885,"duration":0}},{"uid":"778fc7da665ca3e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/778fc7da665ca3e0","status":"passed","time":{"start":1707757921499,"stop":1707757921500,"duration":1}},{"uid":"7d34f97c342665b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d34f97c342665b5","status":"passed","time":{"start":1707756552029,"stop":1707756552030,"duration":1}},{"uid":"c3aa43c61efd1d4a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3aa43c61efd1d4a","status":"passed","time":{"start":1707753853540,"stop":1707753853540,"duration":0}},{"uid":"cabb041a331c52c5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cabb041a331c52c5","status":"passed","time":{"start":1707753708972,"stop":1707753708972,"duration":0}},{"uid":"4087c4bb72625bb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4087c4bb72625bb6","status":"passed","time":{"start":1707751075912,"stop":1707751075912,"duration":0}},{"uid":"52ec52c2c81c992c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52ec52c2c81c992c","status":"passed","time":{"start":1707737000813,"stop":1707737000814,"duration":1}},{"uid":"aa917af87fe401db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa917af87fe401db","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5b1fd0a675b4858f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b1fd0a675b4858f","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0}},{"uid":"9079f90a34ff9c2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9079f90a34ff9c2c","status":"passed","time":{"start":1707769841891,"stop":1707769841892,"duration":1}},{"uid":"bd8ab7ec5ac74c43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd8ab7ec5ac74c43","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"12fa8ba9743b434e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12fa8ba9743b434e","status":"passed","time":{"start":1707757624871,"stop":1707757624872,"duration":1}},{"uid":"9f6664924b63f44f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f6664924b63f44f","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"c6dbbfdf19858e62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6dbbfdf19858e62","status":"passed","time":{"start":1707753651140,"stop":1707753651141,"duration":1}},{"uid":"e3dd7df0a0515700","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3dd7df0a0515700","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"9c43250599153a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c43250599153a1","status":"passed","time":{"start":1707750722038,"stop":1707750722039,"duration":1}},{"uid":"e949e28a2c2e2f3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e949e28a2c2e2f3e","status":"passed","time":{"start":1707736708320,"stop":1707736708321,"duration":1}},{"uid":"349329dedbe936be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/349329dedbe936be","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"aacdde2f9809034c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aacdde2f9809034c","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1}},{"uid":"b9476e8c93430d9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9476e8c93430d9c","status":"passed","time":{"start":1707769968721,"stop":1707769968721,"duration":0}},{"uid":"e21049742efe1172","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e21049742efe1172","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"9d061a36522a0e5f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d061a36522a0e5f","status":"passed","time":{"start":1707758006714,"stop":1707758006714,"duration":0}},{"uid":"ef036961ad60e237","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef036961ad60e237","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ad879ef8ec695f15","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad879ef8ec695f15","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"289c267c308fb980","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289c267c308fb980","status":"passed","time":{"start":1707753782761,"stop":1707753782761,"duration":0}},{"uid":"938494fe2ff93f7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/938494fe2ff93f7a","status":"passed","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1431d29a6972d435","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1431d29a6972d435","status":"passed","time":{"start":1707737091341,"stop":1707737091341,"duration":0}},{"uid":"8f46a7be0a5554cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f46a7be0a5554cc","status":"passed","time":{"start":1707736260136,"stop":1707736260136,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f4692b7cefa4148b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4692b7cefa4148b","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"duration":1}},{"uid":"3f27b9fef45c3af8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f27b9fef45c3af8","status":"passed","time":{"start":1707769883635,"stop":1707769883641,"duration":6}},{"uid":"39766005514f61b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39766005514f61b5","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"b92bb889b0b30583","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b92bb889b0b30583","status":"passed","time":{"start":1707757677811,"stop":1707757677812,"duration":1}},{"uid":"19afac714dd7d29f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19afac714dd7d29f","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"a13510988da643ba","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13510988da643ba","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"ceddf6d40e7d8027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ceddf6d40e7d8027","status":"passed","time":{"start":1707753472969,"stop":1707753472969,"duration":0}},{"uid":"a2d92f3a570325bd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a2d92f3a570325bd","status":"passed","time":{"start":1707750845162,"stop":1707750845163,"duration":1}},{"uid":"f37363bbca8fcb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f37363bbca8fcb","status":"passed","time":{"start":1707736769675,"stop":1707736769676,"duration":1}},{"uid":"c0df596c7820b09e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c0df596c7820b09e","status":"passed","time":{"start":1707735968262,"stop":1707735968262,"duration":0}}]},"2ce4c98b6a7cc30bb2ddab144e64bfab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f85c3db543b93b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f85c3db543b93b1","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"47ad5624925b93f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47ad5624925b93f2","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0}},{"uid":"ce96dc810633658","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce96dc810633658","status":"passed","time":{"start":1707770116112,"stop":1707770116112,"duration":0}},{"uid":"349227f10876cff7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/349227f10876cff7","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"38804433973f092a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38804433973f092a","status":"passed","time":{"start":1707757992698,"stop":1707757992699,"duration":1}},{"uid":"3cf858582d4828b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cf858582d4828b1","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"fb12455b76939c6c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb12455b76939c6c","status":"passed","time":{"start":1707753926588,"stop":1707753926589,"duration":1}},{"uid":"e36364ef41c10a4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e36364ef41c10a4e","status":"passed","time":{"start":1707753779031,"stop":1707753779032,"duration":1}},{"uid":"1909e7071dcbe6cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1909e7071dcbe6cb","status":"passed","time":{"start":1707751117674,"stop":1707751117675,"duration":1}},{"uid":"59ef6885ad4551ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ef6885ad4551ca","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"6cfe1c39c44d8f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cfe1c39c44d8f70","status":"passed","time":{"start":1707736281625,"stop":1707736281627,"duration":2}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c60b328739577386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c60b328739577386","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"duration":1}},{"uid":"ec6d3b6b343046f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec6d3b6b343046f6","status":"passed","time":{"start":1707769641581,"stop":1707769641582,"duration":1}},{"uid":"16f987d00f4e4e23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f987d00f4e4e23","status":"passed","time":{"start":1707759736455,"stop":1707759736455,"duration":0}},{"uid":"647798df10c54298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/647798df10c54298","status":"passed","time":{"start":1707757431312,"stop":1707757431313,"duration":1}},{"uid":"65bb3a21fc42a846","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65bb3a21fc42a846","status":"passed","time":{"start":1707756060434,"stop":1707756060435,"duration":1}},{"uid":"c239ed2334c75ece","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c239ed2334c75ece","status":"passed","time":{"start":1707753479029,"stop":1707753479030,"duration":1}},{"uid":"6ec673d1166e3c15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ec673d1166e3c15","status":"passed","time":{"start":1707753207963,"stop":1707753207964,"duration":1}},{"uid":"a58ab2915a3b7df9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a58ab2915a3b7df9","status":"passed","time":{"start":1707750607850,"stop":1707750607851,"duration":1}},{"uid":"7d1b433e072a733","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d1b433e072a733","status":"passed","time":{"start":1707736525276,"stop":1707736525276,"duration":0}},{"uid":"f253bf4f975eef2a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f253bf4f975eef2a","status":"passed","time":{"start":1707735707255,"stop":1707735707256,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"62c8cc5a0ecafd63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c8cc5a0ecafd63","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"4cc0e40fc5d16b02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4cc0e40fc5d16b02","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"54c524d5871fee0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54c524d5871fee0b","status":"passed","time":{"start":1707759965195,"stop":1707759965195,"duration":0}},{"uid":"f2d729aafb9c705e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d729aafb9c705e","status":"passed","time":{"start":1707757644389,"stop":1707757644389,"duration":0}},{"uid":"7e30fc14f5d703ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e30fc14f5d703ed","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"60b860a2ee4cf5bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60b860a2ee4cf5bd","status":"passed","time":{"start":1707753668031,"stop":1707753668032,"duration":1}},{"uid":"2f771da778303bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f771da778303bfd","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"8f39c5734c321571","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f39c5734c321571","status":"passed","time":{"start":1707750796030,"stop":1707750796030,"duration":0}},{"uid":"18f18af6fd4cce18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18f18af6fd4cce18","status":"passed","time":{"start":1707736730643,"stop":1707736730644,"duration":1}},{"uid":"f94b3c8f35fe561a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94b3c8f35fe561a","status":"passed","time":{"start":1707735912118,"stop":1707735912119,"duration":1}}]},"1b4592146a04bc1454c7e7f1480d509a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5deccd9a1c35794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5deccd9a1c35794","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d99c6ee28ee8e24f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d99c6ee28ee8e24f","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"162e043b65c7f0b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/162e043b65c7f0b6","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"ec5314ad19c8c5d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec5314ad19c8c5d2","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"151adc1b1064b3c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/151adc1b1064b3c5","status":"passed","time":{"start":1707757790730,"stop":1707757790731,"duration":1}},{"uid":"afee663c9bcd31d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/afee663c9bcd31d6","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"55e02aa4916fb158","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55e02aa4916fb158","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"783d17f4060b1095","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/783d17f4060b1095","status":"passed","time":{"start":1707753573525,"stop":1707753573525,"duration":0}},{"uid":"b705437d6e77e1cf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b705437d6e77e1cf","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"6872101e66c1f062","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6872101e66c1f062","status":"passed","time":{"start":1707736878962,"stop":1707736878962,"duration":0}},{"uid":"c019a47ab074d21e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c019a47ab074d21e","status":"passed","time":{"start":1707736081266,"stop":1707736081267,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c2b0aff42d682b96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b0aff42d682b96","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"c6a97d4930fbf598","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6a97d4930fbf598","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"7473aeeda8b0b0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7473aeeda8b0b0c2","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"86e13f693e6061a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86e13f693e6061a3","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"8dfa4950c9b17ae7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dfa4950c9b17ae7","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"80a6ba12415cfa3c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80a6ba12415cfa3c","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"d881bc0052cadb0e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d881bc0052cadb0e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"892304e0ce01da8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/892304e0ce01da8e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"7e6f497ad86e4310","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6f497ad86e4310","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"cd7c75dc9099061e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cd7c75dc9099061e","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"ad21c5f00a8853a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad21c5f00a8853a0","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3}},{"uid":"d19e360d268153fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d19e360d268153fa","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"6dd34694bd1ad927","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dd34694bd1ad927","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"12bc80079104edb7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12bc80079104edb7","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"e31dbfaf08165fe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e31dbfaf08165fe2","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"3474d830d1131aa7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3474d830d1131aa7","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"c0bba6a780640da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0bba6a780640da","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"71b18c27abf32f3b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71b18c27abf32f3b","status":"passed","time":{"start":1707737091297,"stop":1707737091298,"duration":1}},{"uid":"37fa38daaa08dcf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/37fa38daaa08dcf1","status":"passed","time":{"start":1707736260118,"stop":1707736260119,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"94c4421c534b54f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94c4421c534b54f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142482,"stop":1707770142483,"duration":1}},{"uid":"810777742fce6d6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/810777742fce6d6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994536,"stop":1707769994537,"duration":1}},{"uid":"32dfe87670ddc23c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/32dfe87670ddc23c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106456,"stop":1707760106457,"duration":1}},{"uid":"be1cd0b0e725d857","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be1cd0b0e725d857","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804294,"duration":0}},{"uid":"5425bd7b1ebb29d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5425bd7b1ebb29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422346,"duration":0}},{"uid":"e9c6ea892c21752e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c6ea892c21752e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"c6304a794e079696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6304a794e079696","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586163,"stop":1707753586164,"duration":1}},{"uid":"2d806fcabf97af45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2d806fcabf97af45","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964802,"stop":1707750964802,"duration":0}},{"uid":"5f13f6ca046eea36","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f13f6ca046eea36","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"8ed9665e4d3b934d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed9665e4d3b934d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"d70938b70d3e5041c6aa53e4ca6e5d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88687eca154f145e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/88687eca154f145e","status":"passed","time":{"start":1707769983278,"stop":1707769983279,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9b3c033bd0b425fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b3c033bd0b425fe","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1}},{"uid":"272f89fad734073c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272f89fad734073c","status":"passed","time":{"start":1707769648573,"stop":1707769648574,"duration":1}},{"uid":"9e7cb7d26a5f0fcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e7cb7d26a5f0fcc","status":"passed","time":{"start":1707759743254,"stop":1707759743255,"duration":1}},{"uid":"5b9455eafe3e5022","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b9455eafe3e5022","status":"passed","time":{"start":1707757438368,"stop":1707757438368,"duration":0}},{"uid":"2a5bdfe69bd88fb5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a5bdfe69bd88fb5","status":"passed","time":{"start":1707756067010,"stop":1707756067011,"duration":1}},{"uid":"707f8695eafb3028","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/707f8695eafb3028","status":"passed","time":{"start":1707753485650,"stop":1707753485651,"duration":1}},{"uid":"f71d8902b97f341d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f71d8902b97f341d","status":"passed","time":{"start":1707753214696,"stop":1707753214697,"duration":1}},{"uid":"6a919056584f8ca5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a919056584f8ca5","status":"passed","time":{"start":1707750614688,"stop":1707750614689,"duration":1}},{"uid":"e3d71d81d871dd18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e3d71d81d871dd18","status":"passed","time":{"start":1707736532274,"stop":1707736532275,"duration":1}},{"uid":"c5b6e8f0fc1439b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5b6e8f0fc1439b","status":"passed","time":{"start":1707735714124,"stop":1707735714125,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c66d3a383ff01fdf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c66d3a383ff01fdf","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"9e62a0a061c3a616","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e62a0a061c3a616","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"a50dd29e6fe81702","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a50dd29e6fe81702","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"f247b976a42a7610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f247b976a42a7610","status":"passed","time":{"start":1707757790732,"stop":1707757790732,"duration":0}},{"uid":"ddddbbb5d364f8ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddddbbb5d364f8ac","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"77a5892500c9e91d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77a5892500c9e91d","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"2f500b4e5446f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f500b4e5446f04","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"2cd6109a0db9c730","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cd6109a0db9c730","status":"passed","time":{"start":1707750953973,"stop":1707750953973,"duration":0}},{"uid":"214753652eefd69c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/214753652eefd69c","status":"passed","time":{"start":1707736878963,"stop":1707736878963,"duration":0}},{"uid":"386c743ababa1a6d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/386c743ababa1a6d","status":"passed","time":{"start":1707736081267,"stop":1707736081268,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"42266912e0fcff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42266912e0fcff","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"duration":0}},{"uid":"2dea9e4c6c8d7110","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2dea9e4c6c8d7110","status":"passed","time":{"start":1707769673026,"stop":1707769673026,"duration":0}},{"uid":"d9a903d74d393f4c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9a903d74d393f4c","status":"passed","time":{"start":1707759767765,"stop":1707759767766,"duration":1}},{"uid":"851894b787aa51da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/851894b787aa51da","status":"passed","time":{"start":1707757463878,"stop":1707757463879,"duration":1}},{"uid":"86ff690cbe6b157c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/86ff690cbe6b157c","status":"passed","time":{"start":1707756091992,"stop":1707756091993,"duration":1}},{"uid":"8103d02e3e45c908","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8103d02e3e45c908","status":"passed","time":{"start":1707753510234,"stop":1707753510235,"duration":1}},{"uid":"a273ded30f59d6d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a273ded30f59d6d0","status":"passed","time":{"start":1707753240422,"stop":1707753240423,"duration":1}},{"uid":"949aa8d6f48b17d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/949aa8d6f48b17d0","status":"passed","time":{"start":1707750639410,"stop":1707750639411,"duration":1}},{"uid":"8424306a1d2f71de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8424306a1d2f71de","status":"passed","time":{"start":1707736555755,"stop":1707736555756,"duration":1}},{"uid":"346e4ebf451d77d4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/346e4ebf451d77d4","status":"passed","time":{"start":1707735739987,"stop":1707735739988,"duration":1}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6de52dc4d3d4cf1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6de52dc4d3d4cf1e","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"duration":1}},{"uid":"f970f00bd73230a9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f970f00bd73230a9","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"fbb1c864a54a96dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbb1c864a54a96dd","status":"passed","time":{"start":1707760163327,"stop":1707760163337,"duration":10}},{"uid":"ec3f24e7ed951fc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec3f24e7ed951fc7","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"56881178669ab8bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56881178669ab8bd","status":"passed","time":{"start":1707756493173,"stop":1707756493174,"duration":1}},{"uid":"ff236b93f8f54fc7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff236b93f8f54fc7","status":"passed","time":{"start":1707753863565,"stop":1707753863566,"duration":1}},{"uid":"77dbb8b80f1c49db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/77dbb8b80f1c49db","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"f90a23025d9c8ac3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f90a23025d9c8ac3","status":"passed","time":{"start":1707751014387,"stop":1707751014389,"duration":2}},{"uid":"ab345def64d646f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab345def64d646f6","status":"passed","time":{"start":1707736941410,"stop":1707736941412,"duration":2}},{"uid":"73da49c95fc3ef01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73da49c95fc3ef01","status":"passed","time":{"start":1707736158693,"stop":1707736158695,"duration":2}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"e394f617e12e0e8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e394f617e12e0e8b","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"830f9940c13fab30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/830f9940c13fab30","status":"passed","time":{"start":1707760301815,"stop":1707760301816,"duration":1}},{"uid":"1db4e094e90bb06e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1db4e094e90bb06e","status":"passed","time":{"start":1707758006711,"stop":1707758006711,"duration":0}},{"uid":"cc97123da5aa0b16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc97123da5aa0b16","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"9fa6a2fd3b7c4081","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fa6a2fd3b7c4081","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"b446271c755f1eb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b446271c755f1eb","status":"passed","time":{"start":1707753782758,"stop":1707753782758,"duration":0}},{"uid":"f834d46e2c24171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f834d46e2c24171","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"bb9e4b99f721cd05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb9e4b99f721cd05","status":"passed","time":{"start":1707737091322,"stop":1707737091323,"duration":1}},{"uid":"fd04f36e57406878","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd04f36e57406878","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"93b3e54ef9bfd6dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93b3e54ef9bfd6dd","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0}},{"uid":"7b4683679d62fa97","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b4683679d62fa97","status":"passed","time":{"start":1707769619253,"stop":1707769619254,"duration":1}},{"uid":"16f2f187db5b1dac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f2f187db5b1dac","status":"passed","time":{"start":1707759714510,"stop":1707759714510,"duration":0}},{"uid":"186ce098055723a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/186ce098055723a1","status":"passed","time":{"start":1707757408927,"stop":1707757408928,"duration":1}},{"uid":"5d43e20532510b2f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d43e20532510b2f","status":"passed","time":{"start":1707756038654,"stop":1707756038655,"duration":1}},{"uid":"277853a03cd9e752","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/277853a03cd9e752","status":"passed","time":{"start":1707753456823,"stop":1707753456823,"duration":0}},{"uid":"bfb1d6f4a81973c8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bfb1d6f4a81973c8","status":"passed","time":{"start":1707753185030,"stop":1707753185030,"duration":0}},{"uid":"66c9cff1b5ce41cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66c9cff1b5ce41cd","status":"passed","time":{"start":1707750585694,"stop":1707750585694,"duration":0}},{"uid":"d00268d792dc64e4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d00268d792dc64e4","status":"passed","time":{"start":1707736503248,"stop":1707736503248,"duration":0}},{"uid":"ca89fadc5e1903a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca89fadc5e1903a9","status":"passed","time":{"start":1707735684543,"stop":1707735684544,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"88b9626ed00599ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88b9626ed00599ab","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"duration":1}},{"uid":"4e6007994b5fcd87","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e6007994b5fcd87","status":"passed","time":{"start":1707770099499,"stop":1707770099500,"duration":1}},{"uid":"7d05872aa0091591","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d05872aa0091591","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"f9de6edafa1ca09d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f9de6edafa1ca09d","status":"passed","time":{"start":1707757936359,"stop":1707757936368,"duration":9}},{"uid":"aa6d5dc0df9753cd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa6d5dc0df9753cd","status":"passed","time":{"start":1707756564916,"stop":1707756564916,"duration":0}},{"uid":"dfeecea57498938a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfeecea57498938a","status":"passed","time":{"start":1707753906988,"stop":1707753906988,"duration":0}},{"uid":"9dd13968e56a3408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dd13968e56a3408","status":"passed","time":{"start":1707753724178,"stop":1707753724179,"duration":1}},{"uid":"c72df85d358bcf8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c72df85d358bcf8a","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"7dd6091ff38423f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dd6091ff38423f1","status":"passed","time":{"start":1707736996443,"stop":1707736996444,"duration":1}},{"uid":"4e75d2fb7245f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e75d2fb7245f613","status":"passed","time":{"start":1707736227474,"stop":1707736227475,"duration":1}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7348db86280933bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7348db86280933bd","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"duration":0}},{"uid":"9d1b6c269267289b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d1b6c269267289b","status":"passed","time":{"start":1707770165171,"stop":1707770165175,"duration":4}},{"uid":"3a6754aeb6a940c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a6754aeb6a940c1","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"7c6c2ecbaab4975c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c6c2ecbaab4975c","status":"passed","time":{"start":1707758024234,"stop":1707758024234,"duration":0}},{"uid":"c1e9a6ecace9de3c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1e9a6ecace9de3c","status":"passed","time":{"start":1707756662060,"stop":1707756662061,"duration":1}},{"uid":"f382cefc44156943","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f382cefc44156943","status":"passed","time":{"start":1707753975669,"stop":1707753975672,"duration":3}},{"uid":"18ace0b664c9f44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18ace0b664c9f44b","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"f21ace7f81db6b44","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f21ace7f81db6b44","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"96adfbf723743e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96adfbf723743e6","status":"passed","time":{"start":1707737129078,"stop":1707737129078,"duration":0}},{"uid":"6ff7e440888e8311","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6ff7e440888e8311","status":"passed","time":{"start":1707736323077,"stop":1707736323078,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f7c6668dc29e0d23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7c6668dc29e0d23","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0}},{"uid":"2291ac34d71b6479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2291ac34d71b6479","status":"passed","time":{"start":1707769619257,"stop":1707769619257,"duration":0}},{"uid":"afaa586d2736739f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/afaa586d2736739f","status":"passed","time":{"start":1707759714513,"stop":1707759714513,"duration":0}},{"uid":"3eb144b77893c2ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3eb144b77893c2ad","status":"passed","time":{"start":1707757408931,"stop":1707757408931,"duration":0}},{"uid":"11ba314405ebacc6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/11ba314405ebacc6","status":"passed","time":{"start":1707756038657,"stop":1707756038657,"duration":0}},{"uid":"44da999b4885602e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44da999b4885602e","status":"passed","time":{"start":1707753456825,"stop":1707753456825,"duration":0}},{"uid":"d9a3ac3f2127f54f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9a3ac3f2127f54f","status":"passed","time":{"start":1707753185032,"stop":1707753185032,"duration":0}},{"uid":"c096136efa3e2b51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c096136efa3e2b51","status":"passed","time":{"start":1707750585696,"stop":1707750585696,"duration":0}},{"uid":"af3abd0b0f0f67d9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af3abd0b0f0f67d9","status":"passed","time":{"start":1707736503253,"stop":1707736503253,"duration":0}},{"uid":"c178904c282b3df3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c178904c282b3df3","status":"passed","time":{"start":1707735684546,"stop":1707735684547,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a1f04948a3c2ed93","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1f04948a3c2ed93","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"d61c1b0a50e94f95","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d61c1b0a50e94f95","status":"passed","time":{"start":1707769968722,"stop":1707769968722,"duration":0}},{"uid":"cd2bb7fb983e1ade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd2bb7fb983e1ade","status":"passed","time":{"start":1707760301819,"stop":1707760301820,"duration":1}},{"uid":"349fc9b5c47cdbe8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/349fc9b5c47cdbe8","status":"passed","time":{"start":1707758006715,"stop":1707758006716,"duration":1}},{"uid":"f7ddf2b397285f04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f7ddf2b397285f04","status":"passed","time":{"start":1707756617045,"stop":1707756617046,"duration":1}},{"uid":"57896cb366e7acdd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57896cb366e7acdd","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6cea09b4238c4ec4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6cea09b4238c4ec4","status":"passed","time":{"start":1707753782762,"stop":1707753782763,"duration":1}},{"uid":"d423fa6cae15e1f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d423fa6cae15e1f0","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"bca6394e213702da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bca6394e213702da","status":"passed","time":{"start":1707737091349,"stop":1707737091350,"duration":1}},{"uid":"caf7dedc316e8f48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf7dedc316e8f48","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"49b925b19cdd9cf4e86c7dedbd8584cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1a6db384646077","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1a6db384646077","status":"passed","time":{"start":1707756664011,"stop":1707756664012,"duration":1}}]},"01a5ffd8f35d87a47e3660a32e2432ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5c7eec79b5a9247","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5c7eec79b5a9247","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fff5b5f58828735e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fff5b5f58828735e","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"34822281557eb1ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/34822281557eb1ec","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"e1580d478c25868e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1580d478c25868e","status":"passed","time":{"start":1707760106455,"stop":1707760106455,"duration":0}},{"uid":"6cd7fc56d08f8eb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cd7fc56d08f8eb7","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"ad1721b6be1692e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad1721b6be1692e2","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"cd12b7672ed24d84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd12b7672ed24d84","status":"passed","time":{"start":1707753796546,"stop":1707753796547,"duration":1}},{"uid":"7457fa8cf52554ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7457fa8cf52554ed","status":"passed","time":{"start":1707753586161,"stop":1707753586162,"duration":1}},{"uid":"9fc0486d2eda784d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fc0486d2eda784d","status":"passed","time":{"start":1707750964800,"stop":1707750964801,"duration":1}},{"uid":"8b39194d9f6854d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8b39194d9f6854d6","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"dc2b4706cda4d581","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc2b4706cda4d581","status":"passed","time":{"start":1707736096388,"stop":1707736096389,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f8177ef6c5de584","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8177ef6c5de584","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"duration":1}},{"uid":"2fa313ee2da6aec2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fa313ee2da6aec2","status":"passed","time":{"start":1707769735036,"stop":1707769735036,"duration":0}},{"uid":"1f5946ce13c3d034","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f5946ce13c3d034","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"7f9eedffcba582fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f9eedffcba582fa","status":"passed","time":{"start":1707757528825,"stop":1707757528825,"duration":0}},{"uid":"4e1e06b855130a22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1e06b855130a22","status":"passed","time":{"start":1707756157294,"stop":1707756157295,"duration":1}},{"uid":"408bc5e9fa637500","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/408bc5e9fa637500","status":"passed","time":{"start":1707753578475,"stop":1707753578475,"duration":0}},{"uid":"a547542039f725f7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a547542039f725f7","status":"passed","time":{"start":1707753307896,"stop":1707753307898,"duration":2}},{"uid":"63569c5239773b94","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/63569c5239773b94","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d57c7f992aeecb40","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d57c7f992aeecb40","status":"passed","time":{"start":1707736629972,"stop":1707736629973,"duration":1}},{"uid":"fb3d447cd82963b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb3d447cd82963b8","status":"passed","time":{"start":1707735809090,"stop":1707735809091,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9fc0e0ae0bf7d186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc0e0ae0bf7d186","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"5b8c1edb950be2d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b8c1edb950be2d1","status":"passed","time":{"start":1707769968727,"stop":1707769968728,"duration":1}},{"uid":"8538c0c9bc9e9ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8538c0c9bc9e9ca7","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"e7c04dce33b967eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7c04dce33b967eb","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"f13f5e7e7222db35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f13f5e7e7222db35","status":"passed","time":{"start":1707756617049,"stop":1707756617053,"duration":4}},{"uid":"d4ed6d51aa3d7a9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d4ed6d51aa3d7a9a","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"c3521b49dc73ccf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c3521b49dc73ccf1","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"9353b1878431a332","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9353b1878431a332","status":"passed","time":{"start":1707751162319,"stop":1707751162319,"duration":0}},{"uid":"e31eb0f81b2f2b74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e31eb0f81b2f2b74","status":"passed","time":{"start":1707737091351,"stop":1707737091352,"duration":1}},{"uid":"5efe8231dee0c448","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5efe8231dee0c448","status":"passed","time":{"start":1707736260146,"stop":1707736260147,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"e2fd8102101f3e2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2fd8102101f3e2c","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1}},{"uid":"b430e32fe7ca5ed8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b430e32fe7ca5ed8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a4e5532fd6d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a4e5532fd6d3","status":"passed","time":{"start":1707758006709,"stop":1707758006710,"duration":1}},{"uid":"9cd708991176b7eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9cd708991176b7eb","status":"passed","time":{"start":1707756617040,"stop":1707756617040,"duration":0}},{"uid":"bc4a8b05c68c1be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc4a8b05c68c1be","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"95b2d051bf5d5c37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/95b2d051bf5d5c37","status":"passed","time":{"start":1707753782756,"stop":1707753782756,"duration":0}},{"uid":"1e2540c74795e252","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1e2540c74795e252","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"40028c7fbc52493f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40028c7fbc52493f","status":"passed","time":{"start":1707737091309,"stop":1707737091310,"duration":1}},{"uid":"a775488c7636eee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a775488c7636eee","status":"passed","time":{"start":1707736260131,"stop":1707736260131,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"aeb76fa37c84edf0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aeb76fa37c84edf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"5666b3f2657d1de4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5666b3f2657d1de4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642602,"stop":1707769642602,"duration":0}},{"uid":"5bd468ba388fec7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bd468ba388fec7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"49e6e5a2c18377e6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49e6e5a2c18377e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432395,"stop":1707757432395,"duration":0}},{"uid":"26135aacd4fcdf89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26135aacd4fcdf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"cc31ff9b745b51a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc31ff9b745b51a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479977,"duration":1}},{"uid":"c04bb1b95adaf53e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c04bb1b95adaf53e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208675,"stop":1707753208675,"duration":0}},{"uid":"74d9d700913d2ff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74d9d700913d2ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"8fe867ae722a184d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8fe867ae722a184d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526333,"duration":1}},{"uid":"e2dc513d1ac7e897","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e2dc513d1ac7e897","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708009,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bfe52704055574d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfe52704055574d7","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1}},{"uid":"1598c218609ce646","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1598c218609ce646","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"da0877a74de8c4e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da0877a74de8c4e7","status":"passed","time":{"start":1707759800529,"stop":1707759800530,"duration":1}},{"uid":"ce327034e7dc5aed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce327034e7dc5aed","status":"passed","time":{"start":1707757496501,"stop":1707757496502,"duration":1}},{"uid":"b55761d2c0834ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b55761d2c0834ede","status":"passed","time":{"start":1707756124835,"stop":1707756124835,"duration":0}},{"uid":"5f6351461455a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5f6351461455a031","status":"passed","time":{"start":1707753544135,"stop":1707753544136,"duration":1}},{"uid":"ca4a4394eac28c06","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca4a4394eac28c06","status":"passed","time":{"start":1707753273864,"stop":1707753273864,"duration":0}},{"uid":"baec4fbcaece56d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/baec4fbcaece56d6","status":"passed","time":{"start":1707750672010,"stop":1707750672011,"duration":1}},{"uid":"19237e5933bb4447","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/19237e5933bb4447","status":"passed","time":{"start":1707736588885,"stop":1707736588885,"duration":0}},{"uid":"4669dc42c9151e98","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4669dc42c9151e98","status":"passed","time":{"start":1707735772595,"stop":1707735772595,"duration":0}}]},"ac26135855cb7053071409f1ee7c01b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d71071a4f1f24d88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d71071a4f1f24d88","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bdd89bdd5acacdea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd89bdd5acacdea","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"177768f9771e9139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/177768f9771e9139","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"e7fc1274043c27ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7fc1274043c27ba","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"ee7e970f9b751377","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee7e970f9b751377","status":"passed","time":{"start":1707757417662,"stop":1707757417662,"duration":0}},{"uid":"b8a04520eaf0b266","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b8a04520eaf0b266","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"a871f5f0bce30b4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a871f5f0bce30b4d","status":"passed","time":{"start":1707753465434,"stop":1707753465439,"duration":5}},{"uid":"a378063652825765","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a378063652825765","status":"passed","time":{"start":1707753193774,"stop":1707753193780,"duration":6}},{"uid":"f7b00250116fd4b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7b00250116fd4b5","status":"passed","time":{"start":1707750594358,"stop":1707750594363,"duration":5}},{"uid":"4d8d10ba58091be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d8d10ba58091be7","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"98765370b912bb4c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98765370b912bb4c","status":"passed","time":{"start":1707735693122,"stop":1707735693123,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"813f6cc96429715d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813f6cc96429715d","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"c2fc3f3b557add3d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2fc3f3b557add3d","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"7c8a208f8f5aa540","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7c8a208f8f5aa540","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"be9f11ff6f7426b5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be9f11ff6f7426b5","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"dc451a23e45bd12a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dc451a23e45bd12a","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"8ad59b3ac19b667","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ad59b3ac19b667","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"c1d5dcf1a51380b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c1d5dcf1a51380b7","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"de73913da53289d8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de73913da53289d8","status":"passed","time":{"start":1707737132861,"stop":1707737132862,"duration":1}},{"uid":"871d50dc9998e659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/871d50dc9998e659","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"f1976966cb5437e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1976966cb5437e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"2f07361000344f5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f07361000344f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642601,"stop":1707769642602,"duration":1}},{"uid":"f958ab4d469257ac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f958ab4d469257ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"3d81439e16587f70","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3d81439e16587f70","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432394,"stop":1707757432395,"duration":1}},{"uid":"36109186252fb790","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36109186252fb790","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"b7030c0969523948","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7030c0969523948","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479976,"duration":0}},{"uid":"e27a1d2ba4a394f8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e27a1d2ba4a394f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208674,"stop":1707753208674,"duration":0}},{"uid":"a7082dd3d368ba3d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7082dd3d368ba3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"87faca3943728d26","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/87faca3943728d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526332,"duration":0}},{"uid":"131cc8aeca409f9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/131cc8aeca409f9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708008,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"99dd5e43dbc1d370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99dd5e43dbc1d370","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"f10db749cac4bf35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f10db749cac4bf35","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"5909edaa04af9d6a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5909edaa04af9d6a","status":"passed","time":{"start":1707760335943,"stop":1707760335943,"duration":0}},{"uid":"99a26a94adc6641d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99a26a94adc6641d","status":"passed","time":{"start":1707758023529,"stop":1707758023530,"duration":1}},{"uid":"d4d0799a03a6121a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4d0799a03a6121a","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"9285722ab43883b1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9285722ab43883b1","status":"passed","time":{"start":1707753837164,"stop":1707753837165,"duration":1}},{"uid":"9def6bff755d39f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9def6bff755d39f4","status":"passed","time":{"start":1707751136281,"stop":1707751136281,"duration":0}},{"uid":"99a3557b08e62b43","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/99a3557b08e62b43","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"d274d2460e81edc1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d274d2460e81edc1","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"48c1b4be0f175ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48c1b4be0f175ef1","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0}},{"uid":"a8b242dcfcef8237","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a8b242dcfcef8237","status":"passed","time":{"start":1707770054151,"stop":1707770054151,"duration":0}},{"uid":"acfb6d56757f7ef3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acfb6d56757f7ef3","status":"passed","time":{"start":1707760163378,"stop":1707760163379,"duration":1}},{"uid":"53dd7e6f89239e42","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/53dd7e6f89239e42","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"e713711699ab97f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e713711699ab97f3","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"c678af7cc4f71951","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c678af7cc4f71951","status":"passed","time":{"start":1707753863572,"stop":1707753863572,"duration":0}},{"uid":"950aafd887c8731e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/950aafd887c8731e","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"a35dce16c3f3863a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35dce16c3f3863a","status":"passed","time":{"start":1707751014399,"stop":1707751014400,"duration":1}},{"uid":"8c9f83dace1e8064","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c9f83dace1e8064","status":"passed","time":{"start":1707736941414,"stop":1707736941415,"duration":1}},{"uid":"c65a30c91035362","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c65a30c91035362","status":"passed","time":{"start":1707736158698,"stop":1707736158700,"duration":2}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"455073d5feaee324","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455073d5feaee324","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018834,"stop":1707770018834,"duration":0}},{"uid":"98e31e6892b859cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e31e6892b859cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883314,"stop":1707769883315,"duration":1}},{"uid":"1184472330e806e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1184472330e806e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"1d338d01cd93e31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d338d01cd93e31b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676037,"stop":1707757676037,"duration":0}},{"uid":"4d0daa98279f1be9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d0daa98279f1be9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"2527c9aedbd3733c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2527c9aedbd3733c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"3aa2eaf1873b0586","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3aa2eaf1873b0586","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"5cd59c560fe602bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd59c560fe602bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840032,"stop":1707750840032,"duration":0}},{"uid":"e58c12e18599e044","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58c12e18599e044","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765000,"stop":1707736765000,"duration":0}},{"uid":"7d36a4f32cec7b84","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d36a4f32cec7b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1e2e7d7254f6d752","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e2e7d7254f6d752","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"duration":1}},{"uid":"8dbb36be5ac9bcc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbb36be5ac9bcc5","status":"passed","time":{"start":1707769883315,"stop":1707769883316,"duration":1}},{"uid":"43ba453172c9110","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/43ba453172c9110","status":"passed","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"7629b78d5f765bea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7629b78d5f765bea","status":"passed","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"122d3185aa5aa472","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/122d3185aa5aa472","status":"passed","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"7a0bd9eb1899944f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a0bd9eb1899944f","status":"passed","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"50014e1bcbc2e64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50014e1bcbc2e64a","status":"passed","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"50353e0cd503708e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/50353e0cd503708e","status":"passed","time":{"start":1707750840033,"stop":1707750840033,"duration":0}},{"uid":"e5c0dc668e686824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5c0dc668e686824","status":"passed","time":{"start":1707736765000,"stop":1707736765001,"duration":1}},{"uid":"84b0b3416ddd15a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84b0b3416ddd15a","status":"passed","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1608ec5fa614866e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1608ec5fa614866e","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"4e962248241760fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e962248241760fb","status":"passed","time":{"start":1707770045976,"stop":1707770045977,"duration":1}},{"uid":"690357dc44704096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/690357dc44704096","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"b4ad504c1a8554a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4ad504c1a8554a7","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"c6aec5438227e215","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6aec5438227e215","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"d95158e45a949269","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d95158e45a949269","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"85e3d126b9c56e85","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85e3d126b9c56e85","status":"passed","time":{"start":1707753708970,"stop":1707753708971,"duration":1}},{"uid":"982914b30adb9cdc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/982914b30adb9cdc","status":"passed","time":{"start":1707751075910,"stop":1707751075911,"duration":1}},{"uid":"5e06284fad7ba9f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e06284fad7ba9f9","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"7658dd5a4fd3ffeb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7658dd5a4fd3ffeb","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b682ed96ee2e7243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b682ed96ee2e7243","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"duration":1}},{"uid":"968e28466d117cfb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/968e28466d117cfb","status":"passed","time":{"start":1707769843152,"stop":1707769843153,"duration":1}},{"uid":"97daa71c55ec1ea1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97daa71c55ec1ea1","status":"passed","time":{"start":1707759965212,"stop":1707759965219,"duration":7}},{"uid":"48edc474cddd2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/48edc474cddd2105","status":"passed","time":{"start":1707757644396,"stop":1707757644397,"duration":1}},{"uid":"1b4963bfe76b749f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b4963bfe76b749f","status":"passed","time":{"start":1707756267918,"stop":1707756267919,"duration":1}},{"uid":"6f09c270c9a64baa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f09c270c9a64baa","status":"passed","time":{"start":1707753668084,"stop":1707753668085,"duration":1}},{"uid":"abfad69a12f56102","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfad69a12f56102","status":"passed","time":{"start":1707753423544,"stop":1707753423544,"duration":0}},{"uid":"70a85accb19400e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70a85accb19400e7","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"484c470ceaa2a08a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/484c470ceaa2a08a","status":"passed","time":{"start":1707736730662,"stop":1707736730662,"duration":0}},{"uid":"4b0f2f6680bd0abd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b0f2f6680bd0abd","status":"passed","time":{"start":1707735912135,"stop":1707735912136,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5dc3e6510753d012","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5dc3e6510753d012","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"duration":1}},{"uid":"f7407898c89605f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7407898c89605f0","status":"passed","time":{"start":1707769883327,"stop":1707769883327,"duration":0}},{"uid":"967d10e39080db7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/967d10e39080db7a","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"16aba1f68852e06a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/16aba1f68852e06a","status":"passed","time":{"start":1707757676047,"stop":1707757676048,"duration":1}},{"uid":"a3c15969d873692a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3c15969d873692a","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"57d4d464198170b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d4d464198170b4","status":"passed","time":{"start":1707753713253,"stop":1707753713261,"duration":8}},{"uid":"b0d83330ffe21de4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b0d83330ffe21de4","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"10c518fcde290403","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c518fcde290403","status":"passed","time":{"start":1707750840049,"stop":1707750840049,"duration":0}},{"uid":"cb0cc2f64e4e710b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb0cc2f64e4e710b","status":"passed","time":{"start":1707736765042,"stop":1707736765043,"duration":1}},{"uid":"95af660954fe5635","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95af660954fe5635","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e91f7de77bf89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e91f7de77bf89d","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1}},{"uid":"37dc22e49516bb74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/37dc22e49516bb74","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"765a168bd71a33ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/765a168bd71a33ec","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"fe075081aea2f18b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fe075081aea2f18b","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"beccb5ef4d084e15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/beccb5ef4d084e15","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"7af40c46e261446c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7af40c46e261446c","status":"passed","time":{"start":1707753793187,"stop":1707753793188,"duration":1}},{"uid":"357cd97e2478634b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/357cd97e2478634b","status":"passed","time":{"start":1707753573527,"stop":1707753573528,"duration":1}},{"uid":"a963e4450f530063","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a963e4450f530063","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"55dc98d108506469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55dc98d108506469","status":"passed","time":{"start":1707736878965,"stop":1707736878965,"duration":0}},{"uid":"ea3e3f3c4ea9c0d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea3e3f3c4ea9c0d3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"8ac67a264c65309b9af25d61ca8c252c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf78cedffb34522a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf78cedffb34522a","status":"passed","time":{"start":1707736878968,"stop":1707736878969,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"43f099860706ef9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43f099860706ef9e","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1}},{"uid":"96e3c39b5abcc150","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96e3c39b5abcc150","status":"passed","time":{"start":1707769983266,"stop":1707769983266,"duration":0}},{"uid":"c6dda8bd84209834","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6dda8bd84209834","status":"passed","time":{"start":1707760095395,"stop":1707760095396,"duration":1}},{"uid":"c34e3ba69e58c766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c34e3ba69e58c766","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"1427a44f9f866f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1427a44f9f866f89","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"7e552577826221ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e552577826221ee","status":"passed","time":{"start":1707753793182,"stop":1707753793182,"duration":0}},{"uid":"882559af6810e7d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/882559af6810e7d0","status":"passed","time":{"start":1707753573522,"stop":1707753573522,"duration":0}},{"uid":"9facbe00fb81e130","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9facbe00fb81e130","status":"passed","time":{"start":1707750953969,"stop":1707750953970,"duration":1}},{"uid":"44ebc586ec458da7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ebc586ec458da7","status":"passed","time":{"start":1707736878959,"stop":1707736878959,"duration":0}},{"uid":"cb8299e2eddc725a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb8299e2eddc725a","status":"passed","time":{"start":1707736081264,"stop":1707736081264,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"c34efc1b55faca25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34efc1b55faca25","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"748b10cc85aafbda","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/748b10cc85aafbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983283,"stop":1707769983283,"duration":0}},{"uid":"108ffd9ae6d0294b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/108ffd9ae6d0294b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"7b4688923cb5574a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7b4688923cb5574a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790739,"stop":1707757790740,"duration":1}},{"uid":"cbc3caa11600ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbc3caa11600ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"8bd7c2412213c3ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bd7c2412213c3ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793195,"stop":1707753793196,"duration":1}},{"uid":"316975876b9547ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/316975876b9547ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573536,"stop":1707753573536,"duration":0}},{"uid":"9e6d749f82e4cf2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e6d749f82e4cf2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953985,"stop":1707750953985,"duration":0}},{"uid":"788982740a5b7373","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/788982740a5b7373","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"c363c19fbe628c7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c363c19fbe628c7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"b1401f7b8a78db9ee342c3a7eb170afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96668e00bfdbbf75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96668e00bfdbbf75","status":"passed","time":{"start":1707753782754,"stop":1707753782754,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"710cbfae766bf222","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/710cbfae766bf222","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"9a046d4121ae20d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a046d4121ae20d","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"af8df4e19f58ff66","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8df4e19f58ff66","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"3a61d4c7aa7bb855","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a61d4c7aa7bb855","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"7bf35fad5a98d35e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7bf35fad5a98d35e","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"c3b5ddb052412786","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3b5ddb052412786","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"338f4cdcb8804179","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/338f4cdcb8804179","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"fb69a8e2721a5302","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb69a8e2721a5302","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"d678f8f11f1a346f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d678f8f11f1a346f","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"1a06d249c710077f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a06d249c710077f","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9fdec57b1ccd949a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fdec57b1ccd949a","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1}},{"uid":"42571a0c28efb603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42571a0c28efb603","status":"passed","time":{"start":1707769619247,"stop":1707769619247,"duration":0}},{"uid":"8e3b399315f1c390","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e3b399315f1c390","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"72d678460801c761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72d678460801c761","status":"passed","time":{"start":1707757408921,"stop":1707757408922,"duration":1}},{"uid":"fe91eba357d07c4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe91eba357d07c4b","status":"passed","time":{"start":1707756038649,"stop":1707756038650,"duration":1}},{"uid":"fefbe57d8442af5a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fefbe57d8442af5a","status":"passed","time":{"start":1707753456819,"stop":1707753456820,"duration":1}},{"uid":"5f0108c8d01cccb3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5f0108c8d01cccb3","status":"passed","time":{"start":1707753185026,"stop":1707753185027,"duration":1}},{"uid":"fe9b0906b3de6dd0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe9b0906b3de6dd0","status":"passed","time":{"start":1707750585690,"stop":1707750585690,"duration":0}},{"uid":"f68d01925b39ab50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f68d01925b39ab50","status":"passed","time":{"start":1707736503242,"stop":1707736503243,"duration":1}},{"uid":"9daed5f0d2ecfa7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9daed5f0d2ecfa7b","status":"passed","time":{"start":1707735684540,"stop":1707735684540,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":9,"passed":0,"unknown":0,"total":9},"items":[{"uid":"9b0adace1dcca41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b0adace1dcca41","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"be511dd093b77c30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/be511dd093b77c30","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301817,"stop":1707760301818,"duration":1}},{"uid":"f5868c05181d42da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5868c05181d42da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"ff3f1506a72f2a17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff3f1506a72f2a17","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617043,"stop":1707756617044,"duration":1}},{"uid":"8ca6cf5648572ca4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ca6cf5648572ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"9dccea377855269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dccea377855269","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"d72bb125e9325f66","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d72bb125e9325f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"c5496ba1f3d25db6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5496ba1f3d25db6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091339,"stop":1707737091340,"duration":1}},{"uid":"70957225502811","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70957225502811","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0e16b14a0aab2dc9885db60245a4c2a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45cd6a80c8bfc441","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45cd6a80c8bfc441","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"35ccd87db40fcadf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35ccd87db40fcadf","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1}},{"uid":"d27d44fe4952245f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d27d44fe4952245f","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"8f1fb0d86991d502","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8f1fb0d86991d502","status":"passed","time":{"start":1707759722865,"stop":1707759722866,"duration":1}},{"uid":"df562a98a6f8ac47","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df562a98a6f8ac47","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"6b77daabe794db8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b77daabe794db8e","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"d2ce833160c949d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2ce833160c949d8","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"6c164090f02227fd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c164090f02227fd","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"13afa361d576bd7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13afa361d576bd7f","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"252a97fa70c18ef8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/252a97fa70c18ef8","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"44a2d3ddf20ded4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44a2d3ddf20ded4a","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"f70f6233c3af1e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f70f6233c3af1e5","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"5a838bd07fb68ab4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a838bd07fb68ab4","status":"passed","time":{"start":1707770180415,"stop":1707770180416,"duration":1}},{"uid":"52f966ab49c80186","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52f966ab49c80186","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"2c43b282d14462e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c43b282d14462e3","status":"passed","time":{"start":1707758036860,"stop":1707758036861,"duration":1}},{"uid":"12ceef47cf08ad63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12ceef47cf08ad63","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"b9ee511e969416f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9ee511e969416f6","status":"passed","time":{"start":1707753994323,"stop":1707753994323,"duration":0}},{"uid":"93f8b8850308d782","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93f8b8850308d782","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"b34bbcfec069162e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b34bbcfec069162e","status":"passed","time":{"start":1707737132859,"stop":1707737132859,"duration":0}},{"uid":"62d1eac94c8e3108","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/62d1eac94c8e3108","status":"passed","time":{"start":1707736343132,"stop":1707736343133,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"7675f37f190c0aa6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7675f37f190c0aa6","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0}},{"uid":"bb6cd8028907a1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bb6cd8028907a1e","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"422cb81b35d644ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422cb81b35d644ef","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"160fb741ba1b0c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160fb741ba1b0c5","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"8ba125195ad5ffc9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ba125195ad5ffc9","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"7a5931082b0bbed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a5931082b0bbed2","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"7f092eafc31d536b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f092eafc31d536b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"9a628838df34ad80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a628838df34ad80","status":"passed","time":{"start":1707737173830,"stop":1707737173830,"duration":0}},{"uid":"67e59921c67b0f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67e59921c67b0f70","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"aa2392036f0a992e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2392036f0a992e","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"ee5d5f74c24bc57d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee5d5f74c24bc57d","status":"passed","time":{"start":1707770051402,"stop":1707770051403,"duration":1}},{"uid":"9a60db8277872505","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a60db8277872505","status":"passed","time":{"start":1707760174033,"stop":1707760174033,"duration":0}},{"uid":"b3a7a1652a94783","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3a7a1652a94783","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"7918dbf7bb196078","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7918dbf7bb196078","status":"passed","time":{"start":1707756499936,"stop":1707756499938,"duration":2}},{"uid":"9362154281ec78d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9362154281ec78d2","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}},{"uid":"6ffd0afe8570dd22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ffd0afe8570dd22","status":"passed","time":{"start":1707753647526,"stop":1707753647528,"duration":2}},{"uid":"1a282d2ced5af51f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a282d2ced5af51f","status":"passed","time":{"start":1707751019576,"stop":1707751019577,"duration":1}},{"uid":"18fcacf5c465a191","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18fcacf5c465a191","status":"passed","time":{"start":1707736947858,"stop":1707736947859,"duration":1}},{"uid":"4e8b21e70b5eab08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e8b21e70b5eab08","status":"passed","time":{"start":1707736152511,"stop":1707736152511,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"61f084fef4d0b606","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61f084fef4d0b606","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1}},{"uid":"d5fbad0406871843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d5fbad0406871843","status":"passed","time":{"start":1707769627435,"stop":1707769627435,"duration":0}},{"uid":"689f3beec74251b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/689f3beec74251b","status":"passed","time":{"start":1707759722243,"stop":1707759722243,"duration":0}},{"uid":"17a0fb747f3312a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/17a0fb747f3312a1","status":"passed","time":{"start":1707757416958,"stop":1707757416958,"duration":0}},{"uid":"d4a50893719429ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4a50893719429ea","status":"passed","time":{"start":1707756046563,"stop":1707756046564,"duration":1}},{"uid":"54f6d71383d22409","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54f6d71383d22409","status":"passed","time":{"start":1707753464797,"stop":1707753464797,"duration":0}},{"uid":"aa7e24d5ba03367c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aa7e24d5ba03367c","status":"passed","time":{"start":1707753193096,"stop":1707753193096,"duration":0}},{"uid":"185bb6128cee8fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/185bb6128cee8fa","status":"passed","time":{"start":1707750593614,"stop":1707750593614,"duration":0}},{"uid":"51d183189e7d067f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51d183189e7d067f","status":"passed","time":{"start":1707736511026,"stop":1707736511026,"duration":0}},{"uid":"de772be5bf04d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/de772be5bf04d778","status":"passed","time":{"start":1707735692460,"stop":1707735692460,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"db33f0ef6e592f61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db33f0ef6e592f61","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0}},{"uid":"8ed955e8e404c7cc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ed955e8e404c7cc","status":"passed","time":{"start":1707770006113,"stop":1707770006114,"duration":1}},{"uid":"614bc7414f1378c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/614bc7414f1378c0","status":"passed","time":{"start":1707760178497,"stop":1707760178497,"duration":0}},{"uid":"bcd654878ac088d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcd654878ac088d3","status":"passed","time":{"start":1707757871588,"stop":1707757871588,"duration":0}},{"uid":"fd913dbc62e0d89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd913dbc62e0d89c","status":"passed","time":{"start":1707756509484,"stop":1707756509484,"duration":0}},{"uid":"179ad8af483abc0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/179ad8af483abc0b","status":"passed","time":{"start":1707753810716,"stop":1707753810716,"duration":0}},{"uid":"66311946d0d8439d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66311946d0d8439d","status":"passed","time":{"start":1707753662127,"stop":1707753662128,"duration":1}},{"uid":"d8981193ac448cbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8981193ac448cbf","status":"passed","time":{"start":1707751020602,"stop":1707751020602,"duration":0}},{"uid":"266fe4d003860ebe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266fe4d003860ebe","status":"passed","time":{"start":1707736955778,"stop":1707736955778,"duration":0}},{"uid":"73d54478064b5848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73d54478064b5848","status":"passed","time":{"start":1707736167317,"stop":1707736167318,"duration":1}}]},"7fd8b2fc4c272f56caffa03d552209c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2101ff86f15d12cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2101ff86f15d12cf","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f5ad8ec457da5d4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ad8ec457da5d4d","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"5bab5c96483a2b4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bab5c96483a2b4f","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"ad756c2d1d4b06da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ad756c2d1d4b06da","status":"passed","time":{"start":1707759921446,"stop":1707759921446,"duration":0}},{"uid":"1690ae4afefd8342","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1690ae4afefd8342","status":"passed","time":{"start":1707757624870,"stop":1707757624870,"duration":0}},{"uid":"fe9dd03c264ac4d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe9dd03c264ac4d8","status":"passed","time":{"start":1707756261744,"stop":1707756261745,"duration":1}},{"uid":"5bafd8fabe5ba127","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bafd8fabe5ba127","status":"passed","time":{"start":1707753651135,"stop":1707753651136,"duration":1}},{"uid":"364d45d6c7a24192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/364d45d6c7a24192","status":"passed","time":{"start":1707753409579,"stop":1707753409579,"duration":0}},{"uid":"36c5bd42c49a07a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c5bd42c49a07a3","status":"passed","time":{"start":1707750722037,"stop":1707750722037,"duration":0}},{"uid":"ebb8278b36c45ffa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebb8278b36c45ffa","status":"passed","time":{"start":1707736708317,"stop":1707736708318,"duration":1}},{"uid":"28b267fda1f07030","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/28b267fda1f07030","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7b276a33afe43ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b276a33afe43ac9","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0}},{"uid":"fb46f6a02a10754d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb46f6a02a10754d","status":"passed","time":{"start":1707769737620,"stop":1707769737620,"duration":0}},{"uid":"99047512eb029f7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99047512eb029f7c","status":"passed","time":{"start":1707759835149,"stop":1707759835149,"duration":0}},{"uid":"831a4c62ecb68f08","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/831a4c62ecb68f08","status":"passed","time":{"start":1707757529705,"stop":1707757529706,"duration":1}},{"uid":"1494cc6e21172fc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1494cc6e21172fc8","status":"passed","time":{"start":1707756164076,"stop":1707756164076,"duration":0}},{"uid":"fa3de8c2dcd00a0f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fa3de8c2dcd00a0f","status":"passed","time":{"start":1707753566689,"stop":1707753566689,"duration":0}},{"uid":"cc932f29f81c4381","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc932f29f81c4381","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"9035b120277a3e6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9035b120277a3e6a","status":"passed","time":{"start":1707750698718,"stop":1707750698718,"duration":0}},{"uid":"af6828fb9dd90cc2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af6828fb9dd90cc2","status":"passed","time":{"start":1707736624913,"stop":1707736624913,"duration":0}},{"uid":"ffc84035243d014","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc84035243d014","status":"passed","time":{"start":1707735814292,"stop":1707735814292,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"d85d879e83b755da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d85d879e83b755da","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"a61d7d02a9746bdd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a61d7d02a9746bdd","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"d2539fee87c53434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2539fee87c53434","status":"passed","time":{"start":1707760374686,"stop":1707760374687,"duration":1}},{"uid":"e0d3e1e190f35c92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e0d3e1e190f35c92","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707758004337,"stop":1707758004337,"duration":0}},{"uid":"ce81873777c91901","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce81873777c91901","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"116886b1467e5ab9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/116886b1467e5ab9","status":"passed","time":{"start":1707754051795,"stop":1707754051796,"duration":1}},{"uid":"1c79ea7550b98589","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c79ea7550b98589","status":"passed","time":{"start":1707753877935,"stop":1707753877936,"duration":1}},{"uid":"c9d78cba9c126f7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d78cba9c126f7f","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"cb58cb7c2a461a72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb58cb7c2a461a72","status":"passed","time":{"start":1707737173826,"stop":1707737173827,"duration":1}},{"uid":"7459ab4518ee117f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7459ab4518ee117f","status":"passed","time":{"start":1707736353047,"stop":1707736353048,"duration":1}}]},"fb76029ca2b7b8215602e5951a9be529:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67caea866b4fcfb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67caea866b4fcfb6","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9c22f33a3d4fb2eb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c22f33a3d4fb2eb","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1}},{"uid":"8c1152aa743aa637","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c1152aa743aa637","status":"passed","time":{"start":1707769994546,"stop":1707769994547,"duration":1}},{"uid":"39d6c04665d197b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d6c04665d197b1","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"42a4d5a28b3e86de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/42a4d5a28b3e86de","status":"passed","time":{"start":1707757804304,"stop":1707757804305,"duration":1}},{"uid":"bd3a42f1f8d8792f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bd3a42f1f8d8792f","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"b05569759eb65672","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b05569759eb65672","status":"passed","time":{"start":1707753796552,"stop":1707753796553,"duration":1}},{"uid":"900860b90968eccf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/900860b90968eccf","status":"passed","time":{"start":1707753586168,"stop":1707753586169,"duration":1}},{"uid":"d93d3cc0a282fbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d93d3cc0a282fbc9","status":"passed","time":{"start":1707750964812,"stop":1707750964812,"duration":0}},{"uid":"8d2ac6705caed611","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d2ac6705caed611","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"1056246be02cc66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1056246be02cc66b","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"75f53f3631274f1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75f53f3631274f1a","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"8977e9920674e58f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8977e9920674e58f","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"344453461663c3c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/344453461663c3c3","status":"passed","time":{"start":1707760374671,"stop":1707760374672,"duration":1}},{"uid":"1060cd684e5f9e8e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1060cd684e5f9e8e","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"d6c7545476650c51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d6c7545476650c51","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"f1e496a9a301dae0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1e496a9a301dae0","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"51221a0e3c0fc68b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51221a0e3c0fc68b","status":"passed","time":{"start":1707753877920,"stop":1707753877921,"duration":1}},{"uid":"bcda7eadcea1496f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bcda7eadcea1496f","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f572469f1ab6126a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f572469f1ab6126a","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f06b1a409b24bc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f06b1a409b24bc61","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"6be30cfa6afc4bb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6be30cfa6afc4bb8","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"duration":1}},{"uid":"13e992853fa14c4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13e992853fa14c4","status":"passed","time":{"start":1707770208549,"stop":1707770208550,"duration":1}},{"uid":"da74abc48a71f2f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da74abc48a71f2f8","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"361f04abf5040ca5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/361f04abf5040ca5","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"21377bc9524b23b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21377bc9524b23b1","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"5bb09fb226bd8c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bb09fb226bd8c96","status":"passed","time":{"start":1707753837175,"stop":1707753837175,"duration":0}},{"uid":"544c0388c4e3f5ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/544c0388c4e3f5ce","status":"passed","time":{"start":1707751136356,"stop":1707751136356,"duration":0}},{"uid":"4c17a60a2e33dce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4c17a60a2e33dce","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"6b112e2a7ab3d345","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b112e2a7ab3d345","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f4dc6eba8f7d9f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4dc6eba8f7d9f","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"duration":1}},{"uid":"a01da3d426c1ddad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a01da3d426c1ddad","status":"passed","time":{"start":1707769994549,"stop":1707769994550,"duration":1}},{"uid":"e93a22288b63a23f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e93a22288b63a23f","status":"passed","time":{"start":1707760106463,"stop":1707760106464,"duration":1}},{"uid":"a38beafd7ebf3e26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a38beafd7ebf3e26","status":"passed","time":{"start":1707757804317,"stop":1707757804318,"duration":1}},{"uid":"2a8b009b58aa5fe5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8b009b58aa5fe5","status":"passed","time":{"start":1707756422352,"stop":1707756422353,"duration":1}},{"uid":"8e3b8fe0931f6ab4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e3b8fe0931f6ab4","status":"passed","time":{"start":1707753796554,"stop":1707753796554,"duration":0}},{"uid":"894b3125aa72ed21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/894b3125aa72ed21","status":"passed","time":{"start":1707753586170,"stop":1707753586171,"duration":1}},{"uid":"d3fd4242e30f238a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3fd4242e30f238a","status":"passed","time":{"start":1707750964814,"stop":1707750964814,"duration":0}},{"uid":"f4c5188eca0f5fa8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4c5188eca0f5fa8","status":"passed","time":{"start":1707736890443,"stop":1707736890444,"duration":1}},{"uid":"827b83d4d4a011e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/827b83d4d4a011e1","status":"passed","time":{"start":1707736096396,"stop":1707736096397,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"88e043740b840293","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88e043740b840293","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1}},{"uid":"f205e78ddce88525","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f205e78ddce88525","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"ae83fd090122f8b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae83fd090122f8b5","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"e96cb28e2565394a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e96cb28e2565394a","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"d1a0f3edae908c74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d1a0f3edae908c74","status":"passed","time":{"start":1707756304427,"stop":1707756304428,"duration":1}},{"uid":"b65750c1528b5c18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b65750c1528b5c18","status":"passed","time":{"start":1707753713247,"stop":1707753713248,"duration":1}},{"uid":"1018801a2d6a857c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1018801a2d6a857c","status":"passed","time":{"start":1707753448099,"stop":1707753448100,"duration":1}},{"uid":"1ba065371ab0327d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ba065371ab0327d","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"41965b86077d5a2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41965b86077d5a2d","status":"passed","time":{"start":1707736765003,"stop":1707736765010,"duration":7}},{"uid":"5f3a15eb54f809b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5f3a15eb54f809b5","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"8eea4b1ac73c851a0b8ff6ac0e667187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cf05eb04f23abf3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3cf05eb04f23abf3","status":"passed","time":{"start":1707753988879,"stop":1707753988880,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6312e5f2407c80f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6312e5f2407c80f2","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"duration":1}},{"uid":"467122eea80b7ea2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/467122eea80b7ea2","status":"passed","time":{"start":1707769633034,"stop":1707769633035,"duration":1}},{"uid":"2ce3d3698e152787","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ce3d3698e152787","status":"passed","time":{"start":1707759727747,"stop":1707759727747,"duration":0}},{"uid":"2310e82e6d4cda37","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2310e82e6d4cda37","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"595c3699a5e9793d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/595c3699a5e9793d","status":"passed","time":{"start":1707756052097,"stop":1707756052098,"duration":1}},{"uid":"546716b2c963d81e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546716b2c963d81e","status":"passed","time":{"start":1707753470374,"stop":1707753470374,"duration":0}},{"uid":"d97b481e62f41e23","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d97b481e62f41e23","status":"passed","time":{"start":1707753198731,"stop":1707753198732,"duration":1}},{"uid":"bebaa15f0a44d908","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bebaa15f0a44d908","status":"passed","time":{"start":1707750599242,"stop":1707750599243,"duration":1}},{"uid":"f60d9972cb5f3a13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f60d9972cb5f3a13","status":"passed","time":{"start":1707736516624,"stop":1707736516624,"duration":0}},{"uid":"fc67fd4d921b614d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc67fd4d921b614d","status":"passed","time":{"start":1707735698157,"stop":1707735698157,"duration":0}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b0a0d43dd4375183","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0a0d43dd4375183","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"duration":1}},{"uid":"6d743f6c22d3b959","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d743f6c22d3b959","status":"passed","time":{"start":1707769641581,"stop":1707769641581,"duration":0}},{"uid":"c0498658e9379043","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c0498658e9379043","status":"passed","time":{"start":1707759736454,"stop":1707759736455,"duration":1}},{"uid":"250f86e5f91cee5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/250f86e5f91cee5b","status":"passed","time":{"start":1707757431312,"stop":1707757431312,"duration":0}},{"uid":"bf04151354035a0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf04151354035a0a","status":"passed","time":{"start":1707756060434,"stop":1707756060434,"duration":0}},{"uid":"255ecad4b13ed01","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/255ecad4b13ed01","status":"passed","time":{"start":1707753479027,"stop":1707753479029,"duration":2}},{"uid":"262cfc3d0d0ca69d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/262cfc3d0d0ca69d","status":"passed","time":{"start":1707753207962,"stop":1707753207963,"duration":1}},{"uid":"9e875117dcda707a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e875117dcda707a","status":"passed","time":{"start":1707750607850,"stop":1707750607850,"duration":0}},{"uid":"6da398660ca6ee59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6da398660ca6ee59","status":"passed","time":{"start":1707736525275,"stop":1707736525275,"duration":0}},{"uid":"c38d3e0d462b2502","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c38d3e0d462b2502","status":"passed","time":{"start":1707735707254,"stop":1707735707255,"duration":1}}]},"e546a1673b60fa3983d67dc3ad99a190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360669e63820c4f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/360669e63820c4f1","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"44046cf81553e728","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44046cf81553e728","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"duration":0}},{"uid":"682cc6a573df6d04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682cc6a573df6d04","status":"passed","time":{"start":1707769841875,"stop":1707769841876,"duration":1}},{"uid":"9f2106ffe38e9ef6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f2106ffe38e9ef6","status":"passed","time":{"start":1707759921441,"stop":1707759921442,"duration":1}},{"uid":"2596b49ae2f4e1dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2596b49ae2f4e1dc","status":"passed","time":{"start":1707757624862,"stop":1707757624862,"duration":0}},{"uid":"a5368163867d0ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5368163867d0ccd","status":"passed","time":{"start":1707756261710,"stop":1707756261711,"duration":1}},{"uid":"496349eee56f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/496349eee56f8b2b","status":"passed","time":{"start":1707753651127,"stop":1707753651128,"duration":1}},{"uid":"4c51d97c497549aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c51d97c497549aa","status":"passed","time":{"start":1707753409565,"stop":1707753409567,"duration":2}},{"uid":"8222e638705bcc18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8222e638705bcc18","status":"passed","time":{"start":1707736708308,"stop":1707736708308,"duration":0}},{"uid":"88578f27f37188e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88578f27f37188e7","status":"passed","time":{"start":1707735914370,"stop":1707735914370,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7f844e37a53d3d64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f844e37a53d3d64","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1}},{"uid":"df7613e1845aa2eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/df7613e1845aa2eb","status":"passed","time":{"start":1707769979912,"stop":1707769979912,"duration":0}},{"uid":"455b89ee3660e206","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/455b89ee3660e206","status":"passed","time":{"start":1707760084096,"stop":1707760084096,"duration":0}},{"uid":"26f8304db1a29be5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/26f8304db1a29be5","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"b650a8368c7884eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b650a8368c7884eb","status":"passed","time":{"start":1707756396097,"stop":1707756396098,"duration":1}},{"uid":"94e9b7a2ee09be0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94e9b7a2ee09be0e","status":"passed","time":{"start":1707753781753,"stop":1707753781753,"duration":0}},{"uid":"cf5c3aaad19f9a72","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cf5c3aaad19f9a72","status":"passed","time":{"start":1707753563056,"stop":1707753563057,"duration":1}},{"uid":"5e40a9c8a14c1a48","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e40a9c8a14c1a48","status":"passed","time":{"start":1707750940646,"stop":1707750940646,"duration":0}},{"uid":"8e42d0df769f8c7e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e42d0df769f8c7e","status":"passed","time":{"start":1707736870538,"stop":1707736870539,"duration":1}},{"uid":"43351bfab45c27e4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/43351bfab45c27e4","status":"passed","time":{"start":1707736068809,"stop":1707736068810,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6dc0842d2cc124e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc0842d2cc124e8","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"duration":1}},{"uid":"fbbb051c5eb14fa9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fbbb051c5eb14fa9","status":"passed","time":{"start":1707770238677,"stop":1707770238677,"duration":0}},{"uid":"d60cfaa2648274f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d60cfaa2648274f8","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"b9f5db5c2c15da6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9f5db5c2c15da6a","status":"passed","time":{"start":1707758004298,"stop":1707758004299,"duration":1}},{"uid":"92aa3eaf4d99a6b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/92aa3eaf4d99a6b5","status":"passed","time":{"start":1707756690154,"stop":1707756690154,"duration":0}},{"uid":"9decf5feb5117299","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9decf5feb5117299","status":"passed","time":{"start":1707754051778,"stop":1707754051778,"duration":0}},{"uid":"9ae595e22305986a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ae595e22305986a","status":"passed","time":{"start":1707753877919,"stop":1707753877920,"duration":1}},{"uid":"1a1455a1f5f02396","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a1455a1f5f02396","status":"passed","time":{"start":1707751228953,"stop":1707751228953,"duration":0}},{"uid":"1183ce590698909a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1183ce590698909a","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"774cd0257fc8815a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/774cd0257fc8815a","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9fc3324693f6b8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc3324693f6b8b","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1}},{"uid":"af0870dad2f7cf1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af0870dad2f7cf1c","status":"passed","time":{"start":1707769843144,"stop":1707769843144,"duration":0}},{"uid":"9990dbcbeff64003","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9990dbcbeff64003","status":"passed","time":{"start":1707759965199,"stop":1707759965201,"duration":2}},{"uid":"e979daaa290aa8a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e979daaa290aa8a4","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"c4787055fbabd6ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c4787055fbabd6ad","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"f7d4efffc4921b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d4efffc4921b8","status":"passed","time":{"start":1707753668067,"stop":1707753668067,"duration":0}},{"uid":"8450c4b535e1d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8450c4b535e1d02","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"fef7f6893961ac6f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fef7f6893961ac6f","status":"passed","time":{"start":1707750796031,"stop":1707750796031,"duration":0}},{"uid":"629db3f9cc776c35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/629db3f9cc776c35","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"ffbe3e541c5fefc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffbe3e541c5fefc3","status":"passed","time":{"start":1707735912119,"stop":1707735912120,"duration":1}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2fb602a5ec4927b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fb602a5ec4927b","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"efde0cb182b9428f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efde0cb182b9428f","status":"passed","time":{"start":1707770051403,"stop":1707770051403,"duration":0}},{"uid":"ec53f6affc446465","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec53f6affc446465","status":"passed","time":{"start":1707760174049,"stop":1707760174050,"duration":1}},{"uid":"246fa8220d576426","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246fa8220d576426","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"b78c8263abf2c009","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b78c8263abf2c009","status":"passed","time":{"start":1707756499938,"stop":1707756499939,"duration":1}},{"uid":"211f2998f9d60aaa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/211f2998f9d60aaa","status":"passed","time":{"start":1707753870472,"stop":1707753870473,"duration":1}},{"uid":"435dc2fa569bb98a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/435dc2fa569bb98a","status":"passed","time":{"start":1707753647528,"stop":1707753647528,"duration":0}},{"uid":"b4b0e1926287895c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b4b0e1926287895c","status":"passed","time":{"start":1707751019577,"stop":1707751019577,"duration":0}},{"uid":"52a1dcf55e0bb1a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52a1dcf55e0bb1a2","status":"passed","time":{"start":1707736947859,"stop":1707736947860,"duration":1}},{"uid":"549b19a33e485827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/549b19a33e485827","status":"passed","time":{"start":1707736152511,"stop":1707736152512,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"158d5ba5979cfe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/158d5ba5979cfe2","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0}},{"uid":"c6fa85d5e5ba0b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6fa85d5e5ba0b85","status":"passed","time":{"start":1707769677707,"stop":1707769677708,"duration":1}},{"uid":"1af91d358210b427","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1af91d358210b427","status":"passed","time":{"start":1707759769674,"stop":1707759769675,"duration":1}},{"uid":"b14dde9bf540db3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b14dde9bf540db3a","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"f362b7cbe065d67a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f362b7cbe065d67a","status":"passed","time":{"start":1707756096181,"stop":1707756096181,"duration":0}},{"uid":"1c74347190122865","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c74347190122865","status":"passed","time":{"start":1707753517975,"stop":1707753517976,"duration":1}},{"uid":"da0fa4b9964e0939","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0fa4b9964e0939","status":"passed","time":{"start":1707753244730,"stop":1707753244730,"duration":0}},{"uid":"769a6210582f22d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/769a6210582f22d4","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"191492fb5309b926","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191492fb5309b926","status":"passed","time":{"start":1707736558647,"stop":1707736558647,"duration":0}},{"uid":"e532412a1e2911ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e532412a1e2911ff","status":"passed","time":{"start":1707735743508,"stop":1707735743508,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a91f7e192bd14463","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a91f7e192bd14463","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"duration":1}},{"uid":"dbc7464b78d497fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbc7464b78d497fa","status":"passed","time":{"start":1707769673025,"stop":1707769673025,"duration":0}},{"uid":"d2fc872fca76c5c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2fc872fca76c5c2","status":"passed","time":{"start":1707759767764,"stop":1707759767765,"duration":1}},{"uid":"928fc09a83d03003","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/928fc09a83d03003","status":"passed","time":{"start":1707757463877,"stop":1707757463878,"duration":1}},{"uid":"9dce9fc7f05635d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dce9fc7f05635d2","status":"passed","time":{"start":1707756091992,"stop":1707756091992,"duration":0}},{"uid":"ef6b81d472432ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef6b81d472432ee2","status":"passed","time":{"start":1707753510233,"stop":1707753510234,"duration":1}},{"uid":"a43379c01a899a37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a43379c01a899a37","status":"passed","time":{"start":1707753240422,"stop":1707753240422,"duration":0}},{"uid":"35dc3910ae26aefd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35dc3910ae26aefd","status":"passed","time":{"start":1707750639410,"stop":1707750639410,"duration":0}},{"uid":"6421d34d5533706f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6421d34d5533706f","status":"passed","time":{"start":1707736555755,"stop":1707736555755,"duration":0}},{"uid":"ccd7827706400af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccd7827706400af","status":"passed","time":{"start":1707735739987,"stop":1707735739987,"duration":0}}]},"87738004491b15bf4beab1c6dbcbe5e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"315990c6108b326","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/315990c6108b326","status":"passed","time":{"start":1707737091361,"stop":1707737091377,"duration":16}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"334661a64b6f2399","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/334661a64b6f2399","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0}},{"uid":"5ce01c0f0de969f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ce01c0f0de969f1","status":"passed","time":{"start":1707770180417,"stop":1707770180418,"duration":1}},{"uid":"bfd4ebcb288431de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bfd4ebcb288431de","status":"passed","time":{"start":1707760352908,"stop":1707760352909,"duration":1}},{"uid":"7baf9d1c0f43baf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7baf9d1c0f43baf2","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"583828ac18654aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/583828ac18654aff","status":"passed","time":{"start":1707756674086,"stop":1707756674087,"duration":1}},{"uid":"b3ede1ed954bc352","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ede1ed954bc352","status":"passed","time":{"start":1707753994325,"stop":1707753994326,"duration":1}},{"uid":"ba6c7e0ed2d1700a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba6c7e0ed2d1700a","status":"passed","time":{"start":1707753841536,"stop":1707753841537,"duration":1}},{"uid":"17934135f80e66e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/17934135f80e66e7","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"4924a282ec8d91ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4924a282ec8d91ef","status":"passed","time":{"start":1707736343135,"stop":1707736343135,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a0ec0b2dcc831e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0ec0b2dcc831e51","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"afb2674df1a13f25","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/afb2674df1a13f25","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"1ae5c54464c55127","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ae5c54464c55127","status":"passed","time":{"start":1707759722866,"stop":1707759722867,"duration":1}},{"uid":"6dc4cccffca0ac81","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dc4cccffca0ac81","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"ab3e753b36b0dc35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab3e753b36b0dc35","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"d6115320b0b2633","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6115320b0b2633","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"4584eb31eb9ca556","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4584eb31eb9ca556","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"5dcb629398d38efe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5dcb629398d38efe","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"d4f0bf1bb080533d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d4f0bf1bb080533d","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"f05e76b12d34c743","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f05e76b12d34c743","status":"passed","time":{"start":1707735693125,"stop":1707735693126,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"9942e3454a48d75e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9942e3454a48d75e","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0}},{"uid":"61964fe284e71a6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61964fe284e71a6d","status":"passed","time":{"start":1707770208550,"stop":1707770208551,"duration":1}},{"uid":"767798c43b4bbc1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/767798c43b4bbc1c","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"711a7ed8c78b9615","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/711a7ed8c78b9615","status":"passed","time":{"start":1707758023540,"stop":1707758023541,"duration":1}},{"uid":"fcddebeb65047675","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fcddebeb65047675","status":"passed","time":{"start":1707756664010,"stop":1707756664010,"duration":0}},{"uid":"466c325a458b4bc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/466c325a458b4bc3","status":"passed","time":{"start":1707753837176,"stop":1707753837177,"duration":1}},{"uid":"1ad537a57e266a7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ad537a57e266a7b","status":"passed","time":{"start":1707751136359,"stop":1707751136360,"duration":1}},{"uid":"86cb269411ad9ac3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/86cb269411ad9ac3","status":"passed","time":{"start":1707737124648,"stop":1707737124649,"duration":1}},{"uid":"bfbf8d1ae5a4df04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bfbf8d1ae5a4df04","status":"passed","time":{"start":1707736322665,"stop":1707736322665,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fe41bb42686d1547","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe41bb42686d1547","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1}},{"uid":"6084804acfd2269e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6084804acfd2269e","status":"passed","time":{"start":1707769968719,"stop":1707769968720,"duration":1}},{"uid":"177064f55f810720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/177064f55f810720","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"7f91b6c74320f44e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f91b6c74320f44e","status":"passed","time":{"start":1707758006702,"stop":1707758006702,"duration":0}},{"uid":"536ce341ec9ffae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/536ce341ec9ffae6","status":"passed","time":{"start":1707756617032,"stop":1707756617032,"duration":0}},{"uid":"46c64aee1fef31ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46c64aee1fef31ab","status":"passed","time":{"start":1707753988873,"stop":1707753988873,"duration":0}},{"uid":"8c13768e9d9ef41e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c13768e9d9ef41e","status":"passed","time":{"start":1707753782729,"stop":1707753782729,"duration":0}},{"uid":"83463b9632cd45c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83463b9632cd45c2","status":"passed","time":{"start":1707751162304,"stop":1707751162305,"duration":1}},{"uid":"a8ba94a76debbf74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8ba94a76debbf74","status":"passed","time":{"start":1707737091294,"stop":1707737091295,"duration":1}},{"uid":"2b45862872aa6cf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b45862872aa6cf1","status":"passed","time":{"start":1707736260114,"stop":1707736260115,"duration":1}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4b4bcdecb20ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b4bcdecb20ef4ec","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"duration":1}},{"uid":"f9724dbc2e28820f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9724dbc2e28820f","status":"passed","time":{"start":1707769735037,"stop":1707769735037,"duration":0}},{"uid":"8e0120d7f22df93d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e0120d7f22df93d","status":"passed","time":{"start":1707759831196,"stop":1707759831199,"duration":3}},{"uid":"377c88333ec11dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/377c88333ec11dc7","status":"passed","time":{"start":1707757528827,"stop":1707757528827,"duration":0}},{"uid":"e54aa80b67ec22e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e54aa80b67ec22e8","status":"passed","time":{"start":1707756157295,"stop":1707756157296,"duration":1}},{"uid":"1e8d8ffac0930ec5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e8d8ffac0930ec5","status":"passed","time":{"start":1707753578477,"stop":1707753578477,"duration":0}},{"uid":"6b2fa910ce03d375","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b2fa910ce03d375","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"62fbe6dcd5dc2a19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62fbe6dcd5dc2a19","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"1e642c05e3385ef0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e642c05e3385ef0","status":"passed","time":{"start":1707736629976,"stop":1707736629976,"duration":0}},{"uid":"8c9058a76b10c2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c9058a76b10c2f6","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3d353a9b7e37c126","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d353a9b7e37c126","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0}},{"uid":"9d2c0e927b1cdd3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d2c0e927b1cdd3","status":"passed","time":{"start":1707769843140,"stop":1707769843141,"duration":1}},{"uid":"11f6820ff00af4ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f6820ff00af4ab","status":"passed","time":{"start":1707759965184,"stop":1707759965185,"duration":1}},{"uid":"6feb3d7d9132d4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6feb3d7d9132d4e0","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"daa2e0df24d9d3c3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/daa2e0df24d9d3c3","status":"passed","time":{"start":1707756267899,"stop":1707756267900,"duration":1}},{"uid":"f980a57e6a394cb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f980a57e6a394cb9","status":"passed","time":{"start":1707753668023,"stop":1707753668025,"duration":2}},{"uid":"a842299966237b70","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a842299966237b70","status":"passed","time":{"start":1707753423532,"stop":1707753423533,"duration":1}},{"uid":"36c92ca33e609dc5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c92ca33e609dc5","status":"passed","time":{"start":1707750796026,"stop":1707750796026,"duration":0}},{"uid":"baa753d4a4e1e985","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/baa753d4a4e1e985","status":"passed","time":{"start":1707736730637,"stop":1707736730638,"duration":1}},{"uid":"5b347c2ecbab0d27","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b347c2ecbab0d27","status":"passed","time":{"start":1707735912115,"stop":1707735912116,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":9,"passed":0,"unknown":0,"total":9},"items":[{"uid":"5ffcaee358abb307","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ffcaee358abb307","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335611,"duration":1}},{"uid":"25ad0c0f9e428dd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25ad0c0f9e428dd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301818,"stop":1707760301818,"duration":0}},{"uid":"50da16491b9f64f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/50da16491b9f64f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"db43867326ec3b1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db43867326ec3b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617044,"stop":1707756617044,"duration":0}},{"uid":"9239835f40e42d90","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9239835f40e42d90","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"2398fd9308b90b9d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2398fd9308b90b9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"2cf9a3cb20e271df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cf9a3cb20e271df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1d27ce37778b9ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d27ce37778b9ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091340,"stop":1707737091340,"duration":0}},{"uid":"3b9a5a252e5af9ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9a5a252e5af9ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"32129746117b04ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32129746117b04ad","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1}},{"uid":"fac182ea5663f212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac182ea5663f212","status":"passed","time":{"start":1707769706524,"stop":1707769706524,"duration":0}},{"uid":"835aa5153acbc018","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/835aa5153acbc018","status":"passed","time":{"start":1707759800528,"stop":1707759800529,"duration":1}},{"uid":"cbcaba5caae86a9f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbcaba5caae86a9f","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"d75f825bcc4b1944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d75f825bcc4b1944","status":"passed","time":{"start":1707756124833,"stop":1707756124833,"duration":0}},{"uid":"9e7843b719cc1a88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e7843b719cc1a88","status":"passed","time":{"start":1707753544134,"stop":1707753544134,"duration":0}},{"uid":"72d8f111ac7f046d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/72d8f111ac7f046d","status":"passed","time":{"start":1707753273860,"stop":1707753273862,"duration":2}},{"uid":"135477f3e1cf5e58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/135477f3e1cf5e58","status":"passed","time":{"start":1707750672009,"stop":1707750672009,"duration":0}},{"uid":"65619fc7a39117de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65619fc7a39117de","status":"passed","time":{"start":1707736588884,"stop":1707736588884,"duration":0}},{"uid":"5da80240afe5653b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da80240afe5653b","status":"passed","time":{"start":1707735772593,"stop":1707735772594,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"69d648c41efe331b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69d648c41efe331b","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"9bcbb751eac3e661","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9bcbb751eac3e661","status":"passed","time":{"start":1707770238685,"stop":1707770238686,"duration":1}},{"uid":"1eb26fb2fa06f42a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1eb26fb2fa06f42a","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"c640eb178bbac31a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c640eb178bbac31a","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"965d2921e7501c94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/965d2921e7501c94","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"b3902b70d0f28ea3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3902b70d0f28ea3","status":"passed","time":{"start":1707754051786,"stop":1707754051787,"duration":1}},{"uid":"e65311ed6a4f92b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e65311ed6a4f92b7","status":"passed","time":{"start":1707753877927,"stop":1707753877928,"duration":1}},{"uid":"9f984e263056c42b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f984e263056c42b","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"8f6dc704e051c088","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f6dc704e051c088","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"e9ccace4e15b3825","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9ccace4e15b3825","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e593e5d6690c2a0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e593e5d6690c2a0f","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1}},{"uid":"7d1f51f963d9bd5e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d1f51f963d9bd5e","status":"passed","time":{"start":1707769735049,"stop":1707769735049,"duration":0}},{"uid":"d489e7740b06280f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d489e7740b06280f","status":"passed","time":{"start":1707759831204,"stop":1707759831209,"duration":5}},{"uid":"8c397bced0ec35a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c397bced0ec35a0","status":"passed","time":{"start":1707757528838,"stop":1707757528838,"duration":0}},{"uid":"640c93d52fb6b399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640c93d52fb6b399","status":"passed","time":{"start":1707756157297,"stop":1707756157298,"duration":1}},{"uid":"ea06d66e8771ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea06d66e8771ad","status":"passed","time":{"start":1707753578478,"stop":1707753578478,"duration":0}},{"uid":"549ad28582c0929b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/549ad28582c0929b","status":"passed","time":{"start":1707753307900,"stop":1707753307900,"duration":0}},{"uid":"e86ebec4cd47581e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86ebec4cd47581e","status":"passed","time":{"start":1707750703130,"stop":1707750703141,"duration":11}},{"uid":"297ce5540222e82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/297ce5540222e82a","status":"passed","time":{"start":1707736629980,"stop":1707736629980,"duration":0}},{"uid":"90cf868a957c11a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/90cf868a957c11a1","status":"passed","time":{"start":1707735809093,"stop":1707735809099,"duration":6}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"69cf799b6f196a0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69cf799b6f196a0b","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"duration":1}},{"uid":"333b11eeabe1ee13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/333b11eeabe1ee13","status":"passed","time":{"start":1707769841894,"stop":1707769841896,"duration":2}},{"uid":"af799a5af1a61453","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af799a5af1a61453","status":"passed","time":{"start":1707759921449,"stop":1707759921450,"duration":1}},{"uid":"bf4bac7653645e51","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bf4bac7653645e51","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"16e0846fbc73627f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/16e0846fbc73627f","status":"passed","time":{"start":1707756261755,"stop":1707756261760,"duration":5}},{"uid":"534b4a9eec33cf47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/534b4a9eec33cf47","status":"passed","time":{"start":1707753651165,"stop":1707753651165,"duration":0}},{"uid":"35ec135740e8d84c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35ec135740e8d84c","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"49ac08f55910d5f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49ac08f55910d5f6","status":"passed","time":{"start":1707750722046,"stop":1707750722046,"duration":0}},{"uid":"d3de09cfac734982","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3de09cfac734982","status":"passed","time":{"start":1707736708326,"stop":1707736708326,"duration":0}},{"uid":"74649baf316b7374","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74649baf316b7374","status":"passed","time":{"start":1707735914383,"stop":1707735914383,"duration":0}}]},"d05781e012670ae55a1584711797c306:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39a6d63b7433a44a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39a6d63b7433a44a","status":"passed","time":{"start":1707758006708,"stop":1707758006709,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"45b27c30dc6b5a59","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45b27c30dc6b5a59","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"duration":0}},{"uid":"ad10707d62e0c06f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad10707d62e0c06f","status":"passed","time":{"start":1707770140535,"stop":1707770140536,"duration":1}},{"uid":"1f1237f44a61891f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f1237f44a61891f","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"a906b33830306245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a906b33830306245","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"c017bf1ea2f140d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c017bf1ea2f140d8","status":"passed","time":{"start":1707756656798,"stop":1707756656798,"duration":0}},{"uid":"7b80a02feb810e6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b80a02feb810e6","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"78de7fca6a679ec1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/78de7fca6a679ec1","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"ff1499c938d22109","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff1499c938d22109","status":"passed","time":{"start":1707751157936,"stop":1707751157936,"duration":0}},{"uid":"35eb2a601ec5937a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35eb2a601ec5937a","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"2eb115f6b9b70e9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2eb115f6b9b70e9a","status":"passed","time":{"start":1707736314163,"stop":1707736314163,"duration":0}}]},"6a0d6680bb74931724a497df6ee14647:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef3fc29901399f78","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3fc29901399f78","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6252efcdc17e20893c75caf8a3851279:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"16f639e42cba7843","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/16f639e42cba7843","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1707750644849,"stop":1707750644849,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2434a4a5761d8931","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2434a4a5761d8931","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"c2b34a2197a98618","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2b34a2197a98618","status":"passed","time":{"start":1707769642221,"stop":1707769642222,"duration":1}},{"uid":"c6e9a5774b63f75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6e9a5774b63f75","status":"passed","time":{"start":1707759737069,"stop":1707759737070,"duration":1}},{"uid":"179706a21f9e7803","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/179706a21f9e7803","status":"passed","time":{"start":1707757431976,"stop":1707757431976,"duration":0}},{"uid":"bfb787f1b6b8a9ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfb787f1b6b8a9ed","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"78eb5536032f069f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78eb5536032f069f","status":"passed","time":{"start":1707753479610,"stop":1707753479610,"duration":0}},{"uid":"e43d0fac201691f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e43d0fac201691f9","status":"passed","time":{"start":1707753208309,"stop":1707753208309,"duration":0}},{"uid":"79d269d7ec94ff97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79d269d7ec94ff97","status":"passed","time":{"start":1707750608586,"stop":1707750608586,"duration":0}},{"uid":"363405d8145eed85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/363405d8145eed85","status":"passed","time":{"start":1707736525857,"stop":1707736525857,"duration":0}},{"uid":"25dcf281ecf1893b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25dcf281ecf1893b","status":"passed","time":{"start":1707735707691,"stop":1707735707691,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"47de8162188928a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47de8162188928a9","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0}},{"uid":"e95b98284c10caa2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e95b98284c10caa2","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"445b37c77a6b96df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/445b37c77a6b96df","status":"passed","time":{"start":1707760073032,"stop":1707760073035,"duration":3}},{"uid":"4ed7454a07d90281","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ed7454a07d90281","status":"passed","time":{"start":1707757771073,"stop":1707757771074,"duration":1}},{"uid":"8e957753e2996f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e957753e2996f89","status":"passed","time":{"start":1707756387891,"stop":1707756387892,"duration":1}},{"uid":"a7f97e0929f52e56","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7f97e0929f52e56","status":"passed","time":{"start":1707753783840,"stop":1707753783840,"duration":0}},{"uid":"12e63047490d9bff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12e63047490d9bff","status":"passed","time":{"start":1707753549845,"stop":1707753549846,"duration":1}},{"uid":"483a565a86c440e4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/483a565a86c440e4","status":"passed","time":{"start":1707750934222,"stop":1707750934223,"duration":1}},{"uid":"2263497b60d4022d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2263497b60d4022d","status":"passed","time":{"start":1707736857300,"stop":1707736857301,"duration":1}},{"uid":"f8b6bd796fa8bb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8b6bd796fa8bb7a","status":"passed","time":{"start":1707736056534,"stop":1707736056535,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5c1279b6cb2769e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c1279b6cb2769e8","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"54905235d8f80214","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54905235d8f80214","status":"passed","time":{"start":1707769968730,"stop":1707769968731,"duration":1}},{"uid":"8d2d7ddb3abb11c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d2d7ddb3abb11c7","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"c2fd107605cda9bf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2fd107605cda9bf","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"a2e8833592d8256f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2e8833592d8256f","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"51c56f9ec7accf25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/51c56f9ec7accf25","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"465fff0fb2bb9637","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/465fff0fb2bb9637","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"592decc642b8f1aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/592decc642b8f1aa","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"253e8e713f0e24de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/253e8e713f0e24de","status":"passed","time":{"start":1707737091353,"stop":1707737091359,"duration":6}},{"uid":"fd67fa22d3a0cfc0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd67fa22d3a0cfc0","status":"passed","time":{"start":1707736260156,"stop":1707736260157,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1b94c2c751d113d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b94c2c751d113d8","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0}},{"uid":"a02d9281da89cbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a02d9281da89cbca","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"7e659204447bcfc0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7e659204447bcfc0","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"a9ea726767b56a4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a9ea726767b56a4a","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"4faab1bcf60eeee5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4faab1bcf60eeee5","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"7cfe9fdab2007655","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cfe9fdab2007655","status":"passed","time":{"start":1707753651171,"stop":1707753651171,"duration":0}},{"uid":"49117e22441e655","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49117e22441e655","status":"passed","time":{"start":1707753409588,"stop":1707753409588,"duration":0}},{"uid":"5b50f24994475b78","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5b50f24994475b78","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"e8f11cc8d128a4ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e8f11cc8d128a4ef","status":"passed","time":{"start":1707736708331,"stop":1707736708331,"duration":0}},{"uid":"997794a5880b3f5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/997794a5880b3f5b","status":"passed","time":{"start":1707735914387,"stop":1707735914388,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4ab799c450a822ff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ab799c450a822ff","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"eee8ccdd8abc860","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8ccdd8abc860","status":"passed","time":{"start":1707769841909,"stop":1707769841909,"duration":0}},{"uid":"efe790ba3e5a4503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efe790ba3e5a4503","status":"passed","time":{"start":1707759921462,"stop":1707759921463,"duration":1}},{"uid":"973df223764213e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/973df223764213e9","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"458a25d828c0536d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/458a25d828c0536d","status":"passed","time":{"start":1707756261834,"stop":1707756261835,"duration":1}},{"uid":"5cd8c452257cf923","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cd8c452257cf923","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"4a059ba529ff4178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a059ba529ff4178","status":"passed","time":{"start":1707753409604,"stop":1707753409605,"duration":1}},{"uid":"494043e4e741095a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/494043e4e741095a","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"9786ca9c29adbef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9786ca9c29adbef7","status":"passed","time":{"start":1707736708336,"stop":1707736708336,"duration":0}},{"uid":"2b105f60478d8cff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b105f60478d8cff","status":"passed","time":{"start":1707735914394,"stop":1707735914394,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6b1a056a222b7ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b1a056a222b7ca1","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0}},{"uid":"85ce4afb5758db64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85ce4afb5758db64","status":"passed","time":{"start":1707769919571,"stop":1707769919572,"duration":1}},{"uid":"33b2a94b61328f61","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/33b2a94b61328f61","status":"passed","time":{"start":1707760025485,"stop":1707760025485,"duration":0}},{"uid":"ce75439bb11d262a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce75439bb11d262a","status":"passed","time":{"start":1707757709188,"stop":1707757709188,"duration":0}},{"uid":"3bbf9d251c69e579","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bbf9d251c69e579","status":"passed","time":{"start":1707756341219,"stop":1707756341219,"duration":0}},{"uid":"4d59a03e4241785c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4d59a03e4241785c","status":"passed","time":{"start":1707753751250,"stop":1707753751251,"duration":1}},{"uid":"c81c0602b7a9aac1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c81c0602b7a9aac1","status":"passed","time":{"start":1707753510012,"stop":1707753510012,"duration":0}},{"uid":"88f9a1926b74a629","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f9a1926b74a629","status":"passed","time":{"start":1707750881806,"stop":1707750881806,"duration":0}},{"uid":"a041064168eb0a6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a041064168eb0a6d","status":"passed","time":{"start":1707736800765,"stop":1707736800765,"duration":0}},{"uid":"34ac1c91c462defb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/34ac1c91c462defb","status":"passed","time":{"start":1707736013453,"stop":1707736013454,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f71a04cb93b2fb92","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f71a04cb93b2fb92","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"duration":0}},{"uid":"543b8f6fd2932e7d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/543b8f6fd2932e7d","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"e5eb469cd1527f3c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5eb469cd1527f3c","status":"passed","time":{"start":1707760174019,"stop":1707760174020,"duration":1}},{"uid":"c11a67ed2c395575","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c11a67ed2c395575","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"a65552c22ca2f61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a65552c22ca2f61","status":"passed","time":{"start":1707756499903,"stop":1707756499904,"duration":1}},{"uid":"45052e1dc0760973","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45052e1dc0760973","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"16534c6401a8599e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16534c6401a8599e","status":"passed","time":{"start":1707753647508,"stop":1707753647508,"duration":0}},{"uid":"647bda9a01948ce4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/647bda9a01948ce4","status":"passed","time":{"start":1707751019568,"stop":1707751019569,"duration":1}},{"uid":"7bbac7630c6f2254","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7bbac7630c6f2254","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"769b4e88ba3486f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/769b4e88ba3486f8","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"9c9114fa67004677","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c9114fa67004677","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"duration":0}},{"uid":"fd21e83dc6e45f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd21e83dc6e45f9","status":"passed","time":{"start":1707770165190,"stop":1707770165191,"duration":1}},{"uid":"4ed2dea56454e5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4ed2dea56454e5ab","status":"passed","time":{"start":1707760340809,"stop":1707760340809,"duration":0}},{"uid":"2e70de24dd954ae5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2e70de24dd954ae5","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"688364d2bdf0f41e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688364d2bdf0f41e","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"4c12a68936a19d2c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c12a68936a19d2c","status":"passed","time":{"start":1707753824710,"stop":1707753824711,"duration":1}},{"uid":"4299f89037acc826","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4299f89037acc826","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"aabe5530aa1b6ce9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aabe5530aa1b6ce9","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"bb8d98c038c49b66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb8d98c038c49b66","status":"passed","time":{"start":1707736323081,"stop":1707736323082,"duration":1}}]},"ca768b06b63968deff00632c9ef130d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaedfbb607232015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eaedfbb607232015","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"772398f880ab7e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/772398f880ab7e81","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"duration":0}},{"uid":"98a107e5f63a8ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98a107e5f63a8ede","status":"passed","time":{"start":1707769841910,"stop":1707769841910,"duration":0}},{"uid":"3d7a6ce52532bcc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d7a6ce52532bcc4","status":"passed","time":{"start":1707759921464,"stop":1707759921464,"duration":0}},{"uid":"45595d3da0cf0a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45595d3da0cf0a95","status":"passed","time":{"start":1707757624890,"stop":1707757624890,"duration":0}},{"uid":"bc661a28b315beff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc661a28b315beff","status":"passed","time":{"start":1707756261840,"stop":1707756261841,"duration":1}},{"uid":"183ff73b1c444ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/183ff73b1c444ee2","status":"passed","time":{"start":1707753651190,"stop":1707753651190,"duration":0}},{"uid":"4937e2caa2776965","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4937e2caa2776965","status":"passed","time":{"start":1707753409606,"stop":1707753409608,"duration":2}},{"uid":"c2fce5c1e4a4917","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2fce5c1e4a4917","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"24aea21f2c9f8637","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24aea21f2c9f8637","status":"passed","time":{"start":1707736708337,"stop":1707736708337,"duration":0}},{"uid":"880adcc041db973b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/880adcc041db973b","status":"passed","time":{"start":1707735914395,"stop":1707735914395,"duration":0}}]},"7c71b2c6ac234afb463aaabfa5515907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60250696ce9b5b66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/60250696ce9b5b66","status":"passed","time":{"start":1707756664012,"stop":1707756664013,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8a51aab334175b71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a51aab334175b71","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"duration":1}},{"uid":"7eef43950c19ca78","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eef43950c19ca78","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"7966f283a62bec4a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7966f283a62bec4a","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c127d50fe93f116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c127d50fe93f116b","status":"passed","time":{"start":1707757804302,"stop":1707757804303,"duration":1}},{"uid":"8dcedc179c748d7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dcedc179c748d7c","status":"passed","time":{"start":1707756422350,"stop":1707756422351,"duration":1}},{"uid":"d2b0b84c7bd63687","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b0b84c7bd63687","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"a534c8e8520dd438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a534c8e8520dd438","status":"passed","time":{"start":1707753586167,"stop":1707753586168,"duration":1}},{"uid":"4d00f1f5f91624ab","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d00f1f5f91624ab","status":"passed","time":{"start":1707750964810,"stop":1707750964811,"duration":1}},{"uid":"3d8f322ccf2d52da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d8f322ccf2d52da","status":"passed","time":{"start":1707736890441,"stop":1707736890441,"duration":0}},{"uid":"e8bbbf6cdfe54062","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bbbf6cdfe54062","status":"passed","time":{"start":1707736096393,"stop":1707736096394,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"36b6075670fa4a43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36b6075670fa4a43","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2}},{"uid":"2c88f9f1021c10b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c88f9f1021c10b4","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"d84945b15e08e84e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d84945b15e08e84e","status":"passed","time":{"start":1707759985515,"stop":1707759985515,"duration":0}},{"uid":"246e3ddb50f441ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246e3ddb50f441ee","status":"passed","time":{"start":1707757677815,"stop":1707757677815,"duration":0}},{"uid":"8c207d1784097e5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c207d1784097e5a","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"eef6bf15eea9f798","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef6bf15eea9f798","status":"passed","time":{"start":1707753735504,"stop":1707753735505,"duration":1}},{"uid":"e6067cd0e0157a12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6067cd0e0157a12","status":"passed","time":{"start":1707753472972,"stop":1707753472972,"duration":0}},{"uid":"561de5243cb405d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/561de5243cb405d0","status":"passed","time":{"start":1707750845171,"stop":1707750845172,"duration":1}},{"uid":"46af16c51fbe86ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46af16c51fbe86ab","status":"passed","time":{"start":1707736769679,"stop":1707736769680,"duration":1}},{"uid":"676318b5b95b062c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/676318b5b95b062c","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ec3f381eee5e3cb3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec3f381eee5e3cb3","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"duration":0}},{"uid":"608ac624e2e3071c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/608ac624e2e3071c","status":"passed","time":{"start":1707769735033,"stop":1707769735033,"duration":0}},{"uid":"c830107cc6b557a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c830107cc6b557a2","status":"passed","time":{"start":1707759831194,"stop":1707759831194,"duration":0}},{"uid":"dc8da088f5063978","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc8da088f5063978","status":"passed","time":{"start":1707757528822,"stop":1707757528823,"duration":1}},{"uid":"31bb4ba3c41be7a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31bb4ba3c41be7a4","status":"passed","time":{"start":1707756157290,"stop":1707756157291,"duration":1}},{"uid":"2a69e4e85661f3ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a69e4e85661f3ab","status":"passed","time":{"start":1707753578471,"stop":1707753578472,"duration":1}},{"uid":"44363e36de7691da","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44363e36de7691da","status":"passed","time":{"start":1707753307894,"stop":1707753307895,"duration":1}},{"uid":"cc19f215db195e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cc19f215db195e8","status":"passed","time":{"start":1707750703126,"stop":1707750703126,"duration":0}},{"uid":"6d3c74549449f221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3c74549449f221","status":"passed","time":{"start":1707736629970,"stop":1707736629970,"duration":0}},{"uid":"d858aa4f1523e4f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d858aa4f1523e4f8","status":"passed","time":{"start":1707735809088,"stop":1707735809088,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"8fb45e5129fe4d13","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb45e5129fe4d13","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"be0056ad9bf1c4b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be0056ad9bf1c4b4","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a2d2d0df38136a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a2d2d0df38136a","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"2a9a21954a8ae501","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a9a21954a8ae501","status":"passed","time":{"start":1707757804308,"stop":1707757804316,"duration":8}},{"uid":"d0f53bc8e2f197a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0f53bc8e2f197a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"d6bd6ed70dbde820","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6bd6ed70dbde820","status":"passed","time":{"start":1707753796553,"stop":1707753796554,"duration":1}},{"uid":"45bad8641b494ed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bad8641b494ed2","status":"passed","time":{"start":1707753586169,"stop":1707753586170,"duration":1}},{"uid":"d99d0d2503cf1d07","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d99d0d2503cf1d07","status":"passed","time":{"start":1707750964813,"stop":1707750964813,"duration":0}},{"uid":"6f26b65bb944c2a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f26b65bb944c2a5","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"8b683810ce7ebf52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b683810ce7ebf52","status":"passed","time":{"start":1707736096395,"stop":1707736096396,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"828aaaa833252e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/828aaaa833252e5","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"80fe676ed1bc1009","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80fe676ed1bc1009","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"1434f54c3d1a11a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1434f54c3d1a11a2","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"92bf5e465ece78ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92bf5e465ece78ad","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"6dc7a83da21ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dc7a83da21ea1a1","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"a83a260a3ab412c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a83a260a3ab412c9","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"16baceee24309467","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16baceee24309467","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"188708c20676ea47","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/188708c20676ea47","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"47a1e98c08f1d531","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/47a1e98c08f1d531","status":"passed","time":{"start":1707736511735,"stop":1707736511736,"duration":1}},{"uid":"23b0c6ef734c9766","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23b0c6ef734c9766","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"b3a45460904e96c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3a45460904e96c7","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"4581f2c4fc11ebcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4581f2c4fc11ebcc","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"57432f4ce881b82","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57432f4ce881b82","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"c138f1f0e0c8a00c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c138f1f0e0c8a00c","status":"passed","time":{"start":1707757644394,"stop":1707757644395,"duration":1}},{"uid":"3be225fccefa491a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3be225fccefa491a","status":"passed","time":{"start":1707756267915,"stop":1707756267916,"duration":1}},{"uid":"f516b8f0a060b243","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f516b8f0a060b243","status":"passed","time":{"start":1707753668079,"stop":1707753668082,"duration":3}},{"uid":"bf16a1a9349142b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bf16a1a9349142b0","status":"passed","time":{"start":1707753423542,"stop":1707753423542,"duration":0}},{"uid":"840a433b1b6ed3f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/840a433b1b6ed3f3","status":"passed","time":{"start":1707750796036,"stop":1707750796037,"duration":1}},{"uid":"bee70d4224690e5f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bee70d4224690e5f","status":"passed","time":{"start":1707736730657,"stop":1707736730658,"duration":1}},{"uid":"b8199399af327158","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8199399af327158","status":"passed","time":{"start":1707735912130,"stop":1707735912130,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"4b96aa1a3c710dea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b96aa1a3c710dea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"e404fc4b71294d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e404fc4b71294d4","status":"passed","time":{"start":1707769841887,"stop":1707769841887,"duration":0}},{"uid":"ddfea25cdced9dfc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddfea25cdced9dfc","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"43e7d101fd451a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/43e7d101fd451a27","status":"passed","time":{"start":1707757624863,"stop":1707757624865,"duration":2}},{"uid":"279dbab1b30a03d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/279dbab1b30a03d7","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"2647dcc284674a72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2647dcc284674a72","status":"passed","time":{"start":1707753651130,"stop":1707753651131,"duration":1}},{"uid":"b04b237f3e59c6e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b04b237f3e59c6e5","status":"passed","time":{"start":1707753409575,"stop":1707753409575,"duration":0}},{"uid":"6364dec027223f2f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6364dec027223f2f","status":"passed","time":{"start":1707736708311,"stop":1707736708312,"duration":1}},{"uid":"b013063f07037796","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b013063f07037796","status":"passed","time":{"start":1707735914374,"stop":1707735914375,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a0c83500591e4681","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0c83500591e4681","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2}},{"uid":"199a531f6d405a68","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/199a531f6d405a68","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"23431bfb7ac98c39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23431bfb7ac98c39","status":"passed","time":{"start":1707760095402,"stop":1707760095403,"duration":1}},{"uid":"1305310d11dac589","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1305310d11dac589","status":"passed","time":{"start":1707757790735,"stop":1707757790736,"duration":1}},{"uid":"51bc0fb9acd0ae0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51bc0fb9acd0ae0a","status":"passed","time":{"start":1707756409544,"stop":1707756409545,"duration":1}},{"uid":"7cb5a148ca671417","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cb5a148ca671417","status":"passed","time":{"start":1707753793189,"stop":1707753793190,"duration":1}},{"uid":"a7173bbfa7a40178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7173bbfa7a40178","status":"passed","time":{"start":1707753573529,"stop":1707753573529,"duration":0}},{"uid":"c44849a0ab33a4f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c44849a0ab33a4f9","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"953dc04501787b62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/953dc04501787b62","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"42655a4fdb73ba9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/42655a4fdb73ba9a","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dccba2d9f830efb2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dccba2d9f830efb2","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"duration":0}},{"uid":"35539a565f8417d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35539a565f8417d1","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"83ac76e2dd4f0be5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/83ac76e2dd4f0be5","status":"passed","time":{"start":1707759921445,"stop":1707759921446,"duration":1}},{"uid":"d0b41a4acc5b0065","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d0b41a4acc5b0065","status":"passed","time":{"start":1707757624869,"stop":1707757624870,"duration":1}},{"uid":"10b167fc1368f880","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10b167fc1368f880","status":"passed","time":{"start":1707756261731,"stop":1707756261731,"duration":0}},{"uid":"78c156c9950a66df","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78c156c9950a66df","status":"passed","time":{"start":1707753651135,"stop":1707753651135,"duration":0}},{"uid":"a3a0f91071b0b176","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3a0f91071b0b176","status":"passed","time":{"start":1707753409578,"stop":1707753409579,"duration":1}},{"uid":"5641b69c96bb724b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5641b69c96bb724b","status":"passed","time":{"start":1707750722036,"stop":1707750722036,"duration":0}},{"uid":"a697ad900892a915","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a697ad900892a915","status":"passed","time":{"start":1707736708316,"stop":1707736708317,"duration":1}},{"uid":"1ce11b8d63aec10a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ce11b8d63aec10a","status":"passed","time":{"start":1707735914378,"stop":1707735914379,"duration":1}}]},"f81f25a66a20aa470bceb1915da634c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d09349b31e91dcdd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d09349b31e91dcdd","status":"passed","time":{"start":1707751136364,"stop":1707751136364,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d793e09e88ffa36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d793e09e88ffa36a","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1}},{"uid":"1309d55fe229b7f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1309d55fe229b7f1","status":"passed","time":{"start":1707769843139,"stop":1707769843140,"duration":1}},{"uid":"fe64f3fa614cc1fc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe64f3fa614cc1fc","status":"passed","time":{"start":1707759965183,"stop":1707759965184,"duration":1}},{"uid":"8a07d6171cab533","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a07d6171cab533","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"5c37997f4916ad2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c37997f4916ad2b","status":"passed","time":{"start":1707756267893,"stop":1707756267894,"duration":1}},{"uid":"4362bc39dfae62b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4362bc39dfae62b4","status":"passed","time":{"start":1707753668022,"stop":1707753668023,"duration":1}},{"uid":"5c81c1d9c84cdfde","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c81c1d9c84cdfde","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"97b9b13a2cb1739b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97b9b13a2cb1739b","status":"passed","time":{"start":1707750796024,"stop":1707750796024,"duration":0}},{"uid":"c928000ebaf3bbbc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c928000ebaf3bbbc","status":"passed","time":{"start":1707736730634,"stop":1707736730635,"duration":1}},{"uid":"1681ed348968a23b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1681ed348968a23b","status":"passed","time":{"start":1707735912114,"stop":1707735912115,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"711c618cdd2e0af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/711c618cdd2e0af0","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"duration":1}},{"uid":"8717f4d271af4e5d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8717f4d271af4e5d","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"ffc0a04b04594ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffc0a04b04594ca7","status":"passed","time":{"start":1707760174007,"stop":1707760174008,"duration":1}},{"uid":"db936a8524957633","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/db936a8524957633","status":"passed","time":{"start":1707757873909,"stop":1707757873909,"duration":0}},{"uid":"b3217122fbddd3e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3217122fbddd3e1","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"6c61572a3be0492f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c61572a3be0492f","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"5e851703302cd643","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e851703302cd643","status":"passed","time":{"start":1707753647493,"stop":1707753647495,"duration":2}},{"uid":"aa64eec0b6b90f41","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa64eec0b6b90f41","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"926891a4d885b160","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/926891a4d885b160","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"ec5641a47e6f8936","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec5641a47e6f8936","status":"passed","time":{"start":1707736152498,"stop":1707736152499,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"94927b9fee4ba9d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94927b9fee4ba9d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"dabe2cea21cbf990","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dabe2cea21cbf990","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"9b7e25559dc92430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b7e25559dc92430","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"54f408788e96cf8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54f408788e96cf8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"5e228e63218a0084","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e228e63218a0084","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756124839,"stop":1707756124839,"duration":0}},{"uid":"c4760d21a7a6aaab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4760d21a7a6aaab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753544140,"stop":1707753544141,"duration":1}},{"uid":"5dcd7614700aa079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dcd7614700aa079","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753273866,"stop":1707753273868,"duration":2}},{"uid":"d7699839032c2171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7699839032c2171","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"78b680916afb4f24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/78b680916afb4f24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"610fc9fec1aff7a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/610fc9fec1aff7a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735772597,"stop":1707735772598,"duration":1}}]},"010acff7c2736f3217860d2fa3850e67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec6fcb2e5ddcca0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec6fcb2e5ddcca0f","status":"passed","time":{"start":1707760095404,"stop":1707760095405,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"704b374bbfe5335c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/704b374bbfe5335c","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"duration":1}},{"uid":"5649ad5afa135613","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5649ad5afa135613","status":"passed","time":{"start":1707770134574,"stop":1707770134574,"duration":0}},{"uid":"c1765c15b0ed729f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1765c15b0ed729f","status":"passed","time":{"start":1707760319219,"stop":1707760319220,"duration":1}},{"uid":"5eea3384c4741439","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5eea3384c4741439","status":"passed","time":{"start":1707758014868,"stop":1707758014868,"duration":0}},{"uid":"7ada6977f8b4b062","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7ada6977f8b4b062","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"40c3d44a3542a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/40c3d44a3542a031","status":"passed","time":{"start":1707753945996,"stop":1707753945997,"duration":1}},{"uid":"8eca6c8d0e0730ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8eca6c8d0e0730ec","status":"passed","time":{"start":1707753803975,"stop":1707753803975,"duration":0}},{"uid":"6c883c6b8f5a131e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6c883c6b8f5a131e","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"34a24862e7752d93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34a24862e7752d93","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"a69a408b060bf66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a69a408b060bf66b","status":"passed","time":{"start":1707736302666,"stop":1707736302666,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2b3881fdcb0eb0ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b3881fdcb0eb0ce","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"a6995182d9e0e4fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a6995182d9e0e4fb","status":"passed","time":{"start":1707769883626,"stop":1707769883626,"duration":0}},{"uid":"19d534e75eb81d07","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19d534e75eb81d07","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"9268177645c5202e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9268177645c5202e","status":"passed","time":{"start":1707757677810,"stop":1707757677810,"duration":0}},{"uid":"89872dddf7f11810","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/89872dddf7f11810","status":"passed","time":{"start":1707756291413,"stop":1707756291413,"duration":0}},{"uid":"a3de9f7412481da6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3de9f7412481da6","status":"passed","time":{"start":1707753735501,"stop":1707753735501,"duration":0}},{"uid":"c465db0010676b1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c465db0010676b1c","status":"passed","time":{"start":1707753472968,"stop":1707753472968,"duration":0}},{"uid":"ca8e7f53d2a06f37","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca8e7f53d2a06f37","status":"passed","time":{"start":1707750845160,"stop":1707750845161,"duration":1}},{"uid":"b0de2bac8808d26a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b0de2bac8808d26a","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"3eae84b736bf31fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3eae84b736bf31fd","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"aa2e602284eb2e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2e602284eb2e7c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"7eb0f0b16926dba5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eb0f0b16926dba5","status":"passed","time":{"start":1707769968735,"stop":1707769968735,"duration":0}},{"uid":"30d98a6f67108fbb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/30d98a6f67108fbb","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"2cb7ccf51b7e070b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2cb7ccf51b7e070b","status":"passed","time":{"start":1707758006726,"stop":1707758006726,"duration":0}},{"uid":"41e2ccbc1c121e14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41e2ccbc1c121e14","status":"passed","time":{"start":1707756617064,"stop":1707756617064,"duration":0}},{"uid":"5179c981dad6bc88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5179c981dad6bc88","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"e4820f3ca56395fb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e4820f3ca56395fb","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"5fa58f0cd6e14afb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5fa58f0cd6e14afb","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"b80bbda78f9f1eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b80bbda78f9f1eb","status":"passed","time":{"start":1707737091387,"stop":1707737091390,"duration":3}},{"uid":"846d806f01aefc63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846d806f01aefc63","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"325fc2237f44ab8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/325fc2237f44ab8b","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"19c97e0c343b8829","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c97e0c343b8829","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"abdaa1b2eb88a07c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abdaa1b2eb88a07c","status":"passed","time":{"start":1707759737375,"stop":1707759737376,"duration":1}},{"uid":"a90a0818913ea64f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a90a0818913ea64f","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"b062cce2797c5147","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b062cce2797c5147","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"9a072271314d615d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a072271314d615d","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"4f752fd82f2a14a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f752fd82f2a14a2","status":"passed","time":{"start":1707753208670,"stop":1707753208671,"duration":1}},{"uid":"ac3700f93d1c97bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac3700f93d1c97bc","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"31e04d7481866bf5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/31e04d7481866bf5","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"407b7c973a0a11b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/407b7c973a0a11b0","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"cd0d15345a8080c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd0d15345a8080c6","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0}},{"uid":"285fedef4717ea1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/285fedef4717ea1c","status":"passed","time":{"start":1707770051359,"stop":1707770051359,"duration":0}},{"uid":"284498496e1beed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/284498496e1beed","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"880850bf2db742c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/880850bf2db742c0","status":"passed","time":{"start":1707757873886,"stop":1707757873893,"duration":7}},{"uid":"e4c3b373a5a8ca46","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e4c3b373a5a8ca46","status":"passed","time":{"start":1707756499892,"stop":1707756499892,"duration":0}},{"uid":"ff505826b76fd3fc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff505826b76fd3fc","status":"passed","time":{"start":1707753870420,"stop":1707753870420,"duration":0}},{"uid":"cc4f77a4931ff728","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc4f77a4931ff728","status":"passed","time":{"start":1707753647459,"stop":1707753647462,"duration":3}},{"uid":"d90b39d335ab10dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d90b39d335ab10dd","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"a63dd4fc4b42681c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a63dd4fc4b42681c","status":"passed","time":{"start":1707736947835,"stop":1707736947836,"duration":1}},{"uid":"6e2fe3573fc1b05d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6e2fe3573fc1b05d","status":"passed","time":{"start":1707736152490,"stop":1707736152495,"duration":5}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"94f18941b3873876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94f18941b3873876","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"duration":0}},{"uid":"998a5af5272b2e7b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/998a5af5272b2e7b","status":"passed","time":{"start":1707769735037,"stop":1707769735049,"duration":12}},{"uid":"fdaa26c769e2679b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fdaa26c769e2679b","status":"passed","time":{"start":1707759831203,"stop":1707759831204,"duration":1}},{"uid":"691c1815d3b6b07d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/691c1815d3b6b07d","status":"passed","time":{"start":1707757528827,"stop":1707757528837,"duration":10}},{"uid":"308b2df0a5a99ab6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/308b2df0a5a99ab6","status":"passed","time":{"start":1707756157296,"stop":1707756157297,"duration":1}},{"uid":"b91fbf6017a6d7ed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b91fbf6017a6d7ed","status":"passed","time":{"start":1707753578477,"stop":1707753578478,"duration":1}},{"uid":"5d1d2aa76704c7a4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d1d2aa76704c7a4","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"4d9d369c3edbbbd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d9d369c3edbbbd3","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"dde1df15a6890fe2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dde1df15a6890fe2","status":"passed","time":{"start":1707736629977,"stop":1707736629979,"duration":2}},{"uid":"def8e52c91496ce8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/def8e52c91496ce8","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"421ca229551fe733","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/421ca229551fe733","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0}},{"uid":"ab559f583881af4e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ab559f583881af4e","status":"passed","time":{"start":1707769983267,"stop":1707769983267,"duration":0}},{"uid":"47d32e22f2d1f60e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/47d32e22f2d1f60e","status":"passed","time":{"start":1707760095396,"stop":1707760095396,"duration":0}},{"uid":"94657430d42ac781","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94657430d42ac781","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"485bba68892b95e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/485bba68892b95e7","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"ab009dcedc0002e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab009dcedc0002e5","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"6f6ac7656eac3ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f6ac7656eac3ea","status":"passed","time":{"start":1707753573522,"stop":1707753573523,"duration":1}},{"uid":"34259d401efb04d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/34259d401efb04d2","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"647825b9f42075a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/647825b9f42075a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"40f8e0c5e601ae32","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40f8e0c5e601ae32","status":"passed","time":{"start":1707736081264,"stop":1707736081265,"duration":1}}]},"6aec30bb3cc3318fba6fd20aa6d3e9a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"395daa74d1d91d8a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/395daa74d1d91d8a","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9b293c09d5992ddd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b293c09d5992ddd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"1900e728975cead3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1900e728975cead3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"e64bceb456e06f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e64bceb456e06f9","status":"passed","time":{"start":1707760301823,"stop":1707760301824,"duration":1}},{"uid":"d6f32caa6587de0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6f32caa6587de0","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"ca9a1201c5361ad2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca9a1201c5361ad2","status":"passed","time":{"start":1707756617056,"stop":1707756617056,"duration":0}},{"uid":"bc8d3fda4fe12f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc8d3fda4fe12f1","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c946789fbe7852fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c946789fbe7852fe","status":"passed","time":{"start":1707753782775,"stop":1707753782776,"duration":1}},{"uid":"d0b226175929c37d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0b226175929c37d","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"e41799162b0a9cad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e41799162b0a9cad","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"ca890025956fed7d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca890025956fed7d","status":"passed","time":{"start":1707736260160,"stop":1707736260161,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"21bbd40568403876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21bbd40568403876","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0}},{"uid":"d600637afb7d5b72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d600637afb7d5b72","status":"passed","time":{"start":1707769633037,"stop":1707769633038,"duration":1}},{"uid":"71b3408a4414aafe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71b3408a4414aafe","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"92dc5410f00cde5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92dc5410f00cde5a","status":"passed","time":{"start":1707757422582,"stop":1707757422582,"duration":0}},{"uid":"8df7745a1c0b9a58","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8df7745a1c0b9a58","status":"passed","time":{"start":1707756052100,"stop":1707756052101,"duration":1}},{"uid":"d2102904a0ca4446","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2102904a0ca4446","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"e15b20b3394e6794","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e15b20b3394e6794","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"3963d903e329fca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3963d903e329fca1","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"65e04d0d65d22fef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65e04d0d65d22fef","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"6875ca4a7d71f69","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6875ca4a7d71f69","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"67bbd8491ad92a1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67bbd8491ad92a1a","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"3a7745ca18b31769","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a7745ca18b31769","status":"passed","time":{"start":1707770126650,"stop":1707770126650,"duration":0}},{"uid":"1aaae7fff58f2f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1aaae7fff58f2f23","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"794888dc8dc505a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/794888dc8dc505a3","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"f60a76e2b31d7803","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f60a76e2b31d7803","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"62023f7797656aa6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/62023f7797656aa6","status":"passed","time":{"start":1707753934639,"stop":1707753934641,"duration":2}},{"uid":"6e5804ae345276db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e5804ae345276db","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"7c5591151a2a6d8d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c5591151a2a6d8d","status":"passed","time":{"start":1707751117571,"stop":1707751117572,"duration":1}},{"uid":"9b49c42ac5ca0cf4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b49c42ac5ca0cf4","status":"passed","time":{"start":1707737090806,"stop":1707737090807,"duration":1}},{"uid":"c9bd5c88ed383d7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c9bd5c88ed383d7f","status":"passed","time":{"start":1707736296308,"stop":1707736296308,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"fe45b00675a1c1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe45b00675a1c1a7","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"duration":0}},{"uid":"87f2bdbcd8ad9ea1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87f2bdbcd8ad9ea1","status":"passed","time":{"start":1707769632866,"stop":1707769632866,"duration":0}},{"uid":"c6a430b86df62d1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6a430b86df62d1b","status":"passed","time":{"start":1707759727625,"stop":1707759727626,"duration":1}},{"uid":"edfbb66f4d2e7a3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edfbb66f4d2e7a3c","status":"passed","time":{"start":1707757422397,"stop":1707757422398,"duration":1}},{"uid":"14c68c5caf623470","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14c68c5caf623470","status":"passed","time":{"start":1707756051815,"stop":1707756051815,"duration":0}},{"uid":"c6ece7ccb7944f51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6ece7ccb7944f51","status":"passed","time":{"start":1707753470070,"stop":1707753470071,"duration":1}},{"uid":"71b3f37bd62a51b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71b3f37bd62a51b3","status":"passed","time":{"start":1707753198802,"stop":1707753198802,"duration":0}},{"uid":"106e4429930ed93e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/106e4429930ed93e","status":"passed","time":{"start":1707750599091,"stop":1707750599091,"duration":0}},{"uid":"75fab65628553e0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75fab65628553e0d","status":"passed","time":{"start":1707736516545,"stop":1707736516546,"duration":1}},{"uid":"41db695d1a4c96d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41db695d1a4c96d8","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bc440b139c9fc458","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc440b139c9fc458","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1}},{"uid":"867257741ce7c59a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/867257741ce7c59a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"f94bd36f41b7045b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f94bd36f41b7045b","status":"passed","time":{"start":1707760073028,"stop":1707760073031,"duration":3}},{"uid":"fa3e08dafdc25867","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa3e08dafdc25867","status":"passed","time":{"start":1707757771073,"stop":1707757771073,"duration":0}},{"uid":"ddcda0d50ef9514c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddcda0d50ef9514c","status":"passed","time":{"start":1707756387891,"stop":1707756387891,"duration":0}},{"uid":"b6ffb9772c6db03f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6ffb9772c6db03f","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"474bd269c1d47eed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/474bd269c1d47eed","status":"passed","time":{"start":1707753549844,"stop":1707753549845,"duration":1}},{"uid":"e4a6c37967972d24","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4a6c37967972d24","status":"passed","time":{"start":1707750934222,"stop":1707750934222,"duration":0}},{"uid":"9e4746e43535b2d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e4746e43535b2d0","status":"passed","time":{"start":1707736857300,"stop":1707736857300,"duration":0}},{"uid":"7a0ac067c03864ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a0ac067c03864ee","status":"passed","time":{"start":1707736056534,"stop":1707736056534,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ebb46bdddbe6fd5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebb46bdddbe6fd5e","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1}},{"uid":"6f1e6a1ef63b183e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6f1e6a1ef63b183e","status":"passed","time":{"start":1707769994545,"stop":1707769994545,"duration":0}},{"uid":"7532496134fcdc6b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7532496134fcdc6b","status":"passed","time":{"start":1707760106460,"stop":1707760106460,"duration":0}},{"uid":"66123ee5f3046e5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66123ee5f3046e5b","status":"passed","time":{"start":1707757804300,"stop":1707757804301,"duration":1}},{"uid":"47c8564be44bfb3a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/47c8564be44bfb3a","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"94c3591fa1dab7be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94c3591fa1dab7be","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"89df62c8591dbc98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89df62c8591dbc98","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"f583be82da667059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f583be82da667059","status":"passed","time":{"start":1707750964808,"stop":1707750964809,"duration":1}},{"uid":"cf130a2ce6b274a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf130a2ce6b274a7","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"7ffef70a35ffd0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ffef70a35ffd0e0","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"50d0ef14bc3be711","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50d0ef14bc3be711","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"4ce13368df6c8a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ce13368df6c8a66","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"ae8add404a418da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8add404a418da","status":"passed","time":{"start":1707759800530,"stop":1707759800531,"duration":1}},{"uid":"aa9246e85693e0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa9246e85693e0d3","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"65574bf3ea79db15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65574bf3ea79db15","status":"passed","time":{"start":1707756124836,"stop":1707756124837,"duration":1}},{"uid":"55c0879729244e00","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55c0879729244e00","status":"passed","time":{"start":1707753544139,"stop":1707753544139,"duration":0}},{"uid":"f079ac859e543821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f079ac859e543821","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"7a0425181e1c7548","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a0425181e1c7548","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"ef3eeb0182a0f2ba","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3eeb0182a0f2ba","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"8cdc85c9438bc49f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8cdc85c9438bc49f","status":"passed","time":{"start":1707735772596,"stop":1707735772597,"duration":1}}]},"99999fe5891aee3d6f3f8eb1a248dc03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b96812c18f04ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b96812c18f04ce","status":"passed","time":{"start":1707756267910,"stop":1707756267911,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9fee36f20095e4f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fee36f20095e4f","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"duration":1}},{"uid":"49af121de154ef9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49af121de154ef9c","status":"passed","time":{"start":1707769619244,"stop":1707769619246,"duration":2}},{"uid":"3155bacc234bc144","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3155bacc234bc144","status":"passed","time":{"start":1707759714506,"stop":1707759714506,"duration":0}},{"uid":"6422ed171bdce2ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6422ed171bdce2ec","status":"passed","time":{"start":1707757408919,"stop":1707757408920,"duration":1}},{"uid":"8aeb99bb6391fc82","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8aeb99bb6391fc82","status":"passed","time":{"start":1707756038647,"stop":1707756038648,"duration":1}},{"uid":"bbdfd8fe48bf2dd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbdfd8fe48bf2dd0","status":"passed","time":{"start":1707753456818,"stop":1707753456818,"duration":0}},{"uid":"b3f77d5c12b014a3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3f77d5c12b014a3","status":"passed","time":{"start":1707753185025,"stop":1707753185025,"duration":0}},{"uid":"e6cb2a71aebf55d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6cb2a71aebf55d1","status":"passed","time":{"start":1707750585688,"stop":1707750585689,"duration":1}},{"uid":"8622e2b841fddf7d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8622e2b841fddf7d","status":"passed","time":{"start":1707736503240,"stop":1707736503241,"duration":1}},{"uid":"fadb974e0c13bbfe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fadb974e0c13bbfe","status":"passed","time":{"start":1707735684538,"stop":1707735684539,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"a8f39824771c7567","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a8f39824771c7567","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"b9294c6f6e7172fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9294c6f6e7172fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"3dea7f62062b5e8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dea7f62062b5e8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106457,"stop":1707760106457,"duration":0}},{"uid":"ad7e6a4dc44f6062","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad7e6a4dc44f6062","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804295,"duration":1}},{"uid":"662bc9a08827c08c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662bc9a08827c08c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422347,"duration":1}},{"uid":"34b91eada9d8380d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34b91eada9d8380d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"7f344e21784df7d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f344e21784df7d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"811481c96880a357","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/811481c96880a357","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"8a514315132bc555","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a514315132bc555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"770525f3e68826da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/770525f3e68826da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"602123f839c2790fcbde5ed1a651aa5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"216572bf2cfb22ea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/216572bf2cfb22ea","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"3315332233dd4c44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3315332233dd4c44","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ed9a1589af8f324e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ed9a1589af8f324e","status":"passed","time":{"start":1707770099496,"stop":1707770099497,"duration":1}},{"uid":"1de8f78fb8845469","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1de8f78fb8845469","status":"passed","time":{"start":1707760242014,"stop":1707760242015,"duration":1}},{"uid":"dddeacf310a04099","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dddeacf310a04099","status":"passed","time":{"start":1707757936357,"stop":1707757936357,"duration":0}},{"uid":"48d334ef0515a6ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48d334ef0515a6ea","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"cd85849d586a005b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd85849d586a005b","status":"passed","time":{"start":1707753906982,"stop":1707753906983,"duration":1}},{"uid":"80ab265433048a5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/80ab265433048a5c","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"21eef9a96e6481de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/21eef9a96e6481de","status":"passed","time":{"start":1707751082965,"stop":1707751082965,"duration":0}},{"uid":"5f5eb6ba0c67391d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f5eb6ba0c67391d","status":"passed","time":{"start":1707736996442,"stop":1707736996442,"duration":0}},{"uid":"5d2b9e6f940c6c1c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d2b9e6f940c6c1c","status":"passed","time":{"start":1707736227461,"stop":1707736227461,"duration":0}}]},"fd390aa89ea3a135fe5bf5d884d0ac9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aface0bf0b14b46b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aface0bf0b14b46b","status":"passed","time":{"start":1707753647525,"stop":1707753647526,"duration":1}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9e3f254b547dbbd8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e3f254b547dbbd8","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"duration":0}},{"uid":"947ca0448a9b36d3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/947ca0448a9b36d3","status":"passed","time":{"start":1707770134573,"stop":1707770134574,"duration":1}},{"uid":"3501299bdf9d29b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3501299bdf9d29b1","status":"passed","time":{"start":1707760319219,"stop":1707760319219,"duration":0}},{"uid":"61d07827dc29892f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61d07827dc29892f","status":"passed","time":{"start":1707758014867,"stop":1707758014868,"duration":1}},{"uid":"c88e986cf3d1d59a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88e986cf3d1d59a","status":"passed","time":{"start":1707756639368,"stop":1707756639368,"duration":0}},{"uid":"cf87a15241445c8e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf87a15241445c8e","status":"passed","time":{"start":1707753945994,"stop":1707753945995,"duration":1}},{"uid":"5213ac71fdc77133","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5213ac71fdc77133","status":"passed","time":{"start":1707753803974,"stop":1707753803975,"duration":1}},{"uid":"ae6d4baafbfbaa53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae6d4baafbfbaa53","status":"passed","time":{"start":1707751138034,"stop":1707751138034,"duration":0}},{"uid":"2554924c30f68fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2554924c30f68fbd","status":"passed","time":{"start":1707737096087,"stop":1707737096087,"duration":0}},{"uid":"9ac65efcb7f8f4fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ac65efcb7f8f4fc","status":"passed","time":{"start":1707736302665,"stop":1707736302666,"duration":1}}]},"e20c821a90ffb988ad8f695ca545a4f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ae80a703685949","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32ae80a703685949","status":"passed","time":{"start":1707756499932,"stop":1707756499936,"duration":4}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e66fbc78f72fe03f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e66fbc78f72fe03f","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"e05a2984cebdb84f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e05a2984cebdb84f","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"3a312e96210b977f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a312e96210b977f","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"4299571218359ccd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4299571218359ccd","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"849f424e89fd24d5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/849f424e89fd24d5","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b6959594357151fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6959594357151fe","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"e891f790fb6c5b21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e891f790fb6c5b21","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"af2d384de4f67dfe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af2d384de4f67dfe","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"192a60c50102c356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/192a60c50102c356","status":"passed","time":{"start":1707736511742,"stop":1707736511743,"duration":1}},{"uid":"70e8f6109c6adbe5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70e8f6109c6adbe5","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bcf2d7f36828e557","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcf2d7f36828e557","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"duration":1}},{"uid":"f7281c632b822f51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7281c632b822f51","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"fed6da0c71dabb5e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fed6da0c71dabb5e","status":"passed","time":{"start":1707759981453,"stop":1707759981454,"duration":1}},{"uid":"20568ffd3759a32f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20568ffd3759a32f","status":"passed","time":{"start":1707757676033,"stop":1707757676033,"duration":0}},{"uid":"8f41768ea570d5d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f41768ea570d5d9","status":"passed","time":{"start":1707756304419,"stop":1707756304420,"duration":1}},{"uid":"42be9b03b9c1462b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42be9b03b9c1462b","status":"passed","time":{"start":1707753713232,"stop":1707753713233,"duration":1}},{"uid":"be5e5e91525d70ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/be5e5e91525d70ea","status":"passed","time":{"start":1707753448075,"stop":1707753448080,"duration":5}},{"uid":"2e228fbe4fb6000d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e228fbe4fb6000d","status":"passed","time":{"start":1707750840027,"stop":1707750840027,"duration":0}},{"uid":"942aea005b862ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/942aea005b862ef9","status":"passed","time":{"start":1707736764984,"stop":1707736764984,"duration":0}},{"uid":"250872448e050cb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/250872448e050cb1","status":"passed","time":{"start":1707735955216,"stop":1707735955217,"duration":1}}]},"e49e0706271d3e1047cd65584df75b14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1388ad31512f465f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1388ad31512f465f","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2daf5e14743b78b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2daf5e14743b78b4","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"duration":1}},{"uid":"f5748f5250aaf006","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5748f5250aaf006","status":"passed","time":{"start":1707769994550,"stop":1707769994552,"duration":2}},{"uid":"4304a8f5f7a8d4ea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4304a8f5f7a8d4ea","status":"passed","time":{"start":1707760106464,"stop":1707760106464,"duration":0}},{"uid":"4c7cf5583caf8046","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c7cf5583caf8046","status":"passed","time":{"start":1707757804318,"stop":1707757804319,"duration":1}},{"uid":"337cfdeb91fd9533","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/337cfdeb91fd9533","status":"passed","time":{"start":1707756422353,"stop":1707756422353,"duration":0}},{"uid":"7edde91788b48db1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7edde91788b48db1","status":"passed","time":{"start":1707753796554,"stop":1707753796555,"duration":1}},{"uid":"6a6ede3f4d06bd80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a6ede3f4d06bd80","status":"passed","time":{"start":1707753586171,"stop":1707753586171,"duration":0}},{"uid":"9a53ee987eaac757","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a53ee987eaac757","status":"passed","time":{"start":1707750964815,"stop":1707750964815,"duration":0}},{"uid":"5a7ba92813aacb25","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a7ba92813aacb25","status":"passed","time":{"start":1707736890444,"stop":1707736890444,"duration":0}},{"uid":"c5aaf55443a3ed1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5aaf55443a3ed1d","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2a3e1b892b694d7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a3e1b892b694d7b","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"b8ce21e7cbd49378","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce21e7cbd49378","status":"passed","time":{"start":1707770180414,"stop":1707770180414,"duration":0}},{"uid":"e6bca77dc64f56e4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e6bca77dc64f56e4","status":"passed","time":{"start":1707760352905,"stop":1707760352906,"duration":1}},{"uid":"bcc52fb0a6a64f22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc52fb0a6a64f22","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"95f5b52601def4ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95f5b52601def4ff","status":"passed","time":{"start":1707756674083,"stop":1707756674083,"duration":0}},{"uid":"23f3eed6de2ef173","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23f3eed6de2ef173","status":"passed","time":{"start":1707753994322,"stop":1707753994322,"duration":0}},{"uid":"3d1c5e0f88c1953c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d1c5e0f88c1953c","status":"passed","time":{"start":1707753841533,"stop":1707753841534,"duration":1}},{"uid":"dc46350461cdd6ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc46350461cdd6ee","status":"passed","time":{"start":1707751143420,"stop":1707751143420,"duration":0}},{"uid":"40cfec7fbebeb705","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40cfec7fbebeb705","status":"passed","time":{"start":1707737132858,"stop":1707737132858,"duration":0}},{"uid":"c5bfcd80d8b60dd3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5bfcd80d8b60dd3","status":"passed","time":{"start":1707736343131,"stop":1707736343131,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"bdb2272296720fd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdb2272296720fd9","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"duration":0}},{"uid":"d6f2f4c9b6ead185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f2f4c9b6ead185","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"5b29222c7088b22","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b29222c7088b22","status":"passed","time":{"start":1707760301827,"stop":1707760301827,"duration":0}},{"uid":"82bac9589c21735c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/82bac9589c21735c","status":"passed","time":{"start":1707758006724,"stop":1707758006724,"duration":0}},{"uid":"f2efd24fa3db243a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f2efd24fa3db243a","status":"passed","time":{"start":1707756617062,"stop":1707756617063,"duration":1}},{"uid":"37d62521a708782d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37d62521a708782d","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"52575ff3d3c0da2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/52575ff3d3c0da2","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"fb940e17e990dc04","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb940e17e990dc04","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"ad79e3774d99a01f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad79e3774d99a01f","status":"passed","time":{"start":1707737091384,"stop":1707737091385,"duration":1}},{"uid":"195c7736ac46c9ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/195c7736ac46c9ee","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c1daa43b43685c76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1daa43b43685c76","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"duration":0}},{"uid":"1a2404199e5960a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a2404199e5960a7","status":"passed","time":{"start":1707769883775,"stop":1707769883775,"duration":0}},{"uid":"7dcbe82eacfa4bc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7dcbe82eacfa4bc8","status":"passed","time":{"start":1707759985638,"stop":1707759985638,"duration":0}},{"uid":"b3c9f7e8282b01ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3c9f7e8282b01ad","status":"passed","time":{"start":1707757677889,"stop":1707757677890,"duration":1}},{"uid":"7472e5f5b532a2f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7472e5f5b532a2f1","status":"passed","time":{"start":1707756304556,"stop":1707756304556,"duration":0}},{"uid":"4a0ee7e6c8c64dde","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a0ee7e6c8c64dde","status":"passed","time":{"start":1707753717470,"stop":1707753717470,"duration":0}},{"uid":"ec72d61bd999d41d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec72d61bd999d41d","status":"passed","time":{"start":1707753473099,"stop":1707753473100,"duration":1}},{"uid":"c89610b8e72a91d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c89610b8e72a91d0","status":"passed","time":{"start":1707750845253,"stop":1707750845254,"duration":1}},{"uid":"2e181534259769a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2e181534259769a4","status":"passed","time":{"start":1707736769857,"stop":1707736769857,"duration":0}},{"uid":"8f98b85a52052a2d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f98b85a52052a2d","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f2336293f1892c96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2336293f1892c96","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"duration":0}},{"uid":"c10804f2a1e58371","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c10804f2a1e58371","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"d3ec3cb86f1a6347","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3ec3cb86f1a6347","status":"passed","time":{"start":1707759981459,"stop":1707759981460,"duration":1}},{"uid":"d1dd274c44e273eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1dd274c44e273eb","status":"passed","time":{"start":1707757676040,"stop":1707757676041,"duration":1}},{"uid":"64a9e9f07214f631","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64a9e9f07214f631","status":"passed","time":{"start":1707756304426,"stop":1707756304427,"duration":1}},{"uid":"e4e8925b1d6b46f0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4e8925b1d6b46f0","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"57acd5b7058b7af9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57acd5b7058b7af9","status":"passed","time":{"start":1707753448094,"stop":1707753448098,"duration":4}},{"uid":"1fd06364fe7a7d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fd06364fe7a7d72","status":"passed","time":{"start":1707750840037,"stop":1707750840037,"duration":0}},{"uid":"c90c665979c28292","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90c665979c28292","status":"passed","time":{"start":1707736765002,"stop":1707736765002,"duration":0}},{"uid":"8377e7e7b178c0fb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8377e7e7b178c0fb","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":10,"passed":0,"unknown":0,"total":10},"items":[{"uid":"c1e93710719d4dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e93710719d4dc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018835,"stop":1707770018835,"duration":0}},{"uid":"5f6b156100e672e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6b156100e672e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883316,"stop":1707769883316,"duration":0}},{"uid":"eae9d8809aae299","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eae9d8809aae299","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"8362d0c95dde4943","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8362d0c95dde4943","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"77a2480dba4fd44e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77a2480dba4fd44e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"ae6ba891e787a1a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ae6ba891e787a1a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"1675c0930418dc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1675c0930418dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448093,"stop":1707753448093,"duration":0}},{"uid":"efd6df9956c2fa00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efd6df9956c2fa00","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840035,"stop":1707750840036,"duration":1}},{"uid":"c2f57287f310002a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c2f57287f310002a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765001,"stop":1707736765001,"duration":0}},{"uid":"c723690357ba29d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c723690357ba29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"32d99c305279991c3ef3145725e4c837:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27d20d9041980401","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27d20d9041980401","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"e22b2785ba6038ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e22b2785ba6038ee","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"553bac6228cae1f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/553bac6228cae1f0","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"161076d87520f87f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/161076d87520f87f","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"14508aa81fcce6ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14508aa81fcce6ce","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"fd0aa1165a44800d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd0aa1165a44800d","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"72696749955cda0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72696749955cda0e","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"5dd5a44af783bd26","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dd5a44af783bd26","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"7736fcbcc1b0948e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7736fcbcc1b0948e","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"bd46dc76c21dd50f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd46dc76c21dd50f","status":"passed","time":{"start":1707736511728,"stop":1707736511729,"duration":1}},{"uid":"344726c546889707","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/344726c546889707","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"222b981442dac7d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/222b981442dac7d1","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"duration":0}},{"uid":"716396fad9f9b849","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/716396fad9f9b849","status":"passed","time":{"start":1707769619598,"stop":1707769619598,"duration":0}},{"uid":"c7c1c1a5801ef101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7c1c1a5801ef101","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"1a66ad70cd85ce36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1a66ad70cd85ce36","status":"passed","time":{"start":1707757409078,"stop":1707757409078,"duration":0}},{"uid":"e3e4174bcc57f887","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e3e4174bcc57f887","status":"passed","time":{"start":1707756038944,"stop":1707756038945,"duration":1}},{"uid":"72db0ce2316e8afb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72db0ce2316e8afb","status":"passed","time":{"start":1707753457115,"stop":1707753457115,"duration":0}},{"uid":"a0cdfe91cef6a699","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0cdfe91cef6a699","status":"passed","time":{"start":1707753185097,"stop":1707753185097,"duration":0}},{"uid":"dcc671744b40d624","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dcc671744b40d624","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"120eb2e3d258fd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120eb2e3d258fd9","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"723f413c7cd656e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/723f413c7cd656e7","status":"passed","time":{"start":1707735684651,"stop":1707735684651,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"d10d2214c67af995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d10d2214c67af995","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"duration":0}},{"uid":"4eee26968845bf8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eee26968845bf8f","status":"passed","time":{"start":1707770103207,"stop":1707770103211,"duration":4}},{"uid":"a3432f7d2726a7a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a3432f7d2726a7a2","status":"passed","time":{"start":1707760299488,"stop":1707760299488,"duration":0}},{"uid":"55d41ffa84be13c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55d41ffa84be13c3","status":"passed","time":{"start":1707757995150,"stop":1707757995151,"duration":1}},{"uid":"b1291351cedeaa3b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1291351cedeaa3b","status":"passed","time":{"start":1707756620170,"stop":1707756620170,"duration":0}},{"uid":"76118e9e2bdcdda8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76118e9e2bdcdda8","status":"passed","time":{"start":1707753925421,"stop":1707753925422,"duration":1}},{"uid":"b2d06fbf6bfc1f6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2d06fbf6bfc1f6f","status":"passed","time":{"start":1707753785894,"stop":1707753785894,"duration":0}},{"uid":"eb424aa9a69f8c61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eb424aa9a69f8c61","status":"passed","time":{"start":1707751137098,"stop":1707751137099,"duration":1}},{"uid":"1b16e61c36c415d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1b16e61c36c415d3","status":"passed","time":{"start":1707737056790,"stop":1707737056791,"duration":1}},{"uid":"bdaf6eb6cd825151","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bdaf6eb6cd825151","status":"passed","time":{"start":1707736286215,"stop":1707736286215,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"dfeb786cbf1141d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfeb786cbf1141d6","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"duration":0}},{"uid":"7065d02f576b325f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7065d02f576b325f","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"486c988eed126286","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/486c988eed126286","status":"passed","time":{"start":1707760163338,"stop":1707760163341,"duration":3}},{"uid":"548d853123c87081","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d853123c87081","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"1ec0e3d6e7e4e008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec0e3d6e7e4e008","status":"passed","time":{"start":1707756493174,"stop":1707756493174,"duration":0}},{"uid":"761a2bd9a23d9dd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/761a2bd9a23d9dd4","status":"passed","time":{"start":1707753863566,"stop":1707753863567,"duration":1}},{"uid":"3faeba85d69b66f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3faeba85d69b66f9","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"a25fb47ad292b6f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a25fb47ad292b6f8","status":"passed","time":{"start":1707751014389,"stop":1707751014393,"duration":4}},{"uid":"a9d38ae27903262","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9d38ae27903262","status":"passed","time":{"start":1707736941412,"stop":1707736941413,"duration":1}},{"uid":"744d2a0c35c1d659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/744d2a0c35c1d659","status":"passed","time":{"start":1707736158695,"stop":1707736158695,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"395c2d9d56ec6982","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/395c2d9d56ec6982","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"duration":0}},{"uid":"1625da7ba5508717","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1625da7ba5508717","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"b66b90a22bb05bfa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b90a22bb05bfa","status":"passed","time":{"start":1707760174025,"stop":1707760174026,"duration":1}},{"uid":"b695d9f9e2b716d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b695d9f9e2b716d","status":"passed","time":{"start":1707757873924,"stop":1707757873925,"duration":1}},{"uid":"95929725561f5217","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95929725561f5217","status":"passed","time":{"start":1707756499907,"stop":1707756499908,"duration":1}},{"uid":"da7671fbfe090db4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da7671fbfe090db4","status":"passed","time":{"start":1707753870459,"stop":1707753870459,"duration":0}},{"uid":"27699be422391441","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27699be422391441","status":"passed","time":{"start":1707753647513,"stop":1707753647513,"duration":0}},{"uid":"8a558a21b3ac8ee6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a558a21b3ac8ee6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"276693f301ebc1c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/276693f301ebc1c8","status":"passed","time":{"start":1707736947851,"stop":1707736947851,"duration":0}},{"uid":"560c92b587b96bd8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/560c92b587b96bd8","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7cdcfdc03b701571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cdcfdc03b701571","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"c2e74e16ae8b870a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2e74e16ae8b870a","status":"passed","time":{"start":1707769748204,"stop":1707769748205,"duration":1}},{"uid":"e165daac3409c1f4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e165daac3409c1f4","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"f13de04b6400b23e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f13de04b6400b23e","status":"passed","time":{"start":1707757546806,"stop":1707757546807,"duration":1}},{"uid":"cfb15046bad7fe4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cfb15046bad7fe4","status":"passed","time":{"start":1707756167198,"stop":1707756167199,"duration":1}},{"uid":"42eda9c7a2bf4360","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42eda9c7a2bf4360","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f0355a560e89484c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0355a560e89484c","status":"passed","time":{"start":1707753331770,"stop":1707753331770,"duration":0}},{"uid":"fa8829a8d5ff5a03","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fa8829a8d5ff5a03","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"55b147a17b4bbe6e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55b147a17b4bbe6e","status":"passed","time":{"start":1707736636441,"stop":1707736636442,"duration":1}},{"uid":"78f20cfcc80b0c35","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78f20cfcc80b0c35","status":"passed","time":{"start":1707735825260,"stop":1707735825261,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9f9fcde136fe867c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f9fcde136fe867c","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"duration":0}},{"uid":"eaf97979ac42376","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eaf97979ac42376","status":"passed","time":{"start":1707769665342,"stop":1707769665343,"duration":1}},{"uid":"383f3eb71ae53fa0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/383f3eb71ae53fa0","status":"passed","time":{"start":1707759759741,"stop":1707759759741,"duration":0}},{"uid":"625763adc0400996","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/625763adc0400996","status":"passed","time":{"start":1707757455910,"stop":1707757455913,"duration":3}},{"uid":"a5d10e08b8c58c3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d10e08b8c58c3f","status":"passed","time":{"start":1707756084432,"stop":1707756084432,"duration":0}},{"uid":"abbd84ff03309630","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abbd84ff03309630","status":"passed","time":{"start":1707753503428,"stop":1707753503429,"duration":1}},{"uid":"57e248fa3693498","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e248fa3693498","status":"passed","time":{"start":1707753233566,"stop":1707753233567,"duration":1}},{"uid":"b2bff222eaa157ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b2bff222eaa157ac","status":"passed","time":{"start":1707750631904,"stop":1707750631905,"duration":1}},{"uid":"b9ecf53efc77a22d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b9ecf53efc77a22d","status":"passed","time":{"start":1707736548884,"stop":1707736548884,"duration":0}},{"uid":"a4caa5fe45981ee7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a4caa5fe45981ee7","status":"passed","time":{"start":1707735732434,"stop":1707735732434,"duration":0}}]},"2d5b1bf3c36f968a1ed093e306f733fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85103d19d4db2c3a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85103d19d4db2c3a","status":"passed","time":{"start":1707770051401,"stop":1707770051402,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ffd0059b2e720eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffd0059b2e720eda","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"dc3d1a0f7ceee51a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc3d1a0f7ceee51a","status":"passed","time":{"start":1707769642601,"stop":1707769642601,"duration":0}},{"uid":"21a2bbc75d4f4096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21a2bbc75d4f4096","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"cbf3fd2895a9c7c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbf3fd2895a9c7c3","status":"passed","time":{"start":1707757432394,"stop":1707757432394,"duration":0}},{"uid":"42d60e4255aadd9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d60e4255aadd9a","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"403e888a77ab8e88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/403e888a77ab8e88","status":"passed","time":{"start":1707753479975,"stop":1707753479976,"duration":1}},{"uid":"e3eb30bcca348a90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3eb30bcca348a90","status":"passed","time":{"start":1707753208673,"stop":1707753208674,"duration":1}},{"uid":"60a5afa839a7cc9f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60a5afa839a7cc9f","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"191011a6aa8e0a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191011a6aa8e0a7","status":"passed","time":{"start":1707736526331,"stop":1707736526332,"duration":1}},{"uid":"6cb340ea12bbd162","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cb340ea12bbd162","status":"passed","time":{"start":1707735708007,"stop":1707735708008,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7085d47c4febcfba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7085d47c4febcfba","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"6ef7917a4ad59eed","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef7917a4ad59eed","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"1ead407882d6dd9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ead407882d6dd9c","status":"passed","time":{"start":1707760374672,"stop":1707760374673,"duration":1}},{"uid":"2556687977d0506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2556687977d0506","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"d29c4f4a2ca11515","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d29c4f4a2ca11515","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"2a02f2dc80da4e74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a02f2dc80da4e74","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"276586f72e2baf55","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/276586f72e2baf55","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"432cb2863feb193e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/432cb2863feb193e","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"6dadf688cdaa2021","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dadf688cdaa2021","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"a5acb310d7575244","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a5acb310d7575244","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"661fdecd8ff265d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/661fdecd8ff265d7","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"bdd755a1c85c91f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bdd755a1c85c91f0","status":"passed","time":{"start":1707769968734,"stop":1707769968735,"duration":1}},{"uid":"dd895fd2480ad574","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dd895fd2480ad574","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"bdb69a7ef05731bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bdb69a7ef05731bd","status":"passed","time":{"start":1707758006725,"stop":1707758006726,"duration":1}},{"uid":"e23c080270f13b53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e23c080270f13b53","status":"passed","time":{"start":1707756617063,"stop":1707756617064,"duration":1}},{"uid":"6083f7952fa4cc99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6083f7952fa4cc99","status":"passed","time":{"start":1707753988892,"stop":1707753988893,"duration":1}},{"uid":"827cfbbff5be0638","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827cfbbff5be0638","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"543786a2bc8c1e19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/543786a2bc8c1e19","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"2d2f9093a249720","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2f9093a249720","status":"passed","time":{"start":1707737091386,"stop":1707737091387,"duration":1}},{"uid":"3a5982de1fdfef96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a5982de1fdfef96","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a5cb89fde165b4e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a5cb89fde165b4e8","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"ff044d2f0f2e6c58","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ff044d2f0f2e6c58","status":"passed","time":{"start":1707770238692,"stop":1707770238693,"duration":1}},{"uid":"9940a88c37e65c5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9940a88c37e65c5a","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"575e9173806d345a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/575e9173806d345a","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"94cb47662573584d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/94cb47662573584d","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"3007956a83838ef1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3007956a83838ef1","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c097b2977bb5321c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c097b2977bb5321c","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"b63a422b988b4454","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b63a422b988b4454","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ab0ae76aa1d39a23","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab0ae76aa1d39a23","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"bd7e70a839491d1b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd7e70a839491d1b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"aa56189ea5e3c262","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa56189ea5e3c262","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"44457a11a653fe59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/44457a11a653fe59","status":"passed","time":{"start":1707769628075,"stop":1707769628075,"duration":0}},{"uid":"57fea9367d9ed1da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57fea9367d9ed1da","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"f40bffb7705a2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f40bffb7705a2105","status":"passed","time":{"start":1707757417655,"stop":1707757417655,"duration":0}},{"uid":"91f781290bee146f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91f781290bee146f","status":"passed","time":{"start":1707756047286,"stop":1707756047286,"duration":0}},{"uid":"d63d2eb77b348af5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d63d2eb77b348af5","status":"passed","time":{"start":1707753465432,"stop":1707753465432,"duration":0}},{"uid":"53342dd2b9ec3c08","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53342dd2b9ec3c08","status":"passed","time":{"start":1707753193771,"stop":1707753193771,"duration":0}},{"uid":"b104e0ac275001b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b104e0ac275001b1","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"37e93c55b9b0137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e93c55b9b0137","status":"passed","time":{"start":1707736511727,"stop":1707736511728,"duration":1}},{"uid":"bcc77769281895c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bcc77769281895c8","status":"passed","time":{"start":1707735693120,"stop":1707735693120,"duration":0}}]},"476d8cdab10ca45769b50261378ffd40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0ddc2f720a2ba16","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e0ddc2f720a2ba16","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}}]},"b146d34e71330fe61764542c39b5b371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2df579c305a33b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2df579c305a33b","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f9404c955109c07c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9404c955109c07c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"6ceb2747ec17fb0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ceb2747ec17fb0f","status":"passed","time":{"start":1707770238684,"stop":1707770238685,"duration":1}},{"uid":"d907219f30d7d37f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907219f30d7d37f","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"cc9e9c3fea1e794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cc9e9c3fea1e794","status":"passed","time":{"start":1707758004324,"stop":1707758004325,"duration":1}},{"uid":"e64eba3a6983787d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e64eba3a6983787d","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"91baf30030c8114","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91baf30030c8114","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"e5427e7234d53ca7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5427e7234d53ca7","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"754b21bce36929c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/754b21bce36929c4","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"867605e3138b6456","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/867605e3138b6456","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"2001816fe0d77394","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2001816fe0d77394","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f3b27c83715d75a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3b27c83715d75a9","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1}},{"uid":"d9d2e2a4d31705cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9d2e2a4d31705cd","status":"passed","time":{"start":1707769843140,"stop":1707769843140,"duration":0}},{"uid":"2e6cbae5aa0fd699","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e6cbae5aa0fd699","status":"passed","time":{"start":1707759965184,"stop":1707759965184,"duration":0}},{"uid":"85b76641696fa76c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b76641696fa76c","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"8c0e538edec440ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c0e538edec440ed","status":"passed","time":{"start":1707756267894,"stop":1707756267899,"duration":5}},{"uid":"36dbe4e9ce118223","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36dbe4e9ce118223","status":"passed","time":{"start":1707753668023,"stop":1707753668023,"duration":0}},{"uid":"1511dd32320823ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1511dd32320823ef","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"e041776da7f643a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e041776da7f643a3","status":"passed","time":{"start":1707750796025,"stop":1707750796025,"duration":0}},{"uid":"d87834110dbc16f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d87834110dbc16f8","status":"passed","time":{"start":1707736730636,"stop":1707736730637,"duration":1}},{"uid":"1f815e4da044ac7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f815e4da044ac7e","status":"passed","time":{"start":1707735912115,"stop":1707735912115,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2f7142e36161e24e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f7142e36161e24e","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"5c856d6dc7ebbd99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c856d6dc7ebbd99","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"24cf8f09afce920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24cf8f09afce920d","status":"passed","time":{"start":1707759965190,"stop":1707759965190,"duration":0}},{"uid":"7da86c78e0a80554","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7da86c78e0a80554","status":"passed","time":{"start":1707757644387,"stop":1707757644387,"duration":0}},{"uid":"e207d4a0dbc9b355","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e207d4a0dbc9b355","status":"passed","time":{"start":1707756267901,"stop":1707756267903,"duration":2}},{"uid":"6cfe27c5e702fbe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cfe27c5e702fbe7","status":"passed","time":{"start":1707753668027,"stop":1707753668027,"duration":0}},{"uid":"3cb77753ebb98cc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cb77753ebb98cc3","status":"passed","time":{"start":1707753423533,"stop":1707753423534,"duration":1}},{"uid":"a807aa735c8b9670","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a807aa735c8b9670","status":"passed","time":{"start":1707750796027,"stop":1707750796028,"duration":1}},{"uid":"5fe2cb9a737ea6ff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fe2cb9a737ea6ff","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"bab34f2a3f233ed2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bab34f2a3f233ed2","status":"passed","time":{"start":1707735912116,"stop":1707735912117,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"58b719d108d67382","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b719d108d67382","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1}},{"uid":"ffe671636033e879","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe671636033e879","status":"passed","time":{"start":1707770045976,"stop":1707770045976,"duration":0}},{"uid":"4b803fbc70b1b6db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b803fbc70b1b6db","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"79b5660272d19a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/79b5660272d19a6f","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"e572ea3d7d78f7d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e572ea3d7d78f7d4","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"9c53565f6b5bb129","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c53565f6b5bb129","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"49a16760519e30f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49a16760519e30f","status":"passed","time":{"start":1707753708970,"stop":1707753708970,"duration":0}},{"uid":"d5b440fe7056309","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d5b440fe7056309","status":"passed","time":{"start":1707751075910,"stop":1707751075910,"duration":0}},{"uid":"653ca6bf9c2ec44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/653ca6bf9c2ec44","status":"passed","time":{"start":1707737000811,"stop":1707737000811,"duration":0}},{"uid":"c42e27e62f4f28e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c42e27e62f4f28e5","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"f9f6390fd0dd57b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9f6390fd0dd57b9","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1}},{"uid":"dc89cf56a2ec8f9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc89cf56a2ec8f9d","status":"passed","time":{"start":1707769676601,"stop":1707769676601,"duration":0}},{"uid":"efde6ad5bd7e6d5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efde6ad5bd7e6d5a","status":"passed","time":{"start":1707759771254,"stop":1707759771254,"duration":0}},{"uid":"ee4459dde1882a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee4459dde1882a95","status":"passed","time":{"start":1707757466739,"stop":1707757466740,"duration":1}},{"uid":"1c72bfdcaaf7abfc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c72bfdcaaf7abfc","status":"passed","time":{"start":1707756093996,"stop":1707756093996,"duration":0}},{"uid":"f20cc81964a40b3a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f20cc81964a40b3a","status":"passed","time":{"start":1707753514641,"stop":1707753514642,"duration":1}},{"uid":"d419d3b26e9ba079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d419d3b26e9ba079","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"3fec4136ecce430f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fec4136ecce430f","status":"passed","time":{"start":1707736561995,"stop":1707736561996,"duration":1}},{"uid":"a710ee07f60c143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a710ee07f60c143","status":"passed","time":{"start":1707735744193,"stop":1707735744193,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"50b70d34b9fe4d8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50b70d34b9fe4d8a","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"6e7ee68827dffbf6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6e7ee68827dffbf6","status":"passed","time":{"start":1707769737620,"stop":1707769737621,"duration":1}},{"uid":"c6aed3ef495a2f13","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6aed3ef495a2f13","status":"passed","time":{"start":1707759835150,"stop":1707759835150,"duration":0}},{"uid":"63628c983aa9e6d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63628c983aa9e6d8","status":"passed","time":{"start":1707757529706,"stop":1707757529706,"duration":0}},{"uid":"d7bb826155ae8bce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d7bb826155ae8bce","status":"passed","time":{"start":1707756164076,"stop":1707756164077,"duration":1}},{"uid":"16d72e4b12abd40d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/16d72e4b12abd40d","status":"passed","time":{"start":1707753566689,"stop":1707753566690,"duration":1}},{"uid":"6f629062ab369d4a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f629062ab369d4a","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"8fdbe5e82e3e2ebb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8fdbe5e82e3e2ebb","status":"passed","time":{"start":1707750698718,"stop":1707750698719,"duration":1}},{"uid":"72cfec5138b6ce05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72cfec5138b6ce05","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"d74e668c13d4b6b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d74e668c13d4b6b4","status":"passed","time":{"start":1707735814292,"stop":1707735814293,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"d9a47ed05875f8f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9a47ed05875f8f4","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"cb72c65e6fdf58fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb72c65e6fdf58fa","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"b881aecc9ac7b283","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b881aecc9ac7b283","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"ca7a09d8cd69e001","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca7a09d8cd69e001","status":"passed","time":{"start":1707757936372,"stop":1707757936372,"duration":0}},{"uid":"986a10949f13e3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/986a10949f13e3c9","status":"passed","time":{"start":1707756564918,"stop":1707756564919,"duration":1}},{"uid":"7a89469bf338db9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a89469bf338db9b","status":"passed","time":{"start":1707753906990,"stop":1707753906990,"duration":0}},{"uid":"1075644981850da4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1075644981850da4","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"fc1c558a17961446","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc1c558a17961446","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"b1083756b449a107","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b1083756b449a107","status":"passed","time":{"start":1707736227476,"stop":1707736227479,"duration":3}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"3c517ba5a47cee6e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c517ba5a47cee6e","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"287aa7f4a7c1771e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/287aa7f4a7c1771e","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"c56034e739966d4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c56034e739966d4e","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"5d90b9bf9fbc91de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d90b9bf9fbc91de","status":"passed","time":{"start":1707758023536,"stop":1707758023537,"duration":1}},{"uid":"de4dac2989e8f66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de4dac2989e8f66","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"919954c8928d9c3f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/919954c8928d9c3f","status":"passed","time":{"start":1707753837172,"stop":1707753837172,"duration":0}},{"uid":"653390c0656553a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/653390c0656553a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"eac72e4a7f3b96e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eac72e4a7f3b96e1","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"db738e07d88fdc07","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db738e07d88fdc07","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"10253c40ae993fc8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10253c40ae993fc8","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1}},{"uid":"edb7d4267b6bd46a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/edb7d4267b6bd46a","status":"passed","time":{"start":1707769843144,"stop":1707769843145,"duration":1}},{"uid":"cd3f3655d94a87cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd3f3655d94a87cb","status":"passed","time":{"start":1707759965201,"stop":1707759965201,"duration":0}},{"uid":"394e0ae2b4ce697c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/394e0ae2b4ce697c","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"dff9ce63cc4da842","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dff9ce63cc4da842","status":"passed","time":{"start":1707756267905,"stop":1707756267910,"duration":5}},{"uid":"37b8febcf015a531","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b8febcf015a531","status":"passed","time":{"start":1707753668068,"stop":1707753668068,"duration":0}},{"uid":"3a41cb9df1139faf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3a41cb9df1139faf","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"3a703c13641ca323","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a703c13641ca323","status":"passed","time":{"start":1707750796031,"stop":1707750796032,"duration":1}},{"uid":"94464e726f837ef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/94464e726f837ef7","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"ccc1bd860ff459d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccc1bd860ff459d3","status":"passed","time":{"start":1707735912120,"stop":1707735912120,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2db5d3e522bf94d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2db5d3e522bf94d8","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"b4388d376b4bf34f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4388d376b4bf34f","status":"passed","time":{"start":1707769675178,"stop":1707769675178,"duration":0}},{"uid":"74a90fb83a25002e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74a90fb83a25002e","status":"passed","time":{"start":1707759769146,"stop":1707759769146,"duration":0}},{"uid":"15debe1a773eb2df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15debe1a773eb2df","status":"passed","time":{"start":1707757465317,"stop":1707757465317,"duration":0}},{"uid":"1a81e2dc6effc4b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a81e2dc6effc4b0","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"bff85764bab75030","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bff85764bab75030","status":"passed","time":{"start":1707753515350,"stop":1707753515350,"duration":0}},{"uid":"152773a361fad85c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/152773a361fad85c","status":"passed","time":{"start":1707753244110,"stop":1707753244110,"duration":0}},{"uid":"8240d6ec1be7f40d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8240d6ec1be7f40d","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"2adef352ea1f8185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2adef352ea1f8185","status":"passed","time":{"start":1707736558943,"stop":1707736558944,"duration":1}},{"uid":"21fe456dd10e14d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21fe456dd10e14d7","status":"passed","time":{"start":1707735741833,"stop":1707735741833,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"7c38dcb7c0dde0fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c38dcb7c0dde0fc","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"duration":1}},{"uid":"c567a3e0aab319f8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c567a3e0aab319f8","status":"passed","time":{"start":1707770051375,"stop":1707770051376,"duration":1}},{"uid":"3de5d58a6d1ef3b0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3de5d58a6d1ef3b0","status":"passed","time":{"start":1707760174018,"stop":1707760174019,"duration":1}},{"uid":"14521666053cf276","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14521666053cf276","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"ce568cd0ee03b939","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce568cd0ee03b939","status":"passed","time":{"start":1707756499903,"stop":1707756499903,"duration":0}},{"uid":"9d0ccd62fd3ea10f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d0ccd62fd3ea10f","status":"passed","time":{"start":1707753870442,"stop":1707753870443,"duration":1}},{"uid":"de74eae0cb6fa609","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/de74eae0cb6fa609","status":"passed","time":{"start":1707753647504,"stop":1707753647508,"duration":4}},{"uid":"29093fa0dc4c76ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29093fa0dc4c76ec","status":"passed","time":{"start":1707751019568,"stop":1707751019568,"duration":0}},{"uid":"2d7876ba3152aba3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d7876ba3152aba3","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"e3dd05dca7ec4845","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3dd05dca7ec4845","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"ea69168fb7c97355","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea69168fb7c97355","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"duration":0}},{"uid":"9c543e32dc594a88","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c543e32dc594a88","status":"passed","time":{"start":1707769619252,"stop":1707769619252,"duration":0}},{"uid":"6c60fd18b56f05cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c60fd18b56f05cd","status":"passed","time":{"start":1707759714509,"stop":1707759714509,"duration":0}},{"uid":"27d6f5e55ce61808","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27d6f5e55ce61808","status":"passed","time":{"start":1707757408925,"stop":1707757408926,"duration":1}},{"uid":"9dcb7fa2c227e455","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dcb7fa2c227e455","status":"passed","time":{"start":1707756038652,"stop":1707756038653,"duration":1}},{"uid":"1df7671a204e1534","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1df7671a204e1534","status":"passed","time":{"start":1707753456821,"stop":1707753456822,"duration":1}},{"uid":"11f153181092a88d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/11f153181092a88d","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"4af10a1201a113c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4af10a1201a113c7","status":"passed","time":{"start":1707750585692,"stop":1707750585693,"duration":1}},{"uid":"50d603b843fd3894","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50d603b843fd3894","status":"passed","time":{"start":1707736503246,"stop":1707736503247,"duration":1}},{"uid":"69b6c61b85f64425","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/69b6c61b85f64425","status":"passed","time":{"start":1707735684542,"stop":1707735684542,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"518ec275668216a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518ec275668216a0","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"duration":0}},{"uid":"f448d6e8f9089333","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f448d6e8f9089333","status":"passed","time":{"start":1707769627288,"stop":1707769627289,"duration":1}},{"uid":"bc2f850c1821be58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bc2f850c1821be58","status":"passed","time":{"start":1707759722026,"stop":1707759722027,"duration":1}},{"uid":"607ac44d374b8f60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/607ac44d374b8f60","status":"passed","time":{"start":1707757416832,"stop":1707757416833,"duration":1}},{"uid":"772d53bf9d08bd38","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/772d53bf9d08bd38","status":"passed","time":{"start":1707756046592,"stop":1707756046592,"duration":0}},{"uid":"20012fc87cf70749","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20012fc87cf70749","status":"passed","time":{"start":1707753464664,"stop":1707753464665,"duration":1}},{"uid":"57e0733a3a10ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e0733a3a10ab52","status":"passed","time":{"start":1707753192933,"stop":1707753192934,"duration":1}},{"uid":"2a172839be792c15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a172839be792c15","status":"passed","time":{"start":1707750593503,"stop":1707750593504,"duration":1}},{"uid":"bb4b59150e5b5484","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb4b59150e5b5484","status":"passed","time":{"start":1707736510876,"stop":1707736510877,"duration":1}},{"uid":"86e48284968e34e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86e48284968e34e8","status":"passed","time":{"start":1707735692284,"stop":1707735692285,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":9,"unknown":0,"total":10},"items":[{"uid":"8ff2ca598b5e7861","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ff2ca598b5e7861","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"593b3a5849642c3b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/593b3a5849642c3b","status":"passed","time":{"start":1707770099500,"stop":1707770099500,"duration":0}},{"uid":"ca5015dabe87db1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca5015dabe87db1c","status":"passed","time":{"start":1707760242016,"stop":1707760242017,"duration":1}},{"uid":"58f5d75c02d36722","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58f5d75c02d36722","status":"passed","time":{"start":1707757936368,"stop":1707757936368,"duration":0}},{"uid":"5225a8fa46d06354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5225a8fa46d06354","status":"passed","time":{"start":1707756564917,"stop":1707756564917,"duration":0}},{"uid":"e1f3893f8c312aa3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e1f3893f8c312aa3","status":"passed","time":{"start":1707753906988,"stop":1707753906989,"duration":1}},{"uid":"e99f4f974b976616","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99f4f974b976616","status":"passed","time":{"start":1707753724179,"stop":1707753724179,"duration":0}},{"uid":"225b5be5686fa6c8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/225b5be5686fa6c8","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"24c55aa568310506","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c55aa568310506","status":"broken","statusDetails":"Expected at least 1 peer in each node. Got waku connections: 1 and nwaku: 0","time":{"start":1707736996444,"stop":1707736996444,"duration":0}},{"uid":"9ba965e5c4efa4e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ba965e5c4efa4e5","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"50ad32e3518b035b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50ad32e3518b035b","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"duration":0}},{"uid":"5766ddf1cbe77b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5766ddf1cbe77b85","status":"passed","time":{"start":1707769883323,"stop":1707769883324,"duration":1}},{"uid":"3a08f69b092a98c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a08f69b092a98c3","status":"passed","time":{"start":1707759981464,"stop":1707759981464,"duration":0}},{"uid":"c0088081b0bce7c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0088081b0bce7c5","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"2ac910f99738a099","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ac910f99738a099","status":"passed","time":{"start":1707756304430,"stop":1707756304430,"duration":0}},{"uid":"61c91e6dbc37dad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61c91e6dbc37dad","status":"passed","time":{"start":1707753713250,"stop":1707753713251,"duration":1}},{"uid":"66807c348d16e506","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66807c348d16e506","status":"passed","time":{"start":1707753448103,"stop":1707753448104,"duration":1}},{"uid":"74e8a97581c54222","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74e8a97581c54222","status":"passed","time":{"start":1707750840042,"stop":1707750840043,"duration":1}},{"uid":"9d7375cc92387001","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d7375cc92387001","status":"passed","time":{"start":1707736765016,"stop":1707736765019,"duration":3}},{"uid":"13a2d232eabfa36e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/13a2d232eabfa36e","status":"passed","time":{"start":1707735955249,"stop":1707735955249,"duration":0}}]},"fc8ca4aa1d49c83517f8864a65323e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fe1859467b1aec2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe1859467b1aec2e","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1707751141127,"stop":1707751141127,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"75ace5d330703d44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ace5d330703d44","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"82b44ca240817c86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82b44ca240817c86","status":"passed","time":{"start":1707769628087,"stop":1707769628088,"duration":1}},{"uid":"2a9ad3391db5ea9d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a9ad3391db5ea9d","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"81e8c32f02782053","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81e8c32f02782053","status":"passed","time":{"start":1707757417667,"stop":1707757417668,"duration":1}},{"uid":"4e98f62bbe568335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e98f62bbe568335","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"54c1a5cc79f778b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54c1a5cc79f778b8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"b7e6b1933a2b2086","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b7e6b1933a2b2086","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26e1f59b57822da0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26e1f59b57822da0","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"b7086b52a9d9dbbe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b7086b52a9d9dbbe","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"af91c9cd1e2112b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af91c9cd1e2112b6","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"4a7f150d7330ce98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a7f150d7330ce98","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"a98911a25a05e92f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a98911a25a05e92f","status":"passed","time":{"start":1707770238689,"stop":1707770238689,"duration":0}},{"uid":"2ab419f4da017cff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ab419f4da017cff","status":"passed","time":{"start":1707760374681,"stop":1707760374682,"duration":1}},{"uid":"8db4b65f09989cf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8db4b65f09989cf0","status":"passed","time":{"start":1707758004329,"stop":1707758004330,"duration":1}},{"uid":"bf208b9167ba9b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf208b9167ba9b54","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"75f11b106dbaa07c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75f11b106dbaa07c","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"5bec396a893c9a3a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bec396a893c9a3a","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"eedc3dcc2b02127a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eedc3dcc2b02127a","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"da7ffe3a0d5a1f6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da7ffe3a0d5a1f6d","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"cb87d3cb7300f832","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb87d3cb7300f832","status":"passed","time":{"start":1707736353041,"stop":1707736353042,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"20c4c38eb8fa46c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20c4c38eb8fa46c8","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"duration":1}},{"uid":"bd84532ce870164f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd84532ce870164f","status":"passed","time":{"start":1707769841898,"stop":1707769841898,"duration":0}},{"uid":"9d3a8f81ce470c87","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d3a8f81ce470c87","status":"passed","time":{"start":1707759921452,"stop":1707759921453,"duration":1}},{"uid":"6be10117053915c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6be10117053915c6","status":"passed","time":{"start":1707757624874,"stop":1707757624875,"duration":1}},{"uid":"c590c1da4756184f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c590c1da4756184f","status":"passed","time":{"start":1707756261761,"stop":1707756261762,"duration":1}},{"uid":"70538f9d7a82eda","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/70538f9d7a82eda","status":"passed","time":{"start":1707753651166,"stop":1707753651166,"duration":0}},{"uid":"124342d3a889bca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/124342d3a889bca","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"7837187e16976cc0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7837187e16976cc0","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"20748294f5ed304c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20748294f5ed304c","status":"passed","time":{"start":1707736708327,"stop":1707736708327,"duration":0}},{"uid":"7131087f6baafabb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7131087f6baafabb","status":"passed","time":{"start":1707735914384,"stop":1707735914384,"duration":0}}]},"f8956ac8581aadd154f5cc68b75bb5f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304d5caf7d621ab1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/304d5caf7d621ab1","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}}]},"9443e062798ff03b1766c04c51c3b72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8be28a303becd040","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8be28a303becd040","status":"passed","time":{"start":1707736260130,"stop":1707736260130,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f4c9fbccad583878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4c9fbccad583878","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1}},{"uid":"793b9353fb94ef24","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/793b9353fb94ef24","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"af3d96758f699c6c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af3d96758f699c6c","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"a33b90c47b19ffc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a33b90c47b19ffc6","status":"passed","time":{"start":1707757790732,"stop":1707757790733,"duration":1}},{"uid":"8117f1ab289d2c71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8117f1ab289d2c71","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"65a80c5368b8d8a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65a80c5368b8d8a4","status":"passed","time":{"start":1707753793186,"stop":1707753793187,"duration":1}},{"uid":"f3e06e70be7c553","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3e06e70be7c553","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"4c72411516775ce9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c72411516775ce9","status":"passed","time":{"start":1707750953973,"stop":1707750953978,"duration":5}},{"uid":"2825227fa96e7952","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2825227fa96e7952","status":"passed","time":{"start":1707736878963,"stop":1707736878964,"duration":1}},{"uid":"6037ebc8cba23e51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6037ebc8cba23e51","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"ea45ae5f1d03b506d08a813b14f41156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"460fd9e1b528c885","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460fd9e1b528c885","status":"passed","time":{"start":1707736730645,"stop":1707736730646,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f831e18f7ca330bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f831e18f7ca330bf","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"duration":0}},{"uid":"4792aee9991ae766","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4792aee9991ae766","status":"passed","time":{"start":1707770238688,"stop":1707770238688,"duration":0}},{"uid":"d53f7d86823ac5a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d53f7d86823ac5a3","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"b2e60fbd3389ba92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2e60fbd3389ba92","status":"passed","time":{"start":1707758004328,"stop":1707758004329,"duration":1}},{"uid":"42d1fd0adbe9f833","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d1fd0adbe9f833","status":"passed","time":{"start":1707756690164,"stop":1707756690165,"duration":1}},{"uid":"e863704f67441e75","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e863704f67441e75","status":"passed","time":{"start":1707754051788,"stop":1707754051789,"duration":1}},{"uid":"922f652d5c4878d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/922f652d5c4878d7","status":"passed","time":{"start":1707753877929,"stop":1707753877930,"duration":1}},{"uid":"1ae60d00c2bb6b98","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ae60d00c2bb6b98","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"277076ca6859f227","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/277076ca6859f227","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"6479d16c6f7a40c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6479d16c6f7a40c8","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a1b24fc52a62b7e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b24fc52a62b7e5","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"duration":0}},{"uid":"d58ff8826c9caf71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d58ff8826c9caf71","status":"passed","time":{"start":1707769642220,"stop":1707769642221,"duration":1}},{"uid":"7a5451c01e52b9c4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7a5451c01e52b9c4","status":"passed","time":{"start":1707759737068,"stop":1707759737069,"duration":1}},{"uid":"ac3f8d6b4dcfab90","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac3f8d6b4dcfab90","status":"passed","time":{"start":1707757431975,"stop":1707757431975,"duration":0}},{"uid":"7c4158dcfeef93d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c4158dcfeef93d2","status":"passed","time":{"start":1707756061019,"stop":1707756061020,"duration":1}},{"uid":"8ea9bf280f81f52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ea9bf280f81f52","status":"passed","time":{"start":1707753479609,"stop":1707753479609,"duration":0}},{"uid":"b578cf8234cba60b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b578cf8234cba60b","status":"passed","time":{"start":1707753208308,"stop":1707753208308,"duration":0}},{"uid":"961fb03eee9e8966","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/961fb03eee9e8966","status":"passed","time":{"start":1707750608584,"stop":1707750608585,"duration":1}},{"uid":"f32b61cb57d67ae3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f32b61cb57d67ae3","status":"passed","time":{"start":1707736525855,"stop":1707736525856,"duration":1}},{"uid":"86f463672db97920","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86f463672db97920","status":"passed","time":{"start":1707735707689,"stop":1707735707690,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2ad1ce196fb94922","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ad1ce196fb94922","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"6136cb8515159fe5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6136cb8515159fe5","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"ef36e616387bbd8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ef36e616387bbd8d","status":"passed","time":{"start":1707760106455,"stop":1707760106456,"duration":1}},{"uid":"76b182b02a77784c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76b182b02a77784c","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"a5df0131d1a9db39","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5df0131d1a9db39","status":"passed","time":{"start":1707756422344,"stop":1707756422344,"duration":0}},{"uid":"a70fb12ae3fff21b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a70fb12ae3fff21b","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"fc618b10bac81aac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc618b10bac81aac","status":"passed","time":{"start":1707753586162,"stop":1707753586163,"duration":1}},{"uid":"c4cdab32b260245c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4cdab32b260245c","status":"passed","time":{"start":1707750964801,"stop":1707750964801,"duration":0}},{"uid":"a3133266ebcdba09","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a3133266ebcdba09","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"123f183308499122","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/123f183308499122","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"8a035e998695a01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a035e998695a01c","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1}},{"uid":"d185422ffa913d8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d185422ffa913d8f","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"b4f24917dbd579db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4f24917dbd579db","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1c815633e4ad8ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c815633e4ad8ad","status":"passed","time":{"start":1707758023541,"stop":1707758023542,"duration":1}},{"uid":"57ed6e7fdc871ce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/57ed6e7fdc871ce9","status":"passed","time":{"start":1707756664010,"stop":1707756664011,"duration":1}},{"uid":"44445710050a4b6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44445710050a4b6f","status":"passed","time":{"start":1707753837177,"stop":1707753837177,"duration":0}},{"uid":"75ef7ea6e6ac995e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/75ef7ea6e6ac995e","status":"passed","time":{"start":1707751136360,"stop":1707751136361,"duration":1}},{"uid":"a8e76d78aa74b244","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8e76d78aa74b244","status":"passed","time":{"start":1707737124649,"stop":1707737124649,"duration":0}},{"uid":"bf8836a437463957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf8836a437463957","status":"passed","time":{"start":1707736322665,"stop":1707736322666,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"5265bc5974cede8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5265bc5974cede8a","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2}},{"uid":"2ccd190580df2b0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ccd190580df2b0a","status":"passed","time":{"start":1707769843135,"stop":1707769843136,"duration":1}},{"uid":"99d80397ecb5a1b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99d80397ecb5a1b5","status":"passed","time":{"start":1707759965182,"stop":1707759965183,"duration":1}},{"uid":"297960afc03b0a20","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/297960afc03b0a20","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"9fe431d6edc09b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9fe431d6edc09b9","status":"passed","time":{"start":1707756267892,"stop":1707756267893,"duration":1}},{"uid":"b6a6e38d8fb188a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6a6e38d8fb188a8","status":"passed","time":{"start":1707753668021,"stop":1707753668021,"duration":0}},{"uid":"c752e29bf6bf7b76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c752e29bf6bf7b76","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"20a1809d02c8b48c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20a1809d02c8b48c","status":"passed","time":{"start":1707750796021,"stop":1707750796022,"duration":1}},{"uid":"ffbc4876d6c76bb8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ffbc4876d6c76bb8","status":"passed","time":{"start":1707736730633,"stop":1707736730633,"duration":0}},{"uid":"f2c513e223bc2ee6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2c513e223bc2ee6","status":"passed","time":{"start":1707735912113,"stop":1707735912113,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"38668f1249d2a5d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38668f1249d2a5d4","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0}},{"uid":"bd26eeeed428b212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd26eeeed428b212","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"6b7d2fb779980f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7d2fb779980f34","status":"passed","time":{"start":1707760335962,"stop":1707760335963,"duration":1}},{"uid":"6a37c05692d4cd60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a37c05692d4cd60","status":"passed","time":{"start":1707758023547,"stop":1707758023547,"duration":0}},{"uid":"3761af25f43dad99","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3761af25f43dad99","status":"passed","time":{"start":1707756664014,"stop":1707756664014,"duration":0}},{"uid":"17f6ddb20cf77f5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f6ddb20cf77f5b","status":"passed","time":{"start":1707753837179,"stop":1707753837180,"duration":1}},{"uid":"6df8a4692daf77ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6df8a4692daf77ce","status":"passed","time":{"start":1707751136366,"stop":1707751136366,"duration":0}},{"uid":"8ca1f1565392ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ca1f1565392ce30","status":"passed","time":{"start":1707737124654,"stop":1707737124655,"duration":1}},{"uid":"ae892d7ca55e7bab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ae892d7ca55e7bab","status":"passed","time":{"start":1707736322672,"stop":1707736322672,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"898c289635aef79b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/898c289635aef79b","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1}},{"uid":"430b2d2e73826317","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/430b2d2e73826317","status":"passed","time":{"start":1707770169176,"stop":1707770169176,"duration":0}},{"uid":"29f1ea6f3b4e1431","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/29f1ea6f3b4e1431","status":"passed","time":{"start":1707760345982,"stop":1707760345982,"duration":0}},{"uid":"638d7aa0f6bffef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/638d7aa0f6bffef","status":"passed","time":{"start":1707758029746,"stop":1707758029746,"duration":0}},{"uid":"36c4051cdca2540c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36c4051cdca2540c","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"afa649a1950b3756","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afa649a1950b3756","status":"passed","time":{"start":1707753981526,"stop":1707753981527,"duration":1}},{"uid":"421e337d82d323d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/421e337d82d323d4","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"a073687561b88a61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a073687561b88a61","status":"passed","time":{"start":1707751154819,"stop":1707751154820,"duration":1}},{"uid":"29fe3e516c74ed0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29fe3e516c74ed0","status":"passed","time":{"start":1707737128059,"stop":1707737128059,"duration":0}},{"uid":"2ca9c698cf81f18a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ca9c698cf81f18a","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"a030f244b24dca96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a030f244b24dca96","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"duration":1}},{"uid":"b264e446cb77e5f4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b264e446cb77e5f4","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"5b77964afcb94fe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b77964afcb94fe7","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"c89bb0fafbd270b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c89bb0fafbd270b8","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"199c6ff7f925d3c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/199c6ff7f925d3c6","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"41d68350aa29f8e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41d68350aa29f8e0","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"3e23c4adb3506a3b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e23c4adb3506a3b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"678583917ab54787","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/678583917ab54787","status":"passed","time":{"start":1707737173829,"stop":1707737173830,"duration":1}},{"uid":"577d731b96184d2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/577d731b96184d2e","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a9e2a946fd3c6961","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9e2a946fd3c6961","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0}},{"uid":"4dfc7c3fde61e7d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4dfc7c3fde61e7d9","status":"passed","time":{"start":1707769676600,"stop":1707769676600,"duration":0}},{"uid":"3a5e413c3afefbc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a5e413c3afefbc8","status":"passed","time":{"start":1707759771253,"stop":1707759771253,"duration":0}},{"uid":"d59f26be4e971fdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d59f26be4e971fdb","status":"passed","time":{"start":1707757466737,"stop":1707757466739,"duration":2}},{"uid":"d834785ba10bd63c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d834785ba10bd63c","status":"passed","time":{"start":1707756093995,"stop":1707756093995,"duration":0}},{"uid":"3a920f1a4f84bce8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a920f1a4f84bce8","status":"passed","time":{"start":1707753514640,"stop":1707753514641,"duration":1}},{"uid":"3f9bbc25dc31ebfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3f9bbc25dc31ebfe","status":"passed","time":{"start":1707753243676,"stop":1707753243676,"duration":0}},{"uid":"797cccebf3dfa676","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/797cccebf3dfa676","status":"passed","time":{"start":1707750640094,"stop":1707750640095,"duration":1}},{"uid":"b818584bb943f2f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b818584bb943f2f4","status":"passed","time":{"start":1707736561994,"stop":1707736561995,"duration":1}},{"uid":"5a8d3b896250357b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5a8d3b896250357b","status":"passed","time":{"start":1707735744192,"stop":1707735744192,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"1453d341a814dd2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1453d341a814dd2b","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"2459d564f6458920","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2459d564f6458920","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"50eaee061d7878c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50eaee061d7878c2","status":"passed","time":{"start":1707760335947,"stop":1707760335948,"duration":1}},{"uid":"8a4b6b1955e5200c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a4b6b1955e5200c","status":"passed","time":{"start":1707758023532,"stop":1707758023533,"duration":1}},{"uid":"117b28c6396ee74b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/117b28c6396ee74b","status":"passed","time":{"start":1707756664001,"stop":1707756664002,"duration":1}},{"uid":"8e8c69d0a0f46030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e8c69d0a0f46030","status":"passed","time":{"start":1707753837167,"stop":1707753837168,"duration":1}},{"uid":"7844935b97af0c8c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7844935b97af0c8c","status":"passed","time":{"start":1707751136308,"stop":1707751136309,"duration":1}},{"uid":"3d1890d54150adaf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d1890d54150adaf","status":"passed","time":{"start":1707737124643,"stop":1707737124644,"duration":1}},{"uid":"3df539dc3fb2c23f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3df539dc3fb2c23f","status":"passed","time":{"start":1707736322656,"stop":1707736322656,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":9,"unknown":0,"total":9},"items":[{"uid":"99cc079f5c9bcb63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99cc079f5c9bcb63","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1}},{"uid":"f6b3e299ed55c397","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6b3e299ed55c397","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"57d2da81b9210228","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/57d2da81b9210228","status":"passed","time":{"start":1707758006705,"stop":1707758006706,"duration":1}},{"uid":"c5b7a131b2be8a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c5b7a131b2be8a8","status":"passed","time":{"start":1707756617035,"stop":1707756617036,"duration":1}},{"uid":"4a43f23125d63a85","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a43f23125d63a85","status":"passed","time":{"start":1707753988876,"stop":1707753988877,"duration":1}},{"uid":"ef256c241d32163","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef256c241d32163","status":"passed","time":{"start":1707753782734,"stop":1707753782734,"duration":0}},{"uid":"424a053da5d23f01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/424a053da5d23f01","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"55bb9e84e76b1670","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55bb9e84e76b1670","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"c6403ae9a368ce5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c6403ae9a368ce5b","status":"passed","time":{"start":1707736260122,"stop":1707736260123,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6683e7464c657db1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6683e7464c657db1","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"duration":1}},{"uid":"83b82eab3d8034f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/83b82eab3d8034f1","status":"passed","time":{"start":1707769883328,"stop":1707769883328,"duration":0}},{"uid":"f56c92180a04a197","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f56c92180a04a197","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"25197e4bfd4f4ee0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/25197e4bfd4f4ee0","status":"passed","time":{"start":1707757676048,"stop":1707757676049,"duration":1}},{"uid":"74ad608c7dd575ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74ad608c7dd575ff","status":"passed","time":{"start":1707756304432,"stop":1707756304433,"duration":1}},{"uid":"6e8ebc3aa96852c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8ebc3aa96852c0","status":"passed","time":{"start":1707753713261,"stop":1707753713262,"duration":1}},{"uid":"99b2833237d18192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/99b2833237d18192","status":"passed","time":{"start":1707753448106,"stop":1707753448106,"duration":0}},{"uid":"501f394dc3a87522","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/501f394dc3a87522","status":"passed","time":{"start":1707750840051,"stop":1707750840051,"duration":0}},{"uid":"7183ed9d489d6c16","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7183ed9d489d6c16","status":"passed","time":{"start":1707736765045,"stop":1707736765045,"duration":0}},{"uid":"cbf9482ed1327db4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbf9482ed1327db4","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"6c08ffb8551462c6b9bfb8680abc95ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"215cbc0c2b0577d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/215cbc0c2b0577d9","status":"passed","time":{"start":1707758023544,"stop":1707758023545,"duration":1}}]},"6a87d72b232f7990f12e3d451451d982:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98840ac69cbf6853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98840ac69cbf6853","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1}}]},"4c2325d63f7bc016cadb2de565bd1e43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c36187c3ec54ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c36187c3ec54ea","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"505f0f4a01ded46b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/505f0f4a01ded46b","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"363b180417b9e6af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/363b180417b9e6af","status":"passed","time":{"start":1707770238677,"stop":1707770238678,"duration":1}},{"uid":"706993eae73521ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706993eae73521ef","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"6ded774b5eadfa3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6ded774b5eadfa3e","status":"passed","time":{"start":1707758004299,"stop":1707758004300,"duration":1}},{"uid":"70fbde388c1471bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/70fbde388c1471bd","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"9f7df16eef6a6ab2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7df16eef6a6ab2","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"ca9b99ca7d2c030e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca9b99ca7d2c030e","status":"passed","time":{"start":1707753877920,"stop":1707753877920,"duration":0}},{"uid":"bc6c4d93b4bfd9da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bc6c4d93b4bfd9da","status":"passed","time":{"start":1707751228953,"stop":1707751228954,"duration":1}},{"uid":"799f6327b0420c38","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/799f6327b0420c38","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"f9d44a8be72cb57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9d44a8be72cb57","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"301229a25d574c70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/301229a25d574c70","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"f0ee06ab638e2df5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f0ee06ab638e2df5","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"7bdcc48794c37c67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bdcc48794c37c67","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"fb2543bb0a472264","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb2543bb0a472264","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"17cd1d3c689cfbd5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17cd1d3c689cfbd5","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"50937429a8d3670f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/50937429a8d3670f","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"2bdcf706734ab727","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2bdcf706734ab727","status":"passed","time":{"start":1707753193783,"stop":1707753193784,"duration":1}},{"uid":"43bf8c953e64bbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43bf8c953e64bbc9","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"20d3a0006f4a0e24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20d3a0006f4a0e24","status":"passed","time":{"start":1707736511738,"stop":1707736511739,"duration":1}},{"uid":"9ecac4cbcf751465","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ecac4cbcf751465","status":"passed","time":{"start":1707735693126,"stop":1707735693126,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"9ec1c27958dda333","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ec1c27958dda333","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"duration":1}},{"uid":"482996ef5de826b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/482996ef5de826b6","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"2a4eef1046f76c28","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a4eef1046f76c28","status":"passed","time":{"start":1707760374673,"stop":1707760374673,"duration":0}},{"uid":"d1730f97e7e8ab64","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1730f97e7e8ab64","status":"passed","time":{"start":1707758004301,"stop":1707758004302,"duration":1}},{"uid":"39481ea96b01567","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39481ea96b01567","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"b60ddac5f26947a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b60ddac5f26947a4","status":"passed","time":{"start":1707754051780,"stop":1707754051781,"duration":1}},{"uid":"39ffc879fcc5ba62","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39ffc879fcc5ba62","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"c0d01a402bd05370","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0d01a402bd05370","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"c975eda80c751d62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c975eda80c751d62","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"b5a14dc3343da2ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5a14dc3343da2ff","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2111f9c78081151f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2111f9c78081151f","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"7b1bb1ee02311eca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b1bb1ee02311eca","status":"passed","time":{"start":1707769994535,"stop":1707769994536,"duration":1}},{"uid":"2e849213dc3adcb0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e849213dc3adcb0","status":"passed","time":{"start":1707760106456,"stop":1707760106456,"duration":0}},{"uid":"8e4edf27e6da3aa0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e4edf27e6da3aa0","status":"passed","time":{"start":1707757804293,"stop":1707757804294,"duration":1}},{"uid":"318077c9278a18f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/318077c9278a18f4","status":"passed","time":{"start":1707756422344,"stop":1707756422345,"duration":1}},{"uid":"dee03ad84d568eaf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dee03ad84d568eaf","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"9cd1e17155ac2aa9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cd1e17155ac2aa9","status":"passed","time":{"start":1707753586163,"stop":1707753586163,"duration":0}},{"uid":"b0bc97911ef84dc3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b0bc97911ef84dc3","status":"passed","time":{"start":1707750964801,"stop":1707750964802,"duration":1}},{"uid":"fd8c552fc3665b50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd8c552fc3665b50","status":"passed","time":{"start":1707736890436,"stop":1707736890436,"duration":0}},{"uid":"95e3d0eb3c49744","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95e3d0eb3c49744","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"2d52acc101ac1d8f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d52acc101ac1d8f","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"duration":0}},{"uid":"46ce52d7aa8b511f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/46ce52d7aa8b511f","status":"passed","time":{"start":1707769665330,"stop":1707769665339,"duration":9}},{"uid":"8b0a33fa51103557","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8b0a33fa51103557","status":"passed","time":{"start":1707759759720,"stop":1707759759720,"duration":0}},{"uid":"ba81e7d83a31f298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba81e7d83a31f298","status":"passed","time":{"start":1707757455852,"stop":1707757455853,"duration":1}},{"uid":"c58935720af3e228","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c58935720af3e228","status":"passed","time":{"start":1707756084424,"stop":1707756084424,"duration":0}},{"uid":"795f0d69812a29b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/795f0d69812a29b4","status":"passed","time":{"start":1707753503420,"stop":1707753503421,"duration":1}},{"uid":"88593bf1a0a294dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88593bf1a0a294dd","status":"passed","time":{"start":1707753233558,"stop":1707753233559,"duration":1}},{"uid":"a8c7f77e8c2c108c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8c7f77e8c2c108c","status":"passed","time":{"start":1707750631899,"stop":1707750631900,"duration":1}},{"uid":"41bbc04f94b9385","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41bbc04f94b9385","status":"passed","time":{"start":1707736548880,"stop":1707736548881,"duration":1}},{"uid":"282e545f6aa7e5f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/282e545f6aa7e5f1","status":"passed","time":{"start":1707735732429,"stop":1707735732430,"duration":1}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"c2b6d0d3dce02a3a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b6d0d3dce02a3a","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"duration":1}},{"uid":"79ec8d15a35b0189","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/79ec8d15a35b0189","status":"passed","time":{"start":1707770116106,"stop":1707770116106,"duration":0}},{"uid":"584600b996daf442","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/584600b996daf442","status":"passed","time":{"start":1707760294897,"stop":1707760294898,"duration":1}},{"uid":"6a174b05e3728a01","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a174b05e3728a01","status":"passed","time":{"start":1707757992697,"stop":1707757992697,"duration":0}},{"uid":"236cf46bdb9e0c52","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/236cf46bdb9e0c52","status":"passed","time":{"start":1707756620671,"stop":1707756620672,"duration":1}},{"uid":"2402e815cc39cefd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2402e815cc39cefd","status":"passed","time":{"start":1707753926586,"stop":1707753926586,"duration":0}},{"uid":"225b27ca14d67bd7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/225b27ca14d67bd7","status":"passed","time":{"start":1707753779026,"stop":1707753779027,"duration":1}},{"uid":"ccd840eaa9ed8c9b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ccd840eaa9ed8c9b","status":"passed","time":{"start":1707751117671,"stop":1707751117671,"duration":0}},{"uid":"29271c9c293e79ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29271c9c293e79ce","status":"passed","time":{"start":1707737065097,"stop":1707737065098,"duration":1}},{"uid":"daed896622397757","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daed896622397757","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"54ca0dca1f60c95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54ca0dca1f60c95f","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"duration":1}},{"uid":"65f18bb65db5f9ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65f18bb65db5f9ea","status":"passed","time":{"start":1707770116112,"stop":1707770116113,"duration":1}},{"uid":"b8c7f7d88b4503af","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c7f7d88b4503af","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"8a28f4102362b8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a28f4102362b8a","status":"passed","time":{"start":1707757992699,"stop":1707757992699,"duration":0}},{"uid":"125f50693d9a7a05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/125f50693d9a7a05","status":"passed","time":{"start":1707756620673,"stop":1707756620674,"duration":1}},{"uid":"ea2010c98afd532a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea2010c98afd532a","status":"passed","time":{"start":1707753926589,"stop":1707753926589,"duration":0}},{"uid":"ff9b1467ec8052c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ff9b1467ec8052c2","status":"passed","time":{"start":1707753779032,"stop":1707753779033,"duration":1}},{"uid":"9e96be787dd56289","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e96be787dd56289","status":"passed","time":{"start":1707751117675,"stop":1707751117675,"duration":0}},{"uid":"8d8419debb67e529","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d8419debb67e529","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"834d88037e03704a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/834d88037e03704a","status":"passed","time":{"start":1707736281627,"stop":1707736281628,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"79bfed5864a517fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bfed5864a517fd","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"duration":0}},{"uid":"c8180050d1725dc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8180050d1725dc4","status":"passed","time":{"start":1707769883615,"stop":1707769883617,"duration":2}},{"uid":"b66b084e657f437d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b084e657f437d","status":"passed","time":{"start":1707759985509,"stop":1707759985510,"duration":1}},{"uid":"58c1352d51f6b771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58c1352d51f6b771","status":"passed","time":{"start":1707757677808,"stop":1707757677808,"duration":0}},{"uid":"5d1d5668de863a1a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d1d5668de863a1a","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"ba52f901c063300f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba52f901c063300f","status":"passed","time":{"start":1707753735499,"stop":1707753735499,"duration":0}},{"uid":"5e23915482c8adce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e23915482c8adce","status":"passed","time":{"start":1707753472966,"stop":1707753472967,"duration":1}},{"uid":"b1f0259cc95f46da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1f0259cc95f46da","status":"passed","time":{"start":1707750845157,"stop":1707750845158,"duration":1}},{"uid":"7b0814003d1b6f58","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b0814003d1b6f58","status":"passed","time":{"start":1707736769673,"stop":1707736769674,"duration":1}},{"uid":"2b162194411772c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b162194411772c","status":"passed","time":{"start":1707735968259,"stop":1707735968259,"duration":0}}]},"7dd01a2863678dd50d027e51c75c2110:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f5a639f63e90989","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4f5a639f63e90989","status":"passed","time":{"start":1707751162311,"stop":1707751162312,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"a1947ec409134805","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1947ec409134805","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"duration":0}},{"uid":"535372f1026bd71f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/535372f1026bd71f","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"471e5b43392ef3bf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/471e5b43392ef3bf","status":"passed","time":{"start":1707760280826,"stop":1707760280826,"duration":0}},{"uid":"76f3a0ce54282311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76f3a0ce54282311","status":"passed","time":{"start":1707757976563,"stop":1707757976563,"duration":0}},{"uid":"de495dde543816ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de495dde543816ad","status":"passed","time":{"start":1707756601158,"stop":1707756601158,"duration":0}},{"uid":"e86b86fab360deed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e86b86fab360deed","status":"passed","time":{"start":1707753969916,"stop":1707753969921,"duration":5}},{"uid":"fcf2810f1d45fa25","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcf2810f1d45fa25","status":"passed","time":{"start":1707753767214,"stop":1707753767215,"duration":1}},{"uid":"e91a7cdd305a57b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e91a7cdd305a57b3","status":"passed","time":{"start":1707751042633,"stop":1707751042633,"duration":0}},{"uid":"fd00018ba35cbfa6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd00018ba35cbfa6","status":"passed","time":{"start":1707737071258,"stop":1707737071259,"duration":1}},{"uid":"b4b4843478d27a3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b4b4843478d27a3c","status":"passed","time":{"start":1707736274446,"stop":1707736274447,"duration":1}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"f5c5602c0f9f653","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5c5602c0f9f653","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0}},{"uid":"cd4b8016af49cacb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd4b8016af49cacb","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"e56e0ae27a9b8e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e56e0ae27a9b8e3b","status":"passed","time":{"start":1707760294901,"stop":1707760294901,"duration":0}},{"uid":"e683c10ba91c5c22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e683c10ba91c5c22","status":"passed","time":{"start":1707757992701,"stop":1707757992701,"duration":0}},{"uid":"a2cad012fa1fb618","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2cad012fa1fb618","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"1a6fccd252d48bc3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a6fccd252d48bc3","status":"passed","time":{"start":1707753926593,"stop":1707753926594,"duration":1}},{"uid":"64c48e49880fb5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64c48e49880fb5e","status":"passed","time":{"start":1707753779036,"stop":1707753779036,"duration":0}},{"uid":"fd557d32915c4011","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd557d32915c4011","status":"passed","time":{"start":1707751117677,"stop":1707751117678,"duration":1}},{"uid":"58fda2d0d8caa8f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58fda2d0d8caa8f4","status":"passed","time":{"start":1707737065101,"stop":1707737065102,"duration":1}},{"uid":"7999f920549989b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7999f920549989b0","status":"passed","time":{"start":1707736281631,"stop":1707736281632,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"87d7cee09b9fb6fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87d7cee09b9fb6fc","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"duration":1}},{"uid":"fd6ec075543255ff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd6ec075543255ff","status":"passed","time":{"start":1707769883320,"stop":1707769883321,"duration":1}},{"uid":"44b3e773c63962c9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44b3e773c63962c9","status":"passed","time":{"start":1707759981462,"stop":1707759981462,"duration":0}},{"uid":"20478511201a64ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20478511201a64ab","status":"passed","time":{"start":1707757676042,"stop":1707757676042,"duration":0}},{"uid":"e212316cab6b18e6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e212316cab6b18e6","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"c9a137e8d231090b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a137e8d231090b","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"746e0d03ccce1357","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/746e0d03ccce1357","status":"passed","time":{"start":1707753448101,"stop":1707753448101,"duration":0}},{"uid":"575578a7b340b1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/575578a7b340b1d3","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"e06599aaeb194d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e06599aaeb194d2b","status":"passed","time":{"start":1707736765011,"stop":1707736765011,"duration":0}},{"uid":"b98d87f1687d4fa9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b98d87f1687d4fa9","status":"passed","time":{"start":1707735955225,"stop":1707735955227,"duration":2}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"1d9358f067c0b6a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d9358f067c0b6a6","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"b33b5f62e94b0315","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b33b5f62e94b0315","status":"passed","time":{"start":1707769843146,"stop":1707769843148,"duration":2}},{"uid":"eaff318414a4332e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eaff318414a4332e","status":"passed","time":{"start":1707759965205,"stop":1707759965206,"duration":1}},{"uid":"49cb8e89dbaf7ca0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb8e89dbaf7ca0","status":"passed","time":{"start":1707757644392,"stop":1707757644393,"duration":1}},{"uid":"f314ebdccadcffe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f314ebdccadcffe","status":"passed","time":{"start":1707756267912,"stop":1707756267912,"duration":0}},{"uid":"d6ecfbab1b6afe6f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6ecfbab1b6afe6f","status":"passed","time":{"start":1707753668077,"stop":1707753668078,"duration":1}},{"uid":"4673c7d2551e79fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4673c7d2551e79fc","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"6e669c84227026e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e669c84227026e7","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"c60eaf836331d8c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c60eaf836331d8c8","status":"passed","time":{"start":1707736730653,"stop":1707736730654,"duration":1}},{"uid":"ebe13787a58947a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ebe13787a58947a8","status":"passed","time":{"start":1707735912125,"stop":1707735912125,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"6934684d234a8639","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6934684d234a8639","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"duration":1}},{"uid":"c5cced4363cb4ad9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5cced4363cb4ad9","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"d0f10cf39a61758f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d0f10cf39a61758f","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"554cd68c304a46d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/554cd68c304a46d6","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"2f54580cde919406","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2f54580cde919406","status":"passed","time":{"start":1707756396101,"stop":1707756396102,"duration":1}},{"uid":"e01b2d192082865f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e01b2d192082865f","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"dab0f19231535e90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dab0f19231535e90","status":"passed","time":{"start":1707753563098,"stop":1707753563104,"duration":6}},{"uid":"b8e43d6762acda52","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8e43d6762acda52","status":"passed","time":{"start":1707750940657,"stop":1707750940658,"duration":1}},{"uid":"33f7f49f576f1d45","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33f7f49f576f1d45","status":"passed","time":{"start":1707736870545,"stop":1707736870546,"duration":1}},{"uid":"4b43915a241eb522","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b43915a241eb522","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"503ac31b161d5093","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/503ac31b161d5093","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"7b79e5aab3370987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b79e5aab3370987","status":"passed","time":{"start":1707769735034,"stop":1707769735035,"duration":1}},{"uid":"f4748800da263cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4748800da263cd","status":"passed","time":{"start":1707759831194,"stop":1707759831195,"duration":1}},{"uid":"654f42834c137a60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/654f42834c137a60","status":"passed","time":{"start":1707757528823,"stop":1707757528824,"duration":1}},{"uid":"b1f58006e0a44afa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1f58006e0a44afa","status":"passed","time":{"start":1707756157291,"stop":1707756157293,"duration":2}},{"uid":"d3d8e8d5eeae8ccb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3d8e8d5eeae8ccb","status":"passed","time":{"start":1707753578473,"stop":1707753578473,"duration":0}},{"uid":"174174aefbab1f52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/174174aefbab1f52","status":"passed","time":{"start":1707753307895,"stop":1707753307895,"duration":0}},{"uid":"92f854ddd8364673","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/92f854ddd8364673","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"1f8d5838ce738f29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1f8d5838ce738f29","status":"passed","time":{"start":1707736629971,"stop":1707736629971,"duration":0}},{"uid":"d5383f1e55dde33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5383f1e55dde33c","status":"passed","time":{"start":1707735809089,"stop":1707735809090,"duration":1}}]},"8162029eb6305dbc2c0f9d232c9b7a7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bd2d12bf51ce0ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bd2d12bf51ce0ef","status":"passed","time":{"start":1707753870470,"stop":1707753870470,"duration":0}}]},"5392e9781cdaefee29a5925461dab67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd4ffd70378b453f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd4ffd70378b453f","status":"passed","time":{"start":1707760335960,"stop":1707760335961,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":10,"unknown":0,"total":10},"items":[{"uid":"95924ec13ada27bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95924ec13ada27bc","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0}},{"uid":"ef6894c83d4b291d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef6894c83d4b291d","status":"passed","time":{"start":1707769649005,"stop":1707769649005,"duration":0}},{"uid":"8377dc6c90bd05d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8377dc6c90bd05d2","status":"passed","time":{"start":1707759743630,"stop":1707759743630,"duration":0}},{"uid":"85b4f5b3e1d68225","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b4f5b3e1d68225","status":"passed","time":{"start":1707757438818,"stop":1707757438818,"duration":0}},{"uid":"1ec5dd989985f021","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec5dd989985f021","status":"passed","time":{"start":1707756067671,"stop":1707756067672,"duration":1}},{"uid":"69206c2274561a64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/69206c2274561a64","status":"passed","time":{"start":1707753486286,"stop":1707753486286,"duration":0}},{"uid":"d8d5845e31e01030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8d5845e31e01030","status":"passed","time":{"start":1707753215213,"stop":1707753215213,"duration":0}},{"uid":"6d316def472204f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d316def472204f3","status":"passed","time":{"start":1707750615193,"stop":1707750615194,"duration":1}},{"uid":"77b384dd8c77a340","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/77b384dd8c77a340","status":"passed","time":{"start":1707736532651,"stop":1707736532652,"duration":1}},{"uid":"842aeac82e233fbe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/842aeac82e233fbe","status":"passed","time":{"start":1707735714497,"stop":1707735714497,"duration":0}}]}} \ No newline at end of file +{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"97799c92c3a24a44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97799c92c3a24a44","status":"passed","time":{"start":1707793093671,"stop":1707793093671,"duration":0}},{"uid":"7f1f3253b6ef5396","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1f3253b6ef5396","status":"passed","time":{"start":1707778040176,"stop":1707778040177,"duration":1}},{"uid":"c344f41e8c1f2550","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c344f41e8c1f2550","status":"passed","time":{"start":1707775332137,"stop":1707775332138,"duration":1}},{"uid":"f866af43b9061070","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f866af43b9061070","status":"passed","time":{"start":1707775137043,"stop":1707775137044,"duration":1}},{"uid":"4d2932f3936e8162","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d2932f3936e8162","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0}},{"uid":"1cfaf8737fedd955","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1cfaf8737fedd955","status":"passed","time":{"start":1707769926380,"stop":1707769926381,"duration":1}},{"uid":"3e107304d0c9292c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e107304d0c9292c","status":"passed","time":{"start":1707760029630,"stop":1707760029631,"duration":1}},{"uid":"328e52e262737b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/328e52e262737b1","status":"passed","time":{"start":1707757713782,"stop":1707757713782,"duration":0}},{"uid":"97804d90662bb585","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97804d90662bb585","status":"passed","time":{"start":1707756348022,"stop":1707756348023,"duration":1}},{"uid":"fbbbffdedd2f3726","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbbbffdedd2f3726","status":"passed","time":{"start":1707753739732,"stop":1707753739732,"duration":0}},{"uid":"62bb03564b971566","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/62bb03564b971566","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"5a83906589c591d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a83906589c591d0","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/multiaddr.node.spec.ts)","time":{"start":1707750884259,"stop":1707750884259,"duration":0}},{"uid":"a30a533b46b95c14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a30a533b46b95c14","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"b6e2292fb2d4fcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6e2292fb2d4fcf","status":"passed","time":{"start":1707736018904,"stop":1707736018905,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"262bad25ddf8cedd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/262bad25ddf8cedd","status":"passed","time":{"start":1707793238862,"stop":1707793238862,"duration":0}},{"uid":"e8e008ee6fe4dc06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8e008ee6fe4dc06","status":"passed","time":{"start":1707778202464,"stop":1707778202464,"duration":0}},{"uid":"381cc80504fa0525","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/381cc80504fa0525","status":"passed","time":{"start":1707775486608,"stop":1707775486608,"duration":0}},{"uid":"dbfd2d71fde6dee6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbfd2d71fde6dee6","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"428caac747694461","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/428caac747694461","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1}},{"uid":"75c1e56a1ebc6f06","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/75c1e56a1ebc6f06","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"c1e3c610421c0af0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1e3c610421c0af0","status":"passed","time":{"start":1707760173995,"stop":1707760173996,"duration":1}},{"uid":"49cb19e1323aaf49","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb19e1323aaf49","status":"passed","time":{"start":1707757873904,"stop":1707757873904,"duration":0}},{"uid":"d09f06121eb622da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d09f06121eb622da","status":"passed","time":{"start":1707756499893,"stop":1707756499896,"duration":3}},{"uid":"2edde3dcbbe32431","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2edde3dcbbe32431","status":"passed","time":{"start":1707753870422,"stop":1707753870423,"duration":1}},{"uid":"12ec69eeb9ccc886","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12ec69eeb9ccc886","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"5959e532dc26e96a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5959e532dc26e96a","status":"passed","time":{"start":1707751019562,"stop":1707751019562,"duration":0}},{"uid":"5bd626a342634038","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd626a342634038","status":"passed","time":{"start":1707736947837,"stop":1707736947837,"duration":0}},{"uid":"d86fa1f1a45d412f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d86fa1f1a45d412f","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cda585d0d3880e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cda585d0d3880e7d","status":"passed","time":{"start":1707792792553,"stop":1707792792553,"duration":0}},{"uid":"420388d5b706657f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420388d5b706657f","status":"passed","time":{"start":1707777741290,"stop":1707777741290,"duration":0}},{"uid":"5ead0882a3e71cab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ead0882a3e71cab","status":"passed","time":{"start":1707775017706,"stop":1707775017706,"duration":0}},{"uid":"32108eaa86a72cb7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32108eaa86a72cb7","status":"passed","time":{"start":1707774819163,"stop":1707774819164,"duration":1}},{"uid":"8f2a75b5fb5036b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f2a75b5fb5036b8","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1}},{"uid":"9a3360d4367c008b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a3360d4367c008b","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"d487a7d534f442e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d487a7d534f442e1","status":"passed","time":{"start":1707759714511,"stop":1707759714512,"duration":1}},{"uid":"e6e41d3581eaae25","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6e41d3581eaae25","status":"passed","time":{"start":1707757408929,"stop":1707757408930,"duration":1}},{"uid":"fa84f63cb664fb92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa84f63cb664fb92","status":"passed","time":{"start":1707756038656,"stop":1707756038656,"duration":0}},{"uid":"d23667dbbc762345","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d23667dbbc762345","status":"passed","time":{"start":1707753456824,"stop":1707753456824,"duration":0}},{"uid":"b77e25869c4ac533","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b77e25869c4ac533","status":"passed","time":{"start":1707753185031,"stop":1707753185031,"duration":0}},{"uid":"89b3000f5a488982","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89b3000f5a488982","status":"passed","time":{"start":1707750585695,"stop":1707750585695,"duration":0}},{"uid":"ebf31c659d4aa3e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebf31c659d4aa3e6","status":"passed","time":{"start":1707736503250,"stop":1707736503251,"duration":1}},{"uid":"7907de43e1e1fa15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7907de43e1e1fa15","status":"passed","time":{"start":1707735684545,"stop":1707735684545,"duration":0}}]},"141df21651d476128a199f82e2a64a73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df192fc71386cb24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df192fc71386cb24","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"750f1df7d2062b8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/750f1df7d2062b8a","status":"passed","time":{"start":1707792815078,"stop":1707792815078,"duration":0}},{"uid":"67e6d03fa7f8e18b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67e6d03fa7f8e18b","status":"passed","time":{"start":1707777764427,"stop":1707777764428,"duration":1}},{"uid":"96e7ede360d6d2d7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e7ede360d6d2d7","status":"passed","time":{"start":1707775040575,"stop":1707775040576,"duration":1}},{"uid":"b811a638ddd0f249","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b811a638ddd0f249","status":"passed","time":{"start":1707774842469,"stop":1707774842470,"duration":1}},{"uid":"591b91e2e6ce2103","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591b91e2e6ce2103","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1}},{"uid":"f9918b74b1118246","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9918b74b1118246","status":"passed","time":{"start":1707769642596,"stop":1707769642596,"duration":0}},{"uid":"b8c89df1fb1dac32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c89df1fb1dac32","status":"passed","time":{"start":1707759737374,"stop":1707759737375,"duration":1}},{"uid":"d41e35ee06930d93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d41e35ee06930d93","status":"passed","time":{"start":1707757432389,"stop":1707757432390,"duration":1}},{"uid":"6d2e2b539266f795","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e2b539266f795","status":"passed","time":{"start":1707756061417,"stop":1707756061418,"duration":1}},{"uid":"89fb9b2b03e56977","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/89fb9b2b03e56977","status":"passed","time":{"start":1707753479971,"stop":1707753479971,"duration":0}},{"uid":"f31417a9e6db5c84","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f31417a9e6db5c84","status":"passed","time":{"start":1707753208669,"stop":1707753208670,"duration":1}},{"uid":"27bfbaed8477f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/27bfbaed8477f6e","status":"passed","time":{"start":1707750608873,"stop":1707750608873,"duration":0}},{"uid":"feeb607cf02cf377","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/feeb607cf02cf377","status":"passed","time":{"start":1707736526327,"stop":1707736526328,"duration":1}},{"uid":"cf358e1a65721ffd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cf358e1a65721ffd","status":"passed","time":{"start":1707735708003,"stop":1707735708004,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8fe7a0528649dacf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fe7a0528649dacf","status":"passed","time":{"start":1707793012495,"stop":1707793012498,"duration":3}},{"uid":"401edbada9a456ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/401edbada9a456ba","status":"passed","time":{"start":1707777977669,"stop":1707777977670,"duration":1}},{"uid":"f47c367efa2d46a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f47c367efa2d46a3","status":"passed","time":{"start":1707775258460,"stop":1707775258460,"duration":0}},{"uid":"f68e32f7e4854307","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f68e32f7e4854307","status":"passed","time":{"start":1707775082023,"stop":1707775082027,"duration":4}},{"uid":"231f21157d04b25b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/231f21157d04b25b","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"duration":0}},{"uid":"e2d9b9d22dc7121","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2d9b9d22dc7121","status":"passed","time":{"start":1707769841903,"stop":1707769841904,"duration":1}},{"uid":"19de0cccd62e86ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19de0cccd62e86ae","status":"passed","time":{"start":1707759921459,"stop":1707759921459,"duration":0}},{"uid":"a103be1e55713fe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a103be1e55713fe3","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"822456b1e672a5e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/822456b1e672a5e1","status":"passed","time":{"start":1707756261810,"stop":1707756261812,"duration":2}},{"uid":"cc93d705c20f5a3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc93d705c20f5a3d","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"2131d4a9c9eb7909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2131d4a9c9eb7909","status":"passed","time":{"start":1707753409590,"stop":1707753409590,"duration":0}},{"uid":"e63c472ca938f653","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e63c472ca938f653","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"75f95e3a100a72b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75f95e3a100a72b7","status":"passed","time":{"start":1707736708333,"stop":1707736708333,"duration":0}},{"uid":"e156838495ee162c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e156838495ee162c","status":"passed","time":{"start":1707735914390,"stop":1707735914390,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4df144972f066d1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4df144972f066d1f","status":"passed","time":{"start":1707793028264,"stop":1707793028264,"duration":0}},{"uid":"b2c9ebefa98172e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b2c9ebefa98172e2","status":"passed","time":{"start":1707777972993,"stop":1707777972993,"duration":0}},{"uid":"a521bd2c3e7bc316","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a521bd2c3e7bc316","status":"passed","time":{"start":1707775244524,"stop":1707775244524,"duration":0}},{"uid":"7c2b52af4128162a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c2b52af4128162a","status":"passed","time":{"start":1707775050812,"stop":1707775050813,"duration":1}},{"uid":"ebef3d874dea2a0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebef3d874dea2a0c","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1}},{"uid":"a5ce099f67ab72bd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5ce099f67ab72bd","status":"passed","time":{"start":1707769843136,"stop":1707769843139,"duration":3}},{"uid":"5afc7c7c31beaad7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5afc7c7c31beaad7","status":"passed","time":{"start":1707759965183,"stop":1707759965183,"duration":0}},{"uid":"11d7647a53ff19db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11d7647a53ff19db","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"737244c91ce26b0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/737244c91ce26b0f","status":"passed","time":{"start":1707756267893,"stop":1707756267893,"duration":0}},{"uid":"78acf48041f1fd50","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78acf48041f1fd50","status":"passed","time":{"start":1707753668021,"stop":1707753668022,"duration":1}},{"uid":"d9cd30f09fd07b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9cd30f09fd07b","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"44d913cbf596d3bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44d913cbf596d3bf","status":"passed","time":{"start":1707750796023,"stop":1707750796023,"duration":0}},{"uid":"dcaa0077127ede9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dcaa0077127ede9d","status":"passed","time":{"start":1707736730634,"stop":1707736730634,"duration":0}},{"uid":"f64650eff345f563","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f64650eff345f563","status":"passed","time":{"start":1707735912114,"stop":1707735912114,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"957ec802226ce060","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957ec802226ce060","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0}},{"uid":"d00cb6e633ce40c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d00cb6e633ce40c2","status":"passed","time":{"start":1707777749847,"stop":1707777749848,"duration":1}},{"uid":"a81ca97c9d326086","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a81ca97c9d326086","status":"passed","time":{"start":1707775026270,"stop":1707775026271,"duration":1}},{"uid":"de6ae672481a278e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de6ae672481a278e","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"a73a22556f85c7a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a73a22556f85c7a9","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"631099ff530913ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/631099ff530913ae","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"d7a3053d1b430537","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d7a3053d1b430537","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"5187d887ada17465","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5187d887ada17465","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"6bbcab0686509008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6bbcab0686509008","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"8c3d5238fb31b5cb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c3d5238fb31b5cb","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"27d5c4821aa8349d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27d5c4821aa8349d","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"17edce14d596570e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/17edce14d596570e","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"4ebdcc1cc4f8221e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ebdcc1cc4f8221e","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"6d240c75b130f3fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d240c75b130f3fa","status":"passed","time":{"start":1707735693129,"stop":1707735693130,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d3af5f8c929865df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3af5f8c929865df","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0}},{"uid":"3a6e25d94fb242c6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a6e25d94fb242c6","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"cc63c0933cf61c91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc63c0933cf61c91","status":"passed","time":{"start":1707775649284,"stop":1707775649285,"duration":1}},{"uid":"fe8fb86595cc0347","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe8fb86595cc0347","status":"passed","time":{"start":1707775456618,"stop":1707775456618,"duration":0}},{"uid":"5093832a6f5323ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5093832a6f5323ed","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"18377e062ab48d0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18377e062ab48d0f","status":"passed","time":{"start":1707770165175,"stop":1707770165176,"duration":1}},{"uid":"b1a2e74a46e3790c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1a2e74a46e3790c","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"df04d2832f97aa65","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df04d2832f97aa65","status":"passed","time":{"start":1707758024235,"stop":1707758024235,"duration":0}},{"uid":"b4802aed6f308cb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b4802aed6f308cb","status":"passed","time":{"start":1707756662061,"stop":1707756662061,"duration":0}},{"uid":"debcb7643081da25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/debcb7643081da25","status":"passed","time":{"start":1707753975676,"stop":1707753975677,"duration":1}},{"uid":"b235379b3d909451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b235379b3d909451","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"b7c262fa95618391","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7c262fa95618391","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"b19c835bc02bd947","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19c835bc02bd947","status":"passed","time":{"start":1707737129078,"stop":1707737129079,"duration":1}},{"uid":"40ea115f39a909ba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40ea115f39a909ba","status":"passed","time":{"start":1707736323078,"stop":1707736323078,"duration":0}}]},"6a84a70d9ba5b6ffb6fd767d1d33f5e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d587c0115aad506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d587c0115aad506","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68b82eb9730b2476","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68b82eb9730b2476","status":"passed","time":{"start":1707792890684,"stop":1707792890685,"duration":1}},{"uid":"140db786623bf7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/140db786623bf7d","status":"passed","time":{"start":1707777837224,"stop":1707777837224,"duration":0}},{"uid":"16db451f5b16b73b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16db451f5b16b73b","status":"passed","time":{"start":1707775113058,"stop":1707775113059,"duration":1}},{"uid":"7502412f83ab2788","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7502412f83ab2788","status":"passed","time":{"start":1707774908734,"stop":1707774908735,"duration":1}},{"uid":"94daf0e447c72780","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94daf0e447c72780","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0}},{"uid":"abb5e74d2d577458","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abb5e74d2d577458","status":"passed","time":{"start":1707769706670,"stop":1707769706670,"duration":0}},{"uid":"b8d2caf56ba2d667","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8d2caf56ba2d667","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"f25ead016b940532","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f25ead016b940532","status":"passed","time":{"start":1707757504686,"stop":1707757504686,"duration":0}},{"uid":"17fce85e1d0c415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17fce85e1d0c415","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"b9ce95e4f246f820","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b9ce95e4f246f820","status":"passed","time":{"start":1707753284216,"stop":1707753284217,"duration":1}},{"uid":"e538652f35c41143","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e538652f35c41143","status":"passed","time":{"start":1707736597190,"stop":1707736597191,"duration":1}},{"uid":"55a1f0705b0fda03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55a1f0705b0fda03","status":"passed","time":{"start":1707735784061,"stop":1707735784062,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6136611d0821b7b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6136611d0821b7b1","status":"passed","time":{"start":1707792800010,"stop":1707792800010,"duration":0}},{"uid":"8901d012af61771a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8901d012af61771a","status":"passed","time":{"start":1707777749096,"stop":1707777749097,"duration":1}},{"uid":"92ba0f93964fe462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92ba0f93964fe462","status":"passed","time":{"start":1707775025529,"stop":1707775025530,"duration":1}},{"uid":"ab32ee79a8dd677f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab32ee79a8dd677f","status":"passed","time":{"start":1707774827061,"stop":1707774827062,"duration":1}},{"uid":"904d551741cecef4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/904d551741cecef4","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"duration":0}},{"uid":"1a71e7b760f1f0c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a71e7b760f1f0c6","status":"passed","time":{"start":1707769627291,"stop":1707769627292,"duration":1}},{"uid":"60fdf1a510ed3d1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60fdf1a510ed3d1a","status":"passed","time":{"start":1707759722032,"stop":1707759722032,"duration":0}},{"uid":"e3c4c5631086baaf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3c4c5631086baaf","status":"passed","time":{"start":1707757416840,"stop":1707757416840,"duration":0}},{"uid":"9ae2bb0e87c09907","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9ae2bb0e87c09907","status":"passed","time":{"start":1707756046607,"stop":1707756046607,"duration":0}},{"uid":"f34f723a1ff0f7a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f34f723a1ff0f7a","status":"passed","time":{"start":1707753464667,"stop":1707753464668,"duration":1}},{"uid":"dc458c76f68b75e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc458c76f68b75e2","status":"passed","time":{"start":1707753192939,"stop":1707753192939,"duration":0}},{"uid":"5222c63c0aafa928","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5222c63c0aafa928","status":"passed","time":{"start":1707750593506,"stop":1707750593507,"duration":1}},{"uid":"c9b0a7b8250866b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9b0a7b8250866b2","status":"passed","time":{"start":1707736510880,"stop":1707736510880,"duration":0}},{"uid":"50439685c28e2aaa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/50439685c28e2aaa","status":"passed","time":{"start":1707735692291,"stop":1707735692291,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa470d1db3ebcf85","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa470d1db3ebcf85","status":"passed","time":{"start":1707793230149,"stop":1707793230150,"duration":1}},{"uid":"c76c60de87ad3051","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c76c60de87ad3051","status":"passed","time":{"start":1707778179237,"stop":1707778179238,"duration":1}},{"uid":"9be7eaf1fb6f223a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9be7eaf1fb6f223a","status":"passed","time":{"start":1707775471143,"stop":1707775471144,"duration":1}},{"uid":"4e526f180b05091b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e526f180b05091b","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"8b7eb9c34ee3d65a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b7eb9c34ee3d65a","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1}},{"uid":"1248cdf563b5a882","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1248cdf563b5a882","status":"passed","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"355925cecac3bd77","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/355925cecac3bd77","status":"passed","time":{"start":1707760163326,"stop":1707760163326,"duration":0}},{"uid":"bb0822784ee5ad19","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bb0822784ee5ad19","status":"passed","time":{"start":1707757853543,"stop":1707757853543,"duration":0}},{"uid":"ccc38afdada854fd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccc38afdada854fd","status":"passed","time":{"start":1707756493173,"stop":1707756493173,"duration":0}},{"uid":"37b4430585767d99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b4430585767d99","status":"passed","time":{"start":1707753863562,"stop":1707753863563,"duration":1}},{"uid":"74308c63fe53c617","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74308c63fe53c617","status":"passed","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"4cd6d26cc83c0fb9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4cd6d26cc83c0fb9","status":"passed","time":{"start":1707751014386,"stop":1707751014387,"duration":1}},{"uid":"ae26122c70767c8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ae26122c70767c8d","status":"passed","time":{"start":1707736941409,"stop":1707736941410,"duration":1}},{"uid":"f2404171b96214e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2404171b96214e9","status":"passed","time":{"start":1707736158693,"stop":1707736158693,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d71d52c1b46f662","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d71d52c1b46f662","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"duration":0}},{"uid":"8b93881ea3866c78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b93881ea3866c78","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"143a6b0b72b8e963","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/143a6b0b72b8e963","status":"passed","time":{"start":1707775486620,"stop":1707775486621,"duration":1}},{"uid":"949268f12a66dcef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/949268f12a66dcef","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"5d7fa67036e31614","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d7fa67036e31614","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"duration":1}},{"uid":"57a3fc5bf6aafe99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57a3fc5bf6aafe99","status":"passed","time":{"start":1707770051374,"stop":1707770051375,"duration":1}},{"uid":"1995935ebafe9d6f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995935ebafe9d6f","status":"passed","time":{"start":1707760174016,"stop":1707760174017,"duration":1}},{"uid":"ce8d69e5d8f94443","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce8d69e5d8f94443","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"3e53d9ebc3ca4280","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e53d9ebc3ca4280","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"34028fe729efb9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34028fe729efb9ef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"6639d3eff3891532","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6639d3eff3891532","status":"passed","time":{"start":1707753647499,"stop":1707753647501,"duration":2}},{"uid":"2997544e3270b470","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2997544e3270b470","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"deeb0d862778633c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb0d862778633c","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"5e0bd8aaa5cb2268","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e0bd8aaa5cb2268","status":"passed","time":{"start":1707736152501,"stop":1707736152502,"duration":1}}]},"32c13689727d95ee3cf724cfdb52e90b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35cc47d397f01ddb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/35cc47d397f01ddb","status":"passed","time":{"start":1707775602038,"stop":1707775602039,"duration":1}}]},"0aa88a9b45054b520d6576f5b4e057b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"467fcd148e04892a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/467fcd148e04892a","status":"passed","time":{"start":1707758006722,"stop":1707758006723,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9cc51b976f088be5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9cc51b976f088be5","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"duration":0}},{"uid":"d4e2b1344ff51126","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d4e2b1344ff51126","status":"passed","time":{"start":1707778413527,"stop":1707778413528,"duration":1}},{"uid":"93fc1c694da15eeb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93fc1c694da15eeb","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"d876567225489c3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d876567225489c3e","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"3faea43839b7370d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3faea43839b7370d","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"eba06fcd5fc742c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eba06fcd5fc742c","status":"passed","time":{"start":1707770238694,"stop":1707770238695,"duration":1}},{"uid":"fd01a3da4de7c866","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fd01a3da4de7c866","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"548d1a08c30b63e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d1a08c30b63e7","status":"passed","time":{"start":1707758004336,"stop":1707758004337,"duration":1}},{"uid":"dfffbb47a34d8d03","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfffbb47a34d8d03","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"6c4f105db404b04d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c4f105db404b04d","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"64f9cd93d4595ee4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64f9cd93d4595ee4","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"d695841b5eb27c9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695841b5eb27c9e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"e85a16e1ef4994a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e85a16e1ef4994a7","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"832d6bc37c3cc234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/832d6bc37c3cc234","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"0a9bc71ff7631b2d4a08dfb4d19c4c71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc1e67dba67cee04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc1e67dba67cee04","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"15f4e49680193c2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/15f4e49680193c2d","status":"passed","time":{"start":1707793355775,"stop":1707793355776,"duration":1}},{"uid":"fe2d2555be59deda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe2d2555be59deda","status":"passed","time":{"start":1707778326664,"stop":1707778326665,"duration":1}},{"uid":"be5dd5948742e944","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/be5dd5948742e944","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"79c1b6dd35cf675f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/79c1b6dd35cf675f","status":"passed","time":{"start":1707775405804,"stop":1707775405804,"duration":0}},{"uid":"25830e6cc52702e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25830e6cc52702e3","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"duration":0}},{"uid":"3f6529e936cd6749","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f6529e936cd6749","status":"passed","time":{"start":1707770116107,"stop":1707770116108,"duration":1}},{"uid":"8ac00de08856ff44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ac00de08856ff44","status":"passed","time":{"start":1707760294898,"stop":1707760294898,"duration":0}},{"uid":"27209769443019ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27209769443019ec","status":"passed","time":{"start":1707757992697,"stop":1707757992698,"duration":1}},{"uid":"c922c8a82b4c73a7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c922c8a82b4c73a7","status":"passed","time":{"start":1707756620672,"stop":1707756620672,"duration":0}},{"uid":"49b310fd171fe81a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49b310fd171fe81a","status":"passed","time":{"start":1707753926587,"stop":1707753926587,"duration":0}},{"uid":"d26ceccd8716be2a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d26ceccd8716be2a","status":"passed","time":{"start":1707753779028,"stop":1707753779029,"duration":1}},{"uid":"6e5c96c5b89172ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e5c96c5b89172ce","status":"passed","time":{"start":1707751117672,"stop":1707751117673,"duration":1}},{"uid":"2527a7c9898e5516","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2527a7c9898e5516","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"60229dba08abe6b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60229dba08abe6b2","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c15b5b708e476348","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c15b5b708e476348","status":"passed","time":{"start":1707793371125,"stop":1707793371126,"duration":1}},{"uid":"4d40797ce3ededd9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4d40797ce3ededd9","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"1b0e922cb96f4937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b0e922cb96f4937","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"c998b8a51976ffc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c998b8a51976ffc2","status":"passed","time":{"start":1707775390253,"stop":1707775390253,"duration":0}},{"uid":"8861ecfd491c7774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8861ecfd491c7774","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"duration":0}},{"uid":"66650638fbf8938d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66650638fbf8938d","status":"passed","time":{"start":1707769968736,"stop":1707769968736,"duration":0}},{"uid":"ae8fa2ec054fd630","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8fa2ec054fd630","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"290c9220e8bbf139","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/290c9220e8bbf139","status":"passed","time":{"start":1707758006728,"stop":1707758006728,"duration":0}},{"uid":"37366a6d8767938e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37366a6d8767938e","status":"passed","time":{"start":1707756617065,"stop":1707756617065,"duration":0}},{"uid":"798a6d9665c412d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/798a6d9665c412d1","status":"passed","time":{"start":1707753988894,"stop":1707753988895,"duration":1}},{"uid":"ab4a25a089e67118","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ab4a25a089e67118","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"c70304b60b687086","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c70304b60b687086","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"cd97a2d4e5ad24aa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cd97a2d4e5ad24aa","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"e85064600ca2326e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85064600ca2326e","status":"passed","time":{"start":1707736260166,"stop":1707736260166,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"af93167741a1b462","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af93167741a1b462","status":"passed","time":{"start":1707792907229,"stop":1707792907229,"duration":0}},{"uid":"6f867737374b796b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f867737374b796b","status":"passed","time":{"start":1707777859852,"stop":1707777859852,"duration":0}},{"uid":"ad87b9fa0b77e5c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad87b9fa0b77e5c5","status":"passed","time":{"start":1707775133664,"stop":1707775133665,"duration":1}},{"uid":"5232b7476f81303d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5232b7476f81303d","status":"passed","time":{"start":1707774942679,"stop":1707774942680,"duration":1}},{"uid":"de15dd81c4859513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de15dd81c4859513","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"duration":1}},{"uid":"b8ce605e817911e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce605e817911e7","status":"passed","time":{"start":1707769735031,"stop":1707769735032,"duration":1}},{"uid":"73bb5cd224bacbb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/73bb5cd224bacbb5","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"9fdcdb118d328c78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9fdcdb118d328c78","status":"passed","time":{"start":1707757528819,"stop":1707757528819,"duration":0}},{"uid":"69f0650cfb4f1747","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69f0650cfb4f1747","status":"passed","time":{"start":1707756157289,"stop":1707756157289,"duration":0}},{"uid":"22c457ecd2562f5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22c457ecd2562f5c","status":"passed","time":{"start":1707753578469,"stop":1707753578469,"duration":0}},{"uid":"b86e11b5436ad592","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b86e11b5436ad592","status":"passed","time":{"start":1707753307893,"stop":1707753307893,"duration":0}},{"uid":"96cfe6cbc66bf8db","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96cfe6cbc66bf8db","status":"passed","time":{"start":1707750703125,"stop":1707750703125,"duration":0}},{"uid":"85b69220b8f46f0b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85b69220b8f46f0b","status":"passed","time":{"start":1707736629966,"stop":1707736629967,"duration":1}},{"uid":"4e9cb04b603af7c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e9cb04b603af7c1","status":"passed","time":{"start":1707735809086,"stop":1707735809087,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71d28276ba4cd325","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/71d28276ba4cd325","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0}},{"uid":"50e8acfbab311b8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50e8acfbab311b8f","status":"passed","time":{"start":1707778386472,"stop":1707778386473,"duration":1}},{"uid":"662cf7e30f774129","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/662cf7e30f774129","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"738d15e53d98f1fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/738d15e53d98f1fc","status":"passed","time":{"start":1707775461881,"stop":1707775461882,"duration":1}},{"uid":"f5ee789cf5e62c05","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ee789cf5e62c05","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0}},{"uid":"ee3e5932a28be0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee3e5932a28be0e","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"9b3c5b13edd0686","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b3c5b13edd0686","status":"passed","time":{"start":1707760335938,"stop":1707760335938,"duration":0}},{"uid":"9f55e19a2f36ceee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f55e19a2f36ceee","status":"passed","time":{"start":1707758023526,"stop":1707758023526,"duration":0}},{"uid":"53ceeeb46f1d8c2c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53ceeeb46f1d8c2c","status":"passed","time":{"start":1707756663996,"stop":1707756663996,"duration":0}},{"uid":"d7b21760b8e13cd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7b21760b8e13cd4","status":"passed","time":{"start":1707753717350,"stop":1707753717350,"duration":0}},{"uid":"1f1ab5ddd6500229","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1ab5ddd6500229","status":"passed","time":{"start":1707753837159,"stop":1707753837160,"duration":1}},{"uid":"98135f6dc0a34fcb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/98135f6dc0a34fcb","status":"passed","time":{"start":1707751136277,"stop":1707751136278,"duration":1}},{"uid":"f746bb77a4d81077","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f746bb77a4d81077","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"8c6e129214df5827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c6e129214df5827","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"412d6689cb9b33c3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412d6689cb9b33c3","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"duration":0}},{"uid":"b70b7850c92bd194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b70b7850c92bd194","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"f985fefac20d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f985fefac20d2c6c","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"dba480814c033df3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dba480814c033df3","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"9ecde25b216fabf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ecde25b216fabf6","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"45f1dafce1c4a9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/45f1dafce1c4a9d","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"a72df15c08d1ff4d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a72df15c08d1ff4d","status":"passed","time":{"start":1707760374677,"stop":1707760374678,"duration":1}},{"uid":"3469b00b608ef2a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3469b00b608ef2a7","status":"passed","time":{"start":1707758004321,"stop":1707758004324,"duration":3}},{"uid":"79ceeb195721e933","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ceeb195721e933","status":"passed","time":{"start":1707756690161,"stop":1707756690162,"duration":1}},{"uid":"6dcd86359a98ec62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6dcd86359a98ec62","status":"passed","time":{"start":1707754051785,"stop":1707754051786,"duration":1}},{"uid":"5d50ca69eb648af2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d50ca69eb648af2","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"5e7c5dff35e2c9d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e7c5dff35e2c9d9","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"5f1b0305d06825fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f1b0305d06825fb","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"8b12798648ecc19b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b12798648ecc19b","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a663e8a90e97ecd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a663e8a90e97ecd","status":"passed","time":{"start":1707792814746,"stop":1707792814747,"duration":1}},{"uid":"8e8cc610d244b085","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e8cc610d244b085","status":"passed","time":{"start":1707777764081,"stop":1707777764081,"duration":0}},{"uid":"c91a44635f7c470d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c91a44635f7c470d","status":"passed","time":{"start":1707775040149,"stop":1707775040149,"duration":0}},{"uid":"c9dee9de49066330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9dee9de49066330","status":"passed","time":{"start":1707774842105,"stop":1707774842105,"duration":0}},{"uid":"fbb7ed7bd3a45460","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbb7ed7bd3a45460","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0}},{"uid":"1d643da1e97fdcbf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d643da1e97fdcbf","status":"passed","time":{"start":1707769642222,"stop":1707769642222,"duration":0}},{"uid":"f7f5204a5aa77d11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7f5204a5aa77d11","status":"passed","time":{"start":1707759737070,"stop":1707759737070,"duration":0}},{"uid":"e3fccd6182184636","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3fccd6182184636","status":"passed","time":{"start":1707757431976,"stop":1707757431977,"duration":1}},{"uid":"29e9d53eaaea3e43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/29e9d53eaaea3e43","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"c75bb64c37f324c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c75bb64c37f324c7","status":"passed","time":{"start":1707753479610,"stop":1707753479611,"duration":1}},{"uid":"505548a77b9a80cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/505548a77b9a80cd","status":"passed","time":{"start":1707753208309,"stop":1707753208310,"duration":1}},{"uid":"9a0173b92d30f010","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a0173b92d30f010","status":"passed","time":{"start":1707750608587,"stop":1707750608587,"duration":0}},{"uid":"f1625f31a30fdf98","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f1625f31a30fdf98","status":"passed","time":{"start":1707736525857,"stop":1707736525858,"duration":1}},{"uid":"84660578dea820e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84660578dea820e8","status":"passed","time":{"start":1707735707692,"stop":1707735707692,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"25dd018bf4475d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25dd018bf4475d2","status":"passed","time":{"start":1707793168672,"stop":1707793168673,"duration":1}},{"uid":"1f0c434400d0c7fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f0c434400d0c7fc","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"836728d4c118dbf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/836728d4c118dbf7","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"a2131c570a2d10cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2131c570a2d10cf","status":"passed","time":{"start":1707775219994,"stop":1707775219994,"duration":0}},{"uid":"5728cf043ad33e0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5728cf043ad33e0f","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"7e5ceff08a5e8a63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e5ceff08a5e8a63","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"ffd288b3a02e02ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffd288b3a02e02ef","status":"passed","time":{"start":1707760106454,"stop":1707760106455,"duration":1}},{"uid":"3fbdc9e74b4f37e1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3fbdc9e74b4f37e1","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"dfa91c28069bd13c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfa91c28069bd13c","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"49f80c70bb6ecc5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49f80c70bb6ecc5c","status":"passed","time":{"start":1707753796546,"stop":1707753796546,"duration":0}},{"uid":"102fc05caa1c63f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/102fc05caa1c63f5","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"df626f812ca010cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/df626f812ca010cb","status":"passed","time":{"start":1707750964800,"stop":1707750964800,"duration":0}},{"uid":"60ce7e8acdb16d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60ce7e8acdb16d60","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"bbb7fe29877b8e83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bbb7fe29877b8e83","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"21deada33a0a2b76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21deada33a0a2b76","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0}},{"uid":"b6c2ad1b5b5f8e09","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6c2ad1b5b5f8e09","status":"passed","time":{"start":1707778332046,"stop":1707778332046,"duration":0}},{"uid":"2a5dd7dbd22b40b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5dd7dbd22b40b5","status":"passed","time":{"start":1707775601722,"stop":1707775601723,"duration":1}},{"uid":"c208ed9164b7553d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c208ed9164b7553d","status":"passed","time":{"start":1707775415216,"stop":1707775415217,"duration":1}},{"uid":"bec6c34264aeb139","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bec6c34264aeb139","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2}},{"uid":"1fb0173d9b2bb19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1fb0173d9b2bb19a","status":"passed","time":{"start":1707770103211,"stop":1707770103215,"duration":4}},{"uid":"d48418a84e4331c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d48418a84e4331c7","status":"passed","time":{"start":1707760299489,"stop":1707760299489,"duration":0}},{"uid":"a16c1c902d354190","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a16c1c902d354190","status":"passed","time":{"start":1707757995151,"stop":1707757995152,"duration":1}},{"uid":"d084bd0a4e6c8108","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d084bd0a4e6c8108","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"6ce7caba3534cee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ce7caba3534cee9","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"fa84390d86cd361f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fa84390d86cd361f","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"3d538a6158ab60ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d538a6158ab60ee","status":"passed","time":{"start":1707751137099,"stop":1707751137100,"duration":1}},{"uid":"443614f1e16d3200","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/443614f1e16d3200","status":"passed","time":{"start":1707737056791,"stop":1707737056794,"duration":3}},{"uid":"d2fae27c2793330b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d2fae27c2793330b","status":"passed","time":{"start":1707736286216,"stop":1707736286216,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26bb3a7e13fc4edc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/26bb3a7e13fc4edc","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"duration":0}},{"uid":"d0b46c1e0cf8eb64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0b46c1e0cf8eb64","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"6ac483bf57dee70b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ac483bf57dee70b","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"758484b34fa4e566","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/758484b34fa4e566","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"a0e674fc5d0b7112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e674fc5d0b7112","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"1c16b81dc1e6814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c16b81dc1e6814","status":"passed","time":{"start":1707770208544,"stop":1707770208545,"duration":1}},{"uid":"1fbc351527d2bd8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fbc351527d2bd8f","status":"passed","time":{"start":1707760335948,"stop":1707760335948,"duration":0}},{"uid":"d53d6ac1011ca957","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d53d6ac1011ca957","status":"passed","time":{"start":1707758023533,"stop":1707758023533,"duration":0}},{"uid":"f90803390de922f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f90803390de922f8","status":"passed","time":{"start":1707756664002,"stop":1707756664002,"duration":0}},{"uid":"5d4663cc6274c7af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d4663cc6274c7af","status":"passed","time":{"start":1707753837168,"stop":1707753837168,"duration":0}},{"uid":"fb9d07d04f8a1949","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb9d07d04f8a1949","status":"passed","time":{"start":1707751136309,"stop":1707751136319,"duration":10}},{"uid":"1634a3cd1cc3a5ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1634a3cd1cc3a5ac","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"683ce74e6df950b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/683ce74e6df950b4","status":"passed","time":{"start":1707736322656,"stop":1707736322657,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4105aa8f933b9328","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4105aa8f933b9328","status":"passed","time":{"start":1707793392501,"stop":1707793392501,"duration":0}},{"uid":"16ac7ae19a454799","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/16ac7ae19a454799","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"9451f471a9e8570a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9451f471a9e8570a","status":"passed","time":{"start":1707775644351,"stop":1707775644354,"duration":3}},{"uid":"bfadd7b224b8ce89","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfadd7b224b8ce89","status":"passed","time":{"start":1707775439251,"stop":1707775439252,"duration":1}},{"uid":"c10bd3ae1fab81f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c10bd3ae1fab81f6","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1}},{"uid":"6704a49b664e24f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6704a49b664e24f1","status":"passed","time":{"start":1707770140535,"stop":1707770140535,"duration":0}},{"uid":"4266df3c60188c08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4266df3c60188c08","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"ea141428e0a73043","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ea141428e0a73043","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"2a8ac5b97a9512ae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8ac5b97a9512ae","status":"passed","time":{"start":1707756656797,"stop":1707756656798,"duration":1}},{"uid":"29a330c1cda9257a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a330c1cda9257a","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"d405886b68f7e932","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d405886b68f7e932","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"386e6d62d56b9fb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/386e6d62d56b9fb0","status":"passed","time":{"start":1707751157935,"stop":1707751157936,"duration":1}},{"uid":"43f6a80541fa7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43f6a80541fa7d6b","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"5393bed9551e3922","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5393bed9551e3922","status":"passed","time":{"start":1707736314162,"stop":1707736314163,"duration":1}}]},"7b8168068b8d581e168730e7c5c20df0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a877bf8083eeb4f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a877bf8083eeb4f6","status":"passed","time":{"start":1707736947856,"stop":1707736947857,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a034079ddc596323","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a034079ddc596323","status":"passed","time":{"start":1707793446744,"stop":1707793446745,"duration":1}},{"uid":"4ba46c3e303f86ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ba46c3e303f86ae","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"bc524096b98468df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc524096b98468df","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"b30ab91961512cc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b30ab91961512cc0","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"9f6e5cfdf8007428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6e5cfdf8007428","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"duration":1}},{"uid":"8125c5dd5927dde","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8125c5dd5927dde","status":"passed","time":{"start":1707770238689,"stop":1707770238690,"duration":1}},{"uid":"90536324d40e816","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90536324d40e816","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"c049a8b008f9d2d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c049a8b008f9d2d9","status":"passed","time":{"start":1707758004330,"stop":1707758004330,"duration":0}},{"uid":"a570d670db1c85dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a570d670db1c85dd","status":"passed","time":{"start":1707756690165,"stop":1707756690166,"duration":1}},{"uid":"29a73532bd4ad468","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a73532bd4ad468","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"4020225ba58e19e6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4020225ba58e19e6","status":"passed","time":{"start":1707753877930,"stop":1707753877931,"duration":1}},{"uid":"b5adfa0401fdd9fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5adfa0401fdd9fb","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"1a9bc52e6b7e8ec2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a9bc52e6b7e8ec2","status":"passed","time":{"start":1707737173821,"stop":1707737173822,"duration":1}},{"uid":"9cad26e755a6c23c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9cad26e755a6c23c","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3aa098beff997670","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa098beff997670","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"duration":0}},{"uid":"e19997f2b94c1be6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e19997f2b94c1be6","status":"passed","time":{"start":1707777859851,"stop":1707777859851,"duration":0}},{"uid":"ae2915e03e43b3a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ae2915e03e43b3a","status":"passed","time":{"start":1707775133663,"stop":1707775133664,"duration":1}},{"uid":"e9b398337751a95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9b398337751a95","status":"passed","time":{"start":1707774942679,"stop":1707774942679,"duration":0}},{"uid":"4e3da60eaecf0480","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e3da60eaecf0480","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"duration":0}},{"uid":"32369123bdab01fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32369123bdab01fa","status":"passed","time":{"start":1707769735031,"stop":1707769735031,"duration":0}},{"uid":"c3a355220f4af1a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a355220f4af1a8","status":"passed","time":{"start":1707759831192,"stop":1707759831192,"duration":0}},{"uid":"945d48383577c10e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/945d48383577c10e","status":"passed","time":{"start":1707757528818,"stop":1707757528819,"duration":1}},{"uid":"c0697ecafddf157d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c0697ecafddf157d","status":"passed","time":{"start":1707756157288,"stop":1707756157289,"duration":1}},{"uid":"9e55116ea8f9bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e55116ea8f9bb9","status":"passed","time":{"start":1707753578468,"stop":1707753578468,"duration":0}},{"uid":"4e2f4c4445399fbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4e2f4c4445399fbe","status":"passed","time":{"start":1707753307884,"stop":1707753307893,"duration":9}},{"uid":"46c685b18a241330","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/46c685b18a241330","status":"passed","time":{"start":1707750703124,"stop":1707750703124,"duration":0}},{"uid":"4ed2fcfa781e758a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed2fcfa781e758a","status":"passed","time":{"start":1707736629965,"stop":1707736629965,"duration":0}},{"uid":"2bb5fcedf0d3f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bb5fcedf0d3f613","status":"passed","time":{"start":1707735809086,"stop":1707735809086,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"638989488f0b414","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/638989488f0b414","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0}},{"uid":"7dec7b8307cef840","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7dec7b8307cef840","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"953f5abad672f56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/953f5abad672f56d","status":"passed","time":{"start":1707775656752,"stop":1707775656753,"duration":1}},{"uid":"50aafd13936a30f2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50aafd13936a30f2","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"1bdd28031c61fc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bdd28031c61fc57","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"aac27d44b20152e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aac27d44b20152e6","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"10e3fc0fe5d51df8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10e3fc0fe5d51df8","status":"passed","time":{"start":1707760335958,"stop":1707760335959,"duration":1}},{"uid":"21d04c55211ef317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21d04c55211ef317","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"3bcbbd499c30b076","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bcbbd499c30b076","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"6074eb3163d4c200","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6074eb3163d4c200","status":"passed","time":{"start":1707753837175,"stop":1707753837176,"duration":1}},{"uid":"39bb96c2f3eac686","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39bb96c2f3eac686","status":"passed","time":{"start":1707751136357,"stop":1707751136358,"duration":1}},{"uid":"c77137afd0ac9a65","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c77137afd0ac9a65","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"bd8275d9b82a517a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd8275d9b82a517a","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"8f6a682256a7aee02abf71fe69bdf6e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d17f847f1ee1ee39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d17f847f1ee1ee39","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7cee305fd00b898e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cee305fd00b898e","status":"passed","time":{"start":1707792822802,"stop":1707792822803,"duration":1}},{"uid":"f2acdbd8c6cf336c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f2acdbd8c6cf336c","status":"passed","time":{"start":1707777772232,"stop":1707777772233,"duration":1}},{"uid":"a49d4ac9ffa66be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a49d4ac9ffa66be","status":"passed","time":{"start":1707775048146,"stop":1707775048146,"duration":0}},{"uid":"b0e629bbb42c4af9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0e629bbb42c4af9","status":"passed","time":{"start":1707774850256,"stop":1707774850257,"duration":1}},{"uid":"7d8949d73b8a2b0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d8949d73b8a2b0d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"6d9ce4ec21159492","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d9ce4ec21159492","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"5e15ffa64058763","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e15ffa64058763","status":"passed","time":{"start":1707759745077,"stop":1707759745078,"duration":1}},{"uid":"703636d627925bc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/703636d627925bc6","status":"passed","time":{"start":1707757440221,"stop":1707757440222,"duration":1}},{"uid":"c96b7f65e68efb60","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c96b7f65e68efb60","status":"passed","time":{"start":1707756069082,"stop":1707756069083,"duration":1}},{"uid":"497af9ce4abdd800","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/497af9ce4abdd800","status":"passed","time":{"start":1707753487640,"stop":1707753487641,"duration":1}},{"uid":"a82a1fc1fd8d010d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a82a1fc1fd8d010d","status":"passed","time":{"start":1707753216621,"stop":1707753216621,"duration":0}},{"uid":"a1462962752f77d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1462962752f77d1","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"d1d58157adce20f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1d58157adce20f0","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"7dde0c75d7c18bb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dde0c75d7c18bb","status":"passed","time":{"start":1707735716032,"stop":1707735716033,"duration":1}}]},"9bd7fba9402d052456b428143f335b54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf4b2a84da71adc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf4b2a84da71adc6","status":"passed","time":{"start":1707775486640,"stop":1707775486641,"duration":1}}]},"15786a35c449488daed7276339b37bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3e3dee7f373b803","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3e3dee7f373b803","status":"passed","time":{"start":1707775395377,"stop":1707775395377,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a2e2a80a4bbf4bec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2e2a80a4bbf4bec","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0}},{"uid":"67d90d8c7d11e05d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67d90d8c7d11e05d","status":"passed","time":{"start":1707778332047,"stop":1707778332047,"duration":0}},{"uid":"ccfcf343b2f0a6d6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ccfcf343b2f0a6d6","status":"passed","time":{"start":1707775601723,"stop":1707775601723,"duration":0}},{"uid":"7924aa61b62b34ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7924aa61b62b34ca","status":"passed","time":{"start":1707775415217,"stop":1707775415217,"duration":0}},{"uid":"8fb3c0547e0a44de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb3c0547e0a44de","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1}},{"uid":"b18771cfa0a572b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b18771cfa0a572b6","status":"passed","time":{"start":1707770103215,"stop":1707770103216,"duration":1}},{"uid":"67819060f457597f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/67819060f457597f","status":"passed","time":{"start":1707760299489,"stop":1707760299490,"duration":1}},{"uid":"2eaff6f189532101","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2eaff6f189532101","status":"passed","time":{"start":1707757995152,"stop":1707757995152,"duration":0}},{"uid":"a0f9329468ae5f17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0f9329468ae5f17","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"c92a4f640dc70211","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c92a4f640dc70211","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"f94af0e226fc8078","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94af0e226fc8078","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"480bfe50d75ecdbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/480bfe50d75ecdbf","status":"passed","time":{"start":1707751137100,"stop":1707751137100,"duration":0}},{"uid":"69f5f6fc56de390e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69f5f6fc56de390e","status":"passed","time":{"start":1707737056794,"stop":1707737056795,"duration":1}},{"uid":"7ae68c497bcdc30a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ae68c497bcdc30a","status":"passed","time":{"start":1707736286217,"stop":1707736286218,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12f863a4766edf2f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f863a4766edf2f","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0}},{"uid":"70e8087e9fba4573","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70e8087e9fba4573","status":"passed","time":{"start":1707778343612,"stop":1707778343612,"duration":0}},{"uid":"646a253153e323d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/646a253153e323d9","status":"passed","time":{"start":1707775620187,"stop":1707775620188,"duration":1}},{"uid":"fdf94c7a8eab428c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fdf94c7a8eab428c","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"48be00d2e7427454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48be00d2e7427454","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"c945f8ee32255fa7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c945f8ee32255fa7","status":"passed","time":{"start":1707770126646,"stop":1707770126649,"duration":3}},{"uid":"eed9f284c43b4441","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eed9f284c43b4441","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"f42a3c2dcb659a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f42a3c2dcb659a5","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"2444c63537011131","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2444c63537011131","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"d9119e9d4b66690a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9119e9d4b66690a","status":"passed","time":{"start":1707753934638,"stop":1707753934639,"duration":1}},{"uid":"e95ddfe3e89f2eb0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e95ddfe3e89f2eb0","status":"passed","time":{"start":1707753799510,"stop":1707753799510,"duration":0}},{"uid":"d81eb58c8b13516b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d81eb58c8b13516b","status":"passed","time":{"start":1707751117570,"stop":1707751117571,"duration":1}},{"uid":"e4ba88fe835872e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4ba88fe835872e6","status":"passed","time":{"start":1707737090804,"stop":1707737090806,"duration":2}},{"uid":"7fbee2de8703eb9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fbee2de8703eb9","status":"passed","time":{"start":1707736296307,"stop":1707736296308,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3c9b85e20a960903","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c9b85e20a960903","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0}},{"uid":"4cc0e1ac9b68ca56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4cc0e1ac9b68ca56","status":"passed","time":{"start":1707778386478,"stop":1707778386479,"duration":1}},{"uid":"b331d2d2c6436d71","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b331d2d2c6436d71","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"d369df5263867764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d369df5263867764","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7767795f824c862c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7767795f824c862c","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e7850f4761134d34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7850f4761134d34","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"9f79dfee2b594b4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f79dfee2b594b4e","status":"passed","time":{"start":1707760335944,"stop":1707760335945,"duration":1}},{"uid":"f72d2d5de8ec7e86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f72d2d5de8ec7e86","status":"passed","time":{"start":1707758023530,"stop":1707758023531,"duration":1}},{"uid":"3bd08edfe757c589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bd08edfe757c589","status":"passed","time":{"start":1707756664000,"stop":1707756664000,"duration":0}},{"uid":"2938663e33a07be6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2938663e33a07be6","status":"passed","time":{"start":1707753837165,"stop":1707753837166,"duration":1}},{"uid":"8ecdfff50df0e1dc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ecdfff50df0e1dc","status":"passed","time":{"start":1707751136282,"stop":1707751136290,"duration":8}},{"uid":"af9cbdd3407c13eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af9cbdd3407c13eb","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"d5c1c51a972cd28d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5c1c51a972cd28d","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e8c61e682cf8f28","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e8c61e682cf8f28","status":"passed","time":{"start":1707793012467,"stop":1707793012467,"duration":0}},{"uid":"3619d8a2bc70c76","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3619d8a2bc70c76","status":"passed","time":{"start":1707777977661,"stop":1707777977661,"duration":0}},{"uid":"17eb6bd0d8a6b353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17eb6bd0d8a6b353","status":"passed","time":{"start":1707775258451,"stop":1707775258452,"duration":1}},{"uid":"cbd76e71a619cfe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbd76e71a619cfe7","status":"passed","time":{"start":1707775082008,"stop":1707775082009,"duration":1}},{"uid":"450e50cea6352dae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/450e50cea6352dae","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"duration":0}},{"uid":"aadacfe80d8edc84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadacfe80d8edc84","status":"passed","time":{"start":1707769841892,"stop":1707769841892,"duration":0}},{"uid":"64bbba0ff769bbe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64bbba0ff769bbe7","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"b3493ce3ecf6d56f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3493ce3ecf6d56f","status":"passed","time":{"start":1707757624872,"stop":1707757624872,"duration":0}},{"uid":"c38711aa81e6e86c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c38711aa81e6e86c","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"cf872c34d78f4d3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf872c34d78f4d3d","status":"passed","time":{"start":1707753651142,"stop":1707753651142,"duration":0}},{"uid":"e851cfd73c769ba4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e851cfd73c769ba4","status":"passed","time":{"start":1707753409581,"stop":1707753409581,"duration":0}},{"uid":"d38bb896d3f148fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d38bb896d3f148fa","status":"passed","time":{"start":1707750722039,"stop":1707750722039,"duration":0}},{"uid":"ca87268b828de500","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca87268b828de500","status":"passed","time":{"start":1707736708322,"stop":1707736708323,"duration":1}},{"uid":"83f308bf8266921c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83f308bf8266921c","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ccd8f865c347144a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccd8f865c347144a","status":"passed","time":{"start":1707793371115,"stop":1707793371116,"duration":1}},{"uid":"700f5c3d385deed2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700f5c3d385deed2","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"ea5c3d81197f2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea5c3d81197f2c6c","status":"passed","time":{"start":1707775602033,"stop":1707775602037,"duration":4}},{"uid":"10e47298076e3250","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10e47298076e3250","status":"passed","time":{"start":1707775390246,"stop":1707775390247,"duration":1}},{"uid":"49c90b7e82bd9969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c90b7e82bd9969","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1}},{"uid":"54ee003485c6621a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54ee003485c6621a","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"6d8e45413cf58c6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d8e45413cf58c6e","status":"passed","time":{"start":1707760301824,"stop":1707760301825,"duration":1}},{"uid":"2b821c3f039a7c93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b821c3f039a7c93","status":"passed","time":{"start":1707758006721,"stop":1707758006722,"duration":1}},{"uid":"c88165ae9ea58944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88165ae9ea58944","status":"passed","time":{"start":1707756617057,"stop":1707756617058,"duration":1}},{"uid":"ee95c104d72b8f40","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ee95c104d72b8f40","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"331b5c5d9fca2658","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/331b5c5d9fca2658","status":"passed","time":{"start":1707753782776,"stop":1707753782777,"duration":1}},{"uid":"39501c8fa1c118cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39501c8fa1c118cb","status":"passed","time":{"start":1707751162322,"stop":1707751162322,"duration":0}},{"uid":"8cb3fe267bd19bb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cb3fe267bd19bb3","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"49fc8b7268cbece5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49fc8b7268cbece5","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b942e5bb97a47350","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b942e5bb97a47350","status":"passed","time":{"start":1707792805567,"stop":1707792805568,"duration":1}},{"uid":"3a45c6f062fd525b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a45c6f062fd525b","status":"passed","time":{"start":1707777754561,"stop":1707777754561,"duration":0}},{"uid":"d318bc1d6d9708dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d318bc1d6d9708dc","status":"passed","time":{"start":1707775031070,"stop":1707775031070,"duration":0}},{"uid":"d8d80e926f029534","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d80e926f029534","status":"passed","time":{"start":1707774832648,"stop":1707774832648,"duration":0}},{"uid":"3ef4943e24c30e62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef4943e24c30e62","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"duration":0}},{"uid":"de7775779f71d49c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7775779f71d49c","status":"passed","time":{"start":1707769632864,"stop":1707769632865,"duration":1}},{"uid":"6689b988925b6bea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6689b988925b6bea","status":"passed","time":{"start":1707759727624,"stop":1707759727624,"duration":0}},{"uid":"27e99e794c0bbdc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e99e794c0bbdc7","status":"passed","time":{"start":1707757422396,"stop":1707757422397,"duration":1}},{"uid":"262d1a9113902445","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/262d1a9113902445","status":"passed","time":{"start":1707756051814,"stop":1707756051814,"duration":0}},{"uid":"93a3814831ead3a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/93a3814831ead3a1","status":"passed","time":{"start":1707753470069,"stop":1707753470070,"duration":1}},{"uid":"70e24a93f3bf9625","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70e24a93f3bf9625","status":"passed","time":{"start":1707753198800,"stop":1707753198801,"duration":1}},{"uid":"226199aee1ead637","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/226199aee1ead637","status":"passed","time":{"start":1707750599088,"stop":1707750599088,"duration":0}},{"uid":"d42d90ac836e92a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d42d90ac836e92a7","status":"passed","time":{"start":1707736516544,"stop":1707736516544,"duration":0}},{"uid":"14ba5d670bc3cfdf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/14ba5d670bc3cfdf","status":"passed","time":{"start":1707735697895,"stop":1707735697895,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a85d02cea362ba85","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a85d02cea362ba85","status":"passed","time":{"start":1707793287284,"stop":1707793287285,"duration":1}},{"uid":"e412e5f92c659103","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e412e5f92c659103","status":"passed","time":{"start":1707778251799,"stop":1707778251799,"duration":0}},{"uid":"e0bede4c842af627","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0bede4c842af627","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"8420304f5ee66a14","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8420304f5ee66a14","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"be1cecd6c0a67c2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be1cecd6c0a67c2","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"5a536d05816e8a32","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a536d05816e8a32","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"88efb8e48b5edb3a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88efb8e48b5edb3a","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"62cc60646fdeaeb8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62cc60646fdeaeb8","status":"passed","time":{"start":1707757921499,"stop":1707757921499,"duration":0}},{"uid":"9e5e26571e82ec88","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e5e26571e82ec88","status":"passed","time":{"start":1707756552029,"stop":1707756552029,"duration":0}},{"uid":"5bb51f1165d0a361","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bb51f1165d0a361","status":"passed","time":{"start":1707753853539,"stop":1707753853540,"duration":1}},{"uid":"e2709ba001c33070","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2709ba001c33070","status":"passed","time":{"start":1707753708971,"stop":1707753708972,"duration":1}},{"uid":"76e307002d2d4d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76e307002d2d4d3","status":"passed","time":{"start":1707751075911,"stop":1707751075912,"duration":1}},{"uid":"445660340bb8fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/445660340bb8fe67","status":"passed","time":{"start":1707737000812,"stop":1707737000813,"duration":1}},{"uid":"30594c447482a12f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30594c447482a12f","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"290df14c419f6f56","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/290df14c419f6f56","status":"passed","time":{"start":1707792890685,"stop":1707792890686,"duration":1}},{"uid":"58f3065215900d8b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58f3065215900d8b","status":"passed","time":{"start":1707777837225,"stop":1707777837225,"duration":0}},{"uid":"6cbe19d676ec1464","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cbe19d676ec1464","status":"passed","time":{"start":1707775113060,"stop":1707775113060,"duration":0}},{"uid":"6dbbddef72566836","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6dbbddef72566836","status":"passed","time":{"start":1707774908736,"stop":1707774908736,"duration":0}},{"uid":"ff6afaa72a550ac3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff6afaa72a550ac3","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"duration":0}},{"uid":"20b0a2df7092156d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20b0a2df7092156d","status":"passed","time":{"start":1707769706674,"stop":1707769706674,"duration":0}},{"uid":"95c7b0c32e3c4c36","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95c7b0c32e3c4c36","status":"passed","time":{"start":1707759811411,"stop":1707759811411,"duration":0}},{"uid":"64debe3fd3a7448b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/64debe3fd3a7448b","status":"passed","time":{"start":1707757504687,"stop":1707757504687,"duration":0}},{"uid":"4a7923d618570dc5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4a7923d618570dc5","status":"passed","time":{"start":1707756131521,"stop":1707756131521,"duration":0}},{"uid":"b8f2da74da65a074","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8f2da74da65a074","status":"passed","time":{"start":1707753284218,"stop":1707753284219,"duration":1}},{"uid":"35e56e01ce15c786","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35e56e01ce15c786","status":"passed","time":{"start":1707736597191,"stop":1707736597192,"duration":1}},{"uid":"5c2338afcbc3f7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c2338afcbc3f7b1","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"95a945e69900ead7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95a945e69900ead7","status":"passed","time":{"start":1707793446732,"stop":1707793446733,"duration":1}},{"uid":"dd1a6908ffadd7c0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1a6908ffadd7c0","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"c03158dcba127035","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c03158dcba127035","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"2a335b31b8d738c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2a335b31b8d738c0","status":"passed","time":{"start":1707775494267,"stop":1707775494268,"duration":1}},{"uid":"47615cc5d7462394","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47615cc5d7462394","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"1ede44f247996981","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ede44f247996981","status":"passed","time":{"start":1707770238678,"stop":1707770238679,"duration":1}},{"uid":"a1fb01700459d457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a1fb01700459d457","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"b5b6d5d08759bec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5b6d5d08759bec","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"5228aa121f7dca7b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5228aa121f7dca7b","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"b904490a7a521abb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b904490a7a521abb","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"8aa5e4a42aa78b3c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8aa5e4a42aa78b3c","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"7e8e2ade0c7d630","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e8e2ade0c7d630","status":"passed","time":{"start":1707751228954,"stop":1707751228955,"duration":1}},{"uid":"46462270de05a309","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46462270de05a309","status":"passed","time":{"start":1707737173812,"stop":1707737173813,"duration":1}},{"uid":"b3d758fc691acf86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b3d758fc691acf86","status":"passed","time":{"start":1707736353030,"stop":1707736353031,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43122dfa033d86e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43122dfa033d86e4","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"duration":0}},{"uid":"7402ac71bbca2bc0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7402ac71bbca2bc0","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"9abd5bc296183ea5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9abd5bc296183ea5","status":"passed","time":{"start":1707775395379,"stop":1707775395379,"duration":0}},{"uid":"b3aed33fd670aad3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3aed33fd670aad3","status":"passed","time":{"start":1707775205632,"stop":1707775205633,"duration":1}},{"uid":"d568a7ca14bfe776","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d568a7ca14bfe776","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"duration":1}},{"uid":"d95dfefbd94a1e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d95dfefbd94a1e7","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"ee938d8d7170fa1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee938d8d7170fa1d","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"52b407f169bb68e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52b407f169bb68e0","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"be5ee034110fe2c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be5ee034110fe2c6","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2ab49a71bf2330f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ab49a71bf2330f","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"17f840432304b23c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f840432304b23c","status":"passed","time":{"start":1707753573532,"stop":1707753573532,"duration":0}},{"uid":"64cd95bb390168e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64cd95bb390168e2","status":"passed","time":{"start":1707750953983,"stop":1707750953983,"duration":0}},{"uid":"ad6fbabc6475f51e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad6fbabc6475f51e","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"c785824fd58e2a65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c785824fd58e2a65","status":"passed","time":{"start":1707736081274,"stop":1707736081275,"duration":1}}]},"b4cbc90a4319fb6aab325d5da8481aab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f848a2b84ea2ec8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f848a2b84ea2ec8","status":"passed","time":{"start":1707793371101,"stop":1707793371102,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a4f4becb8677bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a4f4becb8677bf","status":"passed","time":{"start":1707792890685,"stop":1707792890685,"duration":0}},{"uid":"1e93f996f7e3d0d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e93f996f7e3d0d8","status":"passed","time":{"start":1707777837224,"stop":1707777837225,"duration":1}},{"uid":"1ed2519a3687c6e0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ed2519a3687c6e0","status":"passed","time":{"start":1707775113059,"stop":1707775113059,"duration":0}},{"uid":"95dc65e711024e5c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/95dc65e711024e5c","status":"passed","time":{"start":1707774908735,"stop":1707774908735,"duration":0}},{"uid":"635524e40cec34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/635524e40cec34de","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"duration":1}},{"uid":"d02bb577147709a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d02bb577147709a1","status":"passed","time":{"start":1707769706670,"stop":1707769706671,"duration":1}},{"uid":"13df5a129103b550","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13df5a129103b550","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"cb9656ffa554d31f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cb9656ffa554d31f","status":"passed","time":{"start":1707757504686,"stop":1707757504687,"duration":1}},{"uid":"637a175589b86172","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/637a175589b86172","status":"passed","time":{"start":1707756131520,"stop":1707756131521,"duration":1}},{"uid":"c98dc76fbc200dc1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c98dc76fbc200dc1","status":"passed","time":{"start":1707753284217,"stop":1707753284218,"duration":1}},{"uid":"1d4dcc308f61dd88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d4dcc308f61dd88","status":"passed","time":{"start":1707736597191,"stop":1707736597191,"duration":0}},{"uid":"f7c8e315ee556011","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7c8e315ee556011","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6b96ca264741be34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b96ca264741be34","status":"passed","time":{"start":1707793446741,"stop":1707793446742,"duration":1}},{"uid":"e07c8eaea26a4501","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e07c8eaea26a4501","status":"passed","time":{"start":1707778413520,"stop":1707778413521,"duration":1}},{"uid":"46b0e8bd514e8542","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46b0e8bd514e8542","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"af1c9dc17aab9e3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1c9dc17aab9e3a","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"3aa2fe4d88f9f37f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa2fe4d88f9f37f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"979b484b368048b8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/979b484b368048b8","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"b6cdeec83c7f6e50","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6cdeec83c7f6e50","status":"passed","time":{"start":1707760374679,"stop":1707760374680,"duration":1}},{"uid":"c2775147ea5770df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2775147ea5770df","status":"passed","time":{"start":1707758004326,"stop":1707758004327,"duration":1}},{"uid":"148ea5337c01bdcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/148ea5337c01bdcd","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"3922e26334fb8b59","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3922e26334fb8b59","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"a91a6d916b67b8dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a91a6d916b67b8dd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"32a3a7a0f46ebcf2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32a3a7a0f46ebcf2","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"69986bf8a22a0f71","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69986bf8a22a0f71","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b47d2e013e2bcc50","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b47d2e013e2bcc50","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"abcc2e2f1a5b28b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/abcc2e2f1a5b28b7","status":"passed","time":{"start":1707792820892,"stop":1707792820892,"duration":0}},{"uid":"1b4e79fec4f9614c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4e79fec4f9614c","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"2336bb6c6d00264e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2336bb6c6d00264e","status":"passed","time":{"start":1707775046372,"stop":1707775046372,"duration":0}},{"uid":"3a526845d3ed953f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3a526845d3ed953f","status":"passed","time":{"start":1707774848383,"stop":1707774848384,"duration":1}},{"uid":"330140cc20b63249","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/330140cc20b63249","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0}},{"uid":"f1a469f6a427a45a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f1a469f6a427a45a","status":"passed","time":{"start":1707769648573,"stop":1707769648573,"duration":0}},{"uid":"5de03d2c4765c724","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de03d2c4765c724","status":"passed","time":{"start":1707759743253,"stop":1707759743254,"duration":1}},{"uid":"a7a3ca7c6b9be22e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a7a3ca7c6b9be22e","status":"passed","time":{"start":1707757438367,"stop":1707757438368,"duration":1}},{"uid":"13d8b07210bf1b75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13d8b07210bf1b75","status":"passed","time":{"start":1707756067009,"stop":1707756067010,"duration":1}},{"uid":"a021edfa215b3b9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a021edfa215b3b9e","status":"passed","time":{"start":1707753485650,"stop":1707753485650,"duration":0}},{"uid":"8c0fb04ddff7e10d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c0fb04ddff7e10d","status":"passed","time":{"start":1707753214695,"stop":1707753214696,"duration":1}},{"uid":"aea4ec7551c03ed6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aea4ec7551c03ed6","status":"passed","time":{"start":1707750614688,"stop":1707750614688,"duration":0}},{"uid":"55214233f8a30f3a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55214233f8a30f3a","status":"passed","time":{"start":1707736532273,"stop":1707736532274,"duration":1}},{"uid":"9906a74ff75355ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906a74ff75355ed","status":"passed","time":{"start":1707735714123,"stop":1707735714124,"duration":1}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3263e0f2f2f540b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3263e0f2f2f540b9","status":"passed","time":{"start":1707792814756,"stop":1707792814756,"duration":0}},{"uid":"ce23e095eb8108f6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ce23e095eb8108f6","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"7cd48e6d8bf0f2f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cd48e6d8bf0f2f5","status":"passed","time":{"start":1707775040234,"stop":1707775040234,"duration":0}},{"uid":"fb35a6e51279c239","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb35a6e51279c239","status":"passed","time":{"start":1707774842094,"stop":1707774842095,"duration":1}},{"uid":"58ac133c8e486853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58ac133c8e486853","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1}},{"uid":"eefa5ba321084826","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eefa5ba321084826","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"c1dceeef3de76cf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1dceeef3de76cf1","status":"passed","time":{"start":1707759737040,"stop":1707759737040,"duration":0}},{"uid":"f90f5e2f511a5863","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f90f5e2f511a5863","status":"passed","time":{"start":1707757431979,"stop":1707757431979,"duration":0}},{"uid":"ed594027b72b15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed594027b72b15","status":"passed","time":{"start":1707756061066,"stop":1707756061066,"duration":0}},{"uid":"63bdc5eaf50a69a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/63bdc5eaf50a69a8","status":"passed","time":{"start":1707753479613,"stop":1707753479613,"duration":0}},{"uid":"9cffab13c5e3416d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cffab13c5e3416d","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"23e2b7b91ab49eb2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23e2b7b91ab49eb2","status":"passed","time":{"start":1707750608630,"stop":1707750608630,"duration":0}},{"uid":"120d7f70caa8cb08","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120d7f70caa8cb08","status":"passed","time":{"start":1707736525924,"stop":1707736525924,"duration":0}},{"uid":"22bdea63154819a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22bdea63154819a8","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"fefed1428bd4e58f4ce5c311cb64fd32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e709a182e1ed333","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e709a182e1ed333","status":"passed","time":{"start":1707758023544,"stop":1707758023544,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3aa835d973519e4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa835d973519e4c","status":"passed","time":{"start":1707793369032,"stop":1707793369032,"duration":0}},{"uid":"3d348a7e5459a76b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d348a7e5459a76b","status":"passed","time":{"start":1707778332047,"stop":1707778332048,"duration":1}},{"uid":"685d1f2cbaf5a69e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/685d1f2cbaf5a69e","status":"passed","time":{"start":1707775601724,"stop":1707775601724,"duration":0}},{"uid":"d39ab7f632584020","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d39ab7f632584020","status":"passed","time":{"start":1707775415217,"stop":1707775415218,"duration":1}},{"uid":"e9144f5bd60b8cf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9144f5bd60b8cf7","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1}},{"uid":"527425428874a6c1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/527425428874a6c1","status":"passed","time":{"start":1707770103217,"stop":1707770103218,"duration":1}},{"uid":"9bea8d4ff46364a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9bea8d4ff46364a3","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"9231cb8ea212d886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9231cb8ea212d886","status":"passed","time":{"start":1707757995153,"stop":1707757995153,"duration":0}},{"uid":"616eb447454b9397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/616eb447454b9397","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"99d0f606955de1f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99d0f606955de1f6","status":"passed","time":{"start":1707753925424,"stop":1707753925424,"duration":0}},{"uid":"d82b9123a9251c89","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d82b9123a9251c89","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"715a4bd38f742b65","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/715a4bd38f742b65","status":"passed","time":{"start":1707751137100,"stop":1707751137101,"duration":1}},{"uid":"c90b0caa684f7fcf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90b0caa684f7fcf","status":"passed","time":{"start":1707737056797,"stop":1707737056797,"duration":0}},{"uid":"74071c3cbf9752cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74071c3cbf9752cb","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"73cab62f50496467","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73cab62f50496467","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0}},{"uid":"66c7e45ceb94795b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66c7e45ceb94795b","status":"passed","time":{"start":1707777826931,"stop":1707777826932,"duration":1}},{"uid":"bc9c091975c7257f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc9c091975c7257f","status":"passed","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"2d4f578f31aedf49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d4f578f31aedf49","status":"passed","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"2eb18715fa5f66c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eb18715fa5f66c","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"ad7a12fb3bb8a40d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad7a12fb3bb8a40d","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"900568dbb8b54145","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/900568dbb8b54145","status":"passed","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"de15029953855211","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de15029953855211","status":"passed","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"39f9fd699ad37cf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39f9fd699ad37cf2","status":"passed","time":{"start":1707756124837,"stop":1707756124838,"duration":1}},{"uid":"bef0ae34d9a2b510","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bef0ae34d9a2b510","status":"passed","time":{"start":1707753544140,"stop":1707753544140,"duration":0}},{"uid":"a6ae73009c445a03","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6ae73009c445a03","status":"passed","time":{"start":1707753273865,"stop":1707753273866,"duration":1}},{"uid":"57633ea32742b3ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57633ea32742b3ca","status":"passed","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"ce5d1a577cc7ffb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ce5d1a577cc7ffb3","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"5b7d08154260ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b7d08154260ba26","status":"passed","time":{"start":1707735772597,"stop":1707735772597,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dfd1e57bf4eb9002","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd1e57bf4eb9002","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"duration":0}},{"uid":"a613d874e0244a88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a613d874e0244a88","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"d10ff06ba2dc5ec0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10ff06ba2dc5ec0","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"fd13d4d4ba7758b3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd13d4d4ba7758b3","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"5d27da565a025076","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d27da565a025076","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"f5fcb8f95b6fdb6f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5fcb8f95b6fdb6f","status":"passed","time":{"start":1707770238696,"stop":1707770238697,"duration":1}},{"uid":"bf11348dcc014fc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf11348dcc014fc4","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"d06d98e1f399b127","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d06d98e1f399b127","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"699786690c0c0496","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/699786690c0c0496","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"81c9e1586aeb9b81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81c9e1586aeb9b81","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b9f35718388e2e84","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9f35718388e2e84","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"399fa10a6a98a4b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/399fa10a6a98a4b7","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"656046a699b6da1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/656046a699b6da1d","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fe38eb2dea8037f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe38eb2dea8037f6","status":"passed","time":{"start":1707793304784,"stop":1707793304785,"duration":1}},{"uid":"4c2aeaff9fa299fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c2aeaff9fa299fd","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"214036e05f520303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/214036e05f520303","status":"passed","time":{"start":1707775545746,"stop":1707775545746,"duration":0}},{"uid":"31b4c1b2cca8063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/31b4c1b2cca8063e","status":"passed","time":{"start":1707775359954,"stop":1707775359955,"duration":1}},{"uid":"950a82e7db5fffd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/950a82e7db5fffd9","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1}},{"uid":"4b0870e811d3b312","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b0870e811d3b312","status":"passed","time":{"start":1707770099498,"stop":1707770099498,"duration":0}},{"uid":"c7f7d3f7c59eea70","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7f7d3f7c59eea70","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"749eb9d5524ddb5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/749eb9d5524ddb5d","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"9644e3bd1c26271a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9644e3bd1c26271a","status":"passed","time":{"start":1707756564914,"stop":1707756564914,"duration":0}},{"uid":"e20bfa4db6a6350b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e20bfa4db6a6350b","status":"passed","time":{"start":1707753906984,"stop":1707753906986,"duration":2}},{"uid":"780ae8e104ca31c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/780ae8e104ca31c0","status":"passed","time":{"start":1707753724177,"stop":1707753724178,"duration":1}},{"uid":"33c8540d88b84d9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33c8540d88b84d9e","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"33fef2b15605c1ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33fef2b15605c1ee","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"5e5333273a83fb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e5333273a83fb47","status":"passed","time":{"start":1707736227470,"stop":1707736227473,"duration":3}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4487723428eb7fdd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4487723428eb7fdd","status":"passed","time":{"start":1707792838869,"stop":1707792838870,"duration":1}},{"uid":"25f5bf7fb089f314","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25f5bf7fb089f314","status":"passed","time":{"start":1707777787223,"stop":1707777787224,"duration":1}},{"uid":"a8d666b30b545e14","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8d666b30b545e14","status":"passed","time":{"start":1707775063037,"stop":1707775063040,"duration":3}},{"uid":"2923b311eda2dc7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2923b311eda2dc7e","status":"passed","time":{"start":1707774865146,"stop":1707774865148,"duration":2}},{"uid":"bc4d348410f58c07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc4d348410f58c07","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"duration":1}},{"uid":"517dedce1ca1f72d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/517dedce1ca1f72d","status":"passed","time":{"start":1707769665341,"stop":1707769665342,"duration":1}},{"uid":"a6e296cdb487c648","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6e296cdb487c648","status":"passed","time":{"start":1707759759738,"stop":1707759759740,"duration":2}},{"uid":"b646144cba6eff87","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b646144cba6eff87","status":"passed","time":{"start":1707757455906,"stop":1707757455910,"duration":4}},{"uid":"cee86ba90f47c14d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cee86ba90f47c14d","status":"passed","time":{"start":1707756084431,"stop":1707756084432,"duration":1}},{"uid":"ccc8566d264e75dc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ccc8566d264e75dc","status":"passed","time":{"start":1707753503426,"stop":1707753503428,"duration":2}},{"uid":"afc65376df20f3b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc65376df20f3b3","status":"passed","time":{"start":1707753233564,"stop":1707753233565,"duration":1}},{"uid":"c984e5a59e71db96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c984e5a59e71db96","status":"passed","time":{"start":1707750631903,"stop":1707750631904,"duration":1}},{"uid":"7c71a76d3f9de8ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c71a76d3f9de8ef","status":"passed","time":{"start":1707736548883,"stop":1707736548884,"duration":1}},{"uid":"1bfb1aa4c9cea3a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bfb1aa4c9cea3a9","status":"passed","time":{"start":1707735732433,"stop":1707735732434,"duration":1}}]},"3a6a2bd3df95aab72aa5ec00429554ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7aa7d825e4e84d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7aa7d825e4e84d5","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d70428cf06a62bc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d70428cf06a62bc7","status":"passed","time":{"start":1707792821409,"stop":1707792821409,"duration":0}},{"uid":"5c07eaca7f7eb19c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c07eaca7f7eb19c","status":"passed","time":{"start":1707777770857,"stop":1707777770857,"duration":0}},{"uid":"c25e4affb2cfeb63","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c25e4affb2cfeb63","status":"passed","time":{"start":1707775046908,"stop":1707775046908,"duration":0}},{"uid":"e3fcc621df61302d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e3fcc621df61302d","status":"passed","time":{"start":1707774848913,"stop":1707774848913,"duration":0}},{"uid":"b072e0a8c9644429","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b072e0a8c9644429","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0}},{"uid":"eb254144abbd8b28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb254144abbd8b28","status":"passed","time":{"start":1707769649006,"stop":1707769649006,"duration":0}},{"uid":"fe105a3502eac439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe105a3502eac439","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"96fd6ec8abe5f3c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96fd6ec8abe5f3c9","status":"passed","time":{"start":1707757438819,"stop":1707757438819,"duration":0}},{"uid":"7704f0f80c27a0e5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7704f0f80c27a0e5","status":"passed","time":{"start":1707756067672,"stop":1707756067673,"duration":1}},{"uid":"5eceda152816e271","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5eceda152816e271","status":"passed","time":{"start":1707753486286,"stop":1707753486287,"duration":1}},{"uid":"4b72030f5addd3ad","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b72030f5addd3ad","status":"passed","time":{"start":1707753215213,"stop":1707753215214,"duration":1}},{"uid":"952ba57ed3cbb136","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/952ba57ed3cbb136","status":"passed","time":{"start":1707750615194,"stop":1707750615195,"duration":1}},{"uid":"92f62e221c6102f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/92f62e221c6102f2","status":"passed","time":{"start":1707736532652,"stop":1707736532652,"duration":0}},{"uid":"cc6a091c69dec567","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc6a091c69dec567","status":"passed","time":{"start":1707735714498,"stop":1707735714498,"duration":0}}]},"ed13a6da46211e13582b75a67303bc5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5375952f6039385b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5375952f6039385b","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f3a7b6b4f2f296e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3a7b6b4f2f296e5","status":"passed","time":{"start":1707793012462,"stop":1707793012463,"duration":1}},{"uid":"2501469f26a43a10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2501469f26a43a10","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"6ae62362de3d6e52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ae62362de3d6e52","status":"passed","time":{"start":1707775258447,"stop":1707775258447,"duration":0}},{"uid":"a23bee210f8e3dfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a23bee210f8e3dfa","status":"passed","time":{"start":1707775081978,"stop":1707775081978,"duration":0}},{"uid":"24a70cd808154fea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24a70cd808154fea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"26eef40180c90742","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26eef40180c90742","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"fb7c9693d42c13e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7c9693d42c13e7","status":"passed","time":{"start":1707759921443,"stop":1707759921444,"duration":1}},{"uid":"2d798942fdced780","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d798942fdced780","status":"passed","time":{"start":1707757624865,"stop":1707757624865,"duration":0}},{"uid":"243525c54ccce54a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/243525c54ccce54a","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"7233d462886e1f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7233d462886e1f6a","status":"passed","time":{"start":1707753651131,"stop":1707753651132,"duration":1}},{"uid":"483ea2a3fb481696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/483ea2a3fb481696","status":"passed","time":{"start":1707753409575,"stop":1707753409576,"duration":1}},{"uid":"c0c9346ded7b849f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0c9346ded7b849f","status":"passed","time":{"start":1707736708312,"stop":1707736708313,"duration":1}},{"uid":"9bae4e2d34506452","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9bae4e2d34506452","status":"passed","time":{"start":1707735914375,"stop":1707735914376,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33d06a99112ac015","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/33d06a99112ac015","status":"passed","time":{"start":1707793371097,"stop":1707793371097,"duration":0}},{"uid":"b21c1c3956e6b10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b21c1c3956e6b10","status":"passed","time":{"start":1707778338833,"stop":1707778338834,"duration":1}},{"uid":"d9c21ca75d858d16","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9c21ca75d858d16","status":"passed","time":{"start":1707775602014,"stop":1707775602015,"duration":1}},{"uid":"9b80e186db7600be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b80e186db7600be","status":"passed","time":{"start":1707775390222,"stop":1707775390223,"duration":1}},{"uid":"b48097c0873ddc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b48097c0873ddc57","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0}},{"uid":"8c6567581ca7e472","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8c6567581ca7e472","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"c50c43576f2184d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c50c43576f2184d5","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"e973b9215af39745","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e973b9215af39745","status":"passed","time":{"start":1707756617034,"stop":1707756617035,"duration":1}},{"uid":"a097a3ea5ac740e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a097a3ea5ac740e8","status":"passed","time":{"start":1707753988875,"stop":1707753988876,"duration":1}},{"uid":"a63e8391279a67b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a63e8391279a67b8","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"4fd74b086ff84f75","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4fd74b086ff84f75","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"3e6c212c163ffd51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e6c212c163ffd51","status":"passed","time":{"start":1707737091298,"stop":1707737091298,"duration":0}},{"uid":"9dd68ea355e4f216","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9dd68ea355e4f216","status":"passed","time":{"start":1707736260119,"stop":1707736260120,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2cc89de92855880c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cc89de92855880c","status":"passed","time":{"start":1707793400888,"stop":1707793400889,"duration":1}},{"uid":"d501b91992439533","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d501b91992439533","status":"passed","time":{"start":1707778381875,"stop":1707778381875,"duration":0}},{"uid":"b3e5ec6f9f84af93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3e5ec6f9f84af93","status":"passed","time":{"start":1707775653209,"stop":1707775653209,"duration":0}},{"uid":"d1e9121492024675","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e9121492024675","status":"passed","time":{"start":1707775455220,"stop":1707775455221,"duration":1}},{"uid":"9064372f064289bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9064372f064289bc","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0}},{"uid":"7c51184c0bdd93f5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7c51184c0bdd93f5","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"9e92ecbe6f8c85a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e92ecbe6f8c85a2","status":"passed","time":{"start":1707760345983,"stop":1707760345984,"duration":1}},{"uid":"1c467e96f666d6ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c467e96f666d6ea","status":"passed","time":{"start":1707758029746,"stop":1707758029747,"duration":1}},{"uid":"e5c90cf897f7a9c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e5c90cf897f7a9c1","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"ed0aaa8a5c21b1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0aaa8a5c21b1d","status":"passed","time":{"start":1707753981527,"stop":1707753981527,"duration":0}},{"uid":"a334237c5247b569","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a334237c5247b569","status":"passed","time":{"start":1707753832681,"stop":1707753832681,"duration":0}},{"uid":"ebd556c4dd2de95f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ebd556c4dd2de95f","status":"passed","time":{"start":1707751154820,"stop":1707751154821,"duration":1}},{"uid":"fc8db6d9a7de5c5c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc8db6d9a7de5c5c","status":"passed","time":{"start":1707737128059,"stop":1707737128060,"duration":1}},{"uid":"c2e2e1f7d5ecef15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c2e2e1f7d5ecef15","status":"passed","time":{"start":1707736326982,"stop":1707736326983,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae0fad737c4c0b89","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0fad737c4c0b89","status":"passed","time":{"start":1707793370625,"stop":1707793370625,"duration":0}},{"uid":"b1fea6055c94d2d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1fea6055c94d2d","status":"passed","time":{"start":1707778386473,"stop":1707778386474,"duration":1}},{"uid":"db74b286839dc5bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/db74b286839dc5bb","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"a12fc426de4f8a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a12fc426de4f8a9e","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"ea7686ce0c87fe97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea7686ce0c87fe97","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"32a23b972e3dd436","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32a23b972e3dd436","status":"passed","time":{"start":1707770208540,"stop":1707770208541,"duration":1}},{"uid":"8a40fc48e207c47d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8a40fc48e207c47d","status":"passed","time":{"start":1707760335939,"stop":1707760335940,"duration":1}},{"uid":"febbf94f66caabb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/febbf94f66caabb","status":"passed","time":{"start":1707758023527,"stop":1707758023527,"duration":0}},{"uid":"6f25af2fc46917b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f25af2fc46917b1","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"2cdce50320416c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2cdce50320416c7","status":"passed","time":{"start":1707753837160,"stop":1707753837161,"duration":1}},{"uid":"2b90608c5de81ba0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b90608c5de81ba0","status":"passed","time":{"start":1707751136278,"stop":1707751136279,"duration":1}},{"uid":"f9da68a169dca544","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9da68a169dca544","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"f71b9bd8a16429ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f71b9bd8a16429ac","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"9a7a54d354208e38a07193e6729de93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91419a88eacc2269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91419a88eacc2269","status":"passed","time":{"start":1707753423539,"stop":1707753423539,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ed43bef12dafa6b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed43bef12dafa6b5","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0}},{"uid":"a52dcff342f8e6f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a52dcff342f8e6f8","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"f4f3819699aa97ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f4f3819699aa97ec","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"783026d2bde16c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/783026d2bde16c3d","status":"passed","time":{"start":1707774842472,"stop":1707774842472,"duration":0}},{"uid":"97de0b388edadabb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97de0b388edadabb","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"31e34c4af6a0d724","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31e34c4af6a0d724","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"106f1a7080d956b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/106f1a7080d956b4","status":"passed","time":{"start":1707759737377,"stop":1707759737377,"duration":0}},{"uid":"f97465905c0c2b63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f97465905c0c2b63","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"36f2c87a64a38d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36f2c87a64a38d27","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"6bc7f78af2428db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bc7f78af2428db","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"58b77e5c3e3c8b24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/58b77e5c3e3c8b24","status":"passed","time":{"start":1707753208671,"stop":1707753208672,"duration":1}},{"uid":"701498867e42117b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/701498867e42117b","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"e9f232fecfc079d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9f232fecfc079d1","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"fcbcb003872e5709","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcbcb003872e5709","status":"passed","time":{"start":1707735708005,"stop":1707735708006,"duration":1}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d78f93d3af98e7f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d78f93d3af98e7f6","status":"passed","time":{"start":1707792800000,"stop":1707792800001,"duration":1}},{"uid":"1b905c0424d244c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b905c0424d244c5","status":"passed","time":{"start":1707777749084,"stop":1707777749086,"duration":2}},{"uid":"d40797d14f21c098","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d40797d14f21c098","status":"passed","time":{"start":1707775025518,"stop":1707775025519,"duration":1}},{"uid":"e7ef4e1eb91b8240","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7ef4e1eb91b8240","status":"passed","time":{"start":1707774827053,"stop":1707774827054,"duration":1}},{"uid":"30adc7e787a820d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30adc7e787a820d8","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"duration":1}},{"uid":"4a2f3ca01b28c843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4a2f3ca01b28c843","status":"passed","time":{"start":1707769627285,"stop":1707769627285,"duration":0}},{"uid":"9463966830a30c9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9463966830a30c9c","status":"passed","time":{"start":1707759722019,"stop":1707759722020,"duration":1}},{"uid":"14b797e5e548ffdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14b797e5e548ffdb","status":"passed","time":{"start":1707757416829,"stop":1707757416830,"duration":1}},{"uid":"4afad99bd3540f8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4afad99bd3540f8e","status":"passed","time":{"start":1707756046589,"stop":1707756046589,"duration":0}},{"uid":"863381bc715441e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/863381bc715441e7","status":"passed","time":{"start":1707753464661,"stop":1707753464662,"duration":1}},{"uid":"ba5645254416d602","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba5645254416d602","status":"passed","time":{"start":1707753192927,"stop":1707753192928,"duration":1}},{"uid":"ae813215e1f88495","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae813215e1f88495","status":"passed","time":{"start":1707750593500,"stop":1707750593501,"duration":1}},{"uid":"6a05dd11e2e923a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6a05dd11e2e923a4","status":"passed","time":{"start":1707736510871,"stop":1707736510872,"duration":1}},{"uid":"1bf770aa4354be9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf770aa4354be9d","status":"passed","time":{"start":1707735692278,"stop":1707735692279,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e67234dbf663e70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e67234dbf663e70","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0}},{"uid":"b7618cf8f0e801c4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7618cf8f0e801c4","status":"passed","time":{"start":1707777798758,"stop":1707777798759,"duration":1}},{"uid":"671fe9dfb06f7892","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/671fe9dfb06f7892","status":"passed","time":{"start":1707775072145,"stop":1707775072150,"duration":5}},{"uid":"c0ad49c4064f7960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c0ad49c4064f7960","status":"passed","time":{"start":1707774880418,"stop":1707774880419,"duration":1}},{"uid":"daffbec1b627121a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daffbec1b627121a","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"duration":1}},{"uid":"50117c4f836acd6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/50117c4f836acd6a","status":"passed","time":{"start":1707769677702,"stop":1707769677702,"duration":0}},{"uid":"87c3c8697cf08884","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87c3c8697cf08884","status":"passed","time":{"start":1707759769672,"stop":1707759769673,"duration":1}},{"uid":"88f16f8bdce4af1b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88f16f8bdce4af1b","status":"passed","time":{"start":1707757468637,"stop":1707757468638,"duration":1}},{"uid":"a53941c67e2a9da0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a53941c67e2a9da0","status":"passed","time":{"start":1707756096175,"stop":1707756096176,"duration":1}},{"uid":"3e5e7353f457ac32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3e5e7353f457ac32","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"2041dff6fdbe954e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2041dff6fdbe954e","status":"passed","time":{"start":1707753244714,"stop":1707753244726,"duration":12}},{"uid":"9a9c2cb84aa41fb1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a9c2cb84aa41fb1","status":"passed","time":{"start":1707750643519,"stop":1707750643519,"duration":0}},{"uid":"436572258f3afd8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/436572258f3afd8d","status":"passed","time":{"start":1707736558645,"stop":1707736558645,"duration":0}},{"uid":"f2d4f40760ab4b29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2d4f40760ab4b29","status":"passed","time":{"start":1707735743489,"stop":1707735743489,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"836ecb55a00181b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/836ecb55a00181b4","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0}},{"uid":"f9e84da7bbedb5b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9e84da7bbedb5b7","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"dab76a8aa17d29b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dab76a8aa17d29b7","status":"passed","time":{"start":1707775395376,"stop":1707775395376,"duration":0}},{"uid":"1c30c1274813208e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c30c1274813208e","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"607465fa1522425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/607465fa1522425","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0}},{"uid":"12acf07c377ae1ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12acf07c377ae1ea","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"a4beaa50a968b9c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a4beaa50a968b9c1","status":"passed","time":{"start":1707760095403,"stop":1707760095403,"duration":0}},{"uid":"b41daf3ff5b036cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b41daf3ff5b036cd","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}},{"uid":"ecbf24d6d90ac771","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ecbf24d6d90ac771","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}},{"uid":"b2ba126c21cd2880","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ba126c21cd2880","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}},{"uid":"ef431645cd612040","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef431645cd612040","status":"passed","time":{"start":1707753573529,"stop":1707753573530,"duration":1}},{"uid":"4515d4bc7887fd8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4515d4bc7887fd8a","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"71cfcb935a025089","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71cfcb935a025089","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"3d9e4f3bffac54b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d9e4f3bffac54b","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a39974da4e97935a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a39974da4e97935a","status":"passed","time":{"start":1707793142797,"stop":1707793142797,"duration":0}},{"uid":"5ed9123441e20f8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ed9123441e20f8c","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"a7739ed5dd729f5b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7739ed5dd729f5b","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"a6551b05bebc6b54","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6551b05bebc6b54","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"4456f65203e61181","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4456f65203e61181","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"duration":1}},{"uid":"2940a894d62b951b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2940a894d62b951b","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"7052f5e5c8785c04","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7052f5e5c8785c04","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"3be53be03262a5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3be53be03262a5d","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"61914dc63f6e6b4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61914dc63f6e6b4b","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"e9c1418e766ce4aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c1418e766ce4aa","status":"passed","time":{"start":1707753781758,"stop":1707753781759,"duration":1}},{"uid":"c0be4210512971e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0be4210512971e8","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"6ab7e24d8d90742d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab7e24d8d90742d","status":"passed","time":{"start":1707750940662,"stop":1707750940662,"duration":0}},{"uid":"e2be6cd69d490832","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2be6cd69d490832","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"674a9f77feb8bf1e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/674a9f77feb8bf1e","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"13ab44d8dff0f84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/13ab44d8dff0f84","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0}},{"uid":"55e84292f261a928","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/55e84292f261a928","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"cebcca9579cf4285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cebcca9579cf4285","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6bde50e3877d16b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6bde50e3877d16b7","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"4cf5e9c6c7fabeaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cf5e9c6c7fabeaa","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"f11d11a62a482ccd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f11d11a62a482ccd","status":"passed","time":{"start":1707770238697,"stop":1707770238698,"duration":1}},{"uid":"9891ed80542763dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9891ed80542763dd","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"d0bb5baca8dd1a7f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0bb5baca8dd1a7f","status":"passed","time":{"start":1707756690174,"stop":1707756690175,"duration":1}},{"uid":"4369d6114d70cfcd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4369d6114d70cfcd","status":"passed","time":{"start":1707754051798,"stop":1707754051799,"duration":1}},{"uid":"51d6675dbe8bceff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51d6675dbe8bceff","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d10757fb354cdacd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10757fb354cdacd","status":"passed","time":{"start":1707751228971,"stop":1707751228972,"duration":1}},{"uid":"458becef09eefc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/458becef09eefc","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"60261ae6b7aef958","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60261ae6b7aef958","status":"passed","time":{"start":1707736353050,"stop":1707736353051,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"55ea81b56c4852b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55ea81b56c4852b5","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"duration":0}},{"uid":"9759facc1f7ff581","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9759facc1f7ff581","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"a0802496f4fcf64c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0802496f4fcf64c","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"1fa37bc06e01b9ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fa37bc06e01b9ca","status":"passed","time":{"start":1707775494278,"stop":1707775494278,"duration":0}},{"uid":"c0acf8c6302641b2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0acf8c6302641b2","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"bcdd9e46f16dcf2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bcdd9e46f16dcf2c","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"91eee7965ddfa1d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91eee7965ddfa1d8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"d65013b3e6d63314","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d65013b3e6d63314","status":"passed","time":{"start":1707758004327,"stop":1707758004328,"duration":1}},{"uid":"ab20497c0193b174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab20497c0193b174","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"b384c21745e2d399","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b384c21745e2d399","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"9521e09d95a58bcf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9521e09d95a58bcf","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"60557d8b743b29bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60557d8b743b29bc","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"8a04b4221afa514f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a04b4221afa514f","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"ef0fb5dcb5df8585","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef0fb5dcb5df8585","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"96030efe950ca1508eff30d5d8c14bef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7e13ba6c6643939d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e13ba6c6643939d","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020602,"stop":1707751020602,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d430e4dbca157156","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d430e4dbca157156","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"duration":0}},{"uid":"f25a16a9654b59c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f25a16a9654b59c","status":"passed","time":{"start":1707778058488,"stop":1707778058489,"duration":1}},{"uid":"ac99f437ed344208","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac99f437ed344208","status":"passed","time":{"start":1707775337149,"stop":1707775337150,"duration":1}},{"uid":"dfcdc0f84097de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dfcdc0f84097de","status":"passed","time":{"start":1707775143601,"stop":1707775143601,"duration":0}},{"uid":"51e1f12e2a18a5af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51e1f12e2a18a5af","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"duration":0}},{"uid":"c46cba1c53ed59a8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c46cba1c53ed59a8","status":"passed","time":{"start":1707769940209,"stop":1707769940211,"duration":2}},{"uid":"485af700e2a10c8c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/485af700e2a10c8c","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"5ec2cdbb893d3c29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2cdbb893d3c29","status":"passed","time":{"start":1707757736397,"stop":1707757736397,"duration":0}},{"uid":"bebf8a713edae173","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bebf8a713edae173","status":"passed","time":{"start":1707756352341,"stop":1707756352341,"duration":0}},{"uid":"13941702260e699c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13941702260e699c","status":"passed","time":{"start":1707753768710,"stop":1707753768710,"duration":0}},{"uid":"c9620413f19fb153","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9620413f19fb153","status":"passed","time":{"start":1707753512769,"stop":1707753512769,"duration":0}},{"uid":"10c24ef7321af869","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c24ef7321af869","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"457d35642c4f71b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/457d35642c4f71b1","status":"passed","time":{"start":1707736822683,"stop":1707736822683,"duration":0}},{"uid":"8b1b83b5fa779704","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b1b83b5fa779704","status":"passed","time":{"start":1707736014743,"stop":1707736014744,"duration":1}}]},"00aaedd91896ab777a074e3fec40e4e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9731c0ca2e867d0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9731c0ca2e867d0f","status":"passed","time":{"start":1707756617039,"stop":1707756617039,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e478d0baa9416483","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e478d0baa9416483","status":"passed","time":{"start":1707792800135,"stop":1707792800136,"duration":1}},{"uid":"67dd20a6552b36aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67dd20a6552b36aa","status":"passed","time":{"start":1707777749191,"stop":1707777749191,"duration":0}},{"uid":"3f97c3adf88dede2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f97c3adf88dede2","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"b1d744ebd7ae25b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b1d744ebd7ae25b","status":"passed","time":{"start":1707774827196,"stop":1707774827197,"duration":1}},{"uid":"89dc0033d91ddcb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89dc0033d91ddcb1","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5}},{"uid":"c545d21b8fae56e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c545d21b8fae56e3","status":"passed","time":{"start":1707769627358,"stop":1707769627358,"duration":0}},{"uid":"528f036ea5d0e87e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/528f036ea5d0e87e","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"87d3b3316f639c9e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/87d3b3316f639c9e","status":"passed","time":{"start":1707757416949,"stop":1707757416949,"duration":0}},{"uid":"166b088f61381327","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/166b088f61381327","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"c228531f799aede5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c228531f799aede5","status":"passed","time":{"start":1707753464783,"stop":1707753464784,"duration":1}},{"uid":"e7d8de0d92d124d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7d8de0d92d124d2","status":"passed","time":{"start":1707753193012,"stop":1707753193013,"duration":1}},{"uid":"353881c9a7193158","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/353881c9a7193158","status":"passed","time":{"start":1707750593663,"stop":1707750593663,"duration":0}},{"uid":"2d2fbc78a5672ec4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2fbc78a5672ec4","status":"passed","time":{"start":1707736511015,"stop":1707736511015,"duration":0}},{"uid":"98907ce76bd442a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98907ce76bd442a4","status":"passed","time":{"start":1707735692464,"stop":1707735692464,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d297d4ff5a25b354","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d297d4ff5a25b354","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0}},{"uid":"ab1b7df7b0a54b81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab1b7df7b0a54b81","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"bbd0c3194b2fc420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bbd0c3194b2fc420","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"76683aff8223b281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76683aff8223b281","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"758dfe8d4da5bd0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/758dfe8d4da5bd0d","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"256a4dd6ac10e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/256a4dd6ac10e8","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"cc2c4b4e26571d20","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc2c4b4e26571d20","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"2d85af64b618a6fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d85af64b618a6fa","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"1f21503d14c9d42d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1f21503d14c9d42d","status":"passed","time":{"start":1707756664009,"stop":1707756664010,"duration":1}},{"uid":"d37228288be62540","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d37228288be62540","status":"passed","time":{"start":1707753837176,"stop":1707753837176,"duration":0}},{"uid":"76aedcd257d38112","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76aedcd257d38112","status":"passed","time":{"start":1707751136358,"stop":1707751136359,"duration":1}},{"uid":"8e1ae30bb0a8a2c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e1ae30bb0a8a2c8","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"db96aec456a9b96c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db96aec456a9b96c","status":"passed","time":{"start":1707736322664,"stop":1707736322665,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bfabf72458b69e27","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfabf72458b69e27","status":"passed","time":{"start":1707792809058,"stop":1707792809059,"duration":1}},{"uid":"efe2241ec9382eeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/efe2241ec9382eeb","status":"passed","time":{"start":1707777758302,"stop":1707777758303,"duration":1}},{"uid":"1c0326dcce45e528","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c0326dcce45e528","status":"passed","time":{"start":1707775034556,"stop":1707775034557,"duration":1}},{"uid":"b8481d5ba85271b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8481d5ba85271b9","status":"passed","time":{"start":1707774836326,"stop":1707774836327,"duration":1}},{"uid":"6b448eee5becd150","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b448eee5becd150","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1}},{"uid":"aa2cbd34880d944c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cbd34880d944c","status":"passed","time":{"start":1707769636532,"stop":1707769636533,"duration":1}},{"uid":"ba8042c815247c90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ba8042c815247c90","status":"passed","time":{"start":1707759731265,"stop":1707759731266,"duration":1}},{"uid":"aa5ee9611c0204d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa5ee9611c0204d9","status":"passed","time":{"start":1707757426113,"stop":1707757426114,"duration":1}},{"uid":"d2c0be35f8d3967e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2c0be35f8d3967e","status":"passed","time":{"start":1707756055493,"stop":1707756055495,"duration":2}},{"uid":"1e9b6ea72c3dcb38","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e9b6ea72c3dcb38","status":"passed","time":{"start":1707753473919,"stop":1707753473920,"duration":1}},{"uid":"f2a5fffba46cd4bf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2a5fffba46cd4bf","status":"passed","time":{"start":1707753202443,"stop":1707753202444,"duration":1}},{"uid":"b9255b7cc266a99b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9255b7cc266a99b","status":"passed","time":{"start":1707750602786,"stop":1707750602787,"duration":1}},{"uid":"4bd077a3c041b855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bd077a3c041b855","status":"passed","time":{"start":1707736520177,"stop":1707736520179,"duration":2}},{"uid":"5d949a7d8ef9a68e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d949a7d8ef9a68e","status":"passed","time":{"start":1707735701765,"stop":1707735701766,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"242fd63c44f0097a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/242fd63c44f0097a","status":"passed","time":{"start":1707793086615,"stop":1707793086615,"duration":0}},{"uid":"47c37fff8c05995c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47c37fff8c05995c","status":"passed","time":{"start":1707778058490,"stop":1707778058491,"duration":1}},{"uid":"6cf39fa23baa6d38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cf39fa23baa6d38","status":"passed","time":{"start":1707775337155,"stop":1707775337156,"duration":1}},{"uid":"d8e98db2c1ce58e4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e98db2c1ce58e4","status":"passed","time":{"start":1707775143603,"stop":1707775143605,"duration":2}},{"uid":"61787cb8dc4025e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61787cb8dc4025e","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"duration":1}},{"uid":"4246da253bd2dbc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4246da253bd2dbc5","status":"passed","time":{"start":1707769940213,"stop":1707769940213,"duration":0}},{"uid":"6b156185b6c7f861","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b156185b6c7f861","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"f4a94b90d11a5584","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a94b90d11a5584","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"6a3d305cafcf24e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a3d305cafcf24e9","status":"passed","time":{"start":1707756352342,"stop":1707756352343,"duration":1}},{"uid":"eb4d5354f0a2b052","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb4d5354f0a2b052","status":"passed","time":{"start":1707753768712,"stop":1707753768712,"duration":0}},{"uid":"e56cf9fd6175185b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e56cf9fd6175185b","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"73666db28373b4ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/73666db28373b4ec","status":"passed","time":{"start":1707750899684,"stop":1707750899684,"duration":0}},{"uid":"2b05f004be7555e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b05f004be7555e0","status":"passed","time":{"start":1707736822687,"stop":1707736822688,"duration":1}},{"uid":"4819031aa654ef8f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4819031aa654ef8f","status":"passed","time":{"start":1707736014745,"stop":1707736014745,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1446f27b426a627b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1446f27b426a627b","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0}},{"uid":"a64a58ffb8310c93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a64a58ffb8310c93","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"4ce04beedc6016d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ce04beedc6016d0","status":"passed","time":{"start":1707775602027,"stop":1707775602029,"duration":2}},{"uid":"c380b0f32b778c4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c380b0f32b778c4a","status":"passed","time":{"start":1707775390240,"stop":1707775390241,"duration":1}},{"uid":"f1a489d64cbf1dab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1a489d64cbf1dab","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"c0b88f6932a5a430","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c0b88f6932a5a430","status":"passed","time":{"start":1707769968724,"stop":1707769968726,"duration":2}},{"uid":"50df3e50ffd5afd1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50df3e50ffd5afd1","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"1f8e083a317ec27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f8e083a317ec27","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"7f9f1d6c91a10394","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f9f1d6c91a10394","status":"passed","time":{"start":1707756617048,"stop":1707756617049,"duration":1}},{"uid":"6b874045428a599a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6b874045428a599a","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"f55e71f670ec7bce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f55e71f670ec7bce","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"d339cb00516b1113","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d339cb00516b1113","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"db420c127439f7c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db420c127439f7c3","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"aaefae02184208cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aaefae02184208cb","status":"passed","time":{"start":1707736260142,"stop":1707736260145,"duration":3}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58c6962ee58373f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58c6962ee58373f5","status":"passed","time":{"start":1707777997119,"stop":1707777997119,"duration":0}},{"uid":"3615e6a4f9ad98d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3615e6a4f9ad98d1","status":"passed","time":{"start":1707775275757,"stop":1707775275757,"duration":0}},{"uid":"d65411a81a4d07e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d65411a81a4d07e2","status":"passed","time":{"start":1707775085895,"stop":1707775085896,"duration":1}},{"uid":"47e6697566985882","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47e6697566985882","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"duration":0}},{"uid":"8314ff05a8b2ed18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8314ff05a8b2ed18","status":"passed","time":{"start":1707769883328,"stop":1707769883329,"duration":1}},{"uid":"f52afcd376107dcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f52afcd376107dcc","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"795ca1d2c817c49d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/795ca1d2c817c49d","status":"passed","time":{"start":1707757676049,"stop":1707757676049,"duration":0}},{"uid":"b09d34e036432343","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b09d34e036432343","status":"passed","time":{"start":1707756304433,"stop":1707756304433,"duration":0}},{"uid":"7b63248db96d51cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b63248db96d51cf","status":"passed","time":{"start":1707753713262,"stop":1707753713264,"duration":2}},{"uid":"43496032bfc6fddf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43496032bfc6fddf","status":"passed","time":{"start":1707753448106,"stop":1707753448107,"duration":1}},{"uid":"8eafea36a2984b33","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eafea36a2984b33","status":"passed","time":{"start":1707750840052,"stop":1707750840053,"duration":1}},{"uid":"ee2d0ab9e94dceed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ee2d0ab9e94dceed","status":"passed","time":{"start":1707736765046,"stop":1707736765046,"duration":0}},{"uid":"ab7da999dd99a07b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab7da999dd99a07b","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8d10b5656006a29f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d10b5656006a29f","status":"passed","time":{"start":1707793093670,"stop":1707793093671,"duration":1}},{"uid":"e341c6308f719e5c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e341c6308f719e5c","status":"passed","time":{"start":1707778040176,"stop":1707778040176,"duration":0}},{"uid":"8dcf829a965f98b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dcf829a965f98b8","status":"passed","time":{"start":1707775332137,"stop":1707775332137,"duration":0}},{"uid":"32a76a8e18021653","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32a76a8e18021653","status":"passed","time":{"start":1707775137043,"stop":1707775137043,"duration":0}},{"uid":"c0b528c6530e54b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0b528c6530e54b8","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1}},{"uid":"4f4ef5707d95c10c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4f4ef5707d95c10c","status":"passed","time":{"start":1707769926380,"stop":1707769926380,"duration":0}},{"uid":"a56182e18b479314","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a56182e18b479314","status":"passed","time":{"start":1707760029630,"stop":1707760029630,"duration":0}},{"uid":"c5fd768cc4468dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5fd768cc4468dd5","status":"passed","time":{"start":1707757713781,"stop":1707757713781,"duration":0}},{"uid":"c31083881d7ff397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c31083881d7ff397","status":"passed","time":{"start":1707756348022,"stop":1707756348022,"duration":0}},{"uid":"92db230cdb9a9995","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92db230cdb9a9995","status":"passed","time":{"start":1707753739731,"stop":1707753739731,"duration":0}},{"uid":"c2e0433260b5bfb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2e0433260b5bfb6","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"feac3cd36238ede8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feac3cd36238ede8","status":"passed","time":{"start":1707750884258,"stop":1707750884259,"duration":1}},{"uid":"db5f80af0e8859a1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db5f80af0e8859a1","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"d932b80f2817cf61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d932b80f2817cf61","status":"passed","time":{"start":1707736018904,"stop":1707736018904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8aa506b130440f57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8aa506b130440f57","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"duration":0}},{"uid":"a6fcd0caa3e3a6d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6fcd0caa3e3a6d8","status":"passed","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"a4189920d34da08a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a4189920d34da08a","status":"passed","time":{"start":1707775395380,"stop":1707775395380,"duration":0}},{"uid":"a5eed94137038b38","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5eed94137038b38","status":"passed","time":{"start":1707775205634,"stop":1707775205634,"duration":0}},{"uid":"902abc4d7ac60cb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/902abc4d7ac60cb6","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"699bfa4970046eea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/699bfa4970046eea","status":"passed","time":{"start":1707769983282,"stop":1707769983282,"duration":0}},{"uid":"cad50f3897dea228","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cad50f3897dea228","status":"passed","time":{"start":1707760095407,"stop":1707760095408,"duration":1}},{"uid":"37e7983157a4054e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/37e7983157a4054e","status":"passed","time":{"start":1707757790739,"stop":1707757790739,"duration":0}},{"uid":"1706ad67a3c4bf6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1706ad67a3c4bf6f","status":"passed","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"566f272e4192653a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/566f272e4192653a","status":"passed","time":{"start":1707753793195,"stop":1707753793195,"duration":0}},{"uid":"37945dd26b53e160","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37945dd26b53e160","status":"passed","time":{"start":1707753573533,"stop":1707753573533,"duration":0}},{"uid":"b84ea1e78fb78afd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b84ea1e78fb78afd","status":"passed","time":{"start":1707750953984,"stop":1707750953985,"duration":1}},{"uid":"7b54c1ad709f243f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b54c1ad709f243f","status":"passed","time":{"start":1707736878971,"stop":1707736878971,"duration":0}},{"uid":"739a93bc64e8929c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/739a93bc64e8929c","status":"passed","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"e1135ee6ea4a28bb1d2b50c46f70e12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"915b7dd9af6f5e05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/915b7dd9af6f5e05","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"1545aaaeedbf519b58a5d1714b2bf38a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d22a5736f30b8df0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d22a5736f30b8df0","status":"passed","time":{"start":1707775390250,"stop":1707775390250,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2542d60ddce53ac","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2542d60ddce53ac","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"duration":0}},{"uid":"58b198a6e3ee99e8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58b198a6e3ee99e8","status":"passed","time":{"start":1707777997105,"stop":1707777997105,"duration":0}},{"uid":"b72a944b6ef7514e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b72a944b6ef7514e","status":"passed","time":{"start":1707775275745,"stop":1707775275745,"duration":0}},{"uid":"c719fcca10ff56db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c719fcca10ff56db","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b58da7cc233622f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b58da7cc233622f8","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"duration":0}},{"uid":"c09ef7dffb8ddce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c09ef7dffb8ddce1","status":"passed","time":{"start":1707769883313,"stop":1707769883314,"duration":1}},{"uid":"6fc8ba5d53b3876b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc8ba5d53b3876b","status":"passed","time":{"start":1707759981456,"stop":1707759981456,"duration":0}},{"uid":"505f8d403b1b68ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/505f8d403b1b68ea","status":"passed","time":{"start":1707757676036,"stop":1707757676036,"duration":0}},{"uid":"f57d8ea1557ead6c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f57d8ea1557ead6c","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"3baea801530ae79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3baea801530ae79","status":"passed","time":{"start":1707753713235,"stop":1707753713244,"duration":9}},{"uid":"9f4065f408fd2013","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9f4065f408fd2013","status":"passed","time":{"start":1707753448088,"stop":1707753448089,"duration":1}},{"uid":"286b477847dcf156","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/286b477847dcf156","status":"passed","time":{"start":1707750840031,"stop":1707750840031,"duration":0}},{"uid":"3a47631e4f7eae1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a47631e4f7eae1a","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"b2cdf1ec47019d9f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b2cdf1ec47019d9f","status":"passed","time":{"start":1707735955220,"stop":1707735955221,"duration":1}}]},"935cbc9b34f7bf29d8fa034264066c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcfbd196c3589253","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcfbd196c3589253","status":"passed","time":{"start":1707775300142,"stop":1707775300143,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7c546ce731c0bff2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c546ce731c0bff2","status":"passed","time":{"start":1707793012494,"stop":1707793012495,"duration":1}},{"uid":"e0f0a68fefc72b91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0f0a68fefc72b91","status":"passed","time":{"start":1707777977669,"stop":1707777977669,"duration":0}},{"uid":"dc38161b3420ce12","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc38161b3420ce12","status":"passed","time":{"start":1707775258459,"stop":1707775258460,"duration":1}},{"uid":"9693e569ddf9fa7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9693e569ddf9fa7e","status":"passed","time":{"start":1707775082022,"stop":1707775082023,"duration":1}},{"uid":"c8973264dec73f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8973264dec73f8c","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1}},{"uid":"4b099b68cd6405bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b099b68cd6405bc","status":"passed","time":{"start":1707769841903,"stop":1707769841903,"duration":0}},{"uid":"db58553dce392183","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db58553dce392183","status":"passed","time":{"start":1707759921458,"stop":1707759921459,"duration":1}},{"uid":"cfc0920b25e05fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfc0920b25e05fe5","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"1de2c5939dcab17c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1de2c5939dcab17c","status":"passed","time":{"start":1707756261807,"stop":1707756261810,"duration":3}},{"uid":"44020416af7831be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44020416af7831be","status":"passed","time":{"start":1707753651185,"stop":1707753651185,"duration":0}},{"uid":"26e7079f57b4f644","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e7079f57b4f644","status":"passed","time":{"start":1707753409589,"stop":1707753409590,"duration":1}},{"uid":"7e82043b8ea1cad7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e82043b8ea1cad7","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"7dfb91d0923d1000","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dfb91d0923d1000","status":"passed","time":{"start":1707736708332,"stop":1707736708333,"duration":1}},{"uid":"4dedd690f71ceb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4dedd690f71ceb7a","status":"passed","time":{"start":1707735914389,"stop":1707735914390,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53035216b3f8a3d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/53035216b3f8a3d5","status":"passed","time":{"start":1707777997120,"stop":1707777997120,"duration":0}},{"uid":"203f35b462271a60","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/203f35b462271a60","status":"passed","time":{"start":1707775275758,"stop":1707775275758,"duration":0}},{"uid":"585e29bd377dea53","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/585e29bd377dea53","status":"passed","time":{"start":1707775085896,"stop":1707775085897,"duration":1}},{"uid":"13e4b0efc499b9bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/13e4b0efc499b9bf","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"2114bbb2be0f3e47","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2114bbb2be0f3e47","status":"passed","time":{"start":1707769883329,"stop":1707769883330,"duration":1}},{"uid":"1995aa1de70ab800","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995aa1de70ab800","status":"passed","time":{"start":1707759981480,"stop":1707759981480,"duration":0}},{"uid":"182404784481c1f7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/182404784481c1f7","status":"passed","time":{"start":1707757676050,"stop":1707757676050,"duration":0}},{"uid":"78ba8f65296a2786","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/78ba8f65296a2786","status":"passed","time":{"start":1707756304434,"stop":1707756304434,"duration":0}},{"uid":"2f67b80179fcae0d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f67b80179fcae0d","status":"passed","time":{"start":1707753713265,"stop":1707753713266,"duration":1}},{"uid":"16c308aebecf6e95","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16c308aebecf6e95","status":"passed","time":{"start":1707753448107,"stop":1707753448108,"duration":1}},{"uid":"d707779566ba359b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707779566ba359b","status":"passed","time":{"start":1707750840053,"stop":1707750840054,"duration":1}},{"uid":"8568a67f5205476d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8568a67f5205476d","status":"passed","time":{"start":1707736765047,"stop":1707736765048,"duration":1}},{"uid":"2f959f8c60a5a0e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2f959f8c60a5a0e9","status":"passed","time":{"start":1707735955263,"stop":1707735955264,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"844ec15e728c3211","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/844ec15e728c3211","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"duration":0}},{"uid":"6bb5ffd37eeeb9f4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bb5ffd37eeeb9f4","status":"passed","time":{"start":1707778202476,"stop":1707778202477,"duration":1}},{"uid":"13c739be3fe5c7fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13c739be3fe5c7fe","status":"passed","time":{"start":1707775486616,"stop":1707775486617,"duration":1}},{"uid":"5465bdee293a4410","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5465bdee293a4410","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"3e5ba8f77687b169","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e5ba8f77687b169","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"becddfda12db6868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/becddfda12db6868","status":"passed","time":{"start":1707770051367,"stop":1707770051368,"duration":1}},{"uid":"e1ae32af5da9b5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1ae32af5da9b5ab","status":"passed","time":{"start":1707760174012,"stop":1707760174013,"duration":1}},{"uid":"c321f597d253c55b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c321f597d253c55b","status":"passed","time":{"start":1707757873917,"stop":1707757873917,"duration":0}},{"uid":"a0db456157e16efa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0db456157e16efa","status":"passed","time":{"start":1707756499900,"stop":1707756499901,"duration":1}},{"uid":"e76199c8c6b53d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e76199c8c6b53d9","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"113d4f8cddce34d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/113d4f8cddce34d6","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"a9a22e747cc27cda","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a9a22e747cc27cda","status":"passed","time":{"start":1707751019565,"stop":1707751019566,"duration":1}},{"uid":"177d40fca4dc6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/177d40fca4dc6ec","status":"passed","time":{"start":1707736947841,"stop":1707736947841,"duration":0}},{"uid":"e7e8b98aae18d3d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e7e8b98aae18d3d3","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ae38198e540bdb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ae38198e540bdb4","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0}},{"uid":"e593e8f2cc2687e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e593e8f2cc2687e5","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"4860d44f4499827b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4860d44f4499827b","status":"passed","time":{"start":1707775017869,"stop":1707775017869,"duration":0}},{"uid":"307645a5a1dc53bd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/307645a5a1dc53bd","status":"passed","time":{"start":1707774819298,"stop":1707774819298,"duration":0}},{"uid":"53c5cb0e1ac95df5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53c5cb0e1ac95df5","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d2c61635de21f6c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d2c61635de21f6c5","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"426d128ff8804b24","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/426d128ff8804b24","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2a93d2657da10412","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a93d2657da10412","status":"passed","time":{"start":1707757409079,"stop":1707757409080,"duration":1}},{"uid":"ad7135a2f9a0f056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad7135a2f9a0f056","status":"passed","time":{"start":1707756038945,"stop":1707756038946,"duration":1}},{"uid":"61e0f5aa60a883d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61e0f5aa60a883d2","status":"passed","time":{"start":1707753457116,"stop":1707753457117,"duration":1}},{"uid":"e7c49f9ec4a47d59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7c49f9ec4a47d59","status":"passed","time":{"start":1707753185098,"stop":1707753185099,"duration":1}},{"uid":"644970598fb8d4de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/644970598fb8d4de","status":"passed","time":{"start":1707750585901,"stop":1707750585901,"duration":0}},{"uid":"c02545232ce682b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c02545232ce682b5","status":"passed","time":{"start":1707736503318,"stop":1707736503318,"duration":0}},{"uid":"20636b0d10e007a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20636b0d10e007a4","status":"passed","time":{"start":1707735684652,"stop":1707735684653,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7079c869e061d10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7079c869e061d10","status":"passed","time":{"start":1707793168680,"stop":1707793168681,"duration":1}},{"uid":"44382d5be1f9eab8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/44382d5be1f9eab8","status":"passed","time":{"start":1707778126347,"stop":1707778126348,"duration":1}},{"uid":"bef045b33962019c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bef045b33962019c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"983b31bbf08dc00a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/983b31bbf08dc00a","status":"passed","time":{"start":1707775219997,"stop":1707775219998,"duration":1}},{"uid":"f424b6669b53e513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f424b6669b53e513","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"duration":0}},{"uid":"8a487eb992dee533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a487eb992dee533","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"4a973d87921ad3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a973d87921ad3ee","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"c2a4f13ee03175c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2a4f13ee03175c1","status":"passed","time":{"start":1707757804296,"stop":1707757804298,"duration":2}},{"uid":"c6a12c6a46e660e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6a12c6a46e660e7","status":"passed","time":{"start":1707756422348,"stop":1707756422348,"duration":0}},{"uid":"95f4c312e5d8b1e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95f4c312e5d8b1e8","status":"passed","time":{"start":1707753796549,"stop":1707753796550,"duration":1}},{"uid":"a356cb961476107f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a356cb961476107f","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"aa1627000fbb4aaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa1627000fbb4aaa","status":"passed","time":{"start":1707750964805,"stop":1707750964806,"duration":1}},{"uid":"3268b69d20464fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3268b69d20464fbd","status":"passed","time":{"start":1707736890438,"stop":1707736890439,"duration":1}},{"uid":"4456378df17f609d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4456378df17f609d","status":"passed","time":{"start":1707736096391,"stop":1707736096391,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d10e94729ae66da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d10e94729ae66da","status":"passed","time":{"start":1707792799998,"stop":1707792799999,"duration":1}},{"uid":"22dce62acd22f474","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/22dce62acd22f474","status":"passed","time":{"start":1707777749079,"stop":1707777749080,"duration":1}},{"uid":"95f7cc4841b4c94d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/95f7cc4841b4c94d","status":"passed","time":{"start":1707775025514,"stop":1707775025515,"duration":1}},{"uid":"fb7d55cf02ec7b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb7d55cf02ec7b2d","status":"passed","time":{"start":1707774827051,"stop":1707774827052,"duration":1}},{"uid":"ee2257846974123f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee2257846974123f","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"duration":2}},{"uid":"f73ec0263119f8f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f73ec0263119f8f0","status":"passed","time":{"start":1707769627283,"stop":1707769627283,"duration":0}},{"uid":"c1df64d94707e8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1df64d94707e8fe","status":"passed","time":{"start":1707759722017,"stop":1707759722018,"duration":1}},{"uid":"b3560c8d58974eb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3560c8d58974eb9","status":"passed","time":{"start":1707757416822,"stop":1707757416822,"duration":0}},{"uid":"ce097986745b5d18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce097986745b5d18","status":"passed","time":{"start":1707756046587,"stop":1707756046587,"duration":0}},{"uid":"f8dfcf6cb29cc2aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8dfcf6cb29cc2aa","status":"passed","time":{"start":1707753464659,"stop":1707753464660,"duration":1}},{"uid":"5be471972c58e5d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5be471972c58e5d7","status":"passed","time":{"start":1707753192924,"stop":1707753192924,"duration":0}},{"uid":"ca3a67328d52e4f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca3a67328d52e4f8","status":"passed","time":{"start":1707750593498,"stop":1707750593498,"duration":0}},{"uid":"b1eb12af53619f82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b1eb12af53619f82","status":"passed","time":{"start":1707736510869,"stop":1707736510870,"duration":1}},{"uid":"7d1454554c3f739","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d1454554c3f739","status":"passed","time":{"start":1707735692274,"stop":1707735692275,"duration":1}}]},"47405ecb7f759f1ddbac18fe5f361454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcc35393a000531","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc35393a000531","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a90d8169555007a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a90d8169555007a4","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0}},{"uid":"1bd8eb84f4c542b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd8eb84f4c542b","status":"passed","time":{"start":1707777837222,"stop":1707777837223,"duration":1}},{"uid":"d90a163f05076eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d90a163f05076eb2","status":"passed","time":{"start":1707775113056,"stop":1707775113057,"duration":1}},{"uid":"85f4fddb5a64c378","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85f4fddb5a64c378","status":"passed","time":{"start":1707774908731,"stop":1707774908732,"duration":1}},{"uid":"ee5c50a35dd2be4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee5c50a35dd2be4e","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"fa87a1265334f918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa87a1265334f918","status":"passed","time":{"start":1707769706668,"stop":1707769706668,"duration":0}},{"uid":"e461e37434d02253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e461e37434d02253","status":"passed","time":{"start":1707759811408,"stop":1707759811409,"duration":1}},{"uid":"a063fb16c6dd7795","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a063fb16c6dd7795","status":"passed","time":{"start":1707757504684,"stop":1707757504685,"duration":1}},{"uid":"fd30c216a9494ba3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd30c216a9494ba3","status":"passed","time":{"start":1707756131518,"stop":1707756131518,"duration":0}},{"uid":"9274cd80359f2f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9274cd80359f2f04","status":"passed","time":{"start":1707753284214,"stop":1707753284215,"duration":1}},{"uid":"9114f805848b7199","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114f805848b7199","status":"passed","time":{"start":1707736597188,"stop":1707736597189,"duration":1}},{"uid":"9f21352f5fc2102c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9f21352f5fc2102c","status":"passed","time":{"start":1707735784060,"stop":1707735784060,"duration":0}}]},"35e8e80e6ce21e802b6171973d01d9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d60411f238dc060f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d60411f238dc060f","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1db142976966724e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1db142976966724e","status":"passed","time":{"start":1707793304781,"stop":1707793304782,"duration":1}},{"uid":"18e2a168dd238e27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18e2a168dd238e27","status":"passed","time":{"start":1707778270358,"stop":1707778270358,"duration":0}},{"uid":"7ac1dc8e358617f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ac1dc8e358617f2","status":"passed","time":{"start":1707775545728,"stop":1707775545728,"duration":0}},{"uid":"d4df63d6a3b2ae0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4df63d6a3b2ae0b","status":"passed","time":{"start":1707775359951,"stop":1707775359952,"duration":1}},{"uid":"9e5bde7596bf1406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e5bde7596bf1406","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"489137f46cdb3d7f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/489137f46cdb3d7f","status":"passed","time":{"start":1707770099495,"stop":1707770099496,"duration":1}},{"uid":"807cd98158d2b2c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/807cd98158d2b2c3","status":"passed","time":{"start":1707760242013,"stop":1707760242013,"duration":0}},{"uid":"95ff23171d2a9f5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/95ff23171d2a9f5a","status":"passed","time":{"start":1707757936348,"stop":1707757936357,"duration":9}},{"uid":"f5f2ea04805cfa5e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f5f2ea04805cfa5e","status":"passed","time":{"start":1707756564912,"stop":1707756564912,"duration":0}},{"uid":"e17611ff6db11262","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e17611ff6db11262","status":"passed","time":{"start":1707753906981,"stop":1707753906982,"duration":1}},{"uid":"5219d1d84eea8f27","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5219d1d84eea8f27","status":"passed","time":{"start":1707753724176,"stop":1707753724176,"duration":0}},{"uid":"c039bc55e065b460","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c039bc55e065b460","status":"passed","time":{"start":1707751082964,"stop":1707751082965,"duration":1}},{"uid":"84d14a975bafc5a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d14a975bafc5a5","status":"passed","time":{"start":1707736996441,"stop":1707736996442,"duration":1}},{"uid":"8c39a9c3d7b4e33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c39a9c3d7b4e33c","status":"passed","time":{"start":1707736227460,"stop":1707736227460,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75ff6f5248aa6a1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ff6f5248aa6a1e","status":"passed","time":{"start":1707792805604,"stop":1707792805604,"duration":0}},{"uid":"50ef3a49cc15eebf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50ef3a49cc15eebf","status":"passed","time":{"start":1707777754769,"stop":1707777754769,"duration":0}},{"uid":"7911a23fea9f69aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7911a23fea9f69aa","status":"passed","time":{"start":1707775031076,"stop":1707775031077,"duration":1}},{"uid":"ce8d10f75aa5364c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce8d10f75aa5364c","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"6650ed6eb0543b3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6650ed6eb0543b3e","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1}},{"uid":"b066a55b555ea0cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b066a55b555ea0cb","status":"passed","time":{"start":1707769633036,"stop":1707769633036,"duration":0}},{"uid":"6922870fa713ea4b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6922870fa713ea4b","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"99c1088c7b84a50c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99c1088c7b84a50c","status":"passed","time":{"start":1707757422580,"stop":1707757422581,"duration":1}},{"uid":"2eec3b91481c1e96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2eec3b91481c1e96","status":"passed","time":{"start":1707756052099,"stop":1707756052099,"duration":0}},{"uid":"41b04e7f03f67d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/41b04e7f03f67d48","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"7669a9b2ed109bd0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7669a9b2ed109bd0","status":"passed","time":{"start":1707753198734,"stop":1707753198734,"duration":0}},{"uid":"6caf74c9954f55d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6caf74c9954f55d0","status":"passed","time":{"start":1707750599244,"stop":1707750599244,"duration":0}},{"uid":"9b63a354a7cdeaae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b63a354a7cdeaae","status":"passed","time":{"start":1707736516625,"stop":1707736516626,"duration":1}},{"uid":"c00accc32bdd74c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c00accc32bdd74c2","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fbbfd7651265a3e0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbbfd7651265a3e0","status":"passed","time":{"start":1707793370627,"stop":1707793370628,"duration":1}},{"uid":"f71c543d2c95c114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f71c543d2c95c114","status":"passed","time":{"start":1707778386477,"stop":1707778386477,"duration":0}},{"uid":"7f7677c3237b9816","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7f7677c3237b9816","status":"passed","time":{"start":1707775656745,"stop":1707775656746,"duration":1}},{"uid":"69b8f7ccb9993f00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b8f7ccb9993f00","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"5ca71f31ac5ae420","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca71f31ac5ae420","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"duration":1}},{"uid":"4641f2326792eb04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4641f2326792eb04","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"c5dce7b1ee683b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5dce7b1ee683b4","status":"passed","time":{"start":1707760335942,"stop":1707760335943,"duration":1}},{"uid":"213585ef0bc4c3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/213585ef0bc4c3e","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"db1865e2968ab402","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db1865e2968ab402","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"fb6f352f5d790e9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb6f352f5d790e9f","status":"passed","time":{"start":1707753837164,"stop":1707753837164,"duration":0}},{"uid":"2806eb96c2e71d28","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2806eb96c2e71d28","status":"passed","time":{"start":1707751136280,"stop":1707751136281,"duration":1}},{"uid":"59fe65819087ecdf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59fe65819087ecdf","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"16106e7109101670","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/16106e7109101670","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"634f7710638b2984478407d482f50a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae90a38d615816e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9ae90a38d615816e","status":"passed","time":{"start":1707769968732,"stop":1707769968733,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e4644e42e868d811","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4644e42e868d811","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0}},{"uid":"e64d2eda6d9050f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e64d2eda6d9050f5","status":"passed","time":{"start":1707778114667,"stop":1707778114667,"duration":0}},{"uid":"a0793c379d7187d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0793c379d7187d0","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"5a4e0451b2c57978","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a4e0451b2c57978","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"de841fd0e797eaa4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de841fd0e797eaa4","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"2682879db1a60efa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2682879db1a60efa","status":"passed","time":{"start":1707769983269,"stop":1707769983270,"duration":1}},{"uid":"db7ce87fe424b819","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db7ce87fe424b819","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"2db1f4376236b702","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2db1f4376236b702","status":"passed","time":{"start":1707757790727,"stop":1707757790728,"duration":1}},{"uid":"efd7e6627c60096c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efd7e6627c60096c","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"ba1e443cae9ff1a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba1e443cae9ff1a0","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"40b151e3bd8abffe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40b151e3bd8abffe","status":"passed","time":{"start":1707753573523,"stop":1707753573524,"duration":1}},{"uid":"fb6b9e40c25ad58e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb6b9e40c25ad58e","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"d428ae21c97bb86d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d428ae21c97bb86d","status":"passed","time":{"start":1707736878960,"stop":1707736878961,"duration":1}},{"uid":"979699f296eb4e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/979699f296eb4e4e","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f82b30548b240312","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f82b30548b240312","status":"passed","time":{"start":1707777997119,"stop":1707777997119,"duration":0}},{"uid":"2e549db51a84fef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2e549db51a84fef7","status":"passed","time":{"start":1707775275757,"stop":1707775275758,"duration":1}},{"uid":"7e1b2cf1677df221","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e1b2cf1677df221","status":"passed","time":{"start":1707775085896,"stop":1707775085896,"duration":0}},{"uid":"2388cbe8e3d18c23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2388cbe8e3d18c23","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"duration":1}},{"uid":"691107a932360128","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/691107a932360128","status":"passed","time":{"start":1707769883329,"stop":1707769883329,"duration":0}},{"uid":"fe588c51fe1f2ad3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe588c51fe1f2ad3","status":"passed","time":{"start":1707759981479,"stop":1707759981480,"duration":1}},{"uid":"fd989cc9edcf4d16","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd989cc9edcf4d16","status":"passed","time":{"start":1707757676049,"stop":1707757676050,"duration":1}},{"uid":"8c9a513b48b7a74d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c9a513b48b7a74d","status":"passed","time":{"start":1707756304433,"stop":1707756304434,"duration":1}},{"uid":"e564700bdd462bc2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e564700bdd462bc2","status":"passed","time":{"start":1707753713264,"stop":1707753713265,"duration":1}},{"uid":"b6e55dbfbb4c4408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6e55dbfbb4c4408","status":"passed","time":{"start":1707753448107,"stop":1707753448107,"duration":0}},{"uid":"7b9d5de40b0cd0c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b9d5de40b0cd0c2","status":"passed","time":{"start":1707750840053,"stop":1707750840053,"duration":0}},{"uid":"9a5fd6f2b64b636a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a5fd6f2b64b636a","status":"passed","time":{"start":1707736765046,"stop":1707736765047,"duration":1}},{"uid":"74674767ce3c0b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74674767ce3c0b8","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"37df1eaf9369d7fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37df1eaf9369d7fd","status":"passed","time":{"start":1707792799995,"stop":1707792799997,"duration":2}},{"uid":"f7ea0948cf512429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7ea0948cf512429","status":"passed","time":{"start":1707777749076,"stop":1707777749078,"duration":2}},{"uid":"c969bebb156e7a53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c969bebb156e7a53","status":"passed","time":{"start":1707775025511,"stop":1707775025514,"duration":3}},{"uid":"b596e234a7d77e30","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b596e234a7d77e30","status":"passed","time":{"start":1707774827049,"stop":1707774827051,"duration":2}},{"uid":"7cb0a1afc130f954","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cb0a1afc130f954","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2}},{"uid":"de7bedbbc1c72541","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7bedbbc1c72541","status":"passed","time":{"start":1707769627280,"stop":1707769627282,"duration":2}},{"uid":"c41c800950e0ba03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c41c800950e0ba03","status":"passed","time":{"start":1707759722015,"stop":1707759722017,"duration":2}},{"uid":"6baa7e10ed2a8e7b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6baa7e10ed2a8e7b","status":"passed","time":{"start":1707757416819,"stop":1707757416821,"duration":2}},{"uid":"3d1b36dadf93ee96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3d1b36dadf93ee96","status":"passed","time":{"start":1707756046586,"stop":1707756046587,"duration":1}},{"uid":"6cbda9c53cd2c8d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cbda9c53cd2c8d3","status":"passed","time":{"start":1707753464657,"stop":1707753464659,"duration":2}},{"uid":"ee8d39b290a07d15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ee8d39b290a07d15","status":"passed","time":{"start":1707753192921,"stop":1707753192923,"duration":2}},{"uid":"7a12c2c9b7175d4c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a12c2c9b7175d4c","status":"passed","time":{"start":1707750593492,"stop":1707750593497,"duration":5}},{"uid":"a84b1ab3128accd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a84b1ab3128accd6","status":"passed","time":{"start":1707736510867,"stop":1707736510869,"duration":2}},{"uid":"7a526d5e86ff6cfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a526d5e86ff6cfc","status":"passed","time":{"start":1707735692271,"stop":1707735692274,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bff4ce34f34cf38","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bff4ce34f34cf38","status":"passed","time":{"start":1707792820891,"stop":1707792820891,"duration":0}},{"uid":"5e0f87c093fde93e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5e0f87c093fde93e","status":"passed","time":{"start":1707777770258,"stop":1707777770258,"duration":0}},{"uid":"87a305642dc5b6c0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87a305642dc5b6c0","status":"passed","time":{"start":1707775046371,"stop":1707775046371,"duration":0}},{"uid":"308edc2ed0d2eb87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/308edc2ed0d2eb87","status":"passed","time":{"start":1707774848382,"stop":1707774848383,"duration":1}},{"uid":"564e87c54ed57cc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/564e87c54ed57cc7","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"duration":0}},{"uid":"18d0280d8025a0f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18d0280d8025a0f2","status":"passed","time":{"start":1707769648572,"stop":1707769648572,"duration":0}},{"uid":"ddcf8432e8332309","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddcf8432e8332309","status":"passed","time":{"start":1707759743252,"stop":1707759743253,"duration":1}},{"uid":"b7528c8ef7065ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b7528c8ef7065ee","status":"passed","time":{"start":1707757438366,"stop":1707757438366,"duration":0}},{"uid":"4449e2e35f282b9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4449e2e35f282b9a","status":"passed","time":{"start":1707756067008,"stop":1707756067009,"duration":1}},{"uid":"b2ccc590c067e30c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ccc590c067e30c","status":"passed","time":{"start":1707753485649,"stop":1707753485649,"duration":0}},{"uid":"3650ea0c854049dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3650ea0c854049dc","status":"passed","time":{"start":1707753214694,"stop":1707753214695,"duration":1}},{"uid":"7d47e043ab2caa8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d47e043ab2caa8a","status":"passed","time":{"start":1707750614687,"stop":1707750614687,"duration":0}},{"uid":"14d9198b37135b7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/14d9198b37135b7b","status":"passed","time":{"start":1707736532272,"stop":1707736532273,"duration":1}},{"uid":"7211477a77c8ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7211477a77c8ba26","status":"passed","time":{"start":1707735714121,"stop":1707735714122,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"59c22a3ec248ec27","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59c22a3ec248ec27","status":"passed","time":{"start":1707793168685,"stop":1707793168686,"duration":1}},{"uid":"f74a2807888a12ed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f74a2807888a12ed","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"eb753a6fe2f240db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb753a6fe2f240db","status":"passed","time":{"start":1707775409492,"stop":1707775409493,"duration":1}},{"uid":"ddffcc263f3f2848","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ddffcc263f3f2848","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"29c354162b2d5d21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c354162b2d5d21","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"duration":0}},{"uid":"e1a28d57fe07ae9b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1a28d57fe07ae9b","status":"passed","time":{"start":1707769994545,"stop":1707769994546,"duration":1}},{"uid":"4c2737cfa8cd39ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c2737cfa8cd39ec","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c650d793ea3e9fdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c650d793ea3e9fdc","status":"passed","time":{"start":1707757804301,"stop":1707757804302,"duration":1}},{"uid":"53687a4e35173d1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53687a4e35173d1d","status":"passed","time":{"start":1707756422350,"stop":1707756422350,"duration":0}},{"uid":"c4561fc389f01039","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4561fc389f01039","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"b6581be98c7ef254","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6581be98c7ef254","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"660cf8fc68c93406","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/660cf8fc68c93406","status":"passed","time":{"start":1707750964809,"stop":1707750964810,"duration":1}},{"uid":"c3e373157ea017ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3e373157ea017ab","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"96b9dbe901569b51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96b9dbe901569b51","status":"passed","time":{"start":1707736096393,"stop":1707736096393,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f82f87018be8289","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f82f87018be8289","status":"passed","time":{"start":1707792792126,"stop":1707792792128,"duration":2}},{"uid":"fed4a9094badb13d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fed4a9094badb13d","status":"passed","time":{"start":1707777741137,"stop":1707777741138,"duration":1}},{"uid":"19cc654998aa1b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/19cc654998aa1b0","status":"passed","time":{"start":1707775017421,"stop":1707775017422,"duration":1}},{"uid":"40528baadfe36f08","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/40528baadfe36f08","status":"passed","time":{"start":1707774818856,"stop":1707774818858,"duration":2}},{"uid":"ce3e83cf5cd2e088","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce3e83cf5cd2e088","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2}},{"uid":"deab98ad2d9f8139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/deab98ad2d9f8139","status":"passed","time":{"start":1707769619270,"stop":1707769619270,"duration":0}},{"uid":"907c54d9a4ed8bda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/907c54d9a4ed8bda","status":"passed","time":{"start":1707759714210,"stop":1707759714212,"duration":2}},{"uid":"3a2db8220ad398bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a2db8220ad398bb","status":"passed","time":{"start":1707757408508,"stop":1707757408510,"duration":2}},{"uid":"628b40c79a4f20fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/628b40c79a4f20fe","status":"passed","time":{"start":1707756038427,"stop":1707756038429,"duration":2}},{"uid":"fac9884ab2f27cbc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fac9884ab2f27cbc","status":"passed","time":{"start":1707753456512,"stop":1707753456514,"duration":2}},{"uid":"29c8e4bb7ae3b92a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29c8e4bb7ae3b92a","status":"passed","time":{"start":1707753184752,"stop":1707753184754,"duration":2}},{"uid":"8eb81d6b700bdd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb81d6b700bdd3","status":"passed","time":{"start":1707750585379,"stop":1707750585381,"duration":2}},{"uid":"ef5630cba1193f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef5630cba1193f2","status":"passed","time":{"start":1707736502824,"stop":1707736502825,"duration":1}},{"uid":"476f72a151cdfc99","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/476f72a151cdfc99","status":"passed","time":{"start":1707735684284,"stop":1707735684286,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fab4bf38e7bee615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fab4bf38e7bee615","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"duration":0}},{"uid":"543660988ebc00aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/543660988ebc00aa","status":"passed","time":{"start":1707777997104,"stop":1707777997105,"duration":1}},{"uid":"86d342c3db171704","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/86d342c3db171704","status":"passed","time":{"start":1707775275744,"stop":1707775275745,"duration":1}},{"uid":"ea1e083b9db86120","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea1e083b9db86120","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b1341c94b29295c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1341c94b29295c6","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3}},{"uid":"844b6378c86e479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/844b6378c86e479","status":"passed","time":{"start":1707769883310,"stop":1707769883313,"duration":3}},{"uid":"9b0e43d45f784e7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b0e43d45f784e7c","status":"passed","time":{"start":1707759981455,"stop":1707759981456,"duration":1}},{"uid":"8ee67fdc9799f8b9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ee67fdc9799f8b9","status":"passed","time":{"start":1707757676035,"stop":1707757676036,"duration":1}},{"uid":"825add45249670a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/825add45249670a4","status":"passed","time":{"start":1707756304422,"stop":1707756304422,"duration":0}},{"uid":"3a4b9f6b57d1d4b0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a4b9f6b57d1d4b0","status":"passed","time":{"start":1707753713235,"stop":1707753713235,"duration":0}},{"uid":"5afccf24dcb8f47c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5afccf24dcb8f47c","status":"passed","time":{"start":1707753448087,"stop":1707753448088,"duration":1}},{"uid":"a0d5def421febf61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0d5def421febf61","status":"passed","time":{"start":1707750840030,"stop":1707750840031,"duration":1}},{"uid":"5bd5b4fe5be86712","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd5b4fe5be86712","status":"passed","time":{"start":1707736764997,"stop":1707736764998,"duration":1}},{"uid":"2bca4642e44b6674","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bca4642e44b6674","status":"passed","time":{"start":1707735955220,"stop":1707735955220,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4fbb62b8480a14b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4fbb62b8480a14b","status":"passed","time":{"start":1707777997118,"stop":1707777997118,"duration":0}},{"uid":"8dfd3848f003c909","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dfd3848f003c909","status":"passed","time":{"start":1707775275756,"stop":1707775275756,"duration":0}},{"uid":"948b2ffa635d3421","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/948b2ffa635d3421","status":"passed","time":{"start":1707775085894,"stop":1707775085894,"duration":0}},{"uid":"4d21f9c255a8a2f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d21f9c255a8a2f4","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"duration":0}},{"uid":"dbd1a646bb61d233","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbd1a646bb61d233","status":"passed","time":{"start":1707769883327,"stop":1707769883328,"duration":1}},{"uid":"70f3f9e55aba2253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70f3f9e55aba2253","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"f0fef130f2a3a32e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0fef130f2a3a32e","status":"passed","time":{"start":1707757676048,"stop":1707757676048,"duration":0}},{"uid":"bed55b83d2438b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bed55b83d2438b7","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"392ac1b717afcc31","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/392ac1b717afcc31","status":"passed","time":{"start":1707753713261,"stop":1707753713261,"duration":0}},{"uid":"b20447c70510ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b20447c70510ab52","status":"passed","time":{"start":1707753448105,"stop":1707753448106,"duration":1}},{"uid":"91f6cba849b46e2a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91f6cba849b46e2a","status":"passed","time":{"start":1707750840050,"stop":1707750840051,"duration":1}},{"uid":"5e0edc4f0160d1a3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e0edc4f0160d1a3","status":"passed","time":{"start":1707736765043,"stop":1707736765045,"duration":2}},{"uid":"c479be57f134ce2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c479be57f134ce2e","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18542f5259d42963","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18542f5259d42963","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"duration":0}},{"uid":"3b6093d4d5ac2809","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b6093d4d5ac2809","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"9695f33aafa79404","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9695f33aafa79404","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"746fcfef31d1976b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/746fcfef31d1976b","status":"passed","time":{"start":1707775461891,"stop":1707775461891,"duration":0}},{"uid":"97fa05eed189a88f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fa05eed189a88f","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"duration":1}},{"uid":"f47b8b76a16af571","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f47b8b76a16af571","status":"passed","time":{"start":1707770208548,"stop":1707770208548,"duration":0}},{"uid":"3f1540f07971b94b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f1540f07971b94b","status":"passed","time":{"start":1707760335957,"stop":1707760335957,"duration":0}},{"uid":"d9ac25cf86c22b69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9ac25cf86c22b69","status":"passed","time":{"start":1707758023537,"stop":1707758023538,"duration":1}},{"uid":"f74bc487212b860b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f74bc487212b860b","status":"passed","time":{"start":1707756664007,"stop":1707756664007,"duration":0}},{"uid":"f3a09e8ff4c0f8e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3a09e8ff4c0f8e3","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"f54efaab478da49","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f54efaab478da49","status":"passed","time":{"start":1707751136353,"stop":1707751136353,"duration":0}},{"uid":"b17182e33338b659","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b17182e33338b659","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"e4db45dc01f5d133","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4db45dc01f5d133","status":"passed","time":{"start":1707736322661,"stop":1707736322662,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"32156957ffeeb3d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32156957ffeeb3d9","status":"passed","time":{"start":1707793059099,"stop":1707793059099,"duration":0}},{"uid":"f1b21e15eff8c944","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1b21e15eff8c944","status":"passed","time":{"start":1707778002164,"stop":1707778002164,"duration":0}},{"uid":"cdff289bec0efc10","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdff289bec0efc10","status":"passed","time":{"start":1707775288507,"stop":1707775288508,"duration":1}},{"uid":"ba98ac9d38fa96c4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ba98ac9d38fa96c4","status":"passed","time":{"start":1707775094101,"stop":1707775094102,"duration":1}},{"uid":"8a34b95193473da2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a34b95193473da2","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"duration":0}},{"uid":"43352b687e1ec028","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43352b687e1ec028","status":"passed","time":{"start":1707769883624,"stop":1707769883625,"duration":1}},{"uid":"3c0906f09d63aeaf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c0906f09d63aeaf","status":"passed","time":{"start":1707759985510,"stop":1707759985511,"duration":1}},{"uid":"d050c5a71aad280f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d050c5a71aad280f","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"49c2a17093ec0d53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/49c2a17093ec0d53","status":"passed","time":{"start":1707756291412,"stop":1707756291413,"duration":1}},{"uid":"c9ca4105def4864b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9ca4105def4864b","status":"passed","time":{"start":1707753735500,"stop":1707753735501,"duration":1}},{"uid":"392540901820f62a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/392540901820f62a","status":"passed","time":{"start":1707753472967,"stop":1707753472968,"duration":1}},{"uid":"2329b7136cfcb378","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2329b7136cfcb378","status":"passed","time":{"start":1707750845159,"stop":1707750845160,"duration":1}},{"uid":"b8a09e9f6f018b2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8a09e9f6f018b2c","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"559fad1531d8fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/559fad1531d8fe","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"1fac2ff9622729e29d5a7932d08c1479:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b501b6df357bdf2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b501b6df357bdf2","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd6dbbbbc5de6453","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bd6dbbbbc5de6453","status":"passed","time":{"start":1707793446746,"stop":1707793446747,"duration":1}},{"uid":"164a03e90ca7453f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/164a03e90ca7453f","status":"passed","time":{"start":1707778413524,"stop":1707778413525,"duration":1}},{"uid":"6e0a4aeef104fc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e0a4aeef104fc6","status":"passed","time":{"start":1707775685032,"stop":1707775685033,"duration":1}},{"uid":"3bdaf0c70b7ea18c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bdaf0c70b7ea18c","status":"passed","time":{"start":1707775494282,"stop":1707775494283,"duration":1}},{"uid":"b1ae82a64ecc34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1ae82a64ecc34de","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"duration":0}},{"uid":"a3bbeeb8f8755d54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a3bbeeb8f8755d54","status":"passed","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"2ccf7105264531e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ccf7105264531e7","status":"passed","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"140b8a6e1ca4038b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/140b8a6e1ca4038b","status":"passed","time":{"start":1707758004333,"stop":1707758004333,"duration":0}},{"uid":"eab44fd4a60dc40f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eab44fd4a60dc40f","status":"passed","time":{"start":1707756690167,"stop":1707756690168,"duration":1}},{"uid":"23eb5ad309a8a156","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23eb5ad309a8a156","status":"passed","time":{"start":1707754051792,"stop":1707754051792,"duration":0}},{"uid":"b328a7db1a240bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b328a7db1a240bfd","status":"passed","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"f8845a8a3cb990f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8845a8a3cb990f8","status":"passed","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"d2e6fa4ead39abb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2e6fa4ead39abb3","status":"passed","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"f40eb29401154a01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f40eb29401154a01","status":"passed","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e305991ae53cee6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e305991ae53cee6c","status":"passed","time":{"start":1707793086616,"stop":1707793086616,"duration":0}},{"uid":"917d99e3568f5bd4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/917d99e3568f5bd4","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"d7fa9f8554bb8ee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d7fa9f8554bb8ee7","status":"passed","time":{"start":1707775337156,"stop":1707775337157,"duration":1}},{"uid":"3ea2ed8cb4610532","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ea2ed8cb4610532","status":"passed","time":{"start":1707775143605,"stop":1707775143605,"duration":0}},{"uid":"f76d4400fb08f3bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f76d4400fb08f3bc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"3d6fd9a85800c3df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d6fd9a85800c3df","status":"passed","time":{"start":1707769940213,"stop":1707769940214,"duration":1}},{"uid":"520427c4d42b56","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/520427c4d42b56","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"286f3239756aaca9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/286f3239756aaca9","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"852b8083c6600cd3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/852b8083c6600cd3","status":"passed","time":{"start":1707756352343,"stop":1707756352343,"duration":0}},{"uid":"d7dcd5a2e415babb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7dcd5a2e415babb","status":"passed","time":{"start":1707753768712,"stop":1707753768713,"duration":1}},{"uid":"1373cac6f3bfe56e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1373cac6f3bfe56e","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"1822b521f7268f15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1822b521f7268f15","status":"passed","time":{"start":1707750899684,"stop":1707750899685,"duration":1}},{"uid":"2eda6bdbbc99beda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2eda6bdbbc99beda","status":"passed","time":{"start":1707736822688,"stop":1707736822689,"duration":1}},{"uid":"b01b911236e721a6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b01b911236e721a6","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"51aa55a554d04cf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51aa55a554d04cf6","status":"passed","time":{"start":1707793086605,"stop":1707793086614,"duration":9}},{"uid":"de298858f727c29e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de298858f727c29e","status":"passed","time":{"start":1707778058489,"stop":1707778058490,"duration":1}},{"uid":"fdefd67bd02a18a8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fdefd67bd02a18a8","status":"passed","time":{"start":1707775337152,"stop":1707775337153,"duration":1}},{"uid":"4af35de51af870ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4af35de51af870ea","status":"passed","time":{"start":1707775143602,"stop":1707775143602,"duration":0}},{"uid":"124cefe2009480ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cefe2009480ce","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0}},{"uid":"15cd84d52da41f02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15cd84d52da41f02","status":"passed","time":{"start":1707769940212,"stop":1707769940213,"duration":1}},{"uid":"b466a964cc14a53a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b466a964cc14a53a","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"7efe3da20965e47f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7efe3da20965e47f","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"77c08457c5457b6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77c08457c5457b6f","status":"passed","time":{"start":1707756352342,"stop":1707756352342,"duration":0}},{"uid":"fe3de0ec30c65112","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe3de0ec30c65112","status":"passed","time":{"start":1707753768711,"stop":1707753768711,"duration":0}},{"uid":"a408f062f54d52f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a408f062f54d52f5","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"7c68a4421910fd0a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c68a4421910fd0a","status":"passed","time":{"start":1707750899683,"stop":1707750899684,"duration":1}},{"uid":"d275f601c92e1681","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d275f601c92e1681","status":"passed","time":{"start":1707736822685,"stop":1707736822686,"duration":1}},{"uid":"83dd9883daca932f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83dd9883daca932f","status":"passed","time":{"start":1707736014744,"stop":1707736014745,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"833f0ad780a0520a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833f0ad780a0520a","status":"passed","time":{"start":1707793128326,"stop":1707793128326,"duration":0}},{"uid":"6974ee6247ba4d9f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6974ee6247ba4d9f","status":"passed","time":{"start":1707778092877,"stop":1707778092878,"duration":1}},{"uid":"b02bd8ed5c993c0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b02bd8ed5c993c0b","status":"passed","time":{"start":1707775368918,"stop":1707775368918,"duration":0}},{"uid":"fa9b6802a1511ee3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9b6802a1511ee3","status":"passed","time":{"start":1707775183286,"stop":1707775183287,"duration":1}},{"uid":"2a68eb11c6e86ea4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a68eb11c6e86ea4","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0}},{"uid":"dc188592cb712b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc188592cb712b1a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"6fc967693d8635f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc967693d8635f5","status":"passed","time":{"start":1707760073028,"stop":1707760073028,"duration":0}},{"uid":"f7ae6ac96cdfdd8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7ae6ac96cdfdd8","status":"passed","time":{"start":1707757771072,"stop":1707757771073,"duration":1}},{"uid":"58fceadbbd5f2ea6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/58fceadbbd5f2ea6","status":"passed","time":{"start":1707756387890,"stop":1707756387891,"duration":1}},{"uid":"736ff31e408cfb66","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736ff31e408cfb66","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"918e0d488fa6d036","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/918e0d488fa6d036","status":"passed","time":{"start":1707753549844,"stop":1707753549844,"duration":0}},{"uid":"86cde4e912921870","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86cde4e912921870","status":"passed","time":{"start":1707750934221,"stop":1707750934222,"duration":1}},{"uid":"d68c8ff0c96d412a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d68c8ff0c96d412a","status":"passed","time":{"start":1707736857299,"stop":1707736857300,"duration":1}},{"uid":"5c547074ef215143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c547074ef215143","status":"passed","time":{"start":1707736056533,"stop":1707736056534,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff4ece4c8767475f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff4ece4c8767475f","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"duration":0}},{"uid":"47d19cef324d95d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47d19cef324d95d8","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"e5d650505749e986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5d650505749e986","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"db77edbb0145200d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db77edbb0145200d","status":"passed","time":{"start":1707775461890,"stop":1707775461891,"duration":1}},{"uid":"c3bbf8cc4e54a6f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3bbf8cc4e54a6f7","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"92c89469c0c4d1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92c89469c0c4d1a","status":"passed","time":{"start":1707770208547,"stop":1707770208548,"duration":1}},{"uid":"16417c6b5817a509","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16417c6b5817a509","status":"passed","time":{"start":1707760335956,"stop":1707760335957,"duration":1}},{"uid":"1d6b29af3932b164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d6b29af3932b164","status":"passed","time":{"start":1707758023537,"stop":1707758023537,"duration":0}},{"uid":"e348cc4569b05174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e348cc4569b05174","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"c6a1486431aab745","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6a1486431aab745","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"d8749fe80fbba35d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8749fe80fbba35d","status":"passed","time":{"start":1707751136340,"stop":1707751136352,"duration":12}},{"uid":"b8e27e9725c4e7a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8e27e9725c4e7a8","status":"passed","time":{"start":1707737124646,"stop":1707737124647,"duration":1}},{"uid":"eb9ced7bac979f67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb9ced7bac979f67","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"f4ce0300cf85c12e32da15828cdbc1d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d4b9a7976a647e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d4b9a7976a647e8","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"59951f2ed14ab21d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59951f2ed14ab21d","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0}},{"uid":"28966cba9a7996f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/28966cba9a7996f5","status":"passed","time":{"start":1707777973006,"stop":1707777973006,"duration":0}},{"uid":"6f345497331d3bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f345497331d3bad","status":"passed","time":{"start":1707775244534,"stop":1707775244535,"duration":1}},{"uid":"a979a8a3d97e4f8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a979a8a3d97e4f8d","status":"passed","time":{"start":1707775050824,"stop":1707775050824,"duration":0}},{"uid":"3a968751b713aeb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a968751b713aeb9","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"f3568cc3d7bff28a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3568cc3d7bff28a","status":"passed","time":{"start":1707769843151,"stop":1707769843151,"duration":0}},{"uid":"810a0b63c691c829","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/810a0b63c691c829","status":"passed","time":{"start":1707759965211,"stop":1707759965211,"duration":0}},{"uid":"486e6fa478b70c77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/486e6fa478b70c77","status":"passed","time":{"start":1707757644396,"stop":1707757644396,"duration":0}},{"uid":"c75294301f763120","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c75294301f763120","status":"passed","time":{"start":1707756267918,"stop":1707756267918,"duration":0}},{"uid":"3b91160481085415","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b91160481085415","status":"passed","time":{"start":1707753668084,"stop":1707753668084,"duration":0}},{"uid":"f018fa0ffd5a3c5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f018fa0ffd5a3c5f","status":"passed","time":{"start":1707753423543,"stop":1707753423544,"duration":1}},{"uid":"5433d9a02ecfb84a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5433d9a02ecfb84a","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"f01a5ae1566432ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f01a5ae1566432ee","status":"passed","time":{"start":1707736730661,"stop":1707736730662,"duration":1}},{"uid":"9d9eb2bfa9175c7c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d9eb2bfa9175c7c","status":"passed","time":{"start":1707735912134,"stop":1707735912135,"duration":1}}]},"fa7a3192cfe17722ce09251a51796a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d29200a20627d925","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d29200a20627d925","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"ed384a72ea87e4f5d3028bab84a1835a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e6d34051ec48ff3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e6d34051ec48ff3","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82ab530d3651190b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/82ab530d3651190b","status":"passed","time":{"start":1707793369032,"stop":1707793369034,"duration":2}},{"uid":"7e1defe6181eb88c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e1defe6181eb88c","status":"passed","time":{"start":1707778332048,"stop":1707778332049,"duration":1}},{"uid":"e686e75131315261","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e686e75131315261","status":"passed","time":{"start":1707775601725,"stop":1707775601725,"duration":0}},{"uid":"efeba9144ae54a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/efeba9144ae54a19","status":"passed","time":{"start":1707775415218,"stop":1707775415218,"duration":0}},{"uid":"5ebc808ddb129d90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ebc808ddb129d90","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0}},{"uid":"b8f7d670d3af694","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8f7d670d3af694","status":"passed","time":{"start":1707770103221,"stop":1707770103222,"duration":1}},{"uid":"378b643f8936dfc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/378b643f8936dfc9","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"8512e13d246f58be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8512e13d246f58be","status":"passed","time":{"start":1707757995157,"stop":1707757995158,"duration":1}},{"uid":"3735dea920f851d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3735dea920f851d7","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"234d25a8eefb6c72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/234d25a8eefb6c72","status":"passed","time":{"start":1707753925424,"stop":1707753925425,"duration":1}},{"uid":"1e6b90a67d78276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e6b90a67d78276a","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"33ecba93ff1ae40e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ecba93ff1ae40e","status":"passed","time":{"start":1707751137101,"stop":1707751137101,"duration":0}},{"uid":"2d53eaa9a5bec6b9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d53eaa9a5bec6b9","status":"passed","time":{"start":1707737056798,"stop":1707737056798,"duration":0}},{"uid":"f442f5e9adc5c28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f442f5e9adc5c28","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"2dcaaeadb25f02f39520494a33a16632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c6b8b22ce191948d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c6b8b22ce191948d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1707750884259,"stop":1707750884260,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"97fda087fd37f318","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fda087fd37f318","status":"passed","time":{"start":1707792805022,"stop":1707792805024,"duration":2}},{"uid":"7581fd4c9fafdea1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7581fd4c9fafdea1","status":"passed","time":{"start":1707777754087,"stop":1707777754089,"duration":2}},{"uid":"f15004c1549eb58f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f15004c1549eb58f","status":"passed","time":{"start":1707775030538,"stop":1707775030539,"duration":1}},{"uid":"65dc061b3f0f0cc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/65dc061b3f0f0cc2","status":"passed","time":{"start":1707774831973,"stop":1707774831974,"duration":1}},{"uid":"390e65815824c096","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/390e65815824c096","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2}},{"uid":"3c7db960fb392f42","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c7db960fb392f42","status":"passed","time":{"start":1707769632308,"stop":1707769632310,"duration":2}},{"uid":"97e3bd4a39e6e799","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97e3bd4a39e6e799","status":"passed","time":{"start":1707759727090,"stop":1707759727092,"duration":2}},{"uid":"83e167ea12a93773","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83e167ea12a93773","status":"passed","time":{"start":1707757422029,"stop":1707757422030,"duration":1}},{"uid":"cf4725a7583c2299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf4725a7583c2299","status":"passed","time":{"start":1707756051497,"stop":1707756051499,"duration":2}},{"uid":"1b07909eab1d7107","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b07909eab1d7107","status":"passed","time":{"start":1707753469610,"stop":1707753469611,"duration":1}},{"uid":"1d3cd46d3b34db4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1d3cd46d3b34db4","status":"passed","time":{"start":1707753198229,"stop":1707753198231,"duration":2}},{"uid":"d8f09b1550044405","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8f09b1550044405","status":"passed","time":{"start":1707750598580,"stop":1707750598581,"duration":1}},{"uid":"d88b57fb535ee116","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d88b57fb535ee116","status":"passed","time":{"start":1707736516056,"stop":1707736516057,"duration":1}},{"uid":"45691c99b2f002e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45691c99b2f002e7","status":"passed","time":{"start":1707735697362,"stop":1707735697364,"duration":2}}]},"b476746374f73ffb6433f3d6052f7d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3537391d90a935","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3537391d90a935","status":"passed","time":{"start":1707770051402,"stop":1707770051402,"duration":0}}]},"d8845f08da5299b49fd6fe0e600a6ac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19b254258260c84c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19b254258260c84c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"bbe9ab8b248f11b58521f34c00af3775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7181b61b500c9c4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7181b61b500c9c4","status":"passed","time":{"start":1707737091308,"stop":1707737091309,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"373a49b79c1507a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/373a49b79c1507a9","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0}},{"uid":"def82af31f722696","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/def82af31f722696","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"60af16871633daa2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60af16871633daa2","status":"passed","time":{"start":1707775685021,"stop":1707775685022,"duration":1}},{"uid":"91ae9210df35b5b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/91ae9210df35b5b5","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"c29606ab1643f44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c29606ab1643f44","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1}},{"uid":"e2e93225802f087d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2e93225802f087d","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"6127ed99f10082d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6127ed99f10082d","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"10d8f356838ba3ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/10d8f356838ba3ce","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"6d2e5e15f2aab31a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e5e15f2aab31a","status":"passed","time":{"start":1707756690158,"stop":1707756690159,"duration":1}},{"uid":"6c2ba12efd62192f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c2ba12efd62192f","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"86455cf1b55ff3b4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/86455cf1b55ff3b4","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e1752affa47c7f5d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1752affa47c7f5d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"f5c43d696f26b7b8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5c43d696f26b7b8","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"77e05acf53fbf1de","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77e05acf53fbf1de","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9307d8570161dd20","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9307d8570161dd20","status":"passed","time":{"start":1707793392502,"stop":1707793392503,"duration":1}},{"uid":"59175bfa793731d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59175bfa793731d4","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"25e94855653e3f1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e94855653e3f1a","status":"passed","time":{"start":1707775644355,"stop":1707775644356,"duration":1}},{"uid":"624c5316510763d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/624c5316510763d2","status":"passed","time":{"start":1707775439254,"stop":1707775439254,"duration":0}},{"uid":"6a2f76558cd69716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a2f76558cd69716","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"duration":0}},{"uid":"73e17d002e843cac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/73e17d002e843cac","status":"passed","time":{"start":1707770140536,"stop":1707770140537,"duration":1}},{"uid":"6d54cedf68015df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d54cedf68015df4","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"e6dab2faef1cf917","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6dab2faef1cf917","status":"passed","time":{"start":1707758026468,"stop":1707758026469,"duration":1}},{"uid":"a3bc7026884e06aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3bc7026884e06aa","status":"passed","time":{"start":1707756656799,"stop":1707756656799,"duration":0}},{"uid":"708b3f2bccfe7aec","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/708b3f2bccfe7aec","status":"passed","time":{"start":1707753960363,"stop":1707753960364,"duration":1}},{"uid":"d829a9d2ddd314dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d829a9d2ddd314dc","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"c1cda666d2367643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c1cda666d2367643","status":"passed","time":{"start":1707751157937,"stop":1707751157937,"duration":0}},{"uid":"34e53a3cc1a2211e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34e53a3cc1a2211e","status":"passed","time":{"start":1707737112733,"stop":1707737112733,"duration":0}},{"uid":"9c138f707213ce7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c138f707213ce7f","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f43ae38e495d1db4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f43ae38e495d1db4","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0}},{"uid":"d312af35c3309c4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d312af35c3309c4a","status":"passed","time":{"start":1707777754769,"stop":1707777754770,"duration":1}},{"uid":"20fa1da271274095","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20fa1da271274095","status":"passed","time":{"start":1707775031077,"stop":1707775031077,"duration":0}},{"uid":"ce9bfe85352d8fe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce9bfe85352d8fe7","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"79bc8f86f4ee07a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bc8f86f4ee07a4","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"duration":0}},{"uid":"78b5446187b91ebc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b5446187b91ebc","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"b5c191dadc25df78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b5c191dadc25df78","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"af8037c35d97b7fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af8037c35d97b7fb","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"e6fd225cf411dbe9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6fd225cf411dbe9","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"a96fa37fc51a4ad6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a96fa37fc51a4ad6","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"5861b1639d56242f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5861b1639d56242f","status":"passed","time":{"start":1707753198734,"stop":1707753198735,"duration":1}},{"uid":"e1cccf08c6d8c5c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1cccf08c6d8c5c4","status":"passed","time":{"start":1707750599244,"stop":1707750599245,"duration":1}},{"uid":"258043bb80d250a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/258043bb80d250a6","status":"passed","time":{"start":1707736516626,"stop":1707736516626,"duration":0}},{"uid":"f94d496dd1b7cd9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94d496dd1b7cd9a","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b6e2ff6b1861ef8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6e2ff6b1861ef8","status":"passed","time":{"start":1707793028284,"stop":1707793028284,"duration":0}},{"uid":"9d0de0d6042e75bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9d0de0d6042e75bd","status":"passed","time":{"start":1707777973001,"stop":1707777973002,"duration":1}},{"uid":"a05c7589aac063c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a05c7589aac063c6","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"6d4dc71b96dfd105","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4dc71b96dfd105","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}},{"uid":"fb986c8114b388ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb986c8114b388ed","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"3c0aca76170a088a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c0aca76170a088a","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}},{"uid":"1d265ca0ea3d5a68","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1d265ca0ea3d5a68","status":"passed","time":{"start":1707759965204,"stop":1707759965204,"duration":0}},{"uid":"1f0808ec7449b9f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f0808ec7449b9f2","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}},{"uid":"cda9bb1ee08b61db","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cda9bb1ee08b61db","status":"passed","time":{"start":1707756267911,"stop":1707756267912,"duration":1}},{"uid":"9ba598f3bb3c3132","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ba598f3bb3c3132","status":"passed","time":{"start":1707753668077,"stop":1707753668077,"duration":0}},{"uid":"65aa391ef485a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65aa391ef485a5f","status":"passed","time":{"start":1707753423539,"stop":1707753423540,"duration":1}},{"uid":"a35908fe0c84aaa9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35908fe0c84aaa9","status":"passed","time":{"start":1707750796034,"stop":1707750796035,"duration":1}},{"uid":"248a85c21ec550ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/248a85c21ec550ce","status":"passed","time":{"start":1707736730647,"stop":1707736730653,"duration":6}},{"uid":"15b6ce059c432d3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15b6ce059c432d3c","status":"passed","time":{"start":1707735912124,"stop":1707735912124,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d449ba7eb7ca3e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d449ba7eb7ca3e7","status":"passed","time":{"start":1707793142789,"stop":1707793142791,"duration":2}},{"uid":"bea9cca31ef65719","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bea9cca31ef65719","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"fa4661ff0cac02bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fa4661ff0cac02bb","status":"passed","time":{"start":1707775384052,"stop":1707775384053,"duration":1}},{"uid":"cab17077a944d16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cab17077a944d16e","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"50beea44992aa161","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50beea44992aa161","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0}},{"uid":"2b3b44bd25722f27","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2b3b44bd25722f27","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"c31612f84d50cf15","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c31612f84d50cf15","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"1cbe5326cb3471eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1cbe5326cb3471eb","status":"passed","time":{"start":1707757782366,"stop":1707757782367,"duration":1}},{"uid":"4f29e3dc15c67c61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f29e3dc15c67c61","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"76041e3ef8a7671c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76041e3ef8a7671c","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"5e0ecae9ba9f0346","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e0ecae9ba9f0346","status":"passed","time":{"start":1707753563081,"stop":1707753563086,"duration":5}},{"uid":"be2adad02876e7ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be2adad02876e7ce","status":"passed","time":{"start":1707750940651,"stop":1707750940652,"duration":1}},{"uid":"84d93c62c08394b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d93c62c08394b5","status":"passed","time":{"start":1707736870543,"stop":1707736870544,"duration":1}},{"uid":"dc386bcf1c92b60b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc386bcf1c92b60b","status":"passed","time":{"start":1707736068811,"stop":1707736068812,"duration":1}}]},"5ce34936af39b928608d51d5e09592de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a77ec0d9b917aca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a77ec0d9b917aca","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b75a1a5922d90b1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b75a1a5922d90b1f","status":"passed","time":{"start":1707792822803,"stop":1707792822803,"duration":0}},{"uid":"fe182d456c7bf962","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe182d456c7bf962","status":"passed","time":{"start":1707777772233,"stop":1707777772233,"duration":0}},{"uid":"b03c86ad48f029d4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b03c86ad48f029d4","status":"passed","time":{"start":1707775048146,"stop":1707775048147,"duration":1}},{"uid":"60a25450444169af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/60a25450444169af","status":"passed","time":{"start":1707774850257,"stop":1707774850257,"duration":0}},{"uid":"69400db10c57aa3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69400db10c57aa3d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"8eeb9b131d139e61","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8eeb9b131d139e61","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"df0a5382146ecceb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/df0a5382146ecceb","status":"passed","time":{"start":1707759745078,"stop":1707759745078,"duration":0}},{"uid":"32ff9e0697489210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32ff9e0697489210","status":"passed","time":{"start":1707757440222,"stop":1707757440222,"duration":0}},{"uid":"9619b8add9cb1654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9619b8add9cb1654","status":"passed","time":{"start":1707756069083,"stop":1707756069083,"duration":0}},{"uid":"5ef4e6716d7311ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ef4e6716d7311ad","status":"passed","time":{"start":1707753487641,"stop":1707753487641,"duration":0}},{"uid":"ba800111cbe10359","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba800111cbe10359","status":"passed","time":{"start":1707753216621,"stop":1707753216622,"duration":1}},{"uid":"9fe5f2b1a3696e96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fe5f2b1a3696e96","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"aafb8d158c75a380","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aafb8d158c75a380","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"1ec0874ccdb45fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ec0874ccdb45fa","status":"passed","time":{"start":1707735716033,"stop":1707735716033,"duration":0}}]},"3ad9b5ffc5b4f116adc3e752dcefd292:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4ba49fe7e2bd38d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4ba49fe7e2bd38d","status":"passed","time":{"start":1707753793191,"stop":1707753793191,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3c43bdf41dc3d7c9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c43bdf41dc3d7c9","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"duration":0}},{"uid":"4789a037c931a730","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4789a037c931a730","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"62481a8b09c7b671","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62481a8b09c7b671","status":"passed","time":{"start":1707775017702,"stop":1707775017702,"duration":0}},{"uid":"3116834cab121bb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3116834cab121bb4","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"cba275eba6dfb664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cba275eba6dfb664","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"96791189346418ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96791189346418ac","status":"passed","time":{"start":1707769619250,"stop":1707769619251,"duration":1}},{"uid":"54099bd8b6c3aaf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54099bd8b6c3aaf1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"1ab063186d8bf9d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ab063186d8bf9d6","status":"passed","time":{"start":1707757408923,"stop":1707757408924,"duration":1}},{"uid":"ff2d93d2c2dab2f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff2d93d2c2dab2f3","status":"passed","time":{"start":1707756038651,"stop":1707756038651,"duration":0}},{"uid":"da5cd2ae4c3894f7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da5cd2ae4c3894f7","status":"passed","time":{"start":1707753456820,"stop":1707753456821,"duration":1}},{"uid":"c6b3dace447c0b01","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6b3dace447c0b01","status":"passed","time":{"start":1707753185027,"stop":1707753185028,"duration":1}},{"uid":"6966a2845a96c10f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6966a2845a96c10f","status":"passed","time":{"start":1707750585691,"stop":1707750585691,"duration":0}},{"uid":"e2984fc8c7fd481c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2984fc8c7fd481c","status":"passed","time":{"start":1707736503244,"stop":1707736503244,"duration":0}},{"uid":"3b9bdce57c29dc77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9bdce57c29dc77","status":"passed","time":{"start":1707735684541,"stop":1707735684541,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5874ac67edfe5e7e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5874ac67edfe5e7e","status":"passed","time":{"start":1707792814742,"stop":1707792814742,"duration":0}},{"uid":"4815880549605ce3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4815880549605ce3","status":"passed","time":{"start":1707777764075,"stop":1707777764075,"duration":0}},{"uid":"5b2277b067d4abfc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b2277b067d4abfc","status":"passed","time":{"start":1707775040144,"stop":1707775040145,"duration":1}},{"uid":"2d3c18f008c46593","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d3c18f008c46593","status":"passed","time":{"start":1707774842099,"stop":1707774842100,"duration":1}},{"uid":"dad4ca1b6fa67d87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dad4ca1b6fa67d87","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"duration":0}},{"uid":"dd3b7dc331666aaf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dd3b7dc331666aaf","status":"passed","time":{"start":1707769642217,"stop":1707769642217,"duration":0}},{"uid":"f92fb55fbcdc867a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f92fb55fbcdc867a","status":"passed","time":{"start":1707759737065,"stop":1707759737066,"duration":1}},{"uid":"e06fddd86b566d3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e06fddd86b566d3c","status":"passed","time":{"start":1707757431972,"stop":1707757431972,"duration":0}},{"uid":"18cca652efd77820","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18cca652efd77820","status":"passed","time":{"start":1707756061016,"stop":1707756061017,"duration":1}},{"uid":"db63d7d49b9a1c4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/db63d7d49b9a1c4e","status":"passed","time":{"start":1707753479604,"stop":1707753479605,"duration":1}},{"uid":"7173fc85d9f1b202","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7173fc85d9f1b202","status":"passed","time":{"start":1707753208305,"stop":1707753208305,"duration":0}},{"uid":"ab9633bea1bdab26","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab9633bea1bdab26","status":"passed","time":{"start":1707750608581,"stop":1707750608582,"duration":1}},{"uid":"c521d7b9288167a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c521d7b9288167a2","status":"passed","time":{"start":1707736525852,"stop":1707736525852,"duration":0}},{"uid":"51b29c023bf89ef4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51b29c023bf89ef4","status":"passed","time":{"start":1707735707686,"stop":1707735707686,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e095725c9452027","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e095725c9452027","status":"passed","time":{"start":1707793028286,"stop":1707793028289,"duration":3}},{"uid":"d5c641a6f69fabc6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5c641a6f69fabc6","status":"passed","time":{"start":1707777973003,"stop":1707777973004,"duration":1}},{"uid":"f75721cf50b3b269","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f75721cf50b3b269","status":"passed","time":{"start":1707775244532,"stop":1707775244533,"duration":1}},{"uid":"de4aa9bef0002a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de4aa9bef0002a","status":"passed","time":{"start":1707775050822,"stop":1707775050822,"duration":0}},{"uid":"12f72bc048225556","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f72bc048225556","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1}},{"uid":"be09b88fe52586f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be09b88fe52586f0","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"c562a290a091f91","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c562a290a091f91","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"b728e961ade99b92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b728e961ade99b92","status":"passed","time":{"start":1707757644394,"stop":1707757644394,"duration":0}},{"uid":"37cdfdc5dcd3ef66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37cdfdc5dcd3ef66","status":"passed","time":{"start":1707756267914,"stop":1707756267915,"duration":1}},{"uid":"4c49824086690904","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c49824086690904","status":"passed","time":{"start":1707753668079,"stop":1707753668079,"duration":0}},{"uid":"269ef5214f91634a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/269ef5214f91634a","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"f0728fcd12fdbe30","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0728fcd12fdbe30","status":"passed","time":{"start":1707750796036,"stop":1707750796036,"duration":0}},{"uid":"40c34d5f280fa101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40c34d5f280fa101","status":"passed","time":{"start":1707736730656,"stop":1707736730657,"duration":1}},{"uid":"4bc7409a580f1f8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4bc7409a580f1f8e","status":"passed","time":{"start":1707735912128,"stop":1707735912130,"duration":2}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e7b7d8cd8d06a58c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7b7d8cd8d06a58c","status":"passed","time":{"start":1707792846325,"stop":1707792846325,"duration":0}},{"uid":"9b4f4fafb431ee12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b4f4fafb431ee12","status":"passed","time":{"start":1707777795165,"stop":1707777795165,"duration":0}},{"uid":"52d02f53386547ba","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/52d02f53386547ba","status":"passed","time":{"start":1707775070518,"stop":1707775070518,"duration":0}},{"uid":"5d63ad6127d135e5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5d63ad6127d135e5","status":"passed","time":{"start":1707774873414,"stop":1707774873414,"duration":0}},{"uid":"eae36a889b85c938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eae36a889b85c938","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"duration":0}},{"uid":"589866ade73c27ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/589866ade73c27ae","status":"passed","time":{"start":1707769673027,"stop":1707769673027,"duration":0}},{"uid":"8236f908f9bc5ef2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8236f908f9bc5ef2","status":"passed","time":{"start":1707759767766,"stop":1707759767766,"duration":0}},{"uid":"99ac68c29d99d992","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99ac68c29d99d992","status":"passed","time":{"start":1707757463883,"stop":1707757463883,"duration":0}},{"uid":"b35edba0545eeabe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b35edba0545eeabe","status":"passed","time":{"start":1707756091993,"stop":1707756091993,"duration":0}},{"uid":"58b038212672ffc5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58b038212672ffc5","status":"passed","time":{"start":1707753510235,"stop":1707753510235,"duration":0}},{"uid":"e602ff40b095feae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e602ff40b095feae","status":"passed","time":{"start":1707753240423,"stop":1707753240424,"duration":1}},{"uid":"f32d9a47e818f70","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f32d9a47e818f70","status":"passed","time":{"start":1707750639411,"stop":1707750639411,"duration":0}},{"uid":"3e7cf10bc47e2c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e7cf10bc47e2c3","status":"passed","time":{"start":1707736555757,"stop":1707736555758,"duration":1}},{"uid":"5adec6b6ad928a6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5adec6b6ad928a6f","status":"passed","time":{"start":1707735739988,"stop":1707735739989,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"836963649dbc3438","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/836963649dbc3438","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792849462,"stop":1707792849462,"duration":0}},{"uid":"530383af1ba45dd2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/530383af1ba45dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798769,"stop":1707777798769,"duration":0}},{"uid":"c793026a6c61ff89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c793026a6c61ff89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"ea79d88e8949a8d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea79d88e8949a8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"518b9764c9450d16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518b9764c9450d16","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825086,"duration":0}},{"uid":"1a7df3b249e4789a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a7df3b249e4789a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"6dbb026c47ded5f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6dbb026c47ded5f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769676,"duration":0}},{"uid":"1c7ff5d388c4ec39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c7ff5d388c4ec39","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468641,"stop":1707757468641,"duration":0}},{"uid":"4ce639f5293948f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4ce639f5293948f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096186,"duration":0}},{"uid":"c94a6772e44e25bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c94a6772e44e25bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517980,"stop":1707753517980,"duration":0}},{"uid":"7c2b818de9b46b32","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c2b818de9b46b32","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"f2f1139a168529f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f2f1139a168529f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643523,"duration":1}},{"uid":"a9e86f454359d22b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9e86f454359d22b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"6bb925850bda41c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bb925850bda41c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a534857cfd82b057","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a534857cfd82b057","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0}},{"uid":"4ab058b69141b3f0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ab058b69141b3f0","status":"passed","time":{"start":1707777770857,"stop":1707777770858,"duration":1}},{"uid":"cb00de6fe34c6d01","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb00de6fe34c6d01","status":"passed","time":{"start":1707775046908,"stop":1707775046909,"duration":1}},{"uid":"6d1e92758ae39e79","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d1e92758ae39e79","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"73c85fb06ee61693","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73c85fb06ee61693","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1}},{"uid":"29fad267cfedb2a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29fad267cfedb2a4","status":"passed","time":{"start":1707769649006,"stop":1707769649007,"duration":1}},{"uid":"5828860002073de0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5828860002073de0","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"2becfa30737484cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2becfa30737484cc","status":"passed","time":{"start":1707757438819,"stop":1707757438820,"duration":1}},{"uid":"dcdec55c3a93bdb8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dcdec55c3a93bdb8","status":"passed","time":{"start":1707756067673,"stop":1707756067673,"duration":0}},{"uid":"af6e92358587bbe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/af6e92358587bbe2","status":"passed","time":{"start":1707753486287,"stop":1707753486287,"duration":0}},{"uid":"a0a821c3621df968","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0a821c3621df968","status":"passed","time":{"start":1707753215214,"stop":1707753215214,"duration":0}},{"uid":"76d9e3b2b9035d09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76d9e3b2b9035d09","status":"passed","time":{"start":1707750615195,"stop":1707750615195,"duration":0}},{"uid":"90b5fd93424b38dd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/90b5fd93424b38dd","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"bd3b0b261f9d6ce0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd3b0b261f9d6ce0","status":"passed","time":{"start":1707735714498,"stop":1707735714499,"duration":1}}]},"85dcd4029e776dc4439c45b939c5c330:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b92cff54bbdb63cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b92cff54bbdb63cd","status":"passed","time":{"start":1707751162311,"stop":1707751162311,"duration":0}}]},"9fb7a93b6d04b9cbaa2e57bb9f51800f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bda85bde318c8a98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bda85bde318c8a98","status":"passed","time":{"start":1707753782777,"stop":1707753782778,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"beb3d9c4e1caa9ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/beb3d9c4e1caa9ee","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0}},{"uid":"ac15725212320587","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac15725212320587","status":"passed","time":{"start":1707778326668,"stop":1707778326669,"duration":1}},{"uid":"f66ef020f0bc0993","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f66ef020f0bc0993","status":"passed","time":{"start":1707775610545,"stop":1707775610546,"duration":1}},{"uid":"4ef043306d4d3154","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ef043306d4d3154","status":"passed","time":{"start":1707775405810,"stop":1707775405811,"duration":1}},{"uid":"697534a2e92edaee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/697534a2e92edaee","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1}},{"uid":"c6911a550907e1d7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6911a550907e1d7","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"23d7f7437f66a739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23d7f7437f66a739","status":"passed","time":{"start":1707760294900,"stop":1707760294901,"duration":1}},{"uid":"fa094d6a6ff1570a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa094d6a6ff1570a","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"d500aa7a01d26d7d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d500aa7a01d26d7d","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"fb94eed7b31e3703","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb94eed7b31e3703","status":"passed","time":{"start":1707753926593,"stop":1707753926593,"duration":0}},{"uid":"a6e755112ea46b80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6e755112ea46b80","status":"passed","time":{"start":1707753779035,"stop":1707753779036,"duration":1}},{"uid":"202cba057ba9a35e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/202cba057ba9a35e","status":"passed","time":{"start":1707751117677,"stop":1707751117677,"duration":0}},{"uid":"6d619626ad319e2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d619626ad319e2d","status":"passed","time":{"start":1707737065100,"stop":1707737065101,"duration":1}},{"uid":"af9425b4cdb1c36d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af9425b4cdb1c36d","status":"passed","time":{"start":1707736281630,"stop":1707736281631,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a3d3c0caf32039c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a3d3c0caf32039c","status":"passed","time":{"start":1707793095138,"stop":1707793095139,"duration":1}},{"uid":"b5e12bc744a8a6fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5e12bc744a8a6fc","status":"passed","time":{"start":1707778060801,"stop":1707778060802,"duration":1}},{"uid":"dc53e51ba138077e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc53e51ba138077e","status":"passed","time":{"start":1707775339578,"stop":1707775339578,"duration":0}},{"uid":"c9ac1db3b87365c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9ac1db3b87365c1","status":"passed","time":{"start":1707775146026,"stop":1707775146026,"duration":0}},{"uid":"5376ef6bb9988017","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5376ef6bb9988017","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0}},{"uid":"dba0b09a6ee6973c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dba0b09a6ee6973c","status":"passed","time":{"start":1707769941591,"stop":1707769941591,"duration":0}},{"uid":"26bed431f9e288d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/26bed431f9e288d4","status":"passed","time":{"start":1707760043795,"stop":1707760043795,"duration":0}},{"uid":"c8db9368fc7bcf4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8db9368fc7bcf4a","status":"passed","time":{"start":1707757737712,"stop":1707757737713,"duration":1}},{"uid":"766f54a81dacca1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/766f54a81dacca1","status":"passed","time":{"start":1707756354876,"stop":1707756354876,"duration":0}},{"uid":"dc8d96fc50597d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc8d96fc50597d8","status":"passed","time":{"start":1707753752604,"stop":1707753752605,"duration":1}},{"uid":"bb6708911034d438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bb6708911034d438","status":"passed","time":{"start":1707753516212,"stop":1707753516212,"duration":0}},{"uid":"c4f358512709a3c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4f358512709a3c7","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"b3bb3fd17f26fb29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3bb3fd17f26fb29","status":"passed","time":{"start":1707736826035,"stop":1707736826035,"duration":0}},{"uid":"467baac67a3694ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/467baac67a3694ad","status":"passed","time":{"start":1707736021608,"stop":1707736021608,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac01f18235ea78b0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac01f18235ea78b0","status":"passed","time":{"start":1707793012498,"stop":1707793012499,"duration":1}},{"uid":"81c33b64b146daeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81c33b64b146daeb","status":"passed","time":{"start":1707777977670,"stop":1707777977670,"duration":0}},{"uid":"502e30d7519772ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/502e30d7519772ed","status":"passed","time":{"start":1707775258460,"stop":1707775258461,"duration":1}},{"uid":"77b953fe55e39960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/77b953fe55e39960","status":"passed","time":{"start":1707775082027,"stop":1707775082028,"duration":1}},{"uid":"c7bc7b3b5871d9b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7bc7b3b5871d9b5","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"duration":1}},{"uid":"102e1c3eabb723bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/102e1c3eabb723bc","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"bed3e735f74e7a79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bed3e735f74e7a79","status":"passed","time":{"start":1707759921459,"stop":1707759921460,"duration":1}},{"uid":"b4d2fd888e14ec26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4d2fd888e14ec26","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"f617e33ba8916a01","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f617e33ba8916a01","status":"passed","time":{"start":1707756261813,"stop":1707756261814,"duration":1}},{"uid":"58c99d432c78f774","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58c99d432c78f774","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"9d6e0eb89441beb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d6e0eb89441beb6","status":"passed","time":{"start":1707753409591,"stop":1707753409591,"duration":0}},{"uid":"a0c801b4ba3d4a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0c801b4ba3d4a4d","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"f7f5c6d78183db5d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7f5c6d78183db5d","status":"passed","time":{"start":1707736708333,"stop":1707736708334,"duration":1}},{"uid":"45317284588dae28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45317284588dae28","status":"passed","time":{"start":1707735914390,"stop":1707735914391,"duration":1}}]},"4623b161622cbcdc53d791ff8c767fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c66d84896b6782","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23c66d84896b6782","status":"passed","time":{"start":1707760174032,"stop":1707760174032,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"356dcda81f987a42","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/356dcda81f987a42","status":"passed","time":{"start":1707793028285,"stop":1707793028285,"duration":0}},{"uid":"5cadaa5bbb2709b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cadaa5bbb2709b9","status":"passed","time":{"start":1707777973002,"stop":1707777973003,"duration":1}},{"uid":"8e88fe82d8d1a7ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e88fe82d8d1a7ef","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"ef533bf206c3251e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef533bf206c3251e","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"46da5efe83d21d01","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46da5efe83d21d01","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"e56bda7504903218","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e56bda7504903218","status":"passed","time":{"start":1707769843148,"stop":1707769843148,"duration":0}},{"uid":"747589fff6e45280","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/747589fff6e45280","status":"passed","time":{"start":1707759965206,"stop":1707759965207,"duration":1}},{"uid":"3ff8faf872db24c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ff8faf872db24c9","status":"passed","time":{"start":1707757644393,"stop":1707757644393,"duration":0}},{"uid":"1dbe5bb790ded929","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1dbe5bb790ded929","status":"passed","time":{"start":1707756267912,"stop":1707756267913,"duration":1}},{"uid":"8051587a716fb3ca","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8051587a716fb3ca","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"ccd5460160706b58","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ccd5460160706b58","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"26921ee9d138e440","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26921ee9d138e440","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"1e186a4afa29b677","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e186a4afa29b677","status":"passed","time":{"start":1707736730654,"stop":1707736730655,"duration":1}},{"uid":"5ad932a8d34d7ad0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5ad932a8d34d7ad0","status":"passed","time":{"start":1707735912126,"stop":1707735912127,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a53e4e7a0e9f056","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a53e4e7a0e9f056","status":"passed","time":{"start":1707793012493,"stop":1707793012494,"duration":1}},{"uid":"2868c00191beaa7e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2868c00191beaa7e","status":"passed","time":{"start":1707777977668,"stop":1707777977669,"duration":1}},{"uid":"62fe096d0b835535","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62fe096d0b835535","status":"passed","time":{"start":1707775258459,"stop":1707775258459,"duration":0}},{"uid":"f5cd8687711754f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5cd8687711754f7","status":"passed","time":{"start":1707775082022,"stop":1707775082022,"duration":0}},{"uid":"2cd38c6f551f2eb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd38c6f551f2eb9","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"duration":0}},{"uid":"c9e9a7df9c114d80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9e9a7df9c114d80","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"93138e2e41df37d7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/93138e2e41df37d7","status":"passed","time":{"start":1707759921458,"stop":1707759921458,"duration":0}},{"uid":"6615d7329ff0ec00","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6615d7329ff0ec00","status":"passed","time":{"start":1707757624879,"stop":1707757624880,"duration":1}},{"uid":"e9ad94dbe59dcec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9ad94dbe59dcec","status":"passed","time":{"start":1707756261805,"stop":1707756261807,"duration":2}},{"uid":"bb503d9dfa699a6d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb503d9dfa699a6d","status":"passed","time":{"start":1707753651172,"stop":1707753651185,"duration":13}},{"uid":"4d7c93720aac20aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d7c93720aac20aa","status":"passed","time":{"start":1707753409589,"stop":1707753409589,"duration":0}},{"uid":"2e085e4eef5c8eeb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e085e4eef5c8eeb","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"38e10ebbe63d1785","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e10ebbe63d1785","status":"passed","time":{"start":1707736708332,"stop":1707736708332,"duration":0}},{"uid":"da43b57bc56fa9a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da43b57bc56fa9a5","status":"passed","time":{"start":1707735914389,"stop":1707735914389,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f6c1764936882fa9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6c1764936882fa9","status":"passed","time":{"start":1707792814743,"stop":1707792814744,"duration":1}},{"uid":"56a38f20bea6db29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56a38f20bea6db29","status":"passed","time":{"start":1707777764077,"stop":1707777764077,"duration":0}},{"uid":"811616d6f0b1427b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/811616d6f0b1427b","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"702c3b81bbc7ee83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/702c3b81bbc7ee83","status":"passed","time":{"start":1707774842102,"stop":1707774842102,"duration":0}},{"uid":"a7d218e93dc37516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a7d218e93dc37516","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"duration":0}},{"uid":"957f5d4ff2fc8321","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/957f5d4ff2fc8321","status":"passed","time":{"start":1707769642219,"stop":1707769642219,"duration":0}},{"uid":"4f3a231c1fd317d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f3a231c1fd317d9","status":"passed","time":{"start":1707759737067,"stop":1707759737068,"duration":1}},{"uid":"962ddca791e3abb1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/962ddca791e3abb1","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"dbce7a7a00b146bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dbce7a7a00b146bf","status":"passed","time":{"start":1707756061018,"stop":1707756061019,"duration":1}},{"uid":"81ff3d50e0cfa6ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ff3d50e0cfa6ce","status":"passed","time":{"start":1707753479608,"stop":1707753479608,"duration":0}},{"uid":"c6e068628ee67f90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6e068628ee67f90","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"940d309560a3e90e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/940d309560a3e90e","status":"passed","time":{"start":1707750608583,"stop":1707750608584,"duration":1}},{"uid":"a10574de09234ddf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a10574de09234ddf","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"a401acb118e3c58a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a401acb118e3c58a","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"52cc891285cd5d33625e51697dea7f9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19cee804b3798271","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19cee804b3798271","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f8fc422d3b4d66e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f8fc422d3b4d66e","status":"passed","time":{"start":1707793383651,"stop":1707793383651,"duration":0}},{"uid":"40fafebfce7f20d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40fafebfce7f20d3","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"cb37af5113855ea6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb37af5113855ea6","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"3f8aa4a2d9c75d32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f8aa4a2d9c75d32","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"11e6898894ed0f1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11e6898894ed0f1d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"1ecc510ee098c459","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ecc510ee098c459","status":"passed","time":{"start":1707770126650,"stop":1707770126651,"duration":1}},{"uid":"1b37b36cf9a1d9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1b37b36cf9a1d9e","status":"passed","time":{"start":1707760312928,"stop":1707760312929,"duration":1}},{"uid":"aaa87bda5b3551d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aaa87bda5b3551d8","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"9812e013b4333f34","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9812e013b4333f34","status":"passed","time":{"start":1707756635736,"stop":1707756635737,"duration":1}},{"uid":"9c94fd6b3a7a5304","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c94fd6b3a7a5304","status":"passed","time":{"start":1707753934641,"stop":1707753934641,"duration":0}},{"uid":"7dcf5348997e18f3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7dcf5348997e18f3","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"45ca666728377b73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/45ca666728377b73","status":"passed","time":{"start":1707751117572,"stop":1707751117572,"duration":0}},{"uid":"c5a73936615bb1f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5a73936615bb1f5","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"375691339d06c1c5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/375691339d06c1c5","status":"passed","time":{"start":1707736296308,"stop":1707736296309,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6301e00a8735f1e2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6301e00a8735f1e2","status":"passed","time":{"start":1707793012470,"stop":1707793012471,"duration":1}},{"uid":"14215b91c23776ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14215b91c23776ec","status":"passed","time":{"start":1707777977662,"stop":1707777977663,"duration":1}},{"uid":"9596eb43287876b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9596eb43287876b9","status":"passed","time":{"start":1707775258453,"stop":1707775258453,"duration":0}},{"uid":"5ce467c027b02974","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce467c027b02974","status":"passed","time":{"start":1707775082010,"stop":1707775082012,"duration":2}},{"uid":"e2109d1dcc165eaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2109d1dcc165eaa","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0}},{"uid":"80888f547fcf145a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80888f547fcf145a","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"91a5c502b830e999","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91a5c502b830e999","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"c80d71011deb2dc8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c80d71011deb2dc8","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"db012f42091ee8da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db012f42091ee8da","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"bc0e32e20cdf023a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc0e32e20cdf023a","status":"passed","time":{"start":1707753651164,"stop":1707753651164,"duration":0}},{"uid":"96243545646b4748","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96243545646b4748","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"5a9531736d97c8d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a9531736d97c8d2","status":"passed","time":{"start":1707750722045,"stop":1707750722046,"duration":1}},{"uid":"b5c4a069574c8dd0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5c4a069574c8dd0","status":"passed","time":{"start":1707736708325,"stop":1707736708325,"duration":0}},{"uid":"159f0fd978eb9323","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/159f0fd978eb9323","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"61b9f3173ca65968","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61b9f3173ca65968","status":"passed","time":{"start":1707793168696,"stop":1707793168696,"duration":0}},{"uid":"7c35a982d99eb2e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c35a982d99eb2e5","status":"passed","time":{"start":1707778126357,"stop":1707778126357,"duration":0}},{"uid":"ac33f5fd945140ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac33f5fd945140ac","status":"passed","time":{"start":1707775409496,"stop":1707775409496,"duration":0}},{"uid":"5ce3190a1367fd9b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce3190a1367fd9b","status":"passed","time":{"start":1707775220004,"stop":1707775220004,"duration":0}},{"uid":"31d8cc594e72d975","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31d8cc594e72d975","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1}},{"uid":"b473f4e45793add6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b473f4e45793add6","status":"passed","time":{"start":1707769994553,"stop":1707769994553,"duration":0}},{"uid":"562682568f9fcb43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/562682568f9fcb43","status":"passed","time":{"start":1707760106465,"stop":1707760106465,"duration":0}},{"uid":"f490f1153c0a4cc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f490f1153c0a4cc1","status":"passed","time":{"start":1707757804320,"stop":1707757804321,"duration":1}},{"uid":"e6dc56f5114f79ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6dc56f5114f79ec","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"afcd91ed3fac5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afcd91ed3fac5c","status":"passed","time":{"start":1707753796555,"stop":1707753796556,"duration":1}},{"uid":"2974f8039516e6bc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2974f8039516e6bc","status":"passed","time":{"start":1707753586172,"stop":1707753586172,"duration":0}},{"uid":"83abe717f0a4a652","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83abe717f0a4a652","status":"passed","time":{"start":1707750964817,"stop":1707750964817,"duration":0}},{"uid":"cade6563f3bee4b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cade6563f3bee4b6","status":"passed","time":{"start":1707736890445,"stop":1707736890445,"duration":0}},{"uid":"e3a49140ba430c39","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3a49140ba430c39","status":"passed","time":{"start":1707736096398,"stop":1707736096398,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"23083b2e32b253f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/23083b2e32b253f1","status":"passed","time":{"start":1707793371127,"stop":1707793371131,"duration":4}},{"uid":"dd1ac979e6a51b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1ac979e6a51b3d","status":"passed","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"b5ce5b527d2e1f48","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5ce5b527d2e1f48","status":"passed","time":{"start":1707775602050,"stop":1707775602051,"duration":1}},{"uid":"e64e480bb58d59ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e64e480bb58d59ba","status":"passed","time":{"start":1707775390254,"stop":1707775390254,"duration":0}},{"uid":"1999a27752d432f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1999a27752d432f4","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"duration":1}},{"uid":"ad1657d7fda48e90","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad1657d7fda48e90","status":"passed","time":{"start":1707769968738,"stop":1707769968739,"duration":1}},{"uid":"7ff63e079524ded3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ff63e079524ded3","status":"passed","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"a5396101891c97a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5396101891c97a8","status":"passed","time":{"start":1707758006730,"stop":1707758006731,"duration":1}},{"uid":"c3bb1a16bf0d4edc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3bb1a16bf0d4edc","status":"passed","time":{"start":1707756617067,"stop":1707756617067,"duration":0}},{"uid":"f7d5793414955d89","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d5793414955d89","status":"passed","time":{"start":1707753988895,"stop":1707753988896,"duration":1}},{"uid":"7f1415e455c0b344","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f1415e455c0b344","status":"passed","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"88187fb67c819b4f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88187fb67c819b4f","status":"passed","time":{"start":1707751162327,"stop":1707751162327,"duration":0}},{"uid":"5cc6d9c4825acc19","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cc6d9c4825acc19","status":"passed","time":{"start":1707737091391,"stop":1707737091392,"duration":1}},{"uid":"5806f814e93b393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5806f814e93b393","status":"passed","time":{"start":1707736260167,"stop":1707736260170,"duration":3}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2269e0cfe4714180","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2269e0cfe4714180","status":"passed","time":{"start":1707793238859,"stop":1707793238859,"duration":0}},{"uid":"97c9a7adf1bf9f11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97c9a7adf1bf9f11","status":"passed","time":{"start":1707778202461,"stop":1707778202461,"duration":0}},{"uid":"5bf57233a8b11edf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5bf57233a8b11edf","status":"passed","time":{"start":1707775486584,"stop":1707775486587,"duration":3}},{"uid":"ee8b9d7cc5c6a283","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee8b9d7cc5c6a283","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"50eb5f2237f5ff98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50eb5f2237f5ff98","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1}},{"uid":"b2150203c3f9837a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2150203c3f9837a","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"50def716b8995e29","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50def716b8995e29","status":"passed","time":{"start":1707760173993,"stop":1707760173993,"duration":0}},{"uid":"9e773b367470e3bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e773b367470e3bb","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"d687a08caa8613f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d687a08caa8613f1","status":"passed","time":{"start":1707756499890,"stop":1707756499890,"duration":0}},{"uid":"8e95f82ccd6821a9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e95f82ccd6821a9","status":"passed","time":{"start":1707753870418,"stop":1707753870419,"duration":1}},{"uid":"a6a490ae15dac2c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6a490ae15dac2c7","status":"passed","time":{"start":1707753647454,"stop":1707753647455,"duration":1}},{"uid":"d852b0e7aee8b2f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d852b0e7aee8b2f6","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"b921664965fe387d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b921664965fe387d","status":"passed","time":{"start":1707736947831,"stop":1707736947832,"duration":1}},{"uid":"3d4780026c054c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4780026c054c44","status":"passed","time":{"start":1707736152489,"stop":1707736152489,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9e683e05b87fb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9e683e05b87fb1","status":"passed","time":{"start":1707793371115,"stop":1707793371115,"duration":0}},{"uid":"420f163d8cb1be17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420f163d8cb1be17","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"b77962774d0afee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b77962774d0afee7","status":"passed","time":{"start":1707775602032,"stop":1707775602033,"duration":1}},{"uid":"d14a41d7f6b45ac3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d14a41d7f6b45ac3","status":"passed","time":{"start":1707775390245,"stop":1707775390246,"duration":1}},{"uid":"b96fcbd34f3984b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b96fcbd34f3984b","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"abe74270e56834c3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abe74270e56834c3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"2c1400b6f28ba541","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c1400b6f28ba541","status":"passed","time":{"start":1707760301824,"stop":1707760301824,"duration":0}},{"uid":"f0380ca15ee1b623","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0380ca15ee1b623","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"4e1cb17804501784","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1cb17804501784","status":"passed","time":{"start":1707756617057,"stop":1707756617057,"duration":0}},{"uid":"d9debdb20167247c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9debdb20167247c","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"d18892ddc2c0864a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d18892ddc2c0864a","status":"passed","time":{"start":1707753782776,"stop":1707753782776,"duration":0}},{"uid":"9fca5db5bc5f3a45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fca5db5bc5f3a45","status":"passed","time":{"start":1707751162321,"stop":1707751162322,"duration":1}},{"uid":"809c3c9fa82cd04c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/809c3c9fa82cd04c","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"9a8d0db082b4d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a8d0db082b4d778","status":"passed","time":{"start":1707736260161,"stop":1707736260161,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eaf40c676d589a8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaf40c676d589a8a","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"duration":0}},{"uid":"97bc30e657e0b3c9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97bc30e657e0b3c9","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"49ec910e019fdae2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49ec910e019fdae2","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"32c090525500b4a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32c090525500b4a5","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"31f9238b722939f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31f9238b722939f0","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"d0518bbc303855ab","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0518bbc303855ab","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"8ca9adc341999802","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ca9adc341999802","status":"passed","time":{"start":1707760335948,"stop":1707760335949,"duration":1}},{"uid":"812e2bbd55127f78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/812e2bbd55127f78","status":"passed","time":{"start":1707758023533,"stop":1707758023534,"duration":1}},{"uid":"3781e1d30819d1f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3781e1d30819d1f5","status":"passed","time":{"start":1707756664002,"stop":1707756664003,"duration":1}},{"uid":"64740f23185f8091","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64740f23185f8091","status":"passed","time":{"start":1707753837168,"stop":1707753837169,"duration":1}},{"uid":"795c075c480ef41d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/795c075c480ef41d","status":"passed","time":{"start":1707751136319,"stop":1707751136320,"duration":1}},{"uid":"3daae7969823f9f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3daae7969823f9f1","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"3034224511cfb86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3034224511cfb86","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bbab87de443f512","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5bbab87de443f512","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0}},{"uid":"15c79c2790eb11ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/15c79c2790eb11ec","status":"passed","time":{"start":1707778194717,"stop":1707778194717,"duration":0}},{"uid":"4fa67b252a57f083","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4fa67b252a57f083","status":"passed","time":{"start":1707775487316,"stop":1707775487316,"duration":0}},{"uid":"69b63ce1f0d76e36","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b63ce1f0d76e36","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"80eae47e50e64734","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80eae47e50e64734","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"duration":0}},{"uid":"63275dd896bea47a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63275dd896bea47a","status":"passed","time":{"start":1707770006113,"stop":1707770006113,"duration":0}},{"uid":"ff19040c5701f6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff19040c5701f6fa","status":"passed","time":{"start":1707760178496,"stop":1707760178496,"duration":0}},{"uid":"615790f67e4491db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/615790f67e4491db","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"23127ddabdf0563a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23127ddabdf0563a","status":"passed","time":{"start":1707756509483,"stop":1707756509483,"duration":0}},{"uid":"e072c30bd4594818","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e072c30bd4594818","status":"passed","time":{"start":1707753810715,"stop":1707753810715,"duration":0}},{"uid":"a7cad848a281f16c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7cad848a281f16c","status":"passed","time":{"start":1707753662127,"stop":1707753662127,"duration":0}},{"uid":"ec0a74e44b80f1f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ec0a74e44b80f1f4","status":"passed","time":{"start":1707736955777,"stop":1707736955777,"duration":0}},{"uid":"c7ce265a0776d2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7ce265a0776d2f6","status":"passed","time":{"start":1707736167317,"stop":1707736167317,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ce4f306a0e8f3ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ce4f306a0e8f3ae","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"duration":0}},{"uid":"ba59c11001bfc06b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba59c11001bfc06b","status":"passed","time":{"start":1707778002165,"stop":1707778002165,"duration":0}},{"uid":"2fe2696c621fe7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2fe2696c621fe7","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"d30fb65be8924579","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d30fb65be8924579","status":"passed","time":{"start":1707775094102,"stop":1707775094103,"duration":1}},{"uid":"5b721c1947ec18d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b721c1947ec18d0","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"8bb21138b8faf733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8bb21138b8faf733","status":"passed","time":{"start":1707769883635,"stop":1707769883635,"duration":0}},{"uid":"e49d87a36703802f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e49d87a36703802f","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"d22c795e6c2307b3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d22c795e6c2307b3","status":"passed","time":{"start":1707757677810,"stop":1707757677811,"duration":1}},{"uid":"a51ca69278a80d75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a51ca69278a80d75","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"c97adb0a30a6bb7e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97adb0a30a6bb7e","status":"passed","time":{"start":1707753735501,"stop":1707753735502,"duration":1}},{"uid":"16e923bbc89864e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16e923bbc89864e","status":"passed","time":{"start":1707753472968,"stop":1707753472969,"duration":1}},{"uid":"af6ae984c05c9000","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af6ae984c05c9000","status":"passed","time":{"start":1707750845161,"stop":1707750845162,"duration":1}},{"uid":"d210e26d8c3f0fed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d210e26d8c3f0fed","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"c909236d0dbc54aa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c909236d0dbc54aa","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"0fb553d903909df967001a4653d8d5aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"167977bdb6c1f64d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/167977bdb6c1f64d","status":"passed","time":{"start":1707793028281,"stop":1707793028283,"duration":2}}]},"76a65095829d3abf7731dca364cb583b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7c6dca9c248c102","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7c6dca9c248c102","status":"passed","time":{"start":1707750796034,"stop":1707750796034,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a7779e6688c8958","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a7779e6688c8958","status":"passed","time":{"start":1707793028274,"stop":1707793028274,"duration":0}},{"uid":"93c7174a4dc384b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93c7174a4dc384b7","status":"passed","time":{"start":1707777972997,"stop":1707777972997,"duration":0}},{"uid":"893d3942550810a7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/893d3942550810a7","status":"passed","time":{"start":1707775244527,"stop":1707775244527,"duration":0}},{"uid":"bbfe04f2492925f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bbfe04f2492925f7","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"7029b826cd9f4ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7029b826cd9f4ac5","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1}},{"uid":"95e3bd23ab2b2dbe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/95e3bd23ab2b2dbe","status":"passed","time":{"start":1707769843141,"stop":1707769843142,"duration":1}},{"uid":"5de8d1aad7692d7e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de8d1aad7692d7e","status":"passed","time":{"start":1707759965191,"stop":1707759965191,"duration":0}},{"uid":"6f5677ad1181da7e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f5677ad1181da7e","status":"passed","time":{"start":1707757644387,"stop":1707757644388,"duration":1}},{"uid":"4817804bcce044f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4817804bcce044f4","status":"passed","time":{"start":1707756267903,"stop":1707756267903,"duration":0}},{"uid":"5825349e6800a33e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5825349e6800a33e","status":"passed","time":{"start":1707753668028,"stop":1707753668029,"duration":1}},{"uid":"7c6e6996c9f13336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c6e6996c9f13336","status":"passed","time":{"start":1707753423534,"stop":1707753423534,"duration":0}},{"uid":"380446410be60051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/380446410be60051","status":"passed","time":{"start":1707750796028,"stop":1707750796029,"duration":1}},{"uid":"74d05b00d4ea91d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74d05b00d4ea91d7","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"27140c119b33d22f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/27140c119b33d22f","status":"passed","time":{"start":1707735912117,"stop":1707735912117,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43d57e5ea5833ee7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43d57e5ea5833ee7","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0}},{"uid":"df9399364b3a364f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df9399364b3a364f","status":"passed","time":{"start":1707777818741,"stop":1707777818742,"duration":1}},{"uid":"1b17cd41c3549546","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b17cd41c3549546","status":"passed","time":{"start":1707775095408,"stop":1707775095409,"duration":1}},{"uid":"b0a62a2db986ff13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0a62a2db986ff13","status":"passed","time":{"start":1707774915338,"stop":1707774915338,"duration":0}},{"uid":"40275857809c04a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/40275857809c04a3","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"838c39d50d20a56","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/838c39d50d20a56","status":"passed","time":{"start":1707769691796,"stop":1707769691797,"duration":1}},{"uid":"15899949d5af0c97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/15899949d5af0c97","status":"passed","time":{"start":1707759788942,"stop":1707759788943,"duration":1}},{"uid":"9d89813b53fba250","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d89813b53fba250","status":"passed","time":{"start":1707757488460,"stop":1707757488460,"duration":0}},{"uid":"ea28aa1d876df385","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea28aa1d876df385","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"4c6faa7e0fd377e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c6faa7e0fd377e7","status":"passed","time":{"start":1707753533383,"stop":1707753533383,"duration":0}},{"uid":"9ca6552848eb6336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ca6552848eb6336","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"264276e74a074669","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/264276e74a074669","status":"passed","time":{"start":1707750661591,"stop":1707750661591,"duration":0}},{"uid":"8d40f8e40a670673","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d40f8e40a670673","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"b42fff4e765732b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b42fff4e765732b6","status":"passed","time":{"start":1707735764681,"stop":1707735764683,"duration":2}}]},"f29c68a0d20ece6466078d9a7df2a245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6c8d2f653c3255b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b6c8d2f653c3255b","status":"passed","time":{"start":1707751136362,"stop":1707751136363,"duration":1}}]},"d22dc93a60ff99507c8d0657cba9eefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b14d73aa40830d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50b14d73aa40830d","status":"passed","time":{"start":1707737091360,"stop":1707737091361,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"edd6214754085044","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edd6214754085044","status":"passed","time":{"start":1707792800135,"stop":1707792800135,"duration":0}},{"uid":"117c31e18fafcd2b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/117c31e18fafcd2b","status":"passed","time":{"start":1707777749190,"stop":1707777749191,"duration":1}},{"uid":"7fd1a9b82f805702","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7fd1a9b82f805702","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"f21938598f51f528","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f21938598f51f528","status":"passed","time":{"start":1707774827196,"stop":1707774827196,"duration":0}},{"uid":"1288290c8e7c819d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1288290c8e7c819d","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8}},{"uid":"307a28e762c64aaa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/307a28e762c64aaa","status":"passed","time":{"start":1707769627357,"stop":1707769627357,"duration":0}},{"uid":"6d717ef4b7dba68a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d717ef4b7dba68a","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"67aa031d95b75e7c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67aa031d95b75e7c","status":"passed","time":{"start":1707757416948,"stop":1707757416949,"duration":1}},{"uid":"ef8a241613994654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef8a241613994654","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"890dbc95e81ba59c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/890dbc95e81ba59c","status":"passed","time":{"start":1707753464783,"stop":1707753464783,"duration":0}},{"uid":"fc6f6712b964c274","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc6f6712b964c274","status":"passed","time":{"start":1707753193012,"stop":1707753193012,"duration":0}},{"uid":"1b501febdf773628","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b501febdf773628","status":"passed","time":{"start":1707750593662,"stop":1707750593663,"duration":1}},{"uid":"e18b2750f4f56fa1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e18b2750f4f56fa1","status":"passed","time":{"start":1707736511014,"stop":1707736511015,"duration":1}},{"uid":"8128c6feb4daba24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8128c6feb4daba24","status":"passed","time":{"start":1707735692463,"stop":1707735692463,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b85c0b207d46ee44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b85c0b207d46ee44","status":"passed","time":{"start":1707793028276,"stop":1707793028279,"duration":3}},{"uid":"d196bde95acd2cb6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d196bde95acd2cb6","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"126e4fa489644925","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/126e4fa489644925","status":"passed","time":{"start":1707775244529,"stop":1707775244529,"duration":0}},{"uid":"41dd3420e7b444b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41dd3420e7b444b1","status":"passed","time":{"start":1707775050817,"stop":1707775050818,"duration":1}},{"uid":"f2b7283069feac1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b7283069feac1f","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"9c6dedacda235e76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c6dedacda235e76","status":"passed","time":{"start":1707769843143,"stop":1707769843144,"duration":1}},{"uid":"5ca02c8f5113dc10","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5ca02c8f5113dc10","status":"passed","time":{"start":1707759965198,"stop":1707759965199,"duration":1}},{"uid":"6cfc065499b987c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cfc065499b987c6","status":"passed","time":{"start":1707757644389,"stop":1707757644390,"duration":1}},{"uid":"968944f826a3dbcc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/968944f826a3dbcc","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"7e3c9172f336e673","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e3c9172f336e673","status":"passed","time":{"start":1707753668032,"stop":1707753668067,"duration":35}},{"uid":"85100f60674b5c1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85100f60674b5c1c","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"aad56d0dc8f89c8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aad56d0dc8f89c8b","status":"passed","time":{"start":1707750796030,"stop":1707750796031,"duration":1}},{"uid":"7791024feaf37274","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7791024feaf37274","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"3e8646c0b547a8d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3e8646c0b547a8d8","status":"passed","time":{"start":1707735912119,"stop":1707735912119,"duration":0}}]},"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7d6bba91a7229593","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d6bba91a7229593","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707793172246,"stop":1707793172247,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ab5be0a8f382983","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ab5be0a8f382983","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"ab39d4ffe1785ec5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab39d4ffe1785ec5","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"e9f4d8eff5084321","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9f4d8eff5084321","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"3facefbbcec37327","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3facefbbcec37327","status":"passed","time":{"start":1707774827856,"stop":1707774827857,"duration":1}},{"uid":"1af80a3ecf4813a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1af80a3ecf4813a4","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1}},{"uid":"a454d91d50736f5f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a454d91d50736f5f","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"8868daf9b8397de6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8868daf9b8397de6","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"2b6d89d8130248c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b6d89d8130248c0","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"74d99824fd5a669d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74d99824fd5a669d","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"228791cc35d81067","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/228791cc35d81067","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"10620d14ad9c5fcc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10620d14ad9c5fcc","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"35796c403dc01e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35796c403dc01e35","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"48935f0af08a6ed4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/48935f0af08a6ed4","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"56b4d6949e103404","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/56b4d6949e103404","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7fe3d1283a338d0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7fe3d1283a338d0f","status":"passed","time":{"start":1707793238860,"stop":1707793238860,"duration":0}},{"uid":"eb52abacde65fe49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb52abacde65fe49","status":"passed","time":{"start":1707778202462,"stop":1707778202462,"duration":0}},{"uid":"36eb102c70d5406f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36eb102c70d5406f","status":"passed","time":{"start":1707775486603,"stop":1707775486604,"duration":1}},{"uid":"73ae4a3b0f5827eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ae4a3b0f5827eb","status":"passed","time":{"start":1707775300126,"stop":1707775300126,"duration":0}},{"uid":"b069cb9fc4d3f10f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b069cb9fc4d3f10f","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1}},{"uid":"74fe7f67067b75af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/74fe7f67067b75af","status":"passed","time":{"start":1707770051358,"stop":1707770051359,"duration":1}},{"uid":"7412567ad8281e74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7412567ad8281e74","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"5891df92a5c50b8b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5891df92a5c50b8b","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"2a2c66875c1fe04c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a2c66875c1fe04c","status":"passed","time":{"start":1707756499891,"stop":1707756499891,"duration":0}},{"uid":"60398fc8bf98d9f2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60398fc8bf98d9f2","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"29256b6d8deed43a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29256b6d8deed43a","status":"passed","time":{"start":1707753647458,"stop":1707753647459,"duration":1}},{"uid":"43acf54484a48a68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43acf54484a48a68","status":"passed","time":{"start":1707751019560,"stop":1707751019561,"duration":1}},{"uid":"c18994df3a1f8dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c18994df3a1f8dea","status":"passed","time":{"start":1707736947832,"stop":1707736947833,"duration":1}},{"uid":"669883015dde7697","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/669883015dde7697","status":"passed","time":{"start":1707736152490,"stop":1707736152490,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fb527fa6d1061b37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb527fa6d1061b37","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0}},{"uid":"77d4d76bd5ea4000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d4d76bd5ea4000","status":"passed","time":{"start":1707778202467,"stop":1707778202467,"duration":0}},{"uid":"91718dbb20d88225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/91718dbb20d88225","status":"passed","time":{"start":1707775486614,"stop":1707775486614,"duration":0}},{"uid":"bc158938f4c4d540","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc158938f4c4d540","status":"passed","time":{"start":1707775300130,"stop":1707775300131,"duration":1}},{"uid":"36e6fac4967687f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36e6fac4967687f0","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0}},{"uid":"ffeafad814d65e0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffeafad814d65e0a","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"a5b361ec314f0438","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5b361ec314f0438","status":"passed","time":{"start":1707760174008,"stop":1707760174009,"duration":1}},{"uid":"fdc27693214f84fd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fdc27693214f84fd","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"a32e1ec99d77e454","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a32e1ec99d77e454","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"de124a6f105d2238","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de124a6f105d2238","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"cbfc481d54a7ea71","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cbfc481d54a7ea71","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"79ce36d8690a11f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79ce36d8690a11f4","status":"passed","time":{"start":1707751019564,"stop":1707751019565,"duration":1}},{"uid":"528b5565d4c3120a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/528b5565d4c3120a","status":"passed","time":{"start":1707736947839,"stop":1707736947840,"duration":1}},{"uid":"94daa1c1f192474b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/94daa1c1f192474b","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e2abe1118b21649a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2abe1118b21649a","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"duration":0}},{"uid":"1acd454ac45fbbe8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1acd454ac45fbbe8","status":"passed","time":{"start":1707778338846,"stop":1707778338846,"duration":0}},{"uid":"5fb6a32e927ec37b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fb6a32e927ec37b","status":"passed","time":{"start":1707775602023,"stop":1707775602023,"duration":0}},{"uid":"3593f970b880afb8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3593f970b880afb8","status":"passed","time":{"start":1707775390233,"stop":1707775390233,"duration":0}},{"uid":"98246f3d4b4d7386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98246f3d4b4d7386","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"bd12863b391d100d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd12863b391d100d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"93c55e5c60241ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/93c55e5c60241ad","status":"passed","time":{"start":1707758006711,"stop":1707758006712,"duration":1}},{"uid":"ed6a71819b0ca04a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed6a71819b0ca04a","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"b619ce87cb760af4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b619ce87cb760af4","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"49fdeb66ef20b821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49fdeb66ef20b821","status":"passed","time":{"start":1707753782758,"stop":1707753782759,"duration":1}},{"uid":"d68f8bbaa71b046","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d68f8bbaa71b046","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"15279426928b1307","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15279426928b1307","status":"passed","time":{"start":1707737091323,"stop":1707737091329,"duration":6}},{"uid":"df1f9322d53e908a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df1f9322d53e908a","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d587790afbfeb54","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d587790afbfeb54","status":"passed","time":{"start":1707793088152,"stop":1707793088153,"duration":1}},{"uid":"d0d076a27797342b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0d076a27797342b","status":"passed","time":{"start":1707778040290,"stop":1707778040291,"duration":1}},{"uid":"8e8985bed782a91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e8985bed782a91","status":"passed","time":{"start":1707775332261,"stop":1707775332262,"duration":1}},{"uid":"d5123a095094ee7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d5123a095094ee7c","status":"passed","time":{"start":1707775137347,"stop":1707775137347,"duration":0}},{"uid":"2659b8d09cd0175c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2659b8d09cd0175c","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"duration":1}},{"uid":"8d2ccc09564a55d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8d2ccc09564a55d5","status":"passed","time":{"start":1707769926628,"stop":1707769926629,"duration":1}},{"uid":"6d46530455e33318","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d46530455e33318","status":"passed","time":{"start":1707760029733,"stop":1707760029734,"duration":1}},{"uid":"237845bc750db703","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/237845bc750db703","status":"passed","time":{"start":1707757714098,"stop":1707757714099,"duration":1}},{"uid":"e31101869e4d91cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e31101869e4d91cc","status":"passed","time":{"start":1707756348091,"stop":1707756348091,"duration":0}},{"uid":"1c56cdb0bbd6f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c56cdb0bbd6f6a","status":"passed","time":{"start":1707753739853,"stop":1707753739854,"duration":1}},{"uid":"6f935f6698b7d999","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f935f6698b7d999","status":"passed","time":{"start":1707753512839,"stop":1707753512839,"duration":0}},{"uid":"feecd57b00b71f13","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feecd57b00b71f13","status":"passed","time":{"start":1707750884306,"stop":1707750884306,"duration":0}},{"uid":"aba380a6145a8965","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aba380a6145a8965","status":"passed","time":{"start":1707736808987,"stop":1707736808988,"duration":1}},{"uid":"b41a59214dd8f24f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b41a59214dd8f24f","status":"passed","time":{"start":1707736014799,"stop":1707736014800,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d5d457d9e9768106","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d5d457d9e9768106","status":"passed","time":{"start":1707793128332,"stop":1707793128333,"duration":1}},{"uid":"4daedb8926975099","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4daedb8926975099","status":"passed","time":{"start":1707778092884,"stop":1707778092885,"duration":1}},{"uid":"174f7e3ff1bd89db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/174f7e3ff1bd89db","status":"passed","time":{"start":1707775368921,"stop":1707775368921,"duration":0}},{"uid":"34f01daa3efa397e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/34f01daa3efa397e","status":"passed","time":{"start":1707775183288,"stop":1707775183288,"duration":0}},{"uid":"6b60cc7196282084","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b60cc7196282084","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"duration":0}},{"uid":"b8dbf54b684c70a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8dbf54b684c70a6","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"b9b3c0aaf6649d92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b9b3c0aaf6649d92","status":"passed","time":{"start":1707760073035,"stop":1707760073037,"duration":2}},{"uid":"de9b4f332293d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de9b4f332293d1","status":"passed","time":{"start":1707757771074,"stop":1707757771074,"duration":0}},{"uid":"a83f11127d4fe5e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a83f11127d4fe5e8","status":"passed","time":{"start":1707756387892,"stop":1707756387892,"duration":0}},{"uid":"6e8f3c08ca63ed1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8f3c08ca63ed1d","status":"passed","time":{"start":1707753783840,"stop":1707753783842,"duration":2}},{"uid":"8a25fb62c91e6c56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a25fb62c91e6c56","status":"passed","time":{"start":1707753549846,"stop":1707753549846,"duration":0}},{"uid":"ab39eb2ac21ea766","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab39eb2ac21ea766","status":"passed","time":{"start":1707750934223,"stop":1707750934223,"duration":0}},{"uid":"d8605c0bea514990","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d8605c0bea514990","status":"passed","time":{"start":1707736857301,"stop":1707736857301,"duration":0}},{"uid":"68513f11e2f0ad76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68513f11e2f0ad76","status":"passed","time":{"start":1707736056535,"stop":1707736056535,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"babc8f22fb8fa529","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/babc8f22fb8fa529","status":"passed","time":{"start":1707793287275,"stop":1707793287276,"duration":1}},{"uid":"7a745f8affdf5be8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a745f8affdf5be8","status":"passed","time":{"start":1707778251792,"stop":1707778251792,"duration":0}},{"uid":"154dc6a1b84b0f6a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/154dc6a1b84b0f6a","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"4b65b403d1b38b26","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b65b403d1b38b26","status":"passed","time":{"start":1707775340600,"stop":1707775340601,"duration":1}},{"uid":"d9cf1f5fb0e40678","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9cf1f5fb0e40678","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"duration":1}},{"uid":"e3e1cd6b2937544a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3e1cd6b2937544a","status":"passed","time":{"start":1707770045973,"stop":1707770045974,"duration":1}},{"uid":"dcae7aba1d14c434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcae7aba1d14c434","status":"passed","time":{"start":1707760224880,"stop":1707760224881,"duration":1}},{"uid":"7f78d6a00c63424","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f78d6a00c63424","status":"passed","time":{"start":1707757921495,"stop":1707757921495,"duration":0}},{"uid":"59ec4915b84d05ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59ec4915b84d05ec","status":"passed","time":{"start":1707756552025,"stop":1707756552025,"duration":0}},{"uid":"958b79558864abb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/958b79558864abb7","status":"passed","time":{"start":1707753853536,"stop":1707753853537,"duration":1}},{"uid":"f94d1d8bd08159a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94d1d8bd08159a2","status":"passed","time":{"start":1707753708968,"stop":1707753708968,"duration":0}},{"uid":"5890ecfaa92ce04c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5890ecfaa92ce04c","status":"passed","time":{"start":1707751075908,"stop":1707751075908,"duration":0}},{"uid":"7102ea7f17e9c625","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7102ea7f17e9c625","status":"passed","time":{"start":1707737000808,"stop":1707737000808,"duration":0}},{"uid":"b5e4304f0c0dbb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5e4304f0c0dbb47","status":"passed","time":{"start":1707736214129,"stop":1707736214130,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d94fcec759fd0df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d94fcec759fd0df","status":"passed","time":{"start":1707793238863,"stop":1707793238864,"duration":1}},{"uid":"a227de9c0de48f54","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a227de9c0de48f54","status":"passed","time":{"start":1707778202465,"stop":1707778202466,"duration":1}},{"uid":"4f2add58d93dac44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4f2add58d93dac44","status":"passed","time":{"start":1707775486611,"stop":1707775486612,"duration":1}},{"uid":"39234dd12c87b86d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/39234dd12c87b86d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"280ad9eb05dcbd35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/280ad9eb05dcbd35","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"8525992681afa4b5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8525992681afa4b5","status":"passed","time":{"start":1707770051361,"stop":1707770051362,"duration":1}},{"uid":"d907cfd00ce23b5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907cfd00ce23b5a","status":"passed","time":{"start":1707760173997,"stop":1707760173997,"duration":0}},{"uid":"b9b90972d1d2a85e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9b90972d1d2a85e","status":"passed","time":{"start":1707757873905,"stop":1707757873906,"duration":1}},{"uid":"3cbd2ddb3946b4b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cbd2ddb3946b4b8","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"1685d2242fb7741e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1685d2242fb7741e","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"e99985cba3e46c9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99985cba3e46c9f","status":"passed","time":{"start":1707753647465,"stop":1707753647486,"duration":21}},{"uid":"597aa225eaa5dfb7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/597aa225eaa5dfb7","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"cfbdca8e2507edc3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfbdca8e2507edc3","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"a574fb5d13352708","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a574fb5d13352708","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"35cb04cb06a803d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/35cb04cb06a803d2","status":"passed","time":{"start":1707777997120,"stop":1707777997128,"duration":8}},{"uid":"a589c432b4adcbf8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a589c432b4adcbf8","status":"passed","time":{"start":1707775275759,"stop":1707775275759,"duration":0}},{"uid":"980fb8a2dab8fd67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/980fb8a2dab8fd67","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"duration":0}},{"uid":"29d77a76b932bf74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d77a76b932bf74","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"3cdf996d5392d78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3cdf996d5392d78","status":"passed","time":{"start":1707759981481,"stop":1707759981481,"duration":0}},{"uid":"3f5e735bf9a76c73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f5e735bf9a76c73","status":"passed","time":{"start":1707757676051,"stop":1707757676051,"duration":0}},{"uid":"9d169fc2155a43a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d169fc2155a43a4","status":"passed","time":{"start":1707756304435,"stop":1707756304436,"duration":1}},{"uid":"374423b85e78b7d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/374423b85e78b7d8","status":"passed","time":{"start":1707753713267,"stop":1707753713268,"duration":1}},{"uid":"21cc761e52ea1934","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/21cc761e52ea1934","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"96375889f0115e97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96375889f0115e97","status":"passed","time":{"start":1707750840054,"stop":1707750840055,"duration":1}},{"uid":"a99220592ac55561","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a99220592ac55561","status":"passed","time":{"start":1707736765048,"stop":1707736765049,"duration":1}},{"uid":"b956a0318ae25e65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b956a0318ae25e65","status":"passed","time":{"start":1707735955264,"stop":1707735955265,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"521284f657f31c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/521284f657f31c86","status":"passed","time":{"start":1707793392503,"stop":1707793392503,"duration":0}},{"uid":"14d7993a8295c2e3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14d7993a8295c2e3","status":"passed","time":{"start":1707778370027,"stop":1707778370028,"duration":1}},{"uid":"e33a6f757264fc07","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e33a6f757264fc07","status":"passed","time":{"start":1707775644356,"stop":1707775644357,"duration":1}},{"uid":"b2fb19b91de8287a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b2fb19b91de8287a","status":"passed","time":{"start":1707775439254,"stop":1707775439255,"duration":1}},{"uid":"38d8b20d74636eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38d8b20d74636eb8","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1}},{"uid":"111b0c1dfac975d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/111b0c1dfac975d","status":"passed","time":{"start":1707770140537,"stop":1707770140537,"duration":0}},{"uid":"b3b75f20f6d7ed0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3b75f20f6d7ed0b","status":"passed","time":{"start":1707760337681,"stop":1707760337682,"duration":1}},{"uid":"346ae98ae70f29cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/346ae98ae70f29cf","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"33f6f2d36b02b6dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33f6f2d36b02b6dc","status":"passed","time":{"start":1707756656799,"stop":1707756656800,"duration":1}},{"uid":"9d8e92d1b09ae780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d8e92d1b09ae780","status":"passed","time":{"start":1707753960364,"stop":1707753960364,"duration":0}},{"uid":"fe304221c887110e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe304221c887110e","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"5d5e2d1ffb78c110","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d5e2d1ffb78c110","status":"passed","time":{"start":1707751157937,"stop":1707751157939,"duration":2}},{"uid":"70f2cbfd17b758d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f2cbfd17b758d7","status":"passed","time":{"start":1707737112733,"stop":1707737112734,"duration":1}},{"uid":"d1eb2abcba8576da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1eb2abcba8576da","status":"passed","time":{"start":1707736314164,"stop":1707736314165,"duration":1}}]},"24a3b2782cf1cbb3ec5b0b199369c371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2dd18d8ed859c33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a2dd18d8ed859c33","status":"passed","time":{"start":1707736730646,"stop":1707736730647,"duration":1}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c34ac18d8705d7a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34ac18d8705d7a6","status":"passed","time":{"start":1707792849460,"stop":1707792849460,"duration":0}},{"uid":"281a42708655aaf8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/281a42708655aaf8","status":"passed","time":{"start":1707777798763,"stop":1707777798764,"duration":1}},{"uid":"504c457db79b9303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/504c457db79b9303","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"fb1f99b965ad7c2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb1f99b965ad7c2b","status":"passed","time":{"start":1707774880420,"stop":1707774880420,"duration":0}},{"uid":"4baec3e58999f04a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4baec3e58999f04a","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"duration":0}},{"uid":"d9f38a46435aebb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9f38a46435aebb8","status":"passed","time":{"start":1707769677706,"stop":1707769677707,"duration":1}},{"uid":"4c9d4b052e533cf3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9d4b052e533cf3","status":"passed","time":{"start":1707759769674,"stop":1707759769674,"duration":0}},{"uid":"38d6af1e08fe1085","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38d6af1e08fe1085","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"14ccca6f5357bd68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14ccca6f5357bd68","status":"passed","time":{"start":1707756096180,"stop":1707756096180,"duration":0}},{"uid":"4216125dab5d0197","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4216125dab5d0197","status":"passed","time":{"start":1707753517975,"stop":1707753517975,"duration":0}},{"uid":"85d349fd428bf64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85d349fd428bf64a","status":"passed","time":{"start":1707753244729,"stop":1707753244730,"duration":1}},{"uid":"8f5d679cf5cd8a54","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f5d679cf5cd8a54","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"68b4a0c9bd7d1726","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68b4a0c9bd7d1726","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"dd475d9817ae317c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dd475d9817ae317c","status":"passed","time":{"start":1707735743507,"stop":1707735743507,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f004ad97fcc7550","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f004ad97fcc7550","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0}},{"uid":"422e731a74d6aa72","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/422e731a74d6aa72","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"93ac0c000e779f3e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93ac0c000e779f3e","status":"passed","time":{"start":1707775026265,"stop":1707775026266,"duration":1}},{"uid":"a4c9f37d7a290f6d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4c9f37d7a290f6d","status":"passed","time":{"start":1707774827855,"stop":1707774827856,"duration":1}},{"uid":"e857f1e58f5e1d31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e857f1e58f5e1d31","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"b7ccf3d19bafa9e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b7ccf3d19bafa9e7","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"eded676506437b5d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eded676506437b5d","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"ca0f7c130e0d297d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca0f7c130e0d297d","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"7a3db58f8ae758b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a3db58f8ae758b7","status":"passed","time":{"start":1707756047293,"stop":1707756047294,"duration":1}},{"uid":"f0ef8e0f4ce6cd28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0ef8e0f4ce6cd28","status":"passed","time":{"start":1707753465441,"stop":1707753465442,"duration":1}},{"uid":"3e660e0dfd8cee76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3e660e0dfd8cee76","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"4eb7f7f243f21b18","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4eb7f7f243f21b18","status":"passed","time":{"start":1707750594365,"stop":1707750594366,"duration":1}},{"uid":"8c20555e7b618ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c20555e7b618ad","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"d44bbed7dc7484ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d44bbed7dc7484ed","status":"passed","time":{"start":1707735693125,"stop":1707735693125,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3e947160c523976","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3e947160c523976","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"duration":0}},{"uid":"38f64f73f76fc644","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38f64f73f76fc644","status":"passed","time":{"start":1707778386486,"stop":1707778386487,"duration":1}},{"uid":"34d84fb983d737e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/34d84fb983d737e","status":"passed","time":{"start":1707775656751,"stop":1707775656752,"duration":1}},{"uid":"12e17021c4ca9dc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12e17021c4ca9dc","status":"passed","time":{"start":1707775461891,"stop":1707775461892,"duration":1}},{"uid":"ef34d1ba891b24ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef34d1ba891b24ce","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"acd22ccb959e7e13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acd22ccb959e7e13","status":"passed","time":{"start":1707770208548,"stop":1707770208549,"duration":1}},{"uid":"68fbbb5576f767cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/68fbbb5576f767cd","status":"passed","time":{"start":1707760335957,"stop":1707760335958,"duration":1}},{"uid":"4276b61149925d29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4276b61149925d29","status":"passed","time":{"start":1707758023538,"stop":1707758023538,"duration":0}},{"uid":"9e42685e979bff4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e42685e979bff4b","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"4bfbf3a274bd79dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bfbf3a274bd79dd","status":"passed","time":{"start":1707753837174,"stop":1707753837174,"duration":0}},{"uid":"5d2e05d064a0a1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d2e05d064a0a1d3","status":"passed","time":{"start":1707751136354,"stop":1707751136354,"duration":0}},{"uid":"2c92b54e81e82acf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c92b54e81e82acf","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"556641494e5ff8b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/556641494e5ff8b8","status":"passed","time":{"start":1707736322662,"stop":1707736322663,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d9d9c1549d313ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d9d9c1549d313ee","status":"passed","time":{"start":1707793370640,"stop":1707793370641,"duration":1}},{"uid":"2a9da159a19b4304","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a9da159a19b4304","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"38c2291b8628b08b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38c2291b8628b08b","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}},{"uid":"9e60a72729e33f15","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e60a72729e33f15","status":"passed","time":{"start":1707775461893,"stop":1707775461894,"duration":1}},{"uid":"597f9bfcda184cfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597f9bfcda184cfe","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0}},{"uid":"f9c84589a6f57a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c84589a6f57a66","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"17e58660ce76e94f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/17e58660ce76e94f","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1d6ab17c1456fb4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1d6ab17c1456fb4","status":"passed","time":{"start":1707758023543,"stop":1707758023543,"duration":0}},{"uid":"b92466bf650bf146","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b92466bf650bf146","status":"passed","time":{"start":1707756664011,"stop":1707756664011,"duration":0}},{"uid":"d8b552c2d3b17278","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8b552c2d3b17278","status":"passed","time":{"start":1707753837177,"stop":1707753837178,"duration":1}},{"uid":"bf840bc4eef31268","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf840bc4eef31268","status":"passed","time":{"start":1707751136361,"stop":1707751136362,"duration":1}},{"uid":"3ebe29afbc37be9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ebe29afbc37be9f","status":"passed","time":{"start":1707737124649,"stop":1707737124650,"duration":1}},{"uid":"3a0e880543c65fa8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a0e880543c65fa8","status":"passed","time":{"start":1707736322666,"stop":1707736322666,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab1a3a57a157d114","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab1a3a57a157d114","status":"passed","time":{"start":1707793287279,"stop":1707793287280,"duration":1}},{"uid":"5553c0ef8a86d9fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5553c0ef8a86d9fb","status":"passed","time":{"start":1707778251792,"stop":1707778251793,"duration":1}},{"uid":"7dfbd4a9a46436ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7dfbd4a9a46436ee","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"fa9e3b4a8a944ac1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9e3b4a8a944ac1","status":"passed","time":{"start":1707775340601,"stop":1707775340602,"duration":1}},{"uid":"42fad4eafbcd5e3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42fad4eafbcd5e3c","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"duration":0}},{"uid":"a2d753fae2bb504e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2d753fae2bb504e","status":"passed","time":{"start":1707770045974,"stop":1707770045974,"duration":0}},{"uid":"ee114da1a6ce073c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee114da1a6ce073c","status":"passed","time":{"start":1707760224881,"stop":1707760224882,"duration":1}},{"uid":"1d0ec48020c4adf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d0ec48020c4adf2","status":"passed","time":{"start":1707757921495,"stop":1707757921496,"duration":1}},{"uid":"a7ccc57f7e47f638","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a7ccc57f7e47f638","status":"passed","time":{"start":1707756552025,"stop":1707756552026,"duration":1}},{"uid":"f0072a3eb69bc918","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0072a3eb69bc918","status":"passed","time":{"start":1707753853537,"stop":1707753853537,"duration":0}},{"uid":"a61cdd67fc955964","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a61cdd67fc955964","status":"passed","time":{"start":1707753708968,"stop":1707753708969,"duration":1}},{"uid":"2c1f8bab52fca97b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2c1f8bab52fca97b","status":"passed","time":{"start":1707751075908,"stop":1707751075909,"duration":1}},{"uid":"59ed5bebb0357da0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ed5bebb0357da0","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"6a3e8c14451f5ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a3e8c14451f5ad","status":"passed","time":{"start":1707736214130,"stop":1707736214130,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"81d971dbb1c524a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/81d971dbb1c524a3","status":"passed","time":{"start":1707793370634,"stop":1707793370634,"duration":0}},{"uid":"4e3b833b12007e5d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e3b833b12007e5d","status":"passed","time":{"start":1707778386483,"stop":1707778386483,"duration":0}},{"uid":"f1d7f17f810d3d4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1d7f17f810d3d4e","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"41b53bf1733dc76d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41b53bf1733dc76d","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"2b733eb6dc05c04e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b733eb6dc05c04e","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"duration":0}},{"uid":"8dbda51d4668accd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbda51d4668accd","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"3c78511311f18e03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c78511311f18e03","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"eeea93b4a61c5c3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eeea93b4a61c5c3b","status":"passed","time":{"start":1707758023535,"stop":1707758023535,"duration":0}},{"uid":"69ef65538c38e4f7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69ef65538c38e4f7","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"a36c361fb80e7208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a36c361fb80e7208","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"d80623ace3f3150","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d80623ace3f3150","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"ab4a07614640e73b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab4a07614640e73b","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"60958f71d57ac132","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60958f71d57ac132","status":"passed","time":{"start":1707736322659,"stop":1707736322660,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"477254391a5a53b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/477254391a5a53b1","status":"passed","time":{"start":1707792838864,"stop":1707792838866,"duration":2}},{"uid":"49b28da6c2637ac4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49b28da6c2637ac4","status":"passed","time":{"start":1707777787214,"stop":1707777787217,"duration":3}},{"uid":"abb2f22634b18b55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abb2f22634b18b55","status":"passed","time":{"start":1707775063031,"stop":1707775063033,"duration":2}},{"uid":"c25100cddcbba4b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c25100cddcbba4b5","status":"passed","time":{"start":1707774865132,"stop":1707774865137,"duration":5}},{"uid":"5ef11d890a549d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ef11d890a549d12","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13}},{"uid":"547a9cb7f4301a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/547a9cb7f4301a72","status":"passed","time":{"start":1707769665314,"stop":1707769665316,"duration":2}},{"uid":"abb884571f728d2f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abb884571f728d2f","status":"passed","time":{"start":1707759759717,"stop":1707759759719,"duration":2}},{"uid":"2d4d38821c694854","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d4d38821c694854","status":"passed","time":{"start":1707757455849,"stop":1707757455851,"duration":2}},{"uid":"ccd78c8ce9d05dc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccd78c8ce9d05dc8","status":"passed","time":{"start":1707756084420,"stop":1707756084423,"duration":3}},{"uid":"a19d11c785986e16","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a19d11c785986e16","status":"passed","time":{"start":1707753503417,"stop":1707753503420,"duration":3}},{"uid":"b6ce179355c85306","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6ce179355c85306","status":"passed","time":{"start":1707753233555,"stop":1707753233557,"duration":2}},{"uid":"95902b64f1b8d685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95902b64f1b8d685","status":"passed","time":{"start":1707750631896,"stop":1707750631899,"duration":3}},{"uid":"a7d2839f9d77e781","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a7d2839f9d77e781","status":"passed","time":{"start":1707736548878,"stop":1707736548880,"duration":2}},{"uid":"4641e53e0270e7b7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4641e53e0270e7b7","status":"passed","time":{"start":1707735732425,"stop":1707735732428,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac31dbfb5f65dad6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac31dbfb5f65dad6","status":"passed","time":{"start":1707793012459,"stop":1707793012459,"duration":0}},{"uid":"75724b589d2ec90f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75724b589d2ec90f","status":"passed","time":{"start":1707777977653,"stop":1707777977653,"duration":0}},{"uid":"67a2dfbb8b4ec54a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67a2dfbb8b4ec54a","status":"passed","time":{"start":1707775258443,"stop":1707775258444,"duration":1}},{"uid":"73c7e71535b88b56","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c7e71535b88b56","status":"passed","time":{"start":1707775081973,"stop":1707775081973,"duration":0}},{"uid":"e9644f5b2bdf7cfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9644f5b2bdf7cfb","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1}},{"uid":"6144d7593f75512b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6144d7593f75512b","status":"passed","time":{"start":1707769841875,"stop":1707769841875,"duration":0}},{"uid":"80c10764e20a252d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80c10764e20a252d","status":"passed","time":{"start":1707759921441,"stop":1707759921441,"duration":0}},{"uid":"9515d6e56fe0cbfd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9515d6e56fe0cbfd","status":"passed","time":{"start":1707757624861,"stop":1707757624861,"duration":0}},{"uid":"304a9140cda44ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/304a9140cda44ef7","status":"passed","time":{"start":1707756261709,"stop":1707756261709,"duration":0}},{"uid":"bca9845591ee62a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bca9845591ee62a1","status":"passed","time":{"start":1707753651126,"stop":1707753651127,"duration":1}},{"uid":"382f366cce99ac00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/382f366cce99ac00","status":"passed","time":{"start":1707753409565,"stop":1707753409565,"duration":0}},{"uid":"2a2e3050b5bc0e0d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2e3050b5bc0e0d","status":"passed","time":{"start":1707750722032,"stop":1707750722032,"duration":0}},{"uid":"605577ecaf7adbda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/605577ecaf7adbda","status":"passed","time":{"start":1707736708307,"stop":1707736708308,"duration":1}},{"uid":"9c06d0a380cd8c63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06d0a380cd8c63","status":"passed","time":{"start":1707735914369,"stop":1707735914369,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"30971d9b353f5312","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30971d9b353f5312","status":"passed","time":{"start":1707793446737,"stop":1707793446738,"duration":1}},{"uid":"b1c417c08c50e8fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1c417c08c50e8fc","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"3e4ba6bae921e048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e4ba6bae921e048","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"202f6716839ed370","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/202f6716839ed370","status":"passed","time":{"start":1707775494272,"stop":1707775494273,"duration":1}},{"uid":"e99b13aa67513920","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e99b13aa67513920","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"duration":0}},{"uid":"d7e7d555b56c5243","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7e7d555b56c5243","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"5f04494367abe016","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5f04494367abe016","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"f7434c8e430c5ed9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7434c8e430c5ed9","status":"passed","time":{"start":1707758004306,"stop":1707758004306,"duration":0}},{"uid":"648136ee00ed449b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/648136ee00ed449b","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"e8e0ac0857003330","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e8e0ac0857003330","status":"passed","time":{"start":1707754051783,"stop":1707754051784,"duration":1}},{"uid":"570c139891cb0f4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/570c139891cb0f4e","status":"passed","time":{"start":1707753877924,"stop":1707753877925,"duration":1}},{"uid":"ac55eac40acf1684","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac55eac40acf1684","status":"passed","time":{"start":1707751228958,"stop":1707751228959,"duration":1}},{"uid":"40d120dbc74d125c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40d120dbc74d125c","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"6c210d0cd897e07c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6c210d0cd897e07c","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"813074e0d382e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813074e0d382e81","status":"passed","time":{"start":1707792849459,"stop":1707792849459,"duration":0}},{"uid":"2b9104be9d1d5e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b9104be9d1d5e7","status":"passed","time":{"start":1707777798759,"stop":1707777798760,"duration":1}},{"uid":"7e24f0ccfedccffe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e24f0ccfedccffe","status":"passed","time":{"start":1707775072150,"stop":1707775072150,"duration":0}},{"uid":"1e82797d33862c64","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e82797d33862c64","status":"passed","time":{"start":1707774880419,"stop":1707774880419,"duration":0}},{"uid":"aa1d93311ac9db5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa1d93311ac9db5a","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"duration":0}},{"uid":"7aacff775ffed3b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7aacff775ffed3b1","status":"passed","time":{"start":1707769677702,"stop":1707769677703,"duration":1}},{"uid":"3292d7d2a21f1fe4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3292d7d2a21f1fe4","status":"passed","time":{"start":1707759769673,"stop":1707759769673,"duration":0}},{"uid":"c8e4acf5d9178f8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8e4acf5d9178f8","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"157e90f175a8ca22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/157e90f175a8ca22","status":"passed","time":{"start":1707756096176,"stop":1707756096178,"duration":2}},{"uid":"8189d7f9aaa86077","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8189d7f9aaa86077","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"18d0169aefea381e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18d0169aefea381e","status":"passed","time":{"start":1707753244727,"stop":1707753244728,"duration":1}},{"uid":"3906da05c3f3bea1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3906da05c3f3bea1","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"deeb33e551918b68","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb33e551918b68","status":"passed","time":{"start":1707736558645,"stop":1707736558646,"duration":1}},{"uid":"99d82551ead60080","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/99d82551ead60080","status":"passed","time":{"start":1707735743490,"stop":1707735743496,"duration":6}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6705f4874d6eca3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6705f4874d6eca3c","status":"passed","time":{"start":1707793153227,"stop":1707793153228,"duration":1}},{"uid":"291630232b1579cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/291630232b1579cd","status":"passed","time":{"start":1707778114678,"stop":1707778114678,"duration":0}},{"uid":"a3ef6ea851f3e126","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ef6ea851f3e126","status":"passed","time":{"start":1707775395379,"stop":1707775395380,"duration":1}},{"uid":"aeb493006aa24f7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aeb493006aa24f7b","status":"passed","time":{"start":1707775205633,"stop":1707775205633,"duration":0}},{"uid":"e5fadd0e7886fdca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5fadd0e7886fdca","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"duration":0}},{"uid":"2ed68a37a1f976a5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ed68a37a1f976a5","status":"passed","time":{"start":1707769983281,"stop":1707769983282,"duration":1}},{"uid":"bd89514613ff7f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd89514613ff7f34","status":"passed","time":{"start":1707760095406,"stop":1707760095407,"duration":1}},{"uid":"c748f690ab1fe82b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c748f690ab1fe82b","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"828fe27ae5a18e24","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/828fe27ae5a18e24","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2e2c73f639d9f18a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2e2c73f639d9f18a","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"30a82ccbf13cc9a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/30a82ccbf13cc9a7","status":"passed","time":{"start":1707753573532,"stop":1707753573533,"duration":1}},{"uid":"959fc6ac5a789d79","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/959fc6ac5a789d79","status":"passed","time":{"start":1707750953983,"stop":1707750953984,"duration":1}},{"uid":"675599e106d50f0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/675599e106d50f0e","status":"passed","time":{"start":1707736878970,"stop":1707736878971,"duration":1}},{"uid":"23deced1b5daa012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23deced1b5daa012","status":"passed","time":{"start":1707736081275,"stop":1707736081275,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58d98734661e8a19","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58d98734661e8a19","status":"passed","time":{"start":1707793371100,"stop":1707793371100,"duration":0}},{"uid":"fb818a704882d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb818a704882d843","status":"passed","time":{"start":1707778338836,"stop":1707778338837,"duration":1}},{"uid":"41cb50a382b694","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/41cb50a382b694","status":"passed","time":{"start":1707775602017,"stop":1707775602017,"duration":0}},{"uid":"fe5eec2446b4de3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe5eec2446b4de3","status":"passed","time":{"start":1707775390227,"stop":1707775390228,"duration":1}},{"uid":"a68203501d6bc2bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a68203501d6bc2bd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"36d7f5afea06a091","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36d7f5afea06a091","status":"passed","time":{"start":1707760301805,"stop":1707760301805,"duration":0}},{"uid":"f799559f98c7dd0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f799559f98c7dd0b","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"13bcdb2ed6e1c464","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13bcdb2ed6e1c464","status":"passed","time":{"start":1707756617037,"stop":1707756617037,"duration":0}},{"uid":"a2f38f9ab0b93458","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2f38f9ab0b93458","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"a8119903f34d9aaf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8119903f34d9aaf","status":"passed","time":{"start":1707753782748,"stop":1707753782749,"duration":1}},{"uid":"f1aedd3f31c042d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f1aedd3f31c042d","status":"passed","time":{"start":1707751162309,"stop":1707751162310,"duration":1}},{"uid":"8d953638f960cee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d953638f960cee3","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"3a711cc9f6615ef2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a711cc9f6615ef2","status":"passed","time":{"start":1707736260125,"stop":1707736260126,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37347df3157fb386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37347df3157fb386","status":"passed","time":{"start":1707792890684,"stop":1707792890684,"duration":0}},{"uid":"cde15b99f88aa71c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cde15b99f88aa71c","status":"passed","time":{"start":1707777837223,"stop":1707777837224,"duration":1}},{"uid":"240748f2dc29a08c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/240748f2dc29a08c","status":"passed","time":{"start":1707775113058,"stop":1707775113058,"duration":0}},{"uid":"326bcac9349e17b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/326bcac9349e17b0","status":"passed","time":{"start":1707774908733,"stop":1707774908734,"duration":1}},{"uid":"5d591cf6b970936d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d591cf6b970936d","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2}},{"uid":"30e38b3544d81b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30e38b3544d81b38","status":"passed","time":{"start":1707769706669,"stop":1707769706670,"duration":1}},{"uid":"876536027583bf0d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/876536027583bf0d","status":"passed","time":{"start":1707759811409,"stop":1707759811410,"duration":1}},{"uid":"eabce986f3be92fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eabce986f3be92fe","status":"passed","time":{"start":1707757504685,"stop":1707757504686,"duration":1}},{"uid":"fd1b99489651d917","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd1b99489651d917","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"51122e474a55b590","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51122e474a55b590","status":"passed","time":{"start":1707753284215,"stop":1707753284216,"duration":1}},{"uid":"28a66966df6f9c52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/28a66966df6f9c52","status":"passed","time":{"start":1707736597190,"stop":1707736597190,"duration":0}},{"uid":"923e18a05890870","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/923e18a05890870","status":"passed","time":{"start":1707735784061,"stop":1707735784061,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"28198ce3e94ada21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28198ce3e94ada21","status":"passed","time":{"start":1707792800818,"stop":1707792800819,"duration":1}},{"uid":"5516c3358a197367","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5516c3358a197367","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"50a61165e70e46d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50a61165e70e46d2","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"b80d56322e9492a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b80d56322e9492a5","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"32c922f0d1d2459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32c922f0d1d2459","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"6ef2572784daf32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef2572784daf32c","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"44ec246801b5bcf2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44ec246801b5bcf2","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"8a10d56bb6e2b942","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a10d56bb6e2b942","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"f9c8b2aa9d7837f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f9c8b2aa9d7837f1","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b68aa65734c0a6f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b68aa65734c0a6f6","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"5132ed222715e9d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5132ed222715e9d0","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"13991bfe0a32481","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13991bfe0a32481","status":"passed","time":{"start":1707750594369,"stop":1707750594370,"duration":1}},{"uid":"43ba3673170ccdd7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43ba3673170ccdd7","status":"passed","time":{"start":1707736511743,"stop":1707736511743,"duration":0}},{"uid":"a0cd4feac2a96b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a0cd4feac2a96b15","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9b86b2e84b061167","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b86b2e84b061167","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0}},{"uid":"351b262e2b62e5ef","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/351b262e2b62e5ef","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"54bf239f35fa6408","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/54bf239f35fa6408","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"d98c32d1c19131b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d98c32d1c19131b7","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"3f0217eacb647d58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f0217eacb647d58","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"7fe9f0eab0ddcefa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fe9f0eab0ddcefa","status":"passed","time":{"start":1707770238681,"stop":1707770238682,"duration":1}},{"uid":"f2f35938c9af62ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f2f35938c9af62ba","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"230bde902829a49b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/230bde902829a49b","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"10e1f25bbfb1d537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10e1f25bbfb1d537","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"bd1f9909cb0f9600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bd1f9909cb0f9600","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"dec10bc241a7ccca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dec10bc241a7ccca","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"9efdbf53e0e006a6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9efdbf53e0e006a6","status":"passed","time":{"start":1707751228957,"stop":1707751228958,"duration":1}},{"uid":"e7bcd06143706b8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e7bcd06143706b8b","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"9db8c1e01bfba117","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9db8c1e01bfba117","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6e78758f8d4d62d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6e78758f8d4d62d","status":"passed","time":{"start":1707793086605,"stop":1707793086605,"duration":0}},{"uid":"805eee9f34563243","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805eee9f34563243","status":"passed","time":{"start":1707778058489,"stop":1707778058489,"duration":0}},{"uid":"18d4a2d8526e9585","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/18d4a2d8526e9585","status":"passed","time":{"start":1707775337151,"stop":1707775337151,"duration":0}},{"uid":"8655b8fd690b886c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8655b8fd690b886c","status":"passed","time":{"start":1707775143601,"stop":1707775143602,"duration":1}},{"uid":"e5cdf4a8cee8d1f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5cdf4a8cee8d1f3","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"duration":1}},{"uid":"a392da77f98ece84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a392da77f98ece84","status":"passed","time":{"start":1707769940211,"stop":1707769940212,"duration":1}},{"uid":"131f3e4ab8032d44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/131f3e4ab8032d44","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"6b2519fbe26e0dea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6b2519fbe26e0dea","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"b47e34c39b7d370e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47e34c39b7d370e","status":"passed","time":{"start":1707756352341,"stop":1707756352342,"duration":1}},{"uid":"7bfd8056e05982f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bfd8056e05982f1","status":"passed","time":{"start":1707753768710,"stop":1707753768711,"duration":1}},{"uid":"20add995b3cdc01e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/20add995b3cdc01e","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"64141668d278209d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64141668d278209d","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"34874e5032730120","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34874e5032730120","status":"passed","time":{"start":1707736822684,"stop":1707736822684,"duration":0}},{"uid":"4a9aec9c90b94e29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a9aec9c90b94e29","status":"passed","time":{"start":1707736014744,"stop":1707736014744,"duration":0}}]},"ed2149567e8c33a8a5bd82c6a8c164bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"532936b79356e01d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/532936b79356e01d","status":"passed","time":{"start":1707758006723,"stop":1707758006723,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ee32e0e05b32d78","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ee32e0e05b32d78","status":"passed","time":{"start":1707793370622,"stop":1707793370623,"duration":1}},{"uid":"3e870b5265db7d4b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3e870b5265db7d4b","status":"passed","time":{"start":1707778386471,"stop":1707778386471,"duration":0}},{"uid":"79950420c6b7fe92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79950420c6b7fe92","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"20474857a4c31470","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20474857a4c31470","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"2815272f711185a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2815272f711185a7","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"fb2c4f41a410eb59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb2c4f41a410eb59","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"21b9db2454b5230d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21b9db2454b5230d","status":"passed","time":{"start":1707760335936,"stop":1707760335936,"duration":0}},{"uid":"a793554ebe50e771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a793554ebe50e771","status":"passed","time":{"start":1707758023524,"stop":1707758023524,"duration":0}},{"uid":"c46dca07027cfedc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c46dca07027cfedc","status":"passed","time":{"start":1707756663994,"stop":1707756663995,"duration":1}},{"uid":"e083e0e918a9ae8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e083e0e918a9ae8d","status":"passed","time":{"start":1707753717337,"stop":1707753717339,"duration":2}},{"uid":"fcab9ae2c69cdcc8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcab9ae2c69cdcc8","status":"passed","time":{"start":1707753837157,"stop":1707753837158,"duration":1}},{"uid":"10fb2fdf2060b1ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10fb2fdf2060b1ca","status":"passed","time":{"start":1707751136276,"stop":1707751136276,"duration":0}},{"uid":"7fb0475fd8b44395","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7fb0475fd8b44395","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"79c77c82f3eafbad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c77c82f3eafbad","status":"passed","time":{"start":1707736322648,"stop":1707736322648,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e15c0b354019d337","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e15c0b354019d337","status":"passed","time":{"start":1707793370633,"stop":1707793370633,"duration":0}},{"uid":"78fa2cd3a36b78cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78fa2cd3a36b78cf","status":"passed","time":{"start":1707778386482,"stop":1707778386482,"duration":0}},{"uid":"3f7fe1ada5c14cf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f7fe1ada5c14cf3","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"8bc0ef2d08ec4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc0ef2d08ec4c5","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"7ba266bdb5dad499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ba266bdb5dad499","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"fcf0bfef244b81bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcf0bfef244b81bf","status":"passed","time":{"start":1707770208545,"stop":1707770208546,"duration":1}},{"uid":"aaec43870699ec1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaec43870699ec1d","status":"passed","time":{"start":1707760335950,"stop":1707760335950,"duration":0}},{"uid":"56de34032001aa59","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/56de34032001aa59","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"ca8310fbd2e93339","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca8310fbd2e93339","status":"passed","time":{"start":1707756664003,"stop":1707756664004,"duration":1}},{"uid":"e2660403cb534cfa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2660403cb534cfa","status":"passed","time":{"start":1707753837169,"stop":1707753837170,"duration":1}},{"uid":"69c35ec82395aa3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69c35ec82395aa3","status":"passed","time":{"start":1707751136320,"stop":1707751136338,"duration":18}},{"uid":"857090b64a1029ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/857090b64a1029ac","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"2bd0ff2352422da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bd0ff2352422da8","status":"passed","time":{"start":1707736322657,"stop":1707736322658,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49b5a9417d3a8380","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49b5a9417d3a8380","status":"passed","time":{"start":1707792820890,"stop":1707792820891,"duration":1}},{"uid":"b4940e1ed76f00d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4940e1ed76f00d2","status":"passed","time":{"start":1707777770257,"stop":1707777770258,"duration":1}},{"uid":"4234498a9fea67f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4234498a9fea67f4","status":"passed","time":{"start":1707775046370,"stop":1707775046371,"duration":1}},{"uid":"6e8d917549b585eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e8d917549b585eb","status":"passed","time":{"start":1707774848382,"stop":1707774848382,"duration":0}},{"uid":"34a4a92b7b00ddd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34a4a92b7b00ddd5","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1}},{"uid":"a659d5f1d53aa302","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a659d5f1d53aa302","status":"passed","time":{"start":1707769648571,"stop":1707769648572,"duration":1}},{"uid":"bde6d73874fc920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bde6d73874fc920d","status":"passed","time":{"start":1707759743252,"stop":1707759743252,"duration":0}},{"uid":"bc8f07b297f7bc5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc8f07b297f7bc5d","status":"passed","time":{"start":1707757438365,"stop":1707757438366,"duration":1}},{"uid":"b63d34aadf5e3354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b63d34aadf5e3354","status":"passed","time":{"start":1707756067008,"stop":1707756067008,"duration":0}},{"uid":"eaff4b4537b72e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eaff4b4537b72e7","status":"passed","time":{"start":1707753485648,"stop":1707753485649,"duration":1}},{"uid":"7d3337391bf16788","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7d3337391bf16788","status":"passed","time":{"start":1707753214694,"stop":1707753214694,"duration":0}},{"uid":"77cbae834ba6c16d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/77cbae834ba6c16d","status":"passed","time":{"start":1707750614686,"stop":1707750614687,"duration":1}},{"uid":"e58984e16df95de7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58984e16df95de7","status":"passed","time":{"start":1707736532272,"stop":1707736532272,"duration":0}},{"uid":"fa6e8cfd407bce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa6e8cfd407bce34","status":"passed","time":{"start":1707735714120,"stop":1707735714121,"duration":1}}]},"bbf55dcd7aa387ec06559c2242cf85fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7422ef7111cebcad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7422ef7111cebcad","status":"passed","time":{"start":1707778202503,"stop":1707778202504,"duration":1}}]},"95f703828aed26094e16429d0d27437b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"669c137149bca31e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/669c137149bca31e","status":"passed","time":{"start":1707778202503,"stop":1707778202503,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4afc8fd2569a049a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4afc8fd2569a049a","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"duration":0}},{"uid":"6a69ab037cbec873","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a69ab037cbec873","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"522b9bb1c12720aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/522b9bb1c12720aa","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"4e1e0f02c7ade9bf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e1e0f02c7ade9bf","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"e183bbdee96bb407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e183bbdee96bb407","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"duration":1}},{"uid":"ad0cbc09c8c35f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad0cbc09c8c35f19","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"7ce163c2ed443ad8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ce163c2ed443ad8","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"30b89b7c1f5aa586","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/30b89b7c1f5aa586","status":"passed","time":{"start":1707758004331,"stop":1707758004331,"duration":0}},{"uid":"e8858140d8b0c529","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e8858140d8b0c529","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"68ec684ccc44eaef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/68ec684ccc44eaef","status":"passed","time":{"start":1707754051790,"stop":1707754051791,"duration":1}},{"uid":"e3a6ab3f412dbc76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3a6ab3f412dbc76","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ee51c59487357a12","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ee51c59487357a12","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"d33b88daea361a4a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d33b88daea361a4a","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"da900fbb33461169","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da900fbb33461169","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"83cc5954a4e21e7dfae6c52e2f513dc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28f20a897ca7943","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a28f20a897ca7943","status":"passed","time":{"start":1707753423538,"stop":1707753423539,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"609b44b24ce3b360","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/609b44b24ce3b360","status":"passed","time":{"start":1707793371112,"stop":1707793371113,"duration":1}},{"uid":"37dd0712d7f62adc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37dd0712d7f62adc","status":"passed","time":{"start":1707778338853,"stop":1707778338853,"duration":0}},{"uid":"583727fbf74470a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/583727fbf74470a1","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"303ebe0eaa172997","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/303ebe0eaa172997","status":"passed","time":{"start":1707775390243,"stop":1707775390244,"duration":1}},{"uid":"506958a9bb5ffb71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506958a9bb5ffb71","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"duration":1}},{"uid":"4648cc4c09fd0fa6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4648cc4c09fd0fa6","status":"passed","time":{"start":1707769968729,"stop":1707769968730,"duration":1}},{"uid":"cf1067bec76b5aca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf1067bec76b5aca","status":"passed","time":{"start":1707760301822,"stop":1707760301823,"duration":1}},{"uid":"6aefc1ecae2a7f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6aefc1ecae2a7f5","status":"passed","time":{"start":1707758006719,"stop":1707758006720,"duration":1}},{"uid":"84f87ab2ef215072","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/84f87ab2ef215072","status":"passed","time":{"start":1707756617054,"stop":1707756617054,"duration":0}},{"uid":"c9b7467dcf20d7e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9b7467dcf20d7e3","status":"passed","time":{"start":1707753988888,"stop":1707753988889,"duration":1}},{"uid":"41643357ebd49b40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41643357ebd49b40","status":"passed","time":{"start":1707753782774,"stop":1707753782774,"duration":0}},{"uid":"cf14c6f6c4a7316d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf14c6f6c4a7316d","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"6f1b72fbe3f7f900","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1b72fbe3f7f900","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"4d5a9cbf095974f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4d5a9cbf095974f0","status":"passed","time":{"start":1707736260150,"stop":1707736260155,"duration":5}}]},"59126a297c99c8beedffe0233f8675cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6a4c7df0103e5ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d6a4c7df0103e5ca","status":"passed","time":{"start":1707736260129,"stop":1707736260130,"duration":1}}]},"ed353cf5661f5d346d788919918b3444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f87eba359b27a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21f87eba359b27a0","status":"passed","time":{"start":1707756267911,"stop":1707756267911,"duration":0}}]},"b9ac62ea8f9adc0d6256ed76c556cbe4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a912fc13354f659c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a912fc13354f659c","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"264cab64810850bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/264cab64810850bc","status":"passed","time":{"start":1707792958827,"stop":1707792958828,"duration":1}},{"uid":"b4879015fb3aac45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4879015fb3aac45","status":"passed","time":{"start":1707777997103,"stop":1707777997103,"duration":0}},{"uid":"c63b0c80c4578271","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c63b0c80c4578271","status":"passed","time":{"start":1707775275743,"stop":1707775275743,"duration":0}},{"uid":"fc72ce1fca31b4ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc72ce1fca31b4ca","status":"passed","time":{"start":1707775085875,"stop":1707775085876,"duration":1}},{"uid":"ed8df1fe845645aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed8df1fe845645aa","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5}},{"uid":"98e17e6fee863bbd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e17e6fee863bbd","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"81369c5202aa8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81369c5202aa8fe","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"20a253e8be17511e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20a253e8be17511e","status":"passed","time":{"start":1707757676033,"stop":1707757676034,"duration":1}},{"uid":"6218629072bf8e17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6218629072bf8e17","status":"passed","time":{"start":1707756304420,"stop":1707756304420,"duration":0}},{"uid":"215fee392f3184bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/215fee392f3184bb","status":"passed","time":{"start":1707753713233,"stop":1707753713233,"duration":0}},{"uid":"1f1dc1b792a2551e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1dc1b792a2551e","status":"passed","time":{"start":1707753448080,"stop":1707753448081,"duration":1}},{"uid":"cf13291d10f7e2fd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf13291d10f7e2fd","status":"passed","time":{"start":1707750840027,"stop":1707750840028,"duration":1}},{"uid":"3cfd3df6a79fdc96","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3cfd3df6a79fdc96","status":"passed","time":{"start":1707736764985,"stop":1707736764985,"duration":0}},{"uid":"f4415bfa10ce0b87","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f4415bfa10ce0b87","status":"passed","time":{"start":1707735955217,"stop":1707735955218,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a6e5584389b932b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a6e5584389b932b","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"duration":0}},{"uid":"cf41817cc689d7ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cf41817cc689d7ea","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"112bcb3a3a58728a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/112bcb3a3a58728a","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"4da13c266aac4888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4da13c266aac4888","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"e7a5877846667b7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7a5877846667b7a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"5f69369e4c213f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f69369e4c213f19","status":"passed","time":{"start":1707770208549,"stop":1707770208549,"duration":0}},{"uid":"5b0a7f7d918d1dec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b0a7f7d918d1dec","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"776a7df505fc35b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/776a7df505fc35b2","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"7fa045b123034d89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fa045b123034d89","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"5b528fbc43ce9141","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5b528fbc43ce9141","status":"passed","time":{"start":1707753837174,"stop":1707753837175,"duration":1}},{"uid":"19e03e589502ec1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19e03e589502ec1c","status":"passed","time":{"start":1707751136355,"stop":1707751136355,"duration":0}},{"uid":"3a0329774f5954c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a0329774f5954c","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"325e1e6f2adc057e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325e1e6f2adc057e","status":"passed","time":{"start":1707736322663,"stop":1707736322663,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fceabef893907440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fceabef893907440","status":"passed","time":{"start":1707793384586,"stop":1707793384586,"duration":0}},{"uid":"74fd64274f1a135b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74fd64274f1a135b","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"f3ce60531e2b00ff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3ce60531e2b00ff","status":"passed","time":{"start":1707775635822,"stop":1707775635823,"duration":1}},{"uid":"ffb9d79d6d54bddb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ffb9d79d6d54bddb","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"efa09b9650118338","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/efa09b9650118338","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"4afb8acef110f498","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4afb8acef110f498","status":"passed","time":{"start":1707770148425,"stop":1707770148426,"duration":1}},{"uid":"3114c0c0e7f5695f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3114c0c0e7f5695f","status":"passed","time":{"start":1707760329141,"stop":1707760329143,"duration":2}},{"uid":"c8eae99c7ece4cf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8eae99c7ece4cf1","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"19fb4863494b4b09","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19fb4863494b4b09","status":"passed","time":{"start":1707756648881,"stop":1707756648882,"duration":1}},{"uid":"9c91929c24ccaa49","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c91929c24ccaa49","status":"passed","time":{"start":1707753961165,"stop":1707753961165,"duration":0}},{"uid":"9338165dfd5e3bc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9338165dfd5e3bc6","status":"passed","time":{"start":1707753814893,"stop":1707753814893,"duration":0}},{"uid":"928255736e77ec48","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/928255736e77ec48","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"1ed82427270bf3cf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ed82427270bf3cf","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"256a46ebd122acc36e15ee586fa0e371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"941c5d4d3a7de65","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/941c5d4d3a7de65","status":"passed","time":{"start":1707778338856,"stop":1707778338857,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f5370d7b4ba487","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5370d7b4ba487","status":"passed","time":{"start":1707792822805,"stop":1707792822805,"duration":0}},{"uid":"4947668a971b1418","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4947668a971b1418","status":"passed","time":{"start":1707777772235,"stop":1707777772235,"duration":0}},{"uid":"aabac73463d632ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aabac73463d632ee","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"64ecb2e057e2c0f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64ecb2e057e2c0f7","status":"passed","time":{"start":1707774850259,"stop":1707774850259,"duration":0}},{"uid":"dfd07b3db77a35b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd07b3db77a35b","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"9fa7c5f103831ac3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9fa7c5f103831ac3","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"b0f5951144f7f430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0f5951144f7f430","status":"passed","time":{"start":1707759745079,"stop":1707759745080,"duration":1}},{"uid":"d57c0366d3c0aed1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d57c0366d3c0aed1","status":"passed","time":{"start":1707757440224,"stop":1707757440224,"duration":0}},{"uid":"d48d2ad3f7d899d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d48d2ad3f7d899d","status":"passed","time":{"start":1707756069084,"stop":1707756069085,"duration":1}},{"uid":"8d944662be9741f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8d944662be9741f6","status":"passed","time":{"start":1707753487643,"stop":1707753487643,"duration":0}},{"uid":"d3b766f90a0c43e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d3b766f90a0c43e7","status":"passed","time":{"start":1707753216623,"stop":1707753216624,"duration":1}},{"uid":"d10ea85926d29aca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10ea85926d29aca","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"5e41aee443de7dff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e41aee443de7dff","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"d555633cead9a490","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d555633cead9a490","status":"passed","time":{"start":1707735716034,"stop":1707735716035,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e1d546de4251c806","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e1d546de4251c806","status":"passed","time":{"start":1707793369034,"stop":1707793369034,"duration":0}},{"uid":"6f43d9f714b7ad64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f43d9f714b7ad64","status":"passed","time":{"start":1707778332049,"stop":1707778332049,"duration":0}},{"uid":"7aa661456163c6fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aa661456163c6fd","status":"passed","time":{"start":1707775601725,"stop":1707775601726,"duration":1}},{"uid":"b4871970a9acbc0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b4871970a9acbc0b","status":"passed","time":{"start":1707775415218,"stop":1707775415219,"duration":1}},{"uid":"719cbebe7b547ae3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/719cbebe7b547ae3","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"d19bea86c01a05c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19bea86c01a05c7","status":"passed","time":{"start":1707770103222,"stop":1707770103223,"duration":1}},{"uid":"ebb69fb813fb0b96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebb69fb813fb0b96","status":"passed","time":{"start":1707760299491,"stop":1707760299492,"duration":1}},{"uid":"45f0fac0241a8756","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f0fac0241a8756","status":"passed","time":{"start":1707757995158,"stop":1707757995159,"duration":1}},{"uid":"5edee959d832e861","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5edee959d832e861","status":"passed","time":{"start":1707756620172,"stop":1707756620173,"duration":1}},{"uid":"a05c1c7191e6ec34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a05c1c7191e6ec34","status":"passed","time":{"start":1707753925425,"stop":1707753925425,"duration":0}},{"uid":"1b2def19439c09e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1b2def19439c09e0","status":"passed","time":{"start":1707753785897,"stop":1707753785897,"duration":0}},{"uid":"c5f22ae2a4b59d73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5f22ae2a4b59d73","status":"passed","time":{"start":1707751137101,"stop":1707751137102,"duration":1}},{"uid":"f2e7acc762f1621a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f2e7acc762f1621a","status":"passed","time":{"start":1707737056799,"stop":1707737056799,"duration":0}},{"uid":"c60260f2ef8b9d9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c60260f2ef8b9d9e","status":"passed","time":{"start":1707736286219,"stop":1707736286220,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a3810b73482e62f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3810b73482e62f7","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"duration":0}},{"uid":"d7d4bdc942aa4135","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7d4bdc942aa4135","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"6154d3aeef72c447","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6154d3aeef72c447","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"623de0662a2930fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/623de0662a2930fd","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"67b02248cf5a4615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67b02248cf5a4615","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"fe481dff16786695","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe481dff16786695","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"3690f27791d16aae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3690f27791d16aae","status":"passed","time":{"start":1707760335947,"stop":1707760335947,"duration":0}},{"uid":"ddb7f4348f72ee3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ddb7f4348f72ee3","status":"passed","time":{"start":1707758023532,"stop":1707758023532,"duration":0}},{"uid":"1151a914de776185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1151a914de776185","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"7f28f92d9d1cf170","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f28f92d9d1cf170","status":"passed","time":{"start":1707753837167,"stop":1707753837167,"duration":0}},{"uid":"d178a25cc96aa701","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d178a25cc96aa701","status":"passed","time":{"start":1707751136307,"stop":1707751136308,"duration":1}},{"uid":"c10618a20d79d117","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c10618a20d79d117","status":"passed","time":{"start":1707737124643,"stop":1707737124643,"duration":0}},{"uid":"440e9a17c3fd5edf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/440e9a17c3fd5edf","status":"passed","time":{"start":1707736322655,"stop":1707736322656,"duration":1}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a05df0055ae7e372","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a05df0055ae7e372","status":"passed","time":{"start":1707792814755,"stop":1707792814756,"duration":1}},{"uid":"fd0e4f6c8cc94e34","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fd0e4f6c8cc94e34","status":"passed","time":{"start":1707777764143,"stop":1707777764143,"duration":0}},{"uid":"10003a000a4b320","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10003a000a4b320","status":"passed","time":{"start":1707775040233,"stop":1707775040234,"duration":1}},{"uid":"a5cdc7edb5d3f670","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5cdc7edb5d3f670","status":"passed","time":{"start":1707774842093,"stop":1707774842094,"duration":1}},{"uid":"507c91c1ed4056e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/507c91c1ed4056e4","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0}},{"uid":"219c3922c7a5c970","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/219c3922c7a5c970","status":"passed","time":{"start":1707769642279,"stop":1707769642280,"duration":1}},{"uid":"995bc11f5cbbab60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/995bc11f5cbbab60","status":"passed","time":{"start":1707759737039,"stop":1707759737040,"duration":1}},{"uid":"f230ed61b1bc801b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f230ed61b1bc801b","status":"passed","time":{"start":1707757431978,"stop":1707757431979,"duration":1}},{"uid":"43c8d4ab6dd9b2bb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43c8d4ab6dd9b2bb","status":"passed","time":{"start":1707756061065,"stop":1707756061066,"duration":1}},{"uid":"a3518c31125096e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3518c31125096e0","status":"passed","time":{"start":1707753479612,"stop":1707753479613,"duration":1}},{"uid":"d35c074a35b17dfb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d35c074a35b17dfb","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"c154f0532243e2a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c154f0532243e2a2","status":"passed","time":{"start":1707750608629,"stop":1707750608629,"duration":0}},{"uid":"84f94c27ed9f3bef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84f94c27ed9f3bef","status":"passed","time":{"start":1707736525923,"stop":1707736525923,"duration":0}},{"uid":"df652752918cbf5e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df652752918cbf5e","status":"passed","time":{"start":1707735707757,"stop":1707735707757,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d21b5f7f616923a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d21b5f7f616923a","status":"passed","time":{"start":1707792814744,"stop":1707792814744,"duration":0}},{"uid":"37ece1ac12245bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37ece1ac12245bce","status":"passed","time":{"start":1707777764077,"stop":1707777764078,"duration":1}},{"uid":"a6c58cd2057fc665","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6c58cd2057fc665","status":"passed","time":{"start":1707775040147,"stop":1707775040147,"duration":0}},{"uid":"b8c03672b3053a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8c03672b3053a2","status":"passed","time":{"start":1707774842102,"stop":1707774842103,"duration":1}},{"uid":"663f23adcd7161d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663f23adcd7161d9","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"duration":1}},{"uid":"fc91f78f3536f57e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc91f78f3536f57e","status":"passed","time":{"start":1707769642219,"stop":1707769642220,"duration":1}},{"uid":"bead5143b59ecf58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bead5143b59ecf58","status":"passed","time":{"start":1707759737068,"stop":1707759737068,"duration":0}},{"uid":"77e63771eef42041","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e63771eef42041","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"392f52cae7b6b508","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/392f52cae7b6b508","status":"passed","time":{"start":1707756061019,"stop":1707756061019,"duration":0}},{"uid":"5a1e05650a1ed65d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5a1e05650a1ed65d","status":"passed","time":{"start":1707753479608,"stop":1707753479609,"duration":1}},{"uid":"594eaae8e6bdc39c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/594eaae8e6bdc39c","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"605d939137bb6492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/605d939137bb6492","status":"passed","time":{"start":1707750608584,"stop":1707750608584,"duration":0}},{"uid":"9599bcee952eda77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9599bcee952eda77","status":"passed","time":{"start":1707736525855,"stop":1707736525855,"duration":0}},{"uid":"d0e0173a0741096a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0e0173a0741096a","status":"passed","time":{"start":1707735707689,"stop":1707735707689,"duration":0}}]},"12eaf6e80ca5958cd07d3fe4adb23698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d39654ee51c0b2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d39654ee51c0b2d","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"283cd2f9eaa49d3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/283cd2f9eaa49d3c","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0}},{"uid":"cd9cb0114d617c6a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd9cb0114d617c6a","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"7c9491f3cb121c84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c9491f3cb121c84","status":"passed","time":{"start":1707775017868,"stop":1707775017869,"duration":1}},{"uid":"ecf569eec66e5e5a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecf569eec66e5e5a","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"4dcea99a378b752a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dcea99a378b752a","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d8d70b11034c2bca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d8d70b11034c2bca","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"573acbcf69c2dc2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/573acbcf69c2dc2d","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2ecee5590275d445","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ecee5590275d445","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"b1a92456749e89cf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1a92456749e89cf","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"87cc7479588a4625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/87cc7479588a4625","status":"passed","time":{"start":1707753457116,"stop":1707753457116,"duration":0}},{"uid":"fda22a40247591d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fda22a40247591d0","status":"passed","time":{"start":1707753185098,"stop":1707753185098,"duration":0}},{"uid":"e018d3da32b085e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e018d3da32b085e2","status":"passed","time":{"start":1707750585900,"stop":1707750585901,"duration":1}},{"uid":"8d0672f91c759a27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d0672f91c759a27","status":"passed","time":{"start":1707736503317,"stop":1707736503318,"duration":1}},{"uid":"2145c03ae4b7106b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2145c03ae4b7106b","status":"passed","time":{"start":1707735684652,"stop":1707735684652,"duration":0}}]},"880384c9e45373acce6f8040920d8b0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6de8d0e24c02232","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f6de8d0e24c02232","status":"passed","time":{"start":1707736081271,"stop":1707736081273,"duration":2}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d346bdfed2395d37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d346bdfed2395d37","status":"passed","time":{"start":1707793370627,"stop":1707793370627,"duration":0}},{"uid":"ea7e25b5c37b78e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea7e25b5c37b78e5","status":"passed","time":{"start":1707778386476,"stop":1707778386477,"duration":1}},{"uid":"c029bab0aa1520f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c029bab0aa1520f8","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"f585867c9e8d9957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f585867c9e8d9957","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"125118953bf5e347","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/125118953bf5e347","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0}},{"uid":"c77d727ef02270a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c77d727ef02270a","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"a00ec3d558848cdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a00ec3d558848cdf","status":"passed","time":{"start":1707760335941,"stop":1707760335942,"duration":1}},{"uid":"eac5e6a6b973b83","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac5e6a6b973b83","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"453a0804d74853dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/453a0804d74853dd","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"d6f9ced9f4164b5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6f9ced9f4164b5c","status":"passed","time":{"start":1707753837163,"stop":1707753837163,"duration":0}},{"uid":"767759e2e01f5310","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/767759e2e01f5310","status":"passed","time":{"start":1707751136280,"stop":1707751136280,"duration":0}},{"uid":"f571893401750cd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f571893401750cd6","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"1dc8d295158ef88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dc8d295158ef88","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3cd9e15f05df817","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3cd9e15f05df817","status":"passed","time":{"start":1707777997110,"stop":1707777997110,"duration":0}},{"uid":"80e16f8c83f7fca3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80e16f8c83f7fca3","status":"passed","time":{"start":1707775275751,"stop":1707775275751,"duration":0}},{"uid":"a766b4c4db23d065","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a766b4c4db23d065","status":"passed","time":{"start":1707775085883,"stop":1707775085884,"duration":1}},{"uid":"7089380d2deac505","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7089380d2deac505","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"duration":1}},{"uid":"5e2d1bcce70e03e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5e2d1bcce70e03e6","status":"passed","time":{"start":1707769883319,"stop":1707769883320,"duration":1}},{"uid":"37b261115ad3998a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/37b261115ad3998a","status":"passed","time":{"start":1707759981461,"stop":1707759981462,"duration":1}},{"uid":"be21689a00186525","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be21689a00186525","status":"passed","time":{"start":1707757676041,"stop":1707757676042,"duration":1}},{"uid":"656193e17ac638bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/656193e17ac638bf","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"299351fb148ec486","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/299351fb148ec486","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"14ab58258488ab6c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14ab58258488ab6c","status":"passed","time":{"start":1707753448100,"stop":1707753448100,"duration":0}},{"uid":"7648f358a5f4eb22","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7648f358a5f4eb22","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"9b6a97249375a601","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b6a97249375a601","status":"passed","time":{"start":1707736765010,"stop":1707736765011,"duration":1}},{"uid":"2a70bdf8c3765be8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2a70bdf8c3765be8","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"f8bd2a707a690b37acbe767f62bd27a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aded594c79cf38b3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aded594c79cf38b3","status":"passed","time":{"start":1707736081271,"stop":1707736081271,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6c34f2a2b93ed1bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c34f2a2b93ed1bc","status":"passed","time":{"start":1707793012483,"stop":1707793012484,"duration":1}},{"uid":"832993bf278e117e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/832993bf278e117e","status":"passed","time":{"start":1707777977666,"stop":1707777977666,"duration":0}},{"uid":"eb577bd9858e8583","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb577bd9858e8583","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"2fea3887fddbdeb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fea3887fddbdeb6","status":"passed","time":{"start":1707775082019,"stop":1707775082019,"duration":0}},{"uid":"c727ccb3650e78d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c727ccb3650e78d1","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"duration":1}},{"uid":"351a2a29696c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/351a2a29696c5","status":"passed","time":{"start":1707769841900,"stop":1707769841900,"duration":0}},{"uid":"5d69ffe4d9891f71","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d69ffe4d9891f71","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"7d99af389bbf50fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7d99af389bbf50fe","status":"passed","time":{"start":1707757624876,"stop":1707757624877,"duration":1}},{"uid":"4cc08aca7264862f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4cc08aca7264862f","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"1a1031995e1fe0be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a1031995e1fe0be","status":"passed","time":{"start":1707753651168,"stop":1707753651168,"duration":0}},{"uid":"e3c16bda241ca7c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c16bda241ca7c1","status":"passed","time":{"start":1707753409585,"stop":1707753409586,"duration":1}},{"uid":"419eeb1fc8c9f30e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/419eeb1fc8c9f30e","status":"passed","time":{"start":1707750722049,"stop":1707750722050,"duration":1}},{"uid":"720f37bf7a4b1193","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/720f37bf7a4b1193","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"466decdef499c872","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/466decdef499c872","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"ffc49707d2a2a9d0199ccd6353e21f60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e9514e0ee20b6e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e9514e0ee20b6e0","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7cd19c5e8f10dff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7cd19c5e8f10dff","status":"passed","time":{"start":1707793012503,"stop":1707793012507,"duration":4}},{"uid":"ed9b49e555a8d17d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ed9b49e555a8d17d","status":"passed","time":{"start":1707777977671,"stop":1707777977672,"duration":1}},{"uid":"8526dd1944b32cbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8526dd1944b32cbd","status":"passed","time":{"start":1707775258465,"stop":1707775258466,"duration":1}},{"uid":"8f5e51bbf822663","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5e51bbf822663","status":"passed","time":{"start":1707775082030,"stop":1707775082031,"duration":1}},{"uid":"caafb7e14c917039","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/caafb7e14c917039","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"ef29963214540b54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef29963214540b54","status":"passed","time":{"start":1707769841908,"stop":1707769841908,"duration":0}},{"uid":"eba0319f345263b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eba0319f345263b1","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"c00832f08b51ee0a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c00832f08b51ee0a","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"1b35f7c35ef69bf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b35f7c35ef69bf2","status":"passed","time":{"start":1707756261833,"stop":1707756261833,"duration":0}},{"uid":"fbfd6c0cde965938","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbfd6c0cde965938","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"793404dd46142a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/793404dd46142a5f","status":"passed","time":{"start":1707753409592,"stop":1707753409593,"duration":1}},{"uid":"c0c1a76bebe34f2b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0c1a76bebe34f2b","status":"passed","time":{"start":1707750722056,"stop":1707750722057,"duration":1}},{"uid":"567f3be7dc4b59f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/567f3be7dc4b59f8","status":"passed","time":{"start":1707736708335,"stop":1707736708335,"duration":0}},{"uid":"ca4f6a09b1d470ae","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca4f6a09b1d470ae","status":"passed","time":{"start":1707735914392,"stop":1707735914393,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3b4c2994ab9ff77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3b4c2994ab9ff77","status":"passed","time":{"start":1707793371099,"stop":1707793371100,"duration":1}},{"uid":"740c6d8c4aa93eb8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740c6d8c4aa93eb8","status":"passed","time":{"start":1707778338836,"stop":1707778338836,"duration":0}},{"uid":"a8ec16bee2640333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8ec16bee2640333","status":"passed","time":{"start":1707775602016,"stop":1707775602017,"duration":1}},{"uid":"240f5d9f9ac214b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/240f5d9f9ac214b0","status":"passed","time":{"start":1707775390225,"stop":1707775390227,"duration":2}},{"uid":"771a9a4a089d90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/771a9a4a089d90c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"2c56ddca29702de1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c56ddca29702de1","status":"passed","time":{"start":1707760301804,"stop":1707760301805,"duration":1}},{"uid":"5517ed88e0e01f73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5517ed88e0e01f73","status":"passed","time":{"start":1707758006706,"stop":1707758006707,"duration":1}},{"uid":"5354b3506c94d696","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5354b3506c94d696","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"4f500f885e43da76","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f500f885e43da76","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"6519e4aea94a3618","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6519e4aea94a3618","status":"passed","time":{"start":1707753782746,"stop":1707753782748,"duration":2}},{"uid":"6e668934bca5cced","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e668934bca5cced","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"e64bdfddd601cb62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e64bdfddd601cb62","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"9edd0412bc330230","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9edd0412bc330230","status":"passed","time":{"start":1707736260125,"stop":1707736260125,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d6d341cb375f8407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6d341cb375f8407","status":"passed","time":{"start":1707793371107,"stop":1707793371107,"duration":0}},{"uid":"4eb3dffbc154b253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4eb3dffbc154b253","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"5a3f2fa765537ead","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a3f2fa765537ead","status":"passed","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"c3a46b54dee934ab","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3a46b54dee934ab","status":"passed","time":{"start":1707775390234,"stop":1707775390234,"duration":0}},{"uid":"6a905b9ce2d2f90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a905b9ce2d2f90c","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"b6642309404b0b73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6642309404b0b73","status":"passed","time":{"start":1707760301817,"stop":1707760301817,"duration":0}},{"uid":"4f39f8f073173f3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4f39f8f073173f3a","status":"passed","time":{"start":1707758006712,"stop":1707758006713,"duration":1}},{"uid":"374332bb1a68cf37","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/374332bb1a68cf37","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"c8f2fd1ff2da5404","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8f2fd1ff2da5404","status":"passed","time":{"start":1707753988883,"stop":1707753988884,"duration":1}},{"uid":"168895053d0472a0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/168895053d0472a0","status":"passed","time":{"start":1707753782759,"stop":1707753782760,"duration":1}},{"uid":"718d3333eb0fdd1e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/718d3333eb0fdd1e","status":"passed","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"b91379ed186578d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b91379ed186578d1","status":"passed","time":{"start":1707737091330,"stop":1707737091339,"duration":9}},{"uid":"c265a9c01f7db472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c265a9c01f7db472","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e38a7ee5e498af8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e38a7ee5e498af8","status":"passed","time":{"start":1707793012474,"stop":1707793012475,"duration":1}},{"uid":"b414b9739b661513","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b414b9739b661513","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"de4007470ce68323","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de4007470ce68323","status":"passed","time":{"start":1707775258454,"stop":1707775258454,"duration":0}},{"uid":"4c5e95a7bf555b7d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c5e95a7bf555b7d","status":"passed","time":{"start":1707775082013,"stop":1707775082014,"duration":1}},{"uid":"70b3ae1baf529f9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70b3ae1baf529f9e","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"duration":0}},{"uid":"19c373bc10fe1bc7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c373bc10fe1bc7","status":"passed","time":{"start":1707769841896,"stop":1707769841896,"duration":0}},{"uid":"4b52b6c1069f062a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b52b6c1069f062a","status":"passed","time":{"start":1707759921450,"stop":1707759921452,"duration":2}},{"uid":"90584909c24649f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90584909c24649f0","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"8471cfe677e54a64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8471cfe677e54a64","status":"passed","time":{"start":1707756261760,"stop":1707756261761,"duration":1}},{"uid":"1220786541ab7165","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1220786541ab7165","status":"passed","time":{"start":1707753651165,"stop":1707753651166,"duration":1}},{"uid":"2f3da6ebea65ad2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f3da6ebea65ad2","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"f8e049e7ddf1e1e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e049e7ddf1e1e8","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"f49ace766a1968ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f49ace766a1968ad","status":"passed","time":{"start":1707736708326,"stop":1707736708327,"duration":1}},{"uid":"75f3d0d878bee521","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75f3d0d878bee521","status":"passed","time":{"start":1707735914383,"stop":1707735914384,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec2922e2fa38747c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec2922e2fa38747c","status":"passed","time":{"start":1707793086617,"stop":1707793086617,"duration":0}},{"uid":"c42d802a9003cb33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c42d802a9003cb33","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"29f739eb3595a600","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/29f739eb3595a600","status":"passed","time":{"start":1707775337157,"stop":1707775337158,"duration":1}},{"uid":"bd6513dbbf76d99e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd6513dbbf76d99e","status":"passed","time":{"start":1707775143606,"stop":1707775143606,"duration":0}},{"uid":"f8941cbafaad4e12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8941cbafaad4e12","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"c15c2e9aef73bb10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c15c2e9aef73bb10","status":"passed","time":{"start":1707769940214,"stop":1707769940214,"duration":0}},{"uid":"fb7db67f677249ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7db67f677249ff","status":"passed","time":{"start":1707760042462,"stop":1707760042462,"duration":0}},{"uid":"7dace5c80e5a32a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7dace5c80e5a32a5","status":"passed","time":{"start":1707757736400,"stop":1707757736400,"duration":0}},{"uid":"7b3ad0194a86735e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7b3ad0194a86735e","status":"passed","time":{"start":1707756352343,"stop":1707756352344,"duration":1}},{"uid":"2519d6875cbd80a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2519d6875cbd80a2","status":"passed","time":{"start":1707753768713,"stop":1707753768713,"duration":0}},{"uid":"4c0ce4f712146c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c0ce4f712146c8c","status":"passed","time":{"start":1707753512772,"stop":1707753512772,"duration":0}},{"uid":"8114a485b8c9f506","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8114a485b8c9f506","status":"passed","time":{"start":1707750899685,"stop":1707750899685,"duration":0}},{"uid":"fee670c04f3c77af","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fee670c04f3c77af","status":"passed","time":{"start":1707736822689,"stop":1707736822690,"duration":1}},{"uid":"6b6888d58ad341b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6888d58ad341b1","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be52fc8f190fe953","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be52fc8f190fe953","status":"passed","time":{"start":1707793142792,"stop":1707793142794,"duration":2}},{"uid":"863457d3f4972de6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/863457d3f4972de6","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"fe0bfa5fe640dfc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fe0bfa5fe640dfc0","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"3bcd4e3dfc043ea8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bcd4e3dfc043ea8","status":"passed","time":{"start":1707775193314,"stop":1707775193315,"duration":1}},{"uid":"36c59a5152aad99f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36c59a5152aad99f","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"duration":1}},{"uid":"7f7a828d9afbd2ee","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f7a828d9afbd2ee","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"c591a5cf4f81666f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c591a5cf4f81666f","status":"passed","time":{"start":1707760084100,"stop":1707760084100,"duration":0}},{"uid":"9ec7605354faf28e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9ec7605354faf28e","status":"passed","time":{"start":1707757782368,"stop":1707757782368,"duration":0}},{"uid":"54dfc301813ec335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54dfc301813ec335","status":"passed","time":{"start":1707756396101,"stop":1707756396101,"duration":0}},{"uid":"c9a17c53a2ae6c53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a17c53a2ae6c53","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"50a6a38123569529","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50a6a38123569529","status":"passed","time":{"start":1707753563097,"stop":1707753563098,"duration":1}},{"uid":"675eee9b0c5a2bd8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/675eee9b0c5a2bd8","status":"passed","time":{"start":1707750940653,"stop":1707750940656,"duration":3}},{"uid":"f91c8c228b1745d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f91c8c228b1745d7","status":"passed","time":{"start":1707736870544,"stop":1707736870545,"duration":1}},{"uid":"b37b2311e2c716ab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b37b2311e2c716ab","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a362b1734d6ad49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a362b1734d6ad49","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0}},{"uid":"fac1e5ba03a677b2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fac1e5ba03a677b2","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"caa7c3f326aa2db6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/caa7c3f326aa2db6","status":"passed","time":{"start":1707775026265,"stop":1707775026265,"duration":0}},{"uid":"ea7a13db24830888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7a13db24830888","status":"passed","time":{"start":1707774827855,"stop":1707774827855,"duration":0}},{"uid":"52c20a8fd2fc2912","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52c20a8fd2fc2912","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"5afe85d2da6a6700","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5afe85d2da6a6700","status":"passed","time":{"start":1707769628084,"stop":1707769628085,"duration":1}},{"uid":"5829f8c30bf18266","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5829f8c30bf18266","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"f5d2582d6a8b88d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5d2582d6a8b88d1","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"43f8ead862c48859","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43f8ead862c48859","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"8b97af90edb9d443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b97af90edb9d443","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"9b4cc1cf83df999a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b4cc1cf83df999a","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"f14bd9986491a65e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f14bd9986491a65e","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"9817dcb0c4dcb308","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9817dcb0c4dcb308","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"a950c82abc199821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a950c82abc199821","status":"passed","time":{"start":1707735693124,"stop":1707735693125,"duration":1}}]},"90e29518969bad33a76404322a424974:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c062029560fecd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c062029560fecd4","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d96387bd33fcb26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d96387bd33fcb26","status":"passed","time":{"start":1707792878416,"stop":1707792878417,"duration":1}},{"uid":"5eede6fb2bb96d27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5eede6fb2bb96d27","status":"passed","time":{"start":1707777826933,"stop":1707777826934,"duration":1}},{"uid":"f1a66717999065b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a66717999065b4","status":"passed","time":{"start":1707775103556,"stop":1707775103556,"duration":0}},{"uid":"49e0abd4caee2916","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49e0abd4caee2916","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"a1b6dcada8dbad61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b6dcada8dbad61","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"duration":0}},{"uid":"b2fea98fddfc8d2a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2fea98fddfc8d2a","status":"passed","time":{"start":1707769706527,"stop":1707769706532,"duration":5}},{"uid":"c25606e98da232c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c25606e98da232c0","status":"passed","time":{"start":1707759800533,"stop":1707759800534,"duration":1}},{"uid":"7f67f9b88bc74bca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f67f9b88bc74bca","status":"passed","time":{"start":1707757496504,"stop":1707757496504,"duration":0}},{"uid":"fa7a3aadfe88a9ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa7a3aadfe88a9ce","status":"passed","time":{"start":1707756124840,"stop":1707756124841,"duration":1}},{"uid":"967756699701bddd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/967756699701bddd","status":"passed","time":{"start":1707753544144,"stop":1707753544145,"duration":1}},{"uid":"615e012287ebe89c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/615e012287ebe89c","status":"passed","time":{"start":1707753273869,"stop":1707753273870,"duration":1}},{"uid":"7d3420af4431ed2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d3420af4431ed2c","status":"passed","time":{"start":1707750672013,"stop":1707750672013,"duration":0}},{"uid":"6c7af89aa5033750","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c7af89aa5033750","status":"passed","time":{"start":1707736588887,"stop":1707736588888,"duration":1}},{"uid":"c5fddd2764046ea6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5fddd2764046ea6","status":"passed","time":{"start":1707735772598,"stop":1707735772599,"duration":1}}]},"9d293d96cf13bc745296a7fe3a1bcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca560bd96ab3cbfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca560bd96ab3cbfa","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6265edc24308f6ea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6265edc24308f6ea","status":"passed","time":{"start":1707793028285,"stop":1707793028286,"duration":1}},{"uid":"cd328718a01c5a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd328718a01c5a1","status":"passed","time":{"start":1707777973003,"stop":1707777973003,"duration":0}},{"uid":"7e933d045cd53752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e933d045cd53752","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"a68f427ebd57ef21","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a68f427ebd57ef21","status":"passed","time":{"start":1707775050821,"stop":1707775050822,"duration":1}},{"uid":"495fc8941603d8d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/495fc8941603d8d","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"6311e63e33b5d267","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6311e63e33b5d267","status":"passed","time":{"start":1707769843148,"stop":1707769843149,"duration":1}},{"uid":"1a49bc0d728da101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1a49bc0d728da101","status":"passed","time":{"start":1707759965207,"stop":1707759965208,"duration":1}},{"uid":"eb765599524eda56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb765599524eda56","status":"passed","time":{"start":1707757644393,"stop":1707757644394,"duration":1}},{"uid":"9f2bcd98474dcae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f2bcd98474dcae6","status":"passed","time":{"start":1707756267913,"stop":1707756267914,"duration":1}},{"uid":"369d819bec94d3cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/369d819bec94d3cf","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"584bb0450110edb8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/584bb0450110edb8","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"78f84a833d60de02","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78f84a833d60de02","status":"passed","time":{"start":1707750796035,"stop":1707750796036,"duration":1}},{"uid":"df9ab44250a657e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df9ab44250a657e1","status":"passed","time":{"start":1707736730655,"stop":1707736730656,"duration":1}},{"uid":"c8caf555178a5957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c8caf555178a5957","status":"passed","time":{"start":1707735912127,"stop":1707735912128,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"16afe6f916b349b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/16afe6f916b349b7","status":"passed","time":{"start":1707793168671,"stop":1707793168672,"duration":1}},{"uid":"fdf93771ee37d0bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdf93771ee37d0bc","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"64e13a23a195722f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64e13a23a195722f","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"15651b0e259e9b60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15651b0e259e9b60","status":"passed","time":{"start":1707775219993,"stop":1707775219994,"duration":1}},{"uid":"4559c5830321e84f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4559c5830321e84f","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1}},{"uid":"61050a7e28d4bcae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61050a7e28d4bcae","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"3a2df33da55661ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a2df33da55661ef","status":"passed","time":{"start":1707760106454,"stop":1707760106454,"duration":0}},{"uid":"52d5bf530a28b82a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52d5bf530a28b82a","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"6dca6eaf65f2f404","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dca6eaf65f2f404","status":"passed","time":{"start":1707756422342,"stop":1707756422342,"duration":0}},{"uid":"b3ccaaf98dbf4b67","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ccaaf98dbf4b67","status":"passed","time":{"start":1707753796545,"stop":1707753796546,"duration":1}},{"uid":"a34d6c024647c318","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a34d6c024647c318","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"5cdccb289aeb8271","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cdccb289aeb8271","status":"passed","time":{"start":1707750964799,"stop":1707750964800,"duration":1}},{"uid":"9583be68985c583b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9583be68985c583b","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"76942a98a0b09a3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76942a98a0b09a3e","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"e6b6688905644c1d5481ccbb9c3c081b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea3612e15cbc8740","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3612e15cbc8740","status":"passed","time":{"start":1707775486640,"stop":1707775486640,"duration":0}}]},"d1096d6b4246b55e433c70556f206b30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1985dcb18ff46aa0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1985dcb18ff46aa0","status":"passed","time":{"start":1707736878968,"stop":1707736878968,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6aa97f8164ad781","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6aa97f8164ad781","status":"passed","time":{"start":1707792822804,"stop":1707792822805,"duration":1}},{"uid":"ece5ca6df412a5bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ece5ca6df412a5bd","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"b0b358893797ba65","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0b358893797ba65","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"b46142c59547040f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b46142c59547040f","status":"passed","time":{"start":1707774850258,"stop":1707774850259,"duration":1}},{"uid":"9fe35837e4c0ea8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fe35837e4c0ea8a","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"3cb2f9dcd6da334f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3cb2f9dcd6da334f","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"6be92222a723cd79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6be92222a723cd79","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"68a73ea1e56c88df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/68a73ea1e56c88df","status":"passed","time":{"start":1707757440223,"stop":1707757440224,"duration":1}},{"uid":"aaf0a15d470bcf1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aaf0a15d470bcf1e","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"deb98e9c99daea74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb98e9c99daea74","status":"passed","time":{"start":1707753487642,"stop":1707753487643,"duration":1}},{"uid":"1cf2c8a0f89e5a59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1cf2c8a0f89e5a59","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"59a3dc5b6cc27942","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/59a3dc5b6cc27942","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"7a058f80103ff4bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7a058f80103ff4bf","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"c7cb3387fadba2e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb3387fadba2e2","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"622cd29c7714ab54","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/622cd29c7714ab54","status":"passed","time":{"start":1707793371097,"stop":1707793371098,"duration":1}},{"uid":"93435e8a447cface","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93435e8a447cface","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"823fcc8ad03b2467","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/823fcc8ad03b2467","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"2088be773e1c6686","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2088be773e1c6686","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"57b551e7a326528","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b551e7a326528","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1}},{"uid":"3fbdc12e7b126da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3fbdc12e7b126da","status":"passed","time":{"start":1707760301802,"stop":1707760301803,"duration":1}},{"uid":"1dc45d841bbeb98b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1dc45d841bbeb98b","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"4f113a9cb3d17aae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f113a9cb3d17aae","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"b9fcb31dfb7bf7a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9fcb31dfb7bf7a4","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1e8a187b9623f41","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e8a187b9623f41","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"a7d038012d26736c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7d038012d26736c","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"6dfac749411d6e3c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dfac749411d6e3c","status":"passed","time":{"start":1707737091298,"stop":1707737091299,"duration":1}},{"uid":"9a547aec9270f1f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a547aec9270f1f0","status":"passed","time":{"start":1707736260120,"stop":1707736260121,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd4b41318246363f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd4b41318246363f","status":"passed","time":{"start":1707793238877,"stop":1707793238877,"duration":0}},{"uid":"303015306fd00231","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/303015306fd00231","status":"passed","time":{"start":1707778202500,"stop":1707778202500,"duration":0}},{"uid":"4dbc8eac12a1e4cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4dbc8eac12a1e4cf","status":"passed","time":{"start":1707775486636,"stop":1707775486637,"duration":1}},{"uid":"c6cdda66aea67618","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c6cdda66aea67618","status":"passed","time":{"start":1707775300140,"stop":1707775300141,"duration":1}},{"uid":"bbeea25304ef323e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bbeea25304ef323e","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"duration":1}},{"uid":"26f5b62e74efa951","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26f5b62e74efa951","status":"passed","time":{"start":1707770051399,"stop":1707770051400,"duration":1}},{"uid":"f162a39f1c882afa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f162a39f1c882afa","status":"passed","time":{"start":1707760174027,"stop":1707760174028,"duration":1}},{"uid":"c1efadfac43ae385","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1efadfac43ae385","status":"passed","time":{"start":1707757873928,"stop":1707757873929,"duration":1}},{"uid":"c558d99a434a7399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c558d99a434a7399","status":"passed","time":{"start":1707756499911,"stop":1707756499913,"duration":2}},{"uid":"122b2b79fc3a650b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/122b2b79fc3a650b","status":"passed","time":{"start":1707753870468,"stop":1707753870469,"duration":1}},{"uid":"566399c2f2633770","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/566399c2f2633770","status":"passed","time":{"start":1707753647523,"stop":1707753647523,"duration":0}},{"uid":"5cedd0caede2e432","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cedd0caede2e432","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"9c3b9ecb0ad14f87","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c3b9ecb0ad14f87","status":"passed","time":{"start":1707736947852,"stop":1707736947853,"duration":1}},{"uid":"167cef81759a5a31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/167cef81759a5a31","status":"passed","time":{"start":1707736152508,"stop":1707736152509,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f11a41b55cebecf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f11a41b55cebecf","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0}},{"uid":"b5270306f142e7ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5270306f142e7ba","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"512fd720a58a5752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/512fd720a58a5752","status":"passed","time":{"start":1707775026261,"stop":1707775026262,"duration":1}},{"uid":"ab985d4b804b95e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab985d4b804b95e8","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"84dea4da931079fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/84dea4da931079fe","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"fe900150362cc843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe900150362cc843","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"6b06dbda79391b8a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b06dbda79391b8a","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"c57d8819f12019e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c57d8819f12019e9","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"ffa39b96ff0f5cef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffa39b96ff0f5cef","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"b33ea6dea92e41cd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b33ea6dea92e41cd","status":"passed","time":{"start":1707753465433,"stop":1707753465434,"duration":1}},{"uid":"c62ca2080824e44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c62ca2080824e44b","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"ba532ad8abb0d084","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ba532ad8abb0d084","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"4aba650aadb25aec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4aba650aadb25aec","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"7fd00d30d4ef9a3a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fd00d30d4ef9a3a","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5789b5106be1e408","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5789b5106be1e408","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"duration":0}},{"uid":"784aba2ff969b79","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/784aba2ff969b79","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"5fd8d6a08e15c6f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fd8d6a08e15c6f5","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"c1b34c403d541582","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1b34c403d541582","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"f3cc6bad79d0650f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3cc6bad79d0650f","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"duration":1}},{"uid":"c8ce22d2a05363b0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8ce22d2a05363b0","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"d351b95daa706c40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d351b95daa706c40","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"31d3ff2623fa0537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31d3ff2623fa0537","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"ea1781db70f26242","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1781db70f26242","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"3cf4606829b44fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cf4606829b44fce","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b5d357d9928e3e2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5d357d9928e3e2e","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"1a0a92454e3d900c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a0a92454e3d900c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"96c35f4b64ec62bf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96c35f4b64ec62bf","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"4767a2b8c2c3093ff3913c6b8adf48d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d15f407dab04d318","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d15f407dab04d318","status":"passed","time":{"start":1707736878967,"stop":1707736878968,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6730b871158c9a11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6730b871158c9a11","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0}},{"uid":"49ef313f0c7bc252","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49ef313f0c7bc252","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"3a235082c30ba12e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a235082c30ba12e","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"fa950f6a3ffcb2b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa950f6a3ffcb2b5","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"1d0c4aac93d55f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d0c4aac93d55f79","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"ac5bc9f431429ae5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5bc9f431429ae5","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"abaa515e5886936","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abaa515e5886936","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"b2ef24ae29bc63ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2ef24ae29bc63ad","status":"passed","time":{"start":1707758036861,"stop":1707758036862,"duration":1}},{"uid":"b3212f4e36e9506b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3212f4e36e9506b","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"559a06f7a8ab0c8f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/559a06f7a8ab0c8f","status":"passed","time":{"start":1707753994324,"stop":1707753994325,"duration":1}},{"uid":"564b93a25fcfc127","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/564b93a25fcfc127","status":"passed","time":{"start":1707753841535,"stop":1707753841536,"duration":1}},{"uid":"55fce984325296dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55fce984325296dc","status":"passed","time":{"start":1707737132861,"stop":1707737132861,"duration":0}},{"uid":"8f35972fb1436abf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f35972fb1436abf","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"332b1fe9489c48af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/332b1fe9489c48af","status":"passed","time":{"start":1707792919943,"stop":1707792919943,"duration":0}},{"uid":"a1994b8b6aef4019","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a1994b8b6aef4019","status":"passed","time":{"start":1707777865445,"stop":1707777865445,"duration":0}},{"uid":"6e4ea7efa5c33b05","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e4ea7efa5c33b05","status":"passed","time":{"start":1707775140808,"stop":1707775140808,"duration":0}},{"uid":"306a30c7bde3c023","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/306a30c7bde3c023","status":"passed","time":{"start":1707774947612,"stop":1707774947612,"duration":0}},{"uid":"b6057e8af4e873c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6057e8af4e873c7","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"duration":0}},{"uid":"3f4461745f9d581c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f4461745f9d581c","status":"passed","time":{"start":1707769737641,"stop":1707769737642,"duration":1}},{"uid":"668d9ce1d0b89e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/668d9ce1d0b89e3b","status":"passed","time":{"start":1707759835152,"stop":1707759835152,"duration":0}},{"uid":"8c60d5dba7c5dc7f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c60d5dba7c5dc7f","status":"passed","time":{"start":1707757529707,"stop":1707757529707,"duration":0}},{"uid":"d2104b031bf5c332","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2104b031bf5c332","status":"passed","time":{"start":1707756164077,"stop":1707756164078,"duration":1}},{"uid":"6de7b162de6a3d91","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6de7b162de6a3d91","status":"passed","time":{"start":1707753566691,"stop":1707753566691,"duration":0}},{"uid":"a2c453081f24419e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2c453081f24419e","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"d04e244fa6073572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d04e244fa6073572","status":"passed","time":{"start":1707750698719,"stop":1707750698720,"duration":1}},{"uid":"bb336724ebc2269a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb336724ebc2269a","status":"passed","time":{"start":1707736624915,"stop":1707736624915,"duration":0}},{"uid":"7b30306819367cb2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b30306819367cb2","status":"passed","time":{"start":1707735814295,"stop":1707735814296,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7fc8e5cb91e5135c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7fc8e5cb91e5135c","status":"passed","time":{"start":1707793371104,"stop":1707793371105,"duration":1}},{"uid":"e88d14199962444a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e88d14199962444a","status":"passed","time":{"start":1707778338843,"stop":1707778338843,"duration":0}},{"uid":"fb1c7039e288d607","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fb1c7039e288d607","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"11e917bcfbf43884","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/11e917bcfbf43884","status":"passed","time":{"start":1707775390231,"stop":1707775390232,"duration":1}},{"uid":"22b48c7a1e681bf5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b48c7a1e681bf5","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1}},{"uid":"b907135486ce4b02","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b907135486ce4b02","status":"passed","time":{"start":1707760301813,"stop":1707760301813,"duration":0}},{"uid":"83636b7c90958ab8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83636b7c90958ab8","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"ea5ce863de3c438b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea5ce863de3c438b","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"131b920ea812a56b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/131b920ea812a56b","status":"passed","time":{"start":1707753988881,"stop":1707753988882,"duration":1}},{"uid":"8d2db552b74f0d73","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8d2db552b74f0d73","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"fe0c82906792ad09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe0c82906792ad09","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"b4e7b257fa299877","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b4e7b257fa299877","status":"passed","time":{"start":1707737091310,"stop":1707737091322,"duration":12}},{"uid":"1bf6d1d2af22c46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf6d1d2af22c46","status":"passed","time":{"start":1707736260132,"stop":1707736260132,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a6915f11d3b931c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a6915f11d3b931c","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0}},{"uid":"3906c83c05aaf0c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3906c83c05aaf0c2","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"f51b950af7885673","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f51b950af7885673","status":"passed","time":{"start":1707775486634,"stop":1707775486635,"duration":1}},{"uid":"49edaf52b9ce99f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49edaf52b9ce99f7","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"bc380314f61838b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc380314f61838b4","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"duration":1}},{"uid":"31177efe2fcf278c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31177efe2fcf278c","status":"passed","time":{"start":1707770051398,"stop":1707770051399,"duration":1}},{"uid":"6a536bf111e454b9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a536bf111e454b9","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"8fbde3f843ff5421","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fbde3f843ff5421","status":"passed","time":{"start":1707757873926,"stop":1707757873926,"duration":0}},{"uid":"fdfb718f8c975b1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fdfb718f8c975b1d","status":"passed","time":{"start":1707756499908,"stop":1707756499908,"duration":0}},{"uid":"688c93871e7f7549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688c93871e7f7549","status":"passed","time":{"start":1707753870459,"stop":1707753870460,"duration":1}},{"uid":"b2dd7d9c88cbe54a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2dd7d9c88cbe54a","status":"passed","time":{"start":1707753647513,"stop":1707753647514,"duration":1}},{"uid":"4625aac1aaf96cc6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4625aac1aaf96cc6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"eebec89fa51ae570","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eebec89fa51ae570","status":"passed","time":{"start":1707736947851,"stop":1707736947852,"duration":1}},{"uid":"3c6134062e02113e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c6134062e02113e","status":"passed","time":{"start":1707736152507,"stop":1707736152508,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"beef9b77d1071916","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/beef9b77d1071916","status":"passed","time":{"start":1707792846322,"stop":1707792846323,"duration":1}},{"uid":"875e46253b7a1553","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/875e46253b7a1553","status":"passed","time":{"start":1707777795162,"stop":1707777795162,"duration":0}},{"uid":"3af58c14524cb3af","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3af58c14524cb3af","status":"passed","time":{"start":1707775070514,"stop":1707775070515,"duration":1}},{"uid":"87a10e98bc0323cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87a10e98bc0323cf","status":"passed","time":{"start":1707774873410,"stop":1707774873411,"duration":1}},{"uid":"702e321b5d0e490","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/702e321b5d0e490","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1}},{"uid":"1943ed42c05a8b23","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1943ed42c05a8b23","status":"passed","time":{"start":1707769673024,"stop":1707769673024,"duration":0}},{"uid":"97969ece0ec3bbed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97969ece0ec3bbed","status":"passed","time":{"start":1707759767763,"stop":1707759767763,"duration":0}},{"uid":"1b83a06da0429d9b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1b83a06da0429d9b","status":"passed","time":{"start":1707757463875,"stop":1707757463875,"duration":0}},{"uid":"18c446e2e7b11c5d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18c446e2e7b11c5d","status":"passed","time":{"start":1707756091990,"stop":1707756091991,"duration":1}},{"uid":"493304a52158082c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/493304a52158082c","status":"passed","time":{"start":1707753510232,"stop":1707753510233,"duration":1}},{"uid":"35fb34c6db5007fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35fb34c6db5007fc","status":"passed","time":{"start":1707753240420,"stop":1707753240421,"duration":1}},{"uid":"a6b1d9c5dba24784","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a6b1d9c5dba24784","status":"passed","time":{"start":1707750639409,"stop":1707750639409,"duration":0}},{"uid":"8be90e244f7a4c6a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8be90e244f7a4c6a","status":"passed","time":{"start":1707736555753,"stop":1707736555754,"duration":1}},{"uid":"2108507f55f00588","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2108507f55f00588","status":"passed","time":{"start":1707735739985,"stop":1707735739986,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e94a894f883fe78b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e94a894f883fe78b","status":"passed","time":{"start":1707792849457,"stop":1707792849457,"duration":0}},{"uid":"33d3badf8319ea71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33d3badf8319ea71","status":"passed","time":{"start":1707777798756,"stop":1707777798757,"duration":1}},{"uid":"525ec0d6a061f88a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/525ec0d6a061f88a","status":"passed","time":{"start":1707775072143,"stop":1707775072144,"duration":1}},{"uid":"d72030e477c7047","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72030e477c7047","status":"passed","time":{"start":1707774880414,"stop":1707774880415,"duration":1}},{"uid":"bcae391dad7e797c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcae391dad7e797c","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1}},{"uid":"21e55dc2ecaaaf94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21e55dc2ecaaaf94","status":"passed","time":{"start":1707769677694,"stop":1707769677695,"duration":1}},{"uid":"9a3fe4948f50940c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a3fe4948f50940c","status":"passed","time":{"start":1707759769666,"stop":1707759769666,"duration":0}},{"uid":"99200ff1e9b06edb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99200ff1e9b06edb","status":"passed","time":{"start":1707757468636,"stop":1707757468637,"duration":1}},{"uid":"febe0ccca268009f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/febe0ccca268009f","status":"passed","time":{"start":1707756096167,"stop":1707756096168,"duration":1}},{"uid":"8671a53f5df02103","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8671a53f5df02103","status":"passed","time":{"start":1707753517972,"stop":1707753517973,"duration":1}},{"uid":"18cc2072fdded1cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18cc2072fdded1cd","status":"passed","time":{"start":1707753244713,"stop":1707753244714,"duration":1}},{"uid":"b250587b3f87b574","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b250587b3f87b574","status":"passed","time":{"start":1707750643517,"stop":1707750643518,"duration":1}},{"uid":"da5b9f7770a51a82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da5b9f7770a51a82","status":"passed","time":{"start":1707736558642,"stop":1707736558643,"duration":1}},{"uid":"9baf21a43e29954","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9baf21a43e29954","status":"passed","time":{"start":1707735743488,"stop":1707735743488,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"708c21c60c314c41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/708c21c60c314c41","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"8d2ba0351adfb67c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8d2ba0351adfb67c","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"5fc5c75af2e4eb41","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fc5c75af2e4eb41","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"27c3f5c5f5dc713e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27c3f5c5f5dc713e","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"11cf6a9fa7f03011","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11cf6a9fa7f03011","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"d939b32e7d72c094","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d939b32e7d72c094","status":"passed","time":{"start":1707769628086,"stop":1707769628087,"duration":1}},{"uid":"6ae24d4f630529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6ae24d4f630529b","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"69a82f2119a5d982","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/69a82f2119a5d982","status":"passed","time":{"start":1707757417666,"stop":1707757417667,"duration":1}},{"uid":"bfbcc7db8a183e68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfbcc7db8a183e68","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"3319bca15b89e805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3319bca15b89e805","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"1313834cc518ecae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1313834cc518ecae","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"e5b9d624f0023839","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e5b9d624f0023839","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"e056ed34adf38dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e056ed34adf38dea","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"4165e88cd15c3249","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4165e88cd15c3249","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"216bcd0d57e0d835","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/216bcd0d57e0d835","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0}},{"uid":"253c426f8be5ac5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/253c426f8be5ac5f","status":"passed","time":{"start":1707778338850,"stop":1707778338851,"duration":1}},{"uid":"f3dc9934c9da944d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3dc9934c9da944d","status":"passed","time":{"start":1707775602027,"stop":1707775602027,"duration":0}},{"uid":"71e2c37c28ae9fcb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71e2c37c28ae9fcb","status":"passed","time":{"start":1707775390239,"stop":1707775390239,"duration":0}},{"uid":"5875ce7d72b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5875ce7d72b8ba0a","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"2c9fd2a7e4984721","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c9fd2a7e4984721","status":"passed","time":{"start":1707769968723,"stop":1707769968724,"duration":1}},{"uid":"8fd3fc63f40cf444","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8fd3fc63f40cf444","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"984c6f0ea9ac19b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/984c6f0ea9ac19b2","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"10677bc40fe204c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10677bc40fe204c6","status":"passed","time":{"start":1707756617047,"stop":1707756617048,"duration":1}},{"uid":"4ec24c61a7439b47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ec24c61a7439b47","status":"passed","time":{"start":1707753988886,"stop":1707753988887,"duration":1}},{"uid":"dbfc60c9386d525f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dbfc60c9386d525f","status":"passed","time":{"start":1707753782767,"stop":1707753782768,"duration":1}},{"uid":"1987e25c37707251","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1987e25c37707251","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"96fe1dc18b3f520e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96fe1dc18b3f520e","status":"passed","time":{"start":1707737091350,"stop":1707737091351,"duration":1}},{"uid":"c06fdb840d7c5f90","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c06fdb840d7c5f90","status":"passed","time":{"start":1707736260138,"stop":1707736260139,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e82c9597a9d7160","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e82c9597a9d7160","status":"passed","time":{"start":1707792919939,"stop":1707792919940,"duration":1}},{"uid":"8ffad2268796f404","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ffad2268796f404","status":"passed","time":{"start":1707777865442,"stop":1707777865442,"duration":0}},{"uid":"2205093aac712707","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2205093aac712707","status":"passed","time":{"start":1707775140805,"stop":1707775140805,"duration":0}},{"uid":"14325d4f43167808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14325d4f43167808","status":"passed","time":{"start":1707774947608,"stop":1707774947609,"duration":1}},{"uid":"38c5698cb16c95a5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38c5698cb16c95a5","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"duration":1}},{"uid":"98091470fa7222aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98091470fa7222aa","status":"passed","time":{"start":1707769737612,"stop":1707769737614,"duration":2}},{"uid":"f16911eaec3bfd7f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f16911eaec3bfd7f","status":"passed","time":{"start":1707759835147,"stop":1707759835148,"duration":1}},{"uid":"aee65a669ff1cf40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aee65a669ff1cf40","status":"passed","time":{"start":1707757529704,"stop":1707757529704,"duration":0}},{"uid":"d3d5d98121312ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d3d5d98121312ede","status":"passed","time":{"start":1707756164073,"stop":1707756164075,"duration":2}},{"uid":"59e9d8482792adf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/59e9d8482792adf7","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"2c65f53278e9e797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c65f53278e9e797","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"33ab12efd1bbe34b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ab12efd1bbe34b","status":"passed","time":{"start":1707750698716,"stop":1707750698717,"duration":1}},{"uid":"ba33d38e943243f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba33d38e943243f0","status":"passed","time":{"start":1707736624911,"stop":1707736624912,"duration":1}},{"uid":"b17c8334981cf046","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b17c8334981cf046","status":"passed","time":{"start":1707735814289,"stop":1707735814290,"duration":1}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e78da258d1fbb5dc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e78da258d1fbb5dc","status":"passed","time":{"start":1707792820893,"stop":1707792820894,"duration":1}},{"uid":"ffedc7568f3535de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffedc7568f3535de","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"f91352db9bfe6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f91352db9bfe6f","status":"passed","time":{"start":1707775046373,"stop":1707775046373,"duration":0}},{"uid":"92ef57d6dbb9eef0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92ef57d6dbb9eef0","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"dacbedd9a7e8e89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dacbedd9a7e8e89d","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"duration":1}},{"uid":"d0b24972518ca185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b24972518ca185","status":"passed","time":{"start":1707769648574,"stop":1707769648574,"duration":0}},{"uid":"63123c33c99c1017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63123c33c99c1017","status":"passed","time":{"start":1707759743255,"stop":1707759743255,"duration":0}},{"uid":"e6361f3f0a8666c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6361f3f0a8666c8","status":"passed","time":{"start":1707757438368,"stop":1707757438369,"duration":1}},{"uid":"b3b36daf07ac11ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3b36daf07ac11ea","status":"passed","time":{"start":1707756067011,"stop":1707756067011,"duration":0}},{"uid":"17c9a231fb1d2711","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/17c9a231fb1d2711","status":"passed","time":{"start":1707753485651,"stop":1707753485651,"duration":0}},{"uid":"f0c886f49020d570","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0c886f49020d570","status":"passed","time":{"start":1707753214697,"stop":1707753214697,"duration":0}},{"uid":"e4882aa40ac8ba7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4882aa40ac8ba7b","status":"passed","time":{"start":1707750614689,"stop":1707750614690,"duration":1}},{"uid":"f9d413ff572cda6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9d413ff572cda6b","status":"passed","time":{"start":1707736532275,"stop":1707736532275,"duration":0}},{"uid":"c7cb11882d28a4d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb11882d28a4d7","status":"passed","time":{"start":1707735714125,"stop":1707735714125,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c0bf75a091af4024","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0bf75a091af4024","status":"passed","time":{"start":1707792809060,"stop":1707792809060,"duration":0}},{"uid":"62f9e88268c9889a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62f9e88268c9889a","status":"passed","time":{"start":1707777758303,"stop":1707777758304,"duration":1}},{"uid":"1a829e9e65e9dc24","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a829e9e65e9dc24","status":"passed","time":{"start":1707775034557,"stop":1707775034558,"duration":1}},{"uid":"81b54e5d03776161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b54e5d03776161","status":"passed","time":{"start":1707774836328,"stop":1707774836328,"duration":0}},{"uid":"60e05b171de5d15f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60e05b171de5d15f","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0}},{"uid":"cc8ca5701659aeff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cc8ca5701659aeff","status":"passed","time":{"start":1707769636534,"stop":1707769636534,"duration":0}},{"uid":"9e85a3b0efb61a86","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e85a3b0efb61a86","status":"passed","time":{"start":1707759731267,"stop":1707759731267,"duration":0}},{"uid":"d71953367bf2fbc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d71953367bf2fbc1","status":"passed","time":{"start":1707757426114,"stop":1707757426115,"duration":1}},{"uid":"7fc81d2d217ca409","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fc81d2d217ca409","status":"passed","time":{"start":1707756055495,"stop":1707756055495,"duration":0}},{"uid":"83ce6110c608ab7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/83ce6110c608ab7c","status":"passed","time":{"start":1707753473920,"stop":1707753473921,"duration":1}},{"uid":"5e1fc8fbec2f4e54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e1fc8fbec2f4e54","status":"passed","time":{"start":1707753202444,"stop":1707753202445,"duration":1}},{"uid":"b75c961a57f3131f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b75c961a57f3131f","status":"passed","time":{"start":1707750602787,"stop":1707750602788,"duration":1}},{"uid":"a61b255d7e96b57b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a61b255d7e96b57b","status":"passed","time":{"start":1707736520179,"stop":1707736520179,"duration":0}},{"uid":"e4f81e9545beec3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4f81e9545beec3b","status":"passed","time":{"start":1707735701767,"stop":1707735701767,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9f08bd817c329167","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f08bd817c329167","status":"passed","time":{"start":1707793012482,"stop":1707793012482,"duration":0}},{"uid":"922fab61c3c5bed1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/922fab61c3c5bed1","status":"passed","time":{"start":1707777977665,"stop":1707777977666,"duration":1}},{"uid":"3a9fd0e5a5e9faf0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9fd0e5a5e9faf0","status":"passed","time":{"start":1707775258456,"stop":1707775258456,"duration":0}},{"uid":"7b990050cf513b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b990050cf513b2c","status":"passed","time":{"start":1707775082017,"stop":1707775082018,"duration":1}},{"uid":"56ce9c659bb9811b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56ce9c659bb9811b","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0}},{"uid":"3644020b0a41866a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3644020b0a41866a","status":"passed","time":{"start":1707769841899,"stop":1707769841900,"duration":1}},{"uid":"74cffce5e5a8e9d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74cffce5e5a8e9d6","status":"passed","time":{"start":1707759921454,"stop":1707759921454,"duration":0}},{"uid":"ba793ffd4c8940c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba793ffd4c8940c4","status":"passed","time":{"start":1707757624876,"stop":1707757624876,"duration":0}},{"uid":"9a97eece6b1f0782","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a97eece6b1f0782","status":"passed","time":{"start":1707756261765,"stop":1707756261775,"duration":10}},{"uid":"a006b00772b5e1c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a006b00772b5e1c9","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"7ef7715973cc0bf9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7ef7715973cc0bf9","status":"passed","time":{"start":1707753409585,"stop":1707753409585,"duration":0}},{"uid":"db496ee3a9d4d8f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db496ee3a9d4d8f3","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"93b39b1842d87144","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/93b39b1842d87144","status":"passed","time":{"start":1707736708328,"stop":1707736708329,"duration":1}},{"uid":"55d4f96cc5e5eceb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55d4f96cc5e5eceb","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f9992b49f065010c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9992b49f065010c","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"duration":0}},{"uid":"dbf1912d9262072d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbf1912d9262072d","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"5ceebc8618baebbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ceebc8618baebbb","status":"passed","time":{"start":1707775471152,"stop":1707775471153,"duration":1}},{"uid":"85cf7967d83aac09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85cf7967d83aac09","status":"passed","time":{"start":1707775271438,"stop":1707775271441,"duration":3}},{"uid":"54729d3d41467586","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54729d3d41467586","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"duration":1}},{"uid":"11e3b362a85e5814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11e3b362a85e5814","status":"passed","time":{"start":1707770054150,"stop":1707770054151,"duration":1}},{"uid":"ec92f10b22c460dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec92f10b22c460dc","status":"passed","time":{"start":1707760163377,"stop":1707760163378,"duration":1}},{"uid":"daf21bcbfec1f676","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/daf21bcbfec1f676","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"5a101a3e9d5fae92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a101a3e9d5fae92","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"36092f8aae0b435e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36092f8aae0b435e","status":"passed","time":{"start":1707753863570,"stop":1707753863571,"duration":1}},{"uid":"49c1730ceed9225","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49c1730ceed9225","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"28d210422679d16e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28d210422679d16e","status":"passed","time":{"start":1707751014399,"stop":1707751014399,"duration":0}},{"uid":"e92848ac18e80b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e92848ac18e80b55","status":"passed","time":{"start":1707736941414,"stop":1707736941414,"duration":0}},{"uid":"3b7d6e48d1054349","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b7d6e48d1054349","status":"passed","time":{"start":1707736158697,"stop":1707736158698,"duration":1}}]},"47c7a346b36bf4ebf9bbfe94a51ac620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9798a77c98d65169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9798a77c98d65169","status":"passed","time":{"start":1707770208552,"stop":1707770208553,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75a86a4d11df78f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75a86a4d11df78f","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"duration":0}},{"uid":"9e8ea60869d2452b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e8ea60869d2452b","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"6d019aee973f0332","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d019aee973f0332","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"8ffa19eada33618d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ffa19eada33618d","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"1c03ba5c8543392a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c03ba5c8543392a","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"duration":1}},{"uid":"48073da6ce611ffe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/48073da6ce611ffe","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"a22b8883e8b22c9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a22b8883e8b22c9e","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"2ac8a064c2dd6218","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ac8a064c2dd6218","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"f1f334bba6d10298","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1f334bba6d10298","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"95dd1f6bc80768bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95dd1f6bc80768bb","status":"passed","time":{"start":1707754051779,"stop":1707754051780,"duration":1}},{"uid":"b4d456bb2cd70296","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4d456bb2cd70296","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"54a053435da5a9d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/54a053435da5a9d6","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f9f4339ac0e07ac0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f4339ac0e07ac0","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f48085acedef1a4f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f48085acedef1a4f","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"9b66c25207e154453841934b1d6587e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d7cbaf9e8b8472df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7cbaf9e8b8472df","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1707750640095,"stop":1707750640096,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"401f044c6e482ec1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/401f044c6e482ec1","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0}},{"uid":"39edd38ca4aa16c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39edd38ca4aa16c1","status":"passed","time":{"start":1707777798757,"stop":1707777798758,"duration":1}},{"uid":"7a45f1549f587308","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a45f1549f587308","status":"passed","time":{"start":1707775072144,"stop":1707775072144,"duration":0}},{"uid":"6cdc8af4dcf0ca55","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6cdc8af4dcf0ca55","status":"passed","time":{"start":1707774880416,"stop":1707774880417,"duration":1}},{"uid":"e73496c5edf2b386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e73496c5edf2b386","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4}},{"uid":"82f5bd9de7a633c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82f5bd9de7a633c","status":"passed","time":{"start":1707769677695,"stop":1707769677700,"duration":5}},{"uid":"632d40c240667f93","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/632d40c240667f93","status":"passed","time":{"start":1707759769672,"stop":1707759769672,"duration":0}},{"uid":"d79d38272dede6a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d79d38272dede6a0","status":"passed","time":{"start":1707757468637,"stop":1707757468637,"duration":0}},{"uid":"dafd8fe6bdaeac3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dafd8fe6bdaeac3f","status":"passed","time":{"start":1707756096168,"stop":1707756096175,"duration":7}},{"uid":"eb500de94bf057be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb500de94bf057be","status":"passed","time":{"start":1707753517973,"stop":1707753517973,"duration":0}},{"uid":"54abc7037bfa4c98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/54abc7037bfa4c98","status":"passed","time":{"start":1707753244714,"stop":1707753244714,"duration":0}},{"uid":"8f2faa941f88384f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f2faa941f88384f","status":"passed","time":{"start":1707750643518,"stop":1707750643519,"duration":1}},{"uid":"6f1a7180c7080cfa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1a7180c7080cfa","status":"passed","time":{"start":1707736558644,"stop":1707736558644,"duration":0}},{"uid":"1192a03411a3e78e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1192a03411a3e78e","status":"passed","time":{"start":1707735743488,"stop":1707735743489,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"253bb059c691422","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/253bb059c691422","status":"passed","time":{"start":1707793153229,"stop":1707793153230,"duration":1}},{"uid":"acad630f04bd7fdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acad630f04bd7fdc","status":"passed","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"e9c2cde601311f80","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9c2cde601311f80","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"840eeb8c26eebd2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/840eeb8c26eebd2d","status":"passed","time":{"start":1707775205635,"stop":1707775205636,"duration":1}},{"uid":"bf1f99c949d26d53","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf1f99c949d26d53","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3}},{"uid":"e619c19ee201fd92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e619c19ee201fd92","status":"passed","time":{"start":1707769983285,"stop":1707769983285,"duration":0}},{"uid":"889e30d367ff2508","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/889e30d367ff2508","status":"passed","time":{"start":1707760095408,"stop":1707760095409,"duration":1}},{"uid":"3f8998b468a34bb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f8998b468a34bb3","status":"passed","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3481e26ff41ccf18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3481e26ff41ccf18","status":"passed","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b51337d9d42067e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b51337d9d42067e8","status":"passed","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"a81585c574e2e3e1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a81585c574e2e3e1","status":"passed","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"d0fbd67e165371f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0fbd67e165371f0","status":"passed","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"2c905ee4d50d435d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c905ee4d50d435d","status":"passed","time":{"start":1707736878972,"stop":1707736878973,"duration":1}},{"uid":"c51cf9ac5fa3adfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c51cf9ac5fa3adfc","status":"passed","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"a9fd0c5c6343087b27a72009a5b3744d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1b7cf57161aa507","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1b7cf57161aa507","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a8254595a4f5bc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a8254595a4f5bc4","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"duration":0}},{"uid":"928271fed8d19d96","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/928271fed8d19d96","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"49fac09f79235c33","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fac09f79235c33","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"662e7f3b09b2bc8e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/662e7f3b09b2bc8e","status":"passed","time":{"start":1707775494277,"stop":1707775494278,"duration":1}},{"uid":"391939995f63e71f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/391939995f63e71f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"c113c7dac48bfe5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c113c7dac48bfe5b","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"5282734066184ea8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5282734066184ea8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"fc94b384787f38de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc94b384787f38de","status":"passed","time":{"start":1707758004327,"stop":1707758004327,"duration":0}},{"uid":"5d00cb5e35478419","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d00cb5e35478419","status":"passed","time":{"start":1707756690163,"stop":1707756690164,"duration":1}},{"uid":"1ad20a75bc356d98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ad20a75bc356d98","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"76196af5d2601088","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/76196af5d2601088","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"fab324bc10f91d23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fab324bc10f91d23","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"9af50c457b415401","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9af50c457b415401","status":"passed","time":{"start":1707737173819,"stop":1707737173820,"duration":1}},{"uid":"2fa9834eba253135","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2fa9834eba253135","status":"passed","time":{"start":1707736353039,"stop":1707736353040,"duration":1}}]},"a599c72e108fe0a879b6921cded6537b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3acc1f3908be451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3acc1f3908be451","status":"passed","time":{"start":1707753647524,"stop":1707753647525,"duration":1}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49446f5b3504079c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49446f5b3504079c","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"duration":0}},{"uid":"d40eaae389bbd98b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d40eaae389bbd98b","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"7ad2e9bdc5f3a95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ad2e9bdc5f3a95","status":"passed","time":{"start":1707775471151,"stop":1707775471152,"duration":1}},{"uid":"b55bb40574227c37","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b55bb40574227c37","status":"passed","time":{"start":1707775271437,"stop":1707775271438,"duration":1}},{"uid":"e422d97075c68716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e422d97075c68716","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"duration":0}},{"uid":"9b43d516da80d398","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9b43d516da80d398","status":"passed","time":{"start":1707770054150,"stop":1707770054150,"duration":0}},{"uid":"3af06da2cf5023d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3af06da2cf5023d","status":"passed","time":{"start":1707760163349,"stop":1707760163349,"duration":0}},{"uid":"2a592f10c45e3569","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a592f10c45e3569","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"764b4ff47cb1ab89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/764b4ff47cb1ab89","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"c98242b028d9f97b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c98242b028d9f97b","status":"passed","time":{"start":1707753863568,"stop":1707753863570,"duration":2}},{"uid":"816acd124378b04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/816acd124378b04","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"29a428b58aff02f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a428b58aff02f1","status":"passed","time":{"start":1707751014397,"stop":1707751014399,"duration":2}},{"uid":"bd845d3d782a9798","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd845d3d782a9798","status":"passed","time":{"start":1707736941413,"stop":1707736941414,"duration":1}},{"uid":"58c16c35cf823ed6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58c16c35cf823ed6","status":"passed","time":{"start":1707736158696,"stop":1707736158697,"duration":1}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be28184e85084791","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be28184e85084791","status":"passed","time":{"start":1707792814745,"stop":1707792814746,"duration":1}},{"uid":"fb1ceef6dde5483a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb1ceef6dde5483a","status":"passed","time":{"start":1707777764079,"stop":1707777764079,"duration":0}},{"uid":"300a4d66197f6081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300a4d66197f6081","status":"passed","time":{"start":1707775040148,"stop":1707775040148,"duration":0}},{"uid":"4f8b58a05eb6d33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f8b58a05eb6d33c","status":"passed","time":{"start":1707774842103,"stop":1707774842104,"duration":1}},{"uid":"68fb3c41ad0d9d1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68fb3c41ad0d9d1d","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"a5f14752e8b4b91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5f14752e8b4b91","status":"passed","time":{"start":1707769642221,"stop":1707769642221,"duration":0}},{"uid":"d88df68600e84a7d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d88df68600e84a7d","status":"passed","time":{"start":1707759737069,"stop":1707759737069,"duration":0}},{"uid":"c4519391e37502b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4519391e37502b","status":"passed","time":{"start":1707757431975,"stop":1707757431976,"duration":1}},{"uid":"9a6874713a3fe5d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a6874713a3fe5d6","status":"passed","time":{"start":1707756061020,"stop":1707756061020,"duration":0}},{"uid":"81ea33f75ebe99f4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ea33f75ebe99f4","status":"passed","time":{"start":1707753479609,"stop":1707753479610,"duration":1}},{"uid":"7f7cafededc1e02b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7cafededc1e02b","status":"passed","time":{"start":1707753208308,"stop":1707753208309,"duration":1}},{"uid":"fdc6ca50adec478a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fdc6ca50adec478a","status":"passed","time":{"start":1707750608585,"stop":1707750608585,"duration":0}},{"uid":"5be595ba729540eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5be595ba729540eb","status":"passed","time":{"start":1707736525856,"stop":1707736525856,"duration":0}},{"uid":"ab74e89a0380b762","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab74e89a0380b762","status":"passed","time":{"start":1707735707690,"stop":1707735707691,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b81085273cd1c50b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b81085273cd1c50b","status":"passed","time":{"start":1707793088064,"stop":1707793088064,"duration":0}},{"uid":"f53895797cebc80f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f53895797cebc80f","status":"passed","time":{"start":1707778034788,"stop":1707778034788,"duration":0}},{"uid":"c1398bde25018947","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1398bde25018947","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"30776c1e141b18ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30776c1e141b18ce","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"bc83a26e077ae397","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc83a26e077ae397","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0}},{"uid":"13d9e2a728cffbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13d9e2a728cffbca","status":"passed","time":{"start":1707769919574,"stop":1707769919574,"duration":0}},{"uid":"fee7324c0acd1341","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fee7324c0acd1341","status":"passed","time":{"start":1707760025487,"stop":1707760025487,"duration":0}},{"uid":"91621cc18da8ebf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91621cc18da8ebf1","status":"passed","time":{"start":1707757709190,"stop":1707757709190,"duration":0}},{"uid":"deaca45017e8be7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deaca45017e8be7","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"2f3d60620b76d7d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f3d60620b76d7d3","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"f2b2a0aafcf2b094","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2b2a0aafcf2b094","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"65fd2841f885880","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/65fd2841f885880","status":"passed","time":{"start":1707750881808,"stop":1707750881808,"duration":0}},{"uid":"1d52572739305dae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d52572739305dae","status":"passed","time":{"start":1707736800767,"stop":1707736800767,"duration":0}},{"uid":"6052c1dc956d4f3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6052c1dc956d4f3b","status":"passed","time":{"start":1707736013456,"stop":1707736013456,"duration":0}}]},"3b42eb27d27c7dc1807a5fa704826a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"398e03c63cf7ae49","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/398e03c63cf7ae49","status":"passed","time":{"start":1707770051401,"stop":1707770051401,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9f559f9493530d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9f559f9493530d","status":"passed","time":{"start":1707793028280,"stop":1707793028281,"duration":1}},{"uid":"bad29901ed839000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad29901ed839000","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"5680026e1184c004","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5680026e1184c004","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"aa860c3514864913","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa860c3514864913","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}},{"uid":"8f26c4a83e10c919","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f26c4a83e10c919","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0}},{"uid":"76d7f0be9a70218b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/76d7f0be9a70218b","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}},{"uid":"257f1c8bb1a1febb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/257f1c8bb1a1febb","status":"passed","time":{"start":1707759965201,"stop":1707759965202,"duration":1}},{"uid":"6e9f97eaea18f48","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6e9f97eaea18f48","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}},{"uid":"3015e0a3530e85ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3015e0a3530e85ba","status":"passed","time":{"start":1707756267910,"stop":1707756267910,"duration":0}},{"uid":"43375f6cfb00e20c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43375f6cfb00e20c","status":"passed","time":{"start":1707753668068,"stop":1707753668076,"duration":8}},{"uid":"34dad707e5512137","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/34dad707e5512137","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"af8f6e1a39d82830","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af8f6e1a39d82830","status":"passed","time":{"start":1707750796032,"stop":1707750796032,"duration":0}},{"uid":"af4f4b2eee01221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af4f4b2eee01221","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"35948b0727d0c848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/35948b0727d0c848","status":"passed","time":{"start":1707735912120,"stop":1707735912121,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e1f4338516c0133e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e1f4338516c0133e","status":"passed","time":{"start":1707793354574,"stop":1707793354574,"duration":0}},{"uid":"81f190613b954b29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81f190613b954b29","status":"passed","time":{"start":1707778308337,"stop":1707778308338,"duration":1}},{"uid":"6bf36f1567b79326","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6bf36f1567b79326","status":"passed","time":{"start":1707775586582,"stop":1707775586583,"duration":1}},{"uid":"8eb1b3f1bf6337c9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1b3f1bf6337c9","status":"passed","time":{"start":1707775396055,"stop":1707775396055,"duration":0}},{"uid":"5a9c372cf2fe08fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a9c372cf2fe08fd","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2}},{"uid":"55bbc859c07bffeb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55bbc859c07bffeb","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"f6bbf932ff4a0951","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6bbf932ff4a0951","status":"passed","time":{"start":1707760280827,"stop":1707760280827,"duration":0}},{"uid":"b09cbfa788f1bcbf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b09cbfa788f1bcbf","status":"passed","time":{"start":1707757976564,"stop":1707757976564,"duration":0}},{"uid":"854d780111afe841","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/854d780111afe841","status":"passed","time":{"start":1707756601159,"stop":1707756601159,"duration":0}},{"uid":"80ac243493c5f4e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80ac243493c5f4e9","status":"passed","time":{"start":1707753969926,"stop":1707753969927,"duration":1}},{"uid":"97b88a410199abd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97b88a410199abd6","status":"passed","time":{"start":1707753767215,"stop":1707753767215,"duration":0}},{"uid":"13a93086ebf600c9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13a93086ebf600c9","status":"passed","time":{"start":1707737071259,"stop":1707737071259,"duration":0}},{"uid":"411daadf0d06049b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411daadf0d06049b","status":"passed","time":{"start":1707736274447,"stop":1707736274447,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e2d7a06a15f0ea2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e2d7a06a15f0ea2","status":"passed","time":{"start":1707793354574,"stop":1707793354575,"duration":1}},{"uid":"aed164362cee3aba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aed164362cee3aba","status":"passed","time":{"start":1707778308338,"stop":1707778308338,"duration":0}},{"uid":"f5371cc0797b58be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5371cc0797b58be","status":"passed","time":{"start":1707775586583,"stop":1707775586583,"duration":0}},{"uid":"e1ce97cda75fb8fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e1ce97cda75fb8fa","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"6ee08259b9ae6134","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ee08259b9ae6134","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"duration":0}},{"uid":"3909aaba05eba607","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3909aaba05eba607","status":"passed","time":{"start":1707770159288,"stop":1707770159289,"duration":1}},{"uid":"58fff322f4d5d687","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58fff322f4d5d687","status":"passed","time":{"start":1707760280828,"stop":1707760280828,"duration":0}},{"uid":"85cd4ac2c11477bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85cd4ac2c11477bd","status":"passed","time":{"start":1707757976564,"stop":1707757976565,"duration":1}},{"uid":"46e634ae2cef88eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/46e634ae2cef88eb","status":"passed","time":{"start":1707756601160,"stop":1707756601161,"duration":1}},{"uid":"14e9e172c95b0017","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/14e9e172c95b0017","status":"passed","time":{"start":1707753969929,"stop":1707753969929,"duration":0}},{"uid":"972b31f0c4e7ad0c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/972b31f0c4e7ad0c","status":"passed","time":{"start":1707753767216,"stop":1707753767216,"duration":0}},{"uid":"e14a90cb295e2f91","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e14a90cb295e2f91","status":"passed","time":{"start":1707751042634,"stop":1707751042634,"duration":0}},{"uid":"210c520ec6383e88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/210c520ec6383e88","status":"passed","time":{"start":1707737071260,"stop":1707737071260,"duration":0}},{"uid":"ffc74bc50d1bebf4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc74bc50d1bebf4","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1183686d11b606b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1183686d11b606b8","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0}},{"uid":"c88b25f61b4cf38d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c88b25f61b4cf38d","status":"passed","time":{"start":1707778338835,"stop":1707778338836,"duration":1}},{"uid":"4248af662642928d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4248af662642928d","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"58d70dd058d98ffb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58d70dd058d98ffb","status":"passed","time":{"start":1707775390225,"stop":1707775390225,"duration":0}},{"uid":"a4131ac74957eb7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4131ac74957eb7a","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1}},{"uid":"e0b7f59a2b4c8924","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e0b7f59a2b4c8924","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"a24e676efd6e2b1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a24e676efd6e2b1e","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"aebcf8ce04f3443f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aebcf8ce04f3443f","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"8b1421cbd961456e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b1421cbd961456e","status":"passed","time":{"start":1707753988877,"stop":1707753988878,"duration":1}},{"uid":"35a56741e8e08949","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a56741e8e08949","status":"passed","time":{"start":1707753782746,"stop":1707753782746,"duration":0}},{"uid":"99781692fd53d67c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/99781692fd53d67c","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"4ea07ee262057617","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ea07ee262057617","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"bf2d94c17d28483f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf2d94c17d28483f","status":"passed","time":{"start":1707736260124,"stop":1707736260124,"duration":0}}]},"ead00dac3ea3f7fc9b660a467cdbc0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4532d9852e0fd313","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4532d9852e0fd313","status":"passed","time":{"start":1707775395377,"stop":1707775395378,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b3d55b6b594b2527","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3d55b6b594b2527","status":"passed","time":{"start":1707792846325,"stop":1707792846326,"duration":1}},{"uid":"7600e1e8d0eda5af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7600e1e8d0eda5af","status":"passed","time":{"start":1707777795165,"stop":1707777795166,"duration":1}},{"uid":"1bac640c472021dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1bac640c472021dd","status":"passed","time":{"start":1707775070518,"stop":1707775070519,"duration":1}},{"uid":"7972d42f87ce786b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7972d42f87ce786b","status":"passed","time":{"start":1707774873414,"stop":1707774873415,"duration":1}},{"uid":"6c4f870cff9d0bcb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c4f870cff9d0bcb","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0}},{"uid":"92a2d37138af8c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92a2d37138af8c98","status":"passed","time":{"start":1707769673027,"stop":1707769673028,"duration":1}},{"uid":"60e292dc7b4e51dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60e292dc7b4e51dd","status":"passed","time":{"start":1707759767767,"stop":1707759767767,"duration":0}},{"uid":"4693b78286e6bfca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4693b78286e6bfca","status":"passed","time":{"start":1707757463883,"stop":1707757463884,"duration":1}},{"uid":"5e3718855510dd6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e3718855510dd6e","status":"passed","time":{"start":1707756091994,"stop":1707756091994,"duration":0}},{"uid":"8135cd386ffc33c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8135cd386ffc33c6","status":"passed","time":{"start":1707753510236,"stop":1707753510236,"duration":0}},{"uid":"6a816960fa0777fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a816960fa0777fe","status":"passed","time":{"start":1707753240424,"stop":1707753240424,"duration":0}},{"uid":"18bc4e576907f8aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18bc4e576907f8aa","status":"passed","time":{"start":1707750639411,"stop":1707750639412,"duration":1}},{"uid":"b5940f0f231f0185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5940f0f231f0185","status":"passed","time":{"start":1707736555758,"stop":1707736555758,"duration":0}},{"uid":"b78fb0ac73c2f17","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b78fb0ac73c2f17","status":"passed","time":{"start":1707735739989,"stop":1707735739989,"duration":0}}]},"066f98364a9bcdaa190787bd016ed139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af0c98813958eaf1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af0c98813958eaf1","status":"passed","time":{"start":1707775602040,"stop":1707775602040,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8411c6a10735e84","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8411c6a10735e84","status":"passed","time":{"start":1707777997115,"stop":1707777997115,"duration":0}},{"uid":"a90be94541185dc3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a90be94541185dc3","status":"passed","time":{"start":1707775275753,"stop":1707775275753,"duration":0}},{"uid":"9e799daed238c1a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e799daed238c1a3","status":"passed","time":{"start":1707775085885,"stop":1707775085885,"duration":0}},{"uid":"5e7936d66e6bc368","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e7936d66e6bc368","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"duration":1}},{"uid":"e06d2f17dba470a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e06d2f17dba470a1","status":"passed","time":{"start":1707769883322,"stop":1707769883322,"duration":0}},{"uid":"89613f16c5331908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/89613f16c5331908","status":"passed","time":{"start":1707759981463,"stop":1707759981464,"duration":1}},{"uid":"dcda5cf5e4839fb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcda5cf5e4839fb9","status":"passed","time":{"start":1707757676044,"stop":1707757676044,"duration":0}},{"uid":"756097ba3e14bf54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/756097ba3e14bf54","status":"passed","time":{"start":1707756304429,"stop":1707756304430,"duration":1}},{"uid":"3c131c69d3557dee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c131c69d3557dee","status":"passed","time":{"start":1707753713250,"stop":1707753713250,"duration":0}},{"uid":"3542ccaa6c46f37a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3542ccaa6c46f37a","status":"passed","time":{"start":1707753448103,"stop":1707753448103,"duration":0}},{"uid":"469f7fb367d41806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/469f7fb367d41806","status":"passed","time":{"start":1707750840040,"stop":1707750840041,"duration":1}},{"uid":"7008667c70cfd74b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7008667c70cfd74b","status":"passed","time":{"start":1707736765016,"stop":1707736765016,"duration":0}},{"uid":"6d0896f6fb9aa577","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d0896f6fb9aa577","status":"passed","time":{"start":1707735955248,"stop":1707735955249,"duration":1}}]},"df2673a990151627cbe0fe973dd72198:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"458eaa2deb414af1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/458eaa2deb414af1","status":"passed","time":{"start":1707775205630,"stop":1707775205630,"duration":0}}]},"c8495e57bd0c0d7b1c11054a22414372:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1beaed200e72d67a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1beaed200e72d67a","status":"passed","time":{"start":1707778114675,"stop":1707778114676,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"692ca337528b265d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/692ca337528b265d","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0}},{"uid":"37b3146b5de98f5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37b3146b5de98f5f","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"70253099372e7ce9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70253099372e7ce9","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"8cf43b7a800df40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cf43b7a800df40","status":"passed","time":{"start":1707775390241,"stop":1707775390241,"duration":0}},{"uid":"10d4de45052a1640","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d4de45052a1640","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"f308941b04accc63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f308941b04accc63","status":"passed","time":{"start":1707769968726,"stop":1707769968727,"duration":1}},{"uid":"ed6ef82fd7a4be1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed6ef82fd7a4be1a","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"6f815ca852732a21","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f815ca852732a21","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"8a8ef63edef3a650","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8a8ef63edef3a650","status":"passed","time":{"start":1707756617049,"stop":1707756617049,"duration":0}},{"uid":"952223bd8039e256","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/952223bd8039e256","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"4bcf1048425551e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bcf1048425551e2","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"228583b497abc92d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/228583b497abc92d","status":"passed","time":{"start":1707751162318,"stop":1707751162319,"duration":1}},{"uid":"5fbf2b5cc362e6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fbf2b5cc362e6ec","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"1f8ed55638344c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f8ed55638344c44","status":"passed","time":{"start":1707736260145,"stop":1707736260146,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2956f03dc29cc7e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2956f03dc29cc7e6","status":"passed","time":{"start":1707793086602,"stop":1707793086603,"duration":1}},{"uid":"7b8c9127e042e3e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7b8c9127e042e3e7","status":"passed","time":{"start":1707778058487,"stop":1707778058487,"duration":0}},{"uid":"d864f102306090e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d864f102306090e1","status":"passed","time":{"start":1707775337146,"stop":1707775337147,"duration":1}},{"uid":"a2dc4f05591072a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2dc4f05591072a1","status":"passed","time":{"start":1707775143599,"stop":1707775143600,"duration":1}},{"uid":"2316c7bbf007624","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2316c7bbf007624","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"82533e0232cbc169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82533e0232cbc169","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"ceca70120184acfd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ceca70120184acfd","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"21bfa504b051a317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21bfa504b051a317","status":"passed","time":{"start":1707757736393,"stop":1707757736394,"duration":1}},{"uid":"51a460030f05ce84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51a460030f05ce84","status":"passed","time":{"start":1707756352340,"stop":1707756352340,"duration":0}},{"uid":"c8637a2d034954f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8637a2d034954f5","status":"passed","time":{"start":1707753768709,"stop":1707753768709,"duration":0}},{"uid":"e256f8dbed71616f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e256f8dbed71616f","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"ff08b1656511e6b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff08b1656511e6b3","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"3fd9fd189eaecc6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fd9fd189eaecc6b","status":"passed","time":{"start":1707736822680,"stop":1707736822680,"duration":0}},{"uid":"84ea959fa3b52e85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ea959fa3b52e85","status":"passed","time":{"start":1707736014742,"stop":1707736014742,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd651f0866acbc7f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd651f0866acbc7f","status":"passed","time":{"start":1707792800011,"stop":1707792800011,"duration":0}},{"uid":"7d4cad8a1f1c9dfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d4cad8a1f1c9dfa","status":"passed","time":{"start":1707777749097,"stop":1707777749098,"duration":1}},{"uid":"60b82e3ad0569981","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60b82e3ad0569981","status":"passed","time":{"start":1707775025530,"stop":1707775025531,"duration":1}},{"uid":"e7a9c9929aa1b05a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7a9c9929aa1b05a","status":"passed","time":{"start":1707774827062,"stop":1707774827062,"duration":0}},{"uid":"d622ccef147bf904","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d622ccef147bf904","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"duration":1}},{"uid":"7f94c8ab240c63b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f94c8ab240c63b3","status":"passed","time":{"start":1707769627292,"stop":1707769627292,"duration":0}},{"uid":"aa35c97f3f0992aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa35c97f3f0992aa","status":"passed","time":{"start":1707759722032,"stop":1707759722033,"duration":1}},{"uid":"e7e501aea7dce2f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7e501aea7dce2f2","status":"passed","time":{"start":1707757416840,"stop":1707757416841,"duration":1}},{"uid":"e983a7c661b01e1c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e983a7c661b01e1c","status":"passed","time":{"start":1707756046607,"stop":1707756046608,"duration":1}},{"uid":"4a17b5c286d0eaf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a17b5c286d0eaf7","status":"passed","time":{"start":1707753464668,"stop":1707753464668,"duration":0}},{"uid":"25b85711ff41660c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/25b85711ff41660c","status":"passed","time":{"start":1707753192940,"stop":1707753192941,"duration":1}},{"uid":"b48194c58e78793","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b48194c58e78793","status":"passed","time":{"start":1707750593507,"stop":1707750593507,"duration":0}},{"uid":"d341945f3cb96924","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d341945f3cb96924","status":"passed","time":{"start":1707736510880,"stop":1707736510881,"duration":1}},{"uid":"76aecd26610fff04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76aecd26610fff04","status":"passed","time":{"start":1707735692292,"stop":1707735692292,"duration":0}}]},"f2fe401c4b9aa2cc4928add818b3c272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2839353a8bfc9251","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2839353a8bfc9251","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"51900e7645965fbf08aa0c33cb33e5a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6ab4a7b53e20d429","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab4a7b53e20d429","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154819,"stop":1707751154819,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70a3e6f5afe980b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70a3e6f5afe980b4","status":"passed","time":{"start":1707793370634,"stop":1707793370635,"duration":1}},{"uid":"72e02e21151b83a9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72e02e21151b83a9","status":"passed","time":{"start":1707778386483,"stop":1707778386484,"duration":1}},{"uid":"cf606c8ff0445e27","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cf606c8ff0445e27","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"cce488593d3262ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce488593d3262ee","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"866ec6caea5f44ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/866ec6caea5f44ba","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"duration":1}},{"uid":"2d8a539314412c1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d8a539314412c1c","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"a07ea051803d510c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a07ea051803d510c","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"c1e3846322ea40dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1e3846322ea40dc","status":"passed","time":{"start":1707758023535,"stop":1707758023536,"duration":1}},{"uid":"ba96b9ffc38141d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ba96b9ffc38141d9","status":"passed","time":{"start":1707756664004,"stop":1707756664005,"duration":1}},{"uid":"3c1d9e65188552e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3c1d9e65188552e8","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"2025e07a3b3103eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2025e07a3b3103eb","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"8870a1c89d6c5ca4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8870a1c89d6c5ca4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"3fba7f1708f94e6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3fba7f1708f94e6f","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6387d45e7d4d801","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6387d45e7d4d801","status":"passed","time":{"start":1707792805569,"stop":1707792805569,"duration":0}},{"uid":"6ae7c5e9ba91736c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ae7c5e9ba91736c","status":"passed","time":{"start":1707777754563,"stop":1707777754563,"duration":0}},{"uid":"f9e370a64b8852d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f9e370a64b8852d3","status":"passed","time":{"start":1707775031072,"stop":1707775031072,"duration":0}},{"uid":"eebc275ee3b655c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebc275ee3b655c2","status":"passed","time":{"start":1707774832650,"stop":1707774832650,"duration":0}},{"uid":"ced2723a03c0affd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ced2723a03c0affd","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"duration":0}},{"uid":"8b265010c7e344ce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b265010c7e344ce","status":"passed","time":{"start":1707769632866,"stop":1707769632867,"duration":1}},{"uid":"21c1d3ab278452a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21c1d3ab278452a4","status":"passed","time":{"start":1707759727626,"stop":1707759727626,"duration":0}},{"uid":"2aa2126bd60ab991","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2aa2126bd60ab991","status":"passed","time":{"start":1707757422398,"stop":1707757422399,"duration":1}},{"uid":"512c477e269f537e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/512c477e269f537e","status":"passed","time":{"start":1707756051816,"stop":1707756051816,"duration":0}},{"uid":"b0a384634436574e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b0a384634436574e","status":"passed","time":{"start":1707753470071,"stop":1707753470071,"duration":0}},{"uid":"b4e6eb658a25be0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4e6eb658a25be0f","status":"passed","time":{"start":1707753198802,"stop":1707753198803,"duration":1}},{"uid":"57927290a20cb2c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57927290a20cb2c2","status":"passed","time":{"start":1707750599091,"stop":1707750599092,"duration":1}},{"uid":"f8657f5aafd778a9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f8657f5aafd778a9","status":"passed","time":{"start":1707736516546,"stop":1707736516547,"duration":1}},{"uid":"9582d9c731859d66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9582d9c731859d66","status":"passed","time":{"start":1707735697897,"stop":1707735697897,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1761f69e5518959","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1761f69e5518959","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0}},{"uid":"d86c626b2eb758c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d86c626b2eb758c1","status":"passed","time":{"start":1707778386491,"stop":1707778386492,"duration":1}},{"uid":"8e9a16b490919a1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e9a16b490919a1d","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}},{"uid":"d7e253e0a13594c3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7e253e0a13594c3","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"aaa5f8c7ffffa1f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aaa5f8c7ffffa1f1","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"duration":1}},{"uid":"dcac33a23de736e2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dcac33a23de736e2","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"4da3b309f0a1c8dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4da3b309f0a1c8dc","status":"passed","time":{"start":1707760335962,"stop":1707760335962,"duration":0}},{"uid":"497b118fa662c39c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/497b118fa662c39c","status":"passed","time":{"start":1707758023545,"stop":1707758023545,"duration":0}},{"uid":"2a4d33c9c2505e87","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a4d33c9c2505e87","status":"passed","time":{"start":1707756664013,"stop":1707756664013,"duration":0}},{"uid":"c2dbcd892d7e504f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2dbcd892d7e504f","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}},{"uid":"bfde607c76a22469","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bfde607c76a22469","status":"passed","time":{"start":1707751136365,"stop":1707751136365,"duration":0}},{"uid":"cad4155d914b4ba6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cad4155d914b4ba6","status":"passed","time":{"start":1707737124653,"stop":1707737124654,"duration":1}},{"uid":"526762c3beb90d78","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/526762c3beb90d78","status":"passed","time":{"start":1707736322671,"stop":1707736322672,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd9a064f06a56880","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd9a064f06a56880","status":"passed","time":{"start":1707793059180,"stop":1707793059181,"duration":1}},{"uid":"78ca3a59bf93f238","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78ca3a59bf93f238","status":"passed","time":{"start":1707778002256,"stop":1707778002257,"duration":1}},{"uid":"795d276143f7cadf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795d276143f7cadf","status":"passed","time":{"start":1707775288598,"stop":1707775288599,"duration":1}},{"uid":"9eec001f386aed49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9eec001f386aed49","status":"passed","time":{"start":1707775094185,"stop":1707775094185,"duration":0}},{"uid":"90a5fea4fcbc6212","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/90a5fea4fcbc6212","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0}},{"uid":"3a86b5b5c209352b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a86b5b5c209352b","status":"passed","time":{"start":1707769883774,"stop":1707769883774,"duration":0}},{"uid":"24240276fd8244d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24240276fd8244d9","status":"passed","time":{"start":1707759985637,"stop":1707759985638,"duration":1}},{"uid":"f361593fb8b86a0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f361593fb8b86a0b","status":"passed","time":{"start":1707757677889,"stop":1707757677889,"duration":0}},{"uid":"e75c2028ea50c89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e75c2028ea50c89c","status":"passed","time":{"start":1707756304555,"stop":1707756304555,"duration":0}},{"uid":"2ed4f2771f4321b5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ed4f2771f4321b5","status":"passed","time":{"start":1707753717469,"stop":1707753717470,"duration":1}},{"uid":"40ca45b3d983e7a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40ca45b3d983e7a2","status":"passed","time":{"start":1707753473099,"stop":1707753473099,"duration":0}},{"uid":"68a10cd14861d383","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68a10cd14861d383","status":"passed","time":{"start":1707750845253,"stop":1707750845253,"duration":0}},{"uid":"3e331d3bc823c248","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e331d3bc823c248","status":"passed","time":{"start":1707736769856,"stop":1707736769857,"duration":1}},{"uid":"7de5c8885bdfff22","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7de5c8885bdfff22","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"51a43a3264eacca08ce1aa9e38b3ce8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4991f05ae07dae9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e4991f05ae07dae9","status":"passed","time":{"start":1707775300142,"stop":1707775300142,"duration":0}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a873a8afc645d390","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a873a8afc645d390","status":"passed","time":{"start":1707792814757,"stop":1707792814757,"duration":0}},{"uid":"622f2bb9a79ffc8a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/622f2bb9a79ffc8a","status":"passed","time":{"start":1707777764145,"stop":1707777764145,"duration":0}},{"uid":"b690a6deec5d441c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b690a6deec5d441c","status":"passed","time":{"start":1707775040235,"stop":1707775040235,"duration":0}},{"uid":"c91d8da0183d8871","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c91d8da0183d8871","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"b79302361f20969b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b79302361f20969b","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1}},{"uid":"cea923e06edb422a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cea923e06edb422a","status":"passed","time":{"start":1707769642281,"stop":1707769642281,"duration":0}},{"uid":"27c988435386f17f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/27c988435386f17f","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"ade669aa1897b9a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ade669aa1897b9a3","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"97c216d3664275ee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97c216d3664275ee","status":"passed","time":{"start":1707756061067,"stop":1707756061067,"duration":0}},{"uid":"f7086a65eb895283","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7086a65eb895283","status":"passed","time":{"start":1707753479614,"stop":1707753479614,"duration":0}},{"uid":"f975e554a2567784","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f975e554a2567784","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"2414052ad884ae3f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2414052ad884ae3f","status":"passed","time":{"start":1707750608631,"stop":1707750608631,"duration":0}},{"uid":"6dd769e25746b9fd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dd769e25746b9fd","status":"passed","time":{"start":1707736525925,"stop":1707736525925,"duration":0}},{"uid":"6b071e6644ebd43d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b071e6644ebd43d","status":"passed","time":{"start":1707735707759,"stop":1707735707759,"duration":0}}]},"275d95cf37eb42e2e810efb3236b668f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba412eb9818ae97d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba412eb9818ae97d","status":"passed","time":{"start":1707778114675,"stop":1707778114675,"duration":0}}]},"c15499023067b4e92468b2a8185b0f45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf97ac281de10806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf97ac281de10806","status":"passed","time":{"start":1707751136363,"stop":1707751136364,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2526b2c00b13423","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2526b2c00b13423","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"duration":0}},{"uid":"5c32ded92b9c4520","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c32ded92b9c4520","status":"passed","time":{"start":1707777772233,"stop":1707777772234,"duration":1}},{"uid":"cc6f1ec828ef5764","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc6f1ec828ef5764","status":"passed","time":{"start":1707775048147,"stop":1707775048147,"duration":0}},{"uid":"d6a15f7f9f7e1aad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d6a15f7f9f7e1aad","status":"passed","time":{"start":1707774850257,"stop":1707774850258,"duration":1}},{"uid":"2e8eaa96ec8152be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8eaa96ec8152be","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0}},{"uid":"dc2b4b55d1c4ce80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc2b4b55d1c4ce80","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"1769a4196f9d7da8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1769a4196f9d7da8","status":"passed","time":{"start":1707759745078,"stop":1707759745079,"duration":1}},{"uid":"fb364cc357391288","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb364cc357391288","status":"passed","time":{"start":1707757440222,"stop":1707757440223,"duration":1}},{"uid":"8e3ba0ac95328080","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e3ba0ac95328080","status":"passed","time":{"start":1707756069083,"stop":1707756069084,"duration":1}},{"uid":"9662f936feaeb144","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9662f936feaeb144","status":"passed","time":{"start":1707753487641,"stop":1707753487642,"duration":1}},{"uid":"e89a2277581f2c2b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e89a2277581f2c2b","status":"passed","time":{"start":1707753216622,"stop":1707753216622,"duration":0}},{"uid":"e6809cff6017fbd7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6809cff6017fbd7","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"a934e63e3c4b5df","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a934e63e3c4b5df","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"f27b63be01328f15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f27b63be01328f15","status":"passed","time":{"start":1707735716033,"stop":1707735716034,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"76b08d189b69d5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/76b08d189b69d5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371131,"stop":1707793371132,"duration":1}},{"uid":"b50100c67c1e5516","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b50100c67c1e5516","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338861,"stop":1707778338861,"duration":0}},{"uid":"72e40d4dd6d5da54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72e40d4dd6d5da54","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"b820a2754afc4f2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b820a2754afc4f2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390257,"duration":2}},{"uid":"64d5d366dc8a5361","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64d5d366dc8a5361","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335633,"stop":1707770335633,"duration":0}},{"uid":"61167c2ae1b139d0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61167c2ae1b139d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968741,"stop":1707769968741,"duration":0}},{"uid":"641ef87d89cb4fbf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/641ef87d89cb4fbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301831,"stop":1707760301831,"duration":0}},{"uid":"c5f11ee3b4c741c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5f11ee3b4c741c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006733,"stop":1707758006733,"duration":0}},{"uid":"bc1a76729edf20e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc1a76729edf20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617068,"stop":1707756617068,"duration":0}},{"uid":"65e3d0b71332c512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65e3d0b71332c512","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"da01039eafd6b04c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da01039eafd6b04c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782782,"stop":1707753782782,"duration":0}},{"uid":"e0862bfa5ca28a23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0862bfa5ca28a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162328,"stop":1707751162328,"duration":0}},{"uid":"e96dab3a96bbd450","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e96dab3a96bbd450","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"3d3308ef9acfce01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d3308ef9acfce01","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260171,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d80eb2f2803d406f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d80eb2f2803d406f","status":"passed","time":{"start":1707793370633,"stop":1707793370634,"duration":1}},{"uid":"bad95e71965951b5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad95e71965951b5","status":"passed","time":{"start":1707778386482,"stop":1707778386483,"duration":1}},{"uid":"27b65c104080e426","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27b65c104080e426","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"844edebc08843886","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/844edebc08843886","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"591ce52935e7d84b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591ce52935e7d84b","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"885d4fbe97cec8db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/885d4fbe97cec8db","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"1ce0971c926596d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ce0971c926596d4","status":"passed","time":{"start":1707760335951,"stop":1707760335954,"duration":3}},{"uid":"ad5a1a3339117682","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad5a1a3339117682","status":"passed","time":{"start":1707758023534,"stop":1707758023535,"duration":1}},{"uid":"9d853b07d36b1589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d853b07d36b1589","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"c39dfd4be5149151","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c39dfd4be5149151","status":"passed","time":{"start":1707753837170,"stop":1707753837170,"duration":0}},{"uid":"7cb9ac04da8c94f2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7cb9ac04da8c94f2","status":"passed","time":{"start":1707751136338,"stop":1707751136338,"duration":0}},{"uid":"4bdddeec68cb98da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bdddeec68cb98da","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"8ed6bb7d6e200300","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed6bb7d6e200300","status":"passed","time":{"start":1707736322658,"stop":1707736322658,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"f166cda0231ef482","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f166cda0231ef482","status":"passed","time":{"start":1707793012463,"stop":1707793012464,"duration":1}},{"uid":"9c5ed6574098791f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c5ed6574098791f","status":"passed","time":{"start":1707777977658,"stop":1707777977658,"duration":0}},{"uid":"99f73f166f094da5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99f73f166f094da5","status":"passed","time":{"start":1707775258448,"stop":1707775258448,"duration":0}},{"uid":"543c3ff6273facb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/543c3ff6273facb6","status":"broken","statusDetails":"unexpected end of input","time":{"start":1707775081989,"stop":1707775081989,"duration":0}},{"uid":"880a29a55884abf9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/880a29a55884abf9","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1}},{"uid":"62cfedd5c3ac7462","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/62cfedd5c3ac7462","status":"passed","time":{"start":1707769841889,"stop":1707769841889,"duration":0}},{"uid":"b1985c75a1fd02b2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1985c75a1fd02b2","status":"passed","time":{"start":1707759921445,"stop":1707759921445,"duration":0}},{"uid":"55fa25f32234ac1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55fa25f32234ac1","status":"passed","time":{"start":1707757624868,"stop":1707757624869,"duration":1}},{"uid":"5a70b919644f4b51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a70b919644f4b51","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"36554e7bb4899251","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36554e7bb4899251","status":"passed","time":{"start":1707753651133,"stop":1707753651134,"duration":1}},{"uid":"f87e3a16ac6f5fa6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f87e3a16ac6f5fa6","status":"passed","time":{"start":1707753409577,"stop":1707753409578,"duration":1}},{"uid":"ddfceb54cedbcb3f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ddfceb54cedbcb3f","status":"passed","time":{"start":1707736708314,"stop":1707736708314,"duration":0}},{"uid":"f7a2f82a60a06597","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7a2f82a60a06597","status":"passed","time":{"start":1707735914377,"stop":1707735914378,"duration":1}}]},"83e6a14125cf21331881a064676a1dcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9829a229af8b84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e9829a229af8b84","status":"passed","time":{"start":1707756409546,"stop":1707756409546,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e60346f706961514","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e60346f706961514","status":"passed","time":{"start":1707793238859,"stop":1707793238860,"duration":1}},{"uid":"f1e47f9f699b6974","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1e47f9f699b6974","status":"passed","time":{"start":1707778202461,"stop":1707778202462,"duration":1}},{"uid":"2d5460af1ea9a25b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d5460af1ea9a25b","status":"passed","time":{"start":1707775486602,"stop":1707775486603,"duration":1}},{"uid":"e33aec49f57e8823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e33aec49f57e8823","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"fb57e73f93e0a0ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb57e73f93e0a0ec","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0}},{"uid":"2817d1f9471daafb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2817d1f9471daafb","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"3429ab70f9199cc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3429ab70f9199cc9","status":"passed","time":{"start":1707760173993,"stop":1707760173994,"duration":1}},{"uid":"ab91c08594100d05","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab91c08594100d05","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"4f44853ab2d362ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f44853ab2d362ce","status":"passed","time":{"start":1707756499890,"stop":1707756499891,"duration":1}},{"uid":"ed0abac971ad77ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0abac971ad77ee","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"fc83e49ff5a3bd56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc83e49ff5a3bd56","status":"passed","time":{"start":1707753647456,"stop":1707753647457,"duration":1}},{"uid":"10687aa77ddde073","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10687aa77ddde073","status":"passed","time":{"start":1707751019560,"stop":1707751019560,"duration":0}},{"uid":"3c9141ffdda297b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3c9141ffdda297b6","status":"passed","time":{"start":1707736947832,"stop":1707736947832,"duration":0}},{"uid":"f9b44c8e1d607dba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9b44c8e1d607dba","status":"passed","time":{"start":1707736152489,"stop":1707736152490,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"da125b9e9ada1526","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/da125b9e9ada1526","status":"passed","time":{"start":1707793153222,"stop":1707793153222,"duration":0}},{"uid":"9de839dae3a5f7bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9de839dae3a5f7bc","status":"passed","time":{"start":1707778114673,"stop":1707778114673,"duration":0}},{"uid":"ed972213335d87fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed972213335d87fd","status":"passed","time":{"start":1707775395375,"stop":1707775395375,"duration":0}},{"uid":"b75c8e70cc0928","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b75c8e70cc0928","status":"passed","time":{"start":1707775205627,"stop":1707775205628,"duration":1}},{"uid":"3da682f702148f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3da682f702148f9","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1}},{"uid":"3efa0a3a79acaecb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3efa0a3a79acaecb","status":"passed","time":{"start":1707769983275,"stop":1707769983276,"duration":1}},{"uid":"e9bd88b8b3418dd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e9bd88b8b3418dd0","status":"passed","time":{"start":1707760095402,"stop":1707760095402,"duration":0}},{"uid":"eacabc9793af6d69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eacabc9793af6d69","status":"passed","time":{"start":1707757790735,"stop":1707757790735,"duration":0}},{"uid":"1d306aaec914a33d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d306aaec914a33d","status":"passed","time":{"start":1707756409544,"stop":1707756409544,"duration":0}},{"uid":"b2d6110331bb5ae3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2d6110331bb5ae3","status":"passed","time":{"start":1707753793189,"stop":1707753793189,"duration":0}},{"uid":"9d57aca21af0e62f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d57aca21af0e62f","status":"passed","time":{"start":1707753573528,"stop":1707753573529,"duration":1}},{"uid":"5921a9e8035d790f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5921a9e8035d790f","status":"passed","time":{"start":1707750953979,"stop":1707750953980,"duration":1}},{"uid":"6c694132927912a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c694132927912a4","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"25b7353bab793ae8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25b7353bab793ae8","status":"passed","time":{"start":1707736081269,"stop":1707736081270,"duration":1}}]},"83b9d2ed4279435b396e84934e00f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f78135a4958492b7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f78135a4958492b7","status":"passed","time":{"start":1707769983279,"stop":1707769983280,"duration":1}}]},"c2104d17c9975073753d04a5523ac5af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9afd7c3d0583199","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9afd7c3d0583199","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1ecebce25c14e9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1ecebce25c14e9e","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0}},{"uid":"5f34ccfed1aa558b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f34ccfed1aa558b","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"6a6a990027978478","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a6a990027978478","status":"passed","time":{"start":1707775026269,"stop":1707775026269,"duration":0}},{"uid":"6686b361c34f4067","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6686b361c34f4067","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"22fec8ccea937445","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22fec8ccea937445","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"9e4188a5497de621","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e4188a5497de621","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"7d5e5fd027e9389e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d5e5fd027e9389e","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"94a80bb72176a5d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94a80bb72176a5d2","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"9a5657d4d2bb6b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a5657d4d2bb6b22","status":"passed","time":{"start":1707756047296,"stop":1707756047297,"duration":1}},{"uid":"aea6225465288f58","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aea6225465288f58","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"71648db4f1cc2c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71648db4f1cc2c96","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26fc33a633b369b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26fc33a633b369b3","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"3591458656ae4107","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3591458656ae4107","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"bc3f5028bf24260c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bc3f5028bf24260c","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e79c918ffd9ea99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e79c918ffd9ea99","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0}},{"uid":"b71e0345270350f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b71e0345270350f3","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"2a5b08606e3cc731","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5b08606e3cc731","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"ecfbe8c95aa6dbd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecfbe8c95aa6dbd","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"3ad72f414f36c722","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ad72f414f36c722","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"5eb9dfde71822451","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5eb9dfde71822451","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"c4675196d0d00c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c4675196d0d00c0","status":"passed","time":{"start":1707759722869,"stop":1707759722870,"duration":1}},{"uid":"bd44649681e8a444","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bd44649681e8a444","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"df5507b28e4317e0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df5507b28e4317e0","status":"passed","time":{"start":1707756047297,"stop":1707756047298,"duration":1}},{"uid":"5412a24a21f2d9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5412a24a21f2d9ef","status":"passed","time":{"start":1707753465444,"stop":1707753465445,"duration":1}},{"uid":"98112234f986c4d3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/98112234f986c4d3","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"b8fa26c24a6e439a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8fa26c24a6e439a","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"24c3169006740a9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c3169006740a9d","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"68bdb8ff6d2d7207","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68bdb8ff6d2d7207","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6847ae21f2fbc1d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6847ae21f2fbc1d2","status":"passed","time":{"start":1707793370625,"stop":1707793370626,"duration":1}},{"uid":"3c04f8277d697f4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c04f8277d697f4d","status":"passed","time":{"start":1707778386475,"stop":1707778386476,"duration":1}},{"uid":"d3f775ebe4e53b56","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f775ebe4e53b56","status":"passed","time":{"start":1707775656744,"stop":1707775656745,"duration":1}},{"uid":"5166df9a5f8cba50","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5166df9a5f8cba50","status":"passed","time":{"start":1707775461882,"stop":1707775461883,"duration":1}},{"uid":"1a2de2823f8b25b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1a2de2823f8b25b1","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"4c63f328ef8edc4b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c63f328ef8edc4b","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"985273cf99b88e75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/985273cf99b88e75","status":"passed","time":{"start":1707760335940,"stop":1707760335941,"duration":1}},{"uid":"81ec5e45bcf63ee1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81ec5e45bcf63ee1","status":"passed","time":{"start":1707758023527,"stop":1707758023528,"duration":1}},{"uid":"8b46fd90cd57bdb2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8b46fd90cd57bdb2","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"a9b5c5a072fc6a64","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9b5c5a072fc6a64","status":"passed","time":{"start":1707753837161,"stop":1707753837162,"duration":1}},{"uid":"cd4fff8ef9ff6829","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cd4fff8ef9ff6829","status":"passed","time":{"start":1707751136279,"stop":1707751136279,"duration":0}},{"uid":"3ca24ae718d6079b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ca24ae718d6079b","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"f34e0ed7fa6e9dc6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f34e0ed7fa6e9dc6","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"fe348d37f27b8c529e7215b72890b185:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e17076d5b15d88be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e17076d5b15d88be","status":"passed","time":{"start":1707775390249,"stop":1707775390249,"duration":0}}]},"8f6e7283d710b02dac88d362fa5b4871:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab7ab3c18633617b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab7ab3c18633617b","status":"passed","time":{"start":1707756617059,"stop":1707756617062,"duration":3}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e50f1b9c0fc86a1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e50f1b9c0fc86a1","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"duration":0}},{"uid":"33b676b6378b6373","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33b676b6378b6373","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"3a3e3de128d34062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a3e3de128d34062","status":"passed","time":{"start":1707775048147,"stop":1707775048148,"duration":1}},{"uid":"1b377d6e1e92fea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1b377d6e1e92fea","status":"passed","time":{"start":1707774850258,"stop":1707774850258,"duration":0}},{"uid":"4ef9eb2dcf049c99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ef9eb2dcf049c99","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1}},{"uid":"d559221b3f48a304","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d559221b3f48a304","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"a36308fa70df6aab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a36308fa70df6aab","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"b45f80c1002a1dd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b45f80c1002a1dd1","status":"passed","time":{"start":1707757440223,"stop":1707757440223,"duration":0}},{"uid":"970ce7aa601cc83d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/970ce7aa601cc83d","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"ea8c80b34918e2d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8c80b34918e2d3","status":"passed","time":{"start":1707753487642,"stop":1707753487642,"duration":0}},{"uid":"5ada2f41d93cbe31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5ada2f41d93cbe31","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"8eb22148d16e721e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb22148d16e721e","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"fd28080ccbf32f77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd28080ccbf32f77","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"1e33d043e92245a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1e33d043e92245a","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"e3f684e27880232a72d98efd1618d946:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c84a7ab590f66bf7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c84a7ab590f66bf7","status":"passed","time":{"start":1707756409546,"stop":1707756409547,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7e697f5cd0492845","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7e697f5cd0492845","status":"passed","time":{"start":1707793238858,"stop":1707793238859,"duration":1}},{"uid":"528561965e783b6e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/528561965e783b6e","status":"passed","time":{"start":1707778202460,"stop":1707778202461,"duration":1}},{"uid":"433f96d77a405bc8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/433f96d77a405bc8","status":"passed","time":{"start":1707775486583,"stop":1707775486584,"duration":1}},{"uid":"e6cd63f00344f86a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e6cd63f00344f86a","status":"passed","time":{"start":1707775300124,"stop":1707775300124,"duration":0}},{"uid":"deafc09f25074ae7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/deafc09f25074ae7","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0}},{"uid":"b053ddb488c7dc4d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b053ddb488c7dc4d","status":"passed","time":{"start":1707770051357,"stop":1707770051357,"duration":0}},{"uid":"466d313b5a6299ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/466d313b5a6299ee","status":"passed","time":{"start":1707760173992,"stop":1707760173992,"duration":0}},{"uid":"e514622a03cbd6f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e514622a03cbd6f4","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"efb9574cd8184095","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efb9574cd8184095","status":"passed","time":{"start":1707756499888,"stop":1707756499890,"duration":2}},{"uid":"7dcfaecd13823226","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7dcfaecd13823226","status":"passed","time":{"start":1707753870418,"stop":1707753870418,"duration":0}},{"uid":"fdd549dc530128e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd549dc530128e7","status":"passed","time":{"start":1707753647453,"stop":1707753647454,"duration":1}},{"uid":"caabb933e2ff31b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/caabb933e2ff31b","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"cdd490c29a1160e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdd490c29a1160e0","status":"passed","time":{"start":1707736947831,"stop":1707736947831,"duration":0}},{"uid":"7234c79f56cb09fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7234c79f56cb09fd","status":"passed","time":{"start":1707736152488,"stop":1707736152489,"duration":1}}]},"123020675d1434c8bfe5dd26be412101:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e65953ffb589b00","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e65953ffb589b00","status":"passed","time":{"start":1707793153225,"stop":1707793153226,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a553bbed71d0b2c4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a553bbed71d0b2c4","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0}},{"uid":"39473812e3f7f93f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39473812e3f7f93f","status":"passed","time":{"start":1707777754770,"stop":1707777754770,"duration":0}},{"uid":"26d563660ae3b8ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/26d563660ae3b8ed","status":"passed","time":{"start":1707775031077,"stop":1707775031078,"duration":1}},{"uid":"8112fb90bb732a02","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8112fb90bb732a02","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"f2e154dea9a8aead","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2e154dea9a8aead","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"duration":1}},{"uid":"a00cfaf2d9bfa3db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a00cfaf2d9bfa3db","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"4a57aca40c11183c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a57aca40c11183c","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"bc4de6dd4327efed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4de6dd4327efed","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"cc468029245737a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc468029245737a0","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"65b057f9169b00d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65b057f9169b00d1","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"18f5e2f458599fb4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18f5e2f458599fb4","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"7f525c02b761ec4e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f525c02b761ec4e","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"a854a766e74b3775","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a854a766e74b3775","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"733185a8e1b9c599","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/733185a8e1b9c599","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ceff03afd73d0984","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ceff03afd73d0984","status":"passed","time":{"start":1707793028261,"stop":1707793028262,"duration":1}},{"uid":"810e88ce87c0d88e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/810e88ce87c0d88e","status":"passed","time":{"start":1707777972991,"stop":1707777972992,"duration":1}},{"uid":"72857ec5a3ee9e26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72857ec5a3ee9e26","status":"passed","time":{"start":1707775244523,"stop":1707775244523,"duration":0}},{"uid":"a603433c34818cef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a603433c34818cef","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"766d5e2db21990e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/766d5e2db21990e9","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1}},{"uid":"8fbd6ee04f326938","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8fbd6ee04f326938","status":"passed","time":{"start":1707769843134,"stop":1707769843135,"duration":1}},{"uid":"8d6c9252f5dbf6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d6c9252f5dbf6fa","status":"passed","time":{"start":1707759965181,"stop":1707759965182,"duration":1}},{"uid":"b63ce20e13a88005","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b63ce20e13a88005","status":"passed","time":{"start":1707757644383,"stop":1707757644383,"duration":0}},{"uid":"fe55638588ad73c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe55638588ad73c4","status":"passed","time":{"start":1707756267892,"stop":1707756267892,"duration":0}},{"uid":"fb693537b5fb861d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb693537b5fb861d","status":"passed","time":{"start":1707753668020,"stop":1707753668020,"duration":0}},{"uid":"db71dab2d3754e6e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db71dab2d3754e6e","status":"passed","time":{"start":1707753423530,"stop":1707753423530,"duration":0}},{"uid":"c7e221d14e353685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c7e221d14e353685","status":"passed","time":{"start":1707750796020,"stop":1707750796021,"duration":1}},{"uid":"eec06076dc9e159d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec06076dc9e159d","status":"passed","time":{"start":1707736730631,"stop":1707736730632,"duration":1}},{"uid":"b6fc9db65939bce6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6fc9db65939bce6","status":"passed","time":{"start":1707735912112,"stop":1707735912113,"duration":1}}]},"ba5bddb25a83cc877a85c4d83ed7a58d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c806391744f1e537","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c806391744f1e537","status":"passed","time":{"start":1707736322666,"stop":1707736322669,"duration":3}}]},"7bad051d714444d2af34337d8a7667fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c590a5fbff92de6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c590a5fbff92de6","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6bd34cd5ac9fdb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6bd34cd5ac9fdb4","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"duration":0}},{"uid":"c3243cfdca1d19b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c3243cfdca1d19b1","status":"passed","time":{"start":1707777764431,"stop":1707777764432,"duration":1}},{"uid":"27f01afda61a1f20","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27f01afda61a1f20","status":"passed","time":{"start":1707775040579,"stop":1707775040580,"duration":1}},{"uid":"98c72bd7ed2aaf11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/98c72bd7ed2aaf11","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"9591ef541cd3d821","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9591ef541cd3d821","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"2ea419b49cd37e43","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea419b49cd37e43","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"cf0a7fe42ff6feee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf0a7fe42ff6feee","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"d43c687bc7eabc43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d43c687bc7eabc43","status":"passed","time":{"start":1707757432393,"stop":1707757432394,"duration":1}},{"uid":"5c5210dda5012d71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c5210dda5012d71","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"1754db4e1082a5c2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1754db4e1082a5c2","status":"passed","time":{"start":1707753479975,"stop":1707753479975,"duration":0}},{"uid":"5018aab822362041","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5018aab822362041","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"9be43e4d6dc458bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9be43e4d6dc458bf","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"a4e868b2c360b95f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4e868b2c360b95f","status":"passed","time":{"start":1707736526331,"stop":1707736526331,"duration":0}},{"uid":"71d342e52b33808a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71d342e52b33808a","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"99959ade6840c143","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99959ade6840c143","status":"passed","time":{"start":1707793142780,"stop":1707793142781,"duration":1}},{"uid":"355d39564546ce40","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/355d39564546ce40","status":"passed","time":{"start":1707778103143,"stop":1707778103144,"duration":1}},{"uid":"e7ef97a207d7d62","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7ef97a207d7d62","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"e2a79d9966de1718","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2a79d9966de1718","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"3affacac03035e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3affacac03035e7d","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"duration":1}},{"uid":"78b9eedd92bff4e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b9eedd92bff4e6","status":"passed","time":{"start":1707769979912,"stop":1707769979913,"duration":1}},{"uid":"ec0f65c7d343d0e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec0f65c7d343d0e8","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"5bcb9630e2ca37b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bcb9630e2ca37b2","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"5082e5f2343a6f74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5082e5f2343a6f74","status":"passed","time":{"start":1707756396098,"stop":1707756396098,"duration":0}},{"uid":"b604d33b8c569549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b604d33b8c569549","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"a16b95a648febba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a16b95a648febba","status":"passed","time":{"start":1707753563058,"stop":1707753563061,"duration":3}},{"uid":"c46b36d1ae68c5eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c46b36d1ae68c5eb","status":"passed","time":{"start":1707750940647,"stop":1707750940647,"duration":0}},{"uid":"4ed5c630d9a2bf52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed5c630d9a2bf52","status":"passed","time":{"start":1707736870539,"stop":1707736870542,"duration":3}},{"uid":"eb8795a3d1c15df4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb8795a3d1c15df4","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"344a8b8d2c30a683","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/344a8b8d2c30a683","status":"passed","time":{"start":1707793168669,"stop":1707793168670,"duration":1}},{"uid":"a62a72d7bb7fa253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a62a72d7bb7fa253","status":"passed","time":{"start":1707778126342,"stop":1707778126342,"duration":0}},{"uid":"53d828afa61b0ebb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/53d828afa61b0ebb","status":"passed","time":{"start":1707775409481,"stop":1707775409481,"duration":0}},{"uid":"f35e4f8fdc5702ec","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f35e4f8fdc5702ec","status":"passed","time":{"start":1707775219992,"stop":1707775219993,"duration":1}},{"uid":"e44effc9215961f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e44effc9215961f1","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"fac10ded3f39a033","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac10ded3f39a033","status":"passed","time":{"start":1707769994533,"stop":1707769994533,"duration":0}},{"uid":"f7b9d3328c97deb4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7b9d3328c97deb4","status":"passed","time":{"start":1707760106453,"stop":1707760106453,"duration":0}},{"uid":"7781f4c837a59a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7781f4c837a59a78","status":"passed","time":{"start":1707757804291,"stop":1707757804291,"duration":0}},{"uid":"7c7aba82de7d5125","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c7aba82de7d5125","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"8badb27e1f8fdb7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8badb27e1f8fdb7c","status":"passed","time":{"start":1707753796544,"stop":1707753796545,"duration":1}},{"uid":"6e1c6191385dfce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e1c6191385dfce9","status":"passed","time":{"start":1707753586159,"stop":1707753586159,"duration":0}},{"uid":"69a4c892b78257be","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69a4c892b78257be","status":"passed","time":{"start":1707750964798,"stop":1707750964799,"duration":1}},{"uid":"df644cd59c4cd7a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df644cd59c4cd7a6","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"75163099965cb372","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75163099965cb372","status":"passed","time":{"start":1707736096386,"stop":1707736096386,"duration":0}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"141930bfce5da8cd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/141930bfce5da8cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793230148,"stop":1707793230149,"duration":1}},{"uid":"f33c0927611b9b06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f33c0927611b9b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778179237,"stop":1707778179237,"duration":0}},{"uid":"80ac5be0fd329378","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80ac5be0fd329378","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775471142,"stop":1707775471142,"duration":0}},{"uid":"33f8f9a6bcd2d330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33f8f9a6bcd2d330","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775271435,"stop":1707775271435,"duration":0}},{"uid":"a2caff49842c994b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2caff49842c994b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770210095,"stop":1707770210095,"duration":0}},{"uid":"33757a70f34de9bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33757a70f34de9bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"109d2d331b79ff6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/109d2d331b79ff6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760163325,"stop":1707760163326,"duration":1}},{"uid":"8bcc4a220d8dd2cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8bcc4a220d8dd2cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757853542,"stop":1707757853543,"duration":1}},{"uid":"c026e0db9ad183b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c026e0db9ad183b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756493172,"stop":1707756493173,"duration":1}},{"uid":"ddb1e7a82bd00a2e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddb1e7a82bd00a2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753863561,"stop":1707753863561,"duration":0}},{"uid":"d49e3a899bf44680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d49e3a899bf44680","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"e239b5ae7ecad363","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e239b5ae7ecad363","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751014384,"stop":1707751014384,"duration":0}},{"uid":"5c4e70f3ae85c721","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c4e70f3ae85c721","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736941407,"stop":1707736941407,"duration":0}},{"uid":"dc217c0bb4c7ce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc217c0bb4c7ce34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736158692,"stop":1707736158692,"duration":0}}]},"21f5f2f96ecff905305feb2643c56dec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c4f74a73511e9be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c4f74a73511e9be","status":"passed","time":{"start":1707775461894,"stop":1707775461895,"duration":1}}]},"e4b3c241f67791f173c5581430dec514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deb6116d9db9ea66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb6116d9db9ea66","status":"passed","time":{"start":1707735912121,"stop":1707735912124,"duration":3}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"784685354b8e5f8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/784685354b8e5f8a","status":"passed","time":{"start":1707793387157,"stop":1707793387157,"duration":0}},{"uid":"b78ddae2be7f9aab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b78ddae2be7f9aab","status":"passed","time":{"start":1707778357268,"stop":1707778357269,"duration":1}},{"uid":"cdc1653563aff16e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdc1653563aff16e","status":"passed","time":{"start":1707775627622,"stop":1707775627623,"duration":1}},{"uid":"42989ca3cd53422e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42989ca3cd53422e","status":"passed","time":{"start":1707775425000,"stop":1707775425000,"duration":0}},{"uid":"c7fbaa9ce2071585","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7fbaa9ce2071585","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1}},{"uid":"4555df7c5d24b65f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4555df7c5d24b65f","status":"passed","time":{"start":1707770134575,"stop":1707770134575,"duration":0}},{"uid":"ab14a7de47c3b0d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ab14a7de47c3b0d4","status":"passed","time":{"start":1707760319220,"stop":1707760319221,"duration":1}},{"uid":"23e79802c558eae3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/23e79802c558eae3","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"792df0539c585056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/792df0539c585056","status":"passed","time":{"start":1707756639369,"stop":1707756639370,"duration":1}},{"uid":"d279305924d886e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d279305924d886e4","status":"passed","time":{"start":1707753945999,"stop":1707753946000,"duration":1}},{"uid":"606048e38aa7e9bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/606048e38aa7e9bd","status":"passed","time":{"start":1707753803976,"stop":1707753803976,"duration":0}},{"uid":"9f2abd738d8971b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f2abd738d8971b5","status":"passed","time":{"start":1707751138035,"stop":1707751138036,"duration":1}},{"uid":"a983ec0ee4008a0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a983ec0ee4008a0e","status":"passed","time":{"start":1707737096089,"stop":1707737096089,"duration":0}},{"uid":"5dd45133b08b9acd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dd45133b08b9acd","status":"passed","time":{"start":1707736302667,"stop":1707736302668,"duration":1}}]},"70124a353f9f3413728153b9f12f1e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"963ae5dc6ec47aa3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963ae5dc6ec47aa3","status":"passed","time":{"start":1707753647525,"stop":1707753647525,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39ac1d0d4ec42bbf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/39ac1d0d4ec42bbf","status":"passed","time":{"start":1707792799999,"stop":1707792800000,"duration":1}},{"uid":"39aa42aa9cfcc160","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39aa42aa9cfcc160","status":"passed","time":{"start":1707777749080,"stop":1707777749081,"duration":1}},{"uid":"77ca0831473cbbe8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77ca0831473cbbe8","status":"passed","time":{"start":1707775025515,"stop":1707775025516,"duration":1}},{"uid":"a36aded67e42359e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a36aded67e42359e","status":"passed","time":{"start":1707774827052,"stop":1707774827052,"duration":0}},{"uid":"4d46c8769e8b9331","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d46c8769e8b9331","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4}},{"uid":"af473a635550a96b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af473a635550a96b","status":"passed","time":{"start":1707769627283,"stop":1707769627284,"duration":1}},{"uid":"1610b5142c6d8976","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1610b5142c6d8976","status":"passed","time":{"start":1707759722018,"stop":1707759722019,"duration":1}},{"uid":"85e79accfe0f4215","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85e79accfe0f4215","status":"passed","time":{"start":1707757416823,"stop":1707757416823,"duration":0}},{"uid":"48fa2c679134fdd1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48fa2c679134fdd1","status":"passed","time":{"start":1707756046587,"stop":1707756046588,"duration":1}},{"uid":"b474a6df958b04a6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b474a6df958b04a6","status":"passed","time":{"start":1707753464660,"stop":1707753464660,"duration":0}},{"uid":"17d4e6dcf5f832ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17d4e6dcf5f832ca","status":"passed","time":{"start":1707753192925,"stop":1707753192925,"duration":0}},{"uid":"a70797ecbb94003","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a70797ecbb94003","status":"passed","time":{"start":1707750593499,"stop":1707750593499,"duration":0}},{"uid":"2917b6e68f6daa82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2917b6e68f6daa82","status":"passed","time":{"start":1707736510870,"stop":1707736510871,"duration":1}},{"uid":"49283851e72239d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49283851e72239d5","status":"passed","time":{"start":1707735692276,"stop":1707735692277,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b41721bf1dee5eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b41721bf1dee5eda","status":"passed","time":{"start":1707792805568,"stop":1707792805568,"duration":0}},{"uid":"2fefbb7f1ebf5aed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2fefbb7f1ebf5aed","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"98af3bffa369b06e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98af3bffa369b06e","status":"passed","time":{"start":1707775031071,"stop":1707775031071,"duration":0}},{"uid":"657502ccb537257b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/657502ccb537257b","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"f055da4bdd65a3ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f055da4bdd65a3ab","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"duration":1}},{"uid":"161f7f45ae269987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/161f7f45ae269987","status":"passed","time":{"start":1707769632865,"stop":1707769632866,"duration":1}},{"uid":"16aedc7fe7e0eca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16aedc7fe7e0eca","status":"passed","time":{"start":1707759727625,"stop":1707759727625,"duration":0}},{"uid":"91b958416a1723f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91b958416a1723f0","status":"passed","time":{"start":1707757422397,"stop":1707757422397,"duration":0}},{"uid":"252709f7c2bf9607","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/252709f7c2bf9607","status":"passed","time":{"start":1707756051814,"stop":1707756051815,"duration":1}},{"uid":"139cc352e3ca64f3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/139cc352e3ca64f3","status":"passed","time":{"start":1707753470070,"stop":1707753470070,"duration":0}},{"uid":"73badc20c2c156c6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73badc20c2c156c6","status":"passed","time":{"start":1707753198801,"stop":1707753198802,"duration":1}},{"uid":"31b91e5fb0da3898","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/31b91e5fb0da3898","status":"passed","time":{"start":1707750599090,"stop":1707750599091,"duration":1}},{"uid":"9f17122324b23e60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f17122324b23e60","status":"passed","time":{"start":1707736516545,"stop":1707736516545,"duration":0}},{"uid":"a99ec81d8b02a354","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a99ec81d8b02a354","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"14be64cc99c6ee7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/14be64cc99c6ee7a","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1707792958834,"stop":1707792958835,"duration":1}},{"uid":"4c215ec14c5285aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c215ec14c5285aa","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"144e8d667244f986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/144e8d667244f986","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"ec1bdfd7d74aa24a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ec1bdfd7d74aa24a","status":"passed","time":{"start":1707775085882,"stop":1707775085883,"duration":1}},{"uid":"8b1b0bebb8236e57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b1b0bebb8236e57","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"duration":0}},{"uid":"67fd00cfa015bdf1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/67fd00cfa015bdf1","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"48a98d2a30ad4249","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/48a98d2a30ad4249","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"84bfe00ac19f2b61","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84bfe00ac19f2b61","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"4d39c3494c699734","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d39c3494c699734","status":"passed","time":{"start":1707756304427,"stop":1707756304427,"duration":0}},{"uid":"5d8e603ef0b24fe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d8e603ef0b24fe7","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"608ecbf2c8d10ae8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/608ecbf2c8d10ae8","status":"passed","time":{"start":1707753448099,"stop":1707753448099,"duration":0}},{"uid":"e243c91a6529a493","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e243c91a6529a493","status":"passed","time":{"start":1707750840037,"stop":1707750840038,"duration":1}},{"uid":"d2963aa04e03e813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2963aa04e03e813","status":"passed","time":{"start":1707736765002,"stop":1707736765003,"duration":1}},{"uid":"8dc427b9dfa5f86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8dc427b9dfa5f86","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67fd5c7a155646af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67fd5c7a155646af","status":"passed","time":{"start":1707793446750,"stop":1707793446751,"duration":1}},{"uid":"a4bba09fbaf18a64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4bba09fbaf18a64","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"60848d837df0f1c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60848d837df0f1c6","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"1f69ff89ebd0a1aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f69ff89ebd0a1aa","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"24941bca768f285e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24941bca768f285e","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"409f985095d49a0c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/409f985095d49a0c","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"1fe4ef7daec4073b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fe4ef7daec4073b","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"eed432df65d436d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eed432df65d436d6","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"c649f3c6f8b5d806","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c649f3c6f8b5d806","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"3874e3e41246a89f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3874e3e41246a89f","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"a8b306f265616dbc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8b306f265616dbc","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"f7dd0590026fbe9c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7dd0590026fbe9c","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"44e369c46a358e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44e369c46a358e1","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"2fc651ff95c99655ebdb100ff107d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0c78d242d4901f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0c78d242d4901f8","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"af9303569125bf3b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af9303569125bf3b","status":"passed","time":{"start":1707792958828,"stop":1707792958829,"duration":1}},{"uid":"895486c7b1dba545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/895486c7b1dba545","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"d5540abd31ba2e09","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d5540abd31ba2e09","status":"passed","time":{"start":1707775275743,"stop":1707775275744,"duration":1}},{"uid":"def0b35f8b33b23b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/def0b35f8b33b23b","status":"passed","time":{"start":1707775085876,"stop":1707775085876,"duration":0}},{"uid":"6f7462475adab8b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6f7462475adab8b6","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2}},{"uid":"693e0ed7696c003c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/693e0ed7696c003c","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"e3655b3e11d6aced","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3655b3e11d6aced","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"6814339c21d8d2c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6814339c21d8d2c7","status":"passed","time":{"start":1707757676034,"stop":1707757676035,"duration":1}},{"uid":"b25fc582255ebbd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25fc582255ebbd9","status":"passed","time":{"start":1707756304421,"stop":1707756304421,"duration":0}},{"uid":"24ffb1a93d14cd1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24ffb1a93d14cd1","status":"passed","time":{"start":1707753713234,"stop":1707753713234,"duration":0}},{"uid":"9896146d298fa994","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9896146d298fa994","status":"passed","time":{"start":1707753448081,"stop":1707753448082,"duration":1}},{"uid":"9cb7846f6a809594","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9cb7846f6a809594","status":"passed","time":{"start":1707750840029,"stop":1707750840030,"duration":1}},{"uid":"bb82836ded0b4c15","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb82836ded0b4c15","status":"passed","time":{"start":1707736764994,"stop":1707736764995,"duration":1}},{"uid":"c16ab98d5bbd1ded","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c16ab98d5bbd1ded","status":"passed","time":{"start":1707735955218,"stop":1707735955219,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1afd23b5dbdffd4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1afd23b5dbdffd4c","status":"passed","time":{"start":1707792838868,"stop":1707792838869,"duration":1}},{"uid":"c8cfeef95d16ce9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c8cfeef95d16ce9b","status":"passed","time":{"start":1707777787221,"stop":1707777787222,"duration":1}},{"uid":"832a7f487a1eba0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/832a7f487a1eba0b","status":"passed","time":{"start":1707775063036,"stop":1707775063036,"duration":0}},{"uid":"c17b581b03f21165","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c17b581b03f21165","status":"passed","time":{"start":1707774865145,"stop":1707774865145,"duration":0}},{"uid":"ca525269f1e08770","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca525269f1e08770","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0}},{"uid":"ffe886fd4ced2bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe886fd4ced2bc3","status":"passed","time":{"start":1707769665340,"stop":1707769665341,"duration":1}},{"uid":"f8c3db877ccc9b11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f8c3db877ccc9b11","status":"passed","time":{"start":1707759759736,"stop":1707759759737,"duration":1}},{"uid":"f2c2eed8d025c89a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2c2eed8d025c89a","status":"passed","time":{"start":1707757455865,"stop":1707757455905,"duration":40}},{"uid":"6a9cf47a4df0ba2d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a9cf47a4df0ba2d","status":"passed","time":{"start":1707756084425,"stop":1707756084430,"duration":5}},{"uid":"da9700db5c75c5aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da9700db5c75c5aa","status":"passed","time":{"start":1707753503424,"stop":1707753503425,"duration":1}},{"uid":"8593ded977bee97d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8593ded977bee97d","status":"passed","time":{"start":1707753233561,"stop":1707753233561,"duration":0}},{"uid":"a92d3883a4fd5db3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a92d3883a4fd5db3","status":"passed","time":{"start":1707750631901,"stop":1707750631902,"duration":1}},{"uid":"8e81c5f177434b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e81c5f177434b55","status":"passed","time":{"start":1707736548882,"stop":1707736548883,"duration":1}},{"uid":"f1ed3e1cde4656b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1ed3e1cde4656b4","status":"passed","time":{"start":1707735732432,"stop":1707735732433,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"304027a8197cd6d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/304027a8197cd6d6","status":"passed","time":{"start":1707793012502,"stop":1707793012503,"duration":1}},{"uid":"59980f8bc027c5ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59980f8bc027c5ca","status":"passed","time":{"start":1707777977671,"stop":1707777977671,"duration":0}},{"uid":"60c288cd634776b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60c288cd634776b3","status":"passed","time":{"start":1707775258465,"stop":1707775258465,"duration":0}},{"uid":"f249773ef0e41c0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f249773ef0e41c0c","status":"passed","time":{"start":1707775082029,"stop":1707775082030,"duration":1}},{"uid":"56d283298e20af31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56d283298e20af31","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5}},{"uid":"2fc063b12b0fbda2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fc063b12b0fbda2","status":"passed","time":{"start":1707769841905,"stop":1707769841908,"duration":3}},{"uid":"c136784df3fd5380","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c136784df3fd5380","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"86f60dff4b9fc786","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86f60dff4b9fc786","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"a37d6e78f6fa35aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a37d6e78f6fa35aa","status":"passed","time":{"start":1707756261820,"stop":1707756261833,"duration":13}},{"uid":"85d044aa48ad1e9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/85d044aa48ad1e9a","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"988acf216625afa8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/988acf216625afa8","status":"passed","time":{"start":1707753409592,"stop":1707753409592,"duration":0}},{"uid":"cf644e0412d99802","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf644e0412d99802","status":"passed","time":{"start":1707750722056,"stop":1707750722056,"duration":0}},{"uid":"dab8d08104eed43f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dab8d08104eed43f","status":"passed","time":{"start":1707736708334,"stop":1707736708335,"duration":1}},{"uid":"15e6085f01549d76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15e6085f01549d76","status":"passed","time":{"start":1707735914392,"stop":1707735914392,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd564010f4cdd27d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bd564010f4cdd27d","status":"passed","time":{"start":1707793168695,"stop":1707793168696,"duration":1}},{"uid":"d5f1d455a94124b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5f1d455a94124b9","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"8085359c21b207d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8085359c21b207d9","status":"passed","time":{"start":1707775409495,"stop":1707775409496,"duration":1}},{"uid":"a8d0e5b743068fb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d0e5b743068fb4","status":"passed","time":{"start":1707775220003,"stop":1707775220004,"duration":1}},{"uid":"55cec279cd947cab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55cec279cd947cab","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0}},{"uid":"97ae96ef11f340be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/97ae96ef11f340be","status":"passed","time":{"start":1707769994552,"stop":1707769994552,"duration":0}},{"uid":"c7a91777ea2347a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7a91777ea2347a8","status":"passed","time":{"start":1707760106464,"stop":1707760106465,"duration":1}},{"uid":"5785ac329ffeb55d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5785ac329ffeb55d","status":"passed","time":{"start":1707757804319,"stop":1707757804320,"duration":1}},{"uid":"48a1a6472007185c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48a1a6472007185c","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"f7c8eeb3fd9a17fa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7c8eeb3fd9a17fa","status":"passed","time":{"start":1707753796555,"stop":1707753796555,"duration":0}},{"uid":"8e0e1cc2a8df2ce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e0e1cc2a8df2ce9","status":"passed","time":{"start":1707753586171,"stop":1707753586172,"duration":1}},{"uid":"9746dc2ab6fd3d40","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9746dc2ab6fd3d40","status":"passed","time":{"start":1707750964816,"stop":1707750964816,"duration":0}},{"uid":"6ddc669a9a037137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6ddc669a9a037137","status":"passed","time":{"start":1707736890444,"stop":1707736890445,"duration":1}},{"uid":"4603e936c05bfd2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4603e936c05bfd2","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"891accd48817bde9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/891accd48817bde9","status":"passed","time":{"start":1707793392500,"stop":1707793392501,"duration":1}},{"uid":"da227975734436ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/da227975734436ea","status":"passed","time":{"start":1707778370025,"stop":1707778370025,"duration":0}},{"uid":"2a6ffb5d2c2c7699","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a6ffb5d2c2c7699","status":"passed","time":{"start":1707775644350,"stop":1707775644350,"duration":0}},{"uid":"cce6f29059819808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce6f29059819808","status":"passed","time":{"start":1707775439250,"stop":1707775439251,"duration":1}},{"uid":"b23eff9b6cb4680d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b23eff9b6cb4680d","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"duration":0}},{"uid":"be2ba0428339b067","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be2ba0428339b067","status":"passed","time":{"start":1707770140534,"stop":1707770140535,"duration":1}},{"uid":"16583e8a0e6c5a32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16583e8a0e6c5a32","status":"passed","time":{"start":1707760337679,"stop":1707760337680,"duration":1}},{"uid":"feba36fbdee6544a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/feba36fbdee6544a","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"a3995054720fd18e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3995054720fd18e","status":"passed","time":{"start":1707756656797,"stop":1707756656797,"duration":0}},{"uid":"e57414c7663212d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e57414c7663212d2","status":"passed","time":{"start":1707753960361,"stop":1707753960361,"duration":0}},{"uid":"6b8927cc94770954","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b8927cc94770954","status":"passed","time":{"start":1707753819774,"stop":1707753819774,"duration":0}},{"uid":"d16cd710a3b2fff5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d16cd710a3b2fff5","status":"passed","time":{"start":1707751157934,"stop":1707751157935,"duration":1}},{"uid":"266d93197b34e185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266d93197b34e185","status":"passed","time":{"start":1707737112731,"stop":1707737112731,"duration":0}},{"uid":"406bda16853d4c62","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/406bda16853d4c62","status":"passed","time":{"start":1707736314162,"stop":1707736314162,"duration":0}}]},"77487dd09aad3437a9c808d035d2ce70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5393672867a502f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5393672867a502f5","status":"passed","time":{"start":1707759965202,"stop":1707759965202,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9e9d2095af9f1ae5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e9d2095af9f1ae5","status":"passed","time":{"start":1707792929578,"stop":1707792929579,"duration":1}},{"uid":"342c47f9e291518a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/342c47f9e291518a","status":"passed","time":{"start":1707777877643,"stop":1707777877643,"duration":0}},{"uid":"99a0fd6bec7bb0eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99a0fd6bec7bb0eb","status":"passed","time":{"start":1707775153016,"stop":1707775153017,"duration":1}},{"uid":"c93817904c15b00d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c93817904c15b00d","status":"passed","time":{"start":1707774951830,"stop":1707774951831,"duration":1}},{"uid":"132624b091318a4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/132624b091318a4c","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"duration":0}},{"uid":"439d0bdb954f39eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/439d0bdb954f39eb","status":"passed","time":{"start":1707769748204,"stop":1707769748204,"duration":0}},{"uid":"25c51d7c07116707","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25c51d7c07116707","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"77e18fe851c4ae02","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e18fe851c4ae02","status":"passed","time":{"start":1707757546806,"stop":1707757546806,"duration":0}},{"uid":"631c4d6b3fe8227a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/631c4d6b3fe8227a","status":"passed","time":{"start":1707756167194,"stop":1707756167198,"duration":4}},{"uid":"546c0cc7cdb486e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546c0cc7cdb486e3","status":"passed","time":{"start":1707753584059,"stop":1707753584060,"duration":1}},{"uid":"16ce761eae158037","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16ce761eae158037","status":"passed","time":{"start":1707753331769,"stop":1707753331769,"duration":0}},{"uid":"ec251df54b7563ed","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ec251df54b7563ed","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"8bd9b87589a22ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8bd9b87589a22ea3","status":"passed","time":{"start":1707736636441,"stop":1707736636441,"duration":0}},{"uid":"f7b574acf9f4cc5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7b574acf9f4cc5b","status":"passed","time":{"start":1707735825260,"stop":1707735825260,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6164152f76f157c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6164152f76f157c5","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0}},{"uid":"585867ed5be7b48e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/585867ed5be7b48e","status":"passed","time":{"start":1707777770858,"stop":1707777770858,"duration":0}},{"uid":"6694e5dea42a8410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6694e5dea42a8410","status":"passed","time":{"start":1707775046909,"stop":1707775046909,"duration":0}},{"uid":"27a9af6d82044f3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27a9af6d82044f3e","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"6195d834738670b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6195d834738670b5","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"duration":0}},{"uid":"c3bd1e3818fcff72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c3bd1e3818fcff72","status":"passed","time":{"start":1707769649007,"stop":1707769649007,"duration":0}},{"uid":"a2c2c387ebf91572","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2c2c387ebf91572","status":"passed","time":{"start":1707759743632,"stop":1707759743632,"duration":0}},{"uid":"fc3c9292bc62adce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc3c9292bc62adce","status":"passed","time":{"start":1707757438820,"stop":1707757438820,"duration":0}},{"uid":"ac24c05d00a39481","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ac24c05d00a39481","status":"passed","time":{"start":1707756067673,"stop":1707756067674,"duration":1}},{"uid":"60404ef702d92a4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60404ef702d92a4d","status":"passed","time":{"start":1707753486288,"stop":1707753486288,"duration":0}},{"uid":"b1d5d65bb68338b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b1d5d65bb68338b9","status":"passed","time":{"start":1707753215215,"stop":1707753215215,"duration":0}},{"uid":"68bda1e65d278a09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68bda1e65d278a09","status":"passed","time":{"start":1707750615195,"stop":1707750615196,"duration":1}},{"uid":"1d2fe0a6c3d65baa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d2fe0a6c3d65baa","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"ea0af42519bf6530","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea0af42519bf6530","status":"passed","time":{"start":1707735714499,"stop":1707735714499,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8bb97c562455d3ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8bb97c562455d3ef","status":"passed","time":{"start":1707792919940,"stop":1707792919941,"duration":1}},{"uid":"2b78df1f7cabb38f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b78df1f7cabb38f","status":"passed","time":{"start":1707777865443,"stop":1707777865443,"duration":0}},{"uid":"3a9e88295225682d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9e88295225682d","status":"passed","time":{"start":1707775140806,"stop":1707775140806,"duration":0}},{"uid":"756c37c8946289b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/756c37c8946289b9","status":"passed","time":{"start":1707774947610,"stop":1707774947610,"duration":0}},{"uid":"61e9cf0f65a730d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61e9cf0f65a730d6","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1}},{"uid":"b4f803ca507b0ea4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4f803ca507b0ea4","status":"passed","time":{"start":1707769737619,"stop":1707769737620,"duration":1}},{"uid":"517c58dd2658e954","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/517c58dd2658e954","status":"passed","time":{"start":1707759835148,"stop":1707759835149,"duration":1}},{"uid":"f3badd23972fc3db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f3badd23972fc3db","status":"passed","time":{"start":1707757529705,"stop":1707757529705,"duration":0}},{"uid":"de756dded410572a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de756dded410572a","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"168f46acb95cb5e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/168f46acb95cb5e4","status":"passed","time":{"start":1707753566688,"stop":1707753566688,"duration":0}},{"uid":"49f8f13eedd156f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49f8f13eedd156f1","status":"passed","time":{"start":1707753314174,"stop":1707753314175,"duration":1}},{"uid":"1fc04c5d840e6ab5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fc04c5d840e6ab5","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"460e94486364252c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460e94486364252c","status":"passed","time":{"start":1707736624912,"stop":1707736624913,"duration":1}},{"uid":"a71a0aff4feef8cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a71a0aff4feef8cc","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"4b18cd8676ae489b50268394bce1acdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abe4498fce1d62d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abe4498fce1d62d8","status":"passed","time":{"start":1707778338838,"stop":1707778338838,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cbaa2a0ca214211f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbaa2a0ca214211f","status":"passed","time":{"start":1707792800004,"stop":1707792800004,"duration":0}},{"uid":"c1f33e19bbad42bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c1f33e19bbad42bc","status":"passed","time":{"start":1707777749091,"stop":1707777749092,"duration":1}},{"uid":"83602821cc35e13c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83602821cc35e13c","status":"passed","time":{"start":1707775025525,"stop":1707775025526,"duration":1}},{"uid":"d8cc293f853d937e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8cc293f853d937e","status":"passed","time":{"start":1707774827057,"stop":1707774827057,"duration":0}},{"uid":"1721a606cdf69979","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1721a606cdf69979","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"duration":1}},{"uid":"a963cad2c7811e6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a963cad2c7811e6b","status":"passed","time":{"start":1707769627289,"stop":1707769627289,"duration":0}},{"uid":"2f9efdb388a49aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2f9efdb388a49aa","status":"passed","time":{"start":1707759722027,"stop":1707759722028,"duration":1}},{"uid":"da22cd5c5f2c2a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/da22cd5c5f2c2a78","status":"passed","time":{"start":1707757416833,"stop":1707757416837,"duration":4}},{"uid":"662407666a72f38e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662407666a72f38e","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"88d0710a2fc10d18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/88d0710a2fc10d18","status":"passed","time":{"start":1707753464665,"stop":1707753464665,"duration":0}},{"uid":"f44081e2af865490","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f44081e2af865490","status":"passed","time":{"start":1707753192934,"stop":1707753192935,"duration":1}},{"uid":"9a7c5155e1e80996","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a7c5155e1e80996","status":"passed","time":{"start":1707750593504,"stop":1707750593504,"duration":0}},{"uid":"15a6513ca00d0a4c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15a6513ca00d0a4c","status":"passed","time":{"start":1707736510877,"stop":1707736510877,"duration":0}},{"uid":"bed2edc1ce440168","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bed2edc1ce440168","status":"passed","time":{"start":1707735692286,"stop":1707735692287,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b62b937ec0f7a032","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b62b937ec0f7a032","status":"passed","time":{"start":1707792869304,"stop":1707792869304,"duration":0}},{"uid":"fce14af4104d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fce14af4104d1cbd","status":"passed","time":{"start":1707777818742,"stop":1707777818742,"duration":0}},{"uid":"1324f2c8f45839a6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1324f2c8f45839a6","status":"passed","time":{"start":1707775095409,"stop":1707775095409,"duration":0}},{"uid":"ff1ac69a6351c12e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff1ac69a6351c12e","status":"passed","time":{"start":1707774915339,"stop":1707774915339,"duration":0}},{"uid":"a374300a3adf8c7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a374300a3adf8c7d","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"f153e01c8d7876d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f153e01c8d7876d1","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"cb33210429b65079","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb33210429b65079","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"e47b4e65e37841be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e47b4e65e37841be","status":"passed","time":{"start":1707757488460,"stop":1707757488461,"duration":1}},{"uid":"6d26223b15e1c130","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d26223b15e1c130","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"644a23032f443cdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/644a23032f443cdf","status":"passed","time":{"start":1707753533383,"stop":1707753533385,"duration":2}},{"uid":"e3881b4f317138f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3881b4f317138f6","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"7b3ed3ef60495a35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b3ed3ef60495a35","status":"passed","time":{"start":1707750661591,"stop":1707750661592,"duration":1}},{"uid":"5cff4d0a741780b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cff4d0a741780b1","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"22b53de1cc776b6c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22b53de1cc776b6c","status":"passed","time":{"start":1707735764683,"stop":1707735764683,"duration":0}}]},"4e2259b1e6c6b7257be2243625ade750:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bd90f53ab1cd671","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bd90f53ab1cd671","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"23ab9f297321c76b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/23ab9f297321c76b","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0}},{"uid":"c4b623aee19e16cb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4b623aee19e16cb","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"3635b9d138154e88","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3635b9d138154e88","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"b03861fd8e01009d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b03861fd8e01009d","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"9e30edd80e8991fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e30edd80e8991fc","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1}},{"uid":"609fe3ee3afa5f38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/609fe3ee3afa5f38","status":"passed","time":{"start":1707769642597,"stop":1707769642598,"duration":1}},{"uid":"5bce8f2869f22017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bce8f2869f22017","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"38882fc21ab21cb2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38882fc21ab21cb2","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"5afdea567fa3e9f6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5afdea567fa3e9f6","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"e24ae0960dbc1c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e24ae0960dbc1c8","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"7089a1b8dc5433f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7089a1b8dc5433f6","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"b5bad1f268519cb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5bad1f268519cb0","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"7829f46b0f8d4c2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7829f46b0f8d4c2d","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"c74c0894a9a29013","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c74c0894a9a29013","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c62793c6182a2f43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c62793c6182a2f43","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"duration":0}},{"uid":"8b452f701fb7da89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b452f701fb7da89","status":"passed","time":{"start":1707778202494,"stop":1707778202495,"duration":1}},{"uid":"82762c2e35e92a3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82762c2e35e92a3c","status":"passed","time":{"start":1707775486630,"stop":1707775486631,"duration":1}},{"uid":"2cfb17de632a8dc6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cfb17de632a8dc6","status":"passed","time":{"start":1707775300138,"stop":1707775300138,"duration":0}},{"uid":"c00bc31a2c1c03e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c00bc31a2c1c03e8","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"duration":1}},{"uid":"64e6b2a4e8fae47e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/64e6b2a4e8fae47e","status":"passed","time":{"start":1707770051395,"stop":1707770051396,"duration":1}},{"uid":"13b643ae8beb13cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13b643ae8beb13cb","status":"passed","time":{"start":1707760174023,"stop":1707760174024,"duration":1}},{"uid":"9e3c0a5564bb85e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e3c0a5564bb85e7","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"67b1a8cf5e001ba9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/67b1a8cf5e001ba9","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"b16417348c13f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b16417348c13f14","status":"passed","time":{"start":1707753870450,"stop":1707753870453,"duration":3}},{"uid":"26e24a01f89f03c4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e24a01f89f03c4","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"efa019340268fae6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efa019340268fae6","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"980bf51a5b1ab3ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/980bf51a5b1ab3ce","status":"passed","time":{"start":1707736947848,"stop":1707736947848,"duration":0}},{"uid":"9906dc25af40bed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906dc25af40bed","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dfa286225cfe5e58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfa286225cfe5e58","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"duration":0}},{"uid":"ac86009c56a54938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac86009c56a54938","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"223733cedffab2c3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/223733cedffab2c3","status":"passed","time":{"start":1707775602023,"stop":1707775602024,"duration":1}},{"uid":"7d4ecc95dd073ca1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7d4ecc95dd073ca1","status":"passed","time":{"start":1707775390233,"stop":1707775390234,"duration":1}},{"uid":"d1bc690210e8802f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bc690210e8802f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"9297e6bc0e1b3a3d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9297e6bc0e1b3a3d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"d63fc81f4741f4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d63fc81f4741f4e0","status":"passed","time":{"start":1707758006712,"stop":1707758006712,"duration":0}},{"uid":"dd5d87abbf16621a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dd5d87abbf16621a","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"edcb304729d0cef0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/edcb304729d0cef0","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"ce5ae40921290578","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce5ae40921290578","status":"passed","time":{"start":1707753782759,"stop":1707753782759,"duration":0}},{"uid":"1be9ec53bbe7429e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1be9ec53bbe7429e","status":"passed","time":{"start":1707751162314,"stop":1707751162315,"duration":1}},{"uid":"2aefba83d566c799","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2aefba83d566c799","status":"passed","time":{"start":1707737091329,"stop":1707737091330,"duration":1}},{"uid":"e971629a807995f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e971629a807995f1","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f660ff27144ebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f660ff27144ebd","status":"passed","time":{"start":1707792805603,"stop":1707792805603,"duration":0}},{"uid":"9e5834bb9cbed6bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e5834bb9cbed6bf","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"160482ae4f164668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/160482ae4f164668","status":"passed","time":{"start":1707775031075,"stop":1707775031076,"duration":1}},{"uid":"facc70dbd284cd47","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/facc70dbd284cd47","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"5edfcea4b505ecca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5edfcea4b505ecca","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0}},{"uid":"d571cfc9eb30af53","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d571cfc9eb30af53","status":"passed","time":{"start":1707769633035,"stop":1707769633035,"duration":0}},{"uid":"d6a0bee659e9b43e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d6a0bee659e9b43e","status":"passed","time":{"start":1707759727747,"stop":1707759727748,"duration":1}},{"uid":"f4fecc90926d09af","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4fecc90926d09af","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"79ec972f031eedef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ec972f031eedef","status":"passed","time":{"start":1707756052098,"stop":1707756052098,"duration":0}},{"uid":"49e8c2e709428c9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49e8c2e709428c9e","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"684cb6226ce01ca1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/684cb6226ce01ca1","status":"passed","time":{"start":1707753198732,"stop":1707753198733,"duration":1}},{"uid":"a423dc0004f6d8d5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a423dc0004f6d8d5","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"3df54d42449634a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3df54d42449634a4","status":"passed","time":{"start":1707736516624,"stop":1707736516625,"duration":1}},{"uid":"e85a7a7a06388434","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85a7a7a06388434","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"380323bb1c8ea0ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/380323bb1c8ea0ba","status":"passed","time":{"start":1707793059098,"stop":1707793059099,"duration":1}},{"uid":"c45e3c03ffcd5302","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c45e3c03ffcd5302","status":"passed","time":{"start":1707778002163,"stop":1707778002164,"duration":1}},{"uid":"d71a626b0c208f84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d71a626b0c208f84","status":"passed","time":{"start":1707775288507,"stop":1707775288507,"duration":0}},{"uid":"165c354a8cf8b80a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/165c354a8cf8b80a","status":"passed","time":{"start":1707775094101,"stop":1707775094101,"duration":0}},{"uid":"f575fd0be28434be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f575fd0be28434be","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"duration":1}},{"uid":"113c53fa4cbcd911","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/113c53fa4cbcd911","status":"passed","time":{"start":1707769883620,"stop":1707769883624,"duration":4}},{"uid":"1c0d1e4f4f298c1e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1c0d1e4f4f298c1e","status":"passed","time":{"start":1707759985510,"stop":1707759985510,"duration":0}},{"uid":"c0e32c85348e7591","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0e32c85348e7591","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"e0d93036c912b8a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e0d93036c912b8a9","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"36a0c6a462970381","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36a0c6a462970381","status":"passed","time":{"start":1707753735500,"stop":1707753735500,"duration":0}},{"uid":"6f80141864336c31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f80141864336c31","status":"passed","time":{"start":1707753472967,"stop":1707753472967,"duration":0}},{"uid":"e66c2f3eeb2cb998","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e66c2f3eeb2cb998","status":"passed","time":{"start":1707750845158,"stop":1707750845159,"duration":1}},{"uid":"374cfeeea74d0fe8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/374cfeeea74d0fe8","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"8b87bd07ba9be00e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b87bd07ba9be00e","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4b2f21550f2de9b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b2f21550f2de9b4","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"duration":0}},{"uid":"f5bfdc005c92939e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f5bfdc005c92939e","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"834a7d2ad8c7bc1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/834a7d2ad8c7bc1a","status":"passed","time":{"start":1707775685030,"stop":1707775685031,"duration":1}},{"uid":"b947bbc5f0ad466c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b947bbc5f0ad466c","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"b8b057837ca6332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8b057837ca6332","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"duration":0}},{"uid":"ced3d4c42b7b861a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ced3d4c42b7b861a","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"c38b91176f15f1fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c38b91176f15f1fd","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"a0a04ec7a2d534e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0a04ec7a2d534e5","status":"passed","time":{"start":1707758004330,"stop":1707758004331,"duration":1}},{"uid":"adf2e44305444cf4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf2e44305444cf4","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"48a3b1cde7b8512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48a3b1cde7b8512","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"adbc1e394a4d7e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/adbc1e394a4d7e94","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ae3daac8278e53d8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3daac8278e53d8","status":"passed","time":{"start":1707751228964,"stop":1707751228965,"duration":1}},{"uid":"54a2e44bc74974e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/54a2e44bc74974e5","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"289475ea00130e0b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/289475ea00130e0b","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e5771fed68a3c2bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5771fed68a3c2bc","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0}},{"uid":"e0954081dcd286fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0954081dcd286fd","status":"passed","time":{"start":1707778338832,"stop":1707778338833,"duration":1}},{"uid":"31fc0adb436fe8e5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31fc0adb436fe8e5","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"8bb3d9cdcef3f4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bb3d9cdcef3f4c5","status":"passed","time":{"start":1707775390221,"stop":1707775390221,"duration":0}},{"uid":"74581c87fd2a52b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74581c87fd2a52b7","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1}},{"uid":"de48ec24ab3f9b58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de48ec24ab3f9b58","status":"passed","time":{"start":1707760301800,"stop":1707760301801,"duration":1}},{"uid":"27085f0531ff1381","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27085f0531ff1381","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"1b6a434ef35084b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b6a434ef35084b6","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"7f85c1e8f70b8000","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f85c1e8f70b8000","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"43895355fcd98ce5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43895355fcd98ce5","status":"passed","time":{"start":1707753782731,"stop":1707753782731,"duration":0}},{"uid":"bf691af55e6cc6f7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf691af55e6cc6f7","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"70f61962e8d6dd8a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f61962e8d6dd8a","status":"passed","time":{"start":1707737091296,"stop":1707737091297,"duration":1}},{"uid":"d748cff24ff07968","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d748cff24ff07968","status":"passed","time":{"start":1707736260117,"stop":1707736260117,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"18485aa82b309aeb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18485aa82b309aeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446734,"stop":1707793446734,"duration":0}},{"uid":"1c4eef734e52576f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c4eef734e52576f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"9412672e7bf1a24d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9412672e7bf1a24d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"9417adbf4391dc03","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9417adbf4391dc03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"f7533677d54c1164","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7533677d54c1164","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"170be42c1dcd1dc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/170be42c1dcd1dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"a2046eee6893d1a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2046eee6893d1a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374673,"stop":1707760374674,"duration":1}},{"uid":"cfde3ed5e59ed0ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfde3ed5e59ed0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004302,"stop":1707758004302,"duration":0}},{"uid":"b25270a736a3ed2e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25270a736a3ed2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"46f1538a530aab34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46f1538a530aab34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"963614ca5037dc6b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963614ca5037dc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7338df36fd3dd100","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7338df36fd3dd100","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"dd55ef64090fb8a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd55ef64090fb8a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"593fb7b63009ba67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/593fb7b63009ba67","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"116c458000ebdaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/116c458000ebdaa","status":"passed","time":{"start":1707793012479,"stop":1707793012481,"duration":2}},{"uid":"c4209090a251d213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4209090a251d213","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"79c4959559c392a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79c4959559c392a1","status":"passed","time":{"start":1707775258455,"stop":1707775258456,"duration":1}},{"uid":"2e13d602dce68f81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e13d602dce68f81","status":"passed","time":{"start":1707775082016,"stop":1707775082017,"duration":1}},{"uid":"267b64284ccfeb1b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267b64284ccfeb1b","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"duration":1}},{"uid":"271d3dae9f49ab07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/271d3dae9f49ab07","status":"passed","time":{"start":1707769841899,"stop":1707769841899,"duration":0}},{"uid":"5a615ea6ecaf7141","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a615ea6ecaf7141","status":"passed","time":{"start":1707759921453,"stop":1707759921454,"duration":1}},{"uid":"e7cc771d67330efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7cc771d67330efa","status":"passed","time":{"start":1707757624875,"stop":1707757624876,"duration":1}},{"uid":"43d2bbd112690ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43d2bbd112690ac","status":"passed","time":{"start":1707756261764,"stop":1707756261765,"duration":1}},{"uid":"851acfe2661de4e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/851acfe2661de4e7","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"2354894af4819e37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2354894af4819e37","status":"passed","time":{"start":1707753409584,"stop":1707753409585,"duration":1}},{"uid":"d1732c46af6569de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d1732c46af6569de","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"8873cd676409560d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8873cd676409560d","status":"passed","time":{"start":1707736708328,"stop":1707736708328,"duration":0}},{"uid":"9c0c61dd2d287a9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0c61dd2d287a9e","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"3892f4b2c1dbb10e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3892f4b2c1dbb10e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793153229,"stop":1707793153229,"duration":0}},{"uid":"29f03f8bea1d4600","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29f03f8bea1d4600","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"81c8d6e10533b11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/81c8d6e10533b11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"42d1bef8d510471e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42d1bef8d510471e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205635,"stop":1707775205635,"duration":0}},{"uid":"4174a08dbaf298e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4174a08dbaf298e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131710,"duration":1}},{"uid":"18932d28edb40b66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18932d28edb40b66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983284,"stop":1707769983285,"duration":1}},{"uid":"7706b1cbdc93be76","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7706b1cbdc93be76","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"ad35d97658e23a23","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad35d97658e23a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3212cf5770b462a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3212cf5770b462a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b7e87d25f801b5e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7e87d25f801b5e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"7f7ba8ec29965ea5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7ba8ec29965ea5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"265cff780f316c56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/265cff780f316c56","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"7c1bdc87da773e93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c1bdc87da773e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"bd1c133a7f8b9f58","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd1c133a7f8b9f58","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"524a3445fa87372f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/524a3445fa87372f","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0}},{"uid":"a50a6a0b0525e766","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a50a6a0b0525e766","status":"passed","time":{"start":1707777973005,"stop":1707777973006,"duration":1}},{"uid":"b3727a72a321e8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3727a72a321e8f8","status":"passed","time":{"start":1707775244534,"stop":1707775244534,"duration":0}},{"uid":"3bab6b071d991a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bab6b071d991a7","status":"passed","time":{"start":1707775050823,"stop":1707775050824,"duration":1}},{"uid":"c36c614f431a915c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c36c614f431a915c","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"66c75c3615d8b6a3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c75c3615d8b6a3","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"5dc9c50b018016db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5dc9c50b018016db","status":"passed","time":{"start":1707759965210,"stop":1707759965211,"duration":1}},{"uid":"61bb20bf2b52eee4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61bb20bf2b52eee4","status":"passed","time":{"start":1707757644395,"stop":1707757644396,"duration":1}},{"uid":"2cd149d49d45131d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2cd149d49d45131d","status":"passed","time":{"start":1707756267917,"stop":1707756267918,"duration":1}},{"uid":"66a2439bfa352b28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/66a2439bfa352b28","status":"passed","time":{"start":1707753668083,"stop":1707753668084,"duration":1}},{"uid":"767cd4742655aa2e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/767cd4742655aa2e","status":"passed","time":{"start":1707753423543,"stop":1707753423543,"duration":0}},{"uid":"4a38b756d29c2519","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a38b756d29c2519","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"cedc1b84e3727e7c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cedc1b84e3727e7c","status":"passed","time":{"start":1707736730658,"stop":1707736730661,"duration":3}},{"uid":"fabf037e9aed9c6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fabf037e9aed9c6f","status":"passed","time":{"start":1707735912133,"stop":1707735912133,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b8719a801a5cb378","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8719a801a5cb378","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0}},{"uid":"91725d26fd5c65d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91725d26fd5c65d3","status":"passed","time":{"start":1707778202475,"stop":1707778202475,"duration":0}},{"uid":"f0e79f549f3dd052","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f0e79f549f3dd052","status":"passed","time":{"start":1707775486614,"stop":1707775486615,"duration":1}},{"uid":"2bac6304e260f35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2bac6304e260f35","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"4cfc68a37438912a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cfc68a37438912a","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1}},{"uid":"adc6fb70af60e331","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adc6fb70af60e331","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"e7ab089a54c4cf0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7ab089a54c4cf0f","status":"passed","time":{"start":1707760174009,"stop":1707760174011,"duration":2}},{"uid":"a2e0e8081f5cdaab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a2e0e8081f5cdaab","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"6b2ca4a6c600cfcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b2ca4a6c600cfcd","status":"passed","time":{"start":1707756499899,"stop":1707756499900,"duration":1}},{"uid":"155744b5acfb31c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/155744b5acfb31c","status":"passed","time":{"start":1707753870425,"stop":1707753870426,"duration":1}},{"uid":"9ac9e504e5f43263","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ac9e504e5f43263","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"86bb21771c2f808d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86bb21771c2f808d","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"a4bc4c493df9e10d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4bc4c493df9e10d","status":"passed","time":{"start":1707736947840,"stop":1707736947840,"duration":0}},{"uid":"ce3a2d305f3778b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce3a2d305f3778b5","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7f5e0bf7df6ded6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7f5e0bf7df6ded6","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"duration":0}},{"uid":"9370d309d39c8f49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9370d309d39c8f49","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"98a24b839a889a54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98a24b839a889a54","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"af49ba9e32c91e8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af49ba9e32c91e8f","status":"passed","time":{"start":1707775494289,"stop":1707775494290,"duration":1}},{"uid":"69c25ed851dc6440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69c25ed851dc6440","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"duration":1}},{"uid":"4da3e5c1ef704960","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4da3e5c1ef704960","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"4fdfd53fa32d4ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4fdfd53fa32d4ac9","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"fbfddbe55473a8b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbfddbe55473a8b5","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"ab2a64b4b144f780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab2a64b4b144f780","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"bc51395405609fdb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc51395405609fdb","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d54669d9a780abfa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d54669d9a780abfa","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"f4ff8a0e03fa8101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4ff8a0e03fa8101","status":"passed","time":{"start":1707737173828,"stop":1707737173829,"duration":1}},{"uid":"2457c6e00a7c42db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2457c6e00a7c42db","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec6a6c488518cef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec6a6c488518cef1","status":"passed","time":{"start":1707792848129,"stop":1707792848129,"duration":0}},{"uid":"5bf9ef8e4842a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5bf9ef8e4842a92b","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"d8babb5dba113f6e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d8babb5dba113f6e","status":"passed","time":{"start":1707775074352,"stop":1707775074353,"duration":1}},{"uid":"a687fa5850e927e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a687fa5850e927e8","status":"passed","time":{"start":1707774894885,"stop":1707774894886,"duration":1}},{"uid":"f0a120a12627105e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f0a120a12627105e","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"817f3bae168fce33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/817f3bae168fce33","status":"passed","time":{"start":1707769675177,"stop":1707769675177,"duration":0}},{"uid":"d861099c7e74e532","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d861099c7e74e532","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"32e20d49563d6b43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32e20d49563d6b43","status":"passed","time":{"start":1707757465316,"stop":1707757465316,"duration":0}},{"uid":"5e8077c7e89c1d95","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e8077c7e89c1d95","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"4758fb9c74c8e536","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4758fb9c74c8e536","status":"passed","time":{"start":1707753515349,"stop":1707753515350,"duration":1}},{"uid":"289b3aff38d171c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289b3aff38d171c1","status":"passed","time":{"start":1707753244109,"stop":1707753244110,"duration":1}},{"uid":"3d7a258209e28d1b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d7a258209e28d1b","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"32c12506e204ee3d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c12506e204ee3d","status":"passed","time":{"start":1707736558943,"stop":1707736558943,"duration":0}},{"uid":"1efb865794ff833a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1efb865794ff833a","status":"passed","time":{"start":1707735741832,"stop":1707735741832,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":1,"unknown":0,"total":3},"items":[{"uid":"141b987a3aa7c499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/141b987a3aa7c499","status":"passed","time":{"start":1707793172246,"stop":1707793172246,"duration":0}},{"uid":"dd64ba61e21d9237","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd64ba61e21d9237","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707770144574,"stop":1707770144575,"duration":1}},{"uid":"93437e2272fa0b92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/93437e2272fa0b92","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707769985453,"stop":1707769985453,"duration":0}}]},"68ccb6ed8de6ca97517193a073105da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28f9ef75b0dcdcfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28f9ef75b0dcdcfb","status":"passed","time":{"start":1707757873931,"stop":1707757873932,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbdcdcf34d0e40ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbdcdcf34d0e40ae","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0}},{"uid":"907267ad326a3a5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/907267ad326a3a5","status":"passed","time":{"start":1707777764428,"stop":1707777764429,"duration":1}},{"uid":"3e5f877802a0158a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e5f877802a0158a","status":"passed","time":{"start":1707775040576,"stop":1707775040576,"duration":0}},{"uid":"8e6fca51b7188562","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e6fca51b7188562","status":"passed","time":{"start":1707774842470,"stop":1707774842470,"duration":0}},{"uid":"8e17697b7bf20c6a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e17697b7bf20c6a","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"cd692fb90ecd5b35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd692fb90ecd5b35","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"4a8af5914101f4d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a8af5914101f4d8","status":"passed","time":{"start":1707759737375,"stop":1707759737375,"duration":0}},{"uid":"260f3c247d4b2b33","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/260f3c247d4b2b33","status":"passed","time":{"start":1707757432390,"stop":1707757432390,"duration":0}},{"uid":"3cc64d5fe280c1b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cc64d5fe280c1b9","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"4ef767ff834180d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ef767ff834180d0","status":"passed","time":{"start":1707753479971,"stop":1707753479972,"duration":1}},{"uid":"413c5288c583edf0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/413c5288c583edf0","status":"passed","time":{"start":1707753208670,"stop":1707753208670,"duration":0}},{"uid":"d038deacc1edd350","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d038deacc1edd350","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"ac5732671c684230","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac5732671c684230","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"127876a7b22ed142","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/127876a7b22ed142","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"f9a3188f9e1f513e428e72914a538d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bce4b47b7d748837","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bce4b47b7d748837","status":"passed","time":{"start":1707760174031,"stop":1707760174032,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"551b02c4b49e9067","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/551b02c4b49e9067","status":"passed","time":{"start":1707793238877,"stop":1707793238878,"duration":1}},{"uid":"ee92a8004c9bec41","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ee92a8004c9bec41","status":"passed","time":{"start":1707778202501,"stop":1707778202502,"duration":1}},{"uid":"9005547878cd008f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9005547878cd008f","status":"passed","time":{"start":1707775486638,"stop":1707775486638,"duration":0}},{"uid":"87286c4591c9d5d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87286c4591c9d5d2","status":"passed","time":{"start":1707775300141,"stop":1707775300141,"duration":0}},{"uid":"8e40072116322214","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e40072116322214","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8}},{"uid":"d3f1b181d22bf9f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3f1b181d22bf9f6","status":"passed","time":{"start":1707770051400,"stop":1707770051400,"duration":0}},{"uid":"b3831da4c59fc244","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3831da4c59fc244","status":"passed","time":{"start":1707760174028,"stop":1707760174029,"duration":1}},{"uid":"218ec4cbb2d99473","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/218ec4cbb2d99473","status":"passed","time":{"start":1707757873929,"stop":1707757873930,"duration":1}},{"uid":"e539f1d258e880df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e539f1d258e880df","status":"passed","time":{"start":1707756499913,"stop":1707756499919,"duration":6}},{"uid":"96a71a93b4a6ac1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/96a71a93b4a6ac1b","status":"passed","time":{"start":1707753870469,"stop":1707753870469,"duration":0}},{"uid":"f02bfeac7c4cb505","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f02bfeac7c4cb505","status":"passed","time":{"start":1707753647523,"stop":1707753647524,"duration":1}},{"uid":"4167391acfa31e95","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4167391acfa31e95","status":"passed","time":{"start":1707751019573,"stop":1707751019574,"duration":1}},{"uid":"e9bc3402ebeb08e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9bc3402ebeb08e7","status":"passed","time":{"start":1707736947853,"stop":1707736947855,"duration":2}},{"uid":"57f4239d1495125c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57f4239d1495125c","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"38ad82e9dd5c7a03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38ad82e9dd5c7a03","status":"passed","time":{"start":1707792805603,"stop":1707792805604,"duration":1}},{"uid":"a47b0d797c94bf43","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a47b0d797c94bf43","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"cc99732681917584","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc99732681917584","status":"passed","time":{"start":1707775031076,"stop":1707775031076,"duration":0}},{"uid":"a1da12bf80be83e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1da12bf80be83e2","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"98f303af88bcc3e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98f303af88bcc3e6","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1}},{"uid":"3f2280e7ea6e5c8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f2280e7ea6e5c8f","status":"passed","time":{"start":1707769633035,"stop":1707769633036,"duration":1}},{"uid":"dc34bcead50c4278","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dc34bcead50c4278","status":"passed","time":{"start":1707759727748,"stop":1707759727748,"duration":0}},{"uid":"c31a261832321bdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c31a261832321bdc","status":"passed","time":{"start":1707757422580,"stop":1707757422580,"duration":0}},{"uid":"7009775aec90a565","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7009775aec90a565","status":"passed","time":{"start":1707756052098,"stop":1707756052099,"duration":1}},{"uid":"b1b5f2a5b1a49a53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b1b5f2a5b1a49a53","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"2638cf139ff5ab4b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2638cf139ff5ab4b","status":"passed","time":{"start":1707753198733,"stop":1707753198733,"duration":0}},{"uid":"9b41ab726e13c5a0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9b41ab726e13c5a0","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"e4670c170f975f27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4670c170f975f27","status":"passed","time":{"start":1707736516625,"stop":1707736516625,"duration":0}},{"uid":"110c6be4a0a86e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/110c6be4a0a86e4e","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"3ea134a4b30b733a5c221f05720df205:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"473827a15ec07948","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473827a15ec07948","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}}]},"cc94a312582133ea9531f3dc8d4c77e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b39520ce52a06821","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b39520ce52a06821","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1707751143421,"stop":1707751143421,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8050b14544960611","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8050b14544960611","status":"passed","time":{"start":1707793371105,"stop":1707793371105,"duration":0}},{"uid":"8c1526dee5f0d95d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c1526dee5f0d95d","status":"passed","time":{"start":1707778338844,"stop":1707778338844,"duration":0}},{"uid":"6dc4c08978970761","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc4c08978970761","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"87b8c24fcffd65ae","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87b8c24fcffd65ae","status":"passed","time":{"start":1707775390232,"stop":1707775390232,"duration":0}},{"uid":"96cf2fc15d09eb11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96cf2fc15d09eb11","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"af464b9bfdc0d388","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af464b9bfdc0d388","status":"passed","time":{"start":1707760301813,"stop":1707760301815,"duration":2}},{"uid":"3e322ccfda7f04d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e322ccfda7f04d4","status":"passed","time":{"start":1707758006710,"stop":1707758006711,"duration":1}},{"uid":"1aafdeb0c303ec35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1aafdeb0c303ec35","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"ddadda5d07d8f73f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddadda5d07d8f73f","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"ec102413a3d70223","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec102413a3d70223","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"dc1dfc2a7d760adf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc1dfc2a7d760adf","status":"passed","time":{"start":1707751162313,"stop":1707751162314,"duration":1}},{"uid":"c3448afd893517fe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3448afd893517fe","status":"passed","time":{"start":1707737091322,"stop":1707737091322,"duration":0}},{"uid":"19c9f0689010632e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19c9f0689010632e","status":"passed","time":{"start":1707736260132,"stop":1707736260133,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cf60b9ea5f2d2804","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf60b9ea5f2d2804","status":"passed","time":{"start":1707793371104,"stop":1707793371104,"duration":0}},{"uid":"1d2264c67d6db659","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d2264c67d6db659","status":"passed","time":{"start":1707778338842,"stop":1707778338842,"duration":0}},{"uid":"5fbb7f84b42ae07b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fbb7f84b42ae07b","status":"passed","time":{"start":1707775602020,"stop":1707775602021,"duration":1}},{"uid":"293205cfd2c5a4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/293205cfd2c5a4f","status":"passed","time":{"start":1707775390231,"stop":1707775390231,"duration":0}},{"uid":"888a9bdd3fbb199f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/888a9bdd3fbb199f","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"duration":0}},{"uid":"6d69a02b86eec2d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d69a02b86eec2d8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a00b285f97f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a00b285f97f0","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"3b530ac1583db3d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b530ac1583db3d2","status":"passed","time":{"start":1707756617040,"stop":1707756617041,"duration":1}},{"uid":"370a3bacf857148e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/370a3bacf857148e","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"91ceedaa79736469","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91ceedaa79736469","status":"passed","time":{"start":1707753782756,"stop":1707753782757,"duration":1}},{"uid":"15a29201127092ad","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/15a29201127092ad","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"c1aff14e2e1a68e9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1aff14e2e1a68e9","status":"passed","time":{"start":1707737091310,"stop":1707737091310,"duration":0}},{"uid":"457b8dc9b6143dc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/457b8dc9b6143dc9","status":"passed","time":{"start":1707736260131,"stop":1707736260132,"duration":1}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c38f549c843826e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c38f549c843826e","status":"passed","time":{"start":1707793012514,"stop":1707793012515,"duration":1}},{"uid":"172c2f350df24d25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/172c2f350df24d25","status":"passed","time":{"start":1707777977675,"stop":1707777977675,"duration":0}},{"uid":"519aa41881349a55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/519aa41881349a55","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"cfe4bf46a1a66cc7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cfe4bf46a1a66cc7","status":"passed","time":{"start":1707775082036,"stop":1707775082036,"duration":0}},{"uid":"c90d387f9d25e45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c90d387f9d25e45","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0}},{"uid":"9faf7e334eb1a2cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9faf7e334eb1a2cb","status":"passed","time":{"start":1707769841912,"stop":1707769841912,"duration":0}},{"uid":"4c9c25bcc92d1855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9c25bcc92d1855","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"1909c4dc6997e311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1909c4dc6997e311","status":"passed","time":{"start":1707757624892,"stop":1707757624892,"duration":0}},{"uid":"9592a48480112d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9592a48480112d27","status":"passed","time":{"start":1707756261845,"stop":1707756261846,"duration":1}},{"uid":"b8d3728ea88b3f45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8d3728ea88b3f45","status":"passed","time":{"start":1707753651192,"stop":1707753651192,"duration":0}},{"uid":"868642a0af5e16fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/868642a0af5e16fa","status":"passed","time":{"start":1707753409610,"stop":1707753409610,"duration":0}},{"uid":"e9621676d4e35e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e9621676d4e35e35","status":"passed","time":{"start":1707750722060,"stop":1707750722060,"duration":0}},{"uid":"cf9d034dd61ee12d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf9d034dd61ee12d","status":"passed","time":{"start":1707736708339,"stop":1707736708340,"duration":1}},{"uid":"3699aee15bd52aef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3699aee15bd52aef","status":"passed","time":{"start":1707735914400,"stop":1707735914400,"duration":0}}]},"a027e9ce3287d76d72be9a7aee3de67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbe002f6e4600a0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cbe002f6e4600a0","status":"passed","time":{"start":1707778338838,"stop":1707778338838,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f186442172de026f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f186442172de026f","status":"passed","time":{"start":1707793446751,"stop":1707793446752,"duration":1}},{"uid":"49a5a826d780b868","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49a5a826d780b868","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"84acb87bffcb9acc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/84acb87bffcb9acc","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"73ed98b3af8cb059","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ed98b3af8cb059","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"553aed222fb9da71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/553aed222fb9da71","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"duration":0}},{"uid":"d19d49137ed7d3c8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19d49137ed7d3c8","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"20d5f02bce5ba0a6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/20d5f02bce5ba0a6","status":"passed","time":{"start":1707760374687,"stop":1707760374688,"duration":1}},{"uid":"25b5c69dc4948c91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25b5c69dc4948c91","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"3ab7bdf0871dca96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ab7bdf0871dca96","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"555480c3b6da22dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/555480c3b6da22dd","status":"passed","time":{"start":1707753877936,"stop":1707753877937,"duration":1}},{"uid":"2e665d797372c318","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e665d797372c318","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"26ce0942ac03d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26ce0942ac03d0","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"36cc9aa81057a1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/36cc9aa81057a1d","status":"passed","time":{"start":1707736353048,"stop":1707736353049,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a18e5c2b704c34c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a18e5c2b704c34c1","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"duration":0}},{"uid":"2235ca4319d9c245","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2235ca4319d9c245","status":"passed","time":{"start":1707778202498,"stop":1707778202499,"duration":1}},{"uid":"c9fd91cfa464eed1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c9fd91cfa464eed1","status":"passed","time":{"start":1707775486632,"stop":1707775486633,"duration":1}},{"uid":"1f04bc22e5e5f20b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f04bc22e5e5f20b","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"284f5e70361774bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/284f5e70361774bd","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2}},{"uid":"aadd345f980320b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadd345f980320b6","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"6b7baa9e6b4ce768","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7baa9e6b4ce768","status":"passed","time":{"start":1707760174025,"stop":1707760174025,"duration":0}},{"uid":"5d4cc7df5cfeb15c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d4cc7df5cfeb15c","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"c3c0e13ccf4ee6f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3c0e13ccf4ee6f0","status":"passed","time":{"start":1707756499907,"stop":1707756499907,"duration":0}},{"uid":"ef9f798fadad381d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef9f798fadad381d","status":"passed","time":{"start":1707753870458,"stop":1707753870458,"duration":0}},{"uid":"4d8730dc9ad7a342","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d8730dc9ad7a342","status":"passed","time":{"start":1707753647512,"stop":1707753647513,"duration":1}},{"uid":"e86927e2f511bf7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86927e2f511bf7a","status":"passed","time":{"start":1707751019571,"stop":1707751019572,"duration":1}},{"uid":"768ee29a064bc01","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/768ee29a064bc01","status":"passed","time":{"start":1707736947850,"stop":1707736947851,"duration":1}},{"uid":"7c4fbd0b8b2e8026","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c4fbd0b8b2e8026","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a3fbdd37c532a740","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3fbdd37c532a740","status":"passed","time":{"start":1707793304783,"stop":1707793304784,"duration":1}},{"uid":"eb68317e8b9ccc87","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb68317e8b9ccc87","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"360dc7da58e07333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/360dc7da58e07333","status":"passed","time":{"start":1707775545729,"stop":1707775545746,"duration":17}},{"uid":"22c7a004c4963260","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/22c7a004c4963260","status":"passed","time":{"start":1707775359953,"stop":1707775359954,"duration":1}},{"uid":"306bb235f23f130b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/306bb235f23f130b","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ae035284012d7eff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ae035284012d7eff","status":"passed","time":{"start":1707770099497,"stop":1707770099498,"duration":1}},{"uid":"d4e8384fbeea03fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d4e8384fbeea03fd","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"5d46ff06ec46dfea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d46ff06ec46dfea","status":"passed","time":{"start":1707757936357,"stop":1707757936358,"duration":1}},{"uid":"c6f89e0cf1618fee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6f89e0cf1618fee","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"4fe48de004a8262d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fe48de004a8262d","status":"passed","time":{"start":1707753906983,"stop":1707753906983,"duration":0}},{"uid":"f03239021c8f65d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f03239021c8f65d2","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"c28148d58900e563","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c28148d58900e563","status":"passed","time":{"start":1707751082965,"stop":1707751082966,"duration":1}},{"uid":"d9232aa61da5c3e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9232aa61da5c3e7","status":"passed","time":{"start":1707736996442,"stop":1707736996443,"duration":1}},{"uid":"cc0a82c506956aec","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc0a82c506956aec","status":"passed","time":{"start":1707736227461,"stop":1707736227462,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11ea15871c75c65f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11ea15871c75c65f","status":"passed","time":{"start":1707793370630,"stop":1707793370631,"duration":1}},{"uid":"73973562b444ff3f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/73973562b444ff3f","status":"passed","time":{"start":1707778386479,"stop":1707778386480,"duration":1}},{"uid":"415c99526b62b718","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/415c99526b62b718","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"198d1c08bf68669","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/198d1c08bf68669","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"f22657899405d2a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f22657899405d2a9","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2}},{"uid":"d0b10be0be0a48fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b10be0be0a48fa","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"58f45258422a25c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58f45258422a25c3","status":"passed","time":{"start":1707760335946,"stop":1707760335946,"duration":0}},{"uid":"516f3ce0657261b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/516f3ce0657261b2","status":"passed","time":{"start":1707758023531,"stop":1707758023532,"duration":1}},{"uid":"1a3bcb62c02cbdac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a3bcb62c02cbdac","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"37989acd3fc5f28d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37989acd3fc5f28d","status":"passed","time":{"start":1707753837166,"stop":1707753837167,"duration":1}},{"uid":"ae3539026ae2047b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3539026ae2047b","status":"passed","time":{"start":1707751136291,"stop":1707751136306,"duration":15}},{"uid":"f6e64cf03b856872","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f6e64cf03b856872","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"61180d1a547635e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/61180d1a547635e6","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"e6455696ed5e861bd3a3cdb0a9e1f0a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89bcc2edc6bf4be7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89bcc2edc6bf4be7","status":"passed","time":{"start":1707750953981,"stop":1707750953982,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3c562690dfd5ec82","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c562690dfd5ec82","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"duration":0}},{"uid":"399ae5a79eddf4c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/399ae5a79eddf4c5","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"69af0641c3726045","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69af0641c3726045","status":"passed","time":{"start":1707775685023,"stop":1707775685024,"duration":1}},{"uid":"7fe64fcc3cd9355","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fe64fcc3cd9355","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"83cfbba707298793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/83cfbba707298793","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"66c117f11ab7f10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c117f11ab7f10","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"b90847af0d3a439b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b90847af0d3a439b","status":"passed","time":{"start":1707760374676,"stop":1707760374677,"duration":1}},{"uid":"666703aa002378e2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/666703aa002378e2","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"7172d256e2b76851","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7172d256e2b76851","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"9518ea6588530f5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9518ea6588530f5d","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"a12a41f27c0000ba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a12a41f27c0000ba","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"629993c039d669a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/629993c039d669a","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bb8a9cff05345a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb8a9cff05345a4","status":"passed","time":{"start":1707737173816,"stop":1707737173817,"duration":1}},{"uid":"f07058c0a2966531","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f07058c0a2966531","status":"passed","time":{"start":1707736353035,"stop":1707736353036,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c579d72b6195f213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c579d72b6195f213","status":"passed","time":{"start":1707793304774,"stop":1707793304780,"duration":6}},{"uid":"501fe92735668d44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/501fe92735668d44","status":"passed","time":{"start":1707778270357,"stop":1707778270357,"duration":0}},{"uid":"abdf2798baa58cea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abdf2798baa58cea","status":"passed","time":{"start":1707775545727,"stop":1707775545728,"duration":1}},{"uid":"412c0554d5f99937","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/412c0554d5f99937","status":"passed","time":{"start":1707775359950,"stop":1707775359951,"duration":1}},{"uid":"377dea4ba7260dee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/377dea4ba7260dee","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"2e3ab779d8b34bce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2e3ab779d8b34bce","status":"passed","time":{"start":1707770099494,"stop":1707770099494,"duration":0}},{"uid":"5e49c0c5e70b6a60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e49c0c5e70b6a60","status":"passed","time":{"start":1707760242011,"stop":1707760242011,"duration":0}},{"uid":"564f1f3f29f88506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/564f1f3f29f88506","status":"passed","time":{"start":1707757936347,"stop":1707757936348,"duration":1}},{"uid":"65b7de18c03b61dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65b7de18c03b61dd","status":"passed","time":{"start":1707756564909,"stop":1707756564912,"duration":3}},{"uid":"eef25b39087f07a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef25b39087f07a0","status":"passed","time":{"start":1707753906980,"stop":1707753906981,"duration":1}},{"uid":"af12d5e69137aff4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af12d5e69137aff4","status":"passed","time":{"start":1707753724175,"stop":1707753724175,"duration":0}},{"uid":"d01cabf6e074a3fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d01cabf6e074a3fa","status":"passed","time":{"start":1707751082963,"stop":1707751082964,"duration":1}},{"uid":"a1a45af6ff22c011","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1a45af6ff22c011","status":"passed","time":{"start":1707736996441,"stop":1707736996441,"duration":0}},{"uid":"4c183fb6cf8d4e82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4c183fb6cf8d4e82","status":"passed","time":{"start":1707736227459,"stop":1707736227460,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f1cf072d01d1fef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cf072d01d1fef5","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0}},{"uid":"e6d400f4a3527e24","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6d400f4a3527e24","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}},{"uid":"de5357600a98cbd6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de5357600a98cbd6","status":"passed","time":{"start":1707775602037,"stop":1707775602038,"duration":1}},{"uid":"3f6d40bdd863c457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f6d40bdd863c457","status":"passed","time":{"start":1707775390248,"stop":1707775390249,"duration":1}},{"uid":"fd6b6ff315a3e4cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd6b6ff315a3e4cb","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0}},{"uid":"3e64df922505717b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64df922505717b","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"3dacf59a99a7870c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dacf59a99a7870c","status":"passed","time":{"start":1707760301825,"stop":1707760301826,"duration":1}},{"uid":"7c8008e2d8a25c2e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c8008e2d8a25c2e","status":"passed","time":{"start":1707758006722,"stop":1707758006722,"duration":0}},{"uid":"cf994488b6ed7e25","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf994488b6ed7e25","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}},{"uid":"120544ef1469f6de","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/120544ef1469f6de","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"82d84836af779aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/82d84836af779aff","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}},{"uid":"f8e568b5c3a521aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e568b5c3a521aa","status":"passed","time":{"start":1707751162322,"stop":1707751162323,"duration":1}},{"uid":"ba207d7fe5daa813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba207d7fe5daa813","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"ef155c251581a8d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef155c251581a8d1","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8fdff327e4dc2d8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fdff327e4dc2d8c","status":"passed","time":{"start":1707793392504,"stop":1707793392504,"duration":0}},{"uid":"3d0d9b5ea8018d88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d0d9b5ea8018d88","status":"passed","time":{"start":1707778370029,"stop":1707778370030,"duration":1}},{"uid":"a51ff2599bb9fdd2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a51ff2599bb9fdd2","status":"passed","time":{"start":1707775644358,"stop":1707775644359,"duration":1}},{"uid":"8570d1fe6e895f5e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8570d1fe6e895f5e","status":"passed","time":{"start":1707775439258,"stop":1707775439262,"duration":4}},{"uid":"e532d69e23ee3d04","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e532d69e23ee3d04","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"66dd77dde71805d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66dd77dde71805d4","status":"passed","time":{"start":1707770140538,"stop":1707770140538,"duration":0}},{"uid":"42e5e4f878303342","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42e5e4f878303342","status":"passed","time":{"start":1707760337684,"stop":1707760337685,"duration":1}},{"uid":"eec72242692e3067","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eec72242692e3067","status":"passed","time":{"start":1707758026470,"stop":1707758026470,"duration":0}},{"uid":"25fc1d11d10a6e56","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25fc1d11d10a6e56","status":"passed","time":{"start":1707756656801,"stop":1707756656802,"duration":1}},{"uid":"a44872d84663ab45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a44872d84663ab45","status":"passed","time":{"start":1707753960365,"stop":1707753960366,"duration":1}},{"uid":"980407155e037407","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/980407155e037407","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"4ae99b71dc73f16","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4ae99b71dc73f16","status":"passed","time":{"start":1707751157939,"stop":1707751157940,"duration":1}},{"uid":"8f0623739e9141c7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f0623739e9141c7","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"f898c9c03d16718f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f898c9c03d16718f","status":"passed","time":{"start":1707736314166,"stop":1707736314166,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7b8e1753f1b7d61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7b8e1753f1b7d61","status":"passed","time":{"start":1707793012492,"stop":1707793012492,"duration":0}},{"uid":"a3e366274350c695","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e366274350c695","status":"passed","time":{"start":1707777977668,"stop":1707777977668,"duration":0}},{"uid":"df35730fd36dae3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df35730fd36dae3","status":"passed","time":{"start":1707775258458,"stop":1707775258459,"duration":1}},{"uid":"827810f7ae622e63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/827810f7ae622e63","status":"passed","time":{"start":1707775082021,"stop":1707775082021,"duration":0}},{"uid":"f2a0c66e0d5bb85a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2a0c66e0d5bb85a","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"duration":1}},{"uid":"59d8b2e6fd449946","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/59d8b2e6fd449946","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"5b543b744b56092","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b543b744b56092","status":"passed","time":{"start":1707759921457,"stop":1707759921457,"duration":0}},{"uid":"c3b16fb87b47a8ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c3b16fb87b47a8ab","status":"passed","time":{"start":1707757624879,"stop":1707757624879,"duration":0}},{"uid":"d9745d492cfcb75f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9745d492cfcb75f","status":"passed","time":{"start":1707756261777,"stop":1707756261789,"duration":12}},{"uid":"11306269f1b1949e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11306269f1b1949e","status":"passed","time":{"start":1707753651171,"stop":1707753651172,"duration":1}},{"uid":"f3eaf55c03c6232c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3eaf55c03c6232c","status":"passed","time":{"start":1707753409588,"stop":1707753409589,"duration":1}},{"uid":"666243f007cc99a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/666243f007cc99a3","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"69933920d44990b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69933920d44990b2","status":"passed","time":{"start":1707736708331,"stop":1707736708332,"duration":1}},{"uid":"fa0bb53930d4318f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa0bb53930d4318f","status":"passed","time":{"start":1707735914388,"stop":1707735914388,"duration":0}}]},"3644cf2ab2c6036dbfca5e2695b59e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64184a529804488","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64184a529804488","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d37bdf9ca026c299","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d37bdf9ca026c299","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0}},{"uid":"70753b71387e9735","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70753b71387e9735","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"6c98b4d4f789ef0d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c98b4d4f789ef0d","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"849163960a191ccb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/849163960a191ccb","status":"passed","time":{"start":1707775494284,"stop":1707775494285,"duration":1}},{"uid":"b455a83b718d67c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b455a83b718d67c5","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"duration":1}},{"uid":"2f941aaa291f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f941aaa291f8b2b","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"a8331662a99852b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a8331662a99852b1","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"c0d7abd67515db84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0d7abd67515db84","status":"passed","time":{"start":1707758004334,"stop":1707758004335,"duration":1}},{"uid":"cf28ca892e8b02f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf28ca892e8b02f2","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"a4217d4a9ff3a3bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4217d4a9ff3a3bb","status":"passed","time":{"start":1707754051793,"stop":1707754051794,"duration":1}},{"uid":"1c78ef1a3d2ef429","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c78ef1a3d2ef429","status":"passed","time":{"start":1707753877933,"stop":1707753877934,"duration":1}},{"uid":"49bc1b53e0a110f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49bc1b53e0a110f5","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"3579713f11b79289","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3579713f11b79289","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"103c2f841467570e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/103c2f841467570e","status":"passed","time":{"start":1707736353045,"stop":1707736353046,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e8aea029968444ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8aea029968444ca","status":"passed","time":{"start":1707793238878,"stop":1707793238878,"duration":0}},{"uid":"1f31ef90e41397e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f31ef90e41397e2","status":"passed","time":{"start":1707778202502,"stop":1707778202503,"duration":1}},{"uid":"d10909b684c2ae75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10909b684c2ae75","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}},{"uid":"99b1e1c4b811f38a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/99b1e1c4b811f38a","status":"passed","time":{"start":1707775300141,"stop":1707775300142,"duration":1}},{"uid":"19e935d1e81ff009","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19e935d1e81ff009","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0}},{"uid":"f55891f4b8471b89","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f55891f4b8471b89","status":"passed","time":{"start":1707770051400,"stop":1707770051401,"duration":1}},{"uid":"249e7ec1f5f147a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/249e7ec1f5f147a8","status":"passed","time":{"start":1707760174030,"stop":1707760174030,"duration":0}},{"uid":"f7d72115396f7f07","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7d72115396f7f07","status":"passed","time":{"start":1707757873930,"stop":1707757873931,"duration":1}},{"uid":"b34664dd9d64f18d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b34664dd9d64f18d","status":"passed","time":{"start":1707756499919,"stop":1707756499920,"duration":1}},{"uid":"f8fa12546c8d6492","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8fa12546c8d6492","status":"passed","time":{"start":1707753870469,"stop":1707753870470,"duration":1}},{"uid":"6ad26f884de79a74","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ad26f884de79a74","status":"passed","time":{"start":1707753647524,"stop":1707753647524,"duration":0}},{"uid":"2404fc7c302faf92","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2404fc7c302faf92","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}},{"uid":"956e6294360ff19f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/956e6294360ff19f","status":"passed","time":{"start":1707736947855,"stop":1707736947856,"duration":1}},{"uid":"bd87b2921dc3c2a2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd87b2921dc3c2a2","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"8df5bd76140ef9a1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8df5bd76140ef9a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446747,"stop":1707793446747,"duration":0}},{"uid":"778d8f2d93958b7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/778d8f2d93958b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"9e84d9ee33c7d5b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9e84d9ee33c7d5b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685033,"stop":1707775685033,"duration":0}},{"uid":"4f2c7feb59634139","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f2c7feb59634139","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494283,"stop":1707775494283,"duration":0}},{"uid":"9c33f51acf880c35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c33f51acf880c35","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424184,"stop":1707770424185,"duration":1}},{"uid":"440fea619bd26874","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/440fea619bd26874","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"f33dadf00c173957","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f33dadf00c173957","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"8c6415432086d7df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c6415432086d7df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004333,"stop":1707758004334,"duration":1}},{"uid":"870b80b96cc6d257","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/870b80b96cc6d257","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690168,"stop":1707756690168,"duration":0}},{"uid":"c1386e23fb5335d4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1386e23fb5335d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051792,"stop":1707754051793,"duration":1}},{"uid":"8127882717d07a28","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8127882717d07a28","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877933,"duration":1}},{"uid":"91e19e246e39d848","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91e19e246e39d848","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"c5560aba84676d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5560aba84676d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"5cc4959e95e45234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5cc4959e95e45234","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353045,"duration":1}}]},"32852d7fe4e42e7aa10d64bebbd76943:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5a800e43106387b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a800e43106387b","status":"passed","time":{"start":1707753793191,"stop":1707753793192,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9126998c0e0009d3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9126998c0e0009d3","status":"passed","time":{"start":1707793238863,"stop":1707793238863,"duration":0}},{"uid":"8a63a625bea2c734","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8a63a625bea2c734","status":"passed","time":{"start":1707778202465,"stop":1707778202465,"duration":0}},{"uid":"cb77288e83bc6420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb77288e83bc6420","status":"passed","time":{"start":1707775486610,"stop":1707775486611,"duration":1}},{"uid":"bdc292025058f92d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bdc292025058f92d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"64ad4566edf3b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64ad4566edf3b3","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"6c0a06525ea9f710","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6c0a06525ea9f710","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"5de92636bf5b0f62","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de92636bf5b0f62","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"2f233caf7fb7544e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2f233caf7fb7544e","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"901563a21e85970c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/901563a21e85970c","status":"passed","time":{"start":1707756499897,"stop":1707756499897,"duration":0}},{"uid":"f2f9c968c08ee088","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f2f9c968c08ee088","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"bc2ff16e557cdbe6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc2ff16e557cdbe6","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"c853cb973d1e1d35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c853cb973d1e1d35","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"b3e66071fc5a4855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3e66071fc5a4855","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"660b20aee85f75d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/660b20aee85f75d5","status":"passed","time":{"start":1707736152497,"stop":1707736152497,"duration":0}}]},"7cc93d943f21a50a89e1bd97a5c988f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ee4f890d81643d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59ee4f890d81643d","status":"passed","time":{"start":1707736322669,"stop":1707736322669,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"3bca0451dfab9f6d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3bca0451dfab9f6d","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0}},{"uid":"bf14adca4d0a2e1a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bf14adca4d0a2e1a","status":"passed","time":{"start":1707778386473,"stop":1707778386473,"duration":0}},{"uid":"10957465422b7039","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10957465422b7039","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"630e16a1e2e176ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/630e16a1e2e176ba","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"240e71e5552a62ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/240e71e5552a62ef","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1}},{"uid":"33437121ec39300","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33437121ec39300","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"568051d45e2b12cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/568051d45e2b12cb","status":"passed","time":{"start":1707760335939,"stop":1707760335939,"duration":0}},{"uid":"d6ec2e4999983368","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6ec2e4999983368","status":"passed","time":{"start":1707758023526,"stop":1707758023527,"duration":1}},{"uid":"516c23da6fcc8a45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/516c23da6fcc8a45","status":"passed","time":{"start":1707756663996,"stop":1707756663997,"duration":1}},{"uid":"8bc61d4cd0631a9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bc61d4cd0631a9b","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707753717351,"stop":1707753717351,"duration":0}},{"uid":"ffb1399d2efb071a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ffb1399d2efb071a","status":"passed","time":{"start":1707753837160,"stop":1707753837160,"duration":0}},{"uid":"4bb71edf1cfc1930","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bb71edf1cfc1930","status":"passed","time":{"start":1707751136278,"stop":1707751136278,"duration":0}},{"uid":"d2ece1d3960f80e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2ece1d3960f80e6","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"deb0513d2e93cd8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb0513d2e93cd8d","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e8a0017d478caab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a0017d478caab7","status":"passed","time":{"start":1707792800803,"stop":1707792800803,"duration":0}},{"uid":"82166c26908364a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82166c26908364a2","status":"passed","time":{"start":1707777749833,"stop":1707777749833,"duration":0}},{"uid":"976401d0c79e74cd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/976401d0c79e74cd","status":"passed","time":{"start":1707775026259,"stop":1707775026260,"duration":1}},{"uid":"1c3b813d1b08c814","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c3b813d1b08c814","status":"passed","time":{"start":1707774827845,"stop":1707774827845,"duration":0}},{"uid":"cbcd6eec7a240254","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbcd6eec7a240254","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"duration":1}},{"uid":"a5d889a19831c67c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5d889a19831c67c","status":"passed","time":{"start":1707769628074,"stop":1707769628075,"duration":1}},{"uid":"f3657bd024b5e49f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f3657bd024b5e49f","status":"passed","time":{"start":1707759722861,"stop":1707759722862,"duration":1}},{"uid":"f6802897ea72b351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f6802897ea72b351","status":"passed","time":{"start":1707757417654,"stop":1707757417655,"duration":1}},{"uid":"b86c5a85c313e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b86c5a85c313e926","status":"passed","time":{"start":1707756047285,"stop":1707756047286,"duration":1}},{"uid":"7de8d6ae14799bb3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7de8d6ae14799bb3","status":"passed","time":{"start":1707753465431,"stop":1707753465432,"duration":1}},{"uid":"1e5daed8f7f45362","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e5daed8f7f45362","status":"passed","time":{"start":1707753193770,"stop":1707753193771,"duration":1}},{"uid":"f8142957b45944a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8142957b45944a1","status":"passed","time":{"start":1707750594355,"stop":1707750594355,"duration":0}},{"uid":"9c2c9fc6db1d4039","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c2c9fc6db1d4039","status":"passed","time":{"start":1707736511727,"stop":1707736511727,"duration":0}},{"uid":"b5c67fca214b7148","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5c67fca214b7148","status":"passed","time":{"start":1707735693119,"stop":1707735693120,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"827f6b5b66c8c251","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/827f6b5b66c8c251","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0}},{"uid":"a7df679d87a75ee2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7df679d87a75ee2","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"bd8caf93f4b4a227","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd8caf93f4b4a227","status":"passed","time":{"start":1707775026263,"stop":1707775026264,"duration":1}},{"uid":"670f1b79f6b81175","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/670f1b79f6b81175","status":"passed","time":{"start":1707774827853,"stop":1707774827854,"duration":1}},{"uid":"e7dbfed8acf6fed5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7dbfed8acf6fed5","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1}},{"uid":"a341209d23574275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a341209d23574275","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"270460c103dc732","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/270460c103dc732","status":"passed","time":{"start":1707759722864,"stop":1707759722865,"duration":1}},{"uid":"bee1e336b803dc1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bee1e336b803dc1e","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"9c8d6813359de50f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9c8d6813359de50f","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"57d1643b12820acd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d1643b12820acd","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"29ab616a8544ae22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29ab616a8544ae22","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"2cdb817bcb23ddef","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cdb817bcb23ddef","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"4d1d657fb82f116f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d1d657fb82f116f","status":"passed","time":{"start":1707736511736,"stop":1707736511736,"duration":0}},{"uid":"77a8f1c7ef0e7c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77a8f1c7ef0e7c82","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f30c4d648d5f260","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f30c4d648d5f260","status":"passed","time":{"start":1707793304790,"stop":1707793304791,"duration":1}},{"uid":"cec9de4acc1a65be","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cec9de4acc1a65be","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"a986a192f53387df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a986a192f53387df","status":"passed","time":{"start":1707775545752,"stop":1707775545753,"duration":1}},{"uid":"82a15c0c2c46e4f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82a15c0c2c46e4f6","status":"passed","time":{"start":1707775359974,"stop":1707775359974,"duration":0}},{"uid":"25d9a13ae4ee3cde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25d9a13ae4ee3cde","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"7bf4749211d7f12e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bf4749211d7f12e","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"8771af825def1f19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8771af825def1f19","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"8c408788dc95fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c408788dc95fe5","status":"passed","time":{"start":1707757936373,"stop":1707757936373,"duration":0}},{"uid":"6c4bf0f469ec4f15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c4bf0f469ec4f15","status":"passed","time":{"start":1707756564919,"stop":1707756564920,"duration":1}},{"uid":"2dea430cae2e2118","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2dea430cae2e2118","status":"passed","time":{"start":1707753906991,"stop":1707753906991,"duration":0}},{"uid":"9230a19d4888bbdc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9230a19d4888bbdc","status":"passed","time":{"start":1707753724180,"stop":1707753724181,"duration":1}},{"uid":"bf5f33435e12c808","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf5f33435e12c808","status":"passed","time":{"start":1707751082968,"stop":1707751082969,"duration":1}},{"uid":"8f33f9090e6292a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f33f9090e6292a9","status":"passed","time":{"start":1707736227480,"stop":1707736227480,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4781ee06593ce431","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4781ee06593ce431","status":"passed","time":{"start":1707793142781,"stop":1707793142787,"duration":6}},{"uid":"29ae36d2d4cb97b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29ae36d2d4cb97b3","status":"passed","time":{"start":1707778103144,"stop":1707778103144,"duration":0}},{"uid":"f41203857e283a39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f41203857e283a39","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"bcb1f81d341cecd9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bcb1f81d341cecd9","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"ffac6cbe2c336ba9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffac6cbe2c336ba9","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"duration":1}},{"uid":"9982c682a0e47f4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9982c682a0e47f4f","status":"passed","time":{"start":1707769979913,"stop":1707769979913,"duration":0}},{"uid":"ff52e68220918503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff52e68220918503","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"be09a13a45e386d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be09a13a45e386d8","status":"passed","time":{"start":1707757782365,"stop":1707757782366,"duration":1}},{"uid":"bfc6ce3a3ad52daf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfc6ce3a3ad52daf","status":"passed","time":{"start":1707756396098,"stop":1707756396099,"duration":1}},{"uid":"442f5ce217f74fa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/442f5ce217f74fa9","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"c44137653985dc83","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c44137653985dc83","status":"passed","time":{"start":1707753563061,"stop":1707753563062,"duration":1}},{"uid":"60ee9b5f0aa81951","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60ee9b5f0aa81951","status":"passed","time":{"start":1707750940648,"stop":1707750940649,"duration":1}},{"uid":"4885e41331d8f209","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4885e41331d8f209","status":"passed","time":{"start":1707736870542,"stop":1707736870542,"duration":0}},{"uid":"84442364052af49","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84442364052af49","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"2655c6cc6d6dabd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2655c6cc6d6dabd","status":"passed","time":{"start":1707793243275,"stop":1707793243275,"duration":0}},{"uid":"3eacc6214db404fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3eacc6214db404fd","status":"passed","time":{"start":1707778194716,"stop":1707778194717,"duration":1}},{"uid":"98e786fa99ac35ea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98e786fa99ac35ea","status":"passed","time":{"start":1707775487315,"stop":1707775487316,"duration":1}},{"uid":"aa43f3107db2e970","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa43f3107db2e970","status":"passed","time":{"start":1707775286620,"stop":1707775286620,"duration":0}},{"uid":"4f71c2d4fda46ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f71c2d4fda46ac5","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"duration":1}},{"uid":"d4678a364cba65a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d4678a364cba65a6","status":"passed","time":{"start":1707770006112,"stop":1707770006112,"duration":0}},{"uid":"615104577f56529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/615104577f56529b","status":"passed","time":{"start":1707760178495,"stop":1707760178496,"duration":1}},{"uid":"e141acbb815f2b86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e141acbb815f2b86","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"1d2d3224c5c0731d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d2d3224c5c0731d","status":"passed","time":{"start":1707756509482,"stop":1707756509482,"duration":0}},{"uid":"3c77c8d009362f37","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c77c8d009362f37","status":"passed","time":{"start":1707753810714,"stop":1707753810715,"duration":1}},{"uid":"8f8a83c954601ebe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8f8a83c954601ebe","status":"passed","time":{"start":1707753662126,"stop":1707753662127,"duration":1}},{"uid":"95eb853c488c2ad5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95eb853c488c2ad5","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020601,"stop":1707751020601,"duration":0}},{"uid":"63a255dd8da98744","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63a255dd8da98744","status":"passed","time":{"start":1707736955776,"stop":1707736955777,"duration":1}},{"uid":"bd350bddf5b30cc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd350bddf5b30cc3","status":"passed","time":{"start":1707736167316,"stop":1707736167317,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c65db1aa2746771","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c65db1aa2746771","status":"passed","time":{"start":1707792800005,"stop":1707792800005,"duration":0}},{"uid":"e2b07ffa4d694a0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2b07ffa4d694a0d","status":"passed","time":{"start":1707777749093,"stop":1707777749093,"duration":0}},{"uid":"8900b4b9aa24f081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8900b4b9aa24f081","status":"passed","time":{"start":1707775025526,"stop":1707775025527,"duration":1}},{"uid":"4d33a4e248f8812e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d33a4e248f8812e","status":"passed","time":{"start":1707774827058,"stop":1707774827058,"duration":0}},{"uid":"1324ff50fdeacbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1324ff50fdeacbe","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"duration":0}},{"uid":"4ba62f8ec7b26733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ba62f8ec7b26733","status":"passed","time":{"start":1707769627289,"stop":1707769627290,"duration":1}},{"uid":"2428b88b819c1f2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2428b88b819c1f2d","status":"passed","time":{"start":1707759722029,"stop":1707759722029,"duration":0}},{"uid":"8ca4bf989233d874","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ca4bf989233d874","status":"passed","time":{"start":1707757416838,"stop":1707757416838,"duration":0}},{"uid":"f4fe8ebb24cb1310","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f4fe8ebb24cb1310","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"956c45b3c53a98c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956c45b3c53a98c8","status":"passed","time":{"start":1707753464666,"stop":1707753464666,"duration":0}},{"uid":"38dc2f6ebf62c60f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/38dc2f6ebf62c60f","status":"passed","time":{"start":1707753192935,"stop":1707753192936,"duration":1}},{"uid":"1ce4773de5794b42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ce4773de5794b42","status":"passed","time":{"start":1707750593505,"stop":1707750593505,"duration":0}},{"uid":"819fca6914a39ed6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/819fca6914a39ed6","status":"passed","time":{"start":1707736510878,"stop":1707736510878,"duration":0}},{"uid":"ba6314280fcfcbb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ba6314280fcfcbb","status":"passed","time":{"start":1707735692287,"stop":1707735692288,"duration":1}}]},"af907ed3aa81309159ed6c6210dfc451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bc512af02f426a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bc512af02f426a8","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f8805146267fb32","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f8805146267fb32","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"duration":0}},{"uid":"bd8a7b0340345d6c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd8a7b0340345d6c","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"85799f12127a4eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85799f12127a4eb2","status":"passed","time":{"start":1707775685022,"stop":1707775685023,"duration":1}},{"uid":"d1e0f79b65b8d3ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e0f79b65b8d3ac","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"466e05eadd30d8d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/466e05eadd30d8d4","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"39708790a5133a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/39708790a5133a72","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"5c3c9585e96c785d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5c3c9585e96c785d","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"ba48c0033b9a8696","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba48c0033b9a8696","status":"passed","time":{"start":1707758004305,"stop":1707758004306,"duration":1}},{"uid":"db4af413ffc2a657","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db4af413ffc2a657","status":"passed","time":{"start":1707756690159,"stop":1707756690160,"duration":1}},{"uid":"d8185739895d643","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8185739895d643","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"afdc593e4fbc36d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afdc593e4fbc36d7","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"ca936594cd8bdcd5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca936594cd8bdcd5","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"f0b2e9cbfcf3302f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f0b2e9cbfcf3302f","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"7e9835b0b4dcc87a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e9835b0b4dcc87a","status":"passed","time":{"start":1707736353034,"stop":1707736353035,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a8c1478ec64ecab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a8c1478ec64ecab","status":"passed","time":{"start":1707793446751,"stop":1707793446751,"duration":0}},{"uid":"54529b8c778694b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54529b8c778694b1","status":"passed","time":{"start":1707778413528,"stop":1707778413529,"duration":1}},{"uid":"eb0055ac9f133ff5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb0055ac9f133ff5","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"f0851370c7b6f999","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0851370c7b6f999","status":"passed","time":{"start":1707775494287,"stop":1707775494288,"duration":1}},{"uid":"89ae457aedf653e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89ae457aedf653e7","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"duration":1}},{"uid":"4b6787da474a470f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b6787da474a470f","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"7fc0f068f288519f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7fc0f068f288519f","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"55e3d9899fe755b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/55e3d9899fe755b","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"a4c2aaf497b0bb94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4c2aaf497b0bb94","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"18da12c2f931c623","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18da12c2f931c623","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"f07c60d78160a5b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f07c60d78160a5b4","status":"passed","time":{"start":1707751228969,"stop":1707751228970,"duration":1}},{"uid":"2beb8d8948dfb6b4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2beb8d8948dfb6b4","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"e6228c18373b57b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6228c18373b57b6","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9cefff742611fac","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9cefff742611fac","status":"passed","time":{"start":1707793168679,"stop":1707793168680,"duration":1}},{"uid":"dd6238452814f0bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd6238452814f0bd","status":"passed","time":{"start":1707778126347,"stop":1707778126347,"duration":0}},{"uid":"e512ba5ab25ecd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e512ba5ab25ecd8c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"3fb7d7feb8e73c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3fb7d7feb8e73c3d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"df1703d69d19d502","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df1703d69d19d502","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"duration":1}},{"uid":"a78aca599619387d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a78aca599619387d","status":"passed","time":{"start":1707769994543,"stop":1707769994543,"duration":0}},{"uid":"5d0b5a4aafdac703","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d0b5a4aafdac703","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"4d9f311c593ceaf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4d9f311c593ceaf0","status":"passed","time":{"start":1707757804296,"stop":1707757804296,"duration":0}},{"uid":"bde408fa1a0d7aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde408fa1a0d7aff","status":"passed","time":{"start":1707756422347,"stop":1707756422348,"duration":1}},{"uid":"839083a83afc1be0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/839083a83afc1be0","status":"passed","time":{"start":1707753796549,"stop":1707753796549,"duration":0}},{"uid":"70f38ae6bd517022","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70f38ae6bd517022","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"3f50f99e5f04c610","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3f50f99e5f04c610","status":"passed","time":{"start":1707750964804,"stop":1707750964805,"duration":1}},{"uid":"5b6110ca92ea16a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5b6110ca92ea16a8","status":"passed","time":{"start":1707736890438,"stop":1707736890438,"duration":0}},{"uid":"ec2b32b3e29f611d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec2b32b3e29f611d","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"69435645beb283fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69435645beb283fd","status":"passed","time":{"start":1707793028272,"stop":1707793028273,"duration":1}},{"uid":"60517de0205fa7f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/60517de0205fa7f7","status":"passed","time":{"start":1707777972996,"stop":1707777972996,"duration":0}},{"uid":"e4ec8411f2aab33d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4ec8411f2aab33d","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"cc9b547ca7357704","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc9b547ca7357704","status":"passed","time":{"start":1707775050814,"stop":1707775050815,"duration":1}},{"uid":"2bf41d136a36cdf4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bf41d136a36cdf4","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"894d8778086b23e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/894d8778086b23e6","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"3e83cceaca861151","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e83cceaca861151","status":"passed","time":{"start":1707759965185,"stop":1707759965190,"duration":5}},{"uid":"1969ee0bea207ea7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1969ee0bea207ea7","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"dca1d5b94eb2e652","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dca1d5b94eb2e652","status":"passed","time":{"start":1707756267901,"stop":1707756267901,"duration":0}},{"uid":"cb42f875a184a0bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cb42f875a184a0bc","status":"passed","time":{"start":1707753668026,"stop":1707753668026,"duration":0}},{"uid":"10bb218a9f6ffd81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10bb218a9f6ffd81","status":"passed","time":{"start":1707753423533,"stop":1707753423533,"duration":0}},{"uid":"b1d822b8c9b698c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1d822b8c9b698c","status":"passed","time":{"start":1707750796026,"stop":1707750796027,"duration":1}},{"uid":"f7a4614630b55245","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7a4614630b55245","status":"passed","time":{"start":1707736730641,"stop":1707736730641,"duration":0}},{"uid":"509da57a343fefcb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/509da57a343fefcb","status":"passed","time":{"start":1707735912116,"stop":1707735912116,"duration":0}}]},"6078532d21bb0f83b6b0130df743129c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fce8cd615f0f829c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce8cd615f0f829c","status":"passed","time":{"start":1707793371102,"stop":1707793371103,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bcdbb07592fbffdc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcdbb07592fbffdc","status":"passed","time":{"start":1707792929580,"stop":1707792929580,"duration":0}},{"uid":"c96795d77e30ffb9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c96795d77e30ffb9","status":"passed","time":{"start":1707777877646,"stop":1707777877647,"duration":1}},{"uid":"57ec456a3c55ecfa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/57ec456a3c55ecfa","status":"passed","time":{"start":1707775153019,"stop":1707775153021,"duration":2}},{"uid":"602de35daa0336db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/602de35daa0336db","status":"passed","time":{"start":1707774951832,"stop":1707774951832,"duration":0}},{"uid":"d2c12001bf7b22e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d2c12001bf7b22e8","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"duration":1}},{"uid":"1f9206ce9166b275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1f9206ce9166b275","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"1df877223612d43a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1df877223612d43a","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"d9a05fc9f6e4624d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9a05fc9f6e4624d","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"f67e74dacf89808","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f67e74dacf89808","status":"passed","time":{"start":1707756167200,"stop":1707756167200,"duration":0}},{"uid":"9dea511f9431d091","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9dea511f9431d091","status":"passed","time":{"start":1707753584061,"stop":1707753584062,"duration":1}},{"uid":"67c1322e966e0ec9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/67c1322e966e0ec9","status":"passed","time":{"start":1707753331771,"stop":1707753331771,"duration":0}},{"uid":"9ef4663ec0a1ce42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ef4663ec0a1ce42","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"25617197966c5d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25617197966c5d60","status":"passed","time":{"start":1707736636443,"stop":1707736636443,"duration":0}},{"uid":"b6ae33f2ccaa957d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6ae33f2ccaa957d","status":"passed","time":{"start":1707735825261,"stop":1707735825262,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4a0c3cbee3049418","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a0c3cbee3049418","status":"passed","time":{"start":1707792820888,"stop":1707792820890,"duration":2}},{"uid":"fdabf0aad5fd76a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdabf0aad5fd76a2","status":"passed","time":{"start":1707777770256,"stop":1707777770257,"duration":1}},{"uid":"bfcc6436665e3a2f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bfcc6436665e3a2f","status":"passed","time":{"start":1707775046368,"stop":1707775046370,"duration":2}},{"uid":"5a26b47b8cbe79c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a26b47b8cbe79c8","status":"passed","time":{"start":1707774848380,"stop":1707774848381,"duration":1}},{"uid":"1ccf49d747dc5fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ccf49d747dc5fa","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2}},{"uid":"7ce278047618c6f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7ce278047618c6f9","status":"passed","time":{"start":1707769648569,"stop":1707769648571,"duration":2}},{"uid":"81febed390ad7055","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81febed390ad7055","status":"passed","time":{"start":1707759743250,"stop":1707759743251,"duration":1}},{"uid":"dc654556a8a176aa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc654556a8a176aa","status":"passed","time":{"start":1707757438363,"stop":1707757438365,"duration":2}},{"uid":"d686d05450fe6c73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d686d05450fe6c73","status":"passed","time":{"start":1707756067006,"stop":1707756067007,"duration":1}},{"uid":"a5142ca8ab778649","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5142ca8ab778649","status":"passed","time":{"start":1707753485646,"stop":1707753485648,"duration":2}},{"uid":"3acc6c316254a3e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3acc6c316254a3e5","status":"passed","time":{"start":1707753214691,"stop":1707753214693,"duration":2}},{"uid":"b00e9bdad8affe8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b00e9bdad8affe8b","status":"passed","time":{"start":1707750614683,"stop":1707750614685,"duration":2}},{"uid":"8faefa10aaea54d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8faefa10aaea54d1","status":"passed","time":{"start":1707736532270,"stop":1707736532271,"duration":1}},{"uid":"7b751ccaed761bc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b751ccaed761bc9","status":"passed","time":{"start":1707735714118,"stop":1707735714120,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"53aa408e706b2006","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53aa408e706b2006","status":"passed","time":{"start":1707793168668,"stop":1707793168669,"duration":1}},{"uid":"242502914ec36548","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/242502914ec36548","status":"passed","time":{"start":1707778126340,"stop":1707778126340,"duration":0}},{"uid":"2bcbe4f609c2865d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2bcbe4f609c2865d","status":"passed","time":{"start":1707775409480,"stop":1707775409481,"duration":1}},{"uid":"4f1b0a15e5d5ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f1b0a15e5d5ed31","status":"passed","time":{"start":1707775219992,"stop":1707775219992,"duration":0}},{"uid":"467b4306f625b701","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/467b4306f625b701","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0}},{"uid":"eee8bbb6d72d57a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8bbb6d72d57a1","status":"passed","time":{"start":1707769994532,"stop":1707769994533,"duration":1}},{"uid":"aef7a8d07c11b040","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aef7a8d07c11b040","status":"passed","time":{"start":1707760106452,"stop":1707760106452,"duration":0}},{"uid":"f669ec714824f9cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f669ec714824f9cf","status":"passed","time":{"start":1707757804290,"stop":1707757804291,"duration":1}},{"uid":"265430b22d1b95df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/265430b22d1b95df","status":"passed","time":{"start":1707756422340,"stop":1707756422340,"duration":0}},{"uid":"dfd63d773a9c06fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfd63d773a9c06fe","status":"passed","time":{"start":1707753796544,"stop":1707753796544,"duration":0}},{"uid":"49075e0783f88680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49075e0783f88680","status":"passed","time":{"start":1707753586158,"stop":1707753586158,"duration":0}},{"uid":"771c43a22dbfa6d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/771c43a22dbfa6d9","status":"passed","time":{"start":1707750964798,"stop":1707750964798,"duration":0}},{"uid":"ea69d32b12ab9d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ea69d32b12ab9d2b","status":"passed","time":{"start":1707736890432,"stop":1707736890432,"duration":0}},{"uid":"54d9c181c9e6e416","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/54d9c181c9e6e416","status":"passed","time":{"start":1707736096385,"stop":1707736096386,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"74fde2bcae1c3fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74fde2bcae1c3fc","status":"passed","time":{"start":1707793012467,"stop":1707793012468,"duration":1}},{"uid":"bd92c753a61a8482","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd92c753a61a8482","status":"passed","time":{"start":1707777977661,"stop":1707777977662,"duration":1}},{"uid":"85a01526820cd509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85a01526820cd509","status":"passed","time":{"start":1707775258452,"stop":1707775258452,"duration":0}},{"uid":"ea7f7ab1f13272ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7f7ab1f13272ee","status":"passed","time":{"start":1707775082009,"stop":1707775082009,"duration":0}},{"uid":"1b1ae8d6897a48a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b1ae8d6897a48a2","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1}},{"uid":"529846db92f00bf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/529846db92f00bf0","status":"passed","time":{"start":1707769841893,"stop":1707769841893,"duration":0}},{"uid":"dcfd4c63729271a1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcfd4c63729271a1","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"577b1910d4652e40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/577b1910d4652e40","status":"passed","time":{"start":1707757624872,"stop":1707757624873,"duration":1}},{"uid":"e85b7ed8e893e348","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e85b7ed8e893e348","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"a94c8e402ceb8bac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a94c8e402ceb8bac","status":"passed","time":{"start":1707753651142,"stop":1707753651143,"duration":1}},{"uid":"d60578654f12eb54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d60578654f12eb54","status":"passed","time":{"start":1707753409581,"stop":1707753409582,"duration":1}},{"uid":"355d1a3b5aee626a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/355d1a3b5aee626a","status":"passed","time":{"start":1707750722040,"stop":1707750722040,"duration":0}},{"uid":"fa7a4c1f5e19e4d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fa7a4c1f5e19e4d7","status":"passed","time":{"start":1707736708323,"stop":1707736708324,"duration":1}},{"uid":"da345a2917cff7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da345a2917cff7b1","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8fd845bf60bcad5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8fd845bf60bcad5","status":"passed","time":{"start":1707793400887,"stop":1707793400888,"duration":1}},{"uid":"a93224d4cd667227","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a93224d4cd667227","status":"passed","time":{"start":1707778381869,"stop":1707778381870,"duration":1}},{"uid":"c60245b569cc340b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c60245b569cc340b","status":"passed","time":{"start":1707775653207,"stop":1707775653208,"duration":1}},{"uid":"8b68c657ecdfd37f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b68c657ecdfd37f","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"98adbce2d2dceb3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98adbce2d2dceb3d","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1}},{"uid":"b8c56c3a9a73aced","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8c56c3a9a73aced","status":"passed","time":{"start":1707770169175,"stop":1707770169175,"duration":0}},{"uid":"2282992c48cebf2c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2282992c48cebf2c","status":"passed","time":{"start":1707760345981,"stop":1707760345981,"duration":0}},{"uid":"4ade5f67fc4ac2d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ade5f67fc4ac2d5","status":"passed","time":{"start":1707758029745,"stop":1707758029745,"duration":0}},{"uid":"905cb79f39d19935","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/905cb79f39d19935","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"4f5158314ef3cec8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f5158314ef3cec8","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"704d4635e9e84a87","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/704d4635e9e84a87","status":"passed","time":{"start":1707753832679,"stop":1707753832680,"duration":1}},{"uid":"a78bd5084cc6fbc8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a78bd5084cc6fbc8","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"9c06c40b4972fc9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06c40b4972fc9d","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82e99f2ca6fbc61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/82e99f2ca6fbc61","status":"passed","time":{"start":1707793383649,"stop":1707793383649,"duration":0}},{"uid":"4ee89297ddb10969","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ee89297ddb10969","status":"passed","time":{"start":1707778343611,"stop":1707778343611,"duration":0}},{"uid":"27e8e9eee69d5fae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e8e9eee69d5fae","status":"passed","time":{"start":1707775620186,"stop":1707775620186,"duration":0}},{"uid":"d8d8477f12a82872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d8477f12a82872","status":"passed","time":{"start":1707775421262,"stop":1707775421262,"duration":0}},{"uid":"bebf2fc8d9346465","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bebf2fc8d9346465","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1}},{"uid":"17ec1b8935d883fe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/17ec1b8935d883fe","status":"passed","time":{"start":1707770126645,"stop":1707770126645,"duration":0}},{"uid":"5aae3dc18748b85f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5aae3dc18748b85f","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"36b74084b575c428","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36b74084b575c428","status":"passed","time":{"start":1707758011520,"stop":1707758011521,"duration":1}},{"uid":"9f1dba36dd99b918","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f1dba36dd99b918","status":"passed","time":{"start":1707756635733,"stop":1707756635735,"duration":2}},{"uid":"9f7a3a90350b9769","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7a3a90350b9769","status":"passed","time":{"start":1707753934637,"stop":1707753934637,"duration":0}},{"uid":"6e3e2887b8f373d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e3e2887b8f373d8","status":"passed","time":{"start":1707753799509,"stop":1707753799509,"duration":0}},{"uid":"f7914ffd657a4c77","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7914ffd657a4c77","status":"passed","time":{"start":1707751117568,"stop":1707751117569,"duration":1}},{"uid":"a42fa555857b7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a42fa555857b7d6b","status":"passed","time":{"start":1707737090803,"stop":1707737090804,"duration":1}},{"uid":"cbe78c91e0c616ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbe78c91e0c616ac","status":"passed","time":{"start":1707736296306,"stop":1707736296306,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5eb7315e4fea1283","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5eb7315e4fea1283","status":"passed","time":{"start":1707793370622,"stop":1707793370622,"duration":0}},{"uid":"7e2e73360393520e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2e73360393520e","status":"passed","time":{"start":1707778386470,"stop":1707778386470,"duration":0}},{"uid":"570fa34f0847c869","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/570fa34f0847c869","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"9daeefbd842ea10c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9daeefbd842ea10c","status":"passed","time":{"start":1707775461880,"stop":1707775461881,"duration":1}},{"uid":"2280f1e5d8b4fa0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2280f1e5d8b4fa0f","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1}},{"uid":"7e35825bd92fc32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e35825bd92fc32c","status":"passed","time":{"start":1707770208538,"stop":1707770208539,"duration":1}},{"uid":"cb748bf0f070afa3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb748bf0f070afa3","status":"passed","time":{"start":1707760335935,"stop":1707760335936,"duration":1}},{"uid":"ec001650cf13bd77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec001650cf13bd77","status":"passed","time":{"start":1707758023523,"stop":1707758023524,"duration":1}},{"uid":"6a79c1750f40f21c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a79c1750f40f21c","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"4bca95dbc112009e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bca95dbc112009e","status":"passed","time":{"start":1707753717336,"stop":1707753717337,"duration":1}},{"uid":"e144ebd14bb34628","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e144ebd14bb34628","status":"passed","time":{"start":1707753837156,"stop":1707753837156,"duration":0}},{"uid":"de4a02fe6196d34f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4a02fe6196d34f","status":"passed","time":{"start":1707751136275,"stop":1707751136276,"duration":1}},{"uid":"63c1d54487a7af5a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63c1d54487a7af5a","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"9aac717b2c451772","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9aac717b2c451772","status":"passed","time":{"start":1707736322647,"stop":1707736322648,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b15935f5c06d11ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b15935f5c06d11ee","status":"passed","time":{"start":1707793142778,"stop":1707793142779,"duration":1}},{"uid":"81a804ffacd6603","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81a804ffacd6603","status":"passed","time":{"start":1707778103138,"stop":1707778103141,"duration":3}},{"uid":"b9b9aa01ab6fdc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b9aa01ab6fdc1","status":"passed","time":{"start":1707775384050,"stop":1707775384051,"duration":1}},{"uid":"47630c56894ba526","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/47630c56894ba526","status":"passed","time":{"start":1707775193312,"stop":1707775193312,"duration":0}},{"uid":"d093bfbd114b3b97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d093bfbd114b3b97","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"duration":1}},{"uid":"144d725ef6aeedd6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/144d725ef6aeedd6","status":"passed","time":{"start":1707769979911,"stop":1707769979912,"duration":1}},{"uid":"12cc1a28f8fd9b92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/12cc1a28f8fd9b92","status":"passed","time":{"start":1707760084095,"stop":1707760084096,"duration":1}},{"uid":"d6c49256a23a44a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6c49256a23a44a8","status":"passed","time":{"start":1707757782364,"stop":1707757782364,"duration":0}},{"uid":"5e685df17f67e737","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e685df17f67e737","status":"passed","time":{"start":1707756396096,"stop":1707756396097,"duration":1}},{"uid":"df4a17a60a7a35d5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/df4a17a60a7a35d5","status":"passed","time":{"start":1707753781748,"stop":1707753781753,"duration":5}},{"uid":"fd709971852be909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fd709971852be909","status":"passed","time":{"start":1707753563055,"stop":1707753563056,"duration":1}},{"uid":"e34fcc3b57e07cba","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e34fcc3b57e07cba","status":"passed","time":{"start":1707750940645,"stop":1707750940645,"duration":0}},{"uid":"b6bc1429fbe44912","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b6bc1429fbe44912","status":"passed","time":{"start":1707736870537,"stop":1707736870538,"duration":1}},{"uid":"daa0fb8ed06efc33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daa0fb8ed06efc33","status":"passed","time":{"start":1707736068809,"stop":1707736068809,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4aeb75906fd5713","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c4aeb75906fd5713","status":"passed","time":{"start":1707793287280,"stop":1707793287281,"duration":1}},{"uid":"ac34eab563839b3b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac34eab563839b3b","status":"passed","time":{"start":1707778251793,"stop":1707778251795,"duration":2}},{"uid":"cad6d44715cf0d92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cad6d44715cf0d92","status":"passed","time":{"start":1707775540339,"stop":1707775540339,"duration":0}},{"uid":"66556683cee1dea9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/66556683cee1dea9","status":"passed","time":{"start":1707775340602,"stop":1707775340605,"duration":3}},{"uid":"21d2f3fd5e1bd5fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21d2f3fd5e1bd5fb","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1}},{"uid":"2ddf20270f11eb62","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ddf20270f11eb62","status":"passed","time":{"start":1707770045974,"stop":1707770045975,"duration":1}},{"uid":"b89f9fd09d81f417","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89f9fd09d81f417","status":"passed","time":{"start":1707760224882,"stop":1707760224883,"duration":1}},{"uid":"bc4b9ef1ffc23ffd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4b9ef1ffc23ffd","status":"passed","time":{"start":1707757921496,"stop":1707757921496,"duration":0}},{"uid":"432938c70c2a53c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/432938c70c2a53c7","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"dfa00fce60d59954","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfa00fce60d59954","status":"passed","time":{"start":1707753853537,"stop":1707753853538,"duration":1}},{"uid":"8b23a94feb74ec99","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b23a94feb74ec99","status":"passed","time":{"start":1707753708969,"stop":1707753708969,"duration":0}},{"uid":"43771e5c55860665","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43771e5c55860665","status":"passed","time":{"start":1707751075909,"stop":1707751075909,"duration":0}},{"uid":"1915e76a192fb675","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1915e76a192fb675","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"a3c9680c6d6ca13f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a3c9680c6d6ca13f","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"bb3af703dd1c649de04949898f8c2135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20b3ace9e8b3a897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20b3ace9e8b3a897","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8d3b05e54c157de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d3b05e54c157de","status":"passed","time":{"start":1707793355776,"stop":1707793355776,"duration":0}},{"uid":"1043226e15222546","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1043226e15222546","status":"passed","time":{"start":1707778326665,"stop":1707778326666,"duration":1}},{"uid":"f967209126aad2b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f967209126aad2b8","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"82975dbb3efc0ad5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82975dbb3efc0ad5","status":"passed","time":{"start":1707775405804,"stop":1707775405805,"duration":1}},{"uid":"1bab8eb561de3664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bab8eb561de3664","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"duration":1}},{"uid":"d735eb19929b061e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d735eb19929b061e","status":"passed","time":{"start":1707770116111,"stop":1707770116111,"duration":0}},{"uid":"24bc04d39b4a20c5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24bc04d39b4a20c5","status":"passed","time":{"start":1707760294898,"stop":1707760294899,"duration":1}},{"uid":"3df92521044d113a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3df92521044d113a","status":"passed","time":{"start":1707757992698,"stop":1707757992698,"duration":0}},{"uid":"1a4ece8b436a51bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a4ece8b436a51bf","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"86445fd2a14045f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/86445fd2a14045f1","status":"passed","time":{"start":1707753926587,"stop":1707753926588,"duration":1}},{"uid":"49efde8329103622","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49efde8329103622","status":"passed","time":{"start":1707753779030,"stop":1707753779031,"duration":1}},{"uid":"c3d2d49821ee25fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c3d2d49821ee25fa","status":"passed","time":{"start":1707751117673,"stop":1707751117674,"duration":1}},{"uid":"419a5793c9df2286","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/419a5793c9df2286","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"3767b85159267472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3767b85159267472","status":"passed","time":{"start":1707736281625,"stop":1707736281625,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"623025527b086bfd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/623025527b086bfd","status":"passed","time":{"start":1707793384585,"stop":1707793384586,"duration":1}},{"uid":"d3daa55dd2d41f68","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d3daa55dd2d41f68","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"b8f35dd669553548","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b8f35dd669553548","status":"passed","time":{"start":1707775635822,"stop":1707775635822,"duration":0}},{"uid":"cc3e476bf031f736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc3e476bf031f736","status":"passed","time":{"start":1707775436380,"stop":1707775436380,"duration":0}},{"uid":"673b48ee920bcf41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/673b48ee920bcf41","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1}},{"uid":"8f66628780e04722","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f66628780e04722","status":"passed","time":{"start":1707770148425,"stop":1707770148425,"duration":0}},{"uid":"367522e0b372c9ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/367522e0b372c9ab","status":"passed","time":{"start":1707760329140,"stop":1707760329141,"duration":1}},{"uid":"be6a5601abd9ffdd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be6a5601abd9ffdd","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"6417831a9e31b818","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6417831a9e31b818","status":"passed","time":{"start":1707756648881,"stop":1707756648881,"duration":0}},{"uid":"3625926002a3c805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3625926002a3c805","status":"passed","time":{"start":1707753961164,"stop":1707753961164,"duration":0}},{"uid":"ecc262e692c5e06a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ecc262e692c5e06a","status":"passed","time":{"start":1707753814890,"stop":1707753814891,"duration":1}},{"uid":"bbb701b0db0ae07b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbb701b0db0ae07b","status":"passed","time":{"start":1707751141127,"stop":1707751141127,"duration":0}},{"uid":"ac783dad1716fc7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac783dad1716fc7b","status":"passed","time":{"start":1707737107923,"stop":1707737107924,"duration":1}},{"uid":"813ddde94a73c94e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/813ddde94a73c94e","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8ba30b99866a801f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ba30b99866a801f","status":"passed","time":{"start":1707793238873,"stop":1707793238873,"duration":0}},{"uid":"a86d5780dacd1043","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a86d5780dacd1043","status":"passed","time":{"start":1707778202481,"stop":1707778202481,"duration":0}},{"uid":"aa3b3a8fab506c08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aa3b3a8fab506c08","status":"passed","time":{"start":1707775486627,"stop":1707775486628,"duration":1}},{"uid":"1fc1b98020db5560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fc1b98020db5560","status":"passed","time":{"start":1707775300136,"stop":1707775300137,"duration":1}},{"uid":"223cf2a8cf5a7891","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/223cf2a8cf5a7891","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"ce884d5b0894a6cf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce884d5b0894a6cf","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"5e32d9c80029fccf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e32d9c80029fccf","status":"passed","time":{"start":1707760174021,"stop":1707760174022,"duration":1}},{"uid":"a0b1ff3394cac356","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0b1ff3394cac356","status":"passed","time":{"start":1707757873922,"stop":1707757873922,"duration":0}},{"uid":"6c5969fb12c5f0f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c5969fb12c5f0f0","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"9e34a14d1e2b8bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e34a14d1e2b8bb9","status":"passed","time":{"start":1707753870444,"stop":1707753870444,"duration":0}},{"uid":"d039853ff2c3f3c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d039853ff2c3f3c0","status":"passed","time":{"start":1707753647510,"stop":1707753647511,"duration":1}},{"uid":"109b64d369599492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/109b64d369599492","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"4e6688407000707c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4e6688407000707c","status":"passed","time":{"start":1707736947846,"stop":1707736947847,"duration":1}},{"uid":"5b9f9975850755df","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b9f9975850755df","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"843bfa42a14bbcb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/843bfa42a14bbcb4","status":"passed","time":{"start":1707792929580,"stop":1707792929581,"duration":1}},{"uid":"929d965a0d6e1d7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/929d965a0d6e1d7a","status":"passed","time":{"start":1707777877647,"stop":1707777877647,"duration":0}},{"uid":"ab06f0a99385a06d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab06f0a99385a06d","status":"passed","time":{"start":1707775153022,"stop":1707775153023,"duration":1}},{"uid":"eaa17e310c2c0498","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eaa17e310c2c0498","status":"passed","time":{"start":1707774951832,"stop":1707774951833,"duration":1}},{"uid":"957941a0b8129cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957941a0b8129cb","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"2f9789895fdafcc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f9789895fdafcc8","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"9cb2e9bd85260e67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9cb2e9bd85260e67","status":"passed","time":{"start":1707759851603,"stop":1707759851604,"duration":1}},{"uid":"275774f14e93d1c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/275774f14e93d1c9","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"33575f852409ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33575f852409ca14","status":"passed","time":{"start":1707756167201,"stop":1707756167201,"duration":0}},{"uid":"3a84daec5214d348","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a84daec5214d348","status":"passed","time":{"start":1707753584062,"stop":1707753584062,"duration":0}},{"uid":"142ff28b5865f946","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/142ff28b5865f946","status":"passed","time":{"start":1707753331771,"stop":1707753331772,"duration":1}},{"uid":"8d3458bc0b65f24c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d3458bc0b65f24c","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"68dd9fb87d6950a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68dd9fb87d6950a8","status":"passed","time":{"start":1707736636443,"stop":1707736636444,"duration":1}},{"uid":"5479dfc4f3eda726","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5479dfc4f3eda726","status":"passed","time":{"start":1707735825262,"stop":1707735825262,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d091fcb17cb06d79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d091fcb17cb06d79","status":"passed","time":{"start":1707793371109,"stop":1707793371110,"duration":1}},{"uid":"9e85afd58ed57f89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e85afd58ed57f89","status":"passed","time":{"start":1707778338850,"stop":1707778338850,"duration":0}},{"uid":"d651fb485bc1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d651fb485bc1dfa0","status":"passed","time":{"start":1707775602026,"stop":1707775602027,"duration":1}},{"uid":"f41f1ae8e60290c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f41f1ae8e60290c5","status":"passed","time":{"start":1707775390238,"stop":1707775390239,"duration":1}},{"uid":"fd91636cf4d5e7df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd91636cf4d5e7df","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1}},{"uid":"3239e526ad80ebf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3239e526ad80ebf0","status":"passed","time":{"start":1707769968722,"stop":1707769968723,"duration":1}},{"uid":"de28f1f08f2dfbe3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de28f1f08f2dfbe3","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"ef1b7144aa8e48a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ef1b7144aa8e48a4","status":"passed","time":{"start":1707758006716,"stop":1707758006717,"duration":1}},{"uid":"eb228a0ca171f5ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb228a0ca171f5ed","status":"passed","time":{"start":1707756617046,"stop":1707756617047,"duration":1}},{"uid":"4ea5479442246166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ea5479442246166","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6ce0c7c3719e8a4f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ce0c7c3719e8a4f","status":"passed","time":{"start":1707753782763,"stop":1707753782767,"duration":4}},{"uid":"44cb941b08f38123","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44cb941b08f38123","status":"passed","time":{"start":1707751162317,"stop":1707751162318,"duration":1}},{"uid":"c26f83e98737fdc5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c26f83e98737fdc5","status":"passed","time":{"start":1707737091350,"stop":1707737091350,"duration":0}},{"uid":"f8d15a2f36316742","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d15a2f36316742","status":"passed","time":{"start":1707736260137,"stop":1707736260138,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eba2602e0018d80c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eba2602e0018d80c","status":"passed","time":{"start":1707792795036,"stop":1707792795036,"duration":0}},{"uid":"772e0ef99813c46","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/772e0ef99813c46","status":"passed","time":{"start":1707777743983,"stop":1707777743983,"duration":0}},{"uid":"e1846c51df43db42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e1846c51df43db42","status":"passed","time":{"start":1707775020381,"stop":1707775020382,"duration":1}},{"uid":"53b23d01deba8fe5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/53b23d01deba8fe5","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"5159e2425748166b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5159e2425748166b","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1}},{"uid":"b9540758d23d043f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9540758d23d043f","status":"passed","time":{"start":1707769622096,"stop":1707769622097,"duration":1}},{"uid":"2b703cee955aad96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b703cee955aad96","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"de16c32de28bbdea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de16c32de28bbdea","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"ca18c03c4b1abd31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca18c03c4b1abd31","status":"passed","time":{"start":1707756041376,"stop":1707756041377,"duration":1}},{"uid":"c791eec8a443fee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c791eec8a443fee9","status":"passed","time":{"start":1707753459609,"stop":1707753459610,"duration":1}},{"uid":"53bc8fa39bb8f8db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53bc8fa39bb8f8db","status":"passed","time":{"start":1707753187711,"stop":1707753187711,"duration":0}},{"uid":"f3d77c02bf91d614","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f3d77c02bf91d614","status":"passed","time":{"start":1707750588401,"stop":1707750588402,"duration":1}},{"uid":"44ae455c955a6f76","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ae455c955a6f76","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"eaa48d51ded60b52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eaa48d51ded60b52","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"197e2aba7667d11acf514953d4249417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e2d348c4e64235b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2e2d348c4e64235b","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9cc11494ccca1938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9cc11494ccca1938","status":"passed","time":{"start":1707792800008,"stop":1707792800009,"duration":1}},{"uid":"7d0dac0e286dec9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0dac0e286dec9b","status":"passed","time":{"start":1707777749095,"stop":1707777749096,"duration":1}},{"uid":"b9b5709c927cfd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b5709c927cfd1","status":"passed","time":{"start":1707775025528,"stop":1707775025529,"duration":1}},{"uid":"5115941dbf81f64f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5115941dbf81f64f","status":"passed","time":{"start":1707774827061,"stop":1707774827061,"duration":0}},{"uid":"411b98200239713b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/411b98200239713b","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"duration":1}},{"uid":"c5319844a94e268c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5319844a94e268c","status":"passed","time":{"start":1707769627291,"stop":1707769627291,"duration":0}},{"uid":"c27b551b882ca8fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c27b551b882ca8fa","status":"passed","time":{"start":1707759722031,"stop":1707759722031,"duration":0}},{"uid":"330995421f571f53","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/330995421f571f53","status":"passed","time":{"start":1707757416839,"stop":1707757416839,"duration":0}},{"uid":"a5d25440b032cd13","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d25440b032cd13","status":"passed","time":{"start":1707756046606,"stop":1707756046607,"duration":1}},{"uid":"4b01493764e680eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b01493764e680eb","status":"passed","time":{"start":1707753464667,"stop":1707753464667,"duration":0}},{"uid":"5852525579b127ab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5852525579b127ab","status":"passed","time":{"start":1707753192938,"stop":1707753192939,"duration":1}},{"uid":"b77ca5361100643a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b77ca5361100643a","status":"passed","time":{"start":1707750593506,"stop":1707750593506,"duration":0}},{"uid":"4903f0e679a7cfd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4903f0e679a7cfd9","status":"passed","time":{"start":1707736510879,"stop":1707736510879,"duration":0}},{"uid":"caf66dab684adad1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf66dab684adad1","status":"passed","time":{"start":1707735692290,"stop":1707735692291,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3895295c5abcd874","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3895295c5abcd874","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0}},{"uid":"47cdc01b4fd65b28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47cdc01b4fd65b28","status":"passed","time":{"start":1707777977674,"stop":1707777977674,"duration":0}},{"uid":"4153b963b453b657","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4153b963b453b657","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"ef3b448cf585857e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef3b448cf585857e","status":"passed","time":{"start":1707775082035,"stop":1707775082035,"duration":0}},{"uid":"2cd227ffa736f373","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd227ffa736f373","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"ec8a48e7f69c17be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec8a48e7f69c17be","status":"passed","time":{"start":1707769841911,"stop":1707769841911,"duration":0}},{"uid":"80ecaa8a26e0b49a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80ecaa8a26e0b49a","status":"passed","time":{"start":1707759921465,"stop":1707759921465,"duration":0}},{"uid":"e2eceeb2cb44f21a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e2eceeb2cb44f21a","status":"passed","time":{"start":1707757624891,"stop":1707757624891,"duration":0}},{"uid":"97faea4b3cc081f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97faea4b3cc081f2","status":"passed","time":{"start":1707756261843,"stop":1707756261844,"duration":1}},{"uid":"297f7410f5aafb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/297f7410f5aafb46","status":"passed","time":{"start":1707753651191,"stop":1707753651191,"duration":0}},{"uid":"626531e3100fd40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/626531e3100fd40","status":"passed","time":{"start":1707753409609,"stop":1707753409609,"duration":0}},{"uid":"b38b40d63de32834","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b38b40d63de32834","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"259b557435319a37","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/259b557435319a37","status":"passed","time":{"start":1707736708338,"stop":1707736708338,"duration":0}},{"uid":"8e1f8be69f43e22e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8e1f8be69f43e22e","status":"passed","time":{"start":1707735914396,"stop":1707735914399,"duration":3}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e7edfa80812c5ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e7edfa80812c5ab","status":"passed","time":{"start":1707793238861,"stop":1707793238862,"duration":1}},{"uid":"2521993528b1d29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2521993528b1d29b","status":"passed","time":{"start":1707778202463,"stop":1707778202464,"duration":1}},{"uid":"a70ca9628e8d1b95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a70ca9628e8d1b95","status":"passed","time":{"start":1707775486607,"stop":1707775486608,"duration":1}},{"uid":"4509014352bc86af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4509014352bc86af","status":"passed","time":{"start":1707775300127,"stop":1707775300128,"duration":1}},{"uid":"2c2211b8f1caa61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c2211b8f1caa61","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0}},{"uid":"317ec59bcb3e5b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317ec59bcb3e5b6d","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"ca862d4533437ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca862d4533437ac9","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"d5bfd26fb57a5bc5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d5bfd26fb57a5bc5","status":"passed","time":{"start":1707757873893,"stop":1707757873894,"duration":1}},{"uid":"cdf3e7e8d9e99efd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cdf3e7e8d9e99efd","status":"passed","time":{"start":1707756499893,"stop":1707756499893,"duration":0}},{"uid":"ca18a0d4db8f5ae9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ca18a0d4db8f5ae9","status":"passed","time":{"start":1707753870422,"stop":1707753870422,"duration":0}},{"uid":"411c70236057a587","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/411c70236057a587","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"e0cc45a5f3ff7aa5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0cc45a5f3ff7aa5","status":"passed","time":{"start":1707751019561,"stop":1707751019562,"duration":1}},{"uid":"59684747c293cdd1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59684747c293cdd1","status":"passed","time":{"start":1707736947836,"stop":1707736947837,"duration":1}},{"uid":"d0fe9a8666f81d5c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0fe9a8666f81d5c","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a86363c9b3ea98b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a86363c9b3ea98b","status":"passed","time":{"start":1707793446740,"stop":1707793446741,"duration":1}},{"uid":"58575417afa12b23","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58575417afa12b23","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"390029b2621c6c3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/390029b2621c6c3b","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"b285cb062b4e9c1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b285cb062b4e9c1c","status":"passed","time":{"start":1707775494275,"stop":1707775494276,"duration":1}},{"uid":"8dd0b1c1441b58e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8dd0b1c1441b58e3","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"eb4ef5bb8cf0cbf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb4ef5bb8cf0cbf0","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"58d145d61d0fdeff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58d145d61d0fdeff","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"9e2113e063116568","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e2113e063116568","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"59af9648823416a6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59af9648823416a6","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"4b2f22f309ebf5bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b2f22f309ebf5bf","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"6508ef6c09cffa65","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6508ef6c09cffa65","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"88f739a3b2f91904","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f739a3b2f91904","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"3d237cc5786248f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d237cc5786248f8","status":"passed","time":{"start":1707737173818,"stop":1707737173819,"duration":1}},{"uid":"1f1851d2f98682c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f1851d2f98682c3","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b62d6e73f9aed059","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b62d6e73f9aed059","status":"passed","time":{"start":1707792800000,"stop":1707792800000,"duration":0}},{"uid":"b0956836d4b5716a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0956836d4b5716a","status":"passed","time":{"start":1707777749082,"stop":1707777749083,"duration":1}},{"uid":"80b53e97d410e495","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80b53e97d410e495","status":"passed","time":{"start":1707775025517,"stop":1707775025518,"duration":1}},{"uid":"4f0d2b81ab082d0e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f0d2b81ab082d0e","status":"passed","time":{"start":1707774827052,"stop":1707774827053,"duration":1}},{"uid":"d43a29ca1a0fa86c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d43a29ca1a0fa86c","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"duration":1}},{"uid":"f8876d26a0c30c5a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8876d26a0c30c5a","status":"passed","time":{"start":1707769627284,"stop":1707769627285,"duration":1}},{"uid":"82374cabb599d3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/82374cabb599d3ee","status":"passed","time":{"start":1707759722019,"stop":1707759722019,"duration":0}},{"uid":"58b810a826842a18","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58b810a826842a18","status":"passed","time":{"start":1707757416823,"stop":1707757416829,"duration":6}},{"uid":"93405b1f53074303","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93405b1f53074303","status":"passed","time":{"start":1707756046588,"stop":1707756046589,"duration":1}},{"uid":"159922295c04b595","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/159922295c04b595","status":"passed","time":{"start":1707753464661,"stop":1707753464661,"duration":0}},{"uid":"9269615d64b0c4ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9269615d64b0c4ca","status":"passed","time":{"start":1707753192926,"stop":1707753192927,"duration":1}},{"uid":"eea1f8302affb0dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eea1f8302affb0dd","status":"passed","time":{"start":1707750593499,"stop":1707750593500,"duration":1}},{"uid":"de6df0619fd5ae2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de6df0619fd5ae2d","status":"passed","time":{"start":1707736510871,"stop":1707736510871,"duration":0}},{"uid":"8ea4c93f84cdafb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ea4c93f84cdafb1","status":"passed","time":{"start":1707735692277,"stop":1707735692278,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a9a68f77966de11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a9a68f77966de11","status":"passed","time":{"start":1707793392503,"stop":1707793392504,"duration":1}},{"uid":"d634b1598ad19bf4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d634b1598ad19bf4","status":"passed","time":{"start":1707778370028,"stop":1707778370029,"duration":1}},{"uid":"a6ff3dbd88a32b6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6ff3dbd88a32b6c","status":"passed","time":{"start":1707775644357,"stop":1707775644358,"duration":1}},{"uid":"7b0ad1870eabbb85","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b0ad1870eabbb85","status":"passed","time":{"start":1707775439255,"stop":1707775439258,"duration":3}},{"uid":"b19b4d8a6679482a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19b4d8a6679482a","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"c55cd4dff62ca5ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c55cd4dff62ca5ec","status":"passed","time":{"start":1707770140537,"stop":1707770140538,"duration":1}},{"uid":"d267614957314773","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d267614957314773","status":"passed","time":{"start":1707760337682,"stop":1707760337682,"duration":0}},{"uid":"5ad25f35976a2766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ad25f35976a2766","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"88a26630556c50fb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88a26630556c50fb","status":"passed","time":{"start":1707756656801,"stop":1707756656801,"duration":0}},{"uid":"b7ed8d10741cca98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7ed8d10741cca98","status":"passed","time":{"start":1707753960365,"stop":1707753960365,"duration":0}},{"uid":"6f8b90d61cdcf4ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f8b90d61cdcf4ec","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"25db387ee2326c20","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25db387ee2326c20","status":"passed","time":{"start":1707751157939,"stop":1707751157939,"duration":0}},{"uid":"d625e180882e402a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d625e180882e402a","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"d1cad39fd753b803","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1cad39fd753b803","status":"passed","time":{"start":1707736314165,"stop":1707736314166,"duration":1}}]},"d5269639c708458a87d4d292173bc4a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e70ce637e93453d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e70ce637e93453d3","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b1aaad778b5dc454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1aaad778b5dc454","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0}},{"uid":"7646de0339f5b8a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7646de0339f5b8a2","status":"passed","time":{"start":1707778326667,"stop":1707778326667,"duration":0}},{"uid":"eca089fe1f8b2e73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eca089fe1f8b2e73","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"30c29216703463a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30c29216703463a8","status":"passed","time":{"start":1707775405807,"stop":1707775405808,"duration":1}},{"uid":"a99f85e3e9cae80b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a99f85e3e9cae80b","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"duration":0}},{"uid":"87d1c9a36bb09918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87d1c9a36bb09918","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"ce588728f87e9fd2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce588728f87e9fd2","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"5ec2b17fcc267cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2b17fcc267cc","status":"passed","time":{"start":1707757992699,"stop":1707757992700,"duration":1}},{"uid":"2114e47016c577dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2114e47016c577dc","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"a2bae93b4b21bfea","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2bae93b4b21bfea","status":"passed","time":{"start":1707753926589,"stop":1707753926590,"duration":1}},{"uid":"29892b6cf640cf52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29892b6cf640cf52","status":"passed","time":{"start":1707753779033,"stop":1707753779034,"duration":1}},{"uid":"e62d757fc68ae4ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e62d757fc68ae4ac","status":"passed","time":{"start":1707751117676,"stop":1707751117676,"duration":0}},{"uid":"ed86b534627453b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed86b534627453b5","status":"passed","time":{"start":1707737065099,"stop":1707737065100,"duration":1}},{"uid":"fdcbcedde776c778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fdcbcedde776c778","status":"passed","time":{"start":1707736281628,"stop":1707736281629,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6268d77c27242fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6268d77c27242fb","status":"passed","time":{"start":1707793304785,"stop":1707793304786,"duration":1}},{"uid":"2eb858a5babb4af1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2eb858a5babb4af1","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"c492b163cc88082f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c492b163cc88082f","status":"passed","time":{"start":1707775545746,"stop":1707775545747,"duration":1}},{"uid":"1e8919eb317ff046","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e8919eb317ff046","status":"passed","time":{"start":1707775359955,"stop":1707775359956,"duration":1}},{"uid":"ba403caf040f893","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba403caf040f893","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0}},{"uid":"21cd967be031425e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21cd967be031425e","status":"passed","time":{"start":1707770099498,"stop":1707770099499,"duration":1}},{"uid":"cceeb52d4e954876","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cceeb52d4e954876","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"1ada207d9815f83f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ada207d9815f83f","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"45a1828b06fa0fcb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/45a1828b06fa0fcb","status":"passed","time":{"start":1707756564915,"stop":1707756564915,"duration":0}},{"uid":"4bd19e7b7c3c02c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bd19e7b7c3c02c6","status":"passed","time":{"start":1707753906987,"stop":1707753906988,"duration":1}},{"uid":"dd8b3bcd7b99d4af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd8b3bcd7b99d4af","status":"passed","time":{"start":1707753724178,"stop":1707753724178,"duration":0}},{"uid":"ac72a27a3be80d08","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac72a27a3be80d08","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"661fa1f2a8de0812","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/661fa1f2a8de0812","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"afe3e79bcd66438c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/afe3e79bcd66438c","status":"passed","time":{"start":1707736227474,"stop":1707736227474,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b00e6777e6e3bb77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b00e6777e6e3bb77","status":"passed","time":{"start":1707793012466,"stop":1707793012466,"duration":0}},{"uid":"569eb59f8356ea44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/569eb59f8356ea44","status":"passed","time":{"start":1707777977660,"stop":1707777977660,"duration":0}},{"uid":"31d13a9d4bf07e5d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31d13a9d4bf07e5d","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"e18394b19c8b06d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e18394b19c8b06d3","status":"passed","time":{"start":1707775082007,"stop":1707775082008,"duration":1}},{"uid":"a867c869c30d4eb0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a867c869c30d4eb0","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"duration":1}},{"uid":"a97a526b42e62327","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a97a526b42e62327","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"473d21e4f904d8b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/473d21e4f904d8b4","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"bbcbe08e2ae97c8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbcbe08e2ae97c8f","status":"passed","time":{"start":1707757624871,"stop":1707757624871,"duration":0}},{"uid":"db53da5e458d1b73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db53da5e458d1b73","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"7980e90ae6c5d61d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7980e90ae6c5d61d","status":"passed","time":{"start":1707753651140,"stop":1707753651140,"duration":0}},{"uid":"625df75fd0cc31fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/625df75fd0cc31fc","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"322ee344f625a6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/322ee344f625a6a","status":"passed","time":{"start":1707750722038,"stop":1707750722038,"duration":0}},{"uid":"dec5f92f14865ccb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dec5f92f14865ccb","status":"passed","time":{"start":1707736708319,"stop":1707736708320,"duration":1}},{"uid":"729a132a4b691630","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/729a132a4b691630","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac6ec4df665953a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac6ec4df665953a3","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0}},{"uid":"f8a8cbff062b4368","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8a8cbff062b4368","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"edfaf5992f643196","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/edfaf5992f643196","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"3cc63b15daf08789","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3cc63b15daf08789","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"a56a7947f3c96ab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a56a7947f3c96ab7","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"3ce18e57c3a37d98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3ce18e57c3a37d98","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"14bc6f56a106b2c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/14bc6f56a106b2c2","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"73d4fbc38e2ec54b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/73d4fbc38e2ec54b","status":"passed","time":{"start":1707758004335,"stop":1707758004335,"duration":0}},{"uid":"79ee904be6579aea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ee904be6579aea","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"d3b8494da9bf4876","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3b8494da9bf4876","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"9de13a1359284a75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9de13a1359284a75","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"805b429f962228c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/805b429f962228c","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ba379cc30543b7f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba379cc30543b7f9","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"79149912f38f3f25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79149912f38f3f25","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f1ec872e47cbf3f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f1ec872e47cbf3f","status":"passed","time":{"start":1707792848128,"stop":1707792848128,"duration":0}},{"uid":"8917cc5dfeecc941","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8917cc5dfeecc941","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"3ad3f75f34b912ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3ad3f75f34b912ef","status":"passed","time":{"start":1707775074351,"stop":1707775074352,"duration":1}},{"uid":"4532648fc56db3de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4532648fc56db3de","status":"passed","time":{"start":1707774894885,"stop":1707774894885,"duration":0}},{"uid":"36940ae2cca0f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36940ae2cca0f6","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"c376280ea7234148","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c376280ea7234148","status":"passed","time":{"start":1707769675176,"stop":1707769675177,"duration":1}},{"uid":"4742102fa38f58f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4742102fa38f58f0","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"908b67e69c4c96db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/908b67e69c4c96db","status":"passed","time":{"start":1707757465315,"stop":1707757465316,"duration":1}},{"uid":"ab5aa9142f0d6a7e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab5aa9142f0d6a7e","status":"passed","time":{"start":1707756093659,"stop":1707756093659,"duration":0}},{"uid":"1b449e1701d8508e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b449e1701d8508e","status":"passed","time":{"start":1707753515349,"stop":1707753515349,"duration":0}},{"uid":"da0155d4266772e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0155d4266772e","status":"passed","time":{"start":1707753244109,"stop":1707753244109,"duration":0}},{"uid":"25b9e35427e4035d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25b9e35427e4035d","status":"passed","time":{"start":1707750644847,"stop":1707750644848,"duration":1}},{"uid":"e29530a00c16518a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e29530a00c16518a","status":"passed","time":{"start":1707736558942,"stop":1707736558943,"duration":1}},{"uid":"9d8ed7e8fa43ef68","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d8ed7e8fa43ef68","status":"passed","time":{"start":1707735741831,"stop":1707735741832,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4557d616f0b57c84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4557d616f0b57c84","status":"passed","time":{"start":1707793392502,"stop":1707793392502,"duration":0}},{"uid":"a08856a07d02b33f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a08856a07d02b33f","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"d9ceef2df37972a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9ceef2df37972a0","status":"passed","time":{"start":1707775644355,"stop":1707775644355,"duration":0}},{"uid":"92d4cde3e83e61d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92d4cde3e83e61d","status":"passed","time":{"start":1707775439253,"stop":1707775439253,"duration":0}},{"uid":"412b69b031b2b1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412b69b031b2b1a7","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"duration":1}},{"uid":"d434de6dc0eb6a07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d434de6dc0eb6a07","status":"passed","time":{"start":1707770140536,"stop":1707770140536,"duration":0}},{"uid":"3d1e2233329a69de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d1e2233329a69de","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"2b679186563fe31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b679186563fe31b","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"97a8c2c806b14342","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97a8c2c806b14342","status":"passed","time":{"start":1707756656798,"stop":1707756656799,"duration":1}},{"uid":"56a824550cd9acb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/56a824550cd9acb7","status":"passed","time":{"start":1707753960363,"stop":1707753960363,"duration":0}},{"uid":"97d3f032be6bc50b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97d3f032be6bc50b","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"2e2903da921c352c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e2903da921c352c","status":"passed","time":{"start":1707751157936,"stop":1707751157937,"duration":1}},{"uid":"6d3ca7bf0cc3a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3ca7bf0cc3a14","status":"passed","time":{"start":1707737112732,"stop":1707737112733,"duration":1}},{"uid":"e5d85a6cae39e560","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5d85a6cae39e560","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75bcbeaa40f7b9d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75bcbeaa40f7b9d0","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"duration":0}},{"uid":"6206c054bf074d66","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6206c054bf074d66","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"1e5d109674051f73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1e5d109674051f73","status":"passed","time":{"start":1707775017701,"stop":1707775017702,"duration":1}},{"uid":"f9c482e0b42b47b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9c482e0b42b47b5","status":"passed","time":{"start":1707774819159,"stop":1707774819159,"duration":0}},{"uid":"646c82f5bc73d915","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/646c82f5bc73d915","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"duration":0}},{"uid":"f3469a69a5edbf28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3469a69a5edbf28","status":"passed","time":{"start":1707769619250,"stop":1707769619250,"duration":0}},{"uid":"398c4d8f37b756b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/398c4d8f37b756b1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"d389ba3ca19ce900","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d389ba3ca19ce900","status":"passed","time":{"start":1707757408922,"stop":1707757408923,"duration":1}},{"uid":"450bae27dea325d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/450bae27dea325d8","status":"passed","time":{"start":1707756038650,"stop":1707756038650,"duration":0}},{"uid":"13008b657cdded4c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13008b657cdded4c","status":"passed","time":{"start":1707753456820,"stop":1707753456820,"duration":0}},{"uid":"c03030b96472aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c03030b96472aff","status":"passed","time":{"start":1707753185027,"stop":1707753185027,"duration":0}},{"uid":"a87f31a5259bc5cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a87f31a5259bc5cb","status":"passed","time":{"start":1707750585690,"stop":1707750585691,"duration":1}},{"uid":"e892c9cf1d7866d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e892c9cf1d7866d0","status":"passed","time":{"start":1707736503243,"stop":1707736503244,"duration":1}},{"uid":"411495905f91a19f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411495905f91a19f","status":"passed","time":{"start":1707735684540,"stop":1707735684541,"duration":1}}]},"126ef0c38a93fe123cedda3d406f6396:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f04ba08d7736d6dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f04ba08d7736d6dd","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"149d1c7158a6104b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/149d1c7158a6104b","status":"passed","time":{"start":1707793168682,"stop":1707793168684,"duration":2}},{"uid":"5ee3f5122245bb7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ee3f5122245bb7","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"2390a8dc584c72b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2390a8dc584c72b1","status":"passed","time":{"start":1707775409486,"stop":1707775409486,"duration":0}},{"uid":"dbdc1d9114e6d76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbdc1d9114e6d76","status":"passed","time":{"start":1707775219999,"stop":1707775219999,"duration":0}},{"uid":"ac662093166956c0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac662093166956c0","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"f9108c86c707a7de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9108c86c707a7de","status":"passed","time":{"start":1707769994544,"stop":1707769994545,"duration":1}},{"uid":"7ceae96e787e2308","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ceae96e787e2308","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"b1c5a2500ca36eac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c5a2500ca36eac","status":"passed","time":{"start":1707757804299,"stop":1707757804300,"duration":1}},{"uid":"74808431b01b0e31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74808431b01b0e31","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"e2ddf5d094d6824","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ddf5d094d6824","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"e6f8b0081e2a37c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6f8b0081e2a37c0","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"9ca64168a8a3f328","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ca64168a8a3f328","status":"passed","time":{"start":1707750964807,"stop":1707750964808,"duration":1}},{"uid":"d14572bd2ed34797","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d14572bd2ed34797","status":"passed","time":{"start":1707736890439,"stop":1707736890440,"duration":1}},{"uid":"3aa02924569a1748","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3aa02924569a1748","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"9b3a0aa697ffbe4c6fc2b8521278f2a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b866e0ccf578bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b866e0ccf578bf","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7e70ea98897c54a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7e70ea98897c54a2","status":"passed","time":{"start":1707792878416,"stop":1707792878416,"duration":0}},{"uid":"806f8b6dada15613","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/806f8b6dada15613","status":"passed","time":{"start":1707777826932,"stop":1707777826933,"duration":1}},{"uid":"885c80ed4fd1fb81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/885c80ed4fd1fb81","status":"passed","time":{"start":1707775103555,"stop":1707775103556,"duration":1}},{"uid":"82fc967656c75df6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82fc967656c75df6","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"44cb93a9ba7b6758","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44cb93a9ba7b6758","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1}},{"uid":"8a54efcf2f34b3e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a54efcf2f34b3e8","status":"passed","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"44c201017079f49d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44c201017079f49d","status":"passed","time":{"start":1707759800532,"stop":1707759800533,"duration":1}},{"uid":"b6d3b310706d36ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b6d3b310706d36ad","status":"passed","time":{"start":1707757496503,"stop":1707757496504,"duration":1}},{"uid":"13e4c57c2a30b484","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13e4c57c2a30b484","status":"passed","time":{"start":1707756124839,"stop":1707756124840,"duration":1}},{"uid":"bbf770427d2a0467","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbf770427d2a0467","status":"passed","time":{"start":1707753544142,"stop":1707753544142,"duration":0}},{"uid":"8e11dc4bc91edfc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e11dc4bc91edfc","status":"passed","time":{"start":1707753273868,"stop":1707753273869,"duration":1}},{"uid":"b52b6f45eaf926fe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b52b6f45eaf926fe","status":"passed","time":{"start":1707750672012,"stop":1707750672013,"duration":1}},{"uid":"12e61a18de78d9b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/12e61a18de78d9b5","status":"passed","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"f58550f2f8b62562","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f58550f2f8b62562","status":"passed","time":{"start":1707735772598,"stop":1707735772598,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b4bcd8fe3fd8f4e2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b4bcd8fe3fd8f4e2","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"duration":0}},{"uid":"95fb9343acb76dee","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95fb9343acb76dee","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"85ce9145c6ccbb7d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85ce9145c6ccbb7d","status":"passed","time":{"start":1707775040579,"stop":1707775040579,"duration":0}},{"uid":"3ef618ce2ab11800","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ef618ce2ab11800","status":"passed","time":{"start":1707774842473,"stop":1707774842474,"duration":1}},{"uid":"e7efc4408d106eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7efc4408d106eae","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"duration":1}},{"uid":"41f66814d4b9cdc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f66814d4b9cdc8","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"aa3f8545d92195eb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa3f8545d92195eb","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"5fa0fd3124133a6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5fa0fd3124133a6a","status":"passed","time":{"start":1707757432393,"stop":1707757432393,"duration":0}},{"uid":"f922ffabeafd68f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f922ffabeafd68f8","status":"passed","time":{"start":1707756061420,"stop":1707756061421,"duration":1}},{"uid":"a3f8bcb314315985","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3f8bcb314315985","status":"passed","time":{"start":1707753479974,"stop":1707753479975,"duration":1}},{"uid":"47d90ec02b35162a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/47d90ec02b35162a","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"79041000f1a69082","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79041000f1a69082","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"291479623e7d4d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/291479623e7d4d6","status":"passed","time":{"start":1707736526330,"stop":1707736526331,"duration":1}},{"uid":"671e073ca66364b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/671e073ca66364b8","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4d128f90bb1d3332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d128f90bb1d3332","status":"passed","time":{"start":1707793088062,"stop":1707793088062,"duration":0}},{"uid":"6e49b6e912d2f82d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e49b6e912d2f82d","status":"passed","time":{"start":1707778034786,"stop":1707778034786,"duration":0}},{"uid":"4c6d5d9825a4e2a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4c6d5d9825a4e2a0","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"6c0a70b60647c4e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c0a70b60647c4e","status":"passed","time":{"start":1707775129517,"stop":1707775129517,"duration":0}},{"uid":"1d6b9378e332bed6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6b9378e332bed6","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"duration":1}},{"uid":"5a67123891356ce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a67123891356ce1","status":"passed","time":{"start":1707769919572,"stop":1707769919572,"duration":0}},{"uid":"41fcde10ded8c07a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/41fcde10ded8c07a","status":"passed","time":{"start":1707760025485,"stop":1707760025486,"duration":1}},{"uid":"8ac3102f151b66f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ac3102f151b66f4","status":"passed","time":{"start":1707757709188,"stop":1707757709189,"duration":1}},{"uid":"d5637206f87d6233","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d5637206f87d6233","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"a9d7d8a0fa14bfd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9d7d8a0fa14bfd0","status":"passed","time":{"start":1707753751251,"stop":1707753751251,"duration":0}},{"uid":"63f4eec0bb61613","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/63f4eec0bb61613","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"8a508e39a2e2b63a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a508e39a2e2b63a","status":"passed","time":{"start":1707750881806,"stop":1707750881807,"duration":1}},{"uid":"fe999c297e77ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe999c297e77ce30","status":"passed","time":{"start":1707736800765,"stop":1707736800766,"duration":1}},{"uid":"2dc6eb7b3f291a06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2dc6eb7b3f291a06","status":"passed","time":{"start":1707736013454,"stop":1707736013454,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12dc2c49a7aecbeb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12dc2c49a7aecbeb","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0}},{"uid":"fc4b807ca1645ffd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc4b807ca1645ffd","status":"passed","time":{"start":1707778114667,"stop":1707778114668,"duration":1}},{"uid":"c611a7704710dc1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c611a7704710dc1b","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"ad8e6f60def43973","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8e6f60def43973","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"45f6b1e94af14c95","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45f6b1e94af14c95","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"3c681cedf2f57e20","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c681cedf2f57e20","status":"passed","time":{"start":1707769983270,"stop":1707769983271,"duration":1}},{"uid":"9aec5ca2f3745ff0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9aec5ca2f3745ff0","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"a73208b73e94357b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a73208b73e94357b","status":"passed","time":{"start":1707757790729,"stop":1707757790729,"duration":0}},{"uid":"39aa4884635e1cd4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39aa4884635e1cd4","status":"passed","time":{"start":1707756409539,"stop":1707756409540,"duration":1}},{"uid":"3b4e09bc044f3adb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b4e09bc044f3adb","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"65995ba6464591fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65995ba6464591fc","status":"passed","time":{"start":1707753573524,"stop":1707753573524,"duration":0}},{"uid":"683118f1536b1d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/683118f1536b1d5b","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"7e4c611c6b35693a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e4c611c6b35693a","status":"passed","time":{"start":1707736878961,"stop":1707736878961,"duration":0}},{"uid":"705addae23fb10e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/705addae23fb10e8","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3cd1b5dbc98b3526","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cd1b5dbc98b3526","status":"passed","time":{"start":1707792800804,"stop":1707792800804,"duration":0}},{"uid":"4529898190b8b08e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4529898190b8b08e","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"ca3a218aceb3b610","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca3a218aceb3b610","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"c993d3ee9cbcaf96","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c993d3ee9cbcaf96","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"ca3489251f0a65fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca3489251f0a65fa","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"24983a0ece8673c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/24983a0ece8673c6","status":"passed","time":{"start":1707769628075,"stop":1707769628076,"duration":1}},{"uid":"b36edf07227d4e19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b36edf07227d4e19","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"abe1116e86efee78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abe1116e86efee78","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"e433b29ddd2ebd10","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e433b29ddd2ebd10","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"76671a3eeeffc6b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76671a3eeeffc6b","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"73c6d2e92b4c0402","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73c6d2e92b4c0402","status":"passed","time":{"start":1707753193771,"stop":1707753193772,"duration":1}},{"uid":"e7cfdc7fdc4f3a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e7cfdc7fdc4f3a2","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"e2cc0f611b427b8f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2cc0f611b427b8f","status":"passed","time":{"start":1707736511728,"stop":1707736511728,"duration":0}},{"uid":"310f9e4542ed76b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/310f9e4542ed76b8","status":"passed","time":{"start":1707735693120,"stop":1707735693121,"duration":1}}]},"db42ca8e13734a8e96829e5f7eb957f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26c153f82772071f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26c153f82772071f","status":"passed","time":{"start":1707737124650,"stop":1707737124653,"duration":3}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7c4571254ab86bb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c4571254ab86bb4","status":"passed","time":{"start":1707792792551,"stop":1707792792551,"duration":0}},{"uid":"ffbd8880a72d3f0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffbd8880a72d3f0e","status":"passed","time":{"start":1707777741288,"stop":1707777741288,"duration":0}},{"uid":"c7bb4695d0d097c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7bb4695d0d097c4","status":"passed","time":{"start":1707775017704,"stop":1707775017704,"duration":0}},{"uid":"4f19c5be654ca70c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f19c5be654ca70c","status":"passed","time":{"start":1707774819161,"stop":1707774819162,"duration":1}},{"uid":"2837b3c06df9adf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2837b3c06df9adf7","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"duration":1}},{"uid":"57e8b3095e179ded","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e8b3095e179ded","status":"passed","time":{"start":1707769619253,"stop":1707769619253,"duration":0}},{"uid":"9da46701e30b67d1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9da46701e30b67d1","status":"passed","time":{"start":1707759714509,"stop":1707759714510,"duration":1}},{"uid":"156e37e6523a52fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/156e37e6523a52fb","status":"passed","time":{"start":1707757408926,"stop":1707757408927,"duration":1}},{"uid":"c92d3600d27cb1ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c92d3600d27cb1ba","status":"passed","time":{"start":1707756038653,"stop":1707756038653,"duration":0}},{"uid":"e2ff49d261550b54","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ff49d261550b54","status":"passed","time":{"start":1707753456822,"stop":1707753456822,"duration":0}},{"uid":"cafdde02d3d37722","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cafdde02d3d37722","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"7d777381cc07faff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d777381cc07faff","status":"passed","time":{"start":1707750585693,"stop":1707750585693,"duration":0}},{"uid":"8f12c426907d0955","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f12c426907d0955","status":"passed","time":{"start":1707736503247,"stop":1707736503247,"duration":0}},{"uid":"e4376036d8ce8b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4376036d8ce8b15","status":"passed","time":{"start":1707735684543,"stop":1707735684543,"duration":0}}]},"ba507e470577c4067f55b7663aa142fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51c0062d6234fbf7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51c0062d6234fbf7","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"5e5ed3e68b1194ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e5ed3e68b1194ef","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"duration":0}},{"uid":"96e333e10a583a58","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/96e333e10a583a58","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"38d6fd1e618bed1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38d6fd1e618bed1b","status":"passed","time":{"start":1707775649286,"stop":1707775649286,"duration":0}},{"uid":"badb9cf83bbf95b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/badb9cf83bbf95b5","status":"passed","time":{"start":1707775456619,"stop":1707775456620,"duration":1}},{"uid":"52ebd6dab5acf144","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ebd6dab5acf144","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1}},{"uid":"20548902d2007bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20548902d2007bc3","status":"passed","time":{"start":1707770165178,"stop":1707770165187,"duration":9}},{"uid":"cc5bf33d85fdeef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc5bf33d85fdeef","status":"passed","time":{"start":1707760340807,"stop":1707760340808,"duration":1}},{"uid":"b48fe76777e87fed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b48fe76777e87fed","status":"broken","statusDetails":"done() called multiple times in hook of file /home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts","time":{"start":1707758024237,"stop":1707758024238,"duration":1}},{"uid":"8bda614fefdf977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8bda614fefdf977","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"7aae9c9b51762da2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aae9c9b51762da2","status":"passed","time":{"start":1707753975681,"stop":1707753975682,"duration":1}},{"uid":"3b2227bf2e880a0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3b2227bf2e880a0f","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"8af169a50b1b033f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8af169a50b1b033f","status":"passed","time":{"start":1707751167358,"stop":1707751167359,"duration":1}},{"uid":"38cd0b37246c644","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38cd0b37246c644","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"8a24b878c1f81684","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8a24b878c1f81684","status":"passed","time":{"start":1707736323080,"stop":1707736323080,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"56fb749c89c9d74d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56fb749c89c9d74d","status":"passed","time":{"start":1707793095139,"stop":1707793095139,"duration":0}},{"uid":"e8ec892e6933c653","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8ec892e6933c653","status":"passed","time":{"start":1707778060802,"stop":1707778060802,"duration":0}},{"uid":"1c4c5885c62a746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c4c5885c62a746","status":"passed","time":{"start":1707775339578,"stop":1707775339579,"duration":1}},{"uid":"37be8e355779b5ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37be8e355779b5ee","status":"passed","time":{"start":1707775146026,"stop":1707775146027,"duration":1}},{"uid":"c08c2a9c4f797b5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c08c2a9c4f797b5b","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1}},{"uid":"f22eea9ba8e741f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f22eea9ba8e741f0","status":"passed","time":{"start":1707769941592,"stop":1707769941592,"duration":0}},{"uid":"ce7b01d2ad759e3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce7b01d2ad759e3f","status":"passed","time":{"start":1707760043795,"stop":1707760043796,"duration":1}},{"uid":"885d7bb74422a506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/885d7bb74422a506","status":"passed","time":{"start":1707757737713,"stop":1707757737713,"duration":0}},{"uid":"d4658308a018c18b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4658308a018c18b","status":"passed","time":{"start":1707756354876,"stop":1707756354877,"duration":1}},{"uid":"ecb515062593ba84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ecb515062593ba84","status":"passed","time":{"start":1707753752605,"stop":1707753752605,"duration":0}},{"uid":"28405266d3168bf4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/28405266d3168bf4","status":"passed","time":{"start":1707753516213,"stop":1707753516213,"duration":0}},{"uid":"ceb124e64216d756","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ceb124e64216d756","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"50a1eec0f013d6e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50a1eec0f013d6e8","status":"passed","time":{"start":1707736826035,"stop":1707736826036,"duration":1}},{"uid":"7146ed08ec51d06f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7146ed08ec51d06f","status":"passed","time":{"start":1707736021608,"stop":1707736021609,"duration":1}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"302ccf76a93d20a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/302ccf76a93d20a2","status":"passed","time":{"start":1707793446735,"stop":1707793446735,"duration":0}},{"uid":"62ae8f65f8ab6a7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62ae8f65f8ab6a7d","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"7c5fa9c6dd4f5b92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c5fa9c6dd4f5b92","status":"passed","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"bb6c917b01a7db67","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6c917b01a7db67","status":"passed","time":{"start":1707775494270,"stop":1707775494271,"duration":1}},{"uid":"1e9ecdd4e6d51310","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e9ecdd4e6d51310","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"266bbc46b10fa615","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/266bbc46b10fa615","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"b46c1daf45897720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b46c1daf45897720","status":"passed","time":{"start":1707760374674,"stop":1707760374675,"duration":1}},{"uid":"f1f31c242b4d093e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1f31c242b4d093e","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"640f4715e5e09ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640f4715e5e09ef7","status":"passed","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"8f3be6eaf93252c1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f3be6eaf93252c1","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"eeaecb02be603461","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eeaecb02be603461","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"429cd73517352e4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/429cd73517352e4d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"32c45b41c64d872f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c45b41c64d872f","status":"passed","time":{"start":1707737173814,"stop":1707737173815,"duration":1}},{"uid":"ecd3cc603a198bcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ecd3cc603a198bcf","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0c17f4440db5449","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0c17f4440db5449","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0}},{"uid":"adb700bfe552336f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/adb700bfe552336f","status":"passed","time":{"start":1707778379764,"stop":1707778379764,"duration":0}},{"uid":"f7cfdb33e6fdcaec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7cfdb33e6fdcaec","status":"passed","time":{"start":1707775649288,"stop":1707775649288,"duration":0}},{"uid":"85054aed5e4ab878","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85054aed5e4ab878","status":"passed","time":{"start":1707775456622,"stop":1707775456623,"duration":1}},{"uid":"ed6da84c39ab5ef7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed6da84c39ab5ef7","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1}},{"uid":"e7d9d8fb10dacd07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7d9d8fb10dacd07","status":"passed","time":{"start":1707770165191,"stop":1707770165192,"duration":1}},{"uid":"87e1da8bb8240fd6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87e1da8bb8240fd6","status":"passed","time":{"start":1707760340809,"stop":1707760340810,"duration":1}},{"uid":"659f070582e45c36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/659f070582e45c36","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"6240b89647d7603","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6240b89647d7603","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"6d2678eff895046a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6d2678eff895046a","status":"passed","time":{"start":1707753824711,"stop":1707753824711,"duration":0}},{"uid":"3e2978b34dd9aa34","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e2978b34dd9aa34","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"6022d2da9f4f287a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6022d2da9f4f287a","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"ac3989e59e23f93c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ac3989e59e23f93c","status":"passed","time":{"start":1707736323082,"stop":1707736323082,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1bd54f84788297","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bd54f84788297","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0}},{"uid":"a0eebd169271c6d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a0eebd169271c6d5","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"bf53b8e542b95f39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf53b8e542b95f39","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"cdea8d876f1abb83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cdea8d876f1abb83","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"75cdb84c4885aaff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75cdb84c4885aaff","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"e0faef295f5032bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0faef295f5032bc","status":"passed","time":{"start":1707769628076,"stop":1707769628077,"duration":1}},{"uid":"4c20675e975205c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c20675e975205c2","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"5f2a0d16d9c1abe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f2a0d16d9c1abe3","status":"passed","time":{"start":1707757417657,"stop":1707757417657,"duration":0}},{"uid":"e287eca7be8b878c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e287eca7be8b878c","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"94b9f2adc5195e42","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94b9f2adc5195e42","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"9b9d416cef157221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b9d416cef157221","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"f29efad49afe5872","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f29efad49afe5872","status":"passed","time":{"start":1707750594357,"stop":1707750594358,"duration":1}},{"uid":"56392d7f8c10080b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/56392d7f8c10080b","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"bad176f9f0aa86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bad176f9f0aa86","status":"passed","time":{"start":1707735693121,"stop":1707735693122,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ae41c5920a30cd3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae41c5920a30cd3e","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0}},{"uid":"dc8cbac83d19e8d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc8cbac83d19e8d3","status":"passed","time":{"start":1707777977674,"stop":1707777977675,"duration":1}},{"uid":"538dca336f2897ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/538dca336f2897ce","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"2ae874be3c8087be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2ae874be3c8087be","status":"passed","time":{"start":1707775082035,"stop":1707775082036,"duration":1}},{"uid":"17ae69826e4e109c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17ae69826e4e109c","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"4daca129cef2bed0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4daca129cef2bed0","status":"passed","time":{"start":1707769841911,"stop":1707769841912,"duration":1}},{"uid":"acc63f676652be78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acc63f676652be78","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"3088fb93aa86b418","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3088fb93aa86b418","status":"passed","time":{"start":1707757624891,"stop":1707757624892,"duration":1}},{"uid":"22b9b15eecab061","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/22b9b15eecab061","status":"passed","time":{"start":1707756261844,"stop":1707756261845,"duration":1}},{"uid":"799b450313d32210","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/799b450313d32210","status":"passed","time":{"start":1707753651191,"stop":1707753651192,"duration":1}},{"uid":"a7aed392c1344a79","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7aed392c1344a79","status":"passed","time":{"start":1707753409609,"stop":1707753409610,"duration":1}},{"uid":"581c49712a1e4f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/581c49712a1e4f55","status":"passed","time":{"start":1707750722059,"stop":1707750722060,"duration":1}},{"uid":"85c27812274830d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85c27812274830d3","status":"passed","time":{"start":1707736708338,"stop":1707736708339,"duration":1}},{"uid":"9c339e3daddc3bd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c339e3daddc3bd","status":"passed","time":{"start":1707735914399,"stop":1707735914400,"duration":1}}]},"525b4a1bb6b28f9b3d9961aadf7f3542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"623e5ac6e09c2f39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/623e5ac6e09c2f39","status":"passed","time":{"start":1707760301810,"stop":1707760301810,"duration":0}}]},"063029445ded32ca5eff3c3b1fb11b4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4049212aa2aab7b3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4049212aa2aab7b3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e189addd65cf4d62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e189addd65cf4d62","status":"passed","time":{"start":1707793012484,"stop":1707793012485,"duration":1}},{"uid":"8b535eba848a941f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b535eba848a941f","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"6f66dfe6ff0a78e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f66dfe6ff0a78e1","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"941c6f3bc77d5f07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941c6f3bc77d5f07","status":"passed","time":{"start":1707775082019,"stop":1707775082020,"duration":1}},{"uid":"dcd4e5b292f8a81d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd4e5b292f8a81d","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"duration":0}},{"uid":"bef75511cc2bad35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bef75511cc2bad35","status":"passed","time":{"start":1707769841900,"stop":1707769841901,"duration":1}},{"uid":"c5baaccdecd589dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5baaccdecd589dd","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"e970d67bfcccc286","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e970d67bfcccc286","status":"passed","time":{"start":1707757624877,"stop":1707757624878,"duration":1}},{"uid":"fe425bb50864a16e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe425bb50864a16e","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"57ebf91ab90dd443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57ebf91ab90dd443","status":"passed","time":{"start":1707753651168,"stop":1707753651169,"duration":1}},{"uid":"a70ecb37d1e76910","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a70ecb37d1e76910","status":"passed","time":{"start":1707753409587,"stop":1707753409587,"duration":0}},{"uid":"1b7615e2f187732d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b7615e2f187732d","status":"passed","time":{"start":1707750722050,"stop":1707750722051,"duration":1}},{"uid":"6afbda95bf73891c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6afbda95bf73891c","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"d12b7f577996215f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d12b7f577996215f","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b7809f6a44db87a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b7809f6a44db87a","status":"passed","time":{"start":1707792800002,"stop":1707792800003,"duration":1}},{"uid":"fe8e76a30443f782","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe8e76a30443f782","status":"passed","time":{"start":1707777749088,"stop":1707777749089,"duration":1}},{"uid":"fd3e24849bda072e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd3e24849bda072e","status":"passed","time":{"start":1707775025522,"stop":1707775025523,"duration":1}},{"uid":"dd4d1642c5ddc60f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd4d1642c5ddc60f","status":"passed","time":{"start":1707774827055,"stop":1707774827055,"duration":0}},{"uid":"27c52fdd7f63c869","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/27c52fdd7f63c869","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"duration":1}},{"uid":"955079a80fed7f4c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/955079a80fed7f4c","status":"passed","time":{"start":1707769627287,"stop":1707769627287,"duration":0}},{"uid":"72123905fa415f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72123905fa415f23","status":"passed","time":{"start":1707759722024,"stop":1707759722025,"duration":1}},{"uid":"ee2d058cd6362dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee2d058cd6362dc7","status":"passed","time":{"start":1707757416831,"stop":1707757416831,"duration":0}},{"uid":"bc22ca7a5e0d677","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc22ca7a5e0d677","status":"passed","time":{"start":1707756046590,"stop":1707756046591,"duration":1}},{"uid":"13423970596a6832","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13423970596a6832","status":"passed","time":{"start":1707753464663,"stop":1707753464664,"duration":1}},{"uid":"334246c016408cbc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/334246c016408cbc","status":"passed","time":{"start":1707753192931,"stop":1707753192931,"duration":0}},{"uid":"90a1ed84954855ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90a1ed84954855ae","status":"passed","time":{"start":1707750593502,"stop":1707750593503,"duration":1}},{"uid":"126f02786be8c8c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/126f02786be8c8c3","status":"passed","time":{"start":1707736510875,"stop":1707736510875,"duration":0}},{"uid":"4186f257c4f5004","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4186f257c4f5004","status":"passed","time":{"start":1707735692282,"stop":1707735692283,"duration":1}}]},"1e94d23ab23324d7c4773ba9e319d9e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c39cdd845606e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45c39cdd845606e5","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"46650b72499c92577e1bd413ce6a6fda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a737c065e4b26a4c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a737c065e4b26a4c","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6b10fc4c337d3340","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b10fc4c337d3340","status":"passed","time":{"start":1707793399646,"stop":1707793399647,"duration":1}},{"uid":"3c0d4672e1314cc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c0d4672e1314cc4","status":"passed","time":{"start":1707778379763,"stop":1707778379763,"duration":0}},{"uid":"d20c59fd830afce3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20c59fd830afce3","status":"passed","time":{"start":1707775649287,"stop":1707775649287,"duration":0}},{"uid":"d8e7b6ee025dca09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e7b6ee025dca09","status":"passed","time":{"start":1707775456620,"stop":1707775456622,"duration":2}},{"uid":"f5d594b4851742e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5d594b4851742e8","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"duration":1}},{"uid":"2521b89c4958677","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2521b89c4958677","status":"passed","time":{"start":1707770165189,"stop":1707770165190,"duration":1}},{"uid":"545e0f3c309eff17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/545e0f3c309eff17","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"443daa18a86b2a18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/443daa18a86b2a18","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"64577a7214ab3194","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/64577a7214ab3194","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"4280cad3961d3545","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4280cad3961d3545","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"55d1f73e2daa453e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55d1f73e2daa453e","status":"passed","time":{"start":1707751167360,"stop":1707751167360,"duration":0}},{"uid":"869bc49f9888f02d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/869bc49f9888f02d","status":"passed","time":{"start":1707737129080,"stop":1707737129081,"duration":1}},{"uid":"f1635bcfeb5c1313","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1635bcfeb5c1313","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e99437b89c78946","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e99437b89c78946","status":"passed","time":{"start":1707793384586,"stop":1707793384587,"duration":1}},{"uid":"3d54c4579734b938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d54c4579734b938","status":"passed","time":{"start":1707778360548,"stop":1707778360548,"duration":0}},{"uid":"a494579211bef150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a494579211bef150","status":"passed","time":{"start":1707775635823,"stop":1707775635823,"duration":0}},{"uid":"fe59beae2edde09a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe59beae2edde09a","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"ebf734d2fd18d743","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebf734d2fd18d743","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"2d83c6fb25bcc132","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d83c6fb25bcc132","status":"passed","time":{"start":1707770148426,"stop":1707770148426,"duration":0}},{"uid":"5d8932f185d235a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d8932f185d235a3","status":"passed","time":{"start":1707760329143,"stop":1707760329143,"duration":0}},{"uid":"fa87d9cb419b9164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa87d9cb419b9164","status":"passed","time":{"start":1707758022104,"stop":1707758022105,"duration":1}},{"uid":"80150f8b24abb0ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80150f8b24abb0ac","status":"passed","time":{"start":1707756648883,"stop":1707756648888,"duration":5}},{"uid":"f9e361316d8c9015","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f9e361316d8c9015","status":"passed","time":{"start":1707753961166,"stop":1707753961166,"duration":0}},{"uid":"e069226dbe49001d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e069226dbe49001d","status":"passed","time":{"start":1707753814893,"stop":1707753814894,"duration":1}},{"uid":"74c5b3915cfee82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74c5b3915cfee82a","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"fb898df493366c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb898df493366c82","status":"passed","time":{"start":1707736309871,"stop":1707736309871,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3fb5e35ef242875b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3fb5e35ef242875b","status":"passed","time":{"start":1707792878411,"stop":1707792878412,"duration":1}},{"uid":"ca196f36b32414c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca196f36b32414c2","status":"passed","time":{"start":1707777826927,"stop":1707777826927,"duration":0}},{"uid":"d08c1c4de4c53d34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d08c1c4de4c53d34","status":"passed","time":{"start":1707775103552,"stop":1707775103552,"duration":0}},{"uid":"4ba20524fadfcd41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ba20524fadfcd41","status":"passed","time":{"start":1707774906441,"stop":1707774906441,"duration":0}},{"uid":"8908cd8928916ea7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8908cd8928916ea7","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0}},{"uid":"d6f96458aa3497a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f96458aa3497a4","status":"passed","time":{"start":1707769706524,"stop":1707769706525,"duration":1}},{"uid":"46234c1f81e6bade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46234c1f81e6bade","status":"passed","time":{"start":1707759800529,"stop":1707759800529,"duration":0}},{"uid":"7c9c90e4e4830c31","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c9c90e4e4830c31","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"9abca46520dc0137","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9abca46520dc0137","status":"passed","time":{"start":1707756124834,"stop":1707756124835,"duration":1}},{"uid":"423f67b0b2f55a0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/423f67b0b2f55a0e","status":"passed","time":{"start":1707753544134,"stop":1707753544135,"duration":1}},{"uid":"69229c4d747c20ac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/69229c4d747c20ac","status":"passed","time":{"start":1707753273863,"stop":1707753273864,"duration":1}},{"uid":"667a7bf53311731a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/667a7bf53311731a","status":"passed","time":{"start":1707750672010,"stop":1707750672010,"duration":0}},{"uid":"a9a18124ce0b6d05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9a18124ce0b6d05","status":"passed","time":{"start":1707736588884,"stop":1707736588885,"duration":1}},{"uid":"8bf51165d27a873b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8bf51165d27a873b","status":"passed","time":{"start":1707735772594,"stop":1707735772594,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"267990520de738a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267990520de738a7","status":"passed","time":{"start":1707793028274,"stop":1707793028275,"duration":1}},{"uid":"59e5256e043fd57c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59e5256e043fd57c","status":"passed","time":{"start":1707777972997,"stop":1707777972998,"duration":1}},{"uid":"e64d7e4c40d7269b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e64d7e4c40d7269b","status":"passed","time":{"start":1707775244527,"stop":1707775244528,"duration":1}},{"uid":"5a77fba4cda0c905","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a77fba4cda0c905","status":"passed","time":{"start":1707775050816,"stop":1707775050816,"duration":0}},{"uid":"ab594840c6e935a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab594840c6e935a3","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"381da12171c18088","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/381da12171c18088","status":"passed","time":{"start":1707769843142,"stop":1707769843142,"duration":0}},{"uid":"9e938a207e469e40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e938a207e469e40","status":"passed","time":{"start":1707759965191,"stop":1707759965192,"duration":1}},{"uid":"77d360f6e40120c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77d360f6e40120c2","status":"passed","time":{"start":1707757644388,"stop":1707757644388,"duration":0}},{"uid":"a86fe405765ca910","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a86fe405765ca910","status":"passed","time":{"start":1707756267903,"stop":1707756267904,"duration":1}},{"uid":"c97f071d81142ade","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97f071d81142ade","status":"passed","time":{"start":1707753668029,"stop":1707753668030,"duration":1}},{"uid":"4ba3e86851b7afb2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4ba3e86851b7afb2","status":"passed","time":{"start":1707753423534,"stop":1707753423536,"duration":2}},{"uid":"5412c529f39f58c3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5412c529f39f58c3","status":"passed","time":{"start":1707750796029,"stop":1707750796029,"duration":0}},{"uid":"3db1a7d3c92f330a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3db1a7d3c92f330a","status":"passed","time":{"start":1707736730642,"stop":1707736730643,"duration":1}},{"uid":"ca0697d234a468be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca0697d234a468be","status":"passed","time":{"start":1707735912117,"stop":1707735912118,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2eee805a613956a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eee805a613956a3","status":"passed","time":{"start":1707793238872,"stop":1707793238873,"duration":1}},{"uid":"fe64402cb1f4f7c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe64402cb1f4f7c2","status":"passed","time":{"start":1707778202480,"stop":1707778202481,"duration":1}},{"uid":"47cad5ad196469c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47cad5ad196469c6","status":"passed","time":{"start":1707775486626,"stop":1707775486627,"duration":1}},{"uid":"deaea763b7d961e6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/deaea763b7d961e6","status":"passed","time":{"start":1707775300136,"stop":1707775300136,"duration":0}},{"uid":"f100af6c9b87404e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f100af6c9b87404e","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"7bbf70b6ebeb900b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bbf70b6ebeb900b","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"af25543a0a2f0fff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af25543a0a2f0fff","status":"passed","time":{"start":1707760174021,"stop":1707760174021,"duration":0}},{"uid":"fa452014b1c57929","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa452014b1c57929","status":"passed","time":{"start":1707757873921,"stop":1707757873922,"duration":1}},{"uid":"deb8b0f5efc5d35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deb8b0f5efc5d35","status":"passed","time":{"start":1707756499904,"stop":1707756499905,"duration":1}},{"uid":"c962b215d834b49f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c962b215d834b49f","status":"passed","time":{"start":1707753870443,"stop":1707753870444,"duration":1}},{"uid":"ebf699269038ccae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ebf699269038ccae","status":"passed","time":{"start":1707753647509,"stop":1707753647510,"duration":1}},{"uid":"8adea621f4a46897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8adea621f4a46897","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"7e45176d0a4ac03c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e45176d0a4ac03c","status":"passed","time":{"start":1707736947845,"stop":1707736947846,"duration":1}},{"uid":"21168fe77a8c369b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21168fe77a8c369b","status":"passed","time":{"start":1707736152503,"stop":1707736152504,"duration":1}}]},"25f20a4b01e669e1d7ccf9a151d029bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"706e5c2b9852269a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706e5c2b9852269a","status":"passed","time":{"start":1707760174030,"stop":1707760174031,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ded5d56cac4219d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ded5d56cac4219d1","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0}},{"uid":"4b5416d8ee996d99","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b5416d8ee996d99","status":"passed","time":{"start":1707778114671,"stop":1707778114671,"duration":0}},{"uid":"ff9cbd3d3cbed39c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff9cbd3d3cbed39c","status":"passed","time":{"start":1707775395373,"stop":1707775395373,"duration":0}},{"uid":"1cedba2ecbc6e545","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1cedba2ecbc6e545","status":"passed","time":{"start":1707775205626,"stop":1707775205626,"duration":0}},{"uid":"86b00576ebcc9e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86b00576ebcc9e9a","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0}},{"uid":"ac5a21f41cb80f0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5a21f41cb80f0f","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"4f28cb3efa8046b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f28cb3efa8046b4","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"b2899f201699da3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2899f201699da3b","status":"passed","time":{"start":1707757790733,"stop":1707757790734,"duration":1}},{"uid":"208b1e424cf8ea98","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/208b1e424cf8ea98","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"38d8a945fd56baf5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/38d8a945fd56baf5","status":"passed","time":{"start":1707753793187,"stop":1707753793187,"duration":0}},{"uid":"c2c3b8cfbafed536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2c3b8cfbafed536","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"be43061078b5f4d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be43061078b5f4d4","status":"passed","time":{"start":1707750953978,"stop":1707750953978,"duration":0}},{"uid":"7d0cf54e0de3bd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d0cf54e0de3bd9","status":"passed","time":{"start":1707736878964,"stop":1707736878965,"duration":1}},{"uid":"93318dee70ba6fcc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/93318dee70ba6fcc","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1b97547002e03220","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b97547002e03220","status":"passed","time":{"start":1707793238862,"stop":1707793238863,"duration":1}},{"uid":"6bda06b25e792005","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bda06b25e792005","status":"passed","time":{"start":1707778202464,"stop":1707778202465,"duration":1}},{"uid":"a583c65d06c4ce9f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a583c65d06c4ce9f","status":"passed","time":{"start":1707775486609,"stop":1707775486610,"duration":1}},{"uid":"595282dfa4250a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/595282dfa4250a9e","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"c0abd36bf1436e9d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0abd36bf1436e9d","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"8018eb9d3a870406","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8018eb9d3a870406","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"798e436780f26493","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/798e436780f26493","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"d12be3a7c132359b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d12be3a7c132359b","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"32fdccae028a2c22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32fdccae028a2c22","status":"passed","time":{"start":1707756499896,"stop":1707756499897,"duration":1}},{"uid":"956165c5574e4c79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956165c5574e4c79","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"b8746c283df7e323","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8746c283df7e323","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"d4e4b77022cc3e5e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d4e4b77022cc3e5e","status":"passed","time":{"start":1707751019562,"stop":1707751019563,"duration":1}},{"uid":"51f81f2d0a9eaf84","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51f81f2d0a9eaf84","status":"passed","time":{"start":1707736947837,"stop":1707736947838,"duration":1}},{"uid":"d89ec88c1b8da73c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d89ec88c1b8da73c","status":"passed","time":{"start":1707736152496,"stop":1707736152497,"duration":1}}]},"543da2d33ef85e2dfed7622b735756fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cd5b5051a6d921c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd5b5051a6d921c","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ee0c5d6495e00e28","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee0c5d6495e00e28","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0}},{"uid":"ec6268eae069ad00","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec6268eae069ad00","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"88c73138abe95e32","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/88c73138abe95e32","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"20e993ceb6505275","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20e993ceb6505275","status":"passed","time":{"start":1707775390221,"stop":1707775390222,"duration":1}},{"uid":"48d879a9e04b932f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48d879a9e04b932f","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1}},{"uid":"d54026700eb423d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d54026700eb423d6","status":"passed","time":{"start":1707760301801,"stop":1707760301801,"duration":0}},{"uid":"c950942efd0fb7ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c950942efd0fb7ab","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"68fac36437a98e94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/68fac36437a98e94","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"d8ac271c3b727de5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8ac271c3b727de5","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"613a74f2d5112489","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/613a74f2d5112489","status":"passed","time":{"start":1707753782731,"stop":1707753782732,"duration":1}},{"uid":"c9d58bc3e2875d1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d58bc3e2875d1c","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"8ee3b0b54b94b80a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ee3b0b54b94b80a","status":"passed","time":{"start":1707737091297,"stop":1707737091297,"duration":0}},{"uid":"aeb808fe28cf272d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aeb808fe28cf272d","status":"passed","time":{"start":1707736260117,"stop":1707736260118,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d55838876381600","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d55838876381600","status":"passed","time":{"start":1707793086602,"stop":1707793086602,"duration":0}},{"uid":"3a7cb167f6e736e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a7cb167f6e736e9","status":"passed","time":{"start":1707778058486,"stop":1707778058487,"duration":1}},{"uid":"87cc90417bd7a48a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87cc90417bd7a48a","status":"passed","time":{"start":1707775337145,"stop":1707775337146,"duration":1}},{"uid":"a4ff69c15b8116db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4ff69c15b8116db","status":"passed","time":{"start":1707775143599,"stop":1707775143599,"duration":0}},{"uid":"b5ba2cce04506e91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5ba2cce04506e91","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"duration":1}},{"uid":"f2eac8e03041c253","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f2eac8e03041c253","status":"passed","time":{"start":1707769940207,"stop":1707769940207,"duration":0}},{"uid":"63985c11bf567dc5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63985c11bf567dc5","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"915d808faceecdf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/915d808faceecdf1","status":"passed","time":{"start":1707757736392,"stop":1707757736393,"duration":1}},{"uid":"2feb5f00def3c0c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2feb5f00def3c0c1","status":"passed","time":{"start":1707756352339,"stop":1707756352340,"duration":1}},{"uid":"449a65fc9e80e430","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/449a65fc9e80e430","status":"passed","time":{"start":1707753768708,"stop":1707753768709,"duration":1}},{"uid":"39b1365e3b1fd86f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39b1365e3b1fd86f","status":"passed","time":{"start":1707753512767,"stop":1707753512767,"duration":0}},{"uid":"2b9364830ab1e3a4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b9364830ab1e3a4","status":"passed","time":{"start":1707750899681,"stop":1707750899681,"duration":0}},{"uid":"9a2a4f5518e6285e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a2a4f5518e6285e","status":"passed","time":{"start":1707736822678,"stop":1707736822679,"duration":1}},{"uid":"d08da675dea8db0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d08da675dea8db0","status":"passed","time":{"start":1707736014741,"stop":1707736014742,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"38def58a22170086","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38def58a22170086","status":"passed","time":{"start":1707777997120,"stop":1707777997120,"duration":0}},{"uid":"9728532c40b25a38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9728532c40b25a38","status":"passed","time":{"start":1707775275758,"stop":1707775275758,"duration":0}},{"uid":"a3149816878be736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a3149816878be736","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1707775085897,"stop":1707775085897,"duration":0}},{"uid":"1efc86d6490e971d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1efc86d6490e971d","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"484a1f380c2efa0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/484a1f380c2efa0e","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"95abee5ee703a30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95abee5ee703a30","status":"passed","time":{"start":1707759981480,"stop":1707759981481,"duration":1}},{"uid":"8cbd583b030f5694","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8cbd583b030f5694","status":"passed","time":{"start":1707757676050,"stop":1707757676051,"duration":1}},{"uid":"5a5881fb3a9b7ef6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a5881fb3a9b7ef6","status":"passed","time":{"start":1707756304435,"stop":1707756304435,"duration":0}},{"uid":"b8f2e8b67baf4e2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8f2e8b67baf4e2a","status":"passed","time":{"start":1707753713266,"stop":1707753713267,"duration":1}},{"uid":"f9333a0c57dc281b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f9333a0c57dc281b","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"e4acae91e3e17475","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4acae91e3e17475","status":"passed","time":{"start":1707750840054,"stop":1707750840054,"duration":0}},{"uid":"d9f84136fa01dce7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9f84136fa01dce7","status":"passed","time":{"start":1707736765048,"stop":1707736765048,"duration":0}},{"uid":"ad19fab6eb889e03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad19fab6eb889e03","status":"passed","time":{"start":1707735955264,"stop":1707735955264,"duration":0}}]},"cd1c199ba3cff6ab6f0a357d3cc43a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cce35b23f96f09f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cce35b23f96f09f0","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c774d776fc8ab575","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c774d776fc8ab575","status":"passed","time":{"start":1707793369036,"stop":1707793369037,"duration":1}},{"uid":"a20198cf565c3194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a20198cf565c3194","status":"passed","time":{"start":1707778332051,"stop":1707778332051,"duration":0}},{"uid":"8bf4ca0cde68fef3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bf4ca0cde68fef3","status":"passed","time":{"start":1707775601727,"stop":1707775601727,"duration":0}},{"uid":"5cc271571505f2a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5cc271571505f2a5","status":"passed","time":{"start":1707775415220,"stop":1707775415220,"duration":0}},{"uid":"654f3b56788ce516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/654f3b56788ce516","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"99f47c6677d03f76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/99f47c6677d03f76","status":"passed","time":{"start":1707770103227,"stop":1707770103229,"duration":2}},{"uid":"e5291f7ff9bfcc17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5291f7ff9bfcc17","status":"passed","time":{"start":1707760299493,"stop":1707760299493,"duration":0}},{"uid":"eac35a8e6071d85","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac35a8e6071d85","status":"passed","time":{"start":1707757995161,"stop":1707757995162,"duration":1}},{"uid":"2b7c76041882d1cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b7c76041882d1cc","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"5fd54b7fa49162b6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5fd54b7fa49162b6","status":"passed","time":{"start":1707753925426,"stop":1707753925427,"duration":1}},{"uid":"b282c12c23c1a8d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b282c12c23c1a8d0","status":"passed","time":{"start":1707753785898,"stop":1707753785899,"duration":1}},{"uid":"d3919ff422f2a849","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3919ff422f2a849","status":"passed","time":{"start":1707751137103,"stop":1707751137103,"duration":0}},{"uid":"e135b7b49e84221c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e135b7b49e84221c","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"2ec44e9744017821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ec44e9744017821","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22b2c03219947e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b2c03219947e51","status":"passed","time":{"start":1707792792547,"stop":1707792792548,"duration":1}},{"uid":"ca263dff0091ed83","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca263dff0091ed83","status":"passed","time":{"start":1707777741284,"stop":1707777741285,"duration":1}},{"uid":"925787f5572ff4f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/925787f5572ff4f9","status":"passed","time":{"start":1707775017700,"stop":1707775017700,"duration":0}},{"uid":"76e69ac03efb56c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76e69ac03efb56c0","status":"passed","time":{"start":1707774819158,"stop":1707774819158,"duration":0}},{"uid":"350038fe77584430","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/350038fe77584430","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"duration":0}},{"uid":"5c4372106bea23d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c4372106bea23d5","status":"passed","time":{"start":1707769619246,"stop":1707769619247,"duration":1}},{"uid":"39d5e318ce0581dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d5e318ce0581dd","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"2474df7020a29a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2474df7020a29a6f","status":"passed","time":{"start":1707757408920,"stop":1707757408921,"duration":1}},{"uid":"4f328fbf36e75eaa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f328fbf36e75eaa","status":"passed","time":{"start":1707756038648,"stop":1707756038649,"duration":1}},{"uid":"dc03e1a93cf607f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc03e1a93cf607f5","status":"passed","time":{"start":1707753456819,"stop":1707753456819,"duration":0}},{"uid":"8ecd5a5c94ae0c59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ecd5a5c94ae0c59","status":"passed","time":{"start":1707753185026,"stop":1707753185026,"duration":0}},{"uid":"d37803ec3ed9ce10","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d37803ec3ed9ce10","status":"passed","time":{"start":1707750585689,"stop":1707750585690,"duration":1}},{"uid":"fdc327b473696805","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdc327b473696805","status":"passed","time":{"start":1707736503241,"stop":1707736503242,"duration":1}},{"uid":"29e99ddab98e7492","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29e99ddab98e7492","status":"passed","time":{"start":1707735684539,"stop":1707735684540,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c877d88e800e0ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8c877d88e800e0ad","status":"passed","time":{"start":1707793371108,"stop":1707793371109,"duration":1}},{"uid":"d65dc63da6b54220","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d65dc63da6b54220","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"287982de8a2cdd19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/287982de8a2cdd19","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"32aedfccb9377581","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32aedfccb9377581","status":"passed","time":{"start":1707775390237,"stop":1707775390238,"duration":1}},{"uid":"a954f7a94ada029e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a954f7a94ada029e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"ef43f4d1b2cc4a34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef43f4d1b2cc4a34","status":"passed","time":{"start":1707769968721,"stop":1707769968722,"duration":1}},{"uid":"af8fef5aae686c2e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8fef5aae686c2e","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"738e49df2ce6cd36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/738e49df2ce6cd36","status":"passed","time":{"start":1707758006714,"stop":1707758006715,"duration":1}},{"uid":"3240346548fafca5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3240346548fafca5","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ebc02c60c6799be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ebc02c60c6799be","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"a516b2046154440f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a516b2046154440f","status":"passed","time":{"start":1707753782761,"stop":1707753782762,"duration":1}},{"uid":"9f663d4b24aec647","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f663d4b24aec647","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"2866f7ff5a7fddfd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2866f7ff5a7fddfd","status":"passed","time":{"start":1707737091349,"stop":1707737091349,"duration":0}},{"uid":"702e2b0b369dae85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/702e2b0b369dae85","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d5510c9489c8545e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d5510c9489c8545e","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"duration":0}},{"uid":"6ba30d426a4fe95f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ba30d426a4fe95f","status":"passed","time":{"start":1707778202475,"stop":1707778202476,"duration":1}},{"uid":"7787ae850162c6ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7787ae850162c6ce","status":"passed","time":{"start":1707775486615,"stop":1707775486616,"duration":1}},{"uid":"67bdcb2ea247dd8b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67bdcb2ea247dd8b","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"eaaf00acc2b9b4bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaaf00acc2b9b4bd","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"duration":1}},{"uid":"201c5a21991c2bcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/201c5a21991c2bcc","status":"passed","time":{"start":1707770051363,"stop":1707770051364,"duration":1}},{"uid":"75ef734656f3a439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/75ef734656f3a439","status":"passed","time":{"start":1707760174011,"stop":1707760174012,"duration":1}},{"uid":"687e01a19bf7647d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/687e01a19bf7647d","status":"passed","time":{"start":1707757873910,"stop":1707757873917,"duration":7}},{"uid":"23fadfdc7e218d63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23fadfdc7e218d63","status":"passed","time":{"start":1707756499900,"stop":1707756499900,"duration":0}},{"uid":"6721f2c3605b4ffd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6721f2c3605b4ffd","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"afc3ee815a3ac30d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc3ee815a3ac30d","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"c5c10950ecd5af6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5c10950ecd5af6a","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"7b6d4656eec4aebd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b6d4656eec4aebd","status":"passed","time":{"start":1707736947840,"stop":1707736947841,"duration":1}},{"uid":"dfc2593fb1f79ad7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dfc2593fb1f79ad7","status":"passed","time":{"start":1707736152499,"stop":1707736152500,"duration":1}}]},"2933e7d7b2f9ed43c36bef8a1347caf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a035552ef488137d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a035552ef488137d","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e5ad979e83de90f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e5ad979e83de90f","status":"passed","time":{"start":1707792849459,"stop":1707792849460,"duration":1}},{"uid":"5b19231e5b55de02","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b19231e5b55de02","status":"passed","time":{"start":1707777798762,"stop":1707777798762,"duration":0}},{"uid":"d20dfdede6bd30fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20dfdede6bd30fe","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"e31f334974b09a9a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e31f334974b09a9a","status":"passed","time":{"start":1707774880419,"stop":1707774880420,"duration":1}},{"uid":"30583484cf060d7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30583484cf060d7c","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"duration":1}},{"uid":"317c2ad7f47d5c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317c2ad7f47d5c98","status":"passed","time":{"start":1707769677703,"stop":1707769677706,"duration":3}},{"uid":"1258cf9a81875b00","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1258cf9a81875b00","status":"passed","time":{"start":1707759769673,"stop":1707759769674,"duration":1}},{"uid":"fc37ac223cc6546f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc37ac223cc6546f","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"601ad2be3b35e057","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/601ad2be3b35e057","status":"passed","time":{"start":1707756096178,"stop":1707756096180,"duration":2}},{"uid":"58f6fdc6629494cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58f6fdc6629494cf","status":"passed","time":{"start":1707753517974,"stop":1707753517975,"duration":1}},{"uid":"1067d3122c598f5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1067d3122c598f5f","status":"passed","time":{"start":1707753244728,"stop":1707753244729,"duration":1}},{"uid":"8a40d904e96ac004","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a40d904e96ac004","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"37ff88baaea15224","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37ff88baaea15224","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"4ea0398471c8ce38","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ea0398471c8ce38","status":"passed","time":{"start":1707735743496,"stop":1707735743507,"duration":11}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f64cde6e15acf61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f64cde6e15acf61","status":"passed","time":{"start":1707793153212,"stop":1707793153213,"duration":1}},{"uid":"6bf3a0add9bf1a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bf3a0add9bf1a5e","status":"passed","time":{"start":1707778114662,"stop":1707778114663,"duration":1}},{"uid":"9580c2b808b91c7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9580c2b808b91c7b","status":"passed","time":{"start":1707775395368,"stop":1707775395368,"duration":0}},{"uid":"7e35d6b5fc29dd35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e35d6b5fc29dd35","status":"passed","time":{"start":1707775205621,"stop":1707775205621,"duration":0}},{"uid":"8f183c9e6553580e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f183c9e6553580e","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2}},{"uid":"e0457a82dde465f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0457a82dde465f1","status":"passed","time":{"start":1707769983263,"stop":1707769983265,"duration":2}},{"uid":"46e74ed58dbb1cc6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46e74ed58dbb1cc6","status":"passed","time":{"start":1707760095395,"stop":1707760095395,"duration":0}},{"uid":"45f3fb090d38f967","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f3fb090d38f967","status":"passed","time":{"start":1707757790725,"stop":1707757790725,"duration":0}},{"uid":"c402795ee6a9a805","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c402795ee6a9a805","status":"passed","time":{"start":1707756409537,"stop":1707756409537,"duration":0}},{"uid":"265e184521ce4ba3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/265e184521ce4ba3","status":"passed","time":{"start":1707753793181,"stop":1707753793181,"duration":0}},{"uid":"4466bcfb05a056a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4466bcfb05a056a7","status":"passed","time":{"start":1707753573521,"stop":1707753573522,"duration":1}},{"uid":"80bccc7a770a37b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/80bccc7a770a37b1","status":"passed","time":{"start":1707750953969,"stop":1707750953969,"duration":0}},{"uid":"d41c09fe486fd8f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d41c09fe486fd8f9","status":"passed","time":{"start":1707736878958,"stop":1707736878959,"duration":1}},{"uid":"78e186e1a51d66e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78e186e1a51d66e6","status":"passed","time":{"start":1707736081263,"stop":1707736081263,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9101a4679152edc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9101a4679152edc7","status":"passed","time":{"start":1707792800007,"stop":1707792800008,"duration":1}},{"uid":"1a42c040938475e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1a42c040938475e2","status":"passed","time":{"start":1707777749094,"stop":1707777749095,"duration":1}},{"uid":"c362ce3ee400dcdf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c362ce3ee400dcdf","status":"passed","time":{"start":1707775025527,"stop":1707775025528,"duration":1}},{"uid":"c939338dbdcdb082","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c939338dbdcdb082","status":"passed","time":{"start":1707774827058,"stop":1707774827061,"duration":3}},{"uid":"ac41648ca8a77ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac41648ca8a77ce7","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"duration":1}},{"uid":"d887c406e112e221","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d887c406e112e221","status":"passed","time":{"start":1707769627290,"stop":1707769627290,"duration":0}},{"uid":"9d001c59658bae99","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d001c59658bae99","status":"passed","time":{"start":1707759722030,"stop":1707759722030,"duration":0}},{"uid":"8a8f2627d063e7a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a8f2627d063e7a","status":"passed","time":{"start":1707757416838,"stop":1707757416839,"duration":1}},{"uid":"a0dfc516ed3f6a36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0dfc516ed3f6a36","status":"passed","time":{"start":1707756046593,"stop":1707756046606,"duration":13}},{"uid":"d2b07f7afe04d508","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b07f7afe04d508","status":"passed","time":{"start":1707753464666,"stop":1707753464667,"duration":1}},{"uid":"9280ccb63468bcf6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9280ccb63468bcf6","status":"passed","time":{"start":1707753192937,"stop":1707753192937,"duration":0}},{"uid":"88e4a0d43e439725","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88e4a0d43e439725","status":"passed","time":{"start":1707750593505,"stop":1707750593506,"duration":1}},{"uid":"9d731018f44d1976","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d731018f44d1976","status":"passed","time":{"start":1707736510878,"stop":1707736510879,"duration":1}},{"uid":"ef94876b43233b5a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef94876b43233b5a","status":"passed","time":{"start":1707735692289,"stop":1707735692290,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7305cfb35af012","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7305cfb35af012","status":"passed","time":{"start":1707793012507,"stop":1707793012511,"duration":4}},{"uid":"e071922f0322cb03","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e071922f0322cb03","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"6d3429db9b598062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d3429db9b598062","status":"passed","time":{"start":1707775258466,"stop":1707775258466,"duration":0}},{"uid":"24c9d497d894df4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/24c9d497d894df4","status":"passed","time":{"start":1707775082031,"stop":1707775082031,"duration":0}},{"uid":"77f40b650b5b4afe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/77f40b650b5b4afe","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"efe140c723343c7e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efe140c723343c7e","status":"passed","time":{"start":1707769841908,"stop":1707769841909,"duration":1}},{"uid":"7b1082b602be7279","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b1082b602be7279","status":"passed","time":{"start":1707759921462,"stop":1707759921462,"duration":0}},{"uid":"f2d213ae34c1573c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d213ae34c1573c","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"83bdeb03f73a759f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/83bdeb03f73a759f","status":"passed","time":{"start":1707756261833,"stop":1707756261834,"duration":1}},{"uid":"6f765cb4d5e2d398","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f765cb4d5e2d398","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"687886af3c1d51ff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/687886af3c1d51ff","status":"passed","time":{"start":1707753409600,"stop":1707753409604,"duration":4}},{"uid":"90ec76c13cdc4b87","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90ec76c13cdc4b87","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"cfe3948a2a95fef1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfe3948a2a95fef1","status":"passed","time":{"start":1707736708335,"stop":1707736708336,"duration":1}},{"uid":"aa673cd8f5cc56ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa673cd8f5cc56ca","status":"passed","time":{"start":1707735914393,"stop":1707735914394,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6457dc130342f3fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6457dc130342f3fa","status":"passed","time":{"start":1707792869304,"stop":1707792869305,"duration":1}},{"uid":"1c25b09f16352cdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c25b09f16352cdc","status":"passed","time":{"start":1707777818742,"stop":1707777818743,"duration":1}},{"uid":"7270f375391d2021","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7270f375391d2021","status":"passed","time":{"start":1707775095410,"stop":1707775095410,"duration":0}},{"uid":"63d6fa4ed844087","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63d6fa4ed844087","status":"passed","time":{"start":1707774915339,"stop":1707774915340,"duration":1}},{"uid":"725f36f743b267cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/725f36f743b267cc","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0}},{"uid":"e1619b1a29ce03a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1619b1a29ce03a4","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"6400f07bdbe3c6dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6400f07bdbe3c6dc","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"7fade6ed5fa9641f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7fade6ed5fa9641f","status":"passed","time":{"start":1707757488461,"stop":1707757488461,"duration":0}},{"uid":"e74182c17fa10b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74182c17fa10b54","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"945628cc541b2aae","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/945628cc541b2aae","status":"passed","time":{"start":1707753533385,"stop":1707753533385,"duration":0}},{"uid":"eee781eb0f824f59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eee781eb0f824f59","status":"passed","time":{"start":1707753263798,"stop":1707753263798,"duration":0}},{"uid":"456806416a83f4c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/456806416a83f4c5","status":"passed","time":{"start":1707750661592,"stop":1707750661592,"duration":0}},{"uid":"d3c21985fff08850","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3c21985fff08850","status":"passed","time":{"start":1707736580002,"stop":1707736580003,"duration":1}},{"uid":"c3193031a34c68ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c3193031a34c68ed","status":"passed","time":{"start":1707735764683,"stop":1707735764684,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a4443511c88d268d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4443511c88d268d","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"duration":0}},{"uid":"7c41a57051589413","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c41a57051589413","status":"passed","time":{"start":1707778058488,"stop":1707778058488,"duration":0}},{"uid":"e171cf868d003ece","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e171cf868d003ece","status":"passed","time":{"start":1707775337147,"stop":1707775337148,"duration":1}},{"uid":"6fa7fc64a049f759","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6fa7fc64a049f759","status":"passed","time":{"start":1707775143600,"stop":1707775143600,"duration":0}},{"uid":"5b76bb849a4669ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b76bb849a4669ee","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"2ea6f3a02f3ee46e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea6f3a02f3ee46e","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"f5fa47448d55328f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f5fa47448d55328f","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"e6fa953151ec3dd9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6fa953151ec3dd9","status":"passed","time":{"start":1707757736394,"stop":1707757736396,"duration":2}},{"uid":"a3f7a10bb27d94f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3f7a10bb27d94f5","status":"passed","time":{"start":1707756352340,"stop":1707756352341,"duration":1}},{"uid":"e5a980448c87897d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a980448c87897d","status":"passed","time":{"start":1707753768709,"stop":1707753768710,"duration":1}},{"uid":"96274e73bab4c7fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96274e73bab4c7fe","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"823718d7ec59b708","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/823718d7ec59b708","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"d28d5b330d5cd44f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d28d5b330d5cd44f","status":"passed","time":{"start":1707736822681,"stop":1707736822681,"duration":0}},{"uid":"39e6c6b4d1342a76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/39e6c6b4d1342a76","status":"passed","time":{"start":1707736014742,"stop":1707736014743,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce243c211a28a184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce243c211a28a184","status":"passed","time":{"start":1707793012469,"stop":1707793012470,"duration":1}},{"uid":"625c5342064dbd49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/625c5342064dbd49","status":"passed","time":{"start":1707777977662,"stop":1707777977662,"duration":0}},{"uid":"97dced019765ddb3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/97dced019765ddb3","status":"passed","time":{"start":1707775258452,"stop":1707775258453,"duration":1}},{"uid":"583cb5e479d8c966","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/583cb5e479d8c966","status":"passed","time":{"start":1707775082009,"stop":1707775082010,"duration":1}},{"uid":"dda2805c6a76dea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dda2805c6a76dea1","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"duration":1}},{"uid":"8b325b93775e1e55","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b325b93775e1e55","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"52d5807ada75188","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52d5807ada75188","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"66df3ae0c570eb2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66df3ae0c570eb2a","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"eaf6116f80cca4f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eaf6116f80cca4f1","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"5ee67ab5aa66ab7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ee67ab5aa66ab7f","status":"passed","time":{"start":1707753651143,"stop":1707753651144,"duration":1}},{"uid":"dfec36dc32c3926d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dfec36dc32c3926d","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"58361b31888aae50","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/58361b31888aae50","status":"passed","time":{"start":1707750722040,"stop":1707750722045,"duration":5}},{"uid":"4fee544baa584d33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4fee544baa584d33","status":"passed","time":{"start":1707736708324,"stop":1707736708325,"duration":1}},{"uid":"ad1d262a2b99cdb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad1d262a2b99cdb","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9b9391897a88df0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b9391897a88df0d","status":"passed","time":{"start":1707793387156,"stop":1707793387157,"duration":1}},{"uid":"50d6d16620d9cb5b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50d6d16620d9cb5b","status":"passed","time":{"start":1707778357268,"stop":1707778357268,"duration":0}},{"uid":"966100cdee34aa8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/966100cdee34aa8","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"9ba6c0561cdb8bff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ba6c0561cdb8bff","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"6df8b426819fbd25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6df8b426819fbd25","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"duration":0}},{"uid":"cd73fd582af5ab6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd73fd582af5ab6","status":"passed","time":{"start":1707770134574,"stop":1707770134575,"duration":1}},{"uid":"88df4754c567b8ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88df4754c567b8ce","status":"passed","time":{"start":1707760319220,"stop":1707760319220,"duration":0}},{"uid":"7f64639c8170fc03","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f64639c8170fc03","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"df0604db777fdd7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df0604db777fdd7c","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"d52ee4c39094ad8c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d52ee4c39094ad8c","status":"passed","time":{"start":1707753945998,"stop":1707753945999,"duration":1}},{"uid":"515716311084276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515716311084276a","status":"passed","time":{"start":1707753803975,"stop":1707753803976,"duration":1}},{"uid":"5f0e31d9ca53023a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5f0e31d9ca53023a","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"58a20531c8f04ac7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58a20531c8f04ac7","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"30337436a6090587","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30337436a6090587","status":"passed","time":{"start":1707736302667,"stop":1707736302667,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d3e30de67c4c2d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d3e30de67c4c2d9","status":"passed","time":{"start":1707793153230,"stop":1707793153230,"duration":0}},{"uid":"a6d75f3b564c72f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6d75f3b564c72f1","status":"passed","time":{"start":1707778114681,"stop":1707778114682,"duration":1}},{"uid":"ef5873bbaf2aec34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef5873bbaf2aec34","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"fc754611ddffe191","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc754611ddffe191","status":"passed","time":{"start":1707775205636,"stop":1707775205636,"duration":0}},{"uid":"ce27878d48fa8d2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce27878d48fa8d2b","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0}},{"uid":"682e6995c793595b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682e6995c793595b","status":"passed","time":{"start":1707769983285,"stop":1707769983286,"duration":1}},{"uid":"5d5a63e17ee51668","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d5a63e17ee51668","status":"passed","time":{"start":1707760095409,"stop":1707760095409,"duration":0}},{"uid":"8ecceef5052ef9b0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ecceef5052ef9b0","status":"passed","time":{"start":1707757790740,"stop":1707757790741,"duration":1}},{"uid":"cd26d48f7aa98c1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd26d48f7aa98c1b","status":"passed","time":{"start":1707756409552,"stop":1707756409553,"duration":1}},{"uid":"bada3d2cd618337b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bada3d2cd618337b","status":"passed","time":{"start":1707753793196,"stop":1707753793197,"duration":1}},{"uid":"8035bceabdd9cf22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8035bceabdd9cf22","status":"passed","time":{"start":1707753573537,"stop":1707753573538,"duration":1}},{"uid":"c884ad531c7692b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c884ad531c7692b4","status":"passed","time":{"start":1707750953986,"stop":1707750953987,"duration":1}},{"uid":"9bb2732dace032a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9bb2732dace032a6","status":"passed","time":{"start":1707736878973,"stop":1707736878973,"duration":0}},{"uid":"667e240c93ce3a8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/667e240c93ce3a8d","status":"passed","time":{"start":1707736081278,"stop":1707736081278,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4a73f2968a4f9021","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a73f2968a4f9021","status":"passed","time":{"start":1707793012465,"stop":1707793012466,"duration":1}},{"uid":"4e818d8189018042","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e818d8189018042","status":"passed","time":{"start":1707777977659,"stop":1707777977660,"duration":1}},{"uid":"90e7d5d0afe3dbbf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/90e7d5d0afe3dbbf","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"bb6d1b7adecb4c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6d1b7adecb4c95","status":"passed","time":{"start":1707775081997,"stop":1707775082004,"duration":7}},{"uid":"e6c946f1f68adb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6c946f1f68adb1","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"a06c7ac018d818f7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a06c7ac018d818f7","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"f25fb3a0fea3ec2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f25fb3a0fea3ec2d","status":"passed","time":{"start":1707759921446,"stop":1707759921447,"duration":1}},{"uid":"759aed2e207e7e4d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/759aed2e207e7e4d","status":"passed","time":{"start":1707757624870,"stop":1707757624871,"duration":1}},{"uid":"56e0514112d44336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56e0514112d44336","status":"passed","time":{"start":1707756261746,"stop":1707756261747,"duration":1}},{"uid":"f16201ece0d54db8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f16201ece0d54db8","status":"passed","time":{"start":1707753651136,"stop":1707753651136,"duration":0}},{"uid":"fdd00599c6c95c3b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd00599c6c95c3b","status":"passed","time":{"start":1707753409579,"stop":1707753409580,"duration":1}},{"uid":"25cb6e830237f76d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25cb6e830237f76d","status":"passed","time":{"start":1707750722037,"stop":1707750722038,"duration":1}},{"uid":"d766ab7f62a00374","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d766ab7f62a00374","status":"passed","time":{"start":1707736708318,"stop":1707736708319,"duration":1}},{"uid":"1dbdde0222ae1fc4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dbdde0222ae1fc4","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"28847ed8a12aa789","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28847ed8a12aa789","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0}},{"uid":"40b700a4aff8893e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40b700a4aff8893e","status":"passed","time":{"start":1707778338831,"stop":1707778338832,"duration":1}},{"uid":"bff49d0cb09909e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bff49d0cb09909e1","status":"passed","time":{"start":1707775602012,"stop":1707775602013,"duration":1}},{"uid":"c4723d36a52e7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4723d36a52e7b","status":"passed","time":{"start":1707775390219,"stop":1707775390220,"duration":1}},{"uid":"3f00d15db25ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f00d15db25ad8f8","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1}},{"uid":"3d4fc4aabcb3910b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d4fc4aabcb3910b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1707769968720,"stop":1707769968721,"duration":1}},{"uid":"1691685ecf94b374","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1691685ecf94b374","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"83a9b5a811c1789a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83a9b5a811c1789a","status":"passed","time":{"start":1707758006702,"stop":1707758006703,"duration":1}},{"uid":"54abe516940de7e3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54abe516940de7e3","status":"passed","time":{"start":1707756617032,"stop":1707756617033,"duration":1}},{"uid":"84373c8a73e63ae6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/84373c8a73e63ae6","status":"passed","time":{"start":1707753988873,"stop":1707753988874,"duration":1}},{"uid":"e52e48ed04d4228b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e52e48ed04d4228b","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"37495b6fa0baf1b9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/37495b6fa0baf1b9","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"a90ce22bb9866db1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a90ce22bb9866db1","status":"passed","time":{"start":1707737091295,"stop":1707737091295,"duration":0}},{"uid":"c218bc6ce75ab15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218bc6ce75ab15","status":"passed","time":{"start":1707736260115,"stop":1707736260115,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a717290248be4067","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a717290248be4067","status":"passed","time":{"start":1707792800817,"stop":1707792800818,"duration":1}},{"uid":"9c55f5d7fb6e628b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c55f5d7fb6e628b","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"3bc1201ef57fcd29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3bc1201ef57fcd29","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"89d0e10eeb245185","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/89d0e10eeb245185","status":"passed","time":{"start":1707774827858,"stop":1707774827859,"duration":1}},{"uid":"c113a33c729c954e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c113a33c729c954e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"adad8a3e37a08251","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adad8a3e37a08251","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"7f9ea101bad31e54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7f9ea101bad31e54","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"58fc1b76249c75e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58fc1b76249c75e3","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"25da8daabb06e811","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25da8daabb06e811","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"8e59477aaf9d9e2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e59477aaf9d9e2","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"8ec9a723bd5ee1ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ec9a723bd5ee1ec","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"89fe0cfc521fc944","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89fe0cfc521fc944","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"6fd5131ae1e085d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6fd5131ae1e085d0","status":"passed","time":{"start":1707736511741,"stop":1707736511742,"duration":1}},{"uid":"325838315b47b4ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325838315b47b4ca","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f73ba97c866ecfc6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f73ba97c866ecfc6","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"854ef5b2ef75ce2a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/854ef5b2ef75ce2a","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"200ac4492e14b2e3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/200ac4492e14b2e3","status":"passed","time":{"start":1707775026268,"stop":1707775026268,"duration":0}},{"uid":"571b5eca2aabc5ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/571b5eca2aabc5ad","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"8af38e2eb2baf574","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8af38e2eb2baf574","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1}},{"uid":"4424293d355a4faa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4424293d355a4faa","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"ace4261bf7d0024c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ace4261bf7d0024c","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"dcc461be8efa8a79","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcc461be8efa8a79","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"567e8fe25e650320","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/567e8fe25e650320","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"1fb76b3a2bd29f61","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1fb76b3a2bd29f61","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"e12a808022bdbcf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e12a808022bdbcf1","status":"passed","time":{"start":1707753193784,"stop":1707753193785,"duration":1}},{"uid":"ede3766143752b7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ede3766143752b7a","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"55a796a925d485c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55a796a925d485c","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"84ef644533d51de1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ef644533d51de1","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4be9c11319b48c20","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4be9c11319b48c20","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"1ac0148ad14492d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1ac0148ad14492d2","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"cd172820e67d6362","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd172820e67d6362","status":"passed","time":{"start":1707775026267,"stop":1707775026268,"duration":1}},{"uid":"b3f3398410661c18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3f3398410661c18","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"a42a54c89c5b2ec4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a42a54c89c5b2ec4","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"2395248cf7dad3e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2395248cf7dad3e","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"bf4e0ec77bacb098","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf4e0ec77bacb098","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"2a1ecd9d84a926b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a1ecd9d84a926b1","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"950a6e0fc542c40b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/950a6e0fc542c40b","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"fedf332c921541f8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fedf332c921541f8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"fe8fef3459f38c12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe8fef3459f38c12","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"29a8a0df19d57d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a8a0df19d57d6","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"bdd06bbfec1677ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bdd06bbfec1677ce","status":"passed","time":{"start":1707736511739,"stop":1707736511740,"duration":1}},{"uid":"fcc7b9e7ea22ebe7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcc7b9e7ea22ebe7","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b1490e6aa20990","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1490e6aa20990","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"duration":0}},{"uid":"e928d90ebc9703e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e928d90ebc9703e0","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"3acfe22ed86190ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3acfe22ed86190ed","status":"passed","time":{"start":1707775471150,"stop":1707775471151,"duration":1}},{"uid":"700b8f068dd75351","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/700b8f068dd75351","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"58b7a4c63cf9d9b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b7a4c63cf9d9b","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"duration":1}},{"uid":"a30d7d131e5c76aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a30d7d131e5c76aa","status":"passed","time":{"start":1707770054149,"stop":1707770054150,"duration":1}},{"uid":"7830cdc7b235ba2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7830cdc7b235ba2d","status":"passed","time":{"start":1707760163341,"stop":1707760163341,"duration":0}},{"uid":"5bd978badd8f93cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bd978badd8f93cd","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"9e9b5d0646604f4e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e9b5d0646604f4e","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"8f0c17e660e084c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f0c17e660e084c0","status":"passed","time":{"start":1707753863567,"stop":1707753863568,"duration":1}},{"uid":"f343ab451e01acbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f343ab451e01acbe","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"d695170af9518600","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695170af9518600","status":"passed","time":{"start":1707751014394,"stop":1707751014397,"duration":3}},{"uid":"764ff8745a7c5e2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/764ff8745a7c5e2c","status":"passed","time":{"start":1707736941413,"stop":1707736941413,"duration":0}},{"uid":"52a19b440d0147ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/52a19b440d0147ad","status":"passed","time":{"start":1707736158696,"stop":1707736158696,"duration":0}}]},"003b2c332f3fb935c86480112591f79a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25402c778f185e5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25402c778f185e5c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"04c4a64ed1715b6c3d4d338538d8f782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d4c437682596f0c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4c437682596f0c","status":"passed","time":{"start":1707736152510,"stop":1707736152511,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1fa04b77b6a5607c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1fa04b77b6a5607c","status":"passed","time":{"start":1707777997116,"stop":1707777997116,"duration":0}},{"uid":"186e63dffcc07127","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186e63dffcc07127","status":"passed","time":{"start":1707775275753,"stop":1707775275754,"duration":1}},{"uid":"f98eed215b06f196","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f98eed215b06f196","status":"passed","time":{"start":1707775085886,"stop":1707775085887,"duration":1}},{"uid":"7bd6685fb7ab6a21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7bd6685fb7ab6a21","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"duration":0}},{"uid":"c9ae64ab3a263fc9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9ae64ab3a263fc9","status":"passed","time":{"start":1707769883324,"stop":1707769883325,"duration":1}},{"uid":"916f05328ae64275","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/916f05328ae64275","status":"passed","time":{"start":1707759981464,"stop":1707759981465,"duration":1}},{"uid":"a6f1575efc8d02c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a6f1575efc8d02c2","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"1c3fa22e0d0a9a97","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3fa22e0d0a9a97","status":"passed","time":{"start":1707756304430,"stop":1707756304431,"duration":1}},{"uid":"21a123764ac83bcb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/21a123764ac83bcb","status":"passed","time":{"start":1707753713251,"stop":1707753713251,"duration":0}},{"uid":"6bc456dc736f2a29","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6bc456dc736f2a29","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"bdbd82b94f60782b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bdbd82b94f60782b","status":"passed","time":{"start":1707750840043,"stop":1707750840043,"duration":0}},{"uid":"8cd8e9844a8f3f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cd8e9844a8f3f72","status":"passed","time":{"start":1707736765020,"stop":1707736765020,"duration":0}},{"uid":"6715a9059b5f8538","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6715a9059b5f8538","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e795fa83cfab8e6d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e795fa83cfab8e6d","status":"passed","time":{"start":1707792792592,"stop":1707792792593,"duration":1}},{"uid":"d84298ef58500244","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d84298ef58500244","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"c1e49cdab40f4a50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1e49cdab40f4a50","status":"passed","time":{"start":1707775017868,"stop":1707775017868,"duration":0}},{"uid":"941df1096280f2ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941df1096280f2ee","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"d3ac8adef3a128a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3ac8adef3a128a","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1}},{"uid":"d3ce609a9b13ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3ce609a9b13ee1d","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"b2dfe3dd167e5c45","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b2dfe3dd167e5c45","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"edf5bbbbe6012e50","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edf5bbbbe6012e50","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"160da9e0c716460a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160da9e0c716460a","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"bc9a9cb41d0f0f65","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc9a9cb41d0f0f65","status":"passed","time":{"start":1707753457115,"stop":1707753457116,"duration":1}},{"uid":"5d030e6f8326825c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d030e6f8326825c","status":"passed","time":{"start":1707753185097,"stop":1707753185098,"duration":1}},{"uid":"277be6d737320279","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/277be6d737320279","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"f5ca9fd7e8ed2403","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5ca9fd7e8ed2403","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"8026f11c2741aa2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8026f11c2741aa2e","status":"passed","time":{"start":1707735684651,"stop":1707735684652,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"16408df251bec517","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/16408df251bec517","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"duration":0}},{"uid":"872fb10964445932","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/872fb10964445932","status":"passed","time":{"start":1707777859850,"stop":1707777859851,"duration":1}},{"uid":"1d79392b0fd3ab55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d79392b0fd3ab55","status":"passed","time":{"start":1707775133661,"stop":1707775133663,"duration":2}},{"uid":"3636cb0db9593160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3636cb0db9593160","status":"passed","time":{"start":1707774942678,"stop":1707774942679,"duration":1}},{"uid":"b020d4b2d7e59eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b020d4b2d7e59eb8","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"duration":1}},{"uid":"c9af06b87fa97208","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9af06b87fa97208","status":"passed","time":{"start":1707769735030,"stop":1707769735031,"duration":1}},{"uid":"7cbc8bb09d2eecda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cbc8bb09d2eecda","status":"passed","time":{"start":1707759831191,"stop":1707759831192,"duration":1}},{"uid":"4ab58f377c463f6b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ab58f377c463f6b","status":"passed","time":{"start":1707757528818,"stop":1707757528818,"duration":0}},{"uid":"aa0f40501f457415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa0f40501f457415","status":"passed","time":{"start":1707756157288,"stop":1707756157288,"duration":0}},{"uid":"5dfde479c1933d2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5dfde479c1933d2a","status":"passed","time":{"start":1707753578467,"stop":1707753578468,"duration":1}},{"uid":"4b73c8945ec4d49b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b73c8945ec4d49b","status":"passed","time":{"start":1707753307883,"stop":1707753307884,"duration":1}},{"uid":"808ffa5bf9d18f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/808ffa5bf9d18f64","status":"passed","time":{"start":1707750703123,"stop":1707750703124,"duration":1}},{"uid":"241007ae1c3bfa24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/241007ae1c3bfa24","status":"passed","time":{"start":1707736629964,"stop":1707736629964,"duration":0}},{"uid":"3ef19e29b92833a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3ef19e29b92833a4","status":"passed","time":{"start":1707735809085,"stop":1707735809086,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2dccef650911b1c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2dccef650911b1c","status":"passed","time":{"start":1707792792552,"stop":1707792792552,"duration":0}},{"uid":"366a4f26f0f4bbd5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/366a4f26f0f4bbd5","status":"passed","time":{"start":1707777741289,"stop":1707777741290,"duration":1}},{"uid":"9d409f59deddebb4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9d409f59deddebb4","status":"passed","time":{"start":1707775017705,"stop":1707775017706,"duration":1}},{"uid":"cc1209a48958ac00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc1209a48958ac00","status":"passed","time":{"start":1707774819163,"stop":1707774819163,"duration":0}},{"uid":"7910db434b85a837","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7910db434b85a837","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"duration":0}},{"uid":"78190f0fd95e30af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78190f0fd95e30af","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"4775eb11ce86cd34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4775eb11ce86cd34","status":"passed","time":{"start":1707759714511,"stop":1707759714511,"duration":0}},{"uid":"c9af027c13846efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c9af027c13846efa","status":"passed","time":{"start":1707757408929,"stop":1707757408929,"duration":0}},{"uid":"3724d4708421bce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3724d4708421bce9","status":"passed","time":{"start":1707756038655,"stop":1707756038656,"duration":1}},{"uid":"ac0f5d927532770a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0f5d927532770a","status":"passed","time":{"start":1707753456823,"stop":1707753456824,"duration":1}},{"uid":"fb08c020663b7ab4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb08c020663b7ab4","status":"passed","time":{"start":1707753185030,"stop":1707753185031,"duration":1}},{"uid":"9c61becdc7d694c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c61becdc7d694c7","status":"passed","time":{"start":1707750585694,"stop":1707750585695,"duration":1}},{"uid":"38e058ff7a0b2485","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e058ff7a0b2485","status":"passed","time":{"start":1707736503249,"stop":1707736503250,"duration":1}},{"uid":"539f0bfcc2a65012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/539f0bfcc2a65012","status":"passed","time":{"start":1707735684544,"stop":1707735684545,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4d71f87db05d5b1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d71f87db05d5b1e","status":"passed","time":{"start":1707793153221,"stop":1707793153222,"duration":1}},{"uid":"3cdb6e37b462ba0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3cdb6e37b462ba0e","status":"passed","time":{"start":1707778114672,"stop":1707778114673,"duration":1}},{"uid":"1f4ae200ccc59111","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1f4ae200ccc59111","status":"passed","time":{"start":1707775395374,"stop":1707775395375,"duration":1}},{"uid":"917b909b2db5b77c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/917b909b2db5b77c","status":"passed","time":{"start":1707775205627,"stop":1707775205627,"duration":0}},{"uid":"59aecd4e453853fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59aecd4e453853fb","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"duration":0}},{"uid":"91af6cec93de4d6c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/91af6cec93de4d6c","status":"passed","time":{"start":1707769983275,"stop":1707769983275,"duration":0}},{"uid":"c2302009d2af56a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c2302009d2af56a4","status":"passed","time":{"start":1707760095401,"stop":1707760095402,"duration":1}},{"uid":"e5e85b0e468fc6ba","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e5e85b0e468fc6ba","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"ae043258f4e836eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ae043258f4e836eb","status":"passed","time":{"start":1707756409543,"stop":1707756409544,"duration":1}},{"uid":"c0b67c2e0b19afa8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c0b67c2e0b19afa8","status":"passed","time":{"start":1707753793188,"stop":1707753793189,"duration":1}},{"uid":"8798bca824c55ac8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8798bca824c55ac8","status":"passed","time":{"start":1707753573528,"stop":1707753573528,"duration":0}},{"uid":"32d50991789313e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32d50991789313e2","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"2669ed6cc368e063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2669ed6cc368e063","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"95d35d12e380ade3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95d35d12e380ade3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"d70c1217af808eb49478cd548aa1cd8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c52e1adc348d868c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c52e1adc348d868c","status":"passed","time":{"start":1707758023543,"stop":1707758023544,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"93aa5b690af58224","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93aa5b690af58224","status":"passed","time":{"start":1707793168670,"stop":1707793168671,"duration":1}},{"uid":"2e6b1b716dcb1e81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e6b1b716dcb1e81","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"506733951c3d0293","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/506733951c3d0293","status":"passed","time":{"start":1707775409481,"stop":1707775409482,"duration":1}},{"uid":"1e7a1b011b01df9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e7a1b011b01df9d","status":"passed","time":{"start":1707775219993,"stop":1707775219993,"duration":0}},{"uid":"ae0635c5863a2814","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0635c5863a2814","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"f9655a296a0c28cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9655a296a0c28cb","status":"passed","time":{"start":1707769994533,"stop":1707769994534,"duration":1}},{"uid":"325d6991aa999065","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/325d6991aa999065","status":"passed","time":{"start":1707760106453,"stop":1707760106454,"duration":1}},{"uid":"eb3efdf0da4c3a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb3efdf0da4c3a27","status":"passed","time":{"start":1707757804291,"stop":1707757804292,"duration":1}},{"uid":"aeb2fd209b31f89a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aeb2fd209b31f89a","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"da99b01eb6fde58f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da99b01eb6fde58f","status":"passed","time":{"start":1707753796545,"stop":1707753796545,"duration":0}},{"uid":"c0ee35141f299ff2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0ee35141f299ff2","status":"passed","time":{"start":1707753586160,"stop":1707753586160,"duration":0}},{"uid":"18ed59fa071faea3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18ed59fa071faea3","status":"passed","time":{"start":1707750964799,"stop":1707750964799,"duration":0}},{"uid":"60c994f510410ab0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60c994f510410ab0","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"ce9e88ab3eafcc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce9e88ab3eafcc61","status":"passed","time":{"start":1707736096387,"stop":1707736096388,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4a05fcfdded94ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a05fcfdded94ca","status":"passed","time":{"start":1707777997116,"stop":1707777997117,"duration":1}},{"uid":"ddfe501818f4c656","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ddfe501818f4c656","status":"passed","time":{"start":1707775275754,"stop":1707775275754,"duration":0}},{"uid":"15df02a12225b2d6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15df02a12225b2d6","status":"passed","time":{"start":1707775085887,"stop":1707775085890,"duration":3}},{"uid":"9a8e7a1d3665fe5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9a8e7a1d3665fe5d","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"duration":1}},{"uid":"5ef694ec759528de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ef694ec759528de","status":"passed","time":{"start":1707769883325,"stop":1707769883325,"duration":0}},{"uid":"8967f8fd93bbdc88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8967f8fd93bbdc88","status":"passed","time":{"start":1707759981465,"stop":1707759981477,"duration":12}},{"uid":"3645201f3cc67547","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3645201f3cc67547","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"a0e9d870c07da271","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0e9d870c07da271","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"502d17de578ceb8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/502d17de578ceb8d","status":"passed","time":{"start":1707753713252,"stop":1707753713252,"duration":0}},{"uid":"af2ae2f76d7dba92","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af2ae2f76d7dba92","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"3e4713a079c30da3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e4713a079c30da3","status":"passed","time":{"start":1707750840043,"stop":1707750840044,"duration":1}},{"uid":"45aeb0a97241a90c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/45aeb0a97241a90c","status":"passed","time":{"start":1707736765034,"stop":1707736765035,"duration":1}},{"uid":"45e4b6115903fd57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45e4b6115903fd57","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"606b0de30f9dd55d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/606b0de30f9dd55d","status":"passed","time":{"start":1707792800012,"stop":1707792800013,"duration":1}},{"uid":"70298b2c5bdaee1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70298b2c5bdaee1f","status":"passed","time":{"start":1707777749098,"stop":1707777749100,"duration":2}},{"uid":"b5535001caa85d8f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5535001caa85d8f","status":"passed","time":{"start":1707775025531,"stop":1707775025532,"duration":1}},{"uid":"21ed26f3c94a9e2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/21ed26f3c94a9e2d","status":"passed","time":{"start":1707774827063,"stop":1707774827063,"duration":0}},{"uid":"ef345f346713a6e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef345f346713a6e7","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1}},{"uid":"3e64f97acc73388","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64f97acc73388","status":"passed","time":{"start":1707769627292,"stop":1707769627293,"duration":1}},{"uid":"19ac06cb19bb9878","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19ac06cb19bb9878","status":"passed","time":{"start":1707759722033,"stop":1707759722034,"duration":1}},{"uid":"8e0bc6d17269a14a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e0bc6d17269a14a","status":"passed","time":{"start":1707757416841,"stop":1707757416841,"duration":0}},{"uid":"4dee675f06cb8e8a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4dee675f06cb8e8a","status":"passed","time":{"start":1707756046608,"stop":1707756046608,"duration":0}},{"uid":"ce5a2e43185ace43","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ce5a2e43185ace43","status":"passed","time":{"start":1707753464668,"stop":1707753464669,"duration":1}},{"uid":"515248fc78a525bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515248fc78a525bd","status":"passed","time":{"start":1707753192941,"stop":1707753192942,"duration":1}},{"uid":"bec9890abc7994c9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bec9890abc7994c9","status":"passed","time":{"start":1707750593507,"stop":1707750593508,"duration":1}},{"uid":"29b457352093a824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29b457352093a824","status":"passed","time":{"start":1707736510881,"stop":1707736510881,"duration":0}},{"uid":"3c292e7666b30715","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c292e7666b30715","status":"passed","time":{"start":1707735692292,"stop":1707735692293,"duration":1}}]},"eb5cd263b20dedc944f813ccecd21e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad41e2737542d674","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad41e2737542d674","status":"passed","time":{"start":1707750796033,"stop":1707750796034,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":12,"unknown":0,"total":14},"items":[{"uid":"718342f0a27489e0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718342f0a27489e0","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0}},{"uid":"5aa0989bbbc4af80","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5aa0989bbbc4af80","status":"passed","time":{"start":1707777837221,"stop":1707777837222,"duration":1}},{"uid":"652d51decedfecf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/652d51decedfecf7","status":"passed","time":{"start":1707775113056,"stop":1707775113056,"duration":0}},{"uid":"f45919823511276e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f45919823511276e","status":"passed","time":{"start":1707774908730,"stop":1707774908731,"duration":1}},{"uid":"37551d4cd3c2acd1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37551d4cd3c2acd1","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0}},{"uid":"84d8796cef21c7a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/84d8796cef21c7a4","status":"passed","time":{"start":1707769706667,"stop":1707769706668,"duration":1}},{"uid":"e58b9994aacda368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e58b9994aacda368","status":"passed","time":{"start":1707759811408,"stop":1707759811408,"duration":0}},{"uid":"b5d68dbfd54df7f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5d68dbfd54df7f4","status":"passed","time":{"start":1707757504683,"stop":1707757504684,"duration":1}},{"uid":"e74615df6ecaaece","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74615df6ecaaece","status":"passed","time":{"start":1707756131517,"stop":1707756131518,"duration":1}},{"uid":"a51b2fc69dcdc302","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a51b2fc69dcdc302","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707753506938,"stop":1707753506939,"duration":1}},{"uid":"bbdfa84a3e985e51","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bbdfa84a3e985e51","status":"passed","time":{"start":1707753284214,"stop":1707753284214,"duration":0}},{"uid":"d272226fbcf99b53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d272226fbcf99b53","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707750635810,"stop":1707750635811,"duration":1}},{"uid":"a1b208687cda7e9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1b208687cda7e9f","status":"passed","time":{"start":1707736597188,"stop":1707736597188,"duration":0}},{"uid":"71ffe9889bdc3447","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71ffe9889bdc3447","status":"passed","time":{"start":1707735784059,"stop":1707735784060,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa75b27fff2eb895","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa75b27fff2eb895","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0}},{"uid":"5cf3e39dee64b43b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cf3e39dee64b43b","status":"passed","time":{"start":1707778338839,"stop":1707778338839,"duration":0}},{"uid":"62676fa8db343adb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62676fa8db343adb","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}},{"uid":"73c710e50718a86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c710e50718a86e","status":"passed","time":{"start":1707775390230,"stop":1707775390230,"duration":0}},{"uid":"1b8ebe2689312bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b8ebe2689312bf1","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}},{"uid":"4dc3448f79ea8620","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4dc3448f79ea8620","status":"passed","time":{"start":1707760301810,"stop":1707760301811,"duration":1}},{"uid":"4c3b0e9f6b2be482","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c3b0e9f6b2be482","status":"passed","time":{"start":1707758006709,"stop":1707758006709,"duration":0}},{"uid":"727400c2ccc67b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/727400c2ccc67b22","status":"passed","time":{"start":1707756617039,"stop":1707756617040,"duration":1}},{"uid":"a13f78b952b4f033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13f78b952b4f033","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}},{"uid":"88c79c074e60d659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c79c074e60d659","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}},{"uid":"8f0f62656b315586","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f0f62656b315586","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"9f8c8ff0fa144638","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f8c8ff0fa144638","status":"passed","time":{"start":1707737091309,"stop":1707737091309,"duration":0}},{"uid":"6b6791e928a92237","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6791e928a92237","status":"passed","time":{"start":1707736260130,"stop":1707736260131,"duration":1}}]},"582fee6946b853fa68f3c0970d866c32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2359ce9ad75ba34d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2359ce9ad75ba34d","status":"passed","time":{"start":1707775461894,"stop":1707775461894,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fde4e4b6a8840020","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fde4e4b6a8840020","status":"passed","time":{"start":1707792792550,"stop":1707792792550,"duration":0}},{"uid":"2dab78cf5da0721d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2dab78cf5da0721d","status":"passed","time":{"start":1707777741287,"stop":1707777741287,"duration":0}},{"uid":"65ad3230dfeb9461","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ad3230dfeb9461","status":"passed","time":{"start":1707775017702,"stop":1707775017703,"duration":1}},{"uid":"346e4ee0590d9560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/346e4ee0590d9560","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"34ed353c066c6d97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34ed353c066c6d97","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"49840d005f83a4b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49840d005f83a4b3","status":"passed","time":{"start":1707769619251,"stop":1707769619252,"duration":1}},{"uid":"b63d0b8fb6813d83","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b63d0b8fb6813d83","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"5de63460b9e89036","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5de63460b9e89036","status":"passed","time":{"start":1707757408924,"stop":1707757408925,"duration":1}},{"uid":"80e63c9e50f308d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80e63c9e50f308d4","status":"passed","time":{"start":1707756038652,"stop":1707756038652,"duration":0}},{"uid":"1783ff60038dca87","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1783ff60038dca87","status":"passed","time":{"start":1707753456821,"stop":1707753456821,"duration":0}},{"uid":"1dfe03f86b2d9dd9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1dfe03f86b2d9dd9","status":"passed","time":{"start":1707753185028,"stop":1707753185028,"duration":0}},{"uid":"d017616c0af26cf5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d017616c0af26cf5","status":"passed","time":{"start":1707750585692,"stop":1707750585692,"duration":0}},{"uid":"81ffa978fcc329bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/81ffa978fcc329bf","status":"passed","time":{"start":1707736503245,"stop":1707736503246,"duration":1}},{"uid":"40bcbbf0c4b3407a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40bcbbf0c4b3407a","status":"passed","time":{"start":1707735684541,"stop":1707735684542,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71475f0ce56cc7e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/71475f0ce56cc7e7","status":"passed","time":{"start":1707793370623,"stop":1707793370624,"duration":1}},{"uid":"a3e8db06fb869b18","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e8db06fb869b18","status":"passed","time":{"start":1707778386472,"stop":1707778386472,"duration":0}},{"uid":"9ad4878ec965a35d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ad4878ec965a35d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"3304294dc7bb94ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3304294dc7bb94ee","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"8b300ecafe22acea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b300ecafe22acea","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1}},{"uid":"4d8f7a0caabe3381","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4d8f7a0caabe3381","status":"passed","time":{"start":1707770208539,"stop":1707770208540,"duration":1}},{"uid":"42c3bc71ae3647c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42c3bc71ae3647c3","status":"passed","time":{"start":1707760335937,"stop":1707760335938,"duration":1}},{"uid":"d2bbf0c3587bced0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d2bbf0c3587bced0","status":"passed","time":{"start":1707758023525,"stop":1707758023526,"duration":1}},{"uid":"9300cc76656e7226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9300cc76656e7226","status":"passed","time":{"start":1707756663995,"stop":1707756663996,"duration":1}},{"uid":"97c5bc2ce825cd94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/97c5bc2ce825cd94","status":"passed","time":{"start":1707753717348,"stop":1707753717349,"duration":1}},{"uid":"a3ace110d8d48733","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3ace110d8d48733","status":"passed","time":{"start":1707753837159,"stop":1707753837159,"duration":0}},{"uid":"fc98147b5be2e790","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc98147b5be2e790","status":"passed","time":{"start":1707751136277,"stop":1707751136277,"duration":0}},{"uid":"37e69bc7d0d8dc2a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e69bc7d0d8dc2a","status":"passed","time":{"start":1707737124638,"stop":1707737124639,"duration":1}},{"uid":"7418420191541da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7418420191541da8","status":"passed","time":{"start":1707736322649,"stop":1707736322649,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd8117e9229abc38","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd8117e9229abc38","status":"passed","time":{"start":1707792907233,"stop":1707792907233,"duration":0}},{"uid":"31d19aa4024b5718","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31d19aa4024b5718","status":"passed","time":{"start":1707777859858,"stop":1707777859859,"duration":1}},{"uid":"f964f9d6f916d188","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f964f9d6f916d188","status":"passed","time":{"start":1707775133671,"stop":1707775133671,"duration":0}},{"uid":"d38edb79da87bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d38edb79da87bc4a","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"fce5f1b8a9d1bb2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce5f1b8a9d1bb2d","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"duration":0}},{"uid":"e1ad0f1b5c338bc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1ad0f1b5c338bc6","status":"passed","time":{"start":1707769735036,"stop":1707769735037,"duration":1}},{"uid":"2ed1ec0c70abc106","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ed1ec0c70abc106","status":"passed","time":{"start":1707759831196,"stop":1707759831196,"duration":0}},{"uid":"2c5e17a65bced914","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c5e17a65bced914","status":"passed","time":{"start":1707757528826,"stop":1707757528827,"duration":1}},{"uid":"ffeeff34c0784c48","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffeeff34c0784c48","status":"passed","time":{"start":1707756157295,"stop":1707756157295,"duration":0}},{"uid":"48388fc7f236c70","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48388fc7f236c70","status":"passed","time":{"start":1707753578475,"stop":1707753578476,"duration":1}},{"uid":"175b57bdc693907d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/175b57bdc693907d","status":"passed","time":{"start":1707753307898,"stop":1707753307898,"duration":0}},{"uid":"ff19b68f2ce637e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff19b68f2ce637e","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d0262df938b6034b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0262df938b6034b","status":"passed","time":{"start":1707736629975,"stop":1707736629975,"duration":0}},{"uid":"4b660038be7d676f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b660038be7d676f","status":"passed","time":{"start":1707735809091,"stop":1707735809091,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dc2b0f8e48bb72a1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dc2b0f8e48bb72a1","status":"passed","time":{"start":1707793370621,"stop":1707793370622,"duration":1}},{"uid":"354a0e1ab8fba8d7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/354a0e1ab8fba8d7","status":"passed","time":{"start":1707778386469,"stop":1707778386470,"duration":1}},{"uid":"e68a92c27fef5538","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e68a92c27fef5538","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"4fb4fa6ac3e167cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4fb4fa6ac3e167cf","status":"passed","time":{"start":1707775461880,"stop":1707775461880,"duration":0}},{"uid":"6d6ef935883b7ee6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d6ef935883b7ee6","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0}},{"uid":"6fa3607f984d8e92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6fa3607f984d8e92","status":"passed","time":{"start":1707770208538,"stop":1707770208538,"duration":0}},{"uid":"c773541f167473b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c773541f167473b5","status":"passed","time":{"start":1707760335934,"stop":1707760335935,"duration":1}},{"uid":"2bb4a68f4f5764cb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bb4a68f4f5764cb","status":"passed","time":{"start":1707758023522,"stop":1707758023523,"duration":1}},{"uid":"1bded12b0fa178c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bded12b0fa178c4","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"43aca9d7a51dd045","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43aca9d7a51dd045","status":"passed","time":{"start":1707753717332,"stop":1707753717333,"duration":1}},{"uid":"a420bf034ff5fc2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a420bf034ff5fc2","status":"passed","time":{"start":1707753837155,"stop":1707753837156,"duration":1}},{"uid":"ad659525ae55361a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad659525ae55361a","status":"passed","time":{"start":1707751136272,"stop":1707751136275,"duration":3}},{"uid":"968cdee57133e4bc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/968cdee57133e4bc","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"7be6653dd391b3e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7be6653dd391b3e0","status":"passed","time":{"start":1707736322646,"stop":1707736322647,"duration":1}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfc3dd84a4080ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfc3dd84a4080ac9","status":"passed","time":{"start":1707793371123,"stop":1707793371124,"duration":1}},{"uid":"4a1e6e0f97e61d11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4a1e6e0f97e61d11","status":"passed","time":{"start":1707778338857,"stop":1707778338858,"duration":1}},{"uid":"d9fc74ad8982edff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9fc74ad8982edff","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"9f8b55e1e3b63885","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9f8b55e1e3b63885","status":"passed","time":{"start":1707775390251,"stop":1707775390252,"duration":1}},{"uid":"37b48df0061958b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37b48df0061958b6","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1}},{"uid":"f8caff9266713572","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8caff9266713572","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"9efa33fea16f3f9f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9efa33fea16f3f9f","status":"passed","time":{"start":1707760301827,"stop":1707760301828,"duration":1}},{"uid":"f1d9dc1086865e9c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1d9dc1086865e9c","status":"passed","time":{"start":1707758006724,"stop":1707758006725,"duration":1}},{"uid":"be01962555a090c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be01962555a090c5","status":"passed","time":{"start":1707756617063,"stop":1707756617063,"duration":0}},{"uid":"90dc717490736937","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/90dc717490736937","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"fc4936dd85c5676f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc4936dd85c5676f","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"2588f91e7566c1a5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2588f91e7566c1a5","status":"passed","time":{"start":1707751162324,"stop":1707751162325,"duration":1}},{"uid":"8a4151701426d5f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a4151701426d5f5","status":"passed","time":{"start":1707737091385,"stop":1707737091386,"duration":1}},{"uid":"7a01d06099c01283","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a01d06099c01283","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2e36727f52494d0e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e36727f52494d0e","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"duration":0}},{"uid":"3b7b78a04568ee6f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b7b78a04568ee6f","status":"passed","time":{"start":1707778413519,"stop":1707778413520,"duration":1}},{"uid":"943861f568d4217a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/943861f568d4217a","status":"passed","time":{"start":1707775685025,"stop":1707775685026,"duration":1}},{"uid":"793635a861b949cd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/793635a861b949cd","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"61923ecd6542e7d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61923ecd6542e7d8","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"4e8789013f02f20c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e8789013f02f20c","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"62a075e65b6c3e95","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a075e65b6c3e95","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"39b6754ba5bf3a4b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39b6754ba5bf3a4b","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"b0c44c86000256fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b0c44c86000256fc","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"ea1e537ee28197d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1e537ee28197d0","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"35a7204c0f30df5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a7204c0f30df5e","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"2a5307a93556ca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a5307a93556ca1","status":"passed","time":{"start":1707751228960,"stop":1707751228961,"duration":1}},{"uid":"67ac5eb90fec2cf9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67ac5eb90fec2cf9","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"7dbe0cd8f0b4de24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dbe0cd8f0b4de24","status":"passed","time":{"start":1707736353037,"stop":1707736353038,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"494645585e82853f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/494645585e82853f","status":"passed","time":{"start":1707793369035,"stop":1707793369036,"duration":1}},{"uid":"dbc9099fad01717a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbc9099fad01717a","status":"passed","time":{"start":1707778332050,"stop":1707778332051,"duration":1}},{"uid":"dbeba648cb35ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbeba648cb35ed","status":"passed","time":{"start":1707775601726,"stop":1707775601727,"duration":1}},{"uid":"1a5b5c580ae12d1a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a5b5c580ae12d1a","status":"passed","time":{"start":1707775415219,"stop":1707775415220,"duration":1}},{"uid":"28c144bff577abba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28c144bff577abba","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"236bac378a9926e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/236bac378a9926e8","status":"passed","time":{"start":1707770103226,"stop":1707770103226,"duration":0}},{"uid":"422ed98feea5e4b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422ed98feea5e4b1","status":"passed","time":{"start":1707760299492,"stop":1707760299493,"duration":1}},{"uid":"2dded90316f5d249","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2dded90316f5d249","status":"passed","time":{"start":1707757995161,"stop":1707757995161,"duration":0}},{"uid":"5643edabe5ee5598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5643edabe5ee5598","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"b8342dea987120f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8342dea987120f6","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"18709e51a062b76e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18709e51a062b76e","status":"passed","time":{"start":1707753785898,"stop":1707753785898,"duration":0}},{"uid":"a0592eb2745ed198","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0592eb2745ed198","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"71f13294be01b960","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71f13294be01b960","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"67346957bf02e56","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67346957bf02e56","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"196c3c5c06756dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/196c3c5c06756dc4","status":"passed","time":{"start":1707792958833,"stop":1707792958833,"duration":0}},{"uid":"5c5e63714935b2d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c5e63714935b2d9","status":"passed","time":{"start":1707777997108,"stop":1707777997109,"duration":1}},{"uid":"49fe76716ea6f7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fe76716ea6f7e","status":"passed","time":{"start":1707775275749,"stop":1707775275750,"duration":1}},{"uid":"ac73ef688668e28b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ac73ef688668e28b","status":"passed","time":{"start":1707775085881,"stop":1707775085881,"duration":0}},{"uid":"46bfb2111ac373cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46bfb2111ac373cf","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0}},{"uid":"af75c5f7bba8e8da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af75c5f7bba8e8da","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"6e4a26eade0fc97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6e4a26eade0fc97","status":"passed","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"b8aba73f301ccda0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b8aba73f301ccda0","status":"passed","time":{"start":1707757676040,"stop":1707757676040,"duration":0}},{"uid":"96f2149c508f549e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/96f2149c508f549e","status":"passed","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"5345cdda8ec5274f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5345cdda8ec5274f","status":"passed","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"8377ac05c90364b6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8377ac05c90364b6","status":"passed","time":{"start":1707753448093,"stop":1707753448094,"duration":1}},{"uid":"9a5b3456bd67339e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a5b3456bd67339e","status":"passed","time":{"start":1707750840036,"stop":1707750840037,"duration":1}},{"uid":"aa8f1c37b7138a92","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aa8f1c37b7138a92","status":"passed","time":{"start":1707736765001,"stop":1707736765002,"duration":1}},{"uid":"519095ea0e4e7828","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/519095ea0e4e7828","status":"passed","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"474394424da8240a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/474394424da8240a","status":"passed","time":{"start":1707793168678,"stop":1707793168679,"duration":1}},{"uid":"f7d72f6cd3fa8c74","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7d72f6cd3fa8c74","status":"passed","time":{"start":1707778126346,"stop":1707778126347,"duration":1}},{"uid":"798a8591c846a05b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/798a8591c846a05b","status":"passed","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"7c174e3f29e93d8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c174e3f29e93d8d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"7c610952eb926c2a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c610952eb926c2a","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"12e1cfc50b0486fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12e1cfc50b0486fc","status":"passed","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"8bdd9bc05444265f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8bdd9bc05444265f","status":"passed","time":{"start":1707760106457,"stop":1707760106458,"duration":1}},{"uid":"6373730eb41b9219","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6373730eb41b9219","status":"passed","time":{"start":1707757804295,"stop":1707757804295,"duration":0}},{"uid":"4136982c381480e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4136982c381480e1","status":"passed","time":{"start":1707756422347,"stop":1707756422347,"duration":0}},{"uid":"915d53c2564372c4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/915d53c2564372c4","status":"passed","time":{"start":1707753796548,"stop":1707753796549,"duration":1}},{"uid":"45a966b3ef20542e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45a966b3ef20542e","status":"passed","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"cb7596d04c2d0121","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb7596d04c2d0121","status":"passed","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"46c703b727f68060","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46c703b727f68060","status":"passed","time":{"start":1707736890437,"stop":1707736890438,"duration":1}},{"uid":"e6ceaf96dc598d25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6ceaf96dc598d25","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98797d17a29ab634","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98797d17a29ab634","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"duration":0}},{"uid":"b6ec130e919fe903","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6ec130e919fe903","status":"passed","time":{"start":1707778413526,"stop":1707778413527,"duration":1}},{"uid":"eccce611c2f7fb29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eccce611c2f7fb29","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"64e2d2ad931b5805","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64e2d2ad931b5805","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"fda7e179c89cec64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fda7e179c89cec64","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"da4abeabec11b629","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/da4abeabec11b629","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"a5186f048864b822","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5186f048864b822","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"5791259eeb6d83d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5791259eeb6d83d4","status":"passed","time":{"start":1707758004335,"stop":1707758004336,"duration":1}},{"uid":"367c00f2fc4f3589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/367c00f2fc4f3589","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"a5ddfbf04d49cff3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5ddfbf04d49cff3","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"d926dc5d340f792","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d926dc5d340f792","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"b753c0875a76362a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b753c0875a76362a","status":"passed","time":{"start":1707751228967,"stop":1707751228968,"duration":1}},{"uid":"67b3469bcc8d000f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67b3469bcc8d000f","status":"passed","time":{"start":1707737173825,"stop":1707737173826,"duration":1}},{"uid":"caefec33cac774ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caefec33cac774ff","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3777a5ad2bf64b07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3777a5ad2bf64b07","status":"passed","time":{"start":1707792848130,"stop":1707792848130,"duration":0}},{"uid":"8b3e4888ccdd8902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b3e4888ccdd8902","status":"passed","time":{"start":1707777796753,"stop":1707777796754,"duration":1}},{"uid":"391e25fa06735545","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/391e25fa06735545","status":"passed","time":{"start":1707775074354,"stop":1707775074355,"duration":1}},{"uid":"29a9e0e4ba155659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/29a9e0e4ba155659","status":"passed","time":{"start":1707774894886,"stop":1707774894887,"duration":1}},{"uid":"d4ae065c85d50652","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d4ae065c85d50652","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"8f67827992301b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f67827992301b2e","status":"passed","time":{"start":1707769675178,"stop":1707769675179,"duration":1}},{"uid":"c3a35d52318c9209","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a35d52318c9209","status":"passed","time":{"start":1707759769146,"stop":1707759769147,"duration":1}},{"uid":"1f1f97e6f03c7d60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f1f97e6f03c7d60","status":"passed","time":{"start":1707757465317,"stop":1707757465318,"duration":1}},{"uid":"2b54207e1a12dbdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b54207e1a12dbdb","status":"passed","time":{"start":1707756093661,"stop":1707756093661,"duration":0}},{"uid":"866cc6f0fe699bf9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/866cc6f0fe699bf9","status":"passed","time":{"start":1707753515350,"stop":1707753515351,"duration":1}},{"uid":"8df77814f0af8797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8df77814f0af8797","status":"passed","time":{"start":1707753244110,"stop":1707753244111,"duration":1}},{"uid":"3d0f906fe3a6ca7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d0f906fe3a6ca7f","status":"passed","time":{"start":1707750644849,"stop":1707750644849,"duration":0}},{"uid":"8c18016425f249f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c18016425f249f9","status":"passed","time":{"start":1707736558944,"stop":1707736558944,"duration":0}},{"uid":"7b4caa4c0c17b665","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b4caa4c0c17b665","status":"passed","time":{"start":1707735741833,"stop":1707735741834,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ecf082d0499c268d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ecf082d0499c268d","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"duration":0}},{"uid":"83290a7ba0af9e28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/83290a7ba0af9e28","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"cd337912c5d49b2b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd337912c5d49b2b","status":"passed","time":{"start":1707775395378,"stop":1707775395379,"duration":1}},{"uid":"90170e7f40b3453e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90170e7f40b3453e","status":"passed","time":{"start":1707775205632,"stop":1707775205632,"duration":0}},{"uid":"833fd4353df754ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833fd4353df754ef","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"cd03b7a31197fdcf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd03b7a31197fdcf","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"b43dbff8bc01b6ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b43dbff8bc01b6ce","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"49d9dc62cedb3859","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49d9dc62cedb3859","status":"passed","time":{"start":1707757790737,"stop":1707757790738,"duration":1}},{"uid":"27362827ec771e2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27362827ec771e2b","status":"passed","time":{"start":1707756409547,"stop":1707756409548,"duration":1}},{"uid":"d6e4f38f96efc14b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6e4f38f96efc14b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"45320ce832ca6392","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45320ce832ca6392","status":"passed","time":{"start":1707753573531,"stop":1707753573532,"duration":1}},{"uid":"c8d974144067e157","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c8d974144067e157","status":"passed","time":{"start":1707750953982,"stop":1707750953983,"duration":1}},{"uid":"9e0c8800f7d5bd4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e0c8800f7d5bd4","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"2cc1cc3cde9ba9cd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2cc1cc3cde9ba9cd","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eb266184655e69fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb266184655e69fa","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0}},{"uid":"7f1509699ca8973d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1509699ca8973d","status":"passed","time":{"start":1707778343611,"stop":1707778343612,"duration":1}},{"uid":"ca0991830d1eaed8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca0991830d1eaed8","status":"passed","time":{"start":1707775620186,"stop":1707775620187,"duration":1}},{"uid":"da218bd6d5578340","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da218bd6d5578340","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"58cf68b3c4e95727","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58cf68b3c4e95727","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"451e9511e8212503","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/451e9511e8212503","status":"passed","time":{"start":1707770126645,"stop":1707770126646,"duration":1}},{"uid":"2b24696d66c083b6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b24696d66c083b6","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"72f7069d5aa45f93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72f7069d5aa45f93","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"15978795f8018f05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/15978795f8018f05","status":"passed","time":{"start":1707756635735,"stop":1707756635735,"duration":0}},{"uid":"92af36ba969b73a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92af36ba969b73a2","status":"passed","time":{"start":1707753934637,"stop":1707753934638,"duration":1}},{"uid":"e97fd2c885fd4317","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e97fd2c885fd4317","status":"passed","time":{"start":1707753799509,"stop":1707753799510,"duration":1}},{"uid":"2b30a9a8fba185a9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b30a9a8fba185a9","status":"passed","time":{"start":1707751117569,"stop":1707751117570,"duration":1}},{"uid":"43e51fdf8adb4845","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43e51fdf8adb4845","status":"passed","time":{"start":1707737090804,"stop":1707737090804,"duration":0}},{"uid":"7e3dfe6616c3e41b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e3dfe6616c3e41b","status":"passed","time":{"start":1707736296306,"stop":1707736296307,"duration":1}}]},"66fe10cc2f334bd7745bb88aa35a437e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad76d9a02daf41d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ad76d9a02daf41d","status":"passed","time":{"start":1707777973001,"stop":1707777973001,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2124bc31cda2d646","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2124bc31cda2d646","status":"passed","time":{"start":1707793168687,"stop":1707793168688,"duration":1}},{"uid":"347c962bfdad84cc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/347c962bfdad84cc","status":"passed","time":{"start":1707778126351,"stop":1707778126351,"duration":0}},{"uid":"92e7bb317533d3dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92e7bb317533d3dc","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"3e618961bd606f4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e618961bd606f4f","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"b5bed94f6741bfff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5bed94f6741bfff","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"duration":0}},{"uid":"57e213533ba9668e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e213533ba9668e","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"bbde82e6097d94d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bbde82e6097d94d2","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"67b8c4bca67dc0d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67b8c4bca67dc0d5","status":"passed","time":{"start":1707757804303,"stop":1707757804304,"duration":1}},{"uid":"2448b03aea54c27d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2448b03aea54c27d","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"4fa6d0410020712c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fa6d0410020712c","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"839f4205f36e52c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/839f4205f36e52c2","status":"passed","time":{"start":1707753586168,"stop":1707753586168,"duration":0}},{"uid":"4a6ce16a1f27533b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a6ce16a1f27533b","status":"passed","time":{"start":1707750964811,"stop":1707750964811,"duration":0}},{"uid":"6701c12b92f10c51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6701c12b92f10c51","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"3abce03d16580273","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3abce03d16580273","status":"passed","time":{"start":1707736096394,"stop":1707736096394,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54d65f4b42478a2f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54d65f4b42478a2f","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0}},{"uid":"2e58115653308079","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e58115653308079","status":"passed","time":{"start":1707778386479,"stop":1707778386479,"duration":0}},{"uid":"73da66fb6b4ad906","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/73da66fb6b4ad906","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"2cea3c6f860d7d62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cea3c6f860d7d62","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7d9dbc75862cc6ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d9dbc75862cc6ee","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e504ce67b7da9da4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e504ce67b7da9da4","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"10547e414dd58555","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10547e414dd58555","status":"passed","time":{"start":1707760335945,"stop":1707760335946,"duration":1}},{"uid":"af60239ca5119892","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af60239ca5119892","status":"passed","time":{"start":1707758023531,"stop":1707758023531,"duration":0}},{"uid":"a9593930868da33f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a9593930868da33f","status":"passed","time":{"start":1707756664000,"stop":1707756664001,"duration":1}},{"uid":"ea821ace10869d5d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea821ace10869d5d","status":"passed","time":{"start":1707753837166,"stop":1707753837166,"duration":0}},{"uid":"6cdd6c3826b7ce69","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6cdd6c3826b7ce69","status":"passed","time":{"start":1707751136290,"stop":1707751136291,"duration":1}},{"uid":"fe577c4fbfcecdb5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe577c4fbfcecdb5","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"ddbe99ce540e0b4b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ddbe99ce540e0b4b","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dce3a0d4662aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dce3a0d4662aa2d6","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0}},{"uid":"b5bcc7e38a162d33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5bcc7e38a162d33","status":"passed","time":{"start":1707777977673,"stop":1707777977674,"duration":1}},{"uid":"21b5ed6a20b21982","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/21b5ed6a20b21982","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"4029bb8dfa2f0416","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4029bb8dfa2f0416","status":"passed","time":{"start":1707775082034,"stop":1707775082035,"duration":1}},{"uid":"1fece467cc02cde7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fece467cc02cde7","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"duration":1}},{"uid":"5284b8237ecb45af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5284b8237ecb45af","status":"passed","time":{"start":1707769841910,"stop":1707769841911,"duration":1}},{"uid":"a6397fbf4bed461","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6397fbf4bed461","status":"passed","time":{"start":1707759921464,"stop":1707759921465,"duration":1}},{"uid":"df5600321d8ac7fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df5600321d8ac7fa","status":"passed","time":{"start":1707757624890,"stop":1707757624891,"duration":1}},{"uid":"c05a230fa34719c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c05a230fa34719c7","status":"passed","time":{"start":1707756261841,"stop":1707756261842,"duration":1}},{"uid":"137ca0f0ea8f89fd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/137ca0f0ea8f89fd","status":"passed","time":{"start":1707753651190,"stop":1707753651191,"duration":1}},{"uid":"88c4f048a4970b02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c4f048a4970b02","status":"passed","time":{"start":1707753409608,"stop":1707753409609,"duration":1}},{"uid":"6bccb9765012d41a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bccb9765012d41a","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"d0222577edddd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0222577edddd74","status":"passed","time":{"start":1707736708337,"stop":1707736708338,"duration":1}},{"uid":"a8cf0953dbd3f072","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a8cf0953dbd3f072","status":"passed","time":{"start":1707735914396,"stop":1707735914396,"duration":0}}]},"3fb0e6e33fb40178a38ae355215357aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d21df6ed3fcb0855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d21df6ed3fcb0855","status":"passed","time":{"start":1707759965202,"stop":1707759965204,"duration":2}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"4127902dd5f1ac2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4127902dd5f1ac2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793028295,"stop":1707793028296,"duration":1}},{"uid":"c79fb61fe1e06e89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c79fb61fe1e06e89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973010,"duration":0}},{"uid":"17db8dc692dae11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17db8dc692dae11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244536,"stop":1707775244537,"duration":1}},{"uid":"232aa8f6e930dfc1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/232aa8f6e930dfc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050825,"stop":1707775050826,"duration":1}},{"uid":"3ba556d74cdc15bb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ba556d74cdc15bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"55a406f8b0c83b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55a406f8b0c83b6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843155,"duration":0}},{"uid":"9a52c3d1968d9189","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a52c3d1968d9189","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"688269ed09321245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/688269ed09321245","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f15f0b53c12c6a04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f15f0b53c12c6a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"d2be06b53388f75a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2be06b53388f75a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"b6995568859a1f49","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6995568859a1f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423545,"stop":1707753423546,"duration":1}},{"uid":"9685ce9aedd78344","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9685ce9aedd78344","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"1081404248fefb81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1081404248fefb81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"d32a52ae70cd3c26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d32a52ae70cd3c26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912138,"stop":1707735912138,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"2d2db6cf99f3b370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d2db6cf99f3b370","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446735,"stop":1707793446735,"duration":0}},{"uid":"32c5c3bbc3a1c25a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/32c5c3bbc3a1c25a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413516,"duration":1}},{"uid":"50cbc645d8967b57","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50cbc645d8967b57","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"1f9bb6e030293043","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f9bb6e030293043","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"a3557c674e2d274","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3557c674e2d274","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"5dcad3ec6183963a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5dcad3ec6183963a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238681,"duration":1}},{"uid":"c6c1f1a52ea6bc5c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6c1f1a52ea6bc5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"9b1f3655cb91e432","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9b1f3655cb91e432","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004303,"stop":1707758004304,"duration":1}},{"uid":"7605fd745ec13545","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7605fd745ec13545","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"c8823a764c94fd7b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8823a764c94fd7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"12cbf2cf97e45b7b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12cbf2cf97e45b7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e33d5719a0caebbe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e33d5719a0caebbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228957,"duration":1}},{"uid":"ed8832c095e5c998","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed8832c095e5c998","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"51cf5fade66505be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51cf5fade66505be","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba15f67b69ddb8a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba15f67b69ddb8a6","status":"passed","time":{"start":1707792792129,"stop":1707792792131,"duration":2}},{"uid":"ff2d10b4322fc60e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff2d10b4322fc60e","status":"passed","time":{"start":1707777741139,"stop":1707777741140,"duration":1}},{"uid":"e05f98de02d066dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e05f98de02d066dd","status":"passed","time":{"start":1707775017423,"stop":1707775017423,"duration":0}},{"uid":"8d64455eb1a4018","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8d64455eb1a4018","status":"passed","time":{"start":1707774818859,"stop":1707774818860,"duration":1}},{"uid":"640c1c16ca42d0c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/640c1c16ca42d0c5","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1}},{"uid":"801cd76f54c1d7bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/801cd76f54c1d7bf","status":"passed","time":{"start":1707769619271,"stop":1707769619271,"duration":0}},{"uid":"ebc1c90f7684b75a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebc1c90f7684b75a","status":"passed","time":{"start":1707759714212,"stop":1707759714213,"duration":1}},{"uid":"63998413fcd2c7a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63998413fcd2c7a4","status":"passed","time":{"start":1707757408510,"stop":1707757408511,"duration":1}},{"uid":"d9baa511e25a3591","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9baa511e25a3591","status":"passed","time":{"start":1707756038429,"stop":1707756038430,"duration":1}},{"uid":"ea8947cc444906bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8947cc444906bf","status":"passed","time":{"start":1707753456514,"stop":1707753456514,"duration":0}},{"uid":"5d07be7e2bce9e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d07be7e2bce9e94","status":"passed","time":{"start":1707753184754,"stop":1707753184755,"duration":1}},{"uid":"1c93f7a3b7559fa0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c93f7a3b7559fa0","status":"passed","time":{"start":1707750585381,"stop":1707750585381,"duration":0}},{"uid":"d881e3fd3aa98063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d881e3fd3aa98063","status":"passed","time":{"start":1707736502826,"stop":1707736502826,"duration":0}},{"uid":"4a8e44dce067ac04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a8e44dce067ac04","status":"passed","time":{"start":1707735684286,"stop":1707735684287,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e687e1b47c6f1dc0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e687e1b47c6f1dc0","status":"passed","time":{"start":1707792800819,"stop":1707792800819,"duration":0}},{"uid":"2aba8a6fb8130942","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2aba8a6fb8130942","status":"passed","time":{"start":1707777749849,"stop":1707777749849,"duration":0}},{"uid":"339d2f049147434e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/339d2f049147434e","status":"passed","time":{"start":1707775026271,"stop":1707775026272,"duration":1}},{"uid":"5f474267f4303472","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f474267f4303472","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"f552728a88e7a936","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f552728a88e7a936","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"duration":0}},{"uid":"8c3e714b029b1f86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c3e714b029b1f86","status":"passed","time":{"start":1707769628090,"stop":1707769628091,"duration":1}},{"uid":"3680534fb334093a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3680534fb334093a","status":"passed","time":{"start":1707759722871,"stop":1707759722871,"duration":0}},{"uid":"5f9a7d471d2b5a2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f9a7d471d2b5a2a","status":"passed","time":{"start":1707757417670,"stop":1707757417671,"duration":1}},{"uid":"672e92a44ead0604","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/672e92a44ead0604","status":"passed","time":{"start":1707756047299,"stop":1707756047299,"duration":0}},{"uid":"a48ba1bd1d26d2e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a48ba1bd1d26d2e0","status":"passed","time":{"start":1707753465446,"stop":1707753465446,"duration":0}},{"uid":"45b8eb6fd737a5e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b8eb6fd737a5e2","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"fd2d2e238f73272c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd2d2e238f73272c","status":"passed","time":{"start":1707750594370,"stop":1707750594370,"duration":0}},{"uid":"16bfba3fe3c0c7ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/16bfba3fe3c0c7ef","status":"passed","time":{"start":1707736511743,"stop":1707736511744,"duration":1}},{"uid":"b35e1fd488f85f26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b35e1fd488f85f26","status":"passed","time":{"start":1707735693131,"stop":1707735693131,"duration":0}}]},"d6c96184ac55c93358b0d3240a481d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"811919cbcd121669","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/811919cbcd121669","status":"passed","time":{"start":1707793153224,"stop":1707793153225,"duration":1}}]},"b97674a719079d3d2c7175cfb0ac8624:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b3e2596d90976","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47b3e2596d90976","status":"passed","time":{"start":1707756664012,"stop":1707756664012,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"147135a6d4194f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/147135a6d4194f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792849462,"stop":1707792849462,"duration":0}},{"uid":"b31a41c5e362e222","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b31a41c5e362e222","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798770,"stop":1707777798770,"duration":0}},{"uid":"2756b0817724a60f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2756b0817724a60f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072154,"duration":1}},{"uid":"2f9332b9fbf80123","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f9332b9fbf80123","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"2cfdbca84c18adb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cfdbca84c18adb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825087,"duration":1}},{"uid":"56dc64069f1a4102","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/56dc64069f1a4102","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"fcaa120dfe09368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fcaa120dfe09368","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769677,"duration":1}},{"uid":"bda89498a01ef14c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bda89498a01ef14c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468642,"stop":1707757468642,"duration":0}},{"uid":"c35c4a646e38490d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35c4a646e38490d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096187,"duration":1}},{"uid":"e40fcc82e928a8c3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e40fcc82e928a8c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517981,"stop":1707753517981,"duration":0}},{"uid":"d151b4c919bb5ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d151b4c919bb5ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"c817d49fd277b892","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c817d49fd277b892","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643523,"stop":1707750643523,"duration":0}},{"uid":"67cb85d900fa2879","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67cb85d900fa2879","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558649,"duration":1}},{"uid":"8171d7ece3b6f91f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8171d7ece3b6f91f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743510,"duration":1}}]},"97660185f0f1b52ab3f8c293ef40c5bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8223a11dbcfc2274","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8223a11dbcfc2274","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"ece002cf57f726022a69da084a09f065:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bbabf0c2fd04625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bbabf0c2fd04625","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9fda558cd0dd0450","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fda558cd0dd0450","status":"passed","time":{"start":1707793371126,"stop":1707793371127,"duration":1}},{"uid":"fa5c88238bf40bfb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fa5c88238bf40bfb","status":"passed","time":{"start":1707778338859,"stop":1707778338860,"duration":1}},{"uid":"3c109e8b11edc77f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c109e8b11edc77f","status":"passed","time":{"start":1707775602046,"stop":1707775602050,"duration":4}},{"uid":"6325ee09c8a45d7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6325ee09c8a45d7b","status":"passed","time":{"start":1707775390253,"stop":1707775390254,"duration":1}},{"uid":"35b9bc97fcb1361d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35b9bc97fcb1361d","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8}},{"uid":"e22576c9d28ea0dd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e22576c9d28ea0dd","status":"passed","time":{"start":1707769968737,"stop":1707769968738,"duration":1}},{"uid":"581ed9cea1922331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/581ed9cea1922331","status":"passed","time":{"start":1707760301829,"stop":1707760301830,"duration":1}},{"uid":"d978c62511c57b13","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d978c62511c57b13","status":"passed","time":{"start":1707758006729,"stop":1707758006729,"duration":0}},{"uid":"9efc5831d302d336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9efc5831d302d336","status":"passed","time":{"start":1707756617066,"stop":1707756617067,"duration":1}},{"uid":"c18ed3b7a9925aa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c18ed3b7a9925aa9","status":"passed","time":{"start":1707753988895,"stop":1707753988895,"duration":0}},{"uid":"a8cbc8cd5fbd33c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8cbc8cd5fbd33c2","status":"passed","time":{"start":1707753782780,"stop":1707753782781,"duration":1}},{"uid":"dc433f86080b856a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc433f86080b856a","status":"passed","time":{"start":1707751162326,"stop":1707751162327,"duration":1}},{"uid":"1250760a2bcaaca0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1250760a2bcaaca0","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"6bc30ac2486e190e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bc30ac2486e190e","status":"passed","time":{"start":1707736260166,"stop":1707736260167,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39c2020d1ee25293","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/39c2020d1ee25293","status":"passed","time":{"start":1707792919939,"stop":1707792919939,"duration":0}},{"uid":"f689d37d83b6d3f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f689d37d83b6d3f5","status":"passed","time":{"start":1707777865441,"stop":1707777865442,"duration":1}},{"uid":"1eaa359ee2ae7eb7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1eaa359ee2ae7eb7","status":"passed","time":{"start":1707775140804,"stop":1707775140804,"duration":0}},{"uid":"8db16d7b748260f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8db16d7b748260f5","status":"passed","time":{"start":1707774947608,"stop":1707774947608,"duration":0}},{"uid":"7f44568f3ca95c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f44568f3ca95c36","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1}},{"uid":"4490407e89b01c91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4490407e89b01c91","status":"passed","time":{"start":1707769737612,"stop":1707769737612,"duration":0}},{"uid":"5cc62387ce8b006c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5cc62387ce8b006c","status":"passed","time":{"start":1707759835141,"stop":1707759835147,"duration":6}},{"uid":"291a9cab16bd162a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/291a9cab16bd162a","status":"passed","time":{"start":1707757529703,"stop":1707757529703,"duration":0}},{"uid":"a2af2f9d481ff63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2af2f9d481ff63","status":"passed","time":{"start":1707756164073,"stop":1707756164073,"duration":0}},{"uid":"1a55e8e0a1ada166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55e8e0a1ada166","status":"passed","time":{"start":1707753566686,"stop":1707753566686,"duration":0}},{"uid":"2f42839ff513dfd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f42839ff513dfd6","status":"passed","time":{"start":1707753314173,"stop":1707753314173,"duration":0}},{"uid":"2886c30db30dc0a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2886c30db30dc0a8","status":"passed","time":{"start":1707750698716,"stop":1707750698716,"duration":0}},{"uid":"7e6bf29a5438ddb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6bf29a5438ddb2","status":"passed","time":{"start":1707736624910,"stop":1707736624911,"duration":1}},{"uid":"536d4b66a3fece00","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/536d4b66a3fece00","status":"passed","time":{"start":1707735814288,"stop":1707735814289,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af3ab777ee12eea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af3ab777ee12eea1","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0}},{"uid":"831b6b90733719b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/831b6b90733719b3","status":"passed","time":{"start":1707778338832,"stop":1707778338832,"duration":0}},{"uid":"7c160cdcd23c4451","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c160cdcd23c4451","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"46cfe13cf820d1a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/46cfe13cf820d1a4","status":"passed","time":{"start":1707775390220,"stop":1707775390221,"duration":1}},{"uid":"4d56a4d7f980e263","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d56a4d7f980e263","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1}},{"uid":"418d5941f4b83cb9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/418d5941f4b83cb9","status":"passed","time":{"start":1707760301800,"stop":1707760301800,"duration":0}},{"uid":"fc372a45a896bbcf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc372a45a896bbcf","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"88e46529b8b10d07","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88e46529b8b10d07","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"c6101655c43ea731","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6101655c43ea731","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"48fdd762cbe2c555","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/48fdd762cbe2c555","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"ef2396ff56dbdcfd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ef2396ff56dbdcfd","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"dd95487bfce22938","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd95487bfce22938","status":"passed","time":{"start":1707737091296,"stop":1707737091296,"duration":0}},{"uid":"b688e9dc8ff36aac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b688e9dc8ff36aac","status":"passed","time":{"start":1707736260115,"stop":1707736260116,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e2f9341c06e0f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e2f9341c06e0f8c","status":"passed","time":{"start":1707793370623,"stop":1707793370623,"duration":0}},{"uid":"4f59afdf2cba139e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4f59afdf2cba139e","status":"passed","time":{"start":1707778386471,"stop":1707778386472,"duration":1}},{"uid":"4e7382b82b96df2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e7382b82b96df2d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"f815bbe1d011d538","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f815bbe1d011d538","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"55b0c80548f0ed49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55b0c80548f0ed49","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"300b64070ea8c6ef","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/300b64070ea8c6ef","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"459943177c828a73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/459943177c828a73","status":"passed","time":{"start":1707760335937,"stop":1707760335937,"duration":0}},{"uid":"efb4921de3d1bf2b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/efb4921de3d1bf2b","status":"passed","time":{"start":1707758023524,"stop":1707758023525,"duration":1}},{"uid":"26e079734b35a087","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26e079734b35a087","status":"passed","time":{"start":1707756663995,"stop":1707756663995,"duration":0}},{"uid":"58ca52c36c6a156f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58ca52c36c6a156f","status":"passed","time":{"start":1707753717346,"stop":1707753717347,"duration":1}},{"uid":"d8260fc8896025b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8260fc8896025b5","status":"passed","time":{"start":1707753837158,"stop":1707753837158,"duration":0}},{"uid":"8d84476ad4da6a01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d84476ad4da6a01","status":"passed","time":{"start":1707751136276,"stop":1707751136277,"duration":1}},{"uid":"cc0a34c05f257d3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cc0a34c05f257d3e","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"6299b58fabaecc20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6299b58fabaecc20","status":"passed","time":{"start":1707736322648,"stop":1707736322649,"duration":1}}]},"805de0d41915bb443fb5c315bd483dd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cef144e27164116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cef144e27164116b","status":"passed","time":{"start":1707757790736,"stop":1707757790737,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5cf85269ef4a0ac8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cf85269ef4a0ac8","status":"passed","time":{"start":1707793238870,"stop":1707793238871,"duration":1}},{"uid":"9886b0fb59eaaa2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9886b0fb59eaaa2c","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"16d7313658adf9dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16d7313658adf9dd","status":"passed","time":{"start":1707775486621,"stop":1707775486622,"duration":1}},{"uid":"9ef8d86c5f987d1f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ef8d86c5f987d1f","status":"passed","time":{"start":1707775300134,"stop":1707775300134,"duration":0}},{"uid":"f5f36d284c34e182","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5f36d284c34e182","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"duration":0}},{"uid":"f870149168ecc3d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f870149168ecc3d5","status":"passed","time":{"start":1707770051375,"stop":1707770051375,"duration":0}},{"uid":"6c61855dde5c6aee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c61855dde5c6aee","status":"passed","time":{"start":1707760174017,"stop":1707760174018,"duration":1}},{"uid":"bbfe8323095191e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbfe8323095191e9","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"fd24d48e3d9de226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd24d48e3d9de226","status":"passed","time":{"start":1707756499902,"stop":1707756499903,"duration":1}},{"uid":"7f5ed02a93e72bef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f5ed02a93e72bef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"f575479fa464c9f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f575479fa464c9f6","status":"passed","time":{"start":1707753647501,"stop":1707753647503,"duration":2}},{"uid":"a16e10f6ecd818d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a16e10f6ecd818d2","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"59e49f63e9d98e8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59e49f63e9d98e8b","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"49687126073dc967","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49687126073dc967","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1d6257f0cf171800","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6257f0cf171800","status":"passed","time":{"start":1707793371111,"stop":1707793371112,"duration":1}},{"uid":"e6c9213907d5672a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6c9213907d5672a","status":"passed","time":{"start":1707778338852,"stop":1707778338853,"duration":1}},{"uid":"30d36d7321196e59","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/30d36d7321196e59","status":"passed","time":{"start":1707775602030,"stop":1707775602031,"duration":1}},{"uid":"c73c238e05d0b2d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c73c238e05d0b2d3","status":"passed","time":{"start":1707775390243,"stop":1707775390243,"duration":0}},{"uid":"7889af2304dfb5fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7889af2304dfb5fd","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1}},{"uid":"f381db537f6b7053","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f381db537f6b7053","status":"passed","time":{"start":1707769968728,"stop":1707769968729,"duration":1}},{"uid":"9ede686578c1572f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ede686578c1572f","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"2b177e922de2937f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b177e922de2937f","status":"passed","time":{"start":1707758006719,"stop":1707758006719,"duration":0}},{"uid":"7d880b2f7f622f44","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d880b2f7f622f44","status":"passed","time":{"start":1707756617053,"stop":1707756617054,"duration":1}},{"uid":"81124b38632cd350","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81124b38632cd350","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"85788d67229f57a6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85788d67229f57a6","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"cfcf3e68f8456643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cfcf3e68f8456643","status":"passed","time":{"start":1707751162319,"stop":1707751162320,"duration":1}},{"uid":"c0797e0bb400d334","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0797e0bb400d334","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"22edd09c72bfc3c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22edd09c72bfc3c2","status":"passed","time":{"start":1707736260148,"stop":1707736260149,"duration":1}}]},"e6ab723b7b3c1b12e0ea9b326f71a40a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ada21afefa249d94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ada21afefa249d94","status":"passed","time":{"start":1707756499920,"stop":1707756499921,"duration":1}}]},"d722697c7921a61b0369ebe38fe194be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3bbf733e2e47d7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a3bbf733e2e47d7e","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c2a58a28a01e65c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2a58a28a01e65c1","status":"passed","time":{"start":1707792814742,"stop":1707792814743,"duration":1}},{"uid":"f7c946995734d70d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7c946995734d70d","status":"passed","time":{"start":1707777764076,"stop":1707777764076,"duration":0}},{"uid":"3c54648ad926c275","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c54648ad926c275","status":"passed","time":{"start":1707775040145,"stop":1707775040145,"duration":0}},{"uid":"8422897533192ff6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8422897533192ff6","status":"passed","time":{"start":1707774842100,"stop":1707774842101,"duration":1}},{"uid":"5f0507c247e29498","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f0507c247e29498","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"duration":1}},{"uid":"a2493fdb95cd5e17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2493fdb95cd5e17","status":"passed","time":{"start":1707769642218,"stop":1707769642218,"duration":0}},{"uid":"a9e9267556a847a0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a9e9267556a847a0","status":"passed","time":{"start":1707759737066,"stop":1707759737067,"duration":1}},{"uid":"ab16441b85f3e6c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab16441b85f3e6c7","status":"passed","time":{"start":1707757431973,"stop":1707757431973,"duration":0}},{"uid":"6eedc81a334be664","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6eedc81a334be664","status":"passed","time":{"start":1707756061017,"stop":1707756061018,"duration":1}},{"uid":"20494cfce038df9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20494cfce038df9","status":"passed","time":{"start":1707753479607,"stop":1707753479607,"duration":0}},{"uid":"fb8a13d9bbe321ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb8a13d9bbe321ae","status":"passed","time":{"start":1707753208305,"stop":1707753208306,"duration":1}},{"uid":"c4462578a5dd64f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4462578a5dd64f9","status":"passed","time":{"start":1707750608582,"stop":1707750608582,"duration":0}},{"uid":"c7653bc0d8c5b1d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c7653bc0d8c5b1d3","status":"passed","time":{"start":1707736525853,"stop":1707736525853,"duration":0}},{"uid":"f8f100622f7e92a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8f100622f7e92a8","status":"passed","time":{"start":1707735707687,"stop":1707735707687,"duration":0}}]},"07637c81f96318c98006bfa4a73dff23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d40707ab17bf4fbc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d40707ab17bf4fbc","status":"passed","time":{"start":1707775205630,"stop":1707775205631,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2cb7d0263fe43fb7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cb7d0263fe43fb7","status":"passed","time":{"start":1707793238866,"stop":1707793238869,"duration":3}},{"uid":"8dc9cf2b3654a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8dc9cf2b3654a92b","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"ecde07bdd687f30e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ecde07bdd687f30e","status":"passed","time":{"start":1707775486617,"stop":1707775486618,"duration":1}},{"uid":"1d0661b0e17fe507","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d0661b0e17fe507","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"65d7be0f7ce83f63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65d7be0f7ce83f63","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"cb5644759cb8e5f3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb5644759cb8e5f3","status":"passed","time":{"start":1707770051369,"stop":1707770051373,"duration":4}},{"uid":"ee998fc62e5931ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee998fc62e5931ff","status":"passed","time":{"start":1707760174013,"stop":1707760174014,"duration":1}},{"uid":"9d8c52a5f287bbd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d8c52a5f287bbd1","status":"passed","time":{"start":1707757873917,"stop":1707757873918,"duration":1}},{"uid":"6f3f474ca2276a11","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f3f474ca2276a11","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"9b1ac705832ff006","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9b1ac705832ff006","status":"passed","time":{"start":1707753870427,"stop":1707753870439,"duration":12}},{"uid":"7f863e96f9fa750a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f863e96f9fa750a","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"3c3bc2cb184b9295","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c3bc2cb184b9295","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"88c3a6da8a90cb72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/88c3a6da8a90cb72","status":"passed","time":{"start":1707736947841,"stop":1707736947842,"duration":1}},{"uid":"58aa3460850a8f7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58aa3460850a8f7e","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d50a547e605334fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d50a547e605334fc","status":"passed","time":{"start":1707792838867,"stop":1707792838868,"duration":1}},{"uid":"5f6957f7b08e6aa8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f6957f7b08e6aa8","status":"passed","time":{"start":1707777787220,"stop":1707777787221,"duration":1}},{"uid":"752addbc88ef1adc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/752addbc88ef1adc","status":"passed","time":{"start":1707775063035,"stop":1707775063036,"duration":1}},{"uid":"1ed5424e4fbade2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ed5424e4fbade2c","status":"passed","time":{"start":1707774865143,"stop":1707774865144,"duration":1}},{"uid":"547fe90d4b308c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/547fe90d4b308c36","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"duration":0}},{"uid":"d10635c516cb4c8e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d10635c516cb4c8e","status":"passed","time":{"start":1707769665340,"stop":1707769665340,"duration":0}},{"uid":"c3f4969f78b7df84","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3f4969f78b7df84","status":"passed","time":{"start":1707759759720,"stop":1707759759735,"duration":15}},{"uid":"f8c442558efd287b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f8c442558efd287b","status":"passed","time":{"start":1707757455864,"stop":1707757455865,"duration":1}},{"uid":"8448e6b5f152032a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8448e6b5f152032a","status":"passed","time":{"start":1707756084425,"stop":1707756084425,"duration":0}},{"uid":"6bd43e22d9eccc77","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bd43e22d9eccc77","status":"passed","time":{"start":1707753503423,"stop":1707753503424,"duration":1}},{"uid":"d96b06a9dbb0eeda","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d96b06a9dbb0eeda","status":"passed","time":{"start":1707753233560,"stop":1707753233560,"duration":0}},{"uid":"e11a1ac6b658ef8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e11a1ac6b658ef8a","status":"passed","time":{"start":1707750631901,"stop":1707750631901,"duration":0}},{"uid":"852a17c693947020","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/852a17c693947020","status":"passed","time":{"start":1707736548881,"stop":1707736548882,"duration":1}},{"uid":"bda5e401ea95928e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bda5e401ea95928e","status":"passed","time":{"start":1707735732430,"stop":1707735732431,"duration":1}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b21b8ea65708b856","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b21b8ea65708b856","status":"passed","time":{"start":1707793383651,"stop":1707793383652,"duration":1}},{"uid":"f336c8fee3902e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f336c8fee3902e9","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"ef4d9ce3f1c32669","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef4d9ce3f1c32669","status":"passed","time":{"start":1707775620189,"stop":1707775620189,"duration":0}},{"uid":"609aecdb3a64395c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/609aecdb3a64395c","status":"passed","time":{"start":1707775421264,"stop":1707775421265,"duration":1}},{"uid":"70ff39f387612943","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70ff39f387612943","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"duration":0}},{"uid":"e9c5e62e8d5c35ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e9c5e62e8d5c35ec","status":"passed","time":{"start":1707770126651,"stop":1707770126652,"duration":1}},{"uid":"b1c70cf9d392e7bb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1c70cf9d392e7bb","status":"passed","time":{"start":1707760312929,"stop":1707760312929,"duration":0}},{"uid":"675e5013022b761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/675e5013022b761","status":"passed","time":{"start":1707758011522,"stop":1707758011523,"duration":1}},{"uid":"d16bdc07d31afd50","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d16bdc07d31afd50","status":"passed","time":{"start":1707756635737,"stop":1707756635739,"duration":2}},{"uid":"bb310bc5dbb0c442","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb310bc5dbb0c442","status":"passed","time":{"start":1707753934641,"stop":1707753934642,"duration":1}},{"uid":"4f341181b8ab41d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f341181b8ab41d4","status":"passed","time":{"start":1707753799512,"stop":1707753799512,"duration":0}},{"uid":"d8148dcbf1f1a2f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8148dcbf1f1a2f3","status":"passed","time":{"start":1707751117572,"stop":1707751117573,"duration":1}},{"uid":"9e434197b828108a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e434197b828108a","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"af1f9a9866caa393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af1f9a9866caa393","status":"passed","time":{"start":1707736296309,"stop":1707736296310,"duration":1}}]},"9724f8218e08c65499e3508ed7ea36b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cbde898b24692b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cbde898b24692b4","status":"passed","time":{"start":1707753668076,"stop":1707753668076,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3696b7f545496e3b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3696b7f545496e3b","status":"passed","time":{"start":1707792800806,"stop":1707792800812,"duration":6}},{"uid":"91815e523c88e871","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91815e523c88e871","status":"passed","time":{"start":1707777749835,"stop":1707777749836,"duration":1}},{"uid":"1adf8cc2488e08ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1adf8cc2488e08ae","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"bfc0fb5942470af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfc0fb5942470af5","status":"passed","time":{"start":1707774827848,"stop":1707774827853,"duration":5}},{"uid":"c1fa919de0a88a29","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1fa919de0a88a29","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0}},{"uid":"63786b2ddbed5c94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63786b2ddbed5c94","status":"passed","time":{"start":1707769628082,"stop":1707769628083,"duration":1}},{"uid":"277de682e755bb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/277de682e755bb46","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"491f808f53141782","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/491f808f53141782","status":"passed","time":{"start":1707757417657,"stop":1707757417662,"duration":5}},{"uid":"f996d64d0e9e8eb4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f996d64d0e9e8eb4","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"b709979a1261a5d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b709979a1261a5d0","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"e2a4a2648e18a5a9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2a4a2648e18a5a9","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"78c3ee417e152461","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78c3ee417e152461","status":"passed","time":{"start":1707750594358,"stop":1707750594358,"duration":0}},{"uid":"8e25004c03b19f54","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e25004c03b19f54","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"12b269845620e73b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/12b269845620e73b","status":"passed","time":{"start":1707735693122,"stop":1707735693122,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"489f973d95a305fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/489f973d95a305fb","status":"passed","time":{"start":1707777997114,"stop":1707777997115,"duration":1}},{"uid":"8805b26ee4bb904b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8805b26ee4bb904b","status":"passed","time":{"start":1707775275752,"stop":1707775275752,"duration":0}},{"uid":"90fbec8d3f0b2893","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90fbec8d3f0b2893","status":"passed","time":{"start":1707775085885,"stop":1707775085885,"duration":0}},{"uid":"d6749ab6a0f771a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6749ab6a0f771a4","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"duration":1}},{"uid":"55b86a34cfbbc0b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55b86a34cfbbc0b","status":"passed","time":{"start":1707769883321,"stop":1707769883322,"duration":1}},{"uid":"7896150c51f967d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7896150c51f967d4","status":"passed","time":{"start":1707759981463,"stop":1707759981463,"duration":0}},{"uid":"eedb72dc97f712ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eedb72dc97f712ad","status":"passed","time":{"start":1707757676043,"stop":1707757676044,"duration":1}},{"uid":"9b99571509be9aa4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9b99571509be9aa4","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9ca902daeef310e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ca902daeef310e","status":"passed","time":{"start":1707753713249,"stop":1707753713250,"duration":1}},{"uid":"68d3952bedc6a483","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/68d3952bedc6a483","status":"passed","time":{"start":1707753448102,"stop":1707753448103,"duration":1}},{"uid":"60bf7a19917fb69c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60bf7a19917fb69c","status":"passed","time":{"start":1707750840039,"stop":1707750840040,"duration":1}},{"uid":"29aa8745dfd80d44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29aa8745dfd80d44","status":"passed","time":{"start":1707736765015,"stop":1707736765016,"duration":1}},{"uid":"83afb1bc0984609e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83afb1bc0984609e","status":"passed","time":{"start":1707735955248,"stop":1707735955248,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ffebe91ed5be523","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ffebe91ed5be523","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0}},{"uid":"ebbfe7e29205e4a8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ebbfe7e29205e4a8","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"20a62db963ca06cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20a62db963ca06cc","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"ff46642a82061a62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff46642a82061a62","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"6479900a1d29b86f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6479900a1d29b86f","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1}},{"uid":"71015a31f7dc4834","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71015a31f7dc4834","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"271de4404f90cdd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/271de4404f90cdd3","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"97c996b6686035ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/97c996b6686035ec","status":"passed","time":{"start":1707757709189,"stop":1707757709190,"duration":1}},{"uid":"7e0803190b065417","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e0803190b065417","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"7958b5c7b8f4de51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7958b5c7b8f4de51","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"e3c54a65b9b83721","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c54a65b9b83721","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"23f580eab68d1048","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23f580eab68d1048","status":"passed","time":{"start":1707750881807,"stop":1707750881808,"duration":1}},{"uid":"22e4e95767e153","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/22e4e95767e153","status":"passed","time":{"start":1707736800766,"stop":1707736800767,"duration":1}},{"uid":"f8d778747482fb23","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d778747482fb23","status":"passed","time":{"start":1707736013455,"stop":1707736013455,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0f54c7d213a71d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e0f54c7d213a71d2","status":"passed","time":{"start":1707793370635,"stop":1707793370635,"duration":0}},{"uid":"9dc8bf652b29433b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dc8bf652b29433b","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"5e7690601af4e57a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e7690601af4e57a","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"a47d6756e2432a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a47d6756e2432a","status":"passed","time":{"start":1707775461889,"stop":1707775461890,"duration":1}},{"uid":"5cd0d49ed39d938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cd0d49ed39d938","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"duration":0}},{"uid":"1ba08c116e565c99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ba08c116e565c99","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"db6a6d7b1caa79fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db6a6d7b1caa79fa","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"3ab0013c0325ad4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ab0013c0325ad4c","status":"passed","time":{"start":1707758023536,"stop":1707758023536,"duration":0}},{"uid":"4245ae38ebae70b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4245ae38ebae70b8","status":"passed","time":{"start":1707756664005,"stop":1707756664005,"duration":0}},{"uid":"588cf90c939ee536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/588cf90c939ee536","status":"passed","time":{"start":1707753837171,"stop":1707753837172,"duration":1}},{"uid":"70bb71efe888047a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70bb71efe888047a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"ef7337bed59581a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef7337bed59581a4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"5460581b882bb8b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5460581b882bb8b2","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a52ef9da2663526b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a52ef9da2663526b","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"duration":0}},{"uid":"82c1f0231807f2b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82c1f0231807f2b3","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"27205568977d0f13","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27205568977d0f13","status":"passed","time":{"start":1707775685026,"stop":1707775685027,"duration":1}},{"uid":"8bd08bb474f77db7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bd08bb474f77db7","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"72db306e15ec8b5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72db306e15ec8b5d","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"43a4378068e2a526","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43a4378068e2a526","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"72e8f763462b9ee5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72e8f763462b9ee5","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"27e7fa6425414292","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e7fa6425414292","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"f07ea821f2c83772","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f07ea821f2c83772","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"ad43fe281ff75815","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad43fe281ff75815","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"d6624aac98ac8efd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6624aac98ac8efd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"d7e8e58a478798e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7e8e58a478798e2","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"299766343c79a436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/299766343c79a436","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b19008a98fad62fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b19008a98fad62fe","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ff427b086815ee67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff427b086815ee67","status":"passed","time":{"start":1707793287282,"stop":1707793287282,"duration":0}},{"uid":"d160901e7653ecc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d160901e7653ecc4","status":"passed","time":{"start":1707778251795,"stop":1707778251796,"duration":1}},{"uid":"47d78bde105ce04f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47d78bde105ce04f","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"5229a49f0a56cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5229a49f0a56cb","status":"passed","time":{"start":1707775340605,"stop":1707775340608,"duration":3}},{"uid":"b36500448a7772","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b36500448a7772","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0}},{"uid":"cef9745c01cdd0f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cef9745c01cdd0f9","status":"passed","time":{"start":1707770045975,"stop":1707770045975,"duration":0}},{"uid":"221bed80d50e5ec1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/221bed80d50e5ec1","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"88606b41226b550a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88606b41226b550a","status":"passed","time":{"start":1707757921496,"stop":1707757921497,"duration":1}},{"uid":"b926540d37b11c16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b926540d37b11c16","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"75725b09d3053600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75725b09d3053600","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"37533f0efc1d0fb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37533f0efc1d0fb7","status":"passed","time":{"start":1707753708969,"stop":1707753708970,"duration":1}},{"uid":"bda74a9ddda5545a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bda74a9ddda5545a","status":"passed","time":{"start":1707751075909,"stop":1707751075910,"duration":1}},{"uid":"a75b1e67368e5552","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a75b1e67368e5552","status":"passed","time":{"start":1707737000810,"stop":1707737000811,"duration":1}},{"uid":"fa4cf46d3b411640","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa4cf46d3b411640","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f338accdb234207e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f338accdb234207e","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0}},{"uid":"1bd3bb372116b213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd3bb372116b213","status":"passed","time":{"start":1707777764429,"stop":1707777764430,"duration":1}},{"uid":"13e226451d6c443a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13e226451d6c443a","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"dd2d82b6a16f770e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd2d82b6a16f770e","status":"passed","time":{"start":1707774842471,"stop":1707774842472,"duration":1}},{"uid":"d61f8cc45c2f5c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d61f8cc45c2f5c86","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"f219373ad0b3a91c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f219373ad0b3a91c","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"d3e8f98af56d525d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3e8f98af56d525d","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"1eb2b8ed67057886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1eb2b8ed67057886","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"1edb4f07c89480e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1edb4f07c89480e7","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"b01c15d1cb581d92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b01c15d1cb581d92","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"4a5490be4c4ff40a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a5490be4c4ff40a","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"94a5db07aabad792","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/94a5db07aabad792","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"deba3bd2e9efeb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deba3bd2e9efeb2","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"b8c3feb38b593ab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8c3feb38b593ab2","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6a1c76280fafe17","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6a1c76280fafe17","status":"passed","time":{"start":1707793304788,"stop":1707793304789,"duration":1}},{"uid":"64a08577fd862d37","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/64a08577fd862d37","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"ee230f0711f21410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ee230f0711f21410","status":"passed","time":{"start":1707775545750,"stop":1707775545751,"duration":1}},{"uid":"9000dd61f39fb75d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9000dd61f39fb75d","status":"passed","time":{"start":1707775359971,"stop":1707775359972,"duration":1}},{"uid":"ca858c2ec8aec26e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca858c2ec8aec26e","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"5bf7abe2b3d947a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bf7abe2b3d947a7","status":"passed","time":{"start":1707770099500,"stop":1707770099501,"duration":1}},{"uid":"fa9b078f85894f89","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fa9b078f85894f89","status":"passed","time":{"start":1707760242017,"stop":1707760242017,"duration":0}},{"uid":"8ad7baf3cf90916a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ad7baf3cf90916a","status":"passed","time":{"start":1707757936369,"stop":1707757936371,"duration":2}},{"uid":"52dc4aedfdfbdb6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/52dc4aedfdfbdb6f","status":"passed","time":{"start":1707756564917,"stop":1707756564918,"duration":1}},{"uid":"5ea54ae623f5e60a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ea54ae623f5e60a","status":"passed","time":{"start":1707753906989,"stop":1707753906989,"duration":0}},{"uid":"7b51f0fd1a011147","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b51f0fd1a011147","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"8f1c5b06119ef9ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f1c5b06119ef9ec","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"4ec7452080f4ad12","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ec7452080f4ad12","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"3bb20168dd80583e564488697a81096c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47883af9d7d353d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/47883af9d7d353d9","status":"passed","time":{"start":1707736081273,"stop":1707736081273,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18c3e80a9b27b0e0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18c3e80a9b27b0e0","status":"passed","time":{"start":1707793370626,"stop":1707793370627,"duration":1}},{"uid":"a2970d3d5b293914","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a2970d3d5b293914","status":"passed","time":{"start":1707778386476,"stop":1707778386476,"duration":0}},{"uid":"b0db1d55b6819826","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0db1d55b6819826","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"7c9985e5a23312f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c9985e5a23312f5","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"b798c1357f22ddfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b798c1357f22ddfe","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1}},{"uid":"3d8c901095febabd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d8c901095febabd","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"f4d10119b9d9f70c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4d10119b9d9f70c","status":"passed","time":{"start":1707760335941,"stop":1707760335941,"duration":0}},{"uid":"9078b049da7ba0ef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9078b049da7ba0ef","status":"passed","time":{"start":1707758023528,"stop":1707758023528,"duration":0}},{"uid":"556059e69f04202a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/556059e69f04202a","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"6c1b3ac165f1898","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c1b3ac165f1898","status":"passed","time":{"start":1707753837162,"stop":1707753837163,"duration":1}},{"uid":"127443393cb1ac7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/127443393cb1ac7e","status":"passed","time":{"start":1707751136279,"stop":1707751136280,"duration":1}},{"uid":"a8649f7fd2eee2c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8649f7fd2eee2c5","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"bd414a28e2e69cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd414a28e2e69cb","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d8a1f8f6615fd6d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d8a1f8f6615fd6d","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0}},{"uid":"31bbabc8969df760","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31bbabc8969df760","status":"passed","time":{"start":1707778002167,"stop":1707778002167,"duration":0}},{"uid":"f29f45d515c67489","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f29f45d515c67489","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"1fb9d7f4cfaf49e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fb9d7f4cfaf49e9","status":"passed","time":{"start":1707775094104,"stop":1707775094104,"duration":0}},{"uid":"e4d6861dd25cfa75","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4d6861dd25cfa75","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"duration":0}},{"uid":"8ecf34559110dee5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ecf34559110dee5","status":"passed","time":{"start":1707769883644,"stop":1707769883644,"duration":0}},{"uid":"7bc2051167cc9b74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bc2051167cc9b74","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"6bdd7243c6d9af57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6bdd7243c6d9af57","status":"passed","time":{"start":1707757677812,"stop":1707757677812,"duration":0}},{"uid":"8fdd44988df597e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8fdd44988df597e","status":"passed","time":{"start":1707756291414,"stop":1707756291415,"duration":1}},{"uid":"4abe79b85f479d5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4abe79b85f479d5d","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"abfce8629bd251ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfce8629bd251ea","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"55cdb61d3610c1f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55cdb61d3610c1f5","status":"passed","time":{"start":1707750845164,"stop":1707750845169,"duration":5}},{"uid":"97340c0d3036a16c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/97340c0d3036a16c","status":"passed","time":{"start":1707736769676,"stop":1707736769676,"duration":0}},{"uid":"563a70cfd4f95f46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/563a70cfd4f95f46","status":"passed","time":{"start":1707735968262,"stop":1707735968264,"duration":2}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a5d7f4abee648c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a5d7f4abee648c1","status":"passed","time":{"start":1707793142791,"stop":1707793142792,"duration":1}},{"uid":"a8c6df1c2c5b9b42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a8c6df1c2c5b9b42","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"c830232604b5582c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c830232604b5582c","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"4b82126af5532949","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b82126af5532949","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"98212c86c0c01ef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98212c86c0c01ef5","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"duration":1}},{"uid":"5073e98af8c3db6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5073e98af8c3db6b","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"b89d2641e7245e79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89d2641e7245e79","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"62186f1aa8c82835","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62186f1aa8c82835","status":"passed","time":{"start":1707757782367,"stop":1707757782367,"duration":0}},{"uid":"b7b188863cc29b94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b7b188863cc29b94","status":"passed","time":{"start":1707756396100,"stop":1707756396101,"duration":1}},{"uid":"78b39a9cc0b408d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78b39a9cc0b408d1","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"e5d098484114e9ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5d098484114e9ed","status":"passed","time":{"start":1707753563087,"stop":1707753563097,"duration":10}},{"uid":"bbfaee35cb5e9f58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbfaee35cb5e9f58","status":"passed","time":{"start":1707750940652,"stop":1707750940653,"duration":1}},{"uid":"eec09fa7c7dce802","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec09fa7c7dce802","status":"passed","time":{"start":1707736870544,"stop":1707736870544,"duration":0}},{"uid":"1f7059bba4120bf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f7059bba4120bf1","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"21cb2ca4c35d2bceb7f222ee81264afa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6094f4c914e354ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6094f4c914e354ee","status":"passed","time":{"start":1707753870470,"stop":1707753870471,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2471d11993d8625f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2471d11993d8625f","status":"passed","time":{"start":1707793238872,"stop":1707793238872,"duration":0}},{"uid":"1c52bb4e8a413e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c52bb4e8a413e","status":"passed","time":{"start":1707778202480,"stop":1707778202480,"duration":0}},{"uid":"9ac9f9f42fa4ece7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ac9f9f42fa4ece7","status":"passed","time":{"start":1707775486625,"stop":1707775486626,"duration":1}},{"uid":"3b7165606181ac0f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3b7165606181ac0f","status":"passed","time":{"start":1707775300135,"stop":1707775300136,"duration":1}},{"uid":"21b4fbd6f7be9f26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21b4fbd6f7be9f26","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"duration":1}},{"uid":"8821620dbe3a645a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8821620dbe3a645a","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"c9743549194eea1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9743549194eea1b","status":"passed","time":{"start":1707760174020,"stop":1707760174021,"duration":1}},{"uid":"bbedc427142befd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbedc427142befd","status":"passed","time":{"start":1707757873921,"stop":1707757873921,"duration":0}},{"uid":"2795e884265b0909","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2795e884265b0909","status":"passed","time":{"start":1707756499904,"stop":1707756499904,"duration":0}},{"uid":"7f29821c3bdba816","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f29821c3bdba816","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"7bed375ff0d9f027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7bed375ff0d9f027","status":"passed","time":{"start":1707753647509,"stop":1707753647509,"duration":0}},{"uid":"3354cd7e2c485535","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3354cd7e2c485535","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"49e17fb0c6568081","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/49e17fb0c6568081","status":"passed","time":{"start":1707736947844,"stop":1707736947845,"duration":1}},{"uid":"38db65ded9231019","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38db65ded9231019","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dc7122b7761e78","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc7122b7761e78","status":"passed","time":{"start":1707793153226,"stop":1707793153226,"duration":0}},{"uid":"7e2dd31ae0f457f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2dd31ae0f457f5","status":"passed","time":{"start":1707778114676,"stop":1707778114676,"duration":0}},{"uid":"c77fdc562daf8d3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c77fdc562daf8d3c","status":"passed","time":{"start":1707775395378,"stop":1707775395378,"duration":0}},{"uid":"2681c628c09be41a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2681c628c09be41a","status":"passed","time":{"start":1707775205631,"stop":1707775205632,"duration":1}},{"uid":"87df996ff4e94500","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87df996ff4e94500","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"7342b7f8c84d5210","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7342b7f8c84d5210","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}},{"uid":"d82523424dca7b6d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d82523424dca7b6d","status":"passed","time":{"start":1707760095405,"stop":1707760095405,"duration":0}},{"uid":"4336a09b7799a664","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4336a09b7799a664","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}},{"uid":"eeeaa5a017dec9d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eeeaa5a017dec9d","status":"passed","time":{"start":1707756409547,"stop":1707756409547,"duration":0}},{"uid":"b4be9ce361a02a5b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4be9ce361a02a5b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"121571e32d5d330","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/121571e32d5d330","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}},{"uid":"340144cc369d3c43","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/340144cc369d3c43","status":"passed","time":{"start":1707750953982,"stop":1707750953982,"duration":0}},{"uid":"f03518d082823b5b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f03518d082823b5b","status":"passed","time":{"start":1707736878969,"stop":1707736878969,"duration":0}},{"uid":"7d21298b7db4ad8b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d21298b7db4ad8b","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa320788fb103fed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fa320788fb103fed","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0}},{"uid":"675b4b1a84fe64fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/675b4b1a84fe64fc","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"8d425565f5f2976a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8d425565f5f2976a","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"81b0187881fed598","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b0187881fed598","status":"passed","time":{"start":1707775462777,"stop":1707775462778,"duration":1}},{"uid":"3ea437ff036c0d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ea437ff036c0d9","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"20ee67efbdc42b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20ee67efbdc42b2e","status":"passed","time":{"start":1707770180414,"stop":1707770180415,"duration":1}},{"uid":"23492fd455e8ea33","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23492fd455e8ea33","status":"passed","time":{"start":1707760352906,"stop":1707760352906,"duration":0}},{"uid":"ae4c13edf1f6334e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ae4c13edf1f6334e","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"ad2182994d74c212","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad2182994d74c212","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"ff953d23e16ab681","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff953d23e16ab681","status":"passed","time":{"start":1707753994322,"stop":1707753994323,"duration":1}},{"uid":"83f25bb9bc3e8208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/83f25bb9bc3e8208","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"2f7ae4989cded2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7ae4989cded2b7","status":"passed","time":{"start":1707737132858,"stop":1707737132859,"duration":1}},{"uid":"1d81433b91c7df88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1d81433b91c7df88","status":"passed","time":{"start":1707736343132,"stop":1707736343132,"duration":0}}]},"b62407d9cdee015192bd612931f3e164:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edaee21b6d5d4c6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/edaee21b6d5d4c6","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e409ad3f6287d571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e409ad3f6287d571","status":"passed","time":{"start":1707793446742,"stop":1707793446743,"duration":1}},{"uid":"2a0f858653ea7429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a0f858653ea7429","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"c0cfa106ac545743","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0cfa106ac545743","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"52638e3b1125944a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/52638e3b1125944a","status":"passed","time":{"start":1707775494278,"stop":1707775494279,"duration":1}},{"uid":"8d12639c3d9e12f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d12639c3d9e12f7","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1}},{"uid":"3b207321b1badb05","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3b207321b1badb05","status":"passed","time":{"start":1707770238687,"stop":1707770238688,"duration":1}},{"uid":"9d11bf8fa0a3f863","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d11bf8fa0a3f863","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"3b87ec54bb36995d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3b87ec54bb36995d","status":"passed","time":{"start":1707758004328,"stop":1707758004328,"duration":0}},{"uid":"1c3d4638598786b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3d4638598786b0","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"f1fcff0d523169e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1fcff0d523169e5","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"14aae5bbc3a37ad7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14aae5bbc3a37ad7","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"6d10b6c4542ca771","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d10b6c4542ca771","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"2f7df2b1e47269c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7df2b1e47269c5","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"fa365e8f25e4a9cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa365e8f25e4a9cb","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1d5108901b1ec5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1d5108901b1ec5","status":"passed","time":{"start":1707792878414,"stop":1707792878415,"duration":1}},{"uid":"85214f3b1dc37549","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85214f3b1dc37549","status":"passed","time":{"start":1707777826928,"stop":1707777826929,"duration":1}},{"uid":"4d5b0bd63a02b048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d5b0bd63a02b048","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"4c04e61b43635d66","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c04e61b43635d66","status":"passed","time":{"start":1707774906442,"stop":1707774906442,"duration":0}},{"uid":"e8a4b4af035b9e0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a4b4af035b9e0a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"7d06bbd67ff0a137","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d06bbd67ff0a137","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"66766c827b7f520e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/66766c827b7f520e","status":"passed","time":{"start":1707759800530,"stop":1707759800530,"duration":0}},{"uid":"e029e99c9fa4abbd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e029e99c9fa4abbd","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"591b83e85888b598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/591b83e85888b598","status":"passed","time":{"start":1707756124836,"stop":1707756124836,"duration":0}},{"uid":"1c7ecf53088211f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c7ecf53088211f5","status":"passed","time":{"start":1707753544136,"stop":1707753544137,"duration":1}},{"uid":"3be5e64b30e4ebd8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3be5e64b30e4ebd8","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"5ca3537c5b22066e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5ca3537c5b22066e","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"5a71cc3a93b2e630","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a71cc3a93b2e630","status":"passed","time":{"start":1707736588885,"stop":1707736588886,"duration":1}},{"uid":"38f96849301bda3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38f96849301bda3e","status":"passed","time":{"start":1707735772595,"stop":1707735772596,"duration":1}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e854ef4022ade12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e854ef4022ade12","status":"passed","time":{"start":1707793142796,"stop":1707793142797,"duration":1}},{"uid":"f85a734db3b6e064","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f85a734db3b6e064","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"2dd0a4edec63e957","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2dd0a4edec63e957","status":"passed","time":{"start":1707775384054,"stop":1707775384055,"duration":1}},{"uid":"c809805bec8a1433","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c809805bec8a1433","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"a429c055484336de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a429c055484336de","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0}},{"uid":"78b522cd268d5fa8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b522cd268d5fa8","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"f4240b403c4fefe9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4240b403c4fefe9","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"de4d288b04392aee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de4d288b04392aee","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"c35e8865890bf185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35e8865890bf185","status":"passed","time":{"start":1707756396102,"stop":1707756396102,"duration":0}},{"uid":"b4152e4246b0b52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4152e4246b0b52","status":"passed","time":{"start":1707753781758,"stop":1707753781758,"duration":0}},{"uid":"2c452848e324f84d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c452848e324f84d","status":"passed","time":{"start":1707753563104,"stop":1707753563104,"duration":0}},{"uid":"40f241796552eff2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/40f241796552eff2","status":"passed","time":{"start":1707750940659,"stop":1707750940661,"duration":2}},{"uid":"5c461d23b931dfed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c461d23b931dfed","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"9ea2f973f955d1fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ea2f973f955d1fd","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"986479062af15faa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/986479062af15faa","status":"passed","time":{"start":1707793446752,"stop":1707793446753,"duration":1}},{"uid":"45d21fbcb179ee9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/45d21fbcb179ee9e","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"7a2f73dea9ea1d0e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a2f73dea9ea1d0e","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"cd2372212f566dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd2372212f566dde","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"281711e2fcf8606d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/281711e2fcf8606d","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"fb0c8a731f09e26e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb0c8a731f09e26e","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"e76c8d013fd2359d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e76c8d013fd2359d","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"33874baf1b5127a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33874baf1b5127a4","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"6f2d8473089c7d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f2d8473089c7d48","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"5cb753cec9eb857f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb753cec9eb857f","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"dfe186bd9d0b208","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dfe186bd9d0b208","status":"passed","time":{"start":1707751228970,"stop":1707751228971,"duration":1}},{"uid":"b19bb985289efb6c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19bb985289efb6c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"29de1322b834fc18","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29de1322b834fc18","status":"passed","time":{"start":1707736353049,"stop":1707736353050,"duration":1}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dbfd6aef8c02f3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dbfd6aef8c02f3e","status":"passed","time":{"start":1707792907229,"stop":1707792907230,"duration":1}},{"uid":"506466ec174a0afa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506466ec174a0afa","status":"passed","time":{"start":1707777859852,"stop":1707777859853,"duration":1}},{"uid":"dd8c3f6a68273324","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dd8c3f6a68273324","status":"passed","time":{"start":1707775133665,"stop":1707775133666,"duration":1}},{"uid":"e63204cdb3a0cc52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e63204cdb3a0cc52","status":"passed","time":{"start":1707774942680,"stop":1707774942680,"duration":0}},{"uid":"30df96d52a12b578","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30df96d52a12b578","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"duration":0}},{"uid":"41c6f546759c41a2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41c6f546759c41a2","status":"passed","time":{"start":1707769735032,"stop":1707769735032,"duration":0}},{"uid":"54581c3003fcfe18","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54581c3003fcfe18","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"5b0eb4e7f272c6f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b0eb4e7f272c6f5","status":"passed","time":{"start":1707757528819,"stop":1707757528821,"duration":2}},{"uid":"3b3572c0e8cbc970","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b3572c0e8cbc970","status":"passed","time":{"start":1707756157290,"stop":1707756157290,"duration":0}},{"uid":"e16b2b15c85f8971","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e16b2b15c85f8971","status":"passed","time":{"start":1707753578470,"stop":1707753578470,"duration":0}},{"uid":"761f021ef2951e44","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/761f021ef2951e44","status":"passed","time":{"start":1707753307894,"stop":1707753307894,"duration":0}},{"uid":"699ca24b2b984bb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/699ca24b2b984bb0","status":"passed","time":{"start":1707750703125,"stop":1707750703126,"duration":1}},{"uid":"95d943d9c07db7e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/95d943d9c07db7e5","status":"passed","time":{"start":1707736629967,"stop":1707736629968,"duration":1}},{"uid":"920c0d74421dbc06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/920c0d74421dbc06","status":"passed","time":{"start":1707735809087,"stop":1707735809087,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7963619c63111dec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7963619c63111dec","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0}},{"uid":"c170bffd74933d6b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c170bffd74933d6b","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"3defe422af7c9fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3defe422af7c9fe9","status":"passed","time":{"start":1707775073184,"stop":1707775073184,"duration":0}},{"uid":"1620c98a566b903a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1620c98a566b903a","status":"passed","time":{"start":1707774873943,"stop":1707774873944,"duration":1}},{"uid":"5e535cb8bde84f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e535cb8bde84f77","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1}},{"uid":"130e98251ea5460d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/130e98251ea5460d","status":"passed","time":{"start":1707769676600,"stop":1707769676601,"duration":1}},{"uid":"a717a53d08e2506b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a717a53d08e2506b","status":"passed","time":{"start":1707759771253,"stop":1707759771254,"duration":1}},{"uid":"8ddee675fe9e174c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ddee675fe9e174c","status":"passed","time":{"start":1707757466739,"stop":1707757466739,"duration":0}},{"uid":"8f160f38d34d56e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f160f38d34d56e9","status":"passed","time":{"start":1707756093995,"stop":1707756093996,"duration":1}},{"uid":"5ed2e972eef3b033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ed2e972eef3b033","status":"passed","time":{"start":1707753514641,"stop":1707753514641,"duration":0}},{"uid":"279df08c352ed1b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/279df08c352ed1b9","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"7e2922d2fdaeb6c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e2922d2fdaeb6c","status":"passed","time":{"start":1707750640095,"stop":1707750640095,"duration":0}},{"uid":"f10e64b4efc93b35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f10e64b4efc93b35","status":"passed","time":{"start":1707736561995,"stop":1707736561995,"duration":0}},{"uid":"41eb28455b78ea96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41eb28455b78ea96","status":"passed","time":{"start":1707735744192,"stop":1707735744193,"duration":1}}]},"06627ffa18f0f7a4b59afd78a751f594:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c31315ba5ed61fb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c31315ba5ed61fb9","status":"passed","time":{"start":1707753668076,"stop":1707753668077,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96e706187f1cdb65","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96e706187f1cdb65","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0}},{"uid":"af92f50946714955","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/af92f50946714955","status":"passed","time":{"start":1707778394552,"stop":1707778394553,"duration":1}},{"uid":"a9a0bc5e0e6cca6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a9a0bc5e0e6cca6c","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"7715b053a7f23513","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7715b053a7f23513","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"1b4a225d9fa59e1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b4a225d9fa59e1f","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"35c86f939e10845b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35c86f939e10845b","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"62a1e1870b9380df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a1e1870b9380df","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"c7f79505598f4fe4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c7f79505598f4fe4","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"88ac8f45c812b170","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88ac8f45c812b170","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"24235aea626d6747","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24235aea626d6747","status":"passed","time":{"start":1707753994323,"stop":1707753994324,"duration":1}},{"uid":"b89a01e33e3b8fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b89a01e33e3b8fce","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"10276c28cdae2dd3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/10276c28cdae2dd3","status":"passed","time":{"start":1707737132859,"stop":1707737132860,"duration":1}},{"uid":"c15840bcffbef9c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c15840bcffbef9c3","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d015225ee361cf06","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d015225ee361cf06","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0}},{"uid":"3a9bae1f56947a9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a9bae1f56947a9c","status":"passed","time":{"start":1707778381871,"stop":1707778381873,"duration":2}},{"uid":"e35d806fe83af9cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e35d806fe83af9cb","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"671472ded85fa0e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/671472ded85fa0e1","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"f6aba06c9e0071d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6aba06c9e0071d9","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0}},{"uid":"f76b32155131e927","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f76b32155131e927","status":"passed","time":{"start":1707770169175,"stop":1707770169176,"duration":1}},{"uid":"a500a529a8bb389a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a500a529a8bb389a","status":"passed","time":{"start":1707760345981,"stop":1707760345982,"duration":1}},{"uid":"77769a2cff8bd0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77769a2cff8bd0d3","status":"passed","time":{"start":1707758029745,"stop":1707758029746,"duration":1}},{"uid":"ed69128fd8c81299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed69128fd8c81299","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"583492f12223ab4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/583492f12223ab4e","status":"passed","time":{"start":1707753981526,"stop":1707753981526,"duration":0}},{"uid":"dd505a2283e714b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd505a2283e714b0","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"13449d5f09114e74","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13449d5f09114e74","status":"passed","time":{"start":1707751154819,"stop":1707751154819,"duration":0}},{"uid":"7c5d6f17e23481fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c5d6f17e23481fb","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"982abdb203ee7b0e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/982abdb203ee7b0e","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd15be0494c6a1f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd15be0494c6a1f6","status":"passed","time":{"start":1707793153215,"stop":1707793153216,"duration":1}},{"uid":"85b76d3009d26e0c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85b76d3009d26e0c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"b84974d043a0f05f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b84974d043a0f05f","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"8bc42e8e2194f762","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc42e8e2194f762","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"4b495dc82b5a9fe1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b495dc82b5a9fe1","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"18a39a7d347b305f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18a39a7d347b305f","status":"passed","time":{"start":1707769983271,"stop":1707769983272,"duration":1}},{"uid":"5a2eff54424d30be","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a2eff54424d30be","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"896ef51ce06e3dab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/896ef51ce06e3dab","status":"passed","time":{"start":1707757790729,"stop":1707757790730,"duration":1}},{"uid":"326a02966d4bdc96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/326a02966d4bdc96","status":"passed","time":{"start":1707756409540,"stop":1707756409541,"duration":1}},{"uid":"b27394970cb9735d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b27394970cb9735d","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"61f25783d25718e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/61f25783d25718e8","status":"passed","time":{"start":1707753573524,"stop":1707753573525,"duration":1}},{"uid":"4bd12fb6a2f5423b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bd12fb6a2f5423b","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"a35b59b6fe0b8419","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a35b59b6fe0b8419","status":"passed","time":{"start":1707736878961,"stop":1707736878962,"duration":1}},{"uid":"2d931a0569052e97","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2d931a0569052e97","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bdd484b9a9a06978","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd484b9a9a06978","status":"passed","time":{"start":1707793370632,"stop":1707793370633,"duration":1}},{"uid":"fb9154f587d4ebfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb9154f587d4ebfa","status":"passed","time":{"start":1707778386481,"stop":1707778386482,"duration":1}},{"uid":"c772432655d810c8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c772432655d810c8","status":"passed","time":{"start":1707775656748,"stop":1707775656749,"duration":1}},{"uid":"f86ac36860e6712e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f86ac36860e6712e","status":"passed","time":{"start":1707775461887,"stop":1707775461888,"duration":1}},{"uid":"edec879d0c83e822","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edec879d0c83e822","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"duration":1}},{"uid":"d7bbefda049d898c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7bbefda049d898c","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"a91b90f91cd02955","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a91b90f91cd02955","status":"passed","time":{"start":1707760335949,"stop":1707760335950,"duration":1}},{"uid":"f5240069a6a6a448","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5240069a6a6a448","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"9bf1aa48c246c4b2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bf1aa48c246c4b2","status":"passed","time":{"start":1707756664003,"stop":1707756664003,"duration":0}},{"uid":"9e32d73db4a3fa9e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9e32d73db4a3fa9e","status":"passed","time":{"start":1707753837169,"stop":1707753837169,"duration":0}},{"uid":"2a2355f734daea0b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2355f734daea0b","status":"passed","time":{"start":1707751136320,"stop":1707751136320,"duration":0}},{"uid":"c1304d5fd45b0113","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1304d5fd45b0113","status":"passed","time":{"start":1707737124644,"stop":1707737124645,"duration":1}},{"uid":"3a2eed3a3ecc6c61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a2eed3a3ecc6c61","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"210c1799e55dd357","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/210c1799e55dd357","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0}},{"uid":"506bb0110121a913","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506bb0110121a913","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"d6fe5f4cfbc78a6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d6fe5f4cfbc78a6f","status":"passed","time":{"start":1707775026264,"stop":1707775026264,"duration":0}},{"uid":"473bdb9b9f892a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473bdb9b9f892a0c","status":"passed","time":{"start":1707774827854,"stop":1707774827854,"duration":0}},{"uid":"5ca525a761e07bfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca525a761e07bfa","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0}},{"uid":"1037c64191a930ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1037c64191a930ac","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"54da489b1cd62052","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54da489b1cd62052","status":"passed","time":{"start":1707759722865,"stop":1707759722865,"duration":0}},{"uid":"176083d3140e2ce6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/176083d3140e2ce6","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"e1f45d264510d3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1f45d264510d3c9","status":"passed","time":{"start":1707756047292,"stop":1707756047293,"duration":1}},{"uid":"d343baa33d57e34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d343baa33d57e34","status":"passed","time":{"start":1707753465440,"stop":1707753465441,"duration":1}},{"uid":"7745121e926aa58e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7745121e926aa58e","status":"passed","time":{"start":1707753193781,"stop":1707753193782,"duration":1}},{"uid":"400705dd8c775ba1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/400705dd8c775ba1","status":"passed","time":{"start":1707750594364,"stop":1707750594365,"duration":1}},{"uid":"7514edf46f43de18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7514edf46f43de18","status":"passed","time":{"start":1707736511736,"stop":1707736511737,"duration":1}},{"uid":"7c1c651d927e7d28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c1c651d927e7d28","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e76c7b10f8bde11f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e76c7b10f8bde11f","status":"passed","time":{"start":1707792929581,"stop":1707792929581,"duration":0}},{"uid":"ad14d8aad6016d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad14d8aad6016d14","status":"passed","time":{"start":1707777877647,"stop":1707777877648,"duration":1}},{"uid":"ba53dfd3d85eb2eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba53dfd3d85eb2eb","status":"passed","time":{"start":1707775153023,"stop":1707775153024,"duration":1}},{"uid":"4f30ad5866663e32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f30ad5866663e32","status":"passed","time":{"start":1707774951833,"stop":1707774951835,"duration":2}},{"uid":"431845249a8313cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/431845249a8313cc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"4c448fd91a7be57f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c448fd91a7be57f","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"f699e28f0457d311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f699e28f0457d311","status":"passed","time":{"start":1707759851604,"stop":1707759851604,"duration":0}},{"uid":"dde8dfa418984d96","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dde8dfa418984d96","status":"passed","time":{"start":1707757546809,"stop":1707757546809,"duration":0}},{"uid":"3a7f0a2f136a7101","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3a7f0a2f136a7101","status":"passed","time":{"start":1707756167201,"stop":1707756167202,"duration":1}},{"uid":"abb2e5561067b58c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abb2e5561067b58c","status":"passed","time":{"start":1707753584062,"stop":1707753584063,"duration":1}},{"uid":"96c837fda829f752","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96c837fda829f752","status":"passed","time":{"start":1707753331772,"stop":1707753331772,"duration":0}},{"uid":"1c781048aa968269","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c781048aa968269","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"e11509fc470e99dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e11509fc470e99dc","status":"passed","time":{"start":1707736636444,"stop":1707736636444,"duration":0}},{"uid":"d1c3992b2ded1d4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1c3992b2ded1d4e","status":"passed","time":{"start":1707735825262,"stop":1707735825263,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7838768e7658223","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7838768e7658223","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0}},{"uid":"80dbd9e15e0c069","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/80dbd9e15e0c069","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"fbf669dfbac784ab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fbf669dfbac784ab","status":"passed","time":{"start":1707775662265,"stop":1707775662265,"duration":0}},{"uid":"59be99cec22dc0ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59be99cec22dc0ba","status":"passed","time":{"start":1707775462780,"stop":1707775462780,"duration":0}},{"uid":"79f5f84e8af1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79f5f84e8af1dfa0","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1}},{"uid":"d9bb07fd62fdec70","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9bb07fd62fdec70","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"94ee84125721791","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/94ee84125721791","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"ac19e00f46c7b386","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac19e00f46c7b386","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"cbe54f17fdc0051b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbe54f17fdc0051b","status":"passed","time":{"start":1707756674086,"stop":1707756674086,"duration":0}},{"uid":"3d112717b6987fe3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d112717b6987fe3","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"a6edd1a2c443cb19","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6edd1a2c443cb19","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"f92e7af9a9ebc96f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f92e7af9a9ebc96f","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"97c7799133dddf33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97c7799133dddf33","status":"passed","time":{"start":1707736343134,"stop":1707736343135,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec0c60b75ab958b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec0c60b75ab958b3","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"duration":0}},{"uid":"c55b7f9291bd42f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c55b7f9291bd42f8","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"5eb495a4f8a5ec2a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5eb495a4f8a5ec2a","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"b9090d453bbc5180","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b9090d453bbc5180","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"cd3379319d162439","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd3379319d162439","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"duration":1}},{"uid":"29d9e34d5f630864","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d9e34d5f630864","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"10d846c975a20d1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10d846c975a20d1d","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"4b1004e11bf0c3c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4b1004e11bf0c3c1","status":"passed","time":{"start":1707758004310,"stop":1707758004320,"duration":10}},{"uid":"c50c4fd290822333","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c50c4fd290822333","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"60ecf19b6e300537","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60ecf19b6e300537","status":"passed","time":{"start":1707754051785,"stop":1707754051785,"duration":0}},{"uid":"fc8a3ba8d062221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc8a3ba8d062221","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"6dffae1ea6a38572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6dffae1ea6a38572","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"fc2b288978905148","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc2b288978905148","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"ce6867da9f74525","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce6867da9f74525","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"a1e9b30654c5ca6108f842d98587fe87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7822e08cbcb0ea6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7822e08cbcb0ea6","status":"passed","time":{"start":1707777973001,"stop":1707777973001,"duration":0}}]},"2f442db5ab2c15d4052d0f46dc68da90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f5afb1114ee11bfb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f5afb1114ee11bfb","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154820,"stop":1707751154820,"duration":0}}]},"3a7a6ff11bfc103aa4acb214cb297765:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"809a9a14b09a44b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/809a9a14b09a44b7","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5012dbe23b68afe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5012dbe23b68afe2","status":"passed","time":{"start":1707793012485,"stop":1707793012486,"duration":1}},{"uid":"b53cccd65ae604ce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b53cccd65ae604ce","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"1b7abf339b2f629f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b7abf339b2f629f","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"25fe7946cb196160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/25fe7946cb196160","status":"passed","time":{"start":1707775082020,"stop":1707775082020,"duration":0}},{"uid":"65607bede5de56d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65607bede5de56d8","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"duration":1}},{"uid":"6849ae6efb2e88d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6849ae6efb2e88d9","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"d327889da7a46fea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d327889da7a46fea","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"99e07682f8c56b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99e07682f8c56b8","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"cbb7012ac9bf0306","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbb7012ac9bf0306","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"9a281beda43afcb6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a281beda43afcb6","status":"passed","time":{"start":1707753651170,"stop":1707753651171,"duration":1}},{"uid":"4832ef47cec21419","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4832ef47cec21419","status":"passed","time":{"start":1707753409587,"stop":1707753409588,"duration":1}},{"uid":"cbcfc4970691ee80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cbcfc4970691ee80","status":"passed","time":{"start":1707750722051,"stop":1707750722051,"duration":0}},{"uid":"13051096b82c1ee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13051096b82c1ee3","status":"passed","time":{"start":1707736708330,"stop":1707736708331,"duration":1}},{"uid":"1cf5f34ca6a83d8a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1cf5f34ca6a83d8a","status":"passed","time":{"start":1707735914387,"stop":1707735914387,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c8025512ec9b7c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8025512ec9b7c7","status":"passed","time":{"start":1707793168681,"stop":1707793168682,"duration":1}},{"uid":"c28752f3992a9acf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c28752f3992a9acf","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"af7d28e7e59b232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af7d28e7e59b232","status":"passed","time":{"start":1707775409485,"stop":1707775409486,"duration":1}},{"uid":"d4ccfd2a9112c1d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4ccfd2a9112c1d1","status":"passed","time":{"start":1707775219998,"stop":1707775219999,"duration":1}},{"uid":"7adb77749bc70f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7adb77749bc70f0c","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"fcb66a00b79cf67b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcb66a00b79cf67b","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"edaa1a86ad6e70a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/edaa1a86ad6e70a3","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"abf8427ed57ebd38","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abf8427ed57ebd38","status":"passed","time":{"start":1707757804298,"stop":1707757804299,"duration":1}},{"uid":"85ce52ab5cdc410f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/85ce52ab5cdc410f","status":"passed","time":{"start":1707756422348,"stop":1707756422349,"duration":1}},{"uid":"353f3c97cfbbe25f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/353f3c97cfbbe25f","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"246e1a3749a40c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/246e1a3749a40c8c","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"f0b9721c7e254660","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0b9721c7e254660","status":"passed","time":{"start":1707750964806,"stop":1707750964807,"duration":1}},{"uid":"881770cc09311ee0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/881770cc09311ee0","status":"passed","time":{"start":1707736890439,"stop":1707736890439,"duration":0}},{"uid":"8ba8c6e1097d29e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ba8c6e1097d29e9","status":"passed","time":{"start":1707736096391,"stop":1707736096392,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"41ebfba340f15b60","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/41ebfba340f15b60","status":"passed","time":{"start":1707792919940,"stop":1707792919940,"duration":0}},{"uid":"4c82306c5fd0752b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c82306c5fd0752b","status":"passed","time":{"start":1707777865442,"stop":1707777865443,"duration":1}},{"uid":"d9f67b2b9e06af44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9f67b2b9e06af44","status":"passed","time":{"start":1707775140805,"stop":1707775140806,"duration":1}},{"uid":"e89ec2e3340bea18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e89ec2e3340bea18","status":"passed","time":{"start":1707774947609,"stop":1707774947610,"duration":1}},{"uid":"ff3ea75cf06a22f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3ea75cf06a22f4","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0}},{"uid":"f579006e289197d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f579006e289197d4","status":"passed","time":{"start":1707769737619,"stop":1707769737619,"duration":0}},{"uid":"7eb97f3539bdfeb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7eb97f3539bdfeb5","status":"passed","time":{"start":1707759835148,"stop":1707759835148,"duration":0}},{"uid":"e201702f786310c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e201702f786310c4","status":"passed","time":{"start":1707757529704,"stop":1707757529705,"duration":1}},{"uid":"e682be0dcd76b6e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e682be0dcd76b6e1","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"372f0fee6d073151","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/372f0fee6d073151","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"eb5d38e2ea10744b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eb5d38e2ea10744b","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"a1ab983941123977","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1ab983941123977","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"c0b9030c180cbf13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0b9030c180cbf13","status":"passed","time":{"start":1707736624912,"stop":1707736624912,"duration":0}},{"uid":"88a9eaa502e2b377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88a9eaa502e2b377","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db8307fb303ad01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db8307fb303ad01c","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0}},{"uid":"3474a800ae9827d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3474a800ae9827d4","status":"passed","time":{"start":1707778338835,"stop":1707778338835,"duration":0}},{"uid":"d0bc82e5cb2b3f2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d0bc82e5cb2b3f2c","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"b126c9026f87e09e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b126c9026f87e09e","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"6cbf9a5d50509e0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cbf9a5d50509e0b","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0}},{"uid":"b0a5a089d29e311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0a5a089d29e311","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"72b9e48224b39413","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72b9e48224b39413","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"cd53ba6342866ef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd53ba6342866ef","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"5d92ce131d6a4cbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d92ce131d6a4cbd","status":"passed","time":{"start":1707753988877,"stop":1707753988877,"duration":0}},{"uid":"93c4cdf0e0afb5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93c4cdf0e0afb5b","status":"passed","time":{"start":1707753782734,"stop":1707753782746,"duration":12}},{"uid":"aab8979b13e4c0f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aab8979b13e4c0f4","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"e600dd3e5e6abce4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e600dd3e5e6abce4","status":"passed","time":{"start":1707737091300,"stop":1707737091300,"duration":0}},{"uid":"ed9b68f85ca41940","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ed9b68f85ca41940","status":"passed","time":{"start":1707736260123,"stop":1707736260124,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e2a9a06eef357dc1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2a9a06eef357dc1","status":"passed","time":{"start":1707792800002,"stop":1707792800002,"duration":0}},{"uid":"8862207b8766863e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8862207b8766863e","status":"passed","time":{"start":1707777749087,"stop":1707777749088,"duration":1}},{"uid":"63f9b6c339bc0dfb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63f9b6c339bc0dfb","status":"passed","time":{"start":1707775025521,"stop":1707775025522,"duration":1}},{"uid":"41fe2a447a05f6c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41fe2a447a05f6c2","status":"passed","time":{"start":1707774827054,"stop":1707774827055,"duration":1}},{"uid":"daac32cf7a0df95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daac32cf7a0df95f","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"duration":2}},{"uid":"272820c285e0b4ad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272820c285e0b4ad","status":"passed","time":{"start":1707769627286,"stop":1707769627287,"duration":1}},{"uid":"910ea4bbe8b72123","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/910ea4bbe8b72123","status":"passed","time":{"start":1707759722023,"stop":1707759722024,"duration":1}},{"uid":"a813ec1c01ba93c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a813ec1c01ba93c1","status":"passed","time":{"start":1707757416830,"stop":1707757416831,"duration":1}},{"uid":"fbecd080fc3f09fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbecd080fc3f09fc","status":"passed","time":{"start":1707756046590,"stop":1707756046590,"duration":0}},{"uid":"b30d5c1d08594853","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b30d5c1d08594853","status":"passed","time":{"start":1707753464663,"stop":1707753464663,"duration":0}},{"uid":"f82b2336e2cc7201","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f82b2336e2cc7201","status":"passed","time":{"start":1707753192929,"stop":1707753192931,"duration":2}},{"uid":"defbaf7b65272f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/defbaf7b65272f6e","status":"passed","time":{"start":1707750593501,"stop":1707750593502,"duration":1}},{"uid":"dd80cc823a326be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd80cc823a326be7","status":"passed","time":{"start":1707736510874,"stop":1707736510875,"duration":1}},{"uid":"573824c7d3b5284","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/573824c7d3b5284","status":"passed","time":{"start":1707735692281,"stop":1707735692282,"duration":1}}]},"466d689a9c8a0b41c00f4e5c43429ce5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a92df9f287c1177","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a92df9f287c1177","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b9e58711e5060d9c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b9e58711e5060d9c","status":"passed","time":{"start":1707793028291,"stop":1707793028295,"duration":4}},{"uid":"4424745a1e9b0feb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4424745a1e9b0feb","status":"passed","time":{"start":1707777973009,"stop":1707777973010,"duration":1}},{"uid":"ba1a5c8977b27be6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba1a5c8977b27be6","status":"passed","time":{"start":1707775244536,"stop":1707775244536,"duration":0}},{"uid":"63821a1c2d00e764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63821a1c2d00e764","status":"passed","time":{"start":1707775050825,"stop":1707775050825,"duration":0}},{"uid":"bb887e01ab841d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bb887e01ab841d4","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"ac93441bf02e6491","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac93441bf02e6491","status":"passed","time":{"start":1707769843153,"stop":1707769843155,"duration":2}},{"uid":"9ace00b04ba1522c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ace00b04ba1522c","status":"passed","time":{"start":1707759965219,"stop":1707759965219,"duration":0}},{"uid":"405605f4bd514317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/405605f4bd514317","status":"passed","time":{"start":1707757644397,"stop":1707757644397,"duration":0}},{"uid":"6c3efcb8aee5ce2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c3efcb8aee5ce2","status":"passed","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"a3fdfe1f77168894","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3fdfe1f77168894","status":"passed","time":{"start":1707753668085,"stop":1707753668085,"duration":0}},{"uid":"df73c4d6107be208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df73c4d6107be208","status":"passed","time":{"start":1707753423544,"stop":1707753423545,"duration":1}},{"uid":"dc7c450d41316d8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc7c450d41316d8e","status":"passed","time":{"start":1707750796038,"stop":1707750796039,"duration":1}},{"uid":"950bd609b79d5bc4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/950bd609b79d5bc4","status":"passed","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"7cf4ee4a4f02da52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7cf4ee4a4f02da52","status":"passed","time":{"start":1707735912136,"stop":1707735912137,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2c1bed73cad45cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2c1bed73cad45cc","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"duration":0}},{"uid":"1e3de89e662dd198","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e3de89e662dd198","status":"passed","time":{"start":1707778002170,"stop":1707778002170,"duration":0}},{"uid":"bd560d77af43c1cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd560d77af43c1cb","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"8dec9513941756c7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8dec9513941756c7","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"5c4ed75b7611a2da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c4ed75b7611a2da","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"11239da933e0c868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11239da933e0c868","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"b85df4520749726a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b85df4520749726a","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"27519d11aee03cda","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27519d11aee03cda","status":"passed","time":{"start":1707757677813,"stop":1707757677813,"duration":0}},{"uid":"a02f34dcc105e862","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a02f34dcc105e862","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"7aec78cd4085ce08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aec78cd4085ce08","status":"passed","time":{"start":1707753735503,"stop":1707753735503,"duration":0}},{"uid":"3d365219b41d64fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d365219b41d64fa","status":"passed","time":{"start":1707753472970,"stop":1707753472971,"duration":1}},{"uid":"d9c00de3df746a17","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9c00de3df746a17","status":"passed","time":{"start":1707750845169,"stop":1707750845170,"duration":1}},{"uid":"bd0525e3921d6b0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd0525e3921d6b0d","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"410fe1d7e11071a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/410fe1d7e11071a5","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3f163386435c63bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f163386435c63bd","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"duration":0}},{"uid":"1eca7fb6a5736d4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1eca7fb6a5736d4d","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"6846383140f7e16a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6846383140f7e16a","status":"passed","time":{"start":1707775486619,"stop":1707775486620,"duration":1}},{"uid":"3819bfff20c99c87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3819bfff20c99c87","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"a348a2703e5f4d5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a348a2703e5f4d5c","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"8c936236a8a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c936236a8a23e7c","status":"passed","time":{"start":1707770051374,"stop":1707770051374,"duration":0}},{"uid":"8213fc23d334d739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8213fc23d334d739","status":"passed","time":{"start":1707760174015,"stop":1707760174016,"duration":1}},{"uid":"54961c1ef7c31cac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54961c1ef7c31cac","status":"passed","time":{"start":1707757873918,"stop":1707757873919,"duration":1}},{"uid":"9a2fbeb8d6c0e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a2fbeb8d6c0e926","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"c4dc6e436e3ce62c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4dc6e436e3ce62c","status":"passed","time":{"start":1707753870440,"stop":1707753870441,"duration":1}},{"uid":"ea9af3fa47df38e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea9af3fa47df38e7","status":"passed","time":{"start":1707753647499,"stop":1707753647499,"duration":0}},{"uid":"122a3c51356138a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/122a3c51356138a1","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"db86bc067300da93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db86bc067300da93","status":"passed","time":{"start":1707736947842,"stop":1707736947843,"duration":1}},{"uid":"48124df7f2e089ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48124df7f2e089ca","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"4d0afdf9c3a6794322691104c871d5fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bda88ac24c44c9b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bda88ac24c44c9b","status":"passed","time":{"start":1707736322670,"stop":1707736322671,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e1e28c38238cf576","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e1e28c38238cf576","status":"passed","time":{"start":1707792800001,"stop":1707792800002,"duration":1}},{"uid":"6920f22948e1efc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6920f22948e1efc","status":"passed","time":{"start":1707777749086,"stop":1707777749087,"duration":1}},{"uid":"f20decc73a67bc4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f20decc73a67bc4e","status":"passed","time":{"start":1707775025519,"stop":1707775025520,"duration":1}},{"uid":"b11327bcd8d0dd76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b11327bcd8d0dd76","status":"passed","time":{"start":1707774827054,"stop":1707774827054,"duration":0}},{"uid":"5adaaa9736734d0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5adaaa9736734d0d","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"duration":1}},{"uid":"be7e3e609306ed28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be7e3e609306ed28","status":"passed","time":{"start":1707769627286,"stop":1707769627286,"duration":0}},{"uid":"7b60d1b1d39b1ba3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b60d1b1d39b1ba3","status":"passed","time":{"start":1707759722020,"stop":1707759722021,"duration":1}},{"uid":"f4840ff4afa202d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4840ff4afa202d2","status":"passed","time":{"start":1707757416830,"stop":1707757416830,"duration":0}},{"uid":"4f9545158309b4f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f9545158309b4f9","status":"passed","time":{"start":1707756046589,"stop":1707756046590,"duration":1}},{"uid":"e5b25dbd1b3f5087","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5b25dbd1b3f5087","status":"passed","time":{"start":1707753464662,"stop":1707753464662,"duration":0}},{"uid":"7a7e72c6c2588c8b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a7e72c6c2588c8b","status":"passed","time":{"start":1707753192929,"stop":1707753192929,"duration":0}},{"uid":"97d4bd7aec10e668","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97d4bd7aec10e668","status":"passed","time":{"start":1707750593501,"stop":1707750593501,"duration":0}},{"uid":"b66b3efec90677a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b66b3efec90677a8","status":"passed","time":{"start":1707736510874,"stop":1707736510874,"duration":0}},{"uid":"7c6032519a89e639","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c6032519a89e639","status":"passed","time":{"start":1707735692280,"stop":1707735692281,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8aabb51529d474c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8aabb51529d474c","status":"passed","time":{"start":1707793304791,"stop":1707793304792,"duration":1}},{"uid":"c5962b0c0d912786","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5962b0c0d912786","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"4384456ae4355994","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4384456ae4355994","status":"passed","time":{"start":1707775545753,"stop":1707775545754,"duration":1}},{"uid":"ef4f7037805655a6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef4f7037805655a6","status":"passed","time":{"start":1707775359974,"stop":1707775359975,"duration":1}},{"uid":"506521b8a14811d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506521b8a14811d4","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1}},{"uid":"42c2795019859b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42c2795019859b38","status":"passed","time":{"start":1707770099502,"stop":1707770099502,"duration":0}},{"uid":"11f17a2bdd7f4cf8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f17a2bdd7f4cf8","status":"passed","time":{"start":1707760242018,"stop":1707760242019,"duration":1}},{"uid":"9f38e34d7e365b04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f38e34d7e365b04","status":"passed","time":{"start":1707757936373,"stop":1707757936375,"duration":2}},{"uid":"557b0f21726da977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/557b0f21726da977","status":"passed","time":{"start":1707756564921,"stop":1707756564921,"duration":0}},{"uid":"ceb04a3bb48f34db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceb04a3bb48f34db","status":"passed","time":{"start":1707753906992,"stop":1707753906992,"duration":0}},{"uid":"7b789203ffb72707","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b789203ffb72707","status":"passed","time":{"start":1707753724181,"stop":1707753724181,"duration":0}},{"uid":"3b2895b035638de4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b2895b035638de4","status":"passed","time":{"start":1707751082969,"stop":1707751082969,"duration":0}},{"uid":"9d7b3cddabb4ca08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d7b3cddabb4ca08","status":"passed","time":{"start":1707736227481,"stop":1707736227481,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"20a63c7eb0cf973b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20a63c7eb0cf973b","status":"passed","time":{"start":1707792907231,"stop":1707792907231,"duration":0}},{"uid":"b3ae987eff67401","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3ae987eff67401","status":"passed","time":{"start":1707777859854,"stop":1707777859854,"duration":0}},{"uid":"c343eb5e35d57462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c343eb5e35d57462","status":"passed","time":{"start":1707775133669,"stop":1707775133670,"duration":1}},{"uid":"8c2a2802572daa40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c2a2802572daa40","status":"passed","time":{"start":1707774942682,"stop":1707774942682,"duration":0}},{"uid":"e3ca26196d8d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3ca26196d8d2c6c","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"b34ee25aa71b70da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b34ee25aa71b70da","status":"passed","time":{"start":1707769735035,"stop":1707769735035,"duration":0}},{"uid":"3f558da8cc0608c8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f558da8cc0608c8","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"b1dbbacdbbddb849","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1dbbacdbbddb849","status":"passed","time":{"start":1707757528824,"stop":1707757528825,"duration":1}},{"uid":"7541deffb033404c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7541deffb033404c","status":"passed","time":{"start":1707756157294,"stop":1707756157294,"duration":0}},{"uid":"22dc534b195f844","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22dc534b195f844","status":"passed","time":{"start":1707753578474,"stop":1707753578474,"duration":0}},{"uid":"57de7e1a643c4d98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57de7e1a643c4d98","status":"passed","time":{"start":1707753307895,"stop":1707753307896,"duration":1}},{"uid":"d760b66f4b3b30f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d760b66f4b3b30f4","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"34aab78d69f6a702","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34aab78d69f6a702","status":"passed","time":{"start":1707736629972,"stop":1707736629972,"duration":0}},{"uid":"80005d937d32904a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/80005d937d32904a","status":"passed","time":{"start":1707735809090,"stop":1707735809090,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e09a18f300bb650e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e09a18f300bb650e","status":"passed","time":{"start":1707793012461,"stop":1707793012462,"duration":1}},{"uid":"8c469137a0fb5a4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c469137a0fb5a4d","status":"passed","time":{"start":1707777977654,"stop":1707777977655,"duration":1}},{"uid":"31305ee9d34ab228","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31305ee9d34ab228","status":"passed","time":{"start":1707775258446,"stop":1707775258446,"duration":0}},{"uid":"3249b705f48c60dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3249b705f48c60dd","status":"passed","time":{"start":1707775081975,"stop":1707775081977,"duration":2}},{"uid":"f44fa2a3ebf101ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f44fa2a3ebf101ce","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"1c23c76dee58d5ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c23c76dee58d5ae","status":"passed","time":{"start":1707769841877,"stop":1707769841877,"duration":0}},{"uid":"559c4f9b2fa4f74f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/559c4f9b2fa4f74f","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"974035bc431f28c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/974035bc431f28c1","status":"passed","time":{"start":1707757624863,"stop":1707757624863,"duration":0}},{"uid":"62ce9dc5aabbfdd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/62ce9dc5aabbfdd9","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"647a22f0243774c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/647a22f0243774c7","status":"passed","time":{"start":1707753651129,"stop":1707753651130,"duration":1}},{"uid":"db887821d32744d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db887821d32744d8","status":"passed","time":{"start":1707753409569,"stop":1707753409575,"duration":6}},{"uid":"cb6f4ba235a6f00f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb6f4ba235a6f00f","status":"passed","time":{"start":1707736708310,"stop":1707736708311,"duration":1}},{"uid":"21d679557a9b785d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21d679557a9b785d","status":"passed","time":{"start":1707735914371,"stop":1707735914374,"duration":3}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8c9e5ea38e4472f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8c9e5ea38e4472f","status":"passed","time":{"start":1707793371101,"stop":1707793371101,"duration":0}},{"uid":"bd805a3856fcbabb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd805a3856fcbabb","status":"passed","time":{"start":1707778338837,"stop":1707778338838,"duration":1}},{"uid":"59a952e33f21b32d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/59a952e33f21b32d","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}},{"uid":"43dd1f2f2a5466f8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43dd1f2f2a5466f8","status":"passed","time":{"start":1707775390228,"stop":1707775390229,"duration":1}},{"uid":"96caf545e5e292d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96caf545e5e292d8","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1}},{"uid":"6812e364fd3398f3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6812e364fd3398f3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}},{"uid":"29f668ec3e68340d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/29f668ec3e68340d","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}},{"uid":"b27fd73e95fafa45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b27fd73e95fafa45","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}},{"uid":"24eccaf742038f36","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24eccaf742038f36","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"8dd11918f79ad923","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8dd11918f79ad923","status":"passed","time":{"start":1707753782749,"stop":1707753782754,"duration":5}},{"uid":"f6c4e7f91fc33451","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f6c4e7f91fc33451","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"b02c86bcfe5c29f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b02c86bcfe5c29f2","status":"passed","time":{"start":1707737091305,"stop":1707737091308,"duration":3}},{"uid":"f166670fe5533c13","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f166670fe5533c13","status":"passed","time":{"start":1707736260129,"stop":1707736260129,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"328ecf4b99676dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/328ecf4b99676dbc","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0}},{"uid":"5914fb203e05ee6d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5914fb203e05ee6d","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"36ddf08d25e93c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36ddf08d25e93c5","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"c7ccdc2446cbf86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c7ccdc2446cbf86e","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"2fe3494d3bd78dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fe3494d3bd78dbc","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1}},{"uid":"51371122a0cf6038","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51371122a0cf6038","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"3f06aaf824ca216e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f06aaf824ca216e","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"453fe96d28c672a2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/453fe96d28c672a2","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"697af9fde346ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/697af9fde346ca14","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"4a7a94f13b1b7bdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a7a94f13b1b7bdf","status":"passed","time":{"start":1707753994324,"stop":1707753994324,"duration":0}},{"uid":"6187bedf38d63b94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6187bedf38d63b94","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"368d0e7aa34ff9cd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/368d0e7aa34ff9cd","status":"passed","time":{"start":1707737132860,"stop":1707737132860,"duration":0}},{"uid":"91fbaaa5820215f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/91fbaaa5820215f7","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"2318fdfb33d2ba480d1fad16b498ea09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84fa16beefd2d0b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84fa16beefd2d0b8","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fa053323da58213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fa053323da58213","status":"passed","time":{"start":1707793446746,"stop":1707793446746,"duration":0}},{"uid":"f24c1cfd69fd398e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f24c1cfd69fd398e","status":"passed","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"b9d4ea1088145bc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9d4ea1088145bc0","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"8cb09272e2bfae60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cb09272e2bfae60","status":"passed","time":{"start":1707775494281,"stop":1707775494282,"duration":1}},{"uid":"d3213ce5fe2b1f41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3213ce5fe2b1f41","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0}},{"uid":"5bcc0ce57db8af0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bcc0ce57db8af0e","status":"passed","time":{"start":1707770238690,"stop":1707770238691,"duration":1}},{"uid":"c33c4278a5a60fac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c33c4278a5a60fac","status":"passed","time":{"start":1707760374682,"stop":1707760374683,"duration":1}},{"uid":"671dda6b5f81cf63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/671dda6b5f81cf63","status":"passed","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"41ddaec789b9b34d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41ddaec789b9b34d","status":"passed","time":{"start":1707756690166,"stop":1707756690167,"duration":1}},{"uid":"77b57be7b1fc6d08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77b57be7b1fc6d08","status":"passed","time":{"start":1707754051791,"stop":1707754051791,"duration":0}},{"uid":"a9f6bbfce872bb0d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9f6bbfce872bb0d","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"3eb54d6863b24f97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3eb54d6863b24f97","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"f4e15097be83ba7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4e15097be83ba7b","status":"passed","time":{"start":1707737173822,"stop":1707737173823,"duration":1}},{"uid":"8391aea1f624de54","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8391aea1f624de54","status":"passed","time":{"start":1707736353043,"stop":1707736353043,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a08a829249282ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a08a829249282ef1","status":"passed","time":{"start":1707793142788,"stop":1707793142789,"duration":1}},{"uid":"30e5d998be344986","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/30e5d998be344986","status":"passed","time":{"start":1707778103144,"stop":1707778103145,"duration":1}},{"uid":"2b2d4bc9cb185042","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b2d4bc9cb185042","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"fb6dd5b3a962049","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb6dd5b3a962049","status":"passed","time":{"start":1707775193313,"stop":1707775193314,"duration":1}},{"uid":"17f3dcd4669f9b30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17f3dcd4669f9b30","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1}},{"uid":"175641cfc62cf3c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/175641cfc62cf3c7","status":"passed","time":{"start":1707769979913,"stop":1707769979914,"duration":1}},{"uid":"aec045d922eb19ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aec045d922eb19ae","status":"passed","time":{"start":1707760084098,"stop":1707760084098,"duration":0}},{"uid":"907bc01cdfe47a34","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/907bc01cdfe47a34","status":"passed","time":{"start":1707757782366,"stop":1707757782366,"duration":0}},{"uid":"8cf12d0e7d8e691b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8cf12d0e7d8e691b","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"7f59eef9ec26c7d7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f59eef9ec26c7d7","status":"passed","time":{"start":1707753781755,"stop":1707753781755,"duration":0}},{"uid":"a069da045546549d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a069da045546549d","status":"passed","time":{"start":1707753563068,"stop":1707753563081,"duration":13}},{"uid":"8269a46e12aa95ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8269a46e12aa95ae","status":"passed","time":{"start":1707750940650,"stop":1707750940651,"duration":1}},{"uid":"69199bd3a12dee6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69199bd3a12dee6","status":"passed","time":{"start":1707736870543,"stop":1707736870543,"duration":0}},{"uid":"e6b3a9c30d9fe0af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6b3a9c30d9fe0af","status":"passed","time":{"start":1707736068811,"stop":1707736068811,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1379be28e3e80244","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1379be28e3e80244","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"duration":0}},{"uid":"db61a5cb5831d240","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db61a5cb5831d240","status":"passed","time":{"start":1707778126352,"stop":1707778126354,"duration":2}},{"uid":"23bbb79dd051a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23bbb79dd051a034","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"50f1e3dec37c9b4d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50f1e3dec37c9b4d","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"7250bf1b5a07a996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7250bf1b5a07a996","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"b43dd7069030b18f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b43dd7069030b18f","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a9d2b9e63fd1a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a9d2b9e63fd1a2","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"5e87897b8761a711","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e87897b8761a711","status":"passed","time":{"start":1707757804306,"stop":1707757804308,"duration":2}},{"uid":"3e12ffdabe172d5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e12ffdabe172d5a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"e88ecaf468127a7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e88ecaf468127a7f","status":"passed","time":{"start":1707753796553,"stop":1707753796553,"duration":0}},{"uid":"2d772e2de18809d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2d772e2de18809d5","status":"passed","time":{"start":1707753586169,"stop":1707753586169,"duration":0}},{"uid":"2f2832e26dbf08a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2f2832e26dbf08a3","status":"passed","time":{"start":1707750964812,"stop":1707750964813,"duration":1}},{"uid":"72ff3e5a8bfe71ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72ff3e5a8bfe71ec","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"fa07643f162514f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa07643f162514f1","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4242d75079a005cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4242d75079a005cf","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"duration":0}},{"uid":"1d35d89f780f89e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d35d89f780f89e","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"e2c1c96702d7a474","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e2c1c96702d7a474","status":"passed","time":{"start":1707775685035,"stop":1707775685036,"duration":1}},{"uid":"5c5c8650439e79a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5c5c8650439e79a1","status":"passed","time":{"start":1707775494285,"stop":1707775494286,"duration":1}},{"uid":"954aae1b83937d5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/954aae1b83937d5f","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"duration":1}},{"uid":"8dbc3ffd6eecc4a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbc3ffd6eecc4a1","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"fb060abf16356fcd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb060abf16356fcd","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"c5eb834e6eb39f46","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5eb834e6eb39f46","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"827c60cee92d4b91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/827c60cee92d4b91","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"1a55039f92d91346","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55039f92d91346","status":"passed","time":{"start":1707754051794,"stop":1707754051795,"duration":1}},{"uid":"73257dc8974e737e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73257dc8974e737e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"66d5f39a9dc29498","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66d5f39a9dc29498","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"51526e42909670c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51526e42909670c","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"511964bb8eb21a86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/511964bb8eb21a86","status":"passed","time":{"start":1707736353046,"stop":1707736353047,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"52ea7394a22dd995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ea7394a22dd995","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0}},{"uid":"3f36e17bc4656c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f36e17bc4656c55","status":"passed","time":{"start":1707778202466,"stop":1707778202466,"duration":0}},{"uid":"e8493445fad9b830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8493445fad9b830","status":"passed","time":{"start":1707775486612,"stop":1707775486612,"duration":0}},{"uid":"5ef514be2bb05cfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ef514be2bb05cfa","status":"passed","time":{"start":1707775300129,"stop":1707775300130,"duration":1}},{"uid":"4a5c0755ea13e16b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a5c0755ea13e16b","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"5093396b643e2339","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5093396b643e2339","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"c9c1d900114f285a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9c1d900114f285a","status":"passed","time":{"start":1707760173998,"stop":1707760174007,"duration":9}},{"uid":"9060dba91626821f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9060dba91626821f","status":"passed","time":{"start":1707757873906,"stop":1707757873906,"duration":0}},{"uid":"7f6a46ff310188","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f6a46ff310188","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"8c9fa7a96ee88b51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c9fa7a96ee88b51","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"9a48343ef4ef7125","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9a48343ef4ef7125","status":"passed","time":{"start":1707753647489,"stop":1707753647492,"duration":3}},{"uid":"a7250cf5adf4f120","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7250cf5adf4f120","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"9696d53ce1199015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9696d53ce1199015","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"927a6348a9f10dfb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/927a6348a9f10dfb","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f31b44beb941a50e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f31b44beb941a50e","status":"passed","time":{"start":1707793238873,"stop":1707793238874,"duration":1}},{"uid":"7597e87291fe6c91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7597e87291fe6c91","status":"passed","time":{"start":1707778202481,"stop":1707778202482,"duration":1}},{"uid":"d4996629cb8d8b23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4996629cb8d8b23","status":"passed","time":{"start":1707775486628,"stop":1707775486629,"duration":1}},{"uid":"13f6ef6923ea4d8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13f6ef6923ea4d8","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"5ee441879d1b688","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ee441879d1b688","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"996a3a325cf00c64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/996a3a325cf00c64","status":"passed","time":{"start":1707770051390,"stop":1707770051395,"duration":5}},{"uid":"f189a61e559ecdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f189a61e559ecdf","status":"passed","time":{"start":1707760174022,"stop":1707760174023,"duration":1}},{"uid":"e4b2c22daf0567e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e4b2c22daf0567e","status":"passed","time":{"start":1707757873922,"stop":1707757873923,"duration":1}},{"uid":"bdbb069c3631fb7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bdbb069c3631fb7c","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"ac0e62c984c37014","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0e62c984c37014","status":"passed","time":{"start":1707753870444,"stop":1707753870445,"duration":1}},{"uid":"da9684951f1c7565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da9684951f1c7565","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"2165dbd90f41a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2165dbd90f41a4d","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"cf82e6266c380232","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf82e6266c380232","status":"passed","time":{"start":1707736947847,"stop":1707736947847,"duration":0}},{"uid":"95ab8bd1e4797bf7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95ab8bd1e4797bf7","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24e1bab256c0dd55","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24e1bab256c0dd55","status":"passed","time":{"start":1707793369035,"stop":1707793369035,"duration":0}},{"uid":"a14a6489e8409163","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a14a6489e8409163","status":"passed","time":{"start":1707778332050,"stop":1707778332050,"duration":0}},{"uid":"293ba39db7d4fba8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293ba39db7d4fba8","status":"passed","time":{"start":1707775601726,"stop":1707775601726,"duration":0}},{"uid":"1d3a3f2686e56fe8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d3a3f2686e56fe8","status":"passed","time":{"start":1707775415219,"stop":1707775415219,"duration":0}},{"uid":"644adac3a42979ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/644adac3a42979ca","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"5b1f0818b140fa33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1f0818b140fa33","status":"passed","time":{"start":1707770103225,"stop":1707770103225,"duration":0}},{"uid":"d011f5eb2e090a3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d011f5eb2e090a3f","status":"passed","time":{"start":1707760299492,"stop":1707760299492,"duration":0}},{"uid":"455a76ab2c471cb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/455a76ab2c471cb3","status":"passed","time":{"start":1707757995160,"stop":1707757995161,"duration":1}},{"uid":"c182304af1e35708","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c182304af1e35708","status":"passed","time":{"start":1707756620173,"stop":1707756620173,"duration":0}},{"uid":"a9b8b215d1a57fbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9b8b215d1a57fbd","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"74e0249e2cfdf74a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e0249e2cfdf74a","status":"passed","time":{"start":1707753785897,"stop":1707753785898,"duration":1}},{"uid":"66938ca0c8dcca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66938ca0c8dcca1","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"bb1429ba13909019","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb1429ba13909019","status":"passed","time":{"start":1707737056800,"stop":1707737056800,"duration":0}},{"uid":"f12c8971e8fd1d91","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f12c8971e8fd1d91","status":"passed","time":{"start":1707736286220,"stop":1707736286220,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfd04763ea7c08e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd04763ea7c08e9","status":"passed","time":{"start":1707793371125,"stop":1707793371125,"duration":0}},{"uid":"d18b559a7eb71bda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d18b559a7eb71bda","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"6c5a8e777c3cd34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c5a8e777c3cd34","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"a1a4c08bee138dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1a4c08bee138dde","status":"passed","time":{"start":1707775390252,"stop":1707775390253,"duration":1}},{"uid":"718bc092a18fbc18","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718bc092a18fbc18","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"duration":1}},{"uid":"7293e63d8582911f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7293e63d8582911f","status":"passed","time":{"start":1707769968735,"stop":1707769968736,"duration":1}},{"uid":"11a2b8b1cf85e07e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11a2b8b1cf85e07e","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"a19e122a203843da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a19e122a203843da","status":"passed","time":{"start":1707758006726,"stop":1707758006727,"duration":1}},{"uid":"669c555ae02cd98c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/669c555ae02cd98c","status":"passed","time":{"start":1707756617064,"stop":1707756617065,"duration":1}},{"uid":"e63996134965b8d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e63996134965b8d9","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"8a9d4180ab26d20f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a9d4180ab26d20f","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"1727ade82a9a976","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1727ade82a9a976","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"c01bab8670c5511f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c01bab8670c5511f","status":"passed","time":{"start":1707737091390,"stop":1707737091390,"duration":0}},{"uid":"6a854ed3b45e8c40","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a854ed3b45e8c40","status":"passed","time":{"start":1707736260165,"stop":1707736260166,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c47d37ce34d5e9ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c47d37ce34d5e9ec","status":"passed","time":{"start":1707793238861,"stop":1707793238861,"duration":0}},{"uid":"280e49c850b0d577","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/280e49c850b0d577","status":"passed","time":{"start":1707778202463,"stop":1707778202463,"duration":0}},{"uid":"f1a2d5c384ea005b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a2d5c384ea005b","status":"passed","time":{"start":1707775486606,"stop":1707775486607,"duration":1}},{"uid":"d7fe1c72ad666e3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7fe1c72ad666e3","status":"passed","time":{"start":1707775300127,"stop":1707775300127,"duration":0}},{"uid":"9773952dabc54c30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9773952dabc54c30","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1}},{"uid":"acc1895f600d7ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acc1895f600d7ede","status":"passed","time":{"start":1707770051359,"stop":1707770051360,"duration":1}},{"uid":"c9549eef0ae3770a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9549eef0ae3770a","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"6c1163200f1885c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6c1163200f1885c8","status":"passed","time":{"start":1707757873893,"stop":1707757873893,"duration":0}},{"uid":"e1ac92621960fb6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1ac92621960fb6e","status":"passed","time":{"start":1707756499892,"stop":1707756499893,"duration":1}},{"uid":"fe182ab45591e77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe182ab45591e77b","status":"passed","time":{"start":1707753870420,"stop":1707753870422,"duration":2}},{"uid":"731181d211fd4d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/731181d211fd4d8","status":"passed","time":{"start":1707753647462,"stop":1707753647462,"duration":0}},{"uid":"b1aed392b60bee25","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1aed392b60bee25","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"f9f94dd9d161d139","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f94dd9d161d139","status":"passed","time":{"start":1707736947836,"stop":1707736947836,"duration":0}},{"uid":"66e20688afcce4f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/66e20688afcce4f7","status":"passed","time":{"start":1707736152495,"stop":1707736152495,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8cdc781d54083eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8cdc781d54083eda","status":"passed","time":{"start":1707793238876,"stop":1707793238877,"duration":1}},{"uid":"66a94525f4403fa9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66a94525f4403fa9","status":"passed","time":{"start":1707778202499,"stop":1707778202500,"duration":1}},{"uid":"c2495d0a18531f6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2495d0a18531f6f","status":"passed","time":{"start":1707775486635,"stop":1707775486636,"duration":1}},{"uid":"26e9c920528f976d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26e9c920528f976d","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"2149e3aa02c5c7e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2149e3aa02c5c7e4","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0}},{"uid":"4558f3f326a7f464","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4558f3f326a7f464","status":"passed","time":{"start":1707770051399,"stop":1707770051399,"duration":0}},{"uid":"49208c1c09a802fb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/49208c1c09a802fb","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"11fe265ee3a9bad9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11fe265ee3a9bad9","status":"passed","time":{"start":1707757873927,"stop":1707757873928,"duration":1}},{"uid":"987165fd587b1367","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/987165fd587b1367","status":"passed","time":{"start":1707756499910,"stop":1707756499911,"duration":1}},{"uid":"de795df915186d83","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de795df915186d83","status":"passed","time":{"start":1707753870460,"stop":1707753870468,"duration":8}},{"uid":"8b2edd487b77bb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b2edd487b77bb7","status":"passed","time":{"start":1707753647522,"stop":1707753647523,"duration":1}},{"uid":"97734ab24459b217","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97734ab24459b217","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"2b0021154fcfb356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b0021154fcfb356","status":"passed","time":{"start":1707736947852,"stop":1707736947852,"duration":0}},{"uid":"19ab8159d55e080f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19ab8159d55e080f","status":"passed","time":{"start":1707736152508,"stop":1707736152508,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c377726deabb4e1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c377726deabb4e1","status":"passed","time":{"start":1707793354575,"stop":1707793354575,"duration":0}},{"uid":"6d5df1e60d1abb9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d5df1e60d1abb9c","status":"passed","time":{"start":1707778308339,"stop":1707778308339,"duration":0}},{"uid":"46d35c7fe18633eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46d35c7fe18633eb","status":"passed","time":{"start":1707775586584,"stop":1707775586584,"duration":0}},{"uid":"c4e18c6881d0b575","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4e18c6881d0b575","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"aab1e05e74864319","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab1e05e74864319","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0}},{"uid":"8429a806f4cba5f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8429a806f4cba5f2","status":"passed","time":{"start":1707770159289,"stop":1707770159291,"duration":2}},{"uid":"84983e8a5b8b0611","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/84983e8a5b8b0611","status":"passed","time":{"start":1707760280828,"stop":1707760280829,"duration":1}},{"uid":"477ee82312ba1637","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/477ee82312ba1637","status":"passed","time":{"start":1707757976565,"stop":1707757976566,"duration":1}},{"uid":"df278ce6c8c03e69","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df278ce6c8c03e69","status":"passed","time":{"start":1707756601161,"stop":1707756601162,"duration":1}},{"uid":"d8dde0fadf0ab960","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8dde0fadf0ab960","status":"passed","time":{"start":1707753969929,"stop":1707753969930,"duration":1}},{"uid":"785e92c263356350","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/785e92c263356350","status":"passed","time":{"start":1707753767216,"stop":1707753767217,"duration":1}},{"uid":"ebd564993add8f41","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebd564993add8f41","status":"passed","time":{"start":1707737071260,"stop":1707737071261,"duration":1}},{"uid":"629528aee68db75e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/629528aee68db75e","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"44a9192c273257e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44a9192c273257e4","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0}},{"uid":"a79e29435488e131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a79e29435488e131","status":"passed","time":{"start":1707777818740,"stop":1707777818741,"duration":1}},{"uid":"56d3155061d5542e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56d3155061d5542e","status":"passed","time":{"start":1707775095408,"stop":1707775095408,"duration":0}},{"uid":"5f3e9ad3612b3a32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f3e9ad3612b3a32","status":"passed","time":{"start":1707774915337,"stop":1707774915337,"duration":0}},{"uid":"e2c318bf6532017a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2c318bf6532017a","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0}},{"uid":"6cd4455a2e844a54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6cd4455a2e844a54","status":"passed","time":{"start":1707769691796,"stop":1707769691796,"duration":0}},{"uid":"96bdaef5ce5ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/96bdaef5ce5ef4ec","status":"passed","time":{"start":1707759788941,"stop":1707759788942,"duration":1}},{"uid":"392e859be7505a26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/392e859be7505a26","status":"passed","time":{"start":1707757488459,"stop":1707757488460,"duration":1}},{"uid":"32c49ef568db4202","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32c49ef568db4202","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"a50560b2dcd4c77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a50560b2dcd4c77b","status":"passed","time":{"start":1707753533382,"stop":1707753533383,"duration":1}},{"uid":"6612de6a0a128aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6612de6a0a128aff","status":"passed","time":{"start":1707753263796,"stop":1707753263796,"duration":0}},{"uid":"321a04e62d2821b8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/321a04e62d2821b8","status":"passed","time":{"start":1707750661590,"stop":1707750661591,"duration":1}},{"uid":"8e97be91cc484fee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e97be91cc484fee","status":"passed","time":{"start":1707736580001,"stop":1707736580001,"duration":0}},{"uid":"3509ef9a6428b731","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3509ef9a6428b731","status":"passed","time":{"start":1707735764681,"stop":1707735764681,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3ee4978a7f80ad5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ee4978a7f80ad5d","status":"passed","time":{"start":1707792814221,"stop":1707792814222,"duration":1}},{"uid":"2581174b7996ca2f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2581174b7996ca2f","status":"passed","time":{"start":1707777763442,"stop":1707777763443,"duration":1}},{"uid":"f5a94dd9e5736726","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5a94dd9e5736726","status":"passed","time":{"start":1707775039621,"stop":1707775039622,"duration":1}},{"uid":"cf5f0a26a26b17db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cf5f0a26a26b17db","status":"passed","time":{"start":1707774841419,"stop":1707774841427,"duration":8}},{"uid":"4fd8af0c58407dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4fd8af0c58407dcd","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"duration":2}},{"uid":"1351a9e93cbb77ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1351a9e93cbb77ec","status":"passed","time":{"start":1707769641579,"stop":1707769641580,"duration":1}},{"uid":"23ae3e7303fbe70a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23ae3e7303fbe70a","status":"passed","time":{"start":1707759736452,"stop":1707759736454,"duration":2}},{"uid":"adbb4eecab19fac4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/adbb4eecab19fac4","status":"passed","time":{"start":1707757431309,"stop":1707757431311,"duration":2}},{"uid":"4efa998a9677322a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4efa998a9677322a","status":"passed","time":{"start":1707756060432,"stop":1707756060433,"duration":1}},{"uid":"dcc8e28e8ea28c9d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dcc8e28e8ea28c9d","status":"passed","time":{"start":1707753479023,"stop":1707753479027,"duration":4}},{"uid":"6969aac7d62b8539","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6969aac7d62b8539","status":"passed","time":{"start":1707753207961,"stop":1707753207962,"duration":1}},{"uid":"d716f82ad35cda1d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d716f82ad35cda1d","status":"passed","time":{"start":1707750607848,"stop":1707750607849,"duration":1}},{"uid":"e5008140a248bd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5008140a248bd74","status":"passed","time":{"start":1707736525273,"stop":1707736525275,"duration":2}},{"uid":"b9949f9fcb88a5da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b9949f9fcb88a5da","status":"passed","time":{"start":1707735707251,"stop":1707735707253,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d07f60cfc0cf4028","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d07f60cfc0cf4028","status":"passed","time":{"start":1707793012500,"stop":1707793012500,"duration":0}},{"uid":"c577a19160019a2e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c577a19160019a2e","status":"passed","time":{"start":1707777977670,"stop":1707777977671,"duration":1}},{"uid":"a2ae298b6d27ab0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a2ae298b6d27ab0b","status":"passed","time":{"start":1707775258461,"stop":1707775258465,"duration":4}},{"uid":"67f5c8121f444313","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67f5c8121f444313","status":"passed","time":{"start":1707775082028,"stop":1707775082029,"duration":1}},{"uid":"d97358fd64a2d184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d97358fd64a2d184","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0}},{"uid":"3573fc6a07016533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3573fc6a07016533","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"a2918efb80d6274c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2918efb80d6274c","status":"passed","time":{"start":1707759921460,"stop":1707759921460,"duration":0}},{"uid":"89f945bd27c517f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/89f945bd27c517f","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"7a884d88bbceb577","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a884d88bbceb577","status":"passed","time":{"start":1707756261814,"stop":1707756261818,"duration":4}},{"uid":"6df918c72c39c0eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6df918c72c39c0eb","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"3926398e843f4d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3926398e843f4d02","status":"passed","time":{"start":1707753409591,"stop":1707753409592,"duration":1}},{"uid":"a899a160dc0d981e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a899a160dc0d981e","status":"passed","time":{"start":1707750722055,"stop":1707750722055,"duration":0}},{"uid":"125e2294758ac424","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/125e2294758ac424","status":"passed","time":{"start":1707736708334,"stop":1707736708334,"duration":0}},{"uid":"461a4e1f4a92e8a7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/461a4e1f4a92e8a7","status":"passed","time":{"start":1707735914391,"stop":1707735914391,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"94016863792f9b83","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94016863792f9b83","status":"passed","time":{"start":1707792919942,"stop":1707792919943,"duration":1}},{"uid":"70839dfcd0b3c202","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70839dfcd0b3c202","status":"passed","time":{"start":1707777865444,"stop":1707777865445,"duration":1}},{"uid":"f3e812eaf8e16156","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3e812eaf8e16156","status":"passed","time":{"start":1707775140807,"stop":1707775140808,"duration":1}},{"uid":"4db50d7f5431d0aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4db50d7f5431d0aa","status":"passed","time":{"start":1707774947611,"stop":1707774947612,"duration":1}},{"uid":"68940e077684618","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68940e077684618","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"7fbbb96ae64a357a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fbbb96ae64a357a","status":"passed","time":{"start":1707769737626,"stop":1707769737627,"duration":1}},{"uid":"eac5bd8cbd09eb3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eac5bd8cbd09eb3","status":"passed","time":{"start":1707759835151,"stop":1707759835151,"duration":0}},{"uid":"3f0e082bd2c2dfd2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f0e082bd2c2dfd2","status":"passed","time":{"start":1707757529706,"stop":1707757529707,"duration":1}},{"uid":"4e6e3c7052b92128","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e6e3c7052b92128","status":"passed","time":{"start":1707756164077,"stop":1707756164077,"duration":0}},{"uid":"80058433670ec497","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80058433670ec497","status":"passed","time":{"start":1707753566690,"stop":1707753566691,"duration":1}},{"uid":"5d2afa4c29ba3d96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d2afa4c29ba3d96","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"19c84eb0e553ab3e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19c84eb0e553ab3e","status":"passed","time":{"start":1707750698719,"stop":1707750698719,"duration":0}},{"uid":"c4649d0943c0fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c4649d0943c0fe67","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"67598d1bac9f3a28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67598d1bac9f3a28","status":"passed","time":{"start":1707735814293,"stop":1707735814295,"duration":2}}]},"d940af2d9145eac6e0a4e17fc32d5514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c7ceaa9caa39469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c7ceaa9caa39469","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f1f76751191424b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f1f76751191424b","status":"passed","time":{"start":1707792814743,"stop":1707792814743,"duration":0}},{"uid":"b99902f18f3cdb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b99902f18f3cdb8f","status":"passed","time":{"start":1707777764076,"stop":1707777764077,"duration":1}},{"uid":"65ccc925c6d4c5bc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ccc925c6d4c5bc","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"1ac802ed4b4a8d2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ac802ed4b4a8d2e","status":"passed","time":{"start":1707774842101,"stop":1707774842102,"duration":1}},{"uid":"85de3e36ac2bcf8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/85de3e36ac2bcf8b","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"duration":0}},{"uid":"fa5ae09b5697c0e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa5ae09b5697c0e3","status":"passed","time":{"start":1707769642218,"stop":1707769642219,"duration":1}},{"uid":"da7bf36a8fb454dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da7bf36a8fb454dc","status":"passed","time":{"start":1707759737067,"stop":1707759737067,"duration":0}},{"uid":"d06691c31a2880e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d06691c31a2880e5","status":"passed","time":{"start":1707757431973,"stop":1707757431974,"duration":1}},{"uid":"fbd27f0c756fcee8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbd27f0c756fcee8","status":"passed","time":{"start":1707756061018,"stop":1707756061018,"duration":0}},{"uid":"13109e35e7ef1b0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13109e35e7ef1b0e","status":"passed","time":{"start":1707753479607,"stop":1707753479608,"duration":1}},{"uid":"a2f6561049033ec6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2f6561049033ec6","status":"passed","time":{"start":1707753208306,"stop":1707753208307,"duration":1}},{"uid":"6bb271a029a06da5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bb271a029a06da5","status":"passed","time":{"start":1707750608583,"stop":1707750608583,"duration":0}},{"uid":"76835efc52599d80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/76835efc52599d80","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"fa10edb1f222d2e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa10edb1f222d2e9","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c778894017771e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c778894017771e9a","status":"passed","time":{"start":1707793059102,"stop":1707793059103,"duration":1}},{"uid":"50249dece8007e06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50249dece8007e06","status":"passed","time":{"start":1707778002171,"stop":1707778002171,"duration":0}},{"uid":"684a7665b18b0338","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/684a7665b18b0338","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"782e482744d10055","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/782e482744d10055","status":"passed","time":{"start":1707775094105,"stop":1707775094106,"duration":1}},{"uid":"1dcc41f2f98c3fa1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1dcc41f2f98c3fa1","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"duration":1}},{"uid":"51a45ef42c253261","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51a45ef42c253261","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"1303688456fc3476","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1303688456fc3476","status":"passed","time":{"start":1707759985513,"stop":1707759985514,"duration":1}},{"uid":"4ad05537b754c590","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ad05537b754c590","status":"passed","time":{"start":1707757677813,"stop":1707757677814,"duration":1}},{"uid":"6aa0c0e600fbda02","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6aa0c0e600fbda02","status":"passed","time":{"start":1707756291415,"stop":1707756291416,"duration":1}},{"uid":"f190117280769651","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f190117280769651","status":"passed","time":{"start":1707753735503,"stop":1707753735504,"duration":1}},{"uid":"eafcd10a0823e843","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eafcd10a0823e843","status":"passed","time":{"start":1707753472971,"stop":1707753472971,"duration":0}},{"uid":"43585cae691ada6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43585cae691ada6e","status":"passed","time":{"start":1707750845170,"stop":1707750845170,"duration":0}},{"uid":"db1d9383516aef1f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db1d9383516aef1f","status":"passed","time":{"start":1707736769677,"stop":1707736769678,"duration":1}},{"uid":"1203239afafb0f31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1203239afafb0f31","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"537267c96b0bca03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/537267c96b0bca03","status":"passed","time":{"start":1707793446738,"stop":1707793446739,"duration":1}},{"uid":"25c18f3ddef80758","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25c18f3ddef80758","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"22372665c58a874","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/22372665c58a874","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"41664619cc5ce389","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41664619cc5ce389","status":"passed","time":{"start":1707775494273,"stop":1707775494274,"duration":1}},{"uid":"bc5c7eda32ff3bdb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc5c7eda32ff3bdb","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"bda4cf20c3c4e060","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bda4cf20c3c4e060","status":"passed","time":{"start":1707770238683,"stop":1707770238684,"duration":1}},{"uid":"f0a4ce1903cecb8b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f0a4ce1903cecb8b","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"2887a1f10787e210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2887a1f10787e210","status":"passed","time":{"start":1707758004307,"stop":1707758004310,"duration":3}},{"uid":"b055301221237fc7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b055301221237fc7","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"3c82b320535a2a5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c82b320535a2a5d","status":"passed","time":{"start":1707754051784,"stop":1707754051785,"duration":1}},{"uid":"96cf8e73b9062de7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96cf8e73b9062de7","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"93e4db3caa5c6d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/93e4db3caa5c6d72","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"9752afdc2b66f978","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9752afdc2b66f978","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"5dc43eaba5dc95e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dc43eaba5dc95e7","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"663afc1ef362cf85","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663afc1ef362cf85","status":"passed","time":{"start":1707792795037,"stop":1707792795037,"duration":0}},{"uid":"fc956be6f56b8976","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc956be6f56b8976","status":"passed","time":{"start":1707777743983,"stop":1707777743984,"duration":1}},{"uid":"27e52a562e0ed3c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e52a562e0ed3c4","status":"passed","time":{"start":1707775020382,"stop":1707775020382,"duration":0}},{"uid":"fa12398e6ae3d2f4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa12398e6ae3d2f4","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"7931bf5eeeda96fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7931bf5eeeda96fd","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0}},{"uid":"8595fd71604b8975","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8595fd71604b8975","status":"passed","time":{"start":1707769622097,"stop":1707769622097,"duration":0}},{"uid":"505bf8e79d30f495","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/505bf8e79d30f495","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"9e9bd9335e9d3ef7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e9bd9335e9d3ef7","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"cd4c5cde9210808c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd4c5cde9210808c","status":"passed","time":{"start":1707756041377,"stop":1707756041377,"duration":0}},{"uid":"2fed1b2f35790f96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2fed1b2f35790f96","status":"passed","time":{"start":1707753459610,"stop":1707753459610,"duration":0}},{"uid":"2968e61137ae651c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2968e61137ae651c","status":"passed","time":{"start":1707753187712,"stop":1707753187712,"duration":0}},{"uid":"6a0fe922e6867b68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a0fe922e6867b68","status":"passed","time":{"start":1707750588402,"stop":1707750588402,"duration":0}},{"uid":"7b35164f1513ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b35164f1513ef9","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"c218c9d79777cab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218c9d79777cab2","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"c3b7b6b2018fc95730947a5850f18860:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"904840635b6f4718","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/904840635b6f4718","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c32b9da5d546a83","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8c32b9da5d546a83","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0}},{"uid":"8269c376d0e9979f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8269c376d0e9979f","status":"passed","time":{"start":1707778002171,"stop":1707778002172,"duration":1}},{"uid":"cd082d8ac5f34506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd082d8ac5f34506","status":"passed","time":{"start":1707775288511,"stop":1707775288512,"duration":1}},{"uid":"2135cd3dea33f257","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2135cd3dea33f257","status":"passed","time":{"start":1707775094106,"stop":1707775094106,"duration":0}},{"uid":"eb0e559bfac46dd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb0e559bfac46dd5","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"duration":0}},{"uid":"8142a479c2653487","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8142a479c2653487","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"e3a7b8044d1987de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3a7b8044d1987de","status":"passed","time":{"start":1707759985514,"stop":1707759985514,"duration":0}},{"uid":"96bbf9129b8085a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96bbf9129b8085a8","status":"passed","time":{"start":1707757677814,"stop":1707757677814,"duration":0}},{"uid":"e62967e1857046b4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e62967e1857046b4","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"587ff1f00fc0e0d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/587ff1f00fc0e0d3","status":"passed","time":{"start":1707753735504,"stop":1707753735504,"duration":0}},{"uid":"c6305b1b2c1b899f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6305b1b2c1b899f","status":"passed","time":{"start":1707753472971,"stop":1707753472972,"duration":1}},{"uid":"8ff43fb81bd76818","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ff43fb81bd76818","status":"passed","time":{"start":1707750845170,"stop":1707750845171,"duration":1}},{"uid":"1831be9a69a73166","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1831be9a69a73166","status":"passed","time":{"start":1707736769678,"stop":1707736769678,"duration":0}},{"uid":"a210c675208248a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a210c675208248a1","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2e8db92229d2f1cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8db92229d2f1cb","status":"passed","time":{"start":1707792822802,"stop":1707792822802,"duration":0}},{"uid":"75583eecd3343203","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75583eecd3343203","status":"passed","time":{"start":1707777772232,"stop":1707777772232,"duration":0}},{"uid":"630020d9660e4ab0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/630020d9660e4ab0","status":"passed","time":{"start":1707775048145,"stop":1707775048146,"duration":1}},{"uid":"4810b0b72a1368e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4810b0b72a1368e1","status":"passed","time":{"start":1707774850256,"stop":1707774850256,"duration":0}},{"uid":"6397e2b414170d4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6397e2b414170d4e","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1}},{"uid":"41f816edd271d908","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f816edd271d908","status":"passed","time":{"start":1707769650273,"stop":1707769650273,"duration":0}},{"uid":"64d71d521493d487","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64d71d521493d487","status":"passed","time":{"start":1707759745077,"stop":1707759745077,"duration":0}},{"uid":"15e516a96fddaf5c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15e516a96fddaf5c","status":"passed","time":{"start":1707757440221,"stop":1707757440221,"duration":0}},{"uid":"6685b630724f2eff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6685b630724f2eff","status":"passed","time":{"start":1707756069082,"stop":1707756069082,"duration":0}},{"uid":"10311e47ea560a8b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/10311e47ea560a8b","status":"passed","time":{"start":1707753487640,"stop":1707753487640,"duration":0}},{"uid":"e28d029493599057","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e28d029493599057","status":"passed","time":{"start":1707753216620,"stop":1707753216621,"duration":1}},{"uid":"95bb420cdf9f761e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95bb420cdf9f761e","status":"passed","time":{"start":1707750616575,"stop":1707750616576,"duration":1}},{"uid":"b360389fcfb8b76a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b360389fcfb8b76a","status":"passed","time":{"start":1707736534010,"stop":1707736534010,"duration":0}},{"uid":"329993ff0ec3b33b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/329993ff0ec3b33b","status":"passed","time":{"start":1707735716032,"stop":1707735716032,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"cd05f6e66088bcde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd05f6e66088bcde","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793028296,"stop":1707793028296,"duration":0}},{"uid":"b797e94d9be8b78d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b797e94d9be8b78d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973011,"duration":1}},{"uid":"b80146dac0cdcf81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b80146dac0cdcf81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244537,"stop":1707775244537,"duration":0}},{"uid":"db161eb7c61ec8ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db161eb7c61ec8ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050826,"stop":1707775050826,"duration":0}},{"uid":"2e3fff04e9dea35e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e3fff04e9dea35e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001387,"stop":1707770001387,"duration":0}},{"uid":"b4c6c794d61a4b18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4c6c794d61a4b18","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843156,"duration":1}},{"uid":"71c54ece6a321cb7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71c54ece6a321cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"8fef025582025852","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fef025582025852","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f32bccf7127c2ba7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f32bccf7127c2ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267920,"stop":1707756267920,"duration":0}},{"uid":"5883866bfa24b0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5883866bfa24b0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"4f0de60d10bad444","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f0de60d10bad444","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423546,"stop":1707753423546,"duration":0}},{"uid":"c2b635b1e0be2416","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2b635b1e0be2416","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"e378f7f252388280","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e378f7f252388280","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730664,"duration":1}},{"uid":"3c673bea5d0f30e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c673bea5d0f30e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912139,"stop":1707735912139,"duration":0}}]},"64f94682189a98db287573b293dc48cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e622036329d733","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70e622036329d733","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a75a70fb94ad2e09","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a75a70fb94ad2e09","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0}},{"uid":"1b8140fdcbecc5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b8140fdcbecc5e","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"5b29246ec4a2fcda","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b29246ec4a2fcda","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"94f1246a4b9d0e31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/94f1246a4b9d0e31","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"1fe62ecf5f411213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fe62ecf5f411213","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"duration":0}},{"uid":"90d779de8ba056cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90d779de8ba056cb","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"741deecfcca92bb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/741deecfcca92bb7","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"db9a6c1ade1fd1be","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db9a6c1ade1fd1be","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"2055609cfb78e622","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2055609cfb78e622","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1ee9142796b2b3ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1ee9142796b2b3ca","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"db9182aaaf0f747f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db9182aaaf0f747f","status":"passed","time":{"start":1707751162307,"stop":1707751162308,"duration":1}},{"uid":"216fcc45019dfc60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/216fcc45019dfc60","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"48c00c1aa27e6fc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48c00c1aa27e6fc8","status":"passed","time":{"start":1707736260121,"stop":1707736260122,"duration":1}}]},"c1173f09ec94371e5cd0a6303855e702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee26032a19e7f8ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee26032a19e7f8ee","status":"passed","time":{"start":1707793028283,"stop":1707793028284,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dde7ee3f7bbb0647","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dde7ee3f7bbb0647","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0}},{"uid":"b0efcb4c8a1d0545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0efcb4c8a1d0545","status":"passed","time":{"start":1707778114669,"stop":1707778114669,"duration":0}},{"uid":"1a0fa0b4542f4c7a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a0fa0b4542f4c7a","status":"passed","time":{"start":1707775395371,"stop":1707775395372,"duration":1}},{"uid":"c12892857b5b5889","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c12892857b5b5889","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"bc06f36db3bfc1b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc06f36db3bfc1b4","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"5b1ba2efa45893da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1ba2efa45893da","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"680be1a413ab958","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/680be1a413ab958","status":"passed","time":{"start":1707760095398,"stop":1707760095399,"duration":1}},{"uid":"6505aea779e95351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6505aea779e95351","status":"passed","time":{"start":1707757790731,"stop":1707757790732,"duration":1}},{"uid":"61743757db9e5897","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61743757db9e5897","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"cd4b8bc352a17016","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd4b8bc352a17016","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"3bf8df230e3f5b97","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3bf8df230e3f5b97","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"bbc51a1387d2162d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbc51a1387d2162d","status":"passed","time":{"start":1707750953972,"stop":1707750953973,"duration":1}},{"uid":"b59b58cafbbb37e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b59b58cafbbb37e8","status":"passed","time":{"start":1707736878962,"stop":1707736878963,"duration":1}},{"uid":"84bf20068c6bff48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84bf20068c6bff48","status":"passed","time":{"start":1707736081267,"stop":1707736081267,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"7d833a281dde26f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d833a281dde26f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792849461,"stop":1707792849462,"duration":1}},{"uid":"84c96d1f03209502","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/84c96d1f03209502","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798768,"stop":1707777798768,"duration":0}},{"uid":"68c7a8a43e52a555","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68c7a8a43e52a555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"d3937ba5652f5ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3937ba5652f5ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880421,"stop":1707774880421,"duration":0}},{"uid":"62c6a7879070b09d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c6a7879070b09d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825085,"stop":1707769825086,"duration":1}},{"uid":"4eba7feecc4e720b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eba7feecc4e720b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677708,"stop":1707769677709,"duration":1}},{"uid":"5bf75fe7b0d34ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bf75fe7b0d34ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769675,"stop":1707759769676,"duration":1}},{"uid":"3f799b510fa3c66d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f799b510fa3c66d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468640,"stop":1707757468641,"duration":1}},{"uid":"2ca8757b3ea79244","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ca8757b3ea79244","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096181,"stop":1707756096186,"duration":5}},{"uid":"71a2045ddf1ca94e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/71a2045ddf1ca94e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517976,"stop":1707753517977,"duration":1}},{"uid":"1011b8cef6a0a20e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1011b8cef6a0a20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244731,"stop":1707753244731,"duration":0}},{"uid":"4bbce7dc99d6f019","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bbce7dc99d6f019","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643522,"duration":0}},{"uid":"9083afed7f08e949","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9083afed7f08e949","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"31665c467511b5ce","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/31665c467511b5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d358c6d8a7ac537","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d358c6d8a7ac537","status":"passed","time":{"start":1707793238869,"stop":1707793238869,"duration":0}},{"uid":"99b7fa487ced2b64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/99b7fa487ced2b64","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"df370149260b668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df370149260b668","status":"passed","time":{"start":1707775486618,"stop":1707775486619,"duration":1}},{"uid":"e50ef46329394f3b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e50ef46329394f3b","status":"passed","time":{"start":1707775300132,"stop":1707775300133,"duration":1}},{"uid":"74ca533cb14f22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74ca533cb14f22","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"1d00241b5e2174ca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d00241b5e2174ca","status":"passed","time":{"start":1707770051373,"stop":1707770051374,"duration":1}},{"uid":"d32662ab7c5cc457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d32662ab7c5cc457","status":"passed","time":{"start":1707760174014,"stop":1707760174015,"duration":1}},{"uid":"fb6d185a9a353f8d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb6d185a9a353f8d","status":"passed","time":{"start":1707757873918,"stop":1707757873918,"duration":0}},{"uid":"79ad33a3d7110d1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ad33a3d7110d1e","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"6ab148f3c6d5f64f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ab148f3c6d5f64f","status":"passed","time":{"start":1707753870440,"stop":1707753870440,"duration":0}},{"uid":"cdb7f716bdc7cee0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cdb7f716bdc7cee0","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"53db5ba5fc7435e6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/53db5ba5fc7435e6","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"9841c4549b268afe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9841c4549b268afe","status":"passed","time":{"start":1707736947842,"stop":1707736947842,"duration":0}},{"uid":"234b9223d5f649fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/234b9223d5f649fc","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"cece41d9803557e460e049b7cda394e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18f8f1e291995696","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18f8f1e291995696","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}}]},"01b5f1ef32490d089271f1ff3662dfbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d9da5799828f8b59","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9da5799828f8b59","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1707750722032,"stop":1707750722033,"duration":1}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5219294f3b7c7745","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5219294f3b7c7745","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"duration":0}},{"uid":"26f1f44eb0b7af8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/26f1f44eb0b7af8c","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"ef6e64a55b4dd8a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef6e64a55b4dd8a3","status":"passed","time":{"start":1707775040578,"stop":1707775040579,"duration":1}},{"uid":"f545c2d70903e233","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f545c2d70903e233","status":"passed","time":{"start":1707774842473,"stop":1707774842473,"duration":0}},{"uid":"dd7b6b712b14b6d5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd7b6b712b14b6d5","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"aa2cfc7d48cc07df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cfc7d48cc07df","status":"passed","time":{"start":1707769642599,"stop":1707769642600,"duration":1}},{"uid":"5830d2a0ce6ee7ed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5830d2a0ce6ee7ed","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"b151d8e32e08f98e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b151d8e32e08f98e","status":"passed","time":{"start":1707757432392,"stop":1707757432393,"duration":1}},{"uid":"9bc6f13ebb1e525e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bc6f13ebb1e525e","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"1ce95716f3fd1324","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ce95716f3fd1324","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"74e538f8245cff6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e538f8245cff6f","status":"passed","time":{"start":1707753208672,"stop":1707753208673,"duration":1}},{"uid":"d65550ba19a6d749","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d65550ba19a6d749","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"25bfd977705d4ab4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25bfd977705d4ab4","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"b7440b82d1df364f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b7440b82d1df364f","status":"passed","time":{"start":1707735708006,"stop":1707735708007,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"57b3f8a38ea1cebe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b3f8a38ea1cebe","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0}},{"uid":"21e4aaced5012902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21e4aaced5012902","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"12b9b1a98c431fd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12b9b1a98c431fd1","status":"passed","time":{"start":1707775649285,"stop":1707775649286,"duration":1}},{"uid":"e37f5bdea19f2028","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e37f5bdea19f2028","status":"passed","time":{"start":1707775456619,"stop":1707775456619,"duration":0}},{"uid":"de18e05a47898406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de18e05a47898406","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"duration":0}},{"uid":"e46310aa915d41c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e46310aa915d41c7","status":"passed","time":{"start":1707770165177,"stop":1707770165178,"duration":1}},{"uid":"f1ffef402fabfab0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f1ffef402fabfab0","status":"passed","time":{"start":1707760340807,"stop":1707760340807,"duration":0}},{"uid":"63db75d04e189c84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63db75d04e189c84","status":"passed","time":{"start":1707758024236,"stop":1707758024237,"duration":1}},{"uid":"ffaa976a1ea3c09b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffaa976a1ea3c09b","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"deb72a116e4ad48b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb72a116e4ad48b","status":"passed","time":{"start":1707753975681,"stop":1707753975681,"duration":0}},{"uid":"827b4bf32b314ba9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827b4bf32b314ba9","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"c4460eaea99bba4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4460eaea99bba4d","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"a64994dadb96ce86","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a64994dadb96ce86","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"6a10df5e78976f4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a10df5e78976f4a","status":"passed","time":{"start":1707736323079,"stop":1707736323080,"duration":1}}]},"ba52082fc267a2d45914857cef276c7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f19814b3c6f219","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f19814b3c6f219","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b84d8226908260b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b84d8226908260b5","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"duration":0}},{"uid":"a664284135d239db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a664284135d239db","status":"passed","time":{"start":1707778202482,"stop":1707778202494,"duration":12}},{"uid":"878fd4a83ae5dac2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/878fd4a83ae5dac2","status":"passed","time":{"start":1707775486629,"stop":1707775486630,"duration":1}},{"uid":"792c398180955fed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/792c398180955fed","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"daed37c084ad227a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daed37c084ad227a","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"b5d310d45bab1f8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b5d310d45bab1f8b","status":"passed","time":{"start":1707770051395,"stop":1707770051395,"duration":0}},{"uid":"697121d91053c0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/697121d91053c0c2","status":"passed","time":{"start":1707760174023,"stop":1707760174023,"duration":0}},{"uid":"339f76bf09229a76","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/339f76bf09229a76","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"adf6902c1e14b694","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf6902c1e14b694","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"760a8f22b7d86102","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/760a8f22b7d86102","status":"passed","time":{"start":1707753870445,"stop":1707753870445,"duration":0}},{"uid":"f34d9d9ca95efb59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f34d9d9ca95efb59","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"8e24d9b92c292c80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8e24d9b92c292c80","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"3081229ef0eb8551","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3081229ef0eb8551","status":"passed","time":{"start":1707736947847,"stop":1707736947848,"duration":1}},{"uid":"6053432367941d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6053432367941d1","status":"passed","time":{"start":1707736152505,"stop":1707736152506,"duration":1}}]},"3c9032dea48434997c794ae6a00a3fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5424f2b4f21a5ec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5424f2b4f21a5ec0","status":"passed","time":{"start":1707769968733,"stop":1707769968733,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b19c222dfd10bdf8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19c222dfd10bdf8","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"duration":0}},{"uid":"7d7005f1e1f7d01a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d7005f1e1f7d01a","status":"passed","time":{"start":1707778202495,"stop":1707778202498,"duration":3}},{"uid":"70119ef663063567","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70119ef663063567","status":"passed","time":{"start":1707775486631,"stop":1707775486632,"duration":1}},{"uid":"6d3a8e0c5b329627","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d3a8e0c5b329627","status":"passed","time":{"start":1707775300138,"stop":1707775300139,"duration":1}},{"uid":"e19de26ac454187f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e19de26ac454187f","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"duration":0}},{"uid":"f3be6b290ef0fb71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3be6b290ef0fb71","status":"passed","time":{"start":1707770051396,"stop":1707770051397,"duration":1}},{"uid":"d28cd0077f67eb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d28cd0077f67eb46","status":"passed","time":{"start":1707760174024,"stop":1707760174025,"duration":1}},{"uid":"b464e0976d410175","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b464e0976d410175","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"bde00d8f28c215ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde00d8f28c215ba","status":"passed","time":{"start":1707756499906,"stop":1707756499907,"duration":1}},{"uid":"c8261a8580aa857a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8261a8580aa857a","status":"passed","time":{"start":1707753870457,"stop":1707753870458,"duration":1}},{"uid":"4eca9bd981f588d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4eca9bd981f588d5","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"3d660e4c91dc0f0c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d660e4c91dc0f0c","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"96ff48a2d43dca2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96ff48a2d43dca2c","status":"passed","time":{"start":1707736947848,"stop":1707736947849,"duration":1}},{"uid":"9c0b547db5226bd1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0b547db5226bd1","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"319f37e8e3123df80725cb1c05e4725e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff876fd72cc4ab0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cff876fd72cc4ab0","status":"passed","time":{"start":1707756499921,"stop":1707756499930,"duration":9}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d0ba7a9bf383a98","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0ba7a9bf383a98","status":"passed","time":{"start":1707777997113,"stop":1707777997113,"duration":0}},{"uid":"1ce8968978344fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ce8968978344fe9","status":"passed","time":{"start":1707775275752,"stop":1707775275752,"duration":0}},{"uid":"cbf2576ed65bc1fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbf2576ed65bc1fa","status":"passed","time":{"start":1707775085884,"stop":1707775085884,"duration":0}},{"uid":"3c7eaf5a9f568499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c7eaf5a9f568499","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"duration":1}},{"uid":"10e814c93e0b9372","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/10e814c93e0b9372","status":"passed","time":{"start":1707769883321,"stop":1707769883321,"duration":0}},{"uid":"6a2a78c5d53cd19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a2a78c5d53cd19","status":"passed","time":{"start":1707759981462,"stop":1707759981463,"duration":1}},{"uid":"3e47fb5890913027","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e47fb5890913027","status":"passed","time":{"start":1707757676043,"stop":1707757676043,"duration":0}},{"uid":"801e77c772a20221","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/801e77c772a20221","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9fdfde0bf6c636b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fdfde0bf6c636b8","status":"passed","time":{"start":1707753713249,"stop":1707753713249,"duration":0}},{"uid":"317334d77f9de008","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/317334d77f9de008","status":"passed","time":{"start":1707753448101,"stop":1707753448102,"duration":1}},{"uid":"3c59eefbad26f029","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c59eefbad26f029","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"d3ad6dfebc7d5190","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3ad6dfebc7d5190","status":"passed","time":{"start":1707736765015,"stop":1707736765015,"duration":0}},{"uid":"3120a743e02e95be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3120a743e02e95be","status":"passed","time":{"start":1707735955227,"stop":1707735955248,"duration":21}}]},"587bf02e7b18830b8b5d2bedbb71c598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b53d479f6e7bebaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b53d479f6e7bebaa","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042634,"stop":1707751042635,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9dbe73f8cbec9536","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9dbe73f8cbec9536","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"duration":0}},{"uid":"5c7b0f8bd8291991","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c7b0f8bd8291991","status":"passed","time":{"start":1707778379762,"stop":1707778379763,"duration":1}},{"uid":"7d7bf9234c762adf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7d7bf9234c762adf","status":"passed","time":{"start":1707775649286,"stop":1707775649287,"duration":1}},{"uid":"a8d794fac7f8e984","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d794fac7f8e984","status":"passed","time":{"start":1707775456620,"stop":1707775456620,"duration":0}},{"uid":"b6af89e5bbb12c91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6af89e5bbb12c91","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"duration":0}},{"uid":"8a9d1dcef974c1e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a9d1dcef974c1e6","status":"passed","time":{"start":1707770165187,"stop":1707770165189,"duration":2}},{"uid":"a10da2d6d0f9efd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a10da2d6d0f9efd0","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"d14b18368ccf4d76","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d14b18368ccf4d76","status":"passed","time":{"start":1707756662062,"stop":1707756662063,"duration":1}},{"uid":"330e90e815bc564e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/330e90e815bc564e","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"5cb04f9855f950b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb04f9855f950b8","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"4acf85049191395","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4acf85049191395","status":"passed","time":{"start":1707751167359,"stop":1707751167360,"duration":1}},{"uid":"6567985a590d9c05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6567985a590d9c05","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"1bbfe4c94e58a475","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bbfe4c94e58a475","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"33def4e86cef449158de718ddb14fc8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6650bc55cf99520","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c6650bc55cf99520","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1}}]},"a64709b727be115866a47838d54316f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cb8ac8c4b8444a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6cb8ac8c4b8444a8","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88f05152897b9112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88f05152897b9112","status":"passed","time":{"start":1707793012461,"stop":1707793012461,"duration":0}},{"uid":"740b4e2214a60a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740b4e2214a60a82","status":"passed","time":{"start":1707777977654,"stop":1707777977654,"duration":0}},{"uid":"6dc68b0f00910857","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc68b0f00910857","status":"passed","time":{"start":1707775258445,"stop":1707775258446,"duration":1}},{"uid":"710dcf5d80dbc64b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/710dcf5d80dbc64b","status":"passed","time":{"start":1707775081975,"stop":1707775081975,"duration":0}},{"uid":"49652613aa1386ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49652613aa1386ee","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"e204b4f41ff02f75","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e204b4f41ff02f75","status":"passed","time":{"start":1707769841876,"stop":1707769841877,"duration":1}},{"uid":"58ec596f19e67e8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58ec596f19e67e8f","status":"passed","time":{"start":1707759921442,"stop":1707759921442,"duration":0}},{"uid":"ec48a47cd116a3e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec48a47cd116a3e4","status":"passed","time":{"start":1707757624862,"stop":1707757624863,"duration":1}},{"uid":"c915f18c09b89def","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c915f18c09b89def","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"c9cb09b4fcba8274","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9cb09b4fcba8274","status":"passed","time":{"start":1707753651128,"stop":1707753651129,"duration":1}},{"uid":"5c57b3453bb48d24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c57b3453bb48d24","status":"passed","time":{"start":1707753409569,"stop":1707753409569,"duration":0}},{"uid":"c9ef53373f7788d4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9ef53373f7788d4","status":"passed","time":{"start":1707736708309,"stop":1707736708310,"duration":1}},{"uid":"74b9a3e9a2be4f83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74b9a3e9a2be4f83","status":"passed","time":{"start":1707735914370,"stop":1707735914371,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be62072233f1de1e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be62072233f1de1e","status":"passed","time":{"start":1707777997117,"stop":1707777997117,"duration":0}},{"uid":"1890c328feaca122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1890c328feaca122","status":"passed","time":{"start":1707775275754,"stop":1707775275754,"duration":0}},{"uid":"7704dc0a77d7586a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7704dc0a77d7586a","status":"passed","time":{"start":1707775085891,"stop":1707775085893,"duration":2}},{"uid":"cc0aedb4c81b7d67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc0aedb4c81b7d67","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"duration":0}},{"uid":"fc7d4ccefa76dcc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc7d4ccefa76dcc4","status":"passed","time":{"start":1707769883326,"stop":1707769883327,"duration":1}},{"uid":"35b7fcbae6a8d26a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/35b7fcbae6a8d26a","status":"passed","time":{"start":1707759981477,"stop":1707759981478,"duration":1}},{"uid":"f4a62aae4d6c7efe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a62aae4d6c7efe","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"91b5ee3b4aae8fba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91b5ee3b4aae8fba","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"739bc9bda58854eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/739bc9bda58854eb","status":"passed","time":{"start":1707753713252,"stop":1707753713253,"duration":1}},{"uid":"afebee596c6e217d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afebee596c6e217d","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"62f632e2d7dfb2cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62f632e2d7dfb2cb","status":"passed","time":{"start":1707750840044,"stop":1707750840049,"duration":5}},{"uid":"91eda30d85b28533","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/91eda30d85b28533","status":"passed","time":{"start":1707736765041,"stop":1707736765042,"duration":1}},{"uid":"4468dd27c7a3715d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4468dd27c7a3715d","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b4111532b02126f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b4111532b02126f","status":"passed","time":{"start":1707792820894,"stop":1707792820894,"duration":0}},{"uid":"706a247940a0beda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/706a247940a0beda","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"9fde28b2c1ee65f1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fde28b2c1ee65f1","status":"passed","time":{"start":1707775046373,"stop":1707775046374,"duration":1}},{"uid":"577ca415a4fb1e83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/577ca415a4fb1e83","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"9d597c9264fff277","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d597c9264fff277","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0}},{"uid":"dc68444bca6b31b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc68444bca6b31b","status":"passed","time":{"start":1707769648575,"stop":1707769648575,"duration":0}},{"uid":"309b01e43d62747d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/309b01e43d62747d","status":"passed","time":{"start":1707759743255,"stop":1707759743256,"duration":1}},{"uid":"5e9fe281997e27cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e9fe281997e27cd","status":"passed","time":{"start":1707757438369,"stop":1707757438369,"duration":0}},{"uid":"b36d68aef30ecf66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b36d68aef30ecf66","status":"passed","time":{"start":1707756067011,"stop":1707756067012,"duration":1}},{"uid":"b8e2ee65ad7be241","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8e2ee65ad7be241","status":"passed","time":{"start":1707753485652,"stop":1707753485652,"duration":0}},{"uid":"ec658fdfc32f93b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec658fdfc32f93b5","status":"passed","time":{"start":1707753214697,"stop":1707753214698,"duration":1}},{"uid":"d707841d70eaa3e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707841d70eaa3e9","status":"passed","time":{"start":1707750614690,"stop":1707750614690,"duration":0}},{"uid":"136d1509250efe8c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/136d1509250efe8c","status":"passed","time":{"start":1707736532275,"stop":1707736532276,"duration":1}},{"uid":"9a6b7354a8f1b877","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a6b7354a8f1b877","status":"passed","time":{"start":1707735714126,"stop":1707735714126,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d7e3592bfb8d9f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d7e3592bfb8d9f8","status":"passed","time":{"start":1707793012463,"stop":1707793012463,"duration":0}},{"uid":"d0c0ade792883d52","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0c0ade792883d52","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"4b7b4c889fcd4c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b7b4c889fcd4c6","status":"passed","time":{"start":1707775258447,"stop":1707775258448,"duration":1}},{"uid":"426311fcc179868","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/426311fcc179868","status":"passed","time":{"start":1707775081978,"stop":1707775081986,"duration":8}},{"uid":"cf8a11401f3fcdfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf8a11401f3fcdfb","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0}},{"uid":"87aed56f23a6a19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87aed56f23a6a19a","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"7791e3ec4da03e05","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7791e3ec4da03e05","status":"passed","time":{"start":1707759921444,"stop":1707759921444,"duration":0}},{"uid":"71b1c504a4bee911","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/71b1c504a4bee911","status":"passed","time":{"start":1707757624868,"stop":1707757624868,"duration":0}},{"uid":"504e4a2815c5d68c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/504e4a2815c5d68c","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"eae1c5bd08fe3988","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eae1c5bd08fe3988","status":"passed","time":{"start":1707753651132,"stop":1707753651133,"duration":1}},{"uid":"ce54f4bae9faaee","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce54f4bae9faaee","status":"passed","time":{"start":1707753409576,"stop":1707753409577,"duration":1}},{"uid":"c598963317b84672","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c598963317b84672","status":"passed","time":{"start":1707736708313,"stop":1707736708314,"duration":1}},{"uid":"f7ced763d7105fa7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7ced763d7105fa7","status":"passed","time":{"start":1707735914377,"stop":1707735914377,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80a64f10810e0cad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80a64f10810e0cad","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0}},{"uid":"c08cd4b85026c970","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c08cd4b85026c970","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"8ab5e3745f999f45","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ab5e3745f999f45","status":"passed","time":{"start":1707775602041,"stop":1707775602041,"duration":0}},{"uid":"215c04a04c4e7bc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/215c04a04c4e7bc0","status":"passed","time":{"start":1707775390250,"stop":1707775390251,"duration":1}},{"uid":"7c44fbf0fc3e9e37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c44fbf0fc3e9e37","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1}},{"uid":"5f6554177da7c335","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6554177da7c335","status":"passed","time":{"start":1707769968733,"stop":1707769968734,"duration":1}},{"uid":"7cb90ecc0d444626","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cb90ecc0d444626","status":"passed","time":{"start":1707760301826,"stop":1707760301827,"duration":1}},{"uid":"765e18ca04b72675","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/765e18ca04b72675","status":"passed","time":{"start":1707758006723,"stop":1707758006724,"duration":1}},{"uid":"892c615f704079f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/892c615f704079f1","status":"passed","time":{"start":1707756617062,"stop":1707756617062,"duration":0}},{"uid":"f03250f69141de60","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f03250f69141de60","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}},{"uid":"ea02f699498debdd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea02f699498debdd","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"c9592a2299f0f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9592a2299f0f55","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"722382f7c9cc7154","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/722382f7c9cc7154","status":"passed","time":{"start":1707737091377,"stop":1707737091384,"duration":7}},{"uid":"6a5824b038f17d8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a5824b038f17d8e","status":"passed","time":{"start":1707736260163,"stop":1707736260164,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7a22f9550efbc20","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7a22f9550efbc20","status":"passed","time":{"start":1707793446734,"stop":1707793446734,"duration":0}},{"uid":"72419086593831cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72419086593831cf","status":"passed","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"77f479cf038d93fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77f479cf038d93fd","status":"passed","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"935af4ef58b0fa81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/935af4ef58b0fa81","status":"passed","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"42ad72f03876b95e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42ad72f03876b95e","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"d7cece509fafad30","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7cece509fafad30","status":"passed","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"1529eed73177906e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1529eed73177906e","status":"passed","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"47ac491b5057c42a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/47ac491b5057c42a","status":"passed","time":{"start":1707758004303,"stop":1707758004303,"duration":0}},{"uid":"ed2fb998a4e40e64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed2fb998a4e40e64","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"3af9de383cd2db3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3af9de383cd2db3b","status":"passed","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"a8f6e1b171d55565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8f6e1b171d55565","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7533158f72d90743","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7533158f72d90743","status":"passed","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"b10a67787f096127","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b10a67787f096127","status":"passed","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"bb78cab85026d05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb78cab85026d05","status":"passed","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c075cf3303077178","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c075cf3303077178","status":"passed","time":{"start":1707792958831,"stop":1707792958831,"duration":0}},{"uid":"c2eace42e40a961f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c2eace42e40a961f","status":"passed","time":{"start":1707777997105,"stop":1707777997106,"duration":1}},{"uid":"13b2f7ae0cc904b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13b2f7ae0cc904b5","status":"passed","time":{"start":1707775275747,"stop":1707775275747,"duration":0}},{"uid":"58668c56476ce773","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58668c56476ce773","status":"passed","time":{"start":1707775085877,"stop":1707775085878,"duration":1}},{"uid":"5837925cd9e79ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5837925cd9e79ca1","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1}},{"uid":"900c79b8b35eab6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/900c79b8b35eab6a","status":"passed","time":{"start":1707769883314,"stop":1707769883314,"duration":0}},{"uid":"8ad7d2eaf1cfe8a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ad7d2eaf1cfe8a7","status":"passed","time":{"start":1707759981456,"stop":1707759981457,"duration":1}},{"uid":"1d5b0634562894fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d5b0634562894fb","status":"passed","time":{"start":1707757676036,"stop":1707757676037,"duration":1}},{"uid":"6124a64ba541fa9e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6124a64ba541fa9e","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"acb31d44d82a9daa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/acb31d44d82a9daa","status":"passed","time":{"start":1707753713244,"stop":1707753713244,"duration":0}},{"uid":"ec0fe0e451c8faec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec0fe0e451c8faec","status":"passed","time":{"start":1707753448089,"stop":1707753448090,"duration":1}},{"uid":"2fed8082ff91355","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2fed8082ff91355","status":"passed","time":{"start":1707750840031,"stop":1707750840032,"duration":1}},{"uid":"7e174ffcae626517","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e174ffcae626517","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"20b703a9b836a0f5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20b703a9b836a0f5","status":"passed","time":{"start":1707735955221,"stop":1707735955221,"duration":0}}]},"2f39c3c6fcfd789dc72a4c4035b62f7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db2b9f512d303bb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5db2b9f512d303bb","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"41c2eaba5c820818","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/41c2eaba5c820818","status":"passed","time":{"start":1707793371113,"stop":1707793371114,"duration":1}},{"uid":"c5018992f079b27f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5018992f079b27f","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"92a94112aca851b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92a94112aca851b","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"267d4dec7a0edd8c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/267d4dec7a0edd8c","status":"passed","time":{"start":1707775390244,"stop":1707775390244,"duration":0}},{"uid":"57a7a2704139f16d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57a7a2704139f16d","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"2f3ead477a20ef1b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f3ead477a20ef1b","status":"passed","time":{"start":1707769968730,"stop":1707769968730,"duration":0}},{"uid":"7659f3ff43118fa1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7659f3ff43118fa1","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"9843c09677b38433","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9843c09677b38433","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"42a94b45c6917bf9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42a94b45c6917bf9","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"6e636f8f4de2cf64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e636f8f4de2cf64","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c65d93fdafc50ee5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c65d93fdafc50ee5","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"9bab0223ec296d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9bab0223ec296d5b","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"60d085e668cd563e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60d085e668cd563e","status":"passed","time":{"start":1707737091353,"stop":1707737091353,"duration":0}},{"uid":"fc918f06f50a4353","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc918f06f50a4353","status":"passed","time":{"start":1707736260156,"stop":1707736260156,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"94e158f5a54473fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94e158f5a54473fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371131,"stop":1707793371131,"duration":0}},{"uid":"c0ac1822a98af7e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c0ac1822a98af7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"ff58a8efa8d44e23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff58a8efa8d44e23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"e2fc4cad90a576b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2fc4cad90a576b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390255,"duration":0}},{"uid":"286d97d97e8fad22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/286d97d97e8fad22","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335632,"stop":1707770335632,"duration":0}},{"uid":"574980447cd267b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/574980447cd267b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968740,"stop":1707769968740,"duration":0}},{"uid":"aaa327131fa1e08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaa327131fa1e08","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"12367d5a102e658d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12367d5a102e658d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006731,"stop":1707758006733,"duration":2}},{"uid":"ebc5fc039e361729","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ebc5fc039e361729","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617067,"stop":1707756617068,"duration":1}},{"uid":"736feaeeeb7afbb2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736feaeeeb7afbb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"dd00e4cb6ce3b75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd00e4cb6ce3b75","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"71860545cbe55051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71860545cbe55051","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162327,"stop":1707751162328,"duration":1}},{"uid":"f4aea915de87541d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4aea915de87541d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"c542ce404afac79a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c542ce404afac79a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260170,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"966a7aaa127265f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/966a7aaa127265f0","status":"passed","time":{"start":1707793012515,"stop":1707793012515,"duration":0}},{"uid":"8446537524c41916","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8446537524c41916","status":"passed","time":{"start":1707777977676,"stop":1707777977676,"duration":0}},{"uid":"a5c7a1ff15824bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a5c7a1ff15824bad","status":"passed","time":{"start":1707775258474,"stop":1707775258474,"duration":0}},{"uid":"86dc1d21de98fbfb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/86dc1d21de98fbfb","status":"passed","time":{"start":1707775082037,"stop":1707775082037,"duration":0}},{"uid":"6cf00d86ab738f34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cf00d86ab738f34","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1}},{"uid":"8984b14c747a5612","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8984b14c747a5612","status":"passed","time":{"start":1707769841916,"stop":1707769841917,"duration":1}},{"uid":"cfaa4e9e30a268e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cfaa4e9e30a268e8","status":"passed","time":{"start":1707759921467,"stop":1707759921467,"duration":0}},{"uid":"bcc905ee04e021ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc905ee04e021ee","status":"passed","time":{"start":1707757624893,"stop":1707757624893,"duration":0}},{"uid":"2017fc3835439a8b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2017fc3835439a8b","status":"passed","time":{"start":1707756261847,"stop":1707756261848,"duration":1}},{"uid":"ceff0b0cab267601","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceff0b0cab267601","status":"passed","time":{"start":1707753651193,"stop":1707753651193,"duration":0}},{"uid":"45bc4e9066133dbb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bc4e9066133dbb","status":"passed","time":{"start":1707753409611,"stop":1707753409611,"duration":0}},{"uid":"9d8761bf696153bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9d8761bf696153bf","status":"passed","time":{"start":1707750722061,"stop":1707750722061,"duration":0}},{"uid":"ba698fb2d10ed01b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba698fb2d10ed01b","status":"passed","time":{"start":1707736708340,"stop":1707736708340,"duration":0}},{"uid":"ff156be7786a66f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ff156be7786a66f8","status":"passed","time":{"start":1707735914408,"stop":1707735914408,"duration":0}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d812350b1b0dea77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d812350b1b0dea77","status":"passed","time":{"start":1707792814756,"stop":1707792814757,"duration":1}},{"uid":"b3bec443c936e8cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3bec443c936e8cd","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"2c717fef35675fbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2c717fef35675fbd","status":"passed","time":{"start":1707775040234,"stop":1707775040235,"duration":1}},{"uid":"4d015097e9e654a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d015097e9e654a2","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"c7362ebf2d1ccfe7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7362ebf2d1ccfe7","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0}},{"uid":"94f04665db173014","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/94f04665db173014","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"54175d9c7a68cb51","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54175d9c7a68cb51","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"2b190b75326b15c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b190b75326b15c6","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"898c74e06fdfbc3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/898c74e06fdfbc3","status":"passed","time":{"start":1707756061066,"stop":1707756061067,"duration":1}},{"uid":"d70fc0ae7268eb1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d70fc0ae7268eb1b","status":"passed","time":{"start":1707753479613,"stop":1707753479614,"duration":1}},{"uid":"af8d7250a16e13cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af8d7250a16e13cd","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"7067cb90df4f3be1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7067cb90df4f3be1","status":"passed","time":{"start":1707750608630,"stop":1707750608631,"duration":1}},{"uid":"d1e1f8117588f556","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1e1f8117588f556","status":"passed","time":{"start":1707736525924,"stop":1707736525925,"duration":1}},{"uid":"6467b4fc2709065a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6467b4fc2709065a","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"f0536b370ecfc525219d6a64ef03be67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a9ae70cc83b0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a9ae70cc83b0e0","status":"passed","time":{"start":1707735912121,"stop":1707735912121,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d016caf54e9484","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d016caf54e9484","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0}},{"uid":"4bf250cd1333d88f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4bf250cd1333d88f","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"6f7b6428ea05cdc2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f7b6428ea05cdc2","status":"passed","time":{"start":1707775649285,"stop":1707775649285,"duration":0}},{"uid":"36839473a3368e34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/36839473a3368e34","status":"passed","time":{"start":1707775456618,"stop":1707775456619,"duration":1}},{"uid":"9d6ad262aeb7b964","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d6ad262aeb7b964","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"5d61ac434d0e0b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5d61ac434d0e0b1a","status":"passed","time":{"start":1707770165176,"stop":1707770165177,"duration":1}},{"uid":"d9c41e5fd27677de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9c41e5fd27677de","status":"passed","time":{"start":1707760340806,"stop":1707760340807,"duration":1}},{"uid":"dcb8beab45308131","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcb8beab45308131","status":"passed","time":{"start":1707758024236,"stop":1707758024236,"duration":0}},{"uid":"5fc6fc4249ceccfb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5fc6fc4249ceccfb","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"99a4886b75c66e96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99a4886b75c66e96","status":"passed","time":{"start":1707753975678,"stop":1707753975680,"duration":2}},{"uid":"162e9830eeb63b00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/162e9830eeb63b00","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"71c200e06f72e5c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71c200e06f72e5c5","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"fd7654d96d696f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd7654d96d696f72","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"5da82368d9958837","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da82368d9958837","status":"passed","time":{"start":1707736323079,"stop":1707736323079,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d96bc0b4fbf688b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d96bc0b4fbf688b","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"duration":0}},{"uid":"77d53174805c06ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d53174805c06ae","status":"passed","time":{"start":1707778413517,"stop":1707778413518,"duration":1}},{"uid":"1c67236050919be4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c67236050919be4","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"7ccb57596728ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ccb57596728ed31","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"66af16e9cb60aebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/66af16e9cb60aebd","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"duration":1}},{"uid":"b58ff741d793ea1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b58ff741d793ea1e","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"9d212796844f5ccb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d212796844f5ccb","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"18f8012b4b50c610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/18f8012b4b50c610","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"a355c53ff2e4146c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a355c53ff2e4146c","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"7735a73cde46f26","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7735a73cde46f26","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"1708c29844f2477e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1708c29844f2477e","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"bbe09053bfbfdfb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbe09053bfbfdfb6","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bcb5522c910c8404","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bcb5522c910c8404","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"97a87cbea3bd7368","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97a87cbea3bd7368","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1139d89c3d2ae22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1139d89c3d2ae22","status":"passed","time":{"start":1707792929579,"stop":1707792929580,"duration":1}},{"uid":"e6ff11d16ec322f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6ff11d16ec322f","status":"passed","time":{"start":1707777877646,"stop":1707777877646,"duration":0}},{"uid":"e0a1eefed6168032","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0a1eefed6168032","status":"passed","time":{"start":1707775153018,"stop":1707775153019,"duration":1}},{"uid":"4a59e37aad341228","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a59e37aad341228","status":"passed","time":{"start":1707774951831,"stop":1707774951832,"duration":1}},{"uid":"af67ee01065d8525","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af67ee01065d8525","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"71fc20f40e516603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71fc20f40e516603","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"272448ee603c1161","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/272448ee603c1161","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"36826c3bc70e8e57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36826c3bc70e8e57","status":"passed","time":{"start":1707757546807,"stop":1707757546807,"duration":0}},{"uid":"f62d5db757f58f72","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f62d5db757f58f72","status":"passed","time":{"start":1707756167199,"stop":1707756167200,"duration":1}},{"uid":"aabd6d863d97f42d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aabd6d863d97f42d","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f8a58bdf0254300b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f8a58bdf0254300b","status":"passed","time":{"start":1707753331770,"stop":1707753331771,"duration":1}},{"uid":"2270b0e0f266fcb5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2270b0e0f266fcb5","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"be434e43b6857a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/be434e43b6857a14","status":"passed","time":{"start":1707736636442,"stop":1707736636443,"duration":1}},{"uid":"ab132cda6f1d98c6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab132cda6f1d98c6","status":"passed","time":{"start":1707735825261,"stop":1707735825261,"duration":0}}]},"bcb2fa6e3a529ae3a578de4c8ccb0a7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eecd4bbe6175b766","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eecd4bbe6175b766","status":"passed","time":{"start":1707793153223,"stop":1707793153224,"duration":1}}]},"0e3432b79c4e8494bf7c96362ba59085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"515decffec2b6dfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/515decffec2b6dfb","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59603118e50a7e09","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59603118e50a7e09","status":"passed","time":{"start":1707792890683,"stop":1707792890684,"duration":1}},{"uid":"456c83c289992db9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/456c83c289992db9","status":"passed","time":{"start":1707777837223,"stop":1707777837223,"duration":0}},{"uid":"48b813347f1d721e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/48b813347f1d721e","status":"passed","time":{"start":1707775113057,"stop":1707775113057,"duration":0}},{"uid":"33262a9744fdb3d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33262a9744fdb3d1","status":"passed","time":{"start":1707774908732,"stop":1707774908733,"duration":1}},{"uid":"f7942520b59342ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7942520b59342ae","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"f70d58c326acdcb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f70d58c326acdcb8","status":"passed","time":{"start":1707769706668,"stop":1707769706669,"duration":1}},{"uid":"569dc3151e2ef55c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/569dc3151e2ef55c","status":"passed","time":{"start":1707759811409,"stop":1707759811409,"duration":0}},{"uid":"cf9d3b5d99e26a0e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cf9d3b5d99e26a0e","status":"passed","time":{"start":1707757504685,"stop":1707757504685,"duration":0}},{"uid":"a449cc85058e32fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a449cc85058e32fe","status":"passed","time":{"start":1707756131519,"stop":1707756131519,"duration":0}},{"uid":"478a6bf61f3db349","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/478a6bf61f3db349","status":"passed","time":{"start":1707753284215,"stop":1707753284215,"duration":0}},{"uid":"a513bf9c5980595a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a513bf9c5980595a","status":"passed","time":{"start":1707736597189,"stop":1707736597190,"duration":1}},{"uid":"4961e013913ecfc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4961e013913ecfc8","status":"passed","time":{"start":1707735784060,"stop":1707735784061,"duration":1}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1b7788947250ba8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1b7788947250ba8","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0}},{"uid":"fdfb246ea28bd106","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdfb246ea28bd106","status":"passed","time":{"start":1707778386478,"stop":1707778386478,"duration":0}},{"uid":"a32e9eb63c649a87","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a32e9eb63c649a87","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"da1d991cf33ac6db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da1d991cf33ac6db","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"1c6aa00484e890e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c6aa00484e890e6","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"3c6319c77f349a8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c6319c77f349a8b","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"79eb8cfd94b40d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/79eb8cfd94b40d","status":"passed","time":{"start":1707760335944,"stop":1707760335944,"duration":0}},{"uid":"c241cae506dd0461","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c241cae506dd0461","status":"passed","time":{"start":1707758023530,"stop":1707758023530,"duration":0}},{"uid":"1d8e690f913f5d17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d8e690f913f5d17","status":"passed","time":{"start":1707756663999,"stop":1707756664000,"duration":1}},{"uid":"45b9bd819ae07f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b9bd819ae07f5","status":"passed","time":{"start":1707753837165,"stop":1707753837165,"duration":0}},{"uid":"8b30ac4edb0d787e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8b30ac4edb0d787e","status":"passed","time":{"start":1707751136281,"stop":1707751136282,"duration":1}},{"uid":"fdb8557caee802ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdb8557caee802ee","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"3b4ca66d3f4a0798","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b4ca66d3f4a0798","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"109835212c9b450dbe3c2bb8ebc2cbca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"36c01367a9a914e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c01367a9a914e9","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042633,"stop":1707751042633,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"455273292b5b3288","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455273292b5b3288","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"duration":0}},{"uid":"6a64a91bf5ba8f82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a64a91bf5ba8f82","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"ffdd97e64af8dcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ffdd97e64af8dcb1","status":"passed","time":{"start":1707775685039,"stop":1707775685040,"duration":1}},{"uid":"6a67081c18f83f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6a67081c18f83f5","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"ff3a8cbfe201e0dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3a8cbfe201e0dd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"150e3088587691df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/150e3088587691df","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"6c462ad404b554a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c462ad404b554a8","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"1cc038ee258bccde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1cc038ee258bccde","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"d686202deb045f3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d686202deb045f3b","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"7081d7d05f21760b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7081d7d05f21760b","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"de4cd9f015cce464","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4cd9f015cce464","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"1c4888cb47ea6a59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1c4888cb47ea6a59","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"c56e249617bc90ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c56e249617bc90ef","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"221c0b330ffe6501","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/221c0b330ffe6501","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0}},{"uid":"850cfbc7527276c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/850cfbc7527276c8","status":"passed","time":{"start":1707777973005,"stop":1707777973005,"duration":0}},{"uid":"3a88ff19d499f926","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a88ff19d499f926","status":"passed","time":{"start":1707775244533,"stop":1707775244534,"duration":1}},{"uid":"6803e0df2dc82024","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6803e0df2dc82024","status":"passed","time":{"start":1707775050823,"stop":1707775050823,"duration":0}},{"uid":"563f734bc5324f7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/563f734bc5324f7b","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"e0a7366111bfacff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0a7366111bfacff","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"ed13ac8656a81506","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed13ac8656a81506","status":"passed","time":{"start":1707759965209,"stop":1707759965210,"duration":1}},{"uid":"e9544ad9059d797e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e9544ad9059d797e","status":"passed","time":{"start":1707757644395,"stop":1707757644395,"duration":0}},{"uid":"fb7514f0ac337eec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb7514f0ac337eec","status":"passed","time":{"start":1707756267917,"stop":1707756267917,"duration":0}},{"uid":"e371d802d7c21557","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e371d802d7c21557","status":"passed","time":{"start":1707753668083,"stop":1707753668083,"duration":0}},{"uid":"b21e9f8fc5febcc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b21e9f8fc5febcc6","status":"passed","time":{"start":1707753423542,"stop":1707753423543,"duration":1}},{"uid":"4dee846375e836fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4dee846375e836fb","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"6787c1df8958ff3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6787c1df8958ff3e","status":"passed","time":{"start":1707736730658,"stop":1707736730658,"duration":0}},{"uid":"c899f2d7660be377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c899f2d7660be377","status":"passed","time":{"start":1707735912130,"stop":1707735912132,"duration":2}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a317a48390b28edc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a317a48390b28edc","status":"passed","time":{"start":1707793400889,"stop":1707793400889,"duration":0}},{"uid":"282fbc09c14be1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/282fbc09c14be1f","status":"passed","time":{"start":1707778381877,"stop":1707778381877,"duration":0}},{"uid":"63e9c03912dbce51","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63e9c03912dbce51","status":"passed","time":{"start":1707775653209,"stop":1707775653210,"duration":1}},{"uid":"5a361b066d65937a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a361b066d65937a","status":"passed","time":{"start":1707775455221,"stop":1707775455221,"duration":0}},{"uid":"f6d2ec95235b7f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6d2ec95235b7f0c","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0}},{"uid":"16f9ca99e96b8d17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/16f9ca99e96b8d17","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"98d6cd08c43aef54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/98d6cd08c43aef54","status":"passed","time":{"start":1707760345984,"stop":1707760345984,"duration":0}},{"uid":"19889d47bde002ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/19889d47bde002ee","status":"passed","time":{"start":1707758029747,"stop":1707758029747,"duration":0}},{"uid":"fb37fe2982a358e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb37fe2982a358e2","status":"passed","time":{"start":1707756668254,"stop":1707756668254,"duration":0}},{"uid":"8678b9db6818b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8678b9db6818b","status":"passed","time":{"start":1707753981528,"stop":1707753981528,"duration":0}},{"uid":"c299e857c4ad3a22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c299e857c4ad3a22","status":"passed","time":{"start":1707753832682,"stop":1707753832682,"duration":0}},{"uid":"ce5bff3c7839a936","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ce5bff3c7839a936","status":"passed","time":{"start":1707751154821,"stop":1707751154821,"duration":0}},{"uid":"57f0fb1907830d1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/57f0fb1907830d1a","status":"passed","time":{"start":1707737128060,"stop":1707737128060,"duration":0}},{"uid":"846060cebd965759","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846060cebd965759","status":"passed","time":{"start":1707736326983,"stop":1707736326983,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9290f9308502801","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9290f9308502801","status":"passed","time":{"start":1707793287284,"stop":1707793287284,"duration":0}},{"uid":"9c0cfaa8394736a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c0cfaa8394736a","status":"passed","time":{"start":1707778251798,"stop":1707778251798,"duration":0}},{"uid":"8bc8bb37d67dda19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bc8bb37d67dda19","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"1d4c532252d306e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d4c532252d306e7","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"968e2199272b9a7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/968e2199272b9a7b","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"29e4a8ae877aaa6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29e4a8ae877aaa6a","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"86fc7c1cbdc0ff1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/86fc7c1cbdc0ff1d","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"7ebb979f147baabc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7ebb979f147baabc","status":"passed","time":{"start":1707757921498,"stop":1707757921499,"duration":1}},{"uid":"b5326fed2bdd47a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b5326fed2bdd47a9","status":"passed","time":{"start":1707756552028,"stop":1707756552029,"duration":1}},{"uid":"c1b9061768bebecf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1b9061768bebecf","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"747aa85ca831e3db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/747aa85ca831e3db","status":"passed","time":{"start":1707753708971,"stop":1707753708971,"duration":0}},{"uid":"ae48a280bede5b00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae48a280bede5b00","status":"passed","time":{"start":1707751075911,"stop":1707751075911,"duration":0}},{"uid":"e750d7f3695e3cbb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e750d7f3695e3cbb","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"194ae3b9e738e517","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/194ae3b9e738e517","status":"passed","time":{"start":1707736214132,"stop":1707736214133,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"afde80010714f188","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/afde80010714f188","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446746,"stop":1707793446746,"duration":0}},{"uid":"b037d3bc639cf264","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b037d3bc639cf264","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"d932a12d5152d50e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d932a12d5152d50e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685032,"stop":1707775685032,"duration":0}},{"uid":"f2a8aba7390e2a8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f2a8aba7390e2a8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494282,"stop":1707775494282,"duration":0}},{"uid":"c92a0c4de57afa5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c92a0c4de57afa5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424183,"stop":1707770424184,"duration":1}},{"uid":"15ef69edb646c51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15ef69edb646c51","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"36c0d2f64feed5cc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36c0d2f64feed5cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"8003da8e7dcfab4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8003da8e7dcfab4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"eb60583b0c022185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb60583b0c022185","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690167,"stop":1707756690167,"duration":0}},{"uid":"11eff0fbd958c26c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11eff0fbd958c26c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051791,"stop":1707754051792,"duration":1}},{"uid":"49da4444b9e2ac24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49da4444b9e2ac24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"4d3e127fe40f7025","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d3e127fe40f7025","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"b48e5b33eb890b27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b48e5b33eb890b27","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"e25ea644d0945855","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e25ea644d0945855","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a9c915887d40911","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a9c915887d40911","status":"passed","time":{"start":1707792815080,"stop":1707792815081,"duration":1}},{"uid":"ca7ff9a4dea6a0b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca7ff9a4dea6a0b3","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"7aaa767cd6cd9155","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aaa767cd6cd9155","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"a6e24460743c6d46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6e24460743c6d46","status":"passed","time":{"start":1707774842472,"stop":1707774842473,"duration":1}},{"uid":"3cc99f86316f3442","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cc99f86316f3442","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"ccaa3ec63775ad7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ccaa3ec63775ad7c","status":"passed","time":{"start":1707769642599,"stop":1707769642599,"duration":0}},{"uid":"e243aba322018333","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e243aba322018333","status":"passed","time":{"start":1707759737377,"stop":1707759737378,"duration":1}},{"uid":"ba84bf87b3011380","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba84bf87b3011380","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"93696f7a6ce8aec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93696f7a6ce8aec","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"3ebd008a26c53f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ebd008a26c53f14","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"a97df2c8f10ad991","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a97df2c8f10ad991","status":"passed","time":{"start":1707753208672,"stop":1707753208672,"duration":0}},{"uid":"1883fae007f94b9a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1883fae007f94b9a","status":"passed","time":{"start":1707750608875,"stop":1707750608876,"duration":1}},{"uid":"e33e3dd806ca6b91","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e33e3dd806ca6b91","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"dbc027452ea75e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dbc027452ea75e9","status":"passed","time":{"start":1707735708006,"stop":1707735708006,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a980dce154618f0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a980dce154618f0f","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"duration":0}},{"uid":"e3e7f4e44a03e266","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e3e7f4e44a03e266","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"e7b1a2f1d73fbf1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7b1a2f1d73fbf1b","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"f0b12e31b2b3116e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0b12e31b2b3116e","status":"passed","time":{"start":1707775494279,"stop":1707775494280,"duration":1}},{"uid":"b7d0c40b909f435a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d0c40b909f435a","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"e3c6898f1f8934fd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3c6898f1f8934fd","status":"passed","time":{"start":1707770238688,"stop":1707770238689,"duration":1}},{"uid":"aca7c2f01def231f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aca7c2f01def231f","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"ba56d3082b30f980","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba56d3082b30f980","status":"passed","time":{"start":1707758004329,"stop":1707758004329,"duration":0}},{"uid":"64887a01a90091f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64887a01a90091f9","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"2a8d313e0207de92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a8d313e0207de92","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"a03a338ef04ee5d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a03a338ef04ee5d6","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"f75004bf05052758","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f75004bf05052758","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"3665bf9d5f2cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3665bf9d5f2cd2b7","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"57459eedf0c85be3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57459eedf0c85be3","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3312ef564d647fcc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3312ef564d647fcc","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"duration":0}},{"uid":"a4e3c30bd7cf70cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4e3c30bd7cf70cf","status":"passed","time":{"start":1707778002167,"stop":1707778002170,"duration":3}},{"uid":"5017c64e7e8cb03d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5017c64e7e8cb03d","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"868d022b9d362b3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/868d022b9d362b3a","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"a0e6aa06ca9d49ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e6aa06ca9d49ee","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"6ed1440de6f9a43c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ed1440de6f9a43c","status":"passed","time":{"start":1707769883644,"stop":1707769883645,"duration":1}},{"uid":"b4204f026e2b5132","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4204f026e2b5132","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"4bcde6e86a9d97c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4bcde6e86a9d97c","status":"passed","time":{"start":1707757677812,"stop":1707757677813,"duration":1}},{"uid":"4fbc17b0d81991d0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4fbc17b0d81991d0","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"421a3a5d65dc1204","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/421a3a5d65dc1204","status":"passed","time":{"start":1707753735502,"stop":1707753735503,"duration":1}},{"uid":"509cae5713cbe559","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/509cae5713cbe559","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"fcac36e23a1f7197","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fcac36e23a1f7197","status":"passed","time":{"start":1707750845169,"stop":1707750845169,"duration":0}},{"uid":"d0ec844bcd88a3e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0ec844bcd88a3e1","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"bd9eaa99b32bf481","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd9eaa99b32bf481","status":"passed","time":{"start":1707735968264,"stop":1707735968265,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e89253f52847b84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e89253f52847b84","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0}},{"uid":"29cdb346e98daf4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29cdb346e98daf4d","status":"passed","time":{"start":1707778114666,"stop":1707778114667,"duration":1}},{"uid":"82a566f99af3d040","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82a566f99af3d040","status":"passed","time":{"start":1707775395369,"stop":1707775395370,"duration":1}},{"uid":"68d489f4bccacfc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/68d489f4bccacfc0","status":"passed","time":{"start":1707775205622,"stop":1707775205623,"duration":1}},{"uid":"f68ef321362627f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f68ef321362627f6","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1}},{"uid":"65a34c490e544b79","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65a34c490e544b79","status":"passed","time":{"start":1707769983268,"stop":1707769983268,"duration":0}},{"uid":"36e1f9434ba26df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36e1f9434ba26df4","status":"passed","time":{"start":1707760095396,"stop":1707760095397,"duration":1}},{"uid":"a17473db6cc3e2d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a17473db6cc3e2d8","status":"passed","time":{"start":1707757790726,"stop":1707757790727,"duration":1}},{"uid":"731922cd9891f43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/731922cd9891f43","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"4863b57845fbcca3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4863b57845fbcca3","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"89c445ee558f6659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89c445ee558f6659","status":"passed","time":{"start":1707753573523,"stop":1707753573523,"duration":0}},{"uid":"a0cf05698e957ea9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0cf05698e957ea9","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"46d9ba1e707d464a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46d9ba1e707d464a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"58798f3c7ddb4f0d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58798f3c7ddb4f0d","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd4f3ab563d3d99a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bd4f3ab563d3d99a","status":"passed","time":{"start":1707793400887,"stop":1707793400887,"duration":0}},{"uid":"fe457f4b49df021c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe457f4b49df021c","status":"passed","time":{"start":1707778381862,"stop":1707778381869,"duration":7}},{"uid":"de2b16962ace75b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de2b16962ace75b3","status":"passed","time":{"start":1707775653207,"stop":1707775653207,"duration":0}},{"uid":"1a974729b5deadd1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a974729b5deadd1","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"ccf6e5727fe0c819","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccf6e5727fe0c819","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"duration":0}},{"uid":"9c2b8767d9ae3b9f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c2b8767d9ae3b9f","status":"passed","time":{"start":1707770169174,"stop":1707770169175,"duration":1}},{"uid":"72484b8d04bed71d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72484b8d04bed71d","status":"passed","time":{"start":1707760345980,"stop":1707760345981,"duration":1}},{"uid":"767d14d85e32fd56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/767d14d85e32fd56","status":"passed","time":{"start":1707758029743,"stop":1707758029744,"duration":1}},{"uid":"e9253d823f34fcdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9253d823f34fcdb","status":"passed","time":{"start":1707756668251,"stop":1707756668252,"duration":1}},{"uid":"ab5ef286eff3bbf1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab5ef286eff3bbf1","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"e42b2c38d855998e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e42b2c38d855998e","status":"passed","time":{"start":1707753832679,"stop":1707753832679,"duration":0}},{"uid":"6e488f0de469b699","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e488f0de469b699","status":"passed","time":{"start":1707751154818,"stop":1707751154818,"duration":0}},{"uid":"fbf5501bbb87f436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fbf5501bbb87f436","status":"passed","time":{"start":1707737128057,"stop":1707737128057,"duration":0}},{"uid":"efa57b6567d1ed77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/efa57b6567d1ed77","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1fb5518289810686","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fb5518289810686","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0}},{"uid":"56b5a1904f55f625","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56b5a1904f55f625","status":"passed","time":{"start":1707778326667,"stop":1707778326668,"duration":1}},{"uid":"902011b73e0578d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/902011b73e0578d1","status":"passed","time":{"start":1707775610544,"stop":1707775610545,"duration":1}},{"uid":"8e95df1f8f3f5cd8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e95df1f8f3f5cd8","status":"passed","time":{"start":1707775405808,"stop":1707775405810,"duration":2}},{"uid":"f1cb72ed3e162c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cb72ed3e162c8","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0}},{"uid":"eb548cffbffac81","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb548cffbffac81","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"d065809f2cd861cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d065809f2cd861cd","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"90b38e166004cc8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90b38e166004cc8f","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"c1ae5ee2cafda8f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1ae5ee2cafda8f4","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"f6d0d5c49fe1cd19","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f6d0d5c49fe1cd19","status":"passed","time":{"start":1707753926590,"stop":1707753926593,"duration":3}},{"uid":"c0b14bf2a3ff204e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0b14bf2a3ff204e","status":"passed","time":{"start":1707753779034,"stop":1707753779035,"duration":1}},{"uid":"cb70a011dededf2d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb70a011dededf2d","status":"passed","time":{"start":1707751117676,"stop":1707751117677,"duration":1}},{"uid":"9cdd97f727feec85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9cdd97f727feec85","status":"passed","time":{"start":1707737065100,"stop":1707737065100,"duration":0}},{"uid":"a70f62c267202c20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a70f62c267202c20","status":"passed","time":{"start":1707736281629,"stop":1707736281630,"duration":1}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d62ae0c9dfd0e983","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d62ae0c9dfd0e983","status":"passed","time":{"start":1707793012511,"stop":1707793012512,"duration":1}},{"uid":"f3b8855ff30d78aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3b8855ff30d78aa","status":"passed","time":{"start":1707777977672,"stop":1707777977673,"duration":1}},{"uid":"c4b1ab0c8980bd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c4b1ab0c8980bd8c","status":"passed","time":{"start":1707775258467,"stop":1707775258467,"duration":0}},{"uid":"b89215dc03df4af0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b89215dc03df4af0","status":"passed","time":{"start":1707775082032,"stop":1707775082033,"duration":1}},{"uid":"1800e9b89ee7c425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1800e9b89ee7c425","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"f6ef9dea26d2206b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f6ef9dea26d2206b","status":"passed","time":{"start":1707769841909,"stop":1707769841910,"duration":1}},{"uid":"201a9a28fbae7331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/201a9a28fbae7331","status":"passed","time":{"start":1707759921463,"stop":1707759921463,"duration":0}},{"uid":"f944bebb69414d11","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f944bebb69414d11","status":"passed","time":{"start":1707757624889,"stop":1707757624890,"duration":1}},{"uid":"cb6520b80ed0ec00","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cb6520b80ed0ec00","status":"passed","time":{"start":1707756261835,"stop":1707756261838,"duration":3}},{"uid":"4326072b6a92a8bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4326072b6a92a8bc","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"5684867f998f7bfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5684867f998f7bfe","status":"passed","time":{"start":1707753409605,"stop":1707753409605,"duration":0}},{"uid":"b7e25a34c2344f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7e25a34c2344f64","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"a32271d681bf8b39","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a32271d681bf8b39","status":"passed","time":{"start":1707736708336,"stop":1707736708337,"duration":1}},{"uid":"79c3f774f4bd2149","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c3f774f4bd2149","status":"passed","time":{"start":1707735914394,"stop":1707735914395,"duration":1}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac380dacf2821929","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac380dacf2821929","status":"passed","time":{"start":1707792795035,"stop":1707792795036,"duration":1}},{"uid":"8ac1df03898b71cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ac1df03898b71cf","status":"passed","time":{"start":1707777743981,"stop":1707777743982,"duration":1}},{"uid":"df99eb84c1a3fac0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df99eb84c1a3fac0","status":"passed","time":{"start":1707775020380,"stop":1707775020381,"duration":1}},{"uid":"af3e9e962e6326f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af3e9e962e6326f5","status":"passed","time":{"start":1707774821815,"stop":1707774821816,"duration":1}},{"uid":"49c3fab7cc2aeb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c3fab7cc2aeb8","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"duration":1}},{"uid":"15a28b4c02a8ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15a28b4c02a8ee1d","status":"passed","time":{"start":1707769622095,"stop":1707769622096,"duration":1}},{"uid":"844315e88d87e42","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/844315e88d87e42","status":"passed","time":{"start":1707759717049,"stop":1707759717050,"duration":1}},{"uid":"d769c8bc4579dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d769c8bc4579dd5","status":"passed","time":{"start":1707757411666,"stop":1707757411667,"duration":1}},{"uid":"944cfc8e7aa5e8cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/944cfc8e7aa5e8cc","status":"passed","time":{"start":1707756041375,"stop":1707756041376,"duration":1}},{"uid":"3d940a1b7ac7b535","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d940a1b7ac7b535","status":"passed","time":{"start":1707753459608,"stop":1707753459609,"duration":1}},{"uid":"c95308f579d21680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c95308f579d21680","status":"passed","time":{"start":1707753187709,"stop":1707753187711,"duration":2}},{"uid":"5e70d844e30c34c1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e70d844e30c34c1","status":"passed","time":{"start":1707750588400,"stop":1707750588401,"duration":1}},{"uid":"946a945db2896072","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/946a945db2896072","status":"passed","time":{"start":1707736505792,"stop":1707736505793,"duration":1}},{"uid":"59710dae7fc00a4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59710dae7fc00a4a","status":"passed","time":{"start":1707735687170,"stop":1707735687171,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1c2bf423e464a489","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c2bf423e464a489","status":"passed","time":{"start":1707793142797,"stop":1707793142798,"duration":1}},{"uid":"848cad556dbac827","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/848cad556dbac827","status":"passed","time":{"start":1707778103147,"stop":1707778103148,"duration":1}},{"uid":"72c00a8bec8cb2d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72c00a8bec8cb2d3","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"9e9ee570ff96b0fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e9ee570ff96b0fc","status":"passed","time":{"start":1707775193316,"stop":1707775193316,"duration":0}},{"uid":"4c039b6c23cd3280","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c039b6c23cd3280","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0}},{"uid":"30ada25983111cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30ada25983111cb","status":"passed","time":{"start":1707769979918,"stop":1707769979918,"duration":0}},{"uid":"61afd085cd9e0941","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/61afd085cd9e0941","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"fd278241e8fa5807","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd278241e8fa5807","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"8c6688a8e9b22ef5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c6688a8e9b22ef5","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"d8f3a27c3a5e8166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8f3a27c3a5e8166","status":"passed","time":{"start":1707753781759,"stop":1707753781759,"duration":0}},{"uid":"dc7baf539388a27a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc7baf539388a27a","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"c12e236a2bcd0ad9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c12e236a2bcd0ad9","status":"passed","time":{"start":1707750940663,"stop":1707750940663,"duration":0}},{"uid":"1e253fb25a44b283","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e253fb25a44b283","status":"passed","time":{"start":1707736870547,"stop":1707736870547,"duration":0}},{"uid":"e43ef5f8c903ab6a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e43ef5f8c903ab6a","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e05812b9cf78428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e05812b9cf78428","status":"passed","time":{"start":1707793028275,"stop":1707793028276,"duration":1}},{"uid":"203a75d7d4882473","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/203a75d7d4882473","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"b25dc2684f803e75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b25dc2684f803e75","status":"passed","time":{"start":1707775244528,"stop":1707775244528,"duration":0}},{"uid":"ebdacc20b62517aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebdacc20b62517aa","status":"passed","time":{"start":1707775050816,"stop":1707775050817,"duration":1}},{"uid":"aa876eba3014fcaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa876eba3014fcaa","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"5ec8d4656530c7af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ec8d4656530c7af","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"72dc992351dbde54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72dc992351dbde54","status":"passed","time":{"start":1707759965194,"stop":1707759965194,"duration":0}},{"uid":"28fad9edfb6b2cc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28fad9edfb6b2cc6","status":"passed","time":{"start":1707757644388,"stop":1707757644389,"duration":1}},{"uid":"3de37538ad87e8d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3de37538ad87e8d9","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"cf07d2a76b2f5778","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf07d2a76b2f5778","status":"passed","time":{"start":1707753668030,"stop":1707753668031,"duration":1}},{"uid":"ba68c3a8619735a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba68c3a8619735a","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"4c8aebe2f1e17059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c8aebe2f1e17059","status":"passed","time":{"start":1707750796029,"stop":1707750796030,"duration":1}},{"uid":"8ea782a554e65a81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ea782a554e65a81","status":"passed","time":{"start":1707736730643,"stop":1707736730643,"duration":0}},{"uid":"c46132a9001613ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c46132a9001613ef","status":"passed","time":{"start":1707735912118,"stop":1707735912118,"duration":0}}]},"de06a3dfd898eb3db77aa935f1b60524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"957705f149b8825c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/957705f149b8825c","status":"passed","time":{"start":1707737091308,"stop":1707737091308,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ff176b8405437a45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff176b8405437a45","status":"passed","time":{"start":1707793012476,"stop":1707793012476,"duration":0}},{"uid":"f9af6cb657981049","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9af6cb657981049","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"66865e3e93cc9170","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/66865e3e93cc9170","status":"passed","time":{"start":1707775258455,"stop":1707775258455,"duration":0}},{"uid":"3f3ccac995475761","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f3ccac995475761","status":"passed","time":{"start":1707775082015,"stop":1707775082016,"duration":1}},{"uid":"f56c7de4bf4abd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56c7de4bf4abd10","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"duration":0}},{"uid":"e87710f95396eec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e87710f95396eec0","status":"passed","time":{"start":1707769841898,"stop":1707769841899,"duration":1}},{"uid":"fbe1c6d2ce6966e5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbe1c6d2ce6966e5","status":"passed","time":{"start":1707759921453,"stop":1707759921453,"duration":0}},{"uid":"a087a66ba3186c0d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a087a66ba3186c0d","status":"passed","time":{"start":1707757624875,"stop":1707757624875,"duration":0}},{"uid":"93cb279c89473fde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93cb279c89473fde","status":"passed","time":{"start":1707756261762,"stop":1707756261763,"duration":1}},{"uid":"13149f481e043aac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13149f481e043aac","status":"passed","time":{"start":1707753651166,"stop":1707753651167,"duration":1}},{"uid":"e657ddd22d74ecab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e657ddd22d74ecab","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"ab7a71e72b2dfcae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab7a71e72b2dfcae","status":"passed","time":{"start":1707750722047,"stop":1707750722048,"duration":1}},{"uid":"ca4c26fffe802ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca4c26fffe802ea3","status":"passed","time":{"start":1707736708327,"stop":1707736708328,"duration":1}},{"uid":"e8bad96a632fe31e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bad96a632fe31e","status":"passed","time":{"start":1707735914384,"stop":1707735914385,"duration":1}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6664612407dccec1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6664612407dccec1","status":"passed","time":{"start":1707792958829,"stop":1707792958829,"duration":0}},{"uid":"b431562904be7e05","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b431562904be7e05","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"442efa4e9052b1b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/442efa4e9052b1b7","status":"passed","time":{"start":1707775275744,"stop":1707775275744,"duration":0}},{"uid":"30ef34c19ffd321b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30ef34c19ffd321b","status":"passed","time":{"start":1707775085876,"stop":1707775085877,"duration":1}},{"uid":"52f7190cc09616ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52f7190cc09616ee","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"duration":1}},{"uid":"9199cc10560ffdec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9199cc10560ffdec","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"1febed9d09d5267d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1febed9d09d5267d","status":"passed","time":{"start":1707759981455,"stop":1707759981455,"duration":0}},{"uid":"246abc1f23ffa1b6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246abc1f23ffa1b6","status":"passed","time":{"start":1707757676035,"stop":1707757676035,"duration":0}},{"uid":"2676b452c4bb4b36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2676b452c4bb4b36","status":"passed","time":{"start":1707756304421,"stop":1707756304422,"duration":1}},{"uid":"a7b3f260e33ff76f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7b3f260e33ff76f","status":"passed","time":{"start":1707753713234,"stop":1707753713235,"duration":1}},{"uid":"d7b80b6e18715140","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d7b80b6e18715140","status":"passed","time":{"start":1707753448082,"stop":1707753448083,"duration":1}},{"uid":"d8039e9c4d8874a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8039e9c4d8874a8","status":"passed","time":{"start":1707750840030,"stop":1707750840030,"duration":0}},{"uid":"9114b917689bbcfb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114b917689bbcfb","status":"passed","time":{"start":1707736764995,"stop":1707736764997,"duration":2}},{"uid":"10367129986bd359","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/10367129986bd359","status":"passed","time":{"start":1707735955219,"stop":1707735955220,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"925ea227301ebdae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/925ea227301ebdae","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0}},{"uid":"2f6f9aa322ed6c13","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2f6f9aa322ed6c13","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"2ec3f262e03e8e28","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ec3f262e03e8e28","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"552340825a05187","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/552340825a05187","status":"passed","time":{"start":1707775129518,"stop":1707775129519,"duration":1}},{"uid":"8ade4b59689decf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ade4b59689decf6","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"duration":0}},{"uid":"78102df9b8bf017b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78102df9b8bf017b","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"326c69b60085031d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/326c69b60085031d","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"f408c336bfb42b26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f408c336bfb42b26","status":"passed","time":{"start":1707757709189,"stop":1707757709189,"duration":0}},{"uid":"30fbf66e376cbec3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/30fbf66e376cbec3","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"b49508513c3caf32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b49508513c3caf32","status":"passed","time":{"start":1707753751251,"stop":1707753751252,"duration":1}},{"uid":"81902e300b2f06e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81902e300b2f06e3","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"95088e8a79667e51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95088e8a79667e51","status":"passed","time":{"start":1707750881807,"stop":1707750881807,"duration":0}},{"uid":"6f08680fca327568","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f08680fca327568","status":"passed","time":{"start":1707736800766,"stop":1707736800766,"duration":0}},{"uid":"e5f3a3bb91714272","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5f3a3bb91714272","status":"passed","time":{"start":1707736013454,"stop":1707736013455,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fccf41fe06851243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fccf41fe06851243","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0}},{"uid":"eb8f2e6e097089c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb8f2e6e097089c7","status":"passed","time":{"start":1707777749846,"stop":1707777749847,"duration":1}},{"uid":"7bc5519b46c36cad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7bc5519b46c36cad","status":"passed","time":{"start":1707775026269,"stop":1707775026270,"duration":1}},{"uid":"cd0aac6e43171d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd0aac6e43171d0","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"cd6852d0e80b434e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd6852d0e80b434e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"32e2b6883c64799a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32e2b6883c64799a","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"348c81ff779f4a90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/348c81ff779f4a90","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"5b5100344887d1e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b5100344887d1e4","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"71344d48a7fa9251","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/71344d48a7fa9251","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"f42616fbe5ea9eb5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f42616fbe5ea9eb5","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"436a1f9c2e39a2c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/436a1f9c2e39a2c1","status":"passed","time":{"start":1707753193785,"stop":1707753193786,"duration":1}},{"uid":"3a2caf1bd242df56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a2caf1bd242df56","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"257666ba17d01e22","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/257666ba17d01e22","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"e9c5f4a056685391","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9c5f4a056685391","status":"passed","time":{"start":1707735693128,"stop":1707735693129,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f540fad1baae87df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f540fad1baae87df","status":"passed","time":{"start":1707793371100,"stop":1707793371101,"duration":1}},{"uid":"94df8269b6de93a7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/94df8269b6de93a7","status":"passed","time":{"start":1707778338837,"stop":1707778338837,"duration":0}},{"uid":"679d0a646a4aad94","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/679d0a646a4aad94","status":"passed","time":{"start":1707775602017,"stop":1707775602018,"duration":1}},{"uid":"f982e691b7631aef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f982e691b7631aef","status":"passed","time":{"start":1707775390228,"stop":1707775390228,"duration":0}},{"uid":"5899354ae6f1a8a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5899354ae6f1a8a7","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0}},{"uid":"9e41dda61341528b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e41dda61341528b","status":"passed","time":{"start":1707760301805,"stop":1707760301806,"duration":1}},{"uid":"c4ceb1af6097422c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4ceb1af6097422c","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"bb45b1f1fe054adf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bb45b1f1fe054adf","status":"passed","time":{"start":1707756617037,"stop":1707756617038,"duration":1}},{"uid":"91fbedea191cc301","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91fbedea191cc301","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"d8ff0dedcb28a418","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8ff0dedcb28a418","status":"passed","time":{"start":1707753782749,"stop":1707753782749,"duration":0}},{"uid":"28562bd1d4e4801c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28562bd1d4e4801c","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"cdf4a1f40d8eddef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdf4a1f40d8eddef","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"7a75e55bcc058039","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a75e55bcc058039","status":"passed","time":{"start":1707736260126,"stop":1707736260126,"duration":0}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2b5e0c6f1e9b7d3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b5e0c6f1e9b7d3","status":"passed","time":{"start":1707793446747,"stop":1707793446747,"duration":0}},{"uid":"b174839031d6a5c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b174839031d6a5c2","status":"passed","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"8f50fbe740b1421f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8f50fbe740b1421f","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"a08232bbc699132c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a08232bbc699132c","status":"passed","time":{"start":1707775494283,"stop":1707775494284,"duration":1}},{"uid":"f7b4b277031cc4a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7b4b277031cc4a","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"516a66a35806d005","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/516a66a35806d005","status":"passed","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"64182b525f277908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64182b525f277908","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"2bec24bdaaf33349","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bec24bdaaf33349","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"1d3ad2856dce1d16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d3ad2856dce1d16","status":"passed","time":{"start":1707756690168,"stop":1707756690169,"duration":1}},{"uid":"e43cbec6fcdcfb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e43cbec6fcdcfb46","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c9ae2f955cce3df","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9ae2f955cce3df","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"ea60785244d163c6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ea60785244d163c6","status":"passed","time":{"start":1707751228966,"stop":1707751228967,"duration":1}},{"uid":"5ee9bcf84e229828","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5ee9bcf84e229828","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"e19a8ab273e3627b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e19a8ab273e3627b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbf7f3d4db0013b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbf7f3d4db0013b3","status":"passed","time":{"start":1707793287285,"stop":1707793287287,"duration":2}},{"uid":"66ec98b4e16a9808","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66ec98b4e16a9808","status":"passed","time":{"start":1707778251799,"stop":1707778251802,"duration":3}},{"uid":"969908ec76a0528b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/969908ec76a0528b","status":"passed","time":{"start":1707775540341,"stop":1707775540342,"duration":1}},{"uid":"a8a1d4594e5204dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8a1d4594e5204dd","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"cb6d38d6bb76d3b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cb6d38d6bb76d3b9","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"eae6288eeaf394f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eae6288eeaf394f0","status":"passed","time":{"start":1707770045979,"stop":1707770045979,"duration":0}},{"uid":"69a5730deaf444ca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/69a5730deaf444ca","status":"passed","time":{"start":1707760224885,"stop":1707760224885,"duration":0}},{"uid":"778fc7da665ca3e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/778fc7da665ca3e0","status":"passed","time":{"start":1707757921499,"stop":1707757921500,"duration":1}},{"uid":"7d34f97c342665b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d34f97c342665b5","status":"passed","time":{"start":1707756552029,"stop":1707756552030,"duration":1}},{"uid":"c3aa43c61efd1d4a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3aa43c61efd1d4a","status":"passed","time":{"start":1707753853540,"stop":1707753853540,"duration":0}},{"uid":"cabb041a331c52c5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cabb041a331c52c5","status":"passed","time":{"start":1707753708972,"stop":1707753708972,"duration":0}},{"uid":"4087c4bb72625bb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4087c4bb72625bb6","status":"passed","time":{"start":1707751075912,"stop":1707751075912,"duration":0}},{"uid":"52ec52c2c81c992c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52ec52c2c81c992c","status":"passed","time":{"start":1707737000813,"stop":1707737000814,"duration":1}},{"uid":"aa917af87fe401db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa917af87fe401db","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"36f4f13f99f50d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36f4f13f99f50d12","status":"passed","time":{"start":1707793012466,"stop":1707793012467,"duration":1}},{"uid":"69b94a1e8379493","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/69b94a1e8379493","status":"passed","time":{"start":1707777977660,"stop":1707777977661,"duration":1}},{"uid":"171d978928420369","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/171d978928420369","status":"passed","time":{"start":1707775258451,"stop":1707775258451,"duration":0}},{"uid":"bd54d14c3a0d7506","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd54d14c3a0d7506","status":"passed","time":{"start":1707775082008,"stop":1707775082008,"duration":0}},{"uid":"5b1fd0a675b4858f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b1fd0a675b4858f","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0}},{"uid":"9079f90a34ff9c2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9079f90a34ff9c2c","status":"passed","time":{"start":1707769841891,"stop":1707769841892,"duration":1}},{"uid":"bd8ab7ec5ac74c43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd8ab7ec5ac74c43","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"12fa8ba9743b434e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12fa8ba9743b434e","status":"passed","time":{"start":1707757624871,"stop":1707757624872,"duration":1}},{"uid":"9f6664924b63f44f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f6664924b63f44f","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"c6dbbfdf19858e62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6dbbfdf19858e62","status":"passed","time":{"start":1707753651140,"stop":1707753651141,"duration":1}},{"uid":"e3dd7df0a0515700","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3dd7df0a0515700","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"9c43250599153a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c43250599153a1","status":"passed","time":{"start":1707750722038,"stop":1707750722039,"duration":1}},{"uid":"e949e28a2c2e2f3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e949e28a2c2e2f3e","status":"passed","time":{"start":1707736708320,"stop":1707736708321,"duration":1}},{"uid":"349329dedbe936be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/349329dedbe936be","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4f49d34fd850a886","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f49d34fd850a886","status":"passed","time":{"start":1707793371108,"stop":1707793371108,"duration":0}},{"uid":"ff9826298b0a0e86","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff9826298b0a0e86","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"3501b9290eb932aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3501b9290eb932aa","status":"passed","time":{"start":1707775602025,"stop":1707775602025,"duration":0}},{"uid":"4c6386e99e514b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c6386e99e514b2c","status":"passed","time":{"start":1707775390237,"stop":1707775390237,"duration":0}},{"uid":"aacdde2f9809034c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aacdde2f9809034c","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1}},{"uid":"b9476e8c93430d9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9476e8c93430d9c","status":"passed","time":{"start":1707769968721,"stop":1707769968721,"duration":0}},{"uid":"e21049742efe1172","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e21049742efe1172","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"9d061a36522a0e5f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d061a36522a0e5f","status":"passed","time":{"start":1707758006714,"stop":1707758006714,"duration":0}},{"uid":"ef036961ad60e237","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef036961ad60e237","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ad879ef8ec695f15","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad879ef8ec695f15","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"289c267c308fb980","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289c267c308fb980","status":"passed","time":{"start":1707753782761,"stop":1707753782761,"duration":0}},{"uid":"938494fe2ff93f7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/938494fe2ff93f7a","status":"passed","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1431d29a6972d435","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1431d29a6972d435","status":"passed","time":{"start":1707737091341,"stop":1707737091341,"duration":0}},{"uid":"8f46a7be0a5554cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f46a7be0a5554cc","status":"passed","time":{"start":1707736260136,"stop":1707736260136,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e5253321bb0178b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5253321bb0178b3","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0}},{"uid":"1dd6b36f21123a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1dd6b36f21123a5e","status":"passed","time":{"start":1707778002165,"stop":1707778002166,"duration":1}},{"uid":"e5bb9f6cb9d64034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5bb9f6cb9d64034","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"be0572612c2454de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be0572612c2454de","status":"passed","time":{"start":1707775094103,"stop":1707775094104,"duration":1}},{"uid":"f4692b7cefa4148b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4692b7cefa4148b","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"duration":1}},{"uid":"3f27b9fef45c3af8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f27b9fef45c3af8","status":"passed","time":{"start":1707769883635,"stop":1707769883641,"duration":6}},{"uid":"39766005514f61b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39766005514f61b5","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"b92bb889b0b30583","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b92bb889b0b30583","status":"passed","time":{"start":1707757677811,"stop":1707757677812,"duration":1}},{"uid":"19afac714dd7d29f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19afac714dd7d29f","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"a13510988da643ba","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13510988da643ba","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"ceddf6d40e7d8027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ceddf6d40e7d8027","status":"passed","time":{"start":1707753472969,"stop":1707753472969,"duration":0}},{"uid":"a2d92f3a570325bd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a2d92f3a570325bd","status":"passed","time":{"start":1707750845162,"stop":1707750845163,"duration":1}},{"uid":"f37363bbca8fcb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f37363bbca8fcb","status":"passed","time":{"start":1707736769675,"stop":1707736769676,"duration":1}},{"uid":"c0df596c7820b09e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c0df596c7820b09e","status":"passed","time":{"start":1707735968262,"stop":1707735968262,"duration":0}}]},"2ce4c98b6a7cc30bb2ddab144e64bfab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f85c3db543b93b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f85c3db543b93b1","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"206c1b1cb0eb6ca4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/206c1b1cb0eb6ca4","status":"passed","time":{"start":1707793355776,"stop":1707793355777,"duration":1}},{"uid":"e544b1c2372a849b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e544b1c2372a849b","status":"passed","time":{"start":1707778326666,"stop":1707778326666,"duration":0}},{"uid":"4109362b5e0d5f95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4109362b5e0d5f95","status":"passed","time":{"start":1707775610543,"stop":1707775610544,"duration":1}},{"uid":"d7da8a9d974f276b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7da8a9d974f276b","status":"passed","time":{"start":1707775405805,"stop":1707775405806,"duration":1}},{"uid":"47ad5624925b93f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47ad5624925b93f2","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0}},{"uid":"ce96dc810633658","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce96dc810633658","status":"passed","time":{"start":1707770116112,"stop":1707770116112,"duration":0}},{"uid":"349227f10876cff7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/349227f10876cff7","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"38804433973f092a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38804433973f092a","status":"passed","time":{"start":1707757992698,"stop":1707757992699,"duration":1}},{"uid":"3cf858582d4828b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cf858582d4828b1","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"fb12455b76939c6c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb12455b76939c6c","status":"passed","time":{"start":1707753926588,"stop":1707753926589,"duration":1}},{"uid":"e36364ef41c10a4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e36364ef41c10a4e","status":"passed","time":{"start":1707753779031,"stop":1707753779032,"duration":1}},{"uid":"1909e7071dcbe6cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1909e7071dcbe6cb","status":"passed","time":{"start":1707751117674,"stop":1707751117675,"duration":1}},{"uid":"59ef6885ad4551ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ef6885ad4551ca","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"6cfe1c39c44d8f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cfe1c39c44d8f70","status":"passed","time":{"start":1707736281625,"stop":1707736281627,"duration":2}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"61a866366a3040c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61a866366a3040c6","status":"passed","time":{"start":1707792814223,"stop":1707792814224,"duration":1}},{"uid":"d838a9633605983e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d838a9633605983e","status":"passed","time":{"start":1707777763444,"stop":1707777763445,"duration":1}},{"uid":"e8061c68cb53124d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8061c68cb53124d","status":"passed","time":{"start":1707775039623,"stop":1707775039624,"duration":1}},{"uid":"419bcaff6a502b1d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/419bcaff6a502b1d","status":"passed","time":{"start":1707774841429,"stop":1707774841430,"duration":1}},{"uid":"c60b328739577386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c60b328739577386","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"duration":1}},{"uid":"ec6d3b6b343046f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec6d3b6b343046f6","status":"passed","time":{"start":1707769641581,"stop":1707769641582,"duration":1}},{"uid":"16f987d00f4e4e23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f987d00f4e4e23","status":"passed","time":{"start":1707759736455,"stop":1707759736455,"duration":0}},{"uid":"647798df10c54298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/647798df10c54298","status":"passed","time":{"start":1707757431312,"stop":1707757431313,"duration":1}},{"uid":"65bb3a21fc42a846","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65bb3a21fc42a846","status":"passed","time":{"start":1707756060434,"stop":1707756060435,"duration":1}},{"uid":"c239ed2334c75ece","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c239ed2334c75ece","status":"passed","time":{"start":1707753479029,"stop":1707753479030,"duration":1}},{"uid":"6ec673d1166e3c15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ec673d1166e3c15","status":"passed","time":{"start":1707753207963,"stop":1707753207964,"duration":1}},{"uid":"a58ab2915a3b7df9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a58ab2915a3b7df9","status":"passed","time":{"start":1707750607850,"stop":1707750607851,"duration":1}},{"uid":"7d1b433e072a733","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d1b433e072a733","status":"passed","time":{"start":1707736525276,"stop":1707736525276,"duration":0}},{"uid":"f253bf4f975eef2a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f253bf4f975eef2a","status":"passed","time":{"start":1707735707255,"stop":1707735707256,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf0996152959c745","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf0996152959c745","status":"passed","time":{"start":1707793028276,"stop":1707793028276,"duration":0}},{"uid":"abda963122d13952","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abda963122d13952","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"9fc21e75c73dcd38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fc21e75c73dcd38","status":"passed","time":{"start":1707775244528,"stop":1707775244529,"duration":1}},{"uid":"395228809e7849cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/395228809e7849cf","status":"passed","time":{"start":1707775050817,"stop":1707775050817,"duration":0}},{"uid":"62c8cc5a0ecafd63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c8cc5a0ecafd63","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"4cc0e40fc5d16b02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4cc0e40fc5d16b02","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"54c524d5871fee0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54c524d5871fee0b","status":"passed","time":{"start":1707759965195,"stop":1707759965195,"duration":0}},{"uid":"f2d729aafb9c705e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d729aafb9c705e","status":"passed","time":{"start":1707757644389,"stop":1707757644389,"duration":0}},{"uid":"7e30fc14f5d703ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e30fc14f5d703ed","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"60b860a2ee4cf5bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60b860a2ee4cf5bd","status":"passed","time":{"start":1707753668031,"stop":1707753668032,"duration":1}},{"uid":"2f771da778303bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f771da778303bfd","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"8f39c5734c321571","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f39c5734c321571","status":"passed","time":{"start":1707750796030,"stop":1707750796030,"duration":0}},{"uid":"18f18af6fd4cce18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18f18af6fd4cce18","status":"passed","time":{"start":1707736730643,"stop":1707736730644,"duration":1}},{"uid":"f94b3c8f35fe561a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94b3c8f35fe561a","status":"passed","time":{"start":1707735912118,"stop":1707735912119,"duration":1}}]},"1b4592146a04bc1454c7e7f1480d509a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5deccd9a1c35794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5deccd9a1c35794","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d3bb884944966285","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3bb884944966285","status":"passed","time":{"start":1707793153217,"stop":1707793153217,"duration":0}},{"uid":"e347b740f4acd7c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e347b740f4acd7c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"36d67ca23611d8e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36d67ca23611d8e9","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"df88c6d258e7f2d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/df88c6d258e7f2d0","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"d99c6ee28ee8e24f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d99c6ee28ee8e24f","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"162e043b65c7f0b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/162e043b65c7f0b6","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"ec5314ad19c8c5d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec5314ad19c8c5d2","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"151adc1b1064b3c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/151adc1b1064b3c5","status":"passed","time":{"start":1707757790730,"stop":1707757790731,"duration":1}},{"uid":"afee663c9bcd31d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/afee663c9bcd31d6","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"55e02aa4916fb158","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55e02aa4916fb158","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"783d17f4060b1095","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/783d17f4060b1095","status":"passed","time":{"start":1707753573525,"stop":1707753573525,"duration":0}},{"uid":"b705437d6e77e1cf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b705437d6e77e1cf","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"6872101e66c1f062","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6872101e66c1f062","status":"passed","time":{"start":1707736878962,"stop":1707736878962,"duration":0}},{"uid":"c019a47ab074d21e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c019a47ab074d21e","status":"passed","time":{"start":1707736081266,"stop":1707736081267,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8b9e49b86bc13bff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b9e49b86bc13bff","status":"passed","time":{"start":1707793446749,"stop":1707793446750,"duration":1}},{"uid":"821ed9bf1cd7be7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/821ed9bf1cd7be7b","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"68bea656eda3ead1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68bea656eda3ead1","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"6c06016328a7c460","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c06016328a7c460","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"c2b0aff42d682b96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b0aff42d682b96","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"c6a97d4930fbf598","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6a97d4930fbf598","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"7473aeeda8b0b0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7473aeeda8b0b0c2","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"86e13f693e6061a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86e13f693e6061a3","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"8dfa4950c9b17ae7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dfa4950c9b17ae7","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"80a6ba12415cfa3c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80a6ba12415cfa3c","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"d881bc0052cadb0e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d881bc0052cadb0e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"892304e0ce01da8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/892304e0ce01da8e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"7e6f497ad86e4310","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6f497ad86e4310","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"cd7c75dc9099061e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cd7c75dc9099061e","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16f06ead9df31219","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/16f06ead9df31219","status":"passed","time":{"start":1707793371096,"stop":1707793371097,"duration":1}},{"uid":"dae4b45607cf3df9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dae4b45607cf3df9","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"1735156850849419","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1735156850849419","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"7eba4995dfedca46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7eba4995dfedca46","status":"passed","time":{"start":1707775390222,"stop":1707775390222,"duration":0}},{"uid":"ad21c5f00a8853a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad21c5f00a8853a0","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3}},{"uid":"d19e360d268153fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d19e360d268153fa","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"6dd34694bd1ad927","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dd34694bd1ad927","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"12bc80079104edb7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12bc80079104edb7","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"e31dbfaf08165fe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e31dbfaf08165fe2","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"3474d830d1131aa7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3474d830d1131aa7","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"c0bba6a780640da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0bba6a780640da","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"71b18c27abf32f3b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71b18c27abf32f3b","status":"passed","time":{"start":1707737091297,"stop":1707737091298,"duration":1}},{"uid":"37fa38daaa08dcf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/37fa38daaa08dcf1","status":"passed","time":{"start":1707736260118,"stop":1707736260119,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"d6b8f46e6270b50c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6b8f46e6270b50c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793168677,"stop":1707793168677,"duration":0}},{"uid":"14f5e2b741d037de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14f5e2b741d037de","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"dc5e3f4ac1bf8d26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc5e3f4ac1bf8d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"56857370d43499ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56857370d43499ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"94c4421c534b54f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94c4421c534b54f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142482,"stop":1707770142483,"duration":1}},{"uid":"810777742fce6d6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/810777742fce6d6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994536,"stop":1707769994537,"duration":1}},{"uid":"32dfe87670ddc23c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/32dfe87670ddc23c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106456,"stop":1707760106457,"duration":1}},{"uid":"be1cd0b0e725d857","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be1cd0b0e725d857","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804294,"duration":0}},{"uid":"5425bd7b1ebb29d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5425bd7b1ebb29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422346,"duration":0}},{"uid":"e9c6ea892c21752e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c6ea892c21752e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"c6304a794e079696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6304a794e079696","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586163,"stop":1707753586164,"duration":1}},{"uid":"2d806fcabf97af45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2d806fcabf97af45","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964802,"stop":1707750964802,"duration":0}},{"uid":"5f13f6ca046eea36","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f13f6ca046eea36","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"8ed9665e4d3b934d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed9665e4d3b934d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"90f046a7b34ade093d589adb422ea97d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c60a5a88337d2d63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c60a5a88337d2d63","status":"passed","time":{"start":1707775390229,"stop":1707775390230,"duration":1}}]},"d70938b70d3e5041c6aa53e4ca6e5d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88687eca154f145e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/88687eca154f145e","status":"passed","time":{"start":1707769983278,"stop":1707769983279,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2362450c3af62d84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2362450c3af62d84","status":"passed","time":{"start":1707792820892,"stop":1707792820893,"duration":1}},{"uid":"2c1c98781062ea45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2c1c98781062ea45","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"7a22efc347df463a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a22efc347df463a","status":"passed","time":{"start":1707775046372,"stop":1707775046373,"duration":1}},{"uid":"8b577a58fe562161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b577a58fe562161","status":"passed","time":{"start":1707774848384,"stop":1707774848384,"duration":0}},{"uid":"9b3c033bd0b425fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b3c033bd0b425fe","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1}},{"uid":"272f89fad734073c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272f89fad734073c","status":"passed","time":{"start":1707769648573,"stop":1707769648574,"duration":1}},{"uid":"9e7cb7d26a5f0fcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e7cb7d26a5f0fcc","status":"passed","time":{"start":1707759743254,"stop":1707759743255,"duration":1}},{"uid":"5b9455eafe3e5022","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b9455eafe3e5022","status":"passed","time":{"start":1707757438368,"stop":1707757438368,"duration":0}},{"uid":"2a5bdfe69bd88fb5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a5bdfe69bd88fb5","status":"passed","time":{"start":1707756067010,"stop":1707756067011,"duration":1}},{"uid":"707f8695eafb3028","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/707f8695eafb3028","status":"passed","time":{"start":1707753485650,"stop":1707753485651,"duration":1}},{"uid":"f71d8902b97f341d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f71d8902b97f341d","status":"passed","time":{"start":1707753214696,"stop":1707753214697,"duration":1}},{"uid":"6a919056584f8ca5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a919056584f8ca5","status":"passed","time":{"start":1707750614688,"stop":1707750614689,"duration":1}},{"uid":"e3d71d81d871dd18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e3d71d81d871dd18","status":"passed","time":{"start":1707736532274,"stop":1707736532275,"duration":1}},{"uid":"c5b6e8f0fc1439b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5b6e8f0fc1439b","status":"passed","time":{"start":1707735714124,"stop":1707735714125,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"67543c82acf2c284","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67543c82acf2c284","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0}},{"uid":"5ec53923d3c24341","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ec53923d3c24341","status":"passed","time":{"start":1707778114670,"stop":1707778114670,"duration":0}},{"uid":"140121430f865923","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/140121430f865923","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"adbfae06f912091a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/adbfae06f912091a","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"c66d3a383ff01fdf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c66d3a383ff01fdf","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"9e62a0a061c3a616","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e62a0a061c3a616","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"a50dd29e6fe81702","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a50dd29e6fe81702","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"f247b976a42a7610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f247b976a42a7610","status":"passed","time":{"start":1707757790732,"stop":1707757790732,"duration":0}},{"uid":"ddddbbb5d364f8ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddddbbb5d364f8ac","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"77a5892500c9e91d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77a5892500c9e91d","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"2f500b4e5446f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f500b4e5446f04","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"2cd6109a0db9c730","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cd6109a0db9c730","status":"passed","time":{"start":1707750953973,"stop":1707750953973,"duration":0}},{"uid":"214753652eefd69c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/214753652eefd69c","status":"passed","time":{"start":1707736878963,"stop":1707736878963,"duration":0}},{"uid":"386c743ababa1a6d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/386c743ababa1a6d","status":"passed","time":{"start":1707736081267,"stop":1707736081268,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"259a77639d0ee691","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/259a77639d0ee691","status":"passed","time":{"start":1707792846324,"stop":1707792846325,"duration":1}},{"uid":"4fd5791c7aeaded3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4fd5791c7aeaded3","status":"passed","time":{"start":1707777795164,"stop":1707777795164,"duration":0}},{"uid":"17cbf11733f661a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17cbf11733f661a1","status":"passed","time":{"start":1707775070517,"stop":1707775070517,"duration":0}},{"uid":"c3f716f0deb68be3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3f716f0deb68be3","status":"passed","time":{"start":1707774873412,"stop":1707774873412,"duration":0}},{"uid":"42266912e0fcff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42266912e0fcff","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"duration":0}},{"uid":"2dea9e4c6c8d7110","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2dea9e4c6c8d7110","status":"passed","time":{"start":1707769673026,"stop":1707769673026,"duration":0}},{"uid":"d9a903d74d393f4c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9a903d74d393f4c","status":"passed","time":{"start":1707759767765,"stop":1707759767766,"duration":1}},{"uid":"851894b787aa51da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/851894b787aa51da","status":"passed","time":{"start":1707757463878,"stop":1707757463879,"duration":1}},{"uid":"86ff690cbe6b157c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/86ff690cbe6b157c","status":"passed","time":{"start":1707756091992,"stop":1707756091993,"duration":1}},{"uid":"8103d02e3e45c908","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8103d02e3e45c908","status":"passed","time":{"start":1707753510234,"stop":1707753510235,"duration":1}},{"uid":"a273ded30f59d6d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a273ded30f59d6d0","status":"passed","time":{"start":1707753240422,"stop":1707753240423,"duration":1}},{"uid":"949aa8d6f48b17d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/949aa8d6f48b17d0","status":"passed","time":{"start":1707750639410,"stop":1707750639411,"duration":1}},{"uid":"8424306a1d2f71de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8424306a1d2f71de","status":"passed","time":{"start":1707736555755,"stop":1707736555756,"duration":1}},{"uid":"346e4ebf451d77d4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/346e4ebf451d77d4","status":"passed","time":{"start":1707735739987,"stop":1707735739988,"duration":1}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ca41b915acaffa5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca41b915acaffa5f","status":"passed","time":{"start":1707793230150,"stop":1707793230151,"duration":1}},{"uid":"33ebb49f27df4ff7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33ebb49f27df4ff7","status":"passed","time":{"start":1707778179238,"stop":1707778179238,"duration":0}},{"uid":"7a93fc831854e13f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a93fc831854e13f","status":"passed","time":{"start":1707775471144,"stop":1707775471145,"duration":1}},{"uid":"7fc40f82a89b5a43","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fc40f82a89b5a43","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"6de52dc4d3d4cf1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6de52dc4d3d4cf1e","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"duration":1}},{"uid":"f970f00bd73230a9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f970f00bd73230a9","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"fbb1c864a54a96dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbb1c864a54a96dd","status":"passed","time":{"start":1707760163327,"stop":1707760163337,"duration":10}},{"uid":"ec3f24e7ed951fc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec3f24e7ed951fc7","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"56881178669ab8bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56881178669ab8bd","status":"passed","time":{"start":1707756493173,"stop":1707756493174,"duration":1}},{"uid":"ff236b93f8f54fc7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff236b93f8f54fc7","status":"passed","time":{"start":1707753863565,"stop":1707753863566,"duration":1}},{"uid":"77dbb8b80f1c49db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/77dbb8b80f1c49db","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"f90a23025d9c8ac3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f90a23025d9c8ac3","status":"passed","time":{"start":1707751014387,"stop":1707751014389,"duration":2}},{"uid":"ab345def64d646f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab345def64d646f6","status":"passed","time":{"start":1707736941410,"stop":1707736941412,"duration":2}},{"uid":"73da49c95fc3ef01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73da49c95fc3ef01","status":"passed","time":{"start":1707736158693,"stop":1707736158695,"duration":2}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7b0bd2f3dde818b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7b0bd2f3dde818b","status":"passed","time":{"start":1707793371105,"stop":1707793371106,"duration":1}},{"uid":"18739f178cc8bab5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18739f178cc8bab5","status":"passed","time":{"start":1707778338845,"stop":1707778338845,"duration":0}},{"uid":"d06e37f003926122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d06e37f003926122","status":"passed","time":{"start":1707775602022,"stop":1707775602023,"duration":1}},{"uid":"e9308bd4261e5633","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9308bd4261e5633","status":"passed","time":{"start":1707775390232,"stop":1707775390233,"duration":1}},{"uid":"e394f617e12e0e8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e394f617e12e0e8b","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"830f9940c13fab30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/830f9940c13fab30","status":"passed","time":{"start":1707760301815,"stop":1707760301816,"duration":1}},{"uid":"1db4e094e90bb06e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1db4e094e90bb06e","status":"passed","time":{"start":1707758006711,"stop":1707758006711,"duration":0}},{"uid":"cc97123da5aa0b16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc97123da5aa0b16","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"9fa6a2fd3b7c4081","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fa6a2fd3b7c4081","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"b446271c755f1eb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b446271c755f1eb","status":"passed","time":{"start":1707753782758,"stop":1707753782758,"duration":0}},{"uid":"f834d46e2c24171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f834d46e2c24171","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"bb9e4b99f721cd05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb9e4b99f721cd05","status":"passed","time":{"start":1707737091322,"stop":1707737091323,"duration":1}},{"uid":"fd04f36e57406878","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd04f36e57406878","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f191160c23dce064","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f191160c23dce064","status":"passed","time":{"start":1707792792551,"stop":1707792792552,"duration":1}},{"uid":"a889ccff660e762f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a889ccff660e762f","status":"passed","time":{"start":1707777741289,"stop":1707777741289,"duration":0}},{"uid":"a303b613643a8232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a303b613643a8232","status":"passed","time":{"start":1707775017704,"stop":1707775017705,"duration":1}},{"uid":"56dbe04164b7cc88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56dbe04164b7cc88","status":"passed","time":{"start":1707774819162,"stop":1707774819162,"duration":0}},{"uid":"93b3e54ef9bfd6dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93b3e54ef9bfd6dd","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0}},{"uid":"7b4683679d62fa97","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b4683679d62fa97","status":"passed","time":{"start":1707769619253,"stop":1707769619254,"duration":1}},{"uid":"16f2f187db5b1dac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f2f187db5b1dac","status":"passed","time":{"start":1707759714510,"stop":1707759714510,"duration":0}},{"uid":"186ce098055723a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/186ce098055723a1","status":"passed","time":{"start":1707757408927,"stop":1707757408928,"duration":1}},{"uid":"5d43e20532510b2f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d43e20532510b2f","status":"passed","time":{"start":1707756038654,"stop":1707756038655,"duration":1}},{"uid":"277853a03cd9e752","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/277853a03cd9e752","status":"passed","time":{"start":1707753456823,"stop":1707753456823,"duration":0}},{"uid":"bfb1d6f4a81973c8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bfb1d6f4a81973c8","status":"passed","time":{"start":1707753185030,"stop":1707753185030,"duration":0}},{"uid":"66c9cff1b5ce41cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66c9cff1b5ce41cd","status":"passed","time":{"start":1707750585694,"stop":1707750585694,"duration":0}},{"uid":"d00268d792dc64e4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d00268d792dc64e4","status":"passed","time":{"start":1707736503248,"stop":1707736503248,"duration":0}},{"uid":"ca89fadc5e1903a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca89fadc5e1903a9","status":"passed","time":{"start":1707735684543,"stop":1707735684544,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"97ccb41b5c84f15c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97ccb41b5c84f15c","status":"passed","time":{"start":1707793304786,"stop":1707793304787,"duration":1}},{"uid":"21fa9af07292d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21fa9af07292d843","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"186846f345c7dcc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186846f345c7dcc9","status":"passed","time":{"start":1707775545747,"stop":1707775545747,"duration":0}},{"uid":"e98753a4eebeb3cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e98753a4eebeb3cb","status":"passed","time":{"start":1707775359956,"stop":1707775359957,"duration":1}},{"uid":"88b9626ed00599ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88b9626ed00599ab","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"duration":1}},{"uid":"4e6007994b5fcd87","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e6007994b5fcd87","status":"passed","time":{"start":1707770099499,"stop":1707770099500,"duration":1}},{"uid":"7d05872aa0091591","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d05872aa0091591","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"f9de6edafa1ca09d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f9de6edafa1ca09d","status":"passed","time":{"start":1707757936359,"stop":1707757936368,"duration":9}},{"uid":"aa6d5dc0df9753cd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa6d5dc0df9753cd","status":"passed","time":{"start":1707756564916,"stop":1707756564916,"duration":0}},{"uid":"dfeecea57498938a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfeecea57498938a","status":"passed","time":{"start":1707753906988,"stop":1707753906988,"duration":0}},{"uid":"9dd13968e56a3408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dd13968e56a3408","status":"passed","time":{"start":1707753724178,"stop":1707753724179,"duration":1}},{"uid":"c72df85d358bcf8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c72df85d358bcf8a","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"7dd6091ff38423f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dd6091ff38423f1","status":"passed","time":{"start":1707736996443,"stop":1707736996444,"duration":1}},{"uid":"4e75d2fb7245f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e75d2fb7245f613","status":"passed","time":{"start":1707736227474,"stop":1707736227475,"duration":1}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9362aa3f11102d73","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9362aa3f11102d73","status":"passed","time":{"start":1707793399644,"stop":1707793399644,"duration":0}},{"uid":"a22a3fa0ad453471","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a22a3fa0ad453471","status":"passed","time":{"start":1707778379760,"stop":1707778379761,"duration":1}},{"uid":"9a4a112660f5a259","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9a4a112660f5a259","status":"passed","time":{"start":1707775649284,"stop":1707775649284,"duration":0}},{"uid":"e5e1dc0b72eb68a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e5e1dc0b72eb68a8","status":"passed","time":{"start":1707775456617,"stop":1707775456617,"duration":0}},{"uid":"7348db86280933bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7348db86280933bd","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"duration":0}},{"uid":"9d1b6c269267289b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d1b6c269267289b","status":"passed","time":{"start":1707770165171,"stop":1707770165175,"duration":4}},{"uid":"3a6754aeb6a940c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a6754aeb6a940c1","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"7c6c2ecbaab4975c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c6c2ecbaab4975c","status":"passed","time":{"start":1707758024234,"stop":1707758024234,"duration":0}},{"uid":"c1e9a6ecace9de3c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1e9a6ecace9de3c","status":"passed","time":{"start":1707756662060,"stop":1707756662061,"duration":1}},{"uid":"f382cefc44156943","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f382cefc44156943","status":"passed","time":{"start":1707753975669,"stop":1707753975672,"duration":3}},{"uid":"18ace0b664c9f44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18ace0b664c9f44b","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"f21ace7f81db6b44","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f21ace7f81db6b44","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"96adfbf723743e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96adfbf723743e6","status":"passed","time":{"start":1707737129078,"stop":1707737129078,"duration":0}},{"uid":"6ff7e440888e8311","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6ff7e440888e8311","status":"passed","time":{"start":1707736323077,"stop":1707736323078,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9964382ffd7eb90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9964382ffd7eb90","status":"passed","time":{"start":1707792792554,"stop":1707792792554,"duration":0}},{"uid":"4ea0f394d6768128","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ea0f394d6768128","status":"passed","time":{"start":1707777741291,"stop":1707777741291,"duration":0}},{"uid":"5250bbe3800b9a08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5250bbe3800b9a08","status":"passed","time":{"start":1707775017707,"stop":1707775017707,"duration":0}},{"uid":"4ccf2a7f9a3771aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ccf2a7f9a3771aa","status":"passed","time":{"start":1707774819165,"stop":1707774819165,"duration":0}},{"uid":"f7c6668dc29e0d23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7c6668dc29e0d23","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0}},{"uid":"2291ac34d71b6479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2291ac34d71b6479","status":"passed","time":{"start":1707769619257,"stop":1707769619257,"duration":0}},{"uid":"afaa586d2736739f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/afaa586d2736739f","status":"passed","time":{"start":1707759714513,"stop":1707759714513,"duration":0}},{"uid":"3eb144b77893c2ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3eb144b77893c2ad","status":"passed","time":{"start":1707757408931,"stop":1707757408931,"duration":0}},{"uid":"11ba314405ebacc6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/11ba314405ebacc6","status":"passed","time":{"start":1707756038657,"stop":1707756038657,"duration":0}},{"uid":"44da999b4885602e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44da999b4885602e","status":"passed","time":{"start":1707753456825,"stop":1707753456825,"duration":0}},{"uid":"d9a3ac3f2127f54f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9a3ac3f2127f54f","status":"passed","time":{"start":1707753185032,"stop":1707753185032,"duration":0}},{"uid":"c096136efa3e2b51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c096136efa3e2b51","status":"passed","time":{"start":1707750585696,"stop":1707750585696,"duration":0}},{"uid":"af3abd0b0f0f67d9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af3abd0b0f0f67d9","status":"passed","time":{"start":1707736503253,"stop":1707736503253,"duration":0}},{"uid":"c178904c282b3df3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c178904c282b3df3","status":"passed","time":{"start":1707735684546,"stop":1707735684547,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"10d7fabd67f3b01f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d7fabd67f3b01f","status":"passed","time":{"start":1707793371109,"stop":1707793371109,"duration":0}},{"uid":"c414b8643f1a68b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c414b8643f1a68b7","status":"passed","time":{"start":1707778338849,"stop":1707778338850,"duration":1}},{"uid":"c0c43fd0a1f49d3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0c43fd0a1f49d3b","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"582eaee31a724823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/582eaee31a724823","status":"passed","time":{"start":1707775390238,"stop":1707775390238,"duration":0}},{"uid":"a1f04948a3c2ed93","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1f04948a3c2ed93","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"d61c1b0a50e94f95","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d61c1b0a50e94f95","status":"passed","time":{"start":1707769968722,"stop":1707769968722,"duration":0}},{"uid":"cd2bb7fb983e1ade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd2bb7fb983e1ade","status":"passed","time":{"start":1707760301819,"stop":1707760301820,"duration":1}},{"uid":"349fc9b5c47cdbe8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/349fc9b5c47cdbe8","status":"passed","time":{"start":1707758006715,"stop":1707758006716,"duration":1}},{"uid":"f7ddf2b397285f04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f7ddf2b397285f04","status":"passed","time":{"start":1707756617045,"stop":1707756617046,"duration":1}},{"uid":"57896cb366e7acdd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57896cb366e7acdd","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6cea09b4238c4ec4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6cea09b4238c4ec4","status":"passed","time":{"start":1707753782762,"stop":1707753782763,"duration":1}},{"uid":"d423fa6cae15e1f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d423fa6cae15e1f0","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"bca6394e213702da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bca6394e213702da","status":"passed","time":{"start":1707737091349,"stop":1707737091350,"duration":1}},{"uid":"caf7dedc316e8f48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf7dedc316e8f48","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"49b925b19cdd9cf4e86c7dedbd8584cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1a6db384646077","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1a6db384646077","status":"passed","time":{"start":1707756664011,"stop":1707756664012,"duration":1}}]},"0bb66f8888aea582c09bcb19888ffd3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d47352591afbba4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3d47352591afbba4","status":"passed","time":{"start":1707775205629,"stop":1707775205630,"duration":1}}]},"01a5ffd8f35d87a47e3660a32e2432ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5c7eec79b5a9247","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5c7eec79b5a9247","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1bcfd579b98bd13f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bcfd579b98bd13f","status":"passed","time":{"start":1707793168673,"stop":1707793168674,"duration":1}},{"uid":"f0c0de5c9ea05ef2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0c0de5c9ea05ef2","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"ed673134e2b7a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed673134e2b7a034","status":"passed","time":{"start":1707775409482,"stop":1707775409483,"duration":1}},{"uid":"ad8756101b5dc7aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8756101b5dc7aa","status":"passed","time":{"start":1707775219994,"stop":1707775219995,"duration":1}},{"uid":"fff5b5f58828735e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fff5b5f58828735e","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"34822281557eb1ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/34822281557eb1ec","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"e1580d478c25868e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1580d478c25868e","status":"passed","time":{"start":1707760106455,"stop":1707760106455,"duration":0}},{"uid":"6cd7fc56d08f8eb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cd7fc56d08f8eb7","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"ad1721b6be1692e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad1721b6be1692e2","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"cd12b7672ed24d84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd12b7672ed24d84","status":"passed","time":{"start":1707753796546,"stop":1707753796547,"duration":1}},{"uid":"7457fa8cf52554ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7457fa8cf52554ed","status":"passed","time":{"start":1707753586161,"stop":1707753586162,"duration":1}},{"uid":"9fc0486d2eda784d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fc0486d2eda784d","status":"passed","time":{"start":1707750964800,"stop":1707750964801,"duration":1}},{"uid":"8b39194d9f6854d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8b39194d9f6854d6","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"dc2b4706cda4d581","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc2b4706cda4d581","status":"passed","time":{"start":1707736096388,"stop":1707736096389,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a03d8b494f67075","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a03d8b494f67075","status":"passed","time":{"start":1707792907231,"stop":1707792907233,"duration":2}},{"uid":"1e63a43f26bf8361","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e63a43f26bf8361","status":"passed","time":{"start":1707777859855,"stop":1707777859855,"duration":0}},{"uid":"c636a7c51ae25594","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c636a7c51ae25594","status":"passed","time":{"start":1707775133670,"stop":1707775133671,"duration":1}},{"uid":"9df2f9038cf420ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9df2f9038cf420ac","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"f8177ef6c5de584","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8177ef6c5de584","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"duration":1}},{"uid":"2fa313ee2da6aec2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fa313ee2da6aec2","status":"passed","time":{"start":1707769735036,"stop":1707769735036,"duration":0}},{"uid":"1f5946ce13c3d034","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f5946ce13c3d034","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"7f9eedffcba582fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f9eedffcba582fa","status":"passed","time":{"start":1707757528825,"stop":1707757528825,"duration":0}},{"uid":"4e1e06b855130a22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1e06b855130a22","status":"passed","time":{"start":1707756157294,"stop":1707756157295,"duration":1}},{"uid":"408bc5e9fa637500","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/408bc5e9fa637500","status":"passed","time":{"start":1707753578475,"stop":1707753578475,"duration":0}},{"uid":"a547542039f725f7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a547542039f725f7","status":"passed","time":{"start":1707753307896,"stop":1707753307898,"duration":2}},{"uid":"63569c5239773b94","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/63569c5239773b94","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d57c7f992aeecb40","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d57c7f992aeecb40","status":"passed","time":{"start":1707736629972,"stop":1707736629973,"duration":1}},{"uid":"fb3d447cd82963b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb3d447cd82963b8","status":"passed","time":{"start":1707735809090,"stop":1707735809091,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"124cc08f54808b4b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cc08f54808b4b","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0}},{"uid":"731f22fef2055df6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/731f22fef2055df6","status":"passed","time":{"start":1707778338852,"stop":1707778338852,"duration":0}},{"uid":"ea3e6d4d832174ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3e6d4d832174ac","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"883bee6daadbb5ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/883bee6daadbb5ed","status":"passed","time":{"start":1707775390241,"stop":1707775390243,"duration":2}},{"uid":"9fc0e0ae0bf7d186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc0e0ae0bf7d186","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"5b8c1edb950be2d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b8c1edb950be2d1","status":"passed","time":{"start":1707769968727,"stop":1707769968728,"duration":1}},{"uid":"8538c0c9bc9e9ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8538c0c9bc9e9ca7","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"e7c04dce33b967eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7c04dce33b967eb","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"f13f5e7e7222db35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f13f5e7e7222db35","status":"passed","time":{"start":1707756617049,"stop":1707756617053,"duration":4}},{"uid":"d4ed6d51aa3d7a9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d4ed6d51aa3d7a9a","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"c3521b49dc73ccf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c3521b49dc73ccf1","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"9353b1878431a332","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9353b1878431a332","status":"passed","time":{"start":1707751162319,"stop":1707751162319,"duration":0}},{"uid":"e31eb0f81b2f2b74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e31eb0f81b2f2b74","status":"passed","time":{"start":1707737091351,"stop":1707737091352,"duration":1}},{"uid":"5efe8231dee0c448","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5efe8231dee0c448","status":"passed","time":{"start":1707736260146,"stop":1707736260147,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3732eb0cee9ab3a8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3732eb0cee9ab3a8","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0}},{"uid":"8955225117dac251","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8955225117dac251","status":"passed","time":{"start":1707778338839,"stop":1707778338841,"duration":2}},{"uid":"9c1b28fcd66529f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c1b28fcd66529f4","status":"passed","time":{"start":1707775602020,"stop":1707775602020,"duration":0}},{"uid":"7fa8251ef23ece31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fa8251ef23ece31","status":"passed","time":{"start":1707775390230,"stop":1707775390231,"duration":1}},{"uid":"e2fd8102101f3e2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2fd8102101f3e2c","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1}},{"uid":"b430e32fe7ca5ed8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b430e32fe7ca5ed8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a4e5532fd6d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a4e5532fd6d3","status":"passed","time":{"start":1707758006709,"stop":1707758006710,"duration":1}},{"uid":"9cd708991176b7eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9cd708991176b7eb","status":"passed","time":{"start":1707756617040,"stop":1707756617040,"duration":0}},{"uid":"bc4a8b05c68c1be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc4a8b05c68c1be","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"95b2d051bf5d5c37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/95b2d051bf5d5c37","status":"passed","time":{"start":1707753782756,"stop":1707753782756,"duration":0}},{"uid":"1e2540c74795e252","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1e2540c74795e252","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"40028c7fbc52493f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40028c7fbc52493f","status":"passed","time":{"start":1707737091309,"stop":1707737091310,"duration":1}},{"uid":"a775488c7636eee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a775488c7636eee","status":"passed","time":{"start":1707736260131,"stop":1707736260131,"duration":0}}]},"89e399ff956e66ce1a01c577a48ceada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805700bb2df7900d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805700bb2df7900d","status":"passed","time":{"start":1707778386490,"stop":1707778386490,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"b1cc53f0e332fb03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1cc53f0e332fb03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792815083,"stop":1707792815083,"duration":0}},{"uid":"4214eb0e1691e8d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4214eb0e1691e8d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764433,"stop":1707777764433,"duration":0}},{"uid":"401c462a7cfa88b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/401c462a7cfa88b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040581,"stop":1707775040581,"duration":0}},{"uid":"bd602cfcd68b4657","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd602cfcd68b4657","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842476,"duration":1}},{"uid":"aeb76fa37c84edf0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aeb76fa37c84edf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"5666b3f2657d1de4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5666b3f2657d1de4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642602,"stop":1707769642602,"duration":0}},{"uid":"5bd468ba388fec7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bd468ba388fec7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"49e6e5a2c18377e6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49e6e5a2c18377e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432395,"stop":1707757432395,"duration":0}},{"uid":"26135aacd4fcdf89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26135aacd4fcdf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"cc31ff9b745b51a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc31ff9b745b51a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479977,"duration":1}},{"uid":"c04bb1b95adaf53e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c04bb1b95adaf53e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208675,"stop":1707753208675,"duration":0}},{"uid":"74d9d700913d2ff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74d9d700913d2ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"8fe867ae722a184d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8fe867ae722a184d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526333,"duration":1}},{"uid":"e2dc513d1ac7e897","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e2dc513d1ac7e897","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708009,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6fd002861cc55e5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6fd002861cc55e5e","status":"passed","time":{"start":1707792878412,"stop":1707792878412,"duration":0}},{"uid":"9b8be56a23c5f0bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b8be56a23c5f0bf","status":"passed","time":{"start":1707777826928,"stop":1707777826928,"duration":0}},{"uid":"2b4b49e2665577cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b4b49e2665577cc","status":"passed","time":{"start":1707775103552,"stop":1707775103553,"duration":1}},{"uid":"7716a587f71c08b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7716a587f71c08b0","status":"passed","time":{"start":1707774906441,"stop":1707774906442,"duration":1}},{"uid":"bfe52704055574d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfe52704055574d7","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1}},{"uid":"1598c218609ce646","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1598c218609ce646","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"da0877a74de8c4e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da0877a74de8c4e7","status":"passed","time":{"start":1707759800529,"stop":1707759800530,"duration":1}},{"uid":"ce327034e7dc5aed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce327034e7dc5aed","status":"passed","time":{"start":1707757496501,"stop":1707757496502,"duration":1}},{"uid":"b55761d2c0834ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b55761d2c0834ede","status":"passed","time":{"start":1707756124835,"stop":1707756124835,"duration":0}},{"uid":"5f6351461455a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5f6351461455a031","status":"passed","time":{"start":1707753544135,"stop":1707753544136,"duration":1}},{"uid":"ca4a4394eac28c06","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca4a4394eac28c06","status":"passed","time":{"start":1707753273864,"stop":1707753273864,"duration":0}},{"uid":"baec4fbcaece56d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/baec4fbcaece56d6","status":"passed","time":{"start":1707750672010,"stop":1707750672011,"duration":1}},{"uid":"19237e5933bb4447","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/19237e5933bb4447","status":"passed","time":{"start":1707736588885,"stop":1707736588885,"duration":0}},{"uid":"4669dc42c9151e98","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4669dc42c9151e98","status":"passed","time":{"start":1707735772595,"stop":1707735772595,"duration":0}}]},"ac26135855cb7053071409f1ee7c01b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d71071a4f1f24d88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d71071a4f1f24d88","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e2b61dce9238d6f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2b61dce9238d6f9","status":"passed","time":{"start":1707792800812,"stop":1707792800813,"duration":1}},{"uid":"b28d3104eaed3bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b28d3104eaed3bce","status":"passed","time":{"start":1707777749836,"stop":1707777749841,"duration":5}},{"uid":"5f2bf7a73d9c0353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f2bf7a73d9c0353","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e205f323229d44af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e205f323229d44af","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"bdd89bdd5acacdea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd89bdd5acacdea","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"177768f9771e9139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/177768f9771e9139","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"e7fc1274043c27ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7fc1274043c27ba","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"ee7e970f9b751377","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee7e970f9b751377","status":"passed","time":{"start":1707757417662,"stop":1707757417662,"duration":0}},{"uid":"b8a04520eaf0b266","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b8a04520eaf0b266","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"a871f5f0bce30b4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a871f5f0bce30b4d","status":"passed","time":{"start":1707753465434,"stop":1707753465439,"duration":5}},{"uid":"a378063652825765","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a378063652825765","status":"passed","time":{"start":1707753193774,"stop":1707753193780,"duration":6}},{"uid":"f7b00250116fd4b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7b00250116fd4b5","status":"passed","time":{"start":1707750594358,"stop":1707750594363,"duration":5}},{"uid":"4d8d10ba58091be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d8d10ba58091be7","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"98765370b912bb4c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98765370b912bb4c","status":"passed","time":{"start":1707735693122,"stop":1707735693123,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd9d7f99635012f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd9d7f99635012f3","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0}},{"uid":"cc2c2851e249faa2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cc2c2851e249faa2","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"2729948a6620d9b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2729948a6620d9b4","status":"passed","time":{"start":1707775662264,"stop":1707775662265,"duration":1}},{"uid":"8bf4619f6b5a9b34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bf4619f6b5a9b34","status":"passed","time":{"start":1707775462779,"stop":1707775462780,"duration":1}},{"uid":"813f6cc96429715d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813f6cc96429715d","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"c2fc3f3b557add3d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2fc3f3b557add3d","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"7c8a208f8f5aa540","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7c8a208f8f5aa540","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"be9f11ff6f7426b5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be9f11ff6f7426b5","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"dc451a23e45bd12a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dc451a23e45bd12a","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"8ad59b3ac19b667","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ad59b3ac19b667","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"c1d5dcf1a51380b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c1d5dcf1a51380b7","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"de73913da53289d8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de73913da53289d8","status":"passed","time":{"start":1707737132861,"stop":1707737132862,"duration":1}},{"uid":"871d50dc9998e659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/871d50dc9998e659","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"d502e665ca1d2f40","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d502e665ca1d2f40","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792815083,"stop":1707792815083,"duration":0}},{"uid":"9ac281161e767f44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ac281161e767f44","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764432,"stop":1707777764433,"duration":1}},{"uid":"7b9409998aaf3baf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7b9409998aaf3baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040580,"stop":1707775040581,"duration":1}},{"uid":"434b507321a17268","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/434b507321a17268","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842475,"duration":0}},{"uid":"f1976966cb5437e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1976966cb5437e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"2f07361000344f5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f07361000344f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642601,"stop":1707769642602,"duration":1}},{"uid":"f958ab4d469257ac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f958ab4d469257ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"3d81439e16587f70","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3d81439e16587f70","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432394,"stop":1707757432395,"duration":1}},{"uid":"36109186252fb790","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36109186252fb790","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"b7030c0969523948","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7030c0969523948","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479976,"duration":0}},{"uid":"e27a1d2ba4a394f8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e27a1d2ba4a394f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208674,"stop":1707753208674,"duration":0}},{"uid":"a7082dd3d368ba3d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7082dd3d368ba3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"87faca3943728d26","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/87faca3943728d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526332,"duration":0}},{"uid":"131cc8aeca409f9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/131cc8aeca409f9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708008,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7a63dd7b7594ec47","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7a63dd7b7594ec47","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0}},{"uid":"79833f296fbab7de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/79833f296fbab7de","status":"passed","time":{"start":1707778386477,"stop":1707778386478,"duration":1}},{"uid":"7e5d148dd15b0a35","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e5d148dd15b0a35","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"54d98ca99f95127b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54d98ca99f95127b","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"99dd5e43dbc1d370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99dd5e43dbc1d370","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"f10db749cac4bf35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f10db749cac4bf35","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"5909edaa04af9d6a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5909edaa04af9d6a","status":"passed","time":{"start":1707760335943,"stop":1707760335943,"duration":0}},{"uid":"99a26a94adc6641d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99a26a94adc6641d","status":"passed","time":{"start":1707758023529,"stop":1707758023530,"duration":1}},{"uid":"d4d0799a03a6121a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4d0799a03a6121a","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"9285722ab43883b1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9285722ab43883b1","status":"passed","time":{"start":1707753837164,"stop":1707753837165,"duration":1}},{"uid":"9def6bff755d39f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9def6bff755d39f4","status":"passed","time":{"start":1707751136281,"stop":1707751136281,"duration":0}},{"uid":"99a3557b08e62b43","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/99a3557b08e62b43","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"d274d2460e81edc1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d274d2460e81edc1","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e9a5e84d0bd4f9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e9a5e84d0bd4f9a","status":"passed","time":{"start":1707793230152,"stop":1707793230153,"duration":1}},{"uid":"de4b0a17c727a8c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de4b0a17c727a8c8","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"69ed93bfd7192f8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69ed93bfd7192f8c","status":"passed","time":{"start":1707775471153,"stop":1707775471154,"duration":1}},{"uid":"6c8aa62b3f88ca52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c8aa62b3f88ca52","status":"passed","time":{"start":1707775271441,"stop":1707775271442,"duration":1}},{"uid":"48c1b4be0f175ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48c1b4be0f175ef1","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0}},{"uid":"a8b242dcfcef8237","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a8b242dcfcef8237","status":"passed","time":{"start":1707770054151,"stop":1707770054151,"duration":0}},{"uid":"acfb6d56757f7ef3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acfb6d56757f7ef3","status":"passed","time":{"start":1707760163378,"stop":1707760163379,"duration":1}},{"uid":"53dd7e6f89239e42","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/53dd7e6f89239e42","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"e713711699ab97f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e713711699ab97f3","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"c678af7cc4f71951","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c678af7cc4f71951","status":"passed","time":{"start":1707753863572,"stop":1707753863572,"duration":0}},{"uid":"950aafd887c8731e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/950aafd887c8731e","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"a35dce16c3f3863a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35dce16c3f3863a","status":"passed","time":{"start":1707751014399,"stop":1707751014400,"duration":1}},{"uid":"8c9f83dace1e8064","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c9f83dace1e8064","status":"passed","time":{"start":1707736941414,"stop":1707736941415,"duration":1}},{"uid":"c65a30c91035362","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c65a30c91035362","status":"passed","time":{"start":1707736158698,"stop":1707736158700,"duration":2}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"5945be84978c5089","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5945be84978c5089","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792958831,"stop":1707792958832,"duration":1}},{"uid":"a4a1002283bfac91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a1002283bfac91","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997106,"stop":1707777997106,"duration":0}},{"uid":"8e33e745537c40f7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e33e745537c40f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275748,"stop":1707775275748,"duration":0}},{"uid":"f4d400abb5b3a33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f4d400abb5b3a33c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085878,"stop":1707775085879,"duration":1}},{"uid":"455073d5feaee324","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455073d5feaee324","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018834,"stop":1707770018834,"duration":0}},{"uid":"98e31e6892b859cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e31e6892b859cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883314,"stop":1707769883315,"duration":1}},{"uid":"1184472330e806e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1184472330e806e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"1d338d01cd93e31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d338d01cd93e31b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676037,"stop":1707757676037,"duration":0}},{"uid":"4d0daa98279f1be9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d0daa98279f1be9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"2527c9aedbd3733c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2527c9aedbd3733c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"3aa2eaf1873b0586","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3aa2eaf1873b0586","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"5cd59c560fe602bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd59c560fe602bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840032,"stop":1707750840032,"duration":0}},{"uid":"e58c12e18599e044","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58c12e18599e044","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765000,"stop":1707736765000,"duration":0}},{"uid":"7d36a4f32cec7b84","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d36a4f32cec7b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"28bd06466a44973bbe4282be84f85a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b520dfa7ae6cf87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b520dfa7ae6cf87","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd58276e68349186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd58276e68349186","status":"passed","time":{"start":1707792958832,"stop":1707792958832,"duration":0}},{"uid":"d6a9acea790122d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6a9acea790122d","status":"passed","time":{"start":1707777997106,"stop":1707777997107,"duration":1}},{"uid":"46be25c23403927c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46be25c23403927c","status":"passed","time":{"start":1707775275748,"stop":1707775275749,"duration":1}},{"uid":"14afc27afce81b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14afc27afce81b2d","status":"passed","time":{"start":1707775085879,"stop":1707775085879,"duration":0}},{"uid":"1e2e7d7254f6d752","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e2e7d7254f6d752","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"duration":1}},{"uid":"8dbb36be5ac9bcc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbb36be5ac9bcc5","status":"passed","time":{"start":1707769883315,"stop":1707769883316,"duration":1}},{"uid":"43ba453172c9110","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/43ba453172c9110","status":"passed","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"7629b78d5f765bea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7629b78d5f765bea","status":"passed","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"122d3185aa5aa472","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/122d3185aa5aa472","status":"passed","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"7a0bd9eb1899944f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a0bd9eb1899944f","status":"passed","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"50014e1bcbc2e64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50014e1bcbc2e64a","status":"passed","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"50353e0cd503708e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/50353e0cd503708e","status":"passed","time":{"start":1707750840033,"stop":1707750840033,"duration":0}},{"uid":"e5c0dc668e686824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5c0dc668e686824","status":"passed","time":{"start":1707736765000,"stop":1707736765001,"duration":1}},{"uid":"84b0b3416ddd15a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84b0b3416ddd15a","status":"passed","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6042f4a52f2a143e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6042f4a52f2a143e","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0}},{"uid":"82f99f223bb8ea3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82f99f223bb8ea3d","status":"passed","time":{"start":1707778251797,"stop":1707778251798,"duration":1}},{"uid":"cbf87db5c3920480","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cbf87db5c3920480","status":"passed","time":{"start":1707775540340,"stop":1707775540341,"duration":1}},{"uid":"fc7c3bf9cd37371b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc7c3bf9cd37371b","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"1608ec5fa614866e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1608ec5fa614866e","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"4e962248241760fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e962248241760fb","status":"passed","time":{"start":1707770045976,"stop":1707770045977,"duration":1}},{"uid":"690357dc44704096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/690357dc44704096","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"b4ad504c1a8554a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4ad504c1a8554a7","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"c6aec5438227e215","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6aec5438227e215","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"d95158e45a949269","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d95158e45a949269","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"85e3d126b9c56e85","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85e3d126b9c56e85","status":"passed","time":{"start":1707753708970,"stop":1707753708971,"duration":1}},{"uid":"982914b30adb9cdc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/982914b30adb9cdc","status":"passed","time":{"start":1707751075910,"stop":1707751075911,"duration":1}},{"uid":"5e06284fad7ba9f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e06284fad7ba9f9","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"7658dd5a4fd3ffeb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7658dd5a4fd3ffeb","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8279a10bff3b46fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8279a10bff3b46fc","status":"passed","time":{"start":1707793028290,"stop":1707793028291,"duration":1}},{"uid":"d2672f2c70ee28ab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d2672f2c70ee28ab","status":"passed","time":{"start":1707777973006,"stop":1707777973009,"duration":3}},{"uid":"970f828a155ac13a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/970f828a155ac13a","status":"passed","time":{"start":1707775244535,"stop":1707775244536,"duration":1}},{"uid":"e7c35206ea65786f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7c35206ea65786f","status":"passed","time":{"start":1707775050824,"stop":1707775050825,"duration":1}},{"uid":"b682ed96ee2e7243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b682ed96ee2e7243","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"duration":1}},{"uid":"968e28466d117cfb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/968e28466d117cfb","status":"passed","time":{"start":1707769843152,"stop":1707769843153,"duration":1}},{"uid":"97daa71c55ec1ea1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97daa71c55ec1ea1","status":"passed","time":{"start":1707759965212,"stop":1707759965219,"duration":7}},{"uid":"48edc474cddd2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/48edc474cddd2105","status":"passed","time":{"start":1707757644396,"stop":1707757644397,"duration":1}},{"uid":"1b4963bfe76b749f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b4963bfe76b749f","status":"passed","time":{"start":1707756267918,"stop":1707756267919,"duration":1}},{"uid":"6f09c270c9a64baa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f09c270c9a64baa","status":"passed","time":{"start":1707753668084,"stop":1707753668085,"duration":1}},{"uid":"abfad69a12f56102","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfad69a12f56102","status":"passed","time":{"start":1707753423544,"stop":1707753423544,"duration":0}},{"uid":"70a85accb19400e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70a85accb19400e7","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"484c470ceaa2a08a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/484c470ceaa2a08a","status":"passed","time":{"start":1707736730662,"stop":1707736730662,"duration":0}},{"uid":"4b0f2f6680bd0abd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b0f2f6680bd0abd","status":"passed","time":{"start":1707735912135,"stop":1707735912136,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d180082a30caa7f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d180082a30caa7f","status":"passed","time":{"start":1707777997117,"stop":1707777997117,"duration":0}},{"uid":"425712c8436d25f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/425712c8436d25f5","status":"passed","time":{"start":1707775275755,"stop":1707775275756,"duration":1}},{"uid":"354645c0a424bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/354645c0a424bc4a","status":"passed","time":{"start":1707775085893,"stop":1707775085894,"duration":1}},{"uid":"5dc3e6510753d012","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5dc3e6510753d012","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"duration":1}},{"uid":"f7407898c89605f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7407898c89605f0","status":"passed","time":{"start":1707769883327,"stop":1707769883327,"duration":0}},{"uid":"967d10e39080db7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/967d10e39080db7a","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"16aba1f68852e06a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/16aba1f68852e06a","status":"passed","time":{"start":1707757676047,"stop":1707757676048,"duration":1}},{"uid":"a3c15969d873692a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3c15969d873692a","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"57d4d464198170b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d4d464198170b4","status":"passed","time":{"start":1707753713253,"stop":1707753713261,"duration":8}},{"uid":"b0d83330ffe21de4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b0d83330ffe21de4","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"10c518fcde290403","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c518fcde290403","status":"passed","time":{"start":1707750840049,"stop":1707750840049,"duration":0}},{"uid":"cb0cc2f64e4e710b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb0cc2f64e4e710b","status":"passed","time":{"start":1707736765042,"stop":1707736765043,"duration":1}},{"uid":"95af660954fe5635","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95af660954fe5635","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b54a87418b625d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b54a87418b625d2","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0}},{"uid":"7e67d1a0237eac57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e67d1a0237eac57","status":"passed","time":{"start":1707778114672,"stop":1707778114672,"duration":0}},{"uid":"862ddb52042f72e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/862ddb52042f72e9","status":"passed","time":{"start":1707775395374,"stop":1707775395374,"duration":0}},{"uid":"8f7bbdbf0b5e0cf6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f7bbdbf0b5e0cf6","status":"passed","time":{"start":1707775205626,"stop":1707775205627,"duration":1}},{"uid":"e91f7de77bf89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e91f7de77bf89d","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1}},{"uid":"37dc22e49516bb74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/37dc22e49516bb74","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"765a168bd71a33ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/765a168bd71a33ec","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"fe075081aea2f18b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fe075081aea2f18b","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"beccb5ef4d084e15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/beccb5ef4d084e15","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"7af40c46e261446c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7af40c46e261446c","status":"passed","time":{"start":1707753793187,"stop":1707753793188,"duration":1}},{"uid":"357cd97e2478634b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/357cd97e2478634b","status":"passed","time":{"start":1707753573527,"stop":1707753573528,"duration":1}},{"uid":"a963e4450f530063","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a963e4450f530063","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"55dc98d108506469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55dc98d108506469","status":"passed","time":{"start":1707736878965,"stop":1707736878965,"duration":0}},{"uid":"ea3e3f3c4ea9c0d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea3e3f3c4ea9c0d3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"8ac67a264c65309b9af25d61ca8c252c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf78cedffb34522a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf78cedffb34522a","status":"passed","time":{"start":1707736878968,"stop":1707736878969,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3c2e39983ff073a8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c2e39983ff073a8","status":"passed","time":{"start":1707793153213,"stop":1707793153213,"duration":0}},{"uid":"8eaf5090886d8d2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8eaf5090886d8d2c","status":"passed","time":{"start":1707778114665,"stop":1707778114665,"duration":0}},{"uid":"7c78e8ff8dcdb274","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c78e8ff8dcdb274","status":"passed","time":{"start":1707775395368,"stop":1707775395369,"duration":1}},{"uid":"c24899f00f01f6aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c24899f00f01f6aa","status":"passed","time":{"start":1707775205621,"stop":1707775205622,"duration":1}},{"uid":"43f099860706ef9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43f099860706ef9e","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1}},{"uid":"96e3c39b5abcc150","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96e3c39b5abcc150","status":"passed","time":{"start":1707769983266,"stop":1707769983266,"duration":0}},{"uid":"c6dda8bd84209834","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6dda8bd84209834","status":"passed","time":{"start":1707760095395,"stop":1707760095396,"duration":1}},{"uid":"c34e3ba69e58c766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c34e3ba69e58c766","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"1427a44f9f866f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1427a44f9f866f89","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"7e552577826221ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e552577826221ee","status":"passed","time":{"start":1707753793182,"stop":1707753793182,"duration":0}},{"uid":"882559af6810e7d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/882559af6810e7d0","status":"passed","time":{"start":1707753573522,"stop":1707753573522,"duration":0}},{"uid":"9facbe00fb81e130","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9facbe00fb81e130","status":"passed","time":{"start":1707750953969,"stop":1707750953970,"duration":1}},{"uid":"44ebc586ec458da7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ebc586ec458da7","status":"passed","time":{"start":1707736878959,"stop":1707736878959,"duration":0}},{"uid":"cb8299e2eddc725a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb8299e2eddc725a","status":"passed","time":{"start":1707736081264,"stop":1707736081264,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"977336ca81ab0ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/977336ca81ab0ce7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793153228,"stop":1707793153229,"duration":1}},{"uid":"4abab40446160cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4abab40446160cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"15775c909681d49d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15775c909681d49d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"b10a92db3297bfff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b10a92db3297bfff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205634,"stop":1707775205635,"duration":1}},{"uid":"c34efc1b55faca25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34efc1b55faca25","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"748b10cc85aafbda","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/748b10cc85aafbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983283,"stop":1707769983283,"duration":0}},{"uid":"108ffd9ae6d0294b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/108ffd9ae6d0294b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"7b4688923cb5574a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7b4688923cb5574a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790739,"stop":1707757790740,"duration":1}},{"uid":"cbc3caa11600ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbc3caa11600ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"8bd7c2412213c3ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bd7c2412213c3ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793195,"stop":1707753793196,"duration":1}},{"uid":"316975876b9547ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/316975876b9547ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573536,"stop":1707753573536,"duration":0}},{"uid":"9e6d749f82e4cf2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e6d749f82e4cf2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953985,"stop":1707750953985,"duration":0}},{"uid":"788982740a5b7373","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/788982740a5b7373","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"c363c19fbe628c7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c363c19fbe628c7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"b1401f7b8a78db9ee342c3a7eb170afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96668e00bfdbbf75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96668e00bfdbbf75","status":"passed","time":{"start":1707753782754,"stop":1707753782754,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"df8768a161749bb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df8768a161749bb1","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"duration":0}},{"uid":"d826f622ef976e0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d826f622ef976e0d","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"adc6b5398e01fb0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/adc6b5398e01fb0a","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"37b5ebb797218d86","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37b5ebb797218d86","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"710cbfae766bf222","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/710cbfae766bf222","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"9a046d4121ae20d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a046d4121ae20d","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"af8df4e19f58ff66","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8df4e19f58ff66","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"3a61d4c7aa7bb855","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a61d4c7aa7bb855","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"7bf35fad5a98d35e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7bf35fad5a98d35e","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"c3b5ddb052412786","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3b5ddb052412786","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"338f4cdcb8804179","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/338f4cdcb8804179","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"fb69a8e2721a5302","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb69a8e2721a5302","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"d678f8f11f1a346f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d678f8f11f1a346f","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"1a06d249c710077f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a06d249c710077f","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22c2549a69cfe8ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22c2549a69cfe8ae","status":"passed","time":{"start":1707792792548,"stop":1707792792549,"duration":1}},{"uid":"fc64d29232b70c33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc64d29232b70c33","status":"passed","time":{"start":1707777741285,"stop":1707777741285,"duration":0}},{"uid":"83090d386f70f865","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83090d386f70f865","status":"passed","time":{"start":1707775017701,"stop":1707775017701,"duration":0}},{"uid":"af1ff5b9ca562af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1ff5b9ca562af5","status":"passed","time":{"start":1707774819158,"stop":1707774819159,"duration":1}},{"uid":"9fdec57b1ccd949a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fdec57b1ccd949a","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1}},{"uid":"42571a0c28efb603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42571a0c28efb603","status":"passed","time":{"start":1707769619247,"stop":1707769619247,"duration":0}},{"uid":"8e3b399315f1c390","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e3b399315f1c390","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"72d678460801c761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72d678460801c761","status":"passed","time":{"start":1707757408921,"stop":1707757408922,"duration":1}},{"uid":"fe91eba357d07c4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe91eba357d07c4b","status":"passed","time":{"start":1707756038649,"stop":1707756038650,"duration":1}},{"uid":"fefbe57d8442af5a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fefbe57d8442af5a","status":"passed","time":{"start":1707753456819,"stop":1707753456820,"duration":1}},{"uid":"5f0108c8d01cccb3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5f0108c8d01cccb3","status":"passed","time":{"start":1707753185026,"stop":1707753185027,"duration":1}},{"uid":"fe9b0906b3de6dd0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe9b0906b3de6dd0","status":"passed","time":{"start":1707750585690,"stop":1707750585690,"duration":0}},{"uid":"f68d01925b39ab50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f68d01925b39ab50","status":"passed","time":{"start":1707736503242,"stop":1707736503243,"duration":1}},{"uid":"9daed5f0d2ecfa7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9daed5f0d2ecfa7b","status":"passed","time":{"start":1707735684540,"stop":1707735684540,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"3df7ef17fc92e5f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3df7ef17fc92e5f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371107,"stop":1707793371107,"duration":0}},{"uid":"9e14405b6b6b4da6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e14405b6b6b4da6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"dffe241898511a66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dffe241898511a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"981aeb047a72ffd7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/981aeb047a72ffd7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390235,"stop":1707775390236,"duration":1}},{"uid":"9b0adace1dcca41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b0adace1dcca41","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"be511dd093b77c30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/be511dd093b77c30","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301817,"stop":1707760301818,"duration":1}},{"uid":"f5868c05181d42da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5868c05181d42da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"ff3f1506a72f2a17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff3f1506a72f2a17","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617043,"stop":1707756617044,"duration":1}},{"uid":"8ca6cf5648572ca4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ca6cf5648572ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"9dccea377855269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dccea377855269","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"d72bb125e9325f66","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d72bb125e9325f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"c5496ba1f3d25db6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5496ba1f3d25db6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091339,"stop":1707737091340,"duration":1}},{"uid":"70957225502811","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70957225502811","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0e16b14a0aab2dc9885db60245a4c2a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45cd6a80c8bfc441","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45cd6a80c8bfc441","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c0345a78bc75334","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c0345a78bc75334","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0}},{"uid":"1b768aa119b421aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b768aa119b421aa","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"3a343379004ea8b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a343379004ea8b2","status":"passed","time":{"start":1707775026264,"stop":1707775026265,"duration":1}},{"uid":"233e89e0da0e804d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/233e89e0da0e804d","status":"passed","time":{"start":1707774827854,"stop":1707774827855,"duration":1}},{"uid":"35ccd87db40fcadf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35ccd87db40fcadf","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1}},{"uid":"d27d44fe4952245f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d27d44fe4952245f","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"8f1fb0d86991d502","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8f1fb0d86991d502","status":"passed","time":{"start":1707759722865,"stop":1707759722866,"duration":1}},{"uid":"df562a98a6f8ac47","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df562a98a6f8ac47","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"6b77daabe794db8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b77daabe794db8e","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"d2ce833160c949d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2ce833160c949d8","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"6c164090f02227fd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c164090f02227fd","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"13afa361d576bd7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13afa361d576bd7f","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"252a97fa70c18ef8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/252a97fa70c18ef8","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"44a2d3ddf20ded4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44a2d3ddf20ded4a","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"916632f996f80af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/916632f996f80af0","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0}},{"uid":"d82a47266dd0755b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d82a47266dd0755b","status":"passed","time":{"start":1707778394552,"stop":1707778394552,"duration":0}},{"uid":"300cce7faa91f35b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300cce7faa91f35b","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"cc431db2a26aec11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc431db2a26aec11","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"f70f6233c3af1e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f70f6233c3af1e5","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"5a838bd07fb68ab4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a838bd07fb68ab4","status":"passed","time":{"start":1707770180415,"stop":1707770180416,"duration":1}},{"uid":"52f966ab49c80186","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52f966ab49c80186","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"2c43b282d14462e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c43b282d14462e3","status":"passed","time":{"start":1707758036860,"stop":1707758036861,"duration":1}},{"uid":"12ceef47cf08ad63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12ceef47cf08ad63","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"b9ee511e969416f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9ee511e969416f6","status":"passed","time":{"start":1707753994323,"stop":1707753994323,"duration":0}},{"uid":"93f8b8850308d782","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93f8b8850308d782","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"b34bbcfec069162e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b34bbcfec069162e","status":"passed","time":{"start":1707737132859,"stop":1707737132859,"duration":0}},{"uid":"62d1eac94c8e3108","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/62d1eac94c8e3108","status":"passed","time":{"start":1707736343132,"stop":1707736343133,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a49bae0e9e233f16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a49bae0e9e233f16","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0}},{"uid":"dc17d0548354e0af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc17d0548354e0af","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"d163d3fdde009add","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d163d3fdde009add","status":"passed","time":{"start":1707775685041,"stop":1707775685041,"duration":0}},{"uid":"3ffdfd34479a2d1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ffdfd34479a2d1c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"7675f37f190c0aa6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7675f37f190c0aa6","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0}},{"uid":"bb6cd8028907a1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bb6cd8028907a1e","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"422cb81b35d644ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422cb81b35d644ef","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"160fb741ba1b0c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160fb741ba1b0c5","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"8ba125195ad5ffc9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ba125195ad5ffc9","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"7a5931082b0bbed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a5931082b0bbed2","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"7f092eafc31d536b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f092eafc31d536b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"9a628838df34ad80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a628838df34ad80","status":"passed","time":{"start":1707737173830,"stop":1707737173830,"duration":0}},{"uid":"67e59921c67b0f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67e59921c67b0f70","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"72e6e3f92d6eed73","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72e6e3f92d6eed73","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"duration":0}},{"uid":"a31ec55702744001","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a31ec55702744001","status":"passed","time":{"start":1707778202504,"stop":1707778202505,"duration":1}},{"uid":"a3ab43c020dde6a2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ab43c020dde6a2","status":"passed","time":{"start":1707775486641,"stop":1707775486641,"duration":0}},{"uid":"c1962f8e64921a51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1962f8e64921a51","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}},{"uid":"aa2392036f0a992e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2392036f0a992e","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"ee5d5f74c24bc57d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee5d5f74c24bc57d","status":"passed","time":{"start":1707770051402,"stop":1707770051403,"duration":1}},{"uid":"9a60db8277872505","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a60db8277872505","status":"passed","time":{"start":1707760174033,"stop":1707760174033,"duration":0}},{"uid":"b3a7a1652a94783","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3a7a1652a94783","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"7918dbf7bb196078","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7918dbf7bb196078","status":"passed","time":{"start":1707756499936,"stop":1707756499938,"duration":2}},{"uid":"9362154281ec78d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9362154281ec78d2","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}},{"uid":"6ffd0afe8570dd22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ffd0afe8570dd22","status":"passed","time":{"start":1707753647526,"stop":1707753647528,"duration":2}},{"uid":"1a282d2ced5af51f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a282d2ced5af51f","status":"passed","time":{"start":1707751019576,"stop":1707751019577,"duration":1}},{"uid":"18fcacf5c465a191","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18fcacf5c465a191","status":"passed","time":{"start":1707736947858,"stop":1707736947859,"duration":1}},{"uid":"4e8b21e70b5eab08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e8b21e70b5eab08","status":"passed","time":{"start":1707736152511,"stop":1707736152511,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"54a2042a900b4a3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54a2042a900b4a3d","status":"passed","time":{"start":1707792800221,"stop":1707792800221,"duration":0}},{"uid":"75a84d667dc3b5ad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75a84d667dc3b5ad","status":"passed","time":{"start":1707777749177,"stop":1707777749177,"duration":0}},{"uid":"4575fd179b271344","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4575fd179b271344","status":"passed","time":{"start":1707775025667,"stop":1707775025667,"duration":0}},{"uid":"b8fbedd7e9d84298","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8fbedd7e9d84298","status":"passed","time":{"start":1707774827226,"stop":1707774827226,"duration":0}},{"uid":"61f084fef4d0b606","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61f084fef4d0b606","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1}},{"uid":"d5fbad0406871843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d5fbad0406871843","status":"passed","time":{"start":1707769627435,"stop":1707769627435,"duration":0}},{"uid":"689f3beec74251b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/689f3beec74251b","status":"passed","time":{"start":1707759722243,"stop":1707759722243,"duration":0}},{"uid":"17a0fb747f3312a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/17a0fb747f3312a1","status":"passed","time":{"start":1707757416958,"stop":1707757416958,"duration":0}},{"uid":"d4a50893719429ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4a50893719429ea","status":"passed","time":{"start":1707756046563,"stop":1707756046564,"duration":1}},{"uid":"54f6d71383d22409","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54f6d71383d22409","status":"passed","time":{"start":1707753464797,"stop":1707753464797,"duration":0}},{"uid":"aa7e24d5ba03367c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aa7e24d5ba03367c","status":"passed","time":{"start":1707753193096,"stop":1707753193096,"duration":0}},{"uid":"185bb6128cee8fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/185bb6128cee8fa","status":"passed","time":{"start":1707750593614,"stop":1707750593614,"duration":0}},{"uid":"51d183189e7d067f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51d183189e7d067f","status":"passed","time":{"start":1707736511026,"stop":1707736511026,"duration":0}},{"uid":"de772be5bf04d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/de772be5bf04d778","status":"passed","time":{"start":1707735692460,"stop":1707735692460,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e8b4cc0bba48231","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e8b4cc0bba48231","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0}},{"uid":"748439a7561ab791","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/748439a7561ab791","status":"passed","time":{"start":1707778194718,"stop":1707778194719,"duration":1}},{"uid":"75468132f9f873c1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75468132f9f873c1","status":"passed","time":{"start":1707775487316,"stop":1707775487317,"duration":1}},{"uid":"61d75043a1b5eb9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/61d75043a1b5eb9d","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"db33f0ef6e592f61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db33f0ef6e592f61","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0}},{"uid":"8ed955e8e404c7cc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ed955e8e404c7cc","status":"passed","time":{"start":1707770006113,"stop":1707770006114,"duration":1}},{"uid":"614bc7414f1378c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/614bc7414f1378c0","status":"passed","time":{"start":1707760178497,"stop":1707760178497,"duration":0}},{"uid":"bcd654878ac088d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcd654878ac088d3","status":"passed","time":{"start":1707757871588,"stop":1707757871588,"duration":0}},{"uid":"fd913dbc62e0d89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd913dbc62e0d89c","status":"passed","time":{"start":1707756509484,"stop":1707756509484,"duration":0}},{"uid":"179ad8af483abc0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/179ad8af483abc0b","status":"passed","time":{"start":1707753810716,"stop":1707753810716,"duration":0}},{"uid":"66311946d0d8439d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66311946d0d8439d","status":"passed","time":{"start":1707753662127,"stop":1707753662128,"duration":1}},{"uid":"d8981193ac448cbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8981193ac448cbf","status":"passed","time":{"start":1707751020602,"stop":1707751020602,"duration":0}},{"uid":"266fe4d003860ebe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266fe4d003860ebe","status":"passed","time":{"start":1707736955778,"stop":1707736955778,"duration":0}},{"uid":"73d54478064b5848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73d54478064b5848","status":"passed","time":{"start":1707736167317,"stop":1707736167318,"duration":1}}]},"7fd8b2fc4c272f56caffa03d552209c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2101ff86f15d12cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2101ff86f15d12cf","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"656882ca0c470dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/656882ca0c470dcd","status":"passed","time":{"start":1707793012465,"stop":1707793012465,"duration":0}},{"uid":"b6d3e8f0bdbdb527","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6d3e8f0bdbdb527","status":"passed","time":{"start":1707777977659,"stop":1707777977659,"duration":0}},{"uid":"c8107b91c535b588","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c8107b91c535b588","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"10201374160e5068","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10201374160e5068","status":"passed","time":{"start":1707775081996,"stop":1707775081996,"duration":0}},{"uid":"f5ad8ec457da5d4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ad8ec457da5d4d","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"5bab5c96483a2b4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bab5c96483a2b4f","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"ad756c2d1d4b06da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ad756c2d1d4b06da","status":"passed","time":{"start":1707759921446,"stop":1707759921446,"duration":0}},{"uid":"1690ae4afefd8342","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1690ae4afefd8342","status":"passed","time":{"start":1707757624870,"stop":1707757624870,"duration":0}},{"uid":"fe9dd03c264ac4d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe9dd03c264ac4d8","status":"passed","time":{"start":1707756261744,"stop":1707756261745,"duration":1}},{"uid":"5bafd8fabe5ba127","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bafd8fabe5ba127","status":"passed","time":{"start":1707753651135,"stop":1707753651136,"duration":1}},{"uid":"364d45d6c7a24192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/364d45d6c7a24192","status":"passed","time":{"start":1707753409579,"stop":1707753409579,"duration":0}},{"uid":"36c5bd42c49a07a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c5bd42c49a07a3","status":"passed","time":{"start":1707750722037,"stop":1707750722037,"duration":0}},{"uid":"ebb8278b36c45ffa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebb8278b36c45ffa","status":"passed","time":{"start":1707736708317,"stop":1707736708318,"duration":1}},{"uid":"28b267fda1f07030","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/28b267fda1f07030","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bace446017574fd7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bace446017574fd7","status":"passed","time":{"start":1707792919941,"stop":1707792919942,"duration":1}},{"uid":"75c346a6a6fe4995","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75c346a6a6fe4995","status":"passed","time":{"start":1707777865443,"stop":1707777865444,"duration":1}},{"uid":"c7c950fb1e863aa5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7c950fb1e863aa5","status":"passed","time":{"start":1707775140806,"stop":1707775140807,"duration":1}},{"uid":"69f26db9b1e8f209","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69f26db9b1e8f209","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"7b276a33afe43ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b276a33afe43ac9","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0}},{"uid":"fb46f6a02a10754d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb46f6a02a10754d","status":"passed","time":{"start":1707769737620,"stop":1707769737620,"duration":0}},{"uid":"99047512eb029f7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99047512eb029f7c","status":"passed","time":{"start":1707759835149,"stop":1707759835149,"duration":0}},{"uid":"831a4c62ecb68f08","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/831a4c62ecb68f08","status":"passed","time":{"start":1707757529705,"stop":1707757529706,"duration":1}},{"uid":"1494cc6e21172fc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1494cc6e21172fc8","status":"passed","time":{"start":1707756164076,"stop":1707756164076,"duration":0}},{"uid":"fa3de8c2dcd00a0f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fa3de8c2dcd00a0f","status":"passed","time":{"start":1707753566689,"stop":1707753566689,"duration":0}},{"uid":"cc932f29f81c4381","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc932f29f81c4381","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"9035b120277a3e6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9035b120277a3e6a","status":"passed","time":{"start":1707750698718,"stop":1707750698718,"duration":0}},{"uid":"af6828fb9dd90cc2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af6828fb9dd90cc2","status":"passed","time":{"start":1707736624913,"stop":1707736624913,"duration":0}},{"uid":"ffc84035243d014","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc84035243d014","status":"passed","time":{"start":1707735814292,"stop":1707735814292,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"c1e00d1c31f15bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e00d1c31f15bf1","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"duration":0}},{"uid":"4aa95f24a7c508a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4aa95f24a7c508a1","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"67bc2ee96685616b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67bc2ee96685616b","status":"passed","time":{"start":1707775685036,"stop":1707775685037,"duration":1}},{"uid":"b17ad214ac1d13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b17ad214ac1d13","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"d85d879e83b755da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d85d879e83b755da","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"a61d7d02a9746bdd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a61d7d02a9746bdd","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"d2539fee87c53434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2539fee87c53434","status":"passed","time":{"start":1707760374686,"stop":1707760374687,"duration":1}},{"uid":"e0d3e1e190f35c92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e0d3e1e190f35c92","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707758004337,"stop":1707758004337,"duration":0}},{"uid":"ce81873777c91901","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce81873777c91901","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"116886b1467e5ab9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/116886b1467e5ab9","status":"passed","time":{"start":1707754051795,"stop":1707754051796,"duration":1}},{"uid":"1c79ea7550b98589","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c79ea7550b98589","status":"passed","time":{"start":1707753877935,"stop":1707753877936,"duration":1}},{"uid":"c9d78cba9c126f7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d78cba9c126f7f","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"cb58cb7c2a461a72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb58cb7c2a461a72","status":"passed","time":{"start":1707737173826,"stop":1707737173827,"duration":1}},{"uid":"7459ab4518ee117f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7459ab4518ee117f","status":"passed","time":{"start":1707736353047,"stop":1707736353048,"duration":1}}]},"fb76029ca2b7b8215602e5951a9be529:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67caea866b4fcfb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67caea866b4fcfb6","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ce3c8a69faf9a0e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ce3c8a69faf9a0e","status":"passed","time":{"start":1707793168688,"stop":1707793168694,"duration":6}},{"uid":"df0d33680b52bb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df0d33680b52bb8f","status":"passed","time":{"start":1707778126351,"stop":1707778126352,"duration":1}},{"uid":"4aa6873c11be20e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4aa6873c11be20e","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"226b7689c9e41c4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/226b7689c9e41c4b","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"9c22f33a3d4fb2eb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c22f33a3d4fb2eb","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1}},{"uid":"8c1152aa743aa637","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c1152aa743aa637","status":"passed","time":{"start":1707769994546,"stop":1707769994547,"duration":1}},{"uid":"39d6c04665d197b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d6c04665d197b1","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"42a4d5a28b3e86de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/42a4d5a28b3e86de","status":"passed","time":{"start":1707757804304,"stop":1707757804305,"duration":1}},{"uid":"bd3a42f1f8d8792f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bd3a42f1f8d8792f","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"b05569759eb65672","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b05569759eb65672","status":"passed","time":{"start":1707753796552,"stop":1707753796553,"duration":1}},{"uid":"900860b90968eccf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/900860b90968eccf","status":"passed","time":{"start":1707753586168,"stop":1707753586169,"duration":1}},{"uid":"d93d3cc0a282fbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d93d3cc0a282fbc9","status":"passed","time":{"start":1707750964812,"stop":1707750964812,"duration":0}},{"uid":"8d2ac6705caed611","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d2ac6705caed611","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"1056246be02cc66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1056246be02cc66b","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"728013e8f2870c45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/728013e8f2870c45","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"duration":0}},{"uid":"49627361d4a495f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49627361d4a495f7","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"75c342dc1808e6ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75c342dc1808e6ec","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"be185ebfad91c4c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be185ebfad91c4c0","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"75f53f3631274f1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75f53f3631274f1a","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"8977e9920674e58f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8977e9920674e58f","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"344453461663c3c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/344453461663c3c3","status":"passed","time":{"start":1707760374671,"stop":1707760374672,"duration":1}},{"uid":"1060cd684e5f9e8e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1060cd684e5f9e8e","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"d6c7545476650c51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d6c7545476650c51","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"f1e496a9a301dae0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1e496a9a301dae0","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"51221a0e3c0fc68b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51221a0e3c0fc68b","status":"passed","time":{"start":1707753877920,"stop":1707753877921,"duration":1}},{"uid":"bcda7eadcea1496f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bcda7eadcea1496f","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f572469f1ab6126a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f572469f1ab6126a","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f06b1a409b24bc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f06b1a409b24bc61","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ae76ec83cca6f19","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ae76ec83cca6f19","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0}},{"uid":"a7bb6ef45709066b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7bb6ef45709066b","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"8a1d44def732a23b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a1d44def732a23b","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"345eb8ae71870596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/345eb8ae71870596","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"6be30cfa6afc4bb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6be30cfa6afc4bb8","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"duration":1}},{"uid":"13e992853fa14c4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13e992853fa14c4","status":"passed","time":{"start":1707770208549,"stop":1707770208550,"duration":1}},{"uid":"da74abc48a71f2f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da74abc48a71f2f8","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"361f04abf5040ca5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/361f04abf5040ca5","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"21377bc9524b23b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21377bc9524b23b1","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"5bb09fb226bd8c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bb09fb226bd8c96","status":"passed","time":{"start":1707753837175,"stop":1707753837175,"duration":0}},{"uid":"544c0388c4e3f5ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/544c0388c4e3f5ce","status":"passed","time":{"start":1707751136356,"stop":1707751136356,"duration":0}},{"uid":"4c17a60a2e33dce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4c17a60a2e33dce","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"6b112e2a7ab3d345","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b112e2a7ab3d345","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdd3de4bfbc48878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cdd3de4bfbc48878","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"duration":0}},{"uid":"ea208c237ed0f496","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea208c237ed0f496","status":"passed","time":{"start":1707778126355,"stop":1707778126355,"duration":0}},{"uid":"1aa05d96d87fb25e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1aa05d96d87fb25e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"1ca11acc020b95d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ca11acc020b95d3","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"f4dc6eba8f7d9f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4dc6eba8f7d9f","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"duration":1}},{"uid":"a01da3d426c1ddad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a01da3d426c1ddad","status":"passed","time":{"start":1707769994549,"stop":1707769994550,"duration":1}},{"uid":"e93a22288b63a23f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e93a22288b63a23f","status":"passed","time":{"start":1707760106463,"stop":1707760106464,"duration":1}},{"uid":"a38beafd7ebf3e26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a38beafd7ebf3e26","status":"passed","time":{"start":1707757804317,"stop":1707757804318,"duration":1}},{"uid":"2a8b009b58aa5fe5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8b009b58aa5fe5","status":"passed","time":{"start":1707756422352,"stop":1707756422353,"duration":1}},{"uid":"8e3b8fe0931f6ab4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e3b8fe0931f6ab4","status":"passed","time":{"start":1707753796554,"stop":1707753796554,"duration":0}},{"uid":"894b3125aa72ed21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/894b3125aa72ed21","status":"passed","time":{"start":1707753586170,"stop":1707753586171,"duration":1}},{"uid":"d3fd4242e30f238a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3fd4242e30f238a","status":"passed","time":{"start":1707750964814,"stop":1707750964814,"duration":0}},{"uid":"f4c5188eca0f5fa8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4c5188eca0f5fa8","status":"passed","time":{"start":1707736890443,"stop":1707736890444,"duration":1}},{"uid":"827b83d4d4a011e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/827b83d4d4a011e1","status":"passed","time":{"start":1707736096396,"stop":1707736096397,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d7f86570b61d102","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d7f86570b61d102","status":"passed","time":{"start":1707777997110,"stop":1707777997110,"duration":0}},{"uid":"6ba48701f2f53b42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ba48701f2f53b42","status":"passed","time":{"start":1707775275750,"stop":1707775275751,"duration":1}},{"uid":"3569e80e393a0efa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3569e80e393a0efa","status":"passed","time":{"start":1707775085883,"stop":1707775085883,"duration":0}},{"uid":"88e043740b840293","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88e043740b840293","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1}},{"uid":"f205e78ddce88525","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f205e78ddce88525","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"ae83fd090122f8b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae83fd090122f8b5","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"e96cb28e2565394a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e96cb28e2565394a","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"d1a0f3edae908c74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d1a0f3edae908c74","status":"passed","time":{"start":1707756304427,"stop":1707756304428,"duration":1}},{"uid":"b65750c1528b5c18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b65750c1528b5c18","status":"passed","time":{"start":1707753713247,"stop":1707753713248,"duration":1}},{"uid":"1018801a2d6a857c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1018801a2d6a857c","status":"passed","time":{"start":1707753448099,"stop":1707753448100,"duration":1}},{"uid":"1ba065371ab0327d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ba065371ab0327d","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"41965b86077d5a2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41965b86077d5a2d","status":"passed","time":{"start":1707736765003,"stop":1707736765010,"duration":7}},{"uid":"5f3a15eb54f809b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5f3a15eb54f809b5","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"8eea4b1ac73c851a0b8ff6ac0e667187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cf05eb04f23abf3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3cf05eb04f23abf3","status":"passed","time":{"start":1707753988879,"stop":1707753988880,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cc35db13af0cb524","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc35db13af0cb524","status":"passed","time":{"start":1707792805602,"stop":1707792805603,"duration":1}},{"uid":"c909b934e9a6a699","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c909b934e9a6a699","status":"passed","time":{"start":1707777754767,"stop":1707777754767,"duration":0}},{"uid":"8a29777a85cce830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a29777a85cce830","status":"passed","time":{"start":1707775031075,"stop":1707775031075,"duration":0}},{"uid":"c878b99660b55515","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c878b99660b55515","status":"passed","time":{"start":1707774832780,"stop":1707774832780,"duration":0}},{"uid":"6312e5f2407c80f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6312e5f2407c80f2","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"duration":1}},{"uid":"467122eea80b7ea2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/467122eea80b7ea2","status":"passed","time":{"start":1707769633034,"stop":1707769633035,"duration":1}},{"uid":"2ce3d3698e152787","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ce3d3698e152787","status":"passed","time":{"start":1707759727747,"stop":1707759727747,"duration":0}},{"uid":"2310e82e6d4cda37","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2310e82e6d4cda37","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"595c3699a5e9793d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/595c3699a5e9793d","status":"passed","time":{"start":1707756052097,"stop":1707756052098,"duration":1}},{"uid":"546716b2c963d81e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546716b2c963d81e","status":"passed","time":{"start":1707753470374,"stop":1707753470374,"duration":0}},{"uid":"d97b481e62f41e23","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d97b481e62f41e23","status":"passed","time":{"start":1707753198731,"stop":1707753198732,"duration":1}},{"uid":"bebaa15f0a44d908","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bebaa15f0a44d908","status":"passed","time":{"start":1707750599242,"stop":1707750599243,"duration":1}},{"uid":"f60d9972cb5f3a13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f60d9972cb5f3a13","status":"passed","time":{"start":1707736516624,"stop":1707736516624,"duration":0}},{"uid":"fc67fd4d921b614d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc67fd4d921b614d","status":"passed","time":{"start":1707735698157,"stop":1707735698157,"duration":0}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"18e294fca4d1e996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18e294fca4d1e996","status":"passed","time":{"start":1707792814223,"stop":1707792814223,"duration":0}},{"uid":"f69d6e9a590deaaa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f69d6e9a590deaaa","status":"passed","time":{"start":1707777763444,"stop":1707777763444,"duration":0}},{"uid":"d45d8c7fe718b32f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d45d8c7fe718b32f","status":"passed","time":{"start":1707775039623,"stop":1707775039623,"duration":0}},{"uid":"7ce8564707cd299d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ce8564707cd299d","status":"passed","time":{"start":1707774841428,"stop":1707774841428,"duration":0}},{"uid":"b0a0d43dd4375183","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0a0d43dd4375183","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"duration":1}},{"uid":"6d743f6c22d3b959","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d743f6c22d3b959","status":"passed","time":{"start":1707769641581,"stop":1707769641581,"duration":0}},{"uid":"c0498658e9379043","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c0498658e9379043","status":"passed","time":{"start":1707759736454,"stop":1707759736455,"duration":1}},{"uid":"250f86e5f91cee5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/250f86e5f91cee5b","status":"passed","time":{"start":1707757431312,"stop":1707757431312,"duration":0}},{"uid":"bf04151354035a0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf04151354035a0a","status":"passed","time":{"start":1707756060434,"stop":1707756060434,"duration":0}},{"uid":"255ecad4b13ed01","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/255ecad4b13ed01","status":"passed","time":{"start":1707753479027,"stop":1707753479029,"duration":2}},{"uid":"262cfc3d0d0ca69d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/262cfc3d0d0ca69d","status":"passed","time":{"start":1707753207962,"stop":1707753207963,"duration":1}},{"uid":"9e875117dcda707a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e875117dcda707a","status":"passed","time":{"start":1707750607850,"stop":1707750607850,"duration":0}},{"uid":"6da398660ca6ee59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6da398660ca6ee59","status":"passed","time":{"start":1707736525275,"stop":1707736525275,"duration":0}},{"uid":"c38d3e0d462b2502","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c38d3e0d462b2502","status":"passed","time":{"start":1707735707254,"stop":1707735707255,"duration":1}}]},"e546a1673b60fa3983d67dc3ad99a190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360669e63820c4f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/360669e63820c4f1","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ec1952e065d1dd7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ec1952e065d1dd7","status":"passed","time":{"start":1707793012459,"stop":1707793012460,"duration":1}},{"uid":"459de9c0eee37f2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/459de9c0eee37f2c","status":"passed","time":{"start":1707777977653,"stop":1707777977654,"duration":1}},{"uid":"49a60d4e013278d5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49a60d4e013278d5","status":"passed","time":{"start":1707775258444,"stop":1707775258444,"duration":0}},{"uid":"2e5081e717ba6427","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e5081e717ba6427","status":"passed","time":{"start":1707775081974,"stop":1707775081974,"duration":0}},{"uid":"44046cf81553e728","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44046cf81553e728","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"duration":0}},{"uid":"682cc6a573df6d04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682cc6a573df6d04","status":"passed","time":{"start":1707769841875,"stop":1707769841876,"duration":1}},{"uid":"9f2106ffe38e9ef6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f2106ffe38e9ef6","status":"passed","time":{"start":1707759921441,"stop":1707759921442,"duration":1}},{"uid":"2596b49ae2f4e1dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2596b49ae2f4e1dc","status":"passed","time":{"start":1707757624862,"stop":1707757624862,"duration":0}},{"uid":"a5368163867d0ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5368163867d0ccd","status":"passed","time":{"start":1707756261710,"stop":1707756261711,"duration":1}},{"uid":"496349eee56f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/496349eee56f8b2b","status":"passed","time":{"start":1707753651127,"stop":1707753651128,"duration":1}},{"uid":"4c51d97c497549aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c51d97c497549aa","status":"passed","time":{"start":1707753409565,"stop":1707753409567,"duration":2}},{"uid":"8222e638705bcc18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8222e638705bcc18","status":"passed","time":{"start":1707736708308,"stop":1707736708308,"duration":0}},{"uid":"88578f27f37188e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88578f27f37188e7","status":"passed","time":{"start":1707735914370,"stop":1707735914370,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8241451025eaf79c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8241451025eaf79c","status":"passed","time":{"start":1707793142779,"stop":1707793142780,"duration":1}},{"uid":"8e2ee1662de4f14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e2ee1662de4f14","status":"passed","time":{"start":1707778103142,"stop":1707778103142,"duration":0}},{"uid":"dbd6ca6bff92c55e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbd6ca6bff92c55e","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"8ae1d71b7713d996","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ae1d71b7713d996","status":"passed","time":{"start":1707775193312,"stop":1707775193313,"duration":1}},{"uid":"7f844e37a53d3d64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f844e37a53d3d64","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1}},{"uid":"df7613e1845aa2eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/df7613e1845aa2eb","status":"passed","time":{"start":1707769979912,"stop":1707769979912,"duration":0}},{"uid":"455b89ee3660e206","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/455b89ee3660e206","status":"passed","time":{"start":1707760084096,"stop":1707760084096,"duration":0}},{"uid":"26f8304db1a29be5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/26f8304db1a29be5","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"b650a8368c7884eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b650a8368c7884eb","status":"passed","time":{"start":1707756396097,"stop":1707756396098,"duration":1}},{"uid":"94e9b7a2ee09be0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94e9b7a2ee09be0e","status":"passed","time":{"start":1707753781753,"stop":1707753781753,"duration":0}},{"uid":"cf5c3aaad19f9a72","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cf5c3aaad19f9a72","status":"passed","time":{"start":1707753563056,"stop":1707753563057,"duration":1}},{"uid":"5e40a9c8a14c1a48","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e40a9c8a14c1a48","status":"passed","time":{"start":1707750940646,"stop":1707750940646,"duration":0}},{"uid":"8e42d0df769f8c7e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e42d0df769f8c7e","status":"passed","time":{"start":1707736870538,"stop":1707736870539,"duration":1}},{"uid":"43351bfab45c27e4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/43351bfab45c27e4","status":"passed","time":{"start":1707736068809,"stop":1707736068810,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"689444ebada4c412","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/689444ebada4c412","status":"passed","time":{"start":1707793446730,"stop":1707793446731,"duration":1}},{"uid":"d7a3e0889c532860","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7a3e0889c532860","status":"passed","time":{"start":1707778413512,"stop":1707778413512,"duration":0}},{"uid":"e8041073110fcc0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8041073110fcc0b","status":"passed","time":{"start":1707775685017,"stop":1707775685017,"duration":0}},{"uid":"8eb1cca9302f86cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1cca9302f86cb","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"6dc0842d2cc124e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc0842d2cc124e8","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"duration":1}},{"uid":"fbbb051c5eb14fa9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fbbb051c5eb14fa9","status":"passed","time":{"start":1707770238677,"stop":1707770238677,"duration":0}},{"uid":"d60cfaa2648274f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d60cfaa2648274f8","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"b9f5db5c2c15da6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9f5db5c2c15da6a","status":"passed","time":{"start":1707758004298,"stop":1707758004299,"duration":1}},{"uid":"92aa3eaf4d99a6b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/92aa3eaf4d99a6b5","status":"passed","time":{"start":1707756690154,"stop":1707756690154,"duration":0}},{"uid":"9decf5feb5117299","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9decf5feb5117299","status":"passed","time":{"start":1707754051778,"stop":1707754051778,"duration":0}},{"uid":"9ae595e22305986a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ae595e22305986a","status":"passed","time":{"start":1707753877919,"stop":1707753877920,"duration":1}},{"uid":"1a1455a1f5f02396","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a1455a1f5f02396","status":"passed","time":{"start":1707751228953,"stop":1707751228953,"duration":0}},{"uid":"1183ce590698909a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1183ce590698909a","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"774cd0257fc8815a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/774cd0257fc8815a","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"099e08f889e45cd86e50c1ec07d69b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56de3a9ccfeab3ef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56de3a9ccfeab3ef","status":"passed","time":{"start":1707775390229,"stop":1707775390229,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"af7b86863ae24a4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af7b86863ae24a4d","status":"passed","time":{"start":1707793028279,"stop":1707793028279,"duration":0}},{"uid":"660cf6d71f63269","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/660cf6d71f63269","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"324d8c34f98ba4e4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/324d8c34f98ba4e4","status":"passed","time":{"start":1707775244529,"stop":1707775244530,"duration":1}},{"uid":"944c89c59b52bdf0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/944c89c59b52bdf0","status":"passed","time":{"start":1707775050818,"stop":1707775050818,"duration":0}},{"uid":"9fc3324693f6b8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc3324693f6b8b","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1}},{"uid":"af0870dad2f7cf1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af0870dad2f7cf1c","status":"passed","time":{"start":1707769843144,"stop":1707769843144,"duration":0}},{"uid":"9990dbcbeff64003","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9990dbcbeff64003","status":"passed","time":{"start":1707759965199,"stop":1707759965201,"duration":2}},{"uid":"e979daaa290aa8a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e979daaa290aa8a4","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"c4787055fbabd6ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c4787055fbabd6ad","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"f7d4efffc4921b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d4efffc4921b8","status":"passed","time":{"start":1707753668067,"stop":1707753668067,"duration":0}},{"uid":"8450c4b535e1d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8450c4b535e1d02","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"fef7f6893961ac6f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fef7f6893961ac6f","status":"passed","time":{"start":1707750796031,"stop":1707750796031,"duration":0}},{"uid":"629db3f9cc776c35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/629db3f9cc776c35","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"ffbe3e541c5fefc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffbe3e541c5fefc3","status":"passed","time":{"start":1707735912119,"stop":1707735912120,"duration":1}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba417fd6ab90c4f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba417fd6ab90c4f0","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"duration":0}},{"uid":"547c803ef436b8b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/547c803ef436b8b1","status":"passed","time":{"start":1707778202505,"stop":1707778202505,"duration":0}},{"uid":"a7b3aa249e71ed93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7b3aa249e71ed93","status":"passed","time":{"start":1707775486642,"stop":1707775486642,"duration":0}},{"uid":"bca0d7b783f1e16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bca0d7b783f1e16e","status":"passed","time":{"start":1707775300144,"stop":1707775300144,"duration":0}},{"uid":"2fb602a5ec4927b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fb602a5ec4927b","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"efde0cb182b9428f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efde0cb182b9428f","status":"passed","time":{"start":1707770051403,"stop":1707770051403,"duration":0}},{"uid":"ec53f6affc446465","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec53f6affc446465","status":"passed","time":{"start":1707760174049,"stop":1707760174050,"duration":1}},{"uid":"246fa8220d576426","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246fa8220d576426","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"b78c8263abf2c009","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b78c8263abf2c009","status":"passed","time":{"start":1707756499938,"stop":1707756499939,"duration":1}},{"uid":"211f2998f9d60aaa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/211f2998f9d60aaa","status":"passed","time":{"start":1707753870472,"stop":1707753870473,"duration":1}},{"uid":"435dc2fa569bb98a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/435dc2fa569bb98a","status":"passed","time":{"start":1707753647528,"stop":1707753647528,"duration":0}},{"uid":"b4b0e1926287895c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b4b0e1926287895c","status":"passed","time":{"start":1707751019577,"stop":1707751019577,"duration":0}},{"uid":"52a1dcf55e0bb1a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52a1dcf55e0bb1a2","status":"passed","time":{"start":1707736947859,"stop":1707736947860,"duration":1}},{"uid":"549b19a33e485827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/549b19a33e485827","status":"passed","time":{"start":1707736152511,"stop":1707736152512,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3ef5e8924e4803c4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef5e8924e4803c4","status":"passed","time":{"start":1707792849460,"stop":1707792849461,"duration":1}},{"uid":"3b4041579b6c3590","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b4041579b6c3590","status":"passed","time":{"start":1707777798764,"stop":1707777798765,"duration":1}},{"uid":"6ddf990a51fb5ad8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ddf990a51fb5ad8","status":"passed","time":{"start":1707775072152,"stop":1707775072152,"duration":0}},{"uid":"2fdf76a34a13e81a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fdf76a34a13e81a","status":"passed","time":{"start":1707774880420,"stop":1707774880421,"duration":1}},{"uid":"158d5ba5979cfe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/158d5ba5979cfe2","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0}},{"uid":"c6fa85d5e5ba0b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6fa85d5e5ba0b85","status":"passed","time":{"start":1707769677707,"stop":1707769677708,"duration":1}},{"uid":"1af91d358210b427","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1af91d358210b427","status":"passed","time":{"start":1707759769674,"stop":1707759769675,"duration":1}},{"uid":"b14dde9bf540db3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b14dde9bf540db3a","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"f362b7cbe065d67a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f362b7cbe065d67a","status":"passed","time":{"start":1707756096181,"stop":1707756096181,"duration":0}},{"uid":"1c74347190122865","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c74347190122865","status":"passed","time":{"start":1707753517975,"stop":1707753517976,"duration":1}},{"uid":"da0fa4b9964e0939","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0fa4b9964e0939","status":"passed","time":{"start":1707753244730,"stop":1707753244730,"duration":0}},{"uid":"769a6210582f22d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/769a6210582f22d4","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"191492fb5309b926","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191492fb5309b926","status":"passed","time":{"start":1707736558647,"stop":1707736558647,"duration":0}},{"uid":"e532412a1e2911ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e532412a1e2911ff","status":"passed","time":{"start":1707735743508,"stop":1707735743508,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"74f7a5a1d87aab2e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74f7a5a1d87aab2e","status":"passed","time":{"start":1707792846324,"stop":1707792846324,"duration":0}},{"uid":"7990ca332cf346e6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7990ca332cf346e6","status":"passed","time":{"start":1707777795163,"stop":1707777795164,"duration":1}},{"uid":"1d373566b7c61c89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d373566b7c61c89","status":"passed","time":{"start":1707775070516,"stop":1707775070516,"duration":0}},{"uid":"2f424ab951ef1629","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f424ab951ef1629","status":"passed","time":{"start":1707774873411,"stop":1707774873412,"duration":1}},{"uid":"a91f7e192bd14463","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a91f7e192bd14463","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"duration":1}},{"uid":"dbc7464b78d497fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbc7464b78d497fa","status":"passed","time":{"start":1707769673025,"stop":1707769673025,"duration":0}},{"uid":"d2fc872fca76c5c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2fc872fca76c5c2","status":"passed","time":{"start":1707759767764,"stop":1707759767765,"duration":1}},{"uid":"928fc09a83d03003","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/928fc09a83d03003","status":"passed","time":{"start":1707757463877,"stop":1707757463878,"duration":1}},{"uid":"9dce9fc7f05635d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dce9fc7f05635d2","status":"passed","time":{"start":1707756091992,"stop":1707756091992,"duration":0}},{"uid":"ef6b81d472432ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef6b81d472432ee2","status":"passed","time":{"start":1707753510233,"stop":1707753510234,"duration":1}},{"uid":"a43379c01a899a37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a43379c01a899a37","status":"passed","time":{"start":1707753240422,"stop":1707753240422,"duration":0}},{"uid":"35dc3910ae26aefd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35dc3910ae26aefd","status":"passed","time":{"start":1707750639410,"stop":1707750639410,"duration":0}},{"uid":"6421d34d5533706f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6421d34d5533706f","status":"passed","time":{"start":1707736555755,"stop":1707736555755,"duration":0}},{"uid":"ccd7827706400af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccd7827706400af","status":"passed","time":{"start":1707735739987,"stop":1707735739987,"duration":0}}]},"87738004491b15bf4beab1c6dbcbe5e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"315990c6108b326","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/315990c6108b326","status":"passed","time":{"start":1707737091361,"stop":1707737091377,"duration":16}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9a8abb442715757","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9a8abb442715757","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0}},{"uid":"f9bb69bc289c0107","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9bb69bc289c0107","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"c2b3dc5e6008b024","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2b3dc5e6008b024","status":"passed","time":{"start":1707775662265,"stop":1707775662266,"duration":1}},{"uid":"476a71af2bc4c6ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/476a71af2bc4c6ad","status":"passed","time":{"start":1707775462780,"stop":1707775462781,"duration":1}},{"uid":"334661a64b6f2399","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/334661a64b6f2399","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0}},{"uid":"5ce01c0f0de969f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ce01c0f0de969f1","status":"passed","time":{"start":1707770180417,"stop":1707770180418,"duration":1}},{"uid":"bfd4ebcb288431de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bfd4ebcb288431de","status":"passed","time":{"start":1707760352908,"stop":1707760352909,"duration":1}},{"uid":"7baf9d1c0f43baf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7baf9d1c0f43baf2","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"583828ac18654aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/583828ac18654aff","status":"passed","time":{"start":1707756674086,"stop":1707756674087,"duration":1}},{"uid":"b3ede1ed954bc352","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ede1ed954bc352","status":"passed","time":{"start":1707753994325,"stop":1707753994326,"duration":1}},{"uid":"ba6c7e0ed2d1700a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba6c7e0ed2d1700a","status":"passed","time":{"start":1707753841536,"stop":1707753841537,"duration":1}},{"uid":"17934135f80e66e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/17934135f80e66e7","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"4924a282ec8d91ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4924a282ec8d91ef","status":"passed","time":{"start":1707736343135,"stop":1707736343135,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3822c9bc4e2625c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3822c9bc4e2625c6","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0}},{"uid":"289ff02186426bb0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/289ff02186426bb0","status":"passed","time":{"start":1707777749843,"stop":1707777749844,"duration":1}},{"uid":"85b6ee2d518d59e7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85b6ee2d518d59e7","status":"passed","time":{"start":1707775026266,"stop":1707775026266,"duration":0}},{"uid":"10a49f237c1dbb25","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10a49f237c1dbb25","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"a0ec0b2dcc831e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0ec0b2dcc831e51","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"afb2674df1a13f25","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/afb2674df1a13f25","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"1ae5c54464c55127","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ae5c54464c55127","status":"passed","time":{"start":1707759722866,"stop":1707759722867,"duration":1}},{"uid":"6dc4cccffca0ac81","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dc4cccffca0ac81","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"ab3e753b36b0dc35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab3e753b36b0dc35","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"d6115320b0b2633","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6115320b0b2633","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"4584eb31eb9ca556","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4584eb31eb9ca556","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"5dcb629398d38efe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5dcb629398d38efe","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"d4f0bf1bb080533d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d4f0bf1bb080533d","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"f05e76b12d34c743","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f05e76b12d34c743","status":"passed","time":{"start":1707735693125,"stop":1707735693126,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba4e5c55d0527613","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba4e5c55d0527613","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0}},{"uid":"43669eabd03ae5b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/43669eabd03ae5b9","status":"passed","time":{"start":1707778386488,"stop":1707778386489,"duration":1}},{"uid":"3954f1d22fa81244","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3954f1d22fa81244","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"2e61fb132242cd2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e61fb132242cd2c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"9942e3454a48d75e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9942e3454a48d75e","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0}},{"uid":"61964fe284e71a6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61964fe284e71a6d","status":"passed","time":{"start":1707770208550,"stop":1707770208551,"duration":1}},{"uid":"767798c43b4bbc1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/767798c43b4bbc1c","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"711a7ed8c78b9615","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/711a7ed8c78b9615","status":"passed","time":{"start":1707758023540,"stop":1707758023541,"duration":1}},{"uid":"fcddebeb65047675","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fcddebeb65047675","status":"passed","time":{"start":1707756664010,"stop":1707756664010,"duration":0}},{"uid":"466c325a458b4bc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/466c325a458b4bc3","status":"passed","time":{"start":1707753837176,"stop":1707753837177,"duration":1}},{"uid":"1ad537a57e266a7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ad537a57e266a7b","status":"passed","time":{"start":1707751136359,"stop":1707751136360,"duration":1}},{"uid":"86cb269411ad9ac3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/86cb269411ad9ac3","status":"passed","time":{"start":1707737124648,"stop":1707737124649,"duration":1}},{"uid":"bfbf8d1ae5a4df04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bfbf8d1ae5a4df04","status":"passed","time":{"start":1707736322665,"stop":1707736322665,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24ed167b2b9ff36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24ed167b2b9ff36a","status":"passed","time":{"start":1707793371094,"stop":1707793371094,"duration":0}},{"uid":"971f3d7d4aa02877","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/971f3d7d4aa02877","status":"passed","time":{"start":1707778338828,"stop":1707778338831,"duration":3}},{"uid":"5309b156479fd95e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5309b156479fd95e","status":"passed","time":{"start":1707775602012,"stop":1707775602012,"duration":0}},{"uid":"a5dd5b3b139c14a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5dd5b3b139c14a3","status":"passed","time":{"start":1707775390217,"stop":1707775390218,"duration":1}},{"uid":"fe41bb42686d1547","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe41bb42686d1547","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1}},{"uid":"6084804acfd2269e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6084804acfd2269e","status":"passed","time":{"start":1707769968719,"stop":1707769968720,"duration":1}},{"uid":"177064f55f810720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/177064f55f810720","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"7f91b6c74320f44e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f91b6c74320f44e","status":"passed","time":{"start":1707758006702,"stop":1707758006702,"duration":0}},{"uid":"536ce341ec9ffae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/536ce341ec9ffae6","status":"passed","time":{"start":1707756617032,"stop":1707756617032,"duration":0}},{"uid":"46c64aee1fef31ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46c64aee1fef31ab","status":"passed","time":{"start":1707753988873,"stop":1707753988873,"duration":0}},{"uid":"8c13768e9d9ef41e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c13768e9d9ef41e","status":"passed","time":{"start":1707753782729,"stop":1707753782729,"duration":0}},{"uid":"83463b9632cd45c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83463b9632cd45c2","status":"passed","time":{"start":1707751162304,"stop":1707751162305,"duration":1}},{"uid":"a8ba94a76debbf74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8ba94a76debbf74","status":"passed","time":{"start":1707737091294,"stop":1707737091295,"duration":1}},{"uid":"2b45862872aa6cf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b45862872aa6cf1","status":"passed","time":{"start":1707736260114,"stop":1707736260115,"duration":1}}]},"204c23839248c905bc1233d4a1bf7a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4522419e3f1d83cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4522419e3f1d83cf","status":"passed","time":{"start":1707778202504,"stop":1707778202504,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c65a358ab4381826","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c65a358ab4381826","status":"passed","time":{"start":1707792907233,"stop":1707792907234,"duration":1}},{"uid":"c088d57e83849462","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c088d57e83849462","status":"passed","time":{"start":1707777859859,"stop":1707777859859,"duration":0}},{"uid":"795560bba57add26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795560bba57add26","status":"passed","time":{"start":1707775133678,"stop":1707775133678,"duration":0}},{"uid":"30676cd6ebc37a4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30676cd6ebc37a4b","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"4b4bcdecb20ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b4bcdecb20ef4ec","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"duration":1}},{"uid":"f9724dbc2e28820f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9724dbc2e28820f","status":"passed","time":{"start":1707769735037,"stop":1707769735037,"duration":0}},{"uid":"8e0120d7f22df93d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e0120d7f22df93d","status":"passed","time":{"start":1707759831196,"stop":1707759831199,"duration":3}},{"uid":"377c88333ec11dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/377c88333ec11dc7","status":"passed","time":{"start":1707757528827,"stop":1707757528827,"duration":0}},{"uid":"e54aa80b67ec22e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e54aa80b67ec22e8","status":"passed","time":{"start":1707756157295,"stop":1707756157296,"duration":1}},{"uid":"1e8d8ffac0930ec5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e8d8ffac0930ec5","status":"passed","time":{"start":1707753578477,"stop":1707753578477,"duration":0}},{"uid":"6b2fa910ce03d375","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b2fa910ce03d375","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"62fbe6dcd5dc2a19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62fbe6dcd5dc2a19","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"1e642c05e3385ef0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e642c05e3385ef0","status":"passed","time":{"start":1707736629976,"stop":1707736629976,"duration":0}},{"uid":"8c9058a76b10c2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c9058a76b10c2f6","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de5a7a7052c27654","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de5a7a7052c27654","status":"passed","time":{"start":1707793028269,"stop":1707793028272,"duration":3}},{"uid":"93febce86dc3b675","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93febce86dc3b675","status":"passed","time":{"start":1707777972995,"stop":1707777972996,"duration":1}},{"uid":"4a44ea68fe5c6da","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a44ea68fe5c6da","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"7751e9f8f6cee0d4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7751e9f8f6cee0d4","status":"passed","time":{"start":1707775050814,"stop":1707775050814,"duration":0}},{"uid":"3d353a9b7e37c126","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d353a9b7e37c126","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0}},{"uid":"9d2c0e927b1cdd3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d2c0e927b1cdd3","status":"passed","time":{"start":1707769843140,"stop":1707769843141,"duration":1}},{"uid":"11f6820ff00af4ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f6820ff00af4ab","status":"passed","time":{"start":1707759965184,"stop":1707759965185,"duration":1}},{"uid":"6feb3d7d9132d4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6feb3d7d9132d4e0","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"daa2e0df24d9d3c3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/daa2e0df24d9d3c3","status":"passed","time":{"start":1707756267899,"stop":1707756267900,"duration":1}},{"uid":"f980a57e6a394cb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f980a57e6a394cb9","status":"passed","time":{"start":1707753668023,"stop":1707753668025,"duration":2}},{"uid":"a842299966237b70","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a842299966237b70","status":"passed","time":{"start":1707753423532,"stop":1707753423533,"duration":1}},{"uid":"36c92ca33e609dc5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c92ca33e609dc5","status":"passed","time":{"start":1707750796026,"stop":1707750796026,"duration":0}},{"uid":"baa753d4a4e1e985","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/baa753d4a4e1e985","status":"passed","time":{"start":1707736730637,"stop":1707736730638,"duration":1}},{"uid":"5b347c2ecbab0d27","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b347c2ecbab0d27","status":"passed","time":{"start":1707735912115,"stop":1707735912116,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"99fcfc4b5c716eeb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99fcfc4b5c716eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371107,"stop":1707793371108,"duration":1}},{"uid":"7e5b602b9460f82a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e5b602b9460f82a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"763a3eb876b89768","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/763a3eb876b89768","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602025,"duration":1}},{"uid":"2b1f3f1a303299ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2b1f3f1a303299ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390236,"stop":1707775390236,"duration":0}},{"uid":"5ffcaee358abb307","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ffcaee358abb307","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335611,"duration":1}},{"uid":"25ad0c0f9e428dd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25ad0c0f9e428dd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301818,"stop":1707760301818,"duration":0}},{"uid":"50da16491b9f64f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/50da16491b9f64f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"db43867326ec3b1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db43867326ec3b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617044,"stop":1707756617044,"duration":0}},{"uid":"9239835f40e42d90","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9239835f40e42d90","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"2398fd9308b90b9d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2398fd9308b90b9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"2cf9a3cb20e271df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cf9a3cb20e271df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1d27ce37778b9ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d27ce37778b9ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091340,"stop":1707737091340,"duration":0}},{"uid":"3b9a5a252e5af9ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9a5a252e5af9ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef052bef7cdeadb5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef052bef7cdeadb5","status":"passed","time":{"start":1707792878409,"stop":1707792878411,"duration":2}},{"uid":"2517b755090eaf78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2517b755090eaf78","status":"passed","time":{"start":1707777826926,"stop":1707777826926,"duration":0}},{"uid":"429389770bddc0bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/429389770bddc0bd","status":"passed","time":{"start":1707775103551,"stop":1707775103552,"duration":1}},{"uid":"a2aabb831775099b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2aabb831775099b","status":"passed","time":{"start":1707774906440,"stop":1707774906441,"duration":1}},{"uid":"32129746117b04ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32129746117b04ad","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1}},{"uid":"fac182ea5663f212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac182ea5663f212","status":"passed","time":{"start":1707769706524,"stop":1707769706524,"duration":0}},{"uid":"835aa5153acbc018","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/835aa5153acbc018","status":"passed","time":{"start":1707759800528,"stop":1707759800529,"duration":1}},{"uid":"cbcaba5caae86a9f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbcaba5caae86a9f","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"d75f825bcc4b1944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d75f825bcc4b1944","status":"passed","time":{"start":1707756124833,"stop":1707756124833,"duration":0}},{"uid":"9e7843b719cc1a88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e7843b719cc1a88","status":"passed","time":{"start":1707753544134,"stop":1707753544134,"duration":0}},{"uid":"72d8f111ac7f046d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/72d8f111ac7f046d","status":"passed","time":{"start":1707753273860,"stop":1707753273862,"duration":2}},{"uid":"135477f3e1cf5e58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/135477f3e1cf5e58","status":"passed","time":{"start":1707750672009,"stop":1707750672009,"duration":0}},{"uid":"65619fc7a39117de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65619fc7a39117de","status":"passed","time":{"start":1707736588884,"stop":1707736588884,"duration":0}},{"uid":"5da80240afe5653b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da80240afe5653b","status":"passed","time":{"start":1707735772593,"stop":1707735772594,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ed68015c04ae7c0e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed68015c04ae7c0e","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"duration":0}},{"uid":"ada1c9ab2849bb97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ada1c9ab2849bb97","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"64056883a6544840","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64056883a6544840","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"4d51c698a87d1612","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d51c698a87d1612","status":"passed","time":{"start":1707775494276,"stop":1707775494277,"duration":1}},{"uid":"69d648c41efe331b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69d648c41efe331b","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"9bcbb751eac3e661","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9bcbb751eac3e661","status":"passed","time":{"start":1707770238685,"stop":1707770238686,"duration":1}},{"uid":"1eb26fb2fa06f42a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1eb26fb2fa06f42a","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"c640eb178bbac31a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c640eb178bbac31a","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"965d2921e7501c94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/965d2921e7501c94","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"b3902b70d0f28ea3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3902b70d0f28ea3","status":"passed","time":{"start":1707754051786,"stop":1707754051787,"duration":1}},{"uid":"e65311ed6a4f92b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e65311ed6a4f92b7","status":"passed","time":{"start":1707753877927,"stop":1707753877928,"duration":1}},{"uid":"9f984e263056c42b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f984e263056c42b","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"8f6dc704e051c088","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f6dc704e051c088","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"e9ccace4e15b3825","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9ccace4e15b3825","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac6102300e250736","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac6102300e250736","status":"passed","time":{"start":1707792907234,"stop":1707792907235,"duration":1}},{"uid":"f06f9e11d978053f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f06f9e11d978053f","status":"passed","time":{"start":1707777859860,"stop":1707777859861,"duration":1}},{"uid":"7cdcb7916c38ffbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cdcb7916c38ffbb","status":"passed","time":{"start":1707775133680,"stop":1707775133680,"duration":0}},{"uid":"9551db6fd48f77e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9551db6fd48f77e9","status":"passed","time":{"start":1707774942685,"stop":1707774942685,"duration":0}},{"uid":"e593e5d6690c2a0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e593e5d6690c2a0f","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1}},{"uid":"7d1f51f963d9bd5e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d1f51f963d9bd5e","status":"passed","time":{"start":1707769735049,"stop":1707769735049,"duration":0}},{"uid":"d489e7740b06280f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d489e7740b06280f","status":"passed","time":{"start":1707759831204,"stop":1707759831209,"duration":5}},{"uid":"8c397bced0ec35a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c397bced0ec35a0","status":"passed","time":{"start":1707757528838,"stop":1707757528838,"duration":0}},{"uid":"640c93d52fb6b399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640c93d52fb6b399","status":"passed","time":{"start":1707756157297,"stop":1707756157298,"duration":1}},{"uid":"ea06d66e8771ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea06d66e8771ad","status":"passed","time":{"start":1707753578478,"stop":1707753578478,"duration":0}},{"uid":"549ad28582c0929b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/549ad28582c0929b","status":"passed","time":{"start":1707753307900,"stop":1707753307900,"duration":0}},{"uid":"e86ebec4cd47581e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86ebec4cd47581e","status":"passed","time":{"start":1707750703130,"stop":1707750703141,"duration":11}},{"uid":"297ce5540222e82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/297ce5540222e82a","status":"passed","time":{"start":1707736629980,"stop":1707736629980,"duration":0}},{"uid":"90cf868a957c11a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/90cf868a957c11a1","status":"passed","time":{"start":1707735809093,"stop":1707735809099,"duration":6}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b34ab433e8e5b3f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b34ab433e8e5b3f2","status":"passed","time":{"start":1707793012471,"stop":1707793012472,"duration":1}},{"uid":"a76b647074a6c11e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a76b647074a6c11e","status":"passed","time":{"start":1707777977663,"stop":1707777977663,"duration":0}},{"uid":"20883dbf44a1fea2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20883dbf44a1fea2","status":"passed","time":{"start":1707775258453,"stop":1707775258454,"duration":1}},{"uid":"9902ae295b8222a0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9902ae295b8222a0","status":"passed","time":{"start":1707775082012,"stop":1707775082013,"duration":1}},{"uid":"69cf799b6f196a0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69cf799b6f196a0b","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"duration":1}},{"uid":"333b11eeabe1ee13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/333b11eeabe1ee13","status":"passed","time":{"start":1707769841894,"stop":1707769841896,"duration":2}},{"uid":"af799a5af1a61453","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af799a5af1a61453","status":"passed","time":{"start":1707759921449,"stop":1707759921450,"duration":1}},{"uid":"bf4bac7653645e51","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bf4bac7653645e51","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"16e0846fbc73627f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/16e0846fbc73627f","status":"passed","time":{"start":1707756261755,"stop":1707756261760,"duration":5}},{"uid":"534b4a9eec33cf47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/534b4a9eec33cf47","status":"passed","time":{"start":1707753651165,"stop":1707753651165,"duration":0}},{"uid":"35ec135740e8d84c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35ec135740e8d84c","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"49ac08f55910d5f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49ac08f55910d5f6","status":"passed","time":{"start":1707750722046,"stop":1707750722046,"duration":0}},{"uid":"d3de09cfac734982","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3de09cfac734982","status":"passed","time":{"start":1707736708326,"stop":1707736708326,"duration":0}},{"uid":"74649baf316b7374","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74649baf316b7374","status":"passed","time":{"start":1707735914383,"stop":1707735914383,"duration":0}}]},"d05781e012670ae55a1584711797c306:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39a6d63b7433a44a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39a6d63b7433a44a","status":"passed","time":{"start":1707758006708,"stop":1707758006709,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b556e69fd752604d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b556e69fd752604d","status":"passed","time":{"start":1707793392501,"stop":1707793392502,"duration":1}},{"uid":"5f64c115c7be60c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f64c115c7be60c8","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"77d6e3005afcc1ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77d6e3005afcc1ae","status":"passed","time":{"start":1707775644354,"stop":1707775644355,"duration":1}},{"uid":"15e02a25857aec69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15e02a25857aec69","status":"passed","time":{"start":1707775439252,"stop":1707775439253,"duration":1}},{"uid":"45b27c30dc6b5a59","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45b27c30dc6b5a59","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"duration":0}},{"uid":"ad10707d62e0c06f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad10707d62e0c06f","status":"passed","time":{"start":1707770140535,"stop":1707770140536,"duration":1}},{"uid":"1f1237f44a61891f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f1237f44a61891f","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"a906b33830306245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a906b33830306245","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"c017bf1ea2f140d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c017bf1ea2f140d8","status":"passed","time":{"start":1707756656798,"stop":1707756656798,"duration":0}},{"uid":"7b80a02feb810e6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b80a02feb810e6","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"78de7fca6a679ec1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/78de7fca6a679ec1","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"ff1499c938d22109","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff1499c938d22109","status":"passed","time":{"start":1707751157936,"stop":1707751157936,"duration":0}},{"uid":"35eb2a601ec5937a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35eb2a601ec5937a","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"2eb115f6b9b70e9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2eb115f6b9b70e9a","status":"passed","time":{"start":1707736314163,"stop":1707736314163,"duration":0}}]},"6a0d6680bb74931724a497df6ee14647:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef3fc29901399f78","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3fc29901399f78","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6252efcdc17e20893c75caf8a3851279:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"16f639e42cba7843","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/16f639e42cba7843","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1707750644849,"stop":1707750644849,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"693e4e40da1aa95a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/693e4e40da1aa95a","status":"passed","time":{"start":1707792814746,"stop":1707792814746,"duration":0}},{"uid":"4b8a3e2a09905f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b8a3e2a09905f1","status":"passed","time":{"start":1707777764080,"stop":1707777764080,"duration":0}},{"uid":"ad99c273e61231de","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad99c273e61231de","status":"passed","time":{"start":1707775040148,"stop":1707775040149,"duration":1}},{"uid":"4d8e639a99382457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d8e639a99382457","status":"passed","time":{"start":1707774842104,"stop":1707774842105,"duration":1}},{"uid":"2434a4a5761d8931","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2434a4a5761d8931","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"c2b34a2197a98618","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2b34a2197a98618","status":"passed","time":{"start":1707769642221,"stop":1707769642222,"duration":1}},{"uid":"c6e9a5774b63f75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6e9a5774b63f75","status":"passed","time":{"start":1707759737069,"stop":1707759737070,"duration":1}},{"uid":"179706a21f9e7803","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/179706a21f9e7803","status":"passed","time":{"start":1707757431976,"stop":1707757431976,"duration":0}},{"uid":"bfb787f1b6b8a9ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfb787f1b6b8a9ed","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"78eb5536032f069f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78eb5536032f069f","status":"passed","time":{"start":1707753479610,"stop":1707753479610,"duration":0}},{"uid":"e43d0fac201691f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e43d0fac201691f9","status":"passed","time":{"start":1707753208309,"stop":1707753208309,"duration":0}},{"uid":"79d269d7ec94ff97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79d269d7ec94ff97","status":"passed","time":{"start":1707750608586,"stop":1707750608586,"duration":0}},{"uid":"363405d8145eed85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/363405d8145eed85","status":"passed","time":{"start":1707736525857,"stop":1707736525857,"duration":0}},{"uid":"25dcf281ecf1893b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25dcf281ecf1893b","status":"passed","time":{"start":1707735707691,"stop":1707735707691,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e96537e332504eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e96537e332504eae","status":"passed","time":{"start":1707793128332,"stop":1707793128332,"duration":0}},{"uid":"95828c9d57ae82e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95828c9d57ae82e5","status":"passed","time":{"start":1707778092884,"stop":1707778092884,"duration":0}},{"uid":"f6437ea4a985d280","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f6437ea4a985d280","status":"passed","time":{"start":1707775368920,"stop":1707775368920,"duration":0}},{"uid":"43484ed075267a81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43484ed075267a81","status":"passed","time":{"start":1707775183287,"stop":1707775183288,"duration":1}},{"uid":"47de8162188928a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47de8162188928a9","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0}},{"uid":"e95b98284c10caa2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e95b98284c10caa2","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"445b37c77a6b96df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/445b37c77a6b96df","status":"passed","time":{"start":1707760073032,"stop":1707760073035,"duration":3}},{"uid":"4ed7454a07d90281","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ed7454a07d90281","status":"passed","time":{"start":1707757771073,"stop":1707757771074,"duration":1}},{"uid":"8e957753e2996f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e957753e2996f89","status":"passed","time":{"start":1707756387891,"stop":1707756387892,"duration":1}},{"uid":"a7f97e0929f52e56","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7f97e0929f52e56","status":"passed","time":{"start":1707753783840,"stop":1707753783840,"duration":0}},{"uid":"12e63047490d9bff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12e63047490d9bff","status":"passed","time":{"start":1707753549845,"stop":1707753549846,"duration":1}},{"uid":"483a565a86c440e4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/483a565a86c440e4","status":"passed","time":{"start":1707750934222,"stop":1707750934223,"duration":1}},{"uid":"2263497b60d4022d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2263497b60d4022d","status":"passed","time":{"start":1707736857300,"stop":1707736857301,"duration":1}},{"uid":"f8b6bd796fa8bb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8b6bd796fa8bb7a","status":"passed","time":{"start":1707736056534,"stop":1707736056535,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eb120c2a1a1ee1ac","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb120c2a1a1ee1ac","status":"passed","time":{"start":1707793371114,"stop":1707793371114,"duration":0}},{"uid":"195680910c35932a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/195680910c35932a","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"25951d0ba411c53f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25951d0ba411c53f","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"5be8f3ac0921c3b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5be8f3ac0921c3b1","status":"passed","time":{"start":1707775390244,"stop":1707775390245,"duration":1}},{"uid":"5c1279b6cb2769e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c1279b6cb2769e8","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"54905235d8f80214","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54905235d8f80214","status":"passed","time":{"start":1707769968730,"stop":1707769968731,"duration":1}},{"uid":"8d2d7ddb3abb11c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d2d7ddb3abb11c7","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"c2fd107605cda9bf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2fd107605cda9bf","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"a2e8833592d8256f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2e8833592d8256f","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"51c56f9ec7accf25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/51c56f9ec7accf25","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"465fff0fb2bb9637","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/465fff0fb2bb9637","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"592decc642b8f1aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/592decc642b8f1aa","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"253e8e713f0e24de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/253e8e713f0e24de","status":"passed","time":{"start":1707737091353,"stop":1707737091359,"duration":6}},{"uid":"fd67fa22d3a0cfc0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd67fa22d3a0cfc0","status":"passed","time":{"start":1707736260156,"stop":1707736260157,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ad273d060d8ab4cd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad273d060d8ab4cd","status":"passed","time":{"start":1707793012486,"stop":1707793012491,"duration":5}},{"uid":"545e928251a561fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/545e928251a561fd","status":"passed","time":{"start":1707777977667,"stop":1707777977668,"duration":1}},{"uid":"f225b9623210bf2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f225b9623210bf2c","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"8aefbec23a36b3c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8aefbec23a36b3c0","status":"passed","time":{"start":1707775082020,"stop":1707775082021,"duration":1}},{"uid":"1b94c2c751d113d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b94c2c751d113d8","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0}},{"uid":"a02d9281da89cbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a02d9281da89cbca","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"7e659204447bcfc0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7e659204447bcfc0","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"a9ea726767b56a4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a9ea726767b56a4a","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"4faab1bcf60eeee5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4faab1bcf60eeee5","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"7cfe9fdab2007655","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cfe9fdab2007655","status":"passed","time":{"start":1707753651171,"stop":1707753651171,"duration":0}},{"uid":"49117e22441e655","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49117e22441e655","status":"passed","time":{"start":1707753409588,"stop":1707753409588,"duration":0}},{"uid":"5b50f24994475b78","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5b50f24994475b78","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"e8f11cc8d128a4ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e8f11cc8d128a4ef","status":"passed","time":{"start":1707736708331,"stop":1707736708331,"duration":0}},{"uid":"997794a5880b3f5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/997794a5880b3f5b","status":"passed","time":{"start":1707735914387,"stop":1707735914388,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c3c89eae87910aa3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3c89eae87910aa3","status":"passed","time":{"start":1707793012511,"stop":1707793012511,"duration":0}},{"uid":"d6df1df3054644e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6df1df3054644e5","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"293b3a707828ec7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293b3a707828ec7e","status":"passed","time":{"start":1707775258466,"stop":1707775258467,"duration":1}},{"uid":"d17fa0c2c30bf712","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d17fa0c2c30bf712","status":"passed","time":{"start":1707775082031,"stop":1707775082032,"duration":1}},{"uid":"4ab799c450a822ff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ab799c450a822ff","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"eee8ccdd8abc860","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8ccdd8abc860","status":"passed","time":{"start":1707769841909,"stop":1707769841909,"duration":0}},{"uid":"efe790ba3e5a4503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efe790ba3e5a4503","status":"passed","time":{"start":1707759921462,"stop":1707759921463,"duration":1}},{"uid":"973df223764213e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/973df223764213e9","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"458a25d828c0536d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/458a25d828c0536d","status":"passed","time":{"start":1707756261834,"stop":1707756261835,"duration":1}},{"uid":"5cd8c452257cf923","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cd8c452257cf923","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"4a059ba529ff4178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a059ba529ff4178","status":"passed","time":{"start":1707753409604,"stop":1707753409605,"duration":1}},{"uid":"494043e4e741095a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/494043e4e741095a","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"9786ca9c29adbef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9786ca9c29adbef7","status":"passed","time":{"start":1707736708336,"stop":1707736708336,"duration":0}},{"uid":"2b105f60478d8cff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b105f60478d8cff","status":"passed","time":{"start":1707735914394,"stop":1707735914394,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3600a71b190c3504","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3600a71b190c3504","status":"passed","time":{"start":1707793088061,"stop":1707793088062,"duration":1}},{"uid":"6fe4694211893a93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fe4694211893a93","status":"passed","time":{"start":1707778034785,"stop":1707778034786,"duration":1}},{"uid":"27cbb5d73d2e8c0f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27cbb5d73d2e8c0f","status":"passed","time":{"start":1707775327572,"stop":1707775327573,"duration":1}},{"uid":"d72a09221614feac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72a09221614feac","status":"passed","time":{"start":1707775129516,"stop":1707775129516,"duration":0}},{"uid":"6b1a056a222b7ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b1a056a222b7ca1","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0}},{"uid":"85ce4afb5758db64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85ce4afb5758db64","status":"passed","time":{"start":1707769919571,"stop":1707769919572,"duration":1}},{"uid":"33b2a94b61328f61","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/33b2a94b61328f61","status":"passed","time":{"start":1707760025485,"stop":1707760025485,"duration":0}},{"uid":"ce75439bb11d262a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce75439bb11d262a","status":"passed","time":{"start":1707757709188,"stop":1707757709188,"duration":0}},{"uid":"3bbf9d251c69e579","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bbf9d251c69e579","status":"passed","time":{"start":1707756341219,"stop":1707756341219,"duration":0}},{"uid":"4d59a03e4241785c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4d59a03e4241785c","status":"passed","time":{"start":1707753751250,"stop":1707753751251,"duration":1}},{"uid":"c81c0602b7a9aac1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c81c0602b7a9aac1","status":"passed","time":{"start":1707753510012,"stop":1707753510012,"duration":0}},{"uid":"88f9a1926b74a629","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f9a1926b74a629","status":"passed","time":{"start":1707750881806,"stop":1707750881806,"duration":0}},{"uid":"a041064168eb0a6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a041064168eb0a6d","status":"passed","time":{"start":1707736800765,"stop":1707736800765,"duration":0}},{"uid":"34ac1c91c462defb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/34ac1c91c462defb","status":"passed","time":{"start":1707736013453,"stop":1707736013454,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3cef6830630c5b32","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cef6830630c5b32","status":"passed","time":{"start":1707793238871,"stop":1707793238872,"duration":1}},{"uid":"8c49f2d579ad9295","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c49f2d579ad9295","status":"passed","time":{"start":1707778202479,"stop":1707778202480,"duration":1}},{"uid":"1d747cbc9ae6a734","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d747cbc9ae6a734","status":"passed","time":{"start":1707775486623,"stop":1707775486625,"duration":2}},{"uid":"9b168e8bf6a68455","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b168e8bf6a68455","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"f71a04cb93b2fb92","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f71a04cb93b2fb92","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"duration":0}},{"uid":"543b8f6fd2932e7d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/543b8f6fd2932e7d","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"e5eb469cd1527f3c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5eb469cd1527f3c","status":"passed","time":{"start":1707760174019,"stop":1707760174020,"duration":1}},{"uid":"c11a67ed2c395575","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c11a67ed2c395575","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"a65552c22ca2f61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a65552c22ca2f61","status":"passed","time":{"start":1707756499903,"stop":1707756499904,"duration":1}},{"uid":"45052e1dc0760973","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45052e1dc0760973","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"16534c6401a8599e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16534c6401a8599e","status":"passed","time":{"start":1707753647508,"stop":1707753647508,"duration":0}},{"uid":"647bda9a01948ce4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/647bda9a01948ce4","status":"passed","time":{"start":1707751019568,"stop":1707751019569,"duration":1}},{"uid":"7bbac7630c6f2254","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7bbac7630c6f2254","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"769b4e88ba3486f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/769b4e88ba3486f8","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e9ccba4e09f3f7e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e9ccba4e09f3f7e","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0}},{"uid":"f6927cf966ac2c56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6927cf966ac2c56","status":"passed","time":{"start":1707778379763,"stop":1707778379764,"duration":1}},{"uid":"e4c6e189a357fc50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4c6e189a357fc50","status":"passed","time":{"start":1707775649287,"stop":1707775649288,"duration":1}},{"uid":"a7d7148fbb4497e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a7d7148fbb4497e0","status":"passed","time":{"start":1707775456622,"stop":1707775456622,"duration":0}},{"uid":"9c9114fa67004677","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c9114fa67004677","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"duration":0}},{"uid":"fd21e83dc6e45f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd21e83dc6e45f9","status":"passed","time":{"start":1707770165190,"stop":1707770165191,"duration":1}},{"uid":"4ed2dea56454e5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4ed2dea56454e5ab","status":"passed","time":{"start":1707760340809,"stop":1707760340809,"duration":0}},{"uid":"2e70de24dd954ae5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2e70de24dd954ae5","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"688364d2bdf0f41e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688364d2bdf0f41e","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"4c12a68936a19d2c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c12a68936a19d2c","status":"passed","time":{"start":1707753824710,"stop":1707753824711,"duration":1}},{"uid":"4299f89037acc826","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4299f89037acc826","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"aabe5530aa1b6ce9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aabe5530aa1b6ce9","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"bb8d98c038c49b66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb8d98c038c49b66","status":"passed","time":{"start":1707736323081,"stop":1707736323082,"duration":1}}]},"ca768b06b63968deff00632c9ef130d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaedfbb607232015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eaedfbb607232015","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2bd6dc2a157e3582","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bd6dc2a157e3582","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0}},{"uid":"dc5470d73edb9d22","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc5470d73edb9d22","status":"passed","time":{"start":1707777977673,"stop":1707777977673,"duration":0}},{"uid":"f62771576f836de9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f62771576f836de9","status":"passed","time":{"start":1707775258471,"stop":1707775258472,"duration":1}},{"uid":"dcc721e574baaa07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcc721e574baaa07","status":"passed","time":{"start":1707775082033,"stop":1707775082034,"duration":1}},{"uid":"772398f880ab7e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/772398f880ab7e81","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"duration":0}},{"uid":"98a107e5f63a8ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98a107e5f63a8ede","status":"passed","time":{"start":1707769841910,"stop":1707769841910,"duration":0}},{"uid":"3d7a6ce52532bcc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d7a6ce52532bcc4","status":"passed","time":{"start":1707759921464,"stop":1707759921464,"duration":0}},{"uid":"45595d3da0cf0a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45595d3da0cf0a95","status":"passed","time":{"start":1707757624890,"stop":1707757624890,"duration":0}},{"uid":"bc661a28b315beff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc661a28b315beff","status":"passed","time":{"start":1707756261840,"stop":1707756261841,"duration":1}},{"uid":"183ff73b1c444ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/183ff73b1c444ee2","status":"passed","time":{"start":1707753651190,"stop":1707753651190,"duration":0}},{"uid":"4937e2caa2776965","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4937e2caa2776965","status":"passed","time":{"start":1707753409606,"stop":1707753409608,"duration":2}},{"uid":"c2fce5c1e4a4917","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2fce5c1e4a4917","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"24aea21f2c9f8637","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24aea21f2c9f8637","status":"passed","time":{"start":1707736708337,"stop":1707736708337,"duration":0}},{"uid":"880adcc041db973b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/880adcc041db973b","status":"passed","time":{"start":1707735914395,"stop":1707735914395,"duration":0}}]},"7c71b2c6ac234afb463aaabfa5515907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60250696ce9b5b66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/60250696ce9b5b66","status":"passed","time":{"start":1707756664012,"stop":1707756664013,"duration":1}}]},"e4b3457dca66f08fda6cf69fb97ad2b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4446925c3ed4ebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4446925c3ed4ebd","status":"passed","time":{"start":1707793238879,"stop":1707793238880,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f65ee9394da87c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f65ee9394da87c6","status":"passed","time":{"start":1707793168686,"stop":1707793168687,"duration":1}},{"uid":"6ef6f7a36daee101","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ef6f7a36daee101","status":"passed","time":{"start":1707778126350,"stop":1707778126351,"duration":1}},{"uid":"d28ffbe848717831","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d28ffbe848717831","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"1d42b6c504ec26e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d42b6c504ec26e0","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"8a51aab334175b71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a51aab334175b71","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"duration":1}},{"uid":"7eef43950c19ca78","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eef43950c19ca78","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"7966f283a62bec4a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7966f283a62bec4a","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c127d50fe93f116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c127d50fe93f116b","status":"passed","time":{"start":1707757804302,"stop":1707757804303,"duration":1}},{"uid":"8dcedc179c748d7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dcedc179c748d7c","status":"passed","time":{"start":1707756422350,"stop":1707756422351,"duration":1}},{"uid":"d2b0b84c7bd63687","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b0b84c7bd63687","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"a534c8e8520dd438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a534c8e8520dd438","status":"passed","time":{"start":1707753586167,"stop":1707753586168,"duration":1}},{"uid":"4d00f1f5f91624ab","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d00f1f5f91624ab","status":"passed","time":{"start":1707750964810,"stop":1707750964811,"duration":1}},{"uid":"3d8f322ccf2d52da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d8f322ccf2d52da","status":"passed","time":{"start":1707736890441,"stop":1707736890441,"duration":0}},{"uid":"e8bbbf6cdfe54062","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bbbf6cdfe54062","status":"passed","time":{"start":1707736096393,"stop":1707736096394,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"60eeb9d9fcc0db03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60eeb9d9fcc0db03","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0}},{"uid":"f6cc67280476087","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6cc67280476087","status":"passed","time":{"start":1707778002172,"stop":1707778002172,"duration":0}},{"uid":"69485fb2daa1c090","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69485fb2daa1c090","status":"passed","time":{"start":1707775288512,"stop":1707775288512,"duration":0}},{"uid":"a73bbd481bbad993","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a73bbd481bbad993","status":"passed","time":{"start":1707775094106,"stop":1707775094107,"duration":1}},{"uid":"36b6075670fa4a43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36b6075670fa4a43","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2}},{"uid":"2c88f9f1021c10b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c88f9f1021c10b4","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"d84945b15e08e84e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d84945b15e08e84e","status":"passed","time":{"start":1707759985515,"stop":1707759985515,"duration":0}},{"uid":"246e3ddb50f441ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246e3ddb50f441ee","status":"passed","time":{"start":1707757677815,"stop":1707757677815,"duration":0}},{"uid":"8c207d1784097e5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c207d1784097e5a","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"eef6bf15eea9f798","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef6bf15eea9f798","status":"passed","time":{"start":1707753735504,"stop":1707753735505,"duration":1}},{"uid":"e6067cd0e0157a12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6067cd0e0157a12","status":"passed","time":{"start":1707753472972,"stop":1707753472972,"duration":0}},{"uid":"561de5243cb405d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/561de5243cb405d0","status":"passed","time":{"start":1707750845171,"stop":1707750845172,"duration":1}},{"uid":"46af16c51fbe86ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46af16c51fbe86ab","status":"passed","time":{"start":1707736769679,"stop":1707736769680,"duration":1}},{"uid":"676318b5b95b062c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/676318b5b95b062c","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be92f49bf4914698","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be92f49bf4914698","status":"passed","time":{"start":1707792907230,"stop":1707792907230,"duration":0}},{"uid":"7c19468380dc7e91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c19468380dc7e91","status":"passed","time":{"start":1707777859853,"stop":1707777859853,"duration":0}},{"uid":"b3eefba927c049bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3eefba927c049bd","status":"passed","time":{"start":1707775133667,"stop":1707775133668,"duration":1}},{"uid":"88e5e665cc57c8d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/88e5e665cc57c8d3","status":"passed","time":{"start":1707774942681,"stop":1707774942681,"duration":0}},{"uid":"ec3f381eee5e3cb3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec3f381eee5e3cb3","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"duration":0}},{"uid":"608ac624e2e3071c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/608ac624e2e3071c","status":"passed","time":{"start":1707769735033,"stop":1707769735033,"duration":0}},{"uid":"c830107cc6b557a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c830107cc6b557a2","status":"passed","time":{"start":1707759831194,"stop":1707759831194,"duration":0}},{"uid":"dc8da088f5063978","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc8da088f5063978","status":"passed","time":{"start":1707757528822,"stop":1707757528823,"duration":1}},{"uid":"31bb4ba3c41be7a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31bb4ba3c41be7a4","status":"passed","time":{"start":1707756157290,"stop":1707756157291,"duration":1}},{"uid":"2a69e4e85661f3ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a69e4e85661f3ab","status":"passed","time":{"start":1707753578471,"stop":1707753578472,"duration":1}},{"uid":"44363e36de7691da","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44363e36de7691da","status":"passed","time":{"start":1707753307894,"stop":1707753307895,"duration":1}},{"uid":"cc19f215db195e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cc19f215db195e8","status":"passed","time":{"start":1707750703126,"stop":1707750703126,"duration":0}},{"uid":"6d3c74549449f221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3c74549449f221","status":"passed","time":{"start":1707736629970,"stop":1707736629970,"duration":0}},{"uid":"d858aa4f1523e4f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d858aa4f1523e4f8","status":"passed","time":{"start":1707735809088,"stop":1707735809088,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e49eec942ec1ba07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e49eec942ec1ba07","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"duration":0}},{"uid":"47e111feb5969c9a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47e111feb5969c9a","status":"passed","time":{"start":1707778126354,"stop":1707778126355,"duration":1}},{"uid":"796c5bb79ac0c966","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/796c5bb79ac0c966","status":"passed","time":{"start":1707775409494,"stop":1707775409495,"duration":1}},{"uid":"4879f06f8c69777f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4879f06f8c69777f","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"8fb45e5129fe4d13","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb45e5129fe4d13","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"be0056ad9bf1c4b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be0056ad9bf1c4b4","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a2d2d0df38136a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a2d2d0df38136a","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"2a9a21954a8ae501","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a9a21954a8ae501","status":"passed","time":{"start":1707757804308,"stop":1707757804316,"duration":8}},{"uid":"d0f53bc8e2f197a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0f53bc8e2f197a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"d6bd6ed70dbde820","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6bd6ed70dbde820","status":"passed","time":{"start":1707753796553,"stop":1707753796554,"duration":1}},{"uid":"45bad8641b494ed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bad8641b494ed2","status":"passed","time":{"start":1707753586169,"stop":1707753586170,"duration":1}},{"uid":"d99d0d2503cf1d07","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d99d0d2503cf1d07","status":"passed","time":{"start":1707750964813,"stop":1707750964813,"duration":0}},{"uid":"6f26b65bb944c2a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f26b65bb944c2a5","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"8b683810ce7ebf52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b683810ce7ebf52","status":"passed","time":{"start":1707736096395,"stop":1707736096396,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dfd3d73af96d06c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dfd3d73af96d06c","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0}},{"uid":"fe635e77a0bcc723","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe635e77a0bcc723","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"6a58879c83f5426b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a58879c83f5426b","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e928793ddb3b965c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e928793ddb3b965c","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"828aaaa833252e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/828aaaa833252e5","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"80fe676ed1bc1009","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80fe676ed1bc1009","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"1434f54c3d1a11a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1434f54c3d1a11a2","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"92bf5e465ece78ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92bf5e465ece78ad","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"6dc7a83da21ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dc7a83da21ea1a1","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"a83a260a3ab412c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a83a260a3ab412c9","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"16baceee24309467","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16baceee24309467","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"188708c20676ea47","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/188708c20676ea47","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"47a1e98c08f1d531","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/47a1e98c08f1d531","status":"passed","time":{"start":1707736511735,"stop":1707736511736,"duration":1}},{"uid":"23b0c6ef734c9766","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23b0c6ef734c9766","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6cee2c8d7682e14f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cee2c8d7682e14f","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0}},{"uid":"4ed846368f999d78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ed846368f999d78","status":"passed","time":{"start":1707777973004,"stop":1707777973004,"duration":0}},{"uid":"4102d6b77940d055","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4102d6b77940d055","status":"passed","time":{"start":1707775244533,"stop":1707775244533,"duration":0}},{"uid":"4a94d99a365a51c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a94d99a365a51c1","status":"passed","time":{"start":1707775050822,"stop":1707775050823,"duration":1}},{"uid":"b3a45460904e96c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3a45460904e96c7","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"4581f2c4fc11ebcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4581f2c4fc11ebcc","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"57432f4ce881b82","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57432f4ce881b82","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"c138f1f0e0c8a00c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c138f1f0e0c8a00c","status":"passed","time":{"start":1707757644394,"stop":1707757644395,"duration":1}},{"uid":"3be225fccefa491a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3be225fccefa491a","status":"passed","time":{"start":1707756267915,"stop":1707756267916,"duration":1}},{"uid":"f516b8f0a060b243","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f516b8f0a060b243","status":"passed","time":{"start":1707753668079,"stop":1707753668082,"duration":3}},{"uid":"bf16a1a9349142b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bf16a1a9349142b0","status":"passed","time":{"start":1707753423542,"stop":1707753423542,"duration":0}},{"uid":"840a433b1b6ed3f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/840a433b1b6ed3f3","status":"passed","time":{"start":1707750796036,"stop":1707750796037,"duration":1}},{"uid":"bee70d4224690e5f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bee70d4224690e5f","status":"passed","time":{"start":1707736730657,"stop":1707736730658,"duration":1}},{"uid":"b8199399af327158","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8199399af327158","status":"passed","time":{"start":1707735912130,"stop":1707735912130,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6519c58c519cc39f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6519c58c519cc39f","status":"passed","time":{"start":1707793012462,"stop":1707793012462,"duration":0}},{"uid":"a5a756b9a46d2b17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a5a756b9a46d2b17","status":"passed","time":{"start":1707777977655,"stop":1707777977655,"duration":0}},{"uid":"e18c595e4239755a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e18c595e4239755a","status":"passed","time":{"start":1707775258446,"stop":1707775258447,"duration":1}},{"uid":"8f5607f49fa7c086","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5607f49fa7c086","status":"passed","time":{"start":1707775081977,"stop":1707775081978,"duration":1}},{"uid":"4b96aa1a3c710dea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b96aa1a3c710dea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"e404fc4b71294d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e404fc4b71294d4","status":"passed","time":{"start":1707769841887,"stop":1707769841887,"duration":0}},{"uid":"ddfea25cdced9dfc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddfea25cdced9dfc","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"43e7d101fd451a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/43e7d101fd451a27","status":"passed","time":{"start":1707757624863,"stop":1707757624865,"duration":2}},{"uid":"279dbab1b30a03d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/279dbab1b30a03d7","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"2647dcc284674a72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2647dcc284674a72","status":"passed","time":{"start":1707753651130,"stop":1707753651131,"duration":1}},{"uid":"b04b237f3e59c6e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b04b237f3e59c6e5","status":"passed","time":{"start":1707753409575,"stop":1707753409575,"duration":0}},{"uid":"6364dec027223f2f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6364dec027223f2f","status":"passed","time":{"start":1707736708311,"stop":1707736708312,"duration":1}},{"uid":"b013063f07037796","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b013063f07037796","status":"passed","time":{"start":1707735914374,"stop":1707735914375,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3453d736075045c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3453d736075045c","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0}},{"uid":"5773fcb881a3dba1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5773fcb881a3dba1","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"b5b3148f78c43bc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b3148f78c43bc1","status":"passed","time":{"start":1707775395375,"stop":1707775395376,"duration":1}},{"uid":"de5a8c880a286315","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de5a8c880a286315","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"a0c83500591e4681","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0c83500591e4681","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2}},{"uid":"199a531f6d405a68","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/199a531f6d405a68","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"23431bfb7ac98c39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23431bfb7ac98c39","status":"passed","time":{"start":1707760095402,"stop":1707760095403,"duration":1}},{"uid":"1305310d11dac589","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1305310d11dac589","status":"passed","time":{"start":1707757790735,"stop":1707757790736,"duration":1}},{"uid":"51bc0fb9acd0ae0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51bc0fb9acd0ae0a","status":"passed","time":{"start":1707756409544,"stop":1707756409545,"duration":1}},{"uid":"7cb5a148ca671417","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cb5a148ca671417","status":"passed","time":{"start":1707753793189,"stop":1707753793190,"duration":1}},{"uid":"a7173bbfa7a40178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7173bbfa7a40178","status":"passed","time":{"start":1707753573529,"stop":1707753573529,"duration":0}},{"uid":"c44849a0ab33a4f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c44849a0ab33a4f9","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"953dc04501787b62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/953dc04501787b62","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"42655a4fdb73ba9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/42655a4fdb73ba9a","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c15b2212bac74fab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c15b2212bac74fab","status":"passed","time":{"start":1707793012464,"stop":1707793012465,"duration":1}},{"uid":"65d1c37b3aa0206e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/65d1c37b3aa0206e","status":"passed","time":{"start":1707777977658,"stop":1707777977659,"duration":1}},{"uid":"ab0b80cfddebdca7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab0b80cfddebdca7","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"63c28dcb34611484","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63c28dcb34611484","status":"passed","time":{"start":1707775081990,"stop":1707775081990,"duration":0}},{"uid":"dccba2d9f830efb2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dccba2d9f830efb2","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"duration":0}},{"uid":"35539a565f8417d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35539a565f8417d1","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"83ac76e2dd4f0be5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/83ac76e2dd4f0be5","status":"passed","time":{"start":1707759921445,"stop":1707759921446,"duration":1}},{"uid":"d0b41a4acc5b0065","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d0b41a4acc5b0065","status":"passed","time":{"start":1707757624869,"stop":1707757624870,"duration":1}},{"uid":"10b167fc1368f880","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10b167fc1368f880","status":"passed","time":{"start":1707756261731,"stop":1707756261731,"duration":0}},{"uid":"78c156c9950a66df","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78c156c9950a66df","status":"passed","time":{"start":1707753651135,"stop":1707753651135,"duration":0}},{"uid":"a3a0f91071b0b176","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3a0f91071b0b176","status":"passed","time":{"start":1707753409578,"stop":1707753409579,"duration":1}},{"uid":"5641b69c96bb724b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5641b69c96bb724b","status":"passed","time":{"start":1707750722036,"stop":1707750722036,"duration":0}},{"uid":"a697ad900892a915","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a697ad900892a915","status":"passed","time":{"start":1707736708316,"stop":1707736708317,"duration":1}},{"uid":"1ce11b8d63aec10a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ce11b8d63aec10a","status":"passed","time":{"start":1707735914378,"stop":1707735914379,"duration":1}}]},"f81f25a66a20aa470bceb1915da634c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d09349b31e91dcdd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d09349b31e91dcdd","status":"passed","time":{"start":1707751136364,"stop":1707751136364,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"44e0a8492cfa113","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44e0a8492cfa113","status":"passed","time":{"start":1707793028267,"stop":1707793028268,"duration":1}},{"uid":"38e4a3a45d33a0d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38e4a3a45d33a0d4","status":"passed","time":{"start":1707777972993,"stop":1707777972994,"duration":1}},{"uid":"9154c88bafca39d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9154c88bafca39d2","status":"passed","time":{"start":1707775244524,"stop":1707775244525,"duration":1}},{"uid":"d1f15cc10f505872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1f15cc10f505872","status":"passed","time":{"start":1707775050813,"stop":1707775050813,"duration":0}},{"uid":"d793e09e88ffa36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d793e09e88ffa36a","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1}},{"uid":"1309d55fe229b7f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1309d55fe229b7f1","status":"passed","time":{"start":1707769843139,"stop":1707769843140,"duration":1}},{"uid":"fe64f3fa614cc1fc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe64f3fa614cc1fc","status":"passed","time":{"start":1707759965183,"stop":1707759965184,"duration":1}},{"uid":"8a07d6171cab533","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a07d6171cab533","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"5c37997f4916ad2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c37997f4916ad2b","status":"passed","time":{"start":1707756267893,"stop":1707756267894,"duration":1}},{"uid":"4362bc39dfae62b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4362bc39dfae62b4","status":"passed","time":{"start":1707753668022,"stop":1707753668023,"duration":1}},{"uid":"5c81c1d9c84cdfde","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c81c1d9c84cdfde","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"97b9b13a2cb1739b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97b9b13a2cb1739b","status":"passed","time":{"start":1707750796024,"stop":1707750796024,"duration":0}},{"uid":"c928000ebaf3bbbc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c928000ebaf3bbbc","status":"passed","time":{"start":1707736730634,"stop":1707736730635,"duration":1}},{"uid":"1681ed348968a23b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1681ed348968a23b","status":"passed","time":{"start":1707735912114,"stop":1707735912115,"duration":1}}]},"131fb74016cec0ae3efa2b7d1f93ff68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409ee43c1014f032","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/409ee43c1014f032","status":"passed","time":{"start":1707778114674,"stop":1707778114675,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c11e52c9b60dbf14","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c11e52c9b60dbf14","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0}},{"uid":"b48f2fcc673a39d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b48f2fcc673a39d8","status":"passed","time":{"start":1707778202466,"stop":1707778202467,"duration":1}},{"uid":"928d9e13e91864b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/928d9e13e91864b1","status":"passed","time":{"start":1707775486613,"stop":1707775486613,"duration":0}},{"uid":"1dca06991a343a8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1dca06991a343a8d","status":"passed","time":{"start":1707775300130,"stop":1707775300130,"duration":0}},{"uid":"711c618cdd2e0af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/711c618cdd2e0af0","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"duration":1}},{"uid":"8717f4d271af4e5d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8717f4d271af4e5d","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"ffc0a04b04594ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffc0a04b04594ca7","status":"passed","time":{"start":1707760174007,"stop":1707760174008,"duration":1}},{"uid":"db936a8524957633","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/db936a8524957633","status":"passed","time":{"start":1707757873909,"stop":1707757873909,"duration":0}},{"uid":"b3217122fbddd3e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3217122fbddd3e1","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"6c61572a3be0492f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c61572a3be0492f","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"5e851703302cd643","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e851703302cd643","status":"passed","time":{"start":1707753647493,"stop":1707753647495,"duration":2}},{"uid":"aa64eec0b6b90f41","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa64eec0b6b90f41","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"926891a4d885b160","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/926891a4d885b160","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"ec5641a47e6f8936","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec5641a47e6f8936","status":"passed","time":{"start":1707736152498,"stop":1707736152499,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"aab97a625d88f25c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab97a625d88f25c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792878416,"stop":1707792878416,"duration":0}},{"uid":"ec5fe41cd0ec798e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec5fe41cd0ec798e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777826932,"stop":1707777826932,"duration":0}},{"uid":"4a710a3ab500c25f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a710a3ab500c25f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"54982fec0b5f8010","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54982fec0b5f8010","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"94927b9fee4ba9d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94927b9fee4ba9d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"dabe2cea21cbf990","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dabe2cea21cbf990","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"9b7e25559dc92430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b7e25559dc92430","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"54f408788e96cf8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54f408788e96cf8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"5e228e63218a0084","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e228e63218a0084","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756124839,"stop":1707756124839,"duration":0}},{"uid":"c4760d21a7a6aaab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4760d21a7a6aaab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753544140,"stop":1707753544141,"duration":1}},{"uid":"5dcd7614700aa079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dcd7614700aa079","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753273866,"stop":1707753273868,"duration":2}},{"uid":"d7699839032c2171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7699839032c2171","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"78b680916afb4f24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/78b680916afb4f24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"610fc9fec1aff7a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/610fc9fec1aff7a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735772597,"stop":1707735772598,"duration":1}}]},"010acff7c2736f3217860d2fa3850e67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec6fcb2e5ddcca0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec6fcb2e5ddcca0f","status":"passed","time":{"start":1707760095404,"stop":1707760095405,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d77d2dbf084e0186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d77d2dbf084e0186","status":"passed","time":{"start":1707793387156,"stop":1707793387156,"duration":0}},{"uid":"f4a5cbd0391b8c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f4a5cbd0391b8c55","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"12bcd1b95c71a686","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12bcd1b95c71a686","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"49ec108173c309e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ec108173c309e1","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"704b374bbfe5335c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/704b374bbfe5335c","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"duration":1}},{"uid":"5649ad5afa135613","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5649ad5afa135613","status":"passed","time":{"start":1707770134574,"stop":1707770134574,"duration":0}},{"uid":"c1765c15b0ed729f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1765c15b0ed729f","status":"passed","time":{"start":1707760319219,"stop":1707760319220,"duration":1}},{"uid":"5eea3384c4741439","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5eea3384c4741439","status":"passed","time":{"start":1707758014868,"stop":1707758014868,"duration":0}},{"uid":"7ada6977f8b4b062","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7ada6977f8b4b062","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"40c3d44a3542a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/40c3d44a3542a031","status":"passed","time":{"start":1707753945996,"stop":1707753945997,"duration":1}},{"uid":"8eca6c8d0e0730ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8eca6c8d0e0730ec","status":"passed","time":{"start":1707753803975,"stop":1707753803975,"duration":0}},{"uid":"6c883c6b8f5a131e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6c883c6b8f5a131e","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"34a24862e7752d93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34a24862e7752d93","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"a69a408b060bf66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a69a408b060bf66b","status":"passed","time":{"start":1707736302666,"stop":1707736302666,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"53412d951a41a02a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53412d951a41a02a","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"duration":0}},{"uid":"77ac286b5d3a78a4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77ac286b5d3a78a4","status":"passed","time":{"start":1707778002164,"stop":1707778002165,"duration":1}},{"uid":"9b7273bcf0343524","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9b7273bcf0343524","status":"passed","time":{"start":1707775288508,"stop":1707775288509,"duration":1}},{"uid":"93bffb7600c688a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/93bffb7600c688a7","status":"passed","time":{"start":1707775094102,"stop":1707775094102,"duration":0}},{"uid":"2b3881fdcb0eb0ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b3881fdcb0eb0ce","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"a6995182d9e0e4fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a6995182d9e0e4fb","status":"passed","time":{"start":1707769883626,"stop":1707769883626,"duration":0}},{"uid":"19d534e75eb81d07","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19d534e75eb81d07","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"9268177645c5202e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9268177645c5202e","status":"passed","time":{"start":1707757677810,"stop":1707757677810,"duration":0}},{"uid":"89872dddf7f11810","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/89872dddf7f11810","status":"passed","time":{"start":1707756291413,"stop":1707756291413,"duration":0}},{"uid":"a3de9f7412481da6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3de9f7412481da6","status":"passed","time":{"start":1707753735501,"stop":1707753735501,"duration":0}},{"uid":"c465db0010676b1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c465db0010676b1c","status":"passed","time":{"start":1707753472968,"stop":1707753472968,"duration":0}},{"uid":"ca8e7f53d2a06f37","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca8e7f53d2a06f37","status":"passed","time":{"start":1707750845160,"stop":1707750845161,"duration":1}},{"uid":"b0de2bac8808d26a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b0de2bac8808d26a","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"3eae84b736bf31fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3eae84b736bf31fd","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c3d4fb922a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3d4fb922a23e7c","status":"passed","time":{"start":1707793371124,"stop":1707793371125,"duration":1}},{"uid":"4adbe3a3212f1278","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4adbe3a3212f1278","status":"passed","time":{"start":1707778338858,"stop":1707778338859,"duration":1}},{"uid":"eac6f70ed49a8626","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eac6f70ed49a8626","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"111be4d151d168b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/111be4d151d168b9","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"aa2e602284eb2e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2e602284eb2e7c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"7eb0f0b16926dba5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eb0f0b16926dba5","status":"passed","time":{"start":1707769968735,"stop":1707769968735,"duration":0}},{"uid":"30d98a6f67108fbb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/30d98a6f67108fbb","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"2cb7ccf51b7e070b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2cb7ccf51b7e070b","status":"passed","time":{"start":1707758006726,"stop":1707758006726,"duration":0}},{"uid":"41e2ccbc1c121e14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41e2ccbc1c121e14","status":"passed","time":{"start":1707756617064,"stop":1707756617064,"duration":0}},{"uid":"5179c981dad6bc88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5179c981dad6bc88","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"e4820f3ca56395fb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e4820f3ca56395fb","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"5fa58f0cd6e14afb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5fa58f0cd6e14afb","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"b80bbda78f9f1eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b80bbda78f9f1eb","status":"passed","time":{"start":1707737091387,"stop":1707737091390,"duration":3}},{"uid":"846d806f01aefc63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846d806f01aefc63","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e414ddb69493abc6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e414ddb69493abc6","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0}},{"uid":"f8f1367b1bd4321d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8f1367b1bd4321d","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"354e04aaff3cdaa7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/354e04aaff3cdaa7","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"a071dd455b0306a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a071dd455b0306a5","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"325fc2237f44ab8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/325fc2237f44ab8b","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"19c97e0c343b8829","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c97e0c343b8829","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"abdaa1b2eb88a07c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abdaa1b2eb88a07c","status":"passed","time":{"start":1707759737375,"stop":1707759737376,"duration":1}},{"uid":"a90a0818913ea64f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a90a0818913ea64f","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"b062cce2797c5147","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b062cce2797c5147","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"9a072271314d615d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a072271314d615d","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"4f752fd82f2a14a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f752fd82f2a14a2","status":"passed","time":{"start":1707753208670,"stop":1707753208671,"duration":1}},{"uid":"ac3700f93d1c97bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac3700f93d1c97bc","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"31e04d7481866bf5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/31e04d7481866bf5","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"407b7c973a0a11b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/407b7c973a0a11b0","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"597ab9f4c3d997cd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597ab9f4c3d997cd","status":"passed","time":{"start":1707793238860,"stop":1707793238861,"duration":1}},{"uid":"415296703b9b67a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/415296703b9b67a1","status":"passed","time":{"start":1707778202462,"stop":1707778202463,"duration":1}},{"uid":"5e9cb3add921f9f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e9cb3add921f9f8","status":"passed","time":{"start":1707775486604,"stop":1707775486606,"duration":2}},{"uid":"ea11c0668dc8dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea11c0668dc8dac5","status":"passed","time":{"start":1707775300126,"stop":1707775300127,"duration":1}},{"uid":"cd0d15345a8080c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd0d15345a8080c6","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0}},{"uid":"285fedef4717ea1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/285fedef4717ea1c","status":"passed","time":{"start":1707770051359,"stop":1707770051359,"duration":0}},{"uid":"284498496e1beed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/284498496e1beed","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"880850bf2db742c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/880850bf2db742c0","status":"passed","time":{"start":1707757873886,"stop":1707757873893,"duration":7}},{"uid":"e4c3b373a5a8ca46","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e4c3b373a5a8ca46","status":"passed","time":{"start":1707756499892,"stop":1707756499892,"duration":0}},{"uid":"ff505826b76fd3fc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff505826b76fd3fc","status":"passed","time":{"start":1707753870420,"stop":1707753870420,"duration":0}},{"uid":"cc4f77a4931ff728","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc4f77a4931ff728","status":"passed","time":{"start":1707753647459,"stop":1707753647462,"duration":3}},{"uid":"d90b39d335ab10dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d90b39d335ab10dd","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"a63dd4fc4b42681c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a63dd4fc4b42681c","status":"passed","time":{"start":1707736947835,"stop":1707736947836,"duration":1}},{"uid":"6e2fe3573fc1b05d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6e2fe3573fc1b05d","status":"passed","time":{"start":1707736152490,"stop":1707736152495,"duration":5}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"451b8469be9f9d5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/451b8469be9f9d5a","status":"passed","time":{"start":1707792907234,"stop":1707792907234,"duration":0}},{"uid":"9b21abfbc5303be5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b21abfbc5303be5","status":"passed","time":{"start":1707777859860,"stop":1707777859860,"duration":0}},{"uid":"d25a85d0d09eb70e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d25a85d0d09eb70e","status":"passed","time":{"start":1707775133679,"stop":1707775133679,"duration":0}},{"uid":"751b0ed7436721f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/751b0ed7436721f5","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"94f18941b3873876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94f18941b3873876","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"duration":0}},{"uid":"998a5af5272b2e7b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/998a5af5272b2e7b","status":"passed","time":{"start":1707769735037,"stop":1707769735049,"duration":12}},{"uid":"fdaa26c769e2679b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fdaa26c769e2679b","status":"passed","time":{"start":1707759831203,"stop":1707759831204,"duration":1}},{"uid":"691c1815d3b6b07d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/691c1815d3b6b07d","status":"passed","time":{"start":1707757528827,"stop":1707757528837,"duration":10}},{"uid":"308b2df0a5a99ab6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/308b2df0a5a99ab6","status":"passed","time":{"start":1707756157296,"stop":1707756157297,"duration":1}},{"uid":"b91fbf6017a6d7ed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b91fbf6017a6d7ed","status":"passed","time":{"start":1707753578477,"stop":1707753578478,"duration":1}},{"uid":"5d1d2aa76704c7a4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d1d2aa76704c7a4","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"4d9d369c3edbbbd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d9d369c3edbbbd3","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"dde1df15a6890fe2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dde1df15a6890fe2","status":"passed","time":{"start":1707736629977,"stop":1707736629979,"duration":2}},{"uid":"def8e52c91496ce8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/def8e52c91496ce8","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"35d85074a2b3482824fc0af7ddabd3e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b1de96073a2b31","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b1de96073a2b31","status":"passed","time":{"start":1707775244530,"stop":1707775244531,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"86c5fc5f2608fd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86c5fc5f2608fd10","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0}},{"uid":"c29707dc03018c19","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c29707dc03018c19","status":"passed","time":{"start":1707778114666,"stop":1707778114666,"duration":0}},{"uid":"43380e273464c4a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/43380e273464c4a3","status":"passed","time":{"start":1707775395369,"stop":1707775395369,"duration":0}},{"uid":"259f1a47e4bd6862","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/259f1a47e4bd6862","status":"passed","time":{"start":1707775205622,"stop":1707775205622,"duration":0}},{"uid":"421ca229551fe733","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/421ca229551fe733","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0}},{"uid":"ab559f583881af4e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ab559f583881af4e","status":"passed","time":{"start":1707769983267,"stop":1707769983267,"duration":0}},{"uid":"47d32e22f2d1f60e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/47d32e22f2d1f60e","status":"passed","time":{"start":1707760095396,"stop":1707760095396,"duration":0}},{"uid":"94657430d42ac781","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94657430d42ac781","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"485bba68892b95e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/485bba68892b95e7","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"ab009dcedc0002e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab009dcedc0002e5","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"6f6ac7656eac3ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f6ac7656eac3ea","status":"passed","time":{"start":1707753573522,"stop":1707753573523,"duration":1}},{"uid":"34259d401efb04d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/34259d401efb04d2","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"647825b9f42075a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/647825b9f42075a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"40f8e0c5e601ae32","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40f8e0c5e601ae32","status":"passed","time":{"start":1707736081264,"stop":1707736081265,"duration":1}}]},"6aec30bb3cc3318fba6fd20aa6d3e9a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"395daa74d1d91d8a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/395daa74d1d91d8a","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d274040492ba7f7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d274040492ba7f7a","status":"passed","time":{"start":1707793371114,"stop":1707793371115,"duration":1}},{"uid":"e650b6f54e6df667","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e650b6f54e6df667","status":"passed","time":{"start":1707778338854,"stop":1707778338855,"duration":1}},{"uid":"b883e1b647fef285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b883e1b647fef285","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"8c1414b0bc56f89e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c1414b0bc56f89e","status":"passed","time":{"start":1707775390245,"stop":1707775390245,"duration":0}},{"uid":"9b293c09d5992ddd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b293c09d5992ddd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"1900e728975cead3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1900e728975cead3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"e64bceb456e06f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e64bceb456e06f9","status":"passed","time":{"start":1707760301823,"stop":1707760301824,"duration":1}},{"uid":"d6f32caa6587de0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6f32caa6587de0","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"ca9a1201c5361ad2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca9a1201c5361ad2","status":"passed","time":{"start":1707756617056,"stop":1707756617056,"duration":0}},{"uid":"bc8d3fda4fe12f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc8d3fda4fe12f1","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c946789fbe7852fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c946789fbe7852fe","status":"passed","time":{"start":1707753782775,"stop":1707753782776,"duration":1}},{"uid":"d0b226175929c37d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0b226175929c37d","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"e41799162b0a9cad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e41799162b0a9cad","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"ca890025956fed7d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca890025956fed7d","status":"passed","time":{"start":1707736260160,"stop":1707736260161,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"78da8706a006216d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/78da8706a006216d","status":"passed","time":{"start":1707792805606,"stop":1707792805606,"duration":0}},{"uid":"c5cfdd240f208381","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5cfdd240f208381","status":"passed","time":{"start":1707777754770,"stop":1707777754771,"duration":1}},{"uid":"b64920b05e098b9d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b64920b05e098b9d","status":"passed","time":{"start":1707775031078,"stop":1707775031078,"duration":0}},{"uid":"5e38e8035b3bbb05","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5e38e8035b3bbb05","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"21bbd40568403876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21bbd40568403876","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0}},{"uid":"d600637afb7d5b72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d600637afb7d5b72","status":"passed","time":{"start":1707769633037,"stop":1707769633038,"duration":1}},{"uid":"71b3408a4414aafe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71b3408a4414aafe","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"92dc5410f00cde5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92dc5410f00cde5a","status":"passed","time":{"start":1707757422582,"stop":1707757422582,"duration":0}},{"uid":"8df7745a1c0b9a58","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8df7745a1c0b9a58","status":"passed","time":{"start":1707756052100,"stop":1707756052101,"duration":1}},{"uid":"d2102904a0ca4446","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2102904a0ca4446","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"e15b20b3394e6794","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e15b20b3394e6794","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"3963d903e329fca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3963d903e329fca1","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"65e04d0d65d22fef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65e04d0d65d22fef","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"6875ca4a7d71f69","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6875ca4a7d71f69","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3bf1ef6096f8390c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3bf1ef6096f8390c","status":"passed","time":{"start":1707793383650,"stop":1707793383651,"duration":1}},{"uid":"18fe2445b781198b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18fe2445b781198b","status":"passed","time":{"start":1707778343612,"stop":1707778343613,"duration":1}},{"uid":"c6b34075e8b8afb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c6b34075e8b8afb2","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"924dbabbaafe6706","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/924dbabbaafe6706","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"67bbd8491ad92a1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67bbd8491ad92a1a","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"3a7745ca18b31769","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a7745ca18b31769","status":"passed","time":{"start":1707770126650,"stop":1707770126650,"duration":0}},{"uid":"1aaae7fff58f2f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1aaae7fff58f2f23","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"794888dc8dc505a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/794888dc8dc505a3","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"f60a76e2b31d7803","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f60a76e2b31d7803","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"62023f7797656aa6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/62023f7797656aa6","status":"passed","time":{"start":1707753934639,"stop":1707753934641,"duration":2}},{"uid":"6e5804ae345276db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e5804ae345276db","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"7c5591151a2a6d8d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c5591151a2a6d8d","status":"passed","time":{"start":1707751117571,"stop":1707751117572,"duration":1}},{"uid":"9b49c42ac5ca0cf4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b49c42ac5ca0cf4","status":"passed","time":{"start":1707737090806,"stop":1707737090807,"duration":1}},{"uid":"c9bd5c88ed383d7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c9bd5c88ed383d7f","status":"passed","time":{"start":1707736296308,"stop":1707736296308,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"29c08dd8a5f90d0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c08dd8a5f90d0b","status":"passed","time":{"start":1707792805568,"stop":1707792805569,"duration":1}},{"uid":"ad7f7c1e19cdb631","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad7f7c1e19cdb631","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"255ac9a891d386c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/255ac9a891d386c4","status":"passed","time":{"start":1707775031071,"stop":1707775031072,"duration":1}},{"uid":"48319a02d831f1bc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48319a02d831f1bc","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"fe45b00675a1c1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe45b00675a1c1a7","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"duration":0}},{"uid":"87f2bdbcd8ad9ea1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87f2bdbcd8ad9ea1","status":"passed","time":{"start":1707769632866,"stop":1707769632866,"duration":0}},{"uid":"c6a430b86df62d1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6a430b86df62d1b","status":"passed","time":{"start":1707759727625,"stop":1707759727626,"duration":1}},{"uid":"edfbb66f4d2e7a3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edfbb66f4d2e7a3c","status":"passed","time":{"start":1707757422397,"stop":1707757422398,"duration":1}},{"uid":"14c68c5caf623470","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14c68c5caf623470","status":"passed","time":{"start":1707756051815,"stop":1707756051815,"duration":0}},{"uid":"c6ece7ccb7944f51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6ece7ccb7944f51","status":"passed","time":{"start":1707753470070,"stop":1707753470071,"duration":1}},{"uid":"71b3f37bd62a51b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71b3f37bd62a51b3","status":"passed","time":{"start":1707753198802,"stop":1707753198802,"duration":0}},{"uid":"106e4429930ed93e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/106e4429930ed93e","status":"passed","time":{"start":1707750599091,"stop":1707750599091,"duration":0}},{"uid":"75fab65628553e0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75fab65628553e0d","status":"passed","time":{"start":1707736516545,"stop":1707736516546,"duration":1}},{"uid":"41db695d1a4c96d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41db695d1a4c96d8","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b573e086563c680b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b573e086563c680b","status":"passed","time":{"start":1707793128331,"stop":1707793128332,"duration":1}},{"uid":"1e11bc1516bcf938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e11bc1516bcf938","status":"passed","time":{"start":1707778092878,"stop":1707778092884,"duration":6}},{"uid":"65ed07337405110a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ed07337405110a","status":"passed","time":{"start":1707775368918,"stop":1707775368919,"duration":1}},{"uid":"6f0fa2853d5add7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6f0fa2853d5add7c","status":"passed","time":{"start":1707775183287,"stop":1707775183287,"duration":0}},{"uid":"bc440b139c9fc458","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc440b139c9fc458","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1}},{"uid":"867257741ce7c59a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/867257741ce7c59a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"f94bd36f41b7045b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f94bd36f41b7045b","status":"passed","time":{"start":1707760073028,"stop":1707760073031,"duration":3}},{"uid":"fa3e08dafdc25867","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa3e08dafdc25867","status":"passed","time":{"start":1707757771073,"stop":1707757771073,"duration":0}},{"uid":"ddcda0d50ef9514c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddcda0d50ef9514c","status":"passed","time":{"start":1707756387891,"stop":1707756387891,"duration":0}},{"uid":"b6ffb9772c6db03f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6ffb9772c6db03f","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"474bd269c1d47eed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/474bd269c1d47eed","status":"passed","time":{"start":1707753549844,"stop":1707753549845,"duration":1}},{"uid":"e4a6c37967972d24","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4a6c37967972d24","status":"passed","time":{"start":1707750934222,"stop":1707750934222,"duration":0}},{"uid":"9e4746e43535b2d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e4746e43535b2d0","status":"passed","time":{"start":1707736857300,"stop":1707736857300,"duration":0}},{"uid":"7a0ac067c03864ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a0ac067c03864ee","status":"passed","time":{"start":1707736056534,"stop":1707736056534,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f61758232802d7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f61758232802d7a","status":"passed","time":{"start":1707793168684,"stop":1707793168685,"duration":1}},{"uid":"de9fc83333c01153","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de9fc83333c01153","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"6fbc8a4b631363c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6fbc8a4b631363c9","status":"passed","time":{"start":1707775409486,"stop":1707775409492,"duration":6}},{"uid":"f5b94241626f97aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5b94241626f97aa","status":"passed","time":{"start":1707775219999,"stop":1707775220000,"duration":1}},{"uid":"ebb46bdddbe6fd5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebb46bdddbe6fd5e","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1}},{"uid":"6f1e6a1ef63b183e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6f1e6a1ef63b183e","status":"passed","time":{"start":1707769994545,"stop":1707769994545,"duration":0}},{"uid":"7532496134fcdc6b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7532496134fcdc6b","status":"passed","time":{"start":1707760106460,"stop":1707760106460,"duration":0}},{"uid":"66123ee5f3046e5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66123ee5f3046e5b","status":"passed","time":{"start":1707757804300,"stop":1707757804301,"duration":1}},{"uid":"47c8564be44bfb3a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/47c8564be44bfb3a","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"94c3591fa1dab7be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94c3591fa1dab7be","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"89df62c8591dbc98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89df62c8591dbc98","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"f583be82da667059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f583be82da667059","status":"passed","time":{"start":1707750964808,"stop":1707750964809,"duration":1}},{"uid":"cf130a2ce6b274a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf130a2ce6b274a7","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"7ffef70a35ffd0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ffef70a35ffd0e0","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c12b642cd8d8f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c12b642cd8d8f77","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0}},{"uid":"5b7de0689a294d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b7de0689a294d14","status":"passed","time":{"start":1707777826929,"stop":1707777826930,"duration":1}},{"uid":"6853f19c3f4eeb70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6853f19c3f4eeb70","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"7b469dfa2f8228c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b469dfa2f8228c5","status":"passed","time":{"start":1707774906442,"stop":1707774906443,"duration":1}},{"uid":"50d0ef14bc3be711","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50d0ef14bc3be711","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"4ce13368df6c8a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ce13368df6c8a66","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"ae8add404a418da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8add404a418da","status":"passed","time":{"start":1707759800530,"stop":1707759800531,"duration":1}},{"uid":"aa9246e85693e0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa9246e85693e0d3","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"65574bf3ea79db15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65574bf3ea79db15","status":"passed","time":{"start":1707756124836,"stop":1707756124837,"duration":1}},{"uid":"55c0879729244e00","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55c0879729244e00","status":"passed","time":{"start":1707753544139,"stop":1707753544139,"duration":0}},{"uid":"f079ac859e543821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f079ac859e543821","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"7a0425181e1c7548","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a0425181e1c7548","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"ef3eeb0182a0f2ba","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3eeb0182a0f2ba","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"8cdc85c9438bc49f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8cdc85c9438bc49f","status":"passed","time":{"start":1707735772596,"stop":1707735772597,"duration":1}}]},"99999fe5891aee3d6f3f8eb1a248dc03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b96812c18f04ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b96812c18f04ce","status":"passed","time":{"start":1707756267910,"stop":1707756267911,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9fbbf0f3e327a09","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9fbbf0f3e327a09","status":"passed","time":{"start":1707792792547,"stop":1707792792547,"duration":0}},{"uid":"9ed7510cb81152bb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ed7510cb81152bb","status":"passed","time":{"start":1707777741283,"stop":1707777741284,"duration":1}},{"uid":"ff42e32f673e9ba9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff42e32f673e9ba9","status":"passed","time":{"start":1707775017581,"stop":1707775017582,"duration":1}},{"uid":"35e9aeb00c9e8b59","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35e9aeb00c9e8b59","status":"passed","time":{"start":1707774819157,"stop":1707774819158,"duration":1}},{"uid":"9fee36f20095e4f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fee36f20095e4f","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"duration":1}},{"uid":"49af121de154ef9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49af121de154ef9c","status":"passed","time":{"start":1707769619244,"stop":1707769619246,"duration":2}},{"uid":"3155bacc234bc144","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3155bacc234bc144","status":"passed","time":{"start":1707759714506,"stop":1707759714506,"duration":0}},{"uid":"6422ed171bdce2ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6422ed171bdce2ec","status":"passed","time":{"start":1707757408919,"stop":1707757408920,"duration":1}},{"uid":"8aeb99bb6391fc82","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8aeb99bb6391fc82","status":"passed","time":{"start":1707756038647,"stop":1707756038648,"duration":1}},{"uid":"bbdfd8fe48bf2dd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbdfd8fe48bf2dd0","status":"passed","time":{"start":1707753456818,"stop":1707753456818,"duration":0}},{"uid":"b3f77d5c12b014a3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3f77d5c12b014a3","status":"passed","time":{"start":1707753185025,"stop":1707753185025,"duration":0}},{"uid":"e6cb2a71aebf55d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6cb2a71aebf55d1","status":"passed","time":{"start":1707750585688,"stop":1707750585689,"duration":1}},{"uid":"8622e2b841fddf7d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8622e2b841fddf7d","status":"passed","time":{"start":1707736503240,"stop":1707736503241,"duration":1}},{"uid":"fadb974e0c13bbfe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fadb974e0c13bbfe","status":"passed","time":{"start":1707735684538,"stop":1707735684539,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"971cbc42d281bfc3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/971cbc42d281bfc3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793168678,"stop":1707793168678,"duration":0}},{"uid":"ad5f79e861f34d26","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad5f79e861f34d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"d4463ae7405eb2ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4463ae7405eb2ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"c87549886965f03d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c87549886965f03d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"a8f39824771c7567","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a8f39824771c7567","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"b9294c6f6e7172fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9294c6f6e7172fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"3dea7f62062b5e8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dea7f62062b5e8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106457,"stop":1707760106457,"duration":0}},{"uid":"ad7e6a4dc44f6062","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad7e6a4dc44f6062","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804295,"duration":1}},{"uid":"662bc9a08827c08c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662bc9a08827c08c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422347,"duration":1}},{"uid":"34b91eada9d8380d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34b91eada9d8380d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"7f344e21784df7d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f344e21784df7d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"811481c96880a357","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/811481c96880a357","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"8a514315132bc555","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a514315132bc555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"770525f3e68826da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/770525f3e68826da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"602123f839c2790fcbde5ed1a651aa5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"216572bf2cfb22ea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/216572bf2cfb22ea","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ff1ce72f4aa93ce0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff1ce72f4aa93ce0","status":"passed","time":{"start":1707793304782,"stop":1707793304783,"duration":1}},{"uid":"f0488c032541a92e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0488c032541a92e","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"96e173655408fcd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e173655408fcd1","status":"passed","time":{"start":1707775545728,"stop":1707775545729,"duration":1}},{"uid":"5ccdc0905df38a71","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ccdc0905df38a71","status":"passed","time":{"start":1707775359952,"stop":1707775359953,"duration":1}},{"uid":"3315332233dd4c44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3315332233dd4c44","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ed9a1589af8f324e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ed9a1589af8f324e","status":"passed","time":{"start":1707770099496,"stop":1707770099497,"duration":1}},{"uid":"1de8f78fb8845469","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1de8f78fb8845469","status":"passed","time":{"start":1707760242014,"stop":1707760242015,"duration":1}},{"uid":"dddeacf310a04099","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dddeacf310a04099","status":"passed","time":{"start":1707757936357,"stop":1707757936357,"duration":0}},{"uid":"48d334ef0515a6ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48d334ef0515a6ea","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"cd85849d586a005b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd85849d586a005b","status":"passed","time":{"start":1707753906982,"stop":1707753906983,"duration":1}},{"uid":"80ab265433048a5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/80ab265433048a5c","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"21eef9a96e6481de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/21eef9a96e6481de","status":"passed","time":{"start":1707751082965,"stop":1707751082965,"duration":0}},{"uid":"5f5eb6ba0c67391d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f5eb6ba0c67391d","status":"passed","time":{"start":1707736996442,"stop":1707736996442,"duration":0}},{"uid":"5d2b9e6f940c6c1c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d2b9e6f940c6c1c","status":"passed","time":{"start":1707736227461,"stop":1707736227461,"duration":0}}]},"fd390aa89ea3a135fe5bf5d884d0ac9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aface0bf0b14b46b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aface0bf0b14b46b","status":"passed","time":{"start":1707753647525,"stop":1707753647526,"duration":1}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e1e02c7861f1774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e1e02c7861f1774","status":"passed","time":{"start":1707793387155,"stop":1707793387156,"duration":1}},{"uid":"bedfd67c40616dc1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bedfd67c40616dc1","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"ce029271bc9d1e81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ce029271bc9d1e81","status":"passed","time":{"start":1707775627621,"stop":1707775627621,"duration":0}},{"uid":"ee2a8225f139c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee2a8225f139c95","status":"passed","time":{"start":1707775424998,"stop":1707775424998,"duration":0}},{"uid":"9e3f254b547dbbd8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e3f254b547dbbd8","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"duration":0}},{"uid":"947ca0448a9b36d3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/947ca0448a9b36d3","status":"passed","time":{"start":1707770134573,"stop":1707770134574,"duration":1}},{"uid":"3501299bdf9d29b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3501299bdf9d29b1","status":"passed","time":{"start":1707760319219,"stop":1707760319219,"duration":0}},{"uid":"61d07827dc29892f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61d07827dc29892f","status":"passed","time":{"start":1707758014867,"stop":1707758014868,"duration":1}},{"uid":"c88e986cf3d1d59a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88e986cf3d1d59a","status":"passed","time":{"start":1707756639368,"stop":1707756639368,"duration":0}},{"uid":"cf87a15241445c8e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf87a15241445c8e","status":"passed","time":{"start":1707753945994,"stop":1707753945995,"duration":1}},{"uid":"5213ac71fdc77133","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5213ac71fdc77133","status":"passed","time":{"start":1707753803974,"stop":1707753803975,"duration":1}},{"uid":"ae6d4baafbfbaa53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae6d4baafbfbaa53","status":"passed","time":{"start":1707751138034,"stop":1707751138034,"duration":0}},{"uid":"2554924c30f68fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2554924c30f68fbd","status":"passed","time":{"start":1707737096087,"stop":1707737096087,"duration":0}},{"uid":"9ac65efcb7f8f4fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ac65efcb7f8f4fc","status":"passed","time":{"start":1707736302665,"stop":1707736302666,"duration":1}}]},"e20c821a90ffb988ad8f695ca545a4f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ae80a703685949","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32ae80a703685949","status":"passed","time":{"start":1707756499932,"stop":1707756499936,"duration":4}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab6a27ffc938adff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab6a27ffc938adff","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0}},{"uid":"d310c7a63fbc06f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d310c7a63fbc06f1","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"a55b0240e4493091","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a55b0240e4493091","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"57811c74d03aa39b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/57811c74d03aa39b","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"e66fbc78f72fe03f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e66fbc78f72fe03f","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"e05a2984cebdb84f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e05a2984cebdb84f","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"3a312e96210b977f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a312e96210b977f","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"4299571218359ccd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4299571218359ccd","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"849f424e89fd24d5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/849f424e89fd24d5","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b6959594357151fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6959594357151fe","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"e891f790fb6c5b21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e891f790fb6c5b21","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"af2d384de4f67dfe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af2d384de4f67dfe","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"192a60c50102c356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/192a60c50102c356","status":"passed","time":{"start":1707736511742,"stop":1707736511743,"duration":1}},{"uid":"70e8f6109c6adbe5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70e8f6109c6adbe5","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef76f9f2d89d5ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef76f9f2d89d5ba","status":"passed","time":{"start":1707792958823,"stop":1707792958827,"duration":4}},{"uid":"c50e1153360786c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c50e1153360786c7","status":"passed","time":{"start":1707777997102,"stop":1707777997103,"duration":1}},{"uid":"717e5cf81ac367f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/717e5cf81ac367f2","status":"passed","time":{"start":1707775275742,"stop":1707775275743,"duration":1}},{"uid":"3207358e95db179b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3207358e95db179b","status":"passed","time":{"start":1707775085874,"stop":1707775085875,"duration":1}},{"uid":"bcf2d7f36828e557","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcf2d7f36828e557","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"duration":1}},{"uid":"f7281c632b822f51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7281c632b822f51","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"fed6da0c71dabb5e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fed6da0c71dabb5e","status":"passed","time":{"start":1707759981453,"stop":1707759981454,"duration":1}},{"uid":"20568ffd3759a32f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20568ffd3759a32f","status":"passed","time":{"start":1707757676033,"stop":1707757676033,"duration":0}},{"uid":"8f41768ea570d5d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f41768ea570d5d9","status":"passed","time":{"start":1707756304419,"stop":1707756304420,"duration":1}},{"uid":"42be9b03b9c1462b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42be9b03b9c1462b","status":"passed","time":{"start":1707753713232,"stop":1707753713233,"duration":1}},{"uid":"be5e5e91525d70ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/be5e5e91525d70ea","status":"passed","time":{"start":1707753448075,"stop":1707753448080,"duration":5}},{"uid":"2e228fbe4fb6000d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e228fbe4fb6000d","status":"passed","time":{"start":1707750840027,"stop":1707750840027,"duration":0}},{"uid":"942aea005b862ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/942aea005b862ef9","status":"passed","time":{"start":1707736764984,"stop":1707736764984,"duration":0}},{"uid":"250872448e050cb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/250872448e050cb1","status":"passed","time":{"start":1707735955216,"stop":1707735955217,"duration":1}}]},"e49e0706271d3e1047cd65584df75b14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1388ad31512f465f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1388ad31512f465f","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"47cfd4015a024311","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47cfd4015a024311","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"duration":0}},{"uid":"870196f1d3457b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/870196f1d3457b3d","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"b86f0653f805f62e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b86f0653f805f62e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"55d0340657aee5cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/55d0340657aee5cb","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"2daf5e14743b78b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2daf5e14743b78b4","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"duration":1}},{"uid":"f5748f5250aaf006","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5748f5250aaf006","status":"passed","time":{"start":1707769994550,"stop":1707769994552,"duration":2}},{"uid":"4304a8f5f7a8d4ea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4304a8f5f7a8d4ea","status":"passed","time":{"start":1707760106464,"stop":1707760106464,"duration":0}},{"uid":"4c7cf5583caf8046","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c7cf5583caf8046","status":"passed","time":{"start":1707757804318,"stop":1707757804319,"duration":1}},{"uid":"337cfdeb91fd9533","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/337cfdeb91fd9533","status":"passed","time":{"start":1707756422353,"stop":1707756422353,"duration":0}},{"uid":"7edde91788b48db1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7edde91788b48db1","status":"passed","time":{"start":1707753796554,"stop":1707753796555,"duration":1}},{"uid":"6a6ede3f4d06bd80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a6ede3f4d06bd80","status":"passed","time":{"start":1707753586171,"stop":1707753586171,"duration":0}},{"uid":"9a53ee987eaac757","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a53ee987eaac757","status":"passed","time":{"start":1707750964815,"stop":1707750964815,"duration":0}},{"uid":"5a7ba92813aacb25","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a7ba92813aacb25","status":"passed","time":{"start":1707736890444,"stop":1707736890444,"duration":0}},{"uid":"c5aaf55443a3ed1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5aaf55443a3ed1d","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d157403cbe4fbb5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d157403cbe4fbb5c","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0}},{"uid":"e9f1f46e927dab62","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e9f1f46e927dab62","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"c3f9d76612bf77b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3f9d76612bf77b2","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"891aff9538b982b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/891aff9538b982b9","status":"passed","time":{"start":1707775462777,"stop":1707775462777,"duration":0}},{"uid":"2a3e1b892b694d7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a3e1b892b694d7b","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"b8ce21e7cbd49378","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce21e7cbd49378","status":"passed","time":{"start":1707770180414,"stop":1707770180414,"duration":0}},{"uid":"e6bca77dc64f56e4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e6bca77dc64f56e4","status":"passed","time":{"start":1707760352905,"stop":1707760352906,"duration":1}},{"uid":"bcc52fb0a6a64f22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc52fb0a6a64f22","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"95f5b52601def4ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95f5b52601def4ff","status":"passed","time":{"start":1707756674083,"stop":1707756674083,"duration":0}},{"uid":"23f3eed6de2ef173","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23f3eed6de2ef173","status":"passed","time":{"start":1707753994322,"stop":1707753994322,"duration":0}},{"uid":"3d1c5e0f88c1953c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d1c5e0f88c1953c","status":"passed","time":{"start":1707753841533,"stop":1707753841534,"duration":1}},{"uid":"dc46350461cdd6ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc46350461cdd6ee","status":"passed","time":{"start":1707751143420,"stop":1707751143420,"duration":0}},{"uid":"40cfec7fbebeb705","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40cfec7fbebeb705","status":"passed","time":{"start":1707737132858,"stop":1707737132858,"duration":0}},{"uid":"c5bfcd80d8b60dd3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5bfcd80d8b60dd3","status":"passed","time":{"start":1707736343131,"stop":1707736343131,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80fdb3fe15a04e36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80fdb3fe15a04e36","status":"passed","time":{"start":1707793371117,"stop":1707793371118,"duration":1}},{"uid":"6cfa8b3c1ffbf07f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6cfa8b3c1ffbf07f","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"633d520a1656b5e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/633d520a1656b5e6","status":"passed","time":{"start":1707775602041,"stop":1707775602042,"duration":1}},{"uid":"3e015f2ec9a19b51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e015f2ec9a19b51","status":"passed","time":{"start":1707775390251,"stop":1707775390251,"duration":0}},{"uid":"bdb2272296720fd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdb2272296720fd9","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"duration":0}},{"uid":"d6f2f4c9b6ead185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f2f4c9b6ead185","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"5b29222c7088b22","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b29222c7088b22","status":"passed","time":{"start":1707760301827,"stop":1707760301827,"duration":0}},{"uid":"82bac9589c21735c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/82bac9589c21735c","status":"passed","time":{"start":1707758006724,"stop":1707758006724,"duration":0}},{"uid":"f2efd24fa3db243a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f2efd24fa3db243a","status":"passed","time":{"start":1707756617062,"stop":1707756617063,"duration":1}},{"uid":"37d62521a708782d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37d62521a708782d","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"52575ff3d3c0da2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/52575ff3d3c0da2","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"fb940e17e990dc04","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb940e17e990dc04","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"ad79e3774d99a01f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad79e3774d99a01f","status":"passed","time":{"start":1707737091384,"stop":1707737091385,"duration":1}},{"uid":"195c7736ac46c9ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/195c7736ac46c9ee","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"908341bc8fac2508","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/908341bc8fac2508","status":"passed","time":{"start":1707793059182,"stop":1707793059182,"duration":0}},{"uid":"7a69f0119d281a70","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a69f0119d281a70","status":"passed","time":{"start":1707778002257,"stop":1707778002257,"duration":0}},{"uid":"670ff45708ba860a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/670ff45708ba860a","status":"passed","time":{"start":1707775288599,"stop":1707775288599,"duration":0}},{"uid":"eebda82b8304dcfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebda82b8304dcfc","status":"passed","time":{"start":1707775094186,"stop":1707775094186,"duration":0}},{"uid":"c1daa43b43685c76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1daa43b43685c76","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"duration":0}},{"uid":"1a2404199e5960a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a2404199e5960a7","status":"passed","time":{"start":1707769883775,"stop":1707769883775,"duration":0}},{"uid":"7dcbe82eacfa4bc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7dcbe82eacfa4bc8","status":"passed","time":{"start":1707759985638,"stop":1707759985638,"duration":0}},{"uid":"b3c9f7e8282b01ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3c9f7e8282b01ad","status":"passed","time":{"start":1707757677889,"stop":1707757677890,"duration":1}},{"uid":"7472e5f5b532a2f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7472e5f5b532a2f1","status":"passed","time":{"start":1707756304556,"stop":1707756304556,"duration":0}},{"uid":"4a0ee7e6c8c64dde","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a0ee7e6c8c64dde","status":"passed","time":{"start":1707753717470,"stop":1707753717470,"duration":0}},{"uid":"ec72d61bd999d41d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec72d61bd999d41d","status":"passed","time":{"start":1707753473099,"stop":1707753473100,"duration":1}},{"uid":"c89610b8e72a91d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c89610b8e72a91d0","status":"passed","time":{"start":1707750845253,"stop":1707750845254,"duration":1}},{"uid":"2e181534259769a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2e181534259769a4","status":"passed","time":{"start":1707736769857,"stop":1707736769857,"duration":0}},{"uid":"8f98b85a52052a2d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f98b85a52052a2d","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f56547116a8bd969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56547116a8bd969","status":"passed","time":{"start":1707792958834,"stop":1707792958834,"duration":0}},{"uid":"f859b6cb6c654206","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f859b6cb6c654206","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"6607f10d286616f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6607f10d286616f9","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"785953059e4a0ece","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/785953059e4a0ece","status":"passed","time":{"start":1707775085882,"stop":1707775085882,"duration":0}},{"uid":"f2336293f1892c96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2336293f1892c96","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"duration":0}},{"uid":"c10804f2a1e58371","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c10804f2a1e58371","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"d3ec3cb86f1a6347","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3ec3cb86f1a6347","status":"passed","time":{"start":1707759981459,"stop":1707759981460,"duration":1}},{"uid":"d1dd274c44e273eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1dd274c44e273eb","status":"passed","time":{"start":1707757676040,"stop":1707757676041,"duration":1}},{"uid":"64a9e9f07214f631","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64a9e9f07214f631","status":"passed","time":{"start":1707756304426,"stop":1707756304427,"duration":1}},{"uid":"e4e8925b1d6b46f0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4e8925b1d6b46f0","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"57acd5b7058b7af9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57acd5b7058b7af9","status":"passed","time":{"start":1707753448094,"stop":1707753448098,"duration":4}},{"uid":"1fd06364fe7a7d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fd06364fe7a7d72","status":"passed","time":{"start":1707750840037,"stop":1707750840037,"duration":0}},{"uid":"c90c665979c28292","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90c665979c28292","status":"passed","time":{"start":1707736765002,"stop":1707736765002,"duration":0}},{"uid":"8377e7e7b178c0fb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8377e7e7b178c0fb","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"9f6506e29aa3e52e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6506e29aa3e52e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792958833,"stop":1707792958833,"duration":0}},{"uid":"aef0478856346614","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aef0478856346614","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997107,"stop":1707777997107,"duration":0}},{"uid":"8ea225ee0c023927","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ea225ee0c023927","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275749,"stop":1707775275749,"duration":0}},{"uid":"6e700b26e0e11827","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e700b26e0e11827","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085880,"stop":1707775085880,"duration":0}},{"uid":"c1e93710719d4dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e93710719d4dc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018835,"stop":1707770018835,"duration":0}},{"uid":"5f6b156100e672e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6b156100e672e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883316,"stop":1707769883316,"duration":0}},{"uid":"eae9d8809aae299","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eae9d8809aae299","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"8362d0c95dde4943","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8362d0c95dde4943","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"77a2480dba4fd44e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77a2480dba4fd44e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"ae6ba891e787a1a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ae6ba891e787a1a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"1675c0930418dc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1675c0930418dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448093,"stop":1707753448093,"duration":0}},{"uid":"efd6df9956c2fa00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efd6df9956c2fa00","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840035,"stop":1707750840036,"duration":1}},{"uid":"c2f57287f310002a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c2f57287f310002a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765001,"stop":1707736765001,"duration":0}},{"uid":"c723690357ba29d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c723690357ba29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"32d99c305279991c3ef3145725e4c837:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27d20d9041980401","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27d20d9041980401","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e410787348a3c8fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e410787348a3c8fe","status":"passed","time":{"start":1707792800804,"stop":1707792800805,"duration":1}},{"uid":"acee9b587236f5f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acee9b587236f5f8","status":"passed","time":{"start":1707777749834,"stop":1707777749835,"duration":1}},{"uid":"c41ae6aee448f5c2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c41ae6aee448f5c2","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"17ebf2f453b86ff4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/17ebf2f453b86ff4","status":"passed","time":{"start":1707774827846,"stop":1707774827847,"duration":1}},{"uid":"e22b2785ba6038ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e22b2785ba6038ee","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"553bac6228cae1f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/553bac6228cae1f0","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"161076d87520f87f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/161076d87520f87f","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"14508aa81fcce6ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14508aa81fcce6ce","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"fd0aa1165a44800d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd0aa1165a44800d","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"72696749955cda0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72696749955cda0e","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"5dd5a44af783bd26","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dd5a44af783bd26","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"7736fcbcc1b0948e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7736fcbcc1b0948e","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"bd46dc76c21dd50f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd46dc76c21dd50f","status":"passed","time":{"start":1707736511728,"stop":1707736511729,"duration":1}},{"uid":"344726c546889707","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/344726c546889707","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"2294d67e907ac48dd2b8117de41a1165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e2edb711b8facf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e2edb711b8facf7","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"55876a56587805bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55876a56587805bc","status":"passed","time":{"start":1707792792592,"stop":1707792792592,"duration":0}},{"uid":"cb86ad5ece7ecd8e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cb86ad5ece7ecd8e","status":"passed","time":{"start":1707777741514,"stop":1707777741514,"duration":0}},{"uid":"8998e48dcf836b04","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8998e48dcf836b04","status":"passed","time":{"start":1707775017867,"stop":1707775017868,"duration":1}},{"uid":"12d28140f37b6f06","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12d28140f37b6f06","status":"passed","time":{"start":1707774819296,"stop":1707774819297,"duration":1}},{"uid":"222b981442dac7d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/222b981442dac7d1","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"duration":0}},{"uid":"716396fad9f9b849","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/716396fad9f9b849","status":"passed","time":{"start":1707769619598,"stop":1707769619598,"duration":0}},{"uid":"c7c1c1a5801ef101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7c1c1a5801ef101","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"1a66ad70cd85ce36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1a66ad70cd85ce36","status":"passed","time":{"start":1707757409078,"stop":1707757409078,"duration":0}},{"uid":"e3e4174bcc57f887","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e3e4174bcc57f887","status":"passed","time":{"start":1707756038944,"stop":1707756038945,"duration":1}},{"uid":"72db0ce2316e8afb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72db0ce2316e8afb","status":"passed","time":{"start":1707753457115,"stop":1707753457115,"duration":0}},{"uid":"a0cdfe91cef6a699","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0cdfe91cef6a699","status":"passed","time":{"start":1707753185097,"stop":1707753185097,"duration":0}},{"uid":"dcc671744b40d624","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dcc671744b40d624","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"120eb2e3d258fd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120eb2e3d258fd9","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"723f413c7cd656e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/723f413c7cd656e7","status":"passed","time":{"start":1707735684651,"stop":1707735684651,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3cd9b8095d242cad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cd9b8095d242cad","status":"passed","time":{"start":1707793369030,"stop":1707793369031,"duration":1}},{"uid":"700e8f5b32a5db9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700e8f5b32a5db9e","status":"passed","time":{"start":1707778332045,"stop":1707778332046,"duration":1}},{"uid":"4b9dbcb54c112f54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b9dbcb54c112f54","status":"passed","time":{"start":1707775601721,"stop":1707775601722,"duration":1}},{"uid":"6d4f91b277d7e05e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4f91b277d7e05e","status":"passed","time":{"start":1707775415216,"stop":1707775415216,"duration":0}},{"uid":"d10d2214c67af995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d10d2214c67af995","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"duration":0}},{"uid":"4eee26968845bf8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eee26968845bf8f","status":"passed","time":{"start":1707770103207,"stop":1707770103211,"duration":4}},{"uid":"a3432f7d2726a7a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a3432f7d2726a7a2","status":"passed","time":{"start":1707760299488,"stop":1707760299488,"duration":0}},{"uid":"55d41ffa84be13c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55d41ffa84be13c3","status":"passed","time":{"start":1707757995150,"stop":1707757995151,"duration":1}},{"uid":"b1291351cedeaa3b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1291351cedeaa3b","status":"passed","time":{"start":1707756620170,"stop":1707756620170,"duration":0}},{"uid":"76118e9e2bdcdda8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76118e9e2bdcdda8","status":"passed","time":{"start":1707753925421,"stop":1707753925422,"duration":1}},{"uid":"b2d06fbf6bfc1f6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2d06fbf6bfc1f6f","status":"passed","time":{"start":1707753785894,"stop":1707753785894,"duration":0}},{"uid":"eb424aa9a69f8c61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eb424aa9a69f8c61","status":"passed","time":{"start":1707751137098,"stop":1707751137099,"duration":1}},{"uid":"1b16e61c36c415d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1b16e61c36c415d3","status":"passed","time":{"start":1707737056790,"stop":1707737056791,"duration":1}},{"uid":"bdaf6eb6cd825151","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bdaf6eb6cd825151","status":"passed","time":{"start":1707736286215,"stop":1707736286215,"duration":0}}]},"ea893617bb6c10fcbec31a24226474b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b95d4b7bc2abf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b95d4b7bc2abf3","status":"passed","time":{"start":1707775395377,"stop":1707775395377,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2275c8176aa1404","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2275c8176aa1404","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"duration":0}},{"uid":"b100db59786a1dcf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b100db59786a1dcf","status":"passed","time":{"start":1707778179238,"stop":1707778179239,"duration":1}},{"uid":"5795e6ae542042b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5795e6ae542042b1","status":"passed","time":{"start":1707775471146,"stop":1707775471150,"duration":4}},{"uid":"d09955469076264","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d09955469076264","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"dfeb786cbf1141d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfeb786cbf1141d6","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"duration":0}},{"uid":"7065d02f576b325f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7065d02f576b325f","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"486c988eed126286","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/486c988eed126286","status":"passed","time":{"start":1707760163338,"stop":1707760163341,"duration":3}},{"uid":"548d853123c87081","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d853123c87081","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"1ec0e3d6e7e4e008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec0e3d6e7e4e008","status":"passed","time":{"start":1707756493174,"stop":1707756493174,"duration":0}},{"uid":"761a2bd9a23d9dd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/761a2bd9a23d9dd4","status":"passed","time":{"start":1707753863566,"stop":1707753863567,"duration":1}},{"uid":"3faeba85d69b66f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3faeba85d69b66f9","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"a25fb47ad292b6f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a25fb47ad292b6f8","status":"passed","time":{"start":1707751014389,"stop":1707751014393,"duration":4}},{"uid":"a9d38ae27903262","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9d38ae27903262","status":"passed","time":{"start":1707736941412,"stop":1707736941413,"duration":1}},{"uid":"744d2a0c35c1d659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/744d2a0c35c1d659","status":"passed","time":{"start":1707736158695,"stop":1707736158695,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b5eea86b2effd42","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b5eea86b2effd42","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0}},{"uid":"302e4fd1769a0c12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/302e4fd1769a0c12","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"70fac41963753c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70fac41963753c9","status":"passed","time":{"start":1707775486633,"stop":1707775486634,"duration":1}},{"uid":"499061cdb5537a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/499061cdb5537a7","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"395c2d9d56ec6982","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/395c2d9d56ec6982","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"duration":0}},{"uid":"1625da7ba5508717","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1625da7ba5508717","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"b66b90a22bb05bfa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b90a22bb05bfa","status":"passed","time":{"start":1707760174025,"stop":1707760174026,"duration":1}},{"uid":"b695d9f9e2b716d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b695d9f9e2b716d","status":"passed","time":{"start":1707757873924,"stop":1707757873925,"duration":1}},{"uid":"95929725561f5217","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95929725561f5217","status":"passed","time":{"start":1707756499907,"stop":1707756499908,"duration":1}},{"uid":"da7671fbfe090db4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da7671fbfe090db4","status":"passed","time":{"start":1707753870459,"stop":1707753870459,"duration":0}},{"uid":"27699be422391441","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27699be422391441","status":"passed","time":{"start":1707753647513,"stop":1707753647513,"duration":0}},{"uid":"8a558a21b3ac8ee6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a558a21b3ac8ee6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"276693f301ebc1c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/276693f301ebc1c8","status":"passed","time":{"start":1707736947851,"stop":1707736947851,"duration":0}},{"uid":"560c92b587b96bd8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/560c92b587b96bd8","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"681458f686b6bdbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/681458f686b6bdbe","status":"passed","time":{"start":1707792929579,"stop":1707792929579,"duration":0}},{"uid":"951f1768139f46c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/951f1768139f46c1","status":"passed","time":{"start":1707777877643,"stop":1707777877645,"duration":2}},{"uid":"23c7fb3bc2745fa3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23c7fb3bc2745fa3","status":"passed","time":{"start":1707775153017,"stop":1707775153018,"duration":1}},{"uid":"90bb16755e4e8099","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90bb16755e4e8099","status":"passed","time":{"start":1707774951831,"stop":1707774951831,"duration":0}},{"uid":"7cdcfdc03b701571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cdcfdc03b701571","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"c2e74e16ae8b870a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2e74e16ae8b870a","status":"passed","time":{"start":1707769748204,"stop":1707769748205,"duration":1}},{"uid":"e165daac3409c1f4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e165daac3409c1f4","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"f13de04b6400b23e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f13de04b6400b23e","status":"passed","time":{"start":1707757546806,"stop":1707757546807,"duration":1}},{"uid":"cfb15046bad7fe4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cfb15046bad7fe4","status":"passed","time":{"start":1707756167198,"stop":1707756167199,"duration":1}},{"uid":"42eda9c7a2bf4360","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42eda9c7a2bf4360","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f0355a560e89484c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0355a560e89484c","status":"passed","time":{"start":1707753331770,"stop":1707753331770,"duration":0}},{"uid":"fa8829a8d5ff5a03","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fa8829a8d5ff5a03","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"55b147a17b4bbe6e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55b147a17b4bbe6e","status":"passed","time":{"start":1707736636441,"stop":1707736636442,"duration":1}},{"uid":"78f20cfcc80b0c35","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78f20cfcc80b0c35","status":"passed","time":{"start":1707735825260,"stop":1707735825261,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"14f23d2bd7082ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/14f23d2bd7082ba","status":"passed","time":{"start":1707792838870,"stop":1707792838870,"duration":0}},{"uid":"6c44d53d35694057","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6c44d53d35694057","status":"passed","time":{"start":1707777787224,"stop":1707777787225,"duration":1}},{"uid":"d3f4eb87e363ab67","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f4eb87e363ab67","status":"passed","time":{"start":1707775063041,"stop":1707775063041,"duration":0}},{"uid":"8da19fcb589d769","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8da19fcb589d769","status":"passed","time":{"start":1707774865148,"stop":1707774865148,"duration":0}},{"uid":"9f9fcde136fe867c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f9fcde136fe867c","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"duration":0}},{"uid":"eaf97979ac42376","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eaf97979ac42376","status":"passed","time":{"start":1707769665342,"stop":1707769665343,"duration":1}},{"uid":"383f3eb71ae53fa0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/383f3eb71ae53fa0","status":"passed","time":{"start":1707759759741,"stop":1707759759741,"duration":0}},{"uid":"625763adc0400996","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/625763adc0400996","status":"passed","time":{"start":1707757455910,"stop":1707757455913,"duration":3}},{"uid":"a5d10e08b8c58c3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d10e08b8c58c3f","status":"passed","time":{"start":1707756084432,"stop":1707756084432,"duration":0}},{"uid":"abbd84ff03309630","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abbd84ff03309630","status":"passed","time":{"start":1707753503428,"stop":1707753503429,"duration":1}},{"uid":"57e248fa3693498","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e248fa3693498","status":"passed","time":{"start":1707753233566,"stop":1707753233567,"duration":1}},{"uid":"b2bff222eaa157ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b2bff222eaa157ac","status":"passed","time":{"start":1707750631904,"stop":1707750631905,"duration":1}},{"uid":"b9ecf53efc77a22d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b9ecf53efc77a22d","status":"passed","time":{"start":1707736548884,"stop":1707736548884,"duration":0}},{"uid":"a4caa5fe45981ee7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a4caa5fe45981ee7","status":"passed","time":{"start":1707735732434,"stop":1707735732434,"duration":0}}]},"2d5b1bf3c36f968a1ed093e306f733fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85103d19d4db2c3a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85103d19d4db2c3a","status":"passed","time":{"start":1707770051401,"stop":1707770051402,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"76db239c4105ee49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/76db239c4105ee49","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"duration":0}},{"uid":"86bd291f905feb9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/86bd291f905feb9b","status":"passed","time":{"start":1707777764432,"stop":1707777764432,"duration":0}},{"uid":"fac73d20ced3528d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fac73d20ced3528d","status":"passed","time":{"start":1707775040580,"stop":1707775040580,"duration":0}},{"uid":"5b3206ccf26f063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5b3206ccf26f063e","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"ffd0059b2e720eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffd0059b2e720eda","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"dc3d1a0f7ceee51a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc3d1a0f7ceee51a","status":"passed","time":{"start":1707769642601,"stop":1707769642601,"duration":0}},{"uid":"21a2bbc75d4f4096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21a2bbc75d4f4096","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"cbf3fd2895a9c7c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbf3fd2895a9c7c3","status":"passed","time":{"start":1707757432394,"stop":1707757432394,"duration":0}},{"uid":"42d60e4255aadd9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d60e4255aadd9a","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"403e888a77ab8e88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/403e888a77ab8e88","status":"passed","time":{"start":1707753479975,"stop":1707753479976,"duration":1}},{"uid":"e3eb30bcca348a90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3eb30bcca348a90","status":"passed","time":{"start":1707753208673,"stop":1707753208674,"duration":1}},{"uid":"60a5afa839a7cc9f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60a5afa839a7cc9f","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"191011a6aa8e0a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191011a6aa8e0a7","status":"passed","time":{"start":1707736526331,"stop":1707736526332,"duration":1}},{"uid":"6cb340ea12bbd162","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cb340ea12bbd162","status":"passed","time":{"start":1707735708007,"stop":1707735708008,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a88d1f89bfe6a3b0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a88d1f89bfe6a3b0","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0}},{"uid":"ac04b64b7bf60484","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac04b64b7bf60484","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"8fa1228778785615","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8fa1228778785615","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"1df1ac3e82b7aa92","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1df1ac3e82b7aa92","status":"passed","time":{"start":1707775494268,"stop":1707775494268,"duration":0}},{"uid":"7085d47c4febcfba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7085d47c4febcfba","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"6ef7917a4ad59eed","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef7917a4ad59eed","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"1ead407882d6dd9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ead407882d6dd9c","status":"passed","time":{"start":1707760374672,"stop":1707760374673,"duration":1}},{"uid":"2556687977d0506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2556687977d0506","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"d29c4f4a2ca11515","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d29c4f4a2ca11515","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"2a02f2dc80da4e74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a02f2dc80da4e74","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"276586f72e2baf55","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/276586f72e2baf55","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"432cb2863feb193e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/432cb2863feb193e","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"6dadf688cdaa2021","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dadf688cdaa2021","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"a5acb310d7575244","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a5acb310d7575244","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"11d4db18a648395e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11d4db18a648395e","status":"passed","time":{"start":1707793371124,"stop":1707793371124,"duration":0}},{"uid":"4ef3b85fd9eb0291","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ef3b85fd9eb0291","status":"passed","time":{"start":1707778338858,"stop":1707778338858,"duration":0}},{"uid":"5e4490b7b5ea8006","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e4490b7b5ea8006","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"83cff75b9005ef6c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/83cff75b9005ef6c","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"661fdecd8ff265d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/661fdecd8ff265d7","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"bdd755a1c85c91f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bdd755a1c85c91f0","status":"passed","time":{"start":1707769968734,"stop":1707769968735,"duration":1}},{"uid":"dd895fd2480ad574","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dd895fd2480ad574","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"bdb69a7ef05731bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bdb69a7ef05731bd","status":"passed","time":{"start":1707758006725,"stop":1707758006726,"duration":1}},{"uid":"e23c080270f13b53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e23c080270f13b53","status":"passed","time":{"start":1707756617063,"stop":1707756617064,"duration":1}},{"uid":"6083f7952fa4cc99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6083f7952fa4cc99","status":"passed","time":{"start":1707753988892,"stop":1707753988893,"duration":1}},{"uid":"827cfbbff5be0638","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827cfbbff5be0638","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"543786a2bc8c1e19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/543786a2bc8c1e19","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"2d2f9093a249720","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2f9093a249720","status":"passed","time":{"start":1707737091386,"stop":1707737091387,"duration":1}},{"uid":"3a5982de1fdfef96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a5982de1fdfef96","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d843cb3f188ab455","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d843cb3f188ab455","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0}},{"uid":"c52ff903a64aab71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c52ff903a64aab71","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"27790caae91cf15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27790caae91cf15","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"75401a66681b2014","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/75401a66681b2014","status":"passed","time":{"start":1707775494284,"stop":1707775494284,"duration":0}},{"uid":"a5cb89fde165b4e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a5cb89fde165b4e8","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"ff044d2f0f2e6c58","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ff044d2f0f2e6c58","status":"passed","time":{"start":1707770238692,"stop":1707770238693,"duration":1}},{"uid":"9940a88c37e65c5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9940a88c37e65c5a","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"575e9173806d345a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/575e9173806d345a","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"94cb47662573584d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/94cb47662573584d","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"3007956a83838ef1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3007956a83838ef1","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c097b2977bb5321c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c097b2977bb5321c","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"b63a422b988b4454","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b63a422b988b4454","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ab0ae76aa1d39a23","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab0ae76aa1d39a23","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"bd7e70a839491d1b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd7e70a839491d1b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e9dbc454739d5ff7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9dbc454739d5ff7","status":"passed","time":{"start":1707792800803,"stop":1707792800804,"duration":1}},{"uid":"a97b5655fd77d48b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a97b5655fd77d48b","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"5f4f6a1a88f13c96","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f4f6a1a88f13c96","status":"passed","time":{"start":1707775026260,"stop":1707775026260,"duration":0}},{"uid":"204969eb3066ee41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/204969eb3066ee41","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"aa56189ea5e3c262","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa56189ea5e3c262","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"44457a11a653fe59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/44457a11a653fe59","status":"passed","time":{"start":1707769628075,"stop":1707769628075,"duration":0}},{"uid":"57fea9367d9ed1da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57fea9367d9ed1da","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"f40bffb7705a2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f40bffb7705a2105","status":"passed","time":{"start":1707757417655,"stop":1707757417655,"duration":0}},{"uid":"91f781290bee146f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91f781290bee146f","status":"passed","time":{"start":1707756047286,"stop":1707756047286,"duration":0}},{"uid":"d63d2eb77b348af5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d63d2eb77b348af5","status":"passed","time":{"start":1707753465432,"stop":1707753465432,"duration":0}},{"uid":"53342dd2b9ec3c08","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53342dd2b9ec3c08","status":"passed","time":{"start":1707753193771,"stop":1707753193771,"duration":0}},{"uid":"b104e0ac275001b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b104e0ac275001b1","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"37e93c55b9b0137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e93c55b9b0137","status":"passed","time":{"start":1707736511727,"stop":1707736511728,"duration":1}},{"uid":"bcc77769281895c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bcc77769281895c8","status":"passed","time":{"start":1707735693120,"stop":1707735693120,"duration":0}}]},"476d8cdab10ca45769b50261378ffd40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0ddc2f720a2ba16","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e0ddc2f720a2ba16","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}}]},"891c35da45eaeb090dc9f1ca789732d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d28e27769b896ece","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d28e27769b896ece","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}}]},"b146d34e71330fe61764542c39b5b371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2df579c305a33b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2df579c305a33b","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ccc441a6b2742b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ccc441a6b2742b7","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"duration":0}},{"uid":"4b9c44418729f9fe","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b9c44418729f9fe","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"1562b6563a87d225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1562b6563a87d225","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"71a3f3d011f3c3c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71a3f3d011f3c3c8","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"f9404c955109c07c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9404c955109c07c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"6ceb2747ec17fb0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ceb2747ec17fb0f","status":"passed","time":{"start":1707770238684,"stop":1707770238685,"duration":1}},{"uid":"d907219f30d7d37f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907219f30d7d37f","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"cc9e9c3fea1e794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cc9e9c3fea1e794","status":"passed","time":{"start":1707758004324,"stop":1707758004325,"duration":1}},{"uid":"e64eba3a6983787d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e64eba3a6983787d","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"91baf30030c8114","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91baf30030c8114","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"e5427e7234d53ca7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5427e7234d53ca7","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"754b21bce36929c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/754b21bce36929c4","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"867605e3138b6456","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/867605e3138b6456","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"2001816fe0d77394","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2001816fe0d77394","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"392855d179b4bcbb0a517405715305bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b6f2f956b2ea54f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b6f2f956b2ea54f","status":"passed","time":{"start":1707778386491,"stop":1707778386491,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ff72e4911405bf8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ff72e4911405bf8","status":"passed","time":{"start":1707793028268,"stop":1707793028268,"duration":0}},{"uid":"c6f004619a7cb94","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c6f004619a7cb94","status":"passed","time":{"start":1707777972994,"stop":1707777972995,"duration":1}},{"uid":"3531ad8d88bdfcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3531ad8d88bdfcb1","status":"passed","time":{"start":1707775244525,"stop":1707775244526,"duration":1}},{"uid":"54065ce2c131dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54065ce2c131dac5","status":"passed","time":{"start":1707775050813,"stop":1707775050814,"duration":1}},{"uid":"f3b27c83715d75a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3b27c83715d75a9","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1}},{"uid":"d9d2e2a4d31705cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9d2e2a4d31705cd","status":"passed","time":{"start":1707769843140,"stop":1707769843140,"duration":0}},{"uid":"2e6cbae5aa0fd699","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e6cbae5aa0fd699","status":"passed","time":{"start":1707759965184,"stop":1707759965184,"duration":0}},{"uid":"85b76641696fa76c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b76641696fa76c","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"8c0e538edec440ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c0e538edec440ed","status":"passed","time":{"start":1707756267894,"stop":1707756267899,"duration":5}},{"uid":"36dbe4e9ce118223","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36dbe4e9ce118223","status":"passed","time":{"start":1707753668023,"stop":1707753668023,"duration":0}},{"uid":"1511dd32320823ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1511dd32320823ef","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"e041776da7f643a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e041776da7f643a3","status":"passed","time":{"start":1707750796025,"stop":1707750796025,"duration":0}},{"uid":"d87834110dbc16f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d87834110dbc16f8","status":"passed","time":{"start":1707736730636,"stop":1707736730637,"duration":1}},{"uid":"1f815e4da044ac7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f815e4da044ac7e","status":"passed","time":{"start":1707735912115,"stop":1707735912115,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b4e3403bbe7192ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b4e3403bbe7192ae","status":"passed","time":{"start":1707793028273,"stop":1707793028274,"duration":1}},{"uid":"aca9505c7d080327","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aca9505c7d080327","status":"passed","time":{"start":1707777972996,"stop":1707777972997,"duration":1}},{"uid":"15564053b4130016","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15564053b4130016","status":"passed","time":{"start":1707775244526,"stop":1707775244527,"duration":1}},{"uid":"3ae7f47fd85fec0a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ae7f47fd85fec0a","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"2f7142e36161e24e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f7142e36161e24e","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"5c856d6dc7ebbd99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c856d6dc7ebbd99","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"24cf8f09afce920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24cf8f09afce920d","status":"passed","time":{"start":1707759965190,"stop":1707759965190,"duration":0}},{"uid":"7da86c78e0a80554","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7da86c78e0a80554","status":"passed","time":{"start":1707757644387,"stop":1707757644387,"duration":0}},{"uid":"e207d4a0dbc9b355","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e207d4a0dbc9b355","status":"passed","time":{"start":1707756267901,"stop":1707756267903,"duration":2}},{"uid":"6cfe27c5e702fbe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cfe27c5e702fbe7","status":"passed","time":{"start":1707753668027,"stop":1707753668027,"duration":0}},{"uid":"3cb77753ebb98cc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cb77753ebb98cc3","status":"passed","time":{"start":1707753423533,"stop":1707753423534,"duration":1}},{"uid":"a807aa735c8b9670","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a807aa735c8b9670","status":"passed","time":{"start":1707750796027,"stop":1707750796028,"duration":1}},{"uid":"5fe2cb9a737ea6ff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fe2cb9a737ea6ff","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"bab34f2a3f233ed2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bab34f2a3f233ed2","status":"passed","time":{"start":1707735912116,"stop":1707735912117,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9802d585c72c1793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9802d585c72c1793","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0}},{"uid":"deb6cb9d9eeb9ed0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/deb6cb9d9eeb9ed0","status":"passed","time":{"start":1707778251796,"stop":1707778251797,"duration":1}},{"uid":"f17e22b278288749","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f17e22b278288749","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"fd9cf217bc82ca4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd9cf217bc82ca4b","status":"passed","time":{"start":1707775340608,"stop":1707775340608,"duration":0}},{"uid":"58b719d108d67382","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b719d108d67382","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1}},{"uid":"ffe671636033e879","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe671636033e879","status":"passed","time":{"start":1707770045976,"stop":1707770045976,"duration":0}},{"uid":"4b803fbc70b1b6db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b803fbc70b1b6db","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"79b5660272d19a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/79b5660272d19a6f","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"e572ea3d7d78f7d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e572ea3d7d78f7d4","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"9c53565f6b5bb129","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c53565f6b5bb129","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"49a16760519e30f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49a16760519e30f","status":"passed","time":{"start":1707753708970,"stop":1707753708970,"duration":0}},{"uid":"d5b440fe7056309","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d5b440fe7056309","status":"passed","time":{"start":1707751075910,"stop":1707751075910,"duration":0}},{"uid":"653ca6bf9c2ec44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/653ca6bf9c2ec44","status":"passed","time":{"start":1707737000811,"stop":1707737000811,"duration":0}},{"uid":"c42e27e62f4f28e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c42e27e62f4f28e5","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"237b111e92a9e935","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/237b111e92a9e935","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0}},{"uid":"3f93db8609e406da","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f93db8609e406da","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"c04b11419a3887d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c04b11419a3887d1","status":"passed","time":{"start":1707775073184,"stop":1707775073185,"duration":1}},{"uid":"651fbd6aa8bf1500","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/651fbd6aa8bf1500","status":"passed","time":{"start":1707774873944,"stop":1707774873944,"duration":0}},{"uid":"f9f6390fd0dd57b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9f6390fd0dd57b9","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1}},{"uid":"dc89cf56a2ec8f9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc89cf56a2ec8f9d","status":"passed","time":{"start":1707769676601,"stop":1707769676601,"duration":0}},{"uid":"efde6ad5bd7e6d5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efde6ad5bd7e6d5a","status":"passed","time":{"start":1707759771254,"stop":1707759771254,"duration":0}},{"uid":"ee4459dde1882a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee4459dde1882a95","status":"passed","time":{"start":1707757466739,"stop":1707757466740,"duration":1}},{"uid":"1c72bfdcaaf7abfc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c72bfdcaaf7abfc","status":"passed","time":{"start":1707756093996,"stop":1707756093996,"duration":0}},{"uid":"f20cc81964a40b3a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f20cc81964a40b3a","status":"passed","time":{"start":1707753514641,"stop":1707753514642,"duration":1}},{"uid":"d419d3b26e9ba079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d419d3b26e9ba079","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"3fec4136ecce430f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fec4136ecce430f","status":"passed","time":{"start":1707736561995,"stop":1707736561996,"duration":1}},{"uid":"a710ee07f60c143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a710ee07f60c143","status":"passed","time":{"start":1707735744193,"stop":1707735744193,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7d1296dfbe15f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d1296dfbe15f79","status":"passed","time":{"start":1707792919942,"stop":1707792919942,"duration":0}},{"uid":"9db9d276e7387114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9db9d276e7387114","status":"passed","time":{"start":1707777865444,"stop":1707777865444,"duration":0}},{"uid":"482442678b0ae1e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/482442678b0ae1e6","status":"passed","time":{"start":1707775140807,"stop":1707775140807,"duration":0}},{"uid":"59d9117f16dd817a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59d9117f16dd817a","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"50b70d34b9fe4d8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50b70d34b9fe4d8a","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"6e7ee68827dffbf6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6e7ee68827dffbf6","status":"passed","time":{"start":1707769737620,"stop":1707769737621,"duration":1}},{"uid":"c6aed3ef495a2f13","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6aed3ef495a2f13","status":"passed","time":{"start":1707759835150,"stop":1707759835150,"duration":0}},{"uid":"63628c983aa9e6d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63628c983aa9e6d8","status":"passed","time":{"start":1707757529706,"stop":1707757529706,"duration":0}},{"uid":"d7bb826155ae8bce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d7bb826155ae8bce","status":"passed","time":{"start":1707756164076,"stop":1707756164077,"duration":1}},{"uid":"16d72e4b12abd40d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/16d72e4b12abd40d","status":"passed","time":{"start":1707753566689,"stop":1707753566690,"duration":1}},{"uid":"6f629062ab369d4a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f629062ab369d4a","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"8fdbe5e82e3e2ebb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8fdbe5e82e3e2ebb","status":"passed","time":{"start":1707750698718,"stop":1707750698719,"duration":1}},{"uid":"72cfec5138b6ce05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72cfec5138b6ce05","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"d74e668c13d4b6b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d74e668c13d4b6b4","status":"passed","time":{"start":1707735814292,"stop":1707735814293,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ccdf5cd116aac99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccdf5cd116aac99","status":"passed","time":{"start":1707793304789,"stop":1707793304790,"duration":1}},{"uid":"3ecb364ed02b21f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ecb364ed02b21f3","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"25e655fc4f6f937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e655fc4f6f937","status":"passed","time":{"start":1707775545751,"stop":1707775545752,"duration":1}},{"uid":"a27b2ea31597c064","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a27b2ea31597c064","status":"passed","time":{"start":1707775359973,"stop":1707775359973,"duration":0}},{"uid":"d9a47ed05875f8f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9a47ed05875f8f4","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"cb72c65e6fdf58fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb72c65e6fdf58fa","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"b881aecc9ac7b283","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b881aecc9ac7b283","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"ca7a09d8cd69e001","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca7a09d8cd69e001","status":"passed","time":{"start":1707757936372,"stop":1707757936372,"duration":0}},{"uid":"986a10949f13e3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/986a10949f13e3c9","status":"passed","time":{"start":1707756564918,"stop":1707756564919,"duration":1}},{"uid":"7a89469bf338db9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a89469bf338db9b","status":"passed","time":{"start":1707753906990,"stop":1707753906990,"duration":0}},{"uid":"1075644981850da4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1075644981850da4","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"fc1c558a17961446","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc1c558a17961446","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"b1083756b449a107","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b1083756b449a107","status":"passed","time":{"start":1707736227476,"stop":1707736227479,"duration":3}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7cd076a540aba185","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cd076a540aba185","status":"passed","time":{"start":1707793370635,"stop":1707793370636,"duration":1}},{"uid":"e4003a88eda0cc1d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e4003a88eda0cc1d","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"8ff6c64f6ee884a5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ff6c64f6ee884a5","status":"passed","time":{"start":1707775656750,"stop":1707775656751,"duration":1}},{"uid":"23f3dca747ed087b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/23f3dca747ed087b","status":"passed","time":{"start":1707775461890,"stop":1707775461890,"duration":0}},{"uid":"3c517ba5a47cee6e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c517ba5a47cee6e","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"287aa7f4a7c1771e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/287aa7f4a7c1771e","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"c56034e739966d4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c56034e739966d4e","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"5d90b9bf9fbc91de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d90b9bf9fbc91de","status":"passed","time":{"start":1707758023536,"stop":1707758023537,"duration":1}},{"uid":"de4dac2989e8f66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de4dac2989e8f66","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"919954c8928d9c3f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/919954c8928d9c3f","status":"passed","time":{"start":1707753837172,"stop":1707753837172,"duration":0}},{"uid":"653390c0656553a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/653390c0656553a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"eac72e4a7f3b96e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eac72e4a7f3b96e1","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"db738e07d88fdc07","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db738e07d88fdc07","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bcb64e4f3a9cf2ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcb64e4f3a9cf2ed","status":"passed","time":{"start":1707793028279,"stop":1707793028280,"duration":1}},{"uid":"411441b4d73e7774","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/411441b4d73e7774","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"cc71f1a5fb7a4d66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc71f1a5fb7a4d66","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"9edc03df73e59dbf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9edc03df73e59dbf","status":"passed","time":{"start":1707775050818,"stop":1707775050819,"duration":1}},{"uid":"10253c40ae993fc8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10253c40ae993fc8","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1}},{"uid":"edb7d4267b6bd46a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/edb7d4267b6bd46a","status":"passed","time":{"start":1707769843144,"stop":1707769843145,"duration":1}},{"uid":"cd3f3655d94a87cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd3f3655d94a87cb","status":"passed","time":{"start":1707759965201,"stop":1707759965201,"duration":0}},{"uid":"394e0ae2b4ce697c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/394e0ae2b4ce697c","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"dff9ce63cc4da842","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dff9ce63cc4da842","status":"passed","time":{"start":1707756267905,"stop":1707756267910,"duration":5}},{"uid":"37b8febcf015a531","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b8febcf015a531","status":"passed","time":{"start":1707753668068,"stop":1707753668068,"duration":0}},{"uid":"3a41cb9df1139faf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3a41cb9df1139faf","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"3a703c13641ca323","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a703c13641ca323","status":"passed","time":{"start":1707750796031,"stop":1707750796032,"duration":1}},{"uid":"94464e726f837ef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/94464e726f837ef7","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"ccc1bd860ff459d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccc1bd860ff459d3","status":"passed","time":{"start":1707735912120,"stop":1707735912120,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbc769d72da408c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbc769d72da408c1","status":"passed","time":{"start":1707792848129,"stop":1707792848130,"duration":1}},{"uid":"be82eb4659682ed6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be82eb4659682ed6","status":"passed","time":{"start":1707777796753,"stop":1707777796753,"duration":0}},{"uid":"33b8f339d97bad53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/33b8f339d97bad53","status":"passed","time":{"start":1707775074353,"stop":1707775074354,"duration":1}},{"uid":"d07aa57ae3248aa9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d07aa57ae3248aa9","status":"passed","time":{"start":1707774894886,"stop":1707774894886,"duration":0}},{"uid":"2db5d3e522bf94d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2db5d3e522bf94d8","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"b4388d376b4bf34f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4388d376b4bf34f","status":"passed","time":{"start":1707769675178,"stop":1707769675178,"duration":0}},{"uid":"74a90fb83a25002e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74a90fb83a25002e","status":"passed","time":{"start":1707759769146,"stop":1707759769146,"duration":0}},{"uid":"15debe1a773eb2df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15debe1a773eb2df","status":"passed","time":{"start":1707757465317,"stop":1707757465317,"duration":0}},{"uid":"1a81e2dc6effc4b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a81e2dc6effc4b0","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"bff85764bab75030","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bff85764bab75030","status":"passed","time":{"start":1707753515350,"stop":1707753515350,"duration":0}},{"uid":"152773a361fad85c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/152773a361fad85c","status":"passed","time":{"start":1707753244110,"stop":1707753244110,"duration":0}},{"uid":"8240d6ec1be7f40d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8240d6ec1be7f40d","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"2adef352ea1f8185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2adef352ea1f8185","status":"passed","time":{"start":1707736558943,"stop":1707736558944,"duration":1}},{"uid":"21fe456dd10e14d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21fe456dd10e14d7","status":"passed","time":{"start":1707735741833,"stop":1707735741833,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d5b4db2a157621c3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d5b4db2a157621c3","status":"passed","time":{"start":1707793238871,"stop":1707793238871,"duration":0}},{"uid":"df5d1b61f042c92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df5d1b61f042c92b","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"957239b04bcf6150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/957239b04bcf6150","status":"passed","time":{"start":1707775486622,"stop":1707775486623,"duration":1}},{"uid":"4c92c0627e9aabc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c92c0627e9aabc2","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"7c38dcb7c0dde0fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c38dcb7c0dde0fc","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"duration":1}},{"uid":"c567a3e0aab319f8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c567a3e0aab319f8","status":"passed","time":{"start":1707770051375,"stop":1707770051376,"duration":1}},{"uid":"3de5d58a6d1ef3b0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3de5d58a6d1ef3b0","status":"passed","time":{"start":1707760174018,"stop":1707760174019,"duration":1}},{"uid":"14521666053cf276","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14521666053cf276","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"ce568cd0ee03b939","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce568cd0ee03b939","status":"passed","time":{"start":1707756499903,"stop":1707756499903,"duration":0}},{"uid":"9d0ccd62fd3ea10f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d0ccd62fd3ea10f","status":"passed","time":{"start":1707753870442,"stop":1707753870443,"duration":1}},{"uid":"de74eae0cb6fa609","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/de74eae0cb6fa609","status":"passed","time":{"start":1707753647504,"stop":1707753647508,"duration":4}},{"uid":"29093fa0dc4c76ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29093fa0dc4c76ec","status":"passed","time":{"start":1707751019568,"stop":1707751019568,"duration":0}},{"uid":"2d7876ba3152aba3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d7876ba3152aba3","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"e3dd05dca7ec4845","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3dd05dca7ec4845","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a268ecfc732a3ca5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a268ecfc732a3ca5","status":"passed","time":{"start":1707792792550,"stop":1707792792551,"duration":1}},{"uid":"74aec51b79420b97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74aec51b79420b97","status":"passed","time":{"start":1707777741287,"stop":1707777741288,"duration":1}},{"uid":"204e959ea296a1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/204e959ea296a1b","status":"passed","time":{"start":1707775017703,"stop":1707775017704,"duration":1}},{"uid":"d3fd08637665126b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3fd08637665126b","status":"passed","time":{"start":1707774819161,"stop":1707774819161,"duration":0}},{"uid":"ea69168fb7c97355","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea69168fb7c97355","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"duration":0}},{"uid":"9c543e32dc594a88","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c543e32dc594a88","status":"passed","time":{"start":1707769619252,"stop":1707769619252,"duration":0}},{"uid":"6c60fd18b56f05cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c60fd18b56f05cd","status":"passed","time":{"start":1707759714509,"stop":1707759714509,"duration":0}},{"uid":"27d6f5e55ce61808","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27d6f5e55ce61808","status":"passed","time":{"start":1707757408925,"stop":1707757408926,"duration":1}},{"uid":"9dcb7fa2c227e455","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dcb7fa2c227e455","status":"passed","time":{"start":1707756038652,"stop":1707756038653,"duration":1}},{"uid":"1df7671a204e1534","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1df7671a204e1534","status":"passed","time":{"start":1707753456821,"stop":1707753456822,"duration":1}},{"uid":"11f153181092a88d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/11f153181092a88d","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"4af10a1201a113c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4af10a1201a113c7","status":"passed","time":{"start":1707750585692,"stop":1707750585693,"duration":1}},{"uid":"50d603b843fd3894","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50d603b843fd3894","status":"passed","time":{"start":1707736503246,"stop":1707736503247,"duration":1}},{"uid":"69b6c61b85f64425","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/69b6c61b85f64425","status":"passed","time":{"start":1707735684542,"stop":1707735684542,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de008e5343780278","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de008e5343780278","status":"passed","time":{"start":1707792800003,"stop":1707792800004,"duration":1}},{"uid":"6be40f8c36e4cf7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6be40f8c36e4cf7b","status":"passed","time":{"start":1707777749090,"stop":1707777749091,"duration":1}},{"uid":"5a292512abe3e6ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a292512abe3e6ef","status":"passed","time":{"start":1707775025523,"stop":1707775025525,"duration":2}},{"uid":"48001b8708a81a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48001b8708a81a19","status":"passed","time":{"start":1707774827056,"stop":1707774827057,"duration":1}},{"uid":"518ec275668216a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518ec275668216a0","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"duration":0}},{"uid":"f448d6e8f9089333","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f448d6e8f9089333","status":"passed","time":{"start":1707769627288,"stop":1707769627289,"duration":1}},{"uid":"bc2f850c1821be58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bc2f850c1821be58","status":"passed","time":{"start":1707759722026,"stop":1707759722027,"duration":1}},{"uid":"607ac44d374b8f60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/607ac44d374b8f60","status":"passed","time":{"start":1707757416832,"stop":1707757416833,"duration":1}},{"uid":"772d53bf9d08bd38","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/772d53bf9d08bd38","status":"passed","time":{"start":1707756046592,"stop":1707756046592,"duration":0}},{"uid":"20012fc87cf70749","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20012fc87cf70749","status":"passed","time":{"start":1707753464664,"stop":1707753464665,"duration":1}},{"uid":"57e0733a3a10ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e0733a3a10ab52","status":"passed","time":{"start":1707753192933,"stop":1707753192934,"duration":1}},{"uid":"2a172839be792c15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a172839be792c15","status":"passed","time":{"start":1707750593503,"stop":1707750593504,"duration":1}},{"uid":"bb4b59150e5b5484","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb4b59150e5b5484","status":"passed","time":{"start":1707736510876,"stop":1707736510877,"duration":1}},{"uid":"86e48284968e34e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86e48284968e34e8","status":"passed","time":{"start":1707735692284,"stop":1707735692285,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"d8c75b1e1143c0f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d8c75b1e1143c0f4","status":"passed","time":{"start":1707793304787,"stop":1707793304788,"duration":1}},{"uid":"40f932cb58b1f7e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40f932cb58b1f7e5","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"5e182f1a57458639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e182f1a57458639","status":"passed","time":{"start":1707775545747,"stop":1707775545750,"duration":3}},{"uid":"49ae54c6d53ceeb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ae54c6d53ceeb","status":"passed","time":{"start":1707775359965,"stop":1707775359971,"duration":6}},{"uid":"8ff2ca598b5e7861","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ff2ca598b5e7861","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"593b3a5849642c3b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/593b3a5849642c3b","status":"passed","time":{"start":1707770099500,"stop":1707770099500,"duration":0}},{"uid":"ca5015dabe87db1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca5015dabe87db1c","status":"passed","time":{"start":1707760242016,"stop":1707760242017,"duration":1}},{"uid":"58f5d75c02d36722","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58f5d75c02d36722","status":"passed","time":{"start":1707757936368,"stop":1707757936368,"duration":0}},{"uid":"5225a8fa46d06354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5225a8fa46d06354","status":"passed","time":{"start":1707756564917,"stop":1707756564917,"duration":0}},{"uid":"e1f3893f8c312aa3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e1f3893f8c312aa3","status":"passed","time":{"start":1707753906988,"stop":1707753906989,"duration":1}},{"uid":"e99f4f974b976616","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99f4f974b976616","status":"passed","time":{"start":1707753724179,"stop":1707753724179,"duration":0}},{"uid":"225b5be5686fa6c8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/225b5be5686fa6c8","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"24c55aa568310506","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c55aa568310506","status":"broken","statusDetails":"Expected at least 1 peer in each node. Got waku connections: 1 and nwaku: 0","time":{"start":1707736996444,"stop":1707736996444,"duration":0}},{"uid":"9ba965e5c4efa4e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ba965e5c4efa4e5","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe199c81354a4154","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe199c81354a4154","status":"passed","time":{"start":1707777997115,"stop":1707777997116,"duration":1}},{"uid":"b96ab5ba141aaf70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b96ab5ba141aaf70","status":"passed","time":{"start":1707775275753,"stop":1707775275753,"duration":0}},{"uid":"f3fe984e5eddd6f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f3fe984e5eddd6f5","status":"passed","time":{"start":1707775085886,"stop":1707775085886,"duration":0}},{"uid":"50ad32e3518b035b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50ad32e3518b035b","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"duration":0}},{"uid":"5766ddf1cbe77b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5766ddf1cbe77b85","status":"passed","time":{"start":1707769883323,"stop":1707769883324,"duration":1}},{"uid":"3a08f69b092a98c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a08f69b092a98c3","status":"passed","time":{"start":1707759981464,"stop":1707759981464,"duration":0}},{"uid":"c0088081b0bce7c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0088081b0bce7c5","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"2ac910f99738a099","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ac910f99738a099","status":"passed","time":{"start":1707756304430,"stop":1707756304430,"duration":0}},{"uid":"61c91e6dbc37dad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61c91e6dbc37dad","status":"passed","time":{"start":1707753713250,"stop":1707753713251,"duration":1}},{"uid":"66807c348d16e506","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66807c348d16e506","status":"passed","time":{"start":1707753448103,"stop":1707753448104,"duration":1}},{"uid":"74e8a97581c54222","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74e8a97581c54222","status":"passed","time":{"start":1707750840042,"stop":1707750840043,"duration":1}},{"uid":"9d7375cc92387001","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d7375cc92387001","status":"passed","time":{"start":1707736765016,"stop":1707736765019,"duration":3}},{"uid":"13a2d232eabfa36e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/13a2d232eabfa36e","status":"passed","time":{"start":1707735955249,"stop":1707735955249,"duration":0}}]},"fc8ca4aa1d49c83517f8864a65323e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fe1859467b1aec2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe1859467b1aec2e","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1707751141127,"stop":1707751141127,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"980403b1e1ce1dc2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/980403b1e1ce1dc2","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0}},{"uid":"e2538cc9a55af74f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2538cc9a55af74f","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"fd73dd8bf743548d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd73dd8bf743548d","status":"passed","time":{"start":1707775026268,"stop":1707775026269,"duration":1}},{"uid":"b29f4d071abbc957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b29f4d071abbc957","status":"passed","time":{"start":1707774827857,"stop":1707774827858,"duration":1}},{"uid":"75ace5d330703d44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ace5d330703d44","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"82b44ca240817c86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82b44ca240817c86","status":"passed","time":{"start":1707769628087,"stop":1707769628088,"duration":1}},{"uid":"2a9ad3391db5ea9d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a9ad3391db5ea9d","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"81e8c32f02782053","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81e8c32f02782053","status":"passed","time":{"start":1707757417667,"stop":1707757417668,"duration":1}},{"uid":"4e98f62bbe568335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e98f62bbe568335","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"54c1a5cc79f778b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54c1a5cc79f778b8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"b7e6b1933a2b2086","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b7e6b1933a2b2086","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26e1f59b57822da0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26e1f59b57822da0","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"b7086b52a9d9dbbe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b7086b52a9d9dbbe","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"af91c9cd1e2112b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af91c9cd1e2112b6","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e25f0a23e2746760","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e25f0a23e2746760","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"duration":0}},{"uid":"9a55a6340d49a2db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9a55a6340d49a2db","status":"passed","time":{"start":1707778413522,"stop":1707778413523,"duration":1}},{"uid":"3646eb72e759cac9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3646eb72e759cac9","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"bb51211540d68ed5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb51211540d68ed5","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"4a7f150d7330ce98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a7f150d7330ce98","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"a98911a25a05e92f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a98911a25a05e92f","status":"passed","time":{"start":1707770238689,"stop":1707770238689,"duration":0}},{"uid":"2ab419f4da017cff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ab419f4da017cff","status":"passed","time":{"start":1707760374681,"stop":1707760374682,"duration":1}},{"uid":"8db4b65f09989cf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8db4b65f09989cf0","status":"passed","time":{"start":1707758004329,"stop":1707758004330,"duration":1}},{"uid":"bf208b9167ba9b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf208b9167ba9b54","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"75f11b106dbaa07c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75f11b106dbaa07c","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"5bec396a893c9a3a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bec396a893c9a3a","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"eedc3dcc2b02127a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eedc3dcc2b02127a","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"da7ffe3a0d5a1f6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da7ffe3a0d5a1f6d","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"cb87d3cb7300f832","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb87d3cb7300f832","status":"passed","time":{"start":1707736353041,"stop":1707736353042,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"459a28862f1b42e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/459a28862f1b42e7","status":"passed","time":{"start":1707793012475,"stop":1707793012476,"duration":1}},{"uid":"3fcab87ebdfe3d1c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3fcab87ebdfe3d1c","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"4ef328c8372a8d4d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ef328c8372a8d4d","status":"passed","time":{"start":1707775258454,"stop":1707775258455,"duration":1}},{"uid":"424ca4c876aed113","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/424ca4c876aed113","status":"passed","time":{"start":1707775082014,"stop":1707775082015,"duration":1}},{"uid":"20c4c38eb8fa46c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20c4c38eb8fa46c8","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"duration":1}},{"uid":"bd84532ce870164f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd84532ce870164f","status":"passed","time":{"start":1707769841898,"stop":1707769841898,"duration":0}},{"uid":"9d3a8f81ce470c87","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d3a8f81ce470c87","status":"passed","time":{"start":1707759921452,"stop":1707759921453,"duration":1}},{"uid":"6be10117053915c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6be10117053915c6","status":"passed","time":{"start":1707757624874,"stop":1707757624875,"duration":1}},{"uid":"c590c1da4756184f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c590c1da4756184f","status":"passed","time":{"start":1707756261761,"stop":1707756261762,"duration":1}},{"uid":"70538f9d7a82eda","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/70538f9d7a82eda","status":"passed","time":{"start":1707753651166,"stop":1707753651166,"duration":0}},{"uid":"124342d3a889bca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/124342d3a889bca","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"7837187e16976cc0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7837187e16976cc0","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"20748294f5ed304c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20748294f5ed304c","status":"passed","time":{"start":1707736708327,"stop":1707736708327,"duration":0}},{"uid":"7131087f6baafabb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7131087f6baafabb","status":"passed","time":{"start":1707735914384,"stop":1707735914384,"duration":0}}]},"f8956ac8581aadd154f5cc68b75bb5f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304d5caf7d621ab1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/304d5caf7d621ab1","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}}]},"9443e062798ff03b1766c04c51c3b72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8be28a303becd040","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8be28a303becd040","status":"passed","time":{"start":1707736260130,"stop":1707736260130,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce35694509b24998","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce35694509b24998","status":"passed","time":{"start":1707793153219,"stop":1707793153219,"duration":0}},{"uid":"de2b0bb44d48a29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de2b0bb44d48a29b","status":"passed","time":{"start":1707778114670,"stop":1707778114671,"duration":1}},{"uid":"d4aade6a9f7770b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4aade6a9f7770b9","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"aa8e2fbfa69189d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa8e2fbfa69189d","status":"passed","time":{"start":1707775205625,"stop":1707775205626,"duration":1}},{"uid":"f4c9fbccad583878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4c9fbccad583878","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1}},{"uid":"793b9353fb94ef24","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/793b9353fb94ef24","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"af3d96758f699c6c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af3d96758f699c6c","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"a33b90c47b19ffc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a33b90c47b19ffc6","status":"passed","time":{"start":1707757790732,"stop":1707757790733,"duration":1}},{"uid":"8117f1ab289d2c71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8117f1ab289d2c71","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"65a80c5368b8d8a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65a80c5368b8d8a4","status":"passed","time":{"start":1707753793186,"stop":1707753793187,"duration":1}},{"uid":"f3e06e70be7c553","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3e06e70be7c553","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"4c72411516775ce9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c72411516775ce9","status":"passed","time":{"start":1707750953973,"stop":1707750953978,"duration":5}},{"uid":"2825227fa96e7952","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2825227fa96e7952","status":"passed","time":{"start":1707736878963,"stop":1707736878964,"duration":1}},{"uid":"6037ebc8cba23e51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6037ebc8cba23e51","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"ea45ae5f1d03b506d08a813b14f41156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"460fd9e1b528c885","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460fd9e1b528c885","status":"passed","time":{"start":1707736730645,"stop":1707736730646,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9674a55deb04e7e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9674a55deb04e7e9","status":"passed","time":{"start":1707793446743,"stop":1707793446743,"duration":0}},{"uid":"7e3c124bcf53d76e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e3c124bcf53d76e","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"2ba3472324f59f1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ba3472324f59f1d","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"2905a82787b409aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2905a82787b409aa","status":"passed","time":{"start":1707775494279,"stop":1707775494279,"duration":0}},{"uid":"f831e18f7ca330bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f831e18f7ca330bf","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"duration":0}},{"uid":"4792aee9991ae766","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4792aee9991ae766","status":"passed","time":{"start":1707770238688,"stop":1707770238688,"duration":0}},{"uid":"d53f7d86823ac5a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d53f7d86823ac5a3","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"b2e60fbd3389ba92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2e60fbd3389ba92","status":"passed","time":{"start":1707758004328,"stop":1707758004329,"duration":1}},{"uid":"42d1fd0adbe9f833","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d1fd0adbe9f833","status":"passed","time":{"start":1707756690164,"stop":1707756690165,"duration":1}},{"uid":"e863704f67441e75","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e863704f67441e75","status":"passed","time":{"start":1707754051788,"stop":1707754051789,"duration":1}},{"uid":"922f652d5c4878d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/922f652d5c4878d7","status":"passed","time":{"start":1707753877929,"stop":1707753877930,"duration":1}},{"uid":"1ae60d00c2bb6b98","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ae60d00c2bb6b98","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"277076ca6859f227","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/277076ca6859f227","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"6479d16c6f7a40c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6479d16c6f7a40c8","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cc751fccc6a30efd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc751fccc6a30efd","status":"passed","time":{"start":1707792814744,"stop":1707792814745,"duration":1}},{"uid":"f3fd1df0c12c1af5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3fd1df0c12c1af5","status":"passed","time":{"start":1707777764078,"stop":1707777764079,"duration":1}},{"uid":"17fa261e65e24968","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17fa261e65e24968","status":"passed","time":{"start":1707775040147,"stop":1707775040148,"duration":1}},{"uid":"f9f02f27df4c9f17","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9f02f27df4c9f17","status":"passed","time":{"start":1707774842103,"stop":1707774842103,"duration":0}},{"uid":"a1b24fc52a62b7e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b24fc52a62b7e5","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"duration":0}},{"uid":"d58ff8826c9caf71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d58ff8826c9caf71","status":"passed","time":{"start":1707769642220,"stop":1707769642221,"duration":1}},{"uid":"7a5451c01e52b9c4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7a5451c01e52b9c4","status":"passed","time":{"start":1707759737068,"stop":1707759737069,"duration":1}},{"uid":"ac3f8d6b4dcfab90","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac3f8d6b4dcfab90","status":"passed","time":{"start":1707757431975,"stop":1707757431975,"duration":0}},{"uid":"7c4158dcfeef93d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c4158dcfeef93d2","status":"passed","time":{"start":1707756061019,"stop":1707756061020,"duration":1}},{"uid":"8ea9bf280f81f52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ea9bf280f81f52","status":"passed","time":{"start":1707753479609,"stop":1707753479609,"duration":0}},{"uid":"b578cf8234cba60b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b578cf8234cba60b","status":"passed","time":{"start":1707753208308,"stop":1707753208308,"duration":0}},{"uid":"961fb03eee9e8966","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/961fb03eee9e8966","status":"passed","time":{"start":1707750608584,"stop":1707750608585,"duration":1}},{"uid":"f32b61cb57d67ae3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f32b61cb57d67ae3","status":"passed","time":{"start":1707736525855,"stop":1707736525856,"duration":1}},{"uid":"86f463672db97920","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86f463672db97920","status":"passed","time":{"start":1707735707689,"stop":1707735707690,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4e7388f337eee427","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e7388f337eee427","status":"passed","time":{"start":1707793168674,"stop":1707793168675,"duration":1}},{"uid":"b6960ee6a1624c57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6960ee6a1624c57","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"9c5ee5e4a8416c39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c5ee5e4a8416c39","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"19e567e5513f03fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/19e567e5513f03fd","status":"passed","time":{"start":1707775219995,"stop":1707775219995,"duration":0}},{"uid":"2ad1ce196fb94922","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ad1ce196fb94922","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"6136cb8515159fe5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6136cb8515159fe5","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"ef36e616387bbd8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ef36e616387bbd8d","status":"passed","time":{"start":1707760106455,"stop":1707760106456,"duration":1}},{"uid":"76b182b02a77784c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76b182b02a77784c","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"a5df0131d1a9db39","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5df0131d1a9db39","status":"passed","time":{"start":1707756422344,"stop":1707756422344,"duration":0}},{"uid":"a70fb12ae3fff21b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a70fb12ae3fff21b","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"fc618b10bac81aac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc618b10bac81aac","status":"passed","time":{"start":1707753586162,"stop":1707753586163,"duration":1}},{"uid":"c4cdab32b260245c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4cdab32b260245c","status":"passed","time":{"start":1707750964801,"stop":1707750964801,"duration":0}},{"uid":"a3133266ebcdba09","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a3133266ebcdba09","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"123f183308499122","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/123f183308499122","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ae2747500a4872a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ae2747500a4872a","status":"passed","time":{"start":1707793370639,"stop":1707793370640,"duration":1}},{"uid":"6608d508fa9b883","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6608d508fa9b883","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"2d38b4b4855122fc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d38b4b4855122fc","status":"passed","time":{"start":1707775656753,"stop":1707775656754,"duration":1}},{"uid":"13794fa91d1fa57c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13794fa91d1fa57c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"8a035e998695a01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a035e998695a01c","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1}},{"uid":"d185422ffa913d8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d185422ffa913d8f","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"b4f24917dbd579db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4f24917dbd579db","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1c815633e4ad8ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c815633e4ad8ad","status":"passed","time":{"start":1707758023541,"stop":1707758023542,"duration":1}},{"uid":"57ed6e7fdc871ce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/57ed6e7fdc871ce9","status":"passed","time":{"start":1707756664010,"stop":1707756664011,"duration":1}},{"uid":"44445710050a4b6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44445710050a4b6f","status":"passed","time":{"start":1707753837177,"stop":1707753837177,"duration":0}},{"uid":"75ef7ea6e6ac995e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/75ef7ea6e6ac995e","status":"passed","time":{"start":1707751136360,"stop":1707751136361,"duration":1}},{"uid":"a8e76d78aa74b244","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8e76d78aa74b244","status":"passed","time":{"start":1707737124649,"stop":1707737124649,"duration":0}},{"uid":"bf8836a437463957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf8836a437463957","status":"passed","time":{"start":1707736322665,"stop":1707736322666,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e7152a0e378d4be1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7152a0e378d4be1","status":"passed","time":{"start":1707793028262,"stop":1707793028263,"duration":1}},{"uid":"955270aeb41a2c4f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/955270aeb41a2c4f","status":"passed","time":{"start":1707777972992,"stop":1707777972993,"duration":1}},{"uid":"6e7267659c459ef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e7267659c459ef7","status":"passed","time":{"start":1707775244523,"stop":1707775244524,"duration":1}},{"uid":"8379e3321d3ed048","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8379e3321d3ed048","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"5265bc5974cede8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5265bc5974cede8a","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2}},{"uid":"2ccd190580df2b0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ccd190580df2b0a","status":"passed","time":{"start":1707769843135,"stop":1707769843136,"duration":1}},{"uid":"99d80397ecb5a1b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99d80397ecb5a1b5","status":"passed","time":{"start":1707759965182,"stop":1707759965183,"duration":1}},{"uid":"297960afc03b0a20","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/297960afc03b0a20","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"9fe431d6edc09b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9fe431d6edc09b9","status":"passed","time":{"start":1707756267892,"stop":1707756267893,"duration":1}},{"uid":"b6a6e38d8fb188a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6a6e38d8fb188a8","status":"passed","time":{"start":1707753668021,"stop":1707753668021,"duration":0}},{"uid":"c752e29bf6bf7b76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c752e29bf6bf7b76","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"20a1809d02c8b48c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20a1809d02c8b48c","status":"passed","time":{"start":1707750796021,"stop":1707750796022,"duration":1}},{"uid":"ffbc4876d6c76bb8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ffbc4876d6c76bb8","status":"passed","time":{"start":1707736730633,"stop":1707736730633,"duration":0}},{"uid":"f2c513e223bc2ee6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2c513e223bc2ee6","status":"passed","time":{"start":1707735912113,"stop":1707735912113,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcd5a137b57b49b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd5a137b57b49b8","status":"passed","time":{"start":1707793370642,"stop":1707793370643,"duration":1}},{"uid":"b4c01d68ab4c0541","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4c01d68ab4c0541","status":"passed","time":{"start":1707778386492,"stop":1707778386492,"duration":0}},{"uid":"3fa7ec0f6f34fd4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3fa7ec0f6f34fd4e","status":"passed","time":{"start":1707775656755,"stop":1707775656756,"duration":1}},{"uid":"a1e4a8221f45fbd2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1e4a8221f45fbd2","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"38668f1249d2a5d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38668f1249d2a5d4","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0}},{"uid":"bd26eeeed428b212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd26eeeed428b212","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"6b7d2fb779980f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7d2fb779980f34","status":"passed","time":{"start":1707760335962,"stop":1707760335963,"duration":1}},{"uid":"6a37c05692d4cd60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a37c05692d4cd60","status":"passed","time":{"start":1707758023547,"stop":1707758023547,"duration":0}},{"uid":"3761af25f43dad99","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3761af25f43dad99","status":"passed","time":{"start":1707756664014,"stop":1707756664014,"duration":0}},{"uid":"17f6ddb20cf77f5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f6ddb20cf77f5b","status":"passed","time":{"start":1707753837179,"stop":1707753837180,"duration":1}},{"uid":"6df8a4692daf77ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6df8a4692daf77ce","status":"passed","time":{"start":1707751136366,"stop":1707751136366,"duration":0}},{"uid":"8ca1f1565392ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ca1f1565392ce30","status":"passed","time":{"start":1707737124654,"stop":1707737124655,"duration":1}},{"uid":"ae892d7ca55e7bab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ae892d7ca55e7bab","status":"passed","time":{"start":1707736322672,"stop":1707736322672,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"189f2405630e8444","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/189f2405630e8444","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0}},{"uid":"6fd7663dd41e5dd7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fd7663dd41e5dd7","status":"passed","time":{"start":1707778381873,"stop":1707778381873,"duration":0}},{"uid":"f7d380edcda3ac7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7d380edcda3ac7b","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"ebea2fba32ffd195","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebea2fba32ffd195","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"898c289635aef79b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/898c289635aef79b","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1}},{"uid":"430b2d2e73826317","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/430b2d2e73826317","status":"passed","time":{"start":1707770169176,"stop":1707770169176,"duration":0}},{"uid":"29f1ea6f3b4e1431","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/29f1ea6f3b4e1431","status":"passed","time":{"start":1707760345982,"stop":1707760345982,"duration":0}},{"uid":"638d7aa0f6bffef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/638d7aa0f6bffef","status":"passed","time":{"start":1707758029746,"stop":1707758029746,"duration":0}},{"uid":"36c4051cdca2540c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36c4051cdca2540c","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"afa649a1950b3756","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afa649a1950b3756","status":"passed","time":{"start":1707753981526,"stop":1707753981527,"duration":1}},{"uid":"421e337d82d323d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/421e337d82d323d4","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"a073687561b88a61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a073687561b88a61","status":"passed","time":{"start":1707751154819,"stop":1707751154820,"duration":1}},{"uid":"29fe3e516c74ed0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29fe3e516c74ed0","status":"passed","time":{"start":1707737128059,"stop":1707737128059,"duration":0}},{"uid":"2ca9c698cf81f18a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ca9c698cf81f18a","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f3f67f2738701aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f3f67f2738701aa","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0}},{"uid":"fb3e705362eed598","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb3e705362eed598","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"5586722b9b6acb11","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5586722b9b6acb11","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6264349aba830a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6264349aba830a0c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"a030f244b24dca96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a030f244b24dca96","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"duration":1}},{"uid":"b264e446cb77e5f4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b264e446cb77e5f4","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"5b77964afcb94fe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b77964afcb94fe7","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"c89bb0fafbd270b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c89bb0fafbd270b8","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"199c6ff7f925d3c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/199c6ff7f925d3c6","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"41d68350aa29f8e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41d68350aa29f8e0","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"3e23c4adb3506a3b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e23c4adb3506a3b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"678583917ab54787","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/678583917ab54787","status":"passed","time":{"start":1707737173829,"stop":1707737173830,"duration":1}},{"uid":"577d731b96184d2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/577d731b96184d2e","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aec9b4068c9a6b45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aec9b4068c9a6b45","status":"passed","time":{"start":1707792848725,"stop":1707792848725,"duration":0}},{"uid":"d36bbdd5abbf0a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d36bbdd5abbf0a82","status":"passed","time":{"start":1707777797859,"stop":1707777797859,"duration":0}},{"uid":"1513836ca9e7e4f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1513836ca9e7e4f2","status":"passed","time":{"start":1707775073183,"stop":1707775073184,"duration":1}},{"uid":"4411ea8f17bdcaf2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4411ea8f17bdcaf2","status":"passed","time":{"start":1707774873943,"stop":1707774873943,"duration":0}},{"uid":"a9e2a946fd3c6961","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9e2a946fd3c6961","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0}},{"uid":"4dfc7c3fde61e7d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4dfc7c3fde61e7d9","status":"passed","time":{"start":1707769676600,"stop":1707769676600,"duration":0}},{"uid":"3a5e413c3afefbc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a5e413c3afefbc8","status":"passed","time":{"start":1707759771253,"stop":1707759771253,"duration":0}},{"uid":"d59f26be4e971fdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d59f26be4e971fdb","status":"passed","time":{"start":1707757466737,"stop":1707757466739,"duration":2}},{"uid":"d834785ba10bd63c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d834785ba10bd63c","status":"passed","time":{"start":1707756093995,"stop":1707756093995,"duration":0}},{"uid":"3a920f1a4f84bce8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a920f1a4f84bce8","status":"passed","time":{"start":1707753514640,"stop":1707753514641,"duration":1}},{"uid":"3f9bbc25dc31ebfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3f9bbc25dc31ebfe","status":"passed","time":{"start":1707753243676,"stop":1707753243676,"duration":0}},{"uid":"797cccebf3dfa676","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/797cccebf3dfa676","status":"passed","time":{"start":1707750640094,"stop":1707750640095,"duration":1}},{"uid":"b818584bb943f2f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b818584bb943f2f4","status":"passed","time":{"start":1707736561994,"stop":1707736561995,"duration":1}},{"uid":"5a8d3b896250357b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5a8d3b896250357b","status":"passed","time":{"start":1707735744192,"stop":1707735744192,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e412209b74b253b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e412209b74b253b","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"duration":0}},{"uid":"52edcfd23d555df3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/52edcfd23d555df3","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"5cd073b89355e509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cd073b89355e509","status":"passed","time":{"start":1707775656747,"stop":1707775656748,"duration":1}},{"uid":"c8ada6ae64ea8659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c8ada6ae64ea8659","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"1453d341a814dd2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1453d341a814dd2b","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"2459d564f6458920","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2459d564f6458920","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"50eaee061d7878c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50eaee061d7878c2","status":"passed","time":{"start":1707760335947,"stop":1707760335948,"duration":1}},{"uid":"8a4b6b1955e5200c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a4b6b1955e5200c","status":"passed","time":{"start":1707758023532,"stop":1707758023533,"duration":1}},{"uid":"117b28c6396ee74b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/117b28c6396ee74b","status":"passed","time":{"start":1707756664001,"stop":1707756664002,"duration":1}},{"uid":"8e8c69d0a0f46030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e8c69d0a0f46030","status":"passed","time":{"start":1707753837167,"stop":1707753837168,"duration":1}},{"uid":"7844935b97af0c8c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7844935b97af0c8c","status":"passed","time":{"start":1707751136308,"stop":1707751136309,"duration":1}},{"uid":"3d1890d54150adaf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d1890d54150adaf","status":"passed","time":{"start":1707737124643,"stop":1707737124644,"duration":1}},{"uid":"3df539dc3fb2c23f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3df539dc3fb2c23f","status":"passed","time":{"start":1707736322656,"stop":1707736322656,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fcff495bfb8f9bbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fcff495bfb8f9bbc","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0}},{"uid":"db2b174a2e6ea131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db2b174a2e6ea131","status":"passed","time":{"start":1707778338834,"stop":1707778338835,"duration":1}},{"uid":"c3ab8b4531dc063d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3ab8b4531dc063d","status":"passed","time":{"start":1707775602015,"stop":1707775602016,"duration":1}},{"uid":"6ecb9b94fe4c596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6ecb9b94fe4c596","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"99cc079f5c9bcb63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99cc079f5c9bcb63","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1}},{"uid":"f6b3e299ed55c397","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6b3e299ed55c397","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"57d2da81b9210228","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/57d2da81b9210228","status":"passed","time":{"start":1707758006705,"stop":1707758006706,"duration":1}},{"uid":"c5b7a131b2be8a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c5b7a131b2be8a8","status":"passed","time":{"start":1707756617035,"stop":1707756617036,"duration":1}},{"uid":"4a43f23125d63a85","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a43f23125d63a85","status":"passed","time":{"start":1707753988876,"stop":1707753988877,"duration":1}},{"uid":"ef256c241d32163","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef256c241d32163","status":"passed","time":{"start":1707753782734,"stop":1707753782734,"duration":0}},{"uid":"424a053da5d23f01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/424a053da5d23f01","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"55bb9e84e76b1670","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55bb9e84e76b1670","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"c6403ae9a368ce5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c6403ae9a368ce5b","status":"passed","time":{"start":1707736260122,"stop":1707736260123,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e485cab5e286a87c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e485cab5e286a87c","status":"passed","time":{"start":1707777997118,"stop":1707777997118,"duration":0}},{"uid":"89536b1cf361192e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/89536b1cf361192e","status":"passed","time":{"start":1707775275756,"stop":1707775275757,"duration":1}},{"uid":"8e06f9d6688a7682","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e06f9d6688a7682","status":"passed","time":{"start":1707775085894,"stop":1707775085894,"duration":0}},{"uid":"6683e7464c657db1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6683e7464c657db1","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"duration":1}},{"uid":"83b82eab3d8034f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/83b82eab3d8034f1","status":"passed","time":{"start":1707769883328,"stop":1707769883328,"duration":0}},{"uid":"f56c92180a04a197","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f56c92180a04a197","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"25197e4bfd4f4ee0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/25197e4bfd4f4ee0","status":"passed","time":{"start":1707757676048,"stop":1707757676049,"duration":1}},{"uid":"74ad608c7dd575ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74ad608c7dd575ff","status":"passed","time":{"start":1707756304432,"stop":1707756304433,"duration":1}},{"uid":"6e8ebc3aa96852c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8ebc3aa96852c0","status":"passed","time":{"start":1707753713261,"stop":1707753713262,"duration":1}},{"uid":"99b2833237d18192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/99b2833237d18192","status":"passed","time":{"start":1707753448106,"stop":1707753448106,"duration":0}},{"uid":"501f394dc3a87522","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/501f394dc3a87522","status":"passed","time":{"start":1707750840051,"stop":1707750840051,"duration":0}},{"uid":"7183ed9d489d6c16","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7183ed9d489d6c16","status":"passed","time":{"start":1707736765045,"stop":1707736765045,"duration":0}},{"uid":"cbf9482ed1327db4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbf9482ed1327db4","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"6c08ffb8551462c6b9bfb8680abc95ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"215cbc0c2b0577d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/215cbc0c2b0577d9","status":"passed","time":{"start":1707758023544,"stop":1707758023545,"duration":1}}]},"cb74a49c1ace4e4fd7e17cf4556ae8bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"228d98727da8c8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/228d98727da8c8f8","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}}]},"6a87d72b232f7990f12e3d451451d982:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98840ac69cbf6853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98840ac69cbf6853","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1}}]},"4c2325d63f7bc016cadb2de565bd1e43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c36187c3ec54ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c36187c3ec54ea","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf6f142ebbca0f7f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf6f142ebbca0f7f","status":"passed","time":{"start":1707793446731,"stop":1707793446731,"duration":0}},{"uid":"ef1035edd256b1fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ef1035edd256b1fb","status":"passed","time":{"start":1707778413512,"stop":1707778413513,"duration":1}},{"uid":"e80125a3591ac1dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e80125a3591ac1dc","status":"passed","time":{"start":1707775685017,"stop":1707775685018,"duration":1}},{"uid":"5a04f47ec1a07a11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a04f47ec1a07a11","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"505f0f4a01ded46b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/505f0f4a01ded46b","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"363b180417b9e6af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/363b180417b9e6af","status":"passed","time":{"start":1707770238677,"stop":1707770238678,"duration":1}},{"uid":"706993eae73521ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706993eae73521ef","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"6ded774b5eadfa3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6ded774b5eadfa3e","status":"passed","time":{"start":1707758004299,"stop":1707758004300,"duration":1}},{"uid":"70fbde388c1471bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/70fbde388c1471bd","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"9f7df16eef6a6ab2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7df16eef6a6ab2","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"ca9b99ca7d2c030e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca9b99ca7d2c030e","status":"passed","time":{"start":1707753877920,"stop":1707753877920,"duration":0}},{"uid":"bc6c4d93b4bfd9da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bc6c4d93b4bfd9da","status":"passed","time":{"start":1707751228953,"stop":1707751228954,"duration":1}},{"uid":"799f6327b0420c38","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/799f6327b0420c38","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"f9d44a8be72cb57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9d44a8be72cb57","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ace052899b94700e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ace052899b94700e","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0}},{"uid":"9dbb438f65f38498","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dbb438f65f38498","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"713ffaa1ff72fc0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/713ffaa1ff72fc0a","status":"passed","time":{"start":1707775026266,"stop":1707775026267,"duration":1}},{"uid":"8e4a1f84821a45e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e4a1f84821a45e7","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"301229a25d574c70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/301229a25d574c70","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"f0ee06ab638e2df5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f0ee06ab638e2df5","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"7bdcc48794c37c67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bdcc48794c37c67","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"fb2543bb0a472264","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb2543bb0a472264","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"17cd1d3c689cfbd5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17cd1d3c689cfbd5","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"50937429a8d3670f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/50937429a8d3670f","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"2bdcf706734ab727","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2bdcf706734ab727","status":"passed","time":{"start":1707753193783,"stop":1707753193784,"duration":1}},{"uid":"43bf8c953e64bbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43bf8c953e64bbc9","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"20d3a0006f4a0e24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20d3a0006f4a0e24","status":"passed","time":{"start":1707736511738,"stop":1707736511739,"duration":1}},{"uid":"9ecac4cbcf751465","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ecac4cbcf751465","status":"passed","time":{"start":1707735693126,"stop":1707735693126,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8897130aeb19e3ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8897130aeb19e3ee","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0}},{"uid":"9c24b24902c359c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c24b24902c359c1","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"e6f3564d364ba56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e6f3564d364ba56d","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"699f4ecbe6b37a69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/699f4ecbe6b37a69","status":"passed","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"9ec1c27958dda333","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ec1c27958dda333","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"duration":1}},{"uid":"482996ef5de826b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/482996ef5de826b6","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"2a4eef1046f76c28","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a4eef1046f76c28","status":"passed","time":{"start":1707760374673,"stop":1707760374673,"duration":0}},{"uid":"d1730f97e7e8ab64","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1730f97e7e8ab64","status":"passed","time":{"start":1707758004301,"stop":1707758004302,"duration":1}},{"uid":"39481ea96b01567","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39481ea96b01567","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"b60ddac5f26947a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b60ddac5f26947a4","status":"passed","time":{"start":1707754051780,"stop":1707754051781,"duration":1}},{"uid":"39ffc879fcc5ba62","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39ffc879fcc5ba62","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"c0d01a402bd05370","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0d01a402bd05370","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"c975eda80c751d62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c975eda80c751d62","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"b5a14dc3343da2ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5a14dc3343da2ff","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd39fc1f256bab2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd39fc1f256bab2c","status":"passed","time":{"start":1707793168675,"stop":1707793168676,"duration":1}},{"uid":"1b4f06857915c9b6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4f06857915c9b6","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"67c62442fc3d6df3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67c62442fc3d6df3","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"bf362c427a3ddfee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bf362c427a3ddfee","status":"passed","time":{"start":1707775219995,"stop":1707775219996,"duration":1}},{"uid":"2111f9c78081151f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2111f9c78081151f","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"7b1bb1ee02311eca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b1bb1ee02311eca","status":"passed","time":{"start":1707769994535,"stop":1707769994536,"duration":1}},{"uid":"2e849213dc3adcb0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e849213dc3adcb0","status":"passed","time":{"start":1707760106456,"stop":1707760106456,"duration":0}},{"uid":"8e4edf27e6da3aa0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e4edf27e6da3aa0","status":"passed","time":{"start":1707757804293,"stop":1707757804294,"duration":1}},{"uid":"318077c9278a18f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/318077c9278a18f4","status":"passed","time":{"start":1707756422344,"stop":1707756422345,"duration":1}},{"uid":"dee03ad84d568eaf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dee03ad84d568eaf","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"9cd1e17155ac2aa9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cd1e17155ac2aa9","status":"passed","time":{"start":1707753586163,"stop":1707753586163,"duration":0}},{"uid":"b0bc97911ef84dc3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b0bc97911ef84dc3","status":"passed","time":{"start":1707750964801,"stop":1707750964802,"duration":1}},{"uid":"fd8c552fc3665b50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd8c552fc3665b50","status":"passed","time":{"start":1707736890436,"stop":1707736890436,"duration":0}},{"uid":"95e3d0eb3c49744","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95e3d0eb3c49744","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24dde3b610539337","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24dde3b610539337","status":"passed","time":{"start":1707792838866,"stop":1707792838867,"duration":1}},{"uid":"6e7bbdb31eb0baab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e7bbdb31eb0baab","status":"passed","time":{"start":1707777787218,"stop":1707777787219,"duration":1}},{"uid":"56023205089ea746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56023205089ea746","status":"passed","time":{"start":1707775063034,"stop":1707775063035,"duration":1}},{"uid":"26ce372d0cd65ec2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26ce372d0cd65ec2","status":"passed","time":{"start":1707774865137,"stop":1707774865138,"duration":1}},{"uid":"2d52acc101ac1d8f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d52acc101ac1d8f","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"duration":0}},{"uid":"46ce52d7aa8b511f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/46ce52d7aa8b511f","status":"passed","time":{"start":1707769665330,"stop":1707769665339,"duration":9}},{"uid":"8b0a33fa51103557","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8b0a33fa51103557","status":"passed","time":{"start":1707759759720,"stop":1707759759720,"duration":0}},{"uid":"ba81e7d83a31f298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba81e7d83a31f298","status":"passed","time":{"start":1707757455852,"stop":1707757455853,"duration":1}},{"uid":"c58935720af3e228","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c58935720af3e228","status":"passed","time":{"start":1707756084424,"stop":1707756084424,"duration":0}},{"uid":"795f0d69812a29b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/795f0d69812a29b4","status":"passed","time":{"start":1707753503420,"stop":1707753503421,"duration":1}},{"uid":"88593bf1a0a294dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88593bf1a0a294dd","status":"passed","time":{"start":1707753233558,"stop":1707753233559,"duration":1}},{"uid":"a8c7f77e8c2c108c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8c7f77e8c2c108c","status":"passed","time":{"start":1707750631899,"stop":1707750631900,"duration":1}},{"uid":"41bbc04f94b9385","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41bbc04f94b9385","status":"passed","time":{"start":1707736548880,"stop":1707736548881,"duration":1}},{"uid":"282e545f6aa7e5f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/282e545f6aa7e5f1","status":"passed","time":{"start":1707735732429,"stop":1707735732430,"duration":1}}]},"be7d7e8ebf71fddbf2f2fdc9ec8f89e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d203b3a0b3648073","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d203b3a0b3648073","status":"passed","time":{"start":1707778386490,"stop":1707778386490,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"31abb135af2ff5de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31abb135af2ff5de","status":"passed","time":{"start":1707793355775,"stop":1707793355775,"duration":0}},{"uid":"8556f4f6f14ba830","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8556f4f6f14ba830","status":"passed","time":{"start":1707778326663,"stop":1707778326664,"duration":1}},{"uid":"110ff2ccbb9e6cc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/110ff2ccbb9e6cc9","status":"passed","time":{"start":1707775610542,"stop":1707775610543,"duration":1}},{"uid":"d43c22b8830c1b2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d43c22b8830c1b2e","status":"passed","time":{"start":1707775405803,"stop":1707775405804,"duration":1}},{"uid":"c2b6d0d3dce02a3a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b6d0d3dce02a3a","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"duration":1}},{"uid":"79ec8d15a35b0189","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/79ec8d15a35b0189","status":"passed","time":{"start":1707770116106,"stop":1707770116106,"duration":0}},{"uid":"584600b996daf442","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/584600b996daf442","status":"passed","time":{"start":1707760294897,"stop":1707760294898,"duration":1}},{"uid":"6a174b05e3728a01","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a174b05e3728a01","status":"passed","time":{"start":1707757992697,"stop":1707757992697,"duration":0}},{"uid":"236cf46bdb9e0c52","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/236cf46bdb9e0c52","status":"passed","time":{"start":1707756620671,"stop":1707756620672,"duration":1}},{"uid":"2402e815cc39cefd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2402e815cc39cefd","status":"passed","time":{"start":1707753926586,"stop":1707753926586,"duration":0}},{"uid":"225b27ca14d67bd7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/225b27ca14d67bd7","status":"passed","time":{"start":1707753779026,"stop":1707753779027,"duration":1}},{"uid":"ccd840eaa9ed8c9b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ccd840eaa9ed8c9b","status":"passed","time":{"start":1707751117671,"stop":1707751117671,"duration":0}},{"uid":"29271c9c293e79ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29271c9c293e79ce","status":"passed","time":{"start":1707737065097,"stop":1707737065098,"duration":1}},{"uid":"daed896622397757","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daed896622397757","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b0d6fb86326b041e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0d6fb86326b041e","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0}},{"uid":"3ab62217f3fa4fbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ab62217f3fa4fbd","status":"passed","time":{"start":1707778326666,"stop":1707778326667,"duration":1}},{"uid":"3e7f1cfeaa35fe15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e7f1cfeaa35fe15","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"35b6c15e93a0c35b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35b6c15e93a0c35b","status":"passed","time":{"start":1707775405806,"stop":1707775405807,"duration":1}},{"uid":"54ca0dca1f60c95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54ca0dca1f60c95f","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"duration":1}},{"uid":"65f18bb65db5f9ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65f18bb65db5f9ea","status":"passed","time":{"start":1707770116112,"stop":1707770116113,"duration":1}},{"uid":"b8c7f7d88b4503af","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c7f7d88b4503af","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"8a28f4102362b8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a28f4102362b8a","status":"passed","time":{"start":1707757992699,"stop":1707757992699,"duration":0}},{"uid":"125f50693d9a7a05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/125f50693d9a7a05","status":"passed","time":{"start":1707756620673,"stop":1707756620674,"duration":1}},{"uid":"ea2010c98afd532a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea2010c98afd532a","status":"passed","time":{"start":1707753926589,"stop":1707753926589,"duration":0}},{"uid":"ff9b1467ec8052c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ff9b1467ec8052c2","status":"passed","time":{"start":1707753779032,"stop":1707753779033,"duration":1}},{"uid":"9e96be787dd56289","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e96be787dd56289","status":"passed","time":{"start":1707751117675,"stop":1707751117675,"duration":0}},{"uid":"8d8419debb67e529","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d8419debb67e529","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"834d88037e03704a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/834d88037e03704a","status":"passed","time":{"start":1707736281627,"stop":1707736281628,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f10201d1edb459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f10201d1edb459","status":"passed","time":{"start":1707793059097,"stop":1707793059097,"duration":0}},{"uid":"ab0789c2f2a7ac4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab0789c2f2a7ac4a","status":"passed","time":{"start":1707778002162,"stop":1707778002163,"duration":1}},{"uid":"58cd39860fb910ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/58cd39860fb910ed","status":"passed","time":{"start":1707775288506,"stop":1707775288506,"duration":0}},{"uid":"72e6f91ba7c968a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/72e6f91ba7c968a4","status":"passed","time":{"start":1707775094100,"stop":1707775094101,"duration":1}},{"uid":"79bfed5864a517fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bfed5864a517fd","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"duration":0}},{"uid":"c8180050d1725dc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8180050d1725dc4","status":"passed","time":{"start":1707769883615,"stop":1707769883617,"duration":2}},{"uid":"b66b084e657f437d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b084e657f437d","status":"passed","time":{"start":1707759985509,"stop":1707759985510,"duration":1}},{"uid":"58c1352d51f6b771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58c1352d51f6b771","status":"passed","time":{"start":1707757677808,"stop":1707757677808,"duration":0}},{"uid":"5d1d5668de863a1a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d1d5668de863a1a","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"ba52f901c063300f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba52f901c063300f","status":"passed","time":{"start":1707753735499,"stop":1707753735499,"duration":0}},{"uid":"5e23915482c8adce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e23915482c8adce","status":"passed","time":{"start":1707753472966,"stop":1707753472967,"duration":1}},{"uid":"b1f0259cc95f46da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1f0259cc95f46da","status":"passed","time":{"start":1707750845157,"stop":1707750845158,"duration":1}},{"uid":"7b0814003d1b6f58","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b0814003d1b6f58","status":"passed","time":{"start":1707736769673,"stop":1707736769674,"duration":1}},{"uid":"2b162194411772c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b162194411772c","status":"passed","time":{"start":1707735968259,"stop":1707735968259,"duration":0}}]},"7dd01a2863678dd50d027e51c75c2110:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f5a639f63e90989","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4f5a639f63e90989","status":"passed","time":{"start":1707751162311,"stop":1707751162312,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5d66e22dded0fe60","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d66e22dded0fe60","status":"passed","time":{"start":1707793354573,"stop":1707793354573,"duration":0}},{"uid":"8e20e3368b1e2c42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e20e3368b1e2c42","status":"passed","time":{"start":1707778308336,"stop":1707778308336,"duration":0}},{"uid":"d44441d5a2a2e639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d44441d5a2a2e639","status":"passed","time":{"start":1707775586577,"stop":1707775586582,"duration":5}},{"uid":"45e60aa01bb29281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/45e60aa01bb29281","status":"passed","time":{"start":1707775396054,"stop":1707775396055,"duration":1}},{"uid":"a1947ec409134805","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1947ec409134805","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"duration":0}},{"uid":"535372f1026bd71f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/535372f1026bd71f","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"471e5b43392ef3bf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/471e5b43392ef3bf","status":"passed","time":{"start":1707760280826,"stop":1707760280826,"duration":0}},{"uid":"76f3a0ce54282311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76f3a0ce54282311","status":"passed","time":{"start":1707757976563,"stop":1707757976563,"duration":0}},{"uid":"de495dde543816ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de495dde543816ad","status":"passed","time":{"start":1707756601158,"stop":1707756601158,"duration":0}},{"uid":"e86b86fab360deed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e86b86fab360deed","status":"passed","time":{"start":1707753969916,"stop":1707753969921,"duration":5}},{"uid":"fcf2810f1d45fa25","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcf2810f1d45fa25","status":"passed","time":{"start":1707753767214,"stop":1707753767215,"duration":1}},{"uid":"e91a7cdd305a57b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e91a7cdd305a57b3","status":"passed","time":{"start":1707751042633,"stop":1707751042633,"duration":0}},{"uid":"fd00018ba35cbfa6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd00018ba35cbfa6","status":"passed","time":{"start":1707737071258,"stop":1707737071259,"duration":1}},{"uid":"b4b4843478d27a3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b4b4843478d27a3c","status":"passed","time":{"start":1707736274446,"stop":1707736274447,"duration":1}}]},"10d933ac673dfc7db41342939ceb9b44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743f489275e78f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c743f489275e78f6","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b4c21a309ba07cfc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b4c21a309ba07cfc","status":"passed","time":{"start":1707793355778,"stop":1707793355779,"duration":1}},{"uid":"f836856da227d9d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f836856da227d9d5","status":"passed","time":{"start":1707778326669,"stop":1707778326669,"duration":0}},{"uid":"9bf6a4333a77c046","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9bf6a4333a77c046","status":"passed","time":{"start":1707775610546,"stop":1707775610546,"duration":0}},{"uid":"928f156de0258dfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/928f156de0258dfc","status":"passed","time":{"start":1707775405811,"stop":1707775405812,"duration":1}},{"uid":"f5c5602c0f9f653","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5c5602c0f9f653","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0}},{"uid":"cd4b8016af49cacb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd4b8016af49cacb","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"e56e0ae27a9b8e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e56e0ae27a9b8e3b","status":"passed","time":{"start":1707760294901,"stop":1707760294901,"duration":0}},{"uid":"e683c10ba91c5c22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e683c10ba91c5c22","status":"passed","time":{"start":1707757992701,"stop":1707757992701,"duration":0}},{"uid":"a2cad012fa1fb618","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2cad012fa1fb618","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"1a6fccd252d48bc3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a6fccd252d48bc3","status":"passed","time":{"start":1707753926593,"stop":1707753926594,"duration":1}},{"uid":"64c48e49880fb5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64c48e49880fb5e","status":"passed","time":{"start":1707753779036,"stop":1707753779036,"duration":0}},{"uid":"fd557d32915c4011","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd557d32915c4011","status":"passed","time":{"start":1707751117677,"stop":1707751117678,"duration":1}},{"uid":"58fda2d0d8caa8f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58fda2d0d8caa8f4","status":"passed","time":{"start":1707737065101,"stop":1707737065102,"duration":1}},{"uid":"7999f920549989b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7999f920549989b0","status":"passed","time":{"start":1707736281631,"stop":1707736281632,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54b985dcb3155e25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54b985dcb3155e25","status":"passed","time":{"start":1707777997110,"stop":1707777997113,"duration":3}},{"uid":"42ae3b0dcdc01e17","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/42ae3b0dcdc01e17","status":"passed","time":{"start":1707775275751,"stop":1707775275752,"duration":1}},{"uid":"c99df9427940517","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c99df9427940517","status":"passed","time":{"start":1707775085884,"stop":1707775085884,"duration":0}},{"uid":"87d7cee09b9fb6fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87d7cee09b9fb6fc","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"duration":1}},{"uid":"fd6ec075543255ff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd6ec075543255ff","status":"passed","time":{"start":1707769883320,"stop":1707769883321,"duration":1}},{"uid":"44b3e773c63962c9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44b3e773c63962c9","status":"passed","time":{"start":1707759981462,"stop":1707759981462,"duration":0}},{"uid":"20478511201a64ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20478511201a64ab","status":"passed","time":{"start":1707757676042,"stop":1707757676042,"duration":0}},{"uid":"e212316cab6b18e6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e212316cab6b18e6","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"c9a137e8d231090b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a137e8d231090b","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"746e0d03ccce1357","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/746e0d03ccce1357","status":"passed","time":{"start":1707753448101,"stop":1707753448101,"duration":0}},{"uid":"575578a7b340b1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/575578a7b340b1d3","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"e06599aaeb194d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e06599aaeb194d2b","status":"passed","time":{"start":1707736765011,"stop":1707736765011,"duration":0}},{"uid":"b98d87f1687d4fa9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b98d87f1687d4fa9","status":"passed","time":{"start":1707735955225,"stop":1707735955227,"duration":2}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce4c3f4b0597fcab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce4c3f4b0597fcab","status":"passed","time":{"start":1707793028284,"stop":1707793028285,"duration":1}},{"uid":"903575eb2dcfed3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/903575eb2dcfed3","status":"passed","time":{"start":1707777973002,"stop":1707777973002,"duration":0}},{"uid":"a79fc55828e9178b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a79fc55828e9178b","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"8e5b6bfdbd777f88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e5b6bfdbd777f88","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"1d9358f067c0b6a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d9358f067c0b6a6","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"b33b5f62e94b0315","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b33b5f62e94b0315","status":"passed","time":{"start":1707769843146,"stop":1707769843148,"duration":2}},{"uid":"eaff318414a4332e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eaff318414a4332e","status":"passed","time":{"start":1707759965205,"stop":1707759965206,"duration":1}},{"uid":"49cb8e89dbaf7ca0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb8e89dbaf7ca0","status":"passed","time":{"start":1707757644392,"stop":1707757644393,"duration":1}},{"uid":"f314ebdccadcffe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f314ebdccadcffe","status":"passed","time":{"start":1707756267912,"stop":1707756267912,"duration":0}},{"uid":"d6ecfbab1b6afe6f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6ecfbab1b6afe6f","status":"passed","time":{"start":1707753668077,"stop":1707753668078,"duration":1}},{"uid":"4673c7d2551e79fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4673c7d2551e79fc","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"6e669c84227026e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e669c84227026e7","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"c60eaf836331d8c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c60eaf836331d8c8","status":"passed","time":{"start":1707736730653,"stop":1707736730654,"duration":1}},{"uid":"ebe13787a58947a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ebe13787a58947a8","status":"passed","time":{"start":1707735912125,"stop":1707735912125,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80e14ac0962a215f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80e14ac0962a215f","status":"passed","time":{"start":1707793142796,"stop":1707793142796,"duration":0}},{"uid":"842fa205dc62413f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/842fa205dc62413f","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"94c2f1275ea683cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/94c2f1275ea683cf","status":"passed","time":{"start":1707775384054,"stop":1707775384054,"duration":0}},{"uid":"656a3c5e63132c78","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/656a3c5e63132c78","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"6934684d234a8639","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6934684d234a8639","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"duration":1}},{"uid":"c5cced4363cb4ad9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5cced4363cb4ad9","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"d0f10cf39a61758f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d0f10cf39a61758f","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"554cd68c304a46d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/554cd68c304a46d6","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"2f54580cde919406","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2f54580cde919406","status":"passed","time":{"start":1707756396101,"stop":1707756396102,"duration":1}},{"uid":"e01b2d192082865f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e01b2d192082865f","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"dab0f19231535e90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dab0f19231535e90","status":"passed","time":{"start":1707753563098,"stop":1707753563104,"duration":6}},{"uid":"b8e43d6762acda52","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8e43d6762acda52","status":"passed","time":{"start":1707750940657,"stop":1707750940658,"duration":1}},{"uid":"33f7f49f576f1d45","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33f7f49f576f1d45","status":"passed","time":{"start":1707736870545,"stop":1707736870546,"duration":1}},{"uid":"4b43915a241eb522","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b43915a241eb522","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ee9e24e39ceeff646c94827f3beba1f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76061a0a8f008770","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76061a0a8f008770","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5ace0edea7df17bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ace0edea7df17bf","status":"passed","time":{"start":1707792907230,"stop":1707792907231,"duration":1}},{"uid":"b7e5d5a5dbd4a981","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7e5d5a5dbd4a981","status":"passed","time":{"start":1707777859853,"stop":1707777859854,"duration":1}},{"uid":"b829d8c5559464c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b829d8c5559464c9","status":"passed","time":{"start":1707775133668,"stop":1707775133669,"duration":1}},{"uid":"bc995d720d02ff32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc995d720d02ff32","status":"passed","time":{"start":1707774942681,"stop":1707774942682,"duration":1}},{"uid":"503ac31b161d5093","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/503ac31b161d5093","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"7b79e5aab3370987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b79e5aab3370987","status":"passed","time":{"start":1707769735034,"stop":1707769735035,"duration":1}},{"uid":"f4748800da263cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4748800da263cd","status":"passed","time":{"start":1707759831194,"stop":1707759831195,"duration":1}},{"uid":"654f42834c137a60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/654f42834c137a60","status":"passed","time":{"start":1707757528823,"stop":1707757528824,"duration":1}},{"uid":"b1f58006e0a44afa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1f58006e0a44afa","status":"passed","time":{"start":1707756157291,"stop":1707756157293,"duration":2}},{"uid":"d3d8e8d5eeae8ccb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3d8e8d5eeae8ccb","status":"passed","time":{"start":1707753578473,"stop":1707753578473,"duration":0}},{"uid":"174174aefbab1f52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/174174aefbab1f52","status":"passed","time":{"start":1707753307895,"stop":1707753307895,"duration":0}},{"uid":"92f854ddd8364673","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/92f854ddd8364673","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"1f8d5838ce738f29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1f8d5838ce738f29","status":"passed","time":{"start":1707736629971,"stop":1707736629971,"duration":0}},{"uid":"d5383f1e55dde33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5383f1e55dde33c","status":"passed","time":{"start":1707735809089,"stop":1707735809090,"duration":1}}]},"8162029eb6305dbc2c0f9d232c9b7a7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bd2d12bf51ce0ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bd2d12bf51ce0ef","status":"passed","time":{"start":1707753870470,"stop":1707753870470,"duration":0}}]},"5392e9781cdaefee29a5925461dab67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd4ffd70378b453f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd4ffd70378b453f","status":"passed","time":{"start":1707760335960,"stop":1707760335961,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bc7070eddde86fc3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc7070eddde86fc3","status":"passed","time":{"start":1707792821408,"stop":1707792821409,"duration":1}},{"uid":"e737e03f9ae35124","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e737e03f9ae35124","status":"passed","time":{"start":1707777770856,"stop":1707777770857,"duration":1}},{"uid":"5cca7a16b39cde52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cca7a16b39cde52","status":"passed","time":{"start":1707775046907,"stop":1707775046907,"duration":0}},{"uid":"bb6f59c4fa58d274","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6f59c4fa58d274","status":"passed","time":{"start":1707774848912,"stop":1707774848913,"duration":1}},{"uid":"95924ec13ada27bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95924ec13ada27bc","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0}},{"uid":"ef6894c83d4b291d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef6894c83d4b291d","status":"passed","time":{"start":1707769649005,"stop":1707769649005,"duration":0}},{"uid":"8377dc6c90bd05d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8377dc6c90bd05d2","status":"passed","time":{"start":1707759743630,"stop":1707759743630,"duration":0}},{"uid":"85b4f5b3e1d68225","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b4f5b3e1d68225","status":"passed","time":{"start":1707757438818,"stop":1707757438818,"duration":0}},{"uid":"1ec5dd989985f021","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec5dd989985f021","status":"passed","time":{"start":1707756067671,"stop":1707756067672,"duration":1}},{"uid":"69206c2274561a64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/69206c2274561a64","status":"passed","time":{"start":1707753486286,"stop":1707753486286,"duration":0}},{"uid":"d8d5845e31e01030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8d5845e31e01030","status":"passed","time":{"start":1707753215213,"stop":1707753215213,"duration":0}},{"uid":"6d316def472204f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d316def472204f3","status":"passed","time":{"start":1707750615193,"stop":1707750615194,"duration":1}},{"uid":"77b384dd8c77a340","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/77b384dd8c77a340","status":"passed","time":{"start":1707736532651,"stop":1707736532652,"duration":1}},{"uid":"842aeac82e233fbe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/842aeac82e233fbe","status":"passed","time":{"start":1707735714497,"stop":1707735714497,"duration":0}}]}} \ No newline at end of file diff --git a/6406/history/retry-trend.json b/6406/history/retry-trend.json index b15f5478432..dde0fc6a918 100644 --- a/6406/history/retry-trend.json +++ b/6406/history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":718,"retry":2}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"run":675,"retry":3}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"run":713,"retry":2}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"run":716,"retry":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":718,"retry":2}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"run":675,"retry":3}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"run":713,"retry":2}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6406/index.html b/6406/index.html index d8d2fc9eaa0..dee91abfa89 100644 --- a/6406/index.html +++ b/6406/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '9f1fbddc-b039-46b6-afe7-2b6ca4e65343', + 'reportUuid': 'b5a6064f-9c51-4a70-9192-30f6f8464159', 'single_file': false }); diff --git a/6406/widgets/behaviors.json b/6406/widgets/behaviors.json index f275d983ead..2a887199d95 100644 --- a/6406/widgets/behaviors.json +++ b/6406/widgets/behaviors.json @@ -1 +1 @@ -{"total":718,"items":[]} \ No newline at end of file +{"total":701,"items":[]} \ No newline at end of file diff --git a/6406/widgets/categories-trend.json b/6406/widgets/categories-trend.json index 6082a624f37..7b2fee5e729 100644 --- a/6406/widgets/categories-trend.json +++ b/6406/widgets/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"Test defects":14}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"Test defects":14}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/6406/widgets/categories.json b/6406/widgets/categories.json index c4db438f048..1bf34daeab1 100644 --- a/6406/widgets/categories.json +++ b/6406/widgets/categories.json @@ -1 +1 @@ -{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file +{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2}}]} \ No newline at end of file diff --git a/6406/widgets/duration-trend.json b/6406/widgets/duration-trend.json index 17824e6a80d..4f8f3518a87 100644 --- a/6406/widgets/duration-trend.json +++ b/6406/widgets/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":657823}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"duration":619454}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"duration":660480}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"duration":628354}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"duration":651748}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"duration":595287}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"duration":693187}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"duration":643593}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"duration":671006}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"duration":668767}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":654628}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"duration":672394}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"duration":667620}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"duration":675435}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":657823}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"duration":619454}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"duration":660480}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"duration":628354}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"duration":651748}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"duration":595287}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"duration":693187}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"duration":643593}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"duration":671006}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"duration":668767}},{"data":{}}] \ No newline at end of file diff --git a/6406/widgets/duration.json b/6406/widgets/duration.json index 129b11f898c..f67ed62aa39 100644 --- a/6406/widgets/duration.json +++ b/6406/widgets/duration.json @@ -1 +1 @@ -[{"uid":"518ec275668216a0","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707769774626,"stop":1707769774626,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0abd36bf1436e9d","name":"Push message with Script payload","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"status":"passed","severity":"normal"},{"uid":"50eb5f2237f5ff98","name":"Push message with long payload","time":{"start":1707770234566,"stop":1707770234567,"duration":1},"status":"passed","severity":"normal"},{"uid":"37b48df0061958b6","name":"Check received message with timestamp: undefined ","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3b27c83715d75a9","name":"Check received message containing Chinese","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"status":"passed","severity":"normal"},{"uid":"661fdecd8ff265d7","name":"Check message with invalid timestamp is not received","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7348db86280933bd","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707770393726,"stop":1707770393726,"duration":0},"status":"passed","severity":"normal"},{"uid":"65d7be0f7ce83f63","name":"Throws when trying to push message with empty payload","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2fd8102101f3e2c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770335606,"stop":1707770335607,"duration":1},"status":"passed","severity":"normal"},{"uid":"5159e2425748166b","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"status":"passed","severity":"normal"},{"uid":"563f734bc5324f7b","name":"Check message with no content topic is not received","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b448eee5becd150","name":"Accepts a valid Waku Message","time":{"start":1707769783776,"stop":1707769783777,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ff2ca598b5e7861","name":"Query with Ordered Callback, No message returned","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"status":"passed","severity":"normal"},{"uid":"30adc7e787a820d8","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707769774619,"stop":1707769774620,"duration":1},"status":"passed","severity":"normal"},{"uid":"377dea4ba7260dee","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c6a7879070b09d","name":"should use DNS peer discovery with light client","time":{"start":1707769825085,"stop":1707769825086,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5c4ed75b7611a2da","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"status":"passed","severity":"normal"},{"uid":"6312e5f2407c80f2","name":"Round trip binary serialization","time":{"start":1707769780296,"stop":1707769780297,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d9dbc75862cc6ee","name":"Push message with emoji payload","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ee789cf5e62c05","name":"Push message with Arabic payload","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffac6cbe2c336ba9","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121404,"stop":1707770121405,"duration":1},"status":"passed","severity":"normal"},{"uid":"6479900a1d29b86f","name":"different cluster, same shard: nodes don't connect","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"status":"passed","severity":"normal"},{"uid":"f552728a88e7a936","name":"Relay + Store","time":{"start":1707769775418,"stop":1707769775418,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b495dc82b5a9fe1","name":"Check publish message containing Russian","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a9c372cf2fe08fd","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"status":"passed","severity":"normal"},{"uid":"3f0217eacb647d58","name":"Refresh subscription","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c7eec79b5a9247","name":"Check received message with timestamp: 1707769812106000000 ","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2caff49842c994b","name":"nwaku interop","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"status":"skipped","severity":"normal"},{"uid":"32c922f0d1d2459","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f26c4a83e10c919","name":"Check received message containing emoji","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"status":"passed","severity":"normal"},{"uid":"e394f617e12e0e8b","name":"Check message with no pubsub topic is not received","time":{"start":1707770335608,"stop":1707770335608,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71a04cb93b2fb92","name":"Push message with content topic containing Arabic","time":{"start":1707770234577,"stop":1707770234577,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fdec57b1ccd949a","name":"throws on content topic with too few or too many fields","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"status":"passed","severity":"normal"},{"uid":"7767795f824c862c","name":"Push message with unicode special characters payload","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5ba2cce04506e91","name":"Push message on custom pubsubTopic","time":{"start":1707770075682,"stop":1707770075683,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a2de2823f8b25b1","name":"Push message with Script payload","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb0e559bfac46dd5","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707770019759,"stop":1707770019759,"duration":0},"status":"passed","severity":"normal"},{"uid":"5837925cd9e79ca1","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d0ef14bc3be711","name":"getPeersByDiscovery","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"status":"passed","severity":"normal"},{"uid":"1453d341a814dd2b","name":"Push message with content topic containing short","time":{"start":1707770395183,"stop":1707770395183,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a68eb11c6e86ea4","name":"nwaku subscribes","time":{"start":1707770111438,"stop":1707770111438,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1bc690210e8802f","name":"Check message with no payload is not received","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd7b6b712b14b6d5","name":"should only return 1 node with relay and store capability","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73a22556f85c7a9","name":"should set field with only STORE enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb7ed7bd3a45460","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707769789488,"stop":1707769789488,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10bd3ae1fab81f6","name":"Passing page size 1 when there are 4 messages","time":{"start":1707770376994,"stop":1707770376995,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2df579c305a33b","name":"Check received message with timestamp: 1707769812106 ","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d597c9264fff277","name":"Decoder throws on empty string content topic","time":{"start":1707769795725,"stop":1707769795725,"duration":0},"status":"passed","severity":"normal"},{"uid":"21b4fbd6f7be9f26","name":"Push message with content topic containing Russian","time":{"start":1707770234577,"stop":1707770234578,"duration":1},"status":"passed","severity":"normal"},{"uid":"866ec6caea5f44ba","name":"Push message with content topic containing SQL Injection","time":{"start":1707770395186,"stop":1707770395187,"duration":1},"status":"passed","severity":"normal"},{"uid":"72db306e15ec8b5d","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"c92a0c4de57afa5c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770424183,"stop":1707770424184,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cf8a11401f3fcdfb","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf6e5727fe0c819","name":"connects to nwaku","time":{"start":1707770389546,"stop":1707770389546,"duration":0},"status":"passed","severity":"normal"},{"uid":"98246f3d4b4d7386","name":"Check message with no content topic is not received","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"status":"passed","severity":"normal"},{"uid":"bec6c34264aeb139","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"status":"passed","severity":"normal"},{"uid":"2280f1e5d8b4fa0f","name":"Push message with long payload","time":{"start":1707770395175,"stop":1707770395176,"duration":1},"status":"passed","severity":"normal"},{"uid":"4559c5830321e84f","name":"Subscribe and publish message","time":{"start":1707770142480,"stop":1707770142481,"duration":1},"status":"passed","severity":"normal"},{"uid":"390e65815824c096","name":"Fields are not dropped","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"status":"passed","severity":"normal"},{"uid":"34ed353c066c6d97","name":"throws on content topic with empty application field","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f18941b3873876","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878817,"stop":1707769878817,"duration":0},"status":"passed","severity":"normal"},{"uid":"b682ed96ee2e7243","name":"Check message with extra parameter is not received","time":{"start":1707770001385,"stop":1707770001386,"duration":1},"status":"passed","severity":"normal"},{"uid":"70b3ae1baf529f9e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999861,"stop":1707769999861,"duration":0},"status":"passed","severity":"normal"},{"uid":"17f3dcd4669f9b30","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c5602c0f9f653","name":"Query generator for 2000 messages","time":{"start":1707770339593,"stop":1707770339593,"duration":0},"status":"passed","severity":"normal"},{"uid":"334661a64b6f2399","name":"Privacy Node - default protocol","time":{"start":1707770398289,"stop":1707770398289,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e154dea9a8aead","name":"Decoder throws on undefined content topic","time":{"start":1707769780299,"stop":1707769780300,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab594840c6e935a3","name":"Check received message containing XML","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0d15345a8080c6","name":"Push message with Chinese payload","time":{"start":1707770234568,"stop":1707770234568,"duration":0},"status":"passed","severity":"normal"},{"uid":"17ae69826e4e109c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"status":"passed","severity":"normal"},{"uid":"591b91e2e6ce2103","name":"retrieves a single peer","time":{"start":1707769789801,"stop":1707769789802,"duration":1},"status":"passed","severity":"normal"},{"uid":"48be00d2e7427454","name":"Promise Callback - forward","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"status":"passed","severity":"normal"},{"uid":"64184a529804488","name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b528c6530e54b8","name":"can dial TLS multiaddrs","time":{"start":1707770062840,"stop":1707770062841,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ea437ff036c0d9","name":"Relay - dialed after","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97358fd64a2d184","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707769999868,"stop":1707769999868,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9e2a946fd3c6961","name":"Relay","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"status":"passed","severity":"normal"},{"uid":"2149e3aa02c5c7e4","name":"Fails to push message with empty content topic","time":{"start":1707770234583,"stop":1707770234583,"duration":0},"status":"passed","severity":"normal"},{"uid":"30583484cf060d7c","name":"should emit a peer event after start","time":{"start":1707769825074,"stop":1707769825075,"duration":1},"status":"passed","severity":"normal"},{"uid":"e91f7de77bf89d","name":"Check publish message containing shell command","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2b6d0d3dce02a3a","name":"Query generator for multiple messages","time":{"start":1707770339585,"stop":1707770339586,"duration":1},"status":"passed","severity":"normal"},{"uid":"411b98200239713b","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707769774630,"stop":1707769774631,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56c7de4bf4abd10","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707769999862,"stop":1707769999862,"duration":0},"status":"passed","severity":"normal"},{"uid":"772398f880ab7e81","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999877,"stop":1707769999877,"duration":0},"status":"passed","severity":"normal"},{"uid":"240e71e5552a62ef","name":"Push message with Russian payload","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"status":"passed","severity":"normal"},{"uid":"7675f37f190c0aa6","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770424192,"stop":1707770424192,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2392036f0a992e","name":"Push message equal or less that 1MB","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"status":"passed","severity":"normal"},{"uid":"58cf68b3c4e95727","name":"Query Generator - backward","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad72f414f36c722","name":"should set field with only RELAY enabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ec0b2dcc831e51","name":"should get / set TCP multiaddr","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebf734d2fd18d743","name":"unsubscribes","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbf9a5d50509e0b","name":"Check received message containing Basic HTML tag","time":{"start":1707770335602,"stop":1707770335602,"duration":0},"status":"passed","severity":"normal"},{"uid":"2837b3c06df9adf7","name":"throws on content topic with empty topic name field","time":{"start":1707769766686,"stop":1707769766687,"duration":1},"status":"passed","severity":"normal"},{"uid":"db33f0ef6e592f61","name":"configure the node with multiple pubsub topics","time":{"start":1707770222926,"stop":1707770222926,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca525a761e07bfa","name":"should properly compute the node id","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af38e2eb2baf574","name":"should properly create location multiaddrs - udp","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85d879e83b755da","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"status":"passed","severity":"normal"},{"uid":"95924ec13ada27bc","name":"Asymmetric encrypt & decrypt","time":{"start":1707769796121,"stop":1707769796121,"duration":0},"status":"passed","severity":"normal"},{"uid":"24941bca768f285e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe45b00675a1c1a7","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707769780144,"stop":1707769780144,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f71c2d4fda46ac5","name":"configure the node with multiple pubsub topics","time":{"start":1707770222924,"stop":1707770222925,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2b0aff42d682b96","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e40072116322214","name":"Fails to push message with large meta","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"status":"passed","severity":"normal"},{"uid":"8fb3c0547e0a44de","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bfed5864a517fd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707770019754,"stop":1707770019754,"duration":0},"status":"passed","severity":"normal"},{"uid":"6683e7464c657db1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770018847,"stop":1707770018848,"duration":1},"status":"passed","severity":"normal"},{"uid":"74581c87fd2a52b7","name":"Check received message containing special chars","time":{"start":1707770335595,"stop":1707770335596,"duration":1},"status":"passed","severity":"normal"},{"uid":"2815272f711185a7","name":"Push message with numeric payload","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"status":"passed","severity":"normal"},{"uid":"f22657899405d2a9","name":"Push 30 different messages","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"status":"passed","severity":"normal"},{"uid":"ca3489251f0a65fa","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a035e998695a01c","name":"Fails to push message with large meta","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"status":"passed","severity":"normal"},{"uid":"73c85fb06ee61693","name":"pre and post cipher","time":{"start":1707769796122,"stop":1707769796123,"duration":1},"status":"passed","severity":"normal"},{"uid":"506521b8a14811d4","name":"Query with Promise Callback, No message returned","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"status":"passed","severity":"normal"},{"uid":"34a4a92b7b00ddd5","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707769795721,"stop":1707769795722,"duration":1},"status":"passed","severity":"normal"},{"uid":"94c4421c534b54f7","name":"Refresh subscription","time":{"start":1707770142482,"stop":1707770142483,"duration":1},"status":"skipped","severity":"normal"},{"uid":"957941a0b8129cb","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a5c0755ea13e16b","name":"Push message with JSON payload","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"status":"passed","severity":"normal"},{"uid":"20c4c38eb8fa46c8","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707769999861,"stop":1707769999862,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e3fff04e9dea35e","name":"Check message received after nwaku node is restarted","time":{"start":1707770001387,"stop":1707770001387,"duration":0},"status":"skipped","severity":"normal"},{"uid":"697534a2e92edaee","name":"Ordered callback, aborts when callback returns true","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f2a75b5fb5036b8","name":"topics with same application and version share the same shard","time":{"start":1707769766688,"stop":1707769766689,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b0adace1dcca41","name":"Check message received after jswaku node is restarted","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fff5b5f58828735e","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bab8eb561de3664","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707770339586,"stop":1707770339587,"duration":1},"status":"passed","severity":"normal"},{"uid":"47ad5624925b93f2","name":"Query generator for multiple messages with different content topic format","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"status":"passed","severity":"normal"},{"uid":"44046cf81553e728","name":"same cluster, different shard: nodes connect","time":{"start":1707769999851,"stop":1707769999851,"duration":0},"status":"passed","severity":"normal"},{"uid":"d568a7ca14bfe776","name":"Fails to publish message with wrong content topic","time":{"start":1707770131707,"stop":1707770131708,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c5cb0e1ac95df5","name":"should throw an error for insufficient data","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"status":"passed","severity":"normal"},{"uid":"a429c055484336de","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707770121409,"stop":1707770121409,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1cecd6c0a67c2","name":"Passing cursor with wrong message digest","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"status":"passed","severity":"normal"},{"uid":"55b0c80548f0ed49","name":"Push message with special chars payload","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a0d43dd4375183","name":"returns all values when wanted number is greater than available values","time":{"start":1707769788866,"stop":1707769788867,"duration":1},"status":"passed","severity":"normal"},{"uid":"99dd5e43dbc1d370","name":"Push message with shell command payload","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b70d34b9fe4d8a","name":"Ping on peer without subscriptions","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44effc9215961f1","name":"Register correct protocols","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"status":"passed","severity":"normal"},{"uid":"7889af2304dfb5fd","name":"Check received message containing Script","time":{"start":1707770335614,"stop":1707770335615,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ba266bdb5dad499","name":"Push message with content topic containing Chinese","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"status":"passed","severity":"normal"},{"uid":"e73496c5edf2b386","name":"can start and stop the service","time":{"start":1707769825069,"stop":1707769825073,"duration":4},"status":"passed","severity":"normal"},{"uid":"9d6ad262aeb7b964","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"status":"passed","severity":"normal"},{"uid":"96cf2fc15d09eb11","name":"Check message on other pubsub topic is not received","time":{"start":1707770335608,"stop":1707770335608,"duration":0},"status":"passed","severity":"normal"},{"uid":"11e6898894ed0f1d","name":"Ordered Callback - forward","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"status":"passed","severity":"normal"},{"uid":"124cefe2009480ce","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"status":"passed","severity":"normal"},{"uid":"12f72bc048225556","name":"Check message on other pubsub topic is not received","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ebc808ddb129d90","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353936,"stop":1707770353936,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d648c41efe331b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"dda2805c6a76dea1","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707769999859,"stop":1707769999860,"duration":1},"status":"passed","severity":"normal"},{"uid":"94927b9fee4ba9d2","name":"dispatchEvent via connectionManager","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"status":"skipped","severity":"normal"},{"uid":"56ce9c659bb9811b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707769999863,"stop":1707769999863,"duration":0},"status":"passed","severity":"normal"},{"uid":"98840ac69cbf6853","name":"Push message with custom timestamp: 1677011600007","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1f04948a3c2ed93","name":"Check received message containing numeric","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0c4aac93d55f79","name":"LightPush","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd91636cf4d5e7df","name":"Check received message containing special chars","time":{"start":1707770335612,"stop":1707770335613,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e935d1e81ff009","name":"Push message with rate limit","time":{"start":1707770234592,"stop":1707770234592,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6852d0e80b434e","name":"should set field with all protocols disabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd8af0c58407dcd","name":"returns all values when wanted number matches available values","time":{"start":1707769788864,"stop":1707769788866,"duration":2},"status":"passed","severity":"normal"},{"uid":"47de8162188928a9","name":"Nwaku publishes","time":{"start":1707770111439,"stop":1707770111439,"duration":0},"status":"passed","severity":"normal"},{"uid":"391939995f63e71f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"902abc4d7ac60cb6","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"status":"passed","severity":"normal"},{"uid":"428caac747694461","name":"Push message with SQL Injection payload","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"status":"passed","severity":"normal"},{"uid":"de15dd81c4859513","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878812,"stop":1707769878813,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb57e73f93e0a0ec","name":"Push message with numeric payload","time":{"start":1707770234567,"stop":1707770234567,"duration":0},"status":"passed","severity":"normal"},{"uid":"564e87c54ed57cc7","name":"Check meta is set [symmetric]","time":{"start":1707769795722,"stop":1707769795722,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0acf8c6302641b2","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"42266912e0fcff","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707769820506,"stop":1707769820506,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6aa00484e890e6","name":"Push message with escaped characters payload","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6df8b426819fbd25","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707770359155,"stop":1707770359155,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb986c8114b388ed","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"286d97d97e8fad22","name":"Check message received after jswaku node is restarted","time":{"start":1707770335632,"stop":1707770335632,"duration":0},"status":"skipped","severity":"normal"},{"uid":"51e1f12e2a18a5af","name":"Push message on custom pubsubTopic","time":{"start":1707770075684,"stop":1707770075684,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9644f5b2bdf7cfb","name":"same cluster, same shard: nodes connect","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fe3494d3bd78dbc","name":"Store - dialed after - with timeout","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"status":"passed","severity":"normal"},{"uid":"904d551741cecef4","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707769774632,"stop":1707769774632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ba556d74cdc15bb","name":"Check message received after jswaku node is restarted","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"status":"skipped","severity":"normal"},{"uid":"69cf799b6f196a0b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707769999860,"stop":1707769999861,"duration":1},"status":"passed","severity":"normal"},{"uid":"97de0b388edadabb","name":"caches peers it previously fetched","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"status":"passed","severity":"normal"},{"uid":"5376ef6bb9988017","name":"Decrypt messages","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"status":"passed","severity":"normal"},{"uid":"64ad4566edf3b3","name":"Push message with XML payload","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"status":"passed","severity":"normal"},{"uid":"52f7190cc09616ee","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770018826,"stop":1707770018827,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfeb786cbf1141d6","name":"should not fail to stop the service if it was not started","time":{"start":1707770210097,"stop":1707770210097,"duration":0},"status":"passed","severity":"normal"},{"uid":"950a82e7db5fffd9","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707770293501,"stop":1707770293502,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3213ce5fe2b1f41","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"status":"passed","severity":"normal"},{"uid":"c113a33c729c954e","name":"should set field with all protocols enabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"90a5fea4fcbc6212","name":"A test","time":{"start":1707770019848,"stop":1707770019848,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fa05eed189a88f","name":"Push message with content topic containing JSON","time":{"start":1707770395188,"stop":1707770395189,"duration":1},"status":"passed","severity":"normal"},{"uid":"36940ae2cca0f6","name":"Ephemeral messages are not stored","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ad72f03876b95e","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"status":"passed","severity":"normal"},{"uid":"898c289635aef79b","name":"Using a function","time":{"start":1707770389547,"stop":1707770389548,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d52acc101ac1d8f","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707769812637,"stop":1707769812637,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aa2fe4d88f9f37f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"24a70cd808154fea","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76d4400fb08f3bc","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f303af88bcc3e6","name":"Meta field set when metaSetter is specified","time":{"start":1707769780297,"stop":1707769780298,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2a0c66e0d5bb85a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707769999865,"stop":1707769999866,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cd0d49ed39d938","name":"Push message with content topic containing Script","time":{"start":1707770395187,"stop":1707770395187,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc3e6510753d012","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770018846,"stop":1707770018847,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2c318bf6532017a","name":"Ping on subscribed peer","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6749ab6a0f771a4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770018842,"stop":1707770018843,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d6861dd25cfa75","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707770019757,"stop":1707770019757,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a905b9ce2d2f90c","name":"Check message with non string payload is not received","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"status":"passed","severity":"normal"},{"uid":"4174a08dbaf298e7","name":"Check publish message after client node is restarted","time":{"start":1707770131709,"stop":1707770131710,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c7362ebf2d1ccfe7","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707769789491,"stop":1707769789491,"duration":0},"status":"passed","severity":"normal"},{"uid":"f19814b3c6f219","name":"Push message with custom timestamp: 1707766401516","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d2932f3936e8162","name":"through manual discovery","time":{"start":1707770062842,"stop":1707770062842,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6650bc55cf99520","name":"Check received message with timestamp: 1707769811950000000 ","time":{"start":1707770001381,"stop":1707770001382,"duration":1},"status":"passed","severity":"normal"},{"uid":"5edfcea4b505ecca","name":"Ephemeral field set to true","time":{"start":1707769780297,"stop":1707769780297,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca71f31ac5ae420","name":"Push message with JSON payload","time":{"start":1707770395179,"stop":1707770395180,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d353a9b7e37c126","name":"Check received message containing Arabic","time":{"start":1707770001376,"stop":1707770001376,"duration":0},"status":"passed","severity":"normal"},{"uid":"b96fcbd34f3984b","name":"Check received message containing escaped characters","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1a056a222b7ca1","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707770055869,"stop":1707770055869,"duration":0},"status":"passed","severity":"normal"},{"uid":"466e05eadd30d8d4","name":"Subscribe to topic containing long and receive message","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"7910db434b85a837","name":"converts content topics to expected shard index","time":{"start":1707769766688,"stop":1707769766688,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd4e5b292f8a81d","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707769999864,"stop":1707769999864,"duration":0},"status":"passed","severity":"normal"},{"uid":"9942e3454a48d75e","name":"Push message with meta","time":{"start":1707770395191,"stop":1707770395191,"duration":0},"status":"passed","severity":"normal"},{"uid":"a374300a3adf8c7d","name":"Ping on unsubscribed peer","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ade4b59689decf6","name":"same cluster, different shard: nodes connect","time":{"start":1707770055876,"stop":1707770055876,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad21c5f00a8853a0","name":"Check received message containing Arabic","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"status":"passed","severity":"normal"},{"uid":"833fd4353df754ef","name":"Fails to publish message with empty text","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2336293f1892c96","name":"Overlapping topic subscription","time":{"start":1707770018837,"stop":1707770018837,"duration":0},"status":"passed","severity":"normal"},{"uid":"2db5d3e522bf94d8","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b7283069feac1f","name":"Check received message containing shell command","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4bcdecb20ef4ec","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878816,"stop":1707769878817,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7942520b59342ae","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"status":"passed","severity":"normal"},{"uid":"f68ef321362627f6","name":"Check publish message containing special chars","time":{"start":1707770131696,"stop":1707770131697,"duration":1},"status":"passed","severity":"normal"},{"uid":"766d5e2db21990e9","name":"Check received message containing short","time":{"start":1707770001370,"stop":1707770001371,"duration":1},"status":"passed","severity":"normal"},{"uid":"518b9764c9450d16","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707769825086,"stop":1707769825086,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f4dc6eba8f7d9f","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707770142489,"stop":1707770142490,"duration":1},"status":"passed","severity":"normal"},{"uid":"7085d47c4febcfba","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"status":"passed","severity":"normal"},{"uid":"a99f85e3e9cae80b","name":"Callback on promise, aborts when callback returns true","time":{"start":1707770339591,"stop":1707770339591,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0635c5863a2814","name":"Publish without waiting for remote peer","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"status":"passed","severity":"normal"},{"uid":"edec879d0c83e822","name":"Push message with content topic containing special chars","time":{"start":1707770395184,"stop":1707770395185,"duration":1},"status":"passed","severity":"normal"},{"uid":"52ebd6dab5acf144","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707770393728,"stop":1707770393729,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d56a4d7f980e263","name":"Check received message containing numeric","time":{"start":1707770335594,"stop":1707770335595,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7b4b277031cc4a","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d27da565a025076","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6d38d6bb76d3b9","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"status":"passed","severity":"normal"},{"uid":"66af16e9cb60aebd","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770424175,"stop":1707770424176,"duration":1},"status":"passed","severity":"normal"},{"uid":"c36c614f431a915c","name":"Check message with no payload is not received","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"status":"passed","severity":"normal"},{"uid":"2316c7bbf007624","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5c50a35dd2be4e","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d2ec95235b7f0c","name":"Sets default value correctly","time":{"start":1707770389549,"stop":1707770389549,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa09b9650118338","name":"handles multiple messages","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"status":"passed","severity":"normal"},{"uid":"b069cb9fc4d3f10f","name":"Push message with special chars payload","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"status":"passed","severity":"normal"},{"uid":"503ac31b161d5093","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cb72ed3e162c8","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707770339592,"stop":1707770339592,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d218e93dc37516","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707769789485,"stop":1707769789485,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f7462475adab8b6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"status":"passed","severity":"normal"},{"uid":"a348a2703e5f4d5c","name":"Push message with content topic containing long","time":{"start":1707770234575,"stop":1707770234575,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bdd28031c61fc57","name":"Push message with content topic containing emoji","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b719d108d67382","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"status":"passed","severity":"normal"},{"uid":"6195d834738670b5","name":"Sign & Recover","time":{"start":1707769796123,"stop":1707769796123,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd227ffa736f373","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8973264dec73f8c","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fb602a5ec4927b","name":"Fails to push message bigger that 1MB","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"status":"passed","severity":"normal"},{"uid":"25d9a13ae4ee3cde","name":"Query with Promise Callback, No Decoder","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"status":"passed","severity":"normal"},{"uid":"644adac3a42979ca","name":"Generator, custom pubsub topic","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c144bff577abba","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb2272296720fd9","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770335621,"stop":1707770335621,"duration":0},"status":"passed","severity":"normal"},{"uid":"f055da4bdd65a3ab","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707769780143,"stop":1707769780144,"duration":1},"status":"passed","severity":"normal"},{"uid":"61787cb8dc4025e","name":"Push message on custom pubsubTopic","time":{"start":1707770075685,"stop":1707770075686,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ef9eb2dcf049c99","name":"Encoder throws on empty string content topic","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c354162b2d5d21","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707770142486,"stop":1707770142486,"duration":0},"status":"passed","severity":"normal"},{"uid":"49652613aa1386ee","name":"different cluster, same shard: nodes don't connect","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e3f254b547dbbd8","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707770359154,"stop":1707770359154,"duration":0},"status":"passed","severity":"normal"},{"uid":"65607bede5de56d8","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707769999864,"stop":1707769999865,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c517ba5a47cee6e","name":"Push message with content topic containing XML","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7eb9c34ee3d65a","name":"can start the service","time":{"start":1707770210095,"stop":1707770210096,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cf00d86ab738f34","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707769999879,"stop":1707769999880,"duration":1},"status":"passed","severity":"normal"},{"uid":"1efc86d6490e971d","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b6075670fa4a43","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"status":"passed","severity":"normal"},{"uid":"52c20a8fd2fc2912","name":"should encode/decode to text encoding","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ab799c450a822ff","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"status":"passed","severity":"normal"},{"uid":"280ad9eb05dcbd35","name":"Push message with Basic HTML tag payload","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa1d93311ac9db5a","name":"should not fail to start the service if it is already started","time":{"start":1707769825074,"stop":1707769825074,"duration":0},"status":"passed","severity":"normal"},{"uid":"9591ef541cd3d821","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d879a9e04b932f","name":"Check received message containing Chinese","time":{"start":1707770335596,"stop":1707770335597,"duration":1},"status":"passed","severity":"normal"},{"uid":"31f9238b722939f0","name":"Push message with content topic containing numeric","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adb77749bc70f0c","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3557c674e2d274","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4baec3e58999f04a","name":"should not receive a peer event before start","time":{"start":1707769825084,"stop":1707769825084,"duration":0},"status":"passed","severity":"normal"},{"uid":"b072e0a8c9644429","name":"Symmetric encrypt & Decrypt","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"status":"passed","severity":"normal"},{"uid":"968e2199272b9a7b","name":"Reusing cursor across nodes","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3a45460904e96c7","name":"Check message with no pubsub topic is not received","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc440b139c9fc458","name":"Publishes to nwaku","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"status":"passed","severity":"normal"},{"uid":"646c82f5bc73d915","name":"throws on content topic with non-number generation field","time":{"start":1707769766684,"stop":1707769766684,"duration":0},"status":"passed","severity":"normal"},{"uid":"ced2723a03c0affd","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707769780145,"stop":1707769780145,"duration":0},"status":"passed","severity":"normal"},{"uid":"1999a27752d432f4","name":"Check message with non string payload is not received","time":{"start":1707770335631,"stop":1707770335632,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1ae82a64ecc34de","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770424184,"stop":1707770424184,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee2257846974123f","name":"should be able to encode the field with only STORE set to true","time":{"start":1707769774612,"stop":1707769774614,"duration":2},"status":"passed","severity":"normal"},{"uid":"87df996ff4e94500","name":"Fails to publish duplicate message","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b94c2c751d113d8","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707769999865,"stop":1707769999865,"duration":0},"status":"passed","severity":"normal"},{"uid":"284f5e70361774bd","name":"Push message with content topic containing escaped characters","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f844e37a53d3d64","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707770121402,"stop":1707770121403,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e2e7d7254f6d752","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770018834,"stop":1707770018835,"duration":1},"status":"passed","severity":"normal"},{"uid":"eae36a889b85c938","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707769820507,"stop":1707769820507,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fb3c41ad0d9d1d","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c03ba5c8543392a","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770424170,"stop":1707770424171,"duration":1},"status":"passed","severity":"normal"},{"uid":"1288290c8e7c819d","name":"tcp ip4 address","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"status":"passed","severity":"normal"},{"uid":"8d12639c3d9e12f7","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770424179,"stop":1707770424180,"duration":1},"status":"passed","severity":"normal"},{"uid":"547fe90d4b308c36","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707769812638,"stop":1707769812638,"duration":0},"status":"passed","severity":"normal"},{"uid":"673b48ee920bcf41","name":"creates an iterator","time":{"start":1707770370965,"stop":1707770370966,"duration":1},"status":"passed","severity":"normal"},{"uid":"507c91c1ed4056e4","name":"1 Relay, 1 fetch","time":{"start":1707769789490,"stop":1707769789490,"duration":0},"status":"passed","severity":"normal"},{"uid":"99cc079f5c9bcb63","name":"Check received message containing XML","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3ac8adef3a128a","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707769766846,"stop":1707769766847,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe41bb42686d1547","name":"Check received message containing short","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d7cee09b9fb6fc","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770018840,"stop":1707770018841,"duration":1},"status":"passed","severity":"normal"},{"uid":"59aecd4e453853fb","name":"Check publish message containing escaped characters","time":{"start":1707770131702,"stop":1707770131702,"duration":0},"status":"passed","severity":"normal"},{"uid":"2388cbe8e3d18c23","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770018848,"stop":1707770018849,"duration":1},"status":"passed","severity":"normal"},{"uid":"b58da7cc233622f8","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770018831,"stop":1707770018831,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec1c27958dda333","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770424171,"stop":1707770424172,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea69168fb7c97355","name":"throws on content topic with empty version field","time":{"start":1707769766686,"stop":1707769766686,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaaf00acc2b9b4bd","name":"Push message with emoji payload","time":{"start":1707770234573,"stop":1707770234574,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1976966cb5437e4","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42fad4eafbcd5e3c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707770272997,"stop":1707770272997,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d591cf6b970936d","name":"isConnected should return true after first peer connects","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"status":"passed","severity":"normal"},{"uid":"8861ecfd491c7774","name":"Check message with no content topic is not received","time":{"start":1707770335623,"stop":1707770335623,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b300ecafe22acea","name":"Push message with Chinese payload","time":{"start":1707770395176,"stop":1707770395177,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ca26196d8d2c6c","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"status":"passed","severity":"normal"},{"uid":"711c618cdd2e0af0","name":"Push message with shell command payload","time":{"start":1707770234571,"stop":1707770234572,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48097c0873ddc57","name":"Check received message containing Russian","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b9bc97fcb1361d","name":"Check message with no payload is not received","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"status":"passed","severity":"normal"},{"uid":"718bc092a18fbc18","name":"Check message with no pubsub topic is not received","time":{"start":1707770335622,"stop":1707770335623,"duration":1},"status":"passed","severity":"normal"},{"uid":"1721a606cdf69979","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707769774627,"stop":1707769774628,"duration":1},"status":"passed","severity":"normal"},{"uid":"32129746117b04ad","name":"addEventListener with correct event","time":{"start":1707769852801,"stop":1707769852802,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcae391dad7e797c","name":"can start the service","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"status":"passed","severity":"normal"},{"uid":"40275857809c04a3","name":"Ping on peer without subscriptions","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dcea99a378b752a","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b254258260c84c","name":"Push message with custom timestamp: 1707766400007","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6af89e5bbb12c91","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707770393729,"stop":1707770393729,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac41648ca8a77ce7","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707769774629,"stop":1707769774630,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e05b171de5d15f","name":"Rejects garbage","time":{"start":1707769783778,"stop":1707769783778,"duration":0},"status":"passed","severity":"normal"},{"uid":"75f53f3631274f1a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770424170,"stop":1707770424170,"duration":0},"status":"passed","severity":"normal"},{"uid":"704b374bbfe5335c","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707770359154,"stop":1707770359155,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc4d348410f58c07","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707769812653,"stop":1707769812654,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ecde25b216fabf6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"301229a25d574c70","name":"should properly create location multiaddrs - udp4","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"status":"passed","severity":"normal"},{"uid":"d43a29ca1a0fa86c","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707769774618,"stop":1707769774619,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af80a3ecf4813a4","name":"should properly create location multiaddrs - tcp4","time":{"start":1707769775413,"stop":1707769775414,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f9fcde136fe867c","name":"isConnected should return false after all peers disconnect","time":{"start":1707769812654,"stop":1707769812654,"duration":0},"status":"passed","severity":"normal"},{"uid":"2659b8d09cd0175c","name":"Correctly serialized arguments","time":{"start":1707770062905,"stop":1707770062906,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f6e5cfdf8007428","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770424181,"stop":1707770424182,"duration":1},"status":"passed","severity":"normal"},{"uid":"89ae457aedf653e7","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770424188,"stop":1707770424189,"duration":1},"status":"passed","severity":"normal"},{"uid":"1324ff50fdeacbe","name":"should be able to decode the field with only STORE set to true","time":{"start":1707769774628,"stop":1707769774628,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef34d1ba891b24ce","name":"Push message with content topic containing shell command","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"status":"passed","severity":"normal"},{"uid":"54729d3d41467586","name":"should not receive a peer event before start","time":{"start":1707770210098,"stop":1707770210099,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d21f9c255a8a2f4","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770018847,"stop":1707770018847,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e17697b7bf20c6a","name":"it tolerates circular branch references","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"status":"passed","severity":"normal"},{"uid":"e99b13aa67513920","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770424175,"stop":1707770424175,"duration":0},"status":"passed","severity":"normal"},{"uid":"b020d4b2d7e59eb8","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707769878811,"stop":1707769878812,"duration":1},"status":"passed","severity":"normal"},{"uid":"e19de26ac454187f","name":"Push message with content topic containing shell command","time":{"start":1707770234580,"stop":1707770234580,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa56189ea5e3c262","name":"should decode valid enr successfully","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"status":"passed","severity":"normal"},{"uid":"7089380d2deac505","name":"Subscribe to topic containing long and receive message","time":{"start":1707770018839,"stop":1707770018840,"duration":1},"status":"passed","severity":"normal"},{"uid":"84dea4da931079fe","name":"should throw error - no id","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"395c2d9d56ec6982","name":"Push message with content topic containing unicode special characters","time":{"start":1707770234582,"stop":1707770234582,"duration":0},"status":"passed","severity":"normal"},{"uid":"daffbec1b627121a","name":"should not fail to stop the service if it was not started","time":{"start":1707769825073,"stop":1707769825074,"duration":1},"status":"passed","severity":"normal"},{"uid":"1608ec5fa614866e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c52fdd7f63c869","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707769774623,"stop":1707769774624,"duration":1},"status":"passed","severity":"normal"},{"uid":"304d5caf7d621ab1","name":"Check received message with timestamp: 1707769811950 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a7f150d7330ce98","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770424181,"stop":1707770424181,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7dbfed8acf6fed5","name":"should return false","time":{"start":1707769775410,"stop":1707769775411,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbcd6eec7a240254","name":"should encodeTxt and decodeTxt","time":{"start":1707769775399,"stop":1707769775400,"duration":1},"status":"passed","severity":"normal"},{"uid":"828aaaa833252e5","name":"should throw error - no public key","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee08259b9ae6134","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707770325619,"stop":1707770325619,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d594b4851742e8","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707770393729,"stop":1707770393730,"duration":1},"status":"passed","severity":"normal"},{"uid":"74ca533cb14f22","name":"Push message with content topic containing short","time":{"start":1707770234575,"stop":1707770234575,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6ef935883b7ee6","name":"Push message with short payload","time":{"start":1707770395175,"stop":1707770395175,"duration":0},"status":"passed","severity":"normal"},{"uid":"47e6697566985882","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770018848,"stop":1707770018848,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b1ae8d6897a48a2","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a3e1b892b694d7b","name":"Relay - dialed first","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8f39824771c7567","name":"Overlapping topic subscription","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"status":"skipped","severity":"normal"},{"uid":"640c1c16ca42d0c5","name":"Push to array if already present","time":{"start":1707769766371,"stop":1707769766372,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e30edd80e8991fc","name":"ignores domain fetching errors","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7fbaa9ce2071585","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707770359155,"stop":1707770359156,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70f6233c3af1e5","name":"Relay - times out","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdcfdc03b701571","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ca0dca1f60c95f","name":"Callback on promise","time":{"start":1707770339590,"stop":1707770339591,"duration":1},"status":"passed","severity":"normal"},{"uid":"38668f1249d2a5d4","name":"Fails to push message bigger that 1MB","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"status":"passed","severity":"normal"},{"uid":"e183bbdee96bb407","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770424182,"stop":1707770424183,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fee36f20095e4f","name":"does not throw on valid cases","time":{"start":1707769766682,"stop":1707769766683,"duration":1},"status":"passed","severity":"normal"},{"uid":"771a9a4a089d90c","name":"Check received message containing shell command","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bf41d136a36cdf4","name":"Check received message containing Russian","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ff39f387612943","name":"Ordered Callback - backward","time":{"start":1707770355206,"stop":1707770355206,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc380314f61838b4","name":"Push message with content topic containing emoji","time":{"start":1707770234582,"stop":1707770234583,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5cb89fde165b4e8","name":"Overlapping topic subscription","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"status":"passed","severity":"normal"},{"uid":"2434a4a5761d8931","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"status":"passed","severity":"normal"},{"uid":"591ce52935e7d84b","name":"Push message with content topic containing Arabic","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8177ef6c5de584","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878815,"stop":1707769878816,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b721c1947ec18d0","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cb93a9ba7b6758","name":"safeDispatchEvent","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"status":"passed","severity":"normal"},{"uid":"cba275eba6dfb664","name":"throws on content topic with generation field greater than 0","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fe62ecf5f411213","name":"Check received message containing Script","time":{"start":1707770335601,"stop":1707770335601,"duration":0},"status":"passed","severity":"normal"},{"uid":"663f23adcd7161d9","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707769789485,"stop":1707769789486,"duration":1},"status":"passed","severity":"normal"},{"uid":"46bfb2111ac373cf","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770018836,"stop":1707770018836,"duration":0},"status":"passed","severity":"normal"},{"uid":"6934684d234a8639","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121408,"stop":1707770121409,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b00576ebcc9e9a","name":"Check publish message containing JSON","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5cdf4a8cee8d1f3","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075684,"stop":1707770075685,"duration":1},"status":"passed","severity":"normal"},{"uid":"67caea866b4fcfb6","name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131705,"stop":1707770131706,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce3e83cf5cd2e088","name":"Init the array if not present","time":{"start":1707769766369,"stop":1707769766371,"duration":2},"status":"passed","severity":"normal"},{"uid":"8908cd8928916ea7","name":"addEventListener with wrong event","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"status":"passed","severity":"normal"},{"uid":"e857f1e58f5e1d31","name":"should get / set UDP multiaddr","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e9ecdd4e6d51310","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"status":"passed","severity":"normal"},{"uid":"f100af6c9b87404e","name":"Push message with content topic containing SQL Injection","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"status":"passed","severity":"normal"},{"uid":"216572bf2cfb22ea","name":"Push message with custom timestamp: 1707773601516","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd3379319d162439","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770424176,"stop":1707770424177,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c2211b8f1caa61","name":"Push message with Russian payload","time":{"start":1707770234569,"stop":1707770234569,"duration":0},"status":"passed","severity":"normal"},{"uid":"aacdde2f9809034c","name":"Check received message containing short","time":{"start":1707770335611,"stop":1707770335612,"duration":1},"status":"passed","severity":"normal"},{"uid":"45f6b1e94af14c95","name":"Check publish message containing Arabic","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"status":"passed","severity":"normal"},{"uid":"89dc0033d91ddcb1","name":"udp ip6 address","time":{"start":1707769774566,"stop":1707769774571,"duration":5},"status":"passed","severity":"normal"},{"uid":"9c33f51acf880c35","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770424184,"stop":1707770424185,"duration":1},"status":"skipped","severity":"normal"},{"uid":"431845249a8313cc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"status":"passed","severity":"normal"},{"uid":"5adaaa9736734d0d","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707769774620,"stop":1707769774621,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd64ba61e21d9237","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"status":"broken","severity":"normal"},{"uid":"b8b057837ca6332","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770424182,"stop":1707770424182,"duration":0},"status":"passed","severity":"normal"},{"uid":"6650ed6eb0543b3e","name":"Encoder throws on undefined content topic","time":{"start":1707769780298,"stop":1707769780299,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c44fbf0fc3e9e37","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d4de45052a1640","name":"Check received message containing Russian","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9144f5bd60b8cf7","name":"Generator, custom pubsub topic","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"status":"passed","severity":"normal"},{"uid":"710cbfae766bf222","name":"Subscribe to topic containing short and receive message","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"553aed222fb9da71","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770424189,"stop":1707770424189,"duration":0},"status":"passed","severity":"normal"},{"uid":"9773952dabc54c30","name":"Push message with Arabic payload","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7bc7b3b5871d9b5","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707769999867,"stop":1707769999868,"duration":1},"status":"passed","severity":"normal"},{"uid":"880a29a55884abf9","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707769999854,"stop":1707769999855,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fece467cc02cde7","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707769999877,"stop":1707769999878,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dc0842d2cc124e8","name":"Subscribe and receive messages via lightPush","time":{"start":1707770424169,"stop":1707770424170,"duration":1},"status":"passed","severity":"normal"},{"uid":"dacbedd9a7e8e89d","name":"Decoder throws on undefined content topic","time":{"start":1707769795724,"stop":1707769795725,"duration":1},"status":"passed","severity":"normal"},{"uid":"c08c2a9c4f797b5b","name":"Delete observer","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca858c2ec8aec26e","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"status":"passed","severity":"normal"},{"uid":"506958a9bb5ffb71","name":"Check received message containing XML","time":{"start":1707770335616,"stop":1707770335617,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ffcaee358abb307","name":"Check message received after nwaku node is restarted","time":{"start":1707770335610,"stop":1707770335611,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6de52dc4d3d4cf1e","name":"can start and stop the service","time":{"start":1707770210096,"stop":1707770210097,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68203501d6bc2bd","name":"Check received message containing escaped characters","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"status":"passed","severity":"normal"},{"uid":"223cf2a8cf5a7891","name":"Push message with content topic containing Script","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac662093166956c0","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c90b7e82bd9969","name":"Check received message containing unicode special characters","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"status":"passed","severity":"normal"},{"uid":"1800e9b89ee7c425","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"status":"passed","severity":"normal"},{"uid":"4456f65203e61181","name":"Nodes with multiple pubsub topic","time":{"start":1707770121409,"stop":1707770121410,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce5f1b8a9d1bb2d","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707769878816,"stop":1707769878816,"duration":0},"status":"passed","severity":"normal"},{"uid":"e422d97075c68716","name":"should emit a peer event after start","time":{"start":1707770210098,"stop":1707770210098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f44fa2a3ebf101ce","name":"different cluster, different shard: nodes don't connect","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"status":"passed","severity":"normal"},{"uid":"a954f7a94ada029e","name":"Check received message containing long","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0aedb4c81b7d67","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770018846,"stop":1707770018846,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fc0e0ae0bf7d186","name":"Check received message containing SQL Injection","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60b328739577386","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707769788867,"stop":1707769788868,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a120a12627105e","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fc3324693f6b8b","name":"Check received message containing escaped characters","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e3da60eaecf0480","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878812,"stop":1707769878812,"duration":0},"status":"passed","severity":"normal"},{"uid":"daac32cf7a0df95f","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707769774621,"stop":1707769774623,"duration":2},"status":"passed","severity":"normal"},{"uid":"7931bf5eeeda96fd","name":"Waku message hash computation (payload length 0)","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f6390fd0dd57b9","name":"All","time":{"start":1707769822474,"stop":1707769822475,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff6afaa72a550ac3","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1707769864616,"stop":1707769864616,"duration":0},"status":"passed","severity":"normal"},{"uid":"5875ce7d72b8ba0a","name":"Check received message containing Chinese","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"status":"passed","severity":"normal"},{"uid":"719cbebe7b547ae3","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"status":"passed","severity":"normal"},{"uid":"7250bf1b5a07a996","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707770142488,"stop":1707770142488,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3c033bd0b425fe","name":"Encoder throws on empty string content topic","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a51aab334175b71","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707770142486,"stop":1707770142487,"duration":1},"status":"passed","severity":"normal"},{"uid":"3faea43839b7370d","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba403caf040f893","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707770293502,"stop":1707770293502,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c9114fa67004677","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707770393730,"stop":1707770393730,"duration":0},"status":"passed","severity":"normal"},{"uid":"635524e40cec34de","name":"isConnected return false after peer stops","time":{"start":1707769864615,"stop":1707769864616,"duration":1},"status":"passed","severity":"normal"},{"uid":"a867c869c30d4eb0","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999857,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6b6ff315a3e4cb","name":"Check received message containing emoji","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccba2d9f830efb2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999855,"stop":1707769999855,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e043740b840293","name":"Subscribe to topic containing short and receive message","time":{"start":1707770018838,"stop":1707770018839,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdd89bdd5acacdea","name":"should throw error - invalid id","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3cc6bad79d0650f","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770424189,"stop":1707770424190,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc5c7eda32ff3bdb","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770424176,"stop":1707770424176,"duration":0},"status":"passed","severity":"normal"},{"uid":"61923ecd6542e7d8","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"467b4306f625b701","name":"Mutual subscription","time":{"start":1707770142479,"stop":1707770142479,"duration":0},"status":"passed","severity":"normal"},{"uid":"597f9bfcda184cfe","name":"Push message with rate limit","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9404c955109c07c","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7fa67036e31614","name":"Push message with content topic containing numeric","time":{"start":1707770234575,"stop":1707770234576,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fe35837e4c0ea8a","name":"Decoder throws on undefined content topic","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4131ac74957eb7a","name":"Check received message containing JSON","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"status":"passed","severity":"normal"},{"uid":"3da682f702148f9","name":"Check publish message containing unicode special characters","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"status":"passed","severity":"normal"},{"uid":"af67ee01065d8525","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"status":"passed","severity":"normal"},{"uid":"5899354ae6f1a8a7","name":"Check received message containing unicode special characters","time":{"start":1707770335604,"stop":1707770335604,"duration":0},"status":"passed","severity":"normal"},{"uid":"325fc2237f44ab8b","name":"recovers when dns.resolve returns empty","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"status":"passed","severity":"normal"},{"uid":"725f36f743b267cc","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769844709,"stop":1707769844709,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccf49d747dc5fa","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"status":"passed","severity":"normal"},{"uid":"6c4f870cff9d0bcb","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707769820508,"stop":1707769820508,"duration":0},"status":"passed","severity":"normal"},{"uid":"25402c778f185e5c","name":"Push message with custom timestamp: 1707773600007","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"status":"passed","severity":"normal"},{"uid":"45b27c30dc6b5a59","name":"Passing page size 3 when there are 20 messages","time":{"start":1707770376995,"stop":1707770376995,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a2f76558cd69716","name":"Passing page size 11 when there are 10 messages","time":{"start":1707770376996,"stop":1707770376996,"duration":0},"status":"passed","severity":"normal"},{"uid":"f575fd0be28434be","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707770019754,"stop":1707770019755,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1b6dcada8dbad61","name":"stop","time":{"start":1707769852805,"stop":1707769852805,"duration":0},"status":"passed","severity":"normal"},{"uid":"21bbd40568403876","name":"Decoder throws on empty string content topic","time":{"start":1707769780300,"stop":1707769780300,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a4b4af035b9e0a","name":"removeEventListener with wrong event","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d61f8cc45c2f5c86","name":"ignores unrecognized TXT record formats","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b1fd0a675b4858f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707769999857,"stop":1707769999857,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66fbc78f72fe03f","name":"should set field with only FILTER enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e9cf0f65a730d6","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769893451,"stop":1707769893452,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7d0c40b909f435a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770424181,"stop":1707770424181,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f40b650b5b4afe","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd38c6f551f2eb9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999866,"stop":1707769999866,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b60cc7196282084","name":"Js publishes, other Js receives","time":{"start":1707770111440,"stop":1707770111440,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab1e05e74864319","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707770325620,"stop":1707770325620,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d46c8769e8b9331","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"status":"passed","severity":"normal"},{"uid":"c727ccb3650e78d1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999863,"stop":1707769999864,"duration":1},"status":"passed","severity":"normal"},{"uid":"d793e09e88ffa36a","name":"Check received message containing special chars","time":{"start":1707770001374,"stop":1707770001375,"duration":1},"status":"passed","severity":"normal"},{"uid":"654f3b56788ce516","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"status":"passed","severity":"normal"},{"uid":"980fb8a2dab8fd67","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1707770018850,"stop":1707770018850,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b76bb849a4669ee","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"status":"passed","severity":"normal"},{"uid":"daed37c084ad227a","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1341c94b29295c6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"status":"passed","severity":"normal"},{"uid":"1b4a225d9fa59e1f","name":"Store - dialed first","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc99f86316f3442","name":"should only return 1 node with relay capability","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"status":"passed","severity":"normal"},{"uid":"50ad32e3518b035b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770018844,"stop":1707770018844,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d8cc594e72d975","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707770142491,"stop":1707770142492,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9cf1f5fb0e40678","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707770272996,"stop":1707770272997,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8941cbafaad4e12","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"status":"passed","severity":"normal"},{"uid":"125118953bf5e347","name":"Push message with Basic HTML tag payload","time":{"start":1707770395179,"stop":1707770395179,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d9358f067c0b6a6","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa876eba3014fcaa","name":"Check received message containing Basic HTML tag","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2111f9c78081151f","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7533677d54c1164","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c90d387f9d25e45","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707769999879,"stop":1707769999879,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66d3a383ff01fdf","name":"Check publish message containing XML","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"status":"passed","severity":"normal"},{"uid":"505f0f4a01ded46b","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770424170,"stop":1707770424170,"duration":0},"status":"passed","severity":"normal"},{"uid":"30df96d52a12b578","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878813,"stop":1707769878813,"duration":0},"status":"passed","severity":"normal"},{"uid":"68940e077684618","name":"Ping on unsubscribed peer","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"status":"passed","severity":"normal"},{"uid":"80eae47e50e64734","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707770222925,"stop":1707770222925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e674fc5d0b7112","name":"Push message with content topic containing long","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"status":"passed","severity":"normal"},{"uid":"25830e6cc52702e3","name":"Query generator for multiple messages with different message text format","time":{"start":1707770339586,"stop":1707770339586,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ef11d890a549d12","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"status":"passed","severity":"normal"},{"uid":"267b64284ccfeb1b","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707769999862,"stop":1707769999863,"duration":1},"status":"passed","severity":"normal"},{"uid":"158d5ba5979cfe2","name":"should not receive a peer event after stop","time":{"start":1707769825085,"stop":1707769825085,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c610952eb926c2a","name":"Subscribe to topic containing short and publish message","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1a489d64cbf1dab","name":"Check received message containing Arabic","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"status":"passed","severity":"normal"},{"uid":"bebf2fc8d9346465","name":"Query Generator - forward","time":{"start":1707770355203,"stop":1707770355204,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ae065c85d50652","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"status":"passed","severity":"normal"},{"uid":"58ac133c8e486853","name":"1 Store, 2 fetches","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c8cc5a0ecafd63","name":"Check received message containing JSON","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebef3d874dea2a0c","name":"Check received message containing numeric","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"status":"passed","severity":"normal"},{"uid":"98adbce2d2dceb3d","name":"Does not throw an exception when node disconnects","time":{"start":1707770389546,"stop":1707770389547,"duration":1},"status":"passed","severity":"normal"},{"uid":"b36500448a7772","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707770272998,"stop":1707770272998,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee441879d1b688","name":"Push message with content topic containing XML","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"status":"passed","severity":"normal"},{"uid":"85de3e36ac2bcf8b","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707769789484,"stop":1707769789484,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29606ab1643f44","name":"Overlapping topic subscription","time":{"start":1707770424173,"stop":1707770424174,"duration":1},"status":"passed","severity":"normal"},{"uid":"57a7a2704139f16d","name":"Check received message containing Basic HTML tag","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"status":"passed","severity":"normal"},{"uid":"69400db10c57aa3d","name":"Check meta is set [ecies]","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eb18715fa5f66c","name":"listenerCount","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"status":"passed","severity":"normal"},{"uid":"f424b6669b53e513","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707770142484,"stop":1707770142484,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b276a33afe43ac9","name":"Ping on subscribed peer","time":{"start":1707769893452,"stop":1707769893452,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b48c7a1e681bf5","name":"Check message with invalid timestamp is not received","time":{"start":1707770335607,"stop":1707770335608,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6c946f1f68adb1","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1fa919de0a88a29","name":"should throw error - no id","time":{"start":1707769775402,"stop":1707769775402,"duration":0},"status":"passed","severity":"normal"},{"uid":"412b69b031b2b1a7","name":"Passing page size 10 when there are 10 messages","time":{"start":1707770376995,"stop":1707770376996,"duration":1},"status":"passed","severity":"normal"},{"uid":"813f6cc96429715d","name":"Filter","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56a7947f3c96ab7","name":"Subscribe to topic containing short and receive message","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f099860706ef9e","name":"Check publish message containing long","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c039b6c23cd3280","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cf5e9c6c7fabeaa","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"status":"passed","severity":"normal"},{"uid":"f831e18f7ca330bf","name":"Subscribe and receive messages via lightPush","time":{"start":1707770424180,"stop":1707770424180,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7eaf5a9f568499","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770018841,"stop":1707770018842,"duration":1},"status":"passed","severity":"normal"},{"uid":"38d8b20d74636eb8","name":"Passing page size 19 when there are 20 messages","time":{"start":1707770376996,"stop":1707770376997,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4c9fbccad583878","name":"Check publish message containing Basic HTML tag","time":{"start":1707770131699,"stop":1707770131700,"duration":1},"status":"passed","severity":"normal"},{"uid":"50beea44992aa161","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707770121406,"stop":1707770121406,"duration":0},"status":"passed","severity":"normal"},{"uid":"69c25ed851dc6440","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770424190,"stop":1707770424191,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfe52704055574d7","name":"removeEventListener with correct event","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4692b7cefa4148b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707770019756,"stop":1707770019757,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce27878d48fa8d2b","name":"Publish message with rate limit","time":{"start":1707770131713,"stop":1707770131713,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e6aa06ca9d49ee","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3bbf8cc4e54a6f7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0c83500591e4681","name":"Check publish message containing emoji","time":{"start":1707770131703,"stop":1707770131705,"duration":2},"status":"passed","severity":"normal"},{"uid":"ed6da84c39ab5ef7","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1279b6cb2769e8","name":"Check received message containing JSON","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"status":"passed","severity":"normal"},{"uid":"455073d5feaee324","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770018834,"stop":1707770018834,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef345f346713a6e7","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707769774633,"stop":1707769774634,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff3ea75cf06a22f4","name":"Ping on unsubscribed peer","time":{"start":1707769893451,"stop":1707769893451,"duration":0},"status":"passed","severity":"normal"},{"uid":"c00bc31a2c1c03e8","name":"Push message with content topic containing JSON","time":{"start":1707770234579,"stop":1707770234580,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5fadd0e7886fdca","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707770131708,"stop":1707770131708,"duration":0},"status":"passed","severity":"normal"},{"uid":"b455a83b718d67c5","name":"Refresh subscription","time":{"start":1707770424185,"stop":1707770424186,"duration":1},"status":"passed","severity":"normal"},{"uid":"67bbd8491ad92a1a","name":"Promise Callback - backward","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8eaa96ec8152be","name":"Encoder throws on undefined content topic","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb46bdddbe6fd5e","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5f36d284c34e182","name":"Push message with content topic containing special chars","time":{"start":1707770234576,"stop":1707770234576,"duration":0},"status":"passed","severity":"normal"},{"uid":"98212c86c0c01ef5","name":"Nodes with multiple pubsub topic","time":{"start":1707770121406,"stop":1707770121407,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b3881fdcb0eb0ce","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec3f381eee5e3cb3","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707769878814,"stop":1707769878814,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c38dcb7c0dde0fc","name":"Push message with content topic containing Chinese","time":{"start":1707770234576,"stop":1707770234577,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2c12001bf7b22e8","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707769903018,"stop":1707769903019,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42a54c89c5b2ec4","name":"should properly create location multiaddrs - tcp6","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9a47ed05875f8f4","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"status":"passed","severity":"normal"},{"uid":"350038fe77584430","name":"throws on empty content topic","time":{"start":1707769766683,"stop":1707769766683,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f00d15db25ad8f8","name":"Check received message containing long","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"status":"passed","severity":"normal"},{"uid":"d99c6ee28ee8e24f","name":"Check publish message containing SQL Injection","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3a8cbfe201e0dd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c6668dc29e0d23","name":"groups content topics by expected pubsub topic","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be30cfa6afc4bb8","name":"Push message with content topic containing unicode special characters","time":{"start":1707770395189,"stop":1707770395190,"duration":1},"status":"passed","severity":"normal"},{"uid":"caafb7e14c917039","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b24fc52a62b7e5","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707769789486,"stop":1707769789486,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb0a1afc130f954","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"status":"passed","severity":"normal"},{"uid":"b798c1357f22ddfe","name":"Push message with XML payload","time":{"start":1707770395178,"stop":1707770395179,"duration":1},"status":"passed","severity":"normal"},{"uid":"3affacac03035e7d","name":"Nodes with multiple pubsub topic","time":{"start":1707770121403,"stop":1707770121404,"duration":1},"status":"passed","severity":"normal"},{"uid":"94daf0e447c72780","name":"isConnected should return false after all peers disconnect","time":{"start":1707769864615,"stop":1707769864615,"duration":0},"status":"passed","severity":"normal"},{"uid":"47615cc5d7462394","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf1f99c949d26d53","name":"Publish message with large meta","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"status":"passed","severity":"normal"},{"uid":"2ad1ce196fb94922","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b96aa1a3c710dea","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b7a4c63cf9d9b","name":"should not fail to start the service if it is already started","time":{"start":1707770210097,"stop":1707770210098,"duration":1},"status":"passed","severity":"normal"},{"uid":"758dfe8d4da5bd0d","name":"Fails to push message with empty content topic","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"status":"passed","severity":"normal"},{"uid":"222b981442dac7d1","name":"should handle a minimal index list","time":{"start":1707769766846,"stop":1707769766846,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c1b4be0f175ef1","name":"should not receive a peer event after stop","time":{"start":1707770210099,"stop":1707770210099,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a968751b713aeb9","name":"Check message with non string payload is not received","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2109d1dcc165eaa","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707769999860,"stop":1707769999860,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b293c09d5992ddd","name":"Check received message containing shell command","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"status":"passed","severity":"normal"},{"uid":"450e50cea6352dae","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999858,"stop":1707769999858,"duration":0},"status":"passed","severity":"normal"},{"uid":"5265bc5974cede8a","name":"Check received message containing long","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"status":"passed","severity":"normal"},{"uid":"9064372f064289bc","name":"Used by Waku Relay","time":{"start":1707770389548,"stop":1707770389548,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd07b3db77a35b","name":"Decoder throws on empty string content topic","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f084fef4d0b606","name":"Sample","time":{"start":1707769774775,"stop":1707769774776,"duration":1},"status":"passed","severity":"normal"},{"uid":"46da5efe83d21d01","name":"Check received message with timestamp: undefined ","time":{"start":1707770001383,"stop":1707770001383,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2e602284eb2e7c","name":"Check message on other pubsub topic is not received","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7029b826cd9f4ac5","name":"Check received message containing Script","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bd6685fb7ab6a21","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770018845,"stop":1707770018845,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b733eb6dc05c04e","name":"Push message with content topic containing Russian","time":{"start":1707770395186,"stop":1707770395186,"duration":0},"status":"passed","severity":"normal"},{"uid":"5728cf043ad33e0f","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f44568f3ca95c36","name":"Ping on subscribed peer","time":{"start":1707769893448,"stop":1707769893449,"duration":1},"status":"passed","severity":"normal"},{"uid":"49c3fab7cc2aeb8","name":"Waku message hash computation","time":{"start":1707769769302,"stop":1707769769303,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cfdbca84c18adb6","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d622ccef147bf904","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707769774632,"stop":1707769774633,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca525269f1e08770","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"status":"passed","severity":"normal"},{"uid":"954aae1b83937d5f","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770424186,"stop":1707770424187,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bc8f86f4ee07a4","name":"Encoder throws on empty string content topic","time":{"start":1707769780299,"stop":1707769780299,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d2f3fd5e1bd5fb","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707770272997,"stop":1707770272998,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dcc41f2f98c3fa1","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707770019758,"stop":1707770019759,"duration":1},"status":"passed","severity":"normal"},{"uid":"c34efc1b55faca25","name":"Check publish message after service node is restarted","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1388ad31512f465f","name":"Push message with custom timestamp: 1677011601516","time":{"start":1707770234592,"stop":1707770234593,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c5698cb16c95a5","name":"Ping on peer without subscriptions","time":{"start":1707769893450,"stop":1707769893451,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7936d66e6bc368","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770018843,"stop":1707770018844,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b9626ed00599ab","name":"Query with Ordered Callback, No Decoder","time":{"start":1707770293502,"stop":1707770293503,"duration":1},"status":"passed","severity":"normal"},{"uid":"79f5f84e8af1dfa0","name":"Light Node - default protocols","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb76fa37c84edf0","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a91f7e192bd14463","name":"should be called for bootstrap peers","time":{"start":1707769820505,"stop":1707769820506,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaa5f8c7ffffa1f1","name":"Push message equal or less that 1MB","time":{"start":1707770395193,"stop":1707770395194,"duration":1},"status":"passed","severity":"normal"},{"uid":"deafc09f25074ae7","name":"Push message with short payload","time":{"start":1707770234566,"stop":1707770234566,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd0059b2e720eda","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"status":"passed","severity":"normal"},{"uid":"231f21157d04b25b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707769999867,"stop":1707769999867,"duration":0},"status":"passed","severity":"normal"},{"uid":"b23eff9b6cb4680d","name":"Passing page size 0 when there are 110 messages","time":{"start":1707770376994,"stop":1707770376994,"duration":0},"status":"passed","severity":"normal"},{"uid":"75cdb84c4885aaff","name":"should throw error - no public key","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf2d7f36828e557","name":"Subscribe and receive messages via lightPush","time":{"start":1707770018817,"stop":1707770018818,"duration":1},"status":"passed","severity":"normal"},{"uid":"e532d69e23ee3d04","name":"Default pageSize","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"status":"passed","severity":"normal"},{"uid":"281711e2fcf8606d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8e7a1d3665fe5d","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770018845,"stop":1707770018846,"duration":1},"status":"passed","severity":"normal"},{"uid":"b19b4d8a6679482a","name":"Passing page size 110 when there are 120 messages","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0507c247e29498","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707769789483,"stop":1707769789484,"duration":1},"status":"passed","severity":"normal"},{"uid":"b79302361f20969b","name":"1 Relay, 1 Filter, gives up","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"status":"passed","severity":"normal"},{"uid":"57b551e7a326528","name":"Check received message containing SQL Injection","time":{"start":1707770335600,"stop":1707770335601,"duration":1},"status":"passed","severity":"normal"},{"uid":"e22b2785ba6038ee","name":"should decode valid enr with tcp successfully","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca560bd96ab3cbfa","name":"Check received message with timestamp: 1707769812106000000 ","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"status":"passed","severity":"normal"},{"uid":"56d283298e20af31","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"status":"passed","severity":"normal"},{"uid":"bc06f36db3bfc1b4","name":"Check publish message containing Script","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"status":"passed","severity":"normal"},{"uid":"22fec8ccea937445","name":"should properly create peer info with all multiaddrs","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"status":"passed","severity":"normal"},{"uid":"35ccd87db40fcadf","name":"should encode/decode to RLP encoding","time":{"start":1707769775411,"stop":1707769775412,"duration":1},"status":"passed","severity":"normal"},{"uid":"2daf5e14743b78b4","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707770142490,"stop":1707770142491,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b8ebe2689312bf1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed8df1fe845645aa","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"status":"passed","severity":"normal"},{"uid":"ea7686ce0c87fe97","name":"Push message with SQL Injection payload","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d5d366dc8a5361","name":"Check message received after nwaku node is restarted","time":{"start":1707770335633,"stop":1707770335633,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8fb45e5129fe4d13","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707770142488,"stop":1707770142488,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c22f33a3d4fb2eb","name":"Subscribe to topic containing XML and publish message","time":{"start":1707770142487,"stop":1707770142488,"duration":1},"status":"passed","severity":"normal"},{"uid":"d10d2214c67af995","name":"Generator, custom pubsub topic","time":{"start":1707770353932,"stop":1707770353932,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9afd7c3d0583199","name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad4ca1b6fa67d87","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707769789483,"stop":1707769789483,"duration":0},"status":"passed","severity":"normal"},{"uid":"83cfbba707298793","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770424176,"stop":1707770424176,"duration":0},"status":"passed","severity":"normal"},{"uid":"10253c40ae993fc8","name":"Check received message containing unicode special characters","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"status":"passed","severity":"normal"},{"uid":"607465fa1522425","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131705,"stop":1707770131705,"duration":0},"status":"passed","severity":"normal"},{"uid":"330140cc20b63249","name":"Encoder throws on undefined content topic","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ad8ec457da5d4d","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbeea25304ef323e","name":"Push message with meta","time":{"start":1707770234583,"stop":1707770234584,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b1b0bebb8236e57","name":"Refresh subscription","time":{"start":1707770018838,"stop":1707770018838,"duration":0},"status":"passed","severity":"normal"},{"uid":"55cec279cd947cab","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e535cb8bde84f77","name":"Relay + Store","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"status":"passed","severity":"normal"},{"uid":"495fc8941603d8d","name":"Check message with invalid timestamp is not received","time":{"start":1707770001383,"stop":1707770001383,"duration":0},"status":"passed","severity":"normal"},{"uid":"96caf545e5e292d8","name":"Check received message containing emoji","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"status":"passed","severity":"normal"},{"uid":"306bb235f23f130b","name":"Query Generator, No message returned","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"status":"passed","severity":"normal"},{"uid":"36c59a5152aad99f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121407,"stop":1707770121408,"duration":1},"status":"passed","severity":"normal"},{"uid":"de841fd0e797eaa4","name":"Check publish message containing Chinese","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfc68a37438912a","name":"Push message with unicode special characters payload","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a34b95193473da2","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707770019755,"stop":1707770019755,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b02248cf5a4615","name":"Throws when trying to push message with empty payload","time":{"start":1707770395183,"stop":1707770395183,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8949d73b8a2b0d","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e593e5d6690c2a0f","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878817,"stop":1707769878818,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dd0b1c1441b58e3","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1daa43b43685c76","name":"A test","time":{"start":1707770019849,"stop":1707770019849,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5bde7596bf1406","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e6fac4967687f0","name":"Push message with escaped characters payload","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"status":"passed","severity":"normal"},{"uid":"888a9bdd3fbb199f","name":"Check received message with timestamp: undefined ","time":{"start":1707770335607,"stop":1707770335607,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ef4943e24c30e62","name":"should return all peers when numPeers is 0","time":{"start":1707769780143,"stop":1707769780143,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e4b0efc499b9bf","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"status":"passed","severity":"normal"},{"uid":"37551d4cd3c2acd1","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707769864612,"stop":1707769864612,"duration":0},"status":"passed","severity":"normal"},{"uid":"a030f244b24dca96","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770424191,"stop":1707770424192,"duration":1},"status":"passed","severity":"normal"},{"uid":"fda7e179c89cec64","name":"Subscribe to topic containing long and receive message","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b3e54ef9bfd6dd","name":"throws on content topic with empty encoding field","time":{"start":1707769766687,"stop":1707769766687,"duration":0},"status":"passed","severity":"normal"},{"uid":"18f8f1e291995696","name":"Check received message with timestamp: 1707769812106 ","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"status":"passed","severity":"normal"},{"uid":"11cf6a9fa7f03011","name":"should properly create location multiaddrs - udp6","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a5877846667b7a","name":"Push message with content topic containing escaped characters","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5bed94f6741bfff","name":"Subscribe to topic containing Script and publish message","time":{"start":1707770142487,"stop":1707770142487,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e5ba8f77687b169","name":"Push 30 different messages","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"status":"passed","severity":"normal"},{"uid":"d093bfbd114b3b97","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121401,"stop":1707770121402,"duration":1},"status":"passed","severity":"normal"},{"uid":"75ace5d330703d44","name":"should properly create location multiaddrs - tcp","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f183c9e6553580e","name":"Check publish message containing short","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"status":"passed","severity":"normal"},{"uid":"5093832a6f5323ed","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7efc4408d106eae","name":"should only return 1 node with store capability","time":{"start":1707769789804,"stop":1707769789805,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f7142e36161e24e","name":"Check received message containing SQL Injection","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"status":"passed","severity":"normal"},{"uid":"6397e2b414170d4e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6057e8af4e873c7","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769893454,"stop":1707769893454,"duration":0},"status":"passed","severity":"normal"},{"uid":"702e321b5d0e490","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"status":"passed","severity":"normal"},{"uid":"132624b091318a4c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707769903017,"stop":1707769903017,"duration":0},"status":"passed","severity":"normal"},{"uid":"3315332233dd4c44","name":"Query Generator, No Decoder","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc83a26e077ae397","name":"different cluster, different shard: nodes don't connect","time":{"start":1707770055880,"stop":1707770055880,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1947ec409134805","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707770325615,"stop":1707770325615,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6b9378e332bed6","name":"same cluster, same shard: nodes connect","time":{"start":1707770055875,"stop":1707770055876,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6aba06c9e0071d9","name":"Passing an array","time":{"start":1707770389547,"stop":1707770389547,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb887e01ab841d4","name":"Check received message with extra option is received","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e93710719d4dc4","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770018835,"stop":1707770018835,"duration":0},"status":"skipped","severity":"normal"},{"uid":"df1703d69d19d502","name":"Subscribe to topic containing long and publish message","time":{"start":1707770142483,"stop":1707770142484,"duration":1},"status":"passed","severity":"normal"},{"uid":"de18e05a47898406","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707770393728,"stop":1707770393728,"duration":0},"status":"passed","severity":"normal"},{"uid":"421ca229551fe733","name":"Check publish message containing numeric","time":{"start":1707770131696,"stop":1707770131696,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"93aa5b690af58224","name":"Publish without waiting for remote peer","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"status":"passed","severity":"normal"},{"uid":"8279a10bff3b46fc","name":"Check message with extra parameter is not received","time":{"start":1707793028290,"stop":1707793028291,"duration":1},"status":"passed","severity":"normal"},{"uid":"259a77639d0ee691","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"status":"passed","severity":"normal"},{"uid":"a39974da4e97935a","name":"Nodes with multiple pubsub topic","time":{"start":1707793142797,"stop":1707793142797,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7838768e7658223","name":"Light Node - default protocols","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afc8fd2569a049a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707793446745,"stop":1707793446745,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e05812b9cf78428","name":"Check received message containing Basic HTML tag","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2b5e0c6f1e9b7d3","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac31dbfb5f65dad6","name":"same cluster, same shard: nodes connect","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0c60b75ab958b3","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","severity":"normal"},{"uid":"69435645beb283fd","name":"Check received message containing Russian","time":{"start":1707793028272,"stop":1707793028273,"duration":1},"status":"passed","severity":"normal"},{"uid":"49b5a9417d3a8380","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707792820890,"stop":1707792820891,"duration":1},"status":"passed","severity":"normal"},{"uid":"412d6689cb9b33c3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","severity":"normal"},{"uid":"19cee804b3798271","name":"Push message with custom timestamp: 1677034559036","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb3d9c4e1caa9ee","name":"Ordered callback, aborts when callback returns true","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e70ea98897c54a2","name":"safeDispatchEvent","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"status":"passed","severity":"normal"},{"uid":"d71d52c1b46f662","name":"Push message with content topic containing numeric","time":{"start":1707793238870,"stop":1707793238870,"duration":0},"status":"passed","severity":"normal"},{"uid":"b556e69fd752604d","name":"Passing page size 3 when there are 20 messages","time":{"start":1707793392501,"stop":1707793392502,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e2d7a06a15f0ea2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707793354574,"stop":1707793354575,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd15be0494c6a1f6","name":"Check publish message containing Russian","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"status":"passed","severity":"normal"},{"uid":"6042f4a52f2a143e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ff72e4911405bf8","name":"Check received message containing Chinese","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8aabb51529d474c","name":"Query with Promise Callback, No message returned","time":{"start":1707793304791,"stop":1707793304792,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e89253f52847b84","name":"Check publish message containing special chars","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5253321bb0178b3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9dbc454739d5ff7","name":"should decode valid enr successfully","time":{"start":1707792800803,"stop":1707792800804,"duration":1},"status":"passed","severity":"normal"},{"uid":"59951f2ed14ab21d","name":"Check message with non string payload is not received","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7079c869e061d10","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707793168680,"stop":1707793168681,"duration":1},"status":"passed","severity":"normal"},{"uid":"18542f5259d42963","name":"Push message with content topic containing JSON","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a0017d478caab7","name":"should encodeTxt and decodeTxt","time":{"start":1707792800803,"stop":1707792800803,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1f76751191424b","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707792814743,"stop":1707792814743,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc751fccc6a30efd","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707792814744,"stop":1707792814745,"duration":1},"status":"passed","severity":"normal"},{"uid":"5012dbe23b68afe2","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707793012485,"stop":1707793012486,"duration":1},"status":"passed","severity":"normal"},{"uid":"844ec15e728c3211","name":"Push 30 different messages","time":{"start":1707793238866,"stop":1707793238866,"duration":0},"status":"passed","severity":"normal"},{"uid":"827f6b5b66c8c251","name":"should return false","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"status":"passed","severity":"normal"},{"uid":"a08a829249282ef1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142788,"stop":1707793142789,"duration":1},"status":"passed","severity":"normal"},{"uid":"9307d8570161dd20","name":"Passing page size 11 when there are 10 messages","time":{"start":1707793392502,"stop":1707793392503,"duration":1},"status":"passed","severity":"normal"},{"uid":"33d06a99112ac015","name":"Check received message containing Russian","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25f0a23e2746760","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbf7f3d4db0013b3","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"status":"passed","severity":"normal"},{"uid":"ded5d56cac4219d1","name":"Check publish message containing JSON","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"status":"passed","severity":"normal"},{"uid":"37df1eaf9369d7fd","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"status":"passed","severity":"normal"},{"uid":"708c21c60c314c41","name":"should properly create location multiaddrs - udp6","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaf40c676d589a8a","name":"Push message with content topic containing numeric","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94a894f883fe78b","name":"can start the service","time":{"start":1707792849457,"stop":1707792849457,"duration":0},"status":"passed","severity":"normal"},{"uid":"b15935f5c06d11ee","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142778,"stop":1707793142779,"duration":1},"status":"passed","severity":"normal"},{"uid":"6387d45e7d4d801","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707792805569,"stop":1707792805569,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4c3f4b0597fcab","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793028284,"stop":1707793028285,"duration":1},"status":"passed","severity":"normal"},{"uid":"5219294f3b7c7745","name":"should only return 1 node with relay and store capability","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"status":"passed","severity":"normal"},{"uid":"623025527b086bfd","name":"creates an iterator","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"status":"passed","severity":"normal"},{"uid":"290df14c419f6f56","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccdf5cd116aac99","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707793304789,"stop":1707793304790,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1d5108901b1ec5","name":"removeEventListener with wrong event","time":{"start":1707792878414,"stop":1707792878415,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a03d8b494f67075","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907231,"stop":1707792907233,"duration":2},"status":"passed","severity":"normal"},{"uid":"8d10b5656006a29f","name":"can dial TLS multiaddrs","time":{"start":1707793093670,"stop":1707793093671,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b9e49b86bc13bff","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707793446749,"stop":1707793446750,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a1c76280fafe17","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707793304788,"stop":1707793304789,"duration":1},"status":"passed","severity":"normal"},{"uid":"6301e00a8735f1e2","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707793012470,"stop":1707793012471,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b4111532b02126f","name":"Decoder throws on empty string content topic","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d66e22dded0fe60","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707793354573,"stop":1707793354573,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d7e3592bfb8d9f8","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f11a41b55cebecf","name":"should throw error - no id","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"status":"passed","severity":"normal"},{"uid":"d78f93d3af98e7f6","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707792800000,"stop":1707792800001,"duration":1},"status":"passed","severity":"normal"},{"uid":"4487723428eb7fdd","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707792838869,"stop":1707792838870,"duration":1},"status":"passed","severity":"normal"},{"uid":"2542d60ddce53ac","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","severity":"normal"},{"uid":"521284f657f31c86","name":"Passing page size 19 when there are 20 messages","time":{"start":1707793392503,"stop":1707793392503,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1a3a57a157d114","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707793287279,"stop":1707793287280,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae41c5920a30cd3e","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"status":"passed","severity":"normal"},{"uid":"d96387bd33fcb26","name":"stop","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c43bdf41dc3d7c9","name":"throws on content topic with generation field greater than 0","time":{"start":1707792792549,"stop":1707792792549,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b520dfa7ae6cf87","name":"Check received message with timestamp: 1707792838371 ","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9a064f06a56880","name":"A test","time":{"start":1707793059180,"stop":1707793059181,"duration":1},"status":"passed","severity":"normal"},{"uid":"f338accdb234207e","name":"ignores unrecognized TXT record formats","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"status":"passed","severity":"normal"},{"uid":"e09a18f300bb650e","name":"different cluster, different shard: nodes don't connect","time":{"start":1707793012461,"stop":1707793012462,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa470d1db3ebcf85","name":"can start the service","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"status":"passed","severity":"normal"},{"uid":"bace446017574fd7","name":"Ping on subscribed peer","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"status":"passed","severity":"normal"},{"uid":"abcc2e2f1a5b28b7","name":"Encoder throws on undefined content topic","time":{"start":1707792820892,"stop":1707792820892,"duration":0},"status":"passed","severity":"normal"},{"uid":"d091fcb17cb06d79","name":"Check received message containing special chars","time":{"start":1707793371109,"stop":1707793371110,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1490e6aa20990","name":"should not fail to start the service if it is already started","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"status":"passed","severity":"normal"},{"uid":"71475f0ce56cc7e7","name":"Push message with Chinese payload","time":{"start":1707793370623,"stop":1707793370624,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a8254595a4f5bc4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","severity":"normal"},{"uid":"606b0de30f9dd55d","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d358c6d8a7ac537","name":"Push message with content topic containing short","time":{"start":1707793238869,"stop":1707793238869,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd1e57bf4eb9002","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f10201d1edb459","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707793059097,"stop":1707793059097,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cef6830630c5b32","name":"Push message with content topic containing Arabic","time":{"start":1707793238871,"stop":1707793238872,"duration":1},"status":"passed","severity":"normal"},{"uid":"b19c222dfd10bdf8","name":"Push message with content topic containing shell command","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"status":"passed","severity":"normal"},{"uid":"3312ef564d647fcc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c546ce731c0bff2","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707793012494,"stop":1707793012495,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1761f69e5518959","name":"Push message equal or less that 1MB","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"status":"passed","severity":"normal"},{"uid":"1183686d11b606b8","name":"Check received message containing JSON","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e38a7ee5e498af8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012474,"stop":1707793012475,"duration":1},"status":"passed","severity":"normal"},{"uid":"20a63c7eb0cf973b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907231,"stop":1707792907231,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7a22f9550efbc20","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceff03afd73d0984","name":"Check received message containing short","time":{"start":1707793028261,"stop":1707793028262,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec6a6c488518cef1","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707792848129,"stop":1707792848129,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d28276ba4cd325","name":"Push message with Arabic payload","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a73f2968a4f9021","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac6102300e250736","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907234,"stop":1707792907235,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f64cde6e15acf61","name":"Check publish message containing short","time":{"start":1707793153212,"stop":1707793153213,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ace0edea7df17bf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907230,"stop":1707792907231,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d546de4251c806","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369034,"stop":1707793369034,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a8abb442715757","name":"Privacy Node - default protocol","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"status":"passed","severity":"normal"},{"uid":"656882ca0c470dcd","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707793012465,"stop":1707793012465,"duration":0},"status":"passed","severity":"normal"},{"uid":"a268ecfc732a3ca5","name":"throws on content topic with empty version field","time":{"start":1707792792550,"stop":1707792792551,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aa835d973519e4c","name":"Generator, custom pubsub topic","time":{"start":1707793369032,"stop":1707793369032,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab97a625d88f25c","name":"dispatchEvent via connectionManager","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"status":"skipped","severity":"normal"},{"uid":"de5a7a7052c27654","name":"Check received message containing Arabic","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"status":"passed","severity":"normal"},{"uid":"95a945e69900ead7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707793446732,"stop":1707793446733,"duration":1},"status":"passed","severity":"normal"},{"uid":"477254391a5a53b1","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"status":"passed","severity":"normal"},{"uid":"96e706187f1cdb65","name":"Store - dialed first","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bf1ef6096f8390c","name":"Promise Callback - backward","time":{"start":1707793383650,"stop":1707793383651,"duration":1},"status":"passed","severity":"normal"},{"uid":"d55838876381600","name":"Push message on custom pubsubTopic","time":{"start":1707793086602,"stop":1707793086602,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a63dd7b7594ec47","name":"Push message with shell command payload","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"status":"passed","severity":"normal"},{"uid":"6705f4874d6eca3c","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707793153227,"stop":1707793153228,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa75b27fff2eb895","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"status":"passed","severity":"normal"},{"uid":"56fb749c89c9d74d","name":"Delete observer","time":{"start":1707793095139,"stop":1707793095139,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c65db1aa2746771","name":"should be able to decode the field with only STORE set to true","time":{"start":1707792800005,"stop":1707792800005,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2abe1118b21649a","name":"Check message with no content topic is not received","time":{"start":1707793371106,"stop":1707793371106,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec1952e065d1dd7","name":"same cluster, different shard: nodes connect","time":{"start":1707793012459,"stop":1707793012460,"duration":1},"status":"passed","severity":"normal"},{"uid":"22b2c03219947e51","name":"throws on empty content topic","time":{"start":1707792792547,"stop":1707792792548,"duration":1},"status":"passed","severity":"normal"},{"uid":"6519c58c519cc39f","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb64e4f3a9cf2ed","name":"Check received message containing unicode special characters","time":{"start":1707793028279,"stop":1707793028280,"duration":1},"status":"passed","severity":"normal"},{"uid":"f43ae38e495d1db4","name":"Encoder throws on empty string content topic","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff4ece4c8767475f","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"status":"passed","severity":"normal"},{"uid":"264cab64810850bc","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707792958827,"stop":1707792958828,"duration":1},"status":"passed","severity":"normal"},{"uid":"61b9f3173ca65968","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707793168696,"stop":1707793168696,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba417fd6ab90c4f0","name":"Fails to push message bigger that 1MB","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2bf423e464a489","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"status":"passed","severity":"normal"},{"uid":"a362b1734d6ad49","name":"should encode/decode to text encoding","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6268d77c27242fb","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cc11494ccca1938","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707792800008,"stop":1707792800009,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fda558cd0dd0450","name":"Check message with no payload is not received","time":{"start":1707793371126,"stop":1707793371127,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aa098beff997670","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c2eaba5c820818","name":"Check received message containing Basic HTML tag","time":{"start":1707793371113,"stop":1707793371114,"duration":1},"status":"passed","severity":"normal"},{"uid":"80e14ac0962a215f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142796,"stop":1707793142796,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4e3403bbe7192ae","name":"Check received message containing SQL Injection","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed68015c04ae7c0e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df144972f066d1f","name":"Check received message containing numeric","time":{"start":1707793028264,"stop":1707793028264,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde7ee3f7bbb0647","name":"Check publish message containing Script","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"status":"passed","severity":"normal"},{"uid":"2275c8176aa1404","name":"should not fail to stop the service if it was not started","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cee305fd00b898e","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb5e35ef242875b","name":"addEventListener with wrong event","time":{"start":1707792878411,"stop":1707792878412,"duration":1},"status":"passed","severity":"normal"},{"uid":"5945be84978c5089","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707792958831,"stop":1707792958832,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b1aaad778b5dc454","name":"Callback on promise, aborts when callback returns true","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd05f6e66088bcde","name":"Check message received after nwaku node is restarted","time":{"start":1707793028296,"stop":1707793028296,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d96bc0b4fbf688b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","severity":"normal"},{"uid":"3732eb0cee9ab3a8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b7788947250ba8","name":"Push message with escaped characters payload","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5d7f4abee648c1","name":"Nodes with multiple pubsub topic","time":{"start":1707793142791,"stop":1707793142792,"duration":1},"status":"passed","severity":"normal"},{"uid":"609b44b24ce3b360","name":"Check received message containing XML","time":{"start":1707793371112,"stop":1707793371113,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f004ad97fcc7550","name":"should get / set UDP multiaddr","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47d37ce34d5e9ec","name":"Push message with Arabic payload","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"status":"passed","severity":"normal"},{"uid":"99fcfc4b5c716eeb","name":"Check message received after nwaku node is restarted","time":{"start":1707793371107,"stop":1707793371108,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d70428cf06a62bc7","name":"Symmetric encrypt & Decrypt","time":{"start":1707792821409,"stop":1707792821409,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcff495bfb8f9bbc","name":"Check received message containing XML","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37bdf9ca026c299","name":"Refresh subscription","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f4e49680193c2d","name":"Query generator for multiple messages with different message text format","time":{"start":1707793355775,"stop":1707793355776,"duration":1},"status":"passed","severity":"normal"},{"uid":"524a3445fa87372f","name":"Check message with no payload is not received","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c377726deabb4e1","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707793354575,"stop":1707793354575,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a8c1478ec64ecab","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707793446751,"stop":1707793446751,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c1764936882fa9","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707792814743,"stop":1707792814744,"duration":1},"status":"passed","severity":"normal"},{"uid":"54d65f4b42478a2f","name":"Push message with emoji payload","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0345a78bc75334","name":"should encode/decode to RLP encoding","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"e96537e332504eae","name":"Nwaku publishes","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"status":"passed","severity":"normal"},{"uid":"53412d951a41a02a","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c3e80a9b27b0e0","name":"Push message with XML payload","time":{"start":1707793370626,"stop":1707793370627,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3d55b6b594b2527","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba4e5c55d0527613","name":"Push message with meta","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"status":"passed","severity":"normal"},{"uid":"dce3a0d4662aa2d6","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"status":"passed","severity":"normal"},{"uid":"75bcbeaa40f7b9d0","name":"throws on content topic with non-number generation field","time":{"start":1707792792549,"stop":1707792792549,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cb7d0263fe43fb7","name":"Throws when trying to push message with empty payload","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"status":"passed","severity":"normal"},{"uid":"cbaa2a0ca214211f","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707792800004,"stop":1707792800004,"duration":0},"status":"passed","severity":"normal"},{"uid":"622cd29c7714ab54","name":"Check received message containing SQL Injection","time":{"start":1707793371097,"stop":1707793371098,"duration":1},"status":"passed","severity":"normal"},{"uid":"54a2042a900b4a3d","name":"Sample","time":{"start":1707792800221,"stop":1707792800221,"duration":0},"status":"passed","severity":"normal"},{"uid":"891accd48817bde9","name":"Passing page size 0 when there are 110 messages","time":{"start":1707793392500,"stop":1707793392501,"duration":1},"status":"passed","severity":"normal"},{"uid":"4557d616f0b57c84","name":"Passing page size 10 when there are 10 messages","time":{"start":1707793392502,"stop":1707793392502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2362450c3af62d84","name":"Encoder throws on empty string content topic","time":{"start":1707792820892,"stop":1707792820893,"duration":1},"status":"passed","severity":"normal"},{"uid":"25dd018bf4475d2","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707793168672,"stop":1707793168673,"duration":1},"status":"passed","severity":"normal"},{"uid":"908341bc8fac2508","name":"A test","time":{"start":1707793059182,"stop":1707793059182,"duration":0},"status":"passed","severity":"normal"},{"uid":"344a8b8d2c30a683","name":"Register correct protocols","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5d457d9e9768106","name":"Js publishes, other Js receives","time":{"start":1707793128332,"stop":1707793128333,"duration":1},"status":"passed","severity":"normal"},{"uid":"c11e52c9b60dbf14","name":"Push message with shell command payload","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c34ac18d8705d7a6","name":"should not receive a peer event before start","time":{"start":1707792849460,"stop":1707792849460,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd58276e68349186","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707792958832,"stop":1707792958832,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8aea029968444ca","name":"Push message with rate limit","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9391897a88df0d","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707793387156,"stop":1707793387157,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff176b8405437a45","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707793012476,"stop":1707793012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb120c2a1a1ee1ac","name":"Check received message containing JSON","time":{"start":1707793371114,"stop":1707793371114,"duration":0},"status":"passed","severity":"normal"},{"uid":"28847ed8a12aa789","name":"Check received message containing long","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"status":"passed","severity":"normal"},{"uid":"16408df251bec517","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62793c6182a2f43","name":"Push message with content topic containing JSON","time":{"start":1707793238874,"stop":1707793238874,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f06ead9df31219","name":"Check received message containing Arabic","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae38198e540bdb4","name":"should throw an error for insufficient data","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce3c8a69faf9a0e","name":"Subscribe to topic containing XML and publish message","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"status":"passed","severity":"normal"},{"uid":"d430e4dbca157156","name":"Push message on custom pubsubTopic","time":{"start":1707793086604,"stop":1707793086604,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a0c3cbee3049418","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"status":"passed","severity":"normal"},{"uid":"a85d02cea362ba85","name":"Passing cursor with wrong message digest","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa053323da58213","name":"Subscribe and receives messages on 20 topics","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"status":"passed","severity":"normal"},{"uid":"455273292b5b3288","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707793446753,"stop":1707793446753,"duration":0},"status":"passed","severity":"normal"},{"uid":"68b82eb9730b2476","name":"isConnected should return false after all peers disconnect","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ae2747500a4872a","name":"Fails to push message with large meta","time":{"start":1707793370639,"stop":1707793370640,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e8b4cc0bba48231","name":"configure the node with multiple pubsub topics","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"status":"passed","severity":"normal"},{"uid":"141b987a3aa7c499","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"status":"passed","severity":"normal"},{"uid":"3453d736075045c","name":"Check publish message containing emoji","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4bcd8fe3fd8f4e2","name":"should only return 1 node with store capability","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"status":"passed","severity":"normal"},{"uid":"692ca337528b265d","name":"Check received message containing Russian","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd5a137b57b49b8","name":"Fails to push message bigger that 1MB","time":{"start":1707793370642,"stop":1707793370643,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfabf72458b69e27","name":"Accepts a valid Waku Message","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"status":"passed","severity":"normal"},{"uid":"59c22a3ec248ec27","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707793168685,"stop":1707793168686,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d6257f0cf171800","name":"Check received message containing Script","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b4c2994ab9ff77","name":"Check received message containing shell command","time":{"start":1707793371099,"stop":1707793371100,"duration":1},"status":"passed","severity":"normal"},{"uid":"6457dc130342f3fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792869304,"stop":1707792869305,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e9d2095af9f1ae5","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707792929578,"stop":1707792929579,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c4571254ab86bb4","name":"throws on content topic with empty topic name field","time":{"start":1707792792551,"stop":1707792792551,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc7070eddde86fc3","name":"Asymmetric encrypt & decrypt","time":{"start":1707792821408,"stop":1707792821409,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cd9b8095d242cad","name":"Generator, custom pubsub topic","time":{"start":1707793369030,"stop":1707793369031,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6aa97f8164ad781","name":"Decoder throws on undefined content topic","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9992b49f065010c","name":"should not receive a peer event before start","time":{"start":1707793230152,"stop":1707793230152,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3810b73482e62f7","name":"Throws when trying to push message with empty payload","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e854ef4022ade12","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b97547002e03220","name":"Push message with Script payload","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"status":"passed","severity":"normal"},{"uid":"2124bc31cda2d646","name":"Subscribe to topic containing Script and publish message","time":{"start":1707793168687,"stop":1707793168688,"duration":1},"status":"passed","severity":"normal"},{"uid":"ace052899b94700e","name":"should properly create location multiaddrs - udp4","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"af3ab777ee12eea1","name":"Check received message containing numeric","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"status":"passed","severity":"normal"},{"uid":"328ecf4b99676dbc","name":"Store - dialed after - with timeout","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"3696b7f545496e3b","name":"should throw error - no id","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"status":"passed","severity":"normal"},{"uid":"5e095725c9452027","name":"Check message on other pubsub topic is not received","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"status":"passed","severity":"normal"},{"uid":"356dcda81f987a42","name":"Check received message with timestamp: undefined ","time":{"start":1707793028285,"stop":1707793028285,"duration":0},"status":"passed","severity":"normal"},{"uid":"99959ade6840c143","name":"Nodes with multiple pubsub topic","time":{"start":1707793142780,"stop":1707793142781,"duration":1},"status":"passed","severity":"normal"},{"uid":"e414ddb69493abc6","name":"recovers when dns.resolve returns empty","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"977336ca81ab0ce7","name":"Check publish message after service node is restarted","time":{"start":1707793153228,"stop":1707793153229,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b7b8e1753f1b7d61","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707793012492,"stop":1707793012492,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31b44beb941a50e","name":"Push message with content topic containing XML","time":{"start":1707793238873,"stop":1707793238874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a7b6b4f2f296e5","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"status":"passed","severity":"normal"},{"uid":"a035552ef488137d","name":"Check received message with timestamp: 1707792838371000000 ","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"status":"passed","severity":"normal"},{"uid":"2471d11993d8625f","name":"Push message with content topic containing Russian","time":{"start":1707793238872,"stop":1707793238872,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1e28c38238cf576","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707792800001,"stop":1707792800002,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d71f87db05d5b1e","name":"Check publish message containing escaped characters","time":{"start":1707793153221,"stop":1707793153222,"duration":1},"status":"passed","severity":"normal"},{"uid":"d80eb2f2803d406f","name":"Push message with content topic containing Arabic","time":{"start":1707793370633,"stop":1707793370634,"duration":1},"status":"passed","severity":"normal"},{"uid":"afde80010714f188","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"966a7aaa127265f0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c9e5ea38e4472f","name":"Check received message containing emoji","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7f5e0bf7df6ded6","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707793446753,"stop":1707793446753,"duration":0},"status":"passed","severity":"normal"},{"uid":"d50a547e605334fc","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707792838867,"stop":1707792838868,"duration":1},"status":"passed","severity":"normal"},{"uid":"196c3c5c06756dc4","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"passed","severity":"normal"},{"uid":"eecd4bbe6175b766","name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153223,"stop":1707793153224,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f1ec872e47cbf3f","name":"Ephemeral messages are not stored","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab5be0a8f382983","name":"should properly create location multiaddrs - tcp4","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fb5518289810686","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f82f87018be8289","name":"Init the array if not present","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"status":"passed","severity":"normal"},{"uid":"8fe7a0528649dacf","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707793012495,"stop":1707793012498,"duration":3},"status":"passed","severity":"normal"},{"uid":"39ac1d0d4ec42bbf","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707792799999,"stop":1707792800000,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6e2ff6b1861ef8","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"status":"passed","severity":"normal"},{"uid":"6164152f76f157c5","name":"Sign & Recover","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e78758f8d4d62d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086605,"stop":1707793086605,"duration":0},"status":"passed","severity":"normal"},{"uid":"813074e0d382e81","name":"should not fail to start the service if it is already started","time":{"start":1707792849459,"stop":1707792849459,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b96ca264741be34","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707793446741,"stop":1707793446742,"duration":1},"status":"passed","severity":"normal"},{"uid":"5eb7315e4fea1283","name":"Push message with long payload","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"status":"passed","severity":"normal"},{"uid":"fab4bf38e7bee615","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","severity":"normal"},{"uid":"916632f996f80af0","name":"Relay - times out","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"status":"passed","severity":"normal"},{"uid":"d297d4ff5a25b354","name":"Fails to push message with empty content topic","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b8f46e6270b50c","name":"Refresh subscription","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"status":"skipped","severity":"normal"},{"uid":"784685354b8e5f8a","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707793387157,"stop":1707793387157,"duration":0},"status":"passed","severity":"normal"},{"uid":"97ccb41b5c84f15c","name":"Query with Ordered Callback, No Decoder","time":{"start":1707793304786,"stop":1707793304787,"duration":1},"status":"passed","severity":"normal"},{"uid":"283cd2f9eaa49d3c","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"status":"passed","severity":"normal"},{"uid":"51aa55a554d04cf6","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"status":"passed","severity":"normal"},{"uid":"c1e00d1c31f15bf1","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8fc422d3b4d66e","name":"Ordered Callback - forward","time":{"start":1707793383651,"stop":1707793383651,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba2602e0018d80c","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707792795036,"stop":1707792795036,"duration":0},"status":"passed","severity":"normal"},{"uid":"221c0b330ffe6501","name":"Check message with no content topic is not received","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"status":"passed","severity":"normal"},{"uid":"5789b5106be1e408","name":"Subscribe to topic containing XML and receive message","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce4f306a0e8f3ae","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"status":"passed","severity":"normal"},{"uid":"681458f686b6bdbe","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707792929579,"stop":1707792929579,"duration":0},"status":"passed","severity":"normal"},{"uid":"d62ae0c9dfd0e983","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707793012511,"stop":1707793012512,"duration":1},"status":"passed","severity":"normal"},{"uid":"74f7a5a1d87aab2e","name":"should be called for bootstrap peers","time":{"start":1707792846324,"stop":1707792846324,"duration":0},"status":"passed","severity":"normal"},{"uid":"e478d0baa9416483","name":"udp ip6 address","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"status":"passed","severity":"normal"},{"uid":"d843cb3f188ab455","name":"Overlapping topic subscription","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49eec942ec1ba07","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cee2c8d7682e14f","name":"Check message with no pubsub topic is not received","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"status":"passed","severity":"normal"},{"uid":"86c5fc5f2608fd10","name":"Check publish message containing numeric","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a9a06eef357dc1","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707792800002,"stop":1707792800002,"duration":0},"status":"passed","severity":"normal"},{"uid":"e410787348a3c8fe","name":"should decode valid enr with tcp successfully","time":{"start":1707792800804,"stop":1707792800805,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d57e5ea5833ee7","name":"Ping on peer without subscriptions","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0bf75a091af4024","name":"Rejects garbage","time":{"start":1707792809060,"stop":1707792809060,"duration":0},"status":"passed","severity":"normal"},{"uid":"b21b8ea65708b856","name":"Ordered Callback - backward","time":{"start":1707793383651,"stop":1707793383652,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd4f3ab563d3d99a","name":"connects to nwaku","time":{"start":1707793400887,"stop":1707793400887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce243c211a28a184","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707793012469,"stop":1707793012470,"duration":1},"status":"passed","severity":"normal"},{"uid":"811919cbcd121669","name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"status":"passed","severity":"normal"},{"uid":"149d1c7158a6104b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"status":"passed","severity":"normal"},{"uid":"3777a5ad2bf64b07","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707792848130,"stop":1707792848130,"duration":0},"status":"passed","severity":"normal"},{"uid":"7963619c63111dec","name":"Relay + Store","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6dbbbbc5de6453","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707793446746,"stop":1707793446747,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc769d72da408c1","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"status":"passed","severity":"normal"},{"uid":"c15b2212bac74fab","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012464,"stop":1707793012465,"duration":1},"status":"passed","severity":"normal"},{"uid":"a90d8169555007a4","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"status":"passed","severity":"normal"},{"uid":"d812350b1b0dea77","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707792814756,"stop":1707792814757,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf6f142ebbca0f7f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707793446731,"stop":1707793446731,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dfd3d73af96d06c","name":"should throw error - no public key","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bcfd579b98bd13f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707793168673,"stop":1707793168674,"duration":1},"status":"passed","severity":"normal"},{"uid":"78da8706a006216d","name":"Decoder throws on empty string content topic","time":{"start":1707792805606,"stop":1707792805606,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a4f4becb8677bf","name":"isConnected return false after peer stops","time":{"start":1707792890685,"stop":1707792890685,"duration":0},"status":"passed","severity":"normal"},{"uid":"689444ebada4c412","name":"Subscribe and receive messages via lightPush","time":{"start":1707793446730,"stop":1707793446731,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e7388f337eee427","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707793168674,"stop":1707793168675,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52ef9da2663526b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","severity":"normal"},{"uid":"a75a70fb94ad2e09","name":"Check received message containing Script","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2526b2c00b13423","name":"Encoder throws on undefined content topic","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d94fcec759fd0df","name":"Push message with Basic HTML tag payload","time":{"start":1707793238863,"stop":1707793238864,"duration":1},"status":"passed","severity":"normal"},{"uid":"26bb3a7e13fc4edc","name":"Push message with content topic containing long","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8c61e682cf8f28","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012467,"stop":1707793012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd04763ea7c08e9","name":"Check message with no pubsub topic is not received","time":{"start":1707793371125,"stop":1707793371125,"duration":0},"status":"passed","severity":"normal"},{"uid":"76b08d189b69d5b","name":"Check message received after nwaku node is restarted","time":{"start":1707793371131,"stop":1707793371132,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f186442172de026f","name":"Subscribe to topic containing Script and receive message","time":{"start":1707793446751,"stop":1707793446752,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f65ee9394da87c6","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707793168686,"stop":1707793168687,"duration":1},"status":"passed","severity":"normal"},{"uid":"df8768a161749bb1","name":"Subscribe to topic containing short and receive message","time":{"start":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4aeb75906fd5713","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"status":"passed","severity":"normal"},{"uid":"38ad82e9dd5c7a03","name":"Meta field set when metaSetter is specified","time":{"start":1707792805603,"stop":1707792805604,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3d4fb922a23e7c","name":"Check message on other pubsub topic is not received","time":{"start":1707793371124,"stop":1707793371125,"duration":1},"status":"passed","severity":"normal"},{"uid":"3822c9bc4e2625c6","name":"should get / set TCP multiaddr","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ebfba340f15b60","name":"Ping on unsubscribed peer","time":{"start":1707792919940,"stop":1707792919940,"duration":0},"status":"passed","severity":"normal"},{"uid":"2956f03dc29cc7e6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086602,"stop":1707793086603,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a53e4e7a0e9f056","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012493,"stop":1707793012494,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e6d34051ec48ff3","name":"Push message with custom timestamp: 1707796559036","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"status":"passed","severity":"normal"},{"uid":"76db239c4105ee49","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707792815082,"stop":1707792815082,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff427b086815ee67","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707793287282,"stop":1707793287282,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff4ce34f34cf38","name":"Check meta is set [symmetric]","time":{"start":1707792820891,"stop":1707792820891,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8719a801a5cb378","name":"Push message with unicode special characters payload","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"status":"passed","severity":"normal"},{"uid":"833f0ad780a0520a","name":"nwaku subscribes","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee4978a7f80ad5d","name":"returns all values when wanted number matches available values","time":{"start":1707792814221,"stop":1707792814222,"duration":1},"status":"passed","severity":"normal"},{"uid":"28198ce3e94ada21","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707792800818,"stop":1707792800819,"duration":1},"status":"passed","severity":"normal"},{"uid":"4242d75079a005cf","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a77ec0d9b917aca","name":"Push message with custom timestamp: 1707789359036","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"status":"passed","severity":"normal"},{"uid":"31abb135af2ff5de","name":"Query generator for multiple messages","time":{"start":1707793355775,"stop":1707793355775,"duration":0},"status":"passed","severity":"normal"},{"uid":"8df5bd76140ef9a1","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18e294fca4d1e996","name":"returns all values when wanted number is greater than available values","time":{"start":1707792814223,"stop":1707792814223,"duration":0},"status":"passed","severity":"normal"},{"uid":"e305991ae53cee6c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086616,"stop":1707793086616,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d587790afbfeb54","name":"Correctly serialized arguments","time":{"start":1707793088152,"stop":1707793088153,"duration":1},"status":"passed","severity":"normal"},{"uid":"3263e0f2f2f540b9","name":"1 Store, 2 fetches","time":{"start":1707792814756,"stop":1707792814756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac01f18235ea78b0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707793012498,"stop":1707793012499,"duration":1},"status":"passed","severity":"normal"},{"uid":"24ed167b2b9ff36a","name":"Check received message containing short","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"status":"passed","severity":"normal"},{"uid":"be52fc8f190fe953","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"status":"passed","severity":"normal"},{"uid":"124cc08f54808b4b","name":"Check received message containing SQL Injection","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"status":"passed","severity":"normal"},{"uid":"18485aa82b309aeb","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"skipped","severity":"normal"},{"uid":"edd6214754085044","name":"tcp ip4 address","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9303569125bf3b","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707792958828,"stop":1707792958829,"duration":1},"status":"passed","severity":"normal"},{"uid":"c075cf3303077178","name":"Subscribe and receives messages on 20 topics","time":{"start":1707792958831,"stop":1707792958831,"duration":0},"status":"passed","severity":"normal"},{"uid":"d274040492ba7f7a","name":"Check received message containing shell command","time":{"start":1707793371114,"stop":1707793371115,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e99437b89c78946","name":"unsubscribes","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bd6dc2a157e3582","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cf072d01d1fef5","name":"Check received message containing emoji","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dccef650911b1c","name":"converts content topics to expected shard index","time":{"start":1707792792552,"stop":1707792792552,"duration":0},"status":"passed","severity":"normal"},{"uid":"167977bdb6c1f64d","name":"Check received message with timestamp: 1707792838067000000 ","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"status":"passed","severity":"normal"},{"uid":"52ea7394a22dd995","name":"Push message with JSON payload","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf60b9ea5f2d2804","name":"Check received message with timestamp: undefined ","time":{"start":1707793371104,"stop":1707793371104,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c562690dfd5ec82","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d9d9c1549d313ee","name":"Push message with rate limit","time":{"start":1707793370640,"stop":1707793370641,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f08bd817c329167","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6bba91a7229593","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"status":"broken","severity":"normal"},{"uid":"c778894017771e9a","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707793059102,"stop":1707793059103,"duration":1},"status":"passed","severity":"normal"},{"uid":"24dde3b610539337","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"status":"passed","severity":"normal"},{"uid":"b85c0b207d46ee44","name":"Check received message containing shell command","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"status":"passed","severity":"normal"},{"uid":"e76c7b10f8bde11f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"status":"passed","severity":"normal"},{"uid":"141930bfce5da8cd","name":"nwaku interop","time":{"start":1707793230148,"stop":1707793230149,"duration":1},"status":"skipped","severity":"normal"},{"uid":"11d4db18a648395e","name":"Check message with invalid timestamp is not received","time":{"start":1707793371124,"stop":1707793371124,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e67234dbf663e70","name":"should not fail to stop the service if it was not started","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"status":"passed","severity":"normal"},{"uid":"3892f4b2c1dbb10e","name":"Check publish message after client node is restarted","time":{"start":1707793153229,"stop":1707793153229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"836ecb55a00181b4","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"status":"passed","severity":"normal"},{"uid":"30971d9b353f5312","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707793446737,"stop":1707793446738,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6d341cb375f8407","name":"Check message with non string payload is not received","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"status":"passed","severity":"normal"},{"uid":"253bb059c691422","name":"Publish message with large meta","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d449ba7eb7ca3e7","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"status":"passed","severity":"normal"},{"uid":"6265edc24308f6ea","name":"Check message with invalid timestamp is not received","time":{"start":1707793028285,"stop":1707793028286,"duration":1},"status":"passed","severity":"normal"},{"uid":"a034079ddc596323","name":"Subscribe and receive messages via waku relay post","time":{"start":1707793446744,"stop":1707793446745,"duration":1},"status":"passed","severity":"normal"},{"uid":"9674a55deb04e7e9","name":"Subscribe and receive messages via lightPush","time":{"start":1707793446743,"stop":1707793446743,"duration":0},"status":"passed","severity":"normal"},{"uid":"380323bb1c8ea0ba","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707793059098,"stop":1707793059099,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b5eea86b2effd42","name":"Push message with content topic containing unicode special characters","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c32b9da5d546a83","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f73ba97c866ecfc6","name":"should properly create location multiaddrs - udp","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c38f549c843826e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707793012514,"stop":1707793012515,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3bb884944966285","name":"Check publish message containing SQL Injection","time":{"start":1707793153217,"stop":1707793153217,"duration":0},"status":"passed","severity":"normal"},{"uid":"d07f60cfc0cf4028","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707793012500,"stop":1707793012500,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a3e6f5afe980b4","name":"Push message with content topic containing SQL Injection","time":{"start":1707793370634,"stop":1707793370635,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e158f5a54473fd","name":"Check message received after jswaku node is restarted","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2f61758232802d7a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fe3d1283a338d0f","name":"Push message with special chars payload","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"status":"passed","severity":"normal"},{"uid":"37347df3157fb386","name":"isConnected should return true after first peer connects","time":{"start":1707792890684,"stop":1707792890684,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c1bed73cad45cc","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8117e9229abc38","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707792907233,"stop":1707792907233,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f660ff27144ebd","name":"Ephemeral field set to true","time":{"start":1707792805603,"stop":1707792805603,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41721bf1dee5eda","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707792805568,"stop":1707792805568,"duration":0},"status":"passed","severity":"normal"},{"uid":"fce8cd615f0f829c","name":"Check received message with timestamp: 1707792838371 ","time":{"start":1707793371102,"stop":1707793371103,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a9a68f77966de11","name":"Passing page size 110 when there are 120 messages","time":{"start":1707793392503,"stop":1707793392504,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9964382ffd7eb90","name":"groups content topics by expected pubsub topic","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"status":"passed","severity":"normal"},{"uid":"e15c0b354019d337","name":"Push message with content topic containing Chinese","time":{"start":1707793370633,"stop":1707793370633,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bbab87de443f512","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"status":"passed","severity":"normal"},{"uid":"61a866366a3040c6","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707792814223,"stop":1707792814224,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2e2a80a4bbf4bec","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e2f9341c06e0f8c","name":"Push message with special chars payload","time":{"start":1707793370623,"stop":1707793370623,"duration":0},"status":"passed","severity":"normal"},{"uid":"e687e1b47c6f1dc0","name":"Relay + Store","time":{"start":1707792800819,"stop":1707792800819,"duration":0},"status":"passed","severity":"normal"},{"uid":"a553bbed71d0b2c4","name":"Decoder throws on undefined content topic","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fda087fd37f318","name":"Fields are not dropped","time":{"start":1707792805022,"stop":1707792805024,"duration":2},"status":"passed","severity":"normal"},{"uid":"986479062af15faa","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707793446752,"stop":1707793446753,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef052bef7cdeadb5","name":"addEventListener with correct event","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"status":"passed","severity":"normal"},{"uid":"36f4f13f99f50d12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eee805a613956a3","name":"Push message with content topic containing SQL Injection","time":{"start":1707793238872,"stop":1707793238873,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cd19c5e8f10dff","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707793012503,"stop":1707793012507,"duration":4},"status":"passed","severity":"normal"},{"uid":"14be64cc99c6ee7a","name":"Refresh subscription","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"status":"broken","severity":"normal"},{"uid":"82e99f2ca6fbc61","name":"Query Generator - forward","time":{"start":1707793383649,"stop":1707793383649,"duration":0},"status":"passed","severity":"normal"},{"uid":"47cfd4015a024311","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aa506b130440f57","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707793153228,"stop":1707793153228,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e412209b74b253b","name":"Push message with content topic containing short","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a86a4d11df78f","name":"Subscribe and receive messages via waku relay post","time":{"start":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","severity":"normal"},{"uid":"af93167741a1b462","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907229,"stop":1707792907229,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4443511c88d268d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086604,"stop":1707793086604,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f3f67f2738701aa","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e82c9597a9d7160","name":"Ping on peer without subscriptions","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd564010f4cdd27d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707793168695,"stop":1707793168696,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7152a0e378d4be1","name":"Check received message containing long","time":{"start":1707793028262,"stop":1707793028263,"duration":1},"status":"passed","severity":"normal"},{"uid":"237b111e92a9e935","name":"All","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1bd54f84788297","name":"should throw error - no public key","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6a27ffc938adff","name":"should set field with only FILTER enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cdc781d54083eda","name":"Fails to push message with empty content topic","time":{"start":1707793238876,"stop":1707793238877,"duration":1},"status":"passed","severity":"normal"},{"uid":"43122dfa033d86e4","name":"Fails to publish message with wrong content topic","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b86b2e84b061167","name":"Refresh subscription","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","severity":"normal"},{"uid":"2655c6cc6d6dabd","name":"configure the node with multiple pubsub topics","time":{"start":1707793243275,"stop":1707793243275,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac380dacf2821929","name":"Waku message hash computation","time":{"start":1707792795035,"stop":1707792795036,"duration":1},"status":"passed","severity":"normal"},{"uid":"a534857cfd82b057","name":"pre and post cipher","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d98734661e8a19","name":"Check received message containing escaped characters","time":{"start":1707793371100,"stop":1707793371100,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d833a281dde26f8","name":"should use DNS peer discovery with light client","time":{"start":1707792849461,"stop":1707792849462,"duration":1},"status":"skipped","severity":"normal"},{"uid":"af7b86863ae24a4d","name":"Check received message containing escaped characters","time":{"start":1707793028279,"stop":1707793028279,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1139d89c3d2ae22","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707792929579,"stop":1707792929580,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef5e8924e4803c4","name":"should not receive a peer event after stop","time":{"start":1707792849460,"stop":1707792849461,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa320788fb103fed","name":"Relay - dialed after","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd651f0866acbc7f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707792800011,"stop":1707792800011,"duration":0},"status":"passed","severity":"normal"},{"uid":"44a9192c273257e4","name":"Ping on subscribed peer","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"status":"passed","severity":"normal"},{"uid":"53aa408e706b2006","name":"Mutual subscription","time":{"start":1707793168668,"stop":1707793168669,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee0c5d6495e00e28","name":"Check received message containing Chinese","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a717290248be4067","name":"should set field with all protocols enabled","time":{"start":1707792800817,"stop":1707792800818,"duration":1},"status":"passed","severity":"normal"},{"uid":"11ea15871c75c65f","name":"Push 30 different messages","time":{"start":1707793370630,"stop":1707793370631,"duration":1},"status":"passed","severity":"normal"},{"uid":"189f2405630e8444","name":"Using a function","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62d6e73f9aed059","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707792800000,"stop":1707792800000,"duration":0},"status":"passed","severity":"normal"},{"uid":"29c08dd8a5f90d0b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707792805568,"stop":1707792805569,"duration":1},"status":"passed","severity":"normal"},{"uid":"12dc2c49a7aecbeb","name":"Check publish message containing Arabic","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"status":"passed","severity":"normal"},{"uid":"9126998c0e0009d3","name":"Push message with XML payload","time":{"start":1707793238863,"stop":1707793238863,"duration":0},"status":"passed","severity":"normal"},{"uid":"d016caf54e9484","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"60eeb9d9fcc0db03","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"status":"passed","severity":"normal"},{"uid":"beef9b77d1071916","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707792846322,"stop":1707792846323,"duration":1},"status":"passed","severity":"normal"},{"uid":"116c458000ebdaa","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"status":"passed","severity":"normal"},{"uid":"16afe6f916b349b7","name":"Subscribe and publish message","time":{"start":1707793168671,"stop":1707793168672,"duration":1},"status":"passed","severity":"normal"},{"uid":"373a49b79c1507a9","name":"Overlapping topic subscription","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","severity":"normal"},{"uid":"55ea81b56c4852b5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4446925c3ed4ebd","name":"Push message with custom timestamp: 1707796612699","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3af5f8c929865df","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca41b915acaffa5f","name":"can start and stop the service","time":{"start":1707793230150,"stop":1707793230151,"duration":1},"status":"passed","severity":"normal"},{"uid":"451b8469be9f9d5a","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907234,"stop":1707792907234,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b0bd2f3dde818b","name":"Check message with no pubsub topic is not received","time":{"start":1707793371105,"stop":1707793371106,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1ecebce25c14e9e","name":"should properly create peer info with all multiaddrs","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"be92f49bf4914698","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707792907230,"stop":1707792907230,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde4e4b6a8840020","name":"throws on content topic with empty application field","time":{"start":1707792792550,"stop":1707792792550,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b7809f6a44db87a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707792800002,"stop":1707792800003,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fd002861cc55e5e","name":"removeEventListener with correct event","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"status":"passed","severity":"normal"},{"uid":"fceabef893907440","name":"handles multiple messages","time":{"start":1707793384586,"stop":1707793384586,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdcdcf34d0e40ae","name":"it tolerates circular branch references","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"e795fa83cfab8e6d","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707792792592,"stop":1707792792593,"duration":1},"status":"passed","severity":"normal"},{"uid":"d015225ee361cf06","name":"Passing an array","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"status":"passed","severity":"normal"},{"uid":"10d7fabd67f3b01f","name":"Check received message containing numeric","time":{"start":1707793371109,"stop":1707793371109,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6915f11d3b931c","name":"Push message with content topic containing emoji","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ffebe91ed5be523","name":"different cluster, same shard: nodes don't connect","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"status":"passed","severity":"normal"},{"uid":"302ccf76a93d20a2","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"passed","severity":"normal"},{"uid":"81d971dbb1c524a3","name":"Push message with content topic containing Russian","time":{"start":1707793370634,"stop":1707793370634,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce35694509b24998","name":"Check publish message containing Basic HTML tag","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"status":"passed","severity":"normal"},{"uid":"750f1df7d2062b8a","name":"retrieves a single peer","time":{"start":1707792815078,"stop":1707792815078,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5ed3e68b1194ef","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"status":"passed","severity":"normal"},{"uid":"d77d2dbf084e0186","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707793387156,"stop":1707793387156,"duration":0},"status":"passed","severity":"normal"},{"uid":"59603118e50a7e09","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1707792890683,"stop":1707792890684,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3e947160c523976","name":"Push message with content topic containing shell command","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"status":"passed","severity":"normal"},{"uid":"4127902dd5f1ac2c","name":"Check message received after jswaku node is restarted","time":{"start":1707793028295,"stop":1707793028296,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ed43bef12dafa6b5","name":"caches peers it previously fetched","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8fd845bf60bcad5","name":"Does not throw an exception when node disconnects","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"status":"passed","severity":"normal"},{"uid":"cda585d0d3880e7d","name":"topics with same application and version share the same shard","time":{"start":1707792792553,"stop":1707792792553,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e1bab256c0dd55","name":"Generator, custom pubsub topic","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2a58a28a01e65c1","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707792814742,"stop":1707792814743,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd39fc1f256bab2c","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707793168675,"stop":1707793168676,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f54c7d213a71d2","name":"Push message with content topic containing Script","time":{"start":1707793370635,"stop":1707793370635,"duration":0},"status":"passed","severity":"normal"},{"uid":"332b1fe9489c48af","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792919943,"stop":1707792919943,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee32e0e05b32d78","name":"Push message with numeric payload","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7d1296dfbe15f79","name":"Ping on peer without subscriptions","time":{"start":1707792919942,"stop":1707792919942,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec9b4068c9a6b45","name":"Relay","time":{"start":1707792848725,"stop":1707792848725,"duration":0},"status":"passed","severity":"normal"},{"uid":"242fd63c44f0097a","name":"Push message on custom pubsubTopic","time":{"start":1707793086615,"stop":1707793086615,"duration":0},"status":"passed","severity":"normal"},{"uid":"98797d17a29ab634","name":"Subscribe to topic containing long and receive message","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8050b14544960611","name":"Check message on other pubsub topic is not received","time":{"start":1707793371105,"stop":1707793371105,"duration":0},"status":"passed","severity":"normal"},{"uid":"94016863792f9b83","name":"Ping on unsubscribed peer","time":{"start":1707792919942,"stop":1707792919943,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dc7122b7761e78","name":"Fails to publish duplicate message","time":{"start":1707793153226,"stop":1707793153226,"duration":0},"status":"passed","severity":"normal"},{"uid":"39c2020d1ee25293","name":"Ping on subscribed peer","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec2922e2fa38747c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086617,"stop":1707793086617,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc89de92855880c","name":"Used by Waku Relay","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"status":"passed","severity":"normal"},{"uid":"494645585e82853f","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369035,"stop":1707793369036,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb97c562455d3ef","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792919940,"stop":1707792919941,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56547116a8bd969","name":"Overlapping topic subscription","time":{"start":1707792958834,"stop":1707792958834,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ccc441a6b2742b7","name":"Subscribe to topic containing Script and receive message","time":{"start":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bd34cd5ac9fdb4","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707792815082,"stop":1707792815082,"duration":0},"status":"passed","severity":"normal"},{"uid":"957ec802226ce060","name":"should set field with only STORE enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"d502e665ca1d2f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1446f27b426a627b","name":"Check received message containing Arabic","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60346f706961514","name":"Push message with numeric payload","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"status":"passed","severity":"normal"},{"uid":"21deada33a0a2b76","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f163386435c63bd","name":"Push message with content topic containing long","time":{"start":1707793238870,"stop":1707793238870,"duration":0},"status":"passed","severity":"normal"},{"uid":"b942e5bb97a47350","name":"should return all peers when numPeers is 0","time":{"start":1707792805567,"stop":1707792805568,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8c75b1e1143c0f4","name":"Query with Ordered Callback, No message returned","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe38eb2dea8037f6","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"status":"passed","severity":"normal"},{"uid":"a88d1f89bfe6a3b0","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d3e30de67c4c2d9","name":"Publish message with rate limit","time":{"start":1707793153230,"stop":1707793153230,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6e5584389b932b","name":"Push message with content topic containing escaped characters","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"status":"passed","severity":"normal"},{"uid":"44e0a8492cfa113","name":"Check received message containing special chars","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"status":"passed","severity":"normal"},{"uid":"537267c96b0bca03","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707793446738,"stop":1707793446739,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc3dd84a4080ac9","name":"Check received message with timestamp: undefined ","time":{"start":1707793371123,"stop":1707793371124,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c12b642cd8d8f77","name":"getPeersByDiscovery","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0c17f4440db5449","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"status":"passed","severity":"normal"},{"uid":"210c1799e55dd357","name":"should properly compute the node id","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8307fb303ad01c","name":"Check received message containing Basic HTML tag","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4c21a309ba07cfc","name":"Query generator for 2000 messages","time":{"start":1707793355778,"stop":1707793355779,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7305cfb35af012","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"status":"passed","severity":"normal"},{"uid":"ef76f9f2d89d5ba","name":"Subscribe and receive messages via lightPush","time":{"start":1707792958823,"stop":1707792958827,"duration":4},"status":"passed","severity":"normal"},{"uid":"3ae76ec83cca6f19","name":"Push message with content topic containing unicode special characters","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df7ef17fc92e5f8","name":"Check message received after jswaku node is restarted","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d157403cbe4fbb5c","name":"Relay - dialed first","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa286225cfe5e58","name":"Check message with no payload is not received","time":{"start":1707793371106,"stop":1707793371106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9802d585c72c1793","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"status":"passed","severity":"normal"},{"uid":"82ab530d3651190b","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369032,"stop":1707793369034,"duration":2},"status":"passed","severity":"normal"},{"uid":"97799c92c3a24a44","name":"through manual discovery","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"status":"passed","severity":"normal"},{"uid":"a49bae0e9e233f16","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e6e3f92d6eed73","name":"Push message equal or less that 1MB","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00e6777e6e3bb77","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"8897130aeb19e3ee","name":"Subscribe and receives messages on 20 topics","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a7779e6688c8958","name":"Check received message containing Script","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54a87418b625d2","name":"Check publish message containing shell command","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"status":"passed","severity":"normal"},{"uid":"980403b1e1ce1dc2","name":"should properly create location multiaddrs - tcp","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9f559f9493530d","name":"Check received message containing emoji","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd4b41318246363f","name":"Push message with meta","time":{"start":1707793238877,"stop":1707793238877,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fc8e5cb91e5135c","name":"Check message with invalid timestamp is not received","time":{"start":1707793371104,"stop":1707793371105,"duration":1},"status":"passed","severity":"normal"},{"uid":"401f044c6e482ec1","name":"can start and stop the service","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ba30b99866a801f","name":"Push message with content topic containing Script","time":{"start":1707793238873,"stop":1707793238873,"duration":0},"status":"passed","severity":"normal"},{"uid":"e189addd65cf4d62","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707793012484,"stop":1707793012485,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc35db13af0cb524","name":"Round trip binary serialization","time":{"start":1707792805602,"stop":1707792805603,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf0996152959c745","name":"Check received message containing JSON","time":{"start":1707793028276,"stop":1707793028276,"duration":0},"status":"passed","severity":"normal"},{"uid":"5874ac67edfe5e7e","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707792814742,"stop":1707792814742,"duration":0},"status":"passed","severity":"normal"},{"uid":"459a28862f1b42e7","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707793012475,"stop":1707793012476,"duration":1},"status":"passed","severity":"normal"},{"uid":"23083b2e32b253f1","name":"Check message with non string payload is not received","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"status":"passed","severity":"normal"},{"uid":"f540fad1baae87df","name":"Check received message containing unicode special characters","time":{"start":1707793371100,"stop":1707793371101,"duration":1},"status":"passed","severity":"normal"},{"uid":"2269e0cfe4714180","name":"Push message with long payload","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1e02c7861f1774","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707793387155,"stop":1707793387156,"duration":1},"status":"passed","severity":"normal"},{"uid":"a317a48390b28edc","name":"Sets default value correctly","time":{"start":1707793400889,"stop":1707793400889,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8db92229d2f1cb","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707792822802,"stop":1707792822802,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad273d060d8ab4cd","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"status":"passed","severity":"normal"},{"uid":"304027a8197cd6d6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012502,"stop":1707793012503,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c34f2a2b93ed1bc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012483,"stop":1707793012484,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9fbbf0f3e327a09","name":"does not throw on valid cases","time":{"start":1707792792547,"stop":1707792792547,"duration":0},"status":"passed","severity":"normal"},{"uid":"f191160c23dce064","name":"throws on content topic with empty encoding field","time":{"start":1707792792551,"stop":1707792792552,"duration":1},"status":"passed","severity":"normal"},{"uid":"551b02c4b49e9067","name":"Fails to push message with large meta","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcdbb07592fbffdc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707792929580,"stop":1707792929580,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f848a2b84ea2ec8","name":"Check received message with timestamp: 1707792838371000000 ","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2b61dce9238d6f9","name":"should throw error - invalid id","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"status":"passed","severity":"normal"},{"uid":"925ea227301ebdae","name":"same cluster, different shard: nodes connect","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e697f5cd0492845","name":"Push message with short payload","time":{"start":1707793238858,"stop":1707793238859,"duration":1},"status":"passed","severity":"normal"},{"uid":"12f863a4766edf2f","name":"Promise Callback - forward","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8025512ec9b7c7","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707793168681,"stop":1707793168682,"duration":1},"status":"passed","severity":"normal"},{"uid":"693e4e40da1aa95a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707792814746,"stop":1707792814746,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e65953ffb589b00","name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"status":"passed","severity":"normal"},{"uid":"6136611d0821b7b1","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707792800010,"stop":1707792800010,"duration":0},"status":"passed","severity":"normal"},{"uid":"6664612407dccec1","name":"Subscribe and receive messages via waku relay post","time":{"start":1707792958829,"stop":1707792958829,"duration":0},"status":"passed","severity":"normal"},{"uid":"5375952f6039385b","name":"Push message with custom timestamp: 1677034612699","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ff6f5248aa6a1e","name":"Encoder throws on undefined content topic","time":{"start":1707792805604,"stop":1707792805604,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f30c4d648d5f260","name":"Query with Promise Callback, No Decoder","time":{"start":1707793304790,"stop":1707793304791,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db142976966724e","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707793304781,"stop":1707793304782,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb527fa6d1061b37","name":"Push message with escaped characters payload","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"status":"passed","severity":"normal"},{"uid":"843bfa42a14bbcb4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707792929580,"stop":1707792929581,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae0fad737c4c0b89","name":"Push message with SQL Injection payload","time":{"start":1707793370625,"stop":1707793370625,"duration":0},"status":"passed","severity":"normal"},{"uid":"3895295c5abcd874","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"status":"passed","severity":"normal"},{"uid":"718342f0a27489e0","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c877d88e800e0ad","name":"Check received message containing long","time":{"start":1707793371108,"stop":1707793371109,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1cc53f0e332fb03","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e409ad3f6287d571","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707793446742,"stop":1707793446743,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bca0451dfab9f6d","name":"Push message with Russian payload","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9ccba4e09f3f7e","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6ec4df665953a3","name":"Subscribe to topic containing short and receive message","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"9290f9308502801","name":"Reusing cursor across nodes","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b10fc4c337d3340","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"status":"passed","severity":"normal"},{"uid":"a912fc13354f659c","name":"Push message with custom timestamp: 1707789412699","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e79c918ffd9ea99","name":"should set field with only RELAY enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"49446f5b3504079c","name":"should emit a peer event after start","time":{"start":1707793230152,"stop":1707793230152,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d2db6cf99f3b370","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8e50f1b9c0fc86a1","name":"Encoder throws on empty string content topic","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"status":"passed","severity":"normal"},{"uid":"971cbc42d281bfc3","name":"Overlapping topic subscription","time":{"start":1707793168678,"stop":1707793168678,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4be9c11319b48c20","name":"should properly create location multiaddrs - tcp6","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"14f23d2bd7082ba","name":"isConnected should return false after all peers disconnect","time":{"start":1707792838870,"stop":1707792838870,"duration":0},"status":"passed","severity":"normal"},{"uid":"206c1b1cb0eb6ca4","name":"Query generator for multiple messages with different content topic format","time":{"start":1707793355776,"stop":1707793355777,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba15f67b69ddb8a6","name":"Push to array if already present","time":{"start":1707792792129,"stop":1707792792131,"duration":2},"status":"passed","severity":"normal"},{"uid":"f166cda0231ef482","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"status":"passed","severity":"normal"},{"uid":"73cab62f50496467","name":"listenerCount","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4644e42e868d811","name":"Check publish message containing Chinese","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccd8f865c347144a","name":"Check received message containing unicode special characters","time":{"start":1707793371115,"stop":1707793371116,"duration":1},"status":"passed","severity":"normal"},{"uid":"32156957ffeeb3d9","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707793059099,"stop":1707793059099,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6506e29aa3e52e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cd9d7f99635012f3","name":"Filter","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e58711e5060d9c","name":"Check received message with extra option is received","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"status":"passed","severity":"normal"},{"uid":"597ab9f4c3d997cd","name":"Push message with Chinese payload","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"status":"passed","severity":"normal"},{"uid":"4105aa8f933b9328","name":"Passing page size 1 when there are 4 messages","time":{"start":1707793392501,"stop":1707793392501,"duration":0},"status":"passed","severity":"normal"},{"uid":"8241451025eaf79c","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707793142779,"stop":1707793142780,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d10e94729ae66da","name":"should be able to encode the field with only STORE set to true","time":{"start":1707792799998,"stop":1707792799999,"duration":1},"status":"passed","severity":"normal"},{"uid":"267990520de738a7","name":"Check received message containing XML","time":{"start":1707793028274,"stop":1707793028275,"duration":1},"status":"passed","severity":"normal"},{"uid":"3600a71b190c3504","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707793088061,"stop":1707793088062,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7b7d8cd8d06a58c","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707792846325,"stop":1707792846325,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cd1b5dbc98b3526","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"status":"passed","severity":"normal"},{"uid":"55876a56587805bc","name":"should handle a minimal index list","time":{"start":1707792792592,"stop":1707792792592,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dbfd6aef8c02f3e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907229,"stop":1707792907230,"duration":1},"status":"passed","severity":"normal"},{"uid":"13ab44d8dff0f84","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84d8226908260b5","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707793238874,"stop":1707793238874,"duration":0},"status":"passed","severity":"normal"},{"uid":"1379be28e3e80244","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"status":"passed","severity":"normal"},{"uid":"836963649dbc3438","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c9cefff742611fac","name":"Subscribe to topic containing long and publish message","time":{"start":1707793168679,"stop":1707793168680,"duration":1},"status":"passed","severity":"normal"},{"uid":"de008e5343780278","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707792800003,"stop":1707792800004,"duration":1},"status":"passed","severity":"normal"},{"uid":"babc8f22fb8fa529","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707793287275,"stop":1707793287276,"duration":1},"status":"passed","severity":"normal"},{"uid":"80a64f10810e0cad","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccf41fe06851243","name":"should set field with all protocols disabled","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"be28184e85084791","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707792814745,"stop":1707792814746,"duration":1},"status":"passed","severity":"normal"},{"uid":"80fdb3fe15a04e36","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793371117,"stop":1707793371118,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c2e39983ff073a8","name":"Check publish message containing long","time":{"start":1707793153213,"stop":1707793153213,"duration":0},"status":"passed","severity":"normal"},{"uid":"663afc1ef362cf85","name":"Waku message hash computation (payload length 0)","time":{"start":1707792795037,"stop":1707792795037,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c2549a69cfe8ae","name":"throws on content topic with too few or too many fields","time":{"start":1707792792548,"stop":1707792792549,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e36727f52494d0e","name":"Subscribe to topic containing XML and receive message","time":{"start":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","severity":"normal"},{"uid":"216bcd0d57e0d835","name":"Check received message containing Chinese","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b3f8a38ea1cebe","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb266184655e69fa","name":"Query Generator - backward","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8805146267fb32","name":"Subscribe to topic containing long and receive message","time":{"start":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1ce72f4aa93ce0","name":"Query Generator, No Decoder","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5370d7b4ba487","name":"Decoder throws on empty string content topic","time":{"start":1707792822805,"stop":1707792822805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c579d72b6195f213","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"status":"passed","severity":"normal"},{"uid":"bdd484b9a9a06978","name":"Push message with content topic containing special chars","time":{"start":1707793370632,"stop":1707793370633,"duration":1},"status":"passed","severity":"normal"},{"uid":"e78da258d1fbb5dc","name":"Decoder throws on undefined content topic","time":{"start":1707792820893,"stop":1707792820894,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5771fed68a3c2bc","name":"Check received message containing special chars","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75a1a5922d90b1f","name":"Check meta is set [ecies]","time":{"start":1707792822803,"stop":1707792822803,"duration":0},"status":"passed","severity":"normal"},{"uid":"262bad25ddf8cedd","name":"Push message with SQL Injection payload","time":{"start":1707793238862,"stop":1707793238862,"duration":0},"status":"passed","severity":"normal"},{"uid":"6847ae21f2fbc1d2","name":"Push message with Script payload","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"status":"passed","severity":"normal"},{"uid":"23ab9f297321c76b","name":"ignores domain fetching errors","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9e683e05b87fb1","name":"Check received message containing escaped characters","time":{"start":1707793371115,"stop":1707793371115,"duration":0},"status":"passed","severity":"normal"},{"uid":"728013e8f2870c45","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","severity":"normal"},{"uid":"638989488f0b414","name":"Push message with content topic containing emoji","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5510c9489c8545e","name":"Push message with emoji payload","time":{"start":1707793238866,"stop":1707793238866,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee26032a19e7f8ee","name":"Check received message with timestamp: 1707792838067 ","time":{"start":1707793028283,"stop":1707793028284,"duration":1},"status":"passed","severity":"normal"},{"uid":"c65a358ab4381826","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907233,"stop":1707792907234,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a86363c9b3ea98b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707793446740,"stop":1707793446741,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e7edfa80812c5ab","name":"Push message with Russian payload","time":{"start":1707793238861,"stop":1707793238862,"duration":1},"status":"passed","severity":"normal"},{"uid":"da125b9e9ada1526","name":"Check publish message containing unicode special characters","time":{"start":1707793153222,"stop":1707793153222,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3fbdd37c532a740","name":"Query Generator, No message returned","time":{"start":1707793304783,"stop":1707793304784,"duration":1},"status":"passed","severity":"normal"},{"uid":"4781ee06593ce431","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"status":"passed","severity":"normal"},{"uid":"74fde2bcae1c3fc","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707793012467,"stop":1707793012468,"duration":1},"status":"passed","severity":"normal"},{"uid":"d346bdfed2395d37","name":"Push message with Basic HTML tag payload","time":{"start":1707793370627,"stop":1707793370627,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5b4db2a157621c3","name":"Push message with content topic containing Chinese","time":{"start":1707793238871,"stop":1707793238871,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc2b0f8e48bb72a1","name":"Push message with short payload","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbfd7651265a3e0","name":"Push message with JSON payload","time":{"start":1707793370627,"stop":1707793370628,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62b937ec0f7a032","name":"Ping on unsubscribed peer","time":{"start":1707792869304,"stop":1707792869304,"duration":0},"status":"passed","severity":"normal"},{"uid":"a873a8afc645d390","name":"1 Relay, 1 Filter, gives up","time":{"start":1707792814757,"stop":1707792814757,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a663e8a90e97ecd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"status":"passed","severity":"normal"},{"uid":"9362aa3f11102d73","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707793399644,"stop":1707793399644,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cf85269ef4a0ac8","name":"Push message with content topic containing special chars","time":{"start":1707793238870,"stop":1707793238871,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cd076a540aba185","name":"Push message with content topic containing XML","time":{"start":1707793370635,"stop":1707793370636,"duration":1},"status":"passed","severity":"normal"},{"uid":"147135a6d4194f0","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b81085273cd1c50b","name":"different cluster, different shard: nodes don't connect","time":{"start":1707793088064,"stop":1707793088064,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e9a5e84d0bd4f9a","name":"should not receive a peer event after stop","time":{"start":1707793230152,"stop":1707793230153,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0d6fb86326b041e","name":"Callback on promise","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fdff327e4dc2d8c","name":"Default pageSize","time":{"start":1707793392504,"stop":1707793392504,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d21b5f7f616923a","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707792814744,"stop":1707792814744,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1f4338516c0133e","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707793354574,"stop":1707793354574,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbe73f8cbec9536","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"status":"passed","severity":"normal"},{"uid":"a980dce154618f0f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f49d34fd850a886","name":"Check received message containing short","time":{"start":1707793371108,"stop":1707793371108,"duration":0},"status":"passed","severity":"normal"},{"uid":"1afd23b5dbdffd4c","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"status":"passed","severity":"normal"},{"uid":"b34ab433e8e5b3f2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707793012471,"stop":1707793012472,"duration":1},"status":"passed","severity":"normal"},{"uid":"9101a4679152edc7","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707792800007,"stop":1707792800008,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2f21550f2de9b4","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707793446745,"stop":1707793446745,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c9b85e20a960903","name":"Push message with unicode special characters payload","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8a1f8f6615fd6d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d128f90bb1d3332","name":"same cluster, same shard: nodes connect","time":{"start":1707793088062,"stop":1707793088062,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f05152897b9112","name":"different cluster, same shard: nodes don't connect","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"6730b871158c9a11","name":"LightPush","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdd3de4bfbc48878","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cc51b976f088be5","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"status":"passed","severity":"normal"},{"uid":"474394424da8240a","name":"Subscribe to topic containing short and publish message","time":{"start":1707793168678,"stop":1707793168679,"duration":1},"status":"passed","severity":"normal"},{"uid":"c15b5b708e476348","name":"Check message with no content topic is not received","time":{"start":1707793371125,"stop":1707793371126,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e5ad979e83de90f","name":"should emit a peer event after start","time":{"start":1707792849459,"stop":1707792849460,"duration":1},"status":"passed","severity":"normal"},{"uid":"a18e5c2b704c34c1","name":"Push message with content topic containing escaped characters","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"status":"passed","severity":"normal"},{"uid":"67fd5c7a155646af","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707793446750,"stop":1707793446751,"duration":1},"status":"passed","severity":"normal"},{"uid":"b573e086563c680b","name":"Publishes to nwaku","time":{"start":1707793128331,"stop":1707793128332,"duration":1},"status":"passed","severity":"normal"},{"uid":"c774d776fc8ab575","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369036,"stop":1707793369037,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d3b05e54c157de","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707793355776,"stop":1707793355776,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9c915887d40911","name":"should only return 1 node with relay capability","time":{"start":1707792815080,"stop":1707792815081,"duration":1},"status":"passed","severity":"normal"},{"uid":"67543c82acf2c284","name":"Check publish message containing XML","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c89eae87910aa3","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707793012511,"stop":1707793012511,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05df0055ae7e372","name":"1 Relay, 1 fetch","time":{"start":1707792814755,"stop":1707792814756,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a3d3c0caf32039c","name":"Decrypt messages","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecf082d0499c268d","name":"Fails to publish message with empty text","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6406/widgets/history-trend.json b/6406/widgets/history-trend.json index 6fb96e3794d..b6698a4a357 100644 --- a/6406/widgets/history-trend.json +++ b/6406/widgets/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":668,"unknown":0,"total":691}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":677,"unknown":0,"total":702}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":650,"unknown":0,"total":675}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"failed":0,"broken":14,"skipped":23,"passed":663,"unknown":0,"total":700}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":689,"unknown":0,"total":713}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":676,"unknown":0,"total":701}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":691,"unknown":0,"total":716}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":668,"unknown":0,"total":691}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":677,"unknown":0,"total":702}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":650,"unknown":0,"total":675}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"failed":0,"broken":14,"skipped":23,"passed":663,"unknown":0,"total":700}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":689,"unknown":0,"total":713}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/6406/widgets/retry-trend.json b/6406/widgets/retry-trend.json index b15f5478432..dde0fc6a918 100644 --- a/6406/widgets/retry-trend.json +++ b/6406/widgets/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":718,"retry":2}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"run":675,"retry":3}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"run":713,"retry":2}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"run":716,"retry":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":718,"retry":2}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"run":675,"retry":3}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"run":713,"retry":2}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/6406/widgets/severity.json b/6406/widgets/severity.json index 78b805627ec..cb98af5ea65 100644 --- a/6406/widgets/severity.json +++ b/6406/widgets/severity.json @@ -1 +1 @@ -[{"uid":"6f7462475adab8b6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"status":"passed","severity":"normal"},{"uid":"89dc0033d91ddcb1","name":"udp ip6 address","time":{"start":1707769774566,"stop":1707769774571,"duration":5},"status":"passed","severity":"normal"},{"uid":"a0c83500591e4681","name":"Check publish message containing emoji","time":{"start":1707770131703,"stop":1707770131705,"duration":2},"status":"passed","severity":"normal"},{"uid":"42fad4eafbcd5e3c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707770272997,"stop":1707770272997,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c52fdd7f63c869","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707769774623,"stop":1707769774624,"duration":1},"status":"passed","severity":"normal"},{"uid":"44cb93a9ba7b6758","name":"safeDispatchEvent","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7dbfed8acf6fed5","name":"should return false","time":{"start":1707769775410,"stop":1707769775411,"duration":1},"status":"passed","severity":"normal"},{"uid":"18f8f1e291995696","name":"Check received message with timestamp: 1707769812106 ","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b1b0bebb8236e57","name":"Refresh subscription","time":{"start":1707770018838,"stop":1707770018838,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffac6cbe2c336ba9","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121404,"stop":1707770121405,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd0d15345a8080c6","name":"Push message with Chinese payload","time":{"start":1707770234568,"stop":1707770234568,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8e7a1d3665fe5d","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770018845,"stop":1707770018846,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b96aa1a3c710dea","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"status":"passed","severity":"normal"},{"uid":"591b91e2e6ce2103","name":"retrieves a single peer","time":{"start":1707769789801,"stop":1707769789802,"duration":1},"status":"passed","severity":"normal"},{"uid":"87df996ff4e94500","name":"Fails to publish duplicate message","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a968751b713aeb9","name":"Check message with non string payload is not received","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"status":"passed","severity":"normal"},{"uid":"4174a08dbaf298e7","name":"Check publish message after client node is restarted","time":{"start":1707770131709,"stop":1707770131710,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b48097c0873ddc57","name":"Check received message containing Russian","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c90b7e82bd9969","name":"Check received message containing unicode special characters","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf1f99c949d26d53","name":"Publish message with large meta","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"status":"passed","severity":"normal"},{"uid":"11e6898894ed0f1d","name":"Ordered Callback - forward","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"status":"passed","severity":"normal"},{"uid":"b58da7cc233622f8","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770018831,"stop":1707770018831,"duration":0},"status":"passed","severity":"normal"},{"uid":"61923ecd6542e7d8","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"c36c614f431a915c","name":"Check message with no payload is not received","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"status":"passed","severity":"normal"},{"uid":"7029b826cd9f4ac5","name":"Check received message containing Script","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d591cf6b970936d","name":"isConnected should return true after first peer connects","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"status":"passed","severity":"normal"},{"uid":"af67ee01065d8525","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"status":"passed","severity":"normal"},{"uid":"b069cb9fc4d3f10f","name":"Push message with special chars payload","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"status":"passed","severity":"normal"},{"uid":"96caf545e5e292d8","name":"Check received message containing emoji","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b1ae8d6897a48a2","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ee441879d1b688","name":"Push message with content topic containing XML","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8973264dec73f8c","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"status":"passed","severity":"normal"},{"uid":"898c289635aef79b","name":"Using a function","time":{"start":1707770389547,"stop":1707770389548,"duration":1},"status":"passed","severity":"normal"},{"uid":"56d283298e20af31","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"status":"passed","severity":"normal"},{"uid":"f100af6c9b87404e","name":"Push message with content topic containing SQL Injection","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cb72ed3e162c8","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707770339592,"stop":1707770339592,"duration":0},"status":"passed","severity":"normal"},{"uid":"85de3e36ac2bcf8b","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707769789484,"stop":1707769789484,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2fd8102101f3e2c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770335606,"stop":1707770335607,"duration":1},"status":"passed","severity":"normal"},{"uid":"2280f1e5d8b4fa0f","name":"Push message with long payload","time":{"start":1707770395175,"stop":1707770395176,"duration":1},"status":"passed","severity":"normal"},{"uid":"25830e6cc52702e3","name":"Query generator for multiple messages with different message text format","time":{"start":1707770339586,"stop":1707770339586,"duration":0},"status":"passed","severity":"normal"},{"uid":"e91f7de77bf89d","name":"Check publish message containing shell command","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"status":"passed","severity":"normal"},{"uid":"772398f880ab7e81","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999877,"stop":1707769999877,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fa05eed189a88f","name":"Push message with content topic containing JSON","time":{"start":1707770395188,"stop":1707770395189,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccf6e5727fe0c819","name":"connects to nwaku","time":{"start":1707770389546,"stop":1707770389546,"duration":0},"status":"passed","severity":"normal"},{"uid":"412b69b031b2b1a7","name":"Passing page size 10 when there are 10 messages","time":{"start":1707770376995,"stop":1707770376996,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b60cc7196282084","name":"Js publishes, other Js receives","time":{"start":1707770111440,"stop":1707770111440,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd38c6f551f2eb9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999866,"stop":1707769999866,"duration":0},"status":"passed","severity":"normal"},{"uid":"e857f1e58f5e1d31","name":"should get / set UDP multiaddr","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"status":"passed","severity":"normal"},{"uid":"350038fe77584430","name":"throws on empty content topic","time":{"start":1707769766683,"stop":1707769766683,"duration":0},"status":"passed","severity":"normal"},{"uid":"30adc7e787a820d8","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707769774619,"stop":1707769774620,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6c946f1f68adb1","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e7936d66e6bc368","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770018843,"stop":1707770018844,"duration":1},"status":"passed","severity":"normal"},{"uid":"45f6b1e94af14c95","name":"Check publish message containing Arabic","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc5c7eda32ff3bdb","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770424176,"stop":1707770424176,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6749ab6a0f771a4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770018842,"stop":1707770018843,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed6da84c39ab5ef7","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"status":"passed","severity":"normal"},{"uid":"563f734bc5324f7b","name":"Check message with no content topic is not received","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3a45460904e96c7","name":"Check message with no pubsub topic is not received","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"status":"passed","severity":"normal"},{"uid":"1a2de2823f8b25b1","name":"Push message with Script payload","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56a7947f3c96ab7","name":"Subscribe to topic containing short and receive message","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"status":"passed","severity":"normal"},{"uid":"654f3b56788ce516","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ff39f387612943","name":"Ordered Callback - backward","time":{"start":1707770355206,"stop":1707770355206,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc440b139c9fc458","name":"Publishes to nwaku","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"status":"passed","severity":"normal"},{"uid":"4cfc68a37438912a","name":"Push message with unicode special characters payload","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ee08259b9ae6134","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707770325619,"stop":1707770325619,"duration":0},"status":"passed","severity":"normal"},{"uid":"47ad5624925b93f2","name":"Query generator for multiple messages with different content topic format","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfeb786cbf1141d6","name":"should not fail to stop the service if it was not started","time":{"start":1707770210097,"stop":1707770210097,"duration":0},"status":"passed","severity":"normal"},{"uid":"8908cd8928916ea7","name":"addEventListener with wrong event","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"status":"passed","severity":"normal"},{"uid":"2fb602a5ec4927b","name":"Fails to push message bigger that 1MB","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"status":"passed","severity":"normal"},{"uid":"564e87c54ed57cc7","name":"Check meta is set [symmetric]","time":{"start":1707769795722,"stop":1707769795722,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d2f3fd5e1bd5fb","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707770272997,"stop":1707770272998,"duration":1},"status":"passed","severity":"normal"},{"uid":"c00bc31a2c1c03e8","name":"Push message with content topic containing JSON","time":{"start":1707770234579,"stop":1707770234580,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5fadd0e7886fdca","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707770131708,"stop":1707770131708,"duration":0},"status":"passed","severity":"normal"},{"uid":"2daf5e14743b78b4","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707770142490,"stop":1707770142491,"duration":1},"status":"passed","severity":"normal"},{"uid":"52c20a8fd2fc2912","name":"should encode/decode to text encoding","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e9cf0f65a730d6","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769893451,"stop":1707769893452,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8177ef6c5de584","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878815,"stop":1707769878816,"duration":1},"status":"passed","severity":"normal"},{"uid":"bb887e01ab841d4","name":"Check received message with extra option is received","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"status":"passed","severity":"normal"},{"uid":"35ccd87db40fcadf","name":"should encode/decode to RLP encoding","time":{"start":1707769775411,"stop":1707769775412,"duration":1},"status":"passed","severity":"normal"},{"uid":"42ad72f03876b95e","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ace5d330703d44","name":"should properly create location multiaddrs - tcp","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"status":"passed","severity":"normal"},{"uid":"de18e05a47898406","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707770393728,"stop":1707770393728,"duration":0},"status":"passed","severity":"normal"},{"uid":"f22657899405d2a9","name":"Push 30 different messages","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"status":"passed","severity":"normal"},{"uid":"9b0adace1dcca41","name":"Check message received after jswaku node is restarted","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"status":"skipped","severity":"normal"},{"uid":"38668f1249d2a5d4","name":"Fails to push message bigger that 1MB","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"status":"passed","severity":"normal"},{"uid":"5728cf043ad33e0f","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"status":"passed","severity":"normal"},{"uid":"2149e3aa02c5c7e4","name":"Fails to push message with empty content topic","time":{"start":1707770234583,"stop":1707770234583,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fece467cc02cde7","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707769999877,"stop":1707769999878,"duration":1},"status":"passed","severity":"normal"},{"uid":"38d8b20d74636eb8","name":"Passing page size 19 when there are 20 messages","time":{"start":1707770376996,"stop":1707770376997,"duration":1},"status":"passed","severity":"normal"},{"uid":"11cf6a9fa7f03011","name":"should properly create location multiaddrs - udp6","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e17697b7bf20c6a","name":"it tolerates circular branch references","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e043740b840293","name":"Subscribe to topic containing short and receive message","time":{"start":1707770018838,"stop":1707770018839,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7533677d54c1164","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7348db86280933bd","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707770393726,"stop":1707770393726,"duration":0},"status":"passed","severity":"normal"},{"uid":"880a29a55884abf9","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707769999854,"stop":1707769999855,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee2257846974123f","name":"should be able to encode the field with only STORE set to true","time":{"start":1707769774612,"stop":1707769774614,"duration":2},"status":"passed","severity":"normal"},{"uid":"cd6852d0e80b434e","name":"should set field with all protocols disabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"79bfed5864a517fd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707770019754,"stop":1707770019754,"duration":0},"status":"passed","severity":"normal"},{"uid":"64184a529804488","name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"status":"passed","severity":"normal"},{"uid":"957941a0b8129cb","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9cf1f5fb0e40678","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707770272996,"stop":1707770272997,"duration":1},"status":"passed","severity":"normal"},{"uid":"21bbd40568403876","name":"Decoder throws on empty string content topic","time":{"start":1707769780300,"stop":1707769780300,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c03ba5c8543392a","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770424170,"stop":1707770424171,"duration":1},"status":"passed","severity":"normal"},{"uid":"f68ef321362627f6","name":"Check publish message containing special chars","time":{"start":1707770131696,"stop":1707770131697,"duration":1},"status":"passed","severity":"normal"},{"uid":"e422d97075c68716","name":"should emit a peer event after start","time":{"start":1707770210098,"stop":1707770210098,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc4d348410f58c07","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707769812653,"stop":1707769812654,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1fa919de0a88a29","name":"should throw error - no id","time":{"start":1707769775402,"stop":1707769775402,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd8af0c58407dcd","name":"returns all values when wanted number matches available values","time":{"start":1707769788864,"stop":1707769788866,"duration":2},"status":"passed","severity":"normal"},{"uid":"902abc4d7ac60cb6","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"status":"passed","severity":"normal"},{"uid":"98246f3d4b4d7386","name":"Check message with no content topic is not received","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"status":"passed","severity":"normal"},{"uid":"828aaaa833252e5","name":"should throw error - no public key","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ea437ff036c0d9","name":"Relay - dialed after","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2392036f0a992e","name":"Push message equal or less that 1MB","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc83a26e077ae397","name":"different cluster, different shard: nodes don't connect","time":{"start":1707770055880,"stop":1707770055880,"duration":0},"status":"passed","severity":"normal"},{"uid":"e532d69e23ee3d04","name":"Default pageSize","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e9ecdd4e6d51310","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1bc690210e8802f","name":"Check message with no payload is not received","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d52acc101ac1d8f","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707769812637,"stop":1707769812637,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe45b00675a1c1a7","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707769780144,"stop":1707769780144,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c8cc5a0ecafd63","name":"Check received message containing JSON","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"status":"passed","severity":"normal"},{"uid":"591ce52935e7d84b","name":"Push message with content topic containing Arabic","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"status":"passed","severity":"normal"},{"uid":"e19de26ac454187f","name":"Push message with content topic containing shell command","time":{"start":1707770234580,"stop":1707770234580,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7942520b59342ae","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b448eee5becd150","name":"Accepts a valid Waku Message","time":{"start":1707769783776,"stop":1707769783777,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c5cb0e1ac95df5","name":"should throw an error for insufficient data","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e154dea9a8aead","name":"Decoder throws on undefined content topic","time":{"start":1707769780299,"stop":1707769780300,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b721c1947ec18d0","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"status":"passed","severity":"normal"},{"uid":"aeb76fa37c84edf0","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"status":"skipped","severity":"normal"},{"uid":"503ac31b161d5093","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"status":"passed","severity":"normal"},{"uid":"a91f7e192bd14463","name":"should be called for bootstrap peers","time":{"start":1707769820505,"stop":1707769820506,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b4bcdecb20ef4ec","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878816,"stop":1707769878817,"duration":1},"status":"passed","severity":"normal"},{"uid":"35b9bc97fcb1361d","name":"Check message with no payload is not received","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"status":"passed","severity":"normal"},{"uid":"c7362ebf2d1ccfe7","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707769789491,"stop":1707769789491,"duration":0},"status":"passed","severity":"normal"},{"uid":"334661a64b6f2399","name":"Privacy Node - default protocol","time":{"start":1707770398289,"stop":1707770398289,"duration":0},"status":"passed","severity":"normal"},{"uid":"7089380d2deac505","name":"Subscribe to topic containing long and receive message","time":{"start":1707770018839,"stop":1707770018840,"duration":1},"status":"passed","severity":"normal"},{"uid":"45b27c30dc6b5a59","name":"Passing page size 3 when there are 20 messages","time":{"start":1707770376995,"stop":1707770376995,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b1fd0a675b4858f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707769999857,"stop":1707769999857,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2109d1dcc165eaa","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707769999860,"stop":1707769999860,"duration":0},"status":"passed","severity":"normal"},{"uid":"21b4fbd6f7be9f26","name":"Push message with content topic containing Russian","time":{"start":1707770234577,"stop":1707770234578,"duration":1},"status":"passed","severity":"normal"},{"uid":"52ebd6dab5acf144","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707770393728,"stop":1707770393729,"duration":1},"status":"passed","severity":"normal"},{"uid":"b5ba2cce04506e91","name":"Push message on custom pubsubTopic","time":{"start":1707770075682,"stop":1707770075683,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fc0e0ae0bf7d186","name":"Check received message containing SQL Injection","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c6668dc29e0d23","name":"groups content topics by expected pubsub topic","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e4b0efc499b9bf","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1daa43b43685c76","name":"A test","time":{"start":1707770019849,"stop":1707770019849,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcae391dad7e797c","name":"can start the service","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5ad8ec457da5d4d","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ad1ce196fb94922","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f40b650b5b4afe","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"status":"passed","severity":"normal"},{"uid":"d2c12001bf7b22e8","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707769903018,"stop":1707769903019,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ecde25b216fabf6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6af89e5bbb12c91","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707770393729,"stop":1707770393729,"duration":0},"status":"passed","severity":"normal"},{"uid":"718bc092a18fbc18","name":"Check message with no pubsub topic is not received","time":{"start":1707770335622,"stop":1707770335623,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d21f9c255a8a2f4","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770018847,"stop":1707770018847,"duration":0},"status":"passed","severity":"normal"},{"uid":"74581c87fd2a52b7","name":"Check received message containing special chars","time":{"start":1707770335595,"stop":1707770335596,"duration":1},"status":"passed","severity":"normal"},{"uid":"553aed222fb9da71","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770424189,"stop":1707770424189,"duration":0},"status":"passed","severity":"normal"},{"uid":"64ad4566edf3b3","name":"Push message with XML payload","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"status":"passed","severity":"normal"},{"uid":"428caac747694461","name":"Push message with SQL Injection payload","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"status":"passed","severity":"normal"},{"uid":"12f72bc048225556","name":"Check message on other pubsub topic is not received","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ae065c85d50652","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6650bc55cf99520","name":"Check received message with timestamp: 1707769811950000000 ","time":{"start":1707770001381,"stop":1707770001382,"duration":1},"status":"passed","severity":"normal"},{"uid":"7931bf5eeeda96fd","name":"Waku message hash computation (payload length 0)","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b94c2c751d113d8","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707769999865,"stop":1707769999865,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3a8cbfe201e0dd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca525a761e07bfa","name":"should properly compute the node id","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5bed94f6741bfff","name":"Subscribe to topic containing Script and publish message","time":{"start":1707770142487,"stop":1707770142487,"duration":0},"status":"passed","severity":"normal"},{"uid":"9773952dabc54c30","name":"Push message with Arabic payload","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"status":"passed","severity":"normal"},{"uid":"cba275eba6dfb664","name":"throws on content topic with generation field greater than 0","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a7f150d7330ce98","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770424181,"stop":1707770424181,"duration":0},"status":"passed","severity":"normal"},{"uid":"67bbd8491ad92a1a","name":"Promise Callback - backward","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"status":"passed","severity":"normal"},{"uid":"710cbfae766bf222","name":"Subscribe to topic containing short and receive message","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"d43a29ca1a0fa86c","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707769774618,"stop":1707769774619,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2b7283069feac1f","name":"Check received message containing shell command","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca71f31ac5ae420","name":"Push message with JSON payload","time":{"start":1707770395179,"stop":1707770395180,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f26c4a83e10c919","name":"Check received message containing emoji","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c2211b8f1caa61","name":"Push message with Russian payload","time":{"start":1707770234569,"stop":1707770234569,"duration":0},"status":"passed","severity":"normal"},{"uid":"36940ae2cca0f6","name":"Ephemeral messages are not stored","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"status":"passed","severity":"normal"},{"uid":"455073d5feaee324","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770018834,"stop":1707770018834,"duration":0},"status":"skipped","severity":"normal"},{"uid":"dd7b6b712b14b6d5","name":"should only return 1 node with relay and store capability","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"status":"passed","severity":"normal"},{"uid":"50d0ef14bc3be711","name":"getPeersByDiscovery","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"status":"passed","severity":"normal"},{"uid":"904d551741cecef4","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707769774632,"stop":1707769774632,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c7eec79b5a9247","name":"Check received message with timestamp: 1707769812106000000 ","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2c318bf6532017a","name":"Ping on subscribed peer","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad72f414f36c722","name":"should set field with only RELAY enabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"3da682f702148f9","name":"Check publish message containing unicode special characters","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"status":"passed","severity":"normal"},{"uid":"b23eff9b6cb4680d","name":"Passing page size 0 when there are 110 messages","time":{"start":1707770376994,"stop":1707770376994,"duration":0},"status":"passed","severity":"normal"},{"uid":"a5cb89fde165b4e8","name":"Overlapping topic subscription","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"status":"passed","severity":"normal"},{"uid":"20c4c38eb8fa46c8","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707769999861,"stop":1707769999862,"duration":1},"status":"passed","severity":"normal"},{"uid":"3faea43839b7370d","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"status":"passed","severity":"normal"},{"uid":"b798c1357f22ddfe","name":"Push message with XML payload","time":{"start":1707770395178,"stop":1707770395179,"duration":1},"status":"passed","severity":"normal"},{"uid":"b455a83b718d67c5","name":"Refresh subscription","time":{"start":1707770424185,"stop":1707770424186,"duration":1},"status":"passed","severity":"normal"},{"uid":"72db306e15ec8b5d","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"f575fd0be28434be","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707770019754,"stop":1707770019755,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0b528c6530e54b8","name":"can dial TLS multiaddrs","time":{"start":1707770062840,"stop":1707770062841,"duration":1},"status":"passed","severity":"normal"},{"uid":"2316c7bbf007624","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"status":"passed","severity":"normal"},{"uid":"a348a2703e5f4d5c","name":"Push message with content topic containing long","time":{"start":1707770234575,"stop":1707770234575,"duration":0},"status":"passed","severity":"normal"},{"uid":"222b981442dac7d1","name":"should handle a minimal index list","time":{"start":1707769766846,"stop":1707769766846,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e674fc5d0b7112","name":"Push message with content topic containing long","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"status":"passed","severity":"normal"},{"uid":"d10d2214c67af995","name":"Generator, custom pubsub topic","time":{"start":1707770353932,"stop":1707770353932,"duration":0},"status":"passed","severity":"normal"},{"uid":"30df96d52a12b578","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878813,"stop":1707769878813,"duration":0},"status":"passed","severity":"normal"},{"uid":"46da5efe83d21d01","name":"Check received message with timestamp: undefined ","time":{"start":1707770001383,"stop":1707770001383,"duration":0},"status":"passed","severity":"normal"},{"uid":"866ec6caea5f44ba","name":"Push message with content topic containing SQL Injection","time":{"start":1707770395186,"stop":1707770395187,"duration":1},"status":"passed","severity":"normal"},{"uid":"2db5d3e522bf94d8","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec1c27958dda333","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770424171,"stop":1707770424172,"duration":1},"status":"passed","severity":"normal"},{"uid":"771a9a4a089d90c","name":"Check received message containing shell command","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"status":"passed","severity":"normal"},{"uid":"49652613aa1386ee","name":"different cluster, same shard: nodes don't connect","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a905b9ce2d2f90c","name":"Check message with non string payload is not received","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"status":"passed","severity":"normal"},{"uid":"495fc8941603d8d","name":"Check message with invalid timestamp is not received","time":{"start":1707770001383,"stop":1707770001383,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ab799c450a822ff","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"status":"passed","severity":"normal"},{"uid":"42266912e0fcff","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707769820506,"stop":1707769820506,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d594b4851742e8","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707770393729,"stop":1707770393730,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b00576ebcc9e9a","name":"Check publish message containing JSON","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3b27c83715d75a9","name":"Check received message containing Chinese","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b300ecafe22acea","name":"Push message with Chinese payload","time":{"start":1707770395176,"stop":1707770395177,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85d879e83b755da","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"status":"passed","severity":"normal"},{"uid":"69cf799b6f196a0b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707769999860,"stop":1707769999861,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dd0b1c1441b58e3","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"69c25ed851dc6440","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770424190,"stop":1707770424191,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa1d93311ac9db5a","name":"should not fail to start the service if it is already started","time":{"start":1707769825074,"stop":1707769825074,"duration":0},"status":"passed","severity":"normal"},{"uid":"de841fd0e797eaa4","name":"Check publish message containing Chinese","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"status":"passed","severity":"normal"},{"uid":"34a4a92b7b00ddd5","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707769795721,"stop":1707769795722,"duration":1},"status":"passed","severity":"normal"},{"uid":"30583484cf060d7c","name":"should emit a peer event after start","time":{"start":1707769825074,"stop":1707769825075,"duration":1},"status":"passed","severity":"normal"},{"uid":"607465fa1522425","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131705,"stop":1707770131705,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a51aab334175b71","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707770142486,"stop":1707770142487,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f183c9e6553580e","name":"Check publish message containing short","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"status":"passed","severity":"normal"},{"uid":"47615cc5d7462394","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"status":"passed","severity":"normal"},{"uid":"304d5caf7d621ab1","name":"Check received message with timestamp: 1707769811950 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce3e83cf5cd2e088","name":"Init the array if not present","time":{"start":1707769766369,"stop":1707769766371,"duration":2},"status":"passed","severity":"normal"},{"uid":"1bdd28031c61fc57","name":"Push message with content topic containing emoji","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"status":"passed","severity":"normal"},{"uid":"2815272f711185a7","name":"Push message with numeric payload","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2336293f1892c96","name":"Overlapping topic subscription","time":{"start":1707770018837,"stop":1707770018837,"duration":0},"status":"passed","severity":"normal"},{"uid":"506521b8a14811d4","name":"Query with Promise Callback, No message returned","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fe3494d3bd78dbc","name":"Store - dialed after - with timeout","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"status":"passed","severity":"normal"},{"uid":"deafc09f25074ae7","name":"Push message with short payload","time":{"start":1707770234566,"stop":1707770234566,"duration":0},"status":"passed","severity":"normal"},{"uid":"2388cbe8e3d18c23","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770018848,"stop":1707770018849,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3213ce5fe2b1f41","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"status":"passed","severity":"normal"},{"uid":"ced2723a03c0affd","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707769780145,"stop":1707769780145,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc06f36db3bfc1b4","name":"Check publish message containing Script","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b3e54ef9bfd6dd","name":"throws on content topic with empty encoding field","time":{"start":1707769766687,"stop":1707769766687,"duration":0},"status":"passed","severity":"normal"},{"uid":"55b0c80548f0ed49","name":"Push message with special chars payload","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"status":"passed","severity":"normal"},{"uid":"725f36f743b267cc","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769844709,"stop":1707769844709,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8941cbafaad4e12","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b6075670fa4a43","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"status":"passed","severity":"normal"},{"uid":"1ccf49d747dc5fa","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"status":"passed","severity":"normal"},{"uid":"4cf5e9c6c7fabeaa","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"status":"passed","severity":"normal"},{"uid":"a429c055484336de","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707770121409,"stop":1707770121409,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d46c8769e8b9331","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"status":"passed","severity":"normal"},{"uid":"aaa5f8c7ffffa1f1","name":"Push message equal or less that 1MB","time":{"start":1707770395193,"stop":1707770395194,"duration":1},"status":"passed","severity":"normal"},{"uid":"635524e40cec34de","name":"isConnected return false after peer stops","time":{"start":1707769864615,"stop":1707769864616,"duration":1},"status":"passed","severity":"normal"},{"uid":"19b254258260c84c","name":"Push message with custom timestamp: 1707766400007","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"status":"passed","severity":"normal"},{"uid":"597f9bfcda184cfe","name":"Push message with rate limit","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"status":"passed","severity":"normal"},{"uid":"f56c7de4bf4abd10","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707769999862,"stop":1707769999862,"duration":0},"status":"passed","severity":"normal"},{"uid":"466e05eadd30d8d4","name":"Subscribe to topic containing long and receive message","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"9064372f064289bc","name":"Used by Waku Relay","time":{"start":1707770389548,"stop":1707770389548,"duration":0},"status":"passed","severity":"normal"},{"uid":"61787cb8dc4025e","name":"Push message on custom pubsubTopic","time":{"start":1707770075685,"stop":1707770075686,"duration":1},"status":"passed","severity":"normal"},{"uid":"813f6cc96429715d","name":"Filter","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"status":"passed","severity":"normal"},{"uid":"132624b091318a4c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707769903017,"stop":1707769903017,"duration":0},"status":"passed","severity":"normal"},{"uid":"1288290c8e7c819d","name":"tcp ip4 address","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"status":"passed","severity":"normal"},{"uid":"50ad32e3518b035b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770018844,"stop":1707770018844,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fb3c41ad0d9d1d","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"status":"passed","severity":"normal"},{"uid":"e183bbdee96bb407","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770424182,"stop":1707770424183,"duration":1},"status":"passed","severity":"normal"},{"uid":"7250bf1b5a07a996","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707770142488,"stop":1707770142488,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3bbf8cc4e54a6f7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"status":"passed","severity":"normal"},{"uid":"fce5f1b8a9d1bb2d","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707769878816,"stop":1707769878816,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af38e2eb2baf574","name":"should properly create location multiaddrs - udp","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d7fa67036e31614","name":"Push message with content topic containing numeric","time":{"start":1707770234575,"stop":1707770234576,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b3881fdcb0eb0ce","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd3379319d162439","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770424176,"stop":1707770424177,"duration":1},"status":"passed","severity":"normal"},{"uid":"daffbec1b627121a","name":"should not fail to stop the service if it was not started","time":{"start":1707769825073,"stop":1707769825074,"duration":1},"status":"passed","severity":"normal"},{"uid":"98840ac69cbf6853","name":"Push message with custom timestamp: 1677011600007","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"status":"passed","severity":"normal"},{"uid":"507c91c1ed4056e4","name":"1 Relay, 1 fetch","time":{"start":1707769789490,"stop":1707769789490,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d597c9264fff277","name":"Decoder throws on empty string content topic","time":{"start":1707769795725,"stop":1707769795725,"duration":0},"status":"passed","severity":"normal"},{"uid":"377dea4ba7260dee","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ec0b2dcc831e51","name":"should get / set TCP multiaddr","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ade4b59689decf6","name":"same cluster, different shard: nodes connect","time":{"start":1707770055876,"stop":1707770055876,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f2a75b5fb5036b8","name":"topics with same application and version share the same shard","time":{"start":1707769766688,"stop":1707769766689,"duration":1},"status":"passed","severity":"normal"},{"uid":"c10bd3ae1fab81f6","name":"Passing page size 1 when there are 4 messages","time":{"start":1707770376994,"stop":1707770376995,"duration":1},"status":"passed","severity":"normal"},{"uid":"980fb8a2dab8fd67","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1707770018850,"stop":1707770018850,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fdec57b1ccd949a","name":"throws on content topic with too few or too many fields","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"status":"passed","severity":"normal"},{"uid":"46bfb2111ac373cf","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770018836,"stop":1707770018836,"duration":0},"status":"passed","severity":"normal"},{"uid":"aacdde2f9809034c","name":"Check received message containing short","time":{"start":1707770335611,"stop":1707770335612,"duration":1},"status":"passed","severity":"normal"},{"uid":"7adb77749bc70f0c","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"status":"passed","severity":"normal"},{"uid":"6934684d234a8639","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121408,"stop":1707770121409,"duration":1},"status":"passed","severity":"normal"},{"uid":"58b719d108d67382","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"status":"passed","severity":"normal"},{"uid":"240e71e5552a62ef","name":"Push message with Russian payload","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdd89bdd5acacdea","name":"should throw error - invalid id","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e3fff04e9dea35e","name":"Check message received after nwaku node is restarted","time":{"start":1707770001387,"stop":1707770001387,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7cb0a1afc130f954","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"status":"passed","severity":"normal"},{"uid":"8d12639c3d9e12f7","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770424179,"stop":1707770424180,"duration":1},"status":"passed","severity":"normal"},{"uid":"eb0e559bfac46dd5","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707770019759,"stop":1707770019759,"duration":0},"status":"passed","severity":"normal"},{"uid":"88b9626ed00599ab","name":"Query with Ordered Callback, No Decoder","time":{"start":1707770293502,"stop":1707770293503,"duration":1},"status":"passed","severity":"normal"},{"uid":"4a5c0755ea13e16b","name":"Push message with JSON payload","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"status":"passed","severity":"normal"},{"uid":"99cc079f5c9bcb63","name":"Check received message containing XML","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e3f254b547dbbd8","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707770359154,"stop":1707770359154,"duration":0},"status":"passed","severity":"normal"},{"uid":"b79302361f20969b","name":"1 Relay, 1 Filter, gives up","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1279b6cb2769e8","name":"Check received message containing JSON","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"status":"passed","severity":"normal"},{"uid":"5159e2425748166b","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea7686ce0c87fe97","name":"Push message with SQL Injection payload","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d9358f067c0b6a6","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"a954f7a94ada029e","name":"Check received message containing long","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0acf8c6302641b2","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"c113a33c729c954e","name":"should set field with all protocols enabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9144f5bd60b8cf7","name":"Generator, custom pubsub topic","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"status":"passed","severity":"normal"},{"uid":"94c4421c534b54f7","name":"Refresh subscription","time":{"start":1707770142482,"stop":1707770142483,"duration":1},"status":"skipped","severity":"normal"},{"uid":"216572bf2cfb22ea","name":"Push message with custom timestamp: 1707773601516","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"status":"passed","severity":"normal"},{"uid":"b19b4d8a6679482a","name":"Passing page size 110 when there are 120 messages","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cfdbca84c18adb6","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8b7eb9c34ee3d65a","name":"can start the service","time":{"start":1707770210095,"stop":1707770210096,"duration":1},"status":"passed","severity":"normal"},{"uid":"6312e5f2407c80f2","name":"Round trip binary serialization","time":{"start":1707769780296,"stop":1707769780297,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fe35837e4c0ea8a","name":"Decoder throws on undefined content topic","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"status":"passed","severity":"normal"},{"uid":"7767795f824c862c","name":"Push message with unicode special characters payload","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"status":"passed","severity":"normal"},{"uid":"8861ecfd491c7774","name":"Check message with no content topic is not received","time":{"start":1707770335623,"stop":1707770335623,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6ef935883b7ee6","name":"Push message with short payload","time":{"start":1707770395175,"stop":1707770395175,"duration":0},"status":"passed","severity":"normal"},{"uid":"286d97d97e8fad22","name":"Check message received after jswaku node is restarted","time":{"start":1707770335632,"stop":1707770335632,"duration":0},"status":"skipped","severity":"normal"},{"uid":"301229a25d574c70","name":"should properly create location multiaddrs - udp4","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c144bff577abba","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8b057837ca6332","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770424182,"stop":1707770424182,"duration":0},"status":"passed","severity":"normal"},{"uid":"6de52dc4d3d4cf1e","name":"can start and stop the service","time":{"start":1707770210096,"stop":1707770210097,"duration":1},"status":"passed","severity":"normal"},{"uid":"c727ccb3650e78d1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999863,"stop":1707769999864,"duration":1},"status":"passed","severity":"normal"},{"uid":"55cec279cd947cab","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4c9fbccad583878","name":"Check publish message containing Basic HTML tag","time":{"start":1707770131699,"stop":1707770131700,"duration":1},"status":"passed","severity":"normal"},{"uid":"75cdb84c4885aaff","name":"should throw error - no public key","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9404c955109c07c","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c44fbf0fc3e9e37","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbcd6eec7a240254","name":"should encodeTxt and decodeTxt","time":{"start":1707769775399,"stop":1707769775400,"duration":1},"status":"passed","severity":"normal"},{"uid":"833fd4353df754ef","name":"Fails to publish message with empty text","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"status":"passed","severity":"normal"},{"uid":"6683e7464c657db1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770018847,"stop":1707770018848,"duration":1},"status":"passed","severity":"normal"},{"uid":"48d879a9e04b932f","name":"Check received message containing Chinese","time":{"start":1707770335596,"stop":1707770335597,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e935d1e81ff009","name":"Push message with rate limit","time":{"start":1707770234592,"stop":1707770234592,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b551e7a326528","name":"Check received message containing SQL Injection","time":{"start":1707770335600,"stop":1707770335601,"duration":1},"status":"passed","severity":"normal"},{"uid":"59aecd4e453853fb","name":"Check publish message containing escaped characters","time":{"start":1707770131702,"stop":1707770131702,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8eaa96ec8152be","name":"Encoder throws on undefined content topic","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"status":"passed","severity":"normal"},{"uid":"702e321b5d0e490","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd91636cf4d5e7df","name":"Check received message containing special chars","time":{"start":1707770335612,"stop":1707770335613,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1f04948a3c2ed93","name":"Check received message containing numeric","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"status":"passed","severity":"normal"},{"uid":"d093bfbd114b3b97","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121401,"stop":1707770121402,"duration":1},"status":"passed","severity":"normal"},{"uid":"ad21c5f00a8853a0","name":"Check received message containing Arabic","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"status":"passed","severity":"normal"},{"uid":"69400db10c57aa3d","name":"Check meta is set [ecies]","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66fbc78f72fe03f","name":"should set field with only FILTER enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8949d73b8a2b0d","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"status":"passed","severity":"normal"},{"uid":"a42a54c89c5b2ec4","name":"should properly create location multiaddrs - tcp6","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"status":"passed","severity":"normal"},{"uid":"51e1f12e2a18a5af","name":"Push message on custom pubsubTopic","time":{"start":1707770075684,"stop":1707770075684,"duration":0},"status":"passed","severity":"normal"},{"uid":"646c82f5bc73d915","name":"throws on content topic with non-number generation field","time":{"start":1707769766684,"stop":1707769766684,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c33f51acf880c35","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770424184,"stop":1707770424185,"duration":1},"status":"skipped","severity":"normal"},{"uid":"124cefe2009480ce","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"status":"passed","severity":"normal"},{"uid":"9942e3454a48d75e","name":"Push message with meta","time":{"start":1707770395191,"stop":1707770395191,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ef11d890a549d12","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"status":"passed","severity":"normal"},{"uid":"c29606ab1643f44","name":"Overlapping topic subscription","time":{"start":1707770424173,"stop":1707770424174,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cf00d86ab738f34","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707769999879,"stop":1707769999880,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b76bb849a4669ee","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f084fef4d0b606","name":"Sample","time":{"start":1707769774775,"stop":1707769774776,"duration":1},"status":"passed","severity":"normal"},{"uid":"58b7a4c63cf9d9b","name":"should not fail to start the service if it is already started","time":{"start":1707770210097,"stop":1707770210098,"duration":1},"status":"passed","severity":"normal"},{"uid":"e44effc9215961f1","name":"Register correct protocols","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa56189ea5e3c262","name":"should decode valid enr successfully","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"status":"passed","severity":"normal"},{"uid":"65607bede5de56d8","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707769999864,"stop":1707769999865,"duration":1},"status":"passed","severity":"normal"},{"uid":"67b02248cf5a4615","name":"Throws when trying to push message with empty payload","time":{"start":1707770395183,"stop":1707770395183,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d6ad262aeb7b964","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"status":"passed","severity":"normal"},{"uid":"4456f65203e61181","name":"Nodes with multiple pubsub topic","time":{"start":1707770121409,"stop":1707770121410,"duration":1},"status":"passed","severity":"normal"},{"uid":"1453d341a814dd2b","name":"Push message with content topic containing short","time":{"start":1707770395183,"stop":1707770395183,"duration":0},"status":"passed","severity":"normal"},{"uid":"5837925cd9e79ca1","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"status":"passed","severity":"normal"},{"uid":"1324ff50fdeacbe","name":"should be able to decode the field with only STORE set to true","time":{"start":1707769774628,"stop":1707769774628,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c517ba5a47cee6e","name":"Push message with content topic containing XML","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2caff49842c994b","name":"nwaku interop","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e3ca26196d8d2c6c","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"status":"passed","severity":"normal"},{"uid":"6df8b426819fbd25","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707770359155,"stop":1707770359155,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d27da565a025076","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f303af88bcc3e6","name":"Meta field set when metaSetter is specified","time":{"start":1707769780297,"stop":1707769780298,"duration":1},"status":"passed","severity":"normal"},{"uid":"edec879d0c83e822","name":"Push message with content topic containing special chars","time":{"start":1707770395184,"stop":1707770395185,"duration":1},"status":"passed","severity":"normal"},{"uid":"fda7e179c89cec64","name":"Subscribe to topic containing long and receive message","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"status":"passed","severity":"normal"},{"uid":"6650ed6eb0543b3e","name":"Encoder throws on undefined content topic","time":{"start":1707769780298,"stop":1707769780299,"duration":1},"status":"passed","severity":"normal"},{"uid":"e73496c5edf2b386","name":"can start and stop the service","time":{"start":1707769825069,"stop":1707769825073,"duration":4},"status":"passed","severity":"normal"},{"uid":"2111f9c78081151f","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"status":"passed","severity":"normal"},{"uid":"b072e0a8c9644429","name":"Symmetric encrypt & Decrypt","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fc3324693f6b8b","name":"Check received message containing escaped characters","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70f6233c3af1e5","name":"Relay - times out","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ef4943e24c30e62","name":"should return all peers when numPeers is 0","time":{"start":1707769780143,"stop":1707769780143,"duration":0},"status":"passed","severity":"normal"},{"uid":"f19814b3c6f219","name":"Push message with custom timestamp: 1707766401516","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97358fd64a2d184","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707769999868,"stop":1707769999868,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6057e8af4e873c7","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769893454,"stop":1707769893454,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d648c41efe331b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe41bb42686d1547","name":"Check received message containing short","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1b24fc52a62b7e5","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707769789486,"stop":1707769789486,"duration":0},"status":"passed","severity":"normal"},{"uid":"de15dd81c4859513","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878812,"stop":1707769878813,"duration":1},"status":"passed","severity":"normal"},{"uid":"31d8cc594e72d975","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707770142491,"stop":1707770142492,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1947ec409134805","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707770325615,"stop":1707770325615,"duration":0},"status":"passed","severity":"normal"},{"uid":"6397e2b414170d4e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a34b95193473da2","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707770019755,"stop":1707770019755,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b276a33afe43ac9","name":"Ping on subscribed peer","time":{"start":1707769893452,"stop":1707769893452,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b48c7a1e681bf5","name":"Check message with invalid timestamp is not received","time":{"start":1707770335607,"stop":1707770335608,"duration":1},"status":"passed","severity":"normal"},{"uid":"1bab8eb561de3664","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707770339586,"stop":1707770339587,"duration":1},"status":"passed","severity":"normal"},{"uid":"125118953bf5e347","name":"Push message with Basic HTML tag payload","time":{"start":1707770395179,"stop":1707770395179,"duration":0},"status":"passed","severity":"normal"},{"uid":"4559c5830321e84f","name":"Subscribe and publish message","time":{"start":1707770142480,"stop":1707770142481,"duration":1},"status":"passed","severity":"normal"},{"uid":"223cf2a8cf5a7891","name":"Push message with content topic containing Script","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8f39824771c7567","name":"Overlapping topic subscription","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"status":"skipped","severity":"normal"},{"uid":"6195d834738670b5","name":"Sign & Recover","time":{"start":1707769796123,"stop":1707769796123,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e93710719d4dc4","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770018835,"stop":1707770018835,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8e40072116322214","name":"Fails to push message with large meta","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"status":"passed","severity":"normal"},{"uid":"60e05b171de5d15f","name":"Rejects garbage","time":{"start":1707769783778,"stop":1707769783778,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eb18715fa5f66c","name":"listenerCount","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"status":"passed","severity":"normal"},{"uid":"673b48ee920bcf41","name":"creates an iterator","time":{"start":1707770370965,"stop":1707770370966,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af80a3ecf4813a4","name":"should properly create location multiaddrs - tcp4","time":{"start":1707769775413,"stop":1707769775414,"duration":1},"status":"passed","severity":"normal"},{"uid":"ffd0059b2e720eda","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"status":"passed","severity":"normal"},{"uid":"47de8162188928a9","name":"Nwaku publishes","time":{"start":1707770111439,"stop":1707770111439,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f6390fd0dd57b9","name":"All","time":{"start":1707769822474,"stop":1707769822475,"duration":1},"status":"passed","severity":"normal"},{"uid":"dda2805c6a76dea1","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707769999859,"stop":1707769999860,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2b0aff42d682b96","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"status":"passed","severity":"normal"},{"uid":"3315332233dd4c44","name":"Query Generator, No Decoder","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf8a11401f3fcdfb","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b70d34b9fe4d8a","name":"Ping on peer without subscriptions","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"status":"passed","severity":"normal"},{"uid":"758dfe8d4da5bd0d","name":"Fails to push message with empty content topic","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c1b4be0f175ef1","name":"should not receive a peer event after stop","time":{"start":1707770210099,"stop":1707770210099,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60b328739577386","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707769788867,"stop":1707769788868,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c354162b2d5d21","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707770142486,"stop":1707770142486,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d2ec95235b7f0c","name":"Sets default value correctly","time":{"start":1707770389549,"stop":1707770389549,"duration":0},"status":"passed","severity":"normal"},{"uid":"1721a606cdf69979","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707769774627,"stop":1707769774628,"duration":1},"status":"passed","severity":"normal"},{"uid":"64d5d366dc8a5361","name":"Check message received after nwaku node is restarted","time":{"start":1707770335633,"stop":1707770335633,"duration":0},"status":"skipped","severity":"normal"},{"uid":"97de0b388edadabb","name":"caches peers it previously fetched","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"status":"passed","severity":"normal"},{"uid":"306bb235f23f130b","name":"Query Generator, No message returned","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f44568f3ca95c36","name":"Ping on subscribed peer","time":{"start":1707769893448,"stop":1707769893449,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2b6d0d3dce02a3a","name":"Query generator for multiple messages","time":{"start":1707770339585,"stop":1707770339586,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ffcaee358abb307","name":"Check message received after nwaku node is restarted","time":{"start":1707770335610,"stop":1707770335611,"duration":1},"status":"skipped","severity":"normal"},{"uid":"37551d4cd3c2acd1","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707769864612,"stop":1707769864612,"duration":0},"status":"passed","severity":"normal"},{"uid":"158d5ba5979cfe2","name":"should not receive a peer event after stop","time":{"start":1707769825085,"stop":1707769825085,"duration":0},"status":"passed","severity":"normal"},{"uid":"24941bca768f285e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1a489d64cbf1dab","name":"Check received message containing Arabic","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b293c09d5992ddd","name":"Check received message containing shell command","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3557c674e2d274","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ae0635c5863a2814","name":"Publish without waiting for remote peer","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"status":"passed","severity":"normal"},{"uid":"2434a4a5761d8931","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"status":"passed","severity":"normal"},{"uid":"c08c2a9c4f797b5b","name":"Delete observer","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"status":"passed","severity":"normal"},{"uid":"ebf734d2fd18d743","name":"unsubscribes","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"status":"passed","severity":"normal"},{"uid":"75f53f3631274f1a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770424170,"stop":1707770424170,"duration":0},"status":"passed","severity":"normal"},{"uid":"7910db434b85a837","name":"converts content topics to expected shard index","time":{"start":1707769766688,"stop":1707769766688,"duration":0},"status":"passed","severity":"normal"},{"uid":"87d7cee09b9fb6fc","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770018840,"stop":1707770018841,"duration":1},"status":"passed","severity":"normal"},{"uid":"1999a27752d432f4","name":"Check message with non string payload is not received","time":{"start":1707770335631,"stop":1707770335632,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea69168fb7c97355","name":"throws on content topic with empty version field","time":{"start":1707769766686,"stop":1707769766686,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c4ed75b7611a2da","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"status":"passed","severity":"normal"},{"uid":"6c4f870cff9d0bcb","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707769820508,"stop":1707769820508,"duration":0},"status":"passed","severity":"normal"},{"uid":"b96fcbd34f3984b","name":"Check received message containing escaped characters","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"status":"passed","severity":"normal"},{"uid":"24a70cd808154fea","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a2f76558cd69716","name":"Passing page size 11 when there are 10 messages","time":{"start":1707770376996,"stop":1707770376996,"duration":0},"status":"passed","severity":"normal"},{"uid":"2837b3c06df9adf7","name":"throws on content topic with empty topic name field","time":{"start":1707769766686,"stop":1707769766687,"duration":1},"status":"passed","severity":"normal"},{"uid":"518ec275668216a0","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707769774626,"stop":1707769774626,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2e602284eb2e7c","name":"Check message on other pubsub topic is not received","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"status":"passed","severity":"normal"},{"uid":"10253c40ae993fc8","name":"Check received message containing unicode special characters","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"status":"passed","severity":"normal"},{"uid":"caafb7e14c917039","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ff2ca598b5e7861","name":"Query with Ordered Callback, No message returned","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6d38d6bb76d3b9","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"status":"passed","severity":"normal"},{"uid":"83cfbba707298793","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770424176,"stop":1707770424176,"duration":0},"status":"passed","severity":"normal"},{"uid":"e394f617e12e0e8b","name":"Check message with no pubsub topic is not received","time":{"start":1707770335608,"stop":1707770335608,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b6dcada8dbad61","name":"stop","time":{"start":1707769852805,"stop":1707769852805,"duration":0},"status":"passed","severity":"normal"},{"uid":"56ce9c659bb9811b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707769999863,"stop":1707769999863,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76d4400fb08f3bc","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"status":"passed","severity":"normal"},{"uid":"17ae69826e4e109c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"status":"passed","severity":"normal"},{"uid":"1efc86d6490e971d","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"status":"passed","severity":"normal"},{"uid":"391939995f63e71f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e2e7d7254f6d752","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770018834,"stop":1707770018835,"duration":1},"status":"passed","severity":"normal"},{"uid":"36e6fac4967687f0","name":"Push message with escaped characters payload","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"status":"passed","severity":"normal"},{"uid":"431845249a8313cc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"status":"passed","severity":"normal"},{"uid":"7bd6685fb7ab6a21","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770018845,"stop":1707770018845,"duration":0},"status":"passed","severity":"normal"},{"uid":"390e65815824c096","name":"Fields are not dropped","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"status":"passed","severity":"normal"},{"uid":"e593e5d6690c2a0f","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878817,"stop":1707769878818,"duration":1},"status":"passed","severity":"normal"},{"uid":"280ad9eb05dcbd35","name":"Push message with Basic HTML tag payload","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"status":"passed","severity":"normal"},{"uid":"38c5698cb16c95a5","name":"Ping on peer without subscriptions","time":{"start":1707769893450,"stop":1707769893451,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd4e5b292f8a81d","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707769999864,"stop":1707769999864,"duration":0},"status":"passed","severity":"normal"},{"uid":"f552728a88e7a936","name":"Relay + Store","time":{"start":1707769775418,"stop":1707769775418,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb46bdddbe6fd5e","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcf2d7f36828e557","name":"Subscribe and receive messages via lightPush","time":{"start":1707770018817,"stop":1707770018818,"duration":1},"status":"passed","severity":"normal"},{"uid":"1608ec5fa614866e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"status":"passed","severity":"normal"},{"uid":"5093832a6f5323ed","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"status":"passed","severity":"normal"},{"uid":"661fdecd8ff265d7","name":"Check message with invalid timestamp is not received","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4d6861dd25cfa75","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707770019757,"stop":1707770019757,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad4ca1b6fa67d87","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707769789483,"stop":1707769789483,"duration":0},"status":"passed","severity":"normal"},{"uid":"6479900a1d29b86f","name":"different cluster, same shard: nodes don't connect","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ba556d74cdc15bb","name":"Check message received after jswaku node is restarted","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2a68eb11c6e86ea4","name":"nwaku subscribes","time":{"start":1707770111438,"stop":1707770111438,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa09b9650118338","name":"handles multiple messages","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c3fab7cc2aeb8","name":"Waku message hash computation","time":{"start":1707769769302,"stop":1707769769303,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e3da60eaecf0480","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878812,"stop":1707769878812,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2a0c66e0d5bb85a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707769999865,"stop":1707769999866,"duration":1},"status":"passed","severity":"normal"},{"uid":"b682ed96ee2e7243","name":"Check message with extra parameter is not received","time":{"start":1707770001385,"stop":1707770001386,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f7142e36161e24e","name":"Check received message containing SQL Injection","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c610952eb926c2a","name":"Subscribe to topic containing short and publish message","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"status":"passed","severity":"normal"},{"uid":"67caea866b4fcfb6","name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131705,"stop":1707770131706,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ba266bdb5dad499","name":"Push message with content topic containing Chinese","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cd0d49ed39d938","name":"Push message with content topic containing Script","time":{"start":1707770395187,"stop":1707770395187,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73a22556f85c7a9","name":"should set field with only STORE enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef345f346713a6e7","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707769774633,"stop":1707769774634,"duration":1},"status":"passed","severity":"normal"},{"uid":"58ac133c8e486853","name":"1 Store, 2 fetches","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"status":"passed","severity":"normal"},{"uid":"4baec3e58999f04a","name":"should not receive a peer event before start","time":{"start":1707769825084,"stop":1707769825084,"duration":0},"status":"passed","severity":"normal"},{"uid":"a867c869c30d4eb0","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999857,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac662093166956c0","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5f36d284c34e182","name":"Push message with content topic containing special chars","time":{"start":1707770234576,"stop":1707770234576,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71a04cb93b2fb92","name":"Push message with content topic containing Arabic","time":{"start":1707770234577,"stop":1707770234577,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebef3d874dea2a0c","name":"Check received message containing numeric","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca3489251f0a65fa","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"status":"passed","severity":"normal"},{"uid":"a99f85e3e9cae80b","name":"Callback on promise, aborts when callback returns true","time":{"start":1707770339591,"stop":1707770339591,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6aa00484e890e6","name":"Push message with escaped characters payload","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"status":"passed","severity":"normal"},{"uid":"89ae457aedf653e7","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770424188,"stop":1707770424189,"duration":1},"status":"passed","severity":"normal"},{"uid":"68940e077684618","name":"Ping on unsubscribed peer","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7b4b277031cc4a","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f9fcde136fe867c","name":"isConnected should return false after all peers disconnect","time":{"start":1707769812654,"stop":1707769812654,"duration":0},"status":"passed","severity":"normal"},{"uid":"f831e18f7ca330bf","name":"Subscribe and receive messages via lightPush","time":{"start":1707770424180,"stop":1707770424180,"duration":0},"status":"passed","severity":"normal"},{"uid":"a68203501d6bc2bd","name":"Check received message containing escaped characters","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c22f33a3d4fb2eb","name":"Subscribe to topic containing XML and publish message","time":{"start":1707770142487,"stop":1707770142488,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb57e73f93e0a0ec","name":"Push message with numeric payload","time":{"start":1707770234567,"stop":1707770234567,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca525269f1e08770","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca858c2ec8aec26e","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e535cb8bde84f77","name":"Relay + Store","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dcc41f2f98c3fa1","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707770019758,"stop":1707770019759,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4dc6eba8f7d9f","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707770142489,"stop":1707770142490,"duration":1},"status":"passed","severity":"normal"},{"uid":"54ca0dca1f60c95f","name":"Callback on promise","time":{"start":1707770339590,"stop":1707770339591,"duration":1},"status":"passed","severity":"normal"},{"uid":"54729d3d41467586","name":"should not receive a peer event before start","time":{"start":1707770210098,"stop":1707770210099,"duration":1},"status":"passed","severity":"normal"},{"uid":"421ca229551fe733","name":"Check publish message containing numeric","time":{"start":1707770131696,"stop":1707770131696,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6b9378e332bed6","name":"same cluster, same shard: nodes connect","time":{"start":1707770055875,"stop":1707770055876,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1976966cb5437e4","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"status":"skipped","severity":"normal"},{"uid":"9fee36f20095e4f","name":"does not throw on valid cases","time":{"start":1707769766682,"stop":1707769766683,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfe52704055574d7","name":"removeEventListener with correct event","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"status":"passed","severity":"normal"},{"uid":"450e50cea6352dae","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999858,"stop":1707769999858,"duration":0},"status":"passed","severity":"normal"},{"uid":"70b3ae1baf529f9e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999861,"stop":1707769999861,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb2272296720fd9","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770335621,"stop":1707770335621,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0aedb4c81b7d67","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770018846,"stop":1707770018846,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef34d1ba891b24ce","name":"Push message with content topic containing shell command","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4131ac74957eb7a","name":"Check received message containing JSON","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d353a9b7e37c126","name":"Check received message containing Arabic","time":{"start":1707770001376,"stop":1707770001376,"duration":0},"status":"passed","severity":"normal"},{"uid":"94927b9fee4ba9d2","name":"dispatchEvent via connectionManager","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"status":"skipped","severity":"normal"},{"uid":"73c85fb06ee61693","name":"pre and post cipher","time":{"start":1707769796122,"stop":1707769796123,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3ac8adef3a128a","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707769766846,"stop":1707769766847,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cd227ffa736f373","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"status":"passed","severity":"normal"},{"uid":"7889af2304dfb5fd","name":"Check received message containing Script","time":{"start":1707770335614,"stop":1707770335615,"duration":1},"status":"passed","severity":"normal"},{"uid":"547fe90d4b308c36","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707769812638,"stop":1707769812638,"duration":0},"status":"passed","severity":"normal"},{"uid":"c7bc7b3b5871d9b5","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707769999867,"stop":1707769999868,"duration":1},"status":"passed","severity":"normal"},{"uid":"58cf68b3c4e95727","name":"Query Generator - backward","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"status":"passed","severity":"normal"},{"uid":"644adac3a42979ca","name":"Generator, custom pubsub topic","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab594840c6e935a3","name":"Check received message containing XML","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbeea25304ef323e","name":"Push message with meta","time":{"start":1707770234583,"stop":1707770234584,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d2932f3936e8162","name":"through manual discovery","time":{"start":1707770062842,"stop":1707770062842,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5cdf4a8cee8d1f3","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075684,"stop":1707770075685,"duration":1},"status":"passed","severity":"normal"},{"uid":"66af16e9cb60aebd","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770424175,"stop":1707770424176,"duration":1},"status":"passed","severity":"normal"},{"uid":"d568a7ca14bfe776","name":"Fails to publish message with wrong content topic","time":{"start":1707770131707,"stop":1707770131708,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f0217eacb647d58","name":"Refresh subscription","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f71c2d4fda46ac5","name":"configure the node with multiple pubsub topics","time":{"start":1707770222924,"stop":1707770222925,"duration":1},"status":"passed","severity":"normal"},{"uid":"888a9bdd3fbb199f","name":"Check received message with timestamp: undefined ","time":{"start":1707770335607,"stop":1707770335607,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7efc4408d106eae","name":"should only return 1 node with store capability","time":{"start":1707769789804,"stop":1707769789805,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ef9eb2dcf049c99","name":"Encoder throws on empty string content topic","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"status":"passed","severity":"normal"},{"uid":"7085d47c4febcfba","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3ea75cf06a22f4","name":"Ping on unsubscribed peer","time":{"start":1707769893451,"stop":1707769893451,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0507c247e29498","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707769789483,"stop":1707769789484,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2df579c305a33b","name":"Check received message with timestamp: 1707769812106 ","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"status":"passed","severity":"normal"},{"uid":"281711e2fcf8606d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce27878d48fa8d2b","name":"Publish message with rate limit","time":{"start":1707770131713,"stop":1707770131713,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a0d43dd4375183","name":"returns all values when wanted number is greater than available values","time":{"start":1707769788866,"stop":1707769788867,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c039b6c23cd3280","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a035e998695a01c","name":"Fails to push message with large meta","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"status":"passed","severity":"normal"},{"uid":"94daf0e447c72780","name":"isConnected should return false after all peers disconnect","time":{"start":1707769864615,"stop":1707769864615,"duration":0},"status":"passed","severity":"normal"},{"uid":"a374300a3adf8c7d","name":"Ping on unsubscribed peer","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb7ed7bd3a45460","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707769789488,"stop":1707769789488,"duration":0},"status":"passed","severity":"normal"},{"uid":"5265bc5974cede8a","name":"Check received message containing long","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"status":"passed","severity":"normal"},{"uid":"22fec8ccea937445","name":"should properly create peer info with all multiaddrs","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1cecd6c0a67c2","name":"Passing cursor with wrong message digest","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e5ba8f77687b169","name":"Push 30 different messages","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"status":"passed","severity":"normal"},{"uid":"267b64284ccfeb1b","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707769999862,"stop":1707769999863,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1ae82a64ecc34de","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770424184,"stop":1707770424184,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ee789cf5e62c05","name":"Push message with Arabic payload","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3c033bd0b425fe","name":"Encoder throws on empty string content topic","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"status":"passed","severity":"normal"},{"uid":"50beea44992aa161","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707770121406,"stop":1707770121406,"duration":0},"status":"passed","severity":"normal"},{"uid":"98212c86c0c01ef5","name":"Nodes with multiple pubsub topic","time":{"start":1707770121406,"stop":1707770121407,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff6afaa72a550ac3","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1707769864616,"stop":1707769864616,"duration":0},"status":"passed","severity":"normal"},{"uid":"99dd5e43dbc1d370","name":"Push message with shell command payload","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"status":"passed","severity":"normal"},{"uid":"80eae47e50e64734","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707770222925,"stop":1707770222925,"duration":0},"status":"passed","severity":"normal"},{"uid":"37b48df0061958b6","name":"Check received message with timestamp: undefined ","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ebc808ddb129d90","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353936,"stop":1707770353936,"duration":0},"status":"passed","severity":"normal"},{"uid":"db33f0ef6e592f61","name":"configure the node with multiple pubsub topics","time":{"start":1707770222926,"stop":1707770222926,"duration":0},"status":"passed","severity":"normal"},{"uid":"5899354ae6f1a8a7","name":"Check received message containing unicode special characters","time":{"start":1707770335604,"stop":1707770335604,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1a056a222b7ca1","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707770055869,"stop":1707770055869,"duration":0},"status":"passed","severity":"normal"},{"uid":"48be00d2e7427454","name":"Promise Callback - forward","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"status":"passed","severity":"normal"},{"uid":"2659b8d09cd0175c","name":"Correctly serialized arguments","time":{"start":1707770062905,"stop":1707770062906,"duration":1},"status":"passed","severity":"normal"},{"uid":"96cf2fc15d09eb11","name":"Check message on other pubsub topic is not received","time":{"start":1707770335608,"stop":1707770335608,"duration":0},"status":"passed","severity":"normal"},{"uid":"40275857809c04a3","name":"Ping on peer without subscriptions","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"status":"passed","severity":"normal"},{"uid":"a030f244b24dca96","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770424191,"stop":1707770424192,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6aba06c9e0071d9","name":"Passing an array","time":{"start":1707770389547,"stop":1707770389547,"duration":0},"status":"passed","severity":"normal"},{"uid":"6dc0842d2cc124e8","name":"Subscribe and receive messages via lightPush","time":{"start":1707770424169,"stop":1707770424170,"duration":1},"status":"passed","severity":"normal"},{"uid":"704b374bbfe5335c","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707770359154,"stop":1707770359155,"duration":1},"status":"passed","severity":"normal"},{"uid":"b020d4b2d7e59eb8","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707769878811,"stop":1707769878812,"duration":1},"status":"passed","severity":"normal"},{"uid":"950a82e7db5fffd9","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707770293501,"stop":1707770293502,"duration":1},"status":"passed","severity":"normal"},{"uid":"c92a0c4de57afa5c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770424183,"stop":1707770424184,"duration":1},"status":"skipped","severity":"normal"},{"uid":"17f3dcd4669f9b30","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca560bd96ab3cbfa","name":"Check received message with timestamp: 1707769812106000000 ","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee5c50a35dd2be4e","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"status":"passed","severity":"normal"},{"uid":"90a5fea4fcbc6212","name":"A test","time":{"start":1707770019848,"stop":1707770019848,"duration":0},"status":"passed","severity":"normal"},{"uid":"65d7be0f7ce83f63","name":"Throws when trying to push message with empty payload","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"status":"passed","severity":"normal"},{"uid":"711c618cdd2e0af0","name":"Push message with shell command payload","time":{"start":1707770234571,"stop":1707770234572,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fe62ecf5f411213","name":"Check received message containing Script","time":{"start":1707770335601,"stop":1707770335601,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9afd7c3d0583199","name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a4b4af035b9e0a","name":"removeEventListener with wrong event","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f18941b3873876","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878817,"stop":1707769878817,"duration":0},"status":"passed","severity":"normal"},{"uid":"5adaaa9736734d0d","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707769774620,"stop":1707769774621,"duration":1},"status":"passed","severity":"normal"},{"uid":"52f7190cc09616ee","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770018826,"stop":1707770018827,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9a47ed05875f8f4","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"status":"passed","severity":"normal"},{"uid":"e99b13aa67513920","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770424175,"stop":1707770424175,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d56a4d7f980e263","name":"Check received message containing numeric","time":{"start":1707770335594,"stop":1707770335595,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bf41d136a36cdf4","name":"Check received message containing Russian","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5c5602c0f9f653","name":"Query generator for 2000 messages","time":{"start":1707770339593,"stop":1707770339593,"duration":0},"status":"passed","severity":"normal"},{"uid":"e22b2785ba6038ee","name":"should decode valid enr with tcp successfully","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"284f5e70361774bd","name":"Push message with content topic containing escaped characters","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"status":"passed","severity":"normal"},{"uid":"9591ef541cd3d821","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"status":"passed","severity":"normal"},{"uid":"fff5b5f58828735e","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"status":"passed","severity":"normal"},{"uid":"95924ec13ada27bc","name":"Asymmetric encrypt & decrypt","time":{"start":1707769796121,"stop":1707769796121,"duration":0},"status":"passed","severity":"normal"},{"uid":"47e6697566985882","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770018848,"stop":1707770018848,"duration":0},"status":"passed","severity":"normal"},{"uid":"518b9764c9450d16","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707769825086,"stop":1707769825086,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2b733eb6dc05c04e","name":"Push message with content topic containing Russian","time":{"start":1707770395186,"stop":1707770395186,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd6b6ff315a3e4cb","name":"Check received message containing emoji","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"status":"passed","severity":"normal"},{"uid":"79bc8f86f4ee07a4","name":"Encoder throws on empty string content topic","time":{"start":1707769780299,"stop":1707769780299,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc99f86316f3442","name":"should only return 1 node with relay capability","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"status":"passed","severity":"normal"},{"uid":"d99c6ee28ee8e24f","name":"Check publish message containing SQL Injection","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9e2a946fd3c6961","name":"Relay","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd07b3db77a35b","name":"Decoder throws on empty string content topic","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"status":"passed","severity":"normal"},{"uid":"766d5e2db21990e9","name":"Check received message containing short","time":{"start":1707770001370,"stop":1707770001371,"duration":1},"status":"passed","severity":"normal"},{"uid":"57a7a2704139f16d","name":"Check received message containing Basic HTML tag","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3cc6bad79d0650f","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770424189,"stop":1707770424190,"duration":1},"status":"passed","severity":"normal"},{"uid":"640c1c16ca42d0c5","name":"Push to array if already present","time":{"start":1707769766371,"stop":1707769766372,"duration":1},"status":"passed","severity":"normal"},{"uid":"3affacac03035e7d","name":"Nodes with multiple pubsub topic","time":{"start":1707770121403,"stop":1707770121404,"duration":1},"status":"passed","severity":"normal"},{"uid":"505f0f4a01ded46b","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770424170,"stop":1707770424170,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4692b7cefa4148b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707770019756,"stop":1707770019757,"duration":1},"status":"passed","severity":"normal"},{"uid":"5875ce7d72b8ba0a","name":"Check received message containing Chinese","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"status":"passed","severity":"normal"},{"uid":"231f21157d04b25b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707769999867,"stop":1707769999867,"duration":0},"status":"passed","severity":"normal"},{"uid":"c34efc1b55faca25","name":"Check publish message after service node is restarted","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"status":"skipped","severity":"normal"},{"uid":"43f099860706ef9e","name":"Check publish message containing long","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"status":"passed","severity":"normal"},{"uid":"31f9238b722939f0","name":"Push message with content topic containing numeric","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc380314f61838b4","name":"Push message with content topic containing emoji","time":{"start":1707770234582,"stop":1707770234583,"duration":1},"status":"passed","severity":"normal"},{"uid":"50eb5f2237f5ff98","name":"Push message with long payload","time":{"start":1707770234566,"stop":1707770234567,"duration":1},"status":"passed","severity":"normal"},{"uid":"c0abd36bf1436e9d","name":"Push message with Script payload","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b495dc82b5a9fe1","name":"Check publish message containing Russian","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e6aa06ca9d49ee","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"status":"passed","severity":"normal"},{"uid":"daac32cf7a0df95f","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707769774621,"stop":1707769774623,"duration":2},"status":"passed","severity":"normal"},{"uid":"f055da4bdd65a3ab","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707769780143,"stop":1707769780144,"duration":1},"status":"passed","severity":"normal"},{"uid":"44046cf81553e728","name":"same cluster, different shard: nodes connect","time":{"start":1707769999851,"stop":1707769999851,"duration":0},"status":"passed","severity":"normal"},{"uid":"d622ccef147bf904","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707769774632,"stop":1707769774633,"duration":1},"status":"passed","severity":"normal"},{"uid":"1800e9b89ee7c425","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7d0c40b909f435a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770424181,"stop":1707770424181,"duration":0},"status":"passed","severity":"normal"},{"uid":"b36500448a7772","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707770272998,"stop":1707770272998,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aa2fe4d88f9f37f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"411b98200239713b","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707769774630,"stop":1707769774631,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d4de45052a1640","name":"Check received message containing Russian","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"status":"passed","severity":"normal"},{"uid":"663f23adcd7161d9","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707769789485,"stop":1707769789486,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7fbaa9ce2071585","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707770359155,"stop":1707770359156,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f00d15db25ad8f8","name":"Check received message containing long","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"status":"passed","severity":"normal"},{"uid":"a7d218e93dc37516","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707769789485,"stop":1707769789485,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fb45e5129fe4d13","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707770142488,"stop":1707770142488,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f844e37a53d3d64","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707770121402,"stop":1707770121403,"duration":1},"status":"passed","severity":"normal"},{"uid":"98adbce2d2dceb3d","name":"Does not throw an exception when node disconnects","time":{"start":1707770389546,"stop":1707770389547,"duration":1},"status":"passed","severity":"normal"},{"uid":"25402c778f185e5c","name":"Push message with custom timestamp: 1707773600007","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"status":"passed","severity":"normal"},{"uid":"36c59a5152aad99f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121407,"stop":1707770121408,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c6a7879070b09d","name":"should use DNS peer discovery with light client","time":{"start":1707769825085,"stop":1707769825086,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ec3f381eee5e3cb3","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707769878814,"stop":1707769878814,"duration":0},"status":"passed","severity":"normal"},{"uid":"467b4306f625b701","name":"Mutual subscription","time":{"start":1707770142479,"stop":1707770142479,"duration":0},"status":"passed","severity":"normal"},{"uid":"f0a120a12627105e","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac41648ca8a77ce7","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707769774629,"stop":1707769774630,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cdcfdc03b701571","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"status":"passed","severity":"normal"},{"uid":"719cbebe7b547ae3","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1341c94b29295c6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"status":"passed","severity":"normal"},{"uid":"6cbf9a5d50509e0b","name":"Check received message containing Basic HTML tag","time":{"start":1707770335602,"stop":1707770335602,"duration":0},"status":"passed","severity":"normal"},{"uid":"5edfcea4b505ecca","name":"Ephemeral field set to true","time":{"start":1707769780297,"stop":1707769780297,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd64ba61e21d9237","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"status":"broken","severity":"normal"},{"uid":"eae36a889b85c938","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707769820507,"stop":1707769820507,"duration":0},"status":"passed","severity":"normal"},{"uid":"1388ad31512f465f","name":"Push message with custom timestamp: 1677011601516","time":{"start":1707770234592,"stop":1707770234593,"duration":1},"status":"passed","severity":"normal"},{"uid":"5376ef6bb9988017","name":"Decrypt messages","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc3e6510753d012","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770018846,"stop":1707770018847,"duration":1},"status":"passed","severity":"normal"},{"uid":"395c2d9d56ec6982","name":"Push message with content topic containing unicode special characters","time":{"start":1707770234582,"stop":1707770234582,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a9c372cf2fe08fd","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"status":"passed","severity":"normal"},{"uid":"9c9114fa67004677","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707770393730,"stop":1707770393730,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa876eba3014fcaa","name":"Check received message containing Basic HTML tag","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"status":"passed","severity":"normal"},{"uid":"84dea4da931079fe","name":"should throw error - no id","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"506958a9bb5ffb71","name":"Check received message containing XML","time":{"start":1707770335616,"stop":1707770335617,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d9dbc75862cc6ee","name":"Push message with emoji payload","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"status":"passed","severity":"normal"},{"uid":"34ed353c066c6d97","name":"throws on content topic with empty application field","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b4a225d9fa59e1f","name":"Store - dialed first","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"dacbedd9a7e8e89d","name":"Decoder throws on undefined content topic","time":{"start":1707769795724,"stop":1707769795725,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed8df1fe845645aa","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"status":"passed","severity":"normal"},{"uid":"32c922f0d1d2459","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66d3a383ff01fdf","name":"Check publish message containing XML","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"status":"passed","severity":"normal"},{"uid":"25d9a13ae4ee3cde","name":"Query with Promise Callback, No Decoder","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7eaf5a9f568499","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770018841,"stop":1707770018842,"duration":1},"status":"passed","severity":"normal"},{"uid":"f424b6669b53e513","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707770142484,"stop":1707770142484,"duration":0},"status":"passed","severity":"normal"},{"uid":"74ca533cb14f22","name":"Push message with content topic containing short","time":{"start":1707770234575,"stop":1707770234575,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab1e05e74864319","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707770325620,"stop":1707770325620,"duration":0},"status":"passed","severity":"normal"},{"uid":"968e2199272b9a7b","name":"Reusing cursor across nodes","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a5877846667b7a","name":"Push message with content topic containing escaped characters","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"status":"passed","severity":"normal"},{"uid":"d61f8cc45c2f5c86","name":"ignores unrecognized TXT record formats","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"status":"passed","severity":"normal"},{"uid":"7675f37f190c0aa6","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770424192,"stop":1707770424192,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be30cfa6afc4bb8","name":"Push message with content topic containing unicode special characters","time":{"start":1707770395189,"stop":1707770395190,"duration":1},"status":"passed","severity":"normal"},{"uid":"e9644f5b2bdf7cfb","name":"same cluster, same shard: nodes connect","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a3e1b892b694d7b","name":"Relay - dialed first","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccba2d9f830efb2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999855,"stop":1707769999855,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fb3c0547e0a44de","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"status":"passed","severity":"normal"},{"uid":"79f5f84e8af1dfa0","name":"Light Node - default protocols","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e5bde7596bf1406","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"status":"passed","severity":"normal"},{"uid":"325fc2237f44ab8b","name":"recovers when dns.resolve returns empty","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"status":"passed","severity":"normal"},{"uid":"df1703d69d19d502","name":"Subscribe to topic containing long and publish message","time":{"start":1707770142483,"stop":1707770142484,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b8ebe2689312bf1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0c4aac93d55f79","name":"LightPush","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"status":"passed","severity":"normal"},{"uid":"32129746117b04ad","name":"addEventListener with correct event","time":{"start":1707769852801,"stop":1707769852802,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb986c8114b388ed","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"d793e09e88ffa36a","name":"Check received message containing special chars","time":{"start":1707770001374,"stop":1707770001375,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c38dcb7c0dde0fc","name":"Push message with content topic containing Chinese","time":{"start":1707770234576,"stop":1707770234577,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba403caf040f893","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707770293502,"stop":1707770293502,"duration":0},"status":"passed","severity":"normal"},{"uid":"330140cc20b63249","name":"Encoder throws on undefined content topic","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"status":"passed","severity":"normal"},{"uid":"daed37c084ad227a","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"status":"passed","severity":"normal"},{"uid":"bebf2fc8d9346465","name":"Query Generator - forward","time":{"start":1707770355203,"stop":1707770355204,"duration":1},"status":"passed","severity":"normal"},{"uid":"4dcea99a378b752a","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"status":"passed","severity":"normal"},{"uid":"bec6c34264aeb139","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"status":"passed","severity":"normal"},{"uid":"c90d387f9d25e45","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707769999879,"stop":1707769999879,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6e5cfdf8007428","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770424181,"stop":1707770424182,"duration":1},"status":"passed","severity":"normal"},{"uid":"954aae1b83937d5f","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770424186,"stop":1707770424187,"duration":1},"status":"passed","severity":"normal"},{"uid":"eaaf00acc2b9b4bd","name":"Push message with emoji payload","time":{"start":1707770234573,"stop":1707770234574,"duration":1},"status":"passed","severity":"normal"},{"uid":"697534a2e92edaee","name":"Ordered callback, aborts when callback returns true","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"status":"passed","severity":"normal"},{"uid":"f44fa2a3ebf101ce","name":"different cluster, different shard: nodes don't connect","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e30edd80e8991fc","name":"ignores domain fetching errors","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"3732eb0cee9ab3a8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"status":"passed","severity":"normal"},{"uid":"597ab9f4c3d997cd","name":"Push message with Chinese payload","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"status":"passed","severity":"normal"},{"uid":"6387d45e7d4d801","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707792805569,"stop":1707792805569,"duration":0},"status":"passed","severity":"normal"},{"uid":"fab4bf38e7bee615","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1ecebce25c14e9e","name":"should properly create peer info with all multiaddrs","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e6e3f92d6eed73","name":"Push message equal or less that 1MB","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"status":"passed","severity":"normal"},{"uid":"6265edc24308f6ea","name":"Check message with invalid timestamp is not received","time":{"start":1707793028285,"stop":1707793028286,"duration":1},"status":"passed","severity":"normal"},{"uid":"412d6689cb9b33c3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cdc781d54083eda","name":"Fails to push message with empty content topic","time":{"start":1707793238876,"stop":1707793238877,"duration":1},"status":"passed","severity":"normal"},{"uid":"e305991ae53cee6c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086616,"stop":1707793086616,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c1bed73cad45cc","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0bf75a091af4024","name":"Rejects garbage","time":{"start":1707792809060,"stop":1707792809060,"duration":0},"status":"passed","severity":"normal"},{"uid":"6fd002861cc55e5e","name":"removeEventListener with correct event","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba4e5c55d0527613","name":"Push message with meta","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"status":"passed","severity":"normal"},{"uid":"53aa408e706b2006","name":"Mutual subscription","time":{"start":1707793168668,"stop":1707793168669,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2a9a06eef357dc1","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707792800002,"stop":1707792800002,"duration":0},"status":"passed","severity":"normal"},{"uid":"9290f9308502801","name":"Reusing cursor across nodes","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dfd3d73af96d06c","name":"should throw error - no public key","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"status":"passed","severity":"normal"},{"uid":"11d4db18a648395e","name":"Check message with invalid timestamp is not received","time":{"start":1707793371124,"stop":1707793371124,"duration":0},"status":"passed","severity":"normal"},{"uid":"fa320788fb103fed","name":"Relay - dialed after","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1ce72f4aa93ce0","name":"Query Generator, No Decoder","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2f21550f2de9b4","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707793446745,"stop":1707793446745,"duration":0},"status":"passed","severity":"normal"},{"uid":"33d06a99112ac015","name":"Check received message containing Russian","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c877d88e800e0ad","name":"Check received message containing long","time":{"start":1707793371108,"stop":1707793371109,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fe7a0528649dacf","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707793012495,"stop":1707793012498,"duration":3},"status":"passed","severity":"normal"},{"uid":"beef9b77d1071916","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707792846322,"stop":1707792846323,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d7e3592bfb8d9f8","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3d55b6b594b2527","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"status":"passed","severity":"normal"},{"uid":"26bb3a7e13fc4edc","name":"Push message with content topic containing long","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"status":"passed","severity":"normal"},{"uid":"23083b2e32b253f1","name":"Check message with non string payload is not received","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"status":"passed","severity":"normal"},{"uid":"5a03d8b494f67075","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907231,"stop":1707792907233,"duration":2},"status":"passed","severity":"normal"},{"uid":"7e697f5cd0492845","name":"Push message with short payload","time":{"start":1707793238858,"stop":1707793238859,"duration":1},"status":"passed","severity":"normal"},{"uid":"844ec15e728c3211","name":"Push 30 different messages","time":{"start":1707793238866,"stop":1707793238866,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a663e8a90e97ecd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7b0bd2f3dde818b","name":"Check message with no pubsub topic is not received","time":{"start":1707793371105,"stop":1707793371106,"duration":1},"status":"passed","severity":"normal"},{"uid":"be52fc8f190fe953","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"status":"passed","severity":"normal"},{"uid":"b15935f5c06d11ee","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142778,"stop":1707793142779,"duration":1},"status":"passed","severity":"normal"},{"uid":"e795fa83cfab8e6d","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707792792592,"stop":1707792792593,"duration":1},"status":"passed","severity":"normal"},{"uid":"3777a5ad2bf64b07","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707792848130,"stop":1707792848130,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd564010f4cdd27d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707793168695,"stop":1707793168696,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1f4338516c0133e","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707793354574,"stop":1707793354574,"duration":0},"status":"passed","severity":"normal"},{"uid":"61a866366a3040c6","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707792814223,"stop":1707792814224,"duration":1},"status":"passed","severity":"normal"},{"uid":"401f044c6e482ec1","name":"can start and stop the service","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"status":"passed","severity":"normal"},{"uid":"3892f4b2c1dbb10e","name":"Check publish message after client node is restarted","time":{"start":1707793153229,"stop":1707793153229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"15f4e49680193c2d","name":"Query generator for multiple messages with different message text format","time":{"start":1707793355775,"stop":1707793355776,"duration":1},"status":"passed","severity":"normal"},{"uid":"5945be84978c5089","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707792958831,"stop":1707792958832,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f2b5e0c6f1e9b7d3","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"status":"passed","severity":"normal"},{"uid":"a268ecfc732a3ca5","name":"throws on content topic with empty version field","time":{"start":1707792792550,"stop":1707792792551,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba15f67b69ddb8a6","name":"Push to array if already present","time":{"start":1707792792129,"stop":1707792792131,"duration":2},"status":"passed","severity":"normal"},{"uid":"d62ae0c9dfd0e983","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707793012511,"stop":1707793012512,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f54c7d213a71d2","name":"Push message with content topic containing Script","time":{"start":1707793370635,"stop":1707793370635,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee32e0e05b32d78","name":"Push message with numeric payload","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbaa2a0ca214211f","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707792800004,"stop":1707792800004,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e2d7a06a15f0ea2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707793354574,"stop":1707793354575,"duration":1},"status":"passed","severity":"normal"},{"uid":"237b111e92a9e935","name":"All","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7152a0e378d4be1","name":"Check received message containing long","time":{"start":1707793028262,"stop":1707793028263,"duration":1},"status":"passed","severity":"normal"},{"uid":"d502e665ca1d2f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4be9c11319b48c20","name":"should properly create location multiaddrs - tcp6","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cb7d0263fe43fb7","name":"Throws when trying to push message with empty payload","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"status":"passed","severity":"normal"},{"uid":"afde80010714f188","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d1bd54f84788297","name":"should throw error - no public key","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e58711e5060d9c","name":"Check received message with extra option is received","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"status":"passed","severity":"normal"},{"uid":"9e9d2095af9f1ae5","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707792929578,"stop":1707792929579,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc751fccc6a30efd","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707792814744,"stop":1707792814745,"duration":1},"status":"passed","severity":"normal"},{"uid":"de008e5343780278","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707792800003,"stop":1707792800004,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1aaad778b5dc454","name":"Callback on promise, aborts when callback returns true","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ccc441a6b2742b7","name":"Subscribe to topic containing Script and receive message","time":{"start":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","severity":"normal"},{"uid":"b81085273cd1c50b","name":"different cluster, different shard: nodes don't connect","time":{"start":1707793088064,"stop":1707793088064,"duration":0},"status":"passed","severity":"normal"},{"uid":"68b82eb9730b2476","name":"isConnected should return false after all peers disconnect","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"status":"passed","severity":"normal"},{"uid":"22c2549a69cfe8ae","name":"throws on content topic with too few or too many fields","time":{"start":1707792792548,"stop":1707792792549,"duration":1},"status":"passed","severity":"normal"},{"uid":"5eb7315e4fea1283","name":"Push message with long payload","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"status":"passed","severity":"normal"},{"uid":"39ac1d0d4ec42bbf","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707792799999,"stop":1707792800000,"duration":1},"status":"passed","severity":"normal"},{"uid":"d78f93d3af98e7f6","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707792800000,"stop":1707792800001,"duration":1},"status":"passed","severity":"normal"},{"uid":"b41721bf1dee5eda","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707792805568,"stop":1707792805568,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb64e4f3a9cf2ed","name":"Check received message containing unicode special characters","time":{"start":1707793028279,"stop":1707793028280,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a5d7f4abee648c1","name":"Nodes with multiple pubsub topic","time":{"start":1707793142791,"stop":1707793142792,"duration":1},"status":"passed","severity":"normal"},{"uid":"5d66e22dded0fe60","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707793354573,"stop":1707793354573,"duration":0},"status":"passed","severity":"normal"},{"uid":"df8768a161749bb1","name":"Subscribe to topic containing short and receive message","time":{"start":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f64cde6e15acf61","name":"Check publish message containing short","time":{"start":1707793153212,"stop":1707793153213,"duration":1},"status":"passed","severity":"normal"},{"uid":"9307d8570161dd20","name":"Passing page size 11 when there are 10 messages","time":{"start":1707793392502,"stop":1707793392503,"duration":1},"status":"passed","severity":"normal"},{"uid":"d70428cf06a62bc7","name":"Symmetric encrypt & Decrypt","time":{"start":1707792821409,"stop":1707792821409,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbe73f8cbec9536","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a3d3c0caf32039c","name":"Decrypt messages","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"status":"passed","severity":"normal"},{"uid":"31abb135af2ff5de","name":"Query generator for multiple messages","time":{"start":1707793355775,"stop":1707793355775,"duration":0},"status":"passed","severity":"normal"},{"uid":"521284f657f31c86","name":"Passing page size 19 when there are 20 messages","time":{"start":1707793392503,"stop":1707793392503,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a4f4becb8677bf","name":"isConnected return false after peer stops","time":{"start":1707792890685,"stop":1707792890685,"duration":0},"status":"passed","severity":"normal"},{"uid":"af3ab777ee12eea1","name":"Check received message containing numeric","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb527fa6d1061b37","name":"Push message with escaped characters payload","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"status":"passed","severity":"normal"},{"uid":"c075cf3303077178","name":"Subscribe and receives messages on 20 topics","time":{"start":1707792958831,"stop":1707792958831,"duration":0},"status":"passed","severity":"normal"},{"uid":"82e99f2ca6fbc61","name":"Query Generator - forward","time":{"start":1707793383649,"stop":1707793383649,"duration":0},"status":"passed","severity":"normal"},{"uid":"44a9192c273257e4","name":"Ping on subscribed peer","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd4b41318246363f","name":"Push message with meta","time":{"start":1707793238877,"stop":1707793238877,"duration":0},"status":"passed","severity":"normal"},{"uid":"638989488f0b414","name":"Push message with content topic containing emoji","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84d8226908260b5","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707793238874,"stop":1707793238874,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e5ad979e83de90f","name":"should emit a peer event after start","time":{"start":1707792849459,"stop":1707792849460,"duration":1},"status":"passed","severity":"normal"},{"uid":"a3810b73482e62f7","name":"Throws when trying to push message with empty payload","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e67234dbf663e70","name":"should not fail to stop the service if it was not started","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d587790afbfeb54","name":"Correctly serialized arguments","time":{"start":1707793088152,"stop":1707793088153,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6268d77c27242fb","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5771fed68a3c2bc","name":"Check received message containing special chars","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"status":"passed","severity":"normal"},{"uid":"451b8469be9f9d5a","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907234,"stop":1707792907234,"duration":0},"status":"passed","severity":"normal"},{"uid":"9674a55deb04e7e9","name":"Subscribe and receive messages via lightPush","time":{"start":1707793446743,"stop":1707793446743,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd05f6e66088bcde","name":"Check message received after nwaku node is restarted","time":{"start":1707793028296,"stop":1707793028296,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d6e78758f8d4d62d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086605,"stop":1707793086605,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6915f11d3b931c","name":"Push message with content topic containing emoji","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8db92229d2f1cb","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707792822802,"stop":1707792822802,"duration":0},"status":"passed","severity":"normal"},{"uid":"81d971dbb1c524a3","name":"Push message with content topic containing Russian","time":{"start":1707793370634,"stop":1707793370634,"duration":0},"status":"passed","severity":"normal"},{"uid":"86c5fc5f2608fd10","name":"Check publish message containing numeric","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"status":"passed","severity":"normal"},{"uid":"d157403cbe4fbb5c","name":"Relay - dialed first","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac01f18235ea78b0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707793012498,"stop":1707793012499,"duration":1},"status":"passed","severity":"normal"},{"uid":"a75a70fb94ad2e09","name":"Check received message containing Script","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f08bd817c329167","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"status":"passed","severity":"normal"},{"uid":"3600a71b190c3504","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707793088061,"stop":1707793088062,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c43bdf41dc3d7c9","name":"throws on content topic with generation field greater than 0","time":{"start":1707792792549,"stop":1707792792549,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cd076a540aba185","name":"Push message with content topic containing XML","time":{"start":1707793370635,"stop":1707793370636,"duration":1},"status":"passed","severity":"normal"},{"uid":"a717290248be4067","name":"should set field with all protocols enabled","time":{"start":1707792800817,"stop":1707792800818,"duration":1},"status":"passed","severity":"normal"},{"uid":"f43ae38e495d1db4","name":"Encoder throws on empty string content topic","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"status":"passed","severity":"normal"},{"uid":"be92f49bf4914698","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707792907230,"stop":1707792907230,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49eec942ec1ba07","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5d457d9e9768106","name":"Js publishes, other Js receives","time":{"start":1707793128332,"stop":1707793128333,"duration":1},"status":"passed","severity":"normal"},{"uid":"b21b8ea65708b856","name":"Ordered Callback - backward","time":{"start":1707793383651,"stop":1707793383652,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff427b086815ee67","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707793287282,"stop":1707793287282,"duration":0},"status":"passed","severity":"normal"},{"uid":"623025527b086bfd","name":"creates an iterator","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbf7f3d4db0013b3","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"status":"passed","severity":"normal"},{"uid":"b4bcd8fe3fd8f4e2","name":"should only return 1 node with store capability","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cd1b5dbc98b3526","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9d7f99635012f3","name":"Filter","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbbfd7651265a3e0","name":"Push message with JSON payload","time":{"start":1707793370627,"stop":1707793370628,"duration":1},"status":"passed","severity":"normal"},{"uid":"d346bdfed2395d37","name":"Push message with Basic HTML tag payload","time":{"start":1707793370627,"stop":1707793370627,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a86a4d11df78f","name":"Subscribe and receive messages via waku relay post","time":{"start":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eee805a613956a3","name":"Push message with content topic containing SQL Injection","time":{"start":1707793238872,"stop":1707793238873,"duration":1},"status":"passed","severity":"normal"},{"uid":"356dcda81f987a42","name":"Check received message with timestamp: undefined ","time":{"start":1707793028285,"stop":1707793028285,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d94fcec759fd0df","name":"Push message with Basic HTML tag payload","time":{"start":1707793238863,"stop":1707793238864,"duration":1},"status":"passed","severity":"normal"},{"uid":"99fcfc4b5c716eeb","name":"Check message received after nwaku node is restarted","time":{"start":1707793371107,"stop":1707793371108,"duration":1},"status":"skipped","severity":"normal"},{"uid":"971cbc42d281bfc3","name":"Overlapping topic subscription","time":{"start":1707793168678,"stop":1707793168678,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d6d341cb375f8407","name":"Check message with non string payload is not received","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"status":"passed","severity":"normal"},{"uid":"fceabef893907440","name":"handles multiple messages","time":{"start":1707793384586,"stop":1707793384586,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc35db13af0cb524","name":"Round trip binary serialization","time":{"start":1707792805602,"stop":1707792805603,"duration":1},"status":"passed","severity":"normal"},{"uid":"916632f996f80af0","name":"Relay - times out","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1a3a57a157d114","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707793287279,"stop":1707793287280,"duration":1},"status":"passed","severity":"normal"},{"uid":"af9303569125bf3b","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707792958828,"stop":1707792958829,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c08dd8a5f90d0b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707792805568,"stop":1707792805569,"duration":1},"status":"passed","severity":"normal"},{"uid":"95a945e69900ead7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707793446732,"stop":1707793446733,"duration":1},"status":"passed","severity":"normal"},{"uid":"836963649dbc3438","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d274040492ba7f7a","name":"Check received message containing shell command","time":{"start":1707793371114,"stop":1707793371115,"duration":1},"status":"passed","severity":"normal"},{"uid":"12dc2c49a7aecbeb","name":"Check publish message containing Arabic","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"status":"passed","severity":"normal"},{"uid":"6457dc130342f3fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792869304,"stop":1707792869305,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfd04763ea7c08e9","name":"Check message with no pubsub topic is not received","time":{"start":1707793371125,"stop":1707793371125,"duration":0},"status":"passed","severity":"normal"},{"uid":"681458f686b6bdbe","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707792929579,"stop":1707792929579,"duration":0},"status":"passed","severity":"normal"},{"uid":"43d57e5ea5833ee7","name":"Ping on peer without subscriptions","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"status":"passed","severity":"normal"},{"uid":"a553bbed71d0b2c4","name":"Decoder throws on undefined content topic","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0fad737c4c0b89","name":"Push message with SQL Injection payload","time":{"start":1707793370625,"stop":1707793370625,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9e683e05b87fb1","name":"Check received message containing escaped characters","time":{"start":1707793371115,"stop":1707793371115,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d358c6d8a7ac537","name":"Push message with content topic containing short","time":{"start":1707793238869,"stop":1707793238869,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aa506b130440f57","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707793153228,"stop":1707793153228,"duration":0},"status":"passed","severity":"normal"},{"uid":"380323bb1c8ea0ba","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707793059098,"stop":1707793059099,"duration":1},"status":"passed","severity":"normal"},{"uid":"beb3d9c4e1caa9ee","name":"Ordered callback, aborts when callback returns true","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"status":"passed","severity":"normal"},{"uid":"708c21c60c314c41","name":"should properly create location multiaddrs - udp6","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde4e4b6a8840020","name":"throws on content topic with empty application field","time":{"start":1707792792550,"stop":1707792792550,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d21b5f7f616923a","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707792814744,"stop":1707792814744,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ef5e8924e4803c4","name":"should not receive a peer event after stop","time":{"start":1707792849460,"stop":1707792849461,"duration":1},"status":"passed","severity":"normal"},{"uid":"6301e00a8735f1e2","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707793012470,"stop":1707793012471,"duration":1},"status":"passed","severity":"normal"},{"uid":"a912fc13354f659c","name":"Push message with custom timestamp: 1707789412699","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6bba91a7229593","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"status":"broken","severity":"normal"},{"uid":"bc7070eddde86fc3","name":"Asymmetric encrypt & decrypt","time":{"start":1707792821408,"stop":1707792821409,"duration":1},"status":"passed","severity":"normal"},{"uid":"622cd29c7714ab54","name":"Check received message containing SQL Injection","time":{"start":1707793371097,"stop":1707793371098,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f848a2b84ea2ec8","name":"Check received message with timestamp: 1707792838371000000 ","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"status":"passed","severity":"normal"},{"uid":"69435645beb283fd","name":"Check received message containing Russian","time":{"start":1707793028272,"stop":1707793028273,"duration":1},"status":"passed","severity":"normal"},{"uid":"97fda087fd37f318","name":"Fields are not dropped","time":{"start":1707792805022,"stop":1707792805024,"duration":2},"status":"passed","severity":"normal"},{"uid":"4f49d34fd850a886","name":"Check received message containing short","time":{"start":1707793371108,"stop":1707793371108,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcff495bfb8f9bbc","name":"Check received message containing XML","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9a68f77966de11","name":"Passing page size 110 when there are 120 messages","time":{"start":1707793392503,"stop":1707793392504,"duration":1},"status":"passed","severity":"normal"},{"uid":"78da8706a006216d","name":"Decoder throws on empty string content topic","time":{"start":1707792805606,"stop":1707792805606,"duration":0},"status":"passed","severity":"normal"},{"uid":"16afe6f916b349b7","name":"Subscribe and publish message","time":{"start":1707793168671,"stop":1707793168672,"duration":1},"status":"passed","severity":"normal"},{"uid":"8897130aeb19e3ee","name":"Subscribe and receives messages on 20 topics","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fda558cd0dd0450","name":"Check message with no payload is not received","time":{"start":1707793371126,"stop":1707793371127,"duration":1},"status":"passed","severity":"normal"},{"uid":"b19c222dfd10bdf8","name":"Push message with content topic containing shell command","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"status":"passed","severity":"normal"},{"uid":"e410787348a3c8fe","name":"should decode valid enr with tcp successfully","time":{"start":1707792800804,"stop":1707792800805,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8c75b1e1143c0f4","name":"Query with Ordered Callback, No message returned","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"status":"passed","severity":"normal"},{"uid":"c774d776fc8ab575","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369036,"stop":1707793369037,"duration":1},"status":"passed","severity":"normal"},{"uid":"242fd63c44f0097a","name":"Push message on custom pubsubTopic","time":{"start":1707793086615,"stop":1707793086615,"duration":0},"status":"passed","severity":"normal"},{"uid":"3895295c5abcd874","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"status":"passed","severity":"normal"},{"uid":"3696b7f545496e3b","name":"should throw error - no id","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"status":"passed","severity":"normal"},{"uid":"7f10201d1edb459","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707793059097,"stop":1707793059097,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb266184655e69fa","name":"Query Generator - backward","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"status":"passed","severity":"normal"},{"uid":"71475f0ce56cc7e7","name":"Push message with Chinese payload","time":{"start":1707793370623,"stop":1707793370624,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e412209b74b253b","name":"Push message with content topic containing short","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0d6fb86326b041e","name":"Callback on promise","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef052bef7cdeadb5","name":"addEventListener with correct event","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"status":"passed","severity":"normal"},{"uid":"c65a358ab4381826","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907233,"stop":1707792907234,"duration":1},"status":"passed","severity":"normal"},{"uid":"a39974da4e97935a","name":"Nodes with multiple pubsub topic","time":{"start":1707793142797,"stop":1707793142797,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2a58a28a01e65c1","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707792814742,"stop":1707792814743,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e82c9597a9d7160","name":"Ping on peer without subscriptions","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"status":"passed","severity":"normal"},{"uid":"70a3e6f5afe980b4","name":"Push message with content topic containing SQL Injection","time":{"start":1707793370634,"stop":1707793370635,"duration":1},"status":"passed","severity":"normal"},{"uid":"53412d951a41a02a","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e7edfa80812c5ab","name":"Push message with Russian payload","time":{"start":1707793238861,"stop":1707793238862,"duration":1},"status":"passed","severity":"normal"},{"uid":"147135a6d4194f0","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a3fbdd37c532a740","name":"Query Generator, No message returned","time":{"start":1707793304783,"stop":1707793304784,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5510c9489c8545e","name":"Push message with emoji payload","time":{"start":1707793238866,"stop":1707793238866,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd1e57bf4eb9002","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"status":"passed","severity":"normal"},{"uid":"5219294f3b7c7745","name":"should only return 1 node with relay and store capability","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7305cfb35af012","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"status":"passed","severity":"normal"},{"uid":"8a86363c9b3ea98b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707793446740,"stop":1707793446741,"duration":1},"status":"passed","severity":"normal"},{"uid":"2655c6cc6d6dabd","name":"configure the node with multiple pubsub topics","time":{"start":1707793243275,"stop":1707793243275,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6a27ffc938adff","name":"should set field with only FILTER enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1761f69e5518959","name":"Push message equal or less that 1MB","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccd8f865c347144a","name":"Check received message containing unicode special characters","time":{"start":1707793371115,"stop":1707793371116,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ffebe91ed5be523","name":"different cluster, same shard: nodes don't connect","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2abe1118b21649a","name":"Check message with no content topic is not received","time":{"start":1707793371106,"stop":1707793371106,"duration":0},"status":"passed","severity":"normal"},{"uid":"2542d60ddce53ac","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","severity":"normal"},{"uid":"f338accdb234207e","name":"ignores unrecognized TXT record formats","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a0017d478caab7","name":"should encodeTxt and decodeTxt","time":{"start":1707792800803,"stop":1707792800803,"duration":0},"status":"passed","severity":"normal"},{"uid":"19cee804b3798271","name":"Push message with custom timestamp: 1677034559036","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b5eea86b2effd42","name":"Push message with content topic containing unicode special characters","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5b4db2a157621c3","name":"Push message with content topic containing Chinese","time":{"start":1707793238871,"stop":1707793238871,"duration":0},"status":"passed","severity":"normal"},{"uid":"a08a829249282ef1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142788,"stop":1707793142789,"duration":1},"status":"passed","severity":"normal"},{"uid":"d80eb2f2803d406f","name":"Push message with content topic containing Arabic","time":{"start":1707793370633,"stop":1707793370634,"duration":1},"status":"passed","severity":"normal"},{"uid":"c34ac18d8705d7a6","name":"should not receive a peer event before start","time":{"start":1707792849460,"stop":1707792849460,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f06ead9df31219","name":"Check received message containing Arabic","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec6a6c488518cef1","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707792848129,"stop":1707792848129,"duration":0},"status":"passed","severity":"normal"},{"uid":"ded5d56cac4219d1","name":"Check publish message containing JSON","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"status":"passed","severity":"normal"},{"uid":"38ad82e9dd5c7a03","name":"Meta field set when metaSetter is specified","time":{"start":1707792805603,"stop":1707792805604,"duration":1},"status":"passed","severity":"normal"},{"uid":"141b987a3aa7c499","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"status":"passed","severity":"normal"},{"uid":"692ca337528b265d","name":"Check received message containing Russian","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"status":"passed","severity":"normal"},{"uid":"537267c96b0bca03","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707793446738,"stop":1707793446739,"duration":1},"status":"passed","severity":"normal"},{"uid":"c15b5b708e476348","name":"Check message with no content topic is not received","time":{"start":1707793371125,"stop":1707793371126,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac6ec4df665953a3","name":"Subscribe to topic containing short and receive message","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fc8e5cb91e5135c","name":"Check message with invalid timestamp is not received","time":{"start":1707793371104,"stop":1707793371105,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cd9b8095d242cad","name":"Generator, custom pubsub topic","time":{"start":1707793369030,"stop":1707793369031,"duration":1},"status":"passed","severity":"normal"},{"uid":"a90d8169555007a4","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e854ef4022ade12","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"status":"passed","severity":"normal"},{"uid":"332b1fe9489c48af","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792919943,"stop":1707792919943,"duration":0},"status":"passed","severity":"normal"},{"uid":"1379be28e3e80244","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb120c2a1a1ee1ac","name":"Check received message containing JSON","time":{"start":1707793371114,"stop":1707793371114,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b4111532b02126f","name":"Decoder throws on empty string content topic","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d71f87db05d5b1e","name":"Check publish message containing escaped characters","time":{"start":1707793153221,"stop":1707793153222,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4e3403bbe7192ae","name":"Check received message containing SQL Injection","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62b937ec0f7a032","name":"Ping on unsubscribed peer","time":{"start":1707792869304,"stop":1707792869304,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac380dacf2821929","name":"Waku message hash computation","time":{"start":1707792795035,"stop":1707792795036,"duration":1},"status":"passed","severity":"normal"},{"uid":"55876a56587805bc","name":"should handle a minimal index list","time":{"start":1707792792592,"stop":1707792792592,"duration":0},"status":"passed","severity":"normal"},{"uid":"a49bae0e9e233f16","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee0c5d6495e00e28","name":"Check received message containing Chinese","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"status":"passed","severity":"normal"},{"uid":"67fd5c7a155646af","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707793446750,"stop":1707793446751,"duration":1},"status":"passed","severity":"normal"},{"uid":"57b3f8a38ea1cebe","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cc51b976f088be5","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e50f1b9c0fc86a1","name":"Encoder throws on empty string content topic","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad273d060d8ab4cd","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"status":"passed","severity":"normal"},{"uid":"7d449ba7eb7ca3e7","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"status":"passed","severity":"normal"},{"uid":"18c3e80a9b27b0e0","name":"Push message with XML payload","time":{"start":1707793370626,"stop":1707793370627,"duration":1},"status":"passed","severity":"normal"},{"uid":"663afc1ef362cf85","name":"Waku message hash computation (payload length 0)","time":{"start":1707792795037,"stop":1707792795037,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ae76ec83cca6f19","name":"Push message with content topic containing unicode special characters","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1490e6aa20990","name":"should not fail to start the service if it is already started","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"status":"passed","severity":"normal"},{"uid":"4557d616f0b57c84","name":"Passing page size 10 when there are 10 messages","time":{"start":1707793392502,"stop":1707793392502,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62d6e73f9aed059","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707792800000,"stop":1707792800000,"duration":0},"status":"passed","severity":"normal"},{"uid":"1183686d11b606b8","name":"Check received message containing JSON","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"status":"passed","severity":"normal"},{"uid":"750f1df7d2062b8a","name":"retrieves a single peer","time":{"start":1707792815078,"stop":1707792815078,"duration":0},"status":"passed","severity":"normal"},{"uid":"d07f60cfc0cf4028","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707793012500,"stop":1707793012500,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e38a7ee5e498af8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012474,"stop":1707793012475,"duration":1},"status":"passed","severity":"normal"},{"uid":"925ea227301ebdae","name":"same cluster, different shard: nodes connect","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"status":"passed","severity":"normal"},{"uid":"9126998c0e0009d3","name":"Push message with XML payload","time":{"start":1707793238863,"stop":1707793238863,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f1ec872e47cbf3f","name":"Ephemeral messages are not stored","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25f0a23e2746760","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"status":"passed","severity":"normal"},{"uid":"283cd2f9eaa49d3c","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"status":"passed","severity":"normal"},{"uid":"d77d2dbf084e0186","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707793387156,"stop":1707793387156,"duration":0},"status":"passed","severity":"normal"},{"uid":"264cab64810850bc","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707792958827,"stop":1707792958828,"duration":1},"status":"passed","severity":"normal"},{"uid":"d091fcb17cb06d79","name":"Check received message containing special chars","time":{"start":1707793371109,"stop":1707793371110,"duration":1},"status":"passed","severity":"normal"},{"uid":"cf60b9ea5f2d2804","name":"Check received message with timestamp: undefined ","time":{"start":1707793371104,"stop":1707793371104,"duration":0},"status":"passed","severity":"normal"},{"uid":"d430e4dbca157156","name":"Push message on custom pubsubTopic","time":{"start":1707793086604,"stop":1707793086604,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1cc53f0e332fb03","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8c32b9da5d546a83","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a0c3cbee3049418","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"status":"passed","severity":"normal"},{"uid":"51aa55a554d04cf6","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"status":"passed","severity":"normal"},{"uid":"6519c58c519cc39f","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"37df1eaf9369d7fd","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"status":"passed","severity":"normal"},{"uid":"b7d1296dfbe15f79","name":"Ping on peer without subscriptions","time":{"start":1707792919942,"stop":1707792919942,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e1bab256c0dd55","name":"Generator, custom pubsub topic","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d833a281dde26f8","name":"should use DNS peer discovery with light client","time":{"start":1707792849461,"stop":1707792849462,"duration":1},"status":"skipped","severity":"normal"},{"uid":"a9f559f9493530d","name":"Check received message containing emoji","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"status":"passed","severity":"normal"},{"uid":"88f05152897b9112","name":"different cluster, same shard: nodes don't connect","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"dce3a0d4662aa2d6","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df7ef17fc92e5f8","name":"Check message received after jswaku node is restarted","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"status":"skipped","severity":"normal"},{"uid":"14be64cc99c6ee7a","name":"Refresh subscription","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"status":"broken","severity":"normal"},{"uid":"c4aeb75906fd5713","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"status":"passed","severity":"normal"},{"uid":"ace052899b94700e","name":"should properly create location multiaddrs - udp4","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1d5108901b1ec5","name":"removeEventListener with wrong event","time":{"start":1707792878414,"stop":1707792878415,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e095725c9452027","name":"Check message on other pubsub topic is not received","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"status":"passed","severity":"normal"},{"uid":"2d2db6cf99f3b370","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b7a22f9550efbc20","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8c61e682cf8f28","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012467,"stop":1707793012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"267990520de738a7","name":"Check received message containing XML","time":{"start":1707793028274,"stop":1707793028275,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f82f87018be8289","name":"Init the array if not present","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"status":"passed","severity":"normal"},{"uid":"4afc8fd2569a049a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707793446745,"stop":1707793446745,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e99437b89c78946","name":"unsubscribes","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"status":"passed","severity":"normal"},{"uid":"141930bfce5da8cd","name":"nwaku interop","time":{"start":1707793230148,"stop":1707793230149,"duration":1},"status":"skipped","severity":"normal"},{"uid":"7d3e30de67c4c2d9","name":"Publish message with rate limit","time":{"start":1707793153230,"stop":1707793153230,"duration":0},"status":"passed","severity":"normal"},{"uid":"e78da258d1fbb5dc","name":"Decoder throws on undefined content topic","time":{"start":1707792820893,"stop":1707792820894,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3c89eae87910aa3","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707793012511,"stop":1707793012511,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9dbc454739d5ff7","name":"should decode valid enr successfully","time":{"start":1707792800803,"stop":1707792800804,"duration":1},"status":"passed","severity":"normal"},{"uid":"eecd4bbe6175b766","name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153223,"stop":1707793153224,"duration":1},"status":"passed","severity":"normal"},{"uid":"d37bdf9ca026c299","name":"Refresh subscription","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"28198ce3e94ada21","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707792800818,"stop":1707792800819,"duration":1},"status":"passed","severity":"normal"},{"uid":"606b0de30f9dd55d","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"status":"passed","severity":"normal"},{"uid":"75bcbeaa40f7b9d0","name":"throws on content topic with non-number generation field","time":{"start":1707792792549,"stop":1707792792549,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1139d89c3d2ae22","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707792929579,"stop":1707792929580,"duration":1},"status":"passed","severity":"normal"},{"uid":"d016caf54e9484","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"167977bdb6c1f64d","name":"Check received message with timestamp: 1707792838067000000 ","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"status":"passed","severity":"normal"},{"uid":"4105aa8f933b9328","name":"Passing page size 1 when there are 4 messages","time":{"start":1707793392501,"stop":1707793392501,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba417fd6ab90c4f0","name":"Fails to push message bigger that 1MB","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0345a78bc75334","name":"should encode/decode to RLP encoding","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"9362aa3f11102d73","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707793399644,"stop":1707793399644,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c38f549c843826e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707793012514,"stop":1707793012515,"duration":1},"status":"passed","severity":"normal"},{"uid":"784685354b8e5f8a","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707793387157,"stop":1707793387157,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e36727f52494d0e","name":"Subscribe to topic containing XML and receive message","time":{"start":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2b61dce9238d6f9","name":"should throw error - invalid id","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"status":"passed","severity":"normal"},{"uid":"b54a87418b625d2","name":"Check publish message containing shell command","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"status":"passed","severity":"normal"},{"uid":"96e706187f1cdb65","name":"Store - dialed first","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"status":"passed","severity":"normal"},{"uid":"813074e0d382e81","name":"should not fail to start the service if it is already started","time":{"start":1707792849459,"stop":1707792849459,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b8e1753f1b7d61","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707793012492,"stop":1707793012492,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f660ff27144ebd","name":"Ephemeral field set to true","time":{"start":1707792805603,"stop":1707792805603,"duration":0},"status":"passed","severity":"normal"},{"uid":"6042f4a52f2a143e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"status":"passed","severity":"normal"},{"uid":"124cc08f54808b4b","name":"Check received message containing SQL Injection","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d128f90bb1d3332","name":"same cluster, same shard: nodes connect","time":{"start":1707793088062,"stop":1707793088062,"duration":0},"status":"passed","severity":"normal"},{"uid":"728013e8f2870c45","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e9a5e84d0bd4f9a","name":"should not receive a peer event after stop","time":{"start":1707793230152,"stop":1707793230153,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd39fc1f256bab2c","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707793168675,"stop":1707793168676,"duration":1},"status":"passed","severity":"normal"},{"uid":"221c0b330ffe6501","name":"Check message with no content topic is not received","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"status":"passed","severity":"normal"},{"uid":"455273292b5b3288","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707793446753,"stop":1707793446753,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b7788947250ba8","name":"Push message with escaped characters payload","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"status":"passed","severity":"normal"},{"uid":"74fde2bcae1c3fc","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707793012467,"stop":1707793012468,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ec1952e065d1dd7","name":"same cluster, different shard: nodes connect","time":{"start":1707793012459,"stop":1707793012460,"duration":1},"status":"passed","severity":"normal"},{"uid":"2275c8176aa1404","name":"should not fail to stop the service if it was not started","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c1764936882fa9","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707792814743,"stop":1707792814744,"duration":1},"status":"passed","severity":"normal"},{"uid":"18e294fca4d1e996","name":"returns all values when wanted number is greater than available values","time":{"start":1707792814223,"stop":1707792814223,"duration":0},"status":"passed","severity":"normal"},{"uid":"da125b9e9ada1526","name":"Check publish message containing unicode special characters","time":{"start":1707793153222,"stop":1707793153222,"duration":0},"status":"passed","severity":"normal"},{"uid":"14f23d2bd7082ba","name":"isConnected should return false after all peers disconnect","time":{"start":1707792838870,"stop":1707792838870,"duration":0},"status":"passed","severity":"normal"},{"uid":"13ab44d8dff0f84","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aa098beff997670","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ace0edea7df17bf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907230,"stop":1707792907231,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f65ee9394da87c6","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707793168686,"stop":1707793168687,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9964382ffd7eb90","name":"groups content topics by expected pubsub topic","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4c3f4b0597fcab","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793028284,"stop":1707793028285,"duration":1},"status":"passed","severity":"normal"},{"uid":"f166cda0231ef482","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"status":"passed","severity":"normal"},{"uid":"891accd48817bde9","name":"Passing page size 0 when there are 110 messages","time":{"start":1707793392500,"stop":1707793392501,"duration":1},"status":"passed","severity":"normal"},{"uid":"be28184e85084791","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707792814745,"stop":1707792814746,"duration":1},"status":"passed","severity":"normal"},{"uid":"d96387bd33fcb26","name":"stop","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f3f67f2738701aa","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"e414ddb69493abc6","name":"recovers when dns.resolve returns empty","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa75b27fff2eb895","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"status":"passed","severity":"normal"},{"uid":"210c1799e55dd357","name":"should properly compute the node id","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"a980dce154618f0f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"status":"passed","severity":"normal"},{"uid":"bfabf72458b69e27","name":"Accepts a valid Waku Message","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"status":"passed","severity":"normal"},{"uid":"e60346f706961514","name":"Push message with numeric payload","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3e947160c523976","name":"Push message with content topic containing shell command","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec2922e2fa38747c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086617,"stop":1707793086617,"duration":0},"status":"passed","severity":"normal"},{"uid":"8050b14544960611","name":"Check message on other pubsub topic is not received","time":{"start":1707793371105,"stop":1707793371105,"duration":0},"status":"passed","severity":"normal"},{"uid":"f73ba97c866ecfc6","name":"should properly create location multiaddrs - udp","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"abcc2e2f1a5b28b7","name":"Encoder throws on undefined content topic","time":{"start":1707792820892,"stop":1707792820892,"duration":0},"status":"passed","severity":"normal"},{"uid":"2124bc31cda2d646","name":"Subscribe to topic containing Script and publish message","time":{"start":1707793168687,"stop":1707793168688,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b4c2994ab9ff77","name":"Check received message containing shell command","time":{"start":1707793371099,"stop":1707793371100,"duration":1},"status":"passed","severity":"normal"},{"uid":"c11e52c9b60dbf14","name":"Push message with shell command payload","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"status":"passed","severity":"normal"},{"uid":"2362450c3af62d84","name":"Encoder throws on empty string content topic","time":{"start":1707792820892,"stop":1707792820893,"duration":1},"status":"passed","severity":"normal"},{"uid":"93aa5b690af58224","name":"Publish without waiting for remote peer","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae38198e540bdb4","name":"should throw an error for insufficient data","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"status":"passed","severity":"normal"},{"uid":"908341bc8fac2508","name":"A test","time":{"start":1707793059182,"stop":1707793059182,"duration":0},"status":"passed","severity":"normal"},{"uid":"24ed167b2b9ff36a","name":"Check received message containing short","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f30c4d648d5f260","name":"Query with Promise Callback, No Decoder","time":{"start":1707793304790,"stop":1707793304791,"duration":1},"status":"passed","severity":"normal"},{"uid":"494645585e82853f","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369035,"stop":1707793369036,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5370d7b4ba487","name":"Decoder throws on empty string content topic","time":{"start":1707792822805,"stop":1707792822805,"duration":0},"status":"passed","severity":"normal"},{"uid":"6164152f76f157c5","name":"Sign & Recover","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"status":"passed","severity":"normal"},{"uid":"9101a4679152edc7","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707792800007,"stop":1707792800008,"duration":1},"status":"passed","severity":"normal"},{"uid":"d96bc0b4fbf688b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","severity":"normal"},{"uid":"2471d11993d8625f","name":"Push message with content topic containing Russian","time":{"start":1707793238872,"stop":1707793238872,"duration":0},"status":"passed","severity":"normal"},{"uid":"39c2020d1ee25293","name":"Ping on subscribed peer","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"status":"passed","severity":"normal"},{"uid":"6847ae21f2fbc1d2","name":"Push message with Script payload","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"status":"passed","severity":"normal"},{"uid":"3822c9bc4e2625c6","name":"should get / set TCP multiaddr","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8117e9229abc38","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707792907233,"stop":1707792907233,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc2b0f8e48bb72a1","name":"Push message with short payload","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c546ce731c0bff2","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707793012494,"stop":1707793012495,"duration":1},"status":"passed","severity":"normal"},{"uid":"4127902dd5f1ac2c","name":"Check message received after jswaku node is restarted","time":{"start":1707793028295,"stop":1707793028296,"duration":1},"status":"skipped","severity":"normal"},{"uid":"36f4f13f99f50d12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"status":"passed","severity":"normal"},{"uid":"54a2042a900b4a3d","name":"Sample","time":{"start":1707792800221,"stop":1707792800221,"duration":0},"status":"passed","severity":"normal"},{"uid":"55ea81b56c4852b5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","severity":"normal"},{"uid":"304027a8197cd6d6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012502,"stop":1707793012503,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a7779e6688c8958","name":"Check received message containing Script","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9391897a88df0d","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707793387156,"stop":1707793387157,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a7b6b4f2f296e5","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"status":"passed","severity":"normal"},{"uid":"1c2bf423e464a489","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"status":"passed","severity":"normal"},{"uid":"d50a547e605334fc","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707792838867,"stop":1707792838868,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac31dbfb5f65dad6","name":"same cluster, same shard: nodes connect","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cee305fd00b898e","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ce4f306a0e8f3ae","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceff03afd73d0984","name":"Check received message containing short","time":{"start":1707793028261,"stop":1707793028262,"duration":1},"status":"passed","severity":"normal"},{"uid":"56fb749c89c9d74d","name":"Delete observer","time":{"start":1707793095139,"stop":1707793095139,"duration":0},"status":"passed","severity":"normal"},{"uid":"b34ab433e8e5b3f2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707793012471,"stop":1707793012472,"duration":1},"status":"passed","severity":"normal"},{"uid":"149d1c7158a6104b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"status":"passed","severity":"normal"},{"uid":"18485aa82b309aeb","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e76c7b10f8bde11f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"status":"passed","severity":"normal"},{"uid":"524a3445fa87372f","name":"Check message with no payload is not received","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"status":"passed","severity":"normal"},{"uid":"5789b5106be1e408","name":"Subscribe to topic containing XML and receive message","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"status":"passed","severity":"normal"},{"uid":"cda585d0d3880e7d","name":"topics with same application and version share the same shard","time":{"start":1707792792553,"stop":1707792792553,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a8c1478ec64ecab","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707793446751,"stop":1707793446751,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7b7d8cd8d06a58c","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707792846325,"stop":1707792846325,"duration":0},"status":"passed","severity":"normal"},{"uid":"9802d585c72c1793","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c562690dfd5ec82","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0c17f4440db5449","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde7ee3f7bbb0647","name":"Check publish message containing Script","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"status":"passed","severity":"normal"},{"uid":"980403b1e1ce1dc2","name":"should properly create location multiaddrs - tcp","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"a317a48390b28edc","name":"Sets default value correctly","time":{"start":1707793400889,"stop":1707793400889,"duration":0},"status":"passed","severity":"normal"},{"uid":"94016863792f9b83","name":"Ping on unsubscribed peer","time":{"start":1707792919942,"stop":1707792919943,"duration":1},"status":"passed","severity":"normal"},{"uid":"2dccef650911b1c","name":"converts content topics to expected shard index","time":{"start":1707792792552,"stop":1707792792552,"duration":0},"status":"passed","severity":"normal"},{"uid":"54d65f4b42478a2f","name":"Push message with emoji payload","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7838768e7658223","name":"Light Node - default protocols","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"status":"passed","severity":"normal"},{"uid":"3fb5e35ef242875b","name":"addEventListener with wrong event","time":{"start":1707792878411,"stop":1707792878412,"duration":1},"status":"passed","severity":"normal"},{"uid":"d297d4ff5a25b354","name":"Fails to push message with empty content topic","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1f76751191424b","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707792814743,"stop":1707792814743,"duration":0},"status":"passed","severity":"normal"},{"uid":"253bb059c691422","name":"Publish message with large meta","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"status":"passed","severity":"normal"},{"uid":"5bbab87de443f512","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"status":"passed","severity":"normal"},{"uid":"e09a18f300bb650e","name":"different cluster, different shard: nodes don't connect","time":{"start":1707793012461,"stop":1707793012462,"duration":1},"status":"passed","severity":"normal"},{"uid":"d71d52c1b46f662","name":"Push message with content topic containing numeric","time":{"start":1707793238870,"stop":1707793238870,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e6d34051ec48ff3","name":"Push message with custom timestamp: 1707796559036","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dbfd6aef8c02f3e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907229,"stop":1707792907230,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dc7122b7761e78","name":"Fails to publish duplicate message","time":{"start":1707793153226,"stop":1707793153226,"duration":0},"status":"passed","severity":"normal"},{"uid":"836ecb55a00181b4","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaf40c676d589a8a","name":"Push message with content topic containing numeric","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fb5518289810686","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"status":"passed","severity":"normal"},{"uid":"189f2405630e8444","name":"Using a function","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"status":"passed","severity":"normal"},{"uid":"80fdb3fe15a04e36","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793371117,"stop":1707793371118,"duration":1},"status":"passed","severity":"normal"},{"uid":"a873a8afc645d390","name":"1 Relay, 1 Filter, gives up","time":{"start":1707792814757,"stop":1707792814757,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca41b915acaffa5f","name":"can start and stop the service","time":{"start":1707793230150,"stop":1707793230151,"duration":1},"status":"passed","severity":"normal"},{"uid":"4487723428eb7fdd","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707792838869,"stop":1707792838870,"duration":1},"status":"passed","severity":"normal"},{"uid":"a88d1f89bfe6a3b0","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","severity":"normal"},{"uid":"302ccf76a93d20a2","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"passed","severity":"normal"},{"uid":"290df14c419f6f56","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"status":"passed","severity":"normal"},{"uid":"6b10fc4c337d3340","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"status":"passed","severity":"normal"},{"uid":"b4c21a309ba07cfc","name":"Query generator for 2000 messages","time":{"start":1707793355778,"stop":1707793355779,"duration":1},"status":"passed","severity":"normal"},{"uid":"833f0ad780a0520a","name":"nwaku subscribes","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"status":"passed","severity":"normal"},{"uid":"edd6214754085044","name":"tcp ip4 address","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdcdcf34d0e40ae","name":"it tolerates circular branch references","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"a035552ef488137d","name":"Check received message with timestamp: 1707792838371000000 ","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2526b2c00b13423","name":"Encoder throws on undefined content topic","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c65db1aa2746771","name":"should be able to decode the field with only STORE set to true","time":{"start":1707792800005,"stop":1707792800005,"duration":0},"status":"passed","severity":"normal"},{"uid":"60eeb9d9fcc0db03","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff176b8405437a45","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707793012476,"stop":1707793012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"12f863a4766edf2f","name":"Promise Callback - forward","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd15be0494c6a1f6","name":"Check publish message containing Russian","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"status":"passed","severity":"normal"},{"uid":"d843cb3f188ab455","name":"Overlapping topic subscription","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6e5584389b932b","name":"Push message with content topic containing escaped characters","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6a1c76280fafe17","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707793304788,"stop":1707793304789,"duration":1},"status":"passed","severity":"normal"},{"uid":"977336ca81ab0ce7","name":"Check publish message after service node is restarted","time":{"start":1707793153228,"stop":1707793153229,"duration":1},"status":"skipped","severity":"normal"},{"uid":"dfc3dd84a4080ac9","name":"Check received message with timestamp: undefined ","time":{"start":1707793371123,"stop":1707793371124,"duration":1},"status":"passed","severity":"normal"},{"uid":"6705f4874d6eca3c","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707793153227,"stop":1707793153228,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9992b49f065010c","name":"should not receive a peer event before start","time":{"start":1707793230152,"stop":1707793230152,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccf41fe06851243","name":"should set field with all protocols disabled","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff4ece4c8767475f","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"status":"passed","severity":"normal"},{"uid":"49b5a9417d3a8380","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707792820890,"stop":1707792820891,"duration":1},"status":"passed","severity":"normal"},{"uid":"c62793c6182a2f43","name":"Push message with content topic containing JSON","time":{"start":1707793238874,"stop":1707793238874,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6aa97f8164ad781","name":"Decoder throws on undefined content topic","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccdf5cd116aac99","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707793304789,"stop":1707793304790,"duration":1},"status":"passed","severity":"normal"},{"uid":"6a77ec0d9b917aca","name":"Push message with custom timestamp: 1707789359036","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"status":"passed","severity":"normal"},{"uid":"116c458000ebdaa","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"status":"passed","severity":"normal"},{"uid":"4a73f2968a4f9021","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"status":"passed","severity":"normal"},{"uid":"8fdff327e4dc2d8c","name":"Default pageSize","time":{"start":1707793392504,"stop":1707793392504,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c12b642cd8d8f77","name":"getPeersByDiscovery","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"status":"passed","severity":"normal"},{"uid":"4e7388f337eee427","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707793168674,"stop":1707793168675,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cf85269ef4a0ac8","name":"Push message with content topic containing special chars","time":{"start":1707793238870,"stop":1707793238871,"duration":1},"status":"passed","severity":"normal"},{"uid":"609b44b24ce3b360","name":"Check received message containing XML","time":{"start":1707793371112,"stop":1707793371113,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cee2c8d7682e14f","name":"Check message with no pubsub topic is not received","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2e2a80a4bbf4bec","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"status":"passed","severity":"normal"},{"uid":"11ea15871c75c65f","name":"Push 30 different messages","time":{"start":1707793370630,"stop":1707793370631,"duration":1},"status":"passed","severity":"normal"},{"uid":"827f6b5b66c8c251","name":"should return false","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ff72e4911405bf8","name":"Check received message containing Chinese","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c9e5ea38e4472f","name":"Check received message containing emoji","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"status":"passed","severity":"normal"},{"uid":"811919cbcd121669","name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7079c869e061d10","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707793168680,"stop":1707793168681,"duration":1},"status":"passed","severity":"normal"},{"uid":"59603118e50a7e09","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1707792890683,"stop":1707792890684,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8719a801a5cb378","name":"Push message with unicode special characters payload","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ff6f5248aa6a1e","name":"Encoder throws on undefined content topic","time":{"start":1707792805604,"stop":1707792805604,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1e28c38238cf576","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707792800001,"stop":1707792800002,"duration":1},"status":"passed","severity":"normal"},{"uid":"216bcd0d57e0d835","name":"Check received message containing Chinese","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f004ad97fcc7550","name":"should get / set UDP multiaddr","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdd484b9a9a06978","name":"Push message with content topic containing special chars","time":{"start":1707793370632,"stop":1707793370633,"duration":1},"status":"passed","severity":"normal"},{"uid":"459a28862f1b42e7","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707793012475,"stop":1707793012476,"duration":1},"status":"passed","severity":"normal"},{"uid":"196c3c5c06756dc4","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e05812b9cf78428","name":"Check received message containing Basic HTML tag","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f6506e29aa3e52e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"skipped","severity":"normal"},{"uid":"693e4e40da1aa95a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707792814746,"stop":1707792814746,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75a1a5922d90b1f","name":"Check meta is set [ecies]","time":{"start":1707792822803,"stop":1707792822803,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05df0055ae7e372","name":"1 Relay, 1 fetch","time":{"start":1707792814755,"stop":1707792814756,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcdbb07592fbffdc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707792929580,"stop":1707792929580,"duration":0},"status":"passed","severity":"normal"},{"uid":"23ab9f297321c76b","name":"ignores domain fetching errors","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae41c5920a30cd3e","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"status":"passed","severity":"normal"},{"uid":"24dde3b610539337","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cc11494ccca1938","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707792800008,"stop":1707792800009,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e2f9341c06e0f8c","name":"Push message with special chars payload","time":{"start":1707793370623,"stop":1707793370623,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b97547002e03220","name":"Push message with Script payload","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"status":"passed","severity":"normal"},{"uid":"bace446017574fd7","name":"Ping on subscribed peer","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"status":"passed","severity":"normal"},{"uid":"3f163386435c63bd","name":"Push message with content topic containing long","time":{"start":1707793238870,"stop":1707793238870,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e00d1c31f15bf1","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"status":"passed","severity":"normal"},{"uid":"59951f2ed14ab21d","name":"Check message with non string payload is not received","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a53e4e7a0e9f056","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012493,"stop":1707793012494,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d7fabd67f3b01f","name":"Check received message containing numeric","time":{"start":1707793371109,"stop":1707793371109,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e89253f52847b84","name":"Check publish message containing special chars","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"status":"passed","severity":"normal"},{"uid":"344a8b8d2c30a683","name":"Register correct protocols","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed68015c04ae7c0e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4644e42e868d811","name":"Check publish message containing Chinese","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"status":"passed","severity":"normal"},{"uid":"f56547116a8bd969","name":"Overlapping topic subscription","time":{"start":1707792958834,"stop":1707792958834,"duration":0},"status":"passed","severity":"normal"},{"uid":"262bad25ddf8cedd","name":"Push message with SQL Injection payload","time":{"start":1707793238862,"stop":1707793238862,"duration":0},"status":"passed","severity":"normal"},{"uid":"a18e5c2b704c34c1","name":"Push message with content topic containing escaped characters","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"status":"passed","severity":"normal"},{"uid":"fce8cd615f0f829c","name":"Check received message with timestamp: 1707792838371 ","time":{"start":1707793371102,"stop":1707793371103,"duration":1},"status":"passed","severity":"normal"},{"uid":"21deada33a0a2b76","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"status":"passed","severity":"normal"},{"uid":"97ccb41b5c84f15c","name":"Query with Ordered Callback, No Decoder","time":{"start":1707793304786,"stop":1707793304787,"duration":1},"status":"passed","severity":"normal"},{"uid":"41ebfba340f15b60","name":"Ping on unsubscribed peer","time":{"start":1707792919940,"stop":1707792919940,"duration":0},"status":"passed","severity":"normal"},{"uid":"d015225ee361cf06","name":"Passing an array","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9a064f06a56880","name":"A test","time":{"start":1707793059180,"stop":1707793059181,"duration":1},"status":"passed","severity":"normal"},{"uid":"43122dfa033d86e4","name":"Fails to publish message with wrong content topic","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9cefff742611fac","name":"Subscribe to topic containing long and publish message","time":{"start":1707793168679,"stop":1707793168680,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd58276e68349186","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707792958832,"stop":1707792958832,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aa835d973519e4c","name":"Generator, custom pubsub topic","time":{"start":1707793369032,"stop":1707793369032,"duration":0},"status":"passed","severity":"normal"},{"uid":"6730b871158c9a11","name":"LightPush","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"206c1b1cb0eb6ca4","name":"Query generator for multiple messages with different content topic format","time":{"start":1707793355776,"stop":1707793355777,"duration":1},"status":"passed","severity":"normal"},{"uid":"eba2602e0018d80c","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707792795036,"stop":1707792795036,"duration":0},"status":"passed","severity":"normal"},{"uid":"f540fad1baae87df","name":"Check received message containing unicode special characters","time":{"start":1707793371100,"stop":1707793371101,"duration":1},"status":"passed","severity":"normal"},{"uid":"a034079ddc596323","name":"Subscribe and receive messages via waku relay post","time":{"start":1707793446744,"stop":1707793446745,"duration":1},"status":"passed","severity":"normal"},{"uid":"9d8a1f8f6615fd6d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa470d1db3ebcf85","name":"can start the service","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"status":"passed","severity":"normal"},{"uid":"656882ca0c470dcd","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707793012465,"stop":1707793012465,"duration":0},"status":"passed","severity":"normal"},{"uid":"a85d02cea362ba85","name":"Passing cursor with wrong message digest","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"status":"passed","severity":"normal"},{"uid":"44e0a8492cfa113","name":"Check received message containing special chars","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3af5f8c929865df","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9c915887d40911","name":"should only return 1 node with relay capability","time":{"start":1707792815080,"stop":1707792815081,"duration":1},"status":"passed","severity":"normal"},{"uid":"966a7aaa127265f0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"status":"passed","severity":"normal"},{"uid":"82ab530d3651190b","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369032,"stop":1707793369034,"duration":2},"status":"passed","severity":"normal"},{"uid":"843bfa42a14bbcb4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707792929580,"stop":1707792929581,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cef6830630c5b32","name":"Push message with content topic containing Arabic","time":{"start":1707793238871,"stop":1707793238872,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b520dfa7ae6cf87","name":"Check received message with timestamp: 1707792838371 ","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1e02c7861f1774","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707793387155,"stop":1707793387156,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee26032a19e7f8ee","name":"Check received message with timestamp: 1707792838067 ","time":{"start":1707793028283,"stop":1707793028284,"duration":1},"status":"passed","severity":"normal"},{"uid":"6136611d0821b7b1","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707792800010,"stop":1707792800010,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5ed3e68b1194ef","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"status":"passed","severity":"normal"},{"uid":"af7b86863ae24a4d","name":"Check received message containing escaped characters","time":{"start":1707793028279,"stop":1707793028279,"duration":0},"status":"passed","severity":"normal"},{"uid":"a52ef9da2663526b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6102300e250736","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907234,"stop":1707792907235,"duration":1},"status":"passed","severity":"normal"},{"uid":"cdd3de4bfbc48878","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"status":"passed","severity":"normal"},{"uid":"52ea7394a22dd995","name":"Push message with JSON payload","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"status":"passed","severity":"normal"},{"uid":"6664612407dccec1","name":"Subscribe and receive messages via waku relay post","time":{"start":1707792958829,"stop":1707792958829,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a8abb442715757","name":"Privacy Node - default protocol","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"status":"passed","severity":"normal"},{"uid":"689444ebada4c412","name":"Subscribe and receive messages via lightPush","time":{"start":1707793446730,"stop":1707793446731,"duration":1},"status":"passed","severity":"normal"},{"uid":"373a49b79c1507a9","name":"Overlapping topic subscription","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce243c211a28a184","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707793012469,"stop":1707793012470,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c377726deabb4e1","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707793354575,"stop":1707793354575,"duration":0},"status":"passed","severity":"normal"},{"uid":"d55838876381600","name":"Push message on custom pubsubTopic","time":{"start":1707793086602,"stop":1707793086602,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b7809f6a44db87a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707792800002,"stop":1707792800003,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c34f2a2b93ed1bc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012483,"stop":1707793012484,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8aabb51529d474c","name":"Query with Promise Callback, No message returned","time":{"start":1707793304791,"stop":1707793304792,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e158f5a54473fd","name":"Check message received after jswaku node is restarted","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"status":"skipped","severity":"normal"},{"uid":"76b08d189b69d5b","name":"Check message received after nwaku node is restarted","time":{"start":1707793371131,"stop":1707793371132,"duration":1},"status":"skipped","severity":"normal"},{"uid":"8d3b05e54c157de","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707793355776,"stop":1707793355776,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe38eb2dea8037f6","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db142976966724e","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707793304781,"stop":1707793304782,"duration":1},"status":"passed","severity":"normal"},{"uid":"b00e6777e6e3bb77","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8aea029968444ca","name":"Push message with rate limit","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"status":"passed","severity":"normal"},{"uid":"b942e5bb97a47350","name":"should return all peers when numPeers is 0","time":{"start":1707792805567,"stop":1707792805568,"duration":1},"status":"passed","severity":"normal"},{"uid":"d812350b1b0dea77","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707792814756,"stop":1707792814757,"duration":1},"status":"passed","severity":"normal"},{"uid":"dcd5a137b57b49b8","name":"Fails to push message bigger that 1MB","time":{"start":1707793370642,"stop":1707793370643,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b9e49b86bc13bff","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707793446749,"stop":1707793446750,"duration":1},"status":"passed","severity":"normal"},{"uid":"5012dbe23b68afe2","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707793012485,"stop":1707793012486,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ab5be0a8f382983","name":"should properly create location multiaddrs - tcp4","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"67543c82acf2c284","name":"Check publish message containing XML","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8b4cc0bba48231","name":"configure the node with multiple pubsub topics","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31b44beb941a50e","name":"Push message with content topic containing XML","time":{"start":1707793238873,"stop":1707793238874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f186442172de026f","name":"Subscribe to topic containing Script and receive message","time":{"start":1707793446751,"stop":1707793446752,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c4571254ab86bb4","name":"throws on content topic with empty topic name field","time":{"start":1707792792551,"stop":1707792792551,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee4978a7f80ad5d","name":"returns all values when wanted number matches available values","time":{"start":1707792814221,"stop":1707792814222,"duration":1},"status":"passed","severity":"normal"},{"uid":"58d98734661e8a19","name":"Check received message containing escaped characters","time":{"start":1707793371100,"stop":1707793371100,"duration":0},"status":"passed","severity":"normal"},{"uid":"c15b2212bac74fab","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012464,"stop":1707793012465,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cc89de92855880c","name":"Used by Waku Relay","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bf1ef6096f8390c","name":"Promise Callback - backward","time":{"start":1707793383650,"stop":1707793383651,"duration":1},"status":"passed","severity":"normal"},{"uid":"8df5bd76140ef9a1","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1f8805146267fb32","name":"Subscribe to topic containing long and receive message","time":{"start":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","severity":"normal"},{"uid":"98797d17a29ab634","name":"Subscribe to topic containing long and receive message","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94a894f883fe78b","name":"can start the service","time":{"start":1707792849457,"stop":1707792849457,"duration":0},"status":"passed","severity":"normal"},{"uid":"d3bb884944966285","name":"Check publish message containing SQL Injection","time":{"start":1707793153217,"stop":1707793153217,"duration":0},"status":"passed","severity":"normal"},{"uid":"718342f0a27489e0","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"status":"passed","severity":"normal"},{"uid":"328ecf4b99676dbc","name":"Store - dialed after - with timeout","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3d4fb922a23e7c","name":"Check message on other pubsub topic is not received","time":{"start":1707793371124,"stop":1707793371125,"duration":1},"status":"passed","severity":"normal"},{"uid":"957ec802226ce060","name":"should set field with only STORE enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b2c03219947e51","name":"throws on empty content topic","time":{"start":1707792792547,"stop":1707792792548,"duration":1},"status":"passed","severity":"normal"},{"uid":"e189addd65cf4d62","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707793012484,"stop":1707793012485,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9fbbf0f3e327a09","name":"does not throw on valid cases","time":{"start":1707792792547,"stop":1707792792547,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ae2747500a4872a","name":"Fails to push message with large meta","time":{"start":1707793370639,"stop":1707793370640,"duration":1},"status":"passed","severity":"normal"},{"uid":"b556e69fd752604d","name":"Passing page size 3 when there are 20 messages","time":{"start":1707793392501,"stop":1707793392502,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b86b2e84b061167","name":"Refresh subscription","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef76f9f2d89d5ba","name":"Subscribe and receive messages via lightPush","time":{"start":1707792958823,"stop":1707792958827,"duration":4},"status":"passed","severity":"normal"},{"uid":"e409ad3f6287d571","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707793446742,"stop":1707793446743,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa053323da58213","name":"Subscribe and receives messages on 20 topics","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"status":"passed","severity":"normal"},{"uid":"3312ef564d647fcc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"status":"passed","severity":"normal"},{"uid":"e687e1b47c6f1dc0","name":"Relay + Store","time":{"start":1707792800819,"stop":1707792800819,"duration":0},"status":"passed","severity":"normal"},{"uid":"ecf082d0499c268d","name":"Fails to publish message with empty text","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed43bef12dafa6b5","name":"caches peers it previously fetched","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6dbbbbc5de6453","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707793446746,"stop":1707793446747,"duration":1},"status":"passed","severity":"normal"},{"uid":"2269e0cfe4714180","name":"Push message with long payload","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1d546de4251c806","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369034,"stop":1707793369034,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf0996152959c745","name":"Check received message containing JSON","time":{"start":1707793028276,"stop":1707793028276,"duration":0},"status":"passed","severity":"normal"},{"uid":"97799c92c3a24a44","name":"through manual discovery","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d10e94729ae66da","name":"should be able to encode the field with only STORE set to true","time":{"start":1707792799998,"stop":1707792799999,"duration":1},"status":"passed","severity":"normal"},{"uid":"16408df251bec517","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"status":"passed","severity":"normal"},{"uid":"c579d72b6195f213","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"status":"passed","severity":"normal"},{"uid":"5a8254595a4f5bc4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","severity":"normal"},{"uid":"18542f5259d42963","name":"Push message with content topic containing JSON","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff4ce34f34cf38","name":"Check meta is set [symmetric]","time":{"start":1707792820891,"stop":1707792820891,"duration":0},"status":"passed","severity":"normal"},{"uid":"a534857cfd82b057","name":"pre and post cipher","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f11a41b55cebecf","name":"should throw error - no id","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"status":"passed","severity":"normal"},{"uid":"4242d75079a005cf","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"status":"passed","severity":"normal"},{"uid":"e96537e332504eae","name":"Nwaku publishes","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0c60b75ab958b3","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","severity":"normal"},{"uid":"1446f27b426a627b","name":"Check received message containing Arabic","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"status":"passed","severity":"normal"},{"uid":"4781ee06593ce431","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"status":"passed","severity":"normal"},{"uid":"e15c0b354019d337","name":"Push message with content topic containing Chinese","time":{"start":1707793370633,"stop":1707793370633,"duration":0},"status":"passed","severity":"normal"},{"uid":"c778894017771e9a","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707793059102,"stop":1707793059103,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cd19c5e8f10dff","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707793012503,"stop":1707793012507,"duration":4},"status":"passed","severity":"normal"},{"uid":"1f8fc422d3b4d66e","name":"Ordered Callback - forward","time":{"start":1707793383651,"stop":1707793383651,"duration":0},"status":"passed","severity":"normal"},{"uid":"2956f03dc29cc7e6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086602,"stop":1707793086603,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c9b85e20a960903","name":"Push message with unicode special characters payload","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f61758232802d7a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb97c562455d3ef","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792919940,"stop":1707792919941,"duration":1},"status":"passed","severity":"normal"},{"uid":"e478d0baa9416483","name":"udp ip6 address","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6bd34cd5ac9fdb4","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707792815082,"stop":1707792815082,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47d37ce34d5e9ec","name":"Push message with Arabic payload","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"status":"passed","severity":"normal"},{"uid":"477254391a5a53b1","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"status":"passed","severity":"normal"},{"uid":"49446f5b3504079c","name":"should emit a peer event after start","time":{"start":1707793230152,"stop":1707793230152,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6e2ff6b1861ef8","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"status":"passed","severity":"normal"},{"uid":"259a77639d0ee691","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"status":"passed","severity":"normal"},{"uid":"1afd23b5dbdffd4c","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ba30b99866a801f","name":"Push message with content topic containing Script","time":{"start":1707793238873,"stop":1707793238873,"duration":0},"status":"passed","severity":"normal"},{"uid":"5874ac67edfe5e7e","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707792814742,"stop":1707792814742,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e65953ffb589b00","name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d10b5656006a29f","name":"can dial TLS multiaddrs","time":{"start":1707793093670,"stop":1707793093671,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd651f0866acbc7f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707792800011,"stop":1707792800011,"duration":0},"status":"passed","severity":"normal"},{"uid":"f191160c23dce064","name":"throws on content topic with empty encoding field","time":{"start":1707792792551,"stop":1707792792552,"duration":1},"status":"passed","severity":"normal"},{"uid":"30971d9b353f5312","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707793446737,"stop":1707793446738,"duration":1},"status":"passed","severity":"normal"},{"uid":"28847ed8a12aa789","name":"Check received message containing long","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"status":"passed","severity":"normal"},{"uid":"5375952f6039385b","name":"Push message with custom timestamp: 1677034612699","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a63dd7b7594ec47","name":"Push message with shell command payload","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"status":"passed","severity":"normal"},{"uid":"de5a7a7052c27654","name":"Check received message containing Arabic","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"status":"passed","severity":"normal"},{"uid":"db8307fb303ad01c","name":"Check received message containing Basic HTML tag","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4446925c3ed4ebd","name":"Push message with custom timestamp: 1707796612699","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"status":"passed","severity":"normal"},{"uid":"6d9d9c1549d313ee","name":"Push message with rate limit","time":{"start":1707793370640,"stop":1707793370641,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc769d72da408c1","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"status":"passed","severity":"normal"},{"uid":"2ce3c8a69faf9a0e","name":"Subscribe to topic containing XML and publish message","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"status":"passed","severity":"normal"},{"uid":"bf6f142ebbca0f7f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707793446731,"stop":1707793446731,"duration":0},"status":"passed","severity":"normal"},{"uid":"61b9f3173ca65968","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707793168696,"stop":1707793168696,"duration":0},"status":"passed","severity":"normal"},{"uid":"80e14ac0962a215f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142796,"stop":1707793142796,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b8f46e6270b50c","name":"Refresh subscription","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8e9ccba4e09f3f7e","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"status":"passed","severity":"normal"},{"uid":"551b02c4b49e9067","name":"Fails to push message with large meta","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"status":"passed","severity":"normal"},{"uid":"7e70ea98897c54a2","name":"safeDispatchEvent","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"status":"passed","severity":"normal"},{"uid":"74f7a5a1d87aab2e","name":"should be called for bootstrap peers","time":{"start":1707792846324,"stop":1707792846324,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bcfd579b98bd13f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707793168673,"stop":1707793168674,"duration":1},"status":"passed","severity":"normal"},{"uid":"37347df3157fb386","name":"isConnected should return true after first peer connects","time":{"start":1707792890684,"stop":1707792890684,"duration":0},"status":"passed","severity":"normal"},{"uid":"8241451025eaf79c","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707793142779,"stop":1707793142780,"duration":1},"status":"passed","severity":"normal"},{"uid":"7963619c63111dec","name":"Relay + Store","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd4f3ab563d3d99a","name":"connects to nwaku","time":{"start":1707793400887,"stop":1707793400887,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8025512ec9b7c7","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707793168681,"stop":1707793168682,"duration":1},"status":"passed","severity":"normal"},{"uid":"47cfd4015a024311","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"status":"passed","severity":"normal"},{"uid":"59c22a3ec248ec27","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707793168685,"stop":1707793168686,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e79c918ffd9ea99","name":"should set field with only RELAY enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"80a64f10810e0cad","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"status":"passed","severity":"normal"},{"uid":"73cab62f50496467","name":"listenerCount","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c2eaba5c820818","name":"Check received message containing Basic HTML tag","time":{"start":1707793371113,"stop":1707793371114,"duration":1},"status":"passed","severity":"normal"},{"uid":"474394424da8240a","name":"Subscribe to topic containing short and publish message","time":{"start":1707793168678,"stop":1707793168679,"duration":1},"status":"passed","severity":"normal"},{"uid":"af93167741a1b462","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907229,"stop":1707792907229,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5253321bb0178b3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"status":"passed","severity":"normal"},{"uid":"a362b1734d6ad49","name":"should encode/decode to text encoding","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"3263e0f2f2f540b9","name":"1 Store, 2 fetches","time":{"start":1707792814756,"stop":1707792814756,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c2e39983ff073a8","name":"Check publish message containing long","time":{"start":1707793153213,"stop":1707793153213,"duration":0},"status":"passed","severity":"normal"},{"uid":"25dd018bf4475d2","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707793168672,"stop":1707793168673,"duration":1},"status":"passed","severity":"normal"},{"uid":"986479062af15faa","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707793446752,"stop":1707793446753,"duration":1},"status":"passed","severity":"normal"},{"uid":"71d28276ba4cd325","name":"Push message with Arabic payload","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cf072d01d1fef5","name":"Check received message containing emoji","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bca0451dfab9f6d","name":"Push message with Russian payload","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa286225cfe5e58","name":"Check message with no payload is not received","time":{"start":1707793371106,"stop":1707793371106,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce35694509b24998","name":"Check publish message containing Basic HTML tag","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b96ca264741be34","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707793446741,"stop":1707793446742,"duration":1},"status":"passed","severity":"normal"},{"uid":"76db239c4105ee49","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707792815082,"stop":1707792815082,"duration":0},"status":"passed","severity":"normal"},{"uid":"b85c0b207d46ee44","name":"Check received message containing shell command","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"status":"passed","severity":"normal"},{"uid":"3453d736075045c","name":"Check publish message containing emoji","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"status":"passed","severity":"normal"},{"uid":"32156957ffeeb3d9","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707793059099,"stop":1707793059099,"duration":0},"status":"passed","severity":"normal"},{"uid":"babc8f22fb8fa529","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707793287275,"stop":1707793287276,"duration":1},"status":"passed","severity":"normal"},{"uid":"4df144972f066d1f","name":"Check received message containing numeric","time":{"start":1707793028264,"stop":1707793028264,"duration":0},"status":"passed","severity":"normal"},{"uid":"b573e086563c680b","name":"Publishes to nwaku","time":{"start":1707793128331,"stop":1707793128332,"duration":1},"status":"passed","severity":"normal"},{"uid":"a4443511c88d268d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086604,"stop":1707793086604,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec9b4068c9a6b45","name":"Relay","time":{"start":1707792848725,"stop":1707792848725,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bd6dc2a157e3582","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"status":"passed","severity":"normal"},{"uid":"8279a10bff3b46fc","name":"Check message with extra parameter is not received","time":{"start":1707793028290,"stop":1707793028291,"duration":1},"status":"passed","severity":"normal"},{"uid":"aab97a625d88f25c","name":"dispatchEvent via connectionManager","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"status":"skipped","severity":"normal"},{"uid":"7fe3d1283a338d0f","name":"Push message with special chars payload","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"status":"passed","severity":"normal"},{"uid":"20a63c7eb0cf973b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907231,"stop":1707792907231,"duration":0},"status":"passed","severity":"normal"},{"uid":"99959ade6840c143","name":"Nodes with multiple pubsub topic","time":{"start":1707793142780,"stop":1707793142781,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7f5e0bf7df6ded6","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707793446753,"stop":1707793446753,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6257f0cf171800","name":"Check received message containing Script","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"status":"passed","severity":"normal"},{"uid":"b8fd845bf60bcad5","name":"Does not throw an exception when node disconnects","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6406/widgets/status-chart.json b/6406/widgets/status-chart.json index 129b11f898c..f67ed62aa39 100644 --- a/6406/widgets/status-chart.json +++ b/6406/widgets/status-chart.json @@ -1 +1 @@ -[{"uid":"518ec275668216a0","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707769774626,"stop":1707769774626,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0abd36bf1436e9d","name":"Push message with Script payload","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"status":"passed","severity":"normal"},{"uid":"50eb5f2237f5ff98","name":"Push message with long payload","time":{"start":1707770234566,"stop":1707770234567,"duration":1},"status":"passed","severity":"normal"},{"uid":"37b48df0061958b6","name":"Check received message with timestamp: undefined ","time":{"start":1707770335621,"stop":1707770335622,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3b27c83715d75a9","name":"Check received message containing Chinese","time":{"start":1707770001375,"stop":1707770001376,"duration":1},"status":"passed","severity":"normal"},{"uid":"661fdecd8ff265d7","name":"Check message with invalid timestamp is not received","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7348db86280933bd","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707770393726,"stop":1707770393726,"duration":0},"status":"passed","severity":"normal"},{"uid":"65d7be0f7ce83f63","name":"Throws when trying to push message with empty payload","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2fd8102101f3e2c","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770335606,"stop":1707770335607,"duration":1},"status":"passed","severity":"normal"},{"uid":"5159e2425748166b","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707769769303,"stop":1707769769304,"duration":1},"status":"passed","severity":"normal"},{"uid":"563f734bc5324f7b","name":"Check message with no content topic is not received","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b448eee5becd150","name":"Accepts a valid Waku Message","time":{"start":1707769783776,"stop":1707769783777,"duration":1},"status":"passed","severity":"normal"},{"uid":"8ff2ca598b5e7861","name":"Query with Ordered Callback, No message returned","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"status":"passed","severity":"normal"},{"uid":"30adc7e787a820d8","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707769774619,"stop":1707769774620,"duration":1},"status":"passed","severity":"normal"},{"uid":"377dea4ba7260dee","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"status":"passed","severity":"normal"},{"uid":"62c6a7879070b09d","name":"should use DNS peer discovery with light client","time":{"start":1707769825085,"stop":1707769825086,"duration":1},"status":"skipped","severity":"normal"},{"uid":"5c4ed75b7611a2da","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"status":"passed","severity":"normal"},{"uid":"6312e5f2407c80f2","name":"Round trip binary serialization","time":{"start":1707769780296,"stop":1707769780297,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d9dbc75862cc6ee","name":"Push message with emoji payload","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ee789cf5e62c05","name":"Push message with Arabic payload","time":{"start":1707770395177,"stop":1707770395177,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffac6cbe2c336ba9","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121404,"stop":1707770121405,"duration":1},"status":"passed","severity":"normal"},{"uid":"6479900a1d29b86f","name":"different cluster, same shard: nodes don't connect","time":{"start":1707770055876,"stop":1707770055877,"duration":1},"status":"passed","severity":"normal"},{"uid":"f552728a88e7a936","name":"Relay + Store","time":{"start":1707769775418,"stop":1707769775418,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b495dc82b5a9fe1","name":"Check publish message containing Russian","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a9c372cf2fe08fd","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707770325615,"stop":1707770325617,"duration":2},"status":"passed","severity":"normal"},{"uid":"3f0217eacb647d58","name":"Refresh subscription","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5c7eec79b5a9247","name":"Check received message with timestamp: 1707769812106000000 ","time":{"start":1707770335605,"stop":1707770335605,"duration":0},"status":"passed","severity":"normal"},{"uid":"a2caff49842c994b","name":"nwaku interop","time":{"start":1707770210095,"stop":1707770210095,"duration":0},"status":"skipped","severity":"normal"},{"uid":"32c922f0d1d2459","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f26c4a83e10c919","name":"Check received message containing emoji","time":{"start":1707770001381,"stop":1707770001381,"duration":0},"status":"passed","severity":"normal"},{"uid":"e394f617e12e0e8b","name":"Check message with no pubsub topic is not received","time":{"start":1707770335608,"stop":1707770335608,"duration":0},"status":"passed","severity":"normal"},{"uid":"f71a04cb93b2fb92","name":"Push message with content topic containing Arabic","time":{"start":1707770234577,"stop":1707770234577,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fdec57b1ccd949a","name":"throws on content topic with too few or too many fields","time":{"start":1707769766683,"stop":1707769766684,"duration":1},"status":"passed","severity":"normal"},{"uid":"7767795f824c862c","name":"Push message with unicode special characters payload","time":{"start":1707770395181,"stop":1707770395181,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5ba2cce04506e91","name":"Push message on custom pubsubTopic","time":{"start":1707770075682,"stop":1707770075683,"duration":1},"status":"passed","severity":"normal"},{"uid":"1a2de2823f8b25b1","name":"Push message with Script payload","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb0e559bfac46dd5","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707770019759,"stop":1707770019759,"duration":0},"status":"passed","severity":"normal"},{"uid":"5837925cd9e79ca1","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770018832,"stop":1707770018833,"duration":1},"status":"passed","severity":"normal"},{"uid":"50d0ef14bc3be711","name":"getPeersByDiscovery","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"status":"passed","severity":"normal"},{"uid":"1453d341a814dd2b","name":"Push message with content topic containing short","time":{"start":1707770395183,"stop":1707770395183,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a68eb11c6e86ea4","name":"nwaku subscribes","time":{"start":1707770111438,"stop":1707770111438,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1bc690210e8802f","name":"Check message with no payload is not received","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"status":"passed","severity":"normal"},{"uid":"dd7b6b712b14b6d5","name":"should only return 1 node with relay and store capability","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"status":"passed","severity":"normal"},{"uid":"a73a22556f85c7a9","name":"should set field with only STORE enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbb7ed7bd3a45460","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707769789488,"stop":1707769789488,"duration":0},"status":"passed","severity":"normal"},{"uid":"c10bd3ae1fab81f6","name":"Passing page size 1 when there are 4 messages","time":{"start":1707770376994,"stop":1707770376995,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2df579c305a33b","name":"Check received message with timestamp: 1707769812106 ","time":{"start":1707770335620,"stop":1707770335620,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d597c9264fff277","name":"Decoder throws on empty string content topic","time":{"start":1707769795725,"stop":1707769795725,"duration":0},"status":"passed","severity":"normal"},{"uid":"21b4fbd6f7be9f26","name":"Push message with content topic containing Russian","time":{"start":1707770234577,"stop":1707770234578,"duration":1},"status":"passed","severity":"normal"},{"uid":"866ec6caea5f44ba","name":"Push message with content topic containing SQL Injection","time":{"start":1707770395186,"stop":1707770395187,"duration":1},"status":"passed","severity":"normal"},{"uid":"72db306e15ec8b5d","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"c92a0c4de57afa5c","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770424183,"stop":1707770424184,"duration":1},"status":"skipped","severity":"normal"},{"uid":"cf8a11401f3fcdfb","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707769999854,"stop":1707769999854,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccf6e5727fe0c819","name":"connects to nwaku","time":{"start":1707770389546,"stop":1707770389546,"duration":0},"status":"passed","severity":"normal"},{"uid":"98246f3d4b4d7386","name":"Check message with no content topic is not received","time":{"start":1707770335609,"stop":1707770335609,"duration":0},"status":"passed","severity":"normal"},{"uid":"bec6c34264aeb139","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353932,"stop":1707770353934,"duration":2},"status":"passed","severity":"normal"},{"uid":"2280f1e5d8b4fa0f","name":"Push message with long payload","time":{"start":1707770395175,"stop":1707770395176,"duration":1},"status":"passed","severity":"normal"},{"uid":"4559c5830321e84f","name":"Subscribe and publish message","time":{"start":1707770142480,"stop":1707770142481,"duration":1},"status":"passed","severity":"normal"},{"uid":"390e65815824c096","name":"Fields are not dropped","time":{"start":1707769779719,"stop":1707769779721,"duration":2},"status":"passed","severity":"normal"},{"uid":"34ed353c066c6d97","name":"throws on content topic with empty application field","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"status":"passed","severity":"normal"},{"uid":"94f18941b3873876","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878817,"stop":1707769878817,"duration":0},"status":"passed","severity":"normal"},{"uid":"b682ed96ee2e7243","name":"Check message with extra parameter is not received","time":{"start":1707770001385,"stop":1707770001386,"duration":1},"status":"passed","severity":"normal"},{"uid":"70b3ae1baf529f9e","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999861,"stop":1707769999861,"duration":0},"status":"passed","severity":"normal"},{"uid":"17f3dcd4669f9b30","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121405,"stop":1707770121406,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5c5602c0f9f653","name":"Query generator for 2000 messages","time":{"start":1707770339593,"stop":1707770339593,"duration":0},"status":"passed","severity":"normal"},{"uid":"334661a64b6f2399","name":"Privacy Node - default protocol","time":{"start":1707770398289,"stop":1707770398289,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2e154dea9a8aead","name":"Decoder throws on undefined content topic","time":{"start":1707769780299,"stop":1707769780300,"duration":1},"status":"passed","severity":"normal"},{"uid":"ab594840c6e935a3","name":"Check received message containing XML","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd0d15345a8080c6","name":"Push message with Chinese payload","time":{"start":1707770234568,"stop":1707770234568,"duration":0},"status":"passed","severity":"normal"},{"uid":"17ae69826e4e109c","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"status":"passed","severity":"normal"},{"uid":"591b91e2e6ce2103","name":"retrieves a single peer","time":{"start":1707769789801,"stop":1707769789802,"duration":1},"status":"passed","severity":"normal"},{"uid":"48be00d2e7427454","name":"Promise Callback - forward","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"status":"passed","severity":"normal"},{"uid":"64184a529804488","name":"Publish message with custom timestamp: Mon Feb 12 2024 19:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0b528c6530e54b8","name":"can dial TLS multiaddrs","time":{"start":1707770062840,"stop":1707770062841,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ea437ff036c0d9","name":"Relay - dialed after","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"status":"passed","severity":"normal"},{"uid":"d97358fd64a2d184","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707769999868,"stop":1707769999868,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9e2a946fd3c6961","name":"Relay","time":{"start":1707769822473,"stop":1707769822473,"duration":0},"status":"passed","severity":"normal"},{"uid":"2149e3aa02c5c7e4","name":"Fails to push message with empty content topic","time":{"start":1707770234583,"stop":1707770234583,"duration":0},"status":"passed","severity":"normal"},{"uid":"30583484cf060d7c","name":"should emit a peer event after start","time":{"start":1707769825074,"stop":1707769825075,"duration":1},"status":"passed","severity":"normal"},{"uid":"e91f7de77bf89d","name":"Check publish message containing shell command","time":{"start":1707770131701,"stop":1707770131702,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2b6d0d3dce02a3a","name":"Query generator for multiple messages","time":{"start":1707770339585,"stop":1707770339586,"duration":1},"status":"passed","severity":"normal"},{"uid":"411b98200239713b","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707769774630,"stop":1707769774631,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56c7de4bf4abd10","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707769999862,"stop":1707769999862,"duration":0},"status":"passed","severity":"normal"},{"uid":"772398f880ab7e81","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999877,"stop":1707769999877,"duration":0},"status":"passed","severity":"normal"},{"uid":"240e71e5552a62ef","name":"Push message with Russian payload","time":{"start":1707770395177,"stop":1707770395178,"duration":1},"status":"passed","severity":"normal"},{"uid":"7675f37f190c0aa6","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770424192,"stop":1707770424192,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2392036f0a992e","name":"Push message equal or less that 1MB","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"status":"passed","severity":"normal"},{"uid":"58cf68b3c4e95727","name":"Query Generator - backward","time":{"start":1707770355204,"stop":1707770355204,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ad72f414f36c722","name":"should set field with only RELAY enabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0ec0b2dcc831e51","name":"should get / set TCP multiaddr","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebf734d2fd18d743","name":"unsubscribes","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cbf9a5d50509e0b","name":"Check received message containing Basic HTML tag","time":{"start":1707770335602,"stop":1707770335602,"duration":0},"status":"passed","severity":"normal"},{"uid":"2837b3c06df9adf7","name":"throws on content topic with empty topic name field","time":{"start":1707769766686,"stop":1707769766687,"duration":1},"status":"passed","severity":"normal"},{"uid":"db33f0ef6e592f61","name":"configure the node with multiple pubsub topics","time":{"start":1707770222926,"stop":1707770222926,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca525a761e07bfa","name":"should properly compute the node id","time":{"start":1707769775411,"stop":1707769775411,"duration":0},"status":"passed","severity":"normal"},{"uid":"8af38e2eb2baf574","name":"should properly create location multiaddrs - udp","time":{"start":1707769775414,"stop":1707769775415,"duration":1},"status":"passed","severity":"normal"},{"uid":"d85d879e83b755da","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"status":"passed","severity":"normal"},{"uid":"95924ec13ada27bc","name":"Asymmetric encrypt & decrypt","time":{"start":1707769796121,"stop":1707769796121,"duration":0},"status":"passed","severity":"normal"},{"uid":"24941bca768f285e","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770424188,"stop":1707770424188,"duration":0},"status":"passed","severity":"normal"},{"uid":"fe45b00675a1c1a7","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707769780144,"stop":1707769780144,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f71c2d4fda46ac5","name":"configure the node with multiple pubsub topics","time":{"start":1707770222924,"stop":1707770222925,"duration":1},"status":"passed","severity":"normal"},{"uid":"c2b0aff42d682b96","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e40072116322214","name":"Fails to push message with large meta","time":{"start":1707770234584,"stop":1707770234592,"duration":8},"status":"passed","severity":"normal"},{"uid":"8fb3c0547e0a44de","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353934,"stop":1707770353935,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bfed5864a517fd","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707770019754,"stop":1707770019754,"duration":0},"status":"passed","severity":"normal"},{"uid":"6683e7464c657db1","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770018847,"stop":1707770018848,"duration":1},"status":"passed","severity":"normal"},{"uid":"74581c87fd2a52b7","name":"Check received message containing special chars","time":{"start":1707770335595,"stop":1707770335596,"duration":1},"status":"passed","severity":"normal"},{"uid":"2815272f711185a7","name":"Push message with numeric payload","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"status":"passed","severity":"normal"},{"uid":"f22657899405d2a9","name":"Push 30 different messages","time":{"start":1707770395181,"stop":1707770395183,"duration":2},"status":"passed","severity":"normal"},{"uid":"ca3489251f0a65fa","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"status":"passed","severity":"normal"},{"uid":"8a035e998695a01c","name":"Fails to push message with large meta","time":{"start":1707770395191,"stop":1707770395192,"duration":1},"status":"passed","severity":"normal"},{"uid":"73c85fb06ee61693","name":"pre and post cipher","time":{"start":1707769796122,"stop":1707769796123,"duration":1},"status":"passed","severity":"normal"},{"uid":"506521b8a14811d4","name":"Query with Promise Callback, No message returned","time":{"start":1707770293504,"stop":1707770293505,"duration":1},"status":"passed","severity":"normal"},{"uid":"34a4a92b7b00ddd5","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707769795721,"stop":1707769795722,"duration":1},"status":"passed","severity":"normal"},{"uid":"94c4421c534b54f7","name":"Refresh subscription","time":{"start":1707770142482,"stop":1707770142483,"duration":1},"status":"skipped","severity":"normal"},{"uid":"957941a0b8129cb","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a5c0755ea13e16b","name":"Push message with JSON payload","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"status":"passed","severity":"normal"},{"uid":"20c4c38eb8fa46c8","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707769999861,"stop":1707769999862,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e3fff04e9dea35e","name":"Check message received after nwaku node is restarted","time":{"start":1707770001387,"stop":1707770001387,"duration":0},"status":"skipped","severity":"normal"},{"uid":"697534a2e92edaee","name":"Ordered callback, aborts when callback returns true","time":{"start":1707770339592,"stop":1707770339593,"duration":1},"status":"passed","severity":"normal"},{"uid":"8f2a75b5fb5036b8","name":"topics with same application and version share the same shard","time":{"start":1707769766688,"stop":1707769766689,"duration":1},"status":"passed","severity":"normal"},{"uid":"9b0adace1dcca41","name":"Check message received after jswaku node is restarted","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"status":"skipped","severity":"normal"},{"uid":"fff5b5f58828735e","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bab8eb561de3664","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707770339586,"stop":1707770339587,"duration":1},"status":"passed","severity":"normal"},{"uid":"47ad5624925b93f2","name":"Query generator for multiple messages with different content topic format","time":{"start":1707770339587,"stop":1707770339587,"duration":0},"status":"passed","severity":"normal"},{"uid":"44046cf81553e728","name":"same cluster, different shard: nodes connect","time":{"start":1707769999851,"stop":1707769999851,"duration":0},"status":"passed","severity":"normal"},{"uid":"d568a7ca14bfe776","name":"Fails to publish message with wrong content topic","time":{"start":1707770131707,"stop":1707770131708,"duration":1},"status":"passed","severity":"normal"},{"uid":"53c5cb0e1ac95df5","name":"should throw an error for insufficient data","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"status":"passed","severity":"normal"},{"uid":"a429c055484336de","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707770121409,"stop":1707770121409,"duration":0},"status":"passed","severity":"normal"},{"uid":"be1cecd6c0a67c2","name":"Passing cursor with wrong message digest","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"status":"passed","severity":"normal"},{"uid":"55b0c80548f0ed49","name":"Push message with special chars payload","time":{"start":1707770395176,"stop":1707770395176,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0a0d43dd4375183","name":"returns all values when wanted number is greater than available values","time":{"start":1707769788866,"stop":1707769788867,"duration":1},"status":"passed","severity":"normal"},{"uid":"99dd5e43dbc1d370","name":"Push message with shell command payload","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"status":"passed","severity":"normal"},{"uid":"50b70d34b9fe4d8a","name":"Ping on peer without subscriptions","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"status":"passed","severity":"normal"},{"uid":"e44effc9215961f1","name":"Register correct protocols","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"status":"passed","severity":"normal"},{"uid":"7889af2304dfb5fd","name":"Check received message containing Script","time":{"start":1707770335614,"stop":1707770335615,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ba266bdb5dad499","name":"Push message with content topic containing Chinese","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"status":"passed","severity":"normal"},{"uid":"e73496c5edf2b386","name":"can start and stop the service","time":{"start":1707769825069,"stop":1707769825073,"duration":4},"status":"passed","severity":"normal"},{"uid":"9d6ad262aeb7b964","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"status":"passed","severity":"normal"},{"uid":"96cf2fc15d09eb11","name":"Check message on other pubsub topic is not received","time":{"start":1707770335608,"stop":1707770335608,"duration":0},"status":"passed","severity":"normal"},{"uid":"11e6898894ed0f1d","name":"Ordered Callback - forward","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"status":"passed","severity":"normal"},{"uid":"124cefe2009480ce","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075685,"stop":1707770075685,"duration":0},"status":"passed","severity":"normal"},{"uid":"12f72bc048225556","name":"Check message on other pubsub topic is not received","time":{"start":1707770001383,"stop":1707770001384,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ebc808ddb129d90","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353936,"stop":1707770353936,"duration":0},"status":"passed","severity":"normal"},{"uid":"69d648c41efe331b","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"dda2805c6a76dea1","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707769999859,"stop":1707769999860,"duration":1},"status":"passed","severity":"normal"},{"uid":"94927b9fee4ba9d2","name":"dispatchEvent via connectionManager","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"status":"skipped","severity":"normal"},{"uid":"56ce9c659bb9811b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707769999863,"stop":1707769999863,"duration":0},"status":"passed","severity":"normal"},{"uid":"98840ac69cbf6853","name":"Push message with custom timestamp: 1677011600007","time":{"start":1707770395192,"stop":1707770395193,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1f04948a3c2ed93","name":"Check received message containing numeric","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d0c4aac93d55f79","name":"LightPush","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd91636cf4d5e7df","name":"Check received message containing special chars","time":{"start":1707770335612,"stop":1707770335613,"duration":1},"status":"passed","severity":"normal"},{"uid":"19e935d1e81ff009","name":"Push message with rate limit","time":{"start":1707770234592,"stop":1707770234592,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd6852d0e80b434e","name":"should set field with all protocols disabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"4fd8af0c58407dcd","name":"returns all values when wanted number matches available values","time":{"start":1707769788864,"stop":1707769788866,"duration":2},"status":"passed","severity":"normal"},{"uid":"47de8162188928a9","name":"Nwaku publishes","time":{"start":1707770111439,"stop":1707770111439,"duration":0},"status":"passed","severity":"normal"},{"uid":"391939995f63e71f","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"902abc4d7ac60cb6","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"status":"passed","severity":"normal"},{"uid":"428caac747694461","name":"Push message with SQL Injection payload","time":{"start":1707770234569,"stop":1707770234570,"duration":1},"status":"passed","severity":"normal"},{"uid":"de15dd81c4859513","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878812,"stop":1707769878813,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb57e73f93e0a0ec","name":"Push message with numeric payload","time":{"start":1707770234567,"stop":1707770234567,"duration":0},"status":"passed","severity":"normal"},{"uid":"564e87c54ed57cc7","name":"Check meta is set [symmetric]","time":{"start":1707769795722,"stop":1707769795722,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0acf8c6302641b2","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"42266912e0fcff","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707769820506,"stop":1707769820506,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c6aa00484e890e6","name":"Push message with escaped characters payload","time":{"start":1707770395180,"stop":1707770395180,"duration":0},"status":"passed","severity":"normal"},{"uid":"6df8b426819fbd25","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707770359155,"stop":1707770359155,"duration":0},"status":"passed","severity":"normal"},{"uid":"fb986c8114b388ed","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"286d97d97e8fad22","name":"Check message received after jswaku node is restarted","time":{"start":1707770335632,"stop":1707770335632,"duration":0},"status":"skipped","severity":"normal"},{"uid":"51e1f12e2a18a5af","name":"Push message on custom pubsubTopic","time":{"start":1707770075684,"stop":1707770075684,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9644f5b2bdf7cfb","name":"same cluster, same shard: nodes connect","time":{"start":1707769999850,"stop":1707769999851,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fe3494d3bd78dbc","name":"Store - dialed after - with timeout","time":{"start":1707770398287,"stop":1707770398288,"duration":1},"status":"passed","severity":"normal"},{"uid":"904d551741cecef4","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707769774632,"stop":1707769774632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ba556d74cdc15bb","name":"Check message received after jswaku node is restarted","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"status":"skipped","severity":"normal"},{"uid":"69cf799b6f196a0b","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707769999860,"stop":1707769999861,"duration":1},"status":"passed","severity":"normal"},{"uid":"97de0b388edadabb","name":"caches peers it previously fetched","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"status":"passed","severity":"normal"},{"uid":"5376ef6bb9988017","name":"Decrypt messages","time":{"start":1707770077959,"stop":1707770077959,"duration":0},"status":"passed","severity":"normal"},{"uid":"64ad4566edf3b3","name":"Push message with XML payload","time":{"start":1707770234570,"stop":1707770234570,"duration":0},"status":"passed","severity":"normal"},{"uid":"52f7190cc09616ee","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770018826,"stop":1707770018827,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfeb786cbf1141d6","name":"should not fail to stop the service if it was not started","time":{"start":1707770210097,"stop":1707770210097,"duration":0},"status":"passed","severity":"normal"},{"uid":"950a82e7db5fffd9","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707770293501,"stop":1707770293502,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3213ce5fe2b1f41","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770424183,"stop":1707770424183,"duration":0},"status":"passed","severity":"normal"},{"uid":"c113a33c729c954e","name":"should set field with all protocols enabled","time":{"start":1707769775416,"stop":1707769775416,"duration":0},"status":"passed","severity":"normal"},{"uid":"90a5fea4fcbc6212","name":"A test","time":{"start":1707770019848,"stop":1707770019848,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fa05eed189a88f","name":"Push message with content topic containing JSON","time":{"start":1707770395188,"stop":1707770395189,"duration":1},"status":"passed","severity":"normal"},{"uid":"36940ae2cca0f6","name":"Ephemeral messages are not stored","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"status":"passed","severity":"normal"},{"uid":"42ad72f03876b95e","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"status":"passed","severity":"normal"},{"uid":"898c289635aef79b","name":"Using a function","time":{"start":1707770389547,"stop":1707770389548,"duration":1},"status":"passed","severity":"normal"},{"uid":"2d52acc101ac1d8f","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707769812637,"stop":1707769812637,"duration":0},"status":"passed","severity":"normal"},{"uid":"3aa2fe4d88f9f37f","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770424179,"stop":1707770424179,"duration":0},"status":"passed","severity":"normal"},{"uid":"24a70cd808154fea","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"status":"passed","severity":"normal"},{"uid":"f76d4400fb08f3bc","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"status":"passed","severity":"normal"},{"uid":"98f303af88bcc3e6","name":"Meta field set when metaSetter is specified","time":{"start":1707769780297,"stop":1707769780298,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2a0c66e0d5bb85a","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707769999865,"stop":1707769999866,"duration":1},"status":"passed","severity":"normal"},{"uid":"5cd0d49ed39d938","name":"Push message with content topic containing Script","time":{"start":1707770395187,"stop":1707770395187,"duration":0},"status":"passed","severity":"normal"},{"uid":"5dc3e6510753d012","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770018846,"stop":1707770018847,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2c318bf6532017a","name":"Ping on subscribed peer","time":{"start":1707769844707,"stop":1707769844707,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6749ab6a0f771a4","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770018842,"stop":1707770018843,"duration":1},"status":"passed","severity":"normal"},{"uid":"e4d6861dd25cfa75","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707770019757,"stop":1707770019757,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a905b9ce2d2f90c","name":"Check message with non string payload is not received","time":{"start":1707770335610,"stop":1707770335610,"duration":0},"status":"passed","severity":"normal"},{"uid":"4174a08dbaf298e7","name":"Check publish message after client node is restarted","time":{"start":1707770131709,"stop":1707770131710,"duration":1},"status":"skipped","severity":"normal"},{"uid":"c7362ebf2d1ccfe7","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707769789491,"stop":1707769789491,"duration":0},"status":"passed","severity":"normal"},{"uid":"f19814b3c6f219","name":"Push message with custom timestamp: 1707766401516","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d2932f3936e8162","name":"through manual discovery","time":{"start":1707770062842,"stop":1707770062842,"duration":0},"status":"passed","severity":"normal"},{"uid":"c6650bc55cf99520","name":"Check received message with timestamp: 1707769811950000000 ","time":{"start":1707770001381,"stop":1707770001382,"duration":1},"status":"passed","severity":"normal"},{"uid":"5edfcea4b505ecca","name":"Ephemeral field set to true","time":{"start":1707769780297,"stop":1707769780297,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ca71f31ac5ae420","name":"Push message with JSON payload","time":{"start":1707770395179,"stop":1707770395180,"duration":1},"status":"passed","severity":"normal"},{"uid":"3d353a9b7e37c126","name":"Check received message containing Arabic","time":{"start":1707770001376,"stop":1707770001376,"duration":0},"status":"passed","severity":"normal"},{"uid":"b96fcbd34f3984b","name":"Check received message containing escaped characters","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b1a056a222b7ca1","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707770055869,"stop":1707770055869,"duration":0},"status":"passed","severity":"normal"},{"uid":"466e05eadd30d8d4","name":"Subscribe to topic containing long and receive message","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"7910db434b85a837","name":"converts content topics to expected shard index","time":{"start":1707769766688,"stop":1707769766688,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd4e5b292f8a81d","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707769999864,"stop":1707769999864,"duration":0},"status":"passed","severity":"normal"},{"uid":"9942e3454a48d75e","name":"Push message with meta","time":{"start":1707770395191,"stop":1707770395191,"duration":0},"status":"passed","severity":"normal"},{"uid":"a374300a3adf8c7d","name":"Ping on unsubscribed peer","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ade4b59689decf6","name":"same cluster, different shard: nodes connect","time":{"start":1707770055876,"stop":1707770055876,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad21c5f00a8853a0","name":"Check received message containing Arabic","time":{"start":1707770335597,"stop":1707770335600,"duration":3},"status":"passed","severity":"normal"},{"uid":"833fd4353df754ef","name":"Fails to publish message with empty text","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2336293f1892c96","name":"Overlapping topic subscription","time":{"start":1707770018837,"stop":1707770018837,"duration":0},"status":"passed","severity":"normal"},{"uid":"2db5d3e522bf94d8","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2b7283069feac1f","name":"Check received message containing shell command","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b4bcdecb20ef4ec","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878816,"stop":1707769878817,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7942520b59342ae","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"status":"passed","severity":"normal"},{"uid":"f68ef321362627f6","name":"Check publish message containing special chars","time":{"start":1707770131696,"stop":1707770131697,"duration":1},"status":"passed","severity":"normal"},{"uid":"766d5e2db21990e9","name":"Check received message containing short","time":{"start":1707770001370,"stop":1707770001371,"duration":1},"status":"passed","severity":"normal"},{"uid":"518b9764c9450d16","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707769825086,"stop":1707769825086,"duration":0},"status":"skipped","severity":"normal"},{"uid":"f4dc6eba8f7d9f","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707770142489,"stop":1707770142490,"duration":1},"status":"passed","severity":"normal"},{"uid":"7085d47c4febcfba","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"status":"passed","severity":"normal"},{"uid":"a99f85e3e9cae80b","name":"Callback on promise, aborts when callback returns true","time":{"start":1707770339591,"stop":1707770339591,"duration":0},"status":"passed","severity":"normal"},{"uid":"ae0635c5863a2814","name":"Publish without waiting for remote peer","time":{"start":1707770142480,"stop":1707770142480,"duration":0},"status":"passed","severity":"normal"},{"uid":"edec879d0c83e822","name":"Push message with content topic containing special chars","time":{"start":1707770395184,"stop":1707770395185,"duration":1},"status":"passed","severity":"normal"},{"uid":"52ebd6dab5acf144","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707770393728,"stop":1707770393729,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d56a4d7f980e263","name":"Check received message containing numeric","time":{"start":1707770335594,"stop":1707770335595,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7b4b277031cc4a","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d27da565a025076","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"status":"passed","severity":"normal"},{"uid":"cb6d38d6bb76d3b9","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707770273000,"stop":1707770273000,"duration":0},"status":"passed","severity":"normal"},{"uid":"66af16e9cb60aebd","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770424175,"stop":1707770424176,"duration":1},"status":"passed","severity":"normal"},{"uid":"c36c614f431a915c","name":"Check message with no payload is not received","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"status":"passed","severity":"normal"},{"uid":"2316c7bbf007624","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee5c50a35dd2be4e","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707769864613,"stop":1707769864613,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6d2ec95235b7f0c","name":"Sets default value correctly","time":{"start":1707770389549,"stop":1707770389549,"duration":0},"status":"passed","severity":"normal"},{"uid":"efa09b9650118338","name":"handles multiple messages","time":{"start":1707770370966,"stop":1707770370966,"duration":0},"status":"passed","severity":"normal"},{"uid":"b069cb9fc4d3f10f","name":"Push message with special chars payload","time":{"start":1707770234567,"stop":1707770234568,"duration":1},"status":"passed","severity":"normal"},{"uid":"503ac31b161d5093","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cb72ed3e162c8","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707770339592,"stop":1707770339592,"duration":0},"status":"passed","severity":"normal"},{"uid":"a7d218e93dc37516","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707769789485,"stop":1707769789485,"duration":0},"status":"passed","severity":"normal"},{"uid":"6f7462475adab8b6","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770018824,"stop":1707770018826,"duration":2},"status":"passed","severity":"normal"},{"uid":"a348a2703e5f4d5c","name":"Push message with content topic containing long","time":{"start":1707770234575,"stop":1707770234575,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bdd28031c61fc57","name":"Push message with content topic containing emoji","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b719d108d67382","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707770272998,"stop":1707770272999,"duration":1},"status":"passed","severity":"normal"},{"uid":"6195d834738670b5","name":"Sign & Recover","time":{"start":1707769796123,"stop":1707769796123,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd227ffa736f373","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707769999878,"stop":1707769999878,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8973264dec73f8c","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707769999866,"stop":1707769999867,"duration":1},"status":"passed","severity":"normal"},{"uid":"2fb602a5ec4927b","name":"Fails to push message bigger that 1MB","time":{"start":1707770234594,"stop":1707770234594,"duration":0},"status":"passed","severity":"normal"},{"uid":"25d9a13ae4ee3cde","name":"Query with Promise Callback, No Decoder","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"status":"passed","severity":"normal"},{"uid":"644adac3a42979ca","name":"Generator, custom pubsub topic","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"status":"passed","severity":"normal"},{"uid":"28c144bff577abba","name":"Generator, 2 different pubsubtopics","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"status":"passed","severity":"normal"},{"uid":"bdb2272296720fd9","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770335621,"stop":1707770335621,"duration":0},"status":"passed","severity":"normal"},{"uid":"f055da4bdd65a3ab","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707769780143,"stop":1707769780144,"duration":1},"status":"passed","severity":"normal"},{"uid":"61787cb8dc4025e","name":"Push message on custom pubsubTopic","time":{"start":1707770075685,"stop":1707770075686,"duration":1},"status":"passed","severity":"normal"},{"uid":"4ef9eb2dcf049c99","name":"Encoder throws on empty string content topic","time":{"start":1707769797446,"stop":1707769797447,"duration":1},"status":"passed","severity":"normal"},{"uid":"29c354162b2d5d21","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707770142486,"stop":1707770142486,"duration":0},"status":"passed","severity":"normal"},{"uid":"49652613aa1386ee","name":"different cluster, same shard: nodes don't connect","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e3f254b547dbbd8","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707770359154,"stop":1707770359154,"duration":0},"status":"passed","severity":"normal"},{"uid":"65607bede5de56d8","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707769999864,"stop":1707769999865,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c517ba5a47cee6e","name":"Push message with content topic containing XML","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b7eb9c34ee3d65a","name":"can start the service","time":{"start":1707770210095,"stop":1707770210096,"duration":1},"status":"passed","severity":"normal"},{"uid":"6cf00d86ab738f34","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707769999879,"stop":1707769999880,"duration":1},"status":"passed","severity":"normal"},{"uid":"1efc86d6490e971d","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"status":"passed","severity":"normal"},{"uid":"36b6075670fa4a43","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707770019759,"stop":1707770019761,"duration":2},"status":"passed","severity":"normal"},{"uid":"52c20a8fd2fc2912","name":"should encode/decode to text encoding","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ab799c450a822ff","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"status":"passed","severity":"normal"},{"uid":"280ad9eb05dcbd35","name":"Push message with Basic HTML tag payload","time":{"start":1707770234571,"stop":1707770234571,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa1d93311ac9db5a","name":"should not fail to start the service if it is already started","time":{"start":1707769825074,"stop":1707769825074,"duration":0},"status":"passed","severity":"normal"},{"uid":"9591ef541cd3d821","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"status":"passed","severity":"normal"},{"uid":"48d879a9e04b932f","name":"Check received message containing Chinese","time":{"start":1707770335596,"stop":1707770335597,"duration":1},"status":"passed","severity":"normal"},{"uid":"31f9238b722939f0","name":"Push message with content topic containing numeric","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"status":"passed","severity":"normal"},{"uid":"7adb77749bc70f0c","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3557c674e2d274","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4baec3e58999f04a","name":"should not receive a peer event before start","time":{"start":1707769825084,"stop":1707769825084,"duration":0},"status":"passed","severity":"normal"},{"uid":"b072e0a8c9644429","name":"Symmetric encrypt & Decrypt","time":{"start":1707769796122,"stop":1707769796122,"duration":0},"status":"passed","severity":"normal"},{"uid":"968e2199272b9a7b","name":"Reusing cursor across nodes","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"status":"passed","severity":"normal"},{"uid":"b3a45460904e96c7","name":"Check message with no pubsub topic is not received","time":{"start":1707770001384,"stop":1707770001384,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc440b139c9fc458","name":"Publishes to nwaku","time":{"start":1707770111438,"stop":1707770111439,"duration":1},"status":"passed","severity":"normal"},{"uid":"646c82f5bc73d915","name":"throws on content topic with non-number generation field","time":{"start":1707769766684,"stop":1707769766684,"duration":0},"status":"passed","severity":"normal"},{"uid":"ced2723a03c0affd","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707769780145,"stop":1707769780145,"duration":0},"status":"passed","severity":"normal"},{"uid":"1999a27752d432f4","name":"Check message with non string payload is not received","time":{"start":1707770335631,"stop":1707770335632,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1ae82a64ecc34de","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770424184,"stop":1707770424184,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee2257846974123f","name":"should be able to encode the field with only STORE set to true","time":{"start":1707769774612,"stop":1707769774614,"duration":2},"status":"passed","severity":"normal"},{"uid":"87df996ff4e94500","name":"Fails to publish duplicate message","time":{"start":1707770131707,"stop":1707770131707,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b94c2c751d113d8","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707769999865,"stop":1707769999865,"duration":0},"status":"passed","severity":"normal"},{"uid":"284f5e70361774bd","name":"Push message with content topic containing escaped characters","time":{"start":1707770234580,"stop":1707770234582,"duration":2},"status":"passed","severity":"normal"},{"uid":"7f844e37a53d3d64","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707770121402,"stop":1707770121403,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e2e7d7254f6d752","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707770018834,"stop":1707770018835,"duration":1},"status":"passed","severity":"normal"},{"uid":"eae36a889b85c938","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707769820507,"stop":1707769820507,"duration":0},"status":"passed","severity":"normal"},{"uid":"68fb3c41ad0d9d1d","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c03ba5c8543392a","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770424170,"stop":1707770424171,"duration":1},"status":"passed","severity":"normal"},{"uid":"1288290c8e7c819d","name":"tcp ip4 address","time":{"start":1707769774558,"stop":1707769774566,"duration":8},"status":"passed","severity":"normal"},{"uid":"8d12639c3d9e12f7","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707770424179,"stop":1707770424180,"duration":1},"status":"passed","severity":"normal"},{"uid":"547fe90d4b308c36","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707769812638,"stop":1707769812638,"duration":0},"status":"passed","severity":"normal"},{"uid":"673b48ee920bcf41","name":"creates an iterator","time":{"start":1707770370965,"stop":1707770370966,"duration":1},"status":"passed","severity":"normal"},{"uid":"507c91c1ed4056e4","name":"1 Relay, 1 fetch","time":{"start":1707769789490,"stop":1707769789490,"duration":0},"status":"passed","severity":"normal"},{"uid":"99cc079f5c9bcb63","name":"Check received message containing XML","time":{"start":1707770335601,"stop":1707770335602,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3ac8adef3a128a","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707769766846,"stop":1707769766847,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe41bb42686d1547","name":"Check received message containing short","time":{"start":1707770335592,"stop":1707770335593,"duration":1},"status":"passed","severity":"normal"},{"uid":"87d7cee09b9fb6fc","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770018840,"stop":1707770018841,"duration":1},"status":"passed","severity":"normal"},{"uid":"59aecd4e453853fb","name":"Check publish message containing escaped characters","time":{"start":1707770131702,"stop":1707770131702,"duration":0},"status":"passed","severity":"normal"},{"uid":"2388cbe8e3d18c23","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770018848,"stop":1707770018849,"duration":1},"status":"passed","severity":"normal"},{"uid":"b58da7cc233622f8","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770018831,"stop":1707770018831,"duration":0},"status":"passed","severity":"normal"},{"uid":"9ec1c27958dda333","name":"Subscribe and receives messages on 20 topics","time":{"start":1707770424171,"stop":1707770424172,"duration":1},"status":"passed","severity":"normal"},{"uid":"ea69168fb7c97355","name":"throws on content topic with empty version field","time":{"start":1707769766686,"stop":1707769766686,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaaf00acc2b9b4bd","name":"Push message with emoji payload","time":{"start":1707770234573,"stop":1707770234574,"duration":1},"status":"passed","severity":"normal"},{"uid":"f1976966cb5437e4","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"status":"skipped","severity":"normal"},{"uid":"42fad4eafbcd5e3c","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707770272997,"stop":1707770272997,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d591cf6b970936d","name":"isConnected should return true after first peer connects","time":{"start":1707769864613,"stop":1707769864615,"duration":2},"status":"passed","severity":"normal"},{"uid":"8861ecfd491c7774","name":"Check message with no content topic is not received","time":{"start":1707770335623,"stop":1707770335623,"duration":0},"status":"passed","severity":"normal"},{"uid":"8b300ecafe22acea","name":"Push message with Chinese payload","time":{"start":1707770395176,"stop":1707770395177,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3ca26196d8d2c6c","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707769878815,"stop":1707769878815,"duration":0},"status":"passed","severity":"normal"},{"uid":"711c618cdd2e0af0","name":"Push message with shell command payload","time":{"start":1707770234571,"stop":1707770234572,"duration":1},"status":"passed","severity":"normal"},{"uid":"b48097c0873ddc57","name":"Check received message containing Russian","time":{"start":1707770335600,"stop":1707770335600,"duration":0},"status":"passed","severity":"normal"},{"uid":"35b9bc97fcb1361d","name":"Check message with no payload is not received","time":{"start":1707770335623,"stop":1707770335631,"duration":8},"status":"passed","severity":"normal"},{"uid":"718bc092a18fbc18","name":"Check message with no pubsub topic is not received","time":{"start":1707770335622,"stop":1707770335623,"duration":1},"status":"passed","severity":"normal"},{"uid":"1721a606cdf69979","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707769774627,"stop":1707769774628,"duration":1},"status":"passed","severity":"normal"},{"uid":"32129746117b04ad","name":"addEventListener with correct event","time":{"start":1707769852801,"stop":1707769852802,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcae391dad7e797c","name":"can start the service","time":{"start":1707769825068,"stop":1707769825069,"duration":1},"status":"passed","severity":"normal"},{"uid":"40275857809c04a3","name":"Ping on peer without subscriptions","time":{"start":1707769844708,"stop":1707769844708,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dcea99a378b752a","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707769766847,"stop":1707769766847,"duration":0},"status":"passed","severity":"normal"},{"uid":"19b254258260c84c","name":"Push message with custom timestamp: 1707766400007","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"status":"passed","severity":"normal"},{"uid":"b6af89e5bbb12c91","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707770393729,"stop":1707770393729,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac41648ca8a77ce7","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707769774629,"stop":1707769774630,"duration":1},"status":"passed","severity":"normal"},{"uid":"60e05b171de5d15f","name":"Rejects garbage","time":{"start":1707769783778,"stop":1707769783778,"duration":0},"status":"passed","severity":"normal"},{"uid":"75f53f3631274f1a","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770424170,"stop":1707770424170,"duration":0},"status":"passed","severity":"normal"},{"uid":"704b374bbfe5335c","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707770359154,"stop":1707770359155,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc4d348410f58c07","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707769812653,"stop":1707769812654,"duration":1},"status":"passed","severity":"normal"},{"uid":"9ecde25b216fabf6","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"301229a25d574c70","name":"should properly create location multiaddrs - udp4","time":{"start":1707769775413,"stop":1707769775413,"duration":0},"status":"passed","severity":"normal"},{"uid":"d43a29ca1a0fa86c","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707769774618,"stop":1707769774619,"duration":1},"status":"passed","severity":"normal"},{"uid":"1af80a3ecf4813a4","name":"should properly create location multiaddrs - tcp4","time":{"start":1707769775413,"stop":1707769775414,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f9fcde136fe867c","name":"isConnected should return false after all peers disconnect","time":{"start":1707769812654,"stop":1707769812654,"duration":0},"status":"passed","severity":"normal"},{"uid":"2659b8d09cd0175c","name":"Correctly serialized arguments","time":{"start":1707770062905,"stop":1707770062906,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f6e5cfdf8007428","name":"Subscribe and receive messages via waku relay post","time":{"start":1707770424181,"stop":1707770424182,"duration":1},"status":"passed","severity":"normal"},{"uid":"89ae457aedf653e7","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770424188,"stop":1707770424189,"duration":1},"status":"passed","severity":"normal"},{"uid":"1324ff50fdeacbe","name":"should be able to decode the field with only STORE set to true","time":{"start":1707769774628,"stop":1707769774628,"duration":0},"status":"passed","severity":"normal"},{"uid":"ef34d1ba891b24ce","name":"Push message with content topic containing shell command","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"status":"passed","severity":"normal"},{"uid":"54729d3d41467586","name":"should not receive a peer event before start","time":{"start":1707770210098,"stop":1707770210099,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d21f9c255a8a2f4","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770018847,"stop":1707770018847,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e17697b7bf20c6a","name":"it tolerates circular branch references","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"status":"passed","severity":"normal"},{"uid":"e99b13aa67513920","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770424175,"stop":1707770424175,"duration":0},"status":"passed","severity":"normal"},{"uid":"b020d4b2d7e59eb8","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707769878811,"stop":1707769878812,"duration":1},"status":"passed","severity":"normal"},{"uid":"e19de26ac454187f","name":"Push message with content topic containing shell command","time":{"start":1707770234580,"stop":1707770234580,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa56189ea5e3c262","name":"should decode valid enr successfully","time":{"start":1707769775400,"stop":1707769775400,"duration":0},"status":"passed","severity":"normal"},{"uid":"7089380d2deac505","name":"Subscribe to topic containing long and receive message","time":{"start":1707770018839,"stop":1707770018840,"duration":1},"status":"passed","severity":"normal"},{"uid":"84dea4da931079fe","name":"should throw error - no id","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"395c2d9d56ec6982","name":"Push message with content topic containing unicode special characters","time":{"start":1707770234582,"stop":1707770234582,"duration":0},"status":"passed","severity":"normal"},{"uid":"daffbec1b627121a","name":"should not fail to stop the service if it was not started","time":{"start":1707769825073,"stop":1707769825074,"duration":1},"status":"passed","severity":"normal"},{"uid":"1608ec5fa614866e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707770272999,"stop":1707770272999,"duration":0},"status":"passed","severity":"normal"},{"uid":"27c52fdd7f63c869","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707769774623,"stop":1707769774624,"duration":1},"status":"passed","severity":"normal"},{"uid":"304d5caf7d621ab1","name":"Check received message with timestamp: 1707769811950 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a7f150d7330ce98","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707770424181,"stop":1707770424181,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7dbfed8acf6fed5","name":"should return false","time":{"start":1707769775410,"stop":1707769775411,"duration":1},"status":"passed","severity":"normal"},{"uid":"cbcd6eec7a240254","name":"should encodeTxt and decodeTxt","time":{"start":1707769775399,"stop":1707769775400,"duration":1},"status":"passed","severity":"normal"},{"uid":"828aaaa833252e5","name":"should throw error - no public key","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ee08259b9ae6134","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707770325619,"stop":1707770325619,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5d594b4851742e8","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707770393729,"stop":1707770393730,"duration":1},"status":"passed","severity":"normal"},{"uid":"74ca533cb14f22","name":"Push message with content topic containing short","time":{"start":1707770234575,"stop":1707770234575,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d6ef935883b7ee6","name":"Push message with short payload","time":{"start":1707770395175,"stop":1707770395175,"duration":0},"status":"passed","severity":"normal"},{"uid":"47e6697566985882","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770018848,"stop":1707770018848,"duration":0},"status":"passed","severity":"normal"},{"uid":"1b1ae8d6897a48a2","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707769999858,"stop":1707769999859,"duration":1},"status":"passed","severity":"normal"},{"uid":"2a3e1b892b694d7b","name":"Relay - dialed first","time":{"start":1707770398286,"stop":1707770398286,"duration":0},"status":"passed","severity":"normal"},{"uid":"a8f39824771c7567","name":"Overlapping topic subscription","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"status":"skipped","severity":"normal"},{"uid":"640c1c16ca42d0c5","name":"Push to array if already present","time":{"start":1707769766371,"stop":1707769766372,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e30edd80e8991fc","name":"ignores domain fetching errors","time":{"start":1707769789802,"stop":1707769789803,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7fbaa9ce2071585","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707770359155,"stop":1707770359156,"duration":1},"status":"passed","severity":"normal"},{"uid":"f70f6233c3af1e5","name":"Relay - times out","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cdcfdc03b701571","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"status":"passed","severity":"normal"},{"uid":"54ca0dca1f60c95f","name":"Callback on promise","time":{"start":1707770339590,"stop":1707770339591,"duration":1},"status":"passed","severity":"normal"},{"uid":"38668f1249d2a5d4","name":"Fails to push message bigger that 1MB","time":{"start":1707770395194,"stop":1707770395194,"duration":0},"status":"passed","severity":"normal"},{"uid":"e183bbdee96bb407","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707770424182,"stop":1707770424183,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fee36f20095e4f","name":"does not throw on valid cases","time":{"start":1707769766682,"stop":1707769766683,"duration":1},"status":"passed","severity":"normal"},{"uid":"771a9a4a089d90c","name":"Check received message containing shell command","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"status":"passed","severity":"normal"},{"uid":"2bf41d136a36cdf4","name":"Check received message containing Russian","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"status":"passed","severity":"normal"},{"uid":"70ff39f387612943","name":"Ordered Callback - backward","time":{"start":1707770355206,"stop":1707770355206,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc380314f61838b4","name":"Push message with content topic containing emoji","time":{"start":1707770234582,"stop":1707770234583,"duration":1},"status":"passed","severity":"normal"},{"uid":"a5cb89fde165b4e8","name":"Overlapping topic subscription","time":{"start":1707770424185,"stop":1707770424185,"duration":0},"status":"passed","severity":"normal"},{"uid":"2434a4a5761d8931","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707769789487,"stop":1707769789487,"duration":0},"status":"passed","severity":"normal"},{"uid":"591ce52935e7d84b","name":"Push message with content topic containing Arabic","time":{"start":1707770395185,"stop":1707770395185,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8177ef6c5de584","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878815,"stop":1707769878816,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b721c1947ec18d0","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"status":"passed","severity":"normal"},{"uid":"44cb93a9ba7b6758","name":"safeDispatchEvent","time":{"start":1707769852804,"stop":1707769852805,"duration":1},"status":"passed","severity":"normal"},{"uid":"cba275eba6dfb664","name":"throws on content topic with generation field greater than 0","time":{"start":1707769766685,"stop":1707769766685,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fe62ecf5f411213","name":"Check received message containing Script","time":{"start":1707770335601,"stop":1707770335601,"duration":0},"status":"passed","severity":"normal"},{"uid":"663f23adcd7161d9","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707769789485,"stop":1707769789486,"duration":1},"status":"passed","severity":"normal"},{"uid":"46bfb2111ac373cf","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770018836,"stop":1707770018836,"duration":0},"status":"passed","severity":"normal"},{"uid":"6934684d234a8639","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121408,"stop":1707770121409,"duration":1},"status":"passed","severity":"normal"},{"uid":"86b00576ebcc9e9a","name":"Check publish message containing JSON","time":{"start":1707770131701,"stop":1707770131701,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5cdf4a8cee8d1f3","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707770075684,"stop":1707770075685,"duration":1},"status":"passed","severity":"normal"},{"uid":"67caea866b4fcfb6","name":"Publish message with custom timestamp: Tue Feb 21 2023 20:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131705,"stop":1707770131706,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce3e83cf5cd2e088","name":"Init the array if not present","time":{"start":1707769766369,"stop":1707769766371,"duration":2},"status":"passed","severity":"normal"},{"uid":"8908cd8928916ea7","name":"addEventListener with wrong event","time":{"start":1707769852802,"stop":1707769852802,"duration":0},"status":"passed","severity":"normal"},{"uid":"e857f1e58f5e1d31","name":"should get / set UDP multiaddr","time":{"start":1707769775412,"stop":1707769775412,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e9ecdd4e6d51310","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707770424173,"stop":1707770424173,"duration":0},"status":"passed","severity":"normal"},{"uid":"f100af6c9b87404e","name":"Push message with content topic containing SQL Injection","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"status":"passed","severity":"normal"},{"uid":"216572bf2cfb22ea","name":"Push message with custom timestamp: 1707773601516","time":{"start":1707770234593,"stop":1707770234593,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd3379319d162439","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770424176,"stop":1707770424177,"duration":1},"status":"passed","severity":"normal"},{"uid":"2c2211b8f1caa61","name":"Push message with Russian payload","time":{"start":1707770234569,"stop":1707770234569,"duration":0},"status":"passed","severity":"normal"},{"uid":"aacdde2f9809034c","name":"Check received message containing short","time":{"start":1707770335611,"stop":1707770335612,"duration":1},"status":"passed","severity":"normal"},{"uid":"45f6b1e94af14c95","name":"Check publish message containing Arabic","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"status":"passed","severity":"normal"},{"uid":"89dc0033d91ddcb1","name":"udp ip6 address","time":{"start":1707769774566,"stop":1707769774571,"duration":5},"status":"passed","severity":"normal"},{"uid":"9c33f51acf880c35","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770424184,"stop":1707770424185,"duration":1},"status":"skipped","severity":"normal"},{"uid":"431845249a8313cc","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707769903019,"stop":1707769903019,"duration":0},"status":"passed","severity":"normal"},{"uid":"5adaaa9736734d0d","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707769774620,"stop":1707769774621,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd64ba61e21d9237","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1707770144574,"stop":1707770144575,"duration":1},"status":"broken","severity":"normal"},{"uid":"b8b057837ca6332","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770424182,"stop":1707770424182,"duration":0},"status":"passed","severity":"normal"},{"uid":"6650ed6eb0543b3e","name":"Encoder throws on undefined content topic","time":{"start":1707769780298,"stop":1707769780299,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c44fbf0fc3e9e37","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770335620,"stop":1707770335621,"duration":1},"status":"passed","severity":"normal"},{"uid":"10d4de45052a1640","name":"Check received message containing Russian","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9144f5bd60b8cf7","name":"Generator, custom pubsub topic","time":{"start":1707770353935,"stop":1707770353936,"duration":1},"status":"passed","severity":"normal"},{"uid":"710cbfae766bf222","name":"Subscribe to topic containing short and receive message","time":{"start":1707770424174,"stop":1707770424174,"duration":0},"status":"passed","severity":"normal"},{"uid":"553aed222fb9da71","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770424189,"stop":1707770424189,"duration":0},"status":"passed","severity":"normal"},{"uid":"9773952dabc54c30","name":"Push message with Arabic payload","time":{"start":1707770234568,"stop":1707770234569,"duration":1},"status":"passed","severity":"normal"},{"uid":"c7bc7b3b5871d9b5","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707769999867,"stop":1707769999868,"duration":1},"status":"passed","severity":"normal"},{"uid":"880a29a55884abf9","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707769999854,"stop":1707769999855,"duration":1},"status":"passed","severity":"normal"},{"uid":"1fece467cc02cde7","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707769999877,"stop":1707769999878,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dc0842d2cc124e8","name":"Subscribe and receive messages via lightPush","time":{"start":1707770424169,"stop":1707770424170,"duration":1},"status":"passed","severity":"normal"},{"uid":"dacbedd9a7e8e89d","name":"Decoder throws on undefined content topic","time":{"start":1707769795724,"stop":1707769795725,"duration":1},"status":"passed","severity":"normal"},{"uid":"c08c2a9c4f797b5b","name":"Delete observer","time":{"start":1707770077959,"stop":1707770077960,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca858c2ec8aec26e","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707770293503,"stop":1707770293503,"duration":0},"status":"passed","severity":"normal"},{"uid":"506958a9bb5ffb71","name":"Check received message containing XML","time":{"start":1707770335616,"stop":1707770335617,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ffcaee358abb307","name":"Check message received after nwaku node is restarted","time":{"start":1707770335610,"stop":1707770335611,"duration":1},"status":"skipped","severity":"normal"},{"uid":"6de52dc4d3d4cf1e","name":"can start and stop the service","time":{"start":1707770210096,"stop":1707770210097,"duration":1},"status":"passed","severity":"normal"},{"uid":"a68203501d6bc2bd","name":"Check received message containing escaped characters","time":{"start":1707770335603,"stop":1707770335603,"duration":0},"status":"passed","severity":"normal"},{"uid":"223cf2a8cf5a7891","name":"Push message with content topic containing Script","time":{"start":1707770234578,"stop":1707770234578,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac662093166956c0","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707770142485,"stop":1707770142485,"duration":0},"status":"passed","severity":"normal"},{"uid":"49c90b7e82bd9969","name":"Check received message containing unicode special characters","time":{"start":1707770335618,"stop":1707770335619,"duration":1},"status":"passed","severity":"normal"},{"uid":"1800e9b89ee7c425","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707769999876,"stop":1707769999876,"duration":0},"status":"passed","severity":"normal"},{"uid":"4456f65203e61181","name":"Nodes with multiple pubsub topic","time":{"start":1707770121409,"stop":1707770121410,"duration":1},"status":"passed","severity":"normal"},{"uid":"fce5f1b8a9d1bb2d","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707769878816,"stop":1707769878816,"duration":0},"status":"passed","severity":"normal"},{"uid":"e422d97075c68716","name":"should emit a peer event after start","time":{"start":1707770210098,"stop":1707770210098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f44fa2a3ebf101ce","name":"different cluster, different shard: nodes don't connect","time":{"start":1707769999852,"stop":1707769999852,"duration":0},"status":"passed","severity":"normal"},{"uid":"a954f7a94ada029e","name":"Check received message containing long","time":{"start":1707770335612,"stop":1707770335612,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc0aedb4c81b7d67","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770018846,"stop":1707770018846,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fc0e0ae0bf7d186","name":"Check received message containing SQL Injection","time":{"start":1707770335614,"stop":1707770335614,"duration":0},"status":"passed","severity":"normal"},{"uid":"c60b328739577386","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707769788867,"stop":1707769788868,"duration":1},"status":"passed","severity":"normal"},{"uid":"f0a120a12627105e","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707769822208,"stop":1707769822208,"duration":0},"status":"passed","severity":"normal"},{"uid":"9fc3324693f6b8b","name":"Check received message containing escaped characters","time":{"start":1707770001379,"stop":1707770001380,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e3da60eaecf0480","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707769878812,"stop":1707769878812,"duration":0},"status":"passed","severity":"normal"},{"uid":"daac32cf7a0df95f","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707769774621,"stop":1707769774623,"duration":2},"status":"passed","severity":"normal"},{"uid":"7931bf5eeeda96fd","name":"Waku message hash computation (payload length 0)","time":{"start":1707769769304,"stop":1707769769304,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9f6390fd0dd57b9","name":"All","time":{"start":1707769822474,"stop":1707769822475,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff6afaa72a550ac3","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1707769864616,"stop":1707769864616,"duration":0},"status":"passed","severity":"normal"},{"uid":"5875ce7d72b8ba0a","name":"Check received message containing Chinese","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"status":"passed","severity":"normal"},{"uid":"719cbebe7b547ae3","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353937,"stop":1707770353937,"duration":0},"status":"passed","severity":"normal"},{"uid":"7250bf1b5a07a996","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707770142488,"stop":1707770142488,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b3c033bd0b425fe","name":"Encoder throws on empty string content topic","time":{"start":1707769795723,"stop":1707769795724,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a51aab334175b71","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707770142486,"stop":1707770142487,"duration":1},"status":"passed","severity":"normal"},{"uid":"3faea43839b7370d","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770424187,"stop":1707770424187,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba403caf040f893","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707770293502,"stop":1707770293502,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c9114fa67004677","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707770393730,"stop":1707770393730,"duration":0},"status":"passed","severity":"normal"},{"uid":"635524e40cec34de","name":"isConnected return false after peer stops","time":{"start":1707769864615,"stop":1707769864616,"duration":1},"status":"passed","severity":"normal"},{"uid":"a867c869c30d4eb0","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999857,"duration":1},"status":"passed","severity":"normal"},{"uid":"fd6b6ff315a3e4cb","name":"Check received message containing emoji","time":{"start":1707770335619,"stop":1707770335619,"duration":0},"status":"passed","severity":"normal"},{"uid":"dccba2d9f830efb2","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999855,"stop":1707769999855,"duration":0},"status":"passed","severity":"normal"},{"uid":"88e043740b840293","name":"Subscribe to topic containing short and receive message","time":{"start":1707770018838,"stop":1707770018839,"duration":1},"status":"passed","severity":"normal"},{"uid":"bdd89bdd5acacdea","name":"should throw error - invalid id","time":{"start":1707769775410,"stop":1707769775410,"duration":0},"status":"passed","severity":"normal"},{"uid":"f3cc6bad79d0650f","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770424189,"stop":1707770424190,"duration":1},"status":"passed","severity":"normal"},{"uid":"bc5c7eda32ff3bdb","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770424176,"stop":1707770424176,"duration":0},"status":"passed","severity":"normal"},{"uid":"61923ecd6542e7d8","name":"Subscribe to topic containing XML and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"467b4306f625b701","name":"Mutual subscription","time":{"start":1707770142479,"stop":1707770142479,"duration":0},"status":"passed","severity":"normal"},{"uid":"597f9bfcda184cfe","name":"Push message with rate limit","time":{"start":1707770395192,"stop":1707770395192,"duration":0},"status":"passed","severity":"normal"},{"uid":"f9404c955109c07c","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770424177,"stop":1707770424177,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d7fa67036e31614","name":"Push message with content topic containing numeric","time":{"start":1707770234575,"stop":1707770234576,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fe35837e4c0ea8a","name":"Decoder throws on undefined content topic","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4131ac74957eb7a","name":"Check received message containing JSON","time":{"start":1707770335602,"stop":1707770335603,"duration":1},"status":"passed","severity":"normal"},{"uid":"3da682f702148f9","name":"Check publish message containing unicode special characters","time":{"start":1707770131702,"stop":1707770131703,"duration":1},"status":"passed","severity":"normal"},{"uid":"af67ee01065d8525","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707769903018,"stop":1707769903018,"duration":0},"status":"passed","severity":"normal"},{"uid":"5899354ae6f1a8a7","name":"Check received message containing unicode special characters","time":{"start":1707770335604,"stop":1707770335604,"duration":0},"status":"passed","severity":"normal"},{"uid":"325fc2237f44ab8b","name":"recovers when dns.resolve returns empty","time":{"start":1707769789802,"stop":1707769789802,"duration":0},"status":"passed","severity":"normal"},{"uid":"725f36f743b267cc","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769844709,"stop":1707769844709,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ccf49d747dc5fa","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707769795719,"stop":1707769795721,"duration":2},"status":"passed","severity":"normal"},{"uid":"6c4f870cff9d0bcb","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707769820508,"stop":1707769820508,"duration":0},"status":"passed","severity":"normal"},{"uid":"25402c778f185e5c","name":"Push message with custom timestamp: 1707773600007","time":{"start":1707770395193,"stop":1707770395193,"duration":0},"status":"passed","severity":"normal"},{"uid":"45b27c30dc6b5a59","name":"Passing page size 3 when there are 20 messages","time":{"start":1707770376995,"stop":1707770376995,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a2f76558cd69716","name":"Passing page size 11 when there are 10 messages","time":{"start":1707770376996,"stop":1707770376996,"duration":0},"status":"passed","severity":"normal"},{"uid":"f575fd0be28434be","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707770019754,"stop":1707770019755,"duration":1},"status":"passed","severity":"normal"},{"uid":"a1b6dcada8dbad61","name":"stop","time":{"start":1707769852805,"stop":1707769852805,"duration":0},"status":"passed","severity":"normal"},{"uid":"21bbd40568403876","name":"Decoder throws on empty string content topic","time":{"start":1707769780300,"stop":1707769780300,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a4b4af035b9e0a","name":"removeEventListener with wrong event","time":{"start":1707769852803,"stop":1707769852803,"duration":0},"status":"passed","severity":"normal"},{"uid":"d61f8cc45c2f5c86","name":"ignores unrecognized TXT record formats","time":{"start":1707769789803,"stop":1707769789803,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b1fd0a675b4858f","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707769999857,"stop":1707769999857,"duration":0},"status":"passed","severity":"normal"},{"uid":"e66fbc78f72fe03f","name":"should set field with only FILTER enabled","time":{"start":1707769775417,"stop":1707769775417,"duration":0},"status":"passed","severity":"normal"},{"uid":"61e9cf0f65a730d6","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769893451,"stop":1707769893452,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7d0c40b909f435a","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770424181,"stop":1707770424181,"duration":0},"status":"passed","severity":"normal"},{"uid":"77f40b650b5b4afe","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cd38c6f551f2eb9","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999866,"stop":1707769999866,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b60cc7196282084","name":"Js publishes, other Js receives","time":{"start":1707770111440,"stop":1707770111440,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab1e05e74864319","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707770325620,"stop":1707770325620,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d46c8769e8b9331","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707769774614,"stop":1707769774618,"duration":4},"status":"passed","severity":"normal"},{"uid":"c727ccb3650e78d1","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999863,"stop":1707769999864,"duration":1},"status":"passed","severity":"normal"},{"uid":"d793e09e88ffa36a","name":"Check received message containing special chars","time":{"start":1707770001374,"stop":1707770001375,"duration":1},"status":"passed","severity":"normal"},{"uid":"654f3b56788ce516","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770353938,"stop":1707770353938,"duration":0},"status":"passed","severity":"normal"},{"uid":"980fb8a2dab8fd67","name":"Subscribe and receive messages from multiple nwaku nodes","time":{"start":1707770018850,"stop":1707770018850,"duration":0},"status":"passed","severity":"normal"},{"uid":"5b76bb849a4669ee","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075683,"stop":1707770075683,"duration":0},"status":"passed","severity":"normal"},{"uid":"daed37c084ad227a","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"status":"passed","severity":"normal"},{"uid":"b1341c94b29295c6","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770018827,"stop":1707770018830,"duration":3},"status":"passed","severity":"normal"},{"uid":"1b4a225d9fa59e1f","name":"Store - dialed first","time":{"start":1707770398287,"stop":1707770398287,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cc99f86316f3442","name":"should only return 1 node with relay capability","time":{"start":1707769789804,"stop":1707769789804,"duration":0},"status":"passed","severity":"normal"},{"uid":"50ad32e3518b035b","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707770018844,"stop":1707770018844,"duration":0},"status":"passed","severity":"normal"},{"uid":"31d8cc594e72d975","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707770142491,"stop":1707770142492,"duration":1},"status":"passed","severity":"normal"},{"uid":"d9cf1f5fb0e40678","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707770272996,"stop":1707770272997,"duration":1},"status":"passed","severity":"normal"},{"uid":"f8941cbafaad4e12","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707770075686,"stop":1707770075686,"duration":0},"status":"passed","severity":"normal"},{"uid":"125118953bf5e347","name":"Push message with Basic HTML tag payload","time":{"start":1707770395179,"stop":1707770395179,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d9358f067c0b6a6","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707770001382,"stop":1707770001382,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa876eba3014fcaa","name":"Check received message containing Basic HTML tag","time":{"start":1707770001378,"stop":1707770001378,"duration":0},"status":"passed","severity":"normal"},{"uid":"2111f9c78081151f","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7533677d54c1164","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770424172,"stop":1707770424172,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c90d387f9d25e45","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707769999879,"stop":1707769999879,"duration":0},"status":"passed","severity":"normal"},{"uid":"c66d3a383ff01fdf","name":"Check publish message containing XML","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"status":"passed","severity":"normal"},{"uid":"505f0f4a01ded46b","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770424170,"stop":1707770424170,"duration":0},"status":"passed","severity":"normal"},{"uid":"30df96d52a12b578","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878813,"stop":1707769878813,"duration":0},"status":"passed","severity":"normal"},{"uid":"68940e077684618","name":"Ping on unsubscribed peer","time":{"start":1707769893453,"stop":1707769893453,"duration":0},"status":"passed","severity":"normal"},{"uid":"80eae47e50e64734","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707770222925,"stop":1707770222925,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e674fc5d0b7112","name":"Push message with content topic containing long","time":{"start":1707770395184,"stop":1707770395184,"duration":0},"status":"passed","severity":"normal"},{"uid":"25830e6cc52702e3","name":"Query generator for multiple messages with different message text format","time":{"start":1707770339586,"stop":1707770339586,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ef11d890a549d12","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707769812623,"stop":1707769812636,"duration":13},"status":"passed","severity":"normal"},{"uid":"267b64284ccfeb1b","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707769999862,"stop":1707769999863,"duration":1},"status":"passed","severity":"normal"},{"uid":"158d5ba5979cfe2","name":"should not receive a peer event after stop","time":{"start":1707769825085,"stop":1707769825085,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c610952eb926c2a","name":"Subscribe to topic containing short and publish message","time":{"start":1707770142483,"stop":1707770142483,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1a489d64cbf1dab","name":"Check received message containing Arabic","time":{"start":1707770335613,"stop":1707770335613,"duration":0},"status":"passed","severity":"normal"},{"uid":"bebf2fc8d9346465","name":"Query Generator - forward","time":{"start":1707770355203,"stop":1707770355204,"duration":1},"status":"passed","severity":"normal"},{"uid":"d4ae065c85d50652","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707769822209,"stop":1707769822209,"duration":0},"status":"passed","severity":"normal"},{"uid":"58ac133c8e486853","name":"1 Store, 2 fetches","time":{"start":1707769789490,"stop":1707769789491,"duration":1},"status":"passed","severity":"normal"},{"uid":"62c8cc5a0ecafd63","name":"Check received message containing JSON","time":{"start":1707770001379,"stop":1707770001379,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebef3d874dea2a0c","name":"Check received message containing numeric","time":{"start":1707770001373,"stop":1707770001374,"duration":1},"status":"passed","severity":"normal"},{"uid":"98adbce2d2dceb3d","name":"Does not throw an exception when node disconnects","time":{"start":1707770389546,"stop":1707770389547,"duration":1},"status":"passed","severity":"normal"},{"uid":"b36500448a7772","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707770272998,"stop":1707770272998,"duration":0},"status":"passed","severity":"normal"},{"uid":"5ee441879d1b688","name":"Push message with content topic containing XML","time":{"start":1707770234579,"stop":1707770234579,"duration":0},"status":"passed","severity":"normal"},{"uid":"85de3e36ac2bcf8b","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707769789484,"stop":1707769789484,"duration":0},"status":"passed","severity":"normal"},{"uid":"c29606ab1643f44","name":"Overlapping topic subscription","time":{"start":1707770424173,"stop":1707770424174,"duration":1},"status":"passed","severity":"normal"},{"uid":"57a7a2704139f16d","name":"Check received message containing Basic HTML tag","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"status":"passed","severity":"normal"},{"uid":"69400db10c57aa3d","name":"Check meta is set [ecies]","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"status":"passed","severity":"normal"},{"uid":"2eb18715fa5f66c","name":"listenerCount","time":{"start":1707769852804,"stop":1707769852804,"duration":0},"status":"passed","severity":"normal"},{"uid":"f424b6669b53e513","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707770142484,"stop":1707770142484,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b276a33afe43ac9","name":"Ping on subscribed peer","time":{"start":1707769893452,"stop":1707769893452,"duration":0},"status":"passed","severity":"normal"},{"uid":"22b48c7a1e681bf5","name":"Check message with invalid timestamp is not received","time":{"start":1707770335607,"stop":1707770335608,"duration":1},"status":"passed","severity":"normal"},{"uid":"e6c946f1f68adb1","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1fa919de0a88a29","name":"should throw error - no id","time":{"start":1707769775402,"stop":1707769775402,"duration":0},"status":"passed","severity":"normal"},{"uid":"412b69b031b2b1a7","name":"Passing page size 10 when there are 10 messages","time":{"start":1707770376995,"stop":1707770376996,"duration":1},"status":"passed","severity":"normal"},{"uid":"813f6cc96429715d","name":"Filter","time":{"start":1707770398288,"stop":1707770398288,"duration":0},"status":"passed","severity":"normal"},{"uid":"a56a7947f3c96ab7","name":"Subscribe to topic containing short and receive message","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"status":"passed","severity":"normal"},{"uid":"43f099860706ef9e","name":"Check publish message containing long","time":{"start":1707770131695,"stop":1707770131696,"duration":1},"status":"passed","severity":"normal"},{"uid":"4c039b6c23cd3280","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121410,"stop":1707770121410,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cf5e9c6c7fabeaa","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"status":"passed","severity":"normal"},{"uid":"f831e18f7ca330bf","name":"Subscribe and receive messages via lightPush","time":{"start":1707770424180,"stop":1707770424180,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c7eaf5a9f568499","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707770018841,"stop":1707770018842,"duration":1},"status":"passed","severity":"normal"},{"uid":"38d8b20d74636eb8","name":"Passing page size 19 when there are 20 messages","time":{"start":1707770376996,"stop":1707770376997,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4c9fbccad583878","name":"Check publish message containing Basic HTML tag","time":{"start":1707770131699,"stop":1707770131700,"duration":1},"status":"passed","severity":"normal"},{"uid":"50beea44992aa161","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707770121406,"stop":1707770121406,"duration":0},"status":"passed","severity":"normal"},{"uid":"69c25ed851dc6440","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707770424190,"stop":1707770424191,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfe52704055574d7","name":"removeEventListener with correct event","time":{"start":1707769852802,"stop":1707769852803,"duration":1},"status":"passed","severity":"normal"},{"uid":"f4692b7cefa4148b","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707770019756,"stop":1707770019757,"duration":1},"status":"passed","severity":"normal"},{"uid":"ce27878d48fa8d2b","name":"Publish message with rate limit","time":{"start":1707770131713,"stop":1707770131713,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0e6aa06ca9d49ee","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707770019758,"stop":1707770019758,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3bbf8cc4e54a6f7","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707770395188,"stop":1707770395188,"duration":0},"status":"passed","severity":"normal"},{"uid":"a0c83500591e4681","name":"Check publish message containing emoji","time":{"start":1707770131703,"stop":1707770131705,"duration":2},"status":"passed","severity":"normal"},{"uid":"ed6da84c39ab5ef7","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707770393730,"stop":1707770393731,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c1279b6cb2769e8","name":"Check received message containing JSON","time":{"start":1707770335617,"stop":1707770335617,"duration":0},"status":"passed","severity":"normal"},{"uid":"455073d5feaee324","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707770018834,"stop":1707770018834,"duration":0},"status":"skipped","severity":"normal"},{"uid":"ef345f346713a6e7","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707769774633,"stop":1707769774634,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff3ea75cf06a22f4","name":"Ping on unsubscribed peer","time":{"start":1707769893451,"stop":1707769893451,"duration":0},"status":"passed","severity":"normal"},{"uid":"c00bc31a2c1c03e8","name":"Push message with content topic containing JSON","time":{"start":1707770234579,"stop":1707770234580,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5fadd0e7886fdca","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707770131708,"stop":1707770131708,"duration":0},"status":"passed","severity":"normal"},{"uid":"b455a83b718d67c5","name":"Refresh subscription","time":{"start":1707770424185,"stop":1707770424186,"duration":1},"status":"passed","severity":"normal"},{"uid":"67bbd8491ad92a1a","name":"Promise Callback - backward","time":{"start":1707770355205,"stop":1707770355205,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8eaa96ec8152be","name":"Encoder throws on undefined content topic","time":{"start":1707769797446,"stop":1707769797446,"duration":0},"status":"passed","severity":"normal"},{"uid":"ebb46bdddbe6fd5e","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707770142485,"stop":1707770142486,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5f36d284c34e182","name":"Push message with content topic containing special chars","time":{"start":1707770234576,"stop":1707770234576,"duration":0},"status":"passed","severity":"normal"},{"uid":"98212c86c0c01ef5","name":"Nodes with multiple pubsub topic","time":{"start":1707770121406,"stop":1707770121407,"duration":1},"status":"passed","severity":"normal"},{"uid":"2b3881fdcb0eb0ce","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707770019756,"stop":1707770019756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec3f381eee5e3cb3","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707769878814,"stop":1707769878814,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c38dcb7c0dde0fc","name":"Push message with content topic containing Chinese","time":{"start":1707770234576,"stop":1707770234577,"duration":1},"status":"passed","severity":"normal"},{"uid":"d2c12001bf7b22e8","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707769903018,"stop":1707769903019,"duration":1},"status":"passed","severity":"normal"},{"uid":"a42a54c89c5b2ec4","name":"should properly create location multiaddrs - tcp6","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"status":"passed","severity":"normal"},{"uid":"d9a47ed05875f8f4","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707770293504,"stop":1707770293504,"duration":0},"status":"passed","severity":"normal"},{"uid":"350038fe77584430","name":"throws on empty content topic","time":{"start":1707769766683,"stop":1707769766683,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f00d15db25ad8f8","name":"Check received message containing long","time":{"start":1707770335593,"stop":1707770335594,"duration":1},"status":"passed","severity":"normal"},{"uid":"d99c6ee28ee8e24f","name":"Check publish message containing SQL Injection","time":{"start":1707770131698,"stop":1707770131698,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff3a8cbfe201e0dd","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707770424191,"stop":1707770424191,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7c6668dc29e0d23","name":"groups content topics by expected pubsub topic","time":{"start":1707769766690,"stop":1707769766690,"duration":0},"status":"passed","severity":"normal"},{"uid":"6be30cfa6afc4bb8","name":"Push message with content topic containing unicode special characters","time":{"start":1707770395189,"stop":1707770395190,"duration":1},"status":"passed","severity":"normal"},{"uid":"caafb7e14c917039","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707769999875,"stop":1707769999875,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1b24fc52a62b7e5","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707769789486,"stop":1707769789486,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cb0a1afc130f954","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707769774610,"stop":1707769774612,"duration":2},"status":"passed","severity":"normal"},{"uid":"b798c1357f22ddfe","name":"Push message with XML payload","time":{"start":1707770395178,"stop":1707770395179,"duration":1},"status":"passed","severity":"normal"},{"uid":"3affacac03035e7d","name":"Nodes with multiple pubsub topic","time":{"start":1707770121403,"stop":1707770121404,"duration":1},"status":"passed","severity":"normal"},{"uid":"94daf0e447c72780","name":"isConnected should return false after all peers disconnect","time":{"start":1707769864615,"stop":1707769864615,"duration":0},"status":"passed","severity":"normal"},{"uid":"47615cc5d7462394","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707770424171,"stop":1707770424171,"duration":0},"status":"passed","severity":"normal"},{"uid":"bf1f99c949d26d53","name":"Publish message with large meta","time":{"start":1707770131710,"stop":1707770131713,"duration":3},"status":"passed","severity":"normal"},{"uid":"2ad1ce196fb94922","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707770142482,"stop":1707770142482,"duration":0},"status":"passed","severity":"normal"},{"uid":"4b96aa1a3c710dea","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707769999853,"stop":1707769999853,"duration":0},"status":"passed","severity":"normal"},{"uid":"58b7a4c63cf9d9b","name":"should not fail to start the service if it is already started","time":{"start":1707770210097,"stop":1707770210098,"duration":1},"status":"passed","severity":"normal"},{"uid":"758dfe8d4da5bd0d","name":"Fails to push message with empty content topic","time":{"start":1707770395190,"stop":1707770395190,"duration":0},"status":"passed","severity":"normal"},{"uid":"222b981442dac7d1","name":"should handle a minimal index list","time":{"start":1707769766846,"stop":1707769766846,"duration":0},"status":"passed","severity":"normal"},{"uid":"48c1b4be0f175ef1","name":"should not receive a peer event after stop","time":{"start":1707770210099,"stop":1707770210099,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a968751b713aeb9","name":"Check message with non string payload is not received","time":{"start":1707770001385,"stop":1707770001385,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2109d1dcc165eaa","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707769999860,"stop":1707769999860,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b293c09d5992ddd","name":"Check received message containing shell command","time":{"start":1707770335618,"stop":1707770335618,"duration":0},"status":"passed","severity":"normal"},{"uid":"450e50cea6352dae","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999858,"stop":1707769999858,"duration":0},"status":"passed","severity":"normal"},{"uid":"5265bc5974cede8a","name":"Check received message containing long","time":{"start":1707770001371,"stop":1707770001373,"duration":2},"status":"passed","severity":"normal"},{"uid":"9064372f064289bc","name":"Used by Waku Relay","time":{"start":1707770389548,"stop":1707770389548,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd07b3db77a35b","name":"Decoder throws on empty string content topic","time":{"start":1707769797447,"stop":1707769797447,"duration":0},"status":"passed","severity":"normal"},{"uid":"61f084fef4d0b606","name":"Sample","time":{"start":1707769774775,"stop":1707769774776,"duration":1},"status":"passed","severity":"normal"},{"uid":"46da5efe83d21d01","name":"Check received message with timestamp: undefined ","time":{"start":1707770001383,"stop":1707770001383,"duration":0},"status":"passed","severity":"normal"},{"uid":"aa2e602284eb2e7c","name":"Check message on other pubsub topic is not received","time":{"start":1707770335622,"stop":1707770335622,"duration":0},"status":"passed","severity":"normal"},{"uid":"7029b826cd9f4ac5","name":"Check received message containing Script","time":{"start":1707770001377,"stop":1707770001378,"duration":1},"status":"passed","severity":"normal"},{"uid":"7bd6685fb7ab6a21","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707770018845,"stop":1707770018845,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b733eb6dc05c04e","name":"Push message with content topic containing Russian","time":{"start":1707770395186,"stop":1707770395186,"duration":0},"status":"passed","severity":"normal"},{"uid":"5728cf043ad33e0f","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707770142481,"stop":1707770142481,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f44568f3ca95c36","name":"Ping on subscribed peer","time":{"start":1707769893448,"stop":1707769893449,"duration":1},"status":"passed","severity":"normal"},{"uid":"49c3fab7cc2aeb8","name":"Waku message hash computation","time":{"start":1707769769302,"stop":1707769769303,"duration":1},"status":"passed","severity":"normal"},{"uid":"2cfdbca84c18adb6","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707769825086,"stop":1707769825087,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d622ccef147bf904","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707769774632,"stop":1707769774633,"duration":1},"status":"passed","severity":"normal"},{"uid":"ca525269f1e08770","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707769812639,"stop":1707769812639,"duration":0},"status":"passed","severity":"normal"},{"uid":"954aae1b83937d5f","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707770424186,"stop":1707770424187,"duration":1},"status":"passed","severity":"normal"},{"uid":"79bc8f86f4ee07a4","name":"Encoder throws on empty string content topic","time":{"start":1707769780299,"stop":1707769780299,"duration":0},"status":"passed","severity":"normal"},{"uid":"21d2f3fd5e1bd5fb","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707770272997,"stop":1707770272998,"duration":1},"status":"passed","severity":"normal"},{"uid":"1dcc41f2f98c3fa1","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707770019758,"stop":1707770019759,"duration":1},"status":"passed","severity":"normal"},{"uid":"c34efc1b55faca25","name":"Check publish message after service node is restarted","time":{"start":1707770131709,"stop":1707770131709,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1388ad31512f465f","name":"Push message with custom timestamp: 1677011601516","time":{"start":1707770234592,"stop":1707770234593,"duration":1},"status":"passed","severity":"normal"},{"uid":"38c5698cb16c95a5","name":"Ping on peer without subscriptions","time":{"start":1707769893450,"stop":1707769893451,"duration":1},"status":"passed","severity":"normal"},{"uid":"5e7936d66e6bc368","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707770018843,"stop":1707770018844,"duration":1},"status":"passed","severity":"normal"},{"uid":"88b9626ed00599ab","name":"Query with Ordered Callback, No Decoder","time":{"start":1707770293502,"stop":1707770293503,"duration":1},"status":"passed","severity":"normal"},{"uid":"79f5f84e8af1dfa0","name":"Light Node - default protocols","time":{"start":1707770398288,"stop":1707770398289,"duration":1},"status":"passed","severity":"normal"},{"uid":"aeb76fa37c84edf0","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707769789806,"stop":1707769789806,"duration":0},"status":"skipped","severity":"normal"},{"uid":"a91f7e192bd14463","name":"should be called for bootstrap peers","time":{"start":1707769820505,"stop":1707769820506,"duration":1},"status":"passed","severity":"normal"},{"uid":"aaa5f8c7ffffa1f1","name":"Push message equal or less that 1MB","time":{"start":1707770395193,"stop":1707770395194,"duration":1},"status":"passed","severity":"normal"},{"uid":"deafc09f25074ae7","name":"Push message with short payload","time":{"start":1707770234566,"stop":1707770234566,"duration":0},"status":"passed","severity":"normal"},{"uid":"ffd0059b2e720eda","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707769789805,"stop":1707769789805,"duration":0},"status":"passed","severity":"normal"},{"uid":"231f21157d04b25b","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707769999867,"stop":1707769999867,"duration":0},"status":"passed","severity":"normal"},{"uid":"b23eff9b6cb4680d","name":"Passing page size 0 when there are 110 messages","time":{"start":1707770376994,"stop":1707770376994,"duration":0},"status":"passed","severity":"normal"},{"uid":"75cdb84c4885aaff","name":"should throw error - no public key","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcf2d7f36828e557","name":"Subscribe and receive messages via lightPush","time":{"start":1707770018817,"stop":1707770018818,"duration":1},"status":"passed","severity":"normal"},{"uid":"e532d69e23ee3d04","name":"Default pageSize","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"status":"passed","severity":"normal"},{"uid":"281711e2fcf8606d","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707770424190,"stop":1707770424190,"duration":0},"status":"passed","severity":"normal"},{"uid":"9a8e7a1d3665fe5d","name":"Subscribe to topic containing Script and receive message","time":{"start":1707770018845,"stop":1707770018846,"duration":1},"status":"passed","severity":"normal"},{"uid":"b19b4d8a6679482a","name":"Passing page size 110 when there are 120 messages","time":{"start":1707770376997,"stop":1707770376997,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f0507c247e29498","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707769789483,"stop":1707769789484,"duration":1},"status":"passed","severity":"normal"},{"uid":"b79302361f20969b","name":"1 Relay, 1 Filter, gives up","time":{"start":1707769789491,"stop":1707769789492,"duration":1},"status":"passed","severity":"normal"},{"uid":"57b551e7a326528","name":"Check received message containing SQL Injection","time":{"start":1707770335600,"stop":1707770335601,"duration":1},"status":"passed","severity":"normal"},{"uid":"e22b2785ba6038ee","name":"should decode valid enr with tcp successfully","time":{"start":1707769775401,"stop":1707769775401,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca560bd96ab3cbfa","name":"Check received message with timestamp: 1707769812106000000 ","time":{"start":1707770335619,"stop":1707770335620,"duration":1},"status":"passed","severity":"normal"},{"uid":"56d283298e20af31","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707769999869,"stop":1707769999874,"duration":5},"status":"passed","severity":"normal"},{"uid":"bc06f36db3bfc1b4","name":"Check publish message containing Script","time":{"start":1707770131699,"stop":1707770131699,"duration":0},"status":"passed","severity":"normal"},{"uid":"22fec8ccea937445","name":"should properly create peer info with all multiaddrs","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"status":"passed","severity":"normal"},{"uid":"35ccd87db40fcadf","name":"should encode/decode to RLP encoding","time":{"start":1707769775411,"stop":1707769775412,"duration":1},"status":"passed","severity":"normal"},{"uid":"2daf5e14743b78b4","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707770142490,"stop":1707770142491,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b8ebe2689312bf1","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"status":"passed","severity":"normal"},{"uid":"ed8df1fe845645aa","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707770018819,"stop":1707770018824,"duration":5},"status":"passed","severity":"normal"},{"uid":"ea7686ce0c87fe97","name":"Push message with SQL Injection payload","time":{"start":1707770395178,"stop":1707770395178,"duration":0},"status":"passed","severity":"normal"},{"uid":"64d5d366dc8a5361","name":"Check message received after nwaku node is restarted","time":{"start":1707770335633,"stop":1707770335633,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8fb45e5129fe4d13","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707770142488,"stop":1707770142488,"duration":0},"status":"passed","severity":"normal"},{"uid":"9c22f33a3d4fb2eb","name":"Subscribe to topic containing XML and publish message","time":{"start":1707770142487,"stop":1707770142488,"duration":1},"status":"passed","severity":"normal"},{"uid":"d10d2214c67af995","name":"Generator, custom pubsub topic","time":{"start":1707770353932,"stop":1707770353932,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9afd7c3d0583199","name":"Publish message with custom timestamp: Mon Feb 12 2024 21:35:21 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131706,"stop":1707770131706,"duration":0},"status":"passed","severity":"normal"},{"uid":"dad4ca1b6fa67d87","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707769789483,"stop":1707769789483,"duration":0},"status":"passed","severity":"normal"},{"uid":"83cfbba707298793","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707770424176,"stop":1707770424176,"duration":0},"status":"passed","severity":"normal"},{"uid":"10253c40ae993fc8","name":"Check received message containing unicode special characters","time":{"start":1707770001380,"stop":1707770001381,"duration":1},"status":"passed","severity":"normal"},{"uid":"607465fa1522425","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707770131705,"stop":1707770131705,"duration":0},"status":"passed","severity":"normal"},{"uid":"330140cc20b63249","name":"Encoder throws on undefined content topic","time":{"start":1707769795723,"stop":1707769795723,"duration":0},"status":"passed","severity":"normal"},{"uid":"f5ad8ec457da5d4d","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707769999856,"stop":1707769999856,"duration":0},"status":"passed","severity":"normal"},{"uid":"bbeea25304ef323e","name":"Push message with meta","time":{"start":1707770234583,"stop":1707770234584,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b1b0bebb8236e57","name":"Refresh subscription","time":{"start":1707770018838,"stop":1707770018838,"duration":0},"status":"passed","severity":"normal"},{"uid":"55cec279cd947cab","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707770142491,"stop":1707770142491,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e535cb8bde84f77","name":"Relay + Store","time":{"start":1707769822473,"stop":1707769822474,"duration":1},"status":"passed","severity":"normal"},{"uid":"495fc8941603d8d","name":"Check message with invalid timestamp is not received","time":{"start":1707770001383,"stop":1707770001383,"duration":0},"status":"passed","severity":"normal"},{"uid":"96caf545e5e292d8","name":"Check received message containing emoji","time":{"start":1707770335604,"stop":1707770335605,"duration":1},"status":"passed","severity":"normal"},{"uid":"306bb235f23f130b","name":"Query Generator, No message returned","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"status":"passed","severity":"normal"},{"uid":"36c59a5152aad99f","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707770121407,"stop":1707770121408,"duration":1},"status":"passed","severity":"normal"},{"uid":"de841fd0e797eaa4","name":"Check publish message containing Chinese","time":{"start":1707770131697,"stop":1707770131697,"duration":0},"status":"passed","severity":"normal"},{"uid":"4cfc68a37438912a","name":"Push message with unicode special characters payload","time":{"start":1707770234572,"stop":1707770234573,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a34b95193473da2","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707770019755,"stop":1707770019755,"duration":0},"status":"passed","severity":"normal"},{"uid":"67b02248cf5a4615","name":"Throws when trying to push message with empty payload","time":{"start":1707770395183,"stop":1707770395183,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d8949d73b8a2b0d","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707769797445,"stop":1707769797445,"duration":0},"status":"passed","severity":"normal"},{"uid":"e593e5d6690c2a0f","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707769878817,"stop":1707769878818,"duration":1},"status":"passed","severity":"normal"},{"uid":"8dd0b1c1441b58e3","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707770424178,"stop":1707770424178,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1daa43b43685c76","name":"A test","time":{"start":1707770019849,"stop":1707770019849,"duration":0},"status":"passed","severity":"normal"},{"uid":"9e5bde7596bf1406","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707770293500,"stop":1707770293500,"duration":0},"status":"passed","severity":"normal"},{"uid":"36e6fac4967687f0","name":"Push message with escaped characters payload","time":{"start":1707770234572,"stop":1707770234572,"duration":0},"status":"passed","severity":"normal"},{"uid":"888a9bdd3fbb199f","name":"Check received message with timestamp: undefined ","time":{"start":1707770335607,"stop":1707770335607,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ef4943e24c30e62","name":"should return all peers when numPeers is 0","time":{"start":1707769780143,"stop":1707769780143,"duration":0},"status":"passed","severity":"normal"},{"uid":"13e4b0efc499b9bf","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770018849,"stop":1707770018849,"duration":0},"status":"passed","severity":"normal"},{"uid":"37551d4cd3c2acd1","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707769864612,"stop":1707769864612,"duration":0},"status":"passed","severity":"normal"},{"uid":"a030f244b24dca96","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707770424191,"stop":1707770424192,"duration":1},"status":"passed","severity":"normal"},{"uid":"fda7e179c89cec64","name":"Subscribe to topic containing long and receive message","time":{"start":1707770424186,"stop":1707770424186,"duration":0},"status":"passed","severity":"normal"},{"uid":"93b3e54ef9bfd6dd","name":"throws on content topic with empty encoding field","time":{"start":1707769766687,"stop":1707769766687,"duration":0},"status":"passed","severity":"normal"},{"uid":"18f8f1e291995696","name":"Check received message with timestamp: 1707769812106 ","time":{"start":1707770335606,"stop":1707770335606,"duration":0},"status":"passed","severity":"normal"},{"uid":"11cf6a9fa7f03011","name":"should properly create location multiaddrs - udp6","time":{"start":1707769775414,"stop":1707769775414,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7a5877846667b7a","name":"Push message with content topic containing escaped characters","time":{"start":1707770395189,"stop":1707770395189,"duration":0},"status":"passed","severity":"normal"},{"uid":"b5bed94f6741bfff","name":"Subscribe to topic containing Script and publish message","time":{"start":1707770142487,"stop":1707770142487,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e5ba8f77687b169","name":"Push 30 different messages","time":{"start":1707770234574,"stop":1707770234574,"duration":0},"status":"passed","severity":"normal"},{"uid":"d093bfbd114b3b97","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707770121401,"stop":1707770121402,"duration":1},"status":"passed","severity":"normal"},{"uid":"75ace5d330703d44","name":"should properly create location multiaddrs - tcp","time":{"start":1707769775415,"stop":1707769775415,"duration":0},"status":"passed","severity":"normal"},{"uid":"8f183c9e6553580e","name":"Check publish message containing short","time":{"start":1707770131693,"stop":1707770131695,"duration":2},"status":"passed","severity":"normal"},{"uid":"5093832a6f5323ed","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707770393727,"stop":1707770393727,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7efc4408d106eae","name":"should only return 1 node with store capability","time":{"start":1707769789804,"stop":1707769789805,"duration":1},"status":"passed","severity":"normal"},{"uid":"2f7142e36161e24e","name":"Check received message containing SQL Injection","time":{"start":1707770001377,"stop":1707770001377,"duration":0},"status":"passed","severity":"normal"},{"uid":"6397e2b414170d4e","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707769797444,"stop":1707769797445,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6057e8af4e873c7","name":"Reopen subscription with peer with lost subscription","time":{"start":1707769893454,"stop":1707769893454,"duration":0},"status":"passed","severity":"normal"},{"uid":"702e321b5d0e490","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707769820504,"stop":1707769820505,"duration":1},"status":"passed","severity":"normal"},{"uid":"132624b091318a4c","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707769903017,"stop":1707769903017,"duration":0},"status":"passed","severity":"normal"},{"uid":"3315332233dd4c44","name":"Query Generator, No Decoder","time":{"start":1707770293501,"stop":1707770293501,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc83a26e077ae397","name":"different cluster, different shard: nodes don't connect","time":{"start":1707770055880,"stop":1707770055880,"duration":0},"status":"passed","severity":"normal"},{"uid":"a1947ec409134805","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707770325615,"stop":1707770325615,"duration":0},"status":"passed","severity":"normal"},{"uid":"1d6b9378e332bed6","name":"same cluster, same shard: nodes connect","time":{"start":1707770055875,"stop":1707770055876,"duration":1},"status":"passed","severity":"normal"},{"uid":"f6aba06c9e0071d9","name":"Passing an array","time":{"start":1707770389547,"stop":1707770389547,"duration":0},"status":"passed","severity":"normal"},{"uid":"bb887e01ab841d4","name":"Check received message with extra option is received","time":{"start":1707770001386,"stop":1707770001386,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1e93710719d4dc4","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707770018835,"stop":1707770018835,"duration":0},"status":"skipped","severity":"normal"},{"uid":"df1703d69d19d502","name":"Subscribe to topic containing long and publish message","time":{"start":1707770142483,"stop":1707770142484,"duration":1},"status":"passed","severity":"normal"},{"uid":"de18e05a47898406","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707770393728,"stop":1707770393728,"duration":0},"status":"passed","severity":"normal"},{"uid":"421ca229551fe733","name":"Check publish message containing numeric","time":{"start":1707770131696,"stop":1707770131696,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file +[{"uid":"93aa5b690af58224","name":"Publish without waiting for remote peer","time":{"start":1707793168670,"stop":1707793168671,"duration":1},"status":"passed","severity":"normal"},{"uid":"8279a10bff3b46fc","name":"Check message with extra parameter is not received","time":{"start":1707793028290,"stop":1707793028291,"duration":1},"status":"passed","severity":"normal"},{"uid":"259a77639d0ee691","name":"should not be called more than DEFAULT_MAX_BOOTSTRAP_PEERS_ALLOWED times for bootstrap peers","time":{"start":1707792846324,"stop":1707792846325,"duration":1},"status":"passed","severity":"normal"},{"uid":"a39974da4e97935a","name":"Nodes with multiple pubsub topic","time":{"start":1707793142797,"stop":1707793142797,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7838768e7658223","name":"Light Node - default protocols","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"status":"passed","severity":"normal"},{"uid":"4afc8fd2569a049a","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707793446745,"stop":1707793446745,"duration":0},"status":"passed","severity":"normal"},{"uid":"1e05812b9cf78428","name":"Check received message containing Basic HTML tag","time":{"start":1707793028275,"stop":1707793028276,"duration":1},"status":"passed","severity":"normal"},{"uid":"f2b5e0c6f1e9b7d3","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac31dbfb5f65dad6","name":"same cluster, same shard: nodes connect","time":{"start":1707793012459,"stop":1707793012459,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec0c60b75ab958b3","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","severity":"normal"},{"uid":"69435645beb283fd","name":"Check received message containing Russian","time":{"start":1707793028272,"stop":1707793028273,"duration":1},"status":"passed","severity":"normal"},{"uid":"49b5a9417d3a8380","name":"Round trip binary encryption [symmetric, signature]","time":{"start":1707792820890,"stop":1707792820891,"duration":1},"status":"passed","severity":"normal"},{"uid":"412d6689cb9b33c3","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707793446739,"stop":1707793446739,"duration":0},"status":"passed","severity":"normal"},{"uid":"19cee804b3798271","name":"Push message with custom timestamp: 1677034559036","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"status":"passed","severity":"normal"},{"uid":"beb3d9c4e1caa9ee","name":"Ordered callback, aborts when callback returns true","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e70ea98897c54a2","name":"safeDispatchEvent","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"status":"passed","severity":"normal"},{"uid":"d71d52c1b46f662","name":"Push message with content topic containing numeric","time":{"start":1707793238870,"stop":1707793238870,"duration":0},"status":"passed","severity":"normal"},{"uid":"b556e69fd752604d","name":"Passing page size 3 when there are 20 messages","time":{"start":1707793392501,"stop":1707793392502,"duration":1},"status":"passed","severity":"normal"},{"uid":"8e2d7a06a15f0ea2","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707793354574,"stop":1707793354575,"duration":1},"status":"passed","severity":"normal"},{"uid":"cd15be0494c6a1f6","name":"Check publish message containing Russian","time":{"start":1707793153215,"stop":1707793153216,"duration":1},"status":"passed","severity":"normal"},{"uid":"6042f4a52f2a143e","name":"Passing a valid cursor at 110 index when there are 120 messages","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ff72e4911405bf8","name":"Check received message containing Chinese","time":{"start":1707793028268,"stop":1707793028268,"duration":0},"status":"passed","severity":"normal"},{"uid":"f8aabb51529d474c","name":"Query with Promise Callback, No message returned","time":{"start":1707793304791,"stop":1707793304792,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e89253f52847b84","name":"Check publish message containing special chars","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"status":"passed","severity":"normal"},{"uid":"e5253321bb0178b3","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9dbc454739d5ff7","name":"should decode valid enr successfully","time":{"start":1707792800803,"stop":1707792800804,"duration":1},"status":"passed","severity":"normal"},{"uid":"59951f2ed14ab21d","name":"Check message with non string payload is not received","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"status":"passed","severity":"normal"},{"uid":"f7079c869e061d10","name":"Subscribe to topic containing numeric and publish message","time":{"start":1707793168680,"stop":1707793168681,"duration":1},"status":"passed","severity":"normal"},{"uid":"18542f5259d42963","name":"Push message with content topic containing JSON","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8a0017d478caab7","name":"should encodeTxt and decodeTxt","time":{"start":1707792800803,"stop":1707792800803,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f1f76751191424b","name":"ENRTree (root): should error if DNS root entry signature is invalid","time":{"start":1707792814743,"stop":1707792814743,"duration":0},"status":"passed","severity":"normal"},{"uid":"cc751fccc6a30efd","name":"ENRTree (tree): should error if DNS tree entry is mis-prefixed","time":{"start":1707792814744,"stop":1707792814745,"duration":1},"status":"passed","severity":"normal"},{"uid":"5012dbe23b68afe2","name":"numPeers=3 -- returns total 3 peers, with max 4 bootstrap peers","time":{"start":1707793012485,"stop":1707793012486,"duration":1},"status":"passed","severity":"normal"},{"uid":"844ec15e728c3211","name":"Push 30 different messages","time":{"start":1707793238866,"stop":1707793238866,"duration":0},"status":"passed","severity":"normal"},{"uid":"827f6b5b66c8c251","name":"should return false","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"status":"passed","severity":"normal"},{"uid":"a08a829249282ef1","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142788,"stop":1707793142789,"duration":1},"status":"passed","severity":"normal"},{"uid":"9307d8570161dd20","name":"Passing page size 11 when there are 10 messages","time":{"start":1707793392502,"stop":1707793392503,"duration":1},"status":"passed","severity":"normal"},{"uid":"33d06a99112ac015","name":"Check received message containing Russian","time":{"start":1707793371097,"stop":1707793371097,"duration":0},"status":"passed","severity":"normal"},{"uid":"e25f0a23e2746760","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbf7f3d4db0013b3","name":"Passing cursor with wrong pubsubTopic","time":{"start":1707793287285,"stop":1707793287287,"duration":2},"status":"passed","severity":"normal"},{"uid":"ded5d56cac4219d1","name":"Check publish message containing JSON","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"status":"passed","severity":"normal"},{"uid":"37df1eaf9369d7fd","name":"should be able to encode the field with only RELAY set to true","time":{"start":1707792799995,"stop":1707792799997,"duration":2},"status":"passed","severity":"normal"},{"uid":"708c21c60c314c41","name":"should properly create location multiaddrs - udp6","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"eaf40c676d589a8a","name":"Push message with content topic containing numeric","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"status":"passed","severity":"normal"},{"uid":"e94a894f883fe78b","name":"can start the service","time":{"start":1707792849457,"stop":1707792849457,"duration":0},"status":"passed","severity":"normal"},{"uid":"b15935f5c06d11ee","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142778,"stop":1707793142779,"duration":1},"status":"passed","severity":"normal"},{"uid":"6387d45e7d4d801","name":"should return only bootstrap peers up to maxBootstrapPeers","time":{"start":1707792805569,"stop":1707792805569,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce4c3f4b0597fcab","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793028284,"stop":1707793028285,"duration":1},"status":"passed","severity":"normal"},{"uid":"5219294f3b7c7745","name":"should only return 1 node with relay and store capability","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"status":"passed","severity":"normal"},{"uid":"623025527b086bfd","name":"creates an iterator","time":{"start":1707793384585,"stop":1707793384586,"duration":1},"status":"passed","severity":"normal"},{"uid":"290df14c419f6f56","name":"isConnected bwtween 2 js-waku relay nodes","time":{"start":1707792890685,"stop":1707792890686,"duration":1},"status":"passed","severity":"normal"},{"uid":"ccdf5cd116aac99","name":"Query with Promise Callback, Multiple PubsubTopics","time":{"start":1707793304789,"stop":1707793304790,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1d5108901b1ec5","name":"removeEventListener with wrong event","time":{"start":1707792878414,"stop":1707792878415,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a03d8b494f67075","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907231,"stop":1707792907233,"duration":2},"status":"passed","severity":"normal"},{"uid":"8d10b5656006a29f","name":"can dial TLS multiaddrs","time":{"start":1707793093670,"stop":1707793093671,"duration":1},"status":"passed","severity":"normal"},{"uid":"8b9e49b86bc13bff","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707793446749,"stop":1707793446750,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6a1c76280fafe17","name":"Query with Promise Callback, Wrong PubsubTopic","time":{"start":1707793304788,"stop":1707793304789,"duration":1},"status":"passed","severity":"normal"},{"uid":"6301e00a8735f1e2","name":"numPeers=4 -- returns total 4 peers, with max 2 bootstrap peers","time":{"start":1707793012470,"stop":1707793012471,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b4111532b02126f","name":"Decoder throws on empty string content topic","time":{"start":1707792820894,"stop":1707792820894,"duration":0},"status":"passed","severity":"normal"},{"uid":"5d66e22dded0fe60","name":"all px service nodes subscribed to the shard topic should be dialed","time":{"start":1707793354573,"stop":1707793354573,"duration":0},"status":"passed","severity":"normal"},{"uid":"3d7e3592bfb8d9f8","name":"different cluster, same shard: nodes don't connect (autosharding)","time":{"start":1707793012463,"stop":1707793012463,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f11a41b55cebecf","name":"should throw error - no id","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"status":"passed","severity":"normal"},{"uid":"d78f93d3af98e7f6","name":"should be able to encode the field with ALL protocols set to true","time":{"start":1707792800000,"stop":1707792800001,"duration":1},"status":"passed","severity":"normal"},{"uid":"4487723428eb7fdd","name":"should emit `waku:offline` event when all peers disconnect","time":{"start":1707792838869,"stop":1707792838870,"duration":1},"status":"passed","severity":"normal"},{"uid":"2542d60ddce53ac","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","severity":"normal"},{"uid":"521284f657f31c86","name":"Passing page size 19 when there are 20 messages","time":{"start":1707793392503,"stop":1707793392503,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab1a3a57a157d114","name":"Passing a valid cursor at 0 index when there are 20 messages","time":{"start":1707793287279,"stop":1707793287280,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae41c5920a30cd3e","name":"numPeers=4 -- returns total 4 peers, with max 7 bootstrap peers","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"status":"passed","severity":"normal"},{"uid":"d96387bd33fcb26","name":"stop","time":{"start":1707792878416,"stop":1707792878417,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c43bdf41dc3d7c9","name":"throws on content topic with generation field greater than 0","time":{"start":1707792792549,"stop":1707792792549,"duration":0},"status":"passed","severity":"normal"},{"uid":"2b520dfa7ae6cf87","name":"Check received message with timestamp: 1707792838371 ","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd9a064f06a56880","name":"A test","time":{"start":1707793059180,"stop":1707793059181,"duration":1},"status":"passed","severity":"normal"},{"uid":"f338accdb234207e","name":"ignores unrecognized TXT record formats","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"status":"passed","severity":"normal"},{"uid":"e09a18f300bb650e","name":"different cluster, different shard: nodes don't connect","time":{"start":1707793012461,"stop":1707793012462,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa470d1db3ebcf85","name":"can start the service","time":{"start":1707793230149,"stop":1707793230150,"duration":1},"status":"passed","severity":"normal"},{"uid":"bace446017574fd7","name":"Ping on subscribed peer","time":{"start":1707792919941,"stop":1707792919942,"duration":1},"status":"passed","severity":"normal"},{"uid":"abcc2e2f1a5b28b7","name":"Encoder throws on undefined content topic","time":{"start":1707792820892,"stop":1707792820892,"duration":0},"status":"passed","severity":"normal"},{"uid":"d091fcb17cb06d79","name":"Check received message containing special chars","time":{"start":1707793371109,"stop":1707793371110,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1490e6aa20990","name":"should not fail to start the service if it is already started","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"status":"passed","severity":"normal"},{"uid":"71475f0ce56cc7e7","name":"Push message with Chinese payload","time":{"start":1707793370623,"stop":1707793370624,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a8254595a4f5bc4","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","severity":"normal"},{"uid":"606b0de30f9dd55d","name":"should be able to decode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707792800012,"stop":1707792800013,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d358c6d8a7ac537","name":"Push message with content topic containing short","time":{"start":1707793238869,"stop":1707793238869,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd1e57bf4eb9002","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"status":"passed","severity":"normal"},{"uid":"7f10201d1edb459","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707793059097,"stop":1707793059097,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cef6830630c5b32","name":"Push message with content topic containing Arabic","time":{"start":1707793238871,"stop":1707793238872,"duration":1},"status":"passed","severity":"normal"},{"uid":"b19c222dfd10bdf8","name":"Push message with content topic containing shell command","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"status":"passed","severity":"normal"},{"uid":"3312ef564d647fcc","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"status":"passed","severity":"normal"},{"uid":"7c546ce731c0bff2","name":"numPeers=2 -- returns total 2 peers, with max 5 bootstrap peers","time":{"start":1707793012494,"stop":1707793012495,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1761f69e5518959","name":"Push message equal or less that 1MB","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"status":"passed","severity":"normal"},{"uid":"1183686d11b606b8","name":"Check received message containing JSON","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e38a7ee5e498af8","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012474,"stop":1707793012475,"duration":1},"status":"passed","severity":"normal"},{"uid":"20a63c7eb0cf973b","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907231,"stop":1707792907231,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7a22f9550efbc20","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"passed","severity":"normal"},{"uid":"ceff03afd73d0984","name":"Check received message containing short","time":{"start":1707793028261,"stop":1707793028262,"duration":1},"status":"passed","severity":"normal"},{"uid":"ec6a6c488518cef1","name":"Ephemeral field is preserved - encoder v0","time":{"start":1707792848129,"stop":1707792848129,"duration":0},"status":"passed","severity":"normal"},{"uid":"71d28276ba4cd325","name":"Push message with Arabic payload","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a73f2968a4f9021","name":"numPeers=3 -- returns total 3 peers, with max 1 bootstrap peers","time":{"start":1707793012465,"stop":1707793012466,"duration":1},"status":"passed","severity":"normal"},{"uid":"ac6102300e250736","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907234,"stop":1707792907235,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f64cde6e15acf61","name":"Check publish message containing short","time":{"start":1707793153212,"stop":1707793153213,"duration":1},"status":"passed","severity":"normal"},{"uid":"5ace0edea7df17bf","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907230,"stop":1707792907231,"duration":1},"status":"passed","severity":"normal"},{"uid":"e1d546de4251c806","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369034,"stop":1707793369034,"duration":0},"status":"passed","severity":"normal"},{"uid":"e9a8abb442715757","name":"Privacy Node - default protocol","time":{"start":1707793412324,"stop":1707793412324,"duration":0},"status":"passed","severity":"normal"},{"uid":"656882ca0c470dcd","name":"numPeers=2 -- returns total 2 peers, with max 1 bootstrap peers","time":{"start":1707793012465,"stop":1707793012465,"duration":0},"status":"passed","severity":"normal"},{"uid":"a268ecfc732a3ca5","name":"throws on content topic with empty version field","time":{"start":1707792792550,"stop":1707792792551,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aa835d973519e4c","name":"Generator, custom pubsub topic","time":{"start":1707793369032,"stop":1707793369032,"duration":0},"status":"passed","severity":"normal"},{"uid":"aab97a625d88f25c","name":"dispatchEvent via connectionManager","time":{"start":1707792878416,"stop":1707792878416,"duration":0},"status":"skipped","severity":"normal"},{"uid":"de5a7a7052c27654","name":"Check received message containing Arabic","time":{"start":1707793028269,"stop":1707793028272,"duration":3},"status":"passed","severity":"normal"},{"uid":"95a945e69900ead7","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707793446732,"stop":1707793446733,"duration":1},"status":"passed","severity":"normal"},{"uid":"477254391a5a53b1","name":"should emit `peer:discovery:bootstrap` event when a peer is discovered","time":{"start":1707792838864,"stop":1707792838866,"duration":2},"status":"passed","severity":"normal"},{"uid":"96e706187f1cdb65","name":"Store - dialed first","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"status":"passed","severity":"normal"},{"uid":"3bf1ef6096f8390c","name":"Promise Callback - backward","time":{"start":1707793383650,"stop":1707793383651,"duration":1},"status":"passed","severity":"normal"},{"uid":"d55838876381600","name":"Push message on custom pubsubTopic","time":{"start":1707793086602,"stop":1707793086602,"duration":0},"status":"passed","severity":"normal"},{"uid":"7a63dd7b7594ec47","name":"Push message with shell command payload","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"status":"passed","severity":"normal"},{"uid":"6705f4874d6eca3c","name":"Fails to publish message with wrong pubsubtopic","time":{"start":1707793153227,"stop":1707793153228,"duration":1},"status":"passed","severity":"normal"},{"uid":"aa75b27fff2eb895","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"status":"passed","severity":"normal"},{"uid":"56fb749c89c9d74d","name":"Delete observer","time":{"start":1707793095139,"stop":1707793095139,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c65db1aa2746771","name":"should be able to decode the field with only STORE set to true","time":{"start":1707792800005,"stop":1707792800005,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2abe1118b21649a","name":"Check message with no content topic is not received","time":{"start":1707793371106,"stop":1707793371106,"duration":0},"status":"passed","severity":"normal"},{"uid":"7ec1952e065d1dd7","name":"same cluster, different shard: nodes connect","time":{"start":1707793012459,"stop":1707793012460,"duration":1},"status":"passed","severity":"normal"},{"uid":"22b2c03219947e51","name":"throws on empty content topic","time":{"start":1707792792547,"stop":1707792792548,"duration":1},"status":"passed","severity":"normal"},{"uid":"6519c58c519cc39f","name":"same cluster, same shard: nodes connect (autosharding)","time":{"start":1707793012462,"stop":1707793012462,"duration":0},"status":"passed","severity":"normal"},{"uid":"bcb64e4f3a9cf2ed","name":"Check received message containing unicode special characters","time":{"start":1707793028279,"stop":1707793028280,"duration":1},"status":"passed","severity":"normal"},{"uid":"f43ae38e495d1db4","name":"Encoder throws on empty string content topic","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff4ece4c8767475f","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707793370636,"stop":1707793370636,"duration":0},"status":"passed","severity":"normal"},{"uid":"264cab64810850bc","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707792958827,"stop":1707792958828,"duration":1},"status":"passed","severity":"normal"},{"uid":"61b9f3173ca65968","name":"Subscribe to topic containing emoji and publish message","time":{"start":1707793168696,"stop":1707793168696,"duration":0},"status":"passed","severity":"normal"},{"uid":"ba417fd6ab90c4f0","name":"Fails to push message bigger that 1MB","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"status":"passed","severity":"normal"},{"uid":"1c2bf423e464a489","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142797,"stop":1707793142798,"duration":1},"status":"passed","severity":"normal"},{"uid":"a362b1734d6ad49","name":"should encode/decode to text encoding","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6268d77c27242fb","name":"Query with Ordered Callback, Multiple PubsubTopics","time":{"start":1707793304785,"stop":1707793304786,"duration":1},"status":"passed","severity":"normal"},{"uid":"9cc11494ccca1938","name":"should be able to decode the field with ALL protocols set to true","time":{"start":1707792800008,"stop":1707792800009,"duration":1},"status":"passed","severity":"normal"},{"uid":"9fda558cd0dd0450","name":"Check message with no payload is not received","time":{"start":1707793371126,"stop":1707793371127,"duration":1},"status":"passed","severity":"normal"},{"uid":"3aa098beff997670","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"status":"passed","severity":"normal"},{"uid":"41c2eaba5c820818","name":"Check received message containing Basic HTML tag","time":{"start":1707793371113,"stop":1707793371114,"duration":1},"status":"passed","severity":"normal"},{"uid":"80e14ac0962a215f","name":"3 nodes on /waku/2/rs/3/1 topic","time":{"start":1707793142796,"stop":1707793142796,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4e3403bbe7192ae","name":"Check received message containing SQL Injection","time":{"start":1707793028273,"stop":1707793028274,"duration":1},"status":"passed","severity":"normal"},{"uid":"ed68015c04ae7c0e","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","severity":"normal"},{"uid":"4df144972f066d1f","name":"Check received message containing numeric","time":{"start":1707793028264,"stop":1707793028264,"duration":0},"status":"passed","severity":"normal"},{"uid":"dde7ee3f7bbb0647","name":"Check publish message containing Script","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"status":"passed","severity":"normal"},{"uid":"2275c8176aa1404","name":"should not fail to stop the service if it was not started","time":{"start":1707793230151,"stop":1707793230151,"duration":0},"status":"passed","severity":"normal"},{"uid":"7cee305fd00b898e","name":"Round trip binary encryption [ecies, signature]","time":{"start":1707792822802,"stop":1707792822803,"duration":1},"status":"passed","severity":"normal"},{"uid":"3fb5e35ef242875b","name":"addEventListener with wrong event","time":{"start":1707792878411,"stop":1707792878412,"duration":1},"status":"passed","severity":"normal"},{"uid":"5945be84978c5089","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707792958831,"stop":1707792958832,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b1aaad778b5dc454","name":"Callback on promise, aborts when callback returns true","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd05f6e66088bcde","name":"Check message received after nwaku node is restarted","time":{"start":1707793028296,"stop":1707793028296,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d96bc0b4fbf688b","name":"Subscribe to topic containing special chars and receive message","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","severity":"normal"},{"uid":"3732eb0cee9ab3a8","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793371103,"stop":1707793371103,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1b7788947250ba8","name":"Push message with escaped characters payload","time":{"start":1707793370628,"stop":1707793370628,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a5d7f4abee648c1","name":"Nodes with multiple pubsub topic","time":{"start":1707793142791,"stop":1707793142792,"duration":1},"status":"passed","severity":"normal"},{"uid":"609b44b24ce3b360","name":"Check received message containing XML","time":{"start":1707793371112,"stop":1707793371113,"duration":1},"status":"passed","severity":"normal"},{"uid":"7f004ad97fcc7550","name":"should get / set UDP multiaddr","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"c47d37ce34d5e9ec","name":"Push message with Arabic payload","time":{"start":1707793238861,"stop":1707793238861,"duration":0},"status":"passed","severity":"normal"},{"uid":"99fcfc4b5c716eeb","name":"Check message received after nwaku node is restarted","time":{"start":1707793371107,"stop":1707793371108,"duration":1},"status":"skipped","severity":"normal"},{"uid":"d70428cf06a62bc7","name":"Symmetric encrypt & Decrypt","time":{"start":1707792821409,"stop":1707792821409,"duration":0},"status":"passed","severity":"normal"},{"uid":"fcff495bfb8f9bbc","name":"Check received message containing XML","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"status":"passed","severity":"normal"},{"uid":"d37bdf9ca026c299","name":"Refresh subscription","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"15f4e49680193c2d","name":"Query generator for multiple messages with different message text format","time":{"start":1707793355775,"stop":1707793355776,"duration":1},"status":"passed","severity":"normal"},{"uid":"524a3445fa87372f","name":"Check message with no payload is not received","time":{"start":1707793028290,"stop":1707793028290,"duration":0},"status":"passed","severity":"normal"},{"uid":"4c377726deabb4e1","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707793354575,"stop":1707793354575,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a8c1478ec64ecab","name":"Subscribe to topic containing SQL Injection and receive message","time":{"start":1707793446751,"stop":1707793446751,"duration":0},"status":"passed","severity":"normal"},{"uid":"f6c1764936882fa9","name":"ENRTree (root): should error if DNS root entry is malformed","time":{"start":1707792814743,"stop":1707792814744,"duration":1},"status":"passed","severity":"normal"},{"uid":"54d65f4b42478a2f","name":"Push message with emoji payload","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"status":"passed","severity":"normal"},{"uid":"5c0345a78bc75334","name":"should encode/decode to RLP encoding","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"e96537e332504eae","name":"Nwaku publishes","time":{"start":1707793128332,"stop":1707793128332,"duration":0},"status":"passed","severity":"normal"},{"uid":"53412d951a41a02a","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"status":"passed","severity":"normal"},{"uid":"18c3e80a9b27b0e0","name":"Push message with XML payload","time":{"start":1707793370626,"stop":1707793370627,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3d55b6b594b2527","name":"should be called for every peer with PEER_EXCHANGE tags","time":{"start":1707792846325,"stop":1707792846326,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba4e5c55d0527613","name":"Push message with meta","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"status":"passed","severity":"normal"},{"uid":"dce3a0d4662aa2d6","name":"numPeers=2 -- returns total 2 peers, with max 7 bootstrap peers","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"status":"passed","severity":"normal"},{"uid":"75bcbeaa40f7b9d0","name":"throws on content topic with non-number generation field","time":{"start":1707792792549,"stop":1707792792549,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cb7d0263fe43fb7","name":"Throws when trying to push message with empty payload","time":{"start":1707793238866,"stop":1707793238869,"duration":3},"status":"passed","severity":"normal"},{"uid":"cbaa2a0ca214211f","name":"should be able to decode the field with only FILTER set to true","time":{"start":1707792800004,"stop":1707792800004,"duration":0},"status":"passed","severity":"normal"},{"uid":"622cd29c7714ab54","name":"Check received message containing SQL Injection","time":{"start":1707793371097,"stop":1707793371098,"duration":1},"status":"passed","severity":"normal"},{"uid":"54a2042a900b4a3d","name":"Sample","time":{"start":1707792800221,"stop":1707792800221,"duration":0},"status":"passed","severity":"normal"},{"uid":"891accd48817bde9","name":"Passing page size 0 when there are 110 messages","time":{"start":1707793392500,"stop":1707793392501,"duration":1},"status":"passed","severity":"normal"},{"uid":"4557d616f0b57c84","name":"Passing page size 10 when there are 10 messages","time":{"start":1707793392502,"stop":1707793392502,"duration":0},"status":"passed","severity":"normal"},{"uid":"2362450c3af62d84","name":"Encoder throws on empty string content topic","time":{"start":1707792820892,"stop":1707792820893,"duration":1},"status":"passed","severity":"normal"},{"uid":"25dd018bf4475d2","name":"Subscribe and publish 10000 messages on the same topic","time":{"start":1707793168672,"stop":1707793168673,"duration":1},"status":"passed","severity":"normal"},{"uid":"908341bc8fac2508","name":"A test","time":{"start":1707793059182,"stop":1707793059182,"duration":0},"status":"passed","severity":"normal"},{"uid":"344a8b8d2c30a683","name":"Register correct protocols","time":{"start":1707793168669,"stop":1707793168670,"duration":1},"status":"passed","severity":"normal"},{"uid":"d5d457d9e9768106","name":"Js publishes, other Js receives","time":{"start":1707793128332,"stop":1707793128333,"duration":1},"status":"passed","severity":"normal"},{"uid":"c11e52c9b60dbf14","name":"Push message with shell command payload","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"status":"passed","severity":"normal"},{"uid":"c34ac18d8705d7a6","name":"should not receive a peer event before start","time":{"start":1707792849460,"stop":1707792849460,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd58276e68349186","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707792958832,"stop":1707792958832,"duration":0},"status":"passed","severity":"normal"},{"uid":"e8aea029968444ca","name":"Push message with rate limit","time":{"start":1707793238878,"stop":1707793238878,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b9391897a88df0d","name":"Ordered Callback sorting by timestamp while page direction is forward","time":{"start":1707793387156,"stop":1707793387157,"duration":1},"status":"passed","severity":"normal"},{"uid":"ff176b8405437a45","name":"numPeers=3 -- returns total 3 peers, with max 3 bootstrap peers","time":{"start":1707793012476,"stop":1707793012476,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb120c2a1a1ee1ac","name":"Check received message containing JSON","time":{"start":1707793371114,"stop":1707793371114,"duration":0},"status":"passed","severity":"normal"},{"uid":"28847ed8a12aa789","name":"Check received message containing long","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"status":"passed","severity":"normal"},{"uid":"16408df251bec517","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707792907228,"stop":1707792907228,"duration":0},"status":"passed","severity":"normal"},{"uid":"c62793c6182a2f43","name":"Push message with content topic containing JSON","time":{"start":1707793238874,"stop":1707793238874,"duration":0},"status":"passed","severity":"normal"},{"uid":"16f06ead9df31219","name":"Check received message containing Arabic","time":{"start":1707793371096,"stop":1707793371097,"duration":1},"status":"passed","severity":"normal"},{"uid":"6ae38198e540bdb4","name":"should throw an error for insufficient data","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ce3c8a69faf9a0e","name":"Subscribe to topic containing XML and publish message","time":{"start":1707793168688,"stop":1707793168694,"duration":6},"status":"passed","severity":"normal"},{"uid":"d430e4dbca157156","name":"Push message on custom pubsubTopic","time":{"start":1707793086604,"stop":1707793086604,"duration":0},"status":"passed","severity":"normal"},{"uid":"4a0c3cbee3049418","name":"Round trip binary encryption [symmetric, no signature]","time":{"start":1707792820888,"stop":1707792820890,"duration":2},"status":"passed","severity":"normal"},{"uid":"a85d02cea362ba85","name":"Passing cursor with wrong message digest","time":{"start":1707793287284,"stop":1707793287285,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa053323da58213","name":"Subscribe and receives messages on 20 topics","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"status":"passed","severity":"normal"},{"uid":"455273292b5b3288","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707793446753,"stop":1707793446753,"duration":0},"status":"passed","severity":"normal"},{"uid":"68b82eb9730b2476","name":"isConnected should return false after all peers disconnect","time":{"start":1707792890684,"stop":1707792890685,"duration":1},"status":"passed","severity":"normal"},{"uid":"7ae2747500a4872a","name":"Fails to push message with large meta","time":{"start":1707793370639,"stop":1707793370640,"duration":1},"status":"passed","severity":"normal"},{"uid":"3e8b4cc0bba48231","name":"configure the node with multiple pubsub topics","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"status":"passed","severity":"normal"},{"uid":"141b987a3aa7c499","name":"given a content topic, creates a waku node and filter subscription","time":{"start":1707793172246,"stop":1707793172246,"duration":0},"status":"passed","severity":"normal"},{"uid":"3453d736075045c","name":"Check publish message containing emoji","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4bcd8fe3fd8f4e2","name":"should only return 1 node with store capability","time":{"start":1707792815081,"stop":1707792815081,"duration":0},"status":"passed","severity":"normal"},{"uid":"692ca337528b265d","name":"Check received message containing Russian","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"status":"passed","severity":"normal"},{"uid":"dcd5a137b57b49b8","name":"Fails to push message bigger that 1MB","time":{"start":1707793370642,"stop":1707793370643,"duration":1},"status":"passed","severity":"normal"},{"uid":"bfabf72458b69e27","name":"Accepts a valid Waku Message","time":{"start":1707792809058,"stop":1707792809059,"duration":1},"status":"passed","severity":"normal"},{"uid":"59c22a3ec248ec27","name":"Subscribe to topic containing Russian and publish message","time":{"start":1707793168685,"stop":1707793168686,"duration":1},"status":"passed","severity":"normal"},{"uid":"1d6257f0cf171800","name":"Check received message containing Script","time":{"start":1707793371111,"stop":1707793371112,"duration":1},"status":"passed","severity":"normal"},{"uid":"b3b4c2994ab9ff77","name":"Check received message containing shell command","time":{"start":1707793371099,"stop":1707793371100,"duration":1},"status":"passed","severity":"normal"},{"uid":"6457dc130342f3fa","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792869304,"stop":1707792869305,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e9d2095af9f1ae5","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707792929578,"stop":1707792929579,"duration":1},"status":"passed","severity":"normal"},{"uid":"7c4571254ab86bb4","name":"throws on content topic with empty topic name field","time":{"start":1707792792551,"stop":1707792792551,"duration":0},"status":"passed","severity":"normal"},{"uid":"bc7070eddde86fc3","name":"Asymmetric encrypt & decrypt","time":{"start":1707792821408,"stop":1707792821409,"duration":1},"status":"passed","severity":"normal"},{"uid":"3cd9b8095d242cad","name":"Generator, custom pubsub topic","time":{"start":1707793369030,"stop":1707793369031,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6aa97f8164ad781","name":"Decoder throws on undefined content topic","time":{"start":1707792822804,"stop":1707792822805,"duration":1},"status":"passed","severity":"normal"},{"uid":"f9992b49f065010c","name":"should not receive a peer event before start","time":{"start":1707793230152,"stop":1707793230152,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3810b73482e62f7","name":"Throws when trying to push message with empty payload","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e854ef4022ade12","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707793142796,"stop":1707793142797,"duration":1},"status":"passed","severity":"normal"},{"uid":"1b97547002e03220","name":"Push message with Script payload","time":{"start":1707793238862,"stop":1707793238863,"duration":1},"status":"passed","severity":"normal"},{"uid":"2124bc31cda2d646","name":"Subscribe to topic containing Script and publish message","time":{"start":1707793168687,"stop":1707793168688,"duration":1},"status":"passed","severity":"normal"},{"uid":"ace052899b94700e","name":"should properly create location multiaddrs - udp4","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"af3ab777ee12eea1","name":"Check received message containing numeric","time":{"start":1707793371095,"stop":1707793371095,"duration":0},"status":"passed","severity":"normal"},{"uid":"328ecf4b99676dbc","name":"Store - dialed after - with timeout","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"3696b7f545496e3b","name":"should throw error - no id","time":{"start":1707792800806,"stop":1707792800812,"duration":6},"status":"passed","severity":"normal"},{"uid":"5e095725c9452027","name":"Check message on other pubsub topic is not received","time":{"start":1707793028286,"stop":1707793028289,"duration":3},"status":"passed","severity":"normal"},{"uid":"356dcda81f987a42","name":"Check received message with timestamp: undefined ","time":{"start":1707793028285,"stop":1707793028285,"duration":0},"status":"passed","severity":"normal"},{"uid":"99959ade6840c143","name":"Nodes with multiple pubsub topic","time":{"start":1707793142780,"stop":1707793142781,"duration":1},"status":"passed","severity":"normal"},{"uid":"e414ddb69493abc6","name":"recovers when dns.resolve returns empty","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"977336ca81ab0ce7","name":"Check publish message after service node is restarted","time":{"start":1707793153228,"stop":1707793153229,"duration":1},"status":"skipped","severity":"normal"},{"uid":"b7b8e1753f1b7d61","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 4","time":{"start":1707793012492,"stop":1707793012492,"duration":0},"status":"passed","severity":"normal"},{"uid":"f31b44beb941a50e","name":"Push message with content topic containing XML","time":{"start":1707793238873,"stop":1707793238874,"duration":1},"status":"passed","severity":"normal"},{"uid":"f3a7b6b4f2f296e5","name":"same cluster, different shard: nodes connect (autosharding)","time":{"start":1707793012462,"stop":1707793012463,"duration":1},"status":"passed","severity":"normal"},{"uid":"a035552ef488137d","name":"Check received message with timestamp: 1707792838371000000 ","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"status":"passed","severity":"normal"},{"uid":"2471d11993d8625f","name":"Push message with content topic containing Russian","time":{"start":1707793238872,"stop":1707793238872,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1e28c38238cf576","name":"should be able to encode the field with ALL protocols set to false","time":{"start":1707792800001,"stop":1707792800002,"duration":1},"status":"passed","severity":"normal"},{"uid":"4d71f87db05d5b1e","name":"Check publish message containing escaped characters","time":{"start":1707793153221,"stop":1707793153222,"duration":1},"status":"passed","severity":"normal"},{"uid":"d80eb2f2803d406f","name":"Push message with content topic containing Arabic","time":{"start":1707793370633,"stop":1707793370634,"duration":1},"status":"passed","severity":"normal"},{"uid":"afde80010714f188","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707793446746,"stop":1707793446746,"duration":0},"status":"skipped","severity":"normal"},{"uid":"966a7aaa127265f0","name":"should return the correct number of peers based on numPeers and maxBootstrapPeers","time":{"start":1707793012515,"stop":1707793012515,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8c9e5ea38e4472f","name":"Check received message containing emoji","time":{"start":1707793371101,"stop":1707793371101,"duration":0},"status":"passed","severity":"normal"},{"uid":"e7f5e0bf7df6ded6","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707793446753,"stop":1707793446753,"duration":0},"status":"passed","severity":"normal"},{"uid":"d50a547e605334fc","name":"should emit `peer:connected:bootstrap` event when a peer is connected","time":{"start":1707792838867,"stop":1707792838868,"duration":1},"status":"passed","severity":"normal"},{"uid":"196c3c5c06756dc4","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"passed","severity":"normal"},{"uid":"eecd4bbe6175b766","name":"Publish message with custom timestamp: Wed Feb 22 2023 02:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153223,"stop":1707793153224,"duration":1},"status":"passed","severity":"normal"},{"uid":"5f1ec872e47cbf3f","name":"Ephemeral messages are not stored","time":{"start":1707792848128,"stop":1707792848128,"duration":0},"status":"passed","severity":"normal"},{"uid":"2ab5be0a8f382983","name":"should properly create location multiaddrs - tcp4","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"1fb5518289810686","name":"Generator, with asymmetric & symmetric encrypted messages","time":{"start":1707793355778,"stop":1707793355778,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f82f87018be8289","name":"Init the array if not present","time":{"start":1707792792126,"stop":1707792792128,"duration":2},"status":"passed","severity":"normal"},{"uid":"8fe7a0528649dacf","name":"numPeers=3 -- returns total 3 peers, with max 5 bootstrap peers","time":{"start":1707793012495,"stop":1707793012498,"duration":3},"status":"passed","severity":"normal"},{"uid":"39ac1d0d4ec42bbf","name":"should be able to encode the field with only FILTER set to true","time":{"start":1707792799999,"stop":1707792800000,"duration":1},"status":"passed","severity":"normal"},{"uid":"b6e2ff6b1861ef8","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793028284,"stop":1707793028284,"duration":0},"status":"passed","severity":"normal"},{"uid":"6164152f76f157c5","name":"Sign & Recover","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6e78758f8d4d62d","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086605,"stop":1707793086605,"duration":0},"status":"passed","severity":"normal"},{"uid":"813074e0d382e81","name":"should not fail to start the service if it is already started","time":{"start":1707792849459,"stop":1707792849459,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b96ca264741be34","name":"Subscribe to topic containing escaped characters and receive message","time":{"start":1707793446741,"stop":1707793446742,"duration":1},"status":"passed","severity":"normal"},{"uid":"5eb7315e4fea1283","name":"Push message with long payload","time":{"start":1707793370622,"stop":1707793370622,"duration":0},"status":"passed","severity":"normal"},{"uid":"fab4bf38e7bee615","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707792958830,"stop":1707792958830,"duration":0},"status":"passed","severity":"normal"},{"uid":"916632f996f80af0","name":"Relay - times out","time":{"start":1707793412322,"stop":1707793412322,"duration":0},"status":"passed","severity":"normal"},{"uid":"d297d4ff5a25b354","name":"Fails to push message with empty content topic","time":{"start":1707793370639,"stop":1707793370639,"duration":0},"status":"passed","severity":"normal"},{"uid":"d6b8f46e6270b50c","name":"Refresh subscription","time":{"start":1707793168677,"stop":1707793168677,"duration":0},"status":"skipped","severity":"normal"},{"uid":"784685354b8e5f8a","name":"Ordered Callback sorting by timestamp while page direction is backward","time":{"start":1707793387157,"stop":1707793387157,"duration":0},"status":"passed","severity":"normal"},{"uid":"97ccb41b5c84f15c","name":"Query with Ordered Callback, No Decoder","time":{"start":1707793304786,"stop":1707793304787,"duration":1},"status":"passed","severity":"normal"},{"uid":"283cd2f9eaa49d3c","name":"should correctly encode and decode relay shards using rsv format (Bit Vector)","time":{"start":1707792792593,"stop":1707792792593,"duration":0},"status":"passed","severity":"normal"},{"uid":"51aa55a554d04cf6","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086605,"stop":1707793086614,"duration":9},"status":"passed","severity":"normal"},{"uid":"c1e00d1c31f15bf1","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8fc422d3b4d66e","name":"Ordered Callback - forward","time":{"start":1707793383651,"stop":1707793383651,"duration":0},"status":"passed","severity":"normal"},{"uid":"eba2602e0018d80c","name":"Waku message hash computation (meta attribute not present)","time":{"start":1707792795036,"stop":1707792795036,"duration":0},"status":"passed","severity":"normal"},{"uid":"221c0b330ffe6501","name":"Check message with no content topic is not received","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"status":"passed","severity":"normal"},{"uid":"5789b5106be1e408","name":"Subscribe to topic containing XML and receive message","time":{"start":1707793446752,"stop":1707793446752,"duration":0},"status":"passed","severity":"normal"},{"uid":"6ce4f306a0e8f3ae","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707793059100,"stop":1707793059100,"duration":0},"status":"passed","severity":"normal"},{"uid":"681458f686b6bdbe","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707792929579,"stop":1707792929579,"duration":0},"status":"passed","severity":"normal"},{"uid":"d62ae0c9dfd0e983","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 6","time":{"start":1707793012511,"stop":1707793012512,"duration":1},"status":"passed","severity":"normal"},{"uid":"74f7a5a1d87aab2e","name":"should be called for bootstrap peers","time":{"start":1707792846324,"stop":1707792846324,"duration":0},"status":"passed","severity":"normal"},{"uid":"e478d0baa9416483","name":"udp ip6 address","time":{"start":1707792800135,"stop":1707792800136,"duration":1},"status":"passed","severity":"normal"},{"uid":"d843cb3f188ab455","name":"Overlapping topic subscription","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"e49eec942ec1ba07","name":"Subscribe to topic containing JSON and publish message","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"status":"passed","severity":"normal"},{"uid":"6cee2c8d7682e14f","name":"Check message with no pubsub topic is not received","time":{"start":1707793028289,"stop":1707793028289,"duration":0},"status":"passed","severity":"normal"},{"uid":"86c5fc5f2608fd10","name":"Check publish message containing numeric","time":{"start":1707793153214,"stop":1707793153214,"duration":0},"status":"passed","severity":"normal"},{"uid":"e2a9a06eef357dc1","name":"should be able to encode the field with RELAY and FILTER protocols set to true","time":{"start":1707792800002,"stop":1707792800002,"duration":0},"status":"passed","severity":"normal"},{"uid":"e410787348a3c8fe","name":"should decode valid enr with tcp successfully","time":{"start":1707792800804,"stop":1707792800805,"duration":1},"status":"passed","severity":"normal"},{"uid":"43d57e5ea5833ee7","name":"Ping on peer without subscriptions","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"status":"passed","severity":"normal"},{"uid":"c0bf75a091af4024","name":"Rejects garbage","time":{"start":1707792809060,"stop":1707792809060,"duration":0},"status":"passed","severity":"normal"},{"uid":"b21b8ea65708b856","name":"Ordered Callback - backward","time":{"start":1707793383651,"stop":1707793383652,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd4f3ab563d3d99a","name":"connects to nwaku","time":{"start":1707793400887,"stop":1707793400887,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce243c211a28a184","name":"numPeers=3 -- returns total 3 peers, with max 2 bootstrap peers","time":{"start":1707793012469,"stop":1707793012470,"duration":1},"status":"passed","severity":"normal"},{"uid":"811919cbcd121669","name":"Publish message with custom timestamp: Tue Feb 13 2024 01:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153224,"stop":1707793153225,"duration":1},"status":"passed","severity":"normal"},{"uid":"149d1c7158a6104b","name":"Subscribe to topic containing Chinese and publish message","time":{"start":1707793168682,"stop":1707793168684,"duration":2},"status":"passed","severity":"normal"},{"uid":"3777a5ad2bf64b07","name":"Ephemeral field is preserved - asymmetric encryption","time":{"start":1707792848130,"stop":1707792848130,"duration":0},"status":"passed","severity":"normal"},{"uid":"7963619c63111dec","name":"Relay + Store","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"status":"passed","severity":"normal"},{"uid":"bd6dbbbbc5de6453","name":"Subscribe to 30 topics (old limit) at once and receives messages","time":{"start":1707793446746,"stop":1707793446747,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbc769d72da408c1","name":"Ephemeral field is preserved - symmetric encryption","time":{"start":1707792848129,"stop":1707792848130,"duration":1},"status":"passed","severity":"normal"},{"uid":"c15b2212bac74fab","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012464,"stop":1707793012465,"duration":1},"status":"passed","severity":"normal"},{"uid":"a90d8169555007a4","name":"should emit `waku:offline` event only when all peers disconnect","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"status":"passed","severity":"normal"},{"uid":"d812350b1b0dea77","name":"1 Store, 2 relays, 2 fetches","time":{"start":1707792814756,"stop":1707792814757,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf6f142ebbca0f7f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707793446731,"stop":1707793446731,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dfd3d73af96d06c","name":"should throw error - no public key","time":{"start":1707792800813,"stop":1707792800813,"duration":0},"status":"passed","severity":"normal"},{"uid":"1bcfd579b98bd13f","name":"Subscribe and publish messages on 2 different content topics","time":{"start":1707793168673,"stop":1707793168674,"duration":1},"status":"passed","severity":"normal"},{"uid":"78da8706a006216d","name":"Decoder throws on empty string content topic","time":{"start":1707792805606,"stop":1707792805606,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a4f4becb8677bf","name":"isConnected return false after peer stops","time":{"start":1707792890685,"stop":1707792890685,"duration":0},"status":"passed","severity":"normal"},{"uid":"689444ebada4c412","name":"Subscribe and receive messages via lightPush","time":{"start":1707793446730,"stop":1707793446731,"duration":1},"status":"passed","severity":"normal"},{"uid":"4e7388f337eee427","name":"Subscribe one by one to 100 topics and publish messages","time":{"start":1707793168674,"stop":1707793168675,"duration":1},"status":"passed","severity":"normal"},{"uid":"a52ef9da2663526b","name":"Subscribe to topic containing shell command and receive message","time":{"start":1707793446741,"stop":1707793446741,"duration":0},"status":"passed","severity":"normal"},{"uid":"a75a70fb94ad2e09","name":"Check received message containing Script","time":{"start":1707793371098,"stop":1707793371098,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2526b2c00b13423","name":"Encoder throws on undefined content topic","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d94fcec759fd0df","name":"Push message with Basic HTML tag payload","time":{"start":1707793238863,"stop":1707793238864,"duration":1},"status":"passed","severity":"normal"},{"uid":"26bb3a7e13fc4edc","name":"Push message with content topic containing long","time":{"start":1707793370632,"stop":1707793370632,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e8c61e682cf8f28","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012467,"stop":1707793012467,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfd04763ea7c08e9","name":"Check message with no pubsub topic is not received","time":{"start":1707793371125,"stop":1707793371125,"duration":0},"status":"passed","severity":"normal"},{"uid":"76b08d189b69d5b","name":"Check message received after nwaku node is restarted","time":{"start":1707793371131,"stop":1707793371132,"duration":1},"status":"skipped","severity":"normal"},{"uid":"f186442172de026f","name":"Subscribe to topic containing Script and receive message","time":{"start":1707793446751,"stop":1707793446752,"duration":1},"status":"passed","severity":"normal"},{"uid":"1f65ee9394da87c6","name":"Subscribe to topic containing SQL Injection and publish message","time":{"start":1707793168686,"stop":1707793168687,"duration":1},"status":"passed","severity":"normal"},{"uid":"df8768a161749bb1","name":"Subscribe to topic containing short and receive message","time":{"start":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","severity":"normal"},{"uid":"c4aeb75906fd5713","name":"Passing a valid cursor at 10 index when there are 40 messages","time":{"start":1707793287280,"stop":1707793287281,"duration":1},"status":"passed","severity":"normal"},{"uid":"38ad82e9dd5c7a03","name":"Meta field set when metaSetter is specified","time":{"start":1707792805603,"stop":1707792805604,"duration":1},"status":"passed","severity":"normal"},{"uid":"c3d4fb922a23e7c","name":"Check message on other pubsub topic is not received","time":{"start":1707793371124,"stop":1707793371125,"duration":1},"status":"passed","severity":"normal"},{"uid":"3822c9bc4e2625c6","name":"should get / set TCP multiaddr","time":{"start":1707792800815,"stop":1707792800815,"duration":0},"status":"passed","severity":"normal"},{"uid":"41ebfba340f15b60","name":"Ping on unsubscribed peer","time":{"start":1707792919940,"stop":1707792919940,"duration":0},"status":"passed","severity":"normal"},{"uid":"2956f03dc29cc7e6","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086602,"stop":1707793086603,"duration":1},"status":"passed","severity":"normal"},{"uid":"5a53e4e7a0e9f056","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012493,"stop":1707793012494,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e6d34051ec48ff3","name":"Push message with custom timestamp: 1707796559036","time":{"start":1707793370642,"stop":1707793370642,"duration":0},"status":"passed","severity":"normal"},{"uid":"76db239c4105ee49","name":"retrieves all peers (3) when branch entries are composed of multiple strings","time":{"start":1707792815082,"stop":1707792815082,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff427b086815ee67","name":"Passing a valid cursor at 19 index when there are 20 messages","time":{"start":1707793287282,"stop":1707793287282,"duration":0},"status":"passed","severity":"normal"},{"uid":"bff4ce34f34cf38","name":"Check meta is set [symmetric]","time":{"start":1707792820891,"stop":1707792820891,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8719a801a5cb378","name":"Push message with unicode special characters payload","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"status":"passed","severity":"normal"},{"uid":"833f0ad780a0520a","name":"nwaku subscribes","time":{"start":1707793128326,"stop":1707793128326,"duration":0},"status":"passed","severity":"normal"},{"uid":"3ee4978a7f80ad5d","name":"returns all values when wanted number matches available values","time":{"start":1707792814221,"stop":1707792814222,"duration":1},"status":"passed","severity":"normal"},{"uid":"28198ce3e94ada21","name":"should set field with only LIGHTPUSH enabled","time":{"start":1707792800818,"stop":1707792800819,"duration":1},"status":"passed","severity":"normal"},{"uid":"4242d75079a005cf","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a77ec0d9b917aca","name":"Push message with custom timestamp: 1707789359036","time":{"start":1707793370641,"stop":1707793370641,"duration":0},"status":"passed","severity":"normal"},{"uid":"31abb135af2ff5de","name":"Query generator for multiple messages","time":{"start":1707793355775,"stop":1707793355775,"duration":0},"status":"passed","severity":"normal"},{"uid":"8df5bd76140ef9a1","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707793446747,"stop":1707793446747,"duration":0},"status":"skipped","severity":"normal"},{"uid":"18e294fca4d1e996","name":"returns all values when wanted number is greater than available values","time":{"start":1707792814223,"stop":1707792814223,"duration":0},"status":"passed","severity":"normal"},{"uid":"e305991ae53cee6c","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707793086616,"stop":1707793086616,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d587790afbfeb54","name":"Correctly serialized arguments","time":{"start":1707793088152,"stop":1707793088153,"duration":1},"status":"passed","severity":"normal"},{"uid":"3263e0f2f2f540b9","name":"1 Store, 2 fetches","time":{"start":1707792814756,"stop":1707792814756,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac01f18235ea78b0","name":"numPeers=4 -- returns total 4 peers, with max 5 bootstrap peers","time":{"start":1707793012498,"stop":1707793012499,"duration":1},"status":"passed","severity":"normal"},{"uid":"24ed167b2b9ff36a","name":"Check received message containing short","time":{"start":1707793371094,"stop":1707793371094,"duration":0},"status":"passed","severity":"normal"},{"uid":"be52fc8f190fe953","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142792,"stop":1707793142794,"duration":2},"status":"passed","severity":"normal"},{"uid":"124cc08f54808b4b","name":"Check received message containing SQL Injection","time":{"start":1707793371111,"stop":1707793371111,"duration":0},"status":"passed","severity":"normal"},{"uid":"18485aa82b309aeb","name":"Subscribe to 100 topics (new limit) at once and receives messages","time":{"start":1707793446734,"stop":1707793446734,"duration":0},"status":"skipped","severity":"normal"},{"uid":"edd6214754085044","name":"tcp ip4 address","time":{"start":1707792800135,"stop":1707792800135,"duration":0},"status":"passed","severity":"normal"},{"uid":"af9303569125bf3b","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707792958828,"stop":1707792958829,"duration":1},"status":"passed","severity":"normal"},{"uid":"c075cf3303077178","name":"Subscribe and receives messages on 20 topics","time":{"start":1707792958831,"stop":1707792958831,"duration":0},"status":"passed","severity":"normal"},{"uid":"d274040492ba7f7a","name":"Check received message containing shell command","time":{"start":1707793371114,"stop":1707793371115,"duration":1},"status":"passed","severity":"normal"},{"uid":"9e99437b89c78946","name":"unsubscribes","time":{"start":1707793384586,"stop":1707793384587,"duration":1},"status":"passed","severity":"normal"},{"uid":"2bd6dc2a157e3582","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012513,"stop":1707793012513,"duration":0},"status":"passed","severity":"normal"},{"uid":"f1cf072d01d1fef5","name":"Check received message containing emoji","time":{"start":1707793371116,"stop":1707793371116,"duration":0},"status":"passed","severity":"normal"},{"uid":"2dccef650911b1c","name":"converts content topics to expected shard index","time":{"start":1707792792552,"stop":1707792792552,"duration":0},"status":"passed","severity":"normal"},{"uid":"167977bdb6c1f64d","name":"Check received message with timestamp: 1707792838067000000 ","time":{"start":1707793028281,"stop":1707793028283,"duration":2},"status":"passed","severity":"normal"},{"uid":"52ea7394a22dd995","name":"Push message with JSON payload","time":{"start":1707793238864,"stop":1707793238864,"duration":0},"status":"passed","severity":"normal"},{"uid":"cf60b9ea5f2d2804","name":"Check received message with timestamp: undefined ","time":{"start":1707793371104,"stop":1707793371104,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c562690dfd5ec82","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707793446738,"stop":1707793446738,"duration":0},"status":"passed","severity":"normal"},{"uid":"6d9d9c1549d313ee","name":"Push message with rate limit","time":{"start":1707793370640,"stop":1707793370641,"duration":1},"status":"passed","severity":"normal"},{"uid":"9f08bd817c329167","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 3","time":{"start":1707793012482,"stop":1707793012482,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d6bba91a7229593","name":"\"after each\" hook for \"given a content topic, creates a waku node and filter subscription\"","time":{"start":1707793172246,"stop":1707793172247,"duration":1},"status":"broken","severity":"normal"},{"uid":"c778894017771e9a","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707793059102,"stop":1707793059103,"duration":1},"status":"passed","severity":"normal"},{"uid":"24dde3b610539337","name":"should emit `peer:discovery:peer-exchange` event when a peer is discovered","time":{"start":1707792838866,"stop":1707792838867,"duration":1},"status":"passed","severity":"normal"},{"uid":"b85c0b207d46ee44","name":"Check received message containing shell command","time":{"start":1707793028276,"stop":1707793028279,"duration":3},"status":"passed","severity":"normal"},{"uid":"e76c7b10f8bde11f","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707792929581,"stop":1707792929581,"duration":0},"status":"passed","severity":"normal"},{"uid":"141930bfce5da8cd","name":"nwaku interop","time":{"start":1707793230148,"stop":1707793230149,"duration":1},"status":"skipped","severity":"normal"},{"uid":"11d4db18a648395e","name":"Check message with invalid timestamp is not received","time":{"start":1707793371124,"stop":1707793371124,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e67234dbf663e70","name":"should not fail to stop the service if it was not started","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"status":"passed","severity":"normal"},{"uid":"3892f4b2c1dbb10e","name":"Check publish message after client node is restarted","time":{"start":1707793153229,"stop":1707793153229,"duration":0},"status":"skipped","severity":"normal"},{"uid":"836ecb55a00181b4","name":"Publish message with custom timestamp: Sun Dec 17 1995 03:24:00 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153223,"stop":1707793153223,"duration":0},"status":"passed","severity":"normal"},{"uid":"30971d9b353f5312","name":"Subscribe to topic containing numeric and receive message","time":{"start":1707793446737,"stop":1707793446738,"duration":1},"status":"passed","severity":"normal"},{"uid":"d6d341cb375f8407","name":"Check message with non string payload is not received","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"status":"passed","severity":"normal"},{"uid":"253bb059c691422","name":"Publish message with large meta","time":{"start":1707793153229,"stop":1707793153230,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d449ba7eb7ca3e7","name":"3 nodes on /waku/2/rs/3/0 topic","time":{"start":1707793142789,"stop":1707793142791,"duration":2},"status":"passed","severity":"normal"},{"uid":"6265edc24308f6ea","name":"Check message with invalid timestamp is not received","time":{"start":1707793028285,"stop":1707793028286,"duration":1},"status":"passed","severity":"normal"},{"uid":"a034079ddc596323","name":"Subscribe and receive messages via waku relay post","time":{"start":1707793446744,"stop":1707793446745,"duration":1},"status":"passed","severity":"normal"},{"uid":"9674a55deb04e7e9","name":"Subscribe and receive messages via lightPush","time":{"start":1707793446743,"stop":1707793446743,"duration":0},"status":"passed","severity":"normal"},{"uid":"380323bb1c8ea0ba","name":"Unsubscribe 1 topic - node subscribed to 2 topics","time":{"start":1707793059098,"stop":1707793059099,"duration":1},"status":"passed","severity":"normal"},{"uid":"5b5eea86b2effd42","name":"Push message with content topic containing unicode special characters","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c32b9da5d546a83","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"status":"passed","severity":"normal"},{"uid":"f73ba97c866ecfc6","name":"should properly create location multiaddrs - udp","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"2c38f549c843826e","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 7","time":{"start":1707793012514,"stop":1707793012515,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3bb884944966285","name":"Check publish message containing SQL Injection","time":{"start":1707793153217,"stop":1707793153217,"duration":0},"status":"passed","severity":"normal"},{"uid":"d07f60cfc0cf4028","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 5","time":{"start":1707793012500,"stop":1707793012500,"duration":0},"status":"passed","severity":"normal"},{"uid":"70a3e6f5afe980b4","name":"Push message with content topic containing SQL Injection","time":{"start":1707793370634,"stop":1707793370635,"duration":1},"status":"passed","severity":"normal"},{"uid":"94e158f5a54473fd","name":"Check message received after jswaku node is restarted","time":{"start":1707793371131,"stop":1707793371131,"duration":0},"status":"skipped","severity":"normal"},{"uid":"2f61758232802d7a","name":"Subscribe to topic containing Arabic and publish message","time":{"start":1707793168684,"stop":1707793168685,"duration":1},"status":"passed","severity":"normal"},{"uid":"7fe3d1283a338d0f","name":"Push message with special chars payload","time":{"start":1707793238860,"stop":1707793238860,"duration":0},"status":"passed","severity":"normal"},{"uid":"37347df3157fb386","name":"isConnected should return true after first peer connects","time":{"start":1707792890684,"stop":1707792890684,"duration":0},"status":"passed","severity":"normal"},{"uid":"f2c1bed73cad45cc","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707793059102,"stop":1707793059102,"duration":0},"status":"passed","severity":"normal"},{"uid":"fd8117e9229abc38","name":"Subscribe and receive messages on custom pubsubtopic","time":{"start":1707792907233,"stop":1707792907233,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f660ff27144ebd","name":"Ephemeral field set to true","time":{"start":1707792805603,"stop":1707792805603,"duration":0},"status":"passed","severity":"normal"},{"uid":"b41721bf1dee5eda","name":"should return all non-bootstrap peers and no bootstrap peer when numPeers is 0 and maxBootstrapPeers is 0","time":{"start":1707792805568,"stop":1707792805568,"duration":0},"status":"passed","severity":"normal"},{"uid":"fce8cd615f0f829c","name":"Check received message with timestamp: 1707792838371 ","time":{"start":1707793371102,"stop":1707793371103,"duration":1},"status":"passed","severity":"normal"},{"uid":"3a9a68f77966de11","name":"Passing page size 110 when there are 120 messages","time":{"start":1707793392503,"stop":1707793392504,"duration":1},"status":"passed","severity":"normal"},{"uid":"a9964382ffd7eb90","name":"groups content topics by expected pubsub topic","time":{"start":1707792792554,"stop":1707792792554,"duration":0},"status":"passed","severity":"normal"},{"uid":"e15c0b354019d337","name":"Push message with content topic containing Chinese","time":{"start":1707793370633,"stop":1707793370633,"duration":0},"status":"passed","severity":"normal"},{"uid":"5bbab87de443f512","name":"using a protocol with unconfigured pubsub topic should fail","time":{"start":1707793243276,"stop":1707793243276,"duration":0},"status":"passed","severity":"normal"},{"uid":"61a866366a3040c6","name":"returns a subset of values when wanted number is lesser than available values","time":{"start":1707792814223,"stop":1707792814224,"duration":1},"status":"passed","severity":"normal"},{"uid":"a2e2a80a4bbf4bec","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e2f9341c06e0f8c","name":"Push message with special chars payload","time":{"start":1707793370623,"stop":1707793370623,"duration":0},"status":"passed","severity":"normal"},{"uid":"e687e1b47c6f1dc0","name":"Relay + Store","time":{"start":1707792800819,"stop":1707792800819,"duration":0},"status":"passed","severity":"normal"},{"uid":"a553bbed71d0b2c4","name":"Decoder throws on undefined content topic","time":{"start":1707792805605,"stop":1707792805605,"duration":0},"status":"passed","severity":"normal"},{"uid":"97fda087fd37f318","name":"Fields are not dropped","time":{"start":1707792805022,"stop":1707792805024,"duration":2},"status":"passed","severity":"normal"},{"uid":"986479062af15faa","name":"Subscribe to topic containing JSON and receive message","time":{"start":1707793446752,"stop":1707793446753,"duration":1},"status":"passed","severity":"normal"},{"uid":"ef052bef7cdeadb5","name":"addEventListener with correct event","time":{"start":1707792878409,"stop":1707792878411,"duration":2},"status":"passed","severity":"normal"},{"uid":"36f4f13f99f50d12","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 1","time":{"start":1707793012466,"stop":1707793012467,"duration":1},"status":"passed","severity":"normal"},{"uid":"2eee805a613956a3","name":"Push message with content topic containing SQL Injection","time":{"start":1707793238872,"stop":1707793238873,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7cd19c5e8f10dff","name":"numPeers=2 -- returns total 2 peers, with max 6 bootstrap peers","time":{"start":1707793012503,"stop":1707793012507,"duration":4},"status":"passed","severity":"normal"},{"uid":"14be64cc99c6ee7a","name":"Refresh subscription","time":{"start":1707792958834,"stop":1707792958835,"duration":1},"status":"broken","severity":"normal"},{"uid":"82e99f2ca6fbc61","name":"Query Generator - forward","time":{"start":1707793383649,"stop":1707793383649,"duration":0},"status":"passed","severity":"normal"},{"uid":"47cfd4015a024311","name":"Subscribe to topic containing escaped characters and publish message","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"status":"passed","severity":"normal"},{"uid":"8aa506b130440f57","name":"Fails to publish message with size larger than 1 MB","time":{"start":1707793153228,"stop":1707793153228,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e412209b74b253b","name":"Push message with content topic containing short","time":{"start":1707793370631,"stop":1707793370631,"duration":0},"status":"passed","severity":"normal"},{"uid":"75a86a4d11df78f","name":"Subscribe and receive messages via waku relay post","time":{"start":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","severity":"normal"},{"uid":"af93167741a1b462","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907229,"stop":1707792907229,"duration":0},"status":"passed","severity":"normal"},{"uid":"a4443511c88d268d","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086604,"stop":1707793086604,"duration":0},"status":"passed","severity":"normal"},{"uid":"5f3f67f2738701aa","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"3e82c9597a9d7160","name":"Ping on peer without subscriptions","time":{"start":1707792919939,"stop":1707792919940,"duration":1},"status":"passed","severity":"normal"},{"uid":"bd564010f4cdd27d","name":"Subscribe to topic containing unicode special characters and publish message","time":{"start":1707793168695,"stop":1707793168696,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7152a0e378d4be1","name":"Check received message containing long","time":{"start":1707793028262,"stop":1707793028263,"duration":1},"status":"passed","severity":"normal"},{"uid":"237b111e92a9e935","name":"All","time":{"start":1707792848726,"stop":1707792848726,"duration":0},"status":"passed","severity":"normal"},{"uid":"d1bd54f84788297","name":"should throw error - no public key","time":{"start":1707792800805,"stop":1707792800805,"duration":0},"status":"passed","severity":"normal"},{"uid":"ab6a27ffc938adff","name":"should set field with only FILTER enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"8cdc781d54083eda","name":"Fails to push message with empty content topic","time":{"start":1707793238876,"stop":1707793238877,"duration":1},"status":"passed","severity":"normal"},{"uid":"43122dfa033d86e4","name":"Fails to publish message with wrong content topic","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"status":"passed","severity":"normal"},{"uid":"9b86b2e84b061167","name":"Refresh subscription","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","severity":"normal"},{"uid":"2655c6cc6d6dabd","name":"configure the node with multiple pubsub topics","time":{"start":1707793243275,"stop":1707793243275,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac380dacf2821929","name":"Waku message hash computation","time":{"start":1707792795035,"stop":1707792795036,"duration":1},"status":"passed","severity":"normal"},{"uid":"a534857cfd82b057","name":"pre and post cipher","time":{"start":1707792821410,"stop":1707792821410,"duration":0},"status":"passed","severity":"normal"},{"uid":"58d98734661e8a19","name":"Check received message containing escaped characters","time":{"start":1707793371100,"stop":1707793371100,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d833a281dde26f8","name":"should use DNS peer discovery with light client","time":{"start":1707792849461,"stop":1707792849462,"duration":1},"status":"skipped","severity":"normal"},{"uid":"af7b86863ae24a4d","name":"Check received message containing escaped characters","time":{"start":1707793028279,"stop":1707793028279,"duration":0},"status":"passed","severity":"normal"},{"uid":"c1139d89c3d2ae22","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707792929579,"stop":1707792929580,"duration":1},"status":"passed","severity":"normal"},{"uid":"3ef5e8924e4803c4","name":"should not receive a peer event after stop","time":{"start":1707792849460,"stop":1707792849461,"duration":1},"status":"passed","severity":"normal"},{"uid":"fa320788fb103fed","name":"Relay - dialed after","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"status":"passed","severity":"normal"},{"uid":"cd651f0866acbc7f","name":"should be able to decode the field with RELAY and FILTER protocols set to true","time":{"start":1707792800011,"stop":1707792800011,"duration":0},"status":"passed","severity":"normal"},{"uid":"44a9192c273257e4","name":"Ping on subscribed peer","time":{"start":1707792869303,"stop":1707792869303,"duration":0},"status":"passed","severity":"normal"},{"uid":"53aa408e706b2006","name":"Mutual subscription","time":{"start":1707793168668,"stop":1707793168669,"duration":1},"status":"passed","severity":"normal"},{"uid":"ee0c5d6495e00e28","name":"Check received message containing Chinese","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"status":"passed","severity":"normal"},{"uid":"a717290248be4067","name":"should set field with all protocols enabled","time":{"start":1707792800817,"stop":1707792800818,"duration":1},"status":"passed","severity":"normal"},{"uid":"11ea15871c75c65f","name":"Push 30 different messages","time":{"start":1707793370630,"stop":1707793370631,"duration":1},"status":"passed","severity":"normal"},{"uid":"189f2405630e8444","name":"Using a function","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"status":"passed","severity":"normal"},{"uid":"b62d6e73f9aed059","name":"should be able to encode the field with only LIGHTPUSH set to true","time":{"start":1707792800000,"stop":1707792800000,"duration":0},"status":"passed","severity":"normal"},{"uid":"29c08dd8a5f90d0b","name":"should return one bootstrap peer, and all non-boostrap peers, when numPeers is 0 & maxBootstrap is 1","time":{"start":1707792805568,"stop":1707792805569,"duration":1},"status":"passed","severity":"normal"},{"uid":"12dc2c49a7aecbeb","name":"Check publish message containing Arabic","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"status":"passed","severity":"normal"},{"uid":"9126998c0e0009d3","name":"Push message with XML payload","time":{"start":1707793238863,"stop":1707793238863,"duration":0},"status":"passed","severity":"normal"},{"uid":"d016caf54e9484","name":"msgTime: -19000 ms from now, startTime: -19002, endTime: -19001","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"60eeb9d9fcc0db03","name":"Unsubscribes all - node subscribed to 10 topics","time":{"start":1707793059103,"stop":1707793059103,"duration":0},"status":"passed","severity":"normal"},{"uid":"beef9b77d1071916","name":"should be called at least once on all `peer:discovery` events","time":{"start":1707792846322,"stop":1707792846323,"duration":1},"status":"passed","severity":"normal"},{"uid":"116c458000ebdaa","name":"numPeers=4 -- returns total 4 peers, with max 3 bootstrap peers","time":{"start":1707793012479,"stop":1707793012481,"duration":2},"status":"passed","severity":"normal"},{"uid":"16afe6f916b349b7","name":"Subscribe and publish message","time":{"start":1707793168671,"stop":1707793168672,"duration":1},"status":"passed","severity":"normal"},{"uid":"373a49b79c1507a9","name":"Overlapping topic subscription","time":{"start":1707793446736,"stop":1707793446736,"duration":0},"status":"passed","severity":"normal"},{"uid":"55ea81b56c4852b5","name":"Subscribe to topic containing emoji and receive message","time":{"start":1707793446742,"stop":1707793446742,"duration":0},"status":"passed","severity":"normal"},{"uid":"f4446925c3ed4ebd","name":"Push message with custom timestamp: 1707796612699","time":{"start":1707793238879,"stop":1707793238880,"duration":1},"status":"passed","severity":"normal"},{"uid":"d3af5f8c929865df","name":"msgTime: -19000 ms from now, startTime: -18999, endTime: -18996","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"ca41b915acaffa5f","name":"can start and stop the service","time":{"start":1707793230150,"stop":1707793230151,"duration":1},"status":"passed","severity":"normal"},{"uid":"451b8469be9f9d5a","name":"Subscribe and receive messages from 2 nwaku nodes each with different pubsubtopics","time":{"start":1707792907234,"stop":1707792907234,"duration":0},"status":"passed","severity":"normal"},{"uid":"b7b0bd2f3dde818b","name":"Check message with no pubsub topic is not received","time":{"start":1707793371105,"stop":1707793371106,"duration":1},"status":"passed","severity":"normal"},{"uid":"c1ecebce25c14e9e","name":"should properly create peer info with all multiaddrs","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"be92f49bf4914698","name":"Subscribe and receive messages on autosharded pubsubtopic","time":{"start":1707792907230,"stop":1707792907230,"duration":0},"status":"passed","severity":"normal"},{"uid":"fde4e4b6a8840020","name":"throws on content topic with empty application field","time":{"start":1707792792550,"stop":1707792792550,"duration":0},"status":"passed","severity":"normal"},{"uid":"7b7809f6a44db87a","name":"should be able to encode the field with STORE and LIGHTPUSH protocols set to true","time":{"start":1707792800002,"stop":1707792800003,"duration":1},"status":"passed","severity":"normal"},{"uid":"6fd002861cc55e5e","name":"removeEventListener with correct event","time":{"start":1707792878412,"stop":1707792878412,"duration":0},"status":"passed","severity":"normal"},{"uid":"fceabef893907440","name":"handles multiple messages","time":{"start":1707793384586,"stop":1707793384586,"duration":0},"status":"passed","severity":"normal"},{"uid":"fbdcdcf34d0e40ae","name":"it tolerates circular branch references","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"e795fa83cfab8e6d","name":"should correctly encode and decode relay shards using rs format (Index List)","time":{"start":1707792792592,"stop":1707792792593,"duration":1},"status":"passed","severity":"normal"},{"uid":"d015225ee361cf06","name":"Passing an array","time":{"start":1707793400888,"stop":1707793400888,"duration":0},"status":"passed","severity":"normal"},{"uid":"10d7fabd67f3b01f","name":"Check received message containing numeric","time":{"start":1707793371109,"stop":1707793371109,"duration":0},"status":"passed","severity":"normal"},{"uid":"2a6915f11d3b931c","name":"Push message with content topic containing emoji","time":{"start":1707793238876,"stop":1707793238876,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ffebe91ed5be523","name":"different cluster, same shard: nodes don't connect","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"status":"passed","severity":"normal"},{"uid":"302ccf76a93d20a2","name":"Error when try to subscribe to more than 31 topics (old limit)","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"passed","severity":"normal"},{"uid":"81d971dbb1c524a3","name":"Push message with content topic containing Russian","time":{"start":1707793370634,"stop":1707793370634,"duration":0},"status":"passed","severity":"normal"},{"uid":"ce35694509b24998","name":"Check publish message containing Basic HTML tag","time":{"start":1707793153219,"stop":1707793153219,"duration":0},"status":"passed","severity":"normal"},{"uid":"750f1df7d2062b8a","name":"retrieves a single peer","time":{"start":1707792815078,"stop":1707792815078,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e5ed3e68b1194ef","name":"msgTime: -19000 ms from now, startTime: -20000, endTime: -19000","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"status":"passed","severity":"normal"},{"uid":"d77d2dbf084e0186","name":"Query Generator sorting by timestamp while page direction is backward","time":{"start":1707793387156,"stop":1707793387156,"duration":0},"status":"passed","severity":"normal"},{"uid":"59603118e50a7e09","name":"`waku:online` bwtween 2 js-waku relay nodes","time":{"start":1707792890683,"stop":1707792890684,"duration":1},"status":"passed","severity":"normal"},{"uid":"e3e947160c523976","name":"Push message with content topic containing shell command","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"status":"passed","severity":"normal"},{"uid":"4127902dd5f1ac2c","name":"Check message received after jswaku node is restarted","time":{"start":1707793028295,"stop":1707793028296,"duration":1},"status":"skipped","severity":"normal"},{"uid":"ed43bef12dafa6b5","name":"caches peers it previously fetched","time":{"start":1707792815080,"stop":1707792815080,"duration":0},"status":"passed","severity":"normal"},{"uid":"b8fd845bf60bcad5","name":"Does not throw an exception when node disconnects","time":{"start":1707793400887,"stop":1707793400888,"duration":1},"status":"passed","severity":"normal"},{"uid":"cda585d0d3880e7d","name":"topics with same application and version share the same shard","time":{"start":1707792792553,"stop":1707792792553,"duration":0},"status":"passed","severity":"normal"},{"uid":"24e1bab256c0dd55","name":"Generator, custom pubsub topic","time":{"start":1707793369035,"stop":1707793369035,"duration":0},"status":"passed","severity":"normal"},{"uid":"c2a58a28a01e65c1","name":"ENRTree (root): should error if DNS root entry is mis-prefixed","time":{"start":1707792814742,"stop":1707792814743,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd39fc1f256bab2c","name":"Subscribe at once to 10000 topics and publish messages","time":{"start":1707793168675,"stop":1707793168676,"duration":1},"status":"passed","severity":"normal"},{"uid":"e0f54c7d213a71d2","name":"Push message with content topic containing Script","time":{"start":1707793370635,"stop":1707793370635,"duration":0},"status":"passed","severity":"normal"},{"uid":"332b1fe9489c48af","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792919943,"stop":1707792919943,"duration":0},"status":"passed","severity":"normal"},{"uid":"1ee32e0e05b32d78","name":"Push message with numeric payload","time":{"start":1707793370622,"stop":1707793370623,"duration":1},"status":"passed","severity":"normal"},{"uid":"b7d1296dfbe15f79","name":"Ping on peer without subscriptions","time":{"start":1707792919942,"stop":1707792919942,"duration":0},"status":"passed","severity":"normal"},{"uid":"aec9b4068c9a6b45","name":"Relay","time":{"start":1707792848725,"stop":1707792848725,"duration":0},"status":"passed","severity":"normal"},{"uid":"242fd63c44f0097a","name":"Push message on custom pubsubTopic","time":{"start":1707793086615,"stop":1707793086615,"duration":0},"status":"passed","severity":"normal"},{"uid":"98797d17a29ab634","name":"Subscribe to topic containing long and receive message","time":{"start":1707793446749,"stop":1707793446749,"duration":0},"status":"passed","severity":"normal"},{"uid":"8050b14544960611","name":"Check message on other pubsub topic is not received","time":{"start":1707793371105,"stop":1707793371105,"duration":0},"status":"passed","severity":"normal"},{"uid":"94016863792f9b83","name":"Ping on unsubscribed peer","time":{"start":1707792919942,"stop":1707792919943,"duration":1},"status":"passed","severity":"normal"},{"uid":"6dc7122b7761e78","name":"Fails to publish duplicate message","time":{"start":1707793153226,"stop":1707793153226,"duration":0},"status":"passed","severity":"normal"},{"uid":"39c2020d1ee25293","name":"Ping on subscribed peer","time":{"start":1707792919939,"stop":1707792919939,"duration":0},"status":"passed","severity":"normal"},{"uid":"ec2922e2fa38747c","name":"Light push messages to 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793086617,"stop":1707793086617,"duration":0},"status":"passed","severity":"normal"},{"uid":"2cc89de92855880c","name":"Used by Waku Relay","time":{"start":1707793400888,"stop":1707793400889,"duration":1},"status":"passed","severity":"normal"},{"uid":"494645585e82853f","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369035,"stop":1707793369036,"duration":1},"status":"passed","severity":"normal"},{"uid":"8bb97c562455d3ef","name":"Reopen subscription with peer with lost subscription","time":{"start":1707792919940,"stop":1707792919941,"duration":1},"status":"passed","severity":"normal"},{"uid":"f56547116a8bd969","name":"Overlapping topic subscription","time":{"start":1707792958834,"stop":1707792958834,"duration":0},"status":"passed","severity":"normal"},{"uid":"4ccc441a6b2742b7","name":"Subscribe to topic containing Script and receive message","time":{"start":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","severity":"normal"},{"uid":"e6bd34cd5ac9fdb4","name":"retrieves all peers (2) when cannot fulfill all requirements","time":{"start":1707792815082,"stop":1707792815082,"duration":0},"status":"passed","severity":"normal"},{"uid":"957ec802226ce060","name":"should set field with only STORE enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"d502e665ca1d2f40","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"status":"skipped","severity":"normal"},{"uid":"1446f27b426a627b","name":"Check received message containing Arabic","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"status":"passed","severity":"normal"},{"uid":"e60346f706961514","name":"Push message with numeric payload","time":{"start":1707793238859,"stop":1707793238860,"duration":1},"status":"passed","severity":"normal"},{"uid":"21deada33a0a2b76","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369031,"stop":1707793369031,"duration":0},"status":"passed","severity":"normal"},{"uid":"3f163386435c63bd","name":"Push message with content topic containing long","time":{"start":1707793238870,"stop":1707793238870,"duration":0},"status":"passed","severity":"normal"},{"uid":"b942e5bb97a47350","name":"should return all peers when numPeers is 0","time":{"start":1707792805567,"stop":1707792805568,"duration":1},"status":"passed","severity":"normal"},{"uid":"d8c75b1e1143c0f4","name":"Query with Ordered Callback, No message returned","time":{"start":1707793304787,"stop":1707793304788,"duration":1},"status":"passed","severity":"normal"},{"uid":"fe38eb2dea8037f6","name":"Query with Ordered Callback, Wrong PubsubTopic","time":{"start":1707793304784,"stop":1707793304785,"duration":1},"status":"passed","severity":"normal"},{"uid":"a88d1f89bfe6a3b0","name":"Subscribe and receive messages on 2 different content topics","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","severity":"normal"},{"uid":"7d3e30de67c4c2d9","name":"Publish message with rate limit","time":{"start":1707793153230,"stop":1707793153230,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a6e5584389b932b","name":"Push message with content topic containing escaped characters","time":{"start":1707793370637,"stop":1707793370637,"duration":0},"status":"passed","severity":"normal"},{"uid":"44e0a8492cfa113","name":"Check received message containing special chars","time":{"start":1707793028267,"stop":1707793028268,"duration":1},"status":"passed","severity":"normal"},{"uid":"537267c96b0bca03","name":"Subscribe to topic containing Arabic and receive message","time":{"start":1707793446738,"stop":1707793446739,"duration":1},"status":"passed","severity":"normal"},{"uid":"dfc3dd84a4080ac9","name":"Check received message with timestamp: undefined ","time":{"start":1707793371123,"stop":1707793371124,"duration":1},"status":"passed","severity":"normal"},{"uid":"5c12b642cd8d8f77","name":"getPeersByDiscovery","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"status":"passed","severity":"normal"},{"uid":"b0c17f4440db5449","name":"Timestamp too far from node time: 40000 ms from now","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"status":"passed","severity":"normal"},{"uid":"210c1799e55dd357","name":"should properly compute the node id","time":{"start":1707792800814,"stop":1707792800814,"duration":0},"status":"passed","severity":"normal"},{"uid":"db8307fb303ad01c","name":"Check received message containing Basic HTML tag","time":{"start":1707793371099,"stop":1707793371099,"duration":0},"status":"passed","severity":"normal"},{"uid":"b4c21a309ba07cfc","name":"Query generator for 2000 messages","time":{"start":1707793355778,"stop":1707793355779,"duration":1},"status":"passed","severity":"normal"},{"uid":"f7305cfb35af012","name":"numPeers=3 -- returns total 3 peers, with max 6 bootstrap peers","time":{"start":1707793012507,"stop":1707793012511,"duration":4},"status":"passed","severity":"normal"},{"uid":"ef76f9f2d89d5ba","name":"Subscribe and receive messages via lightPush","time":{"start":1707792958823,"stop":1707792958827,"duration":4},"status":"passed","severity":"normal"},{"uid":"3ae76ec83cca6f19","name":"Push message with content topic containing unicode special characters","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"status":"passed","severity":"normal"},{"uid":"3df7ef17fc92e5f8","name":"Check message received after jswaku node is restarted","time":{"start":1707793371107,"stop":1707793371107,"duration":0},"status":"skipped","severity":"normal"},{"uid":"d157403cbe4fbb5c","name":"Relay - dialed first","time":{"start":1707793412321,"stop":1707793412321,"duration":0},"status":"passed","severity":"normal"},{"uid":"dfa286225cfe5e58","name":"Check message with no payload is not received","time":{"start":1707793371106,"stop":1707793371106,"duration":0},"status":"passed","severity":"normal"},{"uid":"9802d585c72c1793","name":"Passing a valid cursor at 19 index when there are 50 messages","time":{"start":1707793287283,"stop":1707793287283,"duration":0},"status":"passed","severity":"normal"},{"uid":"82ab530d3651190b","name":"Generator, 2 different pubsubtopics","time":{"start":1707793369032,"stop":1707793369034,"duration":2},"status":"passed","severity":"normal"},{"uid":"97799c92c3a24a44","name":"through manual discovery","time":{"start":1707793093671,"stop":1707793093671,"duration":0},"status":"passed","severity":"normal"},{"uid":"a49bae0e9e233f16","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"72e6e3f92d6eed73","name":"Push message equal or less that 1MB","time":{"start":1707793238880,"stop":1707793238880,"duration":0},"status":"passed","severity":"normal"},{"uid":"b00e6777e6e3bb77","name":"numPeers=4 -- returns total 4 peers, with max 1 bootstrap peers","time":{"start":1707793012466,"stop":1707793012466,"duration":0},"status":"passed","severity":"normal"},{"uid":"8897130aeb19e3ee","name":"Subscribe and receives messages on 20 topics","time":{"start":1707793446733,"stop":1707793446733,"duration":0},"status":"passed","severity":"normal"},{"uid":"6a7779e6688c8958","name":"Check received message containing Script","time":{"start":1707793028274,"stop":1707793028274,"duration":0},"status":"passed","severity":"normal"},{"uid":"b54a87418b625d2","name":"Check publish message containing shell command","time":{"start":1707793153220,"stop":1707793153220,"duration":0},"status":"passed","severity":"normal"},{"uid":"980403b1e1ce1dc2","name":"should properly create location multiaddrs - tcp","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"a9f559f9493530d","name":"Check received message containing emoji","time":{"start":1707793028280,"stop":1707793028281,"duration":1},"status":"passed","severity":"normal"},{"uid":"dd4b41318246363f","name":"Push message with meta","time":{"start":1707793238877,"stop":1707793238877,"duration":0},"status":"passed","severity":"normal"},{"uid":"7fc8e5cb91e5135c","name":"Check message with invalid timestamp is not received","time":{"start":1707793371104,"stop":1707793371105,"duration":1},"status":"passed","severity":"normal"},{"uid":"401f044c6e482ec1","name":"can start and stop the service","time":{"start":1707792849458,"stop":1707792849458,"duration":0},"status":"passed","severity":"normal"},{"uid":"8ba30b99866a801f","name":"Push message with content topic containing Script","time":{"start":1707793238873,"stop":1707793238873,"duration":0},"status":"passed","severity":"normal"},{"uid":"e189addd65cf4d62","name":"numPeers=2 -- returns total 2 peers, with max 4 bootstrap peers","time":{"start":1707793012484,"stop":1707793012485,"duration":1},"status":"passed","severity":"normal"},{"uid":"cc35db13af0cb524","name":"Round trip binary serialization","time":{"start":1707792805602,"stop":1707792805603,"duration":1},"status":"passed","severity":"normal"},{"uid":"bf0996152959c745","name":"Check received message containing JSON","time":{"start":1707793028276,"stop":1707793028276,"duration":0},"status":"passed","severity":"normal"},{"uid":"5874ac67edfe5e7e","name":"ENRTree (root): should parse and verify and DNS root entry","time":{"start":1707792814742,"stop":1707792814742,"duration":0},"status":"passed","severity":"normal"},{"uid":"459a28862f1b42e7","name":"numPeers=2 -- returns total 2 peers, with max 3 bootstrap peers","time":{"start":1707793012475,"stop":1707793012476,"duration":1},"status":"passed","severity":"normal"},{"uid":"23083b2e32b253f1","name":"Check message with non string payload is not received","time":{"start":1707793371127,"stop":1707793371131,"duration":4},"status":"passed","severity":"normal"},{"uid":"f540fad1baae87df","name":"Check received message containing unicode special characters","time":{"start":1707793371100,"stop":1707793371101,"duration":1},"status":"passed","severity":"normal"},{"uid":"2269e0cfe4714180","name":"Push message with long payload","time":{"start":1707793238859,"stop":1707793238859,"duration":0},"status":"passed","severity":"normal"},{"uid":"6e1e02c7861f1774","name":"Query Generator sorting by timestamp while page direction is forward","time":{"start":1707793387155,"stop":1707793387156,"duration":1},"status":"passed","severity":"normal"},{"uid":"a317a48390b28edc","name":"Sets default value correctly","time":{"start":1707793400889,"stop":1707793400889,"duration":0},"status":"passed","severity":"normal"},{"uid":"2e8db92229d2f1cb","name":"Round trip binary encryption [ecies, no signature]","time":{"start":1707792822802,"stop":1707792822802,"duration":0},"status":"passed","severity":"normal"},{"uid":"ad273d060d8ab4cd","name":"numPeers=4 -- returns total 4 peers, with max 4 bootstrap peers","time":{"start":1707793012486,"stop":1707793012491,"duration":5},"status":"passed","severity":"normal"},{"uid":"304027a8197cd6d6","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012502,"stop":1707793012503,"duration":1},"status":"passed","severity":"normal"},{"uid":"6c34f2a2b93ed1bc","name":"numPeers=1 -- returns one bootstrap peer ","time":{"start":1707793012483,"stop":1707793012484,"duration":1},"status":"passed","severity":"normal"},{"uid":"c9fbbf0f3e327a09","name":"does not throw on valid cases","time":{"start":1707792792547,"stop":1707792792547,"duration":0},"status":"passed","severity":"normal"},{"uid":"f191160c23dce064","name":"throws on content topic with empty encoding field","time":{"start":1707792792551,"stop":1707792792552,"duration":1},"status":"passed","severity":"normal"},{"uid":"551b02c4b49e9067","name":"Fails to push message with large meta","time":{"start":1707793238877,"stop":1707793238878,"duration":1},"status":"passed","severity":"normal"},{"uid":"bcdbb07592fbffdc","name":"Unsubscribe topics the node is not subscribed to","time":{"start":1707792929580,"stop":1707792929580,"duration":0},"status":"passed","severity":"normal"},{"uid":"2f848a2b84ea2ec8","name":"Check received message with timestamp: 1707792838371000000 ","time":{"start":1707793371101,"stop":1707793371102,"duration":1},"status":"passed","severity":"normal"},{"uid":"e2b61dce9238d6f9","name":"should throw error - invalid id","time":{"start":1707792800812,"stop":1707792800813,"duration":1},"status":"passed","severity":"normal"},{"uid":"925ea227301ebdae","name":"same cluster, different shard: nodes connect","time":{"start":1707793088063,"stop":1707793088063,"duration":0},"status":"passed","severity":"normal"},{"uid":"7e697f5cd0492845","name":"Push message with short payload","time":{"start":1707793238858,"stop":1707793238859,"duration":1},"status":"passed","severity":"normal"},{"uid":"12f863a4766edf2f","name":"Promise Callback - forward","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"status":"passed","severity":"normal"},{"uid":"c8025512ec9b7c7","name":"Subscribe to topic containing special chars and publish message","time":{"start":1707793168681,"stop":1707793168682,"duration":1},"status":"passed","severity":"normal"},{"uid":"693e4e40da1aa95a","name":"ENRTree (branch): should parse and verify a single component DNS branch entry","time":{"start":1707792814746,"stop":1707792814746,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e65953ffb589b00","name":"Publish message with custom timestamp: Tue Feb 13 2024 03:59:03 GMT+0000 (Coordinated Universal Time)","time":{"start":1707793153225,"stop":1707793153226,"duration":1},"status":"passed","severity":"normal"},{"uid":"6136611d0821b7b1","name":"should be able to decode the field with ALL protocols set to false","time":{"start":1707792800010,"stop":1707792800010,"duration":0},"status":"passed","severity":"normal"},{"uid":"6664612407dccec1","name":"Subscribe and receive messages via waku relay post","time":{"start":1707792958829,"stop":1707792958829,"duration":0},"status":"passed","severity":"normal"},{"uid":"5375952f6039385b","name":"Push message with custom timestamp: 1677034612699","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"status":"passed","severity":"normal"},{"uid":"75ff6f5248aa6a1e","name":"Encoder throws on undefined content topic","time":{"start":1707792805604,"stop":1707792805604,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f30c4d648d5f260","name":"Query with Promise Callback, No Decoder","time":{"start":1707793304790,"stop":1707793304791,"duration":1},"status":"passed","severity":"normal"},{"uid":"1db142976966724e","name":"Query Generator, Multiple PubsubTopics","time":{"start":1707793304781,"stop":1707793304782,"duration":1},"status":"passed","severity":"normal"},{"uid":"fb527fa6d1061b37","name":"Push message with escaped characters payload","time":{"start":1707793238865,"stop":1707793238865,"duration":0},"status":"passed","severity":"normal"},{"uid":"843bfa42a14bbcb4","name":"Unsubscribes all - node subscribed to 1 topic","time":{"start":1707792929580,"stop":1707792929581,"duration":1},"status":"passed","severity":"normal"},{"uid":"ae0fad737c4c0b89","name":"Push message with SQL Injection payload","time":{"start":1707793370625,"stop":1707793370625,"duration":0},"status":"passed","severity":"normal"},{"uid":"3895295c5abcd874","name":"numPeers=3 -- returns total 3 peers, with max 7 bootstrap peers","time":{"start":1707793012514,"stop":1707793012514,"duration":0},"status":"passed","severity":"normal"},{"uid":"718342f0a27489e0","name":"should emit `waku:online` event only when first peer is connected","time":{"start":1707792890683,"stop":1707792890683,"duration":0},"status":"passed","severity":"normal"},{"uid":"8c877d88e800e0ad","name":"Check received message containing long","time":{"start":1707793371108,"stop":1707793371109,"duration":1},"status":"passed","severity":"normal"},{"uid":"b1cc53f0e332fb03","name":"should retrieve 3 multiaddrs for prod.waku.nodes.status.im","time":{"start":1707792815083,"stop":1707792815083,"duration":0},"status":"skipped","severity":"normal"},{"uid":"e409ad3f6287d571","name":"Add multiple subscription objects on single nwaku node","time":{"start":1707793446742,"stop":1707793446743,"duration":1},"status":"passed","severity":"normal"},{"uid":"3bca0451dfab9f6d","name":"Push message with Russian payload","time":{"start":1707793370624,"stop":1707793370624,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e9ccba4e09f3f7e","name":"Timestamp too far from node time: -20000 ms from now","time":{"start":1707793399647,"stop":1707793399647,"duration":0},"status":"passed","severity":"normal"},{"uid":"ac6ec4df665953a3","name":"Subscribe to topic containing short and receive message","time":{"start":1707793446748,"stop":1707793446748,"duration":0},"status":"passed","severity":"normal"},{"uid":"9290f9308502801","name":"Reusing cursor across nodes","time":{"start":1707793287284,"stop":1707793287284,"duration":0},"status":"passed","severity":"normal"},{"uid":"6b10fc4c337d3340","name":"msgTime: -19000 ms from now, startTime: -18990, endTime: -19010","time":{"start":1707793399646,"stop":1707793399647,"duration":1},"status":"passed","severity":"normal"},{"uid":"a912fc13354f659c","name":"Push message with custom timestamp: 1707789412699","time":{"start":1707793238879,"stop":1707793238879,"duration":0},"status":"passed","severity":"normal"},{"uid":"8e79c918ffd9ea99","name":"should set field with only RELAY enabled","time":{"start":1707792800818,"stop":1707792800818,"duration":0},"status":"passed","severity":"normal"},{"uid":"49446f5b3504079c","name":"should emit a peer event after start","time":{"start":1707793230152,"stop":1707793230152,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d2db6cf99f3b370","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707793446735,"stop":1707793446735,"duration":0},"status":"skipped","severity":"normal"},{"uid":"8e50f1b9c0fc86a1","name":"Encoder throws on empty string content topic","time":{"start":1707792822804,"stop":1707792822804,"duration":0},"status":"passed","severity":"normal"},{"uid":"971cbc42d281bfc3","name":"Overlapping topic subscription","time":{"start":1707793168678,"stop":1707793168678,"duration":0},"status":"skipped","severity":"normal"},{"uid":"4be9c11319b48c20","name":"should properly create location multiaddrs - tcp6","time":{"start":1707792800816,"stop":1707792800816,"duration":0},"status":"passed","severity":"normal"},{"uid":"14f23d2bd7082ba","name":"isConnected should return false after all peers disconnect","time":{"start":1707792838870,"stop":1707792838870,"duration":0},"status":"passed","severity":"normal"},{"uid":"206c1b1cb0eb6ca4","name":"Query generator for multiple messages with different content topic format","time":{"start":1707793355776,"stop":1707793355777,"duration":1},"status":"passed","severity":"normal"},{"uid":"ba15f67b69ddb8a6","name":"Push to array if already present","time":{"start":1707792792129,"stop":1707792792131,"duration":2},"status":"passed","severity":"normal"},{"uid":"f166cda0231ef482","name":"different cluster, different shard: nodes don't connect (autosharding)","time":{"start":1707793012463,"stop":1707793012464,"duration":1},"status":"passed","severity":"normal"},{"uid":"73cab62f50496467","name":"listenerCount","time":{"start":1707792878415,"stop":1707792878415,"duration":0},"status":"passed","severity":"normal"},{"uid":"e4644e42e868d811","name":"Check publish message containing Chinese","time":{"start":1707793153215,"stop":1707793153215,"duration":0},"status":"passed","severity":"normal"},{"uid":"ccd8f865c347144a","name":"Check received message containing unicode special characters","time":{"start":1707793371115,"stop":1707793371116,"duration":1},"status":"passed","severity":"normal"},{"uid":"32156957ffeeb3d9","name":"Unsubscribe 2 topics - node subscribed to 2 topics","time":{"start":1707793059099,"stop":1707793059099,"duration":0},"status":"passed","severity":"normal"},{"uid":"9f6506e29aa3e52e","name":"Error when try to subscribe to more than 101 topics (new limit)","time":{"start":1707792958833,"stop":1707792958833,"duration":0},"status":"skipped","severity":"normal"},{"uid":"cd9d7f99635012f3","name":"Filter","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"b9e58711e5060d9c","name":"Check received message with extra option is received","time":{"start":1707793028291,"stop":1707793028295,"duration":4},"status":"passed","severity":"normal"},{"uid":"597ab9f4c3d997cd","name":"Push message with Chinese payload","time":{"start":1707793238860,"stop":1707793238861,"duration":1},"status":"passed","severity":"normal"},{"uid":"4105aa8f933b9328","name":"Passing page size 1 when there are 4 messages","time":{"start":1707793392501,"stop":1707793392501,"duration":0},"status":"passed","severity":"normal"},{"uid":"8241451025eaf79c","name":"3 nodes on /waku/2/rs/3/2 topic","time":{"start":1707793142779,"stop":1707793142780,"duration":1},"status":"passed","severity":"normal"},{"uid":"7d10e94729ae66da","name":"should be able to encode the field with only STORE set to true","time":{"start":1707792799998,"stop":1707792799999,"duration":1},"status":"passed","severity":"normal"},{"uid":"267990520de738a7","name":"Check received message containing XML","time":{"start":1707793028274,"stop":1707793028275,"duration":1},"status":"passed","severity":"normal"},{"uid":"3600a71b190c3504","name":"PeerStore has remote peer's shard info after successful connection","time":{"start":1707793088061,"stop":1707793088062,"duration":1},"status":"passed","severity":"normal"},{"uid":"e7b7d8cd8d06a58c","name":"should be called for peers with PEER_EXCHANGE tags","time":{"start":1707792846325,"stop":1707792846325,"duration":0},"status":"passed","severity":"normal"},{"uid":"3cd1b5dbc98b3526","name":"should decode valid ENR with multiaddrs successfully [shared test vector]","time":{"start":1707792800804,"stop":1707792800804,"duration":0},"status":"passed","severity":"normal"},{"uid":"55876a56587805bc","name":"should handle a minimal index list","time":{"start":1707792792592,"stop":1707792792592,"duration":0},"status":"passed","severity":"normal"},{"uid":"4dbfd6aef8c02f3e","name":"Should fail to subscribe with decoder with wrong pubsubTopic","time":{"start":1707792907229,"stop":1707792907230,"duration":1},"status":"passed","severity":"normal"},{"uid":"13ab44d8dff0f84","name":"Subscribe to topic containing unicode special characters and receive message","time":{"start":1707793446754,"stop":1707793446754,"duration":0},"status":"passed","severity":"normal"},{"uid":"b84d8226908260b5","name":"Push message with content topic containing Basic HTML tag","time":{"start":1707793238874,"stop":1707793238874,"duration":0},"status":"passed","severity":"normal"},{"uid":"1379be28e3e80244","name":"Subscribe to topic containing Basic HTML tag and publish message","time":{"start":1707793168694,"stop":1707793168694,"duration":0},"status":"passed","severity":"normal"},{"uid":"836963649dbc3438","name":"should retrieve 3 multiaddrs for test.waku.nodes.status.im","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"status":"skipped","severity":"normal"},{"uid":"c9cefff742611fac","name":"Subscribe to topic containing long and publish message","time":{"start":1707793168679,"stop":1707793168680,"duration":1},"status":"passed","severity":"normal"},{"uid":"de008e5343780278","name":"should be able to decode the field with only RELAY set to true","time":{"start":1707792800003,"stop":1707792800004,"duration":1},"status":"passed","severity":"normal"},{"uid":"babc8f22fb8fa529","name":"Passing a valid cursor at 2 index when there are 4 messages","time":{"start":1707793287275,"stop":1707793287276,"duration":1},"status":"passed","severity":"normal"},{"uid":"80a64f10810e0cad","name":"Check received message with timestamp: 1649153314 ","time":{"start":1707793371117,"stop":1707793371117,"duration":0},"status":"passed","severity":"normal"},{"uid":"fccf41fe06851243","name":"should set field with all protocols disabled","time":{"start":1707792800817,"stop":1707792800817,"duration":0},"status":"passed","severity":"normal"},{"uid":"be28184e85084791","name":"ENRTree (tree): should error if DNS tree entry is misformatted","time":{"start":1707792814745,"stop":1707792814746,"duration":1},"status":"passed","severity":"normal"},{"uid":"80fdb3fe15a04e36","name":"Check received message with timestamp: 1949153314000 ","time":{"start":1707793371117,"stop":1707793371118,"duration":1},"status":"passed","severity":"normal"},{"uid":"3c2e39983ff073a8","name":"Check publish message containing long","time":{"start":1707793153213,"stop":1707793153213,"duration":0},"status":"passed","severity":"normal"},{"uid":"663afc1ef362cf85","name":"Waku message hash computation (payload length 0)","time":{"start":1707792795037,"stop":1707792795037,"duration":0},"status":"passed","severity":"normal"},{"uid":"22c2549a69cfe8ae","name":"throws on content topic with too few or too many fields","time":{"start":1707792792548,"stop":1707792792549,"duration":1},"status":"passed","severity":"normal"},{"uid":"2e36727f52494d0e","name":"Subscribe to topic containing XML and receive message","time":{"start":1707793446740,"stop":1707793446740,"duration":0},"status":"passed","severity":"normal"},{"uid":"216bcd0d57e0d835","name":"Check received message containing Chinese","time":{"start":1707793371110,"stop":1707793371110,"duration":0},"status":"passed","severity":"normal"},{"uid":"57b3f8a38ea1cebe","name":"msgTime: -19000 ms from now, startTime: -19000, endTime: -18000","time":{"start":1707793399645,"stop":1707793399645,"duration":0},"status":"passed","severity":"normal"},{"uid":"eb266184655e69fa","name":"Query Generator - backward","time":{"start":1707793383650,"stop":1707793383650,"duration":0},"status":"passed","severity":"normal"},{"uid":"1f8805146267fb32","name":"Subscribe to topic containing long and receive message","time":{"start":1707793446737,"stop":1707793446737,"duration":0},"status":"passed","severity":"normal"},{"uid":"ff1ce72f4aa93ce0","name":"Query Generator, No Decoder","time":{"start":1707793304782,"stop":1707793304783,"duration":1},"status":"passed","severity":"normal"},{"uid":"f5370d7b4ba487","name":"Decoder throws on empty string content topic","time":{"start":1707792822805,"stop":1707792822805,"duration":0},"status":"passed","severity":"normal"},{"uid":"c579d72b6195f213","name":"Query Generator, Wrong PubsubTopic","time":{"start":1707793304774,"stop":1707793304780,"duration":6},"status":"passed","severity":"normal"},{"uid":"bdd484b9a9a06978","name":"Push message with content topic containing special chars","time":{"start":1707793370632,"stop":1707793370633,"duration":1},"status":"passed","severity":"normal"},{"uid":"e78da258d1fbb5dc","name":"Decoder throws on undefined content topic","time":{"start":1707792820893,"stop":1707792820894,"duration":1},"status":"passed","severity":"normal"},{"uid":"e5771fed68a3c2bc","name":"Check received message containing special chars","time":{"start":1707793371096,"stop":1707793371096,"duration":0},"status":"passed","severity":"normal"},{"uid":"b75a1a5922d90b1f","name":"Check meta is set [ecies]","time":{"start":1707792822803,"stop":1707792822803,"duration":0},"status":"passed","severity":"normal"},{"uid":"262bad25ddf8cedd","name":"Push message with SQL Injection payload","time":{"start":1707793238862,"stop":1707793238862,"duration":0},"status":"passed","severity":"normal"},{"uid":"6847ae21f2fbc1d2","name":"Push message with Script payload","time":{"start":1707793370625,"stop":1707793370626,"duration":1},"status":"passed","severity":"normal"},{"uid":"23ab9f297321c76b","name":"ignores domain fetching errors","time":{"start":1707792815079,"stop":1707792815079,"duration":0},"status":"passed","severity":"normal"},{"uid":"c9e683e05b87fb1","name":"Check received message containing escaped characters","time":{"start":1707793371115,"stop":1707793371115,"duration":0},"status":"passed","severity":"normal"},{"uid":"728013e8f2870c45","name":"Subscribe and receive symmetrically encrypted messages via lightPush","time":{"start":1707793446732,"stop":1707793446732,"duration":0},"status":"passed","severity":"normal"},{"uid":"638989488f0b414","name":"Push message with content topic containing emoji","time":{"start":1707793370638,"stop":1707793370638,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5510c9489c8545e","name":"Push message with emoji payload","time":{"start":1707793238866,"stop":1707793238866,"duration":0},"status":"passed","severity":"normal"},{"uid":"ee26032a19e7f8ee","name":"Check received message with timestamp: 1707792838067 ","time":{"start":1707793028283,"stop":1707793028284,"duration":1},"status":"passed","severity":"normal"},{"uid":"c65a358ab4381826","name":"Subscribe and receive messages on 2 different pubsubtopics","time":{"start":1707792907233,"stop":1707792907234,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a86363c9b3ea98b","name":"Subscribe to topic containing Basic HTML tag and receive message","time":{"start":1707793446740,"stop":1707793446741,"duration":1},"status":"passed","severity":"normal"},{"uid":"6e7edfa80812c5ab","name":"Push message with Russian payload","time":{"start":1707793238861,"stop":1707793238862,"duration":1},"status":"passed","severity":"normal"},{"uid":"da125b9e9ada1526","name":"Check publish message containing unicode special characters","time":{"start":1707793153222,"stop":1707793153222,"duration":0},"status":"passed","severity":"normal"},{"uid":"a3fbdd37c532a740","name":"Query Generator, No message returned","time":{"start":1707793304783,"stop":1707793304784,"duration":1},"status":"passed","severity":"normal"},{"uid":"4781ee06593ce431","name":"n1 and n2 uses a custom pubsub, n3 uses the default pubsub","time":{"start":1707793142781,"stop":1707793142787,"duration":6},"status":"passed","severity":"normal"},{"uid":"74fde2bcae1c3fc","name":"numPeers=2 -- returns total 2 peers, with max 2 bootstrap peers","time":{"start":1707793012467,"stop":1707793012468,"duration":1},"status":"passed","severity":"normal"},{"uid":"d346bdfed2395d37","name":"Push message with Basic HTML tag payload","time":{"start":1707793370627,"stop":1707793370627,"duration":0},"status":"passed","severity":"normal"},{"uid":"d5b4db2a157621c3","name":"Push message with content topic containing Chinese","time":{"start":1707793238871,"stop":1707793238871,"duration":0},"status":"passed","severity":"normal"},{"uid":"dc2b0f8e48bb72a1","name":"Push message with short payload","time":{"start":1707793370621,"stop":1707793370622,"duration":1},"status":"passed","severity":"normal"},{"uid":"fbbfd7651265a3e0","name":"Push message with JSON payload","time":{"start":1707793370627,"stop":1707793370628,"duration":1},"status":"passed","severity":"normal"},{"uid":"b62b937ec0f7a032","name":"Ping on unsubscribed peer","time":{"start":1707792869304,"stop":1707792869304,"duration":0},"status":"passed","severity":"normal"},{"uid":"a873a8afc645d390","name":"1 Relay, 1 Filter, gives up","time":{"start":1707792814757,"stop":1707792814757,"duration":0},"status":"passed","severity":"normal"},{"uid":"5a663e8a90e97ecd","name":"ENRTree (branch): should error if DNS branch entry is mis-prefixed","time":{"start":1707792814746,"stop":1707792814747,"duration":1},"status":"passed","severity":"normal"},{"uid":"9362aa3f11102d73","name":"msgTime: -19000 ms from now, startTime: -19010, endTime: -18990","time":{"start":1707793399644,"stop":1707793399644,"duration":0},"status":"passed","severity":"normal"},{"uid":"5cf85269ef4a0ac8","name":"Push message with content topic containing special chars","time":{"start":1707793238870,"stop":1707793238871,"duration":1},"status":"passed","severity":"normal"},{"uid":"7cd076a540aba185","name":"Push message with content topic containing XML","time":{"start":1707793370635,"stop":1707793370636,"duration":1},"status":"passed","severity":"normal"},{"uid":"147135a6d4194f0","name":"passes more than one ENR URLs and attempts connection","time":{"start":1707792849462,"stop":1707792849462,"duration":0},"status":"skipped","severity":"normal"},{"uid":"b81085273cd1c50b","name":"different cluster, different shard: nodes don't connect","time":{"start":1707793088064,"stop":1707793088064,"duration":0},"status":"passed","severity":"normal"},{"uid":"5e9a5e84d0bd4f9a","name":"should not receive a peer event after stop","time":{"start":1707793230152,"stop":1707793230153,"duration":1},"status":"passed","severity":"normal"},{"uid":"b0d6fb86326b041e","name":"Callback on promise","time":{"start":1707793355777,"stop":1707793355777,"duration":0},"status":"passed","severity":"normal"},{"uid":"8fdff327e4dc2d8c","name":"Default pageSize","time":{"start":1707793392504,"stop":1707793392504,"duration":0},"status":"passed","severity":"normal"},{"uid":"2d21b5f7f616923a","name":"ENRTree (tree): should parse a DNS tree entry","time":{"start":1707792814744,"stop":1707792814744,"duration":0},"status":"passed","severity":"normal"},{"uid":"e1f4338516c0133e","name":"px service nodes not subscribed to the shard should not be dialed","time":{"start":1707793354574,"stop":1707793354574,"duration":0},"status":"passed","severity":"normal"},{"uid":"9dbe73f8cbec9536","name":"msgTime: 19000 ms from now, startTime: 18990, endTime: 19010","time":{"start":1707793399646,"stop":1707793399646,"duration":0},"status":"passed","severity":"normal"},{"uid":"a980dce154618f0f","name":"Subscribe and receive ecies encrypted messages via lightPush","time":{"start":1707793446744,"stop":1707793446744,"duration":0},"status":"passed","severity":"normal"},{"uid":"4f49d34fd850a886","name":"Check received message containing short","time":{"start":1707793371108,"stop":1707793371108,"duration":0},"status":"passed","severity":"normal"},{"uid":"1afd23b5dbdffd4c","name":"should emit `peer:connected:peer-exchange` event when a peer is connected","time":{"start":1707792838868,"stop":1707792838869,"duration":1},"status":"passed","severity":"normal"},{"uid":"b34ab433e8e5b3f2","name":"numPeers=0 -- returns all peers including all non-bootstrap with maxBootstrapPeers: 2","time":{"start":1707793012471,"stop":1707793012472,"duration":1},"status":"passed","severity":"normal"},{"uid":"9101a4679152edc7","name":"should be able to decode the field with only LIGHTPUSH set to true","time":{"start":1707792800007,"stop":1707792800008,"duration":1},"status":"passed","severity":"normal"},{"uid":"4b2f21550f2de9b4","name":"Subscribe and receive 2 messages on the same topic","time":{"start":1707793446745,"stop":1707793446745,"duration":0},"status":"passed","severity":"normal"},{"uid":"3c9b85e20a960903","name":"Push message with unicode special characters payload","time":{"start":1707793370629,"stop":1707793370629,"duration":0},"status":"passed","severity":"normal"},{"uid":"9d8a1f8f6615fd6d","name":"Unsubscribe 1 topic - node subscribed to 1 topic","time":{"start":1707793059101,"stop":1707793059101,"duration":0},"status":"passed","severity":"normal"},{"uid":"4d128f90bb1d3332","name":"same cluster, same shard: nodes connect","time":{"start":1707793088062,"stop":1707793088062,"duration":0},"status":"passed","severity":"normal"},{"uid":"88f05152897b9112","name":"different cluster, same shard: nodes don't connect","time":{"start":1707793012461,"stop":1707793012461,"duration":0},"status":"passed","severity":"normal"},{"uid":"6730b871158c9a11","name":"LightPush","time":{"start":1707793412323,"stop":1707793412323,"duration":0},"status":"passed","severity":"normal"},{"uid":"cdd3de4bfbc48878","name":"Subscribe to topic containing shell command and publish message","time":{"start":1707793168695,"stop":1707793168695,"duration":0},"status":"passed","severity":"normal"},{"uid":"9cc51b976f088be5","name":"Subscribe to topic containing Chinese and receive message","time":{"start":1707793446750,"stop":1707793446750,"duration":0},"status":"passed","severity":"normal"},{"uid":"474394424da8240a","name":"Subscribe to topic containing short and publish message","time":{"start":1707793168678,"stop":1707793168679,"duration":1},"status":"passed","severity":"normal"},{"uid":"c15b5b708e476348","name":"Check message with no content topic is not received","time":{"start":1707793371125,"stop":1707793371126,"duration":1},"status":"passed","severity":"normal"},{"uid":"1e5ad979e83de90f","name":"should emit a peer event after start","time":{"start":1707792849459,"stop":1707792849460,"duration":1},"status":"passed","severity":"normal"},{"uid":"a18e5c2b704c34c1","name":"Push message with content topic containing escaped characters","time":{"start":1707793238875,"stop":1707793238875,"duration":0},"status":"passed","severity":"normal"},{"uid":"67fd5c7a155646af","name":"Subscribe to topic containing Russian and receive message","time":{"start":1707793446750,"stop":1707793446751,"duration":1},"status":"passed","severity":"normal"},{"uid":"b573e086563c680b","name":"Publishes to nwaku","time":{"start":1707793128331,"stop":1707793128332,"duration":1},"status":"passed","severity":"normal"},{"uid":"c774d776fc8ab575","name":"Generator, 2 nwaku nodes each with different pubsubtopics","time":{"start":1707793369036,"stop":1707793369037,"duration":1},"status":"passed","severity":"normal"},{"uid":"8d3b05e54c157de","name":"Query generator for multiple messages with multiple decoders","time":{"start":1707793355776,"stop":1707793355776,"duration":0},"status":"passed","severity":"normal"},{"uid":"3a9c915887d40911","name":"should only return 1 node with relay capability","time":{"start":1707792815080,"stop":1707792815081,"duration":1},"status":"passed","severity":"normal"},{"uid":"67543c82acf2c284","name":"Check publish message containing XML","time":{"start":1707793153218,"stop":1707793153218,"duration":0},"status":"passed","severity":"normal"},{"uid":"c3c89eae87910aa3","name":"numPeers=4 -- returns total 4 peers, with max 6 bootstrap peers","time":{"start":1707793012511,"stop":1707793012511,"duration":0},"status":"passed","severity":"normal"},{"uid":"a05df0055ae7e372","name":"1 Relay, 1 fetch","time":{"start":1707792814755,"stop":1707792814756,"duration":1},"status":"passed","severity":"normal"},{"uid":"8a3d3c0caf32039c","name":"Decrypt messages","time":{"start":1707793095138,"stop":1707793095139,"duration":1},"status":"passed","severity":"normal"},{"uid":"ecf082d0499c268d","name":"Fails to publish message with empty text","time":{"start":1707793153227,"stop":1707793153227,"duration":0},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/6406/widgets/suites.json b/6406/widgets/suites.json index 6e577a45687..c5ad8f27f0b 100644 --- a/6406/widgets/suites.json +++ b/6406/widgets/suites.json @@ -1 +1 @@ -{"total":85,"items":[{"uid":"20e2ce6e283b791be82d528f8b74f17d","name":"SDK: Creating by Content Topic","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}},{"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":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":29,"unknown":0,"total":31}},{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":0,"skipped":2,"passed":29,"unknown":0,"total":31}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","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":2,"passed":28,"unknown":0,"total":30}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":2,"passed":28,"unknown":0,"total":30}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}}]} \ No newline at end of file +{"total":85,"items":[{"uid":"6f94dc37311b4dd500c6fb4f60c93564","name":"Waku Filter V2: Subscribe: Single Service Node","statistic":{"failed":0,"broken":1,"skipped":2,"passed":10,"unknown":0,"total":13}},{"uid":"20e2ce6e283b791be82d528f8b74f17d","name":"SDK: Creating by Content Topic","statistic":{"failed":0,"broken":1,"skipped":0,"passed":1,"unknown":0,"total":2}},{"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":"152bad9102957fb1d7f75e43c67592bd","name":"Waku Filter V2: FilterPush","statistic":{"failed":0,"broken":0,"skipped":2,"passed":29,"unknown":0,"total":31}},{"uid":"8bc0d03481d47f999cc7ec458535a066","name":"ENR","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":2,"passed":28,"unknown":0,"total":30}},{"uid":"d2c836997f51e619a3f56fdc380693ce","name":"Waku Filter V2: Subscribe: Multiple Service Nodes: Strict Check mode: false","statistic":{"failed":0,"broken":0,"skipped":2,"passed":28,"unknown":0,"total":30}},{"uid":"540857cd9aa465b36ce09e6d7509872d","name":"Waku Relay, Publish","statistic":{"failed":0,"broken":0,"skipped":2,"passed":27,"unknown":0,"total":29}}]} \ No newline at end of file diff --git a/6406/widgets/summary.json b/6406/widgets/summary.json index 7f89c9d2636..674195c0d4b 100644 --- a/6406/widgets/summary.json +++ b/6406/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718},"time":{"start":1707769766369,"stop":1707770424192,"duration":657823,"minDuration":0,"maxDuration":13,"sumDuration":344}} \ No newline at end of file +{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":2,"skipped":23,"passed":676,"unknown":0,"total":701},"time":{"start":1707792792126,"stop":1707793446754,"duration":654628,"minDuration":0,"maxDuration":9,"sumDuration":359}} \ No newline at end of file diff --git a/index.html b/index.html index 6ba5ac8b5ac..4321c3bde53 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 c44efea46c5..7b2fee5e729 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"Test defects":14}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"Test defects":2}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"Test defects":14}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"Test defects":1}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","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 689e3e28891..4f8f3518a87 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"duration":672394}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"duration":667620}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"duration":675435}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":657823}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"duration":619454}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"duration":660480}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"duration":628354}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"duration":651748}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"duration":595287}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"duration":693187}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"duration":643593}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"duration":671006}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"duration":668767}},{"data":{}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":654628}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"duration":672394}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"duration":667620}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"duration":675435}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"duration":657823}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"duration":619454}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"duration":660480}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"duration":628354}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"duration":651748}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"duration":595287}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"duration":693187}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"duration":643593}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"duration":671006}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"duration":668767}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index efa4b89afb5..b6698a4a357 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":691,"unknown":0,"total":716}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":668,"unknown":0,"total":691}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":677,"unknown":0,"total":702}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":650,"unknown":0,"total":675}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"failed":0,"broken":14,"skipped":23,"passed":663,"unknown":0,"total":700}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":689,"unknown":0,"total":713}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":676,"unknown":0,"total":701}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":691,"unknown":0,"total":716}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":694,"unknown":0,"total":718}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":21,"passed":668,"unknown":0,"total":691}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":677,"unknown":0,"total":702}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"failed":0,"broken":2,"skipped":23,"passed":650,"unknown":0,"total":675}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"failed":0,"broken":14,"skipped":23,"passed":663,"unknown":0,"total":700}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":23,"passed":689,"unknown":0,"total":713}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":23,"passed":694,"unknown":0,"total":717}},{"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 ebe0ca6603e..ff82eca7099 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"7f1f3253b6ef5396","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1f3253b6ef5396","status":"passed","time":{"start":1707778040176,"stop":1707778040177,"duration":1}},{"uid":"c344f41e8c1f2550","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c344f41e8c1f2550","status":"passed","time":{"start":1707775332137,"stop":1707775332138,"duration":1}},{"uid":"f866af43b9061070","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f866af43b9061070","status":"passed","time":{"start":1707775137043,"stop":1707775137044,"duration":1}},{"uid":"4d2932f3936e8162","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d2932f3936e8162","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0}},{"uid":"1cfaf8737fedd955","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1cfaf8737fedd955","status":"passed","time":{"start":1707769926380,"stop":1707769926381,"duration":1}},{"uid":"3e107304d0c9292c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e107304d0c9292c","status":"passed","time":{"start":1707760029630,"stop":1707760029631,"duration":1}},{"uid":"328e52e262737b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/328e52e262737b1","status":"passed","time":{"start":1707757713782,"stop":1707757713782,"duration":0}},{"uid":"97804d90662bb585","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97804d90662bb585","status":"passed","time":{"start":1707756348022,"stop":1707756348023,"duration":1}},{"uid":"fbbbffdedd2f3726","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbbbffdedd2f3726","status":"passed","time":{"start":1707753739732,"stop":1707753739732,"duration":0}},{"uid":"62bb03564b971566","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/62bb03564b971566","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"5a83906589c591d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a83906589c591d0","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/multiaddr.node.spec.ts)","time":{"start":1707750884259,"stop":1707750884259,"duration":0}},{"uid":"a30a533b46b95c14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a30a533b46b95c14","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"b6e2292fb2d4fcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6e2292fb2d4fcf","status":"passed","time":{"start":1707736018904,"stop":1707736018905,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8e008ee6fe4dc06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8e008ee6fe4dc06","status":"passed","time":{"start":1707778202464,"stop":1707778202464,"duration":0}},{"uid":"381cc80504fa0525","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/381cc80504fa0525","status":"passed","time":{"start":1707775486608,"stop":1707775486608,"duration":0}},{"uid":"dbfd2d71fde6dee6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbfd2d71fde6dee6","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"428caac747694461","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/428caac747694461","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1}},{"uid":"75c1e56a1ebc6f06","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/75c1e56a1ebc6f06","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"c1e3c610421c0af0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1e3c610421c0af0","status":"passed","time":{"start":1707760173995,"stop":1707760173996,"duration":1}},{"uid":"49cb19e1323aaf49","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb19e1323aaf49","status":"passed","time":{"start":1707757873904,"stop":1707757873904,"duration":0}},{"uid":"d09f06121eb622da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d09f06121eb622da","status":"passed","time":{"start":1707756499893,"stop":1707756499896,"duration":3}},{"uid":"2edde3dcbbe32431","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2edde3dcbbe32431","status":"passed","time":{"start":1707753870422,"stop":1707753870423,"duration":1}},{"uid":"12ec69eeb9ccc886","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12ec69eeb9ccc886","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"5959e532dc26e96a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5959e532dc26e96a","status":"passed","time":{"start":1707751019562,"stop":1707751019562,"duration":0}},{"uid":"5bd626a342634038","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd626a342634038","status":"passed","time":{"start":1707736947837,"stop":1707736947837,"duration":0}},{"uid":"d86fa1f1a45d412f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d86fa1f1a45d412f","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"420388d5b706657f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420388d5b706657f","status":"passed","time":{"start":1707777741290,"stop":1707777741290,"duration":0}},{"uid":"5ead0882a3e71cab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ead0882a3e71cab","status":"passed","time":{"start":1707775017706,"stop":1707775017706,"duration":0}},{"uid":"32108eaa86a72cb7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32108eaa86a72cb7","status":"passed","time":{"start":1707774819163,"stop":1707774819164,"duration":1}},{"uid":"8f2a75b5fb5036b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f2a75b5fb5036b8","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1}},{"uid":"9a3360d4367c008b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a3360d4367c008b","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"d487a7d534f442e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d487a7d534f442e1","status":"passed","time":{"start":1707759714511,"stop":1707759714512,"duration":1}},{"uid":"e6e41d3581eaae25","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6e41d3581eaae25","status":"passed","time":{"start":1707757408929,"stop":1707757408930,"duration":1}},{"uid":"fa84f63cb664fb92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa84f63cb664fb92","status":"passed","time":{"start":1707756038656,"stop":1707756038656,"duration":0}},{"uid":"d23667dbbc762345","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d23667dbbc762345","status":"passed","time":{"start":1707753456824,"stop":1707753456824,"duration":0}},{"uid":"b77e25869c4ac533","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b77e25869c4ac533","status":"passed","time":{"start":1707753185031,"stop":1707753185031,"duration":0}},{"uid":"89b3000f5a488982","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89b3000f5a488982","status":"passed","time":{"start":1707750585695,"stop":1707750585695,"duration":0}},{"uid":"ebf31c659d4aa3e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebf31c659d4aa3e6","status":"passed","time":{"start":1707736503250,"stop":1707736503251,"duration":1}},{"uid":"7907de43e1e1fa15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7907de43e1e1fa15","status":"passed","time":{"start":1707735684545,"stop":1707735684545,"duration":0}}]},"141df21651d476128a199f82e2a64a73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df192fc71386cb24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df192fc71386cb24","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67e6d03fa7f8e18b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67e6d03fa7f8e18b","status":"passed","time":{"start":1707777764427,"stop":1707777764428,"duration":1}},{"uid":"96e7ede360d6d2d7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e7ede360d6d2d7","status":"passed","time":{"start":1707775040575,"stop":1707775040576,"duration":1}},{"uid":"b811a638ddd0f249","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b811a638ddd0f249","status":"passed","time":{"start":1707774842469,"stop":1707774842470,"duration":1}},{"uid":"591b91e2e6ce2103","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591b91e2e6ce2103","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1}},{"uid":"f9918b74b1118246","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9918b74b1118246","status":"passed","time":{"start":1707769642596,"stop":1707769642596,"duration":0}},{"uid":"b8c89df1fb1dac32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c89df1fb1dac32","status":"passed","time":{"start":1707759737374,"stop":1707759737375,"duration":1}},{"uid":"d41e35ee06930d93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d41e35ee06930d93","status":"passed","time":{"start":1707757432389,"stop":1707757432390,"duration":1}},{"uid":"6d2e2b539266f795","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e2b539266f795","status":"passed","time":{"start":1707756061417,"stop":1707756061418,"duration":1}},{"uid":"89fb9b2b03e56977","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/89fb9b2b03e56977","status":"passed","time":{"start":1707753479971,"stop":1707753479971,"duration":0}},{"uid":"f31417a9e6db5c84","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f31417a9e6db5c84","status":"passed","time":{"start":1707753208669,"stop":1707753208670,"duration":1}},{"uid":"27bfbaed8477f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/27bfbaed8477f6e","status":"passed","time":{"start":1707750608873,"stop":1707750608873,"duration":0}},{"uid":"feeb607cf02cf377","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/feeb607cf02cf377","status":"passed","time":{"start":1707736526327,"stop":1707736526328,"duration":1}},{"uid":"cf358e1a65721ffd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cf358e1a65721ffd","status":"passed","time":{"start":1707735708003,"stop":1707735708004,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"401edbada9a456ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/401edbada9a456ba","status":"passed","time":{"start":1707777977669,"stop":1707777977670,"duration":1}},{"uid":"f47c367efa2d46a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f47c367efa2d46a3","status":"passed","time":{"start":1707775258460,"stop":1707775258460,"duration":0}},{"uid":"f68e32f7e4854307","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f68e32f7e4854307","status":"passed","time":{"start":1707775082023,"stop":1707775082027,"duration":4}},{"uid":"231f21157d04b25b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/231f21157d04b25b","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"duration":0}},{"uid":"e2d9b9d22dc7121","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2d9b9d22dc7121","status":"passed","time":{"start":1707769841903,"stop":1707769841904,"duration":1}},{"uid":"19de0cccd62e86ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19de0cccd62e86ae","status":"passed","time":{"start":1707759921459,"stop":1707759921459,"duration":0}},{"uid":"a103be1e55713fe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a103be1e55713fe3","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"822456b1e672a5e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/822456b1e672a5e1","status":"passed","time":{"start":1707756261810,"stop":1707756261812,"duration":2}},{"uid":"cc93d705c20f5a3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc93d705c20f5a3d","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"2131d4a9c9eb7909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2131d4a9c9eb7909","status":"passed","time":{"start":1707753409590,"stop":1707753409590,"duration":0}},{"uid":"e63c472ca938f653","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e63c472ca938f653","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"75f95e3a100a72b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75f95e3a100a72b7","status":"passed","time":{"start":1707736708333,"stop":1707736708333,"duration":0}},{"uid":"e156838495ee162c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e156838495ee162c","status":"passed","time":{"start":1707735914390,"stop":1707735914390,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b2c9ebefa98172e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b2c9ebefa98172e2","status":"passed","time":{"start":1707777972993,"stop":1707777972993,"duration":0}},{"uid":"a521bd2c3e7bc316","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a521bd2c3e7bc316","status":"passed","time":{"start":1707775244524,"stop":1707775244524,"duration":0}},{"uid":"7c2b52af4128162a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c2b52af4128162a","status":"passed","time":{"start":1707775050812,"stop":1707775050813,"duration":1}},{"uid":"ebef3d874dea2a0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebef3d874dea2a0c","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1}},{"uid":"a5ce099f67ab72bd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5ce099f67ab72bd","status":"passed","time":{"start":1707769843136,"stop":1707769843139,"duration":3}},{"uid":"5afc7c7c31beaad7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5afc7c7c31beaad7","status":"passed","time":{"start":1707759965183,"stop":1707759965183,"duration":0}},{"uid":"11d7647a53ff19db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11d7647a53ff19db","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"737244c91ce26b0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/737244c91ce26b0f","status":"passed","time":{"start":1707756267893,"stop":1707756267893,"duration":0}},{"uid":"78acf48041f1fd50","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78acf48041f1fd50","status":"passed","time":{"start":1707753668021,"stop":1707753668022,"duration":1}},{"uid":"d9cd30f09fd07b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9cd30f09fd07b","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"44d913cbf596d3bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44d913cbf596d3bf","status":"passed","time":{"start":1707750796023,"stop":1707750796023,"duration":0}},{"uid":"dcaa0077127ede9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dcaa0077127ede9d","status":"passed","time":{"start":1707736730634,"stop":1707736730634,"duration":0}},{"uid":"f64650eff345f563","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f64650eff345f563","status":"passed","time":{"start":1707735912114,"stop":1707735912114,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d00cb6e633ce40c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d00cb6e633ce40c2","status":"passed","time":{"start":1707777749847,"stop":1707777749848,"duration":1}},{"uid":"a81ca97c9d326086","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a81ca97c9d326086","status":"passed","time":{"start":1707775026270,"stop":1707775026271,"duration":1}},{"uid":"de6ae672481a278e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de6ae672481a278e","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"a73a22556f85c7a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a73a22556f85c7a9","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"631099ff530913ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/631099ff530913ae","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"d7a3053d1b430537","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d7a3053d1b430537","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"5187d887ada17465","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5187d887ada17465","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"6bbcab0686509008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6bbcab0686509008","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"8c3d5238fb31b5cb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c3d5238fb31b5cb","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"27d5c4821aa8349d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27d5c4821aa8349d","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"17edce14d596570e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/17edce14d596570e","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"4ebdcc1cc4f8221e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ebdcc1cc4f8221e","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"6d240c75b130f3fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d240c75b130f3fa","status":"passed","time":{"start":1707735693129,"stop":1707735693130,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a6e25d94fb242c6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a6e25d94fb242c6","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"cc63c0933cf61c91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc63c0933cf61c91","status":"passed","time":{"start":1707775649284,"stop":1707775649285,"duration":1}},{"uid":"fe8fb86595cc0347","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe8fb86595cc0347","status":"passed","time":{"start":1707775456618,"stop":1707775456618,"duration":0}},{"uid":"5093832a6f5323ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5093832a6f5323ed","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"18377e062ab48d0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18377e062ab48d0f","status":"passed","time":{"start":1707770165175,"stop":1707770165176,"duration":1}},{"uid":"b1a2e74a46e3790c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1a2e74a46e3790c","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"df04d2832f97aa65","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df04d2832f97aa65","status":"passed","time":{"start":1707758024235,"stop":1707758024235,"duration":0}},{"uid":"b4802aed6f308cb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b4802aed6f308cb","status":"passed","time":{"start":1707756662061,"stop":1707756662061,"duration":0}},{"uid":"debcb7643081da25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/debcb7643081da25","status":"passed","time":{"start":1707753975676,"stop":1707753975677,"duration":1}},{"uid":"b235379b3d909451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b235379b3d909451","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"b7c262fa95618391","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7c262fa95618391","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"b19c835bc02bd947","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19c835bc02bd947","status":"passed","time":{"start":1707737129078,"stop":1707737129079,"duration":1}},{"uid":"40ea115f39a909ba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40ea115f39a909ba","status":"passed","time":{"start":1707736323078,"stop":1707736323078,"duration":0}}]},"6a84a70d9ba5b6ffb6fd767d1d33f5e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d587c0115aad506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d587c0115aad506","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"140db786623bf7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/140db786623bf7d","status":"passed","time":{"start":1707777837224,"stop":1707777837224,"duration":0}},{"uid":"16db451f5b16b73b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16db451f5b16b73b","status":"passed","time":{"start":1707775113058,"stop":1707775113059,"duration":1}},{"uid":"7502412f83ab2788","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7502412f83ab2788","status":"passed","time":{"start":1707774908734,"stop":1707774908735,"duration":1}},{"uid":"94daf0e447c72780","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94daf0e447c72780","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0}},{"uid":"abb5e74d2d577458","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abb5e74d2d577458","status":"passed","time":{"start":1707769706670,"stop":1707769706670,"duration":0}},{"uid":"b8d2caf56ba2d667","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8d2caf56ba2d667","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"f25ead016b940532","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f25ead016b940532","status":"passed","time":{"start":1707757504686,"stop":1707757504686,"duration":0}},{"uid":"17fce85e1d0c415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17fce85e1d0c415","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"b9ce95e4f246f820","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b9ce95e4f246f820","status":"passed","time":{"start":1707753284216,"stop":1707753284217,"duration":1}},{"uid":"e538652f35c41143","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e538652f35c41143","status":"passed","time":{"start":1707736597190,"stop":1707736597191,"duration":1}},{"uid":"55a1f0705b0fda03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55a1f0705b0fda03","status":"passed","time":{"start":1707735784061,"stop":1707735784062,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8901d012af61771a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8901d012af61771a","status":"passed","time":{"start":1707777749096,"stop":1707777749097,"duration":1}},{"uid":"92ba0f93964fe462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92ba0f93964fe462","status":"passed","time":{"start":1707775025529,"stop":1707775025530,"duration":1}},{"uid":"ab32ee79a8dd677f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab32ee79a8dd677f","status":"passed","time":{"start":1707774827061,"stop":1707774827062,"duration":1}},{"uid":"904d551741cecef4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/904d551741cecef4","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"duration":0}},{"uid":"1a71e7b760f1f0c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a71e7b760f1f0c6","status":"passed","time":{"start":1707769627291,"stop":1707769627292,"duration":1}},{"uid":"60fdf1a510ed3d1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60fdf1a510ed3d1a","status":"passed","time":{"start":1707759722032,"stop":1707759722032,"duration":0}},{"uid":"e3c4c5631086baaf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3c4c5631086baaf","status":"passed","time":{"start":1707757416840,"stop":1707757416840,"duration":0}},{"uid":"9ae2bb0e87c09907","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9ae2bb0e87c09907","status":"passed","time":{"start":1707756046607,"stop":1707756046607,"duration":0}},{"uid":"f34f723a1ff0f7a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f34f723a1ff0f7a","status":"passed","time":{"start":1707753464667,"stop":1707753464668,"duration":1}},{"uid":"dc458c76f68b75e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc458c76f68b75e2","status":"passed","time":{"start":1707753192939,"stop":1707753192939,"duration":0}},{"uid":"5222c63c0aafa928","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5222c63c0aafa928","status":"passed","time":{"start":1707750593506,"stop":1707750593507,"duration":1}},{"uid":"c9b0a7b8250866b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9b0a7b8250866b2","status":"passed","time":{"start":1707736510880,"stop":1707736510880,"duration":0}},{"uid":"50439685c28e2aaa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/50439685c28e2aaa","status":"passed","time":{"start":1707735692291,"stop":1707735692291,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c76c60de87ad3051","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c76c60de87ad3051","status":"passed","time":{"start":1707778179237,"stop":1707778179238,"duration":1}},{"uid":"9be7eaf1fb6f223a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9be7eaf1fb6f223a","status":"passed","time":{"start":1707775471143,"stop":1707775471144,"duration":1}},{"uid":"4e526f180b05091b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e526f180b05091b","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"8b7eb9c34ee3d65a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b7eb9c34ee3d65a","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1}},{"uid":"1248cdf563b5a882","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1248cdf563b5a882","status":"passed","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"355925cecac3bd77","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/355925cecac3bd77","status":"passed","time":{"start":1707760163326,"stop":1707760163326,"duration":0}},{"uid":"bb0822784ee5ad19","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bb0822784ee5ad19","status":"passed","time":{"start":1707757853543,"stop":1707757853543,"duration":0}},{"uid":"ccc38afdada854fd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccc38afdada854fd","status":"passed","time":{"start":1707756493173,"stop":1707756493173,"duration":0}},{"uid":"37b4430585767d99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b4430585767d99","status":"passed","time":{"start":1707753863562,"stop":1707753863563,"duration":1}},{"uid":"74308c63fe53c617","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74308c63fe53c617","status":"passed","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"4cd6d26cc83c0fb9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4cd6d26cc83c0fb9","status":"passed","time":{"start":1707751014386,"stop":1707751014387,"duration":1}},{"uid":"ae26122c70767c8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ae26122c70767c8d","status":"passed","time":{"start":1707736941409,"stop":1707736941410,"duration":1}},{"uid":"f2404171b96214e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2404171b96214e9","status":"passed","time":{"start":1707736158693,"stop":1707736158693,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b93881ea3866c78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b93881ea3866c78","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"143a6b0b72b8e963","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/143a6b0b72b8e963","status":"passed","time":{"start":1707775486620,"stop":1707775486621,"duration":1}},{"uid":"949268f12a66dcef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/949268f12a66dcef","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"5d7fa67036e31614","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d7fa67036e31614","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"duration":1}},{"uid":"57a3fc5bf6aafe99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57a3fc5bf6aafe99","status":"passed","time":{"start":1707770051374,"stop":1707770051375,"duration":1}},{"uid":"1995935ebafe9d6f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995935ebafe9d6f","status":"passed","time":{"start":1707760174016,"stop":1707760174017,"duration":1}},{"uid":"ce8d69e5d8f94443","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce8d69e5d8f94443","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"3e53d9ebc3ca4280","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e53d9ebc3ca4280","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"34028fe729efb9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34028fe729efb9ef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"6639d3eff3891532","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6639d3eff3891532","status":"passed","time":{"start":1707753647499,"stop":1707753647501,"duration":2}},{"uid":"2997544e3270b470","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2997544e3270b470","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"deeb0d862778633c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb0d862778633c","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"5e0bd8aaa5cb2268","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e0bd8aaa5cb2268","status":"passed","time":{"start":1707736152501,"stop":1707736152502,"duration":1}}]},"32c13689727d95ee3cf724cfdb52e90b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35cc47d397f01ddb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/35cc47d397f01ddb","status":"passed","time":{"start":1707775602038,"stop":1707775602039,"duration":1}}]},"0aa88a9b45054b520d6576f5b4e057b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"467fcd148e04892a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/467fcd148e04892a","status":"passed","time":{"start":1707758006722,"stop":1707758006723,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d4e2b1344ff51126","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d4e2b1344ff51126","status":"passed","time":{"start":1707778413527,"stop":1707778413528,"duration":1}},{"uid":"93fc1c694da15eeb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93fc1c694da15eeb","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"d876567225489c3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d876567225489c3e","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"3faea43839b7370d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3faea43839b7370d","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"eba06fcd5fc742c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eba06fcd5fc742c","status":"passed","time":{"start":1707770238694,"stop":1707770238695,"duration":1}},{"uid":"fd01a3da4de7c866","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fd01a3da4de7c866","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"548d1a08c30b63e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d1a08c30b63e7","status":"passed","time":{"start":1707758004336,"stop":1707758004337,"duration":1}},{"uid":"dfffbb47a34d8d03","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfffbb47a34d8d03","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"6c4f105db404b04d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c4f105db404b04d","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"64f9cd93d4595ee4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64f9cd93d4595ee4","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"d695841b5eb27c9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695841b5eb27c9e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"e85a16e1ef4994a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e85a16e1ef4994a7","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"832d6bc37c3cc234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/832d6bc37c3cc234","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"0a9bc71ff7631b2d4a08dfb4d19c4c71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc1e67dba67cee04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc1e67dba67cee04","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe2d2555be59deda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe2d2555be59deda","status":"passed","time":{"start":1707778326664,"stop":1707778326665,"duration":1}},{"uid":"be5dd5948742e944","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/be5dd5948742e944","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"79c1b6dd35cf675f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/79c1b6dd35cf675f","status":"passed","time":{"start":1707775405804,"stop":1707775405804,"duration":0}},{"uid":"25830e6cc52702e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25830e6cc52702e3","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"duration":0}},{"uid":"3f6529e936cd6749","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f6529e936cd6749","status":"passed","time":{"start":1707770116107,"stop":1707770116108,"duration":1}},{"uid":"8ac00de08856ff44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ac00de08856ff44","status":"passed","time":{"start":1707760294898,"stop":1707760294898,"duration":0}},{"uid":"27209769443019ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27209769443019ec","status":"passed","time":{"start":1707757992697,"stop":1707757992698,"duration":1}},{"uid":"c922c8a82b4c73a7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c922c8a82b4c73a7","status":"passed","time":{"start":1707756620672,"stop":1707756620672,"duration":0}},{"uid":"49b310fd171fe81a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49b310fd171fe81a","status":"passed","time":{"start":1707753926587,"stop":1707753926587,"duration":0}},{"uid":"d26ceccd8716be2a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d26ceccd8716be2a","status":"passed","time":{"start":1707753779028,"stop":1707753779029,"duration":1}},{"uid":"6e5c96c5b89172ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e5c96c5b89172ce","status":"passed","time":{"start":1707751117672,"stop":1707751117673,"duration":1}},{"uid":"2527a7c9898e5516","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2527a7c9898e5516","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"60229dba08abe6b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60229dba08abe6b2","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4d40797ce3ededd9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4d40797ce3ededd9","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"1b0e922cb96f4937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b0e922cb96f4937","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"c998b8a51976ffc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c998b8a51976ffc2","status":"passed","time":{"start":1707775390253,"stop":1707775390253,"duration":0}},{"uid":"8861ecfd491c7774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8861ecfd491c7774","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"duration":0}},{"uid":"66650638fbf8938d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66650638fbf8938d","status":"passed","time":{"start":1707769968736,"stop":1707769968736,"duration":0}},{"uid":"ae8fa2ec054fd630","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8fa2ec054fd630","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"290c9220e8bbf139","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/290c9220e8bbf139","status":"passed","time":{"start":1707758006728,"stop":1707758006728,"duration":0}},{"uid":"37366a6d8767938e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37366a6d8767938e","status":"passed","time":{"start":1707756617065,"stop":1707756617065,"duration":0}},{"uid":"798a6d9665c412d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/798a6d9665c412d1","status":"passed","time":{"start":1707753988894,"stop":1707753988895,"duration":1}},{"uid":"ab4a25a089e67118","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ab4a25a089e67118","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"c70304b60b687086","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c70304b60b687086","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"cd97a2d4e5ad24aa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cd97a2d4e5ad24aa","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"e85064600ca2326e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85064600ca2326e","status":"passed","time":{"start":1707736260166,"stop":1707736260166,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6f867737374b796b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f867737374b796b","status":"passed","time":{"start":1707777859852,"stop":1707777859852,"duration":0}},{"uid":"ad87b9fa0b77e5c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad87b9fa0b77e5c5","status":"passed","time":{"start":1707775133664,"stop":1707775133665,"duration":1}},{"uid":"5232b7476f81303d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5232b7476f81303d","status":"passed","time":{"start":1707774942679,"stop":1707774942680,"duration":1}},{"uid":"de15dd81c4859513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de15dd81c4859513","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"duration":1}},{"uid":"b8ce605e817911e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce605e817911e7","status":"passed","time":{"start":1707769735031,"stop":1707769735032,"duration":1}},{"uid":"73bb5cd224bacbb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/73bb5cd224bacbb5","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"9fdcdb118d328c78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9fdcdb118d328c78","status":"passed","time":{"start":1707757528819,"stop":1707757528819,"duration":0}},{"uid":"69f0650cfb4f1747","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69f0650cfb4f1747","status":"passed","time":{"start":1707756157289,"stop":1707756157289,"duration":0}},{"uid":"22c457ecd2562f5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22c457ecd2562f5c","status":"passed","time":{"start":1707753578469,"stop":1707753578469,"duration":0}},{"uid":"b86e11b5436ad592","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b86e11b5436ad592","status":"passed","time":{"start":1707753307893,"stop":1707753307893,"duration":0}},{"uid":"96cfe6cbc66bf8db","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96cfe6cbc66bf8db","status":"passed","time":{"start":1707750703125,"stop":1707750703125,"duration":0}},{"uid":"85b69220b8f46f0b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85b69220b8f46f0b","status":"passed","time":{"start":1707736629966,"stop":1707736629967,"duration":1}},{"uid":"4e9cb04b603af7c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e9cb04b603af7c1","status":"passed","time":{"start":1707735809086,"stop":1707735809087,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50e8acfbab311b8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50e8acfbab311b8f","status":"passed","time":{"start":1707778386472,"stop":1707778386473,"duration":1}},{"uid":"662cf7e30f774129","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/662cf7e30f774129","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"738d15e53d98f1fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/738d15e53d98f1fc","status":"passed","time":{"start":1707775461881,"stop":1707775461882,"duration":1}},{"uid":"f5ee789cf5e62c05","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ee789cf5e62c05","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0}},{"uid":"ee3e5932a28be0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee3e5932a28be0e","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"9b3c5b13edd0686","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b3c5b13edd0686","status":"passed","time":{"start":1707760335938,"stop":1707760335938,"duration":0}},{"uid":"9f55e19a2f36ceee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f55e19a2f36ceee","status":"passed","time":{"start":1707758023526,"stop":1707758023526,"duration":0}},{"uid":"53ceeeb46f1d8c2c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53ceeeb46f1d8c2c","status":"passed","time":{"start":1707756663996,"stop":1707756663996,"duration":0}},{"uid":"d7b21760b8e13cd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7b21760b8e13cd4","status":"passed","time":{"start":1707753717350,"stop":1707753717350,"duration":0}},{"uid":"1f1ab5ddd6500229","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1ab5ddd6500229","status":"passed","time":{"start":1707753837159,"stop":1707753837160,"duration":1}},{"uid":"98135f6dc0a34fcb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/98135f6dc0a34fcb","status":"passed","time":{"start":1707751136277,"stop":1707751136278,"duration":1}},{"uid":"f746bb77a4d81077","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f746bb77a4d81077","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"8c6e129214df5827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c6e129214df5827","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b70b7850c92bd194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b70b7850c92bd194","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"f985fefac20d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f985fefac20d2c6c","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"dba480814c033df3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dba480814c033df3","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"9ecde25b216fabf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ecde25b216fabf6","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"45f1dafce1c4a9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/45f1dafce1c4a9d","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"a72df15c08d1ff4d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a72df15c08d1ff4d","status":"passed","time":{"start":1707760374677,"stop":1707760374678,"duration":1}},{"uid":"3469b00b608ef2a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3469b00b608ef2a7","status":"passed","time":{"start":1707758004321,"stop":1707758004324,"duration":3}},{"uid":"79ceeb195721e933","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ceeb195721e933","status":"passed","time":{"start":1707756690161,"stop":1707756690162,"duration":1}},{"uid":"6dcd86359a98ec62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6dcd86359a98ec62","status":"passed","time":{"start":1707754051785,"stop":1707754051786,"duration":1}},{"uid":"5d50ca69eb648af2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d50ca69eb648af2","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"5e7c5dff35e2c9d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e7c5dff35e2c9d9","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"5f1b0305d06825fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f1b0305d06825fb","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"8b12798648ecc19b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b12798648ecc19b","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e8cc610d244b085","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e8cc610d244b085","status":"passed","time":{"start":1707777764081,"stop":1707777764081,"duration":0}},{"uid":"c91a44635f7c470d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c91a44635f7c470d","status":"passed","time":{"start":1707775040149,"stop":1707775040149,"duration":0}},{"uid":"c9dee9de49066330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9dee9de49066330","status":"passed","time":{"start":1707774842105,"stop":1707774842105,"duration":0}},{"uid":"fbb7ed7bd3a45460","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbb7ed7bd3a45460","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0}},{"uid":"1d643da1e97fdcbf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d643da1e97fdcbf","status":"passed","time":{"start":1707769642222,"stop":1707769642222,"duration":0}},{"uid":"f7f5204a5aa77d11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7f5204a5aa77d11","status":"passed","time":{"start":1707759737070,"stop":1707759737070,"duration":0}},{"uid":"e3fccd6182184636","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3fccd6182184636","status":"passed","time":{"start":1707757431976,"stop":1707757431977,"duration":1}},{"uid":"29e9d53eaaea3e43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/29e9d53eaaea3e43","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"c75bb64c37f324c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c75bb64c37f324c7","status":"passed","time":{"start":1707753479610,"stop":1707753479611,"duration":1}},{"uid":"505548a77b9a80cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/505548a77b9a80cd","status":"passed","time":{"start":1707753208309,"stop":1707753208310,"duration":1}},{"uid":"9a0173b92d30f010","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a0173b92d30f010","status":"passed","time":{"start":1707750608587,"stop":1707750608587,"duration":0}},{"uid":"f1625f31a30fdf98","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f1625f31a30fdf98","status":"passed","time":{"start":1707736525857,"stop":1707736525858,"duration":1}},{"uid":"84660578dea820e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84660578dea820e8","status":"passed","time":{"start":1707735707692,"stop":1707735707692,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f0c434400d0c7fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f0c434400d0c7fc","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"836728d4c118dbf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/836728d4c118dbf7","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"a2131c570a2d10cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2131c570a2d10cf","status":"passed","time":{"start":1707775219994,"stop":1707775219994,"duration":0}},{"uid":"5728cf043ad33e0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5728cf043ad33e0f","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"7e5ceff08a5e8a63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e5ceff08a5e8a63","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"ffd288b3a02e02ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffd288b3a02e02ef","status":"passed","time":{"start":1707760106454,"stop":1707760106455,"duration":1}},{"uid":"3fbdc9e74b4f37e1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3fbdc9e74b4f37e1","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"dfa91c28069bd13c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfa91c28069bd13c","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"49f80c70bb6ecc5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49f80c70bb6ecc5c","status":"passed","time":{"start":1707753796546,"stop":1707753796546,"duration":0}},{"uid":"102fc05caa1c63f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/102fc05caa1c63f5","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"df626f812ca010cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/df626f812ca010cb","status":"passed","time":{"start":1707750964800,"stop":1707750964800,"duration":0}},{"uid":"60ce7e8acdb16d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60ce7e8acdb16d60","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"bbb7fe29877b8e83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bbb7fe29877b8e83","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6c2ad1b5b5f8e09","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6c2ad1b5b5f8e09","status":"passed","time":{"start":1707778332046,"stop":1707778332046,"duration":0}},{"uid":"2a5dd7dbd22b40b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5dd7dbd22b40b5","status":"passed","time":{"start":1707775601722,"stop":1707775601723,"duration":1}},{"uid":"c208ed9164b7553d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c208ed9164b7553d","status":"passed","time":{"start":1707775415216,"stop":1707775415217,"duration":1}},{"uid":"bec6c34264aeb139","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bec6c34264aeb139","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2}},{"uid":"1fb0173d9b2bb19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1fb0173d9b2bb19a","status":"passed","time":{"start":1707770103211,"stop":1707770103215,"duration":4}},{"uid":"d48418a84e4331c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d48418a84e4331c7","status":"passed","time":{"start":1707760299489,"stop":1707760299489,"duration":0}},{"uid":"a16c1c902d354190","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a16c1c902d354190","status":"passed","time":{"start":1707757995151,"stop":1707757995152,"duration":1}},{"uid":"d084bd0a4e6c8108","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d084bd0a4e6c8108","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"6ce7caba3534cee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ce7caba3534cee9","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"fa84390d86cd361f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fa84390d86cd361f","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"3d538a6158ab60ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d538a6158ab60ee","status":"passed","time":{"start":1707751137099,"stop":1707751137100,"duration":1}},{"uid":"443614f1e16d3200","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/443614f1e16d3200","status":"passed","time":{"start":1707737056791,"stop":1707737056794,"duration":3}},{"uid":"d2fae27c2793330b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d2fae27c2793330b","status":"passed","time":{"start":1707736286216,"stop":1707736286216,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0b46c1e0cf8eb64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0b46c1e0cf8eb64","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"6ac483bf57dee70b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ac483bf57dee70b","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"758484b34fa4e566","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/758484b34fa4e566","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"a0e674fc5d0b7112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e674fc5d0b7112","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"1c16b81dc1e6814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c16b81dc1e6814","status":"passed","time":{"start":1707770208544,"stop":1707770208545,"duration":1}},{"uid":"1fbc351527d2bd8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fbc351527d2bd8f","status":"passed","time":{"start":1707760335948,"stop":1707760335948,"duration":0}},{"uid":"d53d6ac1011ca957","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d53d6ac1011ca957","status":"passed","time":{"start":1707758023533,"stop":1707758023533,"duration":0}},{"uid":"f90803390de922f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f90803390de922f8","status":"passed","time":{"start":1707756664002,"stop":1707756664002,"duration":0}},{"uid":"5d4663cc6274c7af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d4663cc6274c7af","status":"passed","time":{"start":1707753837168,"stop":1707753837168,"duration":0}},{"uid":"fb9d07d04f8a1949","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb9d07d04f8a1949","status":"passed","time":{"start":1707751136309,"stop":1707751136319,"duration":10}},{"uid":"1634a3cd1cc3a5ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1634a3cd1cc3a5ac","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"683ce74e6df950b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/683ce74e6df950b4","status":"passed","time":{"start":1707736322656,"stop":1707736322657,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16ac7ae19a454799","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/16ac7ae19a454799","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"9451f471a9e8570a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9451f471a9e8570a","status":"passed","time":{"start":1707775644351,"stop":1707775644354,"duration":3}},{"uid":"bfadd7b224b8ce89","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfadd7b224b8ce89","status":"passed","time":{"start":1707775439251,"stop":1707775439252,"duration":1}},{"uid":"c10bd3ae1fab81f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c10bd3ae1fab81f6","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1}},{"uid":"6704a49b664e24f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6704a49b664e24f1","status":"passed","time":{"start":1707770140535,"stop":1707770140535,"duration":0}},{"uid":"4266df3c60188c08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4266df3c60188c08","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"ea141428e0a73043","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ea141428e0a73043","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"2a8ac5b97a9512ae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8ac5b97a9512ae","status":"passed","time":{"start":1707756656797,"stop":1707756656798,"duration":1}},{"uid":"29a330c1cda9257a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a330c1cda9257a","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"d405886b68f7e932","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d405886b68f7e932","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"386e6d62d56b9fb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/386e6d62d56b9fb0","status":"passed","time":{"start":1707751157935,"stop":1707751157936,"duration":1}},{"uid":"43f6a80541fa7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43f6a80541fa7d6b","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"5393bed9551e3922","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5393bed9551e3922","status":"passed","time":{"start":1707736314162,"stop":1707736314163,"duration":1}}]},"7b8168068b8d581e168730e7c5c20df0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a877bf8083eeb4f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a877bf8083eeb4f6","status":"passed","time":{"start":1707736947856,"stop":1707736947857,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ba46c3e303f86ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ba46c3e303f86ae","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"bc524096b98468df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc524096b98468df","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"b30ab91961512cc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b30ab91961512cc0","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"9f6e5cfdf8007428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6e5cfdf8007428","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"duration":1}},{"uid":"8125c5dd5927dde","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8125c5dd5927dde","status":"passed","time":{"start":1707770238689,"stop":1707770238690,"duration":1}},{"uid":"90536324d40e816","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90536324d40e816","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"c049a8b008f9d2d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c049a8b008f9d2d9","status":"passed","time":{"start":1707758004330,"stop":1707758004330,"duration":0}},{"uid":"a570d670db1c85dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a570d670db1c85dd","status":"passed","time":{"start":1707756690165,"stop":1707756690166,"duration":1}},{"uid":"29a73532bd4ad468","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a73532bd4ad468","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"4020225ba58e19e6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4020225ba58e19e6","status":"passed","time":{"start":1707753877930,"stop":1707753877931,"duration":1}},{"uid":"b5adfa0401fdd9fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5adfa0401fdd9fb","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"1a9bc52e6b7e8ec2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a9bc52e6b7e8ec2","status":"passed","time":{"start":1707737173821,"stop":1707737173822,"duration":1}},{"uid":"9cad26e755a6c23c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9cad26e755a6c23c","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e19997f2b94c1be6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e19997f2b94c1be6","status":"passed","time":{"start":1707777859851,"stop":1707777859851,"duration":0}},{"uid":"ae2915e03e43b3a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ae2915e03e43b3a","status":"passed","time":{"start":1707775133663,"stop":1707775133664,"duration":1}},{"uid":"e9b398337751a95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9b398337751a95","status":"passed","time":{"start":1707774942679,"stop":1707774942679,"duration":0}},{"uid":"4e3da60eaecf0480","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e3da60eaecf0480","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"duration":0}},{"uid":"32369123bdab01fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32369123bdab01fa","status":"passed","time":{"start":1707769735031,"stop":1707769735031,"duration":0}},{"uid":"c3a355220f4af1a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a355220f4af1a8","status":"passed","time":{"start":1707759831192,"stop":1707759831192,"duration":0}},{"uid":"945d48383577c10e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/945d48383577c10e","status":"passed","time":{"start":1707757528818,"stop":1707757528819,"duration":1}},{"uid":"c0697ecafddf157d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c0697ecafddf157d","status":"passed","time":{"start":1707756157288,"stop":1707756157289,"duration":1}},{"uid":"9e55116ea8f9bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e55116ea8f9bb9","status":"passed","time":{"start":1707753578468,"stop":1707753578468,"duration":0}},{"uid":"4e2f4c4445399fbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4e2f4c4445399fbe","status":"passed","time":{"start":1707753307884,"stop":1707753307893,"duration":9}},{"uid":"46c685b18a241330","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/46c685b18a241330","status":"passed","time":{"start":1707750703124,"stop":1707750703124,"duration":0}},{"uid":"4ed2fcfa781e758a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed2fcfa781e758a","status":"passed","time":{"start":1707736629965,"stop":1707736629965,"duration":0}},{"uid":"2bb5fcedf0d3f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bb5fcedf0d3f613","status":"passed","time":{"start":1707735809086,"stop":1707735809086,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"7dec7b8307cef840","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7dec7b8307cef840","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"953f5abad672f56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/953f5abad672f56d","status":"passed","time":{"start":1707775656752,"stop":1707775656753,"duration":1}},{"uid":"50aafd13936a30f2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50aafd13936a30f2","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"1bdd28031c61fc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bdd28031c61fc57","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"aac27d44b20152e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aac27d44b20152e6","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"10e3fc0fe5d51df8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10e3fc0fe5d51df8","status":"passed","time":{"start":1707760335958,"stop":1707760335959,"duration":1}},{"uid":"21d04c55211ef317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21d04c55211ef317","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"3bcbbd499c30b076","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bcbbd499c30b076","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"6074eb3163d4c200","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6074eb3163d4c200","status":"passed","time":{"start":1707753837175,"stop":1707753837176,"duration":1}},{"uid":"39bb96c2f3eac686","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39bb96c2f3eac686","status":"passed","time":{"start":1707751136357,"stop":1707751136358,"duration":1}},{"uid":"c77137afd0ac9a65","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c77137afd0ac9a65","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"bd8275d9b82a517a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd8275d9b82a517a","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"8f6a682256a7aee02abf71fe69bdf6e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d17f847f1ee1ee39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d17f847f1ee1ee39","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f2acdbd8c6cf336c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f2acdbd8c6cf336c","status":"passed","time":{"start":1707777772232,"stop":1707777772233,"duration":1}},{"uid":"a49d4ac9ffa66be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a49d4ac9ffa66be","status":"passed","time":{"start":1707775048146,"stop":1707775048146,"duration":0}},{"uid":"b0e629bbb42c4af9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0e629bbb42c4af9","status":"passed","time":{"start":1707774850256,"stop":1707774850257,"duration":1}},{"uid":"7d8949d73b8a2b0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d8949d73b8a2b0d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"6d9ce4ec21159492","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d9ce4ec21159492","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"5e15ffa64058763","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e15ffa64058763","status":"passed","time":{"start":1707759745077,"stop":1707759745078,"duration":1}},{"uid":"703636d627925bc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/703636d627925bc6","status":"passed","time":{"start":1707757440221,"stop":1707757440222,"duration":1}},{"uid":"c96b7f65e68efb60","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c96b7f65e68efb60","status":"passed","time":{"start":1707756069082,"stop":1707756069083,"duration":1}},{"uid":"497af9ce4abdd800","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/497af9ce4abdd800","status":"passed","time":{"start":1707753487640,"stop":1707753487641,"duration":1}},{"uid":"a82a1fc1fd8d010d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a82a1fc1fd8d010d","status":"passed","time":{"start":1707753216621,"stop":1707753216621,"duration":0}},{"uid":"a1462962752f77d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1462962752f77d1","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"d1d58157adce20f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1d58157adce20f0","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"7dde0c75d7c18bb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dde0c75d7c18bb","status":"passed","time":{"start":1707735716032,"stop":1707735716033,"duration":1}}]},"9bd7fba9402d052456b428143f335b54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf4b2a84da71adc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf4b2a84da71adc6","status":"passed","time":{"start":1707775486640,"stop":1707775486641,"duration":1}}]},"15786a35c449488daed7276339b37bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3e3dee7f373b803","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3e3dee7f373b803","status":"passed","time":{"start":1707775395377,"stop":1707775395377,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67d90d8c7d11e05d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67d90d8c7d11e05d","status":"passed","time":{"start":1707778332047,"stop":1707778332047,"duration":0}},{"uid":"ccfcf343b2f0a6d6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ccfcf343b2f0a6d6","status":"passed","time":{"start":1707775601723,"stop":1707775601723,"duration":0}},{"uid":"7924aa61b62b34ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7924aa61b62b34ca","status":"passed","time":{"start":1707775415217,"stop":1707775415217,"duration":0}},{"uid":"8fb3c0547e0a44de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb3c0547e0a44de","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1}},{"uid":"b18771cfa0a572b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b18771cfa0a572b6","status":"passed","time":{"start":1707770103215,"stop":1707770103216,"duration":1}},{"uid":"67819060f457597f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/67819060f457597f","status":"passed","time":{"start":1707760299489,"stop":1707760299490,"duration":1}},{"uid":"2eaff6f189532101","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2eaff6f189532101","status":"passed","time":{"start":1707757995152,"stop":1707757995152,"duration":0}},{"uid":"a0f9329468ae5f17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0f9329468ae5f17","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"c92a4f640dc70211","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c92a4f640dc70211","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"f94af0e226fc8078","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94af0e226fc8078","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"480bfe50d75ecdbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/480bfe50d75ecdbf","status":"passed","time":{"start":1707751137100,"stop":1707751137100,"duration":0}},{"uid":"69f5f6fc56de390e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69f5f6fc56de390e","status":"passed","time":{"start":1707737056794,"stop":1707737056795,"duration":1}},{"uid":"7ae68c497bcdc30a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ae68c497bcdc30a","status":"passed","time":{"start":1707736286217,"stop":1707736286218,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70e8087e9fba4573","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70e8087e9fba4573","status":"passed","time":{"start":1707778343612,"stop":1707778343612,"duration":0}},{"uid":"646a253153e323d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/646a253153e323d9","status":"passed","time":{"start":1707775620187,"stop":1707775620188,"duration":1}},{"uid":"fdf94c7a8eab428c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fdf94c7a8eab428c","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"48be00d2e7427454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48be00d2e7427454","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"c945f8ee32255fa7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c945f8ee32255fa7","status":"passed","time":{"start":1707770126646,"stop":1707770126649,"duration":3}},{"uid":"eed9f284c43b4441","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eed9f284c43b4441","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"f42a3c2dcb659a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f42a3c2dcb659a5","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"2444c63537011131","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2444c63537011131","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"d9119e9d4b66690a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9119e9d4b66690a","status":"passed","time":{"start":1707753934638,"stop":1707753934639,"duration":1}},{"uid":"e95ddfe3e89f2eb0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e95ddfe3e89f2eb0","status":"passed","time":{"start":1707753799510,"stop":1707753799510,"duration":0}},{"uid":"d81eb58c8b13516b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d81eb58c8b13516b","status":"passed","time":{"start":1707751117570,"stop":1707751117571,"duration":1}},{"uid":"e4ba88fe835872e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4ba88fe835872e6","status":"passed","time":{"start":1707737090804,"stop":1707737090806,"duration":2}},{"uid":"7fbee2de8703eb9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fbee2de8703eb9","status":"passed","time":{"start":1707736296307,"stop":1707736296308,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4cc0e1ac9b68ca56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4cc0e1ac9b68ca56","status":"passed","time":{"start":1707778386478,"stop":1707778386479,"duration":1}},{"uid":"b331d2d2c6436d71","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b331d2d2c6436d71","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"d369df5263867764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d369df5263867764","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7767795f824c862c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7767795f824c862c","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e7850f4761134d34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7850f4761134d34","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"9f79dfee2b594b4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f79dfee2b594b4e","status":"passed","time":{"start":1707760335944,"stop":1707760335945,"duration":1}},{"uid":"f72d2d5de8ec7e86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f72d2d5de8ec7e86","status":"passed","time":{"start":1707758023530,"stop":1707758023531,"duration":1}},{"uid":"3bd08edfe757c589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bd08edfe757c589","status":"passed","time":{"start":1707756664000,"stop":1707756664000,"duration":0}},{"uid":"2938663e33a07be6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2938663e33a07be6","status":"passed","time":{"start":1707753837165,"stop":1707753837166,"duration":1}},{"uid":"8ecdfff50df0e1dc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ecdfff50df0e1dc","status":"passed","time":{"start":1707751136282,"stop":1707751136290,"duration":8}},{"uid":"af9cbdd3407c13eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af9cbdd3407c13eb","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"d5c1c51a972cd28d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5c1c51a972cd28d","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3619d8a2bc70c76","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3619d8a2bc70c76","status":"passed","time":{"start":1707777977661,"stop":1707777977661,"duration":0}},{"uid":"17eb6bd0d8a6b353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17eb6bd0d8a6b353","status":"passed","time":{"start":1707775258451,"stop":1707775258452,"duration":1}},{"uid":"cbd76e71a619cfe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbd76e71a619cfe7","status":"passed","time":{"start":1707775082008,"stop":1707775082009,"duration":1}},{"uid":"450e50cea6352dae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/450e50cea6352dae","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"duration":0}},{"uid":"aadacfe80d8edc84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadacfe80d8edc84","status":"passed","time":{"start":1707769841892,"stop":1707769841892,"duration":0}},{"uid":"64bbba0ff769bbe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64bbba0ff769bbe7","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"b3493ce3ecf6d56f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3493ce3ecf6d56f","status":"passed","time":{"start":1707757624872,"stop":1707757624872,"duration":0}},{"uid":"c38711aa81e6e86c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c38711aa81e6e86c","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"cf872c34d78f4d3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf872c34d78f4d3d","status":"passed","time":{"start":1707753651142,"stop":1707753651142,"duration":0}},{"uid":"e851cfd73c769ba4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e851cfd73c769ba4","status":"passed","time":{"start":1707753409581,"stop":1707753409581,"duration":0}},{"uid":"d38bb896d3f148fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d38bb896d3f148fa","status":"passed","time":{"start":1707750722039,"stop":1707750722039,"duration":0}},{"uid":"ca87268b828de500","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca87268b828de500","status":"passed","time":{"start":1707736708322,"stop":1707736708323,"duration":1}},{"uid":"83f308bf8266921c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83f308bf8266921c","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"700f5c3d385deed2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700f5c3d385deed2","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"ea5c3d81197f2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea5c3d81197f2c6c","status":"passed","time":{"start":1707775602033,"stop":1707775602037,"duration":4}},{"uid":"10e47298076e3250","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10e47298076e3250","status":"passed","time":{"start":1707775390246,"stop":1707775390247,"duration":1}},{"uid":"49c90b7e82bd9969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c90b7e82bd9969","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1}},{"uid":"54ee003485c6621a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54ee003485c6621a","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"6d8e45413cf58c6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d8e45413cf58c6e","status":"passed","time":{"start":1707760301824,"stop":1707760301825,"duration":1}},{"uid":"2b821c3f039a7c93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b821c3f039a7c93","status":"passed","time":{"start":1707758006721,"stop":1707758006722,"duration":1}},{"uid":"c88165ae9ea58944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88165ae9ea58944","status":"passed","time":{"start":1707756617057,"stop":1707756617058,"duration":1}},{"uid":"ee95c104d72b8f40","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ee95c104d72b8f40","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"331b5c5d9fca2658","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/331b5c5d9fca2658","status":"passed","time":{"start":1707753782776,"stop":1707753782777,"duration":1}},{"uid":"39501c8fa1c118cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39501c8fa1c118cb","status":"passed","time":{"start":1707751162322,"stop":1707751162322,"duration":0}},{"uid":"8cb3fe267bd19bb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cb3fe267bd19bb3","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"49fc8b7268cbece5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49fc8b7268cbece5","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a45c6f062fd525b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a45c6f062fd525b","status":"passed","time":{"start":1707777754561,"stop":1707777754561,"duration":0}},{"uid":"d318bc1d6d9708dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d318bc1d6d9708dc","status":"passed","time":{"start":1707775031070,"stop":1707775031070,"duration":0}},{"uid":"d8d80e926f029534","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d80e926f029534","status":"passed","time":{"start":1707774832648,"stop":1707774832648,"duration":0}},{"uid":"3ef4943e24c30e62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef4943e24c30e62","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"duration":0}},{"uid":"de7775779f71d49c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7775779f71d49c","status":"passed","time":{"start":1707769632864,"stop":1707769632865,"duration":1}},{"uid":"6689b988925b6bea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6689b988925b6bea","status":"passed","time":{"start":1707759727624,"stop":1707759727624,"duration":0}},{"uid":"27e99e794c0bbdc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e99e794c0bbdc7","status":"passed","time":{"start":1707757422396,"stop":1707757422397,"duration":1}},{"uid":"262d1a9113902445","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/262d1a9113902445","status":"passed","time":{"start":1707756051814,"stop":1707756051814,"duration":0}},{"uid":"93a3814831ead3a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/93a3814831ead3a1","status":"passed","time":{"start":1707753470069,"stop":1707753470070,"duration":1}},{"uid":"70e24a93f3bf9625","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70e24a93f3bf9625","status":"passed","time":{"start":1707753198800,"stop":1707753198801,"duration":1}},{"uid":"226199aee1ead637","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/226199aee1ead637","status":"passed","time":{"start":1707750599088,"stop":1707750599088,"duration":0}},{"uid":"d42d90ac836e92a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d42d90ac836e92a7","status":"passed","time":{"start":1707736516544,"stop":1707736516544,"duration":0}},{"uid":"14ba5d670bc3cfdf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/14ba5d670bc3cfdf","status":"passed","time":{"start":1707735697895,"stop":1707735697895,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e412e5f92c659103","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e412e5f92c659103","status":"passed","time":{"start":1707778251799,"stop":1707778251799,"duration":0}},{"uid":"e0bede4c842af627","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0bede4c842af627","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"8420304f5ee66a14","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8420304f5ee66a14","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"be1cecd6c0a67c2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be1cecd6c0a67c2","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"5a536d05816e8a32","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a536d05816e8a32","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"88efb8e48b5edb3a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88efb8e48b5edb3a","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"62cc60646fdeaeb8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62cc60646fdeaeb8","status":"passed","time":{"start":1707757921499,"stop":1707757921499,"duration":0}},{"uid":"9e5e26571e82ec88","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e5e26571e82ec88","status":"passed","time":{"start":1707756552029,"stop":1707756552029,"duration":0}},{"uid":"5bb51f1165d0a361","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bb51f1165d0a361","status":"passed","time":{"start":1707753853539,"stop":1707753853540,"duration":1}},{"uid":"e2709ba001c33070","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2709ba001c33070","status":"passed","time":{"start":1707753708971,"stop":1707753708972,"duration":1}},{"uid":"76e307002d2d4d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76e307002d2d4d3","status":"passed","time":{"start":1707751075911,"stop":1707751075912,"duration":1}},{"uid":"445660340bb8fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/445660340bb8fe67","status":"passed","time":{"start":1707737000812,"stop":1707737000813,"duration":1}},{"uid":"30594c447482a12f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30594c447482a12f","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"58f3065215900d8b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58f3065215900d8b","status":"passed","time":{"start":1707777837225,"stop":1707777837225,"duration":0}},{"uid":"6cbe19d676ec1464","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cbe19d676ec1464","status":"passed","time":{"start":1707775113060,"stop":1707775113060,"duration":0}},{"uid":"6dbbddef72566836","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6dbbddef72566836","status":"passed","time":{"start":1707774908736,"stop":1707774908736,"duration":0}},{"uid":"ff6afaa72a550ac3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff6afaa72a550ac3","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"duration":0}},{"uid":"20b0a2df7092156d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20b0a2df7092156d","status":"passed","time":{"start":1707769706674,"stop":1707769706674,"duration":0}},{"uid":"95c7b0c32e3c4c36","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95c7b0c32e3c4c36","status":"passed","time":{"start":1707759811411,"stop":1707759811411,"duration":0}},{"uid":"64debe3fd3a7448b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/64debe3fd3a7448b","status":"passed","time":{"start":1707757504687,"stop":1707757504687,"duration":0}},{"uid":"4a7923d618570dc5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4a7923d618570dc5","status":"passed","time":{"start":1707756131521,"stop":1707756131521,"duration":0}},{"uid":"b8f2da74da65a074","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8f2da74da65a074","status":"passed","time":{"start":1707753284218,"stop":1707753284219,"duration":1}},{"uid":"35e56e01ce15c786","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35e56e01ce15c786","status":"passed","time":{"start":1707736597191,"stop":1707736597192,"duration":1}},{"uid":"5c2338afcbc3f7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c2338afcbc3f7b1","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd1a6908ffadd7c0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1a6908ffadd7c0","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"c03158dcba127035","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c03158dcba127035","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"2a335b31b8d738c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2a335b31b8d738c0","status":"passed","time":{"start":1707775494267,"stop":1707775494268,"duration":1}},{"uid":"47615cc5d7462394","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47615cc5d7462394","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"1ede44f247996981","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ede44f247996981","status":"passed","time":{"start":1707770238678,"stop":1707770238679,"duration":1}},{"uid":"a1fb01700459d457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a1fb01700459d457","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"b5b6d5d08759bec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5b6d5d08759bec","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"5228aa121f7dca7b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5228aa121f7dca7b","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"b904490a7a521abb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b904490a7a521abb","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"8aa5e4a42aa78b3c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8aa5e4a42aa78b3c","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"7e8e2ade0c7d630","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e8e2ade0c7d630","status":"passed","time":{"start":1707751228954,"stop":1707751228955,"duration":1}},{"uid":"46462270de05a309","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46462270de05a309","status":"passed","time":{"start":1707737173812,"stop":1707737173813,"duration":1}},{"uid":"b3d758fc691acf86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b3d758fc691acf86","status":"passed","time":{"start":1707736353030,"stop":1707736353031,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7402ac71bbca2bc0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7402ac71bbca2bc0","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"9abd5bc296183ea5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9abd5bc296183ea5","status":"passed","time":{"start":1707775395379,"stop":1707775395379,"duration":0}},{"uid":"b3aed33fd670aad3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3aed33fd670aad3","status":"passed","time":{"start":1707775205632,"stop":1707775205633,"duration":1}},{"uid":"d568a7ca14bfe776","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d568a7ca14bfe776","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"duration":1}},{"uid":"d95dfefbd94a1e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d95dfefbd94a1e7","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"ee938d8d7170fa1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee938d8d7170fa1d","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"52b407f169bb68e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52b407f169bb68e0","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"be5ee034110fe2c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be5ee034110fe2c6","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2ab49a71bf2330f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ab49a71bf2330f","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"17f840432304b23c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f840432304b23c","status":"passed","time":{"start":1707753573532,"stop":1707753573532,"duration":0}},{"uid":"64cd95bb390168e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64cd95bb390168e2","status":"passed","time":{"start":1707750953983,"stop":1707750953983,"duration":0}},{"uid":"ad6fbabc6475f51e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad6fbabc6475f51e","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"c785824fd58e2a65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c785824fd58e2a65","status":"passed","time":{"start":1707736081274,"stop":1707736081275,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"1e93f996f7e3d0d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e93f996f7e3d0d8","status":"passed","time":{"start":1707777837224,"stop":1707777837225,"duration":1}},{"uid":"1ed2519a3687c6e0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ed2519a3687c6e0","status":"passed","time":{"start":1707775113059,"stop":1707775113059,"duration":0}},{"uid":"95dc65e711024e5c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/95dc65e711024e5c","status":"passed","time":{"start":1707774908735,"stop":1707774908735,"duration":0}},{"uid":"635524e40cec34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/635524e40cec34de","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"duration":1}},{"uid":"d02bb577147709a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d02bb577147709a1","status":"passed","time":{"start":1707769706670,"stop":1707769706671,"duration":1}},{"uid":"13df5a129103b550","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13df5a129103b550","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"cb9656ffa554d31f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cb9656ffa554d31f","status":"passed","time":{"start":1707757504686,"stop":1707757504687,"duration":1}},{"uid":"637a175589b86172","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/637a175589b86172","status":"passed","time":{"start":1707756131520,"stop":1707756131521,"duration":1}},{"uid":"c98dc76fbc200dc1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c98dc76fbc200dc1","status":"passed","time":{"start":1707753284217,"stop":1707753284218,"duration":1}},{"uid":"1d4dcc308f61dd88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d4dcc308f61dd88","status":"passed","time":{"start":1707736597191,"stop":1707736597191,"duration":0}},{"uid":"f7c8e315ee556011","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7c8e315ee556011","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e07c8eaea26a4501","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e07c8eaea26a4501","status":"passed","time":{"start":1707778413520,"stop":1707778413521,"duration":1}},{"uid":"46b0e8bd514e8542","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46b0e8bd514e8542","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"af1c9dc17aab9e3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1c9dc17aab9e3a","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"3aa2fe4d88f9f37f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa2fe4d88f9f37f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"979b484b368048b8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/979b484b368048b8","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"b6cdeec83c7f6e50","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6cdeec83c7f6e50","status":"passed","time":{"start":1707760374679,"stop":1707760374680,"duration":1}},{"uid":"c2775147ea5770df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2775147ea5770df","status":"passed","time":{"start":1707758004326,"stop":1707758004327,"duration":1}},{"uid":"148ea5337c01bdcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/148ea5337c01bdcd","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"3922e26334fb8b59","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3922e26334fb8b59","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"a91a6d916b67b8dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a91a6d916b67b8dd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"32a3a7a0f46ebcf2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32a3a7a0f46ebcf2","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"69986bf8a22a0f71","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69986bf8a22a0f71","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b47d2e013e2bcc50","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b47d2e013e2bcc50","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b4e79fec4f9614c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4e79fec4f9614c","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"2336bb6c6d00264e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2336bb6c6d00264e","status":"passed","time":{"start":1707775046372,"stop":1707775046372,"duration":0}},{"uid":"3a526845d3ed953f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3a526845d3ed953f","status":"passed","time":{"start":1707774848383,"stop":1707774848384,"duration":1}},{"uid":"330140cc20b63249","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/330140cc20b63249","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0}},{"uid":"f1a469f6a427a45a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f1a469f6a427a45a","status":"passed","time":{"start":1707769648573,"stop":1707769648573,"duration":0}},{"uid":"5de03d2c4765c724","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de03d2c4765c724","status":"passed","time":{"start":1707759743253,"stop":1707759743254,"duration":1}},{"uid":"a7a3ca7c6b9be22e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a7a3ca7c6b9be22e","status":"passed","time":{"start":1707757438367,"stop":1707757438368,"duration":1}},{"uid":"13d8b07210bf1b75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13d8b07210bf1b75","status":"passed","time":{"start":1707756067009,"stop":1707756067010,"duration":1}},{"uid":"a021edfa215b3b9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a021edfa215b3b9e","status":"passed","time":{"start":1707753485650,"stop":1707753485650,"duration":0}},{"uid":"8c0fb04ddff7e10d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c0fb04ddff7e10d","status":"passed","time":{"start":1707753214695,"stop":1707753214696,"duration":1}},{"uid":"aea4ec7551c03ed6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aea4ec7551c03ed6","status":"passed","time":{"start":1707750614688,"stop":1707750614688,"duration":0}},{"uid":"55214233f8a30f3a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55214233f8a30f3a","status":"passed","time":{"start":1707736532273,"stop":1707736532274,"duration":1}},{"uid":"9906a74ff75355ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906a74ff75355ed","status":"passed","time":{"start":1707735714123,"stop":1707735714124,"duration":1}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ce23e095eb8108f6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ce23e095eb8108f6","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"7cd48e6d8bf0f2f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cd48e6d8bf0f2f5","status":"passed","time":{"start":1707775040234,"stop":1707775040234,"duration":0}},{"uid":"fb35a6e51279c239","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb35a6e51279c239","status":"passed","time":{"start":1707774842094,"stop":1707774842095,"duration":1}},{"uid":"58ac133c8e486853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58ac133c8e486853","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1}},{"uid":"eefa5ba321084826","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eefa5ba321084826","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"c1dceeef3de76cf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1dceeef3de76cf1","status":"passed","time":{"start":1707759737040,"stop":1707759737040,"duration":0}},{"uid":"f90f5e2f511a5863","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f90f5e2f511a5863","status":"passed","time":{"start":1707757431979,"stop":1707757431979,"duration":0}},{"uid":"ed594027b72b15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed594027b72b15","status":"passed","time":{"start":1707756061066,"stop":1707756061066,"duration":0}},{"uid":"63bdc5eaf50a69a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/63bdc5eaf50a69a8","status":"passed","time":{"start":1707753479613,"stop":1707753479613,"duration":0}},{"uid":"9cffab13c5e3416d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cffab13c5e3416d","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"23e2b7b91ab49eb2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23e2b7b91ab49eb2","status":"passed","time":{"start":1707750608630,"stop":1707750608630,"duration":0}},{"uid":"120d7f70caa8cb08","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120d7f70caa8cb08","status":"passed","time":{"start":1707736525924,"stop":1707736525924,"duration":0}},{"uid":"22bdea63154819a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22bdea63154819a8","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"fefed1428bd4e58f4ce5c311cb64fd32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e709a182e1ed333","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e709a182e1ed333","status":"passed","time":{"start":1707758023544,"stop":1707758023544,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d348a7e5459a76b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d348a7e5459a76b","status":"passed","time":{"start":1707778332047,"stop":1707778332048,"duration":1}},{"uid":"685d1f2cbaf5a69e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/685d1f2cbaf5a69e","status":"passed","time":{"start":1707775601724,"stop":1707775601724,"duration":0}},{"uid":"d39ab7f632584020","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d39ab7f632584020","status":"passed","time":{"start":1707775415217,"stop":1707775415218,"duration":1}},{"uid":"e9144f5bd60b8cf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9144f5bd60b8cf7","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1}},{"uid":"527425428874a6c1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/527425428874a6c1","status":"passed","time":{"start":1707770103217,"stop":1707770103218,"duration":1}},{"uid":"9bea8d4ff46364a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9bea8d4ff46364a3","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"9231cb8ea212d886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9231cb8ea212d886","status":"passed","time":{"start":1707757995153,"stop":1707757995153,"duration":0}},{"uid":"616eb447454b9397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/616eb447454b9397","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"99d0f606955de1f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99d0f606955de1f6","status":"passed","time":{"start":1707753925424,"stop":1707753925424,"duration":0}},{"uid":"d82b9123a9251c89","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d82b9123a9251c89","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"715a4bd38f742b65","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/715a4bd38f742b65","status":"passed","time":{"start":1707751137100,"stop":1707751137101,"duration":1}},{"uid":"c90b0caa684f7fcf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90b0caa684f7fcf","status":"passed","time":{"start":1707737056797,"stop":1707737056797,"duration":0}},{"uid":"74071c3cbf9752cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74071c3cbf9752cb","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66c7e45ceb94795b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66c7e45ceb94795b","status":"passed","time":{"start":1707777826931,"stop":1707777826932,"duration":1}},{"uid":"bc9c091975c7257f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc9c091975c7257f","status":"passed","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"2d4f578f31aedf49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d4f578f31aedf49","status":"passed","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"2eb18715fa5f66c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eb18715fa5f66c","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"ad7a12fb3bb8a40d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad7a12fb3bb8a40d","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"900568dbb8b54145","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/900568dbb8b54145","status":"passed","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"de15029953855211","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de15029953855211","status":"passed","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"39f9fd699ad37cf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39f9fd699ad37cf2","status":"passed","time":{"start":1707756124837,"stop":1707756124838,"duration":1}},{"uid":"bef0ae34d9a2b510","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bef0ae34d9a2b510","status":"passed","time":{"start":1707753544140,"stop":1707753544140,"duration":0}},{"uid":"a6ae73009c445a03","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6ae73009c445a03","status":"passed","time":{"start":1707753273865,"stop":1707753273866,"duration":1}},{"uid":"57633ea32742b3ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57633ea32742b3ca","status":"passed","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"ce5d1a577cc7ffb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ce5d1a577cc7ffb3","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"5b7d08154260ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b7d08154260ba26","status":"passed","time":{"start":1707735772597,"stop":1707735772597,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a613d874e0244a88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a613d874e0244a88","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"d10ff06ba2dc5ec0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10ff06ba2dc5ec0","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"fd13d4d4ba7758b3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd13d4d4ba7758b3","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"5d27da565a025076","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d27da565a025076","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"f5fcb8f95b6fdb6f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5fcb8f95b6fdb6f","status":"passed","time":{"start":1707770238696,"stop":1707770238697,"duration":1}},{"uid":"bf11348dcc014fc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf11348dcc014fc4","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"d06d98e1f399b127","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d06d98e1f399b127","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"699786690c0c0496","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/699786690c0c0496","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"81c9e1586aeb9b81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81c9e1586aeb9b81","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b9f35718388e2e84","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9f35718388e2e84","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"399fa10a6a98a4b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/399fa10a6a98a4b7","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"656046a699b6da1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/656046a699b6da1d","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c2aeaff9fa299fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c2aeaff9fa299fd","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"214036e05f520303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/214036e05f520303","status":"passed","time":{"start":1707775545746,"stop":1707775545746,"duration":0}},{"uid":"31b4c1b2cca8063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/31b4c1b2cca8063e","status":"passed","time":{"start":1707775359954,"stop":1707775359955,"duration":1}},{"uid":"950a82e7db5fffd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/950a82e7db5fffd9","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1}},{"uid":"4b0870e811d3b312","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b0870e811d3b312","status":"passed","time":{"start":1707770099498,"stop":1707770099498,"duration":0}},{"uid":"c7f7d3f7c59eea70","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7f7d3f7c59eea70","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"749eb9d5524ddb5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/749eb9d5524ddb5d","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"9644e3bd1c26271a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9644e3bd1c26271a","status":"passed","time":{"start":1707756564914,"stop":1707756564914,"duration":0}},{"uid":"e20bfa4db6a6350b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e20bfa4db6a6350b","status":"passed","time":{"start":1707753906984,"stop":1707753906986,"duration":2}},{"uid":"780ae8e104ca31c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/780ae8e104ca31c0","status":"passed","time":{"start":1707753724177,"stop":1707753724178,"duration":1}},{"uid":"33c8540d88b84d9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33c8540d88b84d9e","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"33fef2b15605c1ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33fef2b15605c1ee","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"5e5333273a83fb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e5333273a83fb47","status":"passed","time":{"start":1707736227470,"stop":1707736227473,"duration":3}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"25f5bf7fb089f314","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25f5bf7fb089f314","status":"passed","time":{"start":1707777787223,"stop":1707777787224,"duration":1}},{"uid":"a8d666b30b545e14","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8d666b30b545e14","status":"passed","time":{"start":1707775063037,"stop":1707775063040,"duration":3}},{"uid":"2923b311eda2dc7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2923b311eda2dc7e","status":"passed","time":{"start":1707774865146,"stop":1707774865148,"duration":2}},{"uid":"bc4d348410f58c07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc4d348410f58c07","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"duration":1}},{"uid":"517dedce1ca1f72d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/517dedce1ca1f72d","status":"passed","time":{"start":1707769665341,"stop":1707769665342,"duration":1}},{"uid":"a6e296cdb487c648","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6e296cdb487c648","status":"passed","time":{"start":1707759759738,"stop":1707759759740,"duration":2}},{"uid":"b646144cba6eff87","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b646144cba6eff87","status":"passed","time":{"start":1707757455906,"stop":1707757455910,"duration":4}},{"uid":"cee86ba90f47c14d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cee86ba90f47c14d","status":"passed","time":{"start":1707756084431,"stop":1707756084432,"duration":1}},{"uid":"ccc8566d264e75dc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ccc8566d264e75dc","status":"passed","time":{"start":1707753503426,"stop":1707753503428,"duration":2}},{"uid":"afc65376df20f3b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc65376df20f3b3","status":"passed","time":{"start":1707753233564,"stop":1707753233565,"duration":1}},{"uid":"c984e5a59e71db96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c984e5a59e71db96","status":"passed","time":{"start":1707750631903,"stop":1707750631904,"duration":1}},{"uid":"7c71a76d3f9de8ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c71a76d3f9de8ef","status":"passed","time":{"start":1707736548883,"stop":1707736548884,"duration":1}},{"uid":"1bfb1aa4c9cea3a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bfb1aa4c9cea3a9","status":"passed","time":{"start":1707735732433,"stop":1707735732434,"duration":1}}]},"3a6a2bd3df95aab72aa5ec00429554ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7aa7d825e4e84d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7aa7d825e4e84d5","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c07eaca7f7eb19c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c07eaca7f7eb19c","status":"passed","time":{"start":1707777770857,"stop":1707777770857,"duration":0}},{"uid":"c25e4affb2cfeb63","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c25e4affb2cfeb63","status":"passed","time":{"start":1707775046908,"stop":1707775046908,"duration":0}},{"uid":"e3fcc621df61302d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e3fcc621df61302d","status":"passed","time":{"start":1707774848913,"stop":1707774848913,"duration":0}},{"uid":"b072e0a8c9644429","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b072e0a8c9644429","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0}},{"uid":"eb254144abbd8b28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb254144abbd8b28","status":"passed","time":{"start":1707769649006,"stop":1707769649006,"duration":0}},{"uid":"fe105a3502eac439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe105a3502eac439","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"96fd6ec8abe5f3c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96fd6ec8abe5f3c9","status":"passed","time":{"start":1707757438819,"stop":1707757438819,"duration":0}},{"uid":"7704f0f80c27a0e5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7704f0f80c27a0e5","status":"passed","time":{"start":1707756067672,"stop":1707756067673,"duration":1}},{"uid":"5eceda152816e271","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5eceda152816e271","status":"passed","time":{"start":1707753486286,"stop":1707753486287,"duration":1}},{"uid":"4b72030f5addd3ad","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b72030f5addd3ad","status":"passed","time":{"start":1707753215213,"stop":1707753215214,"duration":1}},{"uid":"952ba57ed3cbb136","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/952ba57ed3cbb136","status":"passed","time":{"start":1707750615194,"stop":1707750615195,"duration":1}},{"uid":"92f62e221c6102f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/92f62e221c6102f2","status":"passed","time":{"start":1707736532652,"stop":1707736532652,"duration":0}},{"uid":"cc6a091c69dec567","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc6a091c69dec567","status":"passed","time":{"start":1707735714498,"stop":1707735714498,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2501469f26a43a10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2501469f26a43a10","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"6ae62362de3d6e52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ae62362de3d6e52","status":"passed","time":{"start":1707775258447,"stop":1707775258447,"duration":0}},{"uid":"a23bee210f8e3dfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a23bee210f8e3dfa","status":"passed","time":{"start":1707775081978,"stop":1707775081978,"duration":0}},{"uid":"24a70cd808154fea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24a70cd808154fea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"26eef40180c90742","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26eef40180c90742","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"fb7c9693d42c13e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7c9693d42c13e7","status":"passed","time":{"start":1707759921443,"stop":1707759921444,"duration":1}},{"uid":"2d798942fdced780","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d798942fdced780","status":"passed","time":{"start":1707757624865,"stop":1707757624865,"duration":0}},{"uid":"243525c54ccce54a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/243525c54ccce54a","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"7233d462886e1f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7233d462886e1f6a","status":"passed","time":{"start":1707753651131,"stop":1707753651132,"duration":1}},{"uid":"483ea2a3fb481696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/483ea2a3fb481696","status":"passed","time":{"start":1707753409575,"stop":1707753409576,"duration":1}},{"uid":"c0c9346ded7b849f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0c9346ded7b849f","status":"passed","time":{"start":1707736708312,"stop":1707736708313,"duration":1}},{"uid":"9bae4e2d34506452","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9bae4e2d34506452","status":"passed","time":{"start":1707735914375,"stop":1707735914376,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b21c1c3956e6b10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b21c1c3956e6b10","status":"passed","time":{"start":1707778338833,"stop":1707778338834,"duration":1}},{"uid":"d9c21ca75d858d16","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9c21ca75d858d16","status":"passed","time":{"start":1707775602014,"stop":1707775602015,"duration":1}},{"uid":"9b80e186db7600be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b80e186db7600be","status":"passed","time":{"start":1707775390222,"stop":1707775390223,"duration":1}},{"uid":"b48097c0873ddc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b48097c0873ddc57","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0}},{"uid":"8c6567581ca7e472","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8c6567581ca7e472","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"c50c43576f2184d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c50c43576f2184d5","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"e973b9215af39745","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e973b9215af39745","status":"passed","time":{"start":1707756617034,"stop":1707756617035,"duration":1}},{"uid":"a097a3ea5ac740e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a097a3ea5ac740e8","status":"passed","time":{"start":1707753988875,"stop":1707753988876,"duration":1}},{"uid":"a63e8391279a67b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a63e8391279a67b8","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"4fd74b086ff84f75","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4fd74b086ff84f75","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"3e6c212c163ffd51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e6c212c163ffd51","status":"passed","time":{"start":1707737091298,"stop":1707737091298,"duration":0}},{"uid":"9dd68ea355e4f216","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9dd68ea355e4f216","status":"passed","time":{"start":1707736260119,"stop":1707736260120,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d501b91992439533","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d501b91992439533","status":"passed","time":{"start":1707778381875,"stop":1707778381875,"duration":0}},{"uid":"b3e5ec6f9f84af93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3e5ec6f9f84af93","status":"passed","time":{"start":1707775653209,"stop":1707775653209,"duration":0}},{"uid":"d1e9121492024675","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e9121492024675","status":"passed","time":{"start":1707775455220,"stop":1707775455221,"duration":1}},{"uid":"9064372f064289bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9064372f064289bc","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0}},{"uid":"7c51184c0bdd93f5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7c51184c0bdd93f5","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"9e92ecbe6f8c85a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e92ecbe6f8c85a2","status":"passed","time":{"start":1707760345983,"stop":1707760345984,"duration":1}},{"uid":"1c467e96f666d6ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c467e96f666d6ea","status":"passed","time":{"start":1707758029746,"stop":1707758029747,"duration":1}},{"uid":"e5c90cf897f7a9c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e5c90cf897f7a9c1","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"ed0aaa8a5c21b1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0aaa8a5c21b1d","status":"passed","time":{"start":1707753981527,"stop":1707753981527,"duration":0}},{"uid":"a334237c5247b569","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a334237c5247b569","status":"passed","time":{"start":1707753832681,"stop":1707753832681,"duration":0}},{"uid":"ebd556c4dd2de95f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ebd556c4dd2de95f","status":"passed","time":{"start":1707751154820,"stop":1707751154821,"duration":1}},{"uid":"fc8db6d9a7de5c5c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc8db6d9a7de5c5c","status":"passed","time":{"start":1707737128059,"stop":1707737128060,"duration":1}},{"uid":"c2e2e1f7d5ecef15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c2e2e1f7d5ecef15","status":"passed","time":{"start":1707736326982,"stop":1707736326983,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b1fea6055c94d2d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1fea6055c94d2d","status":"passed","time":{"start":1707778386473,"stop":1707778386474,"duration":1}},{"uid":"db74b286839dc5bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/db74b286839dc5bb","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"a12fc426de4f8a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a12fc426de4f8a9e","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"ea7686ce0c87fe97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea7686ce0c87fe97","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"32a23b972e3dd436","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32a23b972e3dd436","status":"passed","time":{"start":1707770208540,"stop":1707770208541,"duration":1}},{"uid":"8a40fc48e207c47d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8a40fc48e207c47d","status":"passed","time":{"start":1707760335939,"stop":1707760335940,"duration":1}},{"uid":"febbf94f66caabb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/febbf94f66caabb","status":"passed","time":{"start":1707758023527,"stop":1707758023527,"duration":0}},{"uid":"6f25af2fc46917b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f25af2fc46917b1","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"2cdce50320416c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2cdce50320416c7","status":"passed","time":{"start":1707753837160,"stop":1707753837161,"duration":1}},{"uid":"2b90608c5de81ba0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b90608c5de81ba0","status":"passed","time":{"start":1707751136278,"stop":1707751136279,"duration":1}},{"uid":"f9da68a169dca544","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9da68a169dca544","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"f71b9bd8a16429ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f71b9bd8a16429ac","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"9a7a54d354208e38a07193e6729de93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91419a88eacc2269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91419a88eacc2269","status":"passed","time":{"start":1707753423539,"stop":1707753423539,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a52dcff342f8e6f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a52dcff342f8e6f8","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"f4f3819699aa97ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f4f3819699aa97ec","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"783026d2bde16c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/783026d2bde16c3d","status":"passed","time":{"start":1707774842472,"stop":1707774842472,"duration":0}},{"uid":"97de0b388edadabb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97de0b388edadabb","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"31e34c4af6a0d724","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31e34c4af6a0d724","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"106f1a7080d956b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/106f1a7080d956b4","status":"passed","time":{"start":1707759737377,"stop":1707759737377,"duration":0}},{"uid":"f97465905c0c2b63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f97465905c0c2b63","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"36f2c87a64a38d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36f2c87a64a38d27","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"6bc7f78af2428db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bc7f78af2428db","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"58b77e5c3e3c8b24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/58b77e5c3e3c8b24","status":"passed","time":{"start":1707753208671,"stop":1707753208672,"duration":1}},{"uid":"701498867e42117b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/701498867e42117b","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"e9f232fecfc079d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9f232fecfc079d1","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"fcbcb003872e5709","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcbcb003872e5709","status":"passed","time":{"start":1707735708005,"stop":1707735708006,"duration":1}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b905c0424d244c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b905c0424d244c5","status":"passed","time":{"start":1707777749084,"stop":1707777749086,"duration":2}},{"uid":"d40797d14f21c098","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d40797d14f21c098","status":"passed","time":{"start":1707775025518,"stop":1707775025519,"duration":1}},{"uid":"e7ef4e1eb91b8240","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7ef4e1eb91b8240","status":"passed","time":{"start":1707774827053,"stop":1707774827054,"duration":1}},{"uid":"30adc7e787a820d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30adc7e787a820d8","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"duration":1}},{"uid":"4a2f3ca01b28c843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4a2f3ca01b28c843","status":"passed","time":{"start":1707769627285,"stop":1707769627285,"duration":0}},{"uid":"9463966830a30c9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9463966830a30c9c","status":"passed","time":{"start":1707759722019,"stop":1707759722020,"duration":1}},{"uid":"14b797e5e548ffdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14b797e5e548ffdb","status":"passed","time":{"start":1707757416829,"stop":1707757416830,"duration":1}},{"uid":"4afad99bd3540f8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4afad99bd3540f8e","status":"passed","time":{"start":1707756046589,"stop":1707756046589,"duration":0}},{"uid":"863381bc715441e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/863381bc715441e7","status":"passed","time":{"start":1707753464661,"stop":1707753464662,"duration":1}},{"uid":"ba5645254416d602","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba5645254416d602","status":"passed","time":{"start":1707753192927,"stop":1707753192928,"duration":1}},{"uid":"ae813215e1f88495","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae813215e1f88495","status":"passed","time":{"start":1707750593500,"stop":1707750593501,"duration":1}},{"uid":"6a05dd11e2e923a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6a05dd11e2e923a4","status":"passed","time":{"start":1707736510871,"stop":1707736510872,"duration":1}},{"uid":"1bf770aa4354be9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf770aa4354be9d","status":"passed","time":{"start":1707735692278,"stop":1707735692279,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7618cf8f0e801c4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7618cf8f0e801c4","status":"passed","time":{"start":1707777798758,"stop":1707777798759,"duration":1}},{"uid":"671fe9dfb06f7892","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/671fe9dfb06f7892","status":"passed","time":{"start":1707775072145,"stop":1707775072150,"duration":5}},{"uid":"c0ad49c4064f7960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c0ad49c4064f7960","status":"passed","time":{"start":1707774880418,"stop":1707774880419,"duration":1}},{"uid":"daffbec1b627121a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daffbec1b627121a","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"duration":1}},{"uid":"50117c4f836acd6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/50117c4f836acd6a","status":"passed","time":{"start":1707769677702,"stop":1707769677702,"duration":0}},{"uid":"87c3c8697cf08884","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87c3c8697cf08884","status":"passed","time":{"start":1707759769672,"stop":1707759769673,"duration":1}},{"uid":"88f16f8bdce4af1b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88f16f8bdce4af1b","status":"passed","time":{"start":1707757468637,"stop":1707757468638,"duration":1}},{"uid":"a53941c67e2a9da0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a53941c67e2a9da0","status":"passed","time":{"start":1707756096175,"stop":1707756096176,"duration":1}},{"uid":"3e5e7353f457ac32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3e5e7353f457ac32","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"2041dff6fdbe954e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2041dff6fdbe954e","status":"passed","time":{"start":1707753244714,"stop":1707753244726,"duration":12}},{"uid":"9a9c2cb84aa41fb1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a9c2cb84aa41fb1","status":"passed","time":{"start":1707750643519,"stop":1707750643519,"duration":0}},{"uid":"436572258f3afd8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/436572258f3afd8d","status":"passed","time":{"start":1707736558645,"stop":1707736558645,"duration":0}},{"uid":"f2d4f40760ab4b29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2d4f40760ab4b29","status":"passed","time":{"start":1707735743489,"stop":1707735743489,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f9e84da7bbedb5b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9e84da7bbedb5b7","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"dab76a8aa17d29b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dab76a8aa17d29b7","status":"passed","time":{"start":1707775395376,"stop":1707775395376,"duration":0}},{"uid":"1c30c1274813208e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c30c1274813208e","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"607465fa1522425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/607465fa1522425","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0}},{"uid":"12acf07c377ae1ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12acf07c377ae1ea","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"a4beaa50a968b9c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a4beaa50a968b9c1","status":"passed","time":{"start":1707760095403,"stop":1707760095403,"duration":0}},{"uid":"b41daf3ff5b036cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b41daf3ff5b036cd","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}},{"uid":"ecbf24d6d90ac771","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ecbf24d6d90ac771","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}},{"uid":"b2ba126c21cd2880","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ba126c21cd2880","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}},{"uid":"ef431645cd612040","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef431645cd612040","status":"passed","time":{"start":1707753573529,"stop":1707753573530,"duration":1}},{"uid":"4515d4bc7887fd8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4515d4bc7887fd8a","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"71cfcb935a025089","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71cfcb935a025089","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"3d9e4f3bffac54b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d9e4f3bffac54b","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5ed9123441e20f8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ed9123441e20f8c","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"a7739ed5dd729f5b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7739ed5dd729f5b","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"a6551b05bebc6b54","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6551b05bebc6b54","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"4456f65203e61181","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4456f65203e61181","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"duration":1}},{"uid":"2940a894d62b951b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2940a894d62b951b","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"7052f5e5c8785c04","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7052f5e5c8785c04","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"3be53be03262a5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3be53be03262a5d","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"61914dc63f6e6b4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61914dc63f6e6b4b","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"e9c1418e766ce4aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c1418e766ce4aa","status":"passed","time":{"start":1707753781758,"stop":1707753781759,"duration":1}},{"uid":"c0be4210512971e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0be4210512971e8","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"6ab7e24d8d90742d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab7e24d8d90742d","status":"passed","time":{"start":1707750940662,"stop":1707750940662,"duration":0}},{"uid":"e2be6cd69d490832","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2be6cd69d490832","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"674a9f77feb8bf1e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/674a9f77feb8bf1e","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"55e84292f261a928","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/55e84292f261a928","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"cebcca9579cf4285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cebcca9579cf4285","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6bde50e3877d16b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6bde50e3877d16b7","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"4cf5e9c6c7fabeaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cf5e9c6c7fabeaa","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"f11d11a62a482ccd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f11d11a62a482ccd","status":"passed","time":{"start":1707770238697,"stop":1707770238698,"duration":1}},{"uid":"9891ed80542763dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9891ed80542763dd","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"d0bb5baca8dd1a7f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0bb5baca8dd1a7f","status":"passed","time":{"start":1707756690174,"stop":1707756690175,"duration":1}},{"uid":"4369d6114d70cfcd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4369d6114d70cfcd","status":"passed","time":{"start":1707754051798,"stop":1707754051799,"duration":1}},{"uid":"51d6675dbe8bceff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51d6675dbe8bceff","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d10757fb354cdacd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10757fb354cdacd","status":"passed","time":{"start":1707751228971,"stop":1707751228972,"duration":1}},{"uid":"458becef09eefc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/458becef09eefc","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"60261ae6b7aef958","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60261ae6b7aef958","status":"passed","time":{"start":1707736353050,"stop":1707736353051,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9759facc1f7ff581","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9759facc1f7ff581","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"a0802496f4fcf64c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0802496f4fcf64c","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"1fa37bc06e01b9ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fa37bc06e01b9ca","status":"passed","time":{"start":1707775494278,"stop":1707775494278,"duration":0}},{"uid":"c0acf8c6302641b2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0acf8c6302641b2","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"bcdd9e46f16dcf2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bcdd9e46f16dcf2c","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"91eee7965ddfa1d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91eee7965ddfa1d8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"d65013b3e6d63314","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d65013b3e6d63314","status":"passed","time":{"start":1707758004327,"stop":1707758004328,"duration":1}},{"uid":"ab20497c0193b174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab20497c0193b174","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"b384c21745e2d399","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b384c21745e2d399","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"9521e09d95a58bcf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9521e09d95a58bcf","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"60557d8b743b29bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60557d8b743b29bc","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"8a04b4221afa514f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a04b4221afa514f","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"ef0fb5dcb5df8585","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef0fb5dcb5df8585","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"96030efe950ca1508eff30d5d8c14bef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7e13ba6c6643939d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e13ba6c6643939d","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020602,"stop":1707751020602,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f25a16a9654b59c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f25a16a9654b59c","status":"passed","time":{"start":1707778058488,"stop":1707778058489,"duration":1}},{"uid":"ac99f437ed344208","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac99f437ed344208","status":"passed","time":{"start":1707775337149,"stop":1707775337150,"duration":1}},{"uid":"dfcdc0f84097de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dfcdc0f84097de","status":"passed","time":{"start":1707775143601,"stop":1707775143601,"duration":0}},{"uid":"51e1f12e2a18a5af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51e1f12e2a18a5af","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"duration":0}},{"uid":"c46cba1c53ed59a8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c46cba1c53ed59a8","status":"passed","time":{"start":1707769940209,"stop":1707769940211,"duration":2}},{"uid":"485af700e2a10c8c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/485af700e2a10c8c","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"5ec2cdbb893d3c29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2cdbb893d3c29","status":"passed","time":{"start":1707757736397,"stop":1707757736397,"duration":0}},{"uid":"bebf8a713edae173","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bebf8a713edae173","status":"passed","time":{"start":1707756352341,"stop":1707756352341,"duration":0}},{"uid":"13941702260e699c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13941702260e699c","status":"passed","time":{"start":1707753768710,"stop":1707753768710,"duration":0}},{"uid":"c9620413f19fb153","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9620413f19fb153","status":"passed","time":{"start":1707753512769,"stop":1707753512769,"duration":0}},{"uid":"10c24ef7321af869","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c24ef7321af869","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"457d35642c4f71b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/457d35642c4f71b1","status":"passed","time":{"start":1707736822683,"stop":1707736822683,"duration":0}},{"uid":"8b1b83b5fa779704","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b1b83b5fa779704","status":"passed","time":{"start":1707736014743,"stop":1707736014744,"duration":1}}]},"00aaedd91896ab777a074e3fec40e4e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9731c0ca2e867d0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9731c0ca2e867d0f","status":"passed","time":{"start":1707756617039,"stop":1707756617039,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67dd20a6552b36aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67dd20a6552b36aa","status":"passed","time":{"start":1707777749191,"stop":1707777749191,"duration":0}},{"uid":"3f97c3adf88dede2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f97c3adf88dede2","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"b1d744ebd7ae25b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b1d744ebd7ae25b","status":"passed","time":{"start":1707774827196,"stop":1707774827197,"duration":1}},{"uid":"89dc0033d91ddcb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89dc0033d91ddcb1","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5}},{"uid":"c545d21b8fae56e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c545d21b8fae56e3","status":"passed","time":{"start":1707769627358,"stop":1707769627358,"duration":0}},{"uid":"528f036ea5d0e87e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/528f036ea5d0e87e","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"87d3b3316f639c9e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/87d3b3316f639c9e","status":"passed","time":{"start":1707757416949,"stop":1707757416949,"duration":0}},{"uid":"166b088f61381327","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/166b088f61381327","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"c228531f799aede5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c228531f799aede5","status":"passed","time":{"start":1707753464783,"stop":1707753464784,"duration":1}},{"uid":"e7d8de0d92d124d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7d8de0d92d124d2","status":"passed","time":{"start":1707753193012,"stop":1707753193013,"duration":1}},{"uid":"353881c9a7193158","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/353881c9a7193158","status":"passed","time":{"start":1707750593663,"stop":1707750593663,"duration":0}},{"uid":"2d2fbc78a5672ec4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2fbc78a5672ec4","status":"passed","time":{"start":1707736511015,"stop":1707736511015,"duration":0}},{"uid":"98907ce76bd442a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98907ce76bd442a4","status":"passed","time":{"start":1707735692464,"stop":1707735692464,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ab1b7df7b0a54b81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab1b7df7b0a54b81","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"bbd0c3194b2fc420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bbd0c3194b2fc420","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"76683aff8223b281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76683aff8223b281","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"758dfe8d4da5bd0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/758dfe8d4da5bd0d","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"256a4dd6ac10e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/256a4dd6ac10e8","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"cc2c4b4e26571d20","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc2c4b4e26571d20","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"2d85af64b618a6fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d85af64b618a6fa","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"1f21503d14c9d42d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1f21503d14c9d42d","status":"passed","time":{"start":1707756664009,"stop":1707756664010,"duration":1}},{"uid":"d37228288be62540","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d37228288be62540","status":"passed","time":{"start":1707753837176,"stop":1707753837176,"duration":0}},{"uid":"76aedcd257d38112","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76aedcd257d38112","status":"passed","time":{"start":1707751136358,"stop":1707751136359,"duration":1}},{"uid":"8e1ae30bb0a8a2c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e1ae30bb0a8a2c8","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"db96aec456a9b96c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db96aec456a9b96c","status":"passed","time":{"start":1707736322664,"stop":1707736322665,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"efe2241ec9382eeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/efe2241ec9382eeb","status":"passed","time":{"start":1707777758302,"stop":1707777758303,"duration":1}},{"uid":"1c0326dcce45e528","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c0326dcce45e528","status":"passed","time":{"start":1707775034556,"stop":1707775034557,"duration":1}},{"uid":"b8481d5ba85271b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8481d5ba85271b9","status":"passed","time":{"start":1707774836326,"stop":1707774836327,"duration":1}},{"uid":"6b448eee5becd150","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b448eee5becd150","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1}},{"uid":"aa2cbd34880d944c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cbd34880d944c","status":"passed","time":{"start":1707769636532,"stop":1707769636533,"duration":1}},{"uid":"ba8042c815247c90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ba8042c815247c90","status":"passed","time":{"start":1707759731265,"stop":1707759731266,"duration":1}},{"uid":"aa5ee9611c0204d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa5ee9611c0204d9","status":"passed","time":{"start":1707757426113,"stop":1707757426114,"duration":1}},{"uid":"d2c0be35f8d3967e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2c0be35f8d3967e","status":"passed","time":{"start":1707756055493,"stop":1707756055495,"duration":2}},{"uid":"1e9b6ea72c3dcb38","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e9b6ea72c3dcb38","status":"passed","time":{"start":1707753473919,"stop":1707753473920,"duration":1}},{"uid":"f2a5fffba46cd4bf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2a5fffba46cd4bf","status":"passed","time":{"start":1707753202443,"stop":1707753202444,"duration":1}},{"uid":"b9255b7cc266a99b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9255b7cc266a99b","status":"passed","time":{"start":1707750602786,"stop":1707750602787,"duration":1}},{"uid":"4bd077a3c041b855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bd077a3c041b855","status":"passed","time":{"start":1707736520177,"stop":1707736520179,"duration":2}},{"uid":"5d949a7d8ef9a68e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d949a7d8ef9a68e","status":"passed","time":{"start":1707735701765,"stop":1707735701766,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"47c37fff8c05995c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47c37fff8c05995c","status":"passed","time":{"start":1707778058490,"stop":1707778058491,"duration":1}},{"uid":"6cf39fa23baa6d38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cf39fa23baa6d38","status":"passed","time":{"start":1707775337155,"stop":1707775337156,"duration":1}},{"uid":"d8e98db2c1ce58e4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e98db2c1ce58e4","status":"passed","time":{"start":1707775143603,"stop":1707775143605,"duration":2}},{"uid":"61787cb8dc4025e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61787cb8dc4025e","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"duration":1}},{"uid":"4246da253bd2dbc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4246da253bd2dbc5","status":"passed","time":{"start":1707769940213,"stop":1707769940213,"duration":0}},{"uid":"6b156185b6c7f861","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b156185b6c7f861","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"f4a94b90d11a5584","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a94b90d11a5584","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"6a3d305cafcf24e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a3d305cafcf24e9","status":"passed","time":{"start":1707756352342,"stop":1707756352343,"duration":1}},{"uid":"eb4d5354f0a2b052","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb4d5354f0a2b052","status":"passed","time":{"start":1707753768712,"stop":1707753768712,"duration":0}},{"uid":"e56cf9fd6175185b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e56cf9fd6175185b","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"73666db28373b4ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/73666db28373b4ec","status":"passed","time":{"start":1707750899684,"stop":1707750899684,"duration":0}},{"uid":"2b05f004be7555e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b05f004be7555e0","status":"passed","time":{"start":1707736822687,"stop":1707736822688,"duration":1}},{"uid":"4819031aa654ef8f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4819031aa654ef8f","status":"passed","time":{"start":1707736014745,"stop":1707736014745,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a64a58ffb8310c93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a64a58ffb8310c93","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"4ce04beedc6016d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ce04beedc6016d0","status":"passed","time":{"start":1707775602027,"stop":1707775602029,"duration":2}},{"uid":"c380b0f32b778c4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c380b0f32b778c4a","status":"passed","time":{"start":1707775390240,"stop":1707775390241,"duration":1}},{"uid":"f1a489d64cbf1dab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1a489d64cbf1dab","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"c0b88f6932a5a430","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c0b88f6932a5a430","status":"passed","time":{"start":1707769968724,"stop":1707769968726,"duration":2}},{"uid":"50df3e50ffd5afd1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50df3e50ffd5afd1","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"1f8e083a317ec27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f8e083a317ec27","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"7f9f1d6c91a10394","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f9f1d6c91a10394","status":"passed","time":{"start":1707756617048,"stop":1707756617049,"duration":1}},{"uid":"6b874045428a599a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6b874045428a599a","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"f55e71f670ec7bce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f55e71f670ec7bce","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"d339cb00516b1113","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d339cb00516b1113","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"db420c127439f7c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db420c127439f7c3","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"aaefae02184208cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aaefae02184208cb","status":"passed","time":{"start":1707736260142,"stop":1707736260145,"duration":3}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58c6962ee58373f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58c6962ee58373f5","status":"passed","time":{"start":1707777997119,"stop":1707777997119,"duration":0}},{"uid":"3615e6a4f9ad98d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3615e6a4f9ad98d1","status":"passed","time":{"start":1707775275757,"stop":1707775275757,"duration":0}},{"uid":"d65411a81a4d07e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d65411a81a4d07e2","status":"passed","time":{"start":1707775085895,"stop":1707775085896,"duration":1}},{"uid":"47e6697566985882","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47e6697566985882","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"duration":0}},{"uid":"8314ff05a8b2ed18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8314ff05a8b2ed18","status":"passed","time":{"start":1707769883328,"stop":1707769883329,"duration":1}},{"uid":"f52afcd376107dcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f52afcd376107dcc","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"795ca1d2c817c49d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/795ca1d2c817c49d","status":"passed","time":{"start":1707757676049,"stop":1707757676049,"duration":0}},{"uid":"b09d34e036432343","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b09d34e036432343","status":"passed","time":{"start":1707756304433,"stop":1707756304433,"duration":0}},{"uid":"7b63248db96d51cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b63248db96d51cf","status":"passed","time":{"start":1707753713262,"stop":1707753713264,"duration":2}},{"uid":"43496032bfc6fddf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43496032bfc6fddf","status":"passed","time":{"start":1707753448106,"stop":1707753448107,"duration":1}},{"uid":"8eafea36a2984b33","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eafea36a2984b33","status":"passed","time":{"start":1707750840052,"stop":1707750840053,"duration":1}},{"uid":"ee2d0ab9e94dceed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ee2d0ab9e94dceed","status":"passed","time":{"start":1707736765046,"stop":1707736765046,"duration":0}},{"uid":"ab7da999dd99a07b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab7da999dd99a07b","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e341c6308f719e5c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e341c6308f719e5c","status":"passed","time":{"start":1707778040176,"stop":1707778040176,"duration":0}},{"uid":"8dcf829a965f98b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dcf829a965f98b8","status":"passed","time":{"start":1707775332137,"stop":1707775332137,"duration":0}},{"uid":"32a76a8e18021653","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32a76a8e18021653","status":"passed","time":{"start":1707775137043,"stop":1707775137043,"duration":0}},{"uid":"c0b528c6530e54b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0b528c6530e54b8","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1}},{"uid":"4f4ef5707d95c10c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4f4ef5707d95c10c","status":"passed","time":{"start":1707769926380,"stop":1707769926380,"duration":0}},{"uid":"a56182e18b479314","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a56182e18b479314","status":"passed","time":{"start":1707760029630,"stop":1707760029630,"duration":0}},{"uid":"c5fd768cc4468dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5fd768cc4468dd5","status":"passed","time":{"start":1707757713781,"stop":1707757713781,"duration":0}},{"uid":"c31083881d7ff397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c31083881d7ff397","status":"passed","time":{"start":1707756348022,"stop":1707756348022,"duration":0}},{"uid":"92db230cdb9a9995","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92db230cdb9a9995","status":"passed","time":{"start":1707753739731,"stop":1707753739731,"duration":0}},{"uid":"c2e0433260b5bfb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2e0433260b5bfb6","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"feac3cd36238ede8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feac3cd36238ede8","status":"passed","time":{"start":1707750884258,"stop":1707750884259,"duration":1}},{"uid":"db5f80af0e8859a1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db5f80af0e8859a1","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"d932b80f2817cf61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d932b80f2817cf61","status":"passed","time":{"start":1707736018904,"stop":1707736018904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6fcd0caa3e3a6d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6fcd0caa3e3a6d8","status":"passed","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"a4189920d34da08a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a4189920d34da08a","status":"passed","time":{"start":1707775395380,"stop":1707775395380,"duration":0}},{"uid":"a5eed94137038b38","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5eed94137038b38","status":"passed","time":{"start":1707775205634,"stop":1707775205634,"duration":0}},{"uid":"902abc4d7ac60cb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/902abc4d7ac60cb6","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"699bfa4970046eea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/699bfa4970046eea","status":"passed","time":{"start":1707769983282,"stop":1707769983282,"duration":0}},{"uid":"cad50f3897dea228","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cad50f3897dea228","status":"passed","time":{"start":1707760095407,"stop":1707760095408,"duration":1}},{"uid":"37e7983157a4054e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/37e7983157a4054e","status":"passed","time":{"start":1707757790739,"stop":1707757790739,"duration":0}},{"uid":"1706ad67a3c4bf6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1706ad67a3c4bf6f","status":"passed","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"566f272e4192653a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/566f272e4192653a","status":"passed","time":{"start":1707753793195,"stop":1707753793195,"duration":0}},{"uid":"37945dd26b53e160","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37945dd26b53e160","status":"passed","time":{"start":1707753573533,"stop":1707753573533,"duration":0}},{"uid":"b84ea1e78fb78afd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b84ea1e78fb78afd","status":"passed","time":{"start":1707750953984,"stop":1707750953985,"duration":1}},{"uid":"7b54c1ad709f243f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b54c1ad709f243f","status":"passed","time":{"start":1707736878971,"stop":1707736878971,"duration":0}},{"uid":"739a93bc64e8929c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/739a93bc64e8929c","status":"passed","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"e1135ee6ea4a28bb1d2b50c46f70e12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"915b7dd9af6f5e05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/915b7dd9af6f5e05","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"1545aaaeedbf519b58a5d1714b2bf38a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d22a5736f30b8df0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d22a5736f30b8df0","status":"passed","time":{"start":1707775390250,"stop":1707775390250,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58b198a6e3ee99e8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58b198a6e3ee99e8","status":"passed","time":{"start":1707777997105,"stop":1707777997105,"duration":0}},{"uid":"b72a944b6ef7514e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b72a944b6ef7514e","status":"passed","time":{"start":1707775275745,"stop":1707775275745,"duration":0}},{"uid":"c719fcca10ff56db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c719fcca10ff56db","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b58da7cc233622f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b58da7cc233622f8","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"duration":0}},{"uid":"c09ef7dffb8ddce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c09ef7dffb8ddce1","status":"passed","time":{"start":1707769883313,"stop":1707769883314,"duration":1}},{"uid":"6fc8ba5d53b3876b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc8ba5d53b3876b","status":"passed","time":{"start":1707759981456,"stop":1707759981456,"duration":0}},{"uid":"505f8d403b1b68ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/505f8d403b1b68ea","status":"passed","time":{"start":1707757676036,"stop":1707757676036,"duration":0}},{"uid":"f57d8ea1557ead6c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f57d8ea1557ead6c","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"3baea801530ae79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3baea801530ae79","status":"passed","time":{"start":1707753713235,"stop":1707753713244,"duration":9}},{"uid":"9f4065f408fd2013","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9f4065f408fd2013","status":"passed","time":{"start":1707753448088,"stop":1707753448089,"duration":1}},{"uid":"286b477847dcf156","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/286b477847dcf156","status":"passed","time":{"start":1707750840031,"stop":1707750840031,"duration":0}},{"uid":"3a47631e4f7eae1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a47631e4f7eae1a","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"b2cdf1ec47019d9f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b2cdf1ec47019d9f","status":"passed","time":{"start":1707735955220,"stop":1707735955221,"duration":1}}]},"935cbc9b34f7bf29d8fa034264066c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcfbd196c3589253","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcfbd196c3589253","status":"passed","time":{"start":1707775300142,"stop":1707775300143,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0f0a68fefc72b91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0f0a68fefc72b91","status":"passed","time":{"start":1707777977669,"stop":1707777977669,"duration":0}},{"uid":"dc38161b3420ce12","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc38161b3420ce12","status":"passed","time":{"start":1707775258459,"stop":1707775258460,"duration":1}},{"uid":"9693e569ddf9fa7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9693e569ddf9fa7e","status":"passed","time":{"start":1707775082022,"stop":1707775082023,"duration":1}},{"uid":"c8973264dec73f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8973264dec73f8c","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1}},{"uid":"4b099b68cd6405bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b099b68cd6405bc","status":"passed","time":{"start":1707769841903,"stop":1707769841903,"duration":0}},{"uid":"db58553dce392183","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db58553dce392183","status":"passed","time":{"start":1707759921458,"stop":1707759921459,"duration":1}},{"uid":"cfc0920b25e05fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfc0920b25e05fe5","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"1de2c5939dcab17c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1de2c5939dcab17c","status":"passed","time":{"start":1707756261807,"stop":1707756261810,"duration":3}},{"uid":"44020416af7831be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44020416af7831be","status":"passed","time":{"start":1707753651185,"stop":1707753651185,"duration":0}},{"uid":"26e7079f57b4f644","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e7079f57b4f644","status":"passed","time":{"start":1707753409589,"stop":1707753409590,"duration":1}},{"uid":"7e82043b8ea1cad7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e82043b8ea1cad7","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"7dfb91d0923d1000","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dfb91d0923d1000","status":"passed","time":{"start":1707736708332,"stop":1707736708333,"duration":1}},{"uid":"4dedd690f71ceb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4dedd690f71ceb7a","status":"passed","time":{"start":1707735914389,"stop":1707735914390,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53035216b3f8a3d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/53035216b3f8a3d5","status":"passed","time":{"start":1707777997120,"stop":1707777997120,"duration":0}},{"uid":"203f35b462271a60","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/203f35b462271a60","status":"passed","time":{"start":1707775275758,"stop":1707775275758,"duration":0}},{"uid":"585e29bd377dea53","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/585e29bd377dea53","status":"passed","time":{"start":1707775085896,"stop":1707775085897,"duration":1}},{"uid":"13e4b0efc499b9bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/13e4b0efc499b9bf","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"2114bbb2be0f3e47","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2114bbb2be0f3e47","status":"passed","time":{"start":1707769883329,"stop":1707769883330,"duration":1}},{"uid":"1995aa1de70ab800","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995aa1de70ab800","status":"passed","time":{"start":1707759981480,"stop":1707759981480,"duration":0}},{"uid":"182404784481c1f7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/182404784481c1f7","status":"passed","time":{"start":1707757676050,"stop":1707757676050,"duration":0}},{"uid":"78ba8f65296a2786","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/78ba8f65296a2786","status":"passed","time":{"start":1707756304434,"stop":1707756304434,"duration":0}},{"uid":"2f67b80179fcae0d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f67b80179fcae0d","status":"passed","time":{"start":1707753713265,"stop":1707753713266,"duration":1}},{"uid":"16c308aebecf6e95","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16c308aebecf6e95","status":"passed","time":{"start":1707753448107,"stop":1707753448108,"duration":1}},{"uid":"d707779566ba359b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707779566ba359b","status":"passed","time":{"start":1707750840053,"stop":1707750840054,"duration":1}},{"uid":"8568a67f5205476d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8568a67f5205476d","status":"passed","time":{"start":1707736765047,"stop":1707736765048,"duration":1}},{"uid":"2f959f8c60a5a0e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2f959f8c60a5a0e9","status":"passed","time":{"start":1707735955263,"stop":1707735955264,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bb5ffd37eeeb9f4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bb5ffd37eeeb9f4","status":"passed","time":{"start":1707778202476,"stop":1707778202477,"duration":1}},{"uid":"13c739be3fe5c7fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13c739be3fe5c7fe","status":"passed","time":{"start":1707775486616,"stop":1707775486617,"duration":1}},{"uid":"5465bdee293a4410","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5465bdee293a4410","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"3e5ba8f77687b169","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e5ba8f77687b169","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"becddfda12db6868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/becddfda12db6868","status":"passed","time":{"start":1707770051367,"stop":1707770051368,"duration":1}},{"uid":"e1ae32af5da9b5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1ae32af5da9b5ab","status":"passed","time":{"start":1707760174012,"stop":1707760174013,"duration":1}},{"uid":"c321f597d253c55b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c321f597d253c55b","status":"passed","time":{"start":1707757873917,"stop":1707757873917,"duration":0}},{"uid":"a0db456157e16efa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0db456157e16efa","status":"passed","time":{"start":1707756499900,"stop":1707756499901,"duration":1}},{"uid":"e76199c8c6b53d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e76199c8c6b53d9","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"113d4f8cddce34d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/113d4f8cddce34d6","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"a9a22e747cc27cda","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a9a22e747cc27cda","status":"passed","time":{"start":1707751019565,"stop":1707751019566,"duration":1}},{"uid":"177d40fca4dc6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/177d40fca4dc6ec","status":"passed","time":{"start":1707736947841,"stop":1707736947841,"duration":0}},{"uid":"e7e8b98aae18d3d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e7e8b98aae18d3d3","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e593e8f2cc2687e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e593e8f2cc2687e5","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"4860d44f4499827b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4860d44f4499827b","status":"passed","time":{"start":1707775017869,"stop":1707775017869,"duration":0}},{"uid":"307645a5a1dc53bd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/307645a5a1dc53bd","status":"passed","time":{"start":1707774819298,"stop":1707774819298,"duration":0}},{"uid":"53c5cb0e1ac95df5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53c5cb0e1ac95df5","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d2c61635de21f6c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d2c61635de21f6c5","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"426d128ff8804b24","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/426d128ff8804b24","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2a93d2657da10412","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a93d2657da10412","status":"passed","time":{"start":1707757409079,"stop":1707757409080,"duration":1}},{"uid":"ad7135a2f9a0f056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad7135a2f9a0f056","status":"passed","time":{"start":1707756038945,"stop":1707756038946,"duration":1}},{"uid":"61e0f5aa60a883d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61e0f5aa60a883d2","status":"passed","time":{"start":1707753457116,"stop":1707753457117,"duration":1}},{"uid":"e7c49f9ec4a47d59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7c49f9ec4a47d59","status":"passed","time":{"start":1707753185098,"stop":1707753185099,"duration":1}},{"uid":"644970598fb8d4de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/644970598fb8d4de","status":"passed","time":{"start":1707750585901,"stop":1707750585901,"duration":0}},{"uid":"c02545232ce682b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c02545232ce682b5","status":"passed","time":{"start":1707736503318,"stop":1707736503318,"duration":0}},{"uid":"20636b0d10e007a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20636b0d10e007a4","status":"passed","time":{"start":1707735684652,"stop":1707735684653,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"44382d5be1f9eab8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/44382d5be1f9eab8","status":"passed","time":{"start":1707778126347,"stop":1707778126348,"duration":1}},{"uid":"bef045b33962019c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bef045b33962019c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"983b31bbf08dc00a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/983b31bbf08dc00a","status":"passed","time":{"start":1707775219997,"stop":1707775219998,"duration":1}},{"uid":"f424b6669b53e513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f424b6669b53e513","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"duration":0}},{"uid":"8a487eb992dee533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a487eb992dee533","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"4a973d87921ad3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a973d87921ad3ee","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"c2a4f13ee03175c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2a4f13ee03175c1","status":"passed","time":{"start":1707757804296,"stop":1707757804298,"duration":2}},{"uid":"c6a12c6a46e660e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6a12c6a46e660e7","status":"passed","time":{"start":1707756422348,"stop":1707756422348,"duration":0}},{"uid":"95f4c312e5d8b1e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95f4c312e5d8b1e8","status":"passed","time":{"start":1707753796549,"stop":1707753796550,"duration":1}},{"uid":"a356cb961476107f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a356cb961476107f","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"aa1627000fbb4aaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa1627000fbb4aaa","status":"passed","time":{"start":1707750964805,"stop":1707750964806,"duration":1}},{"uid":"3268b69d20464fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3268b69d20464fbd","status":"passed","time":{"start":1707736890438,"stop":1707736890439,"duration":1}},{"uid":"4456378df17f609d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4456378df17f609d","status":"passed","time":{"start":1707736096391,"stop":1707736096391,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"22dce62acd22f474","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/22dce62acd22f474","status":"passed","time":{"start":1707777749079,"stop":1707777749080,"duration":1}},{"uid":"95f7cc4841b4c94d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/95f7cc4841b4c94d","status":"passed","time":{"start":1707775025514,"stop":1707775025515,"duration":1}},{"uid":"fb7d55cf02ec7b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb7d55cf02ec7b2d","status":"passed","time":{"start":1707774827051,"stop":1707774827052,"duration":1}},{"uid":"ee2257846974123f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee2257846974123f","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"duration":2}},{"uid":"f73ec0263119f8f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f73ec0263119f8f0","status":"passed","time":{"start":1707769627283,"stop":1707769627283,"duration":0}},{"uid":"c1df64d94707e8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1df64d94707e8fe","status":"passed","time":{"start":1707759722017,"stop":1707759722018,"duration":1}},{"uid":"b3560c8d58974eb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3560c8d58974eb9","status":"passed","time":{"start":1707757416822,"stop":1707757416822,"duration":0}},{"uid":"ce097986745b5d18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce097986745b5d18","status":"passed","time":{"start":1707756046587,"stop":1707756046587,"duration":0}},{"uid":"f8dfcf6cb29cc2aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8dfcf6cb29cc2aa","status":"passed","time":{"start":1707753464659,"stop":1707753464660,"duration":1}},{"uid":"5be471972c58e5d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5be471972c58e5d7","status":"passed","time":{"start":1707753192924,"stop":1707753192924,"duration":0}},{"uid":"ca3a67328d52e4f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca3a67328d52e4f8","status":"passed","time":{"start":1707750593498,"stop":1707750593498,"duration":0}},{"uid":"b1eb12af53619f82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b1eb12af53619f82","status":"passed","time":{"start":1707736510869,"stop":1707736510870,"duration":1}},{"uid":"7d1454554c3f739","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d1454554c3f739","status":"passed","time":{"start":1707735692274,"stop":1707735692275,"duration":1}}]},"47405ecb7f759f1ddbac18fe5f361454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcc35393a000531","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc35393a000531","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"1bd8eb84f4c542b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd8eb84f4c542b","status":"passed","time":{"start":1707777837222,"stop":1707777837223,"duration":1}},{"uid":"d90a163f05076eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d90a163f05076eb2","status":"passed","time":{"start":1707775113056,"stop":1707775113057,"duration":1}},{"uid":"85f4fddb5a64c378","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85f4fddb5a64c378","status":"passed","time":{"start":1707774908731,"stop":1707774908732,"duration":1}},{"uid":"ee5c50a35dd2be4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee5c50a35dd2be4e","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"fa87a1265334f918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa87a1265334f918","status":"passed","time":{"start":1707769706668,"stop":1707769706668,"duration":0}},{"uid":"e461e37434d02253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e461e37434d02253","status":"passed","time":{"start":1707759811408,"stop":1707759811409,"duration":1}},{"uid":"a063fb16c6dd7795","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a063fb16c6dd7795","status":"passed","time":{"start":1707757504684,"stop":1707757504685,"duration":1}},{"uid":"fd30c216a9494ba3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd30c216a9494ba3","status":"passed","time":{"start":1707756131518,"stop":1707756131518,"duration":0}},{"uid":"9274cd80359f2f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9274cd80359f2f04","status":"passed","time":{"start":1707753284214,"stop":1707753284215,"duration":1}},{"uid":"9114f805848b7199","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114f805848b7199","status":"passed","time":{"start":1707736597188,"stop":1707736597189,"duration":1}},{"uid":"9f21352f5fc2102c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9f21352f5fc2102c","status":"passed","time":{"start":1707735784060,"stop":1707735784060,"duration":0}}]},"35e8e80e6ce21e802b6171973d01d9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d60411f238dc060f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d60411f238dc060f","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18e2a168dd238e27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18e2a168dd238e27","status":"passed","time":{"start":1707778270358,"stop":1707778270358,"duration":0}},{"uid":"7ac1dc8e358617f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ac1dc8e358617f2","status":"passed","time":{"start":1707775545728,"stop":1707775545728,"duration":0}},{"uid":"d4df63d6a3b2ae0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4df63d6a3b2ae0b","status":"passed","time":{"start":1707775359951,"stop":1707775359952,"duration":1}},{"uid":"9e5bde7596bf1406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e5bde7596bf1406","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"489137f46cdb3d7f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/489137f46cdb3d7f","status":"passed","time":{"start":1707770099495,"stop":1707770099496,"duration":1}},{"uid":"807cd98158d2b2c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/807cd98158d2b2c3","status":"passed","time":{"start":1707760242013,"stop":1707760242013,"duration":0}},{"uid":"95ff23171d2a9f5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/95ff23171d2a9f5a","status":"passed","time":{"start":1707757936348,"stop":1707757936357,"duration":9}},{"uid":"f5f2ea04805cfa5e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f5f2ea04805cfa5e","status":"passed","time":{"start":1707756564912,"stop":1707756564912,"duration":0}},{"uid":"e17611ff6db11262","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e17611ff6db11262","status":"passed","time":{"start":1707753906981,"stop":1707753906982,"duration":1}},{"uid":"5219d1d84eea8f27","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5219d1d84eea8f27","status":"passed","time":{"start":1707753724176,"stop":1707753724176,"duration":0}},{"uid":"c039bc55e065b460","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c039bc55e065b460","status":"passed","time":{"start":1707751082964,"stop":1707751082965,"duration":1}},{"uid":"84d14a975bafc5a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d14a975bafc5a5","status":"passed","time":{"start":1707736996441,"stop":1707736996442,"duration":1}},{"uid":"8c39a9c3d7b4e33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c39a9c3d7b4e33c","status":"passed","time":{"start":1707736227460,"stop":1707736227460,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50ef3a49cc15eebf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50ef3a49cc15eebf","status":"passed","time":{"start":1707777754769,"stop":1707777754769,"duration":0}},{"uid":"7911a23fea9f69aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7911a23fea9f69aa","status":"passed","time":{"start":1707775031076,"stop":1707775031077,"duration":1}},{"uid":"ce8d10f75aa5364c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce8d10f75aa5364c","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"6650ed6eb0543b3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6650ed6eb0543b3e","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1}},{"uid":"b066a55b555ea0cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b066a55b555ea0cb","status":"passed","time":{"start":1707769633036,"stop":1707769633036,"duration":0}},{"uid":"6922870fa713ea4b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6922870fa713ea4b","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"99c1088c7b84a50c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99c1088c7b84a50c","status":"passed","time":{"start":1707757422580,"stop":1707757422581,"duration":1}},{"uid":"2eec3b91481c1e96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2eec3b91481c1e96","status":"passed","time":{"start":1707756052099,"stop":1707756052099,"duration":0}},{"uid":"41b04e7f03f67d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/41b04e7f03f67d48","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"7669a9b2ed109bd0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7669a9b2ed109bd0","status":"passed","time":{"start":1707753198734,"stop":1707753198734,"duration":0}},{"uid":"6caf74c9954f55d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6caf74c9954f55d0","status":"passed","time":{"start":1707750599244,"stop":1707750599244,"duration":0}},{"uid":"9b63a354a7cdeaae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b63a354a7cdeaae","status":"passed","time":{"start":1707736516625,"stop":1707736516626,"duration":1}},{"uid":"c00accc32bdd74c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c00accc32bdd74c2","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f71c543d2c95c114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f71c543d2c95c114","status":"passed","time":{"start":1707778386477,"stop":1707778386477,"duration":0}},{"uid":"7f7677c3237b9816","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7f7677c3237b9816","status":"passed","time":{"start":1707775656745,"stop":1707775656746,"duration":1}},{"uid":"69b8f7ccb9993f00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b8f7ccb9993f00","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"5ca71f31ac5ae420","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca71f31ac5ae420","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"duration":1}},{"uid":"4641f2326792eb04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4641f2326792eb04","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"c5dce7b1ee683b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5dce7b1ee683b4","status":"passed","time":{"start":1707760335942,"stop":1707760335943,"duration":1}},{"uid":"213585ef0bc4c3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/213585ef0bc4c3e","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"db1865e2968ab402","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db1865e2968ab402","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"fb6f352f5d790e9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb6f352f5d790e9f","status":"passed","time":{"start":1707753837164,"stop":1707753837164,"duration":0}},{"uid":"2806eb96c2e71d28","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2806eb96c2e71d28","status":"passed","time":{"start":1707751136280,"stop":1707751136281,"duration":1}},{"uid":"59fe65819087ecdf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59fe65819087ecdf","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"16106e7109101670","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/16106e7109101670","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"634f7710638b2984478407d482f50a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae90a38d615816e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9ae90a38d615816e","status":"passed","time":{"start":1707769968732,"stop":1707769968733,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e64d2eda6d9050f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e64d2eda6d9050f5","status":"passed","time":{"start":1707778114667,"stop":1707778114667,"duration":0}},{"uid":"a0793c379d7187d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0793c379d7187d0","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"5a4e0451b2c57978","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a4e0451b2c57978","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"de841fd0e797eaa4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de841fd0e797eaa4","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"2682879db1a60efa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2682879db1a60efa","status":"passed","time":{"start":1707769983269,"stop":1707769983270,"duration":1}},{"uid":"db7ce87fe424b819","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db7ce87fe424b819","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"2db1f4376236b702","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2db1f4376236b702","status":"passed","time":{"start":1707757790727,"stop":1707757790728,"duration":1}},{"uid":"efd7e6627c60096c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efd7e6627c60096c","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"ba1e443cae9ff1a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba1e443cae9ff1a0","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"40b151e3bd8abffe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40b151e3bd8abffe","status":"passed","time":{"start":1707753573523,"stop":1707753573524,"duration":1}},{"uid":"fb6b9e40c25ad58e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb6b9e40c25ad58e","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"d428ae21c97bb86d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d428ae21c97bb86d","status":"passed","time":{"start":1707736878960,"stop":1707736878961,"duration":1}},{"uid":"979699f296eb4e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/979699f296eb4e4e","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f82b30548b240312","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f82b30548b240312","status":"passed","time":{"start":1707777997119,"stop":1707777997119,"duration":0}},{"uid":"2e549db51a84fef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2e549db51a84fef7","status":"passed","time":{"start":1707775275757,"stop":1707775275758,"duration":1}},{"uid":"7e1b2cf1677df221","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e1b2cf1677df221","status":"passed","time":{"start":1707775085896,"stop":1707775085896,"duration":0}},{"uid":"2388cbe8e3d18c23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2388cbe8e3d18c23","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"duration":1}},{"uid":"691107a932360128","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/691107a932360128","status":"passed","time":{"start":1707769883329,"stop":1707769883329,"duration":0}},{"uid":"fe588c51fe1f2ad3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe588c51fe1f2ad3","status":"passed","time":{"start":1707759981479,"stop":1707759981480,"duration":1}},{"uid":"fd989cc9edcf4d16","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd989cc9edcf4d16","status":"passed","time":{"start":1707757676049,"stop":1707757676050,"duration":1}},{"uid":"8c9a513b48b7a74d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c9a513b48b7a74d","status":"passed","time":{"start":1707756304433,"stop":1707756304434,"duration":1}},{"uid":"e564700bdd462bc2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e564700bdd462bc2","status":"passed","time":{"start":1707753713264,"stop":1707753713265,"duration":1}},{"uid":"b6e55dbfbb4c4408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6e55dbfbb4c4408","status":"passed","time":{"start":1707753448107,"stop":1707753448107,"duration":0}},{"uid":"7b9d5de40b0cd0c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b9d5de40b0cd0c2","status":"passed","time":{"start":1707750840053,"stop":1707750840053,"duration":0}},{"uid":"9a5fd6f2b64b636a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a5fd6f2b64b636a","status":"passed","time":{"start":1707736765046,"stop":1707736765047,"duration":1}},{"uid":"74674767ce3c0b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74674767ce3c0b8","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7ea0948cf512429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7ea0948cf512429","status":"passed","time":{"start":1707777749076,"stop":1707777749078,"duration":2}},{"uid":"c969bebb156e7a53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c969bebb156e7a53","status":"passed","time":{"start":1707775025511,"stop":1707775025514,"duration":3}},{"uid":"b596e234a7d77e30","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b596e234a7d77e30","status":"passed","time":{"start":1707774827049,"stop":1707774827051,"duration":2}},{"uid":"7cb0a1afc130f954","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cb0a1afc130f954","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2}},{"uid":"de7bedbbc1c72541","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7bedbbc1c72541","status":"passed","time":{"start":1707769627280,"stop":1707769627282,"duration":2}},{"uid":"c41c800950e0ba03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c41c800950e0ba03","status":"passed","time":{"start":1707759722015,"stop":1707759722017,"duration":2}},{"uid":"6baa7e10ed2a8e7b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6baa7e10ed2a8e7b","status":"passed","time":{"start":1707757416819,"stop":1707757416821,"duration":2}},{"uid":"3d1b36dadf93ee96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3d1b36dadf93ee96","status":"passed","time":{"start":1707756046586,"stop":1707756046587,"duration":1}},{"uid":"6cbda9c53cd2c8d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cbda9c53cd2c8d3","status":"passed","time":{"start":1707753464657,"stop":1707753464659,"duration":2}},{"uid":"ee8d39b290a07d15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ee8d39b290a07d15","status":"passed","time":{"start":1707753192921,"stop":1707753192923,"duration":2}},{"uid":"7a12c2c9b7175d4c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a12c2c9b7175d4c","status":"passed","time":{"start":1707750593492,"stop":1707750593497,"duration":5}},{"uid":"a84b1ab3128accd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a84b1ab3128accd6","status":"passed","time":{"start":1707736510867,"stop":1707736510869,"duration":2}},{"uid":"7a526d5e86ff6cfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a526d5e86ff6cfc","status":"passed","time":{"start":1707735692271,"stop":1707735692274,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5e0f87c093fde93e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5e0f87c093fde93e","status":"passed","time":{"start":1707777770258,"stop":1707777770258,"duration":0}},{"uid":"87a305642dc5b6c0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87a305642dc5b6c0","status":"passed","time":{"start":1707775046371,"stop":1707775046371,"duration":0}},{"uid":"308edc2ed0d2eb87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/308edc2ed0d2eb87","status":"passed","time":{"start":1707774848382,"stop":1707774848383,"duration":1}},{"uid":"564e87c54ed57cc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/564e87c54ed57cc7","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"duration":0}},{"uid":"18d0280d8025a0f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18d0280d8025a0f2","status":"passed","time":{"start":1707769648572,"stop":1707769648572,"duration":0}},{"uid":"ddcf8432e8332309","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddcf8432e8332309","status":"passed","time":{"start":1707759743252,"stop":1707759743253,"duration":1}},{"uid":"b7528c8ef7065ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b7528c8ef7065ee","status":"passed","time":{"start":1707757438366,"stop":1707757438366,"duration":0}},{"uid":"4449e2e35f282b9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4449e2e35f282b9a","status":"passed","time":{"start":1707756067008,"stop":1707756067009,"duration":1}},{"uid":"b2ccc590c067e30c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ccc590c067e30c","status":"passed","time":{"start":1707753485649,"stop":1707753485649,"duration":0}},{"uid":"3650ea0c854049dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3650ea0c854049dc","status":"passed","time":{"start":1707753214694,"stop":1707753214695,"duration":1}},{"uid":"7d47e043ab2caa8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d47e043ab2caa8a","status":"passed","time":{"start":1707750614687,"stop":1707750614687,"duration":0}},{"uid":"14d9198b37135b7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/14d9198b37135b7b","status":"passed","time":{"start":1707736532272,"stop":1707736532273,"duration":1}},{"uid":"7211477a77c8ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7211477a77c8ba26","status":"passed","time":{"start":1707735714121,"stop":1707735714122,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f74a2807888a12ed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f74a2807888a12ed","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"eb753a6fe2f240db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb753a6fe2f240db","status":"passed","time":{"start":1707775409492,"stop":1707775409493,"duration":1}},{"uid":"ddffcc263f3f2848","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ddffcc263f3f2848","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"29c354162b2d5d21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c354162b2d5d21","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"duration":0}},{"uid":"e1a28d57fe07ae9b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1a28d57fe07ae9b","status":"passed","time":{"start":1707769994545,"stop":1707769994546,"duration":1}},{"uid":"4c2737cfa8cd39ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c2737cfa8cd39ec","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c650d793ea3e9fdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c650d793ea3e9fdc","status":"passed","time":{"start":1707757804301,"stop":1707757804302,"duration":1}},{"uid":"53687a4e35173d1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53687a4e35173d1d","status":"passed","time":{"start":1707756422350,"stop":1707756422350,"duration":0}},{"uid":"c4561fc389f01039","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4561fc389f01039","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"b6581be98c7ef254","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6581be98c7ef254","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"660cf8fc68c93406","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/660cf8fc68c93406","status":"passed","time":{"start":1707750964809,"stop":1707750964810,"duration":1}},{"uid":"c3e373157ea017ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3e373157ea017ab","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"96b9dbe901569b51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96b9dbe901569b51","status":"passed","time":{"start":1707736096393,"stop":1707736096393,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fed4a9094badb13d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fed4a9094badb13d","status":"passed","time":{"start":1707777741137,"stop":1707777741138,"duration":1}},{"uid":"19cc654998aa1b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/19cc654998aa1b0","status":"passed","time":{"start":1707775017421,"stop":1707775017422,"duration":1}},{"uid":"40528baadfe36f08","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/40528baadfe36f08","status":"passed","time":{"start":1707774818856,"stop":1707774818858,"duration":2}},{"uid":"ce3e83cf5cd2e088","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce3e83cf5cd2e088","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2}},{"uid":"deab98ad2d9f8139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/deab98ad2d9f8139","status":"passed","time":{"start":1707769619270,"stop":1707769619270,"duration":0}},{"uid":"907c54d9a4ed8bda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/907c54d9a4ed8bda","status":"passed","time":{"start":1707759714210,"stop":1707759714212,"duration":2}},{"uid":"3a2db8220ad398bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a2db8220ad398bb","status":"passed","time":{"start":1707757408508,"stop":1707757408510,"duration":2}},{"uid":"628b40c79a4f20fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/628b40c79a4f20fe","status":"passed","time":{"start":1707756038427,"stop":1707756038429,"duration":2}},{"uid":"fac9884ab2f27cbc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fac9884ab2f27cbc","status":"passed","time":{"start":1707753456512,"stop":1707753456514,"duration":2}},{"uid":"29c8e4bb7ae3b92a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29c8e4bb7ae3b92a","status":"passed","time":{"start":1707753184752,"stop":1707753184754,"duration":2}},{"uid":"8eb81d6b700bdd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb81d6b700bdd3","status":"passed","time":{"start":1707750585379,"stop":1707750585381,"duration":2}},{"uid":"ef5630cba1193f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef5630cba1193f2","status":"passed","time":{"start":1707736502824,"stop":1707736502825,"duration":1}},{"uid":"476f72a151cdfc99","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/476f72a151cdfc99","status":"passed","time":{"start":1707735684284,"stop":1707735684286,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"543660988ebc00aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/543660988ebc00aa","status":"passed","time":{"start":1707777997104,"stop":1707777997105,"duration":1}},{"uid":"86d342c3db171704","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/86d342c3db171704","status":"passed","time":{"start":1707775275744,"stop":1707775275745,"duration":1}},{"uid":"ea1e083b9db86120","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea1e083b9db86120","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b1341c94b29295c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1341c94b29295c6","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3}},{"uid":"844b6378c86e479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/844b6378c86e479","status":"passed","time":{"start":1707769883310,"stop":1707769883313,"duration":3}},{"uid":"9b0e43d45f784e7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b0e43d45f784e7c","status":"passed","time":{"start":1707759981455,"stop":1707759981456,"duration":1}},{"uid":"8ee67fdc9799f8b9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ee67fdc9799f8b9","status":"passed","time":{"start":1707757676035,"stop":1707757676036,"duration":1}},{"uid":"825add45249670a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/825add45249670a4","status":"passed","time":{"start":1707756304422,"stop":1707756304422,"duration":0}},{"uid":"3a4b9f6b57d1d4b0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a4b9f6b57d1d4b0","status":"passed","time":{"start":1707753713235,"stop":1707753713235,"duration":0}},{"uid":"5afccf24dcb8f47c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5afccf24dcb8f47c","status":"passed","time":{"start":1707753448087,"stop":1707753448088,"duration":1}},{"uid":"a0d5def421febf61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0d5def421febf61","status":"passed","time":{"start":1707750840030,"stop":1707750840031,"duration":1}},{"uid":"5bd5b4fe5be86712","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd5b4fe5be86712","status":"passed","time":{"start":1707736764997,"stop":1707736764998,"duration":1}},{"uid":"2bca4642e44b6674","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bca4642e44b6674","status":"passed","time":{"start":1707735955220,"stop":1707735955220,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4fbb62b8480a14b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4fbb62b8480a14b","status":"passed","time":{"start":1707777997118,"stop":1707777997118,"duration":0}},{"uid":"8dfd3848f003c909","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dfd3848f003c909","status":"passed","time":{"start":1707775275756,"stop":1707775275756,"duration":0}},{"uid":"948b2ffa635d3421","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/948b2ffa635d3421","status":"passed","time":{"start":1707775085894,"stop":1707775085894,"duration":0}},{"uid":"4d21f9c255a8a2f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d21f9c255a8a2f4","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"duration":0}},{"uid":"dbd1a646bb61d233","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbd1a646bb61d233","status":"passed","time":{"start":1707769883327,"stop":1707769883328,"duration":1}},{"uid":"70f3f9e55aba2253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70f3f9e55aba2253","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"f0fef130f2a3a32e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0fef130f2a3a32e","status":"passed","time":{"start":1707757676048,"stop":1707757676048,"duration":0}},{"uid":"bed55b83d2438b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bed55b83d2438b7","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"392ac1b717afcc31","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/392ac1b717afcc31","status":"passed","time":{"start":1707753713261,"stop":1707753713261,"duration":0}},{"uid":"b20447c70510ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b20447c70510ab52","status":"passed","time":{"start":1707753448105,"stop":1707753448106,"duration":1}},{"uid":"91f6cba849b46e2a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91f6cba849b46e2a","status":"passed","time":{"start":1707750840050,"stop":1707750840051,"duration":1}},{"uid":"5e0edc4f0160d1a3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e0edc4f0160d1a3","status":"passed","time":{"start":1707736765043,"stop":1707736765045,"duration":2}},{"uid":"c479be57f134ce2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c479be57f134ce2e","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3b6093d4d5ac2809","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b6093d4d5ac2809","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"9695f33aafa79404","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9695f33aafa79404","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"746fcfef31d1976b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/746fcfef31d1976b","status":"passed","time":{"start":1707775461891,"stop":1707775461891,"duration":0}},{"uid":"97fa05eed189a88f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fa05eed189a88f","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"duration":1}},{"uid":"f47b8b76a16af571","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f47b8b76a16af571","status":"passed","time":{"start":1707770208548,"stop":1707770208548,"duration":0}},{"uid":"3f1540f07971b94b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f1540f07971b94b","status":"passed","time":{"start":1707760335957,"stop":1707760335957,"duration":0}},{"uid":"d9ac25cf86c22b69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9ac25cf86c22b69","status":"passed","time":{"start":1707758023537,"stop":1707758023538,"duration":1}},{"uid":"f74bc487212b860b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f74bc487212b860b","status":"passed","time":{"start":1707756664007,"stop":1707756664007,"duration":0}},{"uid":"f3a09e8ff4c0f8e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3a09e8ff4c0f8e3","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"f54efaab478da49","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f54efaab478da49","status":"passed","time":{"start":1707751136353,"stop":1707751136353,"duration":0}},{"uid":"b17182e33338b659","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b17182e33338b659","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"e4db45dc01f5d133","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4db45dc01f5d133","status":"passed","time":{"start":1707736322661,"stop":1707736322662,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f1b21e15eff8c944","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1b21e15eff8c944","status":"passed","time":{"start":1707778002164,"stop":1707778002164,"duration":0}},{"uid":"cdff289bec0efc10","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdff289bec0efc10","status":"passed","time":{"start":1707775288507,"stop":1707775288508,"duration":1}},{"uid":"ba98ac9d38fa96c4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ba98ac9d38fa96c4","status":"passed","time":{"start":1707775094101,"stop":1707775094102,"duration":1}},{"uid":"8a34b95193473da2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a34b95193473da2","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"duration":0}},{"uid":"43352b687e1ec028","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43352b687e1ec028","status":"passed","time":{"start":1707769883624,"stop":1707769883625,"duration":1}},{"uid":"3c0906f09d63aeaf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c0906f09d63aeaf","status":"passed","time":{"start":1707759985510,"stop":1707759985511,"duration":1}},{"uid":"d050c5a71aad280f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d050c5a71aad280f","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"49c2a17093ec0d53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/49c2a17093ec0d53","status":"passed","time":{"start":1707756291412,"stop":1707756291413,"duration":1}},{"uid":"c9ca4105def4864b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9ca4105def4864b","status":"passed","time":{"start":1707753735500,"stop":1707753735501,"duration":1}},{"uid":"392540901820f62a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/392540901820f62a","status":"passed","time":{"start":1707753472967,"stop":1707753472968,"duration":1}},{"uid":"2329b7136cfcb378","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2329b7136cfcb378","status":"passed","time":{"start":1707750845159,"stop":1707750845160,"duration":1}},{"uid":"b8a09e9f6f018b2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8a09e9f6f018b2c","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"559fad1531d8fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/559fad1531d8fe","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"1fac2ff9622729e29d5a7932d08c1479:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b501b6df357bdf2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b501b6df357bdf2","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"164a03e90ca7453f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/164a03e90ca7453f","status":"passed","time":{"start":1707778413524,"stop":1707778413525,"duration":1}},{"uid":"6e0a4aeef104fc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e0a4aeef104fc6","status":"passed","time":{"start":1707775685032,"stop":1707775685033,"duration":1}},{"uid":"3bdaf0c70b7ea18c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bdaf0c70b7ea18c","status":"passed","time":{"start":1707775494282,"stop":1707775494283,"duration":1}},{"uid":"b1ae82a64ecc34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1ae82a64ecc34de","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"duration":0}},{"uid":"a3bbeeb8f8755d54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a3bbeeb8f8755d54","status":"passed","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"2ccf7105264531e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ccf7105264531e7","status":"passed","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"140b8a6e1ca4038b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/140b8a6e1ca4038b","status":"passed","time":{"start":1707758004333,"stop":1707758004333,"duration":0}},{"uid":"eab44fd4a60dc40f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eab44fd4a60dc40f","status":"passed","time":{"start":1707756690167,"stop":1707756690168,"duration":1}},{"uid":"23eb5ad309a8a156","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23eb5ad309a8a156","status":"passed","time":{"start":1707754051792,"stop":1707754051792,"duration":0}},{"uid":"b328a7db1a240bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b328a7db1a240bfd","status":"passed","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"f8845a8a3cb990f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8845a8a3cb990f8","status":"passed","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"d2e6fa4ead39abb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2e6fa4ead39abb3","status":"passed","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"f40eb29401154a01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f40eb29401154a01","status":"passed","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"917d99e3568f5bd4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/917d99e3568f5bd4","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"d7fa9f8554bb8ee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d7fa9f8554bb8ee7","status":"passed","time":{"start":1707775337156,"stop":1707775337157,"duration":1}},{"uid":"3ea2ed8cb4610532","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ea2ed8cb4610532","status":"passed","time":{"start":1707775143605,"stop":1707775143605,"duration":0}},{"uid":"f76d4400fb08f3bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f76d4400fb08f3bc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"3d6fd9a85800c3df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d6fd9a85800c3df","status":"passed","time":{"start":1707769940213,"stop":1707769940214,"duration":1}},{"uid":"520427c4d42b56","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/520427c4d42b56","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"286f3239756aaca9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/286f3239756aaca9","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"852b8083c6600cd3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/852b8083c6600cd3","status":"passed","time":{"start":1707756352343,"stop":1707756352343,"duration":0}},{"uid":"d7dcd5a2e415babb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7dcd5a2e415babb","status":"passed","time":{"start":1707753768712,"stop":1707753768713,"duration":1}},{"uid":"1373cac6f3bfe56e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1373cac6f3bfe56e","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"1822b521f7268f15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1822b521f7268f15","status":"passed","time":{"start":1707750899684,"stop":1707750899685,"duration":1}},{"uid":"2eda6bdbbc99beda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2eda6bdbbc99beda","status":"passed","time":{"start":1707736822688,"stop":1707736822689,"duration":1}},{"uid":"b01b911236e721a6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b01b911236e721a6","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de298858f727c29e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de298858f727c29e","status":"passed","time":{"start":1707778058489,"stop":1707778058490,"duration":1}},{"uid":"fdefd67bd02a18a8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fdefd67bd02a18a8","status":"passed","time":{"start":1707775337152,"stop":1707775337153,"duration":1}},{"uid":"4af35de51af870ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4af35de51af870ea","status":"passed","time":{"start":1707775143602,"stop":1707775143602,"duration":0}},{"uid":"124cefe2009480ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cefe2009480ce","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0}},{"uid":"15cd84d52da41f02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15cd84d52da41f02","status":"passed","time":{"start":1707769940212,"stop":1707769940213,"duration":1}},{"uid":"b466a964cc14a53a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b466a964cc14a53a","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"7efe3da20965e47f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7efe3da20965e47f","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"77c08457c5457b6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77c08457c5457b6f","status":"passed","time":{"start":1707756352342,"stop":1707756352342,"duration":0}},{"uid":"fe3de0ec30c65112","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe3de0ec30c65112","status":"passed","time":{"start":1707753768711,"stop":1707753768711,"duration":0}},{"uid":"a408f062f54d52f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a408f062f54d52f5","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"7c68a4421910fd0a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c68a4421910fd0a","status":"passed","time":{"start":1707750899683,"stop":1707750899684,"duration":1}},{"uid":"d275f601c92e1681","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d275f601c92e1681","status":"passed","time":{"start":1707736822685,"stop":1707736822686,"duration":1}},{"uid":"83dd9883daca932f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83dd9883daca932f","status":"passed","time":{"start":1707736014744,"stop":1707736014745,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6974ee6247ba4d9f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6974ee6247ba4d9f","status":"passed","time":{"start":1707778092877,"stop":1707778092878,"duration":1}},{"uid":"b02bd8ed5c993c0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b02bd8ed5c993c0b","status":"passed","time":{"start":1707775368918,"stop":1707775368918,"duration":0}},{"uid":"fa9b6802a1511ee3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9b6802a1511ee3","status":"passed","time":{"start":1707775183286,"stop":1707775183287,"duration":1}},{"uid":"2a68eb11c6e86ea4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a68eb11c6e86ea4","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0}},{"uid":"dc188592cb712b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc188592cb712b1a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"6fc967693d8635f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc967693d8635f5","status":"passed","time":{"start":1707760073028,"stop":1707760073028,"duration":0}},{"uid":"f7ae6ac96cdfdd8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7ae6ac96cdfdd8","status":"passed","time":{"start":1707757771072,"stop":1707757771073,"duration":1}},{"uid":"58fceadbbd5f2ea6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/58fceadbbd5f2ea6","status":"passed","time":{"start":1707756387890,"stop":1707756387891,"duration":1}},{"uid":"736ff31e408cfb66","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736ff31e408cfb66","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"918e0d488fa6d036","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/918e0d488fa6d036","status":"passed","time":{"start":1707753549844,"stop":1707753549844,"duration":0}},{"uid":"86cde4e912921870","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86cde4e912921870","status":"passed","time":{"start":1707750934221,"stop":1707750934222,"duration":1}},{"uid":"d68c8ff0c96d412a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d68c8ff0c96d412a","status":"passed","time":{"start":1707736857299,"stop":1707736857300,"duration":1}},{"uid":"5c547074ef215143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c547074ef215143","status":"passed","time":{"start":1707736056533,"stop":1707736056534,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"47d19cef324d95d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47d19cef324d95d8","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"e5d650505749e986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5d650505749e986","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"db77edbb0145200d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db77edbb0145200d","status":"passed","time":{"start":1707775461890,"stop":1707775461891,"duration":1}},{"uid":"c3bbf8cc4e54a6f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3bbf8cc4e54a6f7","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"92c89469c0c4d1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92c89469c0c4d1a","status":"passed","time":{"start":1707770208547,"stop":1707770208548,"duration":1}},{"uid":"16417c6b5817a509","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16417c6b5817a509","status":"passed","time":{"start":1707760335956,"stop":1707760335957,"duration":1}},{"uid":"1d6b29af3932b164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d6b29af3932b164","status":"passed","time":{"start":1707758023537,"stop":1707758023537,"duration":0}},{"uid":"e348cc4569b05174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e348cc4569b05174","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"c6a1486431aab745","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6a1486431aab745","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"d8749fe80fbba35d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8749fe80fbba35d","status":"passed","time":{"start":1707751136340,"stop":1707751136352,"duration":12}},{"uid":"b8e27e9725c4e7a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8e27e9725c4e7a8","status":"passed","time":{"start":1707737124646,"stop":1707737124647,"duration":1}},{"uid":"eb9ced7bac979f67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb9ced7bac979f67","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"f4ce0300cf85c12e32da15828cdbc1d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d4b9a7976a647e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d4b9a7976a647e8","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"28966cba9a7996f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/28966cba9a7996f5","status":"passed","time":{"start":1707777973006,"stop":1707777973006,"duration":0}},{"uid":"6f345497331d3bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f345497331d3bad","status":"passed","time":{"start":1707775244534,"stop":1707775244535,"duration":1}},{"uid":"a979a8a3d97e4f8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a979a8a3d97e4f8d","status":"passed","time":{"start":1707775050824,"stop":1707775050824,"duration":0}},{"uid":"3a968751b713aeb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a968751b713aeb9","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"f3568cc3d7bff28a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3568cc3d7bff28a","status":"passed","time":{"start":1707769843151,"stop":1707769843151,"duration":0}},{"uid":"810a0b63c691c829","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/810a0b63c691c829","status":"passed","time":{"start":1707759965211,"stop":1707759965211,"duration":0}},{"uid":"486e6fa478b70c77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/486e6fa478b70c77","status":"passed","time":{"start":1707757644396,"stop":1707757644396,"duration":0}},{"uid":"c75294301f763120","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c75294301f763120","status":"passed","time":{"start":1707756267918,"stop":1707756267918,"duration":0}},{"uid":"3b91160481085415","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b91160481085415","status":"passed","time":{"start":1707753668084,"stop":1707753668084,"duration":0}},{"uid":"f018fa0ffd5a3c5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f018fa0ffd5a3c5f","status":"passed","time":{"start":1707753423543,"stop":1707753423544,"duration":1}},{"uid":"5433d9a02ecfb84a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5433d9a02ecfb84a","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"f01a5ae1566432ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f01a5ae1566432ee","status":"passed","time":{"start":1707736730661,"stop":1707736730662,"duration":1}},{"uid":"9d9eb2bfa9175c7c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d9eb2bfa9175c7c","status":"passed","time":{"start":1707735912134,"stop":1707735912135,"duration":1}}]},"fa7a3192cfe17722ce09251a51796a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d29200a20627d925","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d29200a20627d925","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e1defe6181eb88c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e1defe6181eb88c","status":"passed","time":{"start":1707778332048,"stop":1707778332049,"duration":1}},{"uid":"e686e75131315261","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e686e75131315261","status":"passed","time":{"start":1707775601725,"stop":1707775601725,"duration":0}},{"uid":"efeba9144ae54a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/efeba9144ae54a19","status":"passed","time":{"start":1707775415218,"stop":1707775415218,"duration":0}},{"uid":"5ebc808ddb129d90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ebc808ddb129d90","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0}},{"uid":"b8f7d670d3af694","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8f7d670d3af694","status":"passed","time":{"start":1707770103221,"stop":1707770103222,"duration":1}},{"uid":"378b643f8936dfc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/378b643f8936dfc9","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"8512e13d246f58be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8512e13d246f58be","status":"passed","time":{"start":1707757995157,"stop":1707757995158,"duration":1}},{"uid":"3735dea920f851d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3735dea920f851d7","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"234d25a8eefb6c72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/234d25a8eefb6c72","status":"passed","time":{"start":1707753925424,"stop":1707753925425,"duration":1}},{"uid":"1e6b90a67d78276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e6b90a67d78276a","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"33ecba93ff1ae40e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ecba93ff1ae40e","status":"passed","time":{"start":1707751137101,"stop":1707751137101,"duration":0}},{"uid":"2d53eaa9a5bec6b9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d53eaa9a5bec6b9","status":"passed","time":{"start":1707737056798,"stop":1707737056798,"duration":0}},{"uid":"f442f5e9adc5c28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f442f5e9adc5c28","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"2dcaaeadb25f02f39520494a33a16632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c6b8b22ce191948d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c6b8b22ce191948d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1707750884259,"stop":1707750884260,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7581fd4c9fafdea1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7581fd4c9fafdea1","status":"passed","time":{"start":1707777754087,"stop":1707777754089,"duration":2}},{"uid":"f15004c1549eb58f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f15004c1549eb58f","status":"passed","time":{"start":1707775030538,"stop":1707775030539,"duration":1}},{"uid":"65dc061b3f0f0cc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/65dc061b3f0f0cc2","status":"passed","time":{"start":1707774831973,"stop":1707774831974,"duration":1}},{"uid":"390e65815824c096","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/390e65815824c096","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2}},{"uid":"3c7db960fb392f42","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c7db960fb392f42","status":"passed","time":{"start":1707769632308,"stop":1707769632310,"duration":2}},{"uid":"97e3bd4a39e6e799","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97e3bd4a39e6e799","status":"passed","time":{"start":1707759727090,"stop":1707759727092,"duration":2}},{"uid":"83e167ea12a93773","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83e167ea12a93773","status":"passed","time":{"start":1707757422029,"stop":1707757422030,"duration":1}},{"uid":"cf4725a7583c2299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf4725a7583c2299","status":"passed","time":{"start":1707756051497,"stop":1707756051499,"duration":2}},{"uid":"1b07909eab1d7107","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b07909eab1d7107","status":"passed","time":{"start":1707753469610,"stop":1707753469611,"duration":1}},{"uid":"1d3cd46d3b34db4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1d3cd46d3b34db4","status":"passed","time":{"start":1707753198229,"stop":1707753198231,"duration":2}},{"uid":"d8f09b1550044405","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8f09b1550044405","status":"passed","time":{"start":1707750598580,"stop":1707750598581,"duration":1}},{"uid":"d88b57fb535ee116","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d88b57fb535ee116","status":"passed","time":{"start":1707736516056,"stop":1707736516057,"duration":1}},{"uid":"45691c99b2f002e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45691c99b2f002e7","status":"passed","time":{"start":1707735697362,"stop":1707735697364,"duration":2}}]},"b476746374f73ffb6433f3d6052f7d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3537391d90a935","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3537391d90a935","status":"passed","time":{"start":1707770051402,"stop":1707770051402,"duration":0}}]},"d8845f08da5299b49fd6fe0e600a6ac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19b254258260c84c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19b254258260c84c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"bbe9ab8b248f11b58521f34c00af3775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7181b61b500c9c4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7181b61b500c9c4","status":"passed","time":{"start":1707737091308,"stop":1707737091309,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"def82af31f722696","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/def82af31f722696","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"60af16871633daa2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60af16871633daa2","status":"passed","time":{"start":1707775685021,"stop":1707775685022,"duration":1}},{"uid":"91ae9210df35b5b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/91ae9210df35b5b5","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"c29606ab1643f44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c29606ab1643f44","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1}},{"uid":"e2e93225802f087d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2e93225802f087d","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"6127ed99f10082d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6127ed99f10082d","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"10d8f356838ba3ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/10d8f356838ba3ce","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"6d2e5e15f2aab31a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e5e15f2aab31a","status":"passed","time":{"start":1707756690158,"stop":1707756690159,"duration":1}},{"uid":"6c2ba12efd62192f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c2ba12efd62192f","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"86455cf1b55ff3b4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/86455cf1b55ff3b4","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e1752affa47c7f5d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1752affa47c7f5d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"f5c43d696f26b7b8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5c43d696f26b7b8","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"77e05acf53fbf1de","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77e05acf53fbf1de","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59175bfa793731d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59175bfa793731d4","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"25e94855653e3f1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e94855653e3f1a","status":"passed","time":{"start":1707775644355,"stop":1707775644356,"duration":1}},{"uid":"624c5316510763d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/624c5316510763d2","status":"passed","time":{"start":1707775439254,"stop":1707775439254,"duration":0}},{"uid":"6a2f76558cd69716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a2f76558cd69716","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"duration":0}},{"uid":"73e17d002e843cac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/73e17d002e843cac","status":"passed","time":{"start":1707770140536,"stop":1707770140537,"duration":1}},{"uid":"6d54cedf68015df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d54cedf68015df4","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"e6dab2faef1cf917","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6dab2faef1cf917","status":"passed","time":{"start":1707758026468,"stop":1707758026469,"duration":1}},{"uid":"a3bc7026884e06aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3bc7026884e06aa","status":"passed","time":{"start":1707756656799,"stop":1707756656799,"duration":0}},{"uid":"708b3f2bccfe7aec","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/708b3f2bccfe7aec","status":"passed","time":{"start":1707753960363,"stop":1707753960364,"duration":1}},{"uid":"d829a9d2ddd314dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d829a9d2ddd314dc","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"c1cda666d2367643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c1cda666d2367643","status":"passed","time":{"start":1707751157937,"stop":1707751157937,"duration":0}},{"uid":"34e53a3cc1a2211e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34e53a3cc1a2211e","status":"passed","time":{"start":1707737112733,"stop":1707737112733,"duration":0}},{"uid":"9c138f707213ce7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c138f707213ce7f","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d312af35c3309c4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d312af35c3309c4a","status":"passed","time":{"start":1707777754769,"stop":1707777754770,"duration":1}},{"uid":"20fa1da271274095","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20fa1da271274095","status":"passed","time":{"start":1707775031077,"stop":1707775031077,"duration":0}},{"uid":"ce9bfe85352d8fe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce9bfe85352d8fe7","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"79bc8f86f4ee07a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bc8f86f4ee07a4","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"duration":0}},{"uid":"78b5446187b91ebc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b5446187b91ebc","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"b5c191dadc25df78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b5c191dadc25df78","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"af8037c35d97b7fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af8037c35d97b7fb","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"e6fd225cf411dbe9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6fd225cf411dbe9","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"a96fa37fc51a4ad6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a96fa37fc51a4ad6","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"5861b1639d56242f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5861b1639d56242f","status":"passed","time":{"start":1707753198734,"stop":1707753198735,"duration":1}},{"uid":"e1cccf08c6d8c5c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1cccf08c6d8c5c4","status":"passed","time":{"start":1707750599244,"stop":1707750599245,"duration":1}},{"uid":"258043bb80d250a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/258043bb80d250a6","status":"passed","time":{"start":1707736516626,"stop":1707736516626,"duration":0}},{"uid":"f94d496dd1b7cd9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94d496dd1b7cd9a","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9d0de0d6042e75bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9d0de0d6042e75bd","status":"passed","time":{"start":1707777973001,"stop":1707777973002,"duration":1}},{"uid":"a05c7589aac063c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a05c7589aac063c6","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"6d4dc71b96dfd105","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4dc71b96dfd105","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}},{"uid":"fb986c8114b388ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb986c8114b388ed","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"3c0aca76170a088a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c0aca76170a088a","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}},{"uid":"1d265ca0ea3d5a68","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1d265ca0ea3d5a68","status":"passed","time":{"start":1707759965204,"stop":1707759965204,"duration":0}},{"uid":"1f0808ec7449b9f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f0808ec7449b9f2","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}},{"uid":"cda9bb1ee08b61db","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cda9bb1ee08b61db","status":"passed","time":{"start":1707756267911,"stop":1707756267912,"duration":1}},{"uid":"9ba598f3bb3c3132","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ba598f3bb3c3132","status":"passed","time":{"start":1707753668077,"stop":1707753668077,"duration":0}},{"uid":"65aa391ef485a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65aa391ef485a5f","status":"passed","time":{"start":1707753423539,"stop":1707753423540,"duration":1}},{"uid":"a35908fe0c84aaa9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35908fe0c84aaa9","status":"passed","time":{"start":1707750796034,"stop":1707750796035,"duration":1}},{"uid":"248a85c21ec550ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/248a85c21ec550ce","status":"passed","time":{"start":1707736730647,"stop":1707736730653,"duration":6}},{"uid":"15b6ce059c432d3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15b6ce059c432d3c","status":"passed","time":{"start":1707735912124,"stop":1707735912124,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bea9cca31ef65719","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bea9cca31ef65719","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"fa4661ff0cac02bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fa4661ff0cac02bb","status":"passed","time":{"start":1707775384052,"stop":1707775384053,"duration":1}},{"uid":"cab17077a944d16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cab17077a944d16e","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"50beea44992aa161","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50beea44992aa161","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0}},{"uid":"2b3b44bd25722f27","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2b3b44bd25722f27","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"c31612f84d50cf15","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c31612f84d50cf15","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"1cbe5326cb3471eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1cbe5326cb3471eb","status":"passed","time":{"start":1707757782366,"stop":1707757782367,"duration":1}},{"uid":"4f29e3dc15c67c61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f29e3dc15c67c61","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"76041e3ef8a7671c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76041e3ef8a7671c","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"5e0ecae9ba9f0346","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e0ecae9ba9f0346","status":"passed","time":{"start":1707753563081,"stop":1707753563086,"duration":5}},{"uid":"be2adad02876e7ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be2adad02876e7ce","status":"passed","time":{"start":1707750940651,"stop":1707750940652,"duration":1}},{"uid":"84d93c62c08394b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d93c62c08394b5","status":"passed","time":{"start":1707736870543,"stop":1707736870544,"duration":1}},{"uid":"dc386bcf1c92b60b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc386bcf1c92b60b","status":"passed","time":{"start":1707736068811,"stop":1707736068812,"duration":1}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe182d456c7bf962","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe182d456c7bf962","status":"passed","time":{"start":1707777772233,"stop":1707777772233,"duration":0}},{"uid":"b03c86ad48f029d4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b03c86ad48f029d4","status":"passed","time":{"start":1707775048146,"stop":1707775048147,"duration":1}},{"uid":"60a25450444169af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/60a25450444169af","status":"passed","time":{"start":1707774850257,"stop":1707774850257,"duration":0}},{"uid":"69400db10c57aa3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69400db10c57aa3d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"8eeb9b131d139e61","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8eeb9b131d139e61","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"df0a5382146ecceb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/df0a5382146ecceb","status":"passed","time":{"start":1707759745078,"stop":1707759745078,"duration":0}},{"uid":"32ff9e0697489210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32ff9e0697489210","status":"passed","time":{"start":1707757440222,"stop":1707757440222,"duration":0}},{"uid":"9619b8add9cb1654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9619b8add9cb1654","status":"passed","time":{"start":1707756069083,"stop":1707756069083,"duration":0}},{"uid":"5ef4e6716d7311ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ef4e6716d7311ad","status":"passed","time":{"start":1707753487641,"stop":1707753487641,"duration":0}},{"uid":"ba800111cbe10359","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba800111cbe10359","status":"passed","time":{"start":1707753216621,"stop":1707753216622,"duration":1}},{"uid":"9fe5f2b1a3696e96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fe5f2b1a3696e96","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"aafb8d158c75a380","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aafb8d158c75a380","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"1ec0874ccdb45fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ec0874ccdb45fa","status":"passed","time":{"start":1707735716033,"stop":1707735716033,"duration":0}}]},"3ad9b5ffc5b4f116adc3e752dcefd292:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4ba49fe7e2bd38d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4ba49fe7e2bd38d","status":"passed","time":{"start":1707753793191,"stop":1707753793191,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4789a037c931a730","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4789a037c931a730","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"62481a8b09c7b671","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62481a8b09c7b671","status":"passed","time":{"start":1707775017702,"stop":1707775017702,"duration":0}},{"uid":"3116834cab121bb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3116834cab121bb4","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"cba275eba6dfb664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cba275eba6dfb664","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"96791189346418ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96791189346418ac","status":"passed","time":{"start":1707769619250,"stop":1707769619251,"duration":1}},{"uid":"54099bd8b6c3aaf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54099bd8b6c3aaf1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"1ab063186d8bf9d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ab063186d8bf9d6","status":"passed","time":{"start":1707757408923,"stop":1707757408924,"duration":1}},{"uid":"ff2d93d2c2dab2f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff2d93d2c2dab2f3","status":"passed","time":{"start":1707756038651,"stop":1707756038651,"duration":0}},{"uid":"da5cd2ae4c3894f7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da5cd2ae4c3894f7","status":"passed","time":{"start":1707753456820,"stop":1707753456821,"duration":1}},{"uid":"c6b3dace447c0b01","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6b3dace447c0b01","status":"passed","time":{"start":1707753185027,"stop":1707753185028,"duration":1}},{"uid":"6966a2845a96c10f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6966a2845a96c10f","status":"passed","time":{"start":1707750585691,"stop":1707750585691,"duration":0}},{"uid":"e2984fc8c7fd481c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2984fc8c7fd481c","status":"passed","time":{"start":1707736503244,"stop":1707736503244,"duration":0}},{"uid":"3b9bdce57c29dc77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9bdce57c29dc77","status":"passed","time":{"start":1707735684541,"stop":1707735684541,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4815880549605ce3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4815880549605ce3","status":"passed","time":{"start":1707777764075,"stop":1707777764075,"duration":0}},{"uid":"5b2277b067d4abfc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b2277b067d4abfc","status":"passed","time":{"start":1707775040144,"stop":1707775040145,"duration":1}},{"uid":"2d3c18f008c46593","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d3c18f008c46593","status":"passed","time":{"start":1707774842099,"stop":1707774842100,"duration":1}},{"uid":"dad4ca1b6fa67d87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dad4ca1b6fa67d87","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"duration":0}},{"uid":"dd3b7dc331666aaf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dd3b7dc331666aaf","status":"passed","time":{"start":1707769642217,"stop":1707769642217,"duration":0}},{"uid":"f92fb55fbcdc867a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f92fb55fbcdc867a","status":"passed","time":{"start":1707759737065,"stop":1707759737066,"duration":1}},{"uid":"e06fddd86b566d3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e06fddd86b566d3c","status":"passed","time":{"start":1707757431972,"stop":1707757431972,"duration":0}},{"uid":"18cca652efd77820","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18cca652efd77820","status":"passed","time":{"start":1707756061016,"stop":1707756061017,"duration":1}},{"uid":"db63d7d49b9a1c4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/db63d7d49b9a1c4e","status":"passed","time":{"start":1707753479604,"stop":1707753479605,"duration":1}},{"uid":"7173fc85d9f1b202","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7173fc85d9f1b202","status":"passed","time":{"start":1707753208305,"stop":1707753208305,"duration":0}},{"uid":"ab9633bea1bdab26","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab9633bea1bdab26","status":"passed","time":{"start":1707750608581,"stop":1707750608582,"duration":1}},{"uid":"c521d7b9288167a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c521d7b9288167a2","status":"passed","time":{"start":1707736525852,"stop":1707736525852,"duration":0}},{"uid":"51b29c023bf89ef4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51b29c023bf89ef4","status":"passed","time":{"start":1707735707686,"stop":1707735707686,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5c641a6f69fabc6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5c641a6f69fabc6","status":"passed","time":{"start":1707777973003,"stop":1707777973004,"duration":1}},{"uid":"f75721cf50b3b269","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f75721cf50b3b269","status":"passed","time":{"start":1707775244532,"stop":1707775244533,"duration":1}},{"uid":"de4aa9bef0002a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de4aa9bef0002a","status":"passed","time":{"start":1707775050822,"stop":1707775050822,"duration":0}},{"uid":"12f72bc048225556","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f72bc048225556","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1}},{"uid":"be09b88fe52586f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be09b88fe52586f0","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"c562a290a091f91","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c562a290a091f91","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"b728e961ade99b92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b728e961ade99b92","status":"passed","time":{"start":1707757644394,"stop":1707757644394,"duration":0}},{"uid":"37cdfdc5dcd3ef66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37cdfdc5dcd3ef66","status":"passed","time":{"start":1707756267914,"stop":1707756267915,"duration":1}},{"uid":"4c49824086690904","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c49824086690904","status":"passed","time":{"start":1707753668079,"stop":1707753668079,"duration":0}},{"uid":"269ef5214f91634a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/269ef5214f91634a","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"f0728fcd12fdbe30","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0728fcd12fdbe30","status":"passed","time":{"start":1707750796036,"stop":1707750796036,"duration":0}},{"uid":"40c34d5f280fa101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40c34d5f280fa101","status":"passed","time":{"start":1707736730656,"stop":1707736730657,"duration":1}},{"uid":"4bc7409a580f1f8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4bc7409a580f1f8e","status":"passed","time":{"start":1707735912128,"stop":1707735912130,"duration":2}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b4f4fafb431ee12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b4f4fafb431ee12","status":"passed","time":{"start":1707777795165,"stop":1707777795165,"duration":0}},{"uid":"52d02f53386547ba","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/52d02f53386547ba","status":"passed","time":{"start":1707775070518,"stop":1707775070518,"duration":0}},{"uid":"5d63ad6127d135e5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5d63ad6127d135e5","status":"passed","time":{"start":1707774873414,"stop":1707774873414,"duration":0}},{"uid":"eae36a889b85c938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eae36a889b85c938","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"duration":0}},{"uid":"589866ade73c27ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/589866ade73c27ae","status":"passed","time":{"start":1707769673027,"stop":1707769673027,"duration":0}},{"uid":"8236f908f9bc5ef2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8236f908f9bc5ef2","status":"passed","time":{"start":1707759767766,"stop":1707759767766,"duration":0}},{"uid":"99ac68c29d99d992","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99ac68c29d99d992","status":"passed","time":{"start":1707757463883,"stop":1707757463883,"duration":0}},{"uid":"b35edba0545eeabe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b35edba0545eeabe","status":"passed","time":{"start":1707756091993,"stop":1707756091993,"duration":0}},{"uid":"58b038212672ffc5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58b038212672ffc5","status":"passed","time":{"start":1707753510235,"stop":1707753510235,"duration":0}},{"uid":"e602ff40b095feae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e602ff40b095feae","status":"passed","time":{"start":1707753240423,"stop":1707753240424,"duration":1}},{"uid":"f32d9a47e818f70","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f32d9a47e818f70","status":"passed","time":{"start":1707750639411,"stop":1707750639411,"duration":0}},{"uid":"3e7cf10bc47e2c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e7cf10bc47e2c3","status":"passed","time":{"start":1707736555757,"stop":1707736555758,"duration":1}},{"uid":"5adec6b6ad928a6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5adec6b6ad928a6f","status":"passed","time":{"start":1707735739988,"stop":1707735739989,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"530383af1ba45dd2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/530383af1ba45dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798769,"stop":1707777798769,"duration":0}},{"uid":"c793026a6c61ff89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c793026a6c61ff89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"ea79d88e8949a8d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea79d88e8949a8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"518b9764c9450d16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518b9764c9450d16","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825086,"duration":0}},{"uid":"1a7df3b249e4789a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a7df3b249e4789a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"6dbb026c47ded5f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6dbb026c47ded5f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769676,"duration":0}},{"uid":"1c7ff5d388c4ec39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c7ff5d388c4ec39","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468641,"stop":1707757468641,"duration":0}},{"uid":"4ce639f5293948f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4ce639f5293948f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096186,"duration":0}},{"uid":"c94a6772e44e25bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c94a6772e44e25bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517980,"stop":1707753517980,"duration":0}},{"uid":"7c2b818de9b46b32","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c2b818de9b46b32","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"f2f1139a168529f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f2f1139a168529f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643523,"duration":1}},{"uid":"a9e86f454359d22b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9e86f454359d22b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"6bb925850bda41c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bb925850bda41c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ab058b69141b3f0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ab058b69141b3f0","status":"passed","time":{"start":1707777770857,"stop":1707777770858,"duration":1}},{"uid":"cb00de6fe34c6d01","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb00de6fe34c6d01","status":"passed","time":{"start":1707775046908,"stop":1707775046909,"duration":1}},{"uid":"6d1e92758ae39e79","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d1e92758ae39e79","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"73c85fb06ee61693","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73c85fb06ee61693","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1}},{"uid":"29fad267cfedb2a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29fad267cfedb2a4","status":"passed","time":{"start":1707769649006,"stop":1707769649007,"duration":1}},{"uid":"5828860002073de0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5828860002073de0","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"2becfa30737484cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2becfa30737484cc","status":"passed","time":{"start":1707757438819,"stop":1707757438820,"duration":1}},{"uid":"dcdec55c3a93bdb8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dcdec55c3a93bdb8","status":"passed","time":{"start":1707756067673,"stop":1707756067673,"duration":0}},{"uid":"af6e92358587bbe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/af6e92358587bbe2","status":"passed","time":{"start":1707753486287,"stop":1707753486287,"duration":0}},{"uid":"a0a821c3621df968","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0a821c3621df968","status":"passed","time":{"start":1707753215214,"stop":1707753215214,"duration":0}},{"uid":"76d9e3b2b9035d09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76d9e3b2b9035d09","status":"passed","time":{"start":1707750615195,"stop":1707750615195,"duration":0}},{"uid":"90b5fd93424b38dd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/90b5fd93424b38dd","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"bd3b0b261f9d6ce0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd3b0b261f9d6ce0","status":"passed","time":{"start":1707735714498,"stop":1707735714499,"duration":1}}]},"85dcd4029e776dc4439c45b939c5c330:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b92cff54bbdb63cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b92cff54bbdb63cd","status":"passed","time":{"start":1707751162311,"stop":1707751162311,"duration":0}}]},"9fb7a93b6d04b9cbaa2e57bb9f51800f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bda85bde318c8a98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bda85bde318c8a98","status":"passed","time":{"start":1707753782777,"stop":1707753782778,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac15725212320587","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac15725212320587","status":"passed","time":{"start":1707778326668,"stop":1707778326669,"duration":1}},{"uid":"f66ef020f0bc0993","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f66ef020f0bc0993","status":"passed","time":{"start":1707775610545,"stop":1707775610546,"duration":1}},{"uid":"4ef043306d4d3154","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ef043306d4d3154","status":"passed","time":{"start":1707775405810,"stop":1707775405811,"duration":1}},{"uid":"697534a2e92edaee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/697534a2e92edaee","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1}},{"uid":"c6911a550907e1d7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6911a550907e1d7","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"23d7f7437f66a739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23d7f7437f66a739","status":"passed","time":{"start":1707760294900,"stop":1707760294901,"duration":1}},{"uid":"fa094d6a6ff1570a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa094d6a6ff1570a","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"d500aa7a01d26d7d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d500aa7a01d26d7d","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"fb94eed7b31e3703","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb94eed7b31e3703","status":"passed","time":{"start":1707753926593,"stop":1707753926593,"duration":0}},{"uid":"a6e755112ea46b80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6e755112ea46b80","status":"passed","time":{"start":1707753779035,"stop":1707753779036,"duration":1}},{"uid":"202cba057ba9a35e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/202cba057ba9a35e","status":"passed","time":{"start":1707751117677,"stop":1707751117677,"duration":0}},{"uid":"6d619626ad319e2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d619626ad319e2d","status":"passed","time":{"start":1707737065100,"stop":1707737065101,"duration":1}},{"uid":"af9425b4cdb1c36d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af9425b4cdb1c36d","status":"passed","time":{"start":1707736281630,"stop":1707736281631,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5e12bc744a8a6fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5e12bc744a8a6fc","status":"passed","time":{"start":1707778060801,"stop":1707778060802,"duration":1}},{"uid":"dc53e51ba138077e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc53e51ba138077e","status":"passed","time":{"start":1707775339578,"stop":1707775339578,"duration":0}},{"uid":"c9ac1db3b87365c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9ac1db3b87365c1","status":"passed","time":{"start":1707775146026,"stop":1707775146026,"duration":0}},{"uid":"5376ef6bb9988017","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5376ef6bb9988017","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0}},{"uid":"dba0b09a6ee6973c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dba0b09a6ee6973c","status":"passed","time":{"start":1707769941591,"stop":1707769941591,"duration":0}},{"uid":"26bed431f9e288d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/26bed431f9e288d4","status":"passed","time":{"start":1707760043795,"stop":1707760043795,"duration":0}},{"uid":"c8db9368fc7bcf4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8db9368fc7bcf4a","status":"passed","time":{"start":1707757737712,"stop":1707757737713,"duration":1}},{"uid":"766f54a81dacca1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/766f54a81dacca1","status":"passed","time":{"start":1707756354876,"stop":1707756354876,"duration":0}},{"uid":"dc8d96fc50597d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc8d96fc50597d8","status":"passed","time":{"start":1707753752604,"stop":1707753752605,"duration":1}},{"uid":"bb6708911034d438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bb6708911034d438","status":"passed","time":{"start":1707753516212,"stop":1707753516212,"duration":0}},{"uid":"c4f358512709a3c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4f358512709a3c7","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"b3bb3fd17f26fb29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3bb3fd17f26fb29","status":"passed","time":{"start":1707736826035,"stop":1707736826035,"duration":0}},{"uid":"467baac67a3694ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/467baac67a3694ad","status":"passed","time":{"start":1707736021608,"stop":1707736021608,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"81c33b64b146daeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81c33b64b146daeb","status":"passed","time":{"start":1707777977670,"stop":1707777977670,"duration":0}},{"uid":"502e30d7519772ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/502e30d7519772ed","status":"passed","time":{"start":1707775258460,"stop":1707775258461,"duration":1}},{"uid":"77b953fe55e39960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/77b953fe55e39960","status":"passed","time":{"start":1707775082027,"stop":1707775082028,"duration":1}},{"uid":"c7bc7b3b5871d9b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7bc7b3b5871d9b5","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"duration":1}},{"uid":"102e1c3eabb723bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/102e1c3eabb723bc","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"bed3e735f74e7a79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bed3e735f74e7a79","status":"passed","time":{"start":1707759921459,"stop":1707759921460,"duration":1}},{"uid":"b4d2fd888e14ec26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4d2fd888e14ec26","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"f617e33ba8916a01","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f617e33ba8916a01","status":"passed","time":{"start":1707756261813,"stop":1707756261814,"duration":1}},{"uid":"58c99d432c78f774","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58c99d432c78f774","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"9d6e0eb89441beb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d6e0eb89441beb6","status":"passed","time":{"start":1707753409591,"stop":1707753409591,"duration":0}},{"uid":"a0c801b4ba3d4a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0c801b4ba3d4a4d","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"f7f5c6d78183db5d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7f5c6d78183db5d","status":"passed","time":{"start":1707736708333,"stop":1707736708334,"duration":1}},{"uid":"45317284588dae28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45317284588dae28","status":"passed","time":{"start":1707735914390,"stop":1707735914391,"duration":1}}]},"4623b161622cbcdc53d791ff8c767fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c66d84896b6782","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23c66d84896b6782","status":"passed","time":{"start":1707760174032,"stop":1707760174032,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5cadaa5bbb2709b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cadaa5bbb2709b9","status":"passed","time":{"start":1707777973002,"stop":1707777973003,"duration":1}},{"uid":"8e88fe82d8d1a7ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e88fe82d8d1a7ef","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"ef533bf206c3251e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef533bf206c3251e","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"46da5efe83d21d01","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46da5efe83d21d01","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"e56bda7504903218","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e56bda7504903218","status":"passed","time":{"start":1707769843148,"stop":1707769843148,"duration":0}},{"uid":"747589fff6e45280","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/747589fff6e45280","status":"passed","time":{"start":1707759965206,"stop":1707759965207,"duration":1}},{"uid":"3ff8faf872db24c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ff8faf872db24c9","status":"passed","time":{"start":1707757644393,"stop":1707757644393,"duration":0}},{"uid":"1dbe5bb790ded929","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1dbe5bb790ded929","status":"passed","time":{"start":1707756267912,"stop":1707756267913,"duration":1}},{"uid":"8051587a716fb3ca","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8051587a716fb3ca","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"ccd5460160706b58","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ccd5460160706b58","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"26921ee9d138e440","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26921ee9d138e440","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"1e186a4afa29b677","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e186a4afa29b677","status":"passed","time":{"start":1707736730654,"stop":1707736730655,"duration":1}},{"uid":"5ad932a8d34d7ad0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5ad932a8d34d7ad0","status":"passed","time":{"start":1707735912126,"stop":1707735912127,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2868c00191beaa7e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2868c00191beaa7e","status":"passed","time":{"start":1707777977668,"stop":1707777977669,"duration":1}},{"uid":"62fe096d0b835535","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62fe096d0b835535","status":"passed","time":{"start":1707775258459,"stop":1707775258459,"duration":0}},{"uid":"f5cd8687711754f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5cd8687711754f7","status":"passed","time":{"start":1707775082022,"stop":1707775082022,"duration":0}},{"uid":"2cd38c6f551f2eb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd38c6f551f2eb9","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"duration":0}},{"uid":"c9e9a7df9c114d80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9e9a7df9c114d80","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"93138e2e41df37d7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/93138e2e41df37d7","status":"passed","time":{"start":1707759921458,"stop":1707759921458,"duration":0}},{"uid":"6615d7329ff0ec00","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6615d7329ff0ec00","status":"passed","time":{"start":1707757624879,"stop":1707757624880,"duration":1}},{"uid":"e9ad94dbe59dcec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9ad94dbe59dcec","status":"passed","time":{"start":1707756261805,"stop":1707756261807,"duration":2}},{"uid":"bb503d9dfa699a6d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb503d9dfa699a6d","status":"passed","time":{"start":1707753651172,"stop":1707753651185,"duration":13}},{"uid":"4d7c93720aac20aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d7c93720aac20aa","status":"passed","time":{"start":1707753409589,"stop":1707753409589,"duration":0}},{"uid":"2e085e4eef5c8eeb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e085e4eef5c8eeb","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"38e10ebbe63d1785","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e10ebbe63d1785","status":"passed","time":{"start":1707736708332,"stop":1707736708332,"duration":0}},{"uid":"da43b57bc56fa9a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da43b57bc56fa9a5","status":"passed","time":{"start":1707735914389,"stop":1707735914389,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"56a38f20bea6db29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56a38f20bea6db29","status":"passed","time":{"start":1707777764077,"stop":1707777764077,"duration":0}},{"uid":"811616d6f0b1427b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/811616d6f0b1427b","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"702c3b81bbc7ee83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/702c3b81bbc7ee83","status":"passed","time":{"start":1707774842102,"stop":1707774842102,"duration":0}},{"uid":"a7d218e93dc37516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a7d218e93dc37516","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"duration":0}},{"uid":"957f5d4ff2fc8321","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/957f5d4ff2fc8321","status":"passed","time":{"start":1707769642219,"stop":1707769642219,"duration":0}},{"uid":"4f3a231c1fd317d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f3a231c1fd317d9","status":"passed","time":{"start":1707759737067,"stop":1707759737068,"duration":1}},{"uid":"962ddca791e3abb1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/962ddca791e3abb1","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"dbce7a7a00b146bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dbce7a7a00b146bf","status":"passed","time":{"start":1707756061018,"stop":1707756061019,"duration":1}},{"uid":"81ff3d50e0cfa6ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ff3d50e0cfa6ce","status":"passed","time":{"start":1707753479608,"stop":1707753479608,"duration":0}},{"uid":"c6e068628ee67f90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6e068628ee67f90","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"940d309560a3e90e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/940d309560a3e90e","status":"passed","time":{"start":1707750608583,"stop":1707750608584,"duration":1}},{"uid":"a10574de09234ddf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a10574de09234ddf","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"a401acb118e3c58a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a401acb118e3c58a","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"40fafebfce7f20d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40fafebfce7f20d3","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"cb37af5113855ea6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb37af5113855ea6","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"3f8aa4a2d9c75d32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f8aa4a2d9c75d32","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"11e6898894ed0f1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11e6898894ed0f1d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"1ecc510ee098c459","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ecc510ee098c459","status":"passed","time":{"start":1707770126650,"stop":1707770126651,"duration":1}},{"uid":"1b37b36cf9a1d9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1b37b36cf9a1d9e","status":"passed","time":{"start":1707760312928,"stop":1707760312929,"duration":1}},{"uid":"aaa87bda5b3551d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aaa87bda5b3551d8","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"9812e013b4333f34","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9812e013b4333f34","status":"passed","time":{"start":1707756635736,"stop":1707756635737,"duration":1}},{"uid":"9c94fd6b3a7a5304","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c94fd6b3a7a5304","status":"passed","time":{"start":1707753934641,"stop":1707753934641,"duration":0}},{"uid":"7dcf5348997e18f3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7dcf5348997e18f3","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"45ca666728377b73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/45ca666728377b73","status":"passed","time":{"start":1707751117572,"stop":1707751117572,"duration":0}},{"uid":"c5a73936615bb1f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5a73936615bb1f5","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"375691339d06c1c5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/375691339d06c1c5","status":"passed","time":{"start":1707736296308,"stop":1707736296309,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14215b91c23776ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14215b91c23776ec","status":"passed","time":{"start":1707777977662,"stop":1707777977663,"duration":1}},{"uid":"9596eb43287876b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9596eb43287876b9","status":"passed","time":{"start":1707775258453,"stop":1707775258453,"duration":0}},{"uid":"5ce467c027b02974","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce467c027b02974","status":"passed","time":{"start":1707775082010,"stop":1707775082012,"duration":2}},{"uid":"e2109d1dcc165eaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2109d1dcc165eaa","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0}},{"uid":"80888f547fcf145a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80888f547fcf145a","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"91a5c502b830e999","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91a5c502b830e999","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"c80d71011deb2dc8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c80d71011deb2dc8","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"db012f42091ee8da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db012f42091ee8da","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"bc0e32e20cdf023a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc0e32e20cdf023a","status":"passed","time":{"start":1707753651164,"stop":1707753651164,"duration":0}},{"uid":"96243545646b4748","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96243545646b4748","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"5a9531736d97c8d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a9531736d97c8d2","status":"passed","time":{"start":1707750722045,"stop":1707750722046,"duration":1}},{"uid":"b5c4a069574c8dd0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5c4a069574c8dd0","status":"passed","time":{"start":1707736708325,"stop":1707736708325,"duration":0}},{"uid":"159f0fd978eb9323","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/159f0fd978eb9323","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c35a982d99eb2e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c35a982d99eb2e5","status":"passed","time":{"start":1707778126357,"stop":1707778126357,"duration":0}},{"uid":"ac33f5fd945140ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac33f5fd945140ac","status":"passed","time":{"start":1707775409496,"stop":1707775409496,"duration":0}},{"uid":"5ce3190a1367fd9b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce3190a1367fd9b","status":"passed","time":{"start":1707775220004,"stop":1707775220004,"duration":0}},{"uid":"31d8cc594e72d975","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31d8cc594e72d975","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1}},{"uid":"b473f4e45793add6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b473f4e45793add6","status":"passed","time":{"start":1707769994553,"stop":1707769994553,"duration":0}},{"uid":"562682568f9fcb43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/562682568f9fcb43","status":"passed","time":{"start":1707760106465,"stop":1707760106465,"duration":0}},{"uid":"f490f1153c0a4cc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f490f1153c0a4cc1","status":"passed","time":{"start":1707757804320,"stop":1707757804321,"duration":1}},{"uid":"e6dc56f5114f79ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6dc56f5114f79ec","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"afcd91ed3fac5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afcd91ed3fac5c","status":"passed","time":{"start":1707753796555,"stop":1707753796556,"duration":1}},{"uid":"2974f8039516e6bc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2974f8039516e6bc","status":"passed","time":{"start":1707753586172,"stop":1707753586172,"duration":0}},{"uid":"83abe717f0a4a652","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83abe717f0a4a652","status":"passed","time":{"start":1707750964817,"stop":1707750964817,"duration":0}},{"uid":"cade6563f3bee4b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cade6563f3bee4b6","status":"passed","time":{"start":1707736890445,"stop":1707736890445,"duration":0}},{"uid":"e3a49140ba430c39","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3a49140ba430c39","status":"passed","time":{"start":1707736096398,"stop":1707736096398,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd1ac979e6a51b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1ac979e6a51b3d","status":"passed","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"b5ce5b527d2e1f48","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5ce5b527d2e1f48","status":"passed","time":{"start":1707775602050,"stop":1707775602051,"duration":1}},{"uid":"e64e480bb58d59ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e64e480bb58d59ba","status":"passed","time":{"start":1707775390254,"stop":1707775390254,"duration":0}},{"uid":"1999a27752d432f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1999a27752d432f4","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"duration":1}},{"uid":"ad1657d7fda48e90","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad1657d7fda48e90","status":"passed","time":{"start":1707769968738,"stop":1707769968739,"duration":1}},{"uid":"7ff63e079524ded3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ff63e079524ded3","status":"passed","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"a5396101891c97a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5396101891c97a8","status":"passed","time":{"start":1707758006730,"stop":1707758006731,"duration":1}},{"uid":"c3bb1a16bf0d4edc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3bb1a16bf0d4edc","status":"passed","time":{"start":1707756617067,"stop":1707756617067,"duration":0}},{"uid":"f7d5793414955d89","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d5793414955d89","status":"passed","time":{"start":1707753988895,"stop":1707753988896,"duration":1}},{"uid":"7f1415e455c0b344","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f1415e455c0b344","status":"passed","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"88187fb67c819b4f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88187fb67c819b4f","status":"passed","time":{"start":1707751162327,"stop":1707751162327,"duration":0}},{"uid":"5cc6d9c4825acc19","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cc6d9c4825acc19","status":"passed","time":{"start":1707737091391,"stop":1707737091392,"duration":1}},{"uid":"5806f814e93b393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5806f814e93b393","status":"passed","time":{"start":1707736260167,"stop":1707736260170,"duration":3}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"97c9a7adf1bf9f11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97c9a7adf1bf9f11","status":"passed","time":{"start":1707778202461,"stop":1707778202461,"duration":0}},{"uid":"5bf57233a8b11edf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5bf57233a8b11edf","status":"passed","time":{"start":1707775486584,"stop":1707775486587,"duration":3}},{"uid":"ee8b9d7cc5c6a283","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee8b9d7cc5c6a283","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"50eb5f2237f5ff98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50eb5f2237f5ff98","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1}},{"uid":"b2150203c3f9837a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2150203c3f9837a","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"50def716b8995e29","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50def716b8995e29","status":"passed","time":{"start":1707760173993,"stop":1707760173993,"duration":0}},{"uid":"9e773b367470e3bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e773b367470e3bb","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"d687a08caa8613f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d687a08caa8613f1","status":"passed","time":{"start":1707756499890,"stop":1707756499890,"duration":0}},{"uid":"8e95f82ccd6821a9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e95f82ccd6821a9","status":"passed","time":{"start":1707753870418,"stop":1707753870419,"duration":1}},{"uid":"a6a490ae15dac2c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6a490ae15dac2c7","status":"passed","time":{"start":1707753647454,"stop":1707753647455,"duration":1}},{"uid":"d852b0e7aee8b2f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d852b0e7aee8b2f6","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"b921664965fe387d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b921664965fe387d","status":"passed","time":{"start":1707736947831,"stop":1707736947832,"duration":1}},{"uid":"3d4780026c054c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4780026c054c44","status":"passed","time":{"start":1707736152489,"stop":1707736152489,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"420f163d8cb1be17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420f163d8cb1be17","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"b77962774d0afee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b77962774d0afee7","status":"passed","time":{"start":1707775602032,"stop":1707775602033,"duration":1}},{"uid":"d14a41d7f6b45ac3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d14a41d7f6b45ac3","status":"passed","time":{"start":1707775390245,"stop":1707775390246,"duration":1}},{"uid":"b96fcbd34f3984b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b96fcbd34f3984b","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"abe74270e56834c3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abe74270e56834c3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"2c1400b6f28ba541","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c1400b6f28ba541","status":"passed","time":{"start":1707760301824,"stop":1707760301824,"duration":0}},{"uid":"f0380ca15ee1b623","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0380ca15ee1b623","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"4e1cb17804501784","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1cb17804501784","status":"passed","time":{"start":1707756617057,"stop":1707756617057,"duration":0}},{"uid":"d9debdb20167247c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9debdb20167247c","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"d18892ddc2c0864a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d18892ddc2c0864a","status":"passed","time":{"start":1707753782776,"stop":1707753782776,"duration":0}},{"uid":"9fca5db5bc5f3a45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fca5db5bc5f3a45","status":"passed","time":{"start":1707751162321,"stop":1707751162322,"duration":1}},{"uid":"809c3c9fa82cd04c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/809c3c9fa82cd04c","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"9a8d0db082b4d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a8d0db082b4d778","status":"passed","time":{"start":1707736260161,"stop":1707736260161,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"97bc30e657e0b3c9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97bc30e657e0b3c9","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"49ec910e019fdae2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49ec910e019fdae2","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"32c090525500b4a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32c090525500b4a5","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"31f9238b722939f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31f9238b722939f0","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"d0518bbc303855ab","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0518bbc303855ab","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"8ca9adc341999802","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ca9adc341999802","status":"passed","time":{"start":1707760335948,"stop":1707760335949,"duration":1}},{"uid":"812e2bbd55127f78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/812e2bbd55127f78","status":"passed","time":{"start":1707758023533,"stop":1707758023534,"duration":1}},{"uid":"3781e1d30819d1f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3781e1d30819d1f5","status":"passed","time":{"start":1707756664002,"stop":1707756664003,"duration":1}},{"uid":"64740f23185f8091","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64740f23185f8091","status":"passed","time":{"start":1707753837168,"stop":1707753837169,"duration":1}},{"uid":"795c075c480ef41d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/795c075c480ef41d","status":"passed","time":{"start":1707751136319,"stop":1707751136320,"duration":1}},{"uid":"3daae7969823f9f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3daae7969823f9f1","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"3034224511cfb86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3034224511cfb86","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"15c79c2790eb11ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/15c79c2790eb11ec","status":"passed","time":{"start":1707778194717,"stop":1707778194717,"duration":0}},{"uid":"4fa67b252a57f083","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4fa67b252a57f083","status":"passed","time":{"start":1707775487316,"stop":1707775487316,"duration":0}},{"uid":"69b63ce1f0d76e36","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b63ce1f0d76e36","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"80eae47e50e64734","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80eae47e50e64734","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"duration":0}},{"uid":"63275dd896bea47a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63275dd896bea47a","status":"passed","time":{"start":1707770006113,"stop":1707770006113,"duration":0}},{"uid":"ff19040c5701f6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff19040c5701f6fa","status":"passed","time":{"start":1707760178496,"stop":1707760178496,"duration":0}},{"uid":"615790f67e4491db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/615790f67e4491db","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"23127ddabdf0563a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23127ddabdf0563a","status":"passed","time":{"start":1707756509483,"stop":1707756509483,"duration":0}},{"uid":"e072c30bd4594818","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e072c30bd4594818","status":"passed","time":{"start":1707753810715,"stop":1707753810715,"duration":0}},{"uid":"a7cad848a281f16c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7cad848a281f16c","status":"passed","time":{"start":1707753662127,"stop":1707753662127,"duration":0}},{"uid":"ec0a74e44b80f1f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ec0a74e44b80f1f4","status":"passed","time":{"start":1707736955777,"stop":1707736955777,"duration":0}},{"uid":"c7ce265a0776d2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7ce265a0776d2f6","status":"passed","time":{"start":1707736167317,"stop":1707736167317,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba59c11001bfc06b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba59c11001bfc06b","status":"passed","time":{"start":1707778002165,"stop":1707778002165,"duration":0}},{"uid":"2fe2696c621fe7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2fe2696c621fe7","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"d30fb65be8924579","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d30fb65be8924579","status":"passed","time":{"start":1707775094102,"stop":1707775094103,"duration":1}},{"uid":"5b721c1947ec18d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b721c1947ec18d0","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"8bb21138b8faf733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8bb21138b8faf733","status":"passed","time":{"start":1707769883635,"stop":1707769883635,"duration":0}},{"uid":"e49d87a36703802f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e49d87a36703802f","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"d22c795e6c2307b3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d22c795e6c2307b3","status":"passed","time":{"start":1707757677810,"stop":1707757677811,"duration":1}},{"uid":"a51ca69278a80d75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a51ca69278a80d75","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"c97adb0a30a6bb7e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97adb0a30a6bb7e","status":"passed","time":{"start":1707753735501,"stop":1707753735502,"duration":1}},{"uid":"16e923bbc89864e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16e923bbc89864e","status":"passed","time":{"start":1707753472968,"stop":1707753472969,"duration":1}},{"uid":"af6ae984c05c9000","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af6ae984c05c9000","status":"passed","time":{"start":1707750845161,"stop":1707750845162,"duration":1}},{"uid":"d210e26d8c3f0fed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d210e26d8c3f0fed","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"c909236d0dbc54aa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c909236d0dbc54aa","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"76a65095829d3abf7731dca364cb583b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7c6dca9c248c102","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7c6dca9c248c102","status":"passed","time":{"start":1707750796034,"stop":1707750796034,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93c7174a4dc384b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93c7174a4dc384b7","status":"passed","time":{"start":1707777972997,"stop":1707777972997,"duration":0}},{"uid":"893d3942550810a7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/893d3942550810a7","status":"passed","time":{"start":1707775244527,"stop":1707775244527,"duration":0}},{"uid":"bbfe04f2492925f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bbfe04f2492925f7","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"7029b826cd9f4ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7029b826cd9f4ac5","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1}},{"uid":"95e3bd23ab2b2dbe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/95e3bd23ab2b2dbe","status":"passed","time":{"start":1707769843141,"stop":1707769843142,"duration":1}},{"uid":"5de8d1aad7692d7e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de8d1aad7692d7e","status":"passed","time":{"start":1707759965191,"stop":1707759965191,"duration":0}},{"uid":"6f5677ad1181da7e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f5677ad1181da7e","status":"passed","time":{"start":1707757644387,"stop":1707757644388,"duration":1}},{"uid":"4817804bcce044f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4817804bcce044f4","status":"passed","time":{"start":1707756267903,"stop":1707756267903,"duration":0}},{"uid":"5825349e6800a33e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5825349e6800a33e","status":"passed","time":{"start":1707753668028,"stop":1707753668029,"duration":1}},{"uid":"7c6e6996c9f13336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c6e6996c9f13336","status":"passed","time":{"start":1707753423534,"stop":1707753423534,"duration":0}},{"uid":"380446410be60051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/380446410be60051","status":"passed","time":{"start":1707750796028,"stop":1707750796029,"duration":1}},{"uid":"74d05b00d4ea91d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74d05b00d4ea91d7","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"27140c119b33d22f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/27140c119b33d22f","status":"passed","time":{"start":1707735912117,"stop":1707735912117,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"df9399364b3a364f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df9399364b3a364f","status":"passed","time":{"start":1707777818741,"stop":1707777818742,"duration":1}},{"uid":"1b17cd41c3549546","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b17cd41c3549546","status":"passed","time":{"start":1707775095408,"stop":1707775095409,"duration":1}},{"uid":"b0a62a2db986ff13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0a62a2db986ff13","status":"passed","time":{"start":1707774915338,"stop":1707774915338,"duration":0}},{"uid":"40275857809c04a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/40275857809c04a3","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"838c39d50d20a56","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/838c39d50d20a56","status":"passed","time":{"start":1707769691796,"stop":1707769691797,"duration":1}},{"uid":"15899949d5af0c97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/15899949d5af0c97","status":"passed","time":{"start":1707759788942,"stop":1707759788943,"duration":1}},{"uid":"9d89813b53fba250","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d89813b53fba250","status":"passed","time":{"start":1707757488460,"stop":1707757488460,"duration":0}},{"uid":"ea28aa1d876df385","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea28aa1d876df385","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"4c6faa7e0fd377e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c6faa7e0fd377e7","status":"passed","time":{"start":1707753533383,"stop":1707753533383,"duration":0}},{"uid":"9ca6552848eb6336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ca6552848eb6336","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"264276e74a074669","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/264276e74a074669","status":"passed","time":{"start":1707750661591,"stop":1707750661591,"duration":0}},{"uid":"8d40f8e40a670673","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d40f8e40a670673","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"b42fff4e765732b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b42fff4e765732b6","status":"passed","time":{"start":1707735764681,"stop":1707735764683,"duration":2}}]},"f29c68a0d20ece6466078d9a7df2a245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6c8d2f653c3255b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b6c8d2f653c3255b","status":"passed","time":{"start":1707751136362,"stop":1707751136363,"duration":1}}]},"d22dc93a60ff99507c8d0657cba9eefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b14d73aa40830d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50b14d73aa40830d","status":"passed","time":{"start":1707737091360,"stop":1707737091361,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"117c31e18fafcd2b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/117c31e18fafcd2b","status":"passed","time":{"start":1707777749190,"stop":1707777749191,"duration":1}},{"uid":"7fd1a9b82f805702","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7fd1a9b82f805702","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"f21938598f51f528","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f21938598f51f528","status":"passed","time":{"start":1707774827196,"stop":1707774827196,"duration":0}},{"uid":"1288290c8e7c819d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1288290c8e7c819d","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8}},{"uid":"307a28e762c64aaa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/307a28e762c64aaa","status":"passed","time":{"start":1707769627357,"stop":1707769627357,"duration":0}},{"uid":"6d717ef4b7dba68a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d717ef4b7dba68a","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"67aa031d95b75e7c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67aa031d95b75e7c","status":"passed","time":{"start":1707757416948,"stop":1707757416949,"duration":1}},{"uid":"ef8a241613994654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef8a241613994654","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"890dbc95e81ba59c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/890dbc95e81ba59c","status":"passed","time":{"start":1707753464783,"stop":1707753464783,"duration":0}},{"uid":"fc6f6712b964c274","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc6f6712b964c274","status":"passed","time":{"start":1707753193012,"stop":1707753193012,"duration":0}},{"uid":"1b501febdf773628","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b501febdf773628","status":"passed","time":{"start":1707750593662,"stop":1707750593663,"duration":1}},{"uid":"e18b2750f4f56fa1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e18b2750f4f56fa1","status":"passed","time":{"start":1707736511014,"stop":1707736511015,"duration":1}},{"uid":"8128c6feb4daba24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8128c6feb4daba24","status":"passed","time":{"start":1707735692463,"stop":1707735692463,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d196bde95acd2cb6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d196bde95acd2cb6","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"126e4fa489644925","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/126e4fa489644925","status":"passed","time":{"start":1707775244529,"stop":1707775244529,"duration":0}},{"uid":"41dd3420e7b444b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41dd3420e7b444b1","status":"passed","time":{"start":1707775050817,"stop":1707775050818,"duration":1}},{"uid":"f2b7283069feac1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b7283069feac1f","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"9c6dedacda235e76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c6dedacda235e76","status":"passed","time":{"start":1707769843143,"stop":1707769843144,"duration":1}},{"uid":"5ca02c8f5113dc10","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5ca02c8f5113dc10","status":"passed","time":{"start":1707759965198,"stop":1707759965199,"duration":1}},{"uid":"6cfc065499b987c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cfc065499b987c6","status":"passed","time":{"start":1707757644389,"stop":1707757644390,"duration":1}},{"uid":"968944f826a3dbcc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/968944f826a3dbcc","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"7e3c9172f336e673","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e3c9172f336e673","status":"passed","time":{"start":1707753668032,"stop":1707753668067,"duration":35}},{"uid":"85100f60674b5c1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85100f60674b5c1c","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"aad56d0dc8f89c8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aad56d0dc8f89c8b","status":"passed","time":{"start":1707750796030,"stop":1707750796031,"duration":1}},{"uid":"7791024feaf37274","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7791024feaf37274","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"3e8646c0b547a8d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3e8646c0b547a8d8","status":"passed","time":{"start":1707735912119,"stop":1707735912119,"duration":0}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ab39d4ffe1785ec5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab39d4ffe1785ec5","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"e9f4d8eff5084321","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9f4d8eff5084321","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"3facefbbcec37327","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3facefbbcec37327","status":"passed","time":{"start":1707774827856,"stop":1707774827857,"duration":1}},{"uid":"1af80a3ecf4813a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1af80a3ecf4813a4","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1}},{"uid":"a454d91d50736f5f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a454d91d50736f5f","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"8868daf9b8397de6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8868daf9b8397de6","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"2b6d89d8130248c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b6d89d8130248c0","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"74d99824fd5a669d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74d99824fd5a669d","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"228791cc35d81067","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/228791cc35d81067","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"10620d14ad9c5fcc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10620d14ad9c5fcc","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"35796c403dc01e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35796c403dc01e35","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"48935f0af08a6ed4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/48935f0af08a6ed4","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"56b4d6949e103404","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/56b4d6949e103404","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb52abacde65fe49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb52abacde65fe49","status":"passed","time":{"start":1707778202462,"stop":1707778202462,"duration":0}},{"uid":"36eb102c70d5406f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36eb102c70d5406f","status":"passed","time":{"start":1707775486603,"stop":1707775486604,"duration":1}},{"uid":"73ae4a3b0f5827eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ae4a3b0f5827eb","status":"passed","time":{"start":1707775300126,"stop":1707775300126,"duration":0}},{"uid":"b069cb9fc4d3f10f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b069cb9fc4d3f10f","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1}},{"uid":"74fe7f67067b75af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/74fe7f67067b75af","status":"passed","time":{"start":1707770051358,"stop":1707770051359,"duration":1}},{"uid":"7412567ad8281e74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7412567ad8281e74","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"5891df92a5c50b8b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5891df92a5c50b8b","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"2a2c66875c1fe04c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a2c66875c1fe04c","status":"passed","time":{"start":1707756499891,"stop":1707756499891,"duration":0}},{"uid":"60398fc8bf98d9f2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60398fc8bf98d9f2","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"29256b6d8deed43a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29256b6d8deed43a","status":"passed","time":{"start":1707753647458,"stop":1707753647459,"duration":1}},{"uid":"43acf54484a48a68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43acf54484a48a68","status":"passed","time":{"start":1707751019560,"stop":1707751019561,"duration":1}},{"uid":"c18994df3a1f8dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c18994df3a1f8dea","status":"passed","time":{"start":1707736947832,"stop":1707736947833,"duration":1}},{"uid":"669883015dde7697","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/669883015dde7697","status":"passed","time":{"start":1707736152490,"stop":1707736152490,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"77d4d76bd5ea4000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d4d76bd5ea4000","status":"passed","time":{"start":1707778202467,"stop":1707778202467,"duration":0}},{"uid":"91718dbb20d88225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/91718dbb20d88225","status":"passed","time":{"start":1707775486614,"stop":1707775486614,"duration":0}},{"uid":"bc158938f4c4d540","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc158938f4c4d540","status":"passed","time":{"start":1707775300130,"stop":1707775300131,"duration":1}},{"uid":"36e6fac4967687f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36e6fac4967687f0","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0}},{"uid":"ffeafad814d65e0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffeafad814d65e0a","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"a5b361ec314f0438","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5b361ec314f0438","status":"passed","time":{"start":1707760174008,"stop":1707760174009,"duration":1}},{"uid":"fdc27693214f84fd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fdc27693214f84fd","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"a32e1ec99d77e454","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a32e1ec99d77e454","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"de124a6f105d2238","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de124a6f105d2238","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"cbfc481d54a7ea71","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cbfc481d54a7ea71","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"79ce36d8690a11f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79ce36d8690a11f4","status":"passed","time":{"start":1707751019564,"stop":1707751019565,"duration":1}},{"uid":"528b5565d4c3120a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/528b5565d4c3120a","status":"passed","time":{"start":1707736947839,"stop":1707736947840,"duration":1}},{"uid":"94daa1c1f192474b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/94daa1c1f192474b","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1acd454ac45fbbe8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1acd454ac45fbbe8","status":"passed","time":{"start":1707778338846,"stop":1707778338846,"duration":0}},{"uid":"5fb6a32e927ec37b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fb6a32e927ec37b","status":"passed","time":{"start":1707775602023,"stop":1707775602023,"duration":0}},{"uid":"3593f970b880afb8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3593f970b880afb8","status":"passed","time":{"start":1707775390233,"stop":1707775390233,"duration":0}},{"uid":"98246f3d4b4d7386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98246f3d4b4d7386","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"bd12863b391d100d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd12863b391d100d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"93c55e5c60241ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/93c55e5c60241ad","status":"passed","time":{"start":1707758006711,"stop":1707758006712,"duration":1}},{"uid":"ed6a71819b0ca04a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed6a71819b0ca04a","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"b619ce87cb760af4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b619ce87cb760af4","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"49fdeb66ef20b821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49fdeb66ef20b821","status":"passed","time":{"start":1707753782758,"stop":1707753782759,"duration":1}},{"uid":"d68f8bbaa71b046","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d68f8bbaa71b046","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"15279426928b1307","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15279426928b1307","status":"passed","time":{"start":1707737091323,"stop":1707737091329,"duration":6}},{"uid":"df1f9322d53e908a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df1f9322d53e908a","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d0d076a27797342b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0d076a27797342b","status":"passed","time":{"start":1707778040290,"stop":1707778040291,"duration":1}},{"uid":"8e8985bed782a91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e8985bed782a91","status":"passed","time":{"start":1707775332261,"stop":1707775332262,"duration":1}},{"uid":"d5123a095094ee7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d5123a095094ee7c","status":"passed","time":{"start":1707775137347,"stop":1707775137347,"duration":0}},{"uid":"2659b8d09cd0175c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2659b8d09cd0175c","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"duration":1}},{"uid":"8d2ccc09564a55d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8d2ccc09564a55d5","status":"passed","time":{"start":1707769926628,"stop":1707769926629,"duration":1}},{"uid":"6d46530455e33318","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d46530455e33318","status":"passed","time":{"start":1707760029733,"stop":1707760029734,"duration":1}},{"uid":"237845bc750db703","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/237845bc750db703","status":"passed","time":{"start":1707757714098,"stop":1707757714099,"duration":1}},{"uid":"e31101869e4d91cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e31101869e4d91cc","status":"passed","time":{"start":1707756348091,"stop":1707756348091,"duration":0}},{"uid":"1c56cdb0bbd6f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c56cdb0bbd6f6a","status":"passed","time":{"start":1707753739853,"stop":1707753739854,"duration":1}},{"uid":"6f935f6698b7d999","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f935f6698b7d999","status":"passed","time":{"start":1707753512839,"stop":1707753512839,"duration":0}},{"uid":"feecd57b00b71f13","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feecd57b00b71f13","status":"passed","time":{"start":1707750884306,"stop":1707750884306,"duration":0}},{"uid":"aba380a6145a8965","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aba380a6145a8965","status":"passed","time":{"start":1707736808987,"stop":1707736808988,"duration":1}},{"uid":"b41a59214dd8f24f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b41a59214dd8f24f","status":"passed","time":{"start":1707736014799,"stop":1707736014800,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4daedb8926975099","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4daedb8926975099","status":"passed","time":{"start":1707778092884,"stop":1707778092885,"duration":1}},{"uid":"174f7e3ff1bd89db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/174f7e3ff1bd89db","status":"passed","time":{"start":1707775368921,"stop":1707775368921,"duration":0}},{"uid":"34f01daa3efa397e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/34f01daa3efa397e","status":"passed","time":{"start":1707775183288,"stop":1707775183288,"duration":0}},{"uid":"6b60cc7196282084","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b60cc7196282084","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"duration":0}},{"uid":"b8dbf54b684c70a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8dbf54b684c70a6","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"b9b3c0aaf6649d92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b9b3c0aaf6649d92","status":"passed","time":{"start":1707760073035,"stop":1707760073037,"duration":2}},{"uid":"de9b4f332293d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de9b4f332293d1","status":"passed","time":{"start":1707757771074,"stop":1707757771074,"duration":0}},{"uid":"a83f11127d4fe5e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a83f11127d4fe5e8","status":"passed","time":{"start":1707756387892,"stop":1707756387892,"duration":0}},{"uid":"6e8f3c08ca63ed1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8f3c08ca63ed1d","status":"passed","time":{"start":1707753783840,"stop":1707753783842,"duration":2}},{"uid":"8a25fb62c91e6c56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a25fb62c91e6c56","status":"passed","time":{"start":1707753549846,"stop":1707753549846,"duration":0}},{"uid":"ab39eb2ac21ea766","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab39eb2ac21ea766","status":"passed","time":{"start":1707750934223,"stop":1707750934223,"duration":0}},{"uid":"d8605c0bea514990","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d8605c0bea514990","status":"passed","time":{"start":1707736857301,"stop":1707736857301,"duration":0}},{"uid":"68513f11e2f0ad76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68513f11e2f0ad76","status":"passed","time":{"start":1707736056535,"stop":1707736056535,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7a745f8affdf5be8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a745f8affdf5be8","status":"passed","time":{"start":1707778251792,"stop":1707778251792,"duration":0}},{"uid":"154dc6a1b84b0f6a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/154dc6a1b84b0f6a","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"4b65b403d1b38b26","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b65b403d1b38b26","status":"passed","time":{"start":1707775340600,"stop":1707775340601,"duration":1}},{"uid":"d9cf1f5fb0e40678","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9cf1f5fb0e40678","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"duration":1}},{"uid":"e3e1cd6b2937544a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3e1cd6b2937544a","status":"passed","time":{"start":1707770045973,"stop":1707770045974,"duration":1}},{"uid":"dcae7aba1d14c434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcae7aba1d14c434","status":"passed","time":{"start":1707760224880,"stop":1707760224881,"duration":1}},{"uid":"7f78d6a00c63424","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f78d6a00c63424","status":"passed","time":{"start":1707757921495,"stop":1707757921495,"duration":0}},{"uid":"59ec4915b84d05ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59ec4915b84d05ec","status":"passed","time":{"start":1707756552025,"stop":1707756552025,"duration":0}},{"uid":"958b79558864abb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/958b79558864abb7","status":"passed","time":{"start":1707753853536,"stop":1707753853537,"duration":1}},{"uid":"f94d1d8bd08159a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94d1d8bd08159a2","status":"passed","time":{"start":1707753708968,"stop":1707753708968,"duration":0}},{"uid":"5890ecfaa92ce04c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5890ecfaa92ce04c","status":"passed","time":{"start":1707751075908,"stop":1707751075908,"duration":0}},{"uid":"7102ea7f17e9c625","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7102ea7f17e9c625","status":"passed","time":{"start":1707737000808,"stop":1707737000808,"duration":0}},{"uid":"b5e4304f0c0dbb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5e4304f0c0dbb47","status":"passed","time":{"start":1707736214129,"stop":1707736214130,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a227de9c0de48f54","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a227de9c0de48f54","status":"passed","time":{"start":1707778202465,"stop":1707778202466,"duration":1}},{"uid":"4f2add58d93dac44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4f2add58d93dac44","status":"passed","time":{"start":1707775486611,"stop":1707775486612,"duration":1}},{"uid":"39234dd12c87b86d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/39234dd12c87b86d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"280ad9eb05dcbd35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/280ad9eb05dcbd35","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"8525992681afa4b5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8525992681afa4b5","status":"passed","time":{"start":1707770051361,"stop":1707770051362,"duration":1}},{"uid":"d907cfd00ce23b5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907cfd00ce23b5a","status":"passed","time":{"start":1707760173997,"stop":1707760173997,"duration":0}},{"uid":"b9b90972d1d2a85e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9b90972d1d2a85e","status":"passed","time":{"start":1707757873905,"stop":1707757873906,"duration":1}},{"uid":"3cbd2ddb3946b4b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cbd2ddb3946b4b8","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"1685d2242fb7741e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1685d2242fb7741e","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"e99985cba3e46c9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99985cba3e46c9f","status":"passed","time":{"start":1707753647465,"stop":1707753647486,"duration":21}},{"uid":"597aa225eaa5dfb7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/597aa225eaa5dfb7","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"cfbdca8e2507edc3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfbdca8e2507edc3","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"a574fb5d13352708","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a574fb5d13352708","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"35cb04cb06a803d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/35cb04cb06a803d2","status":"passed","time":{"start":1707777997120,"stop":1707777997128,"duration":8}},{"uid":"a589c432b4adcbf8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a589c432b4adcbf8","status":"passed","time":{"start":1707775275759,"stop":1707775275759,"duration":0}},{"uid":"980fb8a2dab8fd67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/980fb8a2dab8fd67","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"duration":0}},{"uid":"29d77a76b932bf74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d77a76b932bf74","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"3cdf996d5392d78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3cdf996d5392d78","status":"passed","time":{"start":1707759981481,"stop":1707759981481,"duration":0}},{"uid":"3f5e735bf9a76c73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f5e735bf9a76c73","status":"passed","time":{"start":1707757676051,"stop":1707757676051,"duration":0}},{"uid":"9d169fc2155a43a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d169fc2155a43a4","status":"passed","time":{"start":1707756304435,"stop":1707756304436,"duration":1}},{"uid":"374423b85e78b7d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/374423b85e78b7d8","status":"passed","time":{"start":1707753713267,"stop":1707753713268,"duration":1}},{"uid":"21cc761e52ea1934","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/21cc761e52ea1934","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"96375889f0115e97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96375889f0115e97","status":"passed","time":{"start":1707750840054,"stop":1707750840055,"duration":1}},{"uid":"a99220592ac55561","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a99220592ac55561","status":"passed","time":{"start":1707736765048,"stop":1707736765049,"duration":1}},{"uid":"b956a0318ae25e65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b956a0318ae25e65","status":"passed","time":{"start":1707735955264,"stop":1707735955265,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"14d7993a8295c2e3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14d7993a8295c2e3","status":"passed","time":{"start":1707778370027,"stop":1707778370028,"duration":1}},{"uid":"e33a6f757264fc07","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e33a6f757264fc07","status":"passed","time":{"start":1707775644356,"stop":1707775644357,"duration":1}},{"uid":"b2fb19b91de8287a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b2fb19b91de8287a","status":"passed","time":{"start":1707775439254,"stop":1707775439255,"duration":1}},{"uid":"38d8b20d74636eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38d8b20d74636eb8","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1}},{"uid":"111b0c1dfac975d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/111b0c1dfac975d","status":"passed","time":{"start":1707770140537,"stop":1707770140537,"duration":0}},{"uid":"b3b75f20f6d7ed0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3b75f20f6d7ed0b","status":"passed","time":{"start":1707760337681,"stop":1707760337682,"duration":1}},{"uid":"346ae98ae70f29cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/346ae98ae70f29cf","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"33f6f2d36b02b6dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33f6f2d36b02b6dc","status":"passed","time":{"start":1707756656799,"stop":1707756656800,"duration":1}},{"uid":"9d8e92d1b09ae780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d8e92d1b09ae780","status":"passed","time":{"start":1707753960364,"stop":1707753960364,"duration":0}},{"uid":"fe304221c887110e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe304221c887110e","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"5d5e2d1ffb78c110","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d5e2d1ffb78c110","status":"passed","time":{"start":1707751157937,"stop":1707751157939,"duration":2}},{"uid":"70f2cbfd17b758d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f2cbfd17b758d7","status":"passed","time":{"start":1707737112733,"stop":1707737112734,"duration":1}},{"uid":"d1eb2abcba8576da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1eb2abcba8576da","status":"passed","time":{"start":1707736314164,"stop":1707736314165,"duration":1}}]},"24a3b2782cf1cbb3ec5b0b199369c371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2dd18d8ed859c33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a2dd18d8ed859c33","status":"passed","time":{"start":1707736730646,"stop":1707736730647,"duration":1}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"281a42708655aaf8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/281a42708655aaf8","status":"passed","time":{"start":1707777798763,"stop":1707777798764,"duration":1}},{"uid":"504c457db79b9303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/504c457db79b9303","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"fb1f99b965ad7c2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb1f99b965ad7c2b","status":"passed","time":{"start":1707774880420,"stop":1707774880420,"duration":0}},{"uid":"4baec3e58999f04a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4baec3e58999f04a","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"duration":0}},{"uid":"d9f38a46435aebb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9f38a46435aebb8","status":"passed","time":{"start":1707769677706,"stop":1707769677707,"duration":1}},{"uid":"4c9d4b052e533cf3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9d4b052e533cf3","status":"passed","time":{"start":1707759769674,"stop":1707759769674,"duration":0}},{"uid":"38d6af1e08fe1085","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38d6af1e08fe1085","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"14ccca6f5357bd68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14ccca6f5357bd68","status":"passed","time":{"start":1707756096180,"stop":1707756096180,"duration":0}},{"uid":"4216125dab5d0197","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4216125dab5d0197","status":"passed","time":{"start":1707753517975,"stop":1707753517975,"duration":0}},{"uid":"85d349fd428bf64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85d349fd428bf64a","status":"passed","time":{"start":1707753244729,"stop":1707753244730,"duration":1}},{"uid":"8f5d679cf5cd8a54","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f5d679cf5cd8a54","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"68b4a0c9bd7d1726","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68b4a0c9bd7d1726","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"dd475d9817ae317c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dd475d9817ae317c","status":"passed","time":{"start":1707735743507,"stop":1707735743507,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"422e731a74d6aa72","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/422e731a74d6aa72","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"93ac0c000e779f3e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93ac0c000e779f3e","status":"passed","time":{"start":1707775026265,"stop":1707775026266,"duration":1}},{"uid":"a4c9f37d7a290f6d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4c9f37d7a290f6d","status":"passed","time":{"start":1707774827855,"stop":1707774827856,"duration":1}},{"uid":"e857f1e58f5e1d31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e857f1e58f5e1d31","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"b7ccf3d19bafa9e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b7ccf3d19bafa9e7","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"eded676506437b5d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eded676506437b5d","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"ca0f7c130e0d297d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca0f7c130e0d297d","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"7a3db58f8ae758b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a3db58f8ae758b7","status":"passed","time":{"start":1707756047293,"stop":1707756047294,"duration":1}},{"uid":"f0ef8e0f4ce6cd28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0ef8e0f4ce6cd28","status":"passed","time":{"start":1707753465441,"stop":1707753465442,"duration":1}},{"uid":"3e660e0dfd8cee76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3e660e0dfd8cee76","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"4eb7f7f243f21b18","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4eb7f7f243f21b18","status":"passed","time":{"start":1707750594365,"stop":1707750594366,"duration":1}},{"uid":"8c20555e7b618ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c20555e7b618ad","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"d44bbed7dc7484ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d44bbed7dc7484ed","status":"passed","time":{"start":1707735693125,"stop":1707735693125,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"38f64f73f76fc644","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38f64f73f76fc644","status":"passed","time":{"start":1707778386486,"stop":1707778386487,"duration":1}},{"uid":"34d84fb983d737e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/34d84fb983d737e","status":"passed","time":{"start":1707775656751,"stop":1707775656752,"duration":1}},{"uid":"12e17021c4ca9dc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12e17021c4ca9dc","status":"passed","time":{"start":1707775461891,"stop":1707775461892,"duration":1}},{"uid":"ef34d1ba891b24ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef34d1ba891b24ce","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"acd22ccb959e7e13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acd22ccb959e7e13","status":"passed","time":{"start":1707770208548,"stop":1707770208549,"duration":1}},{"uid":"68fbbb5576f767cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/68fbbb5576f767cd","status":"passed","time":{"start":1707760335957,"stop":1707760335958,"duration":1}},{"uid":"4276b61149925d29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4276b61149925d29","status":"passed","time":{"start":1707758023538,"stop":1707758023538,"duration":0}},{"uid":"9e42685e979bff4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e42685e979bff4b","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"4bfbf3a274bd79dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bfbf3a274bd79dd","status":"passed","time":{"start":1707753837174,"stop":1707753837174,"duration":0}},{"uid":"5d2e05d064a0a1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d2e05d064a0a1d3","status":"passed","time":{"start":1707751136354,"stop":1707751136354,"duration":0}},{"uid":"2c92b54e81e82acf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c92b54e81e82acf","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"556641494e5ff8b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/556641494e5ff8b8","status":"passed","time":{"start":1707736322662,"stop":1707736322663,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2a9da159a19b4304","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a9da159a19b4304","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"38c2291b8628b08b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38c2291b8628b08b","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}},{"uid":"9e60a72729e33f15","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e60a72729e33f15","status":"passed","time":{"start":1707775461893,"stop":1707775461894,"duration":1}},{"uid":"597f9bfcda184cfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597f9bfcda184cfe","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0}},{"uid":"f9c84589a6f57a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c84589a6f57a66","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"17e58660ce76e94f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/17e58660ce76e94f","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1d6ab17c1456fb4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1d6ab17c1456fb4","status":"passed","time":{"start":1707758023543,"stop":1707758023543,"duration":0}},{"uid":"b92466bf650bf146","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b92466bf650bf146","status":"passed","time":{"start":1707756664011,"stop":1707756664011,"duration":0}},{"uid":"d8b552c2d3b17278","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8b552c2d3b17278","status":"passed","time":{"start":1707753837177,"stop":1707753837178,"duration":1}},{"uid":"bf840bc4eef31268","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf840bc4eef31268","status":"passed","time":{"start":1707751136361,"stop":1707751136362,"duration":1}},{"uid":"3ebe29afbc37be9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ebe29afbc37be9f","status":"passed","time":{"start":1707737124649,"stop":1707737124650,"duration":1}},{"uid":"3a0e880543c65fa8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a0e880543c65fa8","status":"passed","time":{"start":1707736322666,"stop":1707736322666,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5553c0ef8a86d9fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5553c0ef8a86d9fb","status":"passed","time":{"start":1707778251792,"stop":1707778251793,"duration":1}},{"uid":"7dfbd4a9a46436ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7dfbd4a9a46436ee","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"fa9e3b4a8a944ac1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9e3b4a8a944ac1","status":"passed","time":{"start":1707775340601,"stop":1707775340602,"duration":1}},{"uid":"42fad4eafbcd5e3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42fad4eafbcd5e3c","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"duration":0}},{"uid":"a2d753fae2bb504e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2d753fae2bb504e","status":"passed","time":{"start":1707770045974,"stop":1707770045974,"duration":0}},{"uid":"ee114da1a6ce073c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee114da1a6ce073c","status":"passed","time":{"start":1707760224881,"stop":1707760224882,"duration":1}},{"uid":"1d0ec48020c4adf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d0ec48020c4adf2","status":"passed","time":{"start":1707757921495,"stop":1707757921496,"duration":1}},{"uid":"a7ccc57f7e47f638","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a7ccc57f7e47f638","status":"passed","time":{"start":1707756552025,"stop":1707756552026,"duration":1}},{"uid":"f0072a3eb69bc918","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0072a3eb69bc918","status":"passed","time":{"start":1707753853537,"stop":1707753853537,"duration":0}},{"uid":"a61cdd67fc955964","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a61cdd67fc955964","status":"passed","time":{"start":1707753708968,"stop":1707753708969,"duration":1}},{"uid":"2c1f8bab52fca97b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2c1f8bab52fca97b","status":"passed","time":{"start":1707751075908,"stop":1707751075909,"duration":1}},{"uid":"59ed5bebb0357da0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ed5bebb0357da0","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"6a3e8c14451f5ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a3e8c14451f5ad","status":"passed","time":{"start":1707736214130,"stop":1707736214130,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4e3b833b12007e5d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e3b833b12007e5d","status":"passed","time":{"start":1707778386483,"stop":1707778386483,"duration":0}},{"uid":"f1d7f17f810d3d4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1d7f17f810d3d4e","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"41b53bf1733dc76d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41b53bf1733dc76d","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"2b733eb6dc05c04e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b733eb6dc05c04e","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"duration":0}},{"uid":"8dbda51d4668accd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbda51d4668accd","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"3c78511311f18e03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c78511311f18e03","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"eeea93b4a61c5c3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eeea93b4a61c5c3b","status":"passed","time":{"start":1707758023535,"stop":1707758023535,"duration":0}},{"uid":"69ef65538c38e4f7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69ef65538c38e4f7","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"a36c361fb80e7208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a36c361fb80e7208","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"d80623ace3f3150","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d80623ace3f3150","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"ab4a07614640e73b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab4a07614640e73b","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"60958f71d57ac132","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60958f71d57ac132","status":"passed","time":{"start":1707736322659,"stop":1707736322660,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"49b28da6c2637ac4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49b28da6c2637ac4","status":"passed","time":{"start":1707777787214,"stop":1707777787217,"duration":3}},{"uid":"abb2f22634b18b55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abb2f22634b18b55","status":"passed","time":{"start":1707775063031,"stop":1707775063033,"duration":2}},{"uid":"c25100cddcbba4b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c25100cddcbba4b5","status":"passed","time":{"start":1707774865132,"stop":1707774865137,"duration":5}},{"uid":"5ef11d890a549d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ef11d890a549d12","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13}},{"uid":"547a9cb7f4301a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/547a9cb7f4301a72","status":"passed","time":{"start":1707769665314,"stop":1707769665316,"duration":2}},{"uid":"abb884571f728d2f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abb884571f728d2f","status":"passed","time":{"start":1707759759717,"stop":1707759759719,"duration":2}},{"uid":"2d4d38821c694854","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d4d38821c694854","status":"passed","time":{"start":1707757455849,"stop":1707757455851,"duration":2}},{"uid":"ccd78c8ce9d05dc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccd78c8ce9d05dc8","status":"passed","time":{"start":1707756084420,"stop":1707756084423,"duration":3}},{"uid":"a19d11c785986e16","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a19d11c785986e16","status":"passed","time":{"start":1707753503417,"stop":1707753503420,"duration":3}},{"uid":"b6ce179355c85306","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6ce179355c85306","status":"passed","time":{"start":1707753233555,"stop":1707753233557,"duration":2}},{"uid":"95902b64f1b8d685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95902b64f1b8d685","status":"passed","time":{"start":1707750631896,"stop":1707750631899,"duration":3}},{"uid":"a7d2839f9d77e781","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a7d2839f9d77e781","status":"passed","time":{"start":1707736548878,"stop":1707736548880,"duration":2}},{"uid":"4641e53e0270e7b7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4641e53e0270e7b7","status":"passed","time":{"start":1707735732425,"stop":1707735732428,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"75724b589d2ec90f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75724b589d2ec90f","status":"passed","time":{"start":1707777977653,"stop":1707777977653,"duration":0}},{"uid":"67a2dfbb8b4ec54a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67a2dfbb8b4ec54a","status":"passed","time":{"start":1707775258443,"stop":1707775258444,"duration":1}},{"uid":"73c7e71535b88b56","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c7e71535b88b56","status":"passed","time":{"start":1707775081973,"stop":1707775081973,"duration":0}},{"uid":"e9644f5b2bdf7cfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9644f5b2bdf7cfb","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1}},{"uid":"6144d7593f75512b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6144d7593f75512b","status":"passed","time":{"start":1707769841875,"stop":1707769841875,"duration":0}},{"uid":"80c10764e20a252d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80c10764e20a252d","status":"passed","time":{"start":1707759921441,"stop":1707759921441,"duration":0}},{"uid":"9515d6e56fe0cbfd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9515d6e56fe0cbfd","status":"passed","time":{"start":1707757624861,"stop":1707757624861,"duration":0}},{"uid":"304a9140cda44ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/304a9140cda44ef7","status":"passed","time":{"start":1707756261709,"stop":1707756261709,"duration":0}},{"uid":"bca9845591ee62a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bca9845591ee62a1","status":"passed","time":{"start":1707753651126,"stop":1707753651127,"duration":1}},{"uid":"382f366cce99ac00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/382f366cce99ac00","status":"passed","time":{"start":1707753409565,"stop":1707753409565,"duration":0}},{"uid":"2a2e3050b5bc0e0d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2e3050b5bc0e0d","status":"passed","time":{"start":1707750722032,"stop":1707750722032,"duration":0}},{"uid":"605577ecaf7adbda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/605577ecaf7adbda","status":"passed","time":{"start":1707736708307,"stop":1707736708308,"duration":1}},{"uid":"9c06d0a380cd8c63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06d0a380cd8c63","status":"passed","time":{"start":1707735914369,"stop":1707735914369,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b1c417c08c50e8fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1c417c08c50e8fc","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"3e4ba6bae921e048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e4ba6bae921e048","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"202f6716839ed370","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/202f6716839ed370","status":"passed","time":{"start":1707775494272,"stop":1707775494273,"duration":1}},{"uid":"e99b13aa67513920","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e99b13aa67513920","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"duration":0}},{"uid":"d7e7d555b56c5243","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7e7d555b56c5243","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"5f04494367abe016","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5f04494367abe016","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"f7434c8e430c5ed9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7434c8e430c5ed9","status":"passed","time":{"start":1707758004306,"stop":1707758004306,"duration":0}},{"uid":"648136ee00ed449b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/648136ee00ed449b","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"e8e0ac0857003330","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e8e0ac0857003330","status":"passed","time":{"start":1707754051783,"stop":1707754051784,"duration":1}},{"uid":"570c139891cb0f4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/570c139891cb0f4e","status":"passed","time":{"start":1707753877924,"stop":1707753877925,"duration":1}},{"uid":"ac55eac40acf1684","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac55eac40acf1684","status":"passed","time":{"start":1707751228958,"stop":1707751228959,"duration":1}},{"uid":"40d120dbc74d125c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40d120dbc74d125c","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"6c210d0cd897e07c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6c210d0cd897e07c","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b9104be9d1d5e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b9104be9d1d5e7","status":"passed","time":{"start":1707777798759,"stop":1707777798760,"duration":1}},{"uid":"7e24f0ccfedccffe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e24f0ccfedccffe","status":"passed","time":{"start":1707775072150,"stop":1707775072150,"duration":0}},{"uid":"1e82797d33862c64","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e82797d33862c64","status":"passed","time":{"start":1707774880419,"stop":1707774880419,"duration":0}},{"uid":"aa1d93311ac9db5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa1d93311ac9db5a","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"duration":0}},{"uid":"7aacff775ffed3b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7aacff775ffed3b1","status":"passed","time":{"start":1707769677702,"stop":1707769677703,"duration":1}},{"uid":"3292d7d2a21f1fe4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3292d7d2a21f1fe4","status":"passed","time":{"start":1707759769673,"stop":1707759769673,"duration":0}},{"uid":"c8e4acf5d9178f8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8e4acf5d9178f8","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"157e90f175a8ca22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/157e90f175a8ca22","status":"passed","time":{"start":1707756096176,"stop":1707756096178,"duration":2}},{"uid":"8189d7f9aaa86077","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8189d7f9aaa86077","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"18d0169aefea381e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18d0169aefea381e","status":"passed","time":{"start":1707753244727,"stop":1707753244728,"duration":1}},{"uid":"3906da05c3f3bea1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3906da05c3f3bea1","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"deeb33e551918b68","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb33e551918b68","status":"passed","time":{"start":1707736558645,"stop":1707736558646,"duration":1}},{"uid":"99d82551ead60080","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/99d82551ead60080","status":"passed","time":{"start":1707735743490,"stop":1707735743496,"duration":6}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"291630232b1579cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/291630232b1579cd","status":"passed","time":{"start":1707778114678,"stop":1707778114678,"duration":0}},{"uid":"a3ef6ea851f3e126","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ef6ea851f3e126","status":"passed","time":{"start":1707775395379,"stop":1707775395380,"duration":1}},{"uid":"aeb493006aa24f7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aeb493006aa24f7b","status":"passed","time":{"start":1707775205633,"stop":1707775205633,"duration":0}},{"uid":"e5fadd0e7886fdca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5fadd0e7886fdca","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"duration":0}},{"uid":"2ed68a37a1f976a5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ed68a37a1f976a5","status":"passed","time":{"start":1707769983281,"stop":1707769983282,"duration":1}},{"uid":"bd89514613ff7f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd89514613ff7f34","status":"passed","time":{"start":1707760095406,"stop":1707760095407,"duration":1}},{"uid":"c748f690ab1fe82b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c748f690ab1fe82b","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"828fe27ae5a18e24","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/828fe27ae5a18e24","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2e2c73f639d9f18a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2e2c73f639d9f18a","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"30a82ccbf13cc9a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/30a82ccbf13cc9a7","status":"passed","time":{"start":1707753573532,"stop":1707753573533,"duration":1}},{"uid":"959fc6ac5a789d79","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/959fc6ac5a789d79","status":"passed","time":{"start":1707750953983,"stop":1707750953984,"duration":1}},{"uid":"675599e106d50f0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/675599e106d50f0e","status":"passed","time":{"start":1707736878970,"stop":1707736878971,"duration":1}},{"uid":"23deced1b5daa012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23deced1b5daa012","status":"passed","time":{"start":1707736081275,"stop":1707736081275,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fb818a704882d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb818a704882d843","status":"passed","time":{"start":1707778338836,"stop":1707778338837,"duration":1}},{"uid":"41cb50a382b694","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/41cb50a382b694","status":"passed","time":{"start":1707775602017,"stop":1707775602017,"duration":0}},{"uid":"fe5eec2446b4de3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe5eec2446b4de3","status":"passed","time":{"start":1707775390227,"stop":1707775390228,"duration":1}},{"uid":"a68203501d6bc2bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a68203501d6bc2bd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"36d7f5afea06a091","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36d7f5afea06a091","status":"passed","time":{"start":1707760301805,"stop":1707760301805,"duration":0}},{"uid":"f799559f98c7dd0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f799559f98c7dd0b","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"13bcdb2ed6e1c464","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13bcdb2ed6e1c464","status":"passed","time":{"start":1707756617037,"stop":1707756617037,"duration":0}},{"uid":"a2f38f9ab0b93458","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2f38f9ab0b93458","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"a8119903f34d9aaf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8119903f34d9aaf","status":"passed","time":{"start":1707753782748,"stop":1707753782749,"duration":1}},{"uid":"f1aedd3f31c042d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f1aedd3f31c042d","status":"passed","time":{"start":1707751162309,"stop":1707751162310,"duration":1}},{"uid":"8d953638f960cee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d953638f960cee3","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"3a711cc9f6615ef2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a711cc9f6615ef2","status":"passed","time":{"start":1707736260125,"stop":1707736260126,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"cde15b99f88aa71c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cde15b99f88aa71c","status":"passed","time":{"start":1707777837223,"stop":1707777837224,"duration":1}},{"uid":"240748f2dc29a08c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/240748f2dc29a08c","status":"passed","time":{"start":1707775113058,"stop":1707775113058,"duration":0}},{"uid":"326bcac9349e17b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/326bcac9349e17b0","status":"passed","time":{"start":1707774908733,"stop":1707774908734,"duration":1}},{"uid":"5d591cf6b970936d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d591cf6b970936d","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2}},{"uid":"30e38b3544d81b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30e38b3544d81b38","status":"passed","time":{"start":1707769706669,"stop":1707769706670,"duration":1}},{"uid":"876536027583bf0d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/876536027583bf0d","status":"passed","time":{"start":1707759811409,"stop":1707759811410,"duration":1}},{"uid":"eabce986f3be92fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eabce986f3be92fe","status":"passed","time":{"start":1707757504685,"stop":1707757504686,"duration":1}},{"uid":"fd1b99489651d917","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd1b99489651d917","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"51122e474a55b590","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51122e474a55b590","status":"passed","time":{"start":1707753284215,"stop":1707753284216,"duration":1}},{"uid":"28a66966df6f9c52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/28a66966df6f9c52","status":"passed","time":{"start":1707736597190,"stop":1707736597190,"duration":0}},{"uid":"923e18a05890870","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/923e18a05890870","status":"passed","time":{"start":1707735784061,"stop":1707735784061,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5516c3358a197367","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5516c3358a197367","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"50a61165e70e46d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50a61165e70e46d2","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"b80d56322e9492a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b80d56322e9492a5","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"32c922f0d1d2459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32c922f0d1d2459","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"6ef2572784daf32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef2572784daf32c","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"44ec246801b5bcf2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44ec246801b5bcf2","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"8a10d56bb6e2b942","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a10d56bb6e2b942","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"f9c8b2aa9d7837f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f9c8b2aa9d7837f1","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b68aa65734c0a6f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b68aa65734c0a6f6","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"5132ed222715e9d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5132ed222715e9d0","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"13991bfe0a32481","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13991bfe0a32481","status":"passed","time":{"start":1707750594369,"stop":1707750594370,"duration":1}},{"uid":"43ba3673170ccdd7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43ba3673170ccdd7","status":"passed","time":{"start":1707736511743,"stop":1707736511743,"duration":0}},{"uid":"a0cd4feac2a96b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a0cd4feac2a96b15","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"351b262e2b62e5ef","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/351b262e2b62e5ef","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"54bf239f35fa6408","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/54bf239f35fa6408","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"d98c32d1c19131b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d98c32d1c19131b7","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"3f0217eacb647d58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f0217eacb647d58","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"7fe9f0eab0ddcefa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fe9f0eab0ddcefa","status":"passed","time":{"start":1707770238681,"stop":1707770238682,"duration":1}},{"uid":"f2f35938c9af62ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f2f35938c9af62ba","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"230bde902829a49b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/230bde902829a49b","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"10e1f25bbfb1d537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10e1f25bbfb1d537","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"bd1f9909cb0f9600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bd1f9909cb0f9600","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"dec10bc241a7ccca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dec10bc241a7ccca","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"9efdbf53e0e006a6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9efdbf53e0e006a6","status":"passed","time":{"start":1707751228957,"stop":1707751228958,"duration":1}},{"uid":"e7bcd06143706b8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e7bcd06143706b8b","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"9db8c1e01bfba117","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9db8c1e01bfba117","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"805eee9f34563243","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805eee9f34563243","status":"passed","time":{"start":1707778058489,"stop":1707778058489,"duration":0}},{"uid":"18d4a2d8526e9585","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/18d4a2d8526e9585","status":"passed","time":{"start":1707775337151,"stop":1707775337151,"duration":0}},{"uid":"8655b8fd690b886c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8655b8fd690b886c","status":"passed","time":{"start":1707775143601,"stop":1707775143602,"duration":1}},{"uid":"e5cdf4a8cee8d1f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5cdf4a8cee8d1f3","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"duration":1}},{"uid":"a392da77f98ece84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a392da77f98ece84","status":"passed","time":{"start":1707769940211,"stop":1707769940212,"duration":1}},{"uid":"131f3e4ab8032d44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/131f3e4ab8032d44","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"6b2519fbe26e0dea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6b2519fbe26e0dea","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"b47e34c39b7d370e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47e34c39b7d370e","status":"passed","time":{"start":1707756352341,"stop":1707756352342,"duration":1}},{"uid":"7bfd8056e05982f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bfd8056e05982f1","status":"passed","time":{"start":1707753768710,"stop":1707753768711,"duration":1}},{"uid":"20add995b3cdc01e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/20add995b3cdc01e","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"64141668d278209d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64141668d278209d","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"34874e5032730120","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34874e5032730120","status":"passed","time":{"start":1707736822684,"stop":1707736822684,"duration":0}},{"uid":"4a9aec9c90b94e29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a9aec9c90b94e29","status":"passed","time":{"start":1707736014744,"stop":1707736014744,"duration":0}}]},"ed2149567e8c33a8a5bd82c6a8c164bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"532936b79356e01d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/532936b79356e01d","status":"passed","time":{"start":1707758006723,"stop":1707758006723,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3e870b5265db7d4b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3e870b5265db7d4b","status":"passed","time":{"start":1707778386471,"stop":1707778386471,"duration":0}},{"uid":"79950420c6b7fe92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79950420c6b7fe92","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"20474857a4c31470","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20474857a4c31470","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"2815272f711185a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2815272f711185a7","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"fb2c4f41a410eb59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb2c4f41a410eb59","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"21b9db2454b5230d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21b9db2454b5230d","status":"passed","time":{"start":1707760335936,"stop":1707760335936,"duration":0}},{"uid":"a793554ebe50e771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a793554ebe50e771","status":"passed","time":{"start":1707758023524,"stop":1707758023524,"duration":0}},{"uid":"c46dca07027cfedc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c46dca07027cfedc","status":"passed","time":{"start":1707756663994,"stop":1707756663995,"duration":1}},{"uid":"e083e0e918a9ae8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e083e0e918a9ae8d","status":"passed","time":{"start":1707753717337,"stop":1707753717339,"duration":2}},{"uid":"fcab9ae2c69cdcc8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcab9ae2c69cdcc8","status":"passed","time":{"start":1707753837157,"stop":1707753837158,"duration":1}},{"uid":"10fb2fdf2060b1ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10fb2fdf2060b1ca","status":"passed","time":{"start":1707751136276,"stop":1707751136276,"duration":0}},{"uid":"7fb0475fd8b44395","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7fb0475fd8b44395","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"79c77c82f3eafbad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c77c82f3eafbad","status":"passed","time":{"start":1707736322648,"stop":1707736322648,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"78fa2cd3a36b78cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78fa2cd3a36b78cf","status":"passed","time":{"start":1707778386482,"stop":1707778386482,"duration":0}},{"uid":"3f7fe1ada5c14cf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f7fe1ada5c14cf3","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"8bc0ef2d08ec4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc0ef2d08ec4c5","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"7ba266bdb5dad499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ba266bdb5dad499","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"fcf0bfef244b81bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcf0bfef244b81bf","status":"passed","time":{"start":1707770208545,"stop":1707770208546,"duration":1}},{"uid":"aaec43870699ec1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaec43870699ec1d","status":"passed","time":{"start":1707760335950,"stop":1707760335950,"duration":0}},{"uid":"56de34032001aa59","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/56de34032001aa59","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"ca8310fbd2e93339","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca8310fbd2e93339","status":"passed","time":{"start":1707756664003,"stop":1707756664004,"duration":1}},{"uid":"e2660403cb534cfa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2660403cb534cfa","status":"passed","time":{"start":1707753837169,"stop":1707753837170,"duration":1}},{"uid":"69c35ec82395aa3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69c35ec82395aa3","status":"passed","time":{"start":1707751136320,"stop":1707751136338,"duration":18}},{"uid":"857090b64a1029ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/857090b64a1029ac","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"2bd0ff2352422da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bd0ff2352422da8","status":"passed","time":{"start":1707736322657,"stop":1707736322658,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4940e1ed76f00d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4940e1ed76f00d2","status":"passed","time":{"start":1707777770257,"stop":1707777770258,"duration":1}},{"uid":"4234498a9fea67f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4234498a9fea67f4","status":"passed","time":{"start":1707775046370,"stop":1707775046371,"duration":1}},{"uid":"6e8d917549b585eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e8d917549b585eb","status":"passed","time":{"start":1707774848382,"stop":1707774848382,"duration":0}},{"uid":"34a4a92b7b00ddd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34a4a92b7b00ddd5","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1}},{"uid":"a659d5f1d53aa302","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a659d5f1d53aa302","status":"passed","time":{"start":1707769648571,"stop":1707769648572,"duration":1}},{"uid":"bde6d73874fc920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bde6d73874fc920d","status":"passed","time":{"start":1707759743252,"stop":1707759743252,"duration":0}},{"uid":"bc8f07b297f7bc5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc8f07b297f7bc5d","status":"passed","time":{"start":1707757438365,"stop":1707757438366,"duration":1}},{"uid":"b63d34aadf5e3354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b63d34aadf5e3354","status":"passed","time":{"start":1707756067008,"stop":1707756067008,"duration":0}},{"uid":"eaff4b4537b72e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eaff4b4537b72e7","status":"passed","time":{"start":1707753485648,"stop":1707753485649,"duration":1}},{"uid":"7d3337391bf16788","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7d3337391bf16788","status":"passed","time":{"start":1707753214694,"stop":1707753214694,"duration":0}},{"uid":"77cbae834ba6c16d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/77cbae834ba6c16d","status":"passed","time":{"start":1707750614686,"stop":1707750614687,"duration":1}},{"uid":"e58984e16df95de7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58984e16df95de7","status":"passed","time":{"start":1707736532272,"stop":1707736532272,"duration":0}},{"uid":"fa6e8cfd407bce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa6e8cfd407bce34","status":"passed","time":{"start":1707735714120,"stop":1707735714121,"duration":1}}]},"bbf55dcd7aa387ec06559c2242cf85fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7422ef7111cebcad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7422ef7111cebcad","status":"passed","time":{"start":1707778202503,"stop":1707778202504,"duration":1}}]},"95f703828aed26094e16429d0d27437b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"669c137149bca31e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/669c137149bca31e","status":"passed","time":{"start":1707778202503,"stop":1707778202503,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6a69ab037cbec873","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a69ab037cbec873","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"522b9bb1c12720aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/522b9bb1c12720aa","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"4e1e0f02c7ade9bf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e1e0f02c7ade9bf","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"e183bbdee96bb407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e183bbdee96bb407","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"duration":1}},{"uid":"ad0cbc09c8c35f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad0cbc09c8c35f19","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"7ce163c2ed443ad8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ce163c2ed443ad8","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"30b89b7c1f5aa586","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/30b89b7c1f5aa586","status":"passed","time":{"start":1707758004331,"stop":1707758004331,"duration":0}},{"uid":"e8858140d8b0c529","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e8858140d8b0c529","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"68ec684ccc44eaef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/68ec684ccc44eaef","status":"passed","time":{"start":1707754051790,"stop":1707754051791,"duration":1}},{"uid":"e3a6ab3f412dbc76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3a6ab3f412dbc76","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ee51c59487357a12","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ee51c59487357a12","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"d33b88daea361a4a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d33b88daea361a4a","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"da900fbb33461169","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da900fbb33461169","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"83cc5954a4e21e7dfae6c52e2f513dc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28f20a897ca7943","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a28f20a897ca7943","status":"passed","time":{"start":1707753423538,"stop":1707753423539,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37dd0712d7f62adc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37dd0712d7f62adc","status":"passed","time":{"start":1707778338853,"stop":1707778338853,"duration":0}},{"uid":"583727fbf74470a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/583727fbf74470a1","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"303ebe0eaa172997","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/303ebe0eaa172997","status":"passed","time":{"start":1707775390243,"stop":1707775390244,"duration":1}},{"uid":"506958a9bb5ffb71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506958a9bb5ffb71","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"duration":1}},{"uid":"4648cc4c09fd0fa6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4648cc4c09fd0fa6","status":"passed","time":{"start":1707769968729,"stop":1707769968730,"duration":1}},{"uid":"cf1067bec76b5aca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf1067bec76b5aca","status":"passed","time":{"start":1707760301822,"stop":1707760301823,"duration":1}},{"uid":"6aefc1ecae2a7f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6aefc1ecae2a7f5","status":"passed","time":{"start":1707758006719,"stop":1707758006720,"duration":1}},{"uid":"84f87ab2ef215072","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/84f87ab2ef215072","status":"passed","time":{"start":1707756617054,"stop":1707756617054,"duration":0}},{"uid":"c9b7467dcf20d7e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9b7467dcf20d7e3","status":"passed","time":{"start":1707753988888,"stop":1707753988889,"duration":1}},{"uid":"41643357ebd49b40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41643357ebd49b40","status":"passed","time":{"start":1707753782774,"stop":1707753782774,"duration":0}},{"uid":"cf14c6f6c4a7316d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf14c6f6c4a7316d","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"6f1b72fbe3f7f900","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1b72fbe3f7f900","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"4d5a9cbf095974f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4d5a9cbf095974f0","status":"passed","time":{"start":1707736260150,"stop":1707736260155,"duration":5}}]},"59126a297c99c8beedffe0233f8675cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6a4c7df0103e5ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d6a4c7df0103e5ca","status":"passed","time":{"start":1707736260129,"stop":1707736260130,"duration":1}}]},"ed353cf5661f5d346d788919918b3444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f87eba359b27a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21f87eba359b27a0","status":"passed","time":{"start":1707756267911,"stop":1707756267911,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4879015fb3aac45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4879015fb3aac45","status":"passed","time":{"start":1707777997103,"stop":1707777997103,"duration":0}},{"uid":"c63b0c80c4578271","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c63b0c80c4578271","status":"passed","time":{"start":1707775275743,"stop":1707775275743,"duration":0}},{"uid":"fc72ce1fca31b4ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc72ce1fca31b4ca","status":"passed","time":{"start":1707775085875,"stop":1707775085876,"duration":1}},{"uid":"ed8df1fe845645aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed8df1fe845645aa","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5}},{"uid":"98e17e6fee863bbd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e17e6fee863bbd","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"81369c5202aa8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81369c5202aa8fe","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"20a253e8be17511e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20a253e8be17511e","status":"passed","time":{"start":1707757676033,"stop":1707757676034,"duration":1}},{"uid":"6218629072bf8e17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6218629072bf8e17","status":"passed","time":{"start":1707756304420,"stop":1707756304420,"duration":0}},{"uid":"215fee392f3184bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/215fee392f3184bb","status":"passed","time":{"start":1707753713233,"stop":1707753713233,"duration":0}},{"uid":"1f1dc1b792a2551e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1dc1b792a2551e","status":"passed","time":{"start":1707753448080,"stop":1707753448081,"duration":1}},{"uid":"cf13291d10f7e2fd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf13291d10f7e2fd","status":"passed","time":{"start":1707750840027,"stop":1707750840028,"duration":1}},{"uid":"3cfd3df6a79fdc96","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3cfd3df6a79fdc96","status":"passed","time":{"start":1707736764985,"stop":1707736764985,"duration":0}},{"uid":"f4415bfa10ce0b87","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f4415bfa10ce0b87","status":"passed","time":{"start":1707735955217,"stop":1707735955218,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cf41817cc689d7ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cf41817cc689d7ea","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"112bcb3a3a58728a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/112bcb3a3a58728a","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"4da13c266aac4888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4da13c266aac4888","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"e7a5877846667b7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7a5877846667b7a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"5f69369e4c213f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f69369e4c213f19","status":"passed","time":{"start":1707770208549,"stop":1707770208549,"duration":0}},{"uid":"5b0a7f7d918d1dec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b0a7f7d918d1dec","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"776a7df505fc35b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/776a7df505fc35b2","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"7fa045b123034d89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fa045b123034d89","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"5b528fbc43ce9141","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5b528fbc43ce9141","status":"passed","time":{"start":1707753837174,"stop":1707753837175,"duration":1}},{"uid":"19e03e589502ec1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19e03e589502ec1c","status":"passed","time":{"start":1707751136355,"stop":1707751136355,"duration":0}},{"uid":"3a0329774f5954c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a0329774f5954c","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"325e1e6f2adc057e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325e1e6f2adc057e","status":"passed","time":{"start":1707736322663,"stop":1707736322663,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"74fd64274f1a135b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74fd64274f1a135b","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"f3ce60531e2b00ff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3ce60531e2b00ff","status":"passed","time":{"start":1707775635822,"stop":1707775635823,"duration":1}},{"uid":"ffb9d79d6d54bddb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ffb9d79d6d54bddb","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"efa09b9650118338","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/efa09b9650118338","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"4afb8acef110f498","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4afb8acef110f498","status":"passed","time":{"start":1707770148425,"stop":1707770148426,"duration":1}},{"uid":"3114c0c0e7f5695f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3114c0c0e7f5695f","status":"passed","time":{"start":1707760329141,"stop":1707760329143,"duration":2}},{"uid":"c8eae99c7ece4cf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8eae99c7ece4cf1","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"19fb4863494b4b09","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19fb4863494b4b09","status":"passed","time":{"start":1707756648881,"stop":1707756648882,"duration":1}},{"uid":"9c91929c24ccaa49","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c91929c24ccaa49","status":"passed","time":{"start":1707753961165,"stop":1707753961165,"duration":0}},{"uid":"9338165dfd5e3bc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9338165dfd5e3bc6","status":"passed","time":{"start":1707753814893,"stop":1707753814893,"duration":0}},{"uid":"928255736e77ec48","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/928255736e77ec48","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"1ed82427270bf3cf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ed82427270bf3cf","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"256a46ebd122acc36e15ee586fa0e371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"941c5d4d3a7de65","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/941c5d4d3a7de65","status":"passed","time":{"start":1707778338856,"stop":1707778338857,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4947668a971b1418","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4947668a971b1418","status":"passed","time":{"start":1707777772235,"stop":1707777772235,"duration":0}},{"uid":"aabac73463d632ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aabac73463d632ee","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"64ecb2e057e2c0f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64ecb2e057e2c0f7","status":"passed","time":{"start":1707774850259,"stop":1707774850259,"duration":0}},{"uid":"dfd07b3db77a35b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd07b3db77a35b","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"9fa7c5f103831ac3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9fa7c5f103831ac3","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"b0f5951144f7f430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0f5951144f7f430","status":"passed","time":{"start":1707759745079,"stop":1707759745080,"duration":1}},{"uid":"d57c0366d3c0aed1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d57c0366d3c0aed1","status":"passed","time":{"start":1707757440224,"stop":1707757440224,"duration":0}},{"uid":"d48d2ad3f7d899d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d48d2ad3f7d899d","status":"passed","time":{"start":1707756069084,"stop":1707756069085,"duration":1}},{"uid":"8d944662be9741f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8d944662be9741f6","status":"passed","time":{"start":1707753487643,"stop":1707753487643,"duration":0}},{"uid":"d3b766f90a0c43e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d3b766f90a0c43e7","status":"passed","time":{"start":1707753216623,"stop":1707753216624,"duration":1}},{"uid":"d10ea85926d29aca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10ea85926d29aca","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"5e41aee443de7dff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e41aee443de7dff","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"d555633cead9a490","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d555633cead9a490","status":"passed","time":{"start":1707735716034,"stop":1707735716035,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6f43d9f714b7ad64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f43d9f714b7ad64","status":"passed","time":{"start":1707778332049,"stop":1707778332049,"duration":0}},{"uid":"7aa661456163c6fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aa661456163c6fd","status":"passed","time":{"start":1707775601725,"stop":1707775601726,"duration":1}},{"uid":"b4871970a9acbc0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b4871970a9acbc0b","status":"passed","time":{"start":1707775415218,"stop":1707775415219,"duration":1}},{"uid":"719cbebe7b547ae3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/719cbebe7b547ae3","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"d19bea86c01a05c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19bea86c01a05c7","status":"passed","time":{"start":1707770103222,"stop":1707770103223,"duration":1}},{"uid":"ebb69fb813fb0b96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebb69fb813fb0b96","status":"passed","time":{"start":1707760299491,"stop":1707760299492,"duration":1}},{"uid":"45f0fac0241a8756","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f0fac0241a8756","status":"passed","time":{"start":1707757995158,"stop":1707757995159,"duration":1}},{"uid":"5edee959d832e861","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5edee959d832e861","status":"passed","time":{"start":1707756620172,"stop":1707756620173,"duration":1}},{"uid":"a05c1c7191e6ec34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a05c1c7191e6ec34","status":"passed","time":{"start":1707753925425,"stop":1707753925425,"duration":0}},{"uid":"1b2def19439c09e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1b2def19439c09e0","status":"passed","time":{"start":1707753785897,"stop":1707753785897,"duration":0}},{"uid":"c5f22ae2a4b59d73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5f22ae2a4b59d73","status":"passed","time":{"start":1707751137101,"stop":1707751137102,"duration":1}},{"uid":"f2e7acc762f1621a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f2e7acc762f1621a","status":"passed","time":{"start":1707737056799,"stop":1707737056799,"duration":0}},{"uid":"c60260f2ef8b9d9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c60260f2ef8b9d9e","status":"passed","time":{"start":1707736286219,"stop":1707736286220,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d7d4bdc942aa4135","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7d4bdc942aa4135","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"6154d3aeef72c447","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6154d3aeef72c447","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"623de0662a2930fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/623de0662a2930fd","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"67b02248cf5a4615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67b02248cf5a4615","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"fe481dff16786695","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe481dff16786695","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"3690f27791d16aae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3690f27791d16aae","status":"passed","time":{"start":1707760335947,"stop":1707760335947,"duration":0}},{"uid":"ddb7f4348f72ee3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ddb7f4348f72ee3","status":"passed","time":{"start":1707758023532,"stop":1707758023532,"duration":0}},{"uid":"1151a914de776185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1151a914de776185","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"7f28f92d9d1cf170","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f28f92d9d1cf170","status":"passed","time":{"start":1707753837167,"stop":1707753837167,"duration":0}},{"uid":"d178a25cc96aa701","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d178a25cc96aa701","status":"passed","time":{"start":1707751136307,"stop":1707751136308,"duration":1}},{"uid":"c10618a20d79d117","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c10618a20d79d117","status":"passed","time":{"start":1707737124643,"stop":1707737124643,"duration":0}},{"uid":"440e9a17c3fd5edf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/440e9a17c3fd5edf","status":"passed","time":{"start":1707736322655,"stop":1707736322656,"duration":1}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fd0e4f6c8cc94e34","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fd0e4f6c8cc94e34","status":"passed","time":{"start":1707777764143,"stop":1707777764143,"duration":0}},{"uid":"10003a000a4b320","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10003a000a4b320","status":"passed","time":{"start":1707775040233,"stop":1707775040234,"duration":1}},{"uid":"a5cdc7edb5d3f670","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5cdc7edb5d3f670","status":"passed","time":{"start":1707774842093,"stop":1707774842094,"duration":1}},{"uid":"507c91c1ed4056e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/507c91c1ed4056e4","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0}},{"uid":"219c3922c7a5c970","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/219c3922c7a5c970","status":"passed","time":{"start":1707769642279,"stop":1707769642280,"duration":1}},{"uid":"995bc11f5cbbab60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/995bc11f5cbbab60","status":"passed","time":{"start":1707759737039,"stop":1707759737040,"duration":1}},{"uid":"f230ed61b1bc801b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f230ed61b1bc801b","status":"passed","time":{"start":1707757431978,"stop":1707757431979,"duration":1}},{"uid":"43c8d4ab6dd9b2bb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43c8d4ab6dd9b2bb","status":"passed","time":{"start":1707756061065,"stop":1707756061066,"duration":1}},{"uid":"a3518c31125096e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3518c31125096e0","status":"passed","time":{"start":1707753479612,"stop":1707753479613,"duration":1}},{"uid":"d35c074a35b17dfb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d35c074a35b17dfb","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"c154f0532243e2a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c154f0532243e2a2","status":"passed","time":{"start":1707750608629,"stop":1707750608629,"duration":0}},{"uid":"84f94c27ed9f3bef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84f94c27ed9f3bef","status":"passed","time":{"start":1707736525923,"stop":1707736525923,"duration":0}},{"uid":"df652752918cbf5e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df652752918cbf5e","status":"passed","time":{"start":1707735707757,"stop":1707735707757,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37ece1ac12245bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37ece1ac12245bce","status":"passed","time":{"start":1707777764077,"stop":1707777764078,"duration":1}},{"uid":"a6c58cd2057fc665","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6c58cd2057fc665","status":"passed","time":{"start":1707775040147,"stop":1707775040147,"duration":0}},{"uid":"b8c03672b3053a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8c03672b3053a2","status":"passed","time":{"start":1707774842102,"stop":1707774842103,"duration":1}},{"uid":"663f23adcd7161d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663f23adcd7161d9","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"duration":1}},{"uid":"fc91f78f3536f57e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc91f78f3536f57e","status":"passed","time":{"start":1707769642219,"stop":1707769642220,"duration":1}},{"uid":"bead5143b59ecf58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bead5143b59ecf58","status":"passed","time":{"start":1707759737068,"stop":1707759737068,"duration":0}},{"uid":"77e63771eef42041","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e63771eef42041","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"392f52cae7b6b508","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/392f52cae7b6b508","status":"passed","time":{"start":1707756061019,"stop":1707756061019,"duration":0}},{"uid":"5a1e05650a1ed65d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5a1e05650a1ed65d","status":"passed","time":{"start":1707753479608,"stop":1707753479609,"duration":1}},{"uid":"594eaae8e6bdc39c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/594eaae8e6bdc39c","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"605d939137bb6492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/605d939137bb6492","status":"passed","time":{"start":1707750608584,"stop":1707750608584,"duration":0}},{"uid":"9599bcee952eda77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9599bcee952eda77","status":"passed","time":{"start":1707736525855,"stop":1707736525855,"duration":0}},{"uid":"d0e0173a0741096a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0e0173a0741096a","status":"passed","time":{"start":1707735707689,"stop":1707735707689,"duration":0}}]},"12eaf6e80ca5958cd07d3fe4adb23698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d39654ee51c0b2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d39654ee51c0b2d","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd9cb0114d617c6a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd9cb0114d617c6a","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"7c9491f3cb121c84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c9491f3cb121c84","status":"passed","time":{"start":1707775017868,"stop":1707775017869,"duration":1}},{"uid":"ecf569eec66e5e5a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecf569eec66e5e5a","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"4dcea99a378b752a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dcea99a378b752a","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d8d70b11034c2bca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d8d70b11034c2bca","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"573acbcf69c2dc2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/573acbcf69c2dc2d","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2ecee5590275d445","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ecee5590275d445","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"b1a92456749e89cf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1a92456749e89cf","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"87cc7479588a4625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/87cc7479588a4625","status":"passed","time":{"start":1707753457116,"stop":1707753457116,"duration":0}},{"uid":"fda22a40247591d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fda22a40247591d0","status":"passed","time":{"start":1707753185098,"stop":1707753185098,"duration":0}},{"uid":"e018d3da32b085e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e018d3da32b085e2","status":"passed","time":{"start":1707750585900,"stop":1707750585901,"duration":1}},{"uid":"8d0672f91c759a27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d0672f91c759a27","status":"passed","time":{"start":1707736503317,"stop":1707736503318,"duration":1}},{"uid":"2145c03ae4b7106b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2145c03ae4b7106b","status":"passed","time":{"start":1707735684652,"stop":1707735684652,"duration":0}}]},"880384c9e45373acce6f8040920d8b0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6de8d0e24c02232","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f6de8d0e24c02232","status":"passed","time":{"start":1707736081271,"stop":1707736081273,"duration":2}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ea7e25b5c37b78e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea7e25b5c37b78e5","status":"passed","time":{"start":1707778386476,"stop":1707778386477,"duration":1}},{"uid":"c029bab0aa1520f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c029bab0aa1520f8","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"f585867c9e8d9957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f585867c9e8d9957","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"125118953bf5e347","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/125118953bf5e347","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0}},{"uid":"c77d727ef02270a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c77d727ef02270a","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"a00ec3d558848cdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a00ec3d558848cdf","status":"passed","time":{"start":1707760335941,"stop":1707760335942,"duration":1}},{"uid":"eac5e6a6b973b83","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac5e6a6b973b83","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"453a0804d74853dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/453a0804d74853dd","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"d6f9ced9f4164b5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6f9ced9f4164b5c","status":"passed","time":{"start":1707753837163,"stop":1707753837163,"duration":0}},{"uid":"767759e2e01f5310","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/767759e2e01f5310","status":"passed","time":{"start":1707751136280,"stop":1707751136280,"duration":0}},{"uid":"f571893401750cd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f571893401750cd6","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"1dc8d295158ef88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dc8d295158ef88","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3cd9e15f05df817","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3cd9e15f05df817","status":"passed","time":{"start":1707777997110,"stop":1707777997110,"duration":0}},{"uid":"80e16f8c83f7fca3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80e16f8c83f7fca3","status":"passed","time":{"start":1707775275751,"stop":1707775275751,"duration":0}},{"uid":"a766b4c4db23d065","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a766b4c4db23d065","status":"passed","time":{"start":1707775085883,"stop":1707775085884,"duration":1}},{"uid":"7089380d2deac505","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7089380d2deac505","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"duration":1}},{"uid":"5e2d1bcce70e03e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5e2d1bcce70e03e6","status":"passed","time":{"start":1707769883319,"stop":1707769883320,"duration":1}},{"uid":"37b261115ad3998a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/37b261115ad3998a","status":"passed","time":{"start":1707759981461,"stop":1707759981462,"duration":1}},{"uid":"be21689a00186525","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be21689a00186525","status":"passed","time":{"start":1707757676041,"stop":1707757676042,"duration":1}},{"uid":"656193e17ac638bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/656193e17ac638bf","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"299351fb148ec486","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/299351fb148ec486","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"14ab58258488ab6c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14ab58258488ab6c","status":"passed","time":{"start":1707753448100,"stop":1707753448100,"duration":0}},{"uid":"7648f358a5f4eb22","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7648f358a5f4eb22","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"9b6a97249375a601","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b6a97249375a601","status":"passed","time":{"start":1707736765010,"stop":1707736765011,"duration":1}},{"uid":"2a70bdf8c3765be8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2a70bdf8c3765be8","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"f8bd2a707a690b37acbe767f62bd27a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aded594c79cf38b3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aded594c79cf38b3","status":"passed","time":{"start":1707736081271,"stop":1707736081271,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"832993bf278e117e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/832993bf278e117e","status":"passed","time":{"start":1707777977666,"stop":1707777977666,"duration":0}},{"uid":"eb577bd9858e8583","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb577bd9858e8583","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"2fea3887fddbdeb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fea3887fddbdeb6","status":"passed","time":{"start":1707775082019,"stop":1707775082019,"duration":0}},{"uid":"c727ccb3650e78d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c727ccb3650e78d1","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"duration":1}},{"uid":"351a2a29696c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/351a2a29696c5","status":"passed","time":{"start":1707769841900,"stop":1707769841900,"duration":0}},{"uid":"5d69ffe4d9891f71","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d69ffe4d9891f71","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"7d99af389bbf50fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7d99af389bbf50fe","status":"passed","time":{"start":1707757624876,"stop":1707757624877,"duration":1}},{"uid":"4cc08aca7264862f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4cc08aca7264862f","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"1a1031995e1fe0be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a1031995e1fe0be","status":"passed","time":{"start":1707753651168,"stop":1707753651168,"duration":0}},{"uid":"e3c16bda241ca7c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c16bda241ca7c1","status":"passed","time":{"start":1707753409585,"stop":1707753409586,"duration":1}},{"uid":"419eeb1fc8c9f30e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/419eeb1fc8c9f30e","status":"passed","time":{"start":1707750722049,"stop":1707750722050,"duration":1}},{"uid":"720f37bf7a4b1193","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/720f37bf7a4b1193","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"466decdef499c872","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/466decdef499c872","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"ffc49707d2a2a9d0199ccd6353e21f60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e9514e0ee20b6e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e9514e0ee20b6e0","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ed9b49e555a8d17d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ed9b49e555a8d17d","status":"passed","time":{"start":1707777977671,"stop":1707777977672,"duration":1}},{"uid":"8526dd1944b32cbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8526dd1944b32cbd","status":"passed","time":{"start":1707775258465,"stop":1707775258466,"duration":1}},{"uid":"8f5e51bbf822663","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5e51bbf822663","status":"passed","time":{"start":1707775082030,"stop":1707775082031,"duration":1}},{"uid":"caafb7e14c917039","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/caafb7e14c917039","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"ef29963214540b54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef29963214540b54","status":"passed","time":{"start":1707769841908,"stop":1707769841908,"duration":0}},{"uid":"eba0319f345263b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eba0319f345263b1","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"c00832f08b51ee0a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c00832f08b51ee0a","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"1b35f7c35ef69bf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b35f7c35ef69bf2","status":"passed","time":{"start":1707756261833,"stop":1707756261833,"duration":0}},{"uid":"fbfd6c0cde965938","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbfd6c0cde965938","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"793404dd46142a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/793404dd46142a5f","status":"passed","time":{"start":1707753409592,"stop":1707753409593,"duration":1}},{"uid":"c0c1a76bebe34f2b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0c1a76bebe34f2b","status":"passed","time":{"start":1707750722056,"stop":1707750722057,"duration":1}},{"uid":"567f3be7dc4b59f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/567f3be7dc4b59f8","status":"passed","time":{"start":1707736708335,"stop":1707736708335,"duration":0}},{"uid":"ca4f6a09b1d470ae","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca4f6a09b1d470ae","status":"passed","time":{"start":1707735914392,"stop":1707735914393,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"740c6d8c4aa93eb8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740c6d8c4aa93eb8","status":"passed","time":{"start":1707778338836,"stop":1707778338836,"duration":0}},{"uid":"a8ec16bee2640333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8ec16bee2640333","status":"passed","time":{"start":1707775602016,"stop":1707775602017,"duration":1}},{"uid":"240f5d9f9ac214b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/240f5d9f9ac214b0","status":"passed","time":{"start":1707775390225,"stop":1707775390227,"duration":2}},{"uid":"771a9a4a089d90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/771a9a4a089d90c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"2c56ddca29702de1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c56ddca29702de1","status":"passed","time":{"start":1707760301804,"stop":1707760301805,"duration":1}},{"uid":"5517ed88e0e01f73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5517ed88e0e01f73","status":"passed","time":{"start":1707758006706,"stop":1707758006707,"duration":1}},{"uid":"5354b3506c94d696","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5354b3506c94d696","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"4f500f885e43da76","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f500f885e43da76","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"6519e4aea94a3618","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6519e4aea94a3618","status":"passed","time":{"start":1707753782746,"stop":1707753782748,"duration":2}},{"uid":"6e668934bca5cced","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e668934bca5cced","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"e64bdfddd601cb62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e64bdfddd601cb62","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"9edd0412bc330230","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9edd0412bc330230","status":"passed","time":{"start":1707736260125,"stop":1707736260125,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"4eb3dffbc154b253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4eb3dffbc154b253","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"5a3f2fa765537ead","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a3f2fa765537ead","status":"passed","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"c3a46b54dee934ab","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3a46b54dee934ab","status":"passed","time":{"start":1707775390234,"stop":1707775390234,"duration":0}},{"uid":"6a905b9ce2d2f90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a905b9ce2d2f90c","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"b6642309404b0b73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6642309404b0b73","status":"passed","time":{"start":1707760301817,"stop":1707760301817,"duration":0}},{"uid":"4f39f8f073173f3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4f39f8f073173f3a","status":"passed","time":{"start":1707758006712,"stop":1707758006713,"duration":1}},{"uid":"374332bb1a68cf37","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/374332bb1a68cf37","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"c8f2fd1ff2da5404","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8f2fd1ff2da5404","status":"passed","time":{"start":1707753988883,"stop":1707753988884,"duration":1}},{"uid":"168895053d0472a0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/168895053d0472a0","status":"passed","time":{"start":1707753782759,"stop":1707753782760,"duration":1}},{"uid":"718d3333eb0fdd1e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/718d3333eb0fdd1e","status":"passed","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"b91379ed186578d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b91379ed186578d1","status":"passed","time":{"start":1707737091330,"stop":1707737091339,"duration":9}},{"uid":"c265a9c01f7db472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c265a9c01f7db472","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b414b9739b661513","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b414b9739b661513","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"de4007470ce68323","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de4007470ce68323","status":"passed","time":{"start":1707775258454,"stop":1707775258454,"duration":0}},{"uid":"4c5e95a7bf555b7d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c5e95a7bf555b7d","status":"passed","time":{"start":1707775082013,"stop":1707775082014,"duration":1}},{"uid":"70b3ae1baf529f9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70b3ae1baf529f9e","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"duration":0}},{"uid":"19c373bc10fe1bc7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c373bc10fe1bc7","status":"passed","time":{"start":1707769841896,"stop":1707769841896,"duration":0}},{"uid":"4b52b6c1069f062a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b52b6c1069f062a","status":"passed","time":{"start":1707759921450,"stop":1707759921452,"duration":2}},{"uid":"90584909c24649f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90584909c24649f0","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"8471cfe677e54a64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8471cfe677e54a64","status":"passed","time":{"start":1707756261760,"stop":1707756261761,"duration":1}},{"uid":"1220786541ab7165","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1220786541ab7165","status":"passed","time":{"start":1707753651165,"stop":1707753651166,"duration":1}},{"uid":"2f3da6ebea65ad2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f3da6ebea65ad2","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"f8e049e7ddf1e1e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e049e7ddf1e1e8","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"f49ace766a1968ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f49ace766a1968ad","status":"passed","time":{"start":1707736708326,"stop":1707736708327,"duration":1}},{"uid":"75f3d0d878bee521","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75f3d0d878bee521","status":"passed","time":{"start":1707735914383,"stop":1707735914384,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c42d802a9003cb33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c42d802a9003cb33","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"29f739eb3595a600","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/29f739eb3595a600","status":"passed","time":{"start":1707775337157,"stop":1707775337158,"duration":1}},{"uid":"bd6513dbbf76d99e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd6513dbbf76d99e","status":"passed","time":{"start":1707775143606,"stop":1707775143606,"duration":0}},{"uid":"f8941cbafaad4e12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8941cbafaad4e12","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"c15c2e9aef73bb10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c15c2e9aef73bb10","status":"passed","time":{"start":1707769940214,"stop":1707769940214,"duration":0}},{"uid":"fb7db67f677249ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7db67f677249ff","status":"passed","time":{"start":1707760042462,"stop":1707760042462,"duration":0}},{"uid":"7dace5c80e5a32a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7dace5c80e5a32a5","status":"passed","time":{"start":1707757736400,"stop":1707757736400,"duration":0}},{"uid":"7b3ad0194a86735e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7b3ad0194a86735e","status":"passed","time":{"start":1707756352343,"stop":1707756352344,"duration":1}},{"uid":"2519d6875cbd80a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2519d6875cbd80a2","status":"passed","time":{"start":1707753768713,"stop":1707753768713,"duration":0}},{"uid":"4c0ce4f712146c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c0ce4f712146c8c","status":"passed","time":{"start":1707753512772,"stop":1707753512772,"duration":0}},{"uid":"8114a485b8c9f506","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8114a485b8c9f506","status":"passed","time":{"start":1707750899685,"stop":1707750899685,"duration":0}},{"uid":"fee670c04f3c77af","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fee670c04f3c77af","status":"passed","time":{"start":1707736822689,"stop":1707736822690,"duration":1}},{"uid":"6b6888d58ad341b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6888d58ad341b1","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"863457d3f4972de6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/863457d3f4972de6","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"fe0bfa5fe640dfc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fe0bfa5fe640dfc0","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"3bcd4e3dfc043ea8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bcd4e3dfc043ea8","status":"passed","time":{"start":1707775193314,"stop":1707775193315,"duration":1}},{"uid":"36c59a5152aad99f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36c59a5152aad99f","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"duration":1}},{"uid":"7f7a828d9afbd2ee","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f7a828d9afbd2ee","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"c591a5cf4f81666f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c591a5cf4f81666f","status":"passed","time":{"start":1707760084100,"stop":1707760084100,"duration":0}},{"uid":"9ec7605354faf28e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9ec7605354faf28e","status":"passed","time":{"start":1707757782368,"stop":1707757782368,"duration":0}},{"uid":"54dfc301813ec335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54dfc301813ec335","status":"passed","time":{"start":1707756396101,"stop":1707756396101,"duration":0}},{"uid":"c9a17c53a2ae6c53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a17c53a2ae6c53","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"50a6a38123569529","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50a6a38123569529","status":"passed","time":{"start":1707753563097,"stop":1707753563098,"duration":1}},{"uid":"675eee9b0c5a2bd8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/675eee9b0c5a2bd8","status":"passed","time":{"start":1707750940653,"stop":1707750940656,"duration":3}},{"uid":"f91c8c228b1745d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f91c8c228b1745d7","status":"passed","time":{"start":1707736870544,"stop":1707736870545,"duration":1}},{"uid":"b37b2311e2c716ab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b37b2311e2c716ab","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fac1e5ba03a677b2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fac1e5ba03a677b2","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"caa7c3f326aa2db6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/caa7c3f326aa2db6","status":"passed","time":{"start":1707775026265,"stop":1707775026265,"duration":0}},{"uid":"ea7a13db24830888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7a13db24830888","status":"passed","time":{"start":1707774827855,"stop":1707774827855,"duration":0}},{"uid":"52c20a8fd2fc2912","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52c20a8fd2fc2912","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"5afe85d2da6a6700","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5afe85d2da6a6700","status":"passed","time":{"start":1707769628084,"stop":1707769628085,"duration":1}},{"uid":"5829f8c30bf18266","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5829f8c30bf18266","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"f5d2582d6a8b88d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5d2582d6a8b88d1","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"43f8ead862c48859","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43f8ead862c48859","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"8b97af90edb9d443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b97af90edb9d443","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"9b4cc1cf83df999a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b4cc1cf83df999a","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"f14bd9986491a65e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f14bd9986491a65e","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"9817dcb0c4dcb308","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9817dcb0c4dcb308","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"a950c82abc199821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a950c82abc199821","status":"passed","time":{"start":1707735693124,"stop":1707735693125,"duration":1}}]},"90e29518969bad33a76404322a424974:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c062029560fecd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c062029560fecd4","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5eede6fb2bb96d27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5eede6fb2bb96d27","status":"passed","time":{"start":1707777826933,"stop":1707777826934,"duration":1}},{"uid":"f1a66717999065b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a66717999065b4","status":"passed","time":{"start":1707775103556,"stop":1707775103556,"duration":0}},{"uid":"49e0abd4caee2916","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49e0abd4caee2916","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"a1b6dcada8dbad61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b6dcada8dbad61","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"duration":0}},{"uid":"b2fea98fddfc8d2a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2fea98fddfc8d2a","status":"passed","time":{"start":1707769706527,"stop":1707769706532,"duration":5}},{"uid":"c25606e98da232c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c25606e98da232c0","status":"passed","time":{"start":1707759800533,"stop":1707759800534,"duration":1}},{"uid":"7f67f9b88bc74bca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f67f9b88bc74bca","status":"passed","time":{"start":1707757496504,"stop":1707757496504,"duration":0}},{"uid":"fa7a3aadfe88a9ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa7a3aadfe88a9ce","status":"passed","time":{"start":1707756124840,"stop":1707756124841,"duration":1}},{"uid":"967756699701bddd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/967756699701bddd","status":"passed","time":{"start":1707753544144,"stop":1707753544145,"duration":1}},{"uid":"615e012287ebe89c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/615e012287ebe89c","status":"passed","time":{"start":1707753273869,"stop":1707753273870,"duration":1}},{"uid":"7d3420af4431ed2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d3420af4431ed2c","status":"passed","time":{"start":1707750672013,"stop":1707750672013,"duration":0}},{"uid":"6c7af89aa5033750","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c7af89aa5033750","status":"passed","time":{"start":1707736588887,"stop":1707736588888,"duration":1}},{"uid":"c5fddd2764046ea6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5fddd2764046ea6","status":"passed","time":{"start":1707735772598,"stop":1707735772599,"duration":1}}]},"9d293d96cf13bc745296a7fe3a1bcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca560bd96ab3cbfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca560bd96ab3cbfa","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd328718a01c5a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd328718a01c5a1","status":"passed","time":{"start":1707777973003,"stop":1707777973003,"duration":0}},{"uid":"7e933d045cd53752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e933d045cd53752","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"a68f427ebd57ef21","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a68f427ebd57ef21","status":"passed","time":{"start":1707775050821,"stop":1707775050822,"duration":1}},{"uid":"495fc8941603d8d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/495fc8941603d8d","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"6311e63e33b5d267","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6311e63e33b5d267","status":"passed","time":{"start":1707769843148,"stop":1707769843149,"duration":1}},{"uid":"1a49bc0d728da101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1a49bc0d728da101","status":"passed","time":{"start":1707759965207,"stop":1707759965208,"duration":1}},{"uid":"eb765599524eda56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb765599524eda56","status":"passed","time":{"start":1707757644393,"stop":1707757644394,"duration":1}},{"uid":"9f2bcd98474dcae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f2bcd98474dcae6","status":"passed","time":{"start":1707756267913,"stop":1707756267914,"duration":1}},{"uid":"369d819bec94d3cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/369d819bec94d3cf","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"584bb0450110edb8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/584bb0450110edb8","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"78f84a833d60de02","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78f84a833d60de02","status":"passed","time":{"start":1707750796035,"stop":1707750796036,"duration":1}},{"uid":"df9ab44250a657e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df9ab44250a657e1","status":"passed","time":{"start":1707736730655,"stop":1707736730656,"duration":1}},{"uid":"c8caf555178a5957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c8caf555178a5957","status":"passed","time":{"start":1707735912127,"stop":1707735912128,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fdf93771ee37d0bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdf93771ee37d0bc","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"64e13a23a195722f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64e13a23a195722f","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"15651b0e259e9b60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15651b0e259e9b60","status":"passed","time":{"start":1707775219993,"stop":1707775219994,"duration":1}},{"uid":"4559c5830321e84f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4559c5830321e84f","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1}},{"uid":"61050a7e28d4bcae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61050a7e28d4bcae","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"3a2df33da55661ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a2df33da55661ef","status":"passed","time":{"start":1707760106454,"stop":1707760106454,"duration":0}},{"uid":"52d5bf530a28b82a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52d5bf530a28b82a","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"6dca6eaf65f2f404","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dca6eaf65f2f404","status":"passed","time":{"start":1707756422342,"stop":1707756422342,"duration":0}},{"uid":"b3ccaaf98dbf4b67","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ccaaf98dbf4b67","status":"passed","time":{"start":1707753796545,"stop":1707753796546,"duration":1}},{"uid":"a34d6c024647c318","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a34d6c024647c318","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"5cdccb289aeb8271","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cdccb289aeb8271","status":"passed","time":{"start":1707750964799,"stop":1707750964800,"duration":1}},{"uid":"9583be68985c583b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9583be68985c583b","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"76942a98a0b09a3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76942a98a0b09a3e","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"e6b6688905644c1d5481ccbb9c3c081b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea3612e15cbc8740","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3612e15cbc8740","status":"passed","time":{"start":1707775486640,"stop":1707775486640,"duration":0}}]},"d1096d6b4246b55e433c70556f206b30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1985dcb18ff46aa0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1985dcb18ff46aa0","status":"passed","time":{"start":1707736878968,"stop":1707736878968,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ece5ca6df412a5bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ece5ca6df412a5bd","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"b0b358893797ba65","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0b358893797ba65","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"b46142c59547040f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b46142c59547040f","status":"passed","time":{"start":1707774850258,"stop":1707774850259,"duration":1}},{"uid":"9fe35837e4c0ea8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fe35837e4c0ea8a","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"3cb2f9dcd6da334f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3cb2f9dcd6da334f","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"6be92222a723cd79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6be92222a723cd79","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"68a73ea1e56c88df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/68a73ea1e56c88df","status":"passed","time":{"start":1707757440223,"stop":1707757440224,"duration":1}},{"uid":"aaf0a15d470bcf1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aaf0a15d470bcf1e","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"deb98e9c99daea74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb98e9c99daea74","status":"passed","time":{"start":1707753487642,"stop":1707753487643,"duration":1}},{"uid":"1cf2c8a0f89e5a59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1cf2c8a0f89e5a59","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"59a3dc5b6cc27942","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/59a3dc5b6cc27942","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"7a058f80103ff4bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7a058f80103ff4bf","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"c7cb3387fadba2e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb3387fadba2e2","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"93435e8a447cface","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93435e8a447cface","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"823fcc8ad03b2467","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/823fcc8ad03b2467","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"2088be773e1c6686","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2088be773e1c6686","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"57b551e7a326528","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b551e7a326528","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1}},{"uid":"3fbdc12e7b126da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3fbdc12e7b126da","status":"passed","time":{"start":1707760301802,"stop":1707760301803,"duration":1}},{"uid":"1dc45d841bbeb98b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1dc45d841bbeb98b","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"4f113a9cb3d17aae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f113a9cb3d17aae","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"b9fcb31dfb7bf7a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9fcb31dfb7bf7a4","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1e8a187b9623f41","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e8a187b9623f41","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"a7d038012d26736c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7d038012d26736c","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"6dfac749411d6e3c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dfac749411d6e3c","status":"passed","time":{"start":1707737091298,"stop":1707737091299,"duration":1}},{"uid":"9a547aec9270f1f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a547aec9270f1f0","status":"passed","time":{"start":1707736260120,"stop":1707736260121,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"303015306fd00231","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/303015306fd00231","status":"passed","time":{"start":1707778202500,"stop":1707778202500,"duration":0}},{"uid":"4dbc8eac12a1e4cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4dbc8eac12a1e4cf","status":"passed","time":{"start":1707775486636,"stop":1707775486637,"duration":1}},{"uid":"c6cdda66aea67618","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c6cdda66aea67618","status":"passed","time":{"start":1707775300140,"stop":1707775300141,"duration":1}},{"uid":"bbeea25304ef323e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bbeea25304ef323e","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"duration":1}},{"uid":"26f5b62e74efa951","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26f5b62e74efa951","status":"passed","time":{"start":1707770051399,"stop":1707770051400,"duration":1}},{"uid":"f162a39f1c882afa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f162a39f1c882afa","status":"passed","time":{"start":1707760174027,"stop":1707760174028,"duration":1}},{"uid":"c1efadfac43ae385","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1efadfac43ae385","status":"passed","time":{"start":1707757873928,"stop":1707757873929,"duration":1}},{"uid":"c558d99a434a7399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c558d99a434a7399","status":"passed","time":{"start":1707756499911,"stop":1707756499913,"duration":2}},{"uid":"122b2b79fc3a650b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/122b2b79fc3a650b","status":"passed","time":{"start":1707753870468,"stop":1707753870469,"duration":1}},{"uid":"566399c2f2633770","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/566399c2f2633770","status":"passed","time":{"start":1707753647523,"stop":1707753647523,"duration":0}},{"uid":"5cedd0caede2e432","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cedd0caede2e432","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"9c3b9ecb0ad14f87","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c3b9ecb0ad14f87","status":"passed","time":{"start":1707736947852,"stop":1707736947853,"duration":1}},{"uid":"167cef81759a5a31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/167cef81759a5a31","status":"passed","time":{"start":1707736152508,"stop":1707736152509,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5270306f142e7ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5270306f142e7ba","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"512fd720a58a5752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/512fd720a58a5752","status":"passed","time":{"start":1707775026261,"stop":1707775026262,"duration":1}},{"uid":"ab985d4b804b95e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab985d4b804b95e8","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"84dea4da931079fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/84dea4da931079fe","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"fe900150362cc843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe900150362cc843","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"6b06dbda79391b8a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b06dbda79391b8a","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"c57d8819f12019e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c57d8819f12019e9","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"ffa39b96ff0f5cef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffa39b96ff0f5cef","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"b33ea6dea92e41cd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b33ea6dea92e41cd","status":"passed","time":{"start":1707753465433,"stop":1707753465434,"duration":1}},{"uid":"c62ca2080824e44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c62ca2080824e44b","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"ba532ad8abb0d084","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ba532ad8abb0d084","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"4aba650aadb25aec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4aba650aadb25aec","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"7fd00d30d4ef9a3a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fd00d30d4ef9a3a","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"784aba2ff969b79","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/784aba2ff969b79","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"5fd8d6a08e15c6f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fd8d6a08e15c6f5","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"c1b34c403d541582","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1b34c403d541582","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"f3cc6bad79d0650f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3cc6bad79d0650f","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"duration":1}},{"uid":"c8ce22d2a05363b0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8ce22d2a05363b0","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"d351b95daa706c40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d351b95daa706c40","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"31d3ff2623fa0537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31d3ff2623fa0537","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"ea1781db70f26242","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1781db70f26242","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"3cf4606829b44fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cf4606829b44fce","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b5d357d9928e3e2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5d357d9928e3e2e","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"1a0a92454e3d900c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a0a92454e3d900c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"96c35f4b64ec62bf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96c35f4b64ec62bf","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"4767a2b8c2c3093ff3913c6b8adf48d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d15f407dab04d318","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d15f407dab04d318","status":"passed","time":{"start":1707736878967,"stop":1707736878968,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"49ef313f0c7bc252","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49ef313f0c7bc252","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"3a235082c30ba12e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a235082c30ba12e","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"fa950f6a3ffcb2b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa950f6a3ffcb2b5","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"1d0c4aac93d55f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d0c4aac93d55f79","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"ac5bc9f431429ae5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5bc9f431429ae5","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"abaa515e5886936","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abaa515e5886936","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"b2ef24ae29bc63ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2ef24ae29bc63ad","status":"passed","time":{"start":1707758036861,"stop":1707758036862,"duration":1}},{"uid":"b3212f4e36e9506b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3212f4e36e9506b","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"559a06f7a8ab0c8f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/559a06f7a8ab0c8f","status":"passed","time":{"start":1707753994324,"stop":1707753994325,"duration":1}},{"uid":"564b93a25fcfc127","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/564b93a25fcfc127","status":"passed","time":{"start":1707753841535,"stop":1707753841536,"duration":1}},{"uid":"55fce984325296dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55fce984325296dc","status":"passed","time":{"start":1707737132861,"stop":1707737132861,"duration":0}},{"uid":"8f35972fb1436abf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f35972fb1436abf","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a1994b8b6aef4019","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a1994b8b6aef4019","status":"passed","time":{"start":1707777865445,"stop":1707777865445,"duration":0}},{"uid":"6e4ea7efa5c33b05","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e4ea7efa5c33b05","status":"passed","time":{"start":1707775140808,"stop":1707775140808,"duration":0}},{"uid":"306a30c7bde3c023","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/306a30c7bde3c023","status":"passed","time":{"start":1707774947612,"stop":1707774947612,"duration":0}},{"uid":"b6057e8af4e873c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6057e8af4e873c7","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"duration":0}},{"uid":"3f4461745f9d581c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f4461745f9d581c","status":"passed","time":{"start":1707769737641,"stop":1707769737642,"duration":1}},{"uid":"668d9ce1d0b89e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/668d9ce1d0b89e3b","status":"passed","time":{"start":1707759835152,"stop":1707759835152,"duration":0}},{"uid":"8c60d5dba7c5dc7f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c60d5dba7c5dc7f","status":"passed","time":{"start":1707757529707,"stop":1707757529707,"duration":0}},{"uid":"d2104b031bf5c332","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2104b031bf5c332","status":"passed","time":{"start":1707756164077,"stop":1707756164078,"duration":1}},{"uid":"6de7b162de6a3d91","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6de7b162de6a3d91","status":"passed","time":{"start":1707753566691,"stop":1707753566691,"duration":0}},{"uid":"a2c453081f24419e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2c453081f24419e","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"d04e244fa6073572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d04e244fa6073572","status":"passed","time":{"start":1707750698719,"stop":1707750698720,"duration":1}},{"uid":"bb336724ebc2269a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb336724ebc2269a","status":"passed","time":{"start":1707736624915,"stop":1707736624915,"duration":0}},{"uid":"7b30306819367cb2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b30306819367cb2","status":"passed","time":{"start":1707735814295,"stop":1707735814296,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e88d14199962444a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e88d14199962444a","status":"passed","time":{"start":1707778338843,"stop":1707778338843,"duration":0}},{"uid":"fb1c7039e288d607","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fb1c7039e288d607","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"11e917bcfbf43884","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/11e917bcfbf43884","status":"passed","time":{"start":1707775390231,"stop":1707775390232,"duration":1}},{"uid":"22b48c7a1e681bf5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b48c7a1e681bf5","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1}},{"uid":"b907135486ce4b02","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b907135486ce4b02","status":"passed","time":{"start":1707760301813,"stop":1707760301813,"duration":0}},{"uid":"83636b7c90958ab8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83636b7c90958ab8","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"ea5ce863de3c438b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea5ce863de3c438b","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"131b920ea812a56b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/131b920ea812a56b","status":"passed","time":{"start":1707753988881,"stop":1707753988882,"duration":1}},{"uid":"8d2db552b74f0d73","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8d2db552b74f0d73","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"fe0c82906792ad09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe0c82906792ad09","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"b4e7b257fa299877","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b4e7b257fa299877","status":"passed","time":{"start":1707737091310,"stop":1707737091322,"duration":12}},{"uid":"1bf6d1d2af22c46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf6d1d2af22c46","status":"passed","time":{"start":1707736260132,"stop":1707736260132,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3906c83c05aaf0c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3906c83c05aaf0c2","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"f51b950af7885673","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f51b950af7885673","status":"passed","time":{"start":1707775486634,"stop":1707775486635,"duration":1}},{"uid":"49edaf52b9ce99f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49edaf52b9ce99f7","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"bc380314f61838b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc380314f61838b4","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"duration":1}},{"uid":"31177efe2fcf278c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31177efe2fcf278c","status":"passed","time":{"start":1707770051398,"stop":1707770051399,"duration":1}},{"uid":"6a536bf111e454b9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a536bf111e454b9","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"8fbde3f843ff5421","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fbde3f843ff5421","status":"passed","time":{"start":1707757873926,"stop":1707757873926,"duration":0}},{"uid":"fdfb718f8c975b1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fdfb718f8c975b1d","status":"passed","time":{"start":1707756499908,"stop":1707756499908,"duration":0}},{"uid":"688c93871e7f7549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688c93871e7f7549","status":"passed","time":{"start":1707753870459,"stop":1707753870460,"duration":1}},{"uid":"b2dd7d9c88cbe54a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2dd7d9c88cbe54a","status":"passed","time":{"start":1707753647513,"stop":1707753647514,"duration":1}},{"uid":"4625aac1aaf96cc6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4625aac1aaf96cc6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"eebec89fa51ae570","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eebec89fa51ae570","status":"passed","time":{"start":1707736947851,"stop":1707736947852,"duration":1}},{"uid":"3c6134062e02113e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c6134062e02113e","status":"passed","time":{"start":1707736152507,"stop":1707736152508,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"875e46253b7a1553","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/875e46253b7a1553","status":"passed","time":{"start":1707777795162,"stop":1707777795162,"duration":0}},{"uid":"3af58c14524cb3af","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3af58c14524cb3af","status":"passed","time":{"start":1707775070514,"stop":1707775070515,"duration":1}},{"uid":"87a10e98bc0323cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87a10e98bc0323cf","status":"passed","time":{"start":1707774873410,"stop":1707774873411,"duration":1}},{"uid":"702e321b5d0e490","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/702e321b5d0e490","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1}},{"uid":"1943ed42c05a8b23","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1943ed42c05a8b23","status":"passed","time":{"start":1707769673024,"stop":1707769673024,"duration":0}},{"uid":"97969ece0ec3bbed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97969ece0ec3bbed","status":"passed","time":{"start":1707759767763,"stop":1707759767763,"duration":0}},{"uid":"1b83a06da0429d9b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1b83a06da0429d9b","status":"passed","time":{"start":1707757463875,"stop":1707757463875,"duration":0}},{"uid":"18c446e2e7b11c5d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18c446e2e7b11c5d","status":"passed","time":{"start":1707756091990,"stop":1707756091991,"duration":1}},{"uid":"493304a52158082c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/493304a52158082c","status":"passed","time":{"start":1707753510232,"stop":1707753510233,"duration":1}},{"uid":"35fb34c6db5007fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35fb34c6db5007fc","status":"passed","time":{"start":1707753240420,"stop":1707753240421,"duration":1}},{"uid":"a6b1d9c5dba24784","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a6b1d9c5dba24784","status":"passed","time":{"start":1707750639409,"stop":1707750639409,"duration":0}},{"uid":"8be90e244f7a4c6a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8be90e244f7a4c6a","status":"passed","time":{"start":1707736555753,"stop":1707736555754,"duration":1}},{"uid":"2108507f55f00588","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2108507f55f00588","status":"passed","time":{"start":1707735739985,"stop":1707735739986,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33d3badf8319ea71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33d3badf8319ea71","status":"passed","time":{"start":1707777798756,"stop":1707777798757,"duration":1}},{"uid":"525ec0d6a061f88a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/525ec0d6a061f88a","status":"passed","time":{"start":1707775072143,"stop":1707775072144,"duration":1}},{"uid":"d72030e477c7047","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72030e477c7047","status":"passed","time":{"start":1707774880414,"stop":1707774880415,"duration":1}},{"uid":"bcae391dad7e797c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcae391dad7e797c","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1}},{"uid":"21e55dc2ecaaaf94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21e55dc2ecaaaf94","status":"passed","time":{"start":1707769677694,"stop":1707769677695,"duration":1}},{"uid":"9a3fe4948f50940c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a3fe4948f50940c","status":"passed","time":{"start":1707759769666,"stop":1707759769666,"duration":0}},{"uid":"99200ff1e9b06edb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99200ff1e9b06edb","status":"passed","time":{"start":1707757468636,"stop":1707757468637,"duration":1}},{"uid":"febe0ccca268009f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/febe0ccca268009f","status":"passed","time":{"start":1707756096167,"stop":1707756096168,"duration":1}},{"uid":"8671a53f5df02103","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8671a53f5df02103","status":"passed","time":{"start":1707753517972,"stop":1707753517973,"duration":1}},{"uid":"18cc2072fdded1cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18cc2072fdded1cd","status":"passed","time":{"start":1707753244713,"stop":1707753244714,"duration":1}},{"uid":"b250587b3f87b574","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b250587b3f87b574","status":"passed","time":{"start":1707750643517,"stop":1707750643518,"duration":1}},{"uid":"da5b9f7770a51a82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da5b9f7770a51a82","status":"passed","time":{"start":1707736558642,"stop":1707736558643,"duration":1}},{"uid":"9baf21a43e29954","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9baf21a43e29954","status":"passed","time":{"start":1707735743488,"stop":1707735743488,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8d2ba0351adfb67c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8d2ba0351adfb67c","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"5fc5c75af2e4eb41","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fc5c75af2e4eb41","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"27c3f5c5f5dc713e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27c3f5c5f5dc713e","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"11cf6a9fa7f03011","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11cf6a9fa7f03011","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"d939b32e7d72c094","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d939b32e7d72c094","status":"passed","time":{"start":1707769628086,"stop":1707769628087,"duration":1}},{"uid":"6ae24d4f630529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6ae24d4f630529b","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"69a82f2119a5d982","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/69a82f2119a5d982","status":"passed","time":{"start":1707757417666,"stop":1707757417667,"duration":1}},{"uid":"bfbcc7db8a183e68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfbcc7db8a183e68","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"3319bca15b89e805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3319bca15b89e805","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"1313834cc518ecae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1313834cc518ecae","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"e5b9d624f0023839","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e5b9d624f0023839","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"e056ed34adf38dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e056ed34adf38dea","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"4165e88cd15c3249","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4165e88cd15c3249","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"253c426f8be5ac5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/253c426f8be5ac5f","status":"passed","time":{"start":1707778338850,"stop":1707778338851,"duration":1}},{"uid":"f3dc9934c9da944d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3dc9934c9da944d","status":"passed","time":{"start":1707775602027,"stop":1707775602027,"duration":0}},{"uid":"71e2c37c28ae9fcb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71e2c37c28ae9fcb","status":"passed","time":{"start":1707775390239,"stop":1707775390239,"duration":0}},{"uid":"5875ce7d72b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5875ce7d72b8ba0a","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"2c9fd2a7e4984721","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c9fd2a7e4984721","status":"passed","time":{"start":1707769968723,"stop":1707769968724,"duration":1}},{"uid":"8fd3fc63f40cf444","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8fd3fc63f40cf444","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"984c6f0ea9ac19b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/984c6f0ea9ac19b2","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"10677bc40fe204c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10677bc40fe204c6","status":"passed","time":{"start":1707756617047,"stop":1707756617048,"duration":1}},{"uid":"4ec24c61a7439b47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ec24c61a7439b47","status":"passed","time":{"start":1707753988886,"stop":1707753988887,"duration":1}},{"uid":"dbfc60c9386d525f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dbfc60c9386d525f","status":"passed","time":{"start":1707753782767,"stop":1707753782768,"duration":1}},{"uid":"1987e25c37707251","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1987e25c37707251","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"96fe1dc18b3f520e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96fe1dc18b3f520e","status":"passed","time":{"start":1707737091350,"stop":1707737091351,"duration":1}},{"uid":"c06fdb840d7c5f90","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c06fdb840d7c5f90","status":"passed","time":{"start":1707736260138,"stop":1707736260139,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ffad2268796f404","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ffad2268796f404","status":"passed","time":{"start":1707777865442,"stop":1707777865442,"duration":0}},{"uid":"2205093aac712707","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2205093aac712707","status":"passed","time":{"start":1707775140805,"stop":1707775140805,"duration":0}},{"uid":"14325d4f43167808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14325d4f43167808","status":"passed","time":{"start":1707774947608,"stop":1707774947609,"duration":1}},{"uid":"38c5698cb16c95a5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38c5698cb16c95a5","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"duration":1}},{"uid":"98091470fa7222aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98091470fa7222aa","status":"passed","time":{"start":1707769737612,"stop":1707769737614,"duration":2}},{"uid":"f16911eaec3bfd7f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f16911eaec3bfd7f","status":"passed","time":{"start":1707759835147,"stop":1707759835148,"duration":1}},{"uid":"aee65a669ff1cf40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aee65a669ff1cf40","status":"passed","time":{"start":1707757529704,"stop":1707757529704,"duration":0}},{"uid":"d3d5d98121312ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d3d5d98121312ede","status":"passed","time":{"start":1707756164073,"stop":1707756164075,"duration":2}},{"uid":"59e9d8482792adf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/59e9d8482792adf7","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"2c65f53278e9e797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c65f53278e9e797","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"33ab12efd1bbe34b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ab12efd1bbe34b","status":"passed","time":{"start":1707750698716,"stop":1707750698717,"duration":1}},{"uid":"ba33d38e943243f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba33d38e943243f0","status":"passed","time":{"start":1707736624911,"stop":1707736624912,"duration":1}},{"uid":"b17c8334981cf046","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b17c8334981cf046","status":"passed","time":{"start":1707735814289,"stop":1707735814290,"duration":1}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffedc7568f3535de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffedc7568f3535de","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"f91352db9bfe6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f91352db9bfe6f","status":"passed","time":{"start":1707775046373,"stop":1707775046373,"duration":0}},{"uid":"92ef57d6dbb9eef0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92ef57d6dbb9eef0","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"dacbedd9a7e8e89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dacbedd9a7e8e89d","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"duration":1}},{"uid":"d0b24972518ca185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b24972518ca185","status":"passed","time":{"start":1707769648574,"stop":1707769648574,"duration":0}},{"uid":"63123c33c99c1017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63123c33c99c1017","status":"passed","time":{"start":1707759743255,"stop":1707759743255,"duration":0}},{"uid":"e6361f3f0a8666c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6361f3f0a8666c8","status":"passed","time":{"start":1707757438368,"stop":1707757438369,"duration":1}},{"uid":"b3b36daf07ac11ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3b36daf07ac11ea","status":"passed","time":{"start":1707756067011,"stop":1707756067011,"duration":0}},{"uid":"17c9a231fb1d2711","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/17c9a231fb1d2711","status":"passed","time":{"start":1707753485651,"stop":1707753485651,"duration":0}},{"uid":"f0c886f49020d570","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0c886f49020d570","status":"passed","time":{"start":1707753214697,"stop":1707753214697,"duration":0}},{"uid":"e4882aa40ac8ba7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4882aa40ac8ba7b","status":"passed","time":{"start":1707750614689,"stop":1707750614690,"duration":1}},{"uid":"f9d413ff572cda6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9d413ff572cda6b","status":"passed","time":{"start":1707736532275,"stop":1707736532275,"duration":0}},{"uid":"c7cb11882d28a4d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb11882d28a4d7","status":"passed","time":{"start":1707735714125,"stop":1707735714125,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62f9e88268c9889a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62f9e88268c9889a","status":"passed","time":{"start":1707777758303,"stop":1707777758304,"duration":1}},{"uid":"1a829e9e65e9dc24","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a829e9e65e9dc24","status":"passed","time":{"start":1707775034557,"stop":1707775034558,"duration":1}},{"uid":"81b54e5d03776161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b54e5d03776161","status":"passed","time":{"start":1707774836328,"stop":1707774836328,"duration":0}},{"uid":"60e05b171de5d15f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60e05b171de5d15f","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0}},{"uid":"cc8ca5701659aeff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cc8ca5701659aeff","status":"passed","time":{"start":1707769636534,"stop":1707769636534,"duration":0}},{"uid":"9e85a3b0efb61a86","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e85a3b0efb61a86","status":"passed","time":{"start":1707759731267,"stop":1707759731267,"duration":0}},{"uid":"d71953367bf2fbc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d71953367bf2fbc1","status":"passed","time":{"start":1707757426114,"stop":1707757426115,"duration":1}},{"uid":"7fc81d2d217ca409","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fc81d2d217ca409","status":"passed","time":{"start":1707756055495,"stop":1707756055495,"duration":0}},{"uid":"83ce6110c608ab7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/83ce6110c608ab7c","status":"passed","time":{"start":1707753473920,"stop":1707753473921,"duration":1}},{"uid":"5e1fc8fbec2f4e54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e1fc8fbec2f4e54","status":"passed","time":{"start":1707753202444,"stop":1707753202445,"duration":1}},{"uid":"b75c961a57f3131f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b75c961a57f3131f","status":"passed","time":{"start":1707750602787,"stop":1707750602788,"duration":1}},{"uid":"a61b255d7e96b57b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a61b255d7e96b57b","status":"passed","time":{"start":1707736520179,"stop":1707736520179,"duration":0}},{"uid":"e4f81e9545beec3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4f81e9545beec3b","status":"passed","time":{"start":1707735701767,"stop":1707735701767,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"922fab61c3c5bed1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/922fab61c3c5bed1","status":"passed","time":{"start":1707777977665,"stop":1707777977666,"duration":1}},{"uid":"3a9fd0e5a5e9faf0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9fd0e5a5e9faf0","status":"passed","time":{"start":1707775258456,"stop":1707775258456,"duration":0}},{"uid":"7b990050cf513b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b990050cf513b2c","status":"passed","time":{"start":1707775082017,"stop":1707775082018,"duration":1}},{"uid":"56ce9c659bb9811b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56ce9c659bb9811b","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0}},{"uid":"3644020b0a41866a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3644020b0a41866a","status":"passed","time":{"start":1707769841899,"stop":1707769841900,"duration":1}},{"uid":"74cffce5e5a8e9d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74cffce5e5a8e9d6","status":"passed","time":{"start":1707759921454,"stop":1707759921454,"duration":0}},{"uid":"ba793ffd4c8940c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba793ffd4c8940c4","status":"passed","time":{"start":1707757624876,"stop":1707757624876,"duration":0}},{"uid":"9a97eece6b1f0782","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a97eece6b1f0782","status":"passed","time":{"start":1707756261765,"stop":1707756261775,"duration":10}},{"uid":"a006b00772b5e1c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a006b00772b5e1c9","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"7ef7715973cc0bf9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7ef7715973cc0bf9","status":"passed","time":{"start":1707753409585,"stop":1707753409585,"duration":0}},{"uid":"db496ee3a9d4d8f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db496ee3a9d4d8f3","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"93b39b1842d87144","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/93b39b1842d87144","status":"passed","time":{"start":1707736708328,"stop":1707736708329,"duration":1}},{"uid":"55d4f96cc5e5eceb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55d4f96cc5e5eceb","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dbf1912d9262072d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbf1912d9262072d","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"5ceebc8618baebbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ceebc8618baebbb","status":"passed","time":{"start":1707775471152,"stop":1707775471153,"duration":1}},{"uid":"85cf7967d83aac09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85cf7967d83aac09","status":"passed","time":{"start":1707775271438,"stop":1707775271441,"duration":3}},{"uid":"54729d3d41467586","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54729d3d41467586","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"duration":1}},{"uid":"11e3b362a85e5814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11e3b362a85e5814","status":"passed","time":{"start":1707770054150,"stop":1707770054151,"duration":1}},{"uid":"ec92f10b22c460dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec92f10b22c460dc","status":"passed","time":{"start":1707760163377,"stop":1707760163378,"duration":1}},{"uid":"daf21bcbfec1f676","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/daf21bcbfec1f676","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"5a101a3e9d5fae92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a101a3e9d5fae92","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"36092f8aae0b435e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36092f8aae0b435e","status":"passed","time":{"start":1707753863570,"stop":1707753863571,"duration":1}},{"uid":"49c1730ceed9225","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49c1730ceed9225","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"28d210422679d16e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28d210422679d16e","status":"passed","time":{"start":1707751014399,"stop":1707751014399,"duration":0}},{"uid":"e92848ac18e80b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e92848ac18e80b55","status":"passed","time":{"start":1707736941414,"stop":1707736941414,"duration":0}},{"uid":"3b7d6e48d1054349","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b7d6e48d1054349","status":"passed","time":{"start":1707736158697,"stop":1707736158698,"duration":1}}]},"47c7a346b36bf4ebf9bbfe94a51ac620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9798a77c98d65169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9798a77c98d65169","status":"passed","time":{"start":1707770208552,"stop":1707770208553,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e8ea60869d2452b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e8ea60869d2452b","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"6d019aee973f0332","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d019aee973f0332","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"8ffa19eada33618d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ffa19eada33618d","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"1c03ba5c8543392a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c03ba5c8543392a","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"duration":1}},{"uid":"48073da6ce611ffe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/48073da6ce611ffe","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"a22b8883e8b22c9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a22b8883e8b22c9e","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"2ac8a064c2dd6218","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ac8a064c2dd6218","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"f1f334bba6d10298","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1f334bba6d10298","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"95dd1f6bc80768bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95dd1f6bc80768bb","status":"passed","time":{"start":1707754051779,"stop":1707754051780,"duration":1}},{"uid":"b4d456bb2cd70296","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4d456bb2cd70296","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"54a053435da5a9d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/54a053435da5a9d6","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f9f4339ac0e07ac0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f4339ac0e07ac0","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f48085acedef1a4f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f48085acedef1a4f","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"9b66c25207e154453841934b1d6587e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d7cbaf9e8b8472df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7cbaf9e8b8472df","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1707750640095,"stop":1707750640096,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39edd38ca4aa16c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39edd38ca4aa16c1","status":"passed","time":{"start":1707777798757,"stop":1707777798758,"duration":1}},{"uid":"7a45f1549f587308","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a45f1549f587308","status":"passed","time":{"start":1707775072144,"stop":1707775072144,"duration":0}},{"uid":"6cdc8af4dcf0ca55","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6cdc8af4dcf0ca55","status":"passed","time":{"start":1707774880416,"stop":1707774880417,"duration":1}},{"uid":"e73496c5edf2b386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e73496c5edf2b386","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4}},{"uid":"82f5bd9de7a633c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82f5bd9de7a633c","status":"passed","time":{"start":1707769677695,"stop":1707769677700,"duration":5}},{"uid":"632d40c240667f93","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/632d40c240667f93","status":"passed","time":{"start":1707759769672,"stop":1707759769672,"duration":0}},{"uid":"d79d38272dede6a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d79d38272dede6a0","status":"passed","time":{"start":1707757468637,"stop":1707757468637,"duration":0}},{"uid":"dafd8fe6bdaeac3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dafd8fe6bdaeac3f","status":"passed","time":{"start":1707756096168,"stop":1707756096175,"duration":7}},{"uid":"eb500de94bf057be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb500de94bf057be","status":"passed","time":{"start":1707753517973,"stop":1707753517973,"duration":0}},{"uid":"54abc7037bfa4c98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/54abc7037bfa4c98","status":"passed","time":{"start":1707753244714,"stop":1707753244714,"duration":0}},{"uid":"8f2faa941f88384f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f2faa941f88384f","status":"passed","time":{"start":1707750643518,"stop":1707750643519,"duration":1}},{"uid":"6f1a7180c7080cfa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1a7180c7080cfa","status":"passed","time":{"start":1707736558644,"stop":1707736558644,"duration":0}},{"uid":"1192a03411a3e78e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1192a03411a3e78e","status":"passed","time":{"start":1707735743488,"stop":1707735743489,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"acad630f04bd7fdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acad630f04bd7fdc","status":"passed","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"e9c2cde601311f80","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9c2cde601311f80","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"840eeb8c26eebd2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/840eeb8c26eebd2d","status":"passed","time":{"start":1707775205635,"stop":1707775205636,"duration":1}},{"uid":"bf1f99c949d26d53","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf1f99c949d26d53","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3}},{"uid":"e619c19ee201fd92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e619c19ee201fd92","status":"passed","time":{"start":1707769983285,"stop":1707769983285,"duration":0}},{"uid":"889e30d367ff2508","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/889e30d367ff2508","status":"passed","time":{"start":1707760095408,"stop":1707760095409,"duration":1}},{"uid":"3f8998b468a34bb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f8998b468a34bb3","status":"passed","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3481e26ff41ccf18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3481e26ff41ccf18","status":"passed","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b51337d9d42067e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b51337d9d42067e8","status":"passed","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"a81585c574e2e3e1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a81585c574e2e3e1","status":"passed","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"d0fbd67e165371f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0fbd67e165371f0","status":"passed","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"2c905ee4d50d435d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c905ee4d50d435d","status":"passed","time":{"start":1707736878972,"stop":1707736878973,"duration":1}},{"uid":"c51cf9ac5fa3adfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c51cf9ac5fa3adfc","status":"passed","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"a9fd0c5c6343087b27a72009a5b3744d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1b7cf57161aa507","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1b7cf57161aa507","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"928271fed8d19d96","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/928271fed8d19d96","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"49fac09f79235c33","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fac09f79235c33","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"662e7f3b09b2bc8e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/662e7f3b09b2bc8e","status":"passed","time":{"start":1707775494277,"stop":1707775494278,"duration":1}},{"uid":"391939995f63e71f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/391939995f63e71f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"c113c7dac48bfe5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c113c7dac48bfe5b","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"5282734066184ea8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5282734066184ea8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"fc94b384787f38de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc94b384787f38de","status":"passed","time":{"start":1707758004327,"stop":1707758004327,"duration":0}},{"uid":"5d00cb5e35478419","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d00cb5e35478419","status":"passed","time":{"start":1707756690163,"stop":1707756690164,"duration":1}},{"uid":"1ad20a75bc356d98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ad20a75bc356d98","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"76196af5d2601088","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/76196af5d2601088","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"fab324bc10f91d23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fab324bc10f91d23","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"9af50c457b415401","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9af50c457b415401","status":"passed","time":{"start":1707737173819,"stop":1707737173820,"duration":1}},{"uid":"2fa9834eba253135","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2fa9834eba253135","status":"passed","time":{"start":1707736353039,"stop":1707736353040,"duration":1}}]},"a599c72e108fe0a879b6921cded6537b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3acc1f3908be451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3acc1f3908be451","status":"passed","time":{"start":1707753647524,"stop":1707753647525,"duration":1}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d40eaae389bbd98b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d40eaae389bbd98b","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"7ad2e9bdc5f3a95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ad2e9bdc5f3a95","status":"passed","time":{"start":1707775471151,"stop":1707775471152,"duration":1}},{"uid":"b55bb40574227c37","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b55bb40574227c37","status":"passed","time":{"start":1707775271437,"stop":1707775271438,"duration":1}},{"uid":"e422d97075c68716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e422d97075c68716","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"duration":0}},{"uid":"9b43d516da80d398","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9b43d516da80d398","status":"passed","time":{"start":1707770054150,"stop":1707770054150,"duration":0}},{"uid":"3af06da2cf5023d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3af06da2cf5023d","status":"passed","time":{"start":1707760163349,"stop":1707760163349,"duration":0}},{"uid":"2a592f10c45e3569","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a592f10c45e3569","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"764b4ff47cb1ab89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/764b4ff47cb1ab89","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"c98242b028d9f97b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c98242b028d9f97b","status":"passed","time":{"start":1707753863568,"stop":1707753863570,"duration":2}},{"uid":"816acd124378b04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/816acd124378b04","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"29a428b58aff02f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a428b58aff02f1","status":"passed","time":{"start":1707751014397,"stop":1707751014399,"duration":2}},{"uid":"bd845d3d782a9798","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd845d3d782a9798","status":"passed","time":{"start":1707736941413,"stop":1707736941414,"duration":1}},{"uid":"58c16c35cf823ed6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58c16c35cf823ed6","status":"passed","time":{"start":1707736158696,"stop":1707736158697,"duration":1}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fb1ceef6dde5483a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb1ceef6dde5483a","status":"passed","time":{"start":1707777764079,"stop":1707777764079,"duration":0}},{"uid":"300a4d66197f6081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300a4d66197f6081","status":"passed","time":{"start":1707775040148,"stop":1707775040148,"duration":0}},{"uid":"4f8b58a05eb6d33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f8b58a05eb6d33c","status":"passed","time":{"start":1707774842103,"stop":1707774842104,"duration":1}},{"uid":"68fb3c41ad0d9d1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68fb3c41ad0d9d1d","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"a5f14752e8b4b91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5f14752e8b4b91","status":"passed","time":{"start":1707769642221,"stop":1707769642221,"duration":0}},{"uid":"d88df68600e84a7d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d88df68600e84a7d","status":"passed","time":{"start":1707759737069,"stop":1707759737069,"duration":0}},{"uid":"c4519391e37502b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4519391e37502b","status":"passed","time":{"start":1707757431975,"stop":1707757431976,"duration":1}},{"uid":"9a6874713a3fe5d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a6874713a3fe5d6","status":"passed","time":{"start":1707756061020,"stop":1707756061020,"duration":0}},{"uid":"81ea33f75ebe99f4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ea33f75ebe99f4","status":"passed","time":{"start":1707753479609,"stop":1707753479610,"duration":1}},{"uid":"7f7cafededc1e02b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7cafededc1e02b","status":"passed","time":{"start":1707753208308,"stop":1707753208309,"duration":1}},{"uid":"fdc6ca50adec478a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fdc6ca50adec478a","status":"passed","time":{"start":1707750608585,"stop":1707750608585,"duration":0}},{"uid":"5be595ba729540eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5be595ba729540eb","status":"passed","time":{"start":1707736525856,"stop":1707736525856,"duration":0}},{"uid":"ab74e89a0380b762","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab74e89a0380b762","status":"passed","time":{"start":1707735707690,"stop":1707735707691,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f53895797cebc80f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f53895797cebc80f","status":"passed","time":{"start":1707778034788,"stop":1707778034788,"duration":0}},{"uid":"c1398bde25018947","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1398bde25018947","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"30776c1e141b18ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30776c1e141b18ce","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"bc83a26e077ae397","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc83a26e077ae397","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0}},{"uid":"13d9e2a728cffbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13d9e2a728cffbca","status":"passed","time":{"start":1707769919574,"stop":1707769919574,"duration":0}},{"uid":"fee7324c0acd1341","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fee7324c0acd1341","status":"passed","time":{"start":1707760025487,"stop":1707760025487,"duration":0}},{"uid":"91621cc18da8ebf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91621cc18da8ebf1","status":"passed","time":{"start":1707757709190,"stop":1707757709190,"duration":0}},{"uid":"deaca45017e8be7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deaca45017e8be7","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"2f3d60620b76d7d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f3d60620b76d7d3","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"f2b2a0aafcf2b094","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2b2a0aafcf2b094","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"65fd2841f885880","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/65fd2841f885880","status":"passed","time":{"start":1707750881808,"stop":1707750881808,"duration":0}},{"uid":"1d52572739305dae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d52572739305dae","status":"passed","time":{"start":1707736800767,"stop":1707736800767,"duration":0}},{"uid":"6052c1dc956d4f3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6052c1dc956d4f3b","status":"passed","time":{"start":1707736013456,"stop":1707736013456,"duration":0}}]},"3b42eb27d27c7dc1807a5fa704826a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"398e03c63cf7ae49","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/398e03c63cf7ae49","status":"passed","time":{"start":1707770051401,"stop":1707770051401,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bad29901ed839000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad29901ed839000","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"5680026e1184c004","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5680026e1184c004","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"aa860c3514864913","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa860c3514864913","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}},{"uid":"8f26c4a83e10c919","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f26c4a83e10c919","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0}},{"uid":"76d7f0be9a70218b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/76d7f0be9a70218b","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}},{"uid":"257f1c8bb1a1febb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/257f1c8bb1a1febb","status":"passed","time":{"start":1707759965201,"stop":1707759965202,"duration":1}},{"uid":"6e9f97eaea18f48","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6e9f97eaea18f48","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}},{"uid":"3015e0a3530e85ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3015e0a3530e85ba","status":"passed","time":{"start":1707756267910,"stop":1707756267910,"duration":0}},{"uid":"43375f6cfb00e20c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43375f6cfb00e20c","status":"passed","time":{"start":1707753668068,"stop":1707753668076,"duration":8}},{"uid":"34dad707e5512137","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/34dad707e5512137","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"af8f6e1a39d82830","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af8f6e1a39d82830","status":"passed","time":{"start":1707750796032,"stop":1707750796032,"duration":0}},{"uid":"af4f4b2eee01221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af4f4b2eee01221","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"35948b0727d0c848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/35948b0727d0c848","status":"passed","time":{"start":1707735912120,"stop":1707735912121,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"81f190613b954b29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81f190613b954b29","status":"passed","time":{"start":1707778308337,"stop":1707778308338,"duration":1}},{"uid":"6bf36f1567b79326","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6bf36f1567b79326","status":"passed","time":{"start":1707775586582,"stop":1707775586583,"duration":1}},{"uid":"8eb1b3f1bf6337c9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1b3f1bf6337c9","status":"passed","time":{"start":1707775396055,"stop":1707775396055,"duration":0}},{"uid":"5a9c372cf2fe08fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a9c372cf2fe08fd","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2}},{"uid":"55bbc859c07bffeb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55bbc859c07bffeb","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"f6bbf932ff4a0951","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6bbf932ff4a0951","status":"passed","time":{"start":1707760280827,"stop":1707760280827,"duration":0}},{"uid":"b09cbfa788f1bcbf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b09cbfa788f1bcbf","status":"passed","time":{"start":1707757976564,"stop":1707757976564,"duration":0}},{"uid":"854d780111afe841","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/854d780111afe841","status":"passed","time":{"start":1707756601159,"stop":1707756601159,"duration":0}},{"uid":"80ac243493c5f4e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80ac243493c5f4e9","status":"passed","time":{"start":1707753969926,"stop":1707753969927,"duration":1}},{"uid":"97b88a410199abd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97b88a410199abd6","status":"passed","time":{"start":1707753767215,"stop":1707753767215,"duration":0}},{"uid":"13a93086ebf600c9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13a93086ebf600c9","status":"passed","time":{"start":1707737071259,"stop":1707737071259,"duration":0}},{"uid":"411daadf0d06049b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411daadf0d06049b","status":"passed","time":{"start":1707736274447,"stop":1707736274447,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aed164362cee3aba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aed164362cee3aba","status":"passed","time":{"start":1707778308338,"stop":1707778308338,"duration":0}},{"uid":"f5371cc0797b58be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5371cc0797b58be","status":"passed","time":{"start":1707775586583,"stop":1707775586583,"duration":0}},{"uid":"e1ce97cda75fb8fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e1ce97cda75fb8fa","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"6ee08259b9ae6134","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ee08259b9ae6134","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"duration":0}},{"uid":"3909aaba05eba607","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3909aaba05eba607","status":"passed","time":{"start":1707770159288,"stop":1707770159289,"duration":1}},{"uid":"58fff322f4d5d687","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58fff322f4d5d687","status":"passed","time":{"start":1707760280828,"stop":1707760280828,"duration":0}},{"uid":"85cd4ac2c11477bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85cd4ac2c11477bd","status":"passed","time":{"start":1707757976564,"stop":1707757976565,"duration":1}},{"uid":"46e634ae2cef88eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/46e634ae2cef88eb","status":"passed","time":{"start":1707756601160,"stop":1707756601161,"duration":1}},{"uid":"14e9e172c95b0017","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/14e9e172c95b0017","status":"passed","time":{"start":1707753969929,"stop":1707753969929,"duration":0}},{"uid":"972b31f0c4e7ad0c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/972b31f0c4e7ad0c","status":"passed","time":{"start":1707753767216,"stop":1707753767216,"duration":0}},{"uid":"e14a90cb295e2f91","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e14a90cb295e2f91","status":"passed","time":{"start":1707751042634,"stop":1707751042634,"duration":0}},{"uid":"210c520ec6383e88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/210c520ec6383e88","status":"passed","time":{"start":1707737071260,"stop":1707737071260,"duration":0}},{"uid":"ffc74bc50d1bebf4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc74bc50d1bebf4","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c88b25f61b4cf38d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c88b25f61b4cf38d","status":"passed","time":{"start":1707778338835,"stop":1707778338836,"duration":1}},{"uid":"4248af662642928d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4248af662642928d","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"58d70dd058d98ffb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58d70dd058d98ffb","status":"passed","time":{"start":1707775390225,"stop":1707775390225,"duration":0}},{"uid":"a4131ac74957eb7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4131ac74957eb7a","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1}},{"uid":"e0b7f59a2b4c8924","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e0b7f59a2b4c8924","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"a24e676efd6e2b1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a24e676efd6e2b1e","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"aebcf8ce04f3443f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aebcf8ce04f3443f","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"8b1421cbd961456e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b1421cbd961456e","status":"passed","time":{"start":1707753988877,"stop":1707753988878,"duration":1}},{"uid":"35a56741e8e08949","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a56741e8e08949","status":"passed","time":{"start":1707753782746,"stop":1707753782746,"duration":0}},{"uid":"99781692fd53d67c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/99781692fd53d67c","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"4ea07ee262057617","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ea07ee262057617","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"bf2d94c17d28483f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf2d94c17d28483f","status":"passed","time":{"start":1707736260124,"stop":1707736260124,"duration":0}}]},"ead00dac3ea3f7fc9b660a467cdbc0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4532d9852e0fd313","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4532d9852e0fd313","status":"passed","time":{"start":1707775395377,"stop":1707775395378,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7600e1e8d0eda5af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7600e1e8d0eda5af","status":"passed","time":{"start":1707777795165,"stop":1707777795166,"duration":1}},{"uid":"1bac640c472021dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1bac640c472021dd","status":"passed","time":{"start":1707775070518,"stop":1707775070519,"duration":1}},{"uid":"7972d42f87ce786b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7972d42f87ce786b","status":"passed","time":{"start":1707774873414,"stop":1707774873415,"duration":1}},{"uid":"6c4f870cff9d0bcb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c4f870cff9d0bcb","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0}},{"uid":"92a2d37138af8c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92a2d37138af8c98","status":"passed","time":{"start":1707769673027,"stop":1707769673028,"duration":1}},{"uid":"60e292dc7b4e51dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60e292dc7b4e51dd","status":"passed","time":{"start":1707759767767,"stop":1707759767767,"duration":0}},{"uid":"4693b78286e6bfca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4693b78286e6bfca","status":"passed","time":{"start":1707757463883,"stop":1707757463884,"duration":1}},{"uid":"5e3718855510dd6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e3718855510dd6e","status":"passed","time":{"start":1707756091994,"stop":1707756091994,"duration":0}},{"uid":"8135cd386ffc33c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8135cd386ffc33c6","status":"passed","time":{"start":1707753510236,"stop":1707753510236,"duration":0}},{"uid":"6a816960fa0777fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a816960fa0777fe","status":"passed","time":{"start":1707753240424,"stop":1707753240424,"duration":0}},{"uid":"18bc4e576907f8aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18bc4e576907f8aa","status":"passed","time":{"start":1707750639411,"stop":1707750639412,"duration":1}},{"uid":"b5940f0f231f0185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5940f0f231f0185","status":"passed","time":{"start":1707736555758,"stop":1707736555758,"duration":0}},{"uid":"b78fb0ac73c2f17","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b78fb0ac73c2f17","status":"passed","time":{"start":1707735739989,"stop":1707735739989,"duration":0}}]},"066f98364a9bcdaa190787bd016ed139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af0c98813958eaf1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af0c98813958eaf1","status":"passed","time":{"start":1707775602040,"stop":1707775602040,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8411c6a10735e84","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8411c6a10735e84","status":"passed","time":{"start":1707777997115,"stop":1707777997115,"duration":0}},{"uid":"a90be94541185dc3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a90be94541185dc3","status":"passed","time":{"start":1707775275753,"stop":1707775275753,"duration":0}},{"uid":"9e799daed238c1a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e799daed238c1a3","status":"passed","time":{"start":1707775085885,"stop":1707775085885,"duration":0}},{"uid":"5e7936d66e6bc368","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e7936d66e6bc368","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"duration":1}},{"uid":"e06d2f17dba470a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e06d2f17dba470a1","status":"passed","time":{"start":1707769883322,"stop":1707769883322,"duration":0}},{"uid":"89613f16c5331908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/89613f16c5331908","status":"passed","time":{"start":1707759981463,"stop":1707759981464,"duration":1}},{"uid":"dcda5cf5e4839fb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcda5cf5e4839fb9","status":"passed","time":{"start":1707757676044,"stop":1707757676044,"duration":0}},{"uid":"756097ba3e14bf54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/756097ba3e14bf54","status":"passed","time":{"start":1707756304429,"stop":1707756304430,"duration":1}},{"uid":"3c131c69d3557dee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c131c69d3557dee","status":"passed","time":{"start":1707753713250,"stop":1707753713250,"duration":0}},{"uid":"3542ccaa6c46f37a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3542ccaa6c46f37a","status":"passed","time":{"start":1707753448103,"stop":1707753448103,"duration":0}},{"uid":"469f7fb367d41806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/469f7fb367d41806","status":"passed","time":{"start":1707750840040,"stop":1707750840041,"duration":1}},{"uid":"7008667c70cfd74b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7008667c70cfd74b","status":"passed","time":{"start":1707736765016,"stop":1707736765016,"duration":0}},{"uid":"6d0896f6fb9aa577","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d0896f6fb9aa577","status":"passed","time":{"start":1707735955248,"stop":1707735955249,"duration":1}}]},"df2673a990151627cbe0fe973dd72198:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"458eaa2deb414af1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/458eaa2deb414af1","status":"passed","time":{"start":1707775205630,"stop":1707775205630,"duration":0}}]},"c8495e57bd0c0d7b1c11054a22414372:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1beaed200e72d67a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1beaed200e72d67a","status":"passed","time":{"start":1707778114675,"stop":1707778114676,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"37b3146b5de98f5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37b3146b5de98f5f","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"70253099372e7ce9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70253099372e7ce9","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"8cf43b7a800df40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cf43b7a800df40","status":"passed","time":{"start":1707775390241,"stop":1707775390241,"duration":0}},{"uid":"10d4de45052a1640","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d4de45052a1640","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"f308941b04accc63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f308941b04accc63","status":"passed","time":{"start":1707769968726,"stop":1707769968727,"duration":1}},{"uid":"ed6ef82fd7a4be1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed6ef82fd7a4be1a","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"6f815ca852732a21","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f815ca852732a21","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"8a8ef63edef3a650","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8a8ef63edef3a650","status":"passed","time":{"start":1707756617049,"stop":1707756617049,"duration":0}},{"uid":"952223bd8039e256","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/952223bd8039e256","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"4bcf1048425551e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bcf1048425551e2","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"228583b497abc92d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/228583b497abc92d","status":"passed","time":{"start":1707751162318,"stop":1707751162319,"duration":1}},{"uid":"5fbf2b5cc362e6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fbf2b5cc362e6ec","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"1f8ed55638344c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f8ed55638344c44","status":"passed","time":{"start":1707736260145,"stop":1707736260146,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7b8c9127e042e3e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7b8c9127e042e3e7","status":"passed","time":{"start":1707778058487,"stop":1707778058487,"duration":0}},{"uid":"d864f102306090e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d864f102306090e1","status":"passed","time":{"start":1707775337146,"stop":1707775337147,"duration":1}},{"uid":"a2dc4f05591072a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2dc4f05591072a1","status":"passed","time":{"start":1707775143599,"stop":1707775143600,"duration":1}},{"uid":"2316c7bbf007624","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2316c7bbf007624","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"82533e0232cbc169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82533e0232cbc169","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"ceca70120184acfd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ceca70120184acfd","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"21bfa504b051a317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21bfa504b051a317","status":"passed","time":{"start":1707757736393,"stop":1707757736394,"duration":1}},{"uid":"51a460030f05ce84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51a460030f05ce84","status":"passed","time":{"start":1707756352340,"stop":1707756352340,"duration":0}},{"uid":"c8637a2d034954f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8637a2d034954f5","status":"passed","time":{"start":1707753768709,"stop":1707753768709,"duration":0}},{"uid":"e256f8dbed71616f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e256f8dbed71616f","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"ff08b1656511e6b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff08b1656511e6b3","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"3fd9fd189eaecc6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fd9fd189eaecc6b","status":"passed","time":{"start":1707736822680,"stop":1707736822680,"duration":0}},{"uid":"84ea959fa3b52e85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ea959fa3b52e85","status":"passed","time":{"start":1707736014742,"stop":1707736014742,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d4cad8a1f1c9dfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d4cad8a1f1c9dfa","status":"passed","time":{"start":1707777749097,"stop":1707777749098,"duration":1}},{"uid":"60b82e3ad0569981","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60b82e3ad0569981","status":"passed","time":{"start":1707775025530,"stop":1707775025531,"duration":1}},{"uid":"e7a9c9929aa1b05a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7a9c9929aa1b05a","status":"passed","time":{"start":1707774827062,"stop":1707774827062,"duration":0}},{"uid":"d622ccef147bf904","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d622ccef147bf904","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"duration":1}},{"uid":"7f94c8ab240c63b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f94c8ab240c63b3","status":"passed","time":{"start":1707769627292,"stop":1707769627292,"duration":0}},{"uid":"aa35c97f3f0992aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa35c97f3f0992aa","status":"passed","time":{"start":1707759722032,"stop":1707759722033,"duration":1}},{"uid":"e7e501aea7dce2f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7e501aea7dce2f2","status":"passed","time":{"start":1707757416840,"stop":1707757416841,"duration":1}},{"uid":"e983a7c661b01e1c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e983a7c661b01e1c","status":"passed","time":{"start":1707756046607,"stop":1707756046608,"duration":1}},{"uid":"4a17b5c286d0eaf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a17b5c286d0eaf7","status":"passed","time":{"start":1707753464668,"stop":1707753464668,"duration":0}},{"uid":"25b85711ff41660c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/25b85711ff41660c","status":"passed","time":{"start":1707753192940,"stop":1707753192941,"duration":1}},{"uid":"b48194c58e78793","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b48194c58e78793","status":"passed","time":{"start":1707750593507,"stop":1707750593507,"duration":0}},{"uid":"d341945f3cb96924","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d341945f3cb96924","status":"passed","time":{"start":1707736510880,"stop":1707736510881,"duration":1}},{"uid":"76aecd26610fff04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76aecd26610fff04","status":"passed","time":{"start":1707735692292,"stop":1707735692292,"duration":0}}]},"f2fe401c4b9aa2cc4928add818b3c272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2839353a8bfc9251","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2839353a8bfc9251","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"51900e7645965fbf08aa0c33cb33e5a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6ab4a7b53e20d429","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab4a7b53e20d429","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154819,"stop":1707751154819,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"72e02e21151b83a9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72e02e21151b83a9","status":"passed","time":{"start":1707778386483,"stop":1707778386484,"duration":1}},{"uid":"cf606c8ff0445e27","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cf606c8ff0445e27","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"cce488593d3262ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce488593d3262ee","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"866ec6caea5f44ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/866ec6caea5f44ba","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"duration":1}},{"uid":"2d8a539314412c1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d8a539314412c1c","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"a07ea051803d510c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a07ea051803d510c","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"c1e3846322ea40dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1e3846322ea40dc","status":"passed","time":{"start":1707758023535,"stop":1707758023536,"duration":1}},{"uid":"ba96b9ffc38141d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ba96b9ffc38141d9","status":"passed","time":{"start":1707756664004,"stop":1707756664005,"duration":1}},{"uid":"3c1d9e65188552e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3c1d9e65188552e8","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"2025e07a3b3103eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2025e07a3b3103eb","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"8870a1c89d6c5ca4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8870a1c89d6c5ca4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"3fba7f1708f94e6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3fba7f1708f94e6f","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ae7c5e9ba91736c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ae7c5e9ba91736c","status":"passed","time":{"start":1707777754563,"stop":1707777754563,"duration":0}},{"uid":"f9e370a64b8852d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f9e370a64b8852d3","status":"passed","time":{"start":1707775031072,"stop":1707775031072,"duration":0}},{"uid":"eebc275ee3b655c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebc275ee3b655c2","status":"passed","time":{"start":1707774832650,"stop":1707774832650,"duration":0}},{"uid":"ced2723a03c0affd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ced2723a03c0affd","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"duration":0}},{"uid":"8b265010c7e344ce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b265010c7e344ce","status":"passed","time":{"start":1707769632866,"stop":1707769632867,"duration":1}},{"uid":"21c1d3ab278452a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21c1d3ab278452a4","status":"passed","time":{"start":1707759727626,"stop":1707759727626,"duration":0}},{"uid":"2aa2126bd60ab991","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2aa2126bd60ab991","status":"passed","time":{"start":1707757422398,"stop":1707757422399,"duration":1}},{"uid":"512c477e269f537e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/512c477e269f537e","status":"passed","time":{"start":1707756051816,"stop":1707756051816,"duration":0}},{"uid":"b0a384634436574e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b0a384634436574e","status":"passed","time":{"start":1707753470071,"stop":1707753470071,"duration":0}},{"uid":"b4e6eb658a25be0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4e6eb658a25be0f","status":"passed","time":{"start":1707753198802,"stop":1707753198803,"duration":1}},{"uid":"57927290a20cb2c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57927290a20cb2c2","status":"passed","time":{"start":1707750599091,"stop":1707750599092,"duration":1}},{"uid":"f8657f5aafd778a9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f8657f5aafd778a9","status":"passed","time":{"start":1707736516546,"stop":1707736516547,"duration":1}},{"uid":"9582d9c731859d66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9582d9c731859d66","status":"passed","time":{"start":1707735697897,"stop":1707735697897,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d86c626b2eb758c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d86c626b2eb758c1","status":"passed","time":{"start":1707778386491,"stop":1707778386492,"duration":1}},{"uid":"8e9a16b490919a1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e9a16b490919a1d","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}},{"uid":"d7e253e0a13594c3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7e253e0a13594c3","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"aaa5f8c7ffffa1f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aaa5f8c7ffffa1f1","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"duration":1}},{"uid":"dcac33a23de736e2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dcac33a23de736e2","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"4da3b309f0a1c8dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4da3b309f0a1c8dc","status":"passed","time":{"start":1707760335962,"stop":1707760335962,"duration":0}},{"uid":"497b118fa662c39c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/497b118fa662c39c","status":"passed","time":{"start":1707758023545,"stop":1707758023545,"duration":0}},{"uid":"2a4d33c9c2505e87","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a4d33c9c2505e87","status":"passed","time":{"start":1707756664013,"stop":1707756664013,"duration":0}},{"uid":"c2dbcd892d7e504f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2dbcd892d7e504f","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}},{"uid":"bfde607c76a22469","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bfde607c76a22469","status":"passed","time":{"start":1707751136365,"stop":1707751136365,"duration":0}},{"uid":"cad4155d914b4ba6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cad4155d914b4ba6","status":"passed","time":{"start":1707737124653,"stop":1707737124654,"duration":1}},{"uid":"526762c3beb90d78","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/526762c3beb90d78","status":"passed","time":{"start":1707736322671,"stop":1707736322672,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"78ca3a59bf93f238","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78ca3a59bf93f238","status":"passed","time":{"start":1707778002256,"stop":1707778002257,"duration":1}},{"uid":"795d276143f7cadf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795d276143f7cadf","status":"passed","time":{"start":1707775288598,"stop":1707775288599,"duration":1}},{"uid":"9eec001f386aed49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9eec001f386aed49","status":"passed","time":{"start":1707775094185,"stop":1707775094185,"duration":0}},{"uid":"90a5fea4fcbc6212","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/90a5fea4fcbc6212","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0}},{"uid":"3a86b5b5c209352b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a86b5b5c209352b","status":"passed","time":{"start":1707769883774,"stop":1707769883774,"duration":0}},{"uid":"24240276fd8244d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24240276fd8244d9","status":"passed","time":{"start":1707759985637,"stop":1707759985638,"duration":1}},{"uid":"f361593fb8b86a0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f361593fb8b86a0b","status":"passed","time":{"start":1707757677889,"stop":1707757677889,"duration":0}},{"uid":"e75c2028ea50c89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e75c2028ea50c89c","status":"passed","time":{"start":1707756304555,"stop":1707756304555,"duration":0}},{"uid":"2ed4f2771f4321b5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ed4f2771f4321b5","status":"passed","time":{"start":1707753717469,"stop":1707753717470,"duration":1}},{"uid":"40ca45b3d983e7a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40ca45b3d983e7a2","status":"passed","time":{"start":1707753473099,"stop":1707753473099,"duration":0}},{"uid":"68a10cd14861d383","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68a10cd14861d383","status":"passed","time":{"start":1707750845253,"stop":1707750845253,"duration":0}},{"uid":"3e331d3bc823c248","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e331d3bc823c248","status":"passed","time":{"start":1707736769856,"stop":1707736769857,"duration":1}},{"uid":"7de5c8885bdfff22","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7de5c8885bdfff22","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"51a43a3264eacca08ce1aa9e38b3ce8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4991f05ae07dae9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e4991f05ae07dae9","status":"passed","time":{"start":1707775300142,"stop":1707775300142,"duration":0}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"622f2bb9a79ffc8a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/622f2bb9a79ffc8a","status":"passed","time":{"start":1707777764145,"stop":1707777764145,"duration":0}},{"uid":"b690a6deec5d441c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b690a6deec5d441c","status":"passed","time":{"start":1707775040235,"stop":1707775040235,"duration":0}},{"uid":"c91d8da0183d8871","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c91d8da0183d8871","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"b79302361f20969b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b79302361f20969b","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1}},{"uid":"cea923e06edb422a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cea923e06edb422a","status":"passed","time":{"start":1707769642281,"stop":1707769642281,"duration":0}},{"uid":"27c988435386f17f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/27c988435386f17f","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"ade669aa1897b9a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ade669aa1897b9a3","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"97c216d3664275ee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97c216d3664275ee","status":"passed","time":{"start":1707756061067,"stop":1707756061067,"duration":0}},{"uid":"f7086a65eb895283","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7086a65eb895283","status":"passed","time":{"start":1707753479614,"stop":1707753479614,"duration":0}},{"uid":"f975e554a2567784","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f975e554a2567784","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"2414052ad884ae3f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2414052ad884ae3f","status":"passed","time":{"start":1707750608631,"stop":1707750608631,"duration":0}},{"uid":"6dd769e25746b9fd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dd769e25746b9fd","status":"passed","time":{"start":1707736525925,"stop":1707736525925,"duration":0}},{"uid":"6b071e6644ebd43d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b071e6644ebd43d","status":"passed","time":{"start":1707735707759,"stop":1707735707759,"duration":0}}]},"275d95cf37eb42e2e810efb3236b668f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba412eb9818ae97d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba412eb9818ae97d","status":"passed","time":{"start":1707778114675,"stop":1707778114675,"duration":0}}]},"c15499023067b4e92468b2a8185b0f45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf97ac281de10806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf97ac281de10806","status":"passed","time":{"start":1707751136363,"stop":1707751136364,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c32ded92b9c4520","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c32ded92b9c4520","status":"passed","time":{"start":1707777772233,"stop":1707777772234,"duration":1}},{"uid":"cc6f1ec828ef5764","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc6f1ec828ef5764","status":"passed","time":{"start":1707775048147,"stop":1707775048147,"duration":0}},{"uid":"d6a15f7f9f7e1aad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d6a15f7f9f7e1aad","status":"passed","time":{"start":1707774850257,"stop":1707774850258,"duration":1}},{"uid":"2e8eaa96ec8152be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8eaa96ec8152be","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0}},{"uid":"dc2b4b55d1c4ce80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc2b4b55d1c4ce80","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"1769a4196f9d7da8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1769a4196f9d7da8","status":"passed","time":{"start":1707759745078,"stop":1707759745079,"duration":1}},{"uid":"fb364cc357391288","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb364cc357391288","status":"passed","time":{"start":1707757440222,"stop":1707757440223,"duration":1}},{"uid":"8e3ba0ac95328080","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e3ba0ac95328080","status":"passed","time":{"start":1707756069083,"stop":1707756069084,"duration":1}},{"uid":"9662f936feaeb144","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9662f936feaeb144","status":"passed","time":{"start":1707753487641,"stop":1707753487642,"duration":1}},{"uid":"e89a2277581f2c2b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e89a2277581f2c2b","status":"passed","time":{"start":1707753216622,"stop":1707753216622,"duration":0}},{"uid":"e6809cff6017fbd7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6809cff6017fbd7","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"a934e63e3c4b5df","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a934e63e3c4b5df","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"f27b63be01328f15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f27b63be01328f15","status":"passed","time":{"start":1707735716033,"stop":1707735716034,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b50100c67c1e5516","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b50100c67c1e5516","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338861,"stop":1707778338861,"duration":0}},{"uid":"72e40d4dd6d5da54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72e40d4dd6d5da54","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"b820a2754afc4f2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b820a2754afc4f2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390257,"duration":2}},{"uid":"64d5d366dc8a5361","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64d5d366dc8a5361","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335633,"stop":1707770335633,"duration":0}},{"uid":"61167c2ae1b139d0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61167c2ae1b139d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968741,"stop":1707769968741,"duration":0}},{"uid":"641ef87d89cb4fbf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/641ef87d89cb4fbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301831,"stop":1707760301831,"duration":0}},{"uid":"c5f11ee3b4c741c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5f11ee3b4c741c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006733,"stop":1707758006733,"duration":0}},{"uid":"bc1a76729edf20e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc1a76729edf20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617068,"stop":1707756617068,"duration":0}},{"uid":"65e3d0b71332c512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65e3d0b71332c512","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"da01039eafd6b04c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da01039eafd6b04c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782782,"stop":1707753782782,"duration":0}},{"uid":"e0862bfa5ca28a23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0862bfa5ca28a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162328,"stop":1707751162328,"duration":0}},{"uid":"e96dab3a96bbd450","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e96dab3a96bbd450","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"3d3308ef9acfce01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d3308ef9acfce01","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260171,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bad95e71965951b5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad95e71965951b5","status":"passed","time":{"start":1707778386482,"stop":1707778386483,"duration":1}},{"uid":"27b65c104080e426","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27b65c104080e426","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"844edebc08843886","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/844edebc08843886","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"591ce52935e7d84b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591ce52935e7d84b","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"885d4fbe97cec8db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/885d4fbe97cec8db","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"1ce0971c926596d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ce0971c926596d4","status":"passed","time":{"start":1707760335951,"stop":1707760335954,"duration":3}},{"uid":"ad5a1a3339117682","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad5a1a3339117682","status":"passed","time":{"start":1707758023534,"stop":1707758023535,"duration":1}},{"uid":"9d853b07d36b1589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d853b07d36b1589","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"c39dfd4be5149151","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c39dfd4be5149151","status":"passed","time":{"start":1707753837170,"stop":1707753837170,"duration":0}},{"uid":"7cb9ac04da8c94f2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7cb9ac04da8c94f2","status":"passed","time":{"start":1707751136338,"stop":1707751136338,"duration":0}},{"uid":"4bdddeec68cb98da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bdddeec68cb98da","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"8ed6bb7d6e200300","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed6bb7d6e200300","status":"passed","time":{"start":1707736322658,"stop":1707736322658,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":11,"unknown":0,"total":12},"items":[{"uid":"9c5ed6574098791f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c5ed6574098791f","status":"passed","time":{"start":1707777977658,"stop":1707777977658,"duration":0}},{"uid":"99f73f166f094da5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99f73f166f094da5","status":"passed","time":{"start":1707775258448,"stop":1707775258448,"duration":0}},{"uid":"543c3ff6273facb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/543c3ff6273facb6","status":"broken","statusDetails":"unexpected end of input","time":{"start":1707775081989,"stop":1707775081989,"duration":0}},{"uid":"880a29a55884abf9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/880a29a55884abf9","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1}},{"uid":"62cfedd5c3ac7462","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/62cfedd5c3ac7462","status":"passed","time":{"start":1707769841889,"stop":1707769841889,"duration":0}},{"uid":"b1985c75a1fd02b2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1985c75a1fd02b2","status":"passed","time":{"start":1707759921445,"stop":1707759921445,"duration":0}},{"uid":"55fa25f32234ac1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55fa25f32234ac1","status":"passed","time":{"start":1707757624868,"stop":1707757624869,"duration":1}},{"uid":"5a70b919644f4b51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a70b919644f4b51","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"36554e7bb4899251","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36554e7bb4899251","status":"passed","time":{"start":1707753651133,"stop":1707753651134,"duration":1}},{"uid":"f87e3a16ac6f5fa6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f87e3a16ac6f5fa6","status":"passed","time":{"start":1707753409577,"stop":1707753409578,"duration":1}},{"uid":"ddfceb54cedbcb3f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ddfceb54cedbcb3f","status":"passed","time":{"start":1707736708314,"stop":1707736708314,"duration":0}},{"uid":"f7a2f82a60a06597","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7a2f82a60a06597","status":"passed","time":{"start":1707735914377,"stop":1707735914378,"duration":1}}]},"83e6a14125cf21331881a064676a1dcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9829a229af8b84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e9829a229af8b84","status":"passed","time":{"start":1707756409546,"stop":1707756409546,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f1e47f9f699b6974","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1e47f9f699b6974","status":"passed","time":{"start":1707778202461,"stop":1707778202462,"duration":1}},{"uid":"2d5460af1ea9a25b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d5460af1ea9a25b","status":"passed","time":{"start":1707775486602,"stop":1707775486603,"duration":1}},{"uid":"e33aec49f57e8823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e33aec49f57e8823","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"fb57e73f93e0a0ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb57e73f93e0a0ec","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0}},{"uid":"2817d1f9471daafb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2817d1f9471daafb","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"3429ab70f9199cc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3429ab70f9199cc9","status":"passed","time":{"start":1707760173993,"stop":1707760173994,"duration":1}},{"uid":"ab91c08594100d05","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab91c08594100d05","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"4f44853ab2d362ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f44853ab2d362ce","status":"passed","time":{"start":1707756499890,"stop":1707756499891,"duration":1}},{"uid":"ed0abac971ad77ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0abac971ad77ee","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"fc83e49ff5a3bd56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc83e49ff5a3bd56","status":"passed","time":{"start":1707753647456,"stop":1707753647457,"duration":1}},{"uid":"10687aa77ddde073","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10687aa77ddde073","status":"passed","time":{"start":1707751019560,"stop":1707751019560,"duration":0}},{"uid":"3c9141ffdda297b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3c9141ffdda297b6","status":"passed","time":{"start":1707736947832,"stop":1707736947832,"duration":0}},{"uid":"f9b44c8e1d607dba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9b44c8e1d607dba","status":"passed","time":{"start":1707736152489,"stop":1707736152490,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9de839dae3a5f7bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9de839dae3a5f7bc","status":"passed","time":{"start":1707778114673,"stop":1707778114673,"duration":0}},{"uid":"ed972213335d87fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed972213335d87fd","status":"passed","time":{"start":1707775395375,"stop":1707775395375,"duration":0}},{"uid":"b75c8e70cc0928","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b75c8e70cc0928","status":"passed","time":{"start":1707775205627,"stop":1707775205628,"duration":1}},{"uid":"3da682f702148f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3da682f702148f9","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1}},{"uid":"3efa0a3a79acaecb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3efa0a3a79acaecb","status":"passed","time":{"start":1707769983275,"stop":1707769983276,"duration":1}},{"uid":"e9bd88b8b3418dd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e9bd88b8b3418dd0","status":"passed","time":{"start":1707760095402,"stop":1707760095402,"duration":0}},{"uid":"eacabc9793af6d69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eacabc9793af6d69","status":"passed","time":{"start":1707757790735,"stop":1707757790735,"duration":0}},{"uid":"1d306aaec914a33d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d306aaec914a33d","status":"passed","time":{"start":1707756409544,"stop":1707756409544,"duration":0}},{"uid":"b2d6110331bb5ae3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2d6110331bb5ae3","status":"passed","time":{"start":1707753793189,"stop":1707753793189,"duration":0}},{"uid":"9d57aca21af0e62f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d57aca21af0e62f","status":"passed","time":{"start":1707753573528,"stop":1707753573529,"duration":1}},{"uid":"5921a9e8035d790f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5921a9e8035d790f","status":"passed","time":{"start":1707750953979,"stop":1707750953980,"duration":1}},{"uid":"6c694132927912a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c694132927912a4","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"25b7353bab793ae8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25b7353bab793ae8","status":"passed","time":{"start":1707736081269,"stop":1707736081270,"duration":1}}]},"83b9d2ed4279435b396e84934e00f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f78135a4958492b7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f78135a4958492b7","status":"passed","time":{"start":1707769983279,"stop":1707769983280,"duration":1}}]},"c2104d17c9975073753d04a5523ac5af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9afd7c3d0583199","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9afd7c3d0583199","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f34ccfed1aa558b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f34ccfed1aa558b","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"6a6a990027978478","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a6a990027978478","status":"passed","time":{"start":1707775026269,"stop":1707775026269,"duration":0}},{"uid":"6686b361c34f4067","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6686b361c34f4067","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"22fec8ccea937445","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22fec8ccea937445","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"9e4188a5497de621","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e4188a5497de621","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"7d5e5fd027e9389e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d5e5fd027e9389e","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"94a80bb72176a5d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94a80bb72176a5d2","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"9a5657d4d2bb6b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a5657d4d2bb6b22","status":"passed","time":{"start":1707756047296,"stop":1707756047297,"duration":1}},{"uid":"aea6225465288f58","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aea6225465288f58","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"71648db4f1cc2c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71648db4f1cc2c96","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26fc33a633b369b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26fc33a633b369b3","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"3591458656ae4107","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3591458656ae4107","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"bc3f5028bf24260c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bc3f5028bf24260c","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b71e0345270350f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b71e0345270350f3","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"2a5b08606e3cc731","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5b08606e3cc731","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"ecfbe8c95aa6dbd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecfbe8c95aa6dbd","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"3ad72f414f36c722","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ad72f414f36c722","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"5eb9dfde71822451","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5eb9dfde71822451","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"c4675196d0d00c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c4675196d0d00c0","status":"passed","time":{"start":1707759722869,"stop":1707759722870,"duration":1}},{"uid":"bd44649681e8a444","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bd44649681e8a444","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"df5507b28e4317e0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df5507b28e4317e0","status":"passed","time":{"start":1707756047297,"stop":1707756047298,"duration":1}},{"uid":"5412a24a21f2d9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5412a24a21f2d9ef","status":"passed","time":{"start":1707753465444,"stop":1707753465445,"duration":1}},{"uid":"98112234f986c4d3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/98112234f986c4d3","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"b8fa26c24a6e439a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8fa26c24a6e439a","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"24c3169006740a9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c3169006740a9d","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"68bdb8ff6d2d7207","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68bdb8ff6d2d7207","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3c04f8277d697f4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c04f8277d697f4d","status":"passed","time":{"start":1707778386475,"stop":1707778386476,"duration":1}},{"uid":"d3f775ebe4e53b56","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f775ebe4e53b56","status":"passed","time":{"start":1707775656744,"stop":1707775656745,"duration":1}},{"uid":"5166df9a5f8cba50","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5166df9a5f8cba50","status":"passed","time":{"start":1707775461882,"stop":1707775461883,"duration":1}},{"uid":"1a2de2823f8b25b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1a2de2823f8b25b1","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"4c63f328ef8edc4b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c63f328ef8edc4b","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"985273cf99b88e75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/985273cf99b88e75","status":"passed","time":{"start":1707760335940,"stop":1707760335941,"duration":1}},{"uid":"81ec5e45bcf63ee1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81ec5e45bcf63ee1","status":"passed","time":{"start":1707758023527,"stop":1707758023528,"duration":1}},{"uid":"8b46fd90cd57bdb2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8b46fd90cd57bdb2","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"a9b5c5a072fc6a64","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9b5c5a072fc6a64","status":"passed","time":{"start":1707753837161,"stop":1707753837162,"duration":1}},{"uid":"cd4fff8ef9ff6829","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cd4fff8ef9ff6829","status":"passed","time":{"start":1707751136279,"stop":1707751136279,"duration":0}},{"uid":"3ca24ae718d6079b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ca24ae718d6079b","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"f34e0ed7fa6e9dc6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f34e0ed7fa6e9dc6","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"fe348d37f27b8c529e7215b72890b185:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e17076d5b15d88be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e17076d5b15d88be","status":"passed","time":{"start":1707775390249,"stop":1707775390249,"duration":0}}]},"8f6e7283d710b02dac88d362fa5b4871:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab7ab3c18633617b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab7ab3c18633617b","status":"passed","time":{"start":1707756617059,"stop":1707756617062,"duration":3}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33b676b6378b6373","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33b676b6378b6373","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"3a3e3de128d34062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a3e3de128d34062","status":"passed","time":{"start":1707775048147,"stop":1707775048148,"duration":1}},{"uid":"1b377d6e1e92fea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1b377d6e1e92fea","status":"passed","time":{"start":1707774850258,"stop":1707774850258,"duration":0}},{"uid":"4ef9eb2dcf049c99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ef9eb2dcf049c99","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1}},{"uid":"d559221b3f48a304","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d559221b3f48a304","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"a36308fa70df6aab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a36308fa70df6aab","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"b45f80c1002a1dd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b45f80c1002a1dd1","status":"passed","time":{"start":1707757440223,"stop":1707757440223,"duration":0}},{"uid":"970ce7aa601cc83d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/970ce7aa601cc83d","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"ea8c80b34918e2d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8c80b34918e2d3","status":"passed","time":{"start":1707753487642,"stop":1707753487642,"duration":0}},{"uid":"5ada2f41d93cbe31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5ada2f41d93cbe31","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"8eb22148d16e721e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb22148d16e721e","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"fd28080ccbf32f77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd28080ccbf32f77","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"1e33d043e92245a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1e33d043e92245a","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"e3f684e27880232a72d98efd1618d946:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c84a7ab590f66bf7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c84a7ab590f66bf7","status":"passed","time":{"start":1707756409546,"stop":1707756409547,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"528561965e783b6e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/528561965e783b6e","status":"passed","time":{"start":1707778202460,"stop":1707778202461,"duration":1}},{"uid":"433f96d77a405bc8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/433f96d77a405bc8","status":"passed","time":{"start":1707775486583,"stop":1707775486584,"duration":1}},{"uid":"e6cd63f00344f86a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e6cd63f00344f86a","status":"passed","time":{"start":1707775300124,"stop":1707775300124,"duration":0}},{"uid":"deafc09f25074ae7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/deafc09f25074ae7","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0}},{"uid":"b053ddb488c7dc4d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b053ddb488c7dc4d","status":"passed","time":{"start":1707770051357,"stop":1707770051357,"duration":0}},{"uid":"466d313b5a6299ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/466d313b5a6299ee","status":"passed","time":{"start":1707760173992,"stop":1707760173992,"duration":0}},{"uid":"e514622a03cbd6f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e514622a03cbd6f4","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"efb9574cd8184095","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efb9574cd8184095","status":"passed","time":{"start":1707756499888,"stop":1707756499890,"duration":2}},{"uid":"7dcfaecd13823226","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7dcfaecd13823226","status":"passed","time":{"start":1707753870418,"stop":1707753870418,"duration":0}},{"uid":"fdd549dc530128e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd549dc530128e7","status":"passed","time":{"start":1707753647453,"stop":1707753647454,"duration":1}},{"uid":"caabb933e2ff31b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/caabb933e2ff31b","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"cdd490c29a1160e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdd490c29a1160e0","status":"passed","time":{"start":1707736947831,"stop":1707736947831,"duration":0}},{"uid":"7234c79f56cb09fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7234c79f56cb09fd","status":"passed","time":{"start":1707736152488,"stop":1707736152489,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39473812e3f7f93f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39473812e3f7f93f","status":"passed","time":{"start":1707777754770,"stop":1707777754770,"duration":0}},{"uid":"26d563660ae3b8ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/26d563660ae3b8ed","status":"passed","time":{"start":1707775031077,"stop":1707775031078,"duration":1}},{"uid":"8112fb90bb732a02","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8112fb90bb732a02","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"f2e154dea9a8aead","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2e154dea9a8aead","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"duration":1}},{"uid":"a00cfaf2d9bfa3db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a00cfaf2d9bfa3db","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"4a57aca40c11183c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a57aca40c11183c","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"bc4de6dd4327efed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4de6dd4327efed","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"cc468029245737a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc468029245737a0","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"65b057f9169b00d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65b057f9169b00d1","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"18f5e2f458599fb4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18f5e2f458599fb4","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"7f525c02b761ec4e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f525c02b761ec4e","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"a854a766e74b3775","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a854a766e74b3775","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"733185a8e1b9c599","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/733185a8e1b9c599","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"810e88ce87c0d88e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/810e88ce87c0d88e","status":"passed","time":{"start":1707777972991,"stop":1707777972992,"duration":1}},{"uid":"72857ec5a3ee9e26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72857ec5a3ee9e26","status":"passed","time":{"start":1707775244523,"stop":1707775244523,"duration":0}},{"uid":"a603433c34818cef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a603433c34818cef","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"766d5e2db21990e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/766d5e2db21990e9","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1}},{"uid":"8fbd6ee04f326938","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8fbd6ee04f326938","status":"passed","time":{"start":1707769843134,"stop":1707769843135,"duration":1}},{"uid":"8d6c9252f5dbf6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d6c9252f5dbf6fa","status":"passed","time":{"start":1707759965181,"stop":1707759965182,"duration":1}},{"uid":"b63ce20e13a88005","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b63ce20e13a88005","status":"passed","time":{"start":1707757644383,"stop":1707757644383,"duration":0}},{"uid":"fe55638588ad73c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe55638588ad73c4","status":"passed","time":{"start":1707756267892,"stop":1707756267892,"duration":0}},{"uid":"fb693537b5fb861d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb693537b5fb861d","status":"passed","time":{"start":1707753668020,"stop":1707753668020,"duration":0}},{"uid":"db71dab2d3754e6e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db71dab2d3754e6e","status":"passed","time":{"start":1707753423530,"stop":1707753423530,"duration":0}},{"uid":"c7e221d14e353685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c7e221d14e353685","status":"passed","time":{"start":1707750796020,"stop":1707750796021,"duration":1}},{"uid":"eec06076dc9e159d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec06076dc9e159d","status":"passed","time":{"start":1707736730631,"stop":1707736730632,"duration":1}},{"uid":"b6fc9db65939bce6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6fc9db65939bce6","status":"passed","time":{"start":1707735912112,"stop":1707735912113,"duration":1}}]},"ba5bddb25a83cc877a85c4d83ed7a58d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c806391744f1e537","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c806391744f1e537","status":"passed","time":{"start":1707736322666,"stop":1707736322669,"duration":3}}]},"7bad051d714444d2af34337d8a7667fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c590a5fbff92de6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c590a5fbff92de6","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c3243cfdca1d19b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c3243cfdca1d19b1","status":"passed","time":{"start":1707777764431,"stop":1707777764432,"duration":1}},{"uid":"27f01afda61a1f20","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27f01afda61a1f20","status":"passed","time":{"start":1707775040579,"stop":1707775040580,"duration":1}},{"uid":"98c72bd7ed2aaf11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/98c72bd7ed2aaf11","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"9591ef541cd3d821","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9591ef541cd3d821","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"2ea419b49cd37e43","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea419b49cd37e43","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"cf0a7fe42ff6feee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf0a7fe42ff6feee","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"d43c687bc7eabc43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d43c687bc7eabc43","status":"passed","time":{"start":1707757432393,"stop":1707757432394,"duration":1}},{"uid":"5c5210dda5012d71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c5210dda5012d71","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"1754db4e1082a5c2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1754db4e1082a5c2","status":"passed","time":{"start":1707753479975,"stop":1707753479975,"duration":0}},{"uid":"5018aab822362041","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5018aab822362041","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"9be43e4d6dc458bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9be43e4d6dc458bf","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"a4e868b2c360b95f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4e868b2c360b95f","status":"passed","time":{"start":1707736526331,"stop":1707736526331,"duration":0}},{"uid":"71d342e52b33808a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71d342e52b33808a","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"355d39564546ce40","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/355d39564546ce40","status":"passed","time":{"start":1707778103143,"stop":1707778103144,"duration":1}},{"uid":"e7ef97a207d7d62","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7ef97a207d7d62","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"e2a79d9966de1718","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2a79d9966de1718","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"3affacac03035e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3affacac03035e7d","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"duration":1}},{"uid":"78b9eedd92bff4e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b9eedd92bff4e6","status":"passed","time":{"start":1707769979912,"stop":1707769979913,"duration":1}},{"uid":"ec0f65c7d343d0e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec0f65c7d343d0e8","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"5bcb9630e2ca37b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bcb9630e2ca37b2","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"5082e5f2343a6f74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5082e5f2343a6f74","status":"passed","time":{"start":1707756396098,"stop":1707756396098,"duration":0}},{"uid":"b604d33b8c569549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b604d33b8c569549","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"a16b95a648febba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a16b95a648febba","status":"passed","time":{"start":1707753563058,"stop":1707753563061,"duration":3}},{"uid":"c46b36d1ae68c5eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c46b36d1ae68c5eb","status":"passed","time":{"start":1707750940647,"stop":1707750940647,"duration":0}},{"uid":"4ed5c630d9a2bf52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed5c630d9a2bf52","status":"passed","time":{"start":1707736870539,"stop":1707736870542,"duration":3}},{"uid":"eb8795a3d1c15df4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb8795a3d1c15df4","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a62a72d7bb7fa253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a62a72d7bb7fa253","status":"passed","time":{"start":1707778126342,"stop":1707778126342,"duration":0}},{"uid":"53d828afa61b0ebb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/53d828afa61b0ebb","status":"passed","time":{"start":1707775409481,"stop":1707775409481,"duration":0}},{"uid":"f35e4f8fdc5702ec","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f35e4f8fdc5702ec","status":"passed","time":{"start":1707775219992,"stop":1707775219993,"duration":1}},{"uid":"e44effc9215961f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e44effc9215961f1","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"fac10ded3f39a033","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac10ded3f39a033","status":"passed","time":{"start":1707769994533,"stop":1707769994533,"duration":0}},{"uid":"f7b9d3328c97deb4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7b9d3328c97deb4","status":"passed","time":{"start":1707760106453,"stop":1707760106453,"duration":0}},{"uid":"7781f4c837a59a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7781f4c837a59a78","status":"passed","time":{"start":1707757804291,"stop":1707757804291,"duration":0}},{"uid":"7c7aba82de7d5125","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c7aba82de7d5125","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"8badb27e1f8fdb7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8badb27e1f8fdb7c","status":"passed","time":{"start":1707753796544,"stop":1707753796545,"duration":1}},{"uid":"6e1c6191385dfce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e1c6191385dfce9","status":"passed","time":{"start":1707753586159,"stop":1707753586159,"duration":0}},{"uid":"69a4c892b78257be","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69a4c892b78257be","status":"passed","time":{"start":1707750964798,"stop":1707750964799,"duration":1}},{"uid":"df644cd59c4cd7a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df644cd59c4cd7a6","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"75163099965cb372","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75163099965cb372","status":"passed","time":{"start":1707736096386,"stop":1707736096386,"duration":0}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"f33c0927611b9b06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f33c0927611b9b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778179237,"stop":1707778179237,"duration":0}},{"uid":"80ac5be0fd329378","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80ac5be0fd329378","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775471142,"stop":1707775471142,"duration":0}},{"uid":"33f8f9a6bcd2d330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33f8f9a6bcd2d330","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775271435,"stop":1707775271435,"duration":0}},{"uid":"a2caff49842c994b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2caff49842c994b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770210095,"stop":1707770210095,"duration":0}},{"uid":"33757a70f34de9bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33757a70f34de9bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"109d2d331b79ff6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/109d2d331b79ff6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760163325,"stop":1707760163326,"duration":1}},{"uid":"8bcc4a220d8dd2cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8bcc4a220d8dd2cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757853542,"stop":1707757853543,"duration":1}},{"uid":"c026e0db9ad183b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c026e0db9ad183b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756493172,"stop":1707756493173,"duration":1}},{"uid":"ddb1e7a82bd00a2e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddb1e7a82bd00a2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753863561,"stop":1707753863561,"duration":0}},{"uid":"d49e3a899bf44680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d49e3a899bf44680","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"e239b5ae7ecad363","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e239b5ae7ecad363","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751014384,"stop":1707751014384,"duration":0}},{"uid":"5c4e70f3ae85c721","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c4e70f3ae85c721","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736941407,"stop":1707736941407,"duration":0}},{"uid":"dc217c0bb4c7ce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc217c0bb4c7ce34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736158692,"stop":1707736158692,"duration":0}}]},"21f5f2f96ecff905305feb2643c56dec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c4f74a73511e9be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c4f74a73511e9be","status":"passed","time":{"start":1707775461894,"stop":1707775461895,"duration":1}}]},"e4b3c241f67791f173c5581430dec514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deb6116d9db9ea66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb6116d9db9ea66","status":"passed","time":{"start":1707735912121,"stop":1707735912124,"duration":3}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b78ddae2be7f9aab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b78ddae2be7f9aab","status":"passed","time":{"start":1707778357268,"stop":1707778357269,"duration":1}},{"uid":"cdc1653563aff16e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdc1653563aff16e","status":"passed","time":{"start":1707775627622,"stop":1707775627623,"duration":1}},{"uid":"42989ca3cd53422e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42989ca3cd53422e","status":"passed","time":{"start":1707775425000,"stop":1707775425000,"duration":0}},{"uid":"c7fbaa9ce2071585","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7fbaa9ce2071585","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1}},{"uid":"4555df7c5d24b65f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4555df7c5d24b65f","status":"passed","time":{"start":1707770134575,"stop":1707770134575,"duration":0}},{"uid":"ab14a7de47c3b0d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ab14a7de47c3b0d4","status":"passed","time":{"start":1707760319220,"stop":1707760319221,"duration":1}},{"uid":"23e79802c558eae3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/23e79802c558eae3","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"792df0539c585056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/792df0539c585056","status":"passed","time":{"start":1707756639369,"stop":1707756639370,"duration":1}},{"uid":"d279305924d886e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d279305924d886e4","status":"passed","time":{"start":1707753945999,"stop":1707753946000,"duration":1}},{"uid":"606048e38aa7e9bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/606048e38aa7e9bd","status":"passed","time":{"start":1707753803976,"stop":1707753803976,"duration":0}},{"uid":"9f2abd738d8971b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f2abd738d8971b5","status":"passed","time":{"start":1707751138035,"stop":1707751138036,"duration":1}},{"uid":"a983ec0ee4008a0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a983ec0ee4008a0e","status":"passed","time":{"start":1707737096089,"stop":1707737096089,"duration":0}},{"uid":"5dd45133b08b9acd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dd45133b08b9acd","status":"passed","time":{"start":1707736302667,"stop":1707736302668,"duration":1}}]},"70124a353f9f3413728153b9f12f1e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"963ae5dc6ec47aa3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963ae5dc6ec47aa3","status":"passed","time":{"start":1707753647525,"stop":1707753647525,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"39aa42aa9cfcc160","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39aa42aa9cfcc160","status":"passed","time":{"start":1707777749080,"stop":1707777749081,"duration":1}},{"uid":"77ca0831473cbbe8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77ca0831473cbbe8","status":"passed","time":{"start":1707775025515,"stop":1707775025516,"duration":1}},{"uid":"a36aded67e42359e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a36aded67e42359e","status":"passed","time":{"start":1707774827052,"stop":1707774827052,"duration":0}},{"uid":"4d46c8769e8b9331","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d46c8769e8b9331","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4}},{"uid":"af473a635550a96b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af473a635550a96b","status":"passed","time":{"start":1707769627283,"stop":1707769627284,"duration":1}},{"uid":"1610b5142c6d8976","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1610b5142c6d8976","status":"passed","time":{"start":1707759722018,"stop":1707759722019,"duration":1}},{"uid":"85e79accfe0f4215","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85e79accfe0f4215","status":"passed","time":{"start":1707757416823,"stop":1707757416823,"duration":0}},{"uid":"48fa2c679134fdd1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48fa2c679134fdd1","status":"passed","time":{"start":1707756046587,"stop":1707756046588,"duration":1}},{"uid":"b474a6df958b04a6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b474a6df958b04a6","status":"passed","time":{"start":1707753464660,"stop":1707753464660,"duration":0}},{"uid":"17d4e6dcf5f832ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17d4e6dcf5f832ca","status":"passed","time":{"start":1707753192925,"stop":1707753192925,"duration":0}},{"uid":"a70797ecbb94003","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a70797ecbb94003","status":"passed","time":{"start":1707750593499,"stop":1707750593499,"duration":0}},{"uid":"2917b6e68f6daa82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2917b6e68f6daa82","status":"passed","time":{"start":1707736510870,"stop":1707736510871,"duration":1}},{"uid":"49283851e72239d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49283851e72239d5","status":"passed","time":{"start":1707735692276,"stop":1707735692277,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2fefbb7f1ebf5aed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2fefbb7f1ebf5aed","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"98af3bffa369b06e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98af3bffa369b06e","status":"passed","time":{"start":1707775031071,"stop":1707775031071,"duration":0}},{"uid":"657502ccb537257b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/657502ccb537257b","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"f055da4bdd65a3ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f055da4bdd65a3ab","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"duration":1}},{"uid":"161f7f45ae269987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/161f7f45ae269987","status":"passed","time":{"start":1707769632865,"stop":1707769632866,"duration":1}},{"uid":"16aedc7fe7e0eca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16aedc7fe7e0eca","status":"passed","time":{"start":1707759727625,"stop":1707759727625,"duration":0}},{"uid":"91b958416a1723f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91b958416a1723f0","status":"passed","time":{"start":1707757422397,"stop":1707757422397,"duration":0}},{"uid":"252709f7c2bf9607","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/252709f7c2bf9607","status":"passed","time":{"start":1707756051814,"stop":1707756051815,"duration":1}},{"uid":"139cc352e3ca64f3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/139cc352e3ca64f3","status":"passed","time":{"start":1707753470070,"stop":1707753470070,"duration":0}},{"uid":"73badc20c2c156c6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73badc20c2c156c6","status":"passed","time":{"start":1707753198801,"stop":1707753198802,"duration":1}},{"uid":"31b91e5fb0da3898","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/31b91e5fb0da3898","status":"passed","time":{"start":1707750599090,"stop":1707750599091,"duration":1}},{"uid":"9f17122324b23e60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f17122324b23e60","status":"passed","time":{"start":1707736516545,"stop":1707736516545,"duration":0}},{"uid":"a99ec81d8b02a354","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a99ec81d8b02a354","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c215ec14c5285aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c215ec14c5285aa","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"144e8d667244f986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/144e8d667244f986","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"ec1bdfd7d74aa24a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ec1bdfd7d74aa24a","status":"passed","time":{"start":1707775085882,"stop":1707775085883,"duration":1}},{"uid":"8b1b0bebb8236e57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b1b0bebb8236e57","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"duration":0}},{"uid":"67fd00cfa015bdf1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/67fd00cfa015bdf1","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"48a98d2a30ad4249","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/48a98d2a30ad4249","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"84bfe00ac19f2b61","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84bfe00ac19f2b61","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"4d39c3494c699734","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d39c3494c699734","status":"passed","time":{"start":1707756304427,"stop":1707756304427,"duration":0}},{"uid":"5d8e603ef0b24fe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d8e603ef0b24fe7","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"608ecbf2c8d10ae8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/608ecbf2c8d10ae8","status":"passed","time":{"start":1707753448099,"stop":1707753448099,"duration":0}},{"uid":"e243c91a6529a493","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e243c91a6529a493","status":"passed","time":{"start":1707750840037,"stop":1707750840038,"duration":1}},{"uid":"d2963aa04e03e813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2963aa04e03e813","status":"passed","time":{"start":1707736765002,"stop":1707736765003,"duration":1}},{"uid":"8dc427b9dfa5f86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8dc427b9dfa5f86","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a4bba09fbaf18a64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4bba09fbaf18a64","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"60848d837df0f1c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60848d837df0f1c6","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"1f69ff89ebd0a1aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f69ff89ebd0a1aa","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"24941bca768f285e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24941bca768f285e","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"409f985095d49a0c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/409f985095d49a0c","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"1fe4ef7daec4073b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fe4ef7daec4073b","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"eed432df65d436d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eed432df65d436d6","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"c649f3c6f8b5d806","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c649f3c6f8b5d806","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"3874e3e41246a89f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3874e3e41246a89f","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"a8b306f265616dbc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8b306f265616dbc","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"f7dd0590026fbe9c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7dd0590026fbe9c","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"44e369c46a358e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44e369c46a358e1","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"2fc651ff95c99655ebdb100ff107d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0c78d242d4901f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0c78d242d4901f8","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"895486c7b1dba545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/895486c7b1dba545","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"d5540abd31ba2e09","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d5540abd31ba2e09","status":"passed","time":{"start":1707775275743,"stop":1707775275744,"duration":1}},{"uid":"def0b35f8b33b23b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/def0b35f8b33b23b","status":"passed","time":{"start":1707775085876,"stop":1707775085876,"duration":0}},{"uid":"6f7462475adab8b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6f7462475adab8b6","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2}},{"uid":"693e0ed7696c003c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/693e0ed7696c003c","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"e3655b3e11d6aced","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3655b3e11d6aced","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"6814339c21d8d2c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6814339c21d8d2c7","status":"passed","time":{"start":1707757676034,"stop":1707757676035,"duration":1}},{"uid":"b25fc582255ebbd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25fc582255ebbd9","status":"passed","time":{"start":1707756304421,"stop":1707756304421,"duration":0}},{"uid":"24ffb1a93d14cd1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24ffb1a93d14cd1","status":"passed","time":{"start":1707753713234,"stop":1707753713234,"duration":0}},{"uid":"9896146d298fa994","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9896146d298fa994","status":"passed","time":{"start":1707753448081,"stop":1707753448082,"duration":1}},{"uid":"9cb7846f6a809594","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9cb7846f6a809594","status":"passed","time":{"start":1707750840029,"stop":1707750840030,"duration":1}},{"uid":"bb82836ded0b4c15","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb82836ded0b4c15","status":"passed","time":{"start":1707736764994,"stop":1707736764995,"duration":1}},{"uid":"c16ab98d5bbd1ded","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c16ab98d5bbd1ded","status":"passed","time":{"start":1707735955218,"stop":1707735955219,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8cfeef95d16ce9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c8cfeef95d16ce9b","status":"passed","time":{"start":1707777787221,"stop":1707777787222,"duration":1}},{"uid":"832a7f487a1eba0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/832a7f487a1eba0b","status":"passed","time":{"start":1707775063036,"stop":1707775063036,"duration":0}},{"uid":"c17b581b03f21165","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c17b581b03f21165","status":"passed","time":{"start":1707774865145,"stop":1707774865145,"duration":0}},{"uid":"ca525269f1e08770","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca525269f1e08770","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0}},{"uid":"ffe886fd4ced2bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe886fd4ced2bc3","status":"passed","time":{"start":1707769665340,"stop":1707769665341,"duration":1}},{"uid":"f8c3db877ccc9b11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f8c3db877ccc9b11","status":"passed","time":{"start":1707759759736,"stop":1707759759737,"duration":1}},{"uid":"f2c2eed8d025c89a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2c2eed8d025c89a","status":"passed","time":{"start":1707757455865,"stop":1707757455905,"duration":40}},{"uid":"6a9cf47a4df0ba2d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a9cf47a4df0ba2d","status":"passed","time":{"start":1707756084425,"stop":1707756084430,"duration":5}},{"uid":"da9700db5c75c5aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da9700db5c75c5aa","status":"passed","time":{"start":1707753503424,"stop":1707753503425,"duration":1}},{"uid":"8593ded977bee97d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8593ded977bee97d","status":"passed","time":{"start":1707753233561,"stop":1707753233561,"duration":0}},{"uid":"a92d3883a4fd5db3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a92d3883a4fd5db3","status":"passed","time":{"start":1707750631901,"stop":1707750631902,"duration":1}},{"uid":"8e81c5f177434b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e81c5f177434b55","status":"passed","time":{"start":1707736548882,"stop":1707736548883,"duration":1}},{"uid":"f1ed3e1cde4656b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1ed3e1cde4656b4","status":"passed","time":{"start":1707735732432,"stop":1707735732433,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59980f8bc027c5ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59980f8bc027c5ca","status":"passed","time":{"start":1707777977671,"stop":1707777977671,"duration":0}},{"uid":"60c288cd634776b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60c288cd634776b3","status":"passed","time":{"start":1707775258465,"stop":1707775258465,"duration":0}},{"uid":"f249773ef0e41c0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f249773ef0e41c0c","status":"passed","time":{"start":1707775082029,"stop":1707775082030,"duration":1}},{"uid":"56d283298e20af31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56d283298e20af31","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5}},{"uid":"2fc063b12b0fbda2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fc063b12b0fbda2","status":"passed","time":{"start":1707769841905,"stop":1707769841908,"duration":3}},{"uid":"c136784df3fd5380","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c136784df3fd5380","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"86f60dff4b9fc786","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86f60dff4b9fc786","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"a37d6e78f6fa35aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a37d6e78f6fa35aa","status":"passed","time":{"start":1707756261820,"stop":1707756261833,"duration":13}},{"uid":"85d044aa48ad1e9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/85d044aa48ad1e9a","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"988acf216625afa8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/988acf216625afa8","status":"passed","time":{"start":1707753409592,"stop":1707753409592,"duration":0}},{"uid":"cf644e0412d99802","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf644e0412d99802","status":"passed","time":{"start":1707750722056,"stop":1707750722056,"duration":0}},{"uid":"dab8d08104eed43f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dab8d08104eed43f","status":"passed","time":{"start":1707736708334,"stop":1707736708335,"duration":1}},{"uid":"15e6085f01549d76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15e6085f01549d76","status":"passed","time":{"start":1707735914392,"stop":1707735914392,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d5f1d455a94124b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5f1d455a94124b9","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"8085359c21b207d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8085359c21b207d9","status":"passed","time":{"start":1707775409495,"stop":1707775409496,"duration":1}},{"uid":"a8d0e5b743068fb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d0e5b743068fb4","status":"passed","time":{"start":1707775220003,"stop":1707775220004,"duration":1}},{"uid":"55cec279cd947cab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55cec279cd947cab","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0}},{"uid":"97ae96ef11f340be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/97ae96ef11f340be","status":"passed","time":{"start":1707769994552,"stop":1707769994552,"duration":0}},{"uid":"c7a91777ea2347a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7a91777ea2347a8","status":"passed","time":{"start":1707760106464,"stop":1707760106465,"duration":1}},{"uid":"5785ac329ffeb55d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5785ac329ffeb55d","status":"passed","time":{"start":1707757804319,"stop":1707757804320,"duration":1}},{"uid":"48a1a6472007185c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48a1a6472007185c","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"f7c8eeb3fd9a17fa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7c8eeb3fd9a17fa","status":"passed","time":{"start":1707753796555,"stop":1707753796555,"duration":0}},{"uid":"8e0e1cc2a8df2ce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e0e1cc2a8df2ce9","status":"passed","time":{"start":1707753586171,"stop":1707753586172,"duration":1}},{"uid":"9746dc2ab6fd3d40","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9746dc2ab6fd3d40","status":"passed","time":{"start":1707750964816,"stop":1707750964816,"duration":0}},{"uid":"6ddc669a9a037137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6ddc669a9a037137","status":"passed","time":{"start":1707736890444,"stop":1707736890445,"duration":1}},{"uid":"4603e936c05bfd2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4603e936c05bfd2","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"da227975734436ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/da227975734436ea","status":"passed","time":{"start":1707778370025,"stop":1707778370025,"duration":0}},{"uid":"2a6ffb5d2c2c7699","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a6ffb5d2c2c7699","status":"passed","time":{"start":1707775644350,"stop":1707775644350,"duration":0}},{"uid":"cce6f29059819808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce6f29059819808","status":"passed","time":{"start":1707775439250,"stop":1707775439251,"duration":1}},{"uid":"b23eff9b6cb4680d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b23eff9b6cb4680d","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"duration":0}},{"uid":"be2ba0428339b067","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be2ba0428339b067","status":"passed","time":{"start":1707770140534,"stop":1707770140535,"duration":1}},{"uid":"16583e8a0e6c5a32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16583e8a0e6c5a32","status":"passed","time":{"start":1707760337679,"stop":1707760337680,"duration":1}},{"uid":"feba36fbdee6544a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/feba36fbdee6544a","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"a3995054720fd18e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3995054720fd18e","status":"passed","time":{"start":1707756656797,"stop":1707756656797,"duration":0}},{"uid":"e57414c7663212d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e57414c7663212d2","status":"passed","time":{"start":1707753960361,"stop":1707753960361,"duration":0}},{"uid":"6b8927cc94770954","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b8927cc94770954","status":"passed","time":{"start":1707753819774,"stop":1707753819774,"duration":0}},{"uid":"d16cd710a3b2fff5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d16cd710a3b2fff5","status":"passed","time":{"start":1707751157934,"stop":1707751157935,"duration":1}},{"uid":"266d93197b34e185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266d93197b34e185","status":"passed","time":{"start":1707737112731,"stop":1707737112731,"duration":0}},{"uid":"406bda16853d4c62","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/406bda16853d4c62","status":"passed","time":{"start":1707736314162,"stop":1707736314162,"duration":0}}]},"77487dd09aad3437a9c808d035d2ce70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5393672867a502f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5393672867a502f5","status":"passed","time":{"start":1707759965202,"stop":1707759965202,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"342c47f9e291518a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/342c47f9e291518a","status":"passed","time":{"start":1707777877643,"stop":1707777877643,"duration":0}},{"uid":"99a0fd6bec7bb0eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99a0fd6bec7bb0eb","status":"passed","time":{"start":1707775153016,"stop":1707775153017,"duration":1}},{"uid":"c93817904c15b00d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c93817904c15b00d","status":"passed","time":{"start":1707774951830,"stop":1707774951831,"duration":1}},{"uid":"132624b091318a4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/132624b091318a4c","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"duration":0}},{"uid":"439d0bdb954f39eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/439d0bdb954f39eb","status":"passed","time":{"start":1707769748204,"stop":1707769748204,"duration":0}},{"uid":"25c51d7c07116707","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25c51d7c07116707","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"77e18fe851c4ae02","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e18fe851c4ae02","status":"passed","time":{"start":1707757546806,"stop":1707757546806,"duration":0}},{"uid":"631c4d6b3fe8227a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/631c4d6b3fe8227a","status":"passed","time":{"start":1707756167194,"stop":1707756167198,"duration":4}},{"uid":"546c0cc7cdb486e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546c0cc7cdb486e3","status":"passed","time":{"start":1707753584059,"stop":1707753584060,"duration":1}},{"uid":"16ce761eae158037","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16ce761eae158037","status":"passed","time":{"start":1707753331769,"stop":1707753331769,"duration":0}},{"uid":"ec251df54b7563ed","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ec251df54b7563ed","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"8bd9b87589a22ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8bd9b87589a22ea3","status":"passed","time":{"start":1707736636441,"stop":1707736636441,"duration":0}},{"uid":"f7b574acf9f4cc5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7b574acf9f4cc5b","status":"passed","time":{"start":1707735825260,"stop":1707735825260,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"585867ed5be7b48e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/585867ed5be7b48e","status":"passed","time":{"start":1707777770858,"stop":1707777770858,"duration":0}},{"uid":"6694e5dea42a8410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6694e5dea42a8410","status":"passed","time":{"start":1707775046909,"stop":1707775046909,"duration":0}},{"uid":"27a9af6d82044f3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27a9af6d82044f3e","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"6195d834738670b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6195d834738670b5","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"duration":0}},{"uid":"c3bd1e3818fcff72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c3bd1e3818fcff72","status":"passed","time":{"start":1707769649007,"stop":1707769649007,"duration":0}},{"uid":"a2c2c387ebf91572","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2c2c387ebf91572","status":"passed","time":{"start":1707759743632,"stop":1707759743632,"duration":0}},{"uid":"fc3c9292bc62adce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc3c9292bc62adce","status":"passed","time":{"start":1707757438820,"stop":1707757438820,"duration":0}},{"uid":"ac24c05d00a39481","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ac24c05d00a39481","status":"passed","time":{"start":1707756067673,"stop":1707756067674,"duration":1}},{"uid":"60404ef702d92a4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60404ef702d92a4d","status":"passed","time":{"start":1707753486288,"stop":1707753486288,"duration":0}},{"uid":"b1d5d65bb68338b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b1d5d65bb68338b9","status":"passed","time":{"start":1707753215215,"stop":1707753215215,"duration":0}},{"uid":"68bda1e65d278a09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68bda1e65d278a09","status":"passed","time":{"start":1707750615195,"stop":1707750615196,"duration":1}},{"uid":"1d2fe0a6c3d65baa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d2fe0a6c3d65baa","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"ea0af42519bf6530","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea0af42519bf6530","status":"passed","time":{"start":1707735714499,"stop":1707735714499,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2b78df1f7cabb38f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b78df1f7cabb38f","status":"passed","time":{"start":1707777865443,"stop":1707777865443,"duration":0}},{"uid":"3a9e88295225682d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9e88295225682d","status":"passed","time":{"start":1707775140806,"stop":1707775140806,"duration":0}},{"uid":"756c37c8946289b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/756c37c8946289b9","status":"passed","time":{"start":1707774947610,"stop":1707774947610,"duration":0}},{"uid":"61e9cf0f65a730d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61e9cf0f65a730d6","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1}},{"uid":"b4f803ca507b0ea4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4f803ca507b0ea4","status":"passed","time":{"start":1707769737619,"stop":1707769737620,"duration":1}},{"uid":"517c58dd2658e954","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/517c58dd2658e954","status":"passed","time":{"start":1707759835148,"stop":1707759835149,"duration":1}},{"uid":"f3badd23972fc3db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f3badd23972fc3db","status":"passed","time":{"start":1707757529705,"stop":1707757529705,"duration":0}},{"uid":"de756dded410572a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de756dded410572a","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"168f46acb95cb5e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/168f46acb95cb5e4","status":"passed","time":{"start":1707753566688,"stop":1707753566688,"duration":0}},{"uid":"49f8f13eedd156f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49f8f13eedd156f1","status":"passed","time":{"start":1707753314174,"stop":1707753314175,"duration":1}},{"uid":"1fc04c5d840e6ab5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fc04c5d840e6ab5","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"460e94486364252c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460e94486364252c","status":"passed","time":{"start":1707736624912,"stop":1707736624913,"duration":1}},{"uid":"a71a0aff4feef8cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a71a0aff4feef8cc","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"4b18cd8676ae489b50268394bce1acdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abe4498fce1d62d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abe4498fce1d62d8","status":"passed","time":{"start":1707778338838,"stop":1707778338838,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1f33e19bbad42bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c1f33e19bbad42bc","status":"passed","time":{"start":1707777749091,"stop":1707777749092,"duration":1}},{"uid":"83602821cc35e13c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83602821cc35e13c","status":"passed","time":{"start":1707775025525,"stop":1707775025526,"duration":1}},{"uid":"d8cc293f853d937e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8cc293f853d937e","status":"passed","time":{"start":1707774827057,"stop":1707774827057,"duration":0}},{"uid":"1721a606cdf69979","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1721a606cdf69979","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"duration":1}},{"uid":"a963cad2c7811e6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a963cad2c7811e6b","status":"passed","time":{"start":1707769627289,"stop":1707769627289,"duration":0}},{"uid":"2f9efdb388a49aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2f9efdb388a49aa","status":"passed","time":{"start":1707759722027,"stop":1707759722028,"duration":1}},{"uid":"da22cd5c5f2c2a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/da22cd5c5f2c2a78","status":"passed","time":{"start":1707757416833,"stop":1707757416837,"duration":4}},{"uid":"662407666a72f38e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662407666a72f38e","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"88d0710a2fc10d18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/88d0710a2fc10d18","status":"passed","time":{"start":1707753464665,"stop":1707753464665,"duration":0}},{"uid":"f44081e2af865490","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f44081e2af865490","status":"passed","time":{"start":1707753192934,"stop":1707753192935,"duration":1}},{"uid":"9a7c5155e1e80996","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a7c5155e1e80996","status":"passed","time":{"start":1707750593504,"stop":1707750593504,"duration":0}},{"uid":"15a6513ca00d0a4c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15a6513ca00d0a4c","status":"passed","time":{"start":1707736510877,"stop":1707736510877,"duration":0}},{"uid":"bed2edc1ce440168","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bed2edc1ce440168","status":"passed","time":{"start":1707735692286,"stop":1707735692287,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fce14af4104d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fce14af4104d1cbd","status":"passed","time":{"start":1707777818742,"stop":1707777818742,"duration":0}},{"uid":"1324f2c8f45839a6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1324f2c8f45839a6","status":"passed","time":{"start":1707775095409,"stop":1707775095409,"duration":0}},{"uid":"ff1ac69a6351c12e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff1ac69a6351c12e","status":"passed","time":{"start":1707774915339,"stop":1707774915339,"duration":0}},{"uid":"a374300a3adf8c7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a374300a3adf8c7d","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"f153e01c8d7876d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f153e01c8d7876d1","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"cb33210429b65079","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb33210429b65079","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"e47b4e65e37841be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e47b4e65e37841be","status":"passed","time":{"start":1707757488460,"stop":1707757488461,"duration":1}},{"uid":"6d26223b15e1c130","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d26223b15e1c130","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"644a23032f443cdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/644a23032f443cdf","status":"passed","time":{"start":1707753533383,"stop":1707753533385,"duration":2}},{"uid":"e3881b4f317138f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3881b4f317138f6","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"7b3ed3ef60495a35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b3ed3ef60495a35","status":"passed","time":{"start":1707750661591,"stop":1707750661592,"duration":1}},{"uid":"5cff4d0a741780b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cff4d0a741780b1","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"22b53de1cc776b6c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22b53de1cc776b6c","status":"passed","time":{"start":1707735764683,"stop":1707735764683,"duration":0}}]},"4e2259b1e6c6b7257be2243625ade750:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bd90f53ab1cd671","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bd90f53ab1cd671","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c4b623aee19e16cb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4b623aee19e16cb","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"3635b9d138154e88","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3635b9d138154e88","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"b03861fd8e01009d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b03861fd8e01009d","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"9e30edd80e8991fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e30edd80e8991fc","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1}},{"uid":"609fe3ee3afa5f38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/609fe3ee3afa5f38","status":"passed","time":{"start":1707769642597,"stop":1707769642598,"duration":1}},{"uid":"5bce8f2869f22017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bce8f2869f22017","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"38882fc21ab21cb2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38882fc21ab21cb2","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"5afdea567fa3e9f6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5afdea567fa3e9f6","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"e24ae0960dbc1c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e24ae0960dbc1c8","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"7089a1b8dc5433f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7089a1b8dc5433f6","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"b5bad1f268519cb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5bad1f268519cb0","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"7829f46b0f8d4c2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7829f46b0f8d4c2d","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"c74c0894a9a29013","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c74c0894a9a29013","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b452f701fb7da89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b452f701fb7da89","status":"passed","time":{"start":1707778202494,"stop":1707778202495,"duration":1}},{"uid":"82762c2e35e92a3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82762c2e35e92a3c","status":"passed","time":{"start":1707775486630,"stop":1707775486631,"duration":1}},{"uid":"2cfb17de632a8dc6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cfb17de632a8dc6","status":"passed","time":{"start":1707775300138,"stop":1707775300138,"duration":0}},{"uid":"c00bc31a2c1c03e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c00bc31a2c1c03e8","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"duration":1}},{"uid":"64e6b2a4e8fae47e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/64e6b2a4e8fae47e","status":"passed","time":{"start":1707770051395,"stop":1707770051396,"duration":1}},{"uid":"13b643ae8beb13cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13b643ae8beb13cb","status":"passed","time":{"start":1707760174023,"stop":1707760174024,"duration":1}},{"uid":"9e3c0a5564bb85e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e3c0a5564bb85e7","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"67b1a8cf5e001ba9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/67b1a8cf5e001ba9","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"b16417348c13f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b16417348c13f14","status":"passed","time":{"start":1707753870450,"stop":1707753870453,"duration":3}},{"uid":"26e24a01f89f03c4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e24a01f89f03c4","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"efa019340268fae6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efa019340268fae6","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"980bf51a5b1ab3ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/980bf51a5b1ab3ce","status":"passed","time":{"start":1707736947848,"stop":1707736947848,"duration":0}},{"uid":"9906dc25af40bed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906dc25af40bed","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ac86009c56a54938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac86009c56a54938","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"223733cedffab2c3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/223733cedffab2c3","status":"passed","time":{"start":1707775602023,"stop":1707775602024,"duration":1}},{"uid":"7d4ecc95dd073ca1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7d4ecc95dd073ca1","status":"passed","time":{"start":1707775390233,"stop":1707775390234,"duration":1}},{"uid":"d1bc690210e8802f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bc690210e8802f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"9297e6bc0e1b3a3d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9297e6bc0e1b3a3d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"d63fc81f4741f4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d63fc81f4741f4e0","status":"passed","time":{"start":1707758006712,"stop":1707758006712,"duration":0}},{"uid":"dd5d87abbf16621a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dd5d87abbf16621a","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"edcb304729d0cef0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/edcb304729d0cef0","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"ce5ae40921290578","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce5ae40921290578","status":"passed","time":{"start":1707753782759,"stop":1707753782759,"duration":0}},{"uid":"1be9ec53bbe7429e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1be9ec53bbe7429e","status":"passed","time":{"start":1707751162314,"stop":1707751162315,"duration":1}},{"uid":"2aefba83d566c799","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2aefba83d566c799","status":"passed","time":{"start":1707737091329,"stop":1707737091330,"duration":1}},{"uid":"e971629a807995f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e971629a807995f1","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e5834bb9cbed6bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e5834bb9cbed6bf","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"160482ae4f164668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/160482ae4f164668","status":"passed","time":{"start":1707775031075,"stop":1707775031076,"duration":1}},{"uid":"facc70dbd284cd47","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/facc70dbd284cd47","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"5edfcea4b505ecca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5edfcea4b505ecca","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0}},{"uid":"d571cfc9eb30af53","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d571cfc9eb30af53","status":"passed","time":{"start":1707769633035,"stop":1707769633035,"duration":0}},{"uid":"d6a0bee659e9b43e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d6a0bee659e9b43e","status":"passed","time":{"start":1707759727747,"stop":1707759727748,"duration":1}},{"uid":"f4fecc90926d09af","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4fecc90926d09af","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"79ec972f031eedef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ec972f031eedef","status":"passed","time":{"start":1707756052098,"stop":1707756052098,"duration":0}},{"uid":"49e8c2e709428c9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49e8c2e709428c9e","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"684cb6226ce01ca1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/684cb6226ce01ca1","status":"passed","time":{"start":1707753198732,"stop":1707753198733,"duration":1}},{"uid":"a423dc0004f6d8d5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a423dc0004f6d8d5","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"3df54d42449634a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3df54d42449634a4","status":"passed","time":{"start":1707736516624,"stop":1707736516625,"duration":1}},{"uid":"e85a7a7a06388434","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85a7a7a06388434","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c45e3c03ffcd5302","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c45e3c03ffcd5302","status":"passed","time":{"start":1707778002163,"stop":1707778002164,"duration":1}},{"uid":"d71a626b0c208f84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d71a626b0c208f84","status":"passed","time":{"start":1707775288507,"stop":1707775288507,"duration":0}},{"uid":"165c354a8cf8b80a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/165c354a8cf8b80a","status":"passed","time":{"start":1707775094101,"stop":1707775094101,"duration":0}},{"uid":"f575fd0be28434be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f575fd0be28434be","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"duration":1}},{"uid":"113c53fa4cbcd911","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/113c53fa4cbcd911","status":"passed","time":{"start":1707769883620,"stop":1707769883624,"duration":4}},{"uid":"1c0d1e4f4f298c1e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1c0d1e4f4f298c1e","status":"passed","time":{"start":1707759985510,"stop":1707759985510,"duration":0}},{"uid":"c0e32c85348e7591","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0e32c85348e7591","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"e0d93036c912b8a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e0d93036c912b8a9","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"36a0c6a462970381","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36a0c6a462970381","status":"passed","time":{"start":1707753735500,"stop":1707753735500,"duration":0}},{"uid":"6f80141864336c31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f80141864336c31","status":"passed","time":{"start":1707753472967,"stop":1707753472967,"duration":0}},{"uid":"e66c2f3eeb2cb998","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e66c2f3eeb2cb998","status":"passed","time":{"start":1707750845158,"stop":1707750845159,"duration":1}},{"uid":"374cfeeea74d0fe8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/374cfeeea74d0fe8","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"8b87bd07ba9be00e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b87bd07ba9be00e","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f5bfdc005c92939e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f5bfdc005c92939e","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"834a7d2ad8c7bc1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/834a7d2ad8c7bc1a","status":"passed","time":{"start":1707775685030,"stop":1707775685031,"duration":1}},{"uid":"b947bbc5f0ad466c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b947bbc5f0ad466c","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"b8b057837ca6332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8b057837ca6332","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"duration":0}},{"uid":"ced3d4c42b7b861a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ced3d4c42b7b861a","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"c38b91176f15f1fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c38b91176f15f1fd","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"a0a04ec7a2d534e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0a04ec7a2d534e5","status":"passed","time":{"start":1707758004330,"stop":1707758004331,"duration":1}},{"uid":"adf2e44305444cf4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf2e44305444cf4","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"48a3b1cde7b8512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48a3b1cde7b8512","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"adbc1e394a4d7e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/adbc1e394a4d7e94","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ae3daac8278e53d8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3daac8278e53d8","status":"passed","time":{"start":1707751228964,"stop":1707751228965,"duration":1}},{"uid":"54a2e44bc74974e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/54a2e44bc74974e5","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"289475ea00130e0b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/289475ea00130e0b","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e0954081dcd286fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0954081dcd286fd","status":"passed","time":{"start":1707778338832,"stop":1707778338833,"duration":1}},{"uid":"31fc0adb436fe8e5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31fc0adb436fe8e5","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"8bb3d9cdcef3f4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bb3d9cdcef3f4c5","status":"passed","time":{"start":1707775390221,"stop":1707775390221,"duration":0}},{"uid":"74581c87fd2a52b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74581c87fd2a52b7","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1}},{"uid":"de48ec24ab3f9b58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de48ec24ab3f9b58","status":"passed","time":{"start":1707760301800,"stop":1707760301801,"duration":1}},{"uid":"27085f0531ff1381","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27085f0531ff1381","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"1b6a434ef35084b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b6a434ef35084b6","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"7f85c1e8f70b8000","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f85c1e8f70b8000","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"43895355fcd98ce5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43895355fcd98ce5","status":"passed","time":{"start":1707753782731,"stop":1707753782731,"duration":0}},{"uid":"bf691af55e6cc6f7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf691af55e6cc6f7","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"70f61962e8d6dd8a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f61962e8d6dd8a","status":"passed","time":{"start":1707737091296,"stop":1707737091297,"duration":1}},{"uid":"d748cff24ff07968","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d748cff24ff07968","status":"passed","time":{"start":1707736260117,"stop":1707736260117,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"1c4eef734e52576f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c4eef734e52576f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"9412672e7bf1a24d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9412672e7bf1a24d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"9417adbf4391dc03","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9417adbf4391dc03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"f7533677d54c1164","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7533677d54c1164","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"170be42c1dcd1dc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/170be42c1dcd1dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"a2046eee6893d1a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2046eee6893d1a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374673,"stop":1707760374674,"duration":1}},{"uid":"cfde3ed5e59ed0ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfde3ed5e59ed0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004302,"stop":1707758004302,"duration":0}},{"uid":"b25270a736a3ed2e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25270a736a3ed2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"46f1538a530aab34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46f1538a530aab34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"963614ca5037dc6b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963614ca5037dc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7338df36fd3dd100","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7338df36fd3dd100","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"dd55ef64090fb8a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd55ef64090fb8a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"593fb7b63009ba67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/593fb7b63009ba67","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c4209090a251d213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4209090a251d213","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"79c4959559c392a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79c4959559c392a1","status":"passed","time":{"start":1707775258455,"stop":1707775258456,"duration":1}},{"uid":"2e13d602dce68f81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e13d602dce68f81","status":"passed","time":{"start":1707775082016,"stop":1707775082017,"duration":1}},{"uid":"267b64284ccfeb1b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267b64284ccfeb1b","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"duration":1}},{"uid":"271d3dae9f49ab07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/271d3dae9f49ab07","status":"passed","time":{"start":1707769841899,"stop":1707769841899,"duration":0}},{"uid":"5a615ea6ecaf7141","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a615ea6ecaf7141","status":"passed","time":{"start":1707759921453,"stop":1707759921454,"duration":1}},{"uid":"e7cc771d67330efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7cc771d67330efa","status":"passed","time":{"start":1707757624875,"stop":1707757624876,"duration":1}},{"uid":"43d2bbd112690ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43d2bbd112690ac","status":"passed","time":{"start":1707756261764,"stop":1707756261765,"duration":1}},{"uid":"851acfe2661de4e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/851acfe2661de4e7","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"2354894af4819e37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2354894af4819e37","status":"passed","time":{"start":1707753409584,"stop":1707753409585,"duration":1}},{"uid":"d1732c46af6569de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d1732c46af6569de","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"8873cd676409560d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8873cd676409560d","status":"passed","time":{"start":1707736708328,"stop":1707736708328,"duration":0}},{"uid":"9c0c61dd2d287a9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0c61dd2d287a9e","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"29f03f8bea1d4600","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29f03f8bea1d4600","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"81c8d6e10533b11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/81c8d6e10533b11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"42d1bef8d510471e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42d1bef8d510471e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205635,"stop":1707775205635,"duration":0}},{"uid":"4174a08dbaf298e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4174a08dbaf298e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131710,"duration":1}},{"uid":"18932d28edb40b66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18932d28edb40b66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983284,"stop":1707769983285,"duration":1}},{"uid":"7706b1cbdc93be76","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7706b1cbdc93be76","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"ad35d97658e23a23","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad35d97658e23a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3212cf5770b462a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3212cf5770b462a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b7e87d25f801b5e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7e87d25f801b5e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"7f7ba8ec29965ea5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7ba8ec29965ea5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"265cff780f316c56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/265cff780f316c56","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"7c1bdc87da773e93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c1bdc87da773e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"bd1c133a7f8b9f58","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd1c133a7f8b9f58","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a50a6a0b0525e766","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a50a6a0b0525e766","status":"passed","time":{"start":1707777973005,"stop":1707777973006,"duration":1}},{"uid":"b3727a72a321e8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3727a72a321e8f8","status":"passed","time":{"start":1707775244534,"stop":1707775244534,"duration":0}},{"uid":"3bab6b071d991a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bab6b071d991a7","status":"passed","time":{"start":1707775050823,"stop":1707775050824,"duration":1}},{"uid":"c36c614f431a915c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c36c614f431a915c","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"66c75c3615d8b6a3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c75c3615d8b6a3","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"5dc9c50b018016db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5dc9c50b018016db","status":"passed","time":{"start":1707759965210,"stop":1707759965211,"duration":1}},{"uid":"61bb20bf2b52eee4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61bb20bf2b52eee4","status":"passed","time":{"start":1707757644395,"stop":1707757644396,"duration":1}},{"uid":"2cd149d49d45131d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2cd149d49d45131d","status":"passed","time":{"start":1707756267917,"stop":1707756267918,"duration":1}},{"uid":"66a2439bfa352b28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/66a2439bfa352b28","status":"passed","time":{"start":1707753668083,"stop":1707753668084,"duration":1}},{"uid":"767cd4742655aa2e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/767cd4742655aa2e","status":"passed","time":{"start":1707753423543,"stop":1707753423543,"duration":0}},{"uid":"4a38b756d29c2519","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a38b756d29c2519","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"cedc1b84e3727e7c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cedc1b84e3727e7c","status":"passed","time":{"start":1707736730658,"stop":1707736730661,"duration":3}},{"uid":"fabf037e9aed9c6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fabf037e9aed9c6f","status":"passed","time":{"start":1707735912133,"stop":1707735912133,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"91725d26fd5c65d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91725d26fd5c65d3","status":"passed","time":{"start":1707778202475,"stop":1707778202475,"duration":0}},{"uid":"f0e79f549f3dd052","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f0e79f549f3dd052","status":"passed","time":{"start":1707775486614,"stop":1707775486615,"duration":1}},{"uid":"2bac6304e260f35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2bac6304e260f35","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"4cfc68a37438912a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cfc68a37438912a","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1}},{"uid":"adc6fb70af60e331","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adc6fb70af60e331","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"e7ab089a54c4cf0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7ab089a54c4cf0f","status":"passed","time":{"start":1707760174009,"stop":1707760174011,"duration":2}},{"uid":"a2e0e8081f5cdaab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a2e0e8081f5cdaab","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"6b2ca4a6c600cfcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b2ca4a6c600cfcd","status":"passed","time":{"start":1707756499899,"stop":1707756499900,"duration":1}},{"uid":"155744b5acfb31c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/155744b5acfb31c","status":"passed","time":{"start":1707753870425,"stop":1707753870426,"duration":1}},{"uid":"9ac9e504e5f43263","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ac9e504e5f43263","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"86bb21771c2f808d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86bb21771c2f808d","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"a4bc4c493df9e10d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4bc4c493df9e10d","status":"passed","time":{"start":1707736947840,"stop":1707736947840,"duration":0}},{"uid":"ce3a2d305f3778b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce3a2d305f3778b5","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9370d309d39c8f49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9370d309d39c8f49","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"98a24b839a889a54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98a24b839a889a54","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"af49ba9e32c91e8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af49ba9e32c91e8f","status":"passed","time":{"start":1707775494289,"stop":1707775494290,"duration":1}},{"uid":"69c25ed851dc6440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69c25ed851dc6440","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"duration":1}},{"uid":"4da3e5c1ef704960","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4da3e5c1ef704960","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"4fdfd53fa32d4ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4fdfd53fa32d4ac9","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"fbfddbe55473a8b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbfddbe55473a8b5","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"ab2a64b4b144f780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab2a64b4b144f780","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"bc51395405609fdb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc51395405609fdb","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d54669d9a780abfa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d54669d9a780abfa","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"f4ff8a0e03fa8101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4ff8a0e03fa8101","status":"passed","time":{"start":1707737173828,"stop":1707737173829,"duration":1}},{"uid":"2457c6e00a7c42db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2457c6e00a7c42db","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bf9ef8e4842a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5bf9ef8e4842a92b","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"d8babb5dba113f6e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d8babb5dba113f6e","status":"passed","time":{"start":1707775074352,"stop":1707775074353,"duration":1}},{"uid":"a687fa5850e927e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a687fa5850e927e8","status":"passed","time":{"start":1707774894885,"stop":1707774894886,"duration":1}},{"uid":"f0a120a12627105e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f0a120a12627105e","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"817f3bae168fce33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/817f3bae168fce33","status":"passed","time":{"start":1707769675177,"stop":1707769675177,"duration":0}},{"uid":"d861099c7e74e532","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d861099c7e74e532","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"32e20d49563d6b43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32e20d49563d6b43","status":"passed","time":{"start":1707757465316,"stop":1707757465316,"duration":0}},{"uid":"5e8077c7e89c1d95","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e8077c7e89c1d95","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"4758fb9c74c8e536","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4758fb9c74c8e536","status":"passed","time":{"start":1707753515349,"stop":1707753515350,"duration":1}},{"uid":"289b3aff38d171c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289b3aff38d171c1","status":"passed","time":{"start":1707753244109,"stop":1707753244110,"duration":1}},{"uid":"3d7a258209e28d1b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d7a258209e28d1b","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"32c12506e204ee3d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c12506e204ee3d","status":"passed","time":{"start":1707736558943,"stop":1707736558943,"duration":0}},{"uid":"1efb865794ff833a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1efb865794ff833a","status":"passed","time":{"start":1707735741832,"stop":1707735741832,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":0,"unknown":0,"total":2},"items":[{"uid":"dd64ba61e21d9237","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd64ba61e21d9237","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707770144574,"stop":1707770144575,"duration":1}},{"uid":"93437e2272fa0b92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/93437e2272fa0b92","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707769985453,"stop":1707769985453,"duration":0}}]},"68ccb6ed8de6ca97517193a073105da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28f9ef75b0dcdcfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28f9ef75b0dcdcfb","status":"passed","time":{"start":1707757873931,"stop":1707757873932,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"907267ad326a3a5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/907267ad326a3a5","status":"passed","time":{"start":1707777764428,"stop":1707777764429,"duration":1}},{"uid":"3e5f877802a0158a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e5f877802a0158a","status":"passed","time":{"start":1707775040576,"stop":1707775040576,"duration":0}},{"uid":"8e6fca51b7188562","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e6fca51b7188562","status":"passed","time":{"start":1707774842470,"stop":1707774842470,"duration":0}},{"uid":"8e17697b7bf20c6a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e17697b7bf20c6a","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"cd692fb90ecd5b35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd692fb90ecd5b35","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"4a8af5914101f4d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a8af5914101f4d8","status":"passed","time":{"start":1707759737375,"stop":1707759737375,"duration":0}},{"uid":"260f3c247d4b2b33","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/260f3c247d4b2b33","status":"passed","time":{"start":1707757432390,"stop":1707757432390,"duration":0}},{"uid":"3cc64d5fe280c1b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cc64d5fe280c1b9","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"4ef767ff834180d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ef767ff834180d0","status":"passed","time":{"start":1707753479971,"stop":1707753479972,"duration":1}},{"uid":"413c5288c583edf0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/413c5288c583edf0","status":"passed","time":{"start":1707753208670,"stop":1707753208670,"duration":0}},{"uid":"d038deacc1edd350","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d038deacc1edd350","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"ac5732671c684230","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac5732671c684230","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"127876a7b22ed142","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/127876a7b22ed142","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"f9a3188f9e1f513e428e72914a538d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bce4b47b7d748837","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bce4b47b7d748837","status":"passed","time":{"start":1707760174031,"stop":1707760174032,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ee92a8004c9bec41","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ee92a8004c9bec41","status":"passed","time":{"start":1707778202501,"stop":1707778202502,"duration":1}},{"uid":"9005547878cd008f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9005547878cd008f","status":"passed","time":{"start":1707775486638,"stop":1707775486638,"duration":0}},{"uid":"87286c4591c9d5d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87286c4591c9d5d2","status":"passed","time":{"start":1707775300141,"stop":1707775300141,"duration":0}},{"uid":"8e40072116322214","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e40072116322214","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8}},{"uid":"d3f1b181d22bf9f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3f1b181d22bf9f6","status":"passed","time":{"start":1707770051400,"stop":1707770051400,"duration":0}},{"uid":"b3831da4c59fc244","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3831da4c59fc244","status":"passed","time":{"start":1707760174028,"stop":1707760174029,"duration":1}},{"uid":"218ec4cbb2d99473","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/218ec4cbb2d99473","status":"passed","time":{"start":1707757873929,"stop":1707757873930,"duration":1}},{"uid":"e539f1d258e880df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e539f1d258e880df","status":"passed","time":{"start":1707756499913,"stop":1707756499919,"duration":6}},{"uid":"96a71a93b4a6ac1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/96a71a93b4a6ac1b","status":"passed","time":{"start":1707753870469,"stop":1707753870469,"duration":0}},{"uid":"f02bfeac7c4cb505","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f02bfeac7c4cb505","status":"passed","time":{"start":1707753647523,"stop":1707753647524,"duration":1}},{"uid":"4167391acfa31e95","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4167391acfa31e95","status":"passed","time":{"start":1707751019573,"stop":1707751019574,"duration":1}},{"uid":"e9bc3402ebeb08e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9bc3402ebeb08e7","status":"passed","time":{"start":1707736947853,"stop":1707736947855,"duration":2}},{"uid":"57f4239d1495125c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57f4239d1495125c","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a47b0d797c94bf43","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a47b0d797c94bf43","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"cc99732681917584","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc99732681917584","status":"passed","time":{"start":1707775031076,"stop":1707775031076,"duration":0}},{"uid":"a1da12bf80be83e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1da12bf80be83e2","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"98f303af88bcc3e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98f303af88bcc3e6","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1}},{"uid":"3f2280e7ea6e5c8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f2280e7ea6e5c8f","status":"passed","time":{"start":1707769633035,"stop":1707769633036,"duration":1}},{"uid":"dc34bcead50c4278","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dc34bcead50c4278","status":"passed","time":{"start":1707759727748,"stop":1707759727748,"duration":0}},{"uid":"c31a261832321bdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c31a261832321bdc","status":"passed","time":{"start":1707757422580,"stop":1707757422580,"duration":0}},{"uid":"7009775aec90a565","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7009775aec90a565","status":"passed","time":{"start":1707756052098,"stop":1707756052099,"duration":1}},{"uid":"b1b5f2a5b1a49a53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b1b5f2a5b1a49a53","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"2638cf139ff5ab4b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2638cf139ff5ab4b","status":"passed","time":{"start":1707753198733,"stop":1707753198733,"duration":0}},{"uid":"9b41ab726e13c5a0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9b41ab726e13c5a0","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"e4670c170f975f27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4670c170f975f27","status":"passed","time":{"start":1707736516625,"stop":1707736516625,"duration":0}},{"uid":"110c6be4a0a86e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/110c6be4a0a86e4e","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"3ea134a4b30b733a5c221f05720df205:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"473827a15ec07948","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473827a15ec07948","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}}]},"cc94a312582133ea9531f3dc8d4c77e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b39520ce52a06821","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b39520ce52a06821","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1707751143421,"stop":1707751143421,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c1526dee5f0d95d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c1526dee5f0d95d","status":"passed","time":{"start":1707778338844,"stop":1707778338844,"duration":0}},{"uid":"6dc4c08978970761","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc4c08978970761","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"87b8c24fcffd65ae","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87b8c24fcffd65ae","status":"passed","time":{"start":1707775390232,"stop":1707775390232,"duration":0}},{"uid":"96cf2fc15d09eb11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96cf2fc15d09eb11","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"af464b9bfdc0d388","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af464b9bfdc0d388","status":"passed","time":{"start":1707760301813,"stop":1707760301815,"duration":2}},{"uid":"3e322ccfda7f04d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e322ccfda7f04d4","status":"passed","time":{"start":1707758006710,"stop":1707758006711,"duration":1}},{"uid":"1aafdeb0c303ec35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1aafdeb0c303ec35","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"ddadda5d07d8f73f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddadda5d07d8f73f","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"ec102413a3d70223","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec102413a3d70223","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"dc1dfc2a7d760adf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc1dfc2a7d760adf","status":"passed","time":{"start":1707751162313,"stop":1707751162314,"duration":1}},{"uid":"c3448afd893517fe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3448afd893517fe","status":"passed","time":{"start":1707737091322,"stop":1707737091322,"duration":0}},{"uid":"19c9f0689010632e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19c9f0689010632e","status":"passed","time":{"start":1707736260132,"stop":1707736260133,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1d2264c67d6db659","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d2264c67d6db659","status":"passed","time":{"start":1707778338842,"stop":1707778338842,"duration":0}},{"uid":"5fbb7f84b42ae07b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fbb7f84b42ae07b","status":"passed","time":{"start":1707775602020,"stop":1707775602021,"duration":1}},{"uid":"293205cfd2c5a4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/293205cfd2c5a4f","status":"passed","time":{"start":1707775390231,"stop":1707775390231,"duration":0}},{"uid":"888a9bdd3fbb199f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/888a9bdd3fbb199f","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"duration":0}},{"uid":"6d69a02b86eec2d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d69a02b86eec2d8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a00b285f97f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a00b285f97f0","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"3b530ac1583db3d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b530ac1583db3d2","status":"passed","time":{"start":1707756617040,"stop":1707756617041,"duration":1}},{"uid":"370a3bacf857148e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/370a3bacf857148e","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"91ceedaa79736469","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91ceedaa79736469","status":"passed","time":{"start":1707753782756,"stop":1707753782757,"duration":1}},{"uid":"15a29201127092ad","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/15a29201127092ad","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"c1aff14e2e1a68e9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1aff14e2e1a68e9","status":"passed","time":{"start":1707737091310,"stop":1707737091310,"duration":0}},{"uid":"457b8dc9b6143dc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/457b8dc9b6143dc9","status":"passed","time":{"start":1707736260131,"stop":1707736260132,"duration":1}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"172c2f350df24d25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/172c2f350df24d25","status":"passed","time":{"start":1707777977675,"stop":1707777977675,"duration":0}},{"uid":"519aa41881349a55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/519aa41881349a55","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"cfe4bf46a1a66cc7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cfe4bf46a1a66cc7","status":"passed","time":{"start":1707775082036,"stop":1707775082036,"duration":0}},{"uid":"c90d387f9d25e45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c90d387f9d25e45","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0}},{"uid":"9faf7e334eb1a2cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9faf7e334eb1a2cb","status":"passed","time":{"start":1707769841912,"stop":1707769841912,"duration":0}},{"uid":"4c9c25bcc92d1855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9c25bcc92d1855","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"1909c4dc6997e311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1909c4dc6997e311","status":"passed","time":{"start":1707757624892,"stop":1707757624892,"duration":0}},{"uid":"9592a48480112d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9592a48480112d27","status":"passed","time":{"start":1707756261845,"stop":1707756261846,"duration":1}},{"uid":"b8d3728ea88b3f45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8d3728ea88b3f45","status":"passed","time":{"start":1707753651192,"stop":1707753651192,"duration":0}},{"uid":"868642a0af5e16fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/868642a0af5e16fa","status":"passed","time":{"start":1707753409610,"stop":1707753409610,"duration":0}},{"uid":"e9621676d4e35e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e9621676d4e35e35","status":"passed","time":{"start":1707750722060,"stop":1707750722060,"duration":0}},{"uid":"cf9d034dd61ee12d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf9d034dd61ee12d","status":"passed","time":{"start":1707736708339,"stop":1707736708340,"duration":1}},{"uid":"3699aee15bd52aef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3699aee15bd52aef","status":"passed","time":{"start":1707735914400,"stop":1707735914400,"duration":0}}]},"a027e9ce3287d76d72be9a7aee3de67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbe002f6e4600a0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cbe002f6e4600a0","status":"passed","time":{"start":1707778338838,"stop":1707778338838,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"49a5a826d780b868","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49a5a826d780b868","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"84acb87bffcb9acc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/84acb87bffcb9acc","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"73ed98b3af8cb059","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ed98b3af8cb059","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"553aed222fb9da71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/553aed222fb9da71","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"duration":0}},{"uid":"d19d49137ed7d3c8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19d49137ed7d3c8","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"20d5f02bce5ba0a6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/20d5f02bce5ba0a6","status":"passed","time":{"start":1707760374687,"stop":1707760374688,"duration":1}},{"uid":"25b5c69dc4948c91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25b5c69dc4948c91","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"3ab7bdf0871dca96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ab7bdf0871dca96","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"555480c3b6da22dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/555480c3b6da22dd","status":"passed","time":{"start":1707753877936,"stop":1707753877937,"duration":1}},{"uid":"2e665d797372c318","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e665d797372c318","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"26ce0942ac03d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26ce0942ac03d0","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"36cc9aa81057a1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/36cc9aa81057a1d","status":"passed","time":{"start":1707736353048,"stop":1707736353049,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2235ca4319d9c245","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2235ca4319d9c245","status":"passed","time":{"start":1707778202498,"stop":1707778202499,"duration":1}},{"uid":"c9fd91cfa464eed1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c9fd91cfa464eed1","status":"passed","time":{"start":1707775486632,"stop":1707775486633,"duration":1}},{"uid":"1f04bc22e5e5f20b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f04bc22e5e5f20b","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"284f5e70361774bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/284f5e70361774bd","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2}},{"uid":"aadd345f980320b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadd345f980320b6","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"6b7baa9e6b4ce768","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7baa9e6b4ce768","status":"passed","time":{"start":1707760174025,"stop":1707760174025,"duration":0}},{"uid":"5d4cc7df5cfeb15c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d4cc7df5cfeb15c","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"c3c0e13ccf4ee6f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3c0e13ccf4ee6f0","status":"passed","time":{"start":1707756499907,"stop":1707756499907,"duration":0}},{"uid":"ef9f798fadad381d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef9f798fadad381d","status":"passed","time":{"start":1707753870458,"stop":1707753870458,"duration":0}},{"uid":"4d8730dc9ad7a342","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d8730dc9ad7a342","status":"passed","time":{"start":1707753647512,"stop":1707753647513,"duration":1}},{"uid":"e86927e2f511bf7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86927e2f511bf7a","status":"passed","time":{"start":1707751019571,"stop":1707751019572,"duration":1}},{"uid":"768ee29a064bc01","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/768ee29a064bc01","status":"passed","time":{"start":1707736947850,"stop":1707736947851,"duration":1}},{"uid":"7c4fbd0b8b2e8026","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c4fbd0b8b2e8026","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb68317e8b9ccc87","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb68317e8b9ccc87","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"360dc7da58e07333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/360dc7da58e07333","status":"passed","time":{"start":1707775545729,"stop":1707775545746,"duration":17}},{"uid":"22c7a004c4963260","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/22c7a004c4963260","status":"passed","time":{"start":1707775359953,"stop":1707775359954,"duration":1}},{"uid":"306bb235f23f130b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/306bb235f23f130b","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ae035284012d7eff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ae035284012d7eff","status":"passed","time":{"start":1707770099497,"stop":1707770099498,"duration":1}},{"uid":"d4e8384fbeea03fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d4e8384fbeea03fd","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"5d46ff06ec46dfea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d46ff06ec46dfea","status":"passed","time":{"start":1707757936357,"stop":1707757936358,"duration":1}},{"uid":"c6f89e0cf1618fee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6f89e0cf1618fee","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"4fe48de004a8262d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fe48de004a8262d","status":"passed","time":{"start":1707753906983,"stop":1707753906983,"duration":0}},{"uid":"f03239021c8f65d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f03239021c8f65d2","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"c28148d58900e563","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c28148d58900e563","status":"passed","time":{"start":1707751082965,"stop":1707751082966,"duration":1}},{"uid":"d9232aa61da5c3e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9232aa61da5c3e7","status":"passed","time":{"start":1707736996442,"stop":1707736996443,"duration":1}},{"uid":"cc0a82c506956aec","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc0a82c506956aec","status":"passed","time":{"start":1707736227461,"stop":1707736227462,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"73973562b444ff3f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/73973562b444ff3f","status":"passed","time":{"start":1707778386479,"stop":1707778386480,"duration":1}},{"uid":"415c99526b62b718","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/415c99526b62b718","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"198d1c08bf68669","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/198d1c08bf68669","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"f22657899405d2a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f22657899405d2a9","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2}},{"uid":"d0b10be0be0a48fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b10be0be0a48fa","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"58f45258422a25c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58f45258422a25c3","status":"passed","time":{"start":1707760335946,"stop":1707760335946,"duration":0}},{"uid":"516f3ce0657261b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/516f3ce0657261b2","status":"passed","time":{"start":1707758023531,"stop":1707758023532,"duration":1}},{"uid":"1a3bcb62c02cbdac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a3bcb62c02cbdac","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"37989acd3fc5f28d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37989acd3fc5f28d","status":"passed","time":{"start":1707753837166,"stop":1707753837167,"duration":1}},{"uid":"ae3539026ae2047b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3539026ae2047b","status":"passed","time":{"start":1707751136291,"stop":1707751136306,"duration":15}},{"uid":"f6e64cf03b856872","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f6e64cf03b856872","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"61180d1a547635e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/61180d1a547635e6","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"e6455696ed5e861bd3a3cdb0a9e1f0a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89bcc2edc6bf4be7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89bcc2edc6bf4be7","status":"passed","time":{"start":1707750953981,"stop":1707750953982,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"399ae5a79eddf4c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/399ae5a79eddf4c5","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"69af0641c3726045","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69af0641c3726045","status":"passed","time":{"start":1707775685023,"stop":1707775685024,"duration":1}},{"uid":"7fe64fcc3cd9355","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fe64fcc3cd9355","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"83cfbba707298793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/83cfbba707298793","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"66c117f11ab7f10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c117f11ab7f10","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"b90847af0d3a439b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b90847af0d3a439b","status":"passed","time":{"start":1707760374676,"stop":1707760374677,"duration":1}},{"uid":"666703aa002378e2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/666703aa002378e2","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"7172d256e2b76851","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7172d256e2b76851","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"9518ea6588530f5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9518ea6588530f5d","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"a12a41f27c0000ba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a12a41f27c0000ba","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"629993c039d669a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/629993c039d669a","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bb8a9cff05345a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb8a9cff05345a4","status":"passed","time":{"start":1707737173816,"stop":1707737173817,"duration":1}},{"uid":"f07058c0a2966531","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f07058c0a2966531","status":"passed","time":{"start":1707736353035,"stop":1707736353036,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"501fe92735668d44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/501fe92735668d44","status":"passed","time":{"start":1707778270357,"stop":1707778270357,"duration":0}},{"uid":"abdf2798baa58cea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abdf2798baa58cea","status":"passed","time":{"start":1707775545727,"stop":1707775545728,"duration":1}},{"uid":"412c0554d5f99937","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/412c0554d5f99937","status":"passed","time":{"start":1707775359950,"stop":1707775359951,"duration":1}},{"uid":"377dea4ba7260dee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/377dea4ba7260dee","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"2e3ab779d8b34bce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2e3ab779d8b34bce","status":"passed","time":{"start":1707770099494,"stop":1707770099494,"duration":0}},{"uid":"5e49c0c5e70b6a60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e49c0c5e70b6a60","status":"passed","time":{"start":1707760242011,"stop":1707760242011,"duration":0}},{"uid":"564f1f3f29f88506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/564f1f3f29f88506","status":"passed","time":{"start":1707757936347,"stop":1707757936348,"duration":1}},{"uid":"65b7de18c03b61dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65b7de18c03b61dd","status":"passed","time":{"start":1707756564909,"stop":1707756564912,"duration":3}},{"uid":"eef25b39087f07a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef25b39087f07a0","status":"passed","time":{"start":1707753906980,"stop":1707753906981,"duration":1}},{"uid":"af12d5e69137aff4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af12d5e69137aff4","status":"passed","time":{"start":1707753724175,"stop":1707753724175,"duration":0}},{"uid":"d01cabf6e074a3fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d01cabf6e074a3fa","status":"passed","time":{"start":1707751082963,"stop":1707751082964,"duration":1}},{"uid":"a1a45af6ff22c011","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1a45af6ff22c011","status":"passed","time":{"start":1707736996441,"stop":1707736996441,"duration":0}},{"uid":"4c183fb6cf8d4e82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4c183fb6cf8d4e82","status":"passed","time":{"start":1707736227459,"stop":1707736227460,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6d400f4a3527e24","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6d400f4a3527e24","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}},{"uid":"de5357600a98cbd6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de5357600a98cbd6","status":"passed","time":{"start":1707775602037,"stop":1707775602038,"duration":1}},{"uid":"3f6d40bdd863c457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f6d40bdd863c457","status":"passed","time":{"start":1707775390248,"stop":1707775390249,"duration":1}},{"uid":"fd6b6ff315a3e4cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd6b6ff315a3e4cb","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0}},{"uid":"3e64df922505717b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64df922505717b","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"3dacf59a99a7870c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dacf59a99a7870c","status":"passed","time":{"start":1707760301825,"stop":1707760301826,"duration":1}},{"uid":"7c8008e2d8a25c2e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c8008e2d8a25c2e","status":"passed","time":{"start":1707758006722,"stop":1707758006722,"duration":0}},{"uid":"cf994488b6ed7e25","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf994488b6ed7e25","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}},{"uid":"120544ef1469f6de","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/120544ef1469f6de","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"82d84836af779aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/82d84836af779aff","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}},{"uid":"f8e568b5c3a521aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e568b5c3a521aa","status":"passed","time":{"start":1707751162322,"stop":1707751162323,"duration":1}},{"uid":"ba207d7fe5daa813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba207d7fe5daa813","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"ef155c251581a8d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef155c251581a8d1","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d0d9b5ea8018d88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d0d9b5ea8018d88","status":"passed","time":{"start":1707778370029,"stop":1707778370030,"duration":1}},{"uid":"a51ff2599bb9fdd2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a51ff2599bb9fdd2","status":"passed","time":{"start":1707775644358,"stop":1707775644359,"duration":1}},{"uid":"8570d1fe6e895f5e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8570d1fe6e895f5e","status":"passed","time":{"start":1707775439258,"stop":1707775439262,"duration":4}},{"uid":"e532d69e23ee3d04","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e532d69e23ee3d04","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"66dd77dde71805d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66dd77dde71805d4","status":"passed","time":{"start":1707770140538,"stop":1707770140538,"duration":0}},{"uid":"42e5e4f878303342","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42e5e4f878303342","status":"passed","time":{"start":1707760337684,"stop":1707760337685,"duration":1}},{"uid":"eec72242692e3067","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eec72242692e3067","status":"passed","time":{"start":1707758026470,"stop":1707758026470,"duration":0}},{"uid":"25fc1d11d10a6e56","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25fc1d11d10a6e56","status":"passed","time":{"start":1707756656801,"stop":1707756656802,"duration":1}},{"uid":"a44872d84663ab45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a44872d84663ab45","status":"passed","time":{"start":1707753960365,"stop":1707753960366,"duration":1}},{"uid":"980407155e037407","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/980407155e037407","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"4ae99b71dc73f16","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4ae99b71dc73f16","status":"passed","time":{"start":1707751157939,"stop":1707751157940,"duration":1}},{"uid":"8f0623739e9141c7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f0623739e9141c7","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"f898c9c03d16718f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f898c9c03d16718f","status":"passed","time":{"start":1707736314166,"stop":1707736314166,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a3e366274350c695","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e366274350c695","status":"passed","time":{"start":1707777977668,"stop":1707777977668,"duration":0}},{"uid":"df35730fd36dae3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df35730fd36dae3","status":"passed","time":{"start":1707775258458,"stop":1707775258459,"duration":1}},{"uid":"827810f7ae622e63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/827810f7ae622e63","status":"passed","time":{"start":1707775082021,"stop":1707775082021,"duration":0}},{"uid":"f2a0c66e0d5bb85a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2a0c66e0d5bb85a","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"duration":1}},{"uid":"59d8b2e6fd449946","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/59d8b2e6fd449946","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"5b543b744b56092","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b543b744b56092","status":"passed","time":{"start":1707759921457,"stop":1707759921457,"duration":0}},{"uid":"c3b16fb87b47a8ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c3b16fb87b47a8ab","status":"passed","time":{"start":1707757624879,"stop":1707757624879,"duration":0}},{"uid":"d9745d492cfcb75f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9745d492cfcb75f","status":"passed","time":{"start":1707756261777,"stop":1707756261789,"duration":12}},{"uid":"11306269f1b1949e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11306269f1b1949e","status":"passed","time":{"start":1707753651171,"stop":1707753651172,"duration":1}},{"uid":"f3eaf55c03c6232c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3eaf55c03c6232c","status":"passed","time":{"start":1707753409588,"stop":1707753409589,"duration":1}},{"uid":"666243f007cc99a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/666243f007cc99a3","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"69933920d44990b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69933920d44990b2","status":"passed","time":{"start":1707736708331,"stop":1707736708332,"duration":1}},{"uid":"fa0bb53930d4318f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa0bb53930d4318f","status":"passed","time":{"start":1707735914388,"stop":1707735914388,"duration":0}}]},"3644cf2ab2c6036dbfca5e2695b59e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64184a529804488","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64184a529804488","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70753b71387e9735","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70753b71387e9735","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"6c98b4d4f789ef0d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c98b4d4f789ef0d","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"849163960a191ccb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/849163960a191ccb","status":"passed","time":{"start":1707775494284,"stop":1707775494285,"duration":1}},{"uid":"b455a83b718d67c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b455a83b718d67c5","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"duration":1}},{"uid":"2f941aaa291f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f941aaa291f8b2b","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"a8331662a99852b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a8331662a99852b1","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"c0d7abd67515db84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0d7abd67515db84","status":"passed","time":{"start":1707758004334,"stop":1707758004335,"duration":1}},{"uid":"cf28ca892e8b02f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf28ca892e8b02f2","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"a4217d4a9ff3a3bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4217d4a9ff3a3bb","status":"passed","time":{"start":1707754051793,"stop":1707754051794,"duration":1}},{"uid":"1c78ef1a3d2ef429","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c78ef1a3d2ef429","status":"passed","time":{"start":1707753877933,"stop":1707753877934,"duration":1}},{"uid":"49bc1b53e0a110f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49bc1b53e0a110f5","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"3579713f11b79289","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3579713f11b79289","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"103c2f841467570e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/103c2f841467570e","status":"passed","time":{"start":1707736353045,"stop":1707736353046,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1f31ef90e41397e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f31ef90e41397e2","status":"passed","time":{"start":1707778202502,"stop":1707778202503,"duration":1}},{"uid":"d10909b684c2ae75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10909b684c2ae75","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}},{"uid":"99b1e1c4b811f38a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/99b1e1c4b811f38a","status":"passed","time":{"start":1707775300141,"stop":1707775300142,"duration":1}},{"uid":"19e935d1e81ff009","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19e935d1e81ff009","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0}},{"uid":"f55891f4b8471b89","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f55891f4b8471b89","status":"passed","time":{"start":1707770051400,"stop":1707770051401,"duration":1}},{"uid":"249e7ec1f5f147a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/249e7ec1f5f147a8","status":"passed","time":{"start":1707760174030,"stop":1707760174030,"duration":0}},{"uid":"f7d72115396f7f07","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7d72115396f7f07","status":"passed","time":{"start":1707757873930,"stop":1707757873931,"duration":1}},{"uid":"b34664dd9d64f18d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b34664dd9d64f18d","status":"passed","time":{"start":1707756499919,"stop":1707756499920,"duration":1}},{"uid":"f8fa12546c8d6492","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8fa12546c8d6492","status":"passed","time":{"start":1707753870469,"stop":1707753870470,"duration":1}},{"uid":"6ad26f884de79a74","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ad26f884de79a74","status":"passed","time":{"start":1707753647524,"stop":1707753647524,"duration":0}},{"uid":"2404fc7c302faf92","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2404fc7c302faf92","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}},{"uid":"956e6294360ff19f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/956e6294360ff19f","status":"passed","time":{"start":1707736947855,"stop":1707736947856,"duration":1}},{"uid":"bd87b2921dc3c2a2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd87b2921dc3c2a2","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"778d8f2d93958b7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/778d8f2d93958b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"9e84d9ee33c7d5b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9e84d9ee33c7d5b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685033,"stop":1707775685033,"duration":0}},{"uid":"4f2c7feb59634139","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f2c7feb59634139","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494283,"stop":1707775494283,"duration":0}},{"uid":"9c33f51acf880c35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c33f51acf880c35","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424184,"stop":1707770424185,"duration":1}},{"uid":"440fea619bd26874","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/440fea619bd26874","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"f33dadf00c173957","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f33dadf00c173957","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"8c6415432086d7df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c6415432086d7df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004333,"stop":1707758004334,"duration":1}},{"uid":"870b80b96cc6d257","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/870b80b96cc6d257","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690168,"stop":1707756690168,"duration":0}},{"uid":"c1386e23fb5335d4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1386e23fb5335d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051792,"stop":1707754051793,"duration":1}},{"uid":"8127882717d07a28","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8127882717d07a28","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877933,"duration":1}},{"uid":"91e19e246e39d848","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91e19e246e39d848","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"c5560aba84676d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5560aba84676d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"5cc4959e95e45234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5cc4959e95e45234","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353045,"duration":1}}]},"32852d7fe4e42e7aa10d64bebbd76943:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5a800e43106387b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a800e43106387b","status":"passed","time":{"start":1707753793191,"stop":1707753793192,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8a63a625bea2c734","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8a63a625bea2c734","status":"passed","time":{"start":1707778202465,"stop":1707778202465,"duration":0}},{"uid":"cb77288e83bc6420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb77288e83bc6420","status":"passed","time":{"start":1707775486610,"stop":1707775486611,"duration":1}},{"uid":"bdc292025058f92d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bdc292025058f92d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"64ad4566edf3b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64ad4566edf3b3","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"6c0a06525ea9f710","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6c0a06525ea9f710","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"5de92636bf5b0f62","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de92636bf5b0f62","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"2f233caf7fb7544e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2f233caf7fb7544e","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"901563a21e85970c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/901563a21e85970c","status":"passed","time":{"start":1707756499897,"stop":1707756499897,"duration":0}},{"uid":"f2f9c968c08ee088","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f2f9c968c08ee088","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"bc2ff16e557cdbe6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc2ff16e557cdbe6","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"c853cb973d1e1d35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c853cb973d1e1d35","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"b3e66071fc5a4855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3e66071fc5a4855","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"660b20aee85f75d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/660b20aee85f75d5","status":"passed","time":{"start":1707736152497,"stop":1707736152497,"duration":0}}]},"7cc93d943f21a50a89e1bd97a5c988f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ee4f890d81643d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59ee4f890d81643d","status":"passed","time":{"start":1707736322669,"stop":1707736322669,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"bf14adca4d0a2e1a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bf14adca4d0a2e1a","status":"passed","time":{"start":1707778386473,"stop":1707778386473,"duration":0}},{"uid":"10957465422b7039","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10957465422b7039","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"630e16a1e2e176ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/630e16a1e2e176ba","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"240e71e5552a62ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/240e71e5552a62ef","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1}},{"uid":"33437121ec39300","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33437121ec39300","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"568051d45e2b12cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/568051d45e2b12cb","status":"passed","time":{"start":1707760335939,"stop":1707760335939,"duration":0}},{"uid":"d6ec2e4999983368","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6ec2e4999983368","status":"passed","time":{"start":1707758023526,"stop":1707758023527,"duration":1}},{"uid":"516c23da6fcc8a45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/516c23da6fcc8a45","status":"passed","time":{"start":1707756663996,"stop":1707756663997,"duration":1}},{"uid":"8bc61d4cd0631a9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bc61d4cd0631a9b","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707753717351,"stop":1707753717351,"duration":0}},{"uid":"ffb1399d2efb071a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ffb1399d2efb071a","status":"passed","time":{"start":1707753837160,"stop":1707753837160,"duration":0}},{"uid":"4bb71edf1cfc1930","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bb71edf1cfc1930","status":"passed","time":{"start":1707751136278,"stop":1707751136278,"duration":0}},{"uid":"d2ece1d3960f80e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2ece1d3960f80e6","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"deb0513d2e93cd8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb0513d2e93cd8d","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82166c26908364a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82166c26908364a2","status":"passed","time":{"start":1707777749833,"stop":1707777749833,"duration":0}},{"uid":"976401d0c79e74cd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/976401d0c79e74cd","status":"passed","time":{"start":1707775026259,"stop":1707775026260,"duration":1}},{"uid":"1c3b813d1b08c814","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c3b813d1b08c814","status":"passed","time":{"start":1707774827845,"stop":1707774827845,"duration":0}},{"uid":"cbcd6eec7a240254","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbcd6eec7a240254","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"duration":1}},{"uid":"a5d889a19831c67c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5d889a19831c67c","status":"passed","time":{"start":1707769628074,"stop":1707769628075,"duration":1}},{"uid":"f3657bd024b5e49f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f3657bd024b5e49f","status":"passed","time":{"start":1707759722861,"stop":1707759722862,"duration":1}},{"uid":"f6802897ea72b351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f6802897ea72b351","status":"passed","time":{"start":1707757417654,"stop":1707757417655,"duration":1}},{"uid":"b86c5a85c313e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b86c5a85c313e926","status":"passed","time":{"start":1707756047285,"stop":1707756047286,"duration":1}},{"uid":"7de8d6ae14799bb3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7de8d6ae14799bb3","status":"passed","time":{"start":1707753465431,"stop":1707753465432,"duration":1}},{"uid":"1e5daed8f7f45362","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e5daed8f7f45362","status":"passed","time":{"start":1707753193770,"stop":1707753193771,"duration":1}},{"uid":"f8142957b45944a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8142957b45944a1","status":"passed","time":{"start":1707750594355,"stop":1707750594355,"duration":0}},{"uid":"9c2c9fc6db1d4039","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c2c9fc6db1d4039","status":"passed","time":{"start":1707736511727,"stop":1707736511727,"duration":0}},{"uid":"b5c67fca214b7148","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5c67fca214b7148","status":"passed","time":{"start":1707735693119,"stop":1707735693120,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a7df679d87a75ee2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7df679d87a75ee2","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"bd8caf93f4b4a227","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd8caf93f4b4a227","status":"passed","time":{"start":1707775026263,"stop":1707775026264,"duration":1}},{"uid":"670f1b79f6b81175","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/670f1b79f6b81175","status":"passed","time":{"start":1707774827853,"stop":1707774827854,"duration":1}},{"uid":"e7dbfed8acf6fed5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7dbfed8acf6fed5","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1}},{"uid":"a341209d23574275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a341209d23574275","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"270460c103dc732","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/270460c103dc732","status":"passed","time":{"start":1707759722864,"stop":1707759722865,"duration":1}},{"uid":"bee1e336b803dc1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bee1e336b803dc1e","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"9c8d6813359de50f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9c8d6813359de50f","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"57d1643b12820acd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d1643b12820acd","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"29ab616a8544ae22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29ab616a8544ae22","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"2cdb817bcb23ddef","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cdb817bcb23ddef","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"4d1d657fb82f116f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d1d657fb82f116f","status":"passed","time":{"start":1707736511736,"stop":1707736511736,"duration":0}},{"uid":"77a8f1c7ef0e7c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77a8f1c7ef0e7c82","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cec9de4acc1a65be","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cec9de4acc1a65be","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"a986a192f53387df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a986a192f53387df","status":"passed","time":{"start":1707775545752,"stop":1707775545753,"duration":1}},{"uid":"82a15c0c2c46e4f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82a15c0c2c46e4f6","status":"passed","time":{"start":1707775359974,"stop":1707775359974,"duration":0}},{"uid":"25d9a13ae4ee3cde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25d9a13ae4ee3cde","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"7bf4749211d7f12e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bf4749211d7f12e","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"8771af825def1f19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8771af825def1f19","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"8c408788dc95fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c408788dc95fe5","status":"passed","time":{"start":1707757936373,"stop":1707757936373,"duration":0}},{"uid":"6c4bf0f469ec4f15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c4bf0f469ec4f15","status":"passed","time":{"start":1707756564919,"stop":1707756564920,"duration":1}},{"uid":"2dea430cae2e2118","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2dea430cae2e2118","status":"passed","time":{"start":1707753906991,"stop":1707753906991,"duration":0}},{"uid":"9230a19d4888bbdc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9230a19d4888bbdc","status":"passed","time":{"start":1707753724180,"stop":1707753724181,"duration":1}},{"uid":"bf5f33435e12c808","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf5f33435e12c808","status":"passed","time":{"start":1707751082968,"stop":1707751082969,"duration":1}},{"uid":"8f33f9090e6292a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f33f9090e6292a9","status":"passed","time":{"start":1707736227480,"stop":1707736227480,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29ae36d2d4cb97b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29ae36d2d4cb97b3","status":"passed","time":{"start":1707778103144,"stop":1707778103144,"duration":0}},{"uid":"f41203857e283a39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f41203857e283a39","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"bcb1f81d341cecd9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bcb1f81d341cecd9","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"ffac6cbe2c336ba9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffac6cbe2c336ba9","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"duration":1}},{"uid":"9982c682a0e47f4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9982c682a0e47f4f","status":"passed","time":{"start":1707769979913,"stop":1707769979913,"duration":0}},{"uid":"ff52e68220918503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff52e68220918503","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"be09a13a45e386d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be09a13a45e386d8","status":"passed","time":{"start":1707757782365,"stop":1707757782366,"duration":1}},{"uid":"bfc6ce3a3ad52daf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfc6ce3a3ad52daf","status":"passed","time":{"start":1707756396098,"stop":1707756396099,"duration":1}},{"uid":"442f5ce217f74fa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/442f5ce217f74fa9","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"c44137653985dc83","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c44137653985dc83","status":"passed","time":{"start":1707753563061,"stop":1707753563062,"duration":1}},{"uid":"60ee9b5f0aa81951","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60ee9b5f0aa81951","status":"passed","time":{"start":1707750940648,"stop":1707750940649,"duration":1}},{"uid":"4885e41331d8f209","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4885e41331d8f209","status":"passed","time":{"start":1707736870542,"stop":1707736870542,"duration":0}},{"uid":"84442364052af49","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84442364052af49","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"3eacc6214db404fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3eacc6214db404fd","status":"passed","time":{"start":1707778194716,"stop":1707778194717,"duration":1}},{"uid":"98e786fa99ac35ea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98e786fa99ac35ea","status":"passed","time":{"start":1707775487315,"stop":1707775487316,"duration":1}},{"uid":"aa43f3107db2e970","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa43f3107db2e970","status":"passed","time":{"start":1707775286620,"stop":1707775286620,"duration":0}},{"uid":"4f71c2d4fda46ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f71c2d4fda46ac5","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"duration":1}},{"uid":"d4678a364cba65a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d4678a364cba65a6","status":"passed","time":{"start":1707770006112,"stop":1707770006112,"duration":0}},{"uid":"615104577f56529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/615104577f56529b","status":"passed","time":{"start":1707760178495,"stop":1707760178496,"duration":1}},{"uid":"e141acbb815f2b86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e141acbb815f2b86","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"1d2d3224c5c0731d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d2d3224c5c0731d","status":"passed","time":{"start":1707756509482,"stop":1707756509482,"duration":0}},{"uid":"3c77c8d009362f37","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c77c8d009362f37","status":"passed","time":{"start":1707753810714,"stop":1707753810715,"duration":1}},{"uid":"8f8a83c954601ebe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8f8a83c954601ebe","status":"passed","time":{"start":1707753662126,"stop":1707753662127,"duration":1}},{"uid":"95eb853c488c2ad5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95eb853c488c2ad5","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020601,"stop":1707751020601,"duration":0}},{"uid":"63a255dd8da98744","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63a255dd8da98744","status":"passed","time":{"start":1707736955776,"stop":1707736955777,"duration":1}},{"uid":"bd350bddf5b30cc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd350bddf5b30cc3","status":"passed","time":{"start":1707736167316,"stop":1707736167317,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e2b07ffa4d694a0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2b07ffa4d694a0d","status":"passed","time":{"start":1707777749093,"stop":1707777749093,"duration":0}},{"uid":"8900b4b9aa24f081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8900b4b9aa24f081","status":"passed","time":{"start":1707775025526,"stop":1707775025527,"duration":1}},{"uid":"4d33a4e248f8812e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d33a4e248f8812e","status":"passed","time":{"start":1707774827058,"stop":1707774827058,"duration":0}},{"uid":"1324ff50fdeacbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1324ff50fdeacbe","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"duration":0}},{"uid":"4ba62f8ec7b26733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ba62f8ec7b26733","status":"passed","time":{"start":1707769627289,"stop":1707769627290,"duration":1}},{"uid":"2428b88b819c1f2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2428b88b819c1f2d","status":"passed","time":{"start":1707759722029,"stop":1707759722029,"duration":0}},{"uid":"8ca4bf989233d874","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ca4bf989233d874","status":"passed","time":{"start":1707757416838,"stop":1707757416838,"duration":0}},{"uid":"f4fe8ebb24cb1310","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f4fe8ebb24cb1310","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"956c45b3c53a98c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956c45b3c53a98c8","status":"passed","time":{"start":1707753464666,"stop":1707753464666,"duration":0}},{"uid":"38dc2f6ebf62c60f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/38dc2f6ebf62c60f","status":"passed","time":{"start":1707753192935,"stop":1707753192936,"duration":1}},{"uid":"1ce4773de5794b42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ce4773de5794b42","status":"passed","time":{"start":1707750593505,"stop":1707750593505,"duration":0}},{"uid":"819fca6914a39ed6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/819fca6914a39ed6","status":"passed","time":{"start":1707736510878,"stop":1707736510878,"duration":0}},{"uid":"ba6314280fcfcbb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ba6314280fcfcbb","status":"passed","time":{"start":1707735692287,"stop":1707735692288,"duration":1}}]},"af907ed3aa81309159ed6c6210dfc451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bc512af02f426a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bc512af02f426a8","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd8a7b0340345d6c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd8a7b0340345d6c","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"85799f12127a4eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85799f12127a4eb2","status":"passed","time":{"start":1707775685022,"stop":1707775685023,"duration":1}},{"uid":"d1e0f79b65b8d3ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e0f79b65b8d3ac","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"466e05eadd30d8d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/466e05eadd30d8d4","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"39708790a5133a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/39708790a5133a72","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"5c3c9585e96c785d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5c3c9585e96c785d","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"ba48c0033b9a8696","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba48c0033b9a8696","status":"passed","time":{"start":1707758004305,"stop":1707758004306,"duration":1}},{"uid":"db4af413ffc2a657","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db4af413ffc2a657","status":"passed","time":{"start":1707756690159,"stop":1707756690160,"duration":1}},{"uid":"d8185739895d643","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8185739895d643","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"afdc593e4fbc36d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afdc593e4fbc36d7","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"ca936594cd8bdcd5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca936594cd8bdcd5","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"f0b2e9cbfcf3302f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f0b2e9cbfcf3302f","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"7e9835b0b4dcc87a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e9835b0b4dcc87a","status":"passed","time":{"start":1707736353034,"stop":1707736353035,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"54529b8c778694b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54529b8c778694b1","status":"passed","time":{"start":1707778413528,"stop":1707778413529,"duration":1}},{"uid":"eb0055ac9f133ff5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb0055ac9f133ff5","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"f0851370c7b6f999","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0851370c7b6f999","status":"passed","time":{"start":1707775494287,"stop":1707775494288,"duration":1}},{"uid":"89ae457aedf653e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89ae457aedf653e7","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"duration":1}},{"uid":"4b6787da474a470f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b6787da474a470f","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"7fc0f068f288519f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7fc0f068f288519f","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"55e3d9899fe755b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/55e3d9899fe755b","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"a4c2aaf497b0bb94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4c2aaf497b0bb94","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"18da12c2f931c623","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18da12c2f931c623","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"f07c60d78160a5b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f07c60d78160a5b4","status":"passed","time":{"start":1707751228969,"stop":1707751228970,"duration":1}},{"uid":"2beb8d8948dfb6b4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2beb8d8948dfb6b4","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"e6228c18373b57b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6228c18373b57b6","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dd6238452814f0bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd6238452814f0bd","status":"passed","time":{"start":1707778126347,"stop":1707778126347,"duration":0}},{"uid":"e512ba5ab25ecd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e512ba5ab25ecd8c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"3fb7d7feb8e73c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3fb7d7feb8e73c3d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"df1703d69d19d502","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df1703d69d19d502","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"duration":1}},{"uid":"a78aca599619387d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a78aca599619387d","status":"passed","time":{"start":1707769994543,"stop":1707769994543,"duration":0}},{"uid":"5d0b5a4aafdac703","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d0b5a4aafdac703","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"4d9f311c593ceaf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4d9f311c593ceaf0","status":"passed","time":{"start":1707757804296,"stop":1707757804296,"duration":0}},{"uid":"bde408fa1a0d7aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde408fa1a0d7aff","status":"passed","time":{"start":1707756422347,"stop":1707756422348,"duration":1}},{"uid":"839083a83afc1be0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/839083a83afc1be0","status":"passed","time":{"start":1707753796549,"stop":1707753796549,"duration":0}},{"uid":"70f38ae6bd517022","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70f38ae6bd517022","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"3f50f99e5f04c610","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3f50f99e5f04c610","status":"passed","time":{"start":1707750964804,"stop":1707750964805,"duration":1}},{"uid":"5b6110ca92ea16a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5b6110ca92ea16a8","status":"passed","time":{"start":1707736890438,"stop":1707736890438,"duration":0}},{"uid":"ec2b32b3e29f611d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec2b32b3e29f611d","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"60517de0205fa7f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/60517de0205fa7f7","status":"passed","time":{"start":1707777972996,"stop":1707777972996,"duration":0}},{"uid":"e4ec8411f2aab33d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4ec8411f2aab33d","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"cc9b547ca7357704","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc9b547ca7357704","status":"passed","time":{"start":1707775050814,"stop":1707775050815,"duration":1}},{"uid":"2bf41d136a36cdf4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bf41d136a36cdf4","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"894d8778086b23e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/894d8778086b23e6","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"3e83cceaca861151","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e83cceaca861151","status":"passed","time":{"start":1707759965185,"stop":1707759965190,"duration":5}},{"uid":"1969ee0bea207ea7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1969ee0bea207ea7","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"dca1d5b94eb2e652","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dca1d5b94eb2e652","status":"passed","time":{"start":1707756267901,"stop":1707756267901,"duration":0}},{"uid":"cb42f875a184a0bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cb42f875a184a0bc","status":"passed","time":{"start":1707753668026,"stop":1707753668026,"duration":0}},{"uid":"10bb218a9f6ffd81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10bb218a9f6ffd81","status":"passed","time":{"start":1707753423533,"stop":1707753423533,"duration":0}},{"uid":"b1d822b8c9b698c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1d822b8c9b698c","status":"passed","time":{"start":1707750796026,"stop":1707750796027,"duration":1}},{"uid":"f7a4614630b55245","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7a4614630b55245","status":"passed","time":{"start":1707736730641,"stop":1707736730641,"duration":0}},{"uid":"509da57a343fefcb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/509da57a343fefcb","status":"passed","time":{"start":1707735912116,"stop":1707735912116,"duration":0}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c96795d77e30ffb9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c96795d77e30ffb9","status":"passed","time":{"start":1707777877646,"stop":1707777877647,"duration":1}},{"uid":"57ec456a3c55ecfa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/57ec456a3c55ecfa","status":"passed","time":{"start":1707775153019,"stop":1707775153021,"duration":2}},{"uid":"602de35daa0336db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/602de35daa0336db","status":"passed","time":{"start":1707774951832,"stop":1707774951832,"duration":0}},{"uid":"d2c12001bf7b22e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d2c12001bf7b22e8","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"duration":1}},{"uid":"1f9206ce9166b275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1f9206ce9166b275","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"1df877223612d43a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1df877223612d43a","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"d9a05fc9f6e4624d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9a05fc9f6e4624d","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"f67e74dacf89808","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f67e74dacf89808","status":"passed","time":{"start":1707756167200,"stop":1707756167200,"duration":0}},{"uid":"9dea511f9431d091","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9dea511f9431d091","status":"passed","time":{"start":1707753584061,"stop":1707753584062,"duration":1}},{"uid":"67c1322e966e0ec9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/67c1322e966e0ec9","status":"passed","time":{"start":1707753331771,"stop":1707753331771,"duration":0}},{"uid":"9ef4663ec0a1ce42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ef4663ec0a1ce42","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"25617197966c5d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25617197966c5d60","status":"passed","time":{"start":1707736636443,"stop":1707736636443,"duration":0}},{"uid":"b6ae33f2ccaa957d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6ae33f2ccaa957d","status":"passed","time":{"start":1707735825261,"stop":1707735825262,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fdabf0aad5fd76a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdabf0aad5fd76a2","status":"passed","time":{"start":1707777770256,"stop":1707777770257,"duration":1}},{"uid":"bfcc6436665e3a2f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bfcc6436665e3a2f","status":"passed","time":{"start":1707775046368,"stop":1707775046370,"duration":2}},{"uid":"5a26b47b8cbe79c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a26b47b8cbe79c8","status":"passed","time":{"start":1707774848380,"stop":1707774848381,"duration":1}},{"uid":"1ccf49d747dc5fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ccf49d747dc5fa","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2}},{"uid":"7ce278047618c6f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7ce278047618c6f9","status":"passed","time":{"start":1707769648569,"stop":1707769648571,"duration":2}},{"uid":"81febed390ad7055","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81febed390ad7055","status":"passed","time":{"start":1707759743250,"stop":1707759743251,"duration":1}},{"uid":"dc654556a8a176aa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc654556a8a176aa","status":"passed","time":{"start":1707757438363,"stop":1707757438365,"duration":2}},{"uid":"d686d05450fe6c73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d686d05450fe6c73","status":"passed","time":{"start":1707756067006,"stop":1707756067007,"duration":1}},{"uid":"a5142ca8ab778649","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5142ca8ab778649","status":"passed","time":{"start":1707753485646,"stop":1707753485648,"duration":2}},{"uid":"3acc6c316254a3e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3acc6c316254a3e5","status":"passed","time":{"start":1707753214691,"stop":1707753214693,"duration":2}},{"uid":"b00e9bdad8affe8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b00e9bdad8affe8b","status":"passed","time":{"start":1707750614683,"stop":1707750614685,"duration":2}},{"uid":"8faefa10aaea54d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8faefa10aaea54d1","status":"passed","time":{"start":1707736532270,"stop":1707736532271,"duration":1}},{"uid":"7b751ccaed761bc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b751ccaed761bc9","status":"passed","time":{"start":1707735714118,"stop":1707735714120,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"242502914ec36548","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/242502914ec36548","status":"passed","time":{"start":1707778126340,"stop":1707778126340,"duration":0}},{"uid":"2bcbe4f609c2865d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2bcbe4f609c2865d","status":"passed","time":{"start":1707775409480,"stop":1707775409481,"duration":1}},{"uid":"4f1b0a15e5d5ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f1b0a15e5d5ed31","status":"passed","time":{"start":1707775219992,"stop":1707775219992,"duration":0}},{"uid":"467b4306f625b701","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/467b4306f625b701","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0}},{"uid":"eee8bbb6d72d57a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8bbb6d72d57a1","status":"passed","time":{"start":1707769994532,"stop":1707769994533,"duration":1}},{"uid":"aef7a8d07c11b040","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aef7a8d07c11b040","status":"passed","time":{"start":1707760106452,"stop":1707760106452,"duration":0}},{"uid":"f669ec714824f9cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f669ec714824f9cf","status":"passed","time":{"start":1707757804290,"stop":1707757804291,"duration":1}},{"uid":"265430b22d1b95df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/265430b22d1b95df","status":"passed","time":{"start":1707756422340,"stop":1707756422340,"duration":0}},{"uid":"dfd63d773a9c06fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfd63d773a9c06fe","status":"passed","time":{"start":1707753796544,"stop":1707753796544,"duration":0}},{"uid":"49075e0783f88680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49075e0783f88680","status":"passed","time":{"start":1707753586158,"stop":1707753586158,"duration":0}},{"uid":"771c43a22dbfa6d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/771c43a22dbfa6d9","status":"passed","time":{"start":1707750964798,"stop":1707750964798,"duration":0}},{"uid":"ea69d32b12ab9d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ea69d32b12ab9d2b","status":"passed","time":{"start":1707736890432,"stop":1707736890432,"duration":0}},{"uid":"54d9c181c9e6e416","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/54d9c181c9e6e416","status":"passed","time":{"start":1707736096385,"stop":1707736096386,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bd92c753a61a8482","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd92c753a61a8482","status":"passed","time":{"start":1707777977661,"stop":1707777977662,"duration":1}},{"uid":"85a01526820cd509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85a01526820cd509","status":"passed","time":{"start":1707775258452,"stop":1707775258452,"duration":0}},{"uid":"ea7f7ab1f13272ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7f7ab1f13272ee","status":"passed","time":{"start":1707775082009,"stop":1707775082009,"duration":0}},{"uid":"1b1ae8d6897a48a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b1ae8d6897a48a2","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1}},{"uid":"529846db92f00bf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/529846db92f00bf0","status":"passed","time":{"start":1707769841893,"stop":1707769841893,"duration":0}},{"uid":"dcfd4c63729271a1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcfd4c63729271a1","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"577b1910d4652e40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/577b1910d4652e40","status":"passed","time":{"start":1707757624872,"stop":1707757624873,"duration":1}},{"uid":"e85b7ed8e893e348","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e85b7ed8e893e348","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"a94c8e402ceb8bac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a94c8e402ceb8bac","status":"passed","time":{"start":1707753651142,"stop":1707753651143,"duration":1}},{"uid":"d60578654f12eb54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d60578654f12eb54","status":"passed","time":{"start":1707753409581,"stop":1707753409582,"duration":1}},{"uid":"355d1a3b5aee626a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/355d1a3b5aee626a","status":"passed","time":{"start":1707750722040,"stop":1707750722040,"duration":0}},{"uid":"fa7a4c1f5e19e4d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fa7a4c1f5e19e4d7","status":"passed","time":{"start":1707736708323,"stop":1707736708324,"duration":1}},{"uid":"da345a2917cff7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da345a2917cff7b1","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a93224d4cd667227","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a93224d4cd667227","status":"passed","time":{"start":1707778381869,"stop":1707778381870,"duration":1}},{"uid":"c60245b569cc340b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c60245b569cc340b","status":"passed","time":{"start":1707775653207,"stop":1707775653208,"duration":1}},{"uid":"8b68c657ecdfd37f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b68c657ecdfd37f","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"98adbce2d2dceb3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98adbce2d2dceb3d","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1}},{"uid":"b8c56c3a9a73aced","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8c56c3a9a73aced","status":"passed","time":{"start":1707770169175,"stop":1707770169175,"duration":0}},{"uid":"2282992c48cebf2c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2282992c48cebf2c","status":"passed","time":{"start":1707760345981,"stop":1707760345981,"duration":0}},{"uid":"4ade5f67fc4ac2d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ade5f67fc4ac2d5","status":"passed","time":{"start":1707758029745,"stop":1707758029745,"duration":0}},{"uid":"905cb79f39d19935","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/905cb79f39d19935","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"4f5158314ef3cec8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f5158314ef3cec8","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"704d4635e9e84a87","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/704d4635e9e84a87","status":"passed","time":{"start":1707753832679,"stop":1707753832680,"duration":1}},{"uid":"a78bd5084cc6fbc8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a78bd5084cc6fbc8","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"9c06c40b4972fc9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06c40b4972fc9d","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ee89297ddb10969","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ee89297ddb10969","status":"passed","time":{"start":1707778343611,"stop":1707778343611,"duration":0}},{"uid":"27e8e9eee69d5fae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e8e9eee69d5fae","status":"passed","time":{"start":1707775620186,"stop":1707775620186,"duration":0}},{"uid":"d8d8477f12a82872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d8477f12a82872","status":"passed","time":{"start":1707775421262,"stop":1707775421262,"duration":0}},{"uid":"bebf2fc8d9346465","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bebf2fc8d9346465","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1}},{"uid":"17ec1b8935d883fe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/17ec1b8935d883fe","status":"passed","time":{"start":1707770126645,"stop":1707770126645,"duration":0}},{"uid":"5aae3dc18748b85f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5aae3dc18748b85f","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"36b74084b575c428","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36b74084b575c428","status":"passed","time":{"start":1707758011520,"stop":1707758011521,"duration":1}},{"uid":"9f1dba36dd99b918","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f1dba36dd99b918","status":"passed","time":{"start":1707756635733,"stop":1707756635735,"duration":2}},{"uid":"9f7a3a90350b9769","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7a3a90350b9769","status":"passed","time":{"start":1707753934637,"stop":1707753934637,"duration":0}},{"uid":"6e3e2887b8f373d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e3e2887b8f373d8","status":"passed","time":{"start":1707753799509,"stop":1707753799509,"duration":0}},{"uid":"f7914ffd657a4c77","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7914ffd657a4c77","status":"passed","time":{"start":1707751117568,"stop":1707751117569,"duration":1}},{"uid":"a42fa555857b7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a42fa555857b7d6b","status":"passed","time":{"start":1707737090803,"stop":1707737090804,"duration":1}},{"uid":"cbe78c91e0c616ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbe78c91e0c616ac","status":"passed","time":{"start":1707736296306,"stop":1707736296306,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e2e73360393520e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2e73360393520e","status":"passed","time":{"start":1707778386470,"stop":1707778386470,"duration":0}},{"uid":"570fa34f0847c869","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/570fa34f0847c869","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"9daeefbd842ea10c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9daeefbd842ea10c","status":"passed","time":{"start":1707775461880,"stop":1707775461881,"duration":1}},{"uid":"2280f1e5d8b4fa0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2280f1e5d8b4fa0f","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1}},{"uid":"7e35825bd92fc32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e35825bd92fc32c","status":"passed","time":{"start":1707770208538,"stop":1707770208539,"duration":1}},{"uid":"cb748bf0f070afa3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb748bf0f070afa3","status":"passed","time":{"start":1707760335935,"stop":1707760335936,"duration":1}},{"uid":"ec001650cf13bd77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec001650cf13bd77","status":"passed","time":{"start":1707758023523,"stop":1707758023524,"duration":1}},{"uid":"6a79c1750f40f21c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a79c1750f40f21c","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"4bca95dbc112009e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bca95dbc112009e","status":"passed","time":{"start":1707753717336,"stop":1707753717337,"duration":1}},{"uid":"e144ebd14bb34628","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e144ebd14bb34628","status":"passed","time":{"start":1707753837156,"stop":1707753837156,"duration":0}},{"uid":"de4a02fe6196d34f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4a02fe6196d34f","status":"passed","time":{"start":1707751136275,"stop":1707751136276,"duration":1}},{"uid":"63c1d54487a7af5a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63c1d54487a7af5a","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"9aac717b2c451772","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9aac717b2c451772","status":"passed","time":{"start":1707736322647,"stop":1707736322648,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"81a804ffacd6603","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81a804ffacd6603","status":"passed","time":{"start":1707778103138,"stop":1707778103141,"duration":3}},{"uid":"b9b9aa01ab6fdc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b9aa01ab6fdc1","status":"passed","time":{"start":1707775384050,"stop":1707775384051,"duration":1}},{"uid":"47630c56894ba526","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/47630c56894ba526","status":"passed","time":{"start":1707775193312,"stop":1707775193312,"duration":0}},{"uid":"d093bfbd114b3b97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d093bfbd114b3b97","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"duration":1}},{"uid":"144d725ef6aeedd6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/144d725ef6aeedd6","status":"passed","time":{"start":1707769979911,"stop":1707769979912,"duration":1}},{"uid":"12cc1a28f8fd9b92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/12cc1a28f8fd9b92","status":"passed","time":{"start":1707760084095,"stop":1707760084096,"duration":1}},{"uid":"d6c49256a23a44a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6c49256a23a44a8","status":"passed","time":{"start":1707757782364,"stop":1707757782364,"duration":0}},{"uid":"5e685df17f67e737","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e685df17f67e737","status":"passed","time":{"start":1707756396096,"stop":1707756396097,"duration":1}},{"uid":"df4a17a60a7a35d5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/df4a17a60a7a35d5","status":"passed","time":{"start":1707753781748,"stop":1707753781753,"duration":5}},{"uid":"fd709971852be909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fd709971852be909","status":"passed","time":{"start":1707753563055,"stop":1707753563056,"duration":1}},{"uid":"e34fcc3b57e07cba","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e34fcc3b57e07cba","status":"passed","time":{"start":1707750940645,"stop":1707750940645,"duration":0}},{"uid":"b6bc1429fbe44912","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b6bc1429fbe44912","status":"passed","time":{"start":1707736870537,"stop":1707736870538,"duration":1}},{"uid":"daa0fb8ed06efc33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daa0fb8ed06efc33","status":"passed","time":{"start":1707736068809,"stop":1707736068809,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac34eab563839b3b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac34eab563839b3b","status":"passed","time":{"start":1707778251793,"stop":1707778251795,"duration":2}},{"uid":"cad6d44715cf0d92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cad6d44715cf0d92","status":"passed","time":{"start":1707775540339,"stop":1707775540339,"duration":0}},{"uid":"66556683cee1dea9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/66556683cee1dea9","status":"passed","time":{"start":1707775340602,"stop":1707775340605,"duration":3}},{"uid":"21d2f3fd5e1bd5fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21d2f3fd5e1bd5fb","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1}},{"uid":"2ddf20270f11eb62","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ddf20270f11eb62","status":"passed","time":{"start":1707770045974,"stop":1707770045975,"duration":1}},{"uid":"b89f9fd09d81f417","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89f9fd09d81f417","status":"passed","time":{"start":1707760224882,"stop":1707760224883,"duration":1}},{"uid":"bc4b9ef1ffc23ffd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4b9ef1ffc23ffd","status":"passed","time":{"start":1707757921496,"stop":1707757921496,"duration":0}},{"uid":"432938c70c2a53c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/432938c70c2a53c7","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"dfa00fce60d59954","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfa00fce60d59954","status":"passed","time":{"start":1707753853537,"stop":1707753853538,"duration":1}},{"uid":"8b23a94feb74ec99","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b23a94feb74ec99","status":"passed","time":{"start":1707753708969,"stop":1707753708969,"duration":0}},{"uid":"43771e5c55860665","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43771e5c55860665","status":"passed","time":{"start":1707751075909,"stop":1707751075909,"duration":0}},{"uid":"1915e76a192fb675","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1915e76a192fb675","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"a3c9680c6d6ca13f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a3c9680c6d6ca13f","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"bb3af703dd1c649de04949898f8c2135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20b3ace9e8b3a897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20b3ace9e8b3a897","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1043226e15222546","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1043226e15222546","status":"passed","time":{"start":1707778326665,"stop":1707778326666,"duration":1}},{"uid":"f967209126aad2b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f967209126aad2b8","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"82975dbb3efc0ad5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82975dbb3efc0ad5","status":"passed","time":{"start":1707775405804,"stop":1707775405805,"duration":1}},{"uid":"1bab8eb561de3664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bab8eb561de3664","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"duration":1}},{"uid":"d735eb19929b061e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d735eb19929b061e","status":"passed","time":{"start":1707770116111,"stop":1707770116111,"duration":0}},{"uid":"24bc04d39b4a20c5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24bc04d39b4a20c5","status":"passed","time":{"start":1707760294898,"stop":1707760294899,"duration":1}},{"uid":"3df92521044d113a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3df92521044d113a","status":"passed","time":{"start":1707757992698,"stop":1707757992698,"duration":0}},{"uid":"1a4ece8b436a51bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a4ece8b436a51bf","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"86445fd2a14045f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/86445fd2a14045f1","status":"passed","time":{"start":1707753926587,"stop":1707753926588,"duration":1}},{"uid":"49efde8329103622","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49efde8329103622","status":"passed","time":{"start":1707753779030,"stop":1707753779031,"duration":1}},{"uid":"c3d2d49821ee25fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c3d2d49821ee25fa","status":"passed","time":{"start":1707751117673,"stop":1707751117674,"duration":1}},{"uid":"419a5793c9df2286","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/419a5793c9df2286","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"3767b85159267472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3767b85159267472","status":"passed","time":{"start":1707736281625,"stop":1707736281625,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d3daa55dd2d41f68","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d3daa55dd2d41f68","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"b8f35dd669553548","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b8f35dd669553548","status":"passed","time":{"start":1707775635822,"stop":1707775635822,"duration":0}},{"uid":"cc3e476bf031f736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc3e476bf031f736","status":"passed","time":{"start":1707775436380,"stop":1707775436380,"duration":0}},{"uid":"673b48ee920bcf41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/673b48ee920bcf41","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1}},{"uid":"8f66628780e04722","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f66628780e04722","status":"passed","time":{"start":1707770148425,"stop":1707770148425,"duration":0}},{"uid":"367522e0b372c9ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/367522e0b372c9ab","status":"passed","time":{"start":1707760329140,"stop":1707760329141,"duration":1}},{"uid":"be6a5601abd9ffdd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be6a5601abd9ffdd","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"6417831a9e31b818","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6417831a9e31b818","status":"passed","time":{"start":1707756648881,"stop":1707756648881,"duration":0}},{"uid":"3625926002a3c805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3625926002a3c805","status":"passed","time":{"start":1707753961164,"stop":1707753961164,"duration":0}},{"uid":"ecc262e692c5e06a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ecc262e692c5e06a","status":"passed","time":{"start":1707753814890,"stop":1707753814891,"duration":1}},{"uid":"bbb701b0db0ae07b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbb701b0db0ae07b","status":"passed","time":{"start":1707751141127,"stop":1707751141127,"duration":0}},{"uid":"ac783dad1716fc7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac783dad1716fc7b","status":"passed","time":{"start":1707737107923,"stop":1707737107924,"duration":1}},{"uid":"813ddde94a73c94e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/813ddde94a73c94e","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a86d5780dacd1043","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a86d5780dacd1043","status":"passed","time":{"start":1707778202481,"stop":1707778202481,"duration":0}},{"uid":"aa3b3a8fab506c08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aa3b3a8fab506c08","status":"passed","time":{"start":1707775486627,"stop":1707775486628,"duration":1}},{"uid":"1fc1b98020db5560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fc1b98020db5560","status":"passed","time":{"start":1707775300136,"stop":1707775300137,"duration":1}},{"uid":"223cf2a8cf5a7891","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/223cf2a8cf5a7891","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"ce884d5b0894a6cf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce884d5b0894a6cf","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"5e32d9c80029fccf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e32d9c80029fccf","status":"passed","time":{"start":1707760174021,"stop":1707760174022,"duration":1}},{"uid":"a0b1ff3394cac356","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0b1ff3394cac356","status":"passed","time":{"start":1707757873922,"stop":1707757873922,"duration":0}},{"uid":"6c5969fb12c5f0f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c5969fb12c5f0f0","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"9e34a14d1e2b8bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e34a14d1e2b8bb9","status":"passed","time":{"start":1707753870444,"stop":1707753870444,"duration":0}},{"uid":"d039853ff2c3f3c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d039853ff2c3f3c0","status":"passed","time":{"start":1707753647510,"stop":1707753647511,"duration":1}},{"uid":"109b64d369599492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/109b64d369599492","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"4e6688407000707c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4e6688407000707c","status":"passed","time":{"start":1707736947846,"stop":1707736947847,"duration":1}},{"uid":"5b9f9975850755df","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b9f9975850755df","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"929d965a0d6e1d7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/929d965a0d6e1d7a","status":"passed","time":{"start":1707777877647,"stop":1707777877647,"duration":0}},{"uid":"ab06f0a99385a06d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab06f0a99385a06d","status":"passed","time":{"start":1707775153022,"stop":1707775153023,"duration":1}},{"uid":"eaa17e310c2c0498","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eaa17e310c2c0498","status":"passed","time":{"start":1707774951832,"stop":1707774951833,"duration":1}},{"uid":"957941a0b8129cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957941a0b8129cb","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"2f9789895fdafcc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f9789895fdafcc8","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"9cb2e9bd85260e67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9cb2e9bd85260e67","status":"passed","time":{"start":1707759851603,"stop":1707759851604,"duration":1}},{"uid":"275774f14e93d1c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/275774f14e93d1c9","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"33575f852409ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33575f852409ca14","status":"passed","time":{"start":1707756167201,"stop":1707756167201,"duration":0}},{"uid":"3a84daec5214d348","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a84daec5214d348","status":"passed","time":{"start":1707753584062,"stop":1707753584062,"duration":0}},{"uid":"142ff28b5865f946","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/142ff28b5865f946","status":"passed","time":{"start":1707753331771,"stop":1707753331772,"duration":1}},{"uid":"8d3458bc0b65f24c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d3458bc0b65f24c","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"68dd9fb87d6950a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68dd9fb87d6950a8","status":"passed","time":{"start":1707736636443,"stop":1707736636444,"duration":1}},{"uid":"5479dfc4f3eda726","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5479dfc4f3eda726","status":"passed","time":{"start":1707735825262,"stop":1707735825262,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e85afd58ed57f89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e85afd58ed57f89","status":"passed","time":{"start":1707778338850,"stop":1707778338850,"duration":0}},{"uid":"d651fb485bc1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d651fb485bc1dfa0","status":"passed","time":{"start":1707775602026,"stop":1707775602027,"duration":1}},{"uid":"f41f1ae8e60290c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f41f1ae8e60290c5","status":"passed","time":{"start":1707775390238,"stop":1707775390239,"duration":1}},{"uid":"fd91636cf4d5e7df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd91636cf4d5e7df","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1}},{"uid":"3239e526ad80ebf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3239e526ad80ebf0","status":"passed","time":{"start":1707769968722,"stop":1707769968723,"duration":1}},{"uid":"de28f1f08f2dfbe3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de28f1f08f2dfbe3","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"ef1b7144aa8e48a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ef1b7144aa8e48a4","status":"passed","time":{"start":1707758006716,"stop":1707758006717,"duration":1}},{"uid":"eb228a0ca171f5ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb228a0ca171f5ed","status":"passed","time":{"start":1707756617046,"stop":1707756617047,"duration":1}},{"uid":"4ea5479442246166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ea5479442246166","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6ce0c7c3719e8a4f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ce0c7c3719e8a4f","status":"passed","time":{"start":1707753782763,"stop":1707753782767,"duration":4}},{"uid":"44cb941b08f38123","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44cb941b08f38123","status":"passed","time":{"start":1707751162317,"stop":1707751162318,"duration":1}},{"uid":"c26f83e98737fdc5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c26f83e98737fdc5","status":"passed","time":{"start":1707737091350,"stop":1707737091350,"duration":0}},{"uid":"f8d15a2f36316742","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d15a2f36316742","status":"passed","time":{"start":1707736260137,"stop":1707736260138,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"772e0ef99813c46","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/772e0ef99813c46","status":"passed","time":{"start":1707777743983,"stop":1707777743983,"duration":0}},{"uid":"e1846c51df43db42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e1846c51df43db42","status":"passed","time":{"start":1707775020381,"stop":1707775020382,"duration":1}},{"uid":"53b23d01deba8fe5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/53b23d01deba8fe5","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"5159e2425748166b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5159e2425748166b","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1}},{"uid":"b9540758d23d043f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9540758d23d043f","status":"passed","time":{"start":1707769622096,"stop":1707769622097,"duration":1}},{"uid":"2b703cee955aad96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b703cee955aad96","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"de16c32de28bbdea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de16c32de28bbdea","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"ca18c03c4b1abd31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca18c03c4b1abd31","status":"passed","time":{"start":1707756041376,"stop":1707756041377,"duration":1}},{"uid":"c791eec8a443fee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c791eec8a443fee9","status":"passed","time":{"start":1707753459609,"stop":1707753459610,"duration":1}},{"uid":"53bc8fa39bb8f8db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53bc8fa39bb8f8db","status":"passed","time":{"start":1707753187711,"stop":1707753187711,"duration":0}},{"uid":"f3d77c02bf91d614","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f3d77c02bf91d614","status":"passed","time":{"start":1707750588401,"stop":1707750588402,"duration":1}},{"uid":"44ae455c955a6f76","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ae455c955a6f76","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"eaa48d51ded60b52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eaa48d51ded60b52","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"197e2aba7667d11acf514953d4249417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e2d348c4e64235b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2e2d348c4e64235b","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d0dac0e286dec9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0dac0e286dec9b","status":"passed","time":{"start":1707777749095,"stop":1707777749096,"duration":1}},{"uid":"b9b5709c927cfd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b5709c927cfd1","status":"passed","time":{"start":1707775025528,"stop":1707775025529,"duration":1}},{"uid":"5115941dbf81f64f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5115941dbf81f64f","status":"passed","time":{"start":1707774827061,"stop":1707774827061,"duration":0}},{"uid":"411b98200239713b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/411b98200239713b","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"duration":1}},{"uid":"c5319844a94e268c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5319844a94e268c","status":"passed","time":{"start":1707769627291,"stop":1707769627291,"duration":0}},{"uid":"c27b551b882ca8fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c27b551b882ca8fa","status":"passed","time":{"start":1707759722031,"stop":1707759722031,"duration":0}},{"uid":"330995421f571f53","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/330995421f571f53","status":"passed","time":{"start":1707757416839,"stop":1707757416839,"duration":0}},{"uid":"a5d25440b032cd13","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d25440b032cd13","status":"passed","time":{"start":1707756046606,"stop":1707756046607,"duration":1}},{"uid":"4b01493764e680eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b01493764e680eb","status":"passed","time":{"start":1707753464667,"stop":1707753464667,"duration":0}},{"uid":"5852525579b127ab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5852525579b127ab","status":"passed","time":{"start":1707753192938,"stop":1707753192939,"duration":1}},{"uid":"b77ca5361100643a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b77ca5361100643a","status":"passed","time":{"start":1707750593506,"stop":1707750593506,"duration":0}},{"uid":"4903f0e679a7cfd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4903f0e679a7cfd9","status":"passed","time":{"start":1707736510879,"stop":1707736510879,"duration":0}},{"uid":"caf66dab684adad1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf66dab684adad1","status":"passed","time":{"start":1707735692290,"stop":1707735692291,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"47cdc01b4fd65b28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47cdc01b4fd65b28","status":"passed","time":{"start":1707777977674,"stop":1707777977674,"duration":0}},{"uid":"4153b963b453b657","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4153b963b453b657","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"ef3b448cf585857e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef3b448cf585857e","status":"passed","time":{"start":1707775082035,"stop":1707775082035,"duration":0}},{"uid":"2cd227ffa736f373","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd227ffa736f373","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"ec8a48e7f69c17be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec8a48e7f69c17be","status":"passed","time":{"start":1707769841911,"stop":1707769841911,"duration":0}},{"uid":"80ecaa8a26e0b49a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80ecaa8a26e0b49a","status":"passed","time":{"start":1707759921465,"stop":1707759921465,"duration":0}},{"uid":"e2eceeb2cb44f21a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e2eceeb2cb44f21a","status":"passed","time":{"start":1707757624891,"stop":1707757624891,"duration":0}},{"uid":"97faea4b3cc081f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97faea4b3cc081f2","status":"passed","time":{"start":1707756261843,"stop":1707756261844,"duration":1}},{"uid":"297f7410f5aafb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/297f7410f5aafb46","status":"passed","time":{"start":1707753651191,"stop":1707753651191,"duration":0}},{"uid":"626531e3100fd40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/626531e3100fd40","status":"passed","time":{"start":1707753409609,"stop":1707753409609,"duration":0}},{"uid":"b38b40d63de32834","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b38b40d63de32834","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"259b557435319a37","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/259b557435319a37","status":"passed","time":{"start":1707736708338,"stop":1707736708338,"duration":0}},{"uid":"8e1f8be69f43e22e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8e1f8be69f43e22e","status":"passed","time":{"start":1707735914396,"stop":1707735914399,"duration":3}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2521993528b1d29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2521993528b1d29b","status":"passed","time":{"start":1707778202463,"stop":1707778202464,"duration":1}},{"uid":"a70ca9628e8d1b95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a70ca9628e8d1b95","status":"passed","time":{"start":1707775486607,"stop":1707775486608,"duration":1}},{"uid":"4509014352bc86af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4509014352bc86af","status":"passed","time":{"start":1707775300127,"stop":1707775300128,"duration":1}},{"uid":"2c2211b8f1caa61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c2211b8f1caa61","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0}},{"uid":"317ec59bcb3e5b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317ec59bcb3e5b6d","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"ca862d4533437ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca862d4533437ac9","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"d5bfd26fb57a5bc5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d5bfd26fb57a5bc5","status":"passed","time":{"start":1707757873893,"stop":1707757873894,"duration":1}},{"uid":"cdf3e7e8d9e99efd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cdf3e7e8d9e99efd","status":"passed","time":{"start":1707756499893,"stop":1707756499893,"duration":0}},{"uid":"ca18a0d4db8f5ae9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ca18a0d4db8f5ae9","status":"passed","time":{"start":1707753870422,"stop":1707753870422,"duration":0}},{"uid":"411c70236057a587","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/411c70236057a587","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"e0cc45a5f3ff7aa5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0cc45a5f3ff7aa5","status":"passed","time":{"start":1707751019561,"stop":1707751019562,"duration":1}},{"uid":"59684747c293cdd1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59684747c293cdd1","status":"passed","time":{"start":1707736947836,"stop":1707736947837,"duration":1}},{"uid":"d0fe9a8666f81d5c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0fe9a8666f81d5c","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58575417afa12b23","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58575417afa12b23","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"390029b2621c6c3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/390029b2621c6c3b","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"b285cb062b4e9c1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b285cb062b4e9c1c","status":"passed","time":{"start":1707775494275,"stop":1707775494276,"duration":1}},{"uid":"8dd0b1c1441b58e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8dd0b1c1441b58e3","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"eb4ef5bb8cf0cbf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb4ef5bb8cf0cbf0","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"58d145d61d0fdeff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58d145d61d0fdeff","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"9e2113e063116568","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e2113e063116568","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"59af9648823416a6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59af9648823416a6","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"4b2f22f309ebf5bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b2f22f309ebf5bf","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"6508ef6c09cffa65","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6508ef6c09cffa65","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"88f739a3b2f91904","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f739a3b2f91904","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"3d237cc5786248f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d237cc5786248f8","status":"passed","time":{"start":1707737173818,"stop":1707737173819,"duration":1}},{"uid":"1f1851d2f98682c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f1851d2f98682c3","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0956836d4b5716a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0956836d4b5716a","status":"passed","time":{"start":1707777749082,"stop":1707777749083,"duration":1}},{"uid":"80b53e97d410e495","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80b53e97d410e495","status":"passed","time":{"start":1707775025517,"stop":1707775025518,"duration":1}},{"uid":"4f0d2b81ab082d0e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f0d2b81ab082d0e","status":"passed","time":{"start":1707774827052,"stop":1707774827053,"duration":1}},{"uid":"d43a29ca1a0fa86c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d43a29ca1a0fa86c","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"duration":1}},{"uid":"f8876d26a0c30c5a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8876d26a0c30c5a","status":"passed","time":{"start":1707769627284,"stop":1707769627285,"duration":1}},{"uid":"82374cabb599d3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/82374cabb599d3ee","status":"passed","time":{"start":1707759722019,"stop":1707759722019,"duration":0}},{"uid":"58b810a826842a18","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58b810a826842a18","status":"passed","time":{"start":1707757416823,"stop":1707757416829,"duration":6}},{"uid":"93405b1f53074303","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93405b1f53074303","status":"passed","time":{"start":1707756046588,"stop":1707756046589,"duration":1}},{"uid":"159922295c04b595","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/159922295c04b595","status":"passed","time":{"start":1707753464661,"stop":1707753464661,"duration":0}},{"uid":"9269615d64b0c4ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9269615d64b0c4ca","status":"passed","time":{"start":1707753192926,"stop":1707753192927,"duration":1}},{"uid":"eea1f8302affb0dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eea1f8302affb0dd","status":"passed","time":{"start":1707750593499,"stop":1707750593500,"duration":1}},{"uid":"de6df0619fd5ae2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de6df0619fd5ae2d","status":"passed","time":{"start":1707736510871,"stop":1707736510871,"duration":0}},{"uid":"8ea4c93f84cdafb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ea4c93f84cdafb1","status":"passed","time":{"start":1707735692277,"stop":1707735692278,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d634b1598ad19bf4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d634b1598ad19bf4","status":"passed","time":{"start":1707778370028,"stop":1707778370029,"duration":1}},{"uid":"a6ff3dbd88a32b6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6ff3dbd88a32b6c","status":"passed","time":{"start":1707775644357,"stop":1707775644358,"duration":1}},{"uid":"7b0ad1870eabbb85","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b0ad1870eabbb85","status":"passed","time":{"start":1707775439255,"stop":1707775439258,"duration":3}},{"uid":"b19b4d8a6679482a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19b4d8a6679482a","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"c55cd4dff62ca5ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c55cd4dff62ca5ec","status":"passed","time":{"start":1707770140537,"stop":1707770140538,"duration":1}},{"uid":"d267614957314773","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d267614957314773","status":"passed","time":{"start":1707760337682,"stop":1707760337682,"duration":0}},{"uid":"5ad25f35976a2766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ad25f35976a2766","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"88a26630556c50fb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88a26630556c50fb","status":"passed","time":{"start":1707756656801,"stop":1707756656801,"duration":0}},{"uid":"b7ed8d10741cca98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7ed8d10741cca98","status":"passed","time":{"start":1707753960365,"stop":1707753960365,"duration":0}},{"uid":"6f8b90d61cdcf4ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f8b90d61cdcf4ec","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"25db387ee2326c20","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25db387ee2326c20","status":"passed","time":{"start":1707751157939,"stop":1707751157939,"duration":0}},{"uid":"d625e180882e402a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d625e180882e402a","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"d1cad39fd753b803","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1cad39fd753b803","status":"passed","time":{"start":1707736314165,"stop":1707736314166,"duration":1}}]},"d5269639c708458a87d4d292173bc4a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e70ce637e93453d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e70ce637e93453d3","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7646de0339f5b8a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7646de0339f5b8a2","status":"passed","time":{"start":1707778326667,"stop":1707778326667,"duration":0}},{"uid":"eca089fe1f8b2e73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eca089fe1f8b2e73","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"30c29216703463a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30c29216703463a8","status":"passed","time":{"start":1707775405807,"stop":1707775405808,"duration":1}},{"uid":"a99f85e3e9cae80b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a99f85e3e9cae80b","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"duration":0}},{"uid":"87d1c9a36bb09918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87d1c9a36bb09918","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"ce588728f87e9fd2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce588728f87e9fd2","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"5ec2b17fcc267cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2b17fcc267cc","status":"passed","time":{"start":1707757992699,"stop":1707757992700,"duration":1}},{"uid":"2114e47016c577dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2114e47016c577dc","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"a2bae93b4b21bfea","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2bae93b4b21bfea","status":"passed","time":{"start":1707753926589,"stop":1707753926590,"duration":1}},{"uid":"29892b6cf640cf52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29892b6cf640cf52","status":"passed","time":{"start":1707753779033,"stop":1707753779034,"duration":1}},{"uid":"e62d757fc68ae4ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e62d757fc68ae4ac","status":"passed","time":{"start":1707751117676,"stop":1707751117676,"duration":0}},{"uid":"ed86b534627453b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed86b534627453b5","status":"passed","time":{"start":1707737065099,"stop":1707737065100,"duration":1}},{"uid":"fdcbcedde776c778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fdcbcedde776c778","status":"passed","time":{"start":1707736281628,"stop":1707736281629,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2eb858a5babb4af1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2eb858a5babb4af1","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"c492b163cc88082f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c492b163cc88082f","status":"passed","time":{"start":1707775545746,"stop":1707775545747,"duration":1}},{"uid":"1e8919eb317ff046","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e8919eb317ff046","status":"passed","time":{"start":1707775359955,"stop":1707775359956,"duration":1}},{"uid":"ba403caf040f893","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba403caf040f893","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0}},{"uid":"21cd967be031425e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21cd967be031425e","status":"passed","time":{"start":1707770099498,"stop":1707770099499,"duration":1}},{"uid":"cceeb52d4e954876","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cceeb52d4e954876","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"1ada207d9815f83f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ada207d9815f83f","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"45a1828b06fa0fcb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/45a1828b06fa0fcb","status":"passed","time":{"start":1707756564915,"stop":1707756564915,"duration":0}},{"uid":"4bd19e7b7c3c02c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bd19e7b7c3c02c6","status":"passed","time":{"start":1707753906987,"stop":1707753906988,"duration":1}},{"uid":"dd8b3bcd7b99d4af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd8b3bcd7b99d4af","status":"passed","time":{"start":1707753724178,"stop":1707753724178,"duration":0}},{"uid":"ac72a27a3be80d08","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac72a27a3be80d08","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"661fa1f2a8de0812","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/661fa1f2a8de0812","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"afe3e79bcd66438c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/afe3e79bcd66438c","status":"passed","time":{"start":1707736227474,"stop":1707736227474,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"569eb59f8356ea44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/569eb59f8356ea44","status":"passed","time":{"start":1707777977660,"stop":1707777977660,"duration":0}},{"uid":"31d13a9d4bf07e5d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31d13a9d4bf07e5d","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"e18394b19c8b06d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e18394b19c8b06d3","status":"passed","time":{"start":1707775082007,"stop":1707775082008,"duration":1}},{"uid":"a867c869c30d4eb0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a867c869c30d4eb0","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"duration":1}},{"uid":"a97a526b42e62327","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a97a526b42e62327","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"473d21e4f904d8b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/473d21e4f904d8b4","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"bbcbe08e2ae97c8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbcbe08e2ae97c8f","status":"passed","time":{"start":1707757624871,"stop":1707757624871,"duration":0}},{"uid":"db53da5e458d1b73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db53da5e458d1b73","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"7980e90ae6c5d61d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7980e90ae6c5d61d","status":"passed","time":{"start":1707753651140,"stop":1707753651140,"duration":0}},{"uid":"625df75fd0cc31fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/625df75fd0cc31fc","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"322ee344f625a6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/322ee344f625a6a","status":"passed","time":{"start":1707750722038,"stop":1707750722038,"duration":0}},{"uid":"dec5f92f14865ccb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dec5f92f14865ccb","status":"passed","time":{"start":1707736708319,"stop":1707736708320,"duration":1}},{"uid":"729a132a4b691630","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/729a132a4b691630","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8a8cbff062b4368","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8a8cbff062b4368","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"edfaf5992f643196","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/edfaf5992f643196","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"3cc63b15daf08789","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3cc63b15daf08789","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"a56a7947f3c96ab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a56a7947f3c96ab7","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"3ce18e57c3a37d98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3ce18e57c3a37d98","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"14bc6f56a106b2c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/14bc6f56a106b2c2","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"73d4fbc38e2ec54b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/73d4fbc38e2ec54b","status":"passed","time":{"start":1707758004335,"stop":1707758004335,"duration":0}},{"uid":"79ee904be6579aea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ee904be6579aea","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"d3b8494da9bf4876","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3b8494da9bf4876","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"9de13a1359284a75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9de13a1359284a75","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"805b429f962228c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/805b429f962228c","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ba379cc30543b7f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba379cc30543b7f9","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"79149912f38f3f25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79149912f38f3f25","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8917cc5dfeecc941","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8917cc5dfeecc941","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"3ad3f75f34b912ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3ad3f75f34b912ef","status":"passed","time":{"start":1707775074351,"stop":1707775074352,"duration":1}},{"uid":"4532648fc56db3de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4532648fc56db3de","status":"passed","time":{"start":1707774894885,"stop":1707774894885,"duration":0}},{"uid":"36940ae2cca0f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36940ae2cca0f6","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"c376280ea7234148","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c376280ea7234148","status":"passed","time":{"start":1707769675176,"stop":1707769675177,"duration":1}},{"uid":"4742102fa38f58f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4742102fa38f58f0","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"908b67e69c4c96db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/908b67e69c4c96db","status":"passed","time":{"start":1707757465315,"stop":1707757465316,"duration":1}},{"uid":"ab5aa9142f0d6a7e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab5aa9142f0d6a7e","status":"passed","time":{"start":1707756093659,"stop":1707756093659,"duration":0}},{"uid":"1b449e1701d8508e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b449e1701d8508e","status":"passed","time":{"start":1707753515349,"stop":1707753515349,"duration":0}},{"uid":"da0155d4266772e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0155d4266772e","status":"passed","time":{"start":1707753244109,"stop":1707753244109,"duration":0}},{"uid":"25b9e35427e4035d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25b9e35427e4035d","status":"passed","time":{"start":1707750644847,"stop":1707750644848,"duration":1}},{"uid":"e29530a00c16518a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e29530a00c16518a","status":"passed","time":{"start":1707736558942,"stop":1707736558943,"duration":1}},{"uid":"9d8ed7e8fa43ef68","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d8ed7e8fa43ef68","status":"passed","time":{"start":1707735741831,"stop":1707735741832,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a08856a07d02b33f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a08856a07d02b33f","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"d9ceef2df37972a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9ceef2df37972a0","status":"passed","time":{"start":1707775644355,"stop":1707775644355,"duration":0}},{"uid":"92d4cde3e83e61d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92d4cde3e83e61d","status":"passed","time":{"start":1707775439253,"stop":1707775439253,"duration":0}},{"uid":"412b69b031b2b1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412b69b031b2b1a7","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"duration":1}},{"uid":"d434de6dc0eb6a07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d434de6dc0eb6a07","status":"passed","time":{"start":1707770140536,"stop":1707770140536,"duration":0}},{"uid":"3d1e2233329a69de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d1e2233329a69de","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"2b679186563fe31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b679186563fe31b","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"97a8c2c806b14342","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97a8c2c806b14342","status":"passed","time":{"start":1707756656798,"stop":1707756656799,"duration":1}},{"uid":"56a824550cd9acb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/56a824550cd9acb7","status":"passed","time":{"start":1707753960363,"stop":1707753960363,"duration":0}},{"uid":"97d3f032be6bc50b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97d3f032be6bc50b","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"2e2903da921c352c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e2903da921c352c","status":"passed","time":{"start":1707751157936,"stop":1707751157937,"duration":1}},{"uid":"6d3ca7bf0cc3a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3ca7bf0cc3a14","status":"passed","time":{"start":1707737112732,"stop":1707737112733,"duration":1}},{"uid":"e5d85a6cae39e560","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5d85a6cae39e560","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6206c054bf074d66","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6206c054bf074d66","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"1e5d109674051f73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1e5d109674051f73","status":"passed","time":{"start":1707775017701,"stop":1707775017702,"duration":1}},{"uid":"f9c482e0b42b47b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9c482e0b42b47b5","status":"passed","time":{"start":1707774819159,"stop":1707774819159,"duration":0}},{"uid":"646c82f5bc73d915","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/646c82f5bc73d915","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"duration":0}},{"uid":"f3469a69a5edbf28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3469a69a5edbf28","status":"passed","time":{"start":1707769619250,"stop":1707769619250,"duration":0}},{"uid":"398c4d8f37b756b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/398c4d8f37b756b1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"d389ba3ca19ce900","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d389ba3ca19ce900","status":"passed","time":{"start":1707757408922,"stop":1707757408923,"duration":1}},{"uid":"450bae27dea325d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/450bae27dea325d8","status":"passed","time":{"start":1707756038650,"stop":1707756038650,"duration":0}},{"uid":"13008b657cdded4c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13008b657cdded4c","status":"passed","time":{"start":1707753456820,"stop":1707753456820,"duration":0}},{"uid":"c03030b96472aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c03030b96472aff","status":"passed","time":{"start":1707753185027,"stop":1707753185027,"duration":0}},{"uid":"a87f31a5259bc5cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a87f31a5259bc5cb","status":"passed","time":{"start":1707750585690,"stop":1707750585691,"duration":1}},{"uid":"e892c9cf1d7866d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e892c9cf1d7866d0","status":"passed","time":{"start":1707736503243,"stop":1707736503244,"duration":1}},{"uid":"411495905f91a19f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411495905f91a19f","status":"passed","time":{"start":1707735684540,"stop":1707735684541,"duration":1}}]},"126ef0c38a93fe123cedda3d406f6396:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f04ba08d7736d6dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f04ba08d7736d6dd","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5ee3f5122245bb7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ee3f5122245bb7","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"2390a8dc584c72b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2390a8dc584c72b1","status":"passed","time":{"start":1707775409486,"stop":1707775409486,"duration":0}},{"uid":"dbdc1d9114e6d76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbdc1d9114e6d76","status":"passed","time":{"start":1707775219999,"stop":1707775219999,"duration":0}},{"uid":"ac662093166956c0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac662093166956c0","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"f9108c86c707a7de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9108c86c707a7de","status":"passed","time":{"start":1707769994544,"stop":1707769994545,"duration":1}},{"uid":"7ceae96e787e2308","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ceae96e787e2308","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"b1c5a2500ca36eac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c5a2500ca36eac","status":"passed","time":{"start":1707757804299,"stop":1707757804300,"duration":1}},{"uid":"74808431b01b0e31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74808431b01b0e31","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"e2ddf5d094d6824","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ddf5d094d6824","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"e6f8b0081e2a37c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6f8b0081e2a37c0","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"9ca64168a8a3f328","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ca64168a8a3f328","status":"passed","time":{"start":1707750964807,"stop":1707750964808,"duration":1}},{"uid":"d14572bd2ed34797","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d14572bd2ed34797","status":"passed","time":{"start":1707736890439,"stop":1707736890440,"duration":1}},{"uid":"3aa02924569a1748","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3aa02924569a1748","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"9b3a0aa697ffbe4c6fc2b8521278f2a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b866e0ccf578bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b866e0ccf578bf","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"806f8b6dada15613","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/806f8b6dada15613","status":"passed","time":{"start":1707777826932,"stop":1707777826933,"duration":1}},{"uid":"885c80ed4fd1fb81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/885c80ed4fd1fb81","status":"passed","time":{"start":1707775103555,"stop":1707775103556,"duration":1}},{"uid":"82fc967656c75df6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82fc967656c75df6","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"44cb93a9ba7b6758","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44cb93a9ba7b6758","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1}},{"uid":"8a54efcf2f34b3e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a54efcf2f34b3e8","status":"passed","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"44c201017079f49d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44c201017079f49d","status":"passed","time":{"start":1707759800532,"stop":1707759800533,"duration":1}},{"uid":"b6d3b310706d36ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b6d3b310706d36ad","status":"passed","time":{"start":1707757496503,"stop":1707757496504,"duration":1}},{"uid":"13e4c57c2a30b484","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13e4c57c2a30b484","status":"passed","time":{"start":1707756124839,"stop":1707756124840,"duration":1}},{"uid":"bbf770427d2a0467","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbf770427d2a0467","status":"passed","time":{"start":1707753544142,"stop":1707753544142,"duration":0}},{"uid":"8e11dc4bc91edfc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e11dc4bc91edfc","status":"passed","time":{"start":1707753273868,"stop":1707753273869,"duration":1}},{"uid":"b52b6f45eaf926fe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b52b6f45eaf926fe","status":"passed","time":{"start":1707750672012,"stop":1707750672013,"duration":1}},{"uid":"12e61a18de78d9b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/12e61a18de78d9b5","status":"passed","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"f58550f2f8b62562","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f58550f2f8b62562","status":"passed","time":{"start":1707735772598,"stop":1707735772598,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95fb9343acb76dee","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95fb9343acb76dee","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"85ce9145c6ccbb7d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85ce9145c6ccbb7d","status":"passed","time":{"start":1707775040579,"stop":1707775040579,"duration":0}},{"uid":"3ef618ce2ab11800","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ef618ce2ab11800","status":"passed","time":{"start":1707774842473,"stop":1707774842474,"duration":1}},{"uid":"e7efc4408d106eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7efc4408d106eae","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"duration":1}},{"uid":"41f66814d4b9cdc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f66814d4b9cdc8","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"aa3f8545d92195eb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa3f8545d92195eb","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"5fa0fd3124133a6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5fa0fd3124133a6a","status":"passed","time":{"start":1707757432393,"stop":1707757432393,"duration":0}},{"uid":"f922ffabeafd68f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f922ffabeafd68f8","status":"passed","time":{"start":1707756061420,"stop":1707756061421,"duration":1}},{"uid":"a3f8bcb314315985","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3f8bcb314315985","status":"passed","time":{"start":1707753479974,"stop":1707753479975,"duration":1}},{"uid":"47d90ec02b35162a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/47d90ec02b35162a","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"79041000f1a69082","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79041000f1a69082","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"291479623e7d4d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/291479623e7d4d6","status":"passed","time":{"start":1707736526330,"stop":1707736526331,"duration":1}},{"uid":"671e073ca66364b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/671e073ca66364b8","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e49b6e912d2f82d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e49b6e912d2f82d","status":"passed","time":{"start":1707778034786,"stop":1707778034786,"duration":0}},{"uid":"4c6d5d9825a4e2a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4c6d5d9825a4e2a0","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"6c0a70b60647c4e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c0a70b60647c4e","status":"passed","time":{"start":1707775129517,"stop":1707775129517,"duration":0}},{"uid":"1d6b9378e332bed6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6b9378e332bed6","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"duration":1}},{"uid":"5a67123891356ce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a67123891356ce1","status":"passed","time":{"start":1707769919572,"stop":1707769919572,"duration":0}},{"uid":"41fcde10ded8c07a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/41fcde10ded8c07a","status":"passed","time":{"start":1707760025485,"stop":1707760025486,"duration":1}},{"uid":"8ac3102f151b66f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ac3102f151b66f4","status":"passed","time":{"start":1707757709188,"stop":1707757709189,"duration":1}},{"uid":"d5637206f87d6233","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d5637206f87d6233","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"a9d7d8a0fa14bfd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9d7d8a0fa14bfd0","status":"passed","time":{"start":1707753751251,"stop":1707753751251,"duration":0}},{"uid":"63f4eec0bb61613","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/63f4eec0bb61613","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"8a508e39a2e2b63a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a508e39a2e2b63a","status":"passed","time":{"start":1707750881806,"stop":1707750881807,"duration":1}},{"uid":"fe999c297e77ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe999c297e77ce30","status":"passed","time":{"start":1707736800765,"stop":1707736800766,"duration":1}},{"uid":"2dc6eb7b3f291a06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2dc6eb7b3f291a06","status":"passed","time":{"start":1707736013454,"stop":1707736013454,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fc4b807ca1645ffd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc4b807ca1645ffd","status":"passed","time":{"start":1707778114667,"stop":1707778114668,"duration":1}},{"uid":"c611a7704710dc1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c611a7704710dc1b","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"ad8e6f60def43973","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8e6f60def43973","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"45f6b1e94af14c95","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45f6b1e94af14c95","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"3c681cedf2f57e20","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c681cedf2f57e20","status":"passed","time":{"start":1707769983270,"stop":1707769983271,"duration":1}},{"uid":"9aec5ca2f3745ff0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9aec5ca2f3745ff0","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"a73208b73e94357b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a73208b73e94357b","status":"passed","time":{"start":1707757790729,"stop":1707757790729,"duration":0}},{"uid":"39aa4884635e1cd4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39aa4884635e1cd4","status":"passed","time":{"start":1707756409539,"stop":1707756409540,"duration":1}},{"uid":"3b4e09bc044f3adb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b4e09bc044f3adb","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"65995ba6464591fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65995ba6464591fc","status":"passed","time":{"start":1707753573524,"stop":1707753573524,"duration":0}},{"uid":"683118f1536b1d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/683118f1536b1d5b","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"7e4c611c6b35693a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e4c611c6b35693a","status":"passed","time":{"start":1707736878961,"stop":1707736878961,"duration":0}},{"uid":"705addae23fb10e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/705addae23fb10e8","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4529898190b8b08e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4529898190b8b08e","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"ca3a218aceb3b610","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca3a218aceb3b610","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"c993d3ee9cbcaf96","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c993d3ee9cbcaf96","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"ca3489251f0a65fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca3489251f0a65fa","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"24983a0ece8673c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/24983a0ece8673c6","status":"passed","time":{"start":1707769628075,"stop":1707769628076,"duration":1}},{"uid":"b36edf07227d4e19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b36edf07227d4e19","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"abe1116e86efee78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abe1116e86efee78","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"e433b29ddd2ebd10","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e433b29ddd2ebd10","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"76671a3eeeffc6b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76671a3eeeffc6b","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"73c6d2e92b4c0402","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73c6d2e92b4c0402","status":"passed","time":{"start":1707753193771,"stop":1707753193772,"duration":1}},{"uid":"e7cfdc7fdc4f3a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e7cfdc7fdc4f3a2","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"e2cc0f611b427b8f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2cc0f611b427b8f","status":"passed","time":{"start":1707736511728,"stop":1707736511728,"duration":0}},{"uid":"310f9e4542ed76b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/310f9e4542ed76b8","status":"passed","time":{"start":1707735693120,"stop":1707735693121,"duration":1}}]},"db42ca8e13734a8e96829e5f7eb957f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26c153f82772071f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26c153f82772071f","status":"passed","time":{"start":1707737124650,"stop":1707737124653,"duration":3}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ffbd8880a72d3f0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffbd8880a72d3f0e","status":"passed","time":{"start":1707777741288,"stop":1707777741288,"duration":0}},{"uid":"c7bb4695d0d097c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7bb4695d0d097c4","status":"passed","time":{"start":1707775017704,"stop":1707775017704,"duration":0}},{"uid":"4f19c5be654ca70c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f19c5be654ca70c","status":"passed","time":{"start":1707774819161,"stop":1707774819162,"duration":1}},{"uid":"2837b3c06df9adf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2837b3c06df9adf7","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"duration":1}},{"uid":"57e8b3095e179ded","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e8b3095e179ded","status":"passed","time":{"start":1707769619253,"stop":1707769619253,"duration":0}},{"uid":"9da46701e30b67d1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9da46701e30b67d1","status":"passed","time":{"start":1707759714509,"stop":1707759714510,"duration":1}},{"uid":"156e37e6523a52fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/156e37e6523a52fb","status":"passed","time":{"start":1707757408926,"stop":1707757408927,"duration":1}},{"uid":"c92d3600d27cb1ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c92d3600d27cb1ba","status":"passed","time":{"start":1707756038653,"stop":1707756038653,"duration":0}},{"uid":"e2ff49d261550b54","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ff49d261550b54","status":"passed","time":{"start":1707753456822,"stop":1707753456822,"duration":0}},{"uid":"cafdde02d3d37722","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cafdde02d3d37722","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"7d777381cc07faff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d777381cc07faff","status":"passed","time":{"start":1707750585693,"stop":1707750585693,"duration":0}},{"uid":"8f12c426907d0955","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f12c426907d0955","status":"passed","time":{"start":1707736503247,"stop":1707736503247,"duration":0}},{"uid":"e4376036d8ce8b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4376036d8ce8b15","status":"passed","time":{"start":1707735684543,"stop":1707735684543,"duration":0}}]},"ba507e470577c4067f55b7663aa142fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51c0062d6234fbf7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51c0062d6234fbf7","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"96e333e10a583a58","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/96e333e10a583a58","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"38d6fd1e618bed1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38d6fd1e618bed1b","status":"passed","time":{"start":1707775649286,"stop":1707775649286,"duration":0}},{"uid":"badb9cf83bbf95b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/badb9cf83bbf95b5","status":"passed","time":{"start":1707775456619,"stop":1707775456620,"duration":1}},{"uid":"52ebd6dab5acf144","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ebd6dab5acf144","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1}},{"uid":"20548902d2007bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20548902d2007bc3","status":"passed","time":{"start":1707770165178,"stop":1707770165187,"duration":9}},{"uid":"cc5bf33d85fdeef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc5bf33d85fdeef","status":"passed","time":{"start":1707760340807,"stop":1707760340808,"duration":1}},{"uid":"b48fe76777e87fed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b48fe76777e87fed","status":"broken","statusDetails":"done() called multiple times in hook of file /home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts","time":{"start":1707758024237,"stop":1707758024238,"duration":1}},{"uid":"8bda614fefdf977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8bda614fefdf977","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"7aae9c9b51762da2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aae9c9b51762da2","status":"passed","time":{"start":1707753975681,"stop":1707753975682,"duration":1}},{"uid":"3b2227bf2e880a0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3b2227bf2e880a0f","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"8af169a50b1b033f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8af169a50b1b033f","status":"passed","time":{"start":1707751167358,"stop":1707751167359,"duration":1}},{"uid":"38cd0b37246c644","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38cd0b37246c644","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"8a24b878c1f81684","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8a24b878c1f81684","status":"passed","time":{"start":1707736323080,"stop":1707736323080,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8ec892e6933c653","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8ec892e6933c653","status":"passed","time":{"start":1707778060802,"stop":1707778060802,"duration":0}},{"uid":"1c4c5885c62a746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c4c5885c62a746","status":"passed","time":{"start":1707775339578,"stop":1707775339579,"duration":1}},{"uid":"37be8e355779b5ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37be8e355779b5ee","status":"passed","time":{"start":1707775146026,"stop":1707775146027,"duration":1}},{"uid":"c08c2a9c4f797b5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c08c2a9c4f797b5b","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1}},{"uid":"f22eea9ba8e741f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f22eea9ba8e741f0","status":"passed","time":{"start":1707769941592,"stop":1707769941592,"duration":0}},{"uid":"ce7b01d2ad759e3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce7b01d2ad759e3f","status":"passed","time":{"start":1707760043795,"stop":1707760043796,"duration":1}},{"uid":"885d7bb74422a506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/885d7bb74422a506","status":"passed","time":{"start":1707757737713,"stop":1707757737713,"duration":0}},{"uid":"d4658308a018c18b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4658308a018c18b","status":"passed","time":{"start":1707756354876,"stop":1707756354877,"duration":1}},{"uid":"ecb515062593ba84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ecb515062593ba84","status":"passed","time":{"start":1707753752605,"stop":1707753752605,"duration":0}},{"uid":"28405266d3168bf4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/28405266d3168bf4","status":"passed","time":{"start":1707753516213,"stop":1707753516213,"duration":0}},{"uid":"ceb124e64216d756","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ceb124e64216d756","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"50a1eec0f013d6e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50a1eec0f013d6e8","status":"passed","time":{"start":1707736826035,"stop":1707736826036,"duration":1}},{"uid":"7146ed08ec51d06f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7146ed08ec51d06f","status":"passed","time":{"start":1707736021608,"stop":1707736021609,"duration":1}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"62ae8f65f8ab6a7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62ae8f65f8ab6a7d","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"7c5fa9c6dd4f5b92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c5fa9c6dd4f5b92","status":"passed","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"bb6c917b01a7db67","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6c917b01a7db67","status":"passed","time":{"start":1707775494270,"stop":1707775494271,"duration":1}},{"uid":"1e9ecdd4e6d51310","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e9ecdd4e6d51310","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"266bbc46b10fa615","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/266bbc46b10fa615","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"b46c1daf45897720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b46c1daf45897720","status":"passed","time":{"start":1707760374674,"stop":1707760374675,"duration":1}},{"uid":"f1f31c242b4d093e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1f31c242b4d093e","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"640f4715e5e09ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640f4715e5e09ef7","status":"passed","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"8f3be6eaf93252c1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f3be6eaf93252c1","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"eeaecb02be603461","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eeaecb02be603461","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"429cd73517352e4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/429cd73517352e4d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"32c45b41c64d872f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c45b41c64d872f","status":"passed","time":{"start":1707737173814,"stop":1707737173815,"duration":1}},{"uid":"ecd3cc603a198bcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ecd3cc603a198bcf","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"adb700bfe552336f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/adb700bfe552336f","status":"passed","time":{"start":1707778379764,"stop":1707778379764,"duration":0}},{"uid":"f7cfdb33e6fdcaec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7cfdb33e6fdcaec","status":"passed","time":{"start":1707775649288,"stop":1707775649288,"duration":0}},{"uid":"85054aed5e4ab878","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85054aed5e4ab878","status":"passed","time":{"start":1707775456622,"stop":1707775456623,"duration":1}},{"uid":"ed6da84c39ab5ef7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed6da84c39ab5ef7","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1}},{"uid":"e7d9d8fb10dacd07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7d9d8fb10dacd07","status":"passed","time":{"start":1707770165191,"stop":1707770165192,"duration":1}},{"uid":"87e1da8bb8240fd6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87e1da8bb8240fd6","status":"passed","time":{"start":1707760340809,"stop":1707760340810,"duration":1}},{"uid":"659f070582e45c36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/659f070582e45c36","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"6240b89647d7603","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6240b89647d7603","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"6d2678eff895046a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6d2678eff895046a","status":"passed","time":{"start":1707753824711,"stop":1707753824711,"duration":0}},{"uid":"3e2978b34dd9aa34","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e2978b34dd9aa34","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"6022d2da9f4f287a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6022d2da9f4f287a","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"ac3989e59e23f93c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ac3989e59e23f93c","status":"passed","time":{"start":1707736323082,"stop":1707736323082,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a0eebd169271c6d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a0eebd169271c6d5","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"bf53b8e542b95f39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf53b8e542b95f39","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"cdea8d876f1abb83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cdea8d876f1abb83","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"75cdb84c4885aaff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75cdb84c4885aaff","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"e0faef295f5032bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0faef295f5032bc","status":"passed","time":{"start":1707769628076,"stop":1707769628077,"duration":1}},{"uid":"4c20675e975205c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c20675e975205c2","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"5f2a0d16d9c1abe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f2a0d16d9c1abe3","status":"passed","time":{"start":1707757417657,"stop":1707757417657,"duration":0}},{"uid":"e287eca7be8b878c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e287eca7be8b878c","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"94b9f2adc5195e42","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94b9f2adc5195e42","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"9b9d416cef157221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b9d416cef157221","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"f29efad49afe5872","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f29efad49afe5872","status":"passed","time":{"start":1707750594357,"stop":1707750594358,"duration":1}},{"uid":"56392d7f8c10080b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/56392d7f8c10080b","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"bad176f9f0aa86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bad176f9f0aa86","status":"passed","time":{"start":1707735693121,"stop":1707735693122,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dc8cbac83d19e8d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc8cbac83d19e8d3","status":"passed","time":{"start":1707777977674,"stop":1707777977675,"duration":1}},{"uid":"538dca336f2897ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/538dca336f2897ce","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"2ae874be3c8087be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2ae874be3c8087be","status":"passed","time":{"start":1707775082035,"stop":1707775082036,"duration":1}},{"uid":"17ae69826e4e109c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17ae69826e4e109c","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"4daca129cef2bed0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4daca129cef2bed0","status":"passed","time":{"start":1707769841911,"stop":1707769841912,"duration":1}},{"uid":"acc63f676652be78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acc63f676652be78","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"3088fb93aa86b418","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3088fb93aa86b418","status":"passed","time":{"start":1707757624891,"stop":1707757624892,"duration":1}},{"uid":"22b9b15eecab061","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/22b9b15eecab061","status":"passed","time":{"start":1707756261844,"stop":1707756261845,"duration":1}},{"uid":"799b450313d32210","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/799b450313d32210","status":"passed","time":{"start":1707753651191,"stop":1707753651192,"duration":1}},{"uid":"a7aed392c1344a79","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7aed392c1344a79","status":"passed","time":{"start":1707753409609,"stop":1707753409610,"duration":1}},{"uid":"581c49712a1e4f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/581c49712a1e4f55","status":"passed","time":{"start":1707750722059,"stop":1707750722060,"duration":1}},{"uid":"85c27812274830d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85c27812274830d3","status":"passed","time":{"start":1707736708338,"stop":1707736708339,"duration":1}},{"uid":"9c339e3daddc3bd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c339e3daddc3bd","status":"passed","time":{"start":1707735914399,"stop":1707735914400,"duration":1}}]},"525b4a1bb6b28f9b3d9961aadf7f3542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"623e5ac6e09c2f39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/623e5ac6e09c2f39","status":"passed","time":{"start":1707760301810,"stop":1707760301810,"duration":0}}]},"063029445ded32ca5eff3c3b1fb11b4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4049212aa2aab7b3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4049212aa2aab7b3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b535eba848a941f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b535eba848a941f","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"6f66dfe6ff0a78e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f66dfe6ff0a78e1","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"941c6f3bc77d5f07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941c6f3bc77d5f07","status":"passed","time":{"start":1707775082019,"stop":1707775082020,"duration":1}},{"uid":"dcd4e5b292f8a81d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd4e5b292f8a81d","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"duration":0}},{"uid":"bef75511cc2bad35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bef75511cc2bad35","status":"passed","time":{"start":1707769841900,"stop":1707769841901,"duration":1}},{"uid":"c5baaccdecd589dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5baaccdecd589dd","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"e970d67bfcccc286","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e970d67bfcccc286","status":"passed","time":{"start":1707757624877,"stop":1707757624878,"duration":1}},{"uid":"fe425bb50864a16e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe425bb50864a16e","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"57ebf91ab90dd443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57ebf91ab90dd443","status":"passed","time":{"start":1707753651168,"stop":1707753651169,"duration":1}},{"uid":"a70ecb37d1e76910","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a70ecb37d1e76910","status":"passed","time":{"start":1707753409587,"stop":1707753409587,"duration":0}},{"uid":"1b7615e2f187732d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b7615e2f187732d","status":"passed","time":{"start":1707750722050,"stop":1707750722051,"duration":1}},{"uid":"6afbda95bf73891c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6afbda95bf73891c","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"d12b7f577996215f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d12b7f577996215f","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe8e76a30443f782","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe8e76a30443f782","status":"passed","time":{"start":1707777749088,"stop":1707777749089,"duration":1}},{"uid":"fd3e24849bda072e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd3e24849bda072e","status":"passed","time":{"start":1707775025522,"stop":1707775025523,"duration":1}},{"uid":"dd4d1642c5ddc60f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd4d1642c5ddc60f","status":"passed","time":{"start":1707774827055,"stop":1707774827055,"duration":0}},{"uid":"27c52fdd7f63c869","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/27c52fdd7f63c869","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"duration":1}},{"uid":"955079a80fed7f4c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/955079a80fed7f4c","status":"passed","time":{"start":1707769627287,"stop":1707769627287,"duration":0}},{"uid":"72123905fa415f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72123905fa415f23","status":"passed","time":{"start":1707759722024,"stop":1707759722025,"duration":1}},{"uid":"ee2d058cd6362dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee2d058cd6362dc7","status":"passed","time":{"start":1707757416831,"stop":1707757416831,"duration":0}},{"uid":"bc22ca7a5e0d677","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc22ca7a5e0d677","status":"passed","time":{"start":1707756046590,"stop":1707756046591,"duration":1}},{"uid":"13423970596a6832","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13423970596a6832","status":"passed","time":{"start":1707753464663,"stop":1707753464664,"duration":1}},{"uid":"334246c016408cbc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/334246c016408cbc","status":"passed","time":{"start":1707753192931,"stop":1707753192931,"duration":0}},{"uid":"90a1ed84954855ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90a1ed84954855ae","status":"passed","time":{"start":1707750593502,"stop":1707750593503,"duration":1}},{"uid":"126f02786be8c8c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/126f02786be8c8c3","status":"passed","time":{"start":1707736510875,"stop":1707736510875,"duration":0}},{"uid":"4186f257c4f5004","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4186f257c4f5004","status":"passed","time":{"start":1707735692282,"stop":1707735692283,"duration":1}}]},"1e94d23ab23324d7c4773ba9e319d9e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c39cdd845606e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45c39cdd845606e5","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"46650b72499c92577e1bd413ce6a6fda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a737c065e4b26a4c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a737c065e4b26a4c","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3c0d4672e1314cc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c0d4672e1314cc4","status":"passed","time":{"start":1707778379763,"stop":1707778379763,"duration":0}},{"uid":"d20c59fd830afce3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20c59fd830afce3","status":"passed","time":{"start":1707775649287,"stop":1707775649287,"duration":0}},{"uid":"d8e7b6ee025dca09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e7b6ee025dca09","status":"passed","time":{"start":1707775456620,"stop":1707775456622,"duration":2}},{"uid":"f5d594b4851742e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5d594b4851742e8","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"duration":1}},{"uid":"2521b89c4958677","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2521b89c4958677","status":"passed","time":{"start":1707770165189,"stop":1707770165190,"duration":1}},{"uid":"545e0f3c309eff17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/545e0f3c309eff17","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"443daa18a86b2a18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/443daa18a86b2a18","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"64577a7214ab3194","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/64577a7214ab3194","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"4280cad3961d3545","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4280cad3961d3545","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"55d1f73e2daa453e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55d1f73e2daa453e","status":"passed","time":{"start":1707751167360,"stop":1707751167360,"duration":0}},{"uid":"869bc49f9888f02d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/869bc49f9888f02d","status":"passed","time":{"start":1707737129080,"stop":1707737129081,"duration":1}},{"uid":"f1635bcfeb5c1313","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1635bcfeb5c1313","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3d54c4579734b938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d54c4579734b938","status":"passed","time":{"start":1707778360548,"stop":1707778360548,"duration":0}},{"uid":"a494579211bef150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a494579211bef150","status":"passed","time":{"start":1707775635823,"stop":1707775635823,"duration":0}},{"uid":"fe59beae2edde09a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe59beae2edde09a","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"ebf734d2fd18d743","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebf734d2fd18d743","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"2d83c6fb25bcc132","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d83c6fb25bcc132","status":"passed","time":{"start":1707770148426,"stop":1707770148426,"duration":0}},{"uid":"5d8932f185d235a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d8932f185d235a3","status":"passed","time":{"start":1707760329143,"stop":1707760329143,"duration":0}},{"uid":"fa87d9cb419b9164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa87d9cb419b9164","status":"passed","time":{"start":1707758022104,"stop":1707758022105,"duration":1}},{"uid":"80150f8b24abb0ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80150f8b24abb0ac","status":"passed","time":{"start":1707756648883,"stop":1707756648888,"duration":5}},{"uid":"f9e361316d8c9015","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f9e361316d8c9015","status":"passed","time":{"start":1707753961166,"stop":1707753961166,"duration":0}},{"uid":"e069226dbe49001d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e069226dbe49001d","status":"passed","time":{"start":1707753814893,"stop":1707753814894,"duration":1}},{"uid":"74c5b3915cfee82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74c5b3915cfee82a","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"fb898df493366c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb898df493366c82","status":"passed","time":{"start":1707736309871,"stop":1707736309871,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca196f36b32414c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca196f36b32414c2","status":"passed","time":{"start":1707777826927,"stop":1707777826927,"duration":0}},{"uid":"d08c1c4de4c53d34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d08c1c4de4c53d34","status":"passed","time":{"start":1707775103552,"stop":1707775103552,"duration":0}},{"uid":"4ba20524fadfcd41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ba20524fadfcd41","status":"passed","time":{"start":1707774906441,"stop":1707774906441,"duration":0}},{"uid":"8908cd8928916ea7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8908cd8928916ea7","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0}},{"uid":"d6f96458aa3497a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f96458aa3497a4","status":"passed","time":{"start":1707769706524,"stop":1707769706525,"duration":1}},{"uid":"46234c1f81e6bade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46234c1f81e6bade","status":"passed","time":{"start":1707759800529,"stop":1707759800529,"duration":0}},{"uid":"7c9c90e4e4830c31","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c9c90e4e4830c31","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"9abca46520dc0137","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9abca46520dc0137","status":"passed","time":{"start":1707756124834,"stop":1707756124835,"duration":1}},{"uid":"423f67b0b2f55a0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/423f67b0b2f55a0e","status":"passed","time":{"start":1707753544134,"stop":1707753544135,"duration":1}},{"uid":"69229c4d747c20ac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/69229c4d747c20ac","status":"passed","time":{"start":1707753273863,"stop":1707753273864,"duration":1}},{"uid":"667a7bf53311731a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/667a7bf53311731a","status":"passed","time":{"start":1707750672010,"stop":1707750672010,"duration":0}},{"uid":"a9a18124ce0b6d05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9a18124ce0b6d05","status":"passed","time":{"start":1707736588884,"stop":1707736588885,"duration":1}},{"uid":"8bf51165d27a873b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8bf51165d27a873b","status":"passed","time":{"start":1707735772594,"stop":1707735772594,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"59e5256e043fd57c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59e5256e043fd57c","status":"passed","time":{"start":1707777972997,"stop":1707777972998,"duration":1}},{"uid":"e64d7e4c40d7269b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e64d7e4c40d7269b","status":"passed","time":{"start":1707775244527,"stop":1707775244528,"duration":1}},{"uid":"5a77fba4cda0c905","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a77fba4cda0c905","status":"passed","time":{"start":1707775050816,"stop":1707775050816,"duration":0}},{"uid":"ab594840c6e935a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab594840c6e935a3","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"381da12171c18088","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/381da12171c18088","status":"passed","time":{"start":1707769843142,"stop":1707769843142,"duration":0}},{"uid":"9e938a207e469e40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e938a207e469e40","status":"passed","time":{"start":1707759965191,"stop":1707759965192,"duration":1}},{"uid":"77d360f6e40120c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77d360f6e40120c2","status":"passed","time":{"start":1707757644388,"stop":1707757644388,"duration":0}},{"uid":"a86fe405765ca910","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a86fe405765ca910","status":"passed","time":{"start":1707756267903,"stop":1707756267904,"duration":1}},{"uid":"c97f071d81142ade","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97f071d81142ade","status":"passed","time":{"start":1707753668029,"stop":1707753668030,"duration":1}},{"uid":"4ba3e86851b7afb2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4ba3e86851b7afb2","status":"passed","time":{"start":1707753423534,"stop":1707753423536,"duration":2}},{"uid":"5412c529f39f58c3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5412c529f39f58c3","status":"passed","time":{"start":1707750796029,"stop":1707750796029,"duration":0}},{"uid":"3db1a7d3c92f330a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3db1a7d3c92f330a","status":"passed","time":{"start":1707736730642,"stop":1707736730643,"duration":1}},{"uid":"ca0697d234a468be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca0697d234a468be","status":"passed","time":{"start":1707735912117,"stop":1707735912118,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe64402cb1f4f7c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe64402cb1f4f7c2","status":"passed","time":{"start":1707778202480,"stop":1707778202481,"duration":1}},{"uid":"47cad5ad196469c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47cad5ad196469c6","status":"passed","time":{"start":1707775486626,"stop":1707775486627,"duration":1}},{"uid":"deaea763b7d961e6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/deaea763b7d961e6","status":"passed","time":{"start":1707775300136,"stop":1707775300136,"duration":0}},{"uid":"f100af6c9b87404e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f100af6c9b87404e","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"7bbf70b6ebeb900b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bbf70b6ebeb900b","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"af25543a0a2f0fff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af25543a0a2f0fff","status":"passed","time":{"start":1707760174021,"stop":1707760174021,"duration":0}},{"uid":"fa452014b1c57929","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa452014b1c57929","status":"passed","time":{"start":1707757873921,"stop":1707757873922,"duration":1}},{"uid":"deb8b0f5efc5d35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deb8b0f5efc5d35","status":"passed","time":{"start":1707756499904,"stop":1707756499905,"duration":1}},{"uid":"c962b215d834b49f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c962b215d834b49f","status":"passed","time":{"start":1707753870443,"stop":1707753870444,"duration":1}},{"uid":"ebf699269038ccae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ebf699269038ccae","status":"passed","time":{"start":1707753647509,"stop":1707753647510,"duration":1}},{"uid":"8adea621f4a46897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8adea621f4a46897","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"7e45176d0a4ac03c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e45176d0a4ac03c","status":"passed","time":{"start":1707736947845,"stop":1707736947846,"duration":1}},{"uid":"21168fe77a8c369b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21168fe77a8c369b","status":"passed","time":{"start":1707736152503,"stop":1707736152504,"duration":1}}]},"25f20a4b01e669e1d7ccf9a151d029bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"706e5c2b9852269a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706e5c2b9852269a","status":"passed","time":{"start":1707760174030,"stop":1707760174031,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b5416d8ee996d99","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b5416d8ee996d99","status":"passed","time":{"start":1707778114671,"stop":1707778114671,"duration":0}},{"uid":"ff9cbd3d3cbed39c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff9cbd3d3cbed39c","status":"passed","time":{"start":1707775395373,"stop":1707775395373,"duration":0}},{"uid":"1cedba2ecbc6e545","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1cedba2ecbc6e545","status":"passed","time":{"start":1707775205626,"stop":1707775205626,"duration":0}},{"uid":"86b00576ebcc9e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86b00576ebcc9e9a","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0}},{"uid":"ac5a21f41cb80f0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5a21f41cb80f0f","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"4f28cb3efa8046b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f28cb3efa8046b4","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"b2899f201699da3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2899f201699da3b","status":"passed","time":{"start":1707757790733,"stop":1707757790734,"duration":1}},{"uid":"208b1e424cf8ea98","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/208b1e424cf8ea98","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"38d8a945fd56baf5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/38d8a945fd56baf5","status":"passed","time":{"start":1707753793187,"stop":1707753793187,"duration":0}},{"uid":"c2c3b8cfbafed536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2c3b8cfbafed536","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"be43061078b5f4d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be43061078b5f4d4","status":"passed","time":{"start":1707750953978,"stop":1707750953978,"duration":0}},{"uid":"7d0cf54e0de3bd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d0cf54e0de3bd9","status":"passed","time":{"start":1707736878964,"stop":1707736878965,"duration":1}},{"uid":"93318dee70ba6fcc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/93318dee70ba6fcc","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bda06b25e792005","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bda06b25e792005","status":"passed","time":{"start":1707778202464,"stop":1707778202465,"duration":1}},{"uid":"a583c65d06c4ce9f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a583c65d06c4ce9f","status":"passed","time":{"start":1707775486609,"stop":1707775486610,"duration":1}},{"uid":"595282dfa4250a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/595282dfa4250a9e","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"c0abd36bf1436e9d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0abd36bf1436e9d","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"8018eb9d3a870406","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8018eb9d3a870406","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"798e436780f26493","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/798e436780f26493","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"d12be3a7c132359b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d12be3a7c132359b","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"32fdccae028a2c22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32fdccae028a2c22","status":"passed","time":{"start":1707756499896,"stop":1707756499897,"duration":1}},{"uid":"956165c5574e4c79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956165c5574e4c79","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"b8746c283df7e323","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8746c283df7e323","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"d4e4b77022cc3e5e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d4e4b77022cc3e5e","status":"passed","time":{"start":1707751019562,"stop":1707751019563,"duration":1}},{"uid":"51f81f2d0a9eaf84","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51f81f2d0a9eaf84","status":"passed","time":{"start":1707736947837,"stop":1707736947838,"duration":1}},{"uid":"d89ec88c1b8da73c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d89ec88c1b8da73c","status":"passed","time":{"start":1707736152496,"stop":1707736152497,"duration":1}}]},"543da2d33ef85e2dfed7622b735756fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cd5b5051a6d921c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd5b5051a6d921c","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"ec6268eae069ad00","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec6268eae069ad00","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"88c73138abe95e32","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/88c73138abe95e32","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"20e993ceb6505275","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20e993ceb6505275","status":"passed","time":{"start":1707775390221,"stop":1707775390222,"duration":1}},{"uid":"48d879a9e04b932f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48d879a9e04b932f","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1}},{"uid":"d54026700eb423d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d54026700eb423d6","status":"passed","time":{"start":1707760301801,"stop":1707760301801,"duration":0}},{"uid":"c950942efd0fb7ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c950942efd0fb7ab","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"68fac36437a98e94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/68fac36437a98e94","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"d8ac271c3b727de5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8ac271c3b727de5","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"613a74f2d5112489","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/613a74f2d5112489","status":"passed","time":{"start":1707753782731,"stop":1707753782732,"duration":1}},{"uid":"c9d58bc3e2875d1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d58bc3e2875d1c","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"8ee3b0b54b94b80a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ee3b0b54b94b80a","status":"passed","time":{"start":1707737091297,"stop":1707737091297,"duration":0}},{"uid":"aeb808fe28cf272d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aeb808fe28cf272d","status":"passed","time":{"start":1707736260117,"stop":1707736260118,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a7cb167f6e736e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a7cb167f6e736e9","status":"passed","time":{"start":1707778058486,"stop":1707778058487,"duration":1}},{"uid":"87cc90417bd7a48a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87cc90417bd7a48a","status":"passed","time":{"start":1707775337145,"stop":1707775337146,"duration":1}},{"uid":"a4ff69c15b8116db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4ff69c15b8116db","status":"passed","time":{"start":1707775143599,"stop":1707775143599,"duration":0}},{"uid":"b5ba2cce04506e91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5ba2cce04506e91","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"duration":1}},{"uid":"f2eac8e03041c253","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f2eac8e03041c253","status":"passed","time":{"start":1707769940207,"stop":1707769940207,"duration":0}},{"uid":"63985c11bf567dc5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63985c11bf567dc5","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"915d808faceecdf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/915d808faceecdf1","status":"passed","time":{"start":1707757736392,"stop":1707757736393,"duration":1}},{"uid":"2feb5f00def3c0c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2feb5f00def3c0c1","status":"passed","time":{"start":1707756352339,"stop":1707756352340,"duration":1}},{"uid":"449a65fc9e80e430","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/449a65fc9e80e430","status":"passed","time":{"start":1707753768708,"stop":1707753768709,"duration":1}},{"uid":"39b1365e3b1fd86f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39b1365e3b1fd86f","status":"passed","time":{"start":1707753512767,"stop":1707753512767,"duration":0}},{"uid":"2b9364830ab1e3a4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b9364830ab1e3a4","status":"passed","time":{"start":1707750899681,"stop":1707750899681,"duration":0}},{"uid":"9a2a4f5518e6285e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a2a4f5518e6285e","status":"passed","time":{"start":1707736822678,"stop":1707736822679,"duration":1}},{"uid":"d08da675dea8db0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d08da675dea8db0","status":"passed","time":{"start":1707736014741,"stop":1707736014742,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"38def58a22170086","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38def58a22170086","status":"passed","time":{"start":1707777997120,"stop":1707777997120,"duration":0}},{"uid":"9728532c40b25a38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9728532c40b25a38","status":"passed","time":{"start":1707775275758,"stop":1707775275758,"duration":0}},{"uid":"a3149816878be736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a3149816878be736","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1707775085897,"stop":1707775085897,"duration":0}},{"uid":"1efc86d6490e971d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1efc86d6490e971d","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"484a1f380c2efa0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/484a1f380c2efa0e","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"95abee5ee703a30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95abee5ee703a30","status":"passed","time":{"start":1707759981480,"stop":1707759981481,"duration":1}},{"uid":"8cbd583b030f5694","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8cbd583b030f5694","status":"passed","time":{"start":1707757676050,"stop":1707757676051,"duration":1}},{"uid":"5a5881fb3a9b7ef6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a5881fb3a9b7ef6","status":"passed","time":{"start":1707756304435,"stop":1707756304435,"duration":0}},{"uid":"b8f2e8b67baf4e2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8f2e8b67baf4e2a","status":"passed","time":{"start":1707753713266,"stop":1707753713267,"duration":1}},{"uid":"f9333a0c57dc281b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f9333a0c57dc281b","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"e4acae91e3e17475","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4acae91e3e17475","status":"passed","time":{"start":1707750840054,"stop":1707750840054,"duration":0}},{"uid":"d9f84136fa01dce7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9f84136fa01dce7","status":"passed","time":{"start":1707736765048,"stop":1707736765048,"duration":0}},{"uid":"ad19fab6eb889e03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad19fab6eb889e03","status":"passed","time":{"start":1707735955264,"stop":1707735955264,"duration":0}}]},"cd1c199ba3cff6ab6f0a357d3cc43a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cce35b23f96f09f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cce35b23f96f09f0","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a20198cf565c3194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a20198cf565c3194","status":"passed","time":{"start":1707778332051,"stop":1707778332051,"duration":0}},{"uid":"8bf4ca0cde68fef3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bf4ca0cde68fef3","status":"passed","time":{"start":1707775601727,"stop":1707775601727,"duration":0}},{"uid":"5cc271571505f2a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5cc271571505f2a5","status":"passed","time":{"start":1707775415220,"stop":1707775415220,"duration":0}},{"uid":"654f3b56788ce516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/654f3b56788ce516","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"99f47c6677d03f76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/99f47c6677d03f76","status":"passed","time":{"start":1707770103227,"stop":1707770103229,"duration":2}},{"uid":"e5291f7ff9bfcc17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5291f7ff9bfcc17","status":"passed","time":{"start":1707760299493,"stop":1707760299493,"duration":0}},{"uid":"eac35a8e6071d85","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac35a8e6071d85","status":"passed","time":{"start":1707757995161,"stop":1707757995162,"duration":1}},{"uid":"2b7c76041882d1cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b7c76041882d1cc","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"5fd54b7fa49162b6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5fd54b7fa49162b6","status":"passed","time":{"start":1707753925426,"stop":1707753925427,"duration":1}},{"uid":"b282c12c23c1a8d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b282c12c23c1a8d0","status":"passed","time":{"start":1707753785898,"stop":1707753785899,"duration":1}},{"uid":"d3919ff422f2a849","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3919ff422f2a849","status":"passed","time":{"start":1707751137103,"stop":1707751137103,"duration":0}},{"uid":"e135b7b49e84221c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e135b7b49e84221c","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"2ec44e9744017821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ec44e9744017821","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca263dff0091ed83","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca263dff0091ed83","status":"passed","time":{"start":1707777741284,"stop":1707777741285,"duration":1}},{"uid":"925787f5572ff4f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/925787f5572ff4f9","status":"passed","time":{"start":1707775017700,"stop":1707775017700,"duration":0}},{"uid":"76e69ac03efb56c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76e69ac03efb56c0","status":"passed","time":{"start":1707774819158,"stop":1707774819158,"duration":0}},{"uid":"350038fe77584430","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/350038fe77584430","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"duration":0}},{"uid":"5c4372106bea23d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c4372106bea23d5","status":"passed","time":{"start":1707769619246,"stop":1707769619247,"duration":1}},{"uid":"39d5e318ce0581dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d5e318ce0581dd","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"2474df7020a29a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2474df7020a29a6f","status":"passed","time":{"start":1707757408920,"stop":1707757408921,"duration":1}},{"uid":"4f328fbf36e75eaa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f328fbf36e75eaa","status":"passed","time":{"start":1707756038648,"stop":1707756038649,"duration":1}},{"uid":"dc03e1a93cf607f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc03e1a93cf607f5","status":"passed","time":{"start":1707753456819,"stop":1707753456819,"duration":0}},{"uid":"8ecd5a5c94ae0c59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ecd5a5c94ae0c59","status":"passed","time":{"start":1707753185026,"stop":1707753185026,"duration":0}},{"uid":"d37803ec3ed9ce10","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d37803ec3ed9ce10","status":"passed","time":{"start":1707750585689,"stop":1707750585690,"duration":1}},{"uid":"fdc327b473696805","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdc327b473696805","status":"passed","time":{"start":1707736503241,"stop":1707736503242,"duration":1}},{"uid":"29e99ddab98e7492","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29e99ddab98e7492","status":"passed","time":{"start":1707735684539,"stop":1707735684540,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d65dc63da6b54220","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d65dc63da6b54220","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"287982de8a2cdd19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/287982de8a2cdd19","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"32aedfccb9377581","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32aedfccb9377581","status":"passed","time":{"start":1707775390237,"stop":1707775390238,"duration":1}},{"uid":"a954f7a94ada029e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a954f7a94ada029e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"ef43f4d1b2cc4a34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef43f4d1b2cc4a34","status":"passed","time":{"start":1707769968721,"stop":1707769968722,"duration":1}},{"uid":"af8fef5aae686c2e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8fef5aae686c2e","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"738e49df2ce6cd36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/738e49df2ce6cd36","status":"passed","time":{"start":1707758006714,"stop":1707758006715,"duration":1}},{"uid":"3240346548fafca5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3240346548fafca5","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ebc02c60c6799be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ebc02c60c6799be","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"a516b2046154440f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a516b2046154440f","status":"passed","time":{"start":1707753782761,"stop":1707753782762,"duration":1}},{"uid":"9f663d4b24aec647","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f663d4b24aec647","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"2866f7ff5a7fddfd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2866f7ff5a7fddfd","status":"passed","time":{"start":1707737091349,"stop":1707737091349,"duration":0}},{"uid":"702e2b0b369dae85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/702e2b0b369dae85","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ba30d426a4fe95f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ba30d426a4fe95f","status":"passed","time":{"start":1707778202475,"stop":1707778202476,"duration":1}},{"uid":"7787ae850162c6ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7787ae850162c6ce","status":"passed","time":{"start":1707775486615,"stop":1707775486616,"duration":1}},{"uid":"67bdcb2ea247dd8b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67bdcb2ea247dd8b","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"eaaf00acc2b9b4bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaaf00acc2b9b4bd","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"duration":1}},{"uid":"201c5a21991c2bcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/201c5a21991c2bcc","status":"passed","time":{"start":1707770051363,"stop":1707770051364,"duration":1}},{"uid":"75ef734656f3a439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/75ef734656f3a439","status":"passed","time":{"start":1707760174011,"stop":1707760174012,"duration":1}},{"uid":"687e01a19bf7647d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/687e01a19bf7647d","status":"passed","time":{"start":1707757873910,"stop":1707757873917,"duration":7}},{"uid":"23fadfdc7e218d63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23fadfdc7e218d63","status":"passed","time":{"start":1707756499900,"stop":1707756499900,"duration":0}},{"uid":"6721f2c3605b4ffd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6721f2c3605b4ffd","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"afc3ee815a3ac30d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc3ee815a3ac30d","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"c5c10950ecd5af6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5c10950ecd5af6a","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"7b6d4656eec4aebd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b6d4656eec4aebd","status":"passed","time":{"start":1707736947840,"stop":1707736947841,"duration":1}},{"uid":"dfc2593fb1f79ad7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dfc2593fb1f79ad7","status":"passed","time":{"start":1707736152499,"stop":1707736152500,"duration":1}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b19231e5b55de02","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b19231e5b55de02","status":"passed","time":{"start":1707777798762,"stop":1707777798762,"duration":0}},{"uid":"d20dfdede6bd30fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20dfdede6bd30fe","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"e31f334974b09a9a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e31f334974b09a9a","status":"passed","time":{"start":1707774880419,"stop":1707774880420,"duration":1}},{"uid":"30583484cf060d7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30583484cf060d7c","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"duration":1}},{"uid":"317c2ad7f47d5c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317c2ad7f47d5c98","status":"passed","time":{"start":1707769677703,"stop":1707769677706,"duration":3}},{"uid":"1258cf9a81875b00","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1258cf9a81875b00","status":"passed","time":{"start":1707759769673,"stop":1707759769674,"duration":1}},{"uid":"fc37ac223cc6546f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc37ac223cc6546f","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"601ad2be3b35e057","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/601ad2be3b35e057","status":"passed","time":{"start":1707756096178,"stop":1707756096180,"duration":2}},{"uid":"58f6fdc6629494cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58f6fdc6629494cf","status":"passed","time":{"start":1707753517974,"stop":1707753517975,"duration":1}},{"uid":"1067d3122c598f5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1067d3122c598f5f","status":"passed","time":{"start":1707753244728,"stop":1707753244729,"duration":1}},{"uid":"8a40d904e96ac004","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a40d904e96ac004","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"37ff88baaea15224","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37ff88baaea15224","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"4ea0398471c8ce38","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ea0398471c8ce38","status":"passed","time":{"start":1707735743496,"stop":1707735743507,"duration":11}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6bf3a0add9bf1a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bf3a0add9bf1a5e","status":"passed","time":{"start":1707778114662,"stop":1707778114663,"duration":1}},{"uid":"9580c2b808b91c7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9580c2b808b91c7b","status":"passed","time":{"start":1707775395368,"stop":1707775395368,"duration":0}},{"uid":"7e35d6b5fc29dd35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e35d6b5fc29dd35","status":"passed","time":{"start":1707775205621,"stop":1707775205621,"duration":0}},{"uid":"8f183c9e6553580e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f183c9e6553580e","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2}},{"uid":"e0457a82dde465f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0457a82dde465f1","status":"passed","time":{"start":1707769983263,"stop":1707769983265,"duration":2}},{"uid":"46e74ed58dbb1cc6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46e74ed58dbb1cc6","status":"passed","time":{"start":1707760095395,"stop":1707760095395,"duration":0}},{"uid":"45f3fb090d38f967","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f3fb090d38f967","status":"passed","time":{"start":1707757790725,"stop":1707757790725,"duration":0}},{"uid":"c402795ee6a9a805","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c402795ee6a9a805","status":"passed","time":{"start":1707756409537,"stop":1707756409537,"duration":0}},{"uid":"265e184521ce4ba3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/265e184521ce4ba3","status":"passed","time":{"start":1707753793181,"stop":1707753793181,"duration":0}},{"uid":"4466bcfb05a056a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4466bcfb05a056a7","status":"passed","time":{"start":1707753573521,"stop":1707753573522,"duration":1}},{"uid":"80bccc7a770a37b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/80bccc7a770a37b1","status":"passed","time":{"start":1707750953969,"stop":1707750953969,"duration":0}},{"uid":"d41c09fe486fd8f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d41c09fe486fd8f9","status":"passed","time":{"start":1707736878958,"stop":1707736878959,"duration":1}},{"uid":"78e186e1a51d66e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78e186e1a51d66e6","status":"passed","time":{"start":1707736081263,"stop":1707736081263,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1a42c040938475e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1a42c040938475e2","status":"passed","time":{"start":1707777749094,"stop":1707777749095,"duration":1}},{"uid":"c362ce3ee400dcdf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c362ce3ee400dcdf","status":"passed","time":{"start":1707775025527,"stop":1707775025528,"duration":1}},{"uid":"c939338dbdcdb082","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c939338dbdcdb082","status":"passed","time":{"start":1707774827058,"stop":1707774827061,"duration":3}},{"uid":"ac41648ca8a77ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac41648ca8a77ce7","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"duration":1}},{"uid":"d887c406e112e221","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d887c406e112e221","status":"passed","time":{"start":1707769627290,"stop":1707769627290,"duration":0}},{"uid":"9d001c59658bae99","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d001c59658bae99","status":"passed","time":{"start":1707759722030,"stop":1707759722030,"duration":0}},{"uid":"8a8f2627d063e7a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a8f2627d063e7a","status":"passed","time":{"start":1707757416838,"stop":1707757416839,"duration":1}},{"uid":"a0dfc516ed3f6a36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0dfc516ed3f6a36","status":"passed","time":{"start":1707756046593,"stop":1707756046606,"duration":13}},{"uid":"d2b07f7afe04d508","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b07f7afe04d508","status":"passed","time":{"start":1707753464666,"stop":1707753464667,"duration":1}},{"uid":"9280ccb63468bcf6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9280ccb63468bcf6","status":"passed","time":{"start":1707753192937,"stop":1707753192937,"duration":0}},{"uid":"88e4a0d43e439725","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88e4a0d43e439725","status":"passed","time":{"start":1707750593505,"stop":1707750593506,"duration":1}},{"uid":"9d731018f44d1976","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d731018f44d1976","status":"passed","time":{"start":1707736510878,"stop":1707736510879,"duration":1}},{"uid":"ef94876b43233b5a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef94876b43233b5a","status":"passed","time":{"start":1707735692289,"stop":1707735692290,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e071922f0322cb03","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e071922f0322cb03","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"6d3429db9b598062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d3429db9b598062","status":"passed","time":{"start":1707775258466,"stop":1707775258466,"duration":0}},{"uid":"24c9d497d894df4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/24c9d497d894df4","status":"passed","time":{"start":1707775082031,"stop":1707775082031,"duration":0}},{"uid":"77f40b650b5b4afe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/77f40b650b5b4afe","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"efe140c723343c7e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efe140c723343c7e","status":"passed","time":{"start":1707769841908,"stop":1707769841909,"duration":1}},{"uid":"7b1082b602be7279","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b1082b602be7279","status":"passed","time":{"start":1707759921462,"stop":1707759921462,"duration":0}},{"uid":"f2d213ae34c1573c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d213ae34c1573c","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"83bdeb03f73a759f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/83bdeb03f73a759f","status":"passed","time":{"start":1707756261833,"stop":1707756261834,"duration":1}},{"uid":"6f765cb4d5e2d398","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f765cb4d5e2d398","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"687886af3c1d51ff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/687886af3c1d51ff","status":"passed","time":{"start":1707753409600,"stop":1707753409604,"duration":4}},{"uid":"90ec76c13cdc4b87","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90ec76c13cdc4b87","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"cfe3948a2a95fef1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfe3948a2a95fef1","status":"passed","time":{"start":1707736708335,"stop":1707736708336,"duration":1}},{"uid":"aa673cd8f5cc56ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa673cd8f5cc56ca","status":"passed","time":{"start":1707735914393,"stop":1707735914394,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c25b09f16352cdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c25b09f16352cdc","status":"passed","time":{"start":1707777818742,"stop":1707777818743,"duration":1}},{"uid":"7270f375391d2021","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7270f375391d2021","status":"passed","time":{"start":1707775095410,"stop":1707775095410,"duration":0}},{"uid":"63d6fa4ed844087","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63d6fa4ed844087","status":"passed","time":{"start":1707774915339,"stop":1707774915340,"duration":1}},{"uid":"725f36f743b267cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/725f36f743b267cc","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0}},{"uid":"e1619b1a29ce03a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1619b1a29ce03a4","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"6400f07bdbe3c6dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6400f07bdbe3c6dc","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"7fade6ed5fa9641f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7fade6ed5fa9641f","status":"passed","time":{"start":1707757488461,"stop":1707757488461,"duration":0}},{"uid":"e74182c17fa10b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74182c17fa10b54","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"945628cc541b2aae","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/945628cc541b2aae","status":"passed","time":{"start":1707753533385,"stop":1707753533385,"duration":0}},{"uid":"eee781eb0f824f59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eee781eb0f824f59","status":"passed","time":{"start":1707753263798,"stop":1707753263798,"duration":0}},{"uid":"456806416a83f4c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/456806416a83f4c5","status":"passed","time":{"start":1707750661592,"stop":1707750661592,"duration":0}},{"uid":"d3c21985fff08850","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3c21985fff08850","status":"passed","time":{"start":1707736580002,"stop":1707736580003,"duration":1}},{"uid":"c3193031a34c68ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c3193031a34c68ed","status":"passed","time":{"start":1707735764683,"stop":1707735764684,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c41a57051589413","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c41a57051589413","status":"passed","time":{"start":1707778058488,"stop":1707778058488,"duration":0}},{"uid":"e171cf868d003ece","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e171cf868d003ece","status":"passed","time":{"start":1707775337147,"stop":1707775337148,"duration":1}},{"uid":"6fa7fc64a049f759","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6fa7fc64a049f759","status":"passed","time":{"start":1707775143600,"stop":1707775143600,"duration":0}},{"uid":"5b76bb849a4669ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b76bb849a4669ee","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"2ea6f3a02f3ee46e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea6f3a02f3ee46e","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"f5fa47448d55328f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f5fa47448d55328f","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"e6fa953151ec3dd9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6fa953151ec3dd9","status":"passed","time":{"start":1707757736394,"stop":1707757736396,"duration":2}},{"uid":"a3f7a10bb27d94f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3f7a10bb27d94f5","status":"passed","time":{"start":1707756352340,"stop":1707756352341,"duration":1}},{"uid":"e5a980448c87897d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a980448c87897d","status":"passed","time":{"start":1707753768709,"stop":1707753768710,"duration":1}},{"uid":"96274e73bab4c7fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96274e73bab4c7fe","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"823718d7ec59b708","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/823718d7ec59b708","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"d28d5b330d5cd44f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d28d5b330d5cd44f","status":"passed","time":{"start":1707736822681,"stop":1707736822681,"duration":0}},{"uid":"39e6c6b4d1342a76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/39e6c6b4d1342a76","status":"passed","time":{"start":1707736014742,"stop":1707736014743,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"625c5342064dbd49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/625c5342064dbd49","status":"passed","time":{"start":1707777977662,"stop":1707777977662,"duration":0}},{"uid":"97dced019765ddb3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/97dced019765ddb3","status":"passed","time":{"start":1707775258452,"stop":1707775258453,"duration":1}},{"uid":"583cb5e479d8c966","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/583cb5e479d8c966","status":"passed","time":{"start":1707775082009,"stop":1707775082010,"duration":1}},{"uid":"dda2805c6a76dea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dda2805c6a76dea1","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"duration":1}},{"uid":"8b325b93775e1e55","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b325b93775e1e55","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"52d5807ada75188","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52d5807ada75188","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"66df3ae0c570eb2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66df3ae0c570eb2a","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"eaf6116f80cca4f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eaf6116f80cca4f1","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"5ee67ab5aa66ab7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ee67ab5aa66ab7f","status":"passed","time":{"start":1707753651143,"stop":1707753651144,"duration":1}},{"uid":"dfec36dc32c3926d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dfec36dc32c3926d","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"58361b31888aae50","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/58361b31888aae50","status":"passed","time":{"start":1707750722040,"stop":1707750722045,"duration":5}},{"uid":"4fee544baa584d33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4fee544baa584d33","status":"passed","time":{"start":1707736708324,"stop":1707736708325,"duration":1}},{"uid":"ad1d262a2b99cdb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad1d262a2b99cdb","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50d6d16620d9cb5b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50d6d16620d9cb5b","status":"passed","time":{"start":1707778357268,"stop":1707778357268,"duration":0}},{"uid":"966100cdee34aa8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/966100cdee34aa8","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"9ba6c0561cdb8bff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ba6c0561cdb8bff","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"6df8b426819fbd25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6df8b426819fbd25","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"duration":0}},{"uid":"cd73fd582af5ab6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd73fd582af5ab6","status":"passed","time":{"start":1707770134574,"stop":1707770134575,"duration":1}},{"uid":"88df4754c567b8ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88df4754c567b8ce","status":"passed","time":{"start":1707760319220,"stop":1707760319220,"duration":0}},{"uid":"7f64639c8170fc03","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f64639c8170fc03","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"df0604db777fdd7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df0604db777fdd7c","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"d52ee4c39094ad8c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d52ee4c39094ad8c","status":"passed","time":{"start":1707753945998,"stop":1707753945999,"duration":1}},{"uid":"515716311084276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515716311084276a","status":"passed","time":{"start":1707753803975,"stop":1707753803976,"duration":1}},{"uid":"5f0e31d9ca53023a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5f0e31d9ca53023a","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"58a20531c8f04ac7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58a20531c8f04ac7","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"30337436a6090587","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30337436a6090587","status":"passed","time":{"start":1707736302667,"stop":1707736302667,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a6d75f3b564c72f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6d75f3b564c72f1","status":"passed","time":{"start":1707778114681,"stop":1707778114682,"duration":1}},{"uid":"ef5873bbaf2aec34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef5873bbaf2aec34","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"fc754611ddffe191","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc754611ddffe191","status":"passed","time":{"start":1707775205636,"stop":1707775205636,"duration":0}},{"uid":"ce27878d48fa8d2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce27878d48fa8d2b","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0}},{"uid":"682e6995c793595b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682e6995c793595b","status":"passed","time":{"start":1707769983285,"stop":1707769983286,"duration":1}},{"uid":"5d5a63e17ee51668","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d5a63e17ee51668","status":"passed","time":{"start":1707760095409,"stop":1707760095409,"duration":0}},{"uid":"8ecceef5052ef9b0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ecceef5052ef9b0","status":"passed","time":{"start":1707757790740,"stop":1707757790741,"duration":1}},{"uid":"cd26d48f7aa98c1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd26d48f7aa98c1b","status":"passed","time":{"start":1707756409552,"stop":1707756409553,"duration":1}},{"uid":"bada3d2cd618337b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bada3d2cd618337b","status":"passed","time":{"start":1707753793196,"stop":1707753793197,"duration":1}},{"uid":"8035bceabdd9cf22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8035bceabdd9cf22","status":"passed","time":{"start":1707753573537,"stop":1707753573538,"duration":1}},{"uid":"c884ad531c7692b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c884ad531c7692b4","status":"passed","time":{"start":1707750953986,"stop":1707750953987,"duration":1}},{"uid":"9bb2732dace032a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9bb2732dace032a6","status":"passed","time":{"start":1707736878973,"stop":1707736878973,"duration":0}},{"uid":"667e240c93ce3a8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/667e240c93ce3a8d","status":"passed","time":{"start":1707736081278,"stop":1707736081278,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4e818d8189018042","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e818d8189018042","status":"passed","time":{"start":1707777977659,"stop":1707777977660,"duration":1}},{"uid":"90e7d5d0afe3dbbf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/90e7d5d0afe3dbbf","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"bb6d1b7adecb4c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6d1b7adecb4c95","status":"passed","time":{"start":1707775081997,"stop":1707775082004,"duration":7}},{"uid":"e6c946f1f68adb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6c946f1f68adb1","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"a06c7ac018d818f7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a06c7ac018d818f7","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"f25fb3a0fea3ec2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f25fb3a0fea3ec2d","status":"passed","time":{"start":1707759921446,"stop":1707759921447,"duration":1}},{"uid":"759aed2e207e7e4d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/759aed2e207e7e4d","status":"passed","time":{"start":1707757624870,"stop":1707757624871,"duration":1}},{"uid":"56e0514112d44336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56e0514112d44336","status":"passed","time":{"start":1707756261746,"stop":1707756261747,"duration":1}},{"uid":"f16201ece0d54db8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f16201ece0d54db8","status":"passed","time":{"start":1707753651136,"stop":1707753651136,"duration":0}},{"uid":"fdd00599c6c95c3b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd00599c6c95c3b","status":"passed","time":{"start":1707753409579,"stop":1707753409580,"duration":1}},{"uid":"25cb6e830237f76d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25cb6e830237f76d","status":"passed","time":{"start":1707750722037,"stop":1707750722038,"duration":1}},{"uid":"d766ab7f62a00374","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d766ab7f62a00374","status":"passed","time":{"start":1707736708318,"stop":1707736708319,"duration":1}},{"uid":"1dbdde0222ae1fc4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dbdde0222ae1fc4","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"40b700a4aff8893e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40b700a4aff8893e","status":"passed","time":{"start":1707778338831,"stop":1707778338832,"duration":1}},{"uid":"bff49d0cb09909e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bff49d0cb09909e1","status":"passed","time":{"start":1707775602012,"stop":1707775602013,"duration":1}},{"uid":"c4723d36a52e7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4723d36a52e7b","status":"passed","time":{"start":1707775390219,"stop":1707775390220,"duration":1}},{"uid":"3f00d15db25ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f00d15db25ad8f8","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1}},{"uid":"3d4fc4aabcb3910b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d4fc4aabcb3910b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1707769968720,"stop":1707769968721,"duration":1}},{"uid":"1691685ecf94b374","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1691685ecf94b374","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"83a9b5a811c1789a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83a9b5a811c1789a","status":"passed","time":{"start":1707758006702,"stop":1707758006703,"duration":1}},{"uid":"54abe516940de7e3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54abe516940de7e3","status":"passed","time":{"start":1707756617032,"stop":1707756617033,"duration":1}},{"uid":"84373c8a73e63ae6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/84373c8a73e63ae6","status":"passed","time":{"start":1707753988873,"stop":1707753988874,"duration":1}},{"uid":"e52e48ed04d4228b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e52e48ed04d4228b","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"37495b6fa0baf1b9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/37495b6fa0baf1b9","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"a90ce22bb9866db1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a90ce22bb9866db1","status":"passed","time":{"start":1707737091295,"stop":1707737091295,"duration":0}},{"uid":"c218bc6ce75ab15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218bc6ce75ab15","status":"passed","time":{"start":1707736260115,"stop":1707736260115,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c55f5d7fb6e628b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c55f5d7fb6e628b","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"3bc1201ef57fcd29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3bc1201ef57fcd29","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"89d0e10eeb245185","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/89d0e10eeb245185","status":"passed","time":{"start":1707774827858,"stop":1707774827859,"duration":1}},{"uid":"c113a33c729c954e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c113a33c729c954e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"adad8a3e37a08251","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adad8a3e37a08251","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"7f9ea101bad31e54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7f9ea101bad31e54","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"58fc1b76249c75e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58fc1b76249c75e3","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"25da8daabb06e811","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25da8daabb06e811","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"8e59477aaf9d9e2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e59477aaf9d9e2","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"8ec9a723bd5ee1ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ec9a723bd5ee1ec","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"89fe0cfc521fc944","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89fe0cfc521fc944","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"6fd5131ae1e085d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6fd5131ae1e085d0","status":"passed","time":{"start":1707736511741,"stop":1707736511742,"duration":1}},{"uid":"325838315b47b4ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325838315b47b4ca","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"854ef5b2ef75ce2a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/854ef5b2ef75ce2a","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"200ac4492e14b2e3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/200ac4492e14b2e3","status":"passed","time":{"start":1707775026268,"stop":1707775026268,"duration":0}},{"uid":"571b5eca2aabc5ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/571b5eca2aabc5ad","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"8af38e2eb2baf574","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8af38e2eb2baf574","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1}},{"uid":"4424293d355a4faa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4424293d355a4faa","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"ace4261bf7d0024c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ace4261bf7d0024c","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"dcc461be8efa8a79","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcc461be8efa8a79","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"567e8fe25e650320","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/567e8fe25e650320","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"1fb76b3a2bd29f61","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1fb76b3a2bd29f61","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"e12a808022bdbcf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e12a808022bdbcf1","status":"passed","time":{"start":1707753193784,"stop":1707753193785,"duration":1}},{"uid":"ede3766143752b7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ede3766143752b7a","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"55a796a925d485c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55a796a925d485c","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"84ef644533d51de1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ef644533d51de1","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1ac0148ad14492d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1ac0148ad14492d2","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"cd172820e67d6362","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd172820e67d6362","status":"passed","time":{"start":1707775026267,"stop":1707775026268,"duration":1}},{"uid":"b3f3398410661c18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3f3398410661c18","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"a42a54c89c5b2ec4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a42a54c89c5b2ec4","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"2395248cf7dad3e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2395248cf7dad3e","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"bf4e0ec77bacb098","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf4e0ec77bacb098","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"2a1ecd9d84a926b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a1ecd9d84a926b1","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"950a6e0fc542c40b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/950a6e0fc542c40b","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"fedf332c921541f8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fedf332c921541f8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"fe8fef3459f38c12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe8fef3459f38c12","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"29a8a0df19d57d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a8a0df19d57d6","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"bdd06bbfec1677ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bdd06bbfec1677ce","status":"passed","time":{"start":1707736511739,"stop":1707736511740,"duration":1}},{"uid":"fcc7b9e7ea22ebe7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcc7b9e7ea22ebe7","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e928d90ebc9703e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e928d90ebc9703e0","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"3acfe22ed86190ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3acfe22ed86190ed","status":"passed","time":{"start":1707775471150,"stop":1707775471151,"duration":1}},{"uid":"700b8f068dd75351","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/700b8f068dd75351","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"58b7a4c63cf9d9b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b7a4c63cf9d9b","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"duration":1}},{"uid":"a30d7d131e5c76aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a30d7d131e5c76aa","status":"passed","time":{"start":1707770054149,"stop":1707770054150,"duration":1}},{"uid":"7830cdc7b235ba2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7830cdc7b235ba2d","status":"passed","time":{"start":1707760163341,"stop":1707760163341,"duration":0}},{"uid":"5bd978badd8f93cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bd978badd8f93cd","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"9e9b5d0646604f4e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e9b5d0646604f4e","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"8f0c17e660e084c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f0c17e660e084c0","status":"passed","time":{"start":1707753863567,"stop":1707753863568,"duration":1}},{"uid":"f343ab451e01acbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f343ab451e01acbe","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"d695170af9518600","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695170af9518600","status":"passed","time":{"start":1707751014394,"stop":1707751014397,"duration":3}},{"uid":"764ff8745a7c5e2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/764ff8745a7c5e2c","status":"passed","time":{"start":1707736941413,"stop":1707736941413,"duration":0}},{"uid":"52a19b440d0147ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/52a19b440d0147ad","status":"passed","time":{"start":1707736158696,"stop":1707736158696,"duration":0}}]},"003b2c332f3fb935c86480112591f79a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25402c778f185e5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25402c778f185e5c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"04c4a64ed1715b6c3d4d338538d8f782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d4c437682596f0c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4c437682596f0c","status":"passed","time":{"start":1707736152510,"stop":1707736152511,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1fa04b77b6a5607c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1fa04b77b6a5607c","status":"passed","time":{"start":1707777997116,"stop":1707777997116,"duration":0}},{"uid":"186e63dffcc07127","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186e63dffcc07127","status":"passed","time":{"start":1707775275753,"stop":1707775275754,"duration":1}},{"uid":"f98eed215b06f196","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f98eed215b06f196","status":"passed","time":{"start":1707775085886,"stop":1707775085887,"duration":1}},{"uid":"7bd6685fb7ab6a21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7bd6685fb7ab6a21","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"duration":0}},{"uid":"c9ae64ab3a263fc9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9ae64ab3a263fc9","status":"passed","time":{"start":1707769883324,"stop":1707769883325,"duration":1}},{"uid":"916f05328ae64275","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/916f05328ae64275","status":"passed","time":{"start":1707759981464,"stop":1707759981465,"duration":1}},{"uid":"a6f1575efc8d02c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a6f1575efc8d02c2","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"1c3fa22e0d0a9a97","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3fa22e0d0a9a97","status":"passed","time":{"start":1707756304430,"stop":1707756304431,"duration":1}},{"uid":"21a123764ac83bcb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/21a123764ac83bcb","status":"passed","time":{"start":1707753713251,"stop":1707753713251,"duration":0}},{"uid":"6bc456dc736f2a29","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6bc456dc736f2a29","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"bdbd82b94f60782b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bdbd82b94f60782b","status":"passed","time":{"start":1707750840043,"stop":1707750840043,"duration":0}},{"uid":"8cd8e9844a8f3f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cd8e9844a8f3f72","status":"passed","time":{"start":1707736765020,"stop":1707736765020,"duration":0}},{"uid":"6715a9059b5f8538","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6715a9059b5f8538","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d84298ef58500244","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d84298ef58500244","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"c1e49cdab40f4a50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1e49cdab40f4a50","status":"passed","time":{"start":1707775017868,"stop":1707775017868,"duration":0}},{"uid":"941df1096280f2ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941df1096280f2ee","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"d3ac8adef3a128a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3ac8adef3a128a","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1}},{"uid":"d3ce609a9b13ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3ce609a9b13ee1d","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"b2dfe3dd167e5c45","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b2dfe3dd167e5c45","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"edf5bbbbe6012e50","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edf5bbbbe6012e50","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"160da9e0c716460a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160da9e0c716460a","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"bc9a9cb41d0f0f65","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc9a9cb41d0f0f65","status":"passed","time":{"start":1707753457115,"stop":1707753457116,"duration":1}},{"uid":"5d030e6f8326825c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d030e6f8326825c","status":"passed","time":{"start":1707753185097,"stop":1707753185098,"duration":1}},{"uid":"277be6d737320279","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/277be6d737320279","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"f5ca9fd7e8ed2403","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5ca9fd7e8ed2403","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"8026f11c2741aa2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8026f11c2741aa2e","status":"passed","time":{"start":1707735684651,"stop":1707735684652,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"872fb10964445932","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/872fb10964445932","status":"passed","time":{"start":1707777859850,"stop":1707777859851,"duration":1}},{"uid":"1d79392b0fd3ab55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d79392b0fd3ab55","status":"passed","time":{"start":1707775133661,"stop":1707775133663,"duration":2}},{"uid":"3636cb0db9593160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3636cb0db9593160","status":"passed","time":{"start":1707774942678,"stop":1707774942679,"duration":1}},{"uid":"b020d4b2d7e59eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b020d4b2d7e59eb8","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"duration":1}},{"uid":"c9af06b87fa97208","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9af06b87fa97208","status":"passed","time":{"start":1707769735030,"stop":1707769735031,"duration":1}},{"uid":"7cbc8bb09d2eecda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cbc8bb09d2eecda","status":"passed","time":{"start":1707759831191,"stop":1707759831192,"duration":1}},{"uid":"4ab58f377c463f6b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ab58f377c463f6b","status":"passed","time":{"start":1707757528818,"stop":1707757528818,"duration":0}},{"uid":"aa0f40501f457415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa0f40501f457415","status":"passed","time":{"start":1707756157288,"stop":1707756157288,"duration":0}},{"uid":"5dfde479c1933d2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5dfde479c1933d2a","status":"passed","time":{"start":1707753578467,"stop":1707753578468,"duration":1}},{"uid":"4b73c8945ec4d49b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b73c8945ec4d49b","status":"passed","time":{"start":1707753307883,"stop":1707753307884,"duration":1}},{"uid":"808ffa5bf9d18f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/808ffa5bf9d18f64","status":"passed","time":{"start":1707750703123,"stop":1707750703124,"duration":1}},{"uid":"241007ae1c3bfa24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/241007ae1c3bfa24","status":"passed","time":{"start":1707736629964,"stop":1707736629964,"duration":0}},{"uid":"3ef19e29b92833a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3ef19e29b92833a4","status":"passed","time":{"start":1707735809085,"stop":1707735809086,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"366a4f26f0f4bbd5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/366a4f26f0f4bbd5","status":"passed","time":{"start":1707777741289,"stop":1707777741290,"duration":1}},{"uid":"9d409f59deddebb4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9d409f59deddebb4","status":"passed","time":{"start":1707775017705,"stop":1707775017706,"duration":1}},{"uid":"cc1209a48958ac00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc1209a48958ac00","status":"passed","time":{"start":1707774819163,"stop":1707774819163,"duration":0}},{"uid":"7910db434b85a837","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7910db434b85a837","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"duration":0}},{"uid":"78190f0fd95e30af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78190f0fd95e30af","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"4775eb11ce86cd34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4775eb11ce86cd34","status":"passed","time":{"start":1707759714511,"stop":1707759714511,"duration":0}},{"uid":"c9af027c13846efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c9af027c13846efa","status":"passed","time":{"start":1707757408929,"stop":1707757408929,"duration":0}},{"uid":"3724d4708421bce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3724d4708421bce9","status":"passed","time":{"start":1707756038655,"stop":1707756038656,"duration":1}},{"uid":"ac0f5d927532770a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0f5d927532770a","status":"passed","time":{"start":1707753456823,"stop":1707753456824,"duration":1}},{"uid":"fb08c020663b7ab4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb08c020663b7ab4","status":"passed","time":{"start":1707753185030,"stop":1707753185031,"duration":1}},{"uid":"9c61becdc7d694c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c61becdc7d694c7","status":"passed","time":{"start":1707750585694,"stop":1707750585695,"duration":1}},{"uid":"38e058ff7a0b2485","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e058ff7a0b2485","status":"passed","time":{"start":1707736503249,"stop":1707736503250,"duration":1}},{"uid":"539f0bfcc2a65012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/539f0bfcc2a65012","status":"passed","time":{"start":1707735684544,"stop":1707735684545,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3cdb6e37b462ba0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3cdb6e37b462ba0e","status":"passed","time":{"start":1707778114672,"stop":1707778114673,"duration":1}},{"uid":"1f4ae200ccc59111","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1f4ae200ccc59111","status":"passed","time":{"start":1707775395374,"stop":1707775395375,"duration":1}},{"uid":"917b909b2db5b77c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/917b909b2db5b77c","status":"passed","time":{"start":1707775205627,"stop":1707775205627,"duration":0}},{"uid":"59aecd4e453853fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59aecd4e453853fb","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"duration":0}},{"uid":"91af6cec93de4d6c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/91af6cec93de4d6c","status":"passed","time":{"start":1707769983275,"stop":1707769983275,"duration":0}},{"uid":"c2302009d2af56a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c2302009d2af56a4","status":"passed","time":{"start":1707760095401,"stop":1707760095402,"duration":1}},{"uid":"e5e85b0e468fc6ba","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e5e85b0e468fc6ba","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"ae043258f4e836eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ae043258f4e836eb","status":"passed","time":{"start":1707756409543,"stop":1707756409544,"duration":1}},{"uid":"c0b67c2e0b19afa8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c0b67c2e0b19afa8","status":"passed","time":{"start":1707753793188,"stop":1707753793189,"duration":1}},{"uid":"8798bca824c55ac8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8798bca824c55ac8","status":"passed","time":{"start":1707753573528,"stop":1707753573528,"duration":0}},{"uid":"32d50991789313e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32d50991789313e2","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"2669ed6cc368e063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2669ed6cc368e063","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"95d35d12e380ade3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95d35d12e380ade3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"d70c1217af808eb49478cd548aa1cd8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c52e1adc348d868c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c52e1adc348d868c","status":"passed","time":{"start":1707758023543,"stop":1707758023544,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2e6b1b716dcb1e81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e6b1b716dcb1e81","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"506733951c3d0293","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/506733951c3d0293","status":"passed","time":{"start":1707775409481,"stop":1707775409482,"duration":1}},{"uid":"1e7a1b011b01df9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e7a1b011b01df9d","status":"passed","time":{"start":1707775219993,"stop":1707775219993,"duration":0}},{"uid":"ae0635c5863a2814","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0635c5863a2814","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"f9655a296a0c28cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9655a296a0c28cb","status":"passed","time":{"start":1707769994533,"stop":1707769994534,"duration":1}},{"uid":"325d6991aa999065","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/325d6991aa999065","status":"passed","time":{"start":1707760106453,"stop":1707760106454,"duration":1}},{"uid":"eb3efdf0da4c3a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb3efdf0da4c3a27","status":"passed","time":{"start":1707757804291,"stop":1707757804292,"duration":1}},{"uid":"aeb2fd209b31f89a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aeb2fd209b31f89a","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"da99b01eb6fde58f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da99b01eb6fde58f","status":"passed","time":{"start":1707753796545,"stop":1707753796545,"duration":0}},{"uid":"c0ee35141f299ff2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0ee35141f299ff2","status":"passed","time":{"start":1707753586160,"stop":1707753586160,"duration":0}},{"uid":"18ed59fa071faea3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18ed59fa071faea3","status":"passed","time":{"start":1707750964799,"stop":1707750964799,"duration":0}},{"uid":"60c994f510410ab0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60c994f510410ab0","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"ce9e88ab3eafcc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce9e88ab3eafcc61","status":"passed","time":{"start":1707736096387,"stop":1707736096388,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4a05fcfdded94ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a05fcfdded94ca","status":"passed","time":{"start":1707777997116,"stop":1707777997117,"duration":1}},{"uid":"ddfe501818f4c656","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ddfe501818f4c656","status":"passed","time":{"start":1707775275754,"stop":1707775275754,"duration":0}},{"uid":"15df02a12225b2d6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15df02a12225b2d6","status":"passed","time":{"start":1707775085887,"stop":1707775085890,"duration":3}},{"uid":"9a8e7a1d3665fe5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9a8e7a1d3665fe5d","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"duration":1}},{"uid":"5ef694ec759528de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ef694ec759528de","status":"passed","time":{"start":1707769883325,"stop":1707769883325,"duration":0}},{"uid":"8967f8fd93bbdc88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8967f8fd93bbdc88","status":"passed","time":{"start":1707759981465,"stop":1707759981477,"duration":12}},{"uid":"3645201f3cc67547","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3645201f3cc67547","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"a0e9d870c07da271","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0e9d870c07da271","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"502d17de578ceb8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/502d17de578ceb8d","status":"passed","time":{"start":1707753713252,"stop":1707753713252,"duration":0}},{"uid":"af2ae2f76d7dba92","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af2ae2f76d7dba92","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"3e4713a079c30da3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e4713a079c30da3","status":"passed","time":{"start":1707750840043,"stop":1707750840044,"duration":1}},{"uid":"45aeb0a97241a90c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/45aeb0a97241a90c","status":"passed","time":{"start":1707736765034,"stop":1707736765035,"duration":1}},{"uid":"45e4b6115903fd57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45e4b6115903fd57","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70298b2c5bdaee1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70298b2c5bdaee1f","status":"passed","time":{"start":1707777749098,"stop":1707777749100,"duration":2}},{"uid":"b5535001caa85d8f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5535001caa85d8f","status":"passed","time":{"start":1707775025531,"stop":1707775025532,"duration":1}},{"uid":"21ed26f3c94a9e2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/21ed26f3c94a9e2d","status":"passed","time":{"start":1707774827063,"stop":1707774827063,"duration":0}},{"uid":"ef345f346713a6e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef345f346713a6e7","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1}},{"uid":"3e64f97acc73388","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64f97acc73388","status":"passed","time":{"start":1707769627292,"stop":1707769627293,"duration":1}},{"uid":"19ac06cb19bb9878","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19ac06cb19bb9878","status":"passed","time":{"start":1707759722033,"stop":1707759722034,"duration":1}},{"uid":"8e0bc6d17269a14a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e0bc6d17269a14a","status":"passed","time":{"start":1707757416841,"stop":1707757416841,"duration":0}},{"uid":"4dee675f06cb8e8a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4dee675f06cb8e8a","status":"passed","time":{"start":1707756046608,"stop":1707756046608,"duration":0}},{"uid":"ce5a2e43185ace43","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ce5a2e43185ace43","status":"passed","time":{"start":1707753464668,"stop":1707753464669,"duration":1}},{"uid":"515248fc78a525bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515248fc78a525bd","status":"passed","time":{"start":1707753192941,"stop":1707753192942,"duration":1}},{"uid":"bec9890abc7994c9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bec9890abc7994c9","status":"passed","time":{"start":1707750593507,"stop":1707750593508,"duration":1}},{"uid":"29b457352093a824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29b457352093a824","status":"passed","time":{"start":1707736510881,"stop":1707736510881,"duration":0}},{"uid":"3c292e7666b30715","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c292e7666b30715","status":"passed","time":{"start":1707735692292,"stop":1707735692293,"duration":1}}]},"eb5cd263b20dedc944f813ccecd21e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad41e2737542d674","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad41e2737542d674","status":"passed","time":{"start":1707750796033,"stop":1707750796034,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":11,"unknown":0,"total":13},"items":[{"uid":"5aa0989bbbc4af80","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5aa0989bbbc4af80","status":"passed","time":{"start":1707777837221,"stop":1707777837222,"duration":1}},{"uid":"652d51decedfecf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/652d51decedfecf7","status":"passed","time":{"start":1707775113056,"stop":1707775113056,"duration":0}},{"uid":"f45919823511276e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f45919823511276e","status":"passed","time":{"start":1707774908730,"stop":1707774908731,"duration":1}},{"uid":"37551d4cd3c2acd1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37551d4cd3c2acd1","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0}},{"uid":"84d8796cef21c7a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/84d8796cef21c7a4","status":"passed","time":{"start":1707769706667,"stop":1707769706668,"duration":1}},{"uid":"e58b9994aacda368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e58b9994aacda368","status":"passed","time":{"start":1707759811408,"stop":1707759811408,"duration":0}},{"uid":"b5d68dbfd54df7f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5d68dbfd54df7f4","status":"passed","time":{"start":1707757504683,"stop":1707757504684,"duration":1}},{"uid":"e74615df6ecaaece","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74615df6ecaaece","status":"passed","time":{"start":1707756131517,"stop":1707756131518,"duration":1}},{"uid":"a51b2fc69dcdc302","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a51b2fc69dcdc302","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707753506938,"stop":1707753506939,"duration":1}},{"uid":"bbdfa84a3e985e51","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bbdfa84a3e985e51","status":"passed","time":{"start":1707753284214,"stop":1707753284214,"duration":0}},{"uid":"d272226fbcf99b53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d272226fbcf99b53","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707750635810,"stop":1707750635811,"duration":1}},{"uid":"a1b208687cda7e9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1b208687cda7e9f","status":"passed","time":{"start":1707736597188,"stop":1707736597188,"duration":0}},{"uid":"71ffe9889bdc3447","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71ffe9889bdc3447","status":"passed","time":{"start":1707735784059,"stop":1707735784060,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5cf3e39dee64b43b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cf3e39dee64b43b","status":"passed","time":{"start":1707778338839,"stop":1707778338839,"duration":0}},{"uid":"62676fa8db343adb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62676fa8db343adb","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}},{"uid":"73c710e50718a86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c710e50718a86e","status":"passed","time":{"start":1707775390230,"stop":1707775390230,"duration":0}},{"uid":"1b8ebe2689312bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b8ebe2689312bf1","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}},{"uid":"4dc3448f79ea8620","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4dc3448f79ea8620","status":"passed","time":{"start":1707760301810,"stop":1707760301811,"duration":1}},{"uid":"4c3b0e9f6b2be482","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c3b0e9f6b2be482","status":"passed","time":{"start":1707758006709,"stop":1707758006709,"duration":0}},{"uid":"727400c2ccc67b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/727400c2ccc67b22","status":"passed","time":{"start":1707756617039,"stop":1707756617040,"duration":1}},{"uid":"a13f78b952b4f033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13f78b952b4f033","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}},{"uid":"88c79c074e60d659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c79c074e60d659","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}},{"uid":"8f0f62656b315586","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f0f62656b315586","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"9f8c8ff0fa144638","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f8c8ff0fa144638","status":"passed","time":{"start":1707737091309,"stop":1707737091309,"duration":0}},{"uid":"6b6791e928a92237","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6791e928a92237","status":"passed","time":{"start":1707736260130,"stop":1707736260131,"duration":1}}]},"582fee6946b853fa68f3c0970d866c32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2359ce9ad75ba34d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2359ce9ad75ba34d","status":"passed","time":{"start":1707775461894,"stop":1707775461894,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2dab78cf5da0721d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2dab78cf5da0721d","status":"passed","time":{"start":1707777741287,"stop":1707777741287,"duration":0}},{"uid":"65ad3230dfeb9461","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ad3230dfeb9461","status":"passed","time":{"start":1707775017702,"stop":1707775017703,"duration":1}},{"uid":"346e4ee0590d9560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/346e4ee0590d9560","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"34ed353c066c6d97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34ed353c066c6d97","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"49840d005f83a4b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49840d005f83a4b3","status":"passed","time":{"start":1707769619251,"stop":1707769619252,"duration":1}},{"uid":"b63d0b8fb6813d83","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b63d0b8fb6813d83","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"5de63460b9e89036","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5de63460b9e89036","status":"passed","time":{"start":1707757408924,"stop":1707757408925,"duration":1}},{"uid":"80e63c9e50f308d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80e63c9e50f308d4","status":"passed","time":{"start":1707756038652,"stop":1707756038652,"duration":0}},{"uid":"1783ff60038dca87","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1783ff60038dca87","status":"passed","time":{"start":1707753456821,"stop":1707753456821,"duration":0}},{"uid":"1dfe03f86b2d9dd9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1dfe03f86b2d9dd9","status":"passed","time":{"start":1707753185028,"stop":1707753185028,"duration":0}},{"uid":"d017616c0af26cf5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d017616c0af26cf5","status":"passed","time":{"start":1707750585692,"stop":1707750585692,"duration":0}},{"uid":"81ffa978fcc329bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/81ffa978fcc329bf","status":"passed","time":{"start":1707736503245,"stop":1707736503246,"duration":1}},{"uid":"40bcbbf0c4b3407a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40bcbbf0c4b3407a","status":"passed","time":{"start":1707735684541,"stop":1707735684542,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a3e8db06fb869b18","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e8db06fb869b18","status":"passed","time":{"start":1707778386472,"stop":1707778386472,"duration":0}},{"uid":"9ad4878ec965a35d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ad4878ec965a35d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"3304294dc7bb94ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3304294dc7bb94ee","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"8b300ecafe22acea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b300ecafe22acea","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1}},{"uid":"4d8f7a0caabe3381","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4d8f7a0caabe3381","status":"passed","time":{"start":1707770208539,"stop":1707770208540,"duration":1}},{"uid":"42c3bc71ae3647c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42c3bc71ae3647c3","status":"passed","time":{"start":1707760335937,"stop":1707760335938,"duration":1}},{"uid":"d2bbf0c3587bced0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d2bbf0c3587bced0","status":"passed","time":{"start":1707758023525,"stop":1707758023526,"duration":1}},{"uid":"9300cc76656e7226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9300cc76656e7226","status":"passed","time":{"start":1707756663995,"stop":1707756663996,"duration":1}},{"uid":"97c5bc2ce825cd94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/97c5bc2ce825cd94","status":"passed","time":{"start":1707753717348,"stop":1707753717349,"duration":1}},{"uid":"a3ace110d8d48733","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3ace110d8d48733","status":"passed","time":{"start":1707753837159,"stop":1707753837159,"duration":0}},{"uid":"fc98147b5be2e790","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc98147b5be2e790","status":"passed","time":{"start":1707751136277,"stop":1707751136277,"duration":0}},{"uid":"37e69bc7d0d8dc2a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e69bc7d0d8dc2a","status":"passed","time":{"start":1707737124638,"stop":1707737124639,"duration":1}},{"uid":"7418420191541da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7418420191541da8","status":"passed","time":{"start":1707736322649,"stop":1707736322649,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31d19aa4024b5718","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31d19aa4024b5718","status":"passed","time":{"start":1707777859858,"stop":1707777859859,"duration":1}},{"uid":"f964f9d6f916d188","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f964f9d6f916d188","status":"passed","time":{"start":1707775133671,"stop":1707775133671,"duration":0}},{"uid":"d38edb79da87bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d38edb79da87bc4a","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"fce5f1b8a9d1bb2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce5f1b8a9d1bb2d","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"duration":0}},{"uid":"e1ad0f1b5c338bc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1ad0f1b5c338bc6","status":"passed","time":{"start":1707769735036,"stop":1707769735037,"duration":1}},{"uid":"2ed1ec0c70abc106","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ed1ec0c70abc106","status":"passed","time":{"start":1707759831196,"stop":1707759831196,"duration":0}},{"uid":"2c5e17a65bced914","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c5e17a65bced914","status":"passed","time":{"start":1707757528826,"stop":1707757528827,"duration":1}},{"uid":"ffeeff34c0784c48","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffeeff34c0784c48","status":"passed","time":{"start":1707756157295,"stop":1707756157295,"duration":0}},{"uid":"48388fc7f236c70","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48388fc7f236c70","status":"passed","time":{"start":1707753578475,"stop":1707753578476,"duration":1}},{"uid":"175b57bdc693907d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/175b57bdc693907d","status":"passed","time":{"start":1707753307898,"stop":1707753307898,"duration":0}},{"uid":"ff19b68f2ce637e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff19b68f2ce637e","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d0262df938b6034b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0262df938b6034b","status":"passed","time":{"start":1707736629975,"stop":1707736629975,"duration":0}},{"uid":"4b660038be7d676f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b660038be7d676f","status":"passed","time":{"start":1707735809091,"stop":1707735809091,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"354a0e1ab8fba8d7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/354a0e1ab8fba8d7","status":"passed","time":{"start":1707778386469,"stop":1707778386470,"duration":1}},{"uid":"e68a92c27fef5538","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e68a92c27fef5538","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"4fb4fa6ac3e167cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4fb4fa6ac3e167cf","status":"passed","time":{"start":1707775461880,"stop":1707775461880,"duration":0}},{"uid":"6d6ef935883b7ee6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d6ef935883b7ee6","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0}},{"uid":"6fa3607f984d8e92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6fa3607f984d8e92","status":"passed","time":{"start":1707770208538,"stop":1707770208538,"duration":0}},{"uid":"c773541f167473b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c773541f167473b5","status":"passed","time":{"start":1707760335934,"stop":1707760335935,"duration":1}},{"uid":"2bb4a68f4f5764cb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bb4a68f4f5764cb","status":"passed","time":{"start":1707758023522,"stop":1707758023523,"duration":1}},{"uid":"1bded12b0fa178c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bded12b0fa178c4","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"43aca9d7a51dd045","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43aca9d7a51dd045","status":"passed","time":{"start":1707753717332,"stop":1707753717333,"duration":1}},{"uid":"a420bf034ff5fc2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a420bf034ff5fc2","status":"passed","time":{"start":1707753837155,"stop":1707753837156,"duration":1}},{"uid":"ad659525ae55361a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad659525ae55361a","status":"passed","time":{"start":1707751136272,"stop":1707751136275,"duration":3}},{"uid":"968cdee57133e4bc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/968cdee57133e4bc","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"7be6653dd391b3e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7be6653dd391b3e0","status":"passed","time":{"start":1707736322646,"stop":1707736322647,"duration":1}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4a1e6e0f97e61d11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4a1e6e0f97e61d11","status":"passed","time":{"start":1707778338857,"stop":1707778338858,"duration":1}},{"uid":"d9fc74ad8982edff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9fc74ad8982edff","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"9f8b55e1e3b63885","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9f8b55e1e3b63885","status":"passed","time":{"start":1707775390251,"stop":1707775390252,"duration":1}},{"uid":"37b48df0061958b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37b48df0061958b6","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1}},{"uid":"f8caff9266713572","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8caff9266713572","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"9efa33fea16f3f9f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9efa33fea16f3f9f","status":"passed","time":{"start":1707760301827,"stop":1707760301828,"duration":1}},{"uid":"f1d9dc1086865e9c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1d9dc1086865e9c","status":"passed","time":{"start":1707758006724,"stop":1707758006725,"duration":1}},{"uid":"be01962555a090c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be01962555a090c5","status":"passed","time":{"start":1707756617063,"stop":1707756617063,"duration":0}},{"uid":"90dc717490736937","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/90dc717490736937","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"fc4936dd85c5676f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc4936dd85c5676f","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"2588f91e7566c1a5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2588f91e7566c1a5","status":"passed","time":{"start":1707751162324,"stop":1707751162325,"duration":1}},{"uid":"8a4151701426d5f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a4151701426d5f5","status":"passed","time":{"start":1707737091385,"stop":1707737091386,"duration":1}},{"uid":"7a01d06099c01283","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a01d06099c01283","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3b7b78a04568ee6f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b7b78a04568ee6f","status":"passed","time":{"start":1707778413519,"stop":1707778413520,"duration":1}},{"uid":"943861f568d4217a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/943861f568d4217a","status":"passed","time":{"start":1707775685025,"stop":1707775685026,"duration":1}},{"uid":"793635a861b949cd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/793635a861b949cd","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"61923ecd6542e7d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61923ecd6542e7d8","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"4e8789013f02f20c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e8789013f02f20c","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"62a075e65b6c3e95","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a075e65b6c3e95","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"39b6754ba5bf3a4b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39b6754ba5bf3a4b","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"b0c44c86000256fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b0c44c86000256fc","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"ea1e537ee28197d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1e537ee28197d0","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"35a7204c0f30df5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a7204c0f30df5e","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"2a5307a93556ca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a5307a93556ca1","status":"passed","time":{"start":1707751228960,"stop":1707751228961,"duration":1}},{"uid":"67ac5eb90fec2cf9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67ac5eb90fec2cf9","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"7dbe0cd8f0b4de24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dbe0cd8f0b4de24","status":"passed","time":{"start":1707736353037,"stop":1707736353038,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dbc9099fad01717a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbc9099fad01717a","status":"passed","time":{"start":1707778332050,"stop":1707778332051,"duration":1}},{"uid":"dbeba648cb35ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbeba648cb35ed","status":"passed","time":{"start":1707775601726,"stop":1707775601727,"duration":1}},{"uid":"1a5b5c580ae12d1a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a5b5c580ae12d1a","status":"passed","time":{"start":1707775415219,"stop":1707775415220,"duration":1}},{"uid":"28c144bff577abba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28c144bff577abba","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"236bac378a9926e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/236bac378a9926e8","status":"passed","time":{"start":1707770103226,"stop":1707770103226,"duration":0}},{"uid":"422ed98feea5e4b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422ed98feea5e4b1","status":"passed","time":{"start":1707760299492,"stop":1707760299493,"duration":1}},{"uid":"2dded90316f5d249","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2dded90316f5d249","status":"passed","time":{"start":1707757995161,"stop":1707757995161,"duration":0}},{"uid":"5643edabe5ee5598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5643edabe5ee5598","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"b8342dea987120f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8342dea987120f6","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"18709e51a062b76e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18709e51a062b76e","status":"passed","time":{"start":1707753785898,"stop":1707753785898,"duration":0}},{"uid":"a0592eb2745ed198","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0592eb2745ed198","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"71f13294be01b960","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71f13294be01b960","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"67346957bf02e56","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67346957bf02e56","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5c5e63714935b2d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c5e63714935b2d9","status":"passed","time":{"start":1707777997108,"stop":1707777997109,"duration":1}},{"uid":"49fe76716ea6f7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fe76716ea6f7e","status":"passed","time":{"start":1707775275749,"stop":1707775275750,"duration":1}},{"uid":"ac73ef688668e28b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ac73ef688668e28b","status":"passed","time":{"start":1707775085881,"stop":1707775085881,"duration":0}},{"uid":"46bfb2111ac373cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46bfb2111ac373cf","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0}},{"uid":"af75c5f7bba8e8da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af75c5f7bba8e8da","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"6e4a26eade0fc97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6e4a26eade0fc97","status":"passed","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"b8aba73f301ccda0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b8aba73f301ccda0","status":"passed","time":{"start":1707757676040,"stop":1707757676040,"duration":0}},{"uid":"96f2149c508f549e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/96f2149c508f549e","status":"passed","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"5345cdda8ec5274f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5345cdda8ec5274f","status":"passed","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"8377ac05c90364b6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8377ac05c90364b6","status":"passed","time":{"start":1707753448093,"stop":1707753448094,"duration":1}},{"uid":"9a5b3456bd67339e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a5b3456bd67339e","status":"passed","time":{"start":1707750840036,"stop":1707750840037,"duration":1}},{"uid":"aa8f1c37b7138a92","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aa8f1c37b7138a92","status":"passed","time":{"start":1707736765001,"stop":1707736765002,"duration":1}},{"uid":"519095ea0e4e7828","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/519095ea0e4e7828","status":"passed","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7d72f6cd3fa8c74","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7d72f6cd3fa8c74","status":"passed","time":{"start":1707778126346,"stop":1707778126347,"duration":1}},{"uid":"798a8591c846a05b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/798a8591c846a05b","status":"passed","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"7c174e3f29e93d8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c174e3f29e93d8d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"7c610952eb926c2a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c610952eb926c2a","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"12e1cfc50b0486fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12e1cfc50b0486fc","status":"passed","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"8bdd9bc05444265f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8bdd9bc05444265f","status":"passed","time":{"start":1707760106457,"stop":1707760106458,"duration":1}},{"uid":"6373730eb41b9219","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6373730eb41b9219","status":"passed","time":{"start":1707757804295,"stop":1707757804295,"duration":0}},{"uid":"4136982c381480e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4136982c381480e1","status":"passed","time":{"start":1707756422347,"stop":1707756422347,"duration":0}},{"uid":"915d53c2564372c4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/915d53c2564372c4","status":"passed","time":{"start":1707753796548,"stop":1707753796549,"duration":1}},{"uid":"45a966b3ef20542e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45a966b3ef20542e","status":"passed","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"cb7596d04c2d0121","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb7596d04c2d0121","status":"passed","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"46c703b727f68060","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46c703b727f68060","status":"passed","time":{"start":1707736890437,"stop":1707736890438,"duration":1}},{"uid":"e6ceaf96dc598d25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6ceaf96dc598d25","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6ec130e919fe903","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6ec130e919fe903","status":"passed","time":{"start":1707778413526,"stop":1707778413527,"duration":1}},{"uid":"eccce611c2f7fb29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eccce611c2f7fb29","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"64e2d2ad931b5805","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64e2d2ad931b5805","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"fda7e179c89cec64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fda7e179c89cec64","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"da4abeabec11b629","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/da4abeabec11b629","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"a5186f048864b822","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5186f048864b822","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"5791259eeb6d83d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5791259eeb6d83d4","status":"passed","time":{"start":1707758004335,"stop":1707758004336,"duration":1}},{"uid":"367c00f2fc4f3589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/367c00f2fc4f3589","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"a5ddfbf04d49cff3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5ddfbf04d49cff3","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"d926dc5d340f792","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d926dc5d340f792","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"b753c0875a76362a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b753c0875a76362a","status":"passed","time":{"start":1707751228967,"stop":1707751228968,"duration":1}},{"uid":"67b3469bcc8d000f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67b3469bcc8d000f","status":"passed","time":{"start":1707737173825,"stop":1707737173826,"duration":1}},{"uid":"caefec33cac774ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caefec33cac774ff","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8b3e4888ccdd8902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b3e4888ccdd8902","status":"passed","time":{"start":1707777796753,"stop":1707777796754,"duration":1}},{"uid":"391e25fa06735545","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/391e25fa06735545","status":"passed","time":{"start":1707775074354,"stop":1707775074355,"duration":1}},{"uid":"29a9e0e4ba155659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/29a9e0e4ba155659","status":"passed","time":{"start":1707774894886,"stop":1707774894887,"duration":1}},{"uid":"d4ae065c85d50652","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d4ae065c85d50652","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"8f67827992301b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f67827992301b2e","status":"passed","time":{"start":1707769675178,"stop":1707769675179,"duration":1}},{"uid":"c3a35d52318c9209","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a35d52318c9209","status":"passed","time":{"start":1707759769146,"stop":1707759769147,"duration":1}},{"uid":"1f1f97e6f03c7d60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f1f97e6f03c7d60","status":"passed","time":{"start":1707757465317,"stop":1707757465318,"duration":1}},{"uid":"2b54207e1a12dbdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b54207e1a12dbdb","status":"passed","time":{"start":1707756093661,"stop":1707756093661,"duration":0}},{"uid":"866cc6f0fe699bf9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/866cc6f0fe699bf9","status":"passed","time":{"start":1707753515350,"stop":1707753515351,"duration":1}},{"uid":"8df77814f0af8797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8df77814f0af8797","status":"passed","time":{"start":1707753244110,"stop":1707753244111,"duration":1}},{"uid":"3d0f906fe3a6ca7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d0f906fe3a6ca7f","status":"passed","time":{"start":1707750644849,"stop":1707750644849,"duration":0}},{"uid":"8c18016425f249f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c18016425f249f9","status":"passed","time":{"start":1707736558944,"stop":1707736558944,"duration":0}},{"uid":"7b4caa4c0c17b665","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b4caa4c0c17b665","status":"passed","time":{"start":1707735741833,"stop":1707735741834,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"83290a7ba0af9e28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/83290a7ba0af9e28","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"cd337912c5d49b2b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd337912c5d49b2b","status":"passed","time":{"start":1707775395378,"stop":1707775395379,"duration":1}},{"uid":"90170e7f40b3453e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90170e7f40b3453e","status":"passed","time":{"start":1707775205632,"stop":1707775205632,"duration":0}},{"uid":"833fd4353df754ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833fd4353df754ef","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"cd03b7a31197fdcf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd03b7a31197fdcf","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"b43dbff8bc01b6ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b43dbff8bc01b6ce","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"49d9dc62cedb3859","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49d9dc62cedb3859","status":"passed","time":{"start":1707757790737,"stop":1707757790738,"duration":1}},{"uid":"27362827ec771e2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27362827ec771e2b","status":"passed","time":{"start":1707756409547,"stop":1707756409548,"duration":1}},{"uid":"d6e4f38f96efc14b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6e4f38f96efc14b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"45320ce832ca6392","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45320ce832ca6392","status":"passed","time":{"start":1707753573531,"stop":1707753573532,"duration":1}},{"uid":"c8d974144067e157","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c8d974144067e157","status":"passed","time":{"start":1707750953982,"stop":1707750953983,"duration":1}},{"uid":"9e0c8800f7d5bd4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e0c8800f7d5bd4","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"2cc1cc3cde9ba9cd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2cc1cc3cde9ba9cd","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7f1509699ca8973d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1509699ca8973d","status":"passed","time":{"start":1707778343611,"stop":1707778343612,"duration":1}},{"uid":"ca0991830d1eaed8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca0991830d1eaed8","status":"passed","time":{"start":1707775620186,"stop":1707775620187,"duration":1}},{"uid":"da218bd6d5578340","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da218bd6d5578340","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"58cf68b3c4e95727","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58cf68b3c4e95727","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"451e9511e8212503","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/451e9511e8212503","status":"passed","time":{"start":1707770126645,"stop":1707770126646,"duration":1}},{"uid":"2b24696d66c083b6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b24696d66c083b6","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"72f7069d5aa45f93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72f7069d5aa45f93","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"15978795f8018f05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/15978795f8018f05","status":"passed","time":{"start":1707756635735,"stop":1707756635735,"duration":0}},{"uid":"92af36ba969b73a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92af36ba969b73a2","status":"passed","time":{"start":1707753934637,"stop":1707753934638,"duration":1}},{"uid":"e97fd2c885fd4317","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e97fd2c885fd4317","status":"passed","time":{"start":1707753799509,"stop":1707753799510,"duration":1}},{"uid":"2b30a9a8fba185a9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b30a9a8fba185a9","status":"passed","time":{"start":1707751117569,"stop":1707751117570,"duration":1}},{"uid":"43e51fdf8adb4845","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43e51fdf8adb4845","status":"passed","time":{"start":1707737090804,"stop":1707737090804,"duration":0}},{"uid":"7e3dfe6616c3e41b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e3dfe6616c3e41b","status":"passed","time":{"start":1707736296306,"stop":1707736296307,"duration":1}}]},"66fe10cc2f334bd7745bb88aa35a437e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad76d9a02daf41d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ad76d9a02daf41d","status":"passed","time":{"start":1707777973001,"stop":1707777973001,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"347c962bfdad84cc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/347c962bfdad84cc","status":"passed","time":{"start":1707778126351,"stop":1707778126351,"duration":0}},{"uid":"92e7bb317533d3dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92e7bb317533d3dc","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"3e618961bd606f4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e618961bd606f4f","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"b5bed94f6741bfff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5bed94f6741bfff","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"duration":0}},{"uid":"57e213533ba9668e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e213533ba9668e","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"bbde82e6097d94d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bbde82e6097d94d2","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"67b8c4bca67dc0d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67b8c4bca67dc0d5","status":"passed","time":{"start":1707757804303,"stop":1707757804304,"duration":1}},{"uid":"2448b03aea54c27d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2448b03aea54c27d","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"4fa6d0410020712c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fa6d0410020712c","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"839f4205f36e52c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/839f4205f36e52c2","status":"passed","time":{"start":1707753586168,"stop":1707753586168,"duration":0}},{"uid":"4a6ce16a1f27533b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a6ce16a1f27533b","status":"passed","time":{"start":1707750964811,"stop":1707750964811,"duration":0}},{"uid":"6701c12b92f10c51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6701c12b92f10c51","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"3abce03d16580273","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3abce03d16580273","status":"passed","time":{"start":1707736096394,"stop":1707736096394,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"2e58115653308079","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e58115653308079","status":"passed","time":{"start":1707778386479,"stop":1707778386479,"duration":0}},{"uid":"73da66fb6b4ad906","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/73da66fb6b4ad906","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"2cea3c6f860d7d62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cea3c6f860d7d62","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7d9dbc75862cc6ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d9dbc75862cc6ee","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e504ce67b7da9da4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e504ce67b7da9da4","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"10547e414dd58555","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10547e414dd58555","status":"passed","time":{"start":1707760335945,"stop":1707760335946,"duration":1}},{"uid":"af60239ca5119892","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af60239ca5119892","status":"passed","time":{"start":1707758023531,"stop":1707758023531,"duration":0}},{"uid":"a9593930868da33f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a9593930868da33f","status":"passed","time":{"start":1707756664000,"stop":1707756664001,"duration":1}},{"uid":"ea821ace10869d5d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea821ace10869d5d","status":"passed","time":{"start":1707753837166,"stop":1707753837166,"duration":0}},{"uid":"6cdd6c3826b7ce69","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6cdd6c3826b7ce69","status":"passed","time":{"start":1707751136290,"stop":1707751136291,"duration":1}},{"uid":"fe577c4fbfcecdb5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe577c4fbfcecdb5","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"ddbe99ce540e0b4b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ddbe99ce540e0b4b","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b5bcc7e38a162d33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5bcc7e38a162d33","status":"passed","time":{"start":1707777977673,"stop":1707777977674,"duration":1}},{"uid":"21b5ed6a20b21982","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/21b5ed6a20b21982","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"4029bb8dfa2f0416","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4029bb8dfa2f0416","status":"passed","time":{"start":1707775082034,"stop":1707775082035,"duration":1}},{"uid":"1fece467cc02cde7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fece467cc02cde7","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"duration":1}},{"uid":"5284b8237ecb45af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5284b8237ecb45af","status":"passed","time":{"start":1707769841910,"stop":1707769841911,"duration":1}},{"uid":"a6397fbf4bed461","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6397fbf4bed461","status":"passed","time":{"start":1707759921464,"stop":1707759921465,"duration":1}},{"uid":"df5600321d8ac7fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df5600321d8ac7fa","status":"passed","time":{"start":1707757624890,"stop":1707757624891,"duration":1}},{"uid":"c05a230fa34719c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c05a230fa34719c7","status":"passed","time":{"start":1707756261841,"stop":1707756261842,"duration":1}},{"uid":"137ca0f0ea8f89fd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/137ca0f0ea8f89fd","status":"passed","time":{"start":1707753651190,"stop":1707753651191,"duration":1}},{"uid":"88c4f048a4970b02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c4f048a4970b02","status":"passed","time":{"start":1707753409608,"stop":1707753409609,"duration":1}},{"uid":"6bccb9765012d41a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bccb9765012d41a","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"d0222577edddd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0222577edddd74","status":"passed","time":{"start":1707736708337,"stop":1707736708338,"duration":1}},{"uid":"a8cf0953dbd3f072","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a8cf0953dbd3f072","status":"passed","time":{"start":1707735914396,"stop":1707735914396,"duration":0}}]},"3fb0e6e33fb40178a38ae355215357aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d21df6ed3fcb0855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d21df6ed3fcb0855","status":"passed","time":{"start":1707759965202,"stop":1707759965204,"duration":2}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"c79fb61fe1e06e89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c79fb61fe1e06e89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973010,"duration":0}},{"uid":"17db8dc692dae11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17db8dc692dae11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244536,"stop":1707775244537,"duration":1}},{"uid":"232aa8f6e930dfc1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/232aa8f6e930dfc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050825,"stop":1707775050826,"duration":1}},{"uid":"3ba556d74cdc15bb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ba556d74cdc15bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"55a406f8b0c83b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55a406f8b0c83b6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843155,"duration":0}},{"uid":"9a52c3d1968d9189","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a52c3d1968d9189","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"688269ed09321245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/688269ed09321245","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f15f0b53c12c6a04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f15f0b53c12c6a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"d2be06b53388f75a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2be06b53388f75a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"b6995568859a1f49","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6995568859a1f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423545,"stop":1707753423546,"duration":1}},{"uid":"9685ce9aedd78344","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9685ce9aedd78344","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"1081404248fefb81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1081404248fefb81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"d32a52ae70cd3c26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d32a52ae70cd3c26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912138,"stop":1707735912138,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"32c5c3bbc3a1c25a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/32c5c3bbc3a1c25a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413516,"duration":1}},{"uid":"50cbc645d8967b57","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50cbc645d8967b57","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"1f9bb6e030293043","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f9bb6e030293043","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"a3557c674e2d274","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3557c674e2d274","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"5dcad3ec6183963a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5dcad3ec6183963a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238681,"duration":1}},{"uid":"c6c1f1a52ea6bc5c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6c1f1a52ea6bc5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"9b1f3655cb91e432","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9b1f3655cb91e432","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004303,"stop":1707758004304,"duration":1}},{"uid":"7605fd745ec13545","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7605fd745ec13545","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"c8823a764c94fd7b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8823a764c94fd7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"12cbf2cf97e45b7b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12cbf2cf97e45b7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e33d5719a0caebbe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e33d5719a0caebbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228957,"duration":1}},{"uid":"ed8832c095e5c998","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed8832c095e5c998","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"51cf5fade66505be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51cf5fade66505be","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff2d10b4322fc60e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff2d10b4322fc60e","status":"passed","time":{"start":1707777741139,"stop":1707777741140,"duration":1}},{"uid":"e05f98de02d066dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e05f98de02d066dd","status":"passed","time":{"start":1707775017423,"stop":1707775017423,"duration":0}},{"uid":"8d64455eb1a4018","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8d64455eb1a4018","status":"passed","time":{"start":1707774818859,"stop":1707774818860,"duration":1}},{"uid":"640c1c16ca42d0c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/640c1c16ca42d0c5","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1}},{"uid":"801cd76f54c1d7bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/801cd76f54c1d7bf","status":"passed","time":{"start":1707769619271,"stop":1707769619271,"duration":0}},{"uid":"ebc1c90f7684b75a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebc1c90f7684b75a","status":"passed","time":{"start":1707759714212,"stop":1707759714213,"duration":1}},{"uid":"63998413fcd2c7a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63998413fcd2c7a4","status":"passed","time":{"start":1707757408510,"stop":1707757408511,"duration":1}},{"uid":"d9baa511e25a3591","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9baa511e25a3591","status":"passed","time":{"start":1707756038429,"stop":1707756038430,"duration":1}},{"uid":"ea8947cc444906bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8947cc444906bf","status":"passed","time":{"start":1707753456514,"stop":1707753456514,"duration":0}},{"uid":"5d07be7e2bce9e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d07be7e2bce9e94","status":"passed","time":{"start":1707753184754,"stop":1707753184755,"duration":1}},{"uid":"1c93f7a3b7559fa0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c93f7a3b7559fa0","status":"passed","time":{"start":1707750585381,"stop":1707750585381,"duration":0}},{"uid":"d881e3fd3aa98063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d881e3fd3aa98063","status":"passed","time":{"start":1707736502826,"stop":1707736502826,"duration":0}},{"uid":"4a8e44dce067ac04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a8e44dce067ac04","status":"passed","time":{"start":1707735684286,"stop":1707735684287,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2aba8a6fb8130942","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2aba8a6fb8130942","status":"passed","time":{"start":1707777749849,"stop":1707777749849,"duration":0}},{"uid":"339d2f049147434e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/339d2f049147434e","status":"passed","time":{"start":1707775026271,"stop":1707775026272,"duration":1}},{"uid":"5f474267f4303472","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f474267f4303472","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"f552728a88e7a936","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f552728a88e7a936","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"duration":0}},{"uid":"8c3e714b029b1f86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c3e714b029b1f86","status":"passed","time":{"start":1707769628090,"stop":1707769628091,"duration":1}},{"uid":"3680534fb334093a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3680534fb334093a","status":"passed","time":{"start":1707759722871,"stop":1707759722871,"duration":0}},{"uid":"5f9a7d471d2b5a2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f9a7d471d2b5a2a","status":"passed","time":{"start":1707757417670,"stop":1707757417671,"duration":1}},{"uid":"672e92a44ead0604","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/672e92a44ead0604","status":"passed","time":{"start":1707756047299,"stop":1707756047299,"duration":0}},{"uid":"a48ba1bd1d26d2e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a48ba1bd1d26d2e0","status":"passed","time":{"start":1707753465446,"stop":1707753465446,"duration":0}},{"uid":"45b8eb6fd737a5e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b8eb6fd737a5e2","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"fd2d2e238f73272c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd2d2e238f73272c","status":"passed","time":{"start":1707750594370,"stop":1707750594370,"duration":0}},{"uid":"16bfba3fe3c0c7ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/16bfba3fe3c0c7ef","status":"passed","time":{"start":1707736511743,"stop":1707736511744,"duration":1}},{"uid":"b35e1fd488f85f26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b35e1fd488f85f26","status":"passed","time":{"start":1707735693131,"stop":1707735693131,"duration":0}}]},"b97674a719079d3d2c7175cfb0ac8624:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b3e2596d90976","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47b3e2596d90976","status":"passed","time":{"start":1707756664012,"stop":1707756664012,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b31a41c5e362e222","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b31a41c5e362e222","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798770,"stop":1707777798770,"duration":0}},{"uid":"2756b0817724a60f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2756b0817724a60f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072154,"duration":1}},{"uid":"2f9332b9fbf80123","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f9332b9fbf80123","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"2cfdbca84c18adb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cfdbca84c18adb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825087,"duration":1}},{"uid":"56dc64069f1a4102","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/56dc64069f1a4102","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"fcaa120dfe09368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fcaa120dfe09368","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769677,"duration":1}},{"uid":"bda89498a01ef14c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bda89498a01ef14c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468642,"stop":1707757468642,"duration":0}},{"uid":"c35c4a646e38490d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35c4a646e38490d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096187,"duration":1}},{"uid":"e40fcc82e928a8c3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e40fcc82e928a8c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517981,"stop":1707753517981,"duration":0}},{"uid":"d151b4c919bb5ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d151b4c919bb5ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"c817d49fd277b892","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c817d49fd277b892","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643523,"stop":1707750643523,"duration":0}},{"uid":"67cb85d900fa2879","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67cb85d900fa2879","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558649,"duration":1}},{"uid":"8171d7ece3b6f91f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8171d7ece3b6f91f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743510,"duration":1}}]},"97660185f0f1b52ab3f8c293ef40c5bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8223a11dbcfc2274","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8223a11dbcfc2274","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"ece002cf57f726022a69da084a09f065:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bbabf0c2fd04625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bbabf0c2fd04625","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa5c88238bf40bfb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fa5c88238bf40bfb","status":"passed","time":{"start":1707778338859,"stop":1707778338860,"duration":1}},{"uid":"3c109e8b11edc77f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c109e8b11edc77f","status":"passed","time":{"start":1707775602046,"stop":1707775602050,"duration":4}},{"uid":"6325ee09c8a45d7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6325ee09c8a45d7b","status":"passed","time":{"start":1707775390253,"stop":1707775390254,"duration":1}},{"uid":"35b9bc97fcb1361d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35b9bc97fcb1361d","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8}},{"uid":"e22576c9d28ea0dd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e22576c9d28ea0dd","status":"passed","time":{"start":1707769968737,"stop":1707769968738,"duration":1}},{"uid":"581ed9cea1922331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/581ed9cea1922331","status":"passed","time":{"start":1707760301829,"stop":1707760301830,"duration":1}},{"uid":"d978c62511c57b13","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d978c62511c57b13","status":"passed","time":{"start":1707758006729,"stop":1707758006729,"duration":0}},{"uid":"9efc5831d302d336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9efc5831d302d336","status":"passed","time":{"start":1707756617066,"stop":1707756617067,"duration":1}},{"uid":"c18ed3b7a9925aa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c18ed3b7a9925aa9","status":"passed","time":{"start":1707753988895,"stop":1707753988895,"duration":0}},{"uid":"a8cbc8cd5fbd33c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8cbc8cd5fbd33c2","status":"passed","time":{"start":1707753782780,"stop":1707753782781,"duration":1}},{"uid":"dc433f86080b856a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc433f86080b856a","status":"passed","time":{"start":1707751162326,"stop":1707751162327,"duration":1}},{"uid":"1250760a2bcaaca0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1250760a2bcaaca0","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"6bc30ac2486e190e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bc30ac2486e190e","status":"passed","time":{"start":1707736260166,"stop":1707736260167,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f689d37d83b6d3f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f689d37d83b6d3f5","status":"passed","time":{"start":1707777865441,"stop":1707777865442,"duration":1}},{"uid":"1eaa359ee2ae7eb7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1eaa359ee2ae7eb7","status":"passed","time":{"start":1707775140804,"stop":1707775140804,"duration":0}},{"uid":"8db16d7b748260f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8db16d7b748260f5","status":"passed","time":{"start":1707774947608,"stop":1707774947608,"duration":0}},{"uid":"7f44568f3ca95c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f44568f3ca95c36","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1}},{"uid":"4490407e89b01c91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4490407e89b01c91","status":"passed","time":{"start":1707769737612,"stop":1707769737612,"duration":0}},{"uid":"5cc62387ce8b006c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5cc62387ce8b006c","status":"passed","time":{"start":1707759835141,"stop":1707759835147,"duration":6}},{"uid":"291a9cab16bd162a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/291a9cab16bd162a","status":"passed","time":{"start":1707757529703,"stop":1707757529703,"duration":0}},{"uid":"a2af2f9d481ff63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2af2f9d481ff63","status":"passed","time":{"start":1707756164073,"stop":1707756164073,"duration":0}},{"uid":"1a55e8e0a1ada166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55e8e0a1ada166","status":"passed","time":{"start":1707753566686,"stop":1707753566686,"duration":0}},{"uid":"2f42839ff513dfd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f42839ff513dfd6","status":"passed","time":{"start":1707753314173,"stop":1707753314173,"duration":0}},{"uid":"2886c30db30dc0a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2886c30db30dc0a8","status":"passed","time":{"start":1707750698716,"stop":1707750698716,"duration":0}},{"uid":"7e6bf29a5438ddb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6bf29a5438ddb2","status":"passed","time":{"start":1707736624910,"stop":1707736624911,"duration":1}},{"uid":"536d4b66a3fece00","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/536d4b66a3fece00","status":"passed","time":{"start":1707735814288,"stop":1707735814289,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"831b6b90733719b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/831b6b90733719b3","status":"passed","time":{"start":1707778338832,"stop":1707778338832,"duration":0}},{"uid":"7c160cdcd23c4451","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c160cdcd23c4451","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"46cfe13cf820d1a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/46cfe13cf820d1a4","status":"passed","time":{"start":1707775390220,"stop":1707775390221,"duration":1}},{"uid":"4d56a4d7f980e263","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d56a4d7f980e263","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1}},{"uid":"418d5941f4b83cb9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/418d5941f4b83cb9","status":"passed","time":{"start":1707760301800,"stop":1707760301800,"duration":0}},{"uid":"fc372a45a896bbcf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc372a45a896bbcf","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"88e46529b8b10d07","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88e46529b8b10d07","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"c6101655c43ea731","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6101655c43ea731","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"48fdd762cbe2c555","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/48fdd762cbe2c555","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"ef2396ff56dbdcfd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ef2396ff56dbdcfd","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"dd95487bfce22938","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd95487bfce22938","status":"passed","time":{"start":1707737091296,"stop":1707737091296,"duration":0}},{"uid":"b688e9dc8ff36aac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b688e9dc8ff36aac","status":"passed","time":{"start":1707736260115,"stop":1707736260116,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4f59afdf2cba139e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4f59afdf2cba139e","status":"passed","time":{"start":1707778386471,"stop":1707778386472,"duration":1}},{"uid":"4e7382b82b96df2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e7382b82b96df2d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"f815bbe1d011d538","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f815bbe1d011d538","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"55b0c80548f0ed49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55b0c80548f0ed49","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"300b64070ea8c6ef","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/300b64070ea8c6ef","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"459943177c828a73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/459943177c828a73","status":"passed","time":{"start":1707760335937,"stop":1707760335937,"duration":0}},{"uid":"efb4921de3d1bf2b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/efb4921de3d1bf2b","status":"passed","time":{"start":1707758023524,"stop":1707758023525,"duration":1}},{"uid":"26e079734b35a087","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26e079734b35a087","status":"passed","time":{"start":1707756663995,"stop":1707756663995,"duration":0}},{"uid":"58ca52c36c6a156f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58ca52c36c6a156f","status":"passed","time":{"start":1707753717346,"stop":1707753717347,"duration":1}},{"uid":"d8260fc8896025b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8260fc8896025b5","status":"passed","time":{"start":1707753837158,"stop":1707753837158,"duration":0}},{"uid":"8d84476ad4da6a01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d84476ad4da6a01","status":"passed","time":{"start":1707751136276,"stop":1707751136277,"duration":1}},{"uid":"cc0a34c05f257d3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cc0a34c05f257d3e","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"6299b58fabaecc20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6299b58fabaecc20","status":"passed","time":{"start":1707736322648,"stop":1707736322649,"duration":1}}]},"805de0d41915bb443fb5c315bd483dd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cef144e27164116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cef144e27164116b","status":"passed","time":{"start":1707757790736,"stop":1707757790737,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9886b0fb59eaaa2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9886b0fb59eaaa2c","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"16d7313658adf9dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16d7313658adf9dd","status":"passed","time":{"start":1707775486621,"stop":1707775486622,"duration":1}},{"uid":"9ef8d86c5f987d1f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ef8d86c5f987d1f","status":"passed","time":{"start":1707775300134,"stop":1707775300134,"duration":0}},{"uid":"f5f36d284c34e182","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5f36d284c34e182","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"duration":0}},{"uid":"f870149168ecc3d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f870149168ecc3d5","status":"passed","time":{"start":1707770051375,"stop":1707770051375,"duration":0}},{"uid":"6c61855dde5c6aee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c61855dde5c6aee","status":"passed","time":{"start":1707760174017,"stop":1707760174018,"duration":1}},{"uid":"bbfe8323095191e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbfe8323095191e9","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"fd24d48e3d9de226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd24d48e3d9de226","status":"passed","time":{"start":1707756499902,"stop":1707756499903,"duration":1}},{"uid":"7f5ed02a93e72bef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f5ed02a93e72bef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"f575479fa464c9f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f575479fa464c9f6","status":"passed","time":{"start":1707753647501,"stop":1707753647503,"duration":2}},{"uid":"a16e10f6ecd818d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a16e10f6ecd818d2","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"59e49f63e9d98e8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59e49f63e9d98e8b","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"49687126073dc967","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49687126073dc967","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6c9213907d5672a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6c9213907d5672a","status":"passed","time":{"start":1707778338852,"stop":1707778338853,"duration":1}},{"uid":"30d36d7321196e59","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/30d36d7321196e59","status":"passed","time":{"start":1707775602030,"stop":1707775602031,"duration":1}},{"uid":"c73c238e05d0b2d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c73c238e05d0b2d3","status":"passed","time":{"start":1707775390243,"stop":1707775390243,"duration":0}},{"uid":"7889af2304dfb5fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7889af2304dfb5fd","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1}},{"uid":"f381db537f6b7053","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f381db537f6b7053","status":"passed","time":{"start":1707769968728,"stop":1707769968729,"duration":1}},{"uid":"9ede686578c1572f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ede686578c1572f","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"2b177e922de2937f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b177e922de2937f","status":"passed","time":{"start":1707758006719,"stop":1707758006719,"duration":0}},{"uid":"7d880b2f7f622f44","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d880b2f7f622f44","status":"passed","time":{"start":1707756617053,"stop":1707756617054,"duration":1}},{"uid":"81124b38632cd350","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81124b38632cd350","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"85788d67229f57a6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85788d67229f57a6","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"cfcf3e68f8456643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cfcf3e68f8456643","status":"passed","time":{"start":1707751162319,"stop":1707751162320,"duration":1}},{"uid":"c0797e0bb400d334","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0797e0bb400d334","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"22edd09c72bfc3c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22edd09c72bfc3c2","status":"passed","time":{"start":1707736260148,"stop":1707736260149,"duration":1}}]},"e6ab723b7b3c1b12e0ea9b326f71a40a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ada21afefa249d94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ada21afefa249d94","status":"passed","time":{"start":1707756499920,"stop":1707756499921,"duration":1}}]},"d722697c7921a61b0369ebe38fe194be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3bbf733e2e47d7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a3bbf733e2e47d7e","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f7c946995734d70d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7c946995734d70d","status":"passed","time":{"start":1707777764076,"stop":1707777764076,"duration":0}},{"uid":"3c54648ad926c275","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c54648ad926c275","status":"passed","time":{"start":1707775040145,"stop":1707775040145,"duration":0}},{"uid":"8422897533192ff6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8422897533192ff6","status":"passed","time":{"start":1707774842100,"stop":1707774842101,"duration":1}},{"uid":"5f0507c247e29498","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f0507c247e29498","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"duration":1}},{"uid":"a2493fdb95cd5e17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2493fdb95cd5e17","status":"passed","time":{"start":1707769642218,"stop":1707769642218,"duration":0}},{"uid":"a9e9267556a847a0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a9e9267556a847a0","status":"passed","time":{"start":1707759737066,"stop":1707759737067,"duration":1}},{"uid":"ab16441b85f3e6c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab16441b85f3e6c7","status":"passed","time":{"start":1707757431973,"stop":1707757431973,"duration":0}},{"uid":"6eedc81a334be664","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6eedc81a334be664","status":"passed","time":{"start":1707756061017,"stop":1707756061018,"duration":1}},{"uid":"20494cfce038df9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20494cfce038df9","status":"passed","time":{"start":1707753479607,"stop":1707753479607,"duration":0}},{"uid":"fb8a13d9bbe321ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb8a13d9bbe321ae","status":"passed","time":{"start":1707753208305,"stop":1707753208306,"duration":1}},{"uid":"c4462578a5dd64f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4462578a5dd64f9","status":"passed","time":{"start":1707750608582,"stop":1707750608582,"duration":0}},{"uid":"c7653bc0d8c5b1d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c7653bc0d8c5b1d3","status":"passed","time":{"start":1707736525853,"stop":1707736525853,"duration":0}},{"uid":"f8f100622f7e92a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8f100622f7e92a8","status":"passed","time":{"start":1707735707687,"stop":1707735707687,"duration":0}}]},"07637c81f96318c98006bfa4a73dff23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d40707ab17bf4fbc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d40707ab17bf4fbc","status":"passed","time":{"start":1707775205630,"stop":1707775205631,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8dc9cf2b3654a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8dc9cf2b3654a92b","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"ecde07bdd687f30e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ecde07bdd687f30e","status":"passed","time":{"start":1707775486617,"stop":1707775486618,"duration":1}},{"uid":"1d0661b0e17fe507","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d0661b0e17fe507","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"65d7be0f7ce83f63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65d7be0f7ce83f63","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"cb5644759cb8e5f3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb5644759cb8e5f3","status":"passed","time":{"start":1707770051369,"stop":1707770051373,"duration":4}},{"uid":"ee998fc62e5931ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee998fc62e5931ff","status":"passed","time":{"start":1707760174013,"stop":1707760174014,"duration":1}},{"uid":"9d8c52a5f287bbd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d8c52a5f287bbd1","status":"passed","time":{"start":1707757873917,"stop":1707757873918,"duration":1}},{"uid":"6f3f474ca2276a11","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f3f474ca2276a11","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"9b1ac705832ff006","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9b1ac705832ff006","status":"passed","time":{"start":1707753870427,"stop":1707753870439,"duration":12}},{"uid":"7f863e96f9fa750a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f863e96f9fa750a","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"3c3bc2cb184b9295","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c3bc2cb184b9295","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"88c3a6da8a90cb72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/88c3a6da8a90cb72","status":"passed","time":{"start":1707736947841,"stop":1707736947842,"duration":1}},{"uid":"58aa3460850a8f7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58aa3460850a8f7e","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f6957f7b08e6aa8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f6957f7b08e6aa8","status":"passed","time":{"start":1707777787220,"stop":1707777787221,"duration":1}},{"uid":"752addbc88ef1adc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/752addbc88ef1adc","status":"passed","time":{"start":1707775063035,"stop":1707775063036,"duration":1}},{"uid":"1ed5424e4fbade2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ed5424e4fbade2c","status":"passed","time":{"start":1707774865143,"stop":1707774865144,"duration":1}},{"uid":"547fe90d4b308c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/547fe90d4b308c36","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"duration":0}},{"uid":"d10635c516cb4c8e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d10635c516cb4c8e","status":"passed","time":{"start":1707769665340,"stop":1707769665340,"duration":0}},{"uid":"c3f4969f78b7df84","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3f4969f78b7df84","status":"passed","time":{"start":1707759759720,"stop":1707759759735,"duration":15}},{"uid":"f8c442558efd287b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f8c442558efd287b","status":"passed","time":{"start":1707757455864,"stop":1707757455865,"duration":1}},{"uid":"8448e6b5f152032a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8448e6b5f152032a","status":"passed","time":{"start":1707756084425,"stop":1707756084425,"duration":0}},{"uid":"6bd43e22d9eccc77","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bd43e22d9eccc77","status":"passed","time":{"start":1707753503423,"stop":1707753503424,"duration":1}},{"uid":"d96b06a9dbb0eeda","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d96b06a9dbb0eeda","status":"passed","time":{"start":1707753233560,"stop":1707753233560,"duration":0}},{"uid":"e11a1ac6b658ef8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e11a1ac6b658ef8a","status":"passed","time":{"start":1707750631901,"stop":1707750631901,"duration":0}},{"uid":"852a17c693947020","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/852a17c693947020","status":"passed","time":{"start":1707736548881,"stop":1707736548882,"duration":1}},{"uid":"bda5e401ea95928e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bda5e401ea95928e","status":"passed","time":{"start":1707735732430,"stop":1707735732431,"duration":1}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f336c8fee3902e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f336c8fee3902e9","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"ef4d9ce3f1c32669","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef4d9ce3f1c32669","status":"passed","time":{"start":1707775620189,"stop":1707775620189,"duration":0}},{"uid":"609aecdb3a64395c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/609aecdb3a64395c","status":"passed","time":{"start":1707775421264,"stop":1707775421265,"duration":1}},{"uid":"70ff39f387612943","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70ff39f387612943","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"duration":0}},{"uid":"e9c5e62e8d5c35ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e9c5e62e8d5c35ec","status":"passed","time":{"start":1707770126651,"stop":1707770126652,"duration":1}},{"uid":"b1c70cf9d392e7bb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1c70cf9d392e7bb","status":"passed","time":{"start":1707760312929,"stop":1707760312929,"duration":0}},{"uid":"675e5013022b761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/675e5013022b761","status":"passed","time":{"start":1707758011522,"stop":1707758011523,"duration":1}},{"uid":"d16bdc07d31afd50","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d16bdc07d31afd50","status":"passed","time":{"start":1707756635737,"stop":1707756635739,"duration":2}},{"uid":"bb310bc5dbb0c442","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb310bc5dbb0c442","status":"passed","time":{"start":1707753934641,"stop":1707753934642,"duration":1}},{"uid":"4f341181b8ab41d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f341181b8ab41d4","status":"passed","time":{"start":1707753799512,"stop":1707753799512,"duration":0}},{"uid":"d8148dcbf1f1a2f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8148dcbf1f1a2f3","status":"passed","time":{"start":1707751117572,"stop":1707751117573,"duration":1}},{"uid":"9e434197b828108a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e434197b828108a","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"af1f9a9866caa393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af1f9a9866caa393","status":"passed","time":{"start":1707736296309,"stop":1707736296310,"duration":1}}]},"9724f8218e08c65499e3508ed7ea36b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cbde898b24692b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cbde898b24692b4","status":"passed","time":{"start":1707753668076,"stop":1707753668076,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"91815e523c88e871","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91815e523c88e871","status":"passed","time":{"start":1707777749835,"stop":1707777749836,"duration":1}},{"uid":"1adf8cc2488e08ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1adf8cc2488e08ae","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"bfc0fb5942470af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfc0fb5942470af5","status":"passed","time":{"start":1707774827848,"stop":1707774827853,"duration":5}},{"uid":"c1fa919de0a88a29","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1fa919de0a88a29","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0}},{"uid":"63786b2ddbed5c94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63786b2ddbed5c94","status":"passed","time":{"start":1707769628082,"stop":1707769628083,"duration":1}},{"uid":"277de682e755bb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/277de682e755bb46","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"491f808f53141782","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/491f808f53141782","status":"passed","time":{"start":1707757417657,"stop":1707757417662,"duration":5}},{"uid":"f996d64d0e9e8eb4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f996d64d0e9e8eb4","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"b709979a1261a5d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b709979a1261a5d0","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"e2a4a2648e18a5a9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2a4a2648e18a5a9","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"78c3ee417e152461","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78c3ee417e152461","status":"passed","time":{"start":1707750594358,"stop":1707750594358,"duration":0}},{"uid":"8e25004c03b19f54","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e25004c03b19f54","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"12b269845620e73b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/12b269845620e73b","status":"passed","time":{"start":1707735693122,"stop":1707735693122,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"489f973d95a305fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/489f973d95a305fb","status":"passed","time":{"start":1707777997114,"stop":1707777997115,"duration":1}},{"uid":"8805b26ee4bb904b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8805b26ee4bb904b","status":"passed","time":{"start":1707775275752,"stop":1707775275752,"duration":0}},{"uid":"90fbec8d3f0b2893","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90fbec8d3f0b2893","status":"passed","time":{"start":1707775085885,"stop":1707775085885,"duration":0}},{"uid":"d6749ab6a0f771a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6749ab6a0f771a4","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"duration":1}},{"uid":"55b86a34cfbbc0b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55b86a34cfbbc0b","status":"passed","time":{"start":1707769883321,"stop":1707769883322,"duration":1}},{"uid":"7896150c51f967d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7896150c51f967d4","status":"passed","time":{"start":1707759981463,"stop":1707759981463,"duration":0}},{"uid":"eedb72dc97f712ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eedb72dc97f712ad","status":"passed","time":{"start":1707757676043,"stop":1707757676044,"duration":1}},{"uid":"9b99571509be9aa4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9b99571509be9aa4","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9ca902daeef310e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ca902daeef310e","status":"passed","time":{"start":1707753713249,"stop":1707753713250,"duration":1}},{"uid":"68d3952bedc6a483","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/68d3952bedc6a483","status":"passed","time":{"start":1707753448102,"stop":1707753448103,"duration":1}},{"uid":"60bf7a19917fb69c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60bf7a19917fb69c","status":"passed","time":{"start":1707750840039,"stop":1707750840040,"duration":1}},{"uid":"29aa8745dfd80d44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29aa8745dfd80d44","status":"passed","time":{"start":1707736765015,"stop":1707736765016,"duration":1}},{"uid":"83afb1bc0984609e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83afb1bc0984609e","status":"passed","time":{"start":1707735955248,"stop":1707735955248,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ebbfe7e29205e4a8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ebbfe7e29205e4a8","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"20a62db963ca06cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20a62db963ca06cc","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"ff46642a82061a62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff46642a82061a62","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"6479900a1d29b86f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6479900a1d29b86f","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1}},{"uid":"71015a31f7dc4834","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71015a31f7dc4834","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"271de4404f90cdd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/271de4404f90cdd3","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"97c996b6686035ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/97c996b6686035ec","status":"passed","time":{"start":1707757709189,"stop":1707757709190,"duration":1}},{"uid":"7e0803190b065417","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e0803190b065417","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"7958b5c7b8f4de51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7958b5c7b8f4de51","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"e3c54a65b9b83721","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c54a65b9b83721","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"23f580eab68d1048","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23f580eab68d1048","status":"passed","time":{"start":1707750881807,"stop":1707750881808,"duration":1}},{"uid":"22e4e95767e153","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/22e4e95767e153","status":"passed","time":{"start":1707736800766,"stop":1707736800767,"duration":1}},{"uid":"f8d778747482fb23","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d778747482fb23","status":"passed","time":{"start":1707736013455,"stop":1707736013455,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"9dc8bf652b29433b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dc8bf652b29433b","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"5e7690601af4e57a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e7690601af4e57a","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"a47d6756e2432a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a47d6756e2432a","status":"passed","time":{"start":1707775461889,"stop":1707775461890,"duration":1}},{"uid":"5cd0d49ed39d938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cd0d49ed39d938","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"duration":0}},{"uid":"1ba08c116e565c99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ba08c116e565c99","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"db6a6d7b1caa79fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db6a6d7b1caa79fa","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"3ab0013c0325ad4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ab0013c0325ad4c","status":"passed","time":{"start":1707758023536,"stop":1707758023536,"duration":0}},{"uid":"4245ae38ebae70b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4245ae38ebae70b8","status":"passed","time":{"start":1707756664005,"stop":1707756664005,"duration":0}},{"uid":"588cf90c939ee536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/588cf90c939ee536","status":"passed","time":{"start":1707753837171,"stop":1707753837172,"duration":1}},{"uid":"70bb71efe888047a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70bb71efe888047a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"ef7337bed59581a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef7337bed59581a4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"5460581b882bb8b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5460581b882bb8b2","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82c1f0231807f2b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82c1f0231807f2b3","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"27205568977d0f13","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27205568977d0f13","status":"passed","time":{"start":1707775685026,"stop":1707775685027,"duration":1}},{"uid":"8bd08bb474f77db7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bd08bb474f77db7","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"72db306e15ec8b5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72db306e15ec8b5d","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"43a4378068e2a526","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43a4378068e2a526","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"72e8f763462b9ee5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72e8f763462b9ee5","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"27e7fa6425414292","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e7fa6425414292","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"f07ea821f2c83772","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f07ea821f2c83772","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"ad43fe281ff75815","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad43fe281ff75815","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"d6624aac98ac8efd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6624aac98ac8efd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"d7e8e58a478798e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7e8e58a478798e2","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"299766343c79a436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/299766343c79a436","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b19008a98fad62fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b19008a98fad62fe","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d160901e7653ecc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d160901e7653ecc4","status":"passed","time":{"start":1707778251795,"stop":1707778251796,"duration":1}},{"uid":"47d78bde105ce04f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47d78bde105ce04f","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"5229a49f0a56cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5229a49f0a56cb","status":"passed","time":{"start":1707775340605,"stop":1707775340608,"duration":3}},{"uid":"b36500448a7772","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b36500448a7772","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0}},{"uid":"cef9745c01cdd0f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cef9745c01cdd0f9","status":"passed","time":{"start":1707770045975,"stop":1707770045975,"duration":0}},{"uid":"221bed80d50e5ec1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/221bed80d50e5ec1","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"88606b41226b550a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88606b41226b550a","status":"passed","time":{"start":1707757921496,"stop":1707757921497,"duration":1}},{"uid":"b926540d37b11c16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b926540d37b11c16","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"75725b09d3053600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75725b09d3053600","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"37533f0efc1d0fb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37533f0efc1d0fb7","status":"passed","time":{"start":1707753708969,"stop":1707753708970,"duration":1}},{"uid":"bda74a9ddda5545a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bda74a9ddda5545a","status":"passed","time":{"start":1707751075909,"stop":1707751075910,"duration":1}},{"uid":"a75b1e67368e5552","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a75b1e67368e5552","status":"passed","time":{"start":1707737000810,"stop":1707737000811,"duration":1}},{"uid":"fa4cf46d3b411640","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa4cf46d3b411640","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1bd3bb372116b213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd3bb372116b213","status":"passed","time":{"start":1707777764429,"stop":1707777764430,"duration":1}},{"uid":"13e226451d6c443a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13e226451d6c443a","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"dd2d82b6a16f770e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd2d82b6a16f770e","status":"passed","time":{"start":1707774842471,"stop":1707774842472,"duration":1}},{"uid":"d61f8cc45c2f5c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d61f8cc45c2f5c86","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"f219373ad0b3a91c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f219373ad0b3a91c","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"d3e8f98af56d525d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3e8f98af56d525d","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"1eb2b8ed67057886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1eb2b8ed67057886","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"1edb4f07c89480e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1edb4f07c89480e7","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"b01c15d1cb581d92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b01c15d1cb581d92","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"4a5490be4c4ff40a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a5490be4c4ff40a","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"94a5db07aabad792","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/94a5db07aabad792","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"deba3bd2e9efeb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deba3bd2e9efeb2","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"b8c3feb38b593ab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8c3feb38b593ab2","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"64a08577fd862d37","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/64a08577fd862d37","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"ee230f0711f21410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ee230f0711f21410","status":"passed","time":{"start":1707775545750,"stop":1707775545751,"duration":1}},{"uid":"9000dd61f39fb75d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9000dd61f39fb75d","status":"passed","time":{"start":1707775359971,"stop":1707775359972,"duration":1}},{"uid":"ca858c2ec8aec26e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca858c2ec8aec26e","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"5bf7abe2b3d947a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bf7abe2b3d947a7","status":"passed","time":{"start":1707770099500,"stop":1707770099501,"duration":1}},{"uid":"fa9b078f85894f89","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fa9b078f85894f89","status":"passed","time":{"start":1707760242017,"stop":1707760242017,"duration":0}},{"uid":"8ad7baf3cf90916a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ad7baf3cf90916a","status":"passed","time":{"start":1707757936369,"stop":1707757936371,"duration":2}},{"uid":"52dc4aedfdfbdb6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/52dc4aedfdfbdb6f","status":"passed","time":{"start":1707756564917,"stop":1707756564918,"duration":1}},{"uid":"5ea54ae623f5e60a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ea54ae623f5e60a","status":"passed","time":{"start":1707753906989,"stop":1707753906989,"duration":0}},{"uid":"7b51f0fd1a011147","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b51f0fd1a011147","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"8f1c5b06119ef9ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f1c5b06119ef9ec","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"4ec7452080f4ad12","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ec7452080f4ad12","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"3bb20168dd80583e564488697a81096c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47883af9d7d353d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/47883af9d7d353d9","status":"passed","time":{"start":1707736081273,"stop":1707736081273,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a2970d3d5b293914","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a2970d3d5b293914","status":"passed","time":{"start":1707778386476,"stop":1707778386476,"duration":0}},{"uid":"b0db1d55b6819826","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0db1d55b6819826","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"7c9985e5a23312f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c9985e5a23312f5","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"b798c1357f22ddfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b798c1357f22ddfe","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1}},{"uid":"3d8c901095febabd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d8c901095febabd","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"f4d10119b9d9f70c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4d10119b9d9f70c","status":"passed","time":{"start":1707760335941,"stop":1707760335941,"duration":0}},{"uid":"9078b049da7ba0ef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9078b049da7ba0ef","status":"passed","time":{"start":1707758023528,"stop":1707758023528,"duration":0}},{"uid":"556059e69f04202a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/556059e69f04202a","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"6c1b3ac165f1898","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c1b3ac165f1898","status":"passed","time":{"start":1707753837162,"stop":1707753837163,"duration":1}},{"uid":"127443393cb1ac7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/127443393cb1ac7e","status":"passed","time":{"start":1707751136279,"stop":1707751136280,"duration":1}},{"uid":"a8649f7fd2eee2c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8649f7fd2eee2c5","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"bd414a28e2e69cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd414a28e2e69cb","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"31bbabc8969df760","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31bbabc8969df760","status":"passed","time":{"start":1707778002167,"stop":1707778002167,"duration":0}},{"uid":"f29f45d515c67489","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f29f45d515c67489","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"1fb9d7f4cfaf49e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fb9d7f4cfaf49e9","status":"passed","time":{"start":1707775094104,"stop":1707775094104,"duration":0}},{"uid":"e4d6861dd25cfa75","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4d6861dd25cfa75","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"duration":0}},{"uid":"8ecf34559110dee5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ecf34559110dee5","status":"passed","time":{"start":1707769883644,"stop":1707769883644,"duration":0}},{"uid":"7bc2051167cc9b74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bc2051167cc9b74","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"6bdd7243c6d9af57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6bdd7243c6d9af57","status":"passed","time":{"start":1707757677812,"stop":1707757677812,"duration":0}},{"uid":"8fdd44988df597e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8fdd44988df597e","status":"passed","time":{"start":1707756291414,"stop":1707756291415,"duration":1}},{"uid":"4abe79b85f479d5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4abe79b85f479d5d","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"abfce8629bd251ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfce8629bd251ea","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"55cdb61d3610c1f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55cdb61d3610c1f5","status":"passed","time":{"start":1707750845164,"stop":1707750845169,"duration":5}},{"uid":"97340c0d3036a16c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/97340c0d3036a16c","status":"passed","time":{"start":1707736769676,"stop":1707736769676,"duration":0}},{"uid":"563a70cfd4f95f46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/563a70cfd4f95f46","status":"passed","time":{"start":1707735968262,"stop":1707735968264,"duration":2}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a8c6df1c2c5b9b42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a8c6df1c2c5b9b42","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"c830232604b5582c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c830232604b5582c","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"4b82126af5532949","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b82126af5532949","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"98212c86c0c01ef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98212c86c0c01ef5","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"duration":1}},{"uid":"5073e98af8c3db6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5073e98af8c3db6b","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"b89d2641e7245e79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89d2641e7245e79","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"62186f1aa8c82835","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62186f1aa8c82835","status":"passed","time":{"start":1707757782367,"stop":1707757782367,"duration":0}},{"uid":"b7b188863cc29b94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b7b188863cc29b94","status":"passed","time":{"start":1707756396100,"stop":1707756396101,"duration":1}},{"uid":"78b39a9cc0b408d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78b39a9cc0b408d1","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"e5d098484114e9ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5d098484114e9ed","status":"passed","time":{"start":1707753563087,"stop":1707753563097,"duration":10}},{"uid":"bbfaee35cb5e9f58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbfaee35cb5e9f58","status":"passed","time":{"start":1707750940652,"stop":1707750940653,"duration":1}},{"uid":"eec09fa7c7dce802","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec09fa7c7dce802","status":"passed","time":{"start":1707736870544,"stop":1707736870544,"duration":0}},{"uid":"1f7059bba4120bf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f7059bba4120bf1","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"21cb2ca4c35d2bceb7f222ee81264afa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6094f4c914e354ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6094f4c914e354ee","status":"passed","time":{"start":1707753870470,"stop":1707753870471,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1c52bb4e8a413e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c52bb4e8a413e","status":"passed","time":{"start":1707778202480,"stop":1707778202480,"duration":0}},{"uid":"9ac9f9f42fa4ece7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ac9f9f42fa4ece7","status":"passed","time":{"start":1707775486625,"stop":1707775486626,"duration":1}},{"uid":"3b7165606181ac0f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3b7165606181ac0f","status":"passed","time":{"start":1707775300135,"stop":1707775300136,"duration":1}},{"uid":"21b4fbd6f7be9f26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21b4fbd6f7be9f26","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"duration":1}},{"uid":"8821620dbe3a645a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8821620dbe3a645a","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"c9743549194eea1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9743549194eea1b","status":"passed","time":{"start":1707760174020,"stop":1707760174021,"duration":1}},{"uid":"bbedc427142befd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbedc427142befd","status":"passed","time":{"start":1707757873921,"stop":1707757873921,"duration":0}},{"uid":"2795e884265b0909","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2795e884265b0909","status":"passed","time":{"start":1707756499904,"stop":1707756499904,"duration":0}},{"uid":"7f29821c3bdba816","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f29821c3bdba816","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"7bed375ff0d9f027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7bed375ff0d9f027","status":"passed","time":{"start":1707753647509,"stop":1707753647509,"duration":0}},{"uid":"3354cd7e2c485535","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3354cd7e2c485535","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"49e17fb0c6568081","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/49e17fb0c6568081","status":"passed","time":{"start":1707736947844,"stop":1707736947845,"duration":1}},{"uid":"38db65ded9231019","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38db65ded9231019","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e2dd31ae0f457f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2dd31ae0f457f5","status":"passed","time":{"start":1707778114676,"stop":1707778114676,"duration":0}},{"uid":"c77fdc562daf8d3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c77fdc562daf8d3c","status":"passed","time":{"start":1707775395378,"stop":1707775395378,"duration":0}},{"uid":"2681c628c09be41a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2681c628c09be41a","status":"passed","time":{"start":1707775205631,"stop":1707775205632,"duration":1}},{"uid":"87df996ff4e94500","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87df996ff4e94500","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"7342b7f8c84d5210","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7342b7f8c84d5210","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}},{"uid":"d82523424dca7b6d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d82523424dca7b6d","status":"passed","time":{"start":1707760095405,"stop":1707760095405,"duration":0}},{"uid":"4336a09b7799a664","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4336a09b7799a664","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}},{"uid":"eeeaa5a017dec9d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eeeaa5a017dec9d","status":"passed","time":{"start":1707756409547,"stop":1707756409547,"duration":0}},{"uid":"b4be9ce361a02a5b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4be9ce361a02a5b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"121571e32d5d330","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/121571e32d5d330","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}},{"uid":"340144cc369d3c43","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/340144cc369d3c43","status":"passed","time":{"start":1707750953982,"stop":1707750953982,"duration":0}},{"uid":"f03518d082823b5b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f03518d082823b5b","status":"passed","time":{"start":1707736878969,"stop":1707736878969,"duration":0}},{"uid":"7d21298b7db4ad8b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d21298b7db4ad8b","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"675b4b1a84fe64fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/675b4b1a84fe64fc","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"8d425565f5f2976a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8d425565f5f2976a","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"81b0187881fed598","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b0187881fed598","status":"passed","time":{"start":1707775462777,"stop":1707775462778,"duration":1}},{"uid":"3ea437ff036c0d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ea437ff036c0d9","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"20ee67efbdc42b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20ee67efbdc42b2e","status":"passed","time":{"start":1707770180414,"stop":1707770180415,"duration":1}},{"uid":"23492fd455e8ea33","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23492fd455e8ea33","status":"passed","time":{"start":1707760352906,"stop":1707760352906,"duration":0}},{"uid":"ae4c13edf1f6334e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ae4c13edf1f6334e","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"ad2182994d74c212","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad2182994d74c212","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"ff953d23e16ab681","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff953d23e16ab681","status":"passed","time":{"start":1707753994322,"stop":1707753994323,"duration":1}},{"uid":"83f25bb9bc3e8208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/83f25bb9bc3e8208","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"2f7ae4989cded2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7ae4989cded2b7","status":"passed","time":{"start":1707737132858,"stop":1707737132859,"duration":1}},{"uid":"1d81433b91c7df88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1d81433b91c7df88","status":"passed","time":{"start":1707736343132,"stop":1707736343132,"duration":0}}]},"b62407d9cdee015192bd612931f3e164:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edaee21b6d5d4c6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/edaee21b6d5d4c6","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2a0f858653ea7429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a0f858653ea7429","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"c0cfa106ac545743","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0cfa106ac545743","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"52638e3b1125944a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/52638e3b1125944a","status":"passed","time":{"start":1707775494278,"stop":1707775494279,"duration":1}},{"uid":"8d12639c3d9e12f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d12639c3d9e12f7","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1}},{"uid":"3b207321b1badb05","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3b207321b1badb05","status":"passed","time":{"start":1707770238687,"stop":1707770238688,"duration":1}},{"uid":"9d11bf8fa0a3f863","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d11bf8fa0a3f863","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"3b87ec54bb36995d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3b87ec54bb36995d","status":"passed","time":{"start":1707758004328,"stop":1707758004328,"duration":0}},{"uid":"1c3d4638598786b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3d4638598786b0","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"f1fcff0d523169e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1fcff0d523169e5","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"14aae5bbc3a37ad7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14aae5bbc3a37ad7","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"6d10b6c4542ca771","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d10b6c4542ca771","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"2f7df2b1e47269c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7df2b1e47269c5","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"fa365e8f25e4a9cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa365e8f25e4a9cb","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85214f3b1dc37549","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85214f3b1dc37549","status":"passed","time":{"start":1707777826928,"stop":1707777826929,"duration":1}},{"uid":"4d5b0bd63a02b048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d5b0bd63a02b048","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"4c04e61b43635d66","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c04e61b43635d66","status":"passed","time":{"start":1707774906442,"stop":1707774906442,"duration":0}},{"uid":"e8a4b4af035b9e0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a4b4af035b9e0a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"7d06bbd67ff0a137","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d06bbd67ff0a137","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"66766c827b7f520e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/66766c827b7f520e","status":"passed","time":{"start":1707759800530,"stop":1707759800530,"duration":0}},{"uid":"e029e99c9fa4abbd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e029e99c9fa4abbd","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"591b83e85888b598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/591b83e85888b598","status":"passed","time":{"start":1707756124836,"stop":1707756124836,"duration":0}},{"uid":"1c7ecf53088211f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c7ecf53088211f5","status":"passed","time":{"start":1707753544136,"stop":1707753544137,"duration":1}},{"uid":"3be5e64b30e4ebd8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3be5e64b30e4ebd8","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"5ca3537c5b22066e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5ca3537c5b22066e","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"5a71cc3a93b2e630","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a71cc3a93b2e630","status":"passed","time":{"start":1707736588885,"stop":1707736588886,"duration":1}},{"uid":"38f96849301bda3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38f96849301bda3e","status":"passed","time":{"start":1707735772595,"stop":1707735772596,"duration":1}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f85a734db3b6e064","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f85a734db3b6e064","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"2dd0a4edec63e957","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2dd0a4edec63e957","status":"passed","time":{"start":1707775384054,"stop":1707775384055,"duration":1}},{"uid":"c809805bec8a1433","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c809805bec8a1433","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"a429c055484336de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a429c055484336de","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0}},{"uid":"78b522cd268d5fa8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b522cd268d5fa8","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"f4240b403c4fefe9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4240b403c4fefe9","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"de4d288b04392aee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de4d288b04392aee","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"c35e8865890bf185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35e8865890bf185","status":"passed","time":{"start":1707756396102,"stop":1707756396102,"duration":0}},{"uid":"b4152e4246b0b52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4152e4246b0b52","status":"passed","time":{"start":1707753781758,"stop":1707753781758,"duration":0}},{"uid":"2c452848e324f84d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c452848e324f84d","status":"passed","time":{"start":1707753563104,"stop":1707753563104,"duration":0}},{"uid":"40f241796552eff2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/40f241796552eff2","status":"passed","time":{"start":1707750940659,"stop":1707750940661,"duration":2}},{"uid":"5c461d23b931dfed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c461d23b931dfed","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"9ea2f973f955d1fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ea2f973f955d1fd","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"45d21fbcb179ee9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/45d21fbcb179ee9e","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"7a2f73dea9ea1d0e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a2f73dea9ea1d0e","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"cd2372212f566dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd2372212f566dde","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"281711e2fcf8606d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/281711e2fcf8606d","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"fb0c8a731f09e26e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb0c8a731f09e26e","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"e76c8d013fd2359d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e76c8d013fd2359d","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"33874baf1b5127a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33874baf1b5127a4","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"6f2d8473089c7d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f2d8473089c7d48","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"5cb753cec9eb857f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb753cec9eb857f","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"dfe186bd9d0b208","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dfe186bd9d0b208","status":"passed","time":{"start":1707751228970,"stop":1707751228971,"duration":1}},{"uid":"b19bb985289efb6c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19bb985289efb6c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"29de1322b834fc18","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29de1322b834fc18","status":"passed","time":{"start":1707736353049,"stop":1707736353050,"duration":1}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"506466ec174a0afa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506466ec174a0afa","status":"passed","time":{"start":1707777859852,"stop":1707777859853,"duration":1}},{"uid":"dd8c3f6a68273324","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dd8c3f6a68273324","status":"passed","time":{"start":1707775133665,"stop":1707775133666,"duration":1}},{"uid":"e63204cdb3a0cc52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e63204cdb3a0cc52","status":"passed","time":{"start":1707774942680,"stop":1707774942680,"duration":0}},{"uid":"30df96d52a12b578","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30df96d52a12b578","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"duration":0}},{"uid":"41c6f546759c41a2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41c6f546759c41a2","status":"passed","time":{"start":1707769735032,"stop":1707769735032,"duration":0}},{"uid":"54581c3003fcfe18","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54581c3003fcfe18","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"5b0eb4e7f272c6f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b0eb4e7f272c6f5","status":"passed","time":{"start":1707757528819,"stop":1707757528821,"duration":2}},{"uid":"3b3572c0e8cbc970","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b3572c0e8cbc970","status":"passed","time":{"start":1707756157290,"stop":1707756157290,"duration":0}},{"uid":"e16b2b15c85f8971","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e16b2b15c85f8971","status":"passed","time":{"start":1707753578470,"stop":1707753578470,"duration":0}},{"uid":"761f021ef2951e44","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/761f021ef2951e44","status":"passed","time":{"start":1707753307894,"stop":1707753307894,"duration":0}},{"uid":"699ca24b2b984bb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/699ca24b2b984bb0","status":"passed","time":{"start":1707750703125,"stop":1707750703126,"duration":1}},{"uid":"95d943d9c07db7e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/95d943d9c07db7e5","status":"passed","time":{"start":1707736629967,"stop":1707736629968,"duration":1}},{"uid":"920c0d74421dbc06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/920c0d74421dbc06","status":"passed","time":{"start":1707735809087,"stop":1707735809087,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c170bffd74933d6b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c170bffd74933d6b","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"3defe422af7c9fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3defe422af7c9fe9","status":"passed","time":{"start":1707775073184,"stop":1707775073184,"duration":0}},{"uid":"1620c98a566b903a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1620c98a566b903a","status":"passed","time":{"start":1707774873943,"stop":1707774873944,"duration":1}},{"uid":"5e535cb8bde84f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e535cb8bde84f77","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1}},{"uid":"130e98251ea5460d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/130e98251ea5460d","status":"passed","time":{"start":1707769676600,"stop":1707769676601,"duration":1}},{"uid":"a717a53d08e2506b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a717a53d08e2506b","status":"passed","time":{"start":1707759771253,"stop":1707759771254,"duration":1}},{"uid":"8ddee675fe9e174c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ddee675fe9e174c","status":"passed","time":{"start":1707757466739,"stop":1707757466739,"duration":0}},{"uid":"8f160f38d34d56e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f160f38d34d56e9","status":"passed","time":{"start":1707756093995,"stop":1707756093996,"duration":1}},{"uid":"5ed2e972eef3b033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ed2e972eef3b033","status":"passed","time":{"start":1707753514641,"stop":1707753514641,"duration":0}},{"uid":"279df08c352ed1b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/279df08c352ed1b9","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"7e2922d2fdaeb6c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e2922d2fdaeb6c","status":"passed","time":{"start":1707750640095,"stop":1707750640095,"duration":0}},{"uid":"f10e64b4efc93b35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f10e64b4efc93b35","status":"passed","time":{"start":1707736561995,"stop":1707736561995,"duration":0}},{"uid":"41eb28455b78ea96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41eb28455b78ea96","status":"passed","time":{"start":1707735744192,"stop":1707735744193,"duration":1}}]},"06627ffa18f0f7a4b59afd78a751f594:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c31315ba5ed61fb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c31315ba5ed61fb9","status":"passed","time":{"start":1707753668076,"stop":1707753668077,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"af92f50946714955","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/af92f50946714955","status":"passed","time":{"start":1707778394552,"stop":1707778394553,"duration":1}},{"uid":"a9a0bc5e0e6cca6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a9a0bc5e0e6cca6c","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"7715b053a7f23513","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7715b053a7f23513","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"1b4a225d9fa59e1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b4a225d9fa59e1f","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"35c86f939e10845b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35c86f939e10845b","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"62a1e1870b9380df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a1e1870b9380df","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"c7f79505598f4fe4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c7f79505598f4fe4","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"88ac8f45c812b170","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88ac8f45c812b170","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"24235aea626d6747","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24235aea626d6747","status":"passed","time":{"start":1707753994323,"stop":1707753994324,"duration":1}},{"uid":"b89a01e33e3b8fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b89a01e33e3b8fce","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"10276c28cdae2dd3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/10276c28cdae2dd3","status":"passed","time":{"start":1707737132859,"stop":1707737132860,"duration":1}},{"uid":"c15840bcffbef9c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c15840bcffbef9c3","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a9bae1f56947a9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a9bae1f56947a9c","status":"passed","time":{"start":1707778381871,"stop":1707778381873,"duration":2}},{"uid":"e35d806fe83af9cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e35d806fe83af9cb","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"671472ded85fa0e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/671472ded85fa0e1","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"f6aba06c9e0071d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6aba06c9e0071d9","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0}},{"uid":"f76b32155131e927","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f76b32155131e927","status":"passed","time":{"start":1707770169175,"stop":1707770169176,"duration":1}},{"uid":"a500a529a8bb389a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a500a529a8bb389a","status":"passed","time":{"start":1707760345981,"stop":1707760345982,"duration":1}},{"uid":"77769a2cff8bd0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77769a2cff8bd0d3","status":"passed","time":{"start":1707758029745,"stop":1707758029746,"duration":1}},{"uid":"ed69128fd8c81299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed69128fd8c81299","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"583492f12223ab4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/583492f12223ab4e","status":"passed","time":{"start":1707753981526,"stop":1707753981526,"duration":0}},{"uid":"dd505a2283e714b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd505a2283e714b0","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"13449d5f09114e74","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13449d5f09114e74","status":"passed","time":{"start":1707751154819,"stop":1707751154819,"duration":0}},{"uid":"7c5d6f17e23481fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c5d6f17e23481fb","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"982abdb203ee7b0e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/982abdb203ee7b0e","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"85b76d3009d26e0c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85b76d3009d26e0c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"b84974d043a0f05f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b84974d043a0f05f","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"8bc42e8e2194f762","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc42e8e2194f762","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"4b495dc82b5a9fe1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b495dc82b5a9fe1","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"18a39a7d347b305f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18a39a7d347b305f","status":"passed","time":{"start":1707769983271,"stop":1707769983272,"duration":1}},{"uid":"5a2eff54424d30be","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a2eff54424d30be","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"896ef51ce06e3dab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/896ef51ce06e3dab","status":"passed","time":{"start":1707757790729,"stop":1707757790730,"duration":1}},{"uid":"326a02966d4bdc96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/326a02966d4bdc96","status":"passed","time":{"start":1707756409540,"stop":1707756409541,"duration":1}},{"uid":"b27394970cb9735d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b27394970cb9735d","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"61f25783d25718e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/61f25783d25718e8","status":"passed","time":{"start":1707753573524,"stop":1707753573525,"duration":1}},{"uid":"4bd12fb6a2f5423b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bd12fb6a2f5423b","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"a35b59b6fe0b8419","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a35b59b6fe0b8419","status":"passed","time":{"start":1707736878961,"stop":1707736878962,"duration":1}},{"uid":"2d931a0569052e97","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2d931a0569052e97","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fb9154f587d4ebfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb9154f587d4ebfa","status":"passed","time":{"start":1707778386481,"stop":1707778386482,"duration":1}},{"uid":"c772432655d810c8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c772432655d810c8","status":"passed","time":{"start":1707775656748,"stop":1707775656749,"duration":1}},{"uid":"f86ac36860e6712e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f86ac36860e6712e","status":"passed","time":{"start":1707775461887,"stop":1707775461888,"duration":1}},{"uid":"edec879d0c83e822","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edec879d0c83e822","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"duration":1}},{"uid":"d7bbefda049d898c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7bbefda049d898c","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"a91b90f91cd02955","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a91b90f91cd02955","status":"passed","time":{"start":1707760335949,"stop":1707760335950,"duration":1}},{"uid":"f5240069a6a6a448","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5240069a6a6a448","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"9bf1aa48c246c4b2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bf1aa48c246c4b2","status":"passed","time":{"start":1707756664003,"stop":1707756664003,"duration":0}},{"uid":"9e32d73db4a3fa9e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9e32d73db4a3fa9e","status":"passed","time":{"start":1707753837169,"stop":1707753837169,"duration":0}},{"uid":"2a2355f734daea0b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2355f734daea0b","status":"passed","time":{"start":1707751136320,"stop":1707751136320,"duration":0}},{"uid":"c1304d5fd45b0113","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1304d5fd45b0113","status":"passed","time":{"start":1707737124644,"stop":1707737124645,"duration":1}},{"uid":"3a2eed3a3ecc6c61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a2eed3a3ecc6c61","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"506bb0110121a913","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506bb0110121a913","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"d6fe5f4cfbc78a6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d6fe5f4cfbc78a6f","status":"passed","time":{"start":1707775026264,"stop":1707775026264,"duration":0}},{"uid":"473bdb9b9f892a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473bdb9b9f892a0c","status":"passed","time":{"start":1707774827854,"stop":1707774827854,"duration":0}},{"uid":"5ca525a761e07bfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca525a761e07bfa","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0}},{"uid":"1037c64191a930ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1037c64191a930ac","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"54da489b1cd62052","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54da489b1cd62052","status":"passed","time":{"start":1707759722865,"stop":1707759722865,"duration":0}},{"uid":"176083d3140e2ce6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/176083d3140e2ce6","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"e1f45d264510d3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1f45d264510d3c9","status":"passed","time":{"start":1707756047292,"stop":1707756047293,"duration":1}},{"uid":"d343baa33d57e34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d343baa33d57e34","status":"passed","time":{"start":1707753465440,"stop":1707753465441,"duration":1}},{"uid":"7745121e926aa58e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7745121e926aa58e","status":"passed","time":{"start":1707753193781,"stop":1707753193782,"duration":1}},{"uid":"400705dd8c775ba1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/400705dd8c775ba1","status":"passed","time":{"start":1707750594364,"stop":1707750594365,"duration":1}},{"uid":"7514edf46f43de18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7514edf46f43de18","status":"passed","time":{"start":1707736511736,"stop":1707736511737,"duration":1}},{"uid":"7c1c651d927e7d28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c1c651d927e7d28","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad14d8aad6016d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad14d8aad6016d14","status":"passed","time":{"start":1707777877647,"stop":1707777877648,"duration":1}},{"uid":"ba53dfd3d85eb2eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba53dfd3d85eb2eb","status":"passed","time":{"start":1707775153023,"stop":1707775153024,"duration":1}},{"uid":"4f30ad5866663e32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f30ad5866663e32","status":"passed","time":{"start":1707774951833,"stop":1707774951835,"duration":2}},{"uid":"431845249a8313cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/431845249a8313cc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"4c448fd91a7be57f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c448fd91a7be57f","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"f699e28f0457d311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f699e28f0457d311","status":"passed","time":{"start":1707759851604,"stop":1707759851604,"duration":0}},{"uid":"dde8dfa418984d96","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dde8dfa418984d96","status":"passed","time":{"start":1707757546809,"stop":1707757546809,"duration":0}},{"uid":"3a7f0a2f136a7101","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3a7f0a2f136a7101","status":"passed","time":{"start":1707756167201,"stop":1707756167202,"duration":1}},{"uid":"abb2e5561067b58c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abb2e5561067b58c","status":"passed","time":{"start":1707753584062,"stop":1707753584063,"duration":1}},{"uid":"96c837fda829f752","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96c837fda829f752","status":"passed","time":{"start":1707753331772,"stop":1707753331772,"duration":0}},{"uid":"1c781048aa968269","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c781048aa968269","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"e11509fc470e99dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e11509fc470e99dc","status":"passed","time":{"start":1707736636444,"stop":1707736636444,"duration":0}},{"uid":"d1c3992b2ded1d4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1c3992b2ded1d4e","status":"passed","time":{"start":1707735825262,"stop":1707735825263,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"80dbd9e15e0c069","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/80dbd9e15e0c069","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"fbf669dfbac784ab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fbf669dfbac784ab","status":"passed","time":{"start":1707775662265,"stop":1707775662265,"duration":0}},{"uid":"59be99cec22dc0ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59be99cec22dc0ba","status":"passed","time":{"start":1707775462780,"stop":1707775462780,"duration":0}},{"uid":"79f5f84e8af1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79f5f84e8af1dfa0","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1}},{"uid":"d9bb07fd62fdec70","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9bb07fd62fdec70","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"94ee84125721791","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/94ee84125721791","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"ac19e00f46c7b386","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac19e00f46c7b386","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"cbe54f17fdc0051b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbe54f17fdc0051b","status":"passed","time":{"start":1707756674086,"stop":1707756674086,"duration":0}},{"uid":"3d112717b6987fe3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d112717b6987fe3","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"a6edd1a2c443cb19","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6edd1a2c443cb19","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"f92e7af9a9ebc96f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f92e7af9a9ebc96f","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"97c7799133dddf33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97c7799133dddf33","status":"passed","time":{"start":1707736343134,"stop":1707736343135,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c55b7f9291bd42f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c55b7f9291bd42f8","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"5eb495a4f8a5ec2a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5eb495a4f8a5ec2a","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"b9090d453bbc5180","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b9090d453bbc5180","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"cd3379319d162439","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd3379319d162439","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"duration":1}},{"uid":"29d9e34d5f630864","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d9e34d5f630864","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"10d846c975a20d1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10d846c975a20d1d","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"4b1004e11bf0c3c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4b1004e11bf0c3c1","status":"passed","time":{"start":1707758004310,"stop":1707758004320,"duration":10}},{"uid":"c50c4fd290822333","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c50c4fd290822333","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"60ecf19b6e300537","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60ecf19b6e300537","status":"passed","time":{"start":1707754051785,"stop":1707754051785,"duration":0}},{"uid":"fc8a3ba8d062221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc8a3ba8d062221","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"6dffae1ea6a38572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6dffae1ea6a38572","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"fc2b288978905148","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc2b288978905148","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"ce6867da9f74525","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce6867da9f74525","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"a1e9b30654c5ca6108f842d98587fe87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7822e08cbcb0ea6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7822e08cbcb0ea6","status":"passed","time":{"start":1707777973001,"stop":1707777973001,"duration":0}}]},"2f442db5ab2c15d4052d0f46dc68da90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f5afb1114ee11bfb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f5afb1114ee11bfb","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154820,"stop":1707751154820,"duration":0}}]},"3a7a6ff11bfc103aa4acb214cb297765:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"809a9a14b09a44b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/809a9a14b09a44b7","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b53cccd65ae604ce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b53cccd65ae604ce","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"1b7abf339b2f629f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b7abf339b2f629f","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"25fe7946cb196160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/25fe7946cb196160","status":"passed","time":{"start":1707775082020,"stop":1707775082020,"duration":0}},{"uid":"65607bede5de56d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65607bede5de56d8","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"duration":1}},{"uid":"6849ae6efb2e88d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6849ae6efb2e88d9","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"d327889da7a46fea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d327889da7a46fea","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"99e07682f8c56b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99e07682f8c56b8","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"cbb7012ac9bf0306","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbb7012ac9bf0306","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"9a281beda43afcb6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a281beda43afcb6","status":"passed","time":{"start":1707753651170,"stop":1707753651171,"duration":1}},{"uid":"4832ef47cec21419","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4832ef47cec21419","status":"passed","time":{"start":1707753409587,"stop":1707753409588,"duration":1}},{"uid":"cbcfc4970691ee80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cbcfc4970691ee80","status":"passed","time":{"start":1707750722051,"stop":1707750722051,"duration":0}},{"uid":"13051096b82c1ee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13051096b82c1ee3","status":"passed","time":{"start":1707736708330,"stop":1707736708331,"duration":1}},{"uid":"1cf5f34ca6a83d8a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1cf5f34ca6a83d8a","status":"passed","time":{"start":1707735914387,"stop":1707735914387,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c28752f3992a9acf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c28752f3992a9acf","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"af7d28e7e59b232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af7d28e7e59b232","status":"passed","time":{"start":1707775409485,"stop":1707775409486,"duration":1}},{"uid":"d4ccfd2a9112c1d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4ccfd2a9112c1d1","status":"passed","time":{"start":1707775219998,"stop":1707775219999,"duration":1}},{"uid":"7adb77749bc70f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7adb77749bc70f0c","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"fcb66a00b79cf67b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcb66a00b79cf67b","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"edaa1a86ad6e70a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/edaa1a86ad6e70a3","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"abf8427ed57ebd38","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abf8427ed57ebd38","status":"passed","time":{"start":1707757804298,"stop":1707757804299,"duration":1}},{"uid":"85ce52ab5cdc410f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/85ce52ab5cdc410f","status":"passed","time":{"start":1707756422348,"stop":1707756422349,"duration":1}},{"uid":"353f3c97cfbbe25f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/353f3c97cfbbe25f","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"246e1a3749a40c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/246e1a3749a40c8c","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"f0b9721c7e254660","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0b9721c7e254660","status":"passed","time":{"start":1707750964806,"stop":1707750964807,"duration":1}},{"uid":"881770cc09311ee0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/881770cc09311ee0","status":"passed","time":{"start":1707736890439,"stop":1707736890439,"duration":0}},{"uid":"8ba8c6e1097d29e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ba8c6e1097d29e9","status":"passed","time":{"start":1707736096391,"stop":1707736096392,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c82306c5fd0752b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c82306c5fd0752b","status":"passed","time":{"start":1707777865442,"stop":1707777865443,"duration":1}},{"uid":"d9f67b2b9e06af44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9f67b2b9e06af44","status":"passed","time":{"start":1707775140805,"stop":1707775140806,"duration":1}},{"uid":"e89ec2e3340bea18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e89ec2e3340bea18","status":"passed","time":{"start":1707774947609,"stop":1707774947610,"duration":1}},{"uid":"ff3ea75cf06a22f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3ea75cf06a22f4","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0}},{"uid":"f579006e289197d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f579006e289197d4","status":"passed","time":{"start":1707769737619,"stop":1707769737619,"duration":0}},{"uid":"7eb97f3539bdfeb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7eb97f3539bdfeb5","status":"passed","time":{"start":1707759835148,"stop":1707759835148,"duration":0}},{"uid":"e201702f786310c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e201702f786310c4","status":"passed","time":{"start":1707757529704,"stop":1707757529705,"duration":1}},{"uid":"e682be0dcd76b6e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e682be0dcd76b6e1","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"372f0fee6d073151","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/372f0fee6d073151","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"eb5d38e2ea10744b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eb5d38e2ea10744b","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"a1ab983941123977","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1ab983941123977","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"c0b9030c180cbf13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0b9030c180cbf13","status":"passed","time":{"start":1707736624912,"stop":1707736624912,"duration":0}},{"uid":"88a9eaa502e2b377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88a9eaa502e2b377","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3474a800ae9827d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3474a800ae9827d4","status":"passed","time":{"start":1707778338835,"stop":1707778338835,"duration":0}},{"uid":"d0bc82e5cb2b3f2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d0bc82e5cb2b3f2c","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"b126c9026f87e09e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b126c9026f87e09e","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"6cbf9a5d50509e0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cbf9a5d50509e0b","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0}},{"uid":"b0a5a089d29e311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0a5a089d29e311","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"72b9e48224b39413","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72b9e48224b39413","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"cd53ba6342866ef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd53ba6342866ef","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"5d92ce131d6a4cbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d92ce131d6a4cbd","status":"passed","time":{"start":1707753988877,"stop":1707753988877,"duration":0}},{"uid":"93c4cdf0e0afb5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93c4cdf0e0afb5b","status":"passed","time":{"start":1707753782734,"stop":1707753782746,"duration":12}},{"uid":"aab8979b13e4c0f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aab8979b13e4c0f4","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"e600dd3e5e6abce4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e600dd3e5e6abce4","status":"passed","time":{"start":1707737091300,"stop":1707737091300,"duration":0}},{"uid":"ed9b68f85ca41940","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ed9b68f85ca41940","status":"passed","time":{"start":1707736260123,"stop":1707736260124,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8862207b8766863e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8862207b8766863e","status":"passed","time":{"start":1707777749087,"stop":1707777749088,"duration":1}},{"uid":"63f9b6c339bc0dfb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63f9b6c339bc0dfb","status":"passed","time":{"start":1707775025521,"stop":1707775025522,"duration":1}},{"uid":"41fe2a447a05f6c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41fe2a447a05f6c2","status":"passed","time":{"start":1707774827054,"stop":1707774827055,"duration":1}},{"uid":"daac32cf7a0df95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daac32cf7a0df95f","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"duration":2}},{"uid":"272820c285e0b4ad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272820c285e0b4ad","status":"passed","time":{"start":1707769627286,"stop":1707769627287,"duration":1}},{"uid":"910ea4bbe8b72123","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/910ea4bbe8b72123","status":"passed","time":{"start":1707759722023,"stop":1707759722024,"duration":1}},{"uid":"a813ec1c01ba93c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a813ec1c01ba93c1","status":"passed","time":{"start":1707757416830,"stop":1707757416831,"duration":1}},{"uid":"fbecd080fc3f09fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbecd080fc3f09fc","status":"passed","time":{"start":1707756046590,"stop":1707756046590,"duration":0}},{"uid":"b30d5c1d08594853","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b30d5c1d08594853","status":"passed","time":{"start":1707753464663,"stop":1707753464663,"duration":0}},{"uid":"f82b2336e2cc7201","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f82b2336e2cc7201","status":"passed","time":{"start":1707753192929,"stop":1707753192931,"duration":2}},{"uid":"defbaf7b65272f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/defbaf7b65272f6e","status":"passed","time":{"start":1707750593501,"stop":1707750593502,"duration":1}},{"uid":"dd80cc823a326be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd80cc823a326be7","status":"passed","time":{"start":1707736510874,"stop":1707736510875,"duration":1}},{"uid":"573824c7d3b5284","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/573824c7d3b5284","status":"passed","time":{"start":1707735692281,"stop":1707735692282,"duration":1}}]},"466d689a9c8a0b41c00f4e5c43429ce5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a92df9f287c1177","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a92df9f287c1177","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4424745a1e9b0feb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4424745a1e9b0feb","status":"passed","time":{"start":1707777973009,"stop":1707777973010,"duration":1}},{"uid":"ba1a5c8977b27be6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba1a5c8977b27be6","status":"passed","time":{"start":1707775244536,"stop":1707775244536,"duration":0}},{"uid":"63821a1c2d00e764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63821a1c2d00e764","status":"passed","time":{"start":1707775050825,"stop":1707775050825,"duration":0}},{"uid":"bb887e01ab841d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bb887e01ab841d4","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"ac93441bf02e6491","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac93441bf02e6491","status":"passed","time":{"start":1707769843153,"stop":1707769843155,"duration":2}},{"uid":"9ace00b04ba1522c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ace00b04ba1522c","status":"passed","time":{"start":1707759965219,"stop":1707759965219,"duration":0}},{"uid":"405605f4bd514317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/405605f4bd514317","status":"passed","time":{"start":1707757644397,"stop":1707757644397,"duration":0}},{"uid":"6c3efcb8aee5ce2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c3efcb8aee5ce2","status":"passed","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"a3fdfe1f77168894","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3fdfe1f77168894","status":"passed","time":{"start":1707753668085,"stop":1707753668085,"duration":0}},{"uid":"df73c4d6107be208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df73c4d6107be208","status":"passed","time":{"start":1707753423544,"stop":1707753423545,"duration":1}},{"uid":"dc7c450d41316d8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc7c450d41316d8e","status":"passed","time":{"start":1707750796038,"stop":1707750796039,"duration":1}},{"uid":"950bd609b79d5bc4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/950bd609b79d5bc4","status":"passed","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"7cf4ee4a4f02da52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7cf4ee4a4f02da52","status":"passed","time":{"start":1707735912136,"stop":1707735912137,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e3de89e662dd198","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e3de89e662dd198","status":"passed","time":{"start":1707778002170,"stop":1707778002170,"duration":0}},{"uid":"bd560d77af43c1cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd560d77af43c1cb","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"8dec9513941756c7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8dec9513941756c7","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"5c4ed75b7611a2da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c4ed75b7611a2da","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"11239da933e0c868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11239da933e0c868","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"b85df4520749726a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b85df4520749726a","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"27519d11aee03cda","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27519d11aee03cda","status":"passed","time":{"start":1707757677813,"stop":1707757677813,"duration":0}},{"uid":"a02f34dcc105e862","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a02f34dcc105e862","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"7aec78cd4085ce08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aec78cd4085ce08","status":"passed","time":{"start":1707753735503,"stop":1707753735503,"duration":0}},{"uid":"3d365219b41d64fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d365219b41d64fa","status":"passed","time":{"start":1707753472970,"stop":1707753472971,"duration":1}},{"uid":"d9c00de3df746a17","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9c00de3df746a17","status":"passed","time":{"start":1707750845169,"stop":1707750845170,"duration":1}},{"uid":"bd0525e3921d6b0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd0525e3921d6b0d","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"410fe1d7e11071a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/410fe1d7e11071a5","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1eca7fb6a5736d4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1eca7fb6a5736d4d","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"6846383140f7e16a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6846383140f7e16a","status":"passed","time":{"start":1707775486619,"stop":1707775486620,"duration":1}},{"uid":"3819bfff20c99c87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3819bfff20c99c87","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"a348a2703e5f4d5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a348a2703e5f4d5c","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"8c936236a8a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c936236a8a23e7c","status":"passed","time":{"start":1707770051374,"stop":1707770051374,"duration":0}},{"uid":"8213fc23d334d739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8213fc23d334d739","status":"passed","time":{"start":1707760174015,"stop":1707760174016,"duration":1}},{"uid":"54961c1ef7c31cac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54961c1ef7c31cac","status":"passed","time":{"start":1707757873918,"stop":1707757873919,"duration":1}},{"uid":"9a2fbeb8d6c0e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a2fbeb8d6c0e926","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"c4dc6e436e3ce62c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4dc6e436e3ce62c","status":"passed","time":{"start":1707753870440,"stop":1707753870441,"duration":1}},{"uid":"ea9af3fa47df38e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea9af3fa47df38e7","status":"passed","time":{"start":1707753647499,"stop":1707753647499,"duration":0}},{"uid":"122a3c51356138a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/122a3c51356138a1","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"db86bc067300da93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db86bc067300da93","status":"passed","time":{"start":1707736947842,"stop":1707736947843,"duration":1}},{"uid":"48124df7f2e089ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48124df7f2e089ca","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"4d0afdf9c3a6794322691104c871d5fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bda88ac24c44c9b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bda88ac24c44c9b","status":"passed","time":{"start":1707736322670,"stop":1707736322671,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6920f22948e1efc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6920f22948e1efc","status":"passed","time":{"start":1707777749086,"stop":1707777749087,"duration":1}},{"uid":"f20decc73a67bc4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f20decc73a67bc4e","status":"passed","time":{"start":1707775025519,"stop":1707775025520,"duration":1}},{"uid":"b11327bcd8d0dd76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b11327bcd8d0dd76","status":"passed","time":{"start":1707774827054,"stop":1707774827054,"duration":0}},{"uid":"5adaaa9736734d0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5adaaa9736734d0d","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"duration":1}},{"uid":"be7e3e609306ed28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be7e3e609306ed28","status":"passed","time":{"start":1707769627286,"stop":1707769627286,"duration":0}},{"uid":"7b60d1b1d39b1ba3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b60d1b1d39b1ba3","status":"passed","time":{"start":1707759722020,"stop":1707759722021,"duration":1}},{"uid":"f4840ff4afa202d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4840ff4afa202d2","status":"passed","time":{"start":1707757416830,"stop":1707757416830,"duration":0}},{"uid":"4f9545158309b4f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f9545158309b4f9","status":"passed","time":{"start":1707756046589,"stop":1707756046590,"duration":1}},{"uid":"e5b25dbd1b3f5087","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5b25dbd1b3f5087","status":"passed","time":{"start":1707753464662,"stop":1707753464662,"duration":0}},{"uid":"7a7e72c6c2588c8b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a7e72c6c2588c8b","status":"passed","time":{"start":1707753192929,"stop":1707753192929,"duration":0}},{"uid":"97d4bd7aec10e668","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97d4bd7aec10e668","status":"passed","time":{"start":1707750593501,"stop":1707750593501,"duration":0}},{"uid":"b66b3efec90677a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b66b3efec90677a8","status":"passed","time":{"start":1707736510874,"stop":1707736510874,"duration":0}},{"uid":"7c6032519a89e639","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c6032519a89e639","status":"passed","time":{"start":1707735692280,"stop":1707735692281,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"c5962b0c0d912786","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5962b0c0d912786","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"4384456ae4355994","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4384456ae4355994","status":"passed","time":{"start":1707775545753,"stop":1707775545754,"duration":1}},{"uid":"ef4f7037805655a6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef4f7037805655a6","status":"passed","time":{"start":1707775359974,"stop":1707775359975,"duration":1}},{"uid":"506521b8a14811d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506521b8a14811d4","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1}},{"uid":"42c2795019859b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42c2795019859b38","status":"passed","time":{"start":1707770099502,"stop":1707770099502,"duration":0}},{"uid":"11f17a2bdd7f4cf8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f17a2bdd7f4cf8","status":"passed","time":{"start":1707760242018,"stop":1707760242019,"duration":1}},{"uid":"9f38e34d7e365b04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f38e34d7e365b04","status":"passed","time":{"start":1707757936373,"stop":1707757936375,"duration":2}},{"uid":"557b0f21726da977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/557b0f21726da977","status":"passed","time":{"start":1707756564921,"stop":1707756564921,"duration":0}},{"uid":"ceb04a3bb48f34db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceb04a3bb48f34db","status":"passed","time":{"start":1707753906992,"stop":1707753906992,"duration":0}},{"uid":"7b789203ffb72707","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b789203ffb72707","status":"passed","time":{"start":1707753724181,"stop":1707753724181,"duration":0}},{"uid":"3b2895b035638de4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b2895b035638de4","status":"passed","time":{"start":1707751082969,"stop":1707751082969,"duration":0}},{"uid":"9d7b3cddabb4ca08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d7b3cddabb4ca08","status":"passed","time":{"start":1707736227481,"stop":1707736227481,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3ae987eff67401","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3ae987eff67401","status":"passed","time":{"start":1707777859854,"stop":1707777859854,"duration":0}},{"uid":"c343eb5e35d57462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c343eb5e35d57462","status":"passed","time":{"start":1707775133669,"stop":1707775133670,"duration":1}},{"uid":"8c2a2802572daa40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c2a2802572daa40","status":"passed","time":{"start":1707774942682,"stop":1707774942682,"duration":0}},{"uid":"e3ca26196d8d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3ca26196d8d2c6c","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"b34ee25aa71b70da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b34ee25aa71b70da","status":"passed","time":{"start":1707769735035,"stop":1707769735035,"duration":0}},{"uid":"3f558da8cc0608c8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f558da8cc0608c8","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"b1dbbacdbbddb849","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1dbbacdbbddb849","status":"passed","time":{"start":1707757528824,"stop":1707757528825,"duration":1}},{"uid":"7541deffb033404c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7541deffb033404c","status":"passed","time":{"start":1707756157294,"stop":1707756157294,"duration":0}},{"uid":"22dc534b195f844","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22dc534b195f844","status":"passed","time":{"start":1707753578474,"stop":1707753578474,"duration":0}},{"uid":"57de7e1a643c4d98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57de7e1a643c4d98","status":"passed","time":{"start":1707753307895,"stop":1707753307896,"duration":1}},{"uid":"d760b66f4b3b30f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d760b66f4b3b30f4","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"34aab78d69f6a702","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34aab78d69f6a702","status":"passed","time":{"start":1707736629972,"stop":1707736629972,"duration":0}},{"uid":"80005d937d32904a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/80005d937d32904a","status":"passed","time":{"start":1707735809090,"stop":1707735809090,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8c469137a0fb5a4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c469137a0fb5a4d","status":"passed","time":{"start":1707777977654,"stop":1707777977655,"duration":1}},{"uid":"31305ee9d34ab228","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31305ee9d34ab228","status":"passed","time":{"start":1707775258446,"stop":1707775258446,"duration":0}},{"uid":"3249b705f48c60dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3249b705f48c60dd","status":"passed","time":{"start":1707775081975,"stop":1707775081977,"duration":2}},{"uid":"f44fa2a3ebf101ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f44fa2a3ebf101ce","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"1c23c76dee58d5ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c23c76dee58d5ae","status":"passed","time":{"start":1707769841877,"stop":1707769841877,"duration":0}},{"uid":"559c4f9b2fa4f74f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/559c4f9b2fa4f74f","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"974035bc431f28c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/974035bc431f28c1","status":"passed","time":{"start":1707757624863,"stop":1707757624863,"duration":0}},{"uid":"62ce9dc5aabbfdd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/62ce9dc5aabbfdd9","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"647a22f0243774c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/647a22f0243774c7","status":"passed","time":{"start":1707753651129,"stop":1707753651130,"duration":1}},{"uid":"db887821d32744d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db887821d32744d8","status":"passed","time":{"start":1707753409569,"stop":1707753409575,"duration":6}},{"uid":"cb6f4ba235a6f00f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb6f4ba235a6f00f","status":"passed","time":{"start":1707736708310,"stop":1707736708311,"duration":1}},{"uid":"21d679557a9b785d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21d679557a9b785d","status":"passed","time":{"start":1707735914371,"stop":1707735914374,"duration":3}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"bd805a3856fcbabb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd805a3856fcbabb","status":"passed","time":{"start":1707778338837,"stop":1707778338838,"duration":1}},{"uid":"59a952e33f21b32d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/59a952e33f21b32d","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}},{"uid":"43dd1f2f2a5466f8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43dd1f2f2a5466f8","status":"passed","time":{"start":1707775390228,"stop":1707775390229,"duration":1}},{"uid":"96caf545e5e292d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96caf545e5e292d8","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1}},{"uid":"6812e364fd3398f3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6812e364fd3398f3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}},{"uid":"29f668ec3e68340d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/29f668ec3e68340d","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}},{"uid":"b27fd73e95fafa45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b27fd73e95fafa45","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}},{"uid":"24eccaf742038f36","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24eccaf742038f36","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"8dd11918f79ad923","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8dd11918f79ad923","status":"passed","time":{"start":1707753782749,"stop":1707753782754,"duration":5}},{"uid":"f6c4e7f91fc33451","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f6c4e7f91fc33451","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"b02c86bcfe5c29f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b02c86bcfe5c29f2","status":"passed","time":{"start":1707737091305,"stop":1707737091308,"duration":3}},{"uid":"f166670fe5533c13","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f166670fe5533c13","status":"passed","time":{"start":1707736260129,"stop":1707736260129,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5914fb203e05ee6d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5914fb203e05ee6d","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"36ddf08d25e93c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36ddf08d25e93c5","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"c7ccdc2446cbf86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c7ccdc2446cbf86e","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"2fe3494d3bd78dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fe3494d3bd78dbc","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1}},{"uid":"51371122a0cf6038","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51371122a0cf6038","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"3f06aaf824ca216e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f06aaf824ca216e","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"453fe96d28c672a2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/453fe96d28c672a2","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"697af9fde346ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/697af9fde346ca14","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"4a7a94f13b1b7bdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a7a94f13b1b7bdf","status":"passed","time":{"start":1707753994324,"stop":1707753994324,"duration":0}},{"uid":"6187bedf38d63b94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6187bedf38d63b94","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"368d0e7aa34ff9cd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/368d0e7aa34ff9cd","status":"passed","time":{"start":1707737132860,"stop":1707737132860,"duration":0}},{"uid":"91fbaaa5820215f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/91fbaaa5820215f7","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"2318fdfb33d2ba480d1fad16b498ea09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84fa16beefd2d0b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84fa16beefd2d0b8","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f24c1cfd69fd398e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f24c1cfd69fd398e","status":"passed","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"b9d4ea1088145bc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9d4ea1088145bc0","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"8cb09272e2bfae60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cb09272e2bfae60","status":"passed","time":{"start":1707775494281,"stop":1707775494282,"duration":1}},{"uid":"d3213ce5fe2b1f41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3213ce5fe2b1f41","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0}},{"uid":"5bcc0ce57db8af0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bcc0ce57db8af0e","status":"passed","time":{"start":1707770238690,"stop":1707770238691,"duration":1}},{"uid":"c33c4278a5a60fac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c33c4278a5a60fac","status":"passed","time":{"start":1707760374682,"stop":1707760374683,"duration":1}},{"uid":"671dda6b5f81cf63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/671dda6b5f81cf63","status":"passed","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"41ddaec789b9b34d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41ddaec789b9b34d","status":"passed","time":{"start":1707756690166,"stop":1707756690167,"duration":1}},{"uid":"77b57be7b1fc6d08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77b57be7b1fc6d08","status":"passed","time":{"start":1707754051791,"stop":1707754051791,"duration":0}},{"uid":"a9f6bbfce872bb0d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9f6bbfce872bb0d","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"3eb54d6863b24f97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3eb54d6863b24f97","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"f4e15097be83ba7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4e15097be83ba7b","status":"passed","time":{"start":1707737173822,"stop":1707737173823,"duration":1}},{"uid":"8391aea1f624de54","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8391aea1f624de54","status":"passed","time":{"start":1707736353043,"stop":1707736353043,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"30e5d998be344986","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/30e5d998be344986","status":"passed","time":{"start":1707778103144,"stop":1707778103145,"duration":1}},{"uid":"2b2d4bc9cb185042","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b2d4bc9cb185042","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"fb6dd5b3a962049","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb6dd5b3a962049","status":"passed","time":{"start":1707775193313,"stop":1707775193314,"duration":1}},{"uid":"17f3dcd4669f9b30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17f3dcd4669f9b30","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1}},{"uid":"175641cfc62cf3c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/175641cfc62cf3c7","status":"passed","time":{"start":1707769979913,"stop":1707769979914,"duration":1}},{"uid":"aec045d922eb19ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aec045d922eb19ae","status":"passed","time":{"start":1707760084098,"stop":1707760084098,"duration":0}},{"uid":"907bc01cdfe47a34","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/907bc01cdfe47a34","status":"passed","time":{"start":1707757782366,"stop":1707757782366,"duration":0}},{"uid":"8cf12d0e7d8e691b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8cf12d0e7d8e691b","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"7f59eef9ec26c7d7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f59eef9ec26c7d7","status":"passed","time":{"start":1707753781755,"stop":1707753781755,"duration":0}},{"uid":"a069da045546549d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a069da045546549d","status":"passed","time":{"start":1707753563068,"stop":1707753563081,"duration":13}},{"uid":"8269a46e12aa95ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8269a46e12aa95ae","status":"passed","time":{"start":1707750940650,"stop":1707750940651,"duration":1}},{"uid":"69199bd3a12dee6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69199bd3a12dee6","status":"passed","time":{"start":1707736870543,"stop":1707736870543,"duration":0}},{"uid":"e6b3a9c30d9fe0af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6b3a9c30d9fe0af","status":"passed","time":{"start":1707736068811,"stop":1707736068811,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db61a5cb5831d240","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db61a5cb5831d240","status":"passed","time":{"start":1707778126352,"stop":1707778126354,"duration":2}},{"uid":"23bbb79dd051a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23bbb79dd051a034","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"50f1e3dec37c9b4d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50f1e3dec37c9b4d","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"7250bf1b5a07a996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7250bf1b5a07a996","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"b43dd7069030b18f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b43dd7069030b18f","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a9d2b9e63fd1a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a9d2b9e63fd1a2","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"5e87897b8761a711","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e87897b8761a711","status":"passed","time":{"start":1707757804306,"stop":1707757804308,"duration":2}},{"uid":"3e12ffdabe172d5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e12ffdabe172d5a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"e88ecaf468127a7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e88ecaf468127a7f","status":"passed","time":{"start":1707753796553,"stop":1707753796553,"duration":0}},{"uid":"2d772e2de18809d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2d772e2de18809d5","status":"passed","time":{"start":1707753586169,"stop":1707753586169,"duration":0}},{"uid":"2f2832e26dbf08a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2f2832e26dbf08a3","status":"passed","time":{"start":1707750964812,"stop":1707750964813,"duration":1}},{"uid":"72ff3e5a8bfe71ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72ff3e5a8bfe71ec","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"fa07643f162514f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa07643f162514f1","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1d35d89f780f89e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d35d89f780f89e","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"e2c1c96702d7a474","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e2c1c96702d7a474","status":"passed","time":{"start":1707775685035,"stop":1707775685036,"duration":1}},{"uid":"5c5c8650439e79a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5c5c8650439e79a1","status":"passed","time":{"start":1707775494285,"stop":1707775494286,"duration":1}},{"uid":"954aae1b83937d5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/954aae1b83937d5f","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"duration":1}},{"uid":"8dbc3ffd6eecc4a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbc3ffd6eecc4a1","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"fb060abf16356fcd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb060abf16356fcd","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"c5eb834e6eb39f46","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5eb834e6eb39f46","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"827c60cee92d4b91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/827c60cee92d4b91","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"1a55039f92d91346","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55039f92d91346","status":"passed","time":{"start":1707754051794,"stop":1707754051795,"duration":1}},{"uid":"73257dc8974e737e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73257dc8974e737e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"66d5f39a9dc29498","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66d5f39a9dc29498","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"51526e42909670c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51526e42909670c","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"511964bb8eb21a86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/511964bb8eb21a86","status":"passed","time":{"start":1707736353046,"stop":1707736353047,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3f36e17bc4656c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f36e17bc4656c55","status":"passed","time":{"start":1707778202466,"stop":1707778202466,"duration":0}},{"uid":"e8493445fad9b830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8493445fad9b830","status":"passed","time":{"start":1707775486612,"stop":1707775486612,"duration":0}},{"uid":"5ef514be2bb05cfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ef514be2bb05cfa","status":"passed","time":{"start":1707775300129,"stop":1707775300130,"duration":1}},{"uid":"4a5c0755ea13e16b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a5c0755ea13e16b","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"5093396b643e2339","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5093396b643e2339","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"c9c1d900114f285a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9c1d900114f285a","status":"passed","time":{"start":1707760173998,"stop":1707760174007,"duration":9}},{"uid":"9060dba91626821f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9060dba91626821f","status":"passed","time":{"start":1707757873906,"stop":1707757873906,"duration":0}},{"uid":"7f6a46ff310188","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f6a46ff310188","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"8c9fa7a96ee88b51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c9fa7a96ee88b51","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"9a48343ef4ef7125","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9a48343ef4ef7125","status":"passed","time":{"start":1707753647489,"stop":1707753647492,"duration":3}},{"uid":"a7250cf5adf4f120","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7250cf5adf4f120","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"9696d53ce1199015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9696d53ce1199015","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"927a6348a9f10dfb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/927a6348a9f10dfb","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7597e87291fe6c91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7597e87291fe6c91","status":"passed","time":{"start":1707778202481,"stop":1707778202482,"duration":1}},{"uid":"d4996629cb8d8b23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4996629cb8d8b23","status":"passed","time":{"start":1707775486628,"stop":1707775486629,"duration":1}},{"uid":"13f6ef6923ea4d8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13f6ef6923ea4d8","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"5ee441879d1b688","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ee441879d1b688","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"996a3a325cf00c64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/996a3a325cf00c64","status":"passed","time":{"start":1707770051390,"stop":1707770051395,"duration":5}},{"uid":"f189a61e559ecdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f189a61e559ecdf","status":"passed","time":{"start":1707760174022,"stop":1707760174023,"duration":1}},{"uid":"e4b2c22daf0567e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e4b2c22daf0567e","status":"passed","time":{"start":1707757873922,"stop":1707757873923,"duration":1}},{"uid":"bdbb069c3631fb7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bdbb069c3631fb7c","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"ac0e62c984c37014","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0e62c984c37014","status":"passed","time":{"start":1707753870444,"stop":1707753870445,"duration":1}},{"uid":"da9684951f1c7565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da9684951f1c7565","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"2165dbd90f41a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2165dbd90f41a4d","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"cf82e6266c380232","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf82e6266c380232","status":"passed","time":{"start":1707736947847,"stop":1707736947847,"duration":0}},{"uid":"95ab8bd1e4797bf7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95ab8bd1e4797bf7","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a14a6489e8409163","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a14a6489e8409163","status":"passed","time":{"start":1707778332050,"stop":1707778332050,"duration":0}},{"uid":"293ba39db7d4fba8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293ba39db7d4fba8","status":"passed","time":{"start":1707775601726,"stop":1707775601726,"duration":0}},{"uid":"1d3a3f2686e56fe8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d3a3f2686e56fe8","status":"passed","time":{"start":1707775415219,"stop":1707775415219,"duration":0}},{"uid":"644adac3a42979ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/644adac3a42979ca","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"5b1f0818b140fa33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1f0818b140fa33","status":"passed","time":{"start":1707770103225,"stop":1707770103225,"duration":0}},{"uid":"d011f5eb2e090a3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d011f5eb2e090a3f","status":"passed","time":{"start":1707760299492,"stop":1707760299492,"duration":0}},{"uid":"455a76ab2c471cb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/455a76ab2c471cb3","status":"passed","time":{"start":1707757995160,"stop":1707757995161,"duration":1}},{"uid":"c182304af1e35708","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c182304af1e35708","status":"passed","time":{"start":1707756620173,"stop":1707756620173,"duration":0}},{"uid":"a9b8b215d1a57fbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9b8b215d1a57fbd","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"74e0249e2cfdf74a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e0249e2cfdf74a","status":"passed","time":{"start":1707753785897,"stop":1707753785898,"duration":1}},{"uid":"66938ca0c8dcca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66938ca0c8dcca1","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"bb1429ba13909019","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb1429ba13909019","status":"passed","time":{"start":1707737056800,"stop":1707737056800,"duration":0}},{"uid":"f12c8971e8fd1d91","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f12c8971e8fd1d91","status":"passed","time":{"start":1707736286220,"stop":1707736286220,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d18b559a7eb71bda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d18b559a7eb71bda","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"6c5a8e777c3cd34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c5a8e777c3cd34","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"a1a4c08bee138dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1a4c08bee138dde","status":"passed","time":{"start":1707775390252,"stop":1707775390253,"duration":1}},{"uid":"718bc092a18fbc18","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718bc092a18fbc18","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"duration":1}},{"uid":"7293e63d8582911f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7293e63d8582911f","status":"passed","time":{"start":1707769968735,"stop":1707769968736,"duration":1}},{"uid":"11a2b8b1cf85e07e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11a2b8b1cf85e07e","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"a19e122a203843da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a19e122a203843da","status":"passed","time":{"start":1707758006726,"stop":1707758006727,"duration":1}},{"uid":"669c555ae02cd98c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/669c555ae02cd98c","status":"passed","time":{"start":1707756617064,"stop":1707756617065,"duration":1}},{"uid":"e63996134965b8d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e63996134965b8d9","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"8a9d4180ab26d20f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a9d4180ab26d20f","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"1727ade82a9a976","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1727ade82a9a976","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"c01bab8670c5511f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c01bab8670c5511f","status":"passed","time":{"start":1707737091390,"stop":1707737091390,"duration":0}},{"uid":"6a854ed3b45e8c40","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a854ed3b45e8c40","status":"passed","time":{"start":1707736260165,"stop":1707736260166,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"280e49c850b0d577","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/280e49c850b0d577","status":"passed","time":{"start":1707778202463,"stop":1707778202463,"duration":0}},{"uid":"f1a2d5c384ea005b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a2d5c384ea005b","status":"passed","time":{"start":1707775486606,"stop":1707775486607,"duration":1}},{"uid":"d7fe1c72ad666e3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7fe1c72ad666e3","status":"passed","time":{"start":1707775300127,"stop":1707775300127,"duration":0}},{"uid":"9773952dabc54c30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9773952dabc54c30","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1}},{"uid":"acc1895f600d7ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acc1895f600d7ede","status":"passed","time":{"start":1707770051359,"stop":1707770051360,"duration":1}},{"uid":"c9549eef0ae3770a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9549eef0ae3770a","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"6c1163200f1885c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6c1163200f1885c8","status":"passed","time":{"start":1707757873893,"stop":1707757873893,"duration":0}},{"uid":"e1ac92621960fb6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1ac92621960fb6e","status":"passed","time":{"start":1707756499892,"stop":1707756499893,"duration":1}},{"uid":"fe182ab45591e77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe182ab45591e77b","status":"passed","time":{"start":1707753870420,"stop":1707753870422,"duration":2}},{"uid":"731181d211fd4d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/731181d211fd4d8","status":"passed","time":{"start":1707753647462,"stop":1707753647462,"duration":0}},{"uid":"b1aed392b60bee25","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1aed392b60bee25","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"f9f94dd9d161d139","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f94dd9d161d139","status":"passed","time":{"start":1707736947836,"stop":1707736947836,"duration":0}},{"uid":"66e20688afcce4f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/66e20688afcce4f7","status":"passed","time":{"start":1707736152495,"stop":1707736152495,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66a94525f4403fa9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66a94525f4403fa9","status":"passed","time":{"start":1707778202499,"stop":1707778202500,"duration":1}},{"uid":"c2495d0a18531f6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2495d0a18531f6f","status":"passed","time":{"start":1707775486635,"stop":1707775486636,"duration":1}},{"uid":"26e9c920528f976d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26e9c920528f976d","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"2149e3aa02c5c7e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2149e3aa02c5c7e4","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0}},{"uid":"4558f3f326a7f464","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4558f3f326a7f464","status":"passed","time":{"start":1707770051399,"stop":1707770051399,"duration":0}},{"uid":"49208c1c09a802fb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/49208c1c09a802fb","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"11fe265ee3a9bad9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11fe265ee3a9bad9","status":"passed","time":{"start":1707757873927,"stop":1707757873928,"duration":1}},{"uid":"987165fd587b1367","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/987165fd587b1367","status":"passed","time":{"start":1707756499910,"stop":1707756499911,"duration":1}},{"uid":"de795df915186d83","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de795df915186d83","status":"passed","time":{"start":1707753870460,"stop":1707753870468,"duration":8}},{"uid":"8b2edd487b77bb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b2edd487b77bb7","status":"passed","time":{"start":1707753647522,"stop":1707753647523,"duration":1}},{"uid":"97734ab24459b217","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97734ab24459b217","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"2b0021154fcfb356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b0021154fcfb356","status":"passed","time":{"start":1707736947852,"stop":1707736947852,"duration":0}},{"uid":"19ab8159d55e080f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19ab8159d55e080f","status":"passed","time":{"start":1707736152508,"stop":1707736152508,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6d5df1e60d1abb9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d5df1e60d1abb9c","status":"passed","time":{"start":1707778308339,"stop":1707778308339,"duration":0}},{"uid":"46d35c7fe18633eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46d35c7fe18633eb","status":"passed","time":{"start":1707775586584,"stop":1707775586584,"duration":0}},{"uid":"c4e18c6881d0b575","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4e18c6881d0b575","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"aab1e05e74864319","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab1e05e74864319","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0}},{"uid":"8429a806f4cba5f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8429a806f4cba5f2","status":"passed","time":{"start":1707770159289,"stop":1707770159291,"duration":2}},{"uid":"84983e8a5b8b0611","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/84983e8a5b8b0611","status":"passed","time":{"start":1707760280828,"stop":1707760280829,"duration":1}},{"uid":"477ee82312ba1637","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/477ee82312ba1637","status":"passed","time":{"start":1707757976565,"stop":1707757976566,"duration":1}},{"uid":"df278ce6c8c03e69","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df278ce6c8c03e69","status":"passed","time":{"start":1707756601161,"stop":1707756601162,"duration":1}},{"uid":"d8dde0fadf0ab960","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8dde0fadf0ab960","status":"passed","time":{"start":1707753969929,"stop":1707753969930,"duration":1}},{"uid":"785e92c263356350","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/785e92c263356350","status":"passed","time":{"start":1707753767216,"stop":1707753767217,"duration":1}},{"uid":"ebd564993add8f41","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebd564993add8f41","status":"passed","time":{"start":1707737071260,"stop":1707737071261,"duration":1}},{"uid":"629528aee68db75e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/629528aee68db75e","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a79e29435488e131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a79e29435488e131","status":"passed","time":{"start":1707777818740,"stop":1707777818741,"duration":1}},{"uid":"56d3155061d5542e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56d3155061d5542e","status":"passed","time":{"start":1707775095408,"stop":1707775095408,"duration":0}},{"uid":"5f3e9ad3612b3a32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f3e9ad3612b3a32","status":"passed","time":{"start":1707774915337,"stop":1707774915337,"duration":0}},{"uid":"e2c318bf6532017a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2c318bf6532017a","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0}},{"uid":"6cd4455a2e844a54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6cd4455a2e844a54","status":"passed","time":{"start":1707769691796,"stop":1707769691796,"duration":0}},{"uid":"96bdaef5ce5ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/96bdaef5ce5ef4ec","status":"passed","time":{"start":1707759788941,"stop":1707759788942,"duration":1}},{"uid":"392e859be7505a26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/392e859be7505a26","status":"passed","time":{"start":1707757488459,"stop":1707757488460,"duration":1}},{"uid":"32c49ef568db4202","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32c49ef568db4202","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"a50560b2dcd4c77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a50560b2dcd4c77b","status":"passed","time":{"start":1707753533382,"stop":1707753533383,"duration":1}},{"uid":"6612de6a0a128aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6612de6a0a128aff","status":"passed","time":{"start":1707753263796,"stop":1707753263796,"duration":0}},{"uid":"321a04e62d2821b8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/321a04e62d2821b8","status":"passed","time":{"start":1707750661590,"stop":1707750661591,"duration":1}},{"uid":"8e97be91cc484fee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e97be91cc484fee","status":"passed","time":{"start":1707736580001,"stop":1707736580001,"duration":0}},{"uid":"3509ef9a6428b731","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3509ef9a6428b731","status":"passed","time":{"start":1707735764681,"stop":1707735764681,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2581174b7996ca2f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2581174b7996ca2f","status":"passed","time":{"start":1707777763442,"stop":1707777763443,"duration":1}},{"uid":"f5a94dd9e5736726","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5a94dd9e5736726","status":"passed","time":{"start":1707775039621,"stop":1707775039622,"duration":1}},{"uid":"cf5f0a26a26b17db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cf5f0a26a26b17db","status":"passed","time":{"start":1707774841419,"stop":1707774841427,"duration":8}},{"uid":"4fd8af0c58407dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4fd8af0c58407dcd","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"duration":2}},{"uid":"1351a9e93cbb77ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1351a9e93cbb77ec","status":"passed","time":{"start":1707769641579,"stop":1707769641580,"duration":1}},{"uid":"23ae3e7303fbe70a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23ae3e7303fbe70a","status":"passed","time":{"start":1707759736452,"stop":1707759736454,"duration":2}},{"uid":"adbb4eecab19fac4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/adbb4eecab19fac4","status":"passed","time":{"start":1707757431309,"stop":1707757431311,"duration":2}},{"uid":"4efa998a9677322a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4efa998a9677322a","status":"passed","time":{"start":1707756060432,"stop":1707756060433,"duration":1}},{"uid":"dcc8e28e8ea28c9d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dcc8e28e8ea28c9d","status":"passed","time":{"start":1707753479023,"stop":1707753479027,"duration":4}},{"uid":"6969aac7d62b8539","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6969aac7d62b8539","status":"passed","time":{"start":1707753207961,"stop":1707753207962,"duration":1}},{"uid":"d716f82ad35cda1d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d716f82ad35cda1d","status":"passed","time":{"start":1707750607848,"stop":1707750607849,"duration":1}},{"uid":"e5008140a248bd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5008140a248bd74","status":"passed","time":{"start":1707736525273,"stop":1707736525275,"duration":2}},{"uid":"b9949f9fcb88a5da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b9949f9fcb88a5da","status":"passed","time":{"start":1707735707251,"stop":1707735707253,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c577a19160019a2e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c577a19160019a2e","status":"passed","time":{"start":1707777977670,"stop":1707777977671,"duration":1}},{"uid":"a2ae298b6d27ab0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a2ae298b6d27ab0b","status":"passed","time":{"start":1707775258461,"stop":1707775258465,"duration":4}},{"uid":"67f5c8121f444313","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67f5c8121f444313","status":"passed","time":{"start":1707775082028,"stop":1707775082029,"duration":1}},{"uid":"d97358fd64a2d184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d97358fd64a2d184","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0}},{"uid":"3573fc6a07016533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3573fc6a07016533","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"a2918efb80d6274c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2918efb80d6274c","status":"passed","time":{"start":1707759921460,"stop":1707759921460,"duration":0}},{"uid":"89f945bd27c517f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/89f945bd27c517f","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"7a884d88bbceb577","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a884d88bbceb577","status":"passed","time":{"start":1707756261814,"stop":1707756261818,"duration":4}},{"uid":"6df918c72c39c0eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6df918c72c39c0eb","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"3926398e843f4d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3926398e843f4d02","status":"passed","time":{"start":1707753409591,"stop":1707753409592,"duration":1}},{"uid":"a899a160dc0d981e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a899a160dc0d981e","status":"passed","time":{"start":1707750722055,"stop":1707750722055,"duration":0}},{"uid":"125e2294758ac424","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/125e2294758ac424","status":"passed","time":{"start":1707736708334,"stop":1707736708334,"duration":0}},{"uid":"461a4e1f4a92e8a7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/461a4e1f4a92e8a7","status":"passed","time":{"start":1707735914391,"stop":1707735914391,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70839dfcd0b3c202","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70839dfcd0b3c202","status":"passed","time":{"start":1707777865444,"stop":1707777865445,"duration":1}},{"uid":"f3e812eaf8e16156","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3e812eaf8e16156","status":"passed","time":{"start":1707775140807,"stop":1707775140808,"duration":1}},{"uid":"4db50d7f5431d0aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4db50d7f5431d0aa","status":"passed","time":{"start":1707774947611,"stop":1707774947612,"duration":1}},{"uid":"68940e077684618","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68940e077684618","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"7fbbb96ae64a357a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fbbb96ae64a357a","status":"passed","time":{"start":1707769737626,"stop":1707769737627,"duration":1}},{"uid":"eac5bd8cbd09eb3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eac5bd8cbd09eb3","status":"passed","time":{"start":1707759835151,"stop":1707759835151,"duration":0}},{"uid":"3f0e082bd2c2dfd2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f0e082bd2c2dfd2","status":"passed","time":{"start":1707757529706,"stop":1707757529707,"duration":1}},{"uid":"4e6e3c7052b92128","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e6e3c7052b92128","status":"passed","time":{"start":1707756164077,"stop":1707756164077,"duration":0}},{"uid":"80058433670ec497","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80058433670ec497","status":"passed","time":{"start":1707753566690,"stop":1707753566691,"duration":1}},{"uid":"5d2afa4c29ba3d96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d2afa4c29ba3d96","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"19c84eb0e553ab3e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19c84eb0e553ab3e","status":"passed","time":{"start":1707750698719,"stop":1707750698719,"duration":0}},{"uid":"c4649d0943c0fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c4649d0943c0fe67","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"67598d1bac9f3a28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67598d1bac9f3a28","status":"passed","time":{"start":1707735814293,"stop":1707735814295,"duration":2}}]},"d940af2d9145eac6e0a4e17fc32d5514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c7ceaa9caa39469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c7ceaa9caa39469","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b99902f18f3cdb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b99902f18f3cdb8f","status":"passed","time":{"start":1707777764076,"stop":1707777764077,"duration":1}},{"uid":"65ccc925c6d4c5bc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ccc925c6d4c5bc","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"1ac802ed4b4a8d2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ac802ed4b4a8d2e","status":"passed","time":{"start":1707774842101,"stop":1707774842102,"duration":1}},{"uid":"85de3e36ac2bcf8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/85de3e36ac2bcf8b","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"duration":0}},{"uid":"fa5ae09b5697c0e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa5ae09b5697c0e3","status":"passed","time":{"start":1707769642218,"stop":1707769642219,"duration":1}},{"uid":"da7bf36a8fb454dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da7bf36a8fb454dc","status":"passed","time":{"start":1707759737067,"stop":1707759737067,"duration":0}},{"uid":"d06691c31a2880e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d06691c31a2880e5","status":"passed","time":{"start":1707757431973,"stop":1707757431974,"duration":1}},{"uid":"fbd27f0c756fcee8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbd27f0c756fcee8","status":"passed","time":{"start":1707756061018,"stop":1707756061018,"duration":0}},{"uid":"13109e35e7ef1b0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13109e35e7ef1b0e","status":"passed","time":{"start":1707753479607,"stop":1707753479608,"duration":1}},{"uid":"a2f6561049033ec6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2f6561049033ec6","status":"passed","time":{"start":1707753208306,"stop":1707753208307,"duration":1}},{"uid":"6bb271a029a06da5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bb271a029a06da5","status":"passed","time":{"start":1707750608583,"stop":1707750608583,"duration":0}},{"uid":"76835efc52599d80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/76835efc52599d80","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"fa10edb1f222d2e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa10edb1f222d2e9","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"50249dece8007e06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50249dece8007e06","status":"passed","time":{"start":1707778002171,"stop":1707778002171,"duration":0}},{"uid":"684a7665b18b0338","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/684a7665b18b0338","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"782e482744d10055","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/782e482744d10055","status":"passed","time":{"start":1707775094105,"stop":1707775094106,"duration":1}},{"uid":"1dcc41f2f98c3fa1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1dcc41f2f98c3fa1","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"duration":1}},{"uid":"51a45ef42c253261","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51a45ef42c253261","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"1303688456fc3476","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1303688456fc3476","status":"passed","time":{"start":1707759985513,"stop":1707759985514,"duration":1}},{"uid":"4ad05537b754c590","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ad05537b754c590","status":"passed","time":{"start":1707757677813,"stop":1707757677814,"duration":1}},{"uid":"6aa0c0e600fbda02","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6aa0c0e600fbda02","status":"passed","time":{"start":1707756291415,"stop":1707756291416,"duration":1}},{"uid":"f190117280769651","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f190117280769651","status":"passed","time":{"start":1707753735503,"stop":1707753735504,"duration":1}},{"uid":"eafcd10a0823e843","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eafcd10a0823e843","status":"passed","time":{"start":1707753472971,"stop":1707753472971,"duration":0}},{"uid":"43585cae691ada6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43585cae691ada6e","status":"passed","time":{"start":1707750845170,"stop":1707750845170,"duration":0}},{"uid":"db1d9383516aef1f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db1d9383516aef1f","status":"passed","time":{"start":1707736769677,"stop":1707736769678,"duration":1}},{"uid":"1203239afafb0f31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1203239afafb0f31","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"25c18f3ddef80758","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25c18f3ddef80758","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"22372665c58a874","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/22372665c58a874","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"41664619cc5ce389","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41664619cc5ce389","status":"passed","time":{"start":1707775494273,"stop":1707775494274,"duration":1}},{"uid":"bc5c7eda32ff3bdb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc5c7eda32ff3bdb","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"bda4cf20c3c4e060","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bda4cf20c3c4e060","status":"passed","time":{"start":1707770238683,"stop":1707770238684,"duration":1}},{"uid":"f0a4ce1903cecb8b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f0a4ce1903cecb8b","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"2887a1f10787e210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2887a1f10787e210","status":"passed","time":{"start":1707758004307,"stop":1707758004310,"duration":3}},{"uid":"b055301221237fc7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b055301221237fc7","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"3c82b320535a2a5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c82b320535a2a5d","status":"passed","time":{"start":1707754051784,"stop":1707754051785,"duration":1}},{"uid":"96cf8e73b9062de7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96cf8e73b9062de7","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"93e4db3caa5c6d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/93e4db3caa5c6d72","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"9752afdc2b66f978","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9752afdc2b66f978","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"5dc43eaba5dc95e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dc43eaba5dc95e7","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fc956be6f56b8976","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc956be6f56b8976","status":"passed","time":{"start":1707777743983,"stop":1707777743984,"duration":1}},{"uid":"27e52a562e0ed3c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e52a562e0ed3c4","status":"passed","time":{"start":1707775020382,"stop":1707775020382,"duration":0}},{"uid":"fa12398e6ae3d2f4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa12398e6ae3d2f4","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"7931bf5eeeda96fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7931bf5eeeda96fd","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0}},{"uid":"8595fd71604b8975","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8595fd71604b8975","status":"passed","time":{"start":1707769622097,"stop":1707769622097,"duration":0}},{"uid":"505bf8e79d30f495","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/505bf8e79d30f495","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"9e9bd9335e9d3ef7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e9bd9335e9d3ef7","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"cd4c5cde9210808c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd4c5cde9210808c","status":"passed","time":{"start":1707756041377,"stop":1707756041377,"duration":0}},{"uid":"2fed1b2f35790f96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2fed1b2f35790f96","status":"passed","time":{"start":1707753459610,"stop":1707753459610,"duration":0}},{"uid":"2968e61137ae651c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2968e61137ae651c","status":"passed","time":{"start":1707753187712,"stop":1707753187712,"duration":0}},{"uid":"6a0fe922e6867b68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a0fe922e6867b68","status":"passed","time":{"start":1707750588402,"stop":1707750588402,"duration":0}},{"uid":"7b35164f1513ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b35164f1513ef9","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"c218c9d79777cab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218c9d79777cab2","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"c3b7b6b2018fc95730947a5850f18860:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"904840635b6f4718","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/904840635b6f4718","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8269c376d0e9979f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8269c376d0e9979f","status":"passed","time":{"start":1707778002171,"stop":1707778002172,"duration":1}},{"uid":"cd082d8ac5f34506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd082d8ac5f34506","status":"passed","time":{"start":1707775288511,"stop":1707775288512,"duration":1}},{"uid":"2135cd3dea33f257","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2135cd3dea33f257","status":"passed","time":{"start":1707775094106,"stop":1707775094106,"duration":0}},{"uid":"eb0e559bfac46dd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb0e559bfac46dd5","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"duration":0}},{"uid":"8142a479c2653487","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8142a479c2653487","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"e3a7b8044d1987de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3a7b8044d1987de","status":"passed","time":{"start":1707759985514,"stop":1707759985514,"duration":0}},{"uid":"96bbf9129b8085a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96bbf9129b8085a8","status":"passed","time":{"start":1707757677814,"stop":1707757677814,"duration":0}},{"uid":"e62967e1857046b4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e62967e1857046b4","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"587ff1f00fc0e0d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/587ff1f00fc0e0d3","status":"passed","time":{"start":1707753735504,"stop":1707753735504,"duration":0}},{"uid":"c6305b1b2c1b899f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6305b1b2c1b899f","status":"passed","time":{"start":1707753472971,"stop":1707753472972,"duration":1}},{"uid":"8ff43fb81bd76818","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ff43fb81bd76818","status":"passed","time":{"start":1707750845170,"stop":1707750845171,"duration":1}},{"uid":"1831be9a69a73166","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1831be9a69a73166","status":"passed","time":{"start":1707736769678,"stop":1707736769678,"duration":0}},{"uid":"a210c675208248a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a210c675208248a1","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"75583eecd3343203","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75583eecd3343203","status":"passed","time":{"start":1707777772232,"stop":1707777772232,"duration":0}},{"uid":"630020d9660e4ab0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/630020d9660e4ab0","status":"passed","time":{"start":1707775048145,"stop":1707775048146,"duration":1}},{"uid":"4810b0b72a1368e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4810b0b72a1368e1","status":"passed","time":{"start":1707774850256,"stop":1707774850256,"duration":0}},{"uid":"6397e2b414170d4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6397e2b414170d4e","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1}},{"uid":"41f816edd271d908","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f816edd271d908","status":"passed","time":{"start":1707769650273,"stop":1707769650273,"duration":0}},{"uid":"64d71d521493d487","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64d71d521493d487","status":"passed","time":{"start":1707759745077,"stop":1707759745077,"duration":0}},{"uid":"15e516a96fddaf5c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15e516a96fddaf5c","status":"passed","time":{"start":1707757440221,"stop":1707757440221,"duration":0}},{"uid":"6685b630724f2eff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6685b630724f2eff","status":"passed","time":{"start":1707756069082,"stop":1707756069082,"duration":0}},{"uid":"10311e47ea560a8b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/10311e47ea560a8b","status":"passed","time":{"start":1707753487640,"stop":1707753487640,"duration":0}},{"uid":"e28d029493599057","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e28d029493599057","status":"passed","time":{"start":1707753216620,"stop":1707753216621,"duration":1}},{"uid":"95bb420cdf9f761e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95bb420cdf9f761e","status":"passed","time":{"start":1707750616575,"stop":1707750616576,"duration":1}},{"uid":"b360389fcfb8b76a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b360389fcfb8b76a","status":"passed","time":{"start":1707736534010,"stop":1707736534010,"duration":0}},{"uid":"329993ff0ec3b33b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/329993ff0ec3b33b","status":"passed","time":{"start":1707735716032,"stop":1707735716032,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b797e94d9be8b78d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b797e94d9be8b78d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973011,"duration":1}},{"uid":"b80146dac0cdcf81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b80146dac0cdcf81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244537,"stop":1707775244537,"duration":0}},{"uid":"db161eb7c61ec8ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db161eb7c61ec8ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050826,"stop":1707775050826,"duration":0}},{"uid":"2e3fff04e9dea35e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e3fff04e9dea35e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001387,"stop":1707770001387,"duration":0}},{"uid":"b4c6c794d61a4b18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4c6c794d61a4b18","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843156,"duration":1}},{"uid":"71c54ece6a321cb7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71c54ece6a321cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"8fef025582025852","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fef025582025852","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f32bccf7127c2ba7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f32bccf7127c2ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267920,"stop":1707756267920,"duration":0}},{"uid":"5883866bfa24b0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5883866bfa24b0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"4f0de60d10bad444","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f0de60d10bad444","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423546,"stop":1707753423546,"duration":0}},{"uid":"c2b635b1e0be2416","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2b635b1e0be2416","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"e378f7f252388280","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e378f7f252388280","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730664,"duration":1}},{"uid":"3c673bea5d0f30e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c673bea5d0f30e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912139,"stop":1707735912139,"duration":0}}]},"64f94682189a98db287573b293dc48cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e622036329d733","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70e622036329d733","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"1b8140fdcbecc5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b8140fdcbecc5e","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"5b29246ec4a2fcda","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b29246ec4a2fcda","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"94f1246a4b9d0e31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/94f1246a4b9d0e31","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"1fe62ecf5f411213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fe62ecf5f411213","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"duration":0}},{"uid":"90d779de8ba056cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90d779de8ba056cb","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"741deecfcca92bb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/741deecfcca92bb7","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"db9a6c1ade1fd1be","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db9a6c1ade1fd1be","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"2055609cfb78e622","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2055609cfb78e622","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1ee9142796b2b3ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1ee9142796b2b3ca","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"db9182aaaf0f747f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db9182aaaf0f747f","status":"passed","time":{"start":1707751162307,"stop":1707751162308,"duration":1}},{"uid":"216fcc45019dfc60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/216fcc45019dfc60","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"48c00c1aa27e6fc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48c00c1aa27e6fc8","status":"passed","time":{"start":1707736260121,"stop":1707736260122,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0efcb4c8a1d0545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0efcb4c8a1d0545","status":"passed","time":{"start":1707778114669,"stop":1707778114669,"duration":0}},{"uid":"1a0fa0b4542f4c7a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a0fa0b4542f4c7a","status":"passed","time":{"start":1707775395371,"stop":1707775395372,"duration":1}},{"uid":"c12892857b5b5889","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c12892857b5b5889","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"bc06f36db3bfc1b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc06f36db3bfc1b4","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"5b1ba2efa45893da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1ba2efa45893da","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"680be1a413ab958","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/680be1a413ab958","status":"passed","time":{"start":1707760095398,"stop":1707760095399,"duration":1}},{"uid":"6505aea779e95351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6505aea779e95351","status":"passed","time":{"start":1707757790731,"stop":1707757790732,"duration":1}},{"uid":"61743757db9e5897","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61743757db9e5897","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"cd4b8bc352a17016","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd4b8bc352a17016","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"3bf8df230e3f5b97","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3bf8df230e3f5b97","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"bbc51a1387d2162d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbc51a1387d2162d","status":"passed","time":{"start":1707750953972,"stop":1707750953973,"duration":1}},{"uid":"b59b58cafbbb37e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b59b58cafbbb37e8","status":"passed","time":{"start":1707736878962,"stop":1707736878963,"duration":1}},{"uid":"84bf20068c6bff48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84bf20068c6bff48","status":"passed","time":{"start":1707736081267,"stop":1707736081267,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"84c96d1f03209502","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/84c96d1f03209502","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798768,"stop":1707777798768,"duration":0}},{"uid":"68c7a8a43e52a555","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68c7a8a43e52a555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"d3937ba5652f5ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3937ba5652f5ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880421,"stop":1707774880421,"duration":0}},{"uid":"62c6a7879070b09d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c6a7879070b09d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825085,"stop":1707769825086,"duration":1}},{"uid":"4eba7feecc4e720b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eba7feecc4e720b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677708,"stop":1707769677709,"duration":1}},{"uid":"5bf75fe7b0d34ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bf75fe7b0d34ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769675,"stop":1707759769676,"duration":1}},{"uid":"3f799b510fa3c66d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f799b510fa3c66d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468640,"stop":1707757468641,"duration":1}},{"uid":"2ca8757b3ea79244","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ca8757b3ea79244","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096181,"stop":1707756096186,"duration":5}},{"uid":"71a2045ddf1ca94e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/71a2045ddf1ca94e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517976,"stop":1707753517977,"duration":1}},{"uid":"1011b8cef6a0a20e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1011b8cef6a0a20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244731,"stop":1707753244731,"duration":0}},{"uid":"4bbce7dc99d6f019","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bbce7dc99d6f019","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643522,"duration":0}},{"uid":"9083afed7f08e949","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9083afed7f08e949","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"31665c467511b5ce","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/31665c467511b5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"99b7fa487ced2b64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/99b7fa487ced2b64","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"df370149260b668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df370149260b668","status":"passed","time":{"start":1707775486618,"stop":1707775486619,"duration":1}},{"uid":"e50ef46329394f3b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e50ef46329394f3b","status":"passed","time":{"start":1707775300132,"stop":1707775300133,"duration":1}},{"uid":"74ca533cb14f22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74ca533cb14f22","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"1d00241b5e2174ca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d00241b5e2174ca","status":"passed","time":{"start":1707770051373,"stop":1707770051374,"duration":1}},{"uid":"d32662ab7c5cc457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d32662ab7c5cc457","status":"passed","time":{"start":1707760174014,"stop":1707760174015,"duration":1}},{"uid":"fb6d185a9a353f8d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb6d185a9a353f8d","status":"passed","time":{"start":1707757873918,"stop":1707757873918,"duration":0}},{"uid":"79ad33a3d7110d1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ad33a3d7110d1e","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"6ab148f3c6d5f64f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ab148f3c6d5f64f","status":"passed","time":{"start":1707753870440,"stop":1707753870440,"duration":0}},{"uid":"cdb7f716bdc7cee0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cdb7f716bdc7cee0","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"53db5ba5fc7435e6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/53db5ba5fc7435e6","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"9841c4549b268afe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9841c4549b268afe","status":"passed","time":{"start":1707736947842,"stop":1707736947842,"duration":0}},{"uid":"234b9223d5f649fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/234b9223d5f649fc","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"cece41d9803557e460e049b7cda394e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18f8f1e291995696","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18f8f1e291995696","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}}]},"01b5f1ef32490d089271f1ff3662dfbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d9da5799828f8b59","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9da5799828f8b59","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1707750722032,"stop":1707750722033,"duration":1}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26f1f44eb0b7af8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/26f1f44eb0b7af8c","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"ef6e64a55b4dd8a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef6e64a55b4dd8a3","status":"passed","time":{"start":1707775040578,"stop":1707775040579,"duration":1}},{"uid":"f545c2d70903e233","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f545c2d70903e233","status":"passed","time":{"start":1707774842473,"stop":1707774842473,"duration":0}},{"uid":"dd7b6b712b14b6d5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd7b6b712b14b6d5","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"aa2cfc7d48cc07df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cfc7d48cc07df","status":"passed","time":{"start":1707769642599,"stop":1707769642600,"duration":1}},{"uid":"5830d2a0ce6ee7ed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5830d2a0ce6ee7ed","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"b151d8e32e08f98e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b151d8e32e08f98e","status":"passed","time":{"start":1707757432392,"stop":1707757432393,"duration":1}},{"uid":"9bc6f13ebb1e525e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bc6f13ebb1e525e","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"1ce95716f3fd1324","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ce95716f3fd1324","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"74e538f8245cff6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e538f8245cff6f","status":"passed","time":{"start":1707753208672,"stop":1707753208673,"duration":1}},{"uid":"d65550ba19a6d749","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d65550ba19a6d749","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"25bfd977705d4ab4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25bfd977705d4ab4","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"b7440b82d1df364f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b7440b82d1df364f","status":"passed","time":{"start":1707735708006,"stop":1707735708007,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"21e4aaced5012902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21e4aaced5012902","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"12b9b1a98c431fd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12b9b1a98c431fd1","status":"passed","time":{"start":1707775649285,"stop":1707775649286,"duration":1}},{"uid":"e37f5bdea19f2028","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e37f5bdea19f2028","status":"passed","time":{"start":1707775456619,"stop":1707775456619,"duration":0}},{"uid":"de18e05a47898406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de18e05a47898406","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"duration":0}},{"uid":"e46310aa915d41c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e46310aa915d41c7","status":"passed","time":{"start":1707770165177,"stop":1707770165178,"duration":1}},{"uid":"f1ffef402fabfab0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f1ffef402fabfab0","status":"passed","time":{"start":1707760340807,"stop":1707760340807,"duration":0}},{"uid":"63db75d04e189c84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63db75d04e189c84","status":"passed","time":{"start":1707758024236,"stop":1707758024237,"duration":1}},{"uid":"ffaa976a1ea3c09b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffaa976a1ea3c09b","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"deb72a116e4ad48b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb72a116e4ad48b","status":"passed","time":{"start":1707753975681,"stop":1707753975681,"duration":0}},{"uid":"827b4bf32b314ba9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827b4bf32b314ba9","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"c4460eaea99bba4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4460eaea99bba4d","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"a64994dadb96ce86","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a64994dadb96ce86","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"6a10df5e78976f4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a10df5e78976f4a","status":"passed","time":{"start":1707736323079,"stop":1707736323080,"duration":1}}]},"ba52082fc267a2d45914857cef276c7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f19814b3c6f219","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f19814b3c6f219","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a664284135d239db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a664284135d239db","status":"passed","time":{"start":1707778202482,"stop":1707778202494,"duration":12}},{"uid":"878fd4a83ae5dac2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/878fd4a83ae5dac2","status":"passed","time":{"start":1707775486629,"stop":1707775486630,"duration":1}},{"uid":"792c398180955fed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/792c398180955fed","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"daed37c084ad227a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daed37c084ad227a","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"b5d310d45bab1f8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b5d310d45bab1f8b","status":"passed","time":{"start":1707770051395,"stop":1707770051395,"duration":0}},{"uid":"697121d91053c0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/697121d91053c0c2","status":"passed","time":{"start":1707760174023,"stop":1707760174023,"duration":0}},{"uid":"339f76bf09229a76","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/339f76bf09229a76","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"adf6902c1e14b694","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf6902c1e14b694","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"760a8f22b7d86102","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/760a8f22b7d86102","status":"passed","time":{"start":1707753870445,"stop":1707753870445,"duration":0}},{"uid":"f34d9d9ca95efb59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f34d9d9ca95efb59","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"8e24d9b92c292c80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8e24d9b92c292c80","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"3081229ef0eb8551","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3081229ef0eb8551","status":"passed","time":{"start":1707736947847,"stop":1707736947848,"duration":1}},{"uid":"6053432367941d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6053432367941d1","status":"passed","time":{"start":1707736152505,"stop":1707736152506,"duration":1}}]},"3c9032dea48434997c794ae6a00a3fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5424f2b4f21a5ec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5424f2b4f21a5ec0","status":"passed","time":{"start":1707769968733,"stop":1707769968733,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d7005f1e1f7d01a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d7005f1e1f7d01a","status":"passed","time":{"start":1707778202495,"stop":1707778202498,"duration":3}},{"uid":"70119ef663063567","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70119ef663063567","status":"passed","time":{"start":1707775486631,"stop":1707775486632,"duration":1}},{"uid":"6d3a8e0c5b329627","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d3a8e0c5b329627","status":"passed","time":{"start":1707775300138,"stop":1707775300139,"duration":1}},{"uid":"e19de26ac454187f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e19de26ac454187f","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"duration":0}},{"uid":"f3be6b290ef0fb71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3be6b290ef0fb71","status":"passed","time":{"start":1707770051396,"stop":1707770051397,"duration":1}},{"uid":"d28cd0077f67eb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d28cd0077f67eb46","status":"passed","time":{"start":1707760174024,"stop":1707760174025,"duration":1}},{"uid":"b464e0976d410175","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b464e0976d410175","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"bde00d8f28c215ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde00d8f28c215ba","status":"passed","time":{"start":1707756499906,"stop":1707756499907,"duration":1}},{"uid":"c8261a8580aa857a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8261a8580aa857a","status":"passed","time":{"start":1707753870457,"stop":1707753870458,"duration":1}},{"uid":"4eca9bd981f588d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4eca9bd981f588d5","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"3d660e4c91dc0f0c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d660e4c91dc0f0c","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"96ff48a2d43dca2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96ff48a2d43dca2c","status":"passed","time":{"start":1707736947848,"stop":1707736947849,"duration":1}},{"uid":"9c0b547db5226bd1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0b547db5226bd1","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"319f37e8e3123df80725cb1c05e4725e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff876fd72cc4ab0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cff876fd72cc4ab0","status":"passed","time":{"start":1707756499921,"stop":1707756499930,"duration":9}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d0ba7a9bf383a98","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0ba7a9bf383a98","status":"passed","time":{"start":1707777997113,"stop":1707777997113,"duration":0}},{"uid":"1ce8968978344fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ce8968978344fe9","status":"passed","time":{"start":1707775275752,"stop":1707775275752,"duration":0}},{"uid":"cbf2576ed65bc1fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbf2576ed65bc1fa","status":"passed","time":{"start":1707775085884,"stop":1707775085884,"duration":0}},{"uid":"3c7eaf5a9f568499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c7eaf5a9f568499","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"duration":1}},{"uid":"10e814c93e0b9372","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/10e814c93e0b9372","status":"passed","time":{"start":1707769883321,"stop":1707769883321,"duration":0}},{"uid":"6a2a78c5d53cd19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a2a78c5d53cd19","status":"passed","time":{"start":1707759981462,"stop":1707759981463,"duration":1}},{"uid":"3e47fb5890913027","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e47fb5890913027","status":"passed","time":{"start":1707757676043,"stop":1707757676043,"duration":0}},{"uid":"801e77c772a20221","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/801e77c772a20221","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9fdfde0bf6c636b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fdfde0bf6c636b8","status":"passed","time":{"start":1707753713249,"stop":1707753713249,"duration":0}},{"uid":"317334d77f9de008","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/317334d77f9de008","status":"passed","time":{"start":1707753448101,"stop":1707753448102,"duration":1}},{"uid":"3c59eefbad26f029","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c59eefbad26f029","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"d3ad6dfebc7d5190","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3ad6dfebc7d5190","status":"passed","time":{"start":1707736765015,"stop":1707736765015,"duration":0}},{"uid":"3120a743e02e95be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3120a743e02e95be","status":"passed","time":{"start":1707735955227,"stop":1707735955248,"duration":21}}]},"587bf02e7b18830b8b5d2bedbb71c598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b53d479f6e7bebaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b53d479f6e7bebaa","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042634,"stop":1707751042635,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"5c7b0f8bd8291991","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c7b0f8bd8291991","status":"passed","time":{"start":1707778379762,"stop":1707778379763,"duration":1}},{"uid":"7d7bf9234c762adf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7d7bf9234c762adf","status":"passed","time":{"start":1707775649286,"stop":1707775649287,"duration":1}},{"uid":"a8d794fac7f8e984","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d794fac7f8e984","status":"passed","time":{"start":1707775456620,"stop":1707775456620,"duration":0}},{"uid":"b6af89e5bbb12c91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6af89e5bbb12c91","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"duration":0}},{"uid":"8a9d1dcef974c1e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a9d1dcef974c1e6","status":"passed","time":{"start":1707770165187,"stop":1707770165189,"duration":2}},{"uid":"a10da2d6d0f9efd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a10da2d6d0f9efd0","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"d14b18368ccf4d76","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d14b18368ccf4d76","status":"passed","time":{"start":1707756662062,"stop":1707756662063,"duration":1}},{"uid":"330e90e815bc564e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/330e90e815bc564e","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"5cb04f9855f950b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb04f9855f950b8","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"4acf85049191395","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4acf85049191395","status":"passed","time":{"start":1707751167359,"stop":1707751167360,"duration":1}},{"uid":"6567985a590d9c05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6567985a590d9c05","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"1bbfe4c94e58a475","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bbfe4c94e58a475","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"33def4e86cef449158de718ddb14fc8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6650bc55cf99520","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c6650bc55cf99520","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1}}]},"a64709b727be115866a47838d54316f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cb8ac8c4b8444a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6cb8ac8c4b8444a8","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"740b4e2214a60a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740b4e2214a60a82","status":"passed","time":{"start":1707777977654,"stop":1707777977654,"duration":0}},{"uid":"6dc68b0f00910857","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc68b0f00910857","status":"passed","time":{"start":1707775258445,"stop":1707775258446,"duration":1}},{"uid":"710dcf5d80dbc64b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/710dcf5d80dbc64b","status":"passed","time":{"start":1707775081975,"stop":1707775081975,"duration":0}},{"uid":"49652613aa1386ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49652613aa1386ee","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"e204b4f41ff02f75","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e204b4f41ff02f75","status":"passed","time":{"start":1707769841876,"stop":1707769841877,"duration":1}},{"uid":"58ec596f19e67e8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58ec596f19e67e8f","status":"passed","time":{"start":1707759921442,"stop":1707759921442,"duration":0}},{"uid":"ec48a47cd116a3e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec48a47cd116a3e4","status":"passed","time":{"start":1707757624862,"stop":1707757624863,"duration":1}},{"uid":"c915f18c09b89def","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c915f18c09b89def","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"c9cb09b4fcba8274","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9cb09b4fcba8274","status":"passed","time":{"start":1707753651128,"stop":1707753651129,"duration":1}},{"uid":"5c57b3453bb48d24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c57b3453bb48d24","status":"passed","time":{"start":1707753409569,"stop":1707753409569,"duration":0}},{"uid":"c9ef53373f7788d4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9ef53373f7788d4","status":"passed","time":{"start":1707736708309,"stop":1707736708310,"duration":1}},{"uid":"74b9a3e9a2be4f83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74b9a3e9a2be4f83","status":"passed","time":{"start":1707735914370,"stop":1707735914371,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be62072233f1de1e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be62072233f1de1e","status":"passed","time":{"start":1707777997117,"stop":1707777997117,"duration":0}},{"uid":"1890c328feaca122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1890c328feaca122","status":"passed","time":{"start":1707775275754,"stop":1707775275754,"duration":0}},{"uid":"7704dc0a77d7586a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7704dc0a77d7586a","status":"passed","time":{"start":1707775085891,"stop":1707775085893,"duration":2}},{"uid":"cc0aedb4c81b7d67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc0aedb4c81b7d67","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"duration":0}},{"uid":"fc7d4ccefa76dcc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc7d4ccefa76dcc4","status":"passed","time":{"start":1707769883326,"stop":1707769883327,"duration":1}},{"uid":"35b7fcbae6a8d26a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/35b7fcbae6a8d26a","status":"passed","time":{"start":1707759981477,"stop":1707759981478,"duration":1}},{"uid":"f4a62aae4d6c7efe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a62aae4d6c7efe","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"91b5ee3b4aae8fba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91b5ee3b4aae8fba","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"739bc9bda58854eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/739bc9bda58854eb","status":"passed","time":{"start":1707753713252,"stop":1707753713253,"duration":1}},{"uid":"afebee596c6e217d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afebee596c6e217d","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"62f632e2d7dfb2cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62f632e2d7dfb2cb","status":"passed","time":{"start":1707750840044,"stop":1707750840049,"duration":5}},{"uid":"91eda30d85b28533","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/91eda30d85b28533","status":"passed","time":{"start":1707736765041,"stop":1707736765042,"duration":1}},{"uid":"4468dd27c7a3715d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4468dd27c7a3715d","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"706a247940a0beda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/706a247940a0beda","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"9fde28b2c1ee65f1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fde28b2c1ee65f1","status":"passed","time":{"start":1707775046373,"stop":1707775046374,"duration":1}},{"uid":"577ca415a4fb1e83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/577ca415a4fb1e83","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"9d597c9264fff277","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d597c9264fff277","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0}},{"uid":"dc68444bca6b31b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc68444bca6b31b","status":"passed","time":{"start":1707769648575,"stop":1707769648575,"duration":0}},{"uid":"309b01e43d62747d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/309b01e43d62747d","status":"passed","time":{"start":1707759743255,"stop":1707759743256,"duration":1}},{"uid":"5e9fe281997e27cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e9fe281997e27cd","status":"passed","time":{"start":1707757438369,"stop":1707757438369,"duration":0}},{"uid":"b36d68aef30ecf66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b36d68aef30ecf66","status":"passed","time":{"start":1707756067011,"stop":1707756067012,"duration":1}},{"uid":"b8e2ee65ad7be241","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8e2ee65ad7be241","status":"passed","time":{"start":1707753485652,"stop":1707753485652,"duration":0}},{"uid":"ec658fdfc32f93b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec658fdfc32f93b5","status":"passed","time":{"start":1707753214697,"stop":1707753214698,"duration":1}},{"uid":"d707841d70eaa3e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707841d70eaa3e9","status":"passed","time":{"start":1707750614690,"stop":1707750614690,"duration":0}},{"uid":"136d1509250efe8c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/136d1509250efe8c","status":"passed","time":{"start":1707736532275,"stop":1707736532276,"duration":1}},{"uid":"9a6b7354a8f1b877","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a6b7354a8f1b877","status":"passed","time":{"start":1707735714126,"stop":1707735714126,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d0c0ade792883d52","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0c0ade792883d52","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"4b7b4c889fcd4c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b7b4c889fcd4c6","status":"passed","time":{"start":1707775258447,"stop":1707775258448,"duration":1}},{"uid":"426311fcc179868","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/426311fcc179868","status":"passed","time":{"start":1707775081978,"stop":1707775081986,"duration":8}},{"uid":"cf8a11401f3fcdfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf8a11401f3fcdfb","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0}},{"uid":"87aed56f23a6a19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87aed56f23a6a19a","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"7791e3ec4da03e05","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7791e3ec4da03e05","status":"passed","time":{"start":1707759921444,"stop":1707759921444,"duration":0}},{"uid":"71b1c504a4bee911","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/71b1c504a4bee911","status":"passed","time":{"start":1707757624868,"stop":1707757624868,"duration":0}},{"uid":"504e4a2815c5d68c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/504e4a2815c5d68c","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"eae1c5bd08fe3988","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eae1c5bd08fe3988","status":"passed","time":{"start":1707753651132,"stop":1707753651133,"duration":1}},{"uid":"ce54f4bae9faaee","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce54f4bae9faaee","status":"passed","time":{"start":1707753409576,"stop":1707753409577,"duration":1}},{"uid":"c598963317b84672","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c598963317b84672","status":"passed","time":{"start":1707736708313,"stop":1707736708314,"duration":1}},{"uid":"f7ced763d7105fa7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7ced763d7105fa7","status":"passed","time":{"start":1707735914377,"stop":1707735914377,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c08cd4b85026c970","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c08cd4b85026c970","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"8ab5e3745f999f45","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ab5e3745f999f45","status":"passed","time":{"start":1707775602041,"stop":1707775602041,"duration":0}},{"uid":"215c04a04c4e7bc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/215c04a04c4e7bc0","status":"passed","time":{"start":1707775390250,"stop":1707775390251,"duration":1}},{"uid":"7c44fbf0fc3e9e37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c44fbf0fc3e9e37","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1}},{"uid":"5f6554177da7c335","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6554177da7c335","status":"passed","time":{"start":1707769968733,"stop":1707769968734,"duration":1}},{"uid":"7cb90ecc0d444626","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cb90ecc0d444626","status":"passed","time":{"start":1707760301826,"stop":1707760301827,"duration":1}},{"uid":"765e18ca04b72675","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/765e18ca04b72675","status":"passed","time":{"start":1707758006723,"stop":1707758006724,"duration":1}},{"uid":"892c615f704079f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/892c615f704079f1","status":"passed","time":{"start":1707756617062,"stop":1707756617062,"duration":0}},{"uid":"f03250f69141de60","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f03250f69141de60","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}},{"uid":"ea02f699498debdd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea02f699498debdd","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"c9592a2299f0f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9592a2299f0f55","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"722382f7c9cc7154","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/722382f7c9cc7154","status":"passed","time":{"start":1707737091377,"stop":1707737091384,"duration":7}},{"uid":"6a5824b038f17d8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a5824b038f17d8e","status":"passed","time":{"start":1707736260163,"stop":1707736260164,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"72419086593831cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72419086593831cf","status":"passed","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"77f479cf038d93fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77f479cf038d93fd","status":"passed","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"935af4ef58b0fa81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/935af4ef58b0fa81","status":"passed","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"42ad72f03876b95e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42ad72f03876b95e","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"d7cece509fafad30","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7cece509fafad30","status":"passed","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"1529eed73177906e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1529eed73177906e","status":"passed","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"47ac491b5057c42a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/47ac491b5057c42a","status":"passed","time":{"start":1707758004303,"stop":1707758004303,"duration":0}},{"uid":"ed2fb998a4e40e64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed2fb998a4e40e64","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"3af9de383cd2db3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3af9de383cd2db3b","status":"passed","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"a8f6e1b171d55565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8f6e1b171d55565","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7533158f72d90743","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7533158f72d90743","status":"passed","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"b10a67787f096127","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b10a67787f096127","status":"passed","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"bb78cab85026d05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb78cab85026d05","status":"passed","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c2eace42e40a961f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c2eace42e40a961f","status":"passed","time":{"start":1707777997105,"stop":1707777997106,"duration":1}},{"uid":"13b2f7ae0cc904b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13b2f7ae0cc904b5","status":"passed","time":{"start":1707775275747,"stop":1707775275747,"duration":0}},{"uid":"58668c56476ce773","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58668c56476ce773","status":"passed","time":{"start":1707775085877,"stop":1707775085878,"duration":1}},{"uid":"5837925cd9e79ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5837925cd9e79ca1","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1}},{"uid":"900c79b8b35eab6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/900c79b8b35eab6a","status":"passed","time":{"start":1707769883314,"stop":1707769883314,"duration":0}},{"uid":"8ad7d2eaf1cfe8a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ad7d2eaf1cfe8a7","status":"passed","time":{"start":1707759981456,"stop":1707759981457,"duration":1}},{"uid":"1d5b0634562894fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d5b0634562894fb","status":"passed","time":{"start":1707757676036,"stop":1707757676037,"duration":1}},{"uid":"6124a64ba541fa9e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6124a64ba541fa9e","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"acb31d44d82a9daa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/acb31d44d82a9daa","status":"passed","time":{"start":1707753713244,"stop":1707753713244,"duration":0}},{"uid":"ec0fe0e451c8faec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec0fe0e451c8faec","status":"passed","time":{"start":1707753448089,"stop":1707753448090,"duration":1}},{"uid":"2fed8082ff91355","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2fed8082ff91355","status":"passed","time":{"start":1707750840031,"stop":1707750840032,"duration":1}},{"uid":"7e174ffcae626517","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e174ffcae626517","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"20b703a9b836a0f5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20b703a9b836a0f5","status":"passed","time":{"start":1707735955221,"stop":1707735955221,"duration":0}}]},"2f39c3c6fcfd789dc72a4c4035b62f7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db2b9f512d303bb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5db2b9f512d303bb","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c5018992f079b27f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5018992f079b27f","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"92a94112aca851b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92a94112aca851b","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"267d4dec7a0edd8c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/267d4dec7a0edd8c","status":"passed","time":{"start":1707775390244,"stop":1707775390244,"duration":0}},{"uid":"57a7a2704139f16d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57a7a2704139f16d","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"2f3ead477a20ef1b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f3ead477a20ef1b","status":"passed","time":{"start":1707769968730,"stop":1707769968730,"duration":0}},{"uid":"7659f3ff43118fa1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7659f3ff43118fa1","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"9843c09677b38433","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9843c09677b38433","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"42a94b45c6917bf9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42a94b45c6917bf9","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"6e636f8f4de2cf64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e636f8f4de2cf64","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c65d93fdafc50ee5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c65d93fdafc50ee5","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"9bab0223ec296d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9bab0223ec296d5b","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"60d085e668cd563e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60d085e668cd563e","status":"passed","time":{"start":1707737091353,"stop":1707737091353,"duration":0}},{"uid":"fc918f06f50a4353","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc918f06f50a4353","status":"passed","time":{"start":1707736260156,"stop":1707736260156,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"c0ac1822a98af7e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c0ac1822a98af7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"ff58a8efa8d44e23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff58a8efa8d44e23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"e2fc4cad90a576b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2fc4cad90a576b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390255,"duration":0}},{"uid":"286d97d97e8fad22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/286d97d97e8fad22","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335632,"stop":1707770335632,"duration":0}},{"uid":"574980447cd267b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/574980447cd267b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968740,"stop":1707769968740,"duration":0}},{"uid":"aaa327131fa1e08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaa327131fa1e08","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"12367d5a102e658d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12367d5a102e658d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006731,"stop":1707758006733,"duration":2}},{"uid":"ebc5fc039e361729","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ebc5fc039e361729","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617067,"stop":1707756617068,"duration":1}},{"uid":"736feaeeeb7afbb2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736feaeeeb7afbb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"dd00e4cb6ce3b75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd00e4cb6ce3b75","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"71860545cbe55051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71860545cbe55051","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162327,"stop":1707751162328,"duration":1}},{"uid":"f4aea915de87541d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4aea915de87541d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"c542ce404afac79a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c542ce404afac79a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260170,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8446537524c41916","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8446537524c41916","status":"passed","time":{"start":1707777977676,"stop":1707777977676,"duration":0}},{"uid":"a5c7a1ff15824bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a5c7a1ff15824bad","status":"passed","time":{"start":1707775258474,"stop":1707775258474,"duration":0}},{"uid":"86dc1d21de98fbfb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/86dc1d21de98fbfb","status":"passed","time":{"start":1707775082037,"stop":1707775082037,"duration":0}},{"uid":"6cf00d86ab738f34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cf00d86ab738f34","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1}},{"uid":"8984b14c747a5612","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8984b14c747a5612","status":"passed","time":{"start":1707769841916,"stop":1707769841917,"duration":1}},{"uid":"cfaa4e9e30a268e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cfaa4e9e30a268e8","status":"passed","time":{"start":1707759921467,"stop":1707759921467,"duration":0}},{"uid":"bcc905ee04e021ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc905ee04e021ee","status":"passed","time":{"start":1707757624893,"stop":1707757624893,"duration":0}},{"uid":"2017fc3835439a8b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2017fc3835439a8b","status":"passed","time":{"start":1707756261847,"stop":1707756261848,"duration":1}},{"uid":"ceff0b0cab267601","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceff0b0cab267601","status":"passed","time":{"start":1707753651193,"stop":1707753651193,"duration":0}},{"uid":"45bc4e9066133dbb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bc4e9066133dbb","status":"passed","time":{"start":1707753409611,"stop":1707753409611,"duration":0}},{"uid":"9d8761bf696153bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9d8761bf696153bf","status":"passed","time":{"start":1707750722061,"stop":1707750722061,"duration":0}},{"uid":"ba698fb2d10ed01b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba698fb2d10ed01b","status":"passed","time":{"start":1707736708340,"stop":1707736708340,"duration":0}},{"uid":"ff156be7786a66f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ff156be7786a66f8","status":"passed","time":{"start":1707735914408,"stop":1707735914408,"duration":0}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3bec443c936e8cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3bec443c936e8cd","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"2c717fef35675fbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2c717fef35675fbd","status":"passed","time":{"start":1707775040234,"stop":1707775040235,"duration":1}},{"uid":"4d015097e9e654a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d015097e9e654a2","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"c7362ebf2d1ccfe7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7362ebf2d1ccfe7","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0}},{"uid":"94f04665db173014","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/94f04665db173014","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"54175d9c7a68cb51","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54175d9c7a68cb51","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"2b190b75326b15c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b190b75326b15c6","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"898c74e06fdfbc3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/898c74e06fdfbc3","status":"passed","time":{"start":1707756061066,"stop":1707756061067,"duration":1}},{"uid":"d70fc0ae7268eb1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d70fc0ae7268eb1b","status":"passed","time":{"start":1707753479613,"stop":1707753479614,"duration":1}},{"uid":"af8d7250a16e13cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af8d7250a16e13cd","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"7067cb90df4f3be1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7067cb90df4f3be1","status":"passed","time":{"start":1707750608630,"stop":1707750608631,"duration":1}},{"uid":"d1e1f8117588f556","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1e1f8117588f556","status":"passed","time":{"start":1707736525924,"stop":1707736525925,"duration":1}},{"uid":"6467b4fc2709065a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6467b4fc2709065a","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"f0536b370ecfc525219d6a64ef03be67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a9ae70cc83b0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a9ae70cc83b0e0","status":"passed","time":{"start":1707735912121,"stop":1707735912121,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4bf250cd1333d88f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4bf250cd1333d88f","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"6f7b6428ea05cdc2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f7b6428ea05cdc2","status":"passed","time":{"start":1707775649285,"stop":1707775649285,"duration":0}},{"uid":"36839473a3368e34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/36839473a3368e34","status":"passed","time":{"start":1707775456618,"stop":1707775456619,"duration":1}},{"uid":"9d6ad262aeb7b964","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d6ad262aeb7b964","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"5d61ac434d0e0b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5d61ac434d0e0b1a","status":"passed","time":{"start":1707770165176,"stop":1707770165177,"duration":1}},{"uid":"d9c41e5fd27677de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9c41e5fd27677de","status":"passed","time":{"start":1707760340806,"stop":1707760340807,"duration":1}},{"uid":"dcb8beab45308131","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcb8beab45308131","status":"passed","time":{"start":1707758024236,"stop":1707758024236,"duration":0}},{"uid":"5fc6fc4249ceccfb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5fc6fc4249ceccfb","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"99a4886b75c66e96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99a4886b75c66e96","status":"passed","time":{"start":1707753975678,"stop":1707753975680,"duration":2}},{"uid":"162e9830eeb63b00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/162e9830eeb63b00","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"71c200e06f72e5c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71c200e06f72e5c5","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"fd7654d96d696f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd7654d96d696f72","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"5da82368d9958837","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da82368d9958837","status":"passed","time":{"start":1707736323079,"stop":1707736323079,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"77d53174805c06ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d53174805c06ae","status":"passed","time":{"start":1707778413517,"stop":1707778413518,"duration":1}},{"uid":"1c67236050919be4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c67236050919be4","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"7ccb57596728ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ccb57596728ed31","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"66af16e9cb60aebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/66af16e9cb60aebd","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"duration":1}},{"uid":"b58ff741d793ea1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b58ff741d793ea1e","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"9d212796844f5ccb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d212796844f5ccb","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"18f8012b4b50c610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/18f8012b4b50c610","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"a355c53ff2e4146c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a355c53ff2e4146c","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"7735a73cde46f26","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7735a73cde46f26","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"1708c29844f2477e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1708c29844f2477e","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"bbe09053bfbfdfb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbe09053bfbfdfb6","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bcb5522c910c8404","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bcb5522c910c8404","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"97a87cbea3bd7368","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97a87cbea3bd7368","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e6ff11d16ec322f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6ff11d16ec322f","status":"passed","time":{"start":1707777877646,"stop":1707777877646,"duration":0}},{"uid":"e0a1eefed6168032","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0a1eefed6168032","status":"passed","time":{"start":1707775153018,"stop":1707775153019,"duration":1}},{"uid":"4a59e37aad341228","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a59e37aad341228","status":"passed","time":{"start":1707774951831,"stop":1707774951832,"duration":1}},{"uid":"af67ee01065d8525","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af67ee01065d8525","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"71fc20f40e516603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71fc20f40e516603","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"272448ee603c1161","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/272448ee603c1161","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"36826c3bc70e8e57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36826c3bc70e8e57","status":"passed","time":{"start":1707757546807,"stop":1707757546807,"duration":0}},{"uid":"f62d5db757f58f72","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f62d5db757f58f72","status":"passed","time":{"start":1707756167199,"stop":1707756167200,"duration":1}},{"uid":"aabd6d863d97f42d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aabd6d863d97f42d","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f8a58bdf0254300b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f8a58bdf0254300b","status":"passed","time":{"start":1707753331770,"stop":1707753331771,"duration":1}},{"uid":"2270b0e0f266fcb5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2270b0e0f266fcb5","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"be434e43b6857a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/be434e43b6857a14","status":"passed","time":{"start":1707736636442,"stop":1707736636443,"duration":1}},{"uid":"ab132cda6f1d98c6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab132cda6f1d98c6","status":"passed","time":{"start":1707735825261,"stop":1707735825261,"duration":0}}]},"0e3432b79c4e8494bf7c96362ba59085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"515decffec2b6dfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/515decffec2b6dfb","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"456c83c289992db9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/456c83c289992db9","status":"passed","time":{"start":1707777837223,"stop":1707777837223,"duration":0}},{"uid":"48b813347f1d721e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/48b813347f1d721e","status":"passed","time":{"start":1707775113057,"stop":1707775113057,"duration":0}},{"uid":"33262a9744fdb3d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33262a9744fdb3d1","status":"passed","time":{"start":1707774908732,"stop":1707774908733,"duration":1}},{"uid":"f7942520b59342ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7942520b59342ae","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"f70d58c326acdcb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f70d58c326acdcb8","status":"passed","time":{"start":1707769706668,"stop":1707769706669,"duration":1}},{"uid":"569dc3151e2ef55c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/569dc3151e2ef55c","status":"passed","time":{"start":1707759811409,"stop":1707759811409,"duration":0}},{"uid":"cf9d3b5d99e26a0e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cf9d3b5d99e26a0e","status":"passed","time":{"start":1707757504685,"stop":1707757504685,"duration":0}},{"uid":"a449cc85058e32fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a449cc85058e32fe","status":"passed","time":{"start":1707756131519,"stop":1707756131519,"duration":0}},{"uid":"478a6bf61f3db349","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/478a6bf61f3db349","status":"passed","time":{"start":1707753284215,"stop":1707753284215,"duration":0}},{"uid":"a513bf9c5980595a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a513bf9c5980595a","status":"passed","time":{"start":1707736597189,"stop":1707736597190,"duration":1}},{"uid":"4961e013913ecfc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4961e013913ecfc8","status":"passed","time":{"start":1707735784060,"stop":1707735784061,"duration":1}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fdfb246ea28bd106","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdfb246ea28bd106","status":"passed","time":{"start":1707778386478,"stop":1707778386478,"duration":0}},{"uid":"a32e9eb63c649a87","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a32e9eb63c649a87","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"da1d991cf33ac6db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da1d991cf33ac6db","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"1c6aa00484e890e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c6aa00484e890e6","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"3c6319c77f349a8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c6319c77f349a8b","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"79eb8cfd94b40d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/79eb8cfd94b40d","status":"passed","time":{"start":1707760335944,"stop":1707760335944,"duration":0}},{"uid":"c241cae506dd0461","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c241cae506dd0461","status":"passed","time":{"start":1707758023530,"stop":1707758023530,"duration":0}},{"uid":"1d8e690f913f5d17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d8e690f913f5d17","status":"passed","time":{"start":1707756663999,"stop":1707756664000,"duration":1}},{"uid":"45b9bd819ae07f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b9bd819ae07f5","status":"passed","time":{"start":1707753837165,"stop":1707753837165,"duration":0}},{"uid":"8b30ac4edb0d787e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8b30ac4edb0d787e","status":"passed","time":{"start":1707751136281,"stop":1707751136282,"duration":1}},{"uid":"fdb8557caee802ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdb8557caee802ee","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"3b4ca66d3f4a0798","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b4ca66d3f4a0798","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"109835212c9b450dbe3c2bb8ebc2cbca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"36c01367a9a914e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c01367a9a914e9","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042633,"stop":1707751042633,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6a64a91bf5ba8f82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a64a91bf5ba8f82","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"ffdd97e64af8dcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ffdd97e64af8dcb1","status":"passed","time":{"start":1707775685039,"stop":1707775685040,"duration":1}},{"uid":"6a67081c18f83f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6a67081c18f83f5","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"ff3a8cbfe201e0dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3a8cbfe201e0dd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"150e3088587691df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/150e3088587691df","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"6c462ad404b554a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c462ad404b554a8","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"1cc038ee258bccde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1cc038ee258bccde","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"d686202deb045f3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d686202deb045f3b","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"7081d7d05f21760b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7081d7d05f21760b","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"de4cd9f015cce464","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4cd9f015cce464","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"1c4888cb47ea6a59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1c4888cb47ea6a59","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"c56e249617bc90ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c56e249617bc90ef","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"850cfbc7527276c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/850cfbc7527276c8","status":"passed","time":{"start":1707777973005,"stop":1707777973005,"duration":0}},{"uid":"3a88ff19d499f926","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a88ff19d499f926","status":"passed","time":{"start":1707775244533,"stop":1707775244534,"duration":1}},{"uid":"6803e0df2dc82024","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6803e0df2dc82024","status":"passed","time":{"start":1707775050823,"stop":1707775050823,"duration":0}},{"uid":"563f734bc5324f7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/563f734bc5324f7b","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"e0a7366111bfacff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0a7366111bfacff","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"ed13ac8656a81506","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed13ac8656a81506","status":"passed","time":{"start":1707759965209,"stop":1707759965210,"duration":1}},{"uid":"e9544ad9059d797e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e9544ad9059d797e","status":"passed","time":{"start":1707757644395,"stop":1707757644395,"duration":0}},{"uid":"fb7514f0ac337eec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb7514f0ac337eec","status":"passed","time":{"start":1707756267917,"stop":1707756267917,"duration":0}},{"uid":"e371d802d7c21557","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e371d802d7c21557","status":"passed","time":{"start":1707753668083,"stop":1707753668083,"duration":0}},{"uid":"b21e9f8fc5febcc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b21e9f8fc5febcc6","status":"passed","time":{"start":1707753423542,"stop":1707753423543,"duration":1}},{"uid":"4dee846375e836fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4dee846375e836fb","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"6787c1df8958ff3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6787c1df8958ff3e","status":"passed","time":{"start":1707736730658,"stop":1707736730658,"duration":0}},{"uid":"c899f2d7660be377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c899f2d7660be377","status":"passed","time":{"start":1707735912130,"stop":1707735912132,"duration":2}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"282fbc09c14be1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/282fbc09c14be1f","status":"passed","time":{"start":1707778381877,"stop":1707778381877,"duration":0}},{"uid":"63e9c03912dbce51","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63e9c03912dbce51","status":"passed","time":{"start":1707775653209,"stop":1707775653210,"duration":1}},{"uid":"5a361b066d65937a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a361b066d65937a","status":"passed","time":{"start":1707775455221,"stop":1707775455221,"duration":0}},{"uid":"f6d2ec95235b7f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6d2ec95235b7f0c","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0}},{"uid":"16f9ca99e96b8d17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/16f9ca99e96b8d17","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"98d6cd08c43aef54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/98d6cd08c43aef54","status":"passed","time":{"start":1707760345984,"stop":1707760345984,"duration":0}},{"uid":"19889d47bde002ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/19889d47bde002ee","status":"passed","time":{"start":1707758029747,"stop":1707758029747,"duration":0}},{"uid":"fb37fe2982a358e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb37fe2982a358e2","status":"passed","time":{"start":1707756668254,"stop":1707756668254,"duration":0}},{"uid":"8678b9db6818b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8678b9db6818b","status":"passed","time":{"start":1707753981528,"stop":1707753981528,"duration":0}},{"uid":"c299e857c4ad3a22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c299e857c4ad3a22","status":"passed","time":{"start":1707753832682,"stop":1707753832682,"duration":0}},{"uid":"ce5bff3c7839a936","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ce5bff3c7839a936","status":"passed","time":{"start":1707751154821,"stop":1707751154821,"duration":0}},{"uid":"57f0fb1907830d1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/57f0fb1907830d1a","status":"passed","time":{"start":1707737128060,"stop":1707737128060,"duration":0}},{"uid":"846060cebd965759","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846060cebd965759","status":"passed","time":{"start":1707736326983,"stop":1707736326983,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c0cfaa8394736a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c0cfaa8394736a","status":"passed","time":{"start":1707778251798,"stop":1707778251798,"duration":0}},{"uid":"8bc8bb37d67dda19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bc8bb37d67dda19","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"1d4c532252d306e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d4c532252d306e7","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"968e2199272b9a7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/968e2199272b9a7b","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"29e4a8ae877aaa6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29e4a8ae877aaa6a","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"86fc7c1cbdc0ff1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/86fc7c1cbdc0ff1d","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"7ebb979f147baabc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7ebb979f147baabc","status":"passed","time":{"start":1707757921498,"stop":1707757921499,"duration":1}},{"uid":"b5326fed2bdd47a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b5326fed2bdd47a9","status":"passed","time":{"start":1707756552028,"stop":1707756552029,"duration":1}},{"uid":"c1b9061768bebecf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1b9061768bebecf","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"747aa85ca831e3db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/747aa85ca831e3db","status":"passed","time":{"start":1707753708971,"stop":1707753708971,"duration":0}},{"uid":"ae48a280bede5b00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae48a280bede5b00","status":"passed","time":{"start":1707751075911,"stop":1707751075911,"duration":0}},{"uid":"e750d7f3695e3cbb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e750d7f3695e3cbb","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"194ae3b9e738e517","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/194ae3b9e738e517","status":"passed","time":{"start":1707736214132,"stop":1707736214133,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"b037d3bc639cf264","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b037d3bc639cf264","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"d932a12d5152d50e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d932a12d5152d50e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685032,"stop":1707775685032,"duration":0}},{"uid":"f2a8aba7390e2a8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f2a8aba7390e2a8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494282,"stop":1707775494282,"duration":0}},{"uid":"c92a0c4de57afa5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c92a0c4de57afa5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424183,"stop":1707770424184,"duration":1}},{"uid":"15ef69edb646c51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15ef69edb646c51","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"36c0d2f64feed5cc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36c0d2f64feed5cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"8003da8e7dcfab4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8003da8e7dcfab4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"eb60583b0c022185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb60583b0c022185","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690167,"stop":1707756690167,"duration":0}},{"uid":"11eff0fbd958c26c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11eff0fbd958c26c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051791,"stop":1707754051792,"duration":1}},{"uid":"49da4444b9e2ac24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49da4444b9e2ac24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"4d3e127fe40f7025","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d3e127fe40f7025","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"b48e5b33eb890b27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b48e5b33eb890b27","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"e25ea644d0945855","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e25ea644d0945855","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ca7ff9a4dea6a0b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca7ff9a4dea6a0b3","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"7aaa767cd6cd9155","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aaa767cd6cd9155","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"a6e24460743c6d46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6e24460743c6d46","status":"passed","time":{"start":1707774842472,"stop":1707774842473,"duration":1}},{"uid":"3cc99f86316f3442","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cc99f86316f3442","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"ccaa3ec63775ad7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ccaa3ec63775ad7c","status":"passed","time":{"start":1707769642599,"stop":1707769642599,"duration":0}},{"uid":"e243aba322018333","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e243aba322018333","status":"passed","time":{"start":1707759737377,"stop":1707759737378,"duration":1}},{"uid":"ba84bf87b3011380","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba84bf87b3011380","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"93696f7a6ce8aec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93696f7a6ce8aec","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"3ebd008a26c53f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ebd008a26c53f14","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"a97df2c8f10ad991","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a97df2c8f10ad991","status":"passed","time":{"start":1707753208672,"stop":1707753208672,"duration":0}},{"uid":"1883fae007f94b9a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1883fae007f94b9a","status":"passed","time":{"start":1707750608875,"stop":1707750608876,"duration":1}},{"uid":"e33e3dd806ca6b91","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e33e3dd806ca6b91","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"dbc027452ea75e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dbc027452ea75e9","status":"passed","time":{"start":1707735708006,"stop":1707735708006,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3e7f4e44a03e266","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e3e7f4e44a03e266","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"e7b1a2f1d73fbf1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7b1a2f1d73fbf1b","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"f0b12e31b2b3116e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0b12e31b2b3116e","status":"passed","time":{"start":1707775494279,"stop":1707775494280,"duration":1}},{"uid":"b7d0c40b909f435a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d0c40b909f435a","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"e3c6898f1f8934fd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3c6898f1f8934fd","status":"passed","time":{"start":1707770238688,"stop":1707770238689,"duration":1}},{"uid":"aca7c2f01def231f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aca7c2f01def231f","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"ba56d3082b30f980","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba56d3082b30f980","status":"passed","time":{"start":1707758004329,"stop":1707758004329,"duration":0}},{"uid":"64887a01a90091f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64887a01a90091f9","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"2a8d313e0207de92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a8d313e0207de92","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"a03a338ef04ee5d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a03a338ef04ee5d6","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"f75004bf05052758","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f75004bf05052758","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"3665bf9d5f2cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3665bf9d5f2cd2b7","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"57459eedf0c85be3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57459eedf0c85be3","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4e3c30bd7cf70cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4e3c30bd7cf70cf","status":"passed","time":{"start":1707778002167,"stop":1707778002170,"duration":3}},{"uid":"5017c64e7e8cb03d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5017c64e7e8cb03d","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"868d022b9d362b3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/868d022b9d362b3a","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"a0e6aa06ca9d49ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e6aa06ca9d49ee","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"6ed1440de6f9a43c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ed1440de6f9a43c","status":"passed","time":{"start":1707769883644,"stop":1707769883645,"duration":1}},{"uid":"b4204f026e2b5132","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4204f026e2b5132","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"4bcde6e86a9d97c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4bcde6e86a9d97c","status":"passed","time":{"start":1707757677812,"stop":1707757677813,"duration":1}},{"uid":"4fbc17b0d81991d0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4fbc17b0d81991d0","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"421a3a5d65dc1204","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/421a3a5d65dc1204","status":"passed","time":{"start":1707753735502,"stop":1707753735503,"duration":1}},{"uid":"509cae5713cbe559","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/509cae5713cbe559","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"fcac36e23a1f7197","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fcac36e23a1f7197","status":"passed","time":{"start":1707750845169,"stop":1707750845169,"duration":0}},{"uid":"d0ec844bcd88a3e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0ec844bcd88a3e1","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"bd9eaa99b32bf481","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd9eaa99b32bf481","status":"passed","time":{"start":1707735968264,"stop":1707735968265,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"29cdb346e98daf4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29cdb346e98daf4d","status":"passed","time":{"start":1707778114666,"stop":1707778114667,"duration":1}},{"uid":"82a566f99af3d040","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82a566f99af3d040","status":"passed","time":{"start":1707775395369,"stop":1707775395370,"duration":1}},{"uid":"68d489f4bccacfc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/68d489f4bccacfc0","status":"passed","time":{"start":1707775205622,"stop":1707775205623,"duration":1}},{"uid":"f68ef321362627f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f68ef321362627f6","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1}},{"uid":"65a34c490e544b79","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65a34c490e544b79","status":"passed","time":{"start":1707769983268,"stop":1707769983268,"duration":0}},{"uid":"36e1f9434ba26df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36e1f9434ba26df4","status":"passed","time":{"start":1707760095396,"stop":1707760095397,"duration":1}},{"uid":"a17473db6cc3e2d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a17473db6cc3e2d8","status":"passed","time":{"start":1707757790726,"stop":1707757790727,"duration":1}},{"uid":"731922cd9891f43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/731922cd9891f43","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"4863b57845fbcca3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4863b57845fbcca3","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"89c445ee558f6659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89c445ee558f6659","status":"passed","time":{"start":1707753573523,"stop":1707753573523,"duration":0}},{"uid":"a0cf05698e957ea9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0cf05698e957ea9","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"46d9ba1e707d464a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46d9ba1e707d464a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"58798f3c7ddb4f0d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58798f3c7ddb4f0d","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe457f4b49df021c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe457f4b49df021c","status":"passed","time":{"start":1707778381862,"stop":1707778381869,"duration":7}},{"uid":"de2b16962ace75b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de2b16962ace75b3","status":"passed","time":{"start":1707775653207,"stop":1707775653207,"duration":0}},{"uid":"1a974729b5deadd1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a974729b5deadd1","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"ccf6e5727fe0c819","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccf6e5727fe0c819","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"duration":0}},{"uid":"9c2b8767d9ae3b9f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c2b8767d9ae3b9f","status":"passed","time":{"start":1707770169174,"stop":1707770169175,"duration":1}},{"uid":"72484b8d04bed71d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72484b8d04bed71d","status":"passed","time":{"start":1707760345980,"stop":1707760345981,"duration":1}},{"uid":"767d14d85e32fd56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/767d14d85e32fd56","status":"passed","time":{"start":1707758029743,"stop":1707758029744,"duration":1}},{"uid":"e9253d823f34fcdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9253d823f34fcdb","status":"passed","time":{"start":1707756668251,"stop":1707756668252,"duration":1}},{"uid":"ab5ef286eff3bbf1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab5ef286eff3bbf1","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"e42b2c38d855998e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e42b2c38d855998e","status":"passed","time":{"start":1707753832679,"stop":1707753832679,"duration":0}},{"uid":"6e488f0de469b699","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e488f0de469b699","status":"passed","time":{"start":1707751154818,"stop":1707751154818,"duration":0}},{"uid":"fbf5501bbb87f436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fbf5501bbb87f436","status":"passed","time":{"start":1707737128057,"stop":1707737128057,"duration":0}},{"uid":"efa57b6567d1ed77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/efa57b6567d1ed77","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"56b5a1904f55f625","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56b5a1904f55f625","status":"passed","time":{"start":1707778326667,"stop":1707778326668,"duration":1}},{"uid":"902011b73e0578d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/902011b73e0578d1","status":"passed","time":{"start":1707775610544,"stop":1707775610545,"duration":1}},{"uid":"8e95df1f8f3f5cd8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e95df1f8f3f5cd8","status":"passed","time":{"start":1707775405808,"stop":1707775405810,"duration":2}},{"uid":"f1cb72ed3e162c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cb72ed3e162c8","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0}},{"uid":"eb548cffbffac81","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb548cffbffac81","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"d065809f2cd861cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d065809f2cd861cd","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"90b38e166004cc8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90b38e166004cc8f","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"c1ae5ee2cafda8f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1ae5ee2cafda8f4","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"f6d0d5c49fe1cd19","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f6d0d5c49fe1cd19","status":"passed","time":{"start":1707753926590,"stop":1707753926593,"duration":3}},{"uid":"c0b14bf2a3ff204e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0b14bf2a3ff204e","status":"passed","time":{"start":1707753779034,"stop":1707753779035,"duration":1}},{"uid":"cb70a011dededf2d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb70a011dededf2d","status":"passed","time":{"start":1707751117676,"stop":1707751117677,"duration":1}},{"uid":"9cdd97f727feec85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9cdd97f727feec85","status":"passed","time":{"start":1707737065100,"stop":1707737065100,"duration":0}},{"uid":"a70f62c267202c20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a70f62c267202c20","status":"passed","time":{"start":1707736281629,"stop":1707736281630,"duration":1}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f3b8855ff30d78aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3b8855ff30d78aa","status":"passed","time":{"start":1707777977672,"stop":1707777977673,"duration":1}},{"uid":"c4b1ab0c8980bd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c4b1ab0c8980bd8c","status":"passed","time":{"start":1707775258467,"stop":1707775258467,"duration":0}},{"uid":"b89215dc03df4af0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b89215dc03df4af0","status":"passed","time":{"start":1707775082032,"stop":1707775082033,"duration":1}},{"uid":"1800e9b89ee7c425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1800e9b89ee7c425","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"f6ef9dea26d2206b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f6ef9dea26d2206b","status":"passed","time":{"start":1707769841909,"stop":1707769841910,"duration":1}},{"uid":"201a9a28fbae7331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/201a9a28fbae7331","status":"passed","time":{"start":1707759921463,"stop":1707759921463,"duration":0}},{"uid":"f944bebb69414d11","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f944bebb69414d11","status":"passed","time":{"start":1707757624889,"stop":1707757624890,"duration":1}},{"uid":"cb6520b80ed0ec00","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cb6520b80ed0ec00","status":"passed","time":{"start":1707756261835,"stop":1707756261838,"duration":3}},{"uid":"4326072b6a92a8bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4326072b6a92a8bc","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"5684867f998f7bfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5684867f998f7bfe","status":"passed","time":{"start":1707753409605,"stop":1707753409605,"duration":0}},{"uid":"b7e25a34c2344f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7e25a34c2344f64","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"a32271d681bf8b39","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a32271d681bf8b39","status":"passed","time":{"start":1707736708336,"stop":1707736708337,"duration":1}},{"uid":"79c3f774f4bd2149","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c3f774f4bd2149","status":"passed","time":{"start":1707735914394,"stop":1707735914395,"duration":1}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8ac1df03898b71cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ac1df03898b71cf","status":"passed","time":{"start":1707777743981,"stop":1707777743982,"duration":1}},{"uid":"df99eb84c1a3fac0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df99eb84c1a3fac0","status":"passed","time":{"start":1707775020380,"stop":1707775020381,"duration":1}},{"uid":"af3e9e962e6326f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af3e9e962e6326f5","status":"passed","time":{"start":1707774821815,"stop":1707774821816,"duration":1}},{"uid":"49c3fab7cc2aeb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c3fab7cc2aeb8","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"duration":1}},{"uid":"15a28b4c02a8ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15a28b4c02a8ee1d","status":"passed","time":{"start":1707769622095,"stop":1707769622096,"duration":1}},{"uid":"844315e88d87e42","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/844315e88d87e42","status":"passed","time":{"start":1707759717049,"stop":1707759717050,"duration":1}},{"uid":"d769c8bc4579dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d769c8bc4579dd5","status":"passed","time":{"start":1707757411666,"stop":1707757411667,"duration":1}},{"uid":"944cfc8e7aa5e8cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/944cfc8e7aa5e8cc","status":"passed","time":{"start":1707756041375,"stop":1707756041376,"duration":1}},{"uid":"3d940a1b7ac7b535","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d940a1b7ac7b535","status":"passed","time":{"start":1707753459608,"stop":1707753459609,"duration":1}},{"uid":"c95308f579d21680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c95308f579d21680","status":"passed","time":{"start":1707753187709,"stop":1707753187711,"duration":2}},{"uid":"5e70d844e30c34c1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e70d844e30c34c1","status":"passed","time":{"start":1707750588400,"stop":1707750588401,"duration":1}},{"uid":"946a945db2896072","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/946a945db2896072","status":"passed","time":{"start":1707736505792,"stop":1707736505793,"duration":1}},{"uid":"59710dae7fc00a4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59710dae7fc00a4a","status":"passed","time":{"start":1707735687170,"stop":1707735687171,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"848cad556dbac827","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/848cad556dbac827","status":"passed","time":{"start":1707778103147,"stop":1707778103148,"duration":1}},{"uid":"72c00a8bec8cb2d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72c00a8bec8cb2d3","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"9e9ee570ff96b0fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e9ee570ff96b0fc","status":"passed","time":{"start":1707775193316,"stop":1707775193316,"duration":0}},{"uid":"4c039b6c23cd3280","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c039b6c23cd3280","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0}},{"uid":"30ada25983111cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30ada25983111cb","status":"passed","time":{"start":1707769979918,"stop":1707769979918,"duration":0}},{"uid":"61afd085cd9e0941","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/61afd085cd9e0941","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"fd278241e8fa5807","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd278241e8fa5807","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"8c6688a8e9b22ef5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c6688a8e9b22ef5","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"d8f3a27c3a5e8166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8f3a27c3a5e8166","status":"passed","time":{"start":1707753781759,"stop":1707753781759,"duration":0}},{"uid":"dc7baf539388a27a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc7baf539388a27a","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"c12e236a2bcd0ad9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c12e236a2bcd0ad9","status":"passed","time":{"start":1707750940663,"stop":1707750940663,"duration":0}},{"uid":"1e253fb25a44b283","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e253fb25a44b283","status":"passed","time":{"start":1707736870547,"stop":1707736870547,"duration":0}},{"uid":"e43ef5f8c903ab6a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e43ef5f8c903ab6a","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"203a75d7d4882473","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/203a75d7d4882473","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"b25dc2684f803e75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b25dc2684f803e75","status":"passed","time":{"start":1707775244528,"stop":1707775244528,"duration":0}},{"uid":"ebdacc20b62517aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebdacc20b62517aa","status":"passed","time":{"start":1707775050816,"stop":1707775050817,"duration":1}},{"uid":"aa876eba3014fcaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa876eba3014fcaa","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"5ec8d4656530c7af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ec8d4656530c7af","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"72dc992351dbde54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72dc992351dbde54","status":"passed","time":{"start":1707759965194,"stop":1707759965194,"duration":0}},{"uid":"28fad9edfb6b2cc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28fad9edfb6b2cc6","status":"passed","time":{"start":1707757644388,"stop":1707757644389,"duration":1}},{"uid":"3de37538ad87e8d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3de37538ad87e8d9","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"cf07d2a76b2f5778","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf07d2a76b2f5778","status":"passed","time":{"start":1707753668030,"stop":1707753668031,"duration":1}},{"uid":"ba68c3a8619735a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba68c3a8619735a","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"4c8aebe2f1e17059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c8aebe2f1e17059","status":"passed","time":{"start":1707750796029,"stop":1707750796030,"duration":1}},{"uid":"8ea782a554e65a81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ea782a554e65a81","status":"passed","time":{"start":1707736730643,"stop":1707736730643,"duration":0}},{"uid":"c46132a9001613ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c46132a9001613ef","status":"passed","time":{"start":1707735912118,"stop":1707735912118,"duration":0}}]},"de06a3dfd898eb3db77aa935f1b60524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"957705f149b8825c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/957705f149b8825c","status":"passed","time":{"start":1707737091308,"stop":1707737091308,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f9af6cb657981049","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9af6cb657981049","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"66865e3e93cc9170","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/66865e3e93cc9170","status":"passed","time":{"start":1707775258455,"stop":1707775258455,"duration":0}},{"uid":"3f3ccac995475761","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f3ccac995475761","status":"passed","time":{"start":1707775082015,"stop":1707775082016,"duration":1}},{"uid":"f56c7de4bf4abd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56c7de4bf4abd10","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"duration":0}},{"uid":"e87710f95396eec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e87710f95396eec0","status":"passed","time":{"start":1707769841898,"stop":1707769841899,"duration":1}},{"uid":"fbe1c6d2ce6966e5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbe1c6d2ce6966e5","status":"passed","time":{"start":1707759921453,"stop":1707759921453,"duration":0}},{"uid":"a087a66ba3186c0d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a087a66ba3186c0d","status":"passed","time":{"start":1707757624875,"stop":1707757624875,"duration":0}},{"uid":"93cb279c89473fde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93cb279c89473fde","status":"passed","time":{"start":1707756261762,"stop":1707756261763,"duration":1}},{"uid":"13149f481e043aac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13149f481e043aac","status":"passed","time":{"start":1707753651166,"stop":1707753651167,"duration":1}},{"uid":"e657ddd22d74ecab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e657ddd22d74ecab","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"ab7a71e72b2dfcae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab7a71e72b2dfcae","status":"passed","time":{"start":1707750722047,"stop":1707750722048,"duration":1}},{"uid":"ca4c26fffe802ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca4c26fffe802ea3","status":"passed","time":{"start":1707736708327,"stop":1707736708328,"duration":1}},{"uid":"e8bad96a632fe31e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bad96a632fe31e","status":"passed","time":{"start":1707735914384,"stop":1707735914385,"duration":1}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b431562904be7e05","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b431562904be7e05","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"442efa4e9052b1b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/442efa4e9052b1b7","status":"passed","time":{"start":1707775275744,"stop":1707775275744,"duration":0}},{"uid":"30ef34c19ffd321b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30ef34c19ffd321b","status":"passed","time":{"start":1707775085876,"stop":1707775085877,"duration":1}},{"uid":"52f7190cc09616ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52f7190cc09616ee","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"duration":1}},{"uid":"9199cc10560ffdec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9199cc10560ffdec","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"1febed9d09d5267d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1febed9d09d5267d","status":"passed","time":{"start":1707759981455,"stop":1707759981455,"duration":0}},{"uid":"246abc1f23ffa1b6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246abc1f23ffa1b6","status":"passed","time":{"start":1707757676035,"stop":1707757676035,"duration":0}},{"uid":"2676b452c4bb4b36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2676b452c4bb4b36","status":"passed","time":{"start":1707756304421,"stop":1707756304422,"duration":1}},{"uid":"a7b3f260e33ff76f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7b3f260e33ff76f","status":"passed","time":{"start":1707753713234,"stop":1707753713235,"duration":1}},{"uid":"d7b80b6e18715140","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d7b80b6e18715140","status":"passed","time":{"start":1707753448082,"stop":1707753448083,"duration":1}},{"uid":"d8039e9c4d8874a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8039e9c4d8874a8","status":"passed","time":{"start":1707750840030,"stop":1707750840030,"duration":0}},{"uid":"9114b917689bbcfb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114b917689bbcfb","status":"passed","time":{"start":1707736764995,"stop":1707736764997,"duration":2}},{"uid":"10367129986bd359","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/10367129986bd359","status":"passed","time":{"start":1707735955219,"stop":1707735955220,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2f6f9aa322ed6c13","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2f6f9aa322ed6c13","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"2ec3f262e03e8e28","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ec3f262e03e8e28","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"552340825a05187","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/552340825a05187","status":"passed","time":{"start":1707775129518,"stop":1707775129519,"duration":1}},{"uid":"8ade4b59689decf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ade4b59689decf6","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"duration":0}},{"uid":"78102df9b8bf017b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78102df9b8bf017b","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"326c69b60085031d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/326c69b60085031d","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"f408c336bfb42b26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f408c336bfb42b26","status":"passed","time":{"start":1707757709189,"stop":1707757709189,"duration":0}},{"uid":"30fbf66e376cbec3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/30fbf66e376cbec3","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"b49508513c3caf32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b49508513c3caf32","status":"passed","time":{"start":1707753751251,"stop":1707753751252,"duration":1}},{"uid":"81902e300b2f06e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81902e300b2f06e3","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"95088e8a79667e51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95088e8a79667e51","status":"passed","time":{"start":1707750881807,"stop":1707750881807,"duration":0}},{"uid":"6f08680fca327568","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f08680fca327568","status":"passed","time":{"start":1707736800766,"stop":1707736800766,"duration":0}},{"uid":"e5f3a3bb91714272","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5f3a3bb91714272","status":"passed","time":{"start":1707736013454,"stop":1707736013455,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eb8f2e6e097089c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb8f2e6e097089c7","status":"passed","time":{"start":1707777749846,"stop":1707777749847,"duration":1}},{"uid":"7bc5519b46c36cad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7bc5519b46c36cad","status":"passed","time":{"start":1707775026269,"stop":1707775026270,"duration":1}},{"uid":"cd0aac6e43171d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd0aac6e43171d0","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"cd6852d0e80b434e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd6852d0e80b434e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"32e2b6883c64799a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32e2b6883c64799a","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"348c81ff779f4a90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/348c81ff779f4a90","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"5b5100344887d1e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b5100344887d1e4","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"71344d48a7fa9251","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/71344d48a7fa9251","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"f42616fbe5ea9eb5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f42616fbe5ea9eb5","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"436a1f9c2e39a2c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/436a1f9c2e39a2c1","status":"passed","time":{"start":1707753193785,"stop":1707753193786,"duration":1}},{"uid":"3a2caf1bd242df56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a2caf1bd242df56","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"257666ba17d01e22","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/257666ba17d01e22","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"e9c5f4a056685391","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9c5f4a056685391","status":"passed","time":{"start":1707735693128,"stop":1707735693129,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"94df8269b6de93a7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/94df8269b6de93a7","status":"passed","time":{"start":1707778338837,"stop":1707778338837,"duration":0}},{"uid":"679d0a646a4aad94","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/679d0a646a4aad94","status":"passed","time":{"start":1707775602017,"stop":1707775602018,"duration":1}},{"uid":"f982e691b7631aef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f982e691b7631aef","status":"passed","time":{"start":1707775390228,"stop":1707775390228,"duration":0}},{"uid":"5899354ae6f1a8a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5899354ae6f1a8a7","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0}},{"uid":"9e41dda61341528b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e41dda61341528b","status":"passed","time":{"start":1707760301805,"stop":1707760301806,"duration":1}},{"uid":"c4ceb1af6097422c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4ceb1af6097422c","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"bb45b1f1fe054adf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bb45b1f1fe054adf","status":"passed","time":{"start":1707756617037,"stop":1707756617038,"duration":1}},{"uid":"91fbedea191cc301","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91fbedea191cc301","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"d8ff0dedcb28a418","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8ff0dedcb28a418","status":"passed","time":{"start":1707753782749,"stop":1707753782749,"duration":0}},{"uid":"28562bd1d4e4801c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28562bd1d4e4801c","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"cdf4a1f40d8eddef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdf4a1f40d8eddef","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"7a75e55bcc058039","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a75e55bcc058039","status":"passed","time":{"start":1707736260126,"stop":1707736260126,"duration":0}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b174839031d6a5c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b174839031d6a5c2","status":"passed","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"8f50fbe740b1421f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8f50fbe740b1421f","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"a08232bbc699132c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a08232bbc699132c","status":"passed","time":{"start":1707775494283,"stop":1707775494284,"duration":1}},{"uid":"f7b4b277031cc4a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7b4b277031cc4a","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"516a66a35806d005","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/516a66a35806d005","status":"passed","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"64182b525f277908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64182b525f277908","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"2bec24bdaaf33349","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bec24bdaaf33349","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"1d3ad2856dce1d16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d3ad2856dce1d16","status":"passed","time":{"start":1707756690168,"stop":1707756690169,"duration":1}},{"uid":"e43cbec6fcdcfb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e43cbec6fcdcfb46","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c9ae2f955cce3df","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9ae2f955cce3df","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"ea60785244d163c6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ea60785244d163c6","status":"passed","time":{"start":1707751228966,"stop":1707751228967,"duration":1}},{"uid":"5ee9bcf84e229828","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5ee9bcf84e229828","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"e19a8ab273e3627b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e19a8ab273e3627b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"66ec98b4e16a9808","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66ec98b4e16a9808","status":"passed","time":{"start":1707778251799,"stop":1707778251802,"duration":3}},{"uid":"969908ec76a0528b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/969908ec76a0528b","status":"passed","time":{"start":1707775540341,"stop":1707775540342,"duration":1}},{"uid":"a8a1d4594e5204dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8a1d4594e5204dd","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"cb6d38d6bb76d3b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cb6d38d6bb76d3b9","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"eae6288eeaf394f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eae6288eeaf394f0","status":"passed","time":{"start":1707770045979,"stop":1707770045979,"duration":0}},{"uid":"69a5730deaf444ca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/69a5730deaf444ca","status":"passed","time":{"start":1707760224885,"stop":1707760224885,"duration":0}},{"uid":"778fc7da665ca3e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/778fc7da665ca3e0","status":"passed","time":{"start":1707757921499,"stop":1707757921500,"duration":1}},{"uid":"7d34f97c342665b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d34f97c342665b5","status":"passed","time":{"start":1707756552029,"stop":1707756552030,"duration":1}},{"uid":"c3aa43c61efd1d4a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3aa43c61efd1d4a","status":"passed","time":{"start":1707753853540,"stop":1707753853540,"duration":0}},{"uid":"cabb041a331c52c5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cabb041a331c52c5","status":"passed","time":{"start":1707753708972,"stop":1707753708972,"duration":0}},{"uid":"4087c4bb72625bb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4087c4bb72625bb6","status":"passed","time":{"start":1707751075912,"stop":1707751075912,"duration":0}},{"uid":"52ec52c2c81c992c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52ec52c2c81c992c","status":"passed","time":{"start":1707737000813,"stop":1707737000814,"duration":1}},{"uid":"aa917af87fe401db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa917af87fe401db","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"69b94a1e8379493","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/69b94a1e8379493","status":"passed","time":{"start":1707777977660,"stop":1707777977661,"duration":1}},{"uid":"171d978928420369","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/171d978928420369","status":"passed","time":{"start":1707775258451,"stop":1707775258451,"duration":0}},{"uid":"bd54d14c3a0d7506","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd54d14c3a0d7506","status":"passed","time":{"start":1707775082008,"stop":1707775082008,"duration":0}},{"uid":"5b1fd0a675b4858f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b1fd0a675b4858f","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0}},{"uid":"9079f90a34ff9c2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9079f90a34ff9c2c","status":"passed","time":{"start":1707769841891,"stop":1707769841892,"duration":1}},{"uid":"bd8ab7ec5ac74c43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd8ab7ec5ac74c43","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"12fa8ba9743b434e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12fa8ba9743b434e","status":"passed","time":{"start":1707757624871,"stop":1707757624872,"duration":1}},{"uid":"9f6664924b63f44f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f6664924b63f44f","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"c6dbbfdf19858e62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6dbbfdf19858e62","status":"passed","time":{"start":1707753651140,"stop":1707753651141,"duration":1}},{"uid":"e3dd7df0a0515700","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3dd7df0a0515700","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"9c43250599153a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c43250599153a1","status":"passed","time":{"start":1707750722038,"stop":1707750722039,"duration":1}},{"uid":"e949e28a2c2e2f3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e949e28a2c2e2f3e","status":"passed","time":{"start":1707736708320,"stop":1707736708321,"duration":1}},{"uid":"349329dedbe936be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/349329dedbe936be","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff9826298b0a0e86","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff9826298b0a0e86","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"3501b9290eb932aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3501b9290eb932aa","status":"passed","time":{"start":1707775602025,"stop":1707775602025,"duration":0}},{"uid":"4c6386e99e514b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c6386e99e514b2c","status":"passed","time":{"start":1707775390237,"stop":1707775390237,"duration":0}},{"uid":"aacdde2f9809034c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aacdde2f9809034c","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1}},{"uid":"b9476e8c93430d9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9476e8c93430d9c","status":"passed","time":{"start":1707769968721,"stop":1707769968721,"duration":0}},{"uid":"e21049742efe1172","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e21049742efe1172","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"9d061a36522a0e5f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d061a36522a0e5f","status":"passed","time":{"start":1707758006714,"stop":1707758006714,"duration":0}},{"uid":"ef036961ad60e237","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef036961ad60e237","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ad879ef8ec695f15","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad879ef8ec695f15","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"289c267c308fb980","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289c267c308fb980","status":"passed","time":{"start":1707753782761,"stop":1707753782761,"duration":0}},{"uid":"938494fe2ff93f7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/938494fe2ff93f7a","status":"passed","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1431d29a6972d435","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1431d29a6972d435","status":"passed","time":{"start":1707737091341,"stop":1707737091341,"duration":0}},{"uid":"8f46a7be0a5554cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f46a7be0a5554cc","status":"passed","time":{"start":1707736260136,"stop":1707736260136,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1dd6b36f21123a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1dd6b36f21123a5e","status":"passed","time":{"start":1707778002165,"stop":1707778002166,"duration":1}},{"uid":"e5bb9f6cb9d64034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5bb9f6cb9d64034","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"be0572612c2454de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be0572612c2454de","status":"passed","time":{"start":1707775094103,"stop":1707775094104,"duration":1}},{"uid":"f4692b7cefa4148b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4692b7cefa4148b","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"duration":1}},{"uid":"3f27b9fef45c3af8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f27b9fef45c3af8","status":"passed","time":{"start":1707769883635,"stop":1707769883641,"duration":6}},{"uid":"39766005514f61b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39766005514f61b5","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"b92bb889b0b30583","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b92bb889b0b30583","status":"passed","time":{"start":1707757677811,"stop":1707757677812,"duration":1}},{"uid":"19afac714dd7d29f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19afac714dd7d29f","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"a13510988da643ba","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13510988da643ba","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"ceddf6d40e7d8027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ceddf6d40e7d8027","status":"passed","time":{"start":1707753472969,"stop":1707753472969,"duration":0}},{"uid":"a2d92f3a570325bd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a2d92f3a570325bd","status":"passed","time":{"start":1707750845162,"stop":1707750845163,"duration":1}},{"uid":"f37363bbca8fcb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f37363bbca8fcb","status":"passed","time":{"start":1707736769675,"stop":1707736769676,"duration":1}},{"uid":"c0df596c7820b09e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c0df596c7820b09e","status":"passed","time":{"start":1707735968262,"stop":1707735968262,"duration":0}}]},"2ce4c98b6a7cc30bb2ddab144e64bfab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f85c3db543b93b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f85c3db543b93b1","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e544b1c2372a849b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e544b1c2372a849b","status":"passed","time":{"start":1707778326666,"stop":1707778326666,"duration":0}},{"uid":"4109362b5e0d5f95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4109362b5e0d5f95","status":"passed","time":{"start":1707775610543,"stop":1707775610544,"duration":1}},{"uid":"d7da8a9d974f276b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7da8a9d974f276b","status":"passed","time":{"start":1707775405805,"stop":1707775405806,"duration":1}},{"uid":"47ad5624925b93f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47ad5624925b93f2","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0}},{"uid":"ce96dc810633658","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce96dc810633658","status":"passed","time":{"start":1707770116112,"stop":1707770116112,"duration":0}},{"uid":"349227f10876cff7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/349227f10876cff7","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"38804433973f092a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38804433973f092a","status":"passed","time":{"start":1707757992698,"stop":1707757992699,"duration":1}},{"uid":"3cf858582d4828b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cf858582d4828b1","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"fb12455b76939c6c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb12455b76939c6c","status":"passed","time":{"start":1707753926588,"stop":1707753926589,"duration":1}},{"uid":"e36364ef41c10a4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e36364ef41c10a4e","status":"passed","time":{"start":1707753779031,"stop":1707753779032,"duration":1}},{"uid":"1909e7071dcbe6cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1909e7071dcbe6cb","status":"passed","time":{"start":1707751117674,"stop":1707751117675,"duration":1}},{"uid":"59ef6885ad4551ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ef6885ad4551ca","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"6cfe1c39c44d8f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cfe1c39c44d8f70","status":"passed","time":{"start":1707736281625,"stop":1707736281627,"duration":2}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d838a9633605983e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d838a9633605983e","status":"passed","time":{"start":1707777763444,"stop":1707777763445,"duration":1}},{"uid":"e8061c68cb53124d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8061c68cb53124d","status":"passed","time":{"start":1707775039623,"stop":1707775039624,"duration":1}},{"uid":"419bcaff6a502b1d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/419bcaff6a502b1d","status":"passed","time":{"start":1707774841429,"stop":1707774841430,"duration":1}},{"uid":"c60b328739577386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c60b328739577386","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"duration":1}},{"uid":"ec6d3b6b343046f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec6d3b6b343046f6","status":"passed","time":{"start":1707769641581,"stop":1707769641582,"duration":1}},{"uid":"16f987d00f4e4e23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f987d00f4e4e23","status":"passed","time":{"start":1707759736455,"stop":1707759736455,"duration":0}},{"uid":"647798df10c54298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/647798df10c54298","status":"passed","time":{"start":1707757431312,"stop":1707757431313,"duration":1}},{"uid":"65bb3a21fc42a846","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65bb3a21fc42a846","status":"passed","time":{"start":1707756060434,"stop":1707756060435,"duration":1}},{"uid":"c239ed2334c75ece","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c239ed2334c75ece","status":"passed","time":{"start":1707753479029,"stop":1707753479030,"duration":1}},{"uid":"6ec673d1166e3c15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ec673d1166e3c15","status":"passed","time":{"start":1707753207963,"stop":1707753207964,"duration":1}},{"uid":"a58ab2915a3b7df9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a58ab2915a3b7df9","status":"passed","time":{"start":1707750607850,"stop":1707750607851,"duration":1}},{"uid":"7d1b433e072a733","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d1b433e072a733","status":"passed","time":{"start":1707736525276,"stop":1707736525276,"duration":0}},{"uid":"f253bf4f975eef2a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f253bf4f975eef2a","status":"passed","time":{"start":1707735707255,"stop":1707735707256,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"abda963122d13952","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abda963122d13952","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"9fc21e75c73dcd38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fc21e75c73dcd38","status":"passed","time":{"start":1707775244528,"stop":1707775244529,"duration":1}},{"uid":"395228809e7849cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/395228809e7849cf","status":"passed","time":{"start":1707775050817,"stop":1707775050817,"duration":0}},{"uid":"62c8cc5a0ecafd63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c8cc5a0ecafd63","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"4cc0e40fc5d16b02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4cc0e40fc5d16b02","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"54c524d5871fee0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54c524d5871fee0b","status":"passed","time":{"start":1707759965195,"stop":1707759965195,"duration":0}},{"uid":"f2d729aafb9c705e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d729aafb9c705e","status":"passed","time":{"start":1707757644389,"stop":1707757644389,"duration":0}},{"uid":"7e30fc14f5d703ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e30fc14f5d703ed","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"60b860a2ee4cf5bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60b860a2ee4cf5bd","status":"passed","time":{"start":1707753668031,"stop":1707753668032,"duration":1}},{"uid":"2f771da778303bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f771da778303bfd","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"8f39c5734c321571","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f39c5734c321571","status":"passed","time":{"start":1707750796030,"stop":1707750796030,"duration":0}},{"uid":"18f18af6fd4cce18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18f18af6fd4cce18","status":"passed","time":{"start":1707736730643,"stop":1707736730644,"duration":1}},{"uid":"f94b3c8f35fe561a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94b3c8f35fe561a","status":"passed","time":{"start":1707735912118,"stop":1707735912119,"duration":1}}]},"1b4592146a04bc1454c7e7f1480d509a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5deccd9a1c35794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5deccd9a1c35794","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e347b740f4acd7c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e347b740f4acd7c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"36d67ca23611d8e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36d67ca23611d8e9","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"df88c6d258e7f2d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/df88c6d258e7f2d0","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"d99c6ee28ee8e24f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d99c6ee28ee8e24f","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"162e043b65c7f0b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/162e043b65c7f0b6","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"ec5314ad19c8c5d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec5314ad19c8c5d2","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"151adc1b1064b3c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/151adc1b1064b3c5","status":"passed","time":{"start":1707757790730,"stop":1707757790731,"duration":1}},{"uid":"afee663c9bcd31d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/afee663c9bcd31d6","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"55e02aa4916fb158","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55e02aa4916fb158","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"783d17f4060b1095","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/783d17f4060b1095","status":"passed","time":{"start":1707753573525,"stop":1707753573525,"duration":0}},{"uid":"b705437d6e77e1cf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b705437d6e77e1cf","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"6872101e66c1f062","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6872101e66c1f062","status":"passed","time":{"start":1707736878962,"stop":1707736878962,"duration":0}},{"uid":"c019a47ab074d21e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c019a47ab074d21e","status":"passed","time":{"start":1707736081266,"stop":1707736081267,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"821ed9bf1cd7be7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/821ed9bf1cd7be7b","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"68bea656eda3ead1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68bea656eda3ead1","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"6c06016328a7c460","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c06016328a7c460","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"c2b0aff42d682b96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b0aff42d682b96","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"c6a97d4930fbf598","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6a97d4930fbf598","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"7473aeeda8b0b0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7473aeeda8b0b0c2","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"86e13f693e6061a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86e13f693e6061a3","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"8dfa4950c9b17ae7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dfa4950c9b17ae7","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"80a6ba12415cfa3c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80a6ba12415cfa3c","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"d881bc0052cadb0e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d881bc0052cadb0e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"892304e0ce01da8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/892304e0ce01da8e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"7e6f497ad86e4310","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6f497ad86e4310","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"cd7c75dc9099061e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cd7c75dc9099061e","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dae4b45607cf3df9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dae4b45607cf3df9","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"1735156850849419","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1735156850849419","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"7eba4995dfedca46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7eba4995dfedca46","status":"passed","time":{"start":1707775390222,"stop":1707775390222,"duration":0}},{"uid":"ad21c5f00a8853a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad21c5f00a8853a0","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3}},{"uid":"d19e360d268153fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d19e360d268153fa","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"6dd34694bd1ad927","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dd34694bd1ad927","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"12bc80079104edb7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12bc80079104edb7","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"e31dbfaf08165fe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e31dbfaf08165fe2","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"3474d830d1131aa7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3474d830d1131aa7","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"c0bba6a780640da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0bba6a780640da","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"71b18c27abf32f3b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71b18c27abf32f3b","status":"passed","time":{"start":1707737091297,"stop":1707737091298,"duration":1}},{"uid":"37fa38daaa08dcf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/37fa38daaa08dcf1","status":"passed","time":{"start":1707736260118,"stop":1707736260119,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"14f5e2b741d037de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14f5e2b741d037de","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"dc5e3f4ac1bf8d26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc5e3f4ac1bf8d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"56857370d43499ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56857370d43499ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"94c4421c534b54f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94c4421c534b54f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142482,"stop":1707770142483,"duration":1}},{"uid":"810777742fce6d6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/810777742fce6d6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994536,"stop":1707769994537,"duration":1}},{"uid":"32dfe87670ddc23c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/32dfe87670ddc23c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106456,"stop":1707760106457,"duration":1}},{"uid":"be1cd0b0e725d857","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be1cd0b0e725d857","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804294,"duration":0}},{"uid":"5425bd7b1ebb29d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5425bd7b1ebb29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422346,"duration":0}},{"uid":"e9c6ea892c21752e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c6ea892c21752e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"c6304a794e079696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6304a794e079696","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586163,"stop":1707753586164,"duration":1}},{"uid":"2d806fcabf97af45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2d806fcabf97af45","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964802,"stop":1707750964802,"duration":0}},{"uid":"5f13f6ca046eea36","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f13f6ca046eea36","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"8ed9665e4d3b934d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed9665e4d3b934d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"90f046a7b34ade093d589adb422ea97d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c60a5a88337d2d63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c60a5a88337d2d63","status":"passed","time":{"start":1707775390229,"stop":1707775390230,"duration":1}}]},"d70938b70d3e5041c6aa53e4ca6e5d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88687eca154f145e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/88687eca154f145e","status":"passed","time":{"start":1707769983278,"stop":1707769983279,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2c1c98781062ea45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2c1c98781062ea45","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"7a22efc347df463a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a22efc347df463a","status":"passed","time":{"start":1707775046372,"stop":1707775046373,"duration":1}},{"uid":"8b577a58fe562161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b577a58fe562161","status":"passed","time":{"start":1707774848384,"stop":1707774848384,"duration":0}},{"uid":"9b3c033bd0b425fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b3c033bd0b425fe","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1}},{"uid":"272f89fad734073c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272f89fad734073c","status":"passed","time":{"start":1707769648573,"stop":1707769648574,"duration":1}},{"uid":"9e7cb7d26a5f0fcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e7cb7d26a5f0fcc","status":"passed","time":{"start":1707759743254,"stop":1707759743255,"duration":1}},{"uid":"5b9455eafe3e5022","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b9455eafe3e5022","status":"passed","time":{"start":1707757438368,"stop":1707757438368,"duration":0}},{"uid":"2a5bdfe69bd88fb5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a5bdfe69bd88fb5","status":"passed","time":{"start":1707756067010,"stop":1707756067011,"duration":1}},{"uid":"707f8695eafb3028","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/707f8695eafb3028","status":"passed","time":{"start":1707753485650,"stop":1707753485651,"duration":1}},{"uid":"f71d8902b97f341d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f71d8902b97f341d","status":"passed","time":{"start":1707753214696,"stop":1707753214697,"duration":1}},{"uid":"6a919056584f8ca5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a919056584f8ca5","status":"passed","time":{"start":1707750614688,"stop":1707750614689,"duration":1}},{"uid":"e3d71d81d871dd18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e3d71d81d871dd18","status":"passed","time":{"start":1707736532274,"stop":1707736532275,"duration":1}},{"uid":"c5b6e8f0fc1439b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5b6e8f0fc1439b","status":"passed","time":{"start":1707735714124,"stop":1707735714125,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5ec53923d3c24341","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ec53923d3c24341","status":"passed","time":{"start":1707778114670,"stop":1707778114670,"duration":0}},{"uid":"140121430f865923","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/140121430f865923","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"adbfae06f912091a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/adbfae06f912091a","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"c66d3a383ff01fdf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c66d3a383ff01fdf","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"9e62a0a061c3a616","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e62a0a061c3a616","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"a50dd29e6fe81702","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a50dd29e6fe81702","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"f247b976a42a7610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f247b976a42a7610","status":"passed","time":{"start":1707757790732,"stop":1707757790732,"duration":0}},{"uid":"ddddbbb5d364f8ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddddbbb5d364f8ac","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"77a5892500c9e91d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77a5892500c9e91d","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"2f500b4e5446f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f500b4e5446f04","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"2cd6109a0db9c730","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cd6109a0db9c730","status":"passed","time":{"start":1707750953973,"stop":1707750953973,"duration":0}},{"uid":"214753652eefd69c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/214753652eefd69c","status":"passed","time":{"start":1707736878963,"stop":1707736878963,"duration":0}},{"uid":"386c743ababa1a6d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/386c743ababa1a6d","status":"passed","time":{"start":1707736081267,"stop":1707736081268,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4fd5791c7aeaded3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4fd5791c7aeaded3","status":"passed","time":{"start":1707777795164,"stop":1707777795164,"duration":0}},{"uid":"17cbf11733f661a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17cbf11733f661a1","status":"passed","time":{"start":1707775070517,"stop":1707775070517,"duration":0}},{"uid":"c3f716f0deb68be3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3f716f0deb68be3","status":"passed","time":{"start":1707774873412,"stop":1707774873412,"duration":0}},{"uid":"42266912e0fcff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42266912e0fcff","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"duration":0}},{"uid":"2dea9e4c6c8d7110","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2dea9e4c6c8d7110","status":"passed","time":{"start":1707769673026,"stop":1707769673026,"duration":0}},{"uid":"d9a903d74d393f4c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9a903d74d393f4c","status":"passed","time":{"start":1707759767765,"stop":1707759767766,"duration":1}},{"uid":"851894b787aa51da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/851894b787aa51da","status":"passed","time":{"start":1707757463878,"stop":1707757463879,"duration":1}},{"uid":"86ff690cbe6b157c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/86ff690cbe6b157c","status":"passed","time":{"start":1707756091992,"stop":1707756091993,"duration":1}},{"uid":"8103d02e3e45c908","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8103d02e3e45c908","status":"passed","time":{"start":1707753510234,"stop":1707753510235,"duration":1}},{"uid":"a273ded30f59d6d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a273ded30f59d6d0","status":"passed","time":{"start":1707753240422,"stop":1707753240423,"duration":1}},{"uid":"949aa8d6f48b17d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/949aa8d6f48b17d0","status":"passed","time":{"start":1707750639410,"stop":1707750639411,"duration":1}},{"uid":"8424306a1d2f71de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8424306a1d2f71de","status":"passed","time":{"start":1707736555755,"stop":1707736555756,"duration":1}},{"uid":"346e4ebf451d77d4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/346e4ebf451d77d4","status":"passed","time":{"start":1707735739987,"stop":1707735739988,"duration":1}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33ebb49f27df4ff7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33ebb49f27df4ff7","status":"passed","time":{"start":1707778179238,"stop":1707778179238,"duration":0}},{"uid":"7a93fc831854e13f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a93fc831854e13f","status":"passed","time":{"start":1707775471144,"stop":1707775471145,"duration":1}},{"uid":"7fc40f82a89b5a43","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fc40f82a89b5a43","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"6de52dc4d3d4cf1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6de52dc4d3d4cf1e","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"duration":1}},{"uid":"f970f00bd73230a9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f970f00bd73230a9","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"fbb1c864a54a96dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbb1c864a54a96dd","status":"passed","time":{"start":1707760163327,"stop":1707760163337,"duration":10}},{"uid":"ec3f24e7ed951fc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec3f24e7ed951fc7","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"56881178669ab8bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56881178669ab8bd","status":"passed","time":{"start":1707756493173,"stop":1707756493174,"duration":1}},{"uid":"ff236b93f8f54fc7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff236b93f8f54fc7","status":"passed","time":{"start":1707753863565,"stop":1707753863566,"duration":1}},{"uid":"77dbb8b80f1c49db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/77dbb8b80f1c49db","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"f90a23025d9c8ac3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f90a23025d9c8ac3","status":"passed","time":{"start":1707751014387,"stop":1707751014389,"duration":2}},{"uid":"ab345def64d646f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab345def64d646f6","status":"passed","time":{"start":1707736941410,"stop":1707736941412,"duration":2}},{"uid":"73da49c95fc3ef01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73da49c95fc3ef01","status":"passed","time":{"start":1707736158693,"stop":1707736158695,"duration":2}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"18739f178cc8bab5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18739f178cc8bab5","status":"passed","time":{"start":1707778338845,"stop":1707778338845,"duration":0}},{"uid":"d06e37f003926122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d06e37f003926122","status":"passed","time":{"start":1707775602022,"stop":1707775602023,"duration":1}},{"uid":"e9308bd4261e5633","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9308bd4261e5633","status":"passed","time":{"start":1707775390232,"stop":1707775390233,"duration":1}},{"uid":"e394f617e12e0e8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e394f617e12e0e8b","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"830f9940c13fab30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/830f9940c13fab30","status":"passed","time":{"start":1707760301815,"stop":1707760301816,"duration":1}},{"uid":"1db4e094e90bb06e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1db4e094e90bb06e","status":"passed","time":{"start":1707758006711,"stop":1707758006711,"duration":0}},{"uid":"cc97123da5aa0b16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc97123da5aa0b16","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"9fa6a2fd3b7c4081","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fa6a2fd3b7c4081","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"b446271c755f1eb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b446271c755f1eb","status":"passed","time":{"start":1707753782758,"stop":1707753782758,"duration":0}},{"uid":"f834d46e2c24171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f834d46e2c24171","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"bb9e4b99f721cd05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb9e4b99f721cd05","status":"passed","time":{"start":1707737091322,"stop":1707737091323,"duration":1}},{"uid":"fd04f36e57406878","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd04f36e57406878","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a889ccff660e762f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a889ccff660e762f","status":"passed","time":{"start":1707777741289,"stop":1707777741289,"duration":0}},{"uid":"a303b613643a8232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a303b613643a8232","status":"passed","time":{"start":1707775017704,"stop":1707775017705,"duration":1}},{"uid":"56dbe04164b7cc88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56dbe04164b7cc88","status":"passed","time":{"start":1707774819162,"stop":1707774819162,"duration":0}},{"uid":"93b3e54ef9bfd6dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93b3e54ef9bfd6dd","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0}},{"uid":"7b4683679d62fa97","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b4683679d62fa97","status":"passed","time":{"start":1707769619253,"stop":1707769619254,"duration":1}},{"uid":"16f2f187db5b1dac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f2f187db5b1dac","status":"passed","time":{"start":1707759714510,"stop":1707759714510,"duration":0}},{"uid":"186ce098055723a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/186ce098055723a1","status":"passed","time":{"start":1707757408927,"stop":1707757408928,"duration":1}},{"uid":"5d43e20532510b2f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d43e20532510b2f","status":"passed","time":{"start":1707756038654,"stop":1707756038655,"duration":1}},{"uid":"277853a03cd9e752","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/277853a03cd9e752","status":"passed","time":{"start":1707753456823,"stop":1707753456823,"duration":0}},{"uid":"bfb1d6f4a81973c8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bfb1d6f4a81973c8","status":"passed","time":{"start":1707753185030,"stop":1707753185030,"duration":0}},{"uid":"66c9cff1b5ce41cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66c9cff1b5ce41cd","status":"passed","time":{"start":1707750585694,"stop":1707750585694,"duration":0}},{"uid":"d00268d792dc64e4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d00268d792dc64e4","status":"passed","time":{"start":1707736503248,"stop":1707736503248,"duration":0}},{"uid":"ca89fadc5e1903a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca89fadc5e1903a9","status":"passed","time":{"start":1707735684543,"stop":1707735684544,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"21fa9af07292d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21fa9af07292d843","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"186846f345c7dcc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186846f345c7dcc9","status":"passed","time":{"start":1707775545747,"stop":1707775545747,"duration":0}},{"uid":"e98753a4eebeb3cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e98753a4eebeb3cb","status":"passed","time":{"start":1707775359956,"stop":1707775359957,"duration":1}},{"uid":"88b9626ed00599ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88b9626ed00599ab","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"duration":1}},{"uid":"4e6007994b5fcd87","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e6007994b5fcd87","status":"passed","time":{"start":1707770099499,"stop":1707770099500,"duration":1}},{"uid":"7d05872aa0091591","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d05872aa0091591","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"f9de6edafa1ca09d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f9de6edafa1ca09d","status":"passed","time":{"start":1707757936359,"stop":1707757936368,"duration":9}},{"uid":"aa6d5dc0df9753cd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa6d5dc0df9753cd","status":"passed","time":{"start":1707756564916,"stop":1707756564916,"duration":0}},{"uid":"dfeecea57498938a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfeecea57498938a","status":"passed","time":{"start":1707753906988,"stop":1707753906988,"duration":0}},{"uid":"9dd13968e56a3408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dd13968e56a3408","status":"passed","time":{"start":1707753724178,"stop":1707753724179,"duration":1}},{"uid":"c72df85d358bcf8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c72df85d358bcf8a","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"7dd6091ff38423f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dd6091ff38423f1","status":"passed","time":{"start":1707736996443,"stop":1707736996444,"duration":1}},{"uid":"4e75d2fb7245f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e75d2fb7245f613","status":"passed","time":{"start":1707736227474,"stop":1707736227475,"duration":1}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a22a3fa0ad453471","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a22a3fa0ad453471","status":"passed","time":{"start":1707778379760,"stop":1707778379761,"duration":1}},{"uid":"9a4a112660f5a259","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9a4a112660f5a259","status":"passed","time":{"start":1707775649284,"stop":1707775649284,"duration":0}},{"uid":"e5e1dc0b72eb68a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e5e1dc0b72eb68a8","status":"passed","time":{"start":1707775456617,"stop":1707775456617,"duration":0}},{"uid":"7348db86280933bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7348db86280933bd","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"duration":0}},{"uid":"9d1b6c269267289b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d1b6c269267289b","status":"passed","time":{"start":1707770165171,"stop":1707770165175,"duration":4}},{"uid":"3a6754aeb6a940c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a6754aeb6a940c1","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"7c6c2ecbaab4975c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c6c2ecbaab4975c","status":"passed","time":{"start":1707758024234,"stop":1707758024234,"duration":0}},{"uid":"c1e9a6ecace9de3c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1e9a6ecace9de3c","status":"passed","time":{"start":1707756662060,"stop":1707756662061,"duration":1}},{"uid":"f382cefc44156943","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f382cefc44156943","status":"passed","time":{"start":1707753975669,"stop":1707753975672,"duration":3}},{"uid":"18ace0b664c9f44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18ace0b664c9f44b","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"f21ace7f81db6b44","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f21ace7f81db6b44","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"96adfbf723743e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96adfbf723743e6","status":"passed","time":{"start":1707737129078,"stop":1707737129078,"duration":0}},{"uid":"6ff7e440888e8311","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6ff7e440888e8311","status":"passed","time":{"start":1707736323077,"stop":1707736323078,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ea0f394d6768128","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ea0f394d6768128","status":"passed","time":{"start":1707777741291,"stop":1707777741291,"duration":0}},{"uid":"5250bbe3800b9a08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5250bbe3800b9a08","status":"passed","time":{"start":1707775017707,"stop":1707775017707,"duration":0}},{"uid":"4ccf2a7f9a3771aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ccf2a7f9a3771aa","status":"passed","time":{"start":1707774819165,"stop":1707774819165,"duration":0}},{"uid":"f7c6668dc29e0d23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7c6668dc29e0d23","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0}},{"uid":"2291ac34d71b6479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2291ac34d71b6479","status":"passed","time":{"start":1707769619257,"stop":1707769619257,"duration":0}},{"uid":"afaa586d2736739f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/afaa586d2736739f","status":"passed","time":{"start":1707759714513,"stop":1707759714513,"duration":0}},{"uid":"3eb144b77893c2ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3eb144b77893c2ad","status":"passed","time":{"start":1707757408931,"stop":1707757408931,"duration":0}},{"uid":"11ba314405ebacc6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/11ba314405ebacc6","status":"passed","time":{"start":1707756038657,"stop":1707756038657,"duration":0}},{"uid":"44da999b4885602e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44da999b4885602e","status":"passed","time":{"start":1707753456825,"stop":1707753456825,"duration":0}},{"uid":"d9a3ac3f2127f54f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9a3ac3f2127f54f","status":"passed","time":{"start":1707753185032,"stop":1707753185032,"duration":0}},{"uid":"c096136efa3e2b51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c096136efa3e2b51","status":"passed","time":{"start":1707750585696,"stop":1707750585696,"duration":0}},{"uid":"af3abd0b0f0f67d9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af3abd0b0f0f67d9","status":"passed","time":{"start":1707736503253,"stop":1707736503253,"duration":0}},{"uid":"c178904c282b3df3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c178904c282b3df3","status":"passed","time":{"start":1707735684546,"stop":1707735684547,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c414b8643f1a68b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c414b8643f1a68b7","status":"passed","time":{"start":1707778338849,"stop":1707778338850,"duration":1}},{"uid":"c0c43fd0a1f49d3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0c43fd0a1f49d3b","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"582eaee31a724823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/582eaee31a724823","status":"passed","time":{"start":1707775390238,"stop":1707775390238,"duration":0}},{"uid":"a1f04948a3c2ed93","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1f04948a3c2ed93","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"d61c1b0a50e94f95","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d61c1b0a50e94f95","status":"passed","time":{"start":1707769968722,"stop":1707769968722,"duration":0}},{"uid":"cd2bb7fb983e1ade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd2bb7fb983e1ade","status":"passed","time":{"start":1707760301819,"stop":1707760301820,"duration":1}},{"uid":"349fc9b5c47cdbe8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/349fc9b5c47cdbe8","status":"passed","time":{"start":1707758006715,"stop":1707758006716,"duration":1}},{"uid":"f7ddf2b397285f04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f7ddf2b397285f04","status":"passed","time":{"start":1707756617045,"stop":1707756617046,"duration":1}},{"uid":"57896cb366e7acdd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57896cb366e7acdd","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6cea09b4238c4ec4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6cea09b4238c4ec4","status":"passed","time":{"start":1707753782762,"stop":1707753782763,"duration":1}},{"uid":"d423fa6cae15e1f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d423fa6cae15e1f0","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"bca6394e213702da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bca6394e213702da","status":"passed","time":{"start":1707737091349,"stop":1707737091350,"duration":1}},{"uid":"caf7dedc316e8f48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf7dedc316e8f48","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"49b925b19cdd9cf4e86c7dedbd8584cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1a6db384646077","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1a6db384646077","status":"passed","time":{"start":1707756664011,"stop":1707756664012,"duration":1}}]},"0bb66f8888aea582c09bcb19888ffd3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d47352591afbba4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3d47352591afbba4","status":"passed","time":{"start":1707775205629,"stop":1707775205630,"duration":1}}]},"01a5ffd8f35d87a47e3660a32e2432ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5c7eec79b5a9247","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5c7eec79b5a9247","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f0c0de5c9ea05ef2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0c0de5c9ea05ef2","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"ed673134e2b7a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed673134e2b7a034","status":"passed","time":{"start":1707775409482,"stop":1707775409483,"duration":1}},{"uid":"ad8756101b5dc7aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8756101b5dc7aa","status":"passed","time":{"start":1707775219994,"stop":1707775219995,"duration":1}},{"uid":"fff5b5f58828735e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fff5b5f58828735e","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"34822281557eb1ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/34822281557eb1ec","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"e1580d478c25868e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1580d478c25868e","status":"passed","time":{"start":1707760106455,"stop":1707760106455,"duration":0}},{"uid":"6cd7fc56d08f8eb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cd7fc56d08f8eb7","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"ad1721b6be1692e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad1721b6be1692e2","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"cd12b7672ed24d84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd12b7672ed24d84","status":"passed","time":{"start":1707753796546,"stop":1707753796547,"duration":1}},{"uid":"7457fa8cf52554ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7457fa8cf52554ed","status":"passed","time":{"start":1707753586161,"stop":1707753586162,"duration":1}},{"uid":"9fc0486d2eda784d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fc0486d2eda784d","status":"passed","time":{"start":1707750964800,"stop":1707750964801,"duration":1}},{"uid":"8b39194d9f6854d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8b39194d9f6854d6","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"dc2b4706cda4d581","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc2b4706cda4d581","status":"passed","time":{"start":1707736096388,"stop":1707736096389,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e63a43f26bf8361","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e63a43f26bf8361","status":"passed","time":{"start":1707777859855,"stop":1707777859855,"duration":0}},{"uid":"c636a7c51ae25594","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c636a7c51ae25594","status":"passed","time":{"start":1707775133670,"stop":1707775133671,"duration":1}},{"uid":"9df2f9038cf420ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9df2f9038cf420ac","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"f8177ef6c5de584","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8177ef6c5de584","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"duration":1}},{"uid":"2fa313ee2da6aec2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fa313ee2da6aec2","status":"passed","time":{"start":1707769735036,"stop":1707769735036,"duration":0}},{"uid":"1f5946ce13c3d034","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f5946ce13c3d034","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"7f9eedffcba582fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f9eedffcba582fa","status":"passed","time":{"start":1707757528825,"stop":1707757528825,"duration":0}},{"uid":"4e1e06b855130a22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1e06b855130a22","status":"passed","time":{"start":1707756157294,"stop":1707756157295,"duration":1}},{"uid":"408bc5e9fa637500","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/408bc5e9fa637500","status":"passed","time":{"start":1707753578475,"stop":1707753578475,"duration":0}},{"uid":"a547542039f725f7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a547542039f725f7","status":"passed","time":{"start":1707753307896,"stop":1707753307898,"duration":2}},{"uid":"63569c5239773b94","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/63569c5239773b94","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d57c7f992aeecb40","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d57c7f992aeecb40","status":"passed","time":{"start":1707736629972,"stop":1707736629973,"duration":1}},{"uid":"fb3d447cd82963b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb3d447cd82963b8","status":"passed","time":{"start":1707735809090,"stop":1707735809091,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"731f22fef2055df6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/731f22fef2055df6","status":"passed","time":{"start":1707778338852,"stop":1707778338852,"duration":0}},{"uid":"ea3e6d4d832174ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3e6d4d832174ac","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"883bee6daadbb5ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/883bee6daadbb5ed","status":"passed","time":{"start":1707775390241,"stop":1707775390243,"duration":2}},{"uid":"9fc0e0ae0bf7d186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc0e0ae0bf7d186","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"5b8c1edb950be2d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b8c1edb950be2d1","status":"passed","time":{"start":1707769968727,"stop":1707769968728,"duration":1}},{"uid":"8538c0c9bc9e9ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8538c0c9bc9e9ca7","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"e7c04dce33b967eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7c04dce33b967eb","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"f13f5e7e7222db35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f13f5e7e7222db35","status":"passed","time":{"start":1707756617049,"stop":1707756617053,"duration":4}},{"uid":"d4ed6d51aa3d7a9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d4ed6d51aa3d7a9a","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"c3521b49dc73ccf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c3521b49dc73ccf1","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"9353b1878431a332","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9353b1878431a332","status":"passed","time":{"start":1707751162319,"stop":1707751162319,"duration":0}},{"uid":"e31eb0f81b2f2b74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e31eb0f81b2f2b74","status":"passed","time":{"start":1707737091351,"stop":1707737091352,"duration":1}},{"uid":"5efe8231dee0c448","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5efe8231dee0c448","status":"passed","time":{"start":1707736260146,"stop":1707736260147,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"8955225117dac251","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8955225117dac251","status":"passed","time":{"start":1707778338839,"stop":1707778338841,"duration":2}},{"uid":"9c1b28fcd66529f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c1b28fcd66529f4","status":"passed","time":{"start":1707775602020,"stop":1707775602020,"duration":0}},{"uid":"7fa8251ef23ece31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fa8251ef23ece31","status":"passed","time":{"start":1707775390230,"stop":1707775390231,"duration":1}},{"uid":"e2fd8102101f3e2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2fd8102101f3e2c","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1}},{"uid":"b430e32fe7ca5ed8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b430e32fe7ca5ed8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a4e5532fd6d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a4e5532fd6d3","status":"passed","time":{"start":1707758006709,"stop":1707758006710,"duration":1}},{"uid":"9cd708991176b7eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9cd708991176b7eb","status":"passed","time":{"start":1707756617040,"stop":1707756617040,"duration":0}},{"uid":"bc4a8b05c68c1be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc4a8b05c68c1be","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"95b2d051bf5d5c37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/95b2d051bf5d5c37","status":"passed","time":{"start":1707753782756,"stop":1707753782756,"duration":0}},{"uid":"1e2540c74795e252","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1e2540c74795e252","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"40028c7fbc52493f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40028c7fbc52493f","status":"passed","time":{"start":1707737091309,"stop":1707737091310,"duration":1}},{"uid":"a775488c7636eee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a775488c7636eee","status":"passed","time":{"start":1707736260131,"stop":1707736260131,"duration":0}}]},"89e399ff956e66ce1a01c577a48ceada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805700bb2df7900d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805700bb2df7900d","status":"passed","time":{"start":1707778386490,"stop":1707778386490,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"4214eb0e1691e8d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4214eb0e1691e8d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764433,"stop":1707777764433,"duration":0}},{"uid":"401c462a7cfa88b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/401c462a7cfa88b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040581,"stop":1707775040581,"duration":0}},{"uid":"bd602cfcd68b4657","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd602cfcd68b4657","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842476,"duration":1}},{"uid":"aeb76fa37c84edf0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aeb76fa37c84edf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"5666b3f2657d1de4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5666b3f2657d1de4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642602,"stop":1707769642602,"duration":0}},{"uid":"5bd468ba388fec7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bd468ba388fec7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"49e6e5a2c18377e6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49e6e5a2c18377e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432395,"stop":1707757432395,"duration":0}},{"uid":"26135aacd4fcdf89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26135aacd4fcdf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"cc31ff9b745b51a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc31ff9b745b51a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479977,"duration":1}},{"uid":"c04bb1b95adaf53e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c04bb1b95adaf53e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208675,"stop":1707753208675,"duration":0}},{"uid":"74d9d700913d2ff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74d9d700913d2ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"8fe867ae722a184d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8fe867ae722a184d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526333,"duration":1}},{"uid":"e2dc513d1ac7e897","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e2dc513d1ac7e897","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708009,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b8be56a23c5f0bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b8be56a23c5f0bf","status":"passed","time":{"start":1707777826928,"stop":1707777826928,"duration":0}},{"uid":"2b4b49e2665577cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b4b49e2665577cc","status":"passed","time":{"start":1707775103552,"stop":1707775103553,"duration":1}},{"uid":"7716a587f71c08b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7716a587f71c08b0","status":"passed","time":{"start":1707774906441,"stop":1707774906442,"duration":1}},{"uid":"bfe52704055574d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfe52704055574d7","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1}},{"uid":"1598c218609ce646","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1598c218609ce646","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"da0877a74de8c4e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da0877a74de8c4e7","status":"passed","time":{"start":1707759800529,"stop":1707759800530,"duration":1}},{"uid":"ce327034e7dc5aed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce327034e7dc5aed","status":"passed","time":{"start":1707757496501,"stop":1707757496502,"duration":1}},{"uid":"b55761d2c0834ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b55761d2c0834ede","status":"passed","time":{"start":1707756124835,"stop":1707756124835,"duration":0}},{"uid":"5f6351461455a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5f6351461455a031","status":"passed","time":{"start":1707753544135,"stop":1707753544136,"duration":1}},{"uid":"ca4a4394eac28c06","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca4a4394eac28c06","status":"passed","time":{"start":1707753273864,"stop":1707753273864,"duration":0}},{"uid":"baec4fbcaece56d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/baec4fbcaece56d6","status":"passed","time":{"start":1707750672010,"stop":1707750672011,"duration":1}},{"uid":"19237e5933bb4447","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/19237e5933bb4447","status":"passed","time":{"start":1707736588885,"stop":1707736588885,"duration":0}},{"uid":"4669dc42c9151e98","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4669dc42c9151e98","status":"passed","time":{"start":1707735772595,"stop":1707735772595,"duration":0}}]},"ac26135855cb7053071409f1ee7c01b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d71071a4f1f24d88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d71071a4f1f24d88","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b28d3104eaed3bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b28d3104eaed3bce","status":"passed","time":{"start":1707777749836,"stop":1707777749841,"duration":5}},{"uid":"5f2bf7a73d9c0353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f2bf7a73d9c0353","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e205f323229d44af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e205f323229d44af","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"bdd89bdd5acacdea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd89bdd5acacdea","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"177768f9771e9139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/177768f9771e9139","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"e7fc1274043c27ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7fc1274043c27ba","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"ee7e970f9b751377","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee7e970f9b751377","status":"passed","time":{"start":1707757417662,"stop":1707757417662,"duration":0}},{"uid":"b8a04520eaf0b266","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b8a04520eaf0b266","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"a871f5f0bce30b4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a871f5f0bce30b4d","status":"passed","time":{"start":1707753465434,"stop":1707753465439,"duration":5}},{"uid":"a378063652825765","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a378063652825765","status":"passed","time":{"start":1707753193774,"stop":1707753193780,"duration":6}},{"uid":"f7b00250116fd4b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7b00250116fd4b5","status":"passed","time":{"start":1707750594358,"stop":1707750594363,"duration":5}},{"uid":"4d8d10ba58091be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d8d10ba58091be7","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"98765370b912bb4c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98765370b912bb4c","status":"passed","time":{"start":1707735693122,"stop":1707735693123,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"cc2c2851e249faa2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cc2c2851e249faa2","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"2729948a6620d9b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2729948a6620d9b4","status":"passed","time":{"start":1707775662264,"stop":1707775662265,"duration":1}},{"uid":"8bf4619f6b5a9b34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bf4619f6b5a9b34","status":"passed","time":{"start":1707775462779,"stop":1707775462780,"duration":1}},{"uid":"813f6cc96429715d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813f6cc96429715d","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"c2fc3f3b557add3d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2fc3f3b557add3d","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"7c8a208f8f5aa540","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7c8a208f8f5aa540","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"be9f11ff6f7426b5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be9f11ff6f7426b5","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"dc451a23e45bd12a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dc451a23e45bd12a","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"8ad59b3ac19b667","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ad59b3ac19b667","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"c1d5dcf1a51380b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c1d5dcf1a51380b7","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"de73913da53289d8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de73913da53289d8","status":"passed","time":{"start":1707737132861,"stop":1707737132862,"duration":1}},{"uid":"871d50dc9998e659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/871d50dc9998e659","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"9ac281161e767f44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ac281161e767f44","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764432,"stop":1707777764433,"duration":1}},{"uid":"7b9409998aaf3baf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7b9409998aaf3baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040580,"stop":1707775040581,"duration":1}},{"uid":"434b507321a17268","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/434b507321a17268","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842475,"duration":0}},{"uid":"f1976966cb5437e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1976966cb5437e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"2f07361000344f5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f07361000344f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642601,"stop":1707769642602,"duration":1}},{"uid":"f958ab4d469257ac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f958ab4d469257ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"3d81439e16587f70","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3d81439e16587f70","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432394,"stop":1707757432395,"duration":1}},{"uid":"36109186252fb790","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36109186252fb790","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"b7030c0969523948","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7030c0969523948","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479976,"duration":0}},{"uid":"e27a1d2ba4a394f8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e27a1d2ba4a394f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208674,"stop":1707753208674,"duration":0}},{"uid":"a7082dd3d368ba3d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7082dd3d368ba3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"87faca3943728d26","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/87faca3943728d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526332,"duration":0}},{"uid":"131cc8aeca409f9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/131cc8aeca409f9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708008,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"79833f296fbab7de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/79833f296fbab7de","status":"passed","time":{"start":1707778386477,"stop":1707778386478,"duration":1}},{"uid":"7e5d148dd15b0a35","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e5d148dd15b0a35","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"54d98ca99f95127b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54d98ca99f95127b","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"99dd5e43dbc1d370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99dd5e43dbc1d370","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"f10db749cac4bf35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f10db749cac4bf35","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"5909edaa04af9d6a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5909edaa04af9d6a","status":"passed","time":{"start":1707760335943,"stop":1707760335943,"duration":0}},{"uid":"99a26a94adc6641d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99a26a94adc6641d","status":"passed","time":{"start":1707758023529,"stop":1707758023530,"duration":1}},{"uid":"d4d0799a03a6121a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4d0799a03a6121a","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"9285722ab43883b1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9285722ab43883b1","status":"passed","time":{"start":1707753837164,"stop":1707753837165,"duration":1}},{"uid":"9def6bff755d39f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9def6bff755d39f4","status":"passed","time":{"start":1707751136281,"stop":1707751136281,"duration":0}},{"uid":"99a3557b08e62b43","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/99a3557b08e62b43","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"d274d2460e81edc1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d274d2460e81edc1","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de4b0a17c727a8c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de4b0a17c727a8c8","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"69ed93bfd7192f8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69ed93bfd7192f8c","status":"passed","time":{"start":1707775471153,"stop":1707775471154,"duration":1}},{"uid":"6c8aa62b3f88ca52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c8aa62b3f88ca52","status":"passed","time":{"start":1707775271441,"stop":1707775271442,"duration":1}},{"uid":"48c1b4be0f175ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48c1b4be0f175ef1","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0}},{"uid":"a8b242dcfcef8237","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a8b242dcfcef8237","status":"passed","time":{"start":1707770054151,"stop":1707770054151,"duration":0}},{"uid":"acfb6d56757f7ef3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acfb6d56757f7ef3","status":"passed","time":{"start":1707760163378,"stop":1707760163379,"duration":1}},{"uid":"53dd7e6f89239e42","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/53dd7e6f89239e42","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"e713711699ab97f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e713711699ab97f3","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"c678af7cc4f71951","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c678af7cc4f71951","status":"passed","time":{"start":1707753863572,"stop":1707753863572,"duration":0}},{"uid":"950aafd887c8731e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/950aafd887c8731e","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"a35dce16c3f3863a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35dce16c3f3863a","status":"passed","time":{"start":1707751014399,"stop":1707751014400,"duration":1}},{"uid":"8c9f83dace1e8064","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c9f83dace1e8064","status":"passed","time":{"start":1707736941414,"stop":1707736941415,"duration":1}},{"uid":"c65a30c91035362","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c65a30c91035362","status":"passed","time":{"start":1707736158698,"stop":1707736158700,"duration":2}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"a4a1002283bfac91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a1002283bfac91","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997106,"stop":1707777997106,"duration":0}},{"uid":"8e33e745537c40f7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e33e745537c40f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275748,"stop":1707775275748,"duration":0}},{"uid":"f4d400abb5b3a33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f4d400abb5b3a33c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085878,"stop":1707775085879,"duration":1}},{"uid":"455073d5feaee324","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455073d5feaee324","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018834,"stop":1707770018834,"duration":0}},{"uid":"98e31e6892b859cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e31e6892b859cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883314,"stop":1707769883315,"duration":1}},{"uid":"1184472330e806e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1184472330e806e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"1d338d01cd93e31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d338d01cd93e31b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676037,"stop":1707757676037,"duration":0}},{"uid":"4d0daa98279f1be9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d0daa98279f1be9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"2527c9aedbd3733c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2527c9aedbd3733c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"3aa2eaf1873b0586","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3aa2eaf1873b0586","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"5cd59c560fe602bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd59c560fe602bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840032,"stop":1707750840032,"duration":0}},{"uid":"e58c12e18599e044","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58c12e18599e044","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765000,"stop":1707736765000,"duration":0}},{"uid":"7d36a4f32cec7b84","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d36a4f32cec7b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d6a9acea790122d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6a9acea790122d","status":"passed","time":{"start":1707777997106,"stop":1707777997107,"duration":1}},{"uid":"46be25c23403927c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46be25c23403927c","status":"passed","time":{"start":1707775275748,"stop":1707775275749,"duration":1}},{"uid":"14afc27afce81b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14afc27afce81b2d","status":"passed","time":{"start":1707775085879,"stop":1707775085879,"duration":0}},{"uid":"1e2e7d7254f6d752","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e2e7d7254f6d752","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"duration":1}},{"uid":"8dbb36be5ac9bcc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbb36be5ac9bcc5","status":"passed","time":{"start":1707769883315,"stop":1707769883316,"duration":1}},{"uid":"43ba453172c9110","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/43ba453172c9110","status":"passed","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"7629b78d5f765bea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7629b78d5f765bea","status":"passed","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"122d3185aa5aa472","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/122d3185aa5aa472","status":"passed","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"7a0bd9eb1899944f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a0bd9eb1899944f","status":"passed","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"50014e1bcbc2e64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50014e1bcbc2e64a","status":"passed","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"50353e0cd503708e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/50353e0cd503708e","status":"passed","time":{"start":1707750840033,"stop":1707750840033,"duration":0}},{"uid":"e5c0dc668e686824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5c0dc668e686824","status":"passed","time":{"start":1707736765000,"stop":1707736765001,"duration":1}},{"uid":"84b0b3416ddd15a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84b0b3416ddd15a","status":"passed","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"82f99f223bb8ea3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82f99f223bb8ea3d","status":"passed","time":{"start":1707778251797,"stop":1707778251798,"duration":1}},{"uid":"cbf87db5c3920480","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cbf87db5c3920480","status":"passed","time":{"start":1707775540340,"stop":1707775540341,"duration":1}},{"uid":"fc7c3bf9cd37371b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc7c3bf9cd37371b","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"1608ec5fa614866e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1608ec5fa614866e","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"4e962248241760fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e962248241760fb","status":"passed","time":{"start":1707770045976,"stop":1707770045977,"duration":1}},{"uid":"690357dc44704096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/690357dc44704096","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"b4ad504c1a8554a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4ad504c1a8554a7","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"c6aec5438227e215","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6aec5438227e215","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"d95158e45a949269","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d95158e45a949269","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"85e3d126b9c56e85","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85e3d126b9c56e85","status":"passed","time":{"start":1707753708970,"stop":1707753708971,"duration":1}},{"uid":"982914b30adb9cdc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/982914b30adb9cdc","status":"passed","time":{"start":1707751075910,"stop":1707751075911,"duration":1}},{"uid":"5e06284fad7ba9f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e06284fad7ba9f9","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"7658dd5a4fd3ffeb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7658dd5a4fd3ffeb","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d2672f2c70ee28ab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d2672f2c70ee28ab","status":"passed","time":{"start":1707777973006,"stop":1707777973009,"duration":3}},{"uid":"970f828a155ac13a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/970f828a155ac13a","status":"passed","time":{"start":1707775244535,"stop":1707775244536,"duration":1}},{"uid":"e7c35206ea65786f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7c35206ea65786f","status":"passed","time":{"start":1707775050824,"stop":1707775050825,"duration":1}},{"uid":"b682ed96ee2e7243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b682ed96ee2e7243","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"duration":1}},{"uid":"968e28466d117cfb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/968e28466d117cfb","status":"passed","time":{"start":1707769843152,"stop":1707769843153,"duration":1}},{"uid":"97daa71c55ec1ea1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97daa71c55ec1ea1","status":"passed","time":{"start":1707759965212,"stop":1707759965219,"duration":7}},{"uid":"48edc474cddd2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/48edc474cddd2105","status":"passed","time":{"start":1707757644396,"stop":1707757644397,"duration":1}},{"uid":"1b4963bfe76b749f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b4963bfe76b749f","status":"passed","time":{"start":1707756267918,"stop":1707756267919,"duration":1}},{"uid":"6f09c270c9a64baa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f09c270c9a64baa","status":"passed","time":{"start":1707753668084,"stop":1707753668085,"duration":1}},{"uid":"abfad69a12f56102","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfad69a12f56102","status":"passed","time":{"start":1707753423544,"stop":1707753423544,"duration":0}},{"uid":"70a85accb19400e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70a85accb19400e7","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"484c470ceaa2a08a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/484c470ceaa2a08a","status":"passed","time":{"start":1707736730662,"stop":1707736730662,"duration":0}},{"uid":"4b0f2f6680bd0abd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b0f2f6680bd0abd","status":"passed","time":{"start":1707735912135,"stop":1707735912136,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d180082a30caa7f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d180082a30caa7f","status":"passed","time":{"start":1707777997117,"stop":1707777997117,"duration":0}},{"uid":"425712c8436d25f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/425712c8436d25f5","status":"passed","time":{"start":1707775275755,"stop":1707775275756,"duration":1}},{"uid":"354645c0a424bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/354645c0a424bc4a","status":"passed","time":{"start":1707775085893,"stop":1707775085894,"duration":1}},{"uid":"5dc3e6510753d012","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5dc3e6510753d012","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"duration":1}},{"uid":"f7407898c89605f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7407898c89605f0","status":"passed","time":{"start":1707769883327,"stop":1707769883327,"duration":0}},{"uid":"967d10e39080db7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/967d10e39080db7a","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"16aba1f68852e06a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/16aba1f68852e06a","status":"passed","time":{"start":1707757676047,"stop":1707757676048,"duration":1}},{"uid":"a3c15969d873692a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3c15969d873692a","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"57d4d464198170b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d4d464198170b4","status":"passed","time":{"start":1707753713253,"stop":1707753713261,"duration":8}},{"uid":"b0d83330ffe21de4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b0d83330ffe21de4","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"10c518fcde290403","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c518fcde290403","status":"passed","time":{"start":1707750840049,"stop":1707750840049,"duration":0}},{"uid":"cb0cc2f64e4e710b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb0cc2f64e4e710b","status":"passed","time":{"start":1707736765042,"stop":1707736765043,"duration":1}},{"uid":"95af660954fe5635","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95af660954fe5635","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e67d1a0237eac57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e67d1a0237eac57","status":"passed","time":{"start":1707778114672,"stop":1707778114672,"duration":0}},{"uid":"862ddb52042f72e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/862ddb52042f72e9","status":"passed","time":{"start":1707775395374,"stop":1707775395374,"duration":0}},{"uid":"8f7bbdbf0b5e0cf6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f7bbdbf0b5e0cf6","status":"passed","time":{"start":1707775205626,"stop":1707775205627,"duration":1}},{"uid":"e91f7de77bf89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e91f7de77bf89d","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1}},{"uid":"37dc22e49516bb74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/37dc22e49516bb74","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"765a168bd71a33ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/765a168bd71a33ec","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"fe075081aea2f18b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fe075081aea2f18b","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"beccb5ef4d084e15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/beccb5ef4d084e15","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"7af40c46e261446c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7af40c46e261446c","status":"passed","time":{"start":1707753793187,"stop":1707753793188,"duration":1}},{"uid":"357cd97e2478634b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/357cd97e2478634b","status":"passed","time":{"start":1707753573527,"stop":1707753573528,"duration":1}},{"uid":"a963e4450f530063","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a963e4450f530063","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"55dc98d108506469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55dc98d108506469","status":"passed","time":{"start":1707736878965,"stop":1707736878965,"duration":0}},{"uid":"ea3e3f3c4ea9c0d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea3e3f3c4ea9c0d3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"8ac67a264c65309b9af25d61ca8c252c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf78cedffb34522a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf78cedffb34522a","status":"passed","time":{"start":1707736878968,"stop":1707736878969,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8eaf5090886d8d2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8eaf5090886d8d2c","status":"passed","time":{"start":1707778114665,"stop":1707778114665,"duration":0}},{"uid":"7c78e8ff8dcdb274","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c78e8ff8dcdb274","status":"passed","time":{"start":1707775395368,"stop":1707775395369,"duration":1}},{"uid":"c24899f00f01f6aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c24899f00f01f6aa","status":"passed","time":{"start":1707775205621,"stop":1707775205622,"duration":1}},{"uid":"43f099860706ef9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43f099860706ef9e","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1}},{"uid":"96e3c39b5abcc150","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96e3c39b5abcc150","status":"passed","time":{"start":1707769983266,"stop":1707769983266,"duration":0}},{"uid":"c6dda8bd84209834","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6dda8bd84209834","status":"passed","time":{"start":1707760095395,"stop":1707760095396,"duration":1}},{"uid":"c34e3ba69e58c766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c34e3ba69e58c766","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"1427a44f9f866f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1427a44f9f866f89","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"7e552577826221ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e552577826221ee","status":"passed","time":{"start":1707753793182,"stop":1707753793182,"duration":0}},{"uid":"882559af6810e7d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/882559af6810e7d0","status":"passed","time":{"start":1707753573522,"stop":1707753573522,"duration":0}},{"uid":"9facbe00fb81e130","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9facbe00fb81e130","status":"passed","time":{"start":1707750953969,"stop":1707750953970,"duration":1}},{"uid":"44ebc586ec458da7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ebc586ec458da7","status":"passed","time":{"start":1707736878959,"stop":1707736878959,"duration":0}},{"uid":"cb8299e2eddc725a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb8299e2eddc725a","status":"passed","time":{"start":1707736081264,"stop":1707736081264,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"4abab40446160cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4abab40446160cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"15775c909681d49d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15775c909681d49d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"b10a92db3297bfff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b10a92db3297bfff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205634,"stop":1707775205635,"duration":1}},{"uid":"c34efc1b55faca25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34efc1b55faca25","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"748b10cc85aafbda","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/748b10cc85aafbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983283,"stop":1707769983283,"duration":0}},{"uid":"108ffd9ae6d0294b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/108ffd9ae6d0294b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"7b4688923cb5574a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7b4688923cb5574a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790739,"stop":1707757790740,"duration":1}},{"uid":"cbc3caa11600ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbc3caa11600ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"8bd7c2412213c3ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bd7c2412213c3ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793195,"stop":1707753793196,"duration":1}},{"uid":"316975876b9547ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/316975876b9547ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573536,"stop":1707753573536,"duration":0}},{"uid":"9e6d749f82e4cf2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e6d749f82e4cf2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953985,"stop":1707750953985,"duration":0}},{"uid":"788982740a5b7373","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/788982740a5b7373","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"c363c19fbe628c7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c363c19fbe628c7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"b1401f7b8a78db9ee342c3a7eb170afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96668e00bfdbbf75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96668e00bfdbbf75","status":"passed","time":{"start":1707753782754,"stop":1707753782754,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d826f622ef976e0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d826f622ef976e0d","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"adc6b5398e01fb0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/adc6b5398e01fb0a","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"37b5ebb797218d86","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37b5ebb797218d86","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"710cbfae766bf222","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/710cbfae766bf222","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"9a046d4121ae20d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a046d4121ae20d","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"af8df4e19f58ff66","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8df4e19f58ff66","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"3a61d4c7aa7bb855","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a61d4c7aa7bb855","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"7bf35fad5a98d35e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7bf35fad5a98d35e","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"c3b5ddb052412786","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3b5ddb052412786","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"338f4cdcb8804179","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/338f4cdcb8804179","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"fb69a8e2721a5302","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb69a8e2721a5302","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"d678f8f11f1a346f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d678f8f11f1a346f","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"1a06d249c710077f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a06d249c710077f","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fc64d29232b70c33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc64d29232b70c33","status":"passed","time":{"start":1707777741285,"stop":1707777741285,"duration":0}},{"uid":"83090d386f70f865","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83090d386f70f865","status":"passed","time":{"start":1707775017701,"stop":1707775017701,"duration":0}},{"uid":"af1ff5b9ca562af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1ff5b9ca562af5","status":"passed","time":{"start":1707774819158,"stop":1707774819159,"duration":1}},{"uid":"9fdec57b1ccd949a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fdec57b1ccd949a","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1}},{"uid":"42571a0c28efb603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42571a0c28efb603","status":"passed","time":{"start":1707769619247,"stop":1707769619247,"duration":0}},{"uid":"8e3b399315f1c390","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e3b399315f1c390","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"72d678460801c761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72d678460801c761","status":"passed","time":{"start":1707757408921,"stop":1707757408922,"duration":1}},{"uid":"fe91eba357d07c4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe91eba357d07c4b","status":"passed","time":{"start":1707756038649,"stop":1707756038650,"duration":1}},{"uid":"fefbe57d8442af5a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fefbe57d8442af5a","status":"passed","time":{"start":1707753456819,"stop":1707753456820,"duration":1}},{"uid":"5f0108c8d01cccb3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5f0108c8d01cccb3","status":"passed","time":{"start":1707753185026,"stop":1707753185027,"duration":1}},{"uid":"fe9b0906b3de6dd0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe9b0906b3de6dd0","status":"passed","time":{"start":1707750585690,"stop":1707750585690,"duration":0}},{"uid":"f68d01925b39ab50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f68d01925b39ab50","status":"passed","time":{"start":1707736503242,"stop":1707736503243,"duration":1}},{"uid":"9daed5f0d2ecfa7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9daed5f0d2ecfa7b","status":"passed","time":{"start":1707735684540,"stop":1707735684540,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"9e14405b6b6b4da6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e14405b6b6b4da6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"dffe241898511a66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dffe241898511a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"981aeb047a72ffd7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/981aeb047a72ffd7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390235,"stop":1707775390236,"duration":1}},{"uid":"9b0adace1dcca41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b0adace1dcca41","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"be511dd093b77c30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/be511dd093b77c30","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301817,"stop":1707760301818,"duration":1}},{"uid":"f5868c05181d42da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5868c05181d42da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"ff3f1506a72f2a17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff3f1506a72f2a17","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617043,"stop":1707756617044,"duration":1}},{"uid":"8ca6cf5648572ca4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ca6cf5648572ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"9dccea377855269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dccea377855269","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"d72bb125e9325f66","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d72bb125e9325f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"c5496ba1f3d25db6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5496ba1f3d25db6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091339,"stop":1707737091340,"duration":1}},{"uid":"70957225502811","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70957225502811","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0e16b14a0aab2dc9885db60245a4c2a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45cd6a80c8bfc441","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45cd6a80c8bfc441","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b768aa119b421aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b768aa119b421aa","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"3a343379004ea8b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a343379004ea8b2","status":"passed","time":{"start":1707775026264,"stop":1707775026265,"duration":1}},{"uid":"233e89e0da0e804d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/233e89e0da0e804d","status":"passed","time":{"start":1707774827854,"stop":1707774827855,"duration":1}},{"uid":"35ccd87db40fcadf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35ccd87db40fcadf","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1}},{"uid":"d27d44fe4952245f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d27d44fe4952245f","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"8f1fb0d86991d502","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8f1fb0d86991d502","status":"passed","time":{"start":1707759722865,"stop":1707759722866,"duration":1}},{"uid":"df562a98a6f8ac47","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df562a98a6f8ac47","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"6b77daabe794db8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b77daabe794db8e","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"d2ce833160c949d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2ce833160c949d8","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"6c164090f02227fd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c164090f02227fd","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"13afa361d576bd7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13afa361d576bd7f","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"252a97fa70c18ef8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/252a97fa70c18ef8","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"44a2d3ddf20ded4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44a2d3ddf20ded4a","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"d82a47266dd0755b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d82a47266dd0755b","status":"passed","time":{"start":1707778394552,"stop":1707778394552,"duration":0}},{"uid":"300cce7faa91f35b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300cce7faa91f35b","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"cc431db2a26aec11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc431db2a26aec11","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"f70f6233c3af1e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f70f6233c3af1e5","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"5a838bd07fb68ab4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a838bd07fb68ab4","status":"passed","time":{"start":1707770180415,"stop":1707770180416,"duration":1}},{"uid":"52f966ab49c80186","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52f966ab49c80186","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"2c43b282d14462e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c43b282d14462e3","status":"passed","time":{"start":1707758036860,"stop":1707758036861,"duration":1}},{"uid":"12ceef47cf08ad63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12ceef47cf08ad63","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"b9ee511e969416f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9ee511e969416f6","status":"passed","time":{"start":1707753994323,"stop":1707753994323,"duration":0}},{"uid":"93f8b8850308d782","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93f8b8850308d782","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"b34bbcfec069162e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b34bbcfec069162e","status":"passed","time":{"start":1707737132859,"stop":1707737132859,"duration":0}},{"uid":"62d1eac94c8e3108","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/62d1eac94c8e3108","status":"passed","time":{"start":1707736343132,"stop":1707736343133,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"dc17d0548354e0af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc17d0548354e0af","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"d163d3fdde009add","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d163d3fdde009add","status":"passed","time":{"start":1707775685041,"stop":1707775685041,"duration":0}},{"uid":"3ffdfd34479a2d1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ffdfd34479a2d1c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"7675f37f190c0aa6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7675f37f190c0aa6","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0}},{"uid":"bb6cd8028907a1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bb6cd8028907a1e","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"422cb81b35d644ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422cb81b35d644ef","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"160fb741ba1b0c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160fb741ba1b0c5","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"8ba125195ad5ffc9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ba125195ad5ffc9","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"7a5931082b0bbed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a5931082b0bbed2","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"7f092eafc31d536b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f092eafc31d536b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"9a628838df34ad80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a628838df34ad80","status":"passed","time":{"start":1707737173830,"stop":1707737173830,"duration":0}},{"uid":"67e59921c67b0f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67e59921c67b0f70","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a31ec55702744001","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a31ec55702744001","status":"passed","time":{"start":1707778202504,"stop":1707778202505,"duration":1}},{"uid":"a3ab43c020dde6a2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ab43c020dde6a2","status":"passed","time":{"start":1707775486641,"stop":1707775486641,"duration":0}},{"uid":"c1962f8e64921a51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1962f8e64921a51","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}},{"uid":"aa2392036f0a992e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2392036f0a992e","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"ee5d5f74c24bc57d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee5d5f74c24bc57d","status":"passed","time":{"start":1707770051402,"stop":1707770051403,"duration":1}},{"uid":"9a60db8277872505","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a60db8277872505","status":"passed","time":{"start":1707760174033,"stop":1707760174033,"duration":0}},{"uid":"b3a7a1652a94783","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3a7a1652a94783","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"7918dbf7bb196078","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7918dbf7bb196078","status":"passed","time":{"start":1707756499936,"stop":1707756499938,"duration":2}},{"uid":"9362154281ec78d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9362154281ec78d2","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}},{"uid":"6ffd0afe8570dd22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ffd0afe8570dd22","status":"passed","time":{"start":1707753647526,"stop":1707753647528,"duration":2}},{"uid":"1a282d2ced5af51f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a282d2ced5af51f","status":"passed","time":{"start":1707751019576,"stop":1707751019577,"duration":1}},{"uid":"18fcacf5c465a191","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18fcacf5c465a191","status":"passed","time":{"start":1707736947858,"stop":1707736947859,"duration":1}},{"uid":"4e8b21e70b5eab08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e8b21e70b5eab08","status":"passed","time":{"start":1707736152511,"stop":1707736152511,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"75a84d667dc3b5ad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75a84d667dc3b5ad","status":"passed","time":{"start":1707777749177,"stop":1707777749177,"duration":0}},{"uid":"4575fd179b271344","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4575fd179b271344","status":"passed","time":{"start":1707775025667,"stop":1707775025667,"duration":0}},{"uid":"b8fbedd7e9d84298","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8fbedd7e9d84298","status":"passed","time":{"start":1707774827226,"stop":1707774827226,"duration":0}},{"uid":"61f084fef4d0b606","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61f084fef4d0b606","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1}},{"uid":"d5fbad0406871843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d5fbad0406871843","status":"passed","time":{"start":1707769627435,"stop":1707769627435,"duration":0}},{"uid":"689f3beec74251b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/689f3beec74251b","status":"passed","time":{"start":1707759722243,"stop":1707759722243,"duration":0}},{"uid":"17a0fb747f3312a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/17a0fb747f3312a1","status":"passed","time":{"start":1707757416958,"stop":1707757416958,"duration":0}},{"uid":"d4a50893719429ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4a50893719429ea","status":"passed","time":{"start":1707756046563,"stop":1707756046564,"duration":1}},{"uid":"54f6d71383d22409","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54f6d71383d22409","status":"passed","time":{"start":1707753464797,"stop":1707753464797,"duration":0}},{"uid":"aa7e24d5ba03367c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aa7e24d5ba03367c","status":"passed","time":{"start":1707753193096,"stop":1707753193096,"duration":0}},{"uid":"185bb6128cee8fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/185bb6128cee8fa","status":"passed","time":{"start":1707750593614,"stop":1707750593614,"duration":0}},{"uid":"51d183189e7d067f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51d183189e7d067f","status":"passed","time":{"start":1707736511026,"stop":1707736511026,"duration":0}},{"uid":"de772be5bf04d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/de772be5bf04d778","status":"passed","time":{"start":1707735692460,"stop":1707735692460,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"748439a7561ab791","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/748439a7561ab791","status":"passed","time":{"start":1707778194718,"stop":1707778194719,"duration":1}},{"uid":"75468132f9f873c1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75468132f9f873c1","status":"passed","time":{"start":1707775487316,"stop":1707775487317,"duration":1}},{"uid":"61d75043a1b5eb9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/61d75043a1b5eb9d","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"db33f0ef6e592f61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db33f0ef6e592f61","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0}},{"uid":"8ed955e8e404c7cc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ed955e8e404c7cc","status":"passed","time":{"start":1707770006113,"stop":1707770006114,"duration":1}},{"uid":"614bc7414f1378c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/614bc7414f1378c0","status":"passed","time":{"start":1707760178497,"stop":1707760178497,"duration":0}},{"uid":"bcd654878ac088d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcd654878ac088d3","status":"passed","time":{"start":1707757871588,"stop":1707757871588,"duration":0}},{"uid":"fd913dbc62e0d89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd913dbc62e0d89c","status":"passed","time":{"start":1707756509484,"stop":1707756509484,"duration":0}},{"uid":"179ad8af483abc0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/179ad8af483abc0b","status":"passed","time":{"start":1707753810716,"stop":1707753810716,"duration":0}},{"uid":"66311946d0d8439d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66311946d0d8439d","status":"passed","time":{"start":1707753662127,"stop":1707753662128,"duration":1}},{"uid":"d8981193ac448cbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8981193ac448cbf","status":"passed","time":{"start":1707751020602,"stop":1707751020602,"duration":0}},{"uid":"266fe4d003860ebe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266fe4d003860ebe","status":"passed","time":{"start":1707736955778,"stop":1707736955778,"duration":0}},{"uid":"73d54478064b5848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73d54478064b5848","status":"passed","time":{"start":1707736167317,"stop":1707736167318,"duration":1}}]},"7fd8b2fc4c272f56caffa03d552209c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2101ff86f15d12cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2101ff86f15d12cf","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6d3e8f0bdbdb527","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6d3e8f0bdbdb527","status":"passed","time":{"start":1707777977659,"stop":1707777977659,"duration":0}},{"uid":"c8107b91c535b588","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c8107b91c535b588","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"10201374160e5068","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10201374160e5068","status":"passed","time":{"start":1707775081996,"stop":1707775081996,"duration":0}},{"uid":"f5ad8ec457da5d4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ad8ec457da5d4d","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"5bab5c96483a2b4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bab5c96483a2b4f","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"ad756c2d1d4b06da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ad756c2d1d4b06da","status":"passed","time":{"start":1707759921446,"stop":1707759921446,"duration":0}},{"uid":"1690ae4afefd8342","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1690ae4afefd8342","status":"passed","time":{"start":1707757624870,"stop":1707757624870,"duration":0}},{"uid":"fe9dd03c264ac4d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe9dd03c264ac4d8","status":"passed","time":{"start":1707756261744,"stop":1707756261745,"duration":1}},{"uid":"5bafd8fabe5ba127","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bafd8fabe5ba127","status":"passed","time":{"start":1707753651135,"stop":1707753651136,"duration":1}},{"uid":"364d45d6c7a24192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/364d45d6c7a24192","status":"passed","time":{"start":1707753409579,"stop":1707753409579,"duration":0}},{"uid":"36c5bd42c49a07a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c5bd42c49a07a3","status":"passed","time":{"start":1707750722037,"stop":1707750722037,"duration":0}},{"uid":"ebb8278b36c45ffa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebb8278b36c45ffa","status":"passed","time":{"start":1707736708317,"stop":1707736708318,"duration":1}},{"uid":"28b267fda1f07030","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/28b267fda1f07030","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"75c346a6a6fe4995","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75c346a6a6fe4995","status":"passed","time":{"start":1707777865443,"stop":1707777865444,"duration":1}},{"uid":"c7c950fb1e863aa5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7c950fb1e863aa5","status":"passed","time":{"start":1707775140806,"stop":1707775140807,"duration":1}},{"uid":"69f26db9b1e8f209","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69f26db9b1e8f209","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"7b276a33afe43ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b276a33afe43ac9","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0}},{"uid":"fb46f6a02a10754d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb46f6a02a10754d","status":"passed","time":{"start":1707769737620,"stop":1707769737620,"duration":0}},{"uid":"99047512eb029f7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99047512eb029f7c","status":"passed","time":{"start":1707759835149,"stop":1707759835149,"duration":0}},{"uid":"831a4c62ecb68f08","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/831a4c62ecb68f08","status":"passed","time":{"start":1707757529705,"stop":1707757529706,"duration":1}},{"uid":"1494cc6e21172fc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1494cc6e21172fc8","status":"passed","time":{"start":1707756164076,"stop":1707756164076,"duration":0}},{"uid":"fa3de8c2dcd00a0f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fa3de8c2dcd00a0f","status":"passed","time":{"start":1707753566689,"stop":1707753566689,"duration":0}},{"uid":"cc932f29f81c4381","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc932f29f81c4381","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"9035b120277a3e6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9035b120277a3e6a","status":"passed","time":{"start":1707750698718,"stop":1707750698718,"duration":0}},{"uid":"af6828fb9dd90cc2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af6828fb9dd90cc2","status":"passed","time":{"start":1707736624913,"stop":1707736624913,"duration":0}},{"uid":"ffc84035243d014","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc84035243d014","status":"passed","time":{"start":1707735814292,"stop":1707735814292,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"4aa95f24a7c508a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4aa95f24a7c508a1","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"67bc2ee96685616b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67bc2ee96685616b","status":"passed","time":{"start":1707775685036,"stop":1707775685037,"duration":1}},{"uid":"b17ad214ac1d13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b17ad214ac1d13","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"d85d879e83b755da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d85d879e83b755da","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"a61d7d02a9746bdd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a61d7d02a9746bdd","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"d2539fee87c53434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2539fee87c53434","status":"passed","time":{"start":1707760374686,"stop":1707760374687,"duration":1}},{"uid":"e0d3e1e190f35c92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e0d3e1e190f35c92","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707758004337,"stop":1707758004337,"duration":0}},{"uid":"ce81873777c91901","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce81873777c91901","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"116886b1467e5ab9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/116886b1467e5ab9","status":"passed","time":{"start":1707754051795,"stop":1707754051796,"duration":1}},{"uid":"1c79ea7550b98589","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c79ea7550b98589","status":"passed","time":{"start":1707753877935,"stop":1707753877936,"duration":1}},{"uid":"c9d78cba9c126f7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d78cba9c126f7f","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"cb58cb7c2a461a72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb58cb7c2a461a72","status":"passed","time":{"start":1707737173826,"stop":1707737173827,"duration":1}},{"uid":"7459ab4518ee117f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7459ab4518ee117f","status":"passed","time":{"start":1707736353047,"stop":1707736353048,"duration":1}}]},"fb76029ca2b7b8215602e5951a9be529:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67caea866b4fcfb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67caea866b4fcfb6","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"df0d33680b52bb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df0d33680b52bb8f","status":"passed","time":{"start":1707778126351,"stop":1707778126352,"duration":1}},{"uid":"4aa6873c11be20e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4aa6873c11be20e","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"226b7689c9e41c4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/226b7689c9e41c4b","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"9c22f33a3d4fb2eb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c22f33a3d4fb2eb","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1}},{"uid":"8c1152aa743aa637","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c1152aa743aa637","status":"passed","time":{"start":1707769994546,"stop":1707769994547,"duration":1}},{"uid":"39d6c04665d197b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d6c04665d197b1","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"42a4d5a28b3e86de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/42a4d5a28b3e86de","status":"passed","time":{"start":1707757804304,"stop":1707757804305,"duration":1}},{"uid":"bd3a42f1f8d8792f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bd3a42f1f8d8792f","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"b05569759eb65672","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b05569759eb65672","status":"passed","time":{"start":1707753796552,"stop":1707753796553,"duration":1}},{"uid":"900860b90968eccf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/900860b90968eccf","status":"passed","time":{"start":1707753586168,"stop":1707753586169,"duration":1}},{"uid":"d93d3cc0a282fbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d93d3cc0a282fbc9","status":"passed","time":{"start":1707750964812,"stop":1707750964812,"duration":0}},{"uid":"8d2ac6705caed611","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d2ac6705caed611","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"1056246be02cc66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1056246be02cc66b","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"49627361d4a495f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49627361d4a495f7","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"75c342dc1808e6ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75c342dc1808e6ec","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"be185ebfad91c4c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be185ebfad91c4c0","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"75f53f3631274f1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75f53f3631274f1a","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"8977e9920674e58f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8977e9920674e58f","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"344453461663c3c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/344453461663c3c3","status":"passed","time":{"start":1707760374671,"stop":1707760374672,"duration":1}},{"uid":"1060cd684e5f9e8e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1060cd684e5f9e8e","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"d6c7545476650c51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d6c7545476650c51","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"f1e496a9a301dae0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1e496a9a301dae0","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"51221a0e3c0fc68b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51221a0e3c0fc68b","status":"passed","time":{"start":1707753877920,"stop":1707753877921,"duration":1}},{"uid":"bcda7eadcea1496f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bcda7eadcea1496f","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f572469f1ab6126a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f572469f1ab6126a","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f06b1a409b24bc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f06b1a409b24bc61","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a7bb6ef45709066b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7bb6ef45709066b","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"8a1d44def732a23b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a1d44def732a23b","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"345eb8ae71870596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/345eb8ae71870596","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"6be30cfa6afc4bb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6be30cfa6afc4bb8","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"duration":1}},{"uid":"13e992853fa14c4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13e992853fa14c4","status":"passed","time":{"start":1707770208549,"stop":1707770208550,"duration":1}},{"uid":"da74abc48a71f2f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da74abc48a71f2f8","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"361f04abf5040ca5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/361f04abf5040ca5","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"21377bc9524b23b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21377bc9524b23b1","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"5bb09fb226bd8c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bb09fb226bd8c96","status":"passed","time":{"start":1707753837175,"stop":1707753837175,"duration":0}},{"uid":"544c0388c4e3f5ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/544c0388c4e3f5ce","status":"passed","time":{"start":1707751136356,"stop":1707751136356,"duration":0}},{"uid":"4c17a60a2e33dce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4c17a60a2e33dce","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"6b112e2a7ab3d345","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b112e2a7ab3d345","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ea208c237ed0f496","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea208c237ed0f496","status":"passed","time":{"start":1707778126355,"stop":1707778126355,"duration":0}},{"uid":"1aa05d96d87fb25e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1aa05d96d87fb25e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"1ca11acc020b95d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ca11acc020b95d3","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"f4dc6eba8f7d9f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4dc6eba8f7d9f","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"duration":1}},{"uid":"a01da3d426c1ddad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a01da3d426c1ddad","status":"passed","time":{"start":1707769994549,"stop":1707769994550,"duration":1}},{"uid":"e93a22288b63a23f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e93a22288b63a23f","status":"passed","time":{"start":1707760106463,"stop":1707760106464,"duration":1}},{"uid":"a38beafd7ebf3e26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a38beafd7ebf3e26","status":"passed","time":{"start":1707757804317,"stop":1707757804318,"duration":1}},{"uid":"2a8b009b58aa5fe5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8b009b58aa5fe5","status":"passed","time":{"start":1707756422352,"stop":1707756422353,"duration":1}},{"uid":"8e3b8fe0931f6ab4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e3b8fe0931f6ab4","status":"passed","time":{"start":1707753796554,"stop":1707753796554,"duration":0}},{"uid":"894b3125aa72ed21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/894b3125aa72ed21","status":"passed","time":{"start":1707753586170,"stop":1707753586171,"duration":1}},{"uid":"d3fd4242e30f238a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3fd4242e30f238a","status":"passed","time":{"start":1707750964814,"stop":1707750964814,"duration":0}},{"uid":"f4c5188eca0f5fa8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4c5188eca0f5fa8","status":"passed","time":{"start":1707736890443,"stop":1707736890444,"duration":1}},{"uid":"827b83d4d4a011e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/827b83d4d4a011e1","status":"passed","time":{"start":1707736096396,"stop":1707736096397,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d7f86570b61d102","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d7f86570b61d102","status":"passed","time":{"start":1707777997110,"stop":1707777997110,"duration":0}},{"uid":"6ba48701f2f53b42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ba48701f2f53b42","status":"passed","time":{"start":1707775275750,"stop":1707775275751,"duration":1}},{"uid":"3569e80e393a0efa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3569e80e393a0efa","status":"passed","time":{"start":1707775085883,"stop":1707775085883,"duration":0}},{"uid":"88e043740b840293","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88e043740b840293","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1}},{"uid":"f205e78ddce88525","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f205e78ddce88525","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"ae83fd090122f8b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae83fd090122f8b5","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"e96cb28e2565394a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e96cb28e2565394a","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"d1a0f3edae908c74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d1a0f3edae908c74","status":"passed","time":{"start":1707756304427,"stop":1707756304428,"duration":1}},{"uid":"b65750c1528b5c18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b65750c1528b5c18","status":"passed","time":{"start":1707753713247,"stop":1707753713248,"duration":1}},{"uid":"1018801a2d6a857c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1018801a2d6a857c","status":"passed","time":{"start":1707753448099,"stop":1707753448100,"duration":1}},{"uid":"1ba065371ab0327d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ba065371ab0327d","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"41965b86077d5a2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41965b86077d5a2d","status":"passed","time":{"start":1707736765003,"stop":1707736765010,"duration":7}},{"uid":"5f3a15eb54f809b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5f3a15eb54f809b5","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"8eea4b1ac73c851a0b8ff6ac0e667187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cf05eb04f23abf3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3cf05eb04f23abf3","status":"passed","time":{"start":1707753988879,"stop":1707753988880,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c909b934e9a6a699","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c909b934e9a6a699","status":"passed","time":{"start":1707777754767,"stop":1707777754767,"duration":0}},{"uid":"8a29777a85cce830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a29777a85cce830","status":"passed","time":{"start":1707775031075,"stop":1707775031075,"duration":0}},{"uid":"c878b99660b55515","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c878b99660b55515","status":"passed","time":{"start":1707774832780,"stop":1707774832780,"duration":0}},{"uid":"6312e5f2407c80f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6312e5f2407c80f2","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"duration":1}},{"uid":"467122eea80b7ea2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/467122eea80b7ea2","status":"passed","time":{"start":1707769633034,"stop":1707769633035,"duration":1}},{"uid":"2ce3d3698e152787","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ce3d3698e152787","status":"passed","time":{"start":1707759727747,"stop":1707759727747,"duration":0}},{"uid":"2310e82e6d4cda37","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2310e82e6d4cda37","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"595c3699a5e9793d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/595c3699a5e9793d","status":"passed","time":{"start":1707756052097,"stop":1707756052098,"duration":1}},{"uid":"546716b2c963d81e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546716b2c963d81e","status":"passed","time":{"start":1707753470374,"stop":1707753470374,"duration":0}},{"uid":"d97b481e62f41e23","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d97b481e62f41e23","status":"passed","time":{"start":1707753198731,"stop":1707753198732,"duration":1}},{"uid":"bebaa15f0a44d908","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bebaa15f0a44d908","status":"passed","time":{"start":1707750599242,"stop":1707750599243,"duration":1}},{"uid":"f60d9972cb5f3a13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f60d9972cb5f3a13","status":"passed","time":{"start":1707736516624,"stop":1707736516624,"duration":0}},{"uid":"fc67fd4d921b614d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc67fd4d921b614d","status":"passed","time":{"start":1707735698157,"stop":1707735698157,"duration":0}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f69d6e9a590deaaa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f69d6e9a590deaaa","status":"passed","time":{"start":1707777763444,"stop":1707777763444,"duration":0}},{"uid":"d45d8c7fe718b32f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d45d8c7fe718b32f","status":"passed","time":{"start":1707775039623,"stop":1707775039623,"duration":0}},{"uid":"7ce8564707cd299d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ce8564707cd299d","status":"passed","time":{"start":1707774841428,"stop":1707774841428,"duration":0}},{"uid":"b0a0d43dd4375183","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0a0d43dd4375183","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"duration":1}},{"uid":"6d743f6c22d3b959","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d743f6c22d3b959","status":"passed","time":{"start":1707769641581,"stop":1707769641581,"duration":0}},{"uid":"c0498658e9379043","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c0498658e9379043","status":"passed","time":{"start":1707759736454,"stop":1707759736455,"duration":1}},{"uid":"250f86e5f91cee5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/250f86e5f91cee5b","status":"passed","time":{"start":1707757431312,"stop":1707757431312,"duration":0}},{"uid":"bf04151354035a0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf04151354035a0a","status":"passed","time":{"start":1707756060434,"stop":1707756060434,"duration":0}},{"uid":"255ecad4b13ed01","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/255ecad4b13ed01","status":"passed","time":{"start":1707753479027,"stop":1707753479029,"duration":2}},{"uid":"262cfc3d0d0ca69d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/262cfc3d0d0ca69d","status":"passed","time":{"start":1707753207962,"stop":1707753207963,"duration":1}},{"uid":"9e875117dcda707a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e875117dcda707a","status":"passed","time":{"start":1707750607850,"stop":1707750607850,"duration":0}},{"uid":"6da398660ca6ee59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6da398660ca6ee59","status":"passed","time":{"start":1707736525275,"stop":1707736525275,"duration":0}},{"uid":"c38d3e0d462b2502","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c38d3e0d462b2502","status":"passed","time":{"start":1707735707254,"stop":1707735707255,"duration":1}}]},"e546a1673b60fa3983d67dc3ad99a190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360669e63820c4f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/360669e63820c4f1","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"459de9c0eee37f2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/459de9c0eee37f2c","status":"passed","time":{"start":1707777977653,"stop":1707777977654,"duration":1}},{"uid":"49a60d4e013278d5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49a60d4e013278d5","status":"passed","time":{"start":1707775258444,"stop":1707775258444,"duration":0}},{"uid":"2e5081e717ba6427","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e5081e717ba6427","status":"passed","time":{"start":1707775081974,"stop":1707775081974,"duration":0}},{"uid":"44046cf81553e728","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44046cf81553e728","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"duration":0}},{"uid":"682cc6a573df6d04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682cc6a573df6d04","status":"passed","time":{"start":1707769841875,"stop":1707769841876,"duration":1}},{"uid":"9f2106ffe38e9ef6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f2106ffe38e9ef6","status":"passed","time":{"start":1707759921441,"stop":1707759921442,"duration":1}},{"uid":"2596b49ae2f4e1dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2596b49ae2f4e1dc","status":"passed","time":{"start":1707757624862,"stop":1707757624862,"duration":0}},{"uid":"a5368163867d0ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5368163867d0ccd","status":"passed","time":{"start":1707756261710,"stop":1707756261711,"duration":1}},{"uid":"496349eee56f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/496349eee56f8b2b","status":"passed","time":{"start":1707753651127,"stop":1707753651128,"duration":1}},{"uid":"4c51d97c497549aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c51d97c497549aa","status":"passed","time":{"start":1707753409565,"stop":1707753409567,"duration":2}},{"uid":"8222e638705bcc18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8222e638705bcc18","status":"passed","time":{"start":1707736708308,"stop":1707736708308,"duration":0}},{"uid":"88578f27f37188e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88578f27f37188e7","status":"passed","time":{"start":1707735914370,"stop":1707735914370,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e2ee1662de4f14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e2ee1662de4f14","status":"passed","time":{"start":1707778103142,"stop":1707778103142,"duration":0}},{"uid":"dbd6ca6bff92c55e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbd6ca6bff92c55e","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"8ae1d71b7713d996","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ae1d71b7713d996","status":"passed","time":{"start":1707775193312,"stop":1707775193313,"duration":1}},{"uid":"7f844e37a53d3d64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f844e37a53d3d64","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1}},{"uid":"df7613e1845aa2eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/df7613e1845aa2eb","status":"passed","time":{"start":1707769979912,"stop":1707769979912,"duration":0}},{"uid":"455b89ee3660e206","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/455b89ee3660e206","status":"passed","time":{"start":1707760084096,"stop":1707760084096,"duration":0}},{"uid":"26f8304db1a29be5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/26f8304db1a29be5","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"b650a8368c7884eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b650a8368c7884eb","status":"passed","time":{"start":1707756396097,"stop":1707756396098,"duration":1}},{"uid":"94e9b7a2ee09be0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94e9b7a2ee09be0e","status":"passed","time":{"start":1707753781753,"stop":1707753781753,"duration":0}},{"uid":"cf5c3aaad19f9a72","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cf5c3aaad19f9a72","status":"passed","time":{"start":1707753563056,"stop":1707753563057,"duration":1}},{"uid":"5e40a9c8a14c1a48","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e40a9c8a14c1a48","status":"passed","time":{"start":1707750940646,"stop":1707750940646,"duration":0}},{"uid":"8e42d0df769f8c7e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e42d0df769f8c7e","status":"passed","time":{"start":1707736870538,"stop":1707736870539,"duration":1}},{"uid":"43351bfab45c27e4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/43351bfab45c27e4","status":"passed","time":{"start":1707736068809,"stop":1707736068810,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d7a3e0889c532860","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7a3e0889c532860","status":"passed","time":{"start":1707778413512,"stop":1707778413512,"duration":0}},{"uid":"e8041073110fcc0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8041073110fcc0b","status":"passed","time":{"start":1707775685017,"stop":1707775685017,"duration":0}},{"uid":"8eb1cca9302f86cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1cca9302f86cb","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"6dc0842d2cc124e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc0842d2cc124e8","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"duration":1}},{"uid":"fbbb051c5eb14fa9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fbbb051c5eb14fa9","status":"passed","time":{"start":1707770238677,"stop":1707770238677,"duration":0}},{"uid":"d60cfaa2648274f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d60cfaa2648274f8","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"b9f5db5c2c15da6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9f5db5c2c15da6a","status":"passed","time":{"start":1707758004298,"stop":1707758004299,"duration":1}},{"uid":"92aa3eaf4d99a6b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/92aa3eaf4d99a6b5","status":"passed","time":{"start":1707756690154,"stop":1707756690154,"duration":0}},{"uid":"9decf5feb5117299","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9decf5feb5117299","status":"passed","time":{"start":1707754051778,"stop":1707754051778,"duration":0}},{"uid":"9ae595e22305986a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ae595e22305986a","status":"passed","time":{"start":1707753877919,"stop":1707753877920,"duration":1}},{"uid":"1a1455a1f5f02396","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a1455a1f5f02396","status":"passed","time":{"start":1707751228953,"stop":1707751228953,"duration":0}},{"uid":"1183ce590698909a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1183ce590698909a","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"774cd0257fc8815a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/774cd0257fc8815a","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"099e08f889e45cd86e50c1ec07d69b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56de3a9ccfeab3ef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56de3a9ccfeab3ef","status":"passed","time":{"start":1707775390229,"stop":1707775390229,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"660cf6d71f63269","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/660cf6d71f63269","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"324d8c34f98ba4e4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/324d8c34f98ba4e4","status":"passed","time":{"start":1707775244529,"stop":1707775244530,"duration":1}},{"uid":"944c89c59b52bdf0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/944c89c59b52bdf0","status":"passed","time":{"start":1707775050818,"stop":1707775050818,"duration":0}},{"uid":"9fc3324693f6b8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc3324693f6b8b","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1}},{"uid":"af0870dad2f7cf1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af0870dad2f7cf1c","status":"passed","time":{"start":1707769843144,"stop":1707769843144,"duration":0}},{"uid":"9990dbcbeff64003","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9990dbcbeff64003","status":"passed","time":{"start":1707759965199,"stop":1707759965201,"duration":2}},{"uid":"e979daaa290aa8a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e979daaa290aa8a4","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"c4787055fbabd6ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c4787055fbabd6ad","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"f7d4efffc4921b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d4efffc4921b8","status":"passed","time":{"start":1707753668067,"stop":1707753668067,"duration":0}},{"uid":"8450c4b535e1d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8450c4b535e1d02","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"fef7f6893961ac6f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fef7f6893961ac6f","status":"passed","time":{"start":1707750796031,"stop":1707750796031,"duration":0}},{"uid":"629db3f9cc776c35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/629db3f9cc776c35","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"ffbe3e541c5fefc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffbe3e541c5fefc3","status":"passed","time":{"start":1707735912119,"stop":1707735912120,"duration":1}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"547c803ef436b8b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/547c803ef436b8b1","status":"passed","time":{"start":1707778202505,"stop":1707778202505,"duration":0}},{"uid":"a7b3aa249e71ed93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7b3aa249e71ed93","status":"passed","time":{"start":1707775486642,"stop":1707775486642,"duration":0}},{"uid":"bca0d7b783f1e16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bca0d7b783f1e16e","status":"passed","time":{"start":1707775300144,"stop":1707775300144,"duration":0}},{"uid":"2fb602a5ec4927b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fb602a5ec4927b","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"efde0cb182b9428f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efde0cb182b9428f","status":"passed","time":{"start":1707770051403,"stop":1707770051403,"duration":0}},{"uid":"ec53f6affc446465","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec53f6affc446465","status":"passed","time":{"start":1707760174049,"stop":1707760174050,"duration":1}},{"uid":"246fa8220d576426","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246fa8220d576426","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"b78c8263abf2c009","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b78c8263abf2c009","status":"passed","time":{"start":1707756499938,"stop":1707756499939,"duration":1}},{"uid":"211f2998f9d60aaa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/211f2998f9d60aaa","status":"passed","time":{"start":1707753870472,"stop":1707753870473,"duration":1}},{"uid":"435dc2fa569bb98a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/435dc2fa569bb98a","status":"passed","time":{"start":1707753647528,"stop":1707753647528,"duration":0}},{"uid":"b4b0e1926287895c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b4b0e1926287895c","status":"passed","time":{"start":1707751019577,"stop":1707751019577,"duration":0}},{"uid":"52a1dcf55e0bb1a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52a1dcf55e0bb1a2","status":"passed","time":{"start":1707736947859,"stop":1707736947860,"duration":1}},{"uid":"549b19a33e485827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/549b19a33e485827","status":"passed","time":{"start":1707736152511,"stop":1707736152512,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3b4041579b6c3590","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b4041579b6c3590","status":"passed","time":{"start":1707777798764,"stop":1707777798765,"duration":1}},{"uid":"6ddf990a51fb5ad8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ddf990a51fb5ad8","status":"passed","time":{"start":1707775072152,"stop":1707775072152,"duration":0}},{"uid":"2fdf76a34a13e81a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fdf76a34a13e81a","status":"passed","time":{"start":1707774880420,"stop":1707774880421,"duration":1}},{"uid":"158d5ba5979cfe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/158d5ba5979cfe2","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0}},{"uid":"c6fa85d5e5ba0b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6fa85d5e5ba0b85","status":"passed","time":{"start":1707769677707,"stop":1707769677708,"duration":1}},{"uid":"1af91d358210b427","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1af91d358210b427","status":"passed","time":{"start":1707759769674,"stop":1707759769675,"duration":1}},{"uid":"b14dde9bf540db3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b14dde9bf540db3a","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"f362b7cbe065d67a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f362b7cbe065d67a","status":"passed","time":{"start":1707756096181,"stop":1707756096181,"duration":0}},{"uid":"1c74347190122865","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c74347190122865","status":"passed","time":{"start":1707753517975,"stop":1707753517976,"duration":1}},{"uid":"da0fa4b9964e0939","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0fa4b9964e0939","status":"passed","time":{"start":1707753244730,"stop":1707753244730,"duration":0}},{"uid":"769a6210582f22d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/769a6210582f22d4","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"191492fb5309b926","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191492fb5309b926","status":"passed","time":{"start":1707736558647,"stop":1707736558647,"duration":0}},{"uid":"e532412a1e2911ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e532412a1e2911ff","status":"passed","time":{"start":1707735743508,"stop":1707735743508,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7990ca332cf346e6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7990ca332cf346e6","status":"passed","time":{"start":1707777795163,"stop":1707777795164,"duration":1}},{"uid":"1d373566b7c61c89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d373566b7c61c89","status":"passed","time":{"start":1707775070516,"stop":1707775070516,"duration":0}},{"uid":"2f424ab951ef1629","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f424ab951ef1629","status":"passed","time":{"start":1707774873411,"stop":1707774873412,"duration":1}},{"uid":"a91f7e192bd14463","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a91f7e192bd14463","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"duration":1}},{"uid":"dbc7464b78d497fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbc7464b78d497fa","status":"passed","time":{"start":1707769673025,"stop":1707769673025,"duration":0}},{"uid":"d2fc872fca76c5c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2fc872fca76c5c2","status":"passed","time":{"start":1707759767764,"stop":1707759767765,"duration":1}},{"uid":"928fc09a83d03003","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/928fc09a83d03003","status":"passed","time":{"start":1707757463877,"stop":1707757463878,"duration":1}},{"uid":"9dce9fc7f05635d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dce9fc7f05635d2","status":"passed","time":{"start":1707756091992,"stop":1707756091992,"duration":0}},{"uid":"ef6b81d472432ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef6b81d472432ee2","status":"passed","time":{"start":1707753510233,"stop":1707753510234,"duration":1}},{"uid":"a43379c01a899a37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a43379c01a899a37","status":"passed","time":{"start":1707753240422,"stop":1707753240422,"duration":0}},{"uid":"35dc3910ae26aefd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35dc3910ae26aefd","status":"passed","time":{"start":1707750639410,"stop":1707750639410,"duration":0}},{"uid":"6421d34d5533706f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6421d34d5533706f","status":"passed","time":{"start":1707736555755,"stop":1707736555755,"duration":0}},{"uid":"ccd7827706400af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccd7827706400af","status":"passed","time":{"start":1707735739987,"stop":1707735739987,"duration":0}}]},"87738004491b15bf4beab1c6dbcbe5e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"315990c6108b326","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/315990c6108b326","status":"passed","time":{"start":1707737091361,"stop":1707737091377,"duration":16}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f9bb69bc289c0107","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9bb69bc289c0107","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"c2b3dc5e6008b024","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2b3dc5e6008b024","status":"passed","time":{"start":1707775662265,"stop":1707775662266,"duration":1}},{"uid":"476a71af2bc4c6ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/476a71af2bc4c6ad","status":"passed","time":{"start":1707775462780,"stop":1707775462781,"duration":1}},{"uid":"334661a64b6f2399","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/334661a64b6f2399","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0}},{"uid":"5ce01c0f0de969f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ce01c0f0de969f1","status":"passed","time":{"start":1707770180417,"stop":1707770180418,"duration":1}},{"uid":"bfd4ebcb288431de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bfd4ebcb288431de","status":"passed","time":{"start":1707760352908,"stop":1707760352909,"duration":1}},{"uid":"7baf9d1c0f43baf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7baf9d1c0f43baf2","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"583828ac18654aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/583828ac18654aff","status":"passed","time":{"start":1707756674086,"stop":1707756674087,"duration":1}},{"uid":"b3ede1ed954bc352","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ede1ed954bc352","status":"passed","time":{"start":1707753994325,"stop":1707753994326,"duration":1}},{"uid":"ba6c7e0ed2d1700a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba6c7e0ed2d1700a","status":"passed","time":{"start":1707753841536,"stop":1707753841537,"duration":1}},{"uid":"17934135f80e66e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/17934135f80e66e7","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"4924a282ec8d91ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4924a282ec8d91ef","status":"passed","time":{"start":1707736343135,"stop":1707736343135,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"289ff02186426bb0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/289ff02186426bb0","status":"passed","time":{"start":1707777749843,"stop":1707777749844,"duration":1}},{"uid":"85b6ee2d518d59e7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85b6ee2d518d59e7","status":"passed","time":{"start":1707775026266,"stop":1707775026266,"duration":0}},{"uid":"10a49f237c1dbb25","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10a49f237c1dbb25","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"a0ec0b2dcc831e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0ec0b2dcc831e51","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"afb2674df1a13f25","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/afb2674df1a13f25","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"1ae5c54464c55127","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ae5c54464c55127","status":"passed","time":{"start":1707759722866,"stop":1707759722867,"duration":1}},{"uid":"6dc4cccffca0ac81","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dc4cccffca0ac81","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"ab3e753b36b0dc35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab3e753b36b0dc35","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"d6115320b0b2633","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6115320b0b2633","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"4584eb31eb9ca556","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4584eb31eb9ca556","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"5dcb629398d38efe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5dcb629398d38efe","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"d4f0bf1bb080533d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d4f0bf1bb080533d","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"f05e76b12d34c743","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f05e76b12d34c743","status":"passed","time":{"start":1707735693125,"stop":1707735693126,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"43669eabd03ae5b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/43669eabd03ae5b9","status":"passed","time":{"start":1707778386488,"stop":1707778386489,"duration":1}},{"uid":"3954f1d22fa81244","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3954f1d22fa81244","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"2e61fb132242cd2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e61fb132242cd2c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"9942e3454a48d75e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9942e3454a48d75e","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0}},{"uid":"61964fe284e71a6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61964fe284e71a6d","status":"passed","time":{"start":1707770208550,"stop":1707770208551,"duration":1}},{"uid":"767798c43b4bbc1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/767798c43b4bbc1c","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"711a7ed8c78b9615","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/711a7ed8c78b9615","status":"passed","time":{"start":1707758023540,"stop":1707758023541,"duration":1}},{"uid":"fcddebeb65047675","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fcddebeb65047675","status":"passed","time":{"start":1707756664010,"stop":1707756664010,"duration":0}},{"uid":"466c325a458b4bc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/466c325a458b4bc3","status":"passed","time":{"start":1707753837176,"stop":1707753837177,"duration":1}},{"uid":"1ad537a57e266a7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ad537a57e266a7b","status":"passed","time":{"start":1707751136359,"stop":1707751136360,"duration":1}},{"uid":"86cb269411ad9ac3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/86cb269411ad9ac3","status":"passed","time":{"start":1707737124648,"stop":1707737124649,"duration":1}},{"uid":"bfbf8d1ae5a4df04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bfbf8d1ae5a4df04","status":"passed","time":{"start":1707736322665,"stop":1707736322665,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"971f3d7d4aa02877","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/971f3d7d4aa02877","status":"passed","time":{"start":1707778338828,"stop":1707778338831,"duration":3}},{"uid":"5309b156479fd95e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5309b156479fd95e","status":"passed","time":{"start":1707775602012,"stop":1707775602012,"duration":0}},{"uid":"a5dd5b3b139c14a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5dd5b3b139c14a3","status":"passed","time":{"start":1707775390217,"stop":1707775390218,"duration":1}},{"uid":"fe41bb42686d1547","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe41bb42686d1547","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1}},{"uid":"6084804acfd2269e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6084804acfd2269e","status":"passed","time":{"start":1707769968719,"stop":1707769968720,"duration":1}},{"uid":"177064f55f810720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/177064f55f810720","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"7f91b6c74320f44e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f91b6c74320f44e","status":"passed","time":{"start":1707758006702,"stop":1707758006702,"duration":0}},{"uid":"536ce341ec9ffae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/536ce341ec9ffae6","status":"passed","time":{"start":1707756617032,"stop":1707756617032,"duration":0}},{"uid":"46c64aee1fef31ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46c64aee1fef31ab","status":"passed","time":{"start":1707753988873,"stop":1707753988873,"duration":0}},{"uid":"8c13768e9d9ef41e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c13768e9d9ef41e","status":"passed","time":{"start":1707753782729,"stop":1707753782729,"duration":0}},{"uid":"83463b9632cd45c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83463b9632cd45c2","status":"passed","time":{"start":1707751162304,"stop":1707751162305,"duration":1}},{"uid":"a8ba94a76debbf74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8ba94a76debbf74","status":"passed","time":{"start":1707737091294,"stop":1707737091295,"duration":1}},{"uid":"2b45862872aa6cf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b45862872aa6cf1","status":"passed","time":{"start":1707736260114,"stop":1707736260115,"duration":1}}]},"204c23839248c905bc1233d4a1bf7a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4522419e3f1d83cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4522419e3f1d83cf","status":"passed","time":{"start":1707778202504,"stop":1707778202504,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c088d57e83849462","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c088d57e83849462","status":"passed","time":{"start":1707777859859,"stop":1707777859859,"duration":0}},{"uid":"795560bba57add26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795560bba57add26","status":"passed","time":{"start":1707775133678,"stop":1707775133678,"duration":0}},{"uid":"30676cd6ebc37a4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30676cd6ebc37a4b","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"4b4bcdecb20ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b4bcdecb20ef4ec","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"duration":1}},{"uid":"f9724dbc2e28820f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9724dbc2e28820f","status":"passed","time":{"start":1707769735037,"stop":1707769735037,"duration":0}},{"uid":"8e0120d7f22df93d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e0120d7f22df93d","status":"passed","time":{"start":1707759831196,"stop":1707759831199,"duration":3}},{"uid":"377c88333ec11dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/377c88333ec11dc7","status":"passed","time":{"start":1707757528827,"stop":1707757528827,"duration":0}},{"uid":"e54aa80b67ec22e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e54aa80b67ec22e8","status":"passed","time":{"start":1707756157295,"stop":1707756157296,"duration":1}},{"uid":"1e8d8ffac0930ec5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e8d8ffac0930ec5","status":"passed","time":{"start":1707753578477,"stop":1707753578477,"duration":0}},{"uid":"6b2fa910ce03d375","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b2fa910ce03d375","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"62fbe6dcd5dc2a19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62fbe6dcd5dc2a19","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"1e642c05e3385ef0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e642c05e3385ef0","status":"passed","time":{"start":1707736629976,"stop":1707736629976,"duration":0}},{"uid":"8c9058a76b10c2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c9058a76b10c2f6","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"93febce86dc3b675","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93febce86dc3b675","status":"passed","time":{"start":1707777972995,"stop":1707777972996,"duration":1}},{"uid":"4a44ea68fe5c6da","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a44ea68fe5c6da","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"7751e9f8f6cee0d4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7751e9f8f6cee0d4","status":"passed","time":{"start":1707775050814,"stop":1707775050814,"duration":0}},{"uid":"3d353a9b7e37c126","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d353a9b7e37c126","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0}},{"uid":"9d2c0e927b1cdd3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d2c0e927b1cdd3","status":"passed","time":{"start":1707769843140,"stop":1707769843141,"duration":1}},{"uid":"11f6820ff00af4ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f6820ff00af4ab","status":"passed","time":{"start":1707759965184,"stop":1707759965185,"duration":1}},{"uid":"6feb3d7d9132d4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6feb3d7d9132d4e0","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"daa2e0df24d9d3c3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/daa2e0df24d9d3c3","status":"passed","time":{"start":1707756267899,"stop":1707756267900,"duration":1}},{"uid":"f980a57e6a394cb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f980a57e6a394cb9","status":"passed","time":{"start":1707753668023,"stop":1707753668025,"duration":2}},{"uid":"a842299966237b70","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a842299966237b70","status":"passed","time":{"start":1707753423532,"stop":1707753423533,"duration":1}},{"uid":"36c92ca33e609dc5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c92ca33e609dc5","status":"passed","time":{"start":1707750796026,"stop":1707750796026,"duration":0}},{"uid":"baa753d4a4e1e985","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/baa753d4a4e1e985","status":"passed","time":{"start":1707736730637,"stop":1707736730638,"duration":1}},{"uid":"5b347c2ecbab0d27","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b347c2ecbab0d27","status":"passed","time":{"start":1707735912115,"stop":1707735912116,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":12,"passed":0,"unknown":0,"total":12},"items":[{"uid":"7e5b602b9460f82a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e5b602b9460f82a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"763a3eb876b89768","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/763a3eb876b89768","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602025,"duration":1}},{"uid":"2b1f3f1a303299ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2b1f3f1a303299ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390236,"stop":1707775390236,"duration":0}},{"uid":"5ffcaee358abb307","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ffcaee358abb307","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335611,"duration":1}},{"uid":"25ad0c0f9e428dd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25ad0c0f9e428dd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301818,"stop":1707760301818,"duration":0}},{"uid":"50da16491b9f64f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/50da16491b9f64f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"db43867326ec3b1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db43867326ec3b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617044,"stop":1707756617044,"duration":0}},{"uid":"9239835f40e42d90","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9239835f40e42d90","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"2398fd9308b90b9d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2398fd9308b90b9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"2cf9a3cb20e271df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cf9a3cb20e271df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1d27ce37778b9ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d27ce37778b9ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091340,"stop":1707737091340,"duration":0}},{"uid":"3b9a5a252e5af9ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9a5a252e5af9ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"2517b755090eaf78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2517b755090eaf78","status":"passed","time":{"start":1707777826926,"stop":1707777826926,"duration":0}},{"uid":"429389770bddc0bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/429389770bddc0bd","status":"passed","time":{"start":1707775103551,"stop":1707775103552,"duration":1}},{"uid":"a2aabb831775099b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2aabb831775099b","status":"passed","time":{"start":1707774906440,"stop":1707774906441,"duration":1}},{"uid":"32129746117b04ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32129746117b04ad","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1}},{"uid":"fac182ea5663f212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac182ea5663f212","status":"passed","time":{"start":1707769706524,"stop":1707769706524,"duration":0}},{"uid":"835aa5153acbc018","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/835aa5153acbc018","status":"passed","time":{"start":1707759800528,"stop":1707759800529,"duration":1}},{"uid":"cbcaba5caae86a9f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbcaba5caae86a9f","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"d75f825bcc4b1944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d75f825bcc4b1944","status":"passed","time":{"start":1707756124833,"stop":1707756124833,"duration":0}},{"uid":"9e7843b719cc1a88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e7843b719cc1a88","status":"passed","time":{"start":1707753544134,"stop":1707753544134,"duration":0}},{"uid":"72d8f111ac7f046d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/72d8f111ac7f046d","status":"passed","time":{"start":1707753273860,"stop":1707753273862,"duration":2}},{"uid":"135477f3e1cf5e58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/135477f3e1cf5e58","status":"passed","time":{"start":1707750672009,"stop":1707750672009,"duration":0}},{"uid":"65619fc7a39117de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65619fc7a39117de","status":"passed","time":{"start":1707736588884,"stop":1707736588884,"duration":0}},{"uid":"5da80240afe5653b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da80240afe5653b","status":"passed","time":{"start":1707735772593,"stop":1707735772594,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ada1c9ab2849bb97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ada1c9ab2849bb97","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"64056883a6544840","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64056883a6544840","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"4d51c698a87d1612","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d51c698a87d1612","status":"passed","time":{"start":1707775494276,"stop":1707775494277,"duration":1}},{"uid":"69d648c41efe331b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69d648c41efe331b","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"9bcbb751eac3e661","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9bcbb751eac3e661","status":"passed","time":{"start":1707770238685,"stop":1707770238686,"duration":1}},{"uid":"1eb26fb2fa06f42a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1eb26fb2fa06f42a","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"c640eb178bbac31a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c640eb178bbac31a","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"965d2921e7501c94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/965d2921e7501c94","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"b3902b70d0f28ea3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3902b70d0f28ea3","status":"passed","time":{"start":1707754051786,"stop":1707754051787,"duration":1}},{"uid":"e65311ed6a4f92b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e65311ed6a4f92b7","status":"passed","time":{"start":1707753877927,"stop":1707753877928,"duration":1}},{"uid":"9f984e263056c42b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f984e263056c42b","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"8f6dc704e051c088","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f6dc704e051c088","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"e9ccace4e15b3825","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9ccace4e15b3825","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f06f9e11d978053f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f06f9e11d978053f","status":"passed","time":{"start":1707777859860,"stop":1707777859861,"duration":1}},{"uid":"7cdcb7916c38ffbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cdcb7916c38ffbb","status":"passed","time":{"start":1707775133680,"stop":1707775133680,"duration":0}},{"uid":"9551db6fd48f77e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9551db6fd48f77e9","status":"passed","time":{"start":1707774942685,"stop":1707774942685,"duration":0}},{"uid":"e593e5d6690c2a0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e593e5d6690c2a0f","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1}},{"uid":"7d1f51f963d9bd5e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d1f51f963d9bd5e","status":"passed","time":{"start":1707769735049,"stop":1707769735049,"duration":0}},{"uid":"d489e7740b06280f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d489e7740b06280f","status":"passed","time":{"start":1707759831204,"stop":1707759831209,"duration":5}},{"uid":"8c397bced0ec35a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c397bced0ec35a0","status":"passed","time":{"start":1707757528838,"stop":1707757528838,"duration":0}},{"uid":"640c93d52fb6b399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640c93d52fb6b399","status":"passed","time":{"start":1707756157297,"stop":1707756157298,"duration":1}},{"uid":"ea06d66e8771ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea06d66e8771ad","status":"passed","time":{"start":1707753578478,"stop":1707753578478,"duration":0}},{"uid":"549ad28582c0929b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/549ad28582c0929b","status":"passed","time":{"start":1707753307900,"stop":1707753307900,"duration":0}},{"uid":"e86ebec4cd47581e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86ebec4cd47581e","status":"passed","time":{"start":1707750703130,"stop":1707750703141,"duration":11}},{"uid":"297ce5540222e82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/297ce5540222e82a","status":"passed","time":{"start":1707736629980,"stop":1707736629980,"duration":0}},{"uid":"90cf868a957c11a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/90cf868a957c11a1","status":"passed","time":{"start":1707735809093,"stop":1707735809099,"duration":6}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a76b647074a6c11e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a76b647074a6c11e","status":"passed","time":{"start":1707777977663,"stop":1707777977663,"duration":0}},{"uid":"20883dbf44a1fea2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20883dbf44a1fea2","status":"passed","time":{"start":1707775258453,"stop":1707775258454,"duration":1}},{"uid":"9902ae295b8222a0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9902ae295b8222a0","status":"passed","time":{"start":1707775082012,"stop":1707775082013,"duration":1}},{"uid":"69cf799b6f196a0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69cf799b6f196a0b","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"duration":1}},{"uid":"333b11eeabe1ee13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/333b11eeabe1ee13","status":"passed","time":{"start":1707769841894,"stop":1707769841896,"duration":2}},{"uid":"af799a5af1a61453","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af799a5af1a61453","status":"passed","time":{"start":1707759921449,"stop":1707759921450,"duration":1}},{"uid":"bf4bac7653645e51","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bf4bac7653645e51","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"16e0846fbc73627f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/16e0846fbc73627f","status":"passed","time":{"start":1707756261755,"stop":1707756261760,"duration":5}},{"uid":"534b4a9eec33cf47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/534b4a9eec33cf47","status":"passed","time":{"start":1707753651165,"stop":1707753651165,"duration":0}},{"uid":"35ec135740e8d84c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35ec135740e8d84c","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"49ac08f55910d5f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49ac08f55910d5f6","status":"passed","time":{"start":1707750722046,"stop":1707750722046,"duration":0}},{"uid":"d3de09cfac734982","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3de09cfac734982","status":"passed","time":{"start":1707736708326,"stop":1707736708326,"duration":0}},{"uid":"74649baf316b7374","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74649baf316b7374","status":"passed","time":{"start":1707735914383,"stop":1707735914383,"duration":0}}]},"d05781e012670ae55a1584711797c306:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39a6d63b7433a44a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39a6d63b7433a44a","status":"passed","time":{"start":1707758006708,"stop":1707758006709,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f64c115c7be60c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f64c115c7be60c8","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"77d6e3005afcc1ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77d6e3005afcc1ae","status":"passed","time":{"start":1707775644354,"stop":1707775644355,"duration":1}},{"uid":"15e02a25857aec69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15e02a25857aec69","status":"passed","time":{"start":1707775439252,"stop":1707775439253,"duration":1}},{"uid":"45b27c30dc6b5a59","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45b27c30dc6b5a59","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"duration":0}},{"uid":"ad10707d62e0c06f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad10707d62e0c06f","status":"passed","time":{"start":1707770140535,"stop":1707770140536,"duration":1}},{"uid":"1f1237f44a61891f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f1237f44a61891f","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"a906b33830306245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a906b33830306245","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"c017bf1ea2f140d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c017bf1ea2f140d8","status":"passed","time":{"start":1707756656798,"stop":1707756656798,"duration":0}},{"uid":"7b80a02feb810e6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b80a02feb810e6","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"78de7fca6a679ec1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/78de7fca6a679ec1","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"ff1499c938d22109","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff1499c938d22109","status":"passed","time":{"start":1707751157936,"stop":1707751157936,"duration":0}},{"uid":"35eb2a601ec5937a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35eb2a601ec5937a","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"2eb115f6b9b70e9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2eb115f6b9b70e9a","status":"passed","time":{"start":1707736314163,"stop":1707736314163,"duration":0}}]},"6a0d6680bb74931724a497df6ee14647:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef3fc29901399f78","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3fc29901399f78","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6252efcdc17e20893c75caf8a3851279:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"16f639e42cba7843","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/16f639e42cba7843","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1707750644849,"stop":1707750644849,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b8a3e2a09905f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b8a3e2a09905f1","status":"passed","time":{"start":1707777764080,"stop":1707777764080,"duration":0}},{"uid":"ad99c273e61231de","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad99c273e61231de","status":"passed","time":{"start":1707775040148,"stop":1707775040149,"duration":1}},{"uid":"4d8e639a99382457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d8e639a99382457","status":"passed","time":{"start":1707774842104,"stop":1707774842105,"duration":1}},{"uid":"2434a4a5761d8931","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2434a4a5761d8931","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"c2b34a2197a98618","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2b34a2197a98618","status":"passed","time":{"start":1707769642221,"stop":1707769642222,"duration":1}},{"uid":"c6e9a5774b63f75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6e9a5774b63f75","status":"passed","time":{"start":1707759737069,"stop":1707759737070,"duration":1}},{"uid":"179706a21f9e7803","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/179706a21f9e7803","status":"passed","time":{"start":1707757431976,"stop":1707757431976,"duration":0}},{"uid":"bfb787f1b6b8a9ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfb787f1b6b8a9ed","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"78eb5536032f069f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78eb5536032f069f","status":"passed","time":{"start":1707753479610,"stop":1707753479610,"duration":0}},{"uid":"e43d0fac201691f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e43d0fac201691f9","status":"passed","time":{"start":1707753208309,"stop":1707753208309,"duration":0}},{"uid":"79d269d7ec94ff97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79d269d7ec94ff97","status":"passed","time":{"start":1707750608586,"stop":1707750608586,"duration":0}},{"uid":"363405d8145eed85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/363405d8145eed85","status":"passed","time":{"start":1707736525857,"stop":1707736525857,"duration":0}},{"uid":"25dcf281ecf1893b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25dcf281ecf1893b","status":"passed","time":{"start":1707735707691,"stop":1707735707691,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"95828c9d57ae82e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95828c9d57ae82e5","status":"passed","time":{"start":1707778092884,"stop":1707778092884,"duration":0}},{"uid":"f6437ea4a985d280","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f6437ea4a985d280","status":"passed","time":{"start":1707775368920,"stop":1707775368920,"duration":0}},{"uid":"43484ed075267a81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43484ed075267a81","status":"passed","time":{"start":1707775183287,"stop":1707775183288,"duration":1}},{"uid":"47de8162188928a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47de8162188928a9","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0}},{"uid":"e95b98284c10caa2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e95b98284c10caa2","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"445b37c77a6b96df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/445b37c77a6b96df","status":"passed","time":{"start":1707760073032,"stop":1707760073035,"duration":3}},{"uid":"4ed7454a07d90281","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ed7454a07d90281","status":"passed","time":{"start":1707757771073,"stop":1707757771074,"duration":1}},{"uid":"8e957753e2996f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e957753e2996f89","status":"passed","time":{"start":1707756387891,"stop":1707756387892,"duration":1}},{"uid":"a7f97e0929f52e56","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7f97e0929f52e56","status":"passed","time":{"start":1707753783840,"stop":1707753783840,"duration":0}},{"uid":"12e63047490d9bff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12e63047490d9bff","status":"passed","time":{"start":1707753549845,"stop":1707753549846,"duration":1}},{"uid":"483a565a86c440e4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/483a565a86c440e4","status":"passed","time":{"start":1707750934222,"stop":1707750934223,"duration":1}},{"uid":"2263497b60d4022d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2263497b60d4022d","status":"passed","time":{"start":1707736857300,"stop":1707736857301,"duration":1}},{"uid":"f8b6bd796fa8bb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8b6bd796fa8bb7a","status":"passed","time":{"start":1707736056534,"stop":1707736056535,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"195680910c35932a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/195680910c35932a","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"25951d0ba411c53f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25951d0ba411c53f","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"5be8f3ac0921c3b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5be8f3ac0921c3b1","status":"passed","time":{"start":1707775390244,"stop":1707775390245,"duration":1}},{"uid":"5c1279b6cb2769e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c1279b6cb2769e8","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"54905235d8f80214","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54905235d8f80214","status":"passed","time":{"start":1707769968730,"stop":1707769968731,"duration":1}},{"uid":"8d2d7ddb3abb11c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d2d7ddb3abb11c7","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"c2fd107605cda9bf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2fd107605cda9bf","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"a2e8833592d8256f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2e8833592d8256f","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"51c56f9ec7accf25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/51c56f9ec7accf25","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"465fff0fb2bb9637","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/465fff0fb2bb9637","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"592decc642b8f1aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/592decc642b8f1aa","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"253e8e713f0e24de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/253e8e713f0e24de","status":"passed","time":{"start":1707737091353,"stop":1707737091359,"duration":6}},{"uid":"fd67fa22d3a0cfc0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd67fa22d3a0cfc0","status":"passed","time":{"start":1707736260156,"stop":1707736260157,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"545e928251a561fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/545e928251a561fd","status":"passed","time":{"start":1707777977667,"stop":1707777977668,"duration":1}},{"uid":"f225b9623210bf2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f225b9623210bf2c","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"8aefbec23a36b3c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8aefbec23a36b3c0","status":"passed","time":{"start":1707775082020,"stop":1707775082021,"duration":1}},{"uid":"1b94c2c751d113d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b94c2c751d113d8","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0}},{"uid":"a02d9281da89cbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a02d9281da89cbca","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"7e659204447bcfc0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7e659204447bcfc0","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"a9ea726767b56a4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a9ea726767b56a4a","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"4faab1bcf60eeee5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4faab1bcf60eeee5","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"7cfe9fdab2007655","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cfe9fdab2007655","status":"passed","time":{"start":1707753651171,"stop":1707753651171,"duration":0}},{"uid":"49117e22441e655","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49117e22441e655","status":"passed","time":{"start":1707753409588,"stop":1707753409588,"duration":0}},{"uid":"5b50f24994475b78","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5b50f24994475b78","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"e8f11cc8d128a4ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e8f11cc8d128a4ef","status":"passed","time":{"start":1707736708331,"stop":1707736708331,"duration":0}},{"uid":"997794a5880b3f5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/997794a5880b3f5b","status":"passed","time":{"start":1707735914387,"stop":1707735914388,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d6df1df3054644e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6df1df3054644e5","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"293b3a707828ec7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293b3a707828ec7e","status":"passed","time":{"start":1707775258466,"stop":1707775258467,"duration":1}},{"uid":"d17fa0c2c30bf712","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d17fa0c2c30bf712","status":"passed","time":{"start":1707775082031,"stop":1707775082032,"duration":1}},{"uid":"4ab799c450a822ff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ab799c450a822ff","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"eee8ccdd8abc860","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8ccdd8abc860","status":"passed","time":{"start":1707769841909,"stop":1707769841909,"duration":0}},{"uid":"efe790ba3e5a4503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efe790ba3e5a4503","status":"passed","time":{"start":1707759921462,"stop":1707759921463,"duration":1}},{"uid":"973df223764213e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/973df223764213e9","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"458a25d828c0536d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/458a25d828c0536d","status":"passed","time":{"start":1707756261834,"stop":1707756261835,"duration":1}},{"uid":"5cd8c452257cf923","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cd8c452257cf923","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"4a059ba529ff4178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a059ba529ff4178","status":"passed","time":{"start":1707753409604,"stop":1707753409605,"duration":1}},{"uid":"494043e4e741095a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/494043e4e741095a","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"9786ca9c29adbef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9786ca9c29adbef7","status":"passed","time":{"start":1707736708336,"stop":1707736708336,"duration":0}},{"uid":"2b105f60478d8cff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b105f60478d8cff","status":"passed","time":{"start":1707735914394,"stop":1707735914394,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6fe4694211893a93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fe4694211893a93","status":"passed","time":{"start":1707778034785,"stop":1707778034786,"duration":1}},{"uid":"27cbb5d73d2e8c0f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27cbb5d73d2e8c0f","status":"passed","time":{"start":1707775327572,"stop":1707775327573,"duration":1}},{"uid":"d72a09221614feac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72a09221614feac","status":"passed","time":{"start":1707775129516,"stop":1707775129516,"duration":0}},{"uid":"6b1a056a222b7ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b1a056a222b7ca1","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0}},{"uid":"85ce4afb5758db64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85ce4afb5758db64","status":"passed","time":{"start":1707769919571,"stop":1707769919572,"duration":1}},{"uid":"33b2a94b61328f61","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/33b2a94b61328f61","status":"passed","time":{"start":1707760025485,"stop":1707760025485,"duration":0}},{"uid":"ce75439bb11d262a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce75439bb11d262a","status":"passed","time":{"start":1707757709188,"stop":1707757709188,"duration":0}},{"uid":"3bbf9d251c69e579","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bbf9d251c69e579","status":"passed","time":{"start":1707756341219,"stop":1707756341219,"duration":0}},{"uid":"4d59a03e4241785c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4d59a03e4241785c","status":"passed","time":{"start":1707753751250,"stop":1707753751251,"duration":1}},{"uid":"c81c0602b7a9aac1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c81c0602b7a9aac1","status":"passed","time":{"start":1707753510012,"stop":1707753510012,"duration":0}},{"uid":"88f9a1926b74a629","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f9a1926b74a629","status":"passed","time":{"start":1707750881806,"stop":1707750881806,"duration":0}},{"uid":"a041064168eb0a6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a041064168eb0a6d","status":"passed","time":{"start":1707736800765,"stop":1707736800765,"duration":0}},{"uid":"34ac1c91c462defb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/34ac1c91c462defb","status":"passed","time":{"start":1707736013453,"stop":1707736013454,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8c49f2d579ad9295","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c49f2d579ad9295","status":"passed","time":{"start":1707778202479,"stop":1707778202480,"duration":1}},{"uid":"1d747cbc9ae6a734","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d747cbc9ae6a734","status":"passed","time":{"start":1707775486623,"stop":1707775486625,"duration":2}},{"uid":"9b168e8bf6a68455","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b168e8bf6a68455","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"f71a04cb93b2fb92","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f71a04cb93b2fb92","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"duration":0}},{"uid":"543b8f6fd2932e7d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/543b8f6fd2932e7d","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"e5eb469cd1527f3c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5eb469cd1527f3c","status":"passed","time":{"start":1707760174019,"stop":1707760174020,"duration":1}},{"uid":"c11a67ed2c395575","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c11a67ed2c395575","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"a65552c22ca2f61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a65552c22ca2f61","status":"passed","time":{"start":1707756499903,"stop":1707756499904,"duration":1}},{"uid":"45052e1dc0760973","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45052e1dc0760973","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"16534c6401a8599e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16534c6401a8599e","status":"passed","time":{"start":1707753647508,"stop":1707753647508,"duration":0}},{"uid":"647bda9a01948ce4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/647bda9a01948ce4","status":"passed","time":{"start":1707751019568,"stop":1707751019569,"duration":1}},{"uid":"7bbac7630c6f2254","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7bbac7630c6f2254","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"769b4e88ba3486f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/769b4e88ba3486f8","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"f6927cf966ac2c56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6927cf966ac2c56","status":"passed","time":{"start":1707778379763,"stop":1707778379764,"duration":1}},{"uid":"e4c6e189a357fc50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4c6e189a357fc50","status":"passed","time":{"start":1707775649287,"stop":1707775649288,"duration":1}},{"uid":"a7d7148fbb4497e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a7d7148fbb4497e0","status":"passed","time":{"start":1707775456622,"stop":1707775456622,"duration":0}},{"uid":"9c9114fa67004677","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c9114fa67004677","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"duration":0}},{"uid":"fd21e83dc6e45f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd21e83dc6e45f9","status":"passed","time":{"start":1707770165190,"stop":1707770165191,"duration":1}},{"uid":"4ed2dea56454e5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4ed2dea56454e5ab","status":"passed","time":{"start":1707760340809,"stop":1707760340809,"duration":0}},{"uid":"2e70de24dd954ae5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2e70de24dd954ae5","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"688364d2bdf0f41e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688364d2bdf0f41e","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"4c12a68936a19d2c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c12a68936a19d2c","status":"passed","time":{"start":1707753824710,"stop":1707753824711,"duration":1}},{"uid":"4299f89037acc826","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4299f89037acc826","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"aabe5530aa1b6ce9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aabe5530aa1b6ce9","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"bb8d98c038c49b66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb8d98c038c49b66","status":"passed","time":{"start":1707736323081,"stop":1707736323082,"duration":1}}]},"ca768b06b63968deff00632c9ef130d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaedfbb607232015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eaedfbb607232015","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dc5470d73edb9d22","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc5470d73edb9d22","status":"passed","time":{"start":1707777977673,"stop":1707777977673,"duration":0}},{"uid":"f62771576f836de9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f62771576f836de9","status":"passed","time":{"start":1707775258471,"stop":1707775258472,"duration":1}},{"uid":"dcc721e574baaa07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcc721e574baaa07","status":"passed","time":{"start":1707775082033,"stop":1707775082034,"duration":1}},{"uid":"772398f880ab7e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/772398f880ab7e81","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"duration":0}},{"uid":"98a107e5f63a8ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98a107e5f63a8ede","status":"passed","time":{"start":1707769841910,"stop":1707769841910,"duration":0}},{"uid":"3d7a6ce52532bcc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d7a6ce52532bcc4","status":"passed","time":{"start":1707759921464,"stop":1707759921464,"duration":0}},{"uid":"45595d3da0cf0a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45595d3da0cf0a95","status":"passed","time":{"start":1707757624890,"stop":1707757624890,"duration":0}},{"uid":"bc661a28b315beff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc661a28b315beff","status":"passed","time":{"start":1707756261840,"stop":1707756261841,"duration":1}},{"uid":"183ff73b1c444ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/183ff73b1c444ee2","status":"passed","time":{"start":1707753651190,"stop":1707753651190,"duration":0}},{"uid":"4937e2caa2776965","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4937e2caa2776965","status":"passed","time":{"start":1707753409606,"stop":1707753409608,"duration":2}},{"uid":"c2fce5c1e4a4917","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2fce5c1e4a4917","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"24aea21f2c9f8637","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24aea21f2c9f8637","status":"passed","time":{"start":1707736708337,"stop":1707736708337,"duration":0}},{"uid":"880adcc041db973b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/880adcc041db973b","status":"passed","time":{"start":1707735914395,"stop":1707735914395,"duration":0}}]},"7c71b2c6ac234afb463aaabfa5515907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60250696ce9b5b66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/60250696ce9b5b66","status":"passed","time":{"start":1707756664012,"stop":1707756664013,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6ef6f7a36daee101","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ef6f7a36daee101","status":"passed","time":{"start":1707778126350,"stop":1707778126351,"duration":1}},{"uid":"d28ffbe848717831","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d28ffbe848717831","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"1d42b6c504ec26e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d42b6c504ec26e0","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"8a51aab334175b71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a51aab334175b71","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"duration":1}},{"uid":"7eef43950c19ca78","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eef43950c19ca78","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"7966f283a62bec4a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7966f283a62bec4a","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c127d50fe93f116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c127d50fe93f116b","status":"passed","time":{"start":1707757804302,"stop":1707757804303,"duration":1}},{"uid":"8dcedc179c748d7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dcedc179c748d7c","status":"passed","time":{"start":1707756422350,"stop":1707756422351,"duration":1}},{"uid":"d2b0b84c7bd63687","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b0b84c7bd63687","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"a534c8e8520dd438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a534c8e8520dd438","status":"passed","time":{"start":1707753586167,"stop":1707753586168,"duration":1}},{"uid":"4d00f1f5f91624ab","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d00f1f5f91624ab","status":"passed","time":{"start":1707750964810,"stop":1707750964811,"duration":1}},{"uid":"3d8f322ccf2d52da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d8f322ccf2d52da","status":"passed","time":{"start":1707736890441,"stop":1707736890441,"duration":0}},{"uid":"e8bbbf6cdfe54062","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bbbf6cdfe54062","status":"passed","time":{"start":1707736096393,"stop":1707736096394,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f6cc67280476087","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6cc67280476087","status":"passed","time":{"start":1707778002172,"stop":1707778002172,"duration":0}},{"uid":"69485fb2daa1c090","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69485fb2daa1c090","status":"passed","time":{"start":1707775288512,"stop":1707775288512,"duration":0}},{"uid":"a73bbd481bbad993","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a73bbd481bbad993","status":"passed","time":{"start":1707775094106,"stop":1707775094107,"duration":1}},{"uid":"36b6075670fa4a43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36b6075670fa4a43","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2}},{"uid":"2c88f9f1021c10b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c88f9f1021c10b4","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"d84945b15e08e84e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d84945b15e08e84e","status":"passed","time":{"start":1707759985515,"stop":1707759985515,"duration":0}},{"uid":"246e3ddb50f441ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246e3ddb50f441ee","status":"passed","time":{"start":1707757677815,"stop":1707757677815,"duration":0}},{"uid":"8c207d1784097e5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c207d1784097e5a","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"eef6bf15eea9f798","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef6bf15eea9f798","status":"passed","time":{"start":1707753735504,"stop":1707753735505,"duration":1}},{"uid":"e6067cd0e0157a12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6067cd0e0157a12","status":"passed","time":{"start":1707753472972,"stop":1707753472972,"duration":0}},{"uid":"561de5243cb405d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/561de5243cb405d0","status":"passed","time":{"start":1707750845171,"stop":1707750845172,"duration":1}},{"uid":"46af16c51fbe86ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46af16c51fbe86ab","status":"passed","time":{"start":1707736769679,"stop":1707736769680,"duration":1}},{"uid":"676318b5b95b062c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/676318b5b95b062c","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7c19468380dc7e91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c19468380dc7e91","status":"passed","time":{"start":1707777859853,"stop":1707777859853,"duration":0}},{"uid":"b3eefba927c049bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3eefba927c049bd","status":"passed","time":{"start":1707775133667,"stop":1707775133668,"duration":1}},{"uid":"88e5e665cc57c8d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/88e5e665cc57c8d3","status":"passed","time":{"start":1707774942681,"stop":1707774942681,"duration":0}},{"uid":"ec3f381eee5e3cb3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec3f381eee5e3cb3","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"duration":0}},{"uid":"608ac624e2e3071c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/608ac624e2e3071c","status":"passed","time":{"start":1707769735033,"stop":1707769735033,"duration":0}},{"uid":"c830107cc6b557a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c830107cc6b557a2","status":"passed","time":{"start":1707759831194,"stop":1707759831194,"duration":0}},{"uid":"dc8da088f5063978","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc8da088f5063978","status":"passed","time":{"start":1707757528822,"stop":1707757528823,"duration":1}},{"uid":"31bb4ba3c41be7a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31bb4ba3c41be7a4","status":"passed","time":{"start":1707756157290,"stop":1707756157291,"duration":1}},{"uid":"2a69e4e85661f3ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a69e4e85661f3ab","status":"passed","time":{"start":1707753578471,"stop":1707753578472,"duration":1}},{"uid":"44363e36de7691da","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44363e36de7691da","status":"passed","time":{"start":1707753307894,"stop":1707753307895,"duration":1}},{"uid":"cc19f215db195e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cc19f215db195e8","status":"passed","time":{"start":1707750703126,"stop":1707750703126,"duration":0}},{"uid":"6d3c74549449f221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3c74549449f221","status":"passed","time":{"start":1707736629970,"stop":1707736629970,"duration":0}},{"uid":"d858aa4f1523e4f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d858aa4f1523e4f8","status":"passed","time":{"start":1707735809088,"stop":1707735809088,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"47e111feb5969c9a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47e111feb5969c9a","status":"passed","time":{"start":1707778126354,"stop":1707778126355,"duration":1}},{"uid":"796c5bb79ac0c966","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/796c5bb79ac0c966","status":"passed","time":{"start":1707775409494,"stop":1707775409495,"duration":1}},{"uid":"4879f06f8c69777f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4879f06f8c69777f","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"8fb45e5129fe4d13","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb45e5129fe4d13","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"be0056ad9bf1c4b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be0056ad9bf1c4b4","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a2d2d0df38136a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a2d2d0df38136a","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"2a9a21954a8ae501","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a9a21954a8ae501","status":"passed","time":{"start":1707757804308,"stop":1707757804316,"duration":8}},{"uid":"d0f53bc8e2f197a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0f53bc8e2f197a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"d6bd6ed70dbde820","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6bd6ed70dbde820","status":"passed","time":{"start":1707753796553,"stop":1707753796554,"duration":1}},{"uid":"45bad8641b494ed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bad8641b494ed2","status":"passed","time":{"start":1707753586169,"stop":1707753586170,"duration":1}},{"uid":"d99d0d2503cf1d07","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d99d0d2503cf1d07","status":"passed","time":{"start":1707750964813,"stop":1707750964813,"duration":0}},{"uid":"6f26b65bb944c2a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f26b65bb944c2a5","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"8b683810ce7ebf52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b683810ce7ebf52","status":"passed","time":{"start":1707736096395,"stop":1707736096396,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe635e77a0bcc723","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe635e77a0bcc723","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"6a58879c83f5426b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a58879c83f5426b","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e928793ddb3b965c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e928793ddb3b965c","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"828aaaa833252e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/828aaaa833252e5","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"80fe676ed1bc1009","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80fe676ed1bc1009","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"1434f54c3d1a11a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1434f54c3d1a11a2","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"92bf5e465ece78ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92bf5e465ece78ad","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"6dc7a83da21ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dc7a83da21ea1a1","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"a83a260a3ab412c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a83a260a3ab412c9","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"16baceee24309467","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16baceee24309467","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"188708c20676ea47","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/188708c20676ea47","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"47a1e98c08f1d531","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/47a1e98c08f1d531","status":"passed","time":{"start":1707736511735,"stop":1707736511736,"duration":1}},{"uid":"23b0c6ef734c9766","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23b0c6ef734c9766","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ed846368f999d78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ed846368f999d78","status":"passed","time":{"start":1707777973004,"stop":1707777973004,"duration":0}},{"uid":"4102d6b77940d055","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4102d6b77940d055","status":"passed","time":{"start":1707775244533,"stop":1707775244533,"duration":0}},{"uid":"4a94d99a365a51c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a94d99a365a51c1","status":"passed","time":{"start":1707775050822,"stop":1707775050823,"duration":1}},{"uid":"b3a45460904e96c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3a45460904e96c7","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"4581f2c4fc11ebcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4581f2c4fc11ebcc","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"57432f4ce881b82","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57432f4ce881b82","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"c138f1f0e0c8a00c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c138f1f0e0c8a00c","status":"passed","time":{"start":1707757644394,"stop":1707757644395,"duration":1}},{"uid":"3be225fccefa491a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3be225fccefa491a","status":"passed","time":{"start":1707756267915,"stop":1707756267916,"duration":1}},{"uid":"f516b8f0a060b243","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f516b8f0a060b243","status":"passed","time":{"start":1707753668079,"stop":1707753668082,"duration":3}},{"uid":"bf16a1a9349142b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bf16a1a9349142b0","status":"passed","time":{"start":1707753423542,"stop":1707753423542,"duration":0}},{"uid":"840a433b1b6ed3f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/840a433b1b6ed3f3","status":"passed","time":{"start":1707750796036,"stop":1707750796037,"duration":1}},{"uid":"bee70d4224690e5f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bee70d4224690e5f","status":"passed","time":{"start":1707736730657,"stop":1707736730658,"duration":1}},{"uid":"b8199399af327158","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8199399af327158","status":"passed","time":{"start":1707735912130,"stop":1707735912130,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a5a756b9a46d2b17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a5a756b9a46d2b17","status":"passed","time":{"start":1707777977655,"stop":1707777977655,"duration":0}},{"uid":"e18c595e4239755a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e18c595e4239755a","status":"passed","time":{"start":1707775258446,"stop":1707775258447,"duration":1}},{"uid":"8f5607f49fa7c086","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5607f49fa7c086","status":"passed","time":{"start":1707775081977,"stop":1707775081978,"duration":1}},{"uid":"4b96aa1a3c710dea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b96aa1a3c710dea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"e404fc4b71294d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e404fc4b71294d4","status":"passed","time":{"start":1707769841887,"stop":1707769841887,"duration":0}},{"uid":"ddfea25cdced9dfc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddfea25cdced9dfc","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"43e7d101fd451a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/43e7d101fd451a27","status":"passed","time":{"start":1707757624863,"stop":1707757624865,"duration":2}},{"uid":"279dbab1b30a03d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/279dbab1b30a03d7","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"2647dcc284674a72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2647dcc284674a72","status":"passed","time":{"start":1707753651130,"stop":1707753651131,"duration":1}},{"uid":"b04b237f3e59c6e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b04b237f3e59c6e5","status":"passed","time":{"start":1707753409575,"stop":1707753409575,"duration":0}},{"uid":"6364dec027223f2f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6364dec027223f2f","status":"passed","time":{"start":1707736708311,"stop":1707736708312,"duration":1}},{"uid":"b013063f07037796","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b013063f07037796","status":"passed","time":{"start":1707735914374,"stop":1707735914375,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5773fcb881a3dba1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5773fcb881a3dba1","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"b5b3148f78c43bc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b3148f78c43bc1","status":"passed","time":{"start":1707775395375,"stop":1707775395376,"duration":1}},{"uid":"de5a8c880a286315","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de5a8c880a286315","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"a0c83500591e4681","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0c83500591e4681","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2}},{"uid":"199a531f6d405a68","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/199a531f6d405a68","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"23431bfb7ac98c39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23431bfb7ac98c39","status":"passed","time":{"start":1707760095402,"stop":1707760095403,"duration":1}},{"uid":"1305310d11dac589","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1305310d11dac589","status":"passed","time":{"start":1707757790735,"stop":1707757790736,"duration":1}},{"uid":"51bc0fb9acd0ae0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51bc0fb9acd0ae0a","status":"passed","time":{"start":1707756409544,"stop":1707756409545,"duration":1}},{"uid":"7cb5a148ca671417","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cb5a148ca671417","status":"passed","time":{"start":1707753793189,"stop":1707753793190,"duration":1}},{"uid":"a7173bbfa7a40178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7173bbfa7a40178","status":"passed","time":{"start":1707753573529,"stop":1707753573529,"duration":0}},{"uid":"c44849a0ab33a4f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c44849a0ab33a4f9","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"953dc04501787b62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/953dc04501787b62","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"42655a4fdb73ba9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/42655a4fdb73ba9a","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"65d1c37b3aa0206e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/65d1c37b3aa0206e","status":"passed","time":{"start":1707777977658,"stop":1707777977659,"duration":1}},{"uid":"ab0b80cfddebdca7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab0b80cfddebdca7","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"63c28dcb34611484","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63c28dcb34611484","status":"passed","time":{"start":1707775081990,"stop":1707775081990,"duration":0}},{"uid":"dccba2d9f830efb2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dccba2d9f830efb2","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"duration":0}},{"uid":"35539a565f8417d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35539a565f8417d1","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"83ac76e2dd4f0be5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/83ac76e2dd4f0be5","status":"passed","time":{"start":1707759921445,"stop":1707759921446,"duration":1}},{"uid":"d0b41a4acc5b0065","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d0b41a4acc5b0065","status":"passed","time":{"start":1707757624869,"stop":1707757624870,"duration":1}},{"uid":"10b167fc1368f880","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10b167fc1368f880","status":"passed","time":{"start":1707756261731,"stop":1707756261731,"duration":0}},{"uid":"78c156c9950a66df","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78c156c9950a66df","status":"passed","time":{"start":1707753651135,"stop":1707753651135,"duration":0}},{"uid":"a3a0f91071b0b176","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3a0f91071b0b176","status":"passed","time":{"start":1707753409578,"stop":1707753409579,"duration":1}},{"uid":"5641b69c96bb724b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5641b69c96bb724b","status":"passed","time":{"start":1707750722036,"stop":1707750722036,"duration":0}},{"uid":"a697ad900892a915","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a697ad900892a915","status":"passed","time":{"start":1707736708316,"stop":1707736708317,"duration":1}},{"uid":"1ce11b8d63aec10a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ce11b8d63aec10a","status":"passed","time":{"start":1707735914378,"stop":1707735914379,"duration":1}}]},"f81f25a66a20aa470bceb1915da634c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d09349b31e91dcdd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d09349b31e91dcdd","status":"passed","time":{"start":1707751136364,"stop":1707751136364,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"38e4a3a45d33a0d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38e4a3a45d33a0d4","status":"passed","time":{"start":1707777972993,"stop":1707777972994,"duration":1}},{"uid":"9154c88bafca39d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9154c88bafca39d2","status":"passed","time":{"start":1707775244524,"stop":1707775244525,"duration":1}},{"uid":"d1f15cc10f505872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1f15cc10f505872","status":"passed","time":{"start":1707775050813,"stop":1707775050813,"duration":0}},{"uid":"d793e09e88ffa36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d793e09e88ffa36a","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1}},{"uid":"1309d55fe229b7f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1309d55fe229b7f1","status":"passed","time":{"start":1707769843139,"stop":1707769843140,"duration":1}},{"uid":"fe64f3fa614cc1fc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe64f3fa614cc1fc","status":"passed","time":{"start":1707759965183,"stop":1707759965184,"duration":1}},{"uid":"8a07d6171cab533","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a07d6171cab533","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"5c37997f4916ad2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c37997f4916ad2b","status":"passed","time":{"start":1707756267893,"stop":1707756267894,"duration":1}},{"uid":"4362bc39dfae62b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4362bc39dfae62b4","status":"passed","time":{"start":1707753668022,"stop":1707753668023,"duration":1}},{"uid":"5c81c1d9c84cdfde","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c81c1d9c84cdfde","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"97b9b13a2cb1739b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97b9b13a2cb1739b","status":"passed","time":{"start":1707750796024,"stop":1707750796024,"duration":0}},{"uid":"c928000ebaf3bbbc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c928000ebaf3bbbc","status":"passed","time":{"start":1707736730634,"stop":1707736730635,"duration":1}},{"uid":"1681ed348968a23b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1681ed348968a23b","status":"passed","time":{"start":1707735912114,"stop":1707735912115,"duration":1}}]},"131fb74016cec0ae3efa2b7d1f93ff68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409ee43c1014f032","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/409ee43c1014f032","status":"passed","time":{"start":1707778114674,"stop":1707778114675,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b48f2fcc673a39d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b48f2fcc673a39d8","status":"passed","time":{"start":1707778202466,"stop":1707778202467,"duration":1}},{"uid":"928d9e13e91864b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/928d9e13e91864b1","status":"passed","time":{"start":1707775486613,"stop":1707775486613,"duration":0}},{"uid":"1dca06991a343a8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1dca06991a343a8d","status":"passed","time":{"start":1707775300130,"stop":1707775300130,"duration":0}},{"uid":"711c618cdd2e0af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/711c618cdd2e0af0","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"duration":1}},{"uid":"8717f4d271af4e5d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8717f4d271af4e5d","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"ffc0a04b04594ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffc0a04b04594ca7","status":"passed","time":{"start":1707760174007,"stop":1707760174008,"duration":1}},{"uid":"db936a8524957633","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/db936a8524957633","status":"passed","time":{"start":1707757873909,"stop":1707757873909,"duration":0}},{"uid":"b3217122fbddd3e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3217122fbddd3e1","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"6c61572a3be0492f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c61572a3be0492f","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"5e851703302cd643","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e851703302cd643","status":"passed","time":{"start":1707753647493,"stop":1707753647495,"duration":2}},{"uid":"aa64eec0b6b90f41","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa64eec0b6b90f41","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"926891a4d885b160","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/926891a4d885b160","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"ec5641a47e6f8936","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec5641a47e6f8936","status":"passed","time":{"start":1707736152498,"stop":1707736152499,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"ec5fe41cd0ec798e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec5fe41cd0ec798e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777826932,"stop":1707777826932,"duration":0}},{"uid":"4a710a3ab500c25f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a710a3ab500c25f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"54982fec0b5f8010","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54982fec0b5f8010","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"94927b9fee4ba9d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94927b9fee4ba9d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"dabe2cea21cbf990","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dabe2cea21cbf990","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"9b7e25559dc92430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b7e25559dc92430","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"54f408788e96cf8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54f408788e96cf8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"5e228e63218a0084","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e228e63218a0084","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756124839,"stop":1707756124839,"duration":0}},{"uid":"c4760d21a7a6aaab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4760d21a7a6aaab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753544140,"stop":1707753544141,"duration":1}},{"uid":"5dcd7614700aa079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dcd7614700aa079","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753273866,"stop":1707753273868,"duration":2}},{"uid":"d7699839032c2171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7699839032c2171","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"78b680916afb4f24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/78b680916afb4f24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"610fc9fec1aff7a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/610fc9fec1aff7a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735772597,"stop":1707735772598,"duration":1}}]},"010acff7c2736f3217860d2fa3850e67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec6fcb2e5ddcca0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec6fcb2e5ddcca0f","status":"passed","time":{"start":1707760095404,"stop":1707760095405,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f4a5cbd0391b8c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f4a5cbd0391b8c55","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"12bcd1b95c71a686","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12bcd1b95c71a686","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"49ec108173c309e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ec108173c309e1","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"704b374bbfe5335c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/704b374bbfe5335c","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"duration":1}},{"uid":"5649ad5afa135613","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5649ad5afa135613","status":"passed","time":{"start":1707770134574,"stop":1707770134574,"duration":0}},{"uid":"c1765c15b0ed729f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1765c15b0ed729f","status":"passed","time":{"start":1707760319219,"stop":1707760319220,"duration":1}},{"uid":"5eea3384c4741439","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5eea3384c4741439","status":"passed","time":{"start":1707758014868,"stop":1707758014868,"duration":0}},{"uid":"7ada6977f8b4b062","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7ada6977f8b4b062","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"40c3d44a3542a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/40c3d44a3542a031","status":"passed","time":{"start":1707753945996,"stop":1707753945997,"duration":1}},{"uid":"8eca6c8d0e0730ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8eca6c8d0e0730ec","status":"passed","time":{"start":1707753803975,"stop":1707753803975,"duration":0}},{"uid":"6c883c6b8f5a131e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6c883c6b8f5a131e","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"34a24862e7752d93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34a24862e7752d93","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"a69a408b060bf66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a69a408b060bf66b","status":"passed","time":{"start":1707736302666,"stop":1707736302666,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"77ac286b5d3a78a4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77ac286b5d3a78a4","status":"passed","time":{"start":1707778002164,"stop":1707778002165,"duration":1}},{"uid":"9b7273bcf0343524","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9b7273bcf0343524","status":"passed","time":{"start":1707775288508,"stop":1707775288509,"duration":1}},{"uid":"93bffb7600c688a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/93bffb7600c688a7","status":"passed","time":{"start":1707775094102,"stop":1707775094102,"duration":0}},{"uid":"2b3881fdcb0eb0ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b3881fdcb0eb0ce","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"a6995182d9e0e4fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a6995182d9e0e4fb","status":"passed","time":{"start":1707769883626,"stop":1707769883626,"duration":0}},{"uid":"19d534e75eb81d07","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19d534e75eb81d07","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"9268177645c5202e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9268177645c5202e","status":"passed","time":{"start":1707757677810,"stop":1707757677810,"duration":0}},{"uid":"89872dddf7f11810","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/89872dddf7f11810","status":"passed","time":{"start":1707756291413,"stop":1707756291413,"duration":0}},{"uid":"a3de9f7412481da6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3de9f7412481da6","status":"passed","time":{"start":1707753735501,"stop":1707753735501,"duration":0}},{"uid":"c465db0010676b1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c465db0010676b1c","status":"passed","time":{"start":1707753472968,"stop":1707753472968,"duration":0}},{"uid":"ca8e7f53d2a06f37","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca8e7f53d2a06f37","status":"passed","time":{"start":1707750845160,"stop":1707750845161,"duration":1}},{"uid":"b0de2bac8808d26a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b0de2bac8808d26a","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"3eae84b736bf31fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3eae84b736bf31fd","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4adbe3a3212f1278","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4adbe3a3212f1278","status":"passed","time":{"start":1707778338858,"stop":1707778338859,"duration":1}},{"uid":"eac6f70ed49a8626","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eac6f70ed49a8626","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"111be4d151d168b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/111be4d151d168b9","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"aa2e602284eb2e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2e602284eb2e7c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"7eb0f0b16926dba5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eb0f0b16926dba5","status":"passed","time":{"start":1707769968735,"stop":1707769968735,"duration":0}},{"uid":"30d98a6f67108fbb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/30d98a6f67108fbb","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"2cb7ccf51b7e070b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2cb7ccf51b7e070b","status":"passed","time":{"start":1707758006726,"stop":1707758006726,"duration":0}},{"uid":"41e2ccbc1c121e14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41e2ccbc1c121e14","status":"passed","time":{"start":1707756617064,"stop":1707756617064,"duration":0}},{"uid":"5179c981dad6bc88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5179c981dad6bc88","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"e4820f3ca56395fb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e4820f3ca56395fb","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"5fa58f0cd6e14afb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5fa58f0cd6e14afb","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"b80bbda78f9f1eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b80bbda78f9f1eb","status":"passed","time":{"start":1707737091387,"stop":1707737091390,"duration":3}},{"uid":"846d806f01aefc63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846d806f01aefc63","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8f1367b1bd4321d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8f1367b1bd4321d","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"354e04aaff3cdaa7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/354e04aaff3cdaa7","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"a071dd455b0306a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a071dd455b0306a5","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"325fc2237f44ab8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/325fc2237f44ab8b","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"19c97e0c343b8829","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c97e0c343b8829","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"abdaa1b2eb88a07c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abdaa1b2eb88a07c","status":"passed","time":{"start":1707759737375,"stop":1707759737376,"duration":1}},{"uid":"a90a0818913ea64f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a90a0818913ea64f","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"b062cce2797c5147","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b062cce2797c5147","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"9a072271314d615d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a072271314d615d","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"4f752fd82f2a14a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f752fd82f2a14a2","status":"passed","time":{"start":1707753208670,"stop":1707753208671,"duration":1}},{"uid":"ac3700f93d1c97bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac3700f93d1c97bc","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"31e04d7481866bf5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/31e04d7481866bf5","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"407b7c973a0a11b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/407b7c973a0a11b0","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"415296703b9b67a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/415296703b9b67a1","status":"passed","time":{"start":1707778202462,"stop":1707778202463,"duration":1}},{"uid":"5e9cb3add921f9f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e9cb3add921f9f8","status":"passed","time":{"start":1707775486604,"stop":1707775486606,"duration":2}},{"uid":"ea11c0668dc8dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea11c0668dc8dac5","status":"passed","time":{"start":1707775300126,"stop":1707775300127,"duration":1}},{"uid":"cd0d15345a8080c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd0d15345a8080c6","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0}},{"uid":"285fedef4717ea1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/285fedef4717ea1c","status":"passed","time":{"start":1707770051359,"stop":1707770051359,"duration":0}},{"uid":"284498496e1beed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/284498496e1beed","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"880850bf2db742c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/880850bf2db742c0","status":"passed","time":{"start":1707757873886,"stop":1707757873893,"duration":7}},{"uid":"e4c3b373a5a8ca46","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e4c3b373a5a8ca46","status":"passed","time":{"start":1707756499892,"stop":1707756499892,"duration":0}},{"uid":"ff505826b76fd3fc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff505826b76fd3fc","status":"passed","time":{"start":1707753870420,"stop":1707753870420,"duration":0}},{"uid":"cc4f77a4931ff728","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc4f77a4931ff728","status":"passed","time":{"start":1707753647459,"stop":1707753647462,"duration":3}},{"uid":"d90b39d335ab10dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d90b39d335ab10dd","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"a63dd4fc4b42681c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a63dd4fc4b42681c","status":"passed","time":{"start":1707736947835,"stop":1707736947836,"duration":1}},{"uid":"6e2fe3573fc1b05d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6e2fe3573fc1b05d","status":"passed","time":{"start":1707736152490,"stop":1707736152495,"duration":5}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9b21abfbc5303be5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b21abfbc5303be5","status":"passed","time":{"start":1707777859860,"stop":1707777859860,"duration":0}},{"uid":"d25a85d0d09eb70e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d25a85d0d09eb70e","status":"passed","time":{"start":1707775133679,"stop":1707775133679,"duration":0}},{"uid":"751b0ed7436721f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/751b0ed7436721f5","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"94f18941b3873876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94f18941b3873876","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"duration":0}},{"uid":"998a5af5272b2e7b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/998a5af5272b2e7b","status":"passed","time":{"start":1707769735037,"stop":1707769735049,"duration":12}},{"uid":"fdaa26c769e2679b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fdaa26c769e2679b","status":"passed","time":{"start":1707759831203,"stop":1707759831204,"duration":1}},{"uid":"691c1815d3b6b07d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/691c1815d3b6b07d","status":"passed","time":{"start":1707757528827,"stop":1707757528837,"duration":10}},{"uid":"308b2df0a5a99ab6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/308b2df0a5a99ab6","status":"passed","time":{"start":1707756157296,"stop":1707756157297,"duration":1}},{"uid":"b91fbf6017a6d7ed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b91fbf6017a6d7ed","status":"passed","time":{"start":1707753578477,"stop":1707753578478,"duration":1}},{"uid":"5d1d2aa76704c7a4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d1d2aa76704c7a4","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"4d9d369c3edbbbd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d9d369c3edbbbd3","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"dde1df15a6890fe2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dde1df15a6890fe2","status":"passed","time":{"start":1707736629977,"stop":1707736629979,"duration":2}},{"uid":"def8e52c91496ce8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/def8e52c91496ce8","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"35d85074a2b3482824fc0af7ddabd3e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b1de96073a2b31","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b1de96073a2b31","status":"passed","time":{"start":1707775244530,"stop":1707775244531,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c29707dc03018c19","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c29707dc03018c19","status":"passed","time":{"start":1707778114666,"stop":1707778114666,"duration":0}},{"uid":"43380e273464c4a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/43380e273464c4a3","status":"passed","time":{"start":1707775395369,"stop":1707775395369,"duration":0}},{"uid":"259f1a47e4bd6862","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/259f1a47e4bd6862","status":"passed","time":{"start":1707775205622,"stop":1707775205622,"duration":0}},{"uid":"421ca229551fe733","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/421ca229551fe733","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0}},{"uid":"ab559f583881af4e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ab559f583881af4e","status":"passed","time":{"start":1707769983267,"stop":1707769983267,"duration":0}},{"uid":"47d32e22f2d1f60e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/47d32e22f2d1f60e","status":"passed","time":{"start":1707760095396,"stop":1707760095396,"duration":0}},{"uid":"94657430d42ac781","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94657430d42ac781","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"485bba68892b95e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/485bba68892b95e7","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"ab009dcedc0002e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab009dcedc0002e5","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"6f6ac7656eac3ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f6ac7656eac3ea","status":"passed","time":{"start":1707753573522,"stop":1707753573523,"duration":1}},{"uid":"34259d401efb04d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/34259d401efb04d2","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"647825b9f42075a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/647825b9f42075a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"40f8e0c5e601ae32","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40f8e0c5e601ae32","status":"passed","time":{"start":1707736081264,"stop":1707736081265,"duration":1}}]},"6aec30bb3cc3318fba6fd20aa6d3e9a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"395daa74d1d91d8a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/395daa74d1d91d8a","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e650b6f54e6df667","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e650b6f54e6df667","status":"passed","time":{"start":1707778338854,"stop":1707778338855,"duration":1}},{"uid":"b883e1b647fef285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b883e1b647fef285","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"8c1414b0bc56f89e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c1414b0bc56f89e","status":"passed","time":{"start":1707775390245,"stop":1707775390245,"duration":0}},{"uid":"9b293c09d5992ddd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b293c09d5992ddd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"1900e728975cead3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1900e728975cead3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"e64bceb456e06f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e64bceb456e06f9","status":"passed","time":{"start":1707760301823,"stop":1707760301824,"duration":1}},{"uid":"d6f32caa6587de0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6f32caa6587de0","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"ca9a1201c5361ad2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca9a1201c5361ad2","status":"passed","time":{"start":1707756617056,"stop":1707756617056,"duration":0}},{"uid":"bc8d3fda4fe12f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc8d3fda4fe12f1","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c946789fbe7852fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c946789fbe7852fe","status":"passed","time":{"start":1707753782775,"stop":1707753782776,"duration":1}},{"uid":"d0b226175929c37d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0b226175929c37d","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"e41799162b0a9cad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e41799162b0a9cad","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"ca890025956fed7d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca890025956fed7d","status":"passed","time":{"start":1707736260160,"stop":1707736260161,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c5cfdd240f208381","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5cfdd240f208381","status":"passed","time":{"start":1707777754770,"stop":1707777754771,"duration":1}},{"uid":"b64920b05e098b9d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b64920b05e098b9d","status":"passed","time":{"start":1707775031078,"stop":1707775031078,"duration":0}},{"uid":"5e38e8035b3bbb05","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5e38e8035b3bbb05","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"21bbd40568403876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21bbd40568403876","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0}},{"uid":"d600637afb7d5b72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d600637afb7d5b72","status":"passed","time":{"start":1707769633037,"stop":1707769633038,"duration":1}},{"uid":"71b3408a4414aafe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71b3408a4414aafe","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"92dc5410f00cde5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92dc5410f00cde5a","status":"passed","time":{"start":1707757422582,"stop":1707757422582,"duration":0}},{"uid":"8df7745a1c0b9a58","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8df7745a1c0b9a58","status":"passed","time":{"start":1707756052100,"stop":1707756052101,"duration":1}},{"uid":"d2102904a0ca4446","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2102904a0ca4446","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"e15b20b3394e6794","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e15b20b3394e6794","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"3963d903e329fca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3963d903e329fca1","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"65e04d0d65d22fef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65e04d0d65d22fef","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"6875ca4a7d71f69","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6875ca4a7d71f69","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18fe2445b781198b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18fe2445b781198b","status":"passed","time":{"start":1707778343612,"stop":1707778343613,"duration":1}},{"uid":"c6b34075e8b8afb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c6b34075e8b8afb2","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"924dbabbaafe6706","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/924dbabbaafe6706","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"67bbd8491ad92a1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67bbd8491ad92a1a","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"3a7745ca18b31769","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a7745ca18b31769","status":"passed","time":{"start":1707770126650,"stop":1707770126650,"duration":0}},{"uid":"1aaae7fff58f2f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1aaae7fff58f2f23","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"794888dc8dc505a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/794888dc8dc505a3","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"f60a76e2b31d7803","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f60a76e2b31d7803","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"62023f7797656aa6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/62023f7797656aa6","status":"passed","time":{"start":1707753934639,"stop":1707753934641,"duration":2}},{"uid":"6e5804ae345276db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e5804ae345276db","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"7c5591151a2a6d8d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c5591151a2a6d8d","status":"passed","time":{"start":1707751117571,"stop":1707751117572,"duration":1}},{"uid":"9b49c42ac5ca0cf4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b49c42ac5ca0cf4","status":"passed","time":{"start":1707737090806,"stop":1707737090807,"duration":1}},{"uid":"c9bd5c88ed383d7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c9bd5c88ed383d7f","status":"passed","time":{"start":1707736296308,"stop":1707736296308,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ad7f7c1e19cdb631","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad7f7c1e19cdb631","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"255ac9a891d386c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/255ac9a891d386c4","status":"passed","time":{"start":1707775031071,"stop":1707775031072,"duration":1}},{"uid":"48319a02d831f1bc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48319a02d831f1bc","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"fe45b00675a1c1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe45b00675a1c1a7","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"duration":0}},{"uid":"87f2bdbcd8ad9ea1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87f2bdbcd8ad9ea1","status":"passed","time":{"start":1707769632866,"stop":1707769632866,"duration":0}},{"uid":"c6a430b86df62d1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6a430b86df62d1b","status":"passed","time":{"start":1707759727625,"stop":1707759727626,"duration":1}},{"uid":"edfbb66f4d2e7a3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edfbb66f4d2e7a3c","status":"passed","time":{"start":1707757422397,"stop":1707757422398,"duration":1}},{"uid":"14c68c5caf623470","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14c68c5caf623470","status":"passed","time":{"start":1707756051815,"stop":1707756051815,"duration":0}},{"uid":"c6ece7ccb7944f51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6ece7ccb7944f51","status":"passed","time":{"start":1707753470070,"stop":1707753470071,"duration":1}},{"uid":"71b3f37bd62a51b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71b3f37bd62a51b3","status":"passed","time":{"start":1707753198802,"stop":1707753198802,"duration":0}},{"uid":"106e4429930ed93e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/106e4429930ed93e","status":"passed","time":{"start":1707750599091,"stop":1707750599091,"duration":0}},{"uid":"75fab65628553e0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75fab65628553e0d","status":"passed","time":{"start":1707736516545,"stop":1707736516546,"duration":1}},{"uid":"41db695d1a4c96d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41db695d1a4c96d8","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1e11bc1516bcf938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e11bc1516bcf938","status":"passed","time":{"start":1707778092878,"stop":1707778092884,"duration":6}},{"uid":"65ed07337405110a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ed07337405110a","status":"passed","time":{"start":1707775368918,"stop":1707775368919,"duration":1}},{"uid":"6f0fa2853d5add7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6f0fa2853d5add7c","status":"passed","time":{"start":1707775183287,"stop":1707775183287,"duration":0}},{"uid":"bc440b139c9fc458","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc440b139c9fc458","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1}},{"uid":"867257741ce7c59a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/867257741ce7c59a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"f94bd36f41b7045b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f94bd36f41b7045b","status":"passed","time":{"start":1707760073028,"stop":1707760073031,"duration":3}},{"uid":"fa3e08dafdc25867","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa3e08dafdc25867","status":"passed","time":{"start":1707757771073,"stop":1707757771073,"duration":0}},{"uid":"ddcda0d50ef9514c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddcda0d50ef9514c","status":"passed","time":{"start":1707756387891,"stop":1707756387891,"duration":0}},{"uid":"b6ffb9772c6db03f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6ffb9772c6db03f","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"474bd269c1d47eed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/474bd269c1d47eed","status":"passed","time":{"start":1707753549844,"stop":1707753549845,"duration":1}},{"uid":"e4a6c37967972d24","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4a6c37967972d24","status":"passed","time":{"start":1707750934222,"stop":1707750934222,"duration":0}},{"uid":"9e4746e43535b2d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e4746e43535b2d0","status":"passed","time":{"start":1707736857300,"stop":1707736857300,"duration":0}},{"uid":"7a0ac067c03864ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a0ac067c03864ee","status":"passed","time":{"start":1707736056534,"stop":1707736056534,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de9fc83333c01153","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de9fc83333c01153","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"6fbc8a4b631363c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6fbc8a4b631363c9","status":"passed","time":{"start":1707775409486,"stop":1707775409492,"duration":6}},{"uid":"f5b94241626f97aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5b94241626f97aa","status":"passed","time":{"start":1707775219999,"stop":1707775220000,"duration":1}},{"uid":"ebb46bdddbe6fd5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebb46bdddbe6fd5e","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1}},{"uid":"6f1e6a1ef63b183e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6f1e6a1ef63b183e","status":"passed","time":{"start":1707769994545,"stop":1707769994545,"duration":0}},{"uid":"7532496134fcdc6b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7532496134fcdc6b","status":"passed","time":{"start":1707760106460,"stop":1707760106460,"duration":0}},{"uid":"66123ee5f3046e5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66123ee5f3046e5b","status":"passed","time":{"start":1707757804300,"stop":1707757804301,"duration":1}},{"uid":"47c8564be44bfb3a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/47c8564be44bfb3a","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"94c3591fa1dab7be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94c3591fa1dab7be","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"89df62c8591dbc98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89df62c8591dbc98","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"f583be82da667059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f583be82da667059","status":"passed","time":{"start":1707750964808,"stop":1707750964809,"duration":1}},{"uid":"cf130a2ce6b274a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf130a2ce6b274a7","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"7ffef70a35ffd0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ffef70a35ffd0e0","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5b7de0689a294d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b7de0689a294d14","status":"passed","time":{"start":1707777826929,"stop":1707777826930,"duration":1}},{"uid":"6853f19c3f4eeb70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6853f19c3f4eeb70","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"7b469dfa2f8228c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b469dfa2f8228c5","status":"passed","time":{"start":1707774906442,"stop":1707774906443,"duration":1}},{"uid":"50d0ef14bc3be711","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50d0ef14bc3be711","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"4ce13368df6c8a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ce13368df6c8a66","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"ae8add404a418da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8add404a418da","status":"passed","time":{"start":1707759800530,"stop":1707759800531,"duration":1}},{"uid":"aa9246e85693e0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa9246e85693e0d3","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"65574bf3ea79db15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65574bf3ea79db15","status":"passed","time":{"start":1707756124836,"stop":1707756124837,"duration":1}},{"uid":"55c0879729244e00","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55c0879729244e00","status":"passed","time":{"start":1707753544139,"stop":1707753544139,"duration":0}},{"uid":"f079ac859e543821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f079ac859e543821","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"7a0425181e1c7548","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a0425181e1c7548","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"ef3eeb0182a0f2ba","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3eeb0182a0f2ba","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"8cdc85c9438bc49f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8cdc85c9438bc49f","status":"passed","time":{"start":1707735772596,"stop":1707735772597,"duration":1}}]},"99999fe5891aee3d6f3f8eb1a248dc03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b96812c18f04ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b96812c18f04ce","status":"passed","time":{"start":1707756267910,"stop":1707756267911,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9ed7510cb81152bb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ed7510cb81152bb","status":"passed","time":{"start":1707777741283,"stop":1707777741284,"duration":1}},{"uid":"ff42e32f673e9ba9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff42e32f673e9ba9","status":"passed","time":{"start":1707775017581,"stop":1707775017582,"duration":1}},{"uid":"35e9aeb00c9e8b59","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35e9aeb00c9e8b59","status":"passed","time":{"start":1707774819157,"stop":1707774819158,"duration":1}},{"uid":"9fee36f20095e4f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fee36f20095e4f","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"duration":1}},{"uid":"49af121de154ef9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49af121de154ef9c","status":"passed","time":{"start":1707769619244,"stop":1707769619246,"duration":2}},{"uid":"3155bacc234bc144","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3155bacc234bc144","status":"passed","time":{"start":1707759714506,"stop":1707759714506,"duration":0}},{"uid":"6422ed171bdce2ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6422ed171bdce2ec","status":"passed","time":{"start":1707757408919,"stop":1707757408920,"duration":1}},{"uid":"8aeb99bb6391fc82","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8aeb99bb6391fc82","status":"passed","time":{"start":1707756038647,"stop":1707756038648,"duration":1}},{"uid":"bbdfd8fe48bf2dd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbdfd8fe48bf2dd0","status":"passed","time":{"start":1707753456818,"stop":1707753456818,"duration":0}},{"uid":"b3f77d5c12b014a3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3f77d5c12b014a3","status":"passed","time":{"start":1707753185025,"stop":1707753185025,"duration":0}},{"uid":"e6cb2a71aebf55d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6cb2a71aebf55d1","status":"passed","time":{"start":1707750585688,"stop":1707750585689,"duration":1}},{"uid":"8622e2b841fddf7d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8622e2b841fddf7d","status":"passed","time":{"start":1707736503240,"stop":1707736503241,"duration":1}},{"uid":"fadb974e0c13bbfe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fadb974e0c13bbfe","status":"passed","time":{"start":1707735684538,"stop":1707735684539,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"ad5f79e861f34d26","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad5f79e861f34d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"d4463ae7405eb2ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4463ae7405eb2ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"c87549886965f03d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c87549886965f03d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"a8f39824771c7567","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a8f39824771c7567","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"b9294c6f6e7172fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9294c6f6e7172fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"3dea7f62062b5e8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dea7f62062b5e8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106457,"stop":1707760106457,"duration":0}},{"uid":"ad7e6a4dc44f6062","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad7e6a4dc44f6062","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804295,"duration":1}},{"uid":"662bc9a08827c08c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662bc9a08827c08c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422347,"duration":1}},{"uid":"34b91eada9d8380d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34b91eada9d8380d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"7f344e21784df7d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f344e21784df7d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"811481c96880a357","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/811481c96880a357","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"8a514315132bc555","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a514315132bc555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"770525f3e68826da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/770525f3e68826da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"602123f839c2790fcbde5ed1a651aa5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"216572bf2cfb22ea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/216572bf2cfb22ea","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f0488c032541a92e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0488c032541a92e","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"96e173655408fcd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e173655408fcd1","status":"passed","time":{"start":1707775545728,"stop":1707775545729,"duration":1}},{"uid":"5ccdc0905df38a71","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ccdc0905df38a71","status":"passed","time":{"start":1707775359952,"stop":1707775359953,"duration":1}},{"uid":"3315332233dd4c44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3315332233dd4c44","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ed9a1589af8f324e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ed9a1589af8f324e","status":"passed","time":{"start":1707770099496,"stop":1707770099497,"duration":1}},{"uid":"1de8f78fb8845469","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1de8f78fb8845469","status":"passed","time":{"start":1707760242014,"stop":1707760242015,"duration":1}},{"uid":"dddeacf310a04099","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dddeacf310a04099","status":"passed","time":{"start":1707757936357,"stop":1707757936357,"duration":0}},{"uid":"48d334ef0515a6ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48d334ef0515a6ea","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"cd85849d586a005b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd85849d586a005b","status":"passed","time":{"start":1707753906982,"stop":1707753906983,"duration":1}},{"uid":"80ab265433048a5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/80ab265433048a5c","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"21eef9a96e6481de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/21eef9a96e6481de","status":"passed","time":{"start":1707751082965,"stop":1707751082965,"duration":0}},{"uid":"5f5eb6ba0c67391d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f5eb6ba0c67391d","status":"passed","time":{"start":1707736996442,"stop":1707736996442,"duration":0}},{"uid":"5d2b9e6f940c6c1c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d2b9e6f940c6c1c","status":"passed","time":{"start":1707736227461,"stop":1707736227461,"duration":0}}]},"fd390aa89ea3a135fe5bf5d884d0ac9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aface0bf0b14b46b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aface0bf0b14b46b","status":"passed","time":{"start":1707753647525,"stop":1707753647526,"duration":1}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bedfd67c40616dc1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bedfd67c40616dc1","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"ce029271bc9d1e81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ce029271bc9d1e81","status":"passed","time":{"start":1707775627621,"stop":1707775627621,"duration":0}},{"uid":"ee2a8225f139c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee2a8225f139c95","status":"passed","time":{"start":1707775424998,"stop":1707775424998,"duration":0}},{"uid":"9e3f254b547dbbd8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e3f254b547dbbd8","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"duration":0}},{"uid":"947ca0448a9b36d3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/947ca0448a9b36d3","status":"passed","time":{"start":1707770134573,"stop":1707770134574,"duration":1}},{"uid":"3501299bdf9d29b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3501299bdf9d29b1","status":"passed","time":{"start":1707760319219,"stop":1707760319219,"duration":0}},{"uid":"61d07827dc29892f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61d07827dc29892f","status":"passed","time":{"start":1707758014867,"stop":1707758014868,"duration":1}},{"uid":"c88e986cf3d1d59a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88e986cf3d1d59a","status":"passed","time":{"start":1707756639368,"stop":1707756639368,"duration":0}},{"uid":"cf87a15241445c8e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf87a15241445c8e","status":"passed","time":{"start":1707753945994,"stop":1707753945995,"duration":1}},{"uid":"5213ac71fdc77133","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5213ac71fdc77133","status":"passed","time":{"start":1707753803974,"stop":1707753803975,"duration":1}},{"uid":"ae6d4baafbfbaa53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae6d4baafbfbaa53","status":"passed","time":{"start":1707751138034,"stop":1707751138034,"duration":0}},{"uid":"2554924c30f68fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2554924c30f68fbd","status":"passed","time":{"start":1707737096087,"stop":1707737096087,"duration":0}},{"uid":"9ac65efcb7f8f4fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ac65efcb7f8f4fc","status":"passed","time":{"start":1707736302665,"stop":1707736302666,"duration":1}}]},"e20c821a90ffb988ad8f695ca545a4f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ae80a703685949","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32ae80a703685949","status":"passed","time":{"start":1707756499932,"stop":1707756499936,"duration":4}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d310c7a63fbc06f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d310c7a63fbc06f1","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"a55b0240e4493091","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a55b0240e4493091","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"57811c74d03aa39b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/57811c74d03aa39b","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"e66fbc78f72fe03f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e66fbc78f72fe03f","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"e05a2984cebdb84f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e05a2984cebdb84f","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"3a312e96210b977f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a312e96210b977f","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"4299571218359ccd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4299571218359ccd","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"849f424e89fd24d5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/849f424e89fd24d5","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b6959594357151fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6959594357151fe","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"e891f790fb6c5b21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e891f790fb6c5b21","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"af2d384de4f67dfe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af2d384de4f67dfe","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"192a60c50102c356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/192a60c50102c356","status":"passed","time":{"start":1707736511742,"stop":1707736511743,"duration":1}},{"uid":"70e8f6109c6adbe5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70e8f6109c6adbe5","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c50e1153360786c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c50e1153360786c7","status":"passed","time":{"start":1707777997102,"stop":1707777997103,"duration":1}},{"uid":"717e5cf81ac367f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/717e5cf81ac367f2","status":"passed","time":{"start":1707775275742,"stop":1707775275743,"duration":1}},{"uid":"3207358e95db179b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3207358e95db179b","status":"passed","time":{"start":1707775085874,"stop":1707775085875,"duration":1}},{"uid":"bcf2d7f36828e557","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcf2d7f36828e557","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"duration":1}},{"uid":"f7281c632b822f51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7281c632b822f51","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"fed6da0c71dabb5e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fed6da0c71dabb5e","status":"passed","time":{"start":1707759981453,"stop":1707759981454,"duration":1}},{"uid":"20568ffd3759a32f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20568ffd3759a32f","status":"passed","time":{"start":1707757676033,"stop":1707757676033,"duration":0}},{"uid":"8f41768ea570d5d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f41768ea570d5d9","status":"passed","time":{"start":1707756304419,"stop":1707756304420,"duration":1}},{"uid":"42be9b03b9c1462b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42be9b03b9c1462b","status":"passed","time":{"start":1707753713232,"stop":1707753713233,"duration":1}},{"uid":"be5e5e91525d70ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/be5e5e91525d70ea","status":"passed","time":{"start":1707753448075,"stop":1707753448080,"duration":5}},{"uid":"2e228fbe4fb6000d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e228fbe4fb6000d","status":"passed","time":{"start":1707750840027,"stop":1707750840027,"duration":0}},{"uid":"942aea005b862ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/942aea005b862ef9","status":"passed","time":{"start":1707736764984,"stop":1707736764984,"duration":0}},{"uid":"250872448e050cb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/250872448e050cb1","status":"passed","time":{"start":1707735955216,"stop":1707735955217,"duration":1}}]},"e49e0706271d3e1047cd65584df75b14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1388ad31512f465f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1388ad31512f465f","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"870196f1d3457b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/870196f1d3457b3d","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"b86f0653f805f62e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b86f0653f805f62e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"55d0340657aee5cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/55d0340657aee5cb","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"2daf5e14743b78b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2daf5e14743b78b4","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"duration":1}},{"uid":"f5748f5250aaf006","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5748f5250aaf006","status":"passed","time":{"start":1707769994550,"stop":1707769994552,"duration":2}},{"uid":"4304a8f5f7a8d4ea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4304a8f5f7a8d4ea","status":"passed","time":{"start":1707760106464,"stop":1707760106464,"duration":0}},{"uid":"4c7cf5583caf8046","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c7cf5583caf8046","status":"passed","time":{"start":1707757804318,"stop":1707757804319,"duration":1}},{"uid":"337cfdeb91fd9533","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/337cfdeb91fd9533","status":"passed","time":{"start":1707756422353,"stop":1707756422353,"duration":0}},{"uid":"7edde91788b48db1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7edde91788b48db1","status":"passed","time":{"start":1707753796554,"stop":1707753796555,"duration":1}},{"uid":"6a6ede3f4d06bd80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a6ede3f4d06bd80","status":"passed","time":{"start":1707753586171,"stop":1707753586171,"duration":0}},{"uid":"9a53ee987eaac757","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a53ee987eaac757","status":"passed","time":{"start":1707750964815,"stop":1707750964815,"duration":0}},{"uid":"5a7ba92813aacb25","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a7ba92813aacb25","status":"passed","time":{"start":1707736890444,"stop":1707736890444,"duration":0}},{"uid":"c5aaf55443a3ed1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5aaf55443a3ed1d","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9f1f46e927dab62","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e9f1f46e927dab62","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"c3f9d76612bf77b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3f9d76612bf77b2","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"891aff9538b982b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/891aff9538b982b9","status":"passed","time":{"start":1707775462777,"stop":1707775462777,"duration":0}},{"uid":"2a3e1b892b694d7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a3e1b892b694d7b","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"b8ce21e7cbd49378","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce21e7cbd49378","status":"passed","time":{"start":1707770180414,"stop":1707770180414,"duration":0}},{"uid":"e6bca77dc64f56e4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e6bca77dc64f56e4","status":"passed","time":{"start":1707760352905,"stop":1707760352906,"duration":1}},{"uid":"bcc52fb0a6a64f22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc52fb0a6a64f22","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"95f5b52601def4ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95f5b52601def4ff","status":"passed","time":{"start":1707756674083,"stop":1707756674083,"duration":0}},{"uid":"23f3eed6de2ef173","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23f3eed6de2ef173","status":"passed","time":{"start":1707753994322,"stop":1707753994322,"duration":0}},{"uid":"3d1c5e0f88c1953c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d1c5e0f88c1953c","status":"passed","time":{"start":1707753841533,"stop":1707753841534,"duration":1}},{"uid":"dc46350461cdd6ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc46350461cdd6ee","status":"passed","time":{"start":1707751143420,"stop":1707751143420,"duration":0}},{"uid":"40cfec7fbebeb705","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40cfec7fbebeb705","status":"passed","time":{"start":1707737132858,"stop":1707737132858,"duration":0}},{"uid":"c5bfcd80d8b60dd3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5bfcd80d8b60dd3","status":"passed","time":{"start":1707736343131,"stop":1707736343131,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6cfa8b3c1ffbf07f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6cfa8b3c1ffbf07f","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"633d520a1656b5e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/633d520a1656b5e6","status":"passed","time":{"start":1707775602041,"stop":1707775602042,"duration":1}},{"uid":"3e015f2ec9a19b51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e015f2ec9a19b51","status":"passed","time":{"start":1707775390251,"stop":1707775390251,"duration":0}},{"uid":"bdb2272296720fd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdb2272296720fd9","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"duration":0}},{"uid":"d6f2f4c9b6ead185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f2f4c9b6ead185","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"5b29222c7088b22","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b29222c7088b22","status":"passed","time":{"start":1707760301827,"stop":1707760301827,"duration":0}},{"uid":"82bac9589c21735c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/82bac9589c21735c","status":"passed","time":{"start":1707758006724,"stop":1707758006724,"duration":0}},{"uid":"f2efd24fa3db243a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f2efd24fa3db243a","status":"passed","time":{"start":1707756617062,"stop":1707756617063,"duration":1}},{"uid":"37d62521a708782d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37d62521a708782d","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"52575ff3d3c0da2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/52575ff3d3c0da2","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"fb940e17e990dc04","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb940e17e990dc04","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"ad79e3774d99a01f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad79e3774d99a01f","status":"passed","time":{"start":1707737091384,"stop":1707737091385,"duration":1}},{"uid":"195c7736ac46c9ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/195c7736ac46c9ee","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7a69f0119d281a70","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a69f0119d281a70","status":"passed","time":{"start":1707778002257,"stop":1707778002257,"duration":0}},{"uid":"670ff45708ba860a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/670ff45708ba860a","status":"passed","time":{"start":1707775288599,"stop":1707775288599,"duration":0}},{"uid":"eebda82b8304dcfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebda82b8304dcfc","status":"passed","time":{"start":1707775094186,"stop":1707775094186,"duration":0}},{"uid":"c1daa43b43685c76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1daa43b43685c76","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"duration":0}},{"uid":"1a2404199e5960a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a2404199e5960a7","status":"passed","time":{"start":1707769883775,"stop":1707769883775,"duration":0}},{"uid":"7dcbe82eacfa4bc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7dcbe82eacfa4bc8","status":"passed","time":{"start":1707759985638,"stop":1707759985638,"duration":0}},{"uid":"b3c9f7e8282b01ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3c9f7e8282b01ad","status":"passed","time":{"start":1707757677889,"stop":1707757677890,"duration":1}},{"uid":"7472e5f5b532a2f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7472e5f5b532a2f1","status":"passed","time":{"start":1707756304556,"stop":1707756304556,"duration":0}},{"uid":"4a0ee7e6c8c64dde","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a0ee7e6c8c64dde","status":"passed","time":{"start":1707753717470,"stop":1707753717470,"duration":0}},{"uid":"ec72d61bd999d41d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec72d61bd999d41d","status":"passed","time":{"start":1707753473099,"stop":1707753473100,"duration":1}},{"uid":"c89610b8e72a91d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c89610b8e72a91d0","status":"passed","time":{"start":1707750845253,"stop":1707750845254,"duration":1}},{"uid":"2e181534259769a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2e181534259769a4","status":"passed","time":{"start":1707736769857,"stop":1707736769857,"duration":0}},{"uid":"8f98b85a52052a2d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f98b85a52052a2d","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f859b6cb6c654206","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f859b6cb6c654206","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"6607f10d286616f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6607f10d286616f9","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"785953059e4a0ece","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/785953059e4a0ece","status":"passed","time":{"start":1707775085882,"stop":1707775085882,"duration":0}},{"uid":"f2336293f1892c96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2336293f1892c96","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"duration":0}},{"uid":"c10804f2a1e58371","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c10804f2a1e58371","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"d3ec3cb86f1a6347","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3ec3cb86f1a6347","status":"passed","time":{"start":1707759981459,"stop":1707759981460,"duration":1}},{"uid":"d1dd274c44e273eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1dd274c44e273eb","status":"passed","time":{"start":1707757676040,"stop":1707757676041,"duration":1}},{"uid":"64a9e9f07214f631","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64a9e9f07214f631","status":"passed","time":{"start":1707756304426,"stop":1707756304427,"duration":1}},{"uid":"e4e8925b1d6b46f0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4e8925b1d6b46f0","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"57acd5b7058b7af9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57acd5b7058b7af9","status":"passed","time":{"start":1707753448094,"stop":1707753448098,"duration":4}},{"uid":"1fd06364fe7a7d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fd06364fe7a7d72","status":"passed","time":{"start":1707750840037,"stop":1707750840037,"duration":0}},{"uid":"c90c665979c28292","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90c665979c28292","status":"passed","time":{"start":1707736765002,"stop":1707736765002,"duration":0}},{"uid":"8377e7e7b178c0fb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8377e7e7b178c0fb","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"aef0478856346614","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aef0478856346614","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997107,"stop":1707777997107,"duration":0}},{"uid":"8ea225ee0c023927","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ea225ee0c023927","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275749,"stop":1707775275749,"duration":0}},{"uid":"6e700b26e0e11827","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e700b26e0e11827","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085880,"stop":1707775085880,"duration":0}},{"uid":"c1e93710719d4dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e93710719d4dc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018835,"stop":1707770018835,"duration":0}},{"uid":"5f6b156100e672e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6b156100e672e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883316,"stop":1707769883316,"duration":0}},{"uid":"eae9d8809aae299","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eae9d8809aae299","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"8362d0c95dde4943","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8362d0c95dde4943","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"77a2480dba4fd44e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77a2480dba4fd44e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"ae6ba891e787a1a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ae6ba891e787a1a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"1675c0930418dc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1675c0930418dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448093,"stop":1707753448093,"duration":0}},{"uid":"efd6df9956c2fa00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efd6df9956c2fa00","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840035,"stop":1707750840036,"duration":1}},{"uid":"c2f57287f310002a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c2f57287f310002a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765001,"stop":1707736765001,"duration":0}},{"uid":"c723690357ba29d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c723690357ba29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"32d99c305279991c3ef3145725e4c837:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27d20d9041980401","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27d20d9041980401","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"acee9b587236f5f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acee9b587236f5f8","status":"passed","time":{"start":1707777749834,"stop":1707777749835,"duration":1}},{"uid":"c41ae6aee448f5c2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c41ae6aee448f5c2","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"17ebf2f453b86ff4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/17ebf2f453b86ff4","status":"passed","time":{"start":1707774827846,"stop":1707774827847,"duration":1}},{"uid":"e22b2785ba6038ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e22b2785ba6038ee","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"553bac6228cae1f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/553bac6228cae1f0","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"161076d87520f87f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/161076d87520f87f","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"14508aa81fcce6ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14508aa81fcce6ce","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"fd0aa1165a44800d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd0aa1165a44800d","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"72696749955cda0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72696749955cda0e","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"5dd5a44af783bd26","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dd5a44af783bd26","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"7736fcbcc1b0948e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7736fcbcc1b0948e","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"bd46dc76c21dd50f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd46dc76c21dd50f","status":"passed","time":{"start":1707736511728,"stop":1707736511729,"duration":1}},{"uid":"344726c546889707","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/344726c546889707","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"2294d67e907ac48dd2b8117de41a1165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e2edb711b8facf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e2edb711b8facf7","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cb86ad5ece7ecd8e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cb86ad5ece7ecd8e","status":"passed","time":{"start":1707777741514,"stop":1707777741514,"duration":0}},{"uid":"8998e48dcf836b04","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8998e48dcf836b04","status":"passed","time":{"start":1707775017867,"stop":1707775017868,"duration":1}},{"uid":"12d28140f37b6f06","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12d28140f37b6f06","status":"passed","time":{"start":1707774819296,"stop":1707774819297,"duration":1}},{"uid":"222b981442dac7d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/222b981442dac7d1","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"duration":0}},{"uid":"716396fad9f9b849","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/716396fad9f9b849","status":"passed","time":{"start":1707769619598,"stop":1707769619598,"duration":0}},{"uid":"c7c1c1a5801ef101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7c1c1a5801ef101","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"1a66ad70cd85ce36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1a66ad70cd85ce36","status":"passed","time":{"start":1707757409078,"stop":1707757409078,"duration":0}},{"uid":"e3e4174bcc57f887","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e3e4174bcc57f887","status":"passed","time":{"start":1707756038944,"stop":1707756038945,"duration":1}},{"uid":"72db0ce2316e8afb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72db0ce2316e8afb","status":"passed","time":{"start":1707753457115,"stop":1707753457115,"duration":0}},{"uid":"a0cdfe91cef6a699","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0cdfe91cef6a699","status":"passed","time":{"start":1707753185097,"stop":1707753185097,"duration":0}},{"uid":"dcc671744b40d624","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dcc671744b40d624","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"120eb2e3d258fd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120eb2e3d258fd9","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"723f413c7cd656e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/723f413c7cd656e7","status":"passed","time":{"start":1707735684651,"stop":1707735684651,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"700e8f5b32a5db9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700e8f5b32a5db9e","status":"passed","time":{"start":1707778332045,"stop":1707778332046,"duration":1}},{"uid":"4b9dbcb54c112f54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b9dbcb54c112f54","status":"passed","time":{"start":1707775601721,"stop":1707775601722,"duration":1}},{"uid":"6d4f91b277d7e05e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4f91b277d7e05e","status":"passed","time":{"start":1707775415216,"stop":1707775415216,"duration":0}},{"uid":"d10d2214c67af995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d10d2214c67af995","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"duration":0}},{"uid":"4eee26968845bf8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eee26968845bf8f","status":"passed","time":{"start":1707770103207,"stop":1707770103211,"duration":4}},{"uid":"a3432f7d2726a7a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a3432f7d2726a7a2","status":"passed","time":{"start":1707760299488,"stop":1707760299488,"duration":0}},{"uid":"55d41ffa84be13c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55d41ffa84be13c3","status":"passed","time":{"start":1707757995150,"stop":1707757995151,"duration":1}},{"uid":"b1291351cedeaa3b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1291351cedeaa3b","status":"passed","time":{"start":1707756620170,"stop":1707756620170,"duration":0}},{"uid":"76118e9e2bdcdda8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76118e9e2bdcdda8","status":"passed","time":{"start":1707753925421,"stop":1707753925422,"duration":1}},{"uid":"b2d06fbf6bfc1f6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2d06fbf6bfc1f6f","status":"passed","time":{"start":1707753785894,"stop":1707753785894,"duration":0}},{"uid":"eb424aa9a69f8c61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eb424aa9a69f8c61","status":"passed","time":{"start":1707751137098,"stop":1707751137099,"duration":1}},{"uid":"1b16e61c36c415d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1b16e61c36c415d3","status":"passed","time":{"start":1707737056790,"stop":1707737056791,"duration":1}},{"uid":"bdaf6eb6cd825151","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bdaf6eb6cd825151","status":"passed","time":{"start":1707736286215,"stop":1707736286215,"duration":0}}]},"ea893617bb6c10fcbec31a24226474b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b95d4b7bc2abf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b95d4b7bc2abf3","status":"passed","time":{"start":1707775395377,"stop":1707775395377,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b100db59786a1dcf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b100db59786a1dcf","status":"passed","time":{"start":1707778179238,"stop":1707778179239,"duration":1}},{"uid":"5795e6ae542042b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5795e6ae542042b1","status":"passed","time":{"start":1707775471146,"stop":1707775471150,"duration":4}},{"uid":"d09955469076264","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d09955469076264","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"dfeb786cbf1141d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfeb786cbf1141d6","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"duration":0}},{"uid":"7065d02f576b325f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7065d02f576b325f","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"486c988eed126286","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/486c988eed126286","status":"passed","time":{"start":1707760163338,"stop":1707760163341,"duration":3}},{"uid":"548d853123c87081","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d853123c87081","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"1ec0e3d6e7e4e008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec0e3d6e7e4e008","status":"passed","time":{"start":1707756493174,"stop":1707756493174,"duration":0}},{"uid":"761a2bd9a23d9dd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/761a2bd9a23d9dd4","status":"passed","time":{"start":1707753863566,"stop":1707753863567,"duration":1}},{"uid":"3faeba85d69b66f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3faeba85d69b66f9","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"a25fb47ad292b6f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a25fb47ad292b6f8","status":"passed","time":{"start":1707751014389,"stop":1707751014393,"duration":4}},{"uid":"a9d38ae27903262","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9d38ae27903262","status":"passed","time":{"start":1707736941412,"stop":1707736941413,"duration":1}},{"uid":"744d2a0c35c1d659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/744d2a0c35c1d659","status":"passed","time":{"start":1707736158695,"stop":1707736158695,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"302e4fd1769a0c12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/302e4fd1769a0c12","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"70fac41963753c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70fac41963753c9","status":"passed","time":{"start":1707775486633,"stop":1707775486634,"duration":1}},{"uid":"499061cdb5537a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/499061cdb5537a7","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"395c2d9d56ec6982","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/395c2d9d56ec6982","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"duration":0}},{"uid":"1625da7ba5508717","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1625da7ba5508717","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"b66b90a22bb05bfa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b90a22bb05bfa","status":"passed","time":{"start":1707760174025,"stop":1707760174026,"duration":1}},{"uid":"b695d9f9e2b716d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b695d9f9e2b716d","status":"passed","time":{"start":1707757873924,"stop":1707757873925,"duration":1}},{"uid":"95929725561f5217","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95929725561f5217","status":"passed","time":{"start":1707756499907,"stop":1707756499908,"duration":1}},{"uid":"da7671fbfe090db4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da7671fbfe090db4","status":"passed","time":{"start":1707753870459,"stop":1707753870459,"duration":0}},{"uid":"27699be422391441","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27699be422391441","status":"passed","time":{"start":1707753647513,"stop":1707753647513,"duration":0}},{"uid":"8a558a21b3ac8ee6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a558a21b3ac8ee6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"276693f301ebc1c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/276693f301ebc1c8","status":"passed","time":{"start":1707736947851,"stop":1707736947851,"duration":0}},{"uid":"560c92b587b96bd8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/560c92b587b96bd8","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"951f1768139f46c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/951f1768139f46c1","status":"passed","time":{"start":1707777877643,"stop":1707777877645,"duration":2}},{"uid":"23c7fb3bc2745fa3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23c7fb3bc2745fa3","status":"passed","time":{"start":1707775153017,"stop":1707775153018,"duration":1}},{"uid":"90bb16755e4e8099","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90bb16755e4e8099","status":"passed","time":{"start":1707774951831,"stop":1707774951831,"duration":0}},{"uid":"7cdcfdc03b701571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cdcfdc03b701571","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"c2e74e16ae8b870a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2e74e16ae8b870a","status":"passed","time":{"start":1707769748204,"stop":1707769748205,"duration":1}},{"uid":"e165daac3409c1f4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e165daac3409c1f4","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"f13de04b6400b23e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f13de04b6400b23e","status":"passed","time":{"start":1707757546806,"stop":1707757546807,"duration":1}},{"uid":"cfb15046bad7fe4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cfb15046bad7fe4","status":"passed","time":{"start":1707756167198,"stop":1707756167199,"duration":1}},{"uid":"42eda9c7a2bf4360","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42eda9c7a2bf4360","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f0355a560e89484c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0355a560e89484c","status":"passed","time":{"start":1707753331770,"stop":1707753331770,"duration":0}},{"uid":"fa8829a8d5ff5a03","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fa8829a8d5ff5a03","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"55b147a17b4bbe6e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55b147a17b4bbe6e","status":"passed","time":{"start":1707736636441,"stop":1707736636442,"duration":1}},{"uid":"78f20cfcc80b0c35","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78f20cfcc80b0c35","status":"passed","time":{"start":1707735825260,"stop":1707735825261,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6c44d53d35694057","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6c44d53d35694057","status":"passed","time":{"start":1707777787224,"stop":1707777787225,"duration":1}},{"uid":"d3f4eb87e363ab67","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f4eb87e363ab67","status":"passed","time":{"start":1707775063041,"stop":1707775063041,"duration":0}},{"uid":"8da19fcb589d769","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8da19fcb589d769","status":"passed","time":{"start":1707774865148,"stop":1707774865148,"duration":0}},{"uid":"9f9fcde136fe867c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f9fcde136fe867c","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"duration":0}},{"uid":"eaf97979ac42376","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eaf97979ac42376","status":"passed","time":{"start":1707769665342,"stop":1707769665343,"duration":1}},{"uid":"383f3eb71ae53fa0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/383f3eb71ae53fa0","status":"passed","time":{"start":1707759759741,"stop":1707759759741,"duration":0}},{"uid":"625763adc0400996","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/625763adc0400996","status":"passed","time":{"start":1707757455910,"stop":1707757455913,"duration":3}},{"uid":"a5d10e08b8c58c3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d10e08b8c58c3f","status":"passed","time":{"start":1707756084432,"stop":1707756084432,"duration":0}},{"uid":"abbd84ff03309630","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abbd84ff03309630","status":"passed","time":{"start":1707753503428,"stop":1707753503429,"duration":1}},{"uid":"57e248fa3693498","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e248fa3693498","status":"passed","time":{"start":1707753233566,"stop":1707753233567,"duration":1}},{"uid":"b2bff222eaa157ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b2bff222eaa157ac","status":"passed","time":{"start":1707750631904,"stop":1707750631905,"duration":1}},{"uid":"b9ecf53efc77a22d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b9ecf53efc77a22d","status":"passed","time":{"start":1707736548884,"stop":1707736548884,"duration":0}},{"uid":"a4caa5fe45981ee7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a4caa5fe45981ee7","status":"passed","time":{"start":1707735732434,"stop":1707735732434,"duration":0}}]},"2d5b1bf3c36f968a1ed093e306f733fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85103d19d4db2c3a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85103d19d4db2c3a","status":"passed","time":{"start":1707770051401,"stop":1707770051402,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"86bd291f905feb9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/86bd291f905feb9b","status":"passed","time":{"start":1707777764432,"stop":1707777764432,"duration":0}},{"uid":"fac73d20ced3528d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fac73d20ced3528d","status":"passed","time":{"start":1707775040580,"stop":1707775040580,"duration":0}},{"uid":"5b3206ccf26f063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5b3206ccf26f063e","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"ffd0059b2e720eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffd0059b2e720eda","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"dc3d1a0f7ceee51a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc3d1a0f7ceee51a","status":"passed","time":{"start":1707769642601,"stop":1707769642601,"duration":0}},{"uid":"21a2bbc75d4f4096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21a2bbc75d4f4096","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"cbf3fd2895a9c7c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbf3fd2895a9c7c3","status":"passed","time":{"start":1707757432394,"stop":1707757432394,"duration":0}},{"uid":"42d60e4255aadd9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d60e4255aadd9a","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"403e888a77ab8e88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/403e888a77ab8e88","status":"passed","time":{"start":1707753479975,"stop":1707753479976,"duration":1}},{"uid":"e3eb30bcca348a90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3eb30bcca348a90","status":"passed","time":{"start":1707753208673,"stop":1707753208674,"duration":1}},{"uid":"60a5afa839a7cc9f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60a5afa839a7cc9f","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"191011a6aa8e0a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191011a6aa8e0a7","status":"passed","time":{"start":1707736526331,"stop":1707736526332,"duration":1}},{"uid":"6cb340ea12bbd162","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cb340ea12bbd162","status":"passed","time":{"start":1707735708007,"stop":1707735708008,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ac04b64b7bf60484","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac04b64b7bf60484","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"8fa1228778785615","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8fa1228778785615","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"1df1ac3e82b7aa92","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1df1ac3e82b7aa92","status":"passed","time":{"start":1707775494268,"stop":1707775494268,"duration":0}},{"uid":"7085d47c4febcfba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7085d47c4febcfba","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"6ef7917a4ad59eed","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef7917a4ad59eed","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"1ead407882d6dd9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ead407882d6dd9c","status":"passed","time":{"start":1707760374672,"stop":1707760374673,"duration":1}},{"uid":"2556687977d0506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2556687977d0506","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"d29c4f4a2ca11515","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d29c4f4a2ca11515","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"2a02f2dc80da4e74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a02f2dc80da4e74","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"276586f72e2baf55","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/276586f72e2baf55","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"432cb2863feb193e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/432cb2863feb193e","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"6dadf688cdaa2021","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dadf688cdaa2021","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"a5acb310d7575244","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a5acb310d7575244","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4ef3b85fd9eb0291","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ef3b85fd9eb0291","status":"passed","time":{"start":1707778338858,"stop":1707778338858,"duration":0}},{"uid":"5e4490b7b5ea8006","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e4490b7b5ea8006","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"83cff75b9005ef6c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/83cff75b9005ef6c","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"661fdecd8ff265d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/661fdecd8ff265d7","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"bdd755a1c85c91f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bdd755a1c85c91f0","status":"passed","time":{"start":1707769968734,"stop":1707769968735,"duration":1}},{"uid":"dd895fd2480ad574","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dd895fd2480ad574","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"bdb69a7ef05731bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bdb69a7ef05731bd","status":"passed","time":{"start":1707758006725,"stop":1707758006726,"duration":1}},{"uid":"e23c080270f13b53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e23c080270f13b53","status":"passed","time":{"start":1707756617063,"stop":1707756617064,"duration":1}},{"uid":"6083f7952fa4cc99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6083f7952fa4cc99","status":"passed","time":{"start":1707753988892,"stop":1707753988893,"duration":1}},{"uid":"827cfbbff5be0638","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827cfbbff5be0638","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"543786a2bc8c1e19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/543786a2bc8c1e19","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"2d2f9093a249720","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2f9093a249720","status":"passed","time":{"start":1707737091386,"stop":1707737091387,"duration":1}},{"uid":"3a5982de1fdfef96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a5982de1fdfef96","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c52ff903a64aab71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c52ff903a64aab71","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"27790caae91cf15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27790caae91cf15","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"75401a66681b2014","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/75401a66681b2014","status":"passed","time":{"start":1707775494284,"stop":1707775494284,"duration":0}},{"uid":"a5cb89fde165b4e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a5cb89fde165b4e8","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"ff044d2f0f2e6c58","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ff044d2f0f2e6c58","status":"passed","time":{"start":1707770238692,"stop":1707770238693,"duration":1}},{"uid":"9940a88c37e65c5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9940a88c37e65c5a","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"575e9173806d345a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/575e9173806d345a","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"94cb47662573584d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/94cb47662573584d","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"3007956a83838ef1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3007956a83838ef1","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c097b2977bb5321c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c097b2977bb5321c","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"b63a422b988b4454","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b63a422b988b4454","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ab0ae76aa1d39a23","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab0ae76aa1d39a23","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"bd7e70a839491d1b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd7e70a839491d1b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a97b5655fd77d48b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a97b5655fd77d48b","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"5f4f6a1a88f13c96","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f4f6a1a88f13c96","status":"passed","time":{"start":1707775026260,"stop":1707775026260,"duration":0}},{"uid":"204969eb3066ee41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/204969eb3066ee41","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"aa56189ea5e3c262","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa56189ea5e3c262","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"44457a11a653fe59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/44457a11a653fe59","status":"passed","time":{"start":1707769628075,"stop":1707769628075,"duration":0}},{"uid":"57fea9367d9ed1da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57fea9367d9ed1da","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"f40bffb7705a2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f40bffb7705a2105","status":"passed","time":{"start":1707757417655,"stop":1707757417655,"duration":0}},{"uid":"91f781290bee146f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91f781290bee146f","status":"passed","time":{"start":1707756047286,"stop":1707756047286,"duration":0}},{"uid":"d63d2eb77b348af5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d63d2eb77b348af5","status":"passed","time":{"start":1707753465432,"stop":1707753465432,"duration":0}},{"uid":"53342dd2b9ec3c08","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53342dd2b9ec3c08","status":"passed","time":{"start":1707753193771,"stop":1707753193771,"duration":0}},{"uid":"b104e0ac275001b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b104e0ac275001b1","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"37e93c55b9b0137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e93c55b9b0137","status":"passed","time":{"start":1707736511727,"stop":1707736511728,"duration":1}},{"uid":"bcc77769281895c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bcc77769281895c8","status":"passed","time":{"start":1707735693120,"stop":1707735693120,"duration":0}}]},"476d8cdab10ca45769b50261378ffd40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0ddc2f720a2ba16","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e0ddc2f720a2ba16","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}}]},"891c35da45eaeb090dc9f1ca789732d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d28e27769b896ece","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d28e27769b896ece","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}}]},"b146d34e71330fe61764542c39b5b371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2df579c305a33b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2df579c305a33b","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4b9c44418729f9fe","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b9c44418729f9fe","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"1562b6563a87d225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1562b6563a87d225","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"71a3f3d011f3c3c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71a3f3d011f3c3c8","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"f9404c955109c07c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9404c955109c07c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"6ceb2747ec17fb0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ceb2747ec17fb0f","status":"passed","time":{"start":1707770238684,"stop":1707770238685,"duration":1}},{"uid":"d907219f30d7d37f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907219f30d7d37f","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"cc9e9c3fea1e794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cc9e9c3fea1e794","status":"passed","time":{"start":1707758004324,"stop":1707758004325,"duration":1}},{"uid":"e64eba3a6983787d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e64eba3a6983787d","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"91baf30030c8114","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91baf30030c8114","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"e5427e7234d53ca7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5427e7234d53ca7","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"754b21bce36929c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/754b21bce36929c4","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"867605e3138b6456","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/867605e3138b6456","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"2001816fe0d77394","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2001816fe0d77394","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"392855d179b4bcbb0a517405715305bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b6f2f956b2ea54f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b6f2f956b2ea54f","status":"passed","time":{"start":1707778386491,"stop":1707778386491,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c6f004619a7cb94","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c6f004619a7cb94","status":"passed","time":{"start":1707777972994,"stop":1707777972995,"duration":1}},{"uid":"3531ad8d88bdfcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3531ad8d88bdfcb1","status":"passed","time":{"start":1707775244525,"stop":1707775244526,"duration":1}},{"uid":"54065ce2c131dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54065ce2c131dac5","status":"passed","time":{"start":1707775050813,"stop":1707775050814,"duration":1}},{"uid":"f3b27c83715d75a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3b27c83715d75a9","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1}},{"uid":"d9d2e2a4d31705cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9d2e2a4d31705cd","status":"passed","time":{"start":1707769843140,"stop":1707769843140,"duration":0}},{"uid":"2e6cbae5aa0fd699","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e6cbae5aa0fd699","status":"passed","time":{"start":1707759965184,"stop":1707759965184,"duration":0}},{"uid":"85b76641696fa76c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b76641696fa76c","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"8c0e538edec440ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c0e538edec440ed","status":"passed","time":{"start":1707756267894,"stop":1707756267899,"duration":5}},{"uid":"36dbe4e9ce118223","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36dbe4e9ce118223","status":"passed","time":{"start":1707753668023,"stop":1707753668023,"duration":0}},{"uid":"1511dd32320823ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1511dd32320823ef","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"e041776da7f643a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e041776da7f643a3","status":"passed","time":{"start":1707750796025,"stop":1707750796025,"duration":0}},{"uid":"d87834110dbc16f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d87834110dbc16f8","status":"passed","time":{"start":1707736730636,"stop":1707736730637,"duration":1}},{"uid":"1f815e4da044ac7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f815e4da044ac7e","status":"passed","time":{"start":1707735912115,"stop":1707735912115,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aca9505c7d080327","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aca9505c7d080327","status":"passed","time":{"start":1707777972996,"stop":1707777972997,"duration":1}},{"uid":"15564053b4130016","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15564053b4130016","status":"passed","time":{"start":1707775244526,"stop":1707775244527,"duration":1}},{"uid":"3ae7f47fd85fec0a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ae7f47fd85fec0a","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"2f7142e36161e24e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f7142e36161e24e","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"5c856d6dc7ebbd99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c856d6dc7ebbd99","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"24cf8f09afce920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24cf8f09afce920d","status":"passed","time":{"start":1707759965190,"stop":1707759965190,"duration":0}},{"uid":"7da86c78e0a80554","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7da86c78e0a80554","status":"passed","time":{"start":1707757644387,"stop":1707757644387,"duration":0}},{"uid":"e207d4a0dbc9b355","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e207d4a0dbc9b355","status":"passed","time":{"start":1707756267901,"stop":1707756267903,"duration":2}},{"uid":"6cfe27c5e702fbe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cfe27c5e702fbe7","status":"passed","time":{"start":1707753668027,"stop":1707753668027,"duration":0}},{"uid":"3cb77753ebb98cc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cb77753ebb98cc3","status":"passed","time":{"start":1707753423533,"stop":1707753423534,"duration":1}},{"uid":"a807aa735c8b9670","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a807aa735c8b9670","status":"passed","time":{"start":1707750796027,"stop":1707750796028,"duration":1}},{"uid":"5fe2cb9a737ea6ff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fe2cb9a737ea6ff","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"bab34f2a3f233ed2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bab34f2a3f233ed2","status":"passed","time":{"start":1707735912116,"stop":1707735912117,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"deb6cb9d9eeb9ed0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/deb6cb9d9eeb9ed0","status":"passed","time":{"start":1707778251796,"stop":1707778251797,"duration":1}},{"uid":"f17e22b278288749","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f17e22b278288749","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"fd9cf217bc82ca4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd9cf217bc82ca4b","status":"passed","time":{"start":1707775340608,"stop":1707775340608,"duration":0}},{"uid":"58b719d108d67382","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b719d108d67382","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1}},{"uid":"ffe671636033e879","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe671636033e879","status":"passed","time":{"start":1707770045976,"stop":1707770045976,"duration":0}},{"uid":"4b803fbc70b1b6db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b803fbc70b1b6db","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"79b5660272d19a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/79b5660272d19a6f","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"e572ea3d7d78f7d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e572ea3d7d78f7d4","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"9c53565f6b5bb129","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c53565f6b5bb129","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"49a16760519e30f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49a16760519e30f","status":"passed","time":{"start":1707753708970,"stop":1707753708970,"duration":0}},{"uid":"d5b440fe7056309","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d5b440fe7056309","status":"passed","time":{"start":1707751075910,"stop":1707751075910,"duration":0}},{"uid":"653ca6bf9c2ec44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/653ca6bf9c2ec44","status":"passed","time":{"start":1707737000811,"stop":1707737000811,"duration":0}},{"uid":"c42e27e62f4f28e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c42e27e62f4f28e5","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3f93db8609e406da","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f93db8609e406da","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"c04b11419a3887d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c04b11419a3887d1","status":"passed","time":{"start":1707775073184,"stop":1707775073185,"duration":1}},{"uid":"651fbd6aa8bf1500","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/651fbd6aa8bf1500","status":"passed","time":{"start":1707774873944,"stop":1707774873944,"duration":0}},{"uid":"f9f6390fd0dd57b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9f6390fd0dd57b9","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1}},{"uid":"dc89cf56a2ec8f9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc89cf56a2ec8f9d","status":"passed","time":{"start":1707769676601,"stop":1707769676601,"duration":0}},{"uid":"efde6ad5bd7e6d5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efde6ad5bd7e6d5a","status":"passed","time":{"start":1707759771254,"stop":1707759771254,"duration":0}},{"uid":"ee4459dde1882a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee4459dde1882a95","status":"passed","time":{"start":1707757466739,"stop":1707757466740,"duration":1}},{"uid":"1c72bfdcaaf7abfc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c72bfdcaaf7abfc","status":"passed","time":{"start":1707756093996,"stop":1707756093996,"duration":0}},{"uid":"f20cc81964a40b3a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f20cc81964a40b3a","status":"passed","time":{"start":1707753514641,"stop":1707753514642,"duration":1}},{"uid":"d419d3b26e9ba079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d419d3b26e9ba079","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"3fec4136ecce430f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fec4136ecce430f","status":"passed","time":{"start":1707736561995,"stop":1707736561996,"duration":1}},{"uid":"a710ee07f60c143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a710ee07f60c143","status":"passed","time":{"start":1707735744193,"stop":1707735744193,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9db9d276e7387114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9db9d276e7387114","status":"passed","time":{"start":1707777865444,"stop":1707777865444,"duration":0}},{"uid":"482442678b0ae1e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/482442678b0ae1e6","status":"passed","time":{"start":1707775140807,"stop":1707775140807,"duration":0}},{"uid":"59d9117f16dd817a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59d9117f16dd817a","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"50b70d34b9fe4d8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50b70d34b9fe4d8a","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"6e7ee68827dffbf6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6e7ee68827dffbf6","status":"passed","time":{"start":1707769737620,"stop":1707769737621,"duration":1}},{"uid":"c6aed3ef495a2f13","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6aed3ef495a2f13","status":"passed","time":{"start":1707759835150,"stop":1707759835150,"duration":0}},{"uid":"63628c983aa9e6d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63628c983aa9e6d8","status":"passed","time":{"start":1707757529706,"stop":1707757529706,"duration":0}},{"uid":"d7bb826155ae8bce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d7bb826155ae8bce","status":"passed","time":{"start":1707756164076,"stop":1707756164077,"duration":1}},{"uid":"16d72e4b12abd40d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/16d72e4b12abd40d","status":"passed","time":{"start":1707753566689,"stop":1707753566690,"duration":1}},{"uid":"6f629062ab369d4a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f629062ab369d4a","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"8fdbe5e82e3e2ebb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8fdbe5e82e3e2ebb","status":"passed","time":{"start":1707750698718,"stop":1707750698719,"duration":1}},{"uid":"72cfec5138b6ce05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72cfec5138b6ce05","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"d74e668c13d4b6b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d74e668c13d4b6b4","status":"passed","time":{"start":1707735814292,"stop":1707735814293,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3ecb364ed02b21f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ecb364ed02b21f3","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"25e655fc4f6f937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e655fc4f6f937","status":"passed","time":{"start":1707775545751,"stop":1707775545752,"duration":1}},{"uid":"a27b2ea31597c064","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a27b2ea31597c064","status":"passed","time":{"start":1707775359973,"stop":1707775359973,"duration":0}},{"uid":"d9a47ed05875f8f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9a47ed05875f8f4","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"cb72c65e6fdf58fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb72c65e6fdf58fa","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"b881aecc9ac7b283","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b881aecc9ac7b283","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"ca7a09d8cd69e001","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca7a09d8cd69e001","status":"passed","time":{"start":1707757936372,"stop":1707757936372,"duration":0}},{"uid":"986a10949f13e3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/986a10949f13e3c9","status":"passed","time":{"start":1707756564918,"stop":1707756564919,"duration":1}},{"uid":"7a89469bf338db9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a89469bf338db9b","status":"passed","time":{"start":1707753906990,"stop":1707753906990,"duration":0}},{"uid":"1075644981850da4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1075644981850da4","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"fc1c558a17961446","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc1c558a17961446","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"b1083756b449a107","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b1083756b449a107","status":"passed","time":{"start":1707736227476,"stop":1707736227479,"duration":3}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e4003a88eda0cc1d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e4003a88eda0cc1d","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"8ff6c64f6ee884a5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ff6c64f6ee884a5","status":"passed","time":{"start":1707775656750,"stop":1707775656751,"duration":1}},{"uid":"23f3dca747ed087b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/23f3dca747ed087b","status":"passed","time":{"start":1707775461890,"stop":1707775461890,"duration":0}},{"uid":"3c517ba5a47cee6e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c517ba5a47cee6e","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"287aa7f4a7c1771e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/287aa7f4a7c1771e","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"c56034e739966d4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c56034e739966d4e","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"5d90b9bf9fbc91de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d90b9bf9fbc91de","status":"passed","time":{"start":1707758023536,"stop":1707758023537,"duration":1}},{"uid":"de4dac2989e8f66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de4dac2989e8f66","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"919954c8928d9c3f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/919954c8928d9c3f","status":"passed","time":{"start":1707753837172,"stop":1707753837172,"duration":0}},{"uid":"653390c0656553a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/653390c0656553a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"eac72e4a7f3b96e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eac72e4a7f3b96e1","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"db738e07d88fdc07","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db738e07d88fdc07","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"411441b4d73e7774","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/411441b4d73e7774","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"cc71f1a5fb7a4d66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc71f1a5fb7a4d66","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"9edc03df73e59dbf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9edc03df73e59dbf","status":"passed","time":{"start":1707775050818,"stop":1707775050819,"duration":1}},{"uid":"10253c40ae993fc8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10253c40ae993fc8","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1}},{"uid":"edb7d4267b6bd46a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/edb7d4267b6bd46a","status":"passed","time":{"start":1707769843144,"stop":1707769843145,"duration":1}},{"uid":"cd3f3655d94a87cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd3f3655d94a87cb","status":"passed","time":{"start":1707759965201,"stop":1707759965201,"duration":0}},{"uid":"394e0ae2b4ce697c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/394e0ae2b4ce697c","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"dff9ce63cc4da842","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dff9ce63cc4da842","status":"passed","time":{"start":1707756267905,"stop":1707756267910,"duration":5}},{"uid":"37b8febcf015a531","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b8febcf015a531","status":"passed","time":{"start":1707753668068,"stop":1707753668068,"duration":0}},{"uid":"3a41cb9df1139faf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3a41cb9df1139faf","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"3a703c13641ca323","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a703c13641ca323","status":"passed","time":{"start":1707750796031,"stop":1707750796032,"duration":1}},{"uid":"94464e726f837ef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/94464e726f837ef7","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"ccc1bd860ff459d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccc1bd860ff459d3","status":"passed","time":{"start":1707735912120,"stop":1707735912120,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be82eb4659682ed6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be82eb4659682ed6","status":"passed","time":{"start":1707777796753,"stop":1707777796753,"duration":0}},{"uid":"33b8f339d97bad53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/33b8f339d97bad53","status":"passed","time":{"start":1707775074353,"stop":1707775074354,"duration":1}},{"uid":"d07aa57ae3248aa9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d07aa57ae3248aa9","status":"passed","time":{"start":1707774894886,"stop":1707774894886,"duration":0}},{"uid":"2db5d3e522bf94d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2db5d3e522bf94d8","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"b4388d376b4bf34f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4388d376b4bf34f","status":"passed","time":{"start":1707769675178,"stop":1707769675178,"duration":0}},{"uid":"74a90fb83a25002e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74a90fb83a25002e","status":"passed","time":{"start":1707759769146,"stop":1707759769146,"duration":0}},{"uid":"15debe1a773eb2df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15debe1a773eb2df","status":"passed","time":{"start":1707757465317,"stop":1707757465317,"duration":0}},{"uid":"1a81e2dc6effc4b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a81e2dc6effc4b0","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"bff85764bab75030","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bff85764bab75030","status":"passed","time":{"start":1707753515350,"stop":1707753515350,"duration":0}},{"uid":"152773a361fad85c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/152773a361fad85c","status":"passed","time":{"start":1707753244110,"stop":1707753244110,"duration":0}},{"uid":"8240d6ec1be7f40d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8240d6ec1be7f40d","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"2adef352ea1f8185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2adef352ea1f8185","status":"passed","time":{"start":1707736558943,"stop":1707736558944,"duration":1}},{"uid":"21fe456dd10e14d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21fe456dd10e14d7","status":"passed","time":{"start":1707735741833,"stop":1707735741833,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"df5d1b61f042c92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df5d1b61f042c92b","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"957239b04bcf6150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/957239b04bcf6150","status":"passed","time":{"start":1707775486622,"stop":1707775486623,"duration":1}},{"uid":"4c92c0627e9aabc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c92c0627e9aabc2","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"7c38dcb7c0dde0fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c38dcb7c0dde0fc","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"duration":1}},{"uid":"c567a3e0aab319f8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c567a3e0aab319f8","status":"passed","time":{"start":1707770051375,"stop":1707770051376,"duration":1}},{"uid":"3de5d58a6d1ef3b0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3de5d58a6d1ef3b0","status":"passed","time":{"start":1707760174018,"stop":1707760174019,"duration":1}},{"uid":"14521666053cf276","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14521666053cf276","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"ce568cd0ee03b939","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce568cd0ee03b939","status":"passed","time":{"start":1707756499903,"stop":1707756499903,"duration":0}},{"uid":"9d0ccd62fd3ea10f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d0ccd62fd3ea10f","status":"passed","time":{"start":1707753870442,"stop":1707753870443,"duration":1}},{"uid":"de74eae0cb6fa609","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/de74eae0cb6fa609","status":"passed","time":{"start":1707753647504,"stop":1707753647508,"duration":4}},{"uid":"29093fa0dc4c76ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29093fa0dc4c76ec","status":"passed","time":{"start":1707751019568,"stop":1707751019568,"duration":0}},{"uid":"2d7876ba3152aba3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d7876ba3152aba3","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"e3dd05dca7ec4845","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3dd05dca7ec4845","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"74aec51b79420b97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74aec51b79420b97","status":"passed","time":{"start":1707777741287,"stop":1707777741288,"duration":1}},{"uid":"204e959ea296a1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/204e959ea296a1b","status":"passed","time":{"start":1707775017703,"stop":1707775017704,"duration":1}},{"uid":"d3fd08637665126b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3fd08637665126b","status":"passed","time":{"start":1707774819161,"stop":1707774819161,"duration":0}},{"uid":"ea69168fb7c97355","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea69168fb7c97355","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"duration":0}},{"uid":"9c543e32dc594a88","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c543e32dc594a88","status":"passed","time":{"start":1707769619252,"stop":1707769619252,"duration":0}},{"uid":"6c60fd18b56f05cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c60fd18b56f05cd","status":"passed","time":{"start":1707759714509,"stop":1707759714509,"duration":0}},{"uid":"27d6f5e55ce61808","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27d6f5e55ce61808","status":"passed","time":{"start":1707757408925,"stop":1707757408926,"duration":1}},{"uid":"9dcb7fa2c227e455","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dcb7fa2c227e455","status":"passed","time":{"start":1707756038652,"stop":1707756038653,"duration":1}},{"uid":"1df7671a204e1534","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1df7671a204e1534","status":"passed","time":{"start":1707753456821,"stop":1707753456822,"duration":1}},{"uid":"11f153181092a88d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/11f153181092a88d","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"4af10a1201a113c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4af10a1201a113c7","status":"passed","time":{"start":1707750585692,"stop":1707750585693,"duration":1}},{"uid":"50d603b843fd3894","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50d603b843fd3894","status":"passed","time":{"start":1707736503246,"stop":1707736503247,"duration":1}},{"uid":"69b6c61b85f64425","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/69b6c61b85f64425","status":"passed","time":{"start":1707735684542,"stop":1707735684542,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6be40f8c36e4cf7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6be40f8c36e4cf7b","status":"passed","time":{"start":1707777749090,"stop":1707777749091,"duration":1}},{"uid":"5a292512abe3e6ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a292512abe3e6ef","status":"passed","time":{"start":1707775025523,"stop":1707775025525,"duration":2}},{"uid":"48001b8708a81a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48001b8708a81a19","status":"passed","time":{"start":1707774827056,"stop":1707774827057,"duration":1}},{"uid":"518ec275668216a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518ec275668216a0","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"duration":0}},{"uid":"f448d6e8f9089333","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f448d6e8f9089333","status":"passed","time":{"start":1707769627288,"stop":1707769627289,"duration":1}},{"uid":"bc2f850c1821be58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bc2f850c1821be58","status":"passed","time":{"start":1707759722026,"stop":1707759722027,"duration":1}},{"uid":"607ac44d374b8f60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/607ac44d374b8f60","status":"passed","time":{"start":1707757416832,"stop":1707757416833,"duration":1}},{"uid":"772d53bf9d08bd38","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/772d53bf9d08bd38","status":"passed","time":{"start":1707756046592,"stop":1707756046592,"duration":0}},{"uid":"20012fc87cf70749","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20012fc87cf70749","status":"passed","time":{"start":1707753464664,"stop":1707753464665,"duration":1}},{"uid":"57e0733a3a10ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e0733a3a10ab52","status":"passed","time":{"start":1707753192933,"stop":1707753192934,"duration":1}},{"uid":"2a172839be792c15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a172839be792c15","status":"passed","time":{"start":1707750593503,"stop":1707750593504,"duration":1}},{"uid":"bb4b59150e5b5484","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb4b59150e5b5484","status":"passed","time":{"start":1707736510876,"stop":1707736510877,"duration":1}},{"uid":"86e48284968e34e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86e48284968e34e8","status":"passed","time":{"start":1707735692284,"stop":1707735692285,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"40f932cb58b1f7e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40f932cb58b1f7e5","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"5e182f1a57458639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e182f1a57458639","status":"passed","time":{"start":1707775545747,"stop":1707775545750,"duration":3}},{"uid":"49ae54c6d53ceeb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ae54c6d53ceeb","status":"passed","time":{"start":1707775359965,"stop":1707775359971,"duration":6}},{"uid":"8ff2ca598b5e7861","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ff2ca598b5e7861","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"593b3a5849642c3b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/593b3a5849642c3b","status":"passed","time":{"start":1707770099500,"stop":1707770099500,"duration":0}},{"uid":"ca5015dabe87db1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca5015dabe87db1c","status":"passed","time":{"start":1707760242016,"stop":1707760242017,"duration":1}},{"uid":"58f5d75c02d36722","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58f5d75c02d36722","status":"passed","time":{"start":1707757936368,"stop":1707757936368,"duration":0}},{"uid":"5225a8fa46d06354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5225a8fa46d06354","status":"passed","time":{"start":1707756564917,"stop":1707756564917,"duration":0}},{"uid":"e1f3893f8c312aa3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e1f3893f8c312aa3","status":"passed","time":{"start":1707753906988,"stop":1707753906989,"duration":1}},{"uid":"e99f4f974b976616","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99f4f974b976616","status":"passed","time":{"start":1707753724179,"stop":1707753724179,"duration":0}},{"uid":"225b5be5686fa6c8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/225b5be5686fa6c8","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"24c55aa568310506","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c55aa568310506","status":"broken","statusDetails":"Expected at least 1 peer in each node. Got waku connections: 1 and nwaku: 0","time":{"start":1707736996444,"stop":1707736996444,"duration":0}},{"uid":"9ba965e5c4efa4e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ba965e5c4efa4e5","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe199c81354a4154","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe199c81354a4154","status":"passed","time":{"start":1707777997115,"stop":1707777997116,"duration":1}},{"uid":"b96ab5ba141aaf70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b96ab5ba141aaf70","status":"passed","time":{"start":1707775275753,"stop":1707775275753,"duration":0}},{"uid":"f3fe984e5eddd6f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f3fe984e5eddd6f5","status":"passed","time":{"start":1707775085886,"stop":1707775085886,"duration":0}},{"uid":"50ad32e3518b035b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50ad32e3518b035b","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"duration":0}},{"uid":"5766ddf1cbe77b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5766ddf1cbe77b85","status":"passed","time":{"start":1707769883323,"stop":1707769883324,"duration":1}},{"uid":"3a08f69b092a98c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a08f69b092a98c3","status":"passed","time":{"start":1707759981464,"stop":1707759981464,"duration":0}},{"uid":"c0088081b0bce7c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0088081b0bce7c5","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"2ac910f99738a099","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ac910f99738a099","status":"passed","time":{"start":1707756304430,"stop":1707756304430,"duration":0}},{"uid":"61c91e6dbc37dad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61c91e6dbc37dad","status":"passed","time":{"start":1707753713250,"stop":1707753713251,"duration":1}},{"uid":"66807c348d16e506","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66807c348d16e506","status":"passed","time":{"start":1707753448103,"stop":1707753448104,"duration":1}},{"uid":"74e8a97581c54222","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74e8a97581c54222","status":"passed","time":{"start":1707750840042,"stop":1707750840043,"duration":1}},{"uid":"9d7375cc92387001","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d7375cc92387001","status":"passed","time":{"start":1707736765016,"stop":1707736765019,"duration":3}},{"uid":"13a2d232eabfa36e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/13a2d232eabfa36e","status":"passed","time":{"start":1707735955249,"stop":1707735955249,"duration":0}}]},"fc8ca4aa1d49c83517f8864a65323e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fe1859467b1aec2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe1859467b1aec2e","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1707751141127,"stop":1707751141127,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e2538cc9a55af74f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2538cc9a55af74f","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"fd73dd8bf743548d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd73dd8bf743548d","status":"passed","time":{"start":1707775026268,"stop":1707775026269,"duration":1}},{"uid":"b29f4d071abbc957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b29f4d071abbc957","status":"passed","time":{"start":1707774827857,"stop":1707774827858,"duration":1}},{"uid":"75ace5d330703d44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ace5d330703d44","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"82b44ca240817c86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82b44ca240817c86","status":"passed","time":{"start":1707769628087,"stop":1707769628088,"duration":1}},{"uid":"2a9ad3391db5ea9d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a9ad3391db5ea9d","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"81e8c32f02782053","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81e8c32f02782053","status":"passed","time":{"start":1707757417667,"stop":1707757417668,"duration":1}},{"uid":"4e98f62bbe568335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e98f62bbe568335","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"54c1a5cc79f778b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54c1a5cc79f778b8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"b7e6b1933a2b2086","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b7e6b1933a2b2086","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26e1f59b57822da0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26e1f59b57822da0","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"b7086b52a9d9dbbe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b7086b52a9d9dbbe","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"af91c9cd1e2112b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af91c9cd1e2112b6","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9a55a6340d49a2db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9a55a6340d49a2db","status":"passed","time":{"start":1707778413522,"stop":1707778413523,"duration":1}},{"uid":"3646eb72e759cac9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3646eb72e759cac9","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"bb51211540d68ed5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb51211540d68ed5","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"4a7f150d7330ce98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a7f150d7330ce98","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"a98911a25a05e92f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a98911a25a05e92f","status":"passed","time":{"start":1707770238689,"stop":1707770238689,"duration":0}},{"uid":"2ab419f4da017cff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ab419f4da017cff","status":"passed","time":{"start":1707760374681,"stop":1707760374682,"duration":1}},{"uid":"8db4b65f09989cf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8db4b65f09989cf0","status":"passed","time":{"start":1707758004329,"stop":1707758004330,"duration":1}},{"uid":"bf208b9167ba9b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf208b9167ba9b54","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"75f11b106dbaa07c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75f11b106dbaa07c","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"5bec396a893c9a3a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bec396a893c9a3a","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"eedc3dcc2b02127a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eedc3dcc2b02127a","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"da7ffe3a0d5a1f6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da7ffe3a0d5a1f6d","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"cb87d3cb7300f832","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb87d3cb7300f832","status":"passed","time":{"start":1707736353041,"stop":1707736353042,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3fcab87ebdfe3d1c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3fcab87ebdfe3d1c","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"4ef328c8372a8d4d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ef328c8372a8d4d","status":"passed","time":{"start":1707775258454,"stop":1707775258455,"duration":1}},{"uid":"424ca4c876aed113","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/424ca4c876aed113","status":"passed","time":{"start":1707775082014,"stop":1707775082015,"duration":1}},{"uid":"20c4c38eb8fa46c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20c4c38eb8fa46c8","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"duration":1}},{"uid":"bd84532ce870164f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd84532ce870164f","status":"passed","time":{"start":1707769841898,"stop":1707769841898,"duration":0}},{"uid":"9d3a8f81ce470c87","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d3a8f81ce470c87","status":"passed","time":{"start":1707759921452,"stop":1707759921453,"duration":1}},{"uid":"6be10117053915c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6be10117053915c6","status":"passed","time":{"start":1707757624874,"stop":1707757624875,"duration":1}},{"uid":"c590c1da4756184f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c590c1da4756184f","status":"passed","time":{"start":1707756261761,"stop":1707756261762,"duration":1}},{"uid":"70538f9d7a82eda","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/70538f9d7a82eda","status":"passed","time":{"start":1707753651166,"stop":1707753651166,"duration":0}},{"uid":"124342d3a889bca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/124342d3a889bca","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"7837187e16976cc0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7837187e16976cc0","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"20748294f5ed304c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20748294f5ed304c","status":"passed","time":{"start":1707736708327,"stop":1707736708327,"duration":0}},{"uid":"7131087f6baafabb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7131087f6baafabb","status":"passed","time":{"start":1707735914384,"stop":1707735914384,"duration":0}}]},"f8956ac8581aadd154f5cc68b75bb5f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304d5caf7d621ab1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/304d5caf7d621ab1","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}}]},"9443e062798ff03b1766c04c51c3b72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8be28a303becd040","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8be28a303becd040","status":"passed","time":{"start":1707736260130,"stop":1707736260130,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"de2b0bb44d48a29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de2b0bb44d48a29b","status":"passed","time":{"start":1707778114670,"stop":1707778114671,"duration":1}},{"uid":"d4aade6a9f7770b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4aade6a9f7770b9","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"aa8e2fbfa69189d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa8e2fbfa69189d","status":"passed","time":{"start":1707775205625,"stop":1707775205626,"duration":1}},{"uid":"f4c9fbccad583878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4c9fbccad583878","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1}},{"uid":"793b9353fb94ef24","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/793b9353fb94ef24","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"af3d96758f699c6c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af3d96758f699c6c","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"a33b90c47b19ffc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a33b90c47b19ffc6","status":"passed","time":{"start":1707757790732,"stop":1707757790733,"duration":1}},{"uid":"8117f1ab289d2c71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8117f1ab289d2c71","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"65a80c5368b8d8a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65a80c5368b8d8a4","status":"passed","time":{"start":1707753793186,"stop":1707753793187,"duration":1}},{"uid":"f3e06e70be7c553","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3e06e70be7c553","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"4c72411516775ce9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c72411516775ce9","status":"passed","time":{"start":1707750953973,"stop":1707750953978,"duration":5}},{"uid":"2825227fa96e7952","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2825227fa96e7952","status":"passed","time":{"start":1707736878963,"stop":1707736878964,"duration":1}},{"uid":"6037ebc8cba23e51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6037ebc8cba23e51","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"ea45ae5f1d03b506d08a813b14f41156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"460fd9e1b528c885","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460fd9e1b528c885","status":"passed","time":{"start":1707736730645,"stop":1707736730646,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7e3c124bcf53d76e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e3c124bcf53d76e","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"2ba3472324f59f1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ba3472324f59f1d","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"2905a82787b409aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2905a82787b409aa","status":"passed","time":{"start":1707775494279,"stop":1707775494279,"duration":0}},{"uid":"f831e18f7ca330bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f831e18f7ca330bf","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"duration":0}},{"uid":"4792aee9991ae766","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4792aee9991ae766","status":"passed","time":{"start":1707770238688,"stop":1707770238688,"duration":0}},{"uid":"d53f7d86823ac5a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d53f7d86823ac5a3","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"b2e60fbd3389ba92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2e60fbd3389ba92","status":"passed","time":{"start":1707758004328,"stop":1707758004329,"duration":1}},{"uid":"42d1fd0adbe9f833","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d1fd0adbe9f833","status":"passed","time":{"start":1707756690164,"stop":1707756690165,"duration":1}},{"uid":"e863704f67441e75","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e863704f67441e75","status":"passed","time":{"start":1707754051788,"stop":1707754051789,"duration":1}},{"uid":"922f652d5c4878d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/922f652d5c4878d7","status":"passed","time":{"start":1707753877929,"stop":1707753877930,"duration":1}},{"uid":"1ae60d00c2bb6b98","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ae60d00c2bb6b98","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"277076ca6859f227","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/277076ca6859f227","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"6479d16c6f7a40c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6479d16c6f7a40c8","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f3fd1df0c12c1af5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3fd1df0c12c1af5","status":"passed","time":{"start":1707777764078,"stop":1707777764079,"duration":1}},{"uid":"17fa261e65e24968","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17fa261e65e24968","status":"passed","time":{"start":1707775040147,"stop":1707775040148,"duration":1}},{"uid":"f9f02f27df4c9f17","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9f02f27df4c9f17","status":"passed","time":{"start":1707774842103,"stop":1707774842103,"duration":0}},{"uid":"a1b24fc52a62b7e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b24fc52a62b7e5","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"duration":0}},{"uid":"d58ff8826c9caf71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d58ff8826c9caf71","status":"passed","time":{"start":1707769642220,"stop":1707769642221,"duration":1}},{"uid":"7a5451c01e52b9c4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7a5451c01e52b9c4","status":"passed","time":{"start":1707759737068,"stop":1707759737069,"duration":1}},{"uid":"ac3f8d6b4dcfab90","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac3f8d6b4dcfab90","status":"passed","time":{"start":1707757431975,"stop":1707757431975,"duration":0}},{"uid":"7c4158dcfeef93d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c4158dcfeef93d2","status":"passed","time":{"start":1707756061019,"stop":1707756061020,"duration":1}},{"uid":"8ea9bf280f81f52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ea9bf280f81f52","status":"passed","time":{"start":1707753479609,"stop":1707753479609,"duration":0}},{"uid":"b578cf8234cba60b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b578cf8234cba60b","status":"passed","time":{"start":1707753208308,"stop":1707753208308,"duration":0}},{"uid":"961fb03eee9e8966","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/961fb03eee9e8966","status":"passed","time":{"start":1707750608584,"stop":1707750608585,"duration":1}},{"uid":"f32b61cb57d67ae3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f32b61cb57d67ae3","status":"passed","time":{"start":1707736525855,"stop":1707736525856,"duration":1}},{"uid":"86f463672db97920","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86f463672db97920","status":"passed","time":{"start":1707735707689,"stop":1707735707690,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6960ee6a1624c57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6960ee6a1624c57","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"9c5ee5e4a8416c39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c5ee5e4a8416c39","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"19e567e5513f03fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/19e567e5513f03fd","status":"passed","time":{"start":1707775219995,"stop":1707775219995,"duration":0}},{"uid":"2ad1ce196fb94922","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ad1ce196fb94922","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"6136cb8515159fe5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6136cb8515159fe5","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"ef36e616387bbd8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ef36e616387bbd8d","status":"passed","time":{"start":1707760106455,"stop":1707760106456,"duration":1}},{"uid":"76b182b02a77784c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76b182b02a77784c","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"a5df0131d1a9db39","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5df0131d1a9db39","status":"passed","time":{"start":1707756422344,"stop":1707756422344,"duration":0}},{"uid":"a70fb12ae3fff21b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a70fb12ae3fff21b","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"fc618b10bac81aac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc618b10bac81aac","status":"passed","time":{"start":1707753586162,"stop":1707753586163,"duration":1}},{"uid":"c4cdab32b260245c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4cdab32b260245c","status":"passed","time":{"start":1707750964801,"stop":1707750964801,"duration":0}},{"uid":"a3133266ebcdba09","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a3133266ebcdba09","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"123f183308499122","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/123f183308499122","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"6608d508fa9b883","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6608d508fa9b883","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"2d38b4b4855122fc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d38b4b4855122fc","status":"passed","time":{"start":1707775656753,"stop":1707775656754,"duration":1}},{"uid":"13794fa91d1fa57c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13794fa91d1fa57c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"8a035e998695a01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a035e998695a01c","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1}},{"uid":"d185422ffa913d8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d185422ffa913d8f","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"b4f24917dbd579db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4f24917dbd579db","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1c815633e4ad8ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c815633e4ad8ad","status":"passed","time":{"start":1707758023541,"stop":1707758023542,"duration":1}},{"uid":"57ed6e7fdc871ce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/57ed6e7fdc871ce9","status":"passed","time":{"start":1707756664010,"stop":1707756664011,"duration":1}},{"uid":"44445710050a4b6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44445710050a4b6f","status":"passed","time":{"start":1707753837177,"stop":1707753837177,"duration":0}},{"uid":"75ef7ea6e6ac995e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/75ef7ea6e6ac995e","status":"passed","time":{"start":1707751136360,"stop":1707751136361,"duration":1}},{"uid":"a8e76d78aa74b244","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8e76d78aa74b244","status":"passed","time":{"start":1707737124649,"stop":1707737124649,"duration":0}},{"uid":"bf8836a437463957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf8836a437463957","status":"passed","time":{"start":1707736322665,"stop":1707736322666,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"955270aeb41a2c4f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/955270aeb41a2c4f","status":"passed","time":{"start":1707777972992,"stop":1707777972993,"duration":1}},{"uid":"6e7267659c459ef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e7267659c459ef7","status":"passed","time":{"start":1707775244523,"stop":1707775244524,"duration":1}},{"uid":"8379e3321d3ed048","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8379e3321d3ed048","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"5265bc5974cede8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5265bc5974cede8a","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2}},{"uid":"2ccd190580df2b0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ccd190580df2b0a","status":"passed","time":{"start":1707769843135,"stop":1707769843136,"duration":1}},{"uid":"99d80397ecb5a1b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99d80397ecb5a1b5","status":"passed","time":{"start":1707759965182,"stop":1707759965183,"duration":1}},{"uid":"297960afc03b0a20","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/297960afc03b0a20","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"9fe431d6edc09b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9fe431d6edc09b9","status":"passed","time":{"start":1707756267892,"stop":1707756267893,"duration":1}},{"uid":"b6a6e38d8fb188a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6a6e38d8fb188a8","status":"passed","time":{"start":1707753668021,"stop":1707753668021,"duration":0}},{"uid":"c752e29bf6bf7b76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c752e29bf6bf7b76","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"20a1809d02c8b48c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20a1809d02c8b48c","status":"passed","time":{"start":1707750796021,"stop":1707750796022,"duration":1}},{"uid":"ffbc4876d6c76bb8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ffbc4876d6c76bb8","status":"passed","time":{"start":1707736730633,"stop":1707736730633,"duration":0}},{"uid":"f2c513e223bc2ee6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2c513e223bc2ee6","status":"passed","time":{"start":1707735912113,"stop":1707735912113,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"b4c01d68ab4c0541","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4c01d68ab4c0541","status":"passed","time":{"start":1707778386492,"stop":1707778386492,"duration":0}},{"uid":"3fa7ec0f6f34fd4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3fa7ec0f6f34fd4e","status":"passed","time":{"start":1707775656755,"stop":1707775656756,"duration":1}},{"uid":"a1e4a8221f45fbd2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1e4a8221f45fbd2","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"38668f1249d2a5d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38668f1249d2a5d4","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0}},{"uid":"bd26eeeed428b212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd26eeeed428b212","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"6b7d2fb779980f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7d2fb779980f34","status":"passed","time":{"start":1707760335962,"stop":1707760335963,"duration":1}},{"uid":"6a37c05692d4cd60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a37c05692d4cd60","status":"passed","time":{"start":1707758023547,"stop":1707758023547,"duration":0}},{"uid":"3761af25f43dad99","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3761af25f43dad99","status":"passed","time":{"start":1707756664014,"stop":1707756664014,"duration":0}},{"uid":"17f6ddb20cf77f5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f6ddb20cf77f5b","status":"passed","time":{"start":1707753837179,"stop":1707753837180,"duration":1}},{"uid":"6df8a4692daf77ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6df8a4692daf77ce","status":"passed","time":{"start":1707751136366,"stop":1707751136366,"duration":0}},{"uid":"8ca1f1565392ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ca1f1565392ce30","status":"passed","time":{"start":1707737124654,"stop":1707737124655,"duration":1}},{"uid":"ae892d7ca55e7bab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ae892d7ca55e7bab","status":"passed","time":{"start":1707736322672,"stop":1707736322672,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6fd7663dd41e5dd7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fd7663dd41e5dd7","status":"passed","time":{"start":1707778381873,"stop":1707778381873,"duration":0}},{"uid":"f7d380edcda3ac7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7d380edcda3ac7b","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"ebea2fba32ffd195","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebea2fba32ffd195","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"898c289635aef79b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/898c289635aef79b","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1}},{"uid":"430b2d2e73826317","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/430b2d2e73826317","status":"passed","time":{"start":1707770169176,"stop":1707770169176,"duration":0}},{"uid":"29f1ea6f3b4e1431","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/29f1ea6f3b4e1431","status":"passed","time":{"start":1707760345982,"stop":1707760345982,"duration":0}},{"uid":"638d7aa0f6bffef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/638d7aa0f6bffef","status":"passed","time":{"start":1707758029746,"stop":1707758029746,"duration":0}},{"uid":"36c4051cdca2540c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36c4051cdca2540c","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"afa649a1950b3756","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afa649a1950b3756","status":"passed","time":{"start":1707753981526,"stop":1707753981527,"duration":1}},{"uid":"421e337d82d323d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/421e337d82d323d4","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"a073687561b88a61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a073687561b88a61","status":"passed","time":{"start":1707751154819,"stop":1707751154820,"duration":1}},{"uid":"29fe3e516c74ed0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29fe3e516c74ed0","status":"passed","time":{"start":1707737128059,"stop":1707737128059,"duration":0}},{"uid":"2ca9c698cf81f18a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ca9c698cf81f18a","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fb3e705362eed598","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb3e705362eed598","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"5586722b9b6acb11","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5586722b9b6acb11","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6264349aba830a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6264349aba830a0c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"a030f244b24dca96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a030f244b24dca96","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"duration":1}},{"uid":"b264e446cb77e5f4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b264e446cb77e5f4","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"5b77964afcb94fe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b77964afcb94fe7","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"c89bb0fafbd270b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c89bb0fafbd270b8","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"199c6ff7f925d3c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/199c6ff7f925d3c6","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"41d68350aa29f8e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41d68350aa29f8e0","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"3e23c4adb3506a3b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e23c4adb3506a3b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"678583917ab54787","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/678583917ab54787","status":"passed","time":{"start":1707737173829,"stop":1707737173830,"duration":1}},{"uid":"577d731b96184d2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/577d731b96184d2e","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d36bbdd5abbf0a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d36bbdd5abbf0a82","status":"passed","time":{"start":1707777797859,"stop":1707777797859,"duration":0}},{"uid":"1513836ca9e7e4f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1513836ca9e7e4f2","status":"passed","time":{"start":1707775073183,"stop":1707775073184,"duration":1}},{"uid":"4411ea8f17bdcaf2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4411ea8f17bdcaf2","status":"passed","time":{"start":1707774873943,"stop":1707774873943,"duration":0}},{"uid":"a9e2a946fd3c6961","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9e2a946fd3c6961","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0}},{"uid":"4dfc7c3fde61e7d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4dfc7c3fde61e7d9","status":"passed","time":{"start":1707769676600,"stop":1707769676600,"duration":0}},{"uid":"3a5e413c3afefbc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a5e413c3afefbc8","status":"passed","time":{"start":1707759771253,"stop":1707759771253,"duration":0}},{"uid":"d59f26be4e971fdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d59f26be4e971fdb","status":"passed","time":{"start":1707757466737,"stop":1707757466739,"duration":2}},{"uid":"d834785ba10bd63c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d834785ba10bd63c","status":"passed","time":{"start":1707756093995,"stop":1707756093995,"duration":0}},{"uid":"3a920f1a4f84bce8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a920f1a4f84bce8","status":"passed","time":{"start":1707753514640,"stop":1707753514641,"duration":1}},{"uid":"3f9bbc25dc31ebfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3f9bbc25dc31ebfe","status":"passed","time":{"start":1707753243676,"stop":1707753243676,"duration":0}},{"uid":"797cccebf3dfa676","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/797cccebf3dfa676","status":"passed","time":{"start":1707750640094,"stop":1707750640095,"duration":1}},{"uid":"b818584bb943f2f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b818584bb943f2f4","status":"passed","time":{"start":1707736561994,"stop":1707736561995,"duration":1}},{"uid":"5a8d3b896250357b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5a8d3b896250357b","status":"passed","time":{"start":1707735744192,"stop":1707735744192,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"52edcfd23d555df3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/52edcfd23d555df3","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"5cd073b89355e509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cd073b89355e509","status":"passed","time":{"start":1707775656747,"stop":1707775656748,"duration":1}},{"uid":"c8ada6ae64ea8659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c8ada6ae64ea8659","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"1453d341a814dd2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1453d341a814dd2b","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"2459d564f6458920","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2459d564f6458920","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"50eaee061d7878c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50eaee061d7878c2","status":"passed","time":{"start":1707760335947,"stop":1707760335948,"duration":1}},{"uid":"8a4b6b1955e5200c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a4b6b1955e5200c","status":"passed","time":{"start":1707758023532,"stop":1707758023533,"duration":1}},{"uid":"117b28c6396ee74b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/117b28c6396ee74b","status":"passed","time":{"start":1707756664001,"stop":1707756664002,"duration":1}},{"uid":"8e8c69d0a0f46030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e8c69d0a0f46030","status":"passed","time":{"start":1707753837167,"stop":1707753837168,"duration":1}},{"uid":"7844935b97af0c8c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7844935b97af0c8c","status":"passed","time":{"start":1707751136308,"stop":1707751136309,"duration":1}},{"uid":"3d1890d54150adaf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d1890d54150adaf","status":"passed","time":{"start":1707737124643,"stop":1707737124644,"duration":1}},{"uid":"3df539dc3fb2c23f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3df539dc3fb2c23f","status":"passed","time":{"start":1707736322656,"stop":1707736322656,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"db2b174a2e6ea131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db2b174a2e6ea131","status":"passed","time":{"start":1707778338834,"stop":1707778338835,"duration":1}},{"uid":"c3ab8b4531dc063d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3ab8b4531dc063d","status":"passed","time":{"start":1707775602015,"stop":1707775602016,"duration":1}},{"uid":"6ecb9b94fe4c596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6ecb9b94fe4c596","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"99cc079f5c9bcb63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99cc079f5c9bcb63","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1}},{"uid":"f6b3e299ed55c397","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6b3e299ed55c397","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"57d2da81b9210228","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/57d2da81b9210228","status":"passed","time":{"start":1707758006705,"stop":1707758006706,"duration":1}},{"uid":"c5b7a131b2be8a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c5b7a131b2be8a8","status":"passed","time":{"start":1707756617035,"stop":1707756617036,"duration":1}},{"uid":"4a43f23125d63a85","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a43f23125d63a85","status":"passed","time":{"start":1707753988876,"stop":1707753988877,"duration":1}},{"uid":"ef256c241d32163","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef256c241d32163","status":"passed","time":{"start":1707753782734,"stop":1707753782734,"duration":0}},{"uid":"424a053da5d23f01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/424a053da5d23f01","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"55bb9e84e76b1670","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55bb9e84e76b1670","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"c6403ae9a368ce5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c6403ae9a368ce5b","status":"passed","time":{"start":1707736260122,"stop":1707736260123,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e485cab5e286a87c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e485cab5e286a87c","status":"passed","time":{"start":1707777997118,"stop":1707777997118,"duration":0}},{"uid":"89536b1cf361192e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/89536b1cf361192e","status":"passed","time":{"start":1707775275756,"stop":1707775275757,"duration":1}},{"uid":"8e06f9d6688a7682","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e06f9d6688a7682","status":"passed","time":{"start":1707775085894,"stop":1707775085894,"duration":0}},{"uid":"6683e7464c657db1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6683e7464c657db1","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"duration":1}},{"uid":"83b82eab3d8034f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/83b82eab3d8034f1","status":"passed","time":{"start":1707769883328,"stop":1707769883328,"duration":0}},{"uid":"f56c92180a04a197","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f56c92180a04a197","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"25197e4bfd4f4ee0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/25197e4bfd4f4ee0","status":"passed","time":{"start":1707757676048,"stop":1707757676049,"duration":1}},{"uid":"74ad608c7dd575ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74ad608c7dd575ff","status":"passed","time":{"start":1707756304432,"stop":1707756304433,"duration":1}},{"uid":"6e8ebc3aa96852c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8ebc3aa96852c0","status":"passed","time":{"start":1707753713261,"stop":1707753713262,"duration":1}},{"uid":"99b2833237d18192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/99b2833237d18192","status":"passed","time":{"start":1707753448106,"stop":1707753448106,"duration":0}},{"uid":"501f394dc3a87522","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/501f394dc3a87522","status":"passed","time":{"start":1707750840051,"stop":1707750840051,"duration":0}},{"uid":"7183ed9d489d6c16","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7183ed9d489d6c16","status":"passed","time":{"start":1707736765045,"stop":1707736765045,"duration":0}},{"uid":"cbf9482ed1327db4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbf9482ed1327db4","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"6c08ffb8551462c6b9bfb8680abc95ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"215cbc0c2b0577d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/215cbc0c2b0577d9","status":"passed","time":{"start":1707758023544,"stop":1707758023545,"duration":1}}]},"cb74a49c1ace4e4fd7e17cf4556ae8bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"228d98727da8c8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/228d98727da8c8f8","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}}]},"6a87d72b232f7990f12e3d451451d982:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98840ac69cbf6853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98840ac69cbf6853","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1}}]},"4c2325d63f7bc016cadb2de565bd1e43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c36187c3ec54ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c36187c3ec54ea","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ef1035edd256b1fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ef1035edd256b1fb","status":"passed","time":{"start":1707778413512,"stop":1707778413513,"duration":1}},{"uid":"e80125a3591ac1dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e80125a3591ac1dc","status":"passed","time":{"start":1707775685017,"stop":1707775685018,"duration":1}},{"uid":"5a04f47ec1a07a11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a04f47ec1a07a11","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"505f0f4a01ded46b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/505f0f4a01ded46b","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"363b180417b9e6af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/363b180417b9e6af","status":"passed","time":{"start":1707770238677,"stop":1707770238678,"duration":1}},{"uid":"706993eae73521ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706993eae73521ef","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"6ded774b5eadfa3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6ded774b5eadfa3e","status":"passed","time":{"start":1707758004299,"stop":1707758004300,"duration":1}},{"uid":"70fbde388c1471bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/70fbde388c1471bd","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"9f7df16eef6a6ab2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7df16eef6a6ab2","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"ca9b99ca7d2c030e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca9b99ca7d2c030e","status":"passed","time":{"start":1707753877920,"stop":1707753877920,"duration":0}},{"uid":"bc6c4d93b4bfd9da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bc6c4d93b4bfd9da","status":"passed","time":{"start":1707751228953,"stop":1707751228954,"duration":1}},{"uid":"799f6327b0420c38","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/799f6327b0420c38","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"f9d44a8be72cb57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9d44a8be72cb57","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9dbb438f65f38498","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dbb438f65f38498","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"713ffaa1ff72fc0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/713ffaa1ff72fc0a","status":"passed","time":{"start":1707775026266,"stop":1707775026267,"duration":1}},{"uid":"8e4a1f84821a45e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e4a1f84821a45e7","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"301229a25d574c70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/301229a25d574c70","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"f0ee06ab638e2df5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f0ee06ab638e2df5","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"7bdcc48794c37c67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bdcc48794c37c67","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"fb2543bb0a472264","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb2543bb0a472264","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"17cd1d3c689cfbd5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17cd1d3c689cfbd5","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"50937429a8d3670f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/50937429a8d3670f","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"2bdcf706734ab727","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2bdcf706734ab727","status":"passed","time":{"start":1707753193783,"stop":1707753193784,"duration":1}},{"uid":"43bf8c953e64bbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43bf8c953e64bbc9","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"20d3a0006f4a0e24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20d3a0006f4a0e24","status":"passed","time":{"start":1707736511738,"stop":1707736511739,"duration":1}},{"uid":"9ecac4cbcf751465","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ecac4cbcf751465","status":"passed","time":{"start":1707735693126,"stop":1707735693126,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9c24b24902c359c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c24b24902c359c1","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"e6f3564d364ba56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e6f3564d364ba56d","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"699f4ecbe6b37a69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/699f4ecbe6b37a69","status":"passed","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"9ec1c27958dda333","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ec1c27958dda333","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"duration":1}},{"uid":"482996ef5de826b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/482996ef5de826b6","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"2a4eef1046f76c28","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a4eef1046f76c28","status":"passed","time":{"start":1707760374673,"stop":1707760374673,"duration":0}},{"uid":"d1730f97e7e8ab64","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1730f97e7e8ab64","status":"passed","time":{"start":1707758004301,"stop":1707758004302,"duration":1}},{"uid":"39481ea96b01567","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39481ea96b01567","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"b60ddac5f26947a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b60ddac5f26947a4","status":"passed","time":{"start":1707754051780,"stop":1707754051781,"duration":1}},{"uid":"39ffc879fcc5ba62","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39ffc879fcc5ba62","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"c0d01a402bd05370","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0d01a402bd05370","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"c975eda80c751d62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c975eda80c751d62","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"b5a14dc3343da2ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5a14dc3343da2ff","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1b4f06857915c9b6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4f06857915c9b6","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"67c62442fc3d6df3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67c62442fc3d6df3","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"bf362c427a3ddfee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bf362c427a3ddfee","status":"passed","time":{"start":1707775219995,"stop":1707775219996,"duration":1}},{"uid":"2111f9c78081151f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2111f9c78081151f","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"7b1bb1ee02311eca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b1bb1ee02311eca","status":"passed","time":{"start":1707769994535,"stop":1707769994536,"duration":1}},{"uid":"2e849213dc3adcb0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e849213dc3adcb0","status":"passed","time":{"start":1707760106456,"stop":1707760106456,"duration":0}},{"uid":"8e4edf27e6da3aa0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e4edf27e6da3aa0","status":"passed","time":{"start":1707757804293,"stop":1707757804294,"duration":1}},{"uid":"318077c9278a18f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/318077c9278a18f4","status":"passed","time":{"start":1707756422344,"stop":1707756422345,"duration":1}},{"uid":"dee03ad84d568eaf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dee03ad84d568eaf","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"9cd1e17155ac2aa9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cd1e17155ac2aa9","status":"passed","time":{"start":1707753586163,"stop":1707753586163,"duration":0}},{"uid":"b0bc97911ef84dc3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b0bc97911ef84dc3","status":"passed","time":{"start":1707750964801,"stop":1707750964802,"duration":1}},{"uid":"fd8c552fc3665b50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd8c552fc3665b50","status":"passed","time":{"start":1707736890436,"stop":1707736890436,"duration":0}},{"uid":"95e3d0eb3c49744","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95e3d0eb3c49744","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e7bbdb31eb0baab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e7bbdb31eb0baab","status":"passed","time":{"start":1707777787218,"stop":1707777787219,"duration":1}},{"uid":"56023205089ea746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56023205089ea746","status":"passed","time":{"start":1707775063034,"stop":1707775063035,"duration":1}},{"uid":"26ce372d0cd65ec2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26ce372d0cd65ec2","status":"passed","time":{"start":1707774865137,"stop":1707774865138,"duration":1}},{"uid":"2d52acc101ac1d8f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d52acc101ac1d8f","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"duration":0}},{"uid":"46ce52d7aa8b511f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/46ce52d7aa8b511f","status":"passed","time":{"start":1707769665330,"stop":1707769665339,"duration":9}},{"uid":"8b0a33fa51103557","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8b0a33fa51103557","status":"passed","time":{"start":1707759759720,"stop":1707759759720,"duration":0}},{"uid":"ba81e7d83a31f298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba81e7d83a31f298","status":"passed","time":{"start":1707757455852,"stop":1707757455853,"duration":1}},{"uid":"c58935720af3e228","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c58935720af3e228","status":"passed","time":{"start":1707756084424,"stop":1707756084424,"duration":0}},{"uid":"795f0d69812a29b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/795f0d69812a29b4","status":"passed","time":{"start":1707753503420,"stop":1707753503421,"duration":1}},{"uid":"88593bf1a0a294dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88593bf1a0a294dd","status":"passed","time":{"start":1707753233558,"stop":1707753233559,"duration":1}},{"uid":"a8c7f77e8c2c108c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8c7f77e8c2c108c","status":"passed","time":{"start":1707750631899,"stop":1707750631900,"duration":1}},{"uid":"41bbc04f94b9385","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41bbc04f94b9385","status":"passed","time":{"start":1707736548880,"stop":1707736548881,"duration":1}},{"uid":"282e545f6aa7e5f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/282e545f6aa7e5f1","status":"passed","time":{"start":1707735732429,"stop":1707735732430,"duration":1}}]},"be7d7e8ebf71fddbf2f2fdc9ec8f89e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d203b3a0b3648073","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d203b3a0b3648073","status":"passed","time":{"start":1707778386490,"stop":1707778386490,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8556f4f6f14ba830","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8556f4f6f14ba830","status":"passed","time":{"start":1707778326663,"stop":1707778326664,"duration":1}},{"uid":"110ff2ccbb9e6cc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/110ff2ccbb9e6cc9","status":"passed","time":{"start":1707775610542,"stop":1707775610543,"duration":1}},{"uid":"d43c22b8830c1b2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d43c22b8830c1b2e","status":"passed","time":{"start":1707775405803,"stop":1707775405804,"duration":1}},{"uid":"c2b6d0d3dce02a3a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b6d0d3dce02a3a","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"duration":1}},{"uid":"79ec8d15a35b0189","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/79ec8d15a35b0189","status":"passed","time":{"start":1707770116106,"stop":1707770116106,"duration":0}},{"uid":"584600b996daf442","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/584600b996daf442","status":"passed","time":{"start":1707760294897,"stop":1707760294898,"duration":1}},{"uid":"6a174b05e3728a01","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a174b05e3728a01","status":"passed","time":{"start":1707757992697,"stop":1707757992697,"duration":0}},{"uid":"236cf46bdb9e0c52","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/236cf46bdb9e0c52","status":"passed","time":{"start":1707756620671,"stop":1707756620672,"duration":1}},{"uid":"2402e815cc39cefd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2402e815cc39cefd","status":"passed","time":{"start":1707753926586,"stop":1707753926586,"duration":0}},{"uid":"225b27ca14d67bd7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/225b27ca14d67bd7","status":"passed","time":{"start":1707753779026,"stop":1707753779027,"duration":1}},{"uid":"ccd840eaa9ed8c9b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ccd840eaa9ed8c9b","status":"passed","time":{"start":1707751117671,"stop":1707751117671,"duration":0}},{"uid":"29271c9c293e79ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29271c9c293e79ce","status":"passed","time":{"start":1707737065097,"stop":1707737065098,"duration":1}},{"uid":"daed896622397757","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daed896622397757","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ab62217f3fa4fbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ab62217f3fa4fbd","status":"passed","time":{"start":1707778326666,"stop":1707778326667,"duration":1}},{"uid":"3e7f1cfeaa35fe15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e7f1cfeaa35fe15","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"35b6c15e93a0c35b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35b6c15e93a0c35b","status":"passed","time":{"start":1707775405806,"stop":1707775405807,"duration":1}},{"uid":"54ca0dca1f60c95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54ca0dca1f60c95f","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"duration":1}},{"uid":"65f18bb65db5f9ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65f18bb65db5f9ea","status":"passed","time":{"start":1707770116112,"stop":1707770116113,"duration":1}},{"uid":"b8c7f7d88b4503af","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c7f7d88b4503af","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"8a28f4102362b8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a28f4102362b8a","status":"passed","time":{"start":1707757992699,"stop":1707757992699,"duration":0}},{"uid":"125f50693d9a7a05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/125f50693d9a7a05","status":"passed","time":{"start":1707756620673,"stop":1707756620674,"duration":1}},{"uid":"ea2010c98afd532a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea2010c98afd532a","status":"passed","time":{"start":1707753926589,"stop":1707753926589,"duration":0}},{"uid":"ff9b1467ec8052c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ff9b1467ec8052c2","status":"passed","time":{"start":1707753779032,"stop":1707753779033,"duration":1}},{"uid":"9e96be787dd56289","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e96be787dd56289","status":"passed","time":{"start":1707751117675,"stop":1707751117675,"duration":0}},{"uid":"8d8419debb67e529","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d8419debb67e529","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"834d88037e03704a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/834d88037e03704a","status":"passed","time":{"start":1707736281627,"stop":1707736281628,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ab0789c2f2a7ac4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab0789c2f2a7ac4a","status":"passed","time":{"start":1707778002162,"stop":1707778002163,"duration":1}},{"uid":"58cd39860fb910ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/58cd39860fb910ed","status":"passed","time":{"start":1707775288506,"stop":1707775288506,"duration":0}},{"uid":"72e6f91ba7c968a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/72e6f91ba7c968a4","status":"passed","time":{"start":1707775094100,"stop":1707775094101,"duration":1}},{"uid":"79bfed5864a517fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bfed5864a517fd","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"duration":0}},{"uid":"c8180050d1725dc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8180050d1725dc4","status":"passed","time":{"start":1707769883615,"stop":1707769883617,"duration":2}},{"uid":"b66b084e657f437d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b084e657f437d","status":"passed","time":{"start":1707759985509,"stop":1707759985510,"duration":1}},{"uid":"58c1352d51f6b771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58c1352d51f6b771","status":"passed","time":{"start":1707757677808,"stop":1707757677808,"duration":0}},{"uid":"5d1d5668de863a1a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d1d5668de863a1a","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"ba52f901c063300f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba52f901c063300f","status":"passed","time":{"start":1707753735499,"stop":1707753735499,"duration":0}},{"uid":"5e23915482c8adce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e23915482c8adce","status":"passed","time":{"start":1707753472966,"stop":1707753472967,"duration":1}},{"uid":"b1f0259cc95f46da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1f0259cc95f46da","status":"passed","time":{"start":1707750845157,"stop":1707750845158,"duration":1}},{"uid":"7b0814003d1b6f58","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b0814003d1b6f58","status":"passed","time":{"start":1707736769673,"stop":1707736769674,"duration":1}},{"uid":"2b162194411772c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b162194411772c","status":"passed","time":{"start":1707735968259,"stop":1707735968259,"duration":0}}]},"7dd01a2863678dd50d027e51c75c2110:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f5a639f63e90989","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4f5a639f63e90989","status":"passed","time":{"start":1707751162311,"stop":1707751162312,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e20e3368b1e2c42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e20e3368b1e2c42","status":"passed","time":{"start":1707778308336,"stop":1707778308336,"duration":0}},{"uid":"d44441d5a2a2e639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d44441d5a2a2e639","status":"passed","time":{"start":1707775586577,"stop":1707775586582,"duration":5}},{"uid":"45e60aa01bb29281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/45e60aa01bb29281","status":"passed","time":{"start":1707775396054,"stop":1707775396055,"duration":1}},{"uid":"a1947ec409134805","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1947ec409134805","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"duration":0}},{"uid":"535372f1026bd71f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/535372f1026bd71f","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"471e5b43392ef3bf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/471e5b43392ef3bf","status":"passed","time":{"start":1707760280826,"stop":1707760280826,"duration":0}},{"uid":"76f3a0ce54282311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76f3a0ce54282311","status":"passed","time":{"start":1707757976563,"stop":1707757976563,"duration":0}},{"uid":"de495dde543816ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de495dde543816ad","status":"passed","time":{"start":1707756601158,"stop":1707756601158,"duration":0}},{"uid":"e86b86fab360deed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e86b86fab360deed","status":"passed","time":{"start":1707753969916,"stop":1707753969921,"duration":5}},{"uid":"fcf2810f1d45fa25","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcf2810f1d45fa25","status":"passed","time":{"start":1707753767214,"stop":1707753767215,"duration":1}},{"uid":"e91a7cdd305a57b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e91a7cdd305a57b3","status":"passed","time":{"start":1707751042633,"stop":1707751042633,"duration":0}},{"uid":"fd00018ba35cbfa6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd00018ba35cbfa6","status":"passed","time":{"start":1707737071258,"stop":1707737071259,"duration":1}},{"uid":"b4b4843478d27a3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b4b4843478d27a3c","status":"passed","time":{"start":1707736274446,"stop":1707736274447,"duration":1}}]},"10d933ac673dfc7db41342939ceb9b44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743f489275e78f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c743f489275e78f6","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f836856da227d9d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f836856da227d9d5","status":"passed","time":{"start":1707778326669,"stop":1707778326669,"duration":0}},{"uid":"9bf6a4333a77c046","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9bf6a4333a77c046","status":"passed","time":{"start":1707775610546,"stop":1707775610546,"duration":0}},{"uid":"928f156de0258dfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/928f156de0258dfc","status":"passed","time":{"start":1707775405811,"stop":1707775405812,"duration":1}},{"uid":"f5c5602c0f9f653","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5c5602c0f9f653","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0}},{"uid":"cd4b8016af49cacb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd4b8016af49cacb","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"e56e0ae27a9b8e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e56e0ae27a9b8e3b","status":"passed","time":{"start":1707760294901,"stop":1707760294901,"duration":0}},{"uid":"e683c10ba91c5c22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e683c10ba91c5c22","status":"passed","time":{"start":1707757992701,"stop":1707757992701,"duration":0}},{"uid":"a2cad012fa1fb618","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2cad012fa1fb618","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"1a6fccd252d48bc3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a6fccd252d48bc3","status":"passed","time":{"start":1707753926593,"stop":1707753926594,"duration":1}},{"uid":"64c48e49880fb5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64c48e49880fb5e","status":"passed","time":{"start":1707753779036,"stop":1707753779036,"duration":0}},{"uid":"fd557d32915c4011","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd557d32915c4011","status":"passed","time":{"start":1707751117677,"stop":1707751117678,"duration":1}},{"uid":"58fda2d0d8caa8f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58fda2d0d8caa8f4","status":"passed","time":{"start":1707737065101,"stop":1707737065102,"duration":1}},{"uid":"7999f920549989b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7999f920549989b0","status":"passed","time":{"start":1707736281631,"stop":1707736281632,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54b985dcb3155e25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54b985dcb3155e25","status":"passed","time":{"start":1707777997110,"stop":1707777997113,"duration":3}},{"uid":"42ae3b0dcdc01e17","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/42ae3b0dcdc01e17","status":"passed","time":{"start":1707775275751,"stop":1707775275752,"duration":1}},{"uid":"c99df9427940517","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c99df9427940517","status":"passed","time":{"start":1707775085884,"stop":1707775085884,"duration":0}},{"uid":"87d7cee09b9fb6fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87d7cee09b9fb6fc","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"duration":1}},{"uid":"fd6ec075543255ff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd6ec075543255ff","status":"passed","time":{"start":1707769883320,"stop":1707769883321,"duration":1}},{"uid":"44b3e773c63962c9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44b3e773c63962c9","status":"passed","time":{"start":1707759981462,"stop":1707759981462,"duration":0}},{"uid":"20478511201a64ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20478511201a64ab","status":"passed","time":{"start":1707757676042,"stop":1707757676042,"duration":0}},{"uid":"e212316cab6b18e6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e212316cab6b18e6","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"c9a137e8d231090b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a137e8d231090b","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"746e0d03ccce1357","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/746e0d03ccce1357","status":"passed","time":{"start":1707753448101,"stop":1707753448101,"duration":0}},{"uid":"575578a7b340b1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/575578a7b340b1d3","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"e06599aaeb194d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e06599aaeb194d2b","status":"passed","time":{"start":1707736765011,"stop":1707736765011,"duration":0}},{"uid":"b98d87f1687d4fa9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b98d87f1687d4fa9","status":"passed","time":{"start":1707735955225,"stop":1707735955227,"duration":2}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"903575eb2dcfed3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/903575eb2dcfed3","status":"passed","time":{"start":1707777973002,"stop":1707777973002,"duration":0}},{"uid":"a79fc55828e9178b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a79fc55828e9178b","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"8e5b6bfdbd777f88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e5b6bfdbd777f88","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"1d9358f067c0b6a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d9358f067c0b6a6","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"b33b5f62e94b0315","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b33b5f62e94b0315","status":"passed","time":{"start":1707769843146,"stop":1707769843148,"duration":2}},{"uid":"eaff318414a4332e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eaff318414a4332e","status":"passed","time":{"start":1707759965205,"stop":1707759965206,"duration":1}},{"uid":"49cb8e89dbaf7ca0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb8e89dbaf7ca0","status":"passed","time":{"start":1707757644392,"stop":1707757644393,"duration":1}},{"uid":"f314ebdccadcffe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f314ebdccadcffe","status":"passed","time":{"start":1707756267912,"stop":1707756267912,"duration":0}},{"uid":"d6ecfbab1b6afe6f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6ecfbab1b6afe6f","status":"passed","time":{"start":1707753668077,"stop":1707753668078,"duration":1}},{"uid":"4673c7d2551e79fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4673c7d2551e79fc","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"6e669c84227026e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e669c84227026e7","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"c60eaf836331d8c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c60eaf836331d8c8","status":"passed","time":{"start":1707736730653,"stop":1707736730654,"duration":1}},{"uid":"ebe13787a58947a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ebe13787a58947a8","status":"passed","time":{"start":1707735912125,"stop":1707735912125,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"842fa205dc62413f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/842fa205dc62413f","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"94c2f1275ea683cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/94c2f1275ea683cf","status":"passed","time":{"start":1707775384054,"stop":1707775384054,"duration":0}},{"uid":"656a3c5e63132c78","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/656a3c5e63132c78","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"6934684d234a8639","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6934684d234a8639","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"duration":1}},{"uid":"c5cced4363cb4ad9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5cced4363cb4ad9","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"d0f10cf39a61758f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d0f10cf39a61758f","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"554cd68c304a46d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/554cd68c304a46d6","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"2f54580cde919406","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2f54580cde919406","status":"passed","time":{"start":1707756396101,"stop":1707756396102,"duration":1}},{"uid":"e01b2d192082865f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e01b2d192082865f","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"dab0f19231535e90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dab0f19231535e90","status":"passed","time":{"start":1707753563098,"stop":1707753563104,"duration":6}},{"uid":"b8e43d6762acda52","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8e43d6762acda52","status":"passed","time":{"start":1707750940657,"stop":1707750940658,"duration":1}},{"uid":"33f7f49f576f1d45","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33f7f49f576f1d45","status":"passed","time":{"start":1707736870545,"stop":1707736870546,"duration":1}},{"uid":"4b43915a241eb522","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b43915a241eb522","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ee9e24e39ceeff646c94827f3beba1f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76061a0a8f008770","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76061a0a8f008770","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7e5d5a5dbd4a981","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7e5d5a5dbd4a981","status":"passed","time":{"start":1707777859853,"stop":1707777859854,"duration":1}},{"uid":"b829d8c5559464c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b829d8c5559464c9","status":"passed","time":{"start":1707775133668,"stop":1707775133669,"duration":1}},{"uid":"bc995d720d02ff32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc995d720d02ff32","status":"passed","time":{"start":1707774942681,"stop":1707774942682,"duration":1}},{"uid":"503ac31b161d5093","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/503ac31b161d5093","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"7b79e5aab3370987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b79e5aab3370987","status":"passed","time":{"start":1707769735034,"stop":1707769735035,"duration":1}},{"uid":"f4748800da263cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4748800da263cd","status":"passed","time":{"start":1707759831194,"stop":1707759831195,"duration":1}},{"uid":"654f42834c137a60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/654f42834c137a60","status":"passed","time":{"start":1707757528823,"stop":1707757528824,"duration":1}},{"uid":"b1f58006e0a44afa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1f58006e0a44afa","status":"passed","time":{"start":1707756157291,"stop":1707756157293,"duration":2}},{"uid":"d3d8e8d5eeae8ccb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3d8e8d5eeae8ccb","status":"passed","time":{"start":1707753578473,"stop":1707753578473,"duration":0}},{"uid":"174174aefbab1f52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/174174aefbab1f52","status":"passed","time":{"start":1707753307895,"stop":1707753307895,"duration":0}},{"uid":"92f854ddd8364673","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/92f854ddd8364673","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"1f8d5838ce738f29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1f8d5838ce738f29","status":"passed","time":{"start":1707736629971,"stop":1707736629971,"duration":0}},{"uid":"d5383f1e55dde33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5383f1e55dde33c","status":"passed","time":{"start":1707735809089,"stop":1707735809090,"duration":1}}]},"8162029eb6305dbc2c0f9d232c9b7a7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bd2d12bf51ce0ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bd2d12bf51ce0ef","status":"passed","time":{"start":1707753870470,"stop":1707753870470,"duration":0}}]},"5392e9781cdaefee29a5925461dab67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd4ffd70378b453f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd4ffd70378b453f","status":"passed","time":{"start":1707760335960,"stop":1707760335961,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e737e03f9ae35124","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e737e03f9ae35124","status":"passed","time":{"start":1707777770856,"stop":1707777770857,"duration":1}},{"uid":"5cca7a16b39cde52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cca7a16b39cde52","status":"passed","time":{"start":1707775046907,"stop":1707775046907,"duration":0}},{"uid":"bb6f59c4fa58d274","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6f59c4fa58d274","status":"passed","time":{"start":1707774848912,"stop":1707774848913,"duration":1}},{"uid":"95924ec13ada27bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95924ec13ada27bc","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0}},{"uid":"ef6894c83d4b291d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef6894c83d4b291d","status":"passed","time":{"start":1707769649005,"stop":1707769649005,"duration":0}},{"uid":"8377dc6c90bd05d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8377dc6c90bd05d2","status":"passed","time":{"start":1707759743630,"stop":1707759743630,"duration":0}},{"uid":"85b4f5b3e1d68225","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b4f5b3e1d68225","status":"passed","time":{"start":1707757438818,"stop":1707757438818,"duration":0}},{"uid":"1ec5dd989985f021","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec5dd989985f021","status":"passed","time":{"start":1707756067671,"stop":1707756067672,"duration":1}},{"uid":"69206c2274561a64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/69206c2274561a64","status":"passed","time":{"start":1707753486286,"stop":1707753486286,"duration":0}},{"uid":"d8d5845e31e01030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8d5845e31e01030","status":"passed","time":{"start":1707753215213,"stop":1707753215213,"duration":0}},{"uid":"6d316def472204f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d316def472204f3","status":"passed","time":{"start":1707750615193,"stop":1707750615194,"duration":1}},{"uid":"77b384dd8c77a340","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/77b384dd8c77a340","status":"passed","time":{"start":1707736532651,"stop":1707736532652,"duration":1}},{"uid":"842aeac82e233fbe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/842aeac82e233fbe","status":"passed","time":{"start":1707735714497,"stop":1707735714497,"duration":0}}]}} \ No newline at end of file +{"ba6f4ccdefcbacaae5b841718fa8ff87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"97799c92c3a24a44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97799c92c3a24a44","status":"passed","time":{"start":1707793093671,"stop":1707793093671,"duration":0}},{"uid":"7f1f3253b6ef5396","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1f3253b6ef5396","status":"passed","time":{"start":1707778040176,"stop":1707778040177,"duration":1}},{"uid":"c344f41e8c1f2550","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c344f41e8c1f2550","status":"passed","time":{"start":1707775332137,"stop":1707775332138,"duration":1}},{"uid":"f866af43b9061070","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f866af43b9061070","status":"passed","time":{"start":1707775137043,"stop":1707775137044,"duration":1}},{"uid":"4d2932f3936e8162","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d2932f3936e8162","status":"passed","time":{"start":1707770062842,"stop":1707770062842,"duration":0}},{"uid":"1cfaf8737fedd955","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1cfaf8737fedd955","status":"passed","time":{"start":1707769926380,"stop":1707769926381,"duration":1}},{"uid":"3e107304d0c9292c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e107304d0c9292c","status":"passed","time":{"start":1707760029630,"stop":1707760029631,"duration":1}},{"uid":"328e52e262737b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/328e52e262737b1","status":"passed","time":{"start":1707757713782,"stop":1707757713782,"duration":0}},{"uid":"97804d90662bb585","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97804d90662bb585","status":"passed","time":{"start":1707756348022,"stop":1707756348023,"duration":1}},{"uid":"fbbbffdedd2f3726","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbbbffdedd2f3726","status":"passed","time":{"start":1707753739732,"stop":1707753739732,"duration":0}},{"uid":"62bb03564b971566","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/62bb03564b971566","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"5a83906589c591d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a83906589c591d0","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/multiaddr.node.spec.ts)","time":{"start":1707750884259,"stop":1707750884259,"duration":0}},{"uid":"a30a533b46b95c14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a30a533b46b95c14","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"b6e2292fb2d4fcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6e2292fb2d4fcf","status":"passed","time":{"start":1707736018904,"stop":1707736018905,"duration":1}}]},"1f745989f12a2ee168dd0901e424fa9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"262bad25ddf8cedd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/262bad25ddf8cedd","status":"passed","time":{"start":1707793238862,"stop":1707793238862,"duration":0}},{"uid":"e8e008ee6fe4dc06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8e008ee6fe4dc06","status":"passed","time":{"start":1707778202464,"stop":1707778202464,"duration":0}},{"uid":"381cc80504fa0525","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/381cc80504fa0525","status":"passed","time":{"start":1707775486608,"stop":1707775486608,"duration":0}},{"uid":"dbfd2d71fde6dee6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbfd2d71fde6dee6","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"428caac747694461","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/428caac747694461","status":"passed","time":{"start":1707770234569,"stop":1707770234570,"duration":1}},{"uid":"75c1e56a1ebc6f06","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/75c1e56a1ebc6f06","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"c1e3c610421c0af0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1e3c610421c0af0","status":"passed","time":{"start":1707760173995,"stop":1707760173996,"duration":1}},{"uid":"49cb19e1323aaf49","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb19e1323aaf49","status":"passed","time":{"start":1707757873904,"stop":1707757873904,"duration":0}},{"uid":"d09f06121eb622da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d09f06121eb622da","status":"passed","time":{"start":1707756499893,"stop":1707756499896,"duration":3}},{"uid":"2edde3dcbbe32431","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2edde3dcbbe32431","status":"passed","time":{"start":1707753870422,"stop":1707753870423,"duration":1}},{"uid":"12ec69eeb9ccc886","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12ec69eeb9ccc886","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"5959e532dc26e96a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5959e532dc26e96a","status":"passed","time":{"start":1707751019562,"stop":1707751019562,"duration":0}},{"uid":"5bd626a342634038","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd626a342634038","status":"passed","time":{"start":1707736947837,"stop":1707736947837,"duration":0}},{"uid":"d86fa1f1a45d412f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d86fa1f1a45d412f","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"bcebd9cbadcea5cc5ccb39395eea5d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cda585d0d3880e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cda585d0d3880e7d","status":"passed","time":{"start":1707792792553,"stop":1707792792553,"duration":0}},{"uid":"420388d5b706657f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420388d5b706657f","status":"passed","time":{"start":1707777741290,"stop":1707777741290,"duration":0}},{"uid":"5ead0882a3e71cab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ead0882a3e71cab","status":"passed","time":{"start":1707775017706,"stop":1707775017706,"duration":0}},{"uid":"32108eaa86a72cb7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32108eaa86a72cb7","status":"passed","time":{"start":1707774819163,"stop":1707774819164,"duration":1}},{"uid":"8f2a75b5fb5036b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f2a75b5fb5036b8","status":"passed","time":{"start":1707769766688,"stop":1707769766689,"duration":1}},{"uid":"9a3360d4367c008b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a3360d4367c008b","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"d487a7d534f442e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d487a7d534f442e1","status":"passed","time":{"start":1707759714511,"stop":1707759714512,"duration":1}},{"uid":"e6e41d3581eaae25","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6e41d3581eaae25","status":"passed","time":{"start":1707757408929,"stop":1707757408930,"duration":1}},{"uid":"fa84f63cb664fb92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa84f63cb664fb92","status":"passed","time":{"start":1707756038656,"stop":1707756038656,"duration":0}},{"uid":"d23667dbbc762345","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d23667dbbc762345","status":"passed","time":{"start":1707753456824,"stop":1707753456824,"duration":0}},{"uid":"b77e25869c4ac533","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b77e25869c4ac533","status":"passed","time":{"start":1707753185031,"stop":1707753185031,"duration":0}},{"uid":"89b3000f5a488982","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89b3000f5a488982","status":"passed","time":{"start":1707750585695,"stop":1707750585695,"duration":0}},{"uid":"ebf31c659d4aa3e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebf31c659d4aa3e6","status":"passed","time":{"start":1707736503250,"stop":1707736503251,"duration":1}},{"uid":"7907de43e1e1fa15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7907de43e1e1fa15","status":"passed","time":{"start":1707735684545,"stop":1707735684545,"duration":0}}]},"141df21651d476128a199f82e2a64a73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"df192fc71386cb24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df192fc71386cb24","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}}]},"dd1f18013b3b6dfdc25ca9f8164e0c5c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"750f1df7d2062b8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/750f1df7d2062b8a","status":"passed","time":{"start":1707792815078,"stop":1707792815078,"duration":0}},{"uid":"67e6d03fa7f8e18b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67e6d03fa7f8e18b","status":"passed","time":{"start":1707777764427,"stop":1707777764428,"duration":1}},{"uid":"96e7ede360d6d2d7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e7ede360d6d2d7","status":"passed","time":{"start":1707775040575,"stop":1707775040576,"duration":1}},{"uid":"b811a638ddd0f249","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b811a638ddd0f249","status":"passed","time":{"start":1707774842469,"stop":1707774842470,"duration":1}},{"uid":"591b91e2e6ce2103","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591b91e2e6ce2103","status":"passed","time":{"start":1707769789801,"stop":1707769789802,"duration":1}},{"uid":"f9918b74b1118246","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9918b74b1118246","status":"passed","time":{"start":1707769642596,"stop":1707769642596,"duration":0}},{"uid":"b8c89df1fb1dac32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c89df1fb1dac32","status":"passed","time":{"start":1707759737374,"stop":1707759737375,"duration":1}},{"uid":"d41e35ee06930d93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d41e35ee06930d93","status":"passed","time":{"start":1707757432389,"stop":1707757432390,"duration":1}},{"uid":"6d2e2b539266f795","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e2b539266f795","status":"passed","time":{"start":1707756061417,"stop":1707756061418,"duration":1}},{"uid":"89fb9b2b03e56977","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/89fb9b2b03e56977","status":"passed","time":{"start":1707753479971,"stop":1707753479971,"duration":0}},{"uid":"f31417a9e6db5c84","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f31417a9e6db5c84","status":"passed","time":{"start":1707753208669,"stop":1707753208670,"duration":1}},{"uid":"27bfbaed8477f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/27bfbaed8477f6e","status":"passed","time":{"start":1707750608873,"stop":1707750608873,"duration":0}},{"uid":"feeb607cf02cf377","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/feeb607cf02cf377","status":"passed","time":{"start":1707736526327,"stop":1707736526328,"duration":1}},{"uid":"cf358e1a65721ffd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cf358e1a65721ffd","status":"passed","time":{"start":1707735708003,"stop":1707735708004,"duration":1}}]},"2af63252c8685876a1aa16ea1f005c2e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8fe7a0528649dacf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fe7a0528649dacf","status":"passed","time":{"start":1707793012495,"stop":1707793012498,"duration":3}},{"uid":"401edbada9a456ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/401edbada9a456ba","status":"passed","time":{"start":1707777977669,"stop":1707777977670,"duration":1}},{"uid":"f47c367efa2d46a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f47c367efa2d46a3","status":"passed","time":{"start":1707775258460,"stop":1707775258460,"duration":0}},{"uid":"f68e32f7e4854307","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f68e32f7e4854307","status":"passed","time":{"start":1707775082023,"stop":1707775082027,"duration":4}},{"uid":"231f21157d04b25b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/231f21157d04b25b","status":"passed","time":{"start":1707769999867,"stop":1707769999867,"duration":0}},{"uid":"e2d9b9d22dc7121","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2d9b9d22dc7121","status":"passed","time":{"start":1707769841903,"stop":1707769841904,"duration":1}},{"uid":"19de0cccd62e86ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19de0cccd62e86ae","status":"passed","time":{"start":1707759921459,"stop":1707759921459,"duration":0}},{"uid":"a103be1e55713fe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a103be1e55713fe3","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"822456b1e672a5e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/822456b1e672a5e1","status":"passed","time":{"start":1707756261810,"stop":1707756261812,"duration":2}},{"uid":"cc93d705c20f5a3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc93d705c20f5a3d","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"2131d4a9c9eb7909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2131d4a9c9eb7909","status":"passed","time":{"start":1707753409590,"stop":1707753409590,"duration":0}},{"uid":"e63c472ca938f653","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e63c472ca938f653","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"75f95e3a100a72b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75f95e3a100a72b7","status":"passed","time":{"start":1707736708333,"stop":1707736708333,"duration":0}},{"uid":"e156838495ee162c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e156838495ee162c","status":"passed","time":{"start":1707735914390,"stop":1707735914390,"duration":0}}]},"c699536f4c84b6db4481ba440ea9cc1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4df144972f066d1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4df144972f066d1f","status":"passed","time":{"start":1707793028264,"stop":1707793028264,"duration":0}},{"uid":"b2c9ebefa98172e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b2c9ebefa98172e2","status":"passed","time":{"start":1707777972993,"stop":1707777972993,"duration":0}},{"uid":"a521bd2c3e7bc316","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a521bd2c3e7bc316","status":"passed","time":{"start":1707775244524,"stop":1707775244524,"duration":0}},{"uid":"7c2b52af4128162a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c2b52af4128162a","status":"passed","time":{"start":1707775050812,"stop":1707775050813,"duration":1}},{"uid":"ebef3d874dea2a0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebef3d874dea2a0c","status":"passed","time":{"start":1707770001373,"stop":1707770001374,"duration":1}},{"uid":"a5ce099f67ab72bd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5ce099f67ab72bd","status":"passed","time":{"start":1707769843136,"stop":1707769843139,"duration":3}},{"uid":"5afc7c7c31beaad7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5afc7c7c31beaad7","status":"passed","time":{"start":1707759965183,"stop":1707759965183,"duration":0}},{"uid":"11d7647a53ff19db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11d7647a53ff19db","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"737244c91ce26b0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/737244c91ce26b0f","status":"passed","time":{"start":1707756267893,"stop":1707756267893,"duration":0}},{"uid":"78acf48041f1fd50","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78acf48041f1fd50","status":"passed","time":{"start":1707753668021,"stop":1707753668022,"duration":1}},{"uid":"d9cd30f09fd07b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9cd30f09fd07b","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"44d913cbf596d3bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44d913cbf596d3bf","status":"passed","time":{"start":1707750796023,"stop":1707750796023,"duration":0}},{"uid":"dcaa0077127ede9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dcaa0077127ede9d","status":"passed","time":{"start":1707736730634,"stop":1707736730634,"duration":0}},{"uid":"f64650eff345f563","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f64650eff345f563","status":"passed","time":{"start":1707735912114,"stop":1707735912114,"duration":0}}]},"058611e0379b567ec369f6d23bd97baf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"957ec802226ce060","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957ec802226ce060","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0}},{"uid":"d00cb6e633ce40c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d00cb6e633ce40c2","status":"passed","time":{"start":1707777749847,"stop":1707777749848,"duration":1}},{"uid":"a81ca97c9d326086","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a81ca97c9d326086","status":"passed","time":{"start":1707775026270,"stop":1707775026271,"duration":1}},{"uid":"de6ae672481a278e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de6ae672481a278e","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"a73a22556f85c7a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a73a22556f85c7a9","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"631099ff530913ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/631099ff530913ae","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"d7a3053d1b430537","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d7a3053d1b430537","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"5187d887ada17465","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5187d887ada17465","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"6bbcab0686509008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6bbcab0686509008","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"8c3d5238fb31b5cb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c3d5238fb31b5cb","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"27d5c4821aa8349d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27d5c4821aa8349d","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"17edce14d596570e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/17edce14d596570e","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"4ebdcc1cc4f8221e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ebdcc1cc4f8221e","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"6d240c75b130f3fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d240c75b130f3fa","status":"passed","time":{"start":1707735693129,"stop":1707735693130,"duration":1}}]},"1245c88246b4c7e7c5fb27ace076c684:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d3af5f8c929865df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3af5f8c929865df","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0}},{"uid":"3a6e25d94fb242c6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a6e25d94fb242c6","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"cc63c0933cf61c91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc63c0933cf61c91","status":"passed","time":{"start":1707775649284,"stop":1707775649285,"duration":1}},{"uid":"fe8fb86595cc0347","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe8fb86595cc0347","status":"passed","time":{"start":1707775456618,"stop":1707775456618,"duration":0}},{"uid":"5093832a6f5323ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5093832a6f5323ed","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"18377e062ab48d0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18377e062ab48d0f","status":"passed","time":{"start":1707770165175,"stop":1707770165176,"duration":1}},{"uid":"b1a2e74a46e3790c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1a2e74a46e3790c","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"df04d2832f97aa65","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df04d2832f97aa65","status":"passed","time":{"start":1707758024235,"stop":1707758024235,"duration":0}},{"uid":"b4802aed6f308cb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b4802aed6f308cb","status":"passed","time":{"start":1707756662061,"stop":1707756662061,"duration":0}},{"uid":"debcb7643081da25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/debcb7643081da25","status":"passed","time":{"start":1707753975676,"stop":1707753975677,"duration":1}},{"uid":"b235379b3d909451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b235379b3d909451","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"b7c262fa95618391","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7c262fa95618391","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"b19c835bc02bd947","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19c835bc02bd947","status":"passed","time":{"start":1707737129078,"stop":1707737129079,"duration":1}},{"uid":"40ea115f39a909ba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40ea115f39a909ba","status":"passed","time":{"start":1707736323078,"stop":1707736323078,"duration":0}}]},"6a84a70d9ba5b6ffb6fd767d1d33f5e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d587c0115aad506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d587c0115aad506","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}}]},"6155f6e2bed73f9a83f09d1b91bfd1fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"68b82eb9730b2476","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68b82eb9730b2476","status":"passed","time":{"start":1707792890684,"stop":1707792890685,"duration":1}},{"uid":"140db786623bf7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/140db786623bf7d","status":"passed","time":{"start":1707777837224,"stop":1707777837224,"duration":0}},{"uid":"16db451f5b16b73b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16db451f5b16b73b","status":"passed","time":{"start":1707775113058,"stop":1707775113059,"duration":1}},{"uid":"7502412f83ab2788","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7502412f83ab2788","status":"passed","time":{"start":1707774908734,"stop":1707774908735,"duration":1}},{"uid":"94daf0e447c72780","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94daf0e447c72780","status":"passed","time":{"start":1707769864615,"stop":1707769864615,"duration":0}},{"uid":"abb5e74d2d577458","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abb5e74d2d577458","status":"passed","time":{"start":1707769706670,"stop":1707769706670,"duration":0}},{"uid":"b8d2caf56ba2d667","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8d2caf56ba2d667","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"f25ead016b940532","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f25ead016b940532","status":"passed","time":{"start":1707757504686,"stop":1707757504686,"duration":0}},{"uid":"17fce85e1d0c415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17fce85e1d0c415","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"b9ce95e4f246f820","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b9ce95e4f246f820","status":"passed","time":{"start":1707753284216,"stop":1707753284217,"duration":1}},{"uid":"e538652f35c41143","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e538652f35c41143","status":"passed","time":{"start":1707736597190,"stop":1707736597191,"duration":1}},{"uid":"55a1f0705b0fda03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55a1f0705b0fda03","status":"passed","time":{"start":1707735784061,"stop":1707735784062,"duration":1}}]},"ccc67cdec03f56972b9eddce4b707990:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6136611d0821b7b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6136611d0821b7b1","status":"passed","time":{"start":1707792800010,"stop":1707792800010,"duration":0}},{"uid":"8901d012af61771a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8901d012af61771a","status":"passed","time":{"start":1707777749096,"stop":1707777749097,"duration":1}},{"uid":"92ba0f93964fe462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92ba0f93964fe462","status":"passed","time":{"start":1707775025529,"stop":1707775025530,"duration":1}},{"uid":"ab32ee79a8dd677f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab32ee79a8dd677f","status":"passed","time":{"start":1707774827061,"stop":1707774827062,"duration":1}},{"uid":"904d551741cecef4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/904d551741cecef4","status":"passed","time":{"start":1707769774632,"stop":1707769774632,"duration":0}},{"uid":"1a71e7b760f1f0c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a71e7b760f1f0c6","status":"passed","time":{"start":1707769627291,"stop":1707769627292,"duration":1}},{"uid":"60fdf1a510ed3d1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60fdf1a510ed3d1a","status":"passed","time":{"start":1707759722032,"stop":1707759722032,"duration":0}},{"uid":"e3c4c5631086baaf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3c4c5631086baaf","status":"passed","time":{"start":1707757416840,"stop":1707757416840,"duration":0}},{"uid":"9ae2bb0e87c09907","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9ae2bb0e87c09907","status":"passed","time":{"start":1707756046607,"stop":1707756046607,"duration":0}},{"uid":"f34f723a1ff0f7a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f34f723a1ff0f7a","status":"passed","time":{"start":1707753464667,"stop":1707753464668,"duration":1}},{"uid":"dc458c76f68b75e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc458c76f68b75e2","status":"passed","time":{"start":1707753192939,"stop":1707753192939,"duration":0}},{"uid":"5222c63c0aafa928","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5222c63c0aafa928","status":"passed","time":{"start":1707750593506,"stop":1707750593507,"duration":1}},{"uid":"c9b0a7b8250866b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9b0a7b8250866b2","status":"passed","time":{"start":1707736510880,"stop":1707736510880,"duration":0}},{"uid":"50439685c28e2aaa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/50439685c28e2aaa","status":"passed","time":{"start":1707735692291,"stop":1707735692291,"duration":0}}]},"e26ebba53f466c2d718efeefe1f6f31e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aa470d1db3ebcf85","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa470d1db3ebcf85","status":"passed","time":{"start":1707793230149,"stop":1707793230150,"duration":1}},{"uid":"c76c60de87ad3051","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c76c60de87ad3051","status":"passed","time":{"start":1707778179237,"stop":1707778179238,"duration":1}},{"uid":"9be7eaf1fb6f223a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9be7eaf1fb6f223a","status":"passed","time":{"start":1707775471143,"stop":1707775471144,"duration":1}},{"uid":"4e526f180b05091b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e526f180b05091b","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"8b7eb9c34ee3d65a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b7eb9c34ee3d65a","status":"passed","time":{"start":1707770210095,"stop":1707770210096,"duration":1}},{"uid":"1248cdf563b5a882","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1248cdf563b5a882","status":"passed","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"355925cecac3bd77","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/355925cecac3bd77","status":"passed","time":{"start":1707760163326,"stop":1707760163326,"duration":0}},{"uid":"bb0822784ee5ad19","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bb0822784ee5ad19","status":"passed","time":{"start":1707757853543,"stop":1707757853543,"duration":0}},{"uid":"ccc38afdada854fd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccc38afdada854fd","status":"passed","time":{"start":1707756493173,"stop":1707756493173,"duration":0}},{"uid":"37b4430585767d99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b4430585767d99","status":"passed","time":{"start":1707753863562,"stop":1707753863563,"duration":1}},{"uid":"74308c63fe53c617","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74308c63fe53c617","status":"passed","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"4cd6d26cc83c0fb9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4cd6d26cc83c0fb9","status":"passed","time":{"start":1707751014386,"stop":1707751014387,"duration":1}},{"uid":"ae26122c70767c8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ae26122c70767c8d","status":"passed","time":{"start":1707736941409,"stop":1707736941410,"duration":1}},{"uid":"f2404171b96214e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2404171b96214e9","status":"passed","time":{"start":1707736158693,"stop":1707736158693,"duration":0}}]},"1cd2e7ab5751589aaf3d7f49c672016c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d71d52c1b46f662","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d71d52c1b46f662","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"duration":0}},{"uid":"8b93881ea3866c78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b93881ea3866c78","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"143a6b0b72b8e963","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/143a6b0b72b8e963","status":"passed","time":{"start":1707775486620,"stop":1707775486621,"duration":1}},{"uid":"949268f12a66dcef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/949268f12a66dcef","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"5d7fa67036e31614","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d7fa67036e31614","status":"passed","time":{"start":1707770234575,"stop":1707770234576,"duration":1}},{"uid":"57a3fc5bf6aafe99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57a3fc5bf6aafe99","status":"passed","time":{"start":1707770051374,"stop":1707770051375,"duration":1}},{"uid":"1995935ebafe9d6f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995935ebafe9d6f","status":"passed","time":{"start":1707760174016,"stop":1707760174017,"duration":1}},{"uid":"ce8d69e5d8f94443","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce8d69e5d8f94443","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"3e53d9ebc3ca4280","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e53d9ebc3ca4280","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"34028fe729efb9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34028fe729efb9ef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"6639d3eff3891532","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6639d3eff3891532","status":"passed","time":{"start":1707753647499,"stop":1707753647501,"duration":2}},{"uid":"2997544e3270b470","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2997544e3270b470","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"deeb0d862778633c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb0d862778633c","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"5e0bd8aaa5cb2268","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e0bd8aaa5cb2268","status":"passed","time":{"start":1707736152501,"stop":1707736152502,"duration":1}}]},"32c13689727d95ee3cf724cfdb52e90b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35cc47d397f01ddb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/35cc47d397f01ddb","status":"passed","time":{"start":1707775602038,"stop":1707775602039,"duration":1}}]},"0aa88a9b45054b520d6576f5b4e057b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"467fcd148e04892a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/467fcd148e04892a","status":"passed","time":{"start":1707758006722,"stop":1707758006723,"duration":1}}]},"43e4c3d321b44a5ff314a8644db799cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9cc51b976f088be5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9cc51b976f088be5","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"duration":0}},{"uid":"d4e2b1344ff51126","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d4e2b1344ff51126","status":"passed","time":{"start":1707778413527,"stop":1707778413528,"duration":1}},{"uid":"93fc1c694da15eeb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93fc1c694da15eeb","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"d876567225489c3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d876567225489c3e","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"3faea43839b7370d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3faea43839b7370d","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"eba06fcd5fc742c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eba06fcd5fc742c","status":"passed","time":{"start":1707770238694,"stop":1707770238695,"duration":1}},{"uid":"fd01a3da4de7c866","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fd01a3da4de7c866","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"548d1a08c30b63e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d1a08c30b63e7","status":"passed","time":{"start":1707758004336,"stop":1707758004337,"duration":1}},{"uid":"dfffbb47a34d8d03","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfffbb47a34d8d03","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"6c4f105db404b04d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c4f105db404b04d","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"64f9cd93d4595ee4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64f9cd93d4595ee4","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"d695841b5eb27c9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695841b5eb27c9e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"e85a16e1ef4994a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e85a16e1ef4994a7","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"832d6bc37c3cc234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/832d6bc37c3cc234","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"0a9bc71ff7631b2d4a08dfb4d19c4c71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bc1e67dba67cee04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc1e67dba67cee04","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}}]},"982dde643629d9d6b9ad5cdb535ac936:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"15f4e49680193c2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/15f4e49680193c2d","status":"passed","time":{"start":1707793355775,"stop":1707793355776,"duration":1}},{"uid":"fe2d2555be59deda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe2d2555be59deda","status":"passed","time":{"start":1707778326664,"stop":1707778326665,"duration":1}},{"uid":"be5dd5948742e944","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/be5dd5948742e944","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"79c1b6dd35cf675f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/79c1b6dd35cf675f","status":"passed","time":{"start":1707775405804,"stop":1707775405804,"duration":0}},{"uid":"25830e6cc52702e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25830e6cc52702e3","status":"passed","time":{"start":1707770339586,"stop":1707770339586,"duration":0}},{"uid":"3f6529e936cd6749","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f6529e936cd6749","status":"passed","time":{"start":1707770116107,"stop":1707770116108,"duration":1}},{"uid":"8ac00de08856ff44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ac00de08856ff44","status":"passed","time":{"start":1707760294898,"stop":1707760294898,"duration":0}},{"uid":"27209769443019ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27209769443019ec","status":"passed","time":{"start":1707757992697,"stop":1707757992698,"duration":1}},{"uid":"c922c8a82b4c73a7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c922c8a82b4c73a7","status":"passed","time":{"start":1707756620672,"stop":1707756620672,"duration":0}},{"uid":"49b310fd171fe81a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49b310fd171fe81a","status":"passed","time":{"start":1707753926587,"stop":1707753926587,"duration":0}},{"uid":"d26ceccd8716be2a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d26ceccd8716be2a","status":"passed","time":{"start":1707753779028,"stop":1707753779029,"duration":1}},{"uid":"6e5c96c5b89172ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e5c96c5b89172ce","status":"passed","time":{"start":1707751117672,"stop":1707751117673,"duration":1}},{"uid":"2527a7c9898e5516","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2527a7c9898e5516","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"60229dba08abe6b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60229dba08abe6b2","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"9aa5112f5edd46e1b8a608728933e5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c15b5b708e476348","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c15b5b708e476348","status":"passed","time":{"start":1707793371125,"stop":1707793371126,"duration":1}},{"uid":"4d40797ce3ededd9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4d40797ce3ededd9","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"1b0e922cb96f4937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b0e922cb96f4937","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"c998b8a51976ffc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c998b8a51976ffc2","status":"passed","time":{"start":1707775390253,"stop":1707775390253,"duration":0}},{"uid":"8861ecfd491c7774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8861ecfd491c7774","status":"passed","time":{"start":1707770335623,"stop":1707770335623,"duration":0}},{"uid":"66650638fbf8938d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66650638fbf8938d","status":"passed","time":{"start":1707769968736,"stop":1707769968736,"duration":0}},{"uid":"ae8fa2ec054fd630","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8fa2ec054fd630","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"290c9220e8bbf139","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/290c9220e8bbf139","status":"passed","time":{"start":1707758006728,"stop":1707758006728,"duration":0}},{"uid":"37366a6d8767938e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37366a6d8767938e","status":"passed","time":{"start":1707756617065,"stop":1707756617065,"duration":0}},{"uid":"798a6d9665c412d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/798a6d9665c412d1","status":"passed","time":{"start":1707753988894,"stop":1707753988895,"duration":1}},{"uid":"ab4a25a089e67118","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ab4a25a089e67118","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"c70304b60b687086","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c70304b60b687086","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"cd97a2d4e5ad24aa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cd97a2d4e5ad24aa","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"e85064600ca2326e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85064600ca2326e","status":"passed","time":{"start":1707736260166,"stop":1707736260166,"duration":0}}]},"11533c5d9c798f5647c41d4bb4af7aba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"af93167741a1b462","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af93167741a1b462","status":"passed","time":{"start":1707792907229,"stop":1707792907229,"duration":0}},{"uid":"6f867737374b796b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f867737374b796b","status":"passed","time":{"start":1707777859852,"stop":1707777859852,"duration":0}},{"uid":"ad87b9fa0b77e5c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad87b9fa0b77e5c5","status":"passed","time":{"start":1707775133664,"stop":1707775133665,"duration":1}},{"uid":"5232b7476f81303d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5232b7476f81303d","status":"passed","time":{"start":1707774942679,"stop":1707774942680,"duration":1}},{"uid":"de15dd81c4859513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de15dd81c4859513","status":"passed","time":{"start":1707769878812,"stop":1707769878813,"duration":1}},{"uid":"b8ce605e817911e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce605e817911e7","status":"passed","time":{"start":1707769735031,"stop":1707769735032,"duration":1}},{"uid":"73bb5cd224bacbb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/73bb5cd224bacbb5","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"9fdcdb118d328c78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9fdcdb118d328c78","status":"passed","time":{"start":1707757528819,"stop":1707757528819,"duration":0}},{"uid":"69f0650cfb4f1747","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69f0650cfb4f1747","status":"passed","time":{"start":1707756157289,"stop":1707756157289,"duration":0}},{"uid":"22c457ecd2562f5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22c457ecd2562f5c","status":"passed","time":{"start":1707753578469,"stop":1707753578469,"duration":0}},{"uid":"b86e11b5436ad592","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b86e11b5436ad592","status":"passed","time":{"start":1707753307893,"stop":1707753307893,"duration":0}},{"uid":"96cfe6cbc66bf8db","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96cfe6cbc66bf8db","status":"passed","time":{"start":1707750703125,"stop":1707750703125,"duration":0}},{"uid":"85b69220b8f46f0b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85b69220b8f46f0b","status":"passed","time":{"start":1707736629966,"stop":1707736629967,"duration":1}},{"uid":"4e9cb04b603af7c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e9cb04b603af7c1","status":"passed","time":{"start":1707735809086,"stop":1707735809087,"duration":1}}]},"b341853c808d7a5c4994ae93c9c74516:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71d28276ba4cd325","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/71d28276ba4cd325","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0}},{"uid":"50e8acfbab311b8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50e8acfbab311b8f","status":"passed","time":{"start":1707778386472,"stop":1707778386473,"duration":1}},{"uid":"662cf7e30f774129","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/662cf7e30f774129","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"738d15e53d98f1fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/738d15e53d98f1fc","status":"passed","time":{"start":1707775461881,"stop":1707775461882,"duration":1}},{"uid":"f5ee789cf5e62c05","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ee789cf5e62c05","status":"passed","time":{"start":1707770395177,"stop":1707770395177,"duration":0}},{"uid":"ee3e5932a28be0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee3e5932a28be0e","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"9b3c5b13edd0686","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b3c5b13edd0686","status":"passed","time":{"start":1707760335938,"stop":1707760335938,"duration":0}},{"uid":"9f55e19a2f36ceee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f55e19a2f36ceee","status":"passed","time":{"start":1707758023526,"stop":1707758023526,"duration":0}},{"uid":"53ceeeb46f1d8c2c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53ceeeb46f1d8c2c","status":"passed","time":{"start":1707756663996,"stop":1707756663996,"duration":0}},{"uid":"d7b21760b8e13cd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7b21760b8e13cd4","status":"passed","time":{"start":1707753717350,"stop":1707753717350,"duration":0}},{"uid":"1f1ab5ddd6500229","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1ab5ddd6500229","status":"passed","time":{"start":1707753837159,"stop":1707753837160,"duration":1}},{"uid":"98135f6dc0a34fcb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/98135f6dc0a34fcb","status":"passed","time":{"start":1707751136277,"stop":1707751136278,"duration":1}},{"uid":"f746bb77a4d81077","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f746bb77a4d81077","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"8c6e129214df5827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c6e129214df5827","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"ab9c72fbadc0c1e7e4b12ddcc969532f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"412d6689cb9b33c3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412d6689cb9b33c3","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"duration":0}},{"uid":"b70b7850c92bd194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b70b7850c92bd194","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"f985fefac20d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f985fefac20d2c6c","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"dba480814c033df3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dba480814c033df3","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"9ecde25b216fabf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ecde25b216fabf6","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"45f1dafce1c4a9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/45f1dafce1c4a9d","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"a72df15c08d1ff4d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a72df15c08d1ff4d","status":"passed","time":{"start":1707760374677,"stop":1707760374678,"duration":1}},{"uid":"3469b00b608ef2a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3469b00b608ef2a7","status":"passed","time":{"start":1707758004321,"stop":1707758004324,"duration":3}},{"uid":"79ceeb195721e933","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ceeb195721e933","status":"passed","time":{"start":1707756690161,"stop":1707756690162,"duration":1}},{"uid":"6dcd86359a98ec62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6dcd86359a98ec62","status":"passed","time":{"start":1707754051785,"stop":1707754051786,"duration":1}},{"uid":"5d50ca69eb648af2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d50ca69eb648af2","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"5e7c5dff35e2c9d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e7c5dff35e2c9d9","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"5f1b0305d06825fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f1b0305d06825fb","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"8b12798648ecc19b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b12798648ecc19b","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"ab806af3ab7c50bbb2c2fea1976d63bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a663e8a90e97ecd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a663e8a90e97ecd","status":"passed","time":{"start":1707792814746,"stop":1707792814747,"duration":1}},{"uid":"8e8cc610d244b085","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e8cc610d244b085","status":"passed","time":{"start":1707777764081,"stop":1707777764081,"duration":0}},{"uid":"c91a44635f7c470d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c91a44635f7c470d","status":"passed","time":{"start":1707775040149,"stop":1707775040149,"duration":0}},{"uid":"c9dee9de49066330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9dee9de49066330","status":"passed","time":{"start":1707774842105,"stop":1707774842105,"duration":0}},{"uid":"fbb7ed7bd3a45460","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbb7ed7bd3a45460","status":"passed","time":{"start":1707769789488,"stop":1707769789488,"duration":0}},{"uid":"1d643da1e97fdcbf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d643da1e97fdcbf","status":"passed","time":{"start":1707769642222,"stop":1707769642222,"duration":0}},{"uid":"f7f5204a5aa77d11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7f5204a5aa77d11","status":"passed","time":{"start":1707759737070,"stop":1707759737070,"duration":0}},{"uid":"e3fccd6182184636","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e3fccd6182184636","status":"passed","time":{"start":1707757431976,"stop":1707757431977,"duration":1}},{"uid":"29e9d53eaaea3e43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/29e9d53eaaea3e43","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"c75bb64c37f324c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c75bb64c37f324c7","status":"passed","time":{"start":1707753479610,"stop":1707753479611,"duration":1}},{"uid":"505548a77b9a80cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/505548a77b9a80cd","status":"passed","time":{"start":1707753208309,"stop":1707753208310,"duration":1}},{"uid":"9a0173b92d30f010","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a0173b92d30f010","status":"passed","time":{"start":1707750608587,"stop":1707750608587,"duration":0}},{"uid":"f1625f31a30fdf98","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f1625f31a30fdf98","status":"passed","time":{"start":1707736525857,"stop":1707736525858,"duration":1}},{"uid":"84660578dea820e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84660578dea820e8","status":"passed","time":{"start":1707735707692,"stop":1707735707692,"duration":0}}]},"5b72280c943b19522a35016cedcc76c1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"25dd018bf4475d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25dd018bf4475d2","status":"passed","time":{"start":1707793168672,"stop":1707793168673,"duration":1}},{"uid":"1f0c434400d0c7fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f0c434400d0c7fc","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"836728d4c118dbf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/836728d4c118dbf7","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"a2131c570a2d10cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2131c570a2d10cf","status":"passed","time":{"start":1707775219994,"stop":1707775219994,"duration":0}},{"uid":"5728cf043ad33e0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5728cf043ad33e0f","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"7e5ceff08a5e8a63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e5ceff08a5e8a63","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"ffd288b3a02e02ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffd288b3a02e02ef","status":"passed","time":{"start":1707760106454,"stop":1707760106455,"duration":1}},{"uid":"3fbdc9e74b4f37e1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3fbdc9e74b4f37e1","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"dfa91c28069bd13c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dfa91c28069bd13c","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"49f80c70bb6ecc5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49f80c70bb6ecc5c","status":"passed","time":{"start":1707753796546,"stop":1707753796546,"duration":0}},{"uid":"102fc05caa1c63f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/102fc05caa1c63f5","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"df626f812ca010cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/df626f812ca010cb","status":"passed","time":{"start":1707750964800,"stop":1707750964800,"duration":0}},{"uid":"60ce7e8acdb16d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60ce7e8acdb16d60","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"bbb7fe29877b8e83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bbb7fe29877b8e83","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"164996c5ae4c9fe72f8e8f3f45d9a4ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"21deada33a0a2b76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21deada33a0a2b76","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0}},{"uid":"b6c2ad1b5b5f8e09","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6c2ad1b5b5f8e09","status":"passed","time":{"start":1707778332046,"stop":1707778332046,"duration":0}},{"uid":"2a5dd7dbd22b40b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5dd7dbd22b40b5","status":"passed","time":{"start":1707775601722,"stop":1707775601723,"duration":1}},{"uid":"c208ed9164b7553d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c208ed9164b7553d","status":"passed","time":{"start":1707775415216,"stop":1707775415217,"duration":1}},{"uid":"bec6c34264aeb139","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bec6c34264aeb139","status":"passed","time":{"start":1707770353932,"stop":1707770353934,"duration":2}},{"uid":"1fb0173d9b2bb19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1fb0173d9b2bb19a","status":"passed","time":{"start":1707770103211,"stop":1707770103215,"duration":4}},{"uid":"d48418a84e4331c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d48418a84e4331c7","status":"passed","time":{"start":1707760299489,"stop":1707760299489,"duration":0}},{"uid":"a16c1c902d354190","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a16c1c902d354190","status":"passed","time":{"start":1707757995151,"stop":1707757995152,"duration":1}},{"uid":"d084bd0a4e6c8108","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d084bd0a4e6c8108","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"6ce7caba3534cee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ce7caba3534cee9","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"fa84390d86cd361f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fa84390d86cd361f","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"3d538a6158ab60ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d538a6158ab60ee","status":"passed","time":{"start":1707751137099,"stop":1707751137100,"duration":1}},{"uid":"443614f1e16d3200","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/443614f1e16d3200","status":"passed","time":{"start":1707737056791,"stop":1707737056794,"duration":3}},{"uid":"d2fae27c2793330b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d2fae27c2793330b","status":"passed","time":{"start":1707736286216,"stop":1707736286216,"duration":0}}]},"ed2366d939d4bf3e3f0bb953eb7a493e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"26bb3a7e13fc4edc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/26bb3a7e13fc4edc","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"duration":0}},{"uid":"d0b46c1e0cf8eb64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0b46c1e0cf8eb64","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"6ac483bf57dee70b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ac483bf57dee70b","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"758484b34fa4e566","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/758484b34fa4e566","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"a0e674fc5d0b7112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e674fc5d0b7112","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"1c16b81dc1e6814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c16b81dc1e6814","status":"passed","time":{"start":1707770208544,"stop":1707770208545,"duration":1}},{"uid":"1fbc351527d2bd8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fbc351527d2bd8f","status":"passed","time":{"start":1707760335948,"stop":1707760335948,"duration":0}},{"uid":"d53d6ac1011ca957","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d53d6ac1011ca957","status":"passed","time":{"start":1707758023533,"stop":1707758023533,"duration":0}},{"uid":"f90803390de922f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f90803390de922f8","status":"passed","time":{"start":1707756664002,"stop":1707756664002,"duration":0}},{"uid":"5d4663cc6274c7af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d4663cc6274c7af","status":"passed","time":{"start":1707753837168,"stop":1707753837168,"duration":0}},{"uid":"fb9d07d04f8a1949","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb9d07d04f8a1949","status":"passed","time":{"start":1707751136309,"stop":1707751136319,"duration":10}},{"uid":"1634a3cd1cc3a5ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1634a3cd1cc3a5ac","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"683ce74e6df950b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/683ce74e6df950b4","status":"passed","time":{"start":1707736322656,"stop":1707736322657,"duration":1}}]},"fdc74c4e13af5d1d49c134afefa674b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4105aa8f933b9328","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4105aa8f933b9328","status":"passed","time":{"start":1707793392501,"stop":1707793392501,"duration":0}},{"uid":"16ac7ae19a454799","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/16ac7ae19a454799","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"9451f471a9e8570a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9451f471a9e8570a","status":"passed","time":{"start":1707775644351,"stop":1707775644354,"duration":3}},{"uid":"bfadd7b224b8ce89","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfadd7b224b8ce89","status":"passed","time":{"start":1707775439251,"stop":1707775439252,"duration":1}},{"uid":"c10bd3ae1fab81f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c10bd3ae1fab81f6","status":"passed","time":{"start":1707770376994,"stop":1707770376995,"duration":1}},{"uid":"6704a49b664e24f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6704a49b664e24f1","status":"passed","time":{"start":1707770140535,"stop":1707770140535,"duration":0}},{"uid":"4266df3c60188c08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4266df3c60188c08","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"ea141428e0a73043","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ea141428e0a73043","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"2a8ac5b97a9512ae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8ac5b97a9512ae","status":"passed","time":{"start":1707756656797,"stop":1707756656798,"duration":1}},{"uid":"29a330c1cda9257a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a330c1cda9257a","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"d405886b68f7e932","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d405886b68f7e932","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"386e6d62d56b9fb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/386e6d62d56b9fb0","status":"passed","time":{"start":1707751157935,"stop":1707751157936,"duration":1}},{"uid":"43f6a80541fa7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43f6a80541fa7d6b","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"5393bed9551e3922","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5393bed9551e3922","status":"passed","time":{"start":1707736314162,"stop":1707736314163,"duration":1}}]},"7b8168068b8d581e168730e7c5c20df0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a877bf8083eeb4f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a877bf8083eeb4f6","status":"passed","time":{"start":1707736947856,"stop":1707736947857,"duration":1}}]},"4ee6cc200913613041f2b29257428b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a034079ddc596323","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a034079ddc596323","status":"passed","time":{"start":1707793446744,"stop":1707793446745,"duration":1}},{"uid":"4ba46c3e303f86ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ba46c3e303f86ae","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"bc524096b98468df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc524096b98468df","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"b30ab91961512cc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b30ab91961512cc0","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"9f6e5cfdf8007428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6e5cfdf8007428","status":"passed","time":{"start":1707770424181,"stop":1707770424182,"duration":1}},{"uid":"8125c5dd5927dde","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8125c5dd5927dde","status":"passed","time":{"start":1707770238689,"stop":1707770238690,"duration":1}},{"uid":"90536324d40e816","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90536324d40e816","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"c049a8b008f9d2d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c049a8b008f9d2d9","status":"passed","time":{"start":1707758004330,"stop":1707758004330,"duration":0}},{"uid":"a570d670db1c85dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a570d670db1c85dd","status":"passed","time":{"start":1707756690165,"stop":1707756690166,"duration":1}},{"uid":"29a73532bd4ad468","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/29a73532bd4ad468","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"4020225ba58e19e6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4020225ba58e19e6","status":"passed","time":{"start":1707753877930,"stop":1707753877931,"duration":1}},{"uid":"b5adfa0401fdd9fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5adfa0401fdd9fb","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"1a9bc52e6b7e8ec2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a9bc52e6b7e8ec2","status":"passed","time":{"start":1707737173821,"stop":1707737173822,"duration":1}},{"uid":"9cad26e755a6c23c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9cad26e755a6c23c","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"9ba2685017146f28257e11fe9a5c3c9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3aa098beff997670","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa098beff997670","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"duration":0}},{"uid":"e19997f2b94c1be6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e19997f2b94c1be6","status":"passed","time":{"start":1707777859851,"stop":1707777859851,"duration":0}},{"uid":"ae2915e03e43b3a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ae2915e03e43b3a","status":"passed","time":{"start":1707775133663,"stop":1707775133664,"duration":1}},{"uid":"e9b398337751a95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9b398337751a95","status":"passed","time":{"start":1707774942679,"stop":1707774942679,"duration":0}},{"uid":"4e3da60eaecf0480","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e3da60eaecf0480","status":"passed","time":{"start":1707769878812,"stop":1707769878812,"duration":0}},{"uid":"32369123bdab01fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32369123bdab01fa","status":"passed","time":{"start":1707769735031,"stop":1707769735031,"duration":0}},{"uid":"c3a355220f4af1a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a355220f4af1a8","status":"passed","time":{"start":1707759831192,"stop":1707759831192,"duration":0}},{"uid":"945d48383577c10e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/945d48383577c10e","status":"passed","time":{"start":1707757528818,"stop":1707757528819,"duration":1}},{"uid":"c0697ecafddf157d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c0697ecafddf157d","status":"passed","time":{"start":1707756157288,"stop":1707756157289,"duration":1}},{"uid":"9e55116ea8f9bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e55116ea8f9bb9","status":"passed","time":{"start":1707753578468,"stop":1707753578468,"duration":0}},{"uid":"4e2f4c4445399fbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4e2f4c4445399fbe","status":"passed","time":{"start":1707753307884,"stop":1707753307893,"duration":9}},{"uid":"46c685b18a241330","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/46c685b18a241330","status":"passed","time":{"start":1707750703124,"stop":1707750703124,"duration":0}},{"uid":"4ed2fcfa781e758a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed2fcfa781e758a","status":"passed","time":{"start":1707736629965,"stop":1707736629965,"duration":0}},{"uid":"2bb5fcedf0d3f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bb5fcedf0d3f613","status":"passed","time":{"start":1707735809086,"stop":1707735809086,"duration":0}}]},"11b5583e68cc94cb4cb81b8d5c57dfd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"638989488f0b414","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/638989488f0b414","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0}},{"uid":"7dec7b8307cef840","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7dec7b8307cef840","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"953f5abad672f56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/953f5abad672f56d","status":"passed","time":{"start":1707775656752,"stop":1707775656753,"duration":1}},{"uid":"50aafd13936a30f2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50aafd13936a30f2","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"1bdd28031c61fc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bdd28031c61fc57","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"aac27d44b20152e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aac27d44b20152e6","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"10e3fc0fe5d51df8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10e3fc0fe5d51df8","status":"passed","time":{"start":1707760335958,"stop":1707760335959,"duration":1}},{"uid":"21d04c55211ef317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21d04c55211ef317","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"3bcbbd499c30b076","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bcbbd499c30b076","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"6074eb3163d4c200","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6074eb3163d4c200","status":"passed","time":{"start":1707753837175,"stop":1707753837176,"duration":1}},{"uid":"39bb96c2f3eac686","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39bb96c2f3eac686","status":"passed","time":{"start":1707751136357,"stop":1707751136358,"duration":1}},{"uid":"c77137afd0ac9a65","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c77137afd0ac9a65","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"bd8275d9b82a517a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd8275d9b82a517a","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"8f6a682256a7aee02abf71fe69bdf6e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d17f847f1ee1ee39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d17f847f1ee1ee39","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}}]},"394f4a22d2f04ec6589335c3f56eaf59:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7cee305fd00b898e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cee305fd00b898e","status":"passed","time":{"start":1707792822802,"stop":1707792822803,"duration":1}},{"uid":"f2acdbd8c6cf336c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f2acdbd8c6cf336c","status":"passed","time":{"start":1707777772232,"stop":1707777772233,"duration":1}},{"uid":"a49d4ac9ffa66be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a49d4ac9ffa66be","status":"passed","time":{"start":1707775048146,"stop":1707775048146,"duration":0}},{"uid":"b0e629bbb42c4af9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0e629bbb42c4af9","status":"passed","time":{"start":1707774850256,"stop":1707774850257,"duration":1}},{"uid":"7d8949d73b8a2b0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d8949d73b8a2b0d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"6d9ce4ec21159492","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d9ce4ec21159492","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"5e15ffa64058763","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e15ffa64058763","status":"passed","time":{"start":1707759745077,"stop":1707759745078,"duration":1}},{"uid":"703636d627925bc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/703636d627925bc6","status":"passed","time":{"start":1707757440221,"stop":1707757440222,"duration":1}},{"uid":"c96b7f65e68efb60","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c96b7f65e68efb60","status":"passed","time":{"start":1707756069082,"stop":1707756069083,"duration":1}},{"uid":"497af9ce4abdd800","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/497af9ce4abdd800","status":"passed","time":{"start":1707753487640,"stop":1707753487641,"duration":1}},{"uid":"a82a1fc1fd8d010d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a82a1fc1fd8d010d","status":"passed","time":{"start":1707753216621,"stop":1707753216621,"duration":0}},{"uid":"a1462962752f77d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1462962752f77d1","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"d1d58157adce20f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1d58157adce20f0","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"7dde0c75d7c18bb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dde0c75d7c18bb","status":"passed","time":{"start":1707735716032,"stop":1707735716033,"duration":1}}]},"9bd7fba9402d052456b428143f335b54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf4b2a84da71adc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf4b2a84da71adc6","status":"passed","time":{"start":1707775486640,"stop":1707775486641,"duration":1}}]},"15786a35c449488daed7276339b37bf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d3e3dee7f373b803","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3e3dee7f373b803","status":"passed","time":{"start":1707775395377,"stop":1707775395377,"duration":0}}]},"cc08c5e0c67f74da08cee0241bf97f79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a2e2a80a4bbf4bec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2e2a80a4bbf4bec","status":"passed","time":{"start":1707793369031,"stop":1707793369031,"duration":0}},{"uid":"67d90d8c7d11e05d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67d90d8c7d11e05d","status":"passed","time":{"start":1707778332047,"stop":1707778332047,"duration":0}},{"uid":"ccfcf343b2f0a6d6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ccfcf343b2f0a6d6","status":"passed","time":{"start":1707775601723,"stop":1707775601723,"duration":0}},{"uid":"7924aa61b62b34ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7924aa61b62b34ca","status":"passed","time":{"start":1707775415217,"stop":1707775415217,"duration":0}},{"uid":"8fb3c0547e0a44de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb3c0547e0a44de","status":"passed","time":{"start":1707770353934,"stop":1707770353935,"duration":1}},{"uid":"b18771cfa0a572b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b18771cfa0a572b6","status":"passed","time":{"start":1707770103215,"stop":1707770103216,"duration":1}},{"uid":"67819060f457597f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/67819060f457597f","status":"passed","time":{"start":1707760299489,"stop":1707760299490,"duration":1}},{"uid":"2eaff6f189532101","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2eaff6f189532101","status":"passed","time":{"start":1707757995152,"stop":1707757995152,"duration":0}},{"uid":"a0f9329468ae5f17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0f9329468ae5f17","status":"passed","time":{"start":1707756620171,"stop":1707756620171,"duration":0}},{"uid":"c92a4f640dc70211","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c92a4f640dc70211","status":"passed","time":{"start":1707753925423,"stop":1707753925423,"duration":0}},{"uid":"f94af0e226fc8078","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94af0e226fc8078","status":"passed","time":{"start":1707753785895,"stop":1707753785895,"duration":0}},{"uid":"480bfe50d75ecdbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/480bfe50d75ecdbf","status":"passed","time":{"start":1707751137100,"stop":1707751137100,"duration":0}},{"uid":"69f5f6fc56de390e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69f5f6fc56de390e","status":"passed","time":{"start":1707737056794,"stop":1707737056795,"duration":1}},{"uid":"7ae68c497bcdc30a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ae68c497bcdc30a","status":"passed","time":{"start":1707736286217,"stop":1707736286218,"duration":1}}]},"47236c6396a24ca21ab9930a2a7ad190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12f863a4766edf2f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f863a4766edf2f","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0}},{"uid":"70e8087e9fba4573","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70e8087e9fba4573","status":"passed","time":{"start":1707778343612,"stop":1707778343612,"duration":0}},{"uid":"646a253153e323d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/646a253153e323d9","status":"passed","time":{"start":1707775620187,"stop":1707775620188,"duration":1}},{"uid":"fdf94c7a8eab428c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fdf94c7a8eab428c","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"48be00d2e7427454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48be00d2e7427454","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"c945f8ee32255fa7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c945f8ee32255fa7","status":"passed","time":{"start":1707770126646,"stop":1707770126649,"duration":3}},{"uid":"eed9f284c43b4441","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eed9f284c43b4441","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"f42a3c2dcb659a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f42a3c2dcb659a5","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"2444c63537011131","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2444c63537011131","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"d9119e9d4b66690a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9119e9d4b66690a","status":"passed","time":{"start":1707753934638,"stop":1707753934639,"duration":1}},{"uid":"e95ddfe3e89f2eb0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e95ddfe3e89f2eb0","status":"passed","time":{"start":1707753799510,"stop":1707753799510,"duration":0}},{"uid":"d81eb58c8b13516b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d81eb58c8b13516b","status":"passed","time":{"start":1707751117570,"stop":1707751117571,"duration":1}},{"uid":"e4ba88fe835872e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4ba88fe835872e6","status":"passed","time":{"start":1707737090804,"stop":1707737090806,"duration":2}},{"uid":"7fbee2de8703eb9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fbee2de8703eb9","status":"passed","time":{"start":1707736296307,"stop":1707736296308,"duration":1}}]},"f716fdc3a962ee9fa6121ff048946f75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3c9b85e20a960903","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c9b85e20a960903","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0}},{"uid":"4cc0e1ac9b68ca56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4cc0e1ac9b68ca56","status":"passed","time":{"start":1707778386478,"stop":1707778386479,"duration":1}},{"uid":"b331d2d2c6436d71","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b331d2d2c6436d71","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"d369df5263867764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d369df5263867764","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7767795f824c862c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7767795f824c862c","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e7850f4761134d34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7850f4761134d34","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"9f79dfee2b594b4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f79dfee2b594b4e","status":"passed","time":{"start":1707760335944,"stop":1707760335945,"duration":1}},{"uid":"f72d2d5de8ec7e86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f72d2d5de8ec7e86","status":"passed","time":{"start":1707758023530,"stop":1707758023531,"duration":1}},{"uid":"3bd08edfe757c589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bd08edfe757c589","status":"passed","time":{"start":1707756664000,"stop":1707756664000,"duration":0}},{"uid":"2938663e33a07be6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2938663e33a07be6","status":"passed","time":{"start":1707753837165,"stop":1707753837166,"duration":1}},{"uid":"8ecdfff50df0e1dc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ecdfff50df0e1dc","status":"passed","time":{"start":1707751136282,"stop":1707751136290,"duration":8}},{"uid":"af9cbdd3407c13eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af9cbdd3407c13eb","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"d5c1c51a972cd28d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5c1c51a972cd28d","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"fcda637f86305e2f98bc502647d223d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e8c61e682cf8f28","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e8c61e682cf8f28","status":"passed","time":{"start":1707793012467,"stop":1707793012467,"duration":0}},{"uid":"3619d8a2bc70c76","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3619d8a2bc70c76","status":"passed","time":{"start":1707777977661,"stop":1707777977661,"duration":0}},{"uid":"17eb6bd0d8a6b353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17eb6bd0d8a6b353","status":"passed","time":{"start":1707775258451,"stop":1707775258452,"duration":1}},{"uid":"cbd76e71a619cfe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbd76e71a619cfe7","status":"passed","time":{"start":1707775082008,"stop":1707775082009,"duration":1}},{"uid":"450e50cea6352dae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/450e50cea6352dae","status":"passed","time":{"start":1707769999858,"stop":1707769999858,"duration":0}},{"uid":"aadacfe80d8edc84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadacfe80d8edc84","status":"passed","time":{"start":1707769841892,"stop":1707769841892,"duration":0}},{"uid":"64bbba0ff769bbe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64bbba0ff769bbe7","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"b3493ce3ecf6d56f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3493ce3ecf6d56f","status":"passed","time":{"start":1707757624872,"stop":1707757624872,"duration":0}},{"uid":"c38711aa81e6e86c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c38711aa81e6e86c","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"cf872c34d78f4d3d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf872c34d78f4d3d","status":"passed","time":{"start":1707753651142,"stop":1707753651142,"duration":0}},{"uid":"e851cfd73c769ba4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e851cfd73c769ba4","status":"passed","time":{"start":1707753409581,"stop":1707753409581,"duration":0}},{"uid":"d38bb896d3f148fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d38bb896d3f148fa","status":"passed","time":{"start":1707750722039,"stop":1707750722039,"duration":0}},{"uid":"ca87268b828de500","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca87268b828de500","status":"passed","time":{"start":1707736708322,"stop":1707736708323,"duration":1}},{"uid":"83f308bf8266921c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83f308bf8266921c","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"2015a267b7a98ab8cb7259d54fa43af8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ccd8f865c347144a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccd8f865c347144a","status":"passed","time":{"start":1707793371115,"stop":1707793371116,"duration":1}},{"uid":"700f5c3d385deed2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700f5c3d385deed2","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"ea5c3d81197f2c6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea5c3d81197f2c6c","status":"passed","time":{"start":1707775602033,"stop":1707775602037,"duration":4}},{"uid":"10e47298076e3250","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10e47298076e3250","status":"passed","time":{"start":1707775390246,"stop":1707775390247,"duration":1}},{"uid":"49c90b7e82bd9969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c90b7e82bd9969","status":"passed","time":{"start":1707770335618,"stop":1707770335619,"duration":1}},{"uid":"54ee003485c6621a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54ee003485c6621a","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"6d8e45413cf58c6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d8e45413cf58c6e","status":"passed","time":{"start":1707760301824,"stop":1707760301825,"duration":1}},{"uid":"2b821c3f039a7c93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b821c3f039a7c93","status":"passed","time":{"start":1707758006721,"stop":1707758006722,"duration":1}},{"uid":"c88165ae9ea58944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88165ae9ea58944","status":"passed","time":{"start":1707756617057,"stop":1707756617058,"duration":1}},{"uid":"ee95c104d72b8f40","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ee95c104d72b8f40","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"331b5c5d9fca2658","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/331b5c5d9fca2658","status":"passed","time":{"start":1707753782776,"stop":1707753782777,"duration":1}},{"uid":"39501c8fa1c118cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/39501c8fa1c118cb","status":"passed","time":{"start":1707751162322,"stop":1707751162322,"duration":0}},{"uid":"8cb3fe267bd19bb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cb3fe267bd19bb3","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"49fc8b7268cbece5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49fc8b7268cbece5","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"7fa43daff57bd0ce47616ab29fc60181:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b942e5bb97a47350","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b942e5bb97a47350","status":"passed","time":{"start":1707792805567,"stop":1707792805568,"duration":1}},{"uid":"3a45c6f062fd525b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a45c6f062fd525b","status":"passed","time":{"start":1707777754561,"stop":1707777754561,"duration":0}},{"uid":"d318bc1d6d9708dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d318bc1d6d9708dc","status":"passed","time":{"start":1707775031070,"stop":1707775031070,"duration":0}},{"uid":"d8d80e926f029534","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d80e926f029534","status":"passed","time":{"start":1707774832648,"stop":1707774832648,"duration":0}},{"uid":"3ef4943e24c30e62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef4943e24c30e62","status":"passed","time":{"start":1707769780143,"stop":1707769780143,"duration":0}},{"uid":"de7775779f71d49c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7775779f71d49c","status":"passed","time":{"start":1707769632864,"stop":1707769632865,"duration":1}},{"uid":"6689b988925b6bea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6689b988925b6bea","status":"passed","time":{"start":1707759727624,"stop":1707759727624,"duration":0}},{"uid":"27e99e794c0bbdc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e99e794c0bbdc7","status":"passed","time":{"start":1707757422396,"stop":1707757422397,"duration":1}},{"uid":"262d1a9113902445","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/262d1a9113902445","status":"passed","time":{"start":1707756051814,"stop":1707756051814,"duration":0}},{"uid":"93a3814831ead3a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/93a3814831ead3a1","status":"passed","time":{"start":1707753470069,"stop":1707753470070,"duration":1}},{"uid":"70e24a93f3bf9625","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70e24a93f3bf9625","status":"passed","time":{"start":1707753198800,"stop":1707753198801,"duration":1}},{"uid":"226199aee1ead637","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/226199aee1ead637","status":"passed","time":{"start":1707750599088,"stop":1707750599088,"duration":0}},{"uid":"d42d90ac836e92a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d42d90ac836e92a7","status":"passed","time":{"start":1707736516544,"stop":1707736516544,"duration":0}},{"uid":"14ba5d670bc3cfdf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/14ba5d670bc3cfdf","status":"passed","time":{"start":1707735697895,"stop":1707735697895,"duration":0}}]},"52f00bb956de134014aa8a19cd7c7124:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a85d02cea362ba85","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a85d02cea362ba85","status":"passed","time":{"start":1707793287284,"stop":1707793287285,"duration":1}},{"uid":"e412e5f92c659103","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e412e5f92c659103","status":"passed","time":{"start":1707778251799,"stop":1707778251799,"duration":0}},{"uid":"e0bede4c842af627","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0bede4c842af627","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"8420304f5ee66a14","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8420304f5ee66a14","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"be1cecd6c0a67c2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be1cecd6c0a67c2","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"5a536d05816e8a32","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a536d05816e8a32","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"88efb8e48b5edb3a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88efb8e48b5edb3a","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"62cc60646fdeaeb8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62cc60646fdeaeb8","status":"passed","time":{"start":1707757921499,"stop":1707757921499,"duration":0}},{"uid":"9e5e26571e82ec88","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e5e26571e82ec88","status":"passed","time":{"start":1707756552029,"stop":1707756552029,"duration":0}},{"uid":"5bb51f1165d0a361","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bb51f1165d0a361","status":"passed","time":{"start":1707753853539,"stop":1707753853540,"duration":1}},{"uid":"e2709ba001c33070","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2709ba001c33070","status":"passed","time":{"start":1707753708971,"stop":1707753708972,"duration":1}},{"uid":"76e307002d2d4d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76e307002d2d4d3","status":"passed","time":{"start":1707751075911,"stop":1707751075912,"duration":1}},{"uid":"445660340bb8fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/445660340bb8fe67","status":"passed","time":{"start":1707737000812,"stop":1707737000813,"duration":1}},{"uid":"30594c447482a12f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30594c447482a12f","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"32540a65fca13ddd974d89179a2ddaa4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"290df14c419f6f56","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/290df14c419f6f56","status":"passed","time":{"start":1707792890685,"stop":1707792890686,"duration":1}},{"uid":"58f3065215900d8b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58f3065215900d8b","status":"passed","time":{"start":1707777837225,"stop":1707777837225,"duration":0}},{"uid":"6cbe19d676ec1464","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cbe19d676ec1464","status":"passed","time":{"start":1707775113060,"stop":1707775113060,"duration":0}},{"uid":"6dbbddef72566836","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6dbbddef72566836","status":"passed","time":{"start":1707774908736,"stop":1707774908736,"duration":0}},{"uid":"ff6afaa72a550ac3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff6afaa72a550ac3","status":"passed","time":{"start":1707769864616,"stop":1707769864616,"duration":0}},{"uid":"20b0a2df7092156d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20b0a2df7092156d","status":"passed","time":{"start":1707769706674,"stop":1707769706674,"duration":0}},{"uid":"95c7b0c32e3c4c36","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95c7b0c32e3c4c36","status":"passed","time":{"start":1707759811411,"stop":1707759811411,"duration":0}},{"uid":"64debe3fd3a7448b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/64debe3fd3a7448b","status":"passed","time":{"start":1707757504687,"stop":1707757504687,"duration":0}},{"uid":"4a7923d618570dc5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4a7923d618570dc5","status":"passed","time":{"start":1707756131521,"stop":1707756131521,"duration":0}},{"uid":"b8f2da74da65a074","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8f2da74da65a074","status":"passed","time":{"start":1707753284218,"stop":1707753284219,"duration":1}},{"uid":"35e56e01ce15c786","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35e56e01ce15c786","status":"passed","time":{"start":1707736597191,"stop":1707736597192,"duration":1}},{"uid":"5c2338afcbc3f7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c2338afcbc3f7b1","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"e8059bbe8f16591459e72c85064fb2a2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"95a945e69900ead7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95a945e69900ead7","status":"passed","time":{"start":1707793446732,"stop":1707793446733,"duration":1}},{"uid":"dd1a6908ffadd7c0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1a6908ffadd7c0","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"c03158dcba127035","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c03158dcba127035","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"2a335b31b8d738c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2a335b31b8d738c0","status":"passed","time":{"start":1707775494267,"stop":1707775494268,"duration":1}},{"uid":"47615cc5d7462394","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47615cc5d7462394","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"1ede44f247996981","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ede44f247996981","status":"passed","time":{"start":1707770238678,"stop":1707770238679,"duration":1}},{"uid":"a1fb01700459d457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a1fb01700459d457","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"b5b6d5d08759bec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5b6d5d08759bec","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"5228aa121f7dca7b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5228aa121f7dca7b","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"b904490a7a521abb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b904490a7a521abb","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"8aa5e4a42aa78b3c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8aa5e4a42aa78b3c","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"7e8e2ade0c7d630","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e8e2ade0c7d630","status":"passed","time":{"start":1707751228954,"stop":1707751228955,"duration":1}},{"uid":"46462270de05a309","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46462270de05a309","status":"passed","time":{"start":1707737173812,"stop":1707737173813,"duration":1}},{"uid":"b3d758fc691acf86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b3d758fc691acf86","status":"passed","time":{"start":1707736353030,"stop":1707736353031,"duration":1}}]},"1d71dd750d76bba77d05212d04612c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43122dfa033d86e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43122dfa033d86e4","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"duration":0}},{"uid":"7402ac71bbca2bc0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7402ac71bbca2bc0","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"9abd5bc296183ea5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9abd5bc296183ea5","status":"passed","time":{"start":1707775395379,"stop":1707775395379,"duration":0}},{"uid":"b3aed33fd670aad3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3aed33fd670aad3","status":"passed","time":{"start":1707775205632,"stop":1707775205633,"duration":1}},{"uid":"d568a7ca14bfe776","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d568a7ca14bfe776","status":"passed","time":{"start":1707770131707,"stop":1707770131708,"duration":1}},{"uid":"d95dfefbd94a1e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d95dfefbd94a1e7","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"ee938d8d7170fa1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee938d8d7170fa1d","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"52b407f169bb68e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52b407f169bb68e0","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"be5ee034110fe2c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be5ee034110fe2c6","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2ab49a71bf2330f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ab49a71bf2330f","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"17f840432304b23c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f840432304b23c","status":"passed","time":{"start":1707753573532,"stop":1707753573532,"duration":0}},{"uid":"64cd95bb390168e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64cd95bb390168e2","status":"passed","time":{"start":1707750953983,"stop":1707750953983,"duration":0}},{"uid":"ad6fbabc6475f51e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad6fbabc6475f51e","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"c785824fd58e2a65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c785824fd58e2a65","status":"passed","time":{"start":1707736081274,"stop":1707736081275,"duration":1}}]},"b4cbc90a4319fb6aab325d5da8481aab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2f848a2b84ea2ec8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f848a2b84ea2ec8","status":"passed","time":{"start":1707793371101,"stop":1707793371102,"duration":1}}]},"ddc7e82bfaf4398da5049ccee852c920:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"3a4f4becb8677bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a4f4becb8677bf","status":"passed","time":{"start":1707792890685,"stop":1707792890685,"duration":0}},{"uid":"1e93f996f7e3d0d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e93f996f7e3d0d8","status":"passed","time":{"start":1707777837224,"stop":1707777837225,"duration":1}},{"uid":"1ed2519a3687c6e0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ed2519a3687c6e0","status":"passed","time":{"start":1707775113059,"stop":1707775113059,"duration":0}},{"uid":"95dc65e711024e5c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/95dc65e711024e5c","status":"passed","time":{"start":1707774908735,"stop":1707774908735,"duration":0}},{"uid":"635524e40cec34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/635524e40cec34de","status":"passed","time":{"start":1707769864615,"stop":1707769864616,"duration":1}},{"uid":"d02bb577147709a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d02bb577147709a1","status":"passed","time":{"start":1707769706670,"stop":1707769706671,"duration":1}},{"uid":"13df5a129103b550","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13df5a129103b550","status":"passed","time":{"start":1707759811410,"stop":1707759811410,"duration":0}},{"uid":"cb9656ffa554d31f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cb9656ffa554d31f","status":"passed","time":{"start":1707757504686,"stop":1707757504687,"duration":1}},{"uid":"637a175589b86172","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/637a175589b86172","status":"passed","time":{"start":1707756131520,"stop":1707756131521,"duration":1}},{"uid":"c98dc76fbc200dc1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c98dc76fbc200dc1","status":"passed","time":{"start":1707753284217,"stop":1707753284218,"duration":1}},{"uid":"1d4dcc308f61dd88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d4dcc308f61dd88","status":"passed","time":{"start":1707736597191,"stop":1707736597191,"duration":0}},{"uid":"f7c8e315ee556011","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7c8e315ee556011","status":"passed","time":{"start":1707735784062,"stop":1707735784062,"duration":0}}]},"31c8e5b00842d869053a8ccc64a1bb30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6b96ca264741be34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b96ca264741be34","status":"passed","time":{"start":1707793446741,"stop":1707793446742,"duration":1}},{"uid":"e07c8eaea26a4501","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e07c8eaea26a4501","status":"passed","time":{"start":1707778413520,"stop":1707778413521,"duration":1}},{"uid":"46b0e8bd514e8542","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46b0e8bd514e8542","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"af1c9dc17aab9e3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1c9dc17aab9e3a","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"3aa2fe4d88f9f37f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa2fe4d88f9f37f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"979b484b368048b8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/979b484b368048b8","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"b6cdeec83c7f6e50","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6cdeec83c7f6e50","status":"passed","time":{"start":1707760374679,"stop":1707760374680,"duration":1}},{"uid":"c2775147ea5770df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2775147ea5770df","status":"passed","time":{"start":1707758004326,"stop":1707758004327,"duration":1}},{"uid":"148ea5337c01bdcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/148ea5337c01bdcd","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"3922e26334fb8b59","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3922e26334fb8b59","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"a91a6d916b67b8dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a91a6d916b67b8dd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"32a3a7a0f46ebcf2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32a3a7a0f46ebcf2","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"69986bf8a22a0f71","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69986bf8a22a0f71","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b47d2e013e2bcc50","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b47d2e013e2bcc50","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"62d6c48f0a70d500c45ef2a175f29bc7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"abcc2e2f1a5b28b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/abcc2e2f1a5b28b7","status":"passed","time":{"start":1707792820892,"stop":1707792820892,"duration":0}},{"uid":"1b4e79fec4f9614c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4e79fec4f9614c","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"2336bb6c6d00264e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2336bb6c6d00264e","status":"passed","time":{"start":1707775046372,"stop":1707775046372,"duration":0}},{"uid":"3a526845d3ed953f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3a526845d3ed953f","status":"passed","time":{"start":1707774848383,"stop":1707774848384,"duration":1}},{"uid":"330140cc20b63249","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/330140cc20b63249","status":"passed","time":{"start":1707769795723,"stop":1707769795723,"duration":0}},{"uid":"f1a469f6a427a45a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f1a469f6a427a45a","status":"passed","time":{"start":1707769648573,"stop":1707769648573,"duration":0}},{"uid":"5de03d2c4765c724","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de03d2c4765c724","status":"passed","time":{"start":1707759743253,"stop":1707759743254,"duration":1}},{"uid":"a7a3ca7c6b9be22e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a7a3ca7c6b9be22e","status":"passed","time":{"start":1707757438367,"stop":1707757438368,"duration":1}},{"uid":"13d8b07210bf1b75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13d8b07210bf1b75","status":"passed","time":{"start":1707756067009,"stop":1707756067010,"duration":1}},{"uid":"a021edfa215b3b9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a021edfa215b3b9e","status":"passed","time":{"start":1707753485650,"stop":1707753485650,"duration":0}},{"uid":"8c0fb04ddff7e10d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c0fb04ddff7e10d","status":"passed","time":{"start":1707753214695,"stop":1707753214696,"duration":1}},{"uid":"aea4ec7551c03ed6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aea4ec7551c03ed6","status":"passed","time":{"start":1707750614688,"stop":1707750614688,"duration":0}},{"uid":"55214233f8a30f3a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55214233f8a30f3a","status":"passed","time":{"start":1707736532273,"stop":1707736532274,"duration":1}},{"uid":"9906a74ff75355ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906a74ff75355ed","status":"passed","time":{"start":1707735714123,"stop":1707735714124,"duration":1}}]},"60143f867879e269e7f0f868707322a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3263e0f2f2f540b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3263e0f2f2f540b9","status":"passed","time":{"start":1707792814756,"stop":1707792814756,"duration":0}},{"uid":"ce23e095eb8108f6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ce23e095eb8108f6","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"7cd48e6d8bf0f2f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cd48e6d8bf0f2f5","status":"passed","time":{"start":1707775040234,"stop":1707775040234,"duration":0}},{"uid":"fb35a6e51279c239","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb35a6e51279c239","status":"passed","time":{"start":1707774842094,"stop":1707774842095,"duration":1}},{"uid":"58ac133c8e486853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58ac133c8e486853","status":"passed","time":{"start":1707769789490,"stop":1707769789491,"duration":1}},{"uid":"eefa5ba321084826","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eefa5ba321084826","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"c1dceeef3de76cf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1dceeef3de76cf1","status":"passed","time":{"start":1707759737040,"stop":1707759737040,"duration":0}},{"uid":"f90f5e2f511a5863","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f90f5e2f511a5863","status":"passed","time":{"start":1707757431979,"stop":1707757431979,"duration":0}},{"uid":"ed594027b72b15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed594027b72b15","status":"passed","time":{"start":1707756061066,"stop":1707756061066,"duration":0}},{"uid":"63bdc5eaf50a69a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/63bdc5eaf50a69a8","status":"passed","time":{"start":1707753479613,"stop":1707753479613,"duration":0}},{"uid":"9cffab13c5e3416d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cffab13c5e3416d","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"23e2b7b91ab49eb2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23e2b7b91ab49eb2","status":"passed","time":{"start":1707750608630,"stop":1707750608630,"duration":0}},{"uid":"120d7f70caa8cb08","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120d7f70caa8cb08","status":"passed","time":{"start":1707736525924,"stop":1707736525924,"duration":0}},{"uid":"22bdea63154819a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22bdea63154819a8","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"fefed1428bd4e58f4ce5c311cb64fd32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3e709a182e1ed333","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e709a182e1ed333","status":"passed","time":{"start":1707758023544,"stop":1707758023544,"duration":0}}]},"a4be7d9489b14688de2b707323a936b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3aa835d973519e4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3aa835d973519e4c","status":"passed","time":{"start":1707793369032,"stop":1707793369032,"duration":0}},{"uid":"3d348a7e5459a76b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d348a7e5459a76b","status":"passed","time":{"start":1707778332047,"stop":1707778332048,"duration":1}},{"uid":"685d1f2cbaf5a69e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/685d1f2cbaf5a69e","status":"passed","time":{"start":1707775601724,"stop":1707775601724,"duration":0}},{"uid":"d39ab7f632584020","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d39ab7f632584020","status":"passed","time":{"start":1707775415217,"stop":1707775415218,"duration":1}},{"uid":"e9144f5bd60b8cf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9144f5bd60b8cf7","status":"passed","time":{"start":1707770353935,"stop":1707770353936,"duration":1}},{"uid":"527425428874a6c1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/527425428874a6c1","status":"passed","time":{"start":1707770103217,"stop":1707770103218,"duration":1}},{"uid":"9bea8d4ff46364a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9bea8d4ff46364a3","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"9231cb8ea212d886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9231cb8ea212d886","status":"passed","time":{"start":1707757995153,"stop":1707757995153,"duration":0}},{"uid":"616eb447454b9397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/616eb447454b9397","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"99d0f606955de1f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99d0f606955de1f6","status":"passed","time":{"start":1707753925424,"stop":1707753925424,"duration":0}},{"uid":"d82b9123a9251c89","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d82b9123a9251c89","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"715a4bd38f742b65","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/715a4bd38f742b65","status":"passed","time":{"start":1707751137100,"stop":1707751137101,"duration":1}},{"uid":"c90b0caa684f7fcf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90b0caa684f7fcf","status":"passed","time":{"start":1707737056797,"stop":1707737056797,"duration":0}},{"uid":"74071c3cbf9752cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74071c3cbf9752cb","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"5b933a0f35384c1aa4c2c8476e9d9135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"73cab62f50496467","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73cab62f50496467","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0}},{"uid":"66c7e45ceb94795b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66c7e45ceb94795b","status":"passed","time":{"start":1707777826931,"stop":1707777826932,"duration":1}},{"uid":"bc9c091975c7257f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bc9c091975c7257f","status":"passed","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"2d4f578f31aedf49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d4f578f31aedf49","status":"passed","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"2eb18715fa5f66c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eb18715fa5f66c","status":"passed","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"ad7a12fb3bb8a40d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad7a12fb3bb8a40d","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"900568dbb8b54145","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/900568dbb8b54145","status":"passed","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"de15029953855211","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de15029953855211","status":"passed","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"39f9fd699ad37cf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39f9fd699ad37cf2","status":"passed","time":{"start":1707756124837,"stop":1707756124838,"duration":1}},{"uid":"bef0ae34d9a2b510","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bef0ae34d9a2b510","status":"passed","time":{"start":1707753544140,"stop":1707753544140,"duration":0}},{"uid":"a6ae73009c445a03","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6ae73009c445a03","status":"passed","time":{"start":1707753273865,"stop":1707753273866,"duration":1}},{"uid":"57633ea32742b3ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57633ea32742b3ca","status":"passed","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"ce5d1a577cc7ffb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ce5d1a577cc7ffb3","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"5b7d08154260ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b7d08154260ba26","status":"passed","time":{"start":1707735772597,"stop":1707735772597,"duration":0}}]},"7fc3ff61f10eed58155b889267de1e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dfd1e57bf4eb9002","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd1e57bf4eb9002","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"duration":0}},{"uid":"a613d874e0244a88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a613d874e0244a88","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"d10ff06ba2dc5ec0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10ff06ba2dc5ec0","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"fd13d4d4ba7758b3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd13d4d4ba7758b3","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"5d27da565a025076","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d27da565a025076","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"f5fcb8f95b6fdb6f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5fcb8f95b6fdb6f","status":"passed","time":{"start":1707770238696,"stop":1707770238697,"duration":1}},{"uid":"bf11348dcc014fc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf11348dcc014fc4","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"d06d98e1f399b127","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d06d98e1f399b127","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"699786690c0c0496","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/699786690c0c0496","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"81c9e1586aeb9b81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81c9e1586aeb9b81","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b9f35718388e2e84","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9f35718388e2e84","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"399fa10a6a98a4b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/399fa10a6a98a4b7","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"656046a699b6da1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/656046a699b6da1d","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"60f35916590a9ebe43f8340d68145b66:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fe38eb2dea8037f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe38eb2dea8037f6","status":"passed","time":{"start":1707793304784,"stop":1707793304785,"duration":1}},{"uid":"4c2aeaff9fa299fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c2aeaff9fa299fd","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"214036e05f520303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/214036e05f520303","status":"passed","time":{"start":1707775545746,"stop":1707775545746,"duration":0}},{"uid":"31b4c1b2cca8063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/31b4c1b2cca8063e","status":"passed","time":{"start":1707775359954,"stop":1707775359955,"duration":1}},{"uid":"950a82e7db5fffd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/950a82e7db5fffd9","status":"passed","time":{"start":1707770293501,"stop":1707770293502,"duration":1}},{"uid":"4b0870e811d3b312","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b0870e811d3b312","status":"passed","time":{"start":1707770099498,"stop":1707770099498,"duration":0}},{"uid":"c7f7d3f7c59eea70","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7f7d3f7c59eea70","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"749eb9d5524ddb5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/749eb9d5524ddb5d","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"9644e3bd1c26271a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9644e3bd1c26271a","status":"passed","time":{"start":1707756564914,"stop":1707756564914,"duration":0}},{"uid":"e20bfa4db6a6350b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e20bfa4db6a6350b","status":"passed","time":{"start":1707753906984,"stop":1707753906986,"duration":2}},{"uid":"780ae8e104ca31c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/780ae8e104ca31c0","status":"passed","time":{"start":1707753724177,"stop":1707753724178,"duration":1}},{"uid":"33c8540d88b84d9e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33c8540d88b84d9e","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"33fef2b15605c1ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33fef2b15605c1ee","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"5e5333273a83fb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5e5333273a83fb47","status":"passed","time":{"start":1707736227470,"stop":1707736227473,"duration":3}}]},"5caf116cbe1c03cb3bed8dd8310df172:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4487723428eb7fdd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4487723428eb7fdd","status":"passed","time":{"start":1707792838869,"stop":1707792838870,"duration":1}},{"uid":"25f5bf7fb089f314","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25f5bf7fb089f314","status":"passed","time":{"start":1707777787223,"stop":1707777787224,"duration":1}},{"uid":"a8d666b30b545e14","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8d666b30b545e14","status":"passed","time":{"start":1707775063037,"stop":1707775063040,"duration":3}},{"uid":"2923b311eda2dc7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2923b311eda2dc7e","status":"passed","time":{"start":1707774865146,"stop":1707774865148,"duration":2}},{"uid":"bc4d348410f58c07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc4d348410f58c07","status":"passed","time":{"start":1707769812653,"stop":1707769812654,"duration":1}},{"uid":"517dedce1ca1f72d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/517dedce1ca1f72d","status":"passed","time":{"start":1707769665341,"stop":1707769665342,"duration":1}},{"uid":"a6e296cdb487c648","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6e296cdb487c648","status":"passed","time":{"start":1707759759738,"stop":1707759759740,"duration":2}},{"uid":"b646144cba6eff87","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b646144cba6eff87","status":"passed","time":{"start":1707757455906,"stop":1707757455910,"duration":4}},{"uid":"cee86ba90f47c14d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cee86ba90f47c14d","status":"passed","time":{"start":1707756084431,"stop":1707756084432,"duration":1}},{"uid":"ccc8566d264e75dc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ccc8566d264e75dc","status":"passed","time":{"start":1707753503426,"stop":1707753503428,"duration":2}},{"uid":"afc65376df20f3b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc65376df20f3b3","status":"passed","time":{"start":1707753233564,"stop":1707753233565,"duration":1}},{"uid":"c984e5a59e71db96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c984e5a59e71db96","status":"passed","time":{"start":1707750631903,"stop":1707750631904,"duration":1}},{"uid":"7c71a76d3f9de8ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c71a76d3f9de8ef","status":"passed","time":{"start":1707736548883,"stop":1707736548884,"duration":1}},{"uid":"1bfb1aa4c9cea3a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bfb1aa4c9cea3a9","status":"passed","time":{"start":1707735732433,"stop":1707735732434,"duration":1}}]},"3a6a2bd3df95aab72aa5ec00429554ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e7aa7d825e4e84d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7aa7d825e4e84d5","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}}]},"6756ad08764c27e8f9fa212bbc8ff99a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d70428cf06a62bc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d70428cf06a62bc7","status":"passed","time":{"start":1707792821409,"stop":1707792821409,"duration":0}},{"uid":"5c07eaca7f7eb19c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c07eaca7f7eb19c","status":"passed","time":{"start":1707777770857,"stop":1707777770857,"duration":0}},{"uid":"c25e4affb2cfeb63","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c25e4affb2cfeb63","status":"passed","time":{"start":1707775046908,"stop":1707775046908,"duration":0}},{"uid":"e3fcc621df61302d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e3fcc621df61302d","status":"passed","time":{"start":1707774848913,"stop":1707774848913,"duration":0}},{"uid":"b072e0a8c9644429","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b072e0a8c9644429","status":"passed","time":{"start":1707769796122,"stop":1707769796122,"duration":0}},{"uid":"eb254144abbd8b28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb254144abbd8b28","status":"passed","time":{"start":1707769649006,"stop":1707769649006,"duration":0}},{"uid":"fe105a3502eac439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe105a3502eac439","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"96fd6ec8abe5f3c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96fd6ec8abe5f3c9","status":"passed","time":{"start":1707757438819,"stop":1707757438819,"duration":0}},{"uid":"7704f0f80c27a0e5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7704f0f80c27a0e5","status":"passed","time":{"start":1707756067672,"stop":1707756067673,"duration":1}},{"uid":"5eceda152816e271","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5eceda152816e271","status":"passed","time":{"start":1707753486286,"stop":1707753486287,"duration":1}},{"uid":"4b72030f5addd3ad","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b72030f5addd3ad","status":"passed","time":{"start":1707753215213,"stop":1707753215214,"duration":1}},{"uid":"952ba57ed3cbb136","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/952ba57ed3cbb136","status":"passed","time":{"start":1707750615194,"stop":1707750615195,"duration":1}},{"uid":"92f62e221c6102f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/92f62e221c6102f2","status":"passed","time":{"start":1707736532652,"stop":1707736532652,"duration":0}},{"uid":"cc6a091c69dec567","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc6a091c69dec567","status":"passed","time":{"start":1707735714498,"stop":1707735714498,"duration":0}}]},"ed13a6da46211e13582b75a67303bc5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5375952f6039385b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5375952f6039385b","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0}}]},"153570a82b67cc58bbb83349666b2542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f3a7b6b4f2f296e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3a7b6b4f2f296e5","status":"passed","time":{"start":1707793012462,"stop":1707793012463,"duration":1}},{"uid":"2501469f26a43a10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2501469f26a43a10","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"6ae62362de3d6e52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ae62362de3d6e52","status":"passed","time":{"start":1707775258447,"stop":1707775258447,"duration":0}},{"uid":"a23bee210f8e3dfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a23bee210f8e3dfa","status":"passed","time":{"start":1707775081978,"stop":1707775081978,"duration":0}},{"uid":"24a70cd808154fea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24a70cd808154fea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"26eef40180c90742","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26eef40180c90742","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"fb7c9693d42c13e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7c9693d42c13e7","status":"passed","time":{"start":1707759921443,"stop":1707759921444,"duration":1}},{"uid":"2d798942fdced780","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d798942fdced780","status":"passed","time":{"start":1707757624865,"stop":1707757624865,"duration":0}},{"uid":"243525c54ccce54a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/243525c54ccce54a","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"7233d462886e1f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7233d462886e1f6a","status":"passed","time":{"start":1707753651131,"stop":1707753651132,"duration":1}},{"uid":"483ea2a3fb481696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/483ea2a3fb481696","status":"passed","time":{"start":1707753409575,"stop":1707753409576,"duration":1}},{"uid":"c0c9346ded7b849f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0c9346ded7b849f","status":"passed","time":{"start":1707736708312,"stop":1707736708313,"duration":1}},{"uid":"9bae4e2d34506452","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9bae4e2d34506452","status":"passed","time":{"start":1707735914375,"stop":1707735914376,"duration":1}}]},"17a365c6873770addb5fea5e4dd76480:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"33d06a99112ac015","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/33d06a99112ac015","status":"passed","time":{"start":1707793371097,"stop":1707793371097,"duration":0}},{"uid":"b21c1c3956e6b10","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b21c1c3956e6b10","status":"passed","time":{"start":1707778338833,"stop":1707778338834,"duration":1}},{"uid":"d9c21ca75d858d16","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9c21ca75d858d16","status":"passed","time":{"start":1707775602014,"stop":1707775602015,"duration":1}},{"uid":"9b80e186db7600be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b80e186db7600be","status":"passed","time":{"start":1707775390222,"stop":1707775390223,"duration":1}},{"uid":"b48097c0873ddc57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b48097c0873ddc57","status":"passed","time":{"start":1707770335600,"stop":1707770335600,"duration":0}},{"uid":"8c6567581ca7e472","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8c6567581ca7e472","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"c50c43576f2184d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c50c43576f2184d5","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"e973b9215af39745","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e973b9215af39745","status":"passed","time":{"start":1707756617034,"stop":1707756617035,"duration":1}},{"uid":"a097a3ea5ac740e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a097a3ea5ac740e8","status":"passed","time":{"start":1707753988875,"stop":1707753988876,"duration":1}},{"uid":"a63e8391279a67b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a63e8391279a67b8","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"4fd74b086ff84f75","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4fd74b086ff84f75","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"3e6c212c163ffd51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e6c212c163ffd51","status":"passed","time":{"start":1707737091298,"stop":1707737091298,"duration":0}},{"uid":"9dd68ea355e4f216","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9dd68ea355e4f216","status":"passed","time":{"start":1707736260119,"stop":1707736260120,"duration":1}}]},"f4c51972c70ed801190b3f1de610853f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2cc89de92855880c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cc89de92855880c","status":"passed","time":{"start":1707793400888,"stop":1707793400889,"duration":1}},{"uid":"d501b91992439533","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d501b91992439533","status":"passed","time":{"start":1707778381875,"stop":1707778381875,"duration":0}},{"uid":"b3e5ec6f9f84af93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3e5ec6f9f84af93","status":"passed","time":{"start":1707775653209,"stop":1707775653209,"duration":0}},{"uid":"d1e9121492024675","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e9121492024675","status":"passed","time":{"start":1707775455220,"stop":1707775455221,"duration":1}},{"uid":"9064372f064289bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9064372f064289bc","status":"passed","time":{"start":1707770389548,"stop":1707770389548,"duration":0}},{"uid":"7c51184c0bdd93f5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7c51184c0bdd93f5","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"9e92ecbe6f8c85a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e92ecbe6f8c85a2","status":"passed","time":{"start":1707760345983,"stop":1707760345984,"duration":1}},{"uid":"1c467e96f666d6ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c467e96f666d6ea","status":"passed","time":{"start":1707758029746,"stop":1707758029747,"duration":1}},{"uid":"e5c90cf897f7a9c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e5c90cf897f7a9c1","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"ed0aaa8a5c21b1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0aaa8a5c21b1d","status":"passed","time":{"start":1707753981527,"stop":1707753981527,"duration":0}},{"uid":"a334237c5247b569","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a334237c5247b569","status":"passed","time":{"start":1707753832681,"stop":1707753832681,"duration":0}},{"uid":"ebd556c4dd2de95f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ebd556c4dd2de95f","status":"passed","time":{"start":1707751154820,"stop":1707751154821,"duration":1}},{"uid":"fc8db6d9a7de5c5c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc8db6d9a7de5c5c","status":"passed","time":{"start":1707737128059,"stop":1707737128060,"duration":1}},{"uid":"c2e2e1f7d5ecef15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c2e2e1f7d5ecef15","status":"passed","time":{"start":1707736326982,"stop":1707736326983,"duration":1}}]},"33fdc0abcc05365671923e497cbe2ac0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ae0fad737c4c0b89","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0fad737c4c0b89","status":"passed","time":{"start":1707793370625,"stop":1707793370625,"duration":0}},{"uid":"b1fea6055c94d2d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1fea6055c94d2d","status":"passed","time":{"start":1707778386473,"stop":1707778386474,"duration":1}},{"uid":"db74b286839dc5bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/db74b286839dc5bb","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"a12fc426de4f8a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a12fc426de4f8a9e","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"ea7686ce0c87fe97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea7686ce0c87fe97","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"32a23b972e3dd436","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32a23b972e3dd436","status":"passed","time":{"start":1707770208540,"stop":1707770208541,"duration":1}},{"uid":"8a40fc48e207c47d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8a40fc48e207c47d","status":"passed","time":{"start":1707760335939,"stop":1707760335940,"duration":1}},{"uid":"febbf94f66caabb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/febbf94f66caabb","status":"passed","time":{"start":1707758023527,"stop":1707758023527,"duration":0}},{"uid":"6f25af2fc46917b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f25af2fc46917b1","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"2cdce50320416c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2cdce50320416c7","status":"passed","time":{"start":1707753837160,"stop":1707753837161,"duration":1}},{"uid":"2b90608c5de81ba0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b90608c5de81ba0","status":"passed","time":{"start":1707751136278,"stop":1707751136279,"duration":1}},{"uid":"f9da68a169dca544","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9da68a169dca544","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"f71b9bd8a16429ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f71b9bd8a16429ac","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"9a7a54d354208e38a07193e6729de93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"91419a88eacc2269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91419a88eacc2269","status":"passed","time":{"start":1707753423539,"stop":1707753423539,"duration":0}}]},"e1bbc837f0ddf035b4f1b7a8b3bf1577:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ed43bef12dafa6b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed43bef12dafa6b5","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0}},{"uid":"a52dcff342f8e6f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a52dcff342f8e6f8","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"f4f3819699aa97ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f4f3819699aa97ec","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"783026d2bde16c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/783026d2bde16c3d","status":"passed","time":{"start":1707774842472,"stop":1707774842472,"duration":0}},{"uid":"97de0b388edadabb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97de0b388edadabb","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"31e34c4af6a0d724","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31e34c4af6a0d724","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"106f1a7080d956b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/106f1a7080d956b4","status":"passed","time":{"start":1707759737377,"stop":1707759737377,"duration":0}},{"uid":"f97465905c0c2b63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f97465905c0c2b63","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"36f2c87a64a38d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36f2c87a64a38d27","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"6bc7f78af2428db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bc7f78af2428db","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"58b77e5c3e3c8b24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/58b77e5c3e3c8b24","status":"passed","time":{"start":1707753208671,"stop":1707753208672,"duration":1}},{"uid":"701498867e42117b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/701498867e42117b","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"e9f232fecfc079d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9f232fecfc079d1","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"fcbcb003872e5709","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcbcb003872e5709","status":"passed","time":{"start":1707735708005,"stop":1707735708006,"duration":1}}]},"febf10fe980b59353c470eebd065089e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d78f93d3af98e7f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d78f93d3af98e7f6","status":"passed","time":{"start":1707792800000,"stop":1707792800001,"duration":1}},{"uid":"1b905c0424d244c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b905c0424d244c5","status":"passed","time":{"start":1707777749084,"stop":1707777749086,"duration":2}},{"uid":"d40797d14f21c098","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d40797d14f21c098","status":"passed","time":{"start":1707775025518,"stop":1707775025519,"duration":1}},{"uid":"e7ef4e1eb91b8240","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7ef4e1eb91b8240","status":"passed","time":{"start":1707774827053,"stop":1707774827054,"duration":1}},{"uid":"30adc7e787a820d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30adc7e787a820d8","status":"passed","time":{"start":1707769774619,"stop":1707769774620,"duration":1}},{"uid":"4a2f3ca01b28c843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4a2f3ca01b28c843","status":"passed","time":{"start":1707769627285,"stop":1707769627285,"duration":0}},{"uid":"9463966830a30c9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9463966830a30c9c","status":"passed","time":{"start":1707759722019,"stop":1707759722020,"duration":1}},{"uid":"14b797e5e548ffdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14b797e5e548ffdb","status":"passed","time":{"start":1707757416829,"stop":1707757416830,"duration":1}},{"uid":"4afad99bd3540f8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4afad99bd3540f8e","status":"passed","time":{"start":1707756046589,"stop":1707756046589,"duration":0}},{"uid":"863381bc715441e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/863381bc715441e7","status":"passed","time":{"start":1707753464661,"stop":1707753464662,"duration":1}},{"uid":"ba5645254416d602","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba5645254416d602","status":"passed","time":{"start":1707753192927,"stop":1707753192928,"duration":1}},{"uid":"ae813215e1f88495","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae813215e1f88495","status":"passed","time":{"start":1707750593500,"stop":1707750593501,"duration":1}},{"uid":"6a05dd11e2e923a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6a05dd11e2e923a4","status":"passed","time":{"start":1707736510871,"stop":1707736510872,"duration":1}},{"uid":"1bf770aa4354be9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf770aa4354be9d","status":"passed","time":{"start":1707735692278,"stop":1707735692279,"duration":1}}]},"df180de3baec9dc768e789014357a848:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e67234dbf663e70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e67234dbf663e70","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0}},{"uid":"b7618cf8f0e801c4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7618cf8f0e801c4","status":"passed","time":{"start":1707777798758,"stop":1707777798759,"duration":1}},{"uid":"671fe9dfb06f7892","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/671fe9dfb06f7892","status":"passed","time":{"start":1707775072145,"stop":1707775072150,"duration":5}},{"uid":"c0ad49c4064f7960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c0ad49c4064f7960","status":"passed","time":{"start":1707774880418,"stop":1707774880419,"duration":1}},{"uid":"daffbec1b627121a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daffbec1b627121a","status":"passed","time":{"start":1707769825073,"stop":1707769825074,"duration":1}},{"uid":"50117c4f836acd6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/50117c4f836acd6a","status":"passed","time":{"start":1707769677702,"stop":1707769677702,"duration":0}},{"uid":"87c3c8697cf08884","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87c3c8697cf08884","status":"passed","time":{"start":1707759769672,"stop":1707759769673,"duration":1}},{"uid":"88f16f8bdce4af1b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88f16f8bdce4af1b","status":"passed","time":{"start":1707757468637,"stop":1707757468638,"duration":1}},{"uid":"a53941c67e2a9da0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a53941c67e2a9da0","status":"passed","time":{"start":1707756096175,"stop":1707756096176,"duration":1}},{"uid":"3e5e7353f457ac32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3e5e7353f457ac32","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"2041dff6fdbe954e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2041dff6fdbe954e","status":"passed","time":{"start":1707753244714,"stop":1707753244726,"duration":12}},{"uid":"9a9c2cb84aa41fb1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a9c2cb84aa41fb1","status":"passed","time":{"start":1707750643519,"stop":1707750643519,"duration":0}},{"uid":"436572258f3afd8d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/436572258f3afd8d","status":"passed","time":{"start":1707736558645,"stop":1707736558645,"duration":0}},{"uid":"f2d4f40760ab4b29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2d4f40760ab4b29","status":"passed","time":{"start":1707735743489,"stop":1707735743489,"duration":0}}]},"4887365d60b7faba9255b54c310b7b5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"836ecb55a00181b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/836ecb55a00181b4","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0}},{"uid":"f9e84da7bbedb5b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9e84da7bbedb5b7","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"dab76a8aa17d29b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dab76a8aa17d29b7","status":"passed","time":{"start":1707775395376,"stop":1707775395376,"duration":0}},{"uid":"1c30c1274813208e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c30c1274813208e","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"607465fa1522425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/607465fa1522425","status":"passed","time":{"start":1707770131705,"stop":1707770131705,"duration":0}},{"uid":"12acf07c377ae1ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12acf07c377ae1ea","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"a4beaa50a968b9c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a4beaa50a968b9c1","status":"passed","time":{"start":1707760095403,"stop":1707760095403,"duration":0}},{"uid":"b41daf3ff5b036cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b41daf3ff5b036cd","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}},{"uid":"ecbf24d6d90ac771","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ecbf24d6d90ac771","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}},{"uid":"b2ba126c21cd2880","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ba126c21cd2880","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}},{"uid":"ef431645cd612040","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef431645cd612040","status":"passed","time":{"start":1707753573529,"stop":1707753573530,"duration":1}},{"uid":"4515d4bc7887fd8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4515d4bc7887fd8a","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"71cfcb935a025089","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71cfcb935a025089","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"3d9e4f3bffac54b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d9e4f3bffac54b","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"f05ca504cc163970d3f2a315de8d46be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a39974da4e97935a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a39974da4e97935a","status":"passed","time":{"start":1707793142797,"stop":1707793142797,"duration":0}},{"uid":"5ed9123441e20f8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ed9123441e20f8c","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"a7739ed5dd729f5b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7739ed5dd729f5b","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"a6551b05bebc6b54","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6551b05bebc6b54","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"4456f65203e61181","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4456f65203e61181","status":"passed","time":{"start":1707770121409,"stop":1707770121410,"duration":1}},{"uid":"2940a894d62b951b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2940a894d62b951b","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"7052f5e5c8785c04","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7052f5e5c8785c04","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"3be53be03262a5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3be53be03262a5d","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"61914dc63f6e6b4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61914dc63f6e6b4b","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"e9c1418e766ce4aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c1418e766ce4aa","status":"passed","time":{"start":1707753781758,"stop":1707753781759,"duration":1}},{"uid":"c0be4210512971e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0be4210512971e8","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"6ab7e24d8d90742d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab7e24d8d90742d","status":"passed","time":{"start":1707750940662,"stop":1707750940662,"duration":0}},{"uid":"e2be6cd69d490832","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2be6cd69d490832","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"674a9f77feb8bf1e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/674a9f77feb8bf1e","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"025e1155ffed7e98831dfbdafa4711c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"13ab44d8dff0f84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/13ab44d8dff0f84","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0}},{"uid":"55e84292f261a928","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/55e84292f261a928","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"cebcca9579cf4285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cebcca9579cf4285","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6bde50e3877d16b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6bde50e3877d16b7","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"4cf5e9c6c7fabeaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cf5e9c6c7fabeaa","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"f11d11a62a482ccd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f11d11a62a482ccd","status":"passed","time":{"start":1707770238697,"stop":1707770238698,"duration":1}},{"uid":"9891ed80542763dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9891ed80542763dd","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"d0bb5baca8dd1a7f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0bb5baca8dd1a7f","status":"passed","time":{"start":1707756690174,"stop":1707756690175,"duration":1}},{"uid":"4369d6114d70cfcd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4369d6114d70cfcd","status":"passed","time":{"start":1707754051798,"stop":1707754051799,"duration":1}},{"uid":"51d6675dbe8bceff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51d6675dbe8bceff","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d10757fb354cdacd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10757fb354cdacd","status":"passed","time":{"start":1707751228971,"stop":1707751228972,"duration":1}},{"uid":"458becef09eefc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/458becef09eefc","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"60261ae6b7aef958","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60261ae6b7aef958","status":"passed","time":{"start":1707736353050,"stop":1707736353051,"duration":1}}]},"2d635ae542813e2e5bf7f4e1c97e6e33:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"55ea81b56c4852b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55ea81b56c4852b5","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"duration":0}},{"uid":"9759facc1f7ff581","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9759facc1f7ff581","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"a0802496f4fcf64c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0802496f4fcf64c","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"1fa37bc06e01b9ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fa37bc06e01b9ca","status":"passed","time":{"start":1707775494278,"stop":1707775494278,"duration":0}},{"uid":"c0acf8c6302641b2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0acf8c6302641b2","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"bcdd9e46f16dcf2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bcdd9e46f16dcf2c","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"91eee7965ddfa1d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91eee7965ddfa1d8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"d65013b3e6d63314","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d65013b3e6d63314","status":"passed","time":{"start":1707758004327,"stop":1707758004328,"duration":1}},{"uid":"ab20497c0193b174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab20497c0193b174","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"b384c21745e2d399","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b384c21745e2d399","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"9521e09d95a58bcf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9521e09d95a58bcf","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"60557d8b743b29bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60557d8b743b29bc","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"8a04b4221afa514f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a04b4221afa514f","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"ef0fb5dcb5df8585","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef0fb5dcb5df8585","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"96030efe950ca1508eff30d5d8c14bef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7e13ba6c6643939d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e13ba6c6643939d","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020602,"stop":1707751020602,"duration":0}}]},"8e721cfaadb6a90a6287cdd960bf8026:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d430e4dbca157156","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d430e4dbca157156","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"duration":0}},{"uid":"f25a16a9654b59c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f25a16a9654b59c","status":"passed","time":{"start":1707778058488,"stop":1707778058489,"duration":1}},{"uid":"ac99f437ed344208","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac99f437ed344208","status":"passed","time":{"start":1707775337149,"stop":1707775337150,"duration":1}},{"uid":"dfcdc0f84097de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dfcdc0f84097de","status":"passed","time":{"start":1707775143601,"stop":1707775143601,"duration":0}},{"uid":"51e1f12e2a18a5af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51e1f12e2a18a5af","status":"passed","time":{"start":1707770075684,"stop":1707770075684,"duration":0}},{"uid":"c46cba1c53ed59a8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c46cba1c53ed59a8","status":"passed","time":{"start":1707769940209,"stop":1707769940211,"duration":2}},{"uid":"485af700e2a10c8c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/485af700e2a10c8c","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"5ec2cdbb893d3c29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2cdbb893d3c29","status":"passed","time":{"start":1707757736397,"stop":1707757736397,"duration":0}},{"uid":"bebf8a713edae173","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bebf8a713edae173","status":"passed","time":{"start":1707756352341,"stop":1707756352341,"duration":0}},{"uid":"13941702260e699c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13941702260e699c","status":"passed","time":{"start":1707753768710,"stop":1707753768710,"duration":0}},{"uid":"c9620413f19fb153","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9620413f19fb153","status":"passed","time":{"start":1707753512769,"stop":1707753512769,"duration":0}},{"uid":"10c24ef7321af869","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c24ef7321af869","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"457d35642c4f71b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/457d35642c4f71b1","status":"passed","time":{"start":1707736822683,"stop":1707736822683,"duration":0}},{"uid":"8b1b83b5fa779704","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b1b83b5fa779704","status":"passed","time":{"start":1707736014743,"stop":1707736014744,"duration":1}}]},"00aaedd91896ab777a074e3fec40e4e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9731c0ca2e867d0f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9731c0ca2e867d0f","status":"passed","time":{"start":1707756617039,"stop":1707756617039,"duration":0}}]},"5ea0d4ff3ce46e154506d88cd75901dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e478d0baa9416483","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e478d0baa9416483","status":"passed","time":{"start":1707792800135,"stop":1707792800136,"duration":1}},{"uid":"67dd20a6552b36aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/67dd20a6552b36aa","status":"passed","time":{"start":1707777749191,"stop":1707777749191,"duration":0}},{"uid":"3f97c3adf88dede2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f97c3adf88dede2","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"b1d744ebd7ae25b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b1d744ebd7ae25b","status":"passed","time":{"start":1707774827196,"stop":1707774827197,"duration":1}},{"uid":"89dc0033d91ddcb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89dc0033d91ddcb1","status":"passed","time":{"start":1707769774566,"stop":1707769774571,"duration":5}},{"uid":"c545d21b8fae56e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c545d21b8fae56e3","status":"passed","time":{"start":1707769627358,"stop":1707769627358,"duration":0}},{"uid":"528f036ea5d0e87e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/528f036ea5d0e87e","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"87d3b3316f639c9e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/87d3b3316f639c9e","status":"passed","time":{"start":1707757416949,"stop":1707757416949,"duration":0}},{"uid":"166b088f61381327","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/166b088f61381327","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"c228531f799aede5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c228531f799aede5","status":"passed","time":{"start":1707753464783,"stop":1707753464784,"duration":1}},{"uid":"e7d8de0d92d124d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7d8de0d92d124d2","status":"passed","time":{"start":1707753193012,"stop":1707753193013,"duration":1}},{"uid":"353881c9a7193158","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/353881c9a7193158","status":"passed","time":{"start":1707750593663,"stop":1707750593663,"duration":0}},{"uid":"2d2fbc78a5672ec4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2fbc78a5672ec4","status":"passed","time":{"start":1707736511015,"stop":1707736511015,"duration":0}},{"uid":"98907ce76bd442a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98907ce76bd442a4","status":"passed","time":{"start":1707735692464,"stop":1707735692464,"duration":0}}]},"964b1f89e1c2b44ec4c2bd98e3d35de0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d297d4ff5a25b354","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d297d4ff5a25b354","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0}},{"uid":"ab1b7df7b0a54b81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab1b7df7b0a54b81","status":"passed","time":{"start":1707778386488,"stop":1707778386488,"duration":0}},{"uid":"bbd0c3194b2fc420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bbd0c3194b2fc420","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"76683aff8223b281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76683aff8223b281","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"758dfe8d4da5bd0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/758dfe8d4da5bd0d","status":"passed","time":{"start":1707770395190,"stop":1707770395190,"duration":0}},{"uid":"256a4dd6ac10e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/256a4dd6ac10e8","status":"passed","time":{"start":1707770208550,"stop":1707770208550,"duration":0}},{"uid":"cc2c4b4e26571d20","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc2c4b4e26571d20","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"2d85af64b618a6fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d85af64b618a6fa","status":"passed","time":{"start":1707758023540,"stop":1707758023540,"duration":0}},{"uid":"1f21503d14c9d42d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1f21503d14c9d42d","status":"passed","time":{"start":1707756664009,"stop":1707756664010,"duration":1}},{"uid":"d37228288be62540","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d37228288be62540","status":"passed","time":{"start":1707753837176,"stop":1707753837176,"duration":0}},{"uid":"76aedcd257d38112","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76aedcd257d38112","status":"passed","time":{"start":1707751136358,"stop":1707751136359,"duration":1}},{"uid":"8e1ae30bb0a8a2c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e1ae30bb0a8a2c8","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"db96aec456a9b96c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db96aec456a9b96c","status":"passed","time":{"start":1707736322664,"stop":1707736322665,"duration":1}}]},"b7c8533efc976da7dccab1e9ae35892e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bfabf72458b69e27","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfabf72458b69e27","status":"passed","time":{"start":1707792809058,"stop":1707792809059,"duration":1}},{"uid":"efe2241ec9382eeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/efe2241ec9382eeb","status":"passed","time":{"start":1707777758302,"stop":1707777758303,"duration":1}},{"uid":"1c0326dcce45e528","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c0326dcce45e528","status":"passed","time":{"start":1707775034556,"stop":1707775034557,"duration":1}},{"uid":"b8481d5ba85271b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8481d5ba85271b9","status":"passed","time":{"start":1707774836326,"stop":1707774836327,"duration":1}},{"uid":"6b448eee5becd150","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b448eee5becd150","status":"passed","time":{"start":1707769783776,"stop":1707769783777,"duration":1}},{"uid":"aa2cbd34880d944c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cbd34880d944c","status":"passed","time":{"start":1707769636532,"stop":1707769636533,"duration":1}},{"uid":"ba8042c815247c90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ba8042c815247c90","status":"passed","time":{"start":1707759731265,"stop":1707759731266,"duration":1}},{"uid":"aa5ee9611c0204d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa5ee9611c0204d9","status":"passed","time":{"start":1707757426113,"stop":1707757426114,"duration":1}},{"uid":"d2c0be35f8d3967e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2c0be35f8d3967e","status":"passed","time":{"start":1707756055493,"stop":1707756055495,"duration":2}},{"uid":"1e9b6ea72c3dcb38","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e9b6ea72c3dcb38","status":"passed","time":{"start":1707753473919,"stop":1707753473920,"duration":1}},{"uid":"f2a5fffba46cd4bf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2a5fffba46cd4bf","status":"passed","time":{"start":1707753202443,"stop":1707753202444,"duration":1}},{"uid":"b9255b7cc266a99b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b9255b7cc266a99b","status":"passed","time":{"start":1707750602786,"stop":1707750602787,"duration":1}},{"uid":"4bd077a3c041b855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bd077a3c041b855","status":"passed","time":{"start":1707736520177,"stop":1707736520179,"duration":2}},{"uid":"5d949a7d8ef9a68e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d949a7d8ef9a68e","status":"passed","time":{"start":1707735701765,"stop":1707735701766,"duration":1}}]},"f91efa51038b4f3eda3ec48a9c4c0487:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"242fd63c44f0097a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/242fd63c44f0097a","status":"passed","time":{"start":1707793086615,"stop":1707793086615,"duration":0}},{"uid":"47c37fff8c05995c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47c37fff8c05995c","status":"passed","time":{"start":1707778058490,"stop":1707778058491,"duration":1}},{"uid":"6cf39fa23baa6d38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6cf39fa23baa6d38","status":"passed","time":{"start":1707775337155,"stop":1707775337156,"duration":1}},{"uid":"d8e98db2c1ce58e4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e98db2c1ce58e4","status":"passed","time":{"start":1707775143603,"stop":1707775143605,"duration":2}},{"uid":"61787cb8dc4025e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61787cb8dc4025e","status":"passed","time":{"start":1707770075685,"stop":1707770075686,"duration":1}},{"uid":"4246da253bd2dbc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4246da253bd2dbc5","status":"passed","time":{"start":1707769940213,"stop":1707769940213,"duration":0}},{"uid":"6b156185b6c7f861","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b156185b6c7f861","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"f4a94b90d11a5584","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a94b90d11a5584","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"6a3d305cafcf24e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a3d305cafcf24e9","status":"passed","time":{"start":1707756352342,"stop":1707756352343,"duration":1}},{"uid":"eb4d5354f0a2b052","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb4d5354f0a2b052","status":"passed","time":{"start":1707753768712,"stop":1707753768712,"duration":0}},{"uid":"e56cf9fd6175185b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e56cf9fd6175185b","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"73666db28373b4ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/73666db28373b4ec","status":"passed","time":{"start":1707750899684,"stop":1707750899684,"duration":0}},{"uid":"2b05f004be7555e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b05f004be7555e0","status":"passed","time":{"start":1707736822687,"stop":1707736822688,"duration":1}},{"uid":"4819031aa654ef8f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4819031aa654ef8f","status":"passed","time":{"start":1707736014745,"stop":1707736014745,"duration":0}}]},"a7a36be6d29026780061deaa5a50cbbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1446f27b426a627b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1446f27b426a627b","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0}},{"uid":"a64a58ffb8310c93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a64a58ffb8310c93","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"4ce04beedc6016d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ce04beedc6016d0","status":"passed","time":{"start":1707775602027,"stop":1707775602029,"duration":2}},{"uid":"c380b0f32b778c4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c380b0f32b778c4a","status":"passed","time":{"start":1707775390240,"stop":1707775390241,"duration":1}},{"uid":"f1a489d64cbf1dab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1a489d64cbf1dab","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"c0b88f6932a5a430","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c0b88f6932a5a430","status":"passed","time":{"start":1707769968724,"stop":1707769968726,"duration":2}},{"uid":"50df3e50ffd5afd1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50df3e50ffd5afd1","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"1f8e083a317ec27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f8e083a317ec27","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"7f9f1d6c91a10394","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f9f1d6c91a10394","status":"passed","time":{"start":1707756617048,"stop":1707756617049,"duration":1}},{"uid":"6b874045428a599a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6b874045428a599a","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"f55e71f670ec7bce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f55e71f670ec7bce","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"d339cb00516b1113","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d339cb00516b1113","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"db420c127439f7c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db420c127439f7c3","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"aaefae02184208cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aaefae02184208cb","status":"passed","time":{"start":1707736260142,"stop":1707736260145,"duration":3}}]},"294be5eaf2b53b56ed9c27f7b2b383af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58c6962ee58373f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58c6962ee58373f5","status":"passed","time":{"start":1707777997119,"stop":1707777997119,"duration":0}},{"uid":"3615e6a4f9ad98d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3615e6a4f9ad98d1","status":"passed","time":{"start":1707775275757,"stop":1707775275757,"duration":0}},{"uid":"d65411a81a4d07e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d65411a81a4d07e2","status":"passed","time":{"start":1707775085895,"stop":1707775085896,"duration":1}},{"uid":"47e6697566985882","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47e6697566985882","status":"passed","time":{"start":1707770018848,"stop":1707770018848,"duration":0}},{"uid":"8314ff05a8b2ed18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8314ff05a8b2ed18","status":"passed","time":{"start":1707769883328,"stop":1707769883329,"duration":1}},{"uid":"f52afcd376107dcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f52afcd376107dcc","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"795ca1d2c817c49d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/795ca1d2c817c49d","status":"passed","time":{"start":1707757676049,"stop":1707757676049,"duration":0}},{"uid":"b09d34e036432343","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b09d34e036432343","status":"passed","time":{"start":1707756304433,"stop":1707756304433,"duration":0}},{"uid":"7b63248db96d51cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b63248db96d51cf","status":"passed","time":{"start":1707753713262,"stop":1707753713264,"duration":2}},{"uid":"43496032bfc6fddf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43496032bfc6fddf","status":"passed","time":{"start":1707753448106,"stop":1707753448107,"duration":1}},{"uid":"8eafea36a2984b33","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eafea36a2984b33","status":"passed","time":{"start":1707750840052,"stop":1707750840053,"duration":1}},{"uid":"ee2d0ab9e94dceed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ee2d0ab9e94dceed","status":"passed","time":{"start":1707736765046,"stop":1707736765046,"duration":0}},{"uid":"ab7da999dd99a07b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab7da999dd99a07b","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"0f604f8aded1bbebd545fd5ec78c8d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8d10b5656006a29f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d10b5656006a29f","status":"passed","time":{"start":1707793093670,"stop":1707793093671,"duration":1}},{"uid":"e341c6308f719e5c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e341c6308f719e5c","status":"passed","time":{"start":1707778040176,"stop":1707778040176,"duration":0}},{"uid":"8dcf829a965f98b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dcf829a965f98b8","status":"passed","time":{"start":1707775332137,"stop":1707775332137,"duration":0}},{"uid":"32a76a8e18021653","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32a76a8e18021653","status":"passed","time":{"start":1707775137043,"stop":1707775137043,"duration":0}},{"uid":"c0b528c6530e54b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0b528c6530e54b8","status":"passed","time":{"start":1707770062840,"stop":1707770062841,"duration":1}},{"uid":"4f4ef5707d95c10c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4f4ef5707d95c10c","status":"passed","time":{"start":1707769926380,"stop":1707769926380,"duration":0}},{"uid":"a56182e18b479314","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a56182e18b479314","status":"passed","time":{"start":1707760029630,"stop":1707760029630,"duration":0}},{"uid":"c5fd768cc4468dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5fd768cc4468dd5","status":"passed","time":{"start":1707757713781,"stop":1707757713781,"duration":0}},{"uid":"c31083881d7ff397","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c31083881d7ff397","status":"passed","time":{"start":1707756348022,"stop":1707756348022,"duration":0}},{"uid":"92db230cdb9a9995","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92db230cdb9a9995","status":"passed","time":{"start":1707753739731,"stop":1707753739731,"duration":0}},{"uid":"c2e0433260b5bfb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2e0433260b5bfb6","status":"passed","time":{"start":1707753514616,"stop":1707753514616,"duration":0}},{"uid":"feac3cd36238ede8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feac3cd36238ede8","status":"passed","time":{"start":1707750884258,"stop":1707750884259,"duration":1}},{"uid":"db5f80af0e8859a1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db5f80af0e8859a1","status":"passed","time":{"start":1707736808922,"stop":1707736808922,"duration":0}},{"uid":"d932b80f2817cf61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d932b80f2817cf61","status":"passed","time":{"start":1707736018904,"stop":1707736018904,"duration":0}}]},"a3a617d5393fd06fb44befc76bba6d7f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8aa506b130440f57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8aa506b130440f57","status":"passed","time":{"start":1707793153228,"stop":1707793153228,"duration":0}},{"uid":"a6fcd0caa3e3a6d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6fcd0caa3e3a6d8","status":"passed","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"a4189920d34da08a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a4189920d34da08a","status":"passed","time":{"start":1707775395380,"stop":1707775395380,"duration":0}},{"uid":"a5eed94137038b38","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5eed94137038b38","status":"passed","time":{"start":1707775205634,"stop":1707775205634,"duration":0}},{"uid":"902abc4d7ac60cb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/902abc4d7ac60cb6","status":"passed","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"699bfa4970046eea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/699bfa4970046eea","status":"passed","time":{"start":1707769983282,"stop":1707769983282,"duration":0}},{"uid":"cad50f3897dea228","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cad50f3897dea228","status":"passed","time":{"start":1707760095407,"stop":1707760095408,"duration":1}},{"uid":"37e7983157a4054e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/37e7983157a4054e","status":"passed","time":{"start":1707757790739,"stop":1707757790739,"duration":0}},{"uid":"1706ad67a3c4bf6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1706ad67a3c4bf6f","status":"passed","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"566f272e4192653a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/566f272e4192653a","status":"passed","time":{"start":1707753793195,"stop":1707753793195,"duration":0}},{"uid":"37945dd26b53e160","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37945dd26b53e160","status":"passed","time":{"start":1707753573533,"stop":1707753573533,"duration":0}},{"uid":"b84ea1e78fb78afd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b84ea1e78fb78afd","status":"passed","time":{"start":1707750953984,"stop":1707750953985,"duration":1}},{"uid":"7b54c1ad709f243f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b54c1ad709f243f","status":"passed","time":{"start":1707736878971,"stop":1707736878971,"duration":0}},{"uid":"739a93bc64e8929c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/739a93bc64e8929c","status":"passed","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"e1135ee6ea4a28bb1d2b50c46f70e12c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"915b7dd9af6f5e05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/915b7dd9af6f5e05","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"1545aaaeedbf519b58a5d1714b2bf38a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d22a5736f30b8df0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d22a5736f30b8df0","status":"passed","time":{"start":1707775390250,"stop":1707775390250,"duration":0}}]},"abb0a7cd41144b9747df23b0d2e1d9e1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2542d60ddce53ac","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2542d60ddce53ac","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"duration":0}},{"uid":"58b198a6e3ee99e8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58b198a6e3ee99e8","status":"passed","time":{"start":1707777997105,"stop":1707777997105,"duration":0}},{"uid":"b72a944b6ef7514e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b72a944b6ef7514e","status":"passed","time":{"start":1707775275745,"stop":1707775275745,"duration":0}},{"uid":"c719fcca10ff56db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c719fcca10ff56db","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b58da7cc233622f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b58da7cc233622f8","status":"passed","time":{"start":1707770018831,"stop":1707770018831,"duration":0}},{"uid":"c09ef7dffb8ddce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c09ef7dffb8ddce1","status":"passed","time":{"start":1707769883313,"stop":1707769883314,"duration":1}},{"uid":"6fc8ba5d53b3876b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc8ba5d53b3876b","status":"passed","time":{"start":1707759981456,"stop":1707759981456,"duration":0}},{"uid":"505f8d403b1b68ea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/505f8d403b1b68ea","status":"passed","time":{"start":1707757676036,"stop":1707757676036,"duration":0}},{"uid":"f57d8ea1557ead6c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f57d8ea1557ead6c","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"3baea801530ae79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3baea801530ae79","status":"passed","time":{"start":1707753713235,"stop":1707753713244,"duration":9}},{"uid":"9f4065f408fd2013","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9f4065f408fd2013","status":"passed","time":{"start":1707753448088,"stop":1707753448089,"duration":1}},{"uid":"286b477847dcf156","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/286b477847dcf156","status":"passed","time":{"start":1707750840031,"stop":1707750840031,"duration":0}},{"uid":"3a47631e4f7eae1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a47631e4f7eae1a","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"b2cdf1ec47019d9f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b2cdf1ec47019d9f","status":"passed","time":{"start":1707735955220,"stop":1707735955221,"duration":1}}]},"935cbc9b34f7bf29d8fa034264066c38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"dcfbd196c3589253","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcfbd196c3589253","status":"passed","time":{"start":1707775300142,"stop":1707775300143,"duration":1}}]},"5868a0b495e645991d0489e5e0c98d28:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7c546ce731c0bff2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c546ce731c0bff2","status":"passed","time":{"start":1707793012494,"stop":1707793012495,"duration":1}},{"uid":"e0f0a68fefc72b91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0f0a68fefc72b91","status":"passed","time":{"start":1707777977669,"stop":1707777977669,"duration":0}},{"uid":"dc38161b3420ce12","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc38161b3420ce12","status":"passed","time":{"start":1707775258459,"stop":1707775258460,"duration":1}},{"uid":"9693e569ddf9fa7e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9693e569ddf9fa7e","status":"passed","time":{"start":1707775082022,"stop":1707775082023,"duration":1}},{"uid":"c8973264dec73f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8973264dec73f8c","status":"passed","time":{"start":1707769999866,"stop":1707769999867,"duration":1}},{"uid":"4b099b68cd6405bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b099b68cd6405bc","status":"passed","time":{"start":1707769841903,"stop":1707769841903,"duration":0}},{"uid":"db58553dce392183","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db58553dce392183","status":"passed","time":{"start":1707759921458,"stop":1707759921459,"duration":1}},{"uid":"cfc0920b25e05fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfc0920b25e05fe5","status":"passed","time":{"start":1707757624880,"stop":1707757624880,"duration":0}},{"uid":"1de2c5939dcab17c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1de2c5939dcab17c","status":"passed","time":{"start":1707756261807,"stop":1707756261810,"duration":3}},{"uid":"44020416af7831be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44020416af7831be","status":"passed","time":{"start":1707753651185,"stop":1707753651185,"duration":0}},{"uid":"26e7079f57b4f644","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e7079f57b4f644","status":"passed","time":{"start":1707753409589,"stop":1707753409590,"duration":1}},{"uid":"7e82043b8ea1cad7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e82043b8ea1cad7","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"7dfb91d0923d1000","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dfb91d0923d1000","status":"passed","time":{"start":1707736708332,"stop":1707736708333,"duration":1}},{"uid":"4dedd690f71ceb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4dedd690f71ceb7a","status":"passed","time":{"start":1707735914389,"stop":1707735914390,"duration":1}}]},"74a287c94e849e09a450fd71277f143b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"53035216b3f8a3d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/53035216b3f8a3d5","status":"passed","time":{"start":1707777997120,"stop":1707777997120,"duration":0}},{"uid":"203f35b462271a60","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/203f35b462271a60","status":"passed","time":{"start":1707775275758,"stop":1707775275758,"duration":0}},{"uid":"585e29bd377dea53","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/585e29bd377dea53","status":"passed","time":{"start":1707775085896,"stop":1707775085897,"duration":1}},{"uid":"13e4b0efc499b9bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/13e4b0efc499b9bf","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"2114bbb2be0f3e47","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2114bbb2be0f3e47","status":"passed","time":{"start":1707769883329,"stop":1707769883330,"duration":1}},{"uid":"1995aa1de70ab800","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1995aa1de70ab800","status":"passed","time":{"start":1707759981480,"stop":1707759981480,"duration":0}},{"uid":"182404784481c1f7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/182404784481c1f7","status":"passed","time":{"start":1707757676050,"stop":1707757676050,"duration":0}},{"uid":"78ba8f65296a2786","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/78ba8f65296a2786","status":"passed","time":{"start":1707756304434,"stop":1707756304434,"duration":0}},{"uid":"2f67b80179fcae0d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f67b80179fcae0d","status":"passed","time":{"start":1707753713265,"stop":1707753713266,"duration":1}},{"uid":"16c308aebecf6e95","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16c308aebecf6e95","status":"passed","time":{"start":1707753448107,"stop":1707753448108,"duration":1}},{"uid":"d707779566ba359b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707779566ba359b","status":"passed","time":{"start":1707750840053,"stop":1707750840054,"duration":1}},{"uid":"8568a67f5205476d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8568a67f5205476d","status":"passed","time":{"start":1707736765047,"stop":1707736765048,"duration":1}},{"uid":"2f959f8c60a5a0e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2f959f8c60a5a0e9","status":"passed","time":{"start":1707735955263,"stop":1707735955264,"duration":1}}]},"55e135656508b599cfc2aa8a0bbc1d25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"844ec15e728c3211","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/844ec15e728c3211","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"duration":0}},{"uid":"6bb5ffd37eeeb9f4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bb5ffd37eeeb9f4","status":"passed","time":{"start":1707778202476,"stop":1707778202477,"duration":1}},{"uid":"13c739be3fe5c7fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13c739be3fe5c7fe","status":"passed","time":{"start":1707775486616,"stop":1707775486617,"duration":1}},{"uid":"5465bdee293a4410","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5465bdee293a4410","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"3e5ba8f77687b169","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e5ba8f77687b169","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"becddfda12db6868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/becddfda12db6868","status":"passed","time":{"start":1707770051367,"stop":1707770051368,"duration":1}},{"uid":"e1ae32af5da9b5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1ae32af5da9b5ab","status":"passed","time":{"start":1707760174012,"stop":1707760174013,"duration":1}},{"uid":"c321f597d253c55b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c321f597d253c55b","status":"passed","time":{"start":1707757873917,"stop":1707757873917,"duration":0}},{"uid":"a0db456157e16efa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0db456157e16efa","status":"passed","time":{"start":1707756499900,"stop":1707756499901,"duration":1}},{"uid":"e76199c8c6b53d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e76199c8c6b53d9","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"113d4f8cddce34d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/113d4f8cddce34d6","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"a9a22e747cc27cda","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a9a22e747cc27cda","status":"passed","time":{"start":1707751019565,"stop":1707751019566,"duration":1}},{"uid":"177d40fca4dc6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/177d40fca4dc6ec","status":"passed","time":{"start":1707736947841,"stop":1707736947841,"duration":0}},{"uid":"e7e8b98aae18d3d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e7e8b98aae18d3d3","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"97c710a1881242b44a7de26a376132df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ae38198e540bdb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ae38198e540bdb4","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0}},{"uid":"e593e8f2cc2687e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e593e8f2cc2687e5","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"4860d44f4499827b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4860d44f4499827b","status":"passed","time":{"start":1707775017869,"stop":1707775017869,"duration":0}},{"uid":"307645a5a1dc53bd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/307645a5a1dc53bd","status":"passed","time":{"start":1707774819298,"stop":1707774819298,"duration":0}},{"uid":"53c5cb0e1ac95df5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53c5cb0e1ac95df5","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d2c61635de21f6c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d2c61635de21f6c5","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"426d128ff8804b24","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/426d128ff8804b24","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2a93d2657da10412","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a93d2657da10412","status":"passed","time":{"start":1707757409079,"stop":1707757409080,"duration":1}},{"uid":"ad7135a2f9a0f056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad7135a2f9a0f056","status":"passed","time":{"start":1707756038945,"stop":1707756038946,"duration":1}},{"uid":"61e0f5aa60a883d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61e0f5aa60a883d2","status":"passed","time":{"start":1707753457116,"stop":1707753457117,"duration":1}},{"uid":"e7c49f9ec4a47d59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e7c49f9ec4a47d59","status":"passed","time":{"start":1707753185098,"stop":1707753185099,"duration":1}},{"uid":"644970598fb8d4de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/644970598fb8d4de","status":"passed","time":{"start":1707750585901,"stop":1707750585901,"duration":0}},{"uid":"c02545232ce682b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c02545232ce682b5","status":"passed","time":{"start":1707736503318,"stop":1707736503318,"duration":0}},{"uid":"20636b0d10e007a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20636b0d10e007a4","status":"passed","time":{"start":1707735684652,"stop":1707735684653,"duration":1}}]},"399fa44e6b560f691ccc8c4d687ca401:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7079c869e061d10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7079c869e061d10","status":"passed","time":{"start":1707793168680,"stop":1707793168681,"duration":1}},{"uid":"44382d5be1f9eab8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/44382d5be1f9eab8","status":"passed","time":{"start":1707778126347,"stop":1707778126348,"duration":1}},{"uid":"bef045b33962019c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bef045b33962019c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"983b31bbf08dc00a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/983b31bbf08dc00a","status":"passed","time":{"start":1707775219997,"stop":1707775219998,"duration":1}},{"uid":"f424b6669b53e513","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f424b6669b53e513","status":"passed","time":{"start":1707770142484,"stop":1707770142484,"duration":0}},{"uid":"8a487eb992dee533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a487eb992dee533","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"4a973d87921ad3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a973d87921ad3ee","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"c2a4f13ee03175c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2a4f13ee03175c1","status":"passed","time":{"start":1707757804296,"stop":1707757804298,"duration":2}},{"uid":"c6a12c6a46e660e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6a12c6a46e660e7","status":"passed","time":{"start":1707756422348,"stop":1707756422348,"duration":0}},{"uid":"95f4c312e5d8b1e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95f4c312e5d8b1e8","status":"passed","time":{"start":1707753796549,"stop":1707753796550,"duration":1}},{"uid":"a356cb961476107f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a356cb961476107f","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"aa1627000fbb4aaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa1627000fbb4aaa","status":"passed","time":{"start":1707750964805,"stop":1707750964806,"duration":1}},{"uid":"3268b69d20464fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3268b69d20464fbd","status":"passed","time":{"start":1707736890438,"stop":1707736890439,"duration":1}},{"uid":"4456378df17f609d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4456378df17f609d","status":"passed","time":{"start":1707736096391,"stop":1707736096391,"duration":0}}]},"965a7aee2be5c35aec8b01e165aa58c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d10e94729ae66da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d10e94729ae66da","status":"passed","time":{"start":1707792799998,"stop":1707792799999,"duration":1}},{"uid":"22dce62acd22f474","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/22dce62acd22f474","status":"passed","time":{"start":1707777749079,"stop":1707777749080,"duration":1}},{"uid":"95f7cc4841b4c94d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/95f7cc4841b4c94d","status":"passed","time":{"start":1707775025514,"stop":1707775025515,"duration":1}},{"uid":"fb7d55cf02ec7b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb7d55cf02ec7b2d","status":"passed","time":{"start":1707774827051,"stop":1707774827052,"duration":1}},{"uid":"ee2257846974123f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee2257846974123f","status":"passed","time":{"start":1707769774612,"stop":1707769774614,"duration":2}},{"uid":"f73ec0263119f8f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f73ec0263119f8f0","status":"passed","time":{"start":1707769627283,"stop":1707769627283,"duration":0}},{"uid":"c1df64d94707e8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1df64d94707e8fe","status":"passed","time":{"start":1707759722017,"stop":1707759722018,"duration":1}},{"uid":"b3560c8d58974eb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3560c8d58974eb9","status":"passed","time":{"start":1707757416822,"stop":1707757416822,"duration":0}},{"uid":"ce097986745b5d18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce097986745b5d18","status":"passed","time":{"start":1707756046587,"stop":1707756046587,"duration":0}},{"uid":"f8dfcf6cb29cc2aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8dfcf6cb29cc2aa","status":"passed","time":{"start":1707753464659,"stop":1707753464660,"duration":1}},{"uid":"5be471972c58e5d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5be471972c58e5d7","status":"passed","time":{"start":1707753192924,"stop":1707753192924,"duration":0}},{"uid":"ca3a67328d52e4f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca3a67328d52e4f8","status":"passed","time":{"start":1707750593498,"stop":1707750593498,"duration":0}},{"uid":"b1eb12af53619f82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b1eb12af53619f82","status":"passed","time":{"start":1707736510869,"stop":1707736510870,"duration":1}},{"uid":"7d1454554c3f739","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d1454554c3f739","status":"passed","time":{"start":1707735692274,"stop":1707735692275,"duration":1}}]},"47405ecb7f759f1ddbac18fe5f361454:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bcc35393a000531","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc35393a000531","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}}]},"2b2625967cf38bb30045bbc58898863e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"a90d8169555007a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a90d8169555007a4","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0}},{"uid":"1bd8eb84f4c542b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd8eb84f4c542b","status":"passed","time":{"start":1707777837222,"stop":1707777837223,"duration":1}},{"uid":"d90a163f05076eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d90a163f05076eb2","status":"passed","time":{"start":1707775113056,"stop":1707775113057,"duration":1}},{"uid":"85f4fddb5a64c378","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85f4fddb5a64c378","status":"passed","time":{"start":1707774908731,"stop":1707774908732,"duration":1}},{"uid":"ee5c50a35dd2be4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee5c50a35dd2be4e","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"fa87a1265334f918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa87a1265334f918","status":"passed","time":{"start":1707769706668,"stop":1707769706668,"duration":0}},{"uid":"e461e37434d02253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e461e37434d02253","status":"passed","time":{"start":1707759811408,"stop":1707759811409,"duration":1}},{"uid":"a063fb16c6dd7795","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a063fb16c6dd7795","status":"passed","time":{"start":1707757504684,"stop":1707757504685,"duration":1}},{"uid":"fd30c216a9494ba3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd30c216a9494ba3","status":"passed","time":{"start":1707756131518,"stop":1707756131518,"duration":0}},{"uid":"9274cd80359f2f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9274cd80359f2f04","status":"passed","time":{"start":1707753284214,"stop":1707753284215,"duration":1}},{"uid":"9114f805848b7199","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114f805848b7199","status":"passed","time":{"start":1707736597188,"stop":1707736597189,"duration":1}},{"uid":"9f21352f5fc2102c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9f21352f5fc2102c","status":"passed","time":{"start":1707735784060,"stop":1707735784060,"duration":0}}]},"35e8e80e6ce21e802b6171973d01d9f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d60411f238dc060f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d60411f238dc060f","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"51d3bf07c81cdacab777b9d6f479776f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1db142976966724e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1db142976966724e","status":"passed","time":{"start":1707793304781,"stop":1707793304782,"duration":1}},{"uid":"18e2a168dd238e27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18e2a168dd238e27","status":"passed","time":{"start":1707778270358,"stop":1707778270358,"duration":0}},{"uid":"7ac1dc8e358617f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ac1dc8e358617f2","status":"passed","time":{"start":1707775545728,"stop":1707775545728,"duration":0}},{"uid":"d4df63d6a3b2ae0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4df63d6a3b2ae0b","status":"passed","time":{"start":1707775359951,"stop":1707775359952,"duration":1}},{"uid":"9e5bde7596bf1406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e5bde7596bf1406","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"489137f46cdb3d7f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/489137f46cdb3d7f","status":"passed","time":{"start":1707770099495,"stop":1707770099496,"duration":1}},{"uid":"807cd98158d2b2c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/807cd98158d2b2c3","status":"passed","time":{"start":1707760242013,"stop":1707760242013,"duration":0}},{"uid":"95ff23171d2a9f5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/95ff23171d2a9f5a","status":"passed","time":{"start":1707757936348,"stop":1707757936357,"duration":9}},{"uid":"f5f2ea04805cfa5e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f5f2ea04805cfa5e","status":"passed","time":{"start":1707756564912,"stop":1707756564912,"duration":0}},{"uid":"e17611ff6db11262","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e17611ff6db11262","status":"passed","time":{"start":1707753906981,"stop":1707753906982,"duration":1}},{"uid":"5219d1d84eea8f27","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5219d1d84eea8f27","status":"passed","time":{"start":1707753724176,"stop":1707753724176,"duration":0}},{"uid":"c039bc55e065b460","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c039bc55e065b460","status":"passed","time":{"start":1707751082964,"stop":1707751082965,"duration":1}},{"uid":"84d14a975bafc5a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d14a975bafc5a5","status":"passed","time":{"start":1707736996441,"stop":1707736996442,"duration":1}},{"uid":"8c39a9c3d7b4e33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c39a9c3d7b4e33c","status":"passed","time":{"start":1707736227460,"stop":1707736227460,"duration":0}}]},"4b6c588eb64e87d6d17ef51896aa21d3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75ff6f5248aa6a1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ff6f5248aa6a1e","status":"passed","time":{"start":1707792805604,"stop":1707792805604,"duration":0}},{"uid":"50ef3a49cc15eebf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50ef3a49cc15eebf","status":"passed","time":{"start":1707777754769,"stop":1707777754769,"duration":0}},{"uid":"7911a23fea9f69aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7911a23fea9f69aa","status":"passed","time":{"start":1707775031076,"stop":1707775031077,"duration":1}},{"uid":"ce8d10f75aa5364c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce8d10f75aa5364c","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"6650ed6eb0543b3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6650ed6eb0543b3e","status":"passed","time":{"start":1707769780298,"stop":1707769780299,"duration":1}},{"uid":"b066a55b555ea0cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b066a55b555ea0cb","status":"passed","time":{"start":1707769633036,"stop":1707769633036,"duration":0}},{"uid":"6922870fa713ea4b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6922870fa713ea4b","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"99c1088c7b84a50c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99c1088c7b84a50c","status":"passed","time":{"start":1707757422580,"stop":1707757422581,"duration":1}},{"uid":"2eec3b91481c1e96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2eec3b91481c1e96","status":"passed","time":{"start":1707756052099,"stop":1707756052099,"duration":0}},{"uid":"41b04e7f03f67d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/41b04e7f03f67d48","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"7669a9b2ed109bd0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7669a9b2ed109bd0","status":"passed","time":{"start":1707753198734,"stop":1707753198734,"duration":0}},{"uid":"6caf74c9954f55d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6caf74c9954f55d0","status":"passed","time":{"start":1707750599244,"stop":1707750599244,"duration":0}},{"uid":"9b63a354a7cdeaae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b63a354a7cdeaae","status":"passed","time":{"start":1707736516625,"stop":1707736516626,"duration":1}},{"uid":"c00accc32bdd74c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c00accc32bdd74c2","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"7062329aa0d384786bc8adfa1f1d3177:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fbbfd7651265a3e0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbbfd7651265a3e0","status":"passed","time":{"start":1707793370627,"stop":1707793370628,"duration":1}},{"uid":"f71c543d2c95c114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f71c543d2c95c114","status":"passed","time":{"start":1707778386477,"stop":1707778386477,"duration":0}},{"uid":"7f7677c3237b9816","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7f7677c3237b9816","status":"passed","time":{"start":1707775656745,"stop":1707775656746,"duration":1}},{"uid":"69b8f7ccb9993f00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b8f7ccb9993f00","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"5ca71f31ac5ae420","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca71f31ac5ae420","status":"passed","time":{"start":1707770395179,"stop":1707770395180,"duration":1}},{"uid":"4641f2326792eb04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4641f2326792eb04","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"c5dce7b1ee683b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5dce7b1ee683b4","status":"passed","time":{"start":1707760335942,"stop":1707760335943,"duration":1}},{"uid":"213585ef0bc4c3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/213585ef0bc4c3e","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"db1865e2968ab402","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db1865e2968ab402","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"fb6f352f5d790e9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb6f352f5d790e9f","status":"passed","time":{"start":1707753837164,"stop":1707753837164,"duration":0}},{"uid":"2806eb96c2e71d28","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2806eb96c2e71d28","status":"passed","time":{"start":1707751136280,"stop":1707751136281,"duration":1}},{"uid":"59fe65819087ecdf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59fe65819087ecdf","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"16106e7109101670","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/16106e7109101670","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"634f7710638b2984478407d482f50a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9ae90a38d615816e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9ae90a38d615816e","status":"passed","time":{"start":1707769968732,"stop":1707769968733,"duration":1}}]},"73199f68a11a5fb1b4fd221e1cfb9361:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e4644e42e868d811","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4644e42e868d811","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0}},{"uid":"e64d2eda6d9050f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e64d2eda6d9050f5","status":"passed","time":{"start":1707778114667,"stop":1707778114667,"duration":0}},{"uid":"a0793c379d7187d0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a0793c379d7187d0","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"5a4e0451b2c57978","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a4e0451b2c57978","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"de841fd0e797eaa4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de841fd0e797eaa4","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"2682879db1a60efa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2682879db1a60efa","status":"passed","time":{"start":1707769983269,"stop":1707769983270,"duration":1}},{"uid":"db7ce87fe424b819","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db7ce87fe424b819","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"2db1f4376236b702","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2db1f4376236b702","status":"passed","time":{"start":1707757790727,"stop":1707757790728,"duration":1}},{"uid":"efd7e6627c60096c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efd7e6627c60096c","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"ba1e443cae9ff1a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba1e443cae9ff1a0","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"40b151e3bd8abffe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40b151e3bd8abffe","status":"passed","time":{"start":1707753573523,"stop":1707753573524,"duration":1}},{"uid":"fb6b9e40c25ad58e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb6b9e40c25ad58e","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"d428ae21c97bb86d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d428ae21c97bb86d","status":"passed","time":{"start":1707736878960,"stop":1707736878961,"duration":1}},{"uid":"979699f296eb4e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/979699f296eb4e4e","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"edee6884bf32a9fcf378ef33d9aebd97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f82b30548b240312","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f82b30548b240312","status":"passed","time":{"start":1707777997119,"stop":1707777997119,"duration":0}},{"uid":"2e549db51a84fef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2e549db51a84fef7","status":"passed","time":{"start":1707775275757,"stop":1707775275758,"duration":1}},{"uid":"7e1b2cf1677df221","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e1b2cf1677df221","status":"passed","time":{"start":1707775085896,"stop":1707775085896,"duration":0}},{"uid":"2388cbe8e3d18c23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2388cbe8e3d18c23","status":"passed","time":{"start":1707770018848,"stop":1707770018849,"duration":1}},{"uid":"691107a932360128","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/691107a932360128","status":"passed","time":{"start":1707769883329,"stop":1707769883329,"duration":0}},{"uid":"fe588c51fe1f2ad3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe588c51fe1f2ad3","status":"passed","time":{"start":1707759981479,"stop":1707759981480,"duration":1}},{"uid":"fd989cc9edcf4d16","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd989cc9edcf4d16","status":"passed","time":{"start":1707757676049,"stop":1707757676050,"duration":1}},{"uid":"8c9a513b48b7a74d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c9a513b48b7a74d","status":"passed","time":{"start":1707756304433,"stop":1707756304434,"duration":1}},{"uid":"e564700bdd462bc2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e564700bdd462bc2","status":"passed","time":{"start":1707753713264,"stop":1707753713265,"duration":1}},{"uid":"b6e55dbfbb4c4408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6e55dbfbb4c4408","status":"passed","time":{"start":1707753448107,"stop":1707753448107,"duration":0}},{"uid":"7b9d5de40b0cd0c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b9d5de40b0cd0c2","status":"passed","time":{"start":1707750840053,"stop":1707750840053,"duration":0}},{"uid":"9a5fd6f2b64b636a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a5fd6f2b64b636a","status":"passed","time":{"start":1707736765046,"stop":1707736765047,"duration":1}},{"uid":"74674767ce3c0b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74674767ce3c0b8","status":"passed","time":{"start":1707735955263,"stop":1707735955263,"duration":0}}]},"eb62e9d709de953e02a98372b45af048:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"37df1eaf9369d7fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37df1eaf9369d7fd","status":"passed","time":{"start":1707792799995,"stop":1707792799997,"duration":2}},{"uid":"f7ea0948cf512429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7ea0948cf512429","status":"passed","time":{"start":1707777749076,"stop":1707777749078,"duration":2}},{"uid":"c969bebb156e7a53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c969bebb156e7a53","status":"passed","time":{"start":1707775025511,"stop":1707775025514,"duration":3}},{"uid":"b596e234a7d77e30","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b596e234a7d77e30","status":"passed","time":{"start":1707774827049,"stop":1707774827051,"duration":2}},{"uid":"7cb0a1afc130f954","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cb0a1afc130f954","status":"passed","time":{"start":1707769774610,"stop":1707769774612,"duration":2}},{"uid":"de7bedbbc1c72541","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/de7bedbbc1c72541","status":"passed","time":{"start":1707769627280,"stop":1707769627282,"duration":2}},{"uid":"c41c800950e0ba03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c41c800950e0ba03","status":"passed","time":{"start":1707759722015,"stop":1707759722017,"duration":2}},{"uid":"6baa7e10ed2a8e7b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6baa7e10ed2a8e7b","status":"passed","time":{"start":1707757416819,"stop":1707757416821,"duration":2}},{"uid":"3d1b36dadf93ee96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3d1b36dadf93ee96","status":"passed","time":{"start":1707756046586,"stop":1707756046587,"duration":1}},{"uid":"6cbda9c53cd2c8d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cbda9c53cd2c8d3","status":"passed","time":{"start":1707753464657,"stop":1707753464659,"duration":2}},{"uid":"ee8d39b290a07d15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ee8d39b290a07d15","status":"passed","time":{"start":1707753192921,"stop":1707753192923,"duration":2}},{"uid":"7a12c2c9b7175d4c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a12c2c9b7175d4c","status":"passed","time":{"start":1707750593492,"stop":1707750593497,"duration":5}},{"uid":"a84b1ab3128accd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a84b1ab3128accd6","status":"passed","time":{"start":1707736510867,"stop":1707736510869,"duration":2}},{"uid":"7a526d5e86ff6cfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a526d5e86ff6cfc","status":"passed","time":{"start":1707735692271,"stop":1707735692274,"duration":3}}]},"e66cdedccd9bce027578bdb7cbf85b0a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bff4ce34f34cf38","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bff4ce34f34cf38","status":"passed","time":{"start":1707792820891,"stop":1707792820891,"duration":0}},{"uid":"5e0f87c093fde93e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5e0f87c093fde93e","status":"passed","time":{"start":1707777770258,"stop":1707777770258,"duration":0}},{"uid":"87a305642dc5b6c0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87a305642dc5b6c0","status":"passed","time":{"start":1707775046371,"stop":1707775046371,"duration":0}},{"uid":"308edc2ed0d2eb87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/308edc2ed0d2eb87","status":"passed","time":{"start":1707774848382,"stop":1707774848383,"duration":1}},{"uid":"564e87c54ed57cc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/564e87c54ed57cc7","status":"passed","time":{"start":1707769795722,"stop":1707769795722,"duration":0}},{"uid":"18d0280d8025a0f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18d0280d8025a0f2","status":"passed","time":{"start":1707769648572,"stop":1707769648572,"duration":0}},{"uid":"ddcf8432e8332309","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddcf8432e8332309","status":"passed","time":{"start":1707759743252,"stop":1707759743253,"duration":1}},{"uid":"b7528c8ef7065ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b7528c8ef7065ee","status":"passed","time":{"start":1707757438366,"stop":1707757438366,"duration":0}},{"uid":"4449e2e35f282b9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4449e2e35f282b9a","status":"passed","time":{"start":1707756067008,"stop":1707756067009,"duration":1}},{"uid":"b2ccc590c067e30c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2ccc590c067e30c","status":"passed","time":{"start":1707753485649,"stop":1707753485649,"duration":0}},{"uid":"3650ea0c854049dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3650ea0c854049dc","status":"passed","time":{"start":1707753214694,"stop":1707753214695,"duration":1}},{"uid":"7d47e043ab2caa8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d47e043ab2caa8a","status":"passed","time":{"start":1707750614687,"stop":1707750614687,"duration":0}},{"uid":"14d9198b37135b7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/14d9198b37135b7b","status":"passed","time":{"start":1707736532272,"stop":1707736532273,"duration":1}},{"uid":"7211477a77c8ba26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7211477a77c8ba26","status":"passed","time":{"start":1707735714121,"stop":1707735714122,"duration":1}}]},"7c063849e63fc40f3217e2ba6b58dc60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"59c22a3ec248ec27","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59c22a3ec248ec27","status":"passed","time":{"start":1707793168685,"stop":1707793168686,"duration":1}},{"uid":"f74a2807888a12ed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f74a2807888a12ed","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"eb753a6fe2f240db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb753a6fe2f240db","status":"passed","time":{"start":1707775409492,"stop":1707775409493,"duration":1}},{"uid":"ddffcc263f3f2848","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ddffcc263f3f2848","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"29c354162b2d5d21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c354162b2d5d21","status":"passed","time":{"start":1707770142486,"stop":1707770142486,"duration":0}},{"uid":"e1a28d57fe07ae9b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1a28d57fe07ae9b","status":"passed","time":{"start":1707769994545,"stop":1707769994546,"duration":1}},{"uid":"4c2737cfa8cd39ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c2737cfa8cd39ec","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c650d793ea3e9fdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c650d793ea3e9fdc","status":"passed","time":{"start":1707757804301,"stop":1707757804302,"duration":1}},{"uid":"53687a4e35173d1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/53687a4e35173d1d","status":"passed","time":{"start":1707756422350,"stop":1707756422350,"duration":0}},{"uid":"c4561fc389f01039","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4561fc389f01039","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"b6581be98c7ef254","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6581be98c7ef254","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"660cf8fc68c93406","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/660cf8fc68c93406","status":"passed","time":{"start":1707750964809,"stop":1707750964810,"duration":1}},{"uid":"c3e373157ea017ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3e373157ea017ab","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"96b9dbe901569b51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96b9dbe901569b51","status":"passed","time":{"start":1707736096393,"stop":1707736096393,"duration":0}}]},"226c0cdbbbad74b7410aa96e53cdf633:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f82f87018be8289","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f82f87018be8289","status":"passed","time":{"start":1707792792126,"stop":1707792792128,"duration":2}},{"uid":"fed4a9094badb13d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fed4a9094badb13d","status":"passed","time":{"start":1707777741137,"stop":1707777741138,"duration":1}},{"uid":"19cc654998aa1b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/19cc654998aa1b0","status":"passed","time":{"start":1707775017421,"stop":1707775017422,"duration":1}},{"uid":"40528baadfe36f08","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/40528baadfe36f08","status":"passed","time":{"start":1707774818856,"stop":1707774818858,"duration":2}},{"uid":"ce3e83cf5cd2e088","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce3e83cf5cd2e088","status":"passed","time":{"start":1707769766369,"stop":1707769766371,"duration":2}},{"uid":"deab98ad2d9f8139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/deab98ad2d9f8139","status":"passed","time":{"start":1707769619270,"stop":1707769619270,"duration":0}},{"uid":"907c54d9a4ed8bda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/907c54d9a4ed8bda","status":"passed","time":{"start":1707759714210,"stop":1707759714212,"duration":2}},{"uid":"3a2db8220ad398bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a2db8220ad398bb","status":"passed","time":{"start":1707757408508,"stop":1707757408510,"duration":2}},{"uid":"628b40c79a4f20fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/628b40c79a4f20fe","status":"passed","time":{"start":1707756038427,"stop":1707756038429,"duration":2}},{"uid":"fac9884ab2f27cbc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fac9884ab2f27cbc","status":"passed","time":{"start":1707753456512,"stop":1707753456514,"duration":2}},{"uid":"29c8e4bb7ae3b92a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29c8e4bb7ae3b92a","status":"passed","time":{"start":1707753184752,"stop":1707753184754,"duration":2}},{"uid":"8eb81d6b700bdd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb81d6b700bdd3","status":"passed","time":{"start":1707750585379,"stop":1707750585381,"duration":2}},{"uid":"ef5630cba1193f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef5630cba1193f2","status":"passed","time":{"start":1707736502824,"stop":1707736502825,"duration":1}},{"uid":"476f72a151cdfc99","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/476f72a151cdfc99","status":"passed","time":{"start":1707735684284,"stop":1707735684286,"duration":2}}]},"a85f88421566679ac61011b8fb8af814:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fab4bf38e7bee615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fab4bf38e7bee615","status":"passed","time":{"start":1707792958830,"stop":1707792958830,"duration":0}},{"uid":"543660988ebc00aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/543660988ebc00aa","status":"passed","time":{"start":1707777997104,"stop":1707777997105,"duration":1}},{"uid":"86d342c3db171704","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/86d342c3db171704","status":"passed","time":{"start":1707775275744,"stop":1707775275745,"duration":1}},{"uid":"ea1e083b9db86120","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea1e083b9db86120","status":"passed","time":{"start":1707775085877,"stop":1707775085877,"duration":0}},{"uid":"b1341c94b29295c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1341c94b29295c6","status":"passed","time":{"start":1707770018827,"stop":1707770018830,"duration":3}},{"uid":"844b6378c86e479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/844b6378c86e479","status":"passed","time":{"start":1707769883310,"stop":1707769883313,"duration":3}},{"uid":"9b0e43d45f784e7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b0e43d45f784e7c","status":"passed","time":{"start":1707759981455,"stop":1707759981456,"duration":1}},{"uid":"8ee67fdc9799f8b9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ee67fdc9799f8b9","status":"passed","time":{"start":1707757676035,"stop":1707757676036,"duration":1}},{"uid":"825add45249670a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/825add45249670a4","status":"passed","time":{"start":1707756304422,"stop":1707756304422,"duration":0}},{"uid":"3a4b9f6b57d1d4b0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a4b9f6b57d1d4b0","status":"passed","time":{"start":1707753713235,"stop":1707753713235,"duration":0}},{"uid":"5afccf24dcb8f47c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5afccf24dcb8f47c","status":"passed","time":{"start":1707753448087,"stop":1707753448088,"duration":1}},{"uid":"a0d5def421febf61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0d5def421febf61","status":"passed","time":{"start":1707750840030,"stop":1707750840031,"duration":1}},{"uid":"5bd5b4fe5be86712","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5bd5b4fe5be86712","status":"passed","time":{"start":1707736764997,"stop":1707736764998,"duration":1}},{"uid":"2bca4642e44b6674","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bca4642e44b6674","status":"passed","time":{"start":1707735955220,"stop":1707735955220,"duration":0}}]},"7cbbfccdbd7f98e63918b49ba52a3e08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b4fbb62b8480a14b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4fbb62b8480a14b","status":"passed","time":{"start":1707777997118,"stop":1707777997118,"duration":0}},{"uid":"8dfd3848f003c909","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8dfd3848f003c909","status":"passed","time":{"start":1707775275756,"stop":1707775275756,"duration":0}},{"uid":"948b2ffa635d3421","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/948b2ffa635d3421","status":"passed","time":{"start":1707775085894,"stop":1707775085894,"duration":0}},{"uid":"4d21f9c255a8a2f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d21f9c255a8a2f4","status":"passed","time":{"start":1707770018847,"stop":1707770018847,"duration":0}},{"uid":"dbd1a646bb61d233","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbd1a646bb61d233","status":"passed","time":{"start":1707769883327,"stop":1707769883328,"duration":1}},{"uid":"70f3f9e55aba2253","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70f3f9e55aba2253","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"f0fef130f2a3a32e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0fef130f2a3a32e","status":"passed","time":{"start":1707757676048,"stop":1707757676048,"duration":0}},{"uid":"bed55b83d2438b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bed55b83d2438b7","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"392ac1b717afcc31","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/392ac1b717afcc31","status":"passed","time":{"start":1707753713261,"stop":1707753713261,"duration":0}},{"uid":"b20447c70510ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b20447c70510ab52","status":"passed","time":{"start":1707753448105,"stop":1707753448106,"duration":1}},{"uid":"91f6cba849b46e2a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91f6cba849b46e2a","status":"passed","time":{"start":1707750840050,"stop":1707750840051,"duration":1}},{"uid":"5e0edc4f0160d1a3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e0edc4f0160d1a3","status":"passed","time":{"start":1707736765043,"stop":1707736765045,"duration":2}},{"uid":"c479be57f134ce2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c479be57f134ce2e","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"45e6c790a46766696819423ce74781ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18542f5259d42963","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18542f5259d42963","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"duration":0}},{"uid":"3b6093d4d5ac2809","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b6093d4d5ac2809","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"9695f33aafa79404","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9695f33aafa79404","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"746fcfef31d1976b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/746fcfef31d1976b","status":"passed","time":{"start":1707775461891,"stop":1707775461891,"duration":0}},{"uid":"97fa05eed189a88f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fa05eed189a88f","status":"passed","time":{"start":1707770395188,"stop":1707770395189,"duration":1}},{"uid":"f47b8b76a16af571","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f47b8b76a16af571","status":"passed","time":{"start":1707770208548,"stop":1707770208548,"duration":0}},{"uid":"3f1540f07971b94b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f1540f07971b94b","status":"passed","time":{"start":1707760335957,"stop":1707760335957,"duration":0}},{"uid":"d9ac25cf86c22b69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9ac25cf86c22b69","status":"passed","time":{"start":1707758023537,"stop":1707758023538,"duration":1}},{"uid":"f74bc487212b860b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f74bc487212b860b","status":"passed","time":{"start":1707756664007,"stop":1707756664007,"duration":0}},{"uid":"f3a09e8ff4c0f8e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3a09e8ff4c0f8e3","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"f54efaab478da49","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f54efaab478da49","status":"passed","time":{"start":1707751136353,"stop":1707751136353,"duration":0}},{"uid":"b17182e33338b659","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b17182e33338b659","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"e4db45dc01f5d133","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4db45dc01f5d133","status":"passed","time":{"start":1707736322661,"stop":1707736322662,"duration":1}}]},"1a0a2fc94b93e99eecbea82a91c4fa41:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"32156957ffeeb3d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32156957ffeeb3d9","status":"passed","time":{"start":1707793059099,"stop":1707793059099,"duration":0}},{"uid":"f1b21e15eff8c944","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1b21e15eff8c944","status":"passed","time":{"start":1707778002164,"stop":1707778002164,"duration":0}},{"uid":"cdff289bec0efc10","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdff289bec0efc10","status":"passed","time":{"start":1707775288507,"stop":1707775288508,"duration":1}},{"uid":"ba98ac9d38fa96c4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ba98ac9d38fa96c4","status":"passed","time":{"start":1707775094101,"stop":1707775094102,"duration":1}},{"uid":"8a34b95193473da2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a34b95193473da2","status":"passed","time":{"start":1707770019755,"stop":1707770019755,"duration":0}},{"uid":"43352b687e1ec028","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43352b687e1ec028","status":"passed","time":{"start":1707769883624,"stop":1707769883625,"duration":1}},{"uid":"3c0906f09d63aeaf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c0906f09d63aeaf","status":"passed","time":{"start":1707759985510,"stop":1707759985511,"duration":1}},{"uid":"d050c5a71aad280f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d050c5a71aad280f","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"49c2a17093ec0d53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/49c2a17093ec0d53","status":"passed","time":{"start":1707756291412,"stop":1707756291413,"duration":1}},{"uid":"c9ca4105def4864b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9ca4105def4864b","status":"passed","time":{"start":1707753735500,"stop":1707753735501,"duration":1}},{"uid":"392540901820f62a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/392540901820f62a","status":"passed","time":{"start":1707753472967,"stop":1707753472968,"duration":1}},{"uid":"2329b7136cfcb378","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2329b7136cfcb378","status":"passed","time":{"start":1707750845159,"stop":1707750845160,"duration":1}},{"uid":"b8a09e9f6f018b2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8a09e9f6f018b2c","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"559fad1531d8fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/559fad1531d8fe","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"1fac2ff9622729e29d5a7932d08c1479:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b501b6df357bdf2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b501b6df357bdf2","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"522b86dbee60a5826766a83873747422:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd6dbbbbc5de6453","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bd6dbbbbc5de6453","status":"passed","time":{"start":1707793446746,"stop":1707793446747,"duration":1}},{"uid":"164a03e90ca7453f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/164a03e90ca7453f","status":"passed","time":{"start":1707778413524,"stop":1707778413525,"duration":1}},{"uid":"6e0a4aeef104fc6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e0a4aeef104fc6","status":"passed","time":{"start":1707775685032,"stop":1707775685033,"duration":1}},{"uid":"3bdaf0c70b7ea18c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bdaf0c70b7ea18c","status":"passed","time":{"start":1707775494282,"stop":1707775494283,"duration":1}},{"uid":"b1ae82a64ecc34de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1ae82a64ecc34de","status":"passed","time":{"start":1707770424184,"stop":1707770424184,"duration":0}},{"uid":"a3bbeeb8f8755d54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a3bbeeb8f8755d54","status":"passed","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"2ccf7105264531e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ccf7105264531e7","status":"passed","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"140b8a6e1ca4038b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/140b8a6e1ca4038b","status":"passed","time":{"start":1707758004333,"stop":1707758004333,"duration":0}},{"uid":"eab44fd4a60dc40f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eab44fd4a60dc40f","status":"passed","time":{"start":1707756690167,"stop":1707756690168,"duration":1}},{"uid":"23eb5ad309a8a156","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23eb5ad309a8a156","status":"passed","time":{"start":1707754051792,"stop":1707754051792,"duration":0}},{"uid":"b328a7db1a240bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b328a7db1a240bfd","status":"passed","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"f8845a8a3cb990f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8845a8a3cb990f8","status":"passed","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"d2e6fa4ead39abb3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2e6fa4ead39abb3","status":"passed","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"f40eb29401154a01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f40eb29401154a01","status":"passed","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"16732a88f77375d6c3346de9a99154dd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e305991ae53cee6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e305991ae53cee6c","status":"passed","time":{"start":1707793086616,"stop":1707793086616,"duration":0}},{"uid":"917d99e3568f5bd4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/917d99e3568f5bd4","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"d7fa9f8554bb8ee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d7fa9f8554bb8ee7","status":"passed","time":{"start":1707775337156,"stop":1707775337157,"duration":1}},{"uid":"3ea2ed8cb4610532","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ea2ed8cb4610532","status":"passed","time":{"start":1707775143605,"stop":1707775143605,"duration":0}},{"uid":"f76d4400fb08f3bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f76d4400fb08f3bc","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"3d6fd9a85800c3df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d6fd9a85800c3df","status":"passed","time":{"start":1707769940213,"stop":1707769940214,"duration":1}},{"uid":"520427c4d42b56","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/520427c4d42b56","status":"passed","time":{"start":1707760042461,"stop":1707760042461,"duration":0}},{"uid":"286f3239756aaca9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/286f3239756aaca9","status":"passed","time":{"start":1707757736399,"stop":1707757736399,"duration":0}},{"uid":"852b8083c6600cd3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/852b8083c6600cd3","status":"passed","time":{"start":1707756352343,"stop":1707756352343,"duration":0}},{"uid":"d7dcd5a2e415babb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d7dcd5a2e415babb","status":"passed","time":{"start":1707753768712,"stop":1707753768713,"duration":1}},{"uid":"1373cac6f3bfe56e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1373cac6f3bfe56e","status":"passed","time":{"start":1707753512771,"stop":1707753512771,"duration":0}},{"uid":"1822b521f7268f15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1822b521f7268f15","status":"passed","time":{"start":1707750899684,"stop":1707750899685,"duration":1}},{"uid":"2eda6bdbbc99beda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2eda6bdbbc99beda","status":"passed","time":{"start":1707736822688,"stop":1707736822689,"duration":1}},{"uid":"b01b911236e721a6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b01b911236e721a6","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"479adcf64762a87ad04383f9ed7b6753:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"51aa55a554d04cf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/51aa55a554d04cf6","status":"passed","time":{"start":1707793086605,"stop":1707793086614,"duration":9}},{"uid":"de298858f727c29e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de298858f727c29e","status":"passed","time":{"start":1707778058489,"stop":1707778058490,"duration":1}},{"uid":"fdefd67bd02a18a8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fdefd67bd02a18a8","status":"passed","time":{"start":1707775337152,"stop":1707775337153,"duration":1}},{"uid":"4af35de51af870ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4af35de51af870ea","status":"passed","time":{"start":1707775143602,"stop":1707775143602,"duration":0}},{"uid":"124cefe2009480ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cefe2009480ce","status":"passed","time":{"start":1707770075685,"stop":1707770075685,"duration":0}},{"uid":"15cd84d52da41f02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15cd84d52da41f02","status":"passed","time":{"start":1707769940212,"stop":1707769940213,"duration":1}},{"uid":"b466a964cc14a53a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b466a964cc14a53a","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"7efe3da20965e47f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7efe3da20965e47f","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"77c08457c5457b6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77c08457c5457b6f","status":"passed","time":{"start":1707756352342,"stop":1707756352342,"duration":0}},{"uid":"fe3de0ec30c65112","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe3de0ec30c65112","status":"passed","time":{"start":1707753768711,"stop":1707753768711,"duration":0}},{"uid":"a408f062f54d52f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a408f062f54d52f5","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"7c68a4421910fd0a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c68a4421910fd0a","status":"passed","time":{"start":1707750899683,"stop":1707750899684,"duration":1}},{"uid":"d275f601c92e1681","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d275f601c92e1681","status":"passed","time":{"start":1707736822685,"stop":1707736822686,"duration":1}},{"uid":"83dd9883daca932f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83dd9883daca932f","status":"passed","time":{"start":1707736014744,"stop":1707736014745,"duration":1}}]},"2c2e8dc395699207f41de21db76ee727:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"833f0ad780a0520a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833f0ad780a0520a","status":"passed","time":{"start":1707793128326,"stop":1707793128326,"duration":0}},{"uid":"6974ee6247ba4d9f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6974ee6247ba4d9f","status":"passed","time":{"start":1707778092877,"stop":1707778092878,"duration":1}},{"uid":"b02bd8ed5c993c0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b02bd8ed5c993c0b","status":"passed","time":{"start":1707775368918,"stop":1707775368918,"duration":0}},{"uid":"fa9b6802a1511ee3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9b6802a1511ee3","status":"passed","time":{"start":1707775183286,"stop":1707775183287,"duration":1}},{"uid":"2a68eb11c6e86ea4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a68eb11c6e86ea4","status":"passed","time":{"start":1707770111438,"stop":1707770111438,"duration":0}},{"uid":"dc188592cb712b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc188592cb712b1a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"6fc967693d8635f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6fc967693d8635f5","status":"passed","time":{"start":1707760073028,"stop":1707760073028,"duration":0}},{"uid":"f7ae6ac96cdfdd8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7ae6ac96cdfdd8","status":"passed","time":{"start":1707757771072,"stop":1707757771073,"duration":1}},{"uid":"58fceadbbd5f2ea6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/58fceadbbd5f2ea6","status":"passed","time":{"start":1707756387890,"stop":1707756387891,"duration":1}},{"uid":"736ff31e408cfb66","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736ff31e408cfb66","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"918e0d488fa6d036","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/918e0d488fa6d036","status":"passed","time":{"start":1707753549844,"stop":1707753549844,"duration":0}},{"uid":"86cde4e912921870","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86cde4e912921870","status":"passed","time":{"start":1707750934221,"stop":1707750934222,"duration":1}},{"uid":"d68c8ff0c96d412a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d68c8ff0c96d412a","status":"passed","time":{"start":1707736857299,"stop":1707736857300,"duration":1}},{"uid":"5c547074ef215143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5c547074ef215143","status":"passed","time":{"start":1707736056533,"stop":1707736056534,"duration":1}}]},"dbef0a518430923ef5c39807b5f8d514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ff4ece4c8767475f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff4ece4c8767475f","status":"passed","time":{"start":1707793370636,"stop":1707793370636,"duration":0}},{"uid":"47d19cef324d95d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47d19cef324d95d8","status":"passed","time":{"start":1707778386485,"stop":1707778386485,"duration":0}},{"uid":"e5d650505749e986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5d650505749e986","status":"passed","time":{"start":1707775656751,"stop":1707775656751,"duration":0}},{"uid":"db77edbb0145200d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db77edbb0145200d","status":"passed","time":{"start":1707775461890,"stop":1707775461891,"duration":1}},{"uid":"c3bbf8cc4e54a6f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3bbf8cc4e54a6f7","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"92c89469c0c4d1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92c89469c0c4d1a","status":"passed","time":{"start":1707770208547,"stop":1707770208548,"duration":1}},{"uid":"16417c6b5817a509","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16417c6b5817a509","status":"passed","time":{"start":1707760335956,"stop":1707760335957,"duration":1}},{"uid":"1d6b29af3932b164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d6b29af3932b164","status":"passed","time":{"start":1707758023537,"stop":1707758023537,"duration":0}},{"uid":"e348cc4569b05174","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e348cc4569b05174","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"c6a1486431aab745","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6a1486431aab745","status":"passed","time":{"start":1707753837173,"stop":1707753837173,"duration":0}},{"uid":"d8749fe80fbba35d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8749fe80fbba35d","status":"passed","time":{"start":1707751136340,"stop":1707751136352,"duration":12}},{"uid":"b8e27e9725c4e7a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b8e27e9725c4e7a8","status":"passed","time":{"start":1707737124646,"stop":1707737124647,"duration":1}},{"uid":"eb9ced7bac979f67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb9ced7bac979f67","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"f4ce0300cf85c12e32da15828cdbc1d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5d4b9a7976a647e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d4b9a7976a647e8","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}}]},"46628f23e379d9361e0cb899977fc029:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"59951f2ed14ab21d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59951f2ed14ab21d","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0}},{"uid":"28966cba9a7996f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/28966cba9a7996f5","status":"passed","time":{"start":1707777973006,"stop":1707777973006,"duration":0}},{"uid":"6f345497331d3bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f345497331d3bad","status":"passed","time":{"start":1707775244534,"stop":1707775244535,"duration":1}},{"uid":"a979a8a3d97e4f8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a979a8a3d97e4f8d","status":"passed","time":{"start":1707775050824,"stop":1707775050824,"duration":0}},{"uid":"3a968751b713aeb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a968751b713aeb9","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"f3568cc3d7bff28a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3568cc3d7bff28a","status":"passed","time":{"start":1707769843151,"stop":1707769843151,"duration":0}},{"uid":"810a0b63c691c829","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/810a0b63c691c829","status":"passed","time":{"start":1707759965211,"stop":1707759965211,"duration":0}},{"uid":"486e6fa478b70c77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/486e6fa478b70c77","status":"passed","time":{"start":1707757644396,"stop":1707757644396,"duration":0}},{"uid":"c75294301f763120","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c75294301f763120","status":"passed","time":{"start":1707756267918,"stop":1707756267918,"duration":0}},{"uid":"3b91160481085415","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b91160481085415","status":"passed","time":{"start":1707753668084,"stop":1707753668084,"duration":0}},{"uid":"f018fa0ffd5a3c5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f018fa0ffd5a3c5f","status":"passed","time":{"start":1707753423543,"stop":1707753423544,"duration":1}},{"uid":"5433d9a02ecfb84a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5433d9a02ecfb84a","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"f01a5ae1566432ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f01a5ae1566432ee","status":"passed","time":{"start":1707736730661,"stop":1707736730662,"duration":1}},{"uid":"9d9eb2bfa9175c7c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d9eb2bfa9175c7c","status":"passed","time":{"start":1707735912134,"stop":1707735912135,"duration":1}}]},"fa7a3192cfe17722ce09251a51796a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d29200a20627d925","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d29200a20627d925","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"ed384a72ea87e4f5d3028bab84a1835a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9e6d34051ec48ff3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e6d34051ec48ff3","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0}}]},"4b1edf6940b9c97565c200d51184c3bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82ab530d3651190b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/82ab530d3651190b","status":"passed","time":{"start":1707793369032,"stop":1707793369034,"duration":2}},{"uid":"7e1defe6181eb88c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e1defe6181eb88c","status":"passed","time":{"start":1707778332048,"stop":1707778332049,"duration":1}},{"uid":"e686e75131315261","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e686e75131315261","status":"passed","time":{"start":1707775601725,"stop":1707775601725,"duration":0}},{"uid":"efeba9144ae54a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/efeba9144ae54a19","status":"passed","time":{"start":1707775415218,"stop":1707775415218,"duration":0}},{"uid":"5ebc808ddb129d90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ebc808ddb129d90","status":"passed","time":{"start":1707770353936,"stop":1707770353936,"duration":0}},{"uid":"b8f7d670d3af694","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8f7d670d3af694","status":"passed","time":{"start":1707770103221,"stop":1707770103222,"duration":1}},{"uid":"378b643f8936dfc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/378b643f8936dfc9","status":"passed","time":{"start":1707760299491,"stop":1707760299491,"duration":0}},{"uid":"8512e13d246f58be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8512e13d246f58be","status":"passed","time":{"start":1707757995157,"stop":1707757995158,"duration":1}},{"uid":"3735dea920f851d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3735dea920f851d7","status":"passed","time":{"start":1707756620172,"stop":1707756620172,"duration":0}},{"uid":"234d25a8eefb6c72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/234d25a8eefb6c72","status":"passed","time":{"start":1707753925424,"stop":1707753925425,"duration":1}},{"uid":"1e6b90a67d78276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e6b90a67d78276a","status":"passed","time":{"start":1707753785896,"stop":1707753785896,"duration":0}},{"uid":"33ecba93ff1ae40e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ecba93ff1ae40e","status":"passed","time":{"start":1707751137101,"stop":1707751137101,"duration":0}},{"uid":"2d53eaa9a5bec6b9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d53eaa9a5bec6b9","status":"passed","time":{"start":1707737056798,"stop":1707737056798,"duration":0}},{"uid":"f442f5e9adc5c28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f442f5e9adc5c28","status":"passed","time":{"start":1707736286219,"stop":1707736286219,"duration":0}}]},"2dcaaeadb25f02f39520494a33a16632:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"c6b8b22ce191948d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c6b8b22ce191948d","status":"broken","statusDetails":"Cannot read properties of undefined (reading 'restore')","time":{"start":1707750884259,"stop":1707750884260,"duration":1}}]},"f20b4d31626fbfbda27dcfe831238128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"97fda087fd37f318","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97fda087fd37f318","status":"passed","time":{"start":1707792805022,"stop":1707792805024,"duration":2}},{"uid":"7581fd4c9fafdea1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7581fd4c9fafdea1","status":"passed","time":{"start":1707777754087,"stop":1707777754089,"duration":2}},{"uid":"f15004c1549eb58f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f15004c1549eb58f","status":"passed","time":{"start":1707775030538,"stop":1707775030539,"duration":1}},{"uid":"65dc061b3f0f0cc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/65dc061b3f0f0cc2","status":"passed","time":{"start":1707774831973,"stop":1707774831974,"duration":1}},{"uid":"390e65815824c096","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/390e65815824c096","status":"passed","time":{"start":1707769779719,"stop":1707769779721,"duration":2}},{"uid":"3c7db960fb392f42","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c7db960fb392f42","status":"passed","time":{"start":1707769632308,"stop":1707769632310,"duration":2}},{"uid":"97e3bd4a39e6e799","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97e3bd4a39e6e799","status":"passed","time":{"start":1707759727090,"stop":1707759727092,"duration":2}},{"uid":"83e167ea12a93773","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83e167ea12a93773","status":"passed","time":{"start":1707757422029,"stop":1707757422030,"duration":1}},{"uid":"cf4725a7583c2299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf4725a7583c2299","status":"passed","time":{"start":1707756051497,"stop":1707756051499,"duration":2}},{"uid":"1b07909eab1d7107","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b07909eab1d7107","status":"passed","time":{"start":1707753469610,"stop":1707753469611,"duration":1}},{"uid":"1d3cd46d3b34db4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1d3cd46d3b34db4","status":"passed","time":{"start":1707753198229,"stop":1707753198231,"duration":2}},{"uid":"d8f09b1550044405","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8f09b1550044405","status":"passed","time":{"start":1707750598580,"stop":1707750598581,"duration":1}},{"uid":"d88b57fb535ee116","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d88b57fb535ee116","status":"passed","time":{"start":1707736516056,"stop":1707736516057,"duration":1}},{"uid":"45691c99b2f002e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45691c99b2f002e7","status":"passed","time":{"start":1707735697362,"stop":1707735697364,"duration":2}}]},"b476746374f73ffb6433f3d6052f7d19:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3537391d90a935","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3537391d90a935","status":"passed","time":{"start":1707770051402,"stop":1707770051402,"duration":0}}]},"d8845f08da5299b49fd6fe0e600a6ac7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19b254258260c84c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19b254258260c84c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"bbe9ab8b248f11b58521f34c00af3775:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7181b61b500c9c4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7181b61b500c9c4","status":"passed","time":{"start":1707737091308,"stop":1707737091309,"duration":1}}]},"c92b1bec7c6107d3bb2e4713c435783f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"373a49b79c1507a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/373a49b79c1507a9","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0}},{"uid":"def82af31f722696","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/def82af31f722696","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"60af16871633daa2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60af16871633daa2","status":"passed","time":{"start":1707775685021,"stop":1707775685022,"duration":1}},{"uid":"91ae9210df35b5b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/91ae9210df35b5b5","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"c29606ab1643f44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c29606ab1643f44","status":"passed","time":{"start":1707770424173,"stop":1707770424174,"duration":1}},{"uid":"e2e93225802f087d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e2e93225802f087d","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"6127ed99f10082d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6127ed99f10082d","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"10d8f356838ba3ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/10d8f356838ba3ce","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"6d2e5e15f2aab31a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d2e5e15f2aab31a","status":"passed","time":{"start":1707756690158,"stop":1707756690159,"duration":1}},{"uid":"6c2ba12efd62192f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c2ba12efd62192f","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"86455cf1b55ff3b4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/86455cf1b55ff3b4","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e1752affa47c7f5d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1752affa47c7f5d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"f5c43d696f26b7b8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5c43d696f26b7b8","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"77e05acf53fbf1de","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77e05acf53fbf1de","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"092904e3fbb2fb2034d3029dbedc26b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9307d8570161dd20","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9307d8570161dd20","status":"passed","time":{"start":1707793392502,"stop":1707793392503,"duration":1}},{"uid":"59175bfa793731d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59175bfa793731d4","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"25e94855653e3f1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e94855653e3f1a","status":"passed","time":{"start":1707775644355,"stop":1707775644356,"duration":1}},{"uid":"624c5316510763d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/624c5316510763d2","status":"passed","time":{"start":1707775439254,"stop":1707775439254,"duration":0}},{"uid":"6a2f76558cd69716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a2f76558cd69716","status":"passed","time":{"start":1707770376996,"stop":1707770376996,"duration":0}},{"uid":"73e17d002e843cac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/73e17d002e843cac","status":"passed","time":{"start":1707770140536,"stop":1707770140537,"duration":1}},{"uid":"6d54cedf68015df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d54cedf68015df4","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"e6dab2faef1cf917","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6dab2faef1cf917","status":"passed","time":{"start":1707758026468,"stop":1707758026469,"duration":1}},{"uid":"a3bc7026884e06aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3bc7026884e06aa","status":"passed","time":{"start":1707756656799,"stop":1707756656799,"duration":0}},{"uid":"708b3f2bccfe7aec","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/708b3f2bccfe7aec","status":"passed","time":{"start":1707753960363,"stop":1707753960364,"duration":1}},{"uid":"d829a9d2ddd314dc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d829a9d2ddd314dc","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"c1cda666d2367643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c1cda666d2367643","status":"passed","time":{"start":1707751157937,"stop":1707751157937,"duration":0}},{"uid":"34e53a3cc1a2211e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34e53a3cc1a2211e","status":"passed","time":{"start":1707737112733,"stop":1707737112733,"duration":0}},{"uid":"9c138f707213ce7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c138f707213ce7f","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"a3cc383bd6e617a342bb397e3e2df2f8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f43ae38e495d1db4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f43ae38e495d1db4","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0}},{"uid":"d312af35c3309c4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d312af35c3309c4a","status":"passed","time":{"start":1707777754769,"stop":1707777754770,"duration":1}},{"uid":"20fa1da271274095","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20fa1da271274095","status":"passed","time":{"start":1707775031077,"stop":1707775031077,"duration":0}},{"uid":"ce9bfe85352d8fe7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ce9bfe85352d8fe7","status":"passed","time":{"start":1707774832782,"stop":1707774832782,"duration":0}},{"uid":"79bc8f86f4ee07a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bc8f86f4ee07a4","status":"passed","time":{"start":1707769780299,"stop":1707769780299,"duration":0}},{"uid":"78b5446187b91ebc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b5446187b91ebc","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"b5c191dadc25df78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b5c191dadc25df78","status":"passed","time":{"start":1707759727749,"stop":1707759727749,"duration":0}},{"uid":"af8037c35d97b7fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af8037c35d97b7fb","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"e6fd225cf411dbe9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6fd225cf411dbe9","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"a96fa37fc51a4ad6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a96fa37fc51a4ad6","status":"passed","time":{"start":1707753470376,"stop":1707753470376,"duration":0}},{"uid":"5861b1639d56242f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5861b1639d56242f","status":"passed","time":{"start":1707753198734,"stop":1707753198735,"duration":1}},{"uid":"e1cccf08c6d8c5c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e1cccf08c6d8c5c4","status":"passed","time":{"start":1707750599244,"stop":1707750599245,"duration":1}},{"uid":"258043bb80d250a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/258043bb80d250a6","status":"passed","time":{"start":1707736516626,"stop":1707736516626,"duration":0}},{"uid":"f94d496dd1b7cd9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94d496dd1b7cd9a","status":"passed","time":{"start":1707735698159,"stop":1707735698159,"duration":0}}]},"bc2911dc5e058c55badce3ad9d78f48d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b6e2ff6b1861ef8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6e2ff6b1861ef8","status":"passed","time":{"start":1707793028284,"stop":1707793028284,"duration":0}},{"uid":"9d0de0d6042e75bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9d0de0d6042e75bd","status":"passed","time":{"start":1707777973001,"stop":1707777973002,"duration":1}},{"uid":"a05c7589aac063c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a05c7589aac063c6","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"6d4dc71b96dfd105","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4dc71b96dfd105","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}},{"uid":"fb986c8114b388ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb986c8114b388ed","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"3c0aca76170a088a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c0aca76170a088a","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}},{"uid":"1d265ca0ea3d5a68","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1d265ca0ea3d5a68","status":"passed","time":{"start":1707759965204,"stop":1707759965204,"duration":0}},{"uid":"1f0808ec7449b9f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f0808ec7449b9f2","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}},{"uid":"cda9bb1ee08b61db","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cda9bb1ee08b61db","status":"passed","time":{"start":1707756267911,"stop":1707756267912,"duration":1}},{"uid":"9ba598f3bb3c3132","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ba598f3bb3c3132","status":"passed","time":{"start":1707753668077,"stop":1707753668077,"duration":0}},{"uid":"65aa391ef485a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65aa391ef485a5f","status":"passed","time":{"start":1707753423539,"stop":1707753423540,"duration":1}},{"uid":"a35908fe0c84aaa9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35908fe0c84aaa9","status":"passed","time":{"start":1707750796034,"stop":1707750796035,"duration":1}},{"uid":"248a85c21ec550ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/248a85c21ec550ce","status":"passed","time":{"start":1707736730647,"stop":1707736730653,"duration":6}},{"uid":"15b6ce059c432d3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15b6ce059c432d3c","status":"passed","time":{"start":1707735912124,"stop":1707735912124,"duration":0}}]},"894cd9803128833f4cf294a70081716e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d449ba7eb7ca3e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d449ba7eb7ca3e7","status":"passed","time":{"start":1707793142789,"stop":1707793142791,"duration":2}},{"uid":"bea9cca31ef65719","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bea9cca31ef65719","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"fa4661ff0cac02bb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fa4661ff0cac02bb","status":"passed","time":{"start":1707775384052,"stop":1707775384053,"duration":1}},{"uid":"cab17077a944d16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cab17077a944d16e","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"50beea44992aa161","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50beea44992aa161","status":"passed","time":{"start":1707770121406,"stop":1707770121406,"duration":0}},{"uid":"2b3b44bd25722f27","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2b3b44bd25722f27","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"c31612f84d50cf15","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c31612f84d50cf15","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"1cbe5326cb3471eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1cbe5326cb3471eb","status":"passed","time":{"start":1707757782366,"stop":1707757782367,"duration":1}},{"uid":"4f29e3dc15c67c61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f29e3dc15c67c61","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"76041e3ef8a7671c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76041e3ef8a7671c","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"5e0ecae9ba9f0346","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e0ecae9ba9f0346","status":"passed","time":{"start":1707753563081,"stop":1707753563086,"duration":5}},{"uid":"be2adad02876e7ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be2adad02876e7ce","status":"passed","time":{"start":1707750940651,"stop":1707750940652,"duration":1}},{"uid":"84d93c62c08394b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84d93c62c08394b5","status":"passed","time":{"start":1707736870543,"stop":1707736870544,"duration":1}},{"uid":"dc386bcf1c92b60b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc386bcf1c92b60b","status":"passed","time":{"start":1707736068811,"stop":1707736068812,"duration":1}}]},"5ce34936af39b928608d51d5e09592de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6a77ec0d9b917aca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a77ec0d9b917aca","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0}}]},"66ef21ad8d3804b7f4c4dcd844951a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b75a1a5922d90b1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b75a1a5922d90b1f","status":"passed","time":{"start":1707792822803,"stop":1707792822803,"duration":0}},{"uid":"fe182d456c7bf962","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe182d456c7bf962","status":"passed","time":{"start":1707777772233,"stop":1707777772233,"duration":0}},{"uid":"b03c86ad48f029d4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b03c86ad48f029d4","status":"passed","time":{"start":1707775048146,"stop":1707775048147,"duration":1}},{"uid":"60a25450444169af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/60a25450444169af","status":"passed","time":{"start":1707774850257,"stop":1707774850257,"duration":0}},{"uid":"69400db10c57aa3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69400db10c57aa3d","status":"passed","time":{"start":1707769797445,"stop":1707769797445,"duration":0}},{"uid":"8eeb9b131d139e61","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8eeb9b131d139e61","status":"passed","time":{"start":1707769650274,"stop":1707769650274,"duration":0}},{"uid":"df0a5382146ecceb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/df0a5382146ecceb","status":"passed","time":{"start":1707759745078,"stop":1707759745078,"duration":0}},{"uid":"32ff9e0697489210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32ff9e0697489210","status":"passed","time":{"start":1707757440222,"stop":1707757440222,"duration":0}},{"uid":"9619b8add9cb1654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9619b8add9cb1654","status":"passed","time":{"start":1707756069083,"stop":1707756069083,"duration":0}},{"uid":"5ef4e6716d7311ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ef4e6716d7311ad","status":"passed","time":{"start":1707753487641,"stop":1707753487641,"duration":0}},{"uid":"ba800111cbe10359","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba800111cbe10359","status":"passed","time":{"start":1707753216621,"stop":1707753216622,"duration":1}},{"uid":"9fe5f2b1a3696e96","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fe5f2b1a3696e96","status":"passed","time":{"start":1707750616576,"stop":1707750616576,"duration":0}},{"uid":"aafb8d158c75a380","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aafb8d158c75a380","status":"passed","time":{"start":1707736534011,"stop":1707736534011,"duration":0}},{"uid":"1ec0874ccdb45fa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ec0874ccdb45fa","status":"passed","time":{"start":1707735716033,"stop":1707735716033,"duration":0}}]},"3ad9b5ffc5b4f116adc3e752dcefd292:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4ba49fe7e2bd38d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4ba49fe7e2bd38d","status":"passed","time":{"start":1707753793191,"stop":1707753793191,"duration":0}}]},"198dab9b38f5b3df2ef23bb2ffd90886:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3c43bdf41dc3d7c9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c43bdf41dc3d7c9","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"duration":0}},{"uid":"4789a037c931a730","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4789a037c931a730","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"62481a8b09c7b671","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62481a8b09c7b671","status":"passed","time":{"start":1707775017702,"stop":1707775017702,"duration":0}},{"uid":"3116834cab121bb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3116834cab121bb4","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"cba275eba6dfb664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cba275eba6dfb664","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"96791189346418ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96791189346418ac","status":"passed","time":{"start":1707769619250,"stop":1707769619251,"duration":1}},{"uid":"54099bd8b6c3aaf1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54099bd8b6c3aaf1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"1ab063186d8bf9d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ab063186d8bf9d6","status":"passed","time":{"start":1707757408923,"stop":1707757408924,"duration":1}},{"uid":"ff2d93d2c2dab2f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff2d93d2c2dab2f3","status":"passed","time":{"start":1707756038651,"stop":1707756038651,"duration":0}},{"uid":"da5cd2ae4c3894f7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da5cd2ae4c3894f7","status":"passed","time":{"start":1707753456820,"stop":1707753456821,"duration":1}},{"uid":"c6b3dace447c0b01","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6b3dace447c0b01","status":"passed","time":{"start":1707753185027,"stop":1707753185028,"duration":1}},{"uid":"6966a2845a96c10f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6966a2845a96c10f","status":"passed","time":{"start":1707750585691,"stop":1707750585691,"duration":0}},{"uid":"e2984fc8c7fd481c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2984fc8c7fd481c","status":"passed","time":{"start":1707736503244,"stop":1707736503244,"duration":0}},{"uid":"3b9bdce57c29dc77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9bdce57c29dc77","status":"passed","time":{"start":1707735684541,"stop":1707735684541,"duration":0}}]},"9da51cca88505fe7edb36d2e418126ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5874ac67edfe5e7e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5874ac67edfe5e7e","status":"passed","time":{"start":1707792814742,"stop":1707792814742,"duration":0}},{"uid":"4815880549605ce3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4815880549605ce3","status":"passed","time":{"start":1707777764075,"stop":1707777764075,"duration":0}},{"uid":"5b2277b067d4abfc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b2277b067d4abfc","status":"passed","time":{"start":1707775040144,"stop":1707775040145,"duration":1}},{"uid":"2d3c18f008c46593","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2d3c18f008c46593","status":"passed","time":{"start":1707774842099,"stop":1707774842100,"duration":1}},{"uid":"dad4ca1b6fa67d87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dad4ca1b6fa67d87","status":"passed","time":{"start":1707769789483,"stop":1707769789483,"duration":0}},{"uid":"dd3b7dc331666aaf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dd3b7dc331666aaf","status":"passed","time":{"start":1707769642217,"stop":1707769642217,"duration":0}},{"uid":"f92fb55fbcdc867a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f92fb55fbcdc867a","status":"passed","time":{"start":1707759737065,"stop":1707759737066,"duration":1}},{"uid":"e06fddd86b566d3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e06fddd86b566d3c","status":"passed","time":{"start":1707757431972,"stop":1707757431972,"duration":0}},{"uid":"18cca652efd77820","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18cca652efd77820","status":"passed","time":{"start":1707756061016,"stop":1707756061017,"duration":1}},{"uid":"db63d7d49b9a1c4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/db63d7d49b9a1c4e","status":"passed","time":{"start":1707753479604,"stop":1707753479605,"duration":1}},{"uid":"7173fc85d9f1b202","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7173fc85d9f1b202","status":"passed","time":{"start":1707753208305,"stop":1707753208305,"duration":0}},{"uid":"ab9633bea1bdab26","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab9633bea1bdab26","status":"passed","time":{"start":1707750608581,"stop":1707750608582,"duration":1}},{"uid":"c521d7b9288167a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c521d7b9288167a2","status":"passed","time":{"start":1707736525852,"stop":1707736525852,"duration":0}},{"uid":"51b29c023bf89ef4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51b29c023bf89ef4","status":"passed","time":{"start":1707735707686,"stop":1707735707686,"duration":0}}]},"5d717fe3fb3652d52f97daaabbf2f619:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e095725c9452027","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e095725c9452027","status":"passed","time":{"start":1707793028286,"stop":1707793028289,"duration":3}},{"uid":"d5c641a6f69fabc6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5c641a6f69fabc6","status":"passed","time":{"start":1707777973003,"stop":1707777973004,"duration":1}},{"uid":"f75721cf50b3b269","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f75721cf50b3b269","status":"passed","time":{"start":1707775244532,"stop":1707775244533,"duration":1}},{"uid":"de4aa9bef0002a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de4aa9bef0002a","status":"passed","time":{"start":1707775050822,"stop":1707775050822,"duration":0}},{"uid":"12f72bc048225556","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12f72bc048225556","status":"passed","time":{"start":1707770001383,"stop":1707770001384,"duration":1}},{"uid":"be09b88fe52586f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be09b88fe52586f0","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"c562a290a091f91","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c562a290a091f91","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"b728e961ade99b92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b728e961ade99b92","status":"passed","time":{"start":1707757644394,"stop":1707757644394,"duration":0}},{"uid":"37cdfdc5dcd3ef66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/37cdfdc5dcd3ef66","status":"passed","time":{"start":1707756267914,"stop":1707756267915,"duration":1}},{"uid":"4c49824086690904","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c49824086690904","status":"passed","time":{"start":1707753668079,"stop":1707753668079,"duration":0}},{"uid":"269ef5214f91634a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/269ef5214f91634a","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"f0728fcd12fdbe30","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0728fcd12fdbe30","status":"passed","time":{"start":1707750796036,"stop":1707750796036,"duration":0}},{"uid":"40c34d5f280fa101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40c34d5f280fa101","status":"passed","time":{"start":1707736730656,"stop":1707736730657,"duration":1}},{"uid":"4bc7409a580f1f8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4bc7409a580f1f8e","status":"passed","time":{"start":1707735912128,"stop":1707735912130,"duration":2}}]},"6aeda46c1f2dd57a00b02dc11f2c576e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e7b7d8cd8d06a58c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7b7d8cd8d06a58c","status":"passed","time":{"start":1707792846325,"stop":1707792846325,"duration":0}},{"uid":"9b4f4fafb431ee12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b4f4fafb431ee12","status":"passed","time":{"start":1707777795165,"stop":1707777795165,"duration":0}},{"uid":"52d02f53386547ba","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/52d02f53386547ba","status":"passed","time":{"start":1707775070518,"stop":1707775070518,"duration":0}},{"uid":"5d63ad6127d135e5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5d63ad6127d135e5","status":"passed","time":{"start":1707774873414,"stop":1707774873414,"duration":0}},{"uid":"eae36a889b85c938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eae36a889b85c938","status":"passed","time":{"start":1707769820507,"stop":1707769820507,"duration":0}},{"uid":"589866ade73c27ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/589866ade73c27ae","status":"passed","time":{"start":1707769673027,"stop":1707769673027,"duration":0}},{"uid":"8236f908f9bc5ef2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8236f908f9bc5ef2","status":"passed","time":{"start":1707759767766,"stop":1707759767766,"duration":0}},{"uid":"99ac68c29d99d992","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99ac68c29d99d992","status":"passed","time":{"start":1707757463883,"stop":1707757463883,"duration":0}},{"uid":"b35edba0545eeabe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b35edba0545eeabe","status":"passed","time":{"start":1707756091993,"stop":1707756091993,"duration":0}},{"uid":"58b038212672ffc5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58b038212672ffc5","status":"passed","time":{"start":1707753510235,"stop":1707753510235,"duration":0}},{"uid":"e602ff40b095feae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e602ff40b095feae","status":"passed","time":{"start":1707753240423,"stop":1707753240424,"duration":1}},{"uid":"f32d9a47e818f70","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f32d9a47e818f70","status":"passed","time":{"start":1707750639411,"stop":1707750639411,"duration":0}},{"uid":"3e7cf10bc47e2c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e7cf10bc47e2c3","status":"passed","time":{"start":1707736555757,"stop":1707736555758,"duration":1}},{"uid":"5adec6b6ad928a6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5adec6b6ad928a6f","status":"passed","time":{"start":1707735739988,"stop":1707735739989,"duration":1}}]},"0e55e931074cc714780c58e3551fcc4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"836963649dbc3438","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/836963649dbc3438","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792849462,"stop":1707792849462,"duration":0}},{"uid":"530383af1ba45dd2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/530383af1ba45dd2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798769,"stop":1707777798769,"duration":0}},{"uid":"c793026a6c61ff89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c793026a6c61ff89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"ea79d88e8949a8d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea79d88e8949a8d1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"518b9764c9450d16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518b9764c9450d16","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825086,"duration":0}},{"uid":"1a7df3b249e4789a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a7df3b249e4789a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"6dbb026c47ded5f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6dbb026c47ded5f9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769676,"duration":0}},{"uid":"1c7ff5d388c4ec39","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1c7ff5d388c4ec39","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468641,"stop":1707757468641,"duration":0}},{"uid":"4ce639f5293948f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4ce639f5293948f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096186,"duration":0}},{"uid":"c94a6772e44e25bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c94a6772e44e25bd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517980,"stop":1707753517980,"duration":0}},{"uid":"7c2b818de9b46b32","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c2b818de9b46b32","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"f2f1139a168529f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f2f1139a168529f1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643523,"duration":1}},{"uid":"a9e86f454359d22b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9e86f454359d22b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"6bb925850bda41c1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bb925850bda41c1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"51830a11ecdd2be27a288b4c95aa50fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a534857cfd82b057","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a534857cfd82b057","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0}},{"uid":"4ab058b69141b3f0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ab058b69141b3f0","status":"passed","time":{"start":1707777770857,"stop":1707777770858,"duration":1}},{"uid":"cb00de6fe34c6d01","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb00de6fe34c6d01","status":"passed","time":{"start":1707775046908,"stop":1707775046909,"duration":1}},{"uid":"6d1e92758ae39e79","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d1e92758ae39e79","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"73c85fb06ee61693","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/73c85fb06ee61693","status":"passed","time":{"start":1707769796122,"stop":1707769796123,"duration":1}},{"uid":"29fad267cfedb2a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29fad267cfedb2a4","status":"passed","time":{"start":1707769649006,"stop":1707769649007,"duration":1}},{"uid":"5828860002073de0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5828860002073de0","status":"passed","time":{"start":1707759743631,"stop":1707759743631,"duration":0}},{"uid":"2becfa30737484cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2becfa30737484cc","status":"passed","time":{"start":1707757438819,"stop":1707757438820,"duration":1}},{"uid":"dcdec55c3a93bdb8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dcdec55c3a93bdb8","status":"passed","time":{"start":1707756067673,"stop":1707756067673,"duration":0}},{"uid":"af6e92358587bbe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/af6e92358587bbe2","status":"passed","time":{"start":1707753486287,"stop":1707753486287,"duration":0}},{"uid":"a0a821c3621df968","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0a821c3621df968","status":"passed","time":{"start":1707753215214,"stop":1707753215214,"duration":0}},{"uid":"76d9e3b2b9035d09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/76d9e3b2b9035d09","status":"passed","time":{"start":1707750615195,"stop":1707750615195,"duration":0}},{"uid":"90b5fd93424b38dd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/90b5fd93424b38dd","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"bd3b0b261f9d6ce0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd3b0b261f9d6ce0","status":"passed","time":{"start":1707735714498,"stop":1707735714499,"duration":1}}]},"85dcd4029e776dc4439c45b939c5c330:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b92cff54bbdb63cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b92cff54bbdb63cd","status":"passed","time":{"start":1707751162311,"stop":1707751162311,"duration":0}}]},"9fb7a93b6d04b9cbaa2e57bb9f51800f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bda85bde318c8a98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bda85bde318c8a98","status":"passed","time":{"start":1707753782777,"stop":1707753782778,"duration":1}}]},"d1dac4b0a79389b79eab671d7a498873:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"beb3d9c4e1caa9ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/beb3d9c4e1caa9ee","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0}},{"uid":"ac15725212320587","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac15725212320587","status":"passed","time":{"start":1707778326668,"stop":1707778326669,"duration":1}},{"uid":"f66ef020f0bc0993","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f66ef020f0bc0993","status":"passed","time":{"start":1707775610545,"stop":1707775610546,"duration":1}},{"uid":"4ef043306d4d3154","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ef043306d4d3154","status":"passed","time":{"start":1707775405810,"stop":1707775405811,"duration":1}},{"uid":"697534a2e92edaee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/697534a2e92edaee","status":"passed","time":{"start":1707770339592,"stop":1707770339593,"duration":1}},{"uid":"c6911a550907e1d7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6911a550907e1d7","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"23d7f7437f66a739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23d7f7437f66a739","status":"passed","time":{"start":1707760294900,"stop":1707760294901,"duration":1}},{"uid":"fa094d6a6ff1570a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa094d6a6ff1570a","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"d500aa7a01d26d7d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d500aa7a01d26d7d","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"fb94eed7b31e3703","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb94eed7b31e3703","status":"passed","time":{"start":1707753926593,"stop":1707753926593,"duration":0}},{"uid":"a6e755112ea46b80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6e755112ea46b80","status":"passed","time":{"start":1707753779035,"stop":1707753779036,"duration":1}},{"uid":"202cba057ba9a35e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/202cba057ba9a35e","status":"passed","time":{"start":1707751117677,"stop":1707751117677,"duration":0}},{"uid":"6d619626ad319e2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d619626ad319e2d","status":"passed","time":{"start":1707737065100,"stop":1707737065101,"duration":1}},{"uid":"af9425b4cdb1c36d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af9425b4cdb1c36d","status":"passed","time":{"start":1707736281630,"stop":1707736281631,"duration":1}}]},"f2ec7d8ce85291d72ab1e69a8da92459:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a3d3c0caf32039c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a3d3c0caf32039c","status":"passed","time":{"start":1707793095138,"stop":1707793095139,"duration":1}},{"uid":"b5e12bc744a8a6fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5e12bc744a8a6fc","status":"passed","time":{"start":1707778060801,"stop":1707778060802,"duration":1}},{"uid":"dc53e51ba138077e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc53e51ba138077e","status":"passed","time":{"start":1707775339578,"stop":1707775339578,"duration":0}},{"uid":"c9ac1db3b87365c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c9ac1db3b87365c1","status":"passed","time":{"start":1707775146026,"stop":1707775146026,"duration":0}},{"uid":"5376ef6bb9988017","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5376ef6bb9988017","status":"passed","time":{"start":1707770077959,"stop":1707770077959,"duration":0}},{"uid":"dba0b09a6ee6973c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dba0b09a6ee6973c","status":"passed","time":{"start":1707769941591,"stop":1707769941591,"duration":0}},{"uid":"26bed431f9e288d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/26bed431f9e288d4","status":"passed","time":{"start":1707760043795,"stop":1707760043795,"duration":0}},{"uid":"c8db9368fc7bcf4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8db9368fc7bcf4a","status":"passed","time":{"start":1707757737712,"stop":1707757737713,"duration":1}},{"uid":"766f54a81dacca1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/766f54a81dacca1","status":"passed","time":{"start":1707756354876,"stop":1707756354876,"duration":0}},{"uid":"dc8d96fc50597d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc8d96fc50597d8","status":"passed","time":{"start":1707753752604,"stop":1707753752605,"duration":1}},{"uid":"bb6708911034d438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bb6708911034d438","status":"passed","time":{"start":1707753516212,"stop":1707753516212,"duration":0}},{"uid":"c4f358512709a3c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4f358512709a3c7","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"b3bb3fd17f26fb29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3bb3fd17f26fb29","status":"passed","time":{"start":1707736826035,"stop":1707736826035,"duration":0}},{"uid":"467baac67a3694ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/467baac67a3694ad","status":"passed","time":{"start":1707736021608,"stop":1707736021608,"duration":0}}]},"2c38edf2bff7b402cbdd005b29a27e4c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac01f18235ea78b0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac01f18235ea78b0","status":"passed","time":{"start":1707793012498,"stop":1707793012499,"duration":1}},{"uid":"81c33b64b146daeb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81c33b64b146daeb","status":"passed","time":{"start":1707777977670,"stop":1707777977670,"duration":0}},{"uid":"502e30d7519772ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/502e30d7519772ed","status":"passed","time":{"start":1707775258460,"stop":1707775258461,"duration":1}},{"uid":"77b953fe55e39960","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/77b953fe55e39960","status":"passed","time":{"start":1707775082027,"stop":1707775082028,"duration":1}},{"uid":"c7bc7b3b5871d9b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7bc7b3b5871d9b5","status":"passed","time":{"start":1707769999867,"stop":1707769999868,"duration":1}},{"uid":"102e1c3eabb723bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/102e1c3eabb723bc","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"bed3e735f74e7a79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bed3e735f74e7a79","status":"passed","time":{"start":1707759921459,"stop":1707759921460,"duration":1}},{"uid":"b4d2fd888e14ec26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4d2fd888e14ec26","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"f617e33ba8916a01","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f617e33ba8916a01","status":"passed","time":{"start":1707756261813,"stop":1707756261814,"duration":1}},{"uid":"58c99d432c78f774","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58c99d432c78f774","status":"passed","time":{"start":1707753651186,"stop":1707753651186,"duration":0}},{"uid":"9d6e0eb89441beb6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d6e0eb89441beb6","status":"passed","time":{"start":1707753409591,"stop":1707753409591,"duration":0}},{"uid":"a0c801b4ba3d4a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0c801b4ba3d4a4d","status":"passed","time":{"start":1707750722054,"stop":1707750722054,"duration":0}},{"uid":"f7f5c6d78183db5d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7f5c6d78183db5d","status":"passed","time":{"start":1707736708333,"stop":1707736708334,"duration":1}},{"uid":"45317284588dae28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45317284588dae28","status":"passed","time":{"start":1707735914390,"stop":1707735914391,"duration":1}}]},"4623b161622cbcdc53d791ff8c767fb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"23c66d84896b6782","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23c66d84896b6782","status":"passed","time":{"start":1707760174032,"stop":1707760174032,"duration":0}}]},"b103816d40880d9623343af99495b3f1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"356dcda81f987a42","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/356dcda81f987a42","status":"passed","time":{"start":1707793028285,"stop":1707793028285,"duration":0}},{"uid":"5cadaa5bbb2709b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cadaa5bbb2709b9","status":"passed","time":{"start":1707777973002,"stop":1707777973003,"duration":1}},{"uid":"8e88fe82d8d1a7ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e88fe82d8d1a7ef","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"ef533bf206c3251e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef533bf206c3251e","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"46da5efe83d21d01","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46da5efe83d21d01","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"e56bda7504903218","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e56bda7504903218","status":"passed","time":{"start":1707769843148,"stop":1707769843148,"duration":0}},{"uid":"747589fff6e45280","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/747589fff6e45280","status":"passed","time":{"start":1707759965206,"stop":1707759965207,"duration":1}},{"uid":"3ff8faf872db24c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ff8faf872db24c9","status":"passed","time":{"start":1707757644393,"stop":1707757644393,"duration":0}},{"uid":"1dbe5bb790ded929","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1dbe5bb790ded929","status":"passed","time":{"start":1707756267912,"stop":1707756267913,"duration":1}},{"uid":"8051587a716fb3ca","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8051587a716fb3ca","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"ccd5460160706b58","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ccd5460160706b58","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"26921ee9d138e440","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26921ee9d138e440","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"1e186a4afa29b677","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e186a4afa29b677","status":"passed","time":{"start":1707736730654,"stop":1707736730655,"duration":1}},{"uid":"5ad932a8d34d7ad0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5ad932a8d34d7ad0","status":"passed","time":{"start":1707735912126,"stop":1707735912127,"duration":1}}]},"b814f53d953af6d59b05cb32f09927ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a53e4e7a0e9f056","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a53e4e7a0e9f056","status":"passed","time":{"start":1707793012493,"stop":1707793012494,"duration":1}},{"uid":"2868c00191beaa7e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2868c00191beaa7e","status":"passed","time":{"start":1707777977668,"stop":1707777977669,"duration":1}},{"uid":"62fe096d0b835535","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62fe096d0b835535","status":"passed","time":{"start":1707775258459,"stop":1707775258459,"duration":0}},{"uid":"f5cd8687711754f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5cd8687711754f7","status":"passed","time":{"start":1707775082022,"stop":1707775082022,"duration":0}},{"uid":"2cd38c6f551f2eb9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd38c6f551f2eb9","status":"passed","time":{"start":1707769999866,"stop":1707769999866,"duration":0}},{"uid":"c9e9a7df9c114d80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9e9a7df9c114d80","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"93138e2e41df37d7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/93138e2e41df37d7","status":"passed","time":{"start":1707759921458,"stop":1707759921458,"duration":0}},{"uid":"6615d7329ff0ec00","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6615d7329ff0ec00","status":"passed","time":{"start":1707757624879,"stop":1707757624880,"duration":1}},{"uid":"e9ad94dbe59dcec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9ad94dbe59dcec","status":"passed","time":{"start":1707756261805,"stop":1707756261807,"duration":2}},{"uid":"bb503d9dfa699a6d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb503d9dfa699a6d","status":"passed","time":{"start":1707753651172,"stop":1707753651185,"duration":13}},{"uid":"4d7c93720aac20aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d7c93720aac20aa","status":"passed","time":{"start":1707753409589,"stop":1707753409589,"duration":0}},{"uid":"2e085e4eef5c8eeb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e085e4eef5c8eeb","status":"passed","time":{"start":1707750722053,"stop":1707750722053,"duration":0}},{"uid":"38e10ebbe63d1785","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e10ebbe63d1785","status":"passed","time":{"start":1707736708332,"stop":1707736708332,"duration":0}},{"uid":"da43b57bc56fa9a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da43b57bc56fa9a5","status":"passed","time":{"start":1707735914389,"stop":1707735914389,"duration":0}}]},"2cc9622f37f17dce52da5cfa076fa78c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f6c1764936882fa9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6c1764936882fa9","status":"passed","time":{"start":1707792814743,"stop":1707792814744,"duration":1}},{"uid":"56a38f20bea6db29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56a38f20bea6db29","status":"passed","time":{"start":1707777764077,"stop":1707777764077,"duration":0}},{"uid":"811616d6f0b1427b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/811616d6f0b1427b","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"702c3b81bbc7ee83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/702c3b81bbc7ee83","status":"passed","time":{"start":1707774842102,"stop":1707774842102,"duration":0}},{"uid":"a7d218e93dc37516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a7d218e93dc37516","status":"passed","time":{"start":1707769789485,"stop":1707769789485,"duration":0}},{"uid":"957f5d4ff2fc8321","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/957f5d4ff2fc8321","status":"passed","time":{"start":1707769642219,"stop":1707769642219,"duration":0}},{"uid":"4f3a231c1fd317d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f3a231c1fd317d9","status":"passed","time":{"start":1707759737067,"stop":1707759737068,"duration":1}},{"uid":"962ddca791e3abb1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/962ddca791e3abb1","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"dbce7a7a00b146bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dbce7a7a00b146bf","status":"passed","time":{"start":1707756061018,"stop":1707756061019,"duration":1}},{"uid":"81ff3d50e0cfa6ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ff3d50e0cfa6ce","status":"passed","time":{"start":1707753479608,"stop":1707753479608,"duration":0}},{"uid":"c6e068628ee67f90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6e068628ee67f90","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"940d309560a3e90e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/940d309560a3e90e","status":"passed","time":{"start":1707750608583,"stop":1707750608584,"duration":1}},{"uid":"a10574de09234ddf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a10574de09234ddf","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"a401acb118e3c58a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a401acb118e3c58a","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"52cc891285cd5d33625e51697dea7f9f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"19cee804b3798271","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19cee804b3798271","status":"passed","time":{"start":1707793370641,"stop":1707793370641,"duration":0}}]},"8c32f3b875ab4ec93682babcce87de0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f8fc422d3b4d66e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f8fc422d3b4d66e","status":"passed","time":{"start":1707793383651,"stop":1707793383651,"duration":0}},{"uid":"40fafebfce7f20d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40fafebfce7f20d3","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"cb37af5113855ea6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb37af5113855ea6","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"3f8aa4a2d9c75d32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f8aa4a2d9c75d32","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"11e6898894ed0f1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11e6898894ed0f1d","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"1ecc510ee098c459","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ecc510ee098c459","status":"passed","time":{"start":1707770126650,"stop":1707770126651,"duration":1}},{"uid":"1b37b36cf9a1d9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1b37b36cf9a1d9e","status":"passed","time":{"start":1707760312928,"stop":1707760312929,"duration":1}},{"uid":"aaa87bda5b3551d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aaa87bda5b3551d8","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"9812e013b4333f34","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9812e013b4333f34","status":"passed","time":{"start":1707756635736,"stop":1707756635737,"duration":1}},{"uid":"9c94fd6b3a7a5304","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c94fd6b3a7a5304","status":"passed","time":{"start":1707753934641,"stop":1707753934641,"duration":0}},{"uid":"7dcf5348997e18f3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7dcf5348997e18f3","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"45ca666728377b73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/45ca666728377b73","status":"passed","time":{"start":1707751117572,"stop":1707751117572,"duration":0}},{"uid":"c5a73936615bb1f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5a73936615bb1f5","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"375691339d06c1c5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/375691339d06c1c5","status":"passed","time":{"start":1707736296308,"stop":1707736296309,"duration":1}}]},"e143b61854162a0dcf4f6911e61441b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6301e00a8735f1e2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6301e00a8735f1e2","status":"passed","time":{"start":1707793012470,"stop":1707793012471,"duration":1}},{"uid":"14215b91c23776ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14215b91c23776ec","status":"passed","time":{"start":1707777977662,"stop":1707777977663,"duration":1}},{"uid":"9596eb43287876b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9596eb43287876b9","status":"passed","time":{"start":1707775258453,"stop":1707775258453,"duration":0}},{"uid":"5ce467c027b02974","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce467c027b02974","status":"passed","time":{"start":1707775082010,"stop":1707775082012,"duration":2}},{"uid":"e2109d1dcc165eaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2109d1dcc165eaa","status":"passed","time":{"start":1707769999860,"stop":1707769999860,"duration":0}},{"uid":"80888f547fcf145a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80888f547fcf145a","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"91a5c502b830e999","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/91a5c502b830e999","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"c80d71011deb2dc8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c80d71011deb2dc8","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"db012f42091ee8da","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db012f42091ee8da","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"bc0e32e20cdf023a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc0e32e20cdf023a","status":"passed","time":{"start":1707753651164,"stop":1707753651164,"duration":0}},{"uid":"96243545646b4748","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96243545646b4748","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"5a9531736d97c8d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5a9531736d97c8d2","status":"passed","time":{"start":1707750722045,"stop":1707750722046,"duration":1}},{"uid":"b5c4a069574c8dd0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5c4a069574c8dd0","status":"passed","time":{"start":1707736708325,"stop":1707736708325,"duration":0}},{"uid":"159f0fd978eb9323","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/159f0fd978eb9323","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"bdabfcfb86055f5c81ec321675060d04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"61b9f3173ca65968","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61b9f3173ca65968","status":"passed","time":{"start":1707793168696,"stop":1707793168696,"duration":0}},{"uid":"7c35a982d99eb2e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c35a982d99eb2e5","status":"passed","time":{"start":1707778126357,"stop":1707778126357,"duration":0}},{"uid":"ac33f5fd945140ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ac33f5fd945140ac","status":"passed","time":{"start":1707775409496,"stop":1707775409496,"duration":0}},{"uid":"5ce3190a1367fd9b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ce3190a1367fd9b","status":"passed","time":{"start":1707775220004,"stop":1707775220004,"duration":0}},{"uid":"31d8cc594e72d975","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31d8cc594e72d975","status":"passed","time":{"start":1707770142491,"stop":1707770142492,"duration":1}},{"uid":"b473f4e45793add6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b473f4e45793add6","status":"passed","time":{"start":1707769994553,"stop":1707769994553,"duration":0}},{"uid":"562682568f9fcb43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/562682568f9fcb43","status":"passed","time":{"start":1707760106465,"stop":1707760106465,"duration":0}},{"uid":"f490f1153c0a4cc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f490f1153c0a4cc1","status":"passed","time":{"start":1707757804320,"stop":1707757804321,"duration":1}},{"uid":"e6dc56f5114f79ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e6dc56f5114f79ec","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"afcd91ed3fac5c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afcd91ed3fac5c","status":"passed","time":{"start":1707753796555,"stop":1707753796556,"duration":1}},{"uid":"2974f8039516e6bc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2974f8039516e6bc","status":"passed","time":{"start":1707753586172,"stop":1707753586172,"duration":0}},{"uid":"83abe717f0a4a652","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83abe717f0a4a652","status":"passed","time":{"start":1707750964817,"stop":1707750964817,"duration":0}},{"uid":"cade6563f3bee4b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cade6563f3bee4b6","status":"passed","time":{"start":1707736890445,"stop":1707736890445,"duration":0}},{"uid":"e3a49140ba430c39","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3a49140ba430c39","status":"passed","time":{"start":1707736096398,"stop":1707736096398,"duration":0}}]},"60bb4e746e6880f19d8f2d9058253996:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"23083b2e32b253f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/23083b2e32b253f1","status":"passed","time":{"start":1707793371127,"stop":1707793371131,"duration":4}},{"uid":"dd1ac979e6a51b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd1ac979e6a51b3d","status":"passed","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"b5ce5b527d2e1f48","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5ce5b527d2e1f48","status":"passed","time":{"start":1707775602050,"stop":1707775602051,"duration":1}},{"uid":"e64e480bb58d59ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e64e480bb58d59ba","status":"passed","time":{"start":1707775390254,"stop":1707775390254,"duration":0}},{"uid":"1999a27752d432f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1999a27752d432f4","status":"passed","time":{"start":1707770335631,"stop":1707770335632,"duration":1}},{"uid":"ad1657d7fda48e90","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad1657d7fda48e90","status":"passed","time":{"start":1707769968738,"stop":1707769968739,"duration":1}},{"uid":"7ff63e079524ded3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ff63e079524ded3","status":"passed","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"a5396101891c97a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5396101891c97a8","status":"passed","time":{"start":1707758006730,"stop":1707758006731,"duration":1}},{"uid":"c3bb1a16bf0d4edc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3bb1a16bf0d4edc","status":"passed","time":{"start":1707756617067,"stop":1707756617067,"duration":0}},{"uid":"f7d5793414955d89","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d5793414955d89","status":"passed","time":{"start":1707753988895,"stop":1707753988896,"duration":1}},{"uid":"7f1415e455c0b344","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f1415e455c0b344","status":"passed","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"88187fb67c819b4f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88187fb67c819b4f","status":"passed","time":{"start":1707751162327,"stop":1707751162327,"duration":0}},{"uid":"5cc6d9c4825acc19","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cc6d9c4825acc19","status":"passed","time":{"start":1707737091391,"stop":1707737091392,"duration":1}},{"uid":"5806f814e93b393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5806f814e93b393","status":"passed","time":{"start":1707736260167,"stop":1707736260170,"duration":3}}]},"b5d044c62609b11109a892afcfd90469:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2269e0cfe4714180","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2269e0cfe4714180","status":"passed","time":{"start":1707793238859,"stop":1707793238859,"duration":0}},{"uid":"97c9a7adf1bf9f11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97c9a7adf1bf9f11","status":"passed","time":{"start":1707778202461,"stop":1707778202461,"duration":0}},{"uid":"5bf57233a8b11edf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5bf57233a8b11edf","status":"passed","time":{"start":1707775486584,"stop":1707775486587,"duration":3}},{"uid":"ee8b9d7cc5c6a283","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee8b9d7cc5c6a283","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"50eb5f2237f5ff98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50eb5f2237f5ff98","status":"passed","time":{"start":1707770234566,"stop":1707770234567,"duration":1}},{"uid":"b2150203c3f9837a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2150203c3f9837a","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"50def716b8995e29","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50def716b8995e29","status":"passed","time":{"start":1707760173993,"stop":1707760173993,"duration":0}},{"uid":"9e773b367470e3bb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e773b367470e3bb","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"d687a08caa8613f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d687a08caa8613f1","status":"passed","time":{"start":1707756499890,"stop":1707756499890,"duration":0}},{"uid":"8e95f82ccd6821a9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e95f82ccd6821a9","status":"passed","time":{"start":1707753870418,"stop":1707753870419,"duration":1}},{"uid":"a6a490ae15dac2c7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6a490ae15dac2c7","status":"passed","time":{"start":1707753647454,"stop":1707753647455,"duration":1}},{"uid":"d852b0e7aee8b2f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d852b0e7aee8b2f6","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"b921664965fe387d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b921664965fe387d","status":"passed","time":{"start":1707736947831,"stop":1707736947832,"duration":1}},{"uid":"3d4780026c054c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4780026c054c44","status":"passed","time":{"start":1707736152489,"stop":1707736152489,"duration":0}}]},"56c4f33cf61e0b92c0f6d531ad3f6d7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9e683e05b87fb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9e683e05b87fb1","status":"passed","time":{"start":1707793371115,"stop":1707793371115,"duration":0}},{"uid":"420f163d8cb1be17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/420f163d8cb1be17","status":"passed","time":{"start":1707778338855,"stop":1707778338855,"duration":0}},{"uid":"b77962774d0afee7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b77962774d0afee7","status":"passed","time":{"start":1707775602032,"stop":1707775602033,"duration":1}},{"uid":"d14a41d7f6b45ac3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d14a41d7f6b45ac3","status":"passed","time":{"start":1707775390245,"stop":1707775390246,"duration":1}},{"uid":"b96fcbd34f3984b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b96fcbd34f3984b","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"abe74270e56834c3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/abe74270e56834c3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"2c1400b6f28ba541","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c1400b6f28ba541","status":"passed","time":{"start":1707760301824,"stop":1707760301824,"duration":0}},{"uid":"f0380ca15ee1b623","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f0380ca15ee1b623","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"4e1cb17804501784","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1cb17804501784","status":"passed","time":{"start":1707756617057,"stop":1707756617057,"duration":0}},{"uid":"d9debdb20167247c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d9debdb20167247c","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"d18892ddc2c0864a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d18892ddc2c0864a","status":"passed","time":{"start":1707753782776,"stop":1707753782776,"duration":0}},{"uid":"9fca5db5bc5f3a45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fca5db5bc5f3a45","status":"passed","time":{"start":1707751162321,"stop":1707751162322,"duration":1}},{"uid":"809c3c9fa82cd04c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/809c3c9fa82cd04c","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"9a8d0db082b4d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a8d0db082b4d778","status":"passed","time":{"start":1707736260161,"stop":1707736260161,"duration":0}}]},"a53b7dc1dd17d9a7651a7c77ed07b6ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"eaf40c676d589a8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaf40c676d589a8a","status":"passed","time":{"start":1707793370632,"stop":1707793370632,"duration":0}},{"uid":"97bc30e657e0b3c9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/97bc30e657e0b3c9","status":"passed","time":{"start":1707778386481,"stop":1707778386481,"duration":0}},{"uid":"49ec910e019fdae2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49ec910e019fdae2","status":"passed","time":{"start":1707775656748,"stop":1707775656748,"duration":0}},{"uid":"32c090525500b4a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32c090525500b4a5","status":"passed","time":{"start":1707775461887,"stop":1707775461887,"duration":0}},{"uid":"31f9238b722939f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31f9238b722939f0","status":"passed","time":{"start":1707770395184,"stop":1707770395184,"duration":0}},{"uid":"d0518bbc303855ab","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0518bbc303855ab","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"8ca9adc341999802","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ca9adc341999802","status":"passed","time":{"start":1707760335948,"stop":1707760335949,"duration":1}},{"uid":"812e2bbd55127f78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/812e2bbd55127f78","status":"passed","time":{"start":1707758023533,"stop":1707758023534,"duration":1}},{"uid":"3781e1d30819d1f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3781e1d30819d1f5","status":"passed","time":{"start":1707756664002,"stop":1707756664003,"duration":1}},{"uid":"64740f23185f8091","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64740f23185f8091","status":"passed","time":{"start":1707753837168,"stop":1707753837169,"duration":1}},{"uid":"795c075c480ef41d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/795c075c480ef41d","status":"passed","time":{"start":1707751136319,"stop":1707751136320,"duration":1}},{"uid":"3daae7969823f9f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3daae7969823f9f1","status":"passed","time":{"start":1707737124644,"stop":1707737124644,"duration":0}},{"uid":"3034224511cfb86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3034224511cfb86","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"f0222061fac65122b6b638d9a64823d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5bbab87de443f512","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5bbab87de443f512","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0}},{"uid":"15c79c2790eb11ec","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/15c79c2790eb11ec","status":"passed","time":{"start":1707778194717,"stop":1707778194717,"duration":0}},{"uid":"4fa67b252a57f083","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4fa67b252a57f083","status":"passed","time":{"start":1707775487316,"stop":1707775487316,"duration":0}},{"uid":"69b63ce1f0d76e36","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69b63ce1f0d76e36","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"80eae47e50e64734","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80eae47e50e64734","status":"passed","time":{"start":1707770222925,"stop":1707770222925,"duration":0}},{"uid":"63275dd896bea47a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63275dd896bea47a","status":"passed","time":{"start":1707770006113,"stop":1707770006113,"duration":0}},{"uid":"ff19040c5701f6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff19040c5701f6fa","status":"passed","time":{"start":1707760178496,"stop":1707760178496,"duration":0}},{"uid":"615790f67e4491db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/615790f67e4491db","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"23127ddabdf0563a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23127ddabdf0563a","status":"passed","time":{"start":1707756509483,"stop":1707756509483,"duration":0}},{"uid":"e072c30bd4594818","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e072c30bd4594818","status":"passed","time":{"start":1707753810715,"stop":1707753810715,"duration":0}},{"uid":"a7cad848a281f16c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7cad848a281f16c","status":"passed","time":{"start":1707753662127,"stop":1707753662127,"duration":0}},{"uid":"ec0a74e44b80f1f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ec0a74e44b80f1f4","status":"passed","time":{"start":1707736955777,"stop":1707736955777,"duration":0}},{"uid":"c7ce265a0776d2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7ce265a0776d2f6","status":"passed","time":{"start":1707736167317,"stop":1707736167317,"duration":0}}]},"2ca21eb7caaebbc9c18a204b7125d8fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6ce4f306a0e8f3ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ce4f306a0e8f3ae","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"duration":0}},{"uid":"ba59c11001bfc06b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba59c11001bfc06b","status":"passed","time":{"start":1707778002165,"stop":1707778002165,"duration":0}},{"uid":"2fe2696c621fe7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2fe2696c621fe7","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"d30fb65be8924579","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d30fb65be8924579","status":"passed","time":{"start":1707775094102,"stop":1707775094103,"duration":1}},{"uid":"5b721c1947ec18d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b721c1947ec18d0","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"8bb21138b8faf733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8bb21138b8faf733","status":"passed","time":{"start":1707769883635,"stop":1707769883635,"duration":0}},{"uid":"e49d87a36703802f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e49d87a36703802f","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"d22c795e6c2307b3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d22c795e6c2307b3","status":"passed","time":{"start":1707757677810,"stop":1707757677811,"duration":1}},{"uid":"a51ca69278a80d75","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a51ca69278a80d75","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"c97adb0a30a6bb7e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97adb0a30a6bb7e","status":"passed","time":{"start":1707753735501,"stop":1707753735502,"duration":1}},{"uid":"16e923bbc89864e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16e923bbc89864e","status":"passed","time":{"start":1707753472968,"stop":1707753472969,"duration":1}},{"uid":"af6ae984c05c9000","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af6ae984c05c9000","status":"passed","time":{"start":1707750845161,"stop":1707750845162,"duration":1}},{"uid":"d210e26d8c3f0fed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d210e26d8c3f0fed","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"c909236d0dbc54aa","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c909236d0dbc54aa","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"0fb553d903909df967001a4653d8d5aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"167977bdb6c1f64d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/167977bdb6c1f64d","status":"passed","time":{"start":1707793028281,"stop":1707793028283,"duration":2}}]},"76a65095829d3abf7731dca364cb583b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f7c6dca9c248c102","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7c6dca9c248c102","status":"passed","time":{"start":1707750796034,"stop":1707750796034,"duration":0}}]},"94b8da6dd46a32c22d38c94368c36413:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6a7779e6688c8958","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a7779e6688c8958","status":"passed","time":{"start":1707793028274,"stop":1707793028274,"duration":0}},{"uid":"93c7174a4dc384b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93c7174a4dc384b7","status":"passed","time":{"start":1707777972997,"stop":1707777972997,"duration":0}},{"uid":"893d3942550810a7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/893d3942550810a7","status":"passed","time":{"start":1707775244527,"stop":1707775244527,"duration":0}},{"uid":"bbfe04f2492925f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bbfe04f2492925f7","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"7029b826cd9f4ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7029b826cd9f4ac5","status":"passed","time":{"start":1707770001377,"stop":1707770001378,"duration":1}},{"uid":"95e3bd23ab2b2dbe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/95e3bd23ab2b2dbe","status":"passed","time":{"start":1707769843141,"stop":1707769843142,"duration":1}},{"uid":"5de8d1aad7692d7e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de8d1aad7692d7e","status":"passed","time":{"start":1707759965191,"stop":1707759965191,"duration":0}},{"uid":"6f5677ad1181da7e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f5677ad1181da7e","status":"passed","time":{"start":1707757644387,"stop":1707757644388,"duration":1}},{"uid":"4817804bcce044f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4817804bcce044f4","status":"passed","time":{"start":1707756267903,"stop":1707756267903,"duration":0}},{"uid":"5825349e6800a33e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5825349e6800a33e","status":"passed","time":{"start":1707753668028,"stop":1707753668029,"duration":1}},{"uid":"7c6e6996c9f13336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7c6e6996c9f13336","status":"passed","time":{"start":1707753423534,"stop":1707753423534,"duration":0}},{"uid":"380446410be60051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/380446410be60051","status":"passed","time":{"start":1707750796028,"stop":1707750796029,"duration":1}},{"uid":"74d05b00d4ea91d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74d05b00d4ea91d7","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"27140c119b33d22f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/27140c119b33d22f","status":"passed","time":{"start":1707735912117,"stop":1707735912117,"duration":0}}]},"91936a864e9d3e925c3ff607b349b52b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"43d57e5ea5833ee7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43d57e5ea5833ee7","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0}},{"uid":"df9399364b3a364f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df9399364b3a364f","status":"passed","time":{"start":1707777818741,"stop":1707777818742,"duration":1}},{"uid":"1b17cd41c3549546","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b17cd41c3549546","status":"passed","time":{"start":1707775095408,"stop":1707775095409,"duration":1}},{"uid":"b0a62a2db986ff13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b0a62a2db986ff13","status":"passed","time":{"start":1707774915338,"stop":1707774915338,"duration":0}},{"uid":"40275857809c04a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/40275857809c04a3","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"838c39d50d20a56","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/838c39d50d20a56","status":"passed","time":{"start":1707769691796,"stop":1707769691797,"duration":1}},{"uid":"15899949d5af0c97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/15899949d5af0c97","status":"passed","time":{"start":1707759788942,"stop":1707759788943,"duration":1}},{"uid":"9d89813b53fba250","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d89813b53fba250","status":"passed","time":{"start":1707757488460,"stop":1707757488460,"duration":0}},{"uid":"ea28aa1d876df385","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea28aa1d876df385","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"4c6faa7e0fd377e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4c6faa7e0fd377e7","status":"passed","time":{"start":1707753533383,"stop":1707753533383,"duration":0}},{"uid":"9ca6552848eb6336","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ca6552848eb6336","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"264276e74a074669","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/264276e74a074669","status":"passed","time":{"start":1707750661591,"stop":1707750661591,"duration":0}},{"uid":"8d40f8e40a670673","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d40f8e40a670673","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"b42fff4e765732b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b42fff4e765732b6","status":"passed","time":{"start":1707735764681,"stop":1707735764683,"duration":2}}]},"f29c68a0d20ece6466078d9a7df2a245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b6c8d2f653c3255b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b6c8d2f653c3255b","status":"passed","time":{"start":1707751136362,"stop":1707751136363,"duration":1}}]},"d22dc93a60ff99507c8d0657cba9eefd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"50b14d73aa40830d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50b14d73aa40830d","status":"passed","time":{"start":1707737091360,"stop":1707737091361,"duration":1}}]},"13b458e581bd27b12aa865feb4cb0ade:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"edd6214754085044","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edd6214754085044","status":"passed","time":{"start":1707792800135,"stop":1707792800135,"duration":0}},{"uid":"117c31e18fafcd2b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/117c31e18fafcd2b","status":"passed","time":{"start":1707777749190,"stop":1707777749191,"duration":1}},{"uid":"7fd1a9b82f805702","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7fd1a9b82f805702","status":"passed","time":{"start":1707775025708,"stop":1707775025708,"duration":0}},{"uid":"f21938598f51f528","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f21938598f51f528","status":"passed","time":{"start":1707774827196,"stop":1707774827196,"duration":0}},{"uid":"1288290c8e7c819d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1288290c8e7c819d","status":"passed","time":{"start":1707769774558,"stop":1707769774566,"duration":8}},{"uid":"307a28e762c64aaa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/307a28e762c64aaa","status":"passed","time":{"start":1707769627357,"stop":1707769627357,"duration":0}},{"uid":"6d717ef4b7dba68a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d717ef4b7dba68a","status":"passed","time":{"start":1707759722254,"stop":1707759722254,"duration":0}},{"uid":"67aa031d95b75e7c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67aa031d95b75e7c","status":"passed","time":{"start":1707757416948,"stop":1707757416949,"duration":1}},{"uid":"ef8a241613994654","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef8a241613994654","status":"passed","time":{"start":1707756046639,"stop":1707756046639,"duration":0}},{"uid":"890dbc95e81ba59c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/890dbc95e81ba59c","status":"passed","time":{"start":1707753464783,"stop":1707753464783,"duration":0}},{"uid":"fc6f6712b964c274","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc6f6712b964c274","status":"passed","time":{"start":1707753193012,"stop":1707753193012,"duration":0}},{"uid":"1b501febdf773628","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b501febdf773628","status":"passed","time":{"start":1707750593662,"stop":1707750593663,"duration":1}},{"uid":"e18b2750f4f56fa1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e18b2750f4f56fa1","status":"passed","time":{"start":1707736511014,"stop":1707736511015,"duration":1}},{"uid":"8128c6feb4daba24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8128c6feb4daba24","status":"passed","time":{"start":1707735692463,"stop":1707735692463,"duration":0}}]},"e08157dfc0779b640a028d2129648b04:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b85c0b207d46ee44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b85c0b207d46ee44","status":"passed","time":{"start":1707793028276,"stop":1707793028279,"duration":3}},{"uid":"d196bde95acd2cb6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d196bde95acd2cb6","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"126e4fa489644925","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/126e4fa489644925","status":"passed","time":{"start":1707775244529,"stop":1707775244529,"duration":0}},{"uid":"41dd3420e7b444b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41dd3420e7b444b1","status":"passed","time":{"start":1707775050817,"stop":1707775050818,"duration":1}},{"uid":"f2b7283069feac1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b7283069feac1f","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"9c6dedacda235e76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c6dedacda235e76","status":"passed","time":{"start":1707769843143,"stop":1707769843144,"duration":1}},{"uid":"5ca02c8f5113dc10","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5ca02c8f5113dc10","status":"passed","time":{"start":1707759965198,"stop":1707759965199,"duration":1}},{"uid":"6cfc065499b987c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cfc065499b987c6","status":"passed","time":{"start":1707757644389,"stop":1707757644390,"duration":1}},{"uid":"968944f826a3dbcc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/968944f826a3dbcc","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"7e3c9172f336e673","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e3c9172f336e673","status":"passed","time":{"start":1707753668032,"stop":1707753668067,"duration":35}},{"uid":"85100f60674b5c1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85100f60674b5c1c","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"aad56d0dc8f89c8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aad56d0dc8f89c8b","status":"passed","time":{"start":1707750796030,"stop":1707750796031,"duration":1}},{"uid":"7791024feaf37274","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7791024feaf37274","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"3e8646c0b547a8d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3e8646c0b547a8d8","status":"passed","time":{"start":1707735912119,"stop":1707735912119,"duration":0}}]},"a785f8092a7a73f358d38d07164b5cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"7d6bba91a7229593","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d6bba91a7229593","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707793172246,"stop":1707793172247,"duration":1}}]},"036fe36f432ea82cffb2fbb0a77ce5f6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ab5be0a8f382983","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ab5be0a8f382983","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"ab39d4ffe1785ec5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab39d4ffe1785ec5","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"e9f4d8eff5084321","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9f4d8eff5084321","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"3facefbbcec37327","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3facefbbcec37327","status":"passed","time":{"start":1707774827856,"stop":1707774827857,"duration":1}},{"uid":"1af80a3ecf4813a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1af80a3ecf4813a4","status":"passed","time":{"start":1707769775413,"stop":1707769775414,"duration":1}},{"uid":"a454d91d50736f5f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a454d91d50736f5f","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"8868daf9b8397de6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8868daf9b8397de6","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"2b6d89d8130248c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b6d89d8130248c0","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"74d99824fd5a669d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74d99824fd5a669d","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"228791cc35d81067","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/228791cc35d81067","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"10620d14ad9c5fcc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10620d14ad9c5fcc","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"35796c403dc01e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35796c403dc01e35","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"48935f0af08a6ed4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/48935f0af08a6ed4","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"56b4d6949e103404","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/56b4d6949e103404","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"219e333b55674e29f5e0ff2569e675a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7fe3d1283a338d0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7fe3d1283a338d0f","status":"passed","time":{"start":1707793238860,"stop":1707793238860,"duration":0}},{"uid":"eb52abacde65fe49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb52abacde65fe49","status":"passed","time":{"start":1707778202462,"stop":1707778202462,"duration":0}},{"uid":"36eb102c70d5406f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36eb102c70d5406f","status":"passed","time":{"start":1707775486603,"stop":1707775486604,"duration":1}},{"uid":"73ae4a3b0f5827eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ae4a3b0f5827eb","status":"passed","time":{"start":1707775300126,"stop":1707775300126,"duration":0}},{"uid":"b069cb9fc4d3f10f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b069cb9fc4d3f10f","status":"passed","time":{"start":1707770234567,"stop":1707770234568,"duration":1}},{"uid":"74fe7f67067b75af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/74fe7f67067b75af","status":"passed","time":{"start":1707770051358,"stop":1707770051359,"duration":1}},{"uid":"7412567ad8281e74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7412567ad8281e74","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"5891df92a5c50b8b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5891df92a5c50b8b","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"2a2c66875c1fe04c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a2c66875c1fe04c","status":"passed","time":{"start":1707756499891,"stop":1707756499891,"duration":0}},{"uid":"60398fc8bf98d9f2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60398fc8bf98d9f2","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"29256b6d8deed43a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29256b6d8deed43a","status":"passed","time":{"start":1707753647458,"stop":1707753647459,"duration":1}},{"uid":"43acf54484a48a68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43acf54484a48a68","status":"passed","time":{"start":1707751019560,"stop":1707751019561,"duration":1}},{"uid":"c18994df3a1f8dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c18994df3a1f8dea","status":"passed","time":{"start":1707736947832,"stop":1707736947833,"duration":1}},{"uid":"669883015dde7697","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/669883015dde7697","status":"passed","time":{"start":1707736152490,"stop":1707736152490,"duration":0}}]},"01cbce6086b5c2a67bfd57a51e8baad2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fb527fa6d1061b37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb527fa6d1061b37","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0}},{"uid":"77d4d76bd5ea4000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d4d76bd5ea4000","status":"passed","time":{"start":1707778202467,"stop":1707778202467,"duration":0}},{"uid":"91718dbb20d88225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/91718dbb20d88225","status":"passed","time":{"start":1707775486614,"stop":1707775486614,"duration":0}},{"uid":"bc158938f4c4d540","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc158938f4c4d540","status":"passed","time":{"start":1707775300130,"stop":1707775300131,"duration":1}},{"uid":"36e6fac4967687f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36e6fac4967687f0","status":"passed","time":{"start":1707770234572,"stop":1707770234572,"duration":0}},{"uid":"ffeafad814d65e0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffeafad814d65e0a","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"a5b361ec314f0438","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5b361ec314f0438","status":"passed","time":{"start":1707760174008,"stop":1707760174009,"duration":1}},{"uid":"fdc27693214f84fd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fdc27693214f84fd","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"a32e1ec99d77e454","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a32e1ec99d77e454","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"de124a6f105d2238","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de124a6f105d2238","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"cbfc481d54a7ea71","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cbfc481d54a7ea71","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"79ce36d8690a11f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79ce36d8690a11f4","status":"passed","time":{"start":1707751019564,"stop":1707751019565,"duration":1}},{"uid":"528b5565d4c3120a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/528b5565d4c3120a","status":"passed","time":{"start":1707736947839,"stop":1707736947840,"duration":1}},{"uid":"94daa1c1f192474b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/94daa1c1f192474b","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"cfa5a3a70b6f8e40cca5ed3c1a38b6a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e2abe1118b21649a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2abe1118b21649a","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"duration":0}},{"uid":"1acd454ac45fbbe8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1acd454ac45fbbe8","status":"passed","time":{"start":1707778338846,"stop":1707778338846,"duration":0}},{"uid":"5fb6a32e927ec37b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fb6a32e927ec37b","status":"passed","time":{"start":1707775602023,"stop":1707775602023,"duration":0}},{"uid":"3593f970b880afb8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3593f970b880afb8","status":"passed","time":{"start":1707775390233,"stop":1707775390233,"duration":0}},{"uid":"98246f3d4b4d7386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98246f3d4b4d7386","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"bd12863b391d100d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd12863b391d100d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"93c55e5c60241ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/93c55e5c60241ad","status":"passed","time":{"start":1707758006711,"stop":1707758006712,"duration":1}},{"uid":"ed6a71819b0ca04a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed6a71819b0ca04a","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"b619ce87cb760af4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b619ce87cb760af4","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"49fdeb66ef20b821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49fdeb66ef20b821","status":"passed","time":{"start":1707753782758,"stop":1707753782759,"duration":1}},{"uid":"d68f8bbaa71b046","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d68f8bbaa71b046","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"15279426928b1307","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15279426928b1307","status":"passed","time":{"start":1707737091323,"stop":1707737091329,"duration":6}},{"uid":"df1f9322d53e908a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df1f9322d53e908a","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"a78818ba96d88e8eefca22e8de4c33c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d587790afbfeb54","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d587790afbfeb54","status":"passed","time":{"start":1707793088152,"stop":1707793088153,"duration":1}},{"uid":"d0d076a27797342b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0d076a27797342b","status":"passed","time":{"start":1707778040290,"stop":1707778040291,"duration":1}},{"uid":"8e8985bed782a91","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e8985bed782a91","status":"passed","time":{"start":1707775332261,"stop":1707775332262,"duration":1}},{"uid":"d5123a095094ee7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d5123a095094ee7c","status":"passed","time":{"start":1707775137347,"stop":1707775137347,"duration":0}},{"uid":"2659b8d09cd0175c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2659b8d09cd0175c","status":"passed","time":{"start":1707770062905,"stop":1707770062906,"duration":1}},{"uid":"8d2ccc09564a55d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8d2ccc09564a55d5","status":"passed","time":{"start":1707769926628,"stop":1707769926629,"duration":1}},{"uid":"6d46530455e33318","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d46530455e33318","status":"passed","time":{"start":1707760029733,"stop":1707760029734,"duration":1}},{"uid":"237845bc750db703","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/237845bc750db703","status":"passed","time":{"start":1707757714098,"stop":1707757714099,"duration":1}},{"uid":"e31101869e4d91cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e31101869e4d91cc","status":"passed","time":{"start":1707756348091,"stop":1707756348091,"duration":0}},{"uid":"1c56cdb0bbd6f6a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c56cdb0bbd6f6a","status":"passed","time":{"start":1707753739853,"stop":1707753739854,"duration":1}},{"uid":"6f935f6698b7d999","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f935f6698b7d999","status":"passed","time":{"start":1707753512839,"stop":1707753512839,"duration":0}},{"uid":"feecd57b00b71f13","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/feecd57b00b71f13","status":"passed","time":{"start":1707750884306,"stop":1707750884306,"duration":0}},{"uid":"aba380a6145a8965","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aba380a6145a8965","status":"passed","time":{"start":1707736808987,"stop":1707736808988,"duration":1}},{"uid":"b41a59214dd8f24f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b41a59214dd8f24f","status":"passed","time":{"start":1707736014799,"stop":1707736014800,"duration":1}}]},"2158f9db991c903c1714b65955b94308:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d5d457d9e9768106","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d5d457d9e9768106","status":"passed","time":{"start":1707793128332,"stop":1707793128333,"duration":1}},{"uid":"4daedb8926975099","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4daedb8926975099","status":"passed","time":{"start":1707778092884,"stop":1707778092885,"duration":1}},{"uid":"174f7e3ff1bd89db","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/174f7e3ff1bd89db","status":"passed","time":{"start":1707775368921,"stop":1707775368921,"duration":0}},{"uid":"34f01daa3efa397e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/34f01daa3efa397e","status":"passed","time":{"start":1707775183288,"stop":1707775183288,"duration":0}},{"uid":"6b60cc7196282084","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b60cc7196282084","status":"passed","time":{"start":1707770111440,"stop":1707770111440,"duration":0}},{"uid":"b8dbf54b684c70a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8dbf54b684c70a6","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"b9b3c0aaf6649d92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b9b3c0aaf6649d92","status":"passed","time":{"start":1707760073035,"stop":1707760073037,"duration":2}},{"uid":"de9b4f332293d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de9b4f332293d1","status":"passed","time":{"start":1707757771074,"stop":1707757771074,"duration":0}},{"uid":"a83f11127d4fe5e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a83f11127d4fe5e8","status":"passed","time":{"start":1707756387892,"stop":1707756387892,"duration":0}},{"uid":"6e8f3c08ca63ed1d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8f3c08ca63ed1d","status":"passed","time":{"start":1707753783840,"stop":1707753783842,"duration":2}},{"uid":"8a25fb62c91e6c56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a25fb62c91e6c56","status":"passed","time":{"start":1707753549846,"stop":1707753549846,"duration":0}},{"uid":"ab39eb2ac21ea766","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab39eb2ac21ea766","status":"passed","time":{"start":1707750934223,"stop":1707750934223,"duration":0}},{"uid":"d8605c0bea514990","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d8605c0bea514990","status":"passed","time":{"start":1707736857301,"stop":1707736857301,"duration":0}},{"uid":"68513f11e2f0ad76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68513f11e2f0ad76","status":"passed","time":{"start":1707736056535,"stop":1707736056535,"duration":0}}]},"6e574c2999a9eea26bec4940a1333236:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"babc8f22fb8fa529","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/babc8f22fb8fa529","status":"passed","time":{"start":1707793287275,"stop":1707793287276,"duration":1}},{"uid":"7a745f8affdf5be8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a745f8affdf5be8","status":"passed","time":{"start":1707778251792,"stop":1707778251792,"duration":0}},{"uid":"154dc6a1b84b0f6a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/154dc6a1b84b0f6a","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"4b65b403d1b38b26","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b65b403d1b38b26","status":"passed","time":{"start":1707775340600,"stop":1707775340601,"duration":1}},{"uid":"d9cf1f5fb0e40678","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9cf1f5fb0e40678","status":"passed","time":{"start":1707770272996,"stop":1707770272997,"duration":1}},{"uid":"e3e1cd6b2937544a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3e1cd6b2937544a","status":"passed","time":{"start":1707770045973,"stop":1707770045974,"duration":1}},{"uid":"dcae7aba1d14c434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcae7aba1d14c434","status":"passed","time":{"start":1707760224880,"stop":1707760224881,"duration":1}},{"uid":"7f78d6a00c63424","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f78d6a00c63424","status":"passed","time":{"start":1707757921495,"stop":1707757921495,"duration":0}},{"uid":"59ec4915b84d05ec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59ec4915b84d05ec","status":"passed","time":{"start":1707756552025,"stop":1707756552025,"duration":0}},{"uid":"958b79558864abb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/958b79558864abb7","status":"passed","time":{"start":1707753853536,"stop":1707753853537,"duration":1}},{"uid":"f94d1d8bd08159a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f94d1d8bd08159a2","status":"passed","time":{"start":1707753708968,"stop":1707753708968,"duration":0}},{"uid":"5890ecfaa92ce04c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5890ecfaa92ce04c","status":"passed","time":{"start":1707751075908,"stop":1707751075908,"duration":0}},{"uid":"7102ea7f17e9c625","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7102ea7f17e9c625","status":"passed","time":{"start":1707737000808,"stop":1707737000808,"duration":0}},{"uid":"b5e4304f0c0dbb47","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5e4304f0c0dbb47","status":"passed","time":{"start":1707736214129,"stop":1707736214130,"duration":1}}]},"bdb915d241378b0c53ed68c54b77c7ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d94fcec759fd0df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d94fcec759fd0df","status":"passed","time":{"start":1707793238863,"stop":1707793238864,"duration":1}},{"uid":"a227de9c0de48f54","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a227de9c0de48f54","status":"passed","time":{"start":1707778202465,"stop":1707778202466,"duration":1}},{"uid":"4f2add58d93dac44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4f2add58d93dac44","status":"passed","time":{"start":1707775486611,"stop":1707775486612,"duration":1}},{"uid":"39234dd12c87b86d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/39234dd12c87b86d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"280ad9eb05dcbd35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/280ad9eb05dcbd35","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"8525992681afa4b5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8525992681afa4b5","status":"passed","time":{"start":1707770051361,"stop":1707770051362,"duration":1}},{"uid":"d907cfd00ce23b5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907cfd00ce23b5a","status":"passed","time":{"start":1707760173997,"stop":1707760173997,"duration":0}},{"uid":"b9b90972d1d2a85e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9b90972d1d2a85e","status":"passed","time":{"start":1707757873905,"stop":1707757873906,"duration":1}},{"uid":"3cbd2ddb3946b4b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cbd2ddb3946b4b8","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"1685d2242fb7741e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1685d2242fb7741e","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"e99985cba3e46c9f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99985cba3e46c9f","status":"passed","time":{"start":1707753647465,"stop":1707753647486,"duration":21}},{"uid":"597aa225eaa5dfb7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/597aa225eaa5dfb7","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"cfbdca8e2507edc3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfbdca8e2507edc3","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"a574fb5d13352708","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a574fb5d13352708","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"95285268ed50083ed5ffacf3d78be4b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"35cb04cb06a803d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/35cb04cb06a803d2","status":"passed","time":{"start":1707777997120,"stop":1707777997128,"duration":8}},{"uid":"a589c432b4adcbf8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a589c432b4adcbf8","status":"passed","time":{"start":1707775275759,"stop":1707775275759,"duration":0}},{"uid":"980fb8a2dab8fd67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/980fb8a2dab8fd67","status":"passed","time":{"start":1707770018850,"stop":1707770018850,"duration":0}},{"uid":"29d77a76b932bf74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d77a76b932bf74","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"3cdf996d5392d78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3cdf996d5392d78","status":"passed","time":{"start":1707759981481,"stop":1707759981481,"duration":0}},{"uid":"3f5e735bf9a76c73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f5e735bf9a76c73","status":"passed","time":{"start":1707757676051,"stop":1707757676051,"duration":0}},{"uid":"9d169fc2155a43a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d169fc2155a43a4","status":"passed","time":{"start":1707756304435,"stop":1707756304436,"duration":1}},{"uid":"374423b85e78b7d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/374423b85e78b7d8","status":"passed","time":{"start":1707753713267,"stop":1707753713268,"duration":1}},{"uid":"21cc761e52ea1934","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/21cc761e52ea1934","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"96375889f0115e97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/96375889f0115e97","status":"passed","time":{"start":1707750840054,"stop":1707750840055,"duration":1}},{"uid":"a99220592ac55561","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a99220592ac55561","status":"passed","time":{"start":1707736765048,"stop":1707736765049,"duration":1}},{"uid":"b956a0318ae25e65","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b956a0318ae25e65","status":"passed","time":{"start":1707735955264,"stop":1707735955265,"duration":1}}]},"f03178e8aa5334e5fc36c12da3793a14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"521284f657f31c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/521284f657f31c86","status":"passed","time":{"start":1707793392503,"stop":1707793392503,"duration":0}},{"uid":"14d7993a8295c2e3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14d7993a8295c2e3","status":"passed","time":{"start":1707778370027,"stop":1707778370028,"duration":1}},{"uid":"e33a6f757264fc07","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e33a6f757264fc07","status":"passed","time":{"start":1707775644356,"stop":1707775644357,"duration":1}},{"uid":"b2fb19b91de8287a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b2fb19b91de8287a","status":"passed","time":{"start":1707775439254,"stop":1707775439255,"duration":1}},{"uid":"38d8b20d74636eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38d8b20d74636eb8","status":"passed","time":{"start":1707770376996,"stop":1707770376997,"duration":1}},{"uid":"111b0c1dfac975d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/111b0c1dfac975d","status":"passed","time":{"start":1707770140537,"stop":1707770140537,"duration":0}},{"uid":"b3b75f20f6d7ed0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3b75f20f6d7ed0b","status":"passed","time":{"start":1707760337681,"stop":1707760337682,"duration":1}},{"uid":"346ae98ae70f29cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/346ae98ae70f29cf","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"33f6f2d36b02b6dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33f6f2d36b02b6dc","status":"passed","time":{"start":1707756656799,"stop":1707756656800,"duration":1}},{"uid":"9d8e92d1b09ae780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d8e92d1b09ae780","status":"passed","time":{"start":1707753960364,"stop":1707753960364,"duration":0}},{"uid":"fe304221c887110e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe304221c887110e","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"5d5e2d1ffb78c110","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d5e2d1ffb78c110","status":"passed","time":{"start":1707751157937,"stop":1707751157939,"duration":2}},{"uid":"70f2cbfd17b758d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f2cbfd17b758d7","status":"passed","time":{"start":1707737112733,"stop":1707737112734,"duration":1}},{"uid":"d1eb2abcba8576da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1eb2abcba8576da","status":"passed","time":{"start":1707736314164,"stop":1707736314165,"duration":1}}]},"24a3b2782cf1cbb3ec5b0b199369c371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2dd18d8ed859c33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a2dd18d8ed859c33","status":"passed","time":{"start":1707736730646,"stop":1707736730647,"duration":1}}]},"310a6b23dddace14d3a55637b08d3b88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c34ac18d8705d7a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34ac18d8705d7a6","status":"passed","time":{"start":1707792849460,"stop":1707792849460,"duration":0}},{"uid":"281a42708655aaf8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/281a42708655aaf8","status":"passed","time":{"start":1707777798763,"stop":1707777798764,"duration":1}},{"uid":"504c457db79b9303","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/504c457db79b9303","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"fb1f99b965ad7c2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb1f99b965ad7c2b","status":"passed","time":{"start":1707774880420,"stop":1707774880420,"duration":0}},{"uid":"4baec3e58999f04a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4baec3e58999f04a","status":"passed","time":{"start":1707769825084,"stop":1707769825084,"duration":0}},{"uid":"d9f38a46435aebb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9f38a46435aebb8","status":"passed","time":{"start":1707769677706,"stop":1707769677707,"duration":1}},{"uid":"4c9d4b052e533cf3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9d4b052e533cf3","status":"passed","time":{"start":1707759769674,"stop":1707759769674,"duration":0}},{"uid":"38d6af1e08fe1085","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38d6af1e08fe1085","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"14ccca6f5357bd68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14ccca6f5357bd68","status":"passed","time":{"start":1707756096180,"stop":1707756096180,"duration":0}},{"uid":"4216125dab5d0197","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4216125dab5d0197","status":"passed","time":{"start":1707753517975,"stop":1707753517975,"duration":0}},{"uid":"85d349fd428bf64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85d349fd428bf64a","status":"passed","time":{"start":1707753244729,"stop":1707753244730,"duration":1}},{"uid":"8f5d679cf5cd8a54","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f5d679cf5cd8a54","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"68b4a0c9bd7d1726","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68b4a0c9bd7d1726","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"dd475d9817ae317c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dd475d9817ae317c","status":"passed","time":{"start":1707735743507,"stop":1707735743507,"duration":0}}]},"c3aa81c34208caf9ba4f2bc51c7f015f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f004ad97fcc7550","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f004ad97fcc7550","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0}},{"uid":"422e731a74d6aa72","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/422e731a74d6aa72","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"93ac0c000e779f3e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/93ac0c000e779f3e","status":"passed","time":{"start":1707775026265,"stop":1707775026266,"duration":1}},{"uid":"a4c9f37d7a290f6d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4c9f37d7a290f6d","status":"passed","time":{"start":1707774827855,"stop":1707774827856,"duration":1}},{"uid":"e857f1e58f5e1d31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e857f1e58f5e1d31","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"b7ccf3d19bafa9e7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b7ccf3d19bafa9e7","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"eded676506437b5d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eded676506437b5d","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"ca0f7c130e0d297d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca0f7c130e0d297d","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"7a3db58f8ae758b7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a3db58f8ae758b7","status":"passed","time":{"start":1707756047293,"stop":1707756047294,"duration":1}},{"uid":"f0ef8e0f4ce6cd28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0ef8e0f4ce6cd28","status":"passed","time":{"start":1707753465441,"stop":1707753465442,"duration":1}},{"uid":"3e660e0dfd8cee76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3e660e0dfd8cee76","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"4eb7f7f243f21b18","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4eb7f7f243f21b18","status":"passed","time":{"start":1707750594365,"stop":1707750594366,"duration":1}},{"uid":"8c20555e7b618ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c20555e7b618ad","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"d44bbed7dc7484ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d44bbed7dc7484ed","status":"passed","time":{"start":1707735693125,"stop":1707735693125,"duration":0}}]},"902c7819b2f906f32bfe7adb553c673b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e3e947160c523976","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3e947160c523976","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"duration":0}},{"uid":"38f64f73f76fc644","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38f64f73f76fc644","status":"passed","time":{"start":1707778386486,"stop":1707778386487,"duration":1}},{"uid":"34d84fb983d737e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/34d84fb983d737e","status":"passed","time":{"start":1707775656751,"stop":1707775656752,"duration":1}},{"uid":"12e17021c4ca9dc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12e17021c4ca9dc","status":"passed","time":{"start":1707775461891,"stop":1707775461892,"duration":1}},{"uid":"ef34d1ba891b24ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef34d1ba891b24ce","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"acd22ccb959e7e13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acd22ccb959e7e13","status":"passed","time":{"start":1707770208548,"stop":1707770208549,"duration":1}},{"uid":"68fbbb5576f767cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/68fbbb5576f767cd","status":"passed","time":{"start":1707760335957,"stop":1707760335958,"duration":1}},{"uid":"4276b61149925d29","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4276b61149925d29","status":"passed","time":{"start":1707758023538,"stop":1707758023538,"duration":0}},{"uid":"9e42685e979bff4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e42685e979bff4b","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"4bfbf3a274bd79dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bfbf3a274bd79dd","status":"passed","time":{"start":1707753837174,"stop":1707753837174,"duration":0}},{"uid":"5d2e05d064a0a1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5d2e05d064a0a1d3","status":"passed","time":{"start":1707751136354,"stop":1707751136354,"duration":0}},{"uid":"2c92b54e81e82acf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c92b54e81e82acf","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"556641494e5ff8b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/556641494e5ff8b8","status":"passed","time":{"start":1707736322662,"stop":1707736322663,"duration":1}}]},"9cabe131d72034c77ed828d117e102d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d9d9c1549d313ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d9d9c1549d313ee","status":"passed","time":{"start":1707793370640,"stop":1707793370641,"duration":1}},{"uid":"2a9da159a19b4304","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a9da159a19b4304","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"38c2291b8628b08b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38c2291b8628b08b","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}},{"uid":"9e60a72729e33f15","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e60a72729e33f15","status":"passed","time":{"start":1707775461893,"stop":1707775461894,"duration":1}},{"uid":"597f9bfcda184cfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597f9bfcda184cfe","status":"passed","time":{"start":1707770395192,"stop":1707770395192,"duration":0}},{"uid":"f9c84589a6f57a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c84589a6f57a66","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"17e58660ce76e94f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/17e58660ce76e94f","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1d6ab17c1456fb4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1d6ab17c1456fb4","status":"passed","time":{"start":1707758023543,"stop":1707758023543,"duration":0}},{"uid":"b92466bf650bf146","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b92466bf650bf146","status":"passed","time":{"start":1707756664011,"stop":1707756664011,"duration":0}},{"uid":"d8b552c2d3b17278","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8b552c2d3b17278","status":"passed","time":{"start":1707753837177,"stop":1707753837178,"duration":1}},{"uid":"bf840bc4eef31268","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf840bc4eef31268","status":"passed","time":{"start":1707751136361,"stop":1707751136362,"duration":1}},{"uid":"3ebe29afbc37be9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ebe29afbc37be9f","status":"passed","time":{"start":1707737124649,"stop":1707737124650,"duration":1}},{"uid":"3a0e880543c65fa8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a0e880543c65fa8","status":"passed","time":{"start":1707736322666,"stop":1707736322666,"duration":0}}]},"7525529448609d899418fbc61a88f88e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab1a3a57a157d114","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab1a3a57a157d114","status":"passed","time":{"start":1707793287279,"stop":1707793287280,"duration":1}},{"uid":"5553c0ef8a86d9fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5553c0ef8a86d9fb","status":"passed","time":{"start":1707778251792,"stop":1707778251793,"duration":1}},{"uid":"7dfbd4a9a46436ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7dfbd4a9a46436ee","status":"passed","time":{"start":1707775540338,"stop":1707775540338,"duration":0}},{"uid":"fa9e3b4a8a944ac1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa9e3b4a8a944ac1","status":"passed","time":{"start":1707775340601,"stop":1707775340602,"duration":1}},{"uid":"42fad4eafbcd5e3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42fad4eafbcd5e3c","status":"passed","time":{"start":1707770272997,"stop":1707770272997,"duration":0}},{"uid":"a2d753fae2bb504e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2d753fae2bb504e","status":"passed","time":{"start":1707770045974,"stop":1707770045974,"duration":0}},{"uid":"ee114da1a6ce073c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee114da1a6ce073c","status":"passed","time":{"start":1707760224881,"stop":1707760224882,"duration":1}},{"uid":"1d0ec48020c4adf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d0ec48020c4adf2","status":"passed","time":{"start":1707757921495,"stop":1707757921496,"duration":1}},{"uid":"a7ccc57f7e47f638","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a7ccc57f7e47f638","status":"passed","time":{"start":1707756552025,"stop":1707756552026,"duration":1}},{"uid":"f0072a3eb69bc918","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f0072a3eb69bc918","status":"passed","time":{"start":1707753853537,"stop":1707753853537,"duration":0}},{"uid":"a61cdd67fc955964","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a61cdd67fc955964","status":"passed","time":{"start":1707753708968,"stop":1707753708969,"duration":1}},{"uid":"2c1f8bab52fca97b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2c1f8bab52fca97b","status":"passed","time":{"start":1707751075908,"stop":1707751075909,"duration":1}},{"uid":"59ed5bebb0357da0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ed5bebb0357da0","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"6a3e8c14451f5ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a3e8c14451f5ad","status":"passed","time":{"start":1707736214130,"stop":1707736214130,"duration":0}}]},"c39d6b8ce540fff53a16da756e5ce128:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"81d971dbb1c524a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/81d971dbb1c524a3","status":"passed","time":{"start":1707793370634,"stop":1707793370634,"duration":0}},{"uid":"4e3b833b12007e5d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e3b833b12007e5d","status":"passed","time":{"start":1707778386483,"stop":1707778386483,"duration":0}},{"uid":"f1d7f17f810d3d4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1d7f17f810d3d4e","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"41b53bf1733dc76d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41b53bf1733dc76d","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"2b733eb6dc05c04e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b733eb6dc05c04e","status":"passed","time":{"start":1707770395186,"stop":1707770395186,"duration":0}},{"uid":"8dbda51d4668accd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbda51d4668accd","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"3c78511311f18e03","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3c78511311f18e03","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"eeea93b4a61c5c3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eeea93b4a61c5c3b","status":"passed","time":{"start":1707758023535,"stop":1707758023535,"duration":0}},{"uid":"69ef65538c38e4f7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/69ef65538c38e4f7","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"a36c361fb80e7208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a36c361fb80e7208","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"d80623ace3f3150","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d80623ace3f3150","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"ab4a07614640e73b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab4a07614640e73b","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"60958f71d57ac132","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/60958f71d57ac132","status":"passed","time":{"start":1707736322659,"stop":1707736322660,"duration":1}}]},"6c39df66853b3b1ff073abdfaa79b3f5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"477254391a5a53b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/477254391a5a53b1","status":"passed","time":{"start":1707792838864,"stop":1707792838866,"duration":2}},{"uid":"49b28da6c2637ac4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49b28da6c2637ac4","status":"passed","time":{"start":1707777787214,"stop":1707777787217,"duration":3}},{"uid":"abb2f22634b18b55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abb2f22634b18b55","status":"passed","time":{"start":1707775063031,"stop":1707775063033,"duration":2}},{"uid":"c25100cddcbba4b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c25100cddcbba4b5","status":"passed","time":{"start":1707774865132,"stop":1707774865137,"duration":5}},{"uid":"5ef11d890a549d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ef11d890a549d12","status":"passed","time":{"start":1707769812623,"stop":1707769812636,"duration":13}},{"uid":"547a9cb7f4301a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/547a9cb7f4301a72","status":"passed","time":{"start":1707769665314,"stop":1707769665316,"duration":2}},{"uid":"abb884571f728d2f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abb884571f728d2f","status":"passed","time":{"start":1707759759717,"stop":1707759759719,"duration":2}},{"uid":"2d4d38821c694854","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2d4d38821c694854","status":"passed","time":{"start":1707757455849,"stop":1707757455851,"duration":2}},{"uid":"ccd78c8ce9d05dc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ccd78c8ce9d05dc8","status":"passed","time":{"start":1707756084420,"stop":1707756084423,"duration":3}},{"uid":"a19d11c785986e16","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a19d11c785986e16","status":"passed","time":{"start":1707753503417,"stop":1707753503420,"duration":3}},{"uid":"b6ce179355c85306","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6ce179355c85306","status":"passed","time":{"start":1707753233555,"stop":1707753233557,"duration":2}},{"uid":"95902b64f1b8d685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95902b64f1b8d685","status":"passed","time":{"start":1707750631896,"stop":1707750631899,"duration":3}},{"uid":"a7d2839f9d77e781","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a7d2839f9d77e781","status":"passed","time":{"start":1707736548878,"stop":1707736548880,"duration":2}},{"uid":"4641e53e0270e7b7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4641e53e0270e7b7","status":"passed","time":{"start":1707735732425,"stop":1707735732428,"duration":3}}]},"cd5212480d8f0ff3582b89660ac7f5c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac31dbfb5f65dad6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac31dbfb5f65dad6","status":"passed","time":{"start":1707793012459,"stop":1707793012459,"duration":0}},{"uid":"75724b589d2ec90f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75724b589d2ec90f","status":"passed","time":{"start":1707777977653,"stop":1707777977653,"duration":0}},{"uid":"67a2dfbb8b4ec54a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67a2dfbb8b4ec54a","status":"passed","time":{"start":1707775258443,"stop":1707775258444,"duration":1}},{"uid":"73c7e71535b88b56","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c7e71535b88b56","status":"passed","time":{"start":1707775081973,"stop":1707775081973,"duration":0}},{"uid":"e9644f5b2bdf7cfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9644f5b2bdf7cfb","status":"passed","time":{"start":1707769999850,"stop":1707769999851,"duration":1}},{"uid":"6144d7593f75512b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6144d7593f75512b","status":"passed","time":{"start":1707769841875,"stop":1707769841875,"duration":0}},{"uid":"80c10764e20a252d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80c10764e20a252d","status":"passed","time":{"start":1707759921441,"stop":1707759921441,"duration":0}},{"uid":"9515d6e56fe0cbfd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9515d6e56fe0cbfd","status":"passed","time":{"start":1707757624861,"stop":1707757624861,"duration":0}},{"uid":"304a9140cda44ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/304a9140cda44ef7","status":"passed","time":{"start":1707756261709,"stop":1707756261709,"duration":0}},{"uid":"bca9845591ee62a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bca9845591ee62a1","status":"passed","time":{"start":1707753651126,"stop":1707753651127,"duration":1}},{"uid":"382f366cce99ac00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/382f366cce99ac00","status":"passed","time":{"start":1707753409565,"stop":1707753409565,"duration":0}},{"uid":"2a2e3050b5bc0e0d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2e3050b5bc0e0d","status":"passed","time":{"start":1707750722032,"stop":1707750722032,"duration":0}},{"uid":"605577ecaf7adbda","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/605577ecaf7adbda","status":"passed","time":{"start":1707736708307,"stop":1707736708308,"duration":1}},{"uid":"9c06d0a380cd8c63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06d0a380cd8c63","status":"passed","time":{"start":1707735914369,"stop":1707735914369,"duration":0}}]},"ea3a5bc738726324dac921efad4a8cce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"30971d9b353f5312","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30971d9b353f5312","status":"passed","time":{"start":1707793446737,"stop":1707793446738,"duration":1}},{"uid":"b1c417c08c50e8fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b1c417c08c50e8fc","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"3e4ba6bae921e048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e4ba6bae921e048","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"202f6716839ed370","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/202f6716839ed370","status":"passed","time":{"start":1707775494272,"stop":1707775494273,"duration":1}},{"uid":"e99b13aa67513920","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e99b13aa67513920","status":"passed","time":{"start":1707770424175,"stop":1707770424175,"duration":0}},{"uid":"d7e7d555b56c5243","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7e7d555b56c5243","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"5f04494367abe016","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5f04494367abe016","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"f7434c8e430c5ed9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7434c8e430c5ed9","status":"passed","time":{"start":1707758004306,"stop":1707758004306,"duration":0}},{"uid":"648136ee00ed449b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/648136ee00ed449b","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"e8e0ac0857003330","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e8e0ac0857003330","status":"passed","time":{"start":1707754051783,"stop":1707754051784,"duration":1}},{"uid":"570c139891cb0f4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/570c139891cb0f4e","status":"passed","time":{"start":1707753877924,"stop":1707753877925,"duration":1}},{"uid":"ac55eac40acf1684","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac55eac40acf1684","status":"passed","time":{"start":1707751228958,"stop":1707751228959,"duration":1}},{"uid":"40d120dbc74d125c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40d120dbc74d125c","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"6c210d0cd897e07c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6c210d0cd897e07c","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"3fd6780894bdd07c81262aaa079902f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"813074e0d382e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813074e0d382e81","status":"passed","time":{"start":1707792849459,"stop":1707792849459,"duration":0}},{"uid":"2b9104be9d1d5e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b9104be9d1d5e7","status":"passed","time":{"start":1707777798759,"stop":1707777798760,"duration":1}},{"uid":"7e24f0ccfedccffe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e24f0ccfedccffe","status":"passed","time":{"start":1707775072150,"stop":1707775072150,"duration":0}},{"uid":"1e82797d33862c64","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e82797d33862c64","status":"passed","time":{"start":1707774880419,"stop":1707774880419,"duration":0}},{"uid":"aa1d93311ac9db5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa1d93311ac9db5a","status":"passed","time":{"start":1707769825074,"stop":1707769825074,"duration":0}},{"uid":"7aacff775ffed3b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7aacff775ffed3b1","status":"passed","time":{"start":1707769677702,"stop":1707769677703,"duration":1}},{"uid":"3292d7d2a21f1fe4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3292d7d2a21f1fe4","status":"passed","time":{"start":1707759769673,"stop":1707759769673,"duration":0}},{"uid":"c8e4acf5d9178f8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8e4acf5d9178f8","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"157e90f175a8ca22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/157e90f175a8ca22","status":"passed","time":{"start":1707756096176,"stop":1707756096178,"duration":2}},{"uid":"8189d7f9aaa86077","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8189d7f9aaa86077","status":"passed","time":{"start":1707753517974,"stop":1707753517974,"duration":0}},{"uid":"18d0169aefea381e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18d0169aefea381e","status":"passed","time":{"start":1707753244727,"stop":1707753244728,"duration":1}},{"uid":"3906da05c3f3bea1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3906da05c3f3bea1","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"deeb33e551918b68","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deeb33e551918b68","status":"passed","time":{"start":1707736558645,"stop":1707736558646,"duration":1}},{"uid":"99d82551ead60080","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/99d82551ead60080","status":"passed","time":{"start":1707735743490,"stop":1707735743496,"duration":6}}]},"63f8c87e7b17ff4d0a0882f6b3aac6a0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6705f4874d6eca3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6705f4874d6eca3c","status":"passed","time":{"start":1707793153227,"stop":1707793153228,"duration":1}},{"uid":"291630232b1579cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/291630232b1579cd","status":"passed","time":{"start":1707778114678,"stop":1707778114678,"duration":0}},{"uid":"a3ef6ea851f3e126","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ef6ea851f3e126","status":"passed","time":{"start":1707775395379,"stop":1707775395380,"duration":1}},{"uid":"aeb493006aa24f7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aeb493006aa24f7b","status":"passed","time":{"start":1707775205633,"stop":1707775205633,"duration":0}},{"uid":"e5fadd0e7886fdca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5fadd0e7886fdca","status":"passed","time":{"start":1707770131708,"stop":1707770131708,"duration":0}},{"uid":"2ed68a37a1f976a5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ed68a37a1f976a5","status":"passed","time":{"start":1707769983281,"stop":1707769983282,"duration":1}},{"uid":"bd89514613ff7f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd89514613ff7f34","status":"passed","time":{"start":1707760095406,"stop":1707760095407,"duration":1}},{"uid":"c748f690ab1fe82b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c748f690ab1fe82b","status":"passed","time":{"start":1707757790738,"stop":1707757790738,"duration":0}},{"uid":"828fe27ae5a18e24","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/828fe27ae5a18e24","status":"passed","time":{"start":1707756409548,"stop":1707756409548,"duration":0}},{"uid":"2e2c73f639d9f18a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2e2c73f639d9f18a","status":"passed","time":{"start":1707753793194,"stop":1707753793194,"duration":0}},{"uid":"30a82ccbf13cc9a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/30a82ccbf13cc9a7","status":"passed","time":{"start":1707753573532,"stop":1707753573533,"duration":1}},{"uid":"959fc6ac5a789d79","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/959fc6ac5a789d79","status":"passed","time":{"start":1707750953983,"stop":1707750953984,"duration":1}},{"uid":"675599e106d50f0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/675599e106d50f0e","status":"passed","time":{"start":1707736878970,"stop":1707736878971,"duration":1}},{"uid":"23deced1b5daa012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23deced1b5daa012","status":"passed","time":{"start":1707736081275,"stop":1707736081275,"duration":0}}]},"fa5fa52de910330bd6c58cbf3751a7d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"58d98734661e8a19","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58d98734661e8a19","status":"passed","time":{"start":1707793371100,"stop":1707793371100,"duration":0}},{"uid":"fb818a704882d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb818a704882d843","status":"passed","time":{"start":1707778338836,"stop":1707778338837,"duration":1}},{"uid":"41cb50a382b694","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/41cb50a382b694","status":"passed","time":{"start":1707775602017,"stop":1707775602017,"duration":0}},{"uid":"fe5eec2446b4de3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe5eec2446b4de3","status":"passed","time":{"start":1707775390227,"stop":1707775390228,"duration":1}},{"uid":"a68203501d6bc2bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a68203501d6bc2bd","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"36d7f5afea06a091","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36d7f5afea06a091","status":"passed","time":{"start":1707760301805,"stop":1707760301805,"duration":0}},{"uid":"f799559f98c7dd0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f799559f98c7dd0b","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"13bcdb2ed6e1c464","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13bcdb2ed6e1c464","status":"passed","time":{"start":1707756617037,"stop":1707756617037,"duration":0}},{"uid":"a2f38f9ab0b93458","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2f38f9ab0b93458","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"a8119903f34d9aaf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8119903f34d9aaf","status":"passed","time":{"start":1707753782748,"stop":1707753782749,"duration":1}},{"uid":"f1aedd3f31c042d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f1aedd3f31c042d","status":"passed","time":{"start":1707751162309,"stop":1707751162310,"duration":1}},{"uid":"8d953638f960cee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d953638f960cee3","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"3a711cc9f6615ef2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a711cc9f6615ef2","status":"passed","time":{"start":1707736260125,"stop":1707736260126,"duration":1}}]},"e05246201ab1c4afdb4400199328e7ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"37347df3157fb386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37347df3157fb386","status":"passed","time":{"start":1707792890684,"stop":1707792890684,"duration":0}},{"uid":"cde15b99f88aa71c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cde15b99f88aa71c","status":"passed","time":{"start":1707777837223,"stop":1707777837224,"duration":1}},{"uid":"240748f2dc29a08c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/240748f2dc29a08c","status":"passed","time":{"start":1707775113058,"stop":1707775113058,"duration":0}},{"uid":"326bcac9349e17b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/326bcac9349e17b0","status":"passed","time":{"start":1707774908733,"stop":1707774908734,"duration":1}},{"uid":"5d591cf6b970936d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d591cf6b970936d","status":"passed","time":{"start":1707769864613,"stop":1707769864615,"duration":2}},{"uid":"30e38b3544d81b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30e38b3544d81b38","status":"passed","time":{"start":1707769706669,"stop":1707769706670,"duration":1}},{"uid":"876536027583bf0d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/876536027583bf0d","status":"passed","time":{"start":1707759811409,"stop":1707759811410,"duration":1}},{"uid":"eabce986f3be92fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eabce986f3be92fe","status":"passed","time":{"start":1707757504685,"stop":1707757504686,"duration":1}},{"uid":"fd1b99489651d917","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd1b99489651d917","status":"passed","time":{"start":1707756131520,"stop":1707756131520,"duration":0}},{"uid":"51122e474a55b590","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51122e474a55b590","status":"passed","time":{"start":1707753284215,"stop":1707753284216,"duration":1}},{"uid":"28a66966df6f9c52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/28a66966df6f9c52","status":"passed","time":{"start":1707736597190,"stop":1707736597190,"duration":0}},{"uid":"923e18a05890870","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/923e18a05890870","status":"passed","time":{"start":1707735784061,"stop":1707735784061,"duration":0}}]},"e57dcf5e029b6069d3f519aa3cf8664c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"28198ce3e94ada21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28198ce3e94ada21","status":"passed","time":{"start":1707792800818,"stop":1707792800819,"duration":1}},{"uid":"5516c3358a197367","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5516c3358a197367","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"50a61165e70e46d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50a61165e70e46d2","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"b80d56322e9492a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b80d56322e9492a5","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"32c922f0d1d2459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32c922f0d1d2459","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"6ef2572784daf32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef2572784daf32c","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"44ec246801b5bcf2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44ec246801b5bcf2","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"8a10d56bb6e2b942","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a10d56bb6e2b942","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"f9c8b2aa9d7837f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f9c8b2aa9d7837f1","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b68aa65734c0a6f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b68aa65734c0a6f6","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"5132ed222715e9d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5132ed222715e9d0","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"13991bfe0a32481","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13991bfe0a32481","status":"passed","time":{"start":1707750594369,"stop":1707750594370,"duration":1}},{"uid":"43ba3673170ccdd7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43ba3673170ccdd7","status":"passed","time":{"start":1707736511743,"stop":1707736511743,"duration":0}},{"uid":"a0cd4feac2a96b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a0cd4feac2a96b15","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"e4a36cd3d421c24f939acb3f71342b47:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9b86b2e84b061167","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b86b2e84b061167","status":"passed","time":{"start":1707793446736,"stop":1707793446736,"duration":0}},{"uid":"351b262e2b62e5ef","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/351b262e2b62e5ef","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"54bf239f35fa6408","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/54bf239f35fa6408","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"d98c32d1c19131b7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d98c32d1c19131b7","status":"passed","time":{"start":1707775494271,"stop":1707775494271,"duration":0}},{"uid":"3f0217eacb647d58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f0217eacb647d58","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"7fe9f0eab0ddcefa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fe9f0eab0ddcefa","status":"passed","time":{"start":1707770238681,"stop":1707770238682,"duration":1}},{"uid":"f2f35938c9af62ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f2f35938c9af62ba","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"230bde902829a49b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/230bde902829a49b","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"10e1f25bbfb1d537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10e1f25bbfb1d537","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"bd1f9909cb0f9600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bd1f9909cb0f9600","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"dec10bc241a7ccca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dec10bc241a7ccca","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"9efdbf53e0e006a6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9efdbf53e0e006a6","status":"passed","time":{"start":1707751228957,"stop":1707751228958,"duration":1}},{"uid":"e7bcd06143706b8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e7bcd06143706b8b","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"9db8c1e01bfba117","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9db8c1e01bfba117","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"d3a9c53a535a12550d66935c3d177872:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6e78758f8d4d62d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6e78758f8d4d62d","status":"passed","time":{"start":1707793086605,"stop":1707793086605,"duration":0}},{"uid":"805eee9f34563243","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805eee9f34563243","status":"passed","time":{"start":1707778058489,"stop":1707778058489,"duration":0}},{"uid":"18d4a2d8526e9585","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/18d4a2d8526e9585","status":"passed","time":{"start":1707775337151,"stop":1707775337151,"duration":0}},{"uid":"8655b8fd690b886c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8655b8fd690b886c","status":"passed","time":{"start":1707775143601,"stop":1707775143602,"duration":1}},{"uid":"e5cdf4a8cee8d1f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5cdf4a8cee8d1f3","status":"passed","time":{"start":1707770075684,"stop":1707770075685,"duration":1}},{"uid":"a392da77f98ece84","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a392da77f98ece84","status":"passed","time":{"start":1707769940211,"stop":1707769940212,"duration":1}},{"uid":"131f3e4ab8032d44","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/131f3e4ab8032d44","status":"passed","time":{"start":1707760042460,"stop":1707760042460,"duration":0}},{"uid":"6b2519fbe26e0dea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6b2519fbe26e0dea","status":"passed","time":{"start":1707757736398,"stop":1707757736398,"duration":0}},{"uid":"b47e34c39b7d370e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47e34c39b7d370e","status":"passed","time":{"start":1707756352341,"stop":1707756352342,"duration":1}},{"uid":"7bfd8056e05982f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bfd8056e05982f1","status":"passed","time":{"start":1707753768710,"stop":1707753768711,"duration":1}},{"uid":"20add995b3cdc01e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/20add995b3cdc01e","status":"passed","time":{"start":1707753512770,"stop":1707753512770,"duration":0}},{"uid":"64141668d278209d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/64141668d278209d","status":"passed","time":{"start":1707750899683,"stop":1707750899683,"duration":0}},{"uid":"34874e5032730120","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34874e5032730120","status":"passed","time":{"start":1707736822684,"stop":1707736822684,"duration":0}},{"uid":"4a9aec9c90b94e29","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a9aec9c90b94e29","status":"passed","time":{"start":1707736014744,"stop":1707736014744,"duration":0}}]},"ed2149567e8c33a8a5bd82c6a8c164bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"532936b79356e01d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/532936b79356e01d","status":"passed","time":{"start":1707758006723,"stop":1707758006723,"duration":0}}]},"5484e59896287f4c2b79aba6134a537d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1ee32e0e05b32d78","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ee32e0e05b32d78","status":"passed","time":{"start":1707793370622,"stop":1707793370623,"duration":1}},{"uid":"3e870b5265db7d4b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3e870b5265db7d4b","status":"passed","time":{"start":1707778386471,"stop":1707778386471,"duration":0}},{"uid":"79950420c6b7fe92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79950420c6b7fe92","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"20474857a4c31470","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20474857a4c31470","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"2815272f711185a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2815272f711185a7","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"fb2c4f41a410eb59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb2c4f41a410eb59","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"21b9db2454b5230d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21b9db2454b5230d","status":"passed","time":{"start":1707760335936,"stop":1707760335936,"duration":0}},{"uid":"a793554ebe50e771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a793554ebe50e771","status":"passed","time":{"start":1707758023524,"stop":1707758023524,"duration":0}},{"uid":"c46dca07027cfedc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c46dca07027cfedc","status":"passed","time":{"start":1707756663994,"stop":1707756663995,"duration":1}},{"uid":"e083e0e918a9ae8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e083e0e918a9ae8d","status":"passed","time":{"start":1707753717337,"stop":1707753717339,"duration":2}},{"uid":"fcab9ae2c69cdcc8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcab9ae2c69cdcc8","status":"passed","time":{"start":1707753837157,"stop":1707753837158,"duration":1}},{"uid":"10fb2fdf2060b1ca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10fb2fdf2060b1ca","status":"passed","time":{"start":1707751136276,"stop":1707751136276,"duration":0}},{"uid":"7fb0475fd8b44395","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7fb0475fd8b44395","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"79c77c82f3eafbad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c77c82f3eafbad","status":"passed","time":{"start":1707736322648,"stop":1707736322648,"duration":0}}]},"427ad7cdd06e56507121a5bd772f6d0e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e15c0b354019d337","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e15c0b354019d337","status":"passed","time":{"start":1707793370633,"stop":1707793370633,"duration":0}},{"uid":"78fa2cd3a36b78cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78fa2cd3a36b78cf","status":"passed","time":{"start":1707778386482,"stop":1707778386482,"duration":0}},{"uid":"3f7fe1ada5c14cf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3f7fe1ada5c14cf3","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"8bc0ef2d08ec4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc0ef2d08ec4c5","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"7ba266bdb5dad499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ba266bdb5dad499","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"fcf0bfef244b81bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcf0bfef244b81bf","status":"passed","time":{"start":1707770208545,"stop":1707770208546,"duration":1}},{"uid":"aaec43870699ec1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaec43870699ec1d","status":"passed","time":{"start":1707760335950,"stop":1707760335950,"duration":0}},{"uid":"56de34032001aa59","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/56de34032001aa59","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"ca8310fbd2e93339","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca8310fbd2e93339","status":"passed","time":{"start":1707756664003,"stop":1707756664004,"duration":1}},{"uid":"e2660403cb534cfa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2660403cb534cfa","status":"passed","time":{"start":1707753837169,"stop":1707753837170,"duration":1}},{"uid":"69c35ec82395aa3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69c35ec82395aa3","status":"passed","time":{"start":1707751136320,"stop":1707751136338,"duration":18}},{"uid":"857090b64a1029ac","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/857090b64a1029ac","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"2bd0ff2352422da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2bd0ff2352422da8","status":"passed","time":{"start":1707736322657,"stop":1707736322658,"duration":1}}]},"991461718c5f3485f242a580c3e99a0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49b5a9417d3a8380","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49b5a9417d3a8380","status":"passed","time":{"start":1707792820890,"stop":1707792820891,"duration":1}},{"uid":"b4940e1ed76f00d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4940e1ed76f00d2","status":"passed","time":{"start":1707777770257,"stop":1707777770258,"duration":1}},{"uid":"4234498a9fea67f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4234498a9fea67f4","status":"passed","time":{"start":1707775046370,"stop":1707775046371,"duration":1}},{"uid":"6e8d917549b585eb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e8d917549b585eb","status":"passed","time":{"start":1707774848382,"stop":1707774848382,"duration":0}},{"uid":"34a4a92b7b00ddd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34a4a92b7b00ddd5","status":"passed","time":{"start":1707769795721,"stop":1707769795722,"duration":1}},{"uid":"a659d5f1d53aa302","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a659d5f1d53aa302","status":"passed","time":{"start":1707769648571,"stop":1707769648572,"duration":1}},{"uid":"bde6d73874fc920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bde6d73874fc920d","status":"passed","time":{"start":1707759743252,"stop":1707759743252,"duration":0}},{"uid":"bc8f07b297f7bc5d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc8f07b297f7bc5d","status":"passed","time":{"start":1707757438365,"stop":1707757438366,"duration":1}},{"uid":"b63d34aadf5e3354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b63d34aadf5e3354","status":"passed","time":{"start":1707756067008,"stop":1707756067008,"duration":0}},{"uid":"eaff4b4537b72e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eaff4b4537b72e7","status":"passed","time":{"start":1707753485648,"stop":1707753485649,"duration":1}},{"uid":"7d3337391bf16788","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7d3337391bf16788","status":"passed","time":{"start":1707753214694,"stop":1707753214694,"duration":0}},{"uid":"77cbae834ba6c16d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/77cbae834ba6c16d","status":"passed","time":{"start":1707750614686,"stop":1707750614687,"duration":1}},{"uid":"e58984e16df95de7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58984e16df95de7","status":"passed","time":{"start":1707736532272,"stop":1707736532272,"duration":0}},{"uid":"fa6e8cfd407bce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa6e8cfd407bce34","status":"passed","time":{"start":1707735714120,"stop":1707735714121,"duration":1}}]},"bbf55dcd7aa387ec06559c2242cf85fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7422ef7111cebcad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7422ef7111cebcad","status":"passed","time":{"start":1707778202503,"stop":1707778202504,"duration":1}}]},"95f703828aed26094e16429d0d27437b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"669c137149bca31e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/669c137149bca31e","status":"passed","time":{"start":1707778202503,"stop":1707778202503,"duration":0}}]},"3f311222116e924e2765aece617642c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4afc8fd2569a049a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4afc8fd2569a049a","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"duration":0}},{"uid":"6a69ab037cbec873","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a69ab037cbec873","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"522b9bb1c12720aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/522b9bb1c12720aa","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"4e1e0f02c7ade9bf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4e1e0f02c7ade9bf","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"e183bbdee96bb407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e183bbdee96bb407","status":"passed","time":{"start":1707770424182,"stop":1707770424183,"duration":1}},{"uid":"ad0cbc09c8c35f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad0cbc09c8c35f19","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"7ce163c2ed443ad8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ce163c2ed443ad8","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"30b89b7c1f5aa586","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/30b89b7c1f5aa586","status":"passed","time":{"start":1707758004331,"stop":1707758004331,"duration":0}},{"uid":"e8858140d8b0c529","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e8858140d8b0c529","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"68ec684ccc44eaef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/68ec684ccc44eaef","status":"passed","time":{"start":1707754051790,"stop":1707754051791,"duration":1}},{"uid":"e3a6ab3f412dbc76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3a6ab3f412dbc76","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ee51c59487357a12","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ee51c59487357a12","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"d33b88daea361a4a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d33b88daea361a4a","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"da900fbb33461169","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da900fbb33461169","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"83cc5954a4e21e7dfae6c52e2f513dc1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a28f20a897ca7943","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a28f20a897ca7943","status":"passed","time":{"start":1707753423538,"stop":1707753423539,"duration":1}}]},"789c50e7df8eb304073270f96666a271:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"609b44b24ce3b360","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/609b44b24ce3b360","status":"passed","time":{"start":1707793371112,"stop":1707793371113,"duration":1}},{"uid":"37dd0712d7f62adc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37dd0712d7f62adc","status":"passed","time":{"start":1707778338853,"stop":1707778338853,"duration":0}},{"uid":"583727fbf74470a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/583727fbf74470a1","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"303ebe0eaa172997","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/303ebe0eaa172997","status":"passed","time":{"start":1707775390243,"stop":1707775390244,"duration":1}},{"uid":"506958a9bb5ffb71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506958a9bb5ffb71","status":"passed","time":{"start":1707770335616,"stop":1707770335617,"duration":1}},{"uid":"4648cc4c09fd0fa6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4648cc4c09fd0fa6","status":"passed","time":{"start":1707769968729,"stop":1707769968730,"duration":1}},{"uid":"cf1067bec76b5aca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf1067bec76b5aca","status":"passed","time":{"start":1707760301822,"stop":1707760301823,"duration":1}},{"uid":"6aefc1ecae2a7f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6aefc1ecae2a7f5","status":"passed","time":{"start":1707758006719,"stop":1707758006720,"duration":1}},{"uid":"84f87ab2ef215072","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/84f87ab2ef215072","status":"passed","time":{"start":1707756617054,"stop":1707756617054,"duration":0}},{"uid":"c9b7467dcf20d7e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9b7467dcf20d7e3","status":"passed","time":{"start":1707753988888,"stop":1707753988889,"duration":1}},{"uid":"41643357ebd49b40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41643357ebd49b40","status":"passed","time":{"start":1707753782774,"stop":1707753782774,"duration":0}},{"uid":"cf14c6f6c4a7316d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf14c6f6c4a7316d","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"6f1b72fbe3f7f900","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1b72fbe3f7f900","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"4d5a9cbf095974f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4d5a9cbf095974f0","status":"passed","time":{"start":1707736260150,"stop":1707736260155,"duration":5}}]},"59126a297c99c8beedffe0233f8675cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d6a4c7df0103e5ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d6a4c7df0103e5ca","status":"passed","time":{"start":1707736260129,"stop":1707736260130,"duration":1}}]},"ed353cf5661f5d346d788919918b3444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"21f87eba359b27a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21f87eba359b27a0","status":"passed","time":{"start":1707756267911,"stop":1707756267911,"duration":0}}]},"b9ac62ea8f9adc0d6256ed76c556cbe4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a912fc13354f659c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a912fc13354f659c","status":"passed","time":{"start":1707793238879,"stop":1707793238879,"duration":0}}]},"84a8b9437c80e2f00d556a8f90df08fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"264cab64810850bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/264cab64810850bc","status":"passed","time":{"start":1707792958827,"stop":1707792958828,"duration":1}},{"uid":"b4879015fb3aac45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4879015fb3aac45","status":"passed","time":{"start":1707777997103,"stop":1707777997103,"duration":0}},{"uid":"c63b0c80c4578271","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c63b0c80c4578271","status":"passed","time":{"start":1707775275743,"stop":1707775275743,"duration":0}},{"uid":"fc72ce1fca31b4ca","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc72ce1fca31b4ca","status":"passed","time":{"start":1707775085875,"stop":1707775085876,"duration":1}},{"uid":"ed8df1fe845645aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed8df1fe845645aa","status":"passed","time":{"start":1707770018819,"stop":1707770018824,"duration":5}},{"uid":"98e17e6fee863bbd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e17e6fee863bbd","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"81369c5202aa8fe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81369c5202aa8fe","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"20a253e8be17511e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20a253e8be17511e","status":"passed","time":{"start":1707757676033,"stop":1707757676034,"duration":1}},{"uid":"6218629072bf8e17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6218629072bf8e17","status":"passed","time":{"start":1707756304420,"stop":1707756304420,"duration":0}},{"uid":"215fee392f3184bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/215fee392f3184bb","status":"passed","time":{"start":1707753713233,"stop":1707753713233,"duration":0}},{"uid":"1f1dc1b792a2551e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1f1dc1b792a2551e","status":"passed","time":{"start":1707753448080,"stop":1707753448081,"duration":1}},{"uid":"cf13291d10f7e2fd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf13291d10f7e2fd","status":"passed","time":{"start":1707750840027,"stop":1707750840028,"duration":1}},{"uid":"3cfd3df6a79fdc96","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3cfd3df6a79fdc96","status":"passed","time":{"start":1707736764985,"stop":1707736764985,"duration":0}},{"uid":"f4415bfa10ce0b87","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f4415bfa10ce0b87","status":"passed","time":{"start":1707735955217,"stop":1707735955218,"duration":1}}]},"96eeb60292012a27fed6176cb891717f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3a6e5584389b932b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a6e5584389b932b","status":"passed","time":{"start":1707793370637,"stop":1707793370637,"duration":0}},{"uid":"cf41817cc689d7ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cf41817cc689d7ea","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"112bcb3a3a58728a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/112bcb3a3a58728a","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"4da13c266aac4888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4da13c266aac4888","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"e7a5877846667b7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7a5877846667b7a","status":"passed","time":{"start":1707770395189,"stop":1707770395189,"duration":0}},{"uid":"5f69369e4c213f19","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f69369e4c213f19","status":"passed","time":{"start":1707770208549,"stop":1707770208549,"duration":0}},{"uid":"5b0a7f7d918d1dec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b0a7f7d918d1dec","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"776a7df505fc35b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/776a7df505fc35b2","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"7fa045b123034d89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fa045b123034d89","status":"passed","time":{"start":1707756664008,"stop":1707756664008,"duration":0}},{"uid":"5b528fbc43ce9141","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5b528fbc43ce9141","status":"passed","time":{"start":1707753837174,"stop":1707753837175,"duration":1}},{"uid":"19e03e589502ec1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19e03e589502ec1c","status":"passed","time":{"start":1707751136355,"stop":1707751136355,"duration":0}},{"uid":"3a0329774f5954c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3a0329774f5954c","status":"passed","time":{"start":1707737124647,"stop":1707737124647,"duration":0}},{"uid":"325e1e6f2adc057e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325e1e6f2adc057e","status":"passed","time":{"start":1707736322663,"stop":1707736322663,"duration":0}}]},"a8fe7c69181b68dc64bddaf0f26b8a5f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fceabef893907440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fceabef893907440","status":"passed","time":{"start":1707793384586,"stop":1707793384586,"duration":0}},{"uid":"74fd64274f1a135b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74fd64274f1a135b","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"f3ce60531e2b00ff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3ce60531e2b00ff","status":"passed","time":{"start":1707775635822,"stop":1707775635823,"duration":1}},{"uid":"ffb9d79d6d54bddb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ffb9d79d6d54bddb","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"efa09b9650118338","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/efa09b9650118338","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"4afb8acef110f498","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4afb8acef110f498","status":"passed","time":{"start":1707770148425,"stop":1707770148426,"duration":1}},{"uid":"3114c0c0e7f5695f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3114c0c0e7f5695f","status":"passed","time":{"start":1707760329141,"stop":1707760329143,"duration":2}},{"uid":"c8eae99c7ece4cf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c8eae99c7ece4cf1","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"19fb4863494b4b09","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19fb4863494b4b09","status":"passed","time":{"start":1707756648881,"stop":1707756648882,"duration":1}},{"uid":"9c91929c24ccaa49","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c91929c24ccaa49","status":"passed","time":{"start":1707753961165,"stop":1707753961165,"duration":0}},{"uid":"9338165dfd5e3bc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9338165dfd5e3bc6","status":"passed","time":{"start":1707753814893,"stop":1707753814893,"duration":0}},{"uid":"928255736e77ec48","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/928255736e77ec48","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"1ed82427270bf3cf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ed82427270bf3cf","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"256a46ebd122acc36e15ee586fa0e371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"941c5d4d3a7de65","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/941c5d4d3a7de65","status":"passed","time":{"start":1707778338856,"stop":1707778338857,"duration":1}}]},"c229352398a6af9f0670d357527a6f15:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f5370d7b4ba487","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5370d7b4ba487","status":"passed","time":{"start":1707792822805,"stop":1707792822805,"duration":0}},{"uid":"4947668a971b1418","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4947668a971b1418","status":"passed","time":{"start":1707777772235,"stop":1707777772235,"duration":0}},{"uid":"aabac73463d632ee","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aabac73463d632ee","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"64ecb2e057e2c0f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64ecb2e057e2c0f7","status":"passed","time":{"start":1707774850259,"stop":1707774850259,"duration":0}},{"uid":"dfd07b3db77a35b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd07b3db77a35b","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"9fa7c5f103831ac3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9fa7c5f103831ac3","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"b0f5951144f7f430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0f5951144f7f430","status":"passed","time":{"start":1707759745079,"stop":1707759745080,"duration":1}},{"uid":"d57c0366d3c0aed1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d57c0366d3c0aed1","status":"passed","time":{"start":1707757440224,"stop":1707757440224,"duration":0}},{"uid":"d48d2ad3f7d899d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d48d2ad3f7d899d","status":"passed","time":{"start":1707756069084,"stop":1707756069085,"duration":1}},{"uid":"8d944662be9741f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8d944662be9741f6","status":"passed","time":{"start":1707753487643,"stop":1707753487643,"duration":0}},{"uid":"d3b766f90a0c43e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d3b766f90a0c43e7","status":"passed","time":{"start":1707753216623,"stop":1707753216624,"duration":1}},{"uid":"d10ea85926d29aca","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d10ea85926d29aca","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"5e41aee443de7dff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e41aee443de7dff","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"d555633cead9a490","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d555633cead9a490","status":"passed","time":{"start":1707735716034,"stop":1707735716035,"duration":1}}]},"58b07b2285e910f80ae373b96411434b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e1d546de4251c806","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e1d546de4251c806","status":"passed","time":{"start":1707793369034,"stop":1707793369034,"duration":0}},{"uid":"6f43d9f714b7ad64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6f43d9f714b7ad64","status":"passed","time":{"start":1707778332049,"stop":1707778332049,"duration":0}},{"uid":"7aa661456163c6fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aa661456163c6fd","status":"passed","time":{"start":1707775601725,"stop":1707775601726,"duration":1}},{"uid":"b4871970a9acbc0b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b4871970a9acbc0b","status":"passed","time":{"start":1707775415218,"stop":1707775415219,"duration":1}},{"uid":"719cbebe7b547ae3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/719cbebe7b547ae3","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"d19bea86c01a05c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19bea86c01a05c7","status":"passed","time":{"start":1707770103222,"stop":1707770103223,"duration":1}},{"uid":"ebb69fb813fb0b96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebb69fb813fb0b96","status":"passed","time":{"start":1707760299491,"stop":1707760299492,"duration":1}},{"uid":"45f0fac0241a8756","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f0fac0241a8756","status":"passed","time":{"start":1707757995158,"stop":1707757995159,"duration":1}},{"uid":"5edee959d832e861","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5edee959d832e861","status":"passed","time":{"start":1707756620172,"stop":1707756620173,"duration":1}},{"uid":"a05c1c7191e6ec34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a05c1c7191e6ec34","status":"passed","time":{"start":1707753925425,"stop":1707753925425,"duration":0}},{"uid":"1b2def19439c09e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1b2def19439c09e0","status":"passed","time":{"start":1707753785897,"stop":1707753785897,"duration":0}},{"uid":"c5f22ae2a4b59d73","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5f22ae2a4b59d73","status":"passed","time":{"start":1707751137101,"stop":1707751137102,"duration":1}},{"uid":"f2e7acc762f1621a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f2e7acc762f1621a","status":"passed","time":{"start":1707737056799,"stop":1707737056799,"duration":0}},{"uid":"c60260f2ef8b9d9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c60260f2ef8b9d9e","status":"passed","time":{"start":1707736286219,"stop":1707736286220,"duration":1}}]},"d41aeda8e0e38b29c149f84abdccaf72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a3810b73482e62f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3810b73482e62f7","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"duration":0}},{"uid":"d7d4bdc942aa4135","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7d4bdc942aa4135","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"6154d3aeef72c447","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6154d3aeef72c447","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"623de0662a2930fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/623de0662a2930fd","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"67b02248cf5a4615","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67b02248cf5a4615","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"fe481dff16786695","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe481dff16786695","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"3690f27791d16aae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3690f27791d16aae","status":"passed","time":{"start":1707760335947,"stop":1707760335947,"duration":0}},{"uid":"ddb7f4348f72ee3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ddb7f4348f72ee3","status":"passed","time":{"start":1707758023532,"stop":1707758023532,"duration":0}},{"uid":"1151a914de776185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1151a914de776185","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"7f28f92d9d1cf170","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f28f92d9d1cf170","status":"passed","time":{"start":1707753837167,"stop":1707753837167,"duration":0}},{"uid":"d178a25cc96aa701","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d178a25cc96aa701","status":"passed","time":{"start":1707751136307,"stop":1707751136308,"duration":1}},{"uid":"c10618a20d79d117","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c10618a20d79d117","status":"passed","time":{"start":1707737124643,"stop":1707737124643,"duration":0}},{"uid":"440e9a17c3fd5edf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/440e9a17c3fd5edf","status":"passed","time":{"start":1707736322655,"stop":1707736322656,"duration":1}}]},"c6efea1758187a8c7ff974eebdee3e91:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a05df0055ae7e372","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a05df0055ae7e372","status":"passed","time":{"start":1707792814755,"stop":1707792814756,"duration":1}},{"uid":"fd0e4f6c8cc94e34","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fd0e4f6c8cc94e34","status":"passed","time":{"start":1707777764143,"stop":1707777764143,"duration":0}},{"uid":"10003a000a4b320","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10003a000a4b320","status":"passed","time":{"start":1707775040233,"stop":1707775040234,"duration":1}},{"uid":"a5cdc7edb5d3f670","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5cdc7edb5d3f670","status":"passed","time":{"start":1707774842093,"stop":1707774842094,"duration":1}},{"uid":"507c91c1ed4056e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/507c91c1ed4056e4","status":"passed","time":{"start":1707769789490,"stop":1707769789490,"duration":0}},{"uid":"219c3922c7a5c970","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/219c3922c7a5c970","status":"passed","time":{"start":1707769642279,"stop":1707769642280,"duration":1}},{"uid":"995bc11f5cbbab60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/995bc11f5cbbab60","status":"passed","time":{"start":1707759737039,"stop":1707759737040,"duration":1}},{"uid":"f230ed61b1bc801b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f230ed61b1bc801b","status":"passed","time":{"start":1707757431978,"stop":1707757431979,"duration":1}},{"uid":"43c8d4ab6dd9b2bb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43c8d4ab6dd9b2bb","status":"passed","time":{"start":1707756061065,"stop":1707756061066,"duration":1}},{"uid":"a3518c31125096e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3518c31125096e0","status":"passed","time":{"start":1707753479612,"stop":1707753479613,"duration":1}},{"uid":"d35c074a35b17dfb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d35c074a35b17dfb","status":"passed","time":{"start":1707753208398,"stop":1707753208398,"duration":0}},{"uid":"c154f0532243e2a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c154f0532243e2a2","status":"passed","time":{"start":1707750608629,"stop":1707750608629,"duration":0}},{"uid":"84f94c27ed9f3bef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/84f94c27ed9f3bef","status":"passed","time":{"start":1707736525923,"stop":1707736525923,"duration":0}},{"uid":"df652752918cbf5e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/df652752918cbf5e","status":"passed","time":{"start":1707735707757,"stop":1707735707757,"duration":0}}]},"e843acbc4eb371fc4af77758ed102f17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2d21b5f7f616923a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d21b5f7f616923a","status":"passed","time":{"start":1707792814744,"stop":1707792814744,"duration":0}},{"uid":"37ece1ac12245bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37ece1ac12245bce","status":"passed","time":{"start":1707777764077,"stop":1707777764078,"duration":1}},{"uid":"a6c58cd2057fc665","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6c58cd2057fc665","status":"passed","time":{"start":1707775040147,"stop":1707775040147,"duration":0}},{"uid":"b8c03672b3053a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8c03672b3053a2","status":"passed","time":{"start":1707774842102,"stop":1707774842103,"duration":1}},{"uid":"663f23adcd7161d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663f23adcd7161d9","status":"passed","time":{"start":1707769789485,"stop":1707769789486,"duration":1}},{"uid":"fc91f78f3536f57e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc91f78f3536f57e","status":"passed","time":{"start":1707769642219,"stop":1707769642220,"duration":1}},{"uid":"bead5143b59ecf58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bead5143b59ecf58","status":"passed","time":{"start":1707759737068,"stop":1707759737068,"duration":0}},{"uid":"77e63771eef42041","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e63771eef42041","status":"passed","time":{"start":1707757431974,"stop":1707757431974,"duration":0}},{"uid":"392f52cae7b6b508","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/392f52cae7b6b508","status":"passed","time":{"start":1707756061019,"stop":1707756061019,"duration":0}},{"uid":"5a1e05650a1ed65d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5a1e05650a1ed65d","status":"passed","time":{"start":1707753479608,"stop":1707753479609,"duration":1}},{"uid":"594eaae8e6bdc39c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/594eaae8e6bdc39c","status":"passed","time":{"start":1707753208307,"stop":1707753208307,"duration":0}},{"uid":"605d939137bb6492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/605d939137bb6492","status":"passed","time":{"start":1707750608584,"stop":1707750608584,"duration":0}},{"uid":"9599bcee952eda77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9599bcee952eda77","status":"passed","time":{"start":1707736525855,"stop":1707736525855,"duration":0}},{"uid":"d0e0173a0741096a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0e0173a0741096a","status":"passed","time":{"start":1707735707689,"stop":1707735707689,"duration":0}}]},"12eaf6e80ca5958cd07d3fe4adb23698:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4d39654ee51c0b2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d39654ee51c0b2d","status":"passed","time":{"start":1707775656754,"stop":1707775656754,"duration":0}}]},"56378fb25e95279665f087ccbb869f6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"283cd2f9eaa49d3c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/283cd2f9eaa49d3c","status":"passed","time":{"start":1707792792593,"stop":1707792792593,"duration":0}},{"uid":"cd9cb0114d617c6a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd9cb0114d617c6a","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"7c9491f3cb121c84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c9491f3cb121c84","status":"passed","time":{"start":1707775017868,"stop":1707775017869,"duration":1}},{"uid":"ecf569eec66e5e5a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecf569eec66e5e5a","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"4dcea99a378b752a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dcea99a378b752a","status":"passed","time":{"start":1707769766847,"stop":1707769766847,"duration":0}},{"uid":"d8d70b11034c2bca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d8d70b11034c2bca","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"573acbcf69c2dc2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/573acbcf69c2dc2d","status":"passed","time":{"start":1707759714563,"stop":1707759714563,"duration":0}},{"uid":"2ecee5590275d445","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ecee5590275d445","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"b1a92456749e89cf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1a92456749e89cf","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"87cc7479588a4625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/87cc7479588a4625","status":"passed","time":{"start":1707753457116,"stop":1707753457116,"duration":0}},{"uid":"fda22a40247591d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fda22a40247591d0","status":"passed","time":{"start":1707753185098,"stop":1707753185098,"duration":0}},{"uid":"e018d3da32b085e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e018d3da32b085e2","status":"passed","time":{"start":1707750585900,"stop":1707750585901,"duration":1}},{"uid":"8d0672f91c759a27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d0672f91c759a27","status":"passed","time":{"start":1707736503317,"stop":1707736503318,"duration":1}},{"uid":"2145c03ae4b7106b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2145c03ae4b7106b","status":"passed","time":{"start":1707735684652,"stop":1707735684652,"duration":0}}]},"880384c9e45373acce6f8040920d8b0c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f6de8d0e24c02232","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f6de8d0e24c02232","status":"passed","time":{"start":1707736081271,"stop":1707736081273,"duration":2}}]},"589b1b7a6d9807934ff98a31643c4d34:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d346bdfed2395d37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d346bdfed2395d37","status":"passed","time":{"start":1707793370627,"stop":1707793370627,"duration":0}},{"uid":"ea7e25b5c37b78e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea7e25b5c37b78e5","status":"passed","time":{"start":1707778386476,"stop":1707778386477,"duration":1}},{"uid":"c029bab0aa1520f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c029bab0aa1520f8","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"f585867c9e8d9957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f585867c9e8d9957","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"125118953bf5e347","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/125118953bf5e347","status":"passed","time":{"start":1707770395179,"stop":1707770395179,"duration":0}},{"uid":"c77d727ef02270a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c77d727ef02270a","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"a00ec3d558848cdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a00ec3d558848cdf","status":"passed","time":{"start":1707760335941,"stop":1707760335942,"duration":1}},{"uid":"eac5e6a6b973b83","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac5e6a6b973b83","status":"passed","time":{"start":1707758023529,"stop":1707758023529,"duration":0}},{"uid":"453a0804d74853dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/453a0804d74853dd","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"d6f9ced9f4164b5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6f9ced9f4164b5c","status":"passed","time":{"start":1707753837163,"stop":1707753837163,"duration":0}},{"uid":"767759e2e01f5310","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/767759e2e01f5310","status":"passed","time":{"start":1707751136280,"stop":1707751136280,"duration":0}},{"uid":"f571893401750cd6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f571893401750cd6","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"1dc8d295158ef88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dc8d295158ef88","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"5fc0275b1da516c0a3b6ae4fbb43ffa5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3cd9e15f05df817","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3cd9e15f05df817","status":"passed","time":{"start":1707777997110,"stop":1707777997110,"duration":0}},{"uid":"80e16f8c83f7fca3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80e16f8c83f7fca3","status":"passed","time":{"start":1707775275751,"stop":1707775275751,"duration":0}},{"uid":"a766b4c4db23d065","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a766b4c4db23d065","status":"passed","time":{"start":1707775085883,"stop":1707775085884,"duration":1}},{"uid":"7089380d2deac505","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7089380d2deac505","status":"passed","time":{"start":1707770018839,"stop":1707770018840,"duration":1}},{"uid":"5e2d1bcce70e03e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5e2d1bcce70e03e6","status":"passed","time":{"start":1707769883319,"stop":1707769883320,"duration":1}},{"uid":"37b261115ad3998a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/37b261115ad3998a","status":"passed","time":{"start":1707759981461,"stop":1707759981462,"duration":1}},{"uid":"be21689a00186525","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be21689a00186525","status":"passed","time":{"start":1707757676041,"stop":1707757676042,"duration":1}},{"uid":"656193e17ac638bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/656193e17ac638bf","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"299351fb148ec486","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/299351fb148ec486","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"14ab58258488ab6c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14ab58258488ab6c","status":"passed","time":{"start":1707753448100,"stop":1707753448100,"duration":0}},{"uid":"7648f358a5f4eb22","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7648f358a5f4eb22","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"9b6a97249375a601","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b6a97249375a601","status":"passed","time":{"start":1707736765010,"stop":1707736765011,"duration":1}},{"uid":"2a70bdf8c3765be8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2a70bdf8c3765be8","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"f8bd2a707a690b37acbe767f62bd27a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aded594c79cf38b3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aded594c79cf38b3","status":"passed","time":{"start":1707736081271,"stop":1707736081271,"duration":0}}]},"513731380c77ca152026bf7c14a48d8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6c34f2a2b93ed1bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c34f2a2b93ed1bc","status":"passed","time":{"start":1707793012483,"stop":1707793012484,"duration":1}},{"uid":"832993bf278e117e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/832993bf278e117e","status":"passed","time":{"start":1707777977666,"stop":1707777977666,"duration":0}},{"uid":"eb577bd9858e8583","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb577bd9858e8583","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"2fea3887fddbdeb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fea3887fddbdeb6","status":"passed","time":{"start":1707775082019,"stop":1707775082019,"duration":0}},{"uid":"c727ccb3650e78d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c727ccb3650e78d1","status":"passed","time":{"start":1707769999863,"stop":1707769999864,"duration":1}},{"uid":"351a2a29696c5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/351a2a29696c5","status":"passed","time":{"start":1707769841900,"stop":1707769841900,"duration":0}},{"uid":"5d69ffe4d9891f71","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d69ffe4d9891f71","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"7d99af389bbf50fe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7d99af389bbf50fe","status":"passed","time":{"start":1707757624876,"stop":1707757624877,"duration":1}},{"uid":"4cc08aca7264862f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4cc08aca7264862f","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"1a1031995e1fe0be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a1031995e1fe0be","status":"passed","time":{"start":1707753651168,"stop":1707753651168,"duration":0}},{"uid":"e3c16bda241ca7c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c16bda241ca7c1","status":"passed","time":{"start":1707753409585,"stop":1707753409586,"duration":1}},{"uid":"419eeb1fc8c9f30e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/419eeb1fc8c9f30e","status":"passed","time":{"start":1707750722049,"stop":1707750722050,"duration":1}},{"uid":"720f37bf7a4b1193","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/720f37bf7a4b1193","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"466decdef499c872","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/466decdef499c872","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"ffc49707d2a2a9d0199ccd6353e21f60:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e9514e0ee20b6e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e9514e0ee20b6e0","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3884349e6f873a1d438a98af624ac63b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7cd19c5e8f10dff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7cd19c5e8f10dff","status":"passed","time":{"start":1707793012503,"stop":1707793012507,"duration":4}},{"uid":"ed9b49e555a8d17d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ed9b49e555a8d17d","status":"passed","time":{"start":1707777977671,"stop":1707777977672,"duration":1}},{"uid":"8526dd1944b32cbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8526dd1944b32cbd","status":"passed","time":{"start":1707775258465,"stop":1707775258466,"duration":1}},{"uid":"8f5e51bbf822663","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5e51bbf822663","status":"passed","time":{"start":1707775082030,"stop":1707775082031,"duration":1}},{"uid":"caafb7e14c917039","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/caafb7e14c917039","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"ef29963214540b54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef29963214540b54","status":"passed","time":{"start":1707769841908,"stop":1707769841908,"duration":0}},{"uid":"eba0319f345263b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eba0319f345263b1","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"c00832f08b51ee0a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c00832f08b51ee0a","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"1b35f7c35ef69bf2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b35f7c35ef69bf2","status":"passed","time":{"start":1707756261833,"stop":1707756261833,"duration":0}},{"uid":"fbfd6c0cde965938","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fbfd6c0cde965938","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"793404dd46142a5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/793404dd46142a5f","status":"passed","time":{"start":1707753409592,"stop":1707753409593,"duration":1}},{"uid":"c0c1a76bebe34f2b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0c1a76bebe34f2b","status":"passed","time":{"start":1707750722056,"stop":1707750722057,"duration":1}},{"uid":"567f3be7dc4b59f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/567f3be7dc4b59f8","status":"passed","time":{"start":1707736708335,"stop":1707736708335,"duration":0}},{"uid":"ca4f6a09b1d470ae","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca4f6a09b1d470ae","status":"passed","time":{"start":1707735914392,"stop":1707735914393,"duration":1}}]},"1a3a6d1ae0d567935eaad8885460e7c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b3b4c2994ab9ff77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3b4c2994ab9ff77","status":"passed","time":{"start":1707793371099,"stop":1707793371100,"duration":1}},{"uid":"740c6d8c4aa93eb8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740c6d8c4aa93eb8","status":"passed","time":{"start":1707778338836,"stop":1707778338836,"duration":0}},{"uid":"a8ec16bee2640333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a8ec16bee2640333","status":"passed","time":{"start":1707775602016,"stop":1707775602017,"duration":1}},{"uid":"240f5d9f9ac214b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/240f5d9f9ac214b0","status":"passed","time":{"start":1707775390225,"stop":1707775390227,"duration":2}},{"uid":"771a9a4a089d90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/771a9a4a089d90c","status":"passed","time":{"start":1707770335603,"stop":1707770335603,"duration":0}},{"uid":"2c56ddca29702de1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2c56ddca29702de1","status":"passed","time":{"start":1707760301804,"stop":1707760301805,"duration":1}},{"uid":"5517ed88e0e01f73","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5517ed88e0e01f73","status":"passed","time":{"start":1707758006706,"stop":1707758006707,"duration":1}},{"uid":"5354b3506c94d696","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5354b3506c94d696","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"4f500f885e43da76","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f500f885e43da76","status":"passed","time":{"start":1707753988878,"stop":1707753988878,"duration":0}},{"uid":"6519e4aea94a3618","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6519e4aea94a3618","status":"passed","time":{"start":1707753782746,"stop":1707753782748,"duration":2}},{"uid":"6e668934bca5cced","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e668934bca5cced","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"e64bdfddd601cb62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e64bdfddd601cb62","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"9edd0412bc330230","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9edd0412bc330230","status":"passed","time":{"start":1707736260125,"stop":1707736260125,"duration":0}}]},"bd81d7ffdaed09a1e3e9db53db89999f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d6d341cb375f8407","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6d341cb375f8407","status":"passed","time":{"start":1707793371107,"stop":1707793371107,"duration":0}},{"uid":"4eb3dffbc154b253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4eb3dffbc154b253","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"5a3f2fa765537ead","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a3f2fa765537ead","status":"passed","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"c3a46b54dee934ab","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3a46b54dee934ab","status":"passed","time":{"start":1707775390234,"stop":1707775390234,"duration":0}},{"uid":"6a905b9ce2d2f90c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6a905b9ce2d2f90c","status":"passed","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"b6642309404b0b73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b6642309404b0b73","status":"passed","time":{"start":1707760301817,"stop":1707760301817,"duration":0}},{"uid":"4f39f8f073173f3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4f39f8f073173f3a","status":"passed","time":{"start":1707758006712,"stop":1707758006713,"duration":1}},{"uid":"374332bb1a68cf37","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/374332bb1a68cf37","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"c8f2fd1ff2da5404","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8f2fd1ff2da5404","status":"passed","time":{"start":1707753988883,"stop":1707753988884,"duration":1}},{"uid":"168895053d0472a0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/168895053d0472a0","status":"passed","time":{"start":1707753782759,"stop":1707753782760,"duration":1}},{"uid":"718d3333eb0fdd1e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/718d3333eb0fdd1e","status":"passed","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"b91379ed186578d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b91379ed186578d1","status":"passed","time":{"start":1707737091330,"stop":1707737091339,"duration":9}},{"uid":"c265a9c01f7db472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c265a9c01f7db472","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"bd6b420fe72d53673925d5e9ff70af86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e38a7ee5e498af8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e38a7ee5e498af8","status":"passed","time":{"start":1707793012474,"stop":1707793012475,"duration":1}},{"uid":"b414b9739b661513","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b414b9739b661513","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"de4007470ce68323","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de4007470ce68323","status":"passed","time":{"start":1707775258454,"stop":1707775258454,"duration":0}},{"uid":"4c5e95a7bf555b7d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c5e95a7bf555b7d","status":"passed","time":{"start":1707775082013,"stop":1707775082014,"duration":1}},{"uid":"70b3ae1baf529f9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70b3ae1baf529f9e","status":"passed","time":{"start":1707769999861,"stop":1707769999861,"duration":0}},{"uid":"19c373bc10fe1bc7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c373bc10fe1bc7","status":"passed","time":{"start":1707769841896,"stop":1707769841896,"duration":0}},{"uid":"4b52b6c1069f062a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b52b6c1069f062a","status":"passed","time":{"start":1707759921450,"stop":1707759921452,"duration":2}},{"uid":"90584909c24649f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90584909c24649f0","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"8471cfe677e54a64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8471cfe677e54a64","status":"passed","time":{"start":1707756261760,"stop":1707756261761,"duration":1}},{"uid":"1220786541ab7165","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1220786541ab7165","status":"passed","time":{"start":1707753651165,"stop":1707753651166,"duration":1}},{"uid":"2f3da6ebea65ad2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f3da6ebea65ad2","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"f8e049e7ddf1e1e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e049e7ddf1e1e8","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"f49ace766a1968ad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f49ace766a1968ad","status":"passed","time":{"start":1707736708326,"stop":1707736708327,"duration":1}},{"uid":"75f3d0d878bee521","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75f3d0d878bee521","status":"passed","time":{"start":1707735914383,"stop":1707735914384,"duration":1}}]},"f7868e6b85a42969a816271884c08d83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec2922e2fa38747c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec2922e2fa38747c","status":"passed","time":{"start":1707793086617,"stop":1707793086617,"duration":0}},{"uid":"c42d802a9003cb33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c42d802a9003cb33","status":"passed","time":{"start":1707778058491,"stop":1707778058491,"duration":0}},{"uid":"29f739eb3595a600","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/29f739eb3595a600","status":"passed","time":{"start":1707775337157,"stop":1707775337158,"duration":1}},{"uid":"bd6513dbbf76d99e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd6513dbbf76d99e","status":"passed","time":{"start":1707775143606,"stop":1707775143606,"duration":0}},{"uid":"f8941cbafaad4e12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8941cbafaad4e12","status":"passed","time":{"start":1707770075686,"stop":1707770075686,"duration":0}},{"uid":"c15c2e9aef73bb10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c15c2e9aef73bb10","status":"passed","time":{"start":1707769940214,"stop":1707769940214,"duration":0}},{"uid":"fb7db67f677249ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb7db67f677249ff","status":"passed","time":{"start":1707760042462,"stop":1707760042462,"duration":0}},{"uid":"7dace5c80e5a32a5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7dace5c80e5a32a5","status":"passed","time":{"start":1707757736400,"stop":1707757736400,"duration":0}},{"uid":"7b3ad0194a86735e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7b3ad0194a86735e","status":"passed","time":{"start":1707756352343,"stop":1707756352344,"duration":1}},{"uid":"2519d6875cbd80a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2519d6875cbd80a2","status":"passed","time":{"start":1707753768713,"stop":1707753768713,"duration":0}},{"uid":"4c0ce4f712146c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c0ce4f712146c8c","status":"passed","time":{"start":1707753512772,"stop":1707753512772,"duration":0}},{"uid":"8114a485b8c9f506","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8114a485b8c9f506","status":"passed","time":{"start":1707750899685,"stop":1707750899685,"duration":0}},{"uid":"fee670c04f3c77af","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fee670c04f3c77af","status":"passed","time":{"start":1707736822689,"stop":1707736822690,"duration":1}},{"uid":"6b6888d58ad341b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6888d58ad341b1","status":"passed","time":{"start":1707736014746,"stop":1707736014746,"duration":0}}]},"d96d9d45dfbea2e5c04ce12f773c44a6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be52fc8f190fe953","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be52fc8f190fe953","status":"passed","time":{"start":1707793142792,"stop":1707793142794,"duration":2}},{"uid":"863457d3f4972de6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/863457d3f4972de6","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"fe0bfa5fe640dfc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fe0bfa5fe640dfc0","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"3bcd4e3dfc043ea8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bcd4e3dfc043ea8","status":"passed","time":{"start":1707775193314,"stop":1707775193315,"duration":1}},{"uid":"36c59a5152aad99f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36c59a5152aad99f","status":"passed","time":{"start":1707770121407,"stop":1707770121408,"duration":1}},{"uid":"7f7a828d9afbd2ee","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f7a828d9afbd2ee","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"c591a5cf4f81666f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c591a5cf4f81666f","status":"passed","time":{"start":1707760084100,"stop":1707760084100,"duration":0}},{"uid":"9ec7605354faf28e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9ec7605354faf28e","status":"passed","time":{"start":1707757782368,"stop":1707757782368,"duration":0}},{"uid":"54dfc301813ec335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54dfc301813ec335","status":"passed","time":{"start":1707756396101,"stop":1707756396101,"duration":0}},{"uid":"c9a17c53a2ae6c53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a17c53a2ae6c53","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"50a6a38123569529","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50a6a38123569529","status":"passed","time":{"start":1707753563097,"stop":1707753563098,"duration":1}},{"uid":"675eee9b0c5a2bd8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/675eee9b0c5a2bd8","status":"passed","time":{"start":1707750940653,"stop":1707750940656,"duration":3}},{"uid":"f91c8c228b1745d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f91c8c228b1745d7","status":"passed","time":{"start":1707736870544,"stop":1707736870545,"duration":1}},{"uid":"b37b2311e2c716ab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b37b2311e2c716ab","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"910abab3840431832d3bc4edf8e0a85b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a362b1734d6ad49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a362b1734d6ad49","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0}},{"uid":"fac1e5ba03a677b2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fac1e5ba03a677b2","status":"passed","time":{"start":1707777749843,"stop":1707777749843,"duration":0}},{"uid":"caa7c3f326aa2db6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/caa7c3f326aa2db6","status":"passed","time":{"start":1707775026265,"stop":1707775026265,"duration":0}},{"uid":"ea7a13db24830888","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7a13db24830888","status":"passed","time":{"start":1707774827855,"stop":1707774827855,"duration":0}},{"uid":"52c20a8fd2fc2912","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52c20a8fd2fc2912","status":"passed","time":{"start":1707769775412,"stop":1707769775412,"duration":0}},{"uid":"5afe85d2da6a6700","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5afe85d2da6a6700","status":"passed","time":{"start":1707769628084,"stop":1707769628085,"duration":1}},{"uid":"5829f8c30bf18266","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5829f8c30bf18266","status":"passed","time":{"start":1707759722866,"stop":1707759722866,"duration":0}},{"uid":"f5d2582d6a8b88d1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5d2582d6a8b88d1","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"43f8ead862c48859","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43f8ead862c48859","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"8b97af90edb9d443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b97af90edb9d443","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"9b4cc1cf83df999a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b4cc1cf83df999a","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"f14bd9986491a65e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f14bd9986491a65e","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"9817dcb0c4dcb308","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9817dcb0c4dcb308","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"a950c82abc199821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a950c82abc199821","status":"passed","time":{"start":1707735693124,"stop":1707735693125,"duration":1}}]},"90e29518969bad33a76404322a424974:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c062029560fecd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c062029560fecd4","status":"passed","time":{"start":1707753793190,"stop":1707753793190,"duration":0}}]},"1b3504bf75b41d7e9c10b63627305d23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d96387bd33fcb26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d96387bd33fcb26","status":"passed","time":{"start":1707792878416,"stop":1707792878417,"duration":1}},{"uid":"5eede6fb2bb96d27","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5eede6fb2bb96d27","status":"passed","time":{"start":1707777826933,"stop":1707777826934,"duration":1}},{"uid":"f1a66717999065b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a66717999065b4","status":"passed","time":{"start":1707775103556,"stop":1707775103556,"duration":0}},{"uid":"49e0abd4caee2916","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49e0abd4caee2916","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"a1b6dcada8dbad61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b6dcada8dbad61","status":"passed","time":{"start":1707769852805,"stop":1707769852805,"duration":0}},{"uid":"b2fea98fddfc8d2a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b2fea98fddfc8d2a","status":"passed","time":{"start":1707769706527,"stop":1707769706532,"duration":5}},{"uid":"c25606e98da232c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c25606e98da232c0","status":"passed","time":{"start":1707759800533,"stop":1707759800534,"duration":1}},{"uid":"7f67f9b88bc74bca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f67f9b88bc74bca","status":"passed","time":{"start":1707757496504,"stop":1707757496504,"duration":0}},{"uid":"fa7a3aadfe88a9ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fa7a3aadfe88a9ce","status":"passed","time":{"start":1707756124840,"stop":1707756124841,"duration":1}},{"uid":"967756699701bddd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/967756699701bddd","status":"passed","time":{"start":1707753544144,"stop":1707753544145,"duration":1}},{"uid":"615e012287ebe89c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/615e012287ebe89c","status":"passed","time":{"start":1707753273869,"stop":1707753273870,"duration":1}},{"uid":"7d3420af4431ed2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d3420af4431ed2c","status":"passed","time":{"start":1707750672013,"stop":1707750672013,"duration":0}},{"uid":"6c7af89aa5033750","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c7af89aa5033750","status":"passed","time":{"start":1707736588887,"stop":1707736588888,"duration":1}},{"uid":"c5fddd2764046ea6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5fddd2764046ea6","status":"passed","time":{"start":1707735772598,"stop":1707735772599,"duration":1}}]},"9d293d96cf13bc745296a7fe3a1bcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ca560bd96ab3cbfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca560bd96ab3cbfa","status":"passed","time":{"start":1707770335619,"stop":1707770335620,"duration":1}}]},"36bb3ee8fcfb200feda70b5f4761eabf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6265edc24308f6ea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6265edc24308f6ea","status":"passed","time":{"start":1707793028285,"stop":1707793028286,"duration":1}},{"uid":"cd328718a01c5a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cd328718a01c5a1","status":"passed","time":{"start":1707777973003,"stop":1707777973003,"duration":0}},{"uid":"7e933d045cd53752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e933d045cd53752","status":"passed","time":{"start":1707775244532,"stop":1707775244532,"duration":0}},{"uid":"a68f427ebd57ef21","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a68f427ebd57ef21","status":"passed","time":{"start":1707775050821,"stop":1707775050822,"duration":1}},{"uid":"495fc8941603d8d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/495fc8941603d8d","status":"passed","time":{"start":1707770001383,"stop":1707770001383,"duration":0}},{"uid":"6311e63e33b5d267","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6311e63e33b5d267","status":"passed","time":{"start":1707769843148,"stop":1707769843149,"duration":1}},{"uid":"1a49bc0d728da101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1a49bc0d728da101","status":"passed","time":{"start":1707759965207,"stop":1707759965208,"duration":1}},{"uid":"eb765599524eda56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb765599524eda56","status":"passed","time":{"start":1707757644393,"stop":1707757644394,"duration":1}},{"uid":"9f2bcd98474dcae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f2bcd98474dcae6","status":"passed","time":{"start":1707756267913,"stop":1707756267914,"duration":1}},{"uid":"369d819bec94d3cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/369d819bec94d3cf","status":"passed","time":{"start":1707753668078,"stop":1707753668078,"duration":0}},{"uid":"584bb0450110edb8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/584bb0450110edb8","status":"passed","time":{"start":1707753423541,"stop":1707753423541,"duration":0}},{"uid":"78f84a833d60de02","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78f84a833d60de02","status":"passed","time":{"start":1707750796035,"stop":1707750796036,"duration":1}},{"uid":"df9ab44250a657e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df9ab44250a657e1","status":"passed","time":{"start":1707736730655,"stop":1707736730656,"duration":1}},{"uid":"c8caf555178a5957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c8caf555178a5957","status":"passed","time":{"start":1707735912127,"stop":1707735912128,"duration":1}}]},"2e76f2a3fcd549303fddb151e30d66ae:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"16afe6f916b349b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/16afe6f916b349b7","status":"passed","time":{"start":1707793168671,"stop":1707793168672,"duration":1}},{"uid":"fdf93771ee37d0bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdf93771ee37d0bc","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"64e13a23a195722f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64e13a23a195722f","status":"passed","time":{"start":1707775409482,"stop":1707775409482,"duration":0}},{"uid":"15651b0e259e9b60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15651b0e259e9b60","status":"passed","time":{"start":1707775219993,"stop":1707775219994,"duration":1}},{"uid":"4559c5830321e84f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4559c5830321e84f","status":"passed","time":{"start":1707770142480,"stop":1707770142481,"duration":1}},{"uid":"61050a7e28d4bcae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61050a7e28d4bcae","status":"passed","time":{"start":1707769994534,"stop":1707769994534,"duration":0}},{"uid":"3a2df33da55661ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a2df33da55661ef","status":"passed","time":{"start":1707760106454,"stop":1707760106454,"duration":0}},{"uid":"52d5bf530a28b82a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/52d5bf530a28b82a","status":"passed","time":{"start":1707757804292,"stop":1707757804292,"duration":0}},{"uid":"6dca6eaf65f2f404","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dca6eaf65f2f404","status":"passed","time":{"start":1707756422342,"stop":1707756422342,"duration":0}},{"uid":"b3ccaaf98dbf4b67","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ccaaf98dbf4b67","status":"passed","time":{"start":1707753796545,"stop":1707753796546,"duration":1}},{"uid":"a34d6c024647c318","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a34d6c024647c318","status":"passed","time":{"start":1707753586161,"stop":1707753586161,"duration":0}},{"uid":"5cdccb289aeb8271","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cdccb289aeb8271","status":"passed","time":{"start":1707750964799,"stop":1707750964800,"duration":1}},{"uid":"9583be68985c583b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9583be68985c583b","status":"passed","time":{"start":1707736890434,"stop":1707736890434,"duration":0}},{"uid":"76942a98a0b09a3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76942a98a0b09a3e","status":"passed","time":{"start":1707736096388,"stop":1707736096388,"duration":0}}]},"e6b6688905644c1d5481ccbb9c3c081b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ea3612e15cbc8740","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3612e15cbc8740","status":"passed","time":{"start":1707775486640,"stop":1707775486640,"duration":0}}]},"d1096d6b4246b55e433c70556f206b30:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1985dcb18ff46aa0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1985dcb18ff46aa0","status":"passed","time":{"start":1707736878968,"stop":1707736878968,"duration":0}}]},"1448dc610e92b4a18491cc1a32b179a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d6aa97f8164ad781","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6aa97f8164ad781","status":"passed","time":{"start":1707792822804,"stop":1707792822805,"duration":1}},{"uid":"ece5ca6df412a5bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ece5ca6df412a5bd","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"b0b358893797ba65","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0b358893797ba65","status":"passed","time":{"start":1707775048148,"stop":1707775048148,"duration":0}},{"uid":"b46142c59547040f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b46142c59547040f","status":"passed","time":{"start":1707774850258,"stop":1707774850259,"duration":1}},{"uid":"9fe35837e4c0ea8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fe35837e4c0ea8a","status":"passed","time":{"start":1707769797447,"stop":1707769797447,"duration":0}},{"uid":"3cb2f9dcd6da334f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3cb2f9dcd6da334f","status":"passed","time":{"start":1707769650276,"stop":1707769650276,"duration":0}},{"uid":"6be92222a723cd79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6be92222a723cd79","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"68a73ea1e56c88df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/68a73ea1e56c88df","status":"passed","time":{"start":1707757440223,"stop":1707757440224,"duration":1}},{"uid":"aaf0a15d470bcf1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aaf0a15d470bcf1e","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"deb98e9c99daea74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb98e9c99daea74","status":"passed","time":{"start":1707753487642,"stop":1707753487643,"duration":1}},{"uid":"1cf2c8a0f89e5a59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1cf2c8a0f89e5a59","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"59a3dc5b6cc27942","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/59a3dc5b6cc27942","status":"passed","time":{"start":1707750616578,"stop":1707750616578,"duration":0}},{"uid":"7a058f80103ff4bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7a058f80103ff4bf","status":"passed","time":{"start":1707736534013,"stop":1707736534013,"duration":0}},{"uid":"c7cb3387fadba2e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb3387fadba2e2","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"9ab7c2056d356e71723d3d28c3e2e25f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"622cd29c7714ab54","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/622cd29c7714ab54","status":"passed","time":{"start":1707793371097,"stop":1707793371098,"duration":1}},{"uid":"93435e8a447cface","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93435e8a447cface","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"823fcc8ad03b2467","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/823fcc8ad03b2467","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"2088be773e1c6686","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2088be773e1c6686","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"57b551e7a326528","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b551e7a326528","status":"passed","time":{"start":1707770335600,"stop":1707770335601,"duration":1}},{"uid":"3fbdc12e7b126da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3fbdc12e7b126da","status":"passed","time":{"start":1707760301802,"stop":1707760301803,"duration":1}},{"uid":"1dc45d841bbeb98b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1dc45d841bbeb98b","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"4f113a9cb3d17aae","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f113a9cb3d17aae","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"b9fcb31dfb7bf7a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9fcb31dfb7bf7a4","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1e8a187b9623f41","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e8a187b9623f41","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"a7d038012d26736c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7d038012d26736c","status":"passed","time":{"start":1707751162307,"stop":1707751162307,"duration":0}},{"uid":"6dfac749411d6e3c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dfac749411d6e3c","status":"passed","time":{"start":1707737091298,"stop":1707737091299,"duration":1}},{"uid":"9a547aec9270f1f0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a547aec9270f1f0","status":"passed","time":{"start":1707736260120,"stop":1707736260121,"duration":1}}]},"cbcc5d801846434a1d1191cc8b268c75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd4b41318246363f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd4b41318246363f","status":"passed","time":{"start":1707793238877,"stop":1707793238877,"duration":0}},{"uid":"303015306fd00231","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/303015306fd00231","status":"passed","time":{"start":1707778202500,"stop":1707778202500,"duration":0}},{"uid":"4dbc8eac12a1e4cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4dbc8eac12a1e4cf","status":"passed","time":{"start":1707775486636,"stop":1707775486637,"duration":1}},{"uid":"c6cdda66aea67618","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c6cdda66aea67618","status":"passed","time":{"start":1707775300140,"stop":1707775300141,"duration":1}},{"uid":"bbeea25304ef323e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bbeea25304ef323e","status":"passed","time":{"start":1707770234583,"stop":1707770234584,"duration":1}},{"uid":"26f5b62e74efa951","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/26f5b62e74efa951","status":"passed","time":{"start":1707770051399,"stop":1707770051400,"duration":1}},{"uid":"f162a39f1c882afa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f162a39f1c882afa","status":"passed","time":{"start":1707760174027,"stop":1707760174028,"duration":1}},{"uid":"c1efadfac43ae385","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1efadfac43ae385","status":"passed","time":{"start":1707757873928,"stop":1707757873929,"duration":1}},{"uid":"c558d99a434a7399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c558d99a434a7399","status":"passed","time":{"start":1707756499911,"stop":1707756499913,"duration":2}},{"uid":"122b2b79fc3a650b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/122b2b79fc3a650b","status":"passed","time":{"start":1707753870468,"stop":1707753870469,"duration":1}},{"uid":"566399c2f2633770","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/566399c2f2633770","status":"passed","time":{"start":1707753647523,"stop":1707753647523,"duration":0}},{"uid":"5cedd0caede2e432","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cedd0caede2e432","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"9c3b9ecb0ad14f87","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c3b9ecb0ad14f87","status":"passed","time":{"start":1707736947852,"stop":1707736947853,"duration":1}},{"uid":"167cef81759a5a31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/167cef81759a5a31","status":"passed","time":{"start":1707736152508,"stop":1707736152509,"duration":1}}]},"cfbce697770ac8b617a3f91ea8db468f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f11a41b55cebecf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f11a41b55cebecf","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0}},{"uid":"b5270306f142e7ba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5270306f142e7ba","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"512fd720a58a5752","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/512fd720a58a5752","status":"passed","time":{"start":1707775026261,"stop":1707775026262,"duration":1}},{"uid":"ab985d4b804b95e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ab985d4b804b95e8","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"84dea4da931079fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/84dea4da931079fe","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"fe900150362cc843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fe900150362cc843","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"6b06dbda79391b8a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b06dbda79391b8a","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"c57d8819f12019e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c57d8819f12019e9","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"ffa39b96ff0f5cef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffa39b96ff0f5cef","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"b33ea6dea92e41cd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b33ea6dea92e41cd","status":"passed","time":{"start":1707753465433,"stop":1707753465434,"duration":1}},{"uid":"c62ca2080824e44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c62ca2080824e44b","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"ba532ad8abb0d084","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ba532ad8abb0d084","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"4aba650aadb25aec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4aba650aadb25aec","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"7fd00d30d4ef9a3a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7fd00d30d4ef9a3a","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"30ef7a9b03445eb2aa807816e4c71b90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5789b5106be1e408","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5789b5106be1e408","status":"passed","time":{"start":1707793446752,"stop":1707793446752,"duration":0}},{"uid":"784aba2ff969b79","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/784aba2ff969b79","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"5fd8d6a08e15c6f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fd8d6a08e15c6f5","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"c1b34c403d541582","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1b34c403d541582","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"f3cc6bad79d0650f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3cc6bad79d0650f","status":"passed","time":{"start":1707770424189,"stop":1707770424190,"duration":1}},{"uid":"c8ce22d2a05363b0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8ce22d2a05363b0","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"d351b95daa706c40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d351b95daa706c40","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"31d3ff2623fa0537","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31d3ff2623fa0537","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"ea1781db70f26242","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1781db70f26242","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"3cf4606829b44fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cf4606829b44fce","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"b5d357d9928e3e2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5d357d9928e3e2e","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"1a0a92454e3d900c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1a0a92454e3d900c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"96c35f4b64ec62bf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/96c35f4b64ec62bf","status":"passed","time":{"start":1707736353049,"stop":1707736353049,"duration":0}}]},"4767a2b8c2c3093ff3913c6b8adf48d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d15f407dab04d318","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d15f407dab04d318","status":"passed","time":{"start":1707736878967,"stop":1707736878968,"duration":1}}]},"6b5bdb51eb93b8a0ee2d63c4fadbc778:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6730b871158c9a11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6730b871158c9a11","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0}},{"uid":"49ef313f0c7bc252","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49ef313f0c7bc252","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"3a235082c30ba12e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a235082c30ba12e","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"fa950f6a3ffcb2b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa950f6a3ffcb2b5","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"1d0c4aac93d55f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d0c4aac93d55f79","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"ac5bc9f431429ae5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5bc9f431429ae5","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"abaa515e5886936","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abaa515e5886936","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"b2ef24ae29bc63ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2ef24ae29bc63ad","status":"passed","time":{"start":1707758036861,"stop":1707758036862,"duration":1}},{"uid":"b3212f4e36e9506b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3212f4e36e9506b","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"559a06f7a8ab0c8f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/559a06f7a8ab0c8f","status":"passed","time":{"start":1707753994324,"stop":1707753994325,"duration":1}},{"uid":"564b93a25fcfc127","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/564b93a25fcfc127","status":"passed","time":{"start":1707753841535,"stop":1707753841536,"duration":1}},{"uid":"55fce984325296dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55fce984325296dc","status":"passed","time":{"start":1707737132861,"stop":1707737132861,"duration":0}},{"uid":"8f35972fb1436abf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f35972fb1436abf","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"1814079429f991e87810cd64b14ba5da:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"332b1fe9489c48af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/332b1fe9489c48af","status":"passed","time":{"start":1707792919943,"stop":1707792919943,"duration":0}},{"uid":"a1994b8b6aef4019","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a1994b8b6aef4019","status":"passed","time":{"start":1707777865445,"stop":1707777865445,"duration":0}},{"uid":"6e4ea7efa5c33b05","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e4ea7efa5c33b05","status":"passed","time":{"start":1707775140808,"stop":1707775140808,"duration":0}},{"uid":"306a30c7bde3c023","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/306a30c7bde3c023","status":"passed","time":{"start":1707774947612,"stop":1707774947612,"duration":0}},{"uid":"b6057e8af4e873c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6057e8af4e873c7","status":"passed","time":{"start":1707769893454,"stop":1707769893454,"duration":0}},{"uid":"3f4461745f9d581c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f4461745f9d581c","status":"passed","time":{"start":1707769737641,"stop":1707769737642,"duration":1}},{"uid":"668d9ce1d0b89e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/668d9ce1d0b89e3b","status":"passed","time":{"start":1707759835152,"stop":1707759835152,"duration":0}},{"uid":"8c60d5dba7c5dc7f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c60d5dba7c5dc7f","status":"passed","time":{"start":1707757529707,"stop":1707757529707,"duration":0}},{"uid":"d2104b031bf5c332","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d2104b031bf5c332","status":"passed","time":{"start":1707756164077,"stop":1707756164078,"duration":1}},{"uid":"6de7b162de6a3d91","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6de7b162de6a3d91","status":"passed","time":{"start":1707753566691,"stop":1707753566691,"duration":0}},{"uid":"a2c453081f24419e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2c453081f24419e","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"d04e244fa6073572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d04e244fa6073572","status":"passed","time":{"start":1707750698719,"stop":1707750698720,"duration":1}},{"uid":"bb336724ebc2269a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb336724ebc2269a","status":"passed","time":{"start":1707736624915,"stop":1707736624915,"duration":0}},{"uid":"7b30306819367cb2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b30306819367cb2","status":"passed","time":{"start":1707735814295,"stop":1707735814296,"duration":1}}]},"8ad3580d2801a542b39b1caca862a46b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7fc8e5cb91e5135c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7fc8e5cb91e5135c","status":"passed","time":{"start":1707793371104,"stop":1707793371105,"duration":1}},{"uid":"e88d14199962444a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e88d14199962444a","status":"passed","time":{"start":1707778338843,"stop":1707778338843,"duration":0}},{"uid":"fb1c7039e288d607","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fb1c7039e288d607","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"11e917bcfbf43884","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/11e917bcfbf43884","status":"passed","time":{"start":1707775390231,"stop":1707775390232,"duration":1}},{"uid":"22b48c7a1e681bf5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b48c7a1e681bf5","status":"passed","time":{"start":1707770335607,"stop":1707770335608,"duration":1}},{"uid":"b907135486ce4b02","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b907135486ce4b02","status":"passed","time":{"start":1707760301813,"stop":1707760301813,"duration":0}},{"uid":"83636b7c90958ab8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83636b7c90958ab8","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"ea5ce863de3c438b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ea5ce863de3c438b","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"131b920ea812a56b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/131b920ea812a56b","status":"passed","time":{"start":1707753988881,"stop":1707753988882,"duration":1}},{"uid":"8d2db552b74f0d73","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8d2db552b74f0d73","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"fe0c82906792ad09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe0c82906792ad09","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"b4e7b257fa299877","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b4e7b257fa299877","status":"passed","time":{"start":1707737091310,"stop":1707737091322,"duration":12}},{"uid":"1bf6d1d2af22c46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bf6d1d2af22c46","status":"passed","time":{"start":1707736260132,"stop":1707736260132,"duration":0}}]},"4b6be8ea12cd2b91925b9eaa33d2f1a1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a6915f11d3b931c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a6915f11d3b931c","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0}},{"uid":"3906c83c05aaf0c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3906c83c05aaf0c2","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"f51b950af7885673","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f51b950af7885673","status":"passed","time":{"start":1707775486634,"stop":1707775486635,"duration":1}},{"uid":"49edaf52b9ce99f7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49edaf52b9ce99f7","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"bc380314f61838b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc380314f61838b4","status":"passed","time":{"start":1707770234582,"stop":1707770234583,"duration":1}},{"uid":"31177efe2fcf278c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/31177efe2fcf278c","status":"passed","time":{"start":1707770051398,"stop":1707770051399,"duration":1}},{"uid":"6a536bf111e454b9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a536bf111e454b9","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"8fbde3f843ff5421","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fbde3f843ff5421","status":"passed","time":{"start":1707757873926,"stop":1707757873926,"duration":0}},{"uid":"fdfb718f8c975b1d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fdfb718f8c975b1d","status":"passed","time":{"start":1707756499908,"stop":1707756499908,"duration":0}},{"uid":"688c93871e7f7549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688c93871e7f7549","status":"passed","time":{"start":1707753870459,"stop":1707753870460,"duration":1}},{"uid":"b2dd7d9c88cbe54a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2dd7d9c88cbe54a","status":"passed","time":{"start":1707753647513,"stop":1707753647514,"duration":1}},{"uid":"4625aac1aaf96cc6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4625aac1aaf96cc6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"eebec89fa51ae570","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eebec89fa51ae570","status":"passed","time":{"start":1707736947851,"stop":1707736947852,"duration":1}},{"uid":"3c6134062e02113e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c6134062e02113e","status":"passed","time":{"start":1707736152507,"stop":1707736152508,"duration":1}}]},"ddd389dba90931c122476f0b3135b2f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"beef9b77d1071916","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/beef9b77d1071916","status":"passed","time":{"start":1707792846322,"stop":1707792846323,"duration":1}},{"uid":"875e46253b7a1553","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/875e46253b7a1553","status":"passed","time":{"start":1707777795162,"stop":1707777795162,"duration":0}},{"uid":"3af58c14524cb3af","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3af58c14524cb3af","status":"passed","time":{"start":1707775070514,"stop":1707775070515,"duration":1}},{"uid":"87a10e98bc0323cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87a10e98bc0323cf","status":"passed","time":{"start":1707774873410,"stop":1707774873411,"duration":1}},{"uid":"702e321b5d0e490","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/702e321b5d0e490","status":"passed","time":{"start":1707769820504,"stop":1707769820505,"duration":1}},{"uid":"1943ed42c05a8b23","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1943ed42c05a8b23","status":"passed","time":{"start":1707769673024,"stop":1707769673024,"duration":0}},{"uid":"97969ece0ec3bbed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97969ece0ec3bbed","status":"passed","time":{"start":1707759767763,"stop":1707759767763,"duration":0}},{"uid":"1b83a06da0429d9b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1b83a06da0429d9b","status":"passed","time":{"start":1707757463875,"stop":1707757463875,"duration":0}},{"uid":"18c446e2e7b11c5d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/18c446e2e7b11c5d","status":"passed","time":{"start":1707756091990,"stop":1707756091991,"duration":1}},{"uid":"493304a52158082c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/493304a52158082c","status":"passed","time":{"start":1707753510232,"stop":1707753510233,"duration":1}},{"uid":"35fb34c6db5007fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35fb34c6db5007fc","status":"passed","time":{"start":1707753240420,"stop":1707753240421,"duration":1}},{"uid":"a6b1d9c5dba24784","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a6b1d9c5dba24784","status":"passed","time":{"start":1707750639409,"stop":1707750639409,"duration":0}},{"uid":"8be90e244f7a4c6a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8be90e244f7a4c6a","status":"passed","time":{"start":1707736555753,"stop":1707736555754,"duration":1}},{"uid":"2108507f55f00588","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2108507f55f00588","status":"passed","time":{"start":1707735739985,"stop":1707735739986,"duration":1}}]},"a755b16c3b49464fc49b24a7db9bb961:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e94a894f883fe78b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e94a894f883fe78b","status":"passed","time":{"start":1707792849457,"stop":1707792849457,"duration":0}},{"uid":"33d3badf8319ea71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33d3badf8319ea71","status":"passed","time":{"start":1707777798756,"stop":1707777798757,"duration":1}},{"uid":"525ec0d6a061f88a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/525ec0d6a061f88a","status":"passed","time":{"start":1707775072143,"stop":1707775072144,"duration":1}},{"uid":"d72030e477c7047","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72030e477c7047","status":"passed","time":{"start":1707774880414,"stop":1707774880415,"duration":1}},{"uid":"bcae391dad7e797c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcae391dad7e797c","status":"passed","time":{"start":1707769825068,"stop":1707769825069,"duration":1}},{"uid":"21e55dc2ecaaaf94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21e55dc2ecaaaf94","status":"passed","time":{"start":1707769677694,"stop":1707769677695,"duration":1}},{"uid":"9a3fe4948f50940c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a3fe4948f50940c","status":"passed","time":{"start":1707759769666,"stop":1707759769666,"duration":0}},{"uid":"99200ff1e9b06edb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99200ff1e9b06edb","status":"passed","time":{"start":1707757468636,"stop":1707757468637,"duration":1}},{"uid":"febe0ccca268009f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/febe0ccca268009f","status":"passed","time":{"start":1707756096167,"stop":1707756096168,"duration":1}},{"uid":"8671a53f5df02103","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8671a53f5df02103","status":"passed","time":{"start":1707753517972,"stop":1707753517973,"duration":1}},{"uid":"18cc2072fdded1cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18cc2072fdded1cd","status":"passed","time":{"start":1707753244713,"stop":1707753244714,"duration":1}},{"uid":"b250587b3f87b574","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b250587b3f87b574","status":"passed","time":{"start":1707750643517,"stop":1707750643518,"duration":1}},{"uid":"da5b9f7770a51a82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da5b9f7770a51a82","status":"passed","time":{"start":1707736558642,"stop":1707736558643,"duration":1}},{"uid":"9baf21a43e29954","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9baf21a43e29954","status":"passed","time":{"start":1707735743488,"stop":1707735743488,"duration":0}}]},"efbe9d23188e3339ba2d91770f86d81f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"708c21c60c314c41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/708c21c60c314c41","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"8d2ba0351adfb67c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8d2ba0351adfb67c","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"5fc5c75af2e4eb41","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fc5c75af2e4eb41","status":"passed","time":{"start":1707775026267,"stop":1707775026267,"duration":0}},{"uid":"27c3f5c5f5dc713e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27c3f5c5f5dc713e","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"11cf6a9fa7f03011","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11cf6a9fa7f03011","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"d939b32e7d72c094","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d939b32e7d72c094","status":"passed","time":{"start":1707769628086,"stop":1707769628087,"duration":1}},{"uid":"6ae24d4f630529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6ae24d4f630529b","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"69a82f2119a5d982","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/69a82f2119a5d982","status":"passed","time":{"start":1707757417666,"stop":1707757417667,"duration":1}},{"uid":"bfbcc7db8a183e68","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfbcc7db8a183e68","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"3319bca15b89e805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3319bca15b89e805","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"1313834cc518ecae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1313834cc518ecae","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"e5b9d624f0023839","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e5b9d624f0023839","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"e056ed34adf38dea","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e056ed34adf38dea","status":"passed","time":{"start":1707736511739,"stop":1707736511739,"duration":0}},{"uid":"4165e88cd15c3249","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4165e88cd15c3249","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"a09a4dead9377b4f63c1c9abdc70f746:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"216bcd0d57e0d835","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/216bcd0d57e0d835","status":"passed","time":{"start":1707793371110,"stop":1707793371110,"duration":0}},{"uid":"253c426f8be5ac5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/253c426f8be5ac5f","status":"passed","time":{"start":1707778338850,"stop":1707778338851,"duration":1}},{"uid":"f3dc9934c9da944d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3dc9934c9da944d","status":"passed","time":{"start":1707775602027,"stop":1707775602027,"duration":0}},{"uid":"71e2c37c28ae9fcb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71e2c37c28ae9fcb","status":"passed","time":{"start":1707775390239,"stop":1707775390239,"duration":0}},{"uid":"5875ce7d72b8ba0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5875ce7d72b8ba0a","status":"passed","time":{"start":1707770335613,"stop":1707770335613,"duration":0}},{"uid":"2c9fd2a7e4984721","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c9fd2a7e4984721","status":"passed","time":{"start":1707769968723,"stop":1707769968724,"duration":1}},{"uid":"8fd3fc63f40cf444","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8fd3fc63f40cf444","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"984c6f0ea9ac19b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/984c6f0ea9ac19b2","status":"passed","time":{"start":1707758006717,"stop":1707758006717,"duration":0}},{"uid":"10677bc40fe204c6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10677bc40fe204c6","status":"passed","time":{"start":1707756617047,"stop":1707756617048,"duration":1}},{"uid":"4ec24c61a7439b47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ec24c61a7439b47","status":"passed","time":{"start":1707753988886,"stop":1707753988887,"duration":1}},{"uid":"dbfc60c9386d525f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dbfc60c9386d525f","status":"passed","time":{"start":1707753782767,"stop":1707753782768,"duration":1}},{"uid":"1987e25c37707251","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1987e25c37707251","status":"passed","time":{"start":1707751162318,"stop":1707751162318,"duration":0}},{"uid":"96fe1dc18b3f520e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96fe1dc18b3f520e","status":"passed","time":{"start":1707737091350,"stop":1707737091351,"duration":1}},{"uid":"c06fdb840d7c5f90","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c06fdb840d7c5f90","status":"passed","time":{"start":1707736260138,"stop":1707736260139,"duration":1}}]},"fa11d84333fdcccd78710136d48af0b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e82c9597a9d7160","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e82c9597a9d7160","status":"passed","time":{"start":1707792919939,"stop":1707792919940,"duration":1}},{"uid":"8ffad2268796f404","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ffad2268796f404","status":"passed","time":{"start":1707777865442,"stop":1707777865442,"duration":0}},{"uid":"2205093aac712707","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2205093aac712707","status":"passed","time":{"start":1707775140805,"stop":1707775140805,"duration":0}},{"uid":"14325d4f43167808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14325d4f43167808","status":"passed","time":{"start":1707774947608,"stop":1707774947609,"duration":1}},{"uid":"38c5698cb16c95a5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38c5698cb16c95a5","status":"passed","time":{"start":1707769893450,"stop":1707769893451,"duration":1}},{"uid":"98091470fa7222aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98091470fa7222aa","status":"passed","time":{"start":1707769737612,"stop":1707769737614,"duration":2}},{"uid":"f16911eaec3bfd7f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f16911eaec3bfd7f","status":"passed","time":{"start":1707759835147,"stop":1707759835148,"duration":1}},{"uid":"aee65a669ff1cf40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aee65a669ff1cf40","status":"passed","time":{"start":1707757529704,"stop":1707757529704,"duration":0}},{"uid":"d3d5d98121312ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d3d5d98121312ede","status":"passed","time":{"start":1707756164073,"stop":1707756164075,"duration":2}},{"uid":"59e9d8482792adf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/59e9d8482792adf7","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"2c65f53278e9e797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c65f53278e9e797","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"33ab12efd1bbe34b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/33ab12efd1bbe34b","status":"passed","time":{"start":1707750698716,"stop":1707750698717,"duration":1}},{"uid":"ba33d38e943243f0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba33d38e943243f0","status":"passed","time":{"start":1707736624911,"stop":1707736624912,"duration":1}},{"uid":"b17c8334981cf046","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b17c8334981cf046","status":"passed","time":{"start":1707735814289,"stop":1707735814290,"duration":1}}]},"3b4191c260f307dc7cae9c48ff44f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e78da258d1fbb5dc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e78da258d1fbb5dc","status":"passed","time":{"start":1707792820893,"stop":1707792820894,"duration":1}},{"uid":"ffedc7568f3535de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffedc7568f3535de","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"f91352db9bfe6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f91352db9bfe6f","status":"passed","time":{"start":1707775046373,"stop":1707775046373,"duration":0}},{"uid":"92ef57d6dbb9eef0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92ef57d6dbb9eef0","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"dacbedd9a7e8e89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dacbedd9a7e8e89d","status":"passed","time":{"start":1707769795724,"stop":1707769795725,"duration":1}},{"uid":"d0b24972518ca185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b24972518ca185","status":"passed","time":{"start":1707769648574,"stop":1707769648574,"duration":0}},{"uid":"63123c33c99c1017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63123c33c99c1017","status":"passed","time":{"start":1707759743255,"stop":1707759743255,"duration":0}},{"uid":"e6361f3f0a8666c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6361f3f0a8666c8","status":"passed","time":{"start":1707757438368,"stop":1707757438369,"duration":1}},{"uid":"b3b36daf07ac11ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3b36daf07ac11ea","status":"passed","time":{"start":1707756067011,"stop":1707756067011,"duration":0}},{"uid":"17c9a231fb1d2711","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/17c9a231fb1d2711","status":"passed","time":{"start":1707753485651,"stop":1707753485651,"duration":0}},{"uid":"f0c886f49020d570","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0c886f49020d570","status":"passed","time":{"start":1707753214697,"stop":1707753214697,"duration":0}},{"uid":"e4882aa40ac8ba7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4882aa40ac8ba7b","status":"passed","time":{"start":1707750614689,"stop":1707750614690,"duration":1}},{"uid":"f9d413ff572cda6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9d413ff572cda6b","status":"passed","time":{"start":1707736532275,"stop":1707736532275,"duration":0}},{"uid":"c7cb11882d28a4d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c7cb11882d28a4d7","status":"passed","time":{"start":1707735714125,"stop":1707735714125,"duration":0}}]},"03d65fe7145d2d563db1c0dda26d0625:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c0bf75a091af4024","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0bf75a091af4024","status":"passed","time":{"start":1707792809060,"stop":1707792809060,"duration":0}},{"uid":"62f9e88268c9889a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62f9e88268c9889a","status":"passed","time":{"start":1707777758303,"stop":1707777758304,"duration":1}},{"uid":"1a829e9e65e9dc24","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a829e9e65e9dc24","status":"passed","time":{"start":1707775034557,"stop":1707775034558,"duration":1}},{"uid":"81b54e5d03776161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b54e5d03776161","status":"passed","time":{"start":1707774836328,"stop":1707774836328,"duration":0}},{"uid":"60e05b171de5d15f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60e05b171de5d15f","status":"passed","time":{"start":1707769783778,"stop":1707769783778,"duration":0}},{"uid":"cc8ca5701659aeff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cc8ca5701659aeff","status":"passed","time":{"start":1707769636534,"stop":1707769636534,"duration":0}},{"uid":"9e85a3b0efb61a86","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e85a3b0efb61a86","status":"passed","time":{"start":1707759731267,"stop":1707759731267,"duration":0}},{"uid":"d71953367bf2fbc1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d71953367bf2fbc1","status":"passed","time":{"start":1707757426114,"stop":1707757426115,"duration":1}},{"uid":"7fc81d2d217ca409","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7fc81d2d217ca409","status":"passed","time":{"start":1707756055495,"stop":1707756055495,"duration":0}},{"uid":"83ce6110c608ab7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/83ce6110c608ab7c","status":"passed","time":{"start":1707753473920,"stop":1707753473921,"duration":1}},{"uid":"5e1fc8fbec2f4e54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e1fc8fbec2f4e54","status":"passed","time":{"start":1707753202444,"stop":1707753202445,"duration":1}},{"uid":"b75c961a57f3131f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b75c961a57f3131f","status":"passed","time":{"start":1707750602787,"stop":1707750602788,"duration":1}},{"uid":"a61b255d7e96b57b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a61b255d7e96b57b","status":"passed","time":{"start":1707736520179,"stop":1707736520179,"duration":0}},{"uid":"e4f81e9545beec3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4f81e9545beec3b","status":"passed","time":{"start":1707735701767,"stop":1707735701767,"duration":0}}]},"0d5491899e5bfdaae5459a3b01c477b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9f08bd817c329167","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f08bd817c329167","status":"passed","time":{"start":1707793012482,"stop":1707793012482,"duration":0}},{"uid":"922fab61c3c5bed1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/922fab61c3c5bed1","status":"passed","time":{"start":1707777977665,"stop":1707777977666,"duration":1}},{"uid":"3a9fd0e5a5e9faf0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9fd0e5a5e9faf0","status":"passed","time":{"start":1707775258456,"stop":1707775258456,"duration":0}},{"uid":"7b990050cf513b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b990050cf513b2c","status":"passed","time":{"start":1707775082017,"stop":1707775082018,"duration":1}},{"uid":"56ce9c659bb9811b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56ce9c659bb9811b","status":"passed","time":{"start":1707769999863,"stop":1707769999863,"duration":0}},{"uid":"3644020b0a41866a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3644020b0a41866a","status":"passed","time":{"start":1707769841899,"stop":1707769841900,"duration":1}},{"uid":"74cffce5e5a8e9d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74cffce5e5a8e9d6","status":"passed","time":{"start":1707759921454,"stop":1707759921454,"duration":0}},{"uid":"ba793ffd4c8940c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba793ffd4c8940c4","status":"passed","time":{"start":1707757624876,"stop":1707757624876,"duration":0}},{"uid":"9a97eece6b1f0782","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a97eece6b1f0782","status":"passed","time":{"start":1707756261765,"stop":1707756261775,"duration":10}},{"uid":"a006b00772b5e1c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a006b00772b5e1c9","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"7ef7715973cc0bf9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7ef7715973cc0bf9","status":"passed","time":{"start":1707753409585,"stop":1707753409585,"duration":0}},{"uid":"db496ee3a9d4d8f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db496ee3a9d4d8f3","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"93b39b1842d87144","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/93b39b1842d87144","status":"passed","time":{"start":1707736708328,"stop":1707736708329,"duration":1}},{"uid":"55d4f96cc5e5eceb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/55d4f96cc5e5eceb","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"c109c49c7e1c65c62b566a5e1590449c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f9992b49f065010c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9992b49f065010c","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"duration":0}},{"uid":"dbf1912d9262072d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbf1912d9262072d","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"5ceebc8618baebbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5ceebc8618baebbb","status":"passed","time":{"start":1707775471152,"stop":1707775471153,"duration":1}},{"uid":"85cf7967d83aac09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85cf7967d83aac09","status":"passed","time":{"start":1707775271438,"stop":1707775271441,"duration":3}},{"uid":"54729d3d41467586","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54729d3d41467586","status":"passed","time":{"start":1707770210098,"stop":1707770210099,"duration":1}},{"uid":"11e3b362a85e5814","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11e3b362a85e5814","status":"passed","time":{"start":1707770054150,"stop":1707770054151,"duration":1}},{"uid":"ec92f10b22c460dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec92f10b22c460dc","status":"passed","time":{"start":1707760163377,"stop":1707760163378,"duration":1}},{"uid":"daf21bcbfec1f676","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/daf21bcbfec1f676","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"5a101a3e9d5fae92","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a101a3e9d5fae92","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"36092f8aae0b435e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36092f8aae0b435e","status":"passed","time":{"start":1707753863570,"stop":1707753863571,"duration":1}},{"uid":"49c1730ceed9225","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49c1730ceed9225","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"28d210422679d16e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28d210422679d16e","status":"passed","time":{"start":1707751014399,"stop":1707751014399,"duration":0}},{"uid":"e92848ac18e80b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e92848ac18e80b55","status":"passed","time":{"start":1707736941414,"stop":1707736941414,"duration":0}},{"uid":"3b7d6e48d1054349","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b7d6e48d1054349","status":"passed","time":{"start":1707736158697,"stop":1707736158698,"duration":1}}]},"47c7a346b36bf4ebf9bbfe94a51ac620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9798a77c98d65169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9798a77c98d65169","status":"passed","time":{"start":1707770208552,"stop":1707770208553,"duration":1}}]},"abfc99193f27cfa7b97b1abb15181b65:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75a86a4d11df78f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75a86a4d11df78f","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"duration":0}},{"uid":"9e8ea60869d2452b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e8ea60869d2452b","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"6d019aee973f0332","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d019aee973f0332","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"8ffa19eada33618d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ffa19eada33618d","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"1c03ba5c8543392a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c03ba5c8543392a","status":"passed","time":{"start":1707770424170,"stop":1707770424171,"duration":1}},{"uid":"48073da6ce611ffe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/48073da6ce611ffe","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"a22b8883e8b22c9e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a22b8883e8b22c9e","status":"passed","time":{"start":1707760374672,"stop":1707760374672,"duration":0}},{"uid":"2ac8a064c2dd6218","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2ac8a064c2dd6218","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"f1f334bba6d10298","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1f334bba6d10298","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"95dd1f6bc80768bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/95dd1f6bc80768bb","status":"passed","time":{"start":1707754051779,"stop":1707754051780,"duration":1}},{"uid":"b4d456bb2cd70296","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4d456bb2cd70296","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"54a053435da5a9d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/54a053435da5a9d6","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f9f4339ac0e07ac0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f4339ac0e07ac0","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f48085acedef1a4f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f48085acedef1a4f","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"9b66c25207e154453841934b1d6587e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d7cbaf9e8b8472df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7cbaf9e8b8472df","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/enr.node.spec.ts)","time":{"start":1707750640095,"stop":1707750640096,"duration":1}}]},"c8807fb8a0a316128a5e7f7efc265cc8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"401f044c6e482ec1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/401f044c6e482ec1","status":"passed","time":{"start":1707792849458,"stop":1707792849458,"duration":0}},{"uid":"39edd38ca4aa16c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39edd38ca4aa16c1","status":"passed","time":{"start":1707777798757,"stop":1707777798758,"duration":1}},{"uid":"7a45f1549f587308","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a45f1549f587308","status":"passed","time":{"start":1707775072144,"stop":1707775072144,"duration":0}},{"uid":"6cdc8af4dcf0ca55","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6cdc8af4dcf0ca55","status":"passed","time":{"start":1707774880416,"stop":1707774880417,"duration":1}},{"uid":"e73496c5edf2b386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e73496c5edf2b386","status":"passed","time":{"start":1707769825069,"stop":1707769825073,"duration":4}},{"uid":"82f5bd9de7a633c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82f5bd9de7a633c","status":"passed","time":{"start":1707769677695,"stop":1707769677700,"duration":5}},{"uid":"632d40c240667f93","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/632d40c240667f93","status":"passed","time":{"start":1707759769672,"stop":1707759769672,"duration":0}},{"uid":"d79d38272dede6a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d79d38272dede6a0","status":"passed","time":{"start":1707757468637,"stop":1707757468637,"duration":0}},{"uid":"dafd8fe6bdaeac3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dafd8fe6bdaeac3f","status":"passed","time":{"start":1707756096168,"stop":1707756096175,"duration":7}},{"uid":"eb500de94bf057be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eb500de94bf057be","status":"passed","time":{"start":1707753517973,"stop":1707753517973,"duration":0}},{"uid":"54abc7037bfa4c98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/54abc7037bfa4c98","status":"passed","time":{"start":1707753244714,"stop":1707753244714,"duration":0}},{"uid":"8f2faa941f88384f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f2faa941f88384f","status":"passed","time":{"start":1707750643518,"stop":1707750643519,"duration":1}},{"uid":"6f1a7180c7080cfa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f1a7180c7080cfa","status":"passed","time":{"start":1707736558644,"stop":1707736558644,"duration":0}},{"uid":"1192a03411a3e78e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1192a03411a3e78e","status":"passed","time":{"start":1707735743488,"stop":1707735743489,"duration":1}}]},"9c619c673abe858d054ab9f938a74733:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"253bb059c691422","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/253bb059c691422","status":"passed","time":{"start":1707793153229,"stop":1707793153230,"duration":1}},{"uid":"acad630f04bd7fdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acad630f04bd7fdc","status":"passed","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"e9c2cde601311f80","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e9c2cde601311f80","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"840eeb8c26eebd2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/840eeb8c26eebd2d","status":"passed","time":{"start":1707775205635,"stop":1707775205636,"duration":1}},{"uid":"bf1f99c949d26d53","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf1f99c949d26d53","status":"passed","time":{"start":1707770131710,"stop":1707770131713,"duration":3}},{"uid":"e619c19ee201fd92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e619c19ee201fd92","status":"passed","time":{"start":1707769983285,"stop":1707769983285,"duration":0}},{"uid":"889e30d367ff2508","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/889e30d367ff2508","status":"passed","time":{"start":1707760095408,"stop":1707760095409,"duration":1}},{"uid":"3f8998b468a34bb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f8998b468a34bb3","status":"passed","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3481e26ff41ccf18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3481e26ff41ccf18","status":"passed","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b51337d9d42067e8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b51337d9d42067e8","status":"passed","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"a81585c574e2e3e1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a81585c574e2e3e1","status":"passed","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"d0fbd67e165371f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0fbd67e165371f0","status":"passed","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"2c905ee4d50d435d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2c905ee4d50d435d","status":"passed","time":{"start":1707736878972,"stop":1707736878973,"duration":1}},{"uid":"c51cf9ac5fa3adfc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c51cf9ac5fa3adfc","status":"passed","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"a9fd0c5c6343087b27a72009a5b3744d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1b7cf57161aa507","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1b7cf57161aa507","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}}]},"0dcba3bfad586c00e5ab6baac99bf48a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a8254595a4f5bc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a8254595a4f5bc4","status":"passed","time":{"start":1707793446742,"stop":1707793446742,"duration":0}},{"uid":"928271fed8d19d96","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/928271fed8d19d96","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"49fac09f79235c33","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fac09f79235c33","status":"passed","time":{"start":1707775685027,"stop":1707775685027,"duration":0}},{"uid":"662e7f3b09b2bc8e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/662e7f3b09b2bc8e","status":"passed","time":{"start":1707775494277,"stop":1707775494278,"duration":1}},{"uid":"391939995f63e71f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/391939995f63e71f","status":"passed","time":{"start":1707770424179,"stop":1707770424179,"duration":0}},{"uid":"c113c7dac48bfe5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c113c7dac48bfe5b","status":"passed","time":{"start":1707770238687,"stop":1707770238687,"duration":0}},{"uid":"5282734066184ea8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5282734066184ea8","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"fc94b384787f38de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc94b384787f38de","status":"passed","time":{"start":1707758004327,"stop":1707758004327,"duration":0}},{"uid":"5d00cb5e35478419","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d00cb5e35478419","status":"passed","time":{"start":1707756690163,"stop":1707756690164,"duration":1}},{"uid":"1ad20a75bc356d98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ad20a75bc356d98","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"76196af5d2601088","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/76196af5d2601088","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"fab324bc10f91d23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fab324bc10f91d23","status":"passed","time":{"start":1707751228962,"stop":1707751228962,"duration":0}},{"uid":"9af50c457b415401","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9af50c457b415401","status":"passed","time":{"start":1707737173819,"stop":1707737173820,"duration":1}},{"uid":"2fa9834eba253135","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2fa9834eba253135","status":"passed","time":{"start":1707736353039,"stop":1707736353040,"duration":1}}]},"a599c72e108fe0a879b6921cded6537b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b3acc1f3908be451","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3acc1f3908be451","status":"passed","time":{"start":1707753647524,"stop":1707753647525,"duration":1}}]},"c8b303885d819ec5f23d4043d0024c35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"49446f5b3504079c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49446f5b3504079c","status":"passed","time":{"start":1707793230152,"stop":1707793230152,"duration":0}},{"uid":"d40eaae389bbd98b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d40eaae389bbd98b","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"7ad2e9bdc5f3a95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7ad2e9bdc5f3a95","status":"passed","time":{"start":1707775471151,"stop":1707775471152,"duration":1}},{"uid":"b55bb40574227c37","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b55bb40574227c37","status":"passed","time":{"start":1707775271437,"stop":1707775271438,"duration":1}},{"uid":"e422d97075c68716","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e422d97075c68716","status":"passed","time":{"start":1707770210098,"stop":1707770210098,"duration":0}},{"uid":"9b43d516da80d398","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9b43d516da80d398","status":"passed","time":{"start":1707770054150,"stop":1707770054150,"duration":0}},{"uid":"3af06da2cf5023d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3af06da2cf5023d","status":"passed","time":{"start":1707760163349,"stop":1707760163349,"duration":0}},{"uid":"2a592f10c45e3569","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a592f10c45e3569","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"764b4ff47cb1ab89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/764b4ff47cb1ab89","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"c98242b028d9f97b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c98242b028d9f97b","status":"passed","time":{"start":1707753863568,"stop":1707753863570,"duration":2}},{"uid":"816acd124378b04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/816acd124378b04","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"29a428b58aff02f1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a428b58aff02f1","status":"passed","time":{"start":1707751014397,"stop":1707751014399,"duration":2}},{"uid":"bd845d3d782a9798","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd845d3d782a9798","status":"passed","time":{"start":1707736941413,"stop":1707736941414,"duration":1}},{"uid":"58c16c35cf823ed6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58c16c35cf823ed6","status":"passed","time":{"start":1707736158696,"stop":1707736158697,"duration":1}}]},"14ea249658dc055d85de8f178eea9424:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be28184e85084791","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be28184e85084791","status":"passed","time":{"start":1707792814745,"stop":1707792814746,"duration":1}},{"uid":"fb1ceef6dde5483a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb1ceef6dde5483a","status":"passed","time":{"start":1707777764079,"stop":1707777764079,"duration":0}},{"uid":"300a4d66197f6081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300a4d66197f6081","status":"passed","time":{"start":1707775040148,"stop":1707775040148,"duration":0}},{"uid":"4f8b58a05eb6d33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f8b58a05eb6d33c","status":"passed","time":{"start":1707774842103,"stop":1707774842104,"duration":1}},{"uid":"68fb3c41ad0d9d1d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68fb3c41ad0d9d1d","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"a5f14752e8b4b91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5f14752e8b4b91","status":"passed","time":{"start":1707769642221,"stop":1707769642221,"duration":0}},{"uid":"d88df68600e84a7d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d88df68600e84a7d","status":"passed","time":{"start":1707759737069,"stop":1707759737069,"duration":0}},{"uid":"c4519391e37502b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4519391e37502b","status":"passed","time":{"start":1707757431975,"stop":1707757431976,"duration":1}},{"uid":"9a6874713a3fe5d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a6874713a3fe5d6","status":"passed","time":{"start":1707756061020,"stop":1707756061020,"duration":0}},{"uid":"81ea33f75ebe99f4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81ea33f75ebe99f4","status":"passed","time":{"start":1707753479609,"stop":1707753479610,"duration":1}},{"uid":"7f7cafededc1e02b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7cafededc1e02b","status":"passed","time":{"start":1707753208308,"stop":1707753208309,"duration":1}},{"uid":"fdc6ca50adec478a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fdc6ca50adec478a","status":"passed","time":{"start":1707750608585,"stop":1707750608585,"duration":0}},{"uid":"5be595ba729540eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5be595ba729540eb","status":"passed","time":{"start":1707736525856,"stop":1707736525856,"duration":0}},{"uid":"ab74e89a0380b762","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab74e89a0380b762","status":"passed","time":{"start":1707735707690,"stop":1707735707691,"duration":1}}]},"1011877e08f17aaf83bf70a12bc43fee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b81085273cd1c50b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b81085273cd1c50b","status":"passed","time":{"start":1707793088064,"stop":1707793088064,"duration":0}},{"uid":"f53895797cebc80f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f53895797cebc80f","status":"passed","time":{"start":1707778034788,"stop":1707778034788,"duration":0}},{"uid":"c1398bde25018947","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1398bde25018947","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"30776c1e141b18ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30776c1e141b18ce","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"bc83a26e077ae397","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc83a26e077ae397","status":"passed","time":{"start":1707770055880,"stop":1707770055880,"duration":0}},{"uid":"13d9e2a728cffbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13d9e2a728cffbca","status":"passed","time":{"start":1707769919574,"stop":1707769919574,"duration":0}},{"uid":"fee7324c0acd1341","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fee7324c0acd1341","status":"passed","time":{"start":1707760025487,"stop":1707760025487,"duration":0}},{"uid":"91621cc18da8ebf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91621cc18da8ebf1","status":"passed","time":{"start":1707757709190,"stop":1707757709190,"duration":0}},{"uid":"deaca45017e8be7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deaca45017e8be7","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"2f3d60620b76d7d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2f3d60620b76d7d3","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"f2b2a0aafcf2b094","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f2b2a0aafcf2b094","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"65fd2841f885880","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/65fd2841f885880","status":"passed","time":{"start":1707750881808,"stop":1707750881808,"duration":0}},{"uid":"1d52572739305dae","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d52572739305dae","status":"passed","time":{"start":1707736800767,"stop":1707736800767,"duration":0}},{"uid":"6052c1dc956d4f3b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6052c1dc956d4f3b","status":"passed","time":{"start":1707736013456,"stop":1707736013456,"duration":0}}]},"3b42eb27d27c7dc1807a5fa704826a00:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"398e03c63cf7ae49","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/398e03c63cf7ae49","status":"passed","time":{"start":1707770051401,"stop":1707770051401,"duration":0}}]},"43cc4d865085349f1bb9f09beceeedbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9f559f9493530d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9f559f9493530d","status":"passed","time":{"start":1707793028280,"stop":1707793028281,"duration":1}},{"uid":"bad29901ed839000","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad29901ed839000","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"5680026e1184c004","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5680026e1184c004","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"aa860c3514864913","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa860c3514864913","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}},{"uid":"8f26c4a83e10c919","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f26c4a83e10c919","status":"passed","time":{"start":1707770001381,"stop":1707770001381,"duration":0}},{"uid":"76d7f0be9a70218b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/76d7f0be9a70218b","status":"passed","time":{"start":1707769843145,"stop":1707769843145,"duration":0}},{"uid":"257f1c8bb1a1febb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/257f1c8bb1a1febb","status":"passed","time":{"start":1707759965201,"stop":1707759965202,"duration":1}},{"uid":"6e9f97eaea18f48","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6e9f97eaea18f48","status":"passed","time":{"start":1707757644391,"stop":1707757644391,"duration":0}},{"uid":"3015e0a3530e85ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3015e0a3530e85ba","status":"passed","time":{"start":1707756267910,"stop":1707756267910,"duration":0}},{"uid":"43375f6cfb00e20c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43375f6cfb00e20c","status":"passed","time":{"start":1707753668068,"stop":1707753668076,"duration":8}},{"uid":"34dad707e5512137","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/34dad707e5512137","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"af8f6e1a39d82830","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af8f6e1a39d82830","status":"passed","time":{"start":1707750796032,"stop":1707750796032,"duration":0}},{"uid":"af4f4b2eee01221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af4f4b2eee01221","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"35948b0727d0c848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/35948b0727d0c848","status":"passed","time":{"start":1707735912120,"stop":1707735912121,"duration":1}}]},"da29c60ade9840cb3c83bc2662cd64dc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e1f4338516c0133e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e1f4338516c0133e","status":"passed","time":{"start":1707793354574,"stop":1707793354574,"duration":0}},{"uid":"81f190613b954b29","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81f190613b954b29","status":"passed","time":{"start":1707778308337,"stop":1707778308338,"duration":1}},{"uid":"6bf36f1567b79326","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6bf36f1567b79326","status":"passed","time":{"start":1707775586582,"stop":1707775586583,"duration":1}},{"uid":"8eb1b3f1bf6337c9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1b3f1bf6337c9","status":"passed","time":{"start":1707775396055,"stop":1707775396055,"duration":0}},{"uid":"5a9c372cf2fe08fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a9c372cf2fe08fd","status":"passed","time":{"start":1707770325615,"stop":1707770325617,"duration":2}},{"uid":"55bbc859c07bffeb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55bbc859c07bffeb","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"f6bbf932ff4a0951","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6bbf932ff4a0951","status":"passed","time":{"start":1707760280827,"stop":1707760280827,"duration":0}},{"uid":"b09cbfa788f1bcbf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b09cbfa788f1bcbf","status":"passed","time":{"start":1707757976564,"stop":1707757976564,"duration":0}},{"uid":"854d780111afe841","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/854d780111afe841","status":"passed","time":{"start":1707756601159,"stop":1707756601159,"duration":0}},{"uid":"80ac243493c5f4e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80ac243493c5f4e9","status":"passed","time":{"start":1707753969926,"stop":1707753969927,"duration":1}},{"uid":"97b88a410199abd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97b88a410199abd6","status":"passed","time":{"start":1707753767215,"stop":1707753767215,"duration":0}},{"uid":"13a93086ebf600c9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13a93086ebf600c9","status":"passed","time":{"start":1707737071259,"stop":1707737071259,"duration":0}},{"uid":"411daadf0d06049b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411daadf0d06049b","status":"passed","time":{"start":1707736274447,"stop":1707736274447,"duration":0}}]},"b6d33334fa8230a0ecc8d0aceaad357c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e2d7a06a15f0ea2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e2d7a06a15f0ea2","status":"passed","time":{"start":1707793354574,"stop":1707793354575,"duration":1}},{"uid":"aed164362cee3aba","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aed164362cee3aba","status":"passed","time":{"start":1707778308338,"stop":1707778308338,"duration":0}},{"uid":"f5371cc0797b58be","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5371cc0797b58be","status":"passed","time":{"start":1707775586583,"stop":1707775586583,"duration":0}},{"uid":"e1ce97cda75fb8fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e1ce97cda75fb8fa","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"6ee08259b9ae6134","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6ee08259b9ae6134","status":"passed","time":{"start":1707770325619,"stop":1707770325619,"duration":0}},{"uid":"3909aaba05eba607","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3909aaba05eba607","status":"passed","time":{"start":1707770159288,"stop":1707770159289,"duration":1}},{"uid":"58fff322f4d5d687","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58fff322f4d5d687","status":"passed","time":{"start":1707760280828,"stop":1707760280828,"duration":0}},{"uid":"85cd4ac2c11477bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85cd4ac2c11477bd","status":"passed","time":{"start":1707757976564,"stop":1707757976565,"duration":1}},{"uid":"46e634ae2cef88eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/46e634ae2cef88eb","status":"passed","time":{"start":1707756601160,"stop":1707756601161,"duration":1}},{"uid":"14e9e172c95b0017","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/14e9e172c95b0017","status":"passed","time":{"start":1707753969929,"stop":1707753969929,"duration":0}},{"uid":"972b31f0c4e7ad0c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/972b31f0c4e7ad0c","status":"passed","time":{"start":1707753767216,"stop":1707753767216,"duration":0}},{"uid":"e14a90cb295e2f91","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e14a90cb295e2f91","status":"passed","time":{"start":1707751042634,"stop":1707751042634,"duration":0}},{"uid":"210c520ec6383e88","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/210c520ec6383e88","status":"passed","time":{"start":1707737071260,"stop":1707737071260,"duration":0}},{"uid":"ffc74bc50d1bebf4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc74bc50d1bebf4","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"48145b7095e7ed15d8d620b33832d79b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1183686d11b606b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1183686d11b606b8","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0}},{"uid":"c88b25f61b4cf38d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c88b25f61b4cf38d","status":"passed","time":{"start":1707778338835,"stop":1707778338836,"duration":1}},{"uid":"4248af662642928d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4248af662642928d","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"58d70dd058d98ffb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58d70dd058d98ffb","status":"passed","time":{"start":1707775390225,"stop":1707775390225,"duration":0}},{"uid":"a4131ac74957eb7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4131ac74957eb7a","status":"passed","time":{"start":1707770335602,"stop":1707770335603,"duration":1}},{"uid":"e0b7f59a2b4c8924","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e0b7f59a2b4c8924","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"a24e676efd6e2b1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a24e676efd6e2b1e","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"aebcf8ce04f3443f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aebcf8ce04f3443f","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"8b1421cbd961456e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8b1421cbd961456e","status":"passed","time":{"start":1707753988877,"stop":1707753988878,"duration":1}},{"uid":"35a56741e8e08949","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a56741e8e08949","status":"passed","time":{"start":1707753782746,"stop":1707753782746,"duration":0}},{"uid":"99781692fd53d67c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/99781692fd53d67c","status":"passed","time":{"start":1707751162309,"stop":1707751162309,"duration":0}},{"uid":"4ea07ee262057617","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ea07ee262057617","status":"passed","time":{"start":1707737091304,"stop":1707737091304,"duration":0}},{"uid":"bf2d94c17d28483f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf2d94c17d28483f","status":"passed","time":{"start":1707736260124,"stop":1707736260124,"duration":0}}]},"ead00dac3ea3f7fc9b660a467cdbc0be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4532d9852e0fd313","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4532d9852e0fd313","status":"passed","time":{"start":1707775395377,"stop":1707775395378,"duration":1}}]},"0b07a462a53974df1ae04ce081971c1a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b3d55b6b594b2527","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3d55b6b594b2527","status":"passed","time":{"start":1707792846325,"stop":1707792846326,"duration":1}},{"uid":"7600e1e8d0eda5af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7600e1e8d0eda5af","status":"passed","time":{"start":1707777795165,"stop":1707777795166,"duration":1}},{"uid":"1bac640c472021dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1bac640c472021dd","status":"passed","time":{"start":1707775070518,"stop":1707775070519,"duration":1}},{"uid":"7972d42f87ce786b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7972d42f87ce786b","status":"passed","time":{"start":1707774873414,"stop":1707774873415,"duration":1}},{"uid":"6c4f870cff9d0bcb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6c4f870cff9d0bcb","status":"passed","time":{"start":1707769820508,"stop":1707769820508,"duration":0}},{"uid":"92a2d37138af8c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/92a2d37138af8c98","status":"passed","time":{"start":1707769673027,"stop":1707769673028,"duration":1}},{"uid":"60e292dc7b4e51dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/60e292dc7b4e51dd","status":"passed","time":{"start":1707759767767,"stop":1707759767767,"duration":0}},{"uid":"4693b78286e6bfca","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4693b78286e6bfca","status":"passed","time":{"start":1707757463883,"stop":1707757463884,"duration":1}},{"uid":"5e3718855510dd6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e3718855510dd6e","status":"passed","time":{"start":1707756091994,"stop":1707756091994,"duration":0}},{"uid":"8135cd386ffc33c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8135cd386ffc33c6","status":"passed","time":{"start":1707753510236,"stop":1707753510236,"duration":0}},{"uid":"6a816960fa0777fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a816960fa0777fe","status":"passed","time":{"start":1707753240424,"stop":1707753240424,"duration":0}},{"uid":"18bc4e576907f8aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18bc4e576907f8aa","status":"passed","time":{"start":1707750639411,"stop":1707750639412,"duration":1}},{"uid":"b5940f0f231f0185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b5940f0f231f0185","status":"passed","time":{"start":1707736555758,"stop":1707736555758,"duration":0}},{"uid":"b78fb0ac73c2f17","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b78fb0ac73c2f17","status":"passed","time":{"start":1707735739989,"stop":1707735739989,"duration":0}}]},"066f98364a9bcdaa190787bd016ed139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"af0c98813958eaf1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af0c98813958eaf1","status":"passed","time":{"start":1707775602040,"stop":1707775602040,"duration":0}}]},"01c7888b1e92728e17566591ddfbf799:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e8411c6a10735e84","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8411c6a10735e84","status":"passed","time":{"start":1707777997115,"stop":1707777997115,"duration":0}},{"uid":"a90be94541185dc3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a90be94541185dc3","status":"passed","time":{"start":1707775275753,"stop":1707775275753,"duration":0}},{"uid":"9e799daed238c1a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e799daed238c1a3","status":"passed","time":{"start":1707775085885,"stop":1707775085885,"duration":0}},{"uid":"5e7936d66e6bc368","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e7936d66e6bc368","status":"passed","time":{"start":1707770018843,"stop":1707770018844,"duration":1}},{"uid":"e06d2f17dba470a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e06d2f17dba470a1","status":"passed","time":{"start":1707769883322,"stop":1707769883322,"duration":0}},{"uid":"89613f16c5331908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/89613f16c5331908","status":"passed","time":{"start":1707759981463,"stop":1707759981464,"duration":1}},{"uid":"dcda5cf5e4839fb9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcda5cf5e4839fb9","status":"passed","time":{"start":1707757676044,"stop":1707757676044,"duration":0}},{"uid":"756097ba3e14bf54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/756097ba3e14bf54","status":"passed","time":{"start":1707756304429,"stop":1707756304430,"duration":1}},{"uid":"3c131c69d3557dee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c131c69d3557dee","status":"passed","time":{"start":1707753713250,"stop":1707753713250,"duration":0}},{"uid":"3542ccaa6c46f37a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3542ccaa6c46f37a","status":"passed","time":{"start":1707753448103,"stop":1707753448103,"duration":0}},{"uid":"469f7fb367d41806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/469f7fb367d41806","status":"passed","time":{"start":1707750840040,"stop":1707750840041,"duration":1}},{"uid":"7008667c70cfd74b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7008667c70cfd74b","status":"passed","time":{"start":1707736765016,"stop":1707736765016,"duration":0}},{"uid":"6d0896f6fb9aa577","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6d0896f6fb9aa577","status":"passed","time":{"start":1707735955248,"stop":1707735955249,"duration":1}}]},"df2673a990151627cbe0fe973dd72198:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"458eaa2deb414af1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/458eaa2deb414af1","status":"passed","time":{"start":1707775205630,"stop":1707775205630,"duration":0}}]},"c8495e57bd0c0d7b1c11054a22414372:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1beaed200e72d67a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1beaed200e72d67a","status":"passed","time":{"start":1707778114675,"stop":1707778114676,"duration":1}}]},"d4e9f1d619edb7ca888f97ca63f16e18:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"692ca337528b265d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/692ca337528b265d","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0}},{"uid":"37b3146b5de98f5f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/37b3146b5de98f5f","status":"passed","time":{"start":1707778338851,"stop":1707778338851,"duration":0}},{"uid":"70253099372e7ce9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70253099372e7ce9","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"8cf43b7a800df40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cf43b7a800df40","status":"passed","time":{"start":1707775390241,"stop":1707775390241,"duration":0}},{"uid":"10d4de45052a1640","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d4de45052a1640","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"f308941b04accc63","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f308941b04accc63","status":"passed","time":{"start":1707769968726,"stop":1707769968727,"duration":1}},{"uid":"ed6ef82fd7a4be1a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed6ef82fd7a4be1a","status":"passed","time":{"start":1707760301821,"stop":1707760301821,"duration":0}},{"uid":"6f815ca852732a21","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6f815ca852732a21","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"8a8ef63edef3a650","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8a8ef63edef3a650","status":"passed","time":{"start":1707756617049,"stop":1707756617049,"duration":0}},{"uid":"952223bd8039e256","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/952223bd8039e256","status":"passed","time":{"start":1707753988887,"stop":1707753988887,"duration":0}},{"uid":"4bcf1048425551e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4bcf1048425551e2","status":"passed","time":{"start":1707753782768,"stop":1707753782768,"duration":0}},{"uid":"228583b497abc92d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/228583b497abc92d","status":"passed","time":{"start":1707751162318,"stop":1707751162319,"duration":1}},{"uid":"5fbf2b5cc362e6ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fbf2b5cc362e6ec","status":"passed","time":{"start":1707737091351,"stop":1707737091351,"duration":0}},{"uid":"1f8ed55638344c44","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f8ed55638344c44","status":"passed","time":{"start":1707736260145,"stop":1707736260146,"duration":1}}]},"54dc594e9df4af9a075a028edb6ec08d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2956f03dc29cc7e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2956f03dc29cc7e6","status":"passed","time":{"start":1707793086602,"stop":1707793086603,"duration":1}},{"uid":"7b8c9127e042e3e7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7b8c9127e042e3e7","status":"passed","time":{"start":1707778058487,"stop":1707778058487,"duration":0}},{"uid":"d864f102306090e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d864f102306090e1","status":"passed","time":{"start":1707775337146,"stop":1707775337147,"duration":1}},{"uid":"a2dc4f05591072a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2dc4f05591072a1","status":"passed","time":{"start":1707775143599,"stop":1707775143600,"duration":1}},{"uid":"2316c7bbf007624","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2316c7bbf007624","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"82533e0232cbc169","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82533e0232cbc169","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"ceca70120184acfd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ceca70120184acfd","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"21bfa504b051a317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/21bfa504b051a317","status":"passed","time":{"start":1707757736393,"stop":1707757736394,"duration":1}},{"uid":"51a460030f05ce84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51a460030f05ce84","status":"passed","time":{"start":1707756352340,"stop":1707756352340,"duration":0}},{"uid":"c8637a2d034954f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8637a2d034954f5","status":"passed","time":{"start":1707753768709,"stop":1707753768709,"duration":0}},{"uid":"e256f8dbed71616f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e256f8dbed71616f","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"ff08b1656511e6b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff08b1656511e6b3","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"3fd9fd189eaecc6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fd9fd189eaecc6b","status":"passed","time":{"start":1707736822680,"stop":1707736822680,"duration":0}},{"uid":"84ea959fa3b52e85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ea959fa3b52e85","status":"passed","time":{"start":1707736014742,"stop":1707736014742,"duration":0}}]},"ce968eb249f8af092dca43167521853b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd651f0866acbc7f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd651f0866acbc7f","status":"passed","time":{"start":1707792800011,"stop":1707792800011,"duration":0}},{"uid":"7d4cad8a1f1c9dfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d4cad8a1f1c9dfa","status":"passed","time":{"start":1707777749097,"stop":1707777749098,"duration":1}},{"uid":"60b82e3ad0569981","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60b82e3ad0569981","status":"passed","time":{"start":1707775025530,"stop":1707775025531,"duration":1}},{"uid":"e7a9c9929aa1b05a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7a9c9929aa1b05a","status":"passed","time":{"start":1707774827062,"stop":1707774827062,"duration":0}},{"uid":"d622ccef147bf904","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d622ccef147bf904","status":"passed","time":{"start":1707769774632,"stop":1707769774633,"duration":1}},{"uid":"7f94c8ab240c63b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7f94c8ab240c63b3","status":"passed","time":{"start":1707769627292,"stop":1707769627292,"duration":0}},{"uid":"aa35c97f3f0992aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa35c97f3f0992aa","status":"passed","time":{"start":1707759722032,"stop":1707759722033,"duration":1}},{"uid":"e7e501aea7dce2f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7e501aea7dce2f2","status":"passed","time":{"start":1707757416840,"stop":1707757416841,"duration":1}},{"uid":"e983a7c661b01e1c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e983a7c661b01e1c","status":"passed","time":{"start":1707756046607,"stop":1707756046608,"duration":1}},{"uid":"4a17b5c286d0eaf7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a17b5c286d0eaf7","status":"passed","time":{"start":1707753464668,"stop":1707753464668,"duration":0}},{"uid":"25b85711ff41660c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/25b85711ff41660c","status":"passed","time":{"start":1707753192940,"stop":1707753192941,"duration":1}},{"uid":"b48194c58e78793","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b48194c58e78793","status":"passed","time":{"start":1707750593507,"stop":1707750593507,"duration":0}},{"uid":"d341945f3cb96924","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d341945f3cb96924","status":"passed","time":{"start":1707736510880,"stop":1707736510881,"duration":1}},{"uid":"76aecd26610fff04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/76aecd26610fff04","status":"passed","time":{"start":1707735692292,"stop":1707735692292,"duration":0}}]},"f2fe401c4b9aa2cc4928add818b3c272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2839353a8bfc9251","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2839353a8bfc9251","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"51900e7645965fbf08aa0c33cb33e5a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"6ab4a7b53e20d429","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6ab4a7b53e20d429","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154819,"stop":1707751154819,"duration":0}}]},"f224766b8c31accbc007ad2a25988a85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"70a3e6f5afe980b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70a3e6f5afe980b4","status":"passed","time":{"start":1707793370634,"stop":1707793370635,"duration":1}},{"uid":"72e02e21151b83a9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72e02e21151b83a9","status":"passed","time":{"start":1707778386483,"stop":1707778386484,"duration":1}},{"uid":"cf606c8ff0445e27","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cf606c8ff0445e27","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"cce488593d3262ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce488593d3262ee","status":"passed","time":{"start":1707775461889,"stop":1707775461889,"duration":0}},{"uid":"866ec6caea5f44ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/866ec6caea5f44ba","status":"passed","time":{"start":1707770395186,"stop":1707770395187,"duration":1}},{"uid":"2d8a539314412c1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d8a539314412c1c","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"a07ea051803d510c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a07ea051803d510c","status":"passed","time":{"start":1707760335955,"stop":1707760335955,"duration":0}},{"uid":"c1e3846322ea40dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c1e3846322ea40dc","status":"passed","time":{"start":1707758023535,"stop":1707758023536,"duration":1}},{"uid":"ba96b9ffc38141d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ba96b9ffc38141d9","status":"passed","time":{"start":1707756664004,"stop":1707756664005,"duration":1}},{"uid":"3c1d9e65188552e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3c1d9e65188552e8","status":"passed","time":{"start":1707753837171,"stop":1707753837171,"duration":0}},{"uid":"2025e07a3b3103eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2025e07a3b3103eb","status":"passed","time":{"start":1707751136339,"stop":1707751136339,"duration":0}},{"uid":"8870a1c89d6c5ca4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8870a1c89d6c5ca4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"3fba7f1708f94e6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3fba7f1708f94e6f","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"4362d1101dca3e3a1799898fdf01abe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6387d45e7d4d801","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6387d45e7d4d801","status":"passed","time":{"start":1707792805569,"stop":1707792805569,"duration":0}},{"uid":"6ae7c5e9ba91736c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ae7c5e9ba91736c","status":"passed","time":{"start":1707777754563,"stop":1707777754563,"duration":0}},{"uid":"f9e370a64b8852d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f9e370a64b8852d3","status":"passed","time":{"start":1707775031072,"stop":1707775031072,"duration":0}},{"uid":"eebc275ee3b655c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebc275ee3b655c2","status":"passed","time":{"start":1707774832650,"stop":1707774832650,"duration":0}},{"uid":"ced2723a03c0affd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ced2723a03c0affd","status":"passed","time":{"start":1707769780145,"stop":1707769780145,"duration":0}},{"uid":"8b265010c7e344ce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b265010c7e344ce","status":"passed","time":{"start":1707769632866,"stop":1707769632867,"duration":1}},{"uid":"21c1d3ab278452a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21c1d3ab278452a4","status":"passed","time":{"start":1707759727626,"stop":1707759727626,"duration":0}},{"uid":"2aa2126bd60ab991","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2aa2126bd60ab991","status":"passed","time":{"start":1707757422398,"stop":1707757422399,"duration":1}},{"uid":"512c477e269f537e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/512c477e269f537e","status":"passed","time":{"start":1707756051816,"stop":1707756051816,"duration":0}},{"uid":"b0a384634436574e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b0a384634436574e","status":"passed","time":{"start":1707753470071,"stop":1707753470071,"duration":0}},{"uid":"b4e6eb658a25be0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b4e6eb658a25be0f","status":"passed","time":{"start":1707753198802,"stop":1707753198803,"duration":1}},{"uid":"57927290a20cb2c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/57927290a20cb2c2","status":"passed","time":{"start":1707750599091,"stop":1707750599092,"duration":1}},{"uid":"f8657f5aafd778a9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f8657f5aafd778a9","status":"passed","time":{"start":1707736516546,"stop":1707736516547,"duration":1}},{"uid":"9582d9c731859d66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9582d9c731859d66","status":"passed","time":{"start":1707735697897,"stop":1707735697897,"duration":0}}]},"e90403ec0f8bc4b5ca7fc9c86f58f32d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1761f69e5518959","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1761f69e5518959","status":"passed","time":{"start":1707793370642,"stop":1707793370642,"duration":0}},{"uid":"d86c626b2eb758c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d86c626b2eb758c1","status":"passed","time":{"start":1707778386491,"stop":1707778386492,"duration":1}},{"uid":"8e9a16b490919a1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e9a16b490919a1d","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}},{"uid":"d7e253e0a13594c3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7e253e0a13594c3","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"aaa5f8c7ffffa1f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aaa5f8c7ffffa1f1","status":"passed","time":{"start":1707770395193,"stop":1707770395194,"duration":1}},{"uid":"dcac33a23de736e2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dcac33a23de736e2","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"4da3b309f0a1c8dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4da3b309f0a1c8dc","status":"passed","time":{"start":1707760335962,"stop":1707760335962,"duration":0}},{"uid":"497b118fa662c39c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/497b118fa662c39c","status":"passed","time":{"start":1707758023545,"stop":1707758023545,"duration":0}},{"uid":"2a4d33c9c2505e87","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a4d33c9c2505e87","status":"passed","time":{"start":1707756664013,"stop":1707756664013,"duration":0}},{"uid":"c2dbcd892d7e504f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2dbcd892d7e504f","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}},{"uid":"bfde607c76a22469","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bfde607c76a22469","status":"passed","time":{"start":1707751136365,"stop":1707751136365,"duration":0}},{"uid":"cad4155d914b4ba6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cad4155d914b4ba6","status":"passed","time":{"start":1707737124653,"stop":1707737124654,"duration":1}},{"uid":"526762c3beb90d78","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/526762c3beb90d78","status":"passed","time":{"start":1707736322671,"stop":1707736322672,"duration":1}}]},"6d082e99ab8e7a6388dff75ed88d2f87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd9a064f06a56880","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd9a064f06a56880","status":"passed","time":{"start":1707793059180,"stop":1707793059181,"duration":1}},{"uid":"78ca3a59bf93f238","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/78ca3a59bf93f238","status":"passed","time":{"start":1707778002256,"stop":1707778002257,"duration":1}},{"uid":"795d276143f7cadf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795d276143f7cadf","status":"passed","time":{"start":1707775288598,"stop":1707775288599,"duration":1}},{"uid":"9eec001f386aed49","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9eec001f386aed49","status":"passed","time":{"start":1707775094185,"stop":1707775094185,"duration":0}},{"uid":"90a5fea4fcbc6212","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/90a5fea4fcbc6212","status":"passed","time":{"start":1707770019848,"stop":1707770019848,"duration":0}},{"uid":"3a86b5b5c209352b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a86b5b5c209352b","status":"passed","time":{"start":1707769883774,"stop":1707769883774,"duration":0}},{"uid":"24240276fd8244d9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24240276fd8244d9","status":"passed","time":{"start":1707759985637,"stop":1707759985638,"duration":1}},{"uid":"f361593fb8b86a0b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f361593fb8b86a0b","status":"passed","time":{"start":1707757677889,"stop":1707757677889,"duration":0}},{"uid":"e75c2028ea50c89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e75c2028ea50c89c","status":"passed","time":{"start":1707756304555,"stop":1707756304555,"duration":0}},{"uid":"2ed4f2771f4321b5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2ed4f2771f4321b5","status":"passed","time":{"start":1707753717469,"stop":1707753717470,"duration":1}},{"uid":"40ca45b3d983e7a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/40ca45b3d983e7a2","status":"passed","time":{"start":1707753473099,"stop":1707753473099,"duration":0}},{"uid":"68a10cd14861d383","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68a10cd14861d383","status":"passed","time":{"start":1707750845253,"stop":1707750845253,"duration":0}},{"uid":"3e331d3bc823c248","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3e331d3bc823c248","status":"passed","time":{"start":1707736769856,"stop":1707736769857,"duration":1}},{"uid":"7de5c8885bdfff22","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7de5c8885bdfff22","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"51a43a3264eacca08ce1aa9e38b3ce8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e4991f05ae07dae9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e4991f05ae07dae9","status":"passed","time":{"start":1707775300142,"stop":1707775300142,"duration":0}}]},"37c2f29c0972c16b77eacbae7f438aa3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a873a8afc645d390","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a873a8afc645d390","status":"passed","time":{"start":1707792814757,"stop":1707792814757,"duration":0}},{"uid":"622f2bb9a79ffc8a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/622f2bb9a79ffc8a","status":"passed","time":{"start":1707777764145,"stop":1707777764145,"duration":0}},{"uid":"b690a6deec5d441c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b690a6deec5d441c","status":"passed","time":{"start":1707775040235,"stop":1707775040235,"duration":0}},{"uid":"c91d8da0183d8871","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c91d8da0183d8871","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"b79302361f20969b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b79302361f20969b","status":"passed","time":{"start":1707769789491,"stop":1707769789492,"duration":1}},{"uid":"cea923e06edb422a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cea923e06edb422a","status":"passed","time":{"start":1707769642281,"stop":1707769642281,"duration":0}},{"uid":"27c988435386f17f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/27c988435386f17f","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"ade669aa1897b9a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ade669aa1897b9a3","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"97c216d3664275ee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97c216d3664275ee","status":"passed","time":{"start":1707756061067,"stop":1707756061067,"duration":0}},{"uid":"f7086a65eb895283","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7086a65eb895283","status":"passed","time":{"start":1707753479614,"stop":1707753479614,"duration":0}},{"uid":"f975e554a2567784","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f975e554a2567784","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"2414052ad884ae3f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2414052ad884ae3f","status":"passed","time":{"start":1707750608631,"stop":1707750608631,"duration":0}},{"uid":"6dd769e25746b9fd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dd769e25746b9fd","status":"passed","time":{"start":1707736525925,"stop":1707736525925,"duration":0}},{"uid":"6b071e6644ebd43d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b071e6644ebd43d","status":"passed","time":{"start":1707735707759,"stop":1707735707759,"duration":0}}]},"275d95cf37eb42e2e810efb3236b668f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ba412eb9818ae97d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ba412eb9818ae97d","status":"passed","time":{"start":1707778114675,"stop":1707778114675,"duration":0}}]},"c15499023067b4e92468b2a8185b0f45:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bf97ac281de10806","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf97ac281de10806","status":"passed","time":{"start":1707751136363,"stop":1707751136364,"duration":1}}]},"1749bf9b877925e8da903ebec55612ad:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2526b2c00b13423","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2526b2c00b13423","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"duration":0}},{"uid":"5c32ded92b9c4520","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c32ded92b9c4520","status":"passed","time":{"start":1707777772233,"stop":1707777772234,"duration":1}},{"uid":"cc6f1ec828ef5764","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc6f1ec828ef5764","status":"passed","time":{"start":1707775048147,"stop":1707775048147,"duration":0}},{"uid":"d6a15f7f9f7e1aad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d6a15f7f9f7e1aad","status":"passed","time":{"start":1707774850257,"stop":1707774850258,"duration":1}},{"uid":"2e8eaa96ec8152be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8eaa96ec8152be","status":"passed","time":{"start":1707769797446,"stop":1707769797446,"duration":0}},{"uid":"dc2b4b55d1c4ce80","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc2b4b55d1c4ce80","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"1769a4196f9d7da8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1769a4196f9d7da8","status":"passed","time":{"start":1707759745078,"stop":1707759745079,"duration":1}},{"uid":"fb364cc357391288","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb364cc357391288","status":"passed","time":{"start":1707757440222,"stop":1707757440223,"duration":1}},{"uid":"8e3ba0ac95328080","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e3ba0ac95328080","status":"passed","time":{"start":1707756069083,"stop":1707756069084,"duration":1}},{"uid":"9662f936feaeb144","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9662f936feaeb144","status":"passed","time":{"start":1707753487641,"stop":1707753487642,"duration":1}},{"uid":"e89a2277581f2c2b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e89a2277581f2c2b","status":"passed","time":{"start":1707753216622,"stop":1707753216622,"duration":0}},{"uid":"e6809cff6017fbd7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6809cff6017fbd7","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"a934e63e3c4b5df","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a934e63e3c4b5df","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"f27b63be01328f15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f27b63be01328f15","status":"passed","time":{"start":1707735716033,"stop":1707735716034,"duration":1}}]},"243ab10d31eb66c5118249ed138b6c92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"76b08d189b69d5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/76b08d189b69d5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371131,"stop":1707793371132,"duration":1}},{"uid":"b50100c67c1e5516","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b50100c67c1e5516","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338861,"stop":1707778338861,"duration":0}},{"uid":"72e40d4dd6d5da54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72e40d4dd6d5da54","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"b820a2754afc4f2b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b820a2754afc4f2b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390257,"duration":2}},{"uid":"64d5d366dc8a5361","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64d5d366dc8a5361","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335633,"stop":1707770335633,"duration":0}},{"uid":"61167c2ae1b139d0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61167c2ae1b139d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968741,"stop":1707769968741,"duration":0}},{"uid":"641ef87d89cb4fbf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/641ef87d89cb4fbf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301831,"stop":1707760301831,"duration":0}},{"uid":"c5f11ee3b4c741c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5f11ee3b4c741c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006733,"stop":1707758006733,"duration":0}},{"uid":"bc1a76729edf20e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc1a76729edf20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617068,"stop":1707756617068,"duration":0}},{"uid":"65e3d0b71332c512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65e3d0b71332c512","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"da01039eafd6b04c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da01039eafd6b04c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782782,"stop":1707753782782,"duration":0}},{"uid":"e0862bfa5ca28a23","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0862bfa5ca28a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162328,"stop":1707751162328,"duration":0}},{"uid":"e96dab3a96bbd450","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e96dab3a96bbd450","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"3d3308ef9acfce01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d3308ef9acfce01","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260171,"duration":1}}]},"51cbd8efa93a159097ce36b89f67787d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"d80eb2f2803d406f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d80eb2f2803d406f","status":"passed","time":{"start":1707793370633,"stop":1707793370634,"duration":1}},{"uid":"bad95e71965951b5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bad95e71965951b5","status":"passed","time":{"start":1707778386482,"stop":1707778386483,"duration":1}},{"uid":"27b65c104080e426","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27b65c104080e426","status":"passed","time":{"start":1707775656749,"stop":1707775656749,"duration":0}},{"uid":"844edebc08843886","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/844edebc08843886","status":"passed","time":{"start":1707775461888,"stop":1707775461888,"duration":0}},{"uid":"591ce52935e7d84b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/591ce52935e7d84b","status":"passed","time":{"start":1707770395185,"stop":1707770395185,"duration":0}},{"uid":"885d4fbe97cec8db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/885d4fbe97cec8db","status":"passed","time":{"start":1707770208546,"stop":1707770208546,"duration":0}},{"uid":"1ce0971c926596d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ce0971c926596d4","status":"passed","time":{"start":1707760335951,"stop":1707760335954,"duration":3}},{"uid":"ad5a1a3339117682","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad5a1a3339117682","status":"passed","time":{"start":1707758023534,"stop":1707758023535,"duration":1}},{"uid":"9d853b07d36b1589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9d853b07d36b1589","status":"passed","time":{"start":1707756664004,"stop":1707756664004,"duration":0}},{"uid":"c39dfd4be5149151","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c39dfd4be5149151","status":"passed","time":{"start":1707753837170,"stop":1707753837170,"duration":0}},{"uid":"7cb9ac04da8c94f2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7cb9ac04da8c94f2","status":"passed","time":{"start":1707751136338,"stop":1707751136338,"duration":0}},{"uid":"4bdddeec68cb98da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4bdddeec68cb98da","status":"passed","time":{"start":1707737124645,"stop":1707737124645,"duration":0}},{"uid":"8ed6bb7d6e200300","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed6bb7d6e200300","status":"passed","time":{"start":1707736322658,"stop":1707736322658,"duration":0}}]},"dd701497c2a6292dfefc2cfee3af21b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"f166cda0231ef482","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f166cda0231ef482","status":"passed","time":{"start":1707793012463,"stop":1707793012464,"duration":1}},{"uid":"9c5ed6574098791f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c5ed6574098791f","status":"passed","time":{"start":1707777977658,"stop":1707777977658,"duration":0}},{"uid":"99f73f166f094da5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99f73f166f094da5","status":"passed","time":{"start":1707775258448,"stop":1707775258448,"duration":0}},{"uid":"543c3ff6273facb6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/543c3ff6273facb6","status":"broken","statusDetails":"unexpected end of input","time":{"start":1707775081989,"stop":1707775081989,"duration":0}},{"uid":"880a29a55884abf9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/880a29a55884abf9","status":"passed","time":{"start":1707769999854,"stop":1707769999855,"duration":1}},{"uid":"62cfedd5c3ac7462","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/62cfedd5c3ac7462","status":"passed","time":{"start":1707769841889,"stop":1707769841889,"duration":0}},{"uid":"b1985c75a1fd02b2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1985c75a1fd02b2","status":"passed","time":{"start":1707759921445,"stop":1707759921445,"duration":0}},{"uid":"55fa25f32234ac1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55fa25f32234ac1","status":"passed","time":{"start":1707757624868,"stop":1707757624869,"duration":1}},{"uid":"5a70b919644f4b51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a70b919644f4b51","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"36554e7bb4899251","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36554e7bb4899251","status":"passed","time":{"start":1707753651133,"stop":1707753651134,"duration":1}},{"uid":"f87e3a16ac6f5fa6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f87e3a16ac6f5fa6","status":"passed","time":{"start":1707753409577,"stop":1707753409578,"duration":1}},{"uid":"ddfceb54cedbcb3f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ddfceb54cedbcb3f","status":"passed","time":{"start":1707736708314,"stop":1707736708314,"duration":0}},{"uid":"f7a2f82a60a06597","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7a2f82a60a06597","status":"passed","time":{"start":1707735914377,"stop":1707735914378,"duration":1}}]},"83e6a14125cf21331881a064676a1dcb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e9829a229af8b84","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e9829a229af8b84","status":"passed","time":{"start":1707756409546,"stop":1707756409546,"duration":0}}]},"c2fba2e08f9b25369c119544af081075:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e60346f706961514","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e60346f706961514","status":"passed","time":{"start":1707793238859,"stop":1707793238860,"duration":1}},{"uid":"f1e47f9f699b6974","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f1e47f9f699b6974","status":"passed","time":{"start":1707778202461,"stop":1707778202462,"duration":1}},{"uid":"2d5460af1ea9a25b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d5460af1ea9a25b","status":"passed","time":{"start":1707775486602,"stop":1707775486603,"duration":1}},{"uid":"e33aec49f57e8823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e33aec49f57e8823","status":"passed","time":{"start":1707775300125,"stop":1707775300125,"duration":0}},{"uid":"fb57e73f93e0a0ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fb57e73f93e0a0ec","status":"passed","time":{"start":1707770234567,"stop":1707770234567,"duration":0}},{"uid":"2817d1f9471daafb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2817d1f9471daafb","status":"passed","time":{"start":1707770051358,"stop":1707770051358,"duration":0}},{"uid":"3429ab70f9199cc9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3429ab70f9199cc9","status":"passed","time":{"start":1707760173993,"stop":1707760173994,"duration":1}},{"uid":"ab91c08594100d05","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab91c08594100d05","status":"passed","time":{"start":1707757873886,"stop":1707757873886,"duration":0}},{"uid":"4f44853ab2d362ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f44853ab2d362ce","status":"passed","time":{"start":1707756499890,"stop":1707756499891,"duration":1}},{"uid":"ed0abac971ad77ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ed0abac971ad77ee","status":"passed","time":{"start":1707753870419,"stop":1707753870419,"duration":0}},{"uid":"fc83e49ff5a3bd56","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc83e49ff5a3bd56","status":"passed","time":{"start":1707753647456,"stop":1707753647457,"duration":1}},{"uid":"10687aa77ddde073","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10687aa77ddde073","status":"passed","time":{"start":1707751019560,"stop":1707751019560,"duration":0}},{"uid":"3c9141ffdda297b6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3c9141ffdda297b6","status":"passed","time":{"start":1707736947832,"stop":1707736947832,"duration":0}},{"uid":"f9b44c8e1d607dba","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9b44c8e1d607dba","status":"passed","time":{"start":1707736152489,"stop":1707736152490,"duration":1}}]},"c889384d90857f1c344409a3d64b1ae3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"da125b9e9ada1526","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/da125b9e9ada1526","status":"passed","time":{"start":1707793153222,"stop":1707793153222,"duration":0}},{"uid":"9de839dae3a5f7bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9de839dae3a5f7bc","status":"passed","time":{"start":1707778114673,"stop":1707778114673,"duration":0}},{"uid":"ed972213335d87fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed972213335d87fd","status":"passed","time":{"start":1707775395375,"stop":1707775395375,"duration":0}},{"uid":"b75c8e70cc0928","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b75c8e70cc0928","status":"passed","time":{"start":1707775205627,"stop":1707775205628,"duration":1}},{"uid":"3da682f702148f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3da682f702148f9","status":"passed","time":{"start":1707770131702,"stop":1707770131703,"duration":1}},{"uid":"3efa0a3a79acaecb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3efa0a3a79acaecb","status":"passed","time":{"start":1707769983275,"stop":1707769983276,"duration":1}},{"uid":"e9bd88b8b3418dd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e9bd88b8b3418dd0","status":"passed","time":{"start":1707760095402,"stop":1707760095402,"duration":0}},{"uid":"eacabc9793af6d69","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eacabc9793af6d69","status":"passed","time":{"start":1707757790735,"stop":1707757790735,"duration":0}},{"uid":"1d306aaec914a33d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d306aaec914a33d","status":"passed","time":{"start":1707756409544,"stop":1707756409544,"duration":0}},{"uid":"b2d6110331bb5ae3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b2d6110331bb5ae3","status":"passed","time":{"start":1707753793189,"stop":1707753793189,"duration":0}},{"uid":"9d57aca21af0e62f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9d57aca21af0e62f","status":"passed","time":{"start":1707753573528,"stop":1707753573529,"duration":1}},{"uid":"5921a9e8035d790f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5921a9e8035d790f","status":"passed","time":{"start":1707750953979,"stop":1707750953980,"duration":1}},{"uid":"6c694132927912a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6c694132927912a4","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"25b7353bab793ae8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25b7353bab793ae8","status":"passed","time":{"start":1707736081269,"stop":1707736081270,"duration":1}}]},"83b9d2ed4279435b396e84934e00f24c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f78135a4958492b7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f78135a4958492b7","status":"passed","time":{"start":1707769983279,"stop":1707769983280,"duration":1}}]},"c2104d17c9975073753d04a5523ac5af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c9afd7c3d0583199","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9afd7c3d0583199","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"ad0cd331dee47f1e317fd9bab6ecd381:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1ecebce25c14e9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1ecebce25c14e9e","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0}},{"uid":"5f34ccfed1aa558b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f34ccfed1aa558b","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"6a6a990027978478","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a6a990027978478","status":"passed","time":{"start":1707775026269,"stop":1707775026269,"duration":0}},{"uid":"6686b361c34f4067","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6686b361c34f4067","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"22fec8ccea937445","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22fec8ccea937445","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"9e4188a5497de621","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e4188a5497de621","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"7d5e5fd027e9389e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d5e5fd027e9389e","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"94a80bb72176a5d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94a80bb72176a5d2","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"9a5657d4d2bb6b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a5657d4d2bb6b22","status":"passed","time":{"start":1707756047296,"stop":1707756047297,"duration":1}},{"uid":"aea6225465288f58","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aea6225465288f58","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"71648db4f1cc2c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71648db4f1cc2c96","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26fc33a633b369b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26fc33a633b369b3","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"3591458656ae4107","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3591458656ae4107","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"bc3f5028bf24260c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bc3f5028bf24260c","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"e51cff872101424b1bf995cac6b05605:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e79c918ffd9ea99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e79c918ffd9ea99","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0}},{"uid":"b71e0345270350f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b71e0345270350f3","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"2a5b08606e3cc731","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a5b08606e3cc731","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"ecfbe8c95aa6dbd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ecfbe8c95aa6dbd","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"3ad72f414f36c722","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ad72f414f36c722","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"5eb9dfde71822451","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5eb9dfde71822451","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"c4675196d0d00c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c4675196d0d00c0","status":"passed","time":{"start":1707759722869,"stop":1707759722870,"duration":1}},{"uid":"bd44649681e8a444","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bd44649681e8a444","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"df5507b28e4317e0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df5507b28e4317e0","status":"passed","time":{"start":1707756047297,"stop":1707756047298,"duration":1}},{"uid":"5412a24a21f2d9ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5412a24a21f2d9ef","status":"passed","time":{"start":1707753465444,"stop":1707753465445,"duration":1}},{"uid":"98112234f986c4d3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/98112234f986c4d3","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"b8fa26c24a6e439a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8fa26c24a6e439a","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"24c3169006740a9d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c3169006740a9d","status":"passed","time":{"start":1707736511742,"stop":1707736511742,"duration":0}},{"uid":"68bdb8ff6d2d7207","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/68bdb8ff6d2d7207","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"cfee42a91940bb5c77df5f273c4cc968:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6847ae21f2fbc1d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6847ae21f2fbc1d2","status":"passed","time":{"start":1707793370625,"stop":1707793370626,"duration":1}},{"uid":"3c04f8277d697f4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c04f8277d697f4d","status":"passed","time":{"start":1707778386475,"stop":1707778386476,"duration":1}},{"uid":"d3f775ebe4e53b56","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f775ebe4e53b56","status":"passed","time":{"start":1707775656744,"stop":1707775656745,"duration":1}},{"uid":"5166df9a5f8cba50","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5166df9a5f8cba50","status":"passed","time":{"start":1707775461882,"stop":1707775461883,"duration":1}},{"uid":"1a2de2823f8b25b1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1a2de2823f8b25b1","status":"passed","time":{"start":1707770395178,"stop":1707770395178,"duration":0}},{"uid":"4c63f328ef8edc4b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c63f328ef8edc4b","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"985273cf99b88e75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/985273cf99b88e75","status":"passed","time":{"start":1707760335940,"stop":1707760335941,"duration":1}},{"uid":"81ec5e45bcf63ee1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81ec5e45bcf63ee1","status":"passed","time":{"start":1707758023527,"stop":1707758023528,"duration":1}},{"uid":"8b46fd90cd57bdb2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8b46fd90cd57bdb2","status":"passed","time":{"start":1707756663997,"stop":1707756663997,"duration":0}},{"uid":"a9b5c5a072fc6a64","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9b5c5a072fc6a64","status":"passed","time":{"start":1707753837161,"stop":1707753837162,"duration":1}},{"uid":"cd4fff8ef9ff6829","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cd4fff8ef9ff6829","status":"passed","time":{"start":1707751136279,"stop":1707751136279,"duration":0}},{"uid":"3ca24ae718d6079b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3ca24ae718d6079b","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"f34e0ed7fa6e9dc6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f34e0ed7fa6e9dc6","status":"passed","time":{"start":1707736322651,"stop":1707736322651,"duration":0}}]},"fe348d37f27b8c529e7215b72890b185:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e17076d5b15d88be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e17076d5b15d88be","status":"passed","time":{"start":1707775390249,"stop":1707775390249,"duration":0}}]},"8f6e7283d710b02dac88d362fa5b4871:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ab7ab3c18633617b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab7ab3c18633617b","status":"passed","time":{"start":1707756617059,"stop":1707756617062,"duration":3}}]},"5375b30bc15d959901b4c592f8297ef5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e50f1b9c0fc86a1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e50f1b9c0fc86a1","status":"passed","time":{"start":1707792822804,"stop":1707792822804,"duration":0}},{"uid":"33b676b6378b6373","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33b676b6378b6373","status":"passed","time":{"start":1707777772234,"stop":1707777772234,"duration":0}},{"uid":"3a3e3de128d34062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a3e3de128d34062","status":"passed","time":{"start":1707775048147,"stop":1707775048148,"duration":1}},{"uid":"1b377d6e1e92fea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1b377d6e1e92fea","status":"passed","time":{"start":1707774850258,"stop":1707774850258,"duration":0}},{"uid":"4ef9eb2dcf049c99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ef9eb2dcf049c99","status":"passed","time":{"start":1707769797446,"stop":1707769797447,"duration":1}},{"uid":"d559221b3f48a304","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d559221b3f48a304","status":"passed","time":{"start":1707769650275,"stop":1707769650275,"duration":0}},{"uid":"a36308fa70df6aab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a36308fa70df6aab","status":"passed","time":{"start":1707759745079,"stop":1707759745079,"duration":0}},{"uid":"b45f80c1002a1dd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b45f80c1002a1dd1","status":"passed","time":{"start":1707757440223,"stop":1707757440223,"duration":0}},{"uid":"970ce7aa601cc83d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/970ce7aa601cc83d","status":"passed","time":{"start":1707756069084,"stop":1707756069084,"duration":0}},{"uid":"ea8c80b34918e2d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8c80b34918e2d3","status":"passed","time":{"start":1707753487642,"stop":1707753487642,"duration":0}},{"uid":"5ada2f41d93cbe31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5ada2f41d93cbe31","status":"passed","time":{"start":1707753216623,"stop":1707753216623,"duration":0}},{"uid":"8eb22148d16e721e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8eb22148d16e721e","status":"passed","time":{"start":1707750616577,"stop":1707750616577,"duration":0}},{"uid":"fd28080ccbf32f77","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd28080ccbf32f77","status":"passed","time":{"start":1707736534012,"stop":1707736534012,"duration":0}},{"uid":"1e33d043e92245a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1e33d043e92245a","status":"passed","time":{"start":1707735716034,"stop":1707735716034,"duration":0}}]},"e3f684e27880232a72d98efd1618d946:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c84a7ab590f66bf7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c84a7ab590f66bf7","status":"passed","time":{"start":1707756409546,"stop":1707756409547,"duration":1}}]},"78ee7e1afebb7c62be10f4e3936cc939:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7e697f5cd0492845","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7e697f5cd0492845","status":"passed","time":{"start":1707793238858,"stop":1707793238859,"duration":1}},{"uid":"528561965e783b6e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/528561965e783b6e","status":"passed","time":{"start":1707778202460,"stop":1707778202461,"duration":1}},{"uid":"433f96d77a405bc8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/433f96d77a405bc8","status":"passed","time":{"start":1707775486583,"stop":1707775486584,"duration":1}},{"uid":"e6cd63f00344f86a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e6cd63f00344f86a","status":"passed","time":{"start":1707775300124,"stop":1707775300124,"duration":0}},{"uid":"deafc09f25074ae7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/deafc09f25074ae7","status":"passed","time":{"start":1707770234566,"stop":1707770234566,"duration":0}},{"uid":"b053ddb488c7dc4d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b053ddb488c7dc4d","status":"passed","time":{"start":1707770051357,"stop":1707770051357,"duration":0}},{"uid":"466d313b5a6299ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/466d313b5a6299ee","status":"passed","time":{"start":1707760173992,"stop":1707760173992,"duration":0}},{"uid":"e514622a03cbd6f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e514622a03cbd6f4","status":"passed","time":{"start":1707757873885,"stop":1707757873885,"duration":0}},{"uid":"efb9574cd8184095","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/efb9574cd8184095","status":"passed","time":{"start":1707756499888,"stop":1707756499890,"duration":2}},{"uid":"7dcfaecd13823226","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7dcfaecd13823226","status":"passed","time":{"start":1707753870418,"stop":1707753870418,"duration":0}},{"uid":"fdd549dc530128e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd549dc530128e7","status":"passed","time":{"start":1707753647453,"stop":1707753647454,"duration":1}},{"uid":"caabb933e2ff31b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/caabb933e2ff31b","status":"passed","time":{"start":1707751019559,"stop":1707751019559,"duration":0}},{"uid":"cdd490c29a1160e0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdd490c29a1160e0","status":"passed","time":{"start":1707736947831,"stop":1707736947831,"duration":0}},{"uid":"7234c79f56cb09fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7234c79f56cb09fd","status":"passed","time":{"start":1707736152488,"stop":1707736152489,"duration":1}}]},"123020675d1434c8bfe5dd26be412101:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8e65953ffb589b00","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e65953ffb589b00","status":"passed","time":{"start":1707793153225,"stop":1707793153226,"duration":1}}]},"11dea6efd68ad937e990d43695bfa742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a553bbed71d0b2c4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a553bbed71d0b2c4","status":"passed","time":{"start":1707792805605,"stop":1707792805605,"duration":0}},{"uid":"39473812e3f7f93f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39473812e3f7f93f","status":"passed","time":{"start":1707777754770,"stop":1707777754770,"duration":0}},{"uid":"26d563660ae3b8ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/26d563660ae3b8ed","status":"passed","time":{"start":1707775031077,"stop":1707775031078,"duration":1}},{"uid":"8112fb90bb732a02","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8112fb90bb732a02","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"f2e154dea9a8aead","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2e154dea9a8aead","status":"passed","time":{"start":1707769780299,"stop":1707769780300,"duration":1}},{"uid":"a00cfaf2d9bfa3db","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a00cfaf2d9bfa3db","status":"passed","time":{"start":1707769633037,"stop":1707769633037,"duration":0}},{"uid":"4a57aca40c11183c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a57aca40c11183c","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"bc4de6dd4327efed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4de6dd4327efed","status":"passed","time":{"start":1707757422581,"stop":1707757422581,"duration":0}},{"uid":"cc468029245737a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc468029245737a0","status":"passed","time":{"start":1707756052100,"stop":1707756052100,"duration":0}},{"uid":"65b057f9169b00d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65b057f9169b00d1","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"18f5e2f458599fb4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18f5e2f458599fb4","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"7f525c02b761ec4e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f525c02b761ec4e","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"a854a766e74b3775","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a854a766e74b3775","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"733185a8e1b9c599","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/733185a8e1b9c599","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"56f3f5111ffa3bc7c71aa9a4700d183e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ceff03afd73d0984","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ceff03afd73d0984","status":"passed","time":{"start":1707793028261,"stop":1707793028262,"duration":1}},{"uid":"810e88ce87c0d88e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/810e88ce87c0d88e","status":"passed","time":{"start":1707777972991,"stop":1707777972992,"duration":1}},{"uid":"72857ec5a3ee9e26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72857ec5a3ee9e26","status":"passed","time":{"start":1707775244523,"stop":1707775244523,"duration":0}},{"uid":"a603433c34818cef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a603433c34818cef","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"766d5e2db21990e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/766d5e2db21990e9","status":"passed","time":{"start":1707770001370,"stop":1707770001371,"duration":1}},{"uid":"8fbd6ee04f326938","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8fbd6ee04f326938","status":"passed","time":{"start":1707769843134,"stop":1707769843135,"duration":1}},{"uid":"8d6c9252f5dbf6fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d6c9252f5dbf6fa","status":"passed","time":{"start":1707759965181,"stop":1707759965182,"duration":1}},{"uid":"b63ce20e13a88005","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b63ce20e13a88005","status":"passed","time":{"start":1707757644383,"stop":1707757644383,"duration":0}},{"uid":"fe55638588ad73c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe55638588ad73c4","status":"passed","time":{"start":1707756267892,"stop":1707756267892,"duration":0}},{"uid":"fb693537b5fb861d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb693537b5fb861d","status":"passed","time":{"start":1707753668020,"stop":1707753668020,"duration":0}},{"uid":"db71dab2d3754e6e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db71dab2d3754e6e","status":"passed","time":{"start":1707753423530,"stop":1707753423530,"duration":0}},{"uid":"c7e221d14e353685","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c7e221d14e353685","status":"passed","time":{"start":1707750796020,"stop":1707750796021,"duration":1}},{"uid":"eec06076dc9e159d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec06076dc9e159d","status":"passed","time":{"start":1707736730631,"stop":1707736730632,"duration":1}},{"uid":"b6fc9db65939bce6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6fc9db65939bce6","status":"passed","time":{"start":1707735912112,"stop":1707735912113,"duration":1}}]},"ba5bddb25a83cc877a85c4d83ed7a58d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c806391744f1e537","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c806391744f1e537","status":"passed","time":{"start":1707736322666,"stop":1707736322669,"duration":3}}]},"7bad051d714444d2af34337d8a7667fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3c590a5fbff92de6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c590a5fbff92de6","status":"passed","time":{"start":1707775656755,"stop":1707775656755,"duration":0}}]},"7e4f99adc583d88ccd11e0c2315544ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6bd34cd5ac9fdb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6bd34cd5ac9fdb4","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"duration":0}},{"uid":"c3243cfdca1d19b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c3243cfdca1d19b1","status":"passed","time":{"start":1707777764431,"stop":1707777764432,"duration":1}},{"uid":"27f01afda61a1f20","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27f01afda61a1f20","status":"passed","time":{"start":1707775040579,"stop":1707775040580,"duration":1}},{"uid":"98c72bd7ed2aaf11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/98c72bd7ed2aaf11","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"9591ef541cd3d821","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9591ef541cd3d821","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"2ea419b49cd37e43","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea419b49cd37e43","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"cf0a7fe42ff6feee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cf0a7fe42ff6feee","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"d43c687bc7eabc43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d43c687bc7eabc43","status":"passed","time":{"start":1707757432393,"stop":1707757432394,"duration":1}},{"uid":"5c5210dda5012d71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c5210dda5012d71","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"1754db4e1082a5c2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1754db4e1082a5c2","status":"passed","time":{"start":1707753479975,"stop":1707753479975,"duration":0}},{"uid":"5018aab822362041","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5018aab822362041","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"9be43e4d6dc458bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9be43e4d6dc458bf","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"a4e868b2c360b95f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4e868b2c360b95f","status":"passed","time":{"start":1707736526331,"stop":1707736526331,"duration":0}},{"uid":"71d342e52b33808a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71d342e52b33808a","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"bdd10fbd616f99939453eac6edc5fc54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"99959ade6840c143","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99959ade6840c143","status":"passed","time":{"start":1707793142780,"stop":1707793142781,"duration":1}},{"uid":"355d39564546ce40","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/355d39564546ce40","status":"passed","time":{"start":1707778103143,"stop":1707778103144,"duration":1}},{"uid":"e7ef97a207d7d62","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7ef97a207d7d62","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"e2a79d9966de1718","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2a79d9966de1718","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"3affacac03035e7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3affacac03035e7d","status":"passed","time":{"start":1707770121403,"stop":1707770121404,"duration":1}},{"uid":"78b9eedd92bff4e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b9eedd92bff4e6","status":"passed","time":{"start":1707769979912,"stop":1707769979913,"duration":1}},{"uid":"ec0f65c7d343d0e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec0f65c7d343d0e8","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"5bcb9630e2ca37b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bcb9630e2ca37b2","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"5082e5f2343a6f74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5082e5f2343a6f74","status":"passed","time":{"start":1707756396098,"stop":1707756396098,"duration":0}},{"uid":"b604d33b8c569549","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b604d33b8c569549","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"a16b95a648febba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a16b95a648febba","status":"passed","time":{"start":1707753563058,"stop":1707753563061,"duration":3}},{"uid":"c46b36d1ae68c5eb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c46b36d1ae68c5eb","status":"passed","time":{"start":1707750940647,"stop":1707750940647,"duration":0}},{"uid":"4ed5c630d9a2bf52","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4ed5c630d9a2bf52","status":"passed","time":{"start":1707736870539,"stop":1707736870542,"duration":3}},{"uid":"eb8795a3d1c15df4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eb8795a3d1c15df4","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"df4b10694f0359dcb4bb3a3a5ade53ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"344a8b8d2c30a683","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/344a8b8d2c30a683","status":"passed","time":{"start":1707793168669,"stop":1707793168670,"duration":1}},{"uid":"a62a72d7bb7fa253","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a62a72d7bb7fa253","status":"passed","time":{"start":1707778126342,"stop":1707778126342,"duration":0}},{"uid":"53d828afa61b0ebb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/53d828afa61b0ebb","status":"passed","time":{"start":1707775409481,"stop":1707775409481,"duration":0}},{"uid":"f35e4f8fdc5702ec","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f35e4f8fdc5702ec","status":"passed","time":{"start":1707775219992,"stop":1707775219993,"duration":1}},{"uid":"e44effc9215961f1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e44effc9215961f1","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"fac10ded3f39a033","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac10ded3f39a033","status":"passed","time":{"start":1707769994533,"stop":1707769994533,"duration":0}},{"uid":"f7b9d3328c97deb4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f7b9d3328c97deb4","status":"passed","time":{"start":1707760106453,"stop":1707760106453,"duration":0}},{"uid":"7781f4c837a59a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7781f4c837a59a78","status":"passed","time":{"start":1707757804291,"stop":1707757804291,"duration":0}},{"uid":"7c7aba82de7d5125","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c7aba82de7d5125","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"8badb27e1f8fdb7c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8badb27e1f8fdb7c","status":"passed","time":{"start":1707753796544,"stop":1707753796545,"duration":1}},{"uid":"6e1c6191385dfce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e1c6191385dfce9","status":"passed","time":{"start":1707753586159,"stop":1707753586159,"duration":0}},{"uid":"69a4c892b78257be","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/69a4c892b78257be","status":"passed","time":{"start":1707750964798,"stop":1707750964799,"duration":1}},{"uid":"df644cd59c4cd7a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/df644cd59c4cd7a6","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"75163099965cb372","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/75163099965cb372","status":"passed","time":{"start":1707736096386,"stop":1707736096386,"duration":0}}]},"dd47b048a78a3c065649c989f3046bd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"141930bfce5da8cd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/141930bfce5da8cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793230148,"stop":1707793230149,"duration":1}},{"uid":"f33c0927611b9b06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f33c0927611b9b06","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778179237,"stop":1707778179237,"duration":0}},{"uid":"80ac5be0fd329378","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80ac5be0fd329378","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775471142,"stop":1707775471142,"duration":0}},{"uid":"33f8f9a6bcd2d330","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33f8f9a6bcd2d330","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775271435,"stop":1707775271435,"duration":0}},{"uid":"a2caff49842c994b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2caff49842c994b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770210095,"stop":1707770210095,"duration":0}},{"uid":"33757a70f34de9bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33757a70f34de9bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770054148,"stop":1707770054148,"duration":0}},{"uid":"109d2d331b79ff6e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/109d2d331b79ff6e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760163325,"stop":1707760163326,"duration":1}},{"uid":"8bcc4a220d8dd2cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8bcc4a220d8dd2cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757853542,"stop":1707757853543,"duration":1}},{"uid":"c026e0db9ad183b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c026e0db9ad183b6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756493172,"stop":1707756493173,"duration":1}},{"uid":"ddb1e7a82bd00a2e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddb1e7a82bd00a2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753863561,"stop":1707753863561,"duration":0}},{"uid":"d49e3a899bf44680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d49e3a899bf44680","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753657516,"stop":1707753657516,"duration":0}},{"uid":"e239b5ae7ecad363","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e239b5ae7ecad363","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751014384,"stop":1707751014384,"duration":0}},{"uid":"5c4e70f3ae85c721","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c4e70f3ae85c721","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736941407,"stop":1707736941407,"duration":0}},{"uid":"dc217c0bb4c7ce34","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc217c0bb4c7ce34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736158692,"stop":1707736158692,"duration":0}}]},"21f5f2f96ecff905305feb2643c56dec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6c4f74a73511e9be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c4f74a73511e9be","status":"passed","time":{"start":1707775461894,"stop":1707775461895,"duration":1}}]},"e4b3c241f67791f173c5581430dec514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"deb6116d9db9ea66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb6116d9db9ea66","status":"passed","time":{"start":1707735912121,"stop":1707735912124,"duration":3}}]},"c8f872a4bd28aa4f53033c99000bb253:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"784685354b8e5f8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/784685354b8e5f8a","status":"passed","time":{"start":1707793387157,"stop":1707793387157,"duration":0}},{"uid":"b78ddae2be7f9aab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b78ddae2be7f9aab","status":"passed","time":{"start":1707778357268,"stop":1707778357269,"duration":1}},{"uid":"cdc1653563aff16e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cdc1653563aff16e","status":"passed","time":{"start":1707775627622,"stop":1707775627623,"duration":1}},{"uid":"42989ca3cd53422e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42989ca3cd53422e","status":"passed","time":{"start":1707775425000,"stop":1707775425000,"duration":0}},{"uid":"c7fbaa9ce2071585","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7fbaa9ce2071585","status":"passed","time":{"start":1707770359155,"stop":1707770359156,"duration":1}},{"uid":"4555df7c5d24b65f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4555df7c5d24b65f","status":"passed","time":{"start":1707770134575,"stop":1707770134575,"duration":0}},{"uid":"ab14a7de47c3b0d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ab14a7de47c3b0d4","status":"passed","time":{"start":1707760319220,"stop":1707760319221,"duration":1}},{"uid":"23e79802c558eae3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/23e79802c558eae3","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"792df0539c585056","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/792df0539c585056","status":"passed","time":{"start":1707756639369,"stop":1707756639370,"duration":1}},{"uid":"d279305924d886e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d279305924d886e4","status":"passed","time":{"start":1707753945999,"stop":1707753946000,"duration":1}},{"uid":"606048e38aa7e9bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/606048e38aa7e9bd","status":"passed","time":{"start":1707753803976,"stop":1707753803976,"duration":0}},{"uid":"9f2abd738d8971b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f2abd738d8971b5","status":"passed","time":{"start":1707751138035,"stop":1707751138036,"duration":1}},{"uid":"a983ec0ee4008a0e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a983ec0ee4008a0e","status":"passed","time":{"start":1707737096089,"stop":1707737096089,"duration":0}},{"uid":"5dd45133b08b9acd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dd45133b08b9acd","status":"passed","time":{"start":1707736302667,"stop":1707736302668,"duration":1}}]},"70124a353f9f3413728153b9f12f1e14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"963ae5dc6ec47aa3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963ae5dc6ec47aa3","status":"passed","time":{"start":1707753647525,"stop":1707753647525,"duration":0}}]},"04b347e068318b0b9f6c0a7a47092da5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39ac1d0d4ec42bbf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/39ac1d0d4ec42bbf","status":"passed","time":{"start":1707792799999,"stop":1707792800000,"duration":1}},{"uid":"39aa42aa9cfcc160","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/39aa42aa9cfcc160","status":"passed","time":{"start":1707777749080,"stop":1707777749081,"duration":1}},{"uid":"77ca0831473cbbe8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77ca0831473cbbe8","status":"passed","time":{"start":1707775025515,"stop":1707775025516,"duration":1}},{"uid":"a36aded67e42359e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a36aded67e42359e","status":"passed","time":{"start":1707774827052,"stop":1707774827052,"duration":0}},{"uid":"4d46c8769e8b9331","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d46c8769e8b9331","status":"passed","time":{"start":1707769774614,"stop":1707769774618,"duration":4}},{"uid":"af473a635550a96b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af473a635550a96b","status":"passed","time":{"start":1707769627283,"stop":1707769627284,"duration":1}},{"uid":"1610b5142c6d8976","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1610b5142c6d8976","status":"passed","time":{"start":1707759722018,"stop":1707759722019,"duration":1}},{"uid":"85e79accfe0f4215","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85e79accfe0f4215","status":"passed","time":{"start":1707757416823,"stop":1707757416823,"duration":0}},{"uid":"48fa2c679134fdd1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48fa2c679134fdd1","status":"passed","time":{"start":1707756046587,"stop":1707756046588,"duration":1}},{"uid":"b474a6df958b04a6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b474a6df958b04a6","status":"passed","time":{"start":1707753464660,"stop":1707753464660,"duration":0}},{"uid":"17d4e6dcf5f832ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17d4e6dcf5f832ca","status":"passed","time":{"start":1707753192925,"stop":1707753192925,"duration":0}},{"uid":"a70797ecbb94003","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a70797ecbb94003","status":"passed","time":{"start":1707750593499,"stop":1707750593499,"duration":0}},{"uid":"2917b6e68f6daa82","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2917b6e68f6daa82","status":"passed","time":{"start":1707736510870,"stop":1707736510871,"duration":1}},{"uid":"49283851e72239d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49283851e72239d5","status":"passed","time":{"start":1707735692276,"stop":1707735692277,"duration":1}}]},"adfa54d8b2a7624e750ee9e89b3a4085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b41721bf1dee5eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b41721bf1dee5eda","status":"passed","time":{"start":1707792805568,"stop":1707792805568,"duration":0}},{"uid":"2fefbb7f1ebf5aed","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2fefbb7f1ebf5aed","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"98af3bffa369b06e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98af3bffa369b06e","status":"passed","time":{"start":1707775031071,"stop":1707775031071,"duration":0}},{"uid":"657502ccb537257b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/657502ccb537257b","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"f055da4bdd65a3ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f055da4bdd65a3ab","status":"passed","time":{"start":1707769780143,"stop":1707769780144,"duration":1}},{"uid":"161f7f45ae269987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/161f7f45ae269987","status":"passed","time":{"start":1707769632865,"stop":1707769632866,"duration":1}},{"uid":"16aedc7fe7e0eca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16aedc7fe7e0eca","status":"passed","time":{"start":1707759727625,"stop":1707759727625,"duration":0}},{"uid":"91b958416a1723f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/91b958416a1723f0","status":"passed","time":{"start":1707757422397,"stop":1707757422397,"duration":0}},{"uid":"252709f7c2bf9607","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/252709f7c2bf9607","status":"passed","time":{"start":1707756051814,"stop":1707756051815,"duration":1}},{"uid":"139cc352e3ca64f3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/139cc352e3ca64f3","status":"passed","time":{"start":1707753470070,"stop":1707753470070,"duration":0}},{"uid":"73badc20c2c156c6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73badc20c2c156c6","status":"passed","time":{"start":1707753198801,"stop":1707753198802,"duration":1}},{"uid":"31b91e5fb0da3898","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/31b91e5fb0da3898","status":"passed","time":{"start":1707750599090,"stop":1707750599091,"duration":1}},{"uid":"9f17122324b23e60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f17122324b23e60","status":"passed","time":{"start":1707736516545,"stop":1707736516545,"duration":0}},{"uid":"a99ec81d8b02a354","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a99ec81d8b02a354","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"a01bdabda4e48b3a0b41dcd8f8c0370d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"14be64cc99c6ee7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/14be64cc99c6ee7a","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1707792958834,"stop":1707792958835,"duration":1}},{"uid":"4c215ec14c5285aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c215ec14c5285aa","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"144e8d667244f986","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/144e8d667244f986","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"ec1bdfd7d74aa24a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ec1bdfd7d74aa24a","status":"passed","time":{"start":1707775085882,"stop":1707775085883,"duration":1}},{"uid":"8b1b0bebb8236e57","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b1b0bebb8236e57","status":"passed","time":{"start":1707770018838,"stop":1707770018838,"duration":0}},{"uid":"67fd00cfa015bdf1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/67fd00cfa015bdf1","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"48a98d2a30ad4249","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/48a98d2a30ad4249","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"84bfe00ac19f2b61","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84bfe00ac19f2b61","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"4d39c3494c699734","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d39c3494c699734","status":"passed","time":{"start":1707756304427,"stop":1707756304427,"duration":0}},{"uid":"5d8e603ef0b24fe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d8e603ef0b24fe7","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"608ecbf2c8d10ae8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/608ecbf2c8d10ae8","status":"passed","time":{"start":1707753448099,"stop":1707753448099,"duration":0}},{"uid":"e243c91a6529a493","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e243c91a6529a493","status":"passed","time":{"start":1707750840037,"stop":1707750840038,"duration":1}},{"uid":"d2963aa04e03e813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2963aa04e03e813","status":"passed","time":{"start":1707736765002,"stop":1707736765003,"duration":1}},{"uid":"8dc427b9dfa5f86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8dc427b9dfa5f86","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"1b1755dcfa725e1f2f4147ba5cebeca9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"67fd5c7a155646af","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67fd5c7a155646af","status":"passed","time":{"start":1707793446750,"stop":1707793446751,"duration":1}},{"uid":"a4bba09fbaf18a64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4bba09fbaf18a64","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"60848d837df0f1c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60848d837df0f1c6","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"1f69ff89ebd0a1aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f69ff89ebd0a1aa","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"24941bca768f285e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24941bca768f285e","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"409f985095d49a0c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/409f985095d49a0c","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"1fe4ef7daec4073b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1fe4ef7daec4073b","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"eed432df65d436d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eed432df65d436d6","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"c649f3c6f8b5d806","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c649f3c6f8b5d806","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"3874e3e41246a89f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3874e3e41246a89f","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"a8b306f265616dbc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8b306f265616dbc","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"f7dd0590026fbe9c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7dd0590026fbe9c","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"44e369c46a358e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44e369c46a358e1","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"2fc651ff95c99655ebdb100ff107d661:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0c78d242d4901f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0c78d242d4901f8","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"d79e52d980adcb67284b823b577f6b8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"af9303569125bf3b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af9303569125bf3b","status":"passed","time":{"start":1707792958828,"stop":1707792958829,"duration":1}},{"uid":"895486c7b1dba545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/895486c7b1dba545","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"d5540abd31ba2e09","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d5540abd31ba2e09","status":"passed","time":{"start":1707775275743,"stop":1707775275744,"duration":1}},{"uid":"def0b35f8b33b23b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/def0b35f8b33b23b","status":"passed","time":{"start":1707775085876,"stop":1707775085876,"duration":0}},{"uid":"6f7462475adab8b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6f7462475adab8b6","status":"passed","time":{"start":1707770018824,"stop":1707770018826,"duration":2}},{"uid":"693e0ed7696c003c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/693e0ed7696c003c","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"e3655b3e11d6aced","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3655b3e11d6aced","status":"passed","time":{"start":1707759981454,"stop":1707759981454,"duration":0}},{"uid":"6814339c21d8d2c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6814339c21d8d2c7","status":"passed","time":{"start":1707757676034,"stop":1707757676035,"duration":1}},{"uid":"b25fc582255ebbd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25fc582255ebbd9","status":"passed","time":{"start":1707756304421,"stop":1707756304421,"duration":0}},{"uid":"24ffb1a93d14cd1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24ffb1a93d14cd1","status":"passed","time":{"start":1707753713234,"stop":1707753713234,"duration":0}},{"uid":"9896146d298fa994","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9896146d298fa994","status":"passed","time":{"start":1707753448081,"stop":1707753448082,"duration":1}},{"uid":"9cb7846f6a809594","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9cb7846f6a809594","status":"passed","time":{"start":1707750840029,"stop":1707750840030,"duration":1}},{"uid":"bb82836ded0b4c15","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb82836ded0b4c15","status":"passed","time":{"start":1707736764994,"stop":1707736764995,"duration":1}},{"uid":"c16ab98d5bbd1ded","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c16ab98d5bbd1ded","status":"passed","time":{"start":1707735955218,"stop":1707735955219,"duration":1}}]},"ec7313d698a39b8d8375e6a44279cf6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1afd23b5dbdffd4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1afd23b5dbdffd4c","status":"passed","time":{"start":1707792838868,"stop":1707792838869,"duration":1}},{"uid":"c8cfeef95d16ce9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c8cfeef95d16ce9b","status":"passed","time":{"start":1707777787221,"stop":1707777787222,"duration":1}},{"uid":"832a7f487a1eba0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/832a7f487a1eba0b","status":"passed","time":{"start":1707775063036,"stop":1707775063036,"duration":0}},{"uid":"c17b581b03f21165","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c17b581b03f21165","status":"passed","time":{"start":1707774865145,"stop":1707774865145,"duration":0}},{"uid":"ca525269f1e08770","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca525269f1e08770","status":"passed","time":{"start":1707769812639,"stop":1707769812639,"duration":0}},{"uid":"ffe886fd4ced2bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe886fd4ced2bc3","status":"passed","time":{"start":1707769665340,"stop":1707769665341,"duration":1}},{"uid":"f8c3db877ccc9b11","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f8c3db877ccc9b11","status":"passed","time":{"start":1707759759736,"stop":1707759759737,"duration":1}},{"uid":"f2c2eed8d025c89a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2c2eed8d025c89a","status":"passed","time":{"start":1707757455865,"stop":1707757455905,"duration":40}},{"uid":"6a9cf47a4df0ba2d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a9cf47a4df0ba2d","status":"passed","time":{"start":1707756084425,"stop":1707756084430,"duration":5}},{"uid":"da9700db5c75c5aa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da9700db5c75c5aa","status":"passed","time":{"start":1707753503424,"stop":1707753503425,"duration":1}},{"uid":"8593ded977bee97d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8593ded977bee97d","status":"passed","time":{"start":1707753233561,"stop":1707753233561,"duration":0}},{"uid":"a92d3883a4fd5db3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a92d3883a4fd5db3","status":"passed","time":{"start":1707750631901,"stop":1707750631902,"duration":1}},{"uid":"8e81c5f177434b55","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e81c5f177434b55","status":"passed","time":{"start":1707736548882,"stop":1707736548883,"duration":1}},{"uid":"f1ed3e1cde4656b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1ed3e1cde4656b4","status":"passed","time":{"start":1707735732432,"stop":1707735732433,"duration":1}}]},"404e0fab372c1b30afe56678d54344f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"304027a8197cd6d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/304027a8197cd6d6","status":"passed","time":{"start":1707793012502,"stop":1707793012503,"duration":1}},{"uid":"59980f8bc027c5ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59980f8bc027c5ca","status":"passed","time":{"start":1707777977671,"stop":1707777977671,"duration":0}},{"uid":"60c288cd634776b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/60c288cd634776b3","status":"passed","time":{"start":1707775258465,"stop":1707775258465,"duration":0}},{"uid":"f249773ef0e41c0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f249773ef0e41c0c","status":"passed","time":{"start":1707775082029,"stop":1707775082030,"duration":1}},{"uid":"56d283298e20af31","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56d283298e20af31","status":"passed","time":{"start":1707769999869,"stop":1707769999874,"duration":5}},{"uid":"2fc063b12b0fbda2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fc063b12b0fbda2","status":"passed","time":{"start":1707769841905,"stop":1707769841908,"duration":3}},{"uid":"c136784df3fd5380","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c136784df3fd5380","status":"passed","time":{"start":1707759921461,"stop":1707759921461,"duration":0}},{"uid":"86f60dff4b9fc786","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86f60dff4b9fc786","status":"passed","time":{"start":1707757624882,"stop":1707757624882,"duration":0}},{"uid":"a37d6e78f6fa35aa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a37d6e78f6fa35aa","status":"passed","time":{"start":1707756261820,"stop":1707756261833,"duration":13}},{"uid":"85d044aa48ad1e9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/85d044aa48ad1e9a","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"988acf216625afa8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/988acf216625afa8","status":"passed","time":{"start":1707753409592,"stop":1707753409592,"duration":0}},{"uid":"cf644e0412d99802","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cf644e0412d99802","status":"passed","time":{"start":1707750722056,"stop":1707750722056,"duration":0}},{"uid":"dab8d08104eed43f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dab8d08104eed43f","status":"passed","time":{"start":1707736708334,"stop":1707736708335,"duration":1}},{"uid":"15e6085f01549d76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/15e6085f01549d76","status":"passed","time":{"start":1707735914392,"stop":1707735914392,"duration":0}}]},"7996d0bafce2a1dfd5f54e8daed745d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd564010f4cdd27d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bd564010f4cdd27d","status":"passed","time":{"start":1707793168695,"stop":1707793168696,"duration":1}},{"uid":"d5f1d455a94124b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d5f1d455a94124b9","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"8085359c21b207d9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8085359c21b207d9","status":"passed","time":{"start":1707775409495,"stop":1707775409496,"duration":1}},{"uid":"a8d0e5b743068fb4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d0e5b743068fb4","status":"passed","time":{"start":1707775220003,"stop":1707775220004,"duration":1}},{"uid":"55cec279cd947cab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55cec279cd947cab","status":"passed","time":{"start":1707770142491,"stop":1707770142491,"duration":0}},{"uid":"97ae96ef11f340be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/97ae96ef11f340be","status":"passed","time":{"start":1707769994552,"stop":1707769994552,"duration":0}},{"uid":"c7a91777ea2347a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7a91777ea2347a8","status":"passed","time":{"start":1707760106464,"stop":1707760106465,"duration":1}},{"uid":"5785ac329ffeb55d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5785ac329ffeb55d","status":"passed","time":{"start":1707757804319,"stop":1707757804320,"duration":1}},{"uid":"48a1a6472007185c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48a1a6472007185c","status":"passed","time":{"start":1707756422354,"stop":1707756422354,"duration":0}},{"uid":"f7c8eeb3fd9a17fa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7c8eeb3fd9a17fa","status":"passed","time":{"start":1707753796555,"stop":1707753796555,"duration":0}},{"uid":"8e0e1cc2a8df2ce9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e0e1cc2a8df2ce9","status":"passed","time":{"start":1707753586171,"stop":1707753586172,"duration":1}},{"uid":"9746dc2ab6fd3d40","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9746dc2ab6fd3d40","status":"passed","time":{"start":1707750964816,"stop":1707750964816,"duration":0}},{"uid":"6ddc669a9a037137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6ddc669a9a037137","status":"passed","time":{"start":1707736890444,"stop":1707736890445,"duration":1}},{"uid":"4603e936c05bfd2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4603e936c05bfd2","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"ebdbf9bf1d306242250cab20b0933ad9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"891accd48817bde9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/891accd48817bde9","status":"passed","time":{"start":1707793392500,"stop":1707793392501,"duration":1}},{"uid":"da227975734436ea","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/da227975734436ea","status":"passed","time":{"start":1707778370025,"stop":1707778370025,"duration":0}},{"uid":"2a6ffb5d2c2c7699","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2a6ffb5d2c2c7699","status":"passed","time":{"start":1707775644350,"stop":1707775644350,"duration":0}},{"uid":"cce6f29059819808","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cce6f29059819808","status":"passed","time":{"start":1707775439250,"stop":1707775439251,"duration":1}},{"uid":"b23eff9b6cb4680d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b23eff9b6cb4680d","status":"passed","time":{"start":1707770376994,"stop":1707770376994,"duration":0}},{"uid":"be2ba0428339b067","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be2ba0428339b067","status":"passed","time":{"start":1707770140534,"stop":1707770140535,"duration":1}},{"uid":"16583e8a0e6c5a32","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16583e8a0e6c5a32","status":"passed","time":{"start":1707760337679,"stop":1707760337680,"duration":1}},{"uid":"feba36fbdee6544a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/feba36fbdee6544a","status":"passed","time":{"start":1707758026467,"stop":1707758026467,"duration":0}},{"uid":"a3995054720fd18e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3995054720fd18e","status":"passed","time":{"start":1707756656797,"stop":1707756656797,"duration":0}},{"uid":"e57414c7663212d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e57414c7663212d2","status":"passed","time":{"start":1707753960361,"stop":1707753960361,"duration":0}},{"uid":"6b8927cc94770954","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b8927cc94770954","status":"passed","time":{"start":1707753819774,"stop":1707753819774,"duration":0}},{"uid":"d16cd710a3b2fff5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d16cd710a3b2fff5","status":"passed","time":{"start":1707751157934,"stop":1707751157935,"duration":1}},{"uid":"266d93197b34e185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266d93197b34e185","status":"passed","time":{"start":1707737112731,"stop":1707737112731,"duration":0}},{"uid":"406bda16853d4c62","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/406bda16853d4c62","status":"passed","time":{"start":1707736314162,"stop":1707736314162,"duration":0}}]},"77487dd09aad3437a9c808d035d2ce70:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5393672867a502f5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5393672867a502f5","status":"passed","time":{"start":1707759965202,"stop":1707759965202,"duration":0}}]},"d756b9dcd6f1f6438b6de6db088e32a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9e9d2095af9f1ae5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e9d2095af9f1ae5","status":"passed","time":{"start":1707792929578,"stop":1707792929579,"duration":1}},{"uid":"342c47f9e291518a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/342c47f9e291518a","status":"passed","time":{"start":1707777877643,"stop":1707777877643,"duration":0}},{"uid":"99a0fd6bec7bb0eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/99a0fd6bec7bb0eb","status":"passed","time":{"start":1707775153016,"stop":1707775153017,"duration":1}},{"uid":"c93817904c15b00d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c93817904c15b00d","status":"passed","time":{"start":1707774951830,"stop":1707774951831,"duration":1}},{"uid":"132624b091318a4c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/132624b091318a4c","status":"passed","time":{"start":1707769903017,"stop":1707769903017,"duration":0}},{"uid":"439d0bdb954f39eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/439d0bdb954f39eb","status":"passed","time":{"start":1707769748204,"stop":1707769748204,"duration":0}},{"uid":"25c51d7c07116707","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25c51d7c07116707","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"77e18fe851c4ae02","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77e18fe851c4ae02","status":"passed","time":{"start":1707757546806,"stop":1707757546806,"duration":0}},{"uid":"631c4d6b3fe8227a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/631c4d6b3fe8227a","status":"passed","time":{"start":1707756167194,"stop":1707756167198,"duration":4}},{"uid":"546c0cc7cdb486e3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546c0cc7cdb486e3","status":"passed","time":{"start":1707753584059,"stop":1707753584060,"duration":1}},{"uid":"16ce761eae158037","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16ce761eae158037","status":"passed","time":{"start":1707753331769,"stop":1707753331769,"duration":0}},{"uid":"ec251df54b7563ed","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ec251df54b7563ed","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"8bd9b87589a22ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8bd9b87589a22ea3","status":"passed","time":{"start":1707736636441,"stop":1707736636441,"duration":0}},{"uid":"f7b574acf9f4cc5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7b574acf9f4cc5b","status":"passed","time":{"start":1707735825260,"stop":1707735825260,"duration":0}}]},"19635161616ad290cd6629a3c7af1ebb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6164152f76f157c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6164152f76f157c5","status":"passed","time":{"start":1707792821410,"stop":1707792821410,"duration":0}},{"uid":"585867ed5be7b48e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/585867ed5be7b48e","status":"passed","time":{"start":1707777770858,"stop":1707777770858,"duration":0}},{"uid":"6694e5dea42a8410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6694e5dea42a8410","status":"passed","time":{"start":1707775046909,"stop":1707775046909,"duration":0}},{"uid":"27a9af6d82044f3e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/27a9af6d82044f3e","status":"passed","time":{"start":1707774848914,"stop":1707774848914,"duration":0}},{"uid":"6195d834738670b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6195d834738670b5","status":"passed","time":{"start":1707769796123,"stop":1707769796123,"duration":0}},{"uid":"c3bd1e3818fcff72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c3bd1e3818fcff72","status":"passed","time":{"start":1707769649007,"stop":1707769649007,"duration":0}},{"uid":"a2c2c387ebf91572","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2c2c387ebf91572","status":"passed","time":{"start":1707759743632,"stop":1707759743632,"duration":0}},{"uid":"fc3c9292bc62adce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc3c9292bc62adce","status":"passed","time":{"start":1707757438820,"stop":1707757438820,"duration":0}},{"uid":"ac24c05d00a39481","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ac24c05d00a39481","status":"passed","time":{"start":1707756067673,"stop":1707756067674,"duration":1}},{"uid":"60404ef702d92a4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60404ef702d92a4d","status":"passed","time":{"start":1707753486288,"stop":1707753486288,"duration":0}},{"uid":"b1d5d65bb68338b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b1d5d65bb68338b9","status":"passed","time":{"start":1707753215215,"stop":1707753215215,"duration":0}},{"uid":"68bda1e65d278a09","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/68bda1e65d278a09","status":"passed","time":{"start":1707750615195,"stop":1707750615196,"duration":1}},{"uid":"1d2fe0a6c3d65baa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d2fe0a6c3d65baa","status":"passed","time":{"start":1707736532653,"stop":1707736532653,"duration":0}},{"uid":"ea0af42519bf6530","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea0af42519bf6530","status":"passed","time":{"start":1707735714499,"stop":1707735714499,"duration":0}}]},"b70290caccfdeac2aaa6e6fb638514d5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8bb97c562455d3ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8bb97c562455d3ef","status":"passed","time":{"start":1707792919940,"stop":1707792919941,"duration":1}},{"uid":"2b78df1f7cabb38f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2b78df1f7cabb38f","status":"passed","time":{"start":1707777865443,"stop":1707777865443,"duration":0}},{"uid":"3a9e88295225682d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a9e88295225682d","status":"passed","time":{"start":1707775140806,"stop":1707775140806,"duration":0}},{"uid":"756c37c8946289b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/756c37c8946289b9","status":"passed","time":{"start":1707774947610,"stop":1707774947610,"duration":0}},{"uid":"61e9cf0f65a730d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61e9cf0f65a730d6","status":"passed","time":{"start":1707769893451,"stop":1707769893452,"duration":1}},{"uid":"b4f803ca507b0ea4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4f803ca507b0ea4","status":"passed","time":{"start":1707769737619,"stop":1707769737620,"duration":1}},{"uid":"517c58dd2658e954","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/517c58dd2658e954","status":"passed","time":{"start":1707759835148,"stop":1707759835149,"duration":1}},{"uid":"f3badd23972fc3db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f3badd23972fc3db","status":"passed","time":{"start":1707757529705,"stop":1707757529705,"duration":0}},{"uid":"de756dded410572a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de756dded410572a","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"168f46acb95cb5e4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/168f46acb95cb5e4","status":"passed","time":{"start":1707753566688,"stop":1707753566688,"duration":0}},{"uid":"49f8f13eedd156f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49f8f13eedd156f1","status":"passed","time":{"start":1707753314174,"stop":1707753314175,"duration":1}},{"uid":"1fc04c5d840e6ab5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fc04c5d840e6ab5","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"460e94486364252c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460e94486364252c","status":"passed","time":{"start":1707736624912,"stop":1707736624913,"duration":1}},{"uid":"a71a0aff4feef8cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a71a0aff4feef8cc","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"4b18cd8676ae489b50268394bce1acdf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"abe4498fce1d62d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abe4498fce1d62d8","status":"passed","time":{"start":1707778338838,"stop":1707778338838,"duration":0}}]},"fe42336aa45b54fe09fa754c3b042804:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cbaa2a0ca214211f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbaa2a0ca214211f","status":"passed","time":{"start":1707792800004,"stop":1707792800004,"duration":0}},{"uid":"c1f33e19bbad42bc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c1f33e19bbad42bc","status":"passed","time":{"start":1707777749091,"stop":1707777749092,"duration":1}},{"uid":"83602821cc35e13c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83602821cc35e13c","status":"passed","time":{"start":1707775025525,"stop":1707775025526,"duration":1}},{"uid":"d8cc293f853d937e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8cc293f853d937e","status":"passed","time":{"start":1707774827057,"stop":1707774827057,"duration":0}},{"uid":"1721a606cdf69979","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1721a606cdf69979","status":"passed","time":{"start":1707769774627,"stop":1707769774628,"duration":1}},{"uid":"a963cad2c7811e6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a963cad2c7811e6b","status":"passed","time":{"start":1707769627289,"stop":1707769627289,"duration":0}},{"uid":"2f9efdb388a49aa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2f9efdb388a49aa","status":"passed","time":{"start":1707759722027,"stop":1707759722028,"duration":1}},{"uid":"da22cd5c5f2c2a78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/da22cd5c5f2c2a78","status":"passed","time":{"start":1707757416833,"stop":1707757416837,"duration":4}},{"uid":"662407666a72f38e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662407666a72f38e","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"88d0710a2fc10d18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/88d0710a2fc10d18","status":"passed","time":{"start":1707753464665,"stop":1707753464665,"duration":0}},{"uid":"f44081e2af865490","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f44081e2af865490","status":"passed","time":{"start":1707753192934,"stop":1707753192935,"duration":1}},{"uid":"9a7c5155e1e80996","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a7c5155e1e80996","status":"passed","time":{"start":1707750593504,"stop":1707750593504,"duration":0}},{"uid":"15a6513ca00d0a4c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/15a6513ca00d0a4c","status":"passed","time":{"start":1707736510877,"stop":1707736510877,"duration":0}},{"uid":"bed2edc1ce440168","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bed2edc1ce440168","status":"passed","time":{"start":1707735692286,"stop":1707735692287,"duration":1}}]},"cc02c1ebdac412500705156f7456092e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b62b937ec0f7a032","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b62b937ec0f7a032","status":"passed","time":{"start":1707792869304,"stop":1707792869304,"duration":0}},{"uid":"fce14af4104d1cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fce14af4104d1cbd","status":"passed","time":{"start":1707777818742,"stop":1707777818742,"duration":0}},{"uid":"1324f2c8f45839a6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1324f2c8f45839a6","status":"passed","time":{"start":1707775095409,"stop":1707775095409,"duration":0}},{"uid":"ff1ac69a6351c12e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff1ac69a6351c12e","status":"passed","time":{"start":1707774915339,"stop":1707774915339,"duration":0}},{"uid":"a374300a3adf8c7d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a374300a3adf8c7d","status":"passed","time":{"start":1707769844708,"stop":1707769844708,"duration":0}},{"uid":"f153e01c8d7876d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f153e01c8d7876d1","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"cb33210429b65079","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb33210429b65079","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"e47b4e65e37841be","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e47b4e65e37841be","status":"passed","time":{"start":1707757488460,"stop":1707757488461,"duration":1}},{"uid":"6d26223b15e1c130","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6d26223b15e1c130","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"644a23032f443cdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/644a23032f443cdf","status":"passed","time":{"start":1707753533383,"stop":1707753533385,"duration":2}},{"uid":"e3881b4f317138f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3881b4f317138f6","status":"passed","time":{"start":1707753263797,"stop":1707753263797,"duration":0}},{"uid":"7b3ed3ef60495a35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7b3ed3ef60495a35","status":"passed","time":{"start":1707750661591,"stop":1707750661592,"duration":1}},{"uid":"5cff4d0a741780b1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5cff4d0a741780b1","status":"passed","time":{"start":1707736580002,"stop":1707736580002,"duration":0}},{"uid":"22b53de1cc776b6c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22b53de1cc776b6c","status":"passed","time":{"start":1707735764683,"stop":1707735764683,"duration":0}}]},"4e2259b1e6c6b7257be2243625ade750:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1bd90f53ab1cd671","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bd90f53ab1cd671","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}}]},"a0d0e323b340e3f7d1b280fd3e0a3238:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"23ab9f297321c76b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/23ab9f297321c76b","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0}},{"uid":"c4b623aee19e16cb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4b623aee19e16cb","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"3635b9d138154e88","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3635b9d138154e88","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"b03861fd8e01009d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b03861fd8e01009d","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"9e30edd80e8991fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e30edd80e8991fc","status":"passed","time":{"start":1707769789802,"stop":1707769789803,"duration":1}},{"uid":"609fe3ee3afa5f38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/609fe3ee3afa5f38","status":"passed","time":{"start":1707769642597,"stop":1707769642598,"duration":1}},{"uid":"5bce8f2869f22017","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bce8f2869f22017","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"38882fc21ab21cb2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38882fc21ab21cb2","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"5afdea567fa3e9f6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5afdea567fa3e9f6","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"e24ae0960dbc1c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e24ae0960dbc1c8","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"7089a1b8dc5433f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7089a1b8dc5433f6","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"b5bad1f268519cb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b5bad1f268519cb0","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"7829f46b0f8d4c2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7829f46b0f8d4c2d","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"c74c0894a9a29013","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c74c0894a9a29013","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"0806f79758b620626d6e88fcb0147704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c62793c6182a2f43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c62793c6182a2f43","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"duration":0}},{"uid":"8b452f701fb7da89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b452f701fb7da89","status":"passed","time":{"start":1707778202494,"stop":1707778202495,"duration":1}},{"uid":"82762c2e35e92a3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82762c2e35e92a3c","status":"passed","time":{"start":1707775486630,"stop":1707775486631,"duration":1}},{"uid":"2cfb17de632a8dc6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cfb17de632a8dc6","status":"passed","time":{"start":1707775300138,"stop":1707775300138,"duration":0}},{"uid":"c00bc31a2c1c03e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c00bc31a2c1c03e8","status":"passed","time":{"start":1707770234579,"stop":1707770234580,"duration":1}},{"uid":"64e6b2a4e8fae47e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/64e6b2a4e8fae47e","status":"passed","time":{"start":1707770051395,"stop":1707770051396,"duration":1}},{"uid":"13b643ae8beb13cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/13b643ae8beb13cb","status":"passed","time":{"start":1707760174023,"stop":1707760174024,"duration":1}},{"uid":"9e3c0a5564bb85e7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e3c0a5564bb85e7","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"67b1a8cf5e001ba9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/67b1a8cf5e001ba9","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"b16417348c13f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b16417348c13f14","status":"passed","time":{"start":1707753870450,"stop":1707753870453,"duration":3}},{"uid":"26e24a01f89f03c4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/26e24a01f89f03c4","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"efa019340268fae6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efa019340268fae6","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"980bf51a5b1ab3ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/980bf51a5b1ab3ce","status":"passed","time":{"start":1707736947848,"stop":1707736947848,"duration":0}},{"uid":"9906dc25af40bed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9906dc25af40bed","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"b6f12245ee8ad6591d4b1a4513cf0551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dfa286225cfe5e58","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfa286225cfe5e58","status":"passed","time":{"start":1707793371106,"stop":1707793371106,"duration":0}},{"uid":"ac86009c56a54938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac86009c56a54938","status":"passed","time":{"start":1707778338847,"stop":1707778338847,"duration":0}},{"uid":"223733cedffab2c3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/223733cedffab2c3","status":"passed","time":{"start":1707775602023,"stop":1707775602024,"duration":1}},{"uid":"7d4ecc95dd073ca1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7d4ecc95dd073ca1","status":"passed","time":{"start":1707775390233,"stop":1707775390234,"duration":1}},{"uid":"d1bc690210e8802f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bc690210e8802f","status":"passed","time":{"start":1707770335609,"stop":1707770335609,"duration":0}},{"uid":"9297e6bc0e1b3a3d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9297e6bc0e1b3a3d","status":"passed","time":{"start":1707760301816,"stop":1707760301816,"duration":0}},{"uid":"d63fc81f4741f4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d63fc81f4741f4e0","status":"passed","time":{"start":1707758006712,"stop":1707758006712,"duration":0}},{"uid":"dd5d87abbf16621a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dd5d87abbf16621a","status":"passed","time":{"start":1707756617043,"stop":1707756617043,"duration":0}},{"uid":"edcb304729d0cef0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/edcb304729d0cef0","status":"passed","time":{"start":1707753988883,"stop":1707753988883,"duration":0}},{"uid":"ce5ae40921290578","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce5ae40921290578","status":"passed","time":{"start":1707753782759,"stop":1707753782759,"duration":0}},{"uid":"1be9ec53bbe7429e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1be9ec53bbe7429e","status":"passed","time":{"start":1707751162314,"stop":1707751162315,"duration":1}},{"uid":"2aefba83d566c799","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2aefba83d566c799","status":"passed","time":{"start":1707737091329,"stop":1707737091330,"duration":1}},{"uid":"e971629a807995f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e971629a807995f1","status":"passed","time":{"start":1707736260134,"stop":1707736260134,"duration":0}}]},"9dfe87826a2bcbe9891e6b17b5820f7b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f660ff27144ebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f660ff27144ebd","status":"passed","time":{"start":1707792805603,"stop":1707792805603,"duration":0}},{"uid":"9e5834bb9cbed6bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e5834bb9cbed6bf","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"160482ae4f164668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/160482ae4f164668","status":"passed","time":{"start":1707775031075,"stop":1707775031076,"duration":1}},{"uid":"facc70dbd284cd47","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/facc70dbd284cd47","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"5edfcea4b505ecca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5edfcea4b505ecca","status":"passed","time":{"start":1707769780297,"stop":1707769780297,"duration":0}},{"uid":"d571cfc9eb30af53","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d571cfc9eb30af53","status":"passed","time":{"start":1707769633035,"stop":1707769633035,"duration":0}},{"uid":"d6a0bee659e9b43e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d6a0bee659e9b43e","status":"passed","time":{"start":1707759727747,"stop":1707759727748,"duration":1}},{"uid":"f4fecc90926d09af","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4fecc90926d09af","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"79ec972f031eedef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ec972f031eedef","status":"passed","time":{"start":1707756052098,"stop":1707756052098,"duration":0}},{"uid":"49e8c2e709428c9e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/49e8c2e709428c9e","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"684cb6226ce01ca1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/684cb6226ce01ca1","status":"passed","time":{"start":1707753198732,"stop":1707753198733,"duration":1}},{"uid":"a423dc0004f6d8d5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a423dc0004f6d8d5","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"3df54d42449634a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3df54d42449634a4","status":"passed","time":{"start":1707736516624,"stop":1707736516625,"duration":1}},{"uid":"e85a7a7a06388434","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e85a7a7a06388434","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"29ff9505963d9ab5217f0cc8ee5a3659:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"380323bb1c8ea0ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/380323bb1c8ea0ba","status":"passed","time":{"start":1707793059098,"stop":1707793059099,"duration":1}},{"uid":"c45e3c03ffcd5302","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c45e3c03ffcd5302","status":"passed","time":{"start":1707778002163,"stop":1707778002164,"duration":1}},{"uid":"d71a626b0c208f84","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d71a626b0c208f84","status":"passed","time":{"start":1707775288507,"stop":1707775288507,"duration":0}},{"uid":"165c354a8cf8b80a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/165c354a8cf8b80a","status":"passed","time":{"start":1707775094101,"stop":1707775094101,"duration":0}},{"uid":"f575fd0be28434be","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f575fd0be28434be","status":"passed","time":{"start":1707770019754,"stop":1707770019755,"duration":1}},{"uid":"113c53fa4cbcd911","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/113c53fa4cbcd911","status":"passed","time":{"start":1707769883620,"stop":1707769883624,"duration":4}},{"uid":"1c0d1e4f4f298c1e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1c0d1e4f4f298c1e","status":"passed","time":{"start":1707759985510,"stop":1707759985510,"duration":0}},{"uid":"c0e32c85348e7591","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0e32c85348e7591","status":"passed","time":{"start":1707757677809,"stop":1707757677809,"duration":0}},{"uid":"e0d93036c912b8a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e0d93036c912b8a9","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"36a0c6a462970381","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36a0c6a462970381","status":"passed","time":{"start":1707753735500,"stop":1707753735500,"duration":0}},{"uid":"6f80141864336c31","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f80141864336c31","status":"passed","time":{"start":1707753472967,"stop":1707753472967,"duration":0}},{"uid":"e66c2f3eeb2cb998","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e66c2f3eeb2cb998","status":"passed","time":{"start":1707750845158,"stop":1707750845159,"duration":1}},{"uid":"374cfeeea74d0fe8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/374cfeeea74d0fe8","status":"passed","time":{"start":1707736769674,"stop":1707736769674,"duration":0}},{"uid":"8b87bd07ba9be00e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b87bd07ba9be00e","status":"passed","time":{"start":1707735968260,"stop":1707735968260,"duration":0}}]},"c07a05bb95930eb974a35f473152c50b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4b2f21550f2de9b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b2f21550f2de9b4","status":"passed","time":{"start":1707793446745,"stop":1707793446745,"duration":0}},{"uid":"f5bfdc005c92939e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f5bfdc005c92939e","status":"passed","time":{"start":1707778413523,"stop":1707778413523,"duration":0}},{"uid":"834a7d2ad8c7bc1a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/834a7d2ad8c7bc1a","status":"passed","time":{"start":1707775685030,"stop":1707775685031,"duration":1}},{"uid":"b947bbc5f0ad466c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b947bbc5f0ad466c","status":"passed","time":{"start":1707775494281,"stop":1707775494281,"duration":0}},{"uid":"b8b057837ca6332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8b057837ca6332","status":"passed","time":{"start":1707770424182,"stop":1707770424182,"duration":0}},{"uid":"ced3d4c42b7b861a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ced3d4c42b7b861a","status":"passed","time":{"start":1707770238690,"stop":1707770238690,"duration":0}},{"uid":"c38b91176f15f1fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c38b91176f15f1fd","status":"passed","time":{"start":1707760374682,"stop":1707760374682,"duration":0}},{"uid":"a0a04ec7a2d534e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0a04ec7a2d534e5","status":"passed","time":{"start":1707758004330,"stop":1707758004331,"duration":1}},{"uid":"adf2e44305444cf4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf2e44305444cf4","status":"passed","time":{"start":1707756690166,"stop":1707756690166,"duration":0}},{"uid":"48a3b1cde7b8512","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48a3b1cde7b8512","status":"passed","time":{"start":1707754051790,"stop":1707754051790,"duration":0}},{"uid":"adbc1e394a4d7e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/adbc1e394a4d7e94","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"ae3daac8278e53d8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3daac8278e53d8","status":"passed","time":{"start":1707751228964,"stop":1707751228965,"duration":1}},{"uid":"54a2e44bc74974e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/54a2e44bc74974e5","status":"passed","time":{"start":1707737173822,"stop":1707737173822,"duration":0}},{"uid":"289475ea00130e0b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/289475ea00130e0b","status":"passed","time":{"start":1707736353042,"stop":1707736353042,"duration":0}}]},"211487825b98a5c536c4e3618a24d601:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e5771fed68a3c2bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5771fed68a3c2bc","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0}},{"uid":"e0954081dcd286fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e0954081dcd286fd","status":"passed","time":{"start":1707778338832,"stop":1707778338833,"duration":1}},{"uid":"31fc0adb436fe8e5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31fc0adb436fe8e5","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"8bb3d9cdcef3f4c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bb3d9cdcef3f4c5","status":"passed","time":{"start":1707775390221,"stop":1707775390221,"duration":0}},{"uid":"74581c87fd2a52b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74581c87fd2a52b7","status":"passed","time":{"start":1707770335595,"stop":1707770335596,"duration":1}},{"uid":"de48ec24ab3f9b58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de48ec24ab3f9b58","status":"passed","time":{"start":1707760301800,"stop":1707760301801,"duration":1}},{"uid":"27085f0531ff1381","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27085f0531ff1381","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"1b6a434ef35084b6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b6a434ef35084b6","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"7f85c1e8f70b8000","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f85c1e8f70b8000","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"43895355fcd98ce5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/43895355fcd98ce5","status":"passed","time":{"start":1707753782731,"stop":1707753782731,"duration":0}},{"uid":"bf691af55e6cc6f7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf691af55e6cc6f7","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"70f61962e8d6dd8a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/70f61962e8d6dd8a","status":"passed","time":{"start":1707737091296,"stop":1707737091297,"duration":1}},{"uid":"d748cff24ff07968","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d748cff24ff07968","status":"passed","time":{"start":1707736260117,"stop":1707736260117,"duration":0}}]},"9fc3bae4b09e48d84c987b1526dcdb82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"18485aa82b309aeb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18485aa82b309aeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446734,"stop":1707793446734,"duration":0}},{"uid":"1c4eef734e52576f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c4eef734e52576f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"9412672e7bf1a24d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9412672e7bf1a24d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"9417adbf4391dc03","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9417adbf4391dc03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"f7533677d54c1164","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7533677d54c1164","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"170be42c1dcd1dc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/170be42c1dcd1dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"a2046eee6893d1a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2046eee6893d1a7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374673,"stop":1707760374674,"duration":1}},{"uid":"cfde3ed5e59ed0ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cfde3ed5e59ed0ee","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004302,"stop":1707758004302,"duration":0}},{"uid":"b25270a736a3ed2e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b25270a736a3ed2e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"46f1538a530aab34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46f1538a530aab34","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"963614ca5037dc6b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/963614ca5037dc6b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7338df36fd3dd100","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7338df36fd3dd100","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"dd55ef64090fb8a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd55ef64090fb8a5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"593fb7b63009ba67","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/593fb7b63009ba67","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"a7a00757f0ec4bb04d75455bebaaa4f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"116c458000ebdaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/116c458000ebdaa","status":"passed","time":{"start":1707793012479,"stop":1707793012481,"duration":2}},{"uid":"c4209090a251d213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c4209090a251d213","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"79c4959559c392a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/79c4959559c392a1","status":"passed","time":{"start":1707775258455,"stop":1707775258456,"duration":1}},{"uid":"2e13d602dce68f81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e13d602dce68f81","status":"passed","time":{"start":1707775082016,"stop":1707775082017,"duration":1}},{"uid":"267b64284ccfeb1b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267b64284ccfeb1b","status":"passed","time":{"start":1707769999862,"stop":1707769999863,"duration":1}},{"uid":"271d3dae9f49ab07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/271d3dae9f49ab07","status":"passed","time":{"start":1707769841899,"stop":1707769841899,"duration":0}},{"uid":"5a615ea6ecaf7141","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a615ea6ecaf7141","status":"passed","time":{"start":1707759921453,"stop":1707759921454,"duration":1}},{"uid":"e7cc771d67330efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7cc771d67330efa","status":"passed","time":{"start":1707757624875,"stop":1707757624876,"duration":1}},{"uid":"43d2bbd112690ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/43d2bbd112690ac","status":"passed","time":{"start":1707756261764,"stop":1707756261765,"duration":1}},{"uid":"851acfe2661de4e7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/851acfe2661de4e7","status":"passed","time":{"start":1707753651167,"stop":1707753651167,"duration":0}},{"uid":"2354894af4819e37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2354894af4819e37","status":"passed","time":{"start":1707753409584,"stop":1707753409585,"duration":1}},{"uid":"d1732c46af6569de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d1732c46af6569de","status":"passed","time":{"start":1707750722048,"stop":1707750722048,"duration":0}},{"uid":"8873cd676409560d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8873cd676409560d","status":"passed","time":{"start":1707736708328,"stop":1707736708328,"duration":0}},{"uid":"9c0c61dd2d287a9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0c61dd2d287a9e","status":"passed","time":{"start":1707735914385,"stop":1707735914385,"duration":0}}]},"bccf6825a28f76166674708b393f8e58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"3892f4b2c1dbb10e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3892f4b2c1dbb10e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793153229,"stop":1707793153229,"duration":0}},{"uid":"29f03f8bea1d4600","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29f03f8bea1d4600","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114681,"stop":1707778114681,"duration":0}},{"uid":"81c8d6e10533b11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/81c8d6e10533b11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"42d1bef8d510471e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/42d1bef8d510471e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205635,"stop":1707775205635,"duration":0}},{"uid":"4174a08dbaf298e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4174a08dbaf298e7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131710,"duration":1}},{"uid":"18932d28edb40b66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18932d28edb40b66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983284,"stop":1707769983285,"duration":1}},{"uid":"7706b1cbdc93be76","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7706b1cbdc93be76","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"ad35d97658e23a23","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad35d97658e23a23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790740,"stop":1707757790740,"duration":0}},{"uid":"3212cf5770b462a0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3212cf5770b462a0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409552,"stop":1707756409552,"duration":0}},{"uid":"b7e87d25f801b5e9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7e87d25f801b5e9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793196,"stop":1707753793196,"duration":0}},{"uid":"7f7ba8ec29965ea5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f7ba8ec29965ea5","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573537,"stop":1707753573537,"duration":0}},{"uid":"265cff780f316c56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/265cff780f316c56","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953986,"stop":1707750953986,"duration":0}},{"uid":"7c1bdc87da773e93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c1bdc87da773e93","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"bd1c133a7f8b9f58","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd1c133a7f8b9f58","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081277,"stop":1707736081277,"duration":0}}]},"464bd2fa3ed7175815533f64c4287d07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"524a3445fa87372f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/524a3445fa87372f","status":"passed","time":{"start":1707793028290,"stop":1707793028290,"duration":0}},{"uid":"a50a6a0b0525e766","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a50a6a0b0525e766","status":"passed","time":{"start":1707777973005,"stop":1707777973006,"duration":1}},{"uid":"b3727a72a321e8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3727a72a321e8f8","status":"passed","time":{"start":1707775244534,"stop":1707775244534,"duration":0}},{"uid":"3bab6b071d991a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3bab6b071d991a7","status":"passed","time":{"start":1707775050823,"stop":1707775050824,"duration":1}},{"uid":"c36c614f431a915c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c36c614f431a915c","status":"passed","time":{"start":1707770001385,"stop":1707770001385,"duration":0}},{"uid":"66c75c3615d8b6a3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c75c3615d8b6a3","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"5dc9c50b018016db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5dc9c50b018016db","status":"passed","time":{"start":1707759965210,"stop":1707759965211,"duration":1}},{"uid":"61bb20bf2b52eee4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61bb20bf2b52eee4","status":"passed","time":{"start":1707757644395,"stop":1707757644396,"duration":1}},{"uid":"2cd149d49d45131d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2cd149d49d45131d","status":"passed","time":{"start":1707756267917,"stop":1707756267918,"duration":1}},{"uid":"66a2439bfa352b28","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/66a2439bfa352b28","status":"passed","time":{"start":1707753668083,"stop":1707753668084,"duration":1}},{"uid":"767cd4742655aa2e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/767cd4742655aa2e","status":"passed","time":{"start":1707753423543,"stop":1707753423543,"duration":0}},{"uid":"4a38b756d29c2519","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a38b756d29c2519","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"cedc1b84e3727e7c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cedc1b84e3727e7c","status":"passed","time":{"start":1707736730658,"stop":1707736730661,"duration":3}},{"uid":"fabf037e9aed9c6f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fabf037e9aed9c6f","status":"passed","time":{"start":1707735912133,"stop":1707735912133,"duration":0}}]},"e3e69822ffaaf2ef0241d97401928ac1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b8719a801a5cb378","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8719a801a5cb378","status":"passed","time":{"start":1707793238865,"stop":1707793238865,"duration":0}},{"uid":"91725d26fd5c65d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91725d26fd5c65d3","status":"passed","time":{"start":1707778202475,"stop":1707778202475,"duration":0}},{"uid":"f0e79f549f3dd052","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f0e79f549f3dd052","status":"passed","time":{"start":1707775486614,"stop":1707775486615,"duration":1}},{"uid":"2bac6304e260f35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2bac6304e260f35","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"4cfc68a37438912a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4cfc68a37438912a","status":"passed","time":{"start":1707770234572,"stop":1707770234573,"duration":1}},{"uid":"adc6fb70af60e331","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adc6fb70af60e331","status":"passed","time":{"start":1707770051363,"stop":1707770051363,"duration":0}},{"uid":"e7ab089a54c4cf0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7ab089a54c4cf0f","status":"passed","time":{"start":1707760174009,"stop":1707760174011,"duration":2}},{"uid":"a2e0e8081f5cdaab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a2e0e8081f5cdaab","status":"passed","time":{"start":1707757873910,"stop":1707757873910,"duration":0}},{"uid":"6b2ca4a6c600cfcd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b2ca4a6c600cfcd","status":"passed","time":{"start":1707756499899,"stop":1707756499900,"duration":1}},{"uid":"155744b5acfb31c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/155744b5acfb31c","status":"passed","time":{"start":1707753870425,"stop":1707753870426,"duration":1}},{"uid":"9ac9e504e5f43263","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ac9e504e5f43263","status":"passed","time":{"start":1707753647496,"stop":1707753647496,"duration":0}},{"uid":"86bb21771c2f808d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/86bb21771c2f808d","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"a4bc4c493df9e10d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a4bc4c493df9e10d","status":"passed","time":{"start":1707736947840,"stop":1707736947840,"duration":0}},{"uid":"ce3a2d305f3778b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce3a2d305f3778b5","status":"passed","time":{"start":1707736152499,"stop":1707736152499,"duration":0}}]},"abac5b7cf6154cb41131e30fbdef2abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e7f5e0bf7df6ded6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7f5e0bf7df6ded6","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"duration":0}},{"uid":"9370d309d39c8f49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9370d309d39c8f49","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"98a24b839a889a54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98a24b839a889a54","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"af49ba9e32c91e8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af49ba9e32c91e8f","status":"passed","time":{"start":1707775494289,"stop":1707775494290,"duration":1}},{"uid":"69c25ed851dc6440","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69c25ed851dc6440","status":"passed","time":{"start":1707770424190,"stop":1707770424191,"duration":1}},{"uid":"4da3e5c1ef704960","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4da3e5c1ef704960","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"4fdfd53fa32d4ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4fdfd53fa32d4ac9","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"fbfddbe55473a8b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbfddbe55473a8b5","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"ab2a64b4b144f780","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab2a64b4b144f780","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"bc51395405609fdb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc51395405609fdb","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"d54669d9a780abfa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d54669d9a780abfa","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"f4ff8a0e03fa8101","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4ff8a0e03fa8101","status":"passed","time":{"start":1707737173828,"stop":1707737173829,"duration":1}},{"uid":"2457c6e00a7c42db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2457c6e00a7c42db","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"2663ca283377bc1a05d7cf15aba2d7ab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec6a6c488518cef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec6a6c488518cef1","status":"passed","time":{"start":1707792848129,"stop":1707792848129,"duration":0}},{"uid":"5bf9ef8e4842a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5bf9ef8e4842a92b","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"d8babb5dba113f6e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d8babb5dba113f6e","status":"passed","time":{"start":1707775074352,"stop":1707775074353,"duration":1}},{"uid":"a687fa5850e927e8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a687fa5850e927e8","status":"passed","time":{"start":1707774894885,"stop":1707774894886,"duration":1}},{"uid":"f0a120a12627105e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f0a120a12627105e","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"817f3bae168fce33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/817f3bae168fce33","status":"passed","time":{"start":1707769675177,"stop":1707769675177,"duration":0}},{"uid":"d861099c7e74e532","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d861099c7e74e532","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"32e20d49563d6b43","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/32e20d49563d6b43","status":"passed","time":{"start":1707757465316,"stop":1707757465316,"duration":0}},{"uid":"5e8077c7e89c1d95","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e8077c7e89c1d95","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"4758fb9c74c8e536","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4758fb9c74c8e536","status":"passed","time":{"start":1707753515349,"stop":1707753515350,"duration":1}},{"uid":"289b3aff38d171c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289b3aff38d171c1","status":"passed","time":{"start":1707753244109,"stop":1707753244110,"duration":1}},{"uid":"3d7a258209e28d1b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d7a258209e28d1b","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"32c12506e204ee3d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c12506e204ee3d","status":"passed","time":{"start":1707736558943,"stop":1707736558943,"duration":0}},{"uid":"1efb865794ff833a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1efb865794ff833a","status":"passed","time":{"start":1707735741832,"stop":1707735741832,"duration":0}}]},"6e6d49f45301cd0f89ab8ac68a8637ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":1,"unknown":0,"total":3},"items":[{"uid":"141b987a3aa7c499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/141b987a3aa7c499","status":"passed","time":{"start":1707793172246,"stop":1707793172246,"duration":0}},{"uid":"dd64ba61e21d9237","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd64ba61e21d9237","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707770144574,"stop":1707770144575,"duration":1}},{"uid":"93437e2272fa0b92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/93437e2272fa0b92","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sdk/content_topic.spec.ts)","time":{"start":1707769985453,"stop":1707769985453,"duration":0}}]},"68ccb6ed8de6ca97517193a073105da8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"28f9ef75b0dcdcfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28f9ef75b0dcdcfb","status":"passed","time":{"start":1707757873931,"stop":1707757873932,"duration":1}}]},"2f3b748a964cf1072bc8ccc307ae74fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbdcdcf34d0e40ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbdcdcf34d0e40ae","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0}},{"uid":"907267ad326a3a5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/907267ad326a3a5","status":"passed","time":{"start":1707777764428,"stop":1707777764429,"duration":1}},{"uid":"3e5f877802a0158a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e5f877802a0158a","status":"passed","time":{"start":1707775040576,"stop":1707775040576,"duration":0}},{"uid":"8e6fca51b7188562","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e6fca51b7188562","status":"passed","time":{"start":1707774842470,"stop":1707774842470,"duration":0}},{"uid":"8e17697b7bf20c6a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e17697b7bf20c6a","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"cd692fb90ecd5b35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd692fb90ecd5b35","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"4a8af5914101f4d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4a8af5914101f4d8","status":"passed","time":{"start":1707759737375,"stop":1707759737375,"duration":0}},{"uid":"260f3c247d4b2b33","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/260f3c247d4b2b33","status":"passed","time":{"start":1707757432390,"stop":1707757432390,"duration":0}},{"uid":"3cc64d5fe280c1b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cc64d5fe280c1b9","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"4ef767ff834180d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ef767ff834180d0","status":"passed","time":{"start":1707753479971,"stop":1707753479972,"duration":1}},{"uid":"413c5288c583edf0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/413c5288c583edf0","status":"passed","time":{"start":1707753208670,"stop":1707753208670,"duration":0}},{"uid":"d038deacc1edd350","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d038deacc1edd350","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"ac5732671c684230","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac5732671c684230","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"127876a7b22ed142","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/127876a7b22ed142","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"f9a3188f9e1f513e428e72914a538d9b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"bce4b47b7d748837","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bce4b47b7d748837","status":"passed","time":{"start":1707760174031,"stop":1707760174032,"duration":1}}]},"3b7a5a8fe2a002015b8acf72afee09d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"551b02c4b49e9067","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/551b02c4b49e9067","status":"passed","time":{"start":1707793238877,"stop":1707793238878,"duration":1}},{"uid":"ee92a8004c9bec41","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ee92a8004c9bec41","status":"passed","time":{"start":1707778202501,"stop":1707778202502,"duration":1}},{"uid":"9005547878cd008f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9005547878cd008f","status":"passed","time":{"start":1707775486638,"stop":1707775486638,"duration":0}},{"uid":"87286c4591c9d5d2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87286c4591c9d5d2","status":"passed","time":{"start":1707775300141,"stop":1707775300141,"duration":0}},{"uid":"8e40072116322214","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e40072116322214","status":"passed","time":{"start":1707770234584,"stop":1707770234592,"duration":8}},{"uid":"d3f1b181d22bf9f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3f1b181d22bf9f6","status":"passed","time":{"start":1707770051400,"stop":1707770051400,"duration":0}},{"uid":"b3831da4c59fc244","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b3831da4c59fc244","status":"passed","time":{"start":1707760174028,"stop":1707760174029,"duration":1}},{"uid":"218ec4cbb2d99473","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/218ec4cbb2d99473","status":"passed","time":{"start":1707757873929,"stop":1707757873930,"duration":1}},{"uid":"e539f1d258e880df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e539f1d258e880df","status":"passed","time":{"start":1707756499913,"stop":1707756499919,"duration":6}},{"uid":"96a71a93b4a6ac1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/96a71a93b4a6ac1b","status":"passed","time":{"start":1707753870469,"stop":1707753870469,"duration":0}},{"uid":"f02bfeac7c4cb505","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f02bfeac7c4cb505","status":"passed","time":{"start":1707753647523,"stop":1707753647524,"duration":1}},{"uid":"4167391acfa31e95","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4167391acfa31e95","status":"passed","time":{"start":1707751019573,"stop":1707751019574,"duration":1}},{"uid":"e9bc3402ebeb08e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e9bc3402ebeb08e7","status":"passed","time":{"start":1707736947853,"stop":1707736947855,"duration":2}},{"uid":"57f4239d1495125c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57f4239d1495125c","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"2e8367be7ec5d5a77548869fe6677b96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"38ad82e9dd5c7a03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38ad82e9dd5c7a03","status":"passed","time":{"start":1707792805603,"stop":1707792805604,"duration":1}},{"uid":"a47b0d797c94bf43","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a47b0d797c94bf43","status":"passed","time":{"start":1707777754768,"stop":1707777754768,"duration":0}},{"uid":"cc99732681917584","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc99732681917584","status":"passed","time":{"start":1707775031076,"stop":1707775031076,"duration":0}},{"uid":"a1da12bf80be83e2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1da12bf80be83e2","status":"passed","time":{"start":1707774832781,"stop":1707774832781,"duration":0}},{"uid":"98f303af88bcc3e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98f303af88bcc3e6","status":"passed","time":{"start":1707769780297,"stop":1707769780298,"duration":1}},{"uid":"3f2280e7ea6e5c8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f2280e7ea6e5c8f","status":"passed","time":{"start":1707769633035,"stop":1707769633036,"duration":1}},{"uid":"dc34bcead50c4278","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dc34bcead50c4278","status":"passed","time":{"start":1707759727748,"stop":1707759727748,"duration":0}},{"uid":"c31a261832321bdc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c31a261832321bdc","status":"passed","time":{"start":1707757422580,"stop":1707757422580,"duration":0}},{"uid":"7009775aec90a565","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7009775aec90a565","status":"passed","time":{"start":1707756052098,"stop":1707756052099,"duration":1}},{"uid":"b1b5f2a5b1a49a53","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b1b5f2a5b1a49a53","status":"passed","time":{"start":1707753470375,"stop":1707753470375,"duration":0}},{"uid":"2638cf139ff5ab4b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2638cf139ff5ab4b","status":"passed","time":{"start":1707753198733,"stop":1707753198733,"duration":0}},{"uid":"9b41ab726e13c5a0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9b41ab726e13c5a0","status":"passed","time":{"start":1707750599243,"stop":1707750599243,"duration":0}},{"uid":"e4670c170f975f27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e4670c170f975f27","status":"passed","time":{"start":1707736516625,"stop":1707736516625,"duration":0}},{"uid":"110c6be4a0a86e4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/110c6be4a0a86e4e","status":"passed","time":{"start":1707735698158,"stop":1707735698158,"duration":0}}]},"3ea134a4b30b733a5c221f05720df205:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"473827a15ec07948","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473827a15ec07948","status":"passed","time":{"start":1707775050819,"stop":1707775050819,"duration":0}}]},"cc94a312582133ea9531f3dc8d4c77e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b39520ce52a06821","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b39520ce52a06821","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/wait_for_remote_peer.node.spec.ts)","time":{"start":1707751143421,"stop":1707751143421,"duration":0}}]},"786dbb53b3ebd5d31980e9ed6c6b058f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8050b14544960611","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8050b14544960611","status":"passed","time":{"start":1707793371105,"stop":1707793371105,"duration":0}},{"uid":"8c1526dee5f0d95d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c1526dee5f0d95d","status":"passed","time":{"start":1707778338844,"stop":1707778338844,"duration":0}},{"uid":"6dc4c08978970761","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc4c08978970761","status":"passed","time":{"start":1707775602022,"stop":1707775602022,"duration":0}},{"uid":"87b8c24fcffd65ae","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/87b8c24fcffd65ae","status":"passed","time":{"start":1707775390232,"stop":1707775390232,"duration":0}},{"uid":"96cf2fc15d09eb11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96cf2fc15d09eb11","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"af464b9bfdc0d388","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af464b9bfdc0d388","status":"passed","time":{"start":1707760301813,"stop":1707760301815,"duration":2}},{"uid":"3e322ccfda7f04d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e322ccfda7f04d4","status":"passed","time":{"start":1707758006710,"stop":1707758006711,"duration":1}},{"uid":"1aafdeb0c303ec35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1aafdeb0c303ec35","status":"passed","time":{"start":1707756617041,"stop":1707756617041,"duration":0}},{"uid":"ddadda5d07d8f73f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ddadda5d07d8f73f","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"ec102413a3d70223","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec102413a3d70223","status":"passed","time":{"start":1707753782757,"stop":1707753782757,"duration":0}},{"uid":"dc1dfc2a7d760adf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc1dfc2a7d760adf","status":"passed","time":{"start":1707751162313,"stop":1707751162314,"duration":1}},{"uid":"c3448afd893517fe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c3448afd893517fe","status":"passed","time":{"start":1707737091322,"stop":1707737091322,"duration":0}},{"uid":"19c9f0689010632e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19c9f0689010632e","status":"passed","time":{"start":1707736260132,"stop":1707736260133,"duration":1}}]},"95767f58de5907bed3b3c16479fd2bbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cf60b9ea5f2d2804","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf60b9ea5f2d2804","status":"passed","time":{"start":1707793371104,"stop":1707793371104,"duration":0}},{"uid":"1d2264c67d6db659","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d2264c67d6db659","status":"passed","time":{"start":1707778338842,"stop":1707778338842,"duration":0}},{"uid":"5fbb7f84b42ae07b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5fbb7f84b42ae07b","status":"passed","time":{"start":1707775602020,"stop":1707775602021,"duration":1}},{"uid":"293205cfd2c5a4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/293205cfd2c5a4f","status":"passed","time":{"start":1707775390231,"stop":1707775390231,"duration":0}},{"uid":"888a9bdd3fbb199f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/888a9bdd3fbb199f","status":"passed","time":{"start":1707770335607,"stop":1707770335607,"duration":0}},{"uid":"6d69a02b86eec2d8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6d69a02b86eec2d8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a00b285f97f0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a00b285f97f0","status":"passed","time":{"start":1707758006710,"stop":1707758006710,"duration":0}},{"uid":"3b530ac1583db3d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b530ac1583db3d2","status":"passed","time":{"start":1707756617040,"stop":1707756617041,"duration":1}},{"uid":"370a3bacf857148e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/370a3bacf857148e","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"91ceedaa79736469","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/91ceedaa79736469","status":"passed","time":{"start":1707753782756,"stop":1707753782757,"duration":1}},{"uid":"15a29201127092ad","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/15a29201127092ad","status":"passed","time":{"start":1707751162313,"stop":1707751162313,"duration":0}},{"uid":"c1aff14e2e1a68e9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1aff14e2e1a68e9","status":"passed","time":{"start":1707737091310,"stop":1707737091310,"duration":0}},{"uid":"457b8dc9b6143dc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/457b8dc9b6143dc9","status":"passed","time":{"start":1707736260131,"stop":1707736260132,"duration":1}}]},"d94335b3532804dae59c811bf54c9cb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c38f549c843826e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c38f549c843826e","status":"passed","time":{"start":1707793012514,"stop":1707793012515,"duration":1}},{"uid":"172c2f350df24d25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/172c2f350df24d25","status":"passed","time":{"start":1707777977675,"stop":1707777977675,"duration":0}},{"uid":"519aa41881349a55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/519aa41881349a55","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"cfe4bf46a1a66cc7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cfe4bf46a1a66cc7","status":"passed","time":{"start":1707775082036,"stop":1707775082036,"duration":0}},{"uid":"c90d387f9d25e45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c90d387f9d25e45","status":"passed","time":{"start":1707769999879,"stop":1707769999879,"duration":0}},{"uid":"9faf7e334eb1a2cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9faf7e334eb1a2cb","status":"passed","time":{"start":1707769841912,"stop":1707769841912,"duration":0}},{"uid":"4c9c25bcc92d1855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c9c25bcc92d1855","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"1909c4dc6997e311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1909c4dc6997e311","status":"passed","time":{"start":1707757624892,"stop":1707757624892,"duration":0}},{"uid":"9592a48480112d27","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9592a48480112d27","status":"passed","time":{"start":1707756261845,"stop":1707756261846,"duration":1}},{"uid":"b8d3728ea88b3f45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8d3728ea88b3f45","status":"passed","time":{"start":1707753651192,"stop":1707753651192,"duration":0}},{"uid":"868642a0af5e16fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/868642a0af5e16fa","status":"passed","time":{"start":1707753409610,"stop":1707753409610,"duration":0}},{"uid":"e9621676d4e35e35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e9621676d4e35e35","status":"passed","time":{"start":1707750722060,"stop":1707750722060,"duration":0}},{"uid":"cf9d034dd61ee12d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf9d034dd61ee12d","status":"passed","time":{"start":1707736708339,"stop":1707736708340,"duration":1}},{"uid":"3699aee15bd52aef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3699aee15bd52aef","status":"passed","time":{"start":1707735914400,"stop":1707735914400,"duration":0}}]},"a027e9ce3287d76d72be9a7aee3de67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cbe002f6e4600a0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cbe002f6e4600a0","status":"passed","time":{"start":1707778338838,"stop":1707778338838,"duration":0}}]},"8da102b09d4dab71d5406e773a87a315:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f186442172de026f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f186442172de026f","status":"passed","time":{"start":1707793446751,"stop":1707793446752,"duration":1}},{"uid":"49a5a826d780b868","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49a5a826d780b868","status":"passed","time":{"start":1707778413529,"stop":1707778413529,"duration":0}},{"uid":"84acb87bffcb9acc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/84acb87bffcb9acc","status":"passed","time":{"start":1707775685038,"stop":1707775685038,"duration":0}},{"uid":"73ed98b3af8cb059","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73ed98b3af8cb059","status":"passed","time":{"start":1707775494288,"stop":1707775494288,"duration":0}},{"uid":"553aed222fb9da71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/553aed222fb9da71","status":"passed","time":{"start":1707770424189,"stop":1707770424189,"duration":0}},{"uid":"d19d49137ed7d3c8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d19d49137ed7d3c8","status":"passed","time":{"start":1707770238696,"stop":1707770238696,"duration":0}},{"uid":"20d5f02bce5ba0a6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/20d5f02bce5ba0a6","status":"passed","time":{"start":1707760374687,"stop":1707760374688,"duration":1}},{"uid":"25b5c69dc4948c91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25b5c69dc4948c91","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"3ab7bdf0871dca96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ab7bdf0871dca96","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"555480c3b6da22dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/555480c3b6da22dd","status":"passed","time":{"start":1707753877936,"stop":1707753877937,"duration":1}},{"uid":"2e665d797372c318","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e665d797372c318","status":"passed","time":{"start":1707751228970,"stop":1707751228970,"duration":0}},{"uid":"26ce0942ac03d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26ce0942ac03d0","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"36cc9aa81057a1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/36cc9aa81057a1d","status":"passed","time":{"start":1707736353048,"stop":1707736353049,"duration":1}}]},"4d68da4710877623697c9c210c276ffc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a18e5c2b704c34c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a18e5c2b704c34c1","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"duration":0}},{"uid":"2235ca4319d9c245","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2235ca4319d9c245","status":"passed","time":{"start":1707778202498,"stop":1707778202499,"duration":1}},{"uid":"c9fd91cfa464eed1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c9fd91cfa464eed1","status":"passed","time":{"start":1707775486632,"stop":1707775486633,"duration":1}},{"uid":"1f04bc22e5e5f20b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f04bc22e5e5f20b","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"284f5e70361774bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/284f5e70361774bd","status":"passed","time":{"start":1707770234580,"stop":1707770234582,"duration":2}},{"uid":"aadd345f980320b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aadd345f980320b6","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"6b7baa9e6b4ce768","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7baa9e6b4ce768","status":"passed","time":{"start":1707760174025,"stop":1707760174025,"duration":0}},{"uid":"5d4cc7df5cfeb15c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d4cc7df5cfeb15c","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"c3c0e13ccf4ee6f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c3c0e13ccf4ee6f0","status":"passed","time":{"start":1707756499907,"stop":1707756499907,"duration":0}},{"uid":"ef9f798fadad381d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef9f798fadad381d","status":"passed","time":{"start":1707753870458,"stop":1707753870458,"duration":0}},{"uid":"4d8730dc9ad7a342","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4d8730dc9ad7a342","status":"passed","time":{"start":1707753647512,"stop":1707753647513,"duration":1}},{"uid":"e86927e2f511bf7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86927e2f511bf7a","status":"passed","time":{"start":1707751019571,"stop":1707751019572,"duration":1}},{"uid":"768ee29a064bc01","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/768ee29a064bc01","status":"passed","time":{"start":1707736947850,"stop":1707736947851,"duration":1}},{"uid":"7c4fbd0b8b2e8026","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c4fbd0b8b2e8026","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"93fd1fc19aad7cfee6ac33a274ec5896:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a3fbdd37c532a740","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3fbdd37c532a740","status":"passed","time":{"start":1707793304783,"stop":1707793304784,"duration":1}},{"uid":"eb68317e8b9ccc87","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb68317e8b9ccc87","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"360dc7da58e07333","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/360dc7da58e07333","status":"passed","time":{"start":1707775545729,"stop":1707775545746,"duration":17}},{"uid":"22c7a004c4963260","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/22c7a004c4963260","status":"passed","time":{"start":1707775359953,"stop":1707775359954,"duration":1}},{"uid":"306bb235f23f130b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/306bb235f23f130b","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ae035284012d7eff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ae035284012d7eff","status":"passed","time":{"start":1707770099497,"stop":1707770099498,"duration":1}},{"uid":"d4e8384fbeea03fd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d4e8384fbeea03fd","status":"passed","time":{"start":1707760242015,"stop":1707760242015,"duration":0}},{"uid":"5d46ff06ec46dfea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d46ff06ec46dfea","status":"passed","time":{"start":1707757936357,"stop":1707757936358,"duration":1}},{"uid":"c6f89e0cf1618fee","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6f89e0cf1618fee","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"4fe48de004a8262d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fe48de004a8262d","status":"passed","time":{"start":1707753906983,"stop":1707753906983,"duration":0}},{"uid":"f03239021c8f65d2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f03239021c8f65d2","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"c28148d58900e563","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c28148d58900e563","status":"passed","time":{"start":1707751082965,"stop":1707751082966,"duration":1}},{"uid":"d9232aa61da5c3e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9232aa61da5c3e7","status":"passed","time":{"start":1707736996442,"stop":1707736996443,"duration":1}},{"uid":"cc0a82c506956aec","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cc0a82c506956aec","status":"passed","time":{"start":1707736227461,"stop":1707736227462,"duration":1}}]},"73db5461018f71f0936132f250deaf81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"11ea15871c75c65f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11ea15871c75c65f","status":"passed","time":{"start":1707793370630,"stop":1707793370631,"duration":1}},{"uid":"73973562b444ff3f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/73973562b444ff3f","status":"passed","time":{"start":1707778386479,"stop":1707778386480,"duration":1}},{"uid":"415c99526b62b718","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/415c99526b62b718","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"198d1c08bf68669","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/198d1c08bf68669","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"f22657899405d2a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f22657899405d2a9","status":"passed","time":{"start":1707770395181,"stop":1707770395183,"duration":2}},{"uid":"d0b10be0be0a48fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d0b10be0be0a48fa","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"58f45258422a25c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58f45258422a25c3","status":"passed","time":{"start":1707760335946,"stop":1707760335946,"duration":0}},{"uid":"516f3ce0657261b2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/516f3ce0657261b2","status":"passed","time":{"start":1707758023531,"stop":1707758023532,"duration":1}},{"uid":"1a3bcb62c02cbdac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a3bcb62c02cbdac","status":"passed","time":{"start":1707756664001,"stop":1707756664001,"duration":0}},{"uid":"37989acd3fc5f28d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37989acd3fc5f28d","status":"passed","time":{"start":1707753837166,"stop":1707753837167,"duration":1}},{"uid":"ae3539026ae2047b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae3539026ae2047b","status":"passed","time":{"start":1707751136291,"stop":1707751136306,"duration":15}},{"uid":"f6e64cf03b856872","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f6e64cf03b856872","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"61180d1a547635e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/61180d1a547635e6","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"e6455696ed5e861bd3a3cdb0a9e1f0a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"89bcc2edc6bf4be7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89bcc2edc6bf4be7","status":"passed","time":{"start":1707750953981,"stop":1707750953982,"duration":1}}]},"da45aa812e9bb68ab683b8c43302829d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3c562690dfd5ec82","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c562690dfd5ec82","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"duration":0}},{"uid":"399ae5a79eddf4c5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/399ae5a79eddf4c5","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"69af0641c3726045","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69af0641c3726045","status":"passed","time":{"start":1707775685023,"stop":1707775685024,"duration":1}},{"uid":"7fe64fcc3cd9355","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fe64fcc3cd9355","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"83cfbba707298793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/83cfbba707298793","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"66c117f11ab7f10","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66c117f11ab7f10","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"b90847af0d3a439b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b90847af0d3a439b","status":"passed","time":{"start":1707760374676,"stop":1707760374677,"duration":1}},{"uid":"666703aa002378e2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/666703aa002378e2","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"7172d256e2b76851","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7172d256e2b76851","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"9518ea6588530f5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9518ea6588530f5d","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"a12a41f27c0000ba","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a12a41f27c0000ba","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"629993c039d669a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/629993c039d669a","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bb8a9cff05345a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb8a9cff05345a4","status":"passed","time":{"start":1707737173816,"stop":1707737173817,"duration":1}},{"uid":"f07058c0a2966531","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f07058c0a2966531","status":"passed","time":{"start":1707736353035,"stop":1707736353036,"duration":1}}]},"61f8a78015090c47c9c34b8d039622a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c579d72b6195f213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c579d72b6195f213","status":"passed","time":{"start":1707793304774,"stop":1707793304780,"duration":6}},{"uid":"501fe92735668d44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/501fe92735668d44","status":"passed","time":{"start":1707778270357,"stop":1707778270357,"duration":0}},{"uid":"abdf2798baa58cea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/abdf2798baa58cea","status":"passed","time":{"start":1707775545727,"stop":1707775545728,"duration":1}},{"uid":"412c0554d5f99937","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/412c0554d5f99937","status":"passed","time":{"start":1707775359950,"stop":1707775359951,"duration":1}},{"uid":"377dea4ba7260dee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/377dea4ba7260dee","status":"passed","time":{"start":1707770293500,"stop":1707770293500,"duration":0}},{"uid":"2e3ab779d8b34bce","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2e3ab779d8b34bce","status":"passed","time":{"start":1707770099494,"stop":1707770099494,"duration":0}},{"uid":"5e49c0c5e70b6a60","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e49c0c5e70b6a60","status":"passed","time":{"start":1707760242011,"stop":1707760242011,"duration":0}},{"uid":"564f1f3f29f88506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/564f1f3f29f88506","status":"passed","time":{"start":1707757936347,"stop":1707757936348,"duration":1}},{"uid":"65b7de18c03b61dd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65b7de18c03b61dd","status":"passed","time":{"start":1707756564909,"stop":1707756564912,"duration":3}},{"uid":"eef25b39087f07a0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef25b39087f07a0","status":"passed","time":{"start":1707753906980,"stop":1707753906981,"duration":1}},{"uid":"af12d5e69137aff4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af12d5e69137aff4","status":"passed","time":{"start":1707753724175,"stop":1707753724175,"duration":0}},{"uid":"d01cabf6e074a3fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d01cabf6e074a3fa","status":"passed","time":{"start":1707751082963,"stop":1707751082964,"duration":1}},{"uid":"a1a45af6ff22c011","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1a45af6ff22c011","status":"passed","time":{"start":1707736996441,"stop":1707736996441,"duration":0}},{"uid":"4c183fb6cf8d4e82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4c183fb6cf8d4e82","status":"passed","time":{"start":1707736227459,"stop":1707736227460,"duration":1}}]},"295c33f4143eb57c2fefa85314e3f4af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f1cf072d01d1fef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cf072d01d1fef5","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0}},{"uid":"e6d400f4a3527e24","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6d400f4a3527e24","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}},{"uid":"de5357600a98cbd6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de5357600a98cbd6","status":"passed","time":{"start":1707775602037,"stop":1707775602038,"duration":1}},{"uid":"3f6d40bdd863c457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f6d40bdd863c457","status":"passed","time":{"start":1707775390248,"stop":1707775390249,"duration":1}},{"uid":"fd6b6ff315a3e4cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd6b6ff315a3e4cb","status":"passed","time":{"start":1707770335619,"stop":1707770335619,"duration":0}},{"uid":"3e64df922505717b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64df922505717b","status":"passed","time":{"start":1707769968732,"stop":1707769968732,"duration":0}},{"uid":"3dacf59a99a7870c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dacf59a99a7870c","status":"passed","time":{"start":1707760301825,"stop":1707760301826,"duration":1}},{"uid":"7c8008e2d8a25c2e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c8008e2d8a25c2e","status":"passed","time":{"start":1707758006722,"stop":1707758006722,"duration":0}},{"uid":"cf994488b6ed7e25","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf994488b6ed7e25","status":"passed","time":{"start":1707756617058,"stop":1707756617058,"duration":0}},{"uid":"120544ef1469f6de","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/120544ef1469f6de","status":"passed","time":{"start":1707753988890,"stop":1707753988890,"duration":0}},{"uid":"82d84836af779aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/82d84836af779aff","status":"passed","time":{"start":1707753782777,"stop":1707753782777,"duration":0}},{"uid":"f8e568b5c3a521aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8e568b5c3a521aa","status":"passed","time":{"start":1707751162322,"stop":1707751162323,"duration":1}},{"uid":"ba207d7fe5daa813","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba207d7fe5daa813","status":"passed","time":{"start":1707737091360,"stop":1707737091360,"duration":0}},{"uid":"ef155c251581a8d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef155c251581a8d1","status":"passed","time":{"start":1707736260162,"stop":1707736260162,"duration":0}}]},"5c031199e356998aa966ba81f26a5d87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8fdff327e4dc2d8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fdff327e4dc2d8c","status":"passed","time":{"start":1707793392504,"stop":1707793392504,"duration":0}},{"uid":"3d0d9b5ea8018d88","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d0d9b5ea8018d88","status":"passed","time":{"start":1707778370029,"stop":1707778370030,"duration":1}},{"uid":"a51ff2599bb9fdd2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a51ff2599bb9fdd2","status":"passed","time":{"start":1707775644358,"stop":1707775644359,"duration":1}},{"uid":"8570d1fe6e895f5e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8570d1fe6e895f5e","status":"passed","time":{"start":1707775439258,"stop":1707775439262,"duration":4}},{"uid":"e532d69e23ee3d04","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e532d69e23ee3d04","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"66dd77dde71805d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/66dd77dde71805d4","status":"passed","time":{"start":1707770140538,"stop":1707770140538,"duration":0}},{"uid":"42e5e4f878303342","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42e5e4f878303342","status":"passed","time":{"start":1707760337684,"stop":1707760337685,"duration":1}},{"uid":"eec72242692e3067","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eec72242692e3067","status":"passed","time":{"start":1707758026470,"stop":1707758026470,"duration":0}},{"uid":"25fc1d11d10a6e56","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25fc1d11d10a6e56","status":"passed","time":{"start":1707756656801,"stop":1707756656802,"duration":1}},{"uid":"a44872d84663ab45","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a44872d84663ab45","status":"passed","time":{"start":1707753960365,"stop":1707753960366,"duration":1}},{"uid":"980407155e037407","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/980407155e037407","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"4ae99b71dc73f16","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4ae99b71dc73f16","status":"passed","time":{"start":1707751157939,"stop":1707751157940,"duration":1}},{"uid":"8f0623739e9141c7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f0623739e9141c7","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"f898c9c03d16718f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f898c9c03d16718f","status":"passed","time":{"start":1707736314166,"stop":1707736314166,"duration":0}}]},"a6b3b232e8bb7273a94c2d49013fe9d7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7b8e1753f1b7d61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7b8e1753f1b7d61","status":"passed","time":{"start":1707793012492,"stop":1707793012492,"duration":0}},{"uid":"a3e366274350c695","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e366274350c695","status":"passed","time":{"start":1707777977668,"stop":1707777977668,"duration":0}},{"uid":"df35730fd36dae3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df35730fd36dae3","status":"passed","time":{"start":1707775258458,"stop":1707775258459,"duration":1}},{"uid":"827810f7ae622e63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/827810f7ae622e63","status":"passed","time":{"start":1707775082021,"stop":1707775082021,"duration":0}},{"uid":"f2a0c66e0d5bb85a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2a0c66e0d5bb85a","status":"passed","time":{"start":1707769999865,"stop":1707769999866,"duration":1}},{"uid":"59d8b2e6fd449946","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/59d8b2e6fd449946","status":"passed","time":{"start":1707769841902,"stop":1707769841902,"duration":0}},{"uid":"5b543b744b56092","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b543b744b56092","status":"passed","time":{"start":1707759921457,"stop":1707759921457,"duration":0}},{"uid":"c3b16fb87b47a8ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c3b16fb87b47a8ab","status":"passed","time":{"start":1707757624879,"stop":1707757624879,"duration":0}},{"uid":"d9745d492cfcb75f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9745d492cfcb75f","status":"passed","time":{"start":1707756261777,"stop":1707756261789,"duration":12}},{"uid":"11306269f1b1949e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11306269f1b1949e","status":"passed","time":{"start":1707753651171,"stop":1707753651172,"duration":1}},{"uid":"f3eaf55c03c6232c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3eaf55c03c6232c","status":"passed","time":{"start":1707753409588,"stop":1707753409589,"duration":1}},{"uid":"666243f007cc99a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/666243f007cc99a3","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"69933920d44990b2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69933920d44990b2","status":"passed","time":{"start":1707736708331,"stop":1707736708332,"duration":1}},{"uid":"fa0bb53930d4318f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa0bb53930d4318f","status":"passed","time":{"start":1707735914388,"stop":1707735914388,"duration":0}}]},"3644cf2ab2c6036dbfca5e2695b59e4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"64184a529804488","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64184a529804488","status":"passed","time":{"start":1707770131706,"stop":1707770131706,"duration":0}}]},"df075816d33d3c8af10d119247b68114:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d37bdf9ca026c299","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d37bdf9ca026c299","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0}},{"uid":"70753b71387e9735","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70753b71387e9735","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"6c98b4d4f789ef0d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c98b4d4f789ef0d","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"849163960a191ccb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/849163960a191ccb","status":"passed","time":{"start":1707775494284,"stop":1707775494285,"duration":1}},{"uid":"b455a83b718d67c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b455a83b718d67c5","status":"passed","time":{"start":1707770424185,"stop":1707770424186,"duration":1}},{"uid":"2f941aaa291f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f941aaa291f8b2b","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"a8331662a99852b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a8331662a99852b1","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"c0d7abd67515db84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0d7abd67515db84","status":"passed","time":{"start":1707758004334,"stop":1707758004335,"duration":1}},{"uid":"cf28ca892e8b02f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cf28ca892e8b02f2","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"a4217d4a9ff3a3bb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4217d4a9ff3a3bb","status":"passed","time":{"start":1707754051793,"stop":1707754051794,"duration":1}},{"uid":"1c78ef1a3d2ef429","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c78ef1a3d2ef429","status":"passed","time":{"start":1707753877933,"stop":1707753877934,"duration":1}},{"uid":"49bc1b53e0a110f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49bc1b53e0a110f5","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"3579713f11b79289","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3579713f11b79289","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"103c2f841467570e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/103c2f841467570e","status":"passed","time":{"start":1707736353045,"stop":1707736353046,"duration":1}}]},"74d1568f866528d0c27e3fa912bb92ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e8aea029968444ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8aea029968444ca","status":"passed","time":{"start":1707793238878,"stop":1707793238878,"duration":0}},{"uid":"1f31ef90e41397e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1f31ef90e41397e2","status":"passed","time":{"start":1707778202502,"stop":1707778202503,"duration":1}},{"uid":"d10909b684c2ae75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d10909b684c2ae75","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}},{"uid":"99b1e1c4b811f38a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/99b1e1c4b811f38a","status":"passed","time":{"start":1707775300141,"stop":1707775300142,"duration":1}},{"uid":"19e935d1e81ff009","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/19e935d1e81ff009","status":"passed","time":{"start":1707770234592,"stop":1707770234592,"duration":0}},{"uid":"f55891f4b8471b89","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f55891f4b8471b89","status":"passed","time":{"start":1707770051400,"stop":1707770051401,"duration":1}},{"uid":"249e7ec1f5f147a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/249e7ec1f5f147a8","status":"passed","time":{"start":1707760174030,"stop":1707760174030,"duration":0}},{"uid":"f7d72115396f7f07","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f7d72115396f7f07","status":"passed","time":{"start":1707757873930,"stop":1707757873931,"duration":1}},{"uid":"b34664dd9d64f18d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b34664dd9d64f18d","status":"passed","time":{"start":1707756499919,"stop":1707756499920,"duration":1}},{"uid":"f8fa12546c8d6492","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f8fa12546c8d6492","status":"passed","time":{"start":1707753870469,"stop":1707753870470,"duration":1}},{"uid":"6ad26f884de79a74","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ad26f884de79a74","status":"passed","time":{"start":1707753647524,"stop":1707753647524,"duration":0}},{"uid":"2404fc7c302faf92","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2404fc7c302faf92","status":"passed","time":{"start":1707751019574,"stop":1707751019574,"duration":0}},{"uid":"956e6294360ff19f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/956e6294360ff19f","status":"passed","time":{"start":1707736947855,"stop":1707736947856,"duration":1}},{"uid":"bd87b2921dc3c2a2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd87b2921dc3c2a2","status":"passed","time":{"start":1707736152509,"stop":1707736152509,"duration":0}}]},"b4b061c1702e51d99292ff6cc4d68e5e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"8df5bd76140ef9a1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8df5bd76140ef9a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446747,"stop":1707793446747,"duration":0}},{"uid":"778d8f2d93958b7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/778d8f2d93958b7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"9e84d9ee33c7d5b0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9e84d9ee33c7d5b0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685033,"stop":1707775685033,"duration":0}},{"uid":"4f2c7feb59634139","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f2c7feb59634139","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494283,"stop":1707775494283,"duration":0}},{"uid":"9c33f51acf880c35","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c33f51acf880c35","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424184,"stop":1707770424185,"duration":1}},{"uid":"440fea619bd26874","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/440fea619bd26874","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"f33dadf00c173957","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f33dadf00c173957","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"8c6415432086d7df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c6415432086d7df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004333,"stop":1707758004334,"duration":1}},{"uid":"870b80b96cc6d257","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/870b80b96cc6d257","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690168,"stop":1707756690168,"duration":0}},{"uid":"c1386e23fb5335d4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1386e23fb5335d4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051792,"stop":1707754051793,"duration":1}},{"uid":"8127882717d07a28","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8127882717d07a28","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877933,"duration":1}},{"uid":"91e19e246e39d848","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/91e19e246e39d848","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"c5560aba84676d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5560aba84676d0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"5cc4959e95e45234","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5cc4959e95e45234","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353045,"duration":1}}]},"32852d7fe4e42e7aa10d64bebbd76943:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e5a800e43106387b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a800e43106387b","status":"passed","time":{"start":1707753793191,"stop":1707753793192,"duration":1}}]},"fc1a96b9a56f0f5cb56c579f4a0fae25:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9126998c0e0009d3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9126998c0e0009d3","status":"passed","time":{"start":1707793238863,"stop":1707793238863,"duration":0}},{"uid":"8a63a625bea2c734","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8a63a625bea2c734","status":"passed","time":{"start":1707778202465,"stop":1707778202465,"duration":0}},{"uid":"cb77288e83bc6420","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cb77288e83bc6420","status":"passed","time":{"start":1707775486610,"stop":1707775486611,"duration":1}},{"uid":"bdc292025058f92d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bdc292025058f92d","status":"passed","time":{"start":1707775300129,"stop":1707775300129,"duration":0}},{"uid":"64ad4566edf3b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/64ad4566edf3b3","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"6c0a06525ea9f710","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6c0a06525ea9f710","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"5de92636bf5b0f62","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5de92636bf5b0f62","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"2f233caf7fb7544e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2f233caf7fb7544e","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"901563a21e85970c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/901563a21e85970c","status":"passed","time":{"start":1707756499897,"stop":1707756499897,"duration":0}},{"uid":"f2f9c968c08ee088","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f2f9c968c08ee088","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"bc2ff16e557cdbe6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bc2ff16e557cdbe6","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"c853cb973d1e1d35","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c853cb973d1e1d35","status":"passed","time":{"start":1707751019563,"stop":1707751019563,"duration":0}},{"uid":"b3e66071fc5a4855","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b3e66071fc5a4855","status":"passed","time":{"start":1707736947838,"stop":1707736947838,"duration":0}},{"uid":"660b20aee85f75d5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/660b20aee85f75d5","status":"passed","time":{"start":1707736152497,"stop":1707736152497,"duration":0}}]},"7cc93d943f21a50a89e1bd97a5c988f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"59ee4f890d81643d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59ee4f890d81643d","status":"passed","time":{"start":1707736322669,"stop":1707736322669,"duration":0}}]},"d8d8bdae08fac3c9880a003f650f57ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"3bca0451dfab9f6d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3bca0451dfab9f6d","status":"passed","time":{"start":1707793370624,"stop":1707793370624,"duration":0}},{"uid":"bf14adca4d0a2e1a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bf14adca4d0a2e1a","status":"passed","time":{"start":1707778386473,"stop":1707778386473,"duration":0}},{"uid":"10957465422b7039","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/10957465422b7039","status":"passed","time":{"start":1707775656744,"stop":1707775656744,"duration":0}},{"uid":"630e16a1e2e176ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/630e16a1e2e176ba","status":"passed","time":{"start":1707775461882,"stop":1707775461882,"duration":0}},{"uid":"240e71e5552a62ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/240e71e5552a62ef","status":"passed","time":{"start":1707770395177,"stop":1707770395178,"duration":1}},{"uid":"33437121ec39300","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/33437121ec39300","status":"passed","time":{"start":1707770208540,"stop":1707770208540,"duration":0}},{"uid":"568051d45e2b12cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/568051d45e2b12cb","status":"passed","time":{"start":1707760335939,"stop":1707760335939,"duration":0}},{"uid":"d6ec2e4999983368","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6ec2e4999983368","status":"passed","time":{"start":1707758023526,"stop":1707758023527,"duration":1}},{"uid":"516c23da6fcc8a45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/516c23da6fcc8a45","status":"passed","time":{"start":1707756663996,"stop":1707756663997,"duration":1}},{"uid":"8bc61d4cd0631a9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bc61d4cd0631a9b","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707753717351,"stop":1707753717351,"duration":0}},{"uid":"ffb1399d2efb071a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ffb1399d2efb071a","status":"passed","time":{"start":1707753837160,"stop":1707753837160,"duration":0}},{"uid":"4bb71edf1cfc1930","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bb71edf1cfc1930","status":"passed","time":{"start":1707751136278,"stop":1707751136278,"duration":0}},{"uid":"d2ece1d3960f80e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d2ece1d3960f80e6","status":"passed","time":{"start":1707737124639,"stop":1707737124639,"duration":0}},{"uid":"deb0513d2e93cd8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/deb0513d2e93cd8d","status":"passed","time":{"start":1707736322650,"stop":1707736322650,"duration":0}}]},"31e4d83ef3597a8bb432b6fbec9bd12a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e8a0017d478caab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a0017d478caab7","status":"passed","time":{"start":1707792800803,"stop":1707792800803,"duration":0}},{"uid":"82166c26908364a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82166c26908364a2","status":"passed","time":{"start":1707777749833,"stop":1707777749833,"duration":0}},{"uid":"976401d0c79e74cd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/976401d0c79e74cd","status":"passed","time":{"start":1707775026259,"stop":1707775026260,"duration":1}},{"uid":"1c3b813d1b08c814","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1c3b813d1b08c814","status":"passed","time":{"start":1707774827845,"stop":1707774827845,"duration":0}},{"uid":"cbcd6eec7a240254","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cbcd6eec7a240254","status":"passed","time":{"start":1707769775399,"stop":1707769775400,"duration":1}},{"uid":"a5d889a19831c67c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a5d889a19831c67c","status":"passed","time":{"start":1707769628074,"stop":1707769628075,"duration":1}},{"uid":"f3657bd024b5e49f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f3657bd024b5e49f","status":"passed","time":{"start":1707759722861,"stop":1707759722862,"duration":1}},{"uid":"f6802897ea72b351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f6802897ea72b351","status":"passed","time":{"start":1707757417654,"stop":1707757417655,"duration":1}},{"uid":"b86c5a85c313e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b86c5a85c313e926","status":"passed","time":{"start":1707756047285,"stop":1707756047286,"duration":1}},{"uid":"7de8d6ae14799bb3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7de8d6ae14799bb3","status":"passed","time":{"start":1707753465431,"stop":1707753465432,"duration":1}},{"uid":"1e5daed8f7f45362","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1e5daed8f7f45362","status":"passed","time":{"start":1707753193770,"stop":1707753193771,"duration":1}},{"uid":"f8142957b45944a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f8142957b45944a1","status":"passed","time":{"start":1707750594355,"stop":1707750594355,"duration":0}},{"uid":"9c2c9fc6db1d4039","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c2c9fc6db1d4039","status":"passed","time":{"start":1707736511727,"stop":1707736511727,"duration":0}},{"uid":"b5c67fca214b7148","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5c67fca214b7148","status":"passed","time":{"start":1707735693119,"stop":1707735693120,"duration":1}}]},"f86d85866445c6d6a9d7dddb7f6c1269:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"827f6b5b66c8c251","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/827f6b5b66c8c251","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0}},{"uid":"a7df679d87a75ee2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7df679d87a75ee2","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"bd8caf93f4b4a227","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd8caf93f4b4a227","status":"passed","time":{"start":1707775026263,"stop":1707775026264,"duration":1}},{"uid":"670f1b79f6b81175","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/670f1b79f6b81175","status":"passed","time":{"start":1707774827853,"stop":1707774827854,"duration":1}},{"uid":"e7dbfed8acf6fed5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7dbfed8acf6fed5","status":"passed","time":{"start":1707769775410,"stop":1707769775411,"duration":1}},{"uid":"a341209d23574275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a341209d23574275","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"270460c103dc732","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/270460c103dc732","status":"passed","time":{"start":1707759722864,"stop":1707759722865,"duration":1}},{"uid":"bee1e336b803dc1e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bee1e336b803dc1e","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"9c8d6813359de50f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9c8d6813359de50f","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"57d1643b12820acd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d1643b12820acd","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"29ab616a8544ae22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29ab616a8544ae22","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"2cdb817bcb23ddef","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cdb817bcb23ddef","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"4d1d657fb82f116f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d1d657fb82f116f","status":"passed","time":{"start":1707736511736,"stop":1707736511736,"duration":0}},{"uid":"77a8f1c7ef0e7c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/77a8f1c7ef0e7c82","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"4a7092f12a328d03928646af1aa4bb9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9f30c4d648d5f260","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f30c4d648d5f260","status":"passed","time":{"start":1707793304790,"stop":1707793304791,"duration":1}},{"uid":"cec9de4acc1a65be","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cec9de4acc1a65be","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"a986a192f53387df","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a986a192f53387df","status":"passed","time":{"start":1707775545752,"stop":1707775545753,"duration":1}},{"uid":"82a15c0c2c46e4f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82a15c0c2c46e4f6","status":"passed","time":{"start":1707775359974,"stop":1707775359974,"duration":0}},{"uid":"25d9a13ae4ee3cde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25d9a13ae4ee3cde","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"7bf4749211d7f12e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bf4749211d7f12e","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"8771af825def1f19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8771af825def1f19","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"8c408788dc95fe5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c408788dc95fe5","status":"passed","time":{"start":1707757936373,"stop":1707757936373,"duration":0}},{"uid":"6c4bf0f469ec4f15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c4bf0f469ec4f15","status":"passed","time":{"start":1707756564919,"stop":1707756564920,"duration":1}},{"uid":"2dea430cae2e2118","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2dea430cae2e2118","status":"passed","time":{"start":1707753906991,"stop":1707753906991,"duration":0}},{"uid":"9230a19d4888bbdc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9230a19d4888bbdc","status":"passed","time":{"start":1707753724180,"stop":1707753724181,"duration":1}},{"uid":"bf5f33435e12c808","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bf5f33435e12c808","status":"passed","time":{"start":1707751082968,"stop":1707751082969,"duration":1}},{"uid":"8f33f9090e6292a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f33f9090e6292a9","status":"passed","time":{"start":1707736227480,"stop":1707736227480,"duration":0}}]},"0539101f890c85d58b06a3799b6bfe7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4781ee06593ce431","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4781ee06593ce431","status":"passed","time":{"start":1707793142781,"stop":1707793142787,"duration":6}},{"uid":"29ae36d2d4cb97b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29ae36d2d4cb97b3","status":"passed","time":{"start":1707778103144,"stop":1707778103144,"duration":0}},{"uid":"f41203857e283a39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f41203857e283a39","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"bcb1f81d341cecd9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bcb1f81d341cecd9","status":"passed","time":{"start":1707775193313,"stop":1707775193313,"duration":0}},{"uid":"ffac6cbe2c336ba9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffac6cbe2c336ba9","status":"passed","time":{"start":1707770121404,"stop":1707770121405,"duration":1}},{"uid":"9982c682a0e47f4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9982c682a0e47f4f","status":"passed","time":{"start":1707769979913,"stop":1707769979913,"duration":0}},{"uid":"ff52e68220918503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ff52e68220918503","status":"passed","time":{"start":1707760084097,"stop":1707760084097,"duration":0}},{"uid":"be09a13a45e386d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be09a13a45e386d8","status":"passed","time":{"start":1707757782365,"stop":1707757782366,"duration":1}},{"uid":"bfc6ce3a3ad52daf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfc6ce3a3ad52daf","status":"passed","time":{"start":1707756396098,"stop":1707756396099,"duration":1}},{"uid":"442f5ce217f74fa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/442f5ce217f74fa9","status":"passed","time":{"start":1707753781754,"stop":1707753781754,"duration":0}},{"uid":"c44137653985dc83","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c44137653985dc83","status":"passed","time":{"start":1707753563061,"stop":1707753563062,"duration":1}},{"uid":"60ee9b5f0aa81951","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60ee9b5f0aa81951","status":"passed","time":{"start":1707750940648,"stop":1707750940649,"duration":1}},{"uid":"4885e41331d8f209","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4885e41331d8f209","status":"passed","time":{"start":1707736870542,"stop":1707736870542,"duration":0}},{"uid":"84442364052af49","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84442364052af49","status":"passed","time":{"start":1707736068810,"stop":1707736068810,"duration":0}}]},"effbb3a4e357b93f164b264205c6af36:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"2655c6cc6d6dabd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2655c6cc6d6dabd","status":"passed","time":{"start":1707793243275,"stop":1707793243275,"duration":0}},{"uid":"3eacc6214db404fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3eacc6214db404fd","status":"passed","time":{"start":1707778194716,"stop":1707778194717,"duration":1}},{"uid":"98e786fa99ac35ea","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/98e786fa99ac35ea","status":"passed","time":{"start":1707775487315,"stop":1707775487316,"duration":1}},{"uid":"aa43f3107db2e970","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa43f3107db2e970","status":"passed","time":{"start":1707775286620,"stop":1707775286620,"duration":0}},{"uid":"4f71c2d4fda46ac5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f71c2d4fda46ac5","status":"passed","time":{"start":1707770222924,"stop":1707770222925,"duration":1}},{"uid":"d4678a364cba65a6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d4678a364cba65a6","status":"passed","time":{"start":1707770006112,"stop":1707770006112,"duration":0}},{"uid":"615104577f56529b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/615104577f56529b","status":"passed","time":{"start":1707760178495,"stop":1707760178496,"duration":1}},{"uid":"e141acbb815f2b86","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e141acbb815f2b86","status":"passed","time":{"start":1707757871587,"stop":1707757871587,"duration":0}},{"uid":"1d2d3224c5c0731d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d2d3224c5c0731d","status":"passed","time":{"start":1707756509482,"stop":1707756509482,"duration":0}},{"uid":"3c77c8d009362f37","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c77c8d009362f37","status":"passed","time":{"start":1707753810714,"stop":1707753810715,"duration":1}},{"uid":"8f8a83c954601ebe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8f8a83c954601ebe","status":"passed","time":{"start":1707753662126,"stop":1707753662127,"duration":1}},{"uid":"95eb853c488c2ad5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95eb853c488c2ad5","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/running_nodes.spec.ts)","time":{"start":1707751020601,"stop":1707751020601,"duration":0}},{"uid":"63a255dd8da98744","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63a255dd8da98744","status":"passed","time":{"start":1707736955776,"stop":1707736955777,"duration":1}},{"uid":"bd350bddf5b30cc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd350bddf5b30cc3","status":"passed","time":{"start":1707736167316,"stop":1707736167317,"duration":1}}]},"7320ebaf2ea114d869ff8a2f6f4b740e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2c65db1aa2746771","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c65db1aa2746771","status":"passed","time":{"start":1707792800005,"stop":1707792800005,"duration":0}},{"uid":"e2b07ffa4d694a0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2b07ffa4d694a0d","status":"passed","time":{"start":1707777749093,"stop":1707777749093,"duration":0}},{"uid":"8900b4b9aa24f081","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8900b4b9aa24f081","status":"passed","time":{"start":1707775025526,"stop":1707775025527,"duration":1}},{"uid":"4d33a4e248f8812e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d33a4e248f8812e","status":"passed","time":{"start":1707774827058,"stop":1707774827058,"duration":0}},{"uid":"1324ff50fdeacbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1324ff50fdeacbe","status":"passed","time":{"start":1707769774628,"stop":1707769774628,"duration":0}},{"uid":"4ba62f8ec7b26733","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ba62f8ec7b26733","status":"passed","time":{"start":1707769627289,"stop":1707769627290,"duration":1}},{"uid":"2428b88b819c1f2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2428b88b819c1f2d","status":"passed","time":{"start":1707759722029,"stop":1707759722029,"duration":0}},{"uid":"8ca4bf989233d874","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ca4bf989233d874","status":"passed","time":{"start":1707757416838,"stop":1707757416838,"duration":0}},{"uid":"f4fe8ebb24cb1310","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f4fe8ebb24cb1310","status":"passed","time":{"start":1707756046593,"stop":1707756046593,"duration":0}},{"uid":"956c45b3c53a98c8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956c45b3c53a98c8","status":"passed","time":{"start":1707753464666,"stop":1707753464666,"duration":0}},{"uid":"38dc2f6ebf62c60f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/38dc2f6ebf62c60f","status":"passed","time":{"start":1707753192935,"stop":1707753192936,"duration":1}},{"uid":"1ce4773de5794b42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ce4773de5794b42","status":"passed","time":{"start":1707750593505,"stop":1707750593505,"duration":0}},{"uid":"819fca6914a39ed6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/819fca6914a39ed6","status":"passed","time":{"start":1707736510878,"stop":1707736510878,"duration":0}},{"uid":"ba6314280fcfcbb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ba6314280fcfcbb","status":"passed","time":{"start":1707735692287,"stop":1707735692288,"duration":1}}]},"af907ed3aa81309159ed6c6210dfc451:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bc512af02f426a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bc512af02f426a8","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"84e3f6dcc78665f6acbc58f86ad03f54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f8805146267fb32","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f8805146267fb32","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"duration":0}},{"uid":"bd8a7b0340345d6c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd8a7b0340345d6c","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"85799f12127a4eb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85799f12127a4eb2","status":"passed","time":{"start":1707775685022,"stop":1707775685023,"duration":1}},{"uid":"d1e0f79b65b8d3ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1e0f79b65b8d3ac","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"466e05eadd30d8d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/466e05eadd30d8d4","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"39708790a5133a72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/39708790a5133a72","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"5c3c9585e96c785d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5c3c9585e96c785d","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"ba48c0033b9a8696","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba48c0033b9a8696","status":"passed","time":{"start":1707758004305,"stop":1707758004306,"duration":1}},{"uid":"db4af413ffc2a657","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db4af413ffc2a657","status":"passed","time":{"start":1707756690159,"stop":1707756690160,"duration":1}},{"uid":"d8185739895d643","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8185739895d643","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"afdc593e4fbc36d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afdc593e4fbc36d7","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"ca936594cd8bdcd5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca936594cd8bdcd5","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"f0b2e9cbfcf3302f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f0b2e9cbfcf3302f","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"7e9835b0b4dcc87a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e9835b0b4dcc87a","status":"passed","time":{"start":1707736353034,"stop":1707736353035,"duration":1}}]},"03ca5e8e0bba9bc5818358b409b74807:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5a8c1478ec64ecab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a8c1478ec64ecab","status":"passed","time":{"start":1707793446751,"stop":1707793446751,"duration":0}},{"uid":"54529b8c778694b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54529b8c778694b1","status":"passed","time":{"start":1707778413528,"stop":1707778413529,"duration":1}},{"uid":"eb0055ac9f133ff5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eb0055ac9f133ff5","status":"passed","time":{"start":1707775685037,"stop":1707775685037,"duration":0}},{"uid":"f0851370c7b6f999","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0851370c7b6f999","status":"passed","time":{"start":1707775494287,"stop":1707775494288,"duration":1}},{"uid":"89ae457aedf653e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/89ae457aedf653e7","status":"passed","time":{"start":1707770424188,"stop":1707770424189,"duration":1}},{"uid":"4b6787da474a470f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4b6787da474a470f","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"7fc0f068f288519f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7fc0f068f288519f","status":"passed","time":{"start":1707760374687,"stop":1707760374687,"duration":0}},{"uid":"55e3d9899fe755b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/55e3d9899fe755b","status":"passed","time":{"start":1707756690172,"stop":1707756690172,"duration":0}},{"uid":"a4c2aaf497b0bb94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a4c2aaf497b0bb94","status":"passed","time":{"start":1707754051796,"stop":1707754051796,"duration":0}},{"uid":"18da12c2f931c623","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18da12c2f931c623","status":"passed","time":{"start":1707753877936,"stop":1707753877936,"duration":0}},{"uid":"f07c60d78160a5b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f07c60d78160a5b4","status":"passed","time":{"start":1707751228969,"stop":1707751228970,"duration":1}},{"uid":"2beb8d8948dfb6b4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2beb8d8948dfb6b4","status":"passed","time":{"start":1707737173827,"stop":1707737173827,"duration":0}},{"uid":"e6228c18373b57b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6228c18373b57b6","status":"passed","time":{"start":1707736353048,"stop":1707736353048,"duration":0}}]},"7c0bec199199dddc54954f2d5e07b38e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9cefff742611fac","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9cefff742611fac","status":"passed","time":{"start":1707793168679,"stop":1707793168680,"duration":1}},{"uid":"dd6238452814f0bd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dd6238452814f0bd","status":"passed","time":{"start":1707778126347,"stop":1707778126347,"duration":0}},{"uid":"e512ba5ab25ecd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e512ba5ab25ecd8c","status":"passed","time":{"start":1707775409485,"stop":1707775409485,"duration":0}},{"uid":"3fb7d7feb8e73c3d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3fb7d7feb8e73c3d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"df1703d69d19d502","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df1703d69d19d502","status":"passed","time":{"start":1707770142483,"stop":1707770142484,"duration":1}},{"uid":"a78aca599619387d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a78aca599619387d","status":"passed","time":{"start":1707769994543,"stop":1707769994543,"duration":0}},{"uid":"5d0b5a4aafdac703","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d0b5a4aafdac703","status":"passed","time":{"start":1707760106458,"stop":1707760106458,"duration":0}},{"uid":"4d9f311c593ceaf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4d9f311c593ceaf0","status":"passed","time":{"start":1707757804296,"stop":1707757804296,"duration":0}},{"uid":"bde408fa1a0d7aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde408fa1a0d7aff","status":"passed","time":{"start":1707756422347,"stop":1707756422348,"duration":1}},{"uid":"839083a83afc1be0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/839083a83afc1be0","status":"passed","time":{"start":1707753796549,"stop":1707753796549,"duration":0}},{"uid":"70f38ae6bd517022","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/70f38ae6bd517022","status":"passed","time":{"start":1707753586165,"stop":1707753586165,"duration":0}},{"uid":"3f50f99e5f04c610","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3f50f99e5f04c610","status":"passed","time":{"start":1707750964804,"stop":1707750964805,"duration":1}},{"uid":"5b6110ca92ea16a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5b6110ca92ea16a8","status":"passed","time":{"start":1707736890438,"stop":1707736890438,"duration":0}},{"uid":"ec2b32b3e29f611d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec2b32b3e29f611d","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"a8f2a8bdd2e50b273de7469fefb4ced2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"69435645beb283fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69435645beb283fd","status":"passed","time":{"start":1707793028272,"stop":1707793028273,"duration":1}},{"uid":"60517de0205fa7f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/60517de0205fa7f7","status":"passed","time":{"start":1707777972996,"stop":1707777972996,"duration":0}},{"uid":"e4ec8411f2aab33d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4ec8411f2aab33d","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"cc9b547ca7357704","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc9b547ca7357704","status":"passed","time":{"start":1707775050814,"stop":1707775050815,"duration":1}},{"uid":"2bf41d136a36cdf4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bf41d136a36cdf4","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"894d8778086b23e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/894d8778086b23e6","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"3e83cceaca861151","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3e83cceaca861151","status":"passed","time":{"start":1707759965185,"stop":1707759965190,"duration":5}},{"uid":"1969ee0bea207ea7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1969ee0bea207ea7","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"dca1d5b94eb2e652","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dca1d5b94eb2e652","status":"passed","time":{"start":1707756267901,"stop":1707756267901,"duration":0}},{"uid":"cb42f875a184a0bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cb42f875a184a0bc","status":"passed","time":{"start":1707753668026,"stop":1707753668026,"duration":0}},{"uid":"10bb218a9f6ffd81","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/10bb218a9f6ffd81","status":"passed","time":{"start":1707753423533,"stop":1707753423533,"duration":0}},{"uid":"b1d822b8c9b698c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1d822b8c9b698c","status":"passed","time":{"start":1707750796026,"stop":1707750796027,"duration":1}},{"uid":"f7a4614630b55245","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f7a4614630b55245","status":"passed","time":{"start":1707736730641,"stop":1707736730641,"duration":0}},{"uid":"509da57a343fefcb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/509da57a343fefcb","status":"passed","time":{"start":1707735912116,"stop":1707735912116,"duration":0}}]},"6078532d21bb0f83b6b0130df743129c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fce8cd615f0f829c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce8cd615f0f829c","status":"passed","time":{"start":1707793371102,"stop":1707793371103,"duration":1}}]},"2581eb0bf7c0cd6be0d6b90518bf4329:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bcdbb07592fbffdc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcdbb07592fbffdc","status":"passed","time":{"start":1707792929580,"stop":1707792929580,"duration":0}},{"uid":"c96795d77e30ffb9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c96795d77e30ffb9","status":"passed","time":{"start":1707777877646,"stop":1707777877647,"duration":1}},{"uid":"57ec456a3c55ecfa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/57ec456a3c55ecfa","status":"passed","time":{"start":1707775153019,"stop":1707775153021,"duration":2}},{"uid":"602de35daa0336db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/602de35daa0336db","status":"passed","time":{"start":1707774951832,"stop":1707774951832,"duration":0}},{"uid":"d2c12001bf7b22e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d2c12001bf7b22e8","status":"passed","time":{"start":1707769903018,"stop":1707769903019,"duration":1}},{"uid":"1f9206ce9166b275","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1f9206ce9166b275","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"1df877223612d43a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1df877223612d43a","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"d9a05fc9f6e4624d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d9a05fc9f6e4624d","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"f67e74dacf89808","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f67e74dacf89808","status":"passed","time":{"start":1707756167200,"stop":1707756167200,"duration":0}},{"uid":"9dea511f9431d091","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9dea511f9431d091","status":"passed","time":{"start":1707753584061,"stop":1707753584062,"duration":1}},{"uid":"67c1322e966e0ec9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/67c1322e966e0ec9","status":"passed","time":{"start":1707753331771,"stop":1707753331771,"duration":0}},{"uid":"9ef4663ec0a1ce42","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ef4663ec0a1ce42","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"25617197966c5d60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25617197966c5d60","status":"passed","time":{"start":1707736636443,"stop":1707736636443,"duration":0}},{"uid":"b6ae33f2ccaa957d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b6ae33f2ccaa957d","status":"passed","time":{"start":1707735825261,"stop":1707735825262,"duration":1}}]},"7e2ac153ef7f966804ad61aaa2a688ce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4a0c3cbee3049418","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a0c3cbee3049418","status":"passed","time":{"start":1707792820888,"stop":1707792820890,"duration":2}},{"uid":"fdabf0aad5fd76a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdabf0aad5fd76a2","status":"passed","time":{"start":1707777770256,"stop":1707777770257,"duration":1}},{"uid":"bfcc6436665e3a2f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bfcc6436665e3a2f","status":"passed","time":{"start":1707775046368,"stop":1707775046370,"duration":2}},{"uid":"5a26b47b8cbe79c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a26b47b8cbe79c8","status":"passed","time":{"start":1707774848380,"stop":1707774848381,"duration":1}},{"uid":"1ccf49d747dc5fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1ccf49d747dc5fa","status":"passed","time":{"start":1707769795719,"stop":1707769795721,"duration":2}},{"uid":"7ce278047618c6f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7ce278047618c6f9","status":"passed","time":{"start":1707769648569,"stop":1707769648571,"duration":2}},{"uid":"81febed390ad7055","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/81febed390ad7055","status":"passed","time":{"start":1707759743250,"stop":1707759743251,"duration":1}},{"uid":"dc654556a8a176aa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc654556a8a176aa","status":"passed","time":{"start":1707757438363,"stop":1707757438365,"duration":2}},{"uid":"d686d05450fe6c73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d686d05450fe6c73","status":"passed","time":{"start":1707756067006,"stop":1707756067007,"duration":1}},{"uid":"a5142ca8ab778649","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5142ca8ab778649","status":"passed","time":{"start":1707753485646,"stop":1707753485648,"duration":2}},{"uid":"3acc6c316254a3e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3acc6c316254a3e5","status":"passed","time":{"start":1707753214691,"stop":1707753214693,"duration":2}},{"uid":"b00e9bdad8affe8b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b00e9bdad8affe8b","status":"passed","time":{"start":1707750614683,"stop":1707750614685,"duration":2}},{"uid":"8faefa10aaea54d1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8faefa10aaea54d1","status":"passed","time":{"start":1707736532270,"stop":1707736532271,"duration":1}},{"uid":"7b751ccaed761bc9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b751ccaed761bc9","status":"passed","time":{"start":1707735714118,"stop":1707735714120,"duration":2}}]},"69dc4323aba515cd1aa70a779022a6db:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"53aa408e706b2006","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53aa408e706b2006","status":"passed","time":{"start":1707793168668,"stop":1707793168669,"duration":1}},{"uid":"242502914ec36548","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/242502914ec36548","status":"passed","time":{"start":1707778126340,"stop":1707778126340,"duration":0}},{"uid":"2bcbe4f609c2865d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2bcbe4f609c2865d","status":"passed","time":{"start":1707775409480,"stop":1707775409481,"duration":1}},{"uid":"4f1b0a15e5d5ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f1b0a15e5d5ed31","status":"passed","time":{"start":1707775219992,"stop":1707775219992,"duration":0}},{"uid":"467b4306f625b701","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/467b4306f625b701","status":"passed","time":{"start":1707770142479,"stop":1707770142479,"duration":0}},{"uid":"eee8bbb6d72d57a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8bbb6d72d57a1","status":"passed","time":{"start":1707769994532,"stop":1707769994533,"duration":1}},{"uid":"aef7a8d07c11b040","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aef7a8d07c11b040","status":"passed","time":{"start":1707760106452,"stop":1707760106452,"duration":0}},{"uid":"f669ec714824f9cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f669ec714824f9cf","status":"passed","time":{"start":1707757804290,"stop":1707757804291,"duration":1}},{"uid":"265430b22d1b95df","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/265430b22d1b95df","status":"passed","time":{"start":1707756422340,"stop":1707756422340,"duration":0}},{"uid":"dfd63d773a9c06fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfd63d773a9c06fe","status":"passed","time":{"start":1707753796544,"stop":1707753796544,"duration":0}},{"uid":"49075e0783f88680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49075e0783f88680","status":"passed","time":{"start":1707753586158,"stop":1707753586158,"duration":0}},{"uid":"771c43a22dbfa6d9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/771c43a22dbfa6d9","status":"passed","time":{"start":1707750964798,"stop":1707750964798,"duration":0}},{"uid":"ea69d32b12ab9d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ea69d32b12ab9d2b","status":"passed","time":{"start":1707736890432,"stop":1707736890432,"duration":0}},{"uid":"54d9c181c9e6e416","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/54d9c181c9e6e416","status":"passed","time":{"start":1707736096385,"stop":1707736096386,"duration":1}}]},"03cd704822bb75f984d84db407f159eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"74fde2bcae1c3fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74fde2bcae1c3fc","status":"passed","time":{"start":1707793012467,"stop":1707793012468,"duration":1}},{"uid":"bd92c753a61a8482","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd92c753a61a8482","status":"passed","time":{"start":1707777977661,"stop":1707777977662,"duration":1}},{"uid":"85a01526820cd509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85a01526820cd509","status":"passed","time":{"start":1707775258452,"stop":1707775258452,"duration":0}},{"uid":"ea7f7ab1f13272ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea7f7ab1f13272ee","status":"passed","time":{"start":1707775082009,"stop":1707775082009,"duration":0}},{"uid":"1b1ae8d6897a48a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b1ae8d6897a48a2","status":"passed","time":{"start":1707769999858,"stop":1707769999859,"duration":1}},{"uid":"529846db92f00bf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/529846db92f00bf0","status":"passed","time":{"start":1707769841893,"stop":1707769841893,"duration":0}},{"uid":"dcfd4c63729271a1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dcfd4c63729271a1","status":"passed","time":{"start":1707759921448,"stop":1707759921448,"duration":0}},{"uid":"577b1910d4652e40","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/577b1910d4652e40","status":"passed","time":{"start":1707757624872,"stop":1707757624873,"duration":1}},{"uid":"e85b7ed8e893e348","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e85b7ed8e893e348","status":"passed","time":{"start":1707756261753,"stop":1707756261753,"duration":0}},{"uid":"a94c8e402ceb8bac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a94c8e402ceb8bac","status":"passed","time":{"start":1707753651142,"stop":1707753651143,"duration":1}},{"uid":"d60578654f12eb54","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d60578654f12eb54","status":"passed","time":{"start":1707753409581,"stop":1707753409582,"duration":1}},{"uid":"355d1a3b5aee626a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/355d1a3b5aee626a","status":"passed","time":{"start":1707750722040,"stop":1707750722040,"duration":0}},{"uid":"fa7a4c1f5e19e4d7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fa7a4c1f5e19e4d7","status":"passed","time":{"start":1707736708323,"stop":1707736708324,"duration":1}},{"uid":"da345a2917cff7b1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/da345a2917cff7b1","status":"passed","time":{"start":1707735914381,"stop":1707735914381,"duration":0}}]},"26330da5b3096bf3d09adef4cbbbc4b5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b8fd845bf60bcad5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b8fd845bf60bcad5","status":"passed","time":{"start":1707793400887,"stop":1707793400888,"duration":1}},{"uid":"a93224d4cd667227","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a93224d4cd667227","status":"passed","time":{"start":1707778381869,"stop":1707778381870,"duration":1}},{"uid":"c60245b569cc340b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c60245b569cc340b","status":"passed","time":{"start":1707775653207,"stop":1707775653208,"duration":1}},{"uid":"8b68c657ecdfd37f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b68c657ecdfd37f","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"98adbce2d2dceb3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98adbce2d2dceb3d","status":"passed","time":{"start":1707770389546,"stop":1707770389547,"duration":1}},{"uid":"b8c56c3a9a73aced","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8c56c3a9a73aced","status":"passed","time":{"start":1707770169175,"stop":1707770169175,"duration":0}},{"uid":"2282992c48cebf2c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2282992c48cebf2c","status":"passed","time":{"start":1707760345981,"stop":1707760345981,"duration":0}},{"uid":"4ade5f67fc4ac2d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ade5f67fc4ac2d5","status":"passed","time":{"start":1707758029745,"stop":1707758029745,"duration":0}},{"uid":"905cb79f39d19935","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/905cb79f39d19935","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"4f5158314ef3cec8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4f5158314ef3cec8","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"704d4635e9e84a87","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/704d4635e9e84a87","status":"passed","time":{"start":1707753832679,"stop":1707753832680,"duration":1}},{"uid":"a78bd5084cc6fbc8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a78bd5084cc6fbc8","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"9c06c40b4972fc9d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c06c40b4972fc9d","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"0dd257ad43b0ce71ea61d4adaed5deb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"82e99f2ca6fbc61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/82e99f2ca6fbc61","status":"passed","time":{"start":1707793383649,"stop":1707793383649,"duration":0}},{"uid":"4ee89297ddb10969","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ee89297ddb10969","status":"passed","time":{"start":1707778343611,"stop":1707778343611,"duration":0}},{"uid":"27e8e9eee69d5fae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e8e9eee69d5fae","status":"passed","time":{"start":1707775620186,"stop":1707775620186,"duration":0}},{"uid":"d8d8477f12a82872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8d8477f12a82872","status":"passed","time":{"start":1707775421262,"stop":1707775421262,"duration":0}},{"uid":"bebf2fc8d9346465","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bebf2fc8d9346465","status":"passed","time":{"start":1707770355203,"stop":1707770355204,"duration":1}},{"uid":"17ec1b8935d883fe","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/17ec1b8935d883fe","status":"passed","time":{"start":1707770126645,"stop":1707770126645,"duration":0}},{"uid":"5aae3dc18748b85f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5aae3dc18748b85f","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"36b74084b575c428","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36b74084b575c428","status":"passed","time":{"start":1707758011520,"stop":1707758011521,"duration":1}},{"uid":"9f1dba36dd99b918","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f1dba36dd99b918","status":"passed","time":{"start":1707756635733,"stop":1707756635735,"duration":2}},{"uid":"9f7a3a90350b9769","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7a3a90350b9769","status":"passed","time":{"start":1707753934637,"stop":1707753934637,"duration":0}},{"uid":"6e3e2887b8f373d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e3e2887b8f373d8","status":"passed","time":{"start":1707753799509,"stop":1707753799509,"duration":0}},{"uid":"f7914ffd657a4c77","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7914ffd657a4c77","status":"passed","time":{"start":1707751117568,"stop":1707751117569,"duration":1}},{"uid":"a42fa555857b7d6b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a42fa555857b7d6b","status":"passed","time":{"start":1707737090803,"stop":1707737090804,"duration":1}},{"uid":"cbe78c91e0c616ac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbe78c91e0c616ac","status":"passed","time":{"start":1707736296306,"stop":1707736296306,"duration":0}}]},"bba86f6e47218436c2b279d10ade504a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5eb7315e4fea1283","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5eb7315e4fea1283","status":"passed","time":{"start":1707793370622,"stop":1707793370622,"duration":0}},{"uid":"7e2e73360393520e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2e73360393520e","status":"passed","time":{"start":1707778386470,"stop":1707778386470,"duration":0}},{"uid":"570fa34f0847c869","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/570fa34f0847c869","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"9daeefbd842ea10c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9daeefbd842ea10c","status":"passed","time":{"start":1707775461880,"stop":1707775461881,"duration":1}},{"uid":"2280f1e5d8b4fa0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2280f1e5d8b4fa0f","status":"passed","time":{"start":1707770395175,"stop":1707770395176,"duration":1}},{"uid":"7e35825bd92fc32c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7e35825bd92fc32c","status":"passed","time":{"start":1707770208538,"stop":1707770208539,"duration":1}},{"uid":"cb748bf0f070afa3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cb748bf0f070afa3","status":"passed","time":{"start":1707760335935,"stop":1707760335936,"duration":1}},{"uid":"ec001650cf13bd77","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec001650cf13bd77","status":"passed","time":{"start":1707758023523,"stop":1707758023524,"duration":1}},{"uid":"6a79c1750f40f21c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6a79c1750f40f21c","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"4bca95dbc112009e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bca95dbc112009e","status":"passed","time":{"start":1707753717336,"stop":1707753717337,"duration":1}},{"uid":"e144ebd14bb34628","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e144ebd14bb34628","status":"passed","time":{"start":1707753837156,"stop":1707753837156,"duration":0}},{"uid":"de4a02fe6196d34f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4a02fe6196d34f","status":"passed","time":{"start":1707751136275,"stop":1707751136276,"duration":1}},{"uid":"63c1d54487a7af5a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/63c1d54487a7af5a","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"9aac717b2c451772","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9aac717b2c451772","status":"passed","time":{"start":1707736322647,"stop":1707736322648,"duration":1}}]},"7ce18161254ebadcfa68668ab8c81e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b15935f5c06d11ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b15935f5c06d11ee","status":"passed","time":{"start":1707793142778,"stop":1707793142779,"duration":1}},{"uid":"81a804ffacd6603","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/81a804ffacd6603","status":"passed","time":{"start":1707778103138,"stop":1707778103141,"duration":3}},{"uid":"b9b9aa01ab6fdc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b9aa01ab6fdc1","status":"passed","time":{"start":1707775384050,"stop":1707775384051,"duration":1}},{"uid":"47630c56894ba526","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/47630c56894ba526","status":"passed","time":{"start":1707775193312,"stop":1707775193312,"duration":0}},{"uid":"d093bfbd114b3b97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d093bfbd114b3b97","status":"passed","time":{"start":1707770121401,"stop":1707770121402,"duration":1}},{"uid":"144d725ef6aeedd6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/144d725ef6aeedd6","status":"passed","time":{"start":1707769979911,"stop":1707769979912,"duration":1}},{"uid":"12cc1a28f8fd9b92","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/12cc1a28f8fd9b92","status":"passed","time":{"start":1707760084095,"stop":1707760084096,"duration":1}},{"uid":"d6c49256a23a44a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6c49256a23a44a8","status":"passed","time":{"start":1707757782364,"stop":1707757782364,"duration":0}},{"uid":"5e685df17f67e737","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e685df17f67e737","status":"passed","time":{"start":1707756396096,"stop":1707756396097,"duration":1}},{"uid":"df4a17a60a7a35d5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/df4a17a60a7a35d5","status":"passed","time":{"start":1707753781748,"stop":1707753781753,"duration":5}},{"uid":"fd709971852be909","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fd709971852be909","status":"passed","time":{"start":1707753563055,"stop":1707753563056,"duration":1}},{"uid":"e34fcc3b57e07cba","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e34fcc3b57e07cba","status":"passed","time":{"start":1707750940645,"stop":1707750940645,"duration":0}},{"uid":"b6bc1429fbe44912","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b6bc1429fbe44912","status":"passed","time":{"start":1707736870537,"stop":1707736870538,"duration":1}},{"uid":"daa0fb8ed06efc33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daa0fb8ed06efc33","status":"passed","time":{"start":1707736068809,"stop":1707736068809,"duration":0}}]},"51b13c4a3c82351a42d73fa468f9539d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c4aeb75906fd5713","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c4aeb75906fd5713","status":"passed","time":{"start":1707793287280,"stop":1707793287281,"duration":1}},{"uid":"ac34eab563839b3b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac34eab563839b3b","status":"passed","time":{"start":1707778251793,"stop":1707778251795,"duration":2}},{"uid":"cad6d44715cf0d92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cad6d44715cf0d92","status":"passed","time":{"start":1707775540339,"stop":1707775540339,"duration":0}},{"uid":"66556683cee1dea9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/66556683cee1dea9","status":"passed","time":{"start":1707775340602,"stop":1707775340605,"duration":3}},{"uid":"21d2f3fd5e1bd5fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21d2f3fd5e1bd5fb","status":"passed","time":{"start":1707770272997,"stop":1707770272998,"duration":1}},{"uid":"2ddf20270f11eb62","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ddf20270f11eb62","status":"passed","time":{"start":1707770045974,"stop":1707770045975,"duration":1}},{"uid":"b89f9fd09d81f417","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89f9fd09d81f417","status":"passed","time":{"start":1707760224882,"stop":1707760224883,"duration":1}},{"uid":"bc4b9ef1ffc23ffd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bc4b9ef1ffc23ffd","status":"passed","time":{"start":1707757921496,"stop":1707757921496,"duration":0}},{"uid":"432938c70c2a53c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/432938c70c2a53c7","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"dfa00fce60d59954","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfa00fce60d59954","status":"passed","time":{"start":1707753853537,"stop":1707753853538,"duration":1}},{"uid":"8b23a94feb74ec99","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b23a94feb74ec99","status":"passed","time":{"start":1707753708969,"stop":1707753708969,"duration":0}},{"uid":"43771e5c55860665","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43771e5c55860665","status":"passed","time":{"start":1707751075909,"stop":1707751075909,"duration":0}},{"uid":"1915e76a192fb675","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1915e76a192fb675","status":"passed","time":{"start":1707737000809,"stop":1707737000809,"duration":0}},{"uid":"a3c9680c6d6ca13f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a3c9680c6d6ca13f","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"bb3af703dd1c649de04949898f8c2135:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"20b3ace9e8b3a897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20b3ace9e8b3a897","status":"passed","time":{"start":1707751019575,"stop":1707751019575,"duration":0}}]},"dd6e209b83ddedee2935ba848d5a742f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8d3b05e54c157de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d3b05e54c157de","status":"passed","time":{"start":1707793355776,"stop":1707793355776,"duration":0}},{"uid":"1043226e15222546","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1043226e15222546","status":"passed","time":{"start":1707778326665,"stop":1707778326666,"duration":1}},{"uid":"f967209126aad2b8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f967209126aad2b8","status":"passed","time":{"start":1707775610543,"stop":1707775610543,"duration":0}},{"uid":"82975dbb3efc0ad5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82975dbb3efc0ad5","status":"passed","time":{"start":1707775405804,"stop":1707775405805,"duration":1}},{"uid":"1bab8eb561de3664","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bab8eb561de3664","status":"passed","time":{"start":1707770339586,"stop":1707770339587,"duration":1}},{"uid":"d735eb19929b061e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d735eb19929b061e","status":"passed","time":{"start":1707770116111,"stop":1707770116111,"duration":0}},{"uid":"24bc04d39b4a20c5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24bc04d39b4a20c5","status":"passed","time":{"start":1707760294898,"stop":1707760294899,"duration":1}},{"uid":"3df92521044d113a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3df92521044d113a","status":"passed","time":{"start":1707757992698,"stop":1707757992698,"duration":0}},{"uid":"1a4ece8b436a51bf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a4ece8b436a51bf","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"86445fd2a14045f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/86445fd2a14045f1","status":"passed","time":{"start":1707753926587,"stop":1707753926588,"duration":1}},{"uid":"49efde8329103622","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49efde8329103622","status":"passed","time":{"start":1707753779030,"stop":1707753779031,"duration":1}},{"uid":"c3d2d49821ee25fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c3d2d49821ee25fa","status":"passed","time":{"start":1707751117673,"stop":1707751117674,"duration":1}},{"uid":"419a5793c9df2286","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/419a5793c9df2286","status":"passed","time":{"start":1707737065098,"stop":1707737065098,"duration":0}},{"uid":"3767b85159267472","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3767b85159267472","status":"passed","time":{"start":1707736281625,"stop":1707736281625,"duration":0}}]},"ab9bd688672e7dc233678c03459b5ae5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"623025527b086bfd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/623025527b086bfd","status":"passed","time":{"start":1707793384585,"stop":1707793384586,"duration":1}},{"uid":"d3daa55dd2d41f68","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d3daa55dd2d41f68","status":"passed","time":{"start":1707778360547,"stop":1707778360547,"duration":0}},{"uid":"b8f35dd669553548","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b8f35dd669553548","status":"passed","time":{"start":1707775635822,"stop":1707775635822,"duration":0}},{"uid":"cc3e476bf031f736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc3e476bf031f736","status":"passed","time":{"start":1707775436380,"stop":1707775436380,"duration":0}},{"uid":"673b48ee920bcf41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/673b48ee920bcf41","status":"passed","time":{"start":1707770370965,"stop":1707770370966,"duration":1}},{"uid":"8f66628780e04722","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f66628780e04722","status":"passed","time":{"start":1707770148425,"stop":1707770148425,"duration":0}},{"uid":"367522e0b372c9ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/367522e0b372c9ab","status":"passed","time":{"start":1707760329140,"stop":1707760329141,"duration":1}},{"uid":"be6a5601abd9ffdd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be6a5601abd9ffdd","status":"passed","time":{"start":1707758022104,"stop":1707758022104,"duration":0}},{"uid":"6417831a9e31b818","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6417831a9e31b818","status":"passed","time":{"start":1707756648881,"stop":1707756648881,"duration":0}},{"uid":"3625926002a3c805","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3625926002a3c805","status":"passed","time":{"start":1707753961164,"stop":1707753961164,"duration":0}},{"uid":"ecc262e692c5e06a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ecc262e692c5e06a","status":"passed","time":{"start":1707753814890,"stop":1707753814891,"duration":1}},{"uid":"bbb701b0db0ae07b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbb701b0db0ae07b","status":"passed","time":{"start":1707751141127,"stop":1707751141127,"duration":0}},{"uid":"ac783dad1716fc7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ac783dad1716fc7b","status":"passed","time":{"start":1707737107923,"stop":1707737107924,"duration":1}},{"uid":"813ddde94a73c94e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/813ddde94a73c94e","status":"passed","time":{"start":1707736309870,"stop":1707736309870,"duration":0}}]},"966300dd66579ac55fc113dd4648bf73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8ba30b99866a801f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ba30b99866a801f","status":"passed","time":{"start":1707793238873,"stop":1707793238873,"duration":0}},{"uid":"a86d5780dacd1043","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a86d5780dacd1043","status":"passed","time":{"start":1707778202481,"stop":1707778202481,"duration":0}},{"uid":"aa3b3a8fab506c08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/aa3b3a8fab506c08","status":"passed","time":{"start":1707775486627,"stop":1707775486628,"duration":1}},{"uid":"1fc1b98020db5560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fc1b98020db5560","status":"passed","time":{"start":1707775300136,"stop":1707775300137,"duration":1}},{"uid":"223cf2a8cf5a7891","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/223cf2a8cf5a7891","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"ce884d5b0894a6cf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce884d5b0894a6cf","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"5e32d9c80029fccf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5e32d9c80029fccf","status":"passed","time":{"start":1707760174021,"stop":1707760174022,"duration":1}},{"uid":"a0b1ff3394cac356","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a0b1ff3394cac356","status":"passed","time":{"start":1707757873922,"stop":1707757873922,"duration":0}},{"uid":"6c5969fb12c5f0f0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c5969fb12c5f0f0","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"9e34a14d1e2b8bb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e34a14d1e2b8bb9","status":"passed","time":{"start":1707753870444,"stop":1707753870444,"duration":0}},{"uid":"d039853ff2c3f3c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d039853ff2c3f3c0","status":"passed","time":{"start":1707753647510,"stop":1707753647511,"duration":1}},{"uid":"109b64d369599492","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/109b64d369599492","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"4e6688407000707c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4e6688407000707c","status":"passed","time":{"start":1707736947846,"stop":1707736947847,"duration":1}},{"uid":"5b9f9975850755df","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b9f9975850755df","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"487360e262b8a6ed18ef973d5078e640:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"843bfa42a14bbcb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/843bfa42a14bbcb4","status":"passed","time":{"start":1707792929580,"stop":1707792929581,"duration":1}},{"uid":"929d965a0d6e1d7a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/929d965a0d6e1d7a","status":"passed","time":{"start":1707777877647,"stop":1707777877647,"duration":0}},{"uid":"ab06f0a99385a06d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab06f0a99385a06d","status":"passed","time":{"start":1707775153022,"stop":1707775153023,"duration":1}},{"uid":"eaa17e310c2c0498","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eaa17e310c2c0498","status":"passed","time":{"start":1707774951832,"stop":1707774951833,"duration":1}},{"uid":"957941a0b8129cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/957941a0b8129cb","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"2f9789895fdafcc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f9789895fdafcc8","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"9cb2e9bd85260e67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9cb2e9bd85260e67","status":"passed","time":{"start":1707759851603,"stop":1707759851604,"duration":1}},{"uid":"275774f14e93d1c9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/275774f14e93d1c9","status":"passed","time":{"start":1707757546808,"stop":1707757546808,"duration":0}},{"uid":"33575f852409ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33575f852409ca14","status":"passed","time":{"start":1707756167201,"stop":1707756167201,"duration":0}},{"uid":"3a84daec5214d348","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a84daec5214d348","status":"passed","time":{"start":1707753584062,"stop":1707753584062,"duration":0}},{"uid":"142ff28b5865f946","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/142ff28b5865f946","status":"passed","time":{"start":1707753331771,"stop":1707753331772,"duration":1}},{"uid":"8d3458bc0b65f24c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d3458bc0b65f24c","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"68dd9fb87d6950a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/68dd9fb87d6950a8","status":"passed","time":{"start":1707736636443,"stop":1707736636444,"duration":1}},{"uid":"5479dfc4f3eda726","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5479dfc4f3eda726","status":"passed","time":{"start":1707735825262,"stop":1707735825262,"duration":0}}]},"90c2da105d44cd5038a3e47356ecb60f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d091fcb17cb06d79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d091fcb17cb06d79","status":"passed","time":{"start":1707793371109,"stop":1707793371110,"duration":1}},{"uid":"9e85afd58ed57f89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e85afd58ed57f89","status":"passed","time":{"start":1707778338850,"stop":1707778338850,"duration":0}},{"uid":"d651fb485bc1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d651fb485bc1dfa0","status":"passed","time":{"start":1707775602026,"stop":1707775602027,"duration":1}},{"uid":"f41f1ae8e60290c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f41f1ae8e60290c5","status":"passed","time":{"start":1707775390238,"stop":1707775390239,"duration":1}},{"uid":"fd91636cf4d5e7df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd91636cf4d5e7df","status":"passed","time":{"start":1707770335612,"stop":1707770335613,"duration":1}},{"uid":"3239e526ad80ebf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3239e526ad80ebf0","status":"passed","time":{"start":1707769968722,"stop":1707769968723,"duration":1}},{"uid":"de28f1f08f2dfbe3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/de28f1f08f2dfbe3","status":"passed","time":{"start":1707760301820,"stop":1707760301820,"duration":0}},{"uid":"ef1b7144aa8e48a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ef1b7144aa8e48a4","status":"passed","time":{"start":1707758006716,"stop":1707758006717,"duration":1}},{"uid":"eb228a0ca171f5ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb228a0ca171f5ed","status":"passed","time":{"start":1707756617046,"stop":1707756617047,"duration":1}},{"uid":"4ea5479442246166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4ea5479442246166","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6ce0c7c3719e8a4f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ce0c7c3719e8a4f","status":"passed","time":{"start":1707753782763,"stop":1707753782767,"duration":4}},{"uid":"44cb941b08f38123","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/44cb941b08f38123","status":"passed","time":{"start":1707751162317,"stop":1707751162318,"duration":1}},{"uid":"c26f83e98737fdc5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c26f83e98737fdc5","status":"passed","time":{"start":1707737091350,"stop":1707737091350,"duration":0}},{"uid":"f8d15a2f36316742","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d15a2f36316742","status":"passed","time":{"start":1707736260137,"stop":1707736260138,"duration":1}}]},"2948283825d9333beac600eb7aed52d4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eba2602e0018d80c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eba2602e0018d80c","status":"passed","time":{"start":1707792795036,"stop":1707792795036,"duration":0}},{"uid":"772e0ef99813c46","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/772e0ef99813c46","status":"passed","time":{"start":1707777743983,"stop":1707777743983,"duration":0}},{"uid":"e1846c51df43db42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e1846c51df43db42","status":"passed","time":{"start":1707775020381,"stop":1707775020382,"duration":1}},{"uid":"53b23d01deba8fe5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/53b23d01deba8fe5","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"5159e2425748166b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5159e2425748166b","status":"passed","time":{"start":1707769769303,"stop":1707769769304,"duration":1}},{"uid":"b9540758d23d043f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9540758d23d043f","status":"passed","time":{"start":1707769622096,"stop":1707769622097,"duration":1}},{"uid":"2b703cee955aad96","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b703cee955aad96","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"de16c32de28bbdea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de16c32de28bbdea","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"ca18c03c4b1abd31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca18c03c4b1abd31","status":"passed","time":{"start":1707756041376,"stop":1707756041377,"duration":1}},{"uid":"c791eec8a443fee9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c791eec8a443fee9","status":"passed","time":{"start":1707753459609,"stop":1707753459610,"duration":1}},{"uid":"53bc8fa39bb8f8db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53bc8fa39bb8f8db","status":"passed","time":{"start":1707753187711,"stop":1707753187711,"duration":0}},{"uid":"f3d77c02bf91d614","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f3d77c02bf91d614","status":"passed","time":{"start":1707750588401,"stop":1707750588402,"duration":1}},{"uid":"44ae455c955a6f76","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ae455c955a6f76","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"eaa48d51ded60b52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/eaa48d51ded60b52","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"197e2aba7667d11acf514953d4249417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2e2d348c4e64235b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2e2d348c4e64235b","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}}]},"899c5d66a8337911ade43525f8b3dfaa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9cc11494ccca1938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9cc11494ccca1938","status":"passed","time":{"start":1707792800008,"stop":1707792800009,"duration":1}},{"uid":"7d0dac0e286dec9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0dac0e286dec9b","status":"passed","time":{"start":1707777749095,"stop":1707777749096,"duration":1}},{"uid":"b9b5709c927cfd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9b5709c927cfd1","status":"passed","time":{"start":1707775025528,"stop":1707775025529,"duration":1}},{"uid":"5115941dbf81f64f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5115941dbf81f64f","status":"passed","time":{"start":1707774827061,"stop":1707774827061,"duration":0}},{"uid":"411b98200239713b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/411b98200239713b","status":"passed","time":{"start":1707769774630,"stop":1707769774631,"duration":1}},{"uid":"c5319844a94e268c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5319844a94e268c","status":"passed","time":{"start":1707769627291,"stop":1707769627291,"duration":0}},{"uid":"c27b551b882ca8fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c27b551b882ca8fa","status":"passed","time":{"start":1707759722031,"stop":1707759722031,"duration":0}},{"uid":"330995421f571f53","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/330995421f571f53","status":"passed","time":{"start":1707757416839,"stop":1707757416839,"duration":0}},{"uid":"a5d25440b032cd13","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d25440b032cd13","status":"passed","time":{"start":1707756046606,"stop":1707756046607,"duration":1}},{"uid":"4b01493764e680eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b01493764e680eb","status":"passed","time":{"start":1707753464667,"stop":1707753464667,"duration":0}},{"uid":"5852525579b127ab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5852525579b127ab","status":"passed","time":{"start":1707753192938,"stop":1707753192939,"duration":1}},{"uid":"b77ca5361100643a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b77ca5361100643a","status":"passed","time":{"start":1707750593506,"stop":1707750593506,"duration":0}},{"uid":"4903f0e679a7cfd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4903f0e679a7cfd9","status":"passed","time":{"start":1707736510879,"stop":1707736510879,"duration":0}},{"uid":"caf66dab684adad1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf66dab684adad1","status":"passed","time":{"start":1707735692290,"stop":1707735692291,"duration":1}}]},"ae3e142dc85b413c1f1aeb2fddc2d411:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3895295c5abcd874","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3895295c5abcd874","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0}},{"uid":"47cdc01b4fd65b28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47cdc01b4fd65b28","status":"passed","time":{"start":1707777977674,"stop":1707777977674,"duration":0}},{"uid":"4153b963b453b657","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4153b963b453b657","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"ef3b448cf585857e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef3b448cf585857e","status":"passed","time":{"start":1707775082035,"stop":1707775082035,"duration":0}},{"uid":"2cd227ffa736f373","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cd227ffa736f373","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"ec8a48e7f69c17be","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec8a48e7f69c17be","status":"passed","time":{"start":1707769841911,"stop":1707769841911,"duration":0}},{"uid":"80ecaa8a26e0b49a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/80ecaa8a26e0b49a","status":"passed","time":{"start":1707759921465,"stop":1707759921465,"duration":0}},{"uid":"e2eceeb2cb44f21a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e2eceeb2cb44f21a","status":"passed","time":{"start":1707757624891,"stop":1707757624891,"duration":0}},{"uid":"97faea4b3cc081f2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97faea4b3cc081f2","status":"passed","time":{"start":1707756261843,"stop":1707756261844,"duration":1}},{"uid":"297f7410f5aafb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/297f7410f5aafb46","status":"passed","time":{"start":1707753651191,"stop":1707753651191,"duration":0}},{"uid":"626531e3100fd40","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/626531e3100fd40","status":"passed","time":{"start":1707753409609,"stop":1707753409609,"duration":0}},{"uid":"b38b40d63de32834","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b38b40d63de32834","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"259b557435319a37","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/259b557435319a37","status":"passed","time":{"start":1707736708338,"stop":1707736708338,"duration":0}},{"uid":"8e1f8be69f43e22e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8e1f8be69f43e22e","status":"passed","time":{"start":1707735914396,"stop":1707735914399,"duration":3}}]},"460c50674f0e86169f8d2db4fee2f180:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e7edfa80812c5ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e7edfa80812c5ab","status":"passed","time":{"start":1707793238861,"stop":1707793238862,"duration":1}},{"uid":"2521993528b1d29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2521993528b1d29b","status":"passed","time":{"start":1707778202463,"stop":1707778202464,"duration":1}},{"uid":"a70ca9628e8d1b95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a70ca9628e8d1b95","status":"passed","time":{"start":1707775486607,"stop":1707775486608,"duration":1}},{"uid":"4509014352bc86af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4509014352bc86af","status":"passed","time":{"start":1707775300127,"stop":1707775300128,"duration":1}},{"uid":"2c2211b8f1caa61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2c2211b8f1caa61","status":"passed","time":{"start":1707770234569,"stop":1707770234569,"duration":0}},{"uid":"317ec59bcb3e5b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317ec59bcb3e5b6d","status":"passed","time":{"start":1707770051360,"stop":1707770051360,"duration":0}},{"uid":"ca862d4533437ac9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca862d4533437ac9","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"d5bfd26fb57a5bc5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d5bfd26fb57a5bc5","status":"passed","time":{"start":1707757873893,"stop":1707757873894,"duration":1}},{"uid":"cdf3e7e8d9e99efd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cdf3e7e8d9e99efd","status":"passed","time":{"start":1707756499893,"stop":1707756499893,"duration":0}},{"uid":"ca18a0d4db8f5ae9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ca18a0d4db8f5ae9","status":"passed","time":{"start":1707753870422,"stop":1707753870422,"duration":0}},{"uid":"411c70236057a587","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/411c70236057a587","status":"passed","time":{"start":1707753647463,"stop":1707753647463,"duration":0}},{"uid":"e0cc45a5f3ff7aa5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e0cc45a5f3ff7aa5","status":"passed","time":{"start":1707751019561,"stop":1707751019562,"duration":1}},{"uid":"59684747c293cdd1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59684747c293cdd1","status":"passed","time":{"start":1707736947836,"stop":1707736947837,"duration":1}},{"uid":"d0fe9a8666f81d5c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d0fe9a8666f81d5c","status":"passed","time":{"start":1707736152496,"stop":1707736152496,"duration":0}}]},"2f60eb11375122698cd189a9993bdab0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8a86363c9b3ea98b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a86363c9b3ea98b","status":"passed","time":{"start":1707793446740,"stop":1707793446741,"duration":1}},{"uid":"58575417afa12b23","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/58575417afa12b23","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"390029b2621c6c3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/390029b2621c6c3b","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"b285cb062b4e9c1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b285cb062b4e9c1c","status":"passed","time":{"start":1707775494275,"stop":1707775494276,"duration":1}},{"uid":"8dd0b1c1441b58e3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8dd0b1c1441b58e3","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"eb4ef5bb8cf0cbf0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb4ef5bb8cf0cbf0","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"58d145d61d0fdeff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58d145d61d0fdeff","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"9e2113e063116568","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e2113e063116568","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"59af9648823416a6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/59af9648823416a6","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"4b2f22f309ebf5bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4b2f22f309ebf5bf","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"6508ef6c09cffa65","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6508ef6c09cffa65","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"88f739a3b2f91904","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f739a3b2f91904","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"3d237cc5786248f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d237cc5786248f8","status":"passed","time":{"start":1707737173818,"stop":1707737173819,"duration":1}},{"uid":"1f1851d2f98682c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f1851d2f98682c3","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"283eea6c3cee0763840db8a2640833e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b62d6e73f9aed059","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b62d6e73f9aed059","status":"passed","time":{"start":1707792800000,"stop":1707792800000,"duration":0}},{"uid":"b0956836d4b5716a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0956836d4b5716a","status":"passed","time":{"start":1707777749082,"stop":1707777749083,"duration":1}},{"uid":"80b53e97d410e495","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/80b53e97d410e495","status":"passed","time":{"start":1707775025517,"stop":1707775025518,"duration":1}},{"uid":"4f0d2b81ab082d0e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f0d2b81ab082d0e","status":"passed","time":{"start":1707774827052,"stop":1707774827053,"duration":1}},{"uid":"d43a29ca1a0fa86c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d43a29ca1a0fa86c","status":"passed","time":{"start":1707769774618,"stop":1707769774619,"duration":1}},{"uid":"f8876d26a0c30c5a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8876d26a0c30c5a","status":"passed","time":{"start":1707769627284,"stop":1707769627285,"duration":1}},{"uid":"82374cabb599d3ee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/82374cabb599d3ee","status":"passed","time":{"start":1707759722019,"stop":1707759722019,"duration":0}},{"uid":"58b810a826842a18","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58b810a826842a18","status":"passed","time":{"start":1707757416823,"stop":1707757416829,"duration":6}},{"uid":"93405b1f53074303","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93405b1f53074303","status":"passed","time":{"start":1707756046588,"stop":1707756046589,"duration":1}},{"uid":"159922295c04b595","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/159922295c04b595","status":"passed","time":{"start":1707753464661,"stop":1707753464661,"duration":0}},{"uid":"9269615d64b0c4ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9269615d64b0c4ca","status":"passed","time":{"start":1707753192926,"stop":1707753192927,"duration":1}},{"uid":"eea1f8302affb0dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eea1f8302affb0dd","status":"passed","time":{"start":1707750593499,"stop":1707750593500,"duration":1}},{"uid":"de6df0619fd5ae2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de6df0619fd5ae2d","status":"passed","time":{"start":1707736510871,"stop":1707736510871,"duration":0}},{"uid":"8ea4c93f84cdafb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ea4c93f84cdafb1","status":"passed","time":{"start":1707735692277,"stop":1707735692278,"duration":1}}]},"a4bd1ceec3e714658f838fd37e893d6f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a9a68f77966de11","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a9a68f77966de11","status":"passed","time":{"start":1707793392503,"stop":1707793392504,"duration":1}},{"uid":"d634b1598ad19bf4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d634b1598ad19bf4","status":"passed","time":{"start":1707778370028,"stop":1707778370029,"duration":1}},{"uid":"a6ff3dbd88a32b6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a6ff3dbd88a32b6c","status":"passed","time":{"start":1707775644357,"stop":1707775644358,"duration":1}},{"uid":"7b0ad1870eabbb85","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b0ad1870eabbb85","status":"passed","time":{"start":1707775439255,"stop":1707775439258,"duration":3}},{"uid":"b19b4d8a6679482a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19b4d8a6679482a","status":"passed","time":{"start":1707770376997,"stop":1707770376997,"duration":0}},{"uid":"c55cd4dff62ca5ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c55cd4dff62ca5ec","status":"passed","time":{"start":1707770140537,"stop":1707770140538,"duration":1}},{"uid":"d267614957314773","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d267614957314773","status":"passed","time":{"start":1707760337682,"stop":1707760337682,"duration":0}},{"uid":"5ad25f35976a2766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ad25f35976a2766","status":"passed","time":{"start":1707758026469,"stop":1707758026469,"duration":0}},{"uid":"88a26630556c50fb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88a26630556c50fb","status":"passed","time":{"start":1707756656801,"stop":1707756656801,"duration":0}},{"uid":"b7ed8d10741cca98","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7ed8d10741cca98","status":"passed","time":{"start":1707753960365,"stop":1707753960365,"duration":0}},{"uid":"6f8b90d61cdcf4ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f8b90d61cdcf4ec","status":"passed","time":{"start":1707753819777,"stop":1707753819777,"duration":0}},{"uid":"25db387ee2326c20","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25db387ee2326c20","status":"passed","time":{"start":1707751157939,"stop":1707751157939,"duration":0}},{"uid":"d625e180882e402a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d625e180882e402a","status":"passed","time":{"start":1707737112734,"stop":1707737112734,"duration":0}},{"uid":"d1cad39fd753b803","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1cad39fd753b803","status":"passed","time":{"start":1707736314165,"stop":1707736314166,"duration":1}}]},"d5269639c708458a87d4d292173bc4a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e70ce637e93453d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e70ce637e93453d3","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}}]},"602050537ce95f65c0a643de2852b74a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b1aaad778b5dc454","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1aaad778b5dc454","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0}},{"uid":"7646de0339f5b8a2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7646de0339f5b8a2","status":"passed","time":{"start":1707778326667,"stop":1707778326667,"duration":0}},{"uid":"eca089fe1f8b2e73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eca089fe1f8b2e73","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"30c29216703463a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30c29216703463a8","status":"passed","time":{"start":1707775405807,"stop":1707775405808,"duration":1}},{"uid":"a99f85e3e9cae80b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a99f85e3e9cae80b","status":"passed","time":{"start":1707770339591,"stop":1707770339591,"duration":0}},{"uid":"87d1c9a36bb09918","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87d1c9a36bb09918","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"ce588728f87e9fd2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce588728f87e9fd2","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"5ec2b17fcc267cc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5ec2b17fcc267cc","status":"passed","time":{"start":1707757992699,"stop":1707757992700,"duration":1}},{"uid":"2114e47016c577dc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2114e47016c577dc","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"a2bae93b4b21bfea","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a2bae93b4b21bfea","status":"passed","time":{"start":1707753926589,"stop":1707753926590,"duration":1}},{"uid":"29892b6cf640cf52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/29892b6cf640cf52","status":"passed","time":{"start":1707753779033,"stop":1707753779034,"duration":1}},{"uid":"e62d757fc68ae4ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e62d757fc68ae4ac","status":"passed","time":{"start":1707751117676,"stop":1707751117676,"duration":0}},{"uid":"ed86b534627453b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed86b534627453b5","status":"passed","time":{"start":1707737065099,"stop":1707737065100,"duration":1}},{"uid":"fdcbcedde776c778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fdcbcedde776c778","status":"passed","time":{"start":1707736281628,"stop":1707736281629,"duration":1}}]},"5c693deb526ff5ab4c168dd3f07fcd83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e6268d77c27242fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6268d77c27242fb","status":"passed","time":{"start":1707793304785,"stop":1707793304786,"duration":1}},{"uid":"2eb858a5babb4af1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2eb858a5babb4af1","status":"passed","time":{"start":1707778270360,"stop":1707778270360,"duration":0}},{"uid":"c492b163cc88082f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c492b163cc88082f","status":"passed","time":{"start":1707775545746,"stop":1707775545747,"duration":1}},{"uid":"1e8919eb317ff046","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e8919eb317ff046","status":"passed","time":{"start":1707775359955,"stop":1707775359956,"duration":1}},{"uid":"ba403caf040f893","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba403caf040f893","status":"passed","time":{"start":1707770293502,"stop":1707770293502,"duration":0}},{"uid":"21cd967be031425e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/21cd967be031425e","status":"passed","time":{"start":1707770099498,"stop":1707770099499,"duration":1}},{"uid":"cceeb52d4e954876","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cceeb52d4e954876","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"1ada207d9815f83f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1ada207d9815f83f","status":"passed","time":{"start":1707757936358,"stop":1707757936358,"duration":0}},{"uid":"45a1828b06fa0fcb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/45a1828b06fa0fcb","status":"passed","time":{"start":1707756564915,"stop":1707756564915,"duration":0}},{"uid":"4bd19e7b7c3c02c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4bd19e7b7c3c02c6","status":"passed","time":{"start":1707753906987,"stop":1707753906988,"duration":1}},{"uid":"dd8b3bcd7b99d4af","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd8b3bcd7b99d4af","status":"passed","time":{"start":1707753724178,"stop":1707753724178,"duration":0}},{"uid":"ac72a27a3be80d08","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac72a27a3be80d08","status":"passed","time":{"start":1707751082966,"stop":1707751082966,"duration":0}},{"uid":"661fa1f2a8de0812","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/661fa1f2a8de0812","status":"passed","time":{"start":1707736996443,"stop":1707736996443,"duration":0}},{"uid":"afe3e79bcd66438c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/afe3e79bcd66438c","status":"passed","time":{"start":1707736227474,"stop":1707736227474,"duration":0}}]},"262bb108dcbf5a162a674476af5eae54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b00e6777e6e3bb77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b00e6777e6e3bb77","status":"passed","time":{"start":1707793012466,"stop":1707793012466,"duration":0}},{"uid":"569eb59f8356ea44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/569eb59f8356ea44","status":"passed","time":{"start":1707777977660,"stop":1707777977660,"duration":0}},{"uid":"31d13a9d4bf07e5d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31d13a9d4bf07e5d","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"e18394b19c8b06d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e18394b19c8b06d3","status":"passed","time":{"start":1707775082007,"stop":1707775082008,"duration":1}},{"uid":"a867c869c30d4eb0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a867c869c30d4eb0","status":"passed","time":{"start":1707769999856,"stop":1707769999857,"duration":1}},{"uid":"a97a526b42e62327","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a97a526b42e62327","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"473d21e4f904d8b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/473d21e4f904d8b4","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"bbcbe08e2ae97c8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbcbe08e2ae97c8f","status":"passed","time":{"start":1707757624871,"stop":1707757624871,"duration":0}},{"uid":"db53da5e458d1b73","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db53da5e458d1b73","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"7980e90ae6c5d61d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7980e90ae6c5d61d","status":"passed","time":{"start":1707753651140,"stop":1707753651140,"duration":0}},{"uid":"625df75fd0cc31fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/625df75fd0cc31fc","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"322ee344f625a6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/322ee344f625a6a","status":"passed","time":{"start":1707750722038,"stop":1707750722038,"duration":0}},{"uid":"dec5f92f14865ccb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dec5f92f14865ccb","status":"passed","time":{"start":1707736708319,"stop":1707736708320,"duration":1}},{"uid":"729a132a4b691630","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/729a132a4b691630","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"dedadba8a654dbd7c15ccd95283b1ffe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac6ec4df665953a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac6ec4df665953a3","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0}},{"uid":"f8a8cbff062b4368","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8a8cbff062b4368","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"edfaf5992f643196","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/edfaf5992f643196","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"3cc63b15daf08789","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3cc63b15daf08789","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"a56a7947f3c96ab7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a56a7947f3c96ab7","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"3ce18e57c3a37d98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3ce18e57c3a37d98","status":"passed","time":{"start":1707770238693,"stop":1707770238693,"duration":0}},{"uid":"14bc6f56a106b2c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/14bc6f56a106b2c2","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"73d4fbc38e2ec54b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/73d4fbc38e2ec54b","status":"passed","time":{"start":1707758004335,"stop":1707758004335,"duration":0}},{"uid":"79ee904be6579aea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ee904be6579aea","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"d3b8494da9bf4876","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3b8494da9bf4876","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"9de13a1359284a75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9de13a1359284a75","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"805b429f962228c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/805b429f962228c","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ba379cc30543b7f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba379cc30543b7f9","status":"passed","time":{"start":1707737173825,"stop":1707737173825,"duration":0}},{"uid":"79149912f38f3f25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79149912f38f3f25","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"4f5504bba2853c4c42c7b817350ed03f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5f1ec872e47cbf3f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f1ec872e47cbf3f","status":"passed","time":{"start":1707792848128,"stop":1707792848128,"duration":0}},{"uid":"8917cc5dfeecc941","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8917cc5dfeecc941","status":"passed","time":{"start":1707777796752,"stop":1707777796752,"duration":0}},{"uid":"3ad3f75f34b912ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3ad3f75f34b912ef","status":"passed","time":{"start":1707775074351,"stop":1707775074352,"duration":1}},{"uid":"4532648fc56db3de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4532648fc56db3de","status":"passed","time":{"start":1707774894885,"stop":1707774894885,"duration":0}},{"uid":"36940ae2cca0f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36940ae2cca0f6","status":"passed","time":{"start":1707769822208,"stop":1707769822208,"duration":0}},{"uid":"c376280ea7234148","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c376280ea7234148","status":"passed","time":{"start":1707769675176,"stop":1707769675177,"duration":1}},{"uid":"4742102fa38f58f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4742102fa38f58f0","status":"passed","time":{"start":1707759769145,"stop":1707759769145,"duration":0}},{"uid":"908b67e69c4c96db","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/908b67e69c4c96db","status":"passed","time":{"start":1707757465315,"stop":1707757465316,"duration":1}},{"uid":"ab5aa9142f0d6a7e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab5aa9142f0d6a7e","status":"passed","time":{"start":1707756093659,"stop":1707756093659,"duration":0}},{"uid":"1b449e1701d8508e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1b449e1701d8508e","status":"passed","time":{"start":1707753515349,"stop":1707753515349,"duration":0}},{"uid":"da0155d4266772e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0155d4266772e","status":"passed","time":{"start":1707753244109,"stop":1707753244109,"duration":0}},{"uid":"25b9e35427e4035d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25b9e35427e4035d","status":"passed","time":{"start":1707750644847,"stop":1707750644848,"duration":1}},{"uid":"e29530a00c16518a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e29530a00c16518a","status":"passed","time":{"start":1707736558942,"stop":1707736558943,"duration":1}},{"uid":"9d8ed7e8fa43ef68","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d8ed7e8fa43ef68","status":"passed","time":{"start":1707735741831,"stop":1707735741832,"duration":1}}]},"4b983f7324ba88fab612ad1a3c34265b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4557d616f0b57c84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4557d616f0b57c84","status":"passed","time":{"start":1707793392502,"stop":1707793392502,"duration":0}},{"uid":"a08856a07d02b33f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a08856a07d02b33f","status":"passed","time":{"start":1707778370027,"stop":1707778370027,"duration":0}},{"uid":"d9ceef2df37972a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9ceef2df37972a0","status":"passed","time":{"start":1707775644355,"stop":1707775644355,"duration":0}},{"uid":"92d4cde3e83e61d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/92d4cde3e83e61d","status":"passed","time":{"start":1707775439253,"stop":1707775439253,"duration":0}},{"uid":"412b69b031b2b1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/412b69b031b2b1a7","status":"passed","time":{"start":1707770376995,"stop":1707770376996,"duration":1}},{"uid":"d434de6dc0eb6a07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d434de6dc0eb6a07","status":"passed","time":{"start":1707770140536,"stop":1707770140536,"duration":0}},{"uid":"3d1e2233329a69de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d1e2233329a69de","status":"passed","time":{"start":1707760337681,"stop":1707760337681,"duration":0}},{"uid":"2b679186563fe31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b679186563fe31b","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"97a8c2c806b14342","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/97a8c2c806b14342","status":"passed","time":{"start":1707756656798,"stop":1707756656799,"duration":1}},{"uid":"56a824550cd9acb7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/56a824550cd9acb7","status":"passed","time":{"start":1707753960363,"stop":1707753960363,"duration":0}},{"uid":"97d3f032be6bc50b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/97d3f032be6bc50b","status":"passed","time":{"start":1707753819776,"stop":1707753819776,"duration":0}},{"uid":"2e2903da921c352c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e2903da921c352c","status":"passed","time":{"start":1707751157936,"stop":1707751157937,"duration":1}},{"uid":"6d3ca7bf0cc3a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3ca7bf0cc3a14","status":"passed","time":{"start":1707737112732,"stop":1707737112733,"duration":1}},{"uid":"e5d85a6cae39e560","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5d85a6cae39e560","status":"passed","time":{"start":1707736314164,"stop":1707736314164,"duration":0}}]},"25c9f92c6c05763d6a05409dac4d77ca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"75bcbeaa40f7b9d0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75bcbeaa40f7b9d0","status":"passed","time":{"start":1707792792549,"stop":1707792792549,"duration":0}},{"uid":"6206c054bf074d66","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6206c054bf074d66","status":"passed","time":{"start":1707777741286,"stop":1707777741286,"duration":0}},{"uid":"1e5d109674051f73","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1e5d109674051f73","status":"passed","time":{"start":1707775017701,"stop":1707775017702,"duration":1}},{"uid":"f9c482e0b42b47b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9c482e0b42b47b5","status":"passed","time":{"start":1707774819159,"stop":1707774819159,"duration":0}},{"uid":"646c82f5bc73d915","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/646c82f5bc73d915","status":"passed","time":{"start":1707769766684,"stop":1707769766684,"duration":0}},{"uid":"f3469a69a5edbf28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3469a69a5edbf28","status":"passed","time":{"start":1707769619250,"stop":1707769619250,"duration":0}},{"uid":"398c4d8f37b756b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/398c4d8f37b756b1","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"d389ba3ca19ce900","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d389ba3ca19ce900","status":"passed","time":{"start":1707757408922,"stop":1707757408923,"duration":1}},{"uid":"450bae27dea325d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/450bae27dea325d8","status":"passed","time":{"start":1707756038650,"stop":1707756038650,"duration":0}},{"uid":"13008b657cdded4c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13008b657cdded4c","status":"passed","time":{"start":1707753456820,"stop":1707753456820,"duration":0}},{"uid":"c03030b96472aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c03030b96472aff","status":"passed","time":{"start":1707753185027,"stop":1707753185027,"duration":0}},{"uid":"a87f31a5259bc5cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a87f31a5259bc5cb","status":"passed","time":{"start":1707750585690,"stop":1707750585691,"duration":1}},{"uid":"e892c9cf1d7866d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e892c9cf1d7866d0","status":"passed","time":{"start":1707736503243,"stop":1707736503244,"duration":1}},{"uid":"411495905f91a19f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/411495905f91a19f","status":"passed","time":{"start":1707735684540,"stop":1707735684541,"duration":1}}]},"126ef0c38a93fe123cedda3d406f6396:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f04ba08d7736d6dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f04ba08d7736d6dd","status":"passed","time":{"start":1707760095404,"stop":1707760095404,"duration":0}}]},"8682590413abc6a2795b7c94eaeb7a49:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"149d1c7158a6104b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/149d1c7158a6104b","status":"passed","time":{"start":1707793168682,"stop":1707793168684,"duration":2}},{"uid":"5ee3f5122245bb7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ee3f5122245bb7","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"2390a8dc584c72b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2390a8dc584c72b1","status":"passed","time":{"start":1707775409486,"stop":1707775409486,"duration":0}},{"uid":"dbdc1d9114e6d76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dbdc1d9114e6d76","status":"passed","time":{"start":1707775219999,"stop":1707775219999,"duration":0}},{"uid":"ac662093166956c0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac662093166956c0","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"f9108c86c707a7de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9108c86c707a7de","status":"passed","time":{"start":1707769994544,"stop":1707769994545,"duration":1}},{"uid":"7ceae96e787e2308","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7ceae96e787e2308","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"b1c5a2500ca36eac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c5a2500ca36eac","status":"passed","time":{"start":1707757804299,"stop":1707757804300,"duration":1}},{"uid":"74808431b01b0e31","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74808431b01b0e31","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"e2ddf5d094d6824","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ddf5d094d6824","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"e6f8b0081e2a37c0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6f8b0081e2a37c0","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"9ca64168a8a3f328","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9ca64168a8a3f328","status":"passed","time":{"start":1707750964807,"stop":1707750964808,"duration":1}},{"uid":"d14572bd2ed34797","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d14572bd2ed34797","status":"passed","time":{"start":1707736890439,"stop":1707736890440,"duration":1}},{"uid":"3aa02924569a1748","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3aa02924569a1748","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"9b3a0aa697ffbe4c6fc2b8521278f2a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3b866e0ccf578bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b866e0ccf578bf","status":"passed","time":{"start":1707751162323,"stop":1707751162323,"duration":0}}]},"5c6d336787c0777f98063b4d08b0b5a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7e70ea98897c54a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7e70ea98897c54a2","status":"passed","time":{"start":1707792878416,"stop":1707792878416,"duration":0}},{"uid":"806f8b6dada15613","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/806f8b6dada15613","status":"passed","time":{"start":1707777826932,"stop":1707777826933,"duration":1}},{"uid":"885c80ed4fd1fb81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/885c80ed4fd1fb81","status":"passed","time":{"start":1707775103555,"stop":1707775103556,"duration":1}},{"uid":"82fc967656c75df6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/82fc967656c75df6","status":"passed","time":{"start":1707774906444,"stop":1707774906444,"duration":0}},{"uid":"44cb93a9ba7b6758","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44cb93a9ba7b6758","status":"passed","time":{"start":1707769852804,"stop":1707769852805,"duration":1}},{"uid":"8a54efcf2f34b3e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a54efcf2f34b3e8","status":"passed","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"44c201017079f49d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44c201017079f49d","status":"passed","time":{"start":1707759800532,"stop":1707759800533,"duration":1}},{"uid":"b6d3b310706d36ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b6d3b310706d36ad","status":"passed","time":{"start":1707757496503,"stop":1707757496504,"duration":1}},{"uid":"13e4c57c2a30b484","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/13e4c57c2a30b484","status":"passed","time":{"start":1707756124839,"stop":1707756124840,"duration":1}},{"uid":"bbf770427d2a0467","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbf770427d2a0467","status":"passed","time":{"start":1707753544142,"stop":1707753544142,"duration":0}},{"uid":"8e11dc4bc91edfc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e11dc4bc91edfc","status":"passed","time":{"start":1707753273868,"stop":1707753273869,"duration":1}},{"uid":"b52b6f45eaf926fe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b52b6f45eaf926fe","status":"passed","time":{"start":1707750672012,"stop":1707750672013,"duration":1}},{"uid":"12e61a18de78d9b5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/12e61a18de78d9b5","status":"passed","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"f58550f2f8b62562","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f58550f2f8b62562","status":"passed","time":{"start":1707735772598,"stop":1707735772598,"duration":0}}]},"ffcb76397cff7aa11a3622b6aaa187bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b4bcd8fe3fd8f4e2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b4bcd8fe3fd8f4e2","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"duration":0}},{"uid":"95fb9343acb76dee","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95fb9343acb76dee","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"85ce9145c6ccbb7d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85ce9145c6ccbb7d","status":"passed","time":{"start":1707775040579,"stop":1707775040579,"duration":0}},{"uid":"3ef618ce2ab11800","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ef618ce2ab11800","status":"passed","time":{"start":1707774842473,"stop":1707774842474,"duration":1}},{"uid":"e7efc4408d106eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7efc4408d106eae","status":"passed","time":{"start":1707769789804,"stop":1707769789805,"duration":1}},{"uid":"41f66814d4b9cdc8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f66814d4b9cdc8","status":"passed","time":{"start":1707769642600,"stop":1707769642600,"duration":0}},{"uid":"aa3f8545d92195eb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aa3f8545d92195eb","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"5fa0fd3124133a6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5fa0fd3124133a6a","status":"passed","time":{"start":1707757432393,"stop":1707757432393,"duration":0}},{"uid":"f922ffabeafd68f8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f922ffabeafd68f8","status":"passed","time":{"start":1707756061420,"stop":1707756061421,"duration":1}},{"uid":"a3f8bcb314315985","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3f8bcb314315985","status":"passed","time":{"start":1707753479974,"stop":1707753479975,"duration":1}},{"uid":"47d90ec02b35162a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/47d90ec02b35162a","status":"passed","time":{"start":1707753208673,"stop":1707753208673,"duration":0}},{"uid":"79041000f1a69082","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79041000f1a69082","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"291479623e7d4d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/291479623e7d4d6","status":"passed","time":{"start":1707736526330,"stop":1707736526331,"duration":1}},{"uid":"671e073ca66364b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/671e073ca66364b8","status":"passed","time":{"start":1707735708007,"stop":1707735708007,"duration":0}}]},"38d69d61f1f1583efcd1e759eaeed2c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4d128f90bb1d3332","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d128f90bb1d3332","status":"passed","time":{"start":1707793088062,"stop":1707793088062,"duration":0}},{"uid":"6e49b6e912d2f82d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e49b6e912d2f82d","status":"passed","time":{"start":1707778034786,"stop":1707778034786,"duration":0}},{"uid":"4c6d5d9825a4e2a0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4c6d5d9825a4e2a0","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"6c0a70b60647c4e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c0a70b60647c4e","status":"passed","time":{"start":1707775129517,"stop":1707775129517,"duration":0}},{"uid":"1d6b9378e332bed6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6b9378e332bed6","status":"passed","time":{"start":1707770055875,"stop":1707770055876,"duration":1}},{"uid":"5a67123891356ce1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a67123891356ce1","status":"passed","time":{"start":1707769919572,"stop":1707769919572,"duration":0}},{"uid":"41fcde10ded8c07a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/41fcde10ded8c07a","status":"passed","time":{"start":1707760025485,"stop":1707760025486,"duration":1}},{"uid":"8ac3102f151b66f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ac3102f151b66f4","status":"passed","time":{"start":1707757709188,"stop":1707757709189,"duration":1}},{"uid":"d5637206f87d6233","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d5637206f87d6233","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"a9d7d8a0fa14bfd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9d7d8a0fa14bfd0","status":"passed","time":{"start":1707753751251,"stop":1707753751251,"duration":0}},{"uid":"63f4eec0bb61613","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/63f4eec0bb61613","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"8a508e39a2e2b63a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a508e39a2e2b63a","status":"passed","time":{"start":1707750881806,"stop":1707750881807,"duration":1}},{"uid":"fe999c297e77ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe999c297e77ce30","status":"passed","time":{"start":1707736800765,"stop":1707736800766,"duration":1}},{"uid":"2dc6eb7b3f291a06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2dc6eb7b3f291a06","status":"passed","time":{"start":1707736013454,"stop":1707736013454,"duration":0}}]},"28ae076e1a0aa9a7835543ff0538f3f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"12dc2c49a7aecbeb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/12dc2c49a7aecbeb","status":"passed","time":{"start":1707793153215,"stop":1707793153215,"duration":0}},{"uid":"fc4b807ca1645ffd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc4b807ca1645ffd","status":"passed","time":{"start":1707778114667,"stop":1707778114668,"duration":1}},{"uid":"c611a7704710dc1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c611a7704710dc1b","status":"passed","time":{"start":1707775395370,"stop":1707775395370,"duration":0}},{"uid":"ad8e6f60def43973","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8e6f60def43973","status":"passed","time":{"start":1707775205623,"stop":1707775205623,"duration":0}},{"uid":"45f6b1e94af14c95","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45f6b1e94af14c95","status":"passed","time":{"start":1707770131697,"stop":1707770131697,"duration":0}},{"uid":"3c681cedf2f57e20","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c681cedf2f57e20","status":"passed","time":{"start":1707769983270,"stop":1707769983271,"duration":1}},{"uid":"9aec5ca2f3745ff0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9aec5ca2f3745ff0","status":"passed","time":{"start":1707760095397,"stop":1707760095397,"duration":0}},{"uid":"a73208b73e94357b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a73208b73e94357b","status":"passed","time":{"start":1707757790729,"stop":1707757790729,"duration":0}},{"uid":"39aa4884635e1cd4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39aa4884635e1cd4","status":"passed","time":{"start":1707756409539,"stop":1707756409540,"duration":1}},{"uid":"3b4e09bc044f3adb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3b4e09bc044f3adb","status":"passed","time":{"start":1707753793184,"stop":1707753793184,"duration":0}},{"uid":"65995ba6464591fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/65995ba6464591fc","status":"passed","time":{"start":1707753573524,"stop":1707753573524,"duration":0}},{"uid":"683118f1536b1d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/683118f1536b1d5b","status":"passed","time":{"start":1707750953971,"stop":1707750953971,"duration":0}},{"uid":"7e4c611c6b35693a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e4c611c6b35693a","status":"passed","time":{"start":1707736878961,"stop":1707736878961,"duration":0}},{"uid":"705addae23fb10e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/705addae23fb10e8","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"b39461aee7d78c2426ff3cb37df56036:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3cd1b5dbc98b3526","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cd1b5dbc98b3526","status":"passed","time":{"start":1707792800804,"stop":1707792800804,"duration":0}},{"uid":"4529898190b8b08e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4529898190b8b08e","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"ca3a218aceb3b610","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca3a218aceb3b610","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"c993d3ee9cbcaf96","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c993d3ee9cbcaf96","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"ca3489251f0a65fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca3489251f0a65fa","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"24983a0ece8673c6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/24983a0ece8673c6","status":"passed","time":{"start":1707769628075,"stop":1707769628076,"duration":1}},{"uid":"b36edf07227d4e19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b36edf07227d4e19","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"abe1116e86efee78","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abe1116e86efee78","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"e433b29ddd2ebd10","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e433b29ddd2ebd10","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"76671a3eeeffc6b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76671a3eeeffc6b","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"73c6d2e92b4c0402","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73c6d2e92b4c0402","status":"passed","time":{"start":1707753193771,"stop":1707753193772,"duration":1}},{"uid":"e7cfdc7fdc4f3a2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e7cfdc7fdc4f3a2","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"e2cc0f611b427b8f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e2cc0f611b427b8f","status":"passed","time":{"start":1707736511728,"stop":1707736511728,"duration":0}},{"uid":"310f9e4542ed76b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/310f9e4542ed76b8","status":"passed","time":{"start":1707735693120,"stop":1707735693121,"duration":1}}]},"db42ca8e13734a8e96829e5f7eb957f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"26c153f82772071f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/26c153f82772071f","status":"passed","time":{"start":1707737124650,"stop":1707737124653,"duration":3}}]},"49f2ecb53d8ba7cb55285273d745d275:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7c4571254ab86bb4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c4571254ab86bb4","status":"passed","time":{"start":1707792792551,"stop":1707792792551,"duration":0}},{"uid":"ffbd8880a72d3f0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ffbd8880a72d3f0e","status":"passed","time":{"start":1707777741288,"stop":1707777741288,"duration":0}},{"uid":"c7bb4695d0d097c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7bb4695d0d097c4","status":"passed","time":{"start":1707775017704,"stop":1707775017704,"duration":0}},{"uid":"4f19c5be654ca70c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f19c5be654ca70c","status":"passed","time":{"start":1707774819161,"stop":1707774819162,"duration":1}},{"uid":"2837b3c06df9adf7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2837b3c06df9adf7","status":"passed","time":{"start":1707769766686,"stop":1707769766687,"duration":1}},{"uid":"57e8b3095e179ded","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e8b3095e179ded","status":"passed","time":{"start":1707769619253,"stop":1707769619253,"duration":0}},{"uid":"9da46701e30b67d1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9da46701e30b67d1","status":"passed","time":{"start":1707759714509,"stop":1707759714510,"duration":1}},{"uid":"156e37e6523a52fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/156e37e6523a52fb","status":"passed","time":{"start":1707757408926,"stop":1707757408927,"duration":1}},{"uid":"c92d3600d27cb1ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c92d3600d27cb1ba","status":"passed","time":{"start":1707756038653,"stop":1707756038653,"duration":0}},{"uid":"e2ff49d261550b54","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e2ff49d261550b54","status":"passed","time":{"start":1707753456822,"stop":1707753456822,"duration":0}},{"uid":"cafdde02d3d37722","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cafdde02d3d37722","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"7d777381cc07faff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7d777381cc07faff","status":"passed","time":{"start":1707750585693,"stop":1707750585693,"duration":0}},{"uid":"8f12c426907d0955","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f12c426907d0955","status":"passed","time":{"start":1707736503247,"stop":1707736503247,"duration":0}},{"uid":"e4376036d8ce8b15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e4376036d8ce8b15","status":"passed","time":{"start":1707735684543,"stop":1707735684543,"duration":0}}]},"ba507e470577c4067f55b7663aa142fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"51c0062d6234fbf7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51c0062d6234fbf7","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"2348c279460b06b9a847c6850e355c67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"5e5ed3e68b1194ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e5ed3e68b1194ef","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"duration":0}},{"uid":"96e333e10a583a58","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/96e333e10a583a58","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"38d6fd1e618bed1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/38d6fd1e618bed1b","status":"passed","time":{"start":1707775649286,"stop":1707775649286,"duration":0}},{"uid":"badb9cf83bbf95b5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/badb9cf83bbf95b5","status":"passed","time":{"start":1707775456619,"stop":1707775456620,"duration":1}},{"uid":"52ebd6dab5acf144","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ebd6dab5acf144","status":"passed","time":{"start":1707770393728,"stop":1707770393729,"duration":1}},{"uid":"20548902d2007bc3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20548902d2007bc3","status":"passed","time":{"start":1707770165178,"stop":1707770165187,"duration":9}},{"uid":"cc5bf33d85fdeef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cc5bf33d85fdeef","status":"passed","time":{"start":1707760340807,"stop":1707760340808,"duration":1}},{"uid":"b48fe76777e87fed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b48fe76777e87fed","status":"broken","statusDetails":"done() called multiple times in hook of file /home/runner/work/js-waku/js-waku/packages/tests/tests/filter/subscribe.node.spec.ts","time":{"start":1707758024237,"stop":1707758024238,"duration":1}},{"uid":"8bda614fefdf977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8bda614fefdf977","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"7aae9c9b51762da2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aae9c9b51762da2","status":"passed","time":{"start":1707753975681,"stop":1707753975682,"duration":1}},{"uid":"3b2227bf2e880a0f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3b2227bf2e880a0f","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"8af169a50b1b033f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8af169a50b1b033f","status":"passed","time":{"start":1707751167358,"stop":1707751167359,"duration":1}},{"uid":"38cd0b37246c644","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38cd0b37246c644","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"8a24b878c1f81684","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8a24b878c1f81684","status":"passed","time":{"start":1707736323080,"stop":1707736323080,"duration":0}}]},"d958029d6c975178c90213ca3a0e0c81:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"56fb749c89c9d74d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/56fb749c89c9d74d","status":"passed","time":{"start":1707793095139,"stop":1707793095139,"duration":0}},{"uid":"e8ec892e6933c653","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e8ec892e6933c653","status":"passed","time":{"start":1707778060802,"stop":1707778060802,"duration":0}},{"uid":"1c4c5885c62a746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c4c5885c62a746","status":"passed","time":{"start":1707775339578,"stop":1707775339579,"duration":1}},{"uid":"37be8e355779b5ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37be8e355779b5ee","status":"passed","time":{"start":1707775146026,"stop":1707775146027,"duration":1}},{"uid":"c08c2a9c4f797b5b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c08c2a9c4f797b5b","status":"passed","time":{"start":1707770077959,"stop":1707770077960,"duration":1}},{"uid":"f22eea9ba8e741f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f22eea9ba8e741f0","status":"passed","time":{"start":1707769941592,"stop":1707769941592,"duration":0}},{"uid":"ce7b01d2ad759e3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ce7b01d2ad759e3f","status":"passed","time":{"start":1707760043795,"stop":1707760043796,"duration":1}},{"uid":"885d7bb74422a506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/885d7bb74422a506","status":"passed","time":{"start":1707757737713,"stop":1707757737713,"duration":0}},{"uid":"d4658308a018c18b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4658308a018c18b","status":"passed","time":{"start":1707756354876,"stop":1707756354877,"duration":1}},{"uid":"ecb515062593ba84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ecb515062593ba84","status":"passed","time":{"start":1707753752605,"stop":1707753752605,"duration":0}},{"uid":"28405266d3168bf4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/28405266d3168bf4","status":"passed","time":{"start":1707753516213,"stop":1707753516213,"duration":0}},{"uid":"ceb124e64216d756","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ceb124e64216d756","status":"passed","time":{"start":1707750902027,"stop":1707750902027,"duration":0}},{"uid":"50a1eec0f013d6e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50a1eec0f013d6e8","status":"passed","time":{"start":1707736826035,"stop":1707736826036,"duration":1}},{"uid":"7146ed08ec51d06f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7146ed08ec51d06f","status":"passed","time":{"start":1707736021608,"stop":1707736021609,"duration":1}}]},"83a2157d5f0d31c7232c60f82ca41cd3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"302ccf76a93d20a2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/302ccf76a93d20a2","status":"passed","time":{"start":1707793446735,"stop":1707793446735,"duration":0}},{"uid":"62ae8f65f8ab6a7d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/62ae8f65f8ab6a7d","status":"passed","time":{"start":1707778413516,"stop":1707778413516,"duration":0}},{"uid":"7c5fa9c6dd4f5b92","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c5fa9c6dd4f5b92","status":"passed","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"bb6c917b01a7db67","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6c917b01a7db67","status":"passed","time":{"start":1707775494270,"stop":1707775494271,"duration":1}},{"uid":"1e9ecdd4e6d51310","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e9ecdd4e6d51310","status":"passed","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"266bbc46b10fa615","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/266bbc46b10fa615","status":"passed","time":{"start":1707770238681,"stop":1707770238681,"duration":0}},{"uid":"b46c1daf45897720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b46c1daf45897720","status":"passed","time":{"start":1707760374674,"stop":1707760374675,"duration":1}},{"uid":"f1f31c242b4d093e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1f31c242b4d093e","status":"passed","time":{"start":1707758004304,"stop":1707758004304,"duration":0}},{"uid":"640f4715e5e09ef7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640f4715e5e09ef7","status":"passed","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"8f3be6eaf93252c1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f3be6eaf93252c1","status":"passed","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"eeaecb02be603461","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eeaecb02be603461","status":"passed","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"429cd73517352e4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/429cd73517352e4d","status":"passed","time":{"start":1707751228957,"stop":1707751228957,"duration":0}},{"uid":"32c45b41c64d872f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/32c45b41c64d872f","status":"passed","time":{"start":1707737173814,"stop":1707737173815,"duration":1}},{"uid":"ecd3cc603a198bcf","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ecd3cc603a198bcf","status":"passed","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"05d13e4231b21a93ee57de8bd034416b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b0c17f4440db5449","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0c17f4440db5449","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0}},{"uid":"adb700bfe552336f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/adb700bfe552336f","status":"passed","time":{"start":1707778379764,"stop":1707778379764,"duration":0}},{"uid":"f7cfdb33e6fdcaec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7cfdb33e6fdcaec","status":"passed","time":{"start":1707775649288,"stop":1707775649288,"duration":0}},{"uid":"85054aed5e4ab878","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/85054aed5e4ab878","status":"passed","time":{"start":1707775456622,"stop":1707775456623,"duration":1}},{"uid":"ed6da84c39ab5ef7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed6da84c39ab5ef7","status":"passed","time":{"start":1707770393730,"stop":1707770393731,"duration":1}},{"uid":"e7d9d8fb10dacd07","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e7d9d8fb10dacd07","status":"passed","time":{"start":1707770165191,"stop":1707770165192,"duration":1}},{"uid":"87e1da8bb8240fd6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/87e1da8bb8240fd6","status":"passed","time":{"start":1707760340809,"stop":1707760340810,"duration":1}},{"uid":"659f070582e45c36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/659f070582e45c36","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"6240b89647d7603","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6240b89647d7603","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"6d2678eff895046a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6d2678eff895046a","status":"passed","time":{"start":1707753824711,"stop":1707753824711,"duration":0}},{"uid":"3e2978b34dd9aa34","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e2978b34dd9aa34","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"6022d2da9f4f287a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6022d2da9f4f287a","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"ac3989e59e23f93c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ac3989e59e23f93c","status":"passed","time":{"start":1707736323082,"stop":1707736323082,"duration":0}}]},"d02cb304ad44d17b59c0b6dd2dd0a620:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d1bd54f84788297","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d1bd54f84788297","status":"passed","time":{"start":1707792800805,"stop":1707792800805,"duration":0}},{"uid":"a0eebd169271c6d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a0eebd169271c6d5","status":"passed","time":{"start":1707777749835,"stop":1707777749835,"duration":0}},{"uid":"bf53b8e542b95f39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bf53b8e542b95f39","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"cdea8d876f1abb83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cdea8d876f1abb83","status":"passed","time":{"start":1707774827847,"stop":1707774827847,"duration":0}},{"uid":"75cdb84c4885aaff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75cdb84c4885aaff","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"e0faef295f5032bc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0faef295f5032bc","status":"passed","time":{"start":1707769628076,"stop":1707769628077,"duration":1}},{"uid":"4c20675e975205c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4c20675e975205c2","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"5f2a0d16d9c1abe3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f2a0d16d9c1abe3","status":"passed","time":{"start":1707757417657,"stop":1707757417657,"duration":0}},{"uid":"e287eca7be8b878c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e287eca7be8b878c","status":"passed","time":{"start":1707756047290,"stop":1707756047290,"duration":0}},{"uid":"94b9f2adc5195e42","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94b9f2adc5195e42","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"9b9d416cef157221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9b9d416cef157221","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"f29efad49afe5872","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f29efad49afe5872","status":"passed","time":{"start":1707750594357,"stop":1707750594358,"duration":1}},{"uid":"56392d7f8c10080b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/56392d7f8c10080b","status":"passed","time":{"start":1707736511729,"stop":1707736511729,"duration":0}},{"uid":"bad176f9f0aa86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bad176f9f0aa86","status":"passed","time":{"start":1707735693121,"stop":1707735693122,"duration":1}}]},"6c2e634b9dc9f2777e156803411d64eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ae41c5920a30cd3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae41c5920a30cd3e","status":"passed","time":{"start":1707793012514,"stop":1707793012514,"duration":0}},{"uid":"dc8cbac83d19e8d3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc8cbac83d19e8d3","status":"passed","time":{"start":1707777977674,"stop":1707777977675,"duration":1}},{"uid":"538dca336f2897ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/538dca336f2897ce","status":"passed","time":{"start":1707775258473,"stop":1707775258473,"duration":0}},{"uid":"2ae874be3c8087be","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2ae874be3c8087be","status":"passed","time":{"start":1707775082035,"stop":1707775082036,"duration":1}},{"uid":"17ae69826e4e109c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17ae69826e4e109c","status":"passed","time":{"start":1707769999878,"stop":1707769999878,"duration":0}},{"uid":"4daca129cef2bed0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4daca129cef2bed0","status":"passed","time":{"start":1707769841911,"stop":1707769841912,"duration":1}},{"uid":"acc63f676652be78","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acc63f676652be78","status":"passed","time":{"start":1707759921466,"stop":1707759921466,"duration":0}},{"uid":"3088fb93aa86b418","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3088fb93aa86b418","status":"passed","time":{"start":1707757624891,"stop":1707757624892,"duration":1}},{"uid":"22b9b15eecab061","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/22b9b15eecab061","status":"passed","time":{"start":1707756261844,"stop":1707756261845,"duration":1}},{"uid":"799b450313d32210","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/799b450313d32210","status":"passed","time":{"start":1707753651191,"stop":1707753651192,"duration":1}},{"uid":"a7aed392c1344a79","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7aed392c1344a79","status":"passed","time":{"start":1707753409609,"stop":1707753409610,"duration":1}},{"uid":"581c49712a1e4f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/581c49712a1e4f55","status":"passed","time":{"start":1707750722059,"stop":1707750722060,"duration":1}},{"uid":"85c27812274830d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/85c27812274830d3","status":"passed","time":{"start":1707736708338,"stop":1707736708339,"duration":1}},{"uid":"9c339e3daddc3bd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c339e3daddc3bd","status":"passed","time":{"start":1707735914399,"stop":1707735914400,"duration":1}}]},"525b4a1bb6b28f9b3d9961aadf7f3542:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"623e5ac6e09c2f39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/623e5ac6e09c2f39","status":"passed","time":{"start":1707760301810,"stop":1707760301810,"duration":0}}]},"063029445ded32ca5eff3c3b1fb11b4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4049212aa2aab7b3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4049212aa2aab7b3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}}]},"b5fbe4de0f65b0c7acad19e2cd479e6b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e189addd65cf4d62","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e189addd65cf4d62","status":"passed","time":{"start":1707793012484,"stop":1707793012485,"duration":1}},{"uid":"8b535eba848a941f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b535eba848a941f","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"6f66dfe6ff0a78e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f66dfe6ff0a78e1","status":"passed","time":{"start":1707775258457,"stop":1707775258457,"duration":0}},{"uid":"941c6f3bc77d5f07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941c6f3bc77d5f07","status":"passed","time":{"start":1707775082019,"stop":1707775082020,"duration":1}},{"uid":"dcd4e5b292f8a81d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd4e5b292f8a81d","status":"passed","time":{"start":1707769999864,"stop":1707769999864,"duration":0}},{"uid":"bef75511cc2bad35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bef75511cc2bad35","status":"passed","time":{"start":1707769841900,"stop":1707769841901,"duration":1}},{"uid":"c5baaccdecd589dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c5baaccdecd589dd","status":"passed","time":{"start":1707759921455,"stop":1707759921455,"duration":0}},{"uid":"e970d67bfcccc286","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e970d67bfcccc286","status":"passed","time":{"start":1707757624877,"stop":1707757624878,"duration":1}},{"uid":"fe425bb50864a16e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe425bb50864a16e","status":"passed","time":{"start":1707756261776,"stop":1707756261776,"duration":0}},{"uid":"57ebf91ab90dd443","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57ebf91ab90dd443","status":"passed","time":{"start":1707753651168,"stop":1707753651169,"duration":1}},{"uid":"a70ecb37d1e76910","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a70ecb37d1e76910","status":"passed","time":{"start":1707753409587,"stop":1707753409587,"duration":0}},{"uid":"1b7615e2f187732d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1b7615e2f187732d","status":"passed","time":{"start":1707750722050,"stop":1707750722051,"duration":1}},{"uid":"6afbda95bf73891c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6afbda95bf73891c","status":"passed","time":{"start":1707736708330,"stop":1707736708330,"duration":0}},{"uid":"d12b7f577996215f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d12b7f577996215f","status":"passed","time":{"start":1707735914386,"stop":1707735914386,"duration":0}}]},"d92f1b71d14260c10ba9c744c7995622:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7b7809f6a44db87a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b7809f6a44db87a","status":"passed","time":{"start":1707792800002,"stop":1707792800003,"duration":1}},{"uid":"fe8e76a30443f782","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe8e76a30443f782","status":"passed","time":{"start":1707777749088,"stop":1707777749089,"duration":1}},{"uid":"fd3e24849bda072e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd3e24849bda072e","status":"passed","time":{"start":1707775025522,"stop":1707775025523,"duration":1}},{"uid":"dd4d1642c5ddc60f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd4d1642c5ddc60f","status":"passed","time":{"start":1707774827055,"stop":1707774827055,"duration":0}},{"uid":"27c52fdd7f63c869","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/27c52fdd7f63c869","status":"passed","time":{"start":1707769774623,"stop":1707769774624,"duration":1}},{"uid":"955079a80fed7f4c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/955079a80fed7f4c","status":"passed","time":{"start":1707769627287,"stop":1707769627287,"duration":0}},{"uid":"72123905fa415f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72123905fa415f23","status":"passed","time":{"start":1707759722024,"stop":1707759722025,"duration":1}},{"uid":"ee2d058cd6362dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee2d058cd6362dc7","status":"passed","time":{"start":1707757416831,"stop":1707757416831,"duration":0}},{"uid":"bc22ca7a5e0d677","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc22ca7a5e0d677","status":"passed","time":{"start":1707756046590,"stop":1707756046591,"duration":1}},{"uid":"13423970596a6832","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13423970596a6832","status":"passed","time":{"start":1707753464663,"stop":1707753464664,"duration":1}},{"uid":"334246c016408cbc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/334246c016408cbc","status":"passed","time":{"start":1707753192931,"stop":1707753192931,"duration":0}},{"uid":"90a1ed84954855ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90a1ed84954855ae","status":"passed","time":{"start":1707750593502,"stop":1707750593503,"duration":1}},{"uid":"126f02786be8c8c3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/126f02786be8c8c3","status":"passed","time":{"start":1707736510875,"stop":1707736510875,"duration":0}},{"uid":"4186f257c4f5004","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4186f257c4f5004","status":"passed","time":{"start":1707735692282,"stop":1707735692283,"duration":1}}]},"1e94d23ab23324d7c4773ba9e319d9e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45c39cdd845606e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45c39cdd845606e5","status":"passed","time":{"start":1707753573530,"stop":1707753573530,"duration":0}}]},"46650b72499c92577e1bd413ce6a6fda:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a737c065e4b26a4c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a737c065e4b26a4c","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}}]},"16822a1766d8608312f0f568cf362cc0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6b10fc4c337d3340","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b10fc4c337d3340","status":"passed","time":{"start":1707793399646,"stop":1707793399647,"duration":1}},{"uid":"3c0d4672e1314cc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3c0d4672e1314cc4","status":"passed","time":{"start":1707778379763,"stop":1707778379763,"duration":0}},{"uid":"d20c59fd830afce3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20c59fd830afce3","status":"passed","time":{"start":1707775649287,"stop":1707775649287,"duration":0}},{"uid":"d8e7b6ee025dca09","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d8e7b6ee025dca09","status":"passed","time":{"start":1707775456620,"stop":1707775456622,"duration":2}},{"uid":"f5d594b4851742e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5d594b4851742e8","status":"passed","time":{"start":1707770393729,"stop":1707770393730,"duration":1}},{"uid":"2521b89c4958677","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2521b89c4958677","status":"passed","time":{"start":1707770165189,"stop":1707770165190,"duration":1}},{"uid":"545e0f3c309eff17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/545e0f3c309eff17","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"443daa18a86b2a18","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/443daa18a86b2a18","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"64577a7214ab3194","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/64577a7214ab3194","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"4280cad3961d3545","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4280cad3961d3545","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"55d1f73e2daa453e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55d1f73e2daa453e","status":"passed","time":{"start":1707751167360,"stop":1707751167360,"duration":0}},{"uid":"869bc49f9888f02d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/869bc49f9888f02d","status":"passed","time":{"start":1707737129080,"stop":1707737129081,"duration":1}},{"uid":"f1635bcfeb5c1313","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f1635bcfeb5c1313","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"4f028a51e8924ad9d7c2f2522cb925a9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9e99437b89c78946","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e99437b89c78946","status":"passed","time":{"start":1707793384586,"stop":1707793384587,"duration":1}},{"uid":"3d54c4579734b938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3d54c4579734b938","status":"passed","time":{"start":1707778360548,"stop":1707778360548,"duration":0}},{"uid":"a494579211bef150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a494579211bef150","status":"passed","time":{"start":1707775635823,"stop":1707775635823,"duration":0}},{"uid":"fe59beae2edde09a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fe59beae2edde09a","status":"passed","time":{"start":1707775436381,"stop":1707775436381,"duration":0}},{"uid":"ebf734d2fd18d743","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebf734d2fd18d743","status":"passed","time":{"start":1707770370966,"stop":1707770370966,"duration":0}},{"uid":"2d83c6fb25bcc132","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2d83c6fb25bcc132","status":"passed","time":{"start":1707770148426,"stop":1707770148426,"duration":0}},{"uid":"5d8932f185d235a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d8932f185d235a3","status":"passed","time":{"start":1707760329143,"stop":1707760329143,"duration":0}},{"uid":"fa87d9cb419b9164","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa87d9cb419b9164","status":"passed","time":{"start":1707758022104,"stop":1707758022105,"duration":1}},{"uid":"80150f8b24abb0ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80150f8b24abb0ac","status":"passed","time":{"start":1707756648883,"stop":1707756648888,"duration":5}},{"uid":"f9e361316d8c9015","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f9e361316d8c9015","status":"passed","time":{"start":1707753961166,"stop":1707753961166,"duration":0}},{"uid":"e069226dbe49001d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e069226dbe49001d","status":"passed","time":{"start":1707753814893,"stop":1707753814894,"duration":1}},{"uid":"74c5b3915cfee82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/74c5b3915cfee82a","status":"passed","time":{"start":1707737107924,"stop":1707737107924,"duration":0}},{"uid":"fb898df493366c82","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb898df493366c82","status":"passed","time":{"start":1707736309871,"stop":1707736309871,"duration":0}}]},"6685fde98d79af0e3e2e58e41370231f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3fb5e35ef242875b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3fb5e35ef242875b","status":"passed","time":{"start":1707792878411,"stop":1707792878412,"duration":1}},{"uid":"ca196f36b32414c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca196f36b32414c2","status":"passed","time":{"start":1707777826927,"stop":1707777826927,"duration":0}},{"uid":"d08c1c4de4c53d34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d08c1c4de4c53d34","status":"passed","time":{"start":1707775103552,"stop":1707775103552,"duration":0}},{"uid":"4ba20524fadfcd41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ba20524fadfcd41","status":"passed","time":{"start":1707774906441,"stop":1707774906441,"duration":0}},{"uid":"8908cd8928916ea7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8908cd8928916ea7","status":"passed","time":{"start":1707769852802,"stop":1707769852802,"duration":0}},{"uid":"d6f96458aa3497a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f96458aa3497a4","status":"passed","time":{"start":1707769706524,"stop":1707769706525,"duration":1}},{"uid":"46234c1f81e6bade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46234c1f81e6bade","status":"passed","time":{"start":1707759800529,"stop":1707759800529,"duration":0}},{"uid":"7c9c90e4e4830c31","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c9c90e4e4830c31","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"9abca46520dc0137","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9abca46520dc0137","status":"passed","time":{"start":1707756124834,"stop":1707756124835,"duration":1}},{"uid":"423f67b0b2f55a0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/423f67b0b2f55a0e","status":"passed","time":{"start":1707753544134,"stop":1707753544135,"duration":1}},{"uid":"69229c4d747c20ac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/69229c4d747c20ac","status":"passed","time":{"start":1707753273863,"stop":1707753273864,"duration":1}},{"uid":"667a7bf53311731a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/667a7bf53311731a","status":"passed","time":{"start":1707750672010,"stop":1707750672010,"duration":0}},{"uid":"a9a18124ce0b6d05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9a18124ce0b6d05","status":"passed","time":{"start":1707736588884,"stop":1707736588885,"duration":1}},{"uid":"8bf51165d27a873b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8bf51165d27a873b","status":"passed","time":{"start":1707735772594,"stop":1707735772594,"duration":0}}]},"57d70b2cb6f31be2728fe57fe3e0d54d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"267990520de738a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/267990520de738a7","status":"passed","time":{"start":1707793028274,"stop":1707793028275,"duration":1}},{"uid":"59e5256e043fd57c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/59e5256e043fd57c","status":"passed","time":{"start":1707777972997,"stop":1707777972998,"duration":1}},{"uid":"e64d7e4c40d7269b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e64d7e4c40d7269b","status":"passed","time":{"start":1707775244527,"stop":1707775244528,"duration":1}},{"uid":"5a77fba4cda0c905","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a77fba4cda0c905","status":"passed","time":{"start":1707775050816,"stop":1707775050816,"duration":0}},{"uid":"ab594840c6e935a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab594840c6e935a3","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"381da12171c18088","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/381da12171c18088","status":"passed","time":{"start":1707769843142,"stop":1707769843142,"duration":0}},{"uid":"9e938a207e469e40","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e938a207e469e40","status":"passed","time":{"start":1707759965191,"stop":1707759965192,"duration":1}},{"uid":"77d360f6e40120c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77d360f6e40120c2","status":"passed","time":{"start":1707757644388,"stop":1707757644388,"duration":0}},{"uid":"a86fe405765ca910","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a86fe405765ca910","status":"passed","time":{"start":1707756267903,"stop":1707756267904,"duration":1}},{"uid":"c97f071d81142ade","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c97f071d81142ade","status":"passed","time":{"start":1707753668029,"stop":1707753668030,"duration":1}},{"uid":"4ba3e86851b7afb2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4ba3e86851b7afb2","status":"passed","time":{"start":1707753423534,"stop":1707753423536,"duration":2}},{"uid":"5412c529f39f58c3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5412c529f39f58c3","status":"passed","time":{"start":1707750796029,"stop":1707750796029,"duration":0}},{"uid":"3db1a7d3c92f330a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3db1a7d3c92f330a","status":"passed","time":{"start":1707736730642,"stop":1707736730643,"duration":1}},{"uid":"ca0697d234a468be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca0697d234a468be","status":"passed","time":{"start":1707735912117,"stop":1707735912118,"duration":1}}]},"029d28d2d6cf7e377833a89f6aa8bab7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2eee805a613956a3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2eee805a613956a3","status":"passed","time":{"start":1707793238872,"stop":1707793238873,"duration":1}},{"uid":"fe64402cb1f4f7c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe64402cb1f4f7c2","status":"passed","time":{"start":1707778202480,"stop":1707778202481,"duration":1}},{"uid":"47cad5ad196469c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47cad5ad196469c6","status":"passed","time":{"start":1707775486626,"stop":1707775486627,"duration":1}},{"uid":"deaea763b7d961e6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/deaea763b7d961e6","status":"passed","time":{"start":1707775300136,"stop":1707775300136,"duration":0}},{"uid":"f100af6c9b87404e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f100af6c9b87404e","status":"passed","time":{"start":1707770234578,"stop":1707770234578,"duration":0}},{"uid":"7bbf70b6ebeb900b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7bbf70b6ebeb900b","status":"passed","time":{"start":1707770051377,"stop":1707770051377,"duration":0}},{"uid":"af25543a0a2f0fff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af25543a0a2f0fff","status":"passed","time":{"start":1707760174021,"stop":1707760174021,"duration":0}},{"uid":"fa452014b1c57929","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa452014b1c57929","status":"passed","time":{"start":1707757873921,"stop":1707757873922,"duration":1}},{"uid":"deb8b0f5efc5d35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/deb8b0f5efc5d35","status":"passed","time":{"start":1707756499904,"stop":1707756499905,"duration":1}},{"uid":"c962b215d834b49f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c962b215d834b49f","status":"passed","time":{"start":1707753870443,"stop":1707753870444,"duration":1}},{"uid":"ebf699269038ccae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ebf699269038ccae","status":"passed","time":{"start":1707753647509,"stop":1707753647510,"duration":1}},{"uid":"8adea621f4a46897","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8adea621f4a46897","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"7e45176d0a4ac03c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e45176d0a4ac03c","status":"passed","time":{"start":1707736947845,"stop":1707736947846,"duration":1}},{"uid":"21168fe77a8c369b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21168fe77a8c369b","status":"passed","time":{"start":1707736152503,"stop":1707736152504,"duration":1}}]},"25f20a4b01e669e1d7ccf9a151d029bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"706e5c2b9852269a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706e5c2b9852269a","status":"passed","time":{"start":1707760174030,"stop":1707760174031,"duration":1}}]},"157a8cb15ba38d6841cc7163c7b624e5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ded5d56cac4219d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ded5d56cac4219d1","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0}},{"uid":"4b5416d8ee996d99","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b5416d8ee996d99","status":"passed","time":{"start":1707778114671,"stop":1707778114671,"duration":0}},{"uid":"ff9cbd3d3cbed39c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff9cbd3d3cbed39c","status":"passed","time":{"start":1707775395373,"stop":1707775395373,"duration":0}},{"uid":"1cedba2ecbc6e545","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1cedba2ecbc6e545","status":"passed","time":{"start":1707775205626,"stop":1707775205626,"duration":0}},{"uid":"86b00576ebcc9e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86b00576ebcc9e9a","status":"passed","time":{"start":1707770131701,"stop":1707770131701,"duration":0}},{"uid":"ac5a21f41cb80f0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac5a21f41cb80f0f","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"4f28cb3efa8046b4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4f28cb3efa8046b4","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"b2899f201699da3b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2899f201699da3b","status":"passed","time":{"start":1707757790733,"stop":1707757790734,"duration":1}},{"uid":"208b1e424cf8ea98","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/208b1e424cf8ea98","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"38d8a945fd56baf5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/38d8a945fd56baf5","status":"passed","time":{"start":1707753793187,"stop":1707753793187,"duration":0}},{"uid":"c2c3b8cfbafed536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c2c3b8cfbafed536","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"be43061078b5f4d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/be43061078b5f4d4","status":"passed","time":{"start":1707750953978,"stop":1707750953978,"duration":0}},{"uid":"7d0cf54e0de3bd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d0cf54e0de3bd9","status":"passed","time":{"start":1707736878964,"stop":1707736878965,"duration":1}},{"uid":"93318dee70ba6fcc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/93318dee70ba6fcc","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"b40cd5e2428d3792bac2155e0a9bce97:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1b97547002e03220","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b97547002e03220","status":"passed","time":{"start":1707793238862,"stop":1707793238863,"duration":1}},{"uid":"6bda06b25e792005","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bda06b25e792005","status":"passed","time":{"start":1707778202464,"stop":1707778202465,"duration":1}},{"uid":"a583c65d06c4ce9f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a583c65d06c4ce9f","status":"passed","time":{"start":1707775486609,"stop":1707775486610,"duration":1}},{"uid":"595282dfa4250a9e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/595282dfa4250a9e","status":"passed","time":{"start":1707775300128,"stop":1707775300128,"duration":0}},{"uid":"c0abd36bf1436e9d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c0abd36bf1436e9d","status":"passed","time":{"start":1707770234570,"stop":1707770234570,"duration":0}},{"uid":"8018eb9d3a870406","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8018eb9d3a870406","status":"passed","time":{"start":1707770051361,"stop":1707770051361,"duration":0}},{"uid":"798e436780f26493","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/798e436780f26493","status":"passed","time":{"start":1707760173996,"stop":1707760173996,"duration":0}},{"uid":"d12be3a7c132359b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d12be3a7c132359b","status":"passed","time":{"start":1707757873905,"stop":1707757873905,"duration":0}},{"uid":"32fdccae028a2c22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32fdccae028a2c22","status":"passed","time":{"start":1707756499896,"stop":1707756499897,"duration":1}},{"uid":"956165c5574e4c79","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/956165c5574e4c79","status":"passed","time":{"start":1707753870423,"stop":1707753870423,"duration":0}},{"uid":"b8746c283df7e323","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b8746c283df7e323","status":"passed","time":{"start":1707753647464,"stop":1707753647464,"duration":0}},{"uid":"d4e4b77022cc3e5e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d4e4b77022cc3e5e","status":"passed","time":{"start":1707751019562,"stop":1707751019563,"duration":1}},{"uid":"51f81f2d0a9eaf84","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51f81f2d0a9eaf84","status":"passed","time":{"start":1707736947837,"stop":1707736947838,"duration":1}},{"uid":"d89ec88c1b8da73c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d89ec88c1b8da73c","status":"passed","time":{"start":1707736152496,"stop":1707736152497,"duration":1}}]},"543da2d33ef85e2dfed7622b735756fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cd5b5051a6d921c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd5b5051a6d921c","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"e4e72a8fa5b7d654e51f3e711026836b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ee0c5d6495e00e28","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee0c5d6495e00e28","status":"passed","time":{"start":1707793371096,"stop":1707793371096,"duration":0}},{"uid":"ec6268eae069ad00","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec6268eae069ad00","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"88c73138abe95e32","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/88c73138abe95e32","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"20e993ceb6505275","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/20e993ceb6505275","status":"passed","time":{"start":1707775390221,"stop":1707775390222,"duration":1}},{"uid":"48d879a9e04b932f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48d879a9e04b932f","status":"passed","time":{"start":1707770335596,"stop":1707770335597,"duration":1}},{"uid":"d54026700eb423d6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d54026700eb423d6","status":"passed","time":{"start":1707760301801,"stop":1707760301801,"duration":0}},{"uid":"c950942efd0fb7ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c950942efd0fb7ab","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"68fac36437a98e94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/68fac36437a98e94","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"d8ac271c3b727de5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8ac271c3b727de5","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"613a74f2d5112489","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/613a74f2d5112489","status":"passed","time":{"start":1707753782731,"stop":1707753782732,"duration":1}},{"uid":"c9d58bc3e2875d1c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d58bc3e2875d1c","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"8ee3b0b54b94b80a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ee3b0b54b94b80a","status":"passed","time":{"start":1707737091297,"stop":1707737091297,"duration":0}},{"uid":"aeb808fe28cf272d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aeb808fe28cf272d","status":"passed","time":{"start":1707736260117,"stop":1707736260118,"duration":1}}]},"86a53e5a04ed2abdfb829012d731ce1b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d55838876381600","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d55838876381600","status":"passed","time":{"start":1707793086602,"stop":1707793086602,"duration":0}},{"uid":"3a7cb167f6e736e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a7cb167f6e736e9","status":"passed","time":{"start":1707778058486,"stop":1707778058487,"duration":1}},{"uid":"87cc90417bd7a48a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/87cc90417bd7a48a","status":"passed","time":{"start":1707775337145,"stop":1707775337146,"duration":1}},{"uid":"a4ff69c15b8116db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a4ff69c15b8116db","status":"passed","time":{"start":1707775143599,"stop":1707775143599,"duration":0}},{"uid":"b5ba2cce04506e91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5ba2cce04506e91","status":"passed","time":{"start":1707770075682,"stop":1707770075683,"duration":1}},{"uid":"f2eac8e03041c253","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f2eac8e03041c253","status":"passed","time":{"start":1707769940207,"stop":1707769940207,"duration":0}},{"uid":"63985c11bf567dc5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/63985c11bf567dc5","status":"passed","time":{"start":1707760042458,"stop":1707760042458,"duration":0}},{"uid":"915d808faceecdf1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/915d808faceecdf1","status":"passed","time":{"start":1707757736392,"stop":1707757736393,"duration":1}},{"uid":"2feb5f00def3c0c1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2feb5f00def3c0c1","status":"passed","time":{"start":1707756352339,"stop":1707756352340,"duration":1}},{"uid":"449a65fc9e80e430","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/449a65fc9e80e430","status":"passed","time":{"start":1707753768708,"stop":1707753768709,"duration":1}},{"uid":"39b1365e3b1fd86f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39b1365e3b1fd86f","status":"passed","time":{"start":1707753512767,"stop":1707753512767,"duration":0}},{"uid":"2b9364830ab1e3a4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b9364830ab1e3a4","status":"passed","time":{"start":1707750899681,"stop":1707750899681,"duration":0}},{"uid":"9a2a4f5518e6285e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a2a4f5518e6285e","status":"passed","time":{"start":1707736822678,"stop":1707736822679,"duration":1}},{"uid":"d08da675dea8db0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d08da675dea8db0","status":"passed","time":{"start":1707736014741,"stop":1707736014742,"duration":1}}]},"616a707ea6255f6985c701d87f308721:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":12,"unknown":0,"total":13},"items":[{"uid":"38def58a22170086","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38def58a22170086","status":"passed","time":{"start":1707777997120,"stop":1707777997120,"duration":0}},{"uid":"9728532c40b25a38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9728532c40b25a38","status":"passed","time":{"start":1707775275758,"stop":1707775275758,"duration":0}},{"uid":"a3149816878be736","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a3149816878be736","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/single_node/subscribe.node.spec.ts)","time":{"start":1707775085897,"stop":1707775085897,"duration":0}},{"uid":"1efc86d6490e971d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1efc86d6490e971d","status":"passed","time":{"start":1707770018849,"stop":1707770018849,"duration":0}},{"uid":"484a1f380c2efa0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/484a1f380c2efa0e","status":"passed","time":{"start":1707769883330,"stop":1707769883330,"duration":0}},{"uid":"95abee5ee703a30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/95abee5ee703a30","status":"passed","time":{"start":1707759981480,"stop":1707759981481,"duration":1}},{"uid":"8cbd583b030f5694","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8cbd583b030f5694","status":"passed","time":{"start":1707757676050,"stop":1707757676051,"duration":1}},{"uid":"5a5881fb3a9b7ef6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5a5881fb3a9b7ef6","status":"passed","time":{"start":1707756304435,"stop":1707756304435,"duration":0}},{"uid":"b8f2e8b67baf4e2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8f2e8b67baf4e2a","status":"passed","time":{"start":1707753713266,"stop":1707753713267,"duration":1}},{"uid":"f9333a0c57dc281b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f9333a0c57dc281b","status":"passed","time":{"start":1707753448108,"stop":1707753448108,"duration":0}},{"uid":"e4acae91e3e17475","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4acae91e3e17475","status":"passed","time":{"start":1707750840054,"stop":1707750840054,"duration":0}},{"uid":"d9f84136fa01dce7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d9f84136fa01dce7","status":"passed","time":{"start":1707736765048,"stop":1707736765048,"duration":0}},{"uid":"ad19fab6eb889e03","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad19fab6eb889e03","status":"passed","time":{"start":1707735955264,"stop":1707735955264,"duration":0}}]},"cd1c199ba3cff6ab6f0a357d3cc43a2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cce35b23f96f09f0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cce35b23f96f09f0","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"6768c514e62af9499d64f2876ad1b958:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c774d776fc8ab575","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c774d776fc8ab575","status":"passed","time":{"start":1707793369036,"stop":1707793369037,"duration":1}},{"uid":"a20198cf565c3194","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a20198cf565c3194","status":"passed","time":{"start":1707778332051,"stop":1707778332051,"duration":0}},{"uid":"8bf4ca0cde68fef3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bf4ca0cde68fef3","status":"passed","time":{"start":1707775601727,"stop":1707775601727,"duration":0}},{"uid":"5cc271571505f2a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5cc271571505f2a5","status":"passed","time":{"start":1707775415220,"stop":1707775415220,"duration":0}},{"uid":"654f3b56788ce516","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/654f3b56788ce516","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"99f47c6677d03f76","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/99f47c6677d03f76","status":"passed","time":{"start":1707770103227,"stop":1707770103229,"duration":2}},{"uid":"e5291f7ff9bfcc17","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5291f7ff9bfcc17","status":"passed","time":{"start":1707760299493,"stop":1707760299493,"duration":0}},{"uid":"eac35a8e6071d85","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eac35a8e6071d85","status":"passed","time":{"start":1707757995161,"stop":1707757995162,"duration":1}},{"uid":"2b7c76041882d1cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b7c76041882d1cc","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"5fd54b7fa49162b6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5fd54b7fa49162b6","status":"passed","time":{"start":1707753925426,"stop":1707753925427,"duration":1}},{"uid":"b282c12c23c1a8d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b282c12c23c1a8d0","status":"passed","time":{"start":1707753785898,"stop":1707753785899,"duration":1}},{"uid":"d3919ff422f2a849","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3919ff422f2a849","status":"passed","time":{"start":1707751137103,"stop":1707751137103,"duration":0}},{"uid":"e135b7b49e84221c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e135b7b49e84221c","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"2ec44e9744017821","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ec44e9744017821","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"65413c2577c5ed151d3efbd0b2b656f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22b2c03219947e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22b2c03219947e51","status":"passed","time":{"start":1707792792547,"stop":1707792792548,"duration":1}},{"uid":"ca263dff0091ed83","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca263dff0091ed83","status":"passed","time":{"start":1707777741284,"stop":1707777741285,"duration":1}},{"uid":"925787f5572ff4f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/925787f5572ff4f9","status":"passed","time":{"start":1707775017700,"stop":1707775017700,"duration":0}},{"uid":"76e69ac03efb56c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76e69ac03efb56c0","status":"passed","time":{"start":1707774819158,"stop":1707774819158,"duration":0}},{"uid":"350038fe77584430","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/350038fe77584430","status":"passed","time":{"start":1707769766683,"stop":1707769766683,"duration":0}},{"uid":"5c4372106bea23d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c4372106bea23d5","status":"passed","time":{"start":1707769619246,"stop":1707769619247,"duration":1}},{"uid":"39d5e318ce0581dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d5e318ce0581dd","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"2474df7020a29a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2474df7020a29a6f","status":"passed","time":{"start":1707757408920,"stop":1707757408921,"duration":1}},{"uid":"4f328fbf36e75eaa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f328fbf36e75eaa","status":"passed","time":{"start":1707756038648,"stop":1707756038649,"duration":1}},{"uid":"dc03e1a93cf607f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dc03e1a93cf607f5","status":"passed","time":{"start":1707753456819,"stop":1707753456819,"duration":0}},{"uid":"8ecd5a5c94ae0c59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ecd5a5c94ae0c59","status":"passed","time":{"start":1707753185026,"stop":1707753185026,"duration":0}},{"uid":"d37803ec3ed9ce10","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d37803ec3ed9ce10","status":"passed","time":{"start":1707750585689,"stop":1707750585690,"duration":1}},{"uid":"fdc327b473696805","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdc327b473696805","status":"passed","time":{"start":1707736503241,"stop":1707736503242,"duration":1}},{"uid":"29e99ddab98e7492","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29e99ddab98e7492","status":"passed","time":{"start":1707735684539,"stop":1707735684540,"duration":1}}]},"7e48da6a07eda3c9d829363fccd0abf2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c877d88e800e0ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8c877d88e800e0ad","status":"passed","time":{"start":1707793371108,"stop":1707793371109,"duration":1}},{"uid":"d65dc63da6b54220","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d65dc63da6b54220","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"287982de8a2cdd19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/287982de8a2cdd19","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"32aedfccb9377581","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/32aedfccb9377581","status":"passed","time":{"start":1707775390237,"stop":1707775390238,"duration":1}},{"uid":"a954f7a94ada029e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a954f7a94ada029e","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"ef43f4d1b2cc4a34","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef43f4d1b2cc4a34","status":"passed","time":{"start":1707769968721,"stop":1707769968722,"duration":1}},{"uid":"af8fef5aae686c2e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8fef5aae686c2e","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"738e49df2ce6cd36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/738e49df2ce6cd36","status":"passed","time":{"start":1707758006714,"stop":1707758006715,"duration":1}},{"uid":"3240346548fafca5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3240346548fafca5","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ebc02c60c6799be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ebc02c60c6799be","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"a516b2046154440f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a516b2046154440f","status":"passed","time":{"start":1707753782761,"stop":1707753782762,"duration":1}},{"uid":"9f663d4b24aec647","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f663d4b24aec647","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"2866f7ff5a7fddfd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2866f7ff5a7fddfd","status":"passed","time":{"start":1707737091349,"stop":1707737091349,"duration":0}},{"uid":"702e2b0b369dae85","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/702e2b0b369dae85","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"713a95328ac8f822756ed1917a2e3407:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d5510c9489c8545e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d5510c9489c8545e","status":"passed","time":{"start":1707793238866,"stop":1707793238866,"duration":0}},{"uid":"6ba30d426a4fe95f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ba30d426a4fe95f","status":"passed","time":{"start":1707778202475,"stop":1707778202476,"duration":1}},{"uid":"7787ae850162c6ce","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7787ae850162c6ce","status":"passed","time":{"start":1707775486615,"stop":1707775486616,"duration":1}},{"uid":"67bdcb2ea247dd8b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67bdcb2ea247dd8b","status":"passed","time":{"start":1707775300131,"stop":1707775300131,"duration":0}},{"uid":"eaaf00acc2b9b4bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eaaf00acc2b9b4bd","status":"passed","time":{"start":1707770234573,"stop":1707770234574,"duration":1}},{"uid":"201c5a21991c2bcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/201c5a21991c2bcc","status":"passed","time":{"start":1707770051363,"stop":1707770051364,"duration":1}},{"uid":"75ef734656f3a439","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/75ef734656f3a439","status":"passed","time":{"start":1707760174011,"stop":1707760174012,"duration":1}},{"uid":"687e01a19bf7647d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/687e01a19bf7647d","status":"passed","time":{"start":1707757873910,"stop":1707757873917,"duration":7}},{"uid":"23fadfdc7e218d63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/23fadfdc7e218d63","status":"passed","time":{"start":1707756499900,"stop":1707756499900,"duration":0}},{"uid":"6721f2c3605b4ffd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6721f2c3605b4ffd","status":"passed","time":{"start":1707753870426,"stop":1707753870426,"duration":0}},{"uid":"afc3ee815a3ac30d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afc3ee815a3ac30d","status":"passed","time":{"start":1707753647497,"stop":1707753647497,"duration":0}},{"uid":"c5c10950ecd5af6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c5c10950ecd5af6a","status":"passed","time":{"start":1707751019565,"stop":1707751019565,"duration":0}},{"uid":"7b6d4656eec4aebd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b6d4656eec4aebd","status":"passed","time":{"start":1707736947840,"stop":1707736947841,"duration":1}},{"uid":"dfc2593fb1f79ad7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dfc2593fb1f79ad7","status":"passed","time":{"start":1707736152499,"stop":1707736152500,"duration":1}}]},"2933e7d7b2f9ed43c36bef8a1347caf0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a035552ef488137d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a035552ef488137d","status":"passed","time":{"start":1707793371116,"stop":1707793371116,"duration":0}}]},"d69b90a40412201ad3f115d478e406ef:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e5ad979e83de90f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e5ad979e83de90f","status":"passed","time":{"start":1707792849459,"stop":1707792849460,"duration":1}},{"uid":"5b19231e5b55de02","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b19231e5b55de02","status":"passed","time":{"start":1707777798762,"stop":1707777798762,"duration":0}},{"uid":"d20dfdede6bd30fe","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d20dfdede6bd30fe","status":"passed","time":{"start":1707775072151,"stop":1707775072151,"duration":0}},{"uid":"e31f334974b09a9a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e31f334974b09a9a","status":"passed","time":{"start":1707774880419,"stop":1707774880420,"duration":1}},{"uid":"30583484cf060d7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30583484cf060d7c","status":"passed","time":{"start":1707769825074,"stop":1707769825075,"duration":1}},{"uid":"317c2ad7f47d5c98","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/317c2ad7f47d5c98","status":"passed","time":{"start":1707769677703,"stop":1707769677706,"duration":3}},{"uid":"1258cf9a81875b00","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1258cf9a81875b00","status":"passed","time":{"start":1707759769673,"stop":1707759769674,"duration":1}},{"uid":"fc37ac223cc6546f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc37ac223cc6546f","status":"passed","time":{"start":1707757468638,"stop":1707757468638,"duration":0}},{"uid":"601ad2be3b35e057","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/601ad2be3b35e057","status":"passed","time":{"start":1707756096178,"stop":1707756096180,"duration":2}},{"uid":"58f6fdc6629494cf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58f6fdc6629494cf","status":"passed","time":{"start":1707753517974,"stop":1707753517975,"duration":1}},{"uid":"1067d3122c598f5f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1067d3122c598f5f","status":"passed","time":{"start":1707753244728,"stop":1707753244729,"duration":1}},{"uid":"8a40d904e96ac004","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a40d904e96ac004","status":"passed","time":{"start":1707750643520,"stop":1707750643520,"duration":0}},{"uid":"37ff88baaea15224","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37ff88baaea15224","status":"passed","time":{"start":1707736558646,"stop":1707736558646,"duration":0}},{"uid":"4ea0398471c8ce38","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ea0398471c8ce38","status":"passed","time":{"start":1707735743496,"stop":1707735743507,"duration":11}}]},"f248704e2b65823722fef4ea08528e23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f64cde6e15acf61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f64cde6e15acf61","status":"passed","time":{"start":1707793153212,"stop":1707793153213,"duration":1}},{"uid":"6bf3a0add9bf1a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6bf3a0add9bf1a5e","status":"passed","time":{"start":1707778114662,"stop":1707778114663,"duration":1}},{"uid":"9580c2b808b91c7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9580c2b808b91c7b","status":"passed","time":{"start":1707775395368,"stop":1707775395368,"duration":0}},{"uid":"7e35d6b5fc29dd35","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7e35d6b5fc29dd35","status":"passed","time":{"start":1707775205621,"stop":1707775205621,"duration":0}},{"uid":"8f183c9e6553580e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8f183c9e6553580e","status":"passed","time":{"start":1707770131693,"stop":1707770131695,"duration":2}},{"uid":"e0457a82dde465f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0457a82dde465f1","status":"passed","time":{"start":1707769983263,"stop":1707769983265,"duration":2}},{"uid":"46e74ed58dbb1cc6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46e74ed58dbb1cc6","status":"passed","time":{"start":1707760095395,"stop":1707760095395,"duration":0}},{"uid":"45f3fb090d38f967","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45f3fb090d38f967","status":"passed","time":{"start":1707757790725,"stop":1707757790725,"duration":0}},{"uid":"c402795ee6a9a805","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c402795ee6a9a805","status":"passed","time":{"start":1707756409537,"stop":1707756409537,"duration":0}},{"uid":"265e184521ce4ba3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/265e184521ce4ba3","status":"passed","time":{"start":1707753793181,"stop":1707753793181,"duration":0}},{"uid":"4466bcfb05a056a7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4466bcfb05a056a7","status":"passed","time":{"start":1707753573521,"stop":1707753573522,"duration":1}},{"uid":"80bccc7a770a37b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/80bccc7a770a37b1","status":"passed","time":{"start":1707750953969,"stop":1707750953969,"duration":0}},{"uid":"d41c09fe486fd8f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d41c09fe486fd8f9","status":"passed","time":{"start":1707736878958,"stop":1707736878959,"duration":1}},{"uid":"78e186e1a51d66e6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78e186e1a51d66e6","status":"passed","time":{"start":1707736081263,"stop":1707736081263,"duration":0}}]},"6bba0f4528bed3887287065f399abcb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9101a4679152edc7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9101a4679152edc7","status":"passed","time":{"start":1707792800007,"stop":1707792800008,"duration":1}},{"uid":"1a42c040938475e2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1a42c040938475e2","status":"passed","time":{"start":1707777749094,"stop":1707777749095,"duration":1}},{"uid":"c362ce3ee400dcdf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c362ce3ee400dcdf","status":"passed","time":{"start":1707775025527,"stop":1707775025528,"duration":1}},{"uid":"c939338dbdcdb082","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c939338dbdcdb082","status":"passed","time":{"start":1707774827058,"stop":1707774827061,"duration":3}},{"uid":"ac41648ca8a77ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac41648ca8a77ce7","status":"passed","time":{"start":1707769774629,"stop":1707769774630,"duration":1}},{"uid":"d887c406e112e221","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d887c406e112e221","status":"passed","time":{"start":1707769627290,"stop":1707769627290,"duration":0}},{"uid":"9d001c59658bae99","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d001c59658bae99","status":"passed","time":{"start":1707759722030,"stop":1707759722030,"duration":0}},{"uid":"8a8f2627d063e7a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a8f2627d063e7a","status":"passed","time":{"start":1707757416838,"stop":1707757416839,"duration":1}},{"uid":"a0dfc516ed3f6a36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0dfc516ed3f6a36","status":"passed","time":{"start":1707756046593,"stop":1707756046606,"duration":13}},{"uid":"d2b07f7afe04d508","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b07f7afe04d508","status":"passed","time":{"start":1707753464666,"stop":1707753464667,"duration":1}},{"uid":"9280ccb63468bcf6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9280ccb63468bcf6","status":"passed","time":{"start":1707753192937,"stop":1707753192937,"duration":0}},{"uid":"88e4a0d43e439725","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88e4a0d43e439725","status":"passed","time":{"start":1707750593505,"stop":1707750593506,"duration":1}},{"uid":"9d731018f44d1976","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d731018f44d1976","status":"passed","time":{"start":1707736510878,"stop":1707736510879,"duration":1}},{"uid":"ef94876b43233b5a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ef94876b43233b5a","status":"passed","time":{"start":1707735692289,"stop":1707735692290,"duration":1}}]},"6c964751053cbe5c30dacd35bed95023:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f7305cfb35af012","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7305cfb35af012","status":"passed","time":{"start":1707793012507,"stop":1707793012511,"duration":4}},{"uid":"e071922f0322cb03","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e071922f0322cb03","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"6d3429db9b598062","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6d3429db9b598062","status":"passed","time":{"start":1707775258466,"stop":1707775258466,"duration":0}},{"uid":"24c9d497d894df4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/24c9d497d894df4","status":"passed","time":{"start":1707775082031,"stop":1707775082031,"duration":0}},{"uid":"77f40b650b5b4afe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/77f40b650b5b4afe","status":"passed","time":{"start":1707769999875,"stop":1707769999875,"duration":0}},{"uid":"efe140c723343c7e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efe140c723343c7e","status":"passed","time":{"start":1707769841908,"stop":1707769841909,"duration":1}},{"uid":"7b1082b602be7279","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b1082b602be7279","status":"passed","time":{"start":1707759921462,"stop":1707759921462,"duration":0}},{"uid":"f2d213ae34c1573c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d213ae34c1573c","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"83bdeb03f73a759f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/83bdeb03f73a759f","status":"passed","time":{"start":1707756261833,"stop":1707756261834,"duration":1}},{"uid":"6f765cb4d5e2d398","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f765cb4d5e2d398","status":"passed","time":{"start":1707753651188,"stop":1707753651188,"duration":0}},{"uid":"687886af3c1d51ff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/687886af3c1d51ff","status":"passed","time":{"start":1707753409600,"stop":1707753409604,"duration":4}},{"uid":"90ec76c13cdc4b87","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/90ec76c13cdc4b87","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"cfe3948a2a95fef1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cfe3948a2a95fef1","status":"passed","time":{"start":1707736708335,"stop":1707736708336,"duration":1}},{"uid":"aa673cd8f5cc56ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa673cd8f5cc56ca","status":"passed","time":{"start":1707735914393,"stop":1707735914394,"duration":1}}]},"7a1f1625162dea6a19df34ddf052c945:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6457dc130342f3fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6457dc130342f3fa","status":"passed","time":{"start":1707792869304,"stop":1707792869305,"duration":1}},{"uid":"1c25b09f16352cdc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c25b09f16352cdc","status":"passed","time":{"start":1707777818742,"stop":1707777818743,"duration":1}},{"uid":"7270f375391d2021","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7270f375391d2021","status":"passed","time":{"start":1707775095410,"stop":1707775095410,"duration":0}},{"uid":"63d6fa4ed844087","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63d6fa4ed844087","status":"passed","time":{"start":1707774915339,"stop":1707774915340,"duration":1}},{"uid":"725f36f743b267cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/725f36f743b267cc","status":"passed","time":{"start":1707769844709,"stop":1707769844709,"duration":0}},{"uid":"e1619b1a29ce03a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1619b1a29ce03a4","status":"passed","time":{"start":1707769691797,"stop":1707769691797,"duration":0}},{"uid":"6400f07bdbe3c6dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6400f07bdbe3c6dc","status":"passed","time":{"start":1707759788944,"stop":1707759788944,"duration":0}},{"uid":"7fade6ed5fa9641f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7fade6ed5fa9641f","status":"passed","time":{"start":1707757488461,"stop":1707757488461,"duration":0}},{"uid":"e74182c17fa10b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74182c17fa10b54","status":"passed","time":{"start":1707756113396,"stop":1707756113396,"duration":0}},{"uid":"945628cc541b2aae","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/945628cc541b2aae","status":"passed","time":{"start":1707753533385,"stop":1707753533385,"duration":0}},{"uid":"eee781eb0f824f59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eee781eb0f824f59","status":"passed","time":{"start":1707753263798,"stop":1707753263798,"duration":0}},{"uid":"456806416a83f4c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/456806416a83f4c5","status":"passed","time":{"start":1707750661592,"stop":1707750661592,"duration":0}},{"uid":"d3c21985fff08850","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3c21985fff08850","status":"passed","time":{"start":1707736580002,"stop":1707736580003,"duration":1}},{"uid":"c3193031a34c68ed","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c3193031a34c68ed","status":"passed","time":{"start":1707735764683,"stop":1707735764684,"duration":1}}]},"9a0af2b5cc43fb62c086cad6069eb389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a4443511c88d268d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a4443511c88d268d","status":"passed","time":{"start":1707793086604,"stop":1707793086604,"duration":0}},{"uid":"7c41a57051589413","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c41a57051589413","status":"passed","time":{"start":1707778058488,"stop":1707778058488,"duration":0}},{"uid":"e171cf868d003ece","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e171cf868d003ece","status":"passed","time":{"start":1707775337147,"stop":1707775337148,"duration":1}},{"uid":"6fa7fc64a049f759","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6fa7fc64a049f759","status":"passed","time":{"start":1707775143600,"stop":1707775143600,"duration":0}},{"uid":"5b76bb849a4669ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b76bb849a4669ee","status":"passed","time":{"start":1707770075683,"stop":1707770075683,"duration":0}},{"uid":"2ea6f3a02f3ee46e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ea6f3a02f3ee46e","status":"passed","time":{"start":1707769940208,"stop":1707769940208,"duration":0}},{"uid":"f5fa47448d55328f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f5fa47448d55328f","status":"passed","time":{"start":1707760042459,"stop":1707760042459,"duration":0}},{"uid":"e6fa953151ec3dd9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e6fa953151ec3dd9","status":"passed","time":{"start":1707757736394,"stop":1707757736396,"duration":2}},{"uid":"a3f7a10bb27d94f5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3f7a10bb27d94f5","status":"passed","time":{"start":1707756352340,"stop":1707756352341,"duration":1}},{"uid":"e5a980448c87897d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5a980448c87897d","status":"passed","time":{"start":1707753768709,"stop":1707753768710,"duration":1}},{"uid":"96274e73bab4c7fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96274e73bab4c7fe","status":"passed","time":{"start":1707753512768,"stop":1707753512768,"duration":0}},{"uid":"823718d7ec59b708","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/823718d7ec59b708","status":"passed","time":{"start":1707750899682,"stop":1707750899682,"duration":0}},{"uid":"d28d5b330d5cd44f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d28d5b330d5cd44f","status":"passed","time":{"start":1707736822681,"stop":1707736822681,"duration":0}},{"uid":"39e6c6b4d1342a76","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/39e6c6b4d1342a76","status":"passed","time":{"start":1707736014742,"stop":1707736014743,"duration":1}}]},"fbd400264491138571ba5ec2e41821ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce243c211a28a184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce243c211a28a184","status":"passed","time":{"start":1707793012469,"stop":1707793012470,"duration":1}},{"uid":"625c5342064dbd49","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/625c5342064dbd49","status":"passed","time":{"start":1707777977662,"stop":1707777977662,"duration":0}},{"uid":"97dced019765ddb3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/97dced019765ddb3","status":"passed","time":{"start":1707775258452,"stop":1707775258453,"duration":1}},{"uid":"583cb5e479d8c966","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/583cb5e479d8c966","status":"passed","time":{"start":1707775082009,"stop":1707775082010,"duration":1}},{"uid":"dda2805c6a76dea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dda2805c6a76dea1","status":"passed","time":{"start":1707769999859,"stop":1707769999860,"duration":1}},{"uid":"8b325b93775e1e55","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8b325b93775e1e55","status":"passed","time":{"start":1707769841894,"stop":1707769841894,"duration":0}},{"uid":"52d5807ada75188","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52d5807ada75188","status":"passed","time":{"start":1707759921449,"stop":1707759921449,"duration":0}},{"uid":"66df3ae0c570eb2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66df3ae0c570eb2a","status":"passed","time":{"start":1707757624873,"stop":1707757624873,"duration":0}},{"uid":"eaf6116f80cca4f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eaf6116f80cca4f1","status":"passed","time":{"start":1707756261754,"stop":1707756261754,"duration":0}},{"uid":"5ee67ab5aa66ab7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ee67ab5aa66ab7f","status":"passed","time":{"start":1707753651143,"stop":1707753651144,"duration":1}},{"uid":"dfec36dc32c3926d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dfec36dc32c3926d","status":"passed","time":{"start":1707753409582,"stop":1707753409582,"duration":0}},{"uid":"58361b31888aae50","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/58361b31888aae50","status":"passed","time":{"start":1707750722040,"stop":1707750722045,"duration":5}},{"uid":"4fee544baa584d33","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4fee544baa584d33","status":"passed","time":{"start":1707736708324,"stop":1707736708325,"duration":1}},{"uid":"ad1d262a2b99cdb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ad1d262a2b99cdb","status":"passed","time":{"start":1707735914382,"stop":1707735914382,"duration":0}}]},"b5bb6aa3cc0759c3103ca0fe23cb5492:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9b9391897a88df0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b9391897a88df0d","status":"passed","time":{"start":1707793387156,"stop":1707793387157,"duration":1}},{"uid":"50d6d16620d9cb5b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50d6d16620d9cb5b","status":"passed","time":{"start":1707778357268,"stop":1707778357268,"duration":0}},{"uid":"966100cdee34aa8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/966100cdee34aa8","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"9ba6c0561cdb8bff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ba6c0561cdb8bff","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"6df8b426819fbd25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6df8b426819fbd25","status":"passed","time":{"start":1707770359155,"stop":1707770359155,"duration":0}},{"uid":"cd73fd582af5ab6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd73fd582af5ab6","status":"passed","time":{"start":1707770134574,"stop":1707770134575,"duration":1}},{"uid":"88df4754c567b8ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/88df4754c567b8ce","status":"passed","time":{"start":1707760319220,"stop":1707760319220,"duration":0}},{"uid":"7f64639c8170fc03","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f64639c8170fc03","status":"passed","time":{"start":1707758014869,"stop":1707758014869,"duration":0}},{"uid":"df0604db777fdd7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df0604db777fdd7c","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"d52ee4c39094ad8c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d52ee4c39094ad8c","status":"passed","time":{"start":1707753945998,"stop":1707753945999,"duration":1}},{"uid":"515716311084276a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515716311084276a","status":"passed","time":{"start":1707753803975,"stop":1707753803976,"duration":1}},{"uid":"5f0e31d9ca53023a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5f0e31d9ca53023a","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"58a20531c8f04ac7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58a20531c8f04ac7","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"30337436a6090587","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/30337436a6090587","status":"passed","time":{"start":1707736302667,"stop":1707736302667,"duration":0}}]},"3ea98957b5cb7d3b4544b188c0423fd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d3e30de67c4c2d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d3e30de67c4c2d9","status":"passed","time":{"start":1707793153230,"stop":1707793153230,"duration":0}},{"uid":"a6d75f3b564c72f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a6d75f3b564c72f1","status":"passed","time":{"start":1707778114681,"stop":1707778114682,"duration":1}},{"uid":"ef5873bbaf2aec34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef5873bbaf2aec34","status":"passed","time":{"start":1707775395382,"stop":1707775395382,"duration":0}},{"uid":"fc754611ddffe191","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc754611ddffe191","status":"passed","time":{"start":1707775205636,"stop":1707775205636,"duration":0}},{"uid":"ce27878d48fa8d2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce27878d48fa8d2b","status":"passed","time":{"start":1707770131713,"stop":1707770131713,"duration":0}},{"uid":"682e6995c793595b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682e6995c793595b","status":"passed","time":{"start":1707769983285,"stop":1707769983286,"duration":1}},{"uid":"5d5a63e17ee51668","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5d5a63e17ee51668","status":"passed","time":{"start":1707760095409,"stop":1707760095409,"duration":0}},{"uid":"8ecceef5052ef9b0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ecceef5052ef9b0","status":"passed","time":{"start":1707757790740,"stop":1707757790741,"duration":1}},{"uid":"cd26d48f7aa98c1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd26d48f7aa98c1b","status":"passed","time":{"start":1707756409552,"stop":1707756409553,"duration":1}},{"uid":"bada3d2cd618337b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bada3d2cd618337b","status":"passed","time":{"start":1707753793196,"stop":1707753793197,"duration":1}},{"uid":"8035bceabdd9cf22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8035bceabdd9cf22","status":"passed","time":{"start":1707753573537,"stop":1707753573538,"duration":1}},{"uid":"c884ad531c7692b4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c884ad531c7692b4","status":"passed","time":{"start":1707750953986,"stop":1707750953987,"duration":1}},{"uid":"9bb2732dace032a6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9bb2732dace032a6","status":"passed","time":{"start":1707736878973,"stop":1707736878973,"duration":0}},{"uid":"667e240c93ce3a8d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/667e240c93ce3a8d","status":"passed","time":{"start":1707736081278,"stop":1707736081278,"duration":0}}]},"c22ef29f7a6a4243764370ca0290073a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4a73f2968a4f9021","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a73f2968a4f9021","status":"passed","time":{"start":1707793012465,"stop":1707793012466,"duration":1}},{"uid":"4e818d8189018042","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4e818d8189018042","status":"passed","time":{"start":1707777977659,"stop":1707777977660,"duration":1}},{"uid":"90e7d5d0afe3dbbf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/90e7d5d0afe3dbbf","status":"passed","time":{"start":1707775258450,"stop":1707775258450,"duration":0}},{"uid":"bb6d1b7adecb4c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6d1b7adecb4c95","status":"passed","time":{"start":1707775081997,"stop":1707775082004,"duration":7}},{"uid":"e6c946f1f68adb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e6c946f1f68adb1","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"a06c7ac018d818f7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a06c7ac018d818f7","status":"passed","time":{"start":1707769841891,"stop":1707769841891,"duration":0}},{"uid":"f25fb3a0fea3ec2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f25fb3a0fea3ec2d","status":"passed","time":{"start":1707759921446,"stop":1707759921447,"duration":1}},{"uid":"759aed2e207e7e4d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/759aed2e207e7e4d","status":"passed","time":{"start":1707757624870,"stop":1707757624871,"duration":1}},{"uid":"56e0514112d44336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56e0514112d44336","status":"passed","time":{"start":1707756261746,"stop":1707756261747,"duration":1}},{"uid":"f16201ece0d54db8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f16201ece0d54db8","status":"passed","time":{"start":1707753651136,"stop":1707753651136,"duration":0}},{"uid":"fdd00599c6c95c3b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fdd00599c6c95c3b","status":"passed","time":{"start":1707753409579,"stop":1707753409580,"duration":1}},{"uid":"25cb6e830237f76d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/25cb6e830237f76d","status":"passed","time":{"start":1707750722037,"stop":1707750722038,"duration":1}},{"uid":"d766ab7f62a00374","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d766ab7f62a00374","status":"passed","time":{"start":1707736708318,"stop":1707736708319,"duration":1}},{"uid":"1dbdde0222ae1fc4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1dbdde0222ae1fc4","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"9775e23b36b001dd0df94df1f330912f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"28847ed8a12aa789","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28847ed8a12aa789","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0}},{"uid":"40b700a4aff8893e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40b700a4aff8893e","status":"passed","time":{"start":1707778338831,"stop":1707778338832,"duration":1}},{"uid":"bff49d0cb09909e1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bff49d0cb09909e1","status":"passed","time":{"start":1707775602012,"stop":1707775602013,"duration":1}},{"uid":"c4723d36a52e7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4723d36a52e7b","status":"passed","time":{"start":1707775390219,"stop":1707775390220,"duration":1}},{"uid":"3f00d15db25ad8f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f00d15db25ad8f8","status":"passed","time":{"start":1707770335593,"stop":1707770335594,"duration":1}},{"uid":"3d4fc4aabcb3910b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d4fc4aabcb3910b","status":"broken","statusDetails":"Timeout of 15000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/filter/push.node.spec.ts)","time":{"start":1707769968720,"stop":1707769968721,"duration":1}},{"uid":"1691685ecf94b374","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1691685ecf94b374","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"83a9b5a811c1789a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/83a9b5a811c1789a","status":"passed","time":{"start":1707758006702,"stop":1707758006703,"duration":1}},{"uid":"54abe516940de7e3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/54abe516940de7e3","status":"passed","time":{"start":1707756617032,"stop":1707756617033,"duration":1}},{"uid":"84373c8a73e63ae6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/84373c8a73e63ae6","status":"passed","time":{"start":1707753988873,"stop":1707753988874,"duration":1}},{"uid":"e52e48ed04d4228b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e52e48ed04d4228b","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"37495b6fa0baf1b9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/37495b6fa0baf1b9","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"a90ce22bb9866db1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a90ce22bb9866db1","status":"passed","time":{"start":1707737091295,"stop":1707737091295,"duration":0}},{"uid":"c218bc6ce75ab15","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218bc6ce75ab15","status":"passed","time":{"start":1707736260115,"stop":1707736260115,"duration":0}}]},"15d8fa3681f738923124b31fb1a6f5ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a717290248be4067","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a717290248be4067","status":"passed","time":{"start":1707792800817,"stop":1707792800818,"duration":1}},{"uid":"9c55f5d7fb6e628b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c55f5d7fb6e628b","status":"passed","time":{"start":1707777749847,"stop":1707777749847,"duration":0}},{"uid":"3bc1201ef57fcd29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3bc1201ef57fcd29","status":"passed","time":{"start":1707775026270,"stop":1707775026270,"duration":0}},{"uid":"89d0e10eeb245185","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/89d0e10eeb245185","status":"passed","time":{"start":1707774827858,"stop":1707774827859,"duration":1}},{"uid":"c113a33c729c954e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c113a33c729c954e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"adad8a3e37a08251","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/adad8a3e37a08251","status":"passed","time":{"start":1707769628089,"stop":1707769628089,"duration":0}},{"uid":"7f9ea101bad31e54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7f9ea101bad31e54","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"58fc1b76249c75e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58fc1b76249c75e3","status":"passed","time":{"start":1707757417669,"stop":1707757417669,"duration":0}},{"uid":"25da8daabb06e811","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/25da8daabb06e811","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"8e59477aaf9d9e2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e59477aaf9d9e2","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"8ec9a723bd5ee1ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8ec9a723bd5ee1ec","status":"passed","time":{"start":1707753193786,"stop":1707753193786,"duration":0}},{"uid":"89fe0cfc521fc944","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/89fe0cfc521fc944","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"6fd5131ae1e085d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6fd5131ae1e085d0","status":"passed","time":{"start":1707736511741,"stop":1707736511742,"duration":1}},{"uid":"325838315b47b4ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/325838315b47b4ca","status":"passed","time":{"start":1707735693129,"stop":1707735693129,"duration":0}}]},"a319fa3945ccae851acd728091820d37:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f73ba97c866ecfc6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f73ba97c866ecfc6","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"854ef5b2ef75ce2a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/854ef5b2ef75ce2a","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"200ac4492e14b2e3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/200ac4492e14b2e3","status":"passed","time":{"start":1707775026268,"stop":1707775026268,"duration":0}},{"uid":"571b5eca2aabc5ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/571b5eca2aabc5ad","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"8af38e2eb2baf574","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8af38e2eb2baf574","status":"passed","time":{"start":1707769775414,"stop":1707769775415,"duration":1}},{"uid":"4424293d355a4faa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4424293d355a4faa","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"ace4261bf7d0024c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ace4261bf7d0024c","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"dcc461be8efa8a79","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcc461be8efa8a79","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"567e8fe25e650320","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/567e8fe25e650320","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"1fb76b3a2bd29f61","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1fb76b3a2bd29f61","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"e12a808022bdbcf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e12a808022bdbcf1","status":"passed","time":{"start":1707753193784,"stop":1707753193785,"duration":1}},{"uid":"ede3766143752b7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ede3766143752b7a","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"55a796a925d485c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55a796a925d485c","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"84ef644533d51de1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84ef644533d51de1","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"753c7ba84a2a634209cc37749af1cdbb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4be9c11319b48c20","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4be9c11319b48c20","status":"passed","time":{"start":1707792800816,"stop":1707792800816,"duration":0}},{"uid":"1ac0148ad14492d2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1ac0148ad14492d2","status":"passed","time":{"start":1707777749845,"stop":1707777749845,"duration":0}},{"uid":"cd172820e67d6362","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd172820e67d6362","status":"passed","time":{"start":1707775026267,"stop":1707775026268,"duration":1}},{"uid":"b3f3398410661c18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b3f3398410661c18","status":"passed","time":{"start":1707774827857,"stop":1707774827857,"duration":0}},{"uid":"a42a54c89c5b2ec4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a42a54c89c5b2ec4","status":"passed","time":{"start":1707769775414,"stop":1707769775414,"duration":0}},{"uid":"2395248cf7dad3e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2395248cf7dad3e","status":"passed","time":{"start":1707769628087,"stop":1707769628087,"duration":0}},{"uid":"bf4e0ec77bacb098","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bf4e0ec77bacb098","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"2a1ecd9d84a926b1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a1ecd9d84a926b1","status":"passed","time":{"start":1707757417667,"stop":1707757417667,"duration":0}},{"uid":"950a6e0fc542c40b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/950a6e0fc542c40b","status":"passed","time":{"start":1707756047295,"stop":1707756047295,"duration":0}},{"uid":"fedf332c921541f8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fedf332c921541f8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"fe8fef3459f38c12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fe8fef3459f38c12","status":"passed","time":{"start":1707753193784,"stop":1707753193784,"duration":0}},{"uid":"29a8a0df19d57d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29a8a0df19d57d6","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"bdd06bbfec1677ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bdd06bbfec1677ce","status":"passed","time":{"start":1707736511739,"stop":1707736511740,"duration":1}},{"uid":"fcc7b9e7ea22ebe7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fcc7b9e7ea22ebe7","status":"passed","time":{"start":1707735693127,"stop":1707735693127,"duration":0}}]},"c80889964f9bf44ac84c4deb382545c2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b1490e6aa20990","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1490e6aa20990","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"duration":0}},{"uid":"e928d90ebc9703e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e928d90ebc9703e0","status":"passed","time":{"start":1707778179239,"stop":1707778179239,"duration":0}},{"uid":"3acfe22ed86190ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3acfe22ed86190ed","status":"passed","time":{"start":1707775471150,"stop":1707775471151,"duration":1}},{"uid":"700b8f068dd75351","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/700b8f068dd75351","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"58b7a4c63cf9d9b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b7a4c63cf9d9b","status":"passed","time":{"start":1707770210097,"stop":1707770210098,"duration":1}},{"uid":"a30d7d131e5c76aa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a30d7d131e5c76aa","status":"passed","time":{"start":1707770054149,"stop":1707770054150,"duration":1}},{"uid":"7830cdc7b235ba2d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7830cdc7b235ba2d","status":"passed","time":{"start":1707760163341,"stop":1707760163341,"duration":0}},{"uid":"5bd978badd8f93cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5bd978badd8f93cd","status":"passed","time":{"start":1707757853545,"stop":1707757853545,"duration":0}},{"uid":"9e9b5d0646604f4e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9e9b5d0646604f4e","status":"passed","time":{"start":1707756493175,"stop":1707756493175,"duration":0}},{"uid":"8f0c17e660e084c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8f0c17e660e084c0","status":"passed","time":{"start":1707753863567,"stop":1707753863568,"duration":1}},{"uid":"f343ab451e01acbe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f343ab451e01acbe","status":"passed","time":{"start":1707753657518,"stop":1707753657518,"duration":0}},{"uid":"d695170af9518600","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d695170af9518600","status":"passed","time":{"start":1707751014394,"stop":1707751014397,"duration":3}},{"uid":"764ff8745a7c5e2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/764ff8745a7c5e2c","status":"passed","time":{"start":1707736941413,"stop":1707736941413,"duration":0}},{"uid":"52a19b440d0147ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/52a19b440d0147ad","status":"passed","time":{"start":1707736158696,"stop":1707736158696,"duration":0}}]},"003b2c332f3fb935c86480112591f79a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"25402c778f185e5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/25402c778f185e5c","status":"passed","time":{"start":1707770395193,"stop":1707770395193,"duration":0}}]},"04c4a64ed1715b6c3d4d338538d8f782:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d4c437682596f0c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3d4c437682596f0c","status":"passed","time":{"start":1707736152510,"stop":1707736152511,"duration":1}}]},"b56f5b5f5d838fe16da773515c6a436c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"1fa04b77b6a5607c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1fa04b77b6a5607c","status":"passed","time":{"start":1707777997116,"stop":1707777997116,"duration":0}},{"uid":"186e63dffcc07127","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186e63dffcc07127","status":"passed","time":{"start":1707775275753,"stop":1707775275754,"duration":1}},{"uid":"f98eed215b06f196","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f98eed215b06f196","status":"passed","time":{"start":1707775085886,"stop":1707775085887,"duration":1}},{"uid":"7bd6685fb7ab6a21","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7bd6685fb7ab6a21","status":"passed","time":{"start":1707770018845,"stop":1707770018845,"duration":0}},{"uid":"c9ae64ab3a263fc9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9ae64ab3a263fc9","status":"passed","time":{"start":1707769883324,"stop":1707769883325,"duration":1}},{"uid":"916f05328ae64275","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/916f05328ae64275","status":"passed","time":{"start":1707759981464,"stop":1707759981465,"duration":1}},{"uid":"a6f1575efc8d02c2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a6f1575efc8d02c2","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"1c3fa22e0d0a9a97","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3fa22e0d0a9a97","status":"passed","time":{"start":1707756304430,"stop":1707756304431,"duration":1}},{"uid":"21a123764ac83bcb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/21a123764ac83bcb","status":"passed","time":{"start":1707753713251,"stop":1707753713251,"duration":0}},{"uid":"6bc456dc736f2a29","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6bc456dc736f2a29","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"bdbd82b94f60782b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bdbd82b94f60782b","status":"passed","time":{"start":1707750840043,"stop":1707750840043,"duration":0}},{"uid":"8cd8e9844a8f3f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8cd8e9844a8f3f72","status":"passed","time":{"start":1707736765020,"stop":1707736765020,"duration":0}},{"uid":"6715a9059b5f8538","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6715a9059b5f8538","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"4c78612da47dea854604d4cd1b33ac07:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e795fa83cfab8e6d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e795fa83cfab8e6d","status":"passed","time":{"start":1707792792592,"stop":1707792792593,"duration":1}},{"uid":"d84298ef58500244","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d84298ef58500244","status":"passed","time":{"start":1707777741515,"stop":1707777741515,"duration":0}},{"uid":"c1e49cdab40f4a50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c1e49cdab40f4a50","status":"passed","time":{"start":1707775017868,"stop":1707775017868,"duration":0}},{"uid":"941df1096280f2ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/941df1096280f2ee","status":"passed","time":{"start":1707774819297,"stop":1707774819297,"duration":0}},{"uid":"d3ac8adef3a128a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3ac8adef3a128a","status":"passed","time":{"start":1707769766846,"stop":1707769766847,"duration":1}},{"uid":"d3ce609a9b13ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d3ce609a9b13ee1d","status":"passed","time":{"start":1707769619599,"stop":1707769619599,"duration":0}},{"uid":"b2dfe3dd167e5c45","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b2dfe3dd167e5c45","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"edf5bbbbe6012e50","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edf5bbbbe6012e50","status":"passed","time":{"start":1707757409079,"stop":1707757409079,"duration":0}},{"uid":"160da9e0c716460a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160da9e0c716460a","status":"passed","time":{"start":1707756038945,"stop":1707756038945,"duration":0}},{"uid":"bc9a9cb41d0f0f65","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc9a9cb41d0f0f65","status":"passed","time":{"start":1707753457115,"stop":1707753457116,"duration":1}},{"uid":"5d030e6f8326825c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d030e6f8326825c","status":"passed","time":{"start":1707753185097,"stop":1707753185098,"duration":1}},{"uid":"277be6d737320279","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/277be6d737320279","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"f5ca9fd7e8ed2403","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f5ca9fd7e8ed2403","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"8026f11c2741aa2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8026f11c2741aa2e","status":"passed","time":{"start":1707735684651,"stop":1707735684652,"duration":1}}]},"1b972ff031fd955bef5f297f308d93cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"16408df251bec517","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/16408df251bec517","status":"passed","time":{"start":1707792907228,"stop":1707792907228,"duration":0}},{"uid":"872fb10964445932","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/872fb10964445932","status":"passed","time":{"start":1707777859850,"stop":1707777859851,"duration":1}},{"uid":"1d79392b0fd3ab55","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d79392b0fd3ab55","status":"passed","time":{"start":1707775133661,"stop":1707775133663,"duration":2}},{"uid":"3636cb0db9593160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3636cb0db9593160","status":"passed","time":{"start":1707774942678,"stop":1707774942679,"duration":1}},{"uid":"b020d4b2d7e59eb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b020d4b2d7e59eb8","status":"passed","time":{"start":1707769878811,"stop":1707769878812,"duration":1}},{"uid":"c9af06b87fa97208","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c9af06b87fa97208","status":"passed","time":{"start":1707769735030,"stop":1707769735031,"duration":1}},{"uid":"7cbc8bb09d2eecda","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cbc8bb09d2eecda","status":"passed","time":{"start":1707759831191,"stop":1707759831192,"duration":1}},{"uid":"4ab58f377c463f6b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ab58f377c463f6b","status":"passed","time":{"start":1707757528818,"stop":1707757528818,"duration":0}},{"uid":"aa0f40501f457415","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa0f40501f457415","status":"passed","time":{"start":1707756157288,"stop":1707756157288,"duration":0}},{"uid":"5dfde479c1933d2a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5dfde479c1933d2a","status":"passed","time":{"start":1707753578467,"stop":1707753578468,"duration":1}},{"uid":"4b73c8945ec4d49b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4b73c8945ec4d49b","status":"passed","time":{"start":1707753307883,"stop":1707753307884,"duration":1}},{"uid":"808ffa5bf9d18f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/808ffa5bf9d18f64","status":"passed","time":{"start":1707750703123,"stop":1707750703124,"duration":1}},{"uid":"241007ae1c3bfa24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/241007ae1c3bfa24","status":"passed","time":{"start":1707736629964,"stop":1707736629964,"duration":0}},{"uid":"3ef19e29b92833a4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3ef19e29b92833a4","status":"passed","time":{"start":1707735809085,"stop":1707735809086,"duration":1}}]},"097bc76fda18770e8c1809d1c295fcb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2dccef650911b1c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2dccef650911b1c","status":"passed","time":{"start":1707792792552,"stop":1707792792552,"duration":0}},{"uid":"366a4f26f0f4bbd5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/366a4f26f0f4bbd5","status":"passed","time":{"start":1707777741289,"stop":1707777741290,"duration":1}},{"uid":"9d409f59deddebb4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9d409f59deddebb4","status":"passed","time":{"start":1707775017705,"stop":1707775017706,"duration":1}},{"uid":"cc1209a48958ac00","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc1209a48958ac00","status":"passed","time":{"start":1707774819163,"stop":1707774819163,"duration":0}},{"uid":"7910db434b85a837","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7910db434b85a837","status":"passed","time":{"start":1707769766688,"stop":1707769766688,"duration":0}},{"uid":"78190f0fd95e30af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78190f0fd95e30af","status":"passed","time":{"start":1707769619255,"stop":1707769619255,"duration":0}},{"uid":"4775eb11ce86cd34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4775eb11ce86cd34","status":"passed","time":{"start":1707759714511,"stop":1707759714511,"duration":0}},{"uid":"c9af027c13846efa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c9af027c13846efa","status":"passed","time":{"start":1707757408929,"stop":1707757408929,"duration":0}},{"uid":"3724d4708421bce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3724d4708421bce9","status":"passed","time":{"start":1707756038655,"stop":1707756038656,"duration":1}},{"uid":"ac0f5d927532770a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0f5d927532770a","status":"passed","time":{"start":1707753456823,"stop":1707753456824,"duration":1}},{"uid":"fb08c020663b7ab4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb08c020663b7ab4","status":"passed","time":{"start":1707753185030,"stop":1707753185031,"duration":1}},{"uid":"9c61becdc7d694c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c61becdc7d694c7","status":"passed","time":{"start":1707750585694,"stop":1707750585695,"duration":1}},{"uid":"38e058ff7a0b2485","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/38e058ff7a0b2485","status":"passed","time":{"start":1707736503249,"stop":1707736503250,"duration":1}},{"uid":"539f0bfcc2a65012","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/539f0bfcc2a65012","status":"passed","time":{"start":1707735684544,"stop":1707735684545,"duration":1}}]},"0e944b3b19f45a515c592be688450598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4d71f87db05d5b1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d71f87db05d5b1e","status":"passed","time":{"start":1707793153221,"stop":1707793153222,"duration":1}},{"uid":"3cdb6e37b462ba0e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3cdb6e37b462ba0e","status":"passed","time":{"start":1707778114672,"stop":1707778114673,"duration":1}},{"uid":"1f4ae200ccc59111","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1f4ae200ccc59111","status":"passed","time":{"start":1707775395374,"stop":1707775395375,"duration":1}},{"uid":"917b909b2db5b77c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/917b909b2db5b77c","status":"passed","time":{"start":1707775205627,"stop":1707775205627,"duration":0}},{"uid":"59aecd4e453853fb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59aecd4e453853fb","status":"passed","time":{"start":1707770131702,"stop":1707770131702,"duration":0}},{"uid":"91af6cec93de4d6c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/91af6cec93de4d6c","status":"passed","time":{"start":1707769983275,"stop":1707769983275,"duration":0}},{"uid":"c2302009d2af56a4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c2302009d2af56a4","status":"passed","time":{"start":1707760095401,"stop":1707760095402,"duration":1}},{"uid":"e5e85b0e468fc6ba","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e5e85b0e468fc6ba","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"ae043258f4e836eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ae043258f4e836eb","status":"passed","time":{"start":1707756409543,"stop":1707756409544,"duration":1}},{"uid":"c0b67c2e0b19afa8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c0b67c2e0b19afa8","status":"passed","time":{"start":1707753793188,"stop":1707753793189,"duration":1}},{"uid":"8798bca824c55ac8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8798bca824c55ac8","status":"passed","time":{"start":1707753573528,"stop":1707753573528,"duration":0}},{"uid":"32d50991789313e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/32d50991789313e2","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"2669ed6cc368e063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2669ed6cc368e063","status":"passed","time":{"start":1707736878966,"stop":1707736878966,"duration":0}},{"uid":"95d35d12e380ade3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95d35d12e380ade3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"d70c1217af808eb49478cd548aa1cd8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c52e1adc348d868c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c52e1adc348d868c","status":"passed","time":{"start":1707758023543,"stop":1707758023544,"duration":1}}]},"c6c9198e475adfe928ddcc37f151cbe6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"93aa5b690af58224","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93aa5b690af58224","status":"passed","time":{"start":1707793168670,"stop":1707793168671,"duration":1}},{"uid":"2e6b1b716dcb1e81","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e6b1b716dcb1e81","status":"passed","time":{"start":1707778126343,"stop":1707778126343,"duration":0}},{"uid":"506733951c3d0293","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/506733951c3d0293","status":"passed","time":{"start":1707775409481,"stop":1707775409482,"duration":1}},{"uid":"1e7a1b011b01df9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1e7a1b011b01df9d","status":"passed","time":{"start":1707775219993,"stop":1707775219993,"duration":0}},{"uid":"ae0635c5863a2814","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ae0635c5863a2814","status":"passed","time":{"start":1707770142480,"stop":1707770142480,"duration":0}},{"uid":"f9655a296a0c28cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9655a296a0c28cb","status":"passed","time":{"start":1707769994533,"stop":1707769994534,"duration":1}},{"uid":"325d6991aa999065","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/325d6991aa999065","status":"passed","time":{"start":1707760106453,"stop":1707760106454,"duration":1}},{"uid":"eb3efdf0da4c3a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eb3efdf0da4c3a27","status":"passed","time":{"start":1707757804291,"stop":1707757804292,"duration":1}},{"uid":"aeb2fd209b31f89a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aeb2fd209b31f89a","status":"passed","time":{"start":1707756422341,"stop":1707756422341,"duration":0}},{"uid":"da99b01eb6fde58f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da99b01eb6fde58f","status":"passed","time":{"start":1707753796545,"stop":1707753796545,"duration":0}},{"uid":"c0ee35141f299ff2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0ee35141f299ff2","status":"passed","time":{"start":1707753586160,"stop":1707753586160,"duration":0}},{"uid":"18ed59fa071faea3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/18ed59fa071faea3","status":"passed","time":{"start":1707750964799,"stop":1707750964799,"duration":0}},{"uid":"60c994f510410ab0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60c994f510410ab0","status":"passed","time":{"start":1707736890433,"stop":1707736890433,"duration":0}},{"uid":"ce9e88ab3eafcc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce9e88ab3eafcc61","status":"passed","time":{"start":1707736096387,"stop":1707736096388,"duration":1}}]},"d907ef6dc8062cbeafed5346c0e5e563:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a4a05fcfdded94ca","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a05fcfdded94ca","status":"passed","time":{"start":1707777997116,"stop":1707777997117,"duration":1}},{"uid":"ddfe501818f4c656","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ddfe501818f4c656","status":"passed","time":{"start":1707775275754,"stop":1707775275754,"duration":0}},{"uid":"15df02a12225b2d6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15df02a12225b2d6","status":"passed","time":{"start":1707775085887,"stop":1707775085890,"duration":3}},{"uid":"9a8e7a1d3665fe5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9a8e7a1d3665fe5d","status":"passed","time":{"start":1707770018845,"stop":1707770018846,"duration":1}},{"uid":"5ef694ec759528de","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ef694ec759528de","status":"passed","time":{"start":1707769883325,"stop":1707769883325,"duration":0}},{"uid":"8967f8fd93bbdc88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8967f8fd93bbdc88","status":"passed","time":{"start":1707759981465,"stop":1707759981477,"duration":12}},{"uid":"3645201f3cc67547","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3645201f3cc67547","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"a0e9d870c07da271","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a0e9d870c07da271","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"502d17de578ceb8d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/502d17de578ceb8d","status":"passed","time":{"start":1707753713252,"stop":1707753713252,"duration":0}},{"uid":"af2ae2f76d7dba92","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af2ae2f76d7dba92","status":"passed","time":{"start":1707753448104,"stop":1707753448104,"duration":0}},{"uid":"3e4713a079c30da3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e4713a079c30da3","status":"passed","time":{"start":1707750840043,"stop":1707750840044,"duration":1}},{"uid":"45aeb0a97241a90c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/45aeb0a97241a90c","status":"passed","time":{"start":1707736765034,"stop":1707736765035,"duration":1}},{"uid":"45e4b6115903fd57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/45e4b6115903fd57","status":"passed","time":{"start":1707735955260,"stop":1707735955260,"duration":0}}]},"cf6c34f86fb42ed8d75157db551634b8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"606b0de30f9dd55d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/606b0de30f9dd55d","status":"passed","time":{"start":1707792800012,"stop":1707792800013,"duration":1}},{"uid":"70298b2c5bdaee1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70298b2c5bdaee1f","status":"passed","time":{"start":1707777749098,"stop":1707777749100,"duration":2}},{"uid":"b5535001caa85d8f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5535001caa85d8f","status":"passed","time":{"start":1707775025531,"stop":1707775025532,"duration":1}},{"uid":"21ed26f3c94a9e2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/21ed26f3c94a9e2d","status":"passed","time":{"start":1707774827063,"stop":1707774827063,"duration":0}},{"uid":"ef345f346713a6e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef345f346713a6e7","status":"passed","time":{"start":1707769774633,"stop":1707769774634,"duration":1}},{"uid":"3e64f97acc73388","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3e64f97acc73388","status":"passed","time":{"start":1707769627292,"stop":1707769627293,"duration":1}},{"uid":"19ac06cb19bb9878","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19ac06cb19bb9878","status":"passed","time":{"start":1707759722033,"stop":1707759722034,"duration":1}},{"uid":"8e0bc6d17269a14a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e0bc6d17269a14a","status":"passed","time":{"start":1707757416841,"stop":1707757416841,"duration":0}},{"uid":"4dee675f06cb8e8a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4dee675f06cb8e8a","status":"passed","time":{"start":1707756046608,"stop":1707756046608,"duration":0}},{"uid":"ce5a2e43185ace43","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ce5a2e43185ace43","status":"passed","time":{"start":1707753464668,"stop":1707753464669,"duration":1}},{"uid":"515248fc78a525bd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/515248fc78a525bd","status":"passed","time":{"start":1707753192941,"stop":1707753192942,"duration":1}},{"uid":"bec9890abc7994c9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bec9890abc7994c9","status":"passed","time":{"start":1707750593507,"stop":1707750593508,"duration":1}},{"uid":"29b457352093a824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29b457352093a824","status":"passed","time":{"start":1707736510881,"stop":1707736510881,"duration":0}},{"uid":"3c292e7666b30715","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c292e7666b30715","status":"passed","time":{"start":1707735692292,"stop":1707735692293,"duration":1}}]},"eb5cd263b20dedc944f813ccecd21e94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ad41e2737542d674","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad41e2737542d674","status":"passed","time":{"start":1707750796033,"stop":1707750796034,"duration":1}}]},"e35cb0cdb405e33e55cbeeb2b16f024c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":2,"skipped":0,"passed":12,"unknown":0,"total":14},"items":[{"uid":"718342f0a27489e0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718342f0a27489e0","status":"passed","time":{"start":1707792890683,"stop":1707792890683,"duration":0}},{"uid":"5aa0989bbbc4af80","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5aa0989bbbc4af80","status":"passed","time":{"start":1707777837221,"stop":1707777837222,"duration":1}},{"uid":"652d51decedfecf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/652d51decedfecf7","status":"passed","time":{"start":1707775113056,"stop":1707775113056,"duration":0}},{"uid":"f45919823511276e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f45919823511276e","status":"passed","time":{"start":1707774908730,"stop":1707774908731,"duration":1}},{"uid":"37551d4cd3c2acd1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37551d4cd3c2acd1","status":"passed","time":{"start":1707769864612,"stop":1707769864612,"duration":0}},{"uid":"84d8796cef21c7a4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/84d8796cef21c7a4","status":"passed","time":{"start":1707769706667,"stop":1707769706668,"duration":1}},{"uid":"e58b9994aacda368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e58b9994aacda368","status":"passed","time":{"start":1707759811408,"stop":1707759811408,"duration":0}},{"uid":"b5d68dbfd54df7f4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b5d68dbfd54df7f4","status":"passed","time":{"start":1707757504683,"stop":1707757504684,"duration":1}},{"uid":"e74615df6ecaaece","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e74615df6ecaaece","status":"passed","time":{"start":1707756131517,"stop":1707756131518,"duration":1}},{"uid":"a51b2fc69dcdc302","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a51b2fc69dcdc302","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707753506938,"stop":1707753506939,"duration":1}},{"uid":"bbdfa84a3e985e51","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bbdfa84a3e985e51","status":"passed","time":{"start":1707753284214,"stop":1707753284214,"duration":0}},{"uid":"d272226fbcf99b53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d272226fbcf99b53","status":"broken","statusDetails":"Resolution method is overspecified. Specify a callback *or* return a Promise; not both.","time":{"start":1707750635810,"stop":1707750635811,"duration":1}},{"uid":"a1b208687cda7e9f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a1b208687cda7e9f","status":"passed","time":{"start":1707736597188,"stop":1707736597188,"duration":0}},{"uid":"71ffe9889bdc3447","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/71ffe9889bdc3447","status":"passed","time":{"start":1707735784059,"stop":1707735784060,"duration":1}}]},"4cd3b399d48548539910386fe25ff1ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"aa75b27fff2eb895","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa75b27fff2eb895","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0}},{"uid":"5cf3e39dee64b43b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5cf3e39dee64b43b","status":"passed","time":{"start":1707778338839,"stop":1707778338839,"duration":0}},{"uid":"62676fa8db343adb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/62676fa8db343adb","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}},{"uid":"73c710e50718a86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/73c710e50718a86e","status":"passed","time":{"start":1707775390230,"stop":1707775390230,"duration":0}},{"uid":"1b8ebe2689312bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b8ebe2689312bf1","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}},{"uid":"4dc3448f79ea8620","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4dc3448f79ea8620","status":"passed","time":{"start":1707760301810,"stop":1707760301811,"duration":1}},{"uid":"4c3b0e9f6b2be482","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c3b0e9f6b2be482","status":"passed","time":{"start":1707758006709,"stop":1707758006709,"duration":0}},{"uid":"727400c2ccc67b22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/727400c2ccc67b22","status":"passed","time":{"start":1707756617039,"stop":1707756617040,"duration":1}},{"uid":"a13f78b952b4f033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13f78b952b4f033","status":"passed","time":{"start":1707753988880,"stop":1707753988880,"duration":0}},{"uid":"88c79c074e60d659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c79c074e60d659","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}},{"uid":"8f0f62656b315586","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f0f62656b315586","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"9f8c8ff0fa144638","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9f8c8ff0fa144638","status":"passed","time":{"start":1707737091309,"stop":1707737091309,"duration":0}},{"uid":"6b6791e928a92237","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b6791e928a92237","status":"passed","time":{"start":1707736260130,"stop":1707736260131,"duration":1}}]},"582fee6946b853fa68f3c0970d866c32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2359ce9ad75ba34d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2359ce9ad75ba34d","status":"passed","time":{"start":1707775461894,"stop":1707775461894,"duration":0}}]},"6cc16c7e7609e061588dd12cb1f3ae8e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fde4e4b6a8840020","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fde4e4b6a8840020","status":"passed","time":{"start":1707792792550,"stop":1707792792550,"duration":0}},{"uid":"2dab78cf5da0721d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2dab78cf5da0721d","status":"passed","time":{"start":1707777741287,"stop":1707777741287,"duration":0}},{"uid":"65ad3230dfeb9461","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ad3230dfeb9461","status":"passed","time":{"start":1707775017702,"stop":1707775017703,"duration":1}},{"uid":"346e4ee0590d9560","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/346e4ee0590d9560","status":"passed","time":{"start":1707774819160,"stop":1707774819160,"duration":0}},{"uid":"34ed353c066c6d97","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/34ed353c066c6d97","status":"passed","time":{"start":1707769766685,"stop":1707769766685,"duration":0}},{"uid":"49840d005f83a4b3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49840d005f83a4b3","status":"passed","time":{"start":1707769619251,"stop":1707769619252,"duration":1}},{"uid":"b63d0b8fb6813d83","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b63d0b8fb6813d83","status":"passed","time":{"start":1707759714508,"stop":1707759714508,"duration":0}},{"uid":"5de63460b9e89036","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5de63460b9e89036","status":"passed","time":{"start":1707757408924,"stop":1707757408925,"duration":1}},{"uid":"80e63c9e50f308d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/80e63c9e50f308d4","status":"passed","time":{"start":1707756038652,"stop":1707756038652,"duration":0}},{"uid":"1783ff60038dca87","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1783ff60038dca87","status":"passed","time":{"start":1707753456821,"stop":1707753456821,"duration":0}},{"uid":"1dfe03f86b2d9dd9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1dfe03f86b2d9dd9","status":"passed","time":{"start":1707753185028,"stop":1707753185028,"duration":0}},{"uid":"d017616c0af26cf5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d017616c0af26cf5","status":"passed","time":{"start":1707750585692,"stop":1707750585692,"duration":0}},{"uid":"81ffa978fcc329bf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/81ffa978fcc329bf","status":"passed","time":{"start":1707736503245,"stop":1707736503246,"duration":1}},{"uid":"40bcbbf0c4b3407a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40bcbbf0c4b3407a","status":"passed","time":{"start":1707735684541,"stop":1707735684542,"duration":1}}]},"ad5b88cbb7af184c3b179fd57279ec1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"71475f0ce56cc7e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/71475f0ce56cc7e7","status":"passed","time":{"start":1707793370623,"stop":1707793370624,"duration":1}},{"uid":"a3e8db06fb869b18","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a3e8db06fb869b18","status":"passed","time":{"start":1707778386472,"stop":1707778386472,"duration":0}},{"uid":"9ad4878ec965a35d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ad4878ec965a35d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"3304294dc7bb94ee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3304294dc7bb94ee","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"8b300ecafe22acea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b300ecafe22acea","status":"passed","time":{"start":1707770395176,"stop":1707770395177,"duration":1}},{"uid":"4d8f7a0caabe3381","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4d8f7a0caabe3381","status":"passed","time":{"start":1707770208539,"stop":1707770208540,"duration":1}},{"uid":"42c3bc71ae3647c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/42c3bc71ae3647c3","status":"passed","time":{"start":1707760335937,"stop":1707760335938,"duration":1}},{"uid":"d2bbf0c3587bced0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d2bbf0c3587bced0","status":"passed","time":{"start":1707758023525,"stop":1707758023526,"duration":1}},{"uid":"9300cc76656e7226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9300cc76656e7226","status":"passed","time":{"start":1707756663995,"stop":1707756663996,"duration":1}},{"uid":"97c5bc2ce825cd94","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/97c5bc2ce825cd94","status":"passed","time":{"start":1707753717348,"stop":1707753717349,"duration":1}},{"uid":"a3ace110d8d48733","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3ace110d8d48733","status":"passed","time":{"start":1707753837159,"stop":1707753837159,"duration":0}},{"uid":"fc98147b5be2e790","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc98147b5be2e790","status":"passed","time":{"start":1707751136277,"stop":1707751136277,"duration":0}},{"uid":"37e69bc7d0d8dc2a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e69bc7d0d8dc2a","status":"passed","time":{"start":1707737124638,"stop":1707737124639,"duration":1}},{"uid":"7418420191541da8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7418420191541da8","status":"passed","time":{"start":1707736322649,"stop":1707736322649,"duration":0}}]},"418ec6cfcce0a38f977ce3fb8197da57:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fd8117e9229abc38","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fd8117e9229abc38","status":"passed","time":{"start":1707792907233,"stop":1707792907233,"duration":0}},{"uid":"31d19aa4024b5718","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31d19aa4024b5718","status":"passed","time":{"start":1707777859858,"stop":1707777859859,"duration":1}},{"uid":"f964f9d6f916d188","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f964f9d6f916d188","status":"passed","time":{"start":1707775133671,"stop":1707775133671,"duration":0}},{"uid":"d38edb79da87bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d38edb79da87bc4a","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"fce5f1b8a9d1bb2d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fce5f1b8a9d1bb2d","status":"passed","time":{"start":1707769878816,"stop":1707769878816,"duration":0}},{"uid":"e1ad0f1b5c338bc6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e1ad0f1b5c338bc6","status":"passed","time":{"start":1707769735036,"stop":1707769735037,"duration":1}},{"uid":"2ed1ec0c70abc106","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ed1ec0c70abc106","status":"passed","time":{"start":1707759831196,"stop":1707759831196,"duration":0}},{"uid":"2c5e17a65bced914","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c5e17a65bced914","status":"passed","time":{"start":1707757528826,"stop":1707757528827,"duration":1}},{"uid":"ffeeff34c0784c48","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffeeff34c0784c48","status":"passed","time":{"start":1707756157295,"stop":1707756157295,"duration":0}},{"uid":"48388fc7f236c70","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/48388fc7f236c70","status":"passed","time":{"start":1707753578475,"stop":1707753578476,"duration":1}},{"uid":"175b57bdc693907d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/175b57bdc693907d","status":"passed","time":{"start":1707753307898,"stop":1707753307898,"duration":0}},{"uid":"ff19b68f2ce637e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff19b68f2ce637e","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d0262df938b6034b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0262df938b6034b","status":"passed","time":{"start":1707736629975,"stop":1707736629975,"duration":0}},{"uid":"4b660038be7d676f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b660038be7d676f","status":"passed","time":{"start":1707735809091,"stop":1707735809091,"duration":0}}]},"dce440f462aa87753a8843a44fb56f22:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dc2b0f8e48bb72a1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dc2b0f8e48bb72a1","status":"passed","time":{"start":1707793370621,"stop":1707793370622,"duration":1}},{"uid":"354a0e1ab8fba8d7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/354a0e1ab8fba8d7","status":"passed","time":{"start":1707778386469,"stop":1707778386470,"duration":1}},{"uid":"e68a92c27fef5538","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e68a92c27fef5538","status":"passed","time":{"start":1707775656742,"stop":1707775656742,"duration":0}},{"uid":"4fb4fa6ac3e167cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4fb4fa6ac3e167cf","status":"passed","time":{"start":1707775461880,"stop":1707775461880,"duration":0}},{"uid":"6d6ef935883b7ee6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6d6ef935883b7ee6","status":"passed","time":{"start":1707770395175,"stop":1707770395175,"duration":0}},{"uid":"6fa3607f984d8e92","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6fa3607f984d8e92","status":"passed","time":{"start":1707770208538,"stop":1707770208538,"duration":0}},{"uid":"c773541f167473b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c773541f167473b5","status":"passed","time":{"start":1707760335934,"stop":1707760335935,"duration":1}},{"uid":"2bb4a68f4f5764cb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bb4a68f4f5764cb","status":"passed","time":{"start":1707758023522,"stop":1707758023523,"duration":1}},{"uid":"1bded12b0fa178c4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1bded12b0fa178c4","status":"passed","time":{"start":1707756663994,"stop":1707756663994,"duration":0}},{"uid":"43aca9d7a51dd045","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/43aca9d7a51dd045","status":"passed","time":{"start":1707753717332,"stop":1707753717333,"duration":1}},{"uid":"a420bf034ff5fc2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a420bf034ff5fc2","status":"passed","time":{"start":1707753837155,"stop":1707753837156,"duration":1}},{"uid":"ad659525ae55361a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ad659525ae55361a","status":"passed","time":{"start":1707751136272,"stop":1707751136275,"duration":3}},{"uid":"968cdee57133e4bc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/968cdee57133e4bc","status":"passed","time":{"start":1707737124637,"stop":1707737124637,"duration":0}},{"uid":"7be6653dd391b3e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7be6653dd391b3e0","status":"passed","time":{"start":1707736322646,"stop":1707736322647,"duration":1}}]},"f54956a04c3be0ce523450da8b17980c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfc3dd84a4080ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfc3dd84a4080ac9","status":"passed","time":{"start":1707793371123,"stop":1707793371124,"duration":1}},{"uid":"4a1e6e0f97e61d11","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4a1e6e0f97e61d11","status":"passed","time":{"start":1707778338857,"stop":1707778338858,"duration":1}},{"uid":"d9fc74ad8982edff","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9fc74ad8982edff","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"9f8b55e1e3b63885","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9f8b55e1e3b63885","status":"passed","time":{"start":1707775390251,"stop":1707775390252,"duration":1}},{"uid":"37b48df0061958b6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/37b48df0061958b6","status":"passed","time":{"start":1707770335621,"stop":1707770335622,"duration":1}},{"uid":"f8caff9266713572","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f8caff9266713572","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"9efa33fea16f3f9f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9efa33fea16f3f9f","status":"passed","time":{"start":1707760301827,"stop":1707760301828,"duration":1}},{"uid":"f1d9dc1086865e9c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f1d9dc1086865e9c","status":"passed","time":{"start":1707758006724,"stop":1707758006725,"duration":1}},{"uid":"be01962555a090c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/be01962555a090c5","status":"passed","time":{"start":1707756617063,"stop":1707756617063,"duration":0}},{"uid":"90dc717490736937","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/90dc717490736937","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"fc4936dd85c5676f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc4936dd85c5676f","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"2588f91e7566c1a5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2588f91e7566c1a5","status":"passed","time":{"start":1707751162324,"stop":1707751162325,"duration":1}},{"uid":"8a4151701426d5f5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a4151701426d5f5","status":"passed","time":{"start":1707737091385,"stop":1707737091386,"duration":1}},{"uid":"7a01d06099c01283","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a01d06099c01283","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"dedf3aa8babff657917e449dbd1de09c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2e36727f52494d0e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e36727f52494d0e","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"duration":0}},{"uid":"3b7b78a04568ee6f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b7b78a04568ee6f","status":"passed","time":{"start":1707778413519,"stop":1707778413520,"duration":1}},{"uid":"943861f568d4217a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/943861f568d4217a","status":"passed","time":{"start":1707775685025,"stop":1707775685026,"duration":1}},{"uid":"793635a861b949cd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/793635a861b949cd","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"61923ecd6542e7d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61923ecd6542e7d8","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"4e8789013f02f20c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e8789013f02f20c","status":"passed","time":{"start":1707770238685,"stop":1707770238685,"duration":0}},{"uid":"62a075e65b6c3e95","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a075e65b6c3e95","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"39b6754ba5bf3a4b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39b6754ba5bf3a4b","status":"passed","time":{"start":1707758004325,"stop":1707758004325,"duration":0}},{"uid":"b0c44c86000256fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b0c44c86000256fc","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"ea1e537ee28197d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea1e537ee28197d0","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"35a7204c0f30df5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35a7204c0f30df5e","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"2a5307a93556ca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a5307a93556ca1","status":"passed","time":{"start":1707751228960,"stop":1707751228961,"duration":1}},{"uid":"67ac5eb90fec2cf9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67ac5eb90fec2cf9","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"7dbe0cd8f0b4de24","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7dbe0cd8f0b4de24","status":"passed","time":{"start":1707736353037,"stop":1707736353038,"duration":1}}]},"f9aefc74ebf83017b5a3c73e7906d9de:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"494645585e82853f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/494645585e82853f","status":"passed","time":{"start":1707793369035,"stop":1707793369036,"duration":1}},{"uid":"dbc9099fad01717a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dbc9099fad01717a","status":"passed","time":{"start":1707778332050,"stop":1707778332051,"duration":1}},{"uid":"dbeba648cb35ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbeba648cb35ed","status":"passed","time":{"start":1707775601726,"stop":1707775601727,"duration":1}},{"uid":"1a5b5c580ae12d1a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a5b5c580ae12d1a","status":"passed","time":{"start":1707775415219,"stop":1707775415220,"duration":1}},{"uid":"28c144bff577abba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/28c144bff577abba","status":"passed","time":{"start":1707770353938,"stop":1707770353938,"duration":0}},{"uid":"236bac378a9926e8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/236bac378a9926e8","status":"passed","time":{"start":1707770103226,"stop":1707770103226,"duration":0}},{"uid":"422ed98feea5e4b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422ed98feea5e4b1","status":"passed","time":{"start":1707760299492,"stop":1707760299493,"duration":1}},{"uid":"2dded90316f5d249","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2dded90316f5d249","status":"passed","time":{"start":1707757995161,"stop":1707757995161,"duration":0}},{"uid":"5643edabe5ee5598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5643edabe5ee5598","status":"passed","time":{"start":1707756620174,"stop":1707756620174,"duration":0}},{"uid":"b8342dea987120f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8342dea987120f6","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"18709e51a062b76e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18709e51a062b76e","status":"passed","time":{"start":1707753785898,"stop":1707753785898,"duration":0}},{"uid":"a0592eb2745ed198","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0592eb2745ed198","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"71f13294be01b960","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71f13294be01b960","status":"passed","time":{"start":1707737056801,"stop":1707737056801,"duration":0}},{"uid":"67346957bf02e56","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67346957bf02e56","status":"passed","time":{"start":1707736286221,"stop":1707736286221,"duration":0}}]},"19bd750270d2c245c841d81e3ba4eaaf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"196c3c5c06756dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/196c3c5c06756dc4","status":"passed","time":{"start":1707792958833,"stop":1707792958833,"duration":0}},{"uid":"5c5e63714935b2d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c5e63714935b2d9","status":"passed","time":{"start":1707777997108,"stop":1707777997109,"duration":1}},{"uid":"49fe76716ea6f7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49fe76716ea6f7e","status":"passed","time":{"start":1707775275749,"stop":1707775275750,"duration":1}},{"uid":"ac73ef688668e28b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ac73ef688668e28b","status":"passed","time":{"start":1707775085881,"stop":1707775085881,"duration":0}},{"uid":"46bfb2111ac373cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/46bfb2111ac373cf","status":"passed","time":{"start":1707770018836,"stop":1707770018836,"duration":0}},{"uid":"af75c5f7bba8e8da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af75c5f7bba8e8da","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"6e4a26eade0fc97","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6e4a26eade0fc97","status":"passed","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"b8aba73f301ccda0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b8aba73f301ccda0","status":"passed","time":{"start":1707757676040,"stop":1707757676040,"duration":0}},{"uid":"96f2149c508f549e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/96f2149c508f549e","status":"passed","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"5345cdda8ec5274f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5345cdda8ec5274f","status":"passed","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"8377ac05c90364b6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8377ac05c90364b6","status":"passed","time":{"start":1707753448093,"stop":1707753448094,"duration":1}},{"uid":"9a5b3456bd67339e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a5b3456bd67339e","status":"passed","time":{"start":1707750840036,"stop":1707750840037,"duration":1}},{"uid":"aa8f1c37b7138a92","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aa8f1c37b7138a92","status":"passed","time":{"start":1707736765001,"stop":1707736765002,"duration":1}},{"uid":"519095ea0e4e7828","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/519095ea0e4e7828","status":"passed","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"ca792c984822690bae66defc59c4f99f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"474394424da8240a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/474394424da8240a","status":"passed","time":{"start":1707793168678,"stop":1707793168679,"duration":1}},{"uid":"f7d72f6cd3fa8c74","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7d72f6cd3fa8c74","status":"passed","time":{"start":1707778126346,"stop":1707778126347,"duration":1}},{"uid":"798a8591c846a05b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/798a8591c846a05b","status":"passed","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"7c174e3f29e93d8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c174e3f29e93d8d","status":"passed","time":{"start":1707775219997,"stop":1707775219997,"duration":0}},{"uid":"7c610952eb926c2a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c610952eb926c2a","status":"passed","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"12e1cfc50b0486fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/12e1cfc50b0486fc","status":"passed","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"8bdd9bc05444265f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8bdd9bc05444265f","status":"passed","time":{"start":1707760106457,"stop":1707760106458,"duration":1}},{"uid":"6373730eb41b9219","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6373730eb41b9219","status":"passed","time":{"start":1707757804295,"stop":1707757804295,"duration":0}},{"uid":"4136982c381480e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4136982c381480e1","status":"passed","time":{"start":1707756422347,"stop":1707756422347,"duration":0}},{"uid":"915d53c2564372c4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/915d53c2564372c4","status":"passed","time":{"start":1707753796548,"stop":1707753796549,"duration":1}},{"uid":"45a966b3ef20542e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45a966b3ef20542e","status":"passed","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"cb7596d04c2d0121","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb7596d04c2d0121","status":"passed","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"46c703b727f68060","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46c703b727f68060","status":"passed","time":{"start":1707736890437,"stop":1707736890438,"duration":1}},{"uid":"e6ceaf96dc598d25","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6ceaf96dc598d25","status":"passed","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"204cd0a634fe77da35e94b401accc096:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"98797d17a29ab634","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98797d17a29ab634","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"duration":0}},{"uid":"b6ec130e919fe903","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6ec130e919fe903","status":"passed","time":{"start":1707778413526,"stop":1707778413527,"duration":1}},{"uid":"eccce611c2f7fb29","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eccce611c2f7fb29","status":"passed","time":{"start":1707775685035,"stop":1707775685035,"duration":0}},{"uid":"64e2d2ad931b5805","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/64e2d2ad931b5805","status":"passed","time":{"start":1707775494285,"stop":1707775494285,"duration":0}},{"uid":"fda7e179c89cec64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fda7e179c89cec64","status":"passed","time":{"start":1707770424186,"stop":1707770424186,"duration":0}},{"uid":"da4abeabec11b629","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/da4abeabec11b629","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"a5186f048864b822","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a5186f048864b822","status":"passed","time":{"start":1707760374685,"stop":1707760374685,"duration":0}},{"uid":"5791259eeb6d83d4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5791259eeb6d83d4","status":"passed","time":{"start":1707758004335,"stop":1707758004336,"duration":1}},{"uid":"367c00f2fc4f3589","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/367c00f2fc4f3589","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"a5ddfbf04d49cff3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a5ddfbf04d49cff3","status":"passed","time":{"start":1707754051794,"stop":1707754051794,"duration":0}},{"uid":"d926dc5d340f792","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d926dc5d340f792","status":"passed","time":{"start":1707753877934,"stop":1707753877934,"duration":0}},{"uid":"b753c0875a76362a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b753c0875a76362a","status":"passed","time":{"start":1707751228967,"stop":1707751228968,"duration":1}},{"uid":"67b3469bcc8d000f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67b3469bcc8d000f","status":"passed","time":{"start":1707737173825,"stop":1707737173826,"duration":1}},{"uid":"caefec33cac774ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caefec33cac774ff","status":"passed","time":{"start":1707736353046,"stop":1707736353046,"duration":0}}]},"e3287614e9807e436e457512c1cd303a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3777a5ad2bf64b07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3777a5ad2bf64b07","status":"passed","time":{"start":1707792848130,"stop":1707792848130,"duration":0}},{"uid":"8b3e4888ccdd8902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b3e4888ccdd8902","status":"passed","time":{"start":1707777796753,"stop":1707777796754,"duration":1}},{"uid":"391e25fa06735545","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/391e25fa06735545","status":"passed","time":{"start":1707775074354,"stop":1707775074355,"duration":1}},{"uid":"29a9e0e4ba155659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/29a9e0e4ba155659","status":"passed","time":{"start":1707774894886,"stop":1707774894887,"duration":1}},{"uid":"d4ae065c85d50652","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d4ae065c85d50652","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"8f67827992301b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8f67827992301b2e","status":"passed","time":{"start":1707769675178,"stop":1707769675179,"duration":1}},{"uid":"c3a35d52318c9209","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3a35d52318c9209","status":"passed","time":{"start":1707759769146,"stop":1707759769147,"duration":1}},{"uid":"1f1f97e6f03c7d60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1f1f97e6f03c7d60","status":"passed","time":{"start":1707757465317,"stop":1707757465318,"duration":1}},{"uid":"2b54207e1a12dbdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2b54207e1a12dbdb","status":"passed","time":{"start":1707756093661,"stop":1707756093661,"duration":0}},{"uid":"866cc6f0fe699bf9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/866cc6f0fe699bf9","status":"passed","time":{"start":1707753515350,"stop":1707753515351,"duration":1}},{"uid":"8df77814f0af8797","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8df77814f0af8797","status":"passed","time":{"start":1707753244110,"stop":1707753244111,"duration":1}},{"uid":"3d0f906fe3a6ca7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d0f906fe3a6ca7f","status":"passed","time":{"start":1707750644849,"stop":1707750644849,"duration":0}},{"uid":"8c18016425f249f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c18016425f249f9","status":"passed","time":{"start":1707736558944,"stop":1707736558944,"duration":0}},{"uid":"7b4caa4c0c17b665","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7b4caa4c0c17b665","status":"passed","time":{"start":1707735741833,"stop":1707735741834,"duration":1}}]},"56e1d8474d62878e7786d2205343b01d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ecf082d0499c268d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ecf082d0499c268d","status":"passed","time":{"start":1707793153227,"stop":1707793153227,"duration":0}},{"uid":"83290a7ba0af9e28","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/83290a7ba0af9e28","status":"passed","time":{"start":1707778114677,"stop":1707778114677,"duration":0}},{"uid":"cd337912c5d49b2b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd337912c5d49b2b","status":"passed","time":{"start":1707775395378,"stop":1707775395379,"duration":1}},{"uid":"90170e7f40b3453e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90170e7f40b3453e","status":"passed","time":{"start":1707775205632,"stop":1707775205632,"duration":0}},{"uid":"833fd4353df754ef","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/833fd4353df754ef","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"cd03b7a31197fdcf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd03b7a31197fdcf","status":"passed","time":{"start":1707769983281,"stop":1707769983281,"duration":0}},{"uid":"b43dbff8bc01b6ce","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b43dbff8bc01b6ce","status":"passed","time":{"start":1707760095406,"stop":1707760095406,"duration":0}},{"uid":"49d9dc62cedb3859","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49d9dc62cedb3859","status":"passed","time":{"start":1707757790737,"stop":1707757790738,"duration":1}},{"uid":"27362827ec771e2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27362827ec771e2b","status":"passed","time":{"start":1707756409547,"stop":1707756409548,"duration":1}},{"uid":"d6e4f38f96efc14b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6e4f38f96efc14b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"45320ce832ca6392","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45320ce832ca6392","status":"passed","time":{"start":1707753573531,"stop":1707753573532,"duration":1}},{"uid":"c8d974144067e157","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c8d974144067e157","status":"passed","time":{"start":1707750953982,"stop":1707750953983,"duration":1}},{"uid":"9e0c8800f7d5bd4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e0c8800f7d5bd4","status":"passed","time":{"start":1707736878970,"stop":1707736878970,"duration":0}},{"uid":"2cc1cc3cde9ba9cd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2cc1cc3cde9ba9cd","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"ab723b9c5e1f34415bb3f382bb66d4f0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eb266184655e69fa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb266184655e69fa","status":"passed","time":{"start":1707793383650,"stop":1707793383650,"duration":0}},{"uid":"7f1509699ca8973d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7f1509699ca8973d","status":"passed","time":{"start":1707778343611,"stop":1707778343612,"duration":1}},{"uid":"ca0991830d1eaed8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ca0991830d1eaed8","status":"passed","time":{"start":1707775620186,"stop":1707775620187,"duration":1}},{"uid":"da218bd6d5578340","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da218bd6d5578340","status":"passed","time":{"start":1707775421263,"stop":1707775421263,"duration":0}},{"uid":"58cf68b3c4e95727","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58cf68b3c4e95727","status":"passed","time":{"start":1707770355204,"stop":1707770355204,"duration":0}},{"uid":"451e9511e8212503","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/451e9511e8212503","status":"passed","time":{"start":1707770126645,"stop":1707770126646,"duration":1}},{"uid":"2b24696d66c083b6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2b24696d66c083b6","status":"passed","time":{"start":1707760312927,"stop":1707760312927,"duration":0}},{"uid":"72f7069d5aa45f93","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72f7069d5aa45f93","status":"passed","time":{"start":1707758011521,"stop":1707758011521,"duration":0}},{"uid":"15978795f8018f05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/15978795f8018f05","status":"passed","time":{"start":1707756635735,"stop":1707756635735,"duration":0}},{"uid":"92af36ba969b73a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/92af36ba969b73a2","status":"passed","time":{"start":1707753934637,"stop":1707753934638,"duration":1}},{"uid":"e97fd2c885fd4317","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e97fd2c885fd4317","status":"passed","time":{"start":1707753799509,"stop":1707753799510,"duration":1}},{"uid":"2b30a9a8fba185a9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2b30a9a8fba185a9","status":"passed","time":{"start":1707751117569,"stop":1707751117570,"duration":1}},{"uid":"43e51fdf8adb4845","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/43e51fdf8adb4845","status":"passed","time":{"start":1707737090804,"stop":1707737090804,"duration":0}},{"uid":"7e3dfe6616c3e41b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7e3dfe6616c3e41b","status":"passed","time":{"start":1707736296306,"stop":1707736296307,"duration":1}}]},"66fe10cc2f334bd7745bb88aa35a437e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8ad76d9a02daf41d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ad76d9a02daf41d","status":"passed","time":{"start":1707777973001,"stop":1707777973001,"duration":0}}]},"4516e31462507870186c9fbd4aef885c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2124bc31cda2d646","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2124bc31cda2d646","status":"passed","time":{"start":1707793168687,"stop":1707793168688,"duration":1}},{"uid":"347c962bfdad84cc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/347c962bfdad84cc","status":"passed","time":{"start":1707778126351,"stop":1707778126351,"duration":0}},{"uid":"92e7bb317533d3dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92e7bb317533d3dc","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"3e618961bd606f4f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e618961bd606f4f","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"b5bed94f6741bfff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5bed94f6741bfff","status":"passed","time":{"start":1707770142487,"stop":1707770142487,"duration":0}},{"uid":"57e213533ba9668e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/57e213533ba9668e","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"bbde82e6097d94d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bbde82e6097d94d2","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"67b8c4bca67dc0d5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/67b8c4bca67dc0d5","status":"passed","time":{"start":1707757804303,"stop":1707757804304,"duration":1}},{"uid":"2448b03aea54c27d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2448b03aea54c27d","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"4fa6d0410020712c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4fa6d0410020712c","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"839f4205f36e52c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/839f4205f36e52c2","status":"passed","time":{"start":1707753586168,"stop":1707753586168,"duration":0}},{"uid":"4a6ce16a1f27533b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4a6ce16a1f27533b","status":"passed","time":{"start":1707750964811,"stop":1707750964811,"duration":0}},{"uid":"6701c12b92f10c51","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6701c12b92f10c51","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"3abce03d16580273","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3abce03d16580273","status":"passed","time":{"start":1707736096394,"stop":1707736096394,"duration":0}}]},"0f19ebac35e83959b447dde1dc01d9b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54d65f4b42478a2f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54d65f4b42478a2f","status":"passed","time":{"start":1707793370629,"stop":1707793370629,"duration":0}},{"uid":"2e58115653308079","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2e58115653308079","status":"passed","time":{"start":1707778386479,"stop":1707778386479,"duration":0}},{"uid":"73da66fb6b4ad906","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/73da66fb6b4ad906","status":"passed","time":{"start":1707775656747,"stop":1707775656747,"duration":0}},{"uid":"2cea3c6f860d7d62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2cea3c6f860d7d62","status":"passed","time":{"start":1707775461885,"stop":1707775461885,"duration":0}},{"uid":"7d9dbc75862cc6ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d9dbc75862cc6ee","status":"passed","time":{"start":1707770395181,"stop":1707770395181,"duration":0}},{"uid":"e504ce67b7da9da4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e504ce67b7da9da4","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"10547e414dd58555","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10547e414dd58555","status":"passed","time":{"start":1707760335945,"stop":1707760335946,"duration":1}},{"uid":"af60239ca5119892","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/af60239ca5119892","status":"passed","time":{"start":1707758023531,"stop":1707758023531,"duration":0}},{"uid":"a9593930868da33f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a9593930868da33f","status":"passed","time":{"start":1707756664000,"stop":1707756664001,"duration":1}},{"uid":"ea821ace10869d5d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea821ace10869d5d","status":"passed","time":{"start":1707753837166,"stop":1707753837166,"duration":0}},{"uid":"6cdd6c3826b7ce69","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6cdd6c3826b7ce69","status":"passed","time":{"start":1707751136290,"stop":1707751136291,"duration":1}},{"uid":"fe577c4fbfcecdb5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fe577c4fbfcecdb5","status":"passed","time":{"start":1707737124642,"stop":1707737124642,"duration":0}},{"uid":"ddbe99ce540e0b4b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ddbe99ce540e0b4b","status":"passed","time":{"start":1707736322655,"stop":1707736322655,"duration":0}}]},"a773da9ab13b0ba52b267b159cdf55b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dce3a0d4662aa2d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dce3a0d4662aa2d6","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0}},{"uid":"b5bcc7e38a162d33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b5bcc7e38a162d33","status":"passed","time":{"start":1707777977673,"stop":1707777977674,"duration":1}},{"uid":"21b5ed6a20b21982","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/21b5ed6a20b21982","status":"passed","time":{"start":1707775258472,"stop":1707775258472,"duration":0}},{"uid":"4029bb8dfa2f0416","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4029bb8dfa2f0416","status":"passed","time":{"start":1707775082034,"stop":1707775082035,"duration":1}},{"uid":"1fece467cc02cde7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fece467cc02cde7","status":"passed","time":{"start":1707769999877,"stop":1707769999878,"duration":1}},{"uid":"5284b8237ecb45af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5284b8237ecb45af","status":"passed","time":{"start":1707769841910,"stop":1707769841911,"duration":1}},{"uid":"a6397fbf4bed461","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a6397fbf4bed461","status":"passed","time":{"start":1707759921464,"stop":1707759921465,"duration":1}},{"uid":"df5600321d8ac7fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df5600321d8ac7fa","status":"passed","time":{"start":1707757624890,"stop":1707757624891,"duration":1}},{"uid":"c05a230fa34719c7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c05a230fa34719c7","status":"passed","time":{"start":1707756261841,"stop":1707756261842,"duration":1}},{"uid":"137ca0f0ea8f89fd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/137ca0f0ea8f89fd","status":"passed","time":{"start":1707753651190,"stop":1707753651191,"duration":1}},{"uid":"88c4f048a4970b02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88c4f048a4970b02","status":"passed","time":{"start":1707753409608,"stop":1707753409609,"duration":1}},{"uid":"6bccb9765012d41a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bccb9765012d41a","status":"passed","time":{"start":1707750722059,"stop":1707750722059,"duration":0}},{"uid":"d0222577edddd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0222577edddd74","status":"passed","time":{"start":1707736708337,"stop":1707736708338,"duration":1}},{"uid":"a8cf0953dbd3f072","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a8cf0953dbd3f072","status":"passed","time":{"start":1707735914396,"stop":1707735914396,"duration":0}}]},"3fb0e6e33fb40178a38ae355215357aa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d21df6ed3fcb0855","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d21df6ed3fcb0855","status":"passed","time":{"start":1707759965202,"stop":1707759965204,"duration":2}}]},"6344e52764ea46e6f6ed14e26357b30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"4127902dd5f1ac2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4127902dd5f1ac2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793028295,"stop":1707793028296,"duration":1}},{"uid":"c79fb61fe1e06e89","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c79fb61fe1e06e89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973010,"duration":0}},{"uid":"17db8dc692dae11d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17db8dc692dae11d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244536,"stop":1707775244537,"duration":1}},{"uid":"232aa8f6e930dfc1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/232aa8f6e930dfc1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050825,"stop":1707775050826,"duration":1}},{"uid":"3ba556d74cdc15bb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ba556d74cdc15bb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"55a406f8b0c83b6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55a406f8b0c83b6d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843155,"duration":0}},{"uid":"9a52c3d1968d9189","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a52c3d1968d9189","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"688269ed09321245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/688269ed09321245","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f15f0b53c12c6a04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f15f0b53c12c6a04","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"d2be06b53388f75a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2be06b53388f75a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"b6995568859a1f49","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b6995568859a1f49","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423545,"stop":1707753423546,"duration":1}},{"uid":"9685ce9aedd78344","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9685ce9aedd78344","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"1081404248fefb81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1081404248fefb81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"d32a52ae70cd3c26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d32a52ae70cd3c26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912138,"stop":1707735912138,"duration":0}}]},"c722ce8a7dba0f2b03f0e99d583ec496:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"2d2db6cf99f3b370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d2db6cf99f3b370","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446735,"stop":1707793446735,"duration":0}},{"uid":"32c5c3bbc3a1c25a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/32c5c3bbc3a1c25a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413515,"stop":1707778413516,"duration":1}},{"uid":"50cbc645d8967b57","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/50cbc645d8967b57","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685021,"stop":1707775685021,"duration":0}},{"uid":"1f9bb6e030293043","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1f9bb6e030293043","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"a3557c674e2d274","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a3557c674e2d274","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424173,"stop":1707770424173,"duration":0}},{"uid":"5dcad3ec6183963a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5dcad3ec6183963a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238680,"stop":1707770238681,"duration":1}},{"uid":"c6c1f1a52ea6bc5c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6c1f1a52ea6bc5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"9b1f3655cb91e432","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9b1f3655cb91e432","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004303,"stop":1707758004304,"duration":1}},{"uid":"7605fd745ec13545","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7605fd745ec13545","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690158,"stop":1707756690158,"duration":0}},{"uid":"c8823a764c94fd7b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8823a764c94fd7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051782,"stop":1707754051782,"duration":0}},{"uid":"12cbf2cf97e45b7b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12cbf2cf97e45b7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877923,"stop":1707753877923,"duration":0}},{"uid":"e33d5719a0caebbe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e33d5719a0caebbe","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228956,"stop":1707751228957,"duration":1}},{"uid":"ed8832c095e5c998","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ed8832c095e5c998","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"51cf5fade66505be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/51cf5fade66505be","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353033,"stop":1707736353033,"duration":0}}]},"b599654895491b21ff1876c821de2afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba15f67b69ddb8a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba15f67b69ddb8a6","status":"passed","time":{"start":1707792792129,"stop":1707792792131,"duration":2}},{"uid":"ff2d10b4322fc60e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff2d10b4322fc60e","status":"passed","time":{"start":1707777741139,"stop":1707777741140,"duration":1}},{"uid":"e05f98de02d066dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e05f98de02d066dd","status":"passed","time":{"start":1707775017423,"stop":1707775017423,"duration":0}},{"uid":"8d64455eb1a4018","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8d64455eb1a4018","status":"passed","time":{"start":1707774818859,"stop":1707774818860,"duration":1}},{"uid":"640c1c16ca42d0c5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/640c1c16ca42d0c5","status":"passed","time":{"start":1707769766371,"stop":1707769766372,"duration":1}},{"uid":"801cd76f54c1d7bf","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/801cd76f54c1d7bf","status":"passed","time":{"start":1707769619271,"stop":1707769619271,"duration":0}},{"uid":"ebc1c90f7684b75a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ebc1c90f7684b75a","status":"passed","time":{"start":1707759714212,"stop":1707759714213,"duration":1}},{"uid":"63998413fcd2c7a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63998413fcd2c7a4","status":"passed","time":{"start":1707757408510,"stop":1707757408511,"duration":1}},{"uid":"d9baa511e25a3591","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d9baa511e25a3591","status":"passed","time":{"start":1707756038429,"stop":1707756038430,"duration":1}},{"uid":"ea8947cc444906bf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea8947cc444906bf","status":"passed","time":{"start":1707753456514,"stop":1707753456514,"duration":0}},{"uid":"5d07be7e2bce9e94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d07be7e2bce9e94","status":"passed","time":{"start":1707753184754,"stop":1707753184755,"duration":1}},{"uid":"1c93f7a3b7559fa0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c93f7a3b7559fa0","status":"passed","time":{"start":1707750585381,"stop":1707750585381,"duration":0}},{"uid":"d881e3fd3aa98063","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d881e3fd3aa98063","status":"passed","time":{"start":1707736502826,"stop":1707736502826,"duration":0}},{"uid":"4a8e44dce067ac04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4a8e44dce067ac04","status":"passed","time":{"start":1707735684286,"stop":1707735684287,"duration":1}}]},"8ca45fa36aa60d055db7f0d6f47c728d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e687e1b47c6f1dc0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e687e1b47c6f1dc0","status":"passed","time":{"start":1707792800819,"stop":1707792800819,"duration":0}},{"uid":"2aba8a6fb8130942","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2aba8a6fb8130942","status":"passed","time":{"start":1707777749849,"stop":1707777749849,"duration":0}},{"uid":"339d2f049147434e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/339d2f049147434e","status":"passed","time":{"start":1707775026271,"stop":1707775026272,"duration":1}},{"uid":"5f474267f4303472","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f474267f4303472","status":"passed","time":{"start":1707774827860,"stop":1707774827860,"duration":0}},{"uid":"f552728a88e7a936","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f552728a88e7a936","status":"passed","time":{"start":1707769775418,"stop":1707769775418,"duration":0}},{"uid":"8c3e714b029b1f86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c3e714b029b1f86","status":"passed","time":{"start":1707769628090,"stop":1707769628091,"duration":1}},{"uid":"3680534fb334093a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3680534fb334093a","status":"passed","time":{"start":1707759722871,"stop":1707759722871,"duration":0}},{"uid":"5f9a7d471d2b5a2a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5f9a7d471d2b5a2a","status":"passed","time":{"start":1707757417670,"stop":1707757417671,"duration":1}},{"uid":"672e92a44ead0604","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/672e92a44ead0604","status":"passed","time":{"start":1707756047299,"stop":1707756047299,"duration":0}},{"uid":"a48ba1bd1d26d2e0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a48ba1bd1d26d2e0","status":"passed","time":{"start":1707753465446,"stop":1707753465446,"duration":0}},{"uid":"45b8eb6fd737a5e2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b8eb6fd737a5e2","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"fd2d2e238f73272c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd2d2e238f73272c","status":"passed","time":{"start":1707750594370,"stop":1707750594370,"duration":0}},{"uid":"16bfba3fe3c0c7ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/16bfba3fe3c0c7ef","status":"passed","time":{"start":1707736511743,"stop":1707736511744,"duration":1}},{"uid":"b35e1fd488f85f26","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b35e1fd488f85f26","status":"passed","time":{"start":1707735693131,"stop":1707735693131,"duration":0}}]},"d6c96184ac55c93358b0d3240a481d0f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"811919cbcd121669","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/811919cbcd121669","status":"passed","time":{"start":1707793153224,"stop":1707793153225,"duration":1}}]},"b97674a719079d3d2c7175cfb0ac8624:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b47b3e2596d90976","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b47b3e2596d90976","status":"passed","time":{"start":1707756664012,"stop":1707756664012,"duration":0}}]},"52c30f3cc1da5fdc37b9b464d2ed157f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"147135a6d4194f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/147135a6d4194f0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792849462,"stop":1707792849462,"duration":0}},{"uid":"b31a41c5e362e222","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b31a41c5e362e222","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798770,"stop":1707777798770,"duration":0}},{"uid":"2756b0817724a60f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2756b0817724a60f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072154,"duration":1}},{"uid":"2f9332b9fbf80123","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f9332b9fbf80123","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880422,"stop":1707774880422,"duration":0}},{"uid":"2cfdbca84c18adb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cfdbca84c18adb6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825086,"stop":1707769825087,"duration":1}},{"uid":"56dc64069f1a4102","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/56dc64069f1a4102","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677709,"stop":1707769677709,"duration":0}},{"uid":"fcaa120dfe09368","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fcaa120dfe09368","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769676,"stop":1707759769677,"duration":1}},{"uid":"bda89498a01ef14c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bda89498a01ef14c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468642,"stop":1707757468642,"duration":0}},{"uid":"c35c4a646e38490d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35c4a646e38490d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096186,"stop":1707756096187,"duration":1}},{"uid":"e40fcc82e928a8c3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e40fcc82e928a8c3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517981,"stop":1707753517981,"duration":0}},{"uid":"d151b4c919bb5ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d151b4c919bb5ef","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244732,"stop":1707753244732,"duration":0}},{"uid":"c817d49fd277b892","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c817d49fd277b892","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643523,"stop":1707750643523,"duration":0}},{"uid":"67cb85d900fa2879","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/67cb85d900fa2879","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558649,"duration":1}},{"uid":"8171d7ece3b6f91f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8171d7ece3b6f91f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743510,"duration":1}}]},"97660185f0f1b52ab3f8c293ef40c5bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8223a11dbcfc2274","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8223a11dbcfc2274","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"ece002cf57f726022a69da084a09f065:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bbabf0c2fd04625","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bbabf0c2fd04625","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"46e4002ab33549762a5184ba52857e96:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9fda558cd0dd0450","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fda558cd0dd0450","status":"passed","time":{"start":1707793371126,"stop":1707793371127,"duration":1}},{"uid":"fa5c88238bf40bfb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fa5c88238bf40bfb","status":"passed","time":{"start":1707778338859,"stop":1707778338860,"duration":1}},{"uid":"3c109e8b11edc77f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c109e8b11edc77f","status":"passed","time":{"start":1707775602046,"stop":1707775602050,"duration":4}},{"uid":"6325ee09c8a45d7b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6325ee09c8a45d7b","status":"passed","time":{"start":1707775390253,"stop":1707775390254,"duration":1}},{"uid":"35b9bc97fcb1361d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35b9bc97fcb1361d","status":"passed","time":{"start":1707770335623,"stop":1707770335631,"duration":8}},{"uid":"e22576c9d28ea0dd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e22576c9d28ea0dd","status":"passed","time":{"start":1707769968737,"stop":1707769968738,"duration":1}},{"uid":"581ed9cea1922331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/581ed9cea1922331","status":"passed","time":{"start":1707760301829,"stop":1707760301830,"duration":1}},{"uid":"d978c62511c57b13","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d978c62511c57b13","status":"passed","time":{"start":1707758006729,"stop":1707758006729,"duration":0}},{"uid":"9efc5831d302d336","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9efc5831d302d336","status":"passed","time":{"start":1707756617066,"stop":1707756617067,"duration":1}},{"uid":"c18ed3b7a9925aa9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c18ed3b7a9925aa9","status":"passed","time":{"start":1707753988895,"stop":1707753988895,"duration":0}},{"uid":"a8cbc8cd5fbd33c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8cbc8cd5fbd33c2","status":"passed","time":{"start":1707753782780,"stop":1707753782781,"duration":1}},{"uid":"dc433f86080b856a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc433f86080b856a","status":"passed","time":{"start":1707751162326,"stop":1707751162327,"duration":1}},{"uid":"1250760a2bcaaca0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1250760a2bcaaca0","status":"passed","time":{"start":1707737091391,"stop":1707737091391,"duration":0}},{"uid":"6bc30ac2486e190e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bc30ac2486e190e","status":"passed","time":{"start":1707736260166,"stop":1707736260167,"duration":1}}]},"54384bebf04ae4841c112fac145c4c83:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"39c2020d1ee25293","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/39c2020d1ee25293","status":"passed","time":{"start":1707792919939,"stop":1707792919939,"duration":0}},{"uid":"f689d37d83b6d3f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f689d37d83b6d3f5","status":"passed","time":{"start":1707777865441,"stop":1707777865442,"duration":1}},{"uid":"1eaa359ee2ae7eb7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1eaa359ee2ae7eb7","status":"passed","time":{"start":1707775140804,"stop":1707775140804,"duration":0}},{"uid":"8db16d7b748260f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8db16d7b748260f5","status":"passed","time":{"start":1707774947608,"stop":1707774947608,"duration":0}},{"uid":"7f44568f3ca95c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f44568f3ca95c36","status":"passed","time":{"start":1707769893448,"stop":1707769893449,"duration":1}},{"uid":"4490407e89b01c91","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4490407e89b01c91","status":"passed","time":{"start":1707769737612,"stop":1707769737612,"duration":0}},{"uid":"5cc62387ce8b006c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5cc62387ce8b006c","status":"passed","time":{"start":1707759835141,"stop":1707759835147,"duration":6}},{"uid":"291a9cab16bd162a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/291a9cab16bd162a","status":"passed","time":{"start":1707757529703,"stop":1707757529703,"duration":0}},{"uid":"a2af2f9d481ff63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2af2f9d481ff63","status":"passed","time":{"start":1707756164073,"stop":1707756164073,"duration":0}},{"uid":"1a55e8e0a1ada166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55e8e0a1ada166","status":"passed","time":{"start":1707753566686,"stop":1707753566686,"duration":0}},{"uid":"2f42839ff513dfd6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f42839ff513dfd6","status":"passed","time":{"start":1707753314173,"stop":1707753314173,"duration":0}},{"uid":"2886c30db30dc0a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2886c30db30dc0a8","status":"passed","time":{"start":1707750698716,"stop":1707750698716,"duration":0}},{"uid":"7e6bf29a5438ddb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6bf29a5438ddb2","status":"passed","time":{"start":1707736624910,"stop":1707736624911,"duration":1}},{"uid":"536d4b66a3fece00","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/536d4b66a3fece00","status":"passed","time":{"start":1707735814288,"stop":1707735814289,"duration":1}}]},"b08068a9b03559ce890ac01ffeb86082:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"af3ab777ee12eea1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af3ab777ee12eea1","status":"passed","time":{"start":1707793371095,"stop":1707793371095,"duration":0}},{"uid":"831b6b90733719b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/831b6b90733719b3","status":"passed","time":{"start":1707778338832,"stop":1707778338832,"duration":0}},{"uid":"7c160cdcd23c4451","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c160cdcd23c4451","status":"passed","time":{"start":1707775602013,"stop":1707775602013,"duration":0}},{"uid":"46cfe13cf820d1a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/46cfe13cf820d1a4","status":"passed","time":{"start":1707775390220,"stop":1707775390221,"duration":1}},{"uid":"4d56a4d7f980e263","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4d56a4d7f980e263","status":"passed","time":{"start":1707770335594,"stop":1707770335595,"duration":1}},{"uid":"418d5941f4b83cb9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/418d5941f4b83cb9","status":"passed","time":{"start":1707760301800,"stop":1707760301800,"duration":0}},{"uid":"fc372a45a896bbcf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fc372a45a896bbcf","status":"passed","time":{"start":1707758006703,"stop":1707758006703,"duration":0}},{"uid":"88e46529b8b10d07","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88e46529b8b10d07","status":"passed","time":{"start":1707756617033,"stop":1707756617033,"duration":0}},{"uid":"c6101655c43ea731","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6101655c43ea731","status":"passed","time":{"start":1707753988874,"stop":1707753988874,"duration":0}},{"uid":"48fdd762cbe2c555","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/48fdd762cbe2c555","status":"passed","time":{"start":1707753782730,"stop":1707753782730,"duration":0}},{"uid":"ef2396ff56dbdcfd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ef2396ff56dbdcfd","status":"passed","time":{"start":1707751162305,"stop":1707751162305,"duration":0}},{"uid":"dd95487bfce22938","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd95487bfce22938","status":"passed","time":{"start":1707737091296,"stop":1707737091296,"duration":0}},{"uid":"b688e9dc8ff36aac","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b688e9dc8ff36aac","status":"passed","time":{"start":1707736260115,"stop":1707736260116,"duration":1}}]},"f83b5e91299b47f609d392e5a1fc737e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e2f9341c06e0f8c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e2f9341c06e0f8c","status":"passed","time":{"start":1707793370623,"stop":1707793370623,"duration":0}},{"uid":"4f59afdf2cba139e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4f59afdf2cba139e","status":"passed","time":{"start":1707778386471,"stop":1707778386472,"duration":1}},{"uid":"4e7382b82b96df2d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e7382b82b96df2d","status":"passed","time":{"start":1707775656743,"stop":1707775656743,"duration":0}},{"uid":"f815bbe1d011d538","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f815bbe1d011d538","status":"passed","time":{"start":1707775461881,"stop":1707775461881,"duration":0}},{"uid":"55b0c80548f0ed49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55b0c80548f0ed49","status":"passed","time":{"start":1707770395176,"stop":1707770395176,"duration":0}},{"uid":"300b64070ea8c6ef","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/300b64070ea8c6ef","status":"passed","time":{"start":1707770208539,"stop":1707770208539,"duration":0}},{"uid":"459943177c828a73","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/459943177c828a73","status":"passed","time":{"start":1707760335937,"stop":1707760335937,"duration":0}},{"uid":"efb4921de3d1bf2b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/efb4921de3d1bf2b","status":"passed","time":{"start":1707758023524,"stop":1707758023525,"duration":1}},{"uid":"26e079734b35a087","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26e079734b35a087","status":"passed","time":{"start":1707756663995,"stop":1707756663995,"duration":0}},{"uid":"58ca52c36c6a156f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/58ca52c36c6a156f","status":"passed","time":{"start":1707753717346,"stop":1707753717347,"duration":1}},{"uid":"d8260fc8896025b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8260fc8896025b5","status":"passed","time":{"start":1707753837158,"stop":1707753837158,"duration":0}},{"uid":"8d84476ad4da6a01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8d84476ad4da6a01","status":"passed","time":{"start":1707751136276,"stop":1707751136277,"duration":1}},{"uid":"cc0a34c05f257d3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cc0a34c05f257d3e","status":"passed","time":{"start":1707737124638,"stop":1707737124638,"duration":0}},{"uid":"6299b58fabaecc20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6299b58fabaecc20","status":"passed","time":{"start":1707736322648,"stop":1707736322649,"duration":1}}]},"805de0d41915bb443fb5c315bd483dd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cef144e27164116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cef144e27164116b","status":"passed","time":{"start":1707757790736,"stop":1707757790737,"duration":1}}]},"1391b6b0ba4a849777922d1c0353736f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5cf85269ef4a0ac8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cf85269ef4a0ac8","status":"passed","time":{"start":1707793238870,"stop":1707793238871,"duration":1}},{"uid":"9886b0fb59eaaa2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9886b0fb59eaaa2c","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"16d7313658adf9dd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/16d7313658adf9dd","status":"passed","time":{"start":1707775486621,"stop":1707775486622,"duration":1}},{"uid":"9ef8d86c5f987d1f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9ef8d86c5f987d1f","status":"passed","time":{"start":1707775300134,"stop":1707775300134,"duration":0}},{"uid":"f5f36d284c34e182","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5f36d284c34e182","status":"passed","time":{"start":1707770234576,"stop":1707770234576,"duration":0}},{"uid":"f870149168ecc3d5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f870149168ecc3d5","status":"passed","time":{"start":1707770051375,"stop":1707770051375,"duration":0}},{"uid":"6c61855dde5c6aee","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c61855dde5c6aee","status":"passed","time":{"start":1707760174017,"stop":1707760174018,"duration":1}},{"uid":"bbfe8323095191e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbfe8323095191e9","status":"passed","time":{"start":1707757873919,"stop":1707757873919,"duration":0}},{"uid":"fd24d48e3d9de226","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd24d48e3d9de226","status":"passed","time":{"start":1707756499902,"stop":1707756499903,"duration":1}},{"uid":"7f5ed02a93e72bef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f5ed02a93e72bef","status":"passed","time":{"start":1707753870442,"stop":1707753870442,"duration":0}},{"uid":"f575479fa464c9f6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f575479fa464c9f6","status":"passed","time":{"start":1707753647501,"stop":1707753647503,"duration":2}},{"uid":"a16e10f6ecd818d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a16e10f6ecd818d2","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"59e49f63e9d98e8b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59e49f63e9d98e8b","status":"passed","time":{"start":1707736947843,"stop":1707736947843,"duration":0}},{"uid":"49687126073dc967","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/49687126073dc967","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"01e5d721be51e34e17ed69fd77982662:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1d6257f0cf171800","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d6257f0cf171800","status":"passed","time":{"start":1707793371111,"stop":1707793371112,"duration":1}},{"uid":"e6c9213907d5672a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6c9213907d5672a","status":"passed","time":{"start":1707778338852,"stop":1707778338853,"duration":1}},{"uid":"30d36d7321196e59","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/30d36d7321196e59","status":"passed","time":{"start":1707775602030,"stop":1707775602031,"duration":1}},{"uid":"c73c238e05d0b2d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c73c238e05d0b2d3","status":"passed","time":{"start":1707775390243,"stop":1707775390243,"duration":0}},{"uid":"7889af2304dfb5fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7889af2304dfb5fd","status":"passed","time":{"start":1707770335614,"stop":1707770335615,"duration":1}},{"uid":"f381db537f6b7053","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f381db537f6b7053","status":"passed","time":{"start":1707769968728,"stop":1707769968729,"duration":1}},{"uid":"9ede686578c1572f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ede686578c1572f","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"2b177e922de2937f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b177e922de2937f","status":"passed","time":{"start":1707758006719,"stop":1707758006719,"duration":0}},{"uid":"7d880b2f7f622f44","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d880b2f7f622f44","status":"passed","time":{"start":1707756617053,"stop":1707756617054,"duration":1}},{"uid":"81124b38632cd350","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/81124b38632cd350","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"85788d67229f57a6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85788d67229f57a6","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"cfcf3e68f8456643","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cfcf3e68f8456643","status":"passed","time":{"start":1707751162319,"stop":1707751162320,"duration":1}},{"uid":"c0797e0bb400d334","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0797e0bb400d334","status":"passed","time":{"start":1707737091352,"stop":1707737091352,"duration":0}},{"uid":"22edd09c72bfc3c2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/22edd09c72bfc3c2","status":"passed","time":{"start":1707736260148,"stop":1707736260149,"duration":1}}]},"e6ab723b7b3c1b12e0ea9b326f71a40a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ada21afefa249d94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ada21afefa249d94","status":"passed","time":{"start":1707756499920,"stop":1707756499921,"duration":1}}]},"d722697c7921a61b0369ebe38fe194be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a3bbf733e2e47d7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a3bbf733e2e47d7e","status":"passed","time":{"start":1707750953981,"stop":1707750953981,"duration":0}}]},"43ed9d1bd32912859882964e4710b4d9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c2a58a28a01e65c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2a58a28a01e65c1","status":"passed","time":{"start":1707792814742,"stop":1707792814743,"duration":1}},{"uid":"f7c946995734d70d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f7c946995734d70d","status":"passed","time":{"start":1707777764076,"stop":1707777764076,"duration":0}},{"uid":"3c54648ad926c275","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3c54648ad926c275","status":"passed","time":{"start":1707775040145,"stop":1707775040145,"duration":0}},{"uid":"8422897533192ff6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8422897533192ff6","status":"passed","time":{"start":1707774842100,"stop":1707774842101,"duration":1}},{"uid":"5f0507c247e29498","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f0507c247e29498","status":"passed","time":{"start":1707769789483,"stop":1707769789484,"duration":1}},{"uid":"a2493fdb95cd5e17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a2493fdb95cd5e17","status":"passed","time":{"start":1707769642218,"stop":1707769642218,"duration":0}},{"uid":"a9e9267556a847a0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a9e9267556a847a0","status":"passed","time":{"start":1707759737066,"stop":1707759737067,"duration":1}},{"uid":"ab16441b85f3e6c7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ab16441b85f3e6c7","status":"passed","time":{"start":1707757431973,"stop":1707757431973,"duration":0}},{"uid":"6eedc81a334be664","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6eedc81a334be664","status":"passed","time":{"start":1707756061017,"stop":1707756061018,"duration":1}},{"uid":"20494cfce038df9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20494cfce038df9","status":"passed","time":{"start":1707753479607,"stop":1707753479607,"duration":0}},{"uid":"fb8a13d9bbe321ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fb8a13d9bbe321ae","status":"passed","time":{"start":1707753208305,"stop":1707753208306,"duration":1}},{"uid":"c4462578a5dd64f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4462578a5dd64f9","status":"passed","time":{"start":1707750608582,"stop":1707750608582,"duration":0}},{"uid":"c7653bc0d8c5b1d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c7653bc0d8c5b1d3","status":"passed","time":{"start":1707736525853,"stop":1707736525853,"duration":0}},{"uid":"f8f100622f7e92a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8f100622f7e92a8","status":"passed","time":{"start":1707735707687,"stop":1707735707687,"duration":0}}]},"07637c81f96318c98006bfa4a73dff23:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d40707ab17bf4fbc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d40707ab17bf4fbc","status":"passed","time":{"start":1707775205630,"stop":1707775205631,"duration":1}}]},"9e48a36c3cc9812976e64b83ee210bb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2cb7d0263fe43fb7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2cb7d0263fe43fb7","status":"passed","time":{"start":1707793238866,"stop":1707793238869,"duration":3}},{"uid":"8dc9cf2b3654a92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8dc9cf2b3654a92b","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"ecde07bdd687f30e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ecde07bdd687f30e","status":"passed","time":{"start":1707775486617,"stop":1707775486618,"duration":1}},{"uid":"1d0661b0e17fe507","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d0661b0e17fe507","status":"passed","time":{"start":1707775300132,"stop":1707775300132,"duration":0}},{"uid":"65d7be0f7ce83f63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65d7be0f7ce83f63","status":"passed","time":{"start":1707770234574,"stop":1707770234574,"duration":0}},{"uid":"cb5644759cb8e5f3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb5644759cb8e5f3","status":"passed","time":{"start":1707770051369,"stop":1707770051373,"duration":4}},{"uid":"ee998fc62e5931ff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ee998fc62e5931ff","status":"passed","time":{"start":1707760174013,"stop":1707760174014,"duration":1}},{"uid":"9d8c52a5f287bbd1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d8c52a5f287bbd1","status":"passed","time":{"start":1707757873917,"stop":1707757873918,"duration":1}},{"uid":"6f3f474ca2276a11","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6f3f474ca2276a11","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"9b1ac705832ff006","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9b1ac705832ff006","status":"passed","time":{"start":1707753870427,"stop":1707753870439,"duration":12}},{"uid":"7f863e96f9fa750a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f863e96f9fa750a","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"3c3bc2cb184b9295","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c3bc2cb184b9295","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"88c3a6da8a90cb72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/88c3a6da8a90cb72","status":"passed","time":{"start":1707736947841,"stop":1707736947842,"duration":1}},{"uid":"58aa3460850a8f7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58aa3460850a8f7e","status":"passed","time":{"start":1707736152500,"stop":1707736152500,"duration":0}}]},"a999fa5513c28adc30fb234d16a62972:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d50a547e605334fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d50a547e605334fc","status":"passed","time":{"start":1707792838867,"stop":1707792838868,"duration":1}},{"uid":"5f6957f7b08e6aa8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f6957f7b08e6aa8","status":"passed","time":{"start":1707777787220,"stop":1707777787221,"duration":1}},{"uid":"752addbc88ef1adc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/752addbc88ef1adc","status":"passed","time":{"start":1707775063035,"stop":1707775063036,"duration":1}},{"uid":"1ed5424e4fbade2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ed5424e4fbade2c","status":"passed","time":{"start":1707774865143,"stop":1707774865144,"duration":1}},{"uid":"547fe90d4b308c36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/547fe90d4b308c36","status":"passed","time":{"start":1707769812638,"stop":1707769812638,"duration":0}},{"uid":"d10635c516cb4c8e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d10635c516cb4c8e","status":"passed","time":{"start":1707769665340,"stop":1707769665340,"duration":0}},{"uid":"c3f4969f78b7df84","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c3f4969f78b7df84","status":"passed","time":{"start":1707759759720,"stop":1707759759735,"duration":15}},{"uid":"f8c442558efd287b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f8c442558efd287b","status":"passed","time":{"start":1707757455864,"stop":1707757455865,"duration":1}},{"uid":"8448e6b5f152032a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8448e6b5f152032a","status":"passed","time":{"start":1707756084425,"stop":1707756084425,"duration":0}},{"uid":"6bd43e22d9eccc77","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6bd43e22d9eccc77","status":"passed","time":{"start":1707753503423,"stop":1707753503424,"duration":1}},{"uid":"d96b06a9dbb0eeda","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d96b06a9dbb0eeda","status":"passed","time":{"start":1707753233560,"stop":1707753233560,"duration":0}},{"uid":"e11a1ac6b658ef8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e11a1ac6b658ef8a","status":"passed","time":{"start":1707750631901,"stop":1707750631901,"duration":0}},{"uid":"852a17c693947020","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/852a17c693947020","status":"passed","time":{"start":1707736548881,"stop":1707736548882,"duration":1}},{"uid":"bda5e401ea95928e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bda5e401ea95928e","status":"passed","time":{"start":1707735732430,"stop":1707735732431,"duration":1}}]},"79afbfbf6561fcb803be66a8314eb11a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b21b8ea65708b856","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b21b8ea65708b856","status":"passed","time":{"start":1707793383651,"stop":1707793383652,"duration":1}},{"uid":"f336c8fee3902e9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f336c8fee3902e9","status":"passed","time":{"start":1707778343613,"stop":1707778343613,"duration":0}},{"uid":"ef4d9ce3f1c32669","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef4d9ce3f1c32669","status":"passed","time":{"start":1707775620189,"stop":1707775620189,"duration":0}},{"uid":"609aecdb3a64395c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/609aecdb3a64395c","status":"passed","time":{"start":1707775421264,"stop":1707775421265,"duration":1}},{"uid":"70ff39f387612943","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/70ff39f387612943","status":"passed","time":{"start":1707770355206,"stop":1707770355206,"duration":0}},{"uid":"e9c5e62e8d5c35ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e9c5e62e8d5c35ec","status":"passed","time":{"start":1707770126651,"stop":1707770126652,"duration":1}},{"uid":"b1c70cf9d392e7bb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b1c70cf9d392e7bb","status":"passed","time":{"start":1707760312929,"stop":1707760312929,"duration":0}},{"uid":"675e5013022b761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/675e5013022b761","status":"passed","time":{"start":1707758011522,"stop":1707758011523,"duration":1}},{"uid":"d16bdc07d31afd50","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d16bdc07d31afd50","status":"passed","time":{"start":1707756635737,"stop":1707756635739,"duration":2}},{"uid":"bb310bc5dbb0c442","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bb310bc5dbb0c442","status":"passed","time":{"start":1707753934641,"stop":1707753934642,"duration":1}},{"uid":"4f341181b8ab41d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f341181b8ab41d4","status":"passed","time":{"start":1707753799512,"stop":1707753799512,"duration":0}},{"uid":"d8148dcbf1f1a2f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8148dcbf1f1a2f3","status":"passed","time":{"start":1707751117572,"stop":1707751117573,"duration":1}},{"uid":"9e434197b828108a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e434197b828108a","status":"passed","time":{"start":1707737090807,"stop":1707737090807,"duration":0}},{"uid":"af1f9a9866caa393","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af1f9a9866caa393","status":"passed","time":{"start":1707736296309,"stop":1707736296310,"duration":1}}]},"9724f8218e08c65499e3508ed7ea36b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5cbde898b24692b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cbde898b24692b4","status":"passed","time":{"start":1707753668076,"stop":1707753668076,"duration":0}}]},"e56fa6bf0075754e1396b8f53b9a903a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3696b7f545496e3b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3696b7f545496e3b","status":"passed","time":{"start":1707792800806,"stop":1707792800812,"duration":6}},{"uid":"91815e523c88e871","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/91815e523c88e871","status":"passed","time":{"start":1707777749835,"stop":1707777749836,"duration":1}},{"uid":"1adf8cc2488e08ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1adf8cc2488e08ae","status":"passed","time":{"start":1707775026262,"stop":1707775026262,"duration":0}},{"uid":"bfc0fb5942470af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bfc0fb5942470af5","status":"passed","time":{"start":1707774827848,"stop":1707774827853,"duration":5}},{"uid":"c1fa919de0a88a29","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1fa919de0a88a29","status":"passed","time":{"start":1707769775402,"stop":1707769775402,"duration":0}},{"uid":"63786b2ddbed5c94","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/63786b2ddbed5c94","status":"passed","time":{"start":1707769628082,"stop":1707769628083,"duration":1}},{"uid":"277de682e755bb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/277de682e755bb46","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"491f808f53141782","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/491f808f53141782","status":"passed","time":{"start":1707757417657,"stop":1707757417662,"duration":5}},{"uid":"f996d64d0e9e8eb4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f996d64d0e9e8eb4","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"b709979a1261a5d0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b709979a1261a5d0","status":"passed","time":{"start":1707753465434,"stop":1707753465434,"duration":0}},{"uid":"e2a4a2648e18a5a9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e2a4a2648e18a5a9","status":"passed","time":{"start":1707753193773,"stop":1707753193773,"duration":0}},{"uid":"78c3ee417e152461","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/78c3ee417e152461","status":"passed","time":{"start":1707750594358,"stop":1707750594358,"duration":0}},{"uid":"8e25004c03b19f54","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e25004c03b19f54","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"12b269845620e73b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/12b269845620e73b","status":"passed","time":{"start":1707735693122,"stop":1707735693122,"duration":0}}]},"97bf97972f2bd0046bca2161e2bd2bed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"489f973d95a305fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/489f973d95a305fb","status":"passed","time":{"start":1707777997114,"stop":1707777997115,"duration":1}},{"uid":"8805b26ee4bb904b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8805b26ee4bb904b","status":"passed","time":{"start":1707775275752,"stop":1707775275752,"duration":0}},{"uid":"90fbec8d3f0b2893","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90fbec8d3f0b2893","status":"passed","time":{"start":1707775085885,"stop":1707775085885,"duration":0}},{"uid":"d6749ab6a0f771a4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6749ab6a0f771a4","status":"passed","time":{"start":1707770018842,"stop":1707770018843,"duration":1}},{"uid":"55b86a34cfbbc0b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/55b86a34cfbbc0b","status":"passed","time":{"start":1707769883321,"stop":1707769883322,"duration":1}},{"uid":"7896150c51f967d4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7896150c51f967d4","status":"passed","time":{"start":1707759981463,"stop":1707759981463,"duration":0}},{"uid":"eedb72dc97f712ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/eedb72dc97f712ad","status":"passed","time":{"start":1707757676043,"stop":1707757676044,"duration":1}},{"uid":"9b99571509be9aa4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9b99571509be9aa4","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9ca902daeef310e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9ca902daeef310e","status":"passed","time":{"start":1707753713249,"stop":1707753713250,"duration":1}},{"uid":"68d3952bedc6a483","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/68d3952bedc6a483","status":"passed","time":{"start":1707753448102,"stop":1707753448103,"duration":1}},{"uid":"60bf7a19917fb69c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60bf7a19917fb69c","status":"passed","time":{"start":1707750840039,"stop":1707750840040,"duration":1}},{"uid":"29aa8745dfd80d44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29aa8745dfd80d44","status":"passed","time":{"start":1707736765015,"stop":1707736765016,"duration":1}},{"uid":"83afb1bc0984609e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/83afb1bc0984609e","status":"passed","time":{"start":1707735955248,"stop":1707735955248,"duration":0}}]},"389d651cca3c08327c8ef1d4d963eb2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ffebe91ed5be523","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ffebe91ed5be523","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0}},{"uid":"ebbfe7e29205e4a8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ebbfe7e29205e4a8","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"20a62db963ca06cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20a62db963ca06cc","status":"passed","time":{"start":1707775327575,"stop":1707775327575,"duration":0}},{"uid":"ff46642a82061a62","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ff46642a82061a62","status":"passed","time":{"start":1707775129519,"stop":1707775129519,"duration":0}},{"uid":"6479900a1d29b86f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6479900a1d29b86f","status":"passed","time":{"start":1707770055876,"stop":1707770055877,"duration":1}},{"uid":"71015a31f7dc4834","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71015a31f7dc4834","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"271de4404f90cdd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/271de4404f90cdd3","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"97c996b6686035ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/97c996b6686035ec","status":"passed","time":{"start":1707757709189,"stop":1707757709190,"duration":1}},{"uid":"7e0803190b065417","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e0803190b065417","status":"passed","time":{"start":1707756341221,"stop":1707756341221,"duration":0}},{"uid":"7958b5c7b8f4de51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7958b5c7b8f4de51","status":"passed","time":{"start":1707753751253,"stop":1707753751253,"duration":0}},{"uid":"e3c54a65b9b83721","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3c54a65b9b83721","status":"passed","time":{"start":1707753510014,"stop":1707753510014,"duration":0}},{"uid":"23f580eab68d1048","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/23f580eab68d1048","status":"passed","time":{"start":1707750881807,"stop":1707750881808,"duration":1}},{"uid":"22e4e95767e153","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/22e4e95767e153","status":"passed","time":{"start":1707736800766,"stop":1707736800767,"duration":1}},{"uid":"f8d778747482fb23","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8d778747482fb23","status":"passed","time":{"start":1707736013455,"stop":1707736013455,"duration":0}}]},"d90af7b37ad91eaa1456328004d8a3fa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e0f54c7d213a71d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e0f54c7d213a71d2","status":"passed","time":{"start":1707793370635,"stop":1707793370635,"duration":0}},{"uid":"9dc8bf652b29433b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dc8bf652b29433b","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"5e7690601af4e57a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e7690601af4e57a","status":"passed","time":{"start":1707775656750,"stop":1707775656750,"duration":0}},{"uid":"a47d6756e2432a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a47d6756e2432a","status":"passed","time":{"start":1707775461889,"stop":1707775461890,"duration":1}},{"uid":"5cd0d49ed39d938","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5cd0d49ed39d938","status":"passed","time":{"start":1707770395187,"stop":1707770395187,"duration":0}},{"uid":"1ba08c116e565c99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1ba08c116e565c99","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"db6a6d7b1caa79fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/db6a6d7b1caa79fa","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"3ab0013c0325ad4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3ab0013c0325ad4c","status":"passed","time":{"start":1707758023536,"stop":1707758023536,"duration":0}},{"uid":"4245ae38ebae70b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4245ae38ebae70b8","status":"passed","time":{"start":1707756664005,"stop":1707756664005,"duration":0}},{"uid":"588cf90c939ee536","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/588cf90c939ee536","status":"passed","time":{"start":1707753837171,"stop":1707753837172,"duration":1}},{"uid":"70bb71efe888047a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70bb71efe888047a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"ef7337bed59581a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef7337bed59581a4","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"5460581b882bb8b2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5460581b882bb8b2","status":"passed","time":{"start":1707736322660,"stop":1707736322660,"duration":0}}]},"bd3dff4d11649697525134396ae0dc4e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a52ef9da2663526b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a52ef9da2663526b","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"duration":0}},{"uid":"82c1f0231807f2b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82c1f0231807f2b3","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"27205568977d0f13","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27205568977d0f13","status":"passed","time":{"start":1707775685026,"stop":1707775685027,"duration":1}},{"uid":"8bd08bb474f77db7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bd08bb474f77db7","status":"passed","time":{"start":1707775494277,"stop":1707775494277,"duration":0}},{"uid":"72db306e15ec8b5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72db306e15ec8b5d","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"43a4378068e2a526","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/43a4378068e2a526","status":"passed","time":{"start":1707770238686,"stop":1707770238686,"duration":0}},{"uid":"72e8f763462b9ee5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72e8f763462b9ee5","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"27e7fa6425414292","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27e7fa6425414292","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"f07ea821f2c83772","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f07ea821f2c83772","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"ad43fe281ff75815","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad43fe281ff75815","status":"passed","time":{"start":1707754051787,"stop":1707754051787,"duration":0}},{"uid":"d6624aac98ac8efd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d6624aac98ac8efd","status":"passed","time":{"start":1707753877928,"stop":1707753877928,"duration":0}},{"uid":"d7e8e58a478798e2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7e8e58a478798e2","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"299766343c79a436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/299766343c79a436","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"b19008a98fad62fe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b19008a98fad62fe","status":"passed","time":{"start":1707736353039,"stop":1707736353039,"duration":0}}]},"bea3e4b185e75067f061378d55b1b212:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ff427b086815ee67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff427b086815ee67","status":"passed","time":{"start":1707793287282,"stop":1707793287282,"duration":0}},{"uid":"d160901e7653ecc4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d160901e7653ecc4","status":"passed","time":{"start":1707778251795,"stop":1707778251796,"duration":1}},{"uid":"47d78bde105ce04f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/47d78bde105ce04f","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"5229a49f0a56cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5229a49f0a56cb","status":"passed","time":{"start":1707775340605,"stop":1707775340608,"duration":3}},{"uid":"b36500448a7772","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b36500448a7772","status":"passed","time":{"start":1707770272998,"stop":1707770272998,"duration":0}},{"uid":"cef9745c01cdd0f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cef9745c01cdd0f9","status":"passed","time":{"start":1707770045975,"stop":1707770045975,"duration":0}},{"uid":"221bed80d50e5ec1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/221bed80d50e5ec1","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"88606b41226b550a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/88606b41226b550a","status":"passed","time":{"start":1707757921496,"stop":1707757921497,"duration":1}},{"uid":"b926540d37b11c16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b926540d37b11c16","status":"passed","time":{"start":1707756552027,"stop":1707756552027,"duration":0}},{"uid":"75725b09d3053600","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75725b09d3053600","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"37533f0efc1d0fb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/37533f0efc1d0fb7","status":"passed","time":{"start":1707753708969,"stop":1707753708970,"duration":1}},{"uid":"bda74a9ddda5545a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bda74a9ddda5545a","status":"passed","time":{"start":1707751075909,"stop":1707751075910,"duration":1}},{"uid":"a75b1e67368e5552","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a75b1e67368e5552","status":"passed","time":{"start":1707737000810,"stop":1707737000811,"duration":1}},{"uid":"fa4cf46d3b411640","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa4cf46d3b411640","status":"passed","time":{"start":1707736214131,"stop":1707736214131,"duration":0}}]},"596056a73d2c97746bef4dae5254fb98:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f338accdb234207e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f338accdb234207e","status":"passed","time":{"start":1707792815080,"stop":1707792815080,"duration":0}},{"uid":"1bd3bb372116b213","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1bd3bb372116b213","status":"passed","time":{"start":1707777764429,"stop":1707777764430,"duration":1}},{"uid":"13e226451d6c443a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13e226451d6c443a","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"dd2d82b6a16f770e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dd2d82b6a16f770e","status":"passed","time":{"start":1707774842471,"stop":1707774842472,"duration":1}},{"uid":"d61f8cc45c2f5c86","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d61f8cc45c2f5c86","status":"passed","time":{"start":1707769789803,"stop":1707769789803,"duration":0}},{"uid":"f219373ad0b3a91c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f219373ad0b3a91c","status":"passed","time":{"start":1707769642598,"stop":1707769642598,"duration":0}},{"uid":"d3e8f98af56d525d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3e8f98af56d525d","status":"passed","time":{"start":1707759737376,"stop":1707759737376,"duration":0}},{"uid":"1eb2b8ed67057886","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1eb2b8ed67057886","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"1edb4f07c89480e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1edb4f07c89480e7","status":"passed","time":{"start":1707756061419,"stop":1707756061419,"duration":0}},{"uid":"b01c15d1cb581d92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b01c15d1cb581d92","status":"passed","time":{"start":1707753479973,"stop":1707753479973,"duration":0}},{"uid":"4a5490be4c4ff40a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a5490be4c4ff40a","status":"passed","time":{"start":1707753208671,"stop":1707753208671,"duration":0}},{"uid":"94a5db07aabad792","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/94a5db07aabad792","status":"passed","time":{"start":1707750608875,"stop":1707750608875,"duration":0}},{"uid":"deba3bd2e9efeb2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/deba3bd2e9efeb2","status":"passed","time":{"start":1707736526329,"stop":1707736526329,"duration":0}},{"uid":"b8c3feb38b593ab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8c3feb38b593ab2","status":"passed","time":{"start":1707735708005,"stop":1707735708005,"duration":0}}]},"6833efb468cd2b269b44e8cc2e020394:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b6a1c76280fafe17","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6a1c76280fafe17","status":"passed","time":{"start":1707793304788,"stop":1707793304789,"duration":1}},{"uid":"64a08577fd862d37","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/64a08577fd862d37","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"ee230f0711f21410","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ee230f0711f21410","status":"passed","time":{"start":1707775545750,"stop":1707775545751,"duration":1}},{"uid":"9000dd61f39fb75d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9000dd61f39fb75d","status":"passed","time":{"start":1707775359971,"stop":1707775359972,"duration":1}},{"uid":"ca858c2ec8aec26e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca858c2ec8aec26e","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"5bf7abe2b3d947a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bf7abe2b3d947a7","status":"passed","time":{"start":1707770099500,"stop":1707770099501,"duration":1}},{"uid":"fa9b078f85894f89","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fa9b078f85894f89","status":"passed","time":{"start":1707760242017,"stop":1707760242017,"duration":0}},{"uid":"8ad7baf3cf90916a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ad7baf3cf90916a","status":"passed","time":{"start":1707757936369,"stop":1707757936371,"duration":2}},{"uid":"52dc4aedfdfbdb6f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/52dc4aedfdfbdb6f","status":"passed","time":{"start":1707756564917,"stop":1707756564918,"duration":1}},{"uid":"5ea54ae623f5e60a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ea54ae623f5e60a","status":"passed","time":{"start":1707753906989,"stop":1707753906989,"duration":0}},{"uid":"7b51f0fd1a011147","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b51f0fd1a011147","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"8f1c5b06119ef9ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f1c5b06119ef9ec","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"4ec7452080f4ad12","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4ec7452080f4ad12","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"3bb20168dd80583e564488697a81096c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"47883af9d7d353d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/47883af9d7d353d9","status":"passed","time":{"start":1707736081273,"stop":1707736081273,"duration":0}}]},"1dfa42560613594105913a69c96c7a2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"18c3e80a9b27b0e0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18c3e80a9b27b0e0","status":"passed","time":{"start":1707793370626,"stop":1707793370627,"duration":1}},{"uid":"a2970d3d5b293914","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a2970d3d5b293914","status":"passed","time":{"start":1707778386476,"stop":1707778386476,"duration":0}},{"uid":"b0db1d55b6819826","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b0db1d55b6819826","status":"passed","time":{"start":1707775656745,"stop":1707775656745,"duration":0}},{"uid":"7c9985e5a23312f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7c9985e5a23312f5","status":"passed","time":{"start":1707775461883,"stop":1707775461883,"duration":0}},{"uid":"b798c1357f22ddfe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b798c1357f22ddfe","status":"passed","time":{"start":1707770395178,"stop":1707770395179,"duration":1}},{"uid":"3d8c901095febabd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3d8c901095febabd","status":"passed","time":{"start":1707770208541,"stop":1707770208541,"duration":0}},{"uid":"f4d10119b9d9f70c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4d10119b9d9f70c","status":"passed","time":{"start":1707760335941,"stop":1707760335941,"duration":0}},{"uid":"9078b049da7ba0ef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9078b049da7ba0ef","status":"passed","time":{"start":1707758023528,"stop":1707758023528,"duration":0}},{"uid":"556059e69f04202a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/556059e69f04202a","status":"passed","time":{"start":1707756663998,"stop":1707756663998,"duration":0}},{"uid":"6c1b3ac165f1898","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c1b3ac165f1898","status":"passed","time":{"start":1707753837162,"stop":1707753837163,"duration":1}},{"uid":"127443393cb1ac7e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/127443393cb1ac7e","status":"passed","time":{"start":1707751136279,"stop":1707751136280,"duration":1}},{"uid":"a8649f7fd2eee2c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8649f7fd2eee2c5","status":"passed","time":{"start":1707737124640,"stop":1707737124640,"duration":0}},{"uid":"bd414a28e2e69cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd414a28e2e69cb","status":"passed","time":{"start":1707736322652,"stop":1707736322652,"duration":0}}]},"b633cadfe99b34bcd4c97eb935f61739:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9d8a1f8f6615fd6d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d8a1f8f6615fd6d","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0}},{"uid":"31bbabc8969df760","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/31bbabc8969df760","status":"passed","time":{"start":1707778002167,"stop":1707778002167,"duration":0}},{"uid":"f29f45d515c67489","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f29f45d515c67489","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"1fb9d7f4cfaf49e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1fb9d7f4cfaf49e9","status":"passed","time":{"start":1707775094104,"stop":1707775094104,"duration":0}},{"uid":"e4d6861dd25cfa75","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e4d6861dd25cfa75","status":"passed","time":{"start":1707770019757,"stop":1707770019757,"duration":0}},{"uid":"8ecf34559110dee5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ecf34559110dee5","status":"passed","time":{"start":1707769883644,"stop":1707769883644,"duration":0}},{"uid":"7bc2051167cc9b74","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bc2051167cc9b74","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"6bdd7243c6d9af57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6bdd7243c6d9af57","status":"passed","time":{"start":1707757677812,"stop":1707757677812,"duration":0}},{"uid":"8fdd44988df597e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8fdd44988df597e","status":"passed","time":{"start":1707756291414,"stop":1707756291415,"duration":1}},{"uid":"4abe79b85f479d5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4abe79b85f479d5d","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"abfce8629bd251ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfce8629bd251ea","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"55cdb61d3610c1f5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/55cdb61d3610c1f5","status":"passed","time":{"start":1707750845164,"stop":1707750845169,"duration":5}},{"uid":"97340c0d3036a16c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/97340c0d3036a16c","status":"passed","time":{"start":1707736769676,"stop":1707736769676,"duration":0}},{"uid":"563a70cfd4f95f46","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/563a70cfd4f95f46","status":"passed","time":{"start":1707735968262,"stop":1707735968264,"duration":2}}]},"b7b097c9f783317ac898159e2ae04163:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2a5d7f4abee648c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a5d7f4abee648c1","status":"passed","time":{"start":1707793142791,"stop":1707793142792,"duration":1}},{"uid":"a8c6df1c2c5b9b42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a8c6df1c2c5b9b42","status":"passed","time":{"start":1707778103145,"stop":1707778103145,"duration":0}},{"uid":"c830232604b5582c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c830232604b5582c","status":"passed","time":{"start":1707775384053,"stop":1707775384053,"duration":0}},{"uid":"4b82126af5532949","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4b82126af5532949","status":"passed","time":{"start":1707775193314,"stop":1707775193314,"duration":0}},{"uid":"98212c86c0c01ef5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98212c86c0c01ef5","status":"passed","time":{"start":1707770121406,"stop":1707770121407,"duration":1}},{"uid":"5073e98af8c3db6b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5073e98af8c3db6b","status":"passed","time":{"start":1707769979914,"stop":1707769979914,"duration":0}},{"uid":"b89d2641e7245e79","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b89d2641e7245e79","status":"passed","time":{"start":1707760084099,"stop":1707760084099,"duration":0}},{"uid":"62186f1aa8c82835","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62186f1aa8c82835","status":"passed","time":{"start":1707757782367,"stop":1707757782367,"duration":0}},{"uid":"b7b188863cc29b94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b7b188863cc29b94","status":"passed","time":{"start":1707756396100,"stop":1707756396101,"duration":1}},{"uid":"78b39a9cc0b408d1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78b39a9cc0b408d1","status":"passed","time":{"start":1707753781756,"stop":1707753781756,"duration":0}},{"uid":"e5d098484114e9ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5d098484114e9ed","status":"passed","time":{"start":1707753563087,"stop":1707753563097,"duration":10}},{"uid":"bbfaee35cb5e9f58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbfaee35cb5e9f58","status":"passed","time":{"start":1707750940652,"stop":1707750940653,"duration":1}},{"uid":"eec09fa7c7dce802","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eec09fa7c7dce802","status":"passed","time":{"start":1707736870544,"stop":1707736870544,"duration":0}},{"uid":"1f7059bba4120bf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f7059bba4120bf1","status":"passed","time":{"start":1707736068812,"stop":1707736068812,"duration":0}}]},"21cb2ca4c35d2bceb7f222ee81264afa:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6094f4c914e354ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6094f4c914e354ee","status":"passed","time":{"start":1707753870470,"stop":1707753870471,"duration":1}}]},"cd20c75cab5882a1004d99ab0d4c5917:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2471d11993d8625f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2471d11993d8625f","status":"passed","time":{"start":1707793238872,"stop":1707793238872,"duration":0}},{"uid":"1c52bb4e8a413e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1c52bb4e8a413e","status":"passed","time":{"start":1707778202480,"stop":1707778202480,"duration":0}},{"uid":"9ac9f9f42fa4ece7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9ac9f9f42fa4ece7","status":"passed","time":{"start":1707775486625,"stop":1707775486626,"duration":1}},{"uid":"3b7165606181ac0f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3b7165606181ac0f","status":"passed","time":{"start":1707775300135,"stop":1707775300136,"duration":1}},{"uid":"21b4fbd6f7be9f26","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21b4fbd6f7be9f26","status":"passed","time":{"start":1707770234577,"stop":1707770234578,"duration":1}},{"uid":"8821620dbe3a645a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8821620dbe3a645a","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"c9743549194eea1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9743549194eea1b","status":"passed","time":{"start":1707760174020,"stop":1707760174021,"duration":1}},{"uid":"bbedc427142befd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bbedc427142befd","status":"passed","time":{"start":1707757873921,"stop":1707757873921,"duration":0}},{"uid":"2795e884265b0909","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2795e884265b0909","status":"passed","time":{"start":1707756499904,"stop":1707756499904,"duration":0}},{"uid":"7f29821c3bdba816","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f29821c3bdba816","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"7bed375ff0d9f027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7bed375ff0d9f027","status":"passed","time":{"start":1707753647509,"stop":1707753647509,"duration":0}},{"uid":"3354cd7e2c485535","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3354cd7e2c485535","status":"passed","time":{"start":1707751019569,"stop":1707751019569,"duration":0}},{"uid":"49e17fb0c6568081","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/49e17fb0c6568081","status":"passed","time":{"start":1707736947844,"stop":1707736947845,"duration":1}},{"uid":"38db65ded9231019","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38db65ded9231019","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"ed9faa1442d0adbafc07b83aae886da9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6dc7122b7761e78","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc7122b7761e78","status":"passed","time":{"start":1707793153226,"stop":1707793153226,"duration":0}},{"uid":"7e2dd31ae0f457f5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e2dd31ae0f457f5","status":"passed","time":{"start":1707778114676,"stop":1707778114676,"duration":0}},{"uid":"c77fdc562daf8d3c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c77fdc562daf8d3c","status":"passed","time":{"start":1707775395378,"stop":1707775395378,"duration":0}},{"uid":"2681c628c09be41a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2681c628c09be41a","status":"passed","time":{"start":1707775205631,"stop":1707775205632,"duration":1}},{"uid":"87df996ff4e94500","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87df996ff4e94500","status":"passed","time":{"start":1707770131707,"stop":1707770131707,"duration":0}},{"uid":"7342b7f8c84d5210","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7342b7f8c84d5210","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}},{"uid":"d82523424dca7b6d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d82523424dca7b6d","status":"passed","time":{"start":1707760095405,"stop":1707760095405,"duration":0}},{"uid":"4336a09b7799a664","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4336a09b7799a664","status":"passed","time":{"start":1707757790737,"stop":1707757790737,"duration":0}},{"uid":"eeeaa5a017dec9d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eeeaa5a017dec9d","status":"passed","time":{"start":1707756409547,"stop":1707756409547,"duration":0}},{"uid":"b4be9ce361a02a5b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4be9ce361a02a5b","status":"passed","time":{"start":1707753793193,"stop":1707753793193,"duration":0}},{"uid":"121571e32d5d330","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/121571e32d5d330","status":"passed","time":{"start":1707753573531,"stop":1707753573531,"duration":0}},{"uid":"340144cc369d3c43","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/340144cc369d3c43","status":"passed","time":{"start":1707750953982,"stop":1707750953982,"duration":0}},{"uid":"f03518d082823b5b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f03518d082823b5b","status":"passed","time":{"start":1707736878969,"stop":1707736878969,"duration":0}},{"uid":"7d21298b7db4ad8b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d21298b7db4ad8b","status":"passed","time":{"start":1707736081274,"stop":1707736081274,"duration":0}}]},"e88761227b0f138ed305d501711e6e24:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fa320788fb103fed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fa320788fb103fed","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0}},{"uid":"675b4b1a84fe64fc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/675b4b1a84fe64fc","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"8d425565f5f2976a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8d425565f5f2976a","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"81b0187881fed598","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/81b0187881fed598","status":"passed","time":{"start":1707775462777,"stop":1707775462778,"duration":1}},{"uid":"3ea437ff036c0d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ea437ff036c0d9","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"20ee67efbdc42b2e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/20ee67efbdc42b2e","status":"passed","time":{"start":1707770180414,"stop":1707770180415,"duration":1}},{"uid":"23492fd455e8ea33","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23492fd455e8ea33","status":"passed","time":{"start":1707760352906,"stop":1707760352906,"duration":0}},{"uid":"ae4c13edf1f6334e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ae4c13edf1f6334e","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"ad2182994d74c212","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad2182994d74c212","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"ff953d23e16ab681","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff953d23e16ab681","status":"passed","time":{"start":1707753994322,"stop":1707753994323,"duration":1}},{"uid":"83f25bb9bc3e8208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/83f25bb9bc3e8208","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"2f7ae4989cded2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7ae4989cded2b7","status":"passed","time":{"start":1707737132858,"stop":1707737132859,"duration":1}},{"uid":"1d81433b91c7df88","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1d81433b91c7df88","status":"passed","time":{"start":1707736343132,"stop":1707736343132,"duration":0}}]},"b62407d9cdee015192bd612931f3e164:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"edaee21b6d5d4c6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/edaee21b6d5d4c6","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}}]},"4b74227c81c0ddf3a3c661874a9360f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e409ad3f6287d571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e409ad3f6287d571","status":"passed","time":{"start":1707793446742,"stop":1707793446743,"duration":1}},{"uid":"2a0f858653ea7429","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2a0f858653ea7429","status":"passed","time":{"start":1707778413521,"stop":1707778413521,"duration":0}},{"uid":"c0cfa106ac545743","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0cfa106ac545743","status":"passed","time":{"start":1707775685028,"stop":1707775685028,"duration":0}},{"uid":"52638e3b1125944a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/52638e3b1125944a","status":"passed","time":{"start":1707775494278,"stop":1707775494279,"duration":1}},{"uid":"8d12639c3d9e12f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8d12639c3d9e12f7","status":"passed","time":{"start":1707770424179,"stop":1707770424180,"duration":1}},{"uid":"3b207321b1badb05","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3b207321b1badb05","status":"passed","time":{"start":1707770238687,"stop":1707770238688,"duration":1}},{"uid":"9d11bf8fa0a3f863","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d11bf8fa0a3f863","status":"passed","time":{"start":1707760374680,"stop":1707760374680,"duration":0}},{"uid":"3b87ec54bb36995d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3b87ec54bb36995d","status":"passed","time":{"start":1707758004328,"stop":1707758004328,"duration":0}},{"uid":"1c3d4638598786b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c3d4638598786b0","status":"passed","time":{"start":1707756690164,"stop":1707756690164,"duration":0}},{"uid":"f1fcff0d523169e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1fcff0d523169e5","status":"passed","time":{"start":1707754051788,"stop":1707754051788,"duration":0}},{"uid":"14aae5bbc3a37ad7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/14aae5bbc3a37ad7","status":"passed","time":{"start":1707753877929,"stop":1707753877929,"duration":0}},{"uid":"6d10b6c4542ca771","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d10b6c4542ca771","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"2f7df2b1e47269c5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2f7df2b1e47269c5","status":"passed","time":{"start":1707737173820,"stop":1707737173820,"duration":0}},{"uid":"fa365e8f25e4a9cb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa365e8f25e4a9cb","status":"passed","time":{"start":1707736353040,"stop":1707736353040,"duration":0}}]},"867d034da9a3053fecafa06493026139:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1d5108901b1ec5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1d5108901b1ec5","status":"passed","time":{"start":1707792878414,"stop":1707792878415,"duration":1}},{"uid":"85214f3b1dc37549","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85214f3b1dc37549","status":"passed","time":{"start":1707777826928,"stop":1707777826929,"duration":1}},{"uid":"4d5b0bd63a02b048","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4d5b0bd63a02b048","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"4c04e61b43635d66","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c04e61b43635d66","status":"passed","time":{"start":1707774906442,"stop":1707774906442,"duration":0}},{"uid":"e8a4b4af035b9e0a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e8a4b4af035b9e0a","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"7d06bbd67ff0a137","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d06bbd67ff0a137","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"66766c827b7f520e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/66766c827b7f520e","status":"passed","time":{"start":1707759800530,"stop":1707759800530,"duration":0}},{"uid":"e029e99c9fa4abbd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e029e99c9fa4abbd","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"591b83e85888b598","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/591b83e85888b598","status":"passed","time":{"start":1707756124836,"stop":1707756124836,"duration":0}},{"uid":"1c7ecf53088211f5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c7ecf53088211f5","status":"passed","time":{"start":1707753544136,"stop":1707753544137,"duration":1}},{"uid":"3be5e64b30e4ebd8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3be5e64b30e4ebd8","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"5ca3537c5b22066e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5ca3537c5b22066e","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"5a71cc3a93b2e630","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a71cc3a93b2e630","status":"passed","time":{"start":1707736588885,"stop":1707736588886,"duration":1}},{"uid":"38f96849301bda3e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/38f96849301bda3e","status":"passed","time":{"start":1707735772595,"stop":1707735772596,"duration":1}}]},"edd3395a387a48ae3b22bc69c3fc53fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8e854ef4022ade12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e854ef4022ade12","status":"passed","time":{"start":1707793142796,"stop":1707793142797,"duration":1}},{"uid":"f85a734db3b6e064","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f85a734db3b6e064","status":"passed","time":{"start":1707778103147,"stop":1707778103147,"duration":0}},{"uid":"2dd0a4edec63e957","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2dd0a4edec63e957","status":"passed","time":{"start":1707775384054,"stop":1707775384055,"duration":1}},{"uid":"c809805bec8a1433","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c809805bec8a1433","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"a429c055484336de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a429c055484336de","status":"passed","time":{"start":1707770121409,"stop":1707770121409,"duration":0}},{"uid":"78b522cd268d5fa8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78b522cd268d5fa8","status":"passed","time":{"start":1707769979916,"stop":1707769979916,"duration":0}},{"uid":"f4240b403c4fefe9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4240b403c4fefe9","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"de4d288b04392aee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/de4d288b04392aee","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"c35e8865890bf185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c35e8865890bf185","status":"passed","time":{"start":1707756396102,"stop":1707756396102,"duration":0}},{"uid":"b4152e4246b0b52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b4152e4246b0b52","status":"passed","time":{"start":1707753781758,"stop":1707753781758,"duration":0}},{"uid":"2c452848e324f84d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2c452848e324f84d","status":"passed","time":{"start":1707753563104,"stop":1707753563104,"duration":0}},{"uid":"40f241796552eff2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/40f241796552eff2","status":"passed","time":{"start":1707750940659,"stop":1707750940661,"duration":2}},{"uid":"5c461d23b931dfed","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5c461d23b931dfed","status":"passed","time":{"start":1707736870546,"stop":1707736870546,"duration":0}},{"uid":"9ea2f973f955d1fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ea2f973f955d1fd","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ccdf1f5082e6e804f9b6c5bc4aa8b2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"986479062af15faa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/986479062af15faa","status":"passed","time":{"start":1707793446752,"stop":1707793446753,"duration":1}},{"uid":"45d21fbcb179ee9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/45d21fbcb179ee9e","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"7a2f73dea9ea1d0e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a2f73dea9ea1d0e","status":"passed","time":{"start":1707775685039,"stop":1707775685039,"duration":0}},{"uid":"cd2372212f566dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd2372212f566dde","status":"passed","time":{"start":1707775494289,"stop":1707775494289,"duration":0}},{"uid":"281711e2fcf8606d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/281711e2fcf8606d","status":"passed","time":{"start":1707770424190,"stop":1707770424190,"duration":0}},{"uid":"fb0c8a731f09e26e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb0c8a731f09e26e","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"e76c8d013fd2359d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e76c8d013fd2359d","status":"passed","time":{"start":1707760374688,"stop":1707760374688,"duration":0}},{"uid":"33874baf1b5127a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/33874baf1b5127a4","status":"passed","time":{"start":1707756690173,"stop":1707756690173,"duration":0}},{"uid":"6f2d8473089c7d48","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f2d8473089c7d48","status":"passed","time":{"start":1707754051797,"stop":1707754051797,"duration":0}},{"uid":"5cb753cec9eb857f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb753cec9eb857f","status":"passed","time":{"start":1707753877937,"stop":1707753877937,"duration":0}},{"uid":"dfe186bd9d0b208","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dfe186bd9d0b208","status":"passed","time":{"start":1707751228970,"stop":1707751228971,"duration":1}},{"uid":"b19bb985289efb6c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b19bb985289efb6c","status":"passed","time":{"start":1707737173828,"stop":1707737173828,"duration":0}},{"uid":"29de1322b834fc18","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/29de1322b834fc18","status":"passed","time":{"start":1707736353049,"stop":1707736353050,"duration":1}}]},"62a5aaf0d95245c853a1144fab2b885b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dbfd6aef8c02f3e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dbfd6aef8c02f3e","status":"passed","time":{"start":1707792907229,"stop":1707792907230,"duration":1}},{"uid":"506466ec174a0afa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506466ec174a0afa","status":"passed","time":{"start":1707777859852,"stop":1707777859853,"duration":1}},{"uid":"dd8c3f6a68273324","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dd8c3f6a68273324","status":"passed","time":{"start":1707775133665,"stop":1707775133666,"duration":1}},{"uid":"e63204cdb3a0cc52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e63204cdb3a0cc52","status":"passed","time":{"start":1707774942680,"stop":1707774942680,"duration":0}},{"uid":"30df96d52a12b578","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/30df96d52a12b578","status":"passed","time":{"start":1707769878813,"stop":1707769878813,"duration":0}},{"uid":"41c6f546759c41a2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41c6f546759c41a2","status":"passed","time":{"start":1707769735032,"stop":1707769735032,"duration":0}},{"uid":"54581c3003fcfe18","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54581c3003fcfe18","status":"passed","time":{"start":1707759831193,"stop":1707759831193,"duration":0}},{"uid":"5b0eb4e7f272c6f5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b0eb4e7f272c6f5","status":"passed","time":{"start":1707757528819,"stop":1707757528821,"duration":2}},{"uid":"3b3572c0e8cbc970","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3b3572c0e8cbc970","status":"passed","time":{"start":1707756157290,"stop":1707756157290,"duration":0}},{"uid":"e16b2b15c85f8971","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e16b2b15c85f8971","status":"passed","time":{"start":1707753578470,"stop":1707753578470,"duration":0}},{"uid":"761f021ef2951e44","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/761f021ef2951e44","status":"passed","time":{"start":1707753307894,"stop":1707753307894,"duration":0}},{"uid":"699ca24b2b984bb0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/699ca24b2b984bb0","status":"passed","time":{"start":1707750703125,"stop":1707750703126,"duration":1}},{"uid":"95d943d9c07db7e5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/95d943d9c07db7e5","status":"passed","time":{"start":1707736629967,"stop":1707736629968,"duration":1}},{"uid":"920c0d74421dbc06","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/920c0d74421dbc06","status":"passed","time":{"start":1707735809087,"stop":1707735809087,"duration":0}}]},"cf04a0f4b74710cde060d43acc866d85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7963619c63111dec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7963619c63111dec","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0}},{"uid":"c170bffd74933d6b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c170bffd74933d6b","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"3defe422af7c9fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3defe422af7c9fe9","status":"passed","time":{"start":1707775073184,"stop":1707775073184,"duration":0}},{"uid":"1620c98a566b903a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1620c98a566b903a","status":"passed","time":{"start":1707774873943,"stop":1707774873944,"duration":1}},{"uid":"5e535cb8bde84f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e535cb8bde84f77","status":"passed","time":{"start":1707769822473,"stop":1707769822474,"duration":1}},{"uid":"130e98251ea5460d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/130e98251ea5460d","status":"passed","time":{"start":1707769676600,"stop":1707769676601,"duration":1}},{"uid":"a717a53d08e2506b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a717a53d08e2506b","status":"passed","time":{"start":1707759771253,"stop":1707759771254,"duration":1}},{"uid":"8ddee675fe9e174c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8ddee675fe9e174c","status":"passed","time":{"start":1707757466739,"stop":1707757466739,"duration":0}},{"uid":"8f160f38d34d56e9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f160f38d34d56e9","status":"passed","time":{"start":1707756093995,"stop":1707756093996,"duration":1}},{"uid":"5ed2e972eef3b033","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5ed2e972eef3b033","status":"passed","time":{"start":1707753514641,"stop":1707753514641,"duration":0}},{"uid":"279df08c352ed1b9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/279df08c352ed1b9","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"7e2922d2fdaeb6c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7e2922d2fdaeb6c","status":"passed","time":{"start":1707750640095,"stop":1707750640095,"duration":0}},{"uid":"f10e64b4efc93b35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f10e64b4efc93b35","status":"passed","time":{"start":1707736561995,"stop":1707736561995,"duration":0}},{"uid":"41eb28455b78ea96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41eb28455b78ea96","status":"passed","time":{"start":1707735744192,"stop":1707735744193,"duration":1}}]},"06627ffa18f0f7a4b59afd78a751f594:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c31315ba5ed61fb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c31315ba5ed61fb9","status":"passed","time":{"start":1707753668076,"stop":1707753668077,"duration":1}}]},"b2d31a70aff7c5f9d50c1f5e686cd7c7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"96e706187f1cdb65","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96e706187f1cdb65","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0}},{"uid":"af92f50946714955","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/af92f50946714955","status":"passed","time":{"start":1707778394552,"stop":1707778394553,"duration":1}},{"uid":"a9a0bc5e0e6cca6c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a9a0bc5e0e6cca6c","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"7715b053a7f23513","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7715b053a7f23513","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"1b4a225d9fa59e1f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b4a225d9fa59e1f","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"35c86f939e10845b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35c86f939e10845b","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"62a1e1870b9380df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/62a1e1870b9380df","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"c7f79505598f4fe4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c7f79505598f4fe4","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"88ac8f45c812b170","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/88ac8f45c812b170","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"24235aea626d6747","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24235aea626d6747","status":"passed","time":{"start":1707753994323,"stop":1707753994324,"duration":1}},{"uid":"b89a01e33e3b8fce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b89a01e33e3b8fce","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"10276c28cdae2dd3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/10276c28cdae2dd3","status":"passed","time":{"start":1707737132859,"stop":1707737132860,"duration":1}},{"uid":"c15840bcffbef9c3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c15840bcffbef9c3","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"3f9e8e97a5e2ea492d8e700b401ba73c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d015225ee361cf06","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d015225ee361cf06","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0}},{"uid":"3a9bae1f56947a9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3a9bae1f56947a9c","status":"passed","time":{"start":1707778381871,"stop":1707778381873,"duration":2}},{"uid":"e35d806fe83af9cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e35d806fe83af9cb","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"671472ded85fa0e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/671472ded85fa0e1","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"f6aba06c9e0071d9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6aba06c9e0071d9","status":"passed","time":{"start":1707770389547,"stop":1707770389547,"duration":0}},{"uid":"f76b32155131e927","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f76b32155131e927","status":"passed","time":{"start":1707770169175,"stop":1707770169176,"duration":1}},{"uid":"a500a529a8bb389a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a500a529a8bb389a","status":"passed","time":{"start":1707760345981,"stop":1707760345982,"duration":1}},{"uid":"77769a2cff8bd0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/77769a2cff8bd0d3","status":"passed","time":{"start":1707758029745,"stop":1707758029746,"duration":1}},{"uid":"ed69128fd8c81299","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed69128fd8c81299","status":"passed","time":{"start":1707756668252,"stop":1707756668252,"duration":0}},{"uid":"583492f12223ab4e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/583492f12223ab4e","status":"passed","time":{"start":1707753981526,"stop":1707753981526,"duration":0}},{"uid":"dd505a2283e714b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd505a2283e714b0","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"13449d5f09114e74","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13449d5f09114e74","status":"passed","time":{"start":1707751154819,"stop":1707751154819,"duration":0}},{"uid":"7c5d6f17e23481fb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7c5d6f17e23481fb","status":"passed","time":{"start":1707737128058,"stop":1707737128058,"duration":0}},{"uid":"982abdb203ee7b0e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/982abdb203ee7b0e","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"9533264f5724ccd0a5bb41a8911b02ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd15be0494c6a1f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd15be0494c6a1f6","status":"passed","time":{"start":1707793153215,"stop":1707793153216,"duration":1}},{"uid":"85b76d3009d26e0c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/85b76d3009d26e0c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"b84974d043a0f05f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b84974d043a0f05f","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"8bc42e8e2194f762","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bc42e8e2194f762","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"4b495dc82b5a9fe1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b495dc82b5a9fe1","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"18a39a7d347b305f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/18a39a7d347b305f","status":"passed","time":{"start":1707769983271,"stop":1707769983272,"duration":1}},{"uid":"5a2eff54424d30be","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5a2eff54424d30be","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"896ef51ce06e3dab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/896ef51ce06e3dab","status":"passed","time":{"start":1707757790729,"stop":1707757790730,"duration":1}},{"uid":"326a02966d4bdc96","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/326a02966d4bdc96","status":"passed","time":{"start":1707756409540,"stop":1707756409541,"duration":1}},{"uid":"b27394970cb9735d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b27394970cb9735d","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"61f25783d25718e8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/61f25783d25718e8","status":"passed","time":{"start":1707753573524,"stop":1707753573525,"duration":1}},{"uid":"4bd12fb6a2f5423b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bd12fb6a2f5423b","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"a35b59b6fe0b8419","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a35b59b6fe0b8419","status":"passed","time":{"start":1707736878961,"stop":1707736878962,"duration":1}},{"uid":"2d931a0569052e97","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2d931a0569052e97","status":"passed","time":{"start":1707736081266,"stop":1707736081266,"duration":0}}]},"1a81199ce440de577346b0a18eb8ee32:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"bdd484b9a9a06978","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd484b9a9a06978","status":"passed","time":{"start":1707793370632,"stop":1707793370633,"duration":1}},{"uid":"fb9154f587d4ebfa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb9154f587d4ebfa","status":"passed","time":{"start":1707778386481,"stop":1707778386482,"duration":1}},{"uid":"c772432655d810c8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c772432655d810c8","status":"passed","time":{"start":1707775656748,"stop":1707775656749,"duration":1}},{"uid":"f86ac36860e6712e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f86ac36860e6712e","status":"passed","time":{"start":1707775461887,"stop":1707775461888,"duration":1}},{"uid":"edec879d0c83e822","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/edec879d0c83e822","status":"passed","time":{"start":1707770395184,"stop":1707770395185,"duration":1}},{"uid":"d7bbefda049d898c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7bbefda049d898c","status":"passed","time":{"start":1707770208545,"stop":1707770208545,"duration":0}},{"uid":"a91b90f91cd02955","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a91b90f91cd02955","status":"passed","time":{"start":1707760335949,"stop":1707760335950,"duration":1}},{"uid":"f5240069a6a6a448","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5240069a6a6a448","status":"passed","time":{"start":1707758023534,"stop":1707758023534,"duration":0}},{"uid":"9bf1aa48c246c4b2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bf1aa48c246c4b2","status":"passed","time":{"start":1707756664003,"stop":1707756664003,"duration":0}},{"uid":"9e32d73db4a3fa9e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9e32d73db4a3fa9e","status":"passed","time":{"start":1707753837169,"stop":1707753837169,"duration":0}},{"uid":"2a2355f734daea0b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a2355f734daea0b","status":"passed","time":{"start":1707751136320,"stop":1707751136320,"duration":0}},{"uid":"c1304d5fd45b0113","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c1304d5fd45b0113","status":"passed","time":{"start":1707737124644,"stop":1707737124645,"duration":1}},{"uid":"3a2eed3a3ecc6c61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a2eed3a3ecc6c61","status":"passed","time":{"start":1707736322657,"stop":1707736322657,"duration":0}}]},"b21dba393ed7845f95463b275088a9bb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"210c1799e55dd357","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/210c1799e55dd357","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0}},{"uid":"506bb0110121a913","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/506bb0110121a913","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"d6fe5f4cfbc78a6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d6fe5f4cfbc78a6f","status":"passed","time":{"start":1707775026264,"stop":1707775026264,"duration":0}},{"uid":"473bdb9b9f892a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/473bdb9b9f892a0c","status":"passed","time":{"start":1707774827854,"stop":1707774827854,"duration":0}},{"uid":"5ca525a761e07bfa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ca525a761e07bfa","status":"passed","time":{"start":1707769775411,"stop":1707769775411,"duration":0}},{"uid":"1037c64191a930ac","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1037c64191a930ac","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"54da489b1cd62052","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54da489b1cd62052","status":"passed","time":{"start":1707759722865,"stop":1707759722865,"duration":0}},{"uid":"176083d3140e2ce6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/176083d3140e2ce6","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"e1f45d264510d3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1f45d264510d3c9","status":"passed","time":{"start":1707756047292,"stop":1707756047293,"duration":1}},{"uid":"d343baa33d57e34","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d343baa33d57e34","status":"passed","time":{"start":1707753465440,"stop":1707753465441,"duration":1}},{"uid":"7745121e926aa58e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7745121e926aa58e","status":"passed","time":{"start":1707753193781,"stop":1707753193782,"duration":1}},{"uid":"400705dd8c775ba1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/400705dd8c775ba1","status":"passed","time":{"start":1707750594364,"stop":1707750594365,"duration":1}},{"uid":"7514edf46f43de18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7514edf46f43de18","status":"passed","time":{"start":1707736511736,"stop":1707736511737,"duration":1}},{"uid":"7c1c651d927e7d28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c1c651d927e7d28","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"df0451355b0d769987f586dd183950b0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e76c7b10f8bde11f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e76c7b10f8bde11f","status":"passed","time":{"start":1707792929581,"stop":1707792929581,"duration":0}},{"uid":"ad14d8aad6016d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad14d8aad6016d14","status":"passed","time":{"start":1707777877647,"stop":1707777877648,"duration":1}},{"uid":"ba53dfd3d85eb2eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba53dfd3d85eb2eb","status":"passed","time":{"start":1707775153023,"stop":1707775153024,"duration":1}},{"uid":"4f30ad5866663e32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4f30ad5866663e32","status":"passed","time":{"start":1707774951833,"stop":1707774951835,"duration":2}},{"uid":"431845249a8313cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/431845249a8313cc","status":"passed","time":{"start":1707769903019,"stop":1707769903019,"duration":0}},{"uid":"4c448fd91a7be57f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4c448fd91a7be57f","status":"passed","time":{"start":1707769748206,"stop":1707769748206,"duration":0}},{"uid":"f699e28f0457d311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f699e28f0457d311","status":"passed","time":{"start":1707759851604,"stop":1707759851604,"duration":0}},{"uid":"dde8dfa418984d96","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dde8dfa418984d96","status":"passed","time":{"start":1707757546809,"stop":1707757546809,"duration":0}},{"uid":"3a7f0a2f136a7101","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3a7f0a2f136a7101","status":"passed","time":{"start":1707756167201,"stop":1707756167202,"duration":1}},{"uid":"abb2e5561067b58c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abb2e5561067b58c","status":"passed","time":{"start":1707753584062,"stop":1707753584063,"duration":1}},{"uid":"96c837fda829f752","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96c837fda829f752","status":"passed","time":{"start":1707753331772,"stop":1707753331772,"duration":0}},{"uid":"1c781048aa968269","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1c781048aa968269","status":"passed","time":{"start":1707750715029,"stop":1707750715029,"duration":0}},{"uid":"e11509fc470e99dc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e11509fc470e99dc","status":"passed","time":{"start":1707736636444,"stop":1707736636444,"duration":0}},{"uid":"d1c3992b2ded1d4e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d1c3992b2ded1d4e","status":"passed","time":{"start":1707735825262,"stop":1707735825263,"duration":1}}]},"a507f62490b3a24fdbdad5d796572907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7838768e7658223","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7838768e7658223","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0}},{"uid":"80dbd9e15e0c069","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/80dbd9e15e0c069","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"fbf669dfbac784ab","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fbf669dfbac784ab","status":"passed","time":{"start":1707775662265,"stop":1707775662265,"duration":0}},{"uid":"59be99cec22dc0ba","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59be99cec22dc0ba","status":"passed","time":{"start":1707775462780,"stop":1707775462780,"duration":0}},{"uid":"79f5f84e8af1dfa0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79f5f84e8af1dfa0","status":"passed","time":{"start":1707770398288,"stop":1707770398289,"duration":1}},{"uid":"d9bb07fd62fdec70","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9bb07fd62fdec70","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"94ee84125721791","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/94ee84125721791","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"ac19e00f46c7b386","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac19e00f46c7b386","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"cbe54f17fdc0051b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbe54f17fdc0051b","status":"passed","time":{"start":1707756674086,"stop":1707756674086,"duration":0}},{"uid":"3d112717b6987fe3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d112717b6987fe3","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"a6edd1a2c443cb19","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a6edd1a2c443cb19","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"f92e7af9a9ebc96f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f92e7af9a9ebc96f","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"97c7799133dddf33","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97c7799133dddf33","status":"passed","time":{"start":1707736343134,"stop":1707736343135,"duration":1}}]},"3b4eac845f5dc68bc6315f503aaa72d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ec0c60b75ab958b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec0c60b75ab958b3","status":"passed","time":{"start":1707793446739,"stop":1707793446739,"duration":0}},{"uid":"c55b7f9291bd42f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c55b7f9291bd42f8","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"5eb495a4f8a5ec2a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5eb495a4f8a5ec2a","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"b9090d453bbc5180","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b9090d453bbc5180","status":"passed","time":{"start":1707775494274,"stop":1707775494274,"duration":0}},{"uid":"cd3379319d162439","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd3379319d162439","status":"passed","time":{"start":1707770424176,"stop":1707770424177,"duration":1}},{"uid":"29d9e34d5f630864","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29d9e34d5f630864","status":"passed","time":{"start":1707770238684,"stop":1707770238684,"duration":0}},{"uid":"10d846c975a20d1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/10d846c975a20d1d","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"4b1004e11bf0c3c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4b1004e11bf0c3c1","status":"passed","time":{"start":1707758004310,"stop":1707758004320,"duration":10}},{"uid":"c50c4fd290822333","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c50c4fd290822333","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"60ecf19b6e300537","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60ecf19b6e300537","status":"passed","time":{"start":1707754051785,"stop":1707754051785,"duration":0}},{"uid":"fc8a3ba8d062221","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc8a3ba8d062221","status":"passed","time":{"start":1707753877926,"stop":1707753877926,"duration":0}},{"uid":"6dffae1ea6a38572","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6dffae1ea6a38572","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"fc2b288978905148","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fc2b288978905148","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"ce6867da9f74525","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ce6867da9f74525","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"a1e9b30654c5ca6108f842d98587fe87:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b7822e08cbcb0ea6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7822e08cbcb0ea6","status":"passed","time":{"start":1707777973001,"stop":1707777973001,"duration":0}}]},"2f442db5ab2c15d4052d0f46dc68da90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f5afb1114ee11bfb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f5afb1114ee11bfb","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/waku.node.spec.ts)","time":{"start":1707751154820,"stop":1707751154820,"duration":0}}]},"3a7a6ff11bfc103aa4acb214cb297765:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"809a9a14b09a44b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/809a9a14b09a44b7","status":"passed","time":{"start":1707753782755,"stop":1707753782755,"duration":0}}]},"259328266b872242d192b7c4ee1fdf9c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5012dbe23b68afe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5012dbe23b68afe2","status":"passed","time":{"start":1707793012485,"stop":1707793012486,"duration":1}},{"uid":"b53cccd65ae604ce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b53cccd65ae604ce","status":"passed","time":{"start":1707777977667,"stop":1707777977667,"duration":0}},{"uid":"1b7abf339b2f629f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1b7abf339b2f629f","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"25fe7946cb196160","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/25fe7946cb196160","status":"passed","time":{"start":1707775082020,"stop":1707775082020,"duration":0}},{"uid":"65607bede5de56d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/65607bede5de56d8","status":"passed","time":{"start":1707769999864,"stop":1707769999865,"duration":1}},{"uid":"6849ae6efb2e88d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6849ae6efb2e88d9","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"d327889da7a46fea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d327889da7a46fea","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"99e07682f8c56b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99e07682f8c56b8","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"cbb7012ac9bf0306","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbb7012ac9bf0306","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"9a281beda43afcb6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a281beda43afcb6","status":"passed","time":{"start":1707753651170,"stop":1707753651171,"duration":1}},{"uid":"4832ef47cec21419","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4832ef47cec21419","status":"passed","time":{"start":1707753409587,"stop":1707753409588,"duration":1}},{"uid":"cbcfc4970691ee80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cbcfc4970691ee80","status":"passed","time":{"start":1707750722051,"stop":1707750722051,"duration":0}},{"uid":"13051096b82c1ee3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/13051096b82c1ee3","status":"passed","time":{"start":1707736708330,"stop":1707736708331,"duration":1}},{"uid":"1cf5f34ca6a83d8a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1cf5f34ca6a83d8a","status":"passed","time":{"start":1707735914387,"stop":1707735914387,"duration":0}}]},"205144ff08298487caff25732dbcfef3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c8025512ec9b7c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8025512ec9b7c7","status":"passed","time":{"start":1707793168681,"stop":1707793168682,"duration":1}},{"uid":"c28752f3992a9acf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c28752f3992a9acf","status":"passed","time":{"start":1707778126349,"stop":1707778126349,"duration":0}},{"uid":"af7d28e7e59b232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/af7d28e7e59b232","status":"passed","time":{"start":1707775409485,"stop":1707775409486,"duration":1}},{"uid":"d4ccfd2a9112c1d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d4ccfd2a9112c1d1","status":"passed","time":{"start":1707775219998,"stop":1707775219999,"duration":1}},{"uid":"7adb77749bc70f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7adb77749bc70f0c","status":"passed","time":{"start":1707770142485,"stop":1707770142485,"duration":0}},{"uid":"fcb66a00b79cf67b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fcb66a00b79cf67b","status":"passed","time":{"start":1707769994544,"stop":1707769994544,"duration":0}},{"uid":"edaa1a86ad6e70a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/edaa1a86ad6e70a3","status":"passed","time":{"start":1707760106459,"stop":1707760106459,"duration":0}},{"uid":"abf8427ed57ebd38","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/abf8427ed57ebd38","status":"passed","time":{"start":1707757804298,"stop":1707757804299,"duration":1}},{"uid":"85ce52ab5cdc410f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/85ce52ab5cdc410f","status":"passed","time":{"start":1707756422348,"stop":1707756422349,"duration":1}},{"uid":"353f3c97cfbbe25f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/353f3c97cfbbe25f","status":"passed","time":{"start":1707753796550,"stop":1707753796550,"duration":0}},{"uid":"246e1a3749a40c8c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/246e1a3749a40c8c","status":"passed","time":{"start":1707753586166,"stop":1707753586166,"duration":0}},{"uid":"f0b9721c7e254660","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f0b9721c7e254660","status":"passed","time":{"start":1707750964806,"stop":1707750964807,"duration":1}},{"uid":"881770cc09311ee0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/881770cc09311ee0","status":"passed","time":{"start":1707736890439,"stop":1707736890439,"duration":0}},{"uid":"8ba8c6e1097d29e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ba8c6e1097d29e9","status":"passed","time":{"start":1707736096391,"stop":1707736096392,"duration":1}}]},"2c9191224ca2eaa2b74e25ccf880866c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"41ebfba340f15b60","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/41ebfba340f15b60","status":"passed","time":{"start":1707792919940,"stop":1707792919940,"duration":0}},{"uid":"4c82306c5fd0752b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4c82306c5fd0752b","status":"passed","time":{"start":1707777865442,"stop":1707777865443,"duration":1}},{"uid":"d9f67b2b9e06af44","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d9f67b2b9e06af44","status":"passed","time":{"start":1707775140805,"stop":1707775140806,"duration":1}},{"uid":"e89ec2e3340bea18","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e89ec2e3340bea18","status":"passed","time":{"start":1707774947609,"stop":1707774947610,"duration":1}},{"uid":"ff3ea75cf06a22f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3ea75cf06a22f4","status":"passed","time":{"start":1707769893451,"stop":1707769893451,"duration":0}},{"uid":"f579006e289197d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f579006e289197d4","status":"passed","time":{"start":1707769737619,"stop":1707769737619,"duration":0}},{"uid":"7eb97f3539bdfeb5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7eb97f3539bdfeb5","status":"passed","time":{"start":1707759835148,"stop":1707759835148,"duration":0}},{"uid":"e201702f786310c4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e201702f786310c4","status":"passed","time":{"start":1707757529704,"stop":1707757529705,"duration":1}},{"uid":"e682be0dcd76b6e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e682be0dcd76b6e1","status":"passed","time":{"start":1707756164075,"stop":1707756164075,"duration":0}},{"uid":"372f0fee6d073151","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/372f0fee6d073151","status":"passed","time":{"start":1707753566687,"stop":1707753566687,"duration":0}},{"uid":"eb5d38e2ea10744b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eb5d38e2ea10744b","status":"passed","time":{"start":1707753314174,"stop":1707753314174,"duration":0}},{"uid":"a1ab983941123977","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a1ab983941123977","status":"passed","time":{"start":1707750698717,"stop":1707750698717,"duration":0}},{"uid":"c0b9030c180cbf13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c0b9030c180cbf13","status":"passed","time":{"start":1707736624912,"stop":1707736624912,"duration":0}},{"uid":"88a9eaa502e2b377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88a9eaa502e2b377","status":"passed","time":{"start":1707735814291,"stop":1707735814291,"duration":0}}]},"954363487a29c1b5a533787fe6c817df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"db8307fb303ad01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db8307fb303ad01c","status":"passed","time":{"start":1707793371099,"stop":1707793371099,"duration":0}},{"uid":"3474a800ae9827d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3474a800ae9827d4","status":"passed","time":{"start":1707778338835,"stop":1707778338835,"duration":0}},{"uid":"d0bc82e5cb2b3f2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d0bc82e5cb2b3f2c","status":"passed","time":{"start":1707775602016,"stop":1707775602016,"duration":0}},{"uid":"b126c9026f87e09e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b126c9026f87e09e","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"6cbf9a5d50509e0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cbf9a5d50509e0b","status":"passed","time":{"start":1707770335602,"stop":1707770335602,"duration":0}},{"uid":"b0a5a089d29e311","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b0a5a089d29e311","status":"passed","time":{"start":1707760301804,"stop":1707760301804,"duration":0}},{"uid":"72b9e48224b39413","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72b9e48224b39413","status":"passed","time":{"start":1707758006706,"stop":1707758006706,"duration":0}},{"uid":"cd53ba6342866ef","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd53ba6342866ef","status":"passed","time":{"start":1707756617036,"stop":1707756617036,"duration":0}},{"uid":"5d92ce131d6a4cbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5d92ce131d6a4cbd","status":"passed","time":{"start":1707753988877,"stop":1707753988877,"duration":0}},{"uid":"93c4cdf0e0afb5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93c4cdf0e0afb5b","status":"passed","time":{"start":1707753782734,"stop":1707753782746,"duration":12}},{"uid":"aab8979b13e4c0f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aab8979b13e4c0f4","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"e600dd3e5e6abce4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e600dd3e5e6abce4","status":"passed","time":{"start":1707737091300,"stop":1707737091300,"duration":0}},{"uid":"ed9b68f85ca41940","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ed9b68f85ca41940","status":"passed","time":{"start":1707736260123,"stop":1707736260124,"duration":1}}]},"cc4bb601c0ec3222911168ac8f32da4f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e2a9a06eef357dc1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2a9a06eef357dc1","status":"passed","time":{"start":1707792800002,"stop":1707792800002,"duration":0}},{"uid":"8862207b8766863e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8862207b8766863e","status":"passed","time":{"start":1707777749087,"stop":1707777749088,"duration":1}},{"uid":"63f9b6c339bc0dfb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63f9b6c339bc0dfb","status":"passed","time":{"start":1707775025521,"stop":1707775025522,"duration":1}},{"uid":"41fe2a447a05f6c2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41fe2a447a05f6c2","status":"passed","time":{"start":1707774827054,"stop":1707774827055,"duration":1}},{"uid":"daac32cf7a0df95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daac32cf7a0df95f","status":"passed","time":{"start":1707769774621,"stop":1707769774623,"duration":2}},{"uid":"272820c285e0b4ad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272820c285e0b4ad","status":"passed","time":{"start":1707769627286,"stop":1707769627287,"duration":1}},{"uid":"910ea4bbe8b72123","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/910ea4bbe8b72123","status":"passed","time":{"start":1707759722023,"stop":1707759722024,"duration":1}},{"uid":"a813ec1c01ba93c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a813ec1c01ba93c1","status":"passed","time":{"start":1707757416830,"stop":1707757416831,"duration":1}},{"uid":"fbecd080fc3f09fc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbecd080fc3f09fc","status":"passed","time":{"start":1707756046590,"stop":1707756046590,"duration":0}},{"uid":"b30d5c1d08594853","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b30d5c1d08594853","status":"passed","time":{"start":1707753464663,"stop":1707753464663,"duration":0}},{"uid":"f82b2336e2cc7201","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f82b2336e2cc7201","status":"passed","time":{"start":1707753192929,"stop":1707753192931,"duration":2}},{"uid":"defbaf7b65272f6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/defbaf7b65272f6e","status":"passed","time":{"start":1707750593501,"stop":1707750593502,"duration":1}},{"uid":"dd80cc823a326be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dd80cc823a326be7","status":"passed","time":{"start":1707736510874,"stop":1707736510875,"duration":1}},{"uid":"573824c7d3b5284","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/573824c7d3b5284","status":"passed","time":{"start":1707735692281,"stop":1707735692282,"duration":1}}]},"466d689a9c8a0b41c00f4e5c43429ce5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9a92df9f287c1177","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a92df9f287c1177","status":"passed","time":{"start":1707736152510,"stop":1707736152510,"duration":0}}]},"a5ba3432f75126f9c0d66f5fc540490a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b9e58711e5060d9c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b9e58711e5060d9c","status":"passed","time":{"start":1707793028291,"stop":1707793028295,"duration":4}},{"uid":"4424745a1e9b0feb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4424745a1e9b0feb","status":"passed","time":{"start":1707777973009,"stop":1707777973010,"duration":1}},{"uid":"ba1a5c8977b27be6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ba1a5c8977b27be6","status":"passed","time":{"start":1707775244536,"stop":1707775244536,"duration":0}},{"uid":"63821a1c2d00e764","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63821a1c2d00e764","status":"passed","time":{"start":1707775050825,"stop":1707775050825,"duration":0}},{"uid":"bb887e01ab841d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bb887e01ab841d4","status":"passed","time":{"start":1707770001386,"stop":1707770001386,"duration":0}},{"uid":"ac93441bf02e6491","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ac93441bf02e6491","status":"passed","time":{"start":1707769843153,"stop":1707769843155,"duration":2}},{"uid":"9ace00b04ba1522c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9ace00b04ba1522c","status":"passed","time":{"start":1707759965219,"stop":1707759965219,"duration":0}},{"uid":"405605f4bd514317","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/405605f4bd514317","status":"passed","time":{"start":1707757644397,"stop":1707757644397,"duration":0}},{"uid":"6c3efcb8aee5ce2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6c3efcb8aee5ce2","status":"passed","time":{"start":1707756267919,"stop":1707756267919,"duration":0}},{"uid":"a3fdfe1f77168894","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3fdfe1f77168894","status":"passed","time":{"start":1707753668085,"stop":1707753668085,"duration":0}},{"uid":"df73c4d6107be208","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/df73c4d6107be208","status":"passed","time":{"start":1707753423544,"stop":1707753423545,"duration":1}},{"uid":"dc7c450d41316d8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc7c450d41316d8e","status":"passed","time":{"start":1707750796038,"stop":1707750796039,"duration":1}},{"uid":"950bd609b79d5bc4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/950bd609b79d5bc4","status":"passed","time":{"start":1707736730663,"stop":1707736730663,"duration":0}},{"uid":"7cf4ee4a4f02da52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7cf4ee4a4f02da52","status":"passed","time":{"start":1707735912136,"stop":1707735912137,"duration":1}}]},"574035ab561579660a27c038e6006d86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2c1bed73cad45cc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2c1bed73cad45cc","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"duration":0}},{"uid":"1e3de89e662dd198","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e3de89e662dd198","status":"passed","time":{"start":1707778002170,"stop":1707778002170,"duration":0}},{"uid":"bd560d77af43c1cb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/bd560d77af43c1cb","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"8dec9513941756c7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8dec9513941756c7","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"5c4ed75b7611a2da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c4ed75b7611a2da","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"11239da933e0c868","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/11239da933e0c868","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"b85df4520749726a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b85df4520749726a","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"27519d11aee03cda","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27519d11aee03cda","status":"passed","time":{"start":1707757677813,"stop":1707757677813,"duration":0}},{"uid":"a02f34dcc105e862","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a02f34dcc105e862","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"7aec78cd4085ce08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7aec78cd4085ce08","status":"passed","time":{"start":1707753735503,"stop":1707753735503,"duration":0}},{"uid":"3d365219b41d64fa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d365219b41d64fa","status":"passed","time":{"start":1707753472970,"stop":1707753472971,"duration":1}},{"uid":"d9c00de3df746a17","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9c00de3df746a17","status":"passed","time":{"start":1707750845169,"stop":1707750845170,"duration":1}},{"uid":"bd0525e3921d6b0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd0525e3921d6b0d","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"410fe1d7e11071a5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/410fe1d7e11071a5","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"11b3048f4d111e1ae7ca97e1da55f88a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3f163386435c63bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3f163386435c63bd","status":"passed","time":{"start":1707793238870,"stop":1707793238870,"duration":0}},{"uid":"1eca7fb6a5736d4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1eca7fb6a5736d4d","status":"passed","time":{"start":1707778202478,"stop":1707778202478,"duration":0}},{"uid":"6846383140f7e16a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6846383140f7e16a","status":"passed","time":{"start":1707775486619,"stop":1707775486620,"duration":1}},{"uid":"3819bfff20c99c87","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3819bfff20c99c87","status":"passed","time":{"start":1707775300133,"stop":1707775300133,"duration":0}},{"uid":"a348a2703e5f4d5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a348a2703e5f4d5c","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"8c936236a8a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c936236a8a23e7c","status":"passed","time":{"start":1707770051374,"stop":1707770051374,"duration":0}},{"uid":"8213fc23d334d739","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8213fc23d334d739","status":"passed","time":{"start":1707760174015,"stop":1707760174016,"duration":1}},{"uid":"54961c1ef7c31cac","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54961c1ef7c31cac","status":"passed","time":{"start":1707757873918,"stop":1707757873919,"duration":1}},{"uid":"9a2fbeb8d6c0e926","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9a2fbeb8d6c0e926","status":"passed","time":{"start":1707756499902,"stop":1707756499902,"duration":0}},{"uid":"c4dc6e436e3ce62c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4dc6e436e3ce62c","status":"passed","time":{"start":1707753870440,"stop":1707753870441,"duration":1}},{"uid":"ea9af3fa47df38e7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea9af3fa47df38e7","status":"passed","time":{"start":1707753647499,"stop":1707753647499,"duration":0}},{"uid":"122a3c51356138a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/122a3c51356138a1","status":"passed","time":{"start":1707751019567,"stop":1707751019567,"duration":0}},{"uid":"db86bc067300da93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db86bc067300da93","status":"passed","time":{"start":1707736947842,"stop":1707736947843,"duration":1}},{"uid":"48124df7f2e089ca","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48124df7f2e089ca","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"4d0afdf9c3a6794322691104c871d5fd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6bda88ac24c44c9b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6bda88ac24c44c9b","status":"passed","time":{"start":1707736322670,"stop":1707736322671,"duration":1}}]},"bd3f6838484ba2f91887dd0d3aa85a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e1e28c38238cf576","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e1e28c38238cf576","status":"passed","time":{"start":1707792800001,"stop":1707792800002,"duration":1}},{"uid":"6920f22948e1efc","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6920f22948e1efc","status":"passed","time":{"start":1707777749086,"stop":1707777749087,"duration":1}},{"uid":"f20decc73a67bc4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f20decc73a67bc4e","status":"passed","time":{"start":1707775025519,"stop":1707775025520,"duration":1}},{"uid":"b11327bcd8d0dd76","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b11327bcd8d0dd76","status":"passed","time":{"start":1707774827054,"stop":1707774827054,"duration":0}},{"uid":"5adaaa9736734d0d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5adaaa9736734d0d","status":"passed","time":{"start":1707769774620,"stop":1707769774621,"duration":1}},{"uid":"be7e3e609306ed28","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be7e3e609306ed28","status":"passed","time":{"start":1707769627286,"stop":1707769627286,"duration":0}},{"uid":"7b60d1b1d39b1ba3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7b60d1b1d39b1ba3","status":"passed","time":{"start":1707759722020,"stop":1707759722021,"duration":1}},{"uid":"f4840ff4afa202d2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4840ff4afa202d2","status":"passed","time":{"start":1707757416830,"stop":1707757416830,"duration":0}},{"uid":"4f9545158309b4f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4f9545158309b4f9","status":"passed","time":{"start":1707756046589,"stop":1707756046590,"duration":1}},{"uid":"e5b25dbd1b3f5087","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e5b25dbd1b3f5087","status":"passed","time":{"start":1707753464662,"stop":1707753464662,"duration":0}},{"uid":"7a7e72c6c2588c8b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a7e72c6c2588c8b","status":"passed","time":{"start":1707753192929,"stop":1707753192929,"duration":0}},{"uid":"97d4bd7aec10e668","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97d4bd7aec10e668","status":"passed","time":{"start":1707750593501,"stop":1707750593501,"duration":0}},{"uid":"b66b3efec90677a8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b66b3efec90677a8","status":"passed","time":{"start":1707736510874,"stop":1707736510874,"duration":0}},{"uid":"7c6032519a89e639","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7c6032519a89e639","status":"passed","time":{"start":1707735692280,"stop":1707735692281,"duration":1}}]},"4384ca21409a1cabf4abc4b90c9a7921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f8aabb51529d474c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8aabb51529d474c","status":"passed","time":{"start":1707793304791,"stop":1707793304792,"duration":1}},{"uid":"c5962b0c0d912786","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5962b0c0d912786","status":"passed","time":{"start":1707778270363,"stop":1707778270363,"duration":0}},{"uid":"4384456ae4355994","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4384456ae4355994","status":"passed","time":{"start":1707775545753,"stop":1707775545754,"duration":1}},{"uid":"ef4f7037805655a6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ef4f7037805655a6","status":"passed","time":{"start":1707775359974,"stop":1707775359975,"duration":1}},{"uid":"506521b8a14811d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/506521b8a14811d4","status":"passed","time":{"start":1707770293504,"stop":1707770293505,"duration":1}},{"uid":"42c2795019859b38","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42c2795019859b38","status":"passed","time":{"start":1707770099502,"stop":1707770099502,"duration":0}},{"uid":"11f17a2bdd7f4cf8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f17a2bdd7f4cf8","status":"passed","time":{"start":1707760242018,"stop":1707760242019,"duration":1}},{"uid":"9f38e34d7e365b04","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9f38e34d7e365b04","status":"passed","time":{"start":1707757936373,"stop":1707757936375,"duration":2}},{"uid":"557b0f21726da977","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/557b0f21726da977","status":"passed","time":{"start":1707756564921,"stop":1707756564921,"duration":0}},{"uid":"ceb04a3bb48f34db","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceb04a3bb48f34db","status":"passed","time":{"start":1707753906992,"stop":1707753906992,"duration":0}},{"uid":"7b789203ffb72707","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7b789203ffb72707","status":"passed","time":{"start":1707753724181,"stop":1707753724181,"duration":0}},{"uid":"3b2895b035638de4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3b2895b035638de4","status":"passed","time":{"start":1707751082969,"stop":1707751082969,"duration":0}},{"uid":"9d7b3cddabb4ca08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9d7b3cddabb4ca08","status":"passed","time":{"start":1707736227481,"stop":1707736227481,"duration":0}}]},"99dbeba4cb59ca0718283847dc67c93f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"20a63c7eb0cf973b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20a63c7eb0cf973b","status":"passed","time":{"start":1707792907231,"stop":1707792907231,"duration":0}},{"uid":"b3ae987eff67401","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3ae987eff67401","status":"passed","time":{"start":1707777859854,"stop":1707777859854,"duration":0}},{"uid":"c343eb5e35d57462","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c343eb5e35d57462","status":"passed","time":{"start":1707775133669,"stop":1707775133670,"duration":1}},{"uid":"8c2a2802572daa40","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c2a2802572daa40","status":"passed","time":{"start":1707774942682,"stop":1707774942682,"duration":0}},{"uid":"e3ca26196d8d2c6c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e3ca26196d8d2c6c","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"b34ee25aa71b70da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b34ee25aa71b70da","status":"passed","time":{"start":1707769735035,"stop":1707769735035,"duration":0}},{"uid":"3f558da8cc0608c8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f558da8cc0608c8","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"b1dbbacdbbddb849","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1dbbacdbbddb849","status":"passed","time":{"start":1707757528824,"stop":1707757528825,"duration":1}},{"uid":"7541deffb033404c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7541deffb033404c","status":"passed","time":{"start":1707756157294,"stop":1707756157294,"duration":0}},{"uid":"22dc534b195f844","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/22dc534b195f844","status":"passed","time":{"start":1707753578474,"stop":1707753578474,"duration":0}},{"uid":"57de7e1a643c4d98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57de7e1a643c4d98","status":"passed","time":{"start":1707753307895,"stop":1707753307896,"duration":1}},{"uid":"d760b66f4b3b30f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d760b66f4b3b30f4","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"34aab78d69f6a702","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34aab78d69f6a702","status":"passed","time":{"start":1707736629972,"stop":1707736629972,"duration":0}},{"uid":"80005d937d32904a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/80005d937d32904a","status":"passed","time":{"start":1707735809090,"stop":1707735809090,"duration":0}}]},"a7ec74184f222e80b83b41bc32362ff9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e09a18f300bb650e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e09a18f300bb650e","status":"passed","time":{"start":1707793012461,"stop":1707793012462,"duration":1}},{"uid":"8c469137a0fb5a4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c469137a0fb5a4d","status":"passed","time":{"start":1707777977654,"stop":1707777977655,"duration":1}},{"uid":"31305ee9d34ab228","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/31305ee9d34ab228","status":"passed","time":{"start":1707775258446,"stop":1707775258446,"duration":0}},{"uid":"3249b705f48c60dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3249b705f48c60dd","status":"passed","time":{"start":1707775081975,"stop":1707775081977,"duration":2}},{"uid":"f44fa2a3ebf101ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f44fa2a3ebf101ce","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"1c23c76dee58d5ae","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1c23c76dee58d5ae","status":"passed","time":{"start":1707769841877,"stop":1707769841877,"duration":0}},{"uid":"559c4f9b2fa4f74f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/559c4f9b2fa4f74f","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"974035bc431f28c1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/974035bc431f28c1","status":"passed","time":{"start":1707757624863,"stop":1707757624863,"duration":0}},{"uid":"62ce9dc5aabbfdd9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/62ce9dc5aabbfdd9","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"647a22f0243774c7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/647a22f0243774c7","status":"passed","time":{"start":1707753651129,"stop":1707753651130,"duration":1}},{"uid":"db887821d32744d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/db887821d32744d8","status":"passed","time":{"start":1707753409569,"stop":1707753409575,"duration":6}},{"uid":"cb6f4ba235a6f00f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb6f4ba235a6f00f","status":"passed","time":{"start":1707736708310,"stop":1707736708311,"duration":1}},{"uid":"21d679557a9b785d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21d679557a9b785d","status":"passed","time":{"start":1707735914371,"stop":1707735914374,"duration":3}}]},"491378aaa4600ceb1926c0521141b938:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c8c9e5ea38e4472f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c8c9e5ea38e4472f","status":"passed","time":{"start":1707793371101,"stop":1707793371101,"duration":0}},{"uid":"bd805a3856fcbabb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bd805a3856fcbabb","status":"passed","time":{"start":1707778338837,"stop":1707778338838,"duration":1}},{"uid":"59a952e33f21b32d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/59a952e33f21b32d","status":"passed","time":{"start":1707775602018,"stop":1707775602018,"duration":0}},{"uid":"43dd1f2f2a5466f8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43dd1f2f2a5466f8","status":"passed","time":{"start":1707775390228,"stop":1707775390229,"duration":1}},{"uid":"96caf545e5e292d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/96caf545e5e292d8","status":"passed","time":{"start":1707770335604,"stop":1707770335605,"duration":1}},{"uid":"6812e364fd3398f3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6812e364fd3398f3","status":"passed","time":{"start":1707760301806,"stop":1707760301806,"duration":0}},{"uid":"29f668ec3e68340d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/29f668ec3e68340d","status":"passed","time":{"start":1707758006708,"stop":1707758006708,"duration":0}},{"uid":"b27fd73e95fafa45","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b27fd73e95fafa45","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}},{"uid":"24eccaf742038f36","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/24eccaf742038f36","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"8dd11918f79ad923","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8dd11918f79ad923","status":"passed","time":{"start":1707753782749,"stop":1707753782754,"duration":5}},{"uid":"f6c4e7f91fc33451","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f6c4e7f91fc33451","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"b02c86bcfe5c29f2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b02c86bcfe5c29f2","status":"passed","time":{"start":1707737091305,"stop":1707737091308,"duration":3}},{"uid":"f166670fe5533c13","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f166670fe5533c13","status":"passed","time":{"start":1707736260129,"stop":1707736260129,"duration":0}}]},"c552836869246ed1b59a80786fae3f38:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"328ecf4b99676dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/328ecf4b99676dbc","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0}},{"uid":"5914fb203e05ee6d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5914fb203e05ee6d","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"36ddf08d25e93c5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36ddf08d25e93c5","status":"passed","time":{"start":1707775662264,"stop":1707775662264,"duration":0}},{"uid":"c7ccdc2446cbf86e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c7ccdc2446cbf86e","status":"passed","time":{"start":1707775462779,"stop":1707775462779,"duration":0}},{"uid":"2fe3494d3bd78dbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fe3494d3bd78dbc","status":"passed","time":{"start":1707770398287,"stop":1707770398288,"duration":1}},{"uid":"51371122a0cf6038","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51371122a0cf6038","status":"passed","time":{"start":1707770180416,"stop":1707770180416,"duration":0}},{"uid":"3f06aaf824ca216e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3f06aaf824ca216e","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"453fe96d28c672a2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/453fe96d28c672a2","status":"passed","time":{"start":1707758036861,"stop":1707758036861,"duration":0}},{"uid":"697af9fde346ca14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/697af9fde346ca14","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"4a7a94f13b1b7bdf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a7a94f13b1b7bdf","status":"passed","time":{"start":1707753994324,"stop":1707753994324,"duration":0}},{"uid":"6187bedf38d63b94","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6187bedf38d63b94","status":"passed","time":{"start":1707753841535,"stop":1707753841535,"duration":0}},{"uid":"368d0e7aa34ff9cd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/368d0e7aa34ff9cd","status":"passed","time":{"start":1707737132860,"stop":1707737132860,"duration":0}},{"uid":"91fbaaa5820215f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/91fbaaa5820215f7","status":"passed","time":{"start":1707736343133,"stop":1707736343133,"duration":0}}]},"2318fdfb33d2ba480d1fad16b498ea09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"84fa16beefd2d0b8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/84fa16beefd2d0b8","status":"passed","time":{"start":1707757790736,"stop":1707757790736,"duration":0}}]},"c717f1b9c8d8565ddbfeb4c28c1c45cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fa053323da58213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fa053323da58213","status":"passed","time":{"start":1707793446746,"stop":1707793446746,"duration":0}},{"uid":"f24c1cfd69fd398e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f24c1cfd69fd398e","status":"passed","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"b9d4ea1088145bc0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b9d4ea1088145bc0","status":"passed","time":{"start":1707775685031,"stop":1707775685031,"duration":0}},{"uid":"8cb09272e2bfae60","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8cb09272e2bfae60","status":"passed","time":{"start":1707775494281,"stop":1707775494282,"duration":1}},{"uid":"d3213ce5fe2b1f41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3213ce5fe2b1f41","status":"passed","time":{"start":1707770424183,"stop":1707770424183,"duration":0}},{"uid":"5bcc0ce57db8af0e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bcc0ce57db8af0e","status":"passed","time":{"start":1707770238690,"stop":1707770238691,"duration":1}},{"uid":"c33c4278a5a60fac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c33c4278a5a60fac","status":"passed","time":{"start":1707760374682,"stop":1707760374683,"duration":1}},{"uid":"671dda6b5f81cf63","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/671dda6b5f81cf63","status":"passed","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"41ddaec789b9b34d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41ddaec789b9b34d","status":"passed","time":{"start":1707756690166,"stop":1707756690167,"duration":1}},{"uid":"77b57be7b1fc6d08","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77b57be7b1fc6d08","status":"passed","time":{"start":1707754051791,"stop":1707754051791,"duration":0}},{"uid":"a9f6bbfce872bb0d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a9f6bbfce872bb0d","status":"passed","time":{"start":1707753877931,"stop":1707753877931,"duration":0}},{"uid":"3eb54d6863b24f97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3eb54d6863b24f97","status":"passed","time":{"start":1707751228965,"stop":1707751228965,"duration":0}},{"uid":"f4e15097be83ba7b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4e15097be83ba7b","status":"passed","time":{"start":1707737173822,"stop":1707737173823,"duration":1}},{"uid":"8391aea1f624de54","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8391aea1f624de54","status":"passed","time":{"start":1707736353043,"stop":1707736353043,"duration":0}}]},"d81bd16a101a4874be8ede9dcee85417:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a08a829249282ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a08a829249282ef1","status":"passed","time":{"start":1707793142788,"stop":1707793142789,"duration":1}},{"uid":"30e5d998be344986","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/30e5d998be344986","status":"passed","time":{"start":1707778103144,"stop":1707778103145,"duration":1}},{"uid":"2b2d4bc9cb185042","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b2d4bc9cb185042","status":"passed","time":{"start":1707775384052,"stop":1707775384052,"duration":0}},{"uid":"fb6dd5b3a962049","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fb6dd5b3a962049","status":"passed","time":{"start":1707775193313,"stop":1707775193314,"duration":1}},{"uid":"17f3dcd4669f9b30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/17f3dcd4669f9b30","status":"passed","time":{"start":1707770121405,"stop":1707770121406,"duration":1}},{"uid":"175641cfc62cf3c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/175641cfc62cf3c7","status":"passed","time":{"start":1707769979913,"stop":1707769979914,"duration":1}},{"uid":"aec045d922eb19ae","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aec045d922eb19ae","status":"passed","time":{"start":1707760084098,"stop":1707760084098,"duration":0}},{"uid":"907bc01cdfe47a34","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/907bc01cdfe47a34","status":"passed","time":{"start":1707757782366,"stop":1707757782366,"duration":0}},{"uid":"8cf12d0e7d8e691b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8cf12d0e7d8e691b","status":"passed","time":{"start":1707756396100,"stop":1707756396100,"duration":0}},{"uid":"7f59eef9ec26c7d7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7f59eef9ec26c7d7","status":"passed","time":{"start":1707753781755,"stop":1707753781755,"duration":0}},{"uid":"a069da045546549d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a069da045546549d","status":"passed","time":{"start":1707753563068,"stop":1707753563081,"duration":13}},{"uid":"8269a46e12aa95ae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8269a46e12aa95ae","status":"passed","time":{"start":1707750940650,"stop":1707750940651,"duration":1}},{"uid":"69199bd3a12dee6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/69199bd3a12dee6","status":"passed","time":{"start":1707736870543,"stop":1707736870543,"duration":0}},{"uid":"e6b3a9c30d9fe0af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e6b3a9c30d9fe0af","status":"passed","time":{"start":1707736068811,"stop":1707736068811,"duration":0}}]},"073f8bd5bc0acc96d625ba4577924444:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1379be28e3e80244","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1379be28e3e80244","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"duration":0}},{"uid":"db61a5cb5831d240","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db61a5cb5831d240","status":"passed","time":{"start":1707778126352,"stop":1707778126354,"duration":2}},{"uid":"23bbb79dd051a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23bbb79dd051a034","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"50f1e3dec37c9b4d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/50f1e3dec37c9b4d","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"7250bf1b5a07a996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7250bf1b5a07a996","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"b43dd7069030b18f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b43dd7069030b18f","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a9d2b9e63fd1a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a9d2b9e63fd1a2","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"5e87897b8761a711","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e87897b8761a711","status":"passed","time":{"start":1707757804306,"stop":1707757804308,"duration":2}},{"uid":"3e12ffdabe172d5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3e12ffdabe172d5a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"e88ecaf468127a7f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e88ecaf468127a7f","status":"passed","time":{"start":1707753796553,"stop":1707753796553,"duration":0}},{"uid":"2d772e2de18809d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2d772e2de18809d5","status":"passed","time":{"start":1707753586169,"stop":1707753586169,"duration":0}},{"uid":"2f2832e26dbf08a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2f2832e26dbf08a3","status":"passed","time":{"start":1707750964812,"stop":1707750964813,"duration":1}},{"uid":"72ff3e5a8bfe71ec","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72ff3e5a8bfe71ec","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"fa07643f162514f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa07643f162514f1","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"0c5de591ea5ad571a48f8ba360377f01:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4242d75079a005cf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4242d75079a005cf","status":"passed","time":{"start":1707793446749,"stop":1707793446749,"duration":0}},{"uid":"1d35d89f780f89e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1d35d89f780f89e","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"e2c1c96702d7a474","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e2c1c96702d7a474","status":"passed","time":{"start":1707775685035,"stop":1707775685036,"duration":1}},{"uid":"5c5c8650439e79a1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5c5c8650439e79a1","status":"passed","time":{"start":1707775494285,"stop":1707775494286,"duration":1}},{"uid":"954aae1b83937d5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/954aae1b83937d5f","status":"passed","time":{"start":1707770424186,"stop":1707770424187,"duration":1}},{"uid":"8dbc3ffd6eecc4a1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbc3ffd6eecc4a1","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"fb060abf16356fcd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fb060abf16356fcd","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"c5eb834e6eb39f46","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c5eb834e6eb39f46","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"827c60cee92d4b91","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/827c60cee92d4b91","status":"passed","time":{"start":1707756690170,"stop":1707756690170,"duration":0}},{"uid":"1a55039f92d91346","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a55039f92d91346","status":"passed","time":{"start":1707754051794,"stop":1707754051795,"duration":1}},{"uid":"73257dc8974e737e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/73257dc8974e737e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"66d5f39a9dc29498","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66d5f39a9dc29498","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"51526e42909670c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51526e42909670c","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"511964bb8eb21a86","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/511964bb8eb21a86","status":"passed","time":{"start":1707736353046,"stop":1707736353047,"duration":1}}]},"faeaa63b59e5383bb298c13badf3477c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"52ea7394a22dd995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52ea7394a22dd995","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0}},{"uid":"3f36e17bc4656c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f36e17bc4656c55","status":"passed","time":{"start":1707778202466,"stop":1707778202466,"duration":0}},{"uid":"e8493445fad9b830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8493445fad9b830","status":"passed","time":{"start":1707775486612,"stop":1707775486612,"duration":0}},{"uid":"5ef514be2bb05cfa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ef514be2bb05cfa","status":"passed","time":{"start":1707775300129,"stop":1707775300130,"duration":1}},{"uid":"4a5c0755ea13e16b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a5c0755ea13e16b","status":"passed","time":{"start":1707770234571,"stop":1707770234571,"duration":0}},{"uid":"5093396b643e2339","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5093396b643e2339","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"c9c1d900114f285a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9c1d900114f285a","status":"passed","time":{"start":1707760173998,"stop":1707760174007,"duration":9}},{"uid":"9060dba91626821f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9060dba91626821f","status":"passed","time":{"start":1707757873906,"stop":1707757873906,"duration":0}},{"uid":"7f6a46ff310188","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7f6a46ff310188","status":"passed","time":{"start":1707756499898,"stop":1707756499898,"duration":0}},{"uid":"8c9fa7a96ee88b51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8c9fa7a96ee88b51","status":"passed","time":{"start":1707753870424,"stop":1707753870424,"duration":0}},{"uid":"9a48343ef4ef7125","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9a48343ef4ef7125","status":"passed","time":{"start":1707753647489,"stop":1707753647492,"duration":3}},{"uid":"a7250cf5adf4f120","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7250cf5adf4f120","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"9696d53ce1199015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9696d53ce1199015","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"927a6348a9f10dfb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/927a6348a9f10dfb","status":"passed","time":{"start":1707736152498,"stop":1707736152498,"duration":0}}]},"928ac6883c801a6b50de07b547067762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f31b44beb941a50e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f31b44beb941a50e","status":"passed","time":{"start":1707793238873,"stop":1707793238874,"duration":1}},{"uid":"7597e87291fe6c91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7597e87291fe6c91","status":"passed","time":{"start":1707778202481,"stop":1707778202482,"duration":1}},{"uid":"d4996629cb8d8b23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4996629cb8d8b23","status":"passed","time":{"start":1707775486628,"stop":1707775486629,"duration":1}},{"uid":"13f6ef6923ea4d8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13f6ef6923ea4d8","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"5ee441879d1b688","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ee441879d1b688","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"996a3a325cf00c64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/996a3a325cf00c64","status":"passed","time":{"start":1707770051390,"stop":1707770051395,"duration":5}},{"uid":"f189a61e559ecdf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f189a61e559ecdf","status":"passed","time":{"start":1707760174022,"stop":1707760174023,"duration":1}},{"uid":"e4b2c22daf0567e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e4b2c22daf0567e","status":"passed","time":{"start":1707757873922,"stop":1707757873923,"duration":1}},{"uid":"bdbb069c3631fb7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bdbb069c3631fb7c","status":"passed","time":{"start":1707756499905,"stop":1707756499905,"duration":0}},{"uid":"ac0e62c984c37014","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ac0e62c984c37014","status":"passed","time":{"start":1707753870444,"stop":1707753870445,"duration":1}},{"uid":"da9684951f1c7565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da9684951f1c7565","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"2165dbd90f41a4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2165dbd90f41a4d","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"cf82e6266c380232","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf82e6266c380232","status":"passed","time":{"start":1707736947847,"stop":1707736947847,"duration":0}},{"uid":"95ab8bd1e4797bf7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95ab8bd1e4797bf7","status":"passed","time":{"start":1707736152504,"stop":1707736152504,"duration":0}}]},"792a18da5b7244104aa2077efbcd6319:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24e1bab256c0dd55","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24e1bab256c0dd55","status":"passed","time":{"start":1707793369035,"stop":1707793369035,"duration":0}},{"uid":"a14a6489e8409163","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a14a6489e8409163","status":"passed","time":{"start":1707778332050,"stop":1707778332050,"duration":0}},{"uid":"293ba39db7d4fba8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293ba39db7d4fba8","status":"passed","time":{"start":1707775601726,"stop":1707775601726,"duration":0}},{"uid":"1d3a3f2686e56fe8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d3a3f2686e56fe8","status":"passed","time":{"start":1707775415219,"stop":1707775415219,"duration":0}},{"uid":"644adac3a42979ca","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/644adac3a42979ca","status":"passed","time":{"start":1707770353937,"stop":1707770353937,"duration":0}},{"uid":"5b1f0818b140fa33","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1f0818b140fa33","status":"passed","time":{"start":1707770103225,"stop":1707770103225,"duration":0}},{"uid":"d011f5eb2e090a3f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d011f5eb2e090a3f","status":"passed","time":{"start":1707760299492,"stop":1707760299492,"duration":0}},{"uid":"455a76ab2c471cb3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/455a76ab2c471cb3","status":"passed","time":{"start":1707757995160,"stop":1707757995161,"duration":1}},{"uid":"c182304af1e35708","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c182304af1e35708","status":"passed","time":{"start":1707756620173,"stop":1707756620173,"duration":0}},{"uid":"a9b8b215d1a57fbd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a9b8b215d1a57fbd","status":"passed","time":{"start":1707753925426,"stop":1707753925426,"duration":0}},{"uid":"74e0249e2cfdf74a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e0249e2cfdf74a","status":"passed","time":{"start":1707753785897,"stop":1707753785898,"duration":1}},{"uid":"66938ca0c8dcca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66938ca0c8dcca1","status":"passed","time":{"start":1707751137102,"stop":1707751137102,"duration":0}},{"uid":"bb1429ba13909019","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb1429ba13909019","status":"passed","time":{"start":1707737056800,"stop":1707737056800,"duration":0}},{"uid":"f12c8971e8fd1d91","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f12c8971e8fd1d91","status":"passed","time":{"start":1707736286220,"stop":1707736286220,"duration":0}}]},"d68d8c37391414cdd0dc8655a557c30c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dfd04763ea7c08e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfd04763ea7c08e9","status":"passed","time":{"start":1707793371125,"stop":1707793371125,"duration":0}},{"uid":"d18b559a7eb71bda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d18b559a7eb71bda","status":"passed","time":{"start":1707778338859,"stop":1707778338859,"duration":0}},{"uid":"6c5a8e777c3cd34","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6c5a8e777c3cd34","status":"passed","time":{"start":1707775602045,"stop":1707775602045,"duration":0}},{"uid":"a1a4c08bee138dde","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1a4c08bee138dde","status":"passed","time":{"start":1707775390252,"stop":1707775390253,"duration":1}},{"uid":"718bc092a18fbc18","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/718bc092a18fbc18","status":"passed","time":{"start":1707770335622,"stop":1707770335623,"duration":1}},{"uid":"7293e63d8582911f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7293e63d8582911f","status":"passed","time":{"start":1707769968735,"stop":1707769968736,"duration":1}},{"uid":"11a2b8b1cf85e07e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11a2b8b1cf85e07e","status":"passed","time":{"start":1707760301829,"stop":1707760301829,"duration":0}},{"uid":"a19e122a203843da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a19e122a203843da","status":"passed","time":{"start":1707758006726,"stop":1707758006727,"duration":1}},{"uid":"669c555ae02cd98c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/669c555ae02cd98c","status":"passed","time":{"start":1707756617064,"stop":1707756617065,"duration":1}},{"uid":"e63996134965b8d9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e63996134965b8d9","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"8a9d4180ab26d20f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8a9d4180ab26d20f","status":"passed","time":{"start":1707753782780,"stop":1707753782780,"duration":0}},{"uid":"1727ade82a9a976","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1727ade82a9a976","status":"passed","time":{"start":1707751162326,"stop":1707751162326,"duration":0}},{"uid":"c01bab8670c5511f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c01bab8670c5511f","status":"passed","time":{"start":1707737091390,"stop":1707737091390,"duration":0}},{"uid":"6a854ed3b45e8c40","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a854ed3b45e8c40","status":"passed","time":{"start":1707736260165,"stop":1707736260166,"duration":1}}]},"18f96b7e027ad84bb585d47dc2910c46:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c47d37ce34d5e9ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c47d37ce34d5e9ec","status":"passed","time":{"start":1707793238861,"stop":1707793238861,"duration":0}},{"uid":"280e49c850b0d577","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/280e49c850b0d577","status":"passed","time":{"start":1707778202463,"stop":1707778202463,"duration":0}},{"uid":"f1a2d5c384ea005b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f1a2d5c384ea005b","status":"passed","time":{"start":1707775486606,"stop":1707775486607,"duration":1}},{"uid":"d7fe1c72ad666e3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7fe1c72ad666e3","status":"passed","time":{"start":1707775300127,"stop":1707775300127,"duration":0}},{"uid":"9773952dabc54c30","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9773952dabc54c30","status":"passed","time":{"start":1707770234568,"stop":1707770234569,"duration":1}},{"uid":"acc1895f600d7ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/acc1895f600d7ede","status":"passed","time":{"start":1707770051359,"stop":1707770051360,"duration":1}},{"uid":"c9549eef0ae3770a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c9549eef0ae3770a","status":"passed","time":{"start":1707760173995,"stop":1707760173995,"duration":0}},{"uid":"6c1163200f1885c8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6c1163200f1885c8","status":"passed","time":{"start":1707757873893,"stop":1707757873893,"duration":0}},{"uid":"e1ac92621960fb6e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e1ac92621960fb6e","status":"passed","time":{"start":1707756499892,"stop":1707756499893,"duration":1}},{"uid":"fe182ab45591e77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fe182ab45591e77b","status":"passed","time":{"start":1707753870420,"stop":1707753870422,"duration":2}},{"uid":"731181d211fd4d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/731181d211fd4d8","status":"passed","time":{"start":1707753647462,"stop":1707753647462,"duration":0}},{"uid":"b1aed392b60bee25","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1aed392b60bee25","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"f9f94dd9d161d139","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f9f94dd9d161d139","status":"passed","time":{"start":1707736947836,"stop":1707736947836,"duration":0}},{"uid":"66e20688afcce4f7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/66e20688afcce4f7","status":"passed","time":{"start":1707736152495,"stop":1707736152495,"duration":0}}]},"e75b0917704eac9613c503bbc5db3e6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8cdc781d54083eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8cdc781d54083eda","status":"passed","time":{"start":1707793238876,"stop":1707793238877,"duration":1}},{"uid":"66a94525f4403fa9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66a94525f4403fa9","status":"passed","time":{"start":1707778202499,"stop":1707778202500,"duration":1}},{"uid":"c2495d0a18531f6f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2495d0a18531f6f","status":"passed","time":{"start":1707775486635,"stop":1707775486636,"duration":1}},{"uid":"26e9c920528f976d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26e9c920528f976d","status":"passed","time":{"start":1707775300140,"stop":1707775300140,"duration":0}},{"uid":"2149e3aa02c5c7e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2149e3aa02c5c7e4","status":"passed","time":{"start":1707770234583,"stop":1707770234583,"duration":0}},{"uid":"4558f3f326a7f464","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4558f3f326a7f464","status":"passed","time":{"start":1707770051399,"stop":1707770051399,"duration":0}},{"uid":"49208c1c09a802fb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/49208c1c09a802fb","status":"passed","time":{"start":1707760174026,"stop":1707760174026,"duration":0}},{"uid":"11fe265ee3a9bad9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/11fe265ee3a9bad9","status":"passed","time":{"start":1707757873927,"stop":1707757873928,"duration":1}},{"uid":"987165fd587b1367","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/987165fd587b1367","status":"passed","time":{"start":1707756499910,"stop":1707756499911,"duration":1}},{"uid":"de795df915186d83","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/de795df915186d83","status":"passed","time":{"start":1707753870460,"stop":1707753870468,"duration":8}},{"uid":"8b2edd487b77bb7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8b2edd487b77bb7","status":"passed","time":{"start":1707753647522,"stop":1707753647523,"duration":1}},{"uid":"97734ab24459b217","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97734ab24459b217","status":"passed","time":{"start":1707751019573,"stop":1707751019573,"duration":0}},{"uid":"2b0021154fcfb356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2b0021154fcfb356","status":"passed","time":{"start":1707736947852,"stop":1707736947852,"duration":0}},{"uid":"19ab8159d55e080f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/19ab8159d55e080f","status":"passed","time":{"start":1707736152508,"stop":1707736152508,"duration":0}}]},"d8e8c43e51798790393da731d5f5a27c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"4c377726deabb4e1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c377726deabb4e1","status":"passed","time":{"start":1707793354575,"stop":1707793354575,"duration":0}},{"uid":"6d5df1e60d1abb9c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d5df1e60d1abb9c","status":"passed","time":{"start":1707778308339,"stop":1707778308339,"duration":0}},{"uid":"46d35c7fe18633eb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46d35c7fe18633eb","status":"passed","time":{"start":1707775586584,"stop":1707775586584,"duration":0}},{"uid":"c4e18c6881d0b575","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c4e18c6881d0b575","status":"passed","time":{"start":1707775396056,"stop":1707775396056,"duration":0}},{"uid":"aab1e05e74864319","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab1e05e74864319","status":"passed","time":{"start":1707770325620,"stop":1707770325620,"duration":0}},{"uid":"8429a806f4cba5f2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8429a806f4cba5f2","status":"passed","time":{"start":1707770159289,"stop":1707770159291,"duration":2}},{"uid":"84983e8a5b8b0611","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/84983e8a5b8b0611","status":"passed","time":{"start":1707760280828,"stop":1707760280829,"duration":1}},{"uid":"477ee82312ba1637","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/477ee82312ba1637","status":"passed","time":{"start":1707757976565,"stop":1707757976566,"duration":1}},{"uid":"df278ce6c8c03e69","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/df278ce6c8c03e69","status":"passed","time":{"start":1707756601161,"stop":1707756601162,"duration":1}},{"uid":"d8dde0fadf0ab960","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8dde0fadf0ab960","status":"passed","time":{"start":1707753969929,"stop":1707753969930,"duration":1}},{"uid":"785e92c263356350","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/785e92c263356350","status":"passed","time":{"start":1707753767216,"stop":1707753767217,"duration":1}},{"uid":"ebd564993add8f41","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebd564993add8f41","status":"passed","time":{"start":1707737071260,"stop":1707737071261,"duration":1}},{"uid":"629528aee68db75e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/629528aee68db75e","status":"passed","time":{"start":1707736274448,"stop":1707736274448,"duration":0}}]},"37b7dcd12a520366e93456fccd1f5571:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"44a9192c273257e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44a9192c273257e4","status":"passed","time":{"start":1707792869303,"stop":1707792869303,"duration":0}},{"uid":"a79e29435488e131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a79e29435488e131","status":"passed","time":{"start":1707777818740,"stop":1707777818741,"duration":1}},{"uid":"56d3155061d5542e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56d3155061d5542e","status":"passed","time":{"start":1707775095408,"stop":1707775095408,"duration":0}},{"uid":"5f3e9ad3612b3a32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5f3e9ad3612b3a32","status":"passed","time":{"start":1707774915337,"stop":1707774915337,"duration":0}},{"uid":"e2c318bf6532017a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2c318bf6532017a","status":"passed","time":{"start":1707769844707,"stop":1707769844707,"duration":0}},{"uid":"6cd4455a2e844a54","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6cd4455a2e844a54","status":"passed","time":{"start":1707769691796,"stop":1707769691796,"duration":0}},{"uid":"96bdaef5ce5ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/96bdaef5ce5ef4ec","status":"passed","time":{"start":1707759788941,"stop":1707759788942,"duration":1}},{"uid":"392e859be7505a26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/392e859be7505a26","status":"passed","time":{"start":1707757488459,"stop":1707757488460,"duration":1}},{"uid":"32c49ef568db4202","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32c49ef568db4202","status":"passed","time":{"start":1707756113395,"stop":1707756113395,"duration":0}},{"uid":"a50560b2dcd4c77b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a50560b2dcd4c77b","status":"passed","time":{"start":1707753533382,"stop":1707753533383,"duration":1}},{"uid":"6612de6a0a128aff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6612de6a0a128aff","status":"passed","time":{"start":1707753263796,"stop":1707753263796,"duration":0}},{"uid":"321a04e62d2821b8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/321a04e62d2821b8","status":"passed","time":{"start":1707750661590,"stop":1707750661591,"duration":1}},{"uid":"8e97be91cc484fee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e97be91cc484fee","status":"passed","time":{"start":1707736580001,"stop":1707736580001,"duration":0}},{"uid":"3509ef9a6428b731","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3509ef9a6428b731","status":"passed","time":{"start":1707735764681,"stop":1707735764681,"duration":0}}]},"fad208510765f0b467ec4bfe43944538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3ee4978a7f80ad5d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ee4978a7f80ad5d","status":"passed","time":{"start":1707792814221,"stop":1707792814222,"duration":1}},{"uid":"2581174b7996ca2f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2581174b7996ca2f","status":"passed","time":{"start":1707777763442,"stop":1707777763443,"duration":1}},{"uid":"f5a94dd9e5736726","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f5a94dd9e5736726","status":"passed","time":{"start":1707775039621,"stop":1707775039622,"duration":1}},{"uid":"cf5f0a26a26b17db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cf5f0a26a26b17db","status":"passed","time":{"start":1707774841419,"stop":1707774841427,"duration":8}},{"uid":"4fd8af0c58407dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4fd8af0c58407dcd","status":"passed","time":{"start":1707769788864,"stop":1707769788866,"duration":2}},{"uid":"1351a9e93cbb77ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1351a9e93cbb77ec","status":"passed","time":{"start":1707769641579,"stop":1707769641580,"duration":1}},{"uid":"23ae3e7303fbe70a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23ae3e7303fbe70a","status":"passed","time":{"start":1707759736452,"stop":1707759736454,"duration":2}},{"uid":"adbb4eecab19fac4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/adbb4eecab19fac4","status":"passed","time":{"start":1707757431309,"stop":1707757431311,"duration":2}},{"uid":"4efa998a9677322a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4efa998a9677322a","status":"passed","time":{"start":1707756060432,"stop":1707756060433,"duration":1}},{"uid":"dcc8e28e8ea28c9d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dcc8e28e8ea28c9d","status":"passed","time":{"start":1707753479023,"stop":1707753479027,"duration":4}},{"uid":"6969aac7d62b8539","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6969aac7d62b8539","status":"passed","time":{"start":1707753207961,"stop":1707753207962,"duration":1}},{"uid":"d716f82ad35cda1d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d716f82ad35cda1d","status":"passed","time":{"start":1707750607848,"stop":1707750607849,"duration":1}},{"uid":"e5008140a248bd74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5008140a248bd74","status":"passed","time":{"start":1707736525273,"stop":1707736525275,"duration":2}},{"uid":"b9949f9fcb88a5da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b9949f9fcb88a5da","status":"passed","time":{"start":1707735707251,"stop":1707735707253,"duration":2}}]},"8b8064c46876f1a7c8000e24273c7c08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d07f60cfc0cf4028","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d07f60cfc0cf4028","status":"passed","time":{"start":1707793012500,"stop":1707793012500,"duration":0}},{"uid":"c577a19160019a2e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c577a19160019a2e","status":"passed","time":{"start":1707777977670,"stop":1707777977671,"duration":1}},{"uid":"a2ae298b6d27ab0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a2ae298b6d27ab0b","status":"passed","time":{"start":1707775258461,"stop":1707775258465,"duration":4}},{"uid":"67f5c8121f444313","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/67f5c8121f444313","status":"passed","time":{"start":1707775082028,"stop":1707775082029,"duration":1}},{"uid":"d97358fd64a2d184","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d97358fd64a2d184","status":"passed","time":{"start":1707769999868,"stop":1707769999868,"duration":0}},{"uid":"3573fc6a07016533","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3573fc6a07016533","status":"passed","time":{"start":1707769841904,"stop":1707769841904,"duration":0}},{"uid":"a2918efb80d6274c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a2918efb80d6274c","status":"passed","time":{"start":1707759921460,"stop":1707759921460,"duration":0}},{"uid":"89f945bd27c517f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/89f945bd27c517f","status":"passed","time":{"start":1707757624881,"stop":1707757624881,"duration":0}},{"uid":"7a884d88bbceb577","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7a884d88bbceb577","status":"passed","time":{"start":1707756261814,"stop":1707756261818,"duration":4}},{"uid":"6df918c72c39c0eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6df918c72c39c0eb","status":"passed","time":{"start":1707753651187,"stop":1707753651187,"duration":0}},{"uid":"3926398e843f4d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3926398e843f4d02","status":"passed","time":{"start":1707753409591,"stop":1707753409592,"duration":1}},{"uid":"a899a160dc0d981e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a899a160dc0d981e","status":"passed","time":{"start":1707750722055,"stop":1707750722055,"duration":0}},{"uid":"125e2294758ac424","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/125e2294758ac424","status":"passed","time":{"start":1707736708334,"stop":1707736708334,"duration":0}},{"uid":"461a4e1f4a92e8a7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/461a4e1f4a92e8a7","status":"passed","time":{"start":1707735914391,"stop":1707735914391,"duration":0}}]},"0de593c58a7f0697f715a0074d110272:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"94016863792f9b83","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94016863792f9b83","status":"passed","time":{"start":1707792919942,"stop":1707792919943,"duration":1}},{"uid":"70839dfcd0b3c202","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/70839dfcd0b3c202","status":"passed","time":{"start":1707777865444,"stop":1707777865445,"duration":1}},{"uid":"f3e812eaf8e16156","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f3e812eaf8e16156","status":"passed","time":{"start":1707775140807,"stop":1707775140808,"duration":1}},{"uid":"4db50d7f5431d0aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4db50d7f5431d0aa","status":"passed","time":{"start":1707774947611,"stop":1707774947612,"duration":1}},{"uid":"68940e077684618","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/68940e077684618","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"7fbbb96ae64a357a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7fbbb96ae64a357a","status":"passed","time":{"start":1707769737626,"stop":1707769737627,"duration":1}},{"uid":"eac5bd8cbd09eb3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eac5bd8cbd09eb3","status":"passed","time":{"start":1707759835151,"stop":1707759835151,"duration":0}},{"uid":"3f0e082bd2c2dfd2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f0e082bd2c2dfd2","status":"passed","time":{"start":1707757529706,"stop":1707757529707,"duration":1}},{"uid":"4e6e3c7052b92128","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e6e3c7052b92128","status":"passed","time":{"start":1707756164077,"stop":1707756164077,"duration":0}},{"uid":"80058433670ec497","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80058433670ec497","status":"passed","time":{"start":1707753566690,"stop":1707753566691,"duration":1}},{"uid":"5d2afa4c29ba3d96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d2afa4c29ba3d96","status":"passed","time":{"start":1707753314177,"stop":1707753314177,"duration":0}},{"uid":"19c84eb0e553ab3e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/19c84eb0e553ab3e","status":"passed","time":{"start":1707750698719,"stop":1707750698719,"duration":0}},{"uid":"c4649d0943c0fe67","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c4649d0943c0fe67","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"67598d1bac9f3a28","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67598d1bac9f3a28","status":"passed","time":{"start":1707735814293,"stop":1707735814295,"duration":2}}]},"d940af2d9145eac6e0a4e17fc32d5514:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"9c7ceaa9caa39469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9c7ceaa9caa39469","status":"passed","time":{"start":1707737124650,"stop":1707737124650,"duration":0}}]},"1bfd08f0f21b23661fe82c97ee82ab09:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f1f76751191424b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f1f76751191424b","status":"passed","time":{"start":1707792814743,"stop":1707792814743,"duration":0}},{"uid":"b99902f18f3cdb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b99902f18f3cdb8f","status":"passed","time":{"start":1707777764076,"stop":1707777764077,"duration":1}},{"uid":"65ccc925c6d4c5bc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ccc925c6d4c5bc","status":"passed","time":{"start":1707775040146,"stop":1707775040146,"duration":0}},{"uid":"1ac802ed4b4a8d2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ac802ed4b4a8d2e","status":"passed","time":{"start":1707774842101,"stop":1707774842102,"duration":1}},{"uid":"85de3e36ac2bcf8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/85de3e36ac2bcf8b","status":"passed","time":{"start":1707769789484,"stop":1707769789484,"duration":0}},{"uid":"fa5ae09b5697c0e3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fa5ae09b5697c0e3","status":"passed","time":{"start":1707769642218,"stop":1707769642219,"duration":1}},{"uid":"da7bf36a8fb454dc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da7bf36a8fb454dc","status":"passed","time":{"start":1707759737067,"stop":1707759737067,"duration":0}},{"uid":"d06691c31a2880e5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d06691c31a2880e5","status":"passed","time":{"start":1707757431973,"stop":1707757431974,"duration":1}},{"uid":"fbd27f0c756fcee8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fbd27f0c756fcee8","status":"passed","time":{"start":1707756061018,"stop":1707756061018,"duration":0}},{"uid":"13109e35e7ef1b0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13109e35e7ef1b0e","status":"passed","time":{"start":1707753479607,"stop":1707753479608,"duration":1}},{"uid":"a2f6561049033ec6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a2f6561049033ec6","status":"passed","time":{"start":1707753208306,"stop":1707753208307,"duration":1}},{"uid":"6bb271a029a06da5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6bb271a029a06da5","status":"passed","time":{"start":1707750608583,"stop":1707750608583,"duration":0}},{"uid":"76835efc52599d80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/76835efc52599d80","status":"passed","time":{"start":1707736525854,"stop":1707736525854,"duration":0}},{"uid":"fa10edb1f222d2e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fa10edb1f222d2e9","status":"passed","time":{"start":1707735707688,"stop":1707735707688,"duration":0}}]},"e09f2afe699c91bf48c4699ce10f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c778894017771e9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c778894017771e9a","status":"passed","time":{"start":1707793059102,"stop":1707793059103,"duration":1}},{"uid":"50249dece8007e06","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/50249dece8007e06","status":"passed","time":{"start":1707778002171,"stop":1707778002171,"duration":0}},{"uid":"684a7665b18b0338","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/684a7665b18b0338","status":"passed","time":{"start":1707775288511,"stop":1707775288511,"duration":0}},{"uid":"782e482744d10055","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/782e482744d10055","status":"passed","time":{"start":1707775094105,"stop":1707775094106,"duration":1}},{"uid":"1dcc41f2f98c3fa1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1dcc41f2f98c3fa1","status":"passed","time":{"start":1707770019758,"stop":1707770019759,"duration":1}},{"uid":"51a45ef42c253261","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/51a45ef42c253261","status":"passed","time":{"start":1707769883645,"stop":1707769883645,"duration":0}},{"uid":"1303688456fc3476","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1303688456fc3476","status":"passed","time":{"start":1707759985513,"stop":1707759985514,"duration":1}},{"uid":"4ad05537b754c590","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ad05537b754c590","status":"passed","time":{"start":1707757677813,"stop":1707757677814,"duration":1}},{"uid":"6aa0c0e600fbda02","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6aa0c0e600fbda02","status":"passed","time":{"start":1707756291415,"stop":1707756291416,"duration":1}},{"uid":"f190117280769651","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f190117280769651","status":"passed","time":{"start":1707753735503,"stop":1707753735504,"duration":1}},{"uid":"eafcd10a0823e843","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/eafcd10a0823e843","status":"passed","time":{"start":1707753472971,"stop":1707753472971,"duration":0}},{"uid":"43585cae691ada6e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43585cae691ada6e","status":"passed","time":{"start":1707750845170,"stop":1707750845170,"duration":0}},{"uid":"db1d9383516aef1f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/db1d9383516aef1f","status":"passed","time":{"start":1707736769677,"stop":1707736769678,"duration":1}},{"uid":"1203239afafb0f31","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1203239afafb0f31","status":"passed","time":{"start":1707735968265,"stop":1707735968265,"duration":0}}]},"b4928d4a9c299c8360ac299d9f700466:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"537267c96b0bca03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/537267c96b0bca03","status":"passed","time":{"start":1707793446738,"stop":1707793446739,"duration":1}},{"uid":"25c18f3ddef80758","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/25c18f3ddef80758","status":"passed","time":{"start":1707778413518,"stop":1707778413518,"duration":0}},{"uid":"22372665c58a874","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/22372665c58a874","status":"passed","time":{"start":1707775685024,"stop":1707775685024,"duration":0}},{"uid":"41664619cc5ce389","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/41664619cc5ce389","status":"passed","time":{"start":1707775494273,"stop":1707775494274,"duration":1}},{"uid":"bc5c7eda32ff3bdb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc5c7eda32ff3bdb","status":"passed","time":{"start":1707770424176,"stop":1707770424176,"duration":0}},{"uid":"bda4cf20c3c4e060","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bda4cf20c3c4e060","status":"passed","time":{"start":1707770238683,"stop":1707770238684,"duration":1}},{"uid":"f0a4ce1903cecb8b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f0a4ce1903cecb8b","status":"passed","time":{"start":1707760374677,"stop":1707760374677,"duration":0}},{"uid":"2887a1f10787e210","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2887a1f10787e210","status":"passed","time":{"start":1707758004307,"stop":1707758004310,"duration":3}},{"uid":"b055301221237fc7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b055301221237fc7","status":"passed","time":{"start":1707756690161,"stop":1707756690161,"duration":0}},{"uid":"3c82b320535a2a5d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3c82b320535a2a5d","status":"passed","time":{"start":1707754051784,"stop":1707754051785,"duration":1}},{"uid":"96cf8e73b9062de7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96cf8e73b9062de7","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"93e4db3caa5c6d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/93e4db3caa5c6d72","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"9752afdc2b66f978","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9752afdc2b66f978","status":"passed","time":{"start":1707737173817,"stop":1707737173817,"duration":0}},{"uid":"5dc43eaba5dc95e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5dc43eaba5dc95e7","status":"passed","time":{"start":1707736353036,"stop":1707736353036,"duration":0}}]},"69d3925828f48370dc0e0589473df895:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"663afc1ef362cf85","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/663afc1ef362cf85","status":"passed","time":{"start":1707792795037,"stop":1707792795037,"duration":0}},{"uid":"fc956be6f56b8976","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc956be6f56b8976","status":"passed","time":{"start":1707777743983,"stop":1707777743984,"duration":1}},{"uid":"27e52a562e0ed3c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27e52a562e0ed3c4","status":"passed","time":{"start":1707775020382,"stop":1707775020382,"duration":0}},{"uid":"fa12398e6ae3d2f4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fa12398e6ae3d2f4","status":"passed","time":{"start":1707774821817,"stop":1707774821817,"duration":0}},{"uid":"7931bf5eeeda96fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7931bf5eeeda96fd","status":"passed","time":{"start":1707769769304,"stop":1707769769304,"duration":0}},{"uid":"8595fd71604b8975","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8595fd71604b8975","status":"passed","time":{"start":1707769622097,"stop":1707769622097,"duration":0}},{"uid":"505bf8e79d30f495","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/505bf8e79d30f495","status":"passed","time":{"start":1707759717051,"stop":1707759717051,"duration":0}},{"uid":"9e9bd9335e9d3ef7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9e9bd9335e9d3ef7","status":"passed","time":{"start":1707757411668,"stop":1707757411668,"duration":0}},{"uid":"cd4c5cde9210808c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cd4c5cde9210808c","status":"passed","time":{"start":1707756041377,"stop":1707756041377,"duration":0}},{"uid":"2fed1b2f35790f96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2fed1b2f35790f96","status":"passed","time":{"start":1707753459610,"stop":1707753459610,"duration":0}},{"uid":"2968e61137ae651c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2968e61137ae651c","status":"passed","time":{"start":1707753187712,"stop":1707753187712,"duration":0}},{"uid":"6a0fe922e6867b68","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a0fe922e6867b68","status":"passed","time":{"start":1707750588402,"stop":1707750588402,"duration":0}},{"uid":"7b35164f1513ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b35164f1513ef9","status":"passed","time":{"start":1707736505794,"stop":1707736505794,"duration":0}},{"uid":"c218c9d79777cab2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c218c9d79777cab2","status":"passed","time":{"start":1707735687172,"stop":1707735687172,"duration":0}}]},"c3b7b6b2018fc95730947a5850f18860:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"904840635b6f4718","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/904840635b6f4718","status":"passed","time":{"start":1707736260163,"stop":1707736260163,"duration":0}}]},"2b03909260558dc82c18e3456da995f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8c32b9da5d546a83","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8c32b9da5d546a83","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0}},{"uid":"8269c376d0e9979f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8269c376d0e9979f","status":"passed","time":{"start":1707778002171,"stop":1707778002172,"duration":1}},{"uid":"cd082d8ac5f34506","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cd082d8ac5f34506","status":"passed","time":{"start":1707775288511,"stop":1707775288512,"duration":1}},{"uid":"2135cd3dea33f257","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2135cd3dea33f257","status":"passed","time":{"start":1707775094106,"stop":1707775094106,"duration":0}},{"uid":"eb0e559bfac46dd5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb0e559bfac46dd5","status":"passed","time":{"start":1707770019759,"stop":1707770019759,"duration":0}},{"uid":"8142a479c2653487","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8142a479c2653487","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"e3a7b8044d1987de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e3a7b8044d1987de","status":"passed","time":{"start":1707759985514,"stop":1707759985514,"duration":0}},{"uid":"96bbf9129b8085a8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/96bbf9129b8085a8","status":"passed","time":{"start":1707757677814,"stop":1707757677814,"duration":0}},{"uid":"e62967e1857046b4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e62967e1857046b4","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"587ff1f00fc0e0d3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/587ff1f00fc0e0d3","status":"passed","time":{"start":1707753735504,"stop":1707753735504,"duration":0}},{"uid":"c6305b1b2c1b899f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6305b1b2c1b899f","status":"passed","time":{"start":1707753472971,"stop":1707753472972,"duration":1}},{"uid":"8ff43fb81bd76818","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8ff43fb81bd76818","status":"passed","time":{"start":1707750845170,"stop":1707750845171,"duration":1}},{"uid":"1831be9a69a73166","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1831be9a69a73166","status":"passed","time":{"start":1707736769678,"stop":1707736769678,"duration":0}},{"uid":"a210c675208248a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a210c675208248a1","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"a6b9146ad5bd7c9cd3443a05053cad20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2e8db92229d2f1cb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e8db92229d2f1cb","status":"passed","time":{"start":1707792822802,"stop":1707792822802,"duration":0}},{"uid":"75583eecd3343203","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75583eecd3343203","status":"passed","time":{"start":1707777772232,"stop":1707777772232,"duration":0}},{"uid":"630020d9660e4ab0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/630020d9660e4ab0","status":"passed","time":{"start":1707775048145,"stop":1707775048146,"duration":1}},{"uid":"4810b0b72a1368e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4810b0b72a1368e1","status":"passed","time":{"start":1707774850256,"stop":1707774850256,"duration":0}},{"uid":"6397e2b414170d4e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6397e2b414170d4e","status":"passed","time":{"start":1707769797444,"stop":1707769797445,"duration":1}},{"uid":"41f816edd271d908","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/41f816edd271d908","status":"passed","time":{"start":1707769650273,"stop":1707769650273,"duration":0}},{"uid":"64d71d521493d487","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64d71d521493d487","status":"passed","time":{"start":1707759745077,"stop":1707759745077,"duration":0}},{"uid":"15e516a96fddaf5c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15e516a96fddaf5c","status":"passed","time":{"start":1707757440221,"stop":1707757440221,"duration":0}},{"uid":"6685b630724f2eff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6685b630724f2eff","status":"passed","time":{"start":1707756069082,"stop":1707756069082,"duration":0}},{"uid":"10311e47ea560a8b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/10311e47ea560a8b","status":"passed","time":{"start":1707753487640,"stop":1707753487640,"duration":0}},{"uid":"e28d029493599057","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e28d029493599057","status":"passed","time":{"start":1707753216620,"stop":1707753216621,"duration":1}},{"uid":"95bb420cdf9f761e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95bb420cdf9f761e","status":"passed","time":{"start":1707750616575,"stop":1707750616576,"duration":1}},{"uid":"b360389fcfb8b76a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b360389fcfb8b76a","status":"passed","time":{"start":1707736534010,"stop":1707736534010,"duration":0}},{"uid":"329993ff0ec3b33b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/329993ff0ec3b33b","status":"passed","time":{"start":1707735716032,"stop":1707735716032,"duration":0}}]},"57e78506140423d3cbc2cb4ac48acf06:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"cd05f6e66088bcde","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd05f6e66088bcde","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793028296,"stop":1707793028296,"duration":0}},{"uid":"b797e94d9be8b78d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b797e94d9be8b78d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777973010,"stop":1707777973011,"duration":1}},{"uid":"b80146dac0cdcf81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b80146dac0cdcf81","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775244537,"stop":1707775244537,"duration":0}},{"uid":"db161eb7c61ec8ce","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/db161eb7c61ec8ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775050826,"stop":1707775050826,"duration":0}},{"uid":"2e3fff04e9dea35e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2e3fff04e9dea35e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770001387,"stop":1707770001387,"duration":0}},{"uid":"b4c6c794d61a4b18","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4c6c794d61a4b18","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769843155,"stop":1707769843156,"duration":1}},{"uid":"71c54ece6a321cb7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71c54ece6a321cb7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759965220,"stop":1707759965220,"duration":0}},{"uid":"8fef025582025852","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8fef025582025852","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757644398,"stop":1707757644398,"duration":0}},{"uid":"f32bccf7127c2ba7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f32bccf7127c2ba7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756267920,"stop":1707756267920,"duration":0}},{"uid":"5883866bfa24b0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5883866bfa24b0b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753668086,"stop":1707753668086,"duration":0}},{"uid":"4f0de60d10bad444","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f0de60d10bad444","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753423546,"stop":1707753423546,"duration":0}},{"uid":"c2b635b1e0be2416","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2b635b1e0be2416","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750796039,"stop":1707750796039,"duration":0}},{"uid":"e378f7f252388280","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e378f7f252388280","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736730663,"stop":1707736730664,"duration":1}},{"uid":"3c673bea5d0f30e2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3c673bea5d0f30e2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735912139,"stop":1707735912139,"duration":0}}]},"64f94682189a98db287573b293dc48cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"70e622036329d733","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/70e622036329d733","status":"passed","time":{"start":1707760335961,"stop":1707760335961,"duration":0}}]},"56fe013b3799e2d571a027f0cbff5e10:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a75a70fb94ad2e09","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a75a70fb94ad2e09","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0}},{"uid":"1b8140fdcbecc5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b8140fdcbecc5e","status":"passed","time":{"start":1707778338834,"stop":1707778338834,"duration":0}},{"uid":"5b29246ec4a2fcda","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b29246ec4a2fcda","status":"passed","time":{"start":1707775602015,"stop":1707775602015,"duration":0}},{"uid":"94f1246a4b9d0e31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/94f1246a4b9d0e31","status":"passed","time":{"start":1707775390223,"stop":1707775390223,"duration":0}},{"uid":"1fe62ecf5f411213","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fe62ecf5f411213","status":"passed","time":{"start":1707770335601,"stop":1707770335601,"duration":0}},{"uid":"90d779de8ba056cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/90d779de8ba056cb","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"741deecfcca92bb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/741deecfcca92bb7","status":"passed","time":{"start":1707758006705,"stop":1707758006705,"duration":0}},{"uid":"db9a6c1ade1fd1be","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db9a6c1ade1fd1be","status":"passed","time":{"start":1707756617035,"stop":1707756617035,"duration":0}},{"uid":"2055609cfb78e622","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2055609cfb78e622","status":"passed","time":{"start":1707753988876,"stop":1707753988876,"duration":0}},{"uid":"1ee9142796b2b3ca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1ee9142796b2b3ca","status":"passed","time":{"start":1707753782733,"stop":1707753782733,"duration":0}},{"uid":"db9182aaaf0f747f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/db9182aaaf0f747f","status":"passed","time":{"start":1707751162307,"stop":1707751162308,"duration":1}},{"uid":"216fcc45019dfc60","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/216fcc45019dfc60","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"48c00c1aa27e6fc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/48c00c1aa27e6fc8","status":"passed","time":{"start":1707736260121,"stop":1707736260122,"duration":1}}]},"c1173f09ec94371e5cd0a6303855e702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ee26032a19e7f8ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ee26032a19e7f8ee","status":"passed","time":{"start":1707793028283,"stop":1707793028284,"duration":1}}]},"11888732d20997ef27fd557f90325cbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dde7ee3f7bbb0647","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dde7ee3f7bbb0647","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0}},{"uid":"b0efcb4c8a1d0545","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b0efcb4c8a1d0545","status":"passed","time":{"start":1707778114669,"stop":1707778114669,"duration":0}},{"uid":"1a0fa0b4542f4c7a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1a0fa0b4542f4c7a","status":"passed","time":{"start":1707775395371,"stop":1707775395372,"duration":1}},{"uid":"c12892857b5b5889","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c12892857b5b5889","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"bc06f36db3bfc1b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc06f36db3bfc1b4","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"5b1ba2efa45893da","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b1ba2efa45893da","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"680be1a413ab958","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/680be1a413ab958","status":"passed","time":{"start":1707760095398,"stop":1707760095399,"duration":1}},{"uid":"6505aea779e95351","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6505aea779e95351","status":"passed","time":{"start":1707757790731,"stop":1707757790732,"duration":1}},{"uid":"61743757db9e5897","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/61743757db9e5897","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"cd4b8bc352a17016","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd4b8bc352a17016","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"3bf8df230e3f5b97","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3bf8df230e3f5b97","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"bbc51a1387d2162d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbc51a1387d2162d","status":"passed","time":{"start":1707750953972,"stop":1707750953973,"duration":1}},{"uid":"b59b58cafbbb37e8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b59b58cafbbb37e8","status":"passed","time":{"start":1707736878962,"stop":1707736878963,"duration":1}},{"uid":"84bf20068c6bff48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84bf20068c6bff48","status":"passed","time":{"start":1707736081267,"stop":1707736081267,"duration":0}}]},"d7167a801bc7d3b78a31febc9f77ca90:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"7d833a281dde26f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d833a281dde26f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792849461,"stop":1707792849462,"duration":1}},{"uid":"84c96d1f03209502","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/84c96d1f03209502","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777798768,"stop":1707777798768,"duration":0}},{"uid":"68c7a8a43e52a555","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68c7a8a43e52a555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775072153,"stop":1707775072153,"duration":0}},{"uid":"d3937ba5652f5ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3937ba5652f5ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774880421,"stop":1707774880421,"duration":0}},{"uid":"62c6a7879070b09d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c6a7879070b09d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769825085,"stop":1707769825086,"duration":1}},{"uid":"4eba7feecc4e720b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eba7feecc4e720b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769677708,"stop":1707769677709,"duration":1}},{"uid":"5bf75fe7b0d34ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bf75fe7b0d34ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759769675,"stop":1707759769676,"duration":1}},{"uid":"3f799b510fa3c66d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3f799b510fa3c66d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757468640,"stop":1707757468641,"duration":1}},{"uid":"2ca8757b3ea79244","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ca8757b3ea79244","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756096181,"stop":1707756096186,"duration":5}},{"uid":"71a2045ddf1ca94e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/71a2045ddf1ca94e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753517976,"stop":1707753517977,"duration":1}},{"uid":"1011b8cef6a0a20e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1011b8cef6a0a20e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753244731,"stop":1707753244731,"duration":0}},{"uid":"4bbce7dc99d6f019","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4bbce7dc99d6f019","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750643522,"stop":1707750643522,"duration":0}},{"uid":"9083afed7f08e949","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9083afed7f08e949","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736558648,"stop":1707736558648,"duration":0}},{"uid":"31665c467511b5ce","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/31665c467511b5ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735743509,"stop":1707735743509,"duration":0}}]},"3566057e97925023d77dda87fd6a4acc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7d358c6d8a7ac537","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7d358c6d8a7ac537","status":"passed","time":{"start":1707793238869,"stop":1707793238869,"duration":0}},{"uid":"99b7fa487ced2b64","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/99b7fa487ced2b64","status":"passed","time":{"start":1707778202477,"stop":1707778202477,"duration":0}},{"uid":"df370149260b668","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df370149260b668","status":"passed","time":{"start":1707775486618,"stop":1707775486619,"duration":1}},{"uid":"e50ef46329394f3b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e50ef46329394f3b","status":"passed","time":{"start":1707775300132,"stop":1707775300133,"duration":1}},{"uid":"74ca533cb14f22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74ca533cb14f22","status":"passed","time":{"start":1707770234575,"stop":1707770234575,"duration":0}},{"uid":"1d00241b5e2174ca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1d00241b5e2174ca","status":"passed","time":{"start":1707770051373,"stop":1707770051374,"duration":1}},{"uid":"d32662ab7c5cc457","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d32662ab7c5cc457","status":"passed","time":{"start":1707760174014,"stop":1707760174015,"duration":1}},{"uid":"fb6d185a9a353f8d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb6d185a9a353f8d","status":"passed","time":{"start":1707757873918,"stop":1707757873918,"duration":0}},{"uid":"79ad33a3d7110d1e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/79ad33a3d7110d1e","status":"passed","time":{"start":1707756499901,"stop":1707756499901,"duration":0}},{"uid":"6ab148f3c6d5f64f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6ab148f3c6d5f64f","status":"passed","time":{"start":1707753870440,"stop":1707753870440,"duration":0}},{"uid":"cdb7f716bdc7cee0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cdb7f716bdc7cee0","status":"passed","time":{"start":1707753647498,"stop":1707753647498,"duration":0}},{"uid":"53db5ba5fc7435e6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/53db5ba5fc7435e6","status":"passed","time":{"start":1707751019566,"stop":1707751019566,"duration":0}},{"uid":"9841c4549b268afe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9841c4549b268afe","status":"passed","time":{"start":1707736947842,"stop":1707736947842,"duration":0}},{"uid":"234b9223d5f649fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/234b9223d5f649fc","status":"passed","time":{"start":1707736152501,"stop":1707736152501,"duration":0}}]},"cece41d9803557e460e049b7cda394e4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"18f8f1e291995696","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18f8f1e291995696","status":"passed","time":{"start":1707770335606,"stop":1707770335606,"duration":0}}]},"01b5f1ef32490d089271f1ff3662dfbf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"d9da5799828f8b59","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d9da5799828f8b59","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/getPeers.spec.ts)","time":{"start":1707750722032,"stop":1707750722033,"duration":1}}]},"5f592b748e69570abb3b458289055a75:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5219294f3b7c7745","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5219294f3b7c7745","status":"passed","time":{"start":1707792815081,"stop":1707792815081,"duration":0}},{"uid":"26f1f44eb0b7af8c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/26f1f44eb0b7af8c","status":"passed","time":{"start":1707777764431,"stop":1707777764431,"duration":0}},{"uid":"ef6e64a55b4dd8a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ef6e64a55b4dd8a3","status":"passed","time":{"start":1707775040578,"stop":1707775040579,"duration":1}},{"uid":"f545c2d70903e233","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f545c2d70903e233","status":"passed","time":{"start":1707774842473,"stop":1707774842473,"duration":0}},{"uid":"dd7b6b712b14b6d5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd7b6b712b14b6d5","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"aa2cfc7d48cc07df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/aa2cfc7d48cc07df","status":"passed","time":{"start":1707769642599,"stop":1707769642600,"duration":1}},{"uid":"5830d2a0ce6ee7ed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5830d2a0ce6ee7ed","status":"passed","time":{"start":1707759737378,"stop":1707759737378,"duration":0}},{"uid":"b151d8e32e08f98e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b151d8e32e08f98e","status":"passed","time":{"start":1707757432392,"stop":1707757432393,"duration":1}},{"uid":"9bc6f13ebb1e525e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9bc6f13ebb1e525e","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"1ce95716f3fd1324","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1ce95716f3fd1324","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"74e538f8245cff6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/74e538f8245cff6f","status":"passed","time":{"start":1707753208672,"stop":1707753208673,"duration":1}},{"uid":"d65550ba19a6d749","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d65550ba19a6d749","status":"passed","time":{"start":1707750608876,"stop":1707750608876,"duration":0}},{"uid":"25bfd977705d4ab4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/25bfd977705d4ab4","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"b7440b82d1df364f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b7440b82d1df364f","status":"passed","time":{"start":1707735708006,"stop":1707735708007,"duration":1}}]},"be14bb7f5e6ecd49399a16e2781e751b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"57b3f8a38ea1cebe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57b3f8a38ea1cebe","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0}},{"uid":"21e4aaced5012902","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21e4aaced5012902","status":"passed","time":{"start":1707778379762,"stop":1707778379762,"duration":0}},{"uid":"12b9b1a98c431fd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12b9b1a98c431fd1","status":"passed","time":{"start":1707775649285,"stop":1707775649286,"duration":1}},{"uid":"e37f5bdea19f2028","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e37f5bdea19f2028","status":"passed","time":{"start":1707775456619,"stop":1707775456619,"duration":0}},{"uid":"de18e05a47898406","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de18e05a47898406","status":"passed","time":{"start":1707770393728,"stop":1707770393728,"duration":0}},{"uid":"e46310aa915d41c7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e46310aa915d41c7","status":"passed","time":{"start":1707770165177,"stop":1707770165178,"duration":1}},{"uid":"f1ffef402fabfab0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f1ffef402fabfab0","status":"passed","time":{"start":1707760340807,"stop":1707760340807,"duration":0}},{"uid":"63db75d04e189c84","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63db75d04e189c84","status":"passed","time":{"start":1707758024236,"stop":1707758024237,"duration":1}},{"uid":"ffaa976a1ea3c09b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ffaa976a1ea3c09b","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"deb72a116e4ad48b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/deb72a116e4ad48b","status":"passed","time":{"start":1707753975681,"stop":1707753975681,"duration":0}},{"uid":"827b4bf32b314ba9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827b4bf32b314ba9","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"c4460eaea99bba4d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4460eaea99bba4d","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"a64994dadb96ce86","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a64994dadb96ce86","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"6a10df5e78976f4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a10df5e78976f4a","status":"passed","time":{"start":1707736323079,"stop":1707736323080,"duration":1}}]},"ba52082fc267a2d45914857cef276c7d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f19814b3c6f219","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f19814b3c6f219","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"e14263d17d0282eac83affb29183872b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b84d8226908260b5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b84d8226908260b5","status":"passed","time":{"start":1707793238874,"stop":1707793238874,"duration":0}},{"uid":"a664284135d239db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a664284135d239db","status":"passed","time":{"start":1707778202482,"stop":1707778202494,"duration":12}},{"uid":"878fd4a83ae5dac2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/878fd4a83ae5dac2","status":"passed","time":{"start":1707775486629,"stop":1707775486630,"duration":1}},{"uid":"792c398180955fed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/792c398180955fed","status":"passed","time":{"start":1707775300137,"stop":1707775300137,"duration":0}},{"uid":"daed37c084ad227a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/daed37c084ad227a","status":"passed","time":{"start":1707770234579,"stop":1707770234579,"duration":0}},{"uid":"b5d310d45bab1f8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b5d310d45bab1f8b","status":"passed","time":{"start":1707770051395,"stop":1707770051395,"duration":0}},{"uid":"697121d91053c0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/697121d91053c0c2","status":"passed","time":{"start":1707760174023,"stop":1707760174023,"duration":0}},{"uid":"339f76bf09229a76","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/339f76bf09229a76","status":"passed","time":{"start":1707757873923,"stop":1707757873923,"duration":0}},{"uid":"adf6902c1e14b694","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/adf6902c1e14b694","status":"passed","time":{"start":1707756499906,"stop":1707756499906,"duration":0}},{"uid":"760a8f22b7d86102","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/760a8f22b7d86102","status":"passed","time":{"start":1707753870445,"stop":1707753870445,"duration":0}},{"uid":"f34d9d9ca95efb59","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f34d9d9ca95efb59","status":"passed","time":{"start":1707753647511,"stop":1707753647511,"duration":0}},{"uid":"8e24d9b92c292c80","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8e24d9b92c292c80","status":"passed","time":{"start":1707751019570,"stop":1707751019570,"duration":0}},{"uid":"3081229ef0eb8551","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3081229ef0eb8551","status":"passed","time":{"start":1707736947847,"stop":1707736947848,"duration":1}},{"uid":"6053432367941d1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6053432367941d1","status":"passed","time":{"start":1707736152505,"stop":1707736152506,"duration":1}}]},"3c9032dea48434997c794ae6a00a3fdd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5424f2b4f21a5ec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5424f2b4f21a5ec0","status":"passed","time":{"start":1707769968733,"stop":1707769968733,"duration":0}}]},"1dae17b6284a8b2ac968bb68b7634ee3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b19c222dfd10bdf8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b19c222dfd10bdf8","status":"passed","time":{"start":1707793238875,"stop":1707793238875,"duration":0}},{"uid":"7d7005f1e1f7d01a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d7005f1e1f7d01a","status":"passed","time":{"start":1707778202495,"stop":1707778202498,"duration":3}},{"uid":"70119ef663063567","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70119ef663063567","status":"passed","time":{"start":1707775486631,"stop":1707775486632,"duration":1}},{"uid":"6d3a8e0c5b329627","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d3a8e0c5b329627","status":"passed","time":{"start":1707775300138,"stop":1707775300139,"duration":1}},{"uid":"e19de26ac454187f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e19de26ac454187f","status":"passed","time":{"start":1707770234580,"stop":1707770234580,"duration":0}},{"uid":"f3be6b290ef0fb71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f3be6b290ef0fb71","status":"passed","time":{"start":1707770051396,"stop":1707770051397,"duration":1}},{"uid":"d28cd0077f67eb46","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d28cd0077f67eb46","status":"passed","time":{"start":1707760174024,"stop":1707760174025,"duration":1}},{"uid":"b464e0976d410175","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b464e0976d410175","status":"passed","time":{"start":1707757873924,"stop":1707757873924,"duration":0}},{"uid":"bde00d8f28c215ba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bde00d8f28c215ba","status":"passed","time":{"start":1707756499906,"stop":1707756499907,"duration":1}},{"uid":"c8261a8580aa857a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c8261a8580aa857a","status":"passed","time":{"start":1707753870457,"stop":1707753870458,"duration":1}},{"uid":"4eca9bd981f588d5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4eca9bd981f588d5","status":"passed","time":{"start":1707753647512,"stop":1707753647512,"duration":0}},{"uid":"3d660e4c91dc0f0c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3d660e4c91dc0f0c","status":"passed","time":{"start":1707751019571,"stop":1707751019571,"duration":0}},{"uid":"96ff48a2d43dca2c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96ff48a2d43dca2c","status":"passed","time":{"start":1707736947848,"stop":1707736947849,"duration":1}},{"uid":"9c0b547db5226bd1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9c0b547db5226bd1","status":"passed","time":{"start":1707736152506,"stop":1707736152506,"duration":0}}]},"319f37e8e3123df80725cb1c05e4725e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cff876fd72cc4ab0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cff876fd72cc4ab0","status":"passed","time":{"start":1707756499921,"stop":1707756499930,"duration":9}}]},"45fa08e8c86d6b660f4e7caa3b0ab1a4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7d0ba7a9bf383a98","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7d0ba7a9bf383a98","status":"passed","time":{"start":1707777997113,"stop":1707777997113,"duration":0}},{"uid":"1ce8968978344fe9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1ce8968978344fe9","status":"passed","time":{"start":1707775275752,"stop":1707775275752,"duration":0}},{"uid":"cbf2576ed65bc1fa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cbf2576ed65bc1fa","status":"passed","time":{"start":1707775085884,"stop":1707775085884,"duration":0}},{"uid":"3c7eaf5a9f568499","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c7eaf5a9f568499","status":"passed","time":{"start":1707770018841,"stop":1707770018842,"duration":1}},{"uid":"10e814c93e0b9372","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/10e814c93e0b9372","status":"passed","time":{"start":1707769883321,"stop":1707769883321,"duration":0}},{"uid":"6a2a78c5d53cd19","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6a2a78c5d53cd19","status":"passed","time":{"start":1707759981462,"stop":1707759981463,"duration":1}},{"uid":"3e47fb5890913027","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3e47fb5890913027","status":"passed","time":{"start":1707757676043,"stop":1707757676043,"duration":0}},{"uid":"801e77c772a20221","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/801e77c772a20221","status":"passed","time":{"start":1707756304429,"stop":1707756304429,"duration":0}},{"uid":"9fdfde0bf6c636b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fdfde0bf6c636b8","status":"passed","time":{"start":1707753713249,"stop":1707753713249,"duration":0}},{"uid":"317334d77f9de008","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/317334d77f9de008","status":"passed","time":{"start":1707753448101,"stop":1707753448102,"duration":1}},{"uid":"3c59eefbad26f029","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3c59eefbad26f029","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"d3ad6dfebc7d5190","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3ad6dfebc7d5190","status":"passed","time":{"start":1707736765015,"stop":1707736765015,"duration":0}},{"uid":"3120a743e02e95be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3120a743e02e95be","status":"passed","time":{"start":1707735955227,"stop":1707735955248,"duration":21}}]},"587bf02e7b18830b8b5d2bedbb71c598:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"b53d479f6e7bebaa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b53d479f6e7bebaa","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042634,"stop":1707751042635,"duration":1}}]},"1a50bec4969fd3e295a57fa1fd2af704:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"9dbe73f8cbec9536","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9dbe73f8cbec9536","status":"passed","time":{"start":1707793399646,"stop":1707793399646,"duration":0}},{"uid":"5c7b0f8bd8291991","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5c7b0f8bd8291991","status":"passed","time":{"start":1707778379762,"stop":1707778379763,"duration":1}},{"uid":"7d7bf9234c762adf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7d7bf9234c762adf","status":"passed","time":{"start":1707775649286,"stop":1707775649287,"duration":1}},{"uid":"a8d794fac7f8e984","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8d794fac7f8e984","status":"passed","time":{"start":1707775456620,"stop":1707775456620,"duration":0}},{"uid":"b6af89e5bbb12c91","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b6af89e5bbb12c91","status":"passed","time":{"start":1707770393729,"stop":1707770393729,"duration":0}},{"uid":"8a9d1dcef974c1e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8a9d1dcef974c1e6","status":"passed","time":{"start":1707770165187,"stop":1707770165189,"duration":2}},{"uid":"a10da2d6d0f9efd0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a10da2d6d0f9efd0","status":"passed","time":{"start":1707760340808,"stop":1707760340808,"duration":0}},{"uid":"d14b18368ccf4d76","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d14b18368ccf4d76","status":"passed","time":{"start":1707756662062,"stop":1707756662063,"duration":1}},{"uid":"330e90e815bc564e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/330e90e815bc564e","status":"passed","time":{"start":1707753975682,"stop":1707753975682,"duration":0}},{"uid":"5cb04f9855f950b8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5cb04f9855f950b8","status":"passed","time":{"start":1707753824710,"stop":1707753824710,"duration":0}},{"uid":"4acf85049191395","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4acf85049191395","status":"passed","time":{"start":1707751167359,"stop":1707751167360,"duration":1}},{"uid":"6567985a590d9c05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6567985a590d9c05","status":"passed","time":{"start":1707737129080,"stop":1707737129080,"duration":0}},{"uid":"1bbfe4c94e58a475","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1bbfe4c94e58a475","status":"passed","time":{"start":1707736323081,"stop":1707736323081,"duration":0}}]},"33def4e86cef449158de718ddb14fc8d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c6650bc55cf99520","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c6650bc55cf99520","status":"passed","time":{"start":1707770001381,"stop":1707770001382,"duration":1}}]},"a64709b727be115866a47838d54316f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6cb8ac8c4b8444a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6cb8ac8c4b8444a8","status":"passed","time":{"start":1707756617038,"stop":1707756617038,"duration":0}}]},"acedf3366fa53445681e8f1e6fae85c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"88f05152897b9112","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88f05152897b9112","status":"passed","time":{"start":1707793012461,"stop":1707793012461,"duration":0}},{"uid":"740b4e2214a60a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/740b4e2214a60a82","status":"passed","time":{"start":1707777977654,"stop":1707777977654,"duration":0}},{"uid":"6dc68b0f00910857","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6dc68b0f00910857","status":"passed","time":{"start":1707775258445,"stop":1707775258446,"duration":1}},{"uid":"710dcf5d80dbc64b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/710dcf5d80dbc64b","status":"passed","time":{"start":1707775081975,"stop":1707775081975,"duration":0}},{"uid":"49652613aa1386ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49652613aa1386ee","status":"passed","time":{"start":1707769999852,"stop":1707769999852,"duration":0}},{"uid":"e204b4f41ff02f75","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e204b4f41ff02f75","status":"passed","time":{"start":1707769841876,"stop":1707769841877,"duration":1}},{"uid":"58ec596f19e67e8f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/58ec596f19e67e8f","status":"passed","time":{"start":1707759921442,"stop":1707759921442,"duration":0}},{"uid":"ec48a47cd116a3e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec48a47cd116a3e4","status":"passed","time":{"start":1707757624862,"stop":1707757624863,"duration":1}},{"uid":"c915f18c09b89def","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c915f18c09b89def","status":"passed","time":{"start":1707756261718,"stop":1707756261718,"duration":0}},{"uid":"c9cb09b4fcba8274","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9cb09b4fcba8274","status":"passed","time":{"start":1707753651128,"stop":1707753651129,"duration":1}},{"uid":"5c57b3453bb48d24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c57b3453bb48d24","status":"passed","time":{"start":1707753409569,"stop":1707753409569,"duration":0}},{"uid":"c9ef53373f7788d4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c9ef53373f7788d4","status":"passed","time":{"start":1707736708309,"stop":1707736708310,"duration":1}},{"uid":"74b9a3e9a2be4f83","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74b9a3e9a2be4f83","status":"passed","time":{"start":1707735914370,"stop":1707735914371,"duration":1}}]},"3874851a4ce1aa1e86e9374b59716551:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"be62072233f1de1e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be62072233f1de1e","status":"passed","time":{"start":1707777997117,"stop":1707777997117,"duration":0}},{"uid":"1890c328feaca122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1890c328feaca122","status":"passed","time":{"start":1707775275754,"stop":1707775275754,"duration":0}},{"uid":"7704dc0a77d7586a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7704dc0a77d7586a","status":"passed","time":{"start":1707775085891,"stop":1707775085893,"duration":2}},{"uid":"cc0aedb4c81b7d67","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc0aedb4c81b7d67","status":"passed","time":{"start":1707770018846,"stop":1707770018846,"duration":0}},{"uid":"fc7d4ccefa76dcc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fc7d4ccefa76dcc4","status":"passed","time":{"start":1707769883326,"stop":1707769883327,"duration":1}},{"uid":"35b7fcbae6a8d26a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/35b7fcbae6a8d26a","status":"passed","time":{"start":1707759981477,"stop":1707759981478,"duration":1}},{"uid":"f4a62aae4d6c7efe","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f4a62aae4d6c7efe","status":"passed","time":{"start":1707757676046,"stop":1707757676046,"duration":0}},{"uid":"91b5ee3b4aae8fba","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91b5ee3b4aae8fba","status":"passed","time":{"start":1707756304431,"stop":1707756304431,"duration":0}},{"uid":"739bc9bda58854eb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/739bc9bda58854eb","status":"passed","time":{"start":1707753713252,"stop":1707753713253,"duration":1}},{"uid":"afebee596c6e217d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/afebee596c6e217d","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"62f632e2d7dfb2cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62f632e2d7dfb2cb","status":"passed","time":{"start":1707750840044,"stop":1707750840049,"duration":5}},{"uid":"91eda30d85b28533","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/91eda30d85b28533","status":"passed","time":{"start":1707736765041,"stop":1707736765042,"duration":1}},{"uid":"4468dd27c7a3715d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4468dd27c7a3715d","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"97f22b3fcd076ea410cf79af11cbf23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b4111532b02126f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b4111532b02126f","status":"passed","time":{"start":1707792820894,"stop":1707792820894,"duration":0}},{"uid":"706a247940a0beda","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/706a247940a0beda","status":"passed","time":{"start":1707777770260,"stop":1707777770260,"duration":0}},{"uid":"9fde28b2c1ee65f1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fde28b2c1ee65f1","status":"passed","time":{"start":1707775046373,"stop":1707775046374,"duration":1}},{"uid":"577ca415a4fb1e83","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/577ca415a4fb1e83","status":"passed","time":{"start":1707774848385,"stop":1707774848385,"duration":0}},{"uid":"9d597c9264fff277","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d597c9264fff277","status":"passed","time":{"start":1707769795725,"stop":1707769795725,"duration":0}},{"uid":"dc68444bca6b31b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc68444bca6b31b","status":"passed","time":{"start":1707769648575,"stop":1707769648575,"duration":0}},{"uid":"309b01e43d62747d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/309b01e43d62747d","status":"passed","time":{"start":1707759743255,"stop":1707759743256,"duration":1}},{"uid":"5e9fe281997e27cd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5e9fe281997e27cd","status":"passed","time":{"start":1707757438369,"stop":1707757438369,"duration":0}},{"uid":"b36d68aef30ecf66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b36d68aef30ecf66","status":"passed","time":{"start":1707756067011,"stop":1707756067012,"duration":1}},{"uid":"b8e2ee65ad7be241","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b8e2ee65ad7be241","status":"passed","time":{"start":1707753485652,"stop":1707753485652,"duration":0}},{"uid":"ec658fdfc32f93b5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec658fdfc32f93b5","status":"passed","time":{"start":1707753214697,"stop":1707753214698,"duration":1}},{"uid":"d707841d70eaa3e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d707841d70eaa3e9","status":"passed","time":{"start":1707750614690,"stop":1707750614690,"duration":0}},{"uid":"136d1509250efe8c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/136d1509250efe8c","status":"passed","time":{"start":1707736532275,"stop":1707736532276,"duration":1}},{"uid":"9a6b7354a8f1b877","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9a6b7354a8f1b877","status":"passed","time":{"start":1707735714126,"stop":1707735714126,"duration":0}}]},"27f6d6fd7dfa0b48059aa500fbbaef58:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3d7e3592bfb8d9f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d7e3592bfb8d9f8","status":"passed","time":{"start":1707793012463,"stop":1707793012463,"duration":0}},{"uid":"d0c0ade792883d52","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d0c0ade792883d52","status":"passed","time":{"start":1707777977656,"stop":1707777977656,"duration":0}},{"uid":"4b7b4c889fcd4c6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b7b4c889fcd4c6","status":"passed","time":{"start":1707775258447,"stop":1707775258448,"duration":1}},{"uid":"426311fcc179868","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/426311fcc179868","status":"passed","time":{"start":1707775081978,"stop":1707775081986,"duration":8}},{"uid":"cf8a11401f3fcdfb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cf8a11401f3fcdfb","status":"passed","time":{"start":1707769999854,"stop":1707769999854,"duration":0}},{"uid":"87aed56f23a6a19a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87aed56f23a6a19a","status":"passed","time":{"start":1707769841888,"stop":1707769841888,"duration":0}},{"uid":"7791e3ec4da03e05","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7791e3ec4da03e05","status":"passed","time":{"start":1707759921444,"stop":1707759921444,"duration":0}},{"uid":"71b1c504a4bee911","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/71b1c504a4bee911","status":"passed","time":{"start":1707757624868,"stop":1707757624868,"duration":0}},{"uid":"504e4a2815c5d68c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/504e4a2815c5d68c","status":"passed","time":{"start":1707756261720,"stop":1707756261720,"duration":0}},{"uid":"eae1c5bd08fe3988","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eae1c5bd08fe3988","status":"passed","time":{"start":1707753651132,"stop":1707753651133,"duration":1}},{"uid":"ce54f4bae9faaee","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ce54f4bae9faaee","status":"passed","time":{"start":1707753409576,"stop":1707753409577,"duration":1}},{"uid":"c598963317b84672","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c598963317b84672","status":"passed","time":{"start":1707736708313,"stop":1707736708314,"duration":1}},{"uid":"f7ced763d7105fa7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f7ced763d7105fa7","status":"passed","time":{"start":1707735914377,"stop":1707735914377,"duration":0}}]},"604a6d213c620d88cccde28490bb2c69:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80a64f10810e0cad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80a64f10810e0cad","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0}},{"uid":"c08cd4b85026c970","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c08cd4b85026c970","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"8ab5e3745f999f45","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ab5e3745f999f45","status":"passed","time":{"start":1707775602041,"stop":1707775602041,"duration":0}},{"uid":"215c04a04c4e7bc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/215c04a04c4e7bc0","status":"passed","time":{"start":1707775390250,"stop":1707775390251,"duration":1}},{"uid":"7c44fbf0fc3e9e37","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c44fbf0fc3e9e37","status":"passed","time":{"start":1707770335620,"stop":1707770335621,"duration":1}},{"uid":"5f6554177da7c335","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6554177da7c335","status":"passed","time":{"start":1707769968733,"stop":1707769968734,"duration":1}},{"uid":"7cb90ecc0d444626","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7cb90ecc0d444626","status":"passed","time":{"start":1707760301826,"stop":1707760301827,"duration":1}},{"uid":"765e18ca04b72675","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/765e18ca04b72675","status":"passed","time":{"start":1707758006723,"stop":1707758006724,"duration":1}},{"uid":"892c615f704079f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/892c615f704079f1","status":"passed","time":{"start":1707756617062,"stop":1707756617062,"duration":0}},{"uid":"f03250f69141de60","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f03250f69141de60","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}},{"uid":"ea02f699498debdd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ea02f699498debdd","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"c9592a2299f0f55","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9592a2299f0f55","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"722382f7c9cc7154","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/722382f7c9cc7154","status":"passed","time":{"start":1707737091377,"stop":1707737091384,"duration":7}},{"uid":"6a5824b038f17d8e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6a5824b038f17d8e","status":"passed","time":{"start":1707736260163,"stop":1707736260164,"duration":1}}]},"3fb2a0c990b5aebd39fb0fc6d6296921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7a22f9550efbc20","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7a22f9550efbc20","status":"passed","time":{"start":1707793446734,"stop":1707793446734,"duration":0}},{"uid":"72419086593831cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/72419086593831cf","status":"passed","time":{"start":1707778413515,"stop":1707778413515,"duration":0}},{"uid":"77f479cf038d93fd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77f479cf038d93fd","status":"passed","time":{"start":1707775685020,"stop":1707775685020,"duration":0}},{"uid":"935af4ef58b0fa81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/935af4ef58b0fa81","status":"passed","time":{"start":1707775494270,"stop":1707775494270,"duration":0}},{"uid":"42ad72f03876b95e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42ad72f03876b95e","status":"passed","time":{"start":1707770424172,"stop":1707770424172,"duration":0}},{"uid":"d7cece509fafad30","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d7cece509fafad30","status":"passed","time":{"start":1707770238680,"stop":1707770238680,"duration":0}},{"uid":"1529eed73177906e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1529eed73177906e","status":"passed","time":{"start":1707760374674,"stop":1707760374674,"duration":0}},{"uid":"47ac491b5057c42a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/47ac491b5057c42a","status":"passed","time":{"start":1707758004303,"stop":1707758004303,"duration":0}},{"uid":"ed2fb998a4e40e64","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ed2fb998a4e40e64","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"3af9de383cd2db3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3af9de383cd2db3b","status":"passed","time":{"start":1707754051781,"stop":1707754051781,"duration":0}},{"uid":"a8f6e1b171d55565","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a8f6e1b171d55565","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"7533158f72d90743","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7533158f72d90743","status":"passed","time":{"start":1707751228956,"stop":1707751228956,"duration":0}},{"uid":"b10a67787f096127","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b10a67787f096127","status":"passed","time":{"start":1707737173814,"stop":1707737173814,"duration":0}},{"uid":"bb78cab85026d05","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb78cab85026d05","status":"passed","time":{"start":1707736353032,"stop":1707736353032,"duration":0}}]},"1952c5b215f2a7dd3efa57d7c168d26d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c075cf3303077178","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c075cf3303077178","status":"passed","time":{"start":1707792958831,"stop":1707792958831,"duration":0}},{"uid":"c2eace42e40a961f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c2eace42e40a961f","status":"passed","time":{"start":1707777997105,"stop":1707777997106,"duration":1}},{"uid":"13b2f7ae0cc904b5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/13b2f7ae0cc904b5","status":"passed","time":{"start":1707775275747,"stop":1707775275747,"duration":0}},{"uid":"58668c56476ce773","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/58668c56476ce773","status":"passed","time":{"start":1707775085877,"stop":1707775085878,"duration":1}},{"uid":"5837925cd9e79ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5837925cd9e79ca1","status":"passed","time":{"start":1707770018832,"stop":1707770018833,"duration":1}},{"uid":"900c79b8b35eab6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/900c79b8b35eab6a","status":"passed","time":{"start":1707769883314,"stop":1707769883314,"duration":0}},{"uid":"8ad7d2eaf1cfe8a7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8ad7d2eaf1cfe8a7","status":"passed","time":{"start":1707759981456,"stop":1707759981457,"duration":1}},{"uid":"1d5b0634562894fb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d5b0634562894fb","status":"passed","time":{"start":1707757676036,"stop":1707757676037,"duration":1}},{"uid":"6124a64ba541fa9e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6124a64ba541fa9e","status":"passed","time":{"start":1707756304423,"stop":1707756304423,"duration":0}},{"uid":"acb31d44d82a9daa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/acb31d44d82a9daa","status":"passed","time":{"start":1707753713244,"stop":1707753713244,"duration":0}},{"uid":"ec0fe0e451c8faec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec0fe0e451c8faec","status":"passed","time":{"start":1707753448089,"stop":1707753448090,"duration":1}},{"uid":"2fed8082ff91355","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2fed8082ff91355","status":"passed","time":{"start":1707750840031,"stop":1707750840032,"duration":1}},{"uid":"7e174ffcae626517","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e174ffcae626517","status":"passed","time":{"start":1707736764999,"stop":1707736764999,"duration":0}},{"uid":"20b703a9b836a0f5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/20b703a9b836a0f5","status":"passed","time":{"start":1707735955221,"stop":1707735955221,"duration":0}}]},"2f39c3c6fcfd789dc72a4c4035b62f7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5db2b9f512d303bb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5db2b9f512d303bb","status":"passed","time":{"start":1707770208552,"stop":1707770208552,"duration":0}}]},"a4d896a003ec2e849eac11118cafae7e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"41c2eaba5c820818","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/41c2eaba5c820818","status":"passed","time":{"start":1707793371113,"stop":1707793371114,"duration":1}},{"uid":"c5018992f079b27f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5018992f079b27f","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"92a94112aca851b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/92a94112aca851b","status":"passed","time":{"start":1707775602031,"stop":1707775602031,"duration":0}},{"uid":"267d4dec7a0edd8c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/267d4dec7a0edd8c","status":"passed","time":{"start":1707775390244,"stop":1707775390244,"duration":0}},{"uid":"57a7a2704139f16d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/57a7a2704139f16d","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"2f3ead477a20ef1b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f3ead477a20ef1b","status":"passed","time":{"start":1707769968730,"stop":1707769968730,"duration":0}},{"uid":"7659f3ff43118fa1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7659f3ff43118fa1","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"9843c09677b38433","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9843c09677b38433","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"42a94b45c6917bf9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42a94b45c6917bf9","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"6e636f8f4de2cf64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e636f8f4de2cf64","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c65d93fdafc50ee5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c65d93fdafc50ee5","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"9bab0223ec296d5b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9bab0223ec296d5b","status":"passed","time":{"start":1707751162320,"stop":1707751162320,"duration":0}},{"uid":"60d085e668cd563e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/60d085e668cd563e","status":"passed","time":{"start":1707737091353,"stop":1707737091353,"duration":0}},{"uid":"fc918f06f50a4353","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc918f06f50a4353","status":"passed","time":{"start":1707736260156,"stop":1707736260156,"duration":0}}]},"0f0fca2211e4cb3370bd696e6c619f92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"94e158f5a54473fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94e158f5a54473fd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371131,"stop":1707793371131,"duration":0}},{"uid":"c0ac1822a98af7e0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c0ac1822a98af7e0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338860,"stop":1707778338860,"duration":0}},{"uid":"ff58a8efa8d44e23","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff58a8efa8d44e23","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602051,"stop":1707775602051,"duration":0}},{"uid":"e2fc4cad90a576b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e2fc4cad90a576b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390255,"stop":1707775390255,"duration":0}},{"uid":"286d97d97e8fad22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/286d97d97e8fad22","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335632,"stop":1707770335632,"duration":0}},{"uid":"574980447cd267b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/574980447cd267b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769968740,"stop":1707769968740,"duration":0}},{"uid":"aaa327131fa1e08","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aaa327131fa1e08","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301830,"stop":1707760301830,"duration":0}},{"uid":"12367d5a102e658d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12367d5a102e658d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006731,"stop":1707758006733,"duration":2}},{"uid":"ebc5fc039e361729","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ebc5fc039e361729","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617067,"stop":1707756617068,"duration":1}},{"uid":"736feaeeeb7afbb2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/736feaeeeb7afbb2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988896,"stop":1707753988896,"duration":0}},{"uid":"dd00e4cb6ce3b75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dd00e4cb6ce3b75","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782781,"stop":1707753782781,"duration":0}},{"uid":"71860545cbe55051","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71860545cbe55051","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162327,"stop":1707751162328,"duration":1}},{"uid":"f4aea915de87541d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4aea915de87541d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091392,"stop":1707737091392,"duration":0}},{"uid":"c542ce404afac79a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c542ce404afac79a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260170,"stop":1707736260170,"duration":0}}]},"3f694b98511bc3e2b7e9dc634521f5f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"966a7aaa127265f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/966a7aaa127265f0","status":"passed","time":{"start":1707793012515,"stop":1707793012515,"duration":0}},{"uid":"8446537524c41916","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8446537524c41916","status":"passed","time":{"start":1707777977676,"stop":1707777977676,"duration":0}},{"uid":"a5c7a1ff15824bad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a5c7a1ff15824bad","status":"passed","time":{"start":1707775258474,"stop":1707775258474,"duration":0}},{"uid":"86dc1d21de98fbfb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/86dc1d21de98fbfb","status":"passed","time":{"start":1707775082037,"stop":1707775082037,"duration":0}},{"uid":"6cf00d86ab738f34","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cf00d86ab738f34","status":"passed","time":{"start":1707769999879,"stop":1707769999880,"duration":1}},{"uid":"8984b14c747a5612","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8984b14c747a5612","status":"passed","time":{"start":1707769841916,"stop":1707769841917,"duration":1}},{"uid":"cfaa4e9e30a268e8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cfaa4e9e30a268e8","status":"passed","time":{"start":1707759921467,"stop":1707759921467,"duration":0}},{"uid":"bcc905ee04e021ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc905ee04e021ee","status":"passed","time":{"start":1707757624893,"stop":1707757624893,"duration":0}},{"uid":"2017fc3835439a8b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2017fc3835439a8b","status":"passed","time":{"start":1707756261847,"stop":1707756261848,"duration":1}},{"uid":"ceff0b0cab267601","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ceff0b0cab267601","status":"passed","time":{"start":1707753651193,"stop":1707753651193,"duration":0}},{"uid":"45bc4e9066133dbb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bc4e9066133dbb","status":"passed","time":{"start":1707753409611,"stop":1707753409611,"duration":0}},{"uid":"9d8761bf696153bf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9d8761bf696153bf","status":"passed","time":{"start":1707750722061,"stop":1707750722061,"duration":0}},{"uid":"ba698fb2d10ed01b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ba698fb2d10ed01b","status":"passed","time":{"start":1707736708340,"stop":1707736708340,"duration":0}},{"uid":"ff156be7786a66f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ff156be7786a66f8","status":"passed","time":{"start":1707735914408,"stop":1707735914408,"duration":0}}]},"a6ea5dfbf5fd9ab92905eea4a47504b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d812350b1b0dea77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d812350b1b0dea77","status":"passed","time":{"start":1707792814756,"stop":1707792814757,"duration":1}},{"uid":"b3bec443c936e8cd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b3bec443c936e8cd","status":"passed","time":{"start":1707777764144,"stop":1707777764144,"duration":0}},{"uid":"2c717fef35675fbd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2c717fef35675fbd","status":"passed","time":{"start":1707775040234,"stop":1707775040235,"duration":1}},{"uid":"4d015097e9e654a2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d015097e9e654a2","status":"passed","time":{"start":1707774842095,"stop":1707774842095,"duration":0}},{"uid":"c7362ebf2d1ccfe7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c7362ebf2d1ccfe7","status":"passed","time":{"start":1707769789491,"stop":1707769789491,"duration":0}},{"uid":"94f04665db173014","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/94f04665db173014","status":"passed","time":{"start":1707769642280,"stop":1707769642280,"duration":0}},{"uid":"54175d9c7a68cb51","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54175d9c7a68cb51","status":"passed","time":{"start":1707759737041,"stop":1707759737041,"duration":0}},{"uid":"2b190b75326b15c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2b190b75326b15c6","status":"passed","time":{"start":1707757431980,"stop":1707757431980,"duration":0}},{"uid":"898c74e06fdfbc3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/898c74e06fdfbc3","status":"passed","time":{"start":1707756061066,"stop":1707756061067,"duration":1}},{"uid":"d70fc0ae7268eb1b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d70fc0ae7268eb1b","status":"passed","time":{"start":1707753479613,"stop":1707753479614,"duration":1}},{"uid":"af8d7250a16e13cd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/af8d7250a16e13cd","status":"passed","time":{"start":1707753208399,"stop":1707753208399,"duration":0}},{"uid":"7067cb90df4f3be1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7067cb90df4f3be1","status":"passed","time":{"start":1707750608630,"stop":1707750608631,"duration":1}},{"uid":"d1e1f8117588f556","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d1e1f8117588f556","status":"passed","time":{"start":1707736525924,"stop":1707736525925,"duration":1}},{"uid":"6467b4fc2709065a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6467b4fc2709065a","status":"passed","time":{"start":1707735707758,"stop":1707735707758,"duration":0}}]},"f0536b370ecfc525219d6a64ef03be67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1a9ae70cc83b0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a9ae70cc83b0e0","status":"passed","time":{"start":1707735912121,"stop":1707735912121,"duration":0}}]},"4a2731bb29ff2d77778d73a3e8db5629:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d016caf54e9484","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d016caf54e9484","status":"passed","time":{"start":1707793399645,"stop":1707793399645,"duration":0}},{"uid":"4bf250cd1333d88f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4bf250cd1333d88f","status":"passed","time":{"start":1707778379761,"stop":1707778379761,"duration":0}},{"uid":"6f7b6428ea05cdc2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6f7b6428ea05cdc2","status":"passed","time":{"start":1707775649285,"stop":1707775649285,"duration":0}},{"uid":"36839473a3368e34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/36839473a3368e34","status":"passed","time":{"start":1707775456618,"stop":1707775456619,"duration":1}},{"uid":"9d6ad262aeb7b964","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9d6ad262aeb7b964","status":"passed","time":{"start":1707770393727,"stop":1707770393727,"duration":0}},{"uid":"5d61ac434d0e0b1a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5d61ac434d0e0b1a","status":"passed","time":{"start":1707770165176,"stop":1707770165177,"duration":1}},{"uid":"d9c41e5fd27677de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9c41e5fd27677de","status":"passed","time":{"start":1707760340806,"stop":1707760340807,"duration":1}},{"uid":"dcb8beab45308131","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dcb8beab45308131","status":"passed","time":{"start":1707758024236,"stop":1707758024236,"duration":0}},{"uid":"5fc6fc4249ceccfb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5fc6fc4249ceccfb","status":"passed","time":{"start":1707756662062,"stop":1707756662062,"duration":0}},{"uid":"99a4886b75c66e96","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/99a4886b75c66e96","status":"passed","time":{"start":1707753975678,"stop":1707753975680,"duration":2}},{"uid":"162e9830eeb63b00","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/162e9830eeb63b00","status":"passed","time":{"start":1707753824709,"stop":1707753824709,"duration":0}},{"uid":"71c200e06f72e5c5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/71c200e06f72e5c5","status":"passed","time":{"start":1707751167358,"stop":1707751167358,"duration":0}},{"uid":"fd7654d96d696f72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd7654d96d696f72","status":"passed","time":{"start":1707737129079,"stop":1707737129079,"duration":0}},{"uid":"5da82368d9958837","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da82368d9958837","status":"passed","time":{"start":1707736323079,"stop":1707736323079,"duration":0}}]},"3d906316c35f40bf2e37ebe7e263cff6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d96bc0b4fbf688b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d96bc0b4fbf688b","status":"passed","time":{"start":1707793446738,"stop":1707793446738,"duration":0}},{"uid":"77d53174805c06ae","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77d53174805c06ae","status":"passed","time":{"start":1707778413517,"stop":1707778413518,"duration":1}},{"uid":"1c67236050919be4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1c67236050919be4","status":"passed","time":{"start":1707775685023,"stop":1707775685023,"duration":0}},{"uid":"7ccb57596728ed31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ccb57596728ed31","status":"passed","time":{"start":1707775494273,"stop":1707775494273,"duration":0}},{"uid":"66af16e9cb60aebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/66af16e9cb60aebd","status":"passed","time":{"start":1707770424175,"stop":1707770424176,"duration":1}},{"uid":"b58ff741d793ea1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b58ff741d793ea1e","status":"passed","time":{"start":1707770238683,"stop":1707770238683,"duration":0}},{"uid":"9d212796844f5ccb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d212796844f5ccb","status":"passed","time":{"start":1707760374676,"stop":1707760374676,"duration":0}},{"uid":"18f8012b4b50c610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/18f8012b4b50c610","status":"passed","time":{"start":1707758004307,"stop":1707758004307,"duration":0}},{"uid":"a355c53ff2e4146c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a355c53ff2e4146c","status":"passed","time":{"start":1707756690160,"stop":1707756690160,"duration":0}},{"uid":"7735a73cde46f26","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7735a73cde46f26","status":"passed","time":{"start":1707754051784,"stop":1707754051784,"duration":0}},{"uid":"1708c29844f2477e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1708c29844f2477e","status":"passed","time":{"start":1707753877925,"stop":1707753877925,"duration":0}},{"uid":"bbe09053bfbfdfb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bbe09053bfbfdfb6","status":"passed","time":{"start":1707751228959,"stop":1707751228959,"duration":0}},{"uid":"bcb5522c910c8404","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bcb5522c910c8404","status":"passed","time":{"start":1707737173816,"stop":1707737173816,"duration":0}},{"uid":"97a87cbea3bd7368","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/97a87cbea3bd7368","status":"passed","time":{"start":1707736353035,"stop":1707736353035,"duration":0}}]},"9ce476103abaa385e73a7ec0ac98642d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c1139d89c3d2ae22","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1139d89c3d2ae22","status":"passed","time":{"start":1707792929579,"stop":1707792929580,"duration":1}},{"uid":"e6ff11d16ec322f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e6ff11d16ec322f","status":"passed","time":{"start":1707777877646,"stop":1707777877646,"duration":0}},{"uid":"e0a1eefed6168032","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e0a1eefed6168032","status":"passed","time":{"start":1707775153018,"stop":1707775153019,"duration":1}},{"uid":"4a59e37aad341228","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a59e37aad341228","status":"passed","time":{"start":1707774951831,"stop":1707774951832,"duration":1}},{"uid":"af67ee01065d8525","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af67ee01065d8525","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"71fc20f40e516603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/71fc20f40e516603","status":"passed","time":{"start":1707769748205,"stop":1707769748205,"duration":0}},{"uid":"272448ee603c1161","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/272448ee603c1161","status":"passed","time":{"start":1707759851603,"stop":1707759851603,"duration":0}},{"uid":"36826c3bc70e8e57","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/36826c3bc70e8e57","status":"passed","time":{"start":1707757546807,"stop":1707757546807,"duration":0}},{"uid":"f62d5db757f58f72","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f62d5db757f58f72","status":"passed","time":{"start":1707756167199,"stop":1707756167200,"duration":1}},{"uid":"aabd6d863d97f42d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/aabd6d863d97f42d","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f8a58bdf0254300b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f8a58bdf0254300b","status":"passed","time":{"start":1707753331770,"stop":1707753331771,"duration":1}},{"uid":"2270b0e0f266fcb5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2270b0e0f266fcb5","status":"passed","time":{"start":1707750715028,"stop":1707750715028,"duration":0}},{"uid":"be434e43b6857a14","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/be434e43b6857a14","status":"passed","time":{"start":1707736636442,"stop":1707736636443,"duration":1}},{"uid":"ab132cda6f1d98c6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ab132cda6f1d98c6","status":"passed","time":{"start":1707735825261,"stop":1707735825261,"duration":0}}]},"bcb2fa6e3a529ae3a578de4c8ccb0a7a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eecd4bbe6175b766","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eecd4bbe6175b766","status":"passed","time":{"start":1707793153223,"stop":1707793153224,"duration":1}}]},"0e3432b79c4e8494bf7c96362ba59085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"515decffec2b6dfb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/515decffec2b6dfb","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"6b57c3994e43014f0866ef8d1276a8d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"59603118e50a7e09","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/59603118e50a7e09","status":"passed","time":{"start":1707792890683,"stop":1707792890684,"duration":1}},{"uid":"456c83c289992db9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/456c83c289992db9","status":"passed","time":{"start":1707777837223,"stop":1707777837223,"duration":0}},{"uid":"48b813347f1d721e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/48b813347f1d721e","status":"passed","time":{"start":1707775113057,"stop":1707775113057,"duration":0}},{"uid":"33262a9744fdb3d1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/33262a9744fdb3d1","status":"passed","time":{"start":1707774908732,"stop":1707774908733,"duration":1}},{"uid":"f7942520b59342ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7942520b59342ae","status":"passed","time":{"start":1707769864613,"stop":1707769864613,"duration":0}},{"uid":"f70d58c326acdcb8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f70d58c326acdcb8","status":"passed","time":{"start":1707769706668,"stop":1707769706669,"duration":1}},{"uid":"569dc3151e2ef55c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/569dc3151e2ef55c","status":"passed","time":{"start":1707759811409,"stop":1707759811409,"duration":0}},{"uid":"cf9d3b5d99e26a0e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cf9d3b5d99e26a0e","status":"passed","time":{"start":1707757504685,"stop":1707757504685,"duration":0}},{"uid":"a449cc85058e32fe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a449cc85058e32fe","status":"passed","time":{"start":1707756131519,"stop":1707756131519,"duration":0}},{"uid":"478a6bf61f3db349","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/478a6bf61f3db349","status":"passed","time":{"start":1707753284215,"stop":1707753284215,"duration":0}},{"uid":"a513bf9c5980595a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a513bf9c5980595a","status":"passed","time":{"start":1707736597189,"stop":1707736597190,"duration":1}},{"uid":"4961e013913ecfc8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4961e013913ecfc8","status":"passed","time":{"start":1707735784060,"stop":1707735784061,"duration":1}}]},"38d054f0a9dafbe10aee2f2b0de87a9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"c1b7788947250ba8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1b7788947250ba8","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0}},{"uid":"fdfb246ea28bd106","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fdfb246ea28bd106","status":"passed","time":{"start":1707778386478,"stop":1707778386478,"duration":0}},{"uid":"a32e9eb63c649a87","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a32e9eb63c649a87","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"da1d991cf33ac6db","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/da1d991cf33ac6db","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"1c6aa00484e890e6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c6aa00484e890e6","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"3c6319c77f349a8b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3c6319c77f349a8b","status":"passed","time":{"start":1707770208543,"stop":1707770208543,"duration":0}},{"uid":"79eb8cfd94b40d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/79eb8cfd94b40d","status":"passed","time":{"start":1707760335944,"stop":1707760335944,"duration":0}},{"uid":"c241cae506dd0461","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c241cae506dd0461","status":"passed","time":{"start":1707758023530,"stop":1707758023530,"duration":0}},{"uid":"1d8e690f913f5d17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d8e690f913f5d17","status":"passed","time":{"start":1707756663999,"stop":1707756664000,"duration":1}},{"uid":"45b9bd819ae07f5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45b9bd819ae07f5","status":"passed","time":{"start":1707753837165,"stop":1707753837165,"duration":0}},{"uid":"8b30ac4edb0d787e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8b30ac4edb0d787e","status":"passed","time":{"start":1707751136281,"stop":1707751136282,"duration":1}},{"uid":"fdb8557caee802ee","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fdb8557caee802ee","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"3b4ca66d3f4a0798","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b4ca66d3f4a0798","status":"passed","time":{"start":1707736322654,"stop":1707736322654,"duration":0}}]},"109835212c9b450dbe3c2bb8ebc2cbca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"36c01367a9a914e9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c01367a9a914e9","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/sharding/peer_management.spec.ts)","time":{"start":1707751042633,"stop":1707751042633,"duration":0}}]},"b65817d0318fff046c92dcd2832bd7af:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"455273292b5b3288","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455273292b5b3288","status":"passed","time":{"start":1707793446753,"stop":1707793446753,"duration":0}},{"uid":"6a64a91bf5ba8f82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6a64a91bf5ba8f82","status":"passed","time":{"start":1707778413530,"stop":1707778413530,"duration":0}},{"uid":"ffdd97e64af8dcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ffdd97e64af8dcb1","status":"passed","time":{"start":1707775685039,"stop":1707775685040,"duration":1}},{"uid":"6a67081c18f83f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6a67081c18f83f5","status":"passed","time":{"start":1707775494290,"stop":1707775494290,"duration":0}},{"uid":"ff3a8cbfe201e0dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff3a8cbfe201e0dd","status":"passed","time":{"start":1707770424191,"stop":1707770424191,"duration":0}},{"uid":"150e3088587691df","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/150e3088587691df","status":"passed","time":{"start":1707770238697,"stop":1707770238697,"duration":0}},{"uid":"6c462ad404b554a8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c462ad404b554a8","status":"passed","time":{"start":1707760374689,"stop":1707760374689,"duration":0}},{"uid":"1cc038ee258bccde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1cc038ee258bccde","status":"passed","time":{"start":1707756690174,"stop":1707756690174,"duration":0}},{"uid":"d686202deb045f3b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d686202deb045f3b","status":"passed","time":{"start":1707754051798,"stop":1707754051798,"duration":0}},{"uid":"7081d7d05f21760b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7081d7d05f21760b","status":"passed","time":{"start":1707753877938,"stop":1707753877938,"duration":0}},{"uid":"de4cd9f015cce464","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/de4cd9f015cce464","status":"passed","time":{"start":1707751228971,"stop":1707751228971,"duration":0}},{"uid":"1c4888cb47ea6a59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1c4888cb47ea6a59","status":"passed","time":{"start":1707737173829,"stop":1707737173829,"duration":0}},{"uid":"c56e249617bc90ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c56e249617bc90ef","status":"passed","time":{"start":1707736353050,"stop":1707736353050,"duration":0}}]},"34e68599a06ccc0ab4fc2e8f93b6a69a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"221c0b330ffe6501","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/221c0b330ffe6501","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0}},{"uid":"850cfbc7527276c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/850cfbc7527276c8","status":"passed","time":{"start":1707777973005,"stop":1707777973005,"duration":0}},{"uid":"3a88ff19d499f926","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a88ff19d499f926","status":"passed","time":{"start":1707775244533,"stop":1707775244534,"duration":1}},{"uid":"6803e0df2dc82024","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6803e0df2dc82024","status":"passed","time":{"start":1707775050823,"stop":1707775050823,"duration":0}},{"uid":"563f734bc5324f7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/563f734bc5324f7b","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"e0a7366111bfacff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e0a7366111bfacff","status":"passed","time":{"start":1707769843150,"stop":1707769843150,"duration":0}},{"uid":"ed13ac8656a81506","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ed13ac8656a81506","status":"passed","time":{"start":1707759965209,"stop":1707759965210,"duration":1}},{"uid":"e9544ad9059d797e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e9544ad9059d797e","status":"passed","time":{"start":1707757644395,"stop":1707757644395,"duration":0}},{"uid":"fb7514f0ac337eec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb7514f0ac337eec","status":"passed","time":{"start":1707756267917,"stop":1707756267917,"duration":0}},{"uid":"e371d802d7c21557","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e371d802d7c21557","status":"passed","time":{"start":1707753668083,"stop":1707753668083,"duration":0}},{"uid":"b21e9f8fc5febcc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b21e9f8fc5febcc6","status":"passed","time":{"start":1707753423542,"stop":1707753423543,"duration":1}},{"uid":"4dee846375e836fb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4dee846375e836fb","status":"passed","time":{"start":1707750796037,"stop":1707750796037,"duration":0}},{"uid":"6787c1df8958ff3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6787c1df8958ff3e","status":"passed","time":{"start":1707736730658,"stop":1707736730658,"duration":0}},{"uid":"c899f2d7660be377","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c899f2d7660be377","status":"passed","time":{"start":1707735912130,"stop":1707735912132,"duration":2}}]},"41a6d29b5b9a25f5626b4962b43a2693:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a317a48390b28edc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a317a48390b28edc","status":"passed","time":{"start":1707793400889,"stop":1707793400889,"duration":0}},{"uid":"282fbc09c14be1f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/282fbc09c14be1f","status":"passed","time":{"start":1707778381877,"stop":1707778381877,"duration":0}},{"uid":"63e9c03912dbce51","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/63e9c03912dbce51","status":"passed","time":{"start":1707775653209,"stop":1707775653210,"duration":1}},{"uid":"5a361b066d65937a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a361b066d65937a","status":"passed","time":{"start":1707775455221,"stop":1707775455221,"duration":0}},{"uid":"f6d2ec95235b7f0c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f6d2ec95235b7f0c","status":"passed","time":{"start":1707770389549,"stop":1707770389549,"duration":0}},{"uid":"16f9ca99e96b8d17","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/16f9ca99e96b8d17","status":"passed","time":{"start":1707770169177,"stop":1707770169177,"duration":0}},{"uid":"98d6cd08c43aef54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/98d6cd08c43aef54","status":"passed","time":{"start":1707760345984,"stop":1707760345984,"duration":0}},{"uid":"19889d47bde002ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/19889d47bde002ee","status":"passed","time":{"start":1707758029747,"stop":1707758029747,"duration":0}},{"uid":"fb37fe2982a358e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fb37fe2982a358e2","status":"passed","time":{"start":1707756668254,"stop":1707756668254,"duration":0}},{"uid":"8678b9db6818b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8678b9db6818b","status":"passed","time":{"start":1707753981528,"stop":1707753981528,"duration":0}},{"uid":"c299e857c4ad3a22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c299e857c4ad3a22","status":"passed","time":{"start":1707753832682,"stop":1707753832682,"duration":0}},{"uid":"ce5bff3c7839a936","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ce5bff3c7839a936","status":"passed","time":{"start":1707751154821,"stop":1707751154821,"duration":0}},{"uid":"57f0fb1907830d1a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/57f0fb1907830d1a","status":"passed","time":{"start":1707737128060,"stop":1707737128060,"duration":0}},{"uid":"846060cebd965759","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846060cebd965759","status":"passed","time":{"start":1707736326983,"stop":1707736326983,"duration":0}}]},"b3dadeac77558f922e5b35e4da1b9921:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9290f9308502801","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9290f9308502801","status":"passed","time":{"start":1707793287284,"stop":1707793287284,"duration":0}},{"uid":"9c0cfaa8394736a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c0cfaa8394736a","status":"passed","time":{"start":1707778251798,"stop":1707778251798,"duration":0}},{"uid":"8bc8bb37d67dda19","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8bc8bb37d67dda19","status":"passed","time":{"start":1707775540341,"stop":1707775540341,"duration":0}},{"uid":"1d4c532252d306e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d4c532252d306e7","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"968e2199272b9a7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/968e2199272b9a7b","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"29e4a8ae877aaa6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/29e4a8ae877aaa6a","status":"passed","time":{"start":1707770045978,"stop":1707770045978,"duration":0}},{"uid":"86fc7c1cbdc0ff1d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/86fc7c1cbdc0ff1d","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"7ebb979f147baabc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7ebb979f147baabc","status":"passed","time":{"start":1707757921498,"stop":1707757921499,"duration":1}},{"uid":"b5326fed2bdd47a9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b5326fed2bdd47a9","status":"passed","time":{"start":1707756552028,"stop":1707756552029,"duration":1}},{"uid":"c1b9061768bebecf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c1b9061768bebecf","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"747aa85ca831e3db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/747aa85ca831e3db","status":"passed","time":{"start":1707753708971,"stop":1707753708971,"duration":0}},{"uid":"ae48a280bede5b00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae48a280bede5b00","status":"passed","time":{"start":1707751075911,"stop":1707751075911,"duration":0}},{"uid":"e750d7f3695e3cbb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e750d7f3695e3cbb","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"194ae3b9e738e517","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/194ae3b9e738e517","status":"passed","time":{"start":1707736214132,"stop":1707736214133,"duration":1}}]},"49483aaa9fbb0f8c7913836033ea9abc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"afde80010714f188","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/afde80010714f188","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793446746,"stop":1707793446746,"duration":0}},{"uid":"b037d3bc639cf264","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b037d3bc639cf264","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778413524,"stop":1707778413524,"duration":0}},{"uid":"d932a12d5152d50e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d932a12d5152d50e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775685032,"stop":1707775685032,"duration":0}},{"uid":"f2a8aba7390e2a8f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f2a8aba7390e2a8f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775494282,"stop":1707775494282,"duration":0}},{"uid":"c92a0c4de57afa5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c92a0c4de57afa5c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770424183,"stop":1707770424184,"duration":1}},{"uid":"15ef69edb646c51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15ef69edb646c51","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770238691,"stop":1707770238691,"duration":0}},{"uid":"36c0d2f64feed5cc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36c0d2f64feed5cc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760374683,"stop":1707760374683,"duration":0}},{"uid":"8003da8e7dcfab4c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8003da8e7dcfab4c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758004332,"stop":1707758004332,"duration":0}},{"uid":"eb60583b0c022185","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/eb60583b0c022185","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756690167,"stop":1707756690167,"duration":0}},{"uid":"11eff0fbd958c26c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/11eff0fbd958c26c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707754051791,"stop":1707754051792,"duration":1}},{"uid":"49da4444b9e2ac24","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49da4444b9e2ac24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753877932,"stop":1707753877932,"duration":0}},{"uid":"4d3e127fe40f7025","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d3e127fe40f7025","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751228966,"stop":1707751228966,"duration":0}},{"uid":"b48e5b33eb890b27","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b48e5b33eb890b27","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737173823,"stop":1707737173823,"duration":0}},{"uid":"e25ea644d0945855","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e25ea644d0945855","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736353044,"stop":1707736353044,"duration":0}}]},"d244f4826070a722a86e086130cac50f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3a9c915887d40911","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3a9c915887d40911","status":"passed","time":{"start":1707792815080,"stop":1707792815081,"duration":1}},{"uid":"ca7ff9a4dea6a0b3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ca7ff9a4dea6a0b3","status":"passed","time":{"start":1707777764430,"stop":1707777764430,"duration":0}},{"uid":"7aaa767cd6cd9155","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7aaa767cd6cd9155","status":"passed","time":{"start":1707775040578,"stop":1707775040578,"duration":0}},{"uid":"a6e24460743c6d46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a6e24460743c6d46","status":"passed","time":{"start":1707774842472,"stop":1707774842473,"duration":1}},{"uid":"3cc99f86316f3442","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cc99f86316f3442","status":"passed","time":{"start":1707769789804,"stop":1707769789804,"duration":0}},{"uid":"ccaa3ec63775ad7c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ccaa3ec63775ad7c","status":"passed","time":{"start":1707769642599,"stop":1707769642599,"duration":0}},{"uid":"e243aba322018333","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e243aba322018333","status":"passed","time":{"start":1707759737377,"stop":1707759737378,"duration":1}},{"uid":"ba84bf87b3011380","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba84bf87b3011380","status":"passed","time":{"start":1707757432392,"stop":1707757432392,"duration":0}},{"uid":"93696f7a6ce8aec","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93696f7a6ce8aec","status":"passed","time":{"start":1707756061420,"stop":1707756061420,"duration":0}},{"uid":"3ebd008a26c53f14","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3ebd008a26c53f14","status":"passed","time":{"start":1707753479974,"stop":1707753479974,"duration":0}},{"uid":"a97df2c8f10ad991","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a97df2c8f10ad991","status":"passed","time":{"start":1707753208672,"stop":1707753208672,"duration":0}},{"uid":"1883fae007f94b9a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1883fae007f94b9a","status":"passed","time":{"start":1707750608875,"stop":1707750608876,"duration":1}},{"uid":"e33e3dd806ca6b91","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e33e3dd806ca6b91","status":"passed","time":{"start":1707736526330,"stop":1707736526330,"duration":0}},{"uid":"dbc027452ea75e9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dbc027452ea75e9","status":"passed","time":{"start":1707735708006,"stop":1707735708006,"duration":0}}]},"cfa31b61f2cd6d490aeaca6bc9a70e0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a980dce154618f0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a980dce154618f0f","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"duration":0}},{"uid":"e3e7f4e44a03e266","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e3e7f4e44a03e266","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"e7b1a2f1d73fbf1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e7b1a2f1d73fbf1b","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"f0b12e31b2b3116e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f0b12e31b2b3116e","status":"passed","time":{"start":1707775494279,"stop":1707775494280,"duration":1}},{"uid":"b7d0c40b909f435a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d0c40b909f435a","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"e3c6898f1f8934fd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e3c6898f1f8934fd","status":"passed","time":{"start":1707770238688,"stop":1707770238689,"duration":1}},{"uid":"aca7c2f01def231f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/aca7c2f01def231f","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"ba56d3082b30f980","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba56d3082b30f980","status":"passed","time":{"start":1707758004329,"stop":1707758004329,"duration":0}},{"uid":"64887a01a90091f9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64887a01a90091f9","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"2a8d313e0207de92","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a8d313e0207de92","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"a03a338ef04ee5d6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a03a338ef04ee5d6","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"f75004bf05052758","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f75004bf05052758","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"3665bf9d5f2cd2b7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3665bf9d5f2cd2b7","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"57459eedf0c85be3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/57459eedf0c85be3","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"dadc7b5b244d13929219b88f0ca40434:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3312ef564d647fcc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3312ef564d647fcc","status":"passed","time":{"start":1707793059102,"stop":1707793059102,"duration":0}},{"uid":"a4e3c30bd7cf70cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4e3c30bd7cf70cf","status":"passed","time":{"start":1707778002167,"stop":1707778002170,"duration":3}},{"uid":"5017c64e7e8cb03d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5017c64e7e8cb03d","status":"passed","time":{"start":1707775288510,"stop":1707775288510,"duration":0}},{"uid":"868d022b9d362b3a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/868d022b9d362b3a","status":"passed","time":{"start":1707775094105,"stop":1707775094105,"duration":0}},{"uid":"a0e6aa06ca9d49ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0e6aa06ca9d49ee","status":"passed","time":{"start":1707770019758,"stop":1707770019758,"duration":0}},{"uid":"6ed1440de6f9a43c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ed1440de6f9a43c","status":"passed","time":{"start":1707769883644,"stop":1707769883645,"duration":1}},{"uid":"b4204f026e2b5132","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4204f026e2b5132","status":"passed","time":{"start":1707759985513,"stop":1707759985513,"duration":0}},{"uid":"4bcde6e86a9d97c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4bcde6e86a9d97c","status":"passed","time":{"start":1707757677812,"stop":1707757677813,"duration":1}},{"uid":"4fbc17b0d81991d0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4fbc17b0d81991d0","status":"passed","time":{"start":1707756291415,"stop":1707756291415,"duration":0}},{"uid":"421a3a5d65dc1204","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/421a3a5d65dc1204","status":"passed","time":{"start":1707753735502,"stop":1707753735503,"duration":1}},{"uid":"509cae5713cbe559","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/509cae5713cbe559","status":"passed","time":{"start":1707753472970,"stop":1707753472970,"duration":0}},{"uid":"fcac36e23a1f7197","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fcac36e23a1f7197","status":"passed","time":{"start":1707750845169,"stop":1707750845169,"duration":0}},{"uid":"d0ec844bcd88a3e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d0ec844bcd88a3e1","status":"passed","time":{"start":1707736769677,"stop":1707736769677,"duration":0}},{"uid":"bd9eaa99b32bf481","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd9eaa99b32bf481","status":"passed","time":{"start":1707735968264,"stop":1707735968265,"duration":1}}]},"fb022dd2e71cecb35870262ac68f9d8f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e89253f52847b84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e89253f52847b84","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0}},{"uid":"29cdb346e98daf4d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/29cdb346e98daf4d","status":"passed","time":{"start":1707778114666,"stop":1707778114667,"duration":1}},{"uid":"82a566f99af3d040","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/82a566f99af3d040","status":"passed","time":{"start":1707775395369,"stop":1707775395370,"duration":1}},{"uid":"68d489f4bccacfc0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/68d489f4bccacfc0","status":"passed","time":{"start":1707775205622,"stop":1707775205623,"duration":1}},{"uid":"f68ef321362627f6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f68ef321362627f6","status":"passed","time":{"start":1707770131696,"stop":1707770131697,"duration":1}},{"uid":"65a34c490e544b79","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65a34c490e544b79","status":"passed","time":{"start":1707769983268,"stop":1707769983268,"duration":0}},{"uid":"36e1f9434ba26df4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/36e1f9434ba26df4","status":"passed","time":{"start":1707760095396,"stop":1707760095397,"duration":1}},{"uid":"a17473db6cc3e2d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a17473db6cc3e2d8","status":"passed","time":{"start":1707757790726,"stop":1707757790727,"duration":1}},{"uid":"731922cd9891f43","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/731922cd9891f43","status":"passed","time":{"start":1707756409539,"stop":1707756409539,"duration":0}},{"uid":"4863b57845fbcca3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4863b57845fbcca3","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"89c445ee558f6659","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89c445ee558f6659","status":"passed","time":{"start":1707753573523,"stop":1707753573523,"duration":0}},{"uid":"a0cf05698e957ea9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a0cf05698e957ea9","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"46d9ba1e707d464a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46d9ba1e707d464a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"58798f3c7ddb4f0d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/58798f3c7ddb4f0d","status":"passed","time":{"start":1707736081265,"stop":1707736081265,"duration":0}}]},"4b2800169f450cae2c069030a9004ee9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bd4f3ab563d3d99a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bd4f3ab563d3d99a","status":"passed","time":{"start":1707793400887,"stop":1707793400887,"duration":0}},{"uid":"fe457f4b49df021c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe457f4b49df021c","status":"passed","time":{"start":1707778381862,"stop":1707778381869,"duration":7}},{"uid":"de2b16962ace75b3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/de2b16962ace75b3","status":"passed","time":{"start":1707775653207,"stop":1707775653207,"duration":0}},{"uid":"1a974729b5deadd1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1a974729b5deadd1","status":"passed","time":{"start":1707775455219,"stop":1707775455219,"duration":0}},{"uid":"ccf6e5727fe0c819","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccf6e5727fe0c819","status":"passed","time":{"start":1707770389546,"stop":1707770389546,"duration":0}},{"uid":"9c2b8767d9ae3b9f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c2b8767d9ae3b9f","status":"passed","time":{"start":1707770169174,"stop":1707770169175,"duration":1}},{"uid":"72484b8d04bed71d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72484b8d04bed71d","status":"passed","time":{"start":1707760345980,"stop":1707760345981,"duration":1}},{"uid":"767d14d85e32fd56","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/767d14d85e32fd56","status":"passed","time":{"start":1707758029743,"stop":1707758029744,"duration":1}},{"uid":"e9253d823f34fcdb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e9253d823f34fcdb","status":"passed","time":{"start":1707756668251,"stop":1707756668252,"duration":1}},{"uid":"ab5ef286eff3bbf1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab5ef286eff3bbf1","status":"passed","time":{"start":1707753981525,"stop":1707753981525,"duration":0}},{"uid":"e42b2c38d855998e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e42b2c38d855998e","status":"passed","time":{"start":1707753832679,"stop":1707753832679,"duration":0}},{"uid":"6e488f0de469b699","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e488f0de469b699","status":"passed","time":{"start":1707751154818,"stop":1707751154818,"duration":0}},{"uid":"fbf5501bbb87f436","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fbf5501bbb87f436","status":"passed","time":{"start":1707737128057,"stop":1707737128057,"duration":0}},{"uid":"efa57b6567d1ed77","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/efa57b6567d1ed77","status":"passed","time":{"start":1707736326981,"stop":1707736326981,"duration":0}}]},"a049ac393f09a0bdae37c1e840c53d29:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1fb5518289810686","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1fb5518289810686","status":"passed","time":{"start":1707793355778,"stop":1707793355778,"duration":0}},{"uid":"56b5a1904f55f625","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/56b5a1904f55f625","status":"passed","time":{"start":1707778326667,"stop":1707778326668,"duration":1}},{"uid":"902011b73e0578d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/902011b73e0578d1","status":"passed","time":{"start":1707775610544,"stop":1707775610545,"duration":1}},{"uid":"8e95df1f8f3f5cd8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e95df1f8f3f5cd8","status":"passed","time":{"start":1707775405808,"stop":1707775405810,"duration":2}},{"uid":"f1cb72ed3e162c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1cb72ed3e162c8","status":"passed","time":{"start":1707770339592,"stop":1707770339592,"duration":0}},{"uid":"eb548cffbffac81","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eb548cffbffac81","status":"passed","time":{"start":1707770116113,"stop":1707770116113,"duration":0}},{"uid":"d065809f2cd861cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d065809f2cd861cd","status":"passed","time":{"start":1707760294900,"stop":1707760294900,"duration":0}},{"uid":"90b38e166004cc8f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/90b38e166004cc8f","status":"passed","time":{"start":1707757992700,"stop":1707757992700,"duration":0}},{"uid":"c1ae5ee2cafda8f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1ae5ee2cafda8f4","status":"passed","time":{"start":1707756620674,"stop":1707756620674,"duration":0}},{"uid":"f6d0d5c49fe1cd19","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f6d0d5c49fe1cd19","status":"passed","time":{"start":1707753926590,"stop":1707753926593,"duration":3}},{"uid":"c0b14bf2a3ff204e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c0b14bf2a3ff204e","status":"passed","time":{"start":1707753779034,"stop":1707753779035,"duration":1}},{"uid":"cb70a011dededf2d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cb70a011dededf2d","status":"passed","time":{"start":1707751117676,"stop":1707751117677,"duration":1}},{"uid":"9cdd97f727feec85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9cdd97f727feec85","status":"passed","time":{"start":1707737065100,"stop":1707737065100,"duration":0}},{"uid":"a70f62c267202c20","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a70f62c267202c20","status":"passed","time":{"start":1707736281629,"stop":1707736281630,"duration":1}}]},"b3aadb566e6a3a49a6630ed038c939f2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d62ae0c9dfd0e983","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d62ae0c9dfd0e983","status":"passed","time":{"start":1707793012511,"stop":1707793012512,"duration":1}},{"uid":"f3b8855ff30d78aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3b8855ff30d78aa","status":"passed","time":{"start":1707777977672,"stop":1707777977673,"duration":1}},{"uid":"c4b1ab0c8980bd8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c4b1ab0c8980bd8c","status":"passed","time":{"start":1707775258467,"stop":1707775258467,"duration":0}},{"uid":"b89215dc03df4af0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b89215dc03df4af0","status":"passed","time":{"start":1707775082032,"stop":1707775082033,"duration":1}},{"uid":"1800e9b89ee7c425","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1800e9b89ee7c425","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"f6ef9dea26d2206b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f6ef9dea26d2206b","status":"passed","time":{"start":1707769841909,"stop":1707769841910,"duration":1}},{"uid":"201a9a28fbae7331","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/201a9a28fbae7331","status":"passed","time":{"start":1707759921463,"stop":1707759921463,"duration":0}},{"uid":"f944bebb69414d11","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f944bebb69414d11","status":"passed","time":{"start":1707757624889,"stop":1707757624890,"duration":1}},{"uid":"cb6520b80ed0ec00","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cb6520b80ed0ec00","status":"passed","time":{"start":1707756261835,"stop":1707756261838,"duration":3}},{"uid":"4326072b6a92a8bc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4326072b6a92a8bc","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"5684867f998f7bfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5684867f998f7bfe","status":"passed","time":{"start":1707753409605,"stop":1707753409605,"duration":0}},{"uid":"b7e25a34c2344f64","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b7e25a34c2344f64","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"a32271d681bf8b39","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a32271d681bf8b39","status":"passed","time":{"start":1707736708336,"stop":1707736708337,"duration":1}},{"uid":"79c3f774f4bd2149","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/79c3f774f4bd2149","status":"passed","time":{"start":1707735914394,"stop":1707735914395,"duration":1}}]},"ec0a1bd265d49ba06a2e9da82d91bfca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac380dacf2821929","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac380dacf2821929","status":"passed","time":{"start":1707792795035,"stop":1707792795036,"duration":1}},{"uid":"8ac1df03898b71cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8ac1df03898b71cf","status":"passed","time":{"start":1707777743981,"stop":1707777743982,"duration":1}},{"uid":"df99eb84c1a3fac0","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/df99eb84c1a3fac0","status":"passed","time":{"start":1707775020380,"stop":1707775020381,"duration":1}},{"uid":"af3e9e962e6326f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af3e9e962e6326f5","status":"passed","time":{"start":1707774821815,"stop":1707774821816,"duration":1}},{"uid":"49c3fab7cc2aeb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/49c3fab7cc2aeb8","status":"passed","time":{"start":1707769769302,"stop":1707769769303,"duration":1}},{"uid":"15a28b4c02a8ee1d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/15a28b4c02a8ee1d","status":"passed","time":{"start":1707769622095,"stop":1707769622096,"duration":1}},{"uid":"844315e88d87e42","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/844315e88d87e42","status":"passed","time":{"start":1707759717049,"stop":1707759717050,"duration":1}},{"uid":"d769c8bc4579dd5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d769c8bc4579dd5","status":"passed","time":{"start":1707757411666,"stop":1707757411667,"duration":1}},{"uid":"944cfc8e7aa5e8cc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/944cfc8e7aa5e8cc","status":"passed","time":{"start":1707756041375,"stop":1707756041376,"duration":1}},{"uid":"3d940a1b7ac7b535","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3d940a1b7ac7b535","status":"passed","time":{"start":1707753459608,"stop":1707753459609,"duration":1}},{"uid":"c95308f579d21680","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c95308f579d21680","status":"passed","time":{"start":1707753187709,"stop":1707753187711,"duration":2}},{"uid":"5e70d844e30c34c1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e70d844e30c34c1","status":"passed","time":{"start":1707750588400,"stop":1707750588401,"duration":1}},{"uid":"946a945db2896072","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/946a945db2896072","status":"passed","time":{"start":1707736505792,"stop":1707736505793,"duration":1}},{"uid":"59710dae7fc00a4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/59710dae7fc00a4a","status":"passed","time":{"start":1707735687170,"stop":1707735687171,"duration":1}}]},"02b236773087440a2beb70eacfaff524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1c2bf423e464a489","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1c2bf423e464a489","status":"passed","time":{"start":1707793142797,"stop":1707793142798,"duration":1}},{"uid":"848cad556dbac827","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/848cad556dbac827","status":"passed","time":{"start":1707778103147,"stop":1707778103148,"duration":1}},{"uid":"72c00a8bec8cb2d3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/72c00a8bec8cb2d3","status":"passed","time":{"start":1707775384055,"stop":1707775384055,"duration":0}},{"uid":"9e9ee570ff96b0fc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9e9ee570ff96b0fc","status":"passed","time":{"start":1707775193316,"stop":1707775193316,"duration":0}},{"uid":"4c039b6c23cd3280","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4c039b6c23cd3280","status":"passed","time":{"start":1707770121410,"stop":1707770121410,"duration":0}},{"uid":"30ada25983111cb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/30ada25983111cb","status":"passed","time":{"start":1707769979918,"stop":1707769979918,"duration":0}},{"uid":"61afd085cd9e0941","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/61afd085cd9e0941","status":"passed","time":{"start":1707760084102,"stop":1707760084102,"duration":0}},{"uid":"fd278241e8fa5807","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fd278241e8fa5807","status":"passed","time":{"start":1707757782370,"stop":1707757782370,"duration":0}},{"uid":"8c6688a8e9b22ef5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c6688a8e9b22ef5","status":"passed","time":{"start":1707756396103,"stop":1707756396103,"duration":0}},{"uid":"d8f3a27c3a5e8166","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d8f3a27c3a5e8166","status":"passed","time":{"start":1707753781759,"stop":1707753781759,"duration":0}},{"uid":"dc7baf539388a27a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dc7baf539388a27a","status":"passed","time":{"start":1707753563105,"stop":1707753563105,"duration":0}},{"uid":"c12e236a2bcd0ad9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c12e236a2bcd0ad9","status":"passed","time":{"start":1707750940663,"stop":1707750940663,"duration":0}},{"uid":"1e253fb25a44b283","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e253fb25a44b283","status":"passed","time":{"start":1707736870547,"stop":1707736870547,"duration":0}},{"uid":"e43ef5f8c903ab6a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e43ef5f8c903ab6a","status":"passed","time":{"start":1707736068814,"stop":1707736068814,"duration":0}}]},"bf2752477aeaa2d40ac83c25552a24c8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1e05812b9cf78428","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e05812b9cf78428","status":"passed","time":{"start":1707793028275,"stop":1707793028276,"duration":1}},{"uid":"203a75d7d4882473","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/203a75d7d4882473","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"b25dc2684f803e75","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b25dc2684f803e75","status":"passed","time":{"start":1707775244528,"stop":1707775244528,"duration":0}},{"uid":"ebdacc20b62517aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebdacc20b62517aa","status":"passed","time":{"start":1707775050816,"stop":1707775050817,"duration":1}},{"uid":"aa876eba3014fcaa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa876eba3014fcaa","status":"passed","time":{"start":1707770001378,"stop":1707770001378,"duration":0}},{"uid":"5ec8d4656530c7af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ec8d4656530c7af","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"72dc992351dbde54","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/72dc992351dbde54","status":"passed","time":{"start":1707759965194,"stop":1707759965194,"duration":0}},{"uid":"28fad9edfb6b2cc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/28fad9edfb6b2cc6","status":"passed","time":{"start":1707757644388,"stop":1707757644389,"duration":1}},{"uid":"3de37538ad87e8d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3de37538ad87e8d9","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"cf07d2a76b2f5778","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf07d2a76b2f5778","status":"passed","time":{"start":1707753668030,"stop":1707753668031,"duration":1}},{"uid":"ba68c3a8619735a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba68c3a8619735a","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"4c8aebe2f1e17059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c8aebe2f1e17059","status":"passed","time":{"start":1707750796029,"stop":1707750796030,"duration":1}},{"uid":"8ea782a554e65a81","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ea782a554e65a81","status":"passed","time":{"start":1707736730643,"stop":1707736730643,"duration":0}},{"uid":"c46132a9001613ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c46132a9001613ef","status":"passed","time":{"start":1707735912118,"stop":1707735912118,"duration":0}}]},"de06a3dfd898eb3db77aa935f1b60524:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"957705f149b8825c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/957705f149b8825c","status":"passed","time":{"start":1707737091308,"stop":1707737091308,"duration":0}}]},"c85f58aaf61e58a00e15389c4047b385:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ff176b8405437a45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff176b8405437a45","status":"passed","time":{"start":1707793012476,"stop":1707793012476,"duration":0}},{"uid":"f9af6cb657981049","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9af6cb657981049","status":"passed","time":{"start":1707777977665,"stop":1707777977665,"duration":0}},{"uid":"66865e3e93cc9170","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/66865e3e93cc9170","status":"passed","time":{"start":1707775258455,"stop":1707775258455,"duration":0}},{"uid":"3f3ccac995475761","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3f3ccac995475761","status":"passed","time":{"start":1707775082015,"stop":1707775082016,"duration":1}},{"uid":"f56c7de4bf4abd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56c7de4bf4abd10","status":"passed","time":{"start":1707769999862,"stop":1707769999862,"duration":0}},{"uid":"e87710f95396eec0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e87710f95396eec0","status":"passed","time":{"start":1707769841898,"stop":1707769841899,"duration":1}},{"uid":"fbe1c6d2ce6966e5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbe1c6d2ce6966e5","status":"passed","time":{"start":1707759921453,"stop":1707759921453,"duration":0}},{"uid":"a087a66ba3186c0d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a087a66ba3186c0d","status":"passed","time":{"start":1707757624875,"stop":1707757624875,"duration":0}},{"uid":"93cb279c89473fde","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/93cb279c89473fde","status":"passed","time":{"start":1707756261762,"stop":1707756261763,"duration":1}},{"uid":"13149f481e043aac","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/13149f481e043aac","status":"passed","time":{"start":1707753651166,"stop":1707753651167,"duration":1}},{"uid":"e657ddd22d74ecab","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e657ddd22d74ecab","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"ab7a71e72b2dfcae","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ab7a71e72b2dfcae","status":"passed","time":{"start":1707750722047,"stop":1707750722048,"duration":1}},{"uid":"ca4c26fffe802ea3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ca4c26fffe802ea3","status":"passed","time":{"start":1707736708327,"stop":1707736708328,"duration":1}},{"uid":"e8bad96a632fe31e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bad96a632fe31e","status":"passed","time":{"start":1707735914384,"stop":1707735914385,"duration":1}}]},"ad7d09d2eb5cdad3ab8e198e9b98bf8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6664612407dccec1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6664612407dccec1","status":"passed","time":{"start":1707792958829,"stop":1707792958829,"duration":0}},{"uid":"b431562904be7e05","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b431562904be7e05","status":"passed","time":{"start":1707777997104,"stop":1707777997104,"duration":0}},{"uid":"442efa4e9052b1b7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/442efa4e9052b1b7","status":"passed","time":{"start":1707775275744,"stop":1707775275744,"duration":0}},{"uid":"30ef34c19ffd321b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30ef34c19ffd321b","status":"passed","time":{"start":1707775085876,"stop":1707775085877,"duration":1}},{"uid":"52f7190cc09616ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/52f7190cc09616ee","status":"passed","time":{"start":1707770018826,"stop":1707770018827,"duration":1}},{"uid":"9199cc10560ffdec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9199cc10560ffdec","status":"passed","time":{"start":1707769883310,"stop":1707769883310,"duration":0}},{"uid":"1febed9d09d5267d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1febed9d09d5267d","status":"passed","time":{"start":1707759981455,"stop":1707759981455,"duration":0}},{"uid":"246abc1f23ffa1b6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246abc1f23ffa1b6","status":"passed","time":{"start":1707757676035,"stop":1707757676035,"duration":0}},{"uid":"2676b452c4bb4b36","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2676b452c4bb4b36","status":"passed","time":{"start":1707756304421,"stop":1707756304422,"duration":1}},{"uid":"a7b3f260e33ff76f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7b3f260e33ff76f","status":"passed","time":{"start":1707753713234,"stop":1707753713235,"duration":1}},{"uid":"d7b80b6e18715140","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d7b80b6e18715140","status":"passed","time":{"start":1707753448082,"stop":1707753448083,"duration":1}},{"uid":"d8039e9c4d8874a8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8039e9c4d8874a8","status":"passed","time":{"start":1707750840030,"stop":1707750840030,"duration":0}},{"uid":"9114b917689bbcfb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9114b917689bbcfb","status":"passed","time":{"start":1707736764995,"stop":1707736764997,"duration":2}},{"uid":"10367129986bd359","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/10367129986bd359","status":"passed","time":{"start":1707735955219,"stop":1707735955220,"duration":1}}]},"b5c2c2b77727ad8ac01a05b89d8f6a27:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"925ea227301ebdae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/925ea227301ebdae","status":"passed","time":{"start":1707793088063,"stop":1707793088063,"duration":0}},{"uid":"2f6f9aa322ed6c13","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2f6f9aa322ed6c13","status":"passed","time":{"start":1707778034787,"stop":1707778034787,"duration":0}},{"uid":"2ec3f262e03e8e28","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ec3f262e03e8e28","status":"passed","time":{"start":1707775327574,"stop":1707775327574,"duration":0}},{"uid":"552340825a05187","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/552340825a05187","status":"passed","time":{"start":1707775129518,"stop":1707775129519,"duration":1}},{"uid":"8ade4b59689decf6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ade4b59689decf6","status":"passed","time":{"start":1707770055876,"stop":1707770055876,"duration":0}},{"uid":"78102df9b8bf017b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/78102df9b8bf017b","status":"passed","time":{"start":1707769919573,"stop":1707769919573,"duration":0}},{"uid":"326c69b60085031d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/326c69b60085031d","status":"passed","time":{"start":1707760025486,"stop":1707760025486,"duration":0}},{"uid":"f408c336bfb42b26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f408c336bfb42b26","status":"passed","time":{"start":1707757709189,"stop":1707757709189,"duration":0}},{"uid":"30fbf66e376cbec3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/30fbf66e376cbec3","status":"passed","time":{"start":1707756341220,"stop":1707756341220,"duration":0}},{"uid":"b49508513c3caf32","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b49508513c3caf32","status":"passed","time":{"start":1707753751251,"stop":1707753751252,"duration":1}},{"uid":"81902e300b2f06e3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/81902e300b2f06e3","status":"passed","time":{"start":1707753510013,"stop":1707753510013,"duration":0}},{"uid":"95088e8a79667e51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/95088e8a79667e51","status":"passed","time":{"start":1707750881807,"stop":1707750881807,"duration":0}},{"uid":"6f08680fca327568","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f08680fca327568","status":"passed","time":{"start":1707736800766,"stop":1707736800766,"duration":0}},{"uid":"e5f3a3bb91714272","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e5f3a3bb91714272","status":"passed","time":{"start":1707736013454,"stop":1707736013455,"duration":1}}]},"86d40f5580239eeb3f68326e9a3da832:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fccf41fe06851243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fccf41fe06851243","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0}},{"uid":"eb8f2e6e097089c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/eb8f2e6e097089c7","status":"passed","time":{"start":1707777749846,"stop":1707777749847,"duration":1}},{"uid":"7bc5519b46c36cad","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7bc5519b46c36cad","status":"passed","time":{"start":1707775026269,"stop":1707775026270,"duration":1}},{"uid":"cd0aac6e43171d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cd0aac6e43171d0","status":"passed","time":{"start":1707774827858,"stop":1707774827858,"duration":0}},{"uid":"cd6852d0e80b434e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd6852d0e80b434e","status":"passed","time":{"start":1707769775416,"stop":1707769775416,"duration":0}},{"uid":"32e2b6883c64799a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/32e2b6883c64799a","status":"passed","time":{"start":1707769628088,"stop":1707769628088,"duration":0}},{"uid":"348c81ff779f4a90","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/348c81ff779f4a90","status":"passed","time":{"start":1707759722869,"stop":1707759722869,"duration":0}},{"uid":"5b5100344887d1e4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b5100344887d1e4","status":"passed","time":{"start":1707757417668,"stop":1707757417668,"duration":0}},{"uid":"71344d48a7fa9251","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/71344d48a7fa9251","status":"passed","time":{"start":1707756047297,"stop":1707756047297,"duration":0}},{"uid":"f42616fbe5ea9eb5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f42616fbe5ea9eb5","status":"passed","time":{"start":1707753465444,"stop":1707753465444,"duration":0}},{"uid":"436a1f9c2e39a2c1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/436a1f9c2e39a2c1","status":"passed","time":{"start":1707753193785,"stop":1707753193786,"duration":1}},{"uid":"3a2caf1bd242df56","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a2caf1bd242df56","status":"passed","time":{"start":1707750594368,"stop":1707750594368,"duration":0}},{"uid":"257666ba17d01e22","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/257666ba17d01e22","status":"passed","time":{"start":1707736511741,"stop":1707736511741,"duration":0}},{"uid":"e9c5f4a056685391","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9c5f4a056685391","status":"passed","time":{"start":1707735693128,"stop":1707735693129,"duration":1}}]},"70d7547be438461c26595f81e1b0f627:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"f540fad1baae87df","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f540fad1baae87df","status":"passed","time":{"start":1707793371100,"stop":1707793371101,"duration":1}},{"uid":"94df8269b6de93a7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/94df8269b6de93a7","status":"passed","time":{"start":1707778338837,"stop":1707778338837,"duration":0}},{"uid":"679d0a646a4aad94","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/679d0a646a4aad94","status":"passed","time":{"start":1707775602017,"stop":1707775602018,"duration":1}},{"uid":"f982e691b7631aef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f982e691b7631aef","status":"passed","time":{"start":1707775390228,"stop":1707775390228,"duration":0}},{"uid":"5899354ae6f1a8a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5899354ae6f1a8a7","status":"passed","time":{"start":1707770335604,"stop":1707770335604,"duration":0}},{"uid":"9e41dda61341528b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e41dda61341528b","status":"passed","time":{"start":1707760301805,"stop":1707760301806,"duration":1}},{"uid":"c4ceb1af6097422c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c4ceb1af6097422c","status":"passed","time":{"start":1707758006707,"stop":1707758006707,"duration":0}},{"uid":"bb45b1f1fe054adf","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bb45b1f1fe054adf","status":"passed","time":{"start":1707756617037,"stop":1707756617038,"duration":1}},{"uid":"91fbedea191cc301","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91fbedea191cc301","status":"passed","time":{"start":1707753988879,"stop":1707753988879,"duration":0}},{"uid":"d8ff0dedcb28a418","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8ff0dedcb28a418","status":"passed","time":{"start":1707753782749,"stop":1707753782749,"duration":0}},{"uid":"28562bd1d4e4801c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/28562bd1d4e4801c","status":"passed","time":{"start":1707751162310,"stop":1707751162310,"duration":0}},{"uid":"cdf4a1f40d8eddef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cdf4a1f40d8eddef","status":"passed","time":{"start":1707737091305,"stop":1707737091305,"duration":0}},{"uid":"7a75e55bcc058039","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a75e55bcc058039","status":"passed","time":{"start":1707736260126,"stop":1707736260126,"duration":0}}]},"d881946753f484d27f25178f5f00828f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f2b5e0c6f1e9b7d3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2b5e0c6f1e9b7d3","status":"passed","time":{"start":1707793446747,"stop":1707793446747,"duration":0}},{"uid":"b174839031d6a5c2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b174839031d6a5c2","status":"passed","time":{"start":1707778413525,"stop":1707778413525,"duration":0}},{"uid":"8f50fbe740b1421f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8f50fbe740b1421f","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"a08232bbc699132c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a08232bbc699132c","status":"passed","time":{"start":1707775494283,"stop":1707775494284,"duration":1}},{"uid":"f7b4b277031cc4a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7b4b277031cc4a","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"516a66a35806d005","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/516a66a35806d005","status":"passed","time":{"start":1707770238692,"stop":1707770238692,"duration":0}},{"uid":"64182b525f277908","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/64182b525f277908","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"2bec24bdaaf33349","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2bec24bdaaf33349","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"1d3ad2856dce1d16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1d3ad2856dce1d16","status":"passed","time":{"start":1707756690168,"stop":1707756690169,"duration":1}},{"uid":"e43cbec6fcdcfb46","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e43cbec6fcdcfb46","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c9ae2f955cce3df","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c9ae2f955cce3df","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"ea60785244d163c6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ea60785244d163c6","status":"passed","time":{"start":1707751228966,"stop":1707751228967,"duration":1}},{"uid":"5ee9bcf84e229828","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5ee9bcf84e229828","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"e19a8ab273e3627b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e19a8ab273e3627b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"872701a64ab4958d57a451985582aea5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbf7f3d4db0013b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbf7f3d4db0013b3","status":"passed","time":{"start":1707793287285,"stop":1707793287287,"duration":2}},{"uid":"66ec98b4e16a9808","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/66ec98b4e16a9808","status":"passed","time":{"start":1707778251799,"stop":1707778251802,"duration":3}},{"uid":"969908ec76a0528b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/969908ec76a0528b","status":"passed","time":{"start":1707775540341,"stop":1707775540342,"duration":1}},{"uid":"a8a1d4594e5204dd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a8a1d4594e5204dd","status":"passed","time":{"start":1707775340610,"stop":1707775340610,"duration":0}},{"uid":"cb6d38d6bb76d3b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cb6d38d6bb76d3b9","status":"passed","time":{"start":1707770273000,"stop":1707770273000,"duration":0}},{"uid":"eae6288eeaf394f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eae6288eeaf394f0","status":"passed","time":{"start":1707770045979,"stop":1707770045979,"duration":0}},{"uid":"69a5730deaf444ca","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/69a5730deaf444ca","status":"passed","time":{"start":1707760224885,"stop":1707760224885,"duration":0}},{"uid":"778fc7da665ca3e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/778fc7da665ca3e0","status":"passed","time":{"start":1707757921499,"stop":1707757921500,"duration":1}},{"uid":"7d34f97c342665b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7d34f97c342665b5","status":"passed","time":{"start":1707756552029,"stop":1707756552030,"duration":1}},{"uid":"c3aa43c61efd1d4a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3aa43c61efd1d4a","status":"passed","time":{"start":1707753853540,"stop":1707753853540,"duration":0}},{"uid":"cabb041a331c52c5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cabb041a331c52c5","status":"passed","time":{"start":1707753708972,"stop":1707753708972,"duration":0}},{"uid":"4087c4bb72625bb6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4087c4bb72625bb6","status":"passed","time":{"start":1707751075912,"stop":1707751075912,"duration":0}},{"uid":"52ec52c2c81c992c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52ec52c2c81c992c","status":"passed","time":{"start":1707737000813,"stop":1707737000814,"duration":1}},{"uid":"aa917af87fe401db","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/aa917af87fe401db","status":"passed","time":{"start":1707736214133,"stop":1707736214133,"duration":0}}]},"4a2293634784771f7235a02f6bd30762:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"36f4f13f99f50d12","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36f4f13f99f50d12","status":"passed","time":{"start":1707793012466,"stop":1707793012467,"duration":1}},{"uid":"69b94a1e8379493","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/69b94a1e8379493","status":"passed","time":{"start":1707777977660,"stop":1707777977661,"duration":1}},{"uid":"171d978928420369","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/171d978928420369","status":"passed","time":{"start":1707775258451,"stop":1707775258451,"duration":0}},{"uid":"bd54d14c3a0d7506","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd54d14c3a0d7506","status":"passed","time":{"start":1707775082008,"stop":1707775082008,"duration":0}},{"uid":"5b1fd0a675b4858f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b1fd0a675b4858f","status":"passed","time":{"start":1707769999857,"stop":1707769999857,"duration":0}},{"uid":"9079f90a34ff9c2c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9079f90a34ff9c2c","status":"passed","time":{"start":1707769841891,"stop":1707769841892,"duration":1}},{"uid":"bd8ab7ec5ac74c43","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bd8ab7ec5ac74c43","status":"passed","time":{"start":1707759921447,"stop":1707759921447,"duration":0}},{"uid":"12fa8ba9743b434e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/12fa8ba9743b434e","status":"passed","time":{"start":1707757624871,"stop":1707757624872,"duration":1}},{"uid":"9f6664924b63f44f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9f6664924b63f44f","status":"passed","time":{"start":1707756261752,"stop":1707756261752,"duration":0}},{"uid":"c6dbbfdf19858e62","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6dbbfdf19858e62","status":"passed","time":{"start":1707753651140,"stop":1707753651141,"duration":1}},{"uid":"e3dd7df0a0515700","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3dd7df0a0515700","status":"passed","time":{"start":1707753409580,"stop":1707753409580,"duration":0}},{"uid":"9c43250599153a1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9c43250599153a1","status":"passed","time":{"start":1707750722038,"stop":1707750722039,"duration":1}},{"uid":"e949e28a2c2e2f3e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e949e28a2c2e2f3e","status":"passed","time":{"start":1707736708320,"stop":1707736708321,"duration":1}},{"uid":"349329dedbe936be","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/349329dedbe936be","status":"passed","time":{"start":1707735914380,"stop":1707735914380,"duration":0}}]},"ebf89e30778dc608daa4afe853022171:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4f49d34fd850a886","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4f49d34fd850a886","status":"passed","time":{"start":1707793371108,"stop":1707793371108,"duration":0}},{"uid":"ff9826298b0a0e86","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ff9826298b0a0e86","status":"passed","time":{"start":1707778338849,"stop":1707778338849,"duration":0}},{"uid":"3501b9290eb932aa","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3501b9290eb932aa","status":"passed","time":{"start":1707775602025,"stop":1707775602025,"duration":0}},{"uid":"4c6386e99e514b2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c6386e99e514b2c","status":"passed","time":{"start":1707775390237,"stop":1707775390237,"duration":0}},{"uid":"aacdde2f9809034c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aacdde2f9809034c","status":"passed","time":{"start":1707770335611,"stop":1707770335612,"duration":1}},{"uid":"b9476e8c93430d9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9476e8c93430d9c","status":"passed","time":{"start":1707769968721,"stop":1707769968721,"duration":0}},{"uid":"e21049742efe1172","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e21049742efe1172","status":"passed","time":{"start":1707760301819,"stop":1707760301819,"duration":0}},{"uid":"9d061a36522a0e5f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9d061a36522a0e5f","status":"passed","time":{"start":1707758006714,"stop":1707758006714,"duration":0}},{"uid":"ef036961ad60e237","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ef036961ad60e237","status":"passed","time":{"start":1707756617045,"stop":1707756617045,"duration":0}},{"uid":"ad879ef8ec695f15","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ad879ef8ec695f15","status":"passed","time":{"start":1707753988885,"stop":1707753988885,"duration":0}},{"uid":"289c267c308fb980","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/289c267c308fb980","status":"passed","time":{"start":1707753782761,"stop":1707753782761,"duration":0}},{"uid":"938494fe2ff93f7a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/938494fe2ff93f7a","status":"passed","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1431d29a6972d435","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1431d29a6972d435","status":"passed","time":{"start":1707737091341,"stop":1707737091341,"duration":0}},{"uid":"8f46a7be0a5554cc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f46a7be0a5554cc","status":"passed","time":{"start":1707736260136,"stop":1707736260136,"duration":0}}]},"e6cb6493af057fff1c8f6a17a41eebd9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e5253321bb0178b3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e5253321bb0178b3","status":"passed","time":{"start":1707793059101,"stop":1707793059101,"duration":0}},{"uid":"1dd6b36f21123a5e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1dd6b36f21123a5e","status":"passed","time":{"start":1707778002165,"stop":1707778002166,"duration":1}},{"uid":"e5bb9f6cb9d64034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e5bb9f6cb9d64034","status":"passed","time":{"start":1707775288509,"stop":1707775288509,"duration":0}},{"uid":"be0572612c2454de","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be0572612c2454de","status":"passed","time":{"start":1707775094103,"stop":1707775094104,"duration":1}},{"uid":"f4692b7cefa4148b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4692b7cefa4148b","status":"passed","time":{"start":1707770019756,"stop":1707770019757,"duration":1}},{"uid":"3f27b9fef45c3af8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3f27b9fef45c3af8","status":"passed","time":{"start":1707769883635,"stop":1707769883641,"duration":6}},{"uid":"39766005514f61b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39766005514f61b5","status":"passed","time":{"start":1707759985512,"stop":1707759985512,"duration":0}},{"uid":"b92bb889b0b30583","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b92bb889b0b30583","status":"passed","time":{"start":1707757677811,"stop":1707757677812,"duration":1}},{"uid":"19afac714dd7d29f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/19afac714dd7d29f","status":"passed","time":{"start":1707756291414,"stop":1707756291414,"duration":0}},{"uid":"a13510988da643ba","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a13510988da643ba","status":"passed","time":{"start":1707753735502,"stop":1707753735502,"duration":0}},{"uid":"ceddf6d40e7d8027","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ceddf6d40e7d8027","status":"passed","time":{"start":1707753472969,"stop":1707753472969,"duration":0}},{"uid":"a2d92f3a570325bd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a2d92f3a570325bd","status":"passed","time":{"start":1707750845162,"stop":1707750845163,"duration":1}},{"uid":"f37363bbca8fcb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f37363bbca8fcb","status":"passed","time":{"start":1707736769675,"stop":1707736769676,"duration":1}},{"uid":"c0df596c7820b09e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c0df596c7820b09e","status":"passed","time":{"start":1707735968262,"stop":1707735968262,"duration":0}}]},"2ce4c98b6a7cc30bb2ddab144e64bfab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5f85c3db543b93b1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f85c3db543b93b1","status":"passed","time":{"start":1707769983280,"stop":1707769983280,"duration":0}}]},"630a161fcb0b80f3239dfe6d811e518b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"206c1b1cb0eb6ca4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/206c1b1cb0eb6ca4","status":"passed","time":{"start":1707793355776,"stop":1707793355777,"duration":1}},{"uid":"e544b1c2372a849b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e544b1c2372a849b","status":"passed","time":{"start":1707778326666,"stop":1707778326666,"duration":0}},{"uid":"4109362b5e0d5f95","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4109362b5e0d5f95","status":"passed","time":{"start":1707775610543,"stop":1707775610544,"duration":1}},{"uid":"d7da8a9d974f276b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d7da8a9d974f276b","status":"passed","time":{"start":1707775405805,"stop":1707775405806,"duration":1}},{"uid":"47ad5624925b93f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47ad5624925b93f2","status":"passed","time":{"start":1707770339587,"stop":1707770339587,"duration":0}},{"uid":"ce96dc810633658","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ce96dc810633658","status":"passed","time":{"start":1707770116112,"stop":1707770116112,"duration":0}},{"uid":"349227f10876cff7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/349227f10876cff7","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"38804433973f092a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/38804433973f092a","status":"passed","time":{"start":1707757992698,"stop":1707757992699,"duration":1}},{"uid":"3cf858582d4828b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3cf858582d4828b1","status":"passed","time":{"start":1707756620673,"stop":1707756620673,"duration":0}},{"uid":"fb12455b76939c6c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fb12455b76939c6c","status":"passed","time":{"start":1707753926588,"stop":1707753926589,"duration":1}},{"uid":"e36364ef41c10a4e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e36364ef41c10a4e","status":"passed","time":{"start":1707753779031,"stop":1707753779032,"duration":1}},{"uid":"1909e7071dcbe6cb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1909e7071dcbe6cb","status":"passed","time":{"start":1707751117674,"stop":1707751117675,"duration":1}},{"uid":"59ef6885ad4551ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/59ef6885ad4551ca","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"6cfe1c39c44d8f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cfe1c39c44d8f70","status":"passed","time":{"start":1707736281625,"stop":1707736281627,"duration":2}}]},"57b9a323869802843a29d2f54f16215e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"61a866366a3040c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61a866366a3040c6","status":"passed","time":{"start":1707792814223,"stop":1707792814224,"duration":1}},{"uid":"d838a9633605983e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d838a9633605983e","status":"passed","time":{"start":1707777763444,"stop":1707777763445,"duration":1}},{"uid":"e8061c68cb53124d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8061c68cb53124d","status":"passed","time":{"start":1707775039623,"stop":1707775039624,"duration":1}},{"uid":"419bcaff6a502b1d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/419bcaff6a502b1d","status":"passed","time":{"start":1707774841429,"stop":1707774841430,"duration":1}},{"uid":"c60b328739577386","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c60b328739577386","status":"passed","time":{"start":1707769788867,"stop":1707769788868,"duration":1}},{"uid":"ec6d3b6b343046f6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ec6d3b6b343046f6","status":"passed","time":{"start":1707769641581,"stop":1707769641582,"duration":1}},{"uid":"16f987d00f4e4e23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f987d00f4e4e23","status":"passed","time":{"start":1707759736455,"stop":1707759736455,"duration":0}},{"uid":"647798df10c54298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/647798df10c54298","status":"passed","time":{"start":1707757431312,"stop":1707757431313,"duration":1}},{"uid":"65bb3a21fc42a846","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65bb3a21fc42a846","status":"passed","time":{"start":1707756060434,"stop":1707756060435,"duration":1}},{"uid":"c239ed2334c75ece","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c239ed2334c75ece","status":"passed","time":{"start":1707753479029,"stop":1707753479030,"duration":1}},{"uid":"6ec673d1166e3c15","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ec673d1166e3c15","status":"passed","time":{"start":1707753207963,"stop":1707753207964,"duration":1}},{"uid":"a58ab2915a3b7df9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a58ab2915a3b7df9","status":"passed","time":{"start":1707750607850,"stop":1707750607851,"duration":1}},{"uid":"7d1b433e072a733","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7d1b433e072a733","status":"passed","time":{"start":1707736525276,"stop":1707736525276,"duration":0}},{"uid":"f253bf4f975eef2a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f253bf4f975eef2a","status":"passed","time":{"start":1707735707255,"stop":1707735707256,"duration":1}}]},"35a579dd64bb3df6340ab4888f010cd8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf0996152959c745","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf0996152959c745","status":"passed","time":{"start":1707793028276,"stop":1707793028276,"duration":0}},{"uid":"abda963122d13952","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/abda963122d13952","status":"passed","time":{"start":1707777972998,"stop":1707777972998,"duration":0}},{"uid":"9fc21e75c73dcd38","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9fc21e75c73dcd38","status":"passed","time":{"start":1707775244528,"stop":1707775244529,"duration":1}},{"uid":"395228809e7849cf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/395228809e7849cf","status":"passed","time":{"start":1707775050817,"stop":1707775050817,"duration":0}},{"uid":"62c8cc5a0ecafd63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/62c8cc5a0ecafd63","status":"passed","time":{"start":1707770001379,"stop":1707770001379,"duration":0}},{"uid":"4cc0e40fc5d16b02","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4cc0e40fc5d16b02","status":"passed","time":{"start":1707769843143,"stop":1707769843143,"duration":0}},{"uid":"54c524d5871fee0b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/54c524d5871fee0b","status":"passed","time":{"start":1707759965195,"stop":1707759965195,"duration":0}},{"uid":"f2d729aafb9c705e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f2d729aafb9c705e","status":"passed","time":{"start":1707757644389,"stop":1707757644389,"duration":0}},{"uid":"7e30fc14f5d703ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7e30fc14f5d703ed","status":"passed","time":{"start":1707756267904,"stop":1707756267904,"duration":0}},{"uid":"60b860a2ee4cf5bd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/60b860a2ee4cf5bd","status":"passed","time":{"start":1707753668031,"stop":1707753668032,"duration":1}},{"uid":"2f771da778303bfd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f771da778303bfd","status":"passed","time":{"start":1707753423536,"stop":1707753423536,"duration":0}},{"uid":"8f39c5734c321571","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8f39c5734c321571","status":"passed","time":{"start":1707750796030,"stop":1707750796030,"duration":0}},{"uid":"18f18af6fd4cce18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18f18af6fd4cce18","status":"passed","time":{"start":1707736730643,"stop":1707736730644,"duration":1}},{"uid":"f94b3c8f35fe561a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f94b3c8f35fe561a","status":"passed","time":{"start":1707735912118,"stop":1707735912119,"duration":1}}]},"1b4592146a04bc1454c7e7f1480d509a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a5deccd9a1c35794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a5deccd9a1c35794","status":"passed","time":{"start":1707757644392,"stop":1707757644392,"duration":0}}]},"52ff749803f81979754a5a8620130081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d3bb884944966285","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d3bb884944966285","status":"passed","time":{"start":1707793153217,"stop":1707793153217,"duration":0}},{"uid":"e347b740f4acd7c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e347b740f4acd7c","status":"passed","time":{"start":1707778114668,"stop":1707778114668,"duration":0}},{"uid":"36d67ca23611d8e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/36d67ca23611d8e9","status":"passed","time":{"start":1707775395371,"stop":1707775395371,"duration":0}},{"uid":"df88c6d258e7f2d0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/df88c6d258e7f2d0","status":"passed","time":{"start":1707775205624,"stop":1707775205624,"duration":0}},{"uid":"d99c6ee28ee8e24f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d99c6ee28ee8e24f","status":"passed","time":{"start":1707770131698,"stop":1707770131698,"duration":0}},{"uid":"162e043b65c7f0b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/162e043b65c7f0b6","status":"passed","time":{"start":1707769983272,"stop":1707769983272,"duration":0}},{"uid":"ec5314ad19c8c5d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec5314ad19c8c5d2","status":"passed","time":{"start":1707760095398,"stop":1707760095398,"duration":0}},{"uid":"151adc1b1064b3c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/151adc1b1064b3c5","status":"passed","time":{"start":1707757790730,"stop":1707757790731,"duration":1}},{"uid":"afee663c9bcd31d6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/afee663c9bcd31d6","status":"passed","time":{"start":1707756409541,"stop":1707756409541,"duration":0}},{"uid":"55e02aa4916fb158","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55e02aa4916fb158","status":"passed","time":{"start":1707753793185,"stop":1707753793185,"duration":0}},{"uid":"783d17f4060b1095","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/783d17f4060b1095","status":"passed","time":{"start":1707753573525,"stop":1707753573525,"duration":0}},{"uid":"b705437d6e77e1cf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b705437d6e77e1cf","status":"passed","time":{"start":1707750953972,"stop":1707750953972,"duration":0}},{"uid":"6872101e66c1f062","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6872101e66c1f062","status":"passed","time":{"start":1707736878962,"stop":1707736878962,"duration":0}},{"uid":"c019a47ab074d21e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c019a47ab074d21e","status":"passed","time":{"start":1707736081266,"stop":1707736081267,"duration":1}}]},"4c8b57b794787833962fd89002e38b1c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8b9e49b86bc13bff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8b9e49b86bc13bff","status":"passed","time":{"start":1707793446749,"stop":1707793446750,"duration":1}},{"uid":"821ed9bf1cd7be7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/821ed9bf1cd7be7b","status":"passed","time":{"start":1707778413527,"stop":1707778413527,"duration":0}},{"uid":"68bea656eda3ead1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/68bea656eda3ead1","status":"passed","time":{"start":1707775685036,"stop":1707775685036,"duration":0}},{"uid":"6c06016328a7c460","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c06016328a7c460","status":"passed","time":{"start":1707775494286,"stop":1707775494286,"duration":0}},{"uid":"c2b0aff42d682b96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b0aff42d682b96","status":"passed","time":{"start":1707770424187,"stop":1707770424187,"duration":0}},{"uid":"c6a97d4930fbf598","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6a97d4930fbf598","status":"passed","time":{"start":1707770238694,"stop":1707770238694,"duration":0}},{"uid":"7473aeeda8b0b0c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7473aeeda8b0b0c2","status":"passed","time":{"start":1707760374686,"stop":1707760374686,"duration":0}},{"uid":"86e13f693e6061a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/86e13f693e6061a3","status":"passed","time":{"start":1707758004336,"stop":1707758004336,"duration":0}},{"uid":"8dfa4950c9b17ae7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dfa4950c9b17ae7","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"80a6ba12415cfa3c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/80a6ba12415cfa3c","status":"passed","time":{"start":1707754051795,"stop":1707754051795,"duration":0}},{"uid":"d881bc0052cadb0e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d881bc0052cadb0e","status":"passed","time":{"start":1707753877935,"stop":1707753877935,"duration":0}},{"uid":"892304e0ce01da8e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/892304e0ce01da8e","status":"passed","time":{"start":1707751228968,"stop":1707751228968,"duration":0}},{"uid":"7e6f497ad86e4310","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7e6f497ad86e4310","status":"passed","time":{"start":1707737173826,"stop":1707737173826,"duration":0}},{"uid":"cd7c75dc9099061e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cd7c75dc9099061e","status":"passed","time":{"start":1707736353047,"stop":1707736353047,"duration":0}}]},"fe86e4bc6704318e239f18d0b4d88866:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"16f06ead9df31219","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/16f06ead9df31219","status":"passed","time":{"start":1707793371096,"stop":1707793371097,"duration":1}},{"uid":"dae4b45607cf3df9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dae4b45607cf3df9","status":"passed","time":{"start":1707778338833,"stop":1707778338833,"duration":0}},{"uid":"1735156850849419","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1735156850849419","status":"passed","time":{"start":1707775602014,"stop":1707775602014,"duration":0}},{"uid":"7eba4995dfedca46","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7eba4995dfedca46","status":"passed","time":{"start":1707775390222,"stop":1707775390222,"duration":0}},{"uid":"ad21c5f00a8853a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad21c5f00a8853a0","status":"passed","time":{"start":1707770335597,"stop":1707770335600,"duration":3}},{"uid":"d19e360d268153fa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d19e360d268153fa","status":"passed","time":{"start":1707760301802,"stop":1707760301802,"duration":0}},{"uid":"6dd34694bd1ad927","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dd34694bd1ad927","status":"passed","time":{"start":1707758006704,"stop":1707758006704,"duration":0}},{"uid":"12bc80079104edb7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12bc80079104edb7","status":"passed","time":{"start":1707756617034,"stop":1707756617034,"duration":0}},{"uid":"e31dbfaf08165fe2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e31dbfaf08165fe2","status":"passed","time":{"start":1707753988875,"stop":1707753988875,"duration":0}},{"uid":"3474d830d1131aa7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3474d830d1131aa7","status":"passed","time":{"start":1707753782732,"stop":1707753782732,"duration":0}},{"uid":"c0bba6a780640da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0bba6a780640da","status":"passed","time":{"start":1707751162306,"stop":1707751162306,"duration":0}},{"uid":"71b18c27abf32f3b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/71b18c27abf32f3b","status":"passed","time":{"start":1707737091297,"stop":1707737091298,"duration":1}},{"uid":"37fa38daaa08dcf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/37fa38daaa08dcf1","status":"passed","time":{"start":1707736260118,"stop":1707736260119,"duration":1}}]},"95c547710d3ccebfef51516852a89ecf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"d6b8f46e6270b50c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d6b8f46e6270b50c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793168677,"stop":1707793168677,"duration":0}},{"uid":"14f5e2b741d037de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/14f5e2b741d037de","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"dc5e3f4ac1bf8d26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dc5e3f4ac1bf8d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"56857370d43499ea","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56857370d43499ea","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"94c4421c534b54f7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94c4421c534b54f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142482,"stop":1707770142483,"duration":1}},{"uid":"810777742fce6d6a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/810777742fce6d6a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994536,"stop":1707769994537,"duration":1}},{"uid":"32dfe87670ddc23c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/32dfe87670ddc23c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106456,"stop":1707760106457,"duration":1}},{"uid":"be1cd0b0e725d857","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be1cd0b0e725d857","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804294,"duration":0}},{"uid":"5425bd7b1ebb29d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5425bd7b1ebb29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422346,"duration":0}},{"uid":"e9c6ea892c21752e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e9c6ea892c21752e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"c6304a794e079696","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c6304a794e079696","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586163,"stop":1707753586164,"duration":1}},{"uid":"2d806fcabf97af45","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2d806fcabf97af45","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964802,"stop":1707750964802,"duration":0}},{"uid":"5f13f6ca046eea36","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f13f6ca046eea36","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"8ed9665e4d3b934d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8ed9665e4d3b934d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"90f046a7b34ade093d589adb422ea97d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c60a5a88337d2d63","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c60a5a88337d2d63","status":"passed","time":{"start":1707775390229,"stop":1707775390230,"duration":1}}]},"d70938b70d3e5041c6aa53e4ca6e5d08:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"88687eca154f145e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/88687eca154f145e","status":"passed","time":{"start":1707769983278,"stop":1707769983279,"duration":1}}]},"a580d505d76ce38cbe05fd77bdee5538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2362450c3af62d84","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2362450c3af62d84","status":"passed","time":{"start":1707792820892,"stop":1707792820893,"duration":1}},{"uid":"2c1c98781062ea45","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2c1c98781062ea45","status":"passed","time":{"start":1707777770259,"stop":1707777770259,"duration":0}},{"uid":"7a22efc347df463a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a22efc347df463a","status":"passed","time":{"start":1707775046372,"stop":1707775046373,"duration":1}},{"uid":"8b577a58fe562161","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8b577a58fe562161","status":"passed","time":{"start":1707774848384,"stop":1707774848384,"duration":0}},{"uid":"9b3c033bd0b425fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b3c033bd0b425fe","status":"passed","time":{"start":1707769795723,"stop":1707769795724,"duration":1}},{"uid":"272f89fad734073c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/272f89fad734073c","status":"passed","time":{"start":1707769648573,"stop":1707769648574,"duration":1}},{"uid":"9e7cb7d26a5f0fcc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9e7cb7d26a5f0fcc","status":"passed","time":{"start":1707759743254,"stop":1707759743255,"duration":1}},{"uid":"5b9455eafe3e5022","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5b9455eafe3e5022","status":"passed","time":{"start":1707757438368,"stop":1707757438368,"duration":0}},{"uid":"2a5bdfe69bd88fb5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a5bdfe69bd88fb5","status":"passed","time":{"start":1707756067010,"stop":1707756067011,"duration":1}},{"uid":"707f8695eafb3028","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/707f8695eafb3028","status":"passed","time":{"start":1707753485650,"stop":1707753485651,"duration":1}},{"uid":"f71d8902b97f341d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f71d8902b97f341d","status":"passed","time":{"start":1707753214696,"stop":1707753214697,"duration":1}},{"uid":"6a919056584f8ca5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6a919056584f8ca5","status":"passed","time":{"start":1707750614688,"stop":1707750614689,"duration":1}},{"uid":"e3d71d81d871dd18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e3d71d81d871dd18","status":"passed","time":{"start":1707736532274,"stop":1707736532275,"duration":1}},{"uid":"c5b6e8f0fc1439b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5b6e8f0fc1439b","status":"passed","time":{"start":1707735714124,"stop":1707735714125,"duration":1}}]},"6cc581719bffd7ef50ddaac6f3491e12:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"67543c82acf2c284","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67543c82acf2c284","status":"passed","time":{"start":1707793153218,"stop":1707793153218,"duration":0}},{"uid":"5ec53923d3c24341","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5ec53923d3c24341","status":"passed","time":{"start":1707778114670,"stop":1707778114670,"duration":0}},{"uid":"140121430f865923","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/140121430f865923","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"adbfae06f912091a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/adbfae06f912091a","status":"passed","time":{"start":1707775205625,"stop":1707775205625,"duration":0}},{"uid":"c66d3a383ff01fdf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c66d3a383ff01fdf","status":"passed","time":{"start":1707770131699,"stop":1707770131699,"duration":0}},{"uid":"9e62a0a061c3a616","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9e62a0a061c3a616","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"a50dd29e6fe81702","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a50dd29e6fe81702","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"f247b976a42a7610","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f247b976a42a7610","status":"passed","time":{"start":1707757790732,"stop":1707757790732,"duration":0}},{"uid":"ddddbbb5d364f8ac","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddddbbb5d364f8ac","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"77a5892500c9e91d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/77a5892500c9e91d","status":"passed","time":{"start":1707753793186,"stop":1707753793186,"duration":0}},{"uid":"2f500b4e5446f04","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2f500b4e5446f04","status":"passed","time":{"start":1707753573526,"stop":1707753573526,"duration":0}},{"uid":"2cd6109a0db9c730","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cd6109a0db9c730","status":"passed","time":{"start":1707750953973,"stop":1707750953973,"duration":0}},{"uid":"214753652eefd69c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/214753652eefd69c","status":"passed","time":{"start":1707736878963,"stop":1707736878963,"duration":0}},{"uid":"386c743ababa1a6d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/386c743ababa1a6d","status":"passed","time":{"start":1707736081267,"stop":1707736081268,"duration":1}}]},"f98fc1a79da77702ddabd28cc3cdb9eb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"259a77639d0ee691","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/259a77639d0ee691","status":"passed","time":{"start":1707792846324,"stop":1707792846325,"duration":1}},{"uid":"4fd5791c7aeaded3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4fd5791c7aeaded3","status":"passed","time":{"start":1707777795164,"stop":1707777795164,"duration":0}},{"uid":"17cbf11733f661a1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17cbf11733f661a1","status":"passed","time":{"start":1707775070517,"stop":1707775070517,"duration":0}},{"uid":"c3f716f0deb68be3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c3f716f0deb68be3","status":"passed","time":{"start":1707774873412,"stop":1707774873412,"duration":0}},{"uid":"42266912e0fcff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/42266912e0fcff","status":"passed","time":{"start":1707769820506,"stop":1707769820506,"duration":0}},{"uid":"2dea9e4c6c8d7110","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2dea9e4c6c8d7110","status":"passed","time":{"start":1707769673026,"stop":1707769673026,"duration":0}},{"uid":"d9a903d74d393f4c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d9a903d74d393f4c","status":"passed","time":{"start":1707759767765,"stop":1707759767766,"duration":1}},{"uid":"851894b787aa51da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/851894b787aa51da","status":"passed","time":{"start":1707757463878,"stop":1707757463879,"duration":1}},{"uid":"86ff690cbe6b157c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/86ff690cbe6b157c","status":"passed","time":{"start":1707756091992,"stop":1707756091993,"duration":1}},{"uid":"8103d02e3e45c908","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8103d02e3e45c908","status":"passed","time":{"start":1707753510234,"stop":1707753510235,"duration":1}},{"uid":"a273ded30f59d6d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a273ded30f59d6d0","status":"passed","time":{"start":1707753240422,"stop":1707753240423,"duration":1}},{"uid":"949aa8d6f48b17d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/949aa8d6f48b17d0","status":"passed","time":{"start":1707750639410,"stop":1707750639411,"duration":1}},{"uid":"8424306a1d2f71de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8424306a1d2f71de","status":"passed","time":{"start":1707736555755,"stop":1707736555756,"duration":1}},{"uid":"346e4ebf451d77d4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/346e4ebf451d77d4","status":"passed","time":{"start":1707735739987,"stop":1707735739988,"duration":1}}]},"cc99b5590e78a428c71460faa7e9180d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ca41b915acaffa5f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ca41b915acaffa5f","status":"passed","time":{"start":1707793230150,"stop":1707793230151,"duration":1}},{"uid":"33ebb49f27df4ff7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/33ebb49f27df4ff7","status":"passed","time":{"start":1707778179238,"stop":1707778179238,"duration":0}},{"uid":"7a93fc831854e13f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7a93fc831854e13f","status":"passed","time":{"start":1707775471144,"stop":1707775471145,"duration":1}},{"uid":"7fc40f82a89b5a43","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fc40f82a89b5a43","status":"passed","time":{"start":1707775271436,"stop":1707775271436,"duration":0}},{"uid":"6de52dc4d3d4cf1e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6de52dc4d3d4cf1e","status":"passed","time":{"start":1707770210096,"stop":1707770210097,"duration":1}},{"uid":"f970f00bd73230a9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f970f00bd73230a9","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"fbb1c864a54a96dd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fbb1c864a54a96dd","status":"passed","time":{"start":1707760163327,"stop":1707760163337,"duration":10}},{"uid":"ec3f24e7ed951fc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ec3f24e7ed951fc7","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"56881178669ab8bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/56881178669ab8bd","status":"passed","time":{"start":1707756493173,"stop":1707756493174,"duration":1}},{"uid":"ff236b93f8f54fc7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff236b93f8f54fc7","status":"passed","time":{"start":1707753863565,"stop":1707753863566,"duration":1}},{"uid":"77dbb8b80f1c49db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/77dbb8b80f1c49db","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"f90a23025d9c8ac3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f90a23025d9c8ac3","status":"passed","time":{"start":1707751014387,"stop":1707751014389,"duration":2}},{"uid":"ab345def64d646f6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab345def64d646f6","status":"passed","time":{"start":1707736941410,"stop":1707736941412,"duration":2}},{"uid":"73da49c95fc3ef01","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73da49c95fc3ef01","status":"passed","time":{"start":1707736158693,"stop":1707736158695,"duration":2}}]},"02bd490aa49c832ce99f00ef0ee4cc78:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"b7b0bd2f3dde818b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7b0bd2f3dde818b","status":"passed","time":{"start":1707793371105,"stop":1707793371106,"duration":1}},{"uid":"18739f178cc8bab5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18739f178cc8bab5","status":"passed","time":{"start":1707778338845,"stop":1707778338845,"duration":0}},{"uid":"d06e37f003926122","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d06e37f003926122","status":"passed","time":{"start":1707775602022,"stop":1707775602023,"duration":1}},{"uid":"e9308bd4261e5633","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e9308bd4261e5633","status":"passed","time":{"start":1707775390232,"stop":1707775390233,"duration":1}},{"uid":"e394f617e12e0e8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e394f617e12e0e8b","status":"passed","time":{"start":1707770335608,"stop":1707770335608,"duration":0}},{"uid":"830f9940c13fab30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/830f9940c13fab30","status":"passed","time":{"start":1707760301815,"stop":1707760301816,"duration":1}},{"uid":"1db4e094e90bb06e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1db4e094e90bb06e","status":"passed","time":{"start":1707758006711,"stop":1707758006711,"duration":0}},{"uid":"cc97123da5aa0b16","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cc97123da5aa0b16","status":"passed","time":{"start":1707756617042,"stop":1707756617042,"duration":0}},{"uid":"9fa6a2fd3b7c4081","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9fa6a2fd3b7c4081","status":"passed","time":{"start":1707753988882,"stop":1707753988882,"duration":0}},{"uid":"b446271c755f1eb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b446271c755f1eb","status":"passed","time":{"start":1707753782758,"stop":1707753782758,"duration":0}},{"uid":"f834d46e2c24171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f834d46e2c24171","status":"passed","time":{"start":1707751162314,"stop":1707751162314,"duration":0}},{"uid":"bb9e4b99f721cd05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb9e4b99f721cd05","status":"passed","time":{"start":1707737091322,"stop":1707737091323,"duration":1}},{"uid":"fd04f36e57406878","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd04f36e57406878","status":"passed","time":{"start":1707736260133,"stop":1707736260133,"duration":0}}]},"ebe42b8240367cd083bbc6d26a1bba73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f191160c23dce064","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f191160c23dce064","status":"passed","time":{"start":1707792792551,"stop":1707792792552,"duration":1}},{"uid":"a889ccff660e762f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a889ccff660e762f","status":"passed","time":{"start":1707777741289,"stop":1707777741289,"duration":0}},{"uid":"a303b613643a8232","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a303b613643a8232","status":"passed","time":{"start":1707775017704,"stop":1707775017705,"duration":1}},{"uid":"56dbe04164b7cc88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56dbe04164b7cc88","status":"passed","time":{"start":1707774819162,"stop":1707774819162,"duration":0}},{"uid":"93b3e54ef9bfd6dd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/93b3e54ef9bfd6dd","status":"passed","time":{"start":1707769766687,"stop":1707769766687,"duration":0}},{"uid":"7b4683679d62fa97","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b4683679d62fa97","status":"passed","time":{"start":1707769619253,"stop":1707769619254,"duration":1}},{"uid":"16f2f187db5b1dac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/16f2f187db5b1dac","status":"passed","time":{"start":1707759714510,"stop":1707759714510,"duration":0}},{"uid":"186ce098055723a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/186ce098055723a1","status":"passed","time":{"start":1707757408927,"stop":1707757408928,"duration":1}},{"uid":"5d43e20532510b2f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d43e20532510b2f","status":"passed","time":{"start":1707756038654,"stop":1707756038655,"duration":1}},{"uid":"277853a03cd9e752","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/277853a03cd9e752","status":"passed","time":{"start":1707753456823,"stop":1707753456823,"duration":0}},{"uid":"bfb1d6f4a81973c8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bfb1d6f4a81973c8","status":"passed","time":{"start":1707753185030,"stop":1707753185030,"duration":0}},{"uid":"66c9cff1b5ce41cd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/66c9cff1b5ce41cd","status":"passed","time":{"start":1707750585694,"stop":1707750585694,"duration":0}},{"uid":"d00268d792dc64e4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d00268d792dc64e4","status":"passed","time":{"start":1707736503248,"stop":1707736503248,"duration":0}},{"uid":"ca89fadc5e1903a9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca89fadc5e1903a9","status":"passed","time":{"start":1707735684543,"stop":1707735684544,"duration":1}}]},"106f25ff2cc4cbf32458eb8c05248544:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"97ccb41b5c84f15c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/97ccb41b5c84f15c","status":"passed","time":{"start":1707793304786,"stop":1707793304787,"duration":1}},{"uid":"21fa9af07292d843","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/21fa9af07292d843","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"186846f345c7dcc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/186846f345c7dcc9","status":"passed","time":{"start":1707775545747,"stop":1707775545747,"duration":0}},{"uid":"e98753a4eebeb3cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e98753a4eebeb3cb","status":"passed","time":{"start":1707775359956,"stop":1707775359957,"duration":1}},{"uid":"88b9626ed00599ab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88b9626ed00599ab","status":"passed","time":{"start":1707770293502,"stop":1707770293503,"duration":1}},{"uid":"4e6007994b5fcd87","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e6007994b5fcd87","status":"passed","time":{"start":1707770099499,"stop":1707770099500,"duration":1}},{"uid":"7d05872aa0091591","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7d05872aa0091591","status":"passed","time":{"start":1707760242016,"stop":1707760242016,"duration":0}},{"uid":"f9de6edafa1ca09d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f9de6edafa1ca09d","status":"passed","time":{"start":1707757936359,"stop":1707757936368,"duration":9}},{"uid":"aa6d5dc0df9753cd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/aa6d5dc0df9753cd","status":"passed","time":{"start":1707756564916,"stop":1707756564916,"duration":0}},{"uid":"dfeecea57498938a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dfeecea57498938a","status":"passed","time":{"start":1707753906988,"stop":1707753906988,"duration":0}},{"uid":"9dd13968e56a3408","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dd13968e56a3408","status":"passed","time":{"start":1707753724178,"stop":1707753724179,"duration":1}},{"uid":"c72df85d358bcf8a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c72df85d358bcf8a","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"7dd6091ff38423f1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7dd6091ff38423f1","status":"passed","time":{"start":1707736996443,"stop":1707736996444,"duration":1}},{"uid":"4e75d2fb7245f613","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e75d2fb7245f613","status":"passed","time":{"start":1707736227474,"stop":1707736227475,"duration":1}}]},"964cb013c9c54fdcc5e3121b44d3616c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9362aa3f11102d73","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9362aa3f11102d73","status":"passed","time":{"start":1707793399644,"stop":1707793399644,"duration":0}},{"uid":"a22a3fa0ad453471","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a22a3fa0ad453471","status":"passed","time":{"start":1707778379760,"stop":1707778379761,"duration":1}},{"uid":"9a4a112660f5a259","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9a4a112660f5a259","status":"passed","time":{"start":1707775649284,"stop":1707775649284,"duration":0}},{"uid":"e5e1dc0b72eb68a8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e5e1dc0b72eb68a8","status":"passed","time":{"start":1707775456617,"stop":1707775456617,"duration":0}},{"uid":"7348db86280933bd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7348db86280933bd","status":"passed","time":{"start":1707770393726,"stop":1707770393726,"duration":0}},{"uid":"9d1b6c269267289b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d1b6c269267289b","status":"passed","time":{"start":1707770165171,"stop":1707770165175,"duration":4}},{"uid":"3a6754aeb6a940c1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a6754aeb6a940c1","status":"passed","time":{"start":1707760340806,"stop":1707760340806,"duration":0}},{"uid":"7c6c2ecbaab4975c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7c6c2ecbaab4975c","status":"passed","time":{"start":1707758024234,"stop":1707758024234,"duration":0}},{"uid":"c1e9a6ecace9de3c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c1e9a6ecace9de3c","status":"passed","time":{"start":1707756662060,"stop":1707756662061,"duration":1}},{"uid":"f382cefc44156943","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f382cefc44156943","status":"passed","time":{"start":1707753975669,"stop":1707753975672,"duration":3}},{"uid":"18ace0b664c9f44b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/18ace0b664c9f44b","status":"passed","time":{"start":1707753824708,"stop":1707753824708,"duration":0}},{"uid":"f21ace7f81db6b44","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f21ace7f81db6b44","status":"passed","time":{"start":1707751167357,"stop":1707751167357,"duration":0}},{"uid":"96adfbf723743e6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/96adfbf723743e6","status":"passed","time":{"start":1707737129078,"stop":1707737129078,"duration":0}},{"uid":"6ff7e440888e8311","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6ff7e440888e8311","status":"passed","time":{"start":1707736323077,"stop":1707736323078,"duration":1}}]},"fa62bac845e6a10d07d2d308f1f74a64:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a9964382ffd7eb90","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9964382ffd7eb90","status":"passed","time":{"start":1707792792554,"stop":1707792792554,"duration":0}},{"uid":"4ea0f394d6768128","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ea0f394d6768128","status":"passed","time":{"start":1707777741291,"stop":1707777741291,"duration":0}},{"uid":"5250bbe3800b9a08","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5250bbe3800b9a08","status":"passed","time":{"start":1707775017707,"stop":1707775017707,"duration":0}},{"uid":"4ccf2a7f9a3771aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4ccf2a7f9a3771aa","status":"passed","time":{"start":1707774819165,"stop":1707774819165,"duration":0}},{"uid":"f7c6668dc29e0d23","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f7c6668dc29e0d23","status":"passed","time":{"start":1707769766690,"stop":1707769766690,"duration":0}},{"uid":"2291ac34d71b6479","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2291ac34d71b6479","status":"passed","time":{"start":1707769619257,"stop":1707769619257,"duration":0}},{"uid":"afaa586d2736739f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/afaa586d2736739f","status":"passed","time":{"start":1707759714513,"stop":1707759714513,"duration":0}},{"uid":"3eb144b77893c2ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3eb144b77893c2ad","status":"passed","time":{"start":1707757408931,"stop":1707757408931,"duration":0}},{"uid":"11ba314405ebacc6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/11ba314405ebacc6","status":"passed","time":{"start":1707756038657,"stop":1707756038657,"duration":0}},{"uid":"44da999b4885602e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/44da999b4885602e","status":"passed","time":{"start":1707753456825,"stop":1707753456825,"duration":0}},{"uid":"d9a3ac3f2127f54f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d9a3ac3f2127f54f","status":"passed","time":{"start":1707753185032,"stop":1707753185032,"duration":0}},{"uid":"c096136efa3e2b51","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c096136efa3e2b51","status":"passed","time":{"start":1707750585696,"stop":1707750585696,"duration":0}},{"uid":"af3abd0b0f0f67d9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af3abd0b0f0f67d9","status":"passed","time":{"start":1707736503253,"stop":1707736503253,"duration":0}},{"uid":"c178904c282b3df3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c178904c282b3df3","status":"passed","time":{"start":1707735684546,"stop":1707735684547,"duration":1}}]},"db4044bcb84451b9ac43b9deb27ca0f4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"10d7fabd67f3b01f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10d7fabd67f3b01f","status":"passed","time":{"start":1707793371109,"stop":1707793371109,"duration":0}},{"uid":"c414b8643f1a68b7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c414b8643f1a68b7","status":"passed","time":{"start":1707778338849,"stop":1707778338850,"duration":1}},{"uid":"c0c43fd0a1f49d3b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c0c43fd0a1f49d3b","status":"passed","time":{"start":1707775602026,"stop":1707775602026,"duration":0}},{"uid":"582eaee31a724823","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/582eaee31a724823","status":"passed","time":{"start":1707775390238,"stop":1707775390238,"duration":0}},{"uid":"a1f04948a3c2ed93","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1f04948a3c2ed93","status":"passed","time":{"start":1707770335612,"stop":1707770335612,"duration":0}},{"uid":"d61c1b0a50e94f95","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d61c1b0a50e94f95","status":"passed","time":{"start":1707769968722,"stop":1707769968722,"duration":0}},{"uid":"cd2bb7fb983e1ade","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd2bb7fb983e1ade","status":"passed","time":{"start":1707760301819,"stop":1707760301820,"duration":1}},{"uid":"349fc9b5c47cdbe8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/349fc9b5c47cdbe8","status":"passed","time":{"start":1707758006715,"stop":1707758006716,"duration":1}},{"uid":"f7ddf2b397285f04","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f7ddf2b397285f04","status":"passed","time":{"start":1707756617045,"stop":1707756617046,"duration":1}},{"uid":"57896cb366e7acdd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57896cb366e7acdd","status":"passed","time":{"start":1707753988886,"stop":1707753988886,"duration":0}},{"uid":"6cea09b4238c4ec4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6cea09b4238c4ec4","status":"passed","time":{"start":1707753782762,"stop":1707753782763,"duration":1}},{"uid":"d423fa6cae15e1f0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d423fa6cae15e1f0","status":"passed","time":{"start":1707751162317,"stop":1707751162317,"duration":0}},{"uid":"bca6394e213702da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bca6394e213702da","status":"passed","time":{"start":1707737091349,"stop":1707737091350,"duration":1}},{"uid":"caf7dedc316e8f48","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/caf7dedc316e8f48","status":"passed","time":{"start":1707736260137,"stop":1707736260137,"duration":0}}]},"49b925b19cdd9cf4e86c7dedbd8584cb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f1a6db384646077","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f1a6db384646077","status":"passed","time":{"start":1707756664011,"stop":1707756664012,"duration":1}}]},"0bb66f8888aea582c09bcb19888ffd3e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3d47352591afbba4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3d47352591afbba4","status":"passed","time":{"start":1707775205629,"stop":1707775205630,"duration":1}}]},"01a5ffd8f35d87a47e3660a32e2432ec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5c7eec79b5a9247","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b5c7eec79b5a9247","status":"passed","time":{"start":1707770335605,"stop":1707770335605,"duration":0}}]},"e356dad3eecbb6aeee91c4b9e20b2f0d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1bcfd579b98bd13f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1bcfd579b98bd13f","status":"passed","time":{"start":1707793168673,"stop":1707793168674,"duration":1}},{"uid":"f0c0de5c9ea05ef2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0c0de5c9ea05ef2","status":"passed","time":{"start":1707778126344,"stop":1707778126344,"duration":0}},{"uid":"ed673134e2b7a034","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ed673134e2b7a034","status":"passed","time":{"start":1707775409482,"stop":1707775409483,"duration":1}},{"uid":"ad8756101b5dc7aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ad8756101b5dc7aa","status":"passed","time":{"start":1707775219994,"stop":1707775219995,"duration":1}},{"uid":"fff5b5f58828735e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fff5b5f58828735e","status":"passed","time":{"start":1707770142481,"stop":1707770142481,"duration":0}},{"uid":"34822281557eb1ec","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/34822281557eb1ec","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"e1580d478c25868e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e1580d478c25868e","status":"passed","time":{"start":1707760106455,"stop":1707760106455,"duration":0}},{"uid":"6cd7fc56d08f8eb7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6cd7fc56d08f8eb7","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"ad1721b6be1692e2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ad1721b6be1692e2","status":"passed","time":{"start":1707756422343,"stop":1707756422343,"duration":0}},{"uid":"cd12b7672ed24d84","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd12b7672ed24d84","status":"passed","time":{"start":1707753796546,"stop":1707753796547,"duration":1}},{"uid":"7457fa8cf52554ed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7457fa8cf52554ed","status":"passed","time":{"start":1707753586161,"stop":1707753586162,"duration":1}},{"uid":"9fc0486d2eda784d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9fc0486d2eda784d","status":"passed","time":{"start":1707750964800,"stop":1707750964801,"duration":1}},{"uid":"8b39194d9f6854d6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8b39194d9f6854d6","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"dc2b4706cda4d581","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/dc2b4706cda4d581","status":"passed","time":{"start":1707736096388,"stop":1707736096389,"duration":1}}]},"d01e6500f9bbcbf13d005f8e727f7f89:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5a03d8b494f67075","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5a03d8b494f67075","status":"passed","time":{"start":1707792907231,"stop":1707792907233,"duration":2}},{"uid":"1e63a43f26bf8361","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e63a43f26bf8361","status":"passed","time":{"start":1707777859855,"stop":1707777859855,"duration":0}},{"uid":"c636a7c51ae25594","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c636a7c51ae25594","status":"passed","time":{"start":1707775133670,"stop":1707775133671,"duration":1}},{"uid":"9df2f9038cf420ac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9df2f9038cf420ac","status":"passed","time":{"start":1707774942683,"stop":1707774942683,"duration":0}},{"uid":"f8177ef6c5de584","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f8177ef6c5de584","status":"passed","time":{"start":1707769878815,"stop":1707769878816,"duration":1}},{"uid":"2fa313ee2da6aec2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2fa313ee2da6aec2","status":"passed","time":{"start":1707769735036,"stop":1707769735036,"duration":0}},{"uid":"1f5946ce13c3d034","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f5946ce13c3d034","status":"passed","time":{"start":1707759831195,"stop":1707759831195,"duration":0}},{"uid":"7f9eedffcba582fa","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f9eedffcba582fa","status":"passed","time":{"start":1707757528825,"stop":1707757528825,"duration":0}},{"uid":"4e1e06b855130a22","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e1e06b855130a22","status":"passed","time":{"start":1707756157294,"stop":1707756157295,"duration":1}},{"uid":"408bc5e9fa637500","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/408bc5e9fa637500","status":"passed","time":{"start":1707753578475,"stop":1707753578475,"duration":0}},{"uid":"a547542039f725f7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a547542039f725f7","status":"passed","time":{"start":1707753307896,"stop":1707753307898,"duration":2}},{"uid":"63569c5239773b94","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/63569c5239773b94","status":"passed","time":{"start":1707750703128,"stop":1707750703128,"duration":0}},{"uid":"d57c7f992aeecb40","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d57c7f992aeecb40","status":"passed","time":{"start":1707736629972,"stop":1707736629973,"duration":1}},{"uid":"fb3d447cd82963b8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fb3d447cd82963b8","status":"passed","time":{"start":1707735809090,"stop":1707735809091,"duration":1}}]},"53a70864f1bd0718cbc62a8cd94d34f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"124cc08f54808b4b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/124cc08f54808b4b","status":"passed","time":{"start":1707793371111,"stop":1707793371111,"duration":0}},{"uid":"731f22fef2055df6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/731f22fef2055df6","status":"passed","time":{"start":1707778338852,"stop":1707778338852,"duration":0}},{"uid":"ea3e6d4d832174ac","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ea3e6d4d832174ac","status":"passed","time":{"start":1707775602030,"stop":1707775602030,"duration":0}},{"uid":"883bee6daadbb5ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/883bee6daadbb5ed","status":"passed","time":{"start":1707775390241,"stop":1707775390243,"duration":2}},{"uid":"9fc0e0ae0bf7d186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc0e0ae0bf7d186","status":"passed","time":{"start":1707770335614,"stop":1707770335614,"duration":0}},{"uid":"5b8c1edb950be2d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5b8c1edb950be2d1","status":"passed","time":{"start":1707769968727,"stop":1707769968728,"duration":1}},{"uid":"8538c0c9bc9e9ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8538c0c9bc9e9ca7","status":"passed","time":{"start":1707760301822,"stop":1707760301822,"duration":0}},{"uid":"e7c04dce33b967eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e7c04dce33b967eb","status":"passed","time":{"start":1707758006718,"stop":1707758006718,"duration":0}},{"uid":"f13f5e7e7222db35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f13f5e7e7222db35","status":"passed","time":{"start":1707756617049,"stop":1707756617053,"duration":4}},{"uid":"d4ed6d51aa3d7a9a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d4ed6d51aa3d7a9a","status":"passed","time":{"start":1707753988888,"stop":1707753988888,"duration":0}},{"uid":"c3521b49dc73ccf1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c3521b49dc73ccf1","status":"passed","time":{"start":1707753782769,"stop":1707753782769,"duration":0}},{"uid":"9353b1878431a332","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9353b1878431a332","status":"passed","time":{"start":1707751162319,"stop":1707751162319,"duration":0}},{"uid":"e31eb0f81b2f2b74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e31eb0f81b2f2b74","status":"passed","time":{"start":1707737091351,"stop":1707737091352,"duration":1}},{"uid":"5efe8231dee0c448","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5efe8231dee0c448","status":"passed","time":{"start":1707736260146,"stop":1707736260147,"duration":1}}]},"46da1969b53543f0be3fc2e9c5efdbd0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3732eb0cee9ab3a8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3732eb0cee9ab3a8","status":"passed","time":{"start":1707793371103,"stop":1707793371103,"duration":0}},{"uid":"8955225117dac251","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8955225117dac251","status":"passed","time":{"start":1707778338839,"stop":1707778338841,"duration":2}},{"uid":"9c1b28fcd66529f4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c1b28fcd66529f4","status":"passed","time":{"start":1707775602020,"stop":1707775602020,"duration":0}},{"uid":"7fa8251ef23ece31","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7fa8251ef23ece31","status":"passed","time":{"start":1707775390230,"stop":1707775390231,"duration":1}},{"uid":"e2fd8102101f3e2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2fd8102101f3e2c","status":"passed","time":{"start":1707770335606,"stop":1707770335607,"duration":1}},{"uid":"b430e32fe7ca5ed8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b430e32fe7ca5ed8","status":"passed","time":{"start":1707760301811,"stop":1707760301811,"duration":0}},{"uid":"62e9a4e5532fd6d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/62e9a4e5532fd6d3","status":"passed","time":{"start":1707758006709,"stop":1707758006710,"duration":1}},{"uid":"9cd708991176b7eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9cd708991176b7eb","status":"passed","time":{"start":1707756617040,"stop":1707756617040,"duration":0}},{"uid":"bc4a8b05c68c1be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc4a8b05c68c1be","status":"passed","time":{"start":1707753988881,"stop":1707753988881,"duration":0}},{"uid":"95b2d051bf5d5c37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/95b2d051bf5d5c37","status":"passed","time":{"start":1707753782756,"stop":1707753782756,"duration":0}},{"uid":"1e2540c74795e252","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1e2540c74795e252","status":"passed","time":{"start":1707751162312,"stop":1707751162312,"duration":0}},{"uid":"40028c7fbc52493f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40028c7fbc52493f","status":"passed","time":{"start":1707737091309,"stop":1707737091310,"duration":1}},{"uid":"a775488c7636eee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a775488c7636eee","status":"passed","time":{"start":1707736260131,"stop":1707736260131,"duration":0}}]},"89e399ff956e66ce1a01c577a48ceada:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"805700bb2df7900d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/805700bb2df7900d","status":"passed","time":{"start":1707778386490,"stop":1707778386490,"duration":0}}]},"50e8fc7f6b6d70bd29b20c749b68e638:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"b1cc53f0e332fb03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b1cc53f0e332fb03","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792815083,"stop":1707792815083,"duration":0}},{"uid":"4214eb0e1691e8d9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4214eb0e1691e8d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764433,"stop":1707777764433,"duration":0}},{"uid":"401c462a7cfa88b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/401c462a7cfa88b1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040581,"stop":1707775040581,"duration":0}},{"uid":"bd602cfcd68b4657","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bd602cfcd68b4657","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842476,"duration":1}},{"uid":"aeb76fa37c84edf0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aeb76fa37c84edf0","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"5666b3f2657d1de4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5666b3f2657d1de4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642602,"stop":1707769642602,"duration":0}},{"uid":"5bd468ba388fec7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5bd468ba388fec7a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"49e6e5a2c18377e6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49e6e5a2c18377e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432395,"stop":1707757432395,"duration":0}},{"uid":"26135aacd4fcdf89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/26135aacd4fcdf89","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"cc31ff9b745b51a1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cc31ff9b745b51a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479977,"duration":1}},{"uid":"c04bb1b95adaf53e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c04bb1b95adaf53e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208675,"stop":1707753208675,"duration":0}},{"uid":"74d9d700913d2ff","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74d9d700913d2ff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"8fe867ae722a184d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8fe867ae722a184d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526333,"duration":1}},{"uid":"e2dc513d1ac7e897","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e2dc513d1ac7e897","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708009,"duration":1}}]},"b8456bf54cb4d96ab7bdd8c5f5c96162:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6fd002861cc55e5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6fd002861cc55e5e","status":"passed","time":{"start":1707792878412,"stop":1707792878412,"duration":0}},{"uid":"9b8be56a23c5f0bf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b8be56a23c5f0bf","status":"passed","time":{"start":1707777826928,"stop":1707777826928,"duration":0}},{"uid":"2b4b49e2665577cc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2b4b49e2665577cc","status":"passed","time":{"start":1707775103552,"stop":1707775103553,"duration":1}},{"uid":"7716a587f71c08b0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7716a587f71c08b0","status":"passed","time":{"start":1707774906441,"stop":1707774906442,"duration":1}},{"uid":"bfe52704055574d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bfe52704055574d7","status":"passed","time":{"start":1707769852802,"stop":1707769852803,"duration":1}},{"uid":"1598c218609ce646","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1598c218609ce646","status":"passed","time":{"start":1707769706525,"stop":1707769706525,"duration":0}},{"uid":"da0877a74de8c4e7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da0877a74de8c4e7","status":"passed","time":{"start":1707759800529,"stop":1707759800530,"duration":1}},{"uid":"ce327034e7dc5aed","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce327034e7dc5aed","status":"passed","time":{"start":1707757496501,"stop":1707757496502,"duration":1}},{"uid":"b55761d2c0834ede","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b55761d2c0834ede","status":"passed","time":{"start":1707756124835,"stop":1707756124835,"duration":0}},{"uid":"5f6351461455a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5f6351461455a031","status":"passed","time":{"start":1707753544135,"stop":1707753544136,"duration":1}},{"uid":"ca4a4394eac28c06","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca4a4394eac28c06","status":"passed","time":{"start":1707753273864,"stop":1707753273864,"duration":0}},{"uid":"baec4fbcaece56d6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/baec4fbcaece56d6","status":"passed","time":{"start":1707750672010,"stop":1707750672011,"duration":1}},{"uid":"19237e5933bb4447","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/19237e5933bb4447","status":"passed","time":{"start":1707736588885,"stop":1707736588885,"duration":0}},{"uid":"4669dc42c9151e98","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4669dc42c9151e98","status":"passed","time":{"start":1707735772595,"stop":1707735772595,"duration":0}}]},"ac26135855cb7053071409f1ee7c01b6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d71071a4f1f24d88","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d71071a4f1f24d88","status":"passed","time":{"start":1707760301826,"stop":1707760301826,"duration":0}}]},"90c703a2c31e24e53ef3b3db5a0aa13b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e2b61dce9238d6f9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e2b61dce9238d6f9","status":"passed","time":{"start":1707792800812,"stop":1707792800813,"duration":1}},{"uid":"b28d3104eaed3bce","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b28d3104eaed3bce","status":"passed","time":{"start":1707777749836,"stop":1707777749841,"duration":5}},{"uid":"5f2bf7a73d9c0353","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f2bf7a73d9c0353","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e205f323229d44af","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e205f323229d44af","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"bdd89bdd5acacdea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdd89bdd5acacdea","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"177768f9771e9139","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/177768f9771e9139","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"e7fc1274043c27ba","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e7fc1274043c27ba","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"ee7e970f9b751377","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee7e970f9b751377","status":"passed","time":{"start":1707757417662,"stop":1707757417662,"duration":0}},{"uid":"b8a04520eaf0b266","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b8a04520eaf0b266","status":"passed","time":{"start":1707756047291,"stop":1707756047291,"duration":0}},{"uid":"a871f5f0bce30b4d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a871f5f0bce30b4d","status":"passed","time":{"start":1707753465434,"stop":1707753465439,"duration":5}},{"uid":"a378063652825765","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a378063652825765","status":"passed","time":{"start":1707753193774,"stop":1707753193780,"duration":6}},{"uid":"f7b00250116fd4b5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f7b00250116fd4b5","status":"passed","time":{"start":1707750594358,"stop":1707750594363,"duration":5}},{"uid":"4d8d10ba58091be7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4d8d10ba58091be7","status":"passed","time":{"start":1707736511730,"stop":1707736511730,"duration":0}},{"uid":"98765370b912bb4c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/98765370b912bb4c","status":"passed","time":{"start":1707735693122,"stop":1707735693123,"duration":1}}]},"e774d55c0c8be30ac9bba34bcb8e3898:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"cd9d7f99635012f3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd9d7f99635012f3","status":"passed","time":{"start":1707793412323,"stop":1707793412323,"duration":0}},{"uid":"cc2c2851e249faa2","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cc2c2851e249faa2","status":"passed","time":{"start":1707778394553,"stop":1707778394553,"duration":0}},{"uid":"2729948a6620d9b4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2729948a6620d9b4","status":"passed","time":{"start":1707775662264,"stop":1707775662265,"duration":1}},{"uid":"8bf4619f6b5a9b34","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8bf4619f6b5a9b34","status":"passed","time":{"start":1707775462779,"stop":1707775462780,"duration":1}},{"uid":"813f6cc96429715d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/813f6cc96429715d","status":"passed","time":{"start":1707770398288,"stop":1707770398288,"duration":0}},{"uid":"c2fc3f3b557add3d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2fc3f3b557add3d","status":"passed","time":{"start":1707770180417,"stop":1707770180417,"duration":0}},{"uid":"7c8a208f8f5aa540","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7c8a208f8f5aa540","status":"passed","time":{"start":1707760352908,"stop":1707760352908,"duration":0}},{"uid":"be9f11ff6f7426b5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/be9f11ff6f7426b5","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"dc451a23e45bd12a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dc451a23e45bd12a","status":"passed","time":{"start":1707756674085,"stop":1707756674085,"duration":0}},{"uid":"8ad59b3ac19b667","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ad59b3ac19b667","status":"passed","time":{"start":1707753994325,"stop":1707753994325,"duration":0}},{"uid":"c1d5dcf1a51380b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c1d5dcf1a51380b7","status":"passed","time":{"start":1707753841536,"stop":1707753841536,"duration":0}},{"uid":"de73913da53289d8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/de73913da53289d8","status":"passed","time":{"start":1707737132861,"stop":1707737132862,"duration":1}},{"uid":"871d50dc9998e659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/871d50dc9998e659","status":"passed","time":{"start":1707736343134,"stop":1707736343134,"duration":0}}]},"fece381909d80a0d2f125e2b2ecc25b1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"d502e665ca1d2f40","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d502e665ca1d2f40","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792815083,"stop":1707792815083,"duration":0}},{"uid":"9ac281161e767f44","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ac281161e767f44","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777764432,"stop":1707777764433,"duration":1}},{"uid":"7b9409998aaf3baf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7b9409998aaf3baf","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775040580,"stop":1707775040581,"duration":1}},{"uid":"434b507321a17268","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/434b507321a17268","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774842475,"stop":1707774842475,"duration":0}},{"uid":"f1976966cb5437e4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f1976966cb5437e4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769789806,"stop":1707769789806,"duration":0}},{"uid":"2f07361000344f5b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2f07361000344f5b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769642601,"stop":1707769642602,"duration":1}},{"uid":"f958ab4d469257ac","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f958ab4d469257ac","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759737380,"stop":1707759737380,"duration":0}},{"uid":"3d81439e16587f70","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3d81439e16587f70","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757432394,"stop":1707757432395,"duration":1}},{"uid":"36109186252fb790","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36109186252fb790","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756061422,"stop":1707756061422,"duration":0}},{"uid":"b7030c0969523948","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b7030c0969523948","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753479976,"stop":1707753479976,"duration":0}},{"uid":"e27a1d2ba4a394f8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e27a1d2ba4a394f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753208674,"stop":1707753208674,"duration":0}},{"uid":"a7082dd3d368ba3d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a7082dd3d368ba3d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750608878,"stop":1707750608878,"duration":0}},{"uid":"87faca3943728d26","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/87faca3943728d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736526332,"stop":1707736526332,"duration":0}},{"uid":"131cc8aeca409f9e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/131cc8aeca409f9e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735708008,"stop":1707735708008,"duration":0}}]},"6bf9348457298471de7f5cf09b8c4a94:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7a63dd7b7594ec47","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7a63dd7b7594ec47","status":"passed","time":{"start":1707793370628,"stop":1707793370628,"duration":0}},{"uid":"79833f296fbab7de","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/79833f296fbab7de","status":"passed","time":{"start":1707778386477,"stop":1707778386478,"duration":1}},{"uid":"7e5d148dd15b0a35","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7e5d148dd15b0a35","status":"passed","time":{"start":1707775656746,"stop":1707775656746,"duration":0}},{"uid":"54d98ca99f95127b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54d98ca99f95127b","status":"passed","time":{"start":1707775461884,"stop":1707775461884,"duration":0}},{"uid":"99dd5e43dbc1d370","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99dd5e43dbc1d370","status":"passed","time":{"start":1707770395180,"stop":1707770395180,"duration":0}},{"uid":"f10db749cac4bf35","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f10db749cac4bf35","status":"passed","time":{"start":1707770208542,"stop":1707770208542,"duration":0}},{"uid":"5909edaa04af9d6a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5909edaa04af9d6a","status":"passed","time":{"start":1707760335943,"stop":1707760335943,"duration":0}},{"uid":"99a26a94adc6641d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/99a26a94adc6641d","status":"passed","time":{"start":1707758023529,"stop":1707758023530,"duration":1}},{"uid":"d4d0799a03a6121a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4d0799a03a6121a","status":"passed","time":{"start":1707756663999,"stop":1707756663999,"duration":0}},{"uid":"9285722ab43883b1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9285722ab43883b1","status":"passed","time":{"start":1707753837164,"stop":1707753837165,"duration":1}},{"uid":"9def6bff755d39f4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9def6bff755d39f4","status":"passed","time":{"start":1707751136281,"stop":1707751136281,"duration":0}},{"uid":"99a3557b08e62b43","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/99a3557b08e62b43","status":"passed","time":{"start":1707737124641,"stop":1707737124641,"duration":0}},{"uid":"d274d2460e81edc1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d274d2460e81edc1","status":"passed","time":{"start":1707736322653,"stop":1707736322653,"duration":0}}]},"0ef1d0e19cfba2587e1b32b963c0d2fc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5e9a5e84d0bd4f9a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5e9a5e84d0bd4f9a","status":"passed","time":{"start":1707793230152,"stop":1707793230153,"duration":1}},{"uid":"de4b0a17c727a8c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de4b0a17c727a8c8","status":"passed","time":{"start":1707778179240,"stop":1707778179240,"duration":0}},{"uid":"69ed93bfd7192f8c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69ed93bfd7192f8c","status":"passed","time":{"start":1707775471153,"stop":1707775471154,"duration":1}},{"uid":"6c8aa62b3f88ca52","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6c8aa62b3f88ca52","status":"passed","time":{"start":1707775271441,"stop":1707775271442,"duration":1}},{"uid":"48c1b4be0f175ef1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/48c1b4be0f175ef1","status":"passed","time":{"start":1707770210099,"stop":1707770210099,"duration":0}},{"uid":"a8b242dcfcef8237","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a8b242dcfcef8237","status":"passed","time":{"start":1707770054151,"stop":1707770054151,"duration":0}},{"uid":"acfb6d56757f7ef3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/acfb6d56757f7ef3","status":"passed","time":{"start":1707760163378,"stop":1707760163379,"duration":1}},{"uid":"53dd7e6f89239e42","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/53dd7e6f89239e42","status":"passed","time":{"start":1707757853546,"stop":1707757853546,"duration":0}},{"uid":"e713711699ab97f3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e713711699ab97f3","status":"passed","time":{"start":1707756493176,"stop":1707756493176,"duration":0}},{"uid":"c678af7cc4f71951","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c678af7cc4f71951","status":"passed","time":{"start":1707753863572,"stop":1707753863572,"duration":0}},{"uid":"950aafd887c8731e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/950aafd887c8731e","status":"passed","time":{"start":1707753657519,"stop":1707753657519,"duration":0}},{"uid":"a35dce16c3f3863a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a35dce16c3f3863a","status":"passed","time":{"start":1707751014399,"stop":1707751014400,"duration":1}},{"uid":"8c9f83dace1e8064","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8c9f83dace1e8064","status":"passed","time":{"start":1707736941414,"stop":1707736941415,"duration":1}},{"uid":"c65a30c91035362","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c65a30c91035362","status":"passed","time":{"start":1707736158698,"stop":1707736158700,"duration":2}}]},"19c7222284bde21267086f9cc01eedf6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"5945be84978c5089","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5945be84978c5089","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792958831,"stop":1707792958832,"duration":1}},{"uid":"a4a1002283bfac91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a4a1002283bfac91","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997106,"stop":1707777997106,"duration":0}},{"uid":"8e33e745537c40f7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8e33e745537c40f7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275748,"stop":1707775275748,"duration":0}},{"uid":"f4d400abb5b3a33c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f4d400abb5b3a33c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085878,"stop":1707775085879,"duration":1}},{"uid":"455073d5feaee324","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/455073d5feaee324","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018834,"stop":1707770018834,"duration":0}},{"uid":"98e31e6892b859cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98e31e6892b859cd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883314,"stop":1707769883315,"duration":1}},{"uid":"1184472330e806e1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1184472330e806e1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"1d338d01cd93e31b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1d338d01cd93e31b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676037,"stop":1707757676037,"duration":0}},{"uid":"4d0daa98279f1be9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4d0daa98279f1be9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"2527c9aedbd3733c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2527c9aedbd3733c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"3aa2eaf1873b0586","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3aa2eaf1873b0586","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"5cd59c560fe602bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5cd59c560fe602bc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840032,"stop":1707750840032,"duration":0}},{"uid":"e58c12e18599e044","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e58c12e18599e044","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765000,"stop":1707736765000,"duration":0}},{"uid":"7d36a4f32cec7b84","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7d36a4f32cec7b84","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"28bd06466a44973bbe4282be84f85a6c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2b520dfa7ae6cf87","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b520dfa7ae6cf87","status":"passed","time":{"start":1707793371117,"stop":1707793371117,"duration":0}}]},"c3b55ca93483755ef4dfcbb07c307b2d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cd58276e68349186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd58276e68349186","status":"passed","time":{"start":1707792958832,"stop":1707792958832,"duration":0}},{"uid":"d6a9acea790122d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6a9acea790122d","status":"passed","time":{"start":1707777997106,"stop":1707777997107,"duration":1}},{"uid":"46be25c23403927c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/46be25c23403927c","status":"passed","time":{"start":1707775275748,"stop":1707775275749,"duration":1}},{"uid":"14afc27afce81b2d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/14afc27afce81b2d","status":"passed","time":{"start":1707775085879,"stop":1707775085879,"duration":0}},{"uid":"1e2e7d7254f6d752","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1e2e7d7254f6d752","status":"passed","time":{"start":1707770018834,"stop":1707770018835,"duration":1}},{"uid":"8dbb36be5ac9bcc5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8dbb36be5ac9bcc5","status":"passed","time":{"start":1707769883315,"stop":1707769883316,"duration":1}},{"uid":"43ba453172c9110","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/43ba453172c9110","status":"passed","time":{"start":1707759981458,"stop":1707759981458,"duration":0}},{"uid":"7629b78d5f765bea","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7629b78d5f765bea","status":"passed","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"122d3185aa5aa472","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/122d3185aa5aa472","status":"passed","time":{"start":1707756304424,"stop":1707756304424,"duration":0}},{"uid":"7a0bd9eb1899944f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a0bd9eb1899944f","status":"passed","time":{"start":1707753713245,"stop":1707753713245,"duration":0}},{"uid":"50014e1bcbc2e64a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/50014e1bcbc2e64a","status":"passed","time":{"start":1707753448092,"stop":1707753448092,"duration":0}},{"uid":"50353e0cd503708e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/50353e0cd503708e","status":"passed","time":{"start":1707750840033,"stop":1707750840033,"duration":0}},{"uid":"e5c0dc668e686824","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e5c0dc668e686824","status":"passed","time":{"start":1707736765000,"stop":1707736765001,"duration":1}},{"uid":"84b0b3416ddd15a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/84b0b3416ddd15a","status":"passed","time":{"start":1707735955222,"stop":1707735955222,"duration":0}}]},"dd42ff6854d3b17dd7c4675a0f2d7993:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6042f4a52f2a143e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6042f4a52f2a143e","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0}},{"uid":"82f99f223bb8ea3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/82f99f223bb8ea3d","status":"passed","time":{"start":1707778251797,"stop":1707778251798,"duration":1}},{"uid":"cbf87db5c3920480","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cbf87db5c3920480","status":"passed","time":{"start":1707775540340,"stop":1707775540341,"duration":1}},{"uid":"fc7c3bf9cd37371b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fc7c3bf9cd37371b","status":"passed","time":{"start":1707775340609,"stop":1707775340609,"duration":0}},{"uid":"1608ec5fa614866e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1608ec5fa614866e","status":"passed","time":{"start":1707770272999,"stop":1707770272999,"duration":0}},{"uid":"4e962248241760fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4e962248241760fb","status":"passed","time":{"start":1707770045976,"stop":1707770045977,"duration":1}},{"uid":"690357dc44704096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/690357dc44704096","status":"passed","time":{"start":1707760224884,"stop":1707760224884,"duration":0}},{"uid":"b4ad504c1a8554a7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b4ad504c1a8554a7","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"c6aec5438227e215","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c6aec5438227e215","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"d95158e45a949269","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d95158e45a949269","status":"passed","time":{"start":1707753853539,"stop":1707753853539,"duration":0}},{"uid":"85e3d126b9c56e85","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/85e3d126b9c56e85","status":"passed","time":{"start":1707753708970,"stop":1707753708971,"duration":1}},{"uid":"982914b30adb9cdc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/982914b30adb9cdc","status":"passed","time":{"start":1707751075910,"stop":1707751075911,"duration":1}},{"uid":"5e06284fad7ba9f9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5e06284fad7ba9f9","status":"passed","time":{"start":1707737000812,"stop":1707737000812,"duration":0}},{"uid":"7658dd5a4fd3ffeb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7658dd5a4fd3ffeb","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"a7c32a3f563d564ccb7ef3dc7155a384:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8279a10bff3b46fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8279a10bff3b46fc","status":"passed","time":{"start":1707793028290,"stop":1707793028291,"duration":1}},{"uid":"d2672f2c70ee28ab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d2672f2c70ee28ab","status":"passed","time":{"start":1707777973006,"stop":1707777973009,"duration":3}},{"uid":"970f828a155ac13a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/970f828a155ac13a","status":"passed","time":{"start":1707775244535,"stop":1707775244536,"duration":1}},{"uid":"e7c35206ea65786f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e7c35206ea65786f","status":"passed","time":{"start":1707775050824,"stop":1707775050825,"duration":1}},{"uid":"b682ed96ee2e7243","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b682ed96ee2e7243","status":"passed","time":{"start":1707770001385,"stop":1707770001386,"duration":1}},{"uid":"968e28466d117cfb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/968e28466d117cfb","status":"passed","time":{"start":1707769843152,"stop":1707769843153,"duration":1}},{"uid":"97daa71c55ec1ea1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/97daa71c55ec1ea1","status":"passed","time":{"start":1707759965212,"stop":1707759965219,"duration":7}},{"uid":"48edc474cddd2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/48edc474cddd2105","status":"passed","time":{"start":1707757644396,"stop":1707757644397,"duration":1}},{"uid":"1b4963bfe76b749f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1b4963bfe76b749f","status":"passed","time":{"start":1707756267918,"stop":1707756267919,"duration":1}},{"uid":"6f09c270c9a64baa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6f09c270c9a64baa","status":"passed","time":{"start":1707753668084,"stop":1707753668085,"duration":1}},{"uid":"abfad69a12f56102","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/abfad69a12f56102","status":"passed","time":{"start":1707753423544,"stop":1707753423544,"duration":0}},{"uid":"70a85accb19400e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/70a85accb19400e7","status":"passed","time":{"start":1707750796038,"stop":1707750796038,"duration":0}},{"uid":"484c470ceaa2a08a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/484c470ceaa2a08a","status":"passed","time":{"start":1707736730662,"stop":1707736730662,"duration":0}},{"uid":"4b0f2f6680bd0abd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b0f2f6680bd0abd","status":"passed","time":{"start":1707735912135,"stop":1707735912136,"duration":1}}]},"3c0b75d405615040d6666a8a1bba42d1:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d180082a30caa7f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d180082a30caa7f","status":"passed","time":{"start":1707777997117,"stop":1707777997117,"duration":0}},{"uid":"425712c8436d25f5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/425712c8436d25f5","status":"passed","time":{"start":1707775275755,"stop":1707775275756,"duration":1}},{"uid":"354645c0a424bc4a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/354645c0a424bc4a","status":"passed","time":{"start":1707775085893,"stop":1707775085894,"duration":1}},{"uid":"5dc3e6510753d012","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5dc3e6510753d012","status":"passed","time":{"start":1707770018846,"stop":1707770018847,"duration":1}},{"uid":"f7407898c89605f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7407898c89605f0","status":"passed","time":{"start":1707769883327,"stop":1707769883327,"duration":0}},{"uid":"967d10e39080db7a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/967d10e39080db7a","status":"passed","time":{"start":1707759981478,"stop":1707759981478,"duration":0}},{"uid":"16aba1f68852e06a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/16aba1f68852e06a","status":"passed","time":{"start":1707757676047,"stop":1707757676048,"duration":1}},{"uid":"a3c15969d873692a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a3c15969d873692a","status":"passed","time":{"start":1707756304432,"stop":1707756304432,"duration":0}},{"uid":"57d4d464198170b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/57d4d464198170b4","status":"passed","time":{"start":1707753713253,"stop":1707753713261,"duration":8}},{"uid":"b0d83330ffe21de4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b0d83330ffe21de4","status":"passed","time":{"start":1707753448105,"stop":1707753448105,"duration":0}},{"uid":"10c518fcde290403","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/10c518fcde290403","status":"passed","time":{"start":1707750840049,"stop":1707750840049,"duration":0}},{"uid":"cb0cc2f64e4e710b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb0cc2f64e4e710b","status":"passed","time":{"start":1707736765042,"stop":1707736765043,"duration":1}},{"uid":"95af660954fe5635","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95af660954fe5635","status":"passed","time":{"start":1707735955261,"stop":1707735955261,"duration":0}}]},"78400a4684faab9772a06b3ee7703c82:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b54a87418b625d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b54a87418b625d2","status":"passed","time":{"start":1707793153220,"stop":1707793153220,"duration":0}},{"uid":"7e67d1a0237eac57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e67d1a0237eac57","status":"passed","time":{"start":1707778114672,"stop":1707778114672,"duration":0}},{"uid":"862ddb52042f72e9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/862ddb52042f72e9","status":"passed","time":{"start":1707775395374,"stop":1707775395374,"duration":0}},{"uid":"8f7bbdbf0b5e0cf6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f7bbdbf0b5e0cf6","status":"passed","time":{"start":1707775205626,"stop":1707775205627,"duration":1}},{"uid":"e91f7de77bf89d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e91f7de77bf89d","status":"passed","time":{"start":1707770131701,"stop":1707770131702,"duration":1}},{"uid":"37dc22e49516bb74","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/37dc22e49516bb74","status":"passed","time":{"start":1707769983274,"stop":1707769983274,"duration":0}},{"uid":"765a168bd71a33ec","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/765a168bd71a33ec","status":"passed","time":{"start":1707760095400,"stop":1707760095400,"duration":0}},{"uid":"fe075081aea2f18b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fe075081aea2f18b","status":"passed","time":{"start":1707757790734,"stop":1707757790734,"duration":0}},{"uid":"beccb5ef4d084e15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/beccb5ef4d084e15","status":"passed","time":{"start":1707756409543,"stop":1707756409543,"duration":0}},{"uid":"7af40c46e261446c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7af40c46e261446c","status":"passed","time":{"start":1707753793187,"stop":1707753793188,"duration":1}},{"uid":"357cd97e2478634b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/357cd97e2478634b","status":"passed","time":{"start":1707753573527,"stop":1707753573528,"duration":1}},{"uid":"a963e4450f530063","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a963e4450f530063","status":"passed","time":{"start":1707750953979,"stop":1707750953979,"duration":0}},{"uid":"55dc98d108506469","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55dc98d108506469","status":"passed","time":{"start":1707736878965,"stop":1707736878965,"duration":0}},{"uid":"ea3e3f3c4ea9c0d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ea3e3f3c4ea9c0d3","status":"passed","time":{"start":1707736081269,"stop":1707736081269,"duration":0}}]},"8ac67a264c65309b9af25d61ca8c252c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cf78cedffb34522a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf78cedffb34522a","status":"passed","time":{"start":1707736878968,"stop":1707736878969,"duration":1}}]},"3c1d516be9792da541f1811126e60a0b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3c2e39983ff073a8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c2e39983ff073a8","status":"passed","time":{"start":1707793153213,"stop":1707793153213,"duration":0}},{"uid":"8eaf5090886d8d2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8eaf5090886d8d2c","status":"passed","time":{"start":1707778114665,"stop":1707778114665,"duration":0}},{"uid":"7c78e8ff8dcdb274","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7c78e8ff8dcdb274","status":"passed","time":{"start":1707775395368,"stop":1707775395369,"duration":1}},{"uid":"c24899f00f01f6aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c24899f00f01f6aa","status":"passed","time":{"start":1707775205621,"stop":1707775205622,"duration":1}},{"uid":"43f099860706ef9e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/43f099860706ef9e","status":"passed","time":{"start":1707770131695,"stop":1707770131696,"duration":1}},{"uid":"96e3c39b5abcc150","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/96e3c39b5abcc150","status":"passed","time":{"start":1707769983266,"stop":1707769983266,"duration":0}},{"uid":"c6dda8bd84209834","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6dda8bd84209834","status":"passed","time":{"start":1707760095395,"stop":1707760095396,"duration":1}},{"uid":"c34e3ba69e58c766","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c34e3ba69e58c766","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"1427a44f9f866f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1427a44f9f866f89","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"7e552577826221ee","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7e552577826221ee","status":"passed","time":{"start":1707753793182,"stop":1707753793182,"duration":0}},{"uid":"882559af6810e7d0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/882559af6810e7d0","status":"passed","time":{"start":1707753573522,"stop":1707753573522,"duration":0}},{"uid":"9facbe00fb81e130","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9facbe00fb81e130","status":"passed","time":{"start":1707750953969,"stop":1707750953970,"duration":1}},{"uid":"44ebc586ec458da7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/44ebc586ec458da7","status":"passed","time":{"start":1707736878959,"stop":1707736878959,"duration":0}},{"uid":"cb8299e2eddc725a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb8299e2eddc725a","status":"passed","time":{"start":1707736081264,"stop":1707736081264,"duration":0}}]},"a7a7e2d58831e1dc205f9a9e338fbdf4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"977336ca81ab0ce7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/977336ca81ab0ce7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793153228,"stop":1707793153229,"duration":1}},{"uid":"4abab40446160cbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4abab40446160cbd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778114680,"stop":1707778114680,"duration":0}},{"uid":"15775c909681d49d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15775c909681d49d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775395381,"stop":1707775395381,"duration":0}},{"uid":"b10a92db3297bfff","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b10a92db3297bfff","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775205634,"stop":1707775205635,"duration":1}},{"uid":"c34efc1b55faca25","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c34efc1b55faca25","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770131709,"stop":1707770131709,"duration":0}},{"uid":"748b10cc85aafbda","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/748b10cc85aafbda","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769983283,"stop":1707769983283,"duration":0}},{"uid":"108ffd9ae6d0294b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/108ffd9ae6d0294b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760095408,"stop":1707760095408,"duration":0}},{"uid":"7b4688923cb5574a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7b4688923cb5574a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757790739,"stop":1707757790740,"duration":1}},{"uid":"cbc3caa11600ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cbc3caa11600ccd","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756409551,"stop":1707756409551,"duration":0}},{"uid":"8bd7c2412213c3ce","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8bd7c2412213c3ce","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753793195,"stop":1707753793196,"duration":1}},{"uid":"316975876b9547ae","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/316975876b9547ae","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753573536,"stop":1707753573536,"duration":0}},{"uid":"9e6d749f82e4cf2c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e6d749f82e4cf2c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750953985,"stop":1707750953985,"duration":0}},{"uid":"788982740a5b7373","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/788982740a5b7373","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736878972,"stop":1707736878972,"duration":0}},{"uid":"c363c19fbe628c7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c363c19fbe628c7b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736081276,"stop":1707736081276,"duration":0}}]},"b1401f7b8a78db9ee342c3a7eb170afd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"96668e00bfdbbf75","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/96668e00bfdbbf75","status":"passed","time":{"start":1707753782754,"stop":1707753782754,"duration":0}}]},"d3d95898c68a651b850886c5722e4382:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"df8768a161749bb1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/df8768a161749bb1","status":"passed","time":{"start":1707793446737,"stop":1707793446737,"duration":0}},{"uid":"d826f622ef976e0d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d826f622ef976e0d","status":"passed","time":{"start":1707778413517,"stop":1707778413517,"duration":0}},{"uid":"adc6b5398e01fb0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/adc6b5398e01fb0a","status":"passed","time":{"start":1707775685022,"stop":1707775685022,"duration":0}},{"uid":"37b5ebb797218d86","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/37b5ebb797218d86","status":"passed","time":{"start":1707775494272,"stop":1707775494272,"duration":0}},{"uid":"710cbfae766bf222","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/710cbfae766bf222","status":"passed","time":{"start":1707770424174,"stop":1707770424174,"duration":0}},{"uid":"9a046d4121ae20d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9a046d4121ae20d","status":"passed","time":{"start":1707770238682,"stop":1707770238682,"duration":0}},{"uid":"af8df4e19f58ff66","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af8df4e19f58ff66","status":"passed","time":{"start":1707760374675,"stop":1707760374675,"duration":0}},{"uid":"3a61d4c7aa7bb855","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/3a61d4c7aa7bb855","status":"passed","time":{"start":1707758004305,"stop":1707758004305,"duration":0}},{"uid":"7bf35fad5a98d35e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7bf35fad5a98d35e","status":"passed","time":{"start":1707756690159,"stop":1707756690159,"duration":0}},{"uid":"c3b5ddb052412786","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c3b5ddb052412786","status":"passed","time":{"start":1707754051783,"stop":1707754051783,"duration":0}},{"uid":"338f4cdcb8804179","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/338f4cdcb8804179","status":"passed","time":{"start":1707753877924,"stop":1707753877924,"duration":0}},{"uid":"fb69a8e2721a5302","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb69a8e2721a5302","status":"passed","time":{"start":1707751228958,"stop":1707751228958,"duration":0}},{"uid":"d678f8f11f1a346f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d678f8f11f1a346f","status":"passed","time":{"start":1707737173815,"stop":1707737173815,"duration":0}},{"uid":"1a06d249c710077f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1a06d249c710077f","status":"passed","time":{"start":1707736353034,"stop":1707736353034,"duration":0}}]},"023ad785c2255cb6b2dde3b8158a8333:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"22c2549a69cfe8ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/22c2549a69cfe8ae","status":"passed","time":{"start":1707792792548,"stop":1707792792549,"duration":1}},{"uid":"fc64d29232b70c33","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fc64d29232b70c33","status":"passed","time":{"start":1707777741285,"stop":1707777741285,"duration":0}},{"uid":"83090d386f70f865","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/83090d386f70f865","status":"passed","time":{"start":1707775017701,"stop":1707775017701,"duration":0}},{"uid":"af1ff5b9ca562af5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/af1ff5b9ca562af5","status":"passed","time":{"start":1707774819158,"stop":1707774819159,"duration":1}},{"uid":"9fdec57b1ccd949a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fdec57b1ccd949a","status":"passed","time":{"start":1707769766683,"stop":1707769766684,"duration":1}},{"uid":"42571a0c28efb603","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/42571a0c28efb603","status":"passed","time":{"start":1707769619247,"stop":1707769619247,"duration":0}},{"uid":"8e3b399315f1c390","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e3b399315f1c390","status":"passed","time":{"start":1707759714507,"stop":1707759714507,"duration":0}},{"uid":"72d678460801c761","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/72d678460801c761","status":"passed","time":{"start":1707757408921,"stop":1707757408922,"duration":1}},{"uid":"fe91eba357d07c4b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe91eba357d07c4b","status":"passed","time":{"start":1707756038649,"stop":1707756038650,"duration":1}},{"uid":"fefbe57d8442af5a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fefbe57d8442af5a","status":"passed","time":{"start":1707753456819,"stop":1707753456820,"duration":1}},{"uid":"5f0108c8d01cccb3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5f0108c8d01cccb3","status":"passed","time":{"start":1707753185026,"stop":1707753185027,"duration":1}},{"uid":"fe9b0906b3de6dd0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe9b0906b3de6dd0","status":"passed","time":{"start":1707750585690,"stop":1707750585690,"duration":0}},{"uid":"f68d01925b39ab50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f68d01925b39ab50","status":"passed","time":{"start":1707736503242,"stop":1707736503243,"duration":1}},{"uid":"9daed5f0d2ecfa7b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9daed5f0d2ecfa7b","status":"passed","time":{"start":1707735684540,"stop":1707735684540,"duration":0}}]},"8937a75762e7ef2d9ac5e7f42b8f7b2c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"3df7ef17fc92e5f8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3df7ef17fc92e5f8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371107,"stop":1707793371107,"duration":0}},{"uid":"9e14405b6b6b4da6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9e14405b6b6b4da6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"dffe241898511a66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dffe241898511a66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602024,"duration":0}},{"uid":"981aeb047a72ffd7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/981aeb047a72ffd7","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390235,"stop":1707775390236,"duration":1}},{"uid":"9b0adace1dcca41","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b0adace1dcca41","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335610,"duration":0}},{"uid":"be511dd093b77c30","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/be511dd093b77c30","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301817,"stop":1707760301818,"duration":1}},{"uid":"f5868c05181d42da","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f5868c05181d42da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"ff3f1506a72f2a17","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ff3f1506a72f2a17","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617043,"stop":1707756617044,"duration":1}},{"uid":"8ca6cf5648572ca4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ca6cf5648572ca4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"9dccea377855269","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9dccea377855269","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"d72bb125e9325f66","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d72bb125e9325f66","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162315,"stop":1707751162315,"duration":0}},{"uid":"c5496ba1f3d25db6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c5496ba1f3d25db6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091339,"stop":1707737091340,"duration":1}},{"uid":"70957225502811","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70957225502811","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0e16b14a0aab2dc9885db60245a4c2a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"45cd6a80c8bfc441","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45cd6a80c8bfc441","status":"passed","time":{"start":1707753988891,"stop":1707753988891,"duration":0}}]},"9f07c75ef704aea1915b427e4dc2f966:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c0345a78bc75334","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c0345a78bc75334","status":"passed","time":{"start":1707792800814,"stop":1707792800814,"duration":0}},{"uid":"1b768aa119b421aa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b768aa119b421aa","status":"passed","time":{"start":1707777749842,"stop":1707777749842,"duration":0}},{"uid":"3a343379004ea8b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3a343379004ea8b2","status":"passed","time":{"start":1707775026264,"stop":1707775026265,"duration":1}},{"uid":"233e89e0da0e804d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/233e89e0da0e804d","status":"passed","time":{"start":1707774827854,"stop":1707774827855,"duration":1}},{"uid":"35ccd87db40fcadf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/35ccd87db40fcadf","status":"passed","time":{"start":1707769775411,"stop":1707769775412,"duration":1}},{"uid":"d27d44fe4952245f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d27d44fe4952245f","status":"passed","time":{"start":1707769628084,"stop":1707769628084,"duration":0}},{"uid":"8f1fb0d86991d502","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8f1fb0d86991d502","status":"passed","time":{"start":1707759722865,"stop":1707759722866,"duration":1}},{"uid":"df562a98a6f8ac47","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/df562a98a6f8ac47","status":"passed","time":{"start":1707757417664,"stop":1707757417664,"duration":0}},{"uid":"6b77daabe794db8e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b77daabe794db8e","status":"passed","time":{"start":1707756047293,"stop":1707756047293,"duration":0}},{"uid":"d2ce833160c949d8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2ce833160c949d8","status":"passed","time":{"start":1707753465441,"stop":1707753465441,"duration":0}},{"uid":"6c164090f02227fd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6c164090f02227fd","status":"passed","time":{"start":1707753193782,"stop":1707753193782,"duration":0}},{"uid":"13afa361d576bd7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/13afa361d576bd7f","status":"passed","time":{"start":1707750594365,"stop":1707750594365,"duration":0}},{"uid":"252a97fa70c18ef8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/252a97fa70c18ef8","status":"passed","time":{"start":1707736511737,"stop":1707736511737,"duration":0}},{"uid":"44a2d3ddf20ded4a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/44a2d3ddf20ded4a","status":"passed","time":{"start":1707735693124,"stop":1707735693124,"duration":0}}]},"40e87e14065e53f249ea9968b38bf4ba:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"916632f996f80af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/916632f996f80af0","status":"passed","time":{"start":1707793412322,"stop":1707793412322,"duration":0}},{"uid":"d82a47266dd0755b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d82a47266dd0755b","status":"passed","time":{"start":1707778394552,"stop":1707778394552,"duration":0}},{"uid":"300cce7faa91f35b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/300cce7faa91f35b","status":"passed","time":{"start":1707775662263,"stop":1707775662263,"duration":0}},{"uid":"cc431db2a26aec11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/cc431db2a26aec11","status":"passed","time":{"start":1707775462778,"stop":1707775462778,"duration":0}},{"uid":"f70f6233c3af1e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f70f6233c3af1e5","status":"passed","time":{"start":1707770398287,"stop":1707770398287,"duration":0}},{"uid":"5a838bd07fb68ab4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5a838bd07fb68ab4","status":"passed","time":{"start":1707770180415,"stop":1707770180416,"duration":1}},{"uid":"52f966ab49c80186","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/52f966ab49c80186","status":"passed","time":{"start":1707760352907,"stop":1707760352907,"duration":0}},{"uid":"2c43b282d14462e3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2c43b282d14462e3","status":"passed","time":{"start":1707758036860,"stop":1707758036861,"duration":1}},{"uid":"12ceef47cf08ad63","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/12ceef47cf08ad63","status":"passed","time":{"start":1707756674084,"stop":1707756674084,"duration":0}},{"uid":"b9ee511e969416f6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b9ee511e969416f6","status":"passed","time":{"start":1707753994323,"stop":1707753994323,"duration":0}},{"uid":"93f8b8850308d782","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/93f8b8850308d782","status":"passed","time":{"start":1707753841534,"stop":1707753841534,"duration":0}},{"uid":"b34bbcfec069162e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b34bbcfec069162e","status":"passed","time":{"start":1707737132859,"stop":1707737132859,"duration":0}},{"uid":"62d1eac94c8e3108","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/62d1eac94c8e3108","status":"passed","time":{"start":1707736343132,"stop":1707736343133,"duration":1}}]},"b5067da1f8fbcfbdad0a76a73da3690f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"a49bae0e9e233f16","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a49bae0e9e233f16","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0}},{"uid":"dc17d0548354e0af","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc17d0548354e0af","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"d163d3fdde009add","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d163d3fdde009add","status":"passed","time":{"start":1707775685041,"stop":1707775685041,"duration":0}},{"uid":"3ffdfd34479a2d1c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ffdfd34479a2d1c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"7675f37f190c0aa6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7675f37f190c0aa6","status":"passed","time":{"start":1707770424192,"stop":1707770424192,"duration":0}},{"uid":"bb6cd8028907a1e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bb6cd8028907a1e","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"422cb81b35d644ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/422cb81b35d644ef","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"160fb741ba1b0c5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/160fb741ba1b0c5","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"8ba125195ad5ffc9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ba125195ad5ffc9","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"7a5931082b0bbed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7a5931082b0bbed2","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"7f092eafc31d536b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7f092eafc31d536b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"9a628838df34ad80","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9a628838df34ad80","status":"passed","time":{"start":1707737173830,"stop":1707737173830,"duration":0}},{"uid":"67e59921c67b0f70","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/67e59921c67b0f70","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"cc71fd7400fc0202c463e53978c080a8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"72e6e3f92d6eed73","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/72e6e3f92d6eed73","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"duration":0}},{"uid":"a31ec55702744001","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a31ec55702744001","status":"passed","time":{"start":1707778202504,"stop":1707778202505,"duration":1}},{"uid":"a3ab43c020dde6a2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a3ab43c020dde6a2","status":"passed","time":{"start":1707775486641,"stop":1707775486641,"duration":0}},{"uid":"c1962f8e64921a51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c1962f8e64921a51","status":"passed","time":{"start":1707775300143,"stop":1707775300143,"duration":0}},{"uid":"aa2392036f0a992e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2392036f0a992e","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"ee5d5f74c24bc57d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ee5d5f74c24bc57d","status":"passed","time":{"start":1707770051402,"stop":1707770051403,"duration":1}},{"uid":"9a60db8277872505","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9a60db8277872505","status":"passed","time":{"start":1707760174033,"stop":1707760174033,"duration":0}},{"uid":"b3a7a1652a94783","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3a7a1652a94783","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"7918dbf7bb196078","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7918dbf7bb196078","status":"passed","time":{"start":1707756499936,"stop":1707756499938,"duration":2}},{"uid":"9362154281ec78d2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9362154281ec78d2","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}},{"uid":"6ffd0afe8570dd22","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6ffd0afe8570dd22","status":"passed","time":{"start":1707753647526,"stop":1707753647528,"duration":2}},{"uid":"1a282d2ced5af51f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a282d2ced5af51f","status":"passed","time":{"start":1707751019576,"stop":1707751019577,"duration":1}},{"uid":"18fcacf5c465a191","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/18fcacf5c465a191","status":"passed","time":{"start":1707736947858,"stop":1707736947859,"duration":1}},{"uid":"4e8b21e70b5eab08","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4e8b21e70b5eab08","status":"passed","time":{"start":1707736152511,"stop":1707736152511,"duration":0}}]},"8789e6f4757bd71141456bf30662542e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"54a2042a900b4a3d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54a2042a900b4a3d","status":"passed","time":{"start":1707792800221,"stop":1707792800221,"duration":0}},{"uid":"75a84d667dc3b5ad","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75a84d667dc3b5ad","status":"passed","time":{"start":1707777749177,"stop":1707777749177,"duration":0}},{"uid":"4575fd179b271344","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4575fd179b271344","status":"passed","time":{"start":1707775025667,"stop":1707775025667,"duration":0}},{"uid":"b8fbedd7e9d84298","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b8fbedd7e9d84298","status":"passed","time":{"start":1707774827226,"stop":1707774827226,"duration":0}},{"uid":"61f084fef4d0b606","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/61f084fef4d0b606","status":"passed","time":{"start":1707769774775,"stop":1707769774776,"duration":1}},{"uid":"d5fbad0406871843","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d5fbad0406871843","status":"passed","time":{"start":1707769627435,"stop":1707769627435,"duration":0}},{"uid":"689f3beec74251b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/689f3beec74251b","status":"passed","time":{"start":1707759722243,"stop":1707759722243,"duration":0}},{"uid":"17a0fb747f3312a1","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/17a0fb747f3312a1","status":"passed","time":{"start":1707757416958,"stop":1707757416958,"duration":0}},{"uid":"d4a50893719429ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d4a50893719429ea","status":"passed","time":{"start":1707756046563,"stop":1707756046564,"duration":1}},{"uid":"54f6d71383d22409","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54f6d71383d22409","status":"passed","time":{"start":1707753464797,"stop":1707753464797,"duration":0}},{"uid":"aa7e24d5ba03367c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aa7e24d5ba03367c","status":"passed","time":{"start":1707753193096,"stop":1707753193096,"duration":0}},{"uid":"185bb6128cee8fa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/185bb6128cee8fa","status":"passed","time":{"start":1707750593614,"stop":1707750593614,"duration":0}},{"uid":"51d183189e7d067f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/51d183189e7d067f","status":"passed","time":{"start":1707736511026,"stop":1707736511026,"duration":0}},{"uid":"de772be5bf04d778","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/de772be5bf04d778","status":"passed","time":{"start":1707735692460,"stop":1707735692460,"duration":0}}]},"8a08207b611ef5f94487a2c2379f26d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3e8b4cc0bba48231","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3e8b4cc0bba48231","status":"passed","time":{"start":1707793243276,"stop":1707793243276,"duration":0}},{"uid":"748439a7561ab791","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/748439a7561ab791","status":"passed","time":{"start":1707778194718,"stop":1707778194719,"duration":1}},{"uid":"75468132f9f873c1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75468132f9f873c1","status":"passed","time":{"start":1707775487316,"stop":1707775487317,"duration":1}},{"uid":"61d75043a1b5eb9d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/61d75043a1b5eb9d","status":"passed","time":{"start":1707775286621,"stop":1707775286621,"duration":0}},{"uid":"db33f0ef6e592f61","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/db33f0ef6e592f61","status":"passed","time":{"start":1707770222926,"stop":1707770222926,"duration":0}},{"uid":"8ed955e8e404c7cc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8ed955e8e404c7cc","status":"passed","time":{"start":1707770006113,"stop":1707770006114,"duration":1}},{"uid":"614bc7414f1378c0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/614bc7414f1378c0","status":"passed","time":{"start":1707760178497,"stop":1707760178497,"duration":0}},{"uid":"bcd654878ac088d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcd654878ac088d3","status":"passed","time":{"start":1707757871588,"stop":1707757871588,"duration":0}},{"uid":"fd913dbc62e0d89c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd913dbc62e0d89c","status":"passed","time":{"start":1707756509484,"stop":1707756509484,"duration":0}},{"uid":"179ad8af483abc0b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/179ad8af483abc0b","status":"passed","time":{"start":1707753810716,"stop":1707753810716,"duration":0}},{"uid":"66311946d0d8439d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66311946d0d8439d","status":"passed","time":{"start":1707753662127,"stop":1707753662128,"duration":1}},{"uid":"d8981193ac448cbf","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d8981193ac448cbf","status":"passed","time":{"start":1707751020602,"stop":1707751020602,"duration":0}},{"uid":"266fe4d003860ebe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/266fe4d003860ebe","status":"passed","time":{"start":1707736955778,"stop":1707736955778,"duration":0}},{"uid":"73d54478064b5848","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/73d54478064b5848","status":"passed","time":{"start":1707736167317,"stop":1707736167318,"duration":1}}]},"7fd8b2fc4c272f56caffa03d552209c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"2101ff86f15d12cf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2101ff86f15d12cf","status":"passed","time":{"start":1707757873932,"stop":1707757873932,"duration":0}}]},"680e8d1d8aa49b600710cc51660d96fe:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"656882ca0c470dcd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/656882ca0c470dcd","status":"passed","time":{"start":1707793012465,"stop":1707793012465,"duration":0}},{"uid":"b6d3e8f0bdbdb527","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6d3e8f0bdbdb527","status":"passed","time":{"start":1707777977659,"stop":1707777977659,"duration":0}},{"uid":"c8107b91c535b588","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c8107b91c535b588","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"10201374160e5068","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10201374160e5068","status":"passed","time":{"start":1707775081996,"stop":1707775081996,"duration":0}},{"uid":"f5ad8ec457da5d4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5ad8ec457da5d4d","status":"passed","time":{"start":1707769999856,"stop":1707769999856,"duration":0}},{"uid":"5bab5c96483a2b4f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5bab5c96483a2b4f","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"ad756c2d1d4b06da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ad756c2d1d4b06da","status":"passed","time":{"start":1707759921446,"stop":1707759921446,"duration":0}},{"uid":"1690ae4afefd8342","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1690ae4afefd8342","status":"passed","time":{"start":1707757624870,"stop":1707757624870,"duration":0}},{"uid":"fe9dd03c264ac4d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fe9dd03c264ac4d8","status":"passed","time":{"start":1707756261744,"stop":1707756261745,"duration":1}},{"uid":"5bafd8fabe5ba127","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5bafd8fabe5ba127","status":"passed","time":{"start":1707753651135,"stop":1707753651136,"duration":1}},{"uid":"364d45d6c7a24192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/364d45d6c7a24192","status":"passed","time":{"start":1707753409579,"stop":1707753409579,"duration":0}},{"uid":"36c5bd42c49a07a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c5bd42c49a07a3","status":"passed","time":{"start":1707750722037,"stop":1707750722037,"duration":0}},{"uid":"ebb8278b36c45ffa","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ebb8278b36c45ffa","status":"passed","time":{"start":1707736708317,"stop":1707736708318,"duration":1}},{"uid":"28b267fda1f07030","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/28b267fda1f07030","status":"passed","time":{"start":1707735914379,"stop":1707735914379,"duration":0}}]},"c787ef39591d451b76fdffb9e728aaee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bace446017574fd7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bace446017574fd7","status":"passed","time":{"start":1707792919941,"stop":1707792919942,"duration":1}},{"uid":"75c346a6a6fe4995","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/75c346a6a6fe4995","status":"passed","time":{"start":1707777865443,"stop":1707777865444,"duration":1}},{"uid":"c7c950fb1e863aa5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c7c950fb1e863aa5","status":"passed","time":{"start":1707775140806,"stop":1707775140807,"duration":1}},{"uid":"69f26db9b1e8f209","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/69f26db9b1e8f209","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"7b276a33afe43ac9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7b276a33afe43ac9","status":"passed","time":{"start":1707769893452,"stop":1707769893452,"duration":0}},{"uid":"fb46f6a02a10754d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fb46f6a02a10754d","status":"passed","time":{"start":1707769737620,"stop":1707769737620,"duration":0}},{"uid":"99047512eb029f7c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99047512eb029f7c","status":"passed","time":{"start":1707759835149,"stop":1707759835149,"duration":0}},{"uid":"831a4c62ecb68f08","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/831a4c62ecb68f08","status":"passed","time":{"start":1707757529705,"stop":1707757529706,"duration":1}},{"uid":"1494cc6e21172fc8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1494cc6e21172fc8","status":"passed","time":{"start":1707756164076,"stop":1707756164076,"duration":0}},{"uid":"fa3de8c2dcd00a0f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/fa3de8c2dcd00a0f","status":"passed","time":{"start":1707753566689,"stop":1707753566689,"duration":0}},{"uid":"cc932f29f81c4381","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc932f29f81c4381","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"9035b120277a3e6a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9035b120277a3e6a","status":"passed","time":{"start":1707750698718,"stop":1707750698718,"duration":0}},{"uid":"af6828fb9dd90cc2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/af6828fb9dd90cc2","status":"passed","time":{"start":1707736624913,"stop":1707736624913,"duration":0}},{"uid":"ffc84035243d014","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffc84035243d014","status":"passed","time":{"start":1707735814292,"stop":1707735814292,"duration":0}}]},"b918cb724e27ce193c6c0f31a0b5b245:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"c1e00d1c31f15bf1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e00d1c31f15bf1","status":"passed","time":{"start":1707793446750,"stop":1707793446750,"duration":0}},{"uid":"4aa95f24a7c508a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4aa95f24a7c508a1","status":"passed","time":{"start":1707778413528,"stop":1707778413528,"duration":0}},{"uid":"67bc2ee96685616b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67bc2ee96685616b","status":"passed","time":{"start":1707775685036,"stop":1707775685037,"duration":1}},{"uid":"b17ad214ac1d13","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b17ad214ac1d13","status":"passed","time":{"start":1707775494287,"stop":1707775494287,"duration":0}},{"uid":"d85d879e83b755da","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d85d879e83b755da","status":"passed","time":{"start":1707770424188,"stop":1707770424188,"duration":0}},{"uid":"a61d7d02a9746bdd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a61d7d02a9746bdd","status":"passed","time":{"start":1707770238695,"stop":1707770238695,"duration":0}},{"uid":"d2539fee87c53434","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2539fee87c53434","status":"passed","time":{"start":1707760374686,"stop":1707760374687,"duration":1}},{"uid":"e0d3e1e190f35c92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e0d3e1e190f35c92","status":"broken","statusDetails":"options.port should be >= 0 and < 65536. Received type number (65536).","time":{"start":1707758004337,"stop":1707758004337,"duration":0}},{"uid":"ce81873777c91901","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce81873777c91901","status":"passed","time":{"start":1707756690171,"stop":1707756690171,"duration":0}},{"uid":"116886b1467e5ab9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/116886b1467e5ab9","status":"passed","time":{"start":1707754051795,"stop":1707754051796,"duration":1}},{"uid":"1c79ea7550b98589","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1c79ea7550b98589","status":"passed","time":{"start":1707753877935,"stop":1707753877936,"duration":1}},{"uid":"c9d78cba9c126f7f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c9d78cba9c126f7f","status":"passed","time":{"start":1707751228969,"stop":1707751228969,"duration":0}},{"uid":"cb58cb7c2a461a72","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cb58cb7c2a461a72","status":"passed","time":{"start":1707737173826,"stop":1707737173827,"duration":1}},{"uid":"7459ab4518ee117f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7459ab4518ee117f","status":"passed","time":{"start":1707736353047,"stop":1707736353048,"duration":1}}]},"fb76029ca2b7b8215602e5951a9be529:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"67caea866b4fcfb6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67caea866b4fcfb6","status":"passed","time":{"start":1707770131705,"stop":1707770131706,"duration":1}}]},"37b0712a55780e765f2fbe2dd020fbf9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ce3c8a69faf9a0e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ce3c8a69faf9a0e","status":"passed","time":{"start":1707793168688,"stop":1707793168694,"duration":6}},{"uid":"df0d33680b52bb8f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df0d33680b52bb8f","status":"passed","time":{"start":1707778126351,"stop":1707778126352,"duration":1}},{"uid":"4aa6873c11be20e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4aa6873c11be20e","status":"passed","time":{"start":1707775409494,"stop":1707775409494,"duration":0}},{"uid":"226b7689c9e41c4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/226b7689c9e41c4b","status":"passed","time":{"start":1707775220001,"stop":1707775220001,"duration":0}},{"uid":"9c22f33a3d4fb2eb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c22f33a3d4fb2eb","status":"passed","time":{"start":1707770142487,"stop":1707770142488,"duration":1}},{"uid":"8c1152aa743aa637","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8c1152aa743aa637","status":"passed","time":{"start":1707769994546,"stop":1707769994547,"duration":1}},{"uid":"39d6c04665d197b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/39d6c04665d197b1","status":"passed","time":{"start":1707760106462,"stop":1707760106462,"duration":0}},{"uid":"42a4d5a28b3e86de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/42a4d5a28b3e86de","status":"passed","time":{"start":1707757804304,"stop":1707757804305,"duration":1}},{"uid":"bd3a42f1f8d8792f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bd3a42f1f8d8792f","status":"passed","time":{"start":1707756422351,"stop":1707756422351,"duration":0}},{"uid":"b05569759eb65672","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b05569759eb65672","status":"passed","time":{"start":1707753796552,"stop":1707753796553,"duration":1}},{"uid":"900860b90968eccf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/900860b90968eccf","status":"passed","time":{"start":1707753586168,"stop":1707753586169,"duration":1}},{"uid":"d93d3cc0a282fbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d93d3cc0a282fbc9","status":"passed","time":{"start":1707750964812,"stop":1707750964812,"duration":0}},{"uid":"8d2ac6705caed611","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d2ac6705caed611","status":"passed","time":{"start":1707736890442,"stop":1707736890442,"duration":0}},{"uid":"1056246be02cc66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1056246be02cc66b","status":"passed","time":{"start":1707736096395,"stop":1707736096395,"duration":0}}]},"a6da04bd5ce46a2405442b9afc17c9e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"728013e8f2870c45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/728013e8f2870c45","status":"passed","time":{"start":1707793446732,"stop":1707793446732,"duration":0}},{"uid":"49627361d4a495f7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/49627361d4a495f7","status":"passed","time":{"start":1707778413513,"stop":1707778413513,"duration":0}},{"uid":"75c342dc1808e6ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/75c342dc1808e6ec","status":"passed","time":{"start":1707775685018,"stop":1707775685018,"duration":0}},{"uid":"be185ebfad91c4c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/be185ebfad91c4c0","status":"passed","time":{"start":1707775494267,"stop":1707775494267,"duration":0}},{"uid":"75f53f3631274f1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75f53f3631274f1a","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"8977e9920674e58f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8977e9920674e58f","status":"passed","time":{"start":1707770238678,"stop":1707770238678,"duration":0}},{"uid":"344453461663c3c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/344453461663c3c3","status":"passed","time":{"start":1707760374671,"stop":1707760374672,"duration":1}},{"uid":"1060cd684e5f9e8e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1060cd684e5f9e8e","status":"passed","time":{"start":1707758004300,"stop":1707758004300,"duration":0}},{"uid":"d6c7545476650c51","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d6c7545476650c51","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"f1e496a9a301dae0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f1e496a9a301dae0","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"51221a0e3c0fc68b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/51221a0e3c0fc68b","status":"passed","time":{"start":1707753877920,"stop":1707753877921,"duration":1}},{"uid":"bcda7eadcea1496f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bcda7eadcea1496f","status":"passed","time":{"start":1707751228954,"stop":1707751228954,"duration":0}},{"uid":"f572469f1ab6126a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f572469f1ab6126a","status":"passed","time":{"start":1707737173812,"stop":1707737173812,"duration":0}},{"uid":"f06b1a409b24bc61","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f06b1a409b24bc61","status":"passed","time":{"start":1707736353030,"stop":1707736353030,"duration":0}}]},"d8f9bb47dbfa8c65b0044d77b541e60a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"3ae76ec83cca6f19","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ae76ec83cca6f19","status":"passed","time":{"start":1707793370638,"stop":1707793370638,"duration":0}},{"uid":"a7bb6ef45709066b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a7bb6ef45709066b","status":"passed","time":{"start":1707778386487,"stop":1707778386487,"duration":0}},{"uid":"8a1d44def732a23b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a1d44def732a23b","status":"passed","time":{"start":1707775656752,"stop":1707775656752,"duration":0}},{"uid":"345eb8ae71870596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/345eb8ae71870596","status":"passed","time":{"start":1707775461892,"stop":1707775461892,"duration":0}},{"uid":"6be30cfa6afc4bb8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6be30cfa6afc4bb8","status":"passed","time":{"start":1707770395189,"stop":1707770395190,"duration":1}},{"uid":"13e992853fa14c4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/13e992853fa14c4","status":"passed","time":{"start":1707770208549,"stop":1707770208550,"duration":1}},{"uid":"da74abc48a71f2f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/da74abc48a71f2f8","status":"passed","time":{"start":1707760335958,"stop":1707760335958,"duration":0}},{"uid":"361f04abf5040ca5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/361f04abf5040ca5","status":"passed","time":{"start":1707758023539,"stop":1707758023539,"duration":0}},{"uid":"21377bc9524b23b1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/21377bc9524b23b1","status":"passed","time":{"start":1707756664009,"stop":1707756664009,"duration":0}},{"uid":"5bb09fb226bd8c96","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bb09fb226bd8c96","status":"passed","time":{"start":1707753837175,"stop":1707753837175,"duration":0}},{"uid":"544c0388c4e3f5ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/544c0388c4e3f5ce","status":"passed","time":{"start":1707751136356,"stop":1707751136356,"duration":0}},{"uid":"4c17a60a2e33dce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/4c17a60a2e33dce","status":"passed","time":{"start":1707737124648,"stop":1707737124648,"duration":0}},{"uid":"6b112e2a7ab3d345","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6b112e2a7ab3d345","status":"passed","time":{"start":1707736322664,"stop":1707736322664,"duration":0}}]},"d6dc95c2624275135509b6e324d75fe5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cdd3de4bfbc48878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cdd3de4bfbc48878","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"duration":0}},{"uid":"ea208c237ed0f496","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ea208c237ed0f496","status":"passed","time":{"start":1707778126355,"stop":1707778126355,"duration":0}},{"uid":"1aa05d96d87fb25e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1aa05d96d87fb25e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"1ca11acc020b95d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1ca11acc020b95d3","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"f4dc6eba8f7d9f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4dc6eba8f7d9f","status":"passed","time":{"start":1707770142489,"stop":1707770142490,"duration":1}},{"uid":"a01da3d426c1ddad","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a01da3d426c1ddad","status":"passed","time":{"start":1707769994549,"stop":1707769994550,"duration":1}},{"uid":"e93a22288b63a23f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e93a22288b63a23f","status":"passed","time":{"start":1707760106463,"stop":1707760106464,"duration":1}},{"uid":"a38beafd7ebf3e26","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a38beafd7ebf3e26","status":"passed","time":{"start":1707757804317,"stop":1707757804318,"duration":1}},{"uid":"2a8b009b58aa5fe5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2a8b009b58aa5fe5","status":"passed","time":{"start":1707756422352,"stop":1707756422353,"duration":1}},{"uid":"8e3b8fe0931f6ab4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8e3b8fe0931f6ab4","status":"passed","time":{"start":1707753796554,"stop":1707753796554,"duration":0}},{"uid":"894b3125aa72ed21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/894b3125aa72ed21","status":"passed","time":{"start":1707753586170,"stop":1707753586171,"duration":1}},{"uid":"d3fd4242e30f238a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d3fd4242e30f238a","status":"passed","time":{"start":1707750964814,"stop":1707750964814,"duration":0}},{"uid":"f4c5188eca0f5fa8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f4c5188eca0f5fa8","status":"passed","time":{"start":1707736890443,"stop":1707736890444,"duration":1}},{"uid":"827b83d4d4a011e1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/827b83d4d4a011e1","status":"passed","time":{"start":1707736096396,"stop":1707736096397,"duration":1}}]},"f15fe201d83c70bb3d985c3c507a66b4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6d7f86570b61d102","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6d7f86570b61d102","status":"passed","time":{"start":1707777997110,"stop":1707777997110,"duration":0}},{"uid":"6ba48701f2f53b42","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ba48701f2f53b42","status":"passed","time":{"start":1707775275750,"stop":1707775275751,"duration":1}},{"uid":"3569e80e393a0efa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3569e80e393a0efa","status":"passed","time":{"start":1707775085883,"stop":1707775085883,"duration":0}},{"uid":"88e043740b840293","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/88e043740b840293","status":"passed","time":{"start":1707770018838,"stop":1707770018839,"duration":1}},{"uid":"f205e78ddce88525","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f205e78ddce88525","status":"passed","time":{"start":1707769883319,"stop":1707769883319,"duration":0}},{"uid":"ae83fd090122f8b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae83fd090122f8b5","status":"passed","time":{"start":1707759981460,"stop":1707759981460,"duration":0}},{"uid":"e96cb28e2565394a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e96cb28e2565394a","status":"passed","time":{"start":1707757676041,"stop":1707757676041,"duration":0}},{"uid":"d1a0f3edae908c74","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d1a0f3edae908c74","status":"passed","time":{"start":1707756304427,"stop":1707756304428,"duration":1}},{"uid":"b65750c1528b5c18","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b65750c1528b5c18","status":"passed","time":{"start":1707753713247,"stop":1707753713248,"duration":1}},{"uid":"1018801a2d6a857c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1018801a2d6a857c","status":"passed","time":{"start":1707753448099,"stop":1707753448100,"duration":1}},{"uid":"1ba065371ab0327d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ba065371ab0327d","status":"passed","time":{"start":1707750840038,"stop":1707750840038,"duration":0}},{"uid":"41965b86077d5a2d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41965b86077d5a2d","status":"passed","time":{"start":1707736765003,"stop":1707736765010,"duration":7}},{"uid":"5f3a15eb54f809b5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5f3a15eb54f809b5","status":"passed","time":{"start":1707735955225,"stop":1707735955225,"duration":0}}]},"8eea4b1ac73c851a0b8ff6ac0e667187:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3cf05eb04f23abf3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3cf05eb04f23abf3","status":"passed","time":{"start":1707753988879,"stop":1707753988880,"duration":1}}]},"6222de83b46c7e94c733bc9b89aa12f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cc35db13af0cb524","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc35db13af0cb524","status":"passed","time":{"start":1707792805602,"stop":1707792805603,"duration":1}},{"uid":"c909b934e9a6a699","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c909b934e9a6a699","status":"passed","time":{"start":1707777754767,"stop":1707777754767,"duration":0}},{"uid":"8a29777a85cce830","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8a29777a85cce830","status":"passed","time":{"start":1707775031075,"stop":1707775031075,"duration":0}},{"uid":"c878b99660b55515","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c878b99660b55515","status":"passed","time":{"start":1707774832780,"stop":1707774832780,"duration":0}},{"uid":"6312e5f2407c80f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6312e5f2407c80f2","status":"passed","time":{"start":1707769780296,"stop":1707769780297,"duration":1}},{"uid":"467122eea80b7ea2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/467122eea80b7ea2","status":"passed","time":{"start":1707769633034,"stop":1707769633035,"duration":1}},{"uid":"2ce3d3698e152787","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ce3d3698e152787","status":"passed","time":{"start":1707759727747,"stop":1707759727747,"duration":0}},{"uid":"2310e82e6d4cda37","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2310e82e6d4cda37","status":"passed","time":{"start":1707757422579,"stop":1707757422579,"duration":0}},{"uid":"595c3699a5e9793d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/595c3699a5e9793d","status":"passed","time":{"start":1707756052097,"stop":1707756052098,"duration":1}},{"uid":"546716b2c963d81e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/546716b2c963d81e","status":"passed","time":{"start":1707753470374,"stop":1707753470374,"duration":0}},{"uid":"d97b481e62f41e23","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d97b481e62f41e23","status":"passed","time":{"start":1707753198731,"stop":1707753198732,"duration":1}},{"uid":"bebaa15f0a44d908","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bebaa15f0a44d908","status":"passed","time":{"start":1707750599242,"stop":1707750599243,"duration":1}},{"uid":"f60d9972cb5f3a13","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f60d9972cb5f3a13","status":"passed","time":{"start":1707736516624,"stop":1707736516624,"duration":0}},{"uid":"fc67fd4d921b614d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fc67fd4d921b614d","status":"passed","time":{"start":1707735698157,"stop":1707735698157,"duration":0}}]},"de4f886eb0a8f0f3c9875061704f4389:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"18e294fca4d1e996","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/18e294fca4d1e996","status":"passed","time":{"start":1707792814223,"stop":1707792814223,"duration":0}},{"uid":"f69d6e9a590deaaa","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f69d6e9a590deaaa","status":"passed","time":{"start":1707777763444,"stop":1707777763444,"duration":0}},{"uid":"d45d8c7fe718b32f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d45d8c7fe718b32f","status":"passed","time":{"start":1707775039623,"stop":1707775039623,"duration":0}},{"uid":"7ce8564707cd299d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7ce8564707cd299d","status":"passed","time":{"start":1707774841428,"stop":1707774841428,"duration":0}},{"uid":"b0a0d43dd4375183","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0a0d43dd4375183","status":"passed","time":{"start":1707769788866,"stop":1707769788867,"duration":1}},{"uid":"6d743f6c22d3b959","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6d743f6c22d3b959","status":"passed","time":{"start":1707769641581,"stop":1707769641581,"duration":0}},{"uid":"c0498658e9379043","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c0498658e9379043","status":"passed","time":{"start":1707759736454,"stop":1707759736455,"duration":1}},{"uid":"250f86e5f91cee5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/250f86e5f91cee5b","status":"passed","time":{"start":1707757431312,"stop":1707757431312,"duration":0}},{"uid":"bf04151354035a0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf04151354035a0a","status":"passed","time":{"start":1707756060434,"stop":1707756060434,"duration":0}},{"uid":"255ecad4b13ed01","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/255ecad4b13ed01","status":"passed","time":{"start":1707753479027,"stop":1707753479029,"duration":2}},{"uid":"262cfc3d0d0ca69d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/262cfc3d0d0ca69d","status":"passed","time":{"start":1707753207962,"stop":1707753207963,"duration":1}},{"uid":"9e875117dcda707a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e875117dcda707a","status":"passed","time":{"start":1707750607850,"stop":1707750607850,"duration":0}},{"uid":"6da398660ca6ee59","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6da398660ca6ee59","status":"passed","time":{"start":1707736525275,"stop":1707736525275,"duration":0}},{"uid":"c38d3e0d462b2502","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c38d3e0d462b2502","status":"passed","time":{"start":1707735707254,"stop":1707735707255,"duration":1}}]},"e546a1673b60fa3983d67dc3ad99a190:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"360669e63820c4f1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/360669e63820c4f1","status":"passed","time":{"start":1707753837178,"stop":1707753837178,"duration":0}}]},"3f290fd7d29f61598a7867f4258a6408:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ec1952e065d1dd7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ec1952e065d1dd7","status":"passed","time":{"start":1707793012459,"stop":1707793012460,"duration":1}},{"uid":"459de9c0eee37f2c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/459de9c0eee37f2c","status":"passed","time":{"start":1707777977653,"stop":1707777977654,"duration":1}},{"uid":"49a60d4e013278d5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/49a60d4e013278d5","status":"passed","time":{"start":1707775258444,"stop":1707775258444,"duration":0}},{"uid":"2e5081e717ba6427","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e5081e717ba6427","status":"passed","time":{"start":1707775081974,"stop":1707775081974,"duration":0}},{"uid":"44046cf81553e728","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44046cf81553e728","status":"passed","time":{"start":1707769999851,"stop":1707769999851,"duration":0}},{"uid":"682cc6a573df6d04","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/682cc6a573df6d04","status":"passed","time":{"start":1707769841875,"stop":1707769841876,"duration":1}},{"uid":"9f2106ffe38e9ef6","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9f2106ffe38e9ef6","status":"passed","time":{"start":1707759921441,"stop":1707759921442,"duration":1}},{"uid":"2596b49ae2f4e1dc","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2596b49ae2f4e1dc","status":"passed","time":{"start":1707757624862,"stop":1707757624862,"duration":0}},{"uid":"a5368163867d0ccd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5368163867d0ccd","status":"passed","time":{"start":1707756261710,"stop":1707756261711,"duration":1}},{"uid":"496349eee56f8b2b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/496349eee56f8b2b","status":"passed","time":{"start":1707753651127,"stop":1707753651128,"duration":1}},{"uid":"4c51d97c497549aa","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c51d97c497549aa","status":"passed","time":{"start":1707753409565,"stop":1707753409567,"duration":2}},{"uid":"8222e638705bcc18","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8222e638705bcc18","status":"passed","time":{"start":1707736708308,"stop":1707736708308,"duration":0}},{"uid":"88578f27f37188e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/88578f27f37188e7","status":"passed","time":{"start":1707735914370,"stop":1707735914370,"duration":0}}]},"5c01827d9f30f00c3a668c494fde47df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8241451025eaf79c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8241451025eaf79c","status":"passed","time":{"start":1707793142779,"stop":1707793142780,"duration":1}},{"uid":"8e2ee1662de4f14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e2ee1662de4f14","status":"passed","time":{"start":1707778103142,"stop":1707778103142,"duration":0}},{"uid":"dbd6ca6bff92c55e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/dbd6ca6bff92c55e","status":"passed","time":{"start":1707775384051,"stop":1707775384051,"duration":0}},{"uid":"8ae1d71b7713d996","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8ae1d71b7713d996","status":"passed","time":{"start":1707775193312,"stop":1707775193313,"duration":1}},{"uid":"7f844e37a53d3d64","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f844e37a53d3d64","status":"passed","time":{"start":1707770121402,"stop":1707770121403,"duration":1}},{"uid":"df7613e1845aa2eb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/df7613e1845aa2eb","status":"passed","time":{"start":1707769979912,"stop":1707769979912,"duration":0}},{"uid":"455b89ee3660e206","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/455b89ee3660e206","status":"passed","time":{"start":1707760084096,"stop":1707760084096,"duration":0}},{"uid":"26f8304db1a29be5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/26f8304db1a29be5","status":"passed","time":{"start":1707757782365,"stop":1707757782365,"duration":0}},{"uid":"b650a8368c7884eb","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b650a8368c7884eb","status":"passed","time":{"start":1707756396097,"stop":1707756396098,"duration":1}},{"uid":"94e9b7a2ee09be0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94e9b7a2ee09be0e","status":"passed","time":{"start":1707753781753,"stop":1707753781753,"duration":0}},{"uid":"cf5c3aaad19f9a72","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cf5c3aaad19f9a72","status":"passed","time":{"start":1707753563056,"stop":1707753563057,"duration":1}},{"uid":"5e40a9c8a14c1a48","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5e40a9c8a14c1a48","status":"passed","time":{"start":1707750940646,"stop":1707750940646,"duration":0}},{"uid":"8e42d0df769f8c7e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8e42d0df769f8c7e","status":"passed","time":{"start":1707736870538,"stop":1707736870539,"duration":1}},{"uid":"43351bfab45c27e4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/43351bfab45c27e4","status":"passed","time":{"start":1707736068809,"stop":1707736068810,"duration":1}}]},"6e1c32dcfd79db0371ce4cdbb0dcfb72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"689444ebada4c412","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/689444ebada4c412","status":"passed","time":{"start":1707793446730,"stop":1707793446731,"duration":1}},{"uid":"d7a3e0889c532860","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d7a3e0889c532860","status":"passed","time":{"start":1707778413512,"stop":1707778413512,"duration":0}},{"uid":"e8041073110fcc0b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e8041073110fcc0b","status":"passed","time":{"start":1707775685017,"stop":1707775685017,"duration":0}},{"uid":"8eb1cca9302f86cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8eb1cca9302f86cb","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"6dc0842d2cc124e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6dc0842d2cc124e8","status":"passed","time":{"start":1707770424169,"stop":1707770424170,"duration":1}},{"uid":"fbbb051c5eb14fa9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fbbb051c5eb14fa9","status":"passed","time":{"start":1707770238677,"stop":1707770238677,"duration":0}},{"uid":"d60cfaa2648274f8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d60cfaa2648274f8","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"b9f5db5c2c15da6a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b9f5db5c2c15da6a","status":"passed","time":{"start":1707758004298,"stop":1707758004299,"duration":1}},{"uid":"92aa3eaf4d99a6b5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/92aa3eaf4d99a6b5","status":"passed","time":{"start":1707756690154,"stop":1707756690154,"duration":0}},{"uid":"9decf5feb5117299","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9decf5feb5117299","status":"passed","time":{"start":1707754051778,"stop":1707754051778,"duration":0}},{"uid":"9ae595e22305986a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9ae595e22305986a","status":"passed","time":{"start":1707753877919,"stop":1707753877920,"duration":1}},{"uid":"1a1455a1f5f02396","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1a1455a1f5f02396","status":"passed","time":{"start":1707751228953,"stop":1707751228953,"duration":0}},{"uid":"1183ce590698909a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1183ce590698909a","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"774cd0257fc8815a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/774cd0257fc8815a","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"099e08f889e45cd86e50c1ec07d69b71:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"56de3a9ccfeab3ef","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/56de3a9ccfeab3ef","status":"passed","time":{"start":1707775390229,"stop":1707775390229,"duration":0}}]},"4d10c9642cf4fb0fa94d6545d992cde2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"af7b86863ae24a4d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/af7b86863ae24a4d","status":"passed","time":{"start":1707793028279,"stop":1707793028279,"duration":0}},{"uid":"660cf6d71f63269","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/660cf6d71f63269","status":"passed","time":{"start":1707777972999,"stop":1707777972999,"duration":0}},{"uid":"324d8c34f98ba4e4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/324d8c34f98ba4e4","status":"passed","time":{"start":1707775244529,"stop":1707775244530,"duration":1}},{"uid":"944c89c59b52bdf0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/944c89c59b52bdf0","status":"passed","time":{"start":1707775050818,"stop":1707775050818,"duration":0}},{"uid":"9fc3324693f6b8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fc3324693f6b8b","status":"passed","time":{"start":1707770001379,"stop":1707770001380,"duration":1}},{"uid":"af0870dad2f7cf1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/af0870dad2f7cf1c","status":"passed","time":{"start":1707769843144,"stop":1707769843144,"duration":0}},{"uid":"9990dbcbeff64003","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9990dbcbeff64003","status":"passed","time":{"start":1707759965199,"stop":1707759965201,"duration":2}},{"uid":"e979daaa290aa8a4","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e979daaa290aa8a4","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"c4787055fbabd6ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c4787055fbabd6ad","status":"passed","time":{"start":1707756267905,"stop":1707756267905,"duration":0}},{"uid":"f7d4efffc4921b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f7d4efffc4921b8","status":"passed","time":{"start":1707753668067,"stop":1707753668067,"duration":0}},{"uid":"8450c4b535e1d02","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8450c4b535e1d02","status":"passed","time":{"start":1707753423537,"stop":1707753423537,"duration":0}},{"uid":"fef7f6893961ac6f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fef7f6893961ac6f","status":"passed","time":{"start":1707750796031,"stop":1707750796031,"duration":0}},{"uid":"629db3f9cc776c35","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/629db3f9cc776c35","status":"passed","time":{"start":1707736730644,"stop":1707736730644,"duration":0}},{"uid":"ffbe3e541c5fefc3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ffbe3e541c5fefc3","status":"passed","time":{"start":1707735912119,"stop":1707735912120,"duration":1}}]},"8d63e67174dd96a7aa81b8114304ff79:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ba417fd6ab90c4f0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba417fd6ab90c4f0","status":"passed","time":{"start":1707793238880,"stop":1707793238880,"duration":0}},{"uid":"547c803ef436b8b1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/547c803ef436b8b1","status":"passed","time":{"start":1707778202505,"stop":1707778202505,"duration":0}},{"uid":"a7b3aa249e71ed93","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a7b3aa249e71ed93","status":"passed","time":{"start":1707775486642,"stop":1707775486642,"duration":0}},{"uid":"bca0d7b783f1e16e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bca0d7b783f1e16e","status":"passed","time":{"start":1707775300144,"stop":1707775300144,"duration":0}},{"uid":"2fb602a5ec4927b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2fb602a5ec4927b","status":"passed","time":{"start":1707770234594,"stop":1707770234594,"duration":0}},{"uid":"efde0cb182b9428f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/efde0cb182b9428f","status":"passed","time":{"start":1707770051403,"stop":1707770051403,"duration":0}},{"uid":"ec53f6affc446465","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec53f6affc446465","status":"passed","time":{"start":1707760174049,"stop":1707760174050,"duration":1}},{"uid":"246fa8220d576426","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246fa8220d576426","status":"passed","time":{"start":1707757873933,"stop":1707757873933,"duration":0}},{"uid":"b78c8263abf2c009","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b78c8263abf2c009","status":"passed","time":{"start":1707756499938,"stop":1707756499939,"duration":1}},{"uid":"211f2998f9d60aaa","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/211f2998f9d60aaa","status":"passed","time":{"start":1707753870472,"stop":1707753870473,"duration":1}},{"uid":"435dc2fa569bb98a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/435dc2fa569bb98a","status":"passed","time":{"start":1707753647528,"stop":1707753647528,"duration":0}},{"uid":"b4b0e1926287895c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b4b0e1926287895c","status":"passed","time":{"start":1707751019577,"stop":1707751019577,"duration":0}},{"uid":"52a1dcf55e0bb1a2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/52a1dcf55e0bb1a2","status":"passed","time":{"start":1707736947859,"stop":1707736947860,"duration":1}},{"uid":"549b19a33e485827","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/549b19a33e485827","status":"passed","time":{"start":1707736152511,"stop":1707736152512,"duration":1}}]},"8a66db94555423a25549a9a9c2fb8b2f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3ef5e8924e4803c4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3ef5e8924e4803c4","status":"passed","time":{"start":1707792849460,"stop":1707792849461,"duration":1}},{"uid":"3b4041579b6c3590","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3b4041579b6c3590","status":"passed","time":{"start":1707777798764,"stop":1707777798765,"duration":1}},{"uid":"6ddf990a51fb5ad8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6ddf990a51fb5ad8","status":"passed","time":{"start":1707775072152,"stop":1707775072152,"duration":0}},{"uid":"2fdf76a34a13e81a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2fdf76a34a13e81a","status":"passed","time":{"start":1707774880420,"stop":1707774880421,"duration":1}},{"uid":"158d5ba5979cfe2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/158d5ba5979cfe2","status":"passed","time":{"start":1707769825085,"stop":1707769825085,"duration":0}},{"uid":"c6fa85d5e5ba0b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c6fa85d5e5ba0b85","status":"passed","time":{"start":1707769677707,"stop":1707769677708,"duration":1}},{"uid":"1af91d358210b427","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1af91d358210b427","status":"passed","time":{"start":1707759769674,"stop":1707759769675,"duration":1}},{"uid":"b14dde9bf540db3a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b14dde9bf540db3a","status":"passed","time":{"start":1707757468639,"stop":1707757468639,"duration":0}},{"uid":"f362b7cbe065d67a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f362b7cbe065d67a","status":"passed","time":{"start":1707756096181,"stop":1707756096181,"duration":0}},{"uid":"1c74347190122865","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1c74347190122865","status":"passed","time":{"start":1707753517975,"stop":1707753517976,"duration":1}},{"uid":"da0fa4b9964e0939","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/da0fa4b9964e0939","status":"passed","time":{"start":1707753244730,"stop":1707753244730,"duration":0}},{"uid":"769a6210582f22d4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/769a6210582f22d4","status":"passed","time":{"start":1707750643521,"stop":1707750643521,"duration":0}},{"uid":"191492fb5309b926","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191492fb5309b926","status":"passed","time":{"start":1707736558647,"stop":1707736558647,"duration":0}},{"uid":"e532412a1e2911ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e532412a1e2911ff","status":"passed","time":{"start":1707735743508,"stop":1707735743508,"duration":0}}]},"057bc774319a7337746b9a337a20bb9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"74f7a5a1d87aab2e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/74f7a5a1d87aab2e","status":"passed","time":{"start":1707792846324,"stop":1707792846324,"duration":0}},{"uid":"7990ca332cf346e6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7990ca332cf346e6","status":"passed","time":{"start":1707777795163,"stop":1707777795164,"duration":1}},{"uid":"1d373566b7c61c89","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d373566b7c61c89","status":"passed","time":{"start":1707775070516,"stop":1707775070516,"duration":0}},{"uid":"2f424ab951ef1629","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2f424ab951ef1629","status":"passed","time":{"start":1707774873411,"stop":1707774873412,"duration":1}},{"uid":"a91f7e192bd14463","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a91f7e192bd14463","status":"passed","time":{"start":1707769820505,"stop":1707769820506,"duration":1}},{"uid":"dbc7464b78d497fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dbc7464b78d497fa","status":"passed","time":{"start":1707769673025,"stop":1707769673025,"duration":0}},{"uid":"d2fc872fca76c5c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d2fc872fca76c5c2","status":"passed","time":{"start":1707759767764,"stop":1707759767765,"duration":1}},{"uid":"928fc09a83d03003","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/928fc09a83d03003","status":"passed","time":{"start":1707757463877,"stop":1707757463878,"duration":1}},{"uid":"9dce9fc7f05635d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dce9fc7f05635d2","status":"passed","time":{"start":1707756091992,"stop":1707756091992,"duration":0}},{"uid":"ef6b81d472432ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ef6b81d472432ee2","status":"passed","time":{"start":1707753510233,"stop":1707753510234,"duration":1}},{"uid":"a43379c01a899a37","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a43379c01a899a37","status":"passed","time":{"start":1707753240422,"stop":1707753240422,"duration":0}},{"uid":"35dc3910ae26aefd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/35dc3910ae26aefd","status":"passed","time":{"start":1707750639410,"stop":1707750639410,"duration":0}},{"uid":"6421d34d5533706f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6421d34d5533706f","status":"passed","time":{"start":1707736555755,"stop":1707736555755,"duration":0}},{"uid":"ccd7827706400af","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccd7827706400af","status":"passed","time":{"start":1707735739987,"stop":1707735739987,"duration":0}}]},"87738004491b15bf4beab1c6dbcbe5e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"315990c6108b326","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/315990c6108b326","status":"passed","time":{"start":1707737091361,"stop":1707737091377,"duration":16}}]},"fe0d19d25d3b365d85a5a222c9e0fc88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e9a8abb442715757","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9a8abb442715757","status":"passed","time":{"start":1707793412324,"stop":1707793412324,"duration":0}},{"uid":"f9bb69bc289c0107","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f9bb69bc289c0107","status":"passed","time":{"start":1707778394554,"stop":1707778394554,"duration":0}},{"uid":"c2b3dc5e6008b024","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c2b3dc5e6008b024","status":"passed","time":{"start":1707775662265,"stop":1707775662266,"duration":1}},{"uid":"476a71af2bc4c6ad","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/476a71af2bc4c6ad","status":"passed","time":{"start":1707775462780,"stop":1707775462781,"duration":1}},{"uid":"334661a64b6f2399","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/334661a64b6f2399","status":"passed","time":{"start":1707770398289,"stop":1707770398289,"duration":0}},{"uid":"5ce01c0f0de969f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5ce01c0f0de969f1","status":"passed","time":{"start":1707770180417,"stop":1707770180418,"duration":1}},{"uid":"bfd4ebcb288431de","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bfd4ebcb288431de","status":"passed","time":{"start":1707760352908,"stop":1707760352909,"duration":1}},{"uid":"7baf9d1c0f43baf2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7baf9d1c0f43baf2","status":"passed","time":{"start":1707758036862,"stop":1707758036862,"duration":0}},{"uid":"583828ac18654aff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/583828ac18654aff","status":"passed","time":{"start":1707756674086,"stop":1707756674087,"duration":1}},{"uid":"b3ede1ed954bc352","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3ede1ed954bc352","status":"passed","time":{"start":1707753994325,"stop":1707753994326,"duration":1}},{"uid":"ba6c7e0ed2d1700a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ba6c7e0ed2d1700a","status":"passed","time":{"start":1707753841536,"stop":1707753841537,"duration":1}},{"uid":"17934135f80e66e7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/17934135f80e66e7","status":"passed","time":{"start":1707737132862,"stop":1707737132862,"duration":0}},{"uid":"4924a282ec8d91ef","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4924a282ec8d91ef","status":"passed","time":{"start":1707736343135,"stop":1707736343135,"duration":0}}]},"e188b2b5fbce6bd7f60a2c7502501b61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3822c9bc4e2625c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3822c9bc4e2625c6","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0}},{"uid":"289ff02186426bb0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/289ff02186426bb0","status":"passed","time":{"start":1707777749843,"stop":1707777749844,"duration":1}},{"uid":"85b6ee2d518d59e7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/85b6ee2d518d59e7","status":"passed","time":{"start":1707775026266,"stop":1707775026266,"duration":0}},{"uid":"10a49f237c1dbb25","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/10a49f237c1dbb25","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"a0ec0b2dcc831e51","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0ec0b2dcc831e51","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"afb2674df1a13f25","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/afb2674df1a13f25","status":"passed","time":{"start":1707769628085,"stop":1707769628085,"duration":0}},{"uid":"1ae5c54464c55127","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ae5c54464c55127","status":"passed","time":{"start":1707759722866,"stop":1707759722867,"duration":1}},{"uid":"6dc4cccffca0ac81","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6dc4cccffca0ac81","status":"passed","time":{"start":1707757417665,"stop":1707757417665,"duration":0}},{"uid":"ab3e753b36b0dc35","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ab3e753b36b0dc35","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"d6115320b0b2633","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6115320b0b2633","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"4584eb31eb9ca556","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4584eb31eb9ca556","status":"passed","time":{"start":1707753193783,"stop":1707753193783,"duration":0}},{"uid":"5dcb629398d38efe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5dcb629398d38efe","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"d4f0bf1bb080533d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d4f0bf1bb080533d","status":"passed","time":{"start":1707736511738,"stop":1707736511738,"duration":0}},{"uid":"f05e76b12d34c743","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f05e76b12d34c743","status":"passed","time":{"start":1707735693125,"stop":1707735693126,"duration":1}}]},"a593fb3e6a25b4462513d1c3e8fa1663:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ba4e5c55d0527613","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ba4e5c55d0527613","status":"passed","time":{"start":1707793370639,"stop":1707793370639,"duration":0}},{"uid":"43669eabd03ae5b9","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/43669eabd03ae5b9","status":"passed","time":{"start":1707778386488,"stop":1707778386489,"duration":1}},{"uid":"3954f1d22fa81244","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3954f1d22fa81244","status":"passed","time":{"start":1707775656753,"stop":1707775656753,"duration":0}},{"uid":"2e61fb132242cd2c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2e61fb132242cd2c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"9942e3454a48d75e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9942e3454a48d75e","status":"passed","time":{"start":1707770395191,"stop":1707770395191,"duration":0}},{"uid":"61964fe284e71a6d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/61964fe284e71a6d","status":"passed","time":{"start":1707770208550,"stop":1707770208551,"duration":1}},{"uid":"767798c43b4bbc1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/767798c43b4bbc1c","status":"passed","time":{"start":1707760335959,"stop":1707760335959,"duration":0}},{"uid":"711a7ed8c78b9615","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/711a7ed8c78b9615","status":"passed","time":{"start":1707758023540,"stop":1707758023541,"duration":1}},{"uid":"fcddebeb65047675","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fcddebeb65047675","status":"passed","time":{"start":1707756664010,"stop":1707756664010,"duration":0}},{"uid":"466c325a458b4bc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/466c325a458b4bc3","status":"passed","time":{"start":1707753837176,"stop":1707753837177,"duration":1}},{"uid":"1ad537a57e266a7b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ad537a57e266a7b","status":"passed","time":{"start":1707751136359,"stop":1707751136360,"duration":1}},{"uid":"86cb269411ad9ac3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/86cb269411ad9ac3","status":"passed","time":{"start":1707737124648,"stop":1707737124649,"duration":1}},{"uid":"bfbf8d1ae5a4df04","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bfbf8d1ae5a4df04","status":"passed","time":{"start":1707736322665,"stop":1707736322665,"duration":0}}]},"1e41d1e957c6a4ad92d9cdd41daf3363:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24ed167b2b9ff36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24ed167b2b9ff36a","status":"passed","time":{"start":1707793371094,"stop":1707793371094,"duration":0}},{"uid":"971f3d7d4aa02877","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/971f3d7d4aa02877","status":"passed","time":{"start":1707778338828,"stop":1707778338831,"duration":3}},{"uid":"5309b156479fd95e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5309b156479fd95e","status":"passed","time":{"start":1707775602012,"stop":1707775602012,"duration":0}},{"uid":"a5dd5b3b139c14a3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a5dd5b3b139c14a3","status":"passed","time":{"start":1707775390217,"stop":1707775390218,"duration":1}},{"uid":"fe41bb42686d1547","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe41bb42686d1547","status":"passed","time":{"start":1707770335592,"stop":1707770335593,"duration":1}},{"uid":"6084804acfd2269e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6084804acfd2269e","status":"passed","time":{"start":1707769968719,"stop":1707769968720,"duration":1}},{"uid":"177064f55f810720","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/177064f55f810720","status":"passed","time":{"start":1707760301799,"stop":1707760301799,"duration":0}},{"uid":"7f91b6c74320f44e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7f91b6c74320f44e","status":"passed","time":{"start":1707758006702,"stop":1707758006702,"duration":0}},{"uid":"536ce341ec9ffae6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/536ce341ec9ffae6","status":"passed","time":{"start":1707756617032,"stop":1707756617032,"duration":0}},{"uid":"46c64aee1fef31ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/46c64aee1fef31ab","status":"passed","time":{"start":1707753988873,"stop":1707753988873,"duration":0}},{"uid":"8c13768e9d9ef41e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8c13768e9d9ef41e","status":"passed","time":{"start":1707753782729,"stop":1707753782729,"duration":0}},{"uid":"83463b9632cd45c2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/83463b9632cd45c2","status":"passed","time":{"start":1707751162304,"stop":1707751162305,"duration":1}},{"uid":"a8ba94a76debbf74","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8ba94a76debbf74","status":"passed","time":{"start":1707737091294,"stop":1707737091295,"duration":1}},{"uid":"2b45862872aa6cf1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b45862872aa6cf1","status":"passed","time":{"start":1707736260114,"stop":1707736260115,"duration":1}}]},"204c23839248c905bc1233d4a1bf7a92:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4522419e3f1d83cf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4522419e3f1d83cf","status":"passed","time":{"start":1707778202504,"stop":1707778202504,"duration":0}}]},"d527579dd817c306b03da85cf2bca70c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c65a358ab4381826","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c65a358ab4381826","status":"passed","time":{"start":1707792907233,"stop":1707792907234,"duration":1}},{"uid":"c088d57e83849462","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c088d57e83849462","status":"passed","time":{"start":1707777859859,"stop":1707777859859,"duration":0}},{"uid":"795560bba57add26","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/795560bba57add26","status":"passed","time":{"start":1707775133678,"stop":1707775133678,"duration":0}},{"uid":"30676cd6ebc37a4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/30676cd6ebc37a4b","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"4b4bcdecb20ef4ec","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b4bcdecb20ef4ec","status":"passed","time":{"start":1707769878816,"stop":1707769878817,"duration":1}},{"uid":"f9724dbc2e28820f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9724dbc2e28820f","status":"passed","time":{"start":1707769735037,"stop":1707769735037,"duration":0}},{"uid":"8e0120d7f22df93d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8e0120d7f22df93d","status":"passed","time":{"start":1707759831196,"stop":1707759831199,"duration":3}},{"uid":"377c88333ec11dc7","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/377c88333ec11dc7","status":"passed","time":{"start":1707757528827,"stop":1707757528827,"duration":0}},{"uid":"e54aa80b67ec22e8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e54aa80b67ec22e8","status":"passed","time":{"start":1707756157295,"stop":1707756157296,"duration":1}},{"uid":"1e8d8ffac0930ec5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1e8d8ffac0930ec5","status":"passed","time":{"start":1707753578477,"stop":1707753578477,"duration":0}},{"uid":"6b2fa910ce03d375","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6b2fa910ce03d375","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"62fbe6dcd5dc2a19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/62fbe6dcd5dc2a19","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"1e642c05e3385ef0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1e642c05e3385ef0","status":"passed","time":{"start":1707736629976,"stop":1707736629976,"duration":0}},{"uid":"8c9058a76b10c2f6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8c9058a76b10c2f6","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"e741c95e6179c2b91d338de7e9c2e11f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de5a7a7052c27654","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de5a7a7052c27654","status":"passed","time":{"start":1707793028269,"stop":1707793028272,"duration":3}},{"uid":"93febce86dc3b675","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/93febce86dc3b675","status":"passed","time":{"start":1707777972995,"stop":1707777972996,"duration":1}},{"uid":"4a44ea68fe5c6da","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a44ea68fe5c6da","status":"passed","time":{"start":1707775244526,"stop":1707775244526,"duration":0}},{"uid":"7751e9f8f6cee0d4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7751e9f8f6cee0d4","status":"passed","time":{"start":1707775050814,"stop":1707775050814,"duration":0}},{"uid":"3d353a9b7e37c126","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3d353a9b7e37c126","status":"passed","time":{"start":1707770001376,"stop":1707770001376,"duration":0}},{"uid":"9d2c0e927b1cdd3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9d2c0e927b1cdd3","status":"passed","time":{"start":1707769843140,"stop":1707769843141,"duration":1}},{"uid":"11f6820ff00af4ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/11f6820ff00af4ab","status":"passed","time":{"start":1707759965184,"stop":1707759965185,"duration":1}},{"uid":"6feb3d7d9132d4e0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6feb3d7d9132d4e0","status":"passed","time":{"start":1707757644386,"stop":1707757644386,"duration":0}},{"uid":"daa2e0df24d9d3c3","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/daa2e0df24d9d3c3","status":"passed","time":{"start":1707756267899,"stop":1707756267900,"duration":1}},{"uid":"f980a57e6a394cb9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f980a57e6a394cb9","status":"passed","time":{"start":1707753668023,"stop":1707753668025,"duration":2}},{"uid":"a842299966237b70","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a842299966237b70","status":"passed","time":{"start":1707753423532,"stop":1707753423533,"duration":1}},{"uid":"36c92ca33e609dc5","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/36c92ca33e609dc5","status":"passed","time":{"start":1707750796026,"stop":1707750796026,"duration":0}},{"uid":"baa753d4a4e1e985","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/baa753d4a4e1e985","status":"passed","time":{"start":1707736730637,"stop":1707736730638,"duration":1}},{"uid":"5b347c2ecbab0d27","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5b347c2ecbab0d27","status":"passed","time":{"start":1707735912115,"stop":1707735912116,"duration":1}}]},"7fd30244a4384948573d5578a256387f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":13,"passed":0,"unknown":0,"total":13},"items":[{"uid":"99fcfc4b5c716eeb","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99fcfc4b5c716eeb","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793371107,"stop":1707793371108,"duration":1}},{"uid":"7e5b602b9460f82a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e5b602b9460f82a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778338848,"stop":1707778338848,"duration":0}},{"uid":"763a3eb876b89768","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/763a3eb876b89768","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775602024,"stop":1707775602025,"duration":1}},{"uid":"2b1f3f1a303299ed","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2b1f3f1a303299ed","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775390236,"stop":1707775390236,"duration":0}},{"uid":"5ffcaee358abb307","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ffcaee358abb307","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770335610,"stop":1707770335611,"duration":1}},{"uid":"25ad0c0f9e428dd3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/25ad0c0f9e428dd3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760301818,"stop":1707760301818,"duration":0}},{"uid":"50da16491b9f64f2","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/50da16491b9f64f2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707758006713,"stop":1707758006713,"duration":0}},{"uid":"db43867326ec3b1b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/db43867326ec3b1b","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756617044,"stop":1707756617044,"duration":0}},{"uid":"9239835f40e42d90","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9239835f40e42d90","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753988884,"stop":1707753988884,"duration":0}},{"uid":"2398fd9308b90b9d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2398fd9308b90b9d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753782760,"stop":1707753782760,"duration":0}},{"uid":"2cf9a3cb20e271df","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2cf9a3cb20e271df","status":"skipped","statusDetails":"Test ignored","time":{"start":1707751162316,"stop":1707751162316,"duration":0}},{"uid":"1d27ce37778b9ca","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1d27ce37778b9ca","status":"skipped","statusDetails":"Test ignored","time":{"start":1707737091340,"stop":1707737091340,"duration":0}},{"uid":"3b9a5a252e5af9ad","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3b9a5a252e5af9ad","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736260135,"stop":1707736260135,"duration":0}}]},"0a63ebe8b5dd98a77f2229cd2ab4e553:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef052bef7cdeadb5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef052bef7cdeadb5","status":"passed","time":{"start":1707792878409,"stop":1707792878411,"duration":2}},{"uid":"2517b755090eaf78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/2517b755090eaf78","status":"passed","time":{"start":1707777826926,"stop":1707777826926,"duration":0}},{"uid":"429389770bddc0bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/429389770bddc0bd","status":"passed","time":{"start":1707775103551,"stop":1707775103552,"duration":1}},{"uid":"a2aabb831775099b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a2aabb831775099b","status":"passed","time":{"start":1707774906440,"stop":1707774906441,"duration":1}},{"uid":"32129746117b04ad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/32129746117b04ad","status":"passed","time":{"start":1707769852801,"stop":1707769852802,"duration":1}},{"uid":"fac182ea5663f212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fac182ea5663f212","status":"passed","time":{"start":1707769706524,"stop":1707769706524,"duration":0}},{"uid":"835aa5153acbc018","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/835aa5153acbc018","status":"passed","time":{"start":1707759800528,"stop":1707759800529,"duration":1}},{"uid":"cbcaba5caae86a9f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbcaba5caae86a9f","status":"passed","time":{"start":1707757496501,"stop":1707757496501,"duration":0}},{"uid":"d75f825bcc4b1944","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d75f825bcc4b1944","status":"passed","time":{"start":1707756124833,"stop":1707756124833,"duration":0}},{"uid":"9e7843b719cc1a88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9e7843b719cc1a88","status":"passed","time":{"start":1707753544134,"stop":1707753544134,"duration":0}},{"uid":"72d8f111ac7f046d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/72d8f111ac7f046d","status":"passed","time":{"start":1707753273860,"stop":1707753273862,"duration":2}},{"uid":"135477f3e1cf5e58","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/135477f3e1cf5e58","status":"passed","time":{"start":1707750672009,"stop":1707750672009,"duration":0}},{"uid":"65619fc7a39117de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65619fc7a39117de","status":"passed","time":{"start":1707736588884,"stop":1707736588884,"duration":0}},{"uid":"5da80240afe5653b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5da80240afe5653b","status":"passed","time":{"start":1707735772593,"stop":1707735772594,"duration":1}}]},"08f142f9f99c8ec8770a1349ad8d8bec:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ed68015c04ae7c0e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ed68015c04ae7c0e","status":"passed","time":{"start":1707793446741,"stop":1707793446741,"duration":0}},{"uid":"ada1c9ab2849bb97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ada1c9ab2849bb97","status":"passed","time":{"start":1707778413520,"stop":1707778413520,"duration":0}},{"uid":"64056883a6544840","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/64056883a6544840","status":"passed","time":{"start":1707775685026,"stop":1707775685026,"duration":0}},{"uid":"4d51c698a87d1612","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d51c698a87d1612","status":"passed","time":{"start":1707775494276,"stop":1707775494277,"duration":1}},{"uid":"69d648c41efe331b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69d648c41efe331b","status":"passed","time":{"start":1707770424178,"stop":1707770424178,"duration":0}},{"uid":"9bcbb751eac3e661","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9bcbb751eac3e661","status":"passed","time":{"start":1707770238685,"stop":1707770238686,"duration":1}},{"uid":"1eb26fb2fa06f42a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1eb26fb2fa06f42a","status":"passed","time":{"start":1707760374679,"stop":1707760374679,"duration":0}},{"uid":"c640eb178bbac31a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c640eb178bbac31a","status":"passed","time":{"start":1707758004326,"stop":1707758004326,"duration":0}},{"uid":"965d2921e7501c94","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/965d2921e7501c94","status":"passed","time":{"start":1707756690163,"stop":1707756690163,"duration":0}},{"uid":"b3902b70d0f28ea3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b3902b70d0f28ea3","status":"passed","time":{"start":1707754051786,"stop":1707754051787,"duration":1}},{"uid":"e65311ed6a4f92b7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e65311ed6a4f92b7","status":"passed","time":{"start":1707753877927,"stop":1707753877928,"duration":1}},{"uid":"9f984e263056c42b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9f984e263056c42b","status":"passed","time":{"start":1707751228961,"stop":1707751228961,"duration":0}},{"uid":"8f6dc704e051c088","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8f6dc704e051c088","status":"passed","time":{"start":1707737173819,"stop":1707737173819,"duration":0}},{"uid":"e9ccace4e15b3825","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e9ccace4e15b3825","status":"passed","time":{"start":1707736353038,"stop":1707736353038,"duration":0}}]},"5590990f458e9cd5256061a912d7094e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ac6102300e250736","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ac6102300e250736","status":"passed","time":{"start":1707792907234,"stop":1707792907235,"duration":1}},{"uid":"f06f9e11d978053f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f06f9e11d978053f","status":"passed","time":{"start":1707777859860,"stop":1707777859861,"duration":1}},{"uid":"7cdcb7916c38ffbb","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/7cdcb7916c38ffbb","status":"passed","time":{"start":1707775133680,"stop":1707775133680,"duration":0}},{"uid":"9551db6fd48f77e9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9551db6fd48f77e9","status":"passed","time":{"start":1707774942685,"stop":1707774942685,"duration":0}},{"uid":"e593e5d6690c2a0f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e593e5d6690c2a0f","status":"passed","time":{"start":1707769878817,"stop":1707769878818,"duration":1}},{"uid":"7d1f51f963d9bd5e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7d1f51f963d9bd5e","status":"passed","time":{"start":1707769735049,"stop":1707769735049,"duration":0}},{"uid":"d489e7740b06280f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d489e7740b06280f","status":"passed","time":{"start":1707759831204,"stop":1707759831209,"duration":5}},{"uid":"8c397bced0ec35a0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8c397bced0ec35a0","status":"passed","time":{"start":1707757528838,"stop":1707757528838,"duration":0}},{"uid":"640c93d52fb6b399","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/640c93d52fb6b399","status":"passed","time":{"start":1707756157297,"stop":1707756157298,"duration":1}},{"uid":"ea06d66e8771ad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea06d66e8771ad","status":"passed","time":{"start":1707753578478,"stop":1707753578478,"duration":0}},{"uid":"549ad28582c0929b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/549ad28582c0929b","status":"passed","time":{"start":1707753307900,"stop":1707753307900,"duration":0}},{"uid":"e86ebec4cd47581e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e86ebec4cd47581e","status":"passed","time":{"start":1707750703130,"stop":1707750703141,"duration":11}},{"uid":"297ce5540222e82a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/297ce5540222e82a","status":"passed","time":{"start":1707736629980,"stop":1707736629980,"duration":0}},{"uid":"90cf868a957c11a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/90cf868a957c11a1","status":"passed","time":{"start":1707735809093,"stop":1707735809099,"duration":6}}]},"c8fa8b4482b23ae745b486859e0755cf:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b34ab433e8e5b3f2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b34ab433e8e5b3f2","status":"passed","time":{"start":1707793012471,"stop":1707793012472,"duration":1}},{"uid":"a76b647074a6c11e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a76b647074a6c11e","status":"passed","time":{"start":1707777977663,"stop":1707777977663,"duration":0}},{"uid":"20883dbf44a1fea2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/20883dbf44a1fea2","status":"passed","time":{"start":1707775258453,"stop":1707775258454,"duration":1}},{"uid":"9902ae295b8222a0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9902ae295b8222a0","status":"passed","time":{"start":1707775082012,"stop":1707775082013,"duration":1}},{"uid":"69cf799b6f196a0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/69cf799b6f196a0b","status":"passed","time":{"start":1707769999860,"stop":1707769999861,"duration":1}},{"uid":"333b11eeabe1ee13","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/333b11eeabe1ee13","status":"passed","time":{"start":1707769841894,"stop":1707769841896,"duration":2}},{"uid":"af799a5af1a61453","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af799a5af1a61453","status":"passed","time":{"start":1707759921449,"stop":1707759921450,"duration":1}},{"uid":"bf4bac7653645e51","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bf4bac7653645e51","status":"passed","time":{"start":1707757624874,"stop":1707757624874,"duration":0}},{"uid":"16e0846fbc73627f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/16e0846fbc73627f","status":"passed","time":{"start":1707756261755,"stop":1707756261760,"duration":5}},{"uid":"534b4a9eec33cf47","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/534b4a9eec33cf47","status":"passed","time":{"start":1707753651165,"stop":1707753651165,"duration":0}},{"uid":"35ec135740e8d84c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/35ec135740e8d84c","status":"passed","time":{"start":1707753409583,"stop":1707753409583,"duration":0}},{"uid":"49ac08f55910d5f6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/49ac08f55910d5f6","status":"passed","time":{"start":1707750722046,"stop":1707750722046,"duration":0}},{"uid":"d3de09cfac734982","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d3de09cfac734982","status":"passed","time":{"start":1707736708326,"stop":1707736708326,"duration":0}},{"uid":"74649baf316b7374","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/74649baf316b7374","status":"passed","time":{"start":1707735914383,"stop":1707735914383,"duration":0}}]},"d05781e012670ae55a1584711797c306:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"39a6d63b7433a44a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/39a6d63b7433a44a","status":"passed","time":{"start":1707758006708,"stop":1707758006709,"duration":1}}]},"d052cbe4fd95628d25dc9a86af47e022:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b556e69fd752604d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b556e69fd752604d","status":"passed","time":{"start":1707793392501,"stop":1707793392502,"duration":1}},{"uid":"5f64c115c7be60c8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5f64c115c7be60c8","status":"passed","time":{"start":1707778370026,"stop":1707778370026,"duration":0}},{"uid":"77d6e3005afcc1ae","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/77d6e3005afcc1ae","status":"passed","time":{"start":1707775644354,"stop":1707775644355,"duration":1}},{"uid":"15e02a25857aec69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/15e02a25857aec69","status":"passed","time":{"start":1707775439252,"stop":1707775439253,"duration":1}},{"uid":"45b27c30dc6b5a59","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/45b27c30dc6b5a59","status":"passed","time":{"start":1707770376995,"stop":1707770376995,"duration":0}},{"uid":"ad10707d62e0c06f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ad10707d62e0c06f","status":"passed","time":{"start":1707770140535,"stop":1707770140536,"duration":1}},{"uid":"1f1237f44a61891f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1f1237f44a61891f","status":"passed","time":{"start":1707760337680,"stop":1707760337680,"duration":0}},{"uid":"a906b33830306245","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a906b33830306245","status":"passed","time":{"start":1707758026468,"stop":1707758026468,"duration":0}},{"uid":"c017bf1ea2f140d8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c017bf1ea2f140d8","status":"passed","time":{"start":1707756656798,"stop":1707756656798,"duration":0}},{"uid":"7b80a02feb810e6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7b80a02feb810e6","status":"passed","time":{"start":1707753960362,"stop":1707753960362,"duration":0}},{"uid":"78de7fca6a679ec1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/78de7fca6a679ec1","status":"passed","time":{"start":1707753819775,"stop":1707753819775,"duration":0}},{"uid":"ff1499c938d22109","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ff1499c938d22109","status":"passed","time":{"start":1707751157936,"stop":1707751157936,"duration":0}},{"uid":"35eb2a601ec5937a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/35eb2a601ec5937a","status":"passed","time":{"start":1707737112732,"stop":1707737112732,"duration":0}},{"uid":"2eb115f6b9b70e9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2eb115f6b9b70e9a","status":"passed","time":{"start":1707736314163,"stop":1707736314163,"duration":0}}]},"6a0d6680bb74931724a497df6ee14647:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ef3fc29901399f78","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3fc29901399f78","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6252efcdc17e20893c75caf8a3851279:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"16f639e42cba7843","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/16f639e42cba7843","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/ephemeral.node.spec.ts)","time":{"start":1707750644849,"stop":1707750644849,"duration":0}}]},"52f021f33eb23987f98b5923bce9b07b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"693e4e40da1aa95a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/693e4e40da1aa95a","status":"passed","time":{"start":1707792814746,"stop":1707792814746,"duration":0}},{"uid":"4b8a3e2a09905f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b8a3e2a09905f1","status":"passed","time":{"start":1707777764080,"stop":1707777764080,"duration":0}},{"uid":"ad99c273e61231de","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ad99c273e61231de","status":"passed","time":{"start":1707775040148,"stop":1707775040149,"duration":1}},{"uid":"4d8e639a99382457","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4d8e639a99382457","status":"passed","time":{"start":1707774842104,"stop":1707774842105,"duration":1}},{"uid":"2434a4a5761d8931","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2434a4a5761d8931","status":"passed","time":{"start":1707769789487,"stop":1707769789487,"duration":0}},{"uid":"c2b34a2197a98618","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2b34a2197a98618","status":"passed","time":{"start":1707769642221,"stop":1707769642222,"duration":1}},{"uid":"c6e9a5774b63f75","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6e9a5774b63f75","status":"passed","time":{"start":1707759737069,"stop":1707759737070,"duration":1}},{"uid":"179706a21f9e7803","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/179706a21f9e7803","status":"passed","time":{"start":1707757431976,"stop":1707757431976,"duration":0}},{"uid":"bfb787f1b6b8a9ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bfb787f1b6b8a9ed","status":"passed","time":{"start":1707756061021,"stop":1707756061021,"duration":0}},{"uid":"78eb5536032f069f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78eb5536032f069f","status":"passed","time":{"start":1707753479610,"stop":1707753479610,"duration":0}},{"uid":"e43d0fac201691f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e43d0fac201691f9","status":"passed","time":{"start":1707753208309,"stop":1707753208309,"duration":0}},{"uid":"79d269d7ec94ff97","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/79d269d7ec94ff97","status":"passed","time":{"start":1707750608586,"stop":1707750608586,"duration":0}},{"uid":"363405d8145eed85","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/363405d8145eed85","status":"passed","time":{"start":1707736525857,"stop":1707736525857,"duration":0}},{"uid":"25dcf281ecf1893b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/25dcf281ecf1893b","status":"passed","time":{"start":1707735707691,"stop":1707735707691,"duration":0}}]},"c7690b7b5a7fd9104e0cbb38749f509d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e96537e332504eae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e96537e332504eae","status":"passed","time":{"start":1707793128332,"stop":1707793128332,"duration":0}},{"uid":"95828c9d57ae82e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/95828c9d57ae82e5","status":"passed","time":{"start":1707778092884,"stop":1707778092884,"duration":0}},{"uid":"f6437ea4a985d280","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f6437ea4a985d280","status":"passed","time":{"start":1707775368920,"stop":1707775368920,"duration":0}},{"uid":"43484ed075267a81","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/43484ed075267a81","status":"passed","time":{"start":1707775183287,"stop":1707775183288,"duration":1}},{"uid":"47de8162188928a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47de8162188928a9","status":"passed","time":{"start":1707770111439,"stop":1707770111439,"duration":0}},{"uid":"e95b98284c10caa2","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e95b98284c10caa2","status":"passed","time":{"start":1707769973819,"stop":1707769973819,"duration":0}},{"uid":"445b37c77a6b96df","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/445b37c77a6b96df","status":"passed","time":{"start":1707760073032,"stop":1707760073035,"duration":3}},{"uid":"4ed7454a07d90281","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4ed7454a07d90281","status":"passed","time":{"start":1707757771073,"stop":1707757771074,"duration":1}},{"uid":"8e957753e2996f89","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8e957753e2996f89","status":"passed","time":{"start":1707756387891,"stop":1707756387892,"duration":1}},{"uid":"a7f97e0929f52e56","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a7f97e0929f52e56","status":"passed","time":{"start":1707753783840,"stop":1707753783840,"duration":0}},{"uid":"12e63047490d9bff","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/12e63047490d9bff","status":"passed","time":{"start":1707753549845,"stop":1707753549846,"duration":1}},{"uid":"483a565a86c440e4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/483a565a86c440e4","status":"passed","time":{"start":1707750934222,"stop":1707750934223,"duration":1}},{"uid":"2263497b60d4022d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2263497b60d4022d","status":"passed","time":{"start":1707736857300,"stop":1707736857301,"duration":1}},{"uid":"f8b6bd796fa8bb7a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f8b6bd796fa8bb7a","status":"passed","time":{"start":1707736056534,"stop":1707736056535,"duration":1}}]},"2ba9cc45ed556838c79bd1db5f195e9e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"eb120c2a1a1ee1ac","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/eb120c2a1a1ee1ac","status":"passed","time":{"start":1707793371114,"stop":1707793371114,"duration":0}},{"uid":"195680910c35932a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/195680910c35932a","status":"passed","time":{"start":1707778338854,"stop":1707778338854,"duration":0}},{"uid":"25951d0ba411c53f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25951d0ba411c53f","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"5be8f3ac0921c3b1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5be8f3ac0921c3b1","status":"passed","time":{"start":1707775390244,"stop":1707775390245,"duration":1}},{"uid":"5c1279b6cb2769e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c1279b6cb2769e8","status":"passed","time":{"start":1707770335617,"stop":1707770335617,"duration":0}},{"uid":"54905235d8f80214","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/54905235d8f80214","status":"passed","time":{"start":1707769968730,"stop":1707769968731,"duration":1}},{"uid":"8d2d7ddb3abb11c7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8d2d7ddb3abb11c7","status":"passed","time":{"start":1707760301823,"stop":1707760301823,"duration":0}},{"uid":"c2fd107605cda9bf","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c2fd107605cda9bf","status":"passed","time":{"start":1707758006720,"stop":1707758006720,"duration":0}},{"uid":"a2e8833592d8256f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2e8833592d8256f","status":"passed","time":{"start":1707756617055,"stop":1707756617055,"duration":0}},{"uid":"51c56f9ec7accf25","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/51c56f9ec7accf25","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"465fff0fb2bb9637","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/465fff0fb2bb9637","status":"passed","time":{"start":1707753782775,"stop":1707753782775,"duration":0}},{"uid":"592decc642b8f1aa","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/592decc642b8f1aa","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"253e8e713f0e24de","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/253e8e713f0e24de","status":"passed","time":{"start":1707737091353,"stop":1707737091359,"duration":6}},{"uid":"fd67fa22d3a0cfc0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fd67fa22d3a0cfc0","status":"passed","time":{"start":1707736260156,"stop":1707736260157,"duration":1}}]},"62773a7202f58cecdd3dc9bd6e16fc20:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ad273d060d8ab4cd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ad273d060d8ab4cd","status":"passed","time":{"start":1707793012486,"stop":1707793012491,"duration":5}},{"uid":"545e928251a561fd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/545e928251a561fd","status":"passed","time":{"start":1707777977667,"stop":1707777977668,"duration":1}},{"uid":"f225b9623210bf2c","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f225b9623210bf2c","status":"passed","time":{"start":1707775258458,"stop":1707775258458,"duration":0}},{"uid":"8aefbec23a36b3c0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8aefbec23a36b3c0","status":"passed","time":{"start":1707775082020,"stop":1707775082021,"duration":1}},{"uid":"1b94c2c751d113d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1b94c2c751d113d8","status":"passed","time":{"start":1707769999865,"stop":1707769999865,"duration":0}},{"uid":"a02d9281da89cbca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a02d9281da89cbca","status":"passed","time":{"start":1707769841901,"stop":1707769841901,"duration":0}},{"uid":"7e659204447bcfc0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7e659204447bcfc0","status":"passed","time":{"start":1707759921456,"stop":1707759921456,"duration":0}},{"uid":"a9ea726767b56a4a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a9ea726767b56a4a","status":"passed","time":{"start":1707757624878,"stop":1707757624878,"duration":0}},{"uid":"4faab1bcf60eeee5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4faab1bcf60eeee5","status":"passed","time":{"start":1707756261777,"stop":1707756261777,"duration":0}},{"uid":"7cfe9fdab2007655","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cfe9fdab2007655","status":"passed","time":{"start":1707753651171,"stop":1707753651171,"duration":0}},{"uid":"49117e22441e655","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49117e22441e655","status":"passed","time":{"start":1707753409588,"stop":1707753409588,"duration":0}},{"uid":"5b50f24994475b78","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5b50f24994475b78","status":"passed","time":{"start":1707750722052,"stop":1707750722052,"duration":0}},{"uid":"e8f11cc8d128a4ef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e8f11cc8d128a4ef","status":"passed","time":{"start":1707736708331,"stop":1707736708331,"duration":0}},{"uid":"997794a5880b3f5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/997794a5880b3f5b","status":"passed","time":{"start":1707735914387,"stop":1707735914388,"duration":1}}]},"4eff166832f222440e0246e68dbc1a35:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c3c89eae87910aa3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3c89eae87910aa3","status":"passed","time":{"start":1707793012511,"stop":1707793012511,"duration":0}},{"uid":"d6df1df3054644e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d6df1df3054644e5","status":"passed","time":{"start":1707777977672,"stop":1707777977672,"duration":0}},{"uid":"293b3a707828ec7e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/293b3a707828ec7e","status":"passed","time":{"start":1707775258466,"stop":1707775258467,"duration":1}},{"uid":"d17fa0c2c30bf712","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d17fa0c2c30bf712","status":"passed","time":{"start":1707775082031,"stop":1707775082032,"duration":1}},{"uid":"4ab799c450a822ff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ab799c450a822ff","status":"passed","time":{"start":1707769999876,"stop":1707769999876,"duration":0}},{"uid":"eee8ccdd8abc860","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eee8ccdd8abc860","status":"passed","time":{"start":1707769841909,"stop":1707769841909,"duration":0}},{"uid":"efe790ba3e5a4503","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efe790ba3e5a4503","status":"passed","time":{"start":1707759921462,"stop":1707759921463,"duration":1}},{"uid":"973df223764213e9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/973df223764213e9","status":"passed","time":{"start":1707757624889,"stop":1707757624889,"duration":0}},{"uid":"458a25d828c0536d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/458a25d828c0536d","status":"passed","time":{"start":1707756261834,"stop":1707756261835,"duration":1}},{"uid":"5cd8c452257cf923","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5cd8c452257cf923","status":"passed","time":{"start":1707753651189,"stop":1707753651189,"duration":0}},{"uid":"4a059ba529ff4178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4a059ba529ff4178","status":"passed","time":{"start":1707753409604,"stop":1707753409605,"duration":1}},{"uid":"494043e4e741095a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/494043e4e741095a","status":"passed","time":{"start":1707750722057,"stop":1707750722057,"duration":0}},{"uid":"9786ca9c29adbef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9786ca9c29adbef7","status":"passed","time":{"start":1707736708336,"stop":1707736708336,"duration":0}},{"uid":"2b105f60478d8cff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b105f60478d8cff","status":"passed","time":{"start":1707735914394,"stop":1707735914394,"duration":0}}]},"eebe766b9d0ab32a7381a079738b58d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3600a71b190c3504","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3600a71b190c3504","status":"passed","time":{"start":1707793088061,"stop":1707793088062,"duration":1}},{"uid":"6fe4694211893a93","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fe4694211893a93","status":"passed","time":{"start":1707778034785,"stop":1707778034786,"duration":1}},{"uid":"27cbb5d73d2e8c0f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27cbb5d73d2e8c0f","status":"passed","time":{"start":1707775327572,"stop":1707775327573,"duration":1}},{"uid":"d72a09221614feac","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d72a09221614feac","status":"passed","time":{"start":1707775129516,"stop":1707775129516,"duration":0}},{"uid":"6b1a056a222b7ca1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6b1a056a222b7ca1","status":"passed","time":{"start":1707770055869,"stop":1707770055869,"duration":0}},{"uid":"85ce4afb5758db64","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85ce4afb5758db64","status":"passed","time":{"start":1707769919571,"stop":1707769919572,"duration":1}},{"uid":"33b2a94b61328f61","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/33b2a94b61328f61","status":"passed","time":{"start":1707760025485,"stop":1707760025485,"duration":0}},{"uid":"ce75439bb11d262a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ce75439bb11d262a","status":"passed","time":{"start":1707757709188,"stop":1707757709188,"duration":0}},{"uid":"3bbf9d251c69e579","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3bbf9d251c69e579","status":"passed","time":{"start":1707756341219,"stop":1707756341219,"duration":0}},{"uid":"4d59a03e4241785c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4d59a03e4241785c","status":"passed","time":{"start":1707753751250,"stop":1707753751251,"duration":1}},{"uid":"c81c0602b7a9aac1","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c81c0602b7a9aac1","status":"passed","time":{"start":1707753510012,"stop":1707753510012,"duration":0}},{"uid":"88f9a1926b74a629","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/88f9a1926b74a629","status":"passed","time":{"start":1707750881806,"stop":1707750881806,"duration":0}},{"uid":"a041064168eb0a6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a041064168eb0a6d","status":"passed","time":{"start":1707736800765,"stop":1707736800765,"duration":0}},{"uid":"34ac1c91c462defb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/34ac1c91c462defb","status":"passed","time":{"start":1707736013453,"stop":1707736013454,"duration":1}}]},"8be1631fe3888121803a1644af84ef51:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3cef6830630c5b32","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cef6830630c5b32","status":"passed","time":{"start":1707793238871,"stop":1707793238872,"duration":1}},{"uid":"8c49f2d579ad9295","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8c49f2d579ad9295","status":"passed","time":{"start":1707778202479,"stop":1707778202480,"duration":1}},{"uid":"1d747cbc9ae6a734","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1d747cbc9ae6a734","status":"passed","time":{"start":1707775486623,"stop":1707775486625,"duration":2}},{"uid":"9b168e8bf6a68455","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9b168e8bf6a68455","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"f71a04cb93b2fb92","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f71a04cb93b2fb92","status":"passed","time":{"start":1707770234577,"stop":1707770234577,"duration":0}},{"uid":"543b8f6fd2932e7d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/543b8f6fd2932e7d","status":"passed","time":{"start":1707770051376,"stop":1707770051376,"duration":0}},{"uid":"e5eb469cd1527f3c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e5eb469cd1527f3c","status":"passed","time":{"start":1707760174019,"stop":1707760174020,"duration":1}},{"uid":"c11a67ed2c395575","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c11a67ed2c395575","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"a65552c22ca2f61","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a65552c22ca2f61","status":"passed","time":{"start":1707756499903,"stop":1707756499904,"duration":1}},{"uid":"45052e1dc0760973","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/45052e1dc0760973","status":"passed","time":{"start":1707753870443,"stop":1707753870443,"duration":0}},{"uid":"16534c6401a8599e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16534c6401a8599e","status":"passed","time":{"start":1707753647508,"stop":1707753647508,"duration":0}},{"uid":"647bda9a01948ce4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/647bda9a01948ce4","status":"passed","time":{"start":1707751019568,"stop":1707751019569,"duration":1}},{"uid":"7bbac7630c6f2254","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7bbac7630c6f2254","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"769b4e88ba3486f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/769b4e88ba3486f8","status":"passed","time":{"start":1707736152503,"stop":1707736152503,"duration":0}}]},"482ebac01da5ef608847f3241436994e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"8e9ccba4e09f3f7e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8e9ccba4e09f3f7e","status":"passed","time":{"start":1707793399647,"stop":1707793399647,"duration":0}},{"uid":"f6927cf966ac2c56","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6927cf966ac2c56","status":"passed","time":{"start":1707778379763,"stop":1707778379764,"duration":1}},{"uid":"e4c6e189a357fc50","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e4c6e189a357fc50","status":"passed","time":{"start":1707775649287,"stop":1707775649288,"duration":1}},{"uid":"a7d7148fbb4497e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a7d7148fbb4497e0","status":"passed","time":{"start":1707775456622,"stop":1707775456622,"duration":0}},{"uid":"9c9114fa67004677","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9c9114fa67004677","status":"passed","time":{"start":1707770393730,"stop":1707770393730,"duration":0}},{"uid":"fd21e83dc6e45f9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd21e83dc6e45f9","status":"passed","time":{"start":1707770165190,"stop":1707770165191,"duration":1}},{"uid":"4ed2dea56454e5ab","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4ed2dea56454e5ab","status":"passed","time":{"start":1707760340809,"stop":1707760340809,"duration":0}},{"uid":"2e70de24dd954ae5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2e70de24dd954ae5","status":"passed","time":{"start":1707756662063,"stop":1707756662063,"duration":0}},{"uid":"688364d2bdf0f41e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/688364d2bdf0f41e","status":"passed","time":{"start":1707753975683,"stop":1707753975683,"duration":0}},{"uid":"4c12a68936a19d2c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4c12a68936a19d2c","status":"passed","time":{"start":1707753824710,"stop":1707753824711,"duration":1}},{"uid":"4299f89037acc826","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4299f89037acc826","status":"passed","time":{"start":1707751167361,"stop":1707751167361,"duration":0}},{"uid":"aabe5530aa1b6ce9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/aabe5530aa1b6ce9","status":"passed","time":{"start":1707737129081,"stop":1707737129081,"duration":0}},{"uid":"bb8d98c038c49b66","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bb8d98c038c49b66","status":"passed","time":{"start":1707736323081,"stop":1707736323082,"duration":1}}]},"ca768b06b63968deff00632c9ef130d8:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eaedfbb607232015","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eaedfbb607232015","status":"passed","time":{"start":1707736947857,"stop":1707736947857,"duration":0}}]},"6086166f58a67122f74bd6ac2c00e6c6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2bd6dc2a157e3582","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2bd6dc2a157e3582","status":"passed","time":{"start":1707793012513,"stop":1707793012513,"duration":0}},{"uid":"dc5470d73edb9d22","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/dc5470d73edb9d22","status":"passed","time":{"start":1707777977673,"stop":1707777977673,"duration":0}},{"uid":"f62771576f836de9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f62771576f836de9","status":"passed","time":{"start":1707775258471,"stop":1707775258472,"duration":1}},{"uid":"dcc721e574baaa07","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/dcc721e574baaa07","status":"passed","time":{"start":1707775082033,"stop":1707775082034,"duration":1}},{"uid":"772398f880ab7e81","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/772398f880ab7e81","status":"passed","time":{"start":1707769999877,"stop":1707769999877,"duration":0}},{"uid":"98a107e5f63a8ede","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/98a107e5f63a8ede","status":"passed","time":{"start":1707769841910,"stop":1707769841910,"duration":0}},{"uid":"3d7a6ce52532bcc4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3d7a6ce52532bcc4","status":"passed","time":{"start":1707759921464,"stop":1707759921464,"duration":0}},{"uid":"45595d3da0cf0a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/45595d3da0cf0a95","status":"passed","time":{"start":1707757624890,"stop":1707757624890,"duration":0}},{"uid":"bc661a28b315beff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bc661a28b315beff","status":"passed","time":{"start":1707756261840,"stop":1707756261841,"duration":1}},{"uid":"183ff73b1c444ee2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/183ff73b1c444ee2","status":"passed","time":{"start":1707753651190,"stop":1707753651190,"duration":0}},{"uid":"4937e2caa2776965","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4937e2caa2776965","status":"passed","time":{"start":1707753409606,"stop":1707753409608,"duration":2}},{"uid":"c2fce5c1e4a4917","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c2fce5c1e4a4917","status":"passed","time":{"start":1707750722058,"stop":1707750722058,"duration":0}},{"uid":"24aea21f2c9f8637","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24aea21f2c9f8637","status":"passed","time":{"start":1707736708337,"stop":1707736708337,"duration":0}},{"uid":"880adcc041db973b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/880adcc041db973b","status":"passed","time":{"start":1707735914395,"stop":1707735914395,"duration":0}}]},"7c71b2c6ac234afb463aaabfa5515907:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"60250696ce9b5b66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/60250696ce9b5b66","status":"passed","time":{"start":1707756664012,"stop":1707756664013,"duration":1}}]},"e4b3457dca66f08fda6cf69fb97ad2b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f4446925c3ed4ebd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4446925c3ed4ebd","status":"passed","time":{"start":1707793238879,"stop":1707793238880,"duration":1}}]},"6df9a58fcf0e573db1409e4c91498f68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"1f65ee9394da87c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1f65ee9394da87c6","status":"passed","time":{"start":1707793168686,"stop":1707793168687,"duration":1}},{"uid":"6ef6f7a36daee101","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6ef6f7a36daee101","status":"passed","time":{"start":1707778126350,"stop":1707778126351,"duration":1}},{"uid":"d28ffbe848717831","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d28ffbe848717831","status":"passed","time":{"start":1707775409493,"stop":1707775409493,"duration":0}},{"uid":"1d42b6c504ec26e0","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1d42b6c504ec26e0","status":"passed","time":{"start":1707775220000,"stop":1707775220000,"duration":0}},{"uid":"8a51aab334175b71","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a51aab334175b71","status":"passed","time":{"start":1707770142486,"stop":1707770142487,"duration":1}},{"uid":"7eef43950c19ca78","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eef43950c19ca78","status":"passed","time":{"start":1707769994546,"stop":1707769994546,"duration":0}},{"uid":"7966f283a62bec4a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7966f283a62bec4a","status":"passed","time":{"start":1707760106461,"stop":1707760106461,"duration":0}},{"uid":"c127d50fe93f116b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c127d50fe93f116b","status":"passed","time":{"start":1707757804302,"stop":1707757804303,"duration":1}},{"uid":"8dcedc179c748d7c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8dcedc179c748d7c","status":"passed","time":{"start":1707756422350,"stop":1707756422351,"duration":1}},{"uid":"d2b0b84c7bd63687","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2b0b84c7bd63687","status":"passed","time":{"start":1707753796552,"stop":1707753796552,"duration":0}},{"uid":"a534c8e8520dd438","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a534c8e8520dd438","status":"passed","time":{"start":1707753586167,"stop":1707753586168,"duration":1}},{"uid":"4d00f1f5f91624ab","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d00f1f5f91624ab","status":"passed","time":{"start":1707750964810,"stop":1707750964811,"duration":1}},{"uid":"3d8f322ccf2d52da","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d8f322ccf2d52da","status":"passed","time":{"start":1707736890441,"stop":1707736890441,"duration":0}},{"uid":"e8bbbf6cdfe54062","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e8bbbf6cdfe54062","status":"passed","time":{"start":1707736096393,"stop":1707736096394,"duration":1}}]},"1b96b9e2978d5ca6fd62066967ca6eb2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"60eeb9d9fcc0db03","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/60eeb9d9fcc0db03","status":"passed","time":{"start":1707793059103,"stop":1707793059103,"duration":0}},{"uid":"f6cc67280476087","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f6cc67280476087","status":"passed","time":{"start":1707778002172,"stop":1707778002172,"duration":0}},{"uid":"69485fb2daa1c090","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/69485fb2daa1c090","status":"passed","time":{"start":1707775288512,"stop":1707775288512,"duration":0}},{"uid":"a73bbd481bbad993","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a73bbd481bbad993","status":"passed","time":{"start":1707775094106,"stop":1707775094107,"duration":1}},{"uid":"36b6075670fa4a43","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/36b6075670fa4a43","status":"passed","time":{"start":1707770019759,"stop":1707770019761,"duration":2}},{"uid":"2c88f9f1021c10b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2c88f9f1021c10b4","status":"passed","time":{"start":1707769883646,"stop":1707769883646,"duration":0}},{"uid":"d84945b15e08e84e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d84945b15e08e84e","status":"passed","time":{"start":1707759985515,"stop":1707759985515,"duration":0}},{"uid":"246e3ddb50f441ee","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/246e3ddb50f441ee","status":"passed","time":{"start":1707757677815,"stop":1707757677815,"duration":0}},{"uid":"8c207d1784097e5a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c207d1784097e5a","status":"passed","time":{"start":1707756291416,"stop":1707756291416,"duration":0}},{"uid":"eef6bf15eea9f798","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/eef6bf15eea9f798","status":"passed","time":{"start":1707753735504,"stop":1707753735505,"duration":1}},{"uid":"e6067cd0e0157a12","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e6067cd0e0157a12","status":"passed","time":{"start":1707753472972,"stop":1707753472972,"duration":0}},{"uid":"561de5243cb405d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/561de5243cb405d0","status":"passed","time":{"start":1707750845171,"stop":1707750845172,"duration":1}},{"uid":"46af16c51fbe86ab","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/46af16c51fbe86ab","status":"passed","time":{"start":1707736769679,"stop":1707736769680,"duration":1}},{"uid":"676318b5b95b062c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/676318b5b95b062c","status":"passed","time":{"start":1707735968266,"stop":1707735968266,"duration":0}}]},"adec69764b4bfaf4a25564d8635d3c86:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"be92f49bf4914698","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/be92f49bf4914698","status":"passed","time":{"start":1707792907230,"stop":1707792907230,"duration":0}},{"uid":"7c19468380dc7e91","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7c19468380dc7e91","status":"passed","time":{"start":1707777859853,"stop":1707777859853,"duration":0}},{"uid":"b3eefba927c049bd","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b3eefba927c049bd","status":"passed","time":{"start":1707775133667,"stop":1707775133668,"duration":1}},{"uid":"88e5e665cc57c8d3","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/88e5e665cc57c8d3","status":"passed","time":{"start":1707774942681,"stop":1707774942681,"duration":0}},{"uid":"ec3f381eee5e3cb3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ec3f381eee5e3cb3","status":"passed","time":{"start":1707769878814,"stop":1707769878814,"duration":0}},{"uid":"608ac624e2e3071c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/608ac624e2e3071c","status":"passed","time":{"start":1707769735033,"stop":1707769735033,"duration":0}},{"uid":"c830107cc6b557a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c830107cc6b557a2","status":"passed","time":{"start":1707759831194,"stop":1707759831194,"duration":0}},{"uid":"dc8da088f5063978","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dc8da088f5063978","status":"passed","time":{"start":1707757528822,"stop":1707757528823,"duration":1}},{"uid":"31bb4ba3c41be7a4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/31bb4ba3c41be7a4","status":"passed","time":{"start":1707756157290,"stop":1707756157291,"duration":1}},{"uid":"2a69e4e85661f3ab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a69e4e85661f3ab","status":"passed","time":{"start":1707753578471,"stop":1707753578472,"duration":1}},{"uid":"44363e36de7691da","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44363e36de7691da","status":"passed","time":{"start":1707753307894,"stop":1707753307895,"duration":1}},{"uid":"cc19f215db195e8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/cc19f215db195e8","status":"passed","time":{"start":1707750703126,"stop":1707750703126,"duration":0}},{"uid":"6d3c74549449f221","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6d3c74549449f221","status":"passed","time":{"start":1707736629970,"stop":1707736629970,"duration":0}},{"uid":"d858aa4f1523e4f8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d858aa4f1523e4f8","status":"passed","time":{"start":1707735809088,"stop":1707735809088,"duration":0}}]},"0f068790716d3b625c682eea9c945956:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e49eec942ec1ba07","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e49eec942ec1ba07","status":"passed","time":{"start":1707793168694,"stop":1707793168694,"duration":0}},{"uid":"47e111feb5969c9a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/47e111feb5969c9a","status":"passed","time":{"start":1707778126354,"stop":1707778126355,"duration":1}},{"uid":"796c5bb79ac0c966","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/796c5bb79ac0c966","status":"passed","time":{"start":1707775409494,"stop":1707775409495,"duration":1}},{"uid":"4879f06f8c69777f","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4879f06f8c69777f","status":"passed","time":{"start":1707775220002,"stop":1707775220002,"duration":0}},{"uid":"8fb45e5129fe4d13","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8fb45e5129fe4d13","status":"passed","time":{"start":1707770142488,"stop":1707770142488,"duration":0}},{"uid":"be0056ad9bf1c4b4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/be0056ad9bf1c4b4","status":"passed","time":{"start":1707769994549,"stop":1707769994549,"duration":0}},{"uid":"46a2d2d0df38136a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/46a2d2d0df38136a","status":"passed","time":{"start":1707760106463,"stop":1707760106463,"duration":0}},{"uid":"2a9a21954a8ae501","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2a9a21954a8ae501","status":"passed","time":{"start":1707757804308,"stop":1707757804316,"duration":8}},{"uid":"d0f53bc8e2f197a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d0f53bc8e2f197a","status":"passed","time":{"start":1707756422352,"stop":1707756422352,"duration":0}},{"uid":"d6bd6ed70dbde820","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6bd6ed70dbde820","status":"passed","time":{"start":1707753796553,"stop":1707753796554,"duration":1}},{"uid":"45bad8641b494ed2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/45bad8641b494ed2","status":"passed","time":{"start":1707753586169,"stop":1707753586170,"duration":1}},{"uid":"d99d0d2503cf1d07","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d99d0d2503cf1d07","status":"passed","time":{"start":1707750964813,"stop":1707750964813,"duration":0}},{"uid":"6f26b65bb944c2a5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6f26b65bb944c2a5","status":"passed","time":{"start":1707736890443,"stop":1707736890443,"duration":0}},{"uid":"8b683810ce7ebf52","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8b683810ce7ebf52","status":"passed","time":{"start":1707736096395,"stop":1707736096396,"duration":1}}]},"276c91ee129533128485396f5c60d9b2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4dfd3d73af96d06c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4dfd3d73af96d06c","status":"passed","time":{"start":1707792800813,"stop":1707792800813,"duration":0}},{"uid":"fe635e77a0bcc723","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe635e77a0bcc723","status":"passed","time":{"start":1707777749841,"stop":1707777749841,"duration":0}},{"uid":"6a58879c83f5426b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6a58879c83f5426b","status":"passed","time":{"start":1707775026263,"stop":1707775026263,"duration":0}},{"uid":"e928793ddb3b965c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/e928793ddb3b965c","status":"passed","time":{"start":1707774827853,"stop":1707774827853,"duration":0}},{"uid":"828aaaa833252e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/828aaaa833252e5","status":"passed","time":{"start":1707769775410,"stop":1707769775410,"duration":0}},{"uid":"80fe676ed1bc1009","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/80fe676ed1bc1009","status":"passed","time":{"start":1707769628083,"stop":1707769628083,"duration":0}},{"uid":"1434f54c3d1a11a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1434f54c3d1a11a2","status":"passed","time":{"start":1707759722864,"stop":1707759722864,"duration":0}},{"uid":"92bf5e465ece78ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92bf5e465ece78ad","status":"passed","time":{"start":1707757417663,"stop":1707757417663,"duration":0}},{"uid":"6dc7a83da21ea1a1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6dc7a83da21ea1a1","status":"passed","time":{"start":1707756047292,"stop":1707756047292,"duration":0}},{"uid":"a83a260a3ab412c9","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a83a260a3ab412c9","status":"passed","time":{"start":1707753465440,"stop":1707753465440,"duration":0}},{"uid":"16baceee24309467","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/16baceee24309467","status":"passed","time":{"start":1707753193780,"stop":1707753193780,"duration":0}},{"uid":"188708c20676ea47","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/188708c20676ea47","status":"passed","time":{"start":1707750594364,"stop":1707750594364,"duration":0}},{"uid":"47a1e98c08f1d531","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/47a1e98c08f1d531","status":"passed","time":{"start":1707736511735,"stop":1707736511736,"duration":1}},{"uid":"23b0c6ef734c9766","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/23b0c6ef734c9766","status":"passed","time":{"start":1707735693123,"stop":1707735693123,"duration":0}}]},"825320dc610bd6afece737cf7767e3e9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6cee2c8d7682e14f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6cee2c8d7682e14f","status":"passed","time":{"start":1707793028289,"stop":1707793028289,"duration":0}},{"uid":"4ed846368f999d78","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ed846368f999d78","status":"passed","time":{"start":1707777973004,"stop":1707777973004,"duration":0}},{"uid":"4102d6b77940d055","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4102d6b77940d055","status":"passed","time":{"start":1707775244533,"stop":1707775244533,"duration":0}},{"uid":"4a94d99a365a51c1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4a94d99a365a51c1","status":"passed","time":{"start":1707775050822,"stop":1707775050823,"duration":1}},{"uid":"b3a45460904e96c7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b3a45460904e96c7","status":"passed","time":{"start":1707770001384,"stop":1707770001384,"duration":0}},{"uid":"4581f2c4fc11ebcc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4581f2c4fc11ebcc","status":"passed","time":{"start":1707769843149,"stop":1707769843149,"duration":0}},{"uid":"57432f4ce881b82","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57432f4ce881b82","status":"passed","time":{"start":1707759965208,"stop":1707759965208,"duration":0}},{"uid":"c138f1f0e0c8a00c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c138f1f0e0c8a00c","status":"passed","time":{"start":1707757644394,"stop":1707757644395,"duration":1}},{"uid":"3be225fccefa491a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3be225fccefa491a","status":"passed","time":{"start":1707756267915,"stop":1707756267916,"duration":1}},{"uid":"f516b8f0a060b243","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f516b8f0a060b243","status":"passed","time":{"start":1707753668079,"stop":1707753668082,"duration":3}},{"uid":"bf16a1a9349142b0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/bf16a1a9349142b0","status":"passed","time":{"start":1707753423542,"stop":1707753423542,"duration":0}},{"uid":"840a433b1b6ed3f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/840a433b1b6ed3f3","status":"passed","time":{"start":1707750796036,"stop":1707750796037,"duration":1}},{"uid":"bee70d4224690e5f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bee70d4224690e5f","status":"passed","time":{"start":1707736730657,"stop":1707736730658,"duration":1}},{"uid":"b8199399af327158","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b8199399af327158","status":"passed","time":{"start":1707735912130,"stop":1707735912130,"duration":0}}]},"6d68e3f35efad28334379e22e756ff73:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6519c58c519cc39f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6519c58c519cc39f","status":"passed","time":{"start":1707793012462,"stop":1707793012462,"duration":0}},{"uid":"a5a756b9a46d2b17","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a5a756b9a46d2b17","status":"passed","time":{"start":1707777977655,"stop":1707777977655,"duration":0}},{"uid":"e18c595e4239755a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e18c595e4239755a","status":"passed","time":{"start":1707775258446,"stop":1707775258447,"duration":1}},{"uid":"8f5607f49fa7c086","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8f5607f49fa7c086","status":"passed","time":{"start":1707775081977,"stop":1707775081978,"duration":1}},{"uid":"4b96aa1a3c710dea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4b96aa1a3c710dea","status":"passed","time":{"start":1707769999853,"stop":1707769999853,"duration":0}},{"uid":"e404fc4b71294d4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e404fc4b71294d4","status":"passed","time":{"start":1707769841887,"stop":1707769841887,"duration":0}},{"uid":"ddfea25cdced9dfc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ddfea25cdced9dfc","status":"passed","time":{"start":1707759921443,"stop":1707759921443,"duration":0}},{"uid":"43e7d101fd451a27","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/43e7d101fd451a27","status":"passed","time":{"start":1707757624863,"stop":1707757624865,"duration":2}},{"uid":"279dbab1b30a03d7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/279dbab1b30a03d7","status":"passed","time":{"start":1707756261719,"stop":1707756261719,"duration":0}},{"uid":"2647dcc284674a72","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2647dcc284674a72","status":"passed","time":{"start":1707753651130,"stop":1707753651131,"duration":1}},{"uid":"b04b237f3e59c6e5","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b04b237f3e59c6e5","status":"passed","time":{"start":1707753409575,"stop":1707753409575,"duration":0}},{"uid":"6364dec027223f2f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6364dec027223f2f","status":"passed","time":{"start":1707736708311,"stop":1707736708312,"duration":1}},{"uid":"b013063f07037796","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b013063f07037796","status":"passed","time":{"start":1707735914374,"stop":1707735914375,"duration":1}}]},"528912c161f41843052cbe3ea61ea863:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3453d736075045c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3453d736075045c","status":"passed","time":{"start":1707793153223,"stop":1707793153223,"duration":0}},{"uid":"5773fcb881a3dba1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5773fcb881a3dba1","status":"passed","time":{"start":1707778114674,"stop":1707778114674,"duration":0}},{"uid":"b5b3148f78c43bc1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b3148f78c43bc1","status":"passed","time":{"start":1707775395375,"stop":1707775395376,"duration":1}},{"uid":"de5a8c880a286315","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/de5a8c880a286315","status":"passed","time":{"start":1707775205628,"stop":1707775205628,"duration":0}},{"uid":"a0c83500591e4681","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a0c83500591e4681","status":"passed","time":{"start":1707770131703,"stop":1707770131705,"duration":2}},{"uid":"199a531f6d405a68","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/199a531f6d405a68","status":"passed","time":{"start":1707769983276,"stop":1707769983276,"duration":0}},{"uid":"23431bfb7ac98c39","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/23431bfb7ac98c39","status":"passed","time":{"start":1707760095402,"stop":1707760095403,"duration":1}},{"uid":"1305310d11dac589","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1305310d11dac589","status":"passed","time":{"start":1707757790735,"stop":1707757790736,"duration":1}},{"uid":"51bc0fb9acd0ae0a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/51bc0fb9acd0ae0a","status":"passed","time":{"start":1707756409544,"stop":1707756409545,"duration":1}},{"uid":"7cb5a148ca671417","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7cb5a148ca671417","status":"passed","time":{"start":1707753793189,"stop":1707753793190,"duration":1}},{"uid":"a7173bbfa7a40178","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a7173bbfa7a40178","status":"passed","time":{"start":1707753573529,"stop":1707753573529,"duration":0}},{"uid":"c44849a0ab33a4f9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c44849a0ab33a4f9","status":"passed","time":{"start":1707750953980,"stop":1707750953980,"duration":0}},{"uid":"953dc04501787b62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/953dc04501787b62","status":"passed","time":{"start":1707736878967,"stop":1707736878967,"duration":0}},{"uid":"42655a4fdb73ba9a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/42655a4fdb73ba9a","status":"passed","time":{"start":1707736081270,"stop":1707736081270,"duration":0}}]},"31e5a76644dfe617c27ca652ab9a9c4d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c15b2212bac74fab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c15b2212bac74fab","status":"passed","time":{"start":1707793012464,"stop":1707793012465,"duration":1}},{"uid":"65d1c37b3aa0206e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/65d1c37b3aa0206e","status":"passed","time":{"start":1707777977658,"stop":1707777977659,"duration":1}},{"uid":"ab0b80cfddebdca7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ab0b80cfddebdca7","status":"passed","time":{"start":1707775258449,"stop":1707775258449,"duration":0}},{"uid":"63c28dcb34611484","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/63c28dcb34611484","status":"passed","time":{"start":1707775081990,"stop":1707775081990,"duration":0}},{"uid":"dccba2d9f830efb2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dccba2d9f830efb2","status":"passed","time":{"start":1707769999855,"stop":1707769999855,"duration":0}},{"uid":"35539a565f8417d1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/35539a565f8417d1","status":"passed","time":{"start":1707769841890,"stop":1707769841890,"duration":0}},{"uid":"83ac76e2dd4f0be5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/83ac76e2dd4f0be5","status":"passed","time":{"start":1707759921445,"stop":1707759921446,"duration":1}},{"uid":"d0b41a4acc5b0065","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d0b41a4acc5b0065","status":"passed","time":{"start":1707757624869,"stop":1707757624870,"duration":1}},{"uid":"10b167fc1368f880","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/10b167fc1368f880","status":"passed","time":{"start":1707756261731,"stop":1707756261731,"duration":0}},{"uid":"78c156c9950a66df","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/78c156c9950a66df","status":"passed","time":{"start":1707753651135,"stop":1707753651135,"duration":0}},{"uid":"a3a0f91071b0b176","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a3a0f91071b0b176","status":"passed","time":{"start":1707753409578,"stop":1707753409579,"duration":1}},{"uid":"5641b69c96bb724b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5641b69c96bb724b","status":"passed","time":{"start":1707750722036,"stop":1707750722036,"duration":0}},{"uid":"a697ad900892a915","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a697ad900892a915","status":"passed","time":{"start":1707736708316,"stop":1707736708317,"duration":1}},{"uid":"1ce11b8d63aec10a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1ce11b8d63aec10a","status":"passed","time":{"start":1707735914378,"stop":1707735914379,"duration":1}}]},"f81f25a66a20aa470bceb1915da634c5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d09349b31e91dcdd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d09349b31e91dcdd","status":"passed","time":{"start":1707751136364,"stop":1707751136364,"duration":0}}]},"05ddb5c1e9277d0f363fed2a4f6255be:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"44e0a8492cfa113","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/44e0a8492cfa113","status":"passed","time":{"start":1707793028267,"stop":1707793028268,"duration":1}},{"uid":"38e4a3a45d33a0d4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/38e4a3a45d33a0d4","status":"passed","time":{"start":1707777972993,"stop":1707777972994,"duration":1}},{"uid":"9154c88bafca39d2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9154c88bafca39d2","status":"passed","time":{"start":1707775244524,"stop":1707775244525,"duration":1}},{"uid":"d1f15cc10f505872","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d1f15cc10f505872","status":"passed","time":{"start":1707775050813,"stop":1707775050813,"duration":0}},{"uid":"d793e09e88ffa36a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d793e09e88ffa36a","status":"passed","time":{"start":1707770001374,"stop":1707770001375,"duration":1}},{"uid":"1309d55fe229b7f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1309d55fe229b7f1","status":"passed","time":{"start":1707769843139,"stop":1707769843140,"duration":1}},{"uid":"fe64f3fa614cc1fc","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fe64f3fa614cc1fc","status":"passed","time":{"start":1707759965183,"stop":1707759965184,"duration":1}},{"uid":"8a07d6171cab533","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a07d6171cab533","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"5c37997f4916ad2b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5c37997f4916ad2b","status":"passed","time":{"start":1707756267893,"stop":1707756267894,"duration":1}},{"uid":"4362bc39dfae62b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4362bc39dfae62b4","status":"passed","time":{"start":1707753668022,"stop":1707753668023,"duration":1}},{"uid":"5c81c1d9c84cdfde","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5c81c1d9c84cdfde","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"97b9b13a2cb1739b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/97b9b13a2cb1739b","status":"passed","time":{"start":1707750796024,"stop":1707750796024,"duration":0}},{"uid":"c928000ebaf3bbbc","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c928000ebaf3bbbc","status":"passed","time":{"start":1707736730634,"stop":1707736730635,"duration":1}},{"uid":"1681ed348968a23b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1681ed348968a23b","status":"passed","time":{"start":1707735912114,"stop":1707735912115,"duration":1}}]},"131fb74016cec0ae3efa2b7d1f93ff68:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"409ee43c1014f032","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/409ee43c1014f032","status":"passed","time":{"start":1707778114674,"stop":1707778114675,"duration":1}}]},"93c37334e1d3e759a0cd262dbc2cf30a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c11e52c9b60dbf14","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c11e52c9b60dbf14","status":"passed","time":{"start":1707793238864,"stop":1707793238864,"duration":0}},{"uid":"b48f2fcc673a39d8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b48f2fcc673a39d8","status":"passed","time":{"start":1707778202466,"stop":1707778202467,"duration":1}},{"uid":"928d9e13e91864b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/928d9e13e91864b1","status":"passed","time":{"start":1707775486613,"stop":1707775486613,"duration":0}},{"uid":"1dca06991a343a8d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1dca06991a343a8d","status":"passed","time":{"start":1707775300130,"stop":1707775300130,"duration":0}},{"uid":"711c618cdd2e0af0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/711c618cdd2e0af0","status":"passed","time":{"start":1707770234571,"stop":1707770234572,"duration":1}},{"uid":"8717f4d271af4e5d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/8717f4d271af4e5d","status":"passed","time":{"start":1707770051362,"stop":1707770051362,"duration":0}},{"uid":"ffc0a04b04594ca7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ffc0a04b04594ca7","status":"passed","time":{"start":1707760174007,"stop":1707760174008,"duration":1}},{"uid":"db936a8524957633","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/db936a8524957633","status":"passed","time":{"start":1707757873909,"stop":1707757873909,"duration":0}},{"uid":"b3217122fbddd3e1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b3217122fbddd3e1","status":"passed","time":{"start":1707756499899,"stop":1707756499899,"duration":0}},{"uid":"6c61572a3be0492f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6c61572a3be0492f","status":"passed","time":{"start":1707753870425,"stop":1707753870425,"duration":0}},{"uid":"5e851703302cd643","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e851703302cd643","status":"passed","time":{"start":1707753647493,"stop":1707753647495,"duration":2}},{"uid":"aa64eec0b6b90f41","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/aa64eec0b6b90f41","status":"passed","time":{"start":1707751019564,"stop":1707751019564,"duration":0}},{"uid":"926891a4d885b160","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/926891a4d885b160","status":"passed","time":{"start":1707736947839,"stop":1707736947839,"duration":0}},{"uid":"ec5641a47e6f8936","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ec5641a47e6f8936","status":"passed","time":{"start":1707736152498,"stop":1707736152499,"duration":1}}]},"6e35806ad0c2bddc9f9327b56bf7bdb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"aab97a625d88f25c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aab97a625d88f25c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792878416,"stop":1707792878416,"duration":0}},{"uid":"ec5fe41cd0ec798e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ec5fe41cd0ec798e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777826932,"stop":1707777826932,"duration":0}},{"uid":"4a710a3ab500c25f","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4a710a3ab500c25f","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775103555,"stop":1707775103555,"duration":0}},{"uid":"54982fec0b5f8010","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54982fec0b5f8010","status":"skipped","statusDetails":"Test ignored","time":{"start":1707774906443,"stop":1707774906443,"duration":0}},{"uid":"94927b9fee4ba9d2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94927b9fee4ba9d2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769852804,"stop":1707769852804,"duration":0}},{"uid":"dabe2cea21cbf990","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dabe2cea21cbf990","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769706527,"stop":1707769706527,"duration":0}},{"uid":"9b7e25559dc92430","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9b7e25559dc92430","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759800532,"stop":1707759800532,"duration":0}},{"uid":"54f408788e96cf8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/54f408788e96cf8a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757496503,"stop":1707757496503,"duration":0}},{"uid":"5e228e63218a0084","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5e228e63218a0084","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756124839,"stop":1707756124839,"duration":0}},{"uid":"c4760d21a7a6aaab","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c4760d21a7a6aaab","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753544140,"stop":1707753544141,"duration":1}},{"uid":"5dcd7614700aa079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dcd7614700aa079","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753273866,"stop":1707753273868,"duration":2}},{"uid":"d7699839032c2171","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d7699839032c2171","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750672012,"stop":1707750672012,"duration":0}},{"uid":"78b680916afb4f24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/78b680916afb4f24","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736588887,"stop":1707736588887,"duration":0}},{"uid":"610fc9fec1aff7a1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/610fc9fec1aff7a1","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735772597,"stop":1707735772598,"duration":1}}]},"010acff7c2736f3217860d2fa3850e67:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"ec6fcb2e5ddcca0f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ec6fcb2e5ddcca0f","status":"passed","time":{"start":1707760095404,"stop":1707760095405,"duration":1}}]},"18abf556066ff128520fd1a0cbb22dfb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d77d2dbf084e0186","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d77d2dbf084e0186","status":"passed","time":{"start":1707793387156,"stop":1707793387156,"duration":0}},{"uid":"f4a5cbd0391b8c55","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f4a5cbd0391b8c55","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"12bcd1b95c71a686","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/12bcd1b95c71a686","status":"passed","time":{"start":1707775627622,"stop":1707775627622,"duration":0}},{"uid":"49ec108173c309e1","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ec108173c309e1","status":"passed","time":{"start":1707775424999,"stop":1707775424999,"duration":0}},{"uid":"704b374bbfe5335c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/704b374bbfe5335c","status":"passed","time":{"start":1707770359154,"stop":1707770359155,"duration":1}},{"uid":"5649ad5afa135613","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5649ad5afa135613","status":"passed","time":{"start":1707770134574,"stop":1707770134574,"duration":0}},{"uid":"c1765c15b0ed729f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c1765c15b0ed729f","status":"passed","time":{"start":1707760319219,"stop":1707760319220,"duration":1}},{"uid":"5eea3384c4741439","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5eea3384c4741439","status":"passed","time":{"start":1707758014868,"stop":1707758014868,"duration":0}},{"uid":"7ada6977f8b4b062","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7ada6977f8b4b062","status":"passed","time":{"start":1707756639369,"stop":1707756639369,"duration":0}},{"uid":"40c3d44a3542a031","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/40c3d44a3542a031","status":"passed","time":{"start":1707753945996,"stop":1707753945997,"duration":1}},{"uid":"8eca6c8d0e0730ec","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8eca6c8d0e0730ec","status":"passed","time":{"start":1707753803975,"stop":1707753803975,"duration":0}},{"uid":"6c883c6b8f5a131e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6c883c6b8f5a131e","status":"passed","time":{"start":1707751138035,"stop":1707751138035,"duration":0}},{"uid":"34a24862e7752d93","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/34a24862e7752d93","status":"passed","time":{"start":1707737096088,"stop":1707737096088,"duration":0}},{"uid":"a69a408b060bf66b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a69a408b060bf66b","status":"passed","time":{"start":1707736302666,"stop":1707736302666,"duration":0}}]},"de16209be57b15767f5c53d1f53c227b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"53412d951a41a02a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/53412d951a41a02a","status":"passed","time":{"start":1707793059100,"stop":1707793059100,"duration":0}},{"uid":"77ac286b5d3a78a4","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/77ac286b5d3a78a4","status":"passed","time":{"start":1707778002164,"stop":1707778002165,"duration":1}},{"uid":"9b7273bcf0343524","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9b7273bcf0343524","status":"passed","time":{"start":1707775288508,"stop":1707775288509,"duration":1}},{"uid":"93bffb7600c688a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/93bffb7600c688a7","status":"passed","time":{"start":1707775094102,"stop":1707775094102,"duration":0}},{"uid":"2b3881fdcb0eb0ce","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2b3881fdcb0eb0ce","status":"passed","time":{"start":1707770019756,"stop":1707770019756,"duration":0}},{"uid":"a6995182d9e0e4fb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a6995182d9e0e4fb","status":"passed","time":{"start":1707769883626,"stop":1707769883626,"duration":0}},{"uid":"19d534e75eb81d07","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/19d534e75eb81d07","status":"passed","time":{"start":1707759985511,"stop":1707759985511,"duration":0}},{"uid":"9268177645c5202e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/9268177645c5202e","status":"passed","time":{"start":1707757677810,"stop":1707757677810,"duration":0}},{"uid":"89872dddf7f11810","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/89872dddf7f11810","status":"passed","time":{"start":1707756291413,"stop":1707756291413,"duration":0}},{"uid":"a3de9f7412481da6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a3de9f7412481da6","status":"passed","time":{"start":1707753735501,"stop":1707753735501,"duration":0}},{"uid":"c465db0010676b1c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c465db0010676b1c","status":"passed","time":{"start":1707753472968,"stop":1707753472968,"duration":0}},{"uid":"ca8e7f53d2a06f37","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ca8e7f53d2a06f37","status":"passed","time":{"start":1707750845160,"stop":1707750845161,"duration":1}},{"uid":"b0de2bac8808d26a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b0de2bac8808d26a","status":"passed","time":{"start":1707736769675,"stop":1707736769675,"duration":0}},{"uid":"3eae84b736bf31fd","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3eae84b736bf31fd","status":"passed","time":{"start":1707735968261,"stop":1707735968261,"duration":0}}]},"75fd9fd97cdaeaa0c7a3aa1e43806cb6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c3d4fb922a23e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c3d4fb922a23e7c","status":"passed","time":{"start":1707793371124,"stop":1707793371125,"duration":1}},{"uid":"4adbe3a3212f1278","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4adbe3a3212f1278","status":"passed","time":{"start":1707778338858,"stop":1707778338859,"duration":1}},{"uid":"eac6f70ed49a8626","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/eac6f70ed49a8626","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"111be4d151d168b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/111be4d151d168b9","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"aa2e602284eb2e7c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa2e602284eb2e7c","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"7eb0f0b16926dba5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7eb0f0b16926dba5","status":"passed","time":{"start":1707769968735,"stop":1707769968735,"duration":0}},{"uid":"30d98a6f67108fbb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/30d98a6f67108fbb","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"2cb7ccf51b7e070b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2cb7ccf51b7e070b","status":"passed","time":{"start":1707758006726,"stop":1707758006726,"duration":0}},{"uid":"41e2ccbc1c121e14","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/41e2ccbc1c121e14","status":"passed","time":{"start":1707756617064,"stop":1707756617064,"duration":0}},{"uid":"5179c981dad6bc88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/5179c981dad6bc88","status":"passed","time":{"start":1707753988894,"stop":1707753988894,"duration":0}},{"uid":"e4820f3ca56395fb","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e4820f3ca56395fb","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"5fa58f0cd6e14afb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/5fa58f0cd6e14afb","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"b80bbda78f9f1eb","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b80bbda78f9f1eb","status":"passed","time":{"start":1707737091387,"stop":1707737091390,"duration":3}},{"uid":"846d806f01aefc63","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/846d806f01aefc63","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"6701866e0d5f881e16798761f6dc7e72:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e414ddb69493abc6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e414ddb69493abc6","status":"passed","time":{"start":1707792815079,"stop":1707792815079,"duration":0}},{"uid":"f8f1367b1bd4321d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f8f1367b1bd4321d","status":"passed","time":{"start":1707777764429,"stop":1707777764429,"duration":0}},{"uid":"354e04aaff3cdaa7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/354e04aaff3cdaa7","status":"passed","time":{"start":1707775040577,"stop":1707775040577,"duration":0}},{"uid":"a071dd455b0306a5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a071dd455b0306a5","status":"passed","time":{"start":1707774842471,"stop":1707774842471,"duration":0}},{"uid":"325fc2237f44ab8b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/325fc2237f44ab8b","status":"passed","time":{"start":1707769789802,"stop":1707769789802,"duration":0}},{"uid":"19c97e0c343b8829","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/19c97e0c343b8829","status":"passed","time":{"start":1707769642597,"stop":1707769642597,"duration":0}},{"uid":"abdaa1b2eb88a07c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/abdaa1b2eb88a07c","status":"passed","time":{"start":1707759737375,"stop":1707759737376,"duration":1}},{"uid":"a90a0818913ea64f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a90a0818913ea64f","status":"passed","time":{"start":1707757432391,"stop":1707757432391,"duration":0}},{"uid":"b062cce2797c5147","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b062cce2797c5147","status":"passed","time":{"start":1707756061418,"stop":1707756061418,"duration":0}},{"uid":"9a072271314d615d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9a072271314d615d","status":"passed","time":{"start":1707753479972,"stop":1707753479972,"duration":0}},{"uid":"4f752fd82f2a14a2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4f752fd82f2a14a2","status":"passed","time":{"start":1707753208670,"stop":1707753208671,"duration":1}},{"uid":"ac3700f93d1c97bc","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ac3700f93d1c97bc","status":"passed","time":{"start":1707750608874,"stop":1707750608874,"duration":0}},{"uid":"31e04d7481866bf5","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/31e04d7481866bf5","status":"passed","time":{"start":1707736526328,"stop":1707736526328,"duration":0}},{"uid":"407b7c973a0a11b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/407b7c973a0a11b0","status":"passed","time":{"start":1707735708004,"stop":1707735708004,"duration":0}}]},"9fdb72cbbc0f05cc501abaae655fa2cd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"597ab9f4c3d997cd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/597ab9f4c3d997cd","status":"passed","time":{"start":1707793238860,"stop":1707793238861,"duration":1}},{"uid":"415296703b9b67a1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/415296703b9b67a1","status":"passed","time":{"start":1707778202462,"stop":1707778202463,"duration":1}},{"uid":"5e9cb3add921f9f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e9cb3add921f9f8","status":"passed","time":{"start":1707775486604,"stop":1707775486606,"duration":2}},{"uid":"ea11c0668dc8dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ea11c0668dc8dac5","status":"passed","time":{"start":1707775300126,"stop":1707775300127,"duration":1}},{"uid":"cd0d15345a8080c6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cd0d15345a8080c6","status":"passed","time":{"start":1707770234568,"stop":1707770234568,"duration":0}},{"uid":"285fedef4717ea1c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/285fedef4717ea1c","status":"passed","time":{"start":1707770051359,"stop":1707770051359,"duration":0}},{"uid":"284498496e1beed","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/284498496e1beed","status":"passed","time":{"start":1707760173994,"stop":1707760173994,"duration":0}},{"uid":"880850bf2db742c0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/880850bf2db742c0","status":"passed","time":{"start":1707757873886,"stop":1707757873893,"duration":7}},{"uid":"e4c3b373a5a8ca46","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e4c3b373a5a8ca46","status":"passed","time":{"start":1707756499892,"stop":1707756499892,"duration":0}},{"uid":"ff505826b76fd3fc","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ff505826b76fd3fc","status":"passed","time":{"start":1707753870420,"stop":1707753870420,"duration":0}},{"uid":"cc4f77a4931ff728","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/cc4f77a4931ff728","status":"passed","time":{"start":1707753647459,"stop":1707753647462,"duration":3}},{"uid":"d90b39d335ab10dd","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d90b39d335ab10dd","status":"passed","time":{"start":1707751019561,"stop":1707751019561,"duration":0}},{"uid":"a63dd4fc4b42681c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a63dd4fc4b42681c","status":"passed","time":{"start":1707736947835,"stop":1707736947836,"duration":1}},{"uid":"6e2fe3573fc1b05d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6e2fe3573fc1b05d","status":"passed","time":{"start":1707736152490,"stop":1707736152495,"duration":5}}]},"b1dfdef8b9077e48e5cade9efc781742:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"451b8469be9f9d5a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/451b8469be9f9d5a","status":"passed","time":{"start":1707792907234,"stop":1707792907234,"duration":0}},{"uid":"9b21abfbc5303be5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9b21abfbc5303be5","status":"passed","time":{"start":1707777859860,"stop":1707777859860,"duration":0}},{"uid":"d25a85d0d09eb70e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d25a85d0d09eb70e","status":"passed","time":{"start":1707775133679,"stop":1707775133679,"duration":0}},{"uid":"751b0ed7436721f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/751b0ed7436721f5","status":"passed","time":{"start":1707774942684,"stop":1707774942684,"duration":0}},{"uid":"94f18941b3873876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/94f18941b3873876","status":"passed","time":{"start":1707769878817,"stop":1707769878817,"duration":0}},{"uid":"998a5af5272b2e7b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/998a5af5272b2e7b","status":"passed","time":{"start":1707769735037,"stop":1707769735049,"duration":12}},{"uid":"fdaa26c769e2679b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fdaa26c769e2679b","status":"passed","time":{"start":1707759831203,"stop":1707759831204,"duration":1}},{"uid":"691c1815d3b6b07d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/691c1815d3b6b07d","status":"passed","time":{"start":1707757528827,"stop":1707757528837,"duration":10}},{"uid":"308b2df0a5a99ab6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/308b2df0a5a99ab6","status":"passed","time":{"start":1707756157296,"stop":1707756157297,"duration":1}},{"uid":"b91fbf6017a6d7ed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b91fbf6017a6d7ed","status":"passed","time":{"start":1707753578477,"stop":1707753578478,"duration":1}},{"uid":"5d1d2aa76704c7a4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5d1d2aa76704c7a4","status":"passed","time":{"start":1707753307899,"stop":1707753307899,"duration":0}},{"uid":"4d9d369c3edbbbd3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4d9d369c3edbbbd3","status":"passed","time":{"start":1707750703129,"stop":1707750703129,"duration":0}},{"uid":"dde1df15a6890fe2","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/dde1df15a6890fe2","status":"passed","time":{"start":1707736629977,"stop":1707736629979,"duration":2}},{"uid":"def8e52c91496ce8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/def8e52c91496ce8","status":"passed","time":{"start":1707735809092,"stop":1707735809092,"duration":0}}]},"35d85074a2b3482824fc0af7ddabd3e2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5b1de96073a2b31","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b5b1de96073a2b31","status":"passed","time":{"start":1707775244530,"stop":1707775244531,"duration":1}}]},"699992428f2a605ac0600b5acaf8e8b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"86c5fc5f2608fd10","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/86c5fc5f2608fd10","status":"passed","time":{"start":1707793153214,"stop":1707793153214,"duration":0}},{"uid":"c29707dc03018c19","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c29707dc03018c19","status":"passed","time":{"start":1707778114666,"stop":1707778114666,"duration":0}},{"uid":"43380e273464c4a3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/43380e273464c4a3","status":"passed","time":{"start":1707775395369,"stop":1707775395369,"duration":0}},{"uid":"259f1a47e4bd6862","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/259f1a47e4bd6862","status":"passed","time":{"start":1707775205622,"stop":1707775205622,"duration":0}},{"uid":"421ca229551fe733","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/421ca229551fe733","status":"passed","time":{"start":1707770131696,"stop":1707770131696,"duration":0}},{"uid":"ab559f583881af4e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ab559f583881af4e","status":"passed","time":{"start":1707769983267,"stop":1707769983267,"duration":0}},{"uid":"47d32e22f2d1f60e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/47d32e22f2d1f60e","status":"passed","time":{"start":1707760095396,"stop":1707760095396,"duration":0}},{"uid":"94657430d42ac781","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/94657430d42ac781","status":"passed","time":{"start":1707757790726,"stop":1707757790726,"duration":0}},{"uid":"485bba68892b95e7","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/485bba68892b95e7","status":"passed","time":{"start":1707756409538,"stop":1707756409538,"duration":0}},{"uid":"ab009dcedc0002e5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ab009dcedc0002e5","status":"passed","time":{"start":1707753793183,"stop":1707753793183,"duration":0}},{"uid":"6f6ac7656eac3ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f6ac7656eac3ea","status":"passed","time":{"start":1707753573522,"stop":1707753573523,"duration":1}},{"uid":"34259d401efb04d2","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/34259d401efb04d2","status":"passed","time":{"start":1707750953970,"stop":1707750953970,"duration":0}},{"uid":"647825b9f42075a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/647825b9f42075a","status":"passed","time":{"start":1707736878960,"stop":1707736878960,"duration":0}},{"uid":"40f8e0c5e601ae32","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/40f8e0c5e601ae32","status":"passed","time":{"start":1707736081264,"stop":1707736081265,"duration":1}}]},"6aec30bb3cc3318fba6fd20aa6d3e9a7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"395daa74d1d91d8a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/395daa74d1d91d8a","status":"passed","time":{"start":1707753870472,"stop":1707753870472,"duration":0}}]},"f7a0151ad1bfeb39ff61db2b9a0e166f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d274040492ba7f7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d274040492ba7f7a","status":"passed","time":{"start":1707793371114,"stop":1707793371115,"duration":1}},{"uid":"e650b6f54e6df667","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e650b6f54e6df667","status":"passed","time":{"start":1707778338854,"stop":1707778338855,"duration":1}},{"uid":"b883e1b647fef285","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b883e1b647fef285","status":"passed","time":{"start":1707775602032,"stop":1707775602032,"duration":0}},{"uid":"8c1414b0bc56f89e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8c1414b0bc56f89e","status":"passed","time":{"start":1707775390245,"stop":1707775390245,"duration":0}},{"uid":"9b293c09d5992ddd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9b293c09d5992ddd","status":"passed","time":{"start":1707770335618,"stop":1707770335618,"duration":0}},{"uid":"1900e728975cead3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1900e728975cead3","status":"passed","time":{"start":1707769968731,"stop":1707769968731,"duration":0}},{"uid":"e64bceb456e06f9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e64bceb456e06f9","status":"passed","time":{"start":1707760301823,"stop":1707760301824,"duration":1}},{"uid":"d6f32caa6587de0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d6f32caa6587de0","status":"passed","time":{"start":1707758006721,"stop":1707758006721,"duration":0}},{"uid":"ca9a1201c5361ad2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ca9a1201c5361ad2","status":"passed","time":{"start":1707756617056,"stop":1707756617056,"duration":0}},{"uid":"bc8d3fda4fe12f1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bc8d3fda4fe12f1","status":"passed","time":{"start":1707753988889,"stop":1707753988889,"duration":0}},{"uid":"c946789fbe7852fe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c946789fbe7852fe","status":"passed","time":{"start":1707753782775,"stop":1707753782776,"duration":1}},{"uid":"d0b226175929c37d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d0b226175929c37d","status":"passed","time":{"start":1707751162321,"stop":1707751162321,"duration":0}},{"uid":"e41799162b0a9cad","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e41799162b0a9cad","status":"passed","time":{"start":1707737091359,"stop":1707737091359,"duration":0}},{"uid":"ca890025956fed7d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ca890025956fed7d","status":"passed","time":{"start":1707736260160,"stop":1707736260161,"duration":1}}]},"1fbf562ef076cf037a0ef5c6412486a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"78da8706a006216d","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/78da8706a006216d","status":"passed","time":{"start":1707792805606,"stop":1707792805606,"duration":0}},{"uid":"c5cfdd240f208381","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c5cfdd240f208381","status":"passed","time":{"start":1707777754770,"stop":1707777754771,"duration":1}},{"uid":"b64920b05e098b9d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b64920b05e098b9d","status":"passed","time":{"start":1707775031078,"stop":1707775031078,"duration":0}},{"uid":"5e38e8035b3bbb05","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5e38e8035b3bbb05","status":"passed","time":{"start":1707774832783,"stop":1707774832783,"duration":0}},{"uid":"21bbd40568403876","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/21bbd40568403876","status":"passed","time":{"start":1707769780300,"stop":1707769780300,"duration":0}},{"uid":"d600637afb7d5b72","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d600637afb7d5b72","status":"passed","time":{"start":1707769633037,"stop":1707769633038,"duration":1}},{"uid":"71b3408a4414aafe","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/71b3408a4414aafe","status":"passed","time":{"start":1707759727750,"stop":1707759727750,"duration":0}},{"uid":"92dc5410f00cde5a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/92dc5410f00cde5a","status":"passed","time":{"start":1707757422582,"stop":1707757422582,"duration":0}},{"uid":"8df7745a1c0b9a58","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8df7745a1c0b9a58","status":"passed","time":{"start":1707756052100,"stop":1707756052101,"duration":1}},{"uid":"d2102904a0ca4446","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d2102904a0ca4446","status":"passed","time":{"start":1707753470377,"stop":1707753470377,"duration":0}},{"uid":"e15b20b3394e6794","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e15b20b3394e6794","status":"passed","time":{"start":1707753198735,"stop":1707753198735,"duration":0}},{"uid":"3963d903e329fca1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3963d903e329fca1","status":"passed","time":{"start":1707750599245,"stop":1707750599245,"duration":0}},{"uid":"65e04d0d65d22fef","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/65e04d0d65d22fef","status":"passed","time":{"start":1707736516627,"stop":1707736516627,"duration":0}},{"uid":"6875ca4a7d71f69","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6875ca4a7d71f69","status":"passed","time":{"start":1707735698160,"stop":1707735698160,"duration":0}}]},"6b3594d8a53e4df8f11157ea51c39cc2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3bf1ef6096f8390c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3bf1ef6096f8390c","status":"passed","time":{"start":1707793383650,"stop":1707793383651,"duration":1}},{"uid":"18fe2445b781198b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/18fe2445b781198b","status":"passed","time":{"start":1707778343612,"stop":1707778343613,"duration":1}},{"uid":"c6b34075e8b8afb2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c6b34075e8b8afb2","status":"passed","time":{"start":1707775620188,"stop":1707775620188,"duration":0}},{"uid":"924dbabbaafe6706","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/924dbabbaafe6706","status":"passed","time":{"start":1707775421264,"stop":1707775421264,"duration":0}},{"uid":"67bbd8491ad92a1a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/67bbd8491ad92a1a","status":"passed","time":{"start":1707770355205,"stop":1707770355205,"duration":0}},{"uid":"3a7745ca18b31769","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/3a7745ca18b31769","status":"passed","time":{"start":1707770126650,"stop":1707770126650,"duration":0}},{"uid":"1aaae7fff58f2f23","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1aaae7fff58f2f23","status":"passed","time":{"start":1707760312928,"stop":1707760312928,"duration":0}},{"uid":"794888dc8dc505a3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/794888dc8dc505a3","status":"passed","time":{"start":1707758011522,"stop":1707758011522,"duration":0}},{"uid":"f60a76e2b31d7803","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f60a76e2b31d7803","status":"passed","time":{"start":1707756635736,"stop":1707756635736,"duration":0}},{"uid":"62023f7797656aa6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/62023f7797656aa6","status":"passed","time":{"start":1707753934639,"stop":1707753934641,"duration":2}},{"uid":"6e5804ae345276db","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6e5804ae345276db","status":"passed","time":{"start":1707753799511,"stop":1707753799511,"duration":0}},{"uid":"7c5591151a2a6d8d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7c5591151a2a6d8d","status":"passed","time":{"start":1707751117571,"stop":1707751117572,"duration":1}},{"uid":"9b49c42ac5ca0cf4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9b49c42ac5ca0cf4","status":"passed","time":{"start":1707737090806,"stop":1707737090807,"duration":1}},{"uid":"c9bd5c88ed383d7f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c9bd5c88ed383d7f","status":"passed","time":{"start":1707736296308,"stop":1707736296308,"duration":0}}]},"8b6724788d12b89e3f480dbfc149f09d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"29c08dd8a5f90d0b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/29c08dd8a5f90d0b","status":"passed","time":{"start":1707792805568,"stop":1707792805569,"duration":1}},{"uid":"ad7f7c1e19cdb631","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad7f7c1e19cdb631","status":"passed","time":{"start":1707777754562,"stop":1707777754562,"duration":0}},{"uid":"255ac9a891d386c4","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/255ac9a891d386c4","status":"passed","time":{"start":1707775031071,"stop":1707775031072,"duration":1}},{"uid":"48319a02d831f1bc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48319a02d831f1bc","status":"passed","time":{"start":1707774832649,"stop":1707774832649,"duration":0}},{"uid":"fe45b00675a1c1a7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fe45b00675a1c1a7","status":"passed","time":{"start":1707769780144,"stop":1707769780144,"duration":0}},{"uid":"87f2bdbcd8ad9ea1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/87f2bdbcd8ad9ea1","status":"passed","time":{"start":1707769632866,"stop":1707769632866,"duration":0}},{"uid":"c6a430b86df62d1b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6a430b86df62d1b","status":"passed","time":{"start":1707759727625,"stop":1707759727626,"duration":1}},{"uid":"edfbb66f4d2e7a3c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/edfbb66f4d2e7a3c","status":"passed","time":{"start":1707757422397,"stop":1707757422398,"duration":1}},{"uid":"14c68c5caf623470","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/14c68c5caf623470","status":"passed","time":{"start":1707756051815,"stop":1707756051815,"duration":0}},{"uid":"c6ece7ccb7944f51","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c6ece7ccb7944f51","status":"passed","time":{"start":1707753470070,"stop":1707753470071,"duration":1}},{"uid":"71b3f37bd62a51b3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/71b3f37bd62a51b3","status":"passed","time":{"start":1707753198802,"stop":1707753198802,"duration":0}},{"uid":"106e4429930ed93e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/106e4429930ed93e","status":"passed","time":{"start":1707750599091,"stop":1707750599091,"duration":0}},{"uid":"75fab65628553e0d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/75fab65628553e0d","status":"passed","time":{"start":1707736516545,"stop":1707736516546,"duration":1}},{"uid":"41db695d1a4c96d8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/41db695d1a4c96d8","status":"passed","time":{"start":1707735697896,"stop":1707735697896,"duration":0}}]},"f5087b4d7abdadd0f1448ee5cb210ac4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b573e086563c680b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b573e086563c680b","status":"passed","time":{"start":1707793128331,"stop":1707793128332,"duration":1}},{"uid":"1e11bc1516bcf938","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1e11bc1516bcf938","status":"passed","time":{"start":1707778092878,"stop":1707778092884,"duration":6}},{"uid":"65ed07337405110a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/65ed07337405110a","status":"passed","time":{"start":1707775368918,"stop":1707775368919,"duration":1}},{"uid":"6f0fa2853d5add7c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6f0fa2853d5add7c","status":"passed","time":{"start":1707775183287,"stop":1707775183287,"duration":0}},{"uid":"bc440b139c9fc458","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc440b139c9fc458","status":"passed","time":{"start":1707770111438,"stop":1707770111439,"duration":1}},{"uid":"867257741ce7c59a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/867257741ce7c59a","status":"passed","time":{"start":1707769973818,"stop":1707769973818,"duration":0}},{"uid":"f94bd36f41b7045b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f94bd36f41b7045b","status":"passed","time":{"start":1707760073028,"stop":1707760073031,"duration":3}},{"uid":"fa3e08dafdc25867","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fa3e08dafdc25867","status":"passed","time":{"start":1707757771073,"stop":1707757771073,"duration":0}},{"uid":"ddcda0d50ef9514c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ddcda0d50ef9514c","status":"passed","time":{"start":1707756387891,"stop":1707756387891,"duration":0}},{"uid":"b6ffb9772c6db03f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6ffb9772c6db03f","status":"passed","time":{"start":1707753783839,"stop":1707753783839,"duration":0}},{"uid":"474bd269c1d47eed","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/474bd269c1d47eed","status":"passed","time":{"start":1707753549844,"stop":1707753549845,"duration":1}},{"uid":"e4a6c37967972d24","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e4a6c37967972d24","status":"passed","time":{"start":1707750934222,"stop":1707750934222,"duration":0}},{"uid":"9e4746e43535b2d0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9e4746e43535b2d0","status":"passed","time":{"start":1707736857300,"stop":1707736857300,"duration":0}},{"uid":"7a0ac067c03864ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7a0ac067c03864ee","status":"passed","time":{"start":1707736056534,"stop":1707736056534,"duration":0}}]},"e8502be231a674d101cb5d0908fb25df:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2f61758232802d7a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f61758232802d7a","status":"passed","time":{"start":1707793168684,"stop":1707793168685,"duration":1}},{"uid":"de9fc83333c01153","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de9fc83333c01153","status":"passed","time":{"start":1707778126350,"stop":1707778126350,"duration":0}},{"uid":"6fbc8a4b631363c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6fbc8a4b631363c9","status":"passed","time":{"start":1707775409486,"stop":1707775409492,"duration":6}},{"uid":"f5b94241626f97aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f5b94241626f97aa","status":"passed","time":{"start":1707775219999,"stop":1707775220000,"duration":1}},{"uid":"ebb46bdddbe6fd5e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ebb46bdddbe6fd5e","status":"passed","time":{"start":1707770142485,"stop":1707770142486,"duration":1}},{"uid":"6f1e6a1ef63b183e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6f1e6a1ef63b183e","status":"passed","time":{"start":1707769994545,"stop":1707769994545,"duration":0}},{"uid":"7532496134fcdc6b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7532496134fcdc6b","status":"passed","time":{"start":1707760106460,"stop":1707760106460,"duration":0}},{"uid":"66123ee5f3046e5b","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/66123ee5f3046e5b","status":"passed","time":{"start":1707757804300,"stop":1707757804301,"duration":1}},{"uid":"47c8564be44bfb3a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/47c8564be44bfb3a","status":"passed","time":{"start":1707756422349,"stop":1707756422349,"duration":0}},{"uid":"94c3591fa1dab7be","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/94c3591fa1dab7be","status":"passed","time":{"start":1707753796551,"stop":1707753796551,"duration":0}},{"uid":"89df62c8591dbc98","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/89df62c8591dbc98","status":"passed","time":{"start":1707753586167,"stop":1707753586167,"duration":0}},{"uid":"f583be82da667059","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/f583be82da667059","status":"passed","time":{"start":1707750964808,"stop":1707750964809,"duration":1}},{"uid":"cf130a2ce6b274a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/cf130a2ce6b274a7","status":"passed","time":{"start":1707736890440,"stop":1707736890440,"duration":0}},{"uid":"7ffef70a35ffd0e0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7ffef70a35ffd0e0","status":"passed","time":{"start":1707736096392,"stop":1707736096392,"duration":0}}]},"2ab1dcd58788c687296af5dfdc4e4691:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5c12b642cd8d8f77","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5c12b642cd8d8f77","status":"passed","time":{"start":1707792878415,"stop":1707792878415,"duration":0}},{"uid":"5b7de0689a294d14","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/5b7de0689a294d14","status":"passed","time":{"start":1707777826929,"stop":1707777826930,"duration":1}},{"uid":"6853f19c3f4eeb70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6853f19c3f4eeb70","status":"passed","time":{"start":1707775103554,"stop":1707775103554,"duration":0}},{"uid":"7b469dfa2f8228c5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/7b469dfa2f8228c5","status":"passed","time":{"start":1707774906442,"stop":1707774906443,"duration":1}},{"uid":"50d0ef14bc3be711","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50d0ef14bc3be711","status":"passed","time":{"start":1707769852803,"stop":1707769852803,"duration":0}},{"uid":"4ce13368df6c8a66","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4ce13368df6c8a66","status":"passed","time":{"start":1707769706526,"stop":1707769706526,"duration":0}},{"uid":"ae8add404a418da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ae8add404a418da","status":"passed","time":{"start":1707759800530,"stop":1707759800531,"duration":1}},{"uid":"aa9246e85693e0d3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/aa9246e85693e0d3","status":"passed","time":{"start":1707757496502,"stop":1707757496502,"duration":0}},{"uid":"65574bf3ea79db15","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/65574bf3ea79db15","status":"passed","time":{"start":1707756124836,"stop":1707756124837,"duration":1}},{"uid":"55c0879729244e00","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/55c0879729244e00","status":"passed","time":{"start":1707753544139,"stop":1707753544139,"duration":0}},{"uid":"f079ac859e543821","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f079ac859e543821","status":"passed","time":{"start":1707753273865,"stop":1707753273865,"duration":0}},{"uid":"7a0425181e1c7548","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7a0425181e1c7548","status":"passed","time":{"start":1707750672011,"stop":1707750672011,"duration":0}},{"uid":"ef3eeb0182a0f2ba","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ef3eeb0182a0f2ba","status":"passed","time":{"start":1707736588886,"stop":1707736588886,"duration":0}},{"uid":"8cdc85c9438bc49f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8cdc85c9438bc49f","status":"passed","time":{"start":1707735772596,"stop":1707735772597,"duration":1}}]},"99999fe5891aee3d6f3f8eb1a248dc03:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"6b96812c18f04ce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/6b96812c18f04ce","status":"passed","time":{"start":1707756267910,"stop":1707756267911,"duration":1}}]},"93d329b8fce765f4bcf045f2385f352d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"c9fbbf0f3e327a09","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c9fbbf0f3e327a09","status":"passed","time":{"start":1707792792547,"stop":1707792792547,"duration":0}},{"uid":"9ed7510cb81152bb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9ed7510cb81152bb","status":"passed","time":{"start":1707777741283,"stop":1707777741284,"duration":1}},{"uid":"ff42e32f673e9ba9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ff42e32f673e9ba9","status":"passed","time":{"start":1707775017581,"stop":1707775017582,"duration":1}},{"uid":"35e9aeb00c9e8b59","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35e9aeb00c9e8b59","status":"passed","time":{"start":1707774819157,"stop":1707774819158,"duration":1}},{"uid":"9fee36f20095e4f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9fee36f20095e4f","status":"passed","time":{"start":1707769766682,"stop":1707769766683,"duration":1}},{"uid":"49af121de154ef9c","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/49af121de154ef9c","status":"passed","time":{"start":1707769619244,"stop":1707769619246,"duration":2}},{"uid":"3155bacc234bc144","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3155bacc234bc144","status":"passed","time":{"start":1707759714506,"stop":1707759714506,"duration":0}},{"uid":"6422ed171bdce2ec","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6422ed171bdce2ec","status":"passed","time":{"start":1707757408919,"stop":1707757408920,"duration":1}},{"uid":"8aeb99bb6391fc82","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8aeb99bb6391fc82","status":"passed","time":{"start":1707756038647,"stop":1707756038648,"duration":1}},{"uid":"bbdfd8fe48bf2dd0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bbdfd8fe48bf2dd0","status":"passed","time":{"start":1707753456818,"stop":1707753456818,"duration":0}},{"uid":"b3f77d5c12b014a3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b3f77d5c12b014a3","status":"passed","time":{"start":1707753185025,"stop":1707753185025,"duration":0}},{"uid":"e6cb2a71aebf55d1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e6cb2a71aebf55d1","status":"passed","time":{"start":1707750585688,"stop":1707750585689,"duration":1}},{"uid":"8622e2b841fddf7d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8622e2b841fddf7d","status":"passed","time":{"start":1707736503240,"stop":1707736503241,"duration":1}},{"uid":"fadb974e0c13bbfe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/fadb974e0c13bbfe","status":"passed","time":{"start":1707735684538,"stop":1707735684539,"duration":1}}]},"f5c0e9b4dfa632b0fde8ee20766a308e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"971cbc42d281bfc3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/971cbc42d281bfc3","status":"skipped","statusDetails":"Test ignored","time":{"start":1707793168678,"stop":1707793168678,"duration":0}},{"uid":"ad5f79e861f34d26","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ad5f79e861f34d26","status":"skipped","statusDetails":"Test ignored","time":{"start":1707778126346,"stop":1707778126346,"duration":0}},{"uid":"d4463ae7405eb2ec","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4463ae7405eb2ec","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775409484,"stop":1707775409484,"duration":0}},{"uid":"c87549886965f03d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c87549886965f03d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775219996,"stop":1707775219996,"duration":0}},{"uid":"a8f39824771c7567","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a8f39824771c7567","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770142483,"stop":1707770142483,"duration":0}},{"uid":"b9294c6f6e7172fc","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b9294c6f6e7172fc","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769994537,"stop":1707769994537,"duration":0}},{"uid":"3dea7f62062b5e8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3dea7f62062b5e8d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707760106457,"stop":1707760106457,"duration":0}},{"uid":"ad7e6a4dc44f6062","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ad7e6a4dc44f6062","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757804294,"stop":1707757804295,"duration":1}},{"uid":"662bc9a08827c08c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/662bc9a08827c08c","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756422346,"stop":1707756422347,"duration":1}},{"uid":"34b91eada9d8380d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/34b91eada9d8380d","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753796548,"stop":1707753796548,"duration":0}},{"uid":"7f344e21784df7d8","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/7f344e21784df7d8","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753586164,"stop":1707753586164,"duration":0}},{"uid":"811481c96880a357","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/811481c96880a357","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750964803,"stop":1707750964803,"duration":0}},{"uid":"8a514315132bc555","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8a514315132bc555","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736890437,"stop":1707736890437,"duration":0}},{"uid":"770525f3e68826da","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/770525f3e68826da","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736096390,"stop":1707736096390,"duration":0}}]},"602123f839c2790fcbde5ed1a651aa5b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"216572bf2cfb22ea","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/216572bf2cfb22ea","status":"passed","time":{"start":1707770234593,"stop":1707770234593,"duration":0}}]},"3f657c3f7b8915d7897075f7b0b4b4a3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ff1ce72f4aa93ce0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ff1ce72f4aa93ce0","status":"passed","time":{"start":1707793304782,"stop":1707793304783,"duration":1}},{"uid":"f0488c032541a92e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f0488c032541a92e","status":"passed","time":{"start":1707778270359,"stop":1707778270359,"duration":0}},{"uid":"96e173655408fcd1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/96e173655408fcd1","status":"passed","time":{"start":1707775545728,"stop":1707775545729,"duration":1}},{"uid":"5ccdc0905df38a71","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5ccdc0905df38a71","status":"passed","time":{"start":1707775359952,"stop":1707775359953,"duration":1}},{"uid":"3315332233dd4c44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3315332233dd4c44","status":"passed","time":{"start":1707770293501,"stop":1707770293501,"duration":0}},{"uid":"ed9a1589af8f324e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ed9a1589af8f324e","status":"passed","time":{"start":1707770099496,"stop":1707770099497,"duration":1}},{"uid":"1de8f78fb8845469","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1de8f78fb8845469","status":"passed","time":{"start":1707760242014,"stop":1707760242015,"duration":1}},{"uid":"dddeacf310a04099","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/dddeacf310a04099","status":"passed","time":{"start":1707757936357,"stop":1707757936357,"duration":0}},{"uid":"48d334ef0515a6ea","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/48d334ef0515a6ea","status":"passed","time":{"start":1707756564913,"stop":1707756564913,"duration":0}},{"uid":"cd85849d586a005b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cd85849d586a005b","status":"passed","time":{"start":1707753906982,"stop":1707753906983,"duration":1}},{"uid":"80ab265433048a5c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/80ab265433048a5c","status":"passed","time":{"start":1707753724177,"stop":1707753724177,"duration":0}},{"uid":"21eef9a96e6481de","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/21eef9a96e6481de","status":"passed","time":{"start":1707751082965,"stop":1707751082965,"duration":0}},{"uid":"5f5eb6ba0c67391d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5f5eb6ba0c67391d","status":"passed","time":{"start":1707736996442,"stop":1707736996442,"duration":0}},{"uid":"5d2b9e6f940c6c1c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5d2b9e6f940c6c1c","status":"passed","time":{"start":1707736227461,"stop":1707736227461,"duration":0}}]},"fd390aa89ea3a135fe5bf5d884d0ac9d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"aface0bf0b14b46b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/aface0bf0b14b46b","status":"passed","time":{"start":1707753647525,"stop":1707753647526,"duration":1}}]},"dcc5f270fdc687bed600c2e6a1f7a263:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"6e1e02c7861f1774","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e1e02c7861f1774","status":"passed","time":{"start":1707793387155,"stop":1707793387156,"duration":1}},{"uid":"bedfd67c40616dc1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/bedfd67c40616dc1","status":"passed","time":{"start":1707778357267,"stop":1707778357267,"duration":0}},{"uid":"ce029271bc9d1e81","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/ce029271bc9d1e81","status":"passed","time":{"start":1707775627621,"stop":1707775627621,"duration":0}},{"uid":"ee2a8225f139c95","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ee2a8225f139c95","status":"passed","time":{"start":1707775424998,"stop":1707775424998,"duration":0}},{"uid":"9e3f254b547dbbd8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9e3f254b547dbbd8","status":"passed","time":{"start":1707770359154,"stop":1707770359154,"duration":0}},{"uid":"947ca0448a9b36d3","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/947ca0448a9b36d3","status":"passed","time":{"start":1707770134573,"stop":1707770134574,"duration":1}},{"uid":"3501299bdf9d29b1","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3501299bdf9d29b1","status":"passed","time":{"start":1707760319219,"stop":1707760319219,"duration":0}},{"uid":"61d07827dc29892f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/61d07827dc29892f","status":"passed","time":{"start":1707758014867,"stop":1707758014868,"duration":1}},{"uid":"c88e986cf3d1d59a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c88e986cf3d1d59a","status":"passed","time":{"start":1707756639368,"stop":1707756639368,"duration":0}},{"uid":"cf87a15241445c8e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/cf87a15241445c8e","status":"passed","time":{"start":1707753945994,"stop":1707753945995,"duration":1}},{"uid":"5213ac71fdc77133","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5213ac71fdc77133","status":"passed","time":{"start":1707753803974,"stop":1707753803975,"duration":1}},{"uid":"ae6d4baafbfbaa53","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ae6d4baafbfbaa53","status":"passed","time":{"start":1707751138034,"stop":1707751138034,"duration":0}},{"uid":"2554924c30f68fbd","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2554924c30f68fbd","status":"passed","time":{"start":1707737096087,"stop":1707737096087,"duration":0}},{"uid":"9ac65efcb7f8f4fc","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ac65efcb7f8f4fc","status":"passed","time":{"start":1707736302665,"stop":1707736302666,"duration":1}}]},"e20c821a90ffb988ad8f695ca545a4f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"32ae80a703685949","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/32ae80a703685949","status":"passed","time":{"start":1707756499932,"stop":1707756499936,"duration":4}}]},"ddc55cdd59d7a3cbe9414d1ddf2def85:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ab6a27ffc938adff","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ab6a27ffc938adff","status":"passed","time":{"start":1707792800818,"stop":1707792800818,"duration":0}},{"uid":"d310c7a63fbc06f1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d310c7a63fbc06f1","status":"passed","time":{"start":1707777749848,"stop":1707777749848,"duration":0}},{"uid":"a55b0240e4493091","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a55b0240e4493091","status":"passed","time":{"start":1707775026271,"stop":1707775026271,"duration":0}},{"uid":"57811c74d03aa39b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/57811c74d03aa39b","status":"passed","time":{"start":1707774827859,"stop":1707774827859,"duration":0}},{"uid":"e66fbc78f72fe03f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e66fbc78f72fe03f","status":"passed","time":{"start":1707769775417,"stop":1707769775417,"duration":0}},{"uid":"e05a2984cebdb84f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/e05a2984cebdb84f","status":"passed","time":{"start":1707769628090,"stop":1707769628090,"duration":0}},{"uid":"3a312e96210b977f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a312e96210b977f","status":"passed","time":{"start":1707759722870,"stop":1707759722870,"duration":0}},{"uid":"4299571218359ccd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4299571218359ccd","status":"passed","time":{"start":1707757417670,"stop":1707757417670,"duration":0}},{"uid":"849f424e89fd24d5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/849f424e89fd24d5","status":"passed","time":{"start":1707756047298,"stop":1707756047298,"duration":0}},{"uid":"b6959594357151fe","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6959594357151fe","status":"passed","time":{"start":1707753465445,"stop":1707753465445,"duration":0}},{"uid":"e891f790fb6c5b21","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e891f790fb6c5b21","status":"passed","time":{"start":1707753193787,"stop":1707753193787,"duration":0}},{"uid":"af2d384de4f67dfe","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/af2d384de4f67dfe","status":"passed","time":{"start":1707750594369,"stop":1707750594369,"duration":0}},{"uid":"192a60c50102c356","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/192a60c50102c356","status":"passed","time":{"start":1707736511742,"stop":1707736511743,"duration":1}},{"uid":"70e8f6109c6adbe5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/70e8f6109c6adbe5","status":"passed","time":{"start":1707735693130,"stop":1707735693130,"duration":0}}]},"0866a279c90a44b71b4cbc4bd9ca8da3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ef76f9f2d89d5ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ef76f9f2d89d5ba","status":"passed","time":{"start":1707792958823,"stop":1707792958827,"duration":4}},{"uid":"c50e1153360786c7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c50e1153360786c7","status":"passed","time":{"start":1707777997102,"stop":1707777997103,"duration":1}},{"uid":"717e5cf81ac367f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/717e5cf81ac367f2","status":"passed","time":{"start":1707775275742,"stop":1707775275743,"duration":1}},{"uid":"3207358e95db179b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3207358e95db179b","status":"passed","time":{"start":1707775085874,"stop":1707775085875,"duration":1}},{"uid":"bcf2d7f36828e557","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcf2d7f36828e557","status":"passed","time":{"start":1707770018817,"stop":1707770018818,"duration":1}},{"uid":"f7281c632b822f51","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f7281c632b822f51","status":"passed","time":{"start":1707769883309,"stop":1707769883309,"duration":0}},{"uid":"fed6da0c71dabb5e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/fed6da0c71dabb5e","status":"passed","time":{"start":1707759981453,"stop":1707759981454,"duration":1}},{"uid":"20568ffd3759a32f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20568ffd3759a32f","status":"passed","time":{"start":1707757676033,"stop":1707757676033,"duration":0}},{"uid":"8f41768ea570d5d9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8f41768ea570d5d9","status":"passed","time":{"start":1707756304419,"stop":1707756304420,"duration":1}},{"uid":"42be9b03b9c1462b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42be9b03b9c1462b","status":"passed","time":{"start":1707753713232,"stop":1707753713233,"duration":1}},{"uid":"be5e5e91525d70ea","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/be5e5e91525d70ea","status":"passed","time":{"start":1707753448075,"stop":1707753448080,"duration":5}},{"uid":"2e228fbe4fb6000d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2e228fbe4fb6000d","status":"passed","time":{"start":1707750840027,"stop":1707750840027,"duration":0}},{"uid":"942aea005b862ef9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/942aea005b862ef9","status":"passed","time":{"start":1707736764984,"stop":1707736764984,"duration":0}},{"uid":"250872448e050cb1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/250872448e050cb1","status":"passed","time":{"start":1707735955216,"stop":1707735955217,"duration":1}}]},"e49e0706271d3e1047cd65584df75b14:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"1388ad31512f465f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1388ad31512f465f","status":"passed","time":{"start":1707770234592,"stop":1707770234593,"duration":1}}]},"054d1154ee16702b12dca4c57d8fcde3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"47cfd4015a024311","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/47cfd4015a024311","status":"passed","time":{"start":1707793168695,"stop":1707793168695,"duration":0}},{"uid":"870196f1d3457b3d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/870196f1d3457b3d","status":"passed","time":{"start":1707778126356,"stop":1707778126356,"duration":0}},{"uid":"b86f0653f805f62e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b86f0653f805f62e","status":"passed","time":{"start":1707775409495,"stop":1707775409495,"duration":0}},{"uid":"55d0340657aee5cb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/55d0340657aee5cb","status":"passed","time":{"start":1707775220003,"stop":1707775220003,"duration":0}},{"uid":"2daf5e14743b78b4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2daf5e14743b78b4","status":"passed","time":{"start":1707770142490,"stop":1707770142491,"duration":1}},{"uid":"f5748f5250aaf006","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f5748f5250aaf006","status":"passed","time":{"start":1707769994550,"stop":1707769994552,"duration":2}},{"uid":"4304a8f5f7a8d4ea","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4304a8f5f7a8d4ea","status":"passed","time":{"start":1707760106464,"stop":1707760106464,"duration":0}},{"uid":"4c7cf5583caf8046","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/4c7cf5583caf8046","status":"passed","time":{"start":1707757804318,"stop":1707757804319,"duration":1}},{"uid":"337cfdeb91fd9533","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/337cfdeb91fd9533","status":"passed","time":{"start":1707756422353,"stop":1707756422353,"duration":0}},{"uid":"7edde91788b48db1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7edde91788b48db1","status":"passed","time":{"start":1707753796554,"stop":1707753796555,"duration":1}},{"uid":"6a6ede3f4d06bd80","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6a6ede3f4d06bd80","status":"passed","time":{"start":1707753586171,"stop":1707753586171,"duration":0}},{"uid":"9a53ee987eaac757","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9a53ee987eaac757","status":"passed","time":{"start":1707750964815,"stop":1707750964815,"duration":0}},{"uid":"5a7ba92813aacb25","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5a7ba92813aacb25","status":"passed","time":{"start":1707736890444,"stop":1707736890444,"duration":0}},{"uid":"c5aaf55443a3ed1d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5aaf55443a3ed1d","status":"passed","time":{"start":1707736096397,"stop":1707736096397,"duration":0}}]},"c818e62d6098cdb83b714eb36bf1dbce:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d157403cbe4fbb5c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d157403cbe4fbb5c","status":"passed","time":{"start":1707793412321,"stop":1707793412321,"duration":0}},{"uid":"e9f1f46e927dab62","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e9f1f46e927dab62","status":"passed","time":{"start":1707778394551,"stop":1707778394551,"duration":0}},{"uid":"c3f9d76612bf77b2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3f9d76612bf77b2","status":"passed","time":{"start":1707775662262,"stop":1707775662262,"duration":0}},{"uid":"891aff9538b982b9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/891aff9538b982b9","status":"passed","time":{"start":1707775462777,"stop":1707775462777,"duration":0}},{"uid":"2a3e1b892b694d7b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2a3e1b892b694d7b","status":"passed","time":{"start":1707770398286,"stop":1707770398286,"duration":0}},{"uid":"b8ce21e7cbd49378","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b8ce21e7cbd49378","status":"passed","time":{"start":1707770180414,"stop":1707770180414,"duration":0}},{"uid":"e6bca77dc64f56e4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e6bca77dc64f56e4","status":"passed","time":{"start":1707760352905,"stop":1707760352906,"duration":1}},{"uid":"bcc52fb0a6a64f22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bcc52fb0a6a64f22","status":"passed","time":{"start":1707758036860,"stop":1707758036860,"duration":0}},{"uid":"95f5b52601def4ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95f5b52601def4ff","status":"passed","time":{"start":1707756674083,"stop":1707756674083,"duration":0}},{"uid":"23f3eed6de2ef173","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/23f3eed6de2ef173","status":"passed","time":{"start":1707753994322,"stop":1707753994322,"duration":0}},{"uid":"3d1c5e0f88c1953c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3d1c5e0f88c1953c","status":"passed","time":{"start":1707753841533,"stop":1707753841534,"duration":1}},{"uid":"dc46350461cdd6ee","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dc46350461cdd6ee","status":"passed","time":{"start":1707751143420,"stop":1707751143420,"duration":0}},{"uid":"40cfec7fbebeb705","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/40cfec7fbebeb705","status":"passed","time":{"start":1707737132858,"stop":1707737132858,"duration":0}},{"uid":"c5bfcd80d8b60dd3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c5bfcd80d8b60dd3","status":"passed","time":{"start":1707736343131,"stop":1707736343131,"duration":0}}]},"972f0d9f40f06a6bf6e58ae314e86d56:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80fdb3fe15a04e36","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80fdb3fe15a04e36","status":"passed","time":{"start":1707793371117,"stop":1707793371118,"duration":1}},{"uid":"6cfa8b3c1ffbf07f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6cfa8b3c1ffbf07f","status":"passed","time":{"start":1707778338857,"stop":1707778338857,"duration":0}},{"uid":"633d520a1656b5e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/633d520a1656b5e6","status":"passed","time":{"start":1707775602041,"stop":1707775602042,"duration":1}},{"uid":"3e015f2ec9a19b51","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3e015f2ec9a19b51","status":"passed","time":{"start":1707775390251,"stop":1707775390251,"duration":0}},{"uid":"bdb2272296720fd9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bdb2272296720fd9","status":"passed","time":{"start":1707770335621,"stop":1707770335621,"duration":0}},{"uid":"d6f2f4c9b6ead185","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d6f2f4c9b6ead185","status":"passed","time":{"start":1707769968734,"stop":1707769968734,"duration":0}},{"uid":"5b29222c7088b22","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b29222c7088b22","status":"passed","time":{"start":1707760301827,"stop":1707760301827,"duration":0}},{"uid":"82bac9589c21735c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/82bac9589c21735c","status":"passed","time":{"start":1707758006724,"stop":1707758006724,"duration":0}},{"uid":"f2efd24fa3db243a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f2efd24fa3db243a","status":"passed","time":{"start":1707756617062,"stop":1707756617063,"duration":1}},{"uid":"37d62521a708782d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37d62521a708782d","status":"passed","time":{"start":1707753988892,"stop":1707753988892,"duration":0}},{"uid":"52575ff3d3c0da2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/52575ff3d3c0da2","status":"passed","time":{"start":1707753782778,"stop":1707753782778,"duration":0}},{"uid":"fb940e17e990dc04","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fb940e17e990dc04","status":"passed","time":{"start":1707751162324,"stop":1707751162324,"duration":0}},{"uid":"ad79e3774d99a01f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ad79e3774d99a01f","status":"passed","time":{"start":1707737091384,"stop":1707737091385,"duration":1}},{"uid":"195c7736ac46c9ee","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/195c7736ac46c9ee","status":"passed","time":{"start":1707736260164,"stop":1707736260164,"duration":0}}]},"a98762da2df0e1f9c736d0dbf5a34081:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"908341bc8fac2508","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/908341bc8fac2508","status":"passed","time":{"start":1707793059182,"stop":1707793059182,"duration":0}},{"uid":"7a69f0119d281a70","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7a69f0119d281a70","status":"passed","time":{"start":1707778002257,"stop":1707778002257,"duration":0}},{"uid":"670ff45708ba860a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/670ff45708ba860a","status":"passed","time":{"start":1707775288599,"stop":1707775288599,"duration":0}},{"uid":"eebda82b8304dcfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/eebda82b8304dcfc","status":"passed","time":{"start":1707775094186,"stop":1707775094186,"duration":0}},{"uid":"c1daa43b43685c76","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1daa43b43685c76","status":"passed","time":{"start":1707770019849,"stop":1707770019849,"duration":0}},{"uid":"1a2404199e5960a7","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1a2404199e5960a7","status":"passed","time":{"start":1707769883775,"stop":1707769883775,"duration":0}},{"uid":"7dcbe82eacfa4bc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7dcbe82eacfa4bc8","status":"passed","time":{"start":1707759985638,"stop":1707759985638,"duration":0}},{"uid":"b3c9f7e8282b01ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b3c9f7e8282b01ad","status":"passed","time":{"start":1707757677889,"stop":1707757677890,"duration":1}},{"uid":"7472e5f5b532a2f1","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7472e5f5b532a2f1","status":"passed","time":{"start":1707756304556,"stop":1707756304556,"duration":0}},{"uid":"4a0ee7e6c8c64dde","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a0ee7e6c8c64dde","status":"passed","time":{"start":1707753717470,"stop":1707753717470,"duration":0}},{"uid":"ec72d61bd999d41d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ec72d61bd999d41d","status":"passed","time":{"start":1707753473099,"stop":1707753473100,"duration":1}},{"uid":"c89610b8e72a91d0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c89610b8e72a91d0","status":"passed","time":{"start":1707750845253,"stop":1707750845254,"duration":1}},{"uid":"2e181534259769a4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2e181534259769a4","status":"passed","time":{"start":1707736769857,"stop":1707736769857,"duration":0}},{"uid":"8f98b85a52052a2d","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8f98b85a52052a2d","status":"passed","time":{"start":1707735968434,"stop":1707735968434,"duration":0}}]},"3927404afa8e40485bf5b16febf3098e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"f56547116a8bd969","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f56547116a8bd969","status":"passed","time":{"start":1707792958834,"stop":1707792958834,"duration":0}},{"uid":"f859b6cb6c654206","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f859b6cb6c654206","status":"passed","time":{"start":1707777997109,"stop":1707777997109,"duration":0}},{"uid":"6607f10d286616f9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6607f10d286616f9","status":"passed","time":{"start":1707775275750,"stop":1707775275750,"duration":0}},{"uid":"785953059e4a0ece","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/785953059e4a0ece","status":"passed","time":{"start":1707775085882,"stop":1707775085882,"duration":0}},{"uid":"f2336293f1892c96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f2336293f1892c96","status":"passed","time":{"start":1707770018837,"stop":1707770018837,"duration":0}},{"uid":"c10804f2a1e58371","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c10804f2a1e58371","status":"passed","time":{"start":1707769883318,"stop":1707769883318,"duration":0}},{"uid":"d3ec3cb86f1a6347","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d3ec3cb86f1a6347","status":"passed","time":{"start":1707759981459,"stop":1707759981460,"duration":1}},{"uid":"d1dd274c44e273eb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1dd274c44e273eb","status":"passed","time":{"start":1707757676040,"stop":1707757676041,"duration":1}},{"uid":"64a9e9f07214f631","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/64a9e9f07214f631","status":"passed","time":{"start":1707756304426,"stop":1707756304427,"duration":1}},{"uid":"e4e8925b1d6b46f0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e4e8925b1d6b46f0","status":"passed","time":{"start":1707753713247,"stop":1707753713247,"duration":0}},{"uid":"57acd5b7058b7af9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57acd5b7058b7af9","status":"passed","time":{"start":1707753448094,"stop":1707753448098,"duration":4}},{"uid":"1fd06364fe7a7d72","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1fd06364fe7a7d72","status":"passed","time":{"start":1707750840037,"stop":1707750840037,"duration":0}},{"uid":"c90c665979c28292","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c90c665979c28292","status":"passed","time":{"start":1707736765002,"stop":1707736765002,"duration":0}},{"uid":"8377e7e7b178c0fb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8377e7e7b178c0fb","status":"passed","time":{"start":1707735955224,"stop":1707735955224,"duration":0}}]},"3a9cf0326b9e2b9e966f9e3554f4e276:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":14,"passed":0,"unknown":0,"total":14},"items":[{"uid":"9f6506e29aa3e52e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f6506e29aa3e52e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707792958833,"stop":1707792958833,"duration":0}},{"uid":"aef0478856346614","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aef0478856346614","status":"skipped","statusDetails":"Test ignored","time":{"start":1707777997107,"stop":1707777997107,"duration":0}},{"uid":"8ea225ee0c023927","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ea225ee0c023927","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775275749,"stop":1707775275749,"duration":0}},{"uid":"6e700b26e0e11827","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6e700b26e0e11827","status":"skipped","statusDetails":"Test ignored","time":{"start":1707775085880,"stop":1707775085880,"duration":0}},{"uid":"c1e93710719d4dc4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c1e93710719d4dc4","status":"skipped","statusDetails":"Test ignored","time":{"start":1707770018835,"stop":1707770018835,"duration":0}},{"uid":"5f6b156100e672e6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5f6b156100e672e6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707769883316,"stop":1707769883316,"duration":0}},{"uid":"eae9d8809aae299","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eae9d8809aae299","status":"skipped","statusDetails":"Test ignored","time":{"start":1707759981459,"stop":1707759981459,"duration":0}},{"uid":"8362d0c95dde4943","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8362d0c95dde4943","status":"skipped","statusDetails":"Test ignored","time":{"start":1707757676038,"stop":1707757676038,"duration":0}},{"uid":"77a2480dba4fd44e","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/77a2480dba4fd44e","status":"skipped","statusDetails":"Test ignored","time":{"start":1707756304426,"stop":1707756304426,"duration":0}},{"uid":"ae6ba891e787a1a2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ae6ba891e787a1a2","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753713246,"stop":1707753713246,"duration":0}},{"uid":"1675c0930418dc6","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1675c0930418dc6","status":"skipped","statusDetails":"Test ignored","time":{"start":1707753448093,"stop":1707753448093,"duration":0}},{"uid":"efd6df9956c2fa00","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/efd6df9956c2fa00","status":"skipped","statusDetails":"Test ignored","time":{"start":1707750840035,"stop":1707750840036,"duration":1}},{"uid":"c2f57287f310002a","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c2f57287f310002a","status":"skipped","statusDetails":"Test ignored","time":{"start":1707736765001,"stop":1707736765001,"duration":0}},{"uid":"c723690357ba29d9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c723690357ba29d9","status":"skipped","statusDetails":"Test ignored","time":{"start":1707735955223,"stop":1707735955223,"duration":0}}]},"32d99c305279991c3ef3145725e4c837:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27d20d9041980401","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/27d20d9041980401","status":"passed","time":{"start":1707756409545,"stop":1707756409545,"duration":0}}]},"dc6f2c5c906173422a4afe266680f23a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e410787348a3c8fe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e410787348a3c8fe","status":"passed","time":{"start":1707792800804,"stop":1707792800805,"duration":1}},{"uid":"acee9b587236f5f8","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/acee9b587236f5f8","status":"passed","time":{"start":1707777749834,"stop":1707777749835,"duration":1}},{"uid":"c41ae6aee448f5c2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c41ae6aee448f5c2","status":"passed","time":{"start":1707775026261,"stop":1707775026261,"duration":0}},{"uid":"17ebf2f453b86ff4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/17ebf2f453b86ff4","status":"passed","time":{"start":1707774827846,"stop":1707774827847,"duration":1}},{"uid":"e22b2785ba6038ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e22b2785ba6038ee","status":"passed","time":{"start":1707769775401,"stop":1707769775401,"duration":0}},{"uid":"553bac6228cae1f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/553bac6228cae1f0","status":"passed","time":{"start":1707769628076,"stop":1707769628076,"duration":0}},{"uid":"161076d87520f87f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/161076d87520f87f","status":"passed","time":{"start":1707759722863,"stop":1707759722863,"duration":0}},{"uid":"14508aa81fcce6ce","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14508aa81fcce6ce","status":"passed","time":{"start":1707757417656,"stop":1707757417656,"duration":0}},{"uid":"fd0aa1165a44800d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/fd0aa1165a44800d","status":"passed","time":{"start":1707756047289,"stop":1707756047289,"duration":0}},{"uid":"72696749955cda0e","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72696749955cda0e","status":"passed","time":{"start":1707753465433,"stop":1707753465433,"duration":0}},{"uid":"5dd5a44af783bd26","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5dd5a44af783bd26","status":"passed","time":{"start":1707753193772,"stop":1707753193772,"duration":0}},{"uid":"7736fcbcc1b0948e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7736fcbcc1b0948e","status":"passed","time":{"start":1707750594357,"stop":1707750594357,"duration":0}},{"uid":"bd46dc76c21dd50f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bd46dc76c21dd50f","status":"passed","time":{"start":1707736511728,"stop":1707736511729,"duration":1}},{"uid":"344726c546889707","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/344726c546889707","status":"passed","time":{"start":1707735693121,"stop":1707735693121,"duration":0}}]},"2294d67e907ac48dd2b8117de41a1165:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4e2edb711b8facf7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4e2edb711b8facf7","status":"passed","time":{"start":1707775486639,"stop":1707775486639,"duration":0}}]},"186aa0393ecaee8cd7876bd2473eb160:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"55876a56587805bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/55876a56587805bc","status":"passed","time":{"start":1707792792592,"stop":1707792792592,"duration":0}},{"uid":"cb86ad5ece7ecd8e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/cb86ad5ece7ecd8e","status":"passed","time":{"start":1707777741514,"stop":1707777741514,"duration":0}},{"uid":"8998e48dcf836b04","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8998e48dcf836b04","status":"passed","time":{"start":1707775017867,"stop":1707775017868,"duration":1}},{"uid":"12d28140f37b6f06","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/12d28140f37b6f06","status":"passed","time":{"start":1707774819296,"stop":1707774819297,"duration":1}},{"uid":"222b981442dac7d1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/222b981442dac7d1","status":"passed","time":{"start":1707769766846,"stop":1707769766846,"duration":0}},{"uid":"716396fad9f9b849","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/716396fad9f9b849","status":"passed","time":{"start":1707769619598,"stop":1707769619598,"duration":0}},{"uid":"c7c1c1a5801ef101","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c7c1c1a5801ef101","status":"passed","time":{"start":1707759714562,"stop":1707759714562,"duration":0}},{"uid":"1a66ad70cd85ce36","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/1a66ad70cd85ce36","status":"passed","time":{"start":1707757409078,"stop":1707757409078,"duration":0}},{"uid":"e3e4174bcc57f887","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e3e4174bcc57f887","status":"passed","time":{"start":1707756038944,"stop":1707756038945,"duration":1}},{"uid":"72db0ce2316e8afb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/72db0ce2316e8afb","status":"passed","time":{"start":1707753457115,"stop":1707753457115,"duration":0}},{"uid":"a0cdfe91cef6a699","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/a0cdfe91cef6a699","status":"passed","time":{"start":1707753185097,"stop":1707753185097,"duration":0}},{"uid":"dcc671744b40d624","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/dcc671744b40d624","status":"passed","time":{"start":1707750585900,"stop":1707750585900,"duration":0}},{"uid":"120eb2e3d258fd9","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/120eb2e3d258fd9","status":"passed","time":{"start":1707736503317,"stop":1707736503317,"duration":0}},{"uid":"723f413c7cd656e7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/723f413c7cd656e7","status":"passed","time":{"start":1707735684651,"stop":1707735684651,"duration":0}}]},"a0b12020d9e0d225b964cb30dbfda789:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"3cd9b8095d242cad","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3cd9b8095d242cad","status":"passed","time":{"start":1707793369030,"stop":1707793369031,"duration":1}},{"uid":"700e8f5b32a5db9e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/700e8f5b32a5db9e","status":"passed","time":{"start":1707778332045,"stop":1707778332046,"duration":1}},{"uid":"4b9dbcb54c112f54","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4b9dbcb54c112f54","status":"passed","time":{"start":1707775601721,"stop":1707775601722,"duration":1}},{"uid":"6d4f91b277d7e05e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6d4f91b277d7e05e","status":"passed","time":{"start":1707775415216,"stop":1707775415216,"duration":0}},{"uid":"d10d2214c67af995","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d10d2214c67af995","status":"passed","time":{"start":1707770353932,"stop":1707770353932,"duration":0}},{"uid":"4eee26968845bf8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4eee26968845bf8f","status":"passed","time":{"start":1707770103207,"stop":1707770103211,"duration":4}},{"uid":"a3432f7d2726a7a2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/a3432f7d2726a7a2","status":"passed","time":{"start":1707760299488,"stop":1707760299488,"duration":0}},{"uid":"55d41ffa84be13c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/55d41ffa84be13c3","status":"passed","time":{"start":1707757995150,"stop":1707757995151,"duration":1}},{"uid":"b1291351cedeaa3b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1291351cedeaa3b","status":"passed","time":{"start":1707756620170,"stop":1707756620170,"duration":0}},{"uid":"76118e9e2bdcdda8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/76118e9e2bdcdda8","status":"passed","time":{"start":1707753925421,"stop":1707753925422,"duration":1}},{"uid":"b2d06fbf6bfc1f6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b2d06fbf6bfc1f6f","status":"passed","time":{"start":1707753785894,"stop":1707753785894,"duration":0}},{"uid":"eb424aa9a69f8c61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eb424aa9a69f8c61","status":"passed","time":{"start":1707751137098,"stop":1707751137099,"duration":1}},{"uid":"1b16e61c36c415d3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1b16e61c36c415d3","status":"passed","time":{"start":1707737056790,"stop":1707737056791,"duration":1}},{"uid":"bdaf6eb6cd825151","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bdaf6eb6cd825151","status":"passed","time":{"start":1707736286215,"stop":1707736286215,"duration":0}}]},"ea893617bb6c10fcbec31a24226474b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"5b95d4b7bc2abf3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5b95d4b7bc2abf3","status":"passed","time":{"start":1707775395377,"stop":1707775395377,"duration":0}}]},"1bb8b2ff16da3ee6993f694df0fe56ee:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2275c8176aa1404","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2275c8176aa1404","status":"passed","time":{"start":1707793230151,"stop":1707793230151,"duration":0}},{"uid":"b100db59786a1dcf","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b100db59786a1dcf","status":"passed","time":{"start":1707778179238,"stop":1707778179239,"duration":1}},{"uid":"5795e6ae542042b1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5795e6ae542042b1","status":"passed","time":{"start":1707775471146,"stop":1707775471150,"duration":4}},{"uid":"d09955469076264","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d09955469076264","status":"passed","time":{"start":1707775271437,"stop":1707775271437,"duration":0}},{"uid":"dfeb786cbf1141d6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dfeb786cbf1141d6","status":"passed","time":{"start":1707770210097,"stop":1707770210097,"duration":0}},{"uid":"7065d02f576b325f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7065d02f576b325f","status":"passed","time":{"start":1707770054149,"stop":1707770054149,"duration":0}},{"uid":"486c988eed126286","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/486c988eed126286","status":"passed","time":{"start":1707760163338,"stop":1707760163341,"duration":3}},{"uid":"548d853123c87081","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/548d853123c87081","status":"passed","time":{"start":1707757853544,"stop":1707757853544,"duration":0}},{"uid":"1ec0e3d6e7e4e008","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec0e3d6e7e4e008","status":"passed","time":{"start":1707756493174,"stop":1707756493174,"duration":0}},{"uid":"761a2bd9a23d9dd4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/761a2bd9a23d9dd4","status":"passed","time":{"start":1707753863566,"stop":1707753863567,"duration":1}},{"uid":"3faeba85d69b66f9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3faeba85d69b66f9","status":"passed","time":{"start":1707753657517,"stop":1707753657517,"duration":0}},{"uid":"a25fb47ad292b6f8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a25fb47ad292b6f8","status":"passed","time":{"start":1707751014389,"stop":1707751014393,"duration":4}},{"uid":"a9d38ae27903262","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a9d38ae27903262","status":"passed","time":{"start":1707736941412,"stop":1707736941413,"duration":1}},{"uid":"744d2a0c35c1d659","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/744d2a0c35c1d659","status":"passed","time":{"start":1707736158695,"stop":1707736158695,"duration":0}}]},"57f1bd946a47d7bb8e30a6c18a4d3bc4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5b5eea86b2effd42","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5b5eea86b2effd42","status":"passed","time":{"start":1707793238876,"stop":1707793238876,"duration":0}},{"uid":"302e4fd1769a0c12","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/302e4fd1769a0c12","status":"passed","time":{"start":1707778202499,"stop":1707778202499,"duration":0}},{"uid":"70fac41963753c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/70fac41963753c9","status":"passed","time":{"start":1707775486633,"stop":1707775486634,"duration":1}},{"uid":"499061cdb5537a7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/499061cdb5537a7","status":"passed","time":{"start":1707775300139,"stop":1707775300139,"duration":0}},{"uid":"395c2d9d56ec6982","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/395c2d9d56ec6982","status":"passed","time":{"start":1707770234582,"stop":1707770234582,"duration":0}},{"uid":"1625da7ba5508717","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/1625da7ba5508717","status":"passed","time":{"start":1707770051398,"stop":1707770051398,"duration":0}},{"uid":"b66b90a22bb05bfa","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b90a22bb05bfa","status":"passed","time":{"start":1707760174025,"stop":1707760174026,"duration":1}},{"uid":"b695d9f9e2b716d","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b695d9f9e2b716d","status":"passed","time":{"start":1707757873924,"stop":1707757873925,"duration":1}},{"uid":"95929725561f5217","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/95929725561f5217","status":"passed","time":{"start":1707756499907,"stop":1707756499908,"duration":1}},{"uid":"da7671fbfe090db4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/da7671fbfe090db4","status":"passed","time":{"start":1707753870459,"stop":1707753870459,"duration":0}},{"uid":"27699be422391441","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/27699be422391441","status":"passed","time":{"start":1707753647513,"stop":1707753647513,"duration":0}},{"uid":"8a558a21b3ac8ee6","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8a558a21b3ac8ee6","status":"passed","time":{"start":1707751019572,"stop":1707751019572,"duration":0}},{"uid":"276693f301ebc1c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/276693f301ebc1c8","status":"passed","time":{"start":1707736947851,"stop":1707736947851,"duration":0}},{"uid":"560c92b587b96bd8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/560c92b587b96bd8","status":"passed","time":{"start":1707736152507,"stop":1707736152507,"duration":0}}]},"533bdde6e6900e77fc505c70e5cf69d2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"681458f686b6bdbe","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/681458f686b6bdbe","status":"passed","time":{"start":1707792929579,"stop":1707792929579,"duration":0}},{"uid":"951f1768139f46c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/951f1768139f46c1","status":"passed","time":{"start":1707777877643,"stop":1707777877645,"duration":2}},{"uid":"23c7fb3bc2745fa3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/23c7fb3bc2745fa3","status":"passed","time":{"start":1707775153017,"stop":1707775153018,"duration":1}},{"uid":"90bb16755e4e8099","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/90bb16755e4e8099","status":"passed","time":{"start":1707774951831,"stop":1707774951831,"duration":0}},{"uid":"7cdcfdc03b701571","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cdcfdc03b701571","status":"passed","time":{"start":1707769903018,"stop":1707769903018,"duration":0}},{"uid":"c2e74e16ae8b870a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c2e74e16ae8b870a","status":"passed","time":{"start":1707769748204,"stop":1707769748205,"duration":1}},{"uid":"e165daac3409c1f4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e165daac3409c1f4","status":"passed","time":{"start":1707759851602,"stop":1707759851602,"duration":0}},{"uid":"f13de04b6400b23e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f13de04b6400b23e","status":"passed","time":{"start":1707757546806,"stop":1707757546807,"duration":1}},{"uid":"cfb15046bad7fe4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/cfb15046bad7fe4","status":"passed","time":{"start":1707756167198,"stop":1707756167199,"duration":1}},{"uid":"42eda9c7a2bf4360","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/42eda9c7a2bf4360","status":"passed","time":{"start":1707753584061,"stop":1707753584061,"duration":0}},{"uid":"f0355a560e89484c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f0355a560e89484c","status":"passed","time":{"start":1707753331770,"stop":1707753331770,"duration":0}},{"uid":"fa8829a8d5ff5a03","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fa8829a8d5ff5a03","status":"passed","time":{"start":1707750715027,"stop":1707750715027,"duration":0}},{"uid":"55b147a17b4bbe6e","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55b147a17b4bbe6e","status":"passed","time":{"start":1707736636441,"stop":1707736636442,"duration":1}},{"uid":"78f20cfcc80b0c35","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/78f20cfcc80b0c35","status":"passed","time":{"start":1707735825260,"stop":1707735825261,"duration":1}}]},"f416bdd1267bf43f45921c3af462a25e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"14f23d2bd7082ba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/14f23d2bd7082ba","status":"passed","time":{"start":1707792838870,"stop":1707792838870,"duration":0}},{"uid":"6c44d53d35694057","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6c44d53d35694057","status":"passed","time":{"start":1707777787224,"stop":1707777787225,"duration":1}},{"uid":"d3f4eb87e363ab67","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d3f4eb87e363ab67","status":"passed","time":{"start":1707775063041,"stop":1707775063041,"duration":0}},{"uid":"8da19fcb589d769","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8da19fcb589d769","status":"passed","time":{"start":1707774865148,"stop":1707774865148,"duration":0}},{"uid":"9f9fcde136fe867c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9f9fcde136fe867c","status":"passed","time":{"start":1707769812654,"stop":1707769812654,"duration":0}},{"uid":"eaf97979ac42376","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/eaf97979ac42376","status":"passed","time":{"start":1707769665342,"stop":1707769665343,"duration":1}},{"uid":"383f3eb71ae53fa0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/383f3eb71ae53fa0","status":"passed","time":{"start":1707759759741,"stop":1707759759741,"duration":0}},{"uid":"625763adc0400996","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/625763adc0400996","status":"passed","time":{"start":1707757455910,"stop":1707757455913,"duration":3}},{"uid":"a5d10e08b8c58c3f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5d10e08b8c58c3f","status":"passed","time":{"start":1707756084432,"stop":1707756084432,"duration":0}},{"uid":"abbd84ff03309630","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/abbd84ff03309630","status":"passed","time":{"start":1707753503428,"stop":1707753503429,"duration":1}},{"uid":"57e248fa3693498","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e248fa3693498","status":"passed","time":{"start":1707753233566,"stop":1707753233567,"duration":1}},{"uid":"b2bff222eaa157ac","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b2bff222eaa157ac","status":"passed","time":{"start":1707750631904,"stop":1707750631905,"duration":1}},{"uid":"b9ecf53efc77a22d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b9ecf53efc77a22d","status":"passed","time":{"start":1707736548884,"stop":1707736548884,"duration":0}},{"uid":"a4caa5fe45981ee7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a4caa5fe45981ee7","status":"passed","time":{"start":1707735732434,"stop":1707735732434,"duration":0}}]},"2d5b1bf3c36f968a1ed093e306f733fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"85103d19d4db2c3a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/85103d19d4db2c3a","status":"passed","time":{"start":1707770051401,"stop":1707770051402,"duration":1}}]},"422b0cc4b3f1a23f0fcb07e0730d6825:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"76db239c4105ee49","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/76db239c4105ee49","status":"passed","time":{"start":1707792815082,"stop":1707792815082,"duration":0}},{"uid":"86bd291f905feb9b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/86bd291f905feb9b","status":"passed","time":{"start":1707777764432,"stop":1707777764432,"duration":0}},{"uid":"fac73d20ced3528d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fac73d20ced3528d","status":"passed","time":{"start":1707775040580,"stop":1707775040580,"duration":0}},{"uid":"5b3206ccf26f063e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5b3206ccf26f063e","status":"passed","time":{"start":1707774842474,"stop":1707774842474,"duration":0}},{"uid":"ffd0059b2e720eda","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ffd0059b2e720eda","status":"passed","time":{"start":1707769789805,"stop":1707769789805,"duration":0}},{"uid":"dc3d1a0f7ceee51a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc3d1a0f7ceee51a","status":"passed","time":{"start":1707769642601,"stop":1707769642601,"duration":0}},{"uid":"21a2bbc75d4f4096","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/21a2bbc75d4f4096","status":"passed","time":{"start":1707759737379,"stop":1707759737379,"duration":0}},{"uid":"cbf3fd2895a9c7c3","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cbf3fd2895a9c7c3","status":"passed","time":{"start":1707757432394,"stop":1707757432394,"duration":0}},{"uid":"42d60e4255aadd9a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d60e4255aadd9a","status":"passed","time":{"start":1707756061421,"stop":1707756061421,"duration":0}},{"uid":"403e888a77ab8e88","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/403e888a77ab8e88","status":"passed","time":{"start":1707753479975,"stop":1707753479976,"duration":1}},{"uid":"e3eb30bcca348a90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e3eb30bcca348a90","status":"passed","time":{"start":1707753208673,"stop":1707753208674,"duration":1}},{"uid":"60a5afa839a7cc9f","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/60a5afa839a7cc9f","status":"passed","time":{"start":1707750608877,"stop":1707750608877,"duration":0}},{"uid":"191011a6aa8e0a7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/191011a6aa8e0a7","status":"passed","time":{"start":1707736526331,"stop":1707736526332,"duration":1}},{"uid":"6cb340ea12bbd162","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6cb340ea12bbd162","status":"passed","time":{"start":1707735708007,"stop":1707735708008,"duration":1}}]},"a9ac8b4f74c9fc4cccdbe7d1d6aea538:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a88d1f89bfe6a3b0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a88d1f89bfe6a3b0","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0}},{"uid":"ac04b64b7bf60484","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ac04b64b7bf60484","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"8fa1228778785615","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8fa1228778785615","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"1df1ac3e82b7aa92","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/1df1ac3e82b7aa92","status":"passed","time":{"start":1707775494268,"stop":1707775494268,"duration":0}},{"uid":"7085d47c4febcfba","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7085d47c4febcfba","status":"passed","time":{"start":1707770424171,"stop":1707770424171,"duration":0}},{"uid":"6ef7917a4ad59eed","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ef7917a4ad59eed","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"1ead407882d6dd9c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/1ead407882d6dd9c","status":"passed","time":{"start":1707760374672,"stop":1707760374673,"duration":1}},{"uid":"2556687977d0506","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/2556687977d0506","status":"passed","time":{"start":1707758004301,"stop":1707758004301,"duration":0}},{"uid":"d29c4f4a2ca11515","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d29c4f4a2ca11515","status":"passed","time":{"start":1707756690156,"stop":1707756690156,"duration":0}},{"uid":"2a02f2dc80da4e74","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2a02f2dc80da4e74","status":"passed","time":{"start":1707754051780,"stop":1707754051780,"duration":0}},{"uid":"276586f72e2baf55","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/276586f72e2baf55","status":"passed","time":{"start":1707753877921,"stop":1707753877921,"duration":0}},{"uid":"432cb2863feb193e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/432cb2863feb193e","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"6dadf688cdaa2021","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/6dadf688cdaa2021","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"a5acb310d7575244","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a5acb310d7575244","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"e663d5fa9bf06d37caef1dc2a495f5c4:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"11d4db18a648395e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/11d4db18a648395e","status":"passed","time":{"start":1707793371124,"stop":1707793371124,"duration":0}},{"uid":"4ef3b85fd9eb0291","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4ef3b85fd9eb0291","status":"passed","time":{"start":1707778338858,"stop":1707778338858,"duration":0}},{"uid":"5e4490b7b5ea8006","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e4490b7b5ea8006","status":"passed","time":{"start":1707775602043,"stop":1707775602043,"duration":0}},{"uid":"83cff75b9005ef6c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/83cff75b9005ef6c","status":"passed","time":{"start":1707775390252,"stop":1707775390252,"duration":0}},{"uid":"661fdecd8ff265d7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/661fdecd8ff265d7","status":"passed","time":{"start":1707770335622,"stop":1707770335622,"duration":0}},{"uid":"bdd755a1c85c91f0","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bdd755a1c85c91f0","status":"passed","time":{"start":1707769968734,"stop":1707769968735,"duration":1}},{"uid":"dd895fd2480ad574","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/dd895fd2480ad574","status":"passed","time":{"start":1707760301828,"stop":1707760301828,"duration":0}},{"uid":"bdb69a7ef05731bd","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/bdb69a7ef05731bd","status":"passed","time":{"start":1707758006725,"stop":1707758006726,"duration":1}},{"uid":"e23c080270f13b53","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e23c080270f13b53","status":"passed","time":{"start":1707756617063,"stop":1707756617064,"duration":1}},{"uid":"6083f7952fa4cc99","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6083f7952fa4cc99","status":"passed","time":{"start":1707753988892,"stop":1707753988893,"duration":1}},{"uid":"827cfbbff5be0638","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/827cfbbff5be0638","status":"passed","time":{"start":1707753782779,"stop":1707753782779,"duration":0}},{"uid":"543786a2bc8c1e19","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/543786a2bc8c1e19","status":"passed","time":{"start":1707751162325,"stop":1707751162325,"duration":0}},{"uid":"2d2f9093a249720","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d2f9093a249720","status":"passed","time":{"start":1707737091386,"stop":1707737091387,"duration":1}},{"uid":"3a5982de1fdfef96","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3a5982de1fdfef96","status":"passed","time":{"start":1707736260165,"stop":1707736260165,"duration":0}}]},"f6c16376115ab5f289ab7463b1d99cb3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d843cb3f188ab455","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d843cb3f188ab455","status":"passed","time":{"start":1707793446748,"stop":1707793446748,"duration":0}},{"uid":"c52ff903a64aab71","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c52ff903a64aab71","status":"passed","time":{"start":1707778413526,"stop":1707778413526,"duration":0}},{"uid":"27790caae91cf15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/27790caae91cf15","status":"passed","time":{"start":1707775685034,"stop":1707775685034,"duration":0}},{"uid":"75401a66681b2014","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/75401a66681b2014","status":"passed","time":{"start":1707775494284,"stop":1707775494284,"duration":0}},{"uid":"a5cb89fde165b4e8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a5cb89fde165b4e8","status":"passed","time":{"start":1707770424185,"stop":1707770424185,"duration":0}},{"uid":"ff044d2f0f2e6c58","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ff044d2f0f2e6c58","status":"passed","time":{"start":1707770238692,"stop":1707770238693,"duration":1}},{"uid":"9940a88c37e65c5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9940a88c37e65c5a","status":"passed","time":{"start":1707760374684,"stop":1707760374684,"duration":0}},{"uid":"575e9173806d345a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/575e9173806d345a","status":"passed","time":{"start":1707758004334,"stop":1707758004334,"duration":0}},{"uid":"94cb47662573584d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/94cb47662573584d","status":"passed","time":{"start":1707756690169,"stop":1707756690169,"duration":0}},{"uid":"3007956a83838ef1","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3007956a83838ef1","status":"passed","time":{"start":1707754051793,"stop":1707754051793,"duration":0}},{"uid":"c097b2977bb5321c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c097b2977bb5321c","status":"passed","time":{"start":1707753877933,"stop":1707753877933,"duration":0}},{"uid":"b63a422b988b4454","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b63a422b988b4454","status":"passed","time":{"start":1707751228967,"stop":1707751228967,"duration":0}},{"uid":"ab0ae76aa1d39a23","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ab0ae76aa1d39a23","status":"passed","time":{"start":1707737173824,"stop":1707737173824,"duration":0}},{"uid":"bd7e70a839491d1b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bd7e70a839491d1b","status":"passed","time":{"start":1707736353045,"stop":1707736353045,"duration":0}}]},"aadd86b3cbdda1901bc45fd4ee118bab:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e9dbc454739d5ff7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e9dbc454739d5ff7","status":"passed","time":{"start":1707792800803,"stop":1707792800804,"duration":1}},{"uid":"a97b5655fd77d48b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/a97b5655fd77d48b","status":"passed","time":{"start":1707777749834,"stop":1707777749834,"duration":0}},{"uid":"5f4f6a1a88f13c96","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5f4f6a1a88f13c96","status":"passed","time":{"start":1707775026260,"stop":1707775026260,"duration":0}},{"uid":"204969eb3066ee41","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/204969eb3066ee41","status":"passed","time":{"start":1707774827846,"stop":1707774827846,"duration":0}},{"uid":"aa56189ea5e3c262","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aa56189ea5e3c262","status":"passed","time":{"start":1707769775400,"stop":1707769775400,"duration":0}},{"uid":"44457a11a653fe59","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/44457a11a653fe59","status":"passed","time":{"start":1707769628075,"stop":1707769628075,"duration":0}},{"uid":"57fea9367d9ed1da","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/57fea9367d9ed1da","status":"passed","time":{"start":1707759722862,"stop":1707759722862,"duration":0}},{"uid":"f40bffb7705a2105","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/f40bffb7705a2105","status":"passed","time":{"start":1707757417655,"stop":1707757417655,"duration":0}},{"uid":"91f781290bee146f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/91f781290bee146f","status":"passed","time":{"start":1707756047286,"stop":1707756047286,"duration":0}},{"uid":"d63d2eb77b348af5","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d63d2eb77b348af5","status":"passed","time":{"start":1707753465432,"stop":1707753465432,"duration":0}},{"uid":"53342dd2b9ec3c08","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/53342dd2b9ec3c08","status":"passed","time":{"start":1707753193771,"stop":1707753193771,"duration":0}},{"uid":"b104e0ac275001b1","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b104e0ac275001b1","status":"passed","time":{"start":1707750594356,"stop":1707750594356,"duration":0}},{"uid":"37e93c55b9b0137","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/37e93c55b9b0137","status":"passed","time":{"start":1707736511727,"stop":1707736511728,"duration":1}},{"uid":"bcc77769281895c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bcc77769281895c8","status":"passed","time":{"start":1707735693120,"stop":1707735693120,"duration":0}}]},"476d8cdab10ca45769b50261378ffd40:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e0ddc2f720a2ba16","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e0ddc2f720a2ba16","status":"passed","time":{"start":1707753837179,"stop":1707753837179,"duration":0}}]},"891c35da45eaeb090dc9f1ca789732d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d28e27769b896ece","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d28e27769b896ece","status":"passed","time":{"start":1707778338856,"stop":1707778338856,"duration":0}}]},"b146d34e71330fe61764542c39b5b371:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"a2df579c305a33b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a2df579c305a33b","status":"passed","time":{"start":1707770335620,"stop":1707770335620,"duration":0}}]},"42893608d2a1c7830f29bc239010de54:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4ccc441a6b2742b7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4ccc441a6b2742b7","status":"passed","time":{"start":1707793446740,"stop":1707793446740,"duration":0}},{"uid":"4b9c44418729f9fe","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/4b9c44418729f9fe","status":"passed","time":{"start":1707778413519,"stop":1707778413519,"duration":0}},{"uid":"1562b6563a87d225","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1562b6563a87d225","status":"passed","time":{"start":1707775685025,"stop":1707775685025,"duration":0}},{"uid":"71a3f3d011f3c3c8","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/71a3f3d011f3c3c8","status":"passed","time":{"start":1707775494275,"stop":1707775494275,"duration":0}},{"uid":"f9404c955109c07c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9404c955109c07c","status":"passed","time":{"start":1707770424177,"stop":1707770424177,"duration":0}},{"uid":"6ceb2747ec17fb0f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6ceb2747ec17fb0f","status":"passed","time":{"start":1707770238684,"stop":1707770238685,"duration":1}},{"uid":"d907219f30d7d37f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d907219f30d7d37f","status":"passed","time":{"start":1707760374678,"stop":1707760374678,"duration":0}},{"uid":"cc9e9c3fea1e794","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/cc9e9c3fea1e794","status":"passed","time":{"start":1707758004324,"stop":1707758004325,"duration":1}},{"uid":"e64eba3a6983787d","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e64eba3a6983787d","status":"passed","time":{"start":1707756690162,"stop":1707756690162,"duration":0}},{"uid":"91baf30030c8114","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/91baf30030c8114","status":"passed","time":{"start":1707754051786,"stop":1707754051786,"duration":0}},{"uid":"e5427e7234d53ca7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e5427e7234d53ca7","status":"passed","time":{"start":1707753877927,"stop":1707753877927,"duration":0}},{"uid":"754b21bce36929c4","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/754b21bce36929c4","status":"passed","time":{"start":1707751228960,"stop":1707751228960,"duration":0}},{"uid":"867605e3138b6456","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/867605e3138b6456","status":"passed","time":{"start":1707737173818,"stop":1707737173818,"duration":0}},{"uid":"2001816fe0d77394","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2001816fe0d77394","status":"passed","time":{"start":1707736353037,"stop":1707736353037,"duration":0}}]},"392855d179b4bcbb0a517405715305bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8b6f2f956b2ea54f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8b6f2f956b2ea54f","status":"passed","time":{"start":1707778386491,"stop":1707778386491,"duration":0}}]},"60c949eb70d92cb5a531d354079f9aca:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"2ff72e4911405bf8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ff72e4911405bf8","status":"passed","time":{"start":1707793028268,"stop":1707793028268,"duration":0}},{"uid":"c6f004619a7cb94","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/c6f004619a7cb94","status":"passed","time":{"start":1707777972994,"stop":1707777972995,"duration":1}},{"uid":"3531ad8d88bdfcb1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3531ad8d88bdfcb1","status":"passed","time":{"start":1707775244525,"stop":1707775244526,"duration":1}},{"uid":"54065ce2c131dac5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/54065ce2c131dac5","status":"passed","time":{"start":1707775050813,"stop":1707775050814,"duration":1}},{"uid":"f3b27c83715d75a9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f3b27c83715d75a9","status":"passed","time":{"start":1707770001375,"stop":1707770001376,"duration":1}},{"uid":"d9d2e2a4d31705cd","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d9d2e2a4d31705cd","status":"passed","time":{"start":1707769843140,"stop":1707769843140,"duration":0}},{"uid":"2e6cbae5aa0fd699","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e6cbae5aa0fd699","status":"passed","time":{"start":1707759965184,"stop":1707759965184,"duration":0}},{"uid":"85b76641696fa76c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b76641696fa76c","status":"passed","time":{"start":1707757644385,"stop":1707757644385,"duration":0}},{"uid":"8c0e538edec440ed","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8c0e538edec440ed","status":"passed","time":{"start":1707756267894,"stop":1707756267899,"duration":5}},{"uid":"36dbe4e9ce118223","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/36dbe4e9ce118223","status":"passed","time":{"start":1707753668023,"stop":1707753668023,"duration":0}},{"uid":"1511dd32320823ef","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1511dd32320823ef","status":"passed","time":{"start":1707753423532,"stop":1707753423532,"duration":0}},{"uid":"e041776da7f643a3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e041776da7f643a3","status":"passed","time":{"start":1707750796025,"stop":1707750796025,"duration":0}},{"uid":"d87834110dbc16f8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/d87834110dbc16f8","status":"passed","time":{"start":1707736730636,"stop":1707736730637,"duration":1}},{"uid":"1f815e4da044ac7e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/1f815e4da044ac7e","status":"passed","time":{"start":1707735912115,"stop":1707735912115,"duration":0}}]},"ecaa2d1357a9b62a9ccd4fa6dfbe5989:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b4e3403bbe7192ae","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b4e3403bbe7192ae","status":"passed","time":{"start":1707793028273,"stop":1707793028274,"duration":1}},{"uid":"aca9505c7d080327","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/aca9505c7d080327","status":"passed","time":{"start":1707777972996,"stop":1707777972997,"duration":1}},{"uid":"15564053b4130016","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/15564053b4130016","status":"passed","time":{"start":1707775244526,"stop":1707775244527,"duration":1}},{"uid":"3ae7f47fd85fec0a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/3ae7f47fd85fec0a","status":"passed","time":{"start":1707775050815,"stop":1707775050815,"duration":0}},{"uid":"2f7142e36161e24e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2f7142e36161e24e","status":"passed","time":{"start":1707770001377,"stop":1707770001377,"duration":0}},{"uid":"5c856d6dc7ebbd99","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5c856d6dc7ebbd99","status":"passed","time":{"start":1707769843141,"stop":1707769843141,"duration":0}},{"uid":"24cf8f09afce920d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/24cf8f09afce920d","status":"passed","time":{"start":1707759965190,"stop":1707759965190,"duration":0}},{"uid":"7da86c78e0a80554","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/7da86c78e0a80554","status":"passed","time":{"start":1707757644387,"stop":1707757644387,"duration":0}},{"uid":"e207d4a0dbc9b355","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e207d4a0dbc9b355","status":"passed","time":{"start":1707756267901,"stop":1707756267903,"duration":2}},{"uid":"6cfe27c5e702fbe7","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6cfe27c5e702fbe7","status":"passed","time":{"start":1707753668027,"stop":1707753668027,"duration":0}},{"uid":"3cb77753ebb98cc3","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3cb77753ebb98cc3","status":"passed","time":{"start":1707753423533,"stop":1707753423534,"duration":1}},{"uid":"a807aa735c8b9670","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a807aa735c8b9670","status":"passed","time":{"start":1707750796027,"stop":1707750796028,"duration":1}},{"uid":"5fe2cb9a737ea6ff","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/5fe2cb9a737ea6ff","status":"passed","time":{"start":1707736730642,"stop":1707736730642,"duration":0}},{"uid":"bab34f2a3f233ed2","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bab34f2a3f233ed2","status":"passed","time":{"start":1707735912116,"stop":1707735912117,"duration":1}}]},"b2f86bb9ff851cd16ff810302046b33a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9802d585c72c1793","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9802d585c72c1793","status":"passed","time":{"start":1707793287283,"stop":1707793287283,"duration":0}},{"uid":"deb6cb9d9eeb9ed0","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/deb6cb9d9eeb9ed0","status":"passed","time":{"start":1707778251796,"stop":1707778251797,"duration":1}},{"uid":"f17e22b278288749","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f17e22b278288749","status":"passed","time":{"start":1707775540340,"stop":1707775540340,"duration":0}},{"uid":"fd9cf217bc82ca4b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/fd9cf217bc82ca4b","status":"passed","time":{"start":1707775340608,"stop":1707775340608,"duration":0}},{"uid":"58b719d108d67382","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/58b719d108d67382","status":"passed","time":{"start":1707770272998,"stop":1707770272999,"duration":1}},{"uid":"ffe671636033e879","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ffe671636033e879","status":"passed","time":{"start":1707770045976,"stop":1707770045976,"duration":0}},{"uid":"4b803fbc70b1b6db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/4b803fbc70b1b6db","status":"passed","time":{"start":1707760224883,"stop":1707760224883,"duration":0}},{"uid":"79b5660272d19a6f","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/79b5660272d19a6f","status":"passed","time":{"start":1707757921498,"stop":1707757921498,"duration":0}},{"uid":"e572ea3d7d78f7d4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e572ea3d7d78f7d4","status":"passed","time":{"start":1707756552028,"stop":1707756552028,"duration":0}},{"uid":"9c53565f6b5bb129","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9c53565f6b5bb129","status":"passed","time":{"start":1707753853538,"stop":1707753853538,"duration":0}},{"uid":"49a16760519e30f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/49a16760519e30f","status":"passed","time":{"start":1707753708970,"stop":1707753708970,"duration":0}},{"uid":"d5b440fe7056309","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/d5b440fe7056309","status":"passed","time":{"start":1707751075910,"stop":1707751075910,"duration":0}},{"uid":"653ca6bf9c2ec44","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/653ca6bf9c2ec44","status":"passed","time":{"start":1707737000811,"stop":1707737000811,"duration":0}},{"uid":"c42e27e62f4f28e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c42e27e62f4f28e5","status":"passed","time":{"start":1707736214132,"stop":1707736214132,"duration":0}}]},"f5f229fbf1b0f0ec0efd9fad2b200ce2:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"237b111e92a9e935","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/237b111e92a9e935","status":"passed","time":{"start":1707792848726,"stop":1707792848726,"duration":0}},{"uid":"3f93db8609e406da","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3f93db8609e406da","status":"passed","time":{"start":1707777797860,"stop":1707777797860,"duration":0}},{"uid":"c04b11419a3887d1","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c04b11419a3887d1","status":"passed","time":{"start":1707775073184,"stop":1707775073185,"duration":1}},{"uid":"651fbd6aa8bf1500","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/651fbd6aa8bf1500","status":"passed","time":{"start":1707774873944,"stop":1707774873944,"duration":0}},{"uid":"f9f6390fd0dd57b9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f9f6390fd0dd57b9","status":"passed","time":{"start":1707769822474,"stop":1707769822475,"duration":1}},{"uid":"dc89cf56a2ec8f9d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/dc89cf56a2ec8f9d","status":"passed","time":{"start":1707769676601,"stop":1707769676601,"duration":0}},{"uid":"efde6ad5bd7e6d5a","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/efde6ad5bd7e6d5a","status":"passed","time":{"start":1707759771254,"stop":1707759771254,"duration":0}},{"uid":"ee4459dde1882a95","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ee4459dde1882a95","status":"passed","time":{"start":1707757466739,"stop":1707757466740,"duration":1}},{"uid":"1c72bfdcaaf7abfc","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1c72bfdcaaf7abfc","status":"passed","time":{"start":1707756093996,"stop":1707756093996,"duration":0}},{"uid":"f20cc81964a40b3a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/f20cc81964a40b3a","status":"passed","time":{"start":1707753514641,"stop":1707753514642,"duration":1}},{"uid":"d419d3b26e9ba079","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d419d3b26e9ba079","status":"passed","time":{"start":1707753243677,"stop":1707753243677,"duration":0}},{"uid":"3fec4136ecce430f","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3fec4136ecce430f","status":"passed","time":{"start":1707736561995,"stop":1707736561996,"duration":1}},{"uid":"a710ee07f60c143","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/a710ee07f60c143","status":"passed","time":{"start":1707735744193,"stop":1707735744193,"duration":0}}]},"02e88e6b952aabd9cacdea4a8090d2fb:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b7d1296dfbe15f79","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b7d1296dfbe15f79","status":"passed","time":{"start":1707792919942,"stop":1707792919942,"duration":0}},{"uid":"9db9d276e7387114","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9db9d276e7387114","status":"passed","time":{"start":1707777865444,"stop":1707777865444,"duration":0}},{"uid":"482442678b0ae1e6","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/482442678b0ae1e6","status":"passed","time":{"start":1707775140807,"stop":1707775140807,"duration":0}},{"uid":"59d9117f16dd817a","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/59d9117f16dd817a","status":"passed","time":{"start":1707774947611,"stop":1707774947611,"duration":0}},{"uid":"50b70d34b9fe4d8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50b70d34b9fe4d8a","status":"passed","time":{"start":1707769893453,"stop":1707769893453,"duration":0}},{"uid":"6e7ee68827dffbf6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6e7ee68827dffbf6","status":"passed","time":{"start":1707769737620,"stop":1707769737621,"duration":1}},{"uid":"c6aed3ef495a2f13","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c6aed3ef495a2f13","status":"passed","time":{"start":1707759835150,"stop":1707759835150,"duration":0}},{"uid":"63628c983aa9e6d8","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/63628c983aa9e6d8","status":"passed","time":{"start":1707757529706,"stop":1707757529706,"duration":0}},{"uid":"d7bb826155ae8bce","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d7bb826155ae8bce","status":"passed","time":{"start":1707756164076,"stop":1707756164077,"duration":1}},{"uid":"16d72e4b12abd40d","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/16d72e4b12abd40d","status":"passed","time":{"start":1707753566689,"stop":1707753566690,"duration":1}},{"uid":"6f629062ab369d4a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/6f629062ab369d4a","status":"passed","time":{"start":1707753314176,"stop":1707753314176,"duration":0}},{"uid":"8fdbe5e82e3e2ebb","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8fdbe5e82e3e2ebb","status":"passed","time":{"start":1707750698718,"stop":1707750698719,"duration":1}},{"uid":"72cfec5138b6ce05","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/72cfec5138b6ce05","status":"passed","time":{"start":1707736624914,"stop":1707736624914,"duration":0}},{"uid":"d74e668c13d4b6b4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d74e668c13d4b6b4","status":"passed","time":{"start":1707735814292,"stop":1707735814293,"duration":1}}]},"572b70806d3a8d2d13bbbaadda16842c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"ccdf5cd116aac99","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ccdf5cd116aac99","status":"passed","time":{"start":1707793304789,"stop":1707793304790,"duration":1}},{"uid":"3ecb364ed02b21f3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ecb364ed02b21f3","status":"passed","time":{"start":1707778270362,"stop":1707778270362,"duration":0}},{"uid":"25e655fc4f6f937","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/25e655fc4f6f937","status":"passed","time":{"start":1707775545751,"stop":1707775545752,"duration":1}},{"uid":"a27b2ea31597c064","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a27b2ea31597c064","status":"passed","time":{"start":1707775359973,"stop":1707775359973,"duration":0}},{"uid":"d9a47ed05875f8f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d9a47ed05875f8f4","status":"passed","time":{"start":1707770293504,"stop":1707770293504,"duration":0}},{"uid":"cb72c65e6fdf58fa","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cb72c65e6fdf58fa","status":"passed","time":{"start":1707770099501,"stop":1707770099501,"duration":0}},{"uid":"b881aecc9ac7b283","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b881aecc9ac7b283","status":"passed","time":{"start":1707760242018,"stop":1707760242018,"duration":0}},{"uid":"ca7a09d8cd69e001","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ca7a09d8cd69e001","status":"passed","time":{"start":1707757936372,"stop":1707757936372,"duration":0}},{"uid":"986a10949f13e3c9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/986a10949f13e3c9","status":"passed","time":{"start":1707756564918,"stop":1707756564919,"duration":1}},{"uid":"7a89469bf338db9b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7a89469bf338db9b","status":"passed","time":{"start":1707753906990,"stop":1707753906990,"duration":0}},{"uid":"1075644981850da4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/1075644981850da4","status":"passed","time":{"start":1707753724180,"stop":1707753724180,"duration":0}},{"uid":"fc1c558a17961446","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fc1c558a17961446","status":"passed","time":{"start":1707751082968,"stop":1707751082968,"duration":0}},{"uid":"b1083756b449a107","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b1083756b449a107","status":"passed","time":{"start":1707736227476,"stop":1707736227479,"duration":3}}]},"fb12ce5997bd3847f5475acc7438af8b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7cd076a540aba185","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7cd076a540aba185","status":"passed","time":{"start":1707793370635,"stop":1707793370636,"duration":1}},{"uid":"e4003a88eda0cc1d","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e4003a88eda0cc1d","status":"passed","time":{"start":1707778386484,"stop":1707778386484,"duration":0}},{"uid":"8ff6c64f6ee884a5","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/8ff6c64f6ee884a5","status":"passed","time":{"start":1707775656750,"stop":1707775656751,"duration":1}},{"uid":"23f3dca747ed087b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/23f3dca747ed087b","status":"passed","time":{"start":1707775461890,"stop":1707775461890,"duration":0}},{"uid":"3c517ba5a47cee6e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/3c517ba5a47cee6e","status":"passed","time":{"start":1707770395188,"stop":1707770395188,"duration":0}},{"uid":"287aa7f4a7c1771e","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/287aa7f4a7c1771e","status":"passed","time":{"start":1707770208547,"stop":1707770208547,"duration":0}},{"uid":"c56034e739966d4e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/c56034e739966d4e","status":"passed","time":{"start":1707760335956,"stop":1707760335956,"duration":0}},{"uid":"5d90b9bf9fbc91de","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/5d90b9bf9fbc91de","status":"passed","time":{"start":1707758023536,"stop":1707758023537,"duration":1}},{"uid":"de4dac2989e8f66","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de4dac2989e8f66","status":"passed","time":{"start":1707756664006,"stop":1707756664006,"duration":0}},{"uid":"919954c8928d9c3f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/919954c8928d9c3f","status":"passed","time":{"start":1707753837172,"stop":1707753837172,"duration":0}},{"uid":"653390c0656553a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/653390c0656553a","status":"passed","time":{"start":1707751136340,"stop":1707751136340,"duration":0}},{"uid":"eac72e4a7f3b96e1","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/eac72e4a7f3b96e1","status":"passed","time":{"start":1707737124646,"stop":1707737124646,"duration":0}},{"uid":"db738e07d88fdc07","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/db738e07d88fdc07","status":"passed","time":{"start":1707736322661,"stop":1707736322661,"duration":0}}]},"a6d7a1ea9eb41a9f1d92c251d350d45a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bcb64e4f3a9cf2ed","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bcb64e4f3a9cf2ed","status":"passed","time":{"start":1707793028279,"stop":1707793028280,"duration":1}},{"uid":"411441b4d73e7774","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/411441b4d73e7774","status":"passed","time":{"start":1707777973000,"stop":1707777973000,"duration":0}},{"uid":"cc71f1a5fb7a4d66","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/cc71f1a5fb7a4d66","status":"passed","time":{"start":1707775244530,"stop":1707775244530,"duration":0}},{"uid":"9edc03df73e59dbf","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/9edc03df73e59dbf","status":"passed","time":{"start":1707775050818,"stop":1707775050819,"duration":1}},{"uid":"10253c40ae993fc8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/10253c40ae993fc8","status":"passed","time":{"start":1707770001380,"stop":1707770001381,"duration":1}},{"uid":"edb7d4267b6bd46a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/edb7d4267b6bd46a","status":"passed","time":{"start":1707769843144,"stop":1707769843145,"duration":1}},{"uid":"cd3f3655d94a87cb","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd3f3655d94a87cb","status":"passed","time":{"start":1707759965201,"stop":1707759965201,"duration":0}},{"uid":"394e0ae2b4ce697c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/394e0ae2b4ce697c","status":"passed","time":{"start":1707757644390,"stop":1707757644390,"duration":0}},{"uid":"dff9ce63cc4da842","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/dff9ce63cc4da842","status":"passed","time":{"start":1707756267905,"stop":1707756267910,"duration":5}},{"uid":"37b8febcf015a531","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/37b8febcf015a531","status":"passed","time":{"start":1707753668068,"stop":1707753668068,"duration":0}},{"uid":"3a41cb9df1139faf","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3a41cb9df1139faf","status":"passed","time":{"start":1707753423538,"stop":1707753423538,"duration":0}},{"uid":"3a703c13641ca323","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3a703c13641ca323","status":"passed","time":{"start":1707750796031,"stop":1707750796032,"duration":1}},{"uid":"94464e726f837ef7","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/94464e726f837ef7","status":"passed","time":{"start":1707736730645,"stop":1707736730645,"duration":0}},{"uid":"ccc1bd860ff459d3","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ccc1bd860ff459d3","status":"passed","time":{"start":1707735912120,"stop":1707735912120,"duration":0}}]},"e7b3b18080f91a53e1c416cfdbd8c5d6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"fbc769d72da408c1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fbc769d72da408c1","status":"passed","time":{"start":1707792848129,"stop":1707792848130,"duration":1}},{"uid":"be82eb4659682ed6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/be82eb4659682ed6","status":"passed","time":{"start":1707777796753,"stop":1707777796753,"duration":0}},{"uid":"33b8f339d97bad53","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/33b8f339d97bad53","status":"passed","time":{"start":1707775074353,"stop":1707775074354,"duration":1}},{"uid":"d07aa57ae3248aa9","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d07aa57ae3248aa9","status":"passed","time":{"start":1707774894886,"stop":1707774894886,"duration":0}},{"uid":"2db5d3e522bf94d8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2db5d3e522bf94d8","status":"passed","time":{"start":1707769822209,"stop":1707769822209,"duration":0}},{"uid":"b4388d376b4bf34f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b4388d376b4bf34f","status":"passed","time":{"start":1707769675178,"stop":1707769675178,"duration":0}},{"uid":"74a90fb83a25002e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/74a90fb83a25002e","status":"passed","time":{"start":1707759769146,"stop":1707759769146,"duration":0}},{"uid":"15debe1a773eb2df","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/15debe1a773eb2df","status":"passed","time":{"start":1707757465317,"stop":1707757465317,"duration":0}},{"uid":"1a81e2dc6effc4b0","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1a81e2dc6effc4b0","status":"passed","time":{"start":1707756093660,"stop":1707756093660,"duration":0}},{"uid":"bff85764bab75030","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/bff85764bab75030","status":"passed","time":{"start":1707753515350,"stop":1707753515350,"duration":0}},{"uid":"152773a361fad85c","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/152773a361fad85c","status":"passed","time":{"start":1707753244110,"stop":1707753244110,"duration":0}},{"uid":"8240d6ec1be7f40d","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/8240d6ec1be7f40d","status":"passed","time":{"start":1707750644848,"stop":1707750644848,"duration":0}},{"uid":"2adef352ea1f8185","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2adef352ea1f8185","status":"passed","time":{"start":1707736558943,"stop":1707736558944,"duration":1}},{"uid":"21fe456dd10e14d7","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/21fe456dd10e14d7","status":"passed","time":{"start":1707735741833,"stop":1707735741833,"duration":0}}]},"4fc28928a1f653af88fa898f4a466085:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"d5b4db2a157621c3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d5b4db2a157621c3","status":"passed","time":{"start":1707793238871,"stop":1707793238871,"duration":0}},{"uid":"df5d1b61f042c92b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/df5d1b61f042c92b","status":"passed","time":{"start":1707778202479,"stop":1707778202479,"duration":0}},{"uid":"957239b04bcf6150","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/957239b04bcf6150","status":"passed","time":{"start":1707775486622,"stop":1707775486623,"duration":1}},{"uid":"4c92c0627e9aabc2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4c92c0627e9aabc2","status":"passed","time":{"start":1707775300135,"stop":1707775300135,"duration":0}},{"uid":"7c38dcb7c0dde0fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7c38dcb7c0dde0fc","status":"passed","time":{"start":1707770234576,"stop":1707770234577,"duration":1}},{"uid":"c567a3e0aab319f8","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c567a3e0aab319f8","status":"passed","time":{"start":1707770051375,"stop":1707770051376,"duration":1}},{"uid":"3de5d58a6d1ef3b0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3de5d58a6d1ef3b0","status":"passed","time":{"start":1707760174018,"stop":1707760174019,"duration":1}},{"uid":"14521666053cf276","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/14521666053cf276","status":"passed","time":{"start":1707757873920,"stop":1707757873920,"duration":0}},{"uid":"ce568cd0ee03b939","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/ce568cd0ee03b939","status":"passed","time":{"start":1707756499903,"stop":1707756499903,"duration":0}},{"uid":"9d0ccd62fd3ea10f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9d0ccd62fd3ea10f","status":"passed","time":{"start":1707753870442,"stop":1707753870443,"duration":1}},{"uid":"de74eae0cb6fa609","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/de74eae0cb6fa609","status":"passed","time":{"start":1707753647504,"stop":1707753647508,"duration":4}},{"uid":"29093fa0dc4c76ec","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/29093fa0dc4c76ec","status":"passed","time":{"start":1707751019568,"stop":1707751019568,"duration":0}},{"uid":"2d7876ba3152aba3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2d7876ba3152aba3","status":"passed","time":{"start":1707736947844,"stop":1707736947844,"duration":0}},{"uid":"e3dd05dca7ec4845","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/e3dd05dca7ec4845","status":"passed","time":{"start":1707736152502,"stop":1707736152502,"duration":0}}]},"f3e9d580af0d657c6a0e44398c90a1b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"a268ecfc732a3ca5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a268ecfc732a3ca5","status":"passed","time":{"start":1707792792550,"stop":1707792792551,"duration":1}},{"uid":"74aec51b79420b97","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/74aec51b79420b97","status":"passed","time":{"start":1707777741287,"stop":1707777741288,"duration":1}},{"uid":"204e959ea296a1b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/204e959ea296a1b","status":"passed","time":{"start":1707775017703,"stop":1707775017704,"duration":1}},{"uid":"d3fd08637665126b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d3fd08637665126b","status":"passed","time":{"start":1707774819161,"stop":1707774819161,"duration":0}},{"uid":"ea69168fb7c97355","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ea69168fb7c97355","status":"passed","time":{"start":1707769766686,"stop":1707769766686,"duration":0}},{"uid":"9c543e32dc594a88","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/9c543e32dc594a88","status":"passed","time":{"start":1707769619252,"stop":1707769619252,"duration":0}},{"uid":"6c60fd18b56f05cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6c60fd18b56f05cd","status":"passed","time":{"start":1707759714509,"stop":1707759714509,"duration":0}},{"uid":"27d6f5e55ce61808","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/27d6f5e55ce61808","status":"passed","time":{"start":1707757408925,"stop":1707757408926,"duration":1}},{"uid":"9dcb7fa2c227e455","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9dcb7fa2c227e455","status":"passed","time":{"start":1707756038652,"stop":1707756038653,"duration":1}},{"uid":"1df7671a204e1534","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1df7671a204e1534","status":"passed","time":{"start":1707753456821,"stop":1707753456822,"duration":1}},{"uid":"11f153181092a88d","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/11f153181092a88d","status":"passed","time":{"start":1707753185029,"stop":1707753185029,"duration":0}},{"uid":"4af10a1201a113c7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4af10a1201a113c7","status":"passed","time":{"start":1707750585692,"stop":1707750585693,"duration":1}},{"uid":"50d603b843fd3894","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/50d603b843fd3894","status":"passed","time":{"start":1707736503246,"stop":1707736503247,"duration":1}},{"uid":"69b6c61b85f64425","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/69b6c61b85f64425","status":"passed","time":{"start":1707735684542,"stop":1707735684542,"duration":0}}]},"0aeb69dccc79fc105378f8bb5f0f9258:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"de008e5343780278","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/de008e5343780278","status":"passed","time":{"start":1707792800003,"stop":1707792800004,"duration":1}},{"uid":"6be40f8c36e4cf7b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6be40f8c36e4cf7b","status":"passed","time":{"start":1707777749090,"stop":1707777749091,"duration":1}},{"uid":"5a292512abe3e6ef","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5a292512abe3e6ef","status":"passed","time":{"start":1707775025523,"stop":1707775025525,"duration":2}},{"uid":"48001b8708a81a19","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/48001b8708a81a19","status":"passed","time":{"start":1707774827056,"stop":1707774827057,"duration":1}},{"uid":"518ec275668216a0","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/518ec275668216a0","status":"passed","time":{"start":1707769774626,"stop":1707769774626,"duration":0}},{"uid":"f448d6e8f9089333","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f448d6e8f9089333","status":"passed","time":{"start":1707769627288,"stop":1707769627289,"duration":1}},{"uid":"bc2f850c1821be58","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/bc2f850c1821be58","status":"passed","time":{"start":1707759722026,"stop":1707759722027,"duration":1}},{"uid":"607ac44d374b8f60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/607ac44d374b8f60","status":"passed","time":{"start":1707757416832,"stop":1707757416833,"duration":1}},{"uid":"772d53bf9d08bd38","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/772d53bf9d08bd38","status":"passed","time":{"start":1707756046592,"stop":1707756046592,"duration":0}},{"uid":"20012fc87cf70749","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/20012fc87cf70749","status":"passed","time":{"start":1707753464664,"stop":1707753464665,"duration":1}},{"uid":"57e0733a3a10ab52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/57e0733a3a10ab52","status":"passed","time":{"start":1707753192933,"stop":1707753192934,"duration":1}},{"uid":"2a172839be792c15","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/2a172839be792c15","status":"passed","time":{"start":1707750593503,"stop":1707750593504,"duration":1}},{"uid":"bb4b59150e5b5484","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/bb4b59150e5b5484","status":"passed","time":{"start":1707736510876,"stop":1707736510877,"duration":1}},{"uid":"86e48284968e34e8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86e48284968e34e8","status":"passed","time":{"start":1707735692284,"stop":1707735692285,"duration":1}}]},"bc2ba65b069414cce3a0095353e096a5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":13,"unknown":0,"total":14},"items":[{"uid":"d8c75b1e1143c0f4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/d8c75b1e1143c0f4","status":"passed","time":{"start":1707793304787,"stop":1707793304788,"duration":1}},{"uid":"40f932cb58b1f7e5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/40f932cb58b1f7e5","status":"passed","time":{"start":1707778270361,"stop":1707778270361,"duration":0}},{"uid":"5e182f1a57458639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5e182f1a57458639","status":"passed","time":{"start":1707775545747,"stop":1707775545750,"duration":3}},{"uid":"49ae54c6d53ceeb","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/49ae54c6d53ceeb","status":"passed","time":{"start":1707775359965,"stop":1707775359971,"duration":6}},{"uid":"8ff2ca598b5e7861","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8ff2ca598b5e7861","status":"passed","time":{"start":1707770293503,"stop":1707770293503,"duration":0}},{"uid":"593b3a5849642c3b","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/593b3a5849642c3b","status":"passed","time":{"start":1707770099500,"stop":1707770099500,"duration":0}},{"uid":"ca5015dabe87db1c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ca5015dabe87db1c","status":"passed","time":{"start":1707760242016,"stop":1707760242017,"duration":1}},{"uid":"58f5d75c02d36722","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58f5d75c02d36722","status":"passed","time":{"start":1707757936368,"stop":1707757936368,"duration":0}},{"uid":"5225a8fa46d06354","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5225a8fa46d06354","status":"passed","time":{"start":1707756564917,"stop":1707756564917,"duration":0}},{"uid":"e1f3893f8c312aa3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e1f3893f8c312aa3","status":"passed","time":{"start":1707753906988,"stop":1707753906989,"duration":1}},{"uid":"e99f4f974b976616","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/e99f4f974b976616","status":"passed","time":{"start":1707753724179,"stop":1707753724179,"duration":0}},{"uid":"225b5be5686fa6c8","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/225b5be5686fa6c8","status":"passed","time":{"start":1707751082967,"stop":1707751082967,"duration":0}},{"uid":"24c55aa568310506","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/24c55aa568310506","status":"broken","statusDetails":"Expected at least 1 peer in each node. Got waku connections: 1 and nwaku: 0","time":{"start":1707736996444,"stop":1707736996444,"duration":0}},{"uid":"9ba965e5c4efa4e5","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ba965e5c4efa4e5","status":"passed","time":{"start":1707736227475,"stop":1707736227475,"duration":0}}]},"08dcea9fba6a6405fefaf47c7e419243:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fe199c81354a4154","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fe199c81354a4154","status":"passed","time":{"start":1707777997115,"stop":1707777997116,"duration":1}},{"uid":"b96ab5ba141aaf70","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b96ab5ba141aaf70","status":"passed","time":{"start":1707775275753,"stop":1707775275753,"duration":0}},{"uid":"f3fe984e5eddd6f5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f3fe984e5eddd6f5","status":"passed","time":{"start":1707775085886,"stop":1707775085886,"duration":0}},{"uid":"50ad32e3518b035b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/50ad32e3518b035b","status":"passed","time":{"start":1707770018844,"stop":1707770018844,"duration":0}},{"uid":"5766ddf1cbe77b85","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/5766ddf1cbe77b85","status":"passed","time":{"start":1707769883323,"stop":1707769883324,"duration":1}},{"uid":"3a08f69b092a98c3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a08f69b092a98c3","status":"passed","time":{"start":1707759981464,"stop":1707759981464,"duration":0}},{"uid":"c0088081b0bce7c5","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/c0088081b0bce7c5","status":"passed","time":{"start":1707757676045,"stop":1707757676045,"duration":0}},{"uid":"2ac910f99738a099","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2ac910f99738a099","status":"passed","time":{"start":1707756304430,"stop":1707756304430,"duration":0}},{"uid":"61c91e6dbc37dad","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/61c91e6dbc37dad","status":"passed","time":{"start":1707753713250,"stop":1707753713251,"duration":1}},{"uid":"66807c348d16e506","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/66807c348d16e506","status":"passed","time":{"start":1707753448103,"stop":1707753448104,"duration":1}},{"uid":"74e8a97581c54222","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/74e8a97581c54222","status":"passed","time":{"start":1707750840042,"stop":1707750840043,"duration":1}},{"uid":"9d7375cc92387001","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/9d7375cc92387001","status":"passed","time":{"start":1707736765016,"stop":1707736765019,"duration":3}},{"uid":"13a2d232eabfa36e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/13a2d232eabfa36e","status":"passed","time":{"start":1707735955249,"stop":1707735955249,"duration":0}}]},"fc8ca4aa1d49c83517f8864a65323e05:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"fe1859467b1aec2e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fe1859467b1aec2e","status":"broken","statusDetails":"Timeout of 2000ms exceeded. For async tests and hooks, ensure \"done()\" is called; if returning a Promise, ensure it resolves. (/home/runner/work/js-waku/js-waku/packages/tests/tests/utils.spec.ts)","time":{"start":1707751141127,"stop":1707751141127,"duration":0}}]},"557c6c213e4d0bfcfeb2c192f3ea6d74:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"980403b1e1ce1dc2","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/980403b1e1ce1dc2","status":"passed","time":{"start":1707792800817,"stop":1707792800817,"duration":0}},{"uid":"e2538cc9a55af74f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e2538cc9a55af74f","status":"passed","time":{"start":1707777749846,"stop":1707777749846,"duration":0}},{"uid":"fd73dd8bf743548d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/fd73dd8bf743548d","status":"passed","time":{"start":1707775026268,"stop":1707775026269,"duration":1}},{"uid":"b29f4d071abbc957","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/b29f4d071abbc957","status":"passed","time":{"start":1707774827857,"stop":1707774827858,"duration":1}},{"uid":"75ace5d330703d44","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/75ace5d330703d44","status":"passed","time":{"start":1707769775415,"stop":1707769775415,"duration":0}},{"uid":"82b44ca240817c86","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/82b44ca240817c86","status":"passed","time":{"start":1707769628087,"stop":1707769628088,"duration":1}},{"uid":"2a9ad3391db5ea9d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a9ad3391db5ea9d","status":"passed","time":{"start":1707759722868,"stop":1707759722868,"duration":0}},{"uid":"81e8c32f02782053","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/81e8c32f02782053","status":"passed","time":{"start":1707757417667,"stop":1707757417668,"duration":1}},{"uid":"4e98f62bbe568335","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/4e98f62bbe568335","status":"passed","time":{"start":1707756047296,"stop":1707756047296,"duration":0}},{"uid":"54c1a5cc79f778b8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/54c1a5cc79f778b8","status":"passed","time":{"start":1707753465443,"stop":1707753465443,"duration":0}},{"uid":"b7e6b1933a2b2086","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b7e6b1933a2b2086","status":"passed","time":{"start":1707753193785,"stop":1707753193785,"duration":0}},{"uid":"26e1f59b57822da0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/26e1f59b57822da0","status":"passed","time":{"start":1707750594367,"stop":1707750594367,"duration":0}},{"uid":"b7086b52a9d9dbbe","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b7086b52a9d9dbbe","status":"passed","time":{"start":1707736511740,"stop":1707736511740,"duration":0}},{"uid":"af91c9cd1e2112b6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/af91c9cd1e2112b6","status":"passed","time":{"start":1707735693128,"stop":1707735693128,"duration":0}}]},"1cad348a6e387b7a88e6476ad79f7e1f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e25f0a23e2746760","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e25f0a23e2746760","status":"passed","time":{"start":1707793446744,"stop":1707793446744,"duration":0}},{"uid":"9a55a6340d49a2db","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9a55a6340d49a2db","status":"passed","time":{"start":1707778413522,"stop":1707778413523,"duration":1}},{"uid":"3646eb72e759cac9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3646eb72e759cac9","status":"passed","time":{"start":1707775685030,"stop":1707775685030,"duration":0}},{"uid":"bb51211540d68ed5","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb51211540d68ed5","status":"passed","time":{"start":1707775494280,"stop":1707775494280,"duration":0}},{"uid":"4a7f150d7330ce98","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4a7f150d7330ce98","status":"passed","time":{"start":1707770424181,"stop":1707770424181,"duration":0}},{"uid":"a98911a25a05e92f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/a98911a25a05e92f","status":"passed","time":{"start":1707770238689,"stop":1707770238689,"duration":0}},{"uid":"2ab419f4da017cff","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2ab419f4da017cff","status":"passed","time":{"start":1707760374681,"stop":1707760374682,"duration":1}},{"uid":"8db4b65f09989cf0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8db4b65f09989cf0","status":"passed","time":{"start":1707758004329,"stop":1707758004330,"duration":1}},{"uid":"bf208b9167ba9b54","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/bf208b9167ba9b54","status":"passed","time":{"start":1707756690165,"stop":1707756690165,"duration":0}},{"uid":"75f11b106dbaa07c","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/75f11b106dbaa07c","status":"passed","time":{"start":1707754051789,"stop":1707754051789,"duration":0}},{"uid":"5bec396a893c9a3a","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5bec396a893c9a3a","status":"passed","time":{"start":1707753877930,"stop":1707753877930,"duration":0}},{"uid":"eedc3dcc2b02127a","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/eedc3dcc2b02127a","status":"passed","time":{"start":1707751228964,"stop":1707751228964,"duration":0}},{"uid":"da7ffe3a0d5a1f6d","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/da7ffe3a0d5a1f6d","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"cb87d3cb7300f832","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cb87d3cb7300f832","status":"passed","time":{"start":1707736353041,"stop":1707736353042,"duration":1}}]},"101855652fbbdd51521dd03540a16df5:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"459a28862f1b42e7","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/459a28862f1b42e7","status":"passed","time":{"start":1707793012475,"stop":1707793012476,"duration":1}},{"uid":"3fcab87ebdfe3d1c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3fcab87ebdfe3d1c","status":"passed","time":{"start":1707777977664,"stop":1707777977664,"duration":0}},{"uid":"4ef328c8372a8d4d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/4ef328c8372a8d4d","status":"passed","time":{"start":1707775258454,"stop":1707775258455,"duration":1}},{"uid":"424ca4c876aed113","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/424ca4c876aed113","status":"passed","time":{"start":1707775082014,"stop":1707775082015,"duration":1}},{"uid":"20c4c38eb8fa46c8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/20c4c38eb8fa46c8","status":"passed","time":{"start":1707769999861,"stop":1707769999862,"duration":1}},{"uid":"bd84532ce870164f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd84532ce870164f","status":"passed","time":{"start":1707769841898,"stop":1707769841898,"duration":0}},{"uid":"9d3a8f81ce470c87","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/9d3a8f81ce470c87","status":"passed","time":{"start":1707759921452,"stop":1707759921453,"duration":1}},{"uid":"6be10117053915c6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6be10117053915c6","status":"passed","time":{"start":1707757624874,"stop":1707757624875,"duration":1}},{"uid":"c590c1da4756184f","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c590c1da4756184f","status":"passed","time":{"start":1707756261761,"stop":1707756261762,"duration":1}},{"uid":"70538f9d7a82eda","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/70538f9d7a82eda","status":"passed","time":{"start":1707753651166,"stop":1707753651166,"duration":0}},{"uid":"124342d3a889bca","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/124342d3a889bca","status":"passed","time":{"start":1707753409584,"stop":1707753409584,"duration":0}},{"uid":"7837187e16976cc0","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7837187e16976cc0","status":"passed","time":{"start":1707750722047,"stop":1707750722047,"duration":0}},{"uid":"20748294f5ed304c","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20748294f5ed304c","status":"passed","time":{"start":1707736708327,"stop":1707736708327,"duration":0}},{"uid":"7131087f6baafabb","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7131087f6baafabb","status":"passed","time":{"start":1707735914384,"stop":1707735914384,"duration":0}}]},"f8956ac8581aadd154f5cc68b75bb5f7:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"304d5caf7d621ab1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/304d5caf7d621ab1","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}}]},"9443e062798ff03b1766c04c51c3b72f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"8be28a303becd040","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/8be28a303becd040","status":"passed","time":{"start":1707736260130,"stop":1707736260130,"duration":0}}]},"352b2873b9d6c02926f0f0e30064ad8a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce35694509b24998","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce35694509b24998","status":"passed","time":{"start":1707793153219,"stop":1707793153219,"duration":0}},{"uid":"de2b0bb44d48a29b","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/de2b0bb44d48a29b","status":"passed","time":{"start":1707778114670,"stop":1707778114671,"duration":1}},{"uid":"d4aade6a9f7770b9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d4aade6a9f7770b9","status":"passed","time":{"start":1707775395372,"stop":1707775395372,"duration":0}},{"uid":"aa8e2fbfa69189d","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/aa8e2fbfa69189d","status":"passed","time":{"start":1707775205625,"stop":1707775205626,"duration":1}},{"uid":"f4c9fbccad583878","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f4c9fbccad583878","status":"passed","time":{"start":1707770131699,"stop":1707770131700,"duration":1}},{"uid":"793b9353fb94ef24","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/793b9353fb94ef24","status":"passed","time":{"start":1707769983273,"stop":1707769983273,"duration":0}},{"uid":"af3d96758f699c6c","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/af3d96758f699c6c","status":"passed","time":{"start":1707760095399,"stop":1707760095399,"duration":0}},{"uid":"a33b90c47b19ffc6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/a33b90c47b19ffc6","status":"passed","time":{"start":1707757790732,"stop":1707757790733,"duration":1}},{"uid":"8117f1ab289d2c71","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/8117f1ab289d2c71","status":"passed","time":{"start":1707756409542,"stop":1707756409542,"duration":0}},{"uid":"65a80c5368b8d8a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/65a80c5368b8d8a4","status":"passed","time":{"start":1707753793186,"stop":1707753793187,"duration":1}},{"uid":"f3e06e70be7c553","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/f3e06e70be7c553","status":"passed","time":{"start":1707753573527,"stop":1707753573527,"duration":0}},{"uid":"4c72411516775ce9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4c72411516775ce9","status":"passed","time":{"start":1707750953973,"stop":1707750953978,"duration":5}},{"uid":"2825227fa96e7952","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/2825227fa96e7952","status":"passed","time":{"start":1707736878963,"stop":1707736878964,"duration":1}},{"uid":"6037ebc8cba23e51","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6037ebc8cba23e51","status":"passed","time":{"start":1707736081268,"stop":1707736081268,"duration":0}}]},"ea45ae5f1d03b506d08a813b14f41156:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"460fd9e1b528c885","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/460fd9e1b528c885","status":"passed","time":{"start":1707736730645,"stop":1707736730646,"duration":1}}]},"ad4e8b08f765ff93f0032cfe8dd85dc3:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"9674a55deb04e7e9","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9674a55deb04e7e9","status":"passed","time":{"start":1707793446743,"stop":1707793446743,"duration":0}},{"uid":"7e3c124bcf53d76e","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/7e3c124bcf53d76e","status":"passed","time":{"start":1707778413522,"stop":1707778413522,"duration":0}},{"uid":"2ba3472324f59f1d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2ba3472324f59f1d","status":"passed","time":{"start":1707775685029,"stop":1707775685029,"duration":0}},{"uid":"2905a82787b409aa","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/2905a82787b409aa","status":"passed","time":{"start":1707775494279,"stop":1707775494279,"duration":0}},{"uid":"f831e18f7ca330bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f831e18f7ca330bf","status":"passed","time":{"start":1707770424180,"stop":1707770424180,"duration":0}},{"uid":"4792aee9991ae766","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4792aee9991ae766","status":"passed","time":{"start":1707770238688,"stop":1707770238688,"duration":0}},{"uid":"d53f7d86823ac5a3","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d53f7d86823ac5a3","status":"passed","time":{"start":1707760374681,"stop":1707760374681,"duration":0}},{"uid":"b2e60fbd3389ba92","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b2e60fbd3389ba92","status":"passed","time":{"start":1707758004328,"stop":1707758004329,"duration":1}},{"uid":"42d1fd0adbe9f833","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/42d1fd0adbe9f833","status":"passed","time":{"start":1707756690164,"stop":1707756690165,"duration":1}},{"uid":"e863704f67441e75","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e863704f67441e75","status":"passed","time":{"start":1707754051788,"stop":1707754051789,"duration":1}},{"uid":"922f652d5c4878d7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/922f652d5c4878d7","status":"passed","time":{"start":1707753877929,"stop":1707753877930,"duration":1}},{"uid":"1ae60d00c2bb6b98","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/1ae60d00c2bb6b98","status":"passed","time":{"start":1707751228963,"stop":1707751228963,"duration":0}},{"uid":"277076ca6859f227","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/277076ca6859f227","status":"passed","time":{"start":1707737173821,"stop":1707737173821,"duration":0}},{"uid":"6479d16c6f7a40c8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/6479d16c6f7a40c8","status":"passed","time":{"start":1707736353041,"stop":1707736353041,"duration":0}}]},"2dcc3efb5e0b6302e30eeff387abc6bc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"cc751fccc6a30efd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/cc751fccc6a30efd","status":"passed","time":{"start":1707792814744,"stop":1707792814745,"duration":1}},{"uid":"f3fd1df0c12c1af5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f3fd1df0c12c1af5","status":"passed","time":{"start":1707777764078,"stop":1707777764079,"duration":1}},{"uid":"17fa261e65e24968","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/17fa261e65e24968","status":"passed","time":{"start":1707775040147,"stop":1707775040148,"duration":1}},{"uid":"f9f02f27df4c9f17","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/f9f02f27df4c9f17","status":"passed","time":{"start":1707774842103,"stop":1707774842103,"duration":0}},{"uid":"a1b24fc52a62b7e5","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1b24fc52a62b7e5","status":"passed","time":{"start":1707769789486,"stop":1707769789486,"duration":0}},{"uid":"d58ff8826c9caf71","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d58ff8826c9caf71","status":"passed","time":{"start":1707769642220,"stop":1707769642221,"duration":1}},{"uid":"7a5451c01e52b9c4","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7a5451c01e52b9c4","status":"passed","time":{"start":1707759737068,"stop":1707759737069,"duration":1}},{"uid":"ac3f8d6b4dcfab90","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ac3f8d6b4dcfab90","status":"passed","time":{"start":1707757431975,"stop":1707757431975,"duration":0}},{"uid":"7c4158dcfeef93d2","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/7c4158dcfeef93d2","status":"passed","time":{"start":1707756061019,"stop":1707756061020,"duration":1}},{"uid":"8ea9bf280f81f52","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/8ea9bf280f81f52","status":"passed","time":{"start":1707753479609,"stop":1707753479609,"duration":0}},{"uid":"b578cf8234cba60b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/b578cf8234cba60b","status":"passed","time":{"start":1707753208308,"stop":1707753208308,"duration":0}},{"uid":"961fb03eee9e8966","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/961fb03eee9e8966","status":"passed","time":{"start":1707750608584,"stop":1707750608585,"duration":1}},{"uid":"f32b61cb57d67ae3","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/f32b61cb57d67ae3","status":"passed","time":{"start":1707736525855,"stop":1707736525856,"duration":1}},{"uid":"86f463672db97920","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/86f463672db97920","status":"passed","time":{"start":1707735707689,"stop":1707735707690,"duration":1}}]},"8a570c791da4aa11c45f11e254afa174:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"4e7388f337eee427","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/4e7388f337eee427","status":"passed","time":{"start":1707793168674,"stop":1707793168675,"duration":1}},{"uid":"b6960ee6a1624c57","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b6960ee6a1624c57","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"9c5ee5e4a8416c39","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9c5ee5e4a8416c39","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"19e567e5513f03fd","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/19e567e5513f03fd","status":"passed","time":{"start":1707775219995,"stop":1707775219995,"duration":0}},{"uid":"2ad1ce196fb94922","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2ad1ce196fb94922","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"6136cb8515159fe5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/6136cb8515159fe5","status":"passed","time":{"start":1707769994535,"stop":1707769994535,"duration":0}},{"uid":"ef36e616387bbd8d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/ef36e616387bbd8d","status":"passed","time":{"start":1707760106455,"stop":1707760106456,"duration":1}},{"uid":"76b182b02a77784c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76b182b02a77784c","status":"passed","time":{"start":1707757804293,"stop":1707757804293,"duration":0}},{"uid":"a5df0131d1a9db39","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a5df0131d1a9db39","status":"passed","time":{"start":1707756422344,"stop":1707756422344,"duration":0}},{"uid":"a70fb12ae3fff21b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/a70fb12ae3fff21b","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"fc618b10bac81aac","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fc618b10bac81aac","status":"passed","time":{"start":1707753586162,"stop":1707753586163,"duration":1}},{"uid":"c4cdab32b260245c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c4cdab32b260245c","status":"passed","time":{"start":1707750964801,"stop":1707750964801,"duration":0}},{"uid":"a3133266ebcdba09","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a3133266ebcdba09","status":"passed","time":{"start":1707736890435,"stop":1707736890435,"duration":0}},{"uid":"123f183308499122","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/123f183308499122","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"75b0e13aa9199c5b51cece307747706b:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"7ae2747500a4872a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7ae2747500a4872a","status":"passed","time":{"start":1707793370639,"stop":1707793370640,"duration":1}},{"uid":"6608d508fa9b883","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6608d508fa9b883","status":"passed","time":{"start":1707778386489,"stop":1707778386489,"duration":0}},{"uid":"2d38b4b4855122fc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/2d38b4b4855122fc","status":"passed","time":{"start":1707775656753,"stop":1707775656754,"duration":1}},{"uid":"13794fa91d1fa57c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/13794fa91d1fa57c","status":"passed","time":{"start":1707775461893,"stop":1707775461893,"duration":0}},{"uid":"8a035e998695a01c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8a035e998695a01c","status":"passed","time":{"start":1707770395191,"stop":1707770395192,"duration":1}},{"uid":"d185422ffa913d8f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/d185422ffa913d8f","status":"passed","time":{"start":1707770208551,"stop":1707770208551,"duration":0}},{"uid":"b4f24917dbd579db","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b4f24917dbd579db","status":"passed","time":{"start":1707760335960,"stop":1707760335960,"duration":0}},{"uid":"b1c815633e4ad8ad","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/b1c815633e4ad8ad","status":"passed","time":{"start":1707758023541,"stop":1707758023542,"duration":1}},{"uid":"57ed6e7fdc871ce9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/57ed6e7fdc871ce9","status":"passed","time":{"start":1707756664010,"stop":1707756664011,"duration":1}},{"uid":"44445710050a4b6f","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/44445710050a4b6f","status":"passed","time":{"start":1707753837177,"stop":1707753837177,"duration":0}},{"uid":"75ef7ea6e6ac995e","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/75ef7ea6e6ac995e","status":"passed","time":{"start":1707751136360,"stop":1707751136361,"duration":1}},{"uid":"a8e76d78aa74b244","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/a8e76d78aa74b244","status":"passed","time":{"start":1707737124649,"stop":1707737124649,"duration":0}},{"uid":"bf8836a437463957","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/bf8836a437463957","status":"passed","time":{"start":1707736322665,"stop":1707736322666,"duration":1}}]},"603625a98f1a885e3b4008162ac7ce5a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"e7152a0e378d4be1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/e7152a0e378d4be1","status":"passed","time":{"start":1707793028262,"stop":1707793028263,"duration":1}},{"uid":"955270aeb41a2c4f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/955270aeb41a2c4f","status":"passed","time":{"start":1707777972992,"stop":1707777972993,"duration":1}},{"uid":"6e7267659c459ef7","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/6e7267659c459ef7","status":"passed","time":{"start":1707775244523,"stop":1707775244524,"duration":1}},{"uid":"8379e3321d3ed048","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8379e3321d3ed048","status":"passed","time":{"start":1707775050812,"stop":1707775050812,"duration":0}},{"uid":"5265bc5974cede8a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5265bc5974cede8a","status":"passed","time":{"start":1707770001371,"stop":1707770001373,"duration":2}},{"uid":"2ccd190580df2b0a","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2ccd190580df2b0a","status":"passed","time":{"start":1707769843135,"stop":1707769843136,"duration":1}},{"uid":"99d80397ecb5a1b5","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/99d80397ecb5a1b5","status":"passed","time":{"start":1707759965182,"stop":1707759965183,"duration":1}},{"uid":"297960afc03b0a20","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/297960afc03b0a20","status":"passed","time":{"start":1707757644384,"stop":1707757644384,"duration":0}},{"uid":"9fe431d6edc09b9","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/9fe431d6edc09b9","status":"passed","time":{"start":1707756267892,"stop":1707756267893,"duration":1}},{"uid":"b6a6e38d8fb188a8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b6a6e38d8fb188a8","status":"passed","time":{"start":1707753668021,"stop":1707753668021,"duration":0}},{"uid":"c752e29bf6bf7b76","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/c752e29bf6bf7b76","status":"passed","time":{"start":1707753423531,"stop":1707753423531,"duration":0}},{"uid":"20a1809d02c8b48c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/20a1809d02c8b48c","status":"passed","time":{"start":1707750796021,"stop":1707750796022,"duration":1}},{"uid":"ffbc4876d6c76bb8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/ffbc4876d6c76bb8","status":"passed","time":{"start":1707736730633,"stop":1707736730633,"duration":0}},{"uid":"f2c513e223bc2ee6","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f2c513e223bc2ee6","status":"passed","time":{"start":1707735912113,"stop":1707735912113,"duration":0}}]},"1f5626d20b8996956f0e580ea95bb447:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"dcd5a137b57b49b8","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dcd5a137b57b49b8","status":"passed","time":{"start":1707793370642,"stop":1707793370643,"duration":1}},{"uid":"b4c01d68ab4c0541","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b4c01d68ab4c0541","status":"passed","time":{"start":1707778386492,"stop":1707778386492,"duration":0}},{"uid":"3fa7ec0f6f34fd4e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3fa7ec0f6f34fd4e","status":"passed","time":{"start":1707775656755,"stop":1707775656756,"duration":1}},{"uid":"a1e4a8221f45fbd2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/a1e4a8221f45fbd2","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}},{"uid":"38668f1249d2a5d4","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/38668f1249d2a5d4","status":"passed","time":{"start":1707770395194,"stop":1707770395194,"duration":0}},{"uid":"bd26eeeed428b212","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/bd26eeeed428b212","status":"passed","time":{"start":1707770208553,"stop":1707770208553,"duration":0}},{"uid":"6b7d2fb779980f34","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/6b7d2fb779980f34","status":"passed","time":{"start":1707760335962,"stop":1707760335963,"duration":1}},{"uid":"6a37c05692d4cd60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a37c05692d4cd60","status":"passed","time":{"start":1707758023547,"stop":1707758023547,"duration":0}},{"uid":"3761af25f43dad99","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/3761af25f43dad99","status":"passed","time":{"start":1707756664014,"stop":1707756664014,"duration":0}},{"uid":"17f6ddb20cf77f5b","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/17f6ddb20cf77f5b","status":"passed","time":{"start":1707753837179,"stop":1707753837180,"duration":1}},{"uid":"6df8a4692daf77ce","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6df8a4692daf77ce","status":"passed","time":{"start":1707751136366,"stop":1707751136366,"duration":0}},{"uid":"8ca1f1565392ce30","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8ca1f1565392ce30","status":"passed","time":{"start":1707737124654,"stop":1707737124655,"duration":1}},{"uid":"ae892d7ca55e7bab","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ae892d7ca55e7bab","status":"passed","time":{"start":1707736322672,"stop":1707736322672,"duration":0}}]},"6010cccd514754660b98cd175baf418f:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"189f2405630e8444","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/189f2405630e8444","status":"passed","time":{"start":1707793400888,"stop":1707793400888,"duration":0}},{"uid":"6fd7663dd41e5dd7","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6fd7663dd41e5dd7","status":"passed","time":{"start":1707778381873,"stop":1707778381873,"duration":0}},{"uid":"f7d380edcda3ac7b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/f7d380edcda3ac7b","status":"passed","time":{"start":1707775653208,"stop":1707775653208,"duration":0}},{"uid":"ebea2fba32ffd195","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/ebea2fba32ffd195","status":"passed","time":{"start":1707775455220,"stop":1707775455220,"duration":0}},{"uid":"898c289635aef79b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/898c289635aef79b","status":"passed","time":{"start":1707770389547,"stop":1707770389548,"duration":1}},{"uid":"430b2d2e73826317","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/430b2d2e73826317","status":"passed","time":{"start":1707770169176,"stop":1707770169176,"duration":0}},{"uid":"29f1ea6f3b4e1431","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/29f1ea6f3b4e1431","status":"passed","time":{"start":1707760345982,"stop":1707760345982,"duration":0}},{"uid":"638d7aa0f6bffef","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/638d7aa0f6bffef","status":"passed","time":{"start":1707758029746,"stop":1707758029746,"duration":0}},{"uid":"36c4051cdca2540c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/36c4051cdca2540c","status":"passed","time":{"start":1707756668253,"stop":1707756668253,"duration":0}},{"uid":"afa649a1950b3756","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/afa649a1950b3756","status":"passed","time":{"start":1707753981526,"stop":1707753981527,"duration":1}},{"uid":"421e337d82d323d4","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/421e337d82d323d4","status":"passed","time":{"start":1707753832680,"stop":1707753832680,"duration":0}},{"uid":"a073687561b88a61","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a073687561b88a61","status":"passed","time":{"start":1707751154819,"stop":1707751154820,"duration":1}},{"uid":"29fe3e516c74ed0","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29fe3e516c74ed0","status":"passed","time":{"start":1707737128059,"stop":1707737128059,"duration":0}},{"uid":"2ca9c698cf81f18a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2ca9c698cf81f18a","status":"passed","time":{"start":1707736326982,"stop":1707736326982,"duration":0}}]},"4f307cc7c92f8a7b045d9da80ae0d231:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"5f3f67f2738701aa","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5f3f67f2738701aa","status":"passed","time":{"start":1707793446754,"stop":1707793446754,"duration":0}},{"uid":"fb3e705362eed598","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/fb3e705362eed598","status":"passed","time":{"start":1707778413531,"stop":1707778413531,"duration":0}},{"uid":"5586722b9b6acb11","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5586722b9b6acb11","status":"passed","time":{"start":1707775685040,"stop":1707775685040,"duration":0}},{"uid":"6264349aba830a0c","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6264349aba830a0c","status":"passed","time":{"start":1707775494291,"stop":1707775494291,"duration":0}},{"uid":"a030f244b24dca96","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a030f244b24dca96","status":"passed","time":{"start":1707770424191,"stop":1707770424192,"duration":1}},{"uid":"b264e446cb77e5f4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b264e446cb77e5f4","status":"passed","time":{"start":1707770238698,"stop":1707770238698,"duration":0}},{"uid":"5b77964afcb94fe7","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/5b77964afcb94fe7","status":"passed","time":{"start":1707760374690,"stop":1707760374690,"duration":0}},{"uid":"c89bb0fafbd270b8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c89bb0fafbd270b8","status":"passed","time":{"start":1707756690175,"stop":1707756690175,"duration":0}},{"uid":"199c6ff7f925d3c6","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/199c6ff7f925d3c6","status":"passed","time":{"start":1707754051799,"stop":1707754051799,"duration":0}},{"uid":"41d68350aa29f8e0","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/41d68350aa29f8e0","status":"passed","time":{"start":1707753877939,"stop":1707753877939,"duration":0}},{"uid":"3e23c4adb3506a3b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/3e23c4adb3506a3b","status":"passed","time":{"start":1707751228972,"stop":1707751228972,"duration":0}},{"uid":"678583917ab54787","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/678583917ab54787","status":"passed","time":{"start":1707737173829,"stop":1707737173830,"duration":1}},{"uid":"577d731b96184d2e","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/577d731b96184d2e","status":"passed","time":{"start":1707736353051,"stop":1707736353051,"duration":0}}]},"251016a17cc865299306df08e3858383:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"aec9b4068c9a6b45","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/aec9b4068c9a6b45","status":"passed","time":{"start":1707792848725,"stop":1707792848725,"duration":0}},{"uid":"d36bbdd5abbf0a82","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d36bbdd5abbf0a82","status":"passed","time":{"start":1707777797859,"stop":1707777797859,"duration":0}},{"uid":"1513836ca9e7e4f2","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/1513836ca9e7e4f2","status":"passed","time":{"start":1707775073183,"stop":1707775073184,"duration":1}},{"uid":"4411ea8f17bdcaf2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/4411ea8f17bdcaf2","status":"passed","time":{"start":1707774873943,"stop":1707774873943,"duration":0}},{"uid":"a9e2a946fd3c6961","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a9e2a946fd3c6961","status":"passed","time":{"start":1707769822473,"stop":1707769822473,"duration":0}},{"uid":"4dfc7c3fde61e7d9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/4dfc7c3fde61e7d9","status":"passed","time":{"start":1707769676600,"stop":1707769676600,"duration":0}},{"uid":"3a5e413c3afefbc8","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/3a5e413c3afefbc8","status":"passed","time":{"start":1707759771253,"stop":1707759771253,"duration":0}},{"uid":"d59f26be4e971fdb","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d59f26be4e971fdb","status":"passed","time":{"start":1707757466737,"stop":1707757466739,"duration":2}},{"uid":"d834785ba10bd63c","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/d834785ba10bd63c","status":"passed","time":{"start":1707756093995,"stop":1707756093995,"duration":0}},{"uid":"3a920f1a4f84bce8","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/3a920f1a4f84bce8","status":"passed","time":{"start":1707753514640,"stop":1707753514641,"duration":1}},{"uid":"3f9bbc25dc31ebfe","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/3f9bbc25dc31ebfe","status":"passed","time":{"start":1707753243676,"stop":1707753243676,"duration":0}},{"uid":"797cccebf3dfa676","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/797cccebf3dfa676","status":"passed","time":{"start":1707750640094,"stop":1707750640095,"duration":1}},{"uid":"b818584bb943f2f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/b818584bb943f2f4","status":"passed","time":{"start":1707736561994,"stop":1707736561995,"duration":1}},{"uid":"5a8d3b896250357b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/5a8d3b896250357b","status":"passed","time":{"start":1707735744192,"stop":1707735744192,"duration":0}}]},"43e609e8a76551cf6870b645168fc675:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"6e412209b74b253b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6e412209b74b253b","status":"passed","time":{"start":1707793370631,"stop":1707793370631,"duration":0}},{"uid":"52edcfd23d555df3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/52edcfd23d555df3","status":"passed","time":{"start":1707778386480,"stop":1707778386480,"duration":0}},{"uid":"5cd073b89355e509","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cd073b89355e509","status":"passed","time":{"start":1707775656747,"stop":1707775656748,"duration":1}},{"uid":"c8ada6ae64ea8659","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c8ada6ae64ea8659","status":"passed","time":{"start":1707775461886,"stop":1707775461886,"duration":0}},{"uid":"1453d341a814dd2b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1453d341a814dd2b","status":"passed","time":{"start":1707770395183,"stop":1707770395183,"duration":0}},{"uid":"2459d564f6458920","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/2459d564f6458920","status":"passed","time":{"start":1707770208544,"stop":1707770208544,"duration":0}},{"uid":"50eaee061d7878c2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/50eaee061d7878c2","status":"passed","time":{"start":1707760335947,"stop":1707760335948,"duration":1}},{"uid":"8a4b6b1955e5200c","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a4b6b1955e5200c","status":"passed","time":{"start":1707758023532,"stop":1707758023533,"duration":1}},{"uid":"117b28c6396ee74b","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/117b28c6396ee74b","status":"passed","time":{"start":1707756664001,"stop":1707756664002,"duration":1}},{"uid":"8e8c69d0a0f46030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/8e8c69d0a0f46030","status":"passed","time":{"start":1707753837167,"stop":1707753837168,"duration":1}},{"uid":"7844935b97af0c8c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/7844935b97af0c8c","status":"passed","time":{"start":1707751136308,"stop":1707751136309,"duration":1}},{"uid":"3d1890d54150adaf","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/3d1890d54150adaf","status":"passed","time":{"start":1707737124643,"stop":1707737124644,"duration":1}},{"uid":"3df539dc3fb2c23f","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/3df539dc3fb2c23f","status":"passed","time":{"start":1707736322656,"stop":1707736322656,"duration":0}}]},"1d2ad5d65c4f854f3f9c4916cd6c4d52:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"fcff495bfb8f9bbc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/fcff495bfb8f9bbc","status":"passed","time":{"start":1707793371098,"stop":1707793371098,"duration":0}},{"uid":"db2b174a2e6ea131","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/db2b174a2e6ea131","status":"passed","time":{"start":1707778338834,"stop":1707778338835,"duration":1}},{"uid":"c3ab8b4531dc063d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/c3ab8b4531dc063d","status":"passed","time":{"start":1707775602015,"stop":1707775602016,"duration":1}},{"uid":"6ecb9b94fe4c596","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/6ecb9b94fe4c596","status":"passed","time":{"start":1707775390224,"stop":1707775390224,"duration":0}},{"uid":"99cc079f5c9bcb63","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/99cc079f5c9bcb63","status":"passed","time":{"start":1707770335601,"stop":1707770335602,"duration":1}},{"uid":"f6b3e299ed55c397","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f6b3e299ed55c397","status":"passed","time":{"start":1707760301803,"stop":1707760301803,"duration":0}},{"uid":"57d2da81b9210228","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/57d2da81b9210228","status":"passed","time":{"start":1707758006705,"stop":1707758006706,"duration":1}},{"uid":"c5b7a131b2be8a8","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c5b7a131b2be8a8","status":"passed","time":{"start":1707756617035,"stop":1707756617036,"duration":1}},{"uid":"4a43f23125d63a85","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/4a43f23125d63a85","status":"passed","time":{"start":1707753988876,"stop":1707753988877,"duration":1}},{"uid":"ef256c241d32163","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ef256c241d32163","status":"passed","time":{"start":1707753782734,"stop":1707753782734,"duration":0}},{"uid":"424a053da5d23f01","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/424a053da5d23f01","status":"passed","time":{"start":1707751162308,"stop":1707751162308,"duration":0}},{"uid":"55bb9e84e76b1670","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/55bb9e84e76b1670","status":"passed","time":{"start":1707737091299,"stop":1707737091299,"duration":0}},{"uid":"c6403ae9a368ce5b","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/c6403ae9a368ce5b","status":"passed","time":{"start":1707736260122,"stop":1707736260123,"duration":1}}]},"22729f692aaaba83be379f5a46e953b9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"e485cab5e286a87c","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e485cab5e286a87c","status":"passed","time":{"start":1707777997118,"stop":1707777997118,"duration":0}},{"uid":"89536b1cf361192e","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/89536b1cf361192e","status":"passed","time":{"start":1707775275756,"stop":1707775275757,"duration":1}},{"uid":"8e06f9d6688a7682","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e06f9d6688a7682","status":"passed","time":{"start":1707775085894,"stop":1707775085894,"duration":0}},{"uid":"6683e7464c657db1","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6683e7464c657db1","status":"passed","time":{"start":1707770018847,"stop":1707770018848,"duration":1}},{"uid":"83b82eab3d8034f1","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/83b82eab3d8034f1","status":"passed","time":{"start":1707769883328,"stop":1707769883328,"duration":0}},{"uid":"f56c92180a04a197","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f56c92180a04a197","status":"passed","time":{"start":1707759981479,"stop":1707759981479,"duration":0}},{"uid":"25197e4bfd4f4ee0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/25197e4bfd4f4ee0","status":"passed","time":{"start":1707757676048,"stop":1707757676049,"duration":1}},{"uid":"74ad608c7dd575ff","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/74ad608c7dd575ff","status":"passed","time":{"start":1707756304432,"stop":1707756304433,"duration":1}},{"uid":"6e8ebc3aa96852c0","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/6e8ebc3aa96852c0","status":"passed","time":{"start":1707753713261,"stop":1707753713262,"duration":1}},{"uid":"99b2833237d18192","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/99b2833237d18192","status":"passed","time":{"start":1707753448106,"stop":1707753448106,"duration":0}},{"uid":"501f394dc3a87522","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/501f394dc3a87522","status":"passed","time":{"start":1707750840051,"stop":1707750840051,"duration":0}},{"uid":"7183ed9d489d6c16","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7183ed9d489d6c16","status":"passed","time":{"start":1707736765045,"stop":1707736765045,"duration":0}},{"uid":"cbf9482ed1327db4","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/cbf9482ed1327db4","status":"passed","time":{"start":1707735955262,"stop":1707735955262,"duration":0}}]},"6c08ffb8551462c6b9bfb8680abc95ea:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"215cbc0c2b0577d9","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/215cbc0c2b0577d9","status":"passed","time":{"start":1707758023544,"stop":1707758023545,"duration":1}}]},"cb74a49c1ace4e4fd7e17cf4556ae8bd:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"228d98727da8c8f8","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/228d98727da8c8f8","status":"passed","time":{"start":1707775602019,"stop":1707775602019,"duration":0}}]},"6a87d72b232f7990f12e3d451451d982:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"98840ac69cbf6853","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/98840ac69cbf6853","status":"passed","time":{"start":1707770395192,"stop":1707770395193,"duration":1}}]},"4c2325d63f7bc016cadb2de565bd1e43:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"f9c36187c3ec54ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f9c36187c3ec54ea","status":"passed","time":{"start":1707769843146,"stop":1707769843146,"duration":0}}]},"fe328248c632be0d324baf204ecdc3e0:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bf6f142ebbca0f7f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bf6f142ebbca0f7f","status":"passed","time":{"start":1707793446731,"stop":1707793446731,"duration":0}},{"uid":"ef1035edd256b1fb","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ef1035edd256b1fb","status":"passed","time":{"start":1707778413512,"stop":1707778413513,"duration":1}},{"uid":"e80125a3591ac1dc","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e80125a3591ac1dc","status":"passed","time":{"start":1707775685017,"stop":1707775685018,"duration":1}},{"uid":"5a04f47ec1a07a11","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/5a04f47ec1a07a11","status":"passed","time":{"start":1707775494266,"stop":1707775494266,"duration":0}},{"uid":"505f0f4a01ded46b","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/505f0f4a01ded46b","status":"passed","time":{"start":1707770424170,"stop":1707770424170,"duration":0}},{"uid":"363b180417b9e6af","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/363b180417b9e6af","status":"passed","time":{"start":1707770238677,"stop":1707770238678,"duration":1}},{"uid":"706993eae73521ef","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/706993eae73521ef","status":"passed","time":{"start":1707760374671,"stop":1707760374671,"duration":0}},{"uid":"6ded774b5eadfa3e","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6ded774b5eadfa3e","status":"passed","time":{"start":1707758004299,"stop":1707758004300,"duration":1}},{"uid":"70fbde388c1471bd","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/70fbde388c1471bd","status":"passed","time":{"start":1707756690155,"stop":1707756690155,"duration":0}},{"uid":"9f7df16eef6a6ab2","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/9f7df16eef6a6ab2","status":"passed","time":{"start":1707754051779,"stop":1707754051779,"duration":0}},{"uid":"ca9b99ca7d2c030e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ca9b99ca7d2c030e","status":"passed","time":{"start":1707753877920,"stop":1707753877920,"duration":0}},{"uid":"bc6c4d93b4bfd9da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/bc6c4d93b4bfd9da","status":"passed","time":{"start":1707751228953,"stop":1707751228954,"duration":1}},{"uid":"799f6327b0420c38","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/799f6327b0420c38","status":"passed","time":{"start":1707737173811,"stop":1707737173811,"duration":0}},{"uid":"f9d44a8be72cb57","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/f9d44a8be72cb57","status":"passed","time":{"start":1707736353029,"stop":1707736353029,"duration":0}}]},"07fd6b7b440ad8e72e5d0d37688bfbff:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ace052899b94700e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ace052899b94700e","status":"passed","time":{"start":1707792800815,"stop":1707792800815,"duration":0}},{"uid":"9dbb438f65f38498","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9dbb438f65f38498","status":"passed","time":{"start":1707777749844,"stop":1707777749844,"duration":0}},{"uid":"713ffaa1ff72fc0a","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/713ffaa1ff72fc0a","status":"passed","time":{"start":1707775026266,"stop":1707775026267,"duration":1}},{"uid":"8e4a1f84821a45e7","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e4a1f84821a45e7","status":"passed","time":{"start":1707774827856,"stop":1707774827856,"duration":0}},{"uid":"301229a25d574c70","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/301229a25d574c70","status":"passed","time":{"start":1707769775413,"stop":1707769775413,"duration":0}},{"uid":"f0ee06ab638e2df5","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/f0ee06ab638e2df5","status":"passed","time":{"start":1707769628086,"stop":1707769628086,"duration":0}},{"uid":"7bdcc48794c37c67","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/7bdcc48794c37c67","status":"passed","time":{"start":1707759722867,"stop":1707759722867,"duration":0}},{"uid":"fb2543bb0a472264","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/fb2543bb0a472264","status":"passed","time":{"start":1707757417666,"stop":1707757417666,"duration":0}},{"uid":"17cd1d3c689cfbd5","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/17cd1d3c689cfbd5","status":"passed","time":{"start":1707756047294,"stop":1707756047294,"duration":0}},{"uid":"50937429a8d3670f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/50937429a8d3670f","status":"passed","time":{"start":1707753465442,"stop":1707753465442,"duration":0}},{"uid":"2bdcf706734ab727","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/2bdcf706734ab727","status":"passed","time":{"start":1707753193783,"stop":1707753193784,"duration":1}},{"uid":"43bf8c953e64bbc9","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/43bf8c953e64bbc9","status":"passed","time":{"start":1707750594366,"stop":1707750594366,"duration":0}},{"uid":"20d3a0006f4a0e24","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/20d3a0006f4a0e24","status":"passed","time":{"start":1707736511738,"stop":1707736511739,"duration":1}},{"uid":"9ecac4cbcf751465","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/9ecac4cbcf751465","status":"passed","time":{"start":1707735693126,"stop":1707735693126,"duration":0}}]},"f2541bf96bf4b9f11cf326933201a52a:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"8897130aeb19e3ee","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/8897130aeb19e3ee","status":"passed","time":{"start":1707793446733,"stop":1707793446733,"duration":0}},{"uid":"9c24b24902c359c1","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/9c24b24902c359c1","status":"passed","time":{"start":1707778413514,"stop":1707778413514,"duration":0}},{"uid":"e6f3564d364ba56d","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/e6f3564d364ba56d","status":"passed","time":{"start":1707775685019,"stop":1707775685019,"duration":0}},{"uid":"699f4ecbe6b37a69","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/699f4ecbe6b37a69","status":"passed","time":{"start":1707775494269,"stop":1707775494269,"duration":0}},{"uid":"9ec1c27958dda333","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/9ec1c27958dda333","status":"passed","time":{"start":1707770424171,"stop":1707770424172,"duration":1}},{"uid":"482996ef5de826b6","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/482996ef5de826b6","status":"passed","time":{"start":1707770238679,"stop":1707770238679,"duration":0}},{"uid":"2a4eef1046f76c28","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2a4eef1046f76c28","status":"passed","time":{"start":1707760374673,"stop":1707760374673,"duration":0}},{"uid":"d1730f97e7e8ab64","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/d1730f97e7e8ab64","status":"passed","time":{"start":1707758004301,"stop":1707758004302,"duration":1}},{"uid":"39481ea96b01567","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/39481ea96b01567","status":"passed","time":{"start":1707756690157,"stop":1707756690157,"duration":0}},{"uid":"b60ddac5f26947a4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/b60ddac5f26947a4","status":"passed","time":{"start":1707754051780,"stop":1707754051781,"duration":1}},{"uid":"39ffc879fcc5ba62","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/39ffc879fcc5ba62","status":"passed","time":{"start":1707753877922,"stop":1707753877922,"duration":0}},{"uid":"c0d01a402bd05370","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/c0d01a402bd05370","status":"passed","time":{"start":1707751228955,"stop":1707751228955,"duration":0}},{"uid":"c975eda80c751d62","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c975eda80c751d62","status":"passed","time":{"start":1707737173813,"stop":1707737173813,"duration":0}},{"uid":"b5a14dc3343da2ff","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b5a14dc3343da2ff","status":"passed","time":{"start":1707736353031,"stop":1707736353031,"duration":0}}]},"4b209ca22f5cdd997fd0e47580f47a61:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"dd39fc1f256bab2c","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/dd39fc1f256bab2c","status":"passed","time":{"start":1707793168675,"stop":1707793168676,"duration":1}},{"uid":"1b4f06857915c9b6","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/1b4f06857915c9b6","status":"passed","time":{"start":1707778126345,"stop":1707778126345,"duration":0}},{"uid":"67c62442fc3d6df3","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/67c62442fc3d6df3","status":"passed","time":{"start":1707775409483,"stop":1707775409483,"duration":0}},{"uid":"bf362c427a3ddfee","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bf362c427a3ddfee","status":"passed","time":{"start":1707775219995,"stop":1707775219996,"duration":1}},{"uid":"2111f9c78081151f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2111f9c78081151f","status":"passed","time":{"start":1707770142482,"stop":1707770142482,"duration":0}},{"uid":"7b1bb1ee02311eca","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b1bb1ee02311eca","status":"passed","time":{"start":1707769994535,"stop":1707769994536,"duration":1}},{"uid":"2e849213dc3adcb0","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/2e849213dc3adcb0","status":"passed","time":{"start":1707760106456,"stop":1707760106456,"duration":0}},{"uid":"8e4edf27e6da3aa0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8e4edf27e6da3aa0","status":"passed","time":{"start":1707757804293,"stop":1707757804294,"duration":1}},{"uid":"318077c9278a18f4","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/318077c9278a18f4","status":"passed","time":{"start":1707756422344,"stop":1707756422345,"duration":1}},{"uid":"dee03ad84d568eaf","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/dee03ad84d568eaf","status":"passed","time":{"start":1707753796547,"stop":1707753796547,"duration":0}},{"uid":"9cd1e17155ac2aa9","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/9cd1e17155ac2aa9","status":"passed","time":{"start":1707753586163,"stop":1707753586163,"duration":0}},{"uid":"b0bc97911ef84dc3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b0bc97911ef84dc3","status":"passed","time":{"start":1707750964801,"stop":1707750964802,"duration":1}},{"uid":"fd8c552fc3665b50","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd8c552fc3665b50","status":"passed","time":{"start":1707736890436,"stop":1707736890436,"duration":0}},{"uid":"95e3d0eb3c49744","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/95e3d0eb3c49744","status":"passed","time":{"start":1707736096389,"stop":1707736096389,"duration":0}}]},"1132e4ea197035baf51373627994ceb9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"24dde3b610539337","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/24dde3b610539337","status":"passed","time":{"start":1707792838866,"stop":1707792838867,"duration":1}},{"uid":"6e7bbdb31eb0baab","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/6e7bbdb31eb0baab","status":"passed","time":{"start":1707777787218,"stop":1707777787219,"duration":1}},{"uid":"56023205089ea746","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/56023205089ea746","status":"passed","time":{"start":1707775063034,"stop":1707775063035,"duration":1}},{"uid":"26ce372d0cd65ec2","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/26ce372d0cd65ec2","status":"passed","time":{"start":1707774865137,"stop":1707774865138,"duration":1}},{"uid":"2d52acc101ac1d8f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/2d52acc101ac1d8f","status":"passed","time":{"start":1707769812637,"stop":1707769812637,"duration":0}},{"uid":"46ce52d7aa8b511f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/46ce52d7aa8b511f","status":"passed","time":{"start":1707769665330,"stop":1707769665339,"duration":9}},{"uid":"8b0a33fa51103557","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8b0a33fa51103557","status":"passed","time":{"start":1707759759720,"stop":1707759759720,"duration":0}},{"uid":"ba81e7d83a31f298","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/ba81e7d83a31f298","status":"passed","time":{"start":1707757455852,"stop":1707757455853,"duration":1}},{"uid":"c58935720af3e228","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/c58935720af3e228","status":"passed","time":{"start":1707756084424,"stop":1707756084424,"duration":0}},{"uid":"795f0d69812a29b4","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/795f0d69812a29b4","status":"passed","time":{"start":1707753503420,"stop":1707753503421,"duration":1}},{"uid":"88593bf1a0a294dd","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/88593bf1a0a294dd","status":"passed","time":{"start":1707753233558,"stop":1707753233559,"duration":1}},{"uid":"a8c7f77e8c2c108c","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/a8c7f77e8c2c108c","status":"passed","time":{"start":1707750631899,"stop":1707750631900,"duration":1}},{"uid":"41bbc04f94b9385","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/41bbc04f94b9385","status":"passed","time":{"start":1707736548880,"stop":1707736548881,"duration":1}},{"uid":"282e545f6aa7e5f1","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/282e545f6aa7e5f1","status":"passed","time":{"start":1707735732429,"stop":1707735732430,"duration":1}}]},"be7d7e8ebf71fddbf2f2fdc9ec8f89e6:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"d203b3a0b3648073","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/d203b3a0b3648073","status":"passed","time":{"start":1707778386490,"stop":1707778386490,"duration":0}}]},"d4f0fd57ff4c72a9038ce8d3ec761e17:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"31abb135af2ff5de","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/31abb135af2ff5de","status":"passed","time":{"start":1707793355775,"stop":1707793355775,"duration":0}},{"uid":"8556f4f6f14ba830","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8556f4f6f14ba830","status":"passed","time":{"start":1707778326663,"stop":1707778326664,"duration":1}},{"uid":"110ff2ccbb9e6cc9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/110ff2ccbb9e6cc9","status":"passed","time":{"start":1707775610542,"stop":1707775610543,"duration":1}},{"uid":"d43c22b8830c1b2e","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/d43c22b8830c1b2e","status":"passed","time":{"start":1707775405803,"stop":1707775405804,"duration":1}},{"uid":"c2b6d0d3dce02a3a","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/c2b6d0d3dce02a3a","status":"passed","time":{"start":1707770339585,"stop":1707770339586,"duration":1}},{"uid":"79ec8d15a35b0189","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/79ec8d15a35b0189","status":"passed","time":{"start":1707770116106,"stop":1707770116106,"duration":0}},{"uid":"584600b996daf442","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/584600b996daf442","status":"passed","time":{"start":1707760294897,"stop":1707760294898,"duration":1}},{"uid":"6a174b05e3728a01","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/6a174b05e3728a01","status":"passed","time":{"start":1707757992697,"stop":1707757992697,"duration":0}},{"uid":"236cf46bdb9e0c52","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/236cf46bdb9e0c52","status":"passed","time":{"start":1707756620671,"stop":1707756620672,"duration":1}},{"uid":"2402e815cc39cefd","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/2402e815cc39cefd","status":"passed","time":{"start":1707753926586,"stop":1707753926586,"duration":0}},{"uid":"225b27ca14d67bd7","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/225b27ca14d67bd7","status":"passed","time":{"start":1707753779026,"stop":1707753779027,"duration":1}},{"uid":"ccd840eaa9ed8c9b","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/ccd840eaa9ed8c9b","status":"passed","time":{"start":1707751117671,"stop":1707751117671,"duration":0}},{"uid":"29271c9c293e79ce","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/29271c9c293e79ce","status":"passed","time":{"start":1707737065097,"stop":1707737065098,"duration":1}},{"uid":"daed896622397757","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/daed896622397757","status":"passed","time":{"start":1707736281624,"stop":1707736281624,"duration":0}}]},"569df289bfe809a42b3ba5dc182c82ed:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b0d6fb86326b041e","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b0d6fb86326b041e","status":"passed","time":{"start":1707793355777,"stop":1707793355777,"duration":0}},{"uid":"3ab62217f3fa4fbd","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/3ab62217f3fa4fbd","status":"passed","time":{"start":1707778326666,"stop":1707778326667,"duration":1}},{"uid":"3e7f1cfeaa35fe15","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/3e7f1cfeaa35fe15","status":"passed","time":{"start":1707775610544,"stop":1707775610544,"duration":0}},{"uid":"35b6c15e93a0c35b","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/35b6c15e93a0c35b","status":"passed","time":{"start":1707775405806,"stop":1707775405807,"duration":1}},{"uid":"54ca0dca1f60c95f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/54ca0dca1f60c95f","status":"passed","time":{"start":1707770339590,"stop":1707770339591,"duration":1}},{"uid":"65f18bb65db5f9ea","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/65f18bb65db5f9ea","status":"passed","time":{"start":1707770116112,"stop":1707770116113,"duration":1}},{"uid":"b8c7f7d88b4503af","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b8c7f7d88b4503af","status":"passed","time":{"start":1707760294899,"stop":1707760294899,"duration":0}},{"uid":"8a28f4102362b8a","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/8a28f4102362b8a","status":"passed","time":{"start":1707757992699,"stop":1707757992699,"duration":0}},{"uid":"125f50693d9a7a05","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/125f50693d9a7a05","status":"passed","time":{"start":1707756620673,"stop":1707756620674,"duration":1}},{"uid":"ea2010c98afd532a","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ea2010c98afd532a","status":"passed","time":{"start":1707753926589,"stop":1707753926589,"duration":0}},{"uid":"ff9b1467ec8052c2","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/ff9b1467ec8052c2","status":"passed","time":{"start":1707753779032,"stop":1707753779033,"duration":1}},{"uid":"9e96be787dd56289","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/9e96be787dd56289","status":"passed","time":{"start":1707751117675,"stop":1707751117675,"duration":0}},{"uid":"8d8419debb67e529","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/8d8419debb67e529","status":"passed","time":{"start":1707737065099,"stop":1707737065099,"duration":0}},{"uid":"834d88037e03704a","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/834d88037e03704a","status":"passed","time":{"start":1707736281627,"stop":1707736281628,"duration":1}}]},"11a18f98a0621ac4de0ae85169b12a88:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"7f10201d1edb459","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/7f10201d1edb459","status":"passed","time":{"start":1707793059097,"stop":1707793059097,"duration":0}},{"uid":"ab0789c2f2a7ac4a","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/ab0789c2f2a7ac4a","status":"passed","time":{"start":1707778002162,"stop":1707778002163,"duration":1}},{"uid":"58cd39860fb910ed","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/58cd39860fb910ed","status":"passed","time":{"start":1707775288506,"stop":1707775288506,"duration":0}},{"uid":"72e6f91ba7c968a4","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/72e6f91ba7c968a4","status":"passed","time":{"start":1707775094100,"stop":1707775094101,"duration":1}},{"uid":"79bfed5864a517fd","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/79bfed5864a517fd","status":"passed","time":{"start":1707770019754,"stop":1707770019754,"duration":0}},{"uid":"c8180050d1725dc4","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c8180050d1725dc4","status":"passed","time":{"start":1707769883615,"stop":1707769883617,"duration":2}},{"uid":"b66b084e657f437d","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/b66b084e657f437d","status":"passed","time":{"start":1707759985509,"stop":1707759985510,"duration":1}},{"uid":"58c1352d51f6b771","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/58c1352d51f6b771","status":"passed","time":{"start":1707757677808,"stop":1707757677808,"duration":0}},{"uid":"5d1d5668de863a1a","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/5d1d5668de863a1a","status":"passed","time":{"start":1707756291412,"stop":1707756291412,"duration":0}},{"uid":"ba52f901c063300f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/ba52f901c063300f","status":"passed","time":{"start":1707753735499,"stop":1707753735499,"duration":0}},{"uid":"5e23915482c8adce","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/5e23915482c8adce","status":"passed","time":{"start":1707753472966,"stop":1707753472967,"duration":1}},{"uid":"b1f0259cc95f46da","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b1f0259cc95f46da","status":"passed","time":{"start":1707750845157,"stop":1707750845158,"duration":1}},{"uid":"7b0814003d1b6f58","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/7b0814003d1b6f58","status":"passed","time":{"start":1707736769673,"stop":1707736769674,"duration":1}},{"uid":"2b162194411772c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/2b162194411772c","status":"passed","time":{"start":1707735968259,"stop":1707735968259,"duration":0}}]},"7dd01a2863678dd50d027e51c75c2110:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f5a639f63e90989","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/4f5a639f63e90989","status":"passed","time":{"start":1707751162311,"stop":1707751162312,"duration":1}}]},"c106dcb13a284be42fcd5b237b665822:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5d66e22dded0fe60","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5d66e22dded0fe60","status":"passed","time":{"start":1707793354573,"stop":1707793354573,"duration":0}},{"uid":"8e20e3368b1e2c42","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/8e20e3368b1e2c42","status":"passed","time":{"start":1707778308336,"stop":1707778308336,"duration":0}},{"uid":"d44441d5a2a2e639","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/d44441d5a2a2e639","status":"passed","time":{"start":1707775586577,"stop":1707775586582,"duration":5}},{"uid":"45e60aa01bb29281","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/45e60aa01bb29281","status":"passed","time":{"start":1707775396054,"stop":1707775396055,"duration":1}},{"uid":"a1947ec409134805","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/a1947ec409134805","status":"passed","time":{"start":1707770325615,"stop":1707770325615,"duration":0}},{"uid":"535372f1026bd71f","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/535372f1026bd71f","status":"passed","time":{"start":1707770159278,"stop":1707770159278,"duration":0}},{"uid":"471e5b43392ef3bf","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/471e5b43392ef3bf","status":"passed","time":{"start":1707760280826,"stop":1707760280826,"duration":0}},{"uid":"76f3a0ce54282311","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/76f3a0ce54282311","status":"passed","time":{"start":1707757976563,"stop":1707757976563,"duration":0}},{"uid":"de495dde543816ad","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/de495dde543816ad","status":"passed","time":{"start":1707756601158,"stop":1707756601158,"duration":0}},{"uid":"e86b86fab360deed","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e86b86fab360deed","status":"passed","time":{"start":1707753969916,"stop":1707753969921,"duration":5}},{"uid":"fcf2810f1d45fa25","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/fcf2810f1d45fa25","status":"passed","time":{"start":1707753767214,"stop":1707753767215,"duration":1}},{"uid":"e91a7cdd305a57b3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/e91a7cdd305a57b3","status":"passed","time":{"start":1707751042633,"stop":1707751042633,"duration":0}},{"uid":"fd00018ba35cbfa6","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/fd00018ba35cbfa6","status":"passed","time":{"start":1707737071258,"stop":1707737071259,"duration":1}},{"uid":"b4b4843478d27a3c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b4b4843478d27a3c","status":"passed","time":{"start":1707736274446,"stop":1707736274447,"duration":1}}]},"10d933ac673dfc7db41342939ceb9b44:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c743f489275e78f6","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c743f489275e78f6","status":"passed","time":{"start":1707775461895,"stop":1707775461895,"duration":0}}]},"2d2e99da3644178bf815403487abb4cc:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"b4c21a309ba07cfc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/b4c21a309ba07cfc","status":"passed","time":{"start":1707793355778,"stop":1707793355779,"duration":1}},{"uid":"f836856da227d9d5","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/f836856da227d9d5","status":"passed","time":{"start":1707778326669,"stop":1707778326669,"duration":0}},{"uid":"9bf6a4333a77c046","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/9bf6a4333a77c046","status":"passed","time":{"start":1707775610546,"stop":1707775610546,"duration":0}},{"uid":"928f156de0258dfc","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/928f156de0258dfc","status":"passed","time":{"start":1707775405811,"stop":1707775405812,"duration":1}},{"uid":"f5c5602c0f9f653","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/f5c5602c0f9f653","status":"passed","time":{"start":1707770339593,"stop":1707770339593,"duration":0}},{"uid":"cd4b8016af49cacb","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/cd4b8016af49cacb","status":"passed","time":{"start":1707770116114,"stop":1707770116114,"duration":0}},{"uid":"e56e0ae27a9b8e3b","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/e56e0ae27a9b8e3b","status":"passed","time":{"start":1707760294901,"stop":1707760294901,"duration":0}},{"uid":"e683c10ba91c5c22","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/e683c10ba91c5c22","status":"passed","time":{"start":1707757992701,"stop":1707757992701,"duration":0}},{"uid":"a2cad012fa1fb618","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/a2cad012fa1fb618","status":"passed","time":{"start":1707756620675,"stop":1707756620675,"duration":0}},{"uid":"1a6fccd252d48bc3","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/1a6fccd252d48bc3","status":"passed","time":{"start":1707753926593,"stop":1707753926594,"duration":1}},{"uid":"64c48e49880fb5e","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/64c48e49880fb5e","status":"passed","time":{"start":1707753779036,"stop":1707753779036,"duration":0}},{"uid":"fd557d32915c4011","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/fd557d32915c4011","status":"passed","time":{"start":1707751117677,"stop":1707751117678,"duration":1}},{"uid":"58fda2d0d8caa8f4","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/58fda2d0d8caa8f4","status":"passed","time":{"start":1707737065101,"stop":1707737065102,"duration":1}},{"uid":"7999f920549989b0","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/7999f920549989b0","status":"passed","time":{"start":1707736281631,"stop":1707736281632,"duration":1}}]},"231668a48c7b55a09e817e91f9482616:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":13},"items":[{"uid":"54b985dcb3155e25","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/54b985dcb3155e25","status":"passed","time":{"start":1707777997110,"stop":1707777997113,"duration":3}},{"uid":"42ae3b0dcdc01e17","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/42ae3b0dcdc01e17","status":"passed","time":{"start":1707775275751,"stop":1707775275752,"duration":1}},{"uid":"c99df9427940517","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/c99df9427940517","status":"passed","time":{"start":1707775085884,"stop":1707775085884,"duration":0}},{"uid":"87d7cee09b9fb6fc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/87d7cee09b9fb6fc","status":"passed","time":{"start":1707770018840,"stop":1707770018841,"duration":1}},{"uid":"fd6ec075543255ff","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/fd6ec075543255ff","status":"passed","time":{"start":1707769883320,"stop":1707769883321,"duration":1}},{"uid":"44b3e773c63962c9","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/44b3e773c63962c9","status":"passed","time":{"start":1707759981462,"stop":1707759981462,"duration":0}},{"uid":"20478511201a64ab","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/20478511201a64ab","status":"passed","time":{"start":1707757676042,"stop":1707757676042,"duration":0}},{"uid":"e212316cab6b18e6","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/e212316cab6b18e6","status":"passed","time":{"start":1707756304428,"stop":1707756304428,"duration":0}},{"uid":"c9a137e8d231090b","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/c9a137e8d231090b","status":"passed","time":{"start":1707753713248,"stop":1707753713248,"duration":0}},{"uid":"746e0d03ccce1357","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/746e0d03ccce1357","status":"passed","time":{"start":1707753448101,"stop":1707753448101,"duration":0}},{"uid":"575578a7b340b1d3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/575578a7b340b1d3","status":"passed","time":{"start":1707750840039,"stop":1707750840039,"duration":0}},{"uid":"e06599aaeb194d2b","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/e06599aaeb194d2b","status":"passed","time":{"start":1707736765011,"stop":1707736765011,"duration":0}},{"uid":"b98d87f1687d4fa9","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/b98d87f1687d4fa9","status":"passed","time":{"start":1707735955225,"stop":1707735955227,"duration":2}}]},"c9cb9f027dc8cec2b05c071729f33a6d:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"ce4c3f4b0597fcab","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/ce4c3f4b0597fcab","status":"passed","time":{"start":1707793028284,"stop":1707793028285,"duration":1}},{"uid":"903575eb2dcfed3","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/903575eb2dcfed3","status":"passed","time":{"start":1707777973002,"stop":1707777973002,"duration":0}},{"uid":"a79fc55828e9178b","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/a79fc55828e9178b","status":"passed","time":{"start":1707775244531,"stop":1707775244531,"duration":0}},{"uid":"8e5b6bfdbd777f88","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/8e5b6bfdbd777f88","status":"passed","time":{"start":1707775050821,"stop":1707775050821,"duration":0}},{"uid":"1d9358f067c0b6a6","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/1d9358f067c0b6a6","status":"passed","time":{"start":1707770001382,"stop":1707770001382,"duration":0}},{"uid":"b33b5f62e94b0315","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/b33b5f62e94b0315","status":"passed","time":{"start":1707769843146,"stop":1707769843148,"duration":2}},{"uid":"eaff318414a4332e","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/eaff318414a4332e","status":"passed","time":{"start":1707759965205,"stop":1707759965206,"duration":1}},{"uid":"49cb8e89dbaf7ca0","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/49cb8e89dbaf7ca0","status":"passed","time":{"start":1707757644392,"stop":1707757644393,"duration":1}},{"uid":"f314ebdccadcffe","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/f314ebdccadcffe","status":"passed","time":{"start":1707756267912,"stop":1707756267912,"duration":0}},{"uid":"d6ecfbab1b6afe6f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d6ecfbab1b6afe6f","status":"passed","time":{"start":1707753668077,"stop":1707753668078,"duration":1}},{"uid":"4673c7d2551e79fc","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/4673c7d2551e79fc","status":"passed","time":{"start":1707753423540,"stop":1707753423540,"duration":0}},{"uid":"6e669c84227026e7","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6e669c84227026e7","status":"passed","time":{"start":1707750796035,"stop":1707750796035,"duration":0}},{"uid":"c60eaf836331d8c8","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/c60eaf836331d8c8","status":"passed","time":{"start":1707736730653,"stop":1707736730654,"duration":1}},{"uid":"ebe13787a58947a8","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/ebe13787a58947a8","status":"passed","time":{"start":1707735912125,"stop":1707735912125,"duration":0}}]},"c51a90d57e717585784892b174fd49c9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"80e14ac0962a215f","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/80e14ac0962a215f","status":"passed","time":{"start":1707793142796,"stop":1707793142796,"duration":0}},{"uid":"842fa205dc62413f","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/842fa205dc62413f","status":"passed","time":{"start":1707778103146,"stop":1707778103146,"duration":0}},{"uid":"94c2f1275ea683cf","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/94c2f1275ea683cf","status":"passed","time":{"start":1707775384054,"stop":1707775384054,"duration":0}},{"uid":"656a3c5e63132c78","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/656a3c5e63132c78","status":"passed","time":{"start":1707775193315,"stop":1707775193315,"duration":0}},{"uid":"6934684d234a8639","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/6934684d234a8639","status":"passed","time":{"start":1707770121408,"stop":1707770121409,"duration":1}},{"uid":"c5cced4363cb4ad9","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/c5cced4363cb4ad9","status":"passed","time":{"start":1707769979915,"stop":1707769979915,"duration":0}},{"uid":"d0f10cf39a61758f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/d0f10cf39a61758f","status":"passed","time":{"start":1707760084101,"stop":1707760084101,"duration":0}},{"uid":"554cd68c304a46d6","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/554cd68c304a46d6","status":"passed","time":{"start":1707757782369,"stop":1707757782369,"duration":0}},{"uid":"2f54580cde919406","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/2f54580cde919406","status":"passed","time":{"start":1707756396101,"stop":1707756396102,"duration":1}},{"uid":"e01b2d192082865f","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/e01b2d192082865f","status":"passed","time":{"start":1707753781757,"stop":1707753781757,"duration":0}},{"uid":"dab0f19231535e90","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/dab0f19231535e90","status":"passed","time":{"start":1707753563098,"stop":1707753563104,"duration":6}},{"uid":"b8e43d6762acda52","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/b8e43d6762acda52","status":"passed","time":{"start":1707750940657,"stop":1707750940658,"duration":1}},{"uid":"33f7f49f576f1d45","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/33f7f49f576f1d45","status":"passed","time":{"start":1707736870545,"stop":1707736870546,"duration":1}},{"uid":"4b43915a241eb522","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/4b43915a241eb522","status":"passed","time":{"start":1707736068813,"stop":1707736068813,"duration":0}}]},"ee9e24e39ceeff646c94827f3beba1f9:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"76061a0a8f008770","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/76061a0a8f008770","status":"passed","time":{"start":1707775050820,"stop":1707775050820,"duration":0}}]},"966d13c504307d3d32ea508ddab4b702:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"5ace0edea7df17bf","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/5ace0edea7df17bf","status":"passed","time":{"start":1707792907230,"stop":1707792907231,"duration":1}},{"uid":"b7e5d5a5dbd4a981","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/b7e5d5a5dbd4a981","status":"passed","time":{"start":1707777859853,"stop":1707777859854,"duration":1}},{"uid":"b829d8c5559464c9","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/b829d8c5559464c9","status":"passed","time":{"start":1707775133668,"stop":1707775133669,"duration":1}},{"uid":"bc995d720d02ff32","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bc995d720d02ff32","status":"passed","time":{"start":1707774942681,"stop":1707774942682,"duration":1}},{"uid":"503ac31b161d5093","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/503ac31b161d5093","status":"passed","time":{"start":1707769878815,"stop":1707769878815,"duration":0}},{"uid":"7b79e5aab3370987","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/7b79e5aab3370987","status":"passed","time":{"start":1707769735034,"stop":1707769735035,"duration":1}},{"uid":"f4748800da263cd","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/f4748800da263cd","status":"passed","time":{"start":1707759831194,"stop":1707759831195,"duration":1}},{"uid":"654f42834c137a60","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/654f42834c137a60","status":"passed","time":{"start":1707757528823,"stop":1707757528824,"duration":1}},{"uid":"b1f58006e0a44afa","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/b1f58006e0a44afa","status":"passed","time":{"start":1707756157291,"stop":1707756157293,"duration":2}},{"uid":"d3d8e8d5eeae8ccb","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/d3d8e8d5eeae8ccb","status":"passed","time":{"start":1707753578473,"stop":1707753578473,"duration":0}},{"uid":"174174aefbab1f52","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/174174aefbab1f52","status":"passed","time":{"start":1707753307895,"stop":1707753307895,"duration":0}},{"uid":"92f854ddd8364673","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/92f854ddd8364673","status":"passed","time":{"start":1707750703127,"stop":1707750703127,"duration":0}},{"uid":"1f8d5838ce738f29","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/1f8d5838ce738f29","status":"passed","time":{"start":1707736629971,"stop":1707736629971,"duration":0}},{"uid":"d5383f1e55dde33c","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/d5383f1e55dde33c","status":"passed","time":{"start":1707735809089,"stop":1707735809090,"duration":1}}]},"8162029eb6305dbc2c0f9d232c9b7a7c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"7bd2d12bf51ce0ef","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/7bd2d12bf51ce0ef","status":"passed","time":{"start":1707753870470,"stop":1707753870470,"duration":0}}]},"5392e9781cdaefee29a5925461dab67c:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"cd4ffd70378b453f","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/cd4ffd70378b453f","status":"passed","time":{"start":1707760335960,"stop":1707760335961,"duration":1}}]},"6bb0eea1bb982d4cf6b45551cb33401e:d41d8cd98f00b204e9800998ecf8427e":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":14,"unknown":0,"total":14},"items":[{"uid":"bc7070eddde86fc3","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/bc7070eddde86fc3","status":"passed","time":{"start":1707792821408,"stop":1707792821409,"duration":1}},{"uid":"e737e03f9ae35124","reportUrl":"https://waku-org.github.io/js-waku/6409//#testresult/e737e03f9ae35124","status":"passed","time":{"start":1707777770856,"stop":1707777770857,"duration":1}},{"uid":"5cca7a16b39cde52","reportUrl":"https://waku-org.github.io/js-waku/6408//#testresult/5cca7a16b39cde52","status":"passed","time":{"start":1707775046907,"stop":1707775046907,"duration":0}},{"uid":"bb6f59c4fa58d274","reportUrl":"https://waku-org.github.io/js-waku/6407//#testresult/bb6f59c4fa58d274","status":"passed","time":{"start":1707774848912,"stop":1707774848913,"duration":1}},{"uid":"95924ec13ada27bc","reportUrl":"https://waku-org.github.io/js-waku/6406//#testresult/95924ec13ada27bc","status":"passed","time":{"start":1707769796121,"stop":1707769796121,"duration":0}},{"uid":"ef6894c83d4b291d","reportUrl":"https://waku-org.github.io/js-waku/6405//#testresult/ef6894c83d4b291d","status":"passed","time":{"start":1707769649005,"stop":1707769649005,"duration":0}},{"uid":"8377dc6c90bd05d2","reportUrl":"https://waku-org.github.io/js-waku/6404//#testresult/8377dc6c90bd05d2","status":"passed","time":{"start":1707759743630,"stop":1707759743630,"duration":0}},{"uid":"85b4f5b3e1d68225","reportUrl":"https://waku-org.github.io/js-waku/6403//#testresult/85b4f5b3e1d68225","status":"passed","time":{"start":1707757438818,"stop":1707757438818,"duration":0}},{"uid":"1ec5dd989985f021","reportUrl":"https://waku-org.github.io/js-waku/6402//#testresult/1ec5dd989985f021","status":"passed","time":{"start":1707756067671,"stop":1707756067672,"duration":1}},{"uid":"69206c2274561a64","reportUrl":"https://waku-org.github.io/js-waku/6401//#testresult/69206c2274561a64","status":"passed","time":{"start":1707753486286,"stop":1707753486286,"duration":0}},{"uid":"d8d5845e31e01030","reportUrl":"https://waku-org.github.io/js-waku/6400//#testresult/d8d5845e31e01030","status":"passed","time":{"start":1707753215213,"stop":1707753215213,"duration":0}},{"uid":"6d316def472204f3","reportUrl":"https://waku-org.github.io/js-waku/6399//#testresult/6d316def472204f3","status":"passed","time":{"start":1707750615193,"stop":1707750615194,"duration":1}},{"uid":"77b384dd8c77a340","reportUrl":"https://waku-org.github.io/js-waku/6398//#testresult/77b384dd8c77a340","status":"passed","time":{"start":1707736532651,"stop":1707736532652,"duration":1}},{"uid":"842aeac82e233fbe","reportUrl":"https://waku-org.github.io/js-waku/6396//#testresult/842aeac82e233fbe","status":"passed","time":{"start":1707735714497,"stop":1707735714497,"duration":0}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index f7bc6bee9ea..dde0fc6a918 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"run":716,"retry":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":718,"retry":2}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"run":675,"retry":3}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"run":713,"retry":2}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":701,"retry":2}},{"buildOrder":6409,"reportUrl":"https://waku-org.github.io/js-waku/6409/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6408,"reportUrl":"https://waku-org.github.io/js-waku/6408/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6407,"reportUrl":"https://waku-org.github.io/js-waku/6407/","reportName":"Allure Report with history","data":{"run":716,"retry":2}},{"buildOrder":6406,"reportUrl":"https://waku-org.github.io/js-waku/6406/","reportName":"Allure Report with history","data":{"run":718,"retry":2}},{"buildOrder":6405,"reportUrl":"https://waku-org.github.io/js-waku/6405/","reportName":"Allure Report with history","data":{"run":691,"retry":2}},{"buildOrder":6404,"reportUrl":"https://waku-org.github.io/js-waku/6404/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6403,"reportUrl":"https://waku-org.github.io/js-waku/6403/","reportName":"Allure Report with history","data":{"run":702,"retry":2}},{"buildOrder":6402,"reportUrl":"https://waku-org.github.io/js-waku/6402/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6401,"reportUrl":"https://waku-org.github.io/js-waku/6401/","reportName":"Allure Report with history","data":{"run":675,"retry":3}},{"buildOrder":6400,"reportUrl":"https://waku-org.github.io/js-waku/6400/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"buildOrder":6399,"reportUrl":"https://waku-org.github.io/js-waku/6399/","reportName":"Allure Report with history","data":{"run":700,"retry":2}},{"buildOrder":6398,"reportUrl":"https://waku-org.github.io/js-waku/6398/","reportName":"Allure Report with history","data":{"run":713,"retry":2}},{"buildOrder":6396,"reportUrl":"https://waku-org.github.io/js-waku/6396/","reportName":"Allure Report with history","data":{"run":717,"retry":2}},{"data":{"run":0,"retry":0}}] \ No newline at end of file